⬆️ Migration
This commit is contained in:
parent
e80cff4d0f
commit
e11ff037d5
@ -13,7 +13,7 @@
|
||||
</p-floatlabel>
|
||||
} @else {
|
||||
<p-multiselect [options]="days" optionValue="id" optionLabel="label" formControlName="day_id" placeholder="Days"
|
||||
[filter]="false" [showToggleAll]="false" display="chip" styleClass="flex items-center" scrollHeight="320px"
|
||||
[filter]="false" [showToggleAll]="false" display="chip" class="flex items-center" scrollHeight="320px"
|
||||
appendTo="body" selectedItemsLabel="{0} days selected" [filter]="true" fluid>
|
||||
<ng-template let-day #item>
|
||||
<div class="whitespace-normal">{{ day.label }}</div>
|
||||
@ -22,7 +22,7 @@
|
||||
}
|
||||
|
||||
<p-floatlabel variant="in" class="w-full">
|
||||
<p-inputmask id="time" formControlName="time" mask="99?:99" fluid styleClass="w-full" />
|
||||
<p-inputmask id="time" formControlName="time" mask="99?:99" fluid class="w-full" />
|
||||
<label for="time">Time (HH, HH:MM)</label>
|
||||
</p-floatlabel>
|
||||
|
||||
|
||||
@ -1,24 +1,11 @@
|
||||
<div class="flex items-center gap-4">
|
||||
<div class="p-2">
|
||||
<span
|
||||
class="pi pi-exclamation-triangle text-4xl text-red-400 bg-gray-50 p-4 rounded-full"
|
||||
></span>
|
||||
<span class="pi pi-exclamation-triangle text-4xl text-red-400 bg-gray-50 p-4 rounded-full"></span>
|
||||
</div>
|
||||
<span>{{ msg }}</span>
|
||||
</div>
|
||||
|
||||
<div class="flex justify-center gap-4 mt-4">
|
||||
<p-button
|
||||
label="Cancel"
|
||||
icon="pi pi-times"
|
||||
severity="success"
|
||||
(click)="confirm()"
|
||||
/>
|
||||
<p-button
|
||||
label="Confirm"
|
||||
icon="pi pi-check"
|
||||
variant="outlined"
|
||||
severity="danger"
|
||||
(click)="confirm(true)"
|
||||
/>
|
||||
</div>
|
||||
<p-button label="Cancel" icon="pi pi-times" severity="success" (click)="confirm()" />
|
||||
<p-button label="Confirm" icon="pi pi-check" variant="outlined" severity="danger" (click)="confirm(true)" />
|
||||
</div>
|
||||
Loading…
x
Reference in New Issue
Block a user