nw-style-guide 16.1.2 → 16.1.3
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.
|
@@ -203,7 +203,7 @@ EmailInputComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: EmailIn
|
|
|
203
203
|
let _t;
|
|
204
204
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.inputEl = _t.first);
|
|
205
205
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.container = _t.first);
|
|
206
|
-
} }, inputs: { emails: "emails", inputId: "inputId", placeholder: "placeholder", persistentPlaceholder: "persistentPlaceholder", blacklist: "blacklist" }, outputs: { updated: "updated" }, exportAs: ["nw-email-input"], decls: 8, vars: 10, consts: [["container", ""], ["inputEl", ""], [1, "emails-container", "form-control", "input-lg", 3, "click", "paste"], ["class", "pill pill-sm", 3, "invalid", "selected", 4, "ngFor", "ngForOf"], [1, "input-container"], [1, "pill", "pill-sm", "pill-hidden"], ["type", "text", 3, "keydown", "keydown.tab", "keyup.backspace", "blur", "id", "formControl", "placeholder"], [1, "pill", "pill-sm"], [1, "pill-label"], [1, "close", 3, "click"]], template: function EmailInputComponent_Template(rf, ctx) { if (rf & 1) {
|
|
206
|
+
} }, inputs: { emails: "emails", inputId: "inputId", placeholder: "placeholder", persistentPlaceholder: "persistentPlaceholder", blacklist: "blacklist" }, outputs: { updated: "updated" }, exportAs: ["nw-email-input"], decls: 8, vars: 10, consts: [["container", ""], ["inputEl", ""], [1, "emails-container", "form-control", "input-lg", 3, "click", "paste"], ["class", "pill pill-sm", 3, "invalid", "selected", 4, "ngFor", "ngForOf"], [1, "input-container"], [1, "pill", "pill-sm", "pill-hidden"], ["type", "text", 3, "keydown", "keydown.tab", "keyup.backspace", "blur", "id", "formControl", "placeholder"], [1, "pill", "pill-sm"], [1, "pill-label"], ["type", "button", 1, "close", 3, "click"]], template: function EmailInputComponent_Template(rf, ctx) { if (rf & 1) {
|
|
207
207
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
208
208
|
i0.ɵɵelementStart(0, "div", 2, 0);
|
|
209
209
|
i0.ɵɵlistener("click", function EmailInputComponent_Template_div_click_0_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.onContainerClick($event)); })("paste", function EmailInputComponent_Template_div_paste_0_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.onPaste($event)); });
|
|
@@ -241,7 +241,7 @@ EmailInputComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: EmailIn
|
|
|
241
241
|
[class.invalid]="!isValid(email)"
|
|
242
242
|
[class.selected]="last && isPillSelected">
|
|
243
243
|
<span class="pill-label">{{email}}</span>
|
|
244
|
-
<button class="close" (click)="removeEmail(email)">×</button>
|
|
244
|
+
<button type="button" class="close" (click)="removeEmail(email)">×</button>
|
|
245
245
|
</div>
|
|
246
246
|
|
|
247
247
|
<div class="input-container" [class.persistent-placeholder]="persistentPlaceholder">
|