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 🙏

© 2024 – Pkg Stats / Ryan Hefner

element-jz

v2.15.8

Published

A Component Library for Vue.js.

Downloads

3

Readme

2.15.8【2021年5月8日】

解决el-table双击复制的时候如果里面是el-switch空的内容,也会提示复制成功

2.15.7【2021年5月7日】

el-cascader级联选择器开发的时候加了console,忘记移除了,现在去掉

2.15.6【2021年5月6日】

el-cascader级联选择器开启了filterable可搜索之后,二次点击无法收回下拉框的问题

2.15.5【2021年5月6日】

el-table方法cell-dblclick方法修改为取event.target.innerText,取字段原生的值因为经常格式化,导致复制的不正确

2.15.4【2021年5月6日】

el-table方法cell-dblclick方法新增复制功能,使用原生复制execCommand进行复制,不进行引用vue-clipboard2插件,调用顺序为:

双击事件-》进行复制-》抛出cell-dblclick事件

2.15.3【2021年4月25日】

el-table对于expandRow增加class=“el-table__expanded-row”方便做动画

2.15.2【2021年4月16日】

修复el-tooltip、el-popover,使用匿名函数创建on事件但是使用具名函数off,导致eventlistener不销毁的内存溢出的问题

2.15.1

修复el-table表格开启了翻页勾选的功能后,创建的store不销毁导致的内存溢出的问题