@neovici/cosmoz-input
Advanced tools
Comparing version 1.5.0 to 1.6.0
@@ -18,3 +18,5 @@ import { html } from 'lit-html'; // eslint-disable-line object-curly-newline | ||
readonly, | ||
disabled | ||
disabled, | ||
min, | ||
max | ||
} = host, | ||
@@ -29,3 +31,4 @@ { onChange, onFocus, onInput } = useInput(host), | ||
@beforeinput=${ onBeforeInput } @input=${ onInput } | ||
@change=${ onChange } @focus=${ onFocus } @blur=${ onFocus }>` | ||
@change=${ onChange } @focus=${ onFocus } @blur=${ onFocus } | ||
min=${ ifDefined(min) } max=${ ifDefined(max) }>` | ||
, host); | ||
@@ -38,2 +41,4 @@ }, | ||
'allowed-pattern', | ||
'min', | ||
'max', | ||
...attributes | ||
@@ -40,0 +45,0 @@ ]; |
{ | ||
"name": "@neovici/cosmoz-input", | ||
"version": "1.5.0", | ||
"version": "1.6.0", | ||
"description": "A input web component", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
12534
297