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

qiyuan-web-base

v2.0.26

Published

以ant-design-vue为基础组件,封装的业务组件库 版本说明: 0.1.2: 新增了EgTabgs 0.1.3:优化了EgTabs 的slot 方式 0.1.5:优化了EgForm 新增了formItemGroup 组件,以及优化之前代码 1.1.29:打包发布配置 1.1.32:新增级联选择器 EgCascader 1.2.1: EgBaseTable 基础table组件, 不可以slot 1.2.3: EgBaseTable 基础table组件, slot, 可配置序号列, 复选框列, 支持行

Downloads

41

Readme

web-component

以ant-design-vue为基础组件,封装的业务组件库 版本说明: 0.1.2: 新增了EgTabgs 0.1.3:优化了EgTabs 的slot 方式 0.1.5:优化了EgForm 新增了formItemGroup 组件,以及优化之前代码 1.1.29:打包发布配置 1.1.32:新增级联选择器 EgCascader 1.2.1: EgBaseTable 基础table组件, 不可以slot 1.2.3: EgBaseTable 基础table组件, slot, 可配置序号列, 复选框列, 支持行点击事件 1.2.5: 完善EgForm 1.2.10: 完善EgSelectTree, 新增propField 1.2.11: 完善EgSelectTree, 数据异步问题 1.2.12: 封裝簡化版eg-input-group 篩選組個組件, eg-button-group, eg-table 新增根據索引刪除功能 1.2.13: 封裝簡化版 eg-input-group 篩選組個組件 拋出數據整理 1.2.14: 合併eg-tool-tip 組件 1.2.15: form 表单新增 eg-form-input-group 组件 表单输入框组 支持 前边树型, 下拉类型, 后边是输入框 1.2.16: form eg-form-input-group 组件 优化, 将当前formitem 值抛出 1.2.17: 新增 EgParseFormUtils 表单工具类, 提供置空setFormItemDataWithKey、表单数据回显setFormItemDataWithRuleForm、返回表单数据对象getFormDataWithFormItem、判断表单数据是否全部校验通过allFormValiadPass、 根据key返回对应的值getValueWithItemkey 1.2.19: 新增EgStyle 组件库通用样式规范 1.2.20: 表单校验优化, 新增按钮组 1.2.22: 新增 EgTableOpperate 组件 1.2.29: 新增 EgLoading 组件, EgTable 组件 1.2.30: 新增 table 分页以及滚动条配置 1.2.31: 新增 table 自定义行高, eg-svg 背景色hover效果 1.2.32: form表单重置方法优化, eg-radio新增样式属填充背景 1.2.33: eg-radio 组优化, eg-table 优化滚动加载 1.2.34: mixin 组件监听优化, eg-modal 优化底部按钮显示 1.2.35: eg-table 行点击事件,以及复选框、已选择之间的逻辑 1.2.36: eg-table 新增数据源key字段,唯一标识(ant组件要求必须有) 1.2.37: eg-modal 解决弹窗大小以及弹窗底部按钮问题 1.2.39: eg-table 支持树型表格 1.2.40: eg-table 树的缩进 1.2.46: 尝试解决线上样式丢失问题 1.2.51: 解决一些表格, select等组件遗留问题 1.2.53: 新增表格根据索引删除数据 1.2.54: 表单新增标题, 表单组优化 1.2.60: 表单自定义校验方法丢失问题 JSON.parse(JSON.stringify(this.formData)) 导致 1.2.61: 表单新增根据key设置value, 使用: this.formData.formItem = this.$refs["ruleForm"].setFormItemValue("phone", "18242362773"); 1.2.62: 新增eg-upload组件,完成form表单的支持 1.2.71: 新增eg-cascader组件,支持选择非末节点, table新增 getOuterDatabodyWay 更新表格数据 1.2.78: table 新增 设置行选中方法setSelectRowsWithKey, 优化选中行数据的处理 1.2.81: table 可编辑事件和行选中事件兼容处理, 特殊处理 设置选中行 1.2.95: form 表单 只读模式 开发 1.2.99: table slot项如果是可编辑的如 select input等, 需要添加class = edit-table-cell, 用于同一分辨是编辑操作还是行点击事件 1.3.03: table 表格高度问题调整, filter调整, table表格错位问题,多余文本显示问题 1.3.15: selectTree 新增根据字段名和值设置节点是否可选(selectable 替换 disabled), 末节点是否可选 1.3.20: input 新增 autocomplete 1.3.21: checkbox 组 优化, 支持单行 或单列, 刷新table同时刷新页码 1.3.22: checkbox , radio支持 codeid, datepicker 年份日期 不可选择问题,以及格式化问题 1.3.23: eg-table 表格组件 支持树表格图标切换, 支持多级表头, 支持冻结列 1.3.24 - 1.3.28: table footer 插入合计行,新增鼠标移入移出, 新增 popconfirm,modal 新增 autoClass 1.3.42: layout 基础组件 egcommon.scss 样式规范 1.3.53: 新增eg-divider, 按钮组新增 分割线, eg-switch 新增文字显示 1.3.46: 删除不用的 packages 文件夹, table 处理码表类型统一一次请求 1.5.49: eg-form 新增 formWidth, 处理表单宽度 1.9.67:新增 EgSkeleton骨架屏,EgStatistic数值统计,EgAffix固钉 1.9.68: 新增 EgStatisticCountdown 倒计时组件