Irish Monitor Release September 2024 #51

Merged
k.triantafyllou merged 14 commits from develop into master 2024-09-18 12:05:41 +02:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit 8f4dc4a4ee - Show all commits

View File

@ -3,7 +3,7 @@ import {ActivatedRoute} from "@angular/router";
@Component({
selector: 'slider-tab',
template: ``
template: `<ng-content />`
})
export class SliderTabComponent {
@Input("tabTitle")

View File

@ -21,6 +21,7 @@ declare var UIkit;
@Component({
selector: 'slider-tabs',
template: `
<ng-content />
<div #sliderElement class="uk-position-relative" [class.uk-slider]="position === 'horizontal'"
[ngClass]="customClass">
<div [class.uk-slider-container-tabs]="position === 'horizontal'" [class.uk-border-bottom]="border && position === 'horizontal'" [ngClass]="containerClass">