@semantic-ui/query
Advanced tools
Comparing version 0.0.24 to 0.0.25
@@ -12,5 +12,5 @@ { | ||
"dependencies": { | ||
"@semantic-ui/utils": "^0.0.24" | ||
"@semantic-ui/utils": "^0.0.25" | ||
}, | ||
"version": "0.0.24" | ||
"version": "0.0.25" | ||
} |
@@ -391,7 +391,9 @@ import { isPlainObject, isString, isArray, isDOM, isFunction, findIndex, inArray, isObject, each } from '@semantic-ui/utils'; | ||
dispatchEvent(eventName, eventData = {}, eventSettings) { | ||
dispatchEvent(eventName, eventData = {}, eventSettings = {}) { | ||
const eventOptions = { | ||
bubbles: true, | ||
cancelable: true, | ||
composed: true, | ||
detail: eventData, | ||
...eventSettings | ||
}; | ||
@@ -621,2 +623,6 @@ this.each(el => { | ||
last() { | ||
return this.eq(this.length - 1); | ||
} | ||
prop(name, value) { | ||
@@ -623,0 +629,0 @@ if (value !== undefined) { |
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
71263
1809
+ Added@semantic-ui/utils@0.0.25(transitive)
- Removed@semantic-ui/utils@0.0.24(transitive)
Updated@semantic-ui/utils@^0.0.25