cnhis-design-vue 3.1.55-release.0 → 3.1.55-release.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/components/annotation-edit/index.d.ts +1 -1
- package/es/components/annotation-edit/src/AnnotationEdit.d.ts +1 -1
- package/es/components/audio-sdk/index.d.ts +2 -0
- package/es/components/audio-sdk/index.js +1 -0
- package/es/components/audio-sdk/src/audioSDK.d.ts +28 -0
- package/es/components/audio-sdk/src/audioSDK.js +1 -0
- package/es/components/audio-sdk/src/components/recordingDialog.vue.d.ts +27 -0
- package/es/components/audio-sdk/src/components/recordingDialog.vue.js +1 -0
- package/es/components/audio-sdk/src/components/recordingDialog.vue2.js +1 -0
- package/es/components/audio-sdk/src/utils/recordingDialog.d.ts +8 -0
- package/es/components/audio-sdk/src/utils/recordingDialog.js +1 -0
- package/es/components/audio-sdk/style/index.css +1 -0
- package/es/components/base-search/index.d.ts +1 -1
- package/es/components/base-search/src/index.vue.d.ts +4 -4
- package/es/components/base-search/src/index.vue2.js +1 -1
- package/es/components/big-table/index.d.ts +22 -22
- package/es/components/big-table/src/BigTable.vue.d.ts +2 -2
- package/es/components/big-table/src/bigTableProps.d.ts +1 -1
- package/es/components/big-table/src/components/edit-form/edit-separate.vue.d.ts +5 -5
- package/es/components/big-table/src/components/edit-form/useCommon.d.ts +1 -1
- package/es/components/big-table/src/components/separate.vue.d.ts +1 -1
- package/es/components/big-table/src/constants/index.d.ts +1 -1
- package/es/components/big-table/src/hooks/useAnnotation.d.ts +1 -1
- package/es/components/big-table/src/hooks/useFormat.d.ts +1 -1
- package/es/components/big-table/src/hooks/useSeparateRow.d.ts +1 -1
- package/es/components/big-table/src/utils.d.ts +1 -1
- package/es/components/{multi-chat → biunique-chat}/index.d.ts +16 -16
- package/es/components/biunique-chat/index.js +1 -0
- package/es/components/{multi-chat/src/MultiChat.vue.d.ts → biunique-chat/src/BiuniqueChat.vue.d.ts} +1 -1
- package/es/components/biunique-chat/src/BiuniqueChat.vue.js +1 -0
- package/es/components/biunique-chat/src/BiuniqueChat.vue2.js +1 -0
- package/es/components/{multi-chat → biunique-chat}/src/api/index.d.ts +1 -1
- package/es/components/{multi-chat → biunique-chat}/src/components/ChatFooter.vue.d.ts +1 -1
- package/es/components/{multi-chat → biunique-chat}/src/components/ChatHeader.vue.d.ts +1 -1
- package/es/components/{multi-chat → biunique-chat}/src/components/ChatMain.vue.d.ts +1 -1
- package/es/components/{multi-chat → biunique-chat}/src/components/SiderList.vue.d.ts +1 -1
- package/es/components/{multi-chat → biunique-chat}/src/utils/chatSock.d.ts +1 -1
- package/es/components/body-select/index.d.ts +5 -5
- package/es/components/body-select/src/hooks/renderCanvas.d.ts +2 -2
- package/es/components/body-select/src/hooks/renderCanvas.js +1 -1
- package/es/components/body-select/src/index.vue.d.ts +1 -1
- package/es/components/body-select/src/index.vue2.js +1 -1
- package/es/components/bpmn-workflow/index.d.ts +1 -1
- package/es/components/button-print/index.d.ts +34 -21
- package/es/components/button-print/src/ButtonPrint.vue.d.ts +14 -1
- package/es/components/button-print/src/ButtonPrint.vue2.js +1 -1
- package/es/components/button-print/src/api.d.ts +1 -1
- package/es/components/button-print/src/components/EditFormat.vue.d.ts +1 -1
- package/es/components/button-print/src/utils/dialog.d.ts +1 -1
- package/es/components/button-print/src/utils/print.d.ts +2 -2
- package/es/components/callback/index.d.ts +1 -1
- package/es/components/callback/src/components/dialog/drawer.vue.d.ts +1 -1
- package/es/components/callback/src/components/dialog/modal.vue.d.ts +1 -1
- package/es/components/callback/src/components/render/popupMaps.d.ts +65 -159
- package/es/components/card-reader-sdk/src/cardReaderSDK.d.ts +1 -1
- package/es/components/card-reader-sdk/src/components/readCardDialog.vue.d.ts +1 -1
- package/es/components/card-reader-sdk/src/constants/index.d.ts +1 -1
- package/es/components/card-reader-sdk/src/insuranceSDK.d.ts +1 -1
- package/es/components/card-reader-sdk/src/types/index.d.ts +2 -2
- package/es/components/card-reader-sdk/src/utils/readHealthCard.d.ts +1 -1
- package/es/components/classification/index.d.ts +505 -20
- package/es/components/classification/src/components/search-filter/index.vue.d.ts +473 -1
- package/es/components/classification/src/components/search-filter/index.vue2.js +1 -1
- package/es/components/classification/src/components/set-classification/index.vue.d.ts +480 -8
- package/es/components/classification/src/components/table-modal/index.vue.d.ts +1 -1
- package/es/components/classification/src/index.vue.d.ts +493 -8
- package/es/components/classification/src/index.vue2.js +1 -1
- package/es/components/classification/style/index.css +1 -1
- package/es/components/config-provider/index.d.ts +1 -1
- package/es/components/date-picker/index.d.ts +2 -2
- package/es/components/date-picker/src/DatePicker.vue.d.ts +1 -1
- package/es/components/editor/index.d.ts +1 -1
- package/es/components/expand-field/index.d.ts +29 -29
- package/es/components/expand-field/src/components/PersonModal.vue.d.ts +2 -2
- package/es/components/expand-field/src/components/form.vue.d.ts +2 -2
- package/es/components/expand-field/src/constants/index.d.ts +1 -1
- package/es/components/expand-field/src/index.vue.d.ts +2 -2
- package/es/components/fabric-chart/index.d.ts +7 -6
- package/es/components/fabric-chart/src/FabricChart.vue.d.ts +2 -1
- package/es/components/fabric-chart/src/FabricChart.vue2.js +1 -1
- package/es/components/fabric-chart/src/components/PopupTip.vue.d.ts +1 -1
- package/es/components/fabric-chart/src/constants/index.d.ts +4 -0
- package/es/components/fabric-chart/src/constants/index.js +1 -1
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcess.d.ts +3 -3
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcess.js +1 -1
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcessChart.d.ts +3 -3
- package/es/components/fabric-chart/src/hooks/electrocardiogram/hooks/useDetailEvent.d.ts +2 -2
- package/es/components/fabric-chart/src/hooks/electrocardiogram/hooks/useDetailEvent.js +1 -1
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogram.d.ts +2 -2
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogram.js +1 -1
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogramChart.d.ts +9 -3
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogramChart.js +1 -1
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useMeasureInstrument.d.ts +2 -2
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useCenter.d.ts +3 -3
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useCenter.js +1 -1
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useLeft.d.ts +3 -3
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useOther.d.ts +3 -3
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.d.ts +3 -3
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useTop.d.ts +3 -3
- package/es/components/fabric-chart/src/hooks/temperature/useBottom.d.ts +2 -2
- package/es/components/fabric-chart/src/hooks/temperature/useCenter.d.ts +4 -4
- package/es/components/fabric-chart/src/hooks/temperature/useLeft.d.ts +3 -3
- package/es/components/fabric-chart/src/hooks/temperature/useOther.d.ts +2 -2
- package/es/components/fabric-chart/src/hooks/temperature/useRight.d.ts +2 -2
- package/es/components/fabric-chart/src/hooks/temperature/useShadow.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.d.ts +3 -3
- package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.js +1 -1
- package/es/components/fabric-chart/src/hooks/temperature/useTop.d.ts +2 -2
- package/es/components/fabric-chart/src/hooks/useCommon.d.ts +2 -2
- package/es/components/fabric-chart/src/hooks/useCumputedPoint.d.ts +4 -4
- package/es/components/fabric-chart/src/hooks/useCumputedPoint.js +1 -1
- package/es/components/fabric-chart/src/hooks/useDraw.d.ts +2 -2
- package/es/components/fabric-chart/src/hooks/useEvent.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/useGrid.d.ts +2 -2
- package/es/components/fabric-chart/src/hooks/useScaleColumn.d.ts +2 -2
- package/es/components/fabric-chart/src/interface.d.ts +2 -2
- package/es/components/fabric-chart/src/utils/index.d.ts +1 -1
- package/es/components/field-set/index.d.ts +15 -15
- package/es/components/field-set/src/FieldSet.vue.d.ts +5 -5
- package/es/components/field-set/src/components/Row.vue.d.ts +2 -2
- package/es/components/field-set/src/types/index.d.ts +1 -1
- package/es/components/field-set/src/utils/index.d.ts +3 -3
- package/es/components/form-config/index.d.ts +342 -516
- package/es/components/form-config/src/FormConfig.vue.d.ts +466 -640
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +31 -125
- package/es/components/form-config/src/components/FormConfigDragDisplay.vue.d.ts +1 -1
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +215 -303
- package/es/components/form-config/src/components/FormConfigEventSetting.vue.d.ts +7 -7
- package/es/components/form-config/src/components/FormConfigMaterialItem.d.ts +1 -1
- package/es/components/form-config/src/components/renderer/CloseButton.vue.d.ts +1 -1
- package/es/components/form-config/src/components/renderer/ComplexNode.vue.d.ts +2 -2
- package/es/components/form-config/src/components/renderer/DefaultNode.vue.d.ts +2 -2
- package/es/components/form-config/src/constants/index.d.ts +2 -2
- package/es/components/form-config/src/hooks/useConfigurationField.d.ts +3 -3
- package/es/components/form-config/src/hooks/useDataNormalize.d.ts +1 -1
- package/es/components/form-config/src/hooks/useSortalbeConfig.d.ts +1 -1
- package/es/components/form-config/src/types/index.d.ts +2 -2
- package/es/components/form-config/src/utils/index.d.ts +3 -3
- package/es/components/form-render/index.d.ts +65 -159
- package/es/components/form-render/index.js +1 -1
- package/es/components/form-render/src/FormRender.vue.d.ts +30 -125
- package/es/components/form-render/src/FormRender.vue2.js +1 -1
- package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +88 -182
- package/es/components/form-render/src/components/renderer/combination/combination.d.ts +1 -1
- package/es/components/form-render/src/components/renderer/combination/hooks/useCombination.d.ts +1 -1
- package/es/components/form-render/src/components/renderer/combination/hooks/useDeepValidate.d.ts +1 -1
- package/es/components/form-render/src/components/renderer/combination/jsonCombination.d.ts +1 -1
- package/es/components/form-render/src/components/renderer/combination/tableCombination.d.ts +2 -2
- package/es/components/form-render/src/components/renderer/complex.js +1 -1
- package/es/components/form-render/src/components/renderer/date.js +1 -1
- package/es/components/form-render/src/components/renderer/formItem.d.ts +1 -1
- package/es/components/form-render/src/components/renderer/formItem.js +1 -1
- package/es/components/form-render/src/components/renderer/inputNumber.d.ts +1 -1
- package/es/components/form-render/src/components/renderer/levelSearchCascader/index.d.ts +1 -1
- package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue.d.ts +2 -2
- package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue2.js +1 -1
- package/es/components/form-render/src/components/renderer/lineBar/index.d.ts +1 -1
- package/es/components/form-render/src/components/renderer/radio&checkbox.d.ts +2 -2
- package/es/components/form-render/src/components/renderer/remoteSearch.d.ts +2 -2
- package/es/components/form-render/src/components/renderer/searchCascade.d.ts +2 -2
- package/es/components/form-render/src/components/renderer/searchCascade.js +1 -1
- package/es/components/form-render/src/components/renderer/select.d.ts +3 -3
- package/es/components/form-render/src/components/renderer/select.js +1 -1
- package/es/components/form-render/src/components/renderer/simpleComponent.d.ts +1 -1
- package/es/components/form-render/src/components/renderer/switch.js +1 -1
- package/es/components/form-render/src/components/renderer/textarea.js +1 -1
- package/es/components/form-render/src/constants/index.d.ts +5 -6
- package/es/components/form-render/src/constants/index.js +1 -1
- package/es/components/form-render/src/hooks/index.d.ts +20 -9
- package/es/components/form-render/src/hooks/index.js +1 -1
- package/es/components/form-render/src/hooks/useAnchor.d.ts +2 -2
- package/es/components/form-render/src/hooks/useAnchor.js +1 -1
- package/es/components/form-render/src/hooks/useBusinessBinding.d.ts +2 -2
- package/es/components/form-render/src/hooks/useBusinessBinding.js +1 -1
- package/es/components/form-render/src/hooks/useCommonInjection.d.ts +1 -1
- package/es/components/form-render/src/hooks/useComplexOptions.d.ts +2 -2
- package/es/components/form-render/src/hooks/useFieldListAdaptor.d.ts +1 -1
- package/es/components/form-render/src/hooks/useFieldNormalize.d.ts +19 -19
- package/es/components/form-render/src/hooks/useFieldVisitor.js +1 -1
- package/es/components/form-render/src/hooks/useFormContext.d.ts +6 -6
- package/es/components/form-render/src/hooks/useFormEvent.d.ts +8 -18
- package/es/components/form-render/src/hooks/useFormEvent.js +1 -1
- package/es/components/form-render/src/hooks/useFormItemDeps.d.ts +6 -6
- package/es/components/form-render/src/hooks/useFormItemDeps.js +1 -1
- package/es/components/form-render/src/hooks/useFormRenderLifeCycle.d.ts +8 -8
- package/es/components/form-render/src/hooks/useFormRenderOptions.d.ts +15 -14
- package/es/components/form-render/src/hooks/useFormRenderOptions.js +1 -1
- package/es/components/form-render/src/hooks/useFormValidator.d.ts +1 -1
- package/es/components/form-render/src/hooks/useFormValidator.js +1 -1
- package/es/components/form-render/src/hooks/useLowCodeReactions.d.ts +1 -1
- package/es/components/form-render/src/hooks/useOperationalForm.d.ts +4 -3
- package/es/components/form-render/src/hooks/useOperationalForm.js +1 -1
- package/es/components/form-render/src/hooks/usePresetScope.js +1 -1
- package/es/components/form-render/src/hooks/useWordbookSetting.d.ts +14 -5
- package/es/components/form-render/src/hooks/useWordbookSetting.js +1 -1
- package/es/components/form-render/src/types/fieldItem.d.ts +4 -3
- package/es/components/form-render/src/types/index.d.ts +25 -20
- package/es/components/form-render/src/utils/business.d.ts +2 -2
- package/es/components/form-render/src/utils/dom.d.ts +1 -1
- package/es/components/form-render/src/utils/index.d.ts +4 -17
- package/es/components/form-render/src/utils/index.js +1 -1
- package/es/components/form-render/src/utils/schema.d.ts +3 -3
- package/es/components/form-render/src/utils/schema.js +1 -1
- package/es/components/grid/index.d.ts +1 -1
- package/es/components/guide/src/renderer.d.ts +1 -1
- package/es/components/guide/src/types/index.d.ts +1 -1
- package/es/components/guide/src/useGuide.d.ts +1 -1
- package/es/components/guide/src/utils/index.d.ts +1 -1
- package/es/components/iho-table/index.d.ts +39 -39
- package/es/components/iho-table/src/IhoTable.vue.d.ts +27 -27
- package/es/components/iho-table/src/constants/index.d.ts +5 -5
- package/es/components/iho-table/src/hooks/tapHooks/index.d.ts +9 -9
- package/es/components/iho-table/src/hooks/tapHooks/useConfigHooks.d.ts +21 -21
- package/es/components/iho-table/src/hooks/tapHooks/useDataHooks.d.ts +10 -10
- package/es/components/iho-table/src/hooks/tapHooks/useDomInsertHooks.d.ts +4 -4
- package/es/components/iho-table/src/hooks/tapHooks/useEventHooks.d.ts +65 -65
- package/es/components/iho-table/src/hooks/tapHooks/useExposeHooks.d.ts +4 -4
- package/es/components/iho-table/src/hooks/tapHooks/useFieldHooks.d.ts +7 -7
- package/es/components/iho-table/src/hooks/tapHooks/useSetupHooks.d.ts +3 -3
- package/es/components/iho-table/src/hooks/useColumnConfigAdaptor.d.ts +1 -1
- package/es/components/iho-table/src/hooks/useTablePlugin.d.ts +2 -2
- package/es/components/iho-table/src/plugins/anchorPlugin/index.d.ts +1 -1
- package/es/components/iho-table/src/plugins/anchorPlugin/useAnchor.d.ts +1 -1
- package/es/components/iho-table/src/plugins/bindEventSettingPlugin/index.d.ts +1 -1
- package/es/components/iho-table/src/plugins/bindEventSettingPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/colorAndIconPlugin.d.ts +1 -0
- package/es/components/iho-table/src/plugins/colorAndIconPlugin.js +1 -0
- package/es/components/iho-table/src/plugins/copyPastePlugin.d.ts +1 -1
- package/es/components/iho-table/src/plugins/defaultConfigPlugin/index.d.ts +1 -1
- package/es/components/iho-table/src/plugins/defaultValuePlugin.d.ts +1 -1
- package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue.d.ts +2 -2
- package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/index.d.ts +1 -1
- package/es/components/iho-table/src/plugins/filterRenderPlugin/index.d.ts +1 -1
- package/es/components/iho-table/src/plugins/filterVisibleEventPlugin.d.ts +1 -1
- package/es/components/iho-table/src/plugins/forceArrowKeyPlugin.d.ts +1 -1
- package/es/components/iho-table/src/plugins/headerPlugin.d.ts +1 -1
- package/es/components/iho-table/src/plugins/highLightSetPlugin.d.ts +1 -1
- package/es/components/iho-table/src/plugins/index.d.ts +1 -1
- package/es/components/iho-table/src/plugins/index.js +1 -1
- package/es/components/iho-table/src/plugins/keyboardEventPlugin/index.d.ts +1 -1
- package/es/components/iho-table/src/plugins/lowCodeFieldAdaptorPlugin/index.d.ts +1 -1
- package/es/components/iho-table/src/plugins/maxCheckSizePlugin.d.ts +1 -1
- package/es/components/iho-table/src/plugins/operationalFormPlugin/index.d.ts +1 -1
- package/es/components/iho-table/src/plugins/operationalFormPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.d.ts +2 -2
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/index.d.ts +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useAutoFocus.d.ts +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useSelectOption.d.ts +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/inputRendererPlugin.d.ts +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/index.d.ts +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/levelSearchCascade.vue.d.ts +7 -7
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/numberRendererPlugin.d.ts +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/numberRendererPlugin.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/radioRendererPlugin.d.ts +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.d.ts +8 -2
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/index.d.ts +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/selectUtils.d.ts +2 -2
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/editSeparate.vue.d.ts +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/index.d.ts +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/separateUtils.d.ts +2 -2
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue.d.ts +9 -5
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue2.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/index.d.ts +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/widgets/checkRendererPlugin.d.ts +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/widgets/colorRendererPlugin.d.ts +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/widgets/defaultRendererPlugin.d.ts +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/widgets/defaultRendererPlugin.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/widgets/htmlRendererPlugin.d.ts +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/widgets/htmlRendererPlugin.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/widgets/labelRendererPlugin.d.ts +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/widgets/labelRendererPlugin.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/widgets/pictureRendererPlugin.d.ts +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/widgets/seqRendererPlugin.d.ts +1 -1
- package/es/components/iho-table/src/plugins/rowClickPlugin/index.d.ts +1 -1
- package/es/components/iho-table/src/plugins/rowDragPlugin/index.d.ts +1 -1
- package/es/components/iho-table/src/plugins/rowGroupSettingPlugin/index.d.ts +1 -1
- package/es/components/iho-table/src/plugins/rowGroupSettingPlugin/rowGroupUtils.d.ts +2 -2
- package/es/components/iho-table/src/plugins/varialbleHeightPlugin/index.d.ts +1 -1
- package/es/components/iho-table/src/plugins/virtualTreePlugin/index.d.ts +1 -1
- package/es/components/iho-table/src/plugins/wordbookSettingPlugin.d.ts +1 -1
- package/es/components/iho-table/src/types/index.d.ts +5 -3
- package/es/components/iho-table/src/types/pluginType.d.ts +2 -2
- package/es/components/iho-table/src/utils/index.d.ts +4 -4
- package/es/components/iho-table/src/utils/index.js +1 -1
- package/es/components/iho-table/src/utils/separateMap.d.ts +2 -2
- package/es/components/iho-table/style/index.css +1 -1
- package/es/components/index.css +1 -1
- package/es/components/index.d.ts +6 -5
- package/es/components/index.js +1 -1
- package/es/components/info-header/index.d.ts +185 -373
- package/es/components/info-header/src/InfoHeader.vue.d.ts +199 -387
- package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue.d.ts +6 -6
- package/es/components/info-header/src/components/infoDescription/DescriptionList.vue.d.ts +9 -9
- package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +111 -205
- package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +32 -126
- package/es/components/info-header/src/constants/index.d.ts +1 -1
- package/es/components/info-header/src/types/index.d.ts +1 -1
- package/es/components/keyboard/index.d.ts +1 -1
- package/es/components/map/index.d.ts +1 -1
- package/es/components/map/src/Map.vue.d.ts +1 -1
- package/es/components/picture-clipper/index.d.ts +1 -1
- package/es/components/picture-clipper/src/PictureClipper.vue.d.ts +1 -1
- package/es/components/quick-search/index.d.ts +1 -1
- package/es/components/quick-search/src/index.vue.d.ts +4 -4
- package/es/components/quick-search/style/index.css +1 -1
- package/es/components/recommend-search/index.d.ts +25 -25
- package/es/components/recommend-search/src/RecommendSearch.vue.d.ts +7 -7
- package/es/components/recommend-search/src/components/RecommendInput.vue.d.ts +3 -3
- package/es/components/recommend-search/src/components/RecommendSelect.vue.d.ts +2 -2
- package/es/components/scale-view/index.d.ts +1 -1
- package/es/components/scale-view/src/hooks/use-component.d.ts +33 -33
- package/es/components/scale-view/src/types/index.d.ts +1 -1
- package/es/components/search-cascader/index.d.ts +34 -34
- package/es/components/search-cascader/src/SearchCascader.vue.d.ts +1 -1
- package/es/components/search-cascader/src/components/SearchMenu.d.ts +1 -1
- package/es/components/search-cascader/src/constants/index.d.ts +1 -1
- package/es/components/search-cascader/src/utils/index.d.ts +1 -1
- package/es/components/select-label/index.d.ts +1 -1
- package/es/components/select-label/src/LabelFormContent.vue.d.ts +1 -1
- package/es/components/select-label/src/SelectLabel.vue.d.ts +1 -1
- package/es/components/select-label/src/ihoLabel/IhoLabelFormContent.vue.d.ts +3 -3
- package/es/components/select-label/src/ihoLabel/IhoSelectLabel.vue.d.ts +3 -3
- package/es/components/select-label/src/ihoLabel/iho-label-classify.vue.d.ts +1 -1
- package/es/components/select-label/src/index.vue.d.ts +19 -19
- package/es/components/select-person/index.d.ts +22 -22
- package/es/components/select-person/src/SelectPerson.vue.d.ts +1 -1
- package/es/components/shortcut-provider/index.d.ts +1 -1
- package/es/components/shortcut-provider/src/ShortcutProvider.vue.d.ts +2 -2
- package/es/components/shortcut-provider/src/constants/index.d.ts +1 -1
- package/es/components/shortcut-provider/src/hooks/useShortcuts.d.ts +1 -1
- package/es/components/shortcut-provider/src/types/index.d.ts +1 -1
- package/es/components/shortcut-provider/src/utils/index.d.ts +1 -1
- package/es/components/shortcut-setter/index.d.ts +87 -179
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +119 -211
- package/es/components/shortcut-setter/src/ShortcutSetterItem.vue.d.ts +2 -2
- package/es/components/shortcut-setter/src/types/index.d.ts +1 -1
- package/es/components/slider-tree/index.d.ts +1 -1
- package/es/components/steps-wheel/index.d.ts +1 -1
- package/es/components/table-export-field/index.d.ts +3 -3
- package/es/components/table-export-field/src/components/ExportModal.vue.d.ts +1 -1
- package/es/components/table-export-field/src/components/SaveProjectModal.vue.d.ts +1 -1
- package/es/components/table-export-field/src/constants/index.d.ts +1 -1
- package/es/components/table-export-field/src/index.vue.d.ts +1 -1
- package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue.d.ts +320 -0
- package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue.js +1 -0
- package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue2.js +1 -0
- package/es/components/table-filter/src/components/bi-filter/components/Date.vue.d.ts +127 -0
- package/es/components/table-filter/src/components/bi-filter/components/Date.vue.js +1 -0
- package/es/components/table-filter/src/components/bi-filter/components/Date.vue2.js +1 -0
- package/es/components/table-filter/src/components/bi-filter/components/InputFilter.vue.d.ts +41 -0
- package/es/components/table-filter/src/components/bi-filter/components/InputFilter.vue.js +1 -0
- package/es/components/table-filter/src/components/bi-filter/components/InputFilter.vue2.js +1 -0
- package/es/components/table-filter/src/components/bi-filter/components/InputNumber.vue.d.ts +28 -0
- package/es/components/table-filter/src/components/bi-filter/components/InputNumber.vue.js +1 -0
- package/es/components/table-filter/src/components/bi-filter/components/InputNumber.vue2.js +1 -0
- package/es/components/table-filter/src/components/bi-filter/components/SelectFilter.vue.d.ts +51 -0
- package/es/components/table-filter/src/components/bi-filter/components/SelectFilter.vue.js +1 -0
- package/es/components/table-filter/src/components/bi-filter/components/SelectFilter.vue2.js +1 -0
- package/es/components/table-filter/src/components/bi-filter/components/index.d.ts +244 -0
- package/es/components/table-filter/src/components/bi-filter/components/index.js +1 -0
- package/es/components/table-filter/src/components/bi-filter/helpers/options.d.ts +14 -0
- package/es/components/table-filter/src/components/bi-filter/helpers/options.js +1 -0
- package/es/components/table-filter/src/components/bi-filter/hooks/useBiConditions.d.ts +13 -0
- package/es/components/table-filter/src/components/bi-filter/hooks/useBiConditions.js +1 -0
- package/es/components/table-filter/src/components/bi-filter/index.vue.d.ts +474 -0
- package/es/components/table-filter/src/components/bi-filter/index.vue.js +1 -0
- package/es/components/table-filter/src/components/bi-filter/index.vue2.js +1 -0
- package/es/components/table-filter/src/components/classify-filter/hooks/useDisplayCategory.d.ts +1 -1
- package/es/components/table-filter/src/components/classify-filter/hooks/useFilterConditions.d.ts +1 -1
- package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +2 -2
- package/es/components/table-filter/src/components/render-widget/components/CheckboxGroup.vue.d.ts +1 -1
- package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.d.ts +2 -2
- package/es/components/table-filter/src/components/render-widget/components/DateOut.vue.d.ts +2 -2
- package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue.d.ts +1 -1
- package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue.d.ts +2 -2
- package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue.d.ts +2 -2
- package/es/components/table-filter/src/components/render-widget/components/InputCustom.vue.d.ts +1 -1
- package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue.d.ts +2 -2
- package/es/components/table-filter/src/components/render-widget/components/LabelOut.vue.d.ts +1 -1
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue.d.ts +4 -0
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue2.js +1 -1
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue.d.ts +1 -1
- package/es/components/table-filter/src/components/render-widget/components/index.d.ts +4 -0
- package/es/components/table-filter/src/components/render-widget/helpers/setDefaultValue.d.ts +1 -1
- package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +13 -9
- package/es/components/table-filter/src/constants/index.d.ts +2 -1
- package/es/components/table-filter/src/constants/index.js +1 -1
- package/es/components/table-filter/src/hooks/useAdvanced.d.ts +2 -2
- package/es/components/table-filter/src/hooks/useMixins.d.ts +1 -1
- package/es/components/table-filter/src/hooks/useRenderWidget.d.ts +1 -1
- package/es/components/table-filter/src/tool/transformData.d.ts +1 -1
- package/es/components/table-filter/src/types/index.d.ts +1 -0
- package/es/components/time-line/index.d.ts +1 -1
- package/es/components/time-picker/index.d.ts +2 -2
- package/es/components/time-picker/src/TimePicker.vue.d.ts +1 -1
- package/es/components/vod-chunk-upload/index.d.ts +1 -1
- package/es/shared/components/InputNumberSlash/InputNumberSlash.d.ts +5 -3
- package/es/shared/components/InputNumberSlash/InputNumberSlash.js +1 -1
- package/es/shared/components/SelectPage/SelectPage.vue.d.ts +1 -1
- package/es/shared/components/SlotRender/SlotRender.d.ts +1 -1
- package/es/shared/hooks/selectHooks/useOptionFiltered.d.ts +1 -1
- package/es/shared/hooks/selectHooks/useSearchContent.d.ts +1 -1
- package/es/shared/hooks/selectHooks/useSearchContent.js +1 -1
- package/es/shared/hooks/selectHooks/useSelectAllowModify.d.ts +1 -1
- package/es/shared/hooks/selectHooks/useSelectRenders.d.ts +1 -1
- package/es/shared/hooks/useAsyncQueue/types.d.ts +1 -1
- package/es/shared/hooks/useDateTime.d.ts +1 -1
- package/es/shared/hooks/useFormRequest/index.d.ts +2 -2
- package/es/shared/hooks/useFormRequest/types.d.ts +2 -2
- package/es/shared/hooks/useLevelSearchCascader.d.ts +2 -2
- package/es/shared/hooks/useTheme.d.ts +1 -1
- package/es/shared/package.json.js +1 -1
- package/es/shared/types/business.d.ts +1 -1
- package/es/shared/utils/business.d.ts +2 -1
- package/es/shared/utils/business.js +1 -1
- package/es/shared/utils/index.d.ts +1 -1
- package/es/shared/utils/index.js +1 -1
- package/package.json +3 -2
- package/es/components/multi-chat/index.js +0 -1
- package/es/components/multi-chat/src/MultiChat.vue.js +0 -1
- package/es/components/multi-chat/src/MultiChat.vue2.js +0 -1
- /package/es/components/{multi-chat → biunique-chat}/src/api/index.js +0 -0
- /package/es/components/{multi-chat → biunique-chat}/src/components/ChatFooter.vue.js +0 -0
- /package/es/components/{multi-chat → biunique-chat}/src/components/ChatFooter.vue2.js +0 -0
- /package/es/components/{multi-chat → biunique-chat}/src/components/ChatHeader.vue.js +0 -0
- /package/es/components/{multi-chat → biunique-chat}/src/components/ChatHeader.vue2.js +0 -0
- /package/es/components/{multi-chat → biunique-chat}/src/components/ChatMain.vue.js +0 -0
- /package/es/components/{multi-chat → biunique-chat}/src/components/ChatMain.vue2.js +0 -0
- /package/es/components/{multi-chat → biunique-chat}/src/components/SiderList.vue.js +0 -0
- /package/es/components/{multi-chat → biunique-chat}/src/components/SiderList.vue2.js +0 -0
- /package/es/components/{multi-chat → biunique-chat}/src/utils/chatSock.js +0 -0
- /package/es/components/{multi-chat → biunique-chat}/style/index.css +0 -0
|
@@ -1,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,15 +305,17 @@ 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;
|
|
316
317
|
required?: boolean | undefined;
|
|
318
|
+
keepValue?: boolean | undefined;
|
|
317
319
|
})[] | undefined;
|
|
318
320
|
} | undefined;
|
|
319
321
|
suffixConfig?: any | any[] | undefined;
|
|
@@ -323,17 +325,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
323
325
|
extendKey?: string | undefined;
|
|
324
326
|
is_not_fold?: string | undefined;
|
|
325
327
|
remark?: string | undefined;
|
|
326
|
-
free_entry?: import("
|
|
327
|
-
save_free_entry?: import("
|
|
328
|
+
free_entry?: import("../../../../components/form-render").FormCommonState | undefined;
|
|
329
|
+
save_free_entry?: import("../../../../components/form-render").FormCommonState | undefined;
|
|
328
330
|
initialize_high?: number | undefined;
|
|
329
331
|
bindEventSetting?: {
|
|
330
332
|
[x: string]: unknown;
|
|
331
|
-
event_type: import("
|
|
333
|
+
event_type: import("../../../../shared/types").LowCodeTypes.EVENT_TYPE;
|
|
332
334
|
event_field?: string | undefined;
|
|
333
335
|
params?: {
|
|
334
336
|
p_value?: string | undefined;
|
|
335
337
|
p_name: string;
|
|
336
|
-
p_select: import("
|
|
338
|
+
p_select: import("../../../../shared/types").LowCodeTypes.VALUE_RELATION;
|
|
337
339
|
}[] | undefined;
|
|
338
340
|
results?: {
|
|
339
341
|
p_value: string;
|
|
@@ -342,21 +344,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
342
344
|
compareMap?: {
|
|
343
345
|
NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
344
346
|
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
347
|
BIG?: ((v1: any, v2: any) => boolean) | undefined;
|
|
350
|
-
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
351
348
|
LESS?: ((v1: any, v2: any) => boolean) | undefined;
|
|
349
|
+
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
352
350
|
LESSEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
351
|
+
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
352
|
+
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
|
353
|
+
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
354
|
+
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
353
355
|
} | undefined;
|
|
354
356
|
}[] | undefined;
|
|
355
357
|
show_mode?: ("DROPDOWN" | "H_TILE" | "V_TILE" | "TILE") | undefined;
|
|
356
|
-
is_allow_check_mid?: import("
|
|
358
|
+
is_allow_check_mid?: import("../../../../components/form-render").FormCommonState | undefined;
|
|
357
359
|
allow_check_mid_level?: "1" | "2" | "3" | "4" | undefined;
|
|
358
|
-
prefix?: string | import("
|
|
359
|
-
suffix?: string | import("
|
|
360
|
+
prefix?: string | import("../../../../shared/types").AnyObject | (() => any) | undefined;
|
|
361
|
+
suffix?: string | import("../../../../shared/types").AnyObject | (() => any) | undefined;
|
|
360
362
|
allowSlash?: string | boolean | undefined;
|
|
361
363
|
allowModify?: "0" | "1" | undefined;
|
|
362
364
|
show_key?: string | undefined;
|
|
@@ -364,16 +366,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
364
366
|
bordered?: string | boolean | undefined;
|
|
365
367
|
displayMode?: "table" | "form" | undefined;
|
|
366
368
|
fieldType?: import("@formily/json-schema").SchemaTypes | undefined;
|
|
367
|
-
content?: string | import("
|
|
369
|
+
content?: string | import("../../../../components/form-render").FormRenderer | Record<string, import("../../../../components/form-render").FormRenderer> | undefined;
|
|
368
370
|
lazyRequest?: boolean | undefined;
|
|
369
371
|
requestCache?: boolean | undefined;
|
|
370
372
|
maxGroupNum?: number | undefined;
|
|
371
373
|
jsonCombination?: boolean | undefined;
|
|
372
|
-
combinationItemDeletable?: boolean | import("
|
|
374
|
+
combinationItemDeletable?: boolean | import("../../../../components/form-render").CombinationItemDeletableFn | undefined;
|
|
373
375
|
children?: any[] | undefined;
|
|
374
376
|
properties?: any[] | undefined;
|
|
375
|
-
componentProps?: import("
|
|
376
|
-
decoratorProps?: import("
|
|
377
|
+
componentProps?: import("../../../../shared/types").AnyObject | undefined;
|
|
378
|
+
decoratorProps?: import("../../../../shared/types").AnyObject | undefined;
|
|
377
379
|
noDecorator?: {
|
|
378
380
|
valueOf: () => boolean;
|
|
379
381
|
} | undefined;
|
|
@@ -1913,11 +1915,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1913
1915
|
effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
|
|
1914
1916
|
when?: string | boolean | undefined;
|
|
1915
1917
|
fulfill?: {
|
|
1916
|
-
state?: import("
|
|
1918
|
+
state?: import("../../../../shared/types").AnyObject | undefined;
|
|
1917
1919
|
run?: string | undefined;
|
|
1918
1920
|
} | undefined;
|
|
1919
1921
|
otherwise?: {
|
|
1920
|
-
state?: import("
|
|
1922
|
+
state?: import("../../../../shared/types").AnyObject | undefined;
|
|
1921
1923
|
run?: string | undefined;
|
|
1922
1924
|
} | undefined;
|
|
1923
1925
|
} | {
|
|
@@ -1927,18 +1929,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1927
1929
|
effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
|
|
1928
1930
|
when?: string | boolean | undefined;
|
|
1929
1931
|
fulfill?: {
|
|
1930
|
-
state?: import("
|
|
1932
|
+
state?: import("../../../../shared/types").AnyObject | undefined;
|
|
1931
1933
|
run?: string | undefined;
|
|
1932
1934
|
} | undefined;
|
|
1933
1935
|
otherwise?: {
|
|
1934
|
-
state?: import("
|
|
1936
|
+
state?: import("../../../../shared/types").AnyObject | undefined;
|
|
1935
1937
|
run?: string | undefined;
|
|
1936
1938
|
} | undefined;
|
|
1937
1939
|
}[] | undefined;
|
|
1938
1940
|
}[]>;
|
|
1939
1941
|
initialData: import("vue").Ref<{
|
|
1940
1942
|
key?: string | undefined;
|
|
1941
|
-
layoutWidthEnum?: import("
|
|
1943
|
+
layoutWidthEnum?: import("../../../../components/index").FormConfigWidth | undefined;
|
|
1942
1944
|
type?: string | undefined;
|
|
1943
1945
|
name?: string | undefined;
|
|
1944
1946
|
show?: boolean | undefined;
|
|
@@ -1953,7 +1955,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1953
1955
|
desc?: string | undefined;
|
|
1954
1956
|
children?: {
|
|
1955
1957
|
key: string;
|
|
1956
|
-
layoutWidthEnum: import("
|
|
1958
|
+
layoutWidthEnum: import("../../../../components/index").FormConfigWidth;
|
|
1957
1959
|
type: string;
|
|
1958
1960
|
name: string;
|
|
1959
1961
|
show?: boolean | undefined;
|
|
@@ -1973,15 +1975,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1973
1975
|
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
1976
|
annotation?: boolean | undefined;
|
|
1975
1977
|
val_key_unit?: string | undefined;
|
|
1976
|
-
is_edit?: import("
|
|
1978
|
+
is_edit?: import("../../../../components/form-render").FormCommonState | undefined;
|
|
1977
1979
|
elem_width?: number | undefined;
|
|
1978
|
-
is_show?: import("
|
|
1979
|
-
is_null?: import("
|
|
1980
|
+
is_show?: import("../../../../components/form-render").FormCommonState | undefined;
|
|
1981
|
+
is_null?: import("../../../../components/form-render").FormCommonState | undefined;
|
|
1980
1982
|
name?: string | undefined;
|
|
1981
1983
|
alias?: string | undefined;
|
|
1982
1984
|
default_val?: any;
|
|
1983
|
-
is_empty?: import("
|
|
1984
|
-
hide_title?: import("
|
|
1985
|
+
is_empty?: import("../../../../components/form-render").FormCommonState | undefined;
|
|
1986
|
+
hide_title?: import("../../../../components/form-render").FormCommonState | undefined;
|
|
1985
1987
|
placeholder?: string | undefined;
|
|
1986
1988
|
validate?: {
|
|
1987
1989
|
[x: string]: any;
|
|
@@ -2026,7 +2028,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2026
2028
|
children?: any[] | undefined;
|
|
2027
2029
|
childrenFields?: any[] | undefined;
|
|
2028
2030
|
}[] | undefined;
|
|
2029
|
-
multi_select?: import("
|
|
2031
|
+
multi_select?: import("../../../../components/form-render").FormCommonState | undefined;
|
|
2030
2032
|
multi_select_value?: string | number | undefined;
|
|
2031
2033
|
wordbook?: {
|
|
2032
2034
|
level_num?: number | undefined;
|
|
@@ -2042,8 +2044,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2042
2044
|
link_key?: string | undefined;
|
|
2043
2045
|
link_key_split?: string | undefined;
|
|
2044
2046
|
show_key?: string | string[] | undefined;
|
|
2045
|
-
conObj?: import("
|
|
2046
|
-
conObjFirstLevel?: import("
|
|
2047
|
+
conObj?: import("../../../../shared/types").AnyObject[] | undefined;
|
|
2048
|
+
conObjFirstLevel?: import("../../../../shared/types").AnyObject[] | undefined;
|
|
2047
2049
|
setting?: {
|
|
2048
2050
|
cascading?: {
|
|
2049
2051
|
'form.name': string;
|
|
@@ -2064,15 +2066,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2064
2066
|
urlConfig?: {
|
|
2065
2067
|
[x: string]: any;
|
|
2066
2068
|
url: string;
|
|
2067
|
-
method?: import("
|
|
2069
|
+
method?: import("../../../../components/index").FormRequestDefine.RequestType | undefined;
|
|
2068
2070
|
nameKey?: string | undefined;
|
|
2069
2071
|
valueKey?: string | undefined;
|
|
2070
2072
|
showKey?: string | undefined;
|
|
2071
|
-
|
|
2073
|
+
searchKey?: string[] | undefined;
|
|
2074
|
+
params?: import("../../../../shared/types").AnyObject | undefined;
|
|
2072
2075
|
dependKey?: string | Record<string, string> | (string | {
|
|
2073
2076
|
paramName: string;
|
|
2074
2077
|
paramValue?: string | undefined;
|
|
2075
2078
|
required?: boolean | undefined;
|
|
2079
|
+
keepValue?: boolean | undefined;
|
|
2076
2080
|
})[] | undefined;
|
|
2077
2081
|
} | undefined;
|
|
2078
2082
|
suffixConfig?: any | any[] | undefined;
|
|
@@ -2082,17 +2086,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2082
2086
|
extendKey?: string | undefined;
|
|
2083
2087
|
is_not_fold?: string | undefined;
|
|
2084
2088
|
remark?: string | undefined;
|
|
2085
|
-
free_entry?: import("
|
|
2086
|
-
save_free_entry?: import("
|
|
2089
|
+
free_entry?: import("../../../../components/form-render").FormCommonState | undefined;
|
|
2090
|
+
save_free_entry?: import("../../../../components/form-render").FormCommonState | undefined;
|
|
2087
2091
|
initialize_high?: number | undefined;
|
|
2088
2092
|
bindEventSetting?: {
|
|
2089
2093
|
[x: string]: unknown;
|
|
2090
|
-
event_type: import("
|
|
2094
|
+
event_type: import("../../../../shared/types").LowCodeTypes.EVENT_TYPE;
|
|
2091
2095
|
event_field?: string | undefined;
|
|
2092
2096
|
params?: {
|
|
2093
2097
|
p_value?: string | undefined;
|
|
2094
2098
|
p_name: string;
|
|
2095
|
-
p_select: import("
|
|
2099
|
+
p_select: import("../../../../shared/types").LowCodeTypes.VALUE_RELATION;
|
|
2096
2100
|
}[] | undefined;
|
|
2097
2101
|
results?: {
|
|
2098
2102
|
p_value: string;
|
|
@@ -2101,21 +2105,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2101
2105
|
compareMap?: {
|
|
2102
2106
|
NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
2103
2107
|
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
2108
|
BIG?: ((v1: any, v2: any) => boolean) | undefined;
|
|
2109
|
-
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
2110
2109
|
LESS?: ((v1: any, v2: any) => boolean) | undefined;
|
|
2110
|
+
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
2111
2111
|
LESSEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
2112
|
+
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
2113
|
+
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
|
2114
|
+
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
2115
|
+
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
2112
2116
|
} | undefined;
|
|
2113
2117
|
}[] | undefined;
|
|
2114
2118
|
show_mode?: ("DROPDOWN" | "H_TILE" | "V_TILE" | "TILE") | undefined;
|
|
2115
|
-
is_allow_check_mid?: import("
|
|
2119
|
+
is_allow_check_mid?: import("../../../../components/form-render").FormCommonState | undefined;
|
|
2116
2120
|
allow_check_mid_level?: "1" | "2" | "3" | "4" | undefined;
|
|
2117
|
-
prefix?: string | import("
|
|
2118
|
-
suffix?: string | import("
|
|
2121
|
+
prefix?: string | import("../../../../shared/types").AnyObject | (() => any) | undefined;
|
|
2122
|
+
suffix?: string | import("../../../../shared/types").AnyObject | (() => any) | undefined;
|
|
2119
2123
|
allowSlash?: string | boolean | undefined;
|
|
2120
2124
|
allowModify?: "0" | "1" | undefined;
|
|
2121
2125
|
show_key?: string | undefined;
|
|
@@ -2123,16 +2127,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2123
2127
|
bordered?: string | boolean | undefined;
|
|
2124
2128
|
displayMode?: "table" | "form" | undefined;
|
|
2125
2129
|
fieldType?: import("@formily/json-schema").SchemaTypes | undefined;
|
|
2126
|
-
content?: string | import("
|
|
2130
|
+
content?: string | import("../../../../components/form-render").FormRenderer | Record<string, import("../../../../components/form-render").FormRenderer> | undefined;
|
|
2127
2131
|
lazyRequest?: boolean | undefined;
|
|
2128
2132
|
requestCache?: boolean | undefined;
|
|
2129
2133
|
maxGroupNum?: number | undefined;
|
|
2130
2134
|
jsonCombination?: boolean | undefined;
|
|
2131
|
-
combinationItemDeletable?: boolean | import("
|
|
2135
|
+
combinationItemDeletable?: boolean | import("../../../../components/form-render").CombinationItemDeletableFn | undefined;
|
|
2132
2136
|
children?: any[] | undefined;
|
|
2133
2137
|
properties?: any[] | undefined;
|
|
2134
|
-
componentProps?: import("
|
|
2135
|
-
decoratorProps?: import("
|
|
2138
|
+
componentProps?: import("../../../../shared/types").AnyObject | undefined;
|
|
2139
|
+
decoratorProps?: import("../../../../shared/types").AnyObject | undefined;
|
|
2136
2140
|
noDecorator?: {
|
|
2137
2141
|
valueOf: () => boolean;
|
|
2138
2142
|
} | undefined;
|
|
@@ -3672,11 +3676,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3672
3676
|
effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
|
|
3673
3677
|
when?: string | boolean | undefined;
|
|
3674
3678
|
fulfill?: {
|
|
3675
|
-
state?: import("
|
|
3679
|
+
state?: import("../../../../shared/types").AnyObject | undefined;
|
|
3676
3680
|
run?: string | undefined;
|
|
3677
3681
|
} | undefined;
|
|
3678
3682
|
otherwise?: {
|
|
3679
|
-
state?: import("
|
|
3683
|
+
state?: import("../../../../shared/types").AnyObject | undefined;
|
|
3680
3684
|
run?: string | undefined;
|
|
3681
3685
|
} | undefined;
|
|
3682
3686
|
} | {
|
|
@@ -3686,11 +3690,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3686
3690
|
effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
|
|
3687
3691
|
when?: string | boolean | undefined;
|
|
3688
3692
|
fulfill?: {
|
|
3689
|
-
state?: import("
|
|
3693
|
+
state?: import("../../../../shared/types").AnyObject | undefined;
|
|
3690
3694
|
run?: string | undefined;
|
|
3691
3695
|
} | undefined;
|
|
3692
3696
|
otherwise?: {
|
|
3693
|
-
state?: import("
|
|
3697
|
+
state?: import("../../../../shared/types").AnyObject | undefined;
|
|
3694
3698
|
run?: string | undefined;
|
|
3695
3699
|
} | undefined;
|
|
3696
3700
|
}[] | undefined;
|
|
@@ -3705,15 +3709,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3705
3709
|
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
3710
|
annotation?: boolean | undefined;
|
|
3707
3711
|
val_key_unit?: string | undefined;
|
|
3708
|
-
is_edit?: import("
|
|
3712
|
+
is_edit?: import("../../../../components/form-render").FormCommonState | undefined;
|
|
3709
3713
|
elem_width?: number | undefined;
|
|
3710
|
-
is_show?: import("
|
|
3711
|
-
is_null?: import("
|
|
3714
|
+
is_show?: import("../../../../components/form-render").FormCommonState | undefined;
|
|
3715
|
+
is_null?: import("../../../../components/form-render").FormCommonState | undefined;
|
|
3712
3716
|
name?: string | undefined;
|
|
3713
3717
|
alias?: string | undefined;
|
|
3714
3718
|
default_val?: any;
|
|
3715
|
-
is_empty?: import("
|
|
3716
|
-
hide_title?: import("
|
|
3719
|
+
is_empty?: import("../../../../components/form-render").FormCommonState | undefined;
|
|
3720
|
+
hide_title?: import("../../../../components/form-render").FormCommonState | undefined;
|
|
3717
3721
|
placeholder?: string | undefined;
|
|
3718
3722
|
validate?: {
|
|
3719
3723
|
[x: string]: any;
|
|
@@ -3758,7 +3762,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3758
3762
|
children?: any[] | undefined;
|
|
3759
3763
|
childrenFields?: any[] | undefined;
|
|
3760
3764
|
}[] | undefined;
|
|
3761
|
-
multi_select?: import("
|
|
3765
|
+
multi_select?: import("../../../../components/form-render").FormCommonState | undefined;
|
|
3762
3766
|
multi_select_value?: string | number | undefined;
|
|
3763
3767
|
wordbook?: {
|
|
3764
3768
|
level_num?: number | undefined;
|
|
@@ -3774,8 +3778,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3774
3778
|
link_key?: string | undefined;
|
|
3775
3779
|
link_key_split?: string | undefined;
|
|
3776
3780
|
show_key?: string | string[] | undefined;
|
|
3777
|
-
conObj?: import("
|
|
3778
|
-
conObjFirstLevel?: import("
|
|
3781
|
+
conObj?: import("../../../../shared/types").AnyObject[] | undefined;
|
|
3782
|
+
conObjFirstLevel?: import("../../../../shared/types").AnyObject[] | undefined;
|
|
3779
3783
|
setting?: {
|
|
3780
3784
|
cascading?: {
|
|
3781
3785
|
'form.name': string;
|
|
@@ -3796,15 +3800,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3796
3800
|
urlConfig?: {
|
|
3797
3801
|
[x: string]: any;
|
|
3798
3802
|
url: string;
|
|
3799
|
-
method?: import("
|
|
3803
|
+
method?: import("../../../../components/index").FormRequestDefine.RequestType | undefined;
|
|
3800
3804
|
nameKey?: string | undefined;
|
|
3801
3805
|
valueKey?: string | undefined;
|
|
3802
3806
|
showKey?: string | undefined;
|
|
3803
|
-
|
|
3807
|
+
searchKey?: string[] | undefined;
|
|
3808
|
+
params?: import("../../../../shared/types").AnyObject | undefined;
|
|
3804
3809
|
dependKey?: string | Record<string, string> | (string | {
|
|
3805
3810
|
paramName: string;
|
|
3806
3811
|
paramValue?: string | undefined;
|
|
3807
3812
|
required?: boolean | undefined;
|
|
3813
|
+
keepValue?: boolean | undefined;
|
|
3808
3814
|
})[] | undefined;
|
|
3809
3815
|
} | undefined;
|
|
3810
3816
|
suffixConfig?: any | any[] | undefined;
|
|
@@ -3814,17 +3820,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3814
3820
|
extendKey?: string | undefined;
|
|
3815
3821
|
is_not_fold?: string | undefined;
|
|
3816
3822
|
remark?: string | undefined;
|
|
3817
|
-
free_entry?: import("
|
|
3818
|
-
save_free_entry?: import("
|
|
3823
|
+
free_entry?: import("../../../../components/form-render").FormCommonState | undefined;
|
|
3824
|
+
save_free_entry?: import("../../../../components/form-render").FormCommonState | undefined;
|
|
3819
3825
|
initialize_high?: number | undefined;
|
|
3820
3826
|
bindEventSetting?: {
|
|
3821
3827
|
[x: string]: unknown;
|
|
3822
|
-
event_type: import("
|
|
3828
|
+
event_type: import("../../../../shared/types").LowCodeTypes.EVENT_TYPE;
|
|
3823
3829
|
event_field?: string | undefined;
|
|
3824
3830
|
params?: {
|
|
3825
3831
|
p_value?: string | undefined;
|
|
3826
3832
|
p_name: string;
|
|
3827
|
-
p_select: import("
|
|
3833
|
+
p_select: import("../../../../shared/types").LowCodeTypes.VALUE_RELATION;
|
|
3828
3834
|
}[] | undefined;
|
|
3829
3835
|
results?: {
|
|
3830
3836
|
p_value: string;
|
|
@@ -3833,21 +3839,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3833
3839
|
compareMap?: {
|
|
3834
3840
|
NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3835
3841
|
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
3842
|
BIG?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3841
|
-
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3842
3843
|
LESS?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3844
|
+
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3843
3845
|
LESSEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3846
|
+
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3847
|
+
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3848
|
+
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3849
|
+
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3844
3850
|
} | undefined;
|
|
3845
3851
|
}[] | undefined;
|
|
3846
3852
|
show_mode?: ("DROPDOWN" | "H_TILE" | "V_TILE" | "TILE") | undefined;
|
|
3847
|
-
is_allow_check_mid?: import("
|
|
3853
|
+
is_allow_check_mid?: import("../../../../components/form-render").FormCommonState | undefined;
|
|
3848
3854
|
allow_check_mid_level?: "1" | "2" | "3" | "4" | undefined;
|
|
3849
|
-
prefix?: string | import("
|
|
3850
|
-
suffix?: string | import("
|
|
3855
|
+
prefix?: string | import("../../../../shared/types").AnyObject | (() => any) | undefined;
|
|
3856
|
+
suffix?: string | import("../../../../shared/types").AnyObject | (() => any) | undefined;
|
|
3851
3857
|
allowSlash?: string | boolean | undefined;
|
|
3852
3858
|
allowModify?: "0" | "1" | undefined;
|
|
3853
3859
|
show_key?: string | undefined;
|
|
@@ -3855,16 +3861,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3855
3861
|
bordered?: string | boolean | undefined;
|
|
3856
3862
|
displayMode?: "table" | "form" | undefined;
|
|
3857
3863
|
fieldType?: import("@formily/json-schema").SchemaTypes | undefined;
|
|
3858
|
-
content?: string | import("
|
|
3864
|
+
content?: string | import("../../../../components/form-render").FormRenderer | Record<string, import("../../../../components/form-render").FormRenderer> | undefined;
|
|
3859
3865
|
lazyRequest?: boolean | undefined;
|
|
3860
3866
|
requestCache?: boolean | undefined;
|
|
3861
3867
|
maxGroupNum?: number | undefined;
|
|
3862
3868
|
jsonCombination?: boolean | undefined;
|
|
3863
|
-
combinationItemDeletable?: boolean | import("
|
|
3869
|
+
combinationItemDeletable?: boolean | import("../../../../components/form-render").CombinationItemDeletableFn | undefined;
|
|
3864
3870
|
children?: any[] | undefined;
|
|
3865
3871
|
properties?: any[] | undefined;
|
|
3866
|
-
componentProps?: import("
|
|
3867
|
-
decoratorProps?: import("
|
|
3872
|
+
componentProps?: import("../../../../shared/types").AnyObject | undefined;
|
|
3873
|
+
decoratorProps?: import("../../../../shared/types").AnyObject | undefined;
|
|
3868
3874
|
noDecorator?: {
|
|
3869
3875
|
valueOf: () => boolean;
|
|
3870
3876
|
} | undefined;
|
|
@@ -5404,11 +5410,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5404
5410
|
effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
|
|
5405
5411
|
when?: string | boolean | undefined;
|
|
5406
5412
|
fulfill?: {
|
|
5407
|
-
state?: import("
|
|
5413
|
+
state?: import("../../../../shared/types").AnyObject | undefined;
|
|
5408
5414
|
run?: string | undefined;
|
|
5409
5415
|
} | undefined;
|
|
5410
5416
|
otherwise?: {
|
|
5411
|
-
state?: import("
|
|
5417
|
+
state?: import("../../../../shared/types").AnyObject | undefined;
|
|
5412
5418
|
run?: string | undefined;
|
|
5413
5419
|
} | undefined;
|
|
5414
5420
|
} | {
|
|
@@ -5418,11 +5424,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5418
5424
|
effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
|
|
5419
5425
|
when?: string | boolean | undefined;
|
|
5420
5426
|
fulfill?: {
|
|
5421
|
-
state?: import("
|
|
5427
|
+
state?: import("../../../../shared/types").AnyObject | undefined;
|
|
5422
5428
|
run?: string | undefined;
|
|
5423
5429
|
} | undefined;
|
|
5424
5430
|
otherwise?: {
|
|
5425
|
-
state?: import("
|
|
5431
|
+
state?: import("../../../../shared/types").AnyObject | undefined;
|
|
5426
5432
|
run?: string | undefined;
|
|
5427
5433
|
} | undefined;
|
|
5428
5434
|
}[] | undefined;
|
|
@@ -5437,7 +5443,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5437
5443
|
prevOldField: null;
|
|
5438
5444
|
onFormChange: ({ fieldKey, value }: FormChangePayload) => void;
|
|
5439
5445
|
NModal: any;
|
|
5440
|
-
CFormRender: import("
|
|
5446
|
+
CFormRender: import("../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{}, {
|
|
5441
5447
|
formRenderRef: import("vue").Ref<FormRenderExpose | undefined>;
|
|
5442
5448
|
key: import("vue").Ref<number>;
|
|
5443
5449
|
reload: () => Promise<void>;
|
|
@@ -5448,11 +5454,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5448
5454
|
type: PropType<FieldItem[]>;
|
|
5449
5455
|
};
|
|
5450
5456
|
initialData: {
|
|
5451
|
-
type: PropType<import("
|
|
5457
|
+
type: PropType<import("../../../../shared/types").AnyObject>;
|
|
5452
5458
|
default: () => {};
|
|
5453
5459
|
};
|
|
5454
5460
|
fieldVisitor: {
|
|
5455
|
-
type: PropType<import("
|
|
5461
|
+
type: PropType<import("../../../../components/form-render").FieldVisitor>;
|
|
5456
5462
|
};
|
|
5457
5463
|
column: {
|
|
5458
5464
|
type: NumberConstructor;
|
|
@@ -5471,7 +5477,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5471
5477
|
default: number;
|
|
5472
5478
|
};
|
|
5473
5479
|
businessFormatter: {
|
|
5474
|
-
type: PropType<import("
|
|
5480
|
+
type: PropType<import("../../../../components/form-render").FormBusinessFormatter>;
|
|
5475
5481
|
};
|
|
5476
5482
|
schema: {
|
|
5477
5483
|
type: PropType<import("@formily/json-schema").Stringify<{
|
|
@@ -5537,11 +5543,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5537
5543
|
default: () => {};
|
|
5538
5544
|
};
|
|
5539
5545
|
scope: {
|
|
5540
|
-
type: PropType<import("
|
|
5546
|
+
type: PropType<import("../../../../shared/types").AnyObject>;
|
|
5541
5547
|
default: () => {};
|
|
5542
5548
|
};
|
|
5543
5549
|
annotation: {
|
|
5544
|
-
type: PropType<import("
|
|
5550
|
+
type: PropType<import("../../../../shared/types").AnyObject>;
|
|
5545
5551
|
};
|
|
5546
5552
|
consumer: {
|
|
5547
5553
|
type: BooleanConstructor;
|
|
@@ -5557,26 +5563,30 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5557
5563
|
field: import("@formily/core").GeneralField;
|
|
5558
5564
|
oldValue: unknown;
|
|
5559
5565
|
}): any;
|
|
5560
|
-
beforeRequest(fieldKey: string, params?: import("
|
|
5561
|
-
afterRequest(fieldKey: string, res?: any, payload?: import("
|
|
5562
|
-
afterOptionInit(fieldKey: string, options: import("
|
|
5566
|
+
beforeRequest(fieldKey: string, params?: import("../../../../shared/types").AnyObject | undefined, payload?: import("../../../../shared/types").AnyObject | undefined): void | import("../../../../shared/types").UndefinedAble<import("../../../../shared/types").AnyObject>;
|
|
5567
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../../../shared/types").AnyObject | undefined): import("../../../../shared/types").AnyObject[];
|
|
5568
|
+
afterOptionInit(fieldKey: string, options: import("../../../../shared/types").AnyObject[], payload?: import("../../../../shared/types").AnyObject | undefined): void;
|
|
5563
5569
|
}>>;
|
|
5564
5570
|
};
|
|
5565
5571
|
requestInstance: {
|
|
5566
|
-
type: PropType<import("
|
|
5572
|
+
type: PropType<import("../../../../components/index").FormRequestDefine.RequestInstance>;
|
|
5567
5573
|
};
|
|
5568
5574
|
enterToNextWidget: {
|
|
5569
5575
|
type: PropType<boolean | ((fieldItem: FieldItem) => boolean | void)>;
|
|
5570
5576
|
default: boolean;
|
|
5571
5577
|
};
|
|
5572
5578
|
lowCodeReactions: {
|
|
5573
|
-
type: PropType<import("
|
|
5579
|
+
type: PropType<import("../../../../shared/types").LowCodeTypes.reactionsConfig[]>;
|
|
5574
5580
|
};
|
|
5575
5581
|
operationalForm: {
|
|
5576
|
-
type: PropType<import("
|
|
5582
|
+
type: PropType<import("../../../../shared/types").LowCodeTypes.operationalConfig[]>;
|
|
5577
5583
|
};
|
|
5578
5584
|
dateOperationalForm: {
|
|
5579
|
-
type: PropType<import("
|
|
5585
|
+
type: PropType<import("../../../../shared/types").LowCodeTypes.dateOperationalConfig[]>;
|
|
5586
|
+
};
|
|
5587
|
+
operationalFormInit: {
|
|
5588
|
+
type: BooleanConstructor;
|
|
5589
|
+
default: boolean;
|
|
5580
5590
|
};
|
|
5581
5591
|
linebarAutoHidden: {
|
|
5582
5592
|
type: BooleanConstructor;
|
|
@@ -5600,11 +5610,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5600
5610
|
type: PropType<FieldItem[]>;
|
|
5601
5611
|
};
|
|
5602
5612
|
initialData: {
|
|
5603
|
-
type: PropType<import("
|
|
5613
|
+
type: PropType<import("../../../../shared/types").AnyObject>;
|
|
5604
5614
|
default: () => {};
|
|
5605
5615
|
};
|
|
5606
5616
|
fieldVisitor: {
|
|
5607
|
-
type: PropType<import("
|
|
5617
|
+
type: PropType<import("../../../../components/form-render").FieldVisitor>;
|
|
5608
5618
|
};
|
|
5609
5619
|
column: {
|
|
5610
5620
|
type: NumberConstructor;
|
|
@@ -5623,7 +5633,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5623
5633
|
default: number;
|
|
5624
5634
|
};
|
|
5625
5635
|
businessFormatter: {
|
|
5626
|
-
type: PropType<import("
|
|
5636
|
+
type: PropType<import("../../../../components/form-render").FormBusinessFormatter>;
|
|
5627
5637
|
};
|
|
5628
5638
|
schema: {
|
|
5629
5639
|
type: PropType<import("@formily/json-schema").Stringify<{
|
|
@@ -5689,11 +5699,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5689
5699
|
default: () => {};
|
|
5690
5700
|
};
|
|
5691
5701
|
scope: {
|
|
5692
|
-
type: PropType<import("
|
|
5702
|
+
type: PropType<import("../../../../shared/types").AnyObject>;
|
|
5693
5703
|
default: () => {};
|
|
5694
5704
|
};
|
|
5695
5705
|
annotation: {
|
|
5696
|
-
type: PropType<import("
|
|
5706
|
+
type: PropType<import("../../../../shared/types").AnyObject>;
|
|
5697
5707
|
};
|
|
5698
5708
|
consumer: {
|
|
5699
5709
|
type: BooleanConstructor;
|
|
@@ -5709,26 +5719,30 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5709
5719
|
field: import("@formily/core").GeneralField;
|
|
5710
5720
|
oldValue: unknown;
|
|
5711
5721
|
}): any;
|
|
5712
|
-
beforeRequest(fieldKey: string, params?: import("
|
|
5713
|
-
afterRequest(fieldKey: string, res?: any, payload?: import("
|
|
5714
|
-
afterOptionInit(fieldKey: string, options: import("
|
|
5722
|
+
beforeRequest(fieldKey: string, params?: import("../../../../shared/types").AnyObject | undefined, payload?: import("../../../../shared/types").AnyObject | undefined): void | import("../../../../shared/types").UndefinedAble<import("../../../../shared/types").AnyObject>;
|
|
5723
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../../../shared/types").AnyObject | undefined): import("../../../../shared/types").AnyObject[];
|
|
5724
|
+
afterOptionInit(fieldKey: string, options: import("../../../../shared/types").AnyObject[], payload?: import("../../../../shared/types").AnyObject | undefined): void;
|
|
5715
5725
|
}>>;
|
|
5716
5726
|
};
|
|
5717
5727
|
requestInstance: {
|
|
5718
|
-
type: PropType<import("
|
|
5728
|
+
type: PropType<import("../../../../components/index").FormRequestDefine.RequestInstance>;
|
|
5719
5729
|
};
|
|
5720
5730
|
enterToNextWidget: {
|
|
5721
5731
|
type: PropType<boolean | ((fieldItem: FieldItem) => boolean | void)>;
|
|
5722
5732
|
default: boolean;
|
|
5723
5733
|
};
|
|
5724
5734
|
lowCodeReactions: {
|
|
5725
|
-
type: PropType<import("
|
|
5735
|
+
type: PropType<import("../../../../shared/types").LowCodeTypes.reactionsConfig[]>;
|
|
5726
5736
|
};
|
|
5727
5737
|
operationalForm: {
|
|
5728
|
-
type: PropType<import("
|
|
5738
|
+
type: PropType<import("../../../../shared/types").LowCodeTypes.operationalConfig[]>;
|
|
5729
5739
|
};
|
|
5730
5740
|
dateOperationalForm: {
|
|
5731
|
-
type: PropType<import("
|
|
5741
|
+
type: PropType<import("../../../../shared/types").LowCodeTypes.dateOperationalConfig[]>;
|
|
5742
|
+
};
|
|
5743
|
+
operationalFormInit: {
|
|
5744
|
+
type: BooleanConstructor;
|
|
5745
|
+
default: boolean;
|
|
5732
5746
|
};
|
|
5733
5747
|
linebarAutoHidden: {
|
|
5734
5748
|
type: BooleanConstructor;
|
|
@@ -5767,12 +5781,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5767
5781
|
mapProperties: any;
|
|
5768
5782
|
filterProperties: any;
|
|
5769
5783
|
}>;
|
|
5770
|
-
businessCollector: import("
|
|
5771
|
-
formItemDepsCollector: import("
|
|
5772
|
-
changeContextCollector: import("
|
|
5784
|
+
businessCollector: import("../../../../components/form-render").BusinessCollector;
|
|
5785
|
+
formItemDepsCollector: import("../../../../components/form-render").FormItemDepsCollector;
|
|
5786
|
+
changeContextCollector: import("../../../../components/form-render").ContextCollector;
|
|
5773
5787
|
formUUID: string;
|
|
5774
5788
|
anchorBarRef: import("vue").Ref<{
|
|
5775
|
-
syncBarPosition: import("
|
|
5789
|
+
syncBarPosition: import("../../../../shared/types").AnyFn<any[], any>;
|
|
5776
5790
|
} | undefined>;
|
|
5777
5791
|
currentAnchor: import("vue").WritableComputedRef<string>;
|
|
5778
5792
|
updateAnchorList: (field: import("@formily/core").GeneralField) => void;
|
|
@@ -5787,18 +5801,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5787
5801
|
field: import("@formily/core").GeneralField;
|
|
5788
5802
|
oldValue: unknown;
|
|
5789
5803
|
}): 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("
|
|
5804
|
+
beforeRequest(fieldKey: string, params?: import("../../../../shared/types").AnyObject | undefined, payload?: import("../../../../shared/types").AnyObject | undefined): void | import("../../../../shared/types").UndefinedAble<import("../../../../shared/types").AnyObject>;
|
|
5805
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../../../shared/types").AnyObject | undefined): import("../../../../shared/types").AnyObject[];
|
|
5806
|
+
afterOptionInit(fieldKey: string, options: import("../../../../shared/types").AnyObject[], payload?: import("../../../../shared/types").AnyObject | undefined): void;
|
|
5807
|
+
}>>[T]> | undefined) => import("../../../../shared/types").UndefinedAble<ReturnType<Required<Partial<{
|
|
5794
5808
|
onSetup(): void;
|
|
5795
5809
|
beforeSetValue(fieldKey: string, value: unknown, payload: {
|
|
5796
5810
|
field: import("@formily/core").GeneralField;
|
|
5797
5811
|
oldValue: unknown;
|
|
5798
5812
|
}): any;
|
|
5799
|
-
beforeRequest(fieldKey: string, params?: import("
|
|
5800
|
-
afterRequest(fieldKey: string, res?: any, payload?: import("
|
|
5801
|
-
afterOptionInit(fieldKey: string, options: import("
|
|
5813
|
+
beforeRequest(fieldKey: string, params?: import("../../../../shared/types").AnyObject | undefined, payload?: import("../../../../shared/types").AnyObject | undefined): void | import("../../../../shared/types").UndefinedAble<import("../../../../shared/types").AnyObject>;
|
|
5814
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../../../shared/types").AnyObject | undefined): import("../../../../shared/types").AnyObject[];
|
|
5815
|
+
afterOptionInit(fieldKey: string, options: import("../../../../shared/types").AnyObject[], payload?: import("../../../../shared/types").AnyObject | undefined): void;
|
|
5802
5816
|
}>>[T]>>;
|
|
5803
5817
|
triggerAutoHidden: (field: import("@formily/core").GeneralField) => Promise<void>;
|
|
5804
5818
|
observeFormGraph: Record<string, import("@formily/core").GeneralField>;
|
|
@@ -5810,16 +5824,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5810
5824
|
}>;
|
|
5811
5825
|
lowCodeReactionsHandler: (field: string) => void;
|
|
5812
5826
|
triggerAllReactionsHandler: () => void;
|
|
5813
|
-
operationalFormHandler:
|
|
5814
|
-
|
|
5815
|
-
|
|
5816
|
-
|
|
5817
|
-
setDisabled: (value: boolean) => void;
|
|
5827
|
+
operationalFormHandler: {
|
|
5828
|
+
trigger(fieldKey: string): void;
|
|
5829
|
+
triggerAll(): void;
|
|
5830
|
+
triggerDisabled: string | boolean;
|
|
5818
5831
|
};
|
|
5832
|
+
wordbookSettingHandler: import("../../../../components/form-render").wordbookSettingHandler;
|
|
5819
5833
|
schemaAdaptor: (fieldList: FieldItem[], options?: Partial<{
|
|
5820
5834
|
fieldList: FieldItem[];
|
|
5821
|
-
initialData: import("
|
|
5822
|
-
fieldVisitor: import("
|
|
5835
|
+
initialData: import("../../../../shared/types").AnyObject;
|
|
5836
|
+
fieldVisitor: import("../../../../components/form-render").FieldVisitor;
|
|
5823
5837
|
column: number;
|
|
5824
5838
|
maxHeight: string | number;
|
|
5825
5839
|
anchor: boolean;
|
|
@@ -5882,8 +5896,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5882
5896
|
"x-compile-omitted"?: string[] | undefined;
|
|
5883
5897
|
}>;
|
|
5884
5898
|
components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
|
|
5885
|
-
scope: import("
|
|
5886
|
-
annotation: import("
|
|
5899
|
+
scope: import("../../../../shared/types").AnyObject;
|
|
5900
|
+
annotation: import("../../../../shared/types").AnyObject;
|
|
5887
5901
|
consumer: boolean;
|
|
5888
5902
|
uuid: string;
|
|
5889
5903
|
lifeCycle: Partial<{
|
|
@@ -5892,18 +5906,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5892
5906
|
field: import("@formily/core").GeneralField;
|
|
5893
5907
|
oldValue: unknown;
|
|
5894
5908
|
}): any;
|
|
5895
|
-
beforeRequest(fieldKey: string, params?: import("
|
|
5896
|
-
afterRequest(fieldKey: string, res?: any, payload?: import("
|
|
5897
|
-
afterOptionInit(fieldKey: string, options: import("
|
|
5909
|
+
beforeRequest(fieldKey: string, params?: import("../../../../shared/types").AnyObject | undefined, payload?: import("../../../../shared/types").AnyObject | undefined): void | import("../../../../shared/types").UndefinedAble<import("../../../../shared/types").AnyObject>;
|
|
5910
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../../../shared/types").AnyObject | undefined): import("../../../../shared/types").AnyObject[];
|
|
5911
|
+
afterOptionInit(fieldKey: string, options: import("../../../../shared/types").AnyObject[], payload?: import("../../../../shared/types").AnyObject | undefined): void;
|
|
5898
5912
|
}>;
|
|
5899
|
-
businessFormatter: import("
|
|
5900
|
-
requestInstance: import("
|
|
5913
|
+
businessFormatter: import("../../../../components/form-render").FormBusinessFormatter;
|
|
5914
|
+
requestInstance: import("../../../../components/index").FormRequestDefine.RequestInstance;
|
|
5901
5915
|
enterToNextWidget: boolean | ((fieldItem: FieldItem) => boolean | void);
|
|
5902
|
-
lowCodeReactions: import("
|
|
5916
|
+
lowCodeReactions: import("../../../../shared/types").LowCodeTypes.reactionsConfig[];
|
|
5903
5917
|
linebarAutoHidden: boolean;
|
|
5904
5918
|
bordered: string | boolean;
|
|
5905
5919
|
uniqueCacheData: boolean;
|
|
5906
|
-
operationalForm: import("
|
|
5920
|
+
operationalForm: import("../../../../shared/types").LowCodeTypes.operationalConfig[];
|
|
5907
5921
|
outBordered: boolean;
|
|
5908
5922
|
forceClearable: boolean;
|
|
5909
5923
|
}>) => Record<string, import("@formily/json-schema").Stringify<{
|
|
@@ -6023,115 +6037,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6023
6037
|
}>>;
|
|
6024
6038
|
onKeydown: (event: KeyboardEvent) => Promise<void>;
|
|
6025
6039
|
clearSpan: (uuid: string) => void;
|
|
6026
|
-
exposeEvent:
|
|
6027
|
-
|
|
6028
|
-
force?: boolean | undefined;
|
|
6029
|
-
}): Promise<void>;
|
|
6030
|
-
getFormValues(needCombineExtendKey?: boolean): any;
|
|
6031
|
-
setFormValues(values: import("../../../../../es/shared/types").AnyObject, needSplitExtendKey?: boolean, overwrite?: boolean): void;
|
|
6032
|
-
setFieldState(path: string, setter: (field: Partial<Pick<import("@formily/core").Field<any, any, any, any>, import("@formily/core").NonFunctionPropertyNames<{
|
|
6033
|
-
match: (pattern: import("@formily/path").Pattern) => boolean;
|
|
6034
|
-
validate: (triggerType?: import("@formily/validator").ValidatorTriggerType | undefined) => any;
|
|
6035
|
-
data: any;
|
|
6036
|
-
loading: boolean;
|
|
6037
|
-
required: boolean;
|
|
6038
|
-
value: string;
|
|
6039
|
-
readonly index: string | number;
|
|
6040
|
-
disabled: boolean;
|
|
6041
|
-
onFocus: (...args: any[]) => Promise<void>;
|
|
6042
|
-
onBlur: (...args: any[]) => Promise<void>;
|
|
6043
|
-
onInput: (...args: any[]) => Promise<void>;
|
|
6044
|
-
editable: boolean;
|
|
6045
|
-
reset: (options?: import("@formily/core").IFieldResetOptions | undefined) => Promise<void>;
|
|
6046
|
-
title: string;
|
|
6047
|
-
visible: boolean;
|
|
6048
|
-
submit: <T_1>(onSubmit?: ((values: any) => void | Promise<T_1>) | undefined) => Promise<T_1>;
|
|
6049
|
-
validator: import("@formily/core").FieldValidator;
|
|
6050
|
-
pattern: import("@formily/core").FieldPatternTypes;
|
|
6051
|
-
content: any;
|
|
6052
|
-
display: import("@formily/core").FieldDisplayTypes;
|
|
6053
|
-
hidden: boolean;
|
|
6054
|
-
form: import("@formily/core").Form<any>;
|
|
6055
|
-
componentProps: Record<string, any>;
|
|
6056
|
-
decoratorProps: Record<string, any>;
|
|
6057
|
-
description: string;
|
|
6058
|
-
readOnly: boolean;
|
|
6059
|
-
component: import("@formily/core").FieldComponent<any, any>;
|
|
6060
|
-
decorator: import("@formily/core").FieldDecorator<any, any>;
|
|
6061
|
-
validating: boolean;
|
|
6062
|
-
submitting: boolean;
|
|
6063
|
-
active: boolean;
|
|
6064
|
-
visited: boolean;
|
|
6065
|
-
selfModified: boolean;
|
|
6066
|
-
modified: boolean;
|
|
6067
|
-
inputValue: string;
|
|
6068
|
-
inputValues: any[];
|
|
6069
|
-
dataSource: import("@formily/core").FieldDataSource;
|
|
6070
|
-
feedbacks: import("@formily/core").IFieldFeedback[];
|
|
6071
|
-
caches: import("@formily/core").IFieldCaches;
|
|
6072
|
-
selfErrors: import("@formily/core").FeedbackMessage;
|
|
6073
|
-
readonly errors: import("@formily/core").IFormFeedback[];
|
|
6074
|
-
selfWarnings: import("@formily/core").FeedbackMessage;
|
|
6075
|
-
readonly warnings: import("@formily/core").IFormFeedback[];
|
|
6076
|
-
selfSuccesses: import("@formily/core").FeedbackMessage;
|
|
6077
|
-
readonly successes: import("@formily/core").IFormFeedback[];
|
|
6078
|
-
readonly selfValid: boolean;
|
|
6079
|
-
readonly valid: boolean;
|
|
6080
|
-
readonly selfInvalid: boolean;
|
|
6081
|
-
readonly invalid: boolean;
|
|
6082
|
-
initialValue: string;
|
|
6083
|
-
readonly validateStatus: "error" | "success" | "warning" | "validating";
|
|
6084
|
-
setDataSource: (dataSource?: import("@formily/core").FieldDataSource | undefined) => void;
|
|
6085
|
-
setFeedback: (feedback?: import("@formily/core").IFieldFeedback | undefined) => void;
|
|
6086
|
-
setSelfErrors: (messages?: import("@formily/core").FeedbackMessage | undefined) => void;
|
|
6087
|
-
setSelfWarnings: (messages?: import("@formily/core").FeedbackMessage | undefined) => void;
|
|
6088
|
-
setSelfSuccesses: (messages?: import("@formily/core").FeedbackMessage | undefined) => void;
|
|
6089
|
-
setValidator: (validator?: import("@formily/core").FieldValidator | undefined) => void;
|
|
6090
|
-
setValidatorRule: (name: string, value: any) => void;
|
|
6091
|
-
setRequired: (required?: boolean | undefined) => void;
|
|
6092
|
-
setValue: (value?: string | undefined) => void;
|
|
6093
|
-
setInitialValue: (initialValue?: string | undefined) => void;
|
|
6094
|
-
setLoading: (loading?: boolean | undefined) => void;
|
|
6095
|
-
setValidating: (validating?: boolean | undefined) => void;
|
|
6096
|
-
setSubmitting: (submitting?: boolean | undefined) => void;
|
|
6097
|
-
queryFeedbacks: (search?: import("@formily/core").ISearchFeedback | undefined) => import("@formily/core").IFieldFeedback[];
|
|
6098
|
-
modify: () => void;
|
|
6099
|
-
initialized: boolean;
|
|
6100
|
-
mounted: boolean;
|
|
6101
|
-
unmounted: boolean;
|
|
6102
|
-
decoratorType: any;
|
|
6103
|
-
componentType: any;
|
|
6104
|
-
designable: boolean;
|
|
6105
|
-
locate: (address: import("@formily/path").Pattern) => void;
|
|
6106
|
-
readonly parent: import("@formily/core").GeneralField;
|
|
6107
|
-
readPretty: boolean;
|
|
6108
|
-
readonly destroyed: boolean;
|
|
6109
|
-
setTitle: (title?: string | undefined) => void;
|
|
6110
|
-
setDescription: (description?: string | undefined) => void;
|
|
6111
|
-
setDisplay: (type?: import("@formily/core").FieldDisplayTypes | undefined) => void;
|
|
6112
|
-
setPattern: (type?: import("@formily/core").FieldPatternTypes | undefined) => void;
|
|
6113
|
-
setComponent: <C extends unknown, ComponentProps extends object = {}>(component?: C | undefined, props?: ComponentProps | undefined) => void;
|
|
6114
|
-
setComponentProps: <ComponentProps_1 extends object = {}>(props?: ComponentProps_1 | undefined) => void;
|
|
6115
|
-
setDecorator: <D extends unknown, ComponentProps_2 extends object = {}>(component?: D | undefined, props?: ComponentProps_2 | undefined) => void;
|
|
6116
|
-
setDecoratorProps: <ComponentProps_3 extends object = {}>(props?: ComponentProps_3 | undefined) => void;
|
|
6117
|
-
setData: (data: any) => void;
|
|
6118
|
-
setContent: (content: any) => void;
|
|
6119
|
-
onInit: () => void;
|
|
6120
|
-
onMount: () => void;
|
|
6121
|
-
onUnmount: () => void;
|
|
6122
|
-
query: (pattern: import("@formily/path").Pattern) => import("@formily/core").Query;
|
|
6123
|
-
notify: (type: import("@formily/core").LifeCycleTypes, payload?: any) => void;
|
|
6124
|
-
dispose: () => void;
|
|
6125
|
-
destroy: (forceClear?: boolean | undefined) => void;
|
|
6126
|
-
}>>>) => void): void;
|
|
6127
|
-
resetFields(path?: string): Promise<void>;
|
|
6128
|
-
queryWidget(key: string): Promise<{
|
|
6129
|
-
widgetElement: HTMLInputElement | null | undefined;
|
|
6130
|
-
widgetElementList: HTMLInputElement[];
|
|
6131
|
-
decoratorElement: HTMLElement | null | undefined;
|
|
6132
|
-
} | null>;
|
|
6133
|
-
};
|
|
6134
|
-
useVersion: typeof import("../../../../../es/components/index").useVersion;
|
|
6040
|
+
exposeEvent: Omit<FormRenderExpose, "getFieldList" | "formModel" | "reload">;
|
|
6041
|
+
useVersion: typeof import("../../../../components/index").useVersion;
|
|
6135
6042
|
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
6043
|
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
6044
|
form: any;
|
|
@@ -6195,11 +6102,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6195
6102
|
type: PropType<FieldItem[]>;
|
|
6196
6103
|
};
|
|
6197
6104
|
initialData: {
|
|
6198
|
-
type: PropType<import("
|
|
6105
|
+
type: PropType<import("../../../../shared/types").AnyObject>;
|
|
6199
6106
|
default: () => {};
|
|
6200
6107
|
};
|
|
6201
6108
|
fieldVisitor: {
|
|
6202
|
-
type: PropType<import("
|
|
6109
|
+
type: PropType<import("../../../../components/form-render").FieldVisitor>;
|
|
6203
6110
|
};
|
|
6204
6111
|
column: {
|
|
6205
6112
|
type: NumberConstructor;
|
|
@@ -6218,7 +6125,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6218
6125
|
default: number;
|
|
6219
6126
|
};
|
|
6220
6127
|
businessFormatter: {
|
|
6221
|
-
type: PropType<import("
|
|
6128
|
+
type: PropType<import("../../../../components/form-render").FormBusinessFormatter>;
|
|
6222
6129
|
};
|
|
6223
6130
|
schema: {
|
|
6224
6131
|
type: PropType<import("@formily/json-schema").Stringify<{
|
|
@@ -6284,11 +6191,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6284
6191
|
default: () => {};
|
|
6285
6192
|
};
|
|
6286
6193
|
scope: {
|
|
6287
|
-
type: PropType<import("
|
|
6194
|
+
type: PropType<import("../../../../shared/types").AnyObject>;
|
|
6288
6195
|
default: () => {};
|
|
6289
6196
|
};
|
|
6290
6197
|
annotation: {
|
|
6291
|
-
type: PropType<import("
|
|
6198
|
+
type: PropType<import("../../../../shared/types").AnyObject>;
|
|
6292
6199
|
};
|
|
6293
6200
|
consumer: {
|
|
6294
6201
|
type: BooleanConstructor;
|
|
@@ -6304,26 +6211,30 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6304
6211
|
field: import("@formily/core").GeneralField;
|
|
6305
6212
|
oldValue: unknown;
|
|
6306
6213
|
}): any;
|
|
6307
|
-
beforeRequest(fieldKey: string, params?: import("
|
|
6308
|
-
afterRequest(fieldKey: string, res?: any, payload?: import("
|
|
6309
|
-
afterOptionInit(fieldKey: string, options: import("
|
|
6214
|
+
beforeRequest(fieldKey: string, params?: import("../../../../shared/types").AnyObject | undefined, payload?: import("../../../../shared/types").AnyObject | undefined): void | import("../../../../shared/types").UndefinedAble<import("../../../../shared/types").AnyObject>;
|
|
6215
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../../../shared/types").AnyObject | undefined): import("../../../../shared/types").AnyObject[];
|
|
6216
|
+
afterOptionInit(fieldKey: string, options: import("../../../../shared/types").AnyObject[], payload?: import("../../../../shared/types").AnyObject | undefined): void;
|
|
6310
6217
|
}>>;
|
|
6311
6218
|
};
|
|
6312
6219
|
requestInstance: {
|
|
6313
|
-
type: PropType<import("
|
|
6220
|
+
type: PropType<import("../../../../components/index").FormRequestDefine.RequestInstance>;
|
|
6314
6221
|
};
|
|
6315
6222
|
enterToNextWidget: {
|
|
6316
6223
|
type: PropType<boolean | ((fieldItem: FieldItem) => boolean | void)>;
|
|
6317
6224
|
default: boolean;
|
|
6318
6225
|
};
|
|
6319
6226
|
lowCodeReactions: {
|
|
6320
|
-
type: PropType<import("
|
|
6227
|
+
type: PropType<import("../../../../shared/types").LowCodeTypes.reactionsConfig[]>;
|
|
6321
6228
|
};
|
|
6322
6229
|
operationalForm: {
|
|
6323
|
-
type: PropType<import("
|
|
6230
|
+
type: PropType<import("../../../../shared/types").LowCodeTypes.operationalConfig[]>;
|
|
6324
6231
|
};
|
|
6325
6232
|
dateOperationalForm: {
|
|
6326
|
-
type: PropType<import("
|
|
6233
|
+
type: PropType<import("../../../../shared/types").LowCodeTypes.dateOperationalConfig[]>;
|
|
6234
|
+
};
|
|
6235
|
+
operationalFormInit: {
|
|
6236
|
+
type: BooleanConstructor;
|
|
6237
|
+
default: boolean;
|
|
6327
6238
|
};
|
|
6328
6239
|
linebarAutoHidden: {
|
|
6329
6240
|
type: BooleanConstructor;
|
|
@@ -6351,15 +6262,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6351
6262
|
column: number;
|
|
6352
6263
|
forceClearable: boolean;
|
|
6353
6264
|
components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
|
|
6354
|
-
initialData: import("
|
|
6265
|
+
initialData: import("../../../../shared/types").AnyObject;
|
|
6355
6266
|
parallelism: number;
|
|
6356
|
-
scope: import("
|
|
6267
|
+
scope: import("../../../../shared/types").AnyObject;
|
|
6357
6268
|
consumer: boolean;
|
|
6358
6269
|
enterToNextWidget: boolean | ((fieldItem: FieldItem) => boolean | void);
|
|
6359
6270
|
linebarAutoHidden: boolean;
|
|
6360
6271
|
bordered: string | boolean;
|
|
6361
6272
|
uniqueCacheData: boolean;
|
|
6362
6273
|
outBordered: boolean;
|
|
6274
|
+
operationalFormInit: boolean;
|
|
6363
6275
|
}>;
|
|
6364
6276
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
|
|
6365
6277
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -6373,8 +6285,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6373
6285
|
formProps: {
|
|
6374
6286
|
type: PropType<Partial<Partial<{
|
|
6375
6287
|
fieldList: FieldItem[];
|
|
6376
|
-
initialData: import("
|
|
6377
|
-
fieldVisitor: import("
|
|
6288
|
+
initialData: import("../../../../shared/types").AnyObject;
|
|
6289
|
+
fieldVisitor: import("../../../../components/form-render").FieldVisitor;
|
|
6378
6290
|
column: number;
|
|
6379
6291
|
maxHeight: string | number;
|
|
6380
6292
|
anchor: boolean;
|
|
@@ -6437,8 +6349,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6437
6349
|
"x-compile-omitted"?: string[] | undefined;
|
|
6438
6350
|
}>;
|
|
6439
6351
|
components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
|
|
6440
|
-
scope: import("
|
|
6441
|
-
annotation: import("
|
|
6352
|
+
scope: import("../../../../shared/types").AnyObject;
|
|
6353
|
+
annotation: import("../../../../shared/types").AnyObject;
|
|
6442
6354
|
consumer: boolean;
|
|
6443
6355
|
uuid: string;
|
|
6444
6356
|
lifeCycle: Partial<{
|
|
@@ -6447,18 +6359,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6447
6359
|
field: import("@formily/core").GeneralField;
|
|
6448
6360
|
oldValue: unknown;
|
|
6449
6361
|
}): any;
|
|
6450
|
-
beforeRequest(fieldKey: string, params?: import("
|
|
6451
|
-
afterRequest(fieldKey: string, res?: any, payload?: import("
|
|
6452
|
-
afterOptionInit(fieldKey: string, options: import("
|
|
6362
|
+
beforeRequest(fieldKey: string, params?: import("../../../../shared/types").AnyObject | undefined, payload?: import("../../../../shared/types").AnyObject | undefined): void | import("../../../../shared/types").UndefinedAble<import("../../../../shared/types").AnyObject>;
|
|
6363
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../../../shared/types").AnyObject | undefined): import("../../../../shared/types").AnyObject[];
|
|
6364
|
+
afterOptionInit(fieldKey: string, options: import("../../../../shared/types").AnyObject[], payload?: import("../../../../shared/types").AnyObject | undefined): void;
|
|
6453
6365
|
}>;
|
|
6454
|
-
businessFormatter: import("
|
|
6455
|
-
requestInstance: import("
|
|
6366
|
+
businessFormatter: import("../../../../components/form-render").FormBusinessFormatter;
|
|
6367
|
+
requestInstance: import("../../../../components/index").FormRequestDefine.RequestInstance;
|
|
6456
6368
|
enterToNextWidget: boolean | ((fieldItem: FieldItem) => boolean | void);
|
|
6457
|
-
lowCodeReactions: import("
|
|
6369
|
+
lowCodeReactions: import("../../../../shared/types").LowCodeTypes.reactionsConfig[];
|
|
6458
6370
|
linebarAutoHidden: boolean;
|
|
6459
6371
|
bordered: string | boolean;
|
|
6460
6372
|
uniqueCacheData: boolean;
|
|
6461
|
-
operationalForm: import("
|
|
6373
|
+
operationalForm: import("../../../../shared/types").LowCodeTypes.operationalConfig[];
|
|
6462
6374
|
outBordered: boolean;
|
|
6463
6375
|
forceClearable: boolean;
|
|
6464
6376
|
}>>>;
|