@kyvg/vue3-notification
Advanced tools
Comparing version 2.3.2 to 2.3.3
@@ -91,3 +91,3 @@ 'use strict'; | ||
name: 'velocity-group', | ||
emits: ['afterLeave', 'leave', 'enter'], | ||
emits: ['after-leave', 'leave', 'enter'], | ||
methods: { | ||
@@ -101,3 +101,3 @@ enter(el, complete) { | ||
afterLeave() { | ||
this.$emit('afterLeave'); | ||
this.$emit('after-leave'); | ||
}, | ||
@@ -127,2 +127,3 @@ }, | ||
name: 'css-group', | ||
inheritAttrs: false, | ||
props: { | ||
@@ -418,3 +419,3 @@ name: { type: String, required: true }, | ||
return this.isVA | ||
? null | ||
? undefined | ||
: { transition: `all ${item.speed}ms` }; | ||
@@ -421,0 +422,0 @@ }, |
@@ -87,3 +87,3 @@ import { defineComponent, openBlock, createBlock, TransitionGroup, withCtx, renderSlot, resolveDynamicComponent, Fragment, renderList, createCommentVNode, createVNode } from 'vue'; | ||
name: 'velocity-group', | ||
emits: ['afterLeave', 'leave', 'enter'], | ||
emits: ['after-leave', 'leave', 'enter'], | ||
methods: { | ||
@@ -97,3 +97,3 @@ enter(el, complete) { | ||
afterLeave() { | ||
this.$emit('afterLeave'); | ||
this.$emit('after-leave'); | ||
}, | ||
@@ -123,2 +123,3 @@ }, | ||
name: 'css-group', | ||
inheritAttrs: false, | ||
props: { | ||
@@ -414,3 +415,3 @@ name: { type: String, required: true }, | ||
return this.isVA | ||
? null | ||
? undefined | ||
: { transition: `all ${item.speed}ms` }; | ||
@@ -417,0 +418,0 @@ }, |
{ | ||
"name": "@kyvg/vue3-notification", | ||
"description": "Vue.js Notification Library", | ||
"version": "2.3.2", | ||
"version": "2.3.3", | ||
"author": "kyvg", | ||
@@ -6,0 +6,0 @@ "private": false, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
51138
1139