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,6 +1,6 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
|
-
import { FieldItem, FormChangePayload, FormRenderExpose } from '
|
|
3
|
-
import { FormConfigItem } from '
|
|
2
|
+
import { FieldItem, FormChangePayload, FormRenderExpose } from '../../../../components/form-render';
|
|
3
|
+
import { FormConfigItem } from '../../../../components/index';
|
|
4
4
|
declare const _default: import("vue").DefineComponent<{
|
|
5
5
|
uuid: {
|
|
6
6
|
type: StringConstructor;
|
|
@@ -12,8 +12,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12
12
|
formProps: {
|
|
13
13
|
type: PropType<Partial<Partial<{
|
|
14
14
|
fieldList: FieldItem[];
|
|
15
|
-
initialData: import("
|
|
16
|
-
fieldVisitor: import("
|
|
15
|
+
initialData: import("../../../../shared/types").AnyObject;
|
|
16
|
+
fieldVisitor: import("../../../../components/form-render").FieldVisitor;
|
|
17
17
|
column: number;
|
|
18
18
|
maxHeight: string | number;
|
|
19
19
|
anchor: boolean;
|
|
@@ -76,8 +76,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
76
76
|
"x-compile-omitted"?: string[] | undefined;
|
|
77
77
|
}>;
|
|
78
78
|
components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
|
|
79
|
-
scope: import("
|
|
80
|
-
annotation: import("
|
|
79
|
+
scope: import("../../../../shared/types").AnyObject;
|
|
80
|
+
annotation: import("../../../../shared/types").AnyObject;
|
|
81
81
|
consumer: boolean;
|
|
82
82
|
uuid: string;
|
|
83
83
|
lifeCycle: Partial<{
|
|
@@ -86,18 +86,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
86
86
|
field: import("@formily/core").GeneralField;
|
|
87
87
|
oldValue: unknown;
|
|
88
88
|
}): any;
|
|
89
|
-
beforeRequest(fieldKey: string, params?: import("
|
|
90
|
-
afterRequest(fieldKey: string, res?: any, payload?: import("
|
|
91
|
-
afterOptionInit(fieldKey: string, options: import("
|
|
89
|
+
beforeRequest(fieldKey: string, params?: import("../../../../shared/types").AnyObject | undefined, payload?: import("../../../../shared/types").AnyObject | undefined): void | import("../../../../shared/types").UndefinedAble<import("../../../../shared/types").AnyObject>;
|
|
90
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../../../shared/types").AnyObject | undefined): import("../../../../shared/types").AnyObject[];
|
|
91
|
+
afterOptionInit(fieldKey: string, options: import("../../../../shared/types").AnyObject[], payload?: import("../../../../shared/types").AnyObject | undefined): void;
|
|
92
92
|
}>;
|
|
93
|
-
businessFormatter: import("
|
|
94
|
-
requestInstance: import("
|
|
93
|
+
businessFormatter: import("../../../../components/form-render").FormBusinessFormatter;
|
|
94
|
+
requestInstance: import("../../../../components/index").FormRequestDefine.RequestInstance;
|
|
95
95
|
enterToNextWidget: boolean | ((fieldItem: FieldItem) => boolean | void);
|
|
96
|
-
lowCodeReactions: import("
|
|
96
|
+
lowCodeReactions: import("../../../../shared/types").LowCodeTypes.reactionsConfig[];
|
|
97
97
|
linebarAutoHidden: boolean;
|
|
98
98
|
bordered: string | boolean;
|
|
99
99
|
uniqueCacheData: boolean;
|
|
100
|
-
operationalForm: import("
|
|
100
|
+
operationalForm: import("../../../../shared/types").LowCodeTypes.operationalConfig[];
|
|
101
101
|
outBordered: boolean;
|
|
102
102
|
forceClearable: boolean;
|
|
103
103
|
}>>>;
|
|
@@ -114,8 +114,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
114
114
|
formProps: {
|
|
115
115
|
type: PropType<Partial<Partial<{
|
|
116
116
|
fieldList: FieldItem[];
|
|
117
|
-
initialData: import("
|
|
118
|
-
fieldVisitor: import("
|
|
117
|
+
initialData: import("../../../../shared/types").AnyObject;
|
|
118
|
+
fieldVisitor: import("../../../../components/form-render").FieldVisitor;
|
|
119
119
|
column: number;
|
|
120
120
|
maxHeight: string | number;
|
|
121
121
|
anchor: boolean;
|
|
@@ -178,8 +178,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
178
178
|
"x-compile-omitted"?: string[] | undefined;
|
|
179
179
|
}>;
|
|
180
180
|
components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
|
|
181
|
-
scope: import("
|
|
182
|
-
annotation: import("
|
|
181
|
+
scope: import("../../../../shared/types").AnyObject;
|
|
182
|
+
annotation: import("../../../../shared/types").AnyObject;
|
|
183
183
|
consumer: boolean;
|
|
184
184
|
uuid: string;
|
|
185
185
|
lifeCycle: Partial<{
|
|
@@ -188,18 +188,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
188
188
|
field: import("@formily/core").GeneralField;
|
|
189
189
|
oldValue: unknown;
|
|
190
190
|
}): any;
|
|
191
|
-
beforeRequest(fieldKey: string, params?: import("
|
|
192
|
-
afterRequest(fieldKey: string, res?: any, payload?: import("
|
|
193
|
-
afterOptionInit(fieldKey: string, options: import("
|
|
191
|
+
beforeRequest(fieldKey: string, params?: import("../../../../shared/types").AnyObject | undefined, payload?: import("../../../../shared/types").AnyObject | undefined): void | import("../../../../shared/types").UndefinedAble<import("../../../../shared/types").AnyObject>;
|
|
192
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../../../shared/types").AnyObject | undefined): import("../../../../shared/types").AnyObject[];
|
|
193
|
+
afterOptionInit(fieldKey: string, options: import("../../../../shared/types").AnyObject[], payload?: import("../../../../shared/types").AnyObject | undefined): void;
|
|
194
194
|
}>;
|
|
195
|
-
businessFormatter: import("
|
|
196
|
-
requestInstance: import("
|
|
195
|
+
businessFormatter: import("../../../../components/form-render").FormBusinessFormatter;
|
|
196
|
+
requestInstance: import("../../../../components/index").FormRequestDefine.RequestInstance;
|
|
197
197
|
enterToNextWidget: boolean | ((fieldItem: FieldItem) => boolean | void);
|
|
198
|
-
lowCodeReactions: import("
|
|
198
|
+
lowCodeReactions: import("../../../../shared/types").LowCodeTypes.reactionsConfig[];
|
|
199
199
|
linebarAutoHidden: boolean;
|
|
200
200
|
bordered: string | boolean;
|
|
201
201
|
uniqueCacheData: boolean;
|
|
202
|
-
operationalForm: import("
|
|
202
|
+
operationalForm: import("../../../../shared/types").LowCodeTypes.operationalConfig[];
|
|
203
203
|
outBordered: boolean;
|
|
204
204
|
forceClearable: boolean;
|
|
205
205
|
}>>>;
|
|
@@ -207,22 +207,22 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
207
207
|
}>> & {}>>;
|
|
208
208
|
wrapperSelector: import("vue").ComputedRef<string>;
|
|
209
209
|
formRenderRef: import("vue").Ref<FormRenderExpose | undefined>;
|
|
210
|
-
currentActiveField: import("vue").Ref<import("
|
|
210
|
+
currentActiveField: import("vue").Ref<import("../../../../shared/types").UndefinedAble<FormConfigItem>>;
|
|
211
211
|
fieldList: import("vue").Ref<{
|
|
212
212
|
[x: string]: any;
|
|
213
213
|
val_key: string;
|
|
214
214
|
html_type: "LINEBAR" | ({} & string) | "INPUT" | "TEXTAREA" | "SELECT" | "LINE_BREAKS" | "INPUT_NUMBER" | "REMOTE_SEARCH" | "DATE" | "LEVEL_SEARCH_CASCADER" | "SEARCH_CASCADER" | "COMBINATION" | "RADIO" | "CHECKBOX" | "SWITCH" | "SLIDER" | "COMPLEX" | "SEARCH" | "PHONE_TYPE" | "IDCARD_TYPE" | "SEARCH_MORE" | "DIGITAL" | "CHECKBOX_BLOCK" | "RADIO_BLOCK" | "DATE-INPUT" | "DATETIME-INPUT" | "SWITCH_COMPONENT" | "SLIDER_COMPONENT" | "LEVEL_SEARCH_CASCADE" | "SEARCH_CASCADE";
|
|
215
215
|
annotation?: boolean | undefined;
|
|
216
216
|
val_key_unit?: string | undefined;
|
|
217
|
-
is_edit?: import("
|
|
217
|
+
is_edit?: import("../../../../components/form-render").FormCommonState | undefined;
|
|
218
218
|
elem_width?: number | undefined;
|
|
219
|
-
is_show?: import("
|
|
220
|
-
is_null?: import("
|
|
219
|
+
is_show?: import("../../../../components/form-render").FormCommonState | undefined;
|
|
220
|
+
is_null?: import("../../../../components/form-render").FormCommonState | undefined;
|
|
221
221
|
name?: string | undefined;
|
|
222
222
|
alias?: string | undefined;
|
|
223
223
|
default_val?: any;
|
|
224
|
-
is_empty?: import("
|
|
225
|
-
hide_title?: import("
|
|
224
|
+
is_empty?: import("../../../../components/form-render").FormCommonState | undefined;
|
|
225
|
+
hide_title?: import("../../../../components/form-render").FormCommonState | undefined;
|
|
226
226
|
placeholder?: string | undefined;
|
|
227
227
|
validate?: {
|
|
228
228
|
[x: string]: any;
|
|
@@ -267,7 +267,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
267
267
|
children?: any[] | undefined;
|
|
268
268
|
childrenFields?: any[] | undefined;
|
|
269
269
|
}[] | undefined;
|
|
270
|
-
multi_select?: import("
|
|
270
|
+
multi_select?: import("../../../../components/form-render").FormCommonState | undefined;
|
|
271
271
|
multi_select_value?: string | number | undefined;
|
|
272
272
|
wordbook?: {
|
|
273
273
|
level_num?: number | undefined;
|
|
@@ -283,8 +283,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
283
283
|
link_key?: string | undefined;
|
|
284
284
|
link_key_split?: string | undefined;
|
|
285
285
|
show_key?: string | string[] | undefined;
|
|
286
|
-
conObj?: import("
|
|
287
|
-
conObjFirstLevel?: import("
|
|
286
|
+
conObj?: import("../../../../shared/types").AnyObject[] | undefined;
|
|
287
|
+
conObjFirstLevel?: import("../../../../shared/types").AnyObject[] | undefined;
|
|
288
288
|
setting?: {
|
|
289
289
|
cascading?: {
|
|
290
290
|
'form.name': string;
|
|
@@ -305,11 +305,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
305
305
|
urlConfig?: {
|
|
306
306
|
[x: string]: any;
|
|
307
307
|
url: string;
|
|
308
|
-
method?: import("
|
|
308
|
+
method?: import("../../../../components/index").FormRequestDefine.RequestType | undefined;
|
|
309
309
|
nameKey?: string | undefined;
|
|
310
310
|
valueKey?: string | undefined;
|
|
311
311
|
showKey?: string | undefined;
|
|
312
|
-
|
|
312
|
+
searchKey?: string[] | undefined;
|
|
313
|
+
params?: import("../../../../shared/types").AnyObject | undefined;
|
|
313
314
|
dependKey?: string | Record<string, string> | (string | {
|
|
314
315
|
paramName: string;
|
|
315
316
|
paramValue?: string | undefined;
|
|
@@ -323,17 +324,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
323
324
|
extendKey?: string | undefined;
|
|
324
325
|
is_not_fold?: string | undefined;
|
|
325
326
|
remark?: string | undefined;
|
|
326
|
-
free_entry?: import("
|
|
327
|
-
save_free_entry?: import("
|
|
327
|
+
free_entry?: import("../../../../components/form-render").FormCommonState | undefined;
|
|
328
|
+
save_free_entry?: import("../../../../components/form-render").FormCommonState | undefined;
|
|
328
329
|
initialize_high?: number | undefined;
|
|
329
330
|
bindEventSetting?: {
|
|
330
331
|
[x: string]: unknown;
|
|
331
|
-
event_type: import("
|
|
332
|
+
event_type: import("../../../../shared/types").LowCodeTypes.EVENT_TYPE;
|
|
332
333
|
event_field?: string | undefined;
|
|
333
334
|
params?: {
|
|
334
335
|
p_value?: string | undefined;
|
|
335
336
|
p_name: string;
|
|
336
|
-
p_select: import("
|
|
337
|
+
p_select: import("../../../../shared/types").LowCodeTypes.VALUE_RELATION;
|
|
337
338
|
}[] | undefined;
|
|
338
339
|
results?: {
|
|
339
340
|
p_value: string;
|
|
@@ -342,21 +343,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
342
343
|
compareMap?: {
|
|
343
344
|
NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
344
345
|
EQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
345
|
-
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
346
|
-
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
347
|
-
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
|
348
|
-
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
349
346
|
BIG?: ((v1: any, v2: any) => boolean) | undefined;
|
|
350
|
-
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
351
347
|
LESS?: ((v1: any, v2: any) => boolean) | undefined;
|
|
348
|
+
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
352
349
|
LESSEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
350
|
+
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
351
|
+
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
|
352
|
+
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
353
|
+
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
353
354
|
} | undefined;
|
|
354
355
|
}[] | undefined;
|
|
355
356
|
show_mode?: ("DROPDOWN" | "H_TILE" | "V_TILE" | "TILE") | undefined;
|
|
356
|
-
is_allow_check_mid?: import("
|
|
357
|
+
is_allow_check_mid?: import("../../../../components/form-render").FormCommonState | undefined;
|
|
357
358
|
allow_check_mid_level?: "1" | "2" | "3" | "4" | undefined;
|
|
358
|
-
prefix?: string | import("
|
|
359
|
-
suffix?: string | import("
|
|
359
|
+
prefix?: string | import("../../../../shared/types").AnyObject | (() => any) | undefined;
|
|
360
|
+
suffix?: string | import("../../../../shared/types").AnyObject | (() => any) | undefined;
|
|
360
361
|
allowSlash?: string | boolean | undefined;
|
|
361
362
|
allowModify?: "0" | "1" | undefined;
|
|
362
363
|
show_key?: string | undefined;
|
|
@@ -364,16 +365,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
364
365
|
bordered?: string | boolean | undefined;
|
|
365
366
|
displayMode?: "table" | "form" | undefined;
|
|
366
367
|
fieldType?: import("@formily/json-schema").SchemaTypes | undefined;
|
|
367
|
-
content?: string | import("
|
|
368
|
+
content?: string | import("../../../../components/form-render").FormRenderer | Record<string, import("../../../../components/form-render").FormRenderer> | undefined;
|
|
368
369
|
lazyRequest?: boolean | undefined;
|
|
369
370
|
requestCache?: boolean | undefined;
|
|
370
371
|
maxGroupNum?: number | undefined;
|
|
371
372
|
jsonCombination?: boolean | undefined;
|
|
372
|
-
combinationItemDeletable?: boolean | import("
|
|
373
|
+
combinationItemDeletable?: boolean | import("../../../../components/form-render").CombinationItemDeletableFn | undefined;
|
|
373
374
|
children?: any[] | undefined;
|
|
374
375
|
properties?: any[] | undefined;
|
|
375
|
-
componentProps?: import("
|
|
376
|
-
decoratorProps?: import("
|
|
376
|
+
componentProps?: import("../../../../shared/types").AnyObject | undefined;
|
|
377
|
+
decoratorProps?: import("../../../../shared/types").AnyObject | undefined;
|
|
377
378
|
noDecorator?: {
|
|
378
379
|
valueOf: () => boolean;
|
|
379
380
|
} | undefined;
|
|
@@ -1913,11 +1914,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1913
1914
|
effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
|
|
1914
1915
|
when?: string | boolean | undefined;
|
|
1915
1916
|
fulfill?: {
|
|
1916
|
-
state?: import("
|
|
1917
|
+
state?: import("../../../../shared/types").AnyObject | undefined;
|
|
1917
1918
|
run?: string | undefined;
|
|
1918
1919
|
} | undefined;
|
|
1919
1920
|
otherwise?: {
|
|
1920
|
-
state?: import("
|
|
1921
|
+
state?: import("../../../../shared/types").AnyObject | undefined;
|
|
1921
1922
|
run?: string | undefined;
|
|
1922
1923
|
} | undefined;
|
|
1923
1924
|
} | {
|
|
@@ -1927,18 +1928,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1927
1928
|
effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
|
|
1928
1929
|
when?: string | boolean | undefined;
|
|
1929
1930
|
fulfill?: {
|
|
1930
|
-
state?: import("
|
|
1931
|
+
state?: import("../../../../shared/types").AnyObject | undefined;
|
|
1931
1932
|
run?: string | undefined;
|
|
1932
1933
|
} | undefined;
|
|
1933
1934
|
otherwise?: {
|
|
1934
|
-
state?: import("
|
|
1935
|
+
state?: import("../../../../shared/types").AnyObject | undefined;
|
|
1935
1936
|
run?: string | undefined;
|
|
1936
1937
|
} | undefined;
|
|
1937
1938
|
}[] | undefined;
|
|
1938
1939
|
}[]>;
|
|
1939
1940
|
initialData: import("vue").Ref<{
|
|
1940
1941
|
key?: string | undefined;
|
|
1941
|
-
layoutWidthEnum?: import("
|
|
1942
|
+
layoutWidthEnum?: import("../../../../components/index").FormConfigWidth | undefined;
|
|
1942
1943
|
type?: string | undefined;
|
|
1943
1944
|
name?: string | undefined;
|
|
1944
1945
|
show?: boolean | undefined;
|
|
@@ -1953,7 +1954,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1953
1954
|
desc?: string | undefined;
|
|
1954
1955
|
children?: {
|
|
1955
1956
|
key: string;
|
|
1956
|
-
layoutWidthEnum: import("
|
|
1957
|
+
layoutWidthEnum: import("../../../../components/index").FormConfigWidth;
|
|
1957
1958
|
type: string;
|
|
1958
1959
|
name: string;
|
|
1959
1960
|
show?: boolean | undefined;
|
|
@@ -1973,15 +1974,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1973
1974
|
html_type: "LINEBAR" | ({} & string) | "INPUT" | "TEXTAREA" | "SELECT" | "LINE_BREAKS" | "INPUT_NUMBER" | "REMOTE_SEARCH" | "DATE" | "LEVEL_SEARCH_CASCADER" | "SEARCH_CASCADER" | "COMBINATION" | "RADIO" | "CHECKBOX" | "SWITCH" | "SLIDER" | "COMPLEX" | "SEARCH" | "PHONE_TYPE" | "IDCARD_TYPE" | "SEARCH_MORE" | "DIGITAL" | "CHECKBOX_BLOCK" | "RADIO_BLOCK" | "DATE-INPUT" | "DATETIME-INPUT" | "SWITCH_COMPONENT" | "SLIDER_COMPONENT" | "LEVEL_SEARCH_CASCADE" | "SEARCH_CASCADE";
|
|
1974
1975
|
annotation?: boolean | undefined;
|
|
1975
1976
|
val_key_unit?: string | undefined;
|
|
1976
|
-
is_edit?: import("
|
|
1977
|
+
is_edit?: import("../../../../components/form-render").FormCommonState | undefined;
|
|
1977
1978
|
elem_width?: number | undefined;
|
|
1978
|
-
is_show?: import("
|
|
1979
|
-
is_null?: import("
|
|
1979
|
+
is_show?: import("../../../../components/form-render").FormCommonState | undefined;
|
|
1980
|
+
is_null?: import("../../../../components/form-render").FormCommonState | undefined;
|
|
1980
1981
|
name?: string | undefined;
|
|
1981
1982
|
alias?: string | undefined;
|
|
1982
1983
|
default_val?: any;
|
|
1983
|
-
is_empty?: import("
|
|
1984
|
-
hide_title?: import("
|
|
1984
|
+
is_empty?: import("../../../../components/form-render").FormCommonState | undefined;
|
|
1985
|
+
hide_title?: import("../../../../components/form-render").FormCommonState | undefined;
|
|
1985
1986
|
placeholder?: string | undefined;
|
|
1986
1987
|
validate?: {
|
|
1987
1988
|
[x: string]: any;
|
|
@@ -2026,7 +2027,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2026
2027
|
children?: any[] | undefined;
|
|
2027
2028
|
childrenFields?: any[] | undefined;
|
|
2028
2029
|
}[] | undefined;
|
|
2029
|
-
multi_select?: import("
|
|
2030
|
+
multi_select?: import("../../../../components/form-render").FormCommonState | undefined;
|
|
2030
2031
|
multi_select_value?: string | number | undefined;
|
|
2031
2032
|
wordbook?: {
|
|
2032
2033
|
level_num?: number | undefined;
|
|
@@ -2042,8 +2043,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2042
2043
|
link_key?: string | undefined;
|
|
2043
2044
|
link_key_split?: string | undefined;
|
|
2044
2045
|
show_key?: string | string[] | undefined;
|
|
2045
|
-
conObj?: import("
|
|
2046
|
-
conObjFirstLevel?: import("
|
|
2046
|
+
conObj?: import("../../../../shared/types").AnyObject[] | undefined;
|
|
2047
|
+
conObjFirstLevel?: import("../../../../shared/types").AnyObject[] | undefined;
|
|
2047
2048
|
setting?: {
|
|
2048
2049
|
cascading?: {
|
|
2049
2050
|
'form.name': string;
|
|
@@ -2064,11 +2065,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2064
2065
|
urlConfig?: {
|
|
2065
2066
|
[x: string]: any;
|
|
2066
2067
|
url: string;
|
|
2067
|
-
method?: import("
|
|
2068
|
+
method?: import("../../../../components/index").FormRequestDefine.RequestType | undefined;
|
|
2068
2069
|
nameKey?: string | undefined;
|
|
2069
2070
|
valueKey?: string | undefined;
|
|
2070
2071
|
showKey?: string | undefined;
|
|
2071
|
-
|
|
2072
|
+
searchKey?: string[] | undefined;
|
|
2073
|
+
params?: import("../../../../shared/types").AnyObject | undefined;
|
|
2072
2074
|
dependKey?: string | Record<string, string> | (string | {
|
|
2073
2075
|
paramName: string;
|
|
2074
2076
|
paramValue?: string | undefined;
|
|
@@ -2082,17 +2084,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2082
2084
|
extendKey?: string | undefined;
|
|
2083
2085
|
is_not_fold?: string | undefined;
|
|
2084
2086
|
remark?: string | undefined;
|
|
2085
|
-
free_entry?: import("
|
|
2086
|
-
save_free_entry?: import("
|
|
2087
|
+
free_entry?: import("../../../../components/form-render").FormCommonState | undefined;
|
|
2088
|
+
save_free_entry?: import("../../../../components/form-render").FormCommonState | undefined;
|
|
2087
2089
|
initialize_high?: number | undefined;
|
|
2088
2090
|
bindEventSetting?: {
|
|
2089
2091
|
[x: string]: unknown;
|
|
2090
|
-
event_type: import("
|
|
2092
|
+
event_type: import("../../../../shared/types").LowCodeTypes.EVENT_TYPE;
|
|
2091
2093
|
event_field?: string | undefined;
|
|
2092
2094
|
params?: {
|
|
2093
2095
|
p_value?: string | undefined;
|
|
2094
2096
|
p_name: string;
|
|
2095
|
-
p_select: import("
|
|
2097
|
+
p_select: import("../../../../shared/types").LowCodeTypes.VALUE_RELATION;
|
|
2096
2098
|
}[] | undefined;
|
|
2097
2099
|
results?: {
|
|
2098
2100
|
p_value: string;
|
|
@@ -2101,21 +2103,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2101
2103
|
compareMap?: {
|
|
2102
2104
|
NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
2103
2105
|
EQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
2104
|
-
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
2105
|
-
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
2106
|
-
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
|
2107
|
-
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
2108
2106
|
BIG?: ((v1: any, v2: any) => boolean) | undefined;
|
|
2109
|
-
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
2110
2107
|
LESS?: ((v1: any, v2: any) => boolean) | undefined;
|
|
2108
|
+
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
2111
2109
|
LESSEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
2110
|
+
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
2111
|
+
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
|
2112
|
+
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
2113
|
+
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
2112
2114
|
} | undefined;
|
|
2113
2115
|
}[] | undefined;
|
|
2114
2116
|
show_mode?: ("DROPDOWN" | "H_TILE" | "V_TILE" | "TILE") | undefined;
|
|
2115
|
-
is_allow_check_mid?: import("
|
|
2117
|
+
is_allow_check_mid?: import("../../../../components/form-render").FormCommonState | undefined;
|
|
2116
2118
|
allow_check_mid_level?: "1" | "2" | "3" | "4" | undefined;
|
|
2117
|
-
prefix?: string | import("
|
|
2118
|
-
suffix?: string | import("
|
|
2119
|
+
prefix?: string | import("../../../../shared/types").AnyObject | (() => any) | undefined;
|
|
2120
|
+
suffix?: string | import("../../../../shared/types").AnyObject | (() => any) | undefined;
|
|
2119
2121
|
allowSlash?: string | boolean | undefined;
|
|
2120
2122
|
allowModify?: "0" | "1" | undefined;
|
|
2121
2123
|
show_key?: string | undefined;
|
|
@@ -2123,16 +2125,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2123
2125
|
bordered?: string | boolean | undefined;
|
|
2124
2126
|
displayMode?: "table" | "form" | undefined;
|
|
2125
2127
|
fieldType?: import("@formily/json-schema").SchemaTypes | undefined;
|
|
2126
|
-
content?: string | import("
|
|
2128
|
+
content?: string | import("../../../../components/form-render").FormRenderer | Record<string, import("../../../../components/form-render").FormRenderer> | undefined;
|
|
2127
2129
|
lazyRequest?: boolean | undefined;
|
|
2128
2130
|
requestCache?: boolean | undefined;
|
|
2129
2131
|
maxGroupNum?: number | undefined;
|
|
2130
2132
|
jsonCombination?: boolean | undefined;
|
|
2131
|
-
combinationItemDeletable?: boolean | import("
|
|
2133
|
+
combinationItemDeletable?: boolean | import("../../../../components/form-render").CombinationItemDeletableFn | undefined;
|
|
2132
2134
|
children?: any[] | undefined;
|
|
2133
2135
|
properties?: any[] | undefined;
|
|
2134
|
-
componentProps?: import("
|
|
2135
|
-
decoratorProps?: import("
|
|
2136
|
+
componentProps?: import("../../../../shared/types").AnyObject | undefined;
|
|
2137
|
+
decoratorProps?: import("../../../../shared/types").AnyObject | undefined;
|
|
2136
2138
|
noDecorator?: {
|
|
2137
2139
|
valueOf: () => boolean;
|
|
2138
2140
|
} | undefined;
|
|
@@ -3672,11 +3674,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3672
3674
|
effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
|
|
3673
3675
|
when?: string | boolean | undefined;
|
|
3674
3676
|
fulfill?: {
|
|
3675
|
-
state?: import("
|
|
3677
|
+
state?: import("../../../../shared/types").AnyObject | undefined;
|
|
3676
3678
|
run?: string | undefined;
|
|
3677
3679
|
} | undefined;
|
|
3678
3680
|
otherwise?: {
|
|
3679
|
-
state?: import("
|
|
3681
|
+
state?: import("../../../../shared/types").AnyObject | undefined;
|
|
3680
3682
|
run?: string | undefined;
|
|
3681
3683
|
} | undefined;
|
|
3682
3684
|
} | {
|
|
@@ -3686,11 +3688,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3686
3688
|
effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
|
|
3687
3689
|
when?: string | boolean | undefined;
|
|
3688
3690
|
fulfill?: {
|
|
3689
|
-
state?: import("
|
|
3691
|
+
state?: import("../../../../shared/types").AnyObject | undefined;
|
|
3690
3692
|
run?: string | undefined;
|
|
3691
3693
|
} | undefined;
|
|
3692
3694
|
otherwise?: {
|
|
3693
|
-
state?: import("
|
|
3695
|
+
state?: import("../../../../shared/types").AnyObject | undefined;
|
|
3694
3696
|
run?: string | undefined;
|
|
3695
3697
|
} | undefined;
|
|
3696
3698
|
}[] | undefined;
|
|
@@ -3705,15 +3707,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3705
3707
|
html_type: "LINEBAR" | ({} & string) | "INPUT" | "TEXTAREA" | "SELECT" | "LINE_BREAKS" | "INPUT_NUMBER" | "REMOTE_SEARCH" | "DATE" | "LEVEL_SEARCH_CASCADER" | "SEARCH_CASCADER" | "COMBINATION" | "RADIO" | "CHECKBOX" | "SWITCH" | "SLIDER" | "COMPLEX" | "SEARCH" | "PHONE_TYPE" | "IDCARD_TYPE" | "SEARCH_MORE" | "DIGITAL" | "CHECKBOX_BLOCK" | "RADIO_BLOCK" | "DATE-INPUT" | "DATETIME-INPUT" | "SWITCH_COMPONENT" | "SLIDER_COMPONENT" | "LEVEL_SEARCH_CASCADE" | "SEARCH_CASCADE";
|
|
3706
3708
|
annotation?: boolean | undefined;
|
|
3707
3709
|
val_key_unit?: string | undefined;
|
|
3708
|
-
is_edit?: import("
|
|
3710
|
+
is_edit?: import("../../../../components/form-render").FormCommonState | undefined;
|
|
3709
3711
|
elem_width?: number | undefined;
|
|
3710
|
-
is_show?: import("
|
|
3711
|
-
is_null?: import("
|
|
3712
|
+
is_show?: import("../../../../components/form-render").FormCommonState | undefined;
|
|
3713
|
+
is_null?: import("../../../../components/form-render").FormCommonState | undefined;
|
|
3712
3714
|
name?: string | undefined;
|
|
3713
3715
|
alias?: string | undefined;
|
|
3714
3716
|
default_val?: any;
|
|
3715
|
-
is_empty?: import("
|
|
3716
|
-
hide_title?: import("
|
|
3717
|
+
is_empty?: import("../../../../components/form-render").FormCommonState | undefined;
|
|
3718
|
+
hide_title?: import("../../../../components/form-render").FormCommonState | undefined;
|
|
3717
3719
|
placeholder?: string | undefined;
|
|
3718
3720
|
validate?: {
|
|
3719
3721
|
[x: string]: any;
|
|
@@ -3758,7 +3760,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3758
3760
|
children?: any[] | undefined;
|
|
3759
3761
|
childrenFields?: any[] | undefined;
|
|
3760
3762
|
}[] | undefined;
|
|
3761
|
-
multi_select?: import("
|
|
3763
|
+
multi_select?: import("../../../../components/form-render").FormCommonState | undefined;
|
|
3762
3764
|
multi_select_value?: string | number | undefined;
|
|
3763
3765
|
wordbook?: {
|
|
3764
3766
|
level_num?: number | undefined;
|
|
@@ -3774,8 +3776,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3774
3776
|
link_key?: string | undefined;
|
|
3775
3777
|
link_key_split?: string | undefined;
|
|
3776
3778
|
show_key?: string | string[] | undefined;
|
|
3777
|
-
conObj?: import("
|
|
3778
|
-
conObjFirstLevel?: import("
|
|
3779
|
+
conObj?: import("../../../../shared/types").AnyObject[] | undefined;
|
|
3780
|
+
conObjFirstLevel?: import("../../../../shared/types").AnyObject[] | undefined;
|
|
3779
3781
|
setting?: {
|
|
3780
3782
|
cascading?: {
|
|
3781
3783
|
'form.name': string;
|
|
@@ -3796,11 +3798,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3796
3798
|
urlConfig?: {
|
|
3797
3799
|
[x: string]: any;
|
|
3798
3800
|
url: string;
|
|
3799
|
-
method?: import("
|
|
3801
|
+
method?: import("../../../../components/index").FormRequestDefine.RequestType | undefined;
|
|
3800
3802
|
nameKey?: string | undefined;
|
|
3801
3803
|
valueKey?: string | undefined;
|
|
3802
3804
|
showKey?: string | undefined;
|
|
3803
|
-
|
|
3805
|
+
searchKey?: string[] | undefined;
|
|
3806
|
+
params?: import("../../../../shared/types").AnyObject | undefined;
|
|
3804
3807
|
dependKey?: string | Record<string, string> | (string | {
|
|
3805
3808
|
paramName: string;
|
|
3806
3809
|
paramValue?: string | undefined;
|
|
@@ -3814,17 +3817,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3814
3817
|
extendKey?: string | undefined;
|
|
3815
3818
|
is_not_fold?: string | undefined;
|
|
3816
3819
|
remark?: string | undefined;
|
|
3817
|
-
free_entry?: import("
|
|
3818
|
-
save_free_entry?: import("
|
|
3820
|
+
free_entry?: import("../../../../components/form-render").FormCommonState | undefined;
|
|
3821
|
+
save_free_entry?: import("../../../../components/form-render").FormCommonState | undefined;
|
|
3819
3822
|
initialize_high?: number | undefined;
|
|
3820
3823
|
bindEventSetting?: {
|
|
3821
3824
|
[x: string]: unknown;
|
|
3822
|
-
event_type: import("
|
|
3825
|
+
event_type: import("../../../../shared/types").LowCodeTypes.EVENT_TYPE;
|
|
3823
3826
|
event_field?: string | undefined;
|
|
3824
3827
|
params?: {
|
|
3825
3828
|
p_value?: string | undefined;
|
|
3826
3829
|
p_name: string;
|
|
3827
|
-
p_select: import("
|
|
3830
|
+
p_select: import("../../../../shared/types").LowCodeTypes.VALUE_RELATION;
|
|
3828
3831
|
}[] | undefined;
|
|
3829
3832
|
results?: {
|
|
3830
3833
|
p_value: string;
|
|
@@ -3833,21 +3836,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3833
3836
|
compareMap?: {
|
|
3834
3837
|
NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3835
3838
|
EQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3836
|
-
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3837
|
-
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3838
|
-
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3839
|
-
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3840
3839
|
BIG?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3841
|
-
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3842
3840
|
LESS?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3841
|
+
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3843
3842
|
LESSEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3843
|
+
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3844
|
+
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3845
|
+
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3846
|
+
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3844
3847
|
} | undefined;
|
|
3845
3848
|
}[] | undefined;
|
|
3846
3849
|
show_mode?: ("DROPDOWN" | "H_TILE" | "V_TILE" | "TILE") | undefined;
|
|
3847
|
-
is_allow_check_mid?: import("
|
|
3850
|
+
is_allow_check_mid?: import("../../../../components/form-render").FormCommonState | undefined;
|
|
3848
3851
|
allow_check_mid_level?: "1" | "2" | "3" | "4" | undefined;
|
|
3849
|
-
prefix?: string | import("
|
|
3850
|
-
suffix?: string | import("
|
|
3852
|
+
prefix?: string | import("../../../../shared/types").AnyObject | (() => any) | undefined;
|
|
3853
|
+
suffix?: string | import("../../../../shared/types").AnyObject | (() => any) | undefined;
|
|
3851
3854
|
allowSlash?: string | boolean | undefined;
|
|
3852
3855
|
allowModify?: "0" | "1" | undefined;
|
|
3853
3856
|
show_key?: string | undefined;
|
|
@@ -3855,16 +3858,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3855
3858
|
bordered?: string | boolean | undefined;
|
|
3856
3859
|
displayMode?: "table" | "form" | undefined;
|
|
3857
3860
|
fieldType?: import("@formily/json-schema").SchemaTypes | undefined;
|
|
3858
|
-
content?: string | import("
|
|
3861
|
+
content?: string | import("../../../../components/form-render").FormRenderer | Record<string, import("../../../../components/form-render").FormRenderer> | undefined;
|
|
3859
3862
|
lazyRequest?: boolean | undefined;
|
|
3860
3863
|
requestCache?: boolean | undefined;
|
|
3861
3864
|
maxGroupNum?: number | undefined;
|
|
3862
3865
|
jsonCombination?: boolean | undefined;
|
|
3863
|
-
combinationItemDeletable?: boolean | import("
|
|
3866
|
+
combinationItemDeletable?: boolean | import("../../../../components/form-render").CombinationItemDeletableFn | undefined;
|
|
3864
3867
|
children?: any[] | undefined;
|
|
3865
3868
|
properties?: any[] | undefined;
|
|
3866
|
-
componentProps?: import("
|
|
3867
|
-
decoratorProps?: import("
|
|
3869
|
+
componentProps?: import("../../../../shared/types").AnyObject | undefined;
|
|
3870
|
+
decoratorProps?: import("../../../../shared/types").AnyObject | undefined;
|
|
3868
3871
|
noDecorator?: {
|
|
3869
3872
|
valueOf: () => boolean;
|
|
3870
3873
|
} | undefined;
|
|
@@ -5404,11 +5407,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5404
5407
|
effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
|
|
5405
5408
|
when?: string | boolean | undefined;
|
|
5406
5409
|
fulfill?: {
|
|
5407
|
-
state?: import("
|
|
5410
|
+
state?: import("../../../../shared/types").AnyObject | undefined;
|
|
5408
5411
|
run?: string | undefined;
|
|
5409
5412
|
} | undefined;
|
|
5410
5413
|
otherwise?: {
|
|
5411
|
-
state?: import("
|
|
5414
|
+
state?: import("../../../../shared/types").AnyObject | undefined;
|
|
5412
5415
|
run?: string | undefined;
|
|
5413
5416
|
} | undefined;
|
|
5414
5417
|
} | {
|
|
@@ -5418,11 +5421,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5418
5421
|
effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
|
|
5419
5422
|
when?: string | boolean | undefined;
|
|
5420
5423
|
fulfill?: {
|
|
5421
|
-
state?: import("
|
|
5424
|
+
state?: import("../../../../shared/types").AnyObject | undefined;
|
|
5422
5425
|
run?: string | undefined;
|
|
5423
5426
|
} | undefined;
|
|
5424
5427
|
otherwise?: {
|
|
5425
|
-
state?: import("
|
|
5428
|
+
state?: import("../../../../shared/types").AnyObject | undefined;
|
|
5426
5429
|
run?: string | undefined;
|
|
5427
5430
|
} | undefined;
|
|
5428
5431
|
}[] | undefined;
|
|
@@ -5437,7 +5440,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5437
5440
|
prevOldField: null;
|
|
5438
5441
|
onFormChange: ({ fieldKey, value }: FormChangePayload) => void;
|
|
5439
5442
|
NModal: any;
|
|
5440
|
-
CFormRender: import("
|
|
5443
|
+
CFormRender: import("../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{}, {
|
|
5441
5444
|
formRenderRef: import("vue").Ref<FormRenderExpose | undefined>;
|
|
5442
5445
|
key: import("vue").Ref<number>;
|
|
5443
5446
|
reload: () => Promise<void>;
|
|
@@ -5448,11 +5451,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5448
5451
|
type: PropType<FieldItem[]>;
|
|
5449
5452
|
};
|
|
5450
5453
|
initialData: {
|
|
5451
|
-
type: PropType<import("
|
|
5454
|
+
type: PropType<import("../../../../shared/types").AnyObject>;
|
|
5452
5455
|
default: () => {};
|
|
5453
5456
|
};
|
|
5454
5457
|
fieldVisitor: {
|
|
5455
|
-
type: PropType<import("
|
|
5458
|
+
type: PropType<import("../../../../components/form-render").FieldVisitor>;
|
|
5456
5459
|
};
|
|
5457
5460
|
column: {
|
|
5458
5461
|
type: NumberConstructor;
|
|
@@ -5471,7 +5474,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5471
5474
|
default: number;
|
|
5472
5475
|
};
|
|
5473
5476
|
businessFormatter: {
|
|
5474
|
-
type: PropType<import("
|
|
5477
|
+
type: PropType<import("../../../../components/form-render").FormBusinessFormatter>;
|
|
5475
5478
|
};
|
|
5476
5479
|
schema: {
|
|
5477
5480
|
type: PropType<import("@formily/json-schema").Stringify<{
|
|
@@ -5537,11 +5540,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5537
5540
|
default: () => {};
|
|
5538
5541
|
};
|
|
5539
5542
|
scope: {
|
|
5540
|
-
type: PropType<import("
|
|
5543
|
+
type: PropType<import("../../../../shared/types").AnyObject>;
|
|
5541
5544
|
default: () => {};
|
|
5542
5545
|
};
|
|
5543
5546
|
annotation: {
|
|
5544
|
-
type: PropType<import("
|
|
5547
|
+
type: PropType<import("../../../../shared/types").AnyObject>;
|
|
5545
5548
|
};
|
|
5546
5549
|
consumer: {
|
|
5547
5550
|
type: BooleanConstructor;
|
|
@@ -5557,26 +5560,30 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5557
5560
|
field: import("@formily/core").GeneralField;
|
|
5558
5561
|
oldValue: unknown;
|
|
5559
5562
|
}): any;
|
|
5560
|
-
beforeRequest(fieldKey: string, params?: import("
|
|
5561
|
-
afterRequest(fieldKey: string, res?: any, payload?: import("
|
|
5562
|
-
afterOptionInit(fieldKey: string, options: import("
|
|
5563
|
+
beforeRequest(fieldKey: string, params?: import("../../../../shared/types").AnyObject | undefined, payload?: import("../../../../shared/types").AnyObject | undefined): void | import("../../../../shared/types").UndefinedAble<import("../../../../shared/types").AnyObject>;
|
|
5564
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../../../shared/types").AnyObject | undefined): import("../../../../shared/types").AnyObject[];
|
|
5565
|
+
afterOptionInit(fieldKey: string, options: import("../../../../shared/types").AnyObject[], payload?: import("../../../../shared/types").AnyObject | undefined): void;
|
|
5563
5566
|
}>>;
|
|
5564
5567
|
};
|
|
5565
5568
|
requestInstance: {
|
|
5566
|
-
type: PropType<import("
|
|
5569
|
+
type: PropType<import("../../../../components/index").FormRequestDefine.RequestInstance>;
|
|
5567
5570
|
};
|
|
5568
5571
|
enterToNextWidget: {
|
|
5569
5572
|
type: PropType<boolean | ((fieldItem: FieldItem) => boolean | void)>;
|
|
5570
5573
|
default: boolean;
|
|
5571
5574
|
};
|
|
5572
5575
|
lowCodeReactions: {
|
|
5573
|
-
type: PropType<import("
|
|
5576
|
+
type: PropType<import("../../../../shared/types").LowCodeTypes.reactionsConfig[]>;
|
|
5574
5577
|
};
|
|
5575
5578
|
operationalForm: {
|
|
5576
|
-
type: PropType<import("
|
|
5579
|
+
type: PropType<import("../../../../shared/types").LowCodeTypes.operationalConfig[]>;
|
|
5577
5580
|
};
|
|
5578
5581
|
dateOperationalForm: {
|
|
5579
|
-
type: PropType<import("
|
|
5582
|
+
type: PropType<import("../../../../shared/types").LowCodeTypes.dateOperationalConfig[]>;
|
|
5583
|
+
};
|
|
5584
|
+
operationalFormInit: {
|
|
5585
|
+
type: BooleanConstructor;
|
|
5586
|
+
default: boolean;
|
|
5580
5587
|
};
|
|
5581
5588
|
linebarAutoHidden: {
|
|
5582
5589
|
type: BooleanConstructor;
|
|
@@ -5600,11 +5607,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5600
5607
|
type: PropType<FieldItem[]>;
|
|
5601
5608
|
};
|
|
5602
5609
|
initialData: {
|
|
5603
|
-
type: PropType<import("
|
|
5610
|
+
type: PropType<import("../../../../shared/types").AnyObject>;
|
|
5604
5611
|
default: () => {};
|
|
5605
5612
|
};
|
|
5606
5613
|
fieldVisitor: {
|
|
5607
|
-
type: PropType<import("
|
|
5614
|
+
type: PropType<import("../../../../components/form-render").FieldVisitor>;
|
|
5608
5615
|
};
|
|
5609
5616
|
column: {
|
|
5610
5617
|
type: NumberConstructor;
|
|
@@ -5623,7 +5630,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5623
5630
|
default: number;
|
|
5624
5631
|
};
|
|
5625
5632
|
businessFormatter: {
|
|
5626
|
-
type: PropType<import("
|
|
5633
|
+
type: PropType<import("../../../../components/form-render").FormBusinessFormatter>;
|
|
5627
5634
|
};
|
|
5628
5635
|
schema: {
|
|
5629
5636
|
type: PropType<import("@formily/json-schema").Stringify<{
|
|
@@ -5689,11 +5696,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5689
5696
|
default: () => {};
|
|
5690
5697
|
};
|
|
5691
5698
|
scope: {
|
|
5692
|
-
type: PropType<import("
|
|
5699
|
+
type: PropType<import("../../../../shared/types").AnyObject>;
|
|
5693
5700
|
default: () => {};
|
|
5694
5701
|
};
|
|
5695
5702
|
annotation: {
|
|
5696
|
-
type: PropType<import("
|
|
5703
|
+
type: PropType<import("../../../../shared/types").AnyObject>;
|
|
5697
5704
|
};
|
|
5698
5705
|
consumer: {
|
|
5699
5706
|
type: BooleanConstructor;
|
|
@@ -5709,26 +5716,30 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5709
5716
|
field: import("@formily/core").GeneralField;
|
|
5710
5717
|
oldValue: unknown;
|
|
5711
5718
|
}): any;
|
|
5712
|
-
beforeRequest(fieldKey: string, params?: import("
|
|
5713
|
-
afterRequest(fieldKey: string, res?: any, payload?: import("
|
|
5714
|
-
afterOptionInit(fieldKey: string, options: import("
|
|
5719
|
+
beforeRequest(fieldKey: string, params?: import("../../../../shared/types").AnyObject | undefined, payload?: import("../../../../shared/types").AnyObject | undefined): void | import("../../../../shared/types").UndefinedAble<import("../../../../shared/types").AnyObject>;
|
|
5720
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../../../shared/types").AnyObject | undefined): import("../../../../shared/types").AnyObject[];
|
|
5721
|
+
afterOptionInit(fieldKey: string, options: import("../../../../shared/types").AnyObject[], payload?: import("../../../../shared/types").AnyObject | undefined): void;
|
|
5715
5722
|
}>>;
|
|
5716
5723
|
};
|
|
5717
5724
|
requestInstance: {
|
|
5718
|
-
type: PropType<import("
|
|
5725
|
+
type: PropType<import("../../../../components/index").FormRequestDefine.RequestInstance>;
|
|
5719
5726
|
};
|
|
5720
5727
|
enterToNextWidget: {
|
|
5721
5728
|
type: PropType<boolean | ((fieldItem: FieldItem) => boolean | void)>;
|
|
5722
5729
|
default: boolean;
|
|
5723
5730
|
};
|
|
5724
5731
|
lowCodeReactions: {
|
|
5725
|
-
type: PropType<import("
|
|
5732
|
+
type: PropType<import("../../../../shared/types").LowCodeTypes.reactionsConfig[]>;
|
|
5726
5733
|
};
|
|
5727
5734
|
operationalForm: {
|
|
5728
|
-
type: PropType<import("
|
|
5735
|
+
type: PropType<import("../../../../shared/types").LowCodeTypes.operationalConfig[]>;
|
|
5729
5736
|
};
|
|
5730
5737
|
dateOperationalForm: {
|
|
5731
|
-
type: PropType<import("
|
|
5738
|
+
type: PropType<import("../../../../shared/types").LowCodeTypes.dateOperationalConfig[]>;
|
|
5739
|
+
};
|
|
5740
|
+
operationalFormInit: {
|
|
5741
|
+
type: BooleanConstructor;
|
|
5742
|
+
default: boolean;
|
|
5732
5743
|
};
|
|
5733
5744
|
linebarAutoHidden: {
|
|
5734
5745
|
type: BooleanConstructor;
|
|
@@ -5767,12 +5778,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5767
5778
|
mapProperties: any;
|
|
5768
5779
|
filterProperties: any;
|
|
5769
5780
|
}>;
|
|
5770
|
-
businessCollector: import("
|
|
5771
|
-
formItemDepsCollector: import("
|
|
5772
|
-
changeContextCollector: import("
|
|
5781
|
+
businessCollector: import("../../../../components/form-render").BusinessCollector;
|
|
5782
|
+
formItemDepsCollector: import("../../../../components/form-render").FormItemDepsCollector;
|
|
5783
|
+
changeContextCollector: import("../../../../components/form-render").ContextCollector;
|
|
5773
5784
|
formUUID: string;
|
|
5774
5785
|
anchorBarRef: import("vue").Ref<{
|
|
5775
|
-
syncBarPosition: import("
|
|
5786
|
+
syncBarPosition: import("../../../../shared/types").AnyFn<any[], any>;
|
|
5776
5787
|
} | undefined>;
|
|
5777
5788
|
currentAnchor: import("vue").WritableComputedRef<string>;
|
|
5778
5789
|
updateAnchorList: (field: import("@formily/core").GeneralField) => void;
|
|
@@ -5787,18 +5798,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5787
5798
|
field: import("@formily/core").GeneralField;
|
|
5788
5799
|
oldValue: unknown;
|
|
5789
5800
|
}): any;
|
|
5790
|
-
beforeRequest(fieldKey: string, params?: import("
|
|
5791
|
-
afterRequest(fieldKey: string, res?: any, payload?: import("
|
|
5792
|
-
afterOptionInit(fieldKey: string, options: import("
|
|
5793
|
-
}>>[T]> | undefined) => import("
|
|
5801
|
+
beforeRequest(fieldKey: string, params?: import("../../../../shared/types").AnyObject | undefined, payload?: import("../../../../shared/types").AnyObject | undefined): void | import("../../../../shared/types").UndefinedAble<import("../../../../shared/types").AnyObject>;
|
|
5802
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../../../shared/types").AnyObject | undefined): import("../../../../shared/types").AnyObject[];
|
|
5803
|
+
afterOptionInit(fieldKey: string, options: import("../../../../shared/types").AnyObject[], payload?: import("../../../../shared/types").AnyObject | undefined): void;
|
|
5804
|
+
}>>[T]> | undefined) => import("../../../../shared/types").UndefinedAble<ReturnType<Required<Partial<{
|
|
5794
5805
|
onSetup(): void;
|
|
5795
5806
|
beforeSetValue(fieldKey: string, value: unknown, payload: {
|
|
5796
5807
|
field: import("@formily/core").GeneralField;
|
|
5797
5808
|
oldValue: unknown;
|
|
5798
5809
|
}): any;
|
|
5799
|
-
beforeRequest(fieldKey: string, params?: import("
|
|
5800
|
-
afterRequest(fieldKey: string, res?: any, payload?: import("
|
|
5801
|
-
afterOptionInit(fieldKey: string, options: import("
|
|
5810
|
+
beforeRequest(fieldKey: string, params?: import("../../../../shared/types").AnyObject | undefined, payload?: import("../../../../shared/types").AnyObject | undefined): void | import("../../../../shared/types").UndefinedAble<import("../../../../shared/types").AnyObject>;
|
|
5811
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../../../shared/types").AnyObject | undefined): import("../../../../shared/types").AnyObject[];
|
|
5812
|
+
afterOptionInit(fieldKey: string, options: import("../../../../shared/types").AnyObject[], payload?: import("../../../../shared/types").AnyObject | undefined): void;
|
|
5802
5813
|
}>>[T]>>;
|
|
5803
5814
|
triggerAutoHidden: (field: import("@formily/core").GeneralField) => Promise<void>;
|
|
5804
5815
|
observeFormGraph: Record<string, import("@formily/core").GeneralField>;
|
|
@@ -5810,16 +5821,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5810
5821
|
}>;
|
|
5811
5822
|
lowCodeReactionsHandler: (field: string) => void;
|
|
5812
5823
|
triggerAllReactionsHandler: () => void;
|
|
5813
|
-
operationalFormHandler:
|
|
5814
|
-
|
|
5815
|
-
|
|
5816
|
-
|
|
5817
|
-
setDisabled: (value: boolean) => void;
|
|
5824
|
+
operationalFormHandler: {
|
|
5825
|
+
trigger(fieldKey: string): void;
|
|
5826
|
+
triggerAll(): void;
|
|
5827
|
+
triggerDisabled: string | boolean;
|
|
5818
5828
|
};
|
|
5829
|
+
wordbookSettingHandler: import("../../../../components/form-render").wordbookSettingHandler;
|
|
5819
5830
|
schemaAdaptor: (fieldList: FieldItem[], options?: Partial<{
|
|
5820
5831
|
fieldList: FieldItem[];
|
|
5821
|
-
initialData: import("
|
|
5822
|
-
fieldVisitor: import("
|
|
5832
|
+
initialData: import("../../../../shared/types").AnyObject;
|
|
5833
|
+
fieldVisitor: import("../../../../components/form-render").FieldVisitor;
|
|
5823
5834
|
column: number;
|
|
5824
5835
|
maxHeight: string | number;
|
|
5825
5836
|
anchor: boolean;
|
|
@@ -5882,8 +5893,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5882
5893
|
"x-compile-omitted"?: string[] | undefined;
|
|
5883
5894
|
}>;
|
|
5884
5895
|
components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
|
|
5885
|
-
scope: import("
|
|
5886
|
-
annotation: import("
|
|
5896
|
+
scope: import("../../../../shared/types").AnyObject;
|
|
5897
|
+
annotation: import("../../../../shared/types").AnyObject;
|
|
5887
5898
|
consumer: boolean;
|
|
5888
5899
|
uuid: string;
|
|
5889
5900
|
lifeCycle: Partial<{
|
|
@@ -5892,18 +5903,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5892
5903
|
field: import("@formily/core").GeneralField;
|
|
5893
5904
|
oldValue: unknown;
|
|
5894
5905
|
}): any;
|
|
5895
|
-
beforeRequest(fieldKey: string, params?: import("
|
|
5896
|
-
afterRequest(fieldKey: string, res?: any, payload?: import("
|
|
5897
|
-
afterOptionInit(fieldKey: string, options: import("
|
|
5906
|
+
beforeRequest(fieldKey: string, params?: import("../../../../shared/types").AnyObject | undefined, payload?: import("../../../../shared/types").AnyObject | undefined): void | import("../../../../shared/types").UndefinedAble<import("../../../../shared/types").AnyObject>;
|
|
5907
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../../../shared/types").AnyObject | undefined): import("../../../../shared/types").AnyObject[];
|
|
5908
|
+
afterOptionInit(fieldKey: string, options: import("../../../../shared/types").AnyObject[], payload?: import("../../../../shared/types").AnyObject | undefined): void;
|
|
5898
5909
|
}>;
|
|
5899
|
-
businessFormatter: import("
|
|
5900
|
-
requestInstance: import("
|
|
5910
|
+
businessFormatter: import("../../../../components/form-render").FormBusinessFormatter;
|
|
5911
|
+
requestInstance: import("../../../../components/index").FormRequestDefine.RequestInstance;
|
|
5901
5912
|
enterToNextWidget: boolean | ((fieldItem: FieldItem) => boolean | void);
|
|
5902
|
-
lowCodeReactions: import("
|
|
5913
|
+
lowCodeReactions: import("../../../../shared/types").LowCodeTypes.reactionsConfig[];
|
|
5903
5914
|
linebarAutoHidden: boolean;
|
|
5904
5915
|
bordered: string | boolean;
|
|
5905
5916
|
uniqueCacheData: boolean;
|
|
5906
|
-
operationalForm: import("
|
|
5917
|
+
operationalForm: import("../../../../shared/types").LowCodeTypes.operationalConfig[];
|
|
5907
5918
|
outBordered: boolean;
|
|
5908
5919
|
forceClearable: boolean;
|
|
5909
5920
|
}>) => Record<string, import("@formily/json-schema").Stringify<{
|
|
@@ -6028,7 +6039,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6028
6039
|
force?: boolean | undefined;
|
|
6029
6040
|
}): Promise<void>;
|
|
6030
6041
|
getFormValues(needCombineExtendKey?: boolean): any;
|
|
6031
|
-
setFormValues(values: import("
|
|
6042
|
+
setFormValues(values: import("../../../../shared/types").AnyObject, options?: boolean | {
|
|
6043
|
+
needSplitExtendKey?: boolean | undefined;
|
|
6044
|
+
avoidBusinessConnection?: string | boolean | undefined;
|
|
6045
|
+
avoidDependKeyConnection?: string | boolean | undefined;
|
|
6046
|
+
avoidWordbookSettingConnection?: string | boolean | undefined;
|
|
6047
|
+
avoidOperationalFormConnection?: string | boolean | undefined;
|
|
6048
|
+
overwrite?: boolean | undefined;
|
|
6049
|
+
}, avoidBusinessConnection?: string | boolean, overwrite?: boolean): Promise<void>;
|
|
6032
6050
|
setFieldState(path: string, setter: (field: Partial<Pick<import("@formily/core").Field<any, any, any, any>, import("@formily/core").NonFunctionPropertyNames<{
|
|
6033
6051
|
match: (pattern: import("@formily/path").Pattern) => boolean;
|
|
6034
6052
|
validate: (triggerType?: import("@formily/validator").ValidatorTriggerType | undefined) => any;
|
|
@@ -6131,7 +6149,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6131
6149
|
decoratorElement: HTMLElement | null | undefined;
|
|
6132
6150
|
} | null>;
|
|
6133
6151
|
};
|
|
6134
|
-
useVersion: typeof import("
|
|
6152
|
+
useVersion: typeof import("../../../../components/index").useVersion;
|
|
6135
6153
|
FormConsumer: import("vue").DefineComponent<{}, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
6136
6154
|
FormProvider: import("vue").DefineComponent<Record<"form", any>, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<Record<"form", any>>>, {
|
|
6137
6155
|
form: any;
|
|
@@ -6195,11 +6213,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6195
6213
|
type: PropType<FieldItem[]>;
|
|
6196
6214
|
};
|
|
6197
6215
|
initialData: {
|
|
6198
|
-
type: PropType<import("
|
|
6216
|
+
type: PropType<import("../../../../shared/types").AnyObject>;
|
|
6199
6217
|
default: () => {};
|
|
6200
6218
|
};
|
|
6201
6219
|
fieldVisitor: {
|
|
6202
|
-
type: PropType<import("
|
|
6220
|
+
type: PropType<import("../../../../components/form-render").FieldVisitor>;
|
|
6203
6221
|
};
|
|
6204
6222
|
column: {
|
|
6205
6223
|
type: NumberConstructor;
|
|
@@ -6218,7 +6236,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6218
6236
|
default: number;
|
|
6219
6237
|
};
|
|
6220
6238
|
businessFormatter: {
|
|
6221
|
-
type: PropType<import("
|
|
6239
|
+
type: PropType<import("../../../../components/form-render").FormBusinessFormatter>;
|
|
6222
6240
|
};
|
|
6223
6241
|
schema: {
|
|
6224
6242
|
type: PropType<import("@formily/json-schema").Stringify<{
|
|
@@ -6284,11 +6302,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6284
6302
|
default: () => {};
|
|
6285
6303
|
};
|
|
6286
6304
|
scope: {
|
|
6287
|
-
type: PropType<import("
|
|
6305
|
+
type: PropType<import("../../../../shared/types").AnyObject>;
|
|
6288
6306
|
default: () => {};
|
|
6289
6307
|
};
|
|
6290
6308
|
annotation: {
|
|
6291
|
-
type: PropType<import("
|
|
6309
|
+
type: PropType<import("../../../../shared/types").AnyObject>;
|
|
6292
6310
|
};
|
|
6293
6311
|
consumer: {
|
|
6294
6312
|
type: BooleanConstructor;
|
|
@@ -6304,26 +6322,30 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6304
6322
|
field: import("@formily/core").GeneralField;
|
|
6305
6323
|
oldValue: unknown;
|
|
6306
6324
|
}): any;
|
|
6307
|
-
beforeRequest(fieldKey: string, params?: import("
|
|
6308
|
-
afterRequest(fieldKey: string, res?: any, payload?: import("
|
|
6309
|
-
afterOptionInit(fieldKey: string, options: import("
|
|
6325
|
+
beforeRequest(fieldKey: string, params?: import("../../../../shared/types").AnyObject | undefined, payload?: import("../../../../shared/types").AnyObject | undefined): void | import("../../../../shared/types").UndefinedAble<import("../../../../shared/types").AnyObject>;
|
|
6326
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../../../shared/types").AnyObject | undefined): import("../../../../shared/types").AnyObject[];
|
|
6327
|
+
afterOptionInit(fieldKey: string, options: import("../../../../shared/types").AnyObject[], payload?: import("../../../../shared/types").AnyObject | undefined): void;
|
|
6310
6328
|
}>>;
|
|
6311
6329
|
};
|
|
6312
6330
|
requestInstance: {
|
|
6313
|
-
type: PropType<import("
|
|
6331
|
+
type: PropType<import("../../../../components/index").FormRequestDefine.RequestInstance>;
|
|
6314
6332
|
};
|
|
6315
6333
|
enterToNextWidget: {
|
|
6316
6334
|
type: PropType<boolean | ((fieldItem: FieldItem) => boolean | void)>;
|
|
6317
6335
|
default: boolean;
|
|
6318
6336
|
};
|
|
6319
6337
|
lowCodeReactions: {
|
|
6320
|
-
type: PropType<import("
|
|
6338
|
+
type: PropType<import("../../../../shared/types").LowCodeTypes.reactionsConfig[]>;
|
|
6321
6339
|
};
|
|
6322
6340
|
operationalForm: {
|
|
6323
|
-
type: PropType<import("
|
|
6341
|
+
type: PropType<import("../../../../shared/types").LowCodeTypes.operationalConfig[]>;
|
|
6324
6342
|
};
|
|
6325
6343
|
dateOperationalForm: {
|
|
6326
|
-
type: PropType<import("
|
|
6344
|
+
type: PropType<import("../../../../shared/types").LowCodeTypes.dateOperationalConfig[]>;
|
|
6345
|
+
};
|
|
6346
|
+
operationalFormInit: {
|
|
6347
|
+
type: BooleanConstructor;
|
|
6348
|
+
default: boolean;
|
|
6327
6349
|
};
|
|
6328
6350
|
linebarAutoHidden: {
|
|
6329
6351
|
type: BooleanConstructor;
|
|
@@ -6351,15 +6373,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6351
6373
|
column: number;
|
|
6352
6374
|
forceClearable: boolean;
|
|
6353
6375
|
components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
|
|
6354
|
-
initialData: import("
|
|
6376
|
+
initialData: import("../../../../shared/types").AnyObject;
|
|
6355
6377
|
parallelism: number;
|
|
6356
|
-
scope: import("
|
|
6378
|
+
scope: import("../../../../shared/types").AnyObject;
|
|
6357
6379
|
consumer: boolean;
|
|
6358
6380
|
enterToNextWidget: boolean | ((fieldItem: FieldItem) => boolean | void);
|
|
6359
6381
|
linebarAutoHidden: boolean;
|
|
6360
6382
|
bordered: string | boolean;
|
|
6361
6383
|
uniqueCacheData: boolean;
|
|
6362
6384
|
outBordered: boolean;
|
|
6385
|
+
operationalFormInit: boolean;
|
|
6363
6386
|
}>;
|
|
6364
6387
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
|
|
6365
6388
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -6373,8 +6396,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6373
6396
|
formProps: {
|
|
6374
6397
|
type: PropType<Partial<Partial<{
|
|
6375
6398
|
fieldList: FieldItem[];
|
|
6376
|
-
initialData: import("
|
|
6377
|
-
fieldVisitor: import("
|
|
6399
|
+
initialData: import("../../../../shared/types").AnyObject;
|
|
6400
|
+
fieldVisitor: import("../../../../components/form-render").FieldVisitor;
|
|
6378
6401
|
column: number;
|
|
6379
6402
|
maxHeight: string | number;
|
|
6380
6403
|
anchor: boolean;
|
|
@@ -6437,8 +6460,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6437
6460
|
"x-compile-omitted"?: string[] | undefined;
|
|
6438
6461
|
}>;
|
|
6439
6462
|
components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
|
|
6440
|
-
scope: import("
|
|
6441
|
-
annotation: import("
|
|
6463
|
+
scope: import("../../../../shared/types").AnyObject;
|
|
6464
|
+
annotation: import("../../../../shared/types").AnyObject;
|
|
6442
6465
|
consumer: boolean;
|
|
6443
6466
|
uuid: string;
|
|
6444
6467
|
lifeCycle: Partial<{
|
|
@@ -6447,18 +6470,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6447
6470
|
field: import("@formily/core").GeneralField;
|
|
6448
6471
|
oldValue: unknown;
|
|
6449
6472
|
}): any;
|
|
6450
|
-
beforeRequest(fieldKey: string, params?: import("
|
|
6451
|
-
afterRequest(fieldKey: string, res?: any, payload?: import("
|
|
6452
|
-
afterOptionInit(fieldKey: string, options: import("
|
|
6473
|
+
beforeRequest(fieldKey: string, params?: import("../../../../shared/types").AnyObject | undefined, payload?: import("../../../../shared/types").AnyObject | undefined): void | import("../../../../shared/types").UndefinedAble<import("../../../../shared/types").AnyObject>;
|
|
6474
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../../../shared/types").AnyObject | undefined): import("../../../../shared/types").AnyObject[];
|
|
6475
|
+
afterOptionInit(fieldKey: string, options: import("../../../../shared/types").AnyObject[], payload?: import("../../../../shared/types").AnyObject | undefined): void;
|
|
6453
6476
|
}>;
|
|
6454
|
-
businessFormatter: import("
|
|
6455
|
-
requestInstance: import("
|
|
6477
|
+
businessFormatter: import("../../../../components/form-render").FormBusinessFormatter;
|
|
6478
|
+
requestInstance: import("../../../../components/index").FormRequestDefine.RequestInstance;
|
|
6456
6479
|
enterToNextWidget: boolean | ((fieldItem: FieldItem) => boolean | void);
|
|
6457
|
-
lowCodeReactions: import("
|
|
6480
|
+
lowCodeReactions: import("../../../../shared/types").LowCodeTypes.reactionsConfig[];
|
|
6458
6481
|
linebarAutoHidden: boolean;
|
|
6459
6482
|
bordered: string | boolean;
|
|
6460
6483
|
uniqueCacheData: boolean;
|
|
6461
|
-
operationalForm: import("
|
|
6484
|
+
operationalForm: import("../../../../shared/types").LowCodeTypes.operationalConfig[];
|
|
6462
6485
|
outBordered: boolean;
|
|
6463
6486
|
forceClearable: boolean;
|
|
6464
6487
|
}>>>;
|