@vaadin/text-field 24.0.0-alpha6 → 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/text-field",
3
- "version": "24.0.0-alpha6",
3
+ "version": "24.0.0-alpha7",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -35,12 +35,12 @@
35
35
  ],
36
36
  "dependencies": {
37
37
  "@polymer/polymer": "^3.0.0",
38
- "@vaadin/component-base": "24.0.0-alpha6",
39
- "@vaadin/field-base": "24.0.0-alpha6",
40
- "@vaadin/input-container": "24.0.0-alpha6",
41
- "@vaadin/vaadin-lumo-styles": "24.0.0-alpha6",
42
- "@vaadin/vaadin-material-styles": "24.0.0-alpha6",
43
- "@vaadin/vaadin-themable-mixin": "24.0.0-alpha6"
38
+ "@vaadin/component-base": "24.0.0-alpha7",
39
+ "@vaadin/field-base": "24.0.0-alpha7",
40
+ "@vaadin/input-container": "24.0.0-alpha7",
41
+ "@vaadin/vaadin-lumo-styles": "24.0.0-alpha7",
42
+ "@vaadin/vaadin-material-styles": "24.0.0-alpha7",
43
+ "@vaadin/vaadin-themable-mixin": "24.0.0-alpha7"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@esm-bundle/chai": "^4.3.4",
@@ -51,5 +51,5 @@
51
51
  "web-types.json",
52
52
  "web-types.lit.json"
53
53
  ],
54
- "gitHead": "0004ac92b6e5f415b5fa949e0582d1d11e527b1f"
54
+ "gitHead": "aeb4535336813636736759e0a5de148b26bfc3b6"
55
55
  }
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/text-field",
4
- "version": "24.0.0-alpha6",
4
+ "version": "24.0.0-alpha7",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
@@ -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/text-field",
4
- "version": "24.0.0-alpha6",
4
+ "version": "24.0.0-alpha7",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {
@@ -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.",