@vaadin/message-input
Advanced tools
+10
-10
| { | ||
| "name": "@vaadin/message-input", | ||
| "version": "25.2.0-alpha10", | ||
| "version": "25.2.0-alpha11", | ||
| "publishConfig": { | ||
@@ -38,14 +38,14 @@ "access": "public" | ||
| "@open-wc/dedupe-mixin": "^1.3.0", | ||
| "@vaadin/button": "25.2.0-alpha10", | ||
| "@vaadin/component-base": "25.2.0-alpha10", | ||
| "@vaadin/text-area": "25.2.0-alpha10", | ||
| "@vaadin/vaadin-themable-mixin": "25.2.0-alpha10", | ||
| "@vaadin/button": "25.2.0-alpha11", | ||
| "@vaadin/component-base": "25.2.0-alpha11", | ||
| "@vaadin/text-area": "25.2.0-alpha11", | ||
| "@vaadin/vaadin-themable-mixin": "25.2.0-alpha11", | ||
| "lit": "^3.0.0" | ||
| }, | ||
| "devDependencies": { | ||
| "@vaadin/aura": "25.2.0-alpha10", | ||
| "@vaadin/chai-plugins": "25.2.0-alpha10", | ||
| "@vaadin/test-runner-commands": "25.2.0-alpha10", | ||
| "@vaadin/aura": "25.2.0-alpha11", | ||
| "@vaadin/chai-plugins": "25.2.0-alpha11", | ||
| "@vaadin/test-runner-commands": "25.2.0-alpha11", | ||
| "@vaadin/testing-helpers": "^2.0.0", | ||
| "@vaadin/vaadin-lumo-styles": "25.2.0-alpha10", | ||
| "@vaadin/vaadin-lumo-styles": "25.2.0-alpha11", | ||
| "sinon": "^21.0.2" | ||
@@ -58,3 +58,3 @@ }, | ||
| ], | ||
| "gitHead": "1303b6a3eeecb44a9d26f2b53cb56d9e906febdf" | ||
| "gitHead": "fdc37e932709f95491a027aeb2090911cb7528c6" | ||
| } |
@@ -21,5 +21,2 @@ /** | ||
| * @extends HTMLElement | ||
| * @mixes ButtonMixin | ||
| * @mixes DirMixin | ||
| * @mixes ThemableMixin | ||
| * @private | ||
@@ -26,0 +23,0 @@ */ |
@@ -15,8 +15,4 @@ /** | ||
| /** | ||
| * @polymerMixin | ||
| * @mixes I18nMixin | ||
| */ | ||
| export const MessageInputMixin = (superClass) => | ||
| class MessageInputMixinClass extends I18nMixin(DEFAULT_I18N, superClass) { | ||
| class MessageInputMixinClass extends I18nMixin(superClass) { | ||
| static get properties() { | ||
@@ -59,3 +55,3 @@ return { | ||
| return [ | ||
| '__buttonPropsChanged(_button, disabled, __effectiveI18n)', | ||
| '__buttonPropsChanged(_button, disabled, __effectiveI18n, value)', | ||
| '__textAreaPropsChanged(_textArea, disabled, __effectiveI18n, value)', | ||
@@ -65,2 +61,6 @@ ]; | ||
| static get defaultI18n() { | ||
| return DEFAULT_I18N; | ||
| } | ||
| /** | ||
@@ -139,5 +139,5 @@ * The object used to localize this component. To change the default | ||
| /** @private */ | ||
| __buttonPropsChanged(button, disabled, effectiveI18n) { | ||
| __buttonPropsChanged(button, disabled, effectiveI18n, value) { | ||
| if (button) { | ||
| button.disabled = disabled; | ||
| button.disabled = disabled || !value; | ||
| button.textContent = effectiveI18n.send; | ||
@@ -144,0 +144,0 @@ } |
@@ -52,5 +52,2 @@ /** | ||
| * @extends HTMLElement | ||
| * @mixes MessageInputMixin | ||
| * @mixes ThemableMixin | ||
| * @mixes ElementMixin | ||
| */ | ||
@@ -57,0 +54,0 @@ class MessageInput extends MessageInputMixin( |
+1
-1
| { | ||
| "$schema": "https://json.schemastore.org/web-types", | ||
| "name": "@vaadin/message-input", | ||
| "version": "25.2.0-alpha10", | ||
| "version": "25.2.0-alpha11", | ||
| "description-markup": "markdown", | ||
@@ -6,0 +6,0 @@ "contributions": { |
| { | ||
| "$schema": "https://json.schemastore.org/web-types", | ||
| "name": "@vaadin/message-input", | ||
| "version": "25.2.0-alpha10", | ||
| "version": "25.2.0-alpha11", | ||
| "description-markup": "markdown", | ||
@@ -6,0 +6,0 @@ "framework": "lit", |
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
46669
-0.24%909
-0.76%+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed