@semantic-ui/templating
Advanced tools
Comparing version 0.0.30 to 0.0.31
@@ -8,9 +8,9 @@ { | ||
"dependencies": { | ||
"@semantic-ui/component": "^0.0.30", | ||
"@semantic-ui/query": "^0.0.30", | ||
"@semantic-ui/reactivity": "^0.0.30", | ||
"@semantic-ui/templating": "^0.0.30", | ||
"@semantic-ui/utils": "^0.0.30" | ||
"@semantic-ui/component": "^0.0.31", | ||
"@semantic-ui/query": "^0.0.31", | ||
"@semantic-ui/reactivity": "^0.0.31", | ||
"@semantic-ui/templating": "^0.0.31", | ||
"@semantic-ui/utils": "^0.0.31" | ||
}, | ||
"version": "0.0.30" | ||
"version": "0.0.31" | ||
} |
@@ -340,3 +340,3 @@ import { $ } from '@semantic-ui/query'; | ||
if(selector) { | ||
$(selector, { root: this.renderRoot }).on(eventName, noop); | ||
$(selector, { root: this.renderRoot }).on(eventName, noop, { abortController: this.eventController }); | ||
} | ||
@@ -374,3 +374,3 @@ $(this.renderRoot).on( | ||
if (this.eventController) { | ||
this.eventController.abort(); | ||
this.eventController.abort('Template destroyed'); | ||
} | ||
@@ -421,3 +421,3 @@ } | ||
}, eventSettings) | ||
.on('keyup', (event) => { this.currentKey = ''; }) | ||
.on('keyup', (event) => { this.currentKey = ''; }, eventSettings) | ||
; | ||
@@ -424,0 +424,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
78818
+ Added@semantic-ui/component@0.0.31(transitive)
+ Added@semantic-ui/query@0.0.31(transitive)
+ Added@semantic-ui/reactivity@0.0.31(transitive)
+ Added@semantic-ui/utils@0.0.31(transitive)
- Removed@semantic-ui/component@0.0.30(transitive)
- Removed@semantic-ui/query@0.0.30(transitive)
- Removed@semantic-ui/reactivity@0.0.30(transitive)
- Removed@semantic-ui/utils@0.0.30(transitive)
Updated@semantic-ui/query@^0.0.31
Updated@semantic-ui/utils@^0.0.31