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

@lcode/components-vue3

v1.3.5

Published

lcode 组件

Downloads

261

Readme

版本修改内容

v1.3.0

feat

  • 增加更新变量功能,使用方式调整

v1.2.0

feat

  • 增加更新变量功能

v1.1.31

feat

  • 按钮增加jsx类型

v1.1.28

fix

  • 自定义表单lable单字符宽度

v1.1.27

fix

  • 修改formItemNode获取方法

v1.1.22

feat

  • 弹窗取消按钮自定义

v1.1.20

feat

  • 增加表单参数处理注入方法

v1.1.9

feat

  • 修改Element部分方法的this指向

v1.1.6

feat

  • 查询表单项改变,自动调用查询接口

v1.1.5

feat

  • 增加表单项:表格
  • 增加弹窗:表格
  • 增加表单项:按钮

v1.1.4

feat

  • 表单组

v1.1.0

feat

  • 国际化

v1.0.47

fix

  • formItem function 绑定 this

v1.0.46

fix

  • 兼容bug

v1.0.44

fix

  • 优化错误提示

v1.0.43

fix

  • 修改表格列注入bug

v1.0.42

feat

  • 弹窗自定义函数兼容异步
  • 增加注入 FormLabel 方法 injectFormLabel

v1.0.41

fix

  • 优化告警信息

v1.0.40

fix

  • 优化 FormItemText 组件

v1.0.39

feature

  • 增加二次确认弹窗 content 扩展变量 ${} 语法,并增加 handleContent 配置参数

v1.0.38

style

  • 修改 ApiOptions 获取 result 后设置的顺序

v1.0.36

style

  • 允许修改 formItem 样式

v1.0.34

style

  • 修改 form tip 颜色

v1.0.33

fix

  • 解决单独使用 form 表单的变量问题

v1.0.32

feature

  • 增加表单嵌套功能

v1.0.30

feature

  • 暴露修改列方法
  • 内置自定义列功能
  • 增加注入表单配置功能

v1.0.29

feature

  • 增加 Title 表单项
  • 增加 Text 表单项

v1.0.28

fix

  • 修改从接口获取弹窗表单值的机制

v1.0.27

fix

  • 解决警告

v1.0.26

fix

  • 解决警告

v1.0.25

fix

  • 修改bug

v1.0.24

fix

  • 修改bug

v1.0.23

fix

  • 修改bug

v1.0.22

feature

  • 增加 表单设置错误信息功能
  • 增加 表单清空错误信息功能

v1.0.21

fix

  • 自定义弹窗增加引用

v1.0.20

fix

  • 修改全局变量bug

v1.0.19

fix

  • 修改全局变量bug

v1.0.18

feature

  • 增加表格列日期格式
  • 增加表格列千分位分隔符
  • 全局分页参数处理

fix

  • 修改 lcode 引入方式
  • mergeConfig合并弹窗bug
  • mergeConfig合并快捷表单项bug

v1.0.17

fix

  • 修改 utils 版本

v1.0.16

feature

  • 增加弹窗注入 injectDialogs
  • 增加弹窗 jsx 功能
  • 增加按钮继承功能

v1.0.15

feature

  • injectApiConfig 增加使用方法

v1.0.14

fix

  • 修改本地变量bug

v1.0.13

feature:

  • Form增加 labelWidth 属性
  • 增加组合注入

fix:

  • sendApi 增加返回值
  • 修改全局变量bug

v1.0.12

fix:

  • 修改 utils 引用版本

v1.0.11

feature:

  • 增加注入表单项配置功能 injectFormItemConfig
  • 增加注入表格列配置功能 injectTableColumnConfig
  • 增加注入接口配置功能 injectApiConfig
  • 默认注入表单项配置:日期时间范围器 datetimerange

v1.0.10

feature:

  • TablePage 组件增加直接访问 Form 组件的属性,如: tablePage.dialogFormtablePage.searchFormtablePage.dialogs
  • Dialogs 组件增加直接访问 Form 组件的属性,如: dialogs.dialogForm

v1.0.9

feature:

  • Form 组件增加功能:允许仅显示必填星标
  • FormTablePageDialogs 组件暴露 sendApi 功能供外部调用
  • TablePage 组件 searchForm 与 table 之间增加插槽

v1.0.8

fix:

  • 修改 utils 引用版本

v1.0.7

fix:

  • 解决 Form 组件 rules 是字符串的bug

v1.0.6

feature:

  • FormItem 增加 JSX 功能