cnhis-design-vue 3.1.37-beta.2 → 3.1.37
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/README.md +123 -123
- package/es/components/annotation-edit/index.d.ts +17 -0
- package/es/components/annotation-edit/src/AnnotationEdit.d.ts +16 -0
- package/es/components/big-table/index.d.ts +1076 -0
- package/es/components/big-table/src/BigTable.vue.d.ts +1066 -0
- package/es/components/big-table/src/bigTableEmits.d.ts +2 -0
- package/es/components/big-table/src/bigTableProps.d.ts +211 -0
- package/es/components/big-table/src/bigTableState.d.ts +58 -0
- package/es/components/big-table/src/components/NoData.vue.d.ts +49 -0
- package/es/components/big-table/src/components/edit-form/edit-date.d.ts +34 -0
- package/es/components/big-table/src/components/edit-form/edit-input.d.ts +43 -0
- package/es/components/big-table/src/components/edit-form/edit-select-table.d.ts +35 -0
- package/es/components/big-table/src/components/edit-form/edit-select.d.ts +35 -0
- package/es/components/big-table/src/components/edit-form/edit-separate.vue.d.ts +134 -0
- package/es/components/big-table/src/components/edit-form/edit-time.d.ts +43 -0
- package/es/components/big-table/src/components/edit-form/useCommon.d.ts +5 -0
- package/es/components/big-table/src/components/input-button.vue.d.ts +10 -0
- package/es/components/big-table/src/components/separate.vue.d.ts +41 -0
- package/es/components/big-table/src/constants/index.d.ts +3 -0
- package/es/components/big-table/src/hooks/index.d.ts +9 -0
- package/es/components/big-table/src/hooks/useAnchor.d.ts +7 -0
- package/es/components/big-table/src/hooks/useAnnotation.d.ts +4 -0
- package/es/components/big-table/src/hooks/useBatchEditing.d.ts +17 -0
- package/es/components/big-table/src/hooks/useEdit.d.ts +339 -0
- package/es/components/big-table/src/hooks/useEvent.d.ts +6 -0
- package/es/components/big-table/src/hooks/useFormat.d.ts +30 -0
- package/es/components/big-table/src/hooks/useNestTable.d.ts +8 -0
- package/es/components/big-table/src/hooks/useSeparateRow.d.ts +40 -0
- package/es/components/big-table/src/hooks/useTableParse.d.ts +6 -0
- package/es/components/big-table/src/utils.d.ts +61 -0
- package/es/components/bpmn-workflow/index.d.ts +72 -0
- package/es/components/bpmn-workflow/src/BpmnWorkflow.d.ts +0 -0
- package/es/components/bpmn-workflow/src/BpmnWorkflow.vue.d.ts +75 -0
- package/es/components/bpmn-workflow/src/custom/customModeler/customBpmn/BpmnRenderer.d.ts +75 -0
- package/es/components/bpmn-workflow/src/custom/customModeler/customBpmn/CustomContextPadProvider.d.ts +24 -0
- package/es/components/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPalette.d.ts +19 -0
- package/es/components/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPathMap.d.ts +70 -0
- package/es/components/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRenderer.d.ts +21 -0
- package/es/components/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRules.d.ts +12 -0
- package/es/components/bpmn-workflow/src/custom/customModeler/customBpmn/index.d.ts +16 -0
- package/es/components/bpmn-workflow/src/custom/customModeler/index.d.ts +6 -0
- package/es/components/bpmn-workflow/src/custom/customOtherModule/CustomPopupMenu.d.ts +5 -0
- package/es/components/bpmn-workflow/src/custom/customOtherModule/customViewerRenderer.d.ts +12 -0
- package/es/components/bpmn-workflow/src/custom/customOtherModule/zoomScroll.d.ts +5 -0
- package/es/components/bpmn-workflow/src/custom/customRules/no-task.d.ts +4 -0
- package/es/components/bpmn-workflow/src/custom/customTranslate/customTranslate.d.ts +1 -0
- package/es/components/bpmn-workflow/src/custom/customTranslate/zh.d.ts +226 -0
- package/es/components/bpmn-workflow/types/BpmnViewer.d.ts +1 -0
- package/es/components/bpmn-workflow/types/ModelingModule.d.ts +1 -0
- package/es/components/bpmn-workflow/types/MoveCanvasModule.d.ts +1 -0
- package/es/components/button-print/index.d.ts +1901 -0
- package/es/components/button-print/src/ButtonPrint.vue.d.ts +1912 -0
- package/es/components/button-print/src/components/EditFormat.vue.d.ts +1244 -0
- package/es/components/button-print/src/components/IdentityVerification.vue.d.ts +1632 -0
- package/es/components/button-print/src/components/Preview.vue.d.ts +41 -0
- package/es/components/button-print/src/utils/browserPrint.d.ts +2 -0
- package/es/components/button-print/src/utils/dialog.d.ts +12 -0
- package/es/components/button-print/src/utils/index.d.ts +2 -0
- package/es/components/button-print/src/utils/print.d.ts +56 -0
- package/es/components/editor/index.d.ts +30 -0
- package/es/components/editor/src/Editor.d.ts +30 -0
- package/es/components/fabric-chart/index.d.ts +205 -0
- package/es/components/fabric-chart/src/FabricChart.vue.d.ts +207 -0
- package/es/components/fabric-chart/src/components/PopupMenu.d.ts +46 -0
- package/es/components/fabric-chart/src/components/PopupTip.vue.d.ts +64 -0
- package/es/components/fabric-chart/src/components/useStyle.d.ts +7 -0
- package/es/components/fabric-chart/src/hooks/constant.d.ts +54 -0
- package/es/components/fabric-chart/src/hooks/index.d.ts +11 -0
- package/es/components/fabric-chart/src/hooks/useBirthProcess.d.ts +9 -0
- package/es/components/fabric-chart/src/hooks/useBirthProcessChart.d.ts +25 -0
- package/es/components/fabric-chart/src/hooks/useBottom.d.ts +4 -0
- package/es/components/fabric-chart/src/hooks/useCenter.d.ts +16 -0
- package/es/components/fabric-chart/src/hooks/useCommon.d.ts +8 -0
- package/es/components/fabric-chart/src/hooks/useCumputedPoint.d.ts +14 -0
- package/es/components/fabric-chart/src/hooks/useDraw.d.ts +44 -0
- package/es/components/fabric-chart/src/hooks/useEvent.d.ts +7 -0
- package/es/components/fabric-chart/src/hooks/useGrid.d.ts +4 -0
- package/es/components/fabric-chart/src/hooks/useLeft.d.ts +7 -0
- package/es/components/fabric-chart/src/hooks/useOther.d.ts +4 -0
- package/es/components/fabric-chart/src/hooks/useRight.d.ts +4 -0
- package/es/components/fabric-chart/src/hooks/useShadow.d.ts +6 -0
- package/es/components/fabric-chart/src/hooks/useTemperatureChart.d.ts +25 -0
- package/es/components/fabric-chart/src/hooks/useTop.d.ts +4 -0
- package/es/components/fabric-chart/src/interface.d.ts +153 -0
- package/es/components/fabric-chart/src/utils/index.d.ts +6823 -0
- package/es/components/fabric-chart/src/utils/utils.d.ts +13 -0
- package/es/components/field-set/index.d.ts +243 -0
- package/es/components/field-set/src/FieldSet.vue.d.ts +197 -0
- package/es/components/form-config/index.d.ts +3343 -0
- package/es/components/form-config/src/FormConfig.vue.d.ts +3344 -0
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +675 -0
- package/es/components/form-config/src/components/FormConfigDragDisplay.vue.d.ts +108 -0
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +2396 -0
- package/es/components/form-config/src/components/FormConfigMaterialItem.d.ts +14 -0
- package/es/components/form-config/src/components/index.d.ts +5 -0
- package/es/components/form-config/src/components/renderer/CloseButton.vue.d.ts +27 -0
- package/es/components/form-config/src/components/renderer/ComplexNode.vue.d.ts +169 -0
- package/es/components/form-config/src/components/renderer/DefaultNode.vue.d.ts +71 -0
- package/es/components/form-config/src/components/renderer/index.d.ts +4 -0
- package/es/components/form-config/src/constants/index.d.ts +65 -0
- package/es/components/form-config/src/hooks/index.d.ts +3 -0
- package/es/components/form-config/src/hooks/useConfigurationField.d.ts +8 -0
- package/es/components/form-config/src/hooks/useDataNormalize.d.ts +5 -0
- package/es/components/form-config/src/hooks/usePresetRenderer.d.ts +4 -0
- package/es/components/form-config/src/hooks/useSortalbeConfig.d.ts +14 -0
- package/es/components/form-config/src/types/index.d.ts +39 -0
- package/es/components/form-config/src/utils/index.d.ts +7 -0
- package/es/components/form-render/index.d.ts +657 -0
- package/es/components/form-render/src/FormRender.vue.d.ts +650 -0
- package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +654 -0
- package/es/components/form-render/src/components/renderer/checkbox.d.ts +90 -0
- package/es/components/form-render/src/components/renderer/combination.d.ts +51 -0
- package/es/components/form-render/src/components/renderer/complex.d.ts +34 -0
- package/es/components/form-render/src/components/renderer/date.d.ts +52 -0
- package/es/components/form-render/src/components/renderer/formItem.d.ts +15 -0
- package/es/components/form-render/src/components/renderer/index.d.ts +3 -0
- package/es/components/form-render/src/components/renderer/input.d.ts +23 -0
- package/es/components/form-render/src/components/renderer/inputGroup.d.ts +11 -0
- package/es/components/form-render/src/components/renderer/inputNumber.d.ts +31 -0
- package/es/components/form-render/src/components/renderer/jsonCombination/hooks/useDeepValidate.d.ts +5 -0
- package/es/components/form-render/src/components/renderer/jsonCombination/index.d.ts +44 -0
- package/es/components/form-render/src/components/renderer/levelSearchCascader.d.ts +91 -0
- package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue.d.ts +69 -0
- package/es/components/form-render/src/components/renderer/lineBar/index.d.ts +68 -0
- package/es/components/form-render/src/components/renderer/radio.d.ts +94 -0
- package/es/components/form-render/src/components/renderer/remoteSearch.d.ts +41 -0
- package/es/components/form-render/src/components/renderer/searchCascade.d.ts +58 -0
- package/es/components/form-render/src/components/renderer/select.d.ts +140 -0
- package/es/components/form-render/src/components/renderer/simpleComponent.d.ts +18 -0
- package/es/components/form-render/src/components/renderer/slider.d.ts +11 -0
- package/es/components/form-render/src/components/renderer/switch.d.ts +23 -0
- package/es/components/form-render/src/components/renderer/textarea.d.ts +11 -0
- package/es/components/form-render/src/components/tooltipMessage.vue.d.ts +13 -0
- package/es/components/form-render/src/constants/index.d.ts +54 -0
- package/es/components/form-render/src/hooks/index.d.ts +15 -0
- package/es/components/form-render/src/hooks/useAnchor.d.ts +16 -0
- package/es/components/form-render/src/hooks/useAsyncQueue.d.ts +47 -0
- package/es/components/form-render/src/hooks/useBusinessBinding.d.ts +27 -0
- package/es/components/form-render/src/hooks/useChangeContext.d.ts +11 -0
- package/es/components/form-render/src/hooks/useCommonInjection.d.ts +15 -0
- package/es/components/form-render/src/hooks/useCommonLog.d.ts +3 -0
- package/es/components/form-render/src/hooks/useFieldListAdaptor.d.ts +64 -0
- package/es/components/form-render/src/hooks/useFieldNormalize.d.ts +5 -0
- package/es/components/form-render/src/hooks/useFieldVisitor.d.ts +4 -0
- package/es/components/form-render/src/hooks/useFormContext.d.ts +11 -0
- package/es/components/form-render/src/hooks/useFormField.d.ts +5 -0
- package/es/components/form-render/src/hooks/useFormItemDeps.d.ts +11 -0
- package/es/components/form-render/src/hooks/useFormRenderLifeCycle.d.ts +13 -0
- package/es/components/form-render/src/hooks/useFormRenderOptions.d.ts +39 -0
- package/es/components/form-render/src/hooks/useFormRequest.d.ts +26 -0
- package/es/components/form-render/src/hooks/useFormValidator.d.ts +6 -0
- package/es/components/form-render/src/hooks/useLowCodeReactions.d.ts +7 -0
- package/es/components/form-render/src/hooks/useNuiThemeOverrides.d.ts +4 -0
- package/es/components/form-render/src/hooks/usePresetScope.d.ts +6 -0
- package/es/components/form-render/src/types/fieldItem.d.ts +265 -0
- package/es/components/form-render/src/types/index.d.ts +101 -0
- package/es/components/form-render/src/utils/business.d.ts +13 -0
- package/es/components/form-render/src/utils/dom.d.ts +13 -0
- package/es/components/form-render/src/utils/index.d.ts +38 -0
- package/es/components/form-render/src/utils/schema.d.ts +83 -0
- package/es/components/grid/index.d.ts +3 -0
- package/es/components/grid/src/Grid.d.ts +2 -0
- package/es/components/grid/src/hooks.d.ts +1 -0
- package/es/components/iho-table/index.d.ts +4647 -0
- package/es/components/iho-table/src/IhoTable.vue.d.ts +4646 -0
- package/es/components/iho-table/src/constants/index.d.ts +80 -0
- package/es/components/iho-table/src/hooks/export.d.ts +2 -0
- package/es/components/iho-table/src/hooks/index.d.ts +2 -0
- package/es/components/iho-table/src/hooks/tapHooks/index.d.ts +93 -0
- package/es/components/iho-table/src/hooks/tapHooks/useConfigHooks.d.ts +31 -0
- package/es/components/iho-table/src/hooks/tapHooks/useDataHooks.d.ts +16 -0
- package/es/components/iho-table/src/hooks/tapHooks/useDomInsertHooks.d.ts +15 -0
- package/es/components/iho-table/src/hooks/tapHooks/useEventHooks.d.ts +251 -0
- package/es/components/iho-table/src/hooks/tapHooks/useExposeHooks.d.ts +13 -0
- package/es/components/iho-table/src/hooks/tapHooks/useFieldHooks.d.ts +25 -0
- package/es/components/iho-table/src/hooks/tapHooks/useSetupHooks.d.ts +10 -0
- package/es/components/iho-table/src/hooks/useColumnConfigAdaptor.d.ts +11 -0
- package/es/components/iho-table/src/hooks/useTableContext.d.ts +9 -0
- package/es/components/iho-table/src/hooks/useTablePlugin.d.ts +8 -0
- package/es/components/iho-table/src/plugins/anchorPlugin/index.d.ts +1 -0
- package/es/components/iho-table/src/plugins/anchorPlugin/tableAnchor.d.ts +2 -0
- package/es/components/iho-table/src/plugins/anchorPlugin/useAnchor.d.ts +13 -0
- package/es/components/iho-table/src/plugins/defaultConfigPlugin/index.d.ts +1 -0
- package/es/components/iho-table/src/plugins/filterPlugin/filter.vue.d.ts +169 -0
- package/es/components/iho-table/src/plugins/filterPlugin/index.d.ts +1 -0
- package/es/components/iho-table/src/plugins/filterPlugin/types.d.ts +7 -0
- package/es/components/iho-table/src/plugins/index.d.ts +3 -0
- package/es/components/iho-table/src/plugins/keyboardEventPlugin/index.d.ts +1 -0
- package/es/components/iho-table/src/plugins/lowCodeFieldAdaptorPlugin/index.d.ts +1 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.d.ts +96 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/index.d.ts +1 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useAutoFocus.d.ts +5 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/inputRendererPlugin.d.ts +1 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/numberRendererPlugin.d.ts +1 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.d.ts +43 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/index.d.ts +1 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/selectUtils.d.ts +2 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/editSeparate.vue.d.ts +94 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/index.d.ts +1 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/separateUtils.d.ts +12 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin.d.ts +1 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/widgets/checkRendererPlugin.d.ts +1 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/widgets/colorRendererPlugin.d.ts +1 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/widgets/defaultRendererPlugin.d.ts +1 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/widgets/labelRendererPlugin.d.ts +1 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/widgets/pictureRendererPlugin.d.ts +2 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/widgets/seqRendererPlugin.d.ts +1 -0
- package/es/components/iho-table/src/plugins/rowClickPlugin/index.d.ts +1 -0
- package/es/components/iho-table/src/plugins/rowGroupSettingPlugin/index.d.ts +1 -0
- package/es/components/iho-table/src/plugins/rowGroupSettingPlugin/rowGroupUtils.d.ts +11 -0
- package/es/components/iho-table/src/plugins/virtualTreePlugin/index.d.ts +1 -0
- package/es/components/iho-table/src/types/index.d.ts +108 -0
- package/es/components/iho-table/src/types/pluginType.d.ts +173 -0
- package/es/components/iho-table/src/utils/index.d.ts +49 -0
- package/es/components/index.d.ts +37 -0
- package/es/components/info-header/index.d.ts +415 -0
- package/es/components/info-header/src/HiddenContent.vue.d.ts +86 -0
- package/es/components/info-header/src/InfoEllipsis.vue.d.ts +33 -0
- package/es/components/info-header/src/InfoHeader.vue.d.ts +405 -0
- package/es/components/insurance-sdk/index.d.ts +1 -0
- package/es/components/insurance-sdk/src/constants/index.d.ts +161 -0
- package/es/components/insurance-sdk/src/utils/index.d.ts +1 -0
- package/es/components/insurance-sdk/src/utils/insurance.d.ts +260 -0
- package/es/components/keyboard/index.d.ts +334 -0
- package/es/components/keyboard/src/Keyboard.vue.d.ts +335 -0
- package/es/components/keyboard/src/components/InputNumber.vue.d.ts +64 -0
- package/es/components/keyboard/src/components/NumberPanel.vue.d.ts +191 -0
- package/es/components/keyboard/src/utils/index.d.ts +1 -0
- package/es/components/map/index.d.ts +75 -0
- package/es/components/map/src/Map.vue.d.ts +75 -0
- package/es/components/recommend-search/index.d.ts +815 -0
- package/es/components/recommend-search/src/RecommendSearch.vue.d.ts +817 -0
- package/es/components/recommend-search/src/components/BaseSearch.vue.d.ts +143 -0
- package/es/components/recommend-search/src/components/RecommendInput.vue.d.ts +341 -0
- package/es/components/recommend-search/src/components/RecommendMenu.vue.d.ts +63 -0
- package/es/components/recommend-search/src/components/RecommendSelect.vue.d.ts +300 -0
- package/es/components/recommend-search/src/constant/index.d.ts +4 -0
- package/es/components/recommend-search/src/types/index.d.ts +9 -0
- package/es/components/scale-view/index.d.ts +1400 -0
- package/es/components/scale-view/src/ScaleView.vue.d.ts +1222 -0
- package/es/components/scale-view/src/components/AnswerParse.vue.d.ts +70 -0
- package/es/components/scale-view/src/components/EvaluateCountdown.vue.d.ts +154 -0
- package/es/components/scale-view/src/components/EvaluatePage.vue.d.ts +110 -0
- package/es/components/scale-view/src/components/NoData.vue.d.ts +49 -0
- package/es/components/scale-view/src/components/ScaleScore.d.ts +23 -0
- package/es/components/scale-view/src/components/composables/choose-common.d.ts +11 -0
- package/es/components/scale-view/src/components/formitem/address.d.ts +3992 -0
- package/es/components/scale-view/src/components/formitem/r-address.d.ts +34 -0
- package/es/components/scale-view/src/components/formitem/r-cascader.d.ts +43 -0
- package/es/components/scale-view/src/components/formitem/r-checkbox.d.ts +43 -0
- package/es/components/scale-view/src/components/formitem/r-collection.d.ts +32 -0
- package/es/components/scale-view/src/components/formitem/r-datetime.d.ts +34 -0
- package/es/components/scale-view/src/components/formitem/r-input.d.ts +34 -0
- package/es/components/scale-view/src/components/formitem/r-map.d.ts +52 -0
- package/es/components/scale-view/src/components/formitem/r-radio.d.ts +43 -0
- package/es/components/scale-view/src/components/formitem/r-select.d.ts +61 -0
- package/es/components/scale-view/src/components/formitem/r-sign.d.ts +34 -0
- package/es/components/scale-view/src/components/formitem/r-upload.d.ts +52 -0
- package/es/components/scale-view/src/components/formitem/sign-com.d.ts +63 -0
- package/es/components/scale-view/src/components/formitem/standard-modal.d.ts +80 -0
- package/es/components/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +87 -0
- package/es/components/scale-view/src/hooks/scaleview-computed.d.ts +43 -0
- package/es/components/scale-view/src/hooks/scaleview-init.d.ts +3 -0
- package/es/components/scale-view/src/hooks/scaleview-props.d.ts +115 -0
- package/es/components/scale-view/src/hooks/scaleview-state.d.ts +34 -0
- package/es/components/scale-view/src/hooks/scaleview-submit.d.ts +3 -0
- package/es/components/scale-view/src/hooks/scaleview-validate.d.ts +3 -0
- package/es/components/scale-view/src/hooks/use-component.d.ts +1763 -0
- package/es/components/scale-view/src/hooks/use-evaluate.d.ts +21 -0
- package/es/components/scale-view/src/hooks/use-event.d.ts +4 -0
- package/es/components/scale-view/src/hooks/use-noData.d.ts +9 -0
- package/es/components/scale-view/src/utils/judge-types.d.ts +5 -0
- package/es/components/search-cascader/index.d.ts +233 -0
- package/es/components/search-cascader/src/SearchCascader.vue.d.ts +235 -0
- package/es/components/search-cascader/src/components/SearchMenu.d.ts +50 -0
- package/es/components/search-cascader/src/components/index.d.ts +1 -0
- package/es/components/search-cascader/src/constants/index.d.ts +5 -0
- package/es/components/search-cascader/src/hooks/index.d.ts +1 -0
- package/es/components/search-cascader/src/hooks/useCssVariable.d.ts +3 -0
- package/es/components/search-cascader/src/utils/index.d.ts +2 -0
- package/es/components/select-label/index.d.ts +937 -0
- package/es/components/select-label/src/LabelFormContent.vue.d.ts +367 -0
- package/es/components/select-label/src/SelectLabel.vue.d.ts +571 -0
- package/es/components/select-label/src/components/label-classify.vue.d.ts +122 -0
- package/es/components/select-person/index.d.ts +323 -0
- package/es/components/select-person/src/SelectPerson.vue.d.ts +281 -0
- package/es/components/select-person/src/utils/index.d.ts +3 -0
- package/es/components/shortcut-provider/index.d.ts +21 -0
- package/es/components/shortcut-provider/src/ShortcutProvider.vue.d.ts +19 -0
- package/es/components/shortcut-provider/src/constants/index.d.ts +7 -0
- package/es/components/shortcut-provider/src/hooks/index.d.ts +2 -0
- package/es/components/shortcut-provider/src/hooks/useShortcutSignature.d.ts +4 -0
- package/es/components/shortcut-provider/src/hooks/useShortcuts.d.ts +33 -0
- package/es/components/shortcut-provider/src/types/index.d.ts +43 -0
- package/es/components/shortcut-provider/src/utils/index.d.ts +10 -0
- package/es/components/shortcut-setter/index.d.ts +2384 -0
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +2386 -0
- package/es/components/shortcut-setter/src/ShortcutSetterItem.vue.d.ts +99 -0
- package/es/components/shortcut-setter/src/types/index.d.ts +6 -0
- package/es/components/steps-wheel/index.d.ts +115 -0
- package/es/components/steps-wheel/src/StepsWheel.vue.d.ts +114 -0
- package/es/components/time-line/index.d.ts +109 -0
- package/es/components/time-line/src/TimeLine.vue.d.ts +85 -0
- package/es/components/vod-chunk-upload/index.d.ts +232 -0
- package/es/components/vod-chunk-upload/src/chunk-upload-new.vue.d.ts +196 -0
- package/es/components/vod-chunk-upload/src/hooks/upload-computed.d.ts +11 -0
- package/es/components/vod-chunk-upload/src/hooks/upload-data.d.ts +63 -0
- package/es/components/vod-chunk-upload/src/hooks/vod-computed.d.ts +10 -0
- package/es/components/vod-chunk-upload/src/hooks/vod-data.d.ts +23 -0
- package/es/components/vod-chunk-upload/src/vod-chunk-upload/index.d.ts +2 -0
- package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +230 -0
- package/es/components/vod-chunk-upload/src/vod-upload-modal.d.ts +25 -0
- package/es/shared/assets/img/failure.js +1 -1
- package/es/shared/assets/img/failure.png.js +1 -1
- package/es/shared/assets/img/icon-asc.js +1 -1
- package/es/shared/assets/img/icon-desc.js +1 -1
- package/es/shared/assets/img/no-permission.js +1 -1
- package/es/shared/assets/img/no-permission.png.js +1 -1
- package/es/shared/assets/img/nodata.js +1 -1
- package/es/shared/assets/img/nodata.png.js +1 -1
- package/es/shared/assets/img/notfound.js +1 -1
- package/es/shared/assets/img/notfound.png.js +1 -1
- package/es/shared/assets/img/qr.js +1 -1
- package/es/shared/assets/img/qr.png.js +1 -1
- package/es/shared/assets/img/success.js +1 -1
- package/es/shared/assets/img/success.png.js +1 -1
- package/es/shared/assets/img/video.js +1 -1
- package/es/shared/assets/img/video.png.js +1 -1
- package/es/shared/assets/img/video_default_cover.js +1 -1
- package/es/shared/assets/img/video_default_cover.png.js +1 -1
- package/es/shared/assets/img/video_hover.js +1 -1
- package/es/shared/assets/img/video_play_hover.js +1 -1
- package/es/shared/assets/img/xb_big.js +1 -1
- package/es/shared/assets/img/xb_big.png.js +1 -1
- package/es/shared/assets/img/xb_small.js +1 -1
- package/es/shared/assets/img/xb_small.png.js +1 -1
- package/es/shared/components/SelectPage/SelectPage.vue.d.ts +51 -0
- package/es/shared/components/SelectPage/index.d.ts +2 -0
- package/es/shared/components/SlotRender/SlotRender.d.ts +20 -0
- package/es/shared/components/SlotRender/index.d.ts +2 -0
- package/es/shared/components/SvgIcon/SvgIcon.vue.d.ts +43 -0
- package/es/shared/components/SvgIcon/index.d.ts +2 -0
- package/es/shared/components/TextOverTooltip/TextOverTooltip.vue.d.ts +87 -0
- package/es/shared/components/TextOverTooltip/index.d.ts +2 -0
- package/es/shared/components/VueDraggable/index.d.ts +2 -0
- package/es/shared/components/VueDraggable/src/core/componentBuilderHelper.d.ts +9 -0
- package/es/shared/components/VueDraggable/src/core/componentStructure.d.ts +22 -0
- package/es/shared/components/VueDraggable/src/core/renderHelper.d.ts +7 -0
- package/es/shared/components/VueDraggable/src/core/sortableEvents.d.ts +10 -0
- package/es/shared/components/VueDraggable/src/util/console.d.ts +1 -0
- package/es/shared/components/VueDraggable/src/util/htmlHelper.d.ts +2 -0
- package/es/shared/components/VueDraggable/src/util/string.d.ts +1 -0
- package/es/shared/components/VueDraggable/src/util/tags.d.ts +3 -0
- package/es/shared/components/VueDraggable/src/vuedraggable.d.ts +86 -0
- package/es/shared/components/no-data/NoData.vue.d.ts +49 -0
- package/es/shared/components/no-data/index.d.ts +2 -0
- package/es/shared/components/player-vod/index.vue.d.ts +2 -0
- package/es/shared/components/player-vod/player.d.ts +17 -0
- package/es/shared/components/player-vod/video-list.d.ts +32 -0
- package/es/shared/components/player-vod/video-modal.d.ts +54 -0
- package/es/shared/global/variable.d.ts +1 -0
- package/es/shared/index.d.ts +0 -0
- package/es/shared/types/index.d.ts +22 -0
- package/es/shared/utils/anime.d.ts +35 -0
- package/es/shared/utils/colorLog.d.ts +31 -0
- package/es/shared/utils/index.d.ts +16 -0
- package/es/shared/utils/loadViewer.d.ts +2 -0
- package/es/shared/utils/tapable/AsyncParallelBailHook.d.ts +3 -0
- package/es/shared/utils/tapable/AsyncParallelHook.d.ts +3 -0
- package/es/shared/utils/tapable/AsyncSeriesBailHook.d.ts +3 -0
- package/es/shared/utils/tapable/AsyncSeriesHook.d.ts +3 -0
- package/es/shared/utils/tapable/AsyncSeriesLoopHook.d.ts +3 -0
- package/es/shared/utils/tapable/AsyncSeriesWaterfallHook.d.ts +3 -0
- package/es/shared/utils/tapable/Hook.d.ts +50 -0
- package/es/shared/utils/tapable/HookCodeFactory.d.ts +58 -0
- package/es/shared/utils/tapable/HookMap.d.ts +11 -0
- package/es/shared/utils/tapable/MultiHook.d.ts +12 -0
- package/es/shared/utils/tapable/SyncBailHook.d.ts +3 -0
- package/es/shared/utils/tapable/SyncHook.d.ts +3 -0
- package/es/shared/utils/tapable/SyncLoopHook.d.ts +3 -0
- package/es/shared/utils/tapable/SyncWaterfallHook.d.ts +3 -0
- package/es/shared/utils/tapable/index.d.ts +139 -0
- package/es/shared/utils/utilExpand.d.ts +1 -0
- package/es/shared/utils/vexutils.d.ts +10 -0
- package/package.json +2 -2
|
@@ -0,0 +1,675 @@
|
|
|
1
|
+
/// <reference types="lodash" />
|
|
2
|
+
import { FieldItem, FormRenderExpose } from '../../../../../es/components/form-render';
|
|
3
|
+
import { FormConfigItem } from '../../..';
|
|
4
|
+
declare const _default: import("vue").DefineComponent<{}, {
|
|
5
|
+
linebarField: FieldItem[];
|
|
6
|
+
linebarFormRef: import("vue").Ref<FormRenderExpose | undefined>;
|
|
7
|
+
lineBreakFormRef: import("vue").Ref<FormRenderExpose | undefined>;
|
|
8
|
+
initialData: Partial<FormConfigItem>;
|
|
9
|
+
emit: (event: "submit", payload: FormConfigItem) => void;
|
|
10
|
+
submit: (type: string, formRef?: FormRenderExpose) => Promise<void>;
|
|
11
|
+
pick: {
|
|
12
|
+
<T extends object, U extends keyof T>(object: T, ...props: import("lodash").Many<U>[]): Pick<T, U>;
|
|
13
|
+
<T_1>(object: T_1 | null | undefined, ...props: import("lodash").Many<import("lodash").PropertyPath>[]): Partial<T_1>;
|
|
14
|
+
};
|
|
15
|
+
NButton: any;
|
|
16
|
+
NButtonGroup: any;
|
|
17
|
+
NPopconfirm: any;
|
|
18
|
+
CFormRender: import("../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{}, {
|
|
19
|
+
formRenderRef: import("vue").Ref<FormRenderExpose | undefined>;
|
|
20
|
+
key: import("vue").Ref<number>;
|
|
21
|
+
reload: () => Promise<void>;
|
|
22
|
+
formRenderExposeKeyList: readonly ["validate", "getFormValues", "setFormValues", "setFieldState", "resetFieldState", "resetFields", "queryWidget"];
|
|
23
|
+
exposed: Partial<FormRenderExpose>;
|
|
24
|
+
FormRender: import("vue").DefineComponent<{
|
|
25
|
+
fieldList: {
|
|
26
|
+
type: import("vue").PropType<FieldItem[]>;
|
|
27
|
+
};
|
|
28
|
+
initialData: {
|
|
29
|
+
type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
|
|
30
|
+
default: () => {};
|
|
31
|
+
};
|
|
32
|
+
fieldVisitor: {
|
|
33
|
+
type: import("vue").PropType<import("../../../../../es/components/form-render").FieldVisitor>;
|
|
34
|
+
};
|
|
35
|
+
column: {
|
|
36
|
+
type: NumberConstructor;
|
|
37
|
+
default: number;
|
|
38
|
+
};
|
|
39
|
+
maxHeight: {
|
|
40
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
41
|
+
default: string;
|
|
42
|
+
};
|
|
43
|
+
anchor: {
|
|
44
|
+
type: BooleanConstructor;
|
|
45
|
+
default: boolean;
|
|
46
|
+
};
|
|
47
|
+
parallelism: {
|
|
48
|
+
type: NumberConstructor;
|
|
49
|
+
default: number;
|
|
50
|
+
};
|
|
51
|
+
businessFormatter: {
|
|
52
|
+
type: import("vue").PropType<import("../../../../../es/components/form-render").FormBusinessFormatter>;
|
|
53
|
+
};
|
|
54
|
+
schema: {
|
|
55
|
+
type: import("vue").PropType<import("@formily/json-schema").Stringify<{
|
|
56
|
+
[key: symbol]: any;
|
|
57
|
+
[key: `x-${string}`]: any;
|
|
58
|
+
[key: `x-${number}`]: any;
|
|
59
|
+
version?: string | undefined;
|
|
60
|
+
name?: import("@formily/json-schema").SchemaKey | undefined;
|
|
61
|
+
title?: any;
|
|
62
|
+
description?: any;
|
|
63
|
+
default?: any;
|
|
64
|
+
readOnly?: boolean | undefined;
|
|
65
|
+
writeOnly?: boolean | undefined;
|
|
66
|
+
type?: import("@formily/json-schema").SchemaTypes | undefined;
|
|
67
|
+
enum?: import("@formily/json-schema").SchemaEnum<any> | undefined;
|
|
68
|
+
const?: any;
|
|
69
|
+
multipleOf?: number | undefined;
|
|
70
|
+
maximum?: number | undefined;
|
|
71
|
+
exclusiveMaximum?: number | undefined;
|
|
72
|
+
minimum?: number | undefined;
|
|
73
|
+
exclusiveMinimum?: number | undefined;
|
|
74
|
+
maxLength?: number | undefined;
|
|
75
|
+
minLength?: number | undefined;
|
|
76
|
+
pattern?: string | RegExp | undefined;
|
|
77
|
+
maxItems?: number | undefined;
|
|
78
|
+
minItems?: number | undefined;
|
|
79
|
+
uniqueItems?: boolean | undefined;
|
|
80
|
+
maxProperties?: number | undefined;
|
|
81
|
+
minProperties?: number | undefined;
|
|
82
|
+
required?: string | boolean | string[] | undefined;
|
|
83
|
+
format?: string | undefined;
|
|
84
|
+
$ref?: string | undefined;
|
|
85
|
+
$namespace?: string | undefined;
|
|
86
|
+
definitions?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
|
87
|
+
properties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
|
88
|
+
items?: import("@formily/json-schema").SchemaItems<any, any, any, any, any, any, any, any> | undefined;
|
|
89
|
+
additionalItems?: import("@formily/json-schema").Stringify<any> | undefined;
|
|
90
|
+
patternProperties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
|
91
|
+
additionalProperties?: import("@formily/json-schema").Stringify<any> | undefined;
|
|
92
|
+
"x-value"?: any;
|
|
93
|
+
"x-index"?: number | undefined;
|
|
94
|
+
"x-pattern"?: any;
|
|
95
|
+
"x-display"?: any;
|
|
96
|
+
"x-validator"?: any;
|
|
97
|
+
"x-decorator"?: any;
|
|
98
|
+
"x-decorator-props"?: any;
|
|
99
|
+
"x-component"?: any;
|
|
100
|
+
"x-component-props"?: any;
|
|
101
|
+
"x-reactions"?: import("@formily/json-schema").SchemaReactions<any> | undefined;
|
|
102
|
+
"x-content"?: any;
|
|
103
|
+
"x-data"?: any;
|
|
104
|
+
"x-visible"?: boolean | undefined;
|
|
105
|
+
"x-hidden"?: boolean | undefined;
|
|
106
|
+
"x-disabled"?: boolean | undefined;
|
|
107
|
+
"x-editable"?: boolean | undefined;
|
|
108
|
+
"x-read-only"?: boolean | undefined;
|
|
109
|
+
"x-read-pretty"?: boolean | undefined;
|
|
110
|
+
"x-compile-omitted"?: string[] | undefined;
|
|
111
|
+
}>>;
|
|
112
|
+
};
|
|
113
|
+
components: {
|
|
114
|
+
type: import("vue").PropType<Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>>;
|
|
115
|
+
default: () => {};
|
|
116
|
+
};
|
|
117
|
+
scope: {
|
|
118
|
+
type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
|
|
119
|
+
default: () => {};
|
|
120
|
+
};
|
|
121
|
+
annotation: {
|
|
122
|
+
type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
|
|
123
|
+
};
|
|
124
|
+
consumer: {
|
|
125
|
+
type: BooleanConstructor;
|
|
126
|
+
default: boolean;
|
|
127
|
+
};
|
|
128
|
+
uuid: {
|
|
129
|
+
type: StringConstructor;
|
|
130
|
+
};
|
|
131
|
+
lifeCycle: {
|
|
132
|
+
type: import("vue").PropType<Partial<{
|
|
133
|
+
onSetup(): void;
|
|
134
|
+
beforeRequest(fieldKey: string, params?: import("../../../../shared/types").AnyObject | undefined): void | import("../../../../shared/types").UndefinedAble<import("../../../../shared/types").AnyObject>;
|
|
135
|
+
afterRequest(fieldKey: string, payload?: any): import("../../../../shared/types").AnyObject[];
|
|
136
|
+
}>>;
|
|
137
|
+
};
|
|
138
|
+
requestInstance: {
|
|
139
|
+
type: import("vue").PropType<import("../../../../../es/components/form-render").RequestInstance>;
|
|
140
|
+
};
|
|
141
|
+
enterToNextWidget: {
|
|
142
|
+
type: import("vue").PropType<boolean | ((fieldItem: FieldItem) => boolean | void)>;
|
|
143
|
+
default: boolean;
|
|
144
|
+
};
|
|
145
|
+
lowCodeReactions: {
|
|
146
|
+
type: import("vue").PropType<import("../../../../../es/components/form-render").FormLowCodeReactions.Config[]>;
|
|
147
|
+
};
|
|
148
|
+
}, {
|
|
149
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
150
|
+
fieldList: {
|
|
151
|
+
type: import("vue").PropType<FieldItem[]>;
|
|
152
|
+
};
|
|
153
|
+
initialData: {
|
|
154
|
+
type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
|
|
155
|
+
default: () => {};
|
|
156
|
+
};
|
|
157
|
+
fieldVisitor: {
|
|
158
|
+
type: import("vue").PropType<import("../../../../../es/components/form-render").FieldVisitor>;
|
|
159
|
+
};
|
|
160
|
+
column: {
|
|
161
|
+
type: NumberConstructor;
|
|
162
|
+
default: number;
|
|
163
|
+
};
|
|
164
|
+
maxHeight: {
|
|
165
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
166
|
+
default: string;
|
|
167
|
+
};
|
|
168
|
+
anchor: {
|
|
169
|
+
type: BooleanConstructor;
|
|
170
|
+
default: boolean;
|
|
171
|
+
};
|
|
172
|
+
parallelism: {
|
|
173
|
+
type: NumberConstructor;
|
|
174
|
+
default: number;
|
|
175
|
+
};
|
|
176
|
+
businessFormatter: {
|
|
177
|
+
type: import("vue").PropType<import("../../../../../es/components/form-render").FormBusinessFormatter>;
|
|
178
|
+
};
|
|
179
|
+
schema: {
|
|
180
|
+
type: import("vue").PropType<import("@formily/json-schema").Stringify<{
|
|
181
|
+
[key: symbol]: any;
|
|
182
|
+
[key: `x-${string}`]: any;
|
|
183
|
+
[key: `x-${number}`]: any;
|
|
184
|
+
version?: string | undefined;
|
|
185
|
+
name?: import("@formily/json-schema").SchemaKey | undefined;
|
|
186
|
+
title?: any;
|
|
187
|
+
description?: any;
|
|
188
|
+
default?: any;
|
|
189
|
+
readOnly?: boolean | undefined;
|
|
190
|
+
writeOnly?: boolean | undefined;
|
|
191
|
+
type?: import("@formily/json-schema").SchemaTypes | undefined;
|
|
192
|
+
enum?: import("@formily/json-schema").SchemaEnum<any> | undefined;
|
|
193
|
+
const?: any;
|
|
194
|
+
multipleOf?: number | undefined;
|
|
195
|
+
maximum?: number | undefined;
|
|
196
|
+
exclusiveMaximum?: number | undefined;
|
|
197
|
+
minimum?: number | undefined;
|
|
198
|
+
exclusiveMinimum?: number | undefined;
|
|
199
|
+
maxLength?: number | undefined;
|
|
200
|
+
minLength?: number | undefined;
|
|
201
|
+
pattern?: string | RegExp | undefined;
|
|
202
|
+
maxItems?: number | undefined;
|
|
203
|
+
minItems?: number | undefined;
|
|
204
|
+
uniqueItems?: boolean | undefined;
|
|
205
|
+
maxProperties?: number | undefined;
|
|
206
|
+
minProperties?: number | undefined;
|
|
207
|
+
required?: string | boolean | string[] | undefined;
|
|
208
|
+
format?: string | undefined;
|
|
209
|
+
$ref?: string | undefined;
|
|
210
|
+
$namespace?: string | undefined;
|
|
211
|
+
definitions?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
|
212
|
+
properties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
|
213
|
+
items?: import("@formily/json-schema").SchemaItems<any, any, any, any, any, any, any, any> | undefined;
|
|
214
|
+
additionalItems?: import("@formily/json-schema").Stringify<any> | undefined;
|
|
215
|
+
patternProperties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
|
216
|
+
additionalProperties?: import("@formily/json-schema").Stringify<any> | undefined;
|
|
217
|
+
"x-value"?: any;
|
|
218
|
+
"x-index"?: number | undefined;
|
|
219
|
+
"x-pattern"?: any;
|
|
220
|
+
"x-display"?: any;
|
|
221
|
+
"x-validator"?: any;
|
|
222
|
+
"x-decorator"?: any;
|
|
223
|
+
"x-decorator-props"?: any;
|
|
224
|
+
"x-component"?: any;
|
|
225
|
+
"x-component-props"?: any;
|
|
226
|
+
"x-reactions"?: import("@formily/json-schema").SchemaReactions<any> | undefined;
|
|
227
|
+
"x-content"?: any;
|
|
228
|
+
"x-data"?: any;
|
|
229
|
+
"x-visible"?: boolean | undefined;
|
|
230
|
+
"x-hidden"?: boolean | undefined;
|
|
231
|
+
"x-disabled"?: boolean | undefined;
|
|
232
|
+
"x-editable"?: boolean | undefined;
|
|
233
|
+
"x-read-only"?: boolean | undefined;
|
|
234
|
+
"x-read-pretty"?: boolean | undefined;
|
|
235
|
+
"x-compile-omitted"?: string[] | undefined;
|
|
236
|
+
}>>;
|
|
237
|
+
};
|
|
238
|
+
components: {
|
|
239
|
+
type: import("vue").PropType<Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>>;
|
|
240
|
+
default: () => {};
|
|
241
|
+
};
|
|
242
|
+
scope: {
|
|
243
|
+
type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
|
|
244
|
+
default: () => {};
|
|
245
|
+
};
|
|
246
|
+
annotation: {
|
|
247
|
+
type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
|
|
248
|
+
};
|
|
249
|
+
consumer: {
|
|
250
|
+
type: BooleanConstructor;
|
|
251
|
+
default: boolean;
|
|
252
|
+
};
|
|
253
|
+
uuid: {
|
|
254
|
+
type: StringConstructor;
|
|
255
|
+
};
|
|
256
|
+
lifeCycle: {
|
|
257
|
+
type: import("vue").PropType<Partial<{
|
|
258
|
+
onSetup(): void;
|
|
259
|
+
beforeRequest(fieldKey: string, params?: import("../../../../shared/types").AnyObject | undefined): void | import("../../../../shared/types").UndefinedAble<import("../../../../shared/types").AnyObject>;
|
|
260
|
+
afterRequest(fieldKey: string, payload?: any): import("../../../../shared/types").AnyObject[];
|
|
261
|
+
}>>;
|
|
262
|
+
};
|
|
263
|
+
requestInstance: {
|
|
264
|
+
type: import("vue").PropType<import("../../../../../es/components/form-render").RequestInstance>;
|
|
265
|
+
};
|
|
266
|
+
enterToNextWidget: {
|
|
267
|
+
type: import("vue").PropType<boolean | ((fieldItem: FieldItem) => boolean | void)>;
|
|
268
|
+
default: boolean;
|
|
269
|
+
};
|
|
270
|
+
lowCodeReactions: {
|
|
271
|
+
type: import("vue").PropType<import("../../../../../es/components/form-render").FormLowCodeReactions.Config[]>;
|
|
272
|
+
};
|
|
273
|
+
}>> & {
|
|
274
|
+
onFormChange?: ((...args: any[]) => any) | undefined;
|
|
275
|
+
}>>;
|
|
276
|
+
emit: (event: "formChange", ...args: any[]) => void;
|
|
277
|
+
nuiThemeOverrides: import("naive-ui").GlobalThemeOverrides;
|
|
278
|
+
formModel: import("../../../../../es/components/form-render").Form<{
|
|
279
|
+
[x: string]: any;
|
|
280
|
+
}>;
|
|
281
|
+
lowCodeReactionsHandler: (field: string, value: unknown) => void;
|
|
282
|
+
triggerAllReactionsHandler: () => void;
|
|
283
|
+
SchemaField: import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>;
|
|
284
|
+
businessCollector: import("../../../../../es/components/form-render").BusinessCollector;
|
|
285
|
+
formItemDepsCollector: import("../../../../../es/components/form-render").FormItemDepsCollector;
|
|
286
|
+
changeContextCollector: import("../../../../../es/components/form-render").ContextCollector;
|
|
287
|
+
formUUID: string;
|
|
288
|
+
formRenderRef: import("vue").Ref<HTMLElement | undefined>;
|
|
289
|
+
schemaAdaptor: (fieldList: FieldItem[]) => Record<string, import("@formily/json-schema").Stringify<{
|
|
290
|
+
[key: symbol]: any;
|
|
291
|
+
[key: `x-${string}`]: any;
|
|
292
|
+
[key: `x-${number}`]: any;
|
|
293
|
+
version?: string | undefined;
|
|
294
|
+
name?: import("@formily/json-schema").SchemaKey | undefined;
|
|
295
|
+
title?: any;
|
|
296
|
+
description?: any;
|
|
297
|
+
default?: any;
|
|
298
|
+
readOnly?: boolean | undefined;
|
|
299
|
+
writeOnly?: boolean | undefined;
|
|
300
|
+
type?: import("@formily/json-schema").SchemaTypes | undefined;
|
|
301
|
+
enum?: import("@formily/json-schema").SchemaEnum<any> | undefined;
|
|
302
|
+
const?: any;
|
|
303
|
+
multipleOf?: number | undefined;
|
|
304
|
+
maximum?: number | undefined;
|
|
305
|
+
exclusiveMaximum?: number | undefined;
|
|
306
|
+
minimum?: number | undefined;
|
|
307
|
+
exclusiveMinimum?: number | undefined;
|
|
308
|
+
maxLength?: number | undefined;
|
|
309
|
+
minLength?: number | undefined;
|
|
310
|
+
pattern?: string | RegExp | undefined;
|
|
311
|
+
maxItems?: number | undefined;
|
|
312
|
+
minItems?: number | undefined;
|
|
313
|
+
uniqueItems?: boolean | undefined;
|
|
314
|
+
maxProperties?: number | undefined;
|
|
315
|
+
minProperties?: number | undefined;
|
|
316
|
+
required?: string | boolean | string[] | undefined;
|
|
317
|
+
format?: string | undefined;
|
|
318
|
+
$ref?: string | undefined;
|
|
319
|
+
$namespace?: string | undefined;
|
|
320
|
+
definitions?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
|
321
|
+
properties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
|
322
|
+
items?: import("@formily/json-schema").SchemaItems<any, any, any, any, any, any, any, any> | undefined;
|
|
323
|
+
additionalItems?: import("@formily/json-schema").Stringify<any> | undefined;
|
|
324
|
+
patternProperties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
|
325
|
+
additionalProperties?: import("@formily/json-schema").Stringify<any> | undefined;
|
|
326
|
+
"x-value"?: any;
|
|
327
|
+
"x-index"?: number | undefined;
|
|
328
|
+
"x-pattern"?: any;
|
|
329
|
+
"x-display"?: any;
|
|
330
|
+
"x-validator"?: any;
|
|
331
|
+
"x-decorator"?: any;
|
|
332
|
+
"x-decorator-props"?: any;
|
|
333
|
+
"x-component"?: any;
|
|
334
|
+
"x-component-props"?: any;
|
|
335
|
+
"x-reactions"?: import("@formily/json-schema").SchemaReactions<any> | undefined;
|
|
336
|
+
"x-content"?: any;
|
|
337
|
+
"x-data"?: any;
|
|
338
|
+
"x-visible"?: boolean | undefined;
|
|
339
|
+
"x-hidden"?: boolean | undefined;
|
|
340
|
+
"x-disabled"?: boolean | undefined;
|
|
341
|
+
"x-editable"?: boolean | undefined;
|
|
342
|
+
"x-read-only"?: boolean | undefined;
|
|
343
|
+
"x-read-pretty"?: boolean | undefined;
|
|
344
|
+
"x-compile-omitted"?: string[] | undefined;
|
|
345
|
+
}>>;
|
|
346
|
+
_fieldList: FieldItem[];
|
|
347
|
+
parsedSchema: import("vue").ComputedRef<import("@formily/json-schema").Stringify<{
|
|
348
|
+
[key: symbol]: any;
|
|
349
|
+
[key: `x-${string}`]: any;
|
|
350
|
+
[key: `x-${number}`]: any;
|
|
351
|
+
version?: string | undefined;
|
|
352
|
+
name?: import("@formily/json-schema").SchemaKey | undefined;
|
|
353
|
+
title?: any;
|
|
354
|
+
description?: any;
|
|
355
|
+
default?: any;
|
|
356
|
+
readOnly?: boolean | undefined;
|
|
357
|
+
writeOnly?: boolean | undefined;
|
|
358
|
+
type?: import("@formily/json-schema").SchemaTypes | undefined;
|
|
359
|
+
enum?: import("@formily/json-schema").SchemaEnum<any> | undefined;
|
|
360
|
+
const?: any;
|
|
361
|
+
multipleOf?: number | undefined;
|
|
362
|
+
maximum?: number | undefined;
|
|
363
|
+
exclusiveMaximum?: number | undefined;
|
|
364
|
+
minimum?: number | undefined;
|
|
365
|
+
exclusiveMinimum?: number | undefined;
|
|
366
|
+
maxLength?: number | undefined;
|
|
367
|
+
minLength?: number | undefined;
|
|
368
|
+
pattern?: string | RegExp | undefined;
|
|
369
|
+
maxItems?: number | undefined;
|
|
370
|
+
minItems?: number | undefined;
|
|
371
|
+
uniqueItems?: boolean | undefined;
|
|
372
|
+
maxProperties?: number | undefined;
|
|
373
|
+
minProperties?: number | undefined;
|
|
374
|
+
required?: string | boolean | string[] | undefined;
|
|
375
|
+
format?: string | undefined;
|
|
376
|
+
$ref?: string | undefined;
|
|
377
|
+
$namespace?: string | undefined;
|
|
378
|
+
definitions?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
|
379
|
+
properties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
|
380
|
+
items?: import("@formily/json-schema").SchemaItems<any, any, any, any, any, any, any, any> | undefined;
|
|
381
|
+
additionalItems?: import("@formily/json-schema").Stringify<any> | undefined;
|
|
382
|
+
patternProperties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
|
383
|
+
additionalProperties?: import("@formily/json-schema").Stringify<any> | undefined;
|
|
384
|
+
"x-value"?: any;
|
|
385
|
+
"x-index"?: number | undefined;
|
|
386
|
+
"x-pattern"?: any;
|
|
387
|
+
"x-display"?: any;
|
|
388
|
+
"x-validator"?: any;
|
|
389
|
+
"x-decorator"?: any;
|
|
390
|
+
"x-decorator-props"?: any;
|
|
391
|
+
"x-component"?: any;
|
|
392
|
+
"x-component-props"?: any;
|
|
393
|
+
"x-reactions"?: import("@formily/json-schema").SchemaReactions<any> | undefined;
|
|
394
|
+
"x-content"?: any;
|
|
395
|
+
"x-data"?: any;
|
|
396
|
+
"x-visible"?: boolean | undefined;
|
|
397
|
+
"x-hidden"?: boolean | undefined;
|
|
398
|
+
"x-disabled"?: boolean | undefined;
|
|
399
|
+
"x-editable"?: boolean | undefined;
|
|
400
|
+
"x-read-only"?: boolean | undefined;
|
|
401
|
+
"x-read-pretty"?: boolean | undefined;
|
|
402
|
+
"x-compile-omitted"?: string[] | undefined;
|
|
403
|
+
}>>;
|
|
404
|
+
currentAnchor: import("vue").WritableComputedRef<string>;
|
|
405
|
+
generateAnchorList: (schema: import("@formily/json-schema").Stringify<{
|
|
406
|
+
[key: symbol]: any;
|
|
407
|
+
[key: `x-${string}`]: any;
|
|
408
|
+
[key: `x-${number}`]: any;
|
|
409
|
+
version?: string | undefined;
|
|
410
|
+
name?: import("@formily/json-schema").SchemaKey | undefined;
|
|
411
|
+
title?: any;
|
|
412
|
+
description?: any;
|
|
413
|
+
default?: any;
|
|
414
|
+
readOnly?: boolean | undefined;
|
|
415
|
+
writeOnly?: boolean | undefined;
|
|
416
|
+
type?: import("@formily/json-schema").SchemaTypes | undefined;
|
|
417
|
+
enum?: import("@formily/json-schema").SchemaEnum<any> | undefined;
|
|
418
|
+
const?: any;
|
|
419
|
+
multipleOf?: number | undefined;
|
|
420
|
+
maximum?: number | undefined;
|
|
421
|
+
exclusiveMaximum?: number | undefined;
|
|
422
|
+
minimum?: number | undefined;
|
|
423
|
+
exclusiveMinimum?: number | undefined;
|
|
424
|
+
maxLength?: number | undefined;
|
|
425
|
+
minLength?: number | undefined;
|
|
426
|
+
pattern?: string | RegExp | undefined;
|
|
427
|
+
maxItems?: number | undefined;
|
|
428
|
+
minItems?: number | undefined;
|
|
429
|
+
uniqueItems?: boolean | undefined;
|
|
430
|
+
maxProperties?: number | undefined;
|
|
431
|
+
minProperties?: number | undefined;
|
|
432
|
+
required?: string | boolean | string[] | undefined;
|
|
433
|
+
format?: string | undefined;
|
|
434
|
+
$ref?: string | undefined;
|
|
435
|
+
$namespace?: string | undefined;
|
|
436
|
+
definitions?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
|
437
|
+
properties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
|
438
|
+
items?: import("@formily/json-schema").SchemaItems<any, any, any, any, any, any, any, any> | undefined;
|
|
439
|
+
additionalItems?: import("@formily/json-schema").Stringify<any> | undefined;
|
|
440
|
+
patternProperties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
|
441
|
+
additionalProperties?: import("@formily/json-schema").Stringify<any> | undefined;
|
|
442
|
+
"x-value"?: any;
|
|
443
|
+
"x-index"?: number | undefined;
|
|
444
|
+
"x-pattern"?: any;
|
|
445
|
+
"x-display"?: any;
|
|
446
|
+
"x-validator"?: any;
|
|
447
|
+
"x-decorator"?: any;
|
|
448
|
+
"x-decorator-props"?: any;
|
|
449
|
+
"x-component"?: any;
|
|
450
|
+
"x-component-props"?: any;
|
|
451
|
+
"x-reactions"?: import("@formily/json-schema").SchemaReactions<any> | undefined;
|
|
452
|
+
"x-content"?: any;
|
|
453
|
+
"x-data"?: any;
|
|
454
|
+
"x-visible"?: boolean | undefined;
|
|
455
|
+
"x-hidden"?: boolean | undefined;
|
|
456
|
+
"x-disabled"?: boolean | undefined;
|
|
457
|
+
"x-editable"?: boolean | undefined;
|
|
458
|
+
"x-read-only"?: boolean | undefined;
|
|
459
|
+
"x-read-pretty"?: boolean | undefined;
|
|
460
|
+
"x-compile-omitted"?: string[] | undefined;
|
|
461
|
+
}>) => void;
|
|
462
|
+
anchorIdList: import("vue").Ref<{
|
|
463
|
+
name: string;
|
|
464
|
+
title: string;
|
|
465
|
+
}[]>;
|
|
466
|
+
formHeight: import("vue").ComputedRef<string | undefined>;
|
|
467
|
+
onScroll: () => void;
|
|
468
|
+
onKeydown: (event: KeyboardEvent) => void;
|
|
469
|
+
queryWidget: (key: string, wrapperElement: HTMLElement, fieldList: FieldItem[]) => Promise<{
|
|
470
|
+
widgetElement: HTMLInputElement | null | undefined;
|
|
471
|
+
widgetElementList: HTMLInputElement[];
|
|
472
|
+
decoratorElement: HTMLElement | null | undefined;
|
|
473
|
+
}>;
|
|
474
|
+
FormConsumer: import("vue").DefineComponent<{}, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
475
|
+
FormProvider: import("vue").DefineComponent<Record<"form", any>, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<Record<"form", any>>>, {
|
|
476
|
+
form: any;
|
|
477
|
+
}>;
|
|
478
|
+
NForm: any;
|
|
479
|
+
NTabPane: import("vue").DefineComponent<{
|
|
480
|
+
readonly tab: import("vue").PropType<string | number | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
481
|
+
[key: string]: any;
|
|
482
|
+
}> | (() => import("vue").VNodeChild)>;
|
|
483
|
+
readonly name: {
|
|
484
|
+
readonly type: import("vue").PropType<string | number>;
|
|
485
|
+
readonly required: true;
|
|
486
|
+
};
|
|
487
|
+
readonly disabled: BooleanConstructor;
|
|
488
|
+
readonly displayDirective: {
|
|
489
|
+
readonly type: import("vue").PropType<"if" | "show" | "show:lazy">;
|
|
490
|
+
readonly default: "if";
|
|
491
|
+
};
|
|
492
|
+
readonly closable: {
|
|
493
|
+
readonly type: import("vue").PropType<boolean | undefined>;
|
|
494
|
+
readonly default: undefined;
|
|
495
|
+
};
|
|
496
|
+
readonly tabProps: import("vue").PropType<import("vue").HTMLAttributes>;
|
|
497
|
+
readonly label: import("vue").PropType<string | number | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
498
|
+
[key: string]: any;
|
|
499
|
+
}> | (() => import("vue").VNodeChild)>;
|
|
500
|
+
}, {
|
|
501
|
+
style: import("vue").Ref<string | import("vue").CSSProperties | undefined>;
|
|
502
|
+
class: import("vue").Ref<string | undefined>;
|
|
503
|
+
mergedClsPrefix: import("vue").Ref<string>;
|
|
504
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
505
|
+
readonly tab: import("vue").PropType<string | number | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
506
|
+
[key: string]: any;
|
|
507
|
+
}> | (() => import("vue").VNodeChild)>;
|
|
508
|
+
readonly name: {
|
|
509
|
+
readonly type: import("vue").PropType<string | number>;
|
|
510
|
+
readonly required: true;
|
|
511
|
+
};
|
|
512
|
+
readonly disabled: BooleanConstructor;
|
|
513
|
+
readonly displayDirective: {
|
|
514
|
+
readonly type: import("vue").PropType<"if" | "show" | "show:lazy">;
|
|
515
|
+
readonly default: "if";
|
|
516
|
+
};
|
|
517
|
+
readonly closable: {
|
|
518
|
+
readonly type: import("vue").PropType<boolean | undefined>;
|
|
519
|
+
readonly default: undefined;
|
|
520
|
+
};
|
|
521
|
+
readonly tabProps: import("vue").PropType<import("vue").HTMLAttributes>;
|
|
522
|
+
readonly label: import("vue").PropType<string | number | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
523
|
+
[key: string]: any;
|
|
524
|
+
}> | (() => import("vue").VNodeChild)>;
|
|
525
|
+
}>>, {
|
|
526
|
+
readonly disabled: boolean;
|
|
527
|
+
readonly closable: boolean | undefined;
|
|
528
|
+
readonly displayDirective: "if" | "show" | "show:lazy";
|
|
529
|
+
}>;
|
|
530
|
+
NTabs: any;
|
|
531
|
+
NConfigProvider: any;
|
|
532
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "formChange"[], "formChange", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
533
|
+
fieldList: {
|
|
534
|
+
type: import("vue").PropType<FieldItem[]>;
|
|
535
|
+
};
|
|
536
|
+
initialData: {
|
|
537
|
+
type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
|
|
538
|
+
default: () => {};
|
|
539
|
+
};
|
|
540
|
+
fieldVisitor: {
|
|
541
|
+
type: import("vue").PropType<import("../../../../../es/components/form-render").FieldVisitor>;
|
|
542
|
+
};
|
|
543
|
+
column: {
|
|
544
|
+
type: NumberConstructor;
|
|
545
|
+
default: number;
|
|
546
|
+
};
|
|
547
|
+
maxHeight: {
|
|
548
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
549
|
+
default: string;
|
|
550
|
+
};
|
|
551
|
+
anchor: {
|
|
552
|
+
type: BooleanConstructor;
|
|
553
|
+
default: boolean;
|
|
554
|
+
};
|
|
555
|
+
parallelism: {
|
|
556
|
+
type: NumberConstructor;
|
|
557
|
+
default: number;
|
|
558
|
+
};
|
|
559
|
+
businessFormatter: {
|
|
560
|
+
type: import("vue").PropType<import("../../../../../es/components/form-render").FormBusinessFormatter>;
|
|
561
|
+
};
|
|
562
|
+
schema: {
|
|
563
|
+
type: import("vue").PropType<import("@formily/json-schema").Stringify<{
|
|
564
|
+
[key: symbol]: any;
|
|
565
|
+
[key: `x-${string}`]: any;
|
|
566
|
+
[key: `x-${number}`]: any;
|
|
567
|
+
version?: string | undefined;
|
|
568
|
+
name?: import("@formily/json-schema").SchemaKey | undefined;
|
|
569
|
+
title?: any;
|
|
570
|
+
description?: any;
|
|
571
|
+
default?: any;
|
|
572
|
+
readOnly?: boolean | undefined;
|
|
573
|
+
writeOnly?: boolean | undefined;
|
|
574
|
+
type?: import("@formily/json-schema").SchemaTypes | undefined;
|
|
575
|
+
enum?: import("@formily/json-schema").SchemaEnum<any> | undefined;
|
|
576
|
+
const?: any;
|
|
577
|
+
multipleOf?: number | undefined;
|
|
578
|
+
maximum?: number | undefined;
|
|
579
|
+
exclusiveMaximum?: number | undefined;
|
|
580
|
+
minimum?: number | undefined;
|
|
581
|
+
exclusiveMinimum?: number | undefined;
|
|
582
|
+
maxLength?: number | undefined;
|
|
583
|
+
minLength?: number | undefined;
|
|
584
|
+
pattern?: string | RegExp | undefined;
|
|
585
|
+
maxItems?: number | undefined;
|
|
586
|
+
minItems?: number | undefined;
|
|
587
|
+
uniqueItems?: boolean | undefined;
|
|
588
|
+
maxProperties?: number | undefined;
|
|
589
|
+
minProperties?: number | undefined;
|
|
590
|
+
required?: string | boolean | string[] | undefined;
|
|
591
|
+
format?: string | undefined;
|
|
592
|
+
$ref?: string | undefined;
|
|
593
|
+
$namespace?: string | undefined;
|
|
594
|
+
definitions?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
|
595
|
+
properties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
|
596
|
+
items?: import("@formily/json-schema").SchemaItems<any, any, any, any, any, any, any, any> | undefined;
|
|
597
|
+
additionalItems?: import("@formily/json-schema").Stringify<any> | undefined;
|
|
598
|
+
patternProperties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
|
599
|
+
additionalProperties?: import("@formily/json-schema").Stringify<any> | undefined;
|
|
600
|
+
"x-value"?: any;
|
|
601
|
+
"x-index"?: number | undefined;
|
|
602
|
+
"x-pattern"?: any;
|
|
603
|
+
"x-display"?: any;
|
|
604
|
+
"x-validator"?: any;
|
|
605
|
+
"x-decorator"?: any;
|
|
606
|
+
"x-decorator-props"?: any;
|
|
607
|
+
"x-component"?: any;
|
|
608
|
+
"x-component-props"?: any;
|
|
609
|
+
"x-reactions"?: import("@formily/json-schema").SchemaReactions<any> | undefined;
|
|
610
|
+
"x-content"?: any;
|
|
611
|
+
"x-data"?: any;
|
|
612
|
+
"x-visible"?: boolean | undefined;
|
|
613
|
+
"x-hidden"?: boolean | undefined;
|
|
614
|
+
"x-disabled"?: boolean | undefined;
|
|
615
|
+
"x-editable"?: boolean | undefined;
|
|
616
|
+
"x-read-only"?: boolean | undefined;
|
|
617
|
+
"x-read-pretty"?: boolean | undefined;
|
|
618
|
+
"x-compile-omitted"?: string[] | undefined;
|
|
619
|
+
}>>;
|
|
620
|
+
};
|
|
621
|
+
components: {
|
|
622
|
+
type: import("vue").PropType<Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>>;
|
|
623
|
+
default: () => {};
|
|
624
|
+
};
|
|
625
|
+
scope: {
|
|
626
|
+
type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
|
|
627
|
+
default: () => {};
|
|
628
|
+
};
|
|
629
|
+
annotation: {
|
|
630
|
+
type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
|
|
631
|
+
};
|
|
632
|
+
consumer: {
|
|
633
|
+
type: BooleanConstructor;
|
|
634
|
+
default: boolean;
|
|
635
|
+
};
|
|
636
|
+
uuid: {
|
|
637
|
+
type: StringConstructor;
|
|
638
|
+
};
|
|
639
|
+
lifeCycle: {
|
|
640
|
+
type: import("vue").PropType<Partial<{
|
|
641
|
+
onSetup(): void;
|
|
642
|
+
beforeRequest(fieldKey: string, params?: import("../../../../shared/types").AnyObject | undefined): void | import("../../../../shared/types").UndefinedAble<import("../../../../shared/types").AnyObject>;
|
|
643
|
+
afterRequest(fieldKey: string, payload?: any): import("../../../../shared/types").AnyObject[];
|
|
644
|
+
}>>;
|
|
645
|
+
};
|
|
646
|
+
requestInstance: {
|
|
647
|
+
type: import("vue").PropType<import("../../../../../es/components/form-render").RequestInstance>;
|
|
648
|
+
};
|
|
649
|
+
enterToNextWidget: {
|
|
650
|
+
type: import("vue").PropType<boolean | ((fieldItem: FieldItem) => boolean | void)>;
|
|
651
|
+
default: boolean;
|
|
652
|
+
};
|
|
653
|
+
lowCodeReactions: {
|
|
654
|
+
type: import("vue").PropType<import("../../../../../es/components/form-render").FormLowCodeReactions.Config[]>;
|
|
655
|
+
};
|
|
656
|
+
}>> & {
|
|
657
|
+
onFormChange?: ((...args: any[]) => any) | undefined;
|
|
658
|
+
}, {
|
|
659
|
+
anchor: boolean;
|
|
660
|
+
maxHeight: string | number;
|
|
661
|
+
column: number;
|
|
662
|
+
components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
|
|
663
|
+
initialData: import("../../../../shared/types").AnyObject;
|
|
664
|
+
parallelism: number;
|
|
665
|
+
scope: import("../../../../shared/types").AnyObject;
|
|
666
|
+
consumer: boolean;
|
|
667
|
+
enterToNextWidget: boolean | ((fieldItem: FieldItem) => boolean | void);
|
|
668
|
+
}>;
|
|
669
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
|
|
670
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
671
|
+
submit: (payload: FormConfigItem) => FormConfigItem;
|
|
672
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>> & {
|
|
673
|
+
onSubmit?: ((payload: FormConfigItem) => any) | undefined;
|
|
674
|
+
}, {}>;
|
|
675
|
+
export default _default;
|