@digital-realty/ix-select
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -108,19 +108,18 @@ import { __decorate } from "tslib"; | ||
if (this.appearance === 'filled') { | ||
return html ` | ||
<md-filled-select | ||
.aria-label=${this.ariaLabel || nothing} | ||
.tabindex=${this.disabled ? '-1' : '0'} | ||
.label=${this.label} | ||
.populated=${!!this.displayText} | ||
.disabled=${this.disabled} | ||
.quick=${this.quick} | ||
.positioning=${this.menuPositioning} | ||
.typeaheadDelay=${this.typeaheadDelay} | ||
.required=${this.required} | ||
.error=${this.hasError} | ||
supporting-text=${this.supportingText} | ||
error-text=${this.getErrorText()} | ||
@change=${this.changeHandler} | ||
> | ||
<slot></slot> | ||
return html ` <md-filled-select | ||
.aria-label=${this.ariaLabel || nothing} | ||
.tabindex=${this.disabled ? '-1' : '0'} | ||
.label=${this.label} | ||
.populated=${!!this.displayText} | ||
.disabled=${this.disabled} | ||
.quick=${this.quick} | ||
.positioning=${this.menuPositioning} | ||
.typeaheadDelay=${this.typeaheadDelay} | ||
.required=${this.required} | ||
.error=${this.hasError} | ||
supporting-text=${this.supportingText} | ||
error-text=${this.getErrorText()} | ||
@change=${this.changeHandler} | ||
> | ||
<slot></slot> | ||
</md-filled-select>`; | ||
@@ -127,0 +126,0 @@ } |
@@ -6,3 +6,3 @@ { | ||
"author": "interxion", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"type": "module", | ||
@@ -104,3 +104,3 @@ "main": "dist/index.js", | ||
], | ||
"gitHead": "8b801892bdb92ec0c653961b76f4a144cc35a4f1" | ||
"gitHead": "76f4ebd14b8f0e9cf234530e8bdb773a63c04daa" | ||
} |
Sorry, the diff of this file is not supported yet
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
64543
797