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

lj-element-plus

v2.136.3

Published

自定义修改版本

Readme

修改记录

2026-03-23

element-plus 版本为:2.13.6

修改内容说明

  • 同步官网版本 2.13.6

2026-02-09

element-plus 版本为:2.13.2

修改内容说明

  • 同步官网版本 2.13.2
  • 修改el-input-number自己添加的属性在typecheck时报错

2025-12-24

element-plus 版本为:2.13.0

修改内容说明

修改打包过后的发到npm上的包不能用的bug

2025-12-24

element-plus 版本为:2.13.0

修改内容说明

同步官网版本致 2.13.0

2025-12-08

element-plus 版本为:2.12.0

修改内容说明

同步官网版本致 2.12.0

2025-12-03

element-plus 版本为:2.11.9

修改内容说明

同步官网版本致 2.11.9

2025-11-17

element-plus 版本为:2.11.8

修改内容说明

同步官网版本致 2.11.8

2025-11-10

element-plus 版本为:2.11.7

修改内容说明

同步官网版本致 2.11.7

2025-09-03

element-plus 版本为:2.11.1

修改内容说明

  • 同步官网版本致 2.11.1

  • 【input-number】删除之前增加的属性(textAlignLeft、textAlignRight),由官方出的 align 属性代替,并修改其默认值为 left

  • 修改文件

    • packages/components/input-number/src/input-number.ts
    • packages/components/input-number/src/input-number.vue
    • package/theme-chalk/src/input-number.scss

2025-06-14

element-plus 版本为:2.10.2

修改内容说明

同步官网版本致 2.10.2

2025-06-13

element-plus 版本为:2.10.1

修改内容说明

同步官网版本致 2.10.1

2025-04-30

element-plus 版本为:2.9.9

修改内容说明

同步官网版本致 2.9.9

2024-12-19

element-plus 版本为:2.9.1

修改内容说明

同步官网版本致 2.9.1

2024-12-03

element-plus 版本为:2.9.0

修改内容说明

同步官网版本致 2.9.0

2024-11-26

element-plus 版本为:2.8.8

修改内容说明

同步官网版本致 2.8.8

2024-11-04

element-plus 版本为:2.8.7

修改内容说明

同步官网版本致 2.8.7

2024-10-26

element-plus 版本为:2.8.6

修改内容

  • 【el-input-number】,把原本加的属性 prepend 和 append 去掉了,按官网给的方式修改为了插槽,插槽的使用方式与【el-input】相同,一共有 4 个(prefix,suffix,prepend,append)

修改的文件

  • packages/components/input-number/src/input-number.ts
  • packages/components/input-number/src/input-number.vue

2024-09-13

element-plus 版本为:2.8.2

修改内容

  • 【el-upload】的 UploadFile 这个定义的 ts 的 interface,增加了 4 个属性(isImg,displayUrl,icon,fileName),主要用于在自定义组件【my-upload】里要用到,是为了防止使用 typeScript 做检查的时候不要报错。

修改的文件

  • /packages/components/upload/src/upload.ts

2024-08-27

element-plus 版本为:2.8.1

修改内容说明

同步官网版本致 2.8.1

2024-08-12

element-plus 版本为:2.8.0

修改内容说明

同步官网版本致 2.8.0

2024-08-03

element-plus 版本为:2.7.8

修改内容说明

同步官网版本致 2.7.8

2024-07-17

element-plus 版本为:2.7.7

修改内容说明

同步官网版本致 2.7.7

2024-06-25

element-plus 版本为:2.7.6

修改内容说明

同步官网版本致 2.7.6

2024-06-13

element-plus 版本为:2.7.5

修改内容说明

同步官网版本致 2.7.5

2024-06-01

element-plus 版本为:2.7.4

修改内容说明

同步官网版本致 2.7.4

2024-05-16

element-plus 版本为:2.7.3

修改内容说明

  • 【input-number】增加属性

    | 属性名 | 类型 | 默认值 | 说明 | | :------------: | :-----: | :----: | :----------------------------------------------------------------------: | | prepend | String | '' | 前缀内容,与 el-input 相同 | | append | String | '' | 后缀内容,与 el-input 相同 | | hasZero | Boolean | false | 当设置有精度时,是否显示小数中多余的 0 | | autoSetNull | Boolean | true | 当文本框中的值为 0 时,是否在获取焦点时清空 | | autoSetZero | Boolean | false | 当文本框中的值为空时,是否在失去焦点时设置为 0 最 min 值(min 需要有值) | | textAlignLeft | Boolean | true | 文本内容是否左对齐 | | textAlignRight | Boolean | false | 文本内容是否右对齐 | | isFullWidth | Boolean | true | 是否为 100%宽度 |

  • 【input-number】修改属性 controls 的值默认值为 false,即默认不显示加减(+-)按钮

修改文件

  • packages/components/input-number/src/input-number.ts
  • packages/components/input-number/src/input-number.vue
  • package/theme-chalk/src/input-number.scss