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

cl-crud2

v0.4.1

Published

cool-admin: cl-crud、cl-form、cl-dialog

Downloads

13

Readme

cl-crud2

Install

npm

npm i cl-crud2

yarn

yarn add cl-crud2

Browser

<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/cl-crud2.min.js"></script>

Demo

https://show.cool-admin.com

账号 admin 密码 123456

Document

https://docs-admin-pro.cool-js.com/#/front/crud

Version

  • 0.4.1 处理 cl-dialog 关闭按钮点击刷新页面问题
  • 0.4.0 弃用 cl-dialog, destroy-on-close,改用 key 缓存
  • 0.3.8 添加 saveButtonText, closeButtonText 字典
  • 0.3.7 cl-upsert 添加 showLoading, hiddenLoading
  • 0.3.5 添加 dict.label
  • 0.3.4 优化 cl-dialog cl-form 周期
  • 0.3.3 解决 cl-form 作用域改变问题
  • 0.3.0 解决 cl-form 默认值不监听问题,对组件添加响应式布局
  • 0.2.11 解决 cl-query props.list 不更新问题
  • 0.2.9 优化 cl-form, cl-adv-search 对表单操作错误的问题
  • 0.2.8 优化
  • 0.2.7 解决 cl-form props 异常
  • 0.2.6 解决 cl-dialog 关闭异常问题
  • 0.2.5 过滤 cl-upsert, cl-form 事件(submit) hidden = true 的值
  • 0.2.4 解决 cl-upsert opList hiddenOp 异常
  • 0.2.3 解决 cl-form form.done 异常
  • 0.2.2 解决 cl-search-key field 取值错误
  • 0.2.1 解决 cl-dialog.props.fullscreen 异常
  • 0.2.0 解决 uniapp cloud 命名冲突问题
  • 0.1.9 cl-crud 添加 doLayout 方法
  • 0.1.8 解决 cl-form resetForm 异常;hidden 添加 isEdit 参数
  • 0.1.7 cl-form cl-table 添加缓存处理
  • 0.1.6 upsert.hidden adv-search.hidden 添加 @[prop] | function 方式
  • 0.1.5 解决 cl-upser onOpen 参数缺少问题
  • 0.1.4 解决 rowAppend 参数无法传递异常
  • 0.1.3 添加 cl-table 的 emit 事件, cl-table 添加 component 方式渲染
  • 0.1.2 解决 clearForm 后,监听事件失效问题
  • 0.1.1 table.column.dict 支持 el-tag 标签
  • 0.1.0 重写 permission 设置途径
  • 0.0.20 setPermission 返回 this
  • 0.0.19 添加 setPermission
  • 0.0.18 重构 el-adv-search, el-upsert, el-form 周期事件
  • 0.0.1 初始化