@vaadin/custom-field
Advanced tools
Comparing version 23.4.0 to 23.5.0-alpha1
{ | ||
"name": "@vaadin/custom-field", | ||
"version": "23.4.0", | ||
"version": "23.5.0-alpha1", | ||
"publishConfig": { | ||
@@ -8,3 +8,3 @@ "access": "public" | ||
"description": "vaadin-custom-field", | ||
"license": "Apache-2.0", | ||
"license": "https://vaadin.com/commercial-license-and-service-terms", | ||
"repository": { | ||
@@ -39,21 +39,21 @@ "type": "git", | ||
"@polymer/polymer": "^3.0.0", | ||
"@vaadin/component-base": "~23.4.0", | ||
"@vaadin/field-base": "~23.4.0", | ||
"@vaadin/vaadin-lumo-styles": "~23.4.0", | ||
"@vaadin/vaadin-material-styles": "~23.4.0", | ||
"@vaadin/vaadin-themable-mixin": "~23.4.0" | ||
"@vaadin/component-base": "23.5.0-alpha1", | ||
"@vaadin/field-base": "23.5.0-alpha1", | ||
"@vaadin/vaadin-lumo-styles": "23.5.0-alpha1", | ||
"@vaadin/vaadin-material-styles": "23.5.0-alpha1", | ||
"@vaadin/vaadin-themable-mixin": "23.5.0-alpha1" | ||
}, | ||
"devDependencies": { | ||
"@esm-bundle/chai": "^4.3.4", | ||
"@vaadin/combo-box": "~23.4.0", | ||
"@vaadin/date-picker": "~23.4.0", | ||
"@vaadin/email-field": "~23.4.0", | ||
"@vaadin/form-layout": "~23.4.0", | ||
"@vaadin/number-field": "~23.4.0", | ||
"@vaadin/password-field": "~23.4.0", | ||
"@vaadin/select": "~23.4.0", | ||
"@vaadin/combo-box": "23.5.0-alpha1", | ||
"@vaadin/date-picker": "23.5.0-alpha1", | ||
"@vaadin/email-field": "23.5.0-alpha1", | ||
"@vaadin/form-layout": "23.5.0-alpha1", | ||
"@vaadin/number-field": "23.5.0-alpha1", | ||
"@vaadin/password-field": "23.5.0-alpha1", | ||
"@vaadin/select": "23.5.0-alpha1", | ||
"@vaadin/testing-helpers": "^0.3.2", | ||
"@vaadin/text-area": "~23.4.0", | ||
"@vaadin/text-field": "~23.4.0", | ||
"@vaadin/time-picker": "~23.4.0", | ||
"@vaadin/text-area": "23.5.0-alpha1", | ||
"@vaadin/text-field": "23.5.0-alpha1", | ||
"@vaadin/time-picker": "23.5.0-alpha1", | ||
"sinon": "^13.0.2" | ||
@@ -65,3 +65,3 @@ }, | ||
], | ||
"gitHead": "c104ecc83b82425fc4899e5eac9d91a114874c8e" | ||
"gitHead": "def6c2a65975c917443ca6a84cdb2a82c243df55" | ||
} |
@@ -63,5 +63,7 @@ # @vaadin/custom-field | ||
Apache License 2.0 | ||
This program is available under Vaadin Commercial License and Service Terms. | ||
See https://vaadin.com/commercial-license-and-service-terms for the full | ||
license. | ||
Vaadin collects usage statistics at development time to improve this product. | ||
For details and to opt-out, see https://github.com/vaadin/vaadin-usage-statistics. |
/** | ||
* @license | ||
* Copyright (c) 2019 - 2022 Vaadin Ltd. | ||
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/ | ||
* Copyright (c) 2000 - 2024 Vaadin Ltd. | ||
* | ||
* This program is available under Vaadin Commercial License and Service Terms. | ||
* | ||
* | ||
* See https://vaadin.com/commercial-license-and-service-terms for the full | ||
* license. | ||
*/ | ||
@@ -6,0 +11,0 @@ import { ElementMixin } from '@vaadin/component-base/src/element-mixin.js'; |
/** | ||
* @license | ||
* Copyright (c) 2019 - 2022 Vaadin Ltd. | ||
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/ | ||
* Copyright (c) 2000 - 2024 Vaadin Ltd. | ||
* | ||
* This program is available under Vaadin Commercial License and Service Terms. | ||
* | ||
* | ||
* See https://vaadin.com/commercial-license-and-service-terms for the full | ||
* license. | ||
*/ | ||
@@ -6,0 +11,0 @@ import { FlattenedNodesObserver } from '@polymer/polymer/lib/utils/flattened-nodes-observer.js'; |
/** | ||
* @license | ||
* Copyright (c) 2019 - 2022 Vaadin Ltd. | ||
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/ | ||
* Copyright (c) 2000 - 2024 Vaadin Ltd. | ||
* | ||
* This program is available under Vaadin Commercial License and Service Terms. | ||
* | ||
* | ||
* See https://vaadin.com/commercial-license-and-service-terms for the full | ||
* license. | ||
*/ | ||
@@ -6,0 +11,0 @@ import '@vaadin/vaadin-lumo-styles/color.js'; |
/** | ||
* @license | ||
* Copyright (c) 2019 - 2022 Vaadin Ltd. | ||
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/ | ||
* Copyright (c) 2000 - 2024 Vaadin Ltd. | ||
* | ||
* This program is available under Vaadin Commercial License and Service Terms. | ||
* | ||
* | ||
* See https://vaadin.com/commercial-license-and-service-terms for the full | ||
* license. | ||
*/ | ||
import './vaadin-custom-field-styles.js'; | ||
import '../../src/vaadin-custom-field.js'; |
/** | ||
* @license | ||
* Copyright (c) 2019 - 2022 Vaadin Ltd. | ||
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/ | ||
* Copyright (c) 2000 - 2024 Vaadin Ltd. | ||
* | ||
* This program is available under Vaadin Commercial License and Service Terms. | ||
* | ||
* | ||
* See https://vaadin.com/commercial-license-and-service-terms for the full | ||
* license. | ||
*/ | ||
@@ -6,0 +11,0 @@ import '@vaadin/vaadin-material-styles/color.js'; |
/** | ||
* @license | ||
* Copyright (c) 2019 - 2022 Vaadin Ltd. | ||
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/ | ||
* Copyright (c) 2000 - 2024 Vaadin Ltd. | ||
* | ||
* This program is available under Vaadin Commercial License and Service Terms. | ||
* | ||
* | ||
* See https://vaadin.com/commercial-license-and-service-terms for the full | ||
* license. | ||
*/ | ||
import './vaadin-custom-field-styles.js'; | ||
import '../../src/vaadin-custom-field.js'; |
{ | ||
"$schema": "https://json.schemastore.org/web-types", | ||
"name": "@vaadin/custom-field", | ||
"version": "23.4.0", | ||
"version": "23.5.0-alpha1", | ||
"description-markup": "markdown", | ||
@@ -81,3 +81,3 @@ "contributions": { | ||
"name": "value", | ||
"description": "The value of the field. When wrapping several inputs, it will contain `\\t`\n(Tab character) as a delimiter indicating parts intended to be used as the\ncorresponding inputs values.\nUse the [`formatValue`](https://cdn.vaadin.com/vaadin-web-components/23.4.0/#/elements/vaadin-custom-field#property-formatValue)\nand [`parseValue`](https://cdn.vaadin.com/vaadin-web-components/23.4.0/#/elements/vaadin-custom-field#property-parseValue)\nproperties to customize this behavior.", | ||
"description": "The value of the field. When wrapping several inputs, it will contain `\\t`\n(Tab character) as a delimiter indicating parts intended to be used as the\ncorresponding inputs values.\nUse the [`formatValue`](https://cdn.vaadin.com/vaadin-web-components/23.5.0-alpha1/#/elements/vaadin-custom-field#property-formatValue)\nand [`parseValue`](https://cdn.vaadin.com/vaadin-web-components/23.5.0-alpha1/#/elements/vaadin-custom-field#property-parseValue)\nproperties to customize this behavior.", | ||
"value": { | ||
@@ -173,3 +173,3 @@ "type": [ | ||
"name": "value", | ||
"description": "The value of the field. When wrapping several inputs, it will contain `\\t`\n(Tab character) as a delimiter indicating parts intended to be used as the\ncorresponding inputs values.\nUse the [`formatValue`](https://cdn.vaadin.com/vaadin-web-components/23.4.0/#/elements/vaadin-custom-field#property-formatValue)\nand [`parseValue`](https://cdn.vaadin.com/vaadin-web-components/23.4.0/#/elements/vaadin-custom-field#property-parseValue)\nproperties to customize this behavior.", | ||
"description": "The value of the field. When wrapping several inputs, it will contain `\\t`\n(Tab character) as a delimiter indicating parts intended to be used as the\ncorresponding inputs values.\nUse the [`formatValue`](https://cdn.vaadin.com/vaadin-web-components/23.5.0-alpha1/#/elements/vaadin-custom-field#property-formatValue)\nand [`parseValue`](https://cdn.vaadin.com/vaadin-web-components/23.5.0-alpha1/#/elements/vaadin-custom-field#property-parseValue)\nproperties to customize this behavior.", | ||
"value": { | ||
@@ -176,0 +176,0 @@ "type": [ |
{ | ||
"$schema": "https://json.schemastore.org/web-types", | ||
"name": "@vaadin/custom-field", | ||
"version": "23.4.0", | ||
"version": "23.5.0-alpha1", | ||
"description-markup": "markdown", | ||
@@ -66,3 +66,3 @@ "framework": "lit", | ||
"name": ".value", | ||
"description": "The value of the field. When wrapping several inputs, it will contain `\\t`\n(Tab character) as a delimiter indicating parts intended to be used as the\ncorresponding inputs values.\nUse the [`formatValue`](https://cdn.vaadin.com/vaadin-web-components/23.4.0/#/elements/vaadin-custom-field#property-formatValue)\nand [`parseValue`](https://cdn.vaadin.com/vaadin-web-components/23.4.0/#/elements/vaadin-custom-field#property-parseValue)\nproperties to customize this behavior.", | ||
"description": "The value of the field. When wrapping several inputs, it will contain `\\t`\n(Tab character) as a delimiter indicating parts intended to be used as the\ncorresponding inputs values.\nUse the [`formatValue`](https://cdn.vaadin.com/vaadin-web-components/23.5.0-alpha1/#/elements/vaadin-custom-field#property-formatValue)\nand [`parseValue`](https://cdn.vaadin.com/vaadin-web-components/23.5.0-alpha1/#/elements/vaadin-custom-field#property-parseValue)\nproperties to customize this behavior.", | ||
"value": { | ||
@@ -69,0 +69,0 @@ "kind": "expression" |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Misc. License Issues
License(Experimental) A package's licensing information has fine-grained problems.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1144
69
50147
1
1
70
1
+ Added@vaadin/component-base@23.5.0-alpha1(transitive)
+ Added@vaadin/field-base@23.5.0-alpha1(transitive)
+ Added@vaadin/icon@23.5.0-alpha1(transitive)
+ Added@vaadin/vaadin-lumo-styles@23.5.0-alpha1(transitive)
+ Added@vaadin/vaadin-material-styles@23.5.0-alpha1(transitive)
+ Added@vaadin/vaadin-themable-mixin@23.5.0-alpha1(transitive)
- Removed@vaadin/component-base@23.4.2(transitive)
- Removed@vaadin/field-base@23.4.2(transitive)
- Removed@vaadin/icon@23.4.2(transitive)
- Removed@vaadin/vaadin-lumo-styles@23.4.2(transitive)
- Removed@vaadin/vaadin-material-styles@23.4.2(transitive)
- Removed@vaadin/vaadin-themable-mixin@23.4.2(transitive)