@semantic-ui/templating
Advanced tools
Comparing version 0.0.32 to 0.0.33
@@ -8,9 +8,9 @@ { | ||
"dependencies": { | ||
"@semantic-ui/component": "^0.0.32", | ||
"@semantic-ui/query": "^0.0.32", | ||
"@semantic-ui/reactivity": "^0.0.32", | ||
"@semantic-ui/templating": "^0.0.32", | ||
"@semantic-ui/utils": "^0.0.32" | ||
"@semantic-ui/component": "^0.0.33", | ||
"@semantic-ui/query": "^0.0.33", | ||
"@semantic-ui/reactivity": "^0.0.33", | ||
"@semantic-ui/templating": "^0.0.33", | ||
"@semantic-ui/utils": "^0.0.33" | ||
}, | ||
"version": "0.0.32" | ||
"version": "0.0.33" | ||
} |
@@ -363,3 +363,11 @@ import { $ } from '@semantic-ui/query'; | ||
template.call(boundEvent, { | ||
additionalData: { event: event, value: elValue, data: { ...elData, ...eventData } }, | ||
additionalData: { | ||
event: event, | ||
target: targetElement, | ||
value: elValue, | ||
data: { | ||
...elData, | ||
...eventData | ||
} | ||
}, | ||
}); | ||
@@ -366,0 +374,0 @@ }, |
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
78940
2263
+ Added@semantic-ui/component@0.0.33(transitive)
+ Added@semantic-ui/query@0.0.33(transitive)
+ Added@semantic-ui/reactivity@0.0.33(transitive)
+ Added@semantic-ui/utils@0.0.33(transitive)
- Removed@semantic-ui/component@0.0.32(transitive)
- Removed@semantic-ui/query@0.0.32(transitive)
- Removed@semantic-ui/reactivity@0.0.32(transitive)
- Removed@semantic-ui/utils@0.0.32(transitive)
Updated@semantic-ui/query@^0.0.33
Updated@semantic-ui/utils@^0.0.33