@licfe/antd-lowcode-materials
TypeScript icon, indicating that this package has built-in type declarations

1.0.13 • Public • Published

Ant Design For Lowcode

NPM version

在线示例 / DEMO

使用 / Usage

NPM

const { material } from '@alilc/lowcode-engine';
const assets = require('@licfe/antd-lowcode-materials/build/lowcode/assets-prod.json');

// in GeneralWorkbench init
material.setAssets(assets);

CDN

// in GeneralWorkbench init
const assets = await (
  await fetch(
    `https://unpkg.com/@licfe/antd-lowcode-materials@1.0.13/build/lowcode/assets-prod.json`,
  )
).json();
material.setAssets(assets);

调整记录

  • button
    • 合并组件 6->2
    • 按钮插槽去掉默认图标
  • typography
    • 合并 typography 组件分类 去掉基础分类 合并到通用
    • typography 类 text/paragraph/title 等内容支持变量绑定
    • typography.link 支持变量绑定
    • typography.paragraph setter 调整为 TextAreaSetter
    • typography.title 组件增加 可选标签类别 SelectSetter
    • 合并 typography.title 4->1
    • 合并 typography.text 3->1
  • alert
    • 组件合并 4->1
  • tabs 组件
    • 类别调整为布局
    • 合并 3 -> 1
  • table
    • 调整 priority
    • 新增表格类别
    • 默认数据跳转
  • model
    • 修复隐藏底部
    • 合并 2 -> 1
  • drawer
    • 类别 布局-> 通用
    • 合并 2 -> 1
  • skeleton 骨架屏组件
    • 默认激活 默认动画
    • 支持插槽并修复 bug
  • card
    • 类别调整 数据展示--> 布局
  • divider
    • 合并 2 -> 1
  • popconfirm
    • 类别调整 反馈 -> 通用
  • progress
    • 合并 2-> 1
  • space
    • 调整默认数据
  • 布局 Row 组件
    • 合并 4 -> 2
  • 表单组件
    • 表单容器调整 priority
  • 分类调整
    • 布局改名为布局容器类
    • Drawer Model Collapce 划分为布局容器类
  • 调整整个低码组件 group 为 antd 组件

todo

  • 布局组件,高级布局组件
  • carousel 走马灯组件不可用
  • 易用的表单组件

Dependencies (3)

Dev Dependencies (15)

Package Sidebar

Install

npm i @licfe/antd-lowcode-materials

Weekly Downloads

6

Version

1.0.13

License

MIT

Unpacked Size

3.59 MB

Total Files

382

Last publish

Collaborators

  • gblw