@vaadin/list-box 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/list-box",
3
- "version": "24.0.0-alpha5",
3
+ "version": "24.0.0-alpha7",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -36,11 +36,11 @@
36
36
  ],
37
37
  "dependencies": {
38
38
  "@polymer/polymer": "^3.0.0",
39
- "@vaadin/component-base": "24.0.0-alpha5",
40
- "@vaadin/item": "24.0.0-alpha5",
41
- "@vaadin/vaadin-lumo-styles": "24.0.0-alpha5",
42
- "@vaadin/vaadin-material-styles": "24.0.0-alpha5",
43
- "@vaadin/vaadin-themable-mixin": "24.0.0-alpha5"
39
+ "@vaadin/component-base": "24.0.0-alpha7",
40
+ "@vaadin/item": "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": "fc0b1721eda9e39cb289b239e440fc9e29573a31"
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/list-box",
4
- "version": "24.0.0-alpha5",
4
+ "version": "24.0.0-alpha7",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
@@ -78,6 +78,44 @@
78
78
  "undefined"
79
79
  ]
80
80
  }
81
+ },
82
+ {
83
+ "name": "rootPath",
84
+ "description": "",
85
+ "value": {
86
+ "type": [
87
+ "string"
88
+ ]
89
+ }
90
+ },
91
+ {
92
+ "name": "importPath",
93
+ "description": "",
94
+ "value": {
95
+ "type": [
96
+ "string"
97
+ ]
98
+ }
99
+ },
100
+ {
101
+ "name": "root",
102
+ "description": "",
103
+ "value": {
104
+ "type": [
105
+ "StampedTemplate",
106
+ "HTMLElement",
107
+ "ShadowRoot"
108
+ ]
109
+ }
110
+ },
111
+ {
112
+ "name": "$",
113
+ "description": "",
114
+ "value": {
115
+ "type": [
116
+ "Object.<string, Element>"
117
+ ]
118
+ }
81
119
  }
82
120
  ],
83
121
  "events": [
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/list-box",
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": {
@@ -40,6 +40,34 @@
40
40
  "kind": "expression"
41
41
  }
42
42
  },
43
+ {
44
+ "name": ".rootPath",
45
+ "description": "",
46
+ "value": {
47
+ "kind": "expression"
48
+ }
49
+ },
50
+ {
51
+ "name": ".importPath",
52
+ "description": "",
53
+ "value": {
54
+ "kind": "expression"
55
+ }
56
+ },
57
+ {
58
+ "name": ".root",
59
+ "description": "",
60
+ "value": {
61
+ "kind": "expression"
62
+ }
63
+ },
64
+ {
65
+ "name": ".$",
66
+ "description": "",
67
+ "value": {
68
+ "kind": "expression"
69
+ }
70
+ },
43
71
  {
44
72
  "name": "@selected-changed",
45
73
  "description": "Fired when the selection is changed.\nNot fired when used in `multiple` selection mode.",