@vaadin/text-area
Advanced tools
+11
-11
| { | ||
| "name": "@vaadin/text-area", | ||
| "version": "25.3.0-alpha8", | ||
| "version": "25.3.0-alpha9", | ||
| "publishConfig": { | ||
@@ -38,15 +38,15 @@ "access": "public" | ||
| "@open-wc/dedupe-mixin": "^1.3.0", | ||
| "@vaadin/a11y-base": "25.3.0-alpha8", | ||
| "@vaadin/component-base": "25.3.0-alpha8", | ||
| "@vaadin/field-base": "25.3.0-alpha8", | ||
| "@vaadin/input-container": "25.3.0-alpha8", | ||
| "@vaadin/vaadin-themable-mixin": "25.3.0-alpha8", | ||
| "@vaadin/a11y-base": "25.3.0-alpha9", | ||
| "@vaadin/component-base": "25.3.0-alpha9", | ||
| "@vaadin/field-base": "25.3.0-alpha9", | ||
| "@vaadin/input-container": "25.3.0-alpha9", | ||
| "@vaadin/vaadin-themable-mixin": "25.3.0-alpha9", | ||
| "lit": "^3.0.0" | ||
| }, | ||
| "devDependencies": { | ||
| "@vaadin/aura": "25.3.0-alpha8", | ||
| "@vaadin/chai-plugins": "25.3.0-alpha8", | ||
| "@vaadin/test-runner-commands": "25.3.0-alpha8", | ||
| "@vaadin/aura": "25.3.0-alpha9", | ||
| "@vaadin/chai-plugins": "25.3.0-alpha9", | ||
| "@vaadin/test-runner-commands": "25.3.0-alpha9", | ||
| "@vaadin/testing-helpers": "^2.0.0", | ||
| "@vaadin/vaadin-lumo-styles": "25.3.0-alpha8", | ||
| "@vaadin/vaadin-lumo-styles": "25.3.0-alpha9", | ||
| "sinon": "^22.0.0" | ||
@@ -59,3 +59,3 @@ }, | ||
| ], | ||
| "gitHead": "ccbb4aaffb63c745c6da0426b532d4d05e47af29" | ||
| "gitHead": "cb915ebde095ec5b94a87af93dd4530f51984c52" | ||
| } |
@@ -123,3 +123,3 @@ /** | ||
| */ | ||
| export class TextArea extends TextAreaMixin(ThemableMixin(ElementMixin(PolylitMixin(LumoInjectionMixin(LitElement))))) { | ||
| class TextArea extends TextAreaMixin(ThemableMixin(ElementMixin(PolylitMixin(LumoInjectionMixin(LitElement))))) { | ||
| static get is() { | ||
@@ -181,1 +181,3 @@ return 'vaadin-text-area'; | ||
| defineCustomElement(TextArea); | ||
| export { TextArea }; |
+23
-5
| { | ||
| "$schema": "https://json.schemastore.org/web-types", | ||
| "name": "@vaadin/text-area", | ||
| "version": "25.3.0-alpha8", | ||
| "version": "25.3.0-alpha9", | ||
| "description-markup": "markdown", | ||
@@ -14,4 +14,13 @@ "contributions": { | ||
| { | ||
| "name": "accessible-description-ref", | ||
| "description": "A space-separated list of IDs referencing the elements that\ndescribe the component for screen reader users. The referenced\nelements are announced in addition to the helper text and\nthe error message.", | ||
| "value": { | ||
| "type": [ | ||
| "string" | ||
| ] | ||
| } | ||
| }, | ||
| { | ||
| "name": "accessible-name", | ||
| "description": "String used to label the component to screen reader users.", | ||
| "description": "String used to label the component for screen reader users.", | ||
| "value": { | ||
@@ -25,3 +34,3 @@ "type": [ | ||
| "name": "accessible-name-ref", | ||
| "description": "Id of the element used as label of the component to screen reader users.", | ||
| "description": "A space-separated list of IDs referencing the elements that\nlabel the component for screen reader users.", | ||
| "value": { | ||
@@ -262,4 +271,13 @@ "type": [ | ||
| { | ||
| "name": "accessibleDescriptionRef", | ||
| "description": "A space-separated list of IDs referencing the elements that\ndescribe the component for screen reader users. The referenced\nelements are announced in addition to the helper text and\nthe error message.", | ||
| "value": { | ||
| "type": [ | ||
| "string" | ||
| ] | ||
| } | ||
| }, | ||
| { | ||
| "name": "accessibleName", | ||
| "description": "String used to label the component to screen reader users.", | ||
| "description": "String used to label the component for screen reader users.", | ||
| "value": { | ||
@@ -273,3 +291,3 @@ "type": [ | ||
| "name": "accessibleNameRef", | ||
| "description": "Id of the element used as label of the component to screen reader users.", | ||
| "description": "A space-separated list of IDs referencing the elements that\nlabel the component for screen reader users.", | ||
| "value": { | ||
@@ -276,0 +294,0 @@ "type": [ |
+10
-3
| { | ||
| "$schema": "https://json.schemastore.org/web-types", | ||
| "name": "@vaadin/text-area", | ||
| "version": "25.3.0-alpha8", | ||
| "version": "25.3.0-alpha9", | ||
| "description-markup": "markdown", | ||
@@ -23,4 +23,11 @@ "framework": "lit", | ||
| { | ||
| "name": ".accessibleDescriptionRef", | ||
| "description": "A space-separated list of IDs referencing the elements that\ndescribe the component for screen reader users. The referenced\nelements are announced in addition to the helper text and\nthe error message.", | ||
| "value": { | ||
| "kind": "expression" | ||
| } | ||
| }, | ||
| { | ||
| "name": ".accessibleName", | ||
| "description": "String used to label the component to screen reader users.", | ||
| "description": "String used to label the component for screen reader users.", | ||
| "value": { | ||
@@ -32,3 +39,3 @@ "kind": "expression" | ||
| "name": ".accessibleNameRef", | ||
| "description": "Id of the element used as label of the component to screen reader users.", | ||
| "description": "A space-separated list of IDs referencing the elements that\nlabel the component for screen reader users.", | ||
| "value": { | ||
@@ -35,0 +42,0 @@ "kind": "expression" |
Sorry, the diff of this file is too big to display
151223
2.75%3207
2.49%+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed