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

rls-vue-components

v1.0.61

Published

基于element-plus的vue3库组件

Downloads

172

Readme

基于 element-plus 的 ui 组件库

使用

  1. 通过 yarn add rls-vue-components 安装
  2. 在项目里面通过 import 的方式导入

组件说明

| 组件名称 | 组件描述 | 导入路径 | | -------------- | ---------------------- | ------------------ | | DynamicForm | 动态表单 | rls-vue-components | | ListPage | 通用列表查询 | rls-vue-components | | Modal | 通用弹窗 | rls-vue-components | | ModalElement | 通用弹窗(element-plus) | rls-vue-components | | ModalPure | 通用弹窗(自定义) | rls-vue-components | | Tooltip | 文字提示 | rls-vue-components | | DesensitizeStr | 文字脱敏 | rls-vue-components | | Layout | 菜单框架(待完善) | rls-vue-components | | Editor | 富文本编辑器 | rls-vue-components | | Pagination | 分页器 | rls-vue-components | | RightToolbar | 列表右边按钮 | rls-vue-components |

更新日志

[1.0.0] - 2023-07-13

  • feat: 初始化组件增加了 ListPage 组件

[1.0.1] - 2023-07-14

  • feat: 新增 Modal 组件
  • feat: 新增 Editor 组件

[1.0.32] - 2023-11-2

  • feat: 新增 DesensitizeStr 组件
  • feat: 新增 Tooltip 组件
  • feat: ListPage 组件新增脱敏操作以及 bug 修复
  • fix: Modal 组件 bug 修复

[1.0.33] - 2023-11-2

  • fix: ListPage 组件 脱敏函数为数字类型时报错修复

[1.0.34] - 2023-11-2

  • fix: ListPage 组件 脱敏函数修复只有一位字符的时候全部脱敏

[1.0.35] - 2023-11-2

  • fix: 脱敏组件修复显示问题

[1.0.36] - 2023-11-3

  • feat: 拆分 table 组件设置按钮统一设置脱敏操作

[1.0.37] - 2023-11-3

  • feat: 拆分 ListPage 卡槽修复

[1.0.38] - 2023-11-3

  • feat: 因为 vue 的机制问题 ListPage 没找到合适的方法来嵌套多个卡槽,暂时保留了两份

[1.0.39] - 2023-11-3

  • fix: ListPage 脱敏按钮显示隐藏

[1.0.41] - 2023-11-6

  • feat: Descriptions 组件新增

[1.0.42] - 2023-11-6

  • feat: Table 新增字段 span-method

[1.0.43] - 2023-11-6

  • feat: Table 脱敏按钮显示隐藏

[1.0.44] - 2023-11-7

  • feat: ListPage table配置新增render

[1.0.45] - 2023-11-7

  • feat: ListPage columns配置操作

[1.0.46] - 2023-11-7

  • feat: ListPage index新增

[1.0.47] - 2023-11-7

  • fix: ListPage 序号返回错误修复

[1.0.61] - 2023-11-10

  • feat: ListPage 查询条件过滤