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

heyui.ext

v2.3.9

Published

UI Toolkit for Web, Vue3.0.夏悸增强bug修复扩展版本

Downloads

28

Readme

HeyUI.ext 夏悸增强bug修复扩展版本

npm (tag) npm bundle size npm NPM

HeyUI商业案例:纷析云财务软件

2.3.7 (2024-03-19)

Features

  • select: 分组选择交互改进 (f63c097)

2.2.0 (2023-02-08)

Features

  • AutoComplete: AutoComplete增加deletable属性 (163bce2)
  • Confirm: Confirm增加cancelText和okText属性,可以自定义按钮文本 (46f8fd9)
  • Confirm: Confirm显示优化,文字换行后,依然可以左对齐 (86734f3)
  • Confirm: Confirm的onConfirm提供异步操作功能,在onConfirm中如果返回Promise对象,可以实现异步关闭。 (9285cc4)
  • Poptip: Poptip增加trigger属性,实现触发方式自定义 (8ccbc48)
  • Select: Select增加filter属性,实现自定义过滤器 (a386459)
  • Select: 增强filter属性 (0508b5a)
  • Uploader: Uploader增加showFileList属性,控制是否显示上传列表 (209c21a)
  • Uploader: Uploader组件功能优化 (e1409dc)

Bug Fixes

  • CategoryPicker: 修复CategoryPicker初始值modelValue有值,datas未赋值时,组件初始错误bug (1e396ed)
  • Confirm: 修复onConfrim非异步模式下未调用onConfrim执行 (df447b6)
  • DateRangePicker: 修复DateRangePicker快速选择日期时未触发confirm事件的问题 (f777072)
  • NumberInput: 修复value修改无效的问题 (683da10)
  • Select: 修复Select的filterable下不支持slot="show"的bug (14368b8)
  • Select: 修复多选同时有placeholder时,出现两个提示语的bug (49eadff)

Documentation

visit heyui.top.

Install

npm install heyui.ext --save

Start

Advanced

import { createApp } from 'vue';
import heyui from 'heyui.ext';
require('heyui.ext/themes/index.less');

app.use(heyui);
app.mount('#app');

Development


npm install

# build
npm run build

Admin Template

HeyUI Admin Template

Browser Support

Modern browsers and Internet Explorer 11+.

LICENSE

MIT