cnhis-design-vue 3.1.54-release.4 → 3.1.55-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/components/annotation-edit/index.d.ts +1 -1
- package/es/components/annotation-edit/src/AnnotationEdit.d.ts +1 -1
- package/es/components/audio-sdk/index.d.ts +2 -0
- package/es/components/audio-sdk/index.js +1 -0
- package/es/components/audio-sdk/src/audioSDK.d.ts +28 -0
- package/es/components/audio-sdk/src/audioSDK.js +1 -0
- package/es/components/audio-sdk/src/components/recordingDialog.vue.d.ts +27 -0
- package/es/components/audio-sdk/src/components/recordingDialog.vue.js +1 -0
- package/es/components/audio-sdk/src/components/recordingDialog.vue2.js +1 -0
- package/es/components/audio-sdk/src/utils/recordingDialog.d.ts +8 -0
- package/es/components/audio-sdk/src/utils/recordingDialog.js +1 -0
- package/es/components/audio-sdk/style/index.css +1 -0
- package/es/components/base-search/index.d.ts +1 -1
- package/es/components/base-search/src/index.vue.d.ts +4 -4
- package/es/components/base-search/src/index.vue2.js +1 -1
- package/es/components/big-table/index.d.ts +22 -22
- package/es/components/big-table/src/BigTable.vue.d.ts +2 -2
- package/es/components/big-table/src/bigTableProps.d.ts +1 -1
- package/es/components/big-table/src/components/edit-form/edit-separate.vue.d.ts +5 -5
- package/es/components/big-table/src/components/edit-form/useCommon.d.ts +1 -1
- package/es/components/big-table/src/components/separate.vue.d.ts +1 -1
- package/es/components/big-table/src/constants/index.d.ts +1 -1
- package/es/components/big-table/src/hooks/useAnnotation.d.ts +1 -1
- package/es/components/big-table/src/hooks/useFormat.d.ts +1 -1
- package/es/components/big-table/src/hooks/useSeparateRow.d.ts +1 -1
- package/es/components/big-table/src/utils.d.ts +1 -1
- package/es/components/{multi-chat → biunique-chat}/index.d.ts +16 -16
- package/es/components/biunique-chat/index.js +1 -0
- package/es/components/{multi-chat/src/MultiChat.vue.d.ts → biunique-chat/src/BiuniqueChat.vue.d.ts} +1 -1
- package/es/components/biunique-chat/src/BiuniqueChat.vue.js +1 -0
- package/es/components/biunique-chat/src/BiuniqueChat.vue2.js +1 -0
- package/es/components/{multi-chat → biunique-chat}/src/api/index.d.ts +1 -1
- package/es/components/{multi-chat → biunique-chat}/src/components/ChatFooter.vue.d.ts +1 -1
- package/es/components/{multi-chat → biunique-chat}/src/components/ChatHeader.vue.d.ts +1 -1
- package/es/components/{multi-chat → biunique-chat}/src/components/ChatMain.vue.d.ts +1 -1
- package/es/components/{multi-chat → biunique-chat}/src/components/SiderList.vue.d.ts +1 -1
- package/es/components/{multi-chat → biunique-chat}/src/utils/chatSock.d.ts +1 -1
- package/es/components/body-select/index.d.ts +5 -5
- package/es/components/body-select/src/hooks/renderCanvas.d.ts +2 -2
- package/es/components/body-select/src/hooks/renderCanvas.js +1 -1
- package/es/components/body-select/src/index.vue.d.ts +1 -1
- package/es/components/body-select/src/index.vue2.js +1 -1
- package/es/components/bpmn-workflow/index.d.ts +1 -1
- package/es/components/button-print/index.d.ts +34 -21
- package/es/components/button-print/src/ButtonPrint.vue.d.ts +14 -1
- package/es/components/button-print/src/ButtonPrint.vue2.js +1 -1
- package/es/components/button-print/src/api.d.ts +1 -1
- package/es/components/button-print/src/components/EditFormat.vue.d.ts +1 -1
- package/es/components/button-print/src/utils/dialog.d.ts +1 -1
- package/es/components/button-print/src/utils/print.d.ts +2 -2
- package/es/components/callback/index.d.ts +1 -1
- package/es/components/callback/src/components/dialog/drawer.vue.d.ts +1 -1
- package/es/components/callback/src/components/dialog/modal.vue.d.ts +1 -1
- package/es/components/callback/src/components/render/popupMaps.d.ts +72 -52
- package/es/components/card-reader-sdk/src/cardReaderSDK.d.ts +1 -1
- package/es/components/card-reader-sdk/src/components/readCardDialog.vue.d.ts +1 -1
- package/es/components/card-reader-sdk/src/constants/index.d.ts +1 -1
- package/es/components/card-reader-sdk/src/insuranceSDK.d.ts +1 -1
- package/es/components/card-reader-sdk/src/types/index.d.ts +2 -2
- package/es/components/card-reader-sdk/src/utils/readHealthCard.d.ts +1 -1
- package/es/components/classification/index.d.ts +505 -20
- package/es/components/classification/src/components/search-filter/index.vue.d.ts +473 -1
- package/es/components/classification/src/components/search-filter/index.vue2.js +1 -1
- package/es/components/classification/src/components/set-classification/index.vue.d.ts +480 -8
- package/es/components/classification/src/components/table-modal/index.vue.d.ts +1 -1
- package/es/components/classification/src/index.vue.d.ts +493 -8
- package/es/components/classification/src/index.vue2.js +1 -1
- package/es/components/classification/style/index.css +1 -1
- package/es/components/config-provider/index.d.ts +1 -1
- package/es/components/date-picker/index.d.ts +2 -2
- package/es/components/date-picker/src/DatePicker.vue.d.ts +1 -1
- package/es/components/editor/index.d.ts +1 -1
- package/es/components/expand-field/index.d.ts +29 -29
- package/es/components/expand-field/src/components/PersonModal.vue.d.ts +2 -2
- package/es/components/expand-field/src/components/form.vue.d.ts +2 -2
- package/es/components/expand-field/src/constants/index.d.ts +1 -1
- package/es/components/expand-field/src/index.vue.d.ts +2 -2
- package/es/components/fabric-chart/index.d.ts +7 -6
- package/es/components/fabric-chart/src/FabricChart.vue.d.ts +2 -1
- package/es/components/fabric-chart/src/FabricChart.vue2.js +1 -1
- package/es/components/fabric-chart/src/components/PopupTip.vue.d.ts +1 -1
- package/es/components/fabric-chart/src/constants/index.d.ts +4 -0
- package/es/components/fabric-chart/src/constants/index.js +1 -1
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcess.d.ts +3 -3
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcess.js +1 -1
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcessChart.d.ts +3 -3
- package/es/components/fabric-chart/src/hooks/electrocardiogram/hooks/useDetailEvent.d.ts +2 -2
- package/es/components/fabric-chart/src/hooks/electrocardiogram/hooks/useDetailEvent.js +1 -1
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogram.d.ts +2 -2
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogram.js +1 -1
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogramChart.d.ts +9 -3
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogramChart.js +1 -1
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useMeasureInstrument.d.ts +2 -2
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useCenter.d.ts +3 -3
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useCenter.js +1 -1
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useLeft.d.ts +3 -3
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useOther.d.ts +3 -3
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.d.ts +3 -3
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useTop.d.ts +3 -3
- package/es/components/fabric-chart/src/hooks/temperature/useBottom.d.ts +2 -2
- package/es/components/fabric-chart/src/hooks/temperature/useCenter.d.ts +4 -4
- package/es/components/fabric-chart/src/hooks/temperature/useLeft.d.ts +3 -3
- package/es/components/fabric-chart/src/hooks/temperature/useOther.d.ts +2 -2
- package/es/components/fabric-chart/src/hooks/temperature/useRight.d.ts +2 -2
- package/es/components/fabric-chart/src/hooks/temperature/useShadow.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.d.ts +3 -3
- package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.js +1 -1
- package/es/components/fabric-chart/src/hooks/temperature/useTop.d.ts +2 -2
- package/es/components/fabric-chart/src/hooks/useCommon.d.ts +2 -2
- package/es/components/fabric-chart/src/hooks/useCumputedPoint.d.ts +4 -4
- package/es/components/fabric-chart/src/hooks/useCumputedPoint.js +1 -1
- package/es/components/fabric-chart/src/hooks/useDraw.d.ts +2 -2
- package/es/components/fabric-chart/src/hooks/useEvent.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/useGrid.d.ts +2 -2
- package/es/components/fabric-chart/src/hooks/useScaleColumn.d.ts +2 -2
- package/es/components/fabric-chart/src/interface.d.ts +2 -2
- package/es/components/fabric-chart/src/utils/index.d.ts +1 -1
- package/es/components/field-set/index.d.ts +15 -15
- package/es/components/field-set/src/FieldSet.vue.d.ts +5 -5
- package/es/components/field-set/src/components/Row.vue.d.ts +2 -2
- package/es/components/field-set/src/types/index.d.ts +1 -1
- package/es/components/field-set/src/utils/index.d.ts +3 -3
- package/es/components/form-config/index.d.ts +349 -302
- package/es/components/form-config/src/FormConfig.vue.d.ts +473 -426
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +38 -18
- package/es/components/form-config/src/components/FormConfigDragDisplay.vue.d.ts +1 -1
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +219 -196
- package/es/components/form-config/src/components/FormConfigEventSetting.vue.d.ts +7 -7
- package/es/components/form-config/src/components/FormConfigMaterialItem.d.ts +1 -1
- package/es/components/form-config/src/components/renderer/CloseButton.vue.d.ts +1 -1
- package/es/components/form-config/src/components/renderer/ComplexNode.vue.d.ts +2 -2
- package/es/components/form-config/src/components/renderer/DefaultNode.vue.d.ts +2 -2
- package/es/components/form-config/src/constants/index.d.ts +2 -2
- package/es/components/form-config/src/hooks/useConfigurationField.d.ts +3 -3
- package/es/components/form-config/src/hooks/useDataNormalize.d.ts +1 -1
- package/es/components/form-config/src/hooks/useSortalbeConfig.d.ts +1 -1
- package/es/components/form-config/src/types/index.d.ts +2 -2
- package/es/components/form-config/src/utils/index.d.ts +3 -3
- package/es/components/form-render/index.d.ts +72 -52
- package/es/components/form-render/index.js +1 -1
- package/es/components/form-render/src/FormRender.vue.d.ts +36 -16
- package/es/components/form-render/src/FormRender.vue2.js +1 -1
- package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +95 -75
- package/es/components/form-render/src/components/renderer/combination/combination.d.ts +1 -1
- package/es/components/form-render/src/components/renderer/combination/hooks/useCombination.d.ts +1 -1
- package/es/components/form-render/src/components/renderer/combination/hooks/useDeepValidate.d.ts +1 -1
- package/es/components/form-render/src/components/renderer/combination/jsonCombination.d.ts +1 -1
- package/es/components/form-render/src/components/renderer/combination/tableCombination.d.ts +2 -2
- package/es/components/form-render/src/components/renderer/complex.js +1 -1
- package/es/components/form-render/src/components/renderer/date.js +1 -1
- package/es/components/form-render/src/components/renderer/formItem.d.ts +1 -1
- package/es/components/form-render/src/components/renderer/formItem.js +1 -1
- package/es/components/form-render/src/components/renderer/inputNumber.d.ts +1 -1
- package/es/components/form-render/src/components/renderer/levelSearchCascader/index.d.ts +1 -1
- package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue.d.ts +2 -2
- package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue2.js +1 -1
- package/es/components/form-render/src/components/renderer/lineBar/index.d.ts +1 -1
- package/es/components/form-render/src/components/renderer/radio&checkbox.d.ts +2 -2
- package/es/components/form-render/src/components/renderer/remoteSearch.d.ts +2 -2
- package/es/components/form-render/src/components/renderer/remoteSearch.js +1 -1
- package/es/components/form-render/src/components/renderer/searchCascade.d.ts +2 -2
- package/es/components/form-render/src/components/renderer/searchCascade.js +1 -1
- package/es/components/form-render/src/components/renderer/select.d.ts +3 -3
- package/es/components/form-render/src/components/renderer/select.js +1 -1
- package/es/components/form-render/src/components/renderer/simpleComponent.d.ts +1 -1
- package/es/components/form-render/src/components/renderer/switch.js +1 -1
- package/es/components/form-render/src/components/renderer/textarea.js +1 -1
- package/es/components/form-render/src/constants/index.d.ts +5 -6
- package/es/components/form-render/src/constants/index.js +1 -1
- package/es/components/form-render/src/hooks/index.d.ts +20 -9
- package/es/components/form-render/src/hooks/index.js +1 -1
- package/es/components/form-render/src/hooks/useAnchor.d.ts +2 -2
- package/es/components/form-render/src/hooks/useAnchor.js +1 -1
- package/es/components/form-render/src/hooks/useBusinessBinding.d.ts +2 -2
- package/es/components/form-render/src/hooks/useBusinessBinding.js +1 -1
- package/es/components/form-render/src/hooks/useCommonInjection.d.ts +1 -1
- package/es/components/form-render/src/hooks/useComplexOptions.d.ts +2 -2
- package/es/components/form-render/src/hooks/useFieldListAdaptor.d.ts +1 -1
- package/es/components/form-render/src/hooks/useFieldNormalize.d.ts +19 -19
- package/es/components/form-render/src/hooks/useFieldVisitor.js +1 -1
- package/es/components/form-render/src/hooks/useFormContext.d.ts +6 -6
- package/es/components/form-render/src/hooks/useFormEvent.d.ts +15 -4
- package/es/components/form-render/src/hooks/useFormEvent.js +1 -1
- package/es/components/form-render/src/hooks/useFormItemDeps.d.ts +6 -6
- package/es/components/form-render/src/hooks/useFormItemDeps.js +1 -1
- package/es/components/form-render/src/hooks/useFormRenderLifeCycle.d.ts +8 -8
- package/es/components/form-render/src/hooks/useFormRenderOptions.d.ts +17 -12
- package/es/components/form-render/src/hooks/useFormRenderOptions.js +1 -1
- package/es/components/form-render/src/hooks/useFormValidator.d.ts +1 -1
- package/es/components/form-render/src/hooks/useFormValidator.js +1 -1
- package/es/components/form-render/src/hooks/useLowCodeReactions.d.ts +1 -1
- package/es/components/form-render/src/hooks/useOperationalForm.d.ts +4 -3
- package/es/components/form-render/src/hooks/useOperationalForm.js +1 -1
- package/es/components/form-render/src/hooks/usePresetScope.js +1 -1
- package/es/components/form-render/src/hooks/useWordbookSetting.d.ts +14 -5
- package/es/components/form-render/src/hooks/useWordbookSetting.js +1 -1
- package/es/components/form-render/src/types/fieldItem.d.ts +4 -3
- package/es/components/form-render/src/types/index.d.ts +13 -8
- package/es/components/form-render/src/utils/business.d.ts +2 -2
- package/es/components/form-render/src/utils/dom.d.ts +1 -1
- package/es/components/form-render/src/utils/index.d.ts +4 -17
- package/es/components/form-render/src/utils/index.js +1 -1
- package/es/components/form-render/src/utils/schema.d.ts +2 -2
- package/es/components/grid/index.d.ts +1 -1
- package/es/components/guide/src/renderer.d.ts +1 -1
- package/es/components/guide/src/types/index.d.ts +1 -1
- package/es/components/guide/src/useGuide.d.ts +1 -1
- package/es/components/guide/src/utils/index.d.ts +1 -1
- package/es/components/iho-table/index.d.ts +39 -39
- package/es/components/iho-table/src/IhoTable.vue.d.ts +27 -27
- package/es/components/iho-table/src/constants/index.d.ts +5 -5
- package/es/components/iho-table/src/hooks/tapHooks/index.d.ts +9 -9
- package/es/components/iho-table/src/hooks/tapHooks/useConfigHooks.d.ts +21 -21
- package/es/components/iho-table/src/hooks/tapHooks/useDataHooks.d.ts +10 -10
- package/es/components/iho-table/src/hooks/tapHooks/useDomInsertHooks.d.ts +4 -4
- package/es/components/iho-table/src/hooks/tapHooks/useEventHooks.d.ts +65 -65
- package/es/components/iho-table/src/hooks/tapHooks/useExposeHooks.d.ts +4 -4
- package/es/components/iho-table/src/hooks/tapHooks/useFieldHooks.d.ts +7 -7
- package/es/components/iho-table/src/hooks/tapHooks/useSetupHooks.d.ts +3 -3
- package/es/components/iho-table/src/hooks/useColumnConfigAdaptor.d.ts +1 -1
- package/es/components/iho-table/src/hooks/useTablePlugin.d.ts +2 -2
- package/es/components/iho-table/src/plugins/anchorPlugin/index.d.ts +1 -1
- package/es/components/iho-table/src/plugins/anchorPlugin/useAnchor.d.ts +1 -1
- package/es/components/iho-table/src/plugins/bindEventSettingPlugin/index.d.ts +1 -1
- package/es/components/iho-table/src/plugins/bindEventSettingPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/colorAndIconPlugin.d.ts +1 -0
- package/es/components/iho-table/src/plugins/colorAndIconPlugin.js +1 -0
- package/es/components/iho-table/src/plugins/copyPastePlugin.d.ts +1 -1
- package/es/components/iho-table/src/plugins/defaultConfigPlugin/index.d.ts +1 -1
- package/es/components/iho-table/src/plugins/defaultValuePlugin.d.ts +1 -1
- package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue.d.ts +2 -2
- package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/index.d.ts +1 -1
- package/es/components/iho-table/src/plugins/filterRenderPlugin/index.d.ts +1 -1
- package/es/components/iho-table/src/plugins/filterVisibleEventPlugin.d.ts +1 -1
- package/es/components/iho-table/src/plugins/forceArrowKeyPlugin.d.ts +1 -1
- package/es/components/iho-table/src/plugins/headerPlugin.d.ts +1 -1
- package/es/components/iho-table/src/plugins/highLightSetPlugin.d.ts +1 -1
- package/es/components/iho-table/src/plugins/index.d.ts +1 -1
- package/es/components/iho-table/src/plugins/index.js +1 -1
- package/es/components/iho-table/src/plugins/keyboardEventPlugin/index.d.ts +1 -1
- package/es/components/iho-table/src/plugins/lowCodeFieldAdaptorPlugin/index.d.ts +1 -1
- package/es/components/iho-table/src/plugins/maxCheckSizePlugin.d.ts +1 -1
- package/es/components/iho-table/src/plugins/operationalFormPlugin/index.d.ts +1 -1
- package/es/components/iho-table/src/plugins/operationalFormPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.d.ts +2 -2
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/index.d.ts +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useAutoFocus.d.ts +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useSelectOption.d.ts +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/inputRendererPlugin.d.ts +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/index.d.ts +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/levelSearchCascade.vue.d.ts +7 -7
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/numberRendererPlugin.d.ts +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/numberRendererPlugin.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/radioRendererPlugin.d.ts +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.d.ts +8 -2
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/index.d.ts +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/selectUtils.d.ts +2 -2
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/editSeparate.vue.d.ts +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/index.d.ts +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/separateUtils.d.ts +2 -2
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue.d.ts +9 -5
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue2.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/index.d.ts +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/widgets/checkRendererPlugin.d.ts +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/widgets/colorRendererPlugin.d.ts +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/widgets/defaultRendererPlugin.d.ts +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/widgets/defaultRendererPlugin.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/widgets/htmlRendererPlugin.d.ts +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/widgets/htmlRendererPlugin.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/widgets/labelRendererPlugin.d.ts +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/widgets/labelRendererPlugin.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/widgets/pictureRendererPlugin.d.ts +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/widgets/seqRendererPlugin.d.ts +1 -1
- package/es/components/iho-table/src/plugins/rowClickPlugin/index.d.ts +1 -1
- package/es/components/iho-table/src/plugins/rowDragPlugin/index.d.ts +1 -1
- package/es/components/iho-table/src/plugins/rowGroupSettingPlugin/index.d.ts +1 -1
- package/es/components/iho-table/src/plugins/rowGroupSettingPlugin/rowGroupUtils.d.ts +2 -2
- package/es/components/iho-table/src/plugins/varialbleHeightPlugin/index.d.ts +1 -1
- package/es/components/iho-table/src/plugins/virtualTreePlugin/index.d.ts +1 -1
- package/es/components/iho-table/src/plugins/wordbookSettingPlugin.d.ts +1 -1
- package/es/components/iho-table/src/types/index.d.ts +5 -3
- package/es/components/iho-table/src/types/pluginType.d.ts +2 -2
- package/es/components/iho-table/src/utils/index.d.ts +4 -4
- package/es/components/iho-table/src/utils/index.js +1 -1
- package/es/components/iho-table/src/utils/separateMap.d.ts +2 -2
- package/es/components/iho-table/style/index.css +1 -1
- package/es/components/index.css +1 -1
- package/es/components/index.d.ts +6 -5
- package/es/components/index.js +1 -1
- package/es/components/info-header/index.d.ts +199 -159
- package/es/components/info-header/src/InfoHeader.vue.d.ts +213 -173
- package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue.d.ts +6 -6
- package/es/components/info-header/src/components/infoDescription/DescriptionList.vue.d.ts +9 -9
- package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +118 -98
- package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +39 -19
- package/es/components/info-header/src/constants/index.d.ts +1 -1
- package/es/components/info-header/src/types/index.d.ts +1 -1
- package/es/components/keyboard/index.d.ts +1 -1
- package/es/components/map/index.d.ts +1 -1
- package/es/components/map/src/Map.vue.d.ts +1 -1
- package/es/components/picture-clipper/index.d.ts +1 -1
- package/es/components/picture-clipper/src/PictureClipper.vue.d.ts +1 -1
- package/es/components/quick-search/index.d.ts +1 -1
- package/es/components/quick-search/src/index.vue.d.ts +4 -4
- package/es/components/quick-search/style/index.css +1 -1
- package/es/components/recommend-search/index.d.ts +25 -25
- package/es/components/recommend-search/src/RecommendSearch.vue.d.ts +7 -7
- package/es/components/recommend-search/src/components/RecommendInput.vue.d.ts +3 -3
- package/es/components/recommend-search/src/components/RecommendSelect.vue.d.ts +2 -2
- package/es/components/scale-view/index.d.ts +1 -1
- package/es/components/scale-view/src/hooks/use-component.d.ts +33 -33
- package/es/components/scale-view/src/types/index.d.ts +1 -1
- package/es/components/search-cascader/index.d.ts +34 -34
- package/es/components/search-cascader/src/SearchCascader.vue.d.ts +1 -1
- package/es/components/search-cascader/src/components/SearchMenu.d.ts +1 -1
- package/es/components/search-cascader/src/constants/index.d.ts +1 -1
- package/es/components/search-cascader/src/utils/index.d.ts +1 -1
- package/es/components/select-label/index.d.ts +1 -1
- package/es/components/select-label/src/LabelFormContent.vue.d.ts +1 -1
- package/es/components/select-label/src/SelectLabel.vue.d.ts +1 -1
- package/es/components/select-label/src/ihoLabel/IhoLabelFormContent.vue.d.ts +3 -3
- package/es/components/select-label/src/ihoLabel/IhoSelectLabel.vue.d.ts +3 -3
- package/es/components/select-label/src/ihoLabel/iho-label-classify.vue.d.ts +1 -1
- package/es/components/select-label/src/index.vue.d.ts +19 -19
- package/es/components/select-person/index.d.ts +22 -22
- package/es/components/select-person/src/SelectPerson.vue.d.ts +1 -1
- package/es/components/shortcut-provider/index.d.ts +1 -1
- package/es/components/shortcut-provider/src/ShortcutProvider.vue.d.ts +2 -2
- package/es/components/shortcut-provider/src/constants/index.d.ts +1 -1
- package/es/components/shortcut-provider/src/hooks/useShortcuts.d.ts +1 -1
- package/es/components/shortcut-provider/src/types/index.d.ts +1 -1
- package/es/components/shortcut-provider/src/utils/index.d.ts +1 -1
- package/es/components/shortcut-setter/index.d.ts +93 -72
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +125 -104
- package/es/components/shortcut-setter/src/ShortcutSetterItem.vue.d.ts +2 -2
- package/es/components/shortcut-setter/src/types/index.d.ts +1 -1
- package/es/components/slider-tree/index.d.ts +1 -1
- package/es/components/steps-wheel/index.d.ts +1 -1
- package/es/components/table-export-field/index.d.ts +3 -3
- package/es/components/table-export-field/src/components/ExportModal.vue.d.ts +1 -1
- package/es/components/table-export-field/src/components/SaveProjectModal.vue.d.ts +1 -1
- package/es/components/table-export-field/src/constants/index.d.ts +1 -1
- package/es/components/table-export-field/src/index.vue.d.ts +1 -1
- package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue.d.ts +320 -0
- package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue.js +1 -0
- package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue2.js +1 -0
- package/es/components/table-filter/src/components/bi-filter/components/Date.vue.d.ts +127 -0
- package/es/components/table-filter/src/components/bi-filter/components/Date.vue.js +1 -0
- package/es/components/table-filter/src/components/bi-filter/components/Date.vue2.js +1 -0
- package/es/components/table-filter/src/components/bi-filter/components/InputFilter.vue.d.ts +41 -0
- package/es/components/table-filter/src/components/bi-filter/components/InputFilter.vue.js +1 -0
- package/es/components/table-filter/src/components/bi-filter/components/InputFilter.vue2.js +1 -0
- package/es/components/table-filter/src/components/bi-filter/components/InputNumber.vue.d.ts +28 -0
- package/es/components/table-filter/src/components/bi-filter/components/InputNumber.vue.js +1 -0
- package/es/components/table-filter/src/components/bi-filter/components/InputNumber.vue2.js +1 -0
- package/es/components/table-filter/src/components/bi-filter/components/SelectFilter.vue.d.ts +51 -0
- package/es/components/table-filter/src/components/bi-filter/components/SelectFilter.vue.js +1 -0
- package/es/components/table-filter/src/components/bi-filter/components/SelectFilter.vue2.js +1 -0
- package/es/components/table-filter/src/components/bi-filter/components/index.d.ts +244 -0
- package/es/components/table-filter/src/components/bi-filter/components/index.js +1 -0
- package/es/components/table-filter/src/components/bi-filter/helpers/options.d.ts +14 -0
- package/es/components/table-filter/src/components/bi-filter/helpers/options.js +1 -0
- package/es/components/table-filter/src/components/bi-filter/hooks/useBiConditions.d.ts +13 -0
- package/es/components/table-filter/src/components/bi-filter/hooks/useBiConditions.js +1 -0
- package/es/components/table-filter/src/components/bi-filter/index.vue.d.ts +474 -0
- package/es/components/table-filter/src/components/bi-filter/index.vue.js +1 -0
- package/es/components/table-filter/src/components/bi-filter/index.vue2.js +1 -0
- package/es/components/table-filter/src/components/classify-filter/hooks/useDisplayCategory.d.ts +1 -1
- package/es/components/table-filter/src/components/classify-filter/hooks/useFilterConditions.d.ts +1 -1
- package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +2 -2
- package/es/components/table-filter/src/components/render-widget/components/CheckboxGroup.vue.d.ts +1 -1
- package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.d.ts +2 -2
- package/es/components/table-filter/src/components/render-widget/components/DateOut.vue.d.ts +2 -2
- package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue.d.ts +1 -1
- package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue.d.ts +2 -2
- package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue.d.ts +2 -2
- package/es/components/table-filter/src/components/render-widget/components/InputCustom.vue.d.ts +1 -1
- package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue.d.ts +2 -2
- package/es/components/table-filter/src/components/render-widget/components/LabelOut.vue.d.ts +1 -1
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue.d.ts +1 -1
- package/es/components/table-filter/src/components/render-widget/helpers/setDefaultValue.d.ts +1 -1
- package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +9 -9
- package/es/components/table-filter/src/constants/index.d.ts +2 -1
- package/es/components/table-filter/src/constants/index.js +1 -1
- package/es/components/table-filter/src/hooks/useAdvanced.d.ts +2 -2
- package/es/components/table-filter/src/hooks/useMixins.d.ts +1 -1
- package/es/components/table-filter/src/hooks/useRenderWidget.d.ts +1 -1
- package/es/components/table-filter/src/tool/transformData.d.ts +1 -1
- package/es/components/time-line/index.d.ts +1 -1
- package/es/components/time-picker/index.d.ts +2 -2
- package/es/components/time-picker/src/TimePicker.vue.d.ts +1 -1
- package/es/components/vod-chunk-upload/index.d.ts +1 -1
- package/es/shared/components/InputNumberSlash/InputNumberSlash.d.ts +5 -3
- package/es/shared/components/InputNumberSlash/InputNumberSlash.js +1 -1
- package/es/shared/components/SelectPage/SelectPage.vue.d.ts +1 -1
- package/es/shared/components/SlotRender/SlotRender.d.ts +1 -1
- package/es/shared/hooks/selectHooks/useOptionFiltered.d.ts +1 -1
- package/es/shared/hooks/selectHooks/useSearchContent.d.ts +1 -1
- package/es/shared/hooks/selectHooks/useSearchContent.js +1 -1
- package/es/shared/hooks/selectHooks/useSelectAllowModify.d.ts +1 -1
- package/es/shared/hooks/selectHooks/useSelectRenders.d.ts +1 -1
- package/es/shared/hooks/useAsyncQueue/types.d.ts +1 -1
- package/es/shared/hooks/useDateTime.d.ts +1 -1
- package/es/shared/hooks/useFormRequest/index.d.ts +2 -2
- package/es/shared/hooks/useFormRequest/types.d.ts +2 -2
- package/es/shared/hooks/useLevelSearchCascader.d.ts +2 -2
- package/es/shared/hooks/useTheme.d.ts +1 -1
- package/es/shared/package.json.js +1 -1
- package/es/shared/types/business.d.ts +1 -1
- package/es/shared/utils/business.d.ts +2 -1
- package/es/shared/utils/business.js +1 -1
- package/es/shared/utils/index.d.ts +1 -1
- package/es/shared/utils/index.js +1 -1
- package/package.json +3 -2
- package/es/components/multi-chat/index.js +0 -1
- package/es/components/multi-chat/src/MultiChat.vue.js +0 -1
- package/es/components/multi-chat/src/MultiChat.vue2.js +0 -1
- /package/es/components/{multi-chat → biunique-chat}/src/api/index.js +0 -0
- /package/es/components/{multi-chat → biunique-chat}/src/components/ChatFooter.vue.js +0 -0
- /package/es/components/{multi-chat → biunique-chat}/src/components/ChatFooter.vue2.js +0 -0
- /package/es/components/{multi-chat → biunique-chat}/src/components/ChatHeader.vue.js +0 -0
- /package/es/components/{multi-chat → biunique-chat}/src/components/ChatHeader.vue2.js +0 -0
- /package/es/components/{multi-chat → biunique-chat}/src/components/ChatMain.vue.js +0 -0
- /package/es/components/{multi-chat → biunique-chat}/src/components/ChatMain.vue2.js +0 -0
- /package/es/components/{multi-chat → biunique-chat}/src/components/SiderList.vue.js +0 -0
- /package/es/components/{multi-chat → biunique-chat}/src/components/SiderList.vue2.js +0 -0
- /package/es/components/{multi-chat → biunique-chat}/src/utils/chatSock.js +0 -0
- /package/es/components/{multi-chat → biunique-chat}/style/index.css +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { SFCWithInstall } from '
|
|
1
|
+
import { SFCWithInstall } from '../../shared/types';
|
|
2
2
|
declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
3
3
|
anime: {
|
|
4
4
|
type: BooleanConstructor;
|
|
@@ -42,7 +42,7 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
42
42
|
default: string;
|
|
43
43
|
};
|
|
44
44
|
infoList: {
|
|
45
|
-
type: import("vue").PropType<import("
|
|
45
|
+
type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
|
|
46
46
|
default: () => never[];
|
|
47
47
|
};
|
|
48
48
|
labelField: {
|
|
@@ -63,7 +63,7 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
63
63
|
};
|
|
64
64
|
settingIcons: {
|
|
65
65
|
type: import("vue").PropType<(string | {
|
|
66
|
-
event: import("
|
|
66
|
+
event: import("../../shared/types").AnyFn<any[], any>;
|
|
67
67
|
render: () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
68
68
|
[key: string]: any;
|
|
69
69
|
}>[];
|
|
@@ -73,7 +73,7 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
73
73
|
formProps: {
|
|
74
74
|
type: import("vue").PropType<Partial<Partial<{
|
|
75
75
|
fieldList: import("..").FieldItem[];
|
|
76
|
-
initialData: import("
|
|
76
|
+
initialData: import("../../shared/types").AnyObject;
|
|
77
77
|
fieldVisitor: import("..").FieldVisitor;
|
|
78
78
|
column: number;
|
|
79
79
|
maxHeight: string | number;
|
|
@@ -137,8 +137,8 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
137
137
|
"x-compile-omitted"?: string[] | undefined;
|
|
138
138
|
}>;
|
|
139
139
|
components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
|
|
140
|
-
scope: import("
|
|
141
|
-
annotation: import("
|
|
140
|
+
scope: import("../../shared/types").AnyObject;
|
|
141
|
+
annotation: import("../../shared/types").AnyObject;
|
|
142
142
|
consumer: boolean;
|
|
143
143
|
uuid: string;
|
|
144
144
|
lifeCycle: Partial<{
|
|
@@ -147,18 +147,18 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
147
147
|
field: import("@formily/core").GeneralField;
|
|
148
148
|
oldValue: unknown;
|
|
149
149
|
}): any;
|
|
150
|
-
beforeRequest(fieldKey: string, params?: import("
|
|
151
|
-
afterRequest(fieldKey: string, res?: any, payload?: import("
|
|
152
|
-
afterOptionInit(fieldKey: string, options: import("
|
|
150
|
+
beforeRequest(fieldKey: string, params?: import("../../shared/types").AnyObject | undefined, payload?: import("../../shared/types").AnyObject | undefined): void | import("../../shared/types").UndefinedAble<import("../../shared/types").AnyObject>;
|
|
151
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../shared/types").AnyObject | undefined): import("../../shared/types").AnyObject[];
|
|
152
|
+
afterOptionInit(fieldKey: string, options: import("../../shared/types").AnyObject[], payload?: import("../../shared/types").AnyObject | undefined): void;
|
|
153
153
|
}>;
|
|
154
154
|
businessFormatter: import("..").FormBusinessFormatter;
|
|
155
155
|
requestInstance: import("..").FormRequestDefine.RequestInstance;
|
|
156
156
|
enterToNextWidget: boolean | ((fieldItem: import("..").FieldItem) => boolean | void);
|
|
157
|
-
lowCodeReactions: import("
|
|
157
|
+
lowCodeReactions: import("../../shared/types").LowCodeTypes.reactionsConfig[];
|
|
158
158
|
linebarAutoHidden: boolean;
|
|
159
159
|
bordered: string | boolean;
|
|
160
160
|
uniqueCacheData: boolean;
|
|
161
|
-
operationalForm: import("
|
|
161
|
+
operationalForm: import("../../shared/types").LowCodeTypes.operationalConfig[];
|
|
162
162
|
outBordered: boolean;
|
|
163
163
|
forceClearable: boolean;
|
|
164
164
|
}>>>;
|
|
@@ -207,7 +207,7 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
207
207
|
default: string;
|
|
208
208
|
};
|
|
209
209
|
infoList: {
|
|
210
|
-
type: import("vue").PropType<import("
|
|
210
|
+
type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
|
|
211
211
|
default: () => never[];
|
|
212
212
|
};
|
|
213
213
|
labelField: {
|
|
@@ -228,7 +228,7 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
228
228
|
};
|
|
229
229
|
settingIcons: {
|
|
230
230
|
type: import("vue").PropType<(string | {
|
|
231
|
-
event: import("
|
|
231
|
+
event: import("../../shared/types").AnyFn<any[], any>;
|
|
232
232
|
render: () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
233
233
|
[key: string]: any;
|
|
234
234
|
}>[];
|
|
@@ -238,7 +238,7 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
238
238
|
formProps: {
|
|
239
239
|
type: import("vue").PropType<Partial<Partial<{
|
|
240
240
|
fieldList: import("..").FieldItem[];
|
|
241
|
-
initialData: import("
|
|
241
|
+
initialData: import("../../shared/types").AnyObject;
|
|
242
242
|
fieldVisitor: import("..").FieldVisitor;
|
|
243
243
|
column: number;
|
|
244
244
|
maxHeight: string | number;
|
|
@@ -302,8 +302,8 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
302
302
|
"x-compile-omitted"?: string[] | undefined;
|
|
303
303
|
}>;
|
|
304
304
|
components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
|
|
305
|
-
scope: import("
|
|
306
|
-
annotation: import("
|
|
305
|
+
scope: import("../../shared/types").AnyObject;
|
|
306
|
+
annotation: import("../../shared/types").AnyObject;
|
|
307
307
|
consumer: boolean;
|
|
308
308
|
uuid: string;
|
|
309
309
|
lifeCycle: Partial<{
|
|
@@ -312,18 +312,18 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
312
312
|
field: import("@formily/core").GeneralField;
|
|
313
313
|
oldValue: unknown;
|
|
314
314
|
}): any;
|
|
315
|
-
beforeRequest(fieldKey: string, params?: import("
|
|
316
|
-
afterRequest(fieldKey: string, res?: any, payload?: import("
|
|
317
|
-
afterOptionInit(fieldKey: string, options: import("
|
|
315
|
+
beforeRequest(fieldKey: string, params?: import("../../shared/types").AnyObject | undefined, payload?: import("../../shared/types").AnyObject | undefined): void | import("../../shared/types").UndefinedAble<import("../../shared/types").AnyObject>;
|
|
316
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../shared/types").AnyObject | undefined): import("../../shared/types").AnyObject[];
|
|
317
|
+
afterOptionInit(fieldKey: string, options: import("../../shared/types").AnyObject[], payload?: import("../../shared/types").AnyObject | undefined): void;
|
|
318
318
|
}>;
|
|
319
319
|
businessFormatter: import("..").FormBusinessFormatter;
|
|
320
320
|
requestInstance: import("..").FormRequestDefine.RequestInstance;
|
|
321
321
|
enterToNextWidget: boolean | ((fieldItem: import("..").FieldItem) => boolean | void);
|
|
322
|
-
lowCodeReactions: import("
|
|
322
|
+
lowCodeReactions: import("../../shared/types").LowCodeTypes.reactionsConfig[];
|
|
323
323
|
linebarAutoHidden: boolean;
|
|
324
324
|
bordered: string | boolean;
|
|
325
325
|
uniqueCacheData: boolean;
|
|
326
|
-
operationalForm: import("
|
|
326
|
+
operationalForm: import("../../shared/types").LowCodeTypes.operationalConfig[];
|
|
327
327
|
outBordered: boolean;
|
|
328
328
|
forceClearable: boolean;
|
|
329
329
|
}>>>;
|
|
@@ -336,7 +336,7 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
336
336
|
}>>;
|
|
337
337
|
emit: (event: "formChange" | "openPatientInfo" | "fieldSet" | "update:compact", ...args: any[]) => void;
|
|
338
338
|
infoDescriptionRef: import("vue").Ref<{
|
|
339
|
-
updateColumn: import("
|
|
339
|
+
updateColumn: import("../../shared/types").AnyFn<any[], any>;
|
|
340
340
|
} | undefined>;
|
|
341
341
|
updateColumn: () => any;
|
|
342
342
|
toggleCompact: () => Promise<void>;
|
|
@@ -351,10 +351,10 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
351
351
|
render: () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
352
352
|
[key: string]: any;
|
|
353
353
|
}>[];
|
|
354
|
-
event: import("
|
|
354
|
+
event: import("../../shared/types").AnyFn<any[], any>;
|
|
355
355
|
}>;
|
|
356
356
|
settingIconList: import("vue").ComputedRef<{
|
|
357
|
-
event: import("
|
|
357
|
+
event: import("../../shared/types").AnyFn<any[], any>;
|
|
358
358
|
render: () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
359
359
|
[key: string]: any;
|
|
360
360
|
}>[];
|
|
@@ -407,10 +407,10 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
407
407
|
labelField: string;
|
|
408
408
|
valueField: string;
|
|
409
409
|
minColumnWidth: string | number;
|
|
410
|
-
rootSlot: Record<string, import("
|
|
410
|
+
rootSlot: Record<string, import("../../shared/types").AnyFn<any[], any>>;
|
|
411
411
|
formProps: Partial<Partial<{
|
|
412
412
|
fieldList: import("..").FieldItem[];
|
|
413
|
-
initialData: import("
|
|
413
|
+
initialData: import("../../shared/types").AnyObject;
|
|
414
414
|
fieldVisitor: import("..").FieldVisitor;
|
|
415
415
|
column: number;
|
|
416
416
|
maxHeight: string | number;
|
|
@@ -474,8 +474,8 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
474
474
|
"x-compile-omitted"?: string[] | undefined;
|
|
475
475
|
}>;
|
|
476
476
|
components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
|
|
477
|
-
scope: import("
|
|
478
|
-
annotation: import("
|
|
477
|
+
scope: import("../../shared/types").AnyObject;
|
|
478
|
+
annotation: import("../../shared/types").AnyObject;
|
|
479
479
|
consumer: boolean;
|
|
480
480
|
uuid: string;
|
|
481
481
|
lifeCycle: Partial<{
|
|
@@ -484,18 +484,18 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
484
484
|
field: import("@formily/core").GeneralField;
|
|
485
485
|
oldValue: unknown;
|
|
486
486
|
}): any;
|
|
487
|
-
beforeRequest(fieldKey: string, params?: import("
|
|
488
|
-
afterRequest(fieldKey: string, res?: any, payload?: import("
|
|
489
|
-
afterOptionInit(fieldKey: string, options: import("
|
|
487
|
+
beforeRequest(fieldKey: string, params?: import("../../shared/types").AnyObject | undefined, payload?: import("../../shared/types").AnyObject | undefined): void | import("../../shared/types").UndefinedAble<import("../../shared/types").AnyObject>;
|
|
488
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../shared/types").AnyObject | undefined): import("../../shared/types").AnyObject[];
|
|
489
|
+
afterOptionInit(fieldKey: string, options: import("../../shared/types").AnyObject[], payload?: import("../../shared/types").AnyObject | undefined): void;
|
|
490
490
|
}>;
|
|
491
491
|
businessFormatter: import("..").FormBusinessFormatter;
|
|
492
492
|
requestInstance: import("..").FormRequestDefine.RequestInstance;
|
|
493
493
|
enterToNextWidget: boolean | ((fieldItem: import("..").FieldItem) => boolean | void);
|
|
494
|
-
lowCodeReactions: import("
|
|
494
|
+
lowCodeReactions: import("../../shared/types").LowCodeTypes.reactionsConfig[];
|
|
495
495
|
linebarAutoHidden: boolean;
|
|
496
496
|
bordered: string | boolean;
|
|
497
497
|
uniqueCacheData: boolean;
|
|
498
|
-
operationalForm: import("
|
|
498
|
+
operationalForm: import("../../shared/types").LowCodeTypes.operationalConfig[];
|
|
499
499
|
outBordered: boolean;
|
|
500
500
|
forceClearable: boolean;
|
|
501
501
|
}>>;
|
|
@@ -655,7 +655,7 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
655
655
|
collector: import("..").BusinessCollector | undefined;
|
|
656
656
|
schemaAdaptor: (fieldList: import("..").FieldItem[], options?: Partial<{
|
|
657
657
|
fieldList: import("..").FieldItem[];
|
|
658
|
-
initialData: import("
|
|
658
|
+
initialData: import("../../shared/types").AnyObject;
|
|
659
659
|
fieldVisitor: import("..").FieldVisitor;
|
|
660
660
|
column: number;
|
|
661
661
|
maxHeight: string | number;
|
|
@@ -719,8 +719,8 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
719
719
|
"x-compile-omitted"?: string[] | undefined;
|
|
720
720
|
}>;
|
|
721
721
|
components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
|
|
722
|
-
scope: import("
|
|
723
|
-
annotation: import("
|
|
722
|
+
scope: import("../../shared/types").AnyObject;
|
|
723
|
+
annotation: import("../../shared/types").AnyObject;
|
|
724
724
|
consumer: boolean;
|
|
725
725
|
uuid: string;
|
|
726
726
|
lifeCycle: Partial<{
|
|
@@ -729,18 +729,18 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
729
729
|
field: import("@formily/core").GeneralField;
|
|
730
730
|
oldValue: unknown;
|
|
731
731
|
}): any;
|
|
732
|
-
beforeRequest(fieldKey: string, params?: import("
|
|
733
|
-
afterRequest(fieldKey: string, res?: any, payload?: import("
|
|
734
|
-
afterOptionInit(fieldKey: string, options: import("
|
|
732
|
+
beforeRequest(fieldKey: string, params?: import("../../shared/types").AnyObject | undefined, payload?: import("../../shared/types").AnyObject | undefined): void | import("../../shared/types").UndefinedAble<import("../../shared/types").AnyObject>;
|
|
733
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../shared/types").AnyObject | undefined): import("../../shared/types").AnyObject[];
|
|
734
|
+
afterOptionInit(fieldKey: string, options: import("../../shared/types").AnyObject[], payload?: import("../../shared/types").AnyObject | undefined): void;
|
|
735
735
|
}>;
|
|
736
736
|
businessFormatter: import("..").FormBusinessFormatter;
|
|
737
737
|
requestInstance: import("..").FormRequestDefine.RequestInstance;
|
|
738
738
|
enterToNextWidget: boolean | ((fieldItem: import("..").FieldItem) => boolean | void);
|
|
739
|
-
lowCodeReactions: import("
|
|
739
|
+
lowCodeReactions: import("../../shared/types").LowCodeTypes.reactionsConfig[];
|
|
740
740
|
linebarAutoHidden: boolean;
|
|
741
741
|
bordered: string | boolean;
|
|
742
742
|
uniqueCacheData: boolean;
|
|
743
|
-
operationalForm: import("
|
|
743
|
+
operationalForm: import("../../shared/types").LowCodeTypes.operationalConfig[];
|
|
744
744
|
outBordered: boolean;
|
|
745
745
|
forceClearable: boolean;
|
|
746
746
|
}>) => Record<string, import("@formily/json-schema").Stringify<{
|
|
@@ -2500,19 +2500,19 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2500
2500
|
}>;
|
|
2501
2501
|
SlotRender: import("vue").DefineComponent<{
|
|
2502
2502
|
renderer: {
|
|
2503
|
-
type: import("vue").PropType<string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("
|
|
2503
|
+
type: import("vue").PropType<string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("../../shared/types").AnyFn<any[], any>>;
|
|
2504
2504
|
required: true;
|
|
2505
2505
|
};
|
|
2506
2506
|
rootSlots: {
|
|
2507
|
-
type: import("vue").PropType<Record<string, import("
|
|
2507
|
+
type: import("vue").PropType<Record<string, import("../../shared/types").AnyFn<any[], any>>>;
|
|
2508
2508
|
};
|
|
2509
2509
|
}, () => any, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2510
2510
|
renderer: {
|
|
2511
|
-
type: import("vue").PropType<string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("
|
|
2511
|
+
type: import("vue").PropType<string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("../../shared/types").AnyFn<any[], any>>;
|
|
2512
2512
|
required: true;
|
|
2513
2513
|
};
|
|
2514
2514
|
rootSlots: {
|
|
2515
|
-
type: import("vue").PropType<Record<string, import("
|
|
2515
|
+
type: import("vue").PropType<Record<string, import("../../shared/types").AnyFn<any[], any>>>;
|
|
2516
2516
|
};
|
|
2517
2517
|
}>>, {}>;
|
|
2518
2518
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -2597,7 +2597,7 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2597
2597
|
type: import("vue").PropType<import("..").FieldItem[]>;
|
|
2598
2598
|
};
|
|
2599
2599
|
initialData: {
|
|
2600
|
-
type: import("vue").PropType<import("
|
|
2600
|
+
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
|
2601
2601
|
default: () => {};
|
|
2602
2602
|
};
|
|
2603
2603
|
fieldVisitor: {
|
|
@@ -2686,11 +2686,11 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2686
2686
|
default: () => {};
|
|
2687
2687
|
};
|
|
2688
2688
|
scope: {
|
|
2689
|
-
type: import("vue").PropType<import("
|
|
2689
|
+
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
|
2690
2690
|
default: () => {};
|
|
2691
2691
|
};
|
|
2692
2692
|
annotation: {
|
|
2693
|
-
type: import("vue").PropType<import("
|
|
2693
|
+
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
|
2694
2694
|
};
|
|
2695
2695
|
consumer: {
|
|
2696
2696
|
type: BooleanConstructor;
|
|
@@ -2706,9 +2706,9 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2706
2706
|
field: import("@formily/core").GeneralField;
|
|
2707
2707
|
oldValue: unknown;
|
|
2708
2708
|
}): any;
|
|
2709
|
-
beforeRequest(fieldKey: string, params?: import("
|
|
2710
|
-
afterRequest(fieldKey: string, res?: any, payload?: import("
|
|
2711
|
-
afterOptionInit(fieldKey: string, options: import("
|
|
2709
|
+
beforeRequest(fieldKey: string, params?: import("../../shared/types").AnyObject | undefined, payload?: import("../../shared/types").AnyObject | undefined): void | import("../../shared/types").UndefinedAble<import("../../shared/types").AnyObject>;
|
|
2710
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../shared/types").AnyObject | undefined): import("../../shared/types").AnyObject[];
|
|
2711
|
+
afterOptionInit(fieldKey: string, options: import("../../shared/types").AnyObject[], payload?: import("../../shared/types").AnyObject | undefined): void;
|
|
2712
2712
|
}>>;
|
|
2713
2713
|
};
|
|
2714
2714
|
requestInstance: {
|
|
@@ -2719,13 +2719,17 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2719
2719
|
default: boolean;
|
|
2720
2720
|
};
|
|
2721
2721
|
lowCodeReactions: {
|
|
2722
|
-
type: import("vue").PropType<import("
|
|
2722
|
+
type: import("vue").PropType<import("../../shared/types").LowCodeTypes.reactionsConfig[]>;
|
|
2723
2723
|
};
|
|
2724
2724
|
operationalForm: {
|
|
2725
|
-
type: import("vue").PropType<import("
|
|
2725
|
+
type: import("vue").PropType<import("../../shared/types").LowCodeTypes.operationalConfig[]>;
|
|
2726
2726
|
};
|
|
2727
2727
|
dateOperationalForm: {
|
|
2728
|
-
type: import("vue").PropType<import("
|
|
2728
|
+
type: import("vue").PropType<import("../../shared/types").LowCodeTypes.dateOperationalConfig[]>;
|
|
2729
|
+
};
|
|
2730
|
+
operationalFormInit: {
|
|
2731
|
+
type: BooleanConstructor;
|
|
2732
|
+
default: boolean;
|
|
2729
2733
|
};
|
|
2730
2734
|
linebarAutoHidden: {
|
|
2731
2735
|
type: BooleanConstructor;
|
|
@@ -2749,7 +2753,7 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2749
2753
|
type: import("vue").PropType<import("..").FieldItem[]>;
|
|
2750
2754
|
};
|
|
2751
2755
|
initialData: {
|
|
2752
|
-
type: import("vue").PropType<import("
|
|
2756
|
+
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
|
2753
2757
|
default: () => {};
|
|
2754
2758
|
};
|
|
2755
2759
|
fieldVisitor: {
|
|
@@ -2838,11 +2842,11 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2838
2842
|
default: () => {};
|
|
2839
2843
|
};
|
|
2840
2844
|
scope: {
|
|
2841
|
-
type: import("vue").PropType<import("
|
|
2845
|
+
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
|
2842
2846
|
default: () => {};
|
|
2843
2847
|
};
|
|
2844
2848
|
annotation: {
|
|
2845
|
-
type: import("vue").PropType<import("
|
|
2849
|
+
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
|
2846
2850
|
};
|
|
2847
2851
|
consumer: {
|
|
2848
2852
|
type: BooleanConstructor;
|
|
@@ -2858,9 +2862,9 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2858
2862
|
field: import("@formily/core").GeneralField;
|
|
2859
2863
|
oldValue: unknown;
|
|
2860
2864
|
}): any;
|
|
2861
|
-
beforeRequest(fieldKey: string, params?: import("
|
|
2862
|
-
afterRequest(fieldKey: string, res?: any, payload?: import("
|
|
2863
|
-
afterOptionInit(fieldKey: string, options: import("
|
|
2865
|
+
beforeRequest(fieldKey: string, params?: import("../../shared/types").AnyObject | undefined, payload?: import("../../shared/types").AnyObject | undefined): void | import("../../shared/types").UndefinedAble<import("../../shared/types").AnyObject>;
|
|
2866
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../shared/types").AnyObject | undefined): import("../../shared/types").AnyObject[];
|
|
2867
|
+
afterOptionInit(fieldKey: string, options: import("../../shared/types").AnyObject[], payload?: import("../../shared/types").AnyObject | undefined): void;
|
|
2864
2868
|
}>>;
|
|
2865
2869
|
};
|
|
2866
2870
|
requestInstance: {
|
|
@@ -2871,13 +2875,17 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2871
2875
|
default: boolean;
|
|
2872
2876
|
};
|
|
2873
2877
|
lowCodeReactions: {
|
|
2874
|
-
type: import("vue").PropType<import("
|
|
2878
|
+
type: import("vue").PropType<import("../../shared/types").LowCodeTypes.reactionsConfig[]>;
|
|
2875
2879
|
};
|
|
2876
2880
|
operationalForm: {
|
|
2877
|
-
type: import("vue").PropType<import("
|
|
2881
|
+
type: import("vue").PropType<import("../../shared/types").LowCodeTypes.operationalConfig[]>;
|
|
2878
2882
|
};
|
|
2879
2883
|
dateOperationalForm: {
|
|
2880
|
-
type: import("vue").PropType<import("
|
|
2884
|
+
type: import("vue").PropType<import("../../shared/types").LowCodeTypes.dateOperationalConfig[]>;
|
|
2885
|
+
};
|
|
2886
|
+
operationalFormInit: {
|
|
2887
|
+
type: BooleanConstructor;
|
|
2888
|
+
default: boolean;
|
|
2881
2889
|
};
|
|
2882
2890
|
linebarAutoHidden: {
|
|
2883
2891
|
type: BooleanConstructor;
|
|
@@ -2921,7 +2929,7 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2921
2929
|
changeContextCollector: import("..").ContextCollector;
|
|
2922
2930
|
formUUID: string;
|
|
2923
2931
|
anchorBarRef: import("vue").Ref<{
|
|
2924
|
-
syncBarPosition: import("
|
|
2932
|
+
syncBarPosition: import("../../shared/types").AnyFn<any[], any>;
|
|
2925
2933
|
} | undefined>;
|
|
2926
2934
|
currentAnchor: import("vue").WritableComputedRef<string>;
|
|
2927
2935
|
updateAnchorList: (field: import("@formily/core").GeneralField) => void;
|
|
@@ -2936,18 +2944,18 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2936
2944
|
field: import("@formily/core").GeneralField;
|
|
2937
2945
|
oldValue: unknown;
|
|
2938
2946
|
}): any;
|
|
2939
|
-
beforeRequest(fieldKey: string, params?: import("
|
|
2940
|
-
afterRequest(fieldKey: string, res?: any, payload?: import("
|
|
2941
|
-
afterOptionInit(fieldKey: string, options: import("
|
|
2942
|
-
}>>[T]> | undefined) => import("
|
|
2947
|
+
beforeRequest(fieldKey: string, params?: import("../../shared/types").AnyObject | undefined, payload?: import("../../shared/types").AnyObject | undefined): void | import("../../shared/types").UndefinedAble<import("../../shared/types").AnyObject>;
|
|
2948
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../shared/types").AnyObject | undefined): import("../../shared/types").AnyObject[];
|
|
2949
|
+
afterOptionInit(fieldKey: string, options: import("../../shared/types").AnyObject[], payload?: import("../../shared/types").AnyObject | undefined): void;
|
|
2950
|
+
}>>[T]> | undefined) => import("../../shared/types").UndefinedAble<ReturnType<Required<Partial<{
|
|
2943
2951
|
onSetup(): void;
|
|
2944
2952
|
beforeSetValue(fieldKey: string, value: unknown, payload: {
|
|
2945
2953
|
field: import("@formily/core").GeneralField;
|
|
2946
2954
|
oldValue: unknown;
|
|
2947
2955
|
}): any;
|
|
2948
|
-
beforeRequest(fieldKey: string, params?: import("
|
|
2949
|
-
afterRequest(fieldKey: string, res?: any, payload?: import("
|
|
2950
|
-
afterOptionInit(fieldKey: string, options: import("
|
|
2956
|
+
beforeRequest(fieldKey: string, params?: import("../../shared/types").AnyObject | undefined, payload?: import("../../shared/types").AnyObject | undefined): void | import("../../shared/types").UndefinedAble<import("../../shared/types").AnyObject>;
|
|
2957
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../shared/types").AnyObject | undefined): import("../../shared/types").AnyObject[];
|
|
2958
|
+
afterOptionInit(fieldKey: string, options: import("../../shared/types").AnyObject[], payload?: import("../../shared/types").AnyObject | undefined): void;
|
|
2951
2959
|
}>>[T]>>;
|
|
2952
2960
|
triggerAutoHidden: (field: import("@formily/core").GeneralField) => Promise<void>;
|
|
2953
2961
|
observeFormGraph: Record<string, import("@formily/core").GeneralField>;
|
|
@@ -2959,15 +2967,15 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2959
2967
|
}>;
|
|
2960
2968
|
lowCodeReactionsHandler: (field: string) => void;
|
|
2961
2969
|
triggerAllReactionsHandler: () => void;
|
|
2962
|
-
operationalFormHandler:
|
|
2963
|
-
|
|
2964
|
-
|
|
2965
|
-
|
|
2966
|
-
setDisabled: (value: boolean) => void;
|
|
2970
|
+
operationalFormHandler: {
|
|
2971
|
+
trigger(fieldKey: string): void;
|
|
2972
|
+
triggerAll(): void;
|
|
2973
|
+
triggerDisabled: string | boolean;
|
|
2967
2974
|
};
|
|
2975
|
+
wordbookSettingHandler: import("..").wordbookSettingHandler;
|
|
2968
2976
|
schemaAdaptor: (fieldList: import("..").FieldItem[], options?: Partial<{
|
|
2969
2977
|
fieldList: import("..").FieldItem[];
|
|
2970
|
-
initialData: import("
|
|
2978
|
+
initialData: import("../../shared/types").AnyObject;
|
|
2971
2979
|
fieldVisitor: import("..").FieldVisitor;
|
|
2972
2980
|
column: number;
|
|
2973
2981
|
maxHeight: string | number;
|
|
@@ -3031,8 +3039,8 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3031
3039
|
"x-compile-omitted"?: string[] | undefined;
|
|
3032
3040
|
}>;
|
|
3033
3041
|
components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
|
|
3034
|
-
scope: import("
|
|
3035
|
-
annotation: import("
|
|
3042
|
+
scope: import("../../shared/types").AnyObject;
|
|
3043
|
+
annotation: import("../../shared/types").AnyObject;
|
|
3036
3044
|
consumer: boolean;
|
|
3037
3045
|
uuid: string;
|
|
3038
3046
|
lifeCycle: Partial<{
|
|
@@ -3041,18 +3049,18 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3041
3049
|
field: import("@formily/core").GeneralField;
|
|
3042
3050
|
oldValue: unknown;
|
|
3043
3051
|
}): any;
|
|
3044
|
-
beforeRequest(fieldKey: string, params?: import("
|
|
3045
|
-
afterRequest(fieldKey: string, res?: any, payload?: import("
|
|
3046
|
-
afterOptionInit(fieldKey: string, options: import("
|
|
3052
|
+
beforeRequest(fieldKey: string, params?: import("../../shared/types").AnyObject | undefined, payload?: import("../../shared/types").AnyObject | undefined): void | import("../../shared/types").UndefinedAble<import("../../shared/types").AnyObject>;
|
|
3053
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../shared/types").AnyObject | undefined): import("../../shared/types").AnyObject[];
|
|
3054
|
+
afterOptionInit(fieldKey: string, options: import("../../shared/types").AnyObject[], payload?: import("../../shared/types").AnyObject | undefined): void;
|
|
3047
3055
|
}>;
|
|
3048
3056
|
businessFormatter: import("..").FormBusinessFormatter;
|
|
3049
3057
|
requestInstance: import("..").FormRequestDefine.RequestInstance;
|
|
3050
3058
|
enterToNextWidget: boolean | ((fieldItem: import("..").FieldItem) => boolean | void);
|
|
3051
|
-
lowCodeReactions: import("
|
|
3059
|
+
lowCodeReactions: import("../../shared/types").LowCodeTypes.reactionsConfig[];
|
|
3052
3060
|
linebarAutoHidden: boolean;
|
|
3053
3061
|
bordered: string | boolean;
|
|
3054
3062
|
uniqueCacheData: boolean;
|
|
3055
|
-
operationalForm: import("
|
|
3063
|
+
operationalForm: import("../../shared/types").LowCodeTypes.operationalConfig[];
|
|
3056
3064
|
outBordered: boolean;
|
|
3057
3065
|
forceClearable: boolean;
|
|
3058
3066
|
}>) => Record<string, import("@formily/json-schema").Stringify<{
|
|
@@ -3177,7 +3185,14 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3177
3185
|
force?: boolean | undefined;
|
|
3178
3186
|
}): Promise<void>;
|
|
3179
3187
|
getFormValues(needCombineExtendKey?: boolean): any;
|
|
3180
|
-
setFormValues(values: import("
|
|
3188
|
+
setFormValues(values: import("../../shared/types").AnyObject, options?: boolean | {
|
|
3189
|
+
needSplitExtendKey?: boolean | undefined;
|
|
3190
|
+
avoidBusinessConnection?: string | boolean | undefined;
|
|
3191
|
+
avoidDependKeyConnection?: string | boolean | undefined;
|
|
3192
|
+
avoidWordbookSettingConnection?: string | boolean | undefined;
|
|
3193
|
+
avoidOperationalFormConnection?: string | boolean | undefined;
|
|
3194
|
+
overwrite?: boolean | undefined;
|
|
3195
|
+
}, avoidBusinessConnection?: string | boolean, overwrite?: boolean): Promise<void>;
|
|
3181
3196
|
setFieldState(path: string, setter: (field: Partial<Pick<import("@formily/core").Field<any, any, any, any>, import("@formily/core").NonFunctionPropertyNames<{
|
|
3182
3197
|
match: (pattern: import("@formily/path").Pattern) => boolean;
|
|
3183
3198
|
validate: (triggerType?: import("@formily/validator").ValidatorTriggerType | undefined) => any;
|
|
@@ -3344,7 +3359,7 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3344
3359
|
type: import("vue").PropType<import("..").FieldItem[]>;
|
|
3345
3360
|
};
|
|
3346
3361
|
initialData: {
|
|
3347
|
-
type: import("vue").PropType<import("
|
|
3362
|
+
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
|
3348
3363
|
default: () => {};
|
|
3349
3364
|
};
|
|
3350
3365
|
fieldVisitor: {
|
|
@@ -3433,11 +3448,11 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3433
3448
|
default: () => {};
|
|
3434
3449
|
};
|
|
3435
3450
|
scope: {
|
|
3436
|
-
type: import("vue").PropType<import("
|
|
3451
|
+
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
|
3437
3452
|
default: () => {};
|
|
3438
3453
|
};
|
|
3439
3454
|
annotation: {
|
|
3440
|
-
type: import("vue").PropType<import("
|
|
3455
|
+
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
|
3441
3456
|
};
|
|
3442
3457
|
consumer: {
|
|
3443
3458
|
type: BooleanConstructor;
|
|
@@ -3453,9 +3468,9 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3453
3468
|
field: import("@formily/core").GeneralField;
|
|
3454
3469
|
oldValue: unknown;
|
|
3455
3470
|
}): any;
|
|
3456
|
-
beforeRequest(fieldKey: string, params?: import("
|
|
3457
|
-
afterRequest(fieldKey: string, res?: any, payload?: import("
|
|
3458
|
-
afterOptionInit(fieldKey: string, options: import("
|
|
3471
|
+
beforeRequest(fieldKey: string, params?: import("../../shared/types").AnyObject | undefined, payload?: import("../../shared/types").AnyObject | undefined): void | import("../../shared/types").UndefinedAble<import("../../shared/types").AnyObject>;
|
|
3472
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../shared/types").AnyObject | undefined): import("../../shared/types").AnyObject[];
|
|
3473
|
+
afterOptionInit(fieldKey: string, options: import("../../shared/types").AnyObject[], payload?: import("../../shared/types").AnyObject | undefined): void;
|
|
3459
3474
|
}>>;
|
|
3460
3475
|
};
|
|
3461
3476
|
requestInstance: {
|
|
@@ -3466,13 +3481,17 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3466
3481
|
default: boolean;
|
|
3467
3482
|
};
|
|
3468
3483
|
lowCodeReactions: {
|
|
3469
|
-
type: import("vue").PropType<import("
|
|
3484
|
+
type: import("vue").PropType<import("../../shared/types").LowCodeTypes.reactionsConfig[]>;
|
|
3470
3485
|
};
|
|
3471
3486
|
operationalForm: {
|
|
3472
|
-
type: import("vue").PropType<import("
|
|
3487
|
+
type: import("vue").PropType<import("../../shared/types").LowCodeTypes.operationalConfig[]>;
|
|
3473
3488
|
};
|
|
3474
3489
|
dateOperationalForm: {
|
|
3475
|
-
type: import("vue").PropType<import("
|
|
3490
|
+
type: import("vue").PropType<import("../../shared/types").LowCodeTypes.dateOperationalConfig[]>;
|
|
3491
|
+
};
|
|
3492
|
+
operationalFormInit: {
|
|
3493
|
+
type: BooleanConstructor;
|
|
3494
|
+
default: boolean;
|
|
3476
3495
|
};
|
|
3477
3496
|
linebarAutoHidden: {
|
|
3478
3497
|
type: BooleanConstructor;
|
|
@@ -3500,15 +3519,16 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3500
3519
|
column: number;
|
|
3501
3520
|
forceClearable: boolean;
|
|
3502
3521
|
components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
|
|
3503
|
-
initialData: import("
|
|
3522
|
+
initialData: import("../../shared/types").AnyObject;
|
|
3504
3523
|
parallelism: number;
|
|
3505
|
-
scope: import("
|
|
3524
|
+
scope: import("../../shared/types").AnyObject;
|
|
3506
3525
|
consumer: boolean;
|
|
3507
3526
|
enterToNextWidget: boolean | ((fieldItem: import("..").FieldItem) => boolean | void);
|
|
3508
3527
|
linebarAutoHidden: boolean;
|
|
3509
3528
|
bordered: string | boolean;
|
|
3510
3529
|
uniqueCacheData: boolean;
|
|
3511
3530
|
outBordered: boolean;
|
|
3531
|
+
operationalFormInit: boolean;
|
|
3512
3532
|
}>;
|
|
3513
3533
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
|
|
3514
3534
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -3637,7 +3657,7 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3637
3657
|
type: import("vue").PropType<import("..").FieldItem[]>;
|
|
3638
3658
|
};
|
|
3639
3659
|
initialData: {
|
|
3640
|
-
type: import("vue").PropType<import("
|
|
3660
|
+
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
|
3641
3661
|
default: () => {};
|
|
3642
3662
|
};
|
|
3643
3663
|
fieldVisitor: {
|
|
@@ -3726,11 +3746,11 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3726
3746
|
default: () => {};
|
|
3727
3747
|
};
|
|
3728
3748
|
scope: {
|
|
3729
|
-
type: import("vue").PropType<import("
|
|
3749
|
+
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
|
3730
3750
|
default: () => {};
|
|
3731
3751
|
};
|
|
3732
3752
|
annotation: {
|
|
3733
|
-
type: import("vue").PropType<import("
|
|
3753
|
+
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
|
3734
3754
|
};
|
|
3735
3755
|
consumer: {
|
|
3736
3756
|
type: BooleanConstructor;
|
|
@@ -3746,9 +3766,9 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3746
3766
|
field: import("@formily/core").GeneralField;
|
|
3747
3767
|
oldValue: unknown;
|
|
3748
3768
|
}): any;
|
|
3749
|
-
beforeRequest(fieldKey: string, params?: import("
|
|
3750
|
-
afterRequest(fieldKey: string, res?: any, payload?: import("
|
|
3751
|
-
afterOptionInit(fieldKey: string, options: import("
|
|
3769
|
+
beforeRequest(fieldKey: string, params?: import("../../shared/types").AnyObject | undefined, payload?: import("../../shared/types").AnyObject | undefined): void | import("../../shared/types").UndefinedAble<import("../../shared/types").AnyObject>;
|
|
3770
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../shared/types").AnyObject | undefined): import("../../shared/types").AnyObject[];
|
|
3771
|
+
afterOptionInit(fieldKey: string, options: import("../../shared/types").AnyObject[], payload?: import("../../shared/types").AnyObject | undefined): void;
|
|
3752
3772
|
}>>;
|
|
3753
3773
|
};
|
|
3754
3774
|
requestInstance: {
|
|
@@ -3759,13 +3779,17 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3759
3779
|
default: boolean;
|
|
3760
3780
|
};
|
|
3761
3781
|
lowCodeReactions: {
|
|
3762
|
-
type: import("vue").PropType<import("
|
|
3782
|
+
type: import("vue").PropType<import("../../shared/types").LowCodeTypes.reactionsConfig[]>;
|
|
3763
3783
|
};
|
|
3764
3784
|
operationalForm: {
|
|
3765
|
-
type: import("vue").PropType<import("
|
|
3785
|
+
type: import("vue").PropType<import("../../shared/types").LowCodeTypes.operationalConfig[]>;
|
|
3766
3786
|
};
|
|
3767
3787
|
dateOperationalForm: {
|
|
3768
|
-
type: import("vue").PropType<import("
|
|
3788
|
+
type: import("vue").PropType<import("../../shared/types").LowCodeTypes.dateOperationalConfig[]>;
|
|
3789
|
+
};
|
|
3790
|
+
operationalFormInit: {
|
|
3791
|
+
type: BooleanConstructor;
|
|
3792
|
+
default: boolean;
|
|
3769
3793
|
};
|
|
3770
3794
|
linebarAutoHidden: {
|
|
3771
3795
|
type: BooleanConstructor;
|
|
@@ -3789,7 +3813,7 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3789
3813
|
type: import("vue").PropType<import("..").FieldItem[]>;
|
|
3790
3814
|
};
|
|
3791
3815
|
initialData: {
|
|
3792
|
-
type: import("vue").PropType<import("
|
|
3816
|
+
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
|
3793
3817
|
default: () => {};
|
|
3794
3818
|
};
|
|
3795
3819
|
fieldVisitor: {
|
|
@@ -3878,11 +3902,11 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3878
3902
|
default: () => {};
|
|
3879
3903
|
};
|
|
3880
3904
|
scope: {
|
|
3881
|
-
type: import("vue").PropType<import("
|
|
3905
|
+
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
|
3882
3906
|
default: () => {};
|
|
3883
3907
|
};
|
|
3884
3908
|
annotation: {
|
|
3885
|
-
type: import("vue").PropType<import("
|
|
3909
|
+
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
|
3886
3910
|
};
|
|
3887
3911
|
consumer: {
|
|
3888
3912
|
type: BooleanConstructor;
|
|
@@ -3898,9 +3922,9 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3898
3922
|
field: import("@formily/core").GeneralField;
|
|
3899
3923
|
oldValue: unknown;
|
|
3900
3924
|
}): any;
|
|
3901
|
-
beforeRequest(fieldKey: string, params?: import("
|
|
3902
|
-
afterRequest(fieldKey: string, res?: any, payload?: import("
|
|
3903
|
-
afterOptionInit(fieldKey: string, options: import("
|
|
3925
|
+
beforeRequest(fieldKey: string, params?: import("../../shared/types").AnyObject | undefined, payload?: import("../../shared/types").AnyObject | undefined): void | import("../../shared/types").UndefinedAble<import("../../shared/types").AnyObject>;
|
|
3926
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../shared/types").AnyObject | undefined): import("../../shared/types").AnyObject[];
|
|
3927
|
+
afterOptionInit(fieldKey: string, options: import("../../shared/types").AnyObject[], payload?: import("../../shared/types").AnyObject | undefined): void;
|
|
3904
3928
|
}>>;
|
|
3905
3929
|
};
|
|
3906
3930
|
requestInstance: {
|
|
@@ -3911,13 +3935,17 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3911
3935
|
default: boolean;
|
|
3912
3936
|
};
|
|
3913
3937
|
lowCodeReactions: {
|
|
3914
|
-
type: import("vue").PropType<import("
|
|
3938
|
+
type: import("vue").PropType<import("../../shared/types").LowCodeTypes.reactionsConfig[]>;
|
|
3915
3939
|
};
|
|
3916
3940
|
operationalForm: {
|
|
3917
|
-
type: import("vue").PropType<import("
|
|
3941
|
+
type: import("vue").PropType<import("../../shared/types").LowCodeTypes.operationalConfig[]>;
|
|
3918
3942
|
};
|
|
3919
3943
|
dateOperationalForm: {
|
|
3920
|
-
type: import("vue").PropType<import("
|
|
3944
|
+
type: import("vue").PropType<import("../../shared/types").LowCodeTypes.dateOperationalConfig[]>;
|
|
3945
|
+
};
|
|
3946
|
+
operationalFormInit: {
|
|
3947
|
+
type: BooleanConstructor;
|
|
3948
|
+
default: boolean;
|
|
3921
3949
|
};
|
|
3922
3950
|
linebarAutoHidden: {
|
|
3923
3951
|
type: BooleanConstructor;
|
|
@@ -3961,7 +3989,7 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3961
3989
|
changeContextCollector: import("..").ContextCollector;
|
|
3962
3990
|
formUUID: string;
|
|
3963
3991
|
anchorBarRef: import("vue").Ref<{
|
|
3964
|
-
syncBarPosition: import("
|
|
3992
|
+
syncBarPosition: import("../../shared/types").AnyFn<any[], any>;
|
|
3965
3993
|
} | undefined>;
|
|
3966
3994
|
currentAnchor: import("vue").WritableComputedRef<string>;
|
|
3967
3995
|
updateAnchorList: (field: import("@formily/core").GeneralField) => void;
|
|
@@ -3976,18 +4004,18 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3976
4004
|
field: import("@formily/core").GeneralField;
|
|
3977
4005
|
oldValue: unknown;
|
|
3978
4006
|
}): any;
|
|
3979
|
-
beforeRequest(fieldKey: string, params?: import("
|
|
3980
|
-
afterRequest(fieldKey: string, res?: any, payload?: import("
|
|
3981
|
-
afterOptionInit(fieldKey: string, options: import("
|
|
3982
|
-
}>>[T]> | undefined) => import("
|
|
4007
|
+
beforeRequest(fieldKey: string, params?: import("../../shared/types").AnyObject | undefined, payload?: import("../../shared/types").AnyObject | undefined): void | import("../../shared/types").UndefinedAble<import("../../shared/types").AnyObject>;
|
|
4008
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../shared/types").AnyObject | undefined): import("../../shared/types").AnyObject[];
|
|
4009
|
+
afterOptionInit(fieldKey: string, options: import("../../shared/types").AnyObject[], payload?: import("../../shared/types").AnyObject | undefined): void;
|
|
4010
|
+
}>>[T]> | undefined) => import("../../shared/types").UndefinedAble<ReturnType<Required<Partial<{
|
|
3983
4011
|
onSetup(): void;
|
|
3984
4012
|
beforeSetValue(fieldKey: string, value: unknown, payload: {
|
|
3985
4013
|
field: import("@formily/core").GeneralField;
|
|
3986
4014
|
oldValue: unknown;
|
|
3987
4015
|
}): any;
|
|
3988
|
-
beforeRequest(fieldKey: string, params?: import("
|
|
3989
|
-
afterRequest(fieldKey: string, res?: any, payload?: import("
|
|
3990
|
-
afterOptionInit(fieldKey: string, options: import("
|
|
4016
|
+
beforeRequest(fieldKey: string, params?: import("../../shared/types").AnyObject | undefined, payload?: import("../../shared/types").AnyObject | undefined): void | import("../../shared/types").UndefinedAble<import("../../shared/types").AnyObject>;
|
|
4017
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../shared/types").AnyObject | undefined): import("../../shared/types").AnyObject[];
|
|
4018
|
+
afterOptionInit(fieldKey: string, options: import("../../shared/types").AnyObject[], payload?: import("../../shared/types").AnyObject | undefined): void;
|
|
3991
4019
|
}>>[T]>>;
|
|
3992
4020
|
triggerAutoHidden: (field: import("@formily/core").GeneralField) => Promise<void>;
|
|
3993
4021
|
observeFormGraph: Record<string, import("@formily/core").GeneralField>;
|
|
@@ -3999,15 +4027,15 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3999
4027
|
}>;
|
|
4000
4028
|
lowCodeReactionsHandler: (field: string) => void;
|
|
4001
4029
|
triggerAllReactionsHandler: () => void;
|
|
4002
|
-
operationalFormHandler:
|
|
4003
|
-
|
|
4004
|
-
|
|
4005
|
-
|
|
4006
|
-
setDisabled: (value: boolean) => void;
|
|
4030
|
+
operationalFormHandler: {
|
|
4031
|
+
trigger(fieldKey: string): void;
|
|
4032
|
+
triggerAll(): void;
|
|
4033
|
+
triggerDisabled: string | boolean;
|
|
4007
4034
|
};
|
|
4035
|
+
wordbookSettingHandler: import("..").wordbookSettingHandler;
|
|
4008
4036
|
schemaAdaptor: (fieldList: import("..").FieldItem[], options?: Partial<{
|
|
4009
4037
|
fieldList: import("..").FieldItem[];
|
|
4010
|
-
initialData: import("
|
|
4038
|
+
initialData: import("../../shared/types").AnyObject;
|
|
4011
4039
|
fieldVisitor: import("..").FieldVisitor;
|
|
4012
4040
|
column: number;
|
|
4013
4041
|
maxHeight: string | number;
|
|
@@ -4071,8 +4099,8 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4071
4099
|
"x-compile-omitted"?: string[] | undefined;
|
|
4072
4100
|
}>;
|
|
4073
4101
|
components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
|
|
4074
|
-
scope: import("
|
|
4075
|
-
annotation: import("
|
|
4102
|
+
scope: import("../../shared/types").AnyObject;
|
|
4103
|
+
annotation: import("../../shared/types").AnyObject;
|
|
4076
4104
|
consumer: boolean;
|
|
4077
4105
|
uuid: string;
|
|
4078
4106
|
lifeCycle: Partial<{
|
|
@@ -4081,18 +4109,18 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4081
4109
|
field: import("@formily/core").GeneralField;
|
|
4082
4110
|
oldValue: unknown;
|
|
4083
4111
|
}): any;
|
|
4084
|
-
beforeRequest(fieldKey: string, params?: import("
|
|
4085
|
-
afterRequest(fieldKey: string, res?: any, payload?: import("
|
|
4086
|
-
afterOptionInit(fieldKey: string, options: import("
|
|
4112
|
+
beforeRequest(fieldKey: string, params?: import("../../shared/types").AnyObject | undefined, payload?: import("../../shared/types").AnyObject | undefined): void | import("../../shared/types").UndefinedAble<import("../../shared/types").AnyObject>;
|
|
4113
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../shared/types").AnyObject | undefined): import("../../shared/types").AnyObject[];
|
|
4114
|
+
afterOptionInit(fieldKey: string, options: import("../../shared/types").AnyObject[], payload?: import("../../shared/types").AnyObject | undefined): void;
|
|
4087
4115
|
}>;
|
|
4088
4116
|
businessFormatter: import("..").FormBusinessFormatter;
|
|
4089
4117
|
requestInstance: import("..").FormRequestDefine.RequestInstance;
|
|
4090
4118
|
enterToNextWidget: boolean | ((fieldItem: import("..").FieldItem) => boolean | void);
|
|
4091
|
-
lowCodeReactions: import("
|
|
4119
|
+
lowCodeReactions: import("../../shared/types").LowCodeTypes.reactionsConfig[];
|
|
4092
4120
|
linebarAutoHidden: boolean;
|
|
4093
4121
|
bordered: string | boolean;
|
|
4094
4122
|
uniqueCacheData: boolean;
|
|
4095
|
-
operationalForm: import("
|
|
4123
|
+
operationalForm: import("../../shared/types").LowCodeTypes.operationalConfig[];
|
|
4096
4124
|
outBordered: boolean;
|
|
4097
4125
|
forceClearable: boolean;
|
|
4098
4126
|
}>) => Record<string, import("@formily/json-schema").Stringify<{
|
|
@@ -4217,7 +4245,14 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4217
4245
|
force?: boolean | undefined;
|
|
4218
4246
|
}): Promise<void>;
|
|
4219
4247
|
getFormValues(needCombineExtendKey?: boolean): any;
|
|
4220
|
-
setFormValues(values: import("
|
|
4248
|
+
setFormValues(values: import("../../shared/types").AnyObject, options?: boolean | {
|
|
4249
|
+
needSplitExtendKey?: boolean | undefined;
|
|
4250
|
+
avoidBusinessConnection?: string | boolean | undefined;
|
|
4251
|
+
avoidDependKeyConnection?: string | boolean | undefined;
|
|
4252
|
+
avoidWordbookSettingConnection?: string | boolean | undefined;
|
|
4253
|
+
avoidOperationalFormConnection?: string | boolean | undefined;
|
|
4254
|
+
overwrite?: boolean | undefined;
|
|
4255
|
+
}, avoidBusinessConnection?: string | boolean, overwrite?: boolean): Promise<void>;
|
|
4221
4256
|
setFieldState(path: string, setter: (field: Partial<Pick<import("@formily/core").Field<any, any, any, any>, import("@formily/core").NonFunctionPropertyNames<{
|
|
4222
4257
|
match: (pattern: import("@formily/path").Pattern) => boolean;
|
|
4223
4258
|
validate: (triggerType?: import("@formily/validator").ValidatorTriggerType | undefined) => any;
|
|
@@ -4384,7 +4419,7 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4384
4419
|
type: import("vue").PropType<import("..").FieldItem[]>;
|
|
4385
4420
|
};
|
|
4386
4421
|
initialData: {
|
|
4387
|
-
type: import("vue").PropType<import("
|
|
4422
|
+
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
|
4388
4423
|
default: () => {};
|
|
4389
4424
|
};
|
|
4390
4425
|
fieldVisitor: {
|
|
@@ -4473,11 +4508,11 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4473
4508
|
default: () => {};
|
|
4474
4509
|
};
|
|
4475
4510
|
scope: {
|
|
4476
|
-
type: import("vue").PropType<import("
|
|
4511
|
+
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
|
4477
4512
|
default: () => {};
|
|
4478
4513
|
};
|
|
4479
4514
|
annotation: {
|
|
4480
|
-
type: import("vue").PropType<import("
|
|
4515
|
+
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
|
4481
4516
|
};
|
|
4482
4517
|
consumer: {
|
|
4483
4518
|
type: BooleanConstructor;
|
|
@@ -4493,9 +4528,9 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4493
4528
|
field: import("@formily/core").GeneralField;
|
|
4494
4529
|
oldValue: unknown;
|
|
4495
4530
|
}): any;
|
|
4496
|
-
beforeRequest(fieldKey: string, params?: import("
|
|
4497
|
-
afterRequest(fieldKey: string, res?: any, payload?: import("
|
|
4498
|
-
afterOptionInit(fieldKey: string, options: import("
|
|
4531
|
+
beforeRequest(fieldKey: string, params?: import("../../shared/types").AnyObject | undefined, payload?: import("../../shared/types").AnyObject | undefined): void | import("../../shared/types").UndefinedAble<import("../../shared/types").AnyObject>;
|
|
4532
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../shared/types").AnyObject | undefined): import("../../shared/types").AnyObject[];
|
|
4533
|
+
afterOptionInit(fieldKey: string, options: import("../../shared/types").AnyObject[], payload?: import("../../shared/types").AnyObject | undefined): void;
|
|
4499
4534
|
}>>;
|
|
4500
4535
|
};
|
|
4501
4536
|
requestInstance: {
|
|
@@ -4506,13 +4541,17 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4506
4541
|
default: boolean;
|
|
4507
4542
|
};
|
|
4508
4543
|
lowCodeReactions: {
|
|
4509
|
-
type: import("vue").PropType<import("
|
|
4544
|
+
type: import("vue").PropType<import("../../shared/types").LowCodeTypes.reactionsConfig[]>;
|
|
4510
4545
|
};
|
|
4511
4546
|
operationalForm: {
|
|
4512
|
-
type: import("vue").PropType<import("
|
|
4547
|
+
type: import("vue").PropType<import("../../shared/types").LowCodeTypes.operationalConfig[]>;
|
|
4513
4548
|
};
|
|
4514
4549
|
dateOperationalForm: {
|
|
4515
|
-
type: import("vue").PropType<import("
|
|
4550
|
+
type: import("vue").PropType<import("../../shared/types").LowCodeTypes.dateOperationalConfig[]>;
|
|
4551
|
+
};
|
|
4552
|
+
operationalFormInit: {
|
|
4553
|
+
type: BooleanConstructor;
|
|
4554
|
+
default: boolean;
|
|
4516
4555
|
};
|
|
4517
4556
|
linebarAutoHidden: {
|
|
4518
4557
|
type: BooleanConstructor;
|
|
@@ -4540,15 +4579,16 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4540
4579
|
column: number;
|
|
4541
4580
|
forceClearable: boolean;
|
|
4542
4581
|
components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
|
|
4543
|
-
initialData: import("
|
|
4582
|
+
initialData: import("../../shared/types").AnyObject;
|
|
4544
4583
|
parallelism: number;
|
|
4545
|
-
scope: import("
|
|
4584
|
+
scope: import("../../shared/types").AnyObject;
|
|
4546
4585
|
consumer: boolean;
|
|
4547
4586
|
enterToNextWidget: boolean | ((fieldItem: import("..").FieldItem) => boolean | void);
|
|
4548
4587
|
linebarAutoHidden: boolean;
|
|
4549
4588
|
bordered: string | boolean;
|
|
4550
4589
|
uniqueCacheData: boolean;
|
|
4551
4590
|
outBordered: boolean;
|
|
4591
|
+
operationalFormInit: boolean;
|
|
4552
4592
|
}>;
|
|
4553
4593
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
|
|
4554
4594
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -4607,7 +4647,7 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4607
4647
|
default: string;
|
|
4608
4648
|
};
|
|
4609
4649
|
infoList: {
|
|
4610
|
-
type: import("vue").PropType<import("
|
|
4650
|
+
type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
|
|
4611
4651
|
default: () => never[];
|
|
4612
4652
|
};
|
|
4613
4653
|
labelField: {
|
|
@@ -4628,7 +4668,7 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4628
4668
|
};
|
|
4629
4669
|
settingIcons: {
|
|
4630
4670
|
type: import("vue").PropType<(string | {
|
|
4631
|
-
event: import("
|
|
4671
|
+
event: import("../../shared/types").AnyFn<any[], any>;
|
|
4632
4672
|
render: () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
4633
4673
|
[key: string]: any;
|
|
4634
4674
|
}>[];
|
|
@@ -4638,7 +4678,7 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4638
4678
|
formProps: {
|
|
4639
4679
|
type: import("vue").PropType<Partial<Partial<{
|
|
4640
4680
|
fieldList: import("..").FieldItem[];
|
|
4641
|
-
initialData: import("
|
|
4681
|
+
initialData: import("../../shared/types").AnyObject;
|
|
4642
4682
|
fieldVisitor: import("..").FieldVisitor;
|
|
4643
4683
|
column: number;
|
|
4644
4684
|
maxHeight: string | number;
|
|
@@ -4702,8 +4742,8 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4702
4742
|
"x-compile-omitted"?: string[] | undefined;
|
|
4703
4743
|
}>;
|
|
4704
4744
|
components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
|
|
4705
|
-
scope: import("
|
|
4706
|
-
annotation: import("
|
|
4745
|
+
scope: import("../../shared/types").AnyObject;
|
|
4746
|
+
annotation: import("../../shared/types").AnyObject;
|
|
4707
4747
|
consumer: boolean;
|
|
4708
4748
|
uuid: string;
|
|
4709
4749
|
lifeCycle: Partial<{
|
|
@@ -4712,18 +4752,18 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4712
4752
|
field: import("@formily/core").GeneralField;
|
|
4713
4753
|
oldValue: unknown;
|
|
4714
4754
|
}): any;
|
|
4715
|
-
beforeRequest(fieldKey: string, params?: import("
|
|
4716
|
-
afterRequest(fieldKey: string, res?: any, payload?: import("
|
|
4717
|
-
afterOptionInit(fieldKey: string, options: import("
|
|
4755
|
+
beforeRequest(fieldKey: string, params?: import("../../shared/types").AnyObject | undefined, payload?: import("../../shared/types").AnyObject | undefined): void | import("../../shared/types").UndefinedAble<import("../../shared/types").AnyObject>;
|
|
4756
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../shared/types").AnyObject | undefined): import("../../shared/types").AnyObject[];
|
|
4757
|
+
afterOptionInit(fieldKey: string, options: import("../../shared/types").AnyObject[], payload?: import("../../shared/types").AnyObject | undefined): void;
|
|
4718
4758
|
}>;
|
|
4719
4759
|
businessFormatter: import("..").FormBusinessFormatter;
|
|
4720
4760
|
requestInstance: import("..").FormRequestDefine.RequestInstance;
|
|
4721
4761
|
enterToNextWidget: boolean | ((fieldItem: import("..").FieldItem) => boolean | void);
|
|
4722
|
-
lowCodeReactions: import("
|
|
4762
|
+
lowCodeReactions: import("../../shared/types").LowCodeTypes.reactionsConfig[];
|
|
4723
4763
|
linebarAutoHidden: boolean;
|
|
4724
4764
|
bordered: string | boolean;
|
|
4725
4765
|
uniqueCacheData: boolean;
|
|
4726
|
-
operationalForm: import("
|
|
4766
|
+
operationalForm: import("../../shared/types").LowCodeTypes.operationalConfig[];
|
|
4727
4767
|
outBordered: boolean;
|
|
4728
4768
|
forceClearable: boolean;
|
|
4729
4769
|
}>>>;
|
|
@@ -4760,13 +4800,13 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4760
4800
|
}>;
|
|
4761
4801
|
patientEditable: boolean;
|
|
4762
4802
|
separator: string;
|
|
4763
|
-
infoList: import("
|
|
4803
|
+
infoList: import("../../shared/types").AnyObject[];
|
|
4764
4804
|
labelField: string;
|
|
4765
4805
|
valueField: string;
|
|
4766
4806
|
minColumnWidth: string | number;
|
|
4767
4807
|
rowHeight: string | number;
|
|
4768
4808
|
settingIcons: (string | {
|
|
4769
|
-
event: import("
|
|
4809
|
+
event: import("../../shared/types").AnyFn<any[], any>;
|
|
4770
4810
|
render: () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
4771
4811
|
[key: string]: any;
|
|
4772
4812
|
}>[];
|