@vaadin/email-field 24.0.0-alpha5 → 24.0.0-alpha7

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaadin/email-field",
3
- "version": "24.0.0-alpha5",
3
+ "version": "24.0.0-alpha7",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -35,11 +35,11 @@
35
35
  ],
36
36
  "dependencies": {
37
37
  "@polymer/polymer": "^3.0.0",
38
- "@vaadin/component-base": "24.0.0-alpha5",
39
- "@vaadin/text-field": "24.0.0-alpha5",
40
- "@vaadin/vaadin-lumo-styles": "24.0.0-alpha5",
41
- "@vaadin/vaadin-material-styles": "24.0.0-alpha5",
42
- "@vaadin/vaadin-themable-mixin": "24.0.0-alpha5"
38
+ "@vaadin/component-base": "24.0.0-alpha7",
39
+ "@vaadin/text-field": "24.0.0-alpha7",
40
+ "@vaadin/vaadin-lumo-styles": "24.0.0-alpha7",
41
+ "@vaadin/vaadin-material-styles": "24.0.0-alpha7",
42
+ "@vaadin/vaadin-themable-mixin": "24.0.0-alpha7"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@esm-bundle/chai": "^4.3.4",
@@ -50,5 +50,5 @@
50
50
  "web-types.json",
51
51
  "web-types.lit.json"
52
52
  ],
53
- "gitHead": "fc0b1721eda9e39cb289b239e440fc9e29573a31"
53
+ "gitHead": "aeb4535336813636736759e0a5de148b26bfc3b6"
54
54
  }
package/web-types.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/email-field",
4
- "version": "24.0.0-alpha5",
4
+ "version": "24.0.0-alpha7",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "elements": [
9
9
  {
10
10
  "name": "vaadin-email-field",
11
- "description": "`<vaadin-email-field>` is a Web Component for email field control in forms.\n\n```html\n<vaadin-email-field label=\"Email\"></vaadin-email-field>\n```\n\n### Styling\n\n`<vaadin-email-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/24.0.0-alpha5/#/elements/vaadin-text-field) for the styling documentation.\n\nSee [Styling Components](https://vaadin.com/docs/latest/styling/custom-theme/styling-components) documentation.",
11
+ "description": "`<vaadin-email-field>` is a Web Component for email field control in forms.\n\n```html\n<vaadin-email-field label=\"Email\"></vaadin-email-field>\n```\n\n### Styling\n\n`<vaadin-email-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/24.0.0-alpha7/#/elements/vaadin-text-field) for the styling documentation.\n\nSee [Styling Components](https://vaadin.com/docs/latest/styling/custom-theme/styling-components) documentation.",
12
12
  "attributes": [
13
13
  {
14
14
  "name": "value",
@@ -255,6 +255,44 @@
255
255
  ],
256
256
  "js": {
257
257
  "properties": [
258
+ {
259
+ "name": "rootPath",
260
+ "description": "",
261
+ "value": {
262
+ "type": [
263
+ "string"
264
+ ]
265
+ }
266
+ },
267
+ {
268
+ "name": "importPath",
269
+ "description": "",
270
+ "value": {
271
+ "type": [
272
+ "string"
273
+ ]
274
+ }
275
+ },
276
+ {
277
+ "name": "root",
278
+ "description": "",
279
+ "value": {
280
+ "type": [
281
+ "StampedTemplate",
282
+ "HTMLElement",
283
+ "ShadowRoot"
284
+ ]
285
+ }
286
+ },
287
+ {
288
+ "name": "$",
289
+ "description": "",
290
+ "value": {
291
+ "type": [
292
+ "Object.<string, Element>"
293
+ ]
294
+ }
295
+ },
258
296
  {
259
297
  "name": "value",
260
298
  "description": "The value of the field.",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/email-field",
4
- "version": "24.0.0-alpha5",
4
+ "version": "24.0.0-alpha7",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {
@@ -16,7 +16,7 @@
16
16
  "elements": [
17
17
  {
18
18
  "name": "vaadin-email-field",
19
- "description": "`<vaadin-email-field>` is a Web Component for email field control in forms.\n\n```html\n<vaadin-email-field label=\"Email\"></vaadin-email-field>\n```\n\n### Styling\n\n`<vaadin-email-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/24.0.0-alpha5/#/elements/vaadin-text-field) for the styling documentation.\n\nSee [Styling Components](https://vaadin.com/docs/latest/styling/custom-theme/styling-components) documentation.",
19
+ "description": "`<vaadin-email-field>` is a Web Component for email field control in forms.\n\n```html\n<vaadin-email-field label=\"Email\"></vaadin-email-field>\n```\n\n### Styling\n\n`<vaadin-email-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/24.0.0-alpha7/#/elements/vaadin-text-field) for the styling documentation.\n\nSee [Styling Components](https://vaadin.com/docs/latest/styling/custom-theme/styling-components) documentation.",
20
20
  "extension": true,
21
21
  "attributes": [
22
22
  {
@@ -68,6 +68,34 @@
68
68
  "kind": "expression"
69
69
  }
70
70
  },
71
+ {
72
+ "name": ".rootPath",
73
+ "description": "",
74
+ "value": {
75
+ "kind": "expression"
76
+ }
77
+ },
78
+ {
79
+ "name": ".importPath",
80
+ "description": "",
81
+ "value": {
82
+ "kind": "expression"
83
+ }
84
+ },
85
+ {
86
+ "name": ".root",
87
+ "description": "",
88
+ "value": {
89
+ "kind": "expression"
90
+ }
91
+ },
92
+ {
93
+ "name": ".$",
94
+ "description": "",
95
+ "value": {
96
+ "kind": "expression"
97
+ }
98
+ },
71
99
  {
72
100
  "name": ".value",
73
101
  "description": "The value of the field.",