@pwabuilder/pwainstall
Advanced tools
Comparing version 0.5.0 to 0.6.0
@@ -403,2 +403,5 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
this.openmodal = false; | ||
if (this.hasAttribute('openmodal')) { | ||
this.removeAttribute('openmodal'); | ||
} | ||
} | ||
@@ -405,0 +408,0 @@ render() { |
{ | ||
"name": "@pwabuilder/pwainstall", | ||
"version": "0.5.0", | ||
"version": "0.6.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/pwa-install.js", |
@@ -14,3 +14,3 @@ import { | ||
@property() manifestdata: any; | ||
@property({type: Boolean }) openmodal: boolean; | ||
@property({type: Boolean}) openmodal: boolean; | ||
@property({type: Boolean }) showopen: boolean; | ||
@@ -416,2 +416,6 @@ | ||
this.openmodal = false; | ||
if (this.hasAttribute('openmodal')) { | ||
this.removeAttribute('openmodal'); | ||
} | ||
} | ||
@@ -418,0 +422,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
34428
992