@vaadin/custom-field 25.3.0-alpha6 → 25.3.0-dev.1fa5a51482

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -653,34 +653,6 @@
653
653
  "name": "value-changed"
654
654
  }
655
655
  ],
656
- "mixins": [
657
- {
658
- "name": "CustomFieldMixin",
659
- "module": "src/vaadin-custom-field-mixin.js"
660
- },
661
- {
662
- "name": "ThemableMixin",
663
- "package": "@vaadin/vaadin-themable-mixin/vaadin-themable-mixin.js"
664
- },
665
- {
666
- "name": "ElementMixin",
667
- "package": "@vaadin/component-base/src/element-mixin.js"
668
- },
669
- {
670
- "name": "PolylitMixin",
671
- "package": "@vaadin/component-base/src/polylit-mixin.js"
672
- },
673
- {
674
- "name": "LumoInjectionMixin",
675
- "package": "@vaadin/vaadin-themable-mixin/lumo-injection-mixin.js"
676
- }
677
- ],
678
- "superclass": {
679
- "name": "LitElement",
680
- "package": "lit"
681
- },
682
- "tagName": "vaadin-custom-field",
683
- "customElement": true,
684
656
  "attributes": [
685
657
  {
686
658
  "name": "accessible-name",
@@ -814,6 +786,13 @@
814
786
  "package": "@vaadin/field-base/src/validate-mixin.js"
815
787
  }
816
788
  },
789
+ {
790
+ "type": {
791
+ "text": "string"
792
+ },
793
+ "description": "The theme variants to apply to the component.",
794
+ "name": "theme"
795
+ },
817
796
  {
818
797
  "name": "value",
819
798
  "type": {
@@ -826,7 +805,35 @@
826
805
  "module": "src/vaadin-custom-field-mixin.js"
827
806
  }
828
807
  }
829
- ]
808
+ ],
809
+ "mixins": [
810
+ {
811
+ "name": "CustomFieldMixin",
812
+ "module": "src/vaadin-custom-field-mixin.js"
813
+ },
814
+ {
815
+ "name": "ThemableMixin",
816
+ "package": "@vaadin/vaadin-themable-mixin/vaadin-themable-mixin.js"
817
+ },
818
+ {
819
+ "name": "ElementMixin",
820
+ "package": "@vaadin/component-base/src/element-mixin.js"
821
+ },
822
+ {
823
+ "name": "PolylitMixin",
824
+ "package": "@vaadin/component-base/src/polylit-mixin.js"
825
+ },
826
+ {
827
+ "name": "LumoInjectionMixin",
828
+ "package": "@vaadin/vaadin-themable-mixin/lumo-injection-mixin.js"
829
+ }
830
+ ],
831
+ "superclass": {
832
+ "name": "LitElement",
833
+ "package": "lit"
834
+ },
835
+ "tagName": "vaadin-custom-field",
836
+ "customElement": true
830
837
  }
831
838
  ],
832
839
  "exports": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaadin/custom-field",
3
- "version": "25.3.0-alpha6",
3
+ "version": "25.3.0-dev.1fa5a51482",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -35,28 +35,28 @@
35
35
  ],
36
36
  "dependencies": {
37
37
  "@open-wc/dedupe-mixin": "^1.3.0",
38
- "@vaadin/a11y-base": "25.3.0-alpha6",
39
- "@vaadin/component-base": "25.3.0-alpha6",
40
- "@vaadin/field-base": "25.3.0-alpha6",
41
- "@vaadin/vaadin-themable-mixin": "25.3.0-alpha6",
38
+ "@vaadin/a11y-base": "25.3.0-dev.1fa5a51482",
39
+ "@vaadin/component-base": "25.3.0-dev.1fa5a51482",
40
+ "@vaadin/field-base": "25.3.0-dev.1fa5a51482",
41
+ "@vaadin/vaadin-themable-mixin": "25.3.0-dev.1fa5a51482",
42
42
  "lit": "^3.0.0"
43
43
  },
44
44
  "devDependencies": {
45
- "@vaadin/aura": "25.3.0-alpha6",
46
- "@vaadin/chai-plugins": "25.3.0-alpha6",
47
- "@vaadin/combo-box": "25.3.0-alpha6",
48
- "@vaadin/date-picker": "25.3.0-alpha6",
49
- "@vaadin/email-field": "25.3.0-alpha6",
50
- "@vaadin/form-layout": "25.3.0-alpha6",
51
- "@vaadin/number-field": "25.3.0-alpha6",
52
- "@vaadin/password-field": "25.3.0-alpha6",
53
- "@vaadin/select": "25.3.0-alpha6",
54
- "@vaadin/test-runner-commands": "25.3.0-alpha6",
45
+ "@vaadin/aura": "25.3.0-dev.1fa5a51482",
46
+ "@vaadin/chai-plugins": "25.3.0-dev.1fa5a51482",
47
+ "@vaadin/combo-box": "25.3.0-dev.1fa5a51482",
48
+ "@vaadin/date-picker": "25.3.0-dev.1fa5a51482",
49
+ "@vaadin/email-field": "25.3.0-dev.1fa5a51482",
50
+ "@vaadin/form-layout": "25.3.0-dev.1fa5a51482",
51
+ "@vaadin/number-field": "25.3.0-dev.1fa5a51482",
52
+ "@vaadin/password-field": "25.3.0-dev.1fa5a51482",
53
+ "@vaadin/select": "25.3.0-dev.1fa5a51482",
54
+ "@vaadin/test-runner-commands": "25.3.0-dev.1fa5a51482",
55
55
  "@vaadin/testing-helpers": "^2.0.0",
56
- "@vaadin/text-area": "25.3.0-alpha6",
57
- "@vaadin/text-field": "25.3.0-alpha6",
58
- "@vaadin/time-picker": "25.3.0-alpha6",
59
- "@vaadin/vaadin-lumo-styles": "25.3.0-alpha6",
56
+ "@vaadin/text-area": "25.3.0-dev.1fa5a51482",
57
+ "@vaadin/text-field": "25.3.0-dev.1fa5a51482",
58
+ "@vaadin/time-picker": "25.3.0-dev.1fa5a51482",
59
+ "@vaadin/vaadin-lumo-styles": "25.3.0-dev.1fa5a51482",
60
60
  "sinon": "^22.0.0"
61
61
  },
62
62
  "customElements": "custom-elements.json",
@@ -64,5 +64,5 @@
64
64
  "web-types.json",
65
65
  "web-types.lit.json"
66
66
  ],
67
- "gitHead": "92c124fb9cff367bc07e734d8e65707facd0bd43"
67
+ "gitHead": "1cd5964b758ffbce3ddb6248a1997f55f8e0ebf6"
68
68
  }
@@ -75,6 +75,7 @@ import { CustomFieldMixin } from './vaadin-custom-field-mixin.js';
75
75
  * @fires {CustomEvent} value-changed - Fired when the `value` property changes.
76
76
  * @fires {CustomEvent} validated - Fired whenever the field is validated.
77
77
  *
78
+ * @attr {string} theme - The theme variants to apply to the component.
78
79
  * @customElement vaadin-custom-field
79
80
  * @extends HTMLElement
80
81
  */
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/custom-field",
4
- "version": "25.3.0-alpha6",
4
+ "version": "25.3.0-dev.1fa5a51482",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
@@ -96,15 +96,13 @@
96
96
  "description": "The theme variants to apply to the component.",
97
97
  "value": {
98
98
  "type": [
99
- "string",
100
- "null",
101
- "undefined"
99
+ "string"
102
100
  ]
103
101
  }
104
102
  },
105
103
  {
106
104
  "name": "value",
107
- "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/25.3.0-alpha6/#/elements/vaadin-custom-field#property-formatValue)\nand [`parseValue`](https://cdn.vaadin.com/vaadin-web-components/25.3.0-alpha6/#/elements/vaadin-custom-field#property-parseValue)\nproperties to customize this behavior.",
105
+ "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/25.3.0-dev.1fa5a51482/#/elements/vaadin-custom-field#property-formatValue)\nand [`parseValue`](https://cdn.vaadin.com/vaadin-web-components/25.3.0-dev.1fa5a51482/#/elements/vaadin-custom-field#property-parseValue)\nproperties to customize this behavior.",
108
106
  "value": {
109
107
  "type": [
110
108
  "string"
@@ -217,7 +215,7 @@
217
215
  },
218
216
  {
219
217
  "name": "value",
220
- "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/25.3.0-alpha6/#/elements/vaadin-custom-field#property-formatValue)\nand [`parseValue`](https://cdn.vaadin.com/vaadin-web-components/25.3.0-alpha6/#/elements/vaadin-custom-field#property-parseValue)\nproperties to customize this behavior.",
218
+ "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/25.3.0-dev.1fa5a51482/#/elements/vaadin-custom-field#property-formatValue)\nand [`parseValue`](https://cdn.vaadin.com/vaadin-web-components/25.3.0-dev.1fa5a51482/#/elements/vaadin-custom-field#property-parseValue)\nproperties to customize this behavior.",
221
219
  "value": {
222
220
  "type": [
223
221
  "string"
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/custom-field",
4
- "version": "25.3.0-alpha6",
4
+ "version": "25.3.0-dev.1fa5a51482",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {
@@ -98,7 +98,7 @@
98
98
  },
99
99
  {
100
100
  "name": ".value",
101
- "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/25.3.0-alpha6/#/elements/vaadin-custom-field#property-formatValue)\nand [`parseValue`](https://cdn.vaadin.com/vaadin-web-components/25.3.0-alpha6/#/elements/vaadin-custom-field#property-parseValue)\nproperties to customize this behavior.",
101
+ "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/25.3.0-dev.1fa5a51482/#/elements/vaadin-custom-field#property-formatValue)\nand [`parseValue`](https://cdn.vaadin.com/vaadin-web-components/25.3.0-dev.1fa5a51482/#/elements/vaadin-custom-field#property-parseValue)\nproperties to customize this behavior.",
102
102
  "value": {
103
103
  "kind": "expression"
104
104
  }