@vaadin/split-layout 25.2.0-alpha8 → 25.2.0-beta1

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/split-layout",
3
- "version": "25.2.0-alpha8",
3
+ "version": "25.2.0-beta1",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -35,16 +35,16 @@
35
35
  ],
36
36
  "dependencies": {
37
37
  "@open-wc/dedupe-mixin": "^1.3.0",
38
- "@vaadin/component-base": "25.2.0-alpha8",
39
- "@vaadin/vaadin-themable-mixin": "25.2.0-alpha8",
38
+ "@vaadin/component-base": "25.2.0-beta1",
39
+ "@vaadin/vaadin-themable-mixin": "25.2.0-beta1",
40
40
  "lit": "^3.0.0"
41
41
  },
42
42
  "devDependencies": {
43
- "@vaadin/aura": "25.2.0-alpha8",
44
- "@vaadin/chai-plugins": "25.2.0-alpha8",
45
- "@vaadin/test-runner-commands": "25.2.0-alpha8",
43
+ "@vaadin/aura": "25.2.0-beta1",
44
+ "@vaadin/chai-plugins": "25.2.0-beta1",
45
+ "@vaadin/test-runner-commands": "25.2.0-beta1",
46
46
  "@vaadin/testing-helpers": "^2.0.0",
47
- "@vaadin/vaadin-lumo-styles": "25.2.0-alpha8",
47
+ "@vaadin/vaadin-lumo-styles": "25.2.0-beta1",
48
48
  "sinon": "^21.0.2"
49
49
  },
50
50
  "customElements": "custom-elements.json",
@@ -52,5 +52,5 @@
52
52
  "web-types.json",
53
53
  "web-types.lit.json"
54
54
  ],
55
- "gitHead": "2b82e20cdfc605b1187e9a24ae42869e1500ab68"
55
+ "gitHead": "471a23f60d1eb725f98a33f62cb9664d9c0a4163"
56
56
  }
@@ -5,9 +5,6 @@
5
5
  */
6
6
  import { addListener } from '@vaadin/component-base/src/gestures.js';
7
7
 
8
- /**
9
- * @polymerMixin
10
- */
11
8
  export const SplitLayoutMixin = (superClass) =>
12
9
  class SplitLayoutMixin extends superClass {
13
10
  static get properties() {
@@ -162,9 +162,6 @@ import { SplitLayoutMixin } from './vaadin-split-layout-mixin.js';
162
162
  *
163
163
  * @customElement vaadin-split-layout
164
164
  * @extends HTMLElement
165
- * @mixes ElementMixin
166
- * @mixes SplitLayoutMixin
167
- * @mixes ThemableMixin
168
165
  */
169
166
  class SplitLayout extends SplitLayoutMixin(ElementMixin(ThemableMixin(PolylitMixin(LumoInjectionMixin(LitElement))))) {
170
167
  static get is() {
@@ -189,12 +186,6 @@ class SplitLayout extends SplitLayoutMixin(ElementMixin(ThemableMixin(PolylitMix
189
186
  <slot id="secondary" name="secondary"></slot>
190
187
  `;
191
188
  }
192
-
193
- /**
194
- * Fired after dragging the splitter have ended.
195
- *
196
- * @event splitter-dragend
197
- */
198
189
  }
199
190
 
200
191
  defineCustomElement(SplitLayout);
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/split-layout",
4
- "version": "25.2.0-alpha8",
4
+ "version": "25.2.0-beta1",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
@@ -15,9 +15,7 @@
15
15
  "description": "The split layout's orientation. Possible values are: `horizontal|vertical`.",
16
16
  "value": {
17
17
  "type": [
18
- "string",
19
- "null",
20
- "undefined"
18
+ "string"
21
19
  ]
22
20
  }
23
21
  },
@@ -40,9 +38,7 @@
40
38
  "description": "The split layout's orientation. Possible values are: `horizontal|vertical`.",
41
39
  "value": {
42
40
  "type": [
43
- "string",
44
- "null",
45
- "undefined"
41
+ "string"
46
42
  ]
47
43
  }
48
44
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/split-layout",
4
- "version": "25.2.0-alpha8",
4
+ "version": "25.2.0-beta1",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {