@vaadin/message-input
Advanced tools
| { | ||
| "schemaVersion": "1.0.0", | ||
| "readme": "", | ||
| "modules": [ | ||
| { | ||
| "kind": "javascript-module", | ||
| "path": "vaadin-message-input.js", | ||
| "declarations": [], | ||
| "exports": [ | ||
| { | ||
| "kind": "js", | ||
| "name": "*", | ||
| "declaration": { | ||
| "name": "*", | ||
| "module": "src/vaadin-message-input.js" | ||
| } | ||
| } | ||
| ] | ||
| }, | ||
| { | ||
| "kind": "javascript-module", | ||
| "path": "src/vaadin-message-input-button.js", | ||
| "declarations": [ | ||
| { | ||
| "kind": "class", | ||
| "description": "An element used internally by `<vaadin-message-input>`. Not intended to be used separately.", | ||
| "name": "MessageInputButton", | ||
| "members": [], | ||
| "mixins": [ | ||
| { | ||
| "name": "ButtonMixin", | ||
| "package": "@vaadin/button/src/vaadin-button-mixin.js" | ||
| }, | ||
| { | ||
| "name": "DirMixin", | ||
| "package": "@vaadin/component-base/src/dir-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-button", | ||
| "customElement": true, | ||
| "attributes": [ | ||
| { | ||
| "name": "tabindex", | ||
| "type": { | ||
| "text": "number" | ||
| }, | ||
| "description": "Indicates whether the element can be focused and where it participates in sequential keyboard navigation.", | ||
| "fieldName": "tabindex", | ||
| "inheritedFrom": { | ||
| "name": "TabindexMixin", | ||
| "package": "@vaadin/a11y-base/src/tabindex-mixin.js" | ||
| } | ||
| } | ||
| ], | ||
| "events": [] | ||
| } | ||
| ], | ||
| "exports": [ | ||
| { | ||
| "kind": "js", | ||
| "name": "MessageInputButton", | ||
| "declaration": { | ||
| "name": "MessageInputButton", | ||
| "module": "src/vaadin-message-input-button.js" | ||
| } | ||
| } | ||
| ] | ||
| }, | ||
| { | ||
| "kind": "javascript-module", | ||
| "path": "src/vaadin-message-input-mixin.js", | ||
| "declarations": [ | ||
| { | ||
| "kind": "mixin", | ||
| "description": "", | ||
| "name": "MessageInputMixin", | ||
| "members": [ | ||
| { | ||
| "kind": "field", | ||
| "name": "disabled", | ||
| "privacy": "public", | ||
| "type": { | ||
| "text": "boolean" | ||
| }, | ||
| "description": "Set to true to disable this element.", | ||
| "attribute": "disabled" | ||
| }, | ||
| { | ||
| "kind": "method", | ||
| "name": "focus", | ||
| "parameters": [ | ||
| { | ||
| "name": "options" | ||
| } | ||
| ] | ||
| }, | ||
| { | ||
| "kind": "field", | ||
| "name": "value", | ||
| "privacy": "public", | ||
| "type": { | ||
| "text": "string" | ||
| }, | ||
| "description": "Current content of the text input field", | ||
| "attribute": "value" | ||
| } | ||
| ], | ||
| "events": [ | ||
| { | ||
| "name": "submit", | ||
| "type": { | ||
| "text": "CustomEvent" | ||
| } | ||
| } | ||
| ], | ||
| "attributes": [ | ||
| { | ||
| "name": "disabled", | ||
| "type": { | ||
| "text": "boolean" | ||
| }, | ||
| "description": "Set to true to disable this element.", | ||
| "fieldName": "disabled" | ||
| }, | ||
| { | ||
| "name": "value", | ||
| "type": { | ||
| "text": "string" | ||
| }, | ||
| "description": "Current content of the text input field", | ||
| "fieldName": "value" | ||
| } | ||
| ], | ||
| "mixins": [ | ||
| { | ||
| "name": "I18nMixin", | ||
| "package": "@vaadin/component-base/src/i18n-mixin.js" | ||
| } | ||
| ], | ||
| "parameters": [ | ||
| { | ||
| "name": "superClass" | ||
| } | ||
| ] | ||
| } | ||
| ], | ||
| "exports": [ | ||
| { | ||
| "kind": "js", | ||
| "name": "MessageInputMixin", | ||
| "declaration": { | ||
| "name": "MessageInputMixin", | ||
| "module": "src/vaadin-message-input-mixin.js" | ||
| } | ||
| } | ||
| ] | ||
| }, | ||
| { | ||
| "kind": "javascript-module", | ||
| "path": "src/vaadin-message-input.js", | ||
| "declarations": [ | ||
| { | ||
| "kind": "class", | ||
| "description": "`<vaadin-message-input>` is a Web Component for sending messages.\nIt consists of a text area that grows on along with the content, and a send button to send message.\n\nThe message can be sent by one of the following actions:\n- by pressing Enter (use Shift + Enter to add a new line)\n- by clicking `submit` button.\n\n```html\n<vaadin-message-input></vaadin-message-input>\n```\n\n### Styling\n\nThe following state attributes are available for styling:\n\nAttribute | Description\n---------------|---------------------------------\n`disabled` | Set when the element is disabled\n`has-tooltip` | Set when the element has a slotted tooltip\n\n### Internal components\n\nIn addition to `<vaadin-message-input>` itself, the following internal\ncomponents are themable:\n\n- `<vaadin-message-input-button>` - has the same API as `<vaadin-button>`\n- `<vaadin-text-area>`\n\nSee [Styling Components](https://vaadin.com/docs/latest/styling/styling-components) documentation.", | ||
| "name": "MessageInput", | ||
| "members": [ | ||
| { | ||
| "kind": "field", | ||
| "name": "disabled", | ||
| "privacy": "public", | ||
| "type": { | ||
| "text": "boolean" | ||
| }, | ||
| "description": "Set to true to disable this element.", | ||
| "attribute": "disabled", | ||
| "inheritedFrom": { | ||
| "name": "MessageInputMixin", | ||
| "module": "src/vaadin-message-input-mixin.js" | ||
| } | ||
| }, | ||
| { | ||
| "kind": "method", | ||
| "name": "focus", | ||
| "parameters": [ | ||
| { | ||
| "name": "options" | ||
| } | ||
| ], | ||
| "inheritedFrom": { | ||
| "name": "MessageInputMixin", | ||
| "module": "src/vaadin-message-input-mixin.js" | ||
| } | ||
| }, | ||
| { | ||
| "kind": "field", | ||
| "name": "value", | ||
| "privacy": "public", | ||
| "type": { | ||
| "text": "string" | ||
| }, | ||
| "description": "Current content of the text input field", | ||
| "attribute": "value", | ||
| "inheritedFrom": { | ||
| "name": "MessageInputMixin", | ||
| "module": "src/vaadin-message-input-mixin.js" | ||
| } | ||
| } | ||
| ], | ||
| "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": [ | ||
| { | ||
| "name": "disabled", | ||
| "type": { | ||
| "text": "boolean" | ||
| }, | ||
| "description": "Set to true to disable this element.", | ||
| "fieldName": "disabled", | ||
| "inheritedFrom": { | ||
| "name": "MessageInputMixin", | ||
| "module": "src/vaadin-message-input-mixin.js" | ||
| } | ||
| }, | ||
| { | ||
| "name": "value", | ||
| "type": { | ||
| "text": "string" | ||
| }, | ||
| "description": "Current content of the text input field", | ||
| "fieldName": "value", | ||
| "inheritedFrom": { | ||
| "name": "MessageInputMixin", | ||
| "module": "src/vaadin-message-input-mixin.js" | ||
| } | ||
| } | ||
| ], | ||
| "events": [ | ||
| { | ||
| "name": "submit", | ||
| "type": { | ||
| "text": "CustomEvent" | ||
| }, | ||
| "inheritedFrom": { | ||
| "name": "MessageInputMixin", | ||
| "module": "src/vaadin-message-input-mixin.js" | ||
| } | ||
| } | ||
| ] | ||
| } | ||
| ], | ||
| "exports": [ | ||
| { | ||
| "kind": "js", | ||
| "name": "MessageInput", | ||
| "declaration": { | ||
| "name": "MessageInput", | ||
| "module": "src/vaadin-message-input.js" | ||
| } | ||
| } | ||
| ] | ||
| } | ||
| ] | ||
| } |
+12
-10
| { | ||
| "name": "@vaadin/message-input", | ||
| "version": "25.1.0-alpha6", | ||
| "version": "25.1.0-alpha7", | ||
| "publishConfig": { | ||
@@ -26,2 +26,3 @@ "access": "public" | ||
| "vaadin-*.js", | ||
| "custom-elements.json", | ||
| "web-types.json", | ||
@@ -38,16 +39,17 @@ "web-types.lit.json" | ||
| "@open-wc/dedupe-mixin": "^1.3.0", | ||
| "@vaadin/button": "25.1.0-alpha6", | ||
| "@vaadin/component-base": "25.1.0-alpha6", | ||
| "@vaadin/text-area": "25.1.0-alpha6", | ||
| "@vaadin/vaadin-themable-mixin": "25.1.0-alpha6", | ||
| "@vaadin/button": "25.1.0-alpha7", | ||
| "@vaadin/component-base": "25.1.0-alpha7", | ||
| "@vaadin/text-area": "25.1.0-alpha7", | ||
| "@vaadin/vaadin-themable-mixin": "25.1.0-alpha7", | ||
| "lit": "^3.0.0" | ||
| }, | ||
| "devDependencies": { | ||
| "@vaadin/aura": "25.1.0-alpha6", | ||
| "@vaadin/chai-plugins": "25.1.0-alpha6", | ||
| "@vaadin/test-runner-commands": "25.1.0-alpha6", | ||
| "@vaadin/aura": "25.1.0-alpha7", | ||
| "@vaadin/chai-plugins": "25.1.0-alpha7", | ||
| "@vaadin/test-runner-commands": "25.1.0-alpha7", | ||
| "@vaadin/testing-helpers": "^2.0.0", | ||
| "@vaadin/vaadin-lumo-styles": "25.1.0-alpha6", | ||
| "@vaadin/vaadin-lumo-styles": "25.1.0-alpha7", | ||
| "sinon": "^21.0.0" | ||
| }, | ||
| "customElements": "custom-elements.json", | ||
| "web-types": [ | ||
@@ -57,3 +59,3 @@ "web-types.json", | ||
| ], | ||
| "gitHead": "da6f4194492cbd77d18c6c1cd8d4d9f072e9ce8d" | ||
| "gitHead": "98c586125f769c8fefd307536965293668fda81d" | ||
| } |
@@ -19,3 +19,3 @@ /** | ||
| * | ||
| * @customElement | ||
| * @customElement vaadin-message-input-button | ||
| * @extends HTMLElement | ||
@@ -22,0 +22,0 @@ * @mixes ButtonMixin |
@@ -48,3 +48,3 @@ /** | ||
| * | ||
| * @customElement | ||
| * @customElement vaadin-message-input | ||
| * @extends HTMLElement | ||
@@ -51,0 +51,0 @@ * @mixes MessageInputMixin |
+1
-1
| { | ||
| "$schema": "https://json.schemastore.org/web-types", | ||
| "name": "@vaadin/message-input", | ||
| "version": "25.1.0-alpha6", | ||
| "version": "25.1.0-alpha7", | ||
| "description-markup": "markdown", | ||
@@ -6,0 +6,0 @@ "contributions": { |
| { | ||
| "$schema": "https://json.schemastore.org/web-types", | ||
| "name": "@vaadin/message-input", | ||
| "version": "25.1.0-alpha6", | ||
| "version": "25.1.0-alpha7", | ||
| "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
46367
26.76%18
5.88%940
48.73%+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
Updated