@vaadin/text-area
Advanced tools
+11
-11
| { | ||
| "name": "@vaadin/text-area", | ||
| "version": "25.2.4", | ||
| "version": "25.2.5", | ||
| "publishConfig": { | ||
@@ -38,15 +38,15 @@ "access": "public" | ||
| "@open-wc/dedupe-mixin": "^1.3.0", | ||
| "@vaadin/a11y-base": "~25.2.4", | ||
| "@vaadin/component-base": "~25.2.4", | ||
| "@vaadin/field-base": "~25.2.4", | ||
| "@vaadin/input-container": "~25.2.4", | ||
| "@vaadin/vaadin-themable-mixin": "~25.2.4", | ||
| "@vaadin/a11y-base": "~25.2.5", | ||
| "@vaadin/component-base": "~25.2.5", | ||
| "@vaadin/field-base": "~25.2.5", | ||
| "@vaadin/input-container": "~25.2.5", | ||
| "@vaadin/vaadin-themable-mixin": "~25.2.5", | ||
| "lit": "^3.0.0" | ||
| }, | ||
| "devDependencies": { | ||
| "@vaadin/aura": "~25.2.4", | ||
| "@vaadin/chai-plugins": "~25.2.4", | ||
| "@vaadin/test-runner-commands": "~25.2.4", | ||
| "@vaadin/aura": "~25.2.5", | ||
| "@vaadin/chai-plugins": "~25.2.5", | ||
| "@vaadin/test-runner-commands": "~25.2.5", | ||
| "@vaadin/testing-helpers": "^2.0.0", | ||
| "@vaadin/vaadin-lumo-styles": "~25.2.4", | ||
| "@vaadin/vaadin-lumo-styles": "~25.2.5", | ||
| "sinon": "^22.0.0" | ||
@@ -59,3 +59,3 @@ }, | ||
| ], | ||
| "gitHead": "8671e6394dd539f76cd5e3ec885c7abf133ce3e7" | ||
| "gitHead": "bfaf51d71619f34c0b00b326e6426f1cd9f7b2f5" | ||
| } |
+3
-3
| { | ||
| "$schema": "https://json.schemastore.org/web-types", | ||
| "name": "@vaadin/text-area", | ||
| "version": "25.2.4", | ||
| "version": "25.2.5", | ||
| "description-markup": "markdown", | ||
@@ -87,3 +87,3 @@ "contributions": { | ||
| "name": "clear-button-visible", | ||
| "description": "Set to true to display the clear icon which clears the input.\n\nIt is up to the component to choose where to place the clear icon:\nin the Shadow DOM or in the light DOM. In any way, a reference to\nthe clear icon element should be provided via the `clearElement` getter.", | ||
| "description": "Set to true to display the clear icon which clears the input.\nThis also enables clearing the input when pressing Esc key.", | ||
| "value": { | ||
@@ -336,3 +336,3 @@ "type": [ | ||
| "name": "clearButtonVisible", | ||
| "description": "Set to true to display the clear icon which clears the input.\n\nIt is up to the component to choose where to place the clear icon:\nin the Shadow DOM or in the light DOM. In any way, a reference to\nthe clear icon element should be provided via the `clearElement` getter.", | ||
| "description": "Set to true to display the clear icon which clears the input.\nThis also enables clearing the input when pressing Esc key.", | ||
| "value": { | ||
@@ -339,0 +339,0 @@ "type": [ |
| { | ||
| "$schema": "https://json.schemastore.org/web-types", | ||
| "name": "@vaadin/text-area", | ||
| "version": "25.2.4", | ||
| "version": "25.2.5", | ||
| "description-markup": "markdown", | ||
@@ -80,3 +80,3 @@ "framework": "lit", | ||
| "name": "?clearButtonVisible", | ||
| "description": "Set to true to display the clear icon which clears the input.\n\nIt is up to the component to choose where to place the clear icon:\nin the Shadow DOM or in the light DOM. In any way, a reference to\nthe clear icon element should be provided via the `clearElement` getter.", | ||
| "description": "Set to true to display the clear icon which clears the input.\nThis also enables clearing the input when pressing Esc key.", | ||
| "value": { | ||
@@ -83,0 +83,0 @@ "kind": "expression" |
Sorry, the diff of this file is too big to display
146876
-0.71%