@vaadin/message-input 24.9.0-beta1 → 24.9.0-rc1

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.9.0-beta1",
3
+ "version": "24.9.0-rc1",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -37,17 +37,17 @@
37
37
  "dependencies": {
38
38
  "@open-wc/dedupe-mixin": "^1.3.0",
39
39
  "@polymer/polymer": "^3.0.0",
40
- "@vaadin/button": "24.9.0-beta1",
41
- "@vaadin/component-base": "24.9.0-beta1",
42
- "@vaadin/text-area": "24.9.0-beta1",
43
- "@vaadin/vaadin-lumo-styles": "24.9.0-beta1",
44
- "@vaadin/vaadin-material-styles": "24.9.0-beta1",
45
- "@vaadin/vaadin-themable-mixin": "24.9.0-beta1",
40
+ "@vaadin/button": "24.9.0-rc1",
41
+ "@vaadin/component-base": "24.9.0-rc1",
42
+ "@vaadin/text-area": "24.9.0-rc1",
43
+ "@vaadin/vaadin-lumo-styles": "24.9.0-rc1",
44
+ "@vaadin/vaadin-material-styles": "24.9.0-rc1",
45
+ "@vaadin/vaadin-themable-mixin": "24.9.0-rc1",
46
46
  "lit": "^3.0.0"
47
47
  },
48
48
  "devDependencies": {
49
- "@vaadin/chai-plugins": "24.9.0-beta1",
50
- "@vaadin/test-runner-commands": "24.9.0-beta1",
49
+ "@vaadin/chai-plugins": "24.9.0-rc1",
50
+ "@vaadin/test-runner-commands": "24.9.0-rc1",
51
51
  "@vaadin/testing-helpers": "^1.1.0",
52
52
  "sinon": "^18.0.0"
53
53
  },
@@ -55,5 +55,5 @@
55
55
  "web-types.json",
56
56
  "web-types.lit.json"
57
57
  ],
58
- "gitHead": "5f6e6e33217fef06e5d5cc52baa4d760969ef1e4"
58
+ "gitHead": "cfe9424405716297d9f1eee425d5a059b2f636f8"
59
59
  }
@@ -129,9 +129,9 @@ export const MessageInputMixin = (superClass) =>
129
129
  this.addController(this._tooltipController);
130
130
  }
131
131
 
132
- focus() {
132
+ focus(options) {
133
133
  if (this._textArea) {
134
- this._textArea.focus();
134
+ this._textArea.focus(options);
135
135
  }
136
136
  }
137
137
 
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.9.0-beta1",
4
+ "version": "24.9.0-rc1",
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.9.0-beta1",
4
+ "version": "24.9.0-rc1",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {