@ -61,7 +61,7 @@
</ng-container>
</sqx-panel>
<sqx-modal-dialog *sqxModalView="eventConsumerErrorDialog;onRoot:true" (close)="eventConsumerErrorDialog.hide()">
<sqx-modal-dialog *sqxModalView="eventConsumerErrorDialog;onRoot:true" (closed)="eventConsumerErrorDialog.hide()">
<ng-container #title>
Error
@ -112,7 +112,7 @@
<ng-container *sqxModalView="dueTimeDialog;onRoot:true">
<sqx-modal-dialog (close)="cancelStatusChange()">
<sqx-modal-dialog (closed)="cancelStatusChange()">
<ng-container title>
{{dueTimeAction}} content item(s)
@ -1,4 +1,4 @@
<sqx-modal-dialog (close)="complete()" large="true" fullHeight="true" contentClass="grid">
<sqx-modal-dialog (closed)="complete()" large="true" fullHeight="true" contentClass="grid">
Select contents
<sqx-modal-dialog large="true" (close)="cancel()">
<sqx-modal-dialog large="true" (closed)="cancel()">
<ng-container *ngIf="mode === 'EditTrigger'">
Edit Trigger
@ -1,5 +1,5 @@
<form [formGroup]="addFieldForm.form" (ngSubmit)="addField(false)">
<sqx-modal-dialog (close)="complete()" large="true">
<sqx-modal-dialog (closed)="complete()" large="true">
Create Field
<form [formGroup]="editForm.form" (ngSubmit)="saveSchema()">
<sqx-modal-dialog (close)="complete()">
<sqx-modal-dialog (closed)="complete()">
Edit Schema
@ -90,7 +90,7 @@
<ng-container *sqxModalView="exportSchemaDialog;onRoot:true">
<sqx-modal-dialog (close)="exportSchemaDialog.hide()">
<sqx-modal-dialog (closed)="exportSchemaDialog.hide()">
Export Schema
Scripts
<form [formGroup]="createForm.form" (ngSubmit)="createSchema()">
<sqx-modal-dialog (close)="cancel()" [large]="false">
<sqx-modal-dialog (closed)="cancel()" [large]="false">
<ng-container *ngIf="import; else noImport">
Clone Schema
@ -79,7 +79,7 @@
</div>
<sqx-modal-dialog *sqxModalView="tokenDialog;onRoot:true" (close)="tokenDialog.hide()">
<sqx-modal-dialog *sqxModalView="tokenDialog;onRoot:true" (closed)="tokenDialog.hide()">
Access token
@ -17,7 +17,7 @@
<div class="notification-container notification-container-{{position}}">
<div class="alert alert-dismissible alert-{{notification.messageType}}" *ngFor="let notification of notifications" (click)="close(notification)" @fade>
<button type="button" class="close" data-dismiss="alert" (close)="close(notification)">×</button>
<button type="button" class="close" data-dismiss="alert" (closed)="close(notification)">×</button>
<span [innerHTML]="notification.message"></span>
@ -8,7 +8,7 @@
<ng-content select=[title]></ng-content>
</h4>
<button type="button" class="close" (click)="close.emit()">
<button type="button" class="close" (click)="closed.emit()">
<span aria-hidden="true">×</span>
</button>
@ -38,7 +38,7 @@ export class ModalDialogComponent implements AfterViewInit {
public contentClass = '';
@Output()
public close = new EventEmitter();
public closed = new EventEmitter();
@ViewChild('tabsElement')
public tabsElement: ElementRef;
<form [formGroup]="createForm.form" (ngSubmit)="createApp()">
<ng-container *ngIf="template; else noTemplate">
Create {{template}} Sample
@ -65,7 +65,7 @@
<ng-container *sqxModalView="renameDialog;onRoot:true">
<form [formGroup]="renameForm.form" (ngSubmit)="renameAsset()">
<sqx-modal-dialog (close)="cancelRenameAsset()">
<sqx-modal-dialog (closed)="cancelRenameAsset()">
Rename asset
<sqx-modal-dialog (close)="complete()" large="true" fullHeight="true">
<sqx-modal-dialog (closed)="complete()" large="true" fullHeight="true">
Select assets