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/input-container

Package Overview
Dependencies
Maintainers
12
Versions
556
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin/input-container - npm Package Compare versions

Comparing version
25.1.0-alpha6
to
25.1.0-alpha7
+125
custom-elements.json
{
"schemaVersion": "1.0.0",
"readme": "",
"modules": [
{
"kind": "javascript-module",
"path": "vaadin-input-container.js",
"declarations": [],
"exports": [
{
"kind": "js",
"name": "*",
"declaration": {
"name": "*",
"module": "src/vaadin-input-container.js"
}
}
]
},
{
"kind": "javascript-module",
"path": "src/vaadin-input-container.js",
"declarations": [
{
"kind": "class",
"description": "",
"name": "InputContainer",
"members": [
{
"kind": "field",
"name": "disabled",
"privacy": "public",
"type": {
"text": "boolean"
},
"description": "If true, the user cannot interact with this element.",
"attribute": "disabled"
},
{
"kind": "field",
"name": "invalid",
"privacy": "public",
"type": {
"text": "boolean"
},
"description": "Set to true when the element is invalid.",
"attribute": "invalid"
},
{
"kind": "field",
"name": "readonly",
"privacy": "public",
"type": {
"text": "boolean"
},
"description": "Set to true to make this element read-only.",
"attribute": "readonly"
}
],
"attributes": [
{
"name": "disabled",
"type": {
"text": "boolean"
},
"description": "If true, the user cannot interact with this element.",
"fieldName": "disabled"
},
{
"name": "invalid",
"type": {
"text": "boolean"
},
"description": "Set to true when the element is invalid.",
"fieldName": "invalid"
},
{
"name": "readonly",
"type": {
"text": "boolean"
},
"description": "Set to true to make this element read-only.",
"fieldName": "readonly"
}
],
"mixins": [
{
"name": "ThemableMixin",
"package": "@vaadin/vaadin-themable-mixin/vaadin-themable-mixin.js"
},
{
"name": "DirMixin",
"package": "@vaadin/component-base/src/dir-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-input-container",
"customElement": true,
"events": []
}
],
"exports": [
{
"kind": "js",
"name": "InputContainer",
"declaration": {
"name": "InputContainer",
"module": "src/vaadin-input-container.js"
}
}
]
}
]
}
+13
-11
{
"name": "@vaadin/input-container",
"version": "25.1.0-alpha6",
"version": "25.1.0-alpha7",
"publishConfig": {

@@ -25,3 +25,4 @@ "access": "public"

"vaadin-*.d.ts",
"vaadin-*.js"
"vaadin-*.js",
"custom-elements.json"
],

@@ -34,17 +35,18 @@ "keywords": [

"dependencies": {
"@vaadin/component-base": "25.1.0-alpha6",
"@vaadin/vaadin-themable-mixin": "25.1.0-alpha6",
"@vaadin/component-base": "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/icon": "25.1.0-alpha6",
"@vaadin/icons": "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/icon": "25.1.0-alpha7",
"@vaadin/icons": "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"
},
"gitHead": "da6f4194492cbd77d18c6c1cd8d4d9f072e9ce8d"
"customElements": "custom-elements.json",
"gitHead": "98c586125f769c8fefd307536965293668fda81d"
}

@@ -15,3 +15,3 @@ /**

/**
* @customElement
* @customElement vaadin-input-container
* @extends HTMLElement

@@ -18,0 +18,0 @@ * @mixes ThemableMixin