cnhis-design-vue 3.1.54-release.4 → 3.1.55-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/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 +72 -52
- 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 +349 -302
- package/es/components/form-config/src/FormConfig.vue.d.ts +473 -426
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +38 -18
- package/es/components/form-config/src/components/FormConfigDragDisplay.vue.d.ts +1 -1
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +219 -196
- 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 +72 -52
- package/es/components/form-render/index.js +1 -1
- package/es/components/form-render/src/FormRender.vue.d.ts +36 -16
- package/es/components/form-render/src/FormRender.vue2.js +1 -1
- package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +95 -75
- 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/remoteSearch.js +1 -1
- 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 +15 -4
- 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 +17 -12
- 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 +13 -8
- 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 +2 -2
- 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 +199 -159
- package/es/components/info-header/src/InfoHeader.vue.d.ts +213 -173
- 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 +118 -98
- package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +39 -19
- 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 +93 -72
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +125 -104
- 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/SelectDynamicOption/index.vue.d.ts +1 -1
- 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 +9 -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/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,7 +357,8 @@ 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;
|
|
@@ -376,12 +377,12 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
376
377
|
initialize_high?: number | undefined;
|
|
377
378
|
bindEventSetting?: {
|
|
378
379
|
[x: string]: unknown;
|
|
379
|
-
event_type: import("
|
|
380
|
+
event_type: import("../../shared/types").LowCodeTypes.EVENT_TYPE;
|
|
380
381
|
event_field?: string | undefined;
|
|
381
382
|
params?: {
|
|
382
383
|
p_value?: string | undefined;
|
|
383
384
|
p_name: string;
|
|
384
|
-
p_select: import("
|
|
385
|
+
p_select: import("../../shared/types").LowCodeTypes.VALUE_RELATION;
|
|
385
386
|
}[] | undefined;
|
|
386
387
|
results?: {
|
|
387
388
|
p_value: string;
|
|
@@ -390,21 +391,21 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
390
391
|
compareMap?: {
|
|
391
392
|
NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
392
393
|
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
394
|
BIG?: ((v1: any, v2: any) => boolean) | undefined;
|
|
398
|
-
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
399
395
|
LESS?: ((v1: any, v2: any) => boolean) | undefined;
|
|
396
|
+
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
400
397
|
LESSEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
398
|
+
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
399
|
+
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
|
400
|
+
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
401
|
+
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
401
402
|
} | undefined;
|
|
402
403
|
}[] | undefined;
|
|
403
404
|
show_mode?: ("DROPDOWN" | "H_TILE" | "V_TILE" | "TILE") | undefined;
|
|
404
405
|
is_allow_check_mid?: import("..").FormCommonState | undefined;
|
|
405
406
|
allow_check_mid_level?: "1" | "2" | "3" | "4" | undefined;
|
|
406
|
-
prefix?: string | import("
|
|
407
|
-
suffix?: string | import("
|
|
407
|
+
prefix?: string | import("../../shared/types").AnyObject | (() => any) | undefined;
|
|
408
|
+
suffix?: string | import("../../shared/types").AnyObject | (() => any) | undefined;
|
|
408
409
|
allowSlash?: string | boolean | undefined;
|
|
409
410
|
allowModify?: "0" | "1" | undefined;
|
|
410
411
|
show_key?: string | undefined;
|
|
@@ -420,8 +421,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
420
421
|
combinationItemDeletable?: boolean | import("..").CombinationItemDeletableFn | undefined;
|
|
421
422
|
children?: any[] | undefined;
|
|
422
423
|
properties?: any[] | undefined;
|
|
423
|
-
componentProps?: import("
|
|
424
|
-
decoratorProps?: import("
|
|
424
|
+
componentProps?: import("../../shared/types").AnyObject | undefined;
|
|
425
|
+
decoratorProps?: import("../../shared/types").AnyObject | undefined;
|
|
425
426
|
noDecorator?: {
|
|
426
427
|
valueOf: () => boolean;
|
|
427
428
|
} | undefined;
|
|
@@ -1961,11 +1962,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1961
1962
|
effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
|
|
1962
1963
|
when?: string | boolean | undefined;
|
|
1963
1964
|
fulfill?: {
|
|
1964
|
-
state?: import("
|
|
1965
|
+
state?: import("../../shared/types").AnyObject | undefined;
|
|
1965
1966
|
run?: string | undefined;
|
|
1966
1967
|
} | undefined;
|
|
1967
1968
|
otherwise?: {
|
|
1968
|
-
state?: import("
|
|
1969
|
+
state?: import("../../shared/types").AnyObject | undefined;
|
|
1969
1970
|
run?: string | undefined;
|
|
1970
1971
|
} | undefined;
|
|
1971
1972
|
} | {
|
|
@@ -1975,11 +1976,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1975
1976
|
effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
|
|
1976
1977
|
when?: string | boolean | undefined;
|
|
1977
1978
|
fulfill?: {
|
|
1978
|
-
state?: import("
|
|
1979
|
+
state?: import("../../shared/types").AnyObject | undefined;
|
|
1979
1980
|
run?: string | undefined;
|
|
1980
1981
|
} | undefined;
|
|
1981
1982
|
otherwise?: {
|
|
1982
|
-
state?: import("
|
|
1983
|
+
state?: import("../../shared/types").AnyObject | undefined;
|
|
1983
1984
|
run?: string | undefined;
|
|
1984
1985
|
} | undefined;
|
|
1985
1986
|
}[] | undefined;
|
|
@@ -2079,8 +2080,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2079
2080
|
link_key?: string | undefined;
|
|
2080
2081
|
link_key_split?: string | undefined;
|
|
2081
2082
|
show_key?: string | string[] | undefined;
|
|
2082
|
-
conObj?: import("
|
|
2083
|
-
conObjFirstLevel?: import("
|
|
2083
|
+
conObj?: import("../../shared/types").AnyObject[] | undefined;
|
|
2084
|
+
conObjFirstLevel?: import("../../shared/types").AnyObject[] | undefined;
|
|
2084
2085
|
setting?: {
|
|
2085
2086
|
cascading?: {
|
|
2086
2087
|
'form.name': string;
|
|
@@ -2105,7 +2106,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2105
2106
|
nameKey?: string | undefined;
|
|
2106
2107
|
valueKey?: string | undefined;
|
|
2107
2108
|
showKey?: string | undefined;
|
|
2108
|
-
|
|
2109
|
+
searchKey?: string[] | undefined;
|
|
2110
|
+
params?: import("../../shared/types").AnyObject | undefined;
|
|
2109
2111
|
dependKey?: string | Record<string, string> | (string | {
|
|
2110
2112
|
paramName: string;
|
|
2111
2113
|
paramValue?: string | undefined;
|
|
@@ -2124,12 +2126,12 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2124
2126
|
initialize_high?: number | undefined;
|
|
2125
2127
|
bindEventSetting?: {
|
|
2126
2128
|
[x: string]: unknown;
|
|
2127
|
-
event_type: import("
|
|
2129
|
+
event_type: import("../../shared/types").LowCodeTypes.EVENT_TYPE;
|
|
2128
2130
|
event_field?: string | undefined;
|
|
2129
2131
|
params?: {
|
|
2130
2132
|
p_value?: string | undefined;
|
|
2131
2133
|
p_name: string;
|
|
2132
|
-
p_select: import("
|
|
2134
|
+
p_select: import("../../shared/types").LowCodeTypes.VALUE_RELATION;
|
|
2133
2135
|
}[] | undefined;
|
|
2134
2136
|
results?: {
|
|
2135
2137
|
p_value: string;
|
|
@@ -2138,21 +2140,21 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2138
2140
|
compareMap?: {
|
|
2139
2141
|
NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
2140
2142
|
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
2143
|
BIG?: ((v1: any, v2: any) => boolean) | undefined;
|
|
2146
|
-
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
2147
2144
|
LESS?: ((v1: any, v2: any) => boolean) | undefined;
|
|
2145
|
+
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
2148
2146
|
LESSEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
2147
|
+
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
2148
|
+
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
|
2149
|
+
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
2150
|
+
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
2149
2151
|
} | undefined;
|
|
2150
2152
|
}[] | undefined;
|
|
2151
2153
|
show_mode?: ("DROPDOWN" | "H_TILE" | "V_TILE" | "TILE") | undefined;
|
|
2152
2154
|
is_allow_check_mid?: import("..").FormCommonState | undefined;
|
|
2153
2155
|
allow_check_mid_level?: "1" | "2" | "3" | "4" | undefined;
|
|
2154
|
-
prefix?: string | import("
|
|
2155
|
-
suffix?: string | import("
|
|
2156
|
+
prefix?: string | import("../../shared/types").AnyObject | (() => any) | undefined;
|
|
2157
|
+
suffix?: string | import("../../shared/types").AnyObject | (() => any) | undefined;
|
|
2156
2158
|
allowSlash?: string | boolean | undefined;
|
|
2157
2159
|
allowModify?: "0" | "1" | undefined;
|
|
2158
2160
|
show_key?: string | undefined;
|
|
@@ -2168,8 +2170,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2168
2170
|
combinationItemDeletable?: boolean | import("..").CombinationItemDeletableFn | undefined;
|
|
2169
2171
|
children?: any[] | undefined;
|
|
2170
2172
|
properties?: any[] | undefined;
|
|
2171
|
-
componentProps?: import("
|
|
2172
|
-
decoratorProps?: import("
|
|
2173
|
+
componentProps?: import("../../shared/types").AnyObject | undefined;
|
|
2174
|
+
decoratorProps?: import("../../shared/types").AnyObject | undefined;
|
|
2173
2175
|
noDecorator?: {
|
|
2174
2176
|
valueOf: () => boolean;
|
|
2175
2177
|
} | undefined;
|
|
@@ -3709,11 +3711,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3709
3711
|
effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
|
|
3710
3712
|
when?: string | boolean | undefined;
|
|
3711
3713
|
fulfill?: {
|
|
3712
|
-
state?: import("
|
|
3714
|
+
state?: import("../../shared/types").AnyObject | undefined;
|
|
3713
3715
|
run?: string | undefined;
|
|
3714
3716
|
} | undefined;
|
|
3715
3717
|
otherwise?: {
|
|
3716
|
-
state?: import("
|
|
3718
|
+
state?: import("../../shared/types").AnyObject | undefined;
|
|
3717
3719
|
run?: string | undefined;
|
|
3718
3720
|
} | undefined;
|
|
3719
3721
|
} | {
|
|
@@ -3723,11 +3725,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3723
3725
|
effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
|
|
3724
3726
|
when?: string | boolean | undefined;
|
|
3725
3727
|
fulfill?: {
|
|
3726
|
-
state?: import("
|
|
3728
|
+
state?: import("../../shared/types").AnyObject | undefined;
|
|
3727
3729
|
run?: string | undefined;
|
|
3728
3730
|
} | undefined;
|
|
3729
3731
|
otherwise?: {
|
|
3730
|
-
state?: import("
|
|
3732
|
+
state?: import("../../shared/types").AnyObject | undefined;
|
|
3731
3733
|
run?: string | undefined;
|
|
3732
3734
|
} | undefined;
|
|
3733
3735
|
}[] | undefined;
|
|
@@ -3738,21 +3740,21 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3738
3740
|
}[]>;
|
|
3739
3741
|
lowCodeReactionsRef: import("vue").Ref<{
|
|
3740
3742
|
conObj: {
|
|
3741
|
-
con: import("
|
|
3743
|
+
con: import("../../shared/types").LowCodeTypes.VALUE_RELATION;
|
|
3742
3744
|
field_key: string;
|
|
3743
3745
|
value: unknown;
|
|
3744
3746
|
}[];
|
|
3745
3747
|
compareMap?: {
|
|
3746
3748
|
NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3747
3749
|
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
3750
|
BIG?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3753
|
-
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3754
3751
|
LESS?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3752
|
+
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3755
3753
|
LESSEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3754
|
+
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3755
|
+
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3756
|
+
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3757
|
+
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3756
3758
|
} | undefined;
|
|
3757
3759
|
sqlExpression?: string | undefined;
|
|
3758
3760
|
showField?: string[] | undefined;
|
|
@@ -3768,7 +3770,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3768
3770
|
parsedTextFormatter: import("./src/types").FormConfigTextFormatter;
|
|
3769
3771
|
currentEditField: import("vue").Ref<import("./src/types").FormConfigItem | undefined>;
|
|
3770
3772
|
formConfigEditRef: import("vue").Ref<{
|
|
3771
|
-
validate: import("
|
|
3773
|
+
validate: import("../../shared/types").AnyFn<any[], any>;
|
|
3772
3774
|
} | undefined>;
|
|
3773
3775
|
transform: (fieldList: import("./src/types").FormConfigItem[]) => import("./src/types").FormConfigItem[];
|
|
3774
3776
|
inverseTransform: (fieldList: import("./src/types").FormConfigItem[], withOriginalSetting: boolean, otherConfig?: Partial<import("./src/types").FormConfigItem> | undefined) => import("./src/types").FormConfigItem[];
|
|
@@ -3864,8 +3866,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3864
3866
|
link_key?: string | undefined;
|
|
3865
3867
|
link_key_split?: string | undefined;
|
|
3866
3868
|
show_key?: string | string[] | undefined;
|
|
3867
|
-
conObj?: import("
|
|
3868
|
-
conObjFirstLevel?: import("
|
|
3869
|
+
conObj?: import("../../shared/types").AnyObject[] | undefined;
|
|
3870
|
+
conObjFirstLevel?: import("../../shared/types").AnyObject[] | undefined;
|
|
3869
3871
|
setting?: {
|
|
3870
3872
|
cascading?: {
|
|
3871
3873
|
'form.name': string;
|
|
@@ -3890,7 +3892,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3890
3892
|
nameKey?: string | undefined;
|
|
3891
3893
|
valueKey?: string | undefined;
|
|
3892
3894
|
showKey?: string | undefined;
|
|
3893
|
-
|
|
3895
|
+
searchKey?: string[] | undefined;
|
|
3896
|
+
params?: import("../../shared/types").AnyObject | undefined;
|
|
3894
3897
|
dependKey?: string | Record<string, string> | (string | {
|
|
3895
3898
|
paramName: string;
|
|
3896
3899
|
paramValue?: string | undefined;
|
|
@@ -3909,12 +3912,12 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3909
3912
|
initialize_high?: number | undefined;
|
|
3910
3913
|
bindEventSetting?: {
|
|
3911
3914
|
[x: string]: unknown;
|
|
3912
|
-
event_type: import("
|
|
3915
|
+
event_type: import("../../shared/types").LowCodeTypes.EVENT_TYPE;
|
|
3913
3916
|
event_field?: string | undefined;
|
|
3914
3917
|
params?: {
|
|
3915
3918
|
p_value?: string | undefined;
|
|
3916
3919
|
p_name: string;
|
|
3917
|
-
p_select: import("
|
|
3920
|
+
p_select: import("../../shared/types").LowCodeTypes.VALUE_RELATION;
|
|
3918
3921
|
}[] | undefined;
|
|
3919
3922
|
results?: {
|
|
3920
3923
|
p_value: string;
|
|
@@ -3923,21 +3926,21 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3923
3926
|
compareMap?: {
|
|
3924
3927
|
NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3925
3928
|
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
3929
|
BIG?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3931
|
-
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3932
3930
|
LESS?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3931
|
+
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3933
3932
|
LESSEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3933
|
+
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3934
|
+
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3935
|
+
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3936
|
+
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3934
3937
|
} | undefined;
|
|
3935
3938
|
}[] | undefined;
|
|
3936
3939
|
show_mode?: ("DROPDOWN" | "H_TILE" | "V_TILE" | "TILE") | undefined;
|
|
3937
3940
|
is_allow_check_mid?: import("..").FormCommonState | undefined;
|
|
3938
3941
|
allow_check_mid_level?: "1" | "2" | "3" | "4" | undefined;
|
|
3939
|
-
prefix?: string | import("
|
|
3940
|
-
suffix?: string | import("
|
|
3942
|
+
prefix?: string | import("../../shared/types").AnyObject | (() => any) | undefined;
|
|
3943
|
+
suffix?: string | import("../../shared/types").AnyObject | (() => any) | undefined;
|
|
3941
3944
|
allowSlash?: string | boolean | undefined;
|
|
3942
3945
|
allowModify?: "0" | "1" | undefined;
|
|
3943
3946
|
show_key?: string | undefined;
|
|
@@ -3953,8 +3956,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3953
3956
|
combinationItemDeletable?: boolean | import("..").CombinationItemDeletableFn | undefined;
|
|
3954
3957
|
children?: any[] | undefined;
|
|
3955
3958
|
properties?: any[] | undefined;
|
|
3956
|
-
componentProps?: import("
|
|
3957
|
-
decoratorProps?: import("
|
|
3959
|
+
componentProps?: import("../../shared/types").AnyObject | undefined;
|
|
3960
|
+
decoratorProps?: import("../../shared/types").AnyObject | undefined;
|
|
3958
3961
|
noDecorator?: {
|
|
3959
3962
|
valueOf: () => boolean;
|
|
3960
3963
|
} | undefined;
|
|
@@ -5494,11 +5497,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
5494
5497
|
effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
|
|
5495
5498
|
when?: string | boolean | undefined;
|
|
5496
5499
|
fulfill?: {
|
|
5497
|
-
state?: import("
|
|
5500
|
+
state?: import("../../shared/types").AnyObject | undefined;
|
|
5498
5501
|
run?: string | undefined;
|
|
5499
5502
|
} | undefined;
|
|
5500
5503
|
otherwise?: {
|
|
5501
|
-
state?: import("
|
|
5504
|
+
state?: import("../../shared/types").AnyObject | undefined;
|
|
5502
5505
|
run?: string | undefined;
|
|
5503
5506
|
} | undefined;
|
|
5504
5507
|
} | {
|
|
@@ -5508,11 +5511,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
5508
5511
|
effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
|
|
5509
5512
|
when?: string | boolean | undefined;
|
|
5510
5513
|
fulfill?: {
|
|
5511
|
-
state?: import("
|
|
5514
|
+
state?: import("../../shared/types").AnyObject | undefined;
|
|
5512
5515
|
run?: string | undefined;
|
|
5513
5516
|
} | undefined;
|
|
5514
5517
|
otherwise?: {
|
|
5515
|
-
state?: import("
|
|
5518
|
+
state?: import("../../shared/types").AnyObject | undefined;
|
|
5516
5519
|
run?: string | undefined;
|
|
5517
5520
|
} | undefined;
|
|
5518
5521
|
}[] | undefined;
|
|
@@ -5612,8 +5615,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
5612
5615
|
link_key?: string | undefined;
|
|
5613
5616
|
link_key_split?: string | undefined;
|
|
5614
5617
|
show_key?: string | string[] | undefined;
|
|
5615
|
-
conObj?: import("
|
|
5616
|
-
conObjFirstLevel?: import("
|
|
5618
|
+
conObj?: import("../../shared/types").AnyObject[] | undefined;
|
|
5619
|
+
conObjFirstLevel?: import("../../shared/types").AnyObject[] | undefined;
|
|
5617
5620
|
setting?: {
|
|
5618
5621
|
cascading?: {
|
|
5619
5622
|
'form.name': string;
|
|
@@ -5638,7 +5641,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
5638
5641
|
nameKey?: string | undefined;
|
|
5639
5642
|
valueKey?: string | undefined;
|
|
5640
5643
|
showKey?: string | undefined;
|
|
5641
|
-
|
|
5644
|
+
searchKey?: string[] | undefined;
|
|
5645
|
+
params?: import("../../shared/types").AnyObject | undefined;
|
|
5642
5646
|
dependKey?: string | Record<string, string> | (string | {
|
|
5643
5647
|
paramName: string;
|
|
5644
5648
|
paramValue?: string | undefined;
|
|
@@ -5657,12 +5661,12 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
5657
5661
|
initialize_high?: number | undefined;
|
|
5658
5662
|
bindEventSetting?: {
|
|
5659
5663
|
[x: string]: unknown;
|
|
5660
|
-
event_type: import("
|
|
5664
|
+
event_type: import("../../shared/types").LowCodeTypes.EVENT_TYPE;
|
|
5661
5665
|
event_field?: string | undefined;
|
|
5662
5666
|
params?: {
|
|
5663
5667
|
p_value?: string | undefined;
|
|
5664
5668
|
p_name: string;
|
|
5665
|
-
p_select: import("
|
|
5669
|
+
p_select: import("../../shared/types").LowCodeTypes.VALUE_RELATION;
|
|
5666
5670
|
}[] | undefined;
|
|
5667
5671
|
results?: {
|
|
5668
5672
|
p_value: string;
|
|
@@ -5671,21 +5675,21 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
5671
5675
|
compareMap?: {
|
|
5672
5676
|
NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
5673
5677
|
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
5678
|
BIG?: ((v1: any, v2: any) => boolean) | undefined;
|
|
5679
|
-
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
5680
5679
|
LESS?: ((v1: any, v2: any) => boolean) | undefined;
|
|
5680
|
+
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
5681
5681
|
LESSEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
5682
|
+
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
5683
|
+
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
|
5684
|
+
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
5685
|
+
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
5682
5686
|
} | undefined;
|
|
5683
5687
|
}[] | undefined;
|
|
5684
5688
|
show_mode?: ("DROPDOWN" | "H_TILE" | "V_TILE" | "TILE") | undefined;
|
|
5685
5689
|
is_allow_check_mid?: import("..").FormCommonState | undefined;
|
|
5686
5690
|
allow_check_mid_level?: "1" | "2" | "3" | "4" | undefined;
|
|
5687
|
-
prefix?: string | import("
|
|
5688
|
-
suffix?: string | import("
|
|
5691
|
+
prefix?: string | import("../../shared/types").AnyObject | (() => any) | undefined;
|
|
5692
|
+
suffix?: string | import("../../shared/types").AnyObject | (() => any) | undefined;
|
|
5689
5693
|
allowSlash?: string | boolean | undefined;
|
|
5690
5694
|
allowModify?: "0" | "1" | undefined;
|
|
5691
5695
|
show_key?: string | undefined;
|
|
@@ -5701,8 +5705,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
5701
5705
|
combinationItemDeletable?: boolean | import("..").CombinationItemDeletableFn | undefined;
|
|
5702
5706
|
children?: any[] | undefined;
|
|
5703
5707
|
properties?: any[] | undefined;
|
|
5704
|
-
componentProps?: import("
|
|
5705
|
-
decoratorProps?: import("
|
|
5708
|
+
componentProps?: import("../../shared/types").AnyObject | undefined;
|
|
5709
|
+
decoratorProps?: import("../../shared/types").AnyObject | undefined;
|
|
5706
5710
|
noDecorator?: {
|
|
5707
5711
|
valueOf: () => boolean;
|
|
5708
5712
|
} | undefined;
|
|
@@ -7242,11 +7246,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
7242
7246
|
effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
|
|
7243
7247
|
when?: string | boolean | undefined;
|
|
7244
7248
|
fulfill?: {
|
|
7245
|
-
state?: import("
|
|
7249
|
+
state?: import("../../shared/types").AnyObject | undefined;
|
|
7246
7250
|
run?: string | undefined;
|
|
7247
7251
|
} | undefined;
|
|
7248
7252
|
otherwise?: {
|
|
7249
|
-
state?: import("
|
|
7253
|
+
state?: import("../../shared/types").AnyObject | undefined;
|
|
7250
7254
|
run?: string | undefined;
|
|
7251
7255
|
} | undefined;
|
|
7252
7256
|
} | {
|
|
@@ -7256,11 +7260,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
7256
7260
|
effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
|
|
7257
7261
|
when?: string | boolean | undefined;
|
|
7258
7262
|
fulfill?: {
|
|
7259
|
-
state?: import("
|
|
7263
|
+
state?: import("../../shared/types").AnyObject | undefined;
|
|
7260
7264
|
run?: string | undefined;
|
|
7261
7265
|
} | undefined;
|
|
7262
7266
|
otherwise?: {
|
|
7263
|
-
state?: import("
|
|
7267
|
+
state?: import("../../shared/types").AnyObject | undefined;
|
|
7264
7268
|
run?: string | undefined;
|
|
7265
7269
|
} | undefined;
|
|
7266
7270
|
}[] | undefined;
|
|
@@ -7350,7 +7354,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
7350
7354
|
lineBreakFormRef: import("vue").Ref<import("..").FormRenderExpose | undefined>;
|
|
7351
7355
|
initialData: Partial<import("./src/types").FormConfigItem>;
|
|
7352
7356
|
emit: (event: "submit", payload: import("./src/types").FormConfigItem) => void;
|
|
7353
|
-
submit: (type: string, props?: import("
|
|
7357
|
+
submit: (type: string, props?: import("../../shared/types").AnyObject | undefined, formRef?: import("..").FormRenderExpose | undefined) => Promise<void>;
|
|
7354
7358
|
pick: {
|
|
7355
7359
|
<T extends object, U extends keyof T>(object: T, ...props: import("lodash").Many<U>[]): Pick<T, U>;
|
|
7356
7360
|
<T_1>(object: T_1 | null | undefined, ...props: import("lodash").Many<import("lodash").PropertyPath>[]): Partial<T_1>;
|
|
@@ -7369,7 +7373,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
7369
7373
|
type: import("vue").PropType<import("..").FieldItem[]>;
|
|
7370
7374
|
};
|
|
7371
7375
|
initialData: {
|
|
7372
|
-
type: import("vue").PropType<import("
|
|
7376
|
+
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
|
7373
7377
|
default: () => {};
|
|
7374
7378
|
};
|
|
7375
7379
|
fieldVisitor: {
|
|
@@ -7458,11 +7462,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
7458
7462
|
default: () => {};
|
|
7459
7463
|
};
|
|
7460
7464
|
scope: {
|
|
7461
|
-
type: import("vue").PropType<import("
|
|
7465
|
+
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
|
7462
7466
|
default: () => {};
|
|
7463
7467
|
};
|
|
7464
7468
|
annotation: {
|
|
7465
|
-
type: import("vue").PropType<import("
|
|
7469
|
+
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
|
7466
7470
|
};
|
|
7467
7471
|
consumer: {
|
|
7468
7472
|
type: BooleanConstructor;
|
|
@@ -7478,9 +7482,9 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
7478
7482
|
field: import("@formily/core").GeneralField;
|
|
7479
7483
|
oldValue: unknown;
|
|
7480
7484
|
}): any;
|
|
7481
|
-
beforeRequest(fieldKey: string, params?: import("
|
|
7482
|
-
afterRequest(fieldKey: string, res?: any, payload?: import("
|
|
7483
|
-
afterOptionInit(fieldKey: string, options: import("
|
|
7485
|
+
beforeRequest(fieldKey: string, params?: import("../../shared/types").AnyObject | undefined, payload?: import("../../shared/types").AnyObject | undefined): void | import("../../shared/types").UndefinedAble<import("../../shared/types").AnyObject>;
|
|
7486
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../shared/types").AnyObject | undefined): import("../../shared/types").AnyObject[];
|
|
7487
|
+
afterOptionInit(fieldKey: string, options: import("../../shared/types").AnyObject[], payload?: import("../../shared/types").AnyObject | undefined): void;
|
|
7484
7488
|
}>>;
|
|
7485
7489
|
};
|
|
7486
7490
|
requestInstance: {
|
|
@@ -7491,13 +7495,17 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
7491
7495
|
default: boolean;
|
|
7492
7496
|
};
|
|
7493
7497
|
lowCodeReactions: {
|
|
7494
|
-
type: import("vue").PropType<import("
|
|
7498
|
+
type: import("vue").PropType<import("../../shared/types").LowCodeTypes.reactionsConfig[]>;
|
|
7495
7499
|
};
|
|
7496
7500
|
operationalForm: {
|
|
7497
|
-
type: import("vue").PropType<import("
|
|
7501
|
+
type: import("vue").PropType<import("../../shared/types").LowCodeTypes.operationalConfig[]>;
|
|
7498
7502
|
};
|
|
7499
7503
|
dateOperationalForm: {
|
|
7500
|
-
type: import("vue").PropType<import("
|
|
7504
|
+
type: import("vue").PropType<import("../../shared/types").LowCodeTypes.dateOperationalConfig[]>;
|
|
7505
|
+
};
|
|
7506
|
+
operationalFormInit: {
|
|
7507
|
+
type: BooleanConstructor;
|
|
7508
|
+
default: boolean;
|
|
7501
7509
|
};
|
|
7502
7510
|
linebarAutoHidden: {
|
|
7503
7511
|
type: BooleanConstructor;
|
|
@@ -7521,7 +7529,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
7521
7529
|
type: import("vue").PropType<import("..").FieldItem[]>;
|
|
7522
7530
|
};
|
|
7523
7531
|
initialData: {
|
|
7524
|
-
type: import("vue").PropType<import("
|
|
7532
|
+
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
|
7525
7533
|
default: () => {};
|
|
7526
7534
|
};
|
|
7527
7535
|
fieldVisitor: {
|
|
@@ -7610,11 +7618,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
7610
7618
|
default: () => {};
|
|
7611
7619
|
};
|
|
7612
7620
|
scope: {
|
|
7613
|
-
type: import("vue").PropType<import("
|
|
7621
|
+
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
|
7614
7622
|
default: () => {};
|
|
7615
7623
|
};
|
|
7616
7624
|
annotation: {
|
|
7617
|
-
type: import("vue").PropType<import("
|
|
7625
|
+
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
|
7618
7626
|
};
|
|
7619
7627
|
consumer: {
|
|
7620
7628
|
type: BooleanConstructor;
|
|
@@ -7630,9 +7638,9 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
7630
7638
|
field: import("@formily/core").GeneralField;
|
|
7631
7639
|
oldValue: unknown;
|
|
7632
7640
|
}): any;
|
|
7633
|
-
beforeRequest(fieldKey: string, params?: import("
|
|
7634
|
-
afterRequest(fieldKey: string, res?: any, payload?: import("
|
|
7635
|
-
afterOptionInit(fieldKey: string, options: import("
|
|
7641
|
+
beforeRequest(fieldKey: string, params?: import("../../shared/types").AnyObject | undefined, payload?: import("../../shared/types").AnyObject | undefined): void | import("../../shared/types").UndefinedAble<import("../../shared/types").AnyObject>;
|
|
7642
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../shared/types").AnyObject | undefined): import("../../shared/types").AnyObject[];
|
|
7643
|
+
afterOptionInit(fieldKey: string, options: import("../../shared/types").AnyObject[], payload?: import("../../shared/types").AnyObject | undefined): void;
|
|
7636
7644
|
}>>;
|
|
7637
7645
|
};
|
|
7638
7646
|
requestInstance: {
|
|
@@ -7643,13 +7651,17 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
7643
7651
|
default: boolean;
|
|
7644
7652
|
};
|
|
7645
7653
|
lowCodeReactions: {
|
|
7646
|
-
type: import("vue").PropType<import("
|
|
7654
|
+
type: import("vue").PropType<import("../../shared/types").LowCodeTypes.reactionsConfig[]>;
|
|
7647
7655
|
};
|
|
7648
7656
|
operationalForm: {
|
|
7649
|
-
type: import("vue").PropType<import("
|
|
7657
|
+
type: import("vue").PropType<import("../../shared/types").LowCodeTypes.operationalConfig[]>;
|
|
7650
7658
|
};
|
|
7651
7659
|
dateOperationalForm: {
|
|
7652
|
-
type: import("vue").PropType<import("
|
|
7660
|
+
type: import("vue").PropType<import("../../shared/types").LowCodeTypes.dateOperationalConfig[]>;
|
|
7661
|
+
};
|
|
7662
|
+
operationalFormInit: {
|
|
7663
|
+
type: BooleanConstructor;
|
|
7664
|
+
default: boolean;
|
|
7653
7665
|
};
|
|
7654
7666
|
linebarAutoHidden: {
|
|
7655
7667
|
type: BooleanConstructor;
|
|
@@ -7693,7 +7705,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
7693
7705
|
changeContextCollector: import("..").ContextCollector;
|
|
7694
7706
|
formUUID: string;
|
|
7695
7707
|
anchorBarRef: import("vue").Ref<{
|
|
7696
|
-
syncBarPosition: import("
|
|
7708
|
+
syncBarPosition: import("../../shared/types").AnyFn<any[], any>;
|
|
7697
7709
|
} | undefined>;
|
|
7698
7710
|
currentAnchor: import("vue").WritableComputedRef<string>;
|
|
7699
7711
|
updateAnchorList: (field: import("@formily/core").GeneralField) => void;
|
|
@@ -7708,18 +7720,18 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
7708
7720
|
field: import("@formily/core").GeneralField;
|
|
7709
7721
|
oldValue: unknown;
|
|
7710
7722
|
}): 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("
|
|
7723
|
+
beforeRequest(fieldKey: string, params?: import("../../shared/types").AnyObject | undefined, payload?: import("../../shared/types").AnyObject | undefined): void | import("../../shared/types").UndefinedAble<import("../../shared/types").AnyObject>;
|
|
7724
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../shared/types").AnyObject | undefined): import("../../shared/types").AnyObject[];
|
|
7725
|
+
afterOptionInit(fieldKey: string, options: import("../../shared/types").AnyObject[], payload?: import("../../shared/types").AnyObject | undefined): void;
|
|
7726
|
+
}>>[T_2]> | undefined) => import("../../shared/types").UndefinedAble<ReturnType<Required<Partial<{
|
|
7715
7727
|
onSetup(): void;
|
|
7716
7728
|
beforeSetValue(fieldKey: string, value: unknown, payload: {
|
|
7717
7729
|
field: import("@formily/core").GeneralField;
|
|
7718
7730
|
oldValue: unknown;
|
|
7719
7731
|
}): any;
|
|
7720
|
-
beforeRequest(fieldKey: string, params?: import("
|
|
7721
|
-
afterRequest(fieldKey: string, res?: any, payload?: import("
|
|
7722
|
-
afterOptionInit(fieldKey: string, options: import("
|
|
7732
|
+
beforeRequest(fieldKey: string, params?: import("../../shared/types").AnyObject | undefined, payload?: import("../../shared/types").AnyObject | undefined): void | import("../../shared/types").UndefinedAble<import("../../shared/types").AnyObject>;
|
|
7733
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../shared/types").AnyObject | undefined): import("../../shared/types").AnyObject[];
|
|
7734
|
+
afterOptionInit(fieldKey: string, options: import("../../shared/types").AnyObject[], payload?: import("../../shared/types").AnyObject | undefined): void;
|
|
7723
7735
|
}>>[T_2]>>;
|
|
7724
7736
|
triggerAutoHidden: (field: import("@formily/core").GeneralField) => Promise<void>;
|
|
7725
7737
|
observeFormGraph: Record<string, import("@formily/core").GeneralField>;
|
|
@@ -7731,15 +7743,15 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
7731
7743
|
}>;
|
|
7732
7744
|
lowCodeReactionsHandler: (field: string) => void;
|
|
7733
7745
|
triggerAllReactionsHandler: () => void;
|
|
7734
|
-
operationalFormHandler:
|
|
7735
|
-
|
|
7736
|
-
|
|
7737
|
-
|
|
7738
|
-
setDisabled: (value: boolean) => void;
|
|
7746
|
+
operationalFormHandler: {
|
|
7747
|
+
trigger(fieldKey: string): void;
|
|
7748
|
+
triggerAll(): void;
|
|
7749
|
+
triggerDisabled: string | boolean;
|
|
7739
7750
|
};
|
|
7751
|
+
wordbookSettingHandler: import("..").wordbookSettingHandler;
|
|
7740
7752
|
schemaAdaptor: (fieldList: import("..").FieldItem[], options?: Partial<{
|
|
7741
7753
|
fieldList: import("..").FieldItem[];
|
|
7742
|
-
initialData: import("
|
|
7754
|
+
initialData: import("../../shared/types").AnyObject;
|
|
7743
7755
|
fieldVisitor: import("..").FieldVisitor;
|
|
7744
7756
|
column: number;
|
|
7745
7757
|
maxHeight: string | number;
|
|
@@ -7803,8 +7815,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
7803
7815
|
"x-compile-omitted"?: string[] | undefined;
|
|
7804
7816
|
}>;
|
|
7805
7817
|
components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
|
|
7806
|
-
scope: import("
|
|
7807
|
-
annotation: import("
|
|
7818
|
+
scope: import("../../shared/types").AnyObject;
|
|
7819
|
+
annotation: import("../../shared/types").AnyObject;
|
|
7808
7820
|
consumer: boolean;
|
|
7809
7821
|
uuid: string;
|
|
7810
7822
|
lifeCycle: Partial<{
|
|
@@ -7813,18 +7825,18 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
7813
7825
|
field: import("@formily/core").GeneralField;
|
|
7814
7826
|
oldValue: unknown;
|
|
7815
7827
|
}): any;
|
|
7816
|
-
beforeRequest(fieldKey: string, params?: import("
|
|
7817
|
-
afterRequest(fieldKey: string, res?: any, payload?: import("
|
|
7818
|
-
afterOptionInit(fieldKey: string, options: import("
|
|
7828
|
+
beforeRequest(fieldKey: string, params?: import("../../shared/types").AnyObject | undefined, payload?: import("../../shared/types").AnyObject | undefined): void | import("../../shared/types").UndefinedAble<import("../../shared/types").AnyObject>;
|
|
7829
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../shared/types").AnyObject | undefined): import("../../shared/types").AnyObject[];
|
|
7830
|
+
afterOptionInit(fieldKey: string, options: import("../../shared/types").AnyObject[], payload?: import("../../shared/types").AnyObject | undefined): void;
|
|
7819
7831
|
}>;
|
|
7820
7832
|
businessFormatter: import("..").FormBusinessFormatter;
|
|
7821
7833
|
requestInstance: import("..").FormRequestDefine.RequestInstance;
|
|
7822
7834
|
enterToNextWidget: boolean | ((fieldItem: import("..").FieldItem) => boolean | void);
|
|
7823
|
-
lowCodeReactions: import("
|
|
7835
|
+
lowCodeReactions: import("../../shared/types").LowCodeTypes.reactionsConfig[];
|
|
7824
7836
|
linebarAutoHidden: boolean;
|
|
7825
7837
|
bordered: string | boolean;
|
|
7826
7838
|
uniqueCacheData: boolean;
|
|
7827
|
-
operationalForm: import("
|
|
7839
|
+
operationalForm: import("../../shared/types").LowCodeTypes.operationalConfig[];
|
|
7828
7840
|
outBordered: boolean;
|
|
7829
7841
|
forceClearable: boolean;
|
|
7830
7842
|
}>) => Record<string, import("@formily/json-schema").Stringify<{
|
|
@@ -7949,7 +7961,14 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
7949
7961
|
force?: boolean | undefined;
|
|
7950
7962
|
}): Promise<void>;
|
|
7951
7963
|
getFormValues(needCombineExtendKey?: boolean): any;
|
|
7952
|
-
setFormValues(values: import("
|
|
7964
|
+
setFormValues(values: import("../../shared/types").AnyObject, options?: boolean | {
|
|
7965
|
+
needSplitExtendKey?: boolean | undefined;
|
|
7966
|
+
avoidBusinessConnection?: string | boolean | undefined;
|
|
7967
|
+
avoidDependKeyConnection?: string | boolean | undefined;
|
|
7968
|
+
avoidWordbookSettingConnection?: string | boolean | undefined;
|
|
7969
|
+
avoidOperationalFormConnection?: string | boolean | undefined;
|
|
7970
|
+
overwrite?: boolean | undefined;
|
|
7971
|
+
}, avoidBusinessConnection?: string | boolean, overwrite?: boolean): Promise<void>;
|
|
7953
7972
|
setFieldState(path: string, setter: (field: Partial<Pick<import("@formily/core").Field<any, any, any, any>, import("@formily/core").NonFunctionPropertyNames<{
|
|
7954
7973
|
match: (pattern: import("@formily/path").Pattern) => boolean;
|
|
7955
7974
|
validate: (triggerType?: import("@formily/validator").ValidatorTriggerType | undefined) => any;
|
|
@@ -8116,7 +8135,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8116
8135
|
type: import("vue").PropType<import("..").FieldItem[]>;
|
|
8117
8136
|
};
|
|
8118
8137
|
initialData: {
|
|
8119
|
-
type: import("vue").PropType<import("
|
|
8138
|
+
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
|
8120
8139
|
default: () => {};
|
|
8121
8140
|
};
|
|
8122
8141
|
fieldVisitor: {
|
|
@@ -8205,11 +8224,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8205
8224
|
default: () => {};
|
|
8206
8225
|
};
|
|
8207
8226
|
scope: {
|
|
8208
|
-
type: import("vue").PropType<import("
|
|
8227
|
+
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
|
8209
8228
|
default: () => {};
|
|
8210
8229
|
};
|
|
8211
8230
|
annotation: {
|
|
8212
|
-
type: import("vue").PropType<import("
|
|
8231
|
+
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
|
8213
8232
|
};
|
|
8214
8233
|
consumer: {
|
|
8215
8234
|
type: BooleanConstructor;
|
|
@@ -8225,9 +8244,9 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8225
8244
|
field: import("@formily/core").GeneralField;
|
|
8226
8245
|
oldValue: unknown;
|
|
8227
8246
|
}): any;
|
|
8228
|
-
beforeRequest(fieldKey: string, params?: import("
|
|
8229
|
-
afterRequest(fieldKey: string, res?: any, payload?: import("
|
|
8230
|
-
afterOptionInit(fieldKey: string, options: import("
|
|
8247
|
+
beforeRequest(fieldKey: string, params?: import("../../shared/types").AnyObject | undefined, payload?: import("../../shared/types").AnyObject | undefined): void | import("../../shared/types").UndefinedAble<import("../../shared/types").AnyObject>;
|
|
8248
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../shared/types").AnyObject | undefined): import("../../shared/types").AnyObject[];
|
|
8249
|
+
afterOptionInit(fieldKey: string, options: import("../../shared/types").AnyObject[], payload?: import("../../shared/types").AnyObject | undefined): void;
|
|
8231
8250
|
}>>;
|
|
8232
8251
|
};
|
|
8233
8252
|
requestInstance: {
|
|
@@ -8238,13 +8257,17 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8238
8257
|
default: boolean;
|
|
8239
8258
|
};
|
|
8240
8259
|
lowCodeReactions: {
|
|
8241
|
-
type: import("vue").PropType<import("
|
|
8260
|
+
type: import("vue").PropType<import("../../shared/types").LowCodeTypes.reactionsConfig[]>;
|
|
8242
8261
|
};
|
|
8243
8262
|
operationalForm: {
|
|
8244
|
-
type: import("vue").PropType<import("
|
|
8263
|
+
type: import("vue").PropType<import("../../shared/types").LowCodeTypes.operationalConfig[]>;
|
|
8245
8264
|
};
|
|
8246
8265
|
dateOperationalForm: {
|
|
8247
|
-
type: import("vue").PropType<import("
|
|
8266
|
+
type: import("vue").PropType<import("../../shared/types").LowCodeTypes.dateOperationalConfig[]>;
|
|
8267
|
+
};
|
|
8268
|
+
operationalFormInit: {
|
|
8269
|
+
type: BooleanConstructor;
|
|
8270
|
+
default: boolean;
|
|
8248
8271
|
};
|
|
8249
8272
|
linebarAutoHidden: {
|
|
8250
8273
|
type: BooleanConstructor;
|
|
@@ -8272,15 +8295,16 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8272
8295
|
column: number;
|
|
8273
8296
|
forceClearable: boolean;
|
|
8274
8297
|
components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
|
|
8275
|
-
initialData: import("
|
|
8298
|
+
initialData: import("../../shared/types").AnyObject;
|
|
8276
8299
|
parallelism: number;
|
|
8277
|
-
scope: import("
|
|
8300
|
+
scope: import("../../shared/types").AnyObject;
|
|
8278
8301
|
consumer: boolean;
|
|
8279
8302
|
enterToNextWidget: boolean | ((fieldItem: import("..").FieldItem) => boolean | void);
|
|
8280
8303
|
linebarAutoHidden: boolean;
|
|
8281
8304
|
bordered: string | boolean;
|
|
8282
8305
|
uniqueCacheData: boolean;
|
|
8283
8306
|
outBordered: boolean;
|
|
8307
|
+
operationalFormInit: boolean;
|
|
8284
8308
|
}>;
|
|
8285
8309
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
|
|
8286
8310
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -8404,7 +8428,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8404
8428
|
formProps: {
|
|
8405
8429
|
type: import("vue").PropType<Partial<Partial<{
|
|
8406
8430
|
fieldList: import("..").FieldItem[];
|
|
8407
|
-
initialData: import("
|
|
8431
|
+
initialData: import("../../shared/types").AnyObject;
|
|
8408
8432
|
fieldVisitor: import("..").FieldVisitor;
|
|
8409
8433
|
column: number;
|
|
8410
8434
|
maxHeight: string | number;
|
|
@@ -8468,8 +8492,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8468
8492
|
"x-compile-omitted"?: string[] | undefined;
|
|
8469
8493
|
}>;
|
|
8470
8494
|
components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
|
|
8471
|
-
scope: import("
|
|
8472
|
-
annotation: import("
|
|
8495
|
+
scope: import("../../shared/types").AnyObject;
|
|
8496
|
+
annotation: import("../../shared/types").AnyObject;
|
|
8473
8497
|
consumer: boolean;
|
|
8474
8498
|
uuid: string;
|
|
8475
8499
|
lifeCycle: Partial<{
|
|
@@ -8478,18 +8502,18 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8478
8502
|
field: import("@formily/core").GeneralField;
|
|
8479
8503
|
oldValue: unknown;
|
|
8480
8504
|
}): any;
|
|
8481
|
-
beforeRequest(fieldKey: string, params?: import("
|
|
8482
|
-
afterRequest(fieldKey: string, res?: any, payload?: import("
|
|
8483
|
-
afterOptionInit(fieldKey: string, options: import("
|
|
8505
|
+
beforeRequest(fieldKey: string, params?: import("../../shared/types").AnyObject | undefined, payload?: import("../../shared/types").AnyObject | undefined): void | import("../../shared/types").UndefinedAble<import("../../shared/types").AnyObject>;
|
|
8506
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../shared/types").AnyObject | undefined): import("../../shared/types").AnyObject[];
|
|
8507
|
+
afterOptionInit(fieldKey: string, options: import("../../shared/types").AnyObject[], payload?: import("../../shared/types").AnyObject | undefined): void;
|
|
8484
8508
|
}>;
|
|
8485
8509
|
businessFormatter: import("..").FormBusinessFormatter;
|
|
8486
8510
|
requestInstance: import("..").FormRequestDefine.RequestInstance;
|
|
8487
8511
|
enterToNextWidget: boolean | ((fieldItem: import("..").FieldItem) => boolean | void);
|
|
8488
|
-
lowCodeReactions: import("
|
|
8512
|
+
lowCodeReactions: import("../../shared/types").LowCodeTypes.reactionsConfig[];
|
|
8489
8513
|
linebarAutoHidden: boolean;
|
|
8490
8514
|
bordered: string | boolean;
|
|
8491
8515
|
uniqueCacheData: boolean;
|
|
8492
|
-
operationalForm: import("
|
|
8516
|
+
operationalForm: import("../../shared/types").LowCodeTypes.operationalConfig[];
|
|
8493
8517
|
outBordered: boolean;
|
|
8494
8518
|
forceClearable: boolean;
|
|
8495
8519
|
}>>>;
|
|
@@ -8506,7 +8530,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8506
8530
|
formProps: {
|
|
8507
8531
|
type: import("vue").PropType<Partial<Partial<{
|
|
8508
8532
|
fieldList: import("..").FieldItem[];
|
|
8509
|
-
initialData: import("
|
|
8533
|
+
initialData: import("../../shared/types").AnyObject;
|
|
8510
8534
|
fieldVisitor: import("..").FieldVisitor;
|
|
8511
8535
|
column: number;
|
|
8512
8536
|
maxHeight: string | number;
|
|
@@ -8570,8 +8594,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8570
8594
|
"x-compile-omitted"?: string[] | undefined;
|
|
8571
8595
|
}>;
|
|
8572
8596
|
components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
|
|
8573
|
-
scope: import("
|
|
8574
|
-
annotation: import("
|
|
8597
|
+
scope: import("../../shared/types").AnyObject;
|
|
8598
|
+
annotation: import("../../shared/types").AnyObject;
|
|
8575
8599
|
consumer: boolean;
|
|
8576
8600
|
uuid: string;
|
|
8577
8601
|
lifeCycle: Partial<{
|
|
@@ -8580,18 +8604,18 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8580
8604
|
field: import("@formily/core").GeneralField;
|
|
8581
8605
|
oldValue: unknown;
|
|
8582
8606
|
}): any;
|
|
8583
|
-
beforeRequest(fieldKey: string, params?: import("
|
|
8584
|
-
afterRequest(fieldKey: string, res?: any, payload?: import("
|
|
8585
|
-
afterOptionInit(fieldKey: string, options: import("
|
|
8607
|
+
beforeRequest(fieldKey: string, params?: import("../../shared/types").AnyObject | undefined, payload?: import("../../shared/types").AnyObject | undefined): void | import("../../shared/types").UndefinedAble<import("../../shared/types").AnyObject>;
|
|
8608
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../shared/types").AnyObject | undefined): import("../../shared/types").AnyObject[];
|
|
8609
|
+
afterOptionInit(fieldKey: string, options: import("../../shared/types").AnyObject[], payload?: import("../../shared/types").AnyObject | undefined): void;
|
|
8586
8610
|
}>;
|
|
8587
8611
|
businessFormatter: import("..").FormBusinessFormatter;
|
|
8588
8612
|
requestInstance: import("..").FormRequestDefine.RequestInstance;
|
|
8589
8613
|
enterToNextWidget: boolean | ((fieldItem: import("..").FieldItem) => boolean | void);
|
|
8590
|
-
lowCodeReactions: import("
|
|
8614
|
+
lowCodeReactions: import("../../shared/types").LowCodeTypes.reactionsConfig[];
|
|
8591
8615
|
linebarAutoHidden: boolean;
|
|
8592
8616
|
bordered: string | boolean;
|
|
8593
8617
|
uniqueCacheData: boolean;
|
|
8594
|
-
operationalForm: import("
|
|
8618
|
+
operationalForm: import("../../shared/types").LowCodeTypes.operationalConfig[];
|
|
8595
8619
|
outBordered: boolean;
|
|
8596
8620
|
forceClearable: boolean;
|
|
8597
8621
|
}>>>;
|
|
@@ -8599,7 +8623,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8599
8623
|
}>> & {}>>;
|
|
8600
8624
|
wrapperSelector: import("vue").ComputedRef<string>;
|
|
8601
8625
|
formRenderRef: import("vue").Ref<import("..").FormRenderExpose | undefined>;
|
|
8602
|
-
currentActiveField: import("vue").Ref<import("
|
|
8626
|
+
currentActiveField: import("vue").Ref<import("../../shared/types").UndefinedAble<import("./src/types").FormConfigItem>>;
|
|
8603
8627
|
fieldList: import("vue").Ref<{
|
|
8604
8628
|
[x: string]: any;
|
|
8605
8629
|
val_key: string;
|
|
@@ -8675,8 +8699,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8675
8699
|
link_key?: string | undefined;
|
|
8676
8700
|
link_key_split?: string | undefined;
|
|
8677
8701
|
show_key?: string | string[] | undefined;
|
|
8678
|
-
conObj?: import("
|
|
8679
|
-
conObjFirstLevel?: import("
|
|
8702
|
+
conObj?: import("../../shared/types").AnyObject[] | undefined;
|
|
8703
|
+
conObjFirstLevel?: import("../../shared/types").AnyObject[] | undefined;
|
|
8680
8704
|
setting?: {
|
|
8681
8705
|
cascading?: {
|
|
8682
8706
|
'form.name': string;
|
|
@@ -8701,7 +8725,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8701
8725
|
nameKey?: string | undefined;
|
|
8702
8726
|
valueKey?: string | undefined;
|
|
8703
8727
|
showKey?: string | undefined;
|
|
8704
|
-
|
|
8728
|
+
searchKey?: string[] | undefined;
|
|
8729
|
+
params?: import("../../shared/types").AnyObject | undefined;
|
|
8705
8730
|
dependKey?: string | Record<string, string> | (string | {
|
|
8706
8731
|
paramName: string;
|
|
8707
8732
|
paramValue?: string | undefined;
|
|
@@ -8720,12 +8745,12 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8720
8745
|
initialize_high?: number | undefined;
|
|
8721
8746
|
bindEventSetting?: {
|
|
8722
8747
|
[x: string]: unknown;
|
|
8723
|
-
event_type: import("
|
|
8748
|
+
event_type: import("../../shared/types").LowCodeTypes.EVENT_TYPE;
|
|
8724
8749
|
event_field?: string | undefined;
|
|
8725
8750
|
params?: {
|
|
8726
8751
|
p_value?: string | undefined;
|
|
8727
8752
|
p_name: string;
|
|
8728
|
-
p_select: import("
|
|
8753
|
+
p_select: import("../../shared/types").LowCodeTypes.VALUE_RELATION;
|
|
8729
8754
|
}[] | undefined;
|
|
8730
8755
|
results?: {
|
|
8731
8756
|
p_value: string;
|
|
@@ -8734,21 +8759,21 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8734
8759
|
compareMap?: {
|
|
8735
8760
|
NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
8736
8761
|
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
8762
|
BIG?: ((v1: any, v2: any) => boolean) | undefined;
|
|
8742
|
-
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
8743
8763
|
LESS?: ((v1: any, v2: any) => boolean) | undefined;
|
|
8764
|
+
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
8744
8765
|
LESSEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
8766
|
+
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
8767
|
+
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
|
8768
|
+
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
8769
|
+
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
8745
8770
|
} | undefined;
|
|
8746
8771
|
}[] | undefined;
|
|
8747
8772
|
show_mode?: ("DROPDOWN" | "H_TILE" | "V_TILE" | "TILE") | undefined;
|
|
8748
8773
|
is_allow_check_mid?: import("..").FormCommonState | undefined;
|
|
8749
8774
|
allow_check_mid_level?: "1" | "2" | "3" | "4" | undefined;
|
|
8750
|
-
prefix?: string | import("
|
|
8751
|
-
suffix?: string | import("
|
|
8775
|
+
prefix?: string | import("../../shared/types").AnyObject | (() => any) | undefined;
|
|
8776
|
+
suffix?: string | import("../../shared/types").AnyObject | (() => any) | undefined;
|
|
8752
8777
|
allowSlash?: string | boolean | undefined;
|
|
8753
8778
|
allowModify?: "0" | "1" | undefined;
|
|
8754
8779
|
show_key?: string | undefined;
|
|
@@ -8764,8 +8789,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8764
8789
|
combinationItemDeletable?: boolean | import("..").CombinationItemDeletableFn | undefined;
|
|
8765
8790
|
children?: any[] | undefined;
|
|
8766
8791
|
properties?: any[] | undefined;
|
|
8767
|
-
componentProps?: import("
|
|
8768
|
-
decoratorProps?: import("
|
|
8792
|
+
componentProps?: import("../../shared/types").AnyObject | undefined;
|
|
8793
|
+
decoratorProps?: import("../../shared/types").AnyObject | undefined;
|
|
8769
8794
|
noDecorator?: {
|
|
8770
8795
|
valueOf: () => boolean;
|
|
8771
8796
|
} | undefined;
|
|
@@ -10305,11 +10330,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
10305
10330
|
effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
|
|
10306
10331
|
when?: string | boolean | undefined;
|
|
10307
10332
|
fulfill?: {
|
|
10308
|
-
state?: import("
|
|
10333
|
+
state?: import("../../shared/types").AnyObject | undefined;
|
|
10309
10334
|
run?: string | undefined;
|
|
10310
10335
|
} | undefined;
|
|
10311
10336
|
otherwise?: {
|
|
10312
|
-
state?: import("
|
|
10337
|
+
state?: import("../../shared/types").AnyObject | undefined;
|
|
10313
10338
|
run?: string | undefined;
|
|
10314
10339
|
} | undefined;
|
|
10315
10340
|
} | {
|
|
@@ -10319,11 +10344,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
10319
10344
|
effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
|
|
10320
10345
|
when?: string | boolean | undefined;
|
|
10321
10346
|
fulfill?: {
|
|
10322
|
-
state?: import("
|
|
10347
|
+
state?: import("../../shared/types").AnyObject | undefined;
|
|
10323
10348
|
run?: string | undefined;
|
|
10324
10349
|
} | undefined;
|
|
10325
10350
|
otherwise?: {
|
|
10326
|
-
state?: import("
|
|
10351
|
+
state?: import("../../shared/types").AnyObject | undefined;
|
|
10327
10352
|
run?: string | undefined;
|
|
10328
10353
|
} | undefined;
|
|
10329
10354
|
}[] | undefined;
|
|
@@ -10434,8 +10459,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
10434
10459
|
link_key?: string | undefined;
|
|
10435
10460
|
link_key_split?: string | undefined;
|
|
10436
10461
|
show_key?: string | string[] | undefined;
|
|
10437
|
-
conObj?: import("
|
|
10438
|
-
conObjFirstLevel?: import("
|
|
10462
|
+
conObj?: import("../../shared/types").AnyObject[] | undefined;
|
|
10463
|
+
conObjFirstLevel?: import("../../shared/types").AnyObject[] | undefined;
|
|
10439
10464
|
setting?: {
|
|
10440
10465
|
cascading?: {
|
|
10441
10466
|
'form.name': string;
|
|
@@ -10460,7 +10485,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
10460
10485
|
nameKey?: string | undefined;
|
|
10461
10486
|
valueKey?: string | undefined;
|
|
10462
10487
|
showKey?: string | undefined;
|
|
10463
|
-
|
|
10488
|
+
searchKey?: string[] | undefined;
|
|
10489
|
+
params?: import("../../shared/types").AnyObject | undefined;
|
|
10464
10490
|
dependKey?: string | Record<string, string> | (string | {
|
|
10465
10491
|
paramName: string;
|
|
10466
10492
|
paramValue?: string | undefined;
|
|
@@ -10479,12 +10505,12 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
10479
10505
|
initialize_high?: number | undefined;
|
|
10480
10506
|
bindEventSetting?: {
|
|
10481
10507
|
[x: string]: unknown;
|
|
10482
|
-
event_type: import("
|
|
10508
|
+
event_type: import("../../shared/types").LowCodeTypes.EVENT_TYPE;
|
|
10483
10509
|
event_field?: string | undefined;
|
|
10484
10510
|
params?: {
|
|
10485
10511
|
p_value?: string | undefined;
|
|
10486
10512
|
p_name: string;
|
|
10487
|
-
p_select: import("
|
|
10513
|
+
p_select: import("../../shared/types").LowCodeTypes.VALUE_RELATION;
|
|
10488
10514
|
}[] | undefined;
|
|
10489
10515
|
results?: {
|
|
10490
10516
|
p_value: string;
|
|
@@ -10493,21 +10519,21 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
10493
10519
|
compareMap?: {
|
|
10494
10520
|
NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
10495
10521
|
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
10522
|
BIG?: ((v1: any, v2: any) => boolean) | undefined;
|
|
10501
|
-
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
10502
10523
|
LESS?: ((v1: any, v2: any) => boolean) | undefined;
|
|
10524
|
+
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
10503
10525
|
LESSEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
10526
|
+
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
10527
|
+
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
|
10528
|
+
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
10529
|
+
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
10504
10530
|
} | undefined;
|
|
10505
10531
|
}[] | undefined;
|
|
10506
10532
|
show_mode?: ("DROPDOWN" | "H_TILE" | "V_TILE" | "TILE") | undefined;
|
|
10507
10533
|
is_allow_check_mid?: import("..").FormCommonState | undefined;
|
|
10508
10534
|
allow_check_mid_level?: "1" | "2" | "3" | "4" | undefined;
|
|
10509
|
-
prefix?: string | import("
|
|
10510
|
-
suffix?: string | import("
|
|
10535
|
+
prefix?: string | import("../../shared/types").AnyObject | (() => any) | undefined;
|
|
10536
|
+
suffix?: string | import("../../shared/types").AnyObject | (() => any) | undefined;
|
|
10511
10537
|
allowSlash?: string | boolean | undefined;
|
|
10512
10538
|
allowModify?: "0" | "1" | undefined;
|
|
10513
10539
|
show_key?: string | undefined;
|
|
@@ -10523,8 +10549,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
10523
10549
|
combinationItemDeletable?: boolean | import("..").CombinationItemDeletableFn | undefined;
|
|
10524
10550
|
children?: any[] | undefined;
|
|
10525
10551
|
properties?: any[] | undefined;
|
|
10526
|
-
componentProps?: import("
|
|
10527
|
-
decoratorProps?: import("
|
|
10552
|
+
componentProps?: import("../../shared/types").AnyObject | undefined;
|
|
10553
|
+
decoratorProps?: import("../../shared/types").AnyObject | undefined;
|
|
10528
10554
|
noDecorator?: {
|
|
10529
10555
|
valueOf: () => boolean;
|
|
10530
10556
|
} | undefined;
|
|
@@ -12064,11 +12090,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
12064
12090
|
effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
|
|
12065
12091
|
when?: string | boolean | undefined;
|
|
12066
12092
|
fulfill?: {
|
|
12067
|
-
state?: import("
|
|
12093
|
+
state?: import("../../shared/types").AnyObject | undefined;
|
|
12068
12094
|
run?: string | undefined;
|
|
12069
12095
|
} | undefined;
|
|
12070
12096
|
otherwise?: {
|
|
12071
|
-
state?: import("
|
|
12097
|
+
state?: import("../../shared/types").AnyObject | undefined;
|
|
12072
12098
|
run?: string | undefined;
|
|
12073
12099
|
} | undefined;
|
|
12074
12100
|
} | {
|
|
@@ -12078,11 +12104,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
12078
12104
|
effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
|
|
12079
12105
|
when?: string | boolean | undefined;
|
|
12080
12106
|
fulfill?: {
|
|
12081
|
-
state?: import("
|
|
12107
|
+
state?: import("../../shared/types").AnyObject | undefined;
|
|
12082
12108
|
run?: string | undefined;
|
|
12083
12109
|
} | undefined;
|
|
12084
12110
|
otherwise?: {
|
|
12085
|
-
state?: import("
|
|
12111
|
+
state?: import("../../shared/types").AnyObject | undefined;
|
|
12086
12112
|
run?: string | undefined;
|
|
12087
12113
|
} | undefined;
|
|
12088
12114
|
}[] | undefined;
|
|
@@ -12166,8 +12192,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
12166
12192
|
link_key?: string | undefined;
|
|
12167
12193
|
link_key_split?: string | undefined;
|
|
12168
12194
|
show_key?: string | string[] | undefined;
|
|
12169
|
-
conObj?: import("
|
|
12170
|
-
conObjFirstLevel?: import("
|
|
12195
|
+
conObj?: import("../../shared/types").AnyObject[] | undefined;
|
|
12196
|
+
conObjFirstLevel?: import("../../shared/types").AnyObject[] | undefined;
|
|
12171
12197
|
setting?: {
|
|
12172
12198
|
cascading?: {
|
|
12173
12199
|
'form.name': string;
|
|
@@ -12192,7 +12218,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
12192
12218
|
nameKey?: string | undefined;
|
|
12193
12219
|
valueKey?: string | undefined;
|
|
12194
12220
|
showKey?: string | undefined;
|
|
12195
|
-
|
|
12221
|
+
searchKey?: string[] | undefined;
|
|
12222
|
+
params?: import("../../shared/types").AnyObject | undefined;
|
|
12196
12223
|
dependKey?: string | Record<string, string> | (string | {
|
|
12197
12224
|
paramName: string;
|
|
12198
12225
|
paramValue?: string | undefined;
|
|
@@ -12211,12 +12238,12 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
12211
12238
|
initialize_high?: number | undefined;
|
|
12212
12239
|
bindEventSetting?: {
|
|
12213
12240
|
[x: string]: unknown;
|
|
12214
|
-
event_type: import("
|
|
12241
|
+
event_type: import("../../shared/types").LowCodeTypes.EVENT_TYPE;
|
|
12215
12242
|
event_field?: string | undefined;
|
|
12216
12243
|
params?: {
|
|
12217
12244
|
p_value?: string | undefined;
|
|
12218
12245
|
p_name: string;
|
|
12219
|
-
p_select: import("
|
|
12246
|
+
p_select: import("../../shared/types").LowCodeTypes.VALUE_RELATION;
|
|
12220
12247
|
}[] | undefined;
|
|
12221
12248
|
results?: {
|
|
12222
12249
|
p_value: string;
|
|
@@ -12225,21 +12252,21 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
12225
12252
|
compareMap?: {
|
|
12226
12253
|
NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
12227
12254
|
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
12255
|
BIG?: ((v1: any, v2: any) => boolean) | undefined;
|
|
12233
|
-
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
12234
12256
|
LESS?: ((v1: any, v2: any) => boolean) | undefined;
|
|
12257
|
+
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
12235
12258
|
LESSEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
12259
|
+
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
12260
|
+
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
|
12261
|
+
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
12262
|
+
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
12236
12263
|
} | undefined;
|
|
12237
12264
|
}[] | undefined;
|
|
12238
12265
|
show_mode?: ("DROPDOWN" | "H_TILE" | "V_TILE" | "TILE") | undefined;
|
|
12239
12266
|
is_allow_check_mid?: import("..").FormCommonState | undefined;
|
|
12240
12267
|
allow_check_mid_level?: "1" | "2" | "3" | "4" | undefined;
|
|
12241
|
-
prefix?: string | import("
|
|
12242
|
-
suffix?: string | import("
|
|
12268
|
+
prefix?: string | import("../../shared/types").AnyObject | (() => any) | undefined;
|
|
12269
|
+
suffix?: string | import("../../shared/types").AnyObject | (() => any) | undefined;
|
|
12243
12270
|
allowSlash?: string | boolean | undefined;
|
|
12244
12271
|
allowModify?: "0" | "1" | undefined;
|
|
12245
12272
|
show_key?: string | undefined;
|
|
@@ -12255,8 +12282,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
12255
12282
|
combinationItemDeletable?: boolean | import("..").CombinationItemDeletableFn | undefined;
|
|
12256
12283
|
children?: any[] | undefined;
|
|
12257
12284
|
properties?: any[] | undefined;
|
|
12258
|
-
componentProps?: import("
|
|
12259
|
-
decoratorProps?: import("
|
|
12285
|
+
componentProps?: import("../../shared/types").AnyObject | undefined;
|
|
12286
|
+
decoratorProps?: import("../../shared/types").AnyObject | undefined;
|
|
12260
12287
|
noDecorator?: {
|
|
12261
12288
|
valueOf: () => boolean;
|
|
12262
12289
|
} | undefined;
|
|
@@ -13796,11 +13823,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
13796
13823
|
effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
|
|
13797
13824
|
when?: string | boolean | undefined;
|
|
13798
13825
|
fulfill?: {
|
|
13799
|
-
state?: import("
|
|
13826
|
+
state?: import("../../shared/types").AnyObject | undefined;
|
|
13800
13827
|
run?: string | undefined;
|
|
13801
13828
|
} | undefined;
|
|
13802
13829
|
otherwise?: {
|
|
13803
|
-
state?: import("
|
|
13830
|
+
state?: import("../../shared/types").AnyObject | undefined;
|
|
13804
13831
|
run?: string | undefined;
|
|
13805
13832
|
} | undefined;
|
|
13806
13833
|
} | {
|
|
@@ -13810,11 +13837,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
13810
13837
|
effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
|
|
13811
13838
|
when?: string | boolean | undefined;
|
|
13812
13839
|
fulfill?: {
|
|
13813
|
-
state?: import("
|
|
13840
|
+
state?: import("../../shared/types").AnyObject | undefined;
|
|
13814
13841
|
run?: string | undefined;
|
|
13815
13842
|
} | undefined;
|
|
13816
13843
|
otherwise?: {
|
|
13817
|
-
state?: import("
|
|
13844
|
+
state?: import("../../shared/types").AnyObject | undefined;
|
|
13818
13845
|
run?: string | undefined;
|
|
13819
13846
|
} | undefined;
|
|
13820
13847
|
}[] | undefined;
|
|
@@ -13840,7 +13867,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
13840
13867
|
type: import("vue").PropType<import("..").FieldItem[]>;
|
|
13841
13868
|
};
|
|
13842
13869
|
initialData: {
|
|
13843
|
-
type: import("vue").PropType<import("
|
|
13870
|
+
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
|
13844
13871
|
default: () => {};
|
|
13845
13872
|
};
|
|
13846
13873
|
fieldVisitor: {
|
|
@@ -13929,11 +13956,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
13929
13956
|
default: () => {};
|
|
13930
13957
|
};
|
|
13931
13958
|
scope: {
|
|
13932
|
-
type: import("vue").PropType<import("
|
|
13959
|
+
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
|
13933
13960
|
default: () => {};
|
|
13934
13961
|
};
|
|
13935
13962
|
annotation: {
|
|
13936
|
-
type: import("vue").PropType<import("
|
|
13963
|
+
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
|
13937
13964
|
};
|
|
13938
13965
|
consumer: {
|
|
13939
13966
|
type: BooleanConstructor;
|
|
@@ -13949,9 +13976,9 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
13949
13976
|
field: import("@formily/core").GeneralField;
|
|
13950
13977
|
oldValue: unknown;
|
|
13951
13978
|
}): any;
|
|
13952
|
-
beforeRequest(fieldKey: string, params?: import("
|
|
13953
|
-
afterRequest(fieldKey: string, res?: any, payload?: import("
|
|
13954
|
-
afterOptionInit(fieldKey: string, options: import("
|
|
13979
|
+
beforeRequest(fieldKey: string, params?: import("../../shared/types").AnyObject | undefined, payload?: import("../../shared/types").AnyObject | undefined): void | import("../../shared/types").UndefinedAble<import("../../shared/types").AnyObject>;
|
|
13980
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../shared/types").AnyObject | undefined): import("../../shared/types").AnyObject[];
|
|
13981
|
+
afterOptionInit(fieldKey: string, options: import("../../shared/types").AnyObject[], payload?: import("../../shared/types").AnyObject | undefined): void;
|
|
13955
13982
|
}>>;
|
|
13956
13983
|
};
|
|
13957
13984
|
requestInstance: {
|
|
@@ -13962,13 +13989,17 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
13962
13989
|
default: boolean;
|
|
13963
13990
|
};
|
|
13964
13991
|
lowCodeReactions: {
|
|
13965
|
-
type: import("vue").PropType<import("
|
|
13992
|
+
type: import("vue").PropType<import("../../shared/types").LowCodeTypes.reactionsConfig[]>;
|
|
13966
13993
|
};
|
|
13967
13994
|
operationalForm: {
|
|
13968
|
-
type: import("vue").PropType<import("
|
|
13995
|
+
type: import("vue").PropType<import("../../shared/types").LowCodeTypes.operationalConfig[]>;
|
|
13969
13996
|
};
|
|
13970
13997
|
dateOperationalForm: {
|
|
13971
|
-
type: import("vue").PropType<import("
|
|
13998
|
+
type: import("vue").PropType<import("../../shared/types").LowCodeTypes.dateOperationalConfig[]>;
|
|
13999
|
+
};
|
|
14000
|
+
operationalFormInit: {
|
|
14001
|
+
type: BooleanConstructor;
|
|
14002
|
+
default: boolean;
|
|
13972
14003
|
};
|
|
13973
14004
|
linebarAutoHidden: {
|
|
13974
14005
|
type: BooleanConstructor;
|
|
@@ -13992,7 +14023,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
13992
14023
|
type: import("vue").PropType<import("..").FieldItem[]>;
|
|
13993
14024
|
};
|
|
13994
14025
|
initialData: {
|
|
13995
|
-
type: import("vue").PropType<import("
|
|
14026
|
+
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
|
13996
14027
|
default: () => {};
|
|
13997
14028
|
};
|
|
13998
14029
|
fieldVisitor: {
|
|
@@ -14081,11 +14112,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14081
14112
|
default: () => {};
|
|
14082
14113
|
};
|
|
14083
14114
|
scope: {
|
|
14084
|
-
type: import("vue").PropType<import("
|
|
14115
|
+
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
|
14085
14116
|
default: () => {};
|
|
14086
14117
|
};
|
|
14087
14118
|
annotation: {
|
|
14088
|
-
type: import("vue").PropType<import("
|
|
14119
|
+
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
|
14089
14120
|
};
|
|
14090
14121
|
consumer: {
|
|
14091
14122
|
type: BooleanConstructor;
|
|
@@ -14101,9 +14132,9 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14101
14132
|
field: import("@formily/core").GeneralField;
|
|
14102
14133
|
oldValue: unknown;
|
|
14103
14134
|
}): any;
|
|
14104
|
-
beforeRequest(fieldKey: string, params?: import("
|
|
14105
|
-
afterRequest(fieldKey: string, res?: any, payload?: import("
|
|
14106
|
-
afterOptionInit(fieldKey: string, options: import("
|
|
14135
|
+
beforeRequest(fieldKey: string, params?: import("../../shared/types").AnyObject | undefined, payload?: import("../../shared/types").AnyObject | undefined): void | import("../../shared/types").UndefinedAble<import("../../shared/types").AnyObject>;
|
|
14136
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../shared/types").AnyObject | undefined): import("../../shared/types").AnyObject[];
|
|
14137
|
+
afterOptionInit(fieldKey: string, options: import("../../shared/types").AnyObject[], payload?: import("../../shared/types").AnyObject | undefined): void;
|
|
14107
14138
|
}>>;
|
|
14108
14139
|
};
|
|
14109
14140
|
requestInstance: {
|
|
@@ -14114,13 +14145,17 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14114
14145
|
default: boolean;
|
|
14115
14146
|
};
|
|
14116
14147
|
lowCodeReactions: {
|
|
14117
|
-
type: import("vue").PropType<import("
|
|
14148
|
+
type: import("vue").PropType<import("../../shared/types").LowCodeTypes.reactionsConfig[]>;
|
|
14118
14149
|
};
|
|
14119
14150
|
operationalForm: {
|
|
14120
|
-
type: import("vue").PropType<import("
|
|
14151
|
+
type: import("vue").PropType<import("../../shared/types").LowCodeTypes.operationalConfig[]>;
|
|
14121
14152
|
};
|
|
14122
14153
|
dateOperationalForm: {
|
|
14123
|
-
type: import("vue").PropType<import("
|
|
14154
|
+
type: import("vue").PropType<import("../../shared/types").LowCodeTypes.dateOperationalConfig[]>;
|
|
14155
|
+
};
|
|
14156
|
+
operationalFormInit: {
|
|
14157
|
+
type: BooleanConstructor;
|
|
14158
|
+
default: boolean;
|
|
14124
14159
|
};
|
|
14125
14160
|
linebarAutoHidden: {
|
|
14126
14161
|
type: BooleanConstructor;
|
|
@@ -14164,7 +14199,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14164
14199
|
changeContextCollector: import("..").ContextCollector;
|
|
14165
14200
|
formUUID: string;
|
|
14166
14201
|
anchorBarRef: import("vue").Ref<{
|
|
14167
|
-
syncBarPosition: import("
|
|
14202
|
+
syncBarPosition: import("../../shared/types").AnyFn<any[], any>;
|
|
14168
14203
|
} | undefined>;
|
|
14169
14204
|
currentAnchor: import("vue").WritableComputedRef<string>;
|
|
14170
14205
|
updateAnchorList: (field: import("@formily/core").GeneralField) => void;
|
|
@@ -14179,18 +14214,18 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14179
14214
|
field: import("@formily/core").GeneralField;
|
|
14180
14215
|
oldValue: unknown;
|
|
14181
14216
|
}): 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("
|
|
14217
|
+
beforeRequest(fieldKey: string, params?: import("../../shared/types").AnyObject | undefined, payload?: import("../../shared/types").AnyObject | undefined): void | import("../../shared/types").UndefinedAble<import("../../shared/types").AnyObject>;
|
|
14218
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../shared/types").AnyObject | undefined): import("../../shared/types").AnyObject[];
|
|
14219
|
+
afterOptionInit(fieldKey: string, options: import("../../shared/types").AnyObject[], payload?: import("../../shared/types").AnyObject | undefined): void;
|
|
14220
|
+
}>>[T_2]> | undefined) => import("../../shared/types").UndefinedAble<ReturnType<Required<Partial<{
|
|
14186
14221
|
onSetup(): void;
|
|
14187
14222
|
beforeSetValue(fieldKey: string, value: unknown, payload: {
|
|
14188
14223
|
field: import("@formily/core").GeneralField;
|
|
14189
14224
|
oldValue: unknown;
|
|
14190
14225
|
}): any;
|
|
14191
|
-
beforeRequest(fieldKey: string, params?: import("
|
|
14192
|
-
afterRequest(fieldKey: string, res?: any, payload?: import("
|
|
14193
|
-
afterOptionInit(fieldKey: string, options: import("
|
|
14226
|
+
beforeRequest(fieldKey: string, params?: import("../../shared/types").AnyObject | undefined, payload?: import("../../shared/types").AnyObject | undefined): void | import("../../shared/types").UndefinedAble<import("../../shared/types").AnyObject>;
|
|
14227
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../shared/types").AnyObject | undefined): import("../../shared/types").AnyObject[];
|
|
14228
|
+
afterOptionInit(fieldKey: string, options: import("../../shared/types").AnyObject[], payload?: import("../../shared/types").AnyObject | undefined): void;
|
|
14194
14229
|
}>>[T_2]>>;
|
|
14195
14230
|
triggerAutoHidden: (field: import("@formily/core").GeneralField) => Promise<void>;
|
|
14196
14231
|
observeFormGraph: Record<string, import("@formily/core").GeneralField>;
|
|
@@ -14202,15 +14237,15 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14202
14237
|
}>;
|
|
14203
14238
|
lowCodeReactionsHandler: (field: string) => void;
|
|
14204
14239
|
triggerAllReactionsHandler: () => void;
|
|
14205
|
-
operationalFormHandler:
|
|
14206
|
-
|
|
14207
|
-
|
|
14208
|
-
|
|
14209
|
-
setDisabled: (value: boolean) => void;
|
|
14240
|
+
operationalFormHandler: {
|
|
14241
|
+
trigger(fieldKey: string): void;
|
|
14242
|
+
triggerAll(): void;
|
|
14243
|
+
triggerDisabled: string | boolean;
|
|
14210
14244
|
};
|
|
14245
|
+
wordbookSettingHandler: import("..").wordbookSettingHandler;
|
|
14211
14246
|
schemaAdaptor: (fieldList: import("..").FieldItem[], options?: Partial<{
|
|
14212
14247
|
fieldList: import("..").FieldItem[];
|
|
14213
|
-
initialData: import("
|
|
14248
|
+
initialData: import("../../shared/types").AnyObject;
|
|
14214
14249
|
fieldVisitor: import("..").FieldVisitor;
|
|
14215
14250
|
column: number;
|
|
14216
14251
|
maxHeight: string | number;
|
|
@@ -14274,8 +14309,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14274
14309
|
"x-compile-omitted"?: string[] | undefined;
|
|
14275
14310
|
}>;
|
|
14276
14311
|
components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
|
|
14277
|
-
scope: import("
|
|
14278
|
-
annotation: import("
|
|
14312
|
+
scope: import("../../shared/types").AnyObject;
|
|
14313
|
+
annotation: import("../../shared/types").AnyObject;
|
|
14279
14314
|
consumer: boolean;
|
|
14280
14315
|
uuid: string;
|
|
14281
14316
|
lifeCycle: Partial<{
|
|
@@ -14284,18 +14319,18 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14284
14319
|
field: import("@formily/core").GeneralField;
|
|
14285
14320
|
oldValue: unknown;
|
|
14286
14321
|
}): any;
|
|
14287
|
-
beforeRequest(fieldKey: string, params?: import("
|
|
14288
|
-
afterRequest(fieldKey: string, res?: any, payload?: import("
|
|
14289
|
-
afterOptionInit(fieldKey: string, options: import("
|
|
14322
|
+
beforeRequest(fieldKey: string, params?: import("../../shared/types").AnyObject | undefined, payload?: import("../../shared/types").AnyObject | undefined): void | import("../../shared/types").UndefinedAble<import("../../shared/types").AnyObject>;
|
|
14323
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../shared/types").AnyObject | undefined): import("../../shared/types").AnyObject[];
|
|
14324
|
+
afterOptionInit(fieldKey: string, options: import("../../shared/types").AnyObject[], payload?: import("../../shared/types").AnyObject | undefined): void;
|
|
14290
14325
|
}>;
|
|
14291
14326
|
businessFormatter: import("..").FormBusinessFormatter;
|
|
14292
14327
|
requestInstance: import("..").FormRequestDefine.RequestInstance;
|
|
14293
14328
|
enterToNextWidget: boolean | ((fieldItem: import("..").FieldItem) => boolean | void);
|
|
14294
|
-
lowCodeReactions: import("
|
|
14329
|
+
lowCodeReactions: import("../../shared/types").LowCodeTypes.reactionsConfig[];
|
|
14295
14330
|
linebarAutoHidden: boolean;
|
|
14296
14331
|
bordered: string | boolean;
|
|
14297
14332
|
uniqueCacheData: boolean;
|
|
14298
|
-
operationalForm: import("
|
|
14333
|
+
operationalForm: import("../../shared/types").LowCodeTypes.operationalConfig[];
|
|
14299
14334
|
outBordered: boolean;
|
|
14300
14335
|
forceClearable: boolean;
|
|
14301
14336
|
}>) => Record<string, import("@formily/json-schema").Stringify<{
|
|
@@ -14420,7 +14455,14 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14420
14455
|
force?: boolean | undefined;
|
|
14421
14456
|
}): Promise<void>;
|
|
14422
14457
|
getFormValues(needCombineExtendKey?: boolean): any;
|
|
14423
|
-
setFormValues(values: import("
|
|
14458
|
+
setFormValues(values: import("../../shared/types").AnyObject, options?: boolean | {
|
|
14459
|
+
needSplitExtendKey?: boolean | undefined;
|
|
14460
|
+
avoidBusinessConnection?: string | boolean | undefined;
|
|
14461
|
+
avoidDependKeyConnection?: string | boolean | undefined;
|
|
14462
|
+
avoidWordbookSettingConnection?: string | boolean | undefined;
|
|
14463
|
+
avoidOperationalFormConnection?: string | boolean | undefined;
|
|
14464
|
+
overwrite?: boolean | undefined;
|
|
14465
|
+
}, avoidBusinessConnection?: string | boolean, overwrite?: boolean): Promise<void>;
|
|
14424
14466
|
setFieldState(path: string, setter: (field: Partial<Pick<import("@formily/core").Field<any, any, any, any>, import("@formily/core").NonFunctionPropertyNames<{
|
|
14425
14467
|
match: (pattern: import("@formily/path").Pattern) => boolean;
|
|
14426
14468
|
validate: (triggerType?: import("@formily/validator").ValidatorTriggerType | undefined) => any;
|
|
@@ -14587,7 +14629,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14587
14629
|
type: import("vue").PropType<import("..").FieldItem[]>;
|
|
14588
14630
|
};
|
|
14589
14631
|
initialData: {
|
|
14590
|
-
type: import("vue").PropType<import("
|
|
14632
|
+
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
|
14591
14633
|
default: () => {};
|
|
14592
14634
|
};
|
|
14593
14635
|
fieldVisitor: {
|
|
@@ -14676,11 +14718,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14676
14718
|
default: () => {};
|
|
14677
14719
|
};
|
|
14678
14720
|
scope: {
|
|
14679
|
-
type: import("vue").PropType<import("
|
|
14721
|
+
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
|
14680
14722
|
default: () => {};
|
|
14681
14723
|
};
|
|
14682
14724
|
annotation: {
|
|
14683
|
-
type: import("vue").PropType<import("
|
|
14725
|
+
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
|
14684
14726
|
};
|
|
14685
14727
|
consumer: {
|
|
14686
14728
|
type: BooleanConstructor;
|
|
@@ -14696,9 +14738,9 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14696
14738
|
field: import("@formily/core").GeneralField;
|
|
14697
14739
|
oldValue: unknown;
|
|
14698
14740
|
}): any;
|
|
14699
|
-
beforeRequest(fieldKey: string, params?: import("
|
|
14700
|
-
afterRequest(fieldKey: string, res?: any, payload?: import("
|
|
14701
|
-
afterOptionInit(fieldKey: string, options: import("
|
|
14741
|
+
beforeRequest(fieldKey: string, params?: import("../../shared/types").AnyObject | undefined, payload?: import("../../shared/types").AnyObject | undefined): void | import("../../shared/types").UndefinedAble<import("../../shared/types").AnyObject>;
|
|
14742
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../shared/types").AnyObject | undefined): import("../../shared/types").AnyObject[];
|
|
14743
|
+
afterOptionInit(fieldKey: string, options: import("../../shared/types").AnyObject[], payload?: import("../../shared/types").AnyObject | undefined): void;
|
|
14702
14744
|
}>>;
|
|
14703
14745
|
};
|
|
14704
14746
|
requestInstance: {
|
|
@@ -14709,13 +14751,17 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14709
14751
|
default: boolean;
|
|
14710
14752
|
};
|
|
14711
14753
|
lowCodeReactions: {
|
|
14712
|
-
type: import("vue").PropType<import("
|
|
14754
|
+
type: import("vue").PropType<import("../../shared/types").LowCodeTypes.reactionsConfig[]>;
|
|
14713
14755
|
};
|
|
14714
14756
|
operationalForm: {
|
|
14715
|
-
type: import("vue").PropType<import("
|
|
14757
|
+
type: import("vue").PropType<import("../../shared/types").LowCodeTypes.operationalConfig[]>;
|
|
14716
14758
|
};
|
|
14717
14759
|
dateOperationalForm: {
|
|
14718
|
-
type: import("vue").PropType<import("
|
|
14760
|
+
type: import("vue").PropType<import("../../shared/types").LowCodeTypes.dateOperationalConfig[]>;
|
|
14761
|
+
};
|
|
14762
|
+
operationalFormInit: {
|
|
14763
|
+
type: BooleanConstructor;
|
|
14764
|
+
default: boolean;
|
|
14719
14765
|
};
|
|
14720
14766
|
linebarAutoHidden: {
|
|
14721
14767
|
type: BooleanConstructor;
|
|
@@ -14743,15 +14789,16 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14743
14789
|
column: number;
|
|
14744
14790
|
forceClearable: boolean;
|
|
14745
14791
|
components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
|
|
14746
|
-
initialData: import("
|
|
14792
|
+
initialData: import("../../shared/types").AnyObject;
|
|
14747
14793
|
parallelism: number;
|
|
14748
|
-
scope: import("
|
|
14794
|
+
scope: import("../../shared/types").AnyObject;
|
|
14749
14795
|
consumer: boolean;
|
|
14750
14796
|
enterToNextWidget: boolean | ((fieldItem: import("..").FieldItem) => boolean | void);
|
|
14751
14797
|
linebarAutoHidden: boolean;
|
|
14752
14798
|
bordered: string | boolean;
|
|
14753
14799
|
uniqueCacheData: boolean;
|
|
14754
14800
|
outBordered: boolean;
|
|
14801
|
+
operationalFormInit: boolean;
|
|
14755
14802
|
}>;
|
|
14756
14803
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
|
|
14757
14804
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -14765,7 +14812,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14765
14812
|
formProps: {
|
|
14766
14813
|
type: import("vue").PropType<Partial<Partial<{
|
|
14767
14814
|
fieldList: import("..").FieldItem[];
|
|
14768
|
-
initialData: import("
|
|
14815
|
+
initialData: import("../../shared/types").AnyObject;
|
|
14769
14816
|
fieldVisitor: import("..").FieldVisitor;
|
|
14770
14817
|
column: number;
|
|
14771
14818
|
maxHeight: string | number;
|
|
@@ -14829,8 +14876,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14829
14876
|
"x-compile-omitted"?: string[] | undefined;
|
|
14830
14877
|
}>;
|
|
14831
14878
|
components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
|
|
14832
|
-
scope: import("
|
|
14833
|
-
annotation: import("
|
|
14879
|
+
scope: import("../../shared/types").AnyObject;
|
|
14880
|
+
annotation: import("../../shared/types").AnyObject;
|
|
14834
14881
|
consumer: boolean;
|
|
14835
14882
|
uuid: string;
|
|
14836
14883
|
lifeCycle: Partial<{
|
|
@@ -14839,18 +14886,18 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14839
14886
|
field: import("@formily/core").GeneralField;
|
|
14840
14887
|
oldValue: unknown;
|
|
14841
14888
|
}): any;
|
|
14842
|
-
beforeRequest(fieldKey: string, params?: import("
|
|
14843
|
-
afterRequest(fieldKey: string, res?: any, payload?: import("
|
|
14844
|
-
afterOptionInit(fieldKey: string, options: import("
|
|
14889
|
+
beforeRequest(fieldKey: string, params?: import("../../shared/types").AnyObject | undefined, payload?: import("../../shared/types").AnyObject | undefined): void | import("../../shared/types").UndefinedAble<import("../../shared/types").AnyObject>;
|
|
14890
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../shared/types").AnyObject | undefined): import("../../shared/types").AnyObject[];
|
|
14891
|
+
afterOptionInit(fieldKey: string, options: import("../../shared/types").AnyObject[], payload?: import("../../shared/types").AnyObject | undefined): void;
|
|
14845
14892
|
}>;
|
|
14846
14893
|
businessFormatter: import("..").FormBusinessFormatter;
|
|
14847
14894
|
requestInstance: import("..").FormRequestDefine.RequestInstance;
|
|
14848
14895
|
enterToNextWidget: boolean | ((fieldItem: import("..").FieldItem) => boolean | void);
|
|
14849
|
-
lowCodeReactions: import("
|
|
14896
|
+
lowCodeReactions: import("../../shared/types").LowCodeTypes.reactionsConfig[];
|
|
14850
14897
|
linebarAutoHidden: boolean;
|
|
14851
14898
|
bordered: string | boolean;
|
|
14852
14899
|
uniqueCacheData: boolean;
|
|
14853
|
-
operationalForm: import("
|
|
14900
|
+
operationalForm: import("../../shared/types").LowCodeTypes.operationalConfig[];
|
|
14854
14901
|
outBordered: boolean;
|
|
14855
14902
|
forceClearable: boolean;
|
|
14856
14903
|
}>>>;
|
|
@@ -14864,27 +14911,27 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14864
14911
|
};
|
|
14865
14912
|
}, {
|
|
14866
14913
|
props: {
|
|
14867
|
-
modelValue: import("
|
|
14914
|
+
modelValue: import("../../shared/types").LowCodeTypes.reactionsConfig[];
|
|
14868
14915
|
};
|
|
14869
14916
|
emit: (event: "update:modelValue" | "validateFailure", ...args: any[]) => void;
|
|
14870
14917
|
cssVars: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
14871
14918
|
valueRef: import("vue").Ref<{
|
|
14872
14919
|
conObj: {
|
|
14873
|
-
con: import("
|
|
14920
|
+
con: import("../../shared/types").LowCodeTypes.VALUE_RELATION;
|
|
14874
14921
|
field_key: string;
|
|
14875
14922
|
value: unknown;
|
|
14876
14923
|
}[];
|
|
14877
14924
|
compareMap?: {
|
|
14878
14925
|
NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
14879
14926
|
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
14927
|
BIG?: ((v1: any, v2: any) => boolean) | undefined;
|
|
14885
|
-
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
14886
14928
|
LESS?: ((v1: any, v2: any) => boolean) | undefined;
|
|
14929
|
+
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
14887
14930
|
LESSEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
14931
|
+
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
14932
|
+
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
|
14933
|
+
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
14934
|
+
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
14888
14935
|
} | undefined;
|
|
14889
14936
|
sqlExpression?: string | undefined;
|
|
14890
14937
|
showField?: string[] | undefined;
|
|
@@ -14899,17 +14946,17 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14899
14946
|
expandedName: import("vue").Ref<string>;
|
|
14900
14947
|
addConnection: () => void;
|
|
14901
14948
|
removeConnection: (index: number) => void;
|
|
14902
|
-
getOppositeBtnText: (item: import("
|
|
14903
|
-
unBindOpposite: (item: import("
|
|
14904
|
-
addOppositeCondition: (item: import("
|
|
14949
|
+
getOppositeBtnText: (item: import("../../shared/types").LowCodeTypes.reactionsConfig) => string | undefined;
|
|
14950
|
+
unBindOpposite: (item: import("../../shared/types").LowCodeTypes.reactionsConfig) => void;
|
|
14951
|
+
addOppositeCondition: (item: import("../../shared/types").LowCodeTypes.reactionsConfig) => void;
|
|
14905
14952
|
getOppositeSqlExpression: (expression?: string | undefined) => string | undefined;
|
|
14906
|
-
createOppositeCondition: (config: import("
|
|
14907
|
-
isOppositeConfig: (c1: import("
|
|
14953
|
+
createOppositeCondition: (config: import("../../shared/types").LowCodeTypes.reactionsConfig) => import("../../shared/types").LowCodeTypes.reactionsConfig;
|
|
14954
|
+
isOppositeConfig: (c1: import("../../shared/types").LowCodeTypes.reactionsConfig, c2: import("../../shared/types").LowCodeTypes.reactionsConfig) => boolean;
|
|
14908
14955
|
onUpdateExpandedNames: (value: string[]) => void;
|
|
14909
14956
|
getBinderFieldDesc: (index: number) => string;
|
|
14910
|
-
addCondition: (config: import("
|
|
14911
|
-
removeCondition: (config: import("
|
|
14912
|
-
onUpdateConditionType: (condition: import("
|
|
14957
|
+
addCondition: (config: import("../../shared/types").LowCodeTypes.reactionsConfig) => void;
|
|
14958
|
+
removeCondition: (config: import("../../shared/types").LowCodeTypes.reactionsConfig, index: number) => void;
|
|
14959
|
+
onUpdateConditionType: (condition: import("../../shared/types").LowCodeTypes.reactionsConObj, type: import("../../shared/types").LowCodeTypes.VALUE_RELATION) => void;
|
|
14913
14960
|
showRef: import("vue").Ref<boolean>;
|
|
14914
14961
|
fieldListRef: import("vue").Ref<import("./src/types").FormConfigItem[]>;
|
|
14915
14962
|
fieldOptions: import("vue").ComputedRef<import("./src/types").FormConfigItem[]>;
|
|
@@ -14967,7 +15014,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14967
15014
|
NTooltip: any;
|
|
14968
15015
|
NIcon: any;
|
|
14969
15016
|
conditionTypeOptions: {
|
|
14970
|
-
value: import("
|
|
15017
|
+
value: import("../../shared/types").LowCodeTypes.VALUE_RELATION;
|
|
14971
15018
|
label: string;
|
|
14972
15019
|
}[];
|
|
14973
15020
|
connectionTypeOptions: {
|
|
@@ -15038,7 +15085,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
15038
15085
|
formProps: {
|
|
15039
15086
|
type: import("vue").PropType<Partial<Partial<{
|
|
15040
15087
|
fieldList: import("..").FieldItem[];
|
|
15041
|
-
initialData: import("
|
|
15088
|
+
initialData: import("../../shared/types").AnyObject;
|
|
15042
15089
|
fieldVisitor: import("..").FieldVisitor;
|
|
15043
15090
|
column: number;
|
|
15044
15091
|
maxHeight: string | number;
|
|
@@ -15102,8 +15149,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
15102
15149
|
"x-compile-omitted"?: string[] | undefined;
|
|
15103
15150
|
}>;
|
|
15104
15151
|
components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
|
|
15105
|
-
scope: import("
|
|
15106
|
-
annotation: import("
|
|
15152
|
+
scope: import("../../shared/types").AnyObject;
|
|
15153
|
+
annotation: import("../../shared/types").AnyObject;
|
|
15107
15154
|
consumer: boolean;
|
|
15108
15155
|
uuid: string;
|
|
15109
15156
|
lifeCycle: Partial<{
|
|
@@ -15112,18 +15159,18 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
15112
15159
|
field: import("@formily/core").GeneralField;
|
|
15113
15160
|
oldValue: unknown;
|
|
15114
15161
|
}): any;
|
|
15115
|
-
beforeRequest(fieldKey: string, params?: import("
|
|
15116
|
-
afterRequest(fieldKey: string, res?: any, payload?: import("
|
|
15117
|
-
afterOptionInit(fieldKey: string, options: import("
|
|
15162
|
+
beforeRequest(fieldKey: string, params?: import("../../shared/types").AnyObject | undefined, payload?: import("../../shared/types").AnyObject | undefined): void | import("../../shared/types").UndefinedAble<import("../../shared/types").AnyObject>;
|
|
15163
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../shared/types").AnyObject | undefined): import("../../shared/types").AnyObject[];
|
|
15164
|
+
afterOptionInit(fieldKey: string, options: import("../../shared/types").AnyObject[], payload?: import("../../shared/types").AnyObject | undefined): void;
|
|
15118
15165
|
}>;
|
|
15119
15166
|
businessFormatter: import("..").FormBusinessFormatter;
|
|
15120
15167
|
requestInstance: import("..").FormRequestDefine.RequestInstance;
|
|
15121
15168
|
enterToNextWidget: boolean | ((fieldItem: import("..").FieldItem) => boolean | void);
|
|
15122
|
-
lowCodeReactions: import("
|
|
15169
|
+
lowCodeReactions: import("../../shared/types").LowCodeTypes.reactionsConfig[];
|
|
15123
15170
|
linebarAutoHidden: boolean;
|
|
15124
15171
|
bordered: string | boolean;
|
|
15125
15172
|
uniqueCacheData: boolean;
|
|
15126
|
-
operationalForm: import("
|
|
15173
|
+
operationalForm: import("../../shared/types").LowCodeTypes.operationalConfig[];
|
|
15127
15174
|
outBordered: boolean;
|
|
15128
15175
|
forceClearable: boolean;
|
|
15129
15176
|
}>>>;
|