@vaadin/master-detail-layout 25.2.6 → 25.2.8

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/master-detail-layout",
3
- "version": "25.2.6",
3
+ "version": "25.2.8",
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.2.6",
38
- "@vaadin/component-base": "~25.2.6",
39
- "@vaadin/vaadin-themable-mixin": "~25.2.6",
37
+ "@vaadin/a11y-base": "~25.2.8",
38
+ "@vaadin/component-base": "~25.2.8",
39
+ "@vaadin/vaadin-themable-mixin": "~25.2.8",
40
40
  "lit": "^3.0.0"
41
41
  },
42
42
  "devDependencies": {
43
- "@vaadin/aura": "~25.2.6",
44
- "@vaadin/chai-plugins": "~25.2.6",
43
+ "@vaadin/aura": "~25.2.8",
44
+ "@vaadin/chai-plugins": "~25.2.8",
45
45
  "@vaadin/testing-helpers": "^2.0.0",
46
- "@vaadin/vaadin-lumo-styles": "~25.2.6",
46
+ "@vaadin/vaadin-lumo-styles": "~25.2.8",
47
47
  "sinon": "^22.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": "c352225ff025e6163c5e290d6028a42003696441"
54
+ "gitHead": "46ec4be23967061d203ca4dad6e7b8291d4edd9c"
55
55
  }
@@ -488,7 +488,11 @@ class MasterDetailLayout extends ElementMixin(ThemableMixin(PolylitMixin(LitElem
488
488
  }
489
489
 
490
490
  /** @private */
491
- __onBackdropClick() {
491
+ __onBackdropClick(event) {
492
+ if (event.defaultPrevented) {
493
+ return;
494
+ }
495
+
492
496
  this.dispatchEvent(new CustomEvent('backdrop-click'));
493
497
  }
494
498
 
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.2.6",
4
+ "version": "25.2.8",
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.2.6",
4
+ "version": "25.2.8",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {