minitel-standalone
Advanced tools
Comparing version 2.1.7 to 2.2.0
{ | ||
"name": "minitel-standalone", | ||
"version": "2.1.7", | ||
"version": "2.2.0", | ||
"description": "A standalone package for minitel components", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -228,2 +228,5 @@ import { EventEmitter } from 'node:events'; | ||
} | ||
get disabled(): boolean { | ||
return this.attributes.disabled || this.parent?.disabled || false; | ||
} | ||
} |
@@ -39,5 +39,2 @@ import { FocusableAttributes as FocusableIfaceAttributes, Focusable as FocusableIface } from '../abstract/focusable.js'; | ||
} | ||
get disabled() { | ||
return this.attributes.disabled || false; | ||
} | ||
} |
@@ -241,5 +241,2 @@ import { Focusable, FocusableAttributes } from '../abstract/focusable.js'; | ||
} | ||
get disabled() { | ||
return this.attributes.disabled || false; | ||
} | ||
} | ||
@@ -246,0 +243,0 @@ |
@@ -307,5 +307,2 @@ import { Focusable } from '../abstract/focusable.js'; | ||
} | ||
get disabled() { | ||
return this.attributes.disabled || false; | ||
} | ||
} | ||
@@ -312,0 +309,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
260118
5490