mutation-testing-elements
Advanced tools
Comparing version 1.7.8 to 1.7.9
@@ -6,2 +6,13 @@ # Change Log | ||
## [1.7.9](https://github.com/stryker-mutator/mutation-testing-elements/compare/v1.7.8...v1.7.9) (2022-01-28) | ||
### Bug Fixes | ||
* **mutation-testing-elements:** Don't render statusreason if it's an empty string ([#1620](https://github.com/stryker-mutator/mutation-testing-elements/issues/1620)) ([c5e97e2](https://github.com/stryker-mutator/mutation-testing-elements/commit/c5e97e246e88bb249c10c05158480cf3acaccb2b)) | ||
## [1.7.8](https://github.com/stryker-mutator/mutation-testing-elements/compare/v1.7.7...v1.7.8) (2021-12-09) | ||
@@ -8,0 +19,0 @@ |
@@ -44,3 +44,3 @@ import { LitElement, PropertyValues } from 'lit'; | ||
private renderTitle; | ||
render(): import("lit").TemplateResult<1>; | ||
render(): import("lit-html").TemplateResult<1>; | ||
private renderErrorMessage; | ||
@@ -47,0 +47,0 @@ private renderTabs; |
@@ -8,3 +8,3 @@ import { LitElement } from 'lit'; | ||
static styles: import("lit").CSSResult[]; | ||
render(): import("lit").TemplateResult<1>; | ||
render(): import("lit-html").TemplateResult<1>; | ||
private renderBreadcrumbItems; | ||
@@ -11,0 +11,0 @@ private renderActiveItem; |
@@ -8,3 +8,3 @@ import { LitElement } from 'lit'; | ||
static styles: import("lit").CSSResult[]; | ||
render(): import("lit").TemplateResult<1>; | ||
render(): import("lit-html").TemplateResult<1>; | ||
private renderSummary; | ||
@@ -11,0 +11,0 @@ private renderDetail; |
@@ -33,3 +33,3 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
renderSummary() { | ||
var _a, _b, _c, _d, _e, _f, _g; | ||
var _a, _b, _c, _d, _e, _f, _g, _h; | ||
return html `<div class="d-flex mx-2"> | ||
@@ -50,4 +50,4 @@ ${((_b = (_a = this.mutant) === null || _a === void 0 ? void 0 : _a.killedByTests) === null || _b === void 0 ? void 0 : _b[0]) | ||
})} | ||
${renderIfPresent((_f = this.mutant) === null || _f === void 0 ? void 0 : _f.statusReason, (reason) => html `<h6 class="pe-4" title="Reason for the ${this.mutant.status} status">🕵️ ${reason}</h6>`)} | ||
${renderIfPresent((_g = this.mutant) === null || _g === void 0 ? void 0 : _g.description, (description) => html `<h6 class="pe-4">📖 ${description}</h6>`)} | ||
${renderIf((_g = (_f = this.mutant) === null || _f === void 0 ? void 0 : _f.statusReason) === null || _g === void 0 ? void 0 : _g.trim(), html `<h6 class="pe-4" title="Reason for the ${this.mutant.status} status">🕵️ ${this.mutant.statusReason}</h6>`)} | ||
${renderIfPresent((_h = this.mutant) === null || _h === void 0 ? void 0 : _h.description, (description) => html `<h6 class="pe-4">📖 ${description}</h6>`)} | ||
</div>`; | ||
@@ -54,0 +54,0 @@ } |
@@ -8,3 +8,3 @@ import { LitElement } from 'lit'; | ||
static styles: import("lit").CSSResult[]; | ||
render(): import("lit").TemplateResult<1>; | ||
render(): import("lit-html").TemplateResult<1>; | ||
private renderSummary; | ||
@@ -11,0 +11,0 @@ private renderDetail; |
@@ -10,4 +10,4 @@ import { LitElement } from 'lit'; | ||
toggleReadMore: (event: MouseEvent) => void; | ||
render(): import("lit").TemplateResult<1>; | ||
render(): import("lit-html").TemplateResult<1>; | ||
} | ||
//# sourceMappingURL=drawer.component.d.ts.map |
@@ -9,4 +9,4 @@ import { LitElement } from 'lit'; | ||
private get cssClass(); | ||
render(): import("lit").TemplateResult<2>; | ||
render(): import("lit-html").TemplateResult<2>; | ||
} | ||
//# sourceMappingURL=file-icon.component.d.ts.map |
@@ -16,3 +16,3 @@ import { LitElement, PropertyValues } from 'lit'; | ||
private codeClicked; | ||
render(): import("lit").TemplateResult<1>; | ||
render(): import("lit-html").TemplateResult<1>; | ||
private nextMutant; | ||
@@ -19,0 +19,0 @@ private previousMutant; |
@@ -23,3 +23,3 @@ import { LitElement } from 'lit'; | ||
thresholds: Thresholds; | ||
render(): import("lit").TemplateResult<1>; | ||
render(): import("lit-html").TemplateResult<1>; | ||
private renderTableHeadRow; | ||
@@ -26,0 +26,0 @@ private renderTableHead; |
@@ -15,4 +15,4 @@ import { LitElement, PropertyValues } from 'lit'; | ||
updated(changes: PropertyValues): void; | ||
render(): import("lit").TemplateResult<1>; | ||
render(): import("lit-html").TemplateResult<1>; | ||
} | ||
//# sourceMappingURL=mutant-view.d.ts.map |
@@ -17,4 +17,4 @@ import { LitElement, PropertyValues } from 'lit'; | ||
static styles: import("lit").CSSResult[]; | ||
render(): import("lit").TemplateResult<1>; | ||
render(): import("lit-html").TemplateResult<1>; | ||
} | ||
//# sourceMappingURL=state-filter.component.d.ts.map |
@@ -17,3 +17,3 @@ import { LitElement, PropertyValues } from 'lit'; | ||
private selectTest; | ||
render(): import("lit").TemplateResult<1>; | ||
render(): import("lit-html").TemplateResult<1>; | ||
private renderTestList; | ||
@@ -20,0 +20,0 @@ private renderCode; |
@@ -13,4 +13,4 @@ import { LitElement, PropertyValues } from 'lit'; | ||
updated(changes: PropertyValues): void; | ||
render(): import("lit").TemplateResult<1>; | ||
render(): import("lit-html").TemplateResult<1>; | ||
} | ||
//# sourceMappingURL=test-view.d.ts.map |
@@ -6,4 +6,4 @@ import { LitElement } from 'lit'; | ||
static styles: import("lit").CSSResult[]; | ||
render(): import("lit").TemplateResult<1>; | ||
render(): import("lit-html").TemplateResult<1>; | ||
} | ||
//# sourceMappingURL=theme-switch.component.d.ts.map |
@@ -5,4 +5,4 @@ import { LitElement } from 'lit'; | ||
static styles: import("lit").CSSResult[]; | ||
render(): import("lit").TemplateResult<1>; | ||
render(): import("lit-html").TemplateResult<1>; | ||
} | ||
//# sourceMappingURL=tooltip.component.d.ts.map |
{ | ||
"name": "mutation-testing-elements", | ||
"version": "1.7.8", | ||
"version": "1.7.9", | ||
"description": "A suite of web components for a mutation testing report.", | ||
@@ -31,7 +31,7 @@ "unpkg": "dist/mutation-test-elements.js", | ||
"@types/prismjs": "^1.16.1", | ||
"mutation-testing-metrics": "1.7.8", | ||
"mutation-testing-metrics": "1.7.9", | ||
"mutation-testing-report-schema": "1.7.8", | ||
"prismjs": "^1.21.0" | ||
}, | ||
"gitHead": "38c8eaec008ed148223efde4ec5d0545fce1b6ba" | ||
"gitHead": "b38c65c1fe100dbaf4ea7cadb895a949b3cf9a6d" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
413227
3262