Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@vaadin/text-field

Package Overview
Dependencies
Maintainers
12
Versions
411
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin/text-field - npm Package Compare versions

Comparing version 24.3.0-alpha1 to 24.3.0-alpha10

22

package.json
{
"name": "@vaadin/text-field",
"version": "24.3.0-alpha1",
"version": "24.3.0-alpha10",
"publishConfig": {

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

"@polymer/polymer": "^3.0.0",
"@vaadin/a11y-base": "24.3.0-alpha1",
"@vaadin/component-base": "24.3.0-alpha1",
"@vaadin/field-base": "24.3.0-alpha1",
"@vaadin/input-container": "24.3.0-alpha1",
"@vaadin/vaadin-lumo-styles": "24.3.0-alpha1",
"@vaadin/vaadin-material-styles": "24.3.0-alpha1",
"@vaadin/vaadin-themable-mixin": "24.3.0-alpha1",
"lit": "^2.0.0"
"@vaadin/a11y-base": "24.3.0-alpha10",
"@vaadin/component-base": "24.3.0-alpha10",
"@vaadin/field-base": "24.3.0-alpha10",
"@vaadin/input-container": "24.3.0-alpha10",
"@vaadin/vaadin-lumo-styles": "24.3.0-alpha10",
"@vaadin/vaadin-material-styles": "24.3.0-alpha10",
"@vaadin/vaadin-themable-mixin": "24.3.0-alpha10",
"lit": "^3.0.0"
},
"devDependencies": {
"@esm-bundle/chai": "^4.3.4",
"@vaadin/testing-helpers": "^0.5.0",
"@vaadin/testing-helpers": "^0.6.0",
"sinon": "^13.0.2"

@@ -60,3 +60,3 @@ },

],
"gitHead": "9ca6f3ca220a777e8eea181a1f5717e39a732240"
"gitHead": "0271523d93fe5df0425ff64206886614f3c6f401"
}

@@ -42,7 +42,7 @@ /**

Constructor<SlotStylesMixinClass> &
Constructor<TexFieldMixinClass> &
Constructor<TextFieldMixinClass> &
Constructor<ValidateMixinClass> &
T;
export declare class TexFieldMixinClass {
export declare class TextFieldMixinClass {
/**

@@ -49,0 +49,0 @@ * Maximum number of characters (in Unicode code points) that the user can enter.

@@ -23,7 +23,2 @@ /**

/**
* Fired when the `dirty` property changes.
*/
export type TextFieldDirtyChangedEvent = CustomEvent<{ value: boolean }>;
/**
* Fired when the `value` property changes.

@@ -41,4 +36,2 @@ */

'dirty-changed': TextFieldDirtyChangedEvent;
'value-changed': TextFieldValueChangedEvent;

@@ -113,3 +106,2 @@

* @fires {CustomEvent} invalid-changed - Fired when the `invalid` property changes.
* @fires {CustomEvent} dirty-changed - Fired when the `dirty` property changes.
* @fires {CustomEvent} value-changed - Fired when the `value` property changes.

@@ -116,0 +108,0 @@ * @fires {CustomEvent} validated - Fired whenever the field is validated.

@@ -6,2 +6,3 @@ /**

*/
import '@vaadin/input-container/theme/lumo/vaadin-input-container-styles.js';
import { inputFieldShared } from '@vaadin/vaadin-lumo-styles/mixins/input-field-shared.js';

@@ -8,0 +9,0 @@ import { registerStyles } from '@vaadin/vaadin-themable-mixin/vaadin-themable-mixin.js';

@@ -6,4 +6,3 @@ /**

*/
import '@vaadin/input-container/theme/lumo/vaadin-input-container.js';
import './vaadin-text-field-styles.js';
import '../../src/vaadin-text-field.js';

@@ -6,2 +6,3 @@ /**

*/
import '@vaadin/input-container/theme/material/vaadin-input-container-styles.js';
import { inputFieldShared } from '@vaadin/vaadin-material-styles/mixins/input-field-shared.js';

@@ -8,0 +9,0 @@ import { registerStyles } from '@vaadin/vaadin-themable-mixin/vaadin-themable-mixin.js';

@@ -6,4 +6,3 @@ /**

*/
import '@vaadin/input-container/theme/material/vaadin-input-container.js';
import './vaadin-text-field-styles.js';
import '../../src/vaadin-text-field.js';
{
"$schema": "https://json.schemastore.org/web-types",
"name": "@vaadin/text-field",
"version": "24.3.0-alpha1",
"version": "24.3.0-alpha10",
"description-markup": "markdown",

@@ -124,13 +124,2 @@ "contributions": {

{
"name": "dirty",
"description": "Whether the field is dirty.\n\nThe field is automatically marked as dirty once the user triggers\nan `input` or `change` event. Additionally, the field can be manually\nmarked as dirty by setting the property to `true`.",
"value": {
"type": [
"boolean",
"null",
"undefined"
]
}
},
{
"name": "clear-button-visible",

@@ -403,13 +392,2 @@ "description": "Set to true to display the clear icon which clears the input.\n\nIt is up to the component to choose where to place the clear icon:\nin the Shadow DOM or in the light DOM. In any way, a reference to\nthe clear icon element should be provided via the `clearElement` getter.",

{
"name": "dirty",
"description": "Whether the field is dirty.\n\nThe field is automatically marked as dirty once the user triggers\nan `input` or `change` event. Additionally, the field can be manually\nmarked as dirty by setting the property to `true`.",
"value": {
"type": [
"boolean",
"null",
"undefined"
]
}
},
{
"name": "clearButtonVisible",

@@ -578,6 +556,2 @@ "description": "Set to true to display the clear icon which clears the input.\n\nIt is up to the component to choose where to place the clear icon:\nin the Shadow DOM or in the light DOM. In any way, a reference to\nthe clear icon element should be provided via the `clearElement` getter.",

"description": "Fired when the `value` property changes."
},
{
"name": "dirty-changed",
"description": "Fired when the `dirty` property changes."
}

@@ -584,0 +558,0 @@ ]

{
"$schema": "https://json.schemastore.org/web-types",
"name": "@vaadin/text-field",
"version": "24.3.0-alpha1",
"version": "24.3.0-alpha10",
"description-markup": "markdown",

@@ -51,9 +51,2 @@ "framework": "lit",

{
"name": "?dirty",
"description": "Whether the field is dirty.\n\nThe field is automatically marked as dirty once the user triggers\nan `input` or `change` event. Additionally, the field can be manually\nmarked as dirty by setting the property to `true`.",
"value": {
"kind": "expression"
}
},
{
"name": "?clearButtonVisible",

@@ -225,9 +218,2 @@ "description": "Set to true to display the clear icon which clears the input.\n\nIt is up to the component to choose where to place the clear icon:\nin the Shadow DOM or in the light DOM. In any way, a reference to\nthe clear icon element should be provided via the `clearElement` getter.",

}
},
{
"name": "@dirty-changed",
"description": "Fired when the `dirty` property changes.",
"value": {
"kind": "expression"
}
}

@@ -234,0 +220,0 @@ ]

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc