@vaadin/tabsheet 25.1.0-beta1 → 25.1.0-beta3

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.
@@ -34,7 +34,8 @@
34
34
  "text": "!Array<!Tab> | undefined"
35
35
  },
36
36
  "description": "A read-only list of `<vaadin-tab>`s from which a selection can be made.\nIt is populated from the elements passed inside the slotted\n`<vaadin-tabs>`, and updated dynamically when adding or removing items.",
37
- "attribute": "items"
37
+ "attribute": "items",
38
+ "readonly": true
38
39
  },
39
40
  {
40
41
  "kind": "field",
@@ -81,12 +82,6 @@
81
82
  }
82
83
  ]
83
84
  },
84
- {
85
- "kind": "javascript-module",
86
- "path": "src/vaadin-tabsheet-scroller.js",
87
- "declarations": [],
88
- "exports": []
89
- },
90
85
  {
91
86
  "kind": "javascript-module",
92
87
  "path": "src/vaadin-tabsheet.js",
@@ -105,6 +100,7 @@
105
100
  },
106
101
  "description": "A read-only list of `<vaadin-tab>`s from which a selection can be made.\nIt is populated from the elements passed inside the slotted\n`<vaadin-tabs>`, and updated dynamically when adding or removing items.",
107
102
  "attribute": "items",
103
+ "readonly": true,
108
104
  "inheritedFrom": {
109
105
  "name": "TabSheetMixin",
110
106
  "module": "src/vaadin-tabsheet-mixin.js"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaadin/tabsheet",
3
- "version": "25.1.0-beta1",
3
+ "version": "25.1.0-beta3",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -35,24 +35,24 @@
35
35
  ],
36
36
  "dependencies": {
37
37
  "@open-wc/dedupe-mixin": "^1.3.0",
38
- "@vaadin/component-base": "25.1.0-beta1",
39
- "@vaadin/scroller": "25.1.0-beta1",
40
- "@vaadin/tabs": "25.1.0-beta1",
41
- "@vaadin/vaadin-themable-mixin": "25.1.0-beta1",
38
+ "@vaadin/component-base": "25.1.0-beta3",
39
+ "@vaadin/scroller": "25.1.0-beta3",
40
+ "@vaadin/tabs": "25.1.0-beta3",
41
+ "@vaadin/vaadin-themable-mixin": "25.1.0-beta3",
42
42
  "lit": "^3.0.0"
43
43
  },
44
44
  "devDependencies": {
45
- "@vaadin/aura": "25.1.0-beta1",
46
- "@vaadin/chai-plugins": "25.1.0-beta1",
47
- "@vaadin/test-runner-commands": "25.1.0-beta1",
45
+ "@vaadin/aura": "25.1.0-beta3",
46
+ "@vaadin/chai-plugins": "25.1.0-beta3",
47
+ "@vaadin/test-runner-commands": "25.1.0-beta3",
48
48
  "@vaadin/testing-helpers": "^2.0.0",
49
- "@vaadin/vaadin-lumo-styles": "25.1.0-beta1",
50
- "sinon": "^21.0.0"
49
+ "@vaadin/vaadin-lumo-styles": "25.1.0-beta3",
50
+ "sinon": "^21.0.2"
51
51
  },
52
52
  "customElements": "custom-elements.json",
53
53
  "web-types": [
54
54
  "web-types.json",
55
55
  "web-types.lit.json"
56
56
  ],
57
- "gitHead": "0ccf77c385fc6a92ac2a6344ce8804b94956226d"
57
+ "gitHead": "4251850231a42298fda23b83928da588831cdb5d"
58
58
  }
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/tabsheet",
4
- "version": "25.1.0-beta1",
4
+ "version": "25.1.0-beta3",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/tabsheet",
4
- "version": "25.1.0-beta1",
4
+ "version": "25.1.0-beta3",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {