New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@licfe/antd-lowcode-materials

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@licfe/antd-lowcode-materials

Antd for LowCode

  • 1.0.13
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

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 走马灯组件不可用
  • 易用的表单组件

FAQs

Package last updated on 07 Aug 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc