@baloise/angular-output-target
Advanced tools
Comparing version 1.0.0 to 1.0.5
@@ -55,3 +55,3 @@ import path from 'path'; | ||
lines.push(` /** ${output.docs.text} ${output.docs.tags.map((tag) => `@${tag.name} ${tag.text}`)}*/`); | ||
lines.push(` ${output.name}!: EventEmitter<${output.complexType.resolved}>;`); | ||
lines.push(` ${output.name}!: EventEmitter<CustomEvent<${output.complexType.resolved}>>;`); | ||
}); | ||
@@ -58,0 +58,0 @@ lines.push(' protected el: HTMLElement;'); |
@@ -142,3 +142,3 @@ 'use strict'; | ||
lines.push(` /** ${output.docs.text} ${output.docs.tags.map((tag) => `@${tag.name} ${tag.text}`)}*/`); | ||
lines.push(` ${output.name}!: EventEmitter<${output.complexType.resolved}>;`); | ||
lines.push(` ${output.name}!: EventEmitter<CustomEvent<${output.complexType.resolved}>>;`); | ||
}); | ||
@@ -145,0 +145,0 @@ lines.push(' protected el: HTMLElement;'); |
@@ -133,3 +133,3 @@ import path from 'path'; | ||
lines.push(` /** ${output.docs.text} ${output.docs.tags.map((tag) => `@${tag.name} ${tag.text}`)}*/`); | ||
lines.push(` ${output.name}!: EventEmitter<${output.complexType.resolved}>;`); | ||
lines.push(` ${output.name}!: EventEmitter<CustomEvent<${output.complexType.resolved}>>;`); | ||
}); | ||
@@ -136,0 +136,0 @@ lines.push(' protected el: HTMLElement;'); |
{ | ||
"name": "@baloise/angular-output-target", | ||
"version": "1.0.0", | ||
"version": "1.0.5", | ||
"description": "Angular output target for @stencil/core components.", | ||
@@ -57,3 +57,3 @@ "main": "dist/index.cjs.js", | ||
}, | ||
"gitHead": "2f4e5049524be506ce6788dfe41c5e0c0b6afed2" | ||
"gitHead": "d2bc71202af63b1a96db98f33556e050f949ecb7" | ||
} |
65258
28