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

boyi-bui

v2.6.63

Published

基于vue和elementui制作的前端组件

Downloads

3

Readme

BUI的核心库 -

项目中安装方法

# 首次安装
npm run devInstall

# 更新bui核心库
npm run updateBui

手动安装&更新核心组件方法

# 安装
npm --registry https://registry.npmjs.org i bui2

# 更新
npm --registry https://registry.npmjs.org update bui2

更新日志

2019-10-22

  1. 修正 ui-select 创建条目bug

2019-9-24

  1. 增加横向时间轴组件

2019-9-4

  1. el-table升级到 2.12.0 , 主要是为了使用树表 @expand-change 回调

2019-9-1

  1. 增加table-filter组件

2019-8-22

  1. 增加虚拟表指令
  2. 增加el-checkbox等宽对齐指令
  3. 部分bug修复

2019-8-16

  1. 修改按钮组组件
  2. 增加jsLoader公共方法
  3. 增加valiHelper验证助手公共方法

2019-8-7

  1. ui-buttons按钮组增加悬停延迟

2019-8-1

  1. ui-main title和插槽topTitle可以并存,这样更合理,不要title的时候去掉title参数就行哦

2019-7-26

  1. ui-select增加可创建条目功能 allow-create ,此功能只支持单选

2019-7-15

  1. 侧边栏新增过滤功能

2019-6-27

  1. 上传添加文件过滤检查

2019-6-22

  1. 加入强制刷新公共方法

2019-6-11

  1. 解决筛选器折叠卡死的问题
  2. 升级elementUI到2.9.1

2019-5-29

  1. 下拉树增加懒加载功能
  2. 修改按钮组组件显示方式

2019-5-24

  1. 升级elementUI到2.8.2
  2. 升级VUE到2.6

2019-5-22

  1. 树形菜单添加透明样式

2019-4-17

  1. 添加卡片样式

2019-4-17

  1. 添加分组树组件

2019-3-28

  1. 添加ui-cellEdit 表格单元格编辑组件

2019-3-22

  1. 添加ui-display 动态渲染组件

2019-3-21

  1. 添加findComponents公共系列方法
  2. 把混入的ui-get-table放入核心库托管

2019-3-19

  1. 调整部分组件兼容IE10

2019-3-15

  1. BRAND NEW BUI 喜迎3.15升级到CLI3

2019-3-14

  1. 添加v-adaptive-table指令解决锁表头不能自适应高度问题

2019-3-8

  1. 添加split-screen 分屏组件
  2. 添加tableAligning指令 解决el-table线条不能对齐问题

2019-3-6

  1. 分屏布局修改
  2. 抽屉组件添加点击ui-main组件上的返回按钮关闭抽屉

2019-3-4

  1. 侧栏bug修改
  2. 树形菜单修改

2019-2-28

  1. ui-uploader上传组件修正删除和清空按钮不能删除服务器上已上传的文件
  2. 下拉树组件清空事件开启触发回调

2019-2-27

  1. 新增表单页面自动缓存功能

2019-2-26

  1. 解决上传组件上传大文件会分块的问题

2019-2-22

  1. 修改 sidebar 过早出现的bug
  2. 修改 嵌套表找不到子表bug
  3. 添加后端退出功能

2019-2-18

  1. treeMenu 增加参数 default-expand-keys

2019-2-15

  1. 增加全局横向滚动条高度

2019-2-12

  1. 抽屉组件添加可选尺寸功能
  2. 抽屉组件添加是否显示左上角的关闭按钮属性
  3. 抽屉组件添加自定义样式

2019-2-1

  1. 修正 ui-select 在抽屉弹出页中会初始校验

2019-1-29

  1. ui-select 修正检索时可能无法选中,修正输入后再次点击展开无选项

2019-1-23

  1. 增加ui-sidebar-a组件 (手风琴方式打开的侧栏组件)
  2. 解决筛选组件不能超过3行的问题

2019-1-22

  1. select在table中时,宽度为100%
  2. 筛选器的反选按钮文本改成清除

2019-1-18

  1. 添加css中 flex1-10 均分的属性

2019-1-17

  1. 解决上传组件不能动态获取参数值的问题
  2. 增加上传组错误回调信息

2019-1-16

  1. 下拉树增加自定义key, 方便后端获取需要的值.

2019-1-11

  1. 为下拉树增加自定义返回的数据key值

2019-1-11

  1. 修改echats的初始化时机

2019-1-4

  1. 增加抽屉式弹出窗组件
  2. 增加抽屉式弹底部层高斯模糊

2018-12-24

  1. 去除全局覆盖console.log方式, 改为this.log() (当 window.DEBUG = false 全局关闭log, 当 this.debug = false 局部关闭log)

2018-12-19

  1. 修正ui-select过滤功能失去焦点导致数据源清空的bug
  2. 修正markdown文档显示不正确的bug
  3. ~~全局覆盖console.log (DEBUG = true 才显示)~~
  4. 增加嵌套表子表自动对齐单元格指令

2018-12-18

  1. 确保分页组件接收到的pageSize和pageNumber不会是undefined. 解决bug场景:点击筛选按钮重置,分页组件出bug
  2. 解决ui-tag在el-table中视图不更新问题

2018-12-07

  1. 添加下拉树回调方法 @change