@vaadin/integer-field
Advanced tools
Comparing version 23.2.0-alpha5 to 23.2.0-alpha6
{ | ||
"name": "@vaadin/integer-field", | ||
"version": "23.2.0-alpha5", | ||
"version": "23.2.0-alpha6", | ||
"publishConfig": { | ||
@@ -38,5 +38,5 @@ "access": "public" | ||
"@polymer/polymer": "^3.0.0", | ||
"@vaadin/number-field": "23.2.0-alpha5", | ||
"@vaadin/vaadin-lumo-styles": "23.2.0-alpha5", | ||
"@vaadin/vaadin-material-styles": "23.2.0-alpha5" | ||
"@vaadin/number-field": "23.2.0-alpha6", | ||
"@vaadin/vaadin-lumo-styles": "23.2.0-alpha6", | ||
"@vaadin/vaadin-material-styles": "23.2.0-alpha6" | ||
}, | ||
@@ -52,3 +52,3 @@ "devDependencies": { | ||
], | ||
"gitHead": "c6247fd741d61096d75a71feda4a1faf88b6f0ce" | ||
"gitHead": "61f1fb56953434e97d34a8819640064301dd3d8a" | ||
} |
{ | ||
"$schema": "https://json.schemastore.org/web-types", | ||
"name": "@vaadin/integer-field", | ||
"version": "23.2.0-alpha5", | ||
"version": "23.2.0-alpha6", | ||
"description-markup": "markdown", | ||
@@ -11,3 +11,3 @@ "contributions": { | ||
"name": "vaadin-integer-field", | ||
"description": "`<vaadin-integer-field>` is an input field web component that only accepts entering integer numbers.\n\n```html\n<vaadin-integer-field label=\"X\"></vaadin-integer-field>\n```\n\n### Styling\n\n`<vaadin-integer-field>` provides the same set of shadow DOM parts and state attributes as `<vaadin-text-field>`.\nSee [`<vaadin-text-field>`](https://cdn.vaadin.com/vaadin-web-components/23.2.0-alpha5/#/elements/vaadin-text-field) for the styling documentation.\n\nIn addition to `<vaadin-text-field>` parts, the following parts are available for theming:\n\nPart name | Description\n------------------|-------------------------\n`increase-button` | Increase (\"plus\") button\n`decrease-button` | Decrease (\"minus\") button\n\nSee [Styling Components](https://vaadin.com/docs/latest/ds/customization/styling-components) documentation.", | ||
"description": "`<vaadin-integer-field>` is an input field web component that only accepts entering integer numbers.\n\n```html\n<vaadin-integer-field label=\"X\"></vaadin-integer-field>\n```\n\n### Styling\n\n`<vaadin-integer-field>` provides the same set of shadow DOM parts and state attributes as `<vaadin-text-field>`.\nSee [`<vaadin-text-field>`](https://cdn.vaadin.com/vaadin-web-components/23.2.0-alpha6/#/elements/vaadin-text-field) for the styling documentation.\n\nIn addition to `<vaadin-text-field>` parts, the following parts are available for theming:\n\nPart name | Description\n------------------|-------------------------\n`increase-button` | Increase (\"plus\") button\n`decrease-button` | Decrease (\"minus\") button\n\nSee [Styling Components](https://vaadin.com/docs/latest/ds/customization/styling-components) documentation.", | ||
"attributes": [ | ||
@@ -14,0 +14,0 @@ { |
{ | ||
"$schema": "https://json.schemastore.org/web-types", | ||
"name": "@vaadin/integer-field", | ||
"version": "23.2.0-alpha5", | ||
"version": "23.2.0-alpha6", | ||
"description-markup": "markdown", | ||
@@ -19,3 +19,3 @@ "framework": "lit", | ||
"name": "vaadin-integer-field", | ||
"description": "`<vaadin-integer-field>` is an input field web component that only accepts entering integer numbers.\n\n```html\n<vaadin-integer-field label=\"X\"></vaadin-integer-field>\n```\n\n### Styling\n\n`<vaadin-integer-field>` provides the same set of shadow DOM parts and state attributes as `<vaadin-text-field>`.\nSee [`<vaadin-text-field>`](https://cdn.vaadin.com/vaadin-web-components/23.2.0-alpha5/#/elements/vaadin-text-field) for the styling documentation.\n\nIn addition to `<vaadin-text-field>` parts, the following parts are available for theming:\n\nPart name | Description\n------------------|-------------------------\n`increase-button` | Increase (\"plus\") button\n`decrease-button` | Decrease (\"minus\") button\n\nSee [Styling Components](https://vaadin.com/docs/latest/ds/customization/styling-components) documentation.", | ||
"description": "`<vaadin-integer-field>` is an input field web component that only accepts entering integer numbers.\n\n```html\n<vaadin-integer-field label=\"X\"></vaadin-integer-field>\n```\n\n### Styling\n\n`<vaadin-integer-field>` provides the same set of shadow DOM parts and state attributes as `<vaadin-text-field>`.\nSee [`<vaadin-text-field>`](https://cdn.vaadin.com/vaadin-web-components/23.2.0-alpha6/#/elements/vaadin-text-field) for the styling documentation.\n\nIn addition to `<vaadin-text-field>` parts, the following parts are available for theming:\n\nPart name | Description\n------------------|-------------------------\n`increase-button` | Increase (\"plus\") button\n`decrease-button` | Decrease (\"minus\") button\n\nSee [Styling Components](https://vaadin.com/docs/latest/ds/customization/styling-components) documentation.", | ||
"extension": true, | ||
@@ -22,0 +22,0 @@ "attributes": [ |
+ Added@vaadin/component-base@23.2.0-alpha6(transitive)
+ Added@vaadin/field-base@23.2.0-alpha6(transitive)
+ Added@vaadin/icon@23.2.0-alpha6(transitive)
+ Added@vaadin/input-container@23.2.0-alpha6(transitive)
+ Added@vaadin/number-field@23.2.0-alpha6(transitive)
+ Added@vaadin/vaadin-lumo-styles@23.2.0-alpha6(transitive)
+ Added@vaadin/vaadin-material-styles@23.2.0-alpha6(transitive)
+ Added@vaadin/vaadin-themable-mixin@23.2.0-alpha6(transitive)
- Removed@vaadin/component-base@23.2.0-alpha5(transitive)
- Removed@vaadin/field-base@23.2.0-alpha5(transitive)
- Removed@vaadin/icon@23.2.0-alpha5(transitive)
- Removed@vaadin/input-container@23.2.0-alpha5(transitive)
- Removed@vaadin/number-field@23.2.0-alpha5(transitive)
- Removed@vaadin/vaadin-lumo-styles@23.2.0-alpha5(transitive)
- Removed@vaadin/vaadin-material-styles@23.2.0-alpha5(transitive)
- Removed@vaadin/vaadin-themable-mixin@23.2.0-alpha5(transitive)