@vaadin/message-input 24.4.0-alpha9 → 24.4.0-beta2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaadin/message-input",
3
- "version": "24.4.0-alpha9",
3
+ "version": "24.4.0-beta2",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -36,12 +36,12 @@
36
36
  ],
37
37
  "dependencies": {
38
38
  "@polymer/polymer": "^3.0.0",
39
- "@vaadin/button": "24.4.0-alpha9",
40
- "@vaadin/component-base": "24.4.0-alpha9",
41
- "@vaadin/text-area": "24.4.0-alpha9",
42
- "@vaadin/vaadin-lumo-styles": "24.4.0-alpha9",
43
- "@vaadin/vaadin-material-styles": "24.4.0-alpha9",
44
- "@vaadin/vaadin-themable-mixin": "24.4.0-alpha9"
39
+ "@vaadin/button": "24.4.0-beta2",
40
+ "@vaadin/component-base": "24.4.0-beta2",
41
+ "@vaadin/text-area": "24.4.0-beta2",
42
+ "@vaadin/vaadin-lumo-styles": "24.4.0-beta2",
43
+ "@vaadin/vaadin-material-styles": "24.4.0-beta2",
44
+ "@vaadin/vaadin-themable-mixin": "24.4.0-beta2"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@esm-bundle/chai": "^4.3.4",
@@ -52,5 +52,5 @@
52
52
  "web-types.json",
53
53
  "web-types.lit.json"
54
54
  ],
55
- "gitHead": "effb81abe3c6283a6ec620cc0cee56069af58226"
55
+ "gitHead": "886ab2e7ccb8353ac3b7a42ebb96dfe2d1211556"
56
56
  }
@@ -183,6 +183,12 @@ class MessageInput extends ElementMixin(ThemableMixin(ControllerMixin(PolymerEle
183
183
  this.addController(this._tooltipController);
184
184
  }
185
185
 
186
+ focus() {
187
+ if (this._textArea) {
188
+ this._textArea.focus();
189
+ }
190
+ }
191
+
186
192
  /** @private */
187
193
  __buttonPropsChanged(button, disabled, i18n) {
188
194
  if (button) {
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/message-input",
4
- "version": "24.4.0-alpha9",
4
+ "version": "24.4.0-beta2",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/message-input",
4
- "version": "24.4.0-alpha9",
4
+ "version": "24.4.0-beta2",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {