@vaadin/details 25.1.0-beta1 → 25.1.0-beta2

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.
@@ -196,18 +196,6 @@
196
196
  },
197
197
  "description": "When true, the element is opened.",
198
198
  "fieldName": "opened"
199
- },
200
- {
201
- "name": "tabindex",
202
- "type": {
203
- "text": "number"
204
- },
205
- "description": "Indicates whether the element can be focused and where it participates in sequential keyboard navigation.",
206
- "fieldName": "tabindex",
207
- "inheritedFrom": {
208
- "name": "TabindexMixin",
209
- "package": "@vaadin/a11y-base/src/tabindex-mixin.js"
210
- }
211
199
  }
212
200
  ],
213
201
  "mixins": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaadin/details",
3
- "version": "25.1.0-beta1",
3
+ "version": "25.1.0-beta2",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -35,18 +35,18 @@
35
35
  ],
36
36
  "dependencies": {
37
37
  "@open-wc/dedupe-mixin": "^1.3.0",
38
- "@vaadin/a11y-base": "25.1.0-beta1",
39
- "@vaadin/button": "25.1.0-beta1",
40
- "@vaadin/component-base": "25.1.0-beta1",
41
- "@vaadin/vaadin-themable-mixin": "25.1.0-beta1",
38
+ "@vaadin/a11y-base": "25.1.0-beta2",
39
+ "@vaadin/button": "25.1.0-beta2",
40
+ "@vaadin/component-base": "25.1.0-beta2",
41
+ "@vaadin/vaadin-themable-mixin": "25.1.0-beta2",
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-beta2",
46
+ "@vaadin/chai-plugins": "25.1.0-beta2",
47
+ "@vaadin/test-runner-commands": "25.1.0-beta2",
48
48
  "@vaadin/testing-helpers": "^2.0.0",
49
- "@vaadin/vaadin-lumo-styles": "25.1.0-beta1",
49
+ "@vaadin/vaadin-lumo-styles": "25.1.0-beta2",
50
50
  "sinon": "^21.0.0"
51
51
  },
52
52
  "customElements": "custom-elements.json",
@@ -54,5 +54,5 @@
54
54
  "web-types.json",
55
55
  "web-types.lit.json"
56
56
  ],
57
- "gitHead": "0ccf77c385fc6a92ac2a6344ce8804b94956226d"
57
+ "gitHead": "ffbedbae08a5160d13bcd1c6fcaa328df5103a05"
58
58
  }
@@ -17,7 +17,6 @@ export const CollapsibleMixin = (superClass) =>
17
17
  return {
18
18
  /**
19
19
  * If true, the collapsible content is visible.
20
- * @type {boolean}
21
20
  */
22
21
  opened: {
23
22
  type: Boolean,
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/details",
4
- "version": "25.1.0-beta1",
4
+ "version": "25.1.0-beta2",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
@@ -103,7 +103,9 @@
103
103
  "description": "If true, the collapsible content is visible.",
104
104
  "value": {
105
105
  "type": [
106
- "boolean"
106
+ "boolean",
107
+ "null",
108
+ "undefined"
107
109
  ]
108
110
  }
109
111
  },
@@ -159,7 +161,9 @@
159
161
  "description": "If true, the collapsible content is visible.",
160
162
  "value": {
161
163
  "type": [
162
- "boolean"
164
+ "boolean",
165
+ "null",
166
+ "undefined"
163
167
  ]
164
168
  }
165
169
  },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/details",
4
- "version": "25.1.0-beta1",
4
+ "version": "25.1.0-beta2",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {