@vaadin/message-input
+36
-29
@@ -213,30 +213,2 @@ { | ||
| ], | ||
| "mixins": [ | ||
| { | ||
| "name": "MessageInputMixin", | ||
| "module": "src/vaadin-message-input-mixin.js" | ||
| }, | ||
| { | ||
| "name": "ElementMixin", | ||
| "package": "@vaadin/component-base/src/element-mixin.js" | ||
| }, | ||
| { | ||
| "name": "ThemableMixin", | ||
| "package": "@vaadin/vaadin-themable-mixin/vaadin-themable-mixin.js" | ||
| }, | ||
| { | ||
| "name": "PolylitMixin", | ||
| "package": "@vaadin/component-base/src/polylit-mixin.js" | ||
| }, | ||
| { | ||
| "name": "LumoInjectionMixin", | ||
| "package": "@vaadin/vaadin-themable-mixin/lumo-injection-mixin.js" | ||
| } | ||
| ], | ||
| "superclass": { | ||
| "name": "LitElement", | ||
| "package": "lit" | ||
| }, | ||
| "tagName": "vaadin-message-input", | ||
| "customElement": true, | ||
| "attributes": [ | ||
@@ -268,2 +240,9 @@ { | ||
| { | ||
| "type": { | ||
| "text": "string" | ||
| }, | ||
| "description": "The theme variants to apply to the component.", | ||
| "name": "theme" | ||
| }, | ||
| { | ||
| "name": "value", | ||
@@ -280,3 +259,31 @@ "type": { | ||
| } | ||
| ] | ||
| ], | ||
| "mixins": [ | ||
| { | ||
| "name": "MessageInputMixin", | ||
| "module": "src/vaadin-message-input-mixin.js" | ||
| }, | ||
| { | ||
| "name": "ElementMixin", | ||
| "package": "@vaadin/component-base/src/element-mixin.js" | ||
| }, | ||
| { | ||
| "name": "ThemableMixin", | ||
| "package": "@vaadin/vaadin-themable-mixin/vaadin-themable-mixin.js" | ||
| }, | ||
| { | ||
| "name": "PolylitMixin", | ||
| "package": "@vaadin/component-base/src/polylit-mixin.js" | ||
| }, | ||
| { | ||
| "name": "LumoInjectionMixin", | ||
| "package": "@vaadin/vaadin-themable-mixin/lumo-injection-mixin.js" | ||
| } | ||
| ], | ||
| "superclass": { | ||
| "name": "LitElement", | ||
| "package": "lit" | ||
| }, | ||
| "tagName": "vaadin-message-input", | ||
| "customElement": true | ||
| } | ||
@@ -283,0 +290,0 @@ ], |
+10
-10
| { | ||
| "name": "@vaadin/message-input", | ||
| "version": "25.3.0-alpha7", | ||
| "version": "25.3.0-dev.1fa5a51482", | ||
| "publishConfig": { | ||
@@ -38,14 +38,14 @@ "access": "public" | ||
| "@open-wc/dedupe-mixin": "^1.3.0", | ||
| "@vaadin/button": "25.3.0-alpha7", | ||
| "@vaadin/component-base": "25.3.0-alpha7", | ||
| "@vaadin/text-area": "25.3.0-alpha7", | ||
| "@vaadin/vaadin-themable-mixin": "25.3.0-alpha7", | ||
| "@vaadin/button": "25.3.0-dev.1fa5a51482", | ||
| "@vaadin/component-base": "25.3.0-dev.1fa5a51482", | ||
| "@vaadin/text-area": "25.3.0-dev.1fa5a51482", | ||
| "@vaadin/vaadin-themable-mixin": "25.3.0-dev.1fa5a51482", | ||
| "lit": "^3.0.0" | ||
| }, | ||
| "devDependencies": { | ||
| "@vaadin/aura": "25.3.0-alpha7", | ||
| "@vaadin/chai-plugins": "25.3.0-alpha7", | ||
| "@vaadin/test-runner-commands": "25.3.0-alpha7", | ||
| "@vaadin/aura": "25.3.0-dev.1fa5a51482", | ||
| "@vaadin/chai-plugins": "25.3.0-dev.1fa5a51482", | ||
| "@vaadin/test-runner-commands": "25.3.0-dev.1fa5a51482", | ||
| "@vaadin/testing-helpers": "^2.0.0", | ||
| "@vaadin/vaadin-lumo-styles": "25.3.0-alpha7", | ||
| "@vaadin/vaadin-lumo-styles": "25.3.0-dev.1fa5a51482", | ||
| "sinon": "^22.0.0" | ||
@@ -58,3 +58,3 @@ }, | ||
| ], | ||
| "gitHead": "ae7b9823df5598faebd7a482993029ee489c35ae" | ||
| "gitHead": "1cd5964b758ffbce3ddb6248a1997f55f8e0ebf6" | ||
| } |
@@ -19,2 +19,3 @@ /** | ||
| * | ||
| * @attr {string} theme - The theme variants to apply to the component. | ||
| * @customElement vaadin-message-input-button | ||
@@ -21,0 +22,0 @@ * @extends HTMLElement |
@@ -50,2 +50,3 @@ /** | ||
| * | ||
| * @attr {string} theme - The theme variants to apply to the component. | ||
| * @customElement vaadin-message-input | ||
@@ -52,0 +53,0 @@ * @extends HTMLElement |
+2
-4
| { | ||
| "$schema": "https://json.schemastore.org/web-types", | ||
| "name": "@vaadin/message-input", | ||
| "version": "25.3.0-alpha7", | ||
| "version": "25.3.0-dev.1fa5a51482", | ||
| "description-markup": "markdown", | ||
@@ -27,5 +27,3 @@ "contributions": { | ||
| "type": [ | ||
| "string", | ||
| "null", | ||
| "undefined" | ||
| "string" | ||
| ] | ||
@@ -32,0 +30,0 @@ } |
| { | ||
| "$schema": "https://json.schemastore.org/web-types", | ||
| "name": "@vaadin/message-input", | ||
| "version": "25.3.0-alpha7", | ||
| "version": "25.3.0-dev.1fa5a51482", | ||
| "description-markup": "markdown", | ||
@@ -6,0 +6,0 @@ "framework": "lit", |
47044
0.83%916
0.77%- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed