@eonova/v3-directives 1.0.6 → 1.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +28 -28
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,8 +1,8 @@
1
1
  # ☠v3-directives
2
2
 
3
- ![screenshot](https://cdn.jsdelivr.net/gh/eonova/picx-images/local/5465730512d71722380d1ecd6d7db6ae.png)
3
+ ![screenshot](https://cdn.jsdelivr.net/gh/eonova/picx-images-hosting@master/v3-directives.3k875lp1rv.webp)
4
4
 
5
- ☠Vue3 directives 自定义指令库: [📖 在线文档](https://v3-directives.leostar.top/)
5
+ ☠Vue3 directives 自定义指令库: [📖 在线文档](https://v3-directives.eonova.me/)
6
6
 
7
7
  ![Static Badge](https://img.shields.io/npm/v/@eonova/v3-directives?color=409eff)
8
8
  ![Static Badge](https://img.shields.io/github/stars/eonova/v3-directives?style=social)
@@ -30,32 +30,32 @@ app.use(VueDirectives)
30
30
 
31
31
  | Directive | Description |
32
32
  | ------------------------------------------------------------------------------------- | ------------------------------------------------- |
33
- | [v-backtop](https://v3-directives.leostar.top/zh/directives/v-backtop.html) | Add a return to top function for an element |
34
- | [v-clickOutside](https://v3-directives.leostar.top/zh/directives/v-clickOutside.html) | Event when clicking outside the element triggers |
35
- | [v-copy](https://v3-directives.leostar.top/zh/directives/v-copy.html) | Copy the passed value to the clipboard |
36
- | [v-debounce](https://v3-directives.leostar.top/zh/directives/v-debounce.html) | Anti-shaking function |
37
- | [v-doubleClick](https://v3-directives.leostar.top/zh/directives/v-doubleClick.html) | Trigger an event on double-click |
38
- | [v-draggable](https://v3-directives.leostar.top/zh/directives/v-draggable.html) | Makes elements draggable |
39
- | [v-ellipsis](https://v3-directives.leostar.top/zh/directives/v-ellipsis.html) | Omit excess text |
40
- | [v-emoji](https://v3-directives.leostar.top/zh/directives/v-emoji.html) | Prohibit emoji input |
41
- | [v-empty](https://v3-directives.leostar.top/zh/directives/v-empty.html) | Used to display empty status |
42
- | [v-flicker](https://v3-directives.leostar.top/zh/directives/v-flicker.html) | Element flicker |
43
- | [v-focus](https://v3-directives.leostar.top/zh/directives/v-focus.html) | Input box autofocus |
44
- | [v-highlight](https://v3-directives.leostar.top/zh/directives/v-highlight.html) | Text highlighting |
45
- | [v-hover](https://v3-directives.leostar.top/zh/directives/v-hover.html) | Triggers a callback after the element |
46
- | [v-input](https://v3-directives.leostar.top/zh/directives/v-input.html) | Input formatting |
47
- | [v-lazyImg](https://v3-directives.leostar.top/zh/directives/v-lazyImg.html) | Lazy image loading |
48
- | [v-loading](https://v3-directives.leostar.top/zh/directives/v-loading.html) | Add loading animation |
49
- | [v-longpress](https://v3-directives.leostar.top/zh/directives/v-longpress.html) | Trigger event when long pressing an element |
50
- | [v-money](https://v3-directives.leostar.top/zh/directives/v-money.html) | Format numbers into money format |
51
- | [v-onOnce](https://v3-directives.leostar.top/zh/directives/v-onOnce.html) | Only one callback is triggered |
52
- | [v-permission](https://v3-directives.leostar.top/zh/directives/v-permission.html) | Rapid realization of authentication |
53
- | [v-resize](https://v3-directives.leostar.top/zh/directives/v-resize.html) | Response to resize the element |
54
- | [v-ripple](https://v3-directives.leostar.top/zh/directives/v-ripple.html) | Add ripple dynamic effects to the clicked element |
55
- | [v-slideIn](https://v3-directives.leostar.top/zh/directives/v-slideIn.html) | Add entry animation |
56
- | [v-throttle](https://v3-directives.leostar.top/zh/directives/v-throttle.html) | Throttling function |
57
- | [v-waterMarker](https://v3-directives.leostar.top/zh/directives/v-waterMarker.html) | Add custom watermark |
33
+ | [v-backtop](https://v3-directives.eonova.me/zh/directives/v-backtop.html) | Add a return to top function for an element |
34
+ | [v-clickOutside](https://v3-directives.eonova.me/zh/directives/v-clickOutside.html) | Event when clicking outside the element triggers |
35
+ | [v-copy](https://v3-directives.eonova.me/zh/directives/v-copy.html) | Copy the passed value to the clipboard |
36
+ | [v-debounce](https://v3-directives.eonova.me/zh/directives/v-debounce.html) | Anti-shaking function |
37
+ | [v-doubleClick](https://v3-directives.eonova.me/zh/directives/v-doubleClick.html) | Trigger an event on double-click |
38
+ | [v-draggable](https://v3-directives.eonova.me/zh/directives/v-draggable.html) | Makes elements draggable |
39
+ | [v-ellipsis](https://v3-directives.eonova.me/zh/directives/v-ellipsis.html) | Omit excess text |
40
+ | [v-emoji](https://v3-directives.eonova.me/zh/directives/v-emoji.html) | Prohibit emoji input |
41
+ | [v-empty](https://v3-directives.eonova.me/zh/directives/v-empty.html) | Used to display empty status |
42
+ | [v-flicker](https://v3-directives.eonova.me/zh/directives/v-flicker.html) | Element flicker |
43
+ | [v-focus](https://v3-directives.eonova.me/zh/directives/v-focus.html) | Input box autofocus |
44
+ | [v-highlight](https://v3-directives.eonova.me/zh/directives/v-highlight.html) | Text highlighting |
45
+ | [v-hover](https://v3-directives.eonova.me/zh/directives/v-hover.html) | Triggers a callback after the element |
46
+ | [v-input](https://v3-directives.eonova.me/zh/directives/v-input.html) | Input formatting |
47
+ | [v-lazyImg](https://v3-directives.eonova.me/zh/directives/v-lazyImg.html) | Lazy image loading |
48
+ | [v-loading](https://v3-directives.eonova.me/zh/directives/v-loading.html) | Add loading animation |
49
+ | [v-longpress](https://v3-directives.eonova.me/zh/directives/v-longpress.html) | Trigger event when long pressing an element |
50
+ | [v-money](https://v3-directives.eonova.me/zh/directives/v-money.html) | Format numbers into money format |
51
+ | [v-onOnce](https://v3-directives.eonova.me/zh/directives/v-onOnce.html) | Only one callback is triggered |
52
+ | [v-permission](https://v3-directives.eonova.me/zh/directives/v-permission.html) | Rapid realization of authentication |
53
+ | [v-resize](https://v3-directives.eonova.me/zh/directives/v-resize.html) | Response to resize the element |
54
+ | [v-ripple](https://v3-directives.eonova.me/zh/directives/v-ripple.html) | Add ripple dynamic effects to the clicked element |
55
+ | [v-slideIn](https://v3-directives.eonova.me/zh/directives/v-slideIn.html) | Add entry animation |
56
+ | [v-throttle](https://v3-directives.eonova.me/zh/directives/v-throttle.html) | Throttling function |
57
+ | [v-waterMarker](https://v3-directives.eonova.me/zh/directives/v-waterMarker.html) | Add custom watermark |
58
58
 
59
59
  ## 💖Contributors
60
60
 
61
- Contributions are welcome, PR is welcome, More references [Participate in Open source](https://v3-directives.leostar.top/en/about/contribution.html)
61
+ Contributions are welcome, PR is welcome, More references [Participate in Open source](https://v3-directives.eonova.me/en/about/contribution.html)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eonova/v3-directives",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "packageManager": "pnpm@9.1.4",
5
5
  "description": "Custom Vue3 directives",
6
6
  "author": "eonova <hi@eonova.top> (https://github.com/eonova)",