@vaadin/master-detail-layout 25.1.0-alpha9 → 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.
@@ -163,14 +163,6 @@
163
163
  "description": "Fixed size (in CSS length units) to be set on the detail area.\nWhen specified, it prevents the detail area from growing or\nshrinking. If there is not enough space to show master and detail\nareas next to each other, the details are shown as an overlay:\neither as drawer or stack, depending on the `stackOverlay` property.",
164
164
  "fieldName": "detailSize"
165
165
  },
166
- {
167
- "name": "drawer",
168
- "type": {
169
- "text": "boolean"
170
- },
171
- "description": "When true, the component uses the drawer mode. This property is read-only.",
172
- "fieldName": "_drawer"
173
- },
174
166
  {
175
167
  "name": "force-overlay",
176
168
  "type": {
@@ -179,14 +171,6 @@
179
171
  "description": "When specified, forces the details to be shown as an overlay\n(either as drawer or stack), even if there is enough space for\nmaster and detail to be shown next to each other using the default\n(split) mode.\n\nIn order to enforce the stack mode, use this property together with\n`stackOverlay` property and set both to `true`.",
180
172
  "fieldName": "forceOverlay"
181
173
  },
182
- {
183
- "name": "has-detail",
184
- "type": {
185
- "text": "boolean"
186
- },
187
- "description": "When true, the component has the detail content provided.",
188
- "fieldName": "_hasDetail"
189
- },
190
174
  {
191
175
  "name": "master-min-size",
192
176
  "type": {
@@ -219,14 +203,6 @@
219
203
  "description": "Define how master and detail areas are shown next to each other,\nand the way how size and min-size properties are applied to them.\nPossible values are: `horizontal` or `vertical`.\nDefaults to horizontal.",
220
204
  "fieldName": "orientation"
221
205
  },
222
- {
223
- "name": "stack",
224
- "type": {
225
- "text": "boolean"
226
- },
227
- "description": "When true, the component uses the stack mode. This property is read-only.",
228
- "fieldName": "_stack"
229
- },
230
206
  {
231
207
  "name": "stack-overlay",
232
208
  "type": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaadin/master-detail-layout",
3
- "version": "25.1.0-alpha9",
3
+ "version": "25.1.0-beta2",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -34,16 +34,16 @@
34
34
  "web-component"
35
35
  ],
36
36
  "dependencies": {
37
- "@vaadin/a11y-base": "25.1.0-alpha9",
38
- "@vaadin/component-base": "25.1.0-alpha9",
39
- "@vaadin/vaadin-themable-mixin": "25.1.0-alpha9",
37
+ "@vaadin/a11y-base": "25.1.0-beta2",
38
+ "@vaadin/component-base": "25.1.0-beta2",
39
+ "@vaadin/vaadin-themable-mixin": "25.1.0-beta2",
40
40
  "lit": "^3.0.0"
41
41
  },
42
42
  "devDependencies": {
43
- "@vaadin/aura": "25.1.0-alpha9",
44
- "@vaadin/chai-plugins": "25.1.0-alpha9",
43
+ "@vaadin/aura": "25.1.0-beta2",
44
+ "@vaadin/chai-plugins": "25.1.0-beta2",
45
45
  "@vaadin/testing-helpers": "^2.0.0",
46
- "@vaadin/vaadin-lumo-styles": "25.1.0-alpha9",
46
+ "@vaadin/vaadin-lumo-styles": "25.1.0-beta2",
47
47
  "sinon": "^21.0.0"
48
48
  },
49
49
  "customElements": "custom-elements.json",
@@ -51,5 +51,5 @@
51
51
  "web-types.json",
52
52
  "web-types.lit.json"
53
53
  ],
54
- "gitHead": "ef432311376ba3dac4233cb23d393a49a425e0a4"
54
+ "gitHead": "ffbedbae08a5160d13bcd1c6fcaa328df5103a05"
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/master-detail-layout",
4
- "version": "25.1.0-alpha9",
4
+ "version": "25.1.0-beta2",
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/master-detail-layout",
4
- "version": "25.1.0-alpha9",
4
+ "version": "25.1.0-beta2",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {