Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@vaadin/message-input

Package Overview
Dependencies
Maintainers
12
Versions
551
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin/message-input - npm Package Compare versions

Comparing version
25.1.0-alpha8
to
25.1.0-alpha9
+58
-0
custom-elements.json

@@ -115,2 +115,24 @@ {

"kind": "field",
"name": "i18n",
"description": "The object used to localize this component. To change the default\nlocalization, replace this with an object that provides all properties, or\njust the individual properties you want to change.\n\nThe object has the following JSON structure and default values:\n```js\n{\n // Used as the button label\n send: 'Send',\n\n // Used as the input field's placeholder and aria-label\n message: 'Message'\n}\n```",
"return": {
"type": {
"text": "!MessageInputI18n"
}
},
"parameters": [
{
"name": "value",
"type": {
"text": "Object"
}
}
],
"inheritedFrom": {
"name": "I18nMixin",
"package": "@vaadin/component-base/src/i18n-mixin.js"
}
},
{
"kind": "field",
"name": "value",

@@ -143,2 +165,9 @@ "privacy": "public",

{
"name": "i18n",
"inheritedFrom": {
"name": "I18nMixin",
"package": "@vaadin/component-base/src/i18n-mixin.js"
}
},
{
"name": "value",

@@ -214,2 +243,24 @@ "type": {

"kind": "field",
"name": "i18n",
"description": "The object used to localize this component. To change the default\nlocalization, replace this with an object that provides all properties, or\njust the individual properties you want to change.\n\nThe object has the following JSON structure and default values:\n```js\n{\n // Used as the button label\n send: 'Send',\n\n // Used as the input field's placeholder and aria-label\n message: 'Message'\n}\n```",
"return": {
"type": {
"text": "!MessageInputI18n"
}
},
"parameters": [
{
"name": "value",
"type": {
"text": "Object"
}
}
],
"inheritedFrom": {
"name": "I18nMixin",
"package": "@vaadin/component-base/src/i18n-mixin.js"
}
},
{
"kind": "field",
"name": "value",

@@ -270,2 +321,9 @@ "privacy": "public",

{
"name": "i18n",
"inheritedFrom": {
"name": "I18nMixin",
"package": "@vaadin/component-base/src/i18n-mixin.js"
}
},
{
"name": "value",

@@ -272,0 +330,0 @@ "type": {

+10
-10
{
"name": "@vaadin/message-input",
"version": "25.1.0-alpha8",
"version": "25.1.0-alpha9",
"publishConfig": {

@@ -38,14 +38,14 @@ "access": "public"

"@open-wc/dedupe-mixin": "^1.3.0",
"@vaadin/button": "25.1.0-alpha8",
"@vaadin/component-base": "25.1.0-alpha8",
"@vaadin/text-area": "25.1.0-alpha8",
"@vaadin/vaadin-themable-mixin": "25.1.0-alpha8",
"@vaadin/button": "25.1.0-alpha9",
"@vaadin/component-base": "25.1.0-alpha9",
"@vaadin/text-area": "25.1.0-alpha9",
"@vaadin/vaadin-themable-mixin": "25.1.0-alpha9",
"lit": "^3.0.0"
},
"devDependencies": {
"@vaadin/aura": "25.1.0-alpha8",
"@vaadin/chai-plugins": "25.1.0-alpha8",
"@vaadin/test-runner-commands": "25.1.0-alpha8",
"@vaadin/aura": "25.1.0-alpha9",
"@vaadin/chai-plugins": "25.1.0-alpha9",
"@vaadin/test-runner-commands": "25.1.0-alpha9",
"@vaadin/testing-helpers": "^2.0.0",
"@vaadin/vaadin-lumo-styles": "25.1.0-alpha8",
"@vaadin/vaadin-lumo-styles": "25.1.0-alpha9",
"sinon": "^21.0.0"

@@ -58,3 +58,3 @@ },

],
"gitHead": "810590c9c7682a9326c9352df795b5ea4891a71f"
"gitHead": "ef432311376ba3dac4233cb23d393a49a425e0a4"
}
{
"$schema": "https://json.schemastore.org/web-types",
"name": "@vaadin/message-input",
"version": "25.1.0-alpha8",
"version": "25.1.0-alpha9",
"description-markup": "markdown",

@@ -14,7 +14,7 @@ "contributions": {

{
"name": "i18n",
"description": "The object used to localize this component. To change the default\nlocalization, replace this with an object that provides all properties, or\njust the individual properties you want to change.\n\nShould be overridden by subclasses to provide a custom JSDoc with the\ndefault I18N properties.",
"name": "disabled",
"description": "Set to true to disable this element.",
"value": {
"type": [
"Object"
"boolean"
]

@@ -24,4 +24,4 @@ }

{
"name": "value",
"description": "Current content of the text input field",
"name": "theme",
"description": "The theme variants to apply to the component.",
"value": {

@@ -36,15 +36,6 @@ "type": [

{
"name": "disabled",
"description": "Set to true to disable this element.",
"name": "value",
"description": "Current content of the text input field",
"value": {
"type": [
"boolean"
]
}
},
{
"name": "theme",
"description": "The theme variants to apply to the component.",
"value": {
"type": [
"string",

@@ -60,2 +51,11 @@ "null",

{
"name": "disabled",
"description": "Set to true to disable this element.",
"value": {
"type": [
"boolean"
]
}
},
{
"name": "i18n",

@@ -79,11 +79,2 @@ "description": "The object used to localize this component. To change the default\nlocalization, replace this with an object that provides all properties, or\njust the individual properties you want to change.\n\nThe object has the following JSON structure and default values:\n```js\n{\n // Used as the button label\n send: 'Send',\n\n // Used as the input field's placeholder and aria-label\n message: 'Message'\n}\n```",

}
},
{
"name": "disabled",
"description": "Set to true to disable this element.",
"value": {
"type": [
"boolean"
]
}
}

@@ -90,0 +81,0 @@ ],

{
"$schema": "https://json.schemastore.org/web-types",
"name": "@vaadin/message-input",
"version": "25.1.0-alpha8",
"version": "25.1.0-alpha9",
"description-markup": "markdown",

@@ -6,0 +6,0 @@ "framework": "lit",