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

vue-directive-zery

v1.1.2

Published

Vue custom directive extensions, including long press, copy, watermark, permissions and more. Vue 自定义指令扩展集合,包括长按,复制,水印,权限控制等等。

Downloads

22

Readme

vue-directive-zery

Vue custom directive extensions, including long press, copy, watermark, permissions and more. Vue 自定义指令扩展集合,包括长按,复制,水印,权限控制等等。

安装

npm install --save vue-directive-zery

引用

import Vue from 'vue'
import zery from 'vue-directive-zery'
Vue.use(zery)

使用文档

vue-directive-zery使用文档

版本

1.0.0

新增了clickOutside,copy,debounce,draggable,focus,lazyload,limitText,longpress,permission,watermarker指令

1.0.1

修改了draggable指令,兼容移动端,修改了watermarker的使用方法

1.0.3

新增了ellipsis,formatter,infiniteScroll,marquee指令,修改了copy的使用方法,lazyload的bug

1.0.5

修复了watermarker的textAlgin和textBaseline属性不能正确调整文本位置的问题 longpress新增了delay属性控制长按时间

1.0.6

修复模块无法引入问题

1.0.7

修复marquee的delay属性

1.0.8

修复clickOutside不能绑定多个元素的错误 新增marquee的监听事件、属性和方法,新增longpress的dalay属性

1.0.9

新增fullScreen指令,新增drag的监听事件 修复ellpsis正常用法不传参报错问题

1.0.10

修复clickOutside指令无法解析的问题

1.1.0

新增countDown指令 修改marquee指令文档

1.1.1

修改ellpsis和clickOutside的实现方式

1.1.2

修改permission的节点隐藏方式