@spectrum-web-components/iconset
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -24,3 +24,3 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
this.registered = false; | ||
this.handleRemoved = ({ detail }) => { | ||
this.handleRemoved = ({ detail, }) => { | ||
if (detail.name === this.name) { | ||
@@ -27,0 +27,0 @@ this.registered = false; |
@@ -6,3 +6,2 @@ /* | ||
of the License at http://www.apache.org/licenses/LICENSE-2.0 | ||
Unless required by applicable law or agreed to in writing, software distributed under | ||
@@ -9,0 +8,0 @@ the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS |
@@ -21,3 +21,3 @@ { | ||
], | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "", | ||
@@ -37,3 +37,3 @@ "main": "lib/index.js", | ||
}, | ||
"gitHead": "3d7176f688fee7746b52556ecba4df15c2342948" | ||
"gitHead": "5112887821c1408c1c4121949a4f91743c98ff6a" | ||
} |
@@ -17,3 +17,3 @@ /* | ||
export abstract class Iconset extends LitElement { | ||
protected registered: boolean = false; | ||
protected registered = false; | ||
@@ -67,3 +67,7 @@ private _name!: string; | ||
private handleRemoved = ({ detail }: { detail: { name: string } }) => { | ||
private handleRemoved = ({ | ||
detail, | ||
}: { | ||
detail: { name: string }; | ||
}): void => { | ||
if (detail.name === this.name) { | ||
@@ -70,0 +74,0 @@ this.registered = false; |
@@ -6,3 +6,2 @@ /* | ||
of the License at http://www.apache.org/licenses/LICENSE-2.0 | ||
Unless required by applicable law or agreed to in writing, software distributed under | ||
@@ -9,0 +8,0 @@ the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS |
Sorry, the diff of this file is not supported yet
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
59032
20
670