lowcode-engine icon indicating copy to clipboard operation
lowcode-engine copied to clipboard

An enterprise-class low-code technology stack with scale-out design / 一套面向扩展设计的企业级低代码技术体系

Results 720 lowcode-engine issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/18732567/190944156-3c37b534-ff25-47c6-960a-b5c4e57a764c.png) 现在的出码都是class组件,能否出函数组件,并支持ahooks?

help wanted

## **详细描述 bug** 调试物料 提示注入成功,画布上不能展示该组件,显示Component Not Found。控制台提示 base.js:500 ColorfulInput component is not found in components list。 --- ## **如何复现 bug?** Steps to reproduce the behavior: / 详细复现步骤: 1. 初始化物料仓库,选择react-组件库 npm...

## 出码后拖拽的表格样式错乱 ### 拖拽效果 ![image](https://user-images.githubusercontent.com/22702616/190617235-b79e4881-fde0-46a6-812e-3fdef368b2c3.png) ### 实际运行效果 ![image](https://user-images.githubusercontent.com/22702616/190617389-1b9a47f7-f22e-4b59-b2da-61506412df94.png)

我试了下服务端渲染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

help wanted

## **Describe the bug (required)** / **详细描述 bug(必填)** 出码之后npm install下载插件包, NextTable下载失败 A clear and concise description of what the bug is. / 请提供清晰且精确的 bug 描述 本地运行出码之后的源码,运行npm i 下载插件的时候,NextTable 下载失败 ![image](https://user-images.githubusercontent.com/20181669/190580338-947a034f-5532-4154-a111-ee14723d30a4.png)...

### 插件暴露处 ![image](https://user-images.githubusercontent.com/18732567/190295632-de61dd45-92b2-4fc6-98ca-08a9f7f20a84.png) ### 插件使用处,如果获取到暴露的数据和方法? ![image](https://user-images.githubusercontent.com/18732567/190295709-290a375c-2835-4967-b66e-3388e022531f.png)

## **Describe the bug (required)** / **详细描述 bug(必填)** props `condition` 设为 false 时,schema 里直接没有这个 props 了,组件内拿到的也是 undefined。 我理解 `condition` 应该只是隐藏某个不想让用户看到的配置项,比如 id 等。 或者有没有其他配置可以做到。 --- ## **To Reproduce (required)** / **如何复现...

bug

## 复现截图 现有效果: ![image](https://user-images.githubusercontent.com/26290798/185886792-3ea3ba5d-f8d7-42bf-bfb0-6a970893e36c.png) 想要如下效果: 💯 ![image](https://user-images.githubusercontent.com/26290798/185885587-06054981-86ad-43c9-aedc-9efa4d7be18b.png) ## 复现流程与链接 [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...

bug