npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

lxing-ui

v0.0.712

Published

Develop the component of vue2.min

Readme

Document

更新日志

2023-06-28

0.0.712

  • 1、form和table的optionsColors改为optionColors
  • 2、form的配置项config,增加属性inline:true/false,属性span:1~10(元素width:1~10 = 10%~100%)
  • 3、form的配置项增加属性 tag ,如果设置了tag,设置任意标签,例如 div,会替换当前的form-item,不过formItemProps也会继续作用于当前tag

2023-06-15

0.0.711
1、form更新

  • 时间组件,非编辑状态,显示时间字符,而不是禁用状态

  • lx-upload-image、 uploadImg,修复一个bug

  • headShow,type = 'collapse',折叠的时候,可以设置一个属性 childrenProps,用来配置包裹children的元素属性,用法和componentProps一样

2023-05-24

0.0.709
1、添加modal组件
2、修复table的selection全选导致下方checkbox删除表格数据的bug

2023-05-24

1、增加输出umd模块的文件,兼容浏览器环境。

esm目录

/dist/jsm/lxing-ui.js
/dist/jsm/lxing-ui.min.js

umd目录

/dist/umd/lxing-ui.umd.js
/dist/umd/lxing-ui.umd.min.js

2023-4-25

lxing 0.0.703
1、filter-table 独立发布 @lxing-ui/filter-table
2、添加table all-column-width设置所有column的宽度,优先级比columnsItem设置的低。
3、table 增加initSelected方法
4、form 增加属性ignoreTypeWar,忽略type没有对应的组件的时候的警告 优化 1、table处理百分比、处理千分位数据
2、menu 样式修改

2023-3-2

lxing 0.0.702 1、filter-table增加了分页的event

2023-3-1

lxing 0.0.701
1、新增 lx-filter-table 组件,带筛选表单的表格。由 lx-form和lx-table 组合成一个组件,只需要配置一个config。
2、新增 lx-scrollbar 组件,可自动拓展高度。
3、lx-table:

  • 增加type:time-range、date-time-range,数据类型为 Array[Date, Date]

lxing 0.0.699 修改: 1、form组件的on-submit、on-reset事件名称修改为submit、reset. 2、table组件的selection优化,修复修改table里的数值时会触发select-change的问题

0.0.698

  • 1,lx-upload-image组件:增加了:1、上传按钮的隐藏、2、slot替换上传按钮,slotName = 'upload-button',
  • 2、table组件:
    • a、增加了selection 单选模式,切换方式 table-attr.multiple = true/false,
    • b、优化了selection,
    • c、config属性增加headerRender表头自定义
    • d、修改单选和多选不依赖selected,之前是依赖的,如果没有selected,单选是呈现多选的效果