lowcode-engine
lowcode-engine copied to clipboard
An enterprise-class low-code technology stack with scale-out design / 一套面向扩展设计的企业级低代码技术体系
 现在的出码都是class组件,能否出函数组件,并支持ahooks?
## **详细描述 bug** 调试物料 提示注入成功,画布上不能展示该组件,显示Component Not Found。控制台提示 base.js:500 ColorfulInput component is not found in components list。 --- ## **如何复现 bug?** Steps to reproduce the behavior: / 详细复现步骤: 1. 初始化物料仓库,选择react-组件库 npm...
## 出码后拖拽的表格样式错乱 ### 拖拽效果  ### 实际运行效果 
我试了下服务端渲染schema 很多浏览器对象找不到而报错 还有用nextjs 不支持 全局css在node_modules 中导入 error - ./node_modules/@alilc/lowcode-renderer-core/es/components/VisualDom/index.css Global CSS cannot be imported from within node_modules. Read more: https://nextjs.org/docs/messages/css-npm Location: node_modules/@alilc/lowcode-renderer-core/es/components/VisualDom/index.js error - node_modules/@alilc/lowcode-renderer-core/lib/components/VisualDom/index.css:1
## **Describe the bug (required)** / **详细描述 bug(必填)** 出码之后npm install下载插件包, NextTable下载失败 A clear and concise description of what the bug is. / 请提供清晰且精确的 bug 描述 本地运行出码之后的源码,运行npm i 下载插件的时候,NextTable 下载失败 ...
### 插件暴露处  ### 插件使用处,如果获取到暴露的数据和方法? 
## **Describe the bug (required)** / **详细描述 bug(必填)** props `condition` 设为 false 时,schema 里直接没有这个 props 了,组件内拿到的也是 undefined。 我理解 `condition` 应该只是隐藏某个不想让用户看到的配置项,比如 id 等。 或者有没有其他配置可以做到。 --- ## **To Reproduce (required)** / **如何复现...
## 复现截图 现有效果:  想要如下效果: 💯  ## 复现流程与链接 [lowcode demo]()中场景“antd 高级组件 + formily 表单组件",想要自定义类似 [antd 自定义组件](https://ant.design/components/form-cn/#components-form-demo-customized-form-controls)效果的表单项。 ## 期望结果 lowcode提供一种方式实现自定义表单项,onChange的时候是一个对象。 ## 环境信息 - 引擎版本 1.0.11 - ext 版本 1.0.3 -...
## **详细描述 bug(必填)** 在demo中,componentsMap是通过前面保存在localStorage中的,但是现在只有assets.json文件的话,如何获取到componentsMap对象? ## **如何复现 bug?(必填,非常重要)** ## **预期行为(必填,非常重要)** --- ## **bug 截图(可选)** ## **请提供如下信息(必填)** - AliLowCodeEngine version: [e.g. 1.0.0] / 低代码引擎版本 - AliLowCodeEngineExt version: [e.g. 1.0.0] / 低代码引擎扩展包版本 -...
## **Describe the bug (required)** / **详细描述 bug(必填)** 我们定义了一个设置器(VarSetter),用户可以定义变量,然后定义了一套配置用户可以在物料属性的上定义http请求,参数从(VarSetter中获取),选取变量是下拉框,lable是VarSetter设置的值,value为物料的nodeId。目前发现每次在设置中输入值的时候,物料的nodeId会变化。初步定位设置器在变更时会刷新nodeId的变更。 ## **To Reproduce (required)** / **如何复现 bug?(必填,非常重要)** 设置器的代码 `import * as React from 'react'; import { Input } from '@alifd/next'; import...