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

ce-crm-ui-components

v1.5.186

Published

晶芯物联UI组件

Downloads

118

Readme

ce-crm-ui-components

晶芯物联公司内部业务组件,主要用于快速开发功能页面。例如:标准列表查询、新增编辑页面,可以通过引入对应的组件,加上配置即可完成整个页面的开发,最快10分钟不到即可完成一个列表查询页面。

Build Setup

# install dependencies
npm install ce-crm-ui-components -D

import Vue from ’vue‘;
import ceCrmUiCompoents form ‘ce-crm-ui-components’
Vue.use(ceCrmUiCompoents);

Version History Is Last Ten

V1.3.310 comTable 索引是否浮动位置 - 新增索引漂浮属性tableIndexFixed

V1.3.320 ComAddPage - 弹窗表单复选触发事件

V1.3.321 ComAddPage - 新增支持选择弹窗确定事件:dialogConfirm - 23/06/29

V1.3.323 Comtable - 修复下拉框无法显示问题 - 23/06/30

V1.3.325 Comtable - 优化下拉框表格样式 - 23/07/01

V1.3.326 ComAddPage - 单table类型头部按钮区域新增支持自定义按钮 - 23/07/07

V1.3.327 ComAddPage - 单table类型头部按钮区的自定义按钮新增支持显示隐藏 - 23/07/10

V1.4.011 ComAddPage - table类型新增选择弹窗确定不覆盖之前的数据,属性为:noCoverData - 23/07/13

V1.4.012 ComAddPage - noCoverData属性为true时优化弹窗确定事件逻辑 - 23/07/19

V1.4.120 ComForm - 组织级联选择器点击体验优化 - 23/07/24

V1.4.121 ComAddPage - headerButton新增disabled属性 - 23/07/26