@vaadin/virtual-list 25.3.0-alpha7 → 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.
@@ -243,30 +243,6 @@
243
243
  }
244
244
  }
245
245
  ],
246
- "mixins": [
247
- {
248
- "name": "VirtualListMixin",
249
- "module": "src/vaadin-virtual-list-mixin.js"
250
- },
251
- {
252
- "name": "ThemableMixin",
253
- "package": "@vaadin/vaadin-themable-mixin/vaadin-themable-mixin.js"
254
- },
255
- {
256
- "name": "ElementMixin",
257
- "package": "@vaadin/component-base/src/element-mixin.js"
258
- },
259
- {
260
- "name": "PolylitMixin",
261
- "package": "@vaadin/component-base/src/polylit-mixin.js"
262
- }
263
- ],
264
- "superclass": {
265
- "name": "LitElement",
266
- "package": "lit"
267
- },
268
- "tagName": "vaadin-virtual-list",
269
- "customElement": true,
270
246
  "attributes": [
271
247
  {
272
248
  "name": "item-accessible-name-generator",
@@ -291,8 +267,39 @@
291
267
  "name": "VirtualListMixin",
292
268
  "module": "src/vaadin-virtual-list-mixin.js"
293
269
  }
270
+ },
271
+ {
272
+ "type": {
273
+ "text": "string"
274
+ },
275
+ "description": "The theme variants to apply to the component.",
276
+ "name": "theme"
277
+ }
278
+ ],
279
+ "mixins": [
280
+ {
281
+ "name": "VirtualListMixin",
282
+ "module": "src/vaadin-virtual-list-mixin.js"
283
+ },
284
+ {
285
+ "name": "ThemableMixin",
286
+ "package": "@vaadin/vaadin-themable-mixin/vaadin-themable-mixin.js"
287
+ },
288
+ {
289
+ "name": "ElementMixin",
290
+ "package": "@vaadin/component-base/src/element-mixin.js"
291
+ },
292
+ {
293
+ "name": "PolylitMixin",
294
+ "package": "@vaadin/component-base/src/polylit-mixin.js"
294
295
  }
295
296
  ],
297
+ "superclass": {
298
+ "name": "LitElement",
299
+ "package": "lit"
300
+ },
301
+ "tagName": "vaadin-virtual-list",
302
+ "customElement": true,
296
303
  "events": []
297
304
  }
298
305
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaadin/virtual-list",
3
- "version": "25.3.0-alpha7",
3
+ "version": "25.3.0-dev.1fa5a51482",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -38,17 +38,17 @@
38
38
  ],
39
39
  "dependencies": {
40
40
  "@open-wc/dedupe-mixin": "^1.3.0",
41
- "@vaadin/component-base": "25.3.0-alpha7",
42
- "@vaadin/lit-renderer": "25.3.0-alpha7",
43
- "@vaadin/vaadin-themable-mixin": "25.3.0-alpha7",
41
+ "@vaadin/component-base": "25.3.0-dev.1fa5a51482",
42
+ "@vaadin/lit-renderer": "25.3.0-dev.1fa5a51482",
43
+ "@vaadin/vaadin-themable-mixin": "25.3.0-dev.1fa5a51482",
44
44
  "lit": "^3.0.0"
45
45
  },
46
46
  "devDependencies": {
47
- "@vaadin/aura": "25.3.0-alpha7",
48
- "@vaadin/chai-plugins": "25.3.0-alpha7",
49
- "@vaadin/test-runner-commands": "25.3.0-alpha7",
47
+ "@vaadin/aura": "25.3.0-dev.1fa5a51482",
48
+ "@vaadin/chai-plugins": "25.3.0-dev.1fa5a51482",
49
+ "@vaadin/test-runner-commands": "25.3.0-dev.1fa5a51482",
50
50
  "@vaadin/testing-helpers": "^2.0.0",
51
- "@vaadin/vaadin-lumo-styles": "25.3.0-alpha7",
51
+ "@vaadin/vaadin-lumo-styles": "25.3.0-dev.1fa5a51482",
52
52
  "sinon": "^22.0.0"
53
53
  },
54
54
  "customElements": "custom-elements.json",
@@ -56,5 +56,5 @@
56
56
  "web-types.json",
57
57
  "web-types.lit.json"
58
58
  ],
59
- "gitHead": "ae7b9823df5598faebd7a482993029ee489c35ae"
59
+ "gitHead": "1cd5964b758ffbce3ddb6248a1997f55f8e0ebf6"
60
60
  }
@@ -57,6 +57,7 @@ import { VirtualListMixin } from './vaadin-virtual-list-mixin.js';
57
57
  *
58
58
  * See [Styling Components](https://vaadin.com/docs/latest/styling/styling-components) documentation.
59
59
  *
60
+ * @attr {string} theme - The theme variants to apply to the component.
60
61
  * @customElement vaadin-virtual-list
61
62
  * @extends HTMLElement
62
63
  */
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/virtual-list",
4
- "version": "25.3.0-alpha7",
4
+ "version": "25.3.0-dev.1fa5a51482",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
@@ -15,9 +15,7 @@
15
15
  "description": "The theme variants to apply to the component.",
16
16
  "value": {
17
17
  "type": [
18
- "string",
19
- "null",
20
- "undefined"
18
+ "string"
21
19
  ]
22
20
  }
23
21
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/virtual-list",
4
- "version": "25.3.0-alpha7",
4
+ "version": "25.3.0-dev.1fa5a51482",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {