@vaadin/text-area
Advanced tools
Comparing version 23.0.9 to 23.0.10
{ | ||
"name": "@vaadin/text-area", | ||
"version": "23.0.9", | ||
"version": "23.0.10", | ||
"publishConfig": { | ||
@@ -36,8 +36,8 @@ "access": "public" | ||
"@polymer/polymer": "^3.0.0", | ||
"@vaadin/component-base": "^23.0.9", | ||
"@vaadin/field-base": "^23.0.9", | ||
"@vaadin/input-container": "^23.0.9", | ||
"@vaadin/vaadin-lumo-styles": "^23.0.9", | ||
"@vaadin/vaadin-material-styles": "^23.0.9", | ||
"@vaadin/vaadin-themable-mixin": "^23.0.9" | ||
"@vaadin/component-base": "^23.0.10", | ||
"@vaadin/field-base": "^23.0.10", | ||
"@vaadin/input-container": "^23.0.10", | ||
"@vaadin/vaadin-lumo-styles": "^23.0.10", | ||
"@vaadin/vaadin-material-styles": "^23.0.10", | ||
"@vaadin/vaadin-themable-mixin": "^23.0.10" | ||
}, | ||
@@ -49,3 +49,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "4d687bdd48ba78d55f3371a78b70818e4dfca1a3" | ||
"gitHead": "e8402a55ce0e823ae6da5c97486998cfd931b1d3" | ||
} |
@@ -94,3 +94,3 @@ /** | ||
listener: (this: TextArea, ev: TextAreaEventMap[K]) => void, | ||
options?: boolean | AddEventListenerOptions | ||
options?: boolean | AddEventListenerOptions, | ||
): void; | ||
@@ -101,3 +101,3 @@ | ||
listener: (this: TextArea, ev: TextAreaEventMap[K]) => void, | ||
options?: boolean | EventListenerOptions | ||
options?: boolean | EventListenerOptions, | ||
): void; | ||
@@ -104,0 +104,0 @@ } |
@@ -176,3 +176,3 @@ /** | ||
maxlength: { | ||
type: Number | ||
type: Number, | ||
}, | ||
@@ -184,4 +184,4 @@ | ||
minlength: { | ||
type: Number | ||
} | ||
type: Number, | ||
}, | ||
}; | ||
@@ -247,3 +247,3 @@ } | ||
this.ariaTarget = input; | ||
}) | ||
}), | ||
); | ||
@@ -250,0 +250,0 @@ this.addController(new LabelledInputController(this.inputElement, this._labelController)); |
@@ -66,3 +66,3 @@ /** | ||
registerStyles('vaadin-text-area', [inputFieldShared, textArea], { | ||
moduleId: 'lumo-text-area' | ||
moduleId: 'lumo-text-area', | ||
}); |
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
32279