@open-rlb/ng-bootstrap 2.2.17 → 2.3.0

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.
package/index.d.ts CHANGED
@@ -1,16 +1,19 @@
1
1
  import * as i0 from '@angular/core';
2
- import { OnInit, OnDestroy, OnChanges, AfterContentChecked, ElementRef, EventEmitter, SimpleChanges, DoCheck, ViewContainerRef, AfterContentInit, QueryList, TemplateRef, Renderer2, AfterViewInit, Type, ComponentRef, EmbeddedViewRef, InjectionToken, PipeTransform, EnvironmentProviders, Provider } from '@angular/core';
2
+ import { OnInit, OnDestroy, OnChanges, AfterContentChecked, ElementRef, EventEmitter, SimpleChanges, DoCheck, ViewContainerRef, AfterContentInit, QueryList, TemplateRef, Renderer2, AfterViewInit, Type, ComponentRef, ChangeDetectorRef, EmbeddedViewRef, InjectionToken, PipeTransform, EnvironmentProviders, Provider } from '@angular/core';
3
3
  import { Collapse, Carousel, Offcanvas } from 'bootstrap';
4
- import * as i108 from '@angular/router';
5
- import { Router } from '@angular/router';
4
+ import { IDateTz, DateTz } from '@open-rlb/date-tz';
5
+ import { Observable, Subject } from 'rxjs';
6
6
  import { MediaMatcher } from '@angular/cdk/layout';
7
- import { Observable } from 'rxjs';
7
+ import { DateTz as DateTz$1 } from '@open-rlb/date-tz/date-tz';
8
+ import * as i115 from '@angular/cdk/drag-drop';
9
+ import { CdkDragDrop } from '@angular/cdk/drag-drop';
10
+ import * as i114 from '@angular/router';
11
+ import { Router } from '@angular/router';
8
12
  import * as _open_rlb_ng_bootstrap from '@open-rlb/ng-bootstrap';
9
- import * as i106 from '@angular/forms';
10
- import { ControlValueAccessor, NgControl, ValidationErrors, ValidatorFn, FormGroup, NgForm } from '@angular/forms';
11
- import { IDateTz } from '@open-rlb/date-tz';
12
- import * as i105 from '@angular/common';
13
- import * as i107 from '@ngx-translate/core';
13
+ import * as i112 from '@angular/forms';
14
+ import { ControlValueAccessor, NgControl, ValidationErrors, ValidatorFn, FormGroup, NgForm, FormBuilder } from '@angular/forms';
15
+ import * as i111 from '@angular/common';
16
+ import * as i113 from '@ngx-translate/core';
14
17
 
15
18
  declare class AccordionHeaderComponent {
16
19
  parentId: string;
@@ -283,16 +286,20 @@ declare class NavbarFormComponent {
283
286
  static ɵcmp: i0.ɵɵComponentDeclaration<NavbarFormComponent, "rlb-navbar-form", never, { "role": { "alias": "role"; "required": false; }; "cssClass": { "alias": "class"; "required": false; }; }, {}, never, ["*"], false, never>;
284
287
  }
285
288
 
286
- declare class NavbarItemsComponent implements OnInit {
289
+ declare class AvatarComponent {
287
290
  private viewContainerRef;
288
- scroll?: string;
291
+ element: HTMLElement;
292
+ size?: number;
293
+ shape?: 'circle' | 'round' | 'square';
294
+ src?: string;
289
295
  cssClass?: string;
290
296
  template: TemplateRef<any>;
291
- element: HTMLElement;
292
297
  constructor(viewContainerRef: ViewContainerRef);
298
+ get _borderRadius(): "50%" | "5px" | "0px";
293
299
  ngOnInit(): void;
294
- static ɵfac: i0.ɵɵFactoryDeclaration<NavbarItemsComponent, never>;
295
- static ɵcmp: i0.ɵɵComponentDeclaration<NavbarItemsComponent, "rlb-navbar-items", never, { "scroll": { "alias": "scroll"; "required": false; }; "cssClass": { "alias": "class"; "required": false; }; }, {}, never, ["rlb-navbar-item, rlb-navbar-dropdown-item, rlb-navbar-separator, ng-container"], false, never>;
300
+ static ɵfac: i0.ɵɵFactoryDeclaration<AvatarComponent, never>;
301
+ static ɵcmp: i0.ɵɵComponentDeclaration<AvatarComponent, "rlb-avatar", never, { "size": { "alias": "size"; "required": false; }; "shape": { "alias": "shape"; "required": false; }; "src": { "alias": "src"; "required": false; }; "cssClass": { "alias": "class"; "required": false; }; }, {}, never, never, false, never>;
302
+ static ngAcceptInputType_size: unknown;
296
303
  }
297
304
 
298
305
  declare class NavbarDropdownItemComponent implements OnInit {
@@ -315,6 +322,55 @@ declare class NavbarDropdownItemComponent implements OnInit {
315
322
  static ngAcceptInputType_dropdown: unknown;
316
323
  }
317
324
 
325
+ declare class NavbarItemComponent implements OnInit {
326
+ private viewContainerRef;
327
+ element: HTMLElement;
328
+ disabled?: boolean;
329
+ routerLink?: string;
330
+ cssClass?: string;
331
+ click: EventEmitter<MouseEvent>;
332
+ template: TemplateRef<any>;
333
+ constructor(viewContainerRef: ViewContainerRef);
334
+ ngOnInit(): void;
335
+ static ɵfac: i0.ɵɵFactoryDeclaration<NavbarItemComponent, never>;
336
+ static ɵcmp: i0.ɵɵComponentDeclaration<NavbarItemComponent, "rlb-navbar-item", never, { "disabled": { "alias": "disabled"; "required": false; }; "routerLink": { "alias": "router-link"; "required": false; }; "cssClass": { "alias": "class"; "required": false; }; }, { "click": "click"; }, never, [":not(rlb-dropdown-container)"], false, never>;
337
+ static ngAcceptInputType_disabled: unknown;
338
+ }
339
+
340
+ declare class NavbarItemsComponent implements OnInit {
341
+ private viewContainerRef;
342
+ scroll?: string;
343
+ cssClass?: string;
344
+ template: TemplateRef<any>;
345
+ element: HTMLElement;
346
+ constructor(viewContainerRef: ViewContainerRef);
347
+ ngOnInit(): void;
348
+ static ɵfac: i0.ɵɵFactoryDeclaration<NavbarItemsComponent, never>;
349
+ static ɵcmp: i0.ɵɵComponentDeclaration<NavbarItemsComponent, "rlb-navbar-items", never, { "scroll": { "alias": "scroll"; "required": false; }; "cssClass": { "alias": "class"; "required": false; }; }, {}, never, ["rlb-navbar-item, rlb-navbar-dropdown-item, rlb-navbar-separator, ng-container"], false, never>;
350
+ }
351
+
352
+ declare class NavbarSeparatorComponent implements OnInit {
353
+ private viewContainerRef;
354
+ element: HTMLElement;
355
+ cssClass?: string;
356
+ template: TemplateRef<any>;
357
+ constructor(viewContainerRef: ViewContainerRef);
358
+ ngOnInit(): void;
359
+ static ɵfac: i0.ɵɵFactoryDeclaration<NavbarSeparatorComponent, never>;
360
+ static ɵcmp: i0.ɵɵComponentDeclaration<NavbarSeparatorComponent, "rlb-navbar-separator", never, { "cssClass": { "alias": "class"; "required": false; }; }, {}, never, never, false, never>;
361
+ }
362
+
363
+ declare class NavbarTextComponent {
364
+ private viewContainerRef;
365
+ element: HTMLElement;
366
+ cssClass?: string;
367
+ template: TemplateRef<any>;
368
+ constructor(viewContainerRef: ViewContainerRef);
369
+ ngOnInit(): void;
370
+ static ɵfac: i0.ɵɵFactoryDeclaration<NavbarTextComponent, never>;
371
+ static ɵcmp: i0.ɵɵComponentDeclaration<NavbarTextComponent, "rlb-navbar-text", never, { "cssClass": { "alias": "class"; "required": false; }; }, {}, never, ["*"], false, never>;
372
+ }
373
+
318
374
  declare class NavbarComponent {
319
375
  private idService;
320
376
  private viewContainerRef;
@@ -460,57 +516,31 @@ declare class TabsComponent {
460
516
  static ngAcceptInputType_vertical: unknown;
461
517
  }
462
518
 
463
- declare class NavbarTextComponent {
464
- private viewContainerRef;
465
- element: HTMLElement;
466
- cssClass?: string;
467
- template: TemplateRef<any>;
468
- constructor(viewContainerRef: ViewContainerRef);
469
- ngOnInit(): void;
470
- static ɵfac: i0.ɵɵFactoryDeclaration<NavbarTextComponent, never>;
471
- static ɵcmp: i0.ɵɵComponentDeclaration<NavbarTextComponent, "rlb-navbar-text", never, { "cssClass": { "alias": "class"; "required": false; }; }, {}, never, ["*"], false, never>;
472
- }
473
-
474
- declare class AvatarComponent {
475
- private viewContainerRef;
476
- element: HTMLElement;
477
- size?: number;
478
- shape?: 'circle' | 'round' | 'square';
479
- src?: string;
480
- cssClass?: string;
481
- template: TemplateRef<any>;
482
- constructor(viewContainerRef: ViewContainerRef);
483
- get _borderRadius(): "50%" | "5px" | "0px";
484
- ngOnInit(): void;
485
- static ɵfac: i0.ɵɵFactoryDeclaration<AvatarComponent, never>;
486
- static ɵcmp: i0.ɵɵComponentDeclaration<AvatarComponent, "rlb-avatar", never, { "size": { "alias": "size"; "required": false; }; "shape": { "alias": "shape"; "required": false; }; "src": { "alias": "src"; "required": false; }; "cssClass": { "alias": "class"; "required": false; }; }, {}, never, never, false, never>;
487
- static ngAcceptInputType_size: unknown;
488
- }
489
-
490
- declare class NavbarSeparatorComponent implements OnInit {
491
- private viewContainerRef;
492
- element: HTMLElement;
493
- cssClass?: string;
494
- template: TemplateRef<any>;
495
- constructor(viewContainerRef: ViewContainerRef);
496
- ngOnInit(): void;
497
- static ɵfac: i0.ɵɵFactoryDeclaration<NavbarSeparatorComponent, never>;
498
- static ɵcmp: i0.ɵɵComponentDeclaration<NavbarSeparatorComponent, "rlb-navbar-separator", never, { "cssClass": { "alias": "class"; "required": false; }; }, {}, never, never, false, never>;
499
- }
500
-
501
- declare class NavbarItemComponent implements OnInit {
502
- private viewContainerRef;
503
- element: HTMLElement;
504
- disabled?: boolean;
505
- routerLink?: string;
506
- cssClass?: string;
507
- click: EventEmitter<MouseEvent>;
508
- template: TemplateRef<any>;
509
- constructor(viewContainerRef: ViewContainerRef);
510
- ngOnInit(): void;
511
- static ɵfac: i0.ɵɵFactoryDeclaration<NavbarItemComponent, never>;
512
- static ɵcmp: i0.ɵɵComponentDeclaration<NavbarItemComponent, "rlb-navbar-item", never, { "disabled": { "alias": "disabled"; "required": false; }; "routerLink": { "alias": "router-link"; "required": false; }; "cssClass": { "alias": "class"; "required": false; }; }, { "click": "click"; }, never, [":not(rlb-dropdown-container)"], false, never>;
513
- static ngAcceptInputType_disabled: unknown;
519
+ declare class BadgeDirective implements AfterViewInit, DoCheck {
520
+ private elementRef;
521
+ private renderer;
522
+ private _badge?;
523
+ set badge(value: string | undefined);
524
+ get badge(): string | undefined;
525
+ pill: boolean;
526
+ border: boolean;
527
+ top: number;
528
+ start: number;
529
+ color: Color;
530
+ hiddenText: string;
531
+ private badgeContent;
532
+ private badgeElement;
533
+ constructor(elementRef: ElementRef, renderer: Renderer2);
534
+ ngDoCheck(): void;
535
+ ngAfterViewInit(): void;
536
+ private updateBadge;
537
+ private createBadgeElement;
538
+ static ɵfac: i0.ɵɵFactoryDeclaration<BadgeDirective, never>;
539
+ static ɵdir: i0.ɵɵDirectiveDeclaration<BadgeDirective, "[badge]", never, { "badge": { "alias": "badge"; "required": false; }; "pill": { "alias": "badge-pill"; "required": false; }; "border": { "alias": "badge-border"; "required": false; }; "top": { "alias": "badge-top"; "required": false; }; "start": { "alias": "badge-start"; "required": false; }; "color": { "alias": "badge-color"; "required": false; }; "hiddenText": { "alias": "hidden-text"; "required": false; }; }, {}, never, never, false, never>;
540
+ static ngAcceptInputType_pill: unknown;
541
+ static ngAcceptInputType_border: unknown;
542
+ static ngAcceptInputType_top: unknown;
543
+ static ngAcceptInputType_start: unknown;
514
544
  }
515
545
 
516
546
  interface BreadcrumbItem {
@@ -525,6 +555,18 @@ declare class BreadcrumbComponent {
525
555
  static ɵcmp: i0.ɵɵComponentDeclaration<BreadcrumbComponent, "rlb-breadcrumb", never, { "divider": { "alias": "divider"; "required": false; }; "items": { "alias": "items"; "required": false; }; "cssClasses": { "alias": "cssClasses"; "required": false; }; }, {}, never, never, false, never>;
526
556
  }
527
557
 
558
+ declare class ButtonGroupComponent {
559
+ orientation: 'horizontal' | 'vertical';
560
+ size: 'sm' | 'md' | 'lg';
561
+ static ɵfac: i0.ɵɵFactoryDeclaration<ButtonGroupComponent, never>;
562
+ static ɵcmp: i0.ɵɵComponentDeclaration<ButtonGroupComponent, "rlb-button-group", never, { "orientation": { "alias": "orientation"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
563
+ }
564
+
565
+ declare class ButtonCloseComponent {
566
+ static ɵfac: i0.ɵɵFactoryDeclaration<ButtonCloseComponent, never>;
567
+ static ɵcmp: i0.ɵɵComponentDeclaration<ButtonCloseComponent, "button[rlb-button-close], a[rlb-button-close]", never, {}, {}, never, ["*"], false, never>;
568
+ }
569
+
528
570
  declare class ButtonComponent {
529
571
  color?: Color;
530
572
  size?: Size;
@@ -539,18 +581,6 @@ declare class ButtonComponent {
539
581
  static ngAcceptInputType_isLink: unknown;
540
582
  }
541
583
 
542
- declare class ButtonCloseComponent {
543
- static ɵfac: i0.ɵɵFactoryDeclaration<ButtonCloseComponent, never>;
544
- static ɵcmp: i0.ɵɵComponentDeclaration<ButtonCloseComponent, "button[rlb-button-close], a[rlb-button-close]", never, {}, {}, never, ["*"], false, never>;
545
- }
546
-
547
- declare class ButtonGroupComponent {
548
- orientation: 'horizontal' | 'vertical';
549
- size: 'sm' | 'md' | 'lg';
550
- static ɵfac: i0.ɵɵFactoryDeclaration<ButtonGroupComponent, never>;
551
- static ɵcmp: i0.ɵɵComponentDeclaration<ButtonGroupComponent, "rlb-button-group", never, { "orientation": { "alias": "orientation"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
552
- }
553
-
554
584
  declare class RlbFabComponent {
555
585
  color: Color;
556
586
  size: 'xs' | 'sm' | 'md' | 'lg';
@@ -565,211 +595,480 @@ declare class RlbFabComponent {
565
595
  static ngAcceptInputType_outline: unknown;
566
596
  }
567
597
 
568
- declare class BadgeDirective implements AfterViewInit, DoCheck {
569
- private elementRef;
570
- private renderer;
571
- private _badge?;
572
- set badge(value: string | undefined);
573
- get badge(): string | undefined;
574
- pill: boolean;
575
- border: boolean;
576
- top: number;
577
- start: number;
578
- color: Color;
579
- hiddenText: string;
580
- private badgeContent;
581
- private badgeElement;
582
- constructor(elementRef: ElementRef, renderer: Renderer2);
583
- ngDoCheck(): void;
584
- ngAfterViewInit(): void;
585
- private updateBadge;
586
- private createBadgeElement;
587
- static ɵfac: i0.ɵɵFactoryDeclaration<BadgeDirective, never>;
588
- static ɵdir: i0.ɵɵDirectiveDeclaration<BadgeDirective, "[badge]", never, { "badge": { "alias": "badge"; "required": false; }; "pill": { "alias": "badge-pill"; "required": false; }; "border": { "alias": "badge-border"; "required": false; }; "top": { "alias": "badge-top"; "required": false; }; "start": { "alias": "badge-start"; "required": false; }; "color": { "alias": "badge-color"; "required": false; }; "hiddenText": { "alias": "hidden-text"; "required": false; }; }, {}, never, never, false, never>;
589
- static ngAcceptInputType_pill: unknown;
590
- static ngAcceptInputType_border: unknown;
591
- static ngAcceptInputType_top: unknown;
592
- static ngAcceptInputType_start: unknown;
593
- }
594
-
595
- declare class CardBodyComponent {
596
- overlay?: boolean;
597
- static ɵfac: i0.ɵɵFactoryDeclaration<CardBodyComponent, never>;
598
- static ɵcmp: i0.ɵɵComponentDeclaration<CardBodyComponent, "rlb-card-body", never, {}, {}, never, ["[rlb-card-title]", "[rlb-card-subtitle]", "[rlb-card-text],[rlb-card-link]", "*"], false, never>;
598
+ interface CalendarEvent<T = any> {
599
+ id: string | number;
600
+ title: string;
601
+ start: IDateTz;
602
+ end: IDateTz;
603
+ color?: Color;
604
+ allDay?: boolean;
605
+ data?: T;
599
606
  }
600
-
601
- declare class CardFooterComponent {
602
- static ɵfac: i0.ɵɵFactoryDeclaration<CardFooterComponent, never>;
603
- static ɵcmp: i0.ɵɵComponentDeclaration<CardFooterComponent, "rlb-card-footer", never, {}, {}, never, ["*"], false, never>;
607
+ interface CalendarEventWithLayout extends CalendarEvent {
608
+ left: number;
609
+ width: number;
610
+ isOverflowIndicator?: boolean;
611
+ isContinuedBefore?: boolean;
612
+ isContinuedAfter?: boolean;
613
+ overflowEvents?: CalendarEventWithLayout[];
614
+ overlapCount?: number;
604
615
  }
605
616
 
606
- declare class CardGroupComponent {
607
- overlay: boolean;
608
- static ɵfac: i0.ɵɵFactoryDeclaration<CardGroupComponent, never>;
609
- static ɵcmp: i0.ɵɵComponentDeclaration<CardGroupComponent, "rlb-card-group", never, {}, {}, never, ["rlb-card"], false, never>;
617
+ type CalendarView = 'month' | 'week' | 'day';
618
+ interface CalendarChangeEvent {
619
+ date: IDateTz;
620
+ view: CalendarView;
610
621
  }
611
622
 
612
- declare class CardHeaderComponent {
613
- static ɵfac: i0.ɵɵFactoryDeclaration<CardHeaderComponent, never>;
614
- static ɵcmp: i0.ɵɵComponentDeclaration<CardHeaderComponent, "rlb-card-header", never, {}, {}, never, ["*"], false, never>;
623
+ declare abstract class AbstractRegistryService<T extends Function> {
624
+ protected registry: Map<string, T>;
625
+ get(name: string | null | undefined): T | undefined;
626
+ protected add(name: string, type: T): void;
627
+ protected dasherizeName(type: Function): string;
628
+ protected dasherizeString(val: string): string;
629
+ static ɵfac: i0.ɵɵFactoryDeclaration<AbstractRegistryService<any>, never>;
630
+ static ɵprov: i0.ɵɵInjectableDeclaration<AbstractRegistryService<any>>;
615
631
  }
616
632
 
617
- declare class CardImageComponent {
618
- position: 'top' | 'bottom';
619
- overlay?: boolean;
620
- static ɵfac: i0.ɵɵFactoryDeclaration<CardImageComponent, never>;
621
- static ɵcmp: i0.ɵɵComponentDeclaration<CardImageComponent, "img[rlb-card-image]", never, { "position": { "alias": "position"; "required": false; }; }, {}, never, never, false, never>;
633
+ declare class ComponentHostDirective {
634
+ viewContainerRef: ViewContainerRef;
635
+ constructor(viewContainerRef: ViewContainerRef);
636
+ static ɵfac: i0.ɵɵFactoryDeclaration<ComponentHostDirective, never>;
637
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ComponentHostDirective, "[component-host]", never, {}, {}, never, never, false, never>;
622
638
  }
623
639
 
624
- declare class CardLinkComponent {
625
- static ɵfac: i0.ɵɵFactoryDeclaration<CardLinkComponent, never>;
626
- static ɵcmp: i0.ɵɵComponentDeclaration<CardLinkComponent, "a[rlb-card-link]", never, {}, {}, never, ["*"], false, never>;
640
+ interface ComponentCreationOptions {
641
+ inputs?: {
642
+ [key: string]: any;
643
+ };
644
+ setInstance?: boolean;
645
+ instanceInputName?: string;
627
646
  }
628
647
 
629
- declare class CardSubtitleComponent {
630
- static ɵfac: i0.ɵɵFactoryDeclaration<CardSubtitleComponent, never>;
631
- static ɵcmp: i0.ɵɵComponentDeclaration<CardSubtitleComponent, "h*[rlb-card-subtitle]", never, {}, {}, never, ["*"], false, never>;
648
+ interface ComponentData<T = any> {
649
+ data: T;
632
650
  }
633
651
 
634
- declare class CardTextComponent {
635
- static ɵfac: i0.ɵɵFactoryDeclaration<CardTextComponent, never>;
636
- static ɵcmp: i0.ɵɵComponentDeclaration<CardTextComponent, "p[rlb-card-text]", never, {}, {}, never, ["*"], false, never>;
652
+ interface ComponentInfo<name = string, T = any> extends ComponentData<T> {
653
+ name: name;
637
654
  }
638
655
 
639
- declare class CardTitleComponent {
640
- static ɵfac: i0.ɵɵFactoryDeclaration<CardTitleComponent, never>;
641
- static ɵcmp: i0.ɵɵComponentDeclaration<CardTitleComponent, "h*[rlb-card-title]", never, {}, {}, never, ["*"], false, never>;
656
+ declare class GenericComponent implements ComponentInfo {
657
+ component: Type<any>;
658
+ constructor(component: Type<any>);
659
+ name: string;
660
+ data: any;
642
661
  }
643
662
 
644
- declare class CardComponent implements DoCheck {
645
- align?: TextAlignment;
646
- overlay?: boolean;
647
- background?: Color;
648
- border?: Color;
649
- body: CardBodyComponent;
650
- image: CardImageComponent;
651
- ngDoCheck(): void;
652
- static ɵfac: i0.ɵɵFactoryDeclaration<CardComponent, never>;
653
- static ɵcmp: i0.ɵɵComponentDeclaration<CardComponent, "rlb-card", never, { "align": { "alias": "align"; "required": false; }; "overlay": { "alias": "overlay"; "required": false; }; "background": { "alias": "background"; "required": false; }; "border": { "alias": "border"; "required": false; }; }, {}, ["body", "image"], ["rlb-card-header,[rlb-card-image]:not([position='bottom'])", "rlb-card-body, ul[rlb-list]", "rlb-card-footer,[rlb-card-image][position='bottom']"], false, never>;
654
- static ngAcceptInputType_overlay: unknown;
663
+ declare abstract class BuilderComponent<T extends AbstractRegistryService<Function>> {
664
+ protected registryService: T;
665
+ abstract component: ComponentHostDirective;
666
+ abstract builderId: string;
667
+ constructor(registryService: T);
668
+ buildComponent<Data = any, Options = any>(component: ComponentInfo<string, Data>, creationOptions?: ComponentCreationOptions, componentOptions?: Options): ComponentRef<GenericComponent> | null;
669
+ static ɵfac: i0.ɵɵFactoryDeclaration<BuilderComponent<any>, never>;
670
+ static ɵprov: i0.ɵɵInjectableDeclaration<BuilderComponent<any>>;
655
671
  }
656
672
 
657
- declare class ProgressComponent {
658
- max: number;
659
- min: number;
660
- value: number;
661
- height: number;
662
- animated?: boolean;
663
- striped?: boolean;
664
- infinite?: boolean;
665
- ariaLabel: string;
666
- showValue?: boolean;
667
- color: Color;
668
- textColor: Color;
669
- getPercentValue(): number;
670
- static ɵfac: i0.ɵɵFactoryDeclaration<ProgressComponent, never>;
671
- static ɵcmp: i0.ɵɵComponentDeclaration<ProgressComponent, "rlb-progress", never, { "max": { "alias": "max"; "required": false; }; "min": { "alias": "min"; "required": false; }; "value": { "alias": "value"; "required": false; }; "height": { "alias": "height"; "required": false; }; "animated": { "alias": "animated"; "required": false; }; "striped": { "alias": "striped"; "required": false; }; "infinite": { "alias": "infinite"; "required": false; }; "ariaLabel": { "alias": "aria-label"; "required": false; }; "showValue": { "alias": "showValue"; "required": false; }; "color": { "alias": "color"; "required": false; }; "textColor": { "alias": "text-color"; "required": false; }; }, {}, never, ["*"], false, never>;
672
- static ngAcceptInputType_max: unknown;
673
- static ngAcceptInputType_min: unknown;
674
- static ngAcceptInputType_value: unknown;
675
- static ngAcceptInputType_height: unknown;
676
- static ngAcceptInputType_animated: unknown;
677
- static ngAcceptInputType_striped: unknown;
678
- static ngAcceptInputType_infinite: unknown;
679
- static ngAcceptInputType_showValue: unknown;
673
+ interface ModalData<T = any> {
674
+ title: string;
675
+ type?: ModalType;
676
+ content: T;
677
+ ok?: string;
678
+ cancel?: string;
680
679
  }
681
680
 
682
- declare class SpinnerComponent {
683
- style?: 'grow' | 'border';
681
+ interface ModalOptions {
682
+ backdrop?: boolean | 'static';
683
+ scrollable?: boolean;
684
+ verticalcentered?: boolean;
685
+ animation?: boolean;
686
+ size?: 'sm' | 'lg' | 'xl' | 'md';
687
+ fullscreen?: boolean | 'sm-down' | 'md-down' | 'lg-down' | 'xl-down' | 'xxl-down';
688
+ focus?: boolean;
689
+ keyboard?: boolean;
690
+ }
691
+
692
+ interface ModalResult<T = void> {
693
+ reason: ModalCloseReason;
694
+ result: T;
695
+ }
696
+
697
+ declare class ModalRegistryOptions {
698
+ modals: {
699
+ [name: string]: Type<any>;
700
+ };
701
+ static ɵfac: i0.ɵɵFactoryDeclaration<ModalRegistryOptions, never>;
702
+ static ɵprov: i0.ɵɵInjectableDeclaration<ModalRegistryOptions>;
703
+ }
704
+
705
+ declare class InnerModalService extends AbstractRegistryService<Type<any>> {
706
+ private mediaMatcher;
707
+ private uniqueIdService;
708
+ private allModals;
709
+ private builders;
710
+ registerBuilder(builder: BuilderComponent<InnerModalService>): void;
711
+ removeBuilder(builderId: string): void;
712
+ getBuilder(): BuilderComponent<InnerModalService>;
713
+ constructor(options: ModalRegistryOptions, mediaMatcher: MediaMatcher, uniqueIdService: UniqueIdService);
714
+ openModal<Input = any, Output = any>(name: string, data: ModalData<Input>, options?: ModalOptions): Observable<ModalResult<Output>>;
715
+ eventModal(event: string, reason: ModalCloseReason, id: string, result: any): void;
716
+ static ɵfac: i0.ɵɵFactoryDeclaration<InnerModalService, never>;
717
+ static ɵprov: i0.ɵɵInjectableDeclaration<InnerModalService>;
718
+ }
719
+
720
+ declare class ModalService {
721
+ private modalService;
722
+ constructor(modalService: InnerModalService);
723
+ openModal<Input = any, Output = any>(name: string, data: ModalData<Input>, options?: ModalOptions): Observable<ModalResult<Output>>;
724
+ openSimpleModal(title: string, body: string, header?: string, ok?: string, type?: ModalType, options?: ModalOptions): Observable<ModalResult<void>>;
725
+ openConfirmModal(title: string, body: string, header?: string, ok?: string, cancel?: string, type?: ModalType, options?: ModalOptions): Observable<ModalResult<void>>;
726
+ static ɵfac: i0.ɵɵFactoryDeclaration<ModalService, never>;
727
+ static ɵprov: i0.ɵɵInjectableDeclaration<ModalService>;
728
+ }
729
+
730
+ interface ToastData<T = any> {
731
+ title: string;
732
+ subtitle?: string;
733
+ type?: ModalType;
734
+ content: T;
735
+ ok?: string;
736
+ }
737
+
738
+ declare class ToastRegistryOptions {
739
+ toasts: {
740
+ [name: string]: Type<any>;
741
+ };
742
+ static ɵfac: i0.ɵɵFactoryDeclaration<ToastRegistryOptions, never>;
743
+ static ɵprov: i0.ɵɵInjectableDeclaration<ToastRegistryOptions>;
744
+ }
745
+
746
+ interface ToastResult<T = void> {
747
+ reason: ToastCloseReason;
748
+ result: T | null;
749
+ }
750
+
751
+ interface ToastOptions {
752
+ animation?: boolean;
753
+ autohide?: boolean;
754
+ delay?: number;
684
755
  color?: Color;
685
- size?: 'sm' | 'md' | 'lg';
686
- static ɵfac: i0.ɵɵFactoryDeclaration<SpinnerComponent, never>;
687
- static ɵcmp: i0.ɵɵComponentDeclaration<SpinnerComponent, "rlb-spinner", never, { "style": { "alias": "style"; "required": false; }; "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, never, false, never>;
756
+ classes?: string[];
688
757
  }
689
758
 
690
- declare class TooltipDirective implements OnInit, OnChanges {
691
- private elementRef;
759
+ declare class InnerToastService extends AbstractRegistryService<Type<any>> {
760
+ private uniqueIdService;
761
+ private allModals;
762
+ private builders;
763
+ registerBuilder(builder: BuilderComponent<InnerToastService>): void;
764
+ removeBuilder(builderId: string): void;
765
+ getBuilder(builderId: string): BuilderComponent<InnerToastService>;
766
+ constructor(options: ToastRegistryOptions, uniqueIdService: UniqueIdService);
767
+ openToast<Input = any, Output = any>(builderId: string, componentName: string, data: ToastData<Input>, options?: ToastOptions): Observable<ToastResult<Output> | null>;
768
+ eventToast(event: string, reason: ModalCloseReason, id: string, result: any): void;
769
+ static ɵfac: i0.ɵɵFactoryDeclaration<InnerToastService, never>;
770
+ static ɵprov: i0.ɵɵInjectableDeclaration<InnerToastService>;
771
+ }
772
+
773
+ declare class ToastContainerComponent extends BuilderComponent<InnerToastService> implements OnDestroy {
774
+ private toastService;
775
+ builderId: string;
776
+ component: ComponentHostDirective;
777
+ constructor(toastService: InnerToastService);
778
+ ngOnDestroy(): void;
779
+ static ɵfac: i0.ɵɵFactoryDeclaration<ToastContainerComponent, never>;
780
+ static ɵcmp: i0.ɵɵComponentDeclaration<ToastContainerComponent, "rlb-toast-container", never, { "builderId": { "alias": "id"; "required": true; }; }, {}, never, never, false, never>;
781
+ }
782
+
783
+ interface IToast<Input = any, Output = any> extends ComponentData<ToastData<Input>> {
784
+ valid?: boolean;
785
+ result?: Output;
786
+ }
787
+
788
+ declare class ToastDirective implements OnDestroy, AfterViewInit {
789
+ private el;
692
790
  private renderer;
693
- static bsInit: boolean;
694
- private _tooltip;
695
- tooltip: string | null | undefined;
696
- placement: 'top' | 'bottom' | 'left' | 'right';
697
- customClass: string;
698
- html?: boolean;
699
- constructor(elementRef: ElementRef, renderer: Renderer2);
791
+ private innerToastService;
792
+ id: string;
793
+ instance: IToast;
794
+ options: ToastOptions;
795
+ private bsToast;
796
+ private contentElement;
797
+ private _reasonButtons;
798
+ private _toastReason;
799
+ constructor(el: ElementRef, renderer: Renderer2, innerToastService: InnerToastService);
800
+ ngAfterViewInit(): void;
801
+ ngOnDestroy(): void;
802
+ private _openChange_f;
803
+ initButtons(): void;
804
+ static ɵfac: i0.ɵɵFactoryDeclaration<ToastDirective, never>;
805
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ToastDirective, "[rlb-toast]", never, { "id": { "alias": "id"; "required": false; }; "instance": { "alias": "data-instance"; "required": false; }; "options": { "alias": "data-options"; "required": false; }; }, {}, never, never, true, never>;
806
+ }
807
+
808
+ declare class ToastService {
809
+ private modalService;
810
+ constructor(modalService: InnerToastService);
811
+ openToast<Input = any, Output = any>(containerId: string, name: string, data: ToastData<Input>, options?: ToastOptions): Observable<ToastResult<Output> | null>;
812
+ static ɵfac: i0.ɵɵFactoryDeclaration<ToastService, never>;
813
+ static ɵprov: i0.ɵɵInjectableDeclaration<ToastService>;
814
+ }
815
+
816
+ declare const TOASTS: (typeof ToastContainerComponent)[];
817
+
818
+ declare class CalendarComponent implements OnChanges {
819
+ private modals;
820
+ private unique;
821
+ private toasts;
822
+ view: CalendarView;
823
+ events: CalendarEvent[];
824
+ currentDate: DateTz;
825
+ loading: boolean;
826
+ showToolbar: boolean;
827
+ dateChange: EventEmitter<CalendarChangeEvent>;
828
+ viewChange: EventEmitter<CalendarChangeEvent>;
829
+ eventClick: EventEmitter<CalendarEvent<any>>;
830
+ private dateFormat;
831
+ constructor(modals: ModalService, unique: UniqueIdService, toasts: ToastService);
700
832
  ngOnChanges(changes: SimpleChanges): void;
701
- ngOnInit(): void;
702
- static ɵfac: i0.ɵɵFactoryDeclaration<TooltipDirective, never>;
703
- static ɵdir: i0.ɵɵDirectiveDeclaration<TooltipDirective, "[tooltip]", never, { "tooltip": { "alias": "tooltip"; "required": true; }; "placement": { "alias": "tooltip-placement"; "required": false; }; "customClass": { "alias": "tooltip-class"; "required": false; }; "html": { "alias": "tooltip-html"; "required": false; }; }, {}, never, never, false, never>;
704
- static ngAcceptInputType_html: unknown;
833
+ onEventChange(eventToEdit: CalendarEvent): void;
834
+ onEventContainerClick(events: CalendarEvent[] | undefined): void;
835
+ onEventClick(eventToEdit?: CalendarEvent): void;
836
+ setDate(date: DateTz): void;
837
+ setView(view: CalendarView): void;
838
+ generateTestEvents(): void;
839
+ private openEditEventDialog;
840
+ static ɵfac: i0.ɵɵFactoryDeclaration<CalendarComponent, never>;
841
+ static ɵcmp: i0.ɵɵComponentDeclaration<CalendarComponent, "rlb-calendar", never, { "view": { "alias": "view"; "required": false; }; "events": { "alias": "events"; "required": false; }; "currentDate": { "alias": "current-date"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "showToolbar": { "alias": "show-toolbar"; "required": false; }; }, { "dateChange": "date-change"; "viewChange": "view-change"; "eventClick": "event-click"; }, never, never, false, never>;
842
+ static ngAcceptInputType_loading: unknown;
843
+ static ngAcceptInputType_showToolbar: unknown;
705
844
  }
706
845
 
707
- declare class PopoverDirective implements DoCheck, AfterViewInit {
708
- private elementRef;
709
- private renderer;
710
- static bsInit: boolean;
711
- popover: string | undefined;
712
- placement: 'top' | 'bottom' | 'left' | 'right';
713
- customClass: string;
714
- title: string;
715
- constructor(elementRef: ElementRef, renderer: Renderer2);
716
- ngDoCheck(): void;
846
+ declare class CalendarHeaderComponent {
847
+ view: CalendarView;
848
+ currentDate: DateTz;
849
+ dateChange: EventEmitter<DateTz>;
850
+ viewChange: EventEmitter<CalendarView>;
851
+ next(): void;
852
+ prev(): void;
853
+ today(): void;
854
+ static ɵfac: i0.ɵɵFactoryDeclaration<CalendarHeaderComponent, never>;
855
+ static ɵcmp: i0.ɵɵComponentDeclaration<CalendarHeaderComponent, "rlb-calendar-header", never, { "view": { "alias": "view"; "required": false; }; "currentDate": { "alias": "currentDate"; "required": false; }; }, { "dateChange": "dateChange"; "viewChange": "viewChange"; }, never, never, false, never>;
856
+ }
857
+
858
+ declare class CalendarGrid implements OnChanges, OnDestroy {
859
+ view: CalendarView;
860
+ currentDate: IDateTz;
861
+ events: CalendarEvent[];
862
+ eventClick: EventEmitter<CalendarEvent<any> | undefined>;
863
+ eventContainerClick: EventEmitter<CalendarEvent<any>[] | undefined>;
864
+ eventChange: EventEmitter<CalendarEvent<any>>;
865
+ constructor();
866
+ ngOnChanges(changes: SimpleChanges): void;
867
+ ngOnDestroy(): void;
868
+ static ɵfac: i0.ɵɵFactoryDeclaration<CalendarGrid, never>;
869
+ static ɵcmp: i0.ɵɵComponentDeclaration<CalendarGrid, "rlb-calendar-grid", never, { "view": { "alias": "view"; "required": false; }; "currentDate": { "alias": "currentDate"; "required": false; }; "events": { "alias": "events"; "required": false; }; }, { "eventClick": "eventClick"; "eventContainerClick": "eventContainerClick"; "eventChange": "eventChange"; }, never, never, false, never>;
870
+ }
871
+
872
+ declare class CalendarWeekGridComponent implements OnChanges, OnDestroy, AfterViewInit {
873
+ private cd;
874
+ view: CalendarView;
875
+ currentDate: IDateTz;
876
+ events: CalendarEvent[];
877
+ eventClick: EventEmitter<CalendarEvent<any> | undefined>;
878
+ eventContainerClick: EventEmitter<CalendarEvent<any>[] | undefined>;
879
+ eventChange: EventEmitter<CalendarEvent<any>>;
880
+ days: IDateTz[];
881
+ timeSlots: string[];
882
+ processedEvents: Map<number, CalendarEventWithLayout[]>;
883
+ scrollBodyRef: ElementRef<HTMLDivElement>;
884
+ headerRowRef: ElementRef<HTMLDivElement>;
885
+ scrollbarWidth: number;
886
+ now: DateTz$1;
887
+ private nowInterval;
888
+ readonly ROW_HEIGHT = 110;
889
+ readonly MAX_BODY_HEIGHT: number;
890
+ readonly MIN_HEADER_HEIGHT = 3.5;
891
+ private readonly MAX_VISIBLE_COLUMNS;
892
+ private readonly SNAP_MINUTES;
893
+ constructor(cd: ChangeDetectorRef);
894
+ ngOnChanges(changes: SimpleChanges): void;
717
895
  ngAfterViewInit(): void;
718
- static ɵfac: i0.ɵɵFactoryDeclaration<PopoverDirective, never>;
719
- static ɵdir: i0.ɵɵDirectiveDeclaration<PopoverDirective, "[popover]", never, { "popover": { "alias": "popover"; "required": true; }; "placement": { "alias": "popover-placement"; "required": false; }; "customClass": { "alias": "popover-class"; "required": false; }; "title": { "alias": "popover-title"; "required": false; }; }, {}, never, never, false, never>;
896
+ ngOnDestroy(): void;
897
+ private onResize;
898
+ private updateScrollbarWidth;
899
+ onBodyScroll(event: Event): void;
900
+ trackByEventId(index: number, item: CalendarEventWithLayout): string | number;
901
+ onEventDrop(event: CdkDragDrop<IDateTz, any, CalendarEventWithLayout>): void;
902
+ getEventsForDay(day: IDateTz): CalendarEventWithLayout[];
903
+ calculateEventTop(event: CalendarEventWithLayout): number;
904
+ calculateEventHeight(event: CalendarEventWithLayout): number;
905
+ getNowTop(): number;
906
+ isToday(date: IDateTz): boolean;
907
+ private startNowTimer;
908
+ private stopNowTimer;
909
+ private buildWeekGrid;
910
+ private buildTimeSlots;
911
+ private isOverlapping;
912
+ private processAllEvents;
913
+ private groupEventsByConflicts;
914
+ private resolveConflictGroupLayout;
915
+ private sortEventsStable;
916
+ static ɵfac: i0.ɵɵFactoryDeclaration<CalendarWeekGridComponent, never>;
917
+ static ɵcmp: i0.ɵɵComponentDeclaration<CalendarWeekGridComponent, "rlb-calendar-week-grid", never, { "view": { "alias": "view"; "required": false; }; "currentDate": { "alias": "currentDate"; "required": false; }; "events": { "alias": "events"; "required": false; }; }, { "eventClick": "eventClick"; "eventContainerClick": "eventContainerClick"; "eventChange": "eventChange"; }, never, never, false, never>;
918
+ }
919
+
920
+ declare class CalendarEventComponent {
921
+ event: CalendarEventWithLayout;
922
+ view: CalendarView;
923
+ eventClick: EventEmitter<CalendarEvent<any> | undefined>;
924
+ eventContainerClick: EventEmitter<CalendarEventWithLayout[] | undefined>;
925
+ get classes(): string[];
926
+ onClick(e: Event): void;
927
+ static ɵfac: i0.ɵɵFactoryDeclaration<CalendarEventComponent, never>;
928
+ static ɵcmp: i0.ɵɵComponentDeclaration<CalendarEventComponent, "rlb-calendar-event", never, { "event": { "alias": "event"; "required": true; }; "view": { "alias": "view"; "required": true; }; }, { "eventClick": "eventClick"; "eventContainerClick": "eventContainerClick"; }, never, never, false, never>;
929
+ }
930
+
931
+ interface MonthViewEvent extends CalendarEventWithLayout {
932
+ isSpacer?: boolean;
933
+ isHidden?: boolean;
934
+ originalStart: IDateTz;
935
+ originalEnd: IDateTz;
936
+ }
937
+ interface DaySlot {
938
+ date: IDateTz;
939
+ events: MonthViewEvent[];
940
+ hasOverflow: boolean;
941
+ overflowCount: number;
942
+ overflowEvents: CalendarEvent[];
943
+ }
944
+ declare class CalendarMonthGridComponent implements OnChanges, AfterViewInit, OnDestroy {
945
+ view: CalendarView;
946
+ currentDate: IDateTz;
947
+ events: CalendarEvent[];
948
+ eventClick: EventEmitter<CalendarEvent<any> | undefined>;
949
+ eventContainerClick: EventEmitter<CalendarEvent<any>[] | undefined>;
950
+ eventChange: EventEmitter<CalendarEvent<any>>;
951
+ scrollBodyRef: ElementRef<HTMLDivElement>;
952
+ headerRowRef: ElementRef<HTMLDivElement>;
953
+ scrollbarWidth: number;
954
+ weeks: DaySlot[][];
955
+ weekDaysHeader: IDateTz[];
956
+ readonly MAX_BODY_HEIGHT: number;
957
+ readonly MIN_ROW_HEIGHT = 110;
958
+ readonly MIN_HEADER_HEIGHT = 3.5;
959
+ constructor();
960
+ ngOnChanges(changes: SimpleChanges): void;
961
+ ngAfterViewInit(): void;
962
+ ngOnDestroy(): void;
963
+ private onResize;
964
+ onBodyScroll(event: Event): void;
965
+ private updateScrollbarWidth;
966
+ isToday(date: IDateTz): boolean;
967
+ isCurrentMonth(date: IDateTz): boolean;
968
+ trackByDay(_index: number, item: DaySlot): number;
969
+ trackByEvent(index: number, item: MonthViewEvent): string | number;
970
+ private buildMonthGrid;
971
+ /**
972
+ * "Tetris" Algorithm:
973
+ * Places events into rows so that long events maintain their vertical position across days.
974
+ */
975
+ private calculateEventSlots;
976
+ onEventDrop(event: CdkDragDrop<IDateTz, any, MonthViewEvent>): void;
977
+ static ɵfac: i0.ɵɵFactoryDeclaration<CalendarMonthGridComponent, never>;
978
+ static ɵcmp: i0.ɵɵComponentDeclaration<CalendarMonthGridComponent, "rlb-calendar-month-grid", never, { "view": { "alias": "view"; "required": false; }; "currentDate": { "alias": "currentDate"; "required": false; }; "events": { "alias": "events"; "required": false; }; }, { "eventClick": "eventClick"; "eventContainerClick": "eventContainerClick"; "eventChange": "eventChange"; }, never, never, false, never>;
720
979
  }
721
980
 
722
- declare class PlaceholderDirective implements DoCheck {
723
- private elementRef;
724
- private renderer;
725
- color?: Color;
726
- size?: 'xs' | 'sm' | 'md' | 'lg';
727
- animation?: 'glow' | 'fade' | 'none';
728
- constructor(elementRef: ElementRef, renderer: Renderer2);
729
- ngDoCheck(): void;
730
- static ɵfac: i0.ɵɵFactoryDeclaration<PlaceholderDirective, never>;
731
- static ɵdir: i0.ɵɵDirectiveDeclaration<PlaceholderDirective, "[rlb-placeholder]", never, { "color": { "alias": "placeholder-color"; "required": false; }; "size": { "alias": "placeholder-size"; "required": false; }; "animation": { "alias": "placeholder-animation"; "required": false; }; }, {}, never, never, false, never>;
981
+ declare const CALENDAR_COMPONENTS: (typeof CalendarComponent | typeof CalendarHeaderComponent | typeof CalendarGrid | typeof CalendarWeekGridComponent | typeof CalendarEventComponent)[];
982
+
983
+ declare class CardBodyComponent {
984
+ overlay?: boolean;
985
+ static ɵfac: i0.ɵɵFactoryDeclaration<CardBodyComponent, never>;
986
+ static ɵcmp: i0.ɵɵComponentDeclaration<CardBodyComponent, "rlb-card-body", never, {}, {}, never, ["[rlb-card-title]", "[rlb-card-subtitle]", "[rlb-card-text],[rlb-card-link]", "*"], false, never>;
987
+ }
988
+
989
+ declare class CardFooterComponent {
990
+ static ɵfac: i0.ɵɵFactoryDeclaration<CardFooterComponent, never>;
991
+ static ɵcmp: i0.ɵɵComponentDeclaration<CardFooterComponent, "rlb-card-footer", never, {}, {}, never, ["*"], false, never>;
992
+ }
993
+
994
+ declare class CardGroupComponent {
995
+ overlay: boolean;
996
+ static ɵfac: i0.ɵɵFactoryDeclaration<CardGroupComponent, never>;
997
+ static ɵcmp: i0.ɵɵComponentDeclaration<CardGroupComponent, "rlb-card-group", never, {}, {}, never, ["rlb-card"], false, never>;
998
+ }
999
+
1000
+ declare class CardHeaderComponent {
1001
+ static ɵfac: i0.ɵɵFactoryDeclaration<CardHeaderComponent, never>;
1002
+ static ɵcmp: i0.ɵɵComponentDeclaration<CardHeaderComponent, "rlb-card-header", never, {}, {}, never, ["*"], false, never>;
1003
+ }
1004
+
1005
+ declare class CardImageComponent {
1006
+ position: 'top' | 'bottom';
1007
+ overlay?: boolean;
1008
+ static ɵfac: i0.ɵɵFactoryDeclaration<CardImageComponent, never>;
1009
+ static ɵcmp: i0.ɵɵComponentDeclaration<CardImageComponent, "img[rlb-card-image]", never, { "position": { "alias": "position"; "required": false; }; }, {}, never, never, false, never>;
1010
+ }
1011
+
1012
+ declare class CardLinkComponent {
1013
+ static ɵfac: i0.ɵɵFactoryDeclaration<CardLinkComponent, never>;
1014
+ static ɵcmp: i0.ɵɵComponentDeclaration<CardLinkComponent, "a[rlb-card-link]", never, {}, {}, never, ["*"], false, never>;
1015
+ }
1016
+
1017
+ declare class CardSubtitleComponent {
1018
+ static ɵfac: i0.ɵɵFactoryDeclaration<CardSubtitleComponent, never>;
1019
+ static ɵcmp: i0.ɵɵComponentDeclaration<CardSubtitleComponent, "h*[rlb-card-subtitle]", never, {}, {}, never, ["*"], false, never>;
1020
+ }
1021
+
1022
+ declare class CardTextComponent {
1023
+ static ɵfac: i0.ɵɵFactoryDeclaration<CardTextComponent, never>;
1024
+ static ɵcmp: i0.ɵɵComponentDeclaration<CardTextComponent, "p[rlb-card-text]", never, {}, {}, never, ["*"], false, never>;
732
1025
  }
733
1026
 
734
- declare class RlbPlaceholderLineComponent {
735
- size: 'xs' | 'sm' | 'md' | 'lg';
736
- color: string;
737
- width: string;
738
- height?: string;
739
- rounded: boolean;
740
- get hostClasses(): string;
741
- get styleWidth(): string;
742
- get styleHeight(): string | null;
743
- display: string;
744
- marginBottom: string;
745
- static ɵfac: i0.ɵɵFactoryDeclaration<RlbPlaceholderLineComponent, never>;
746
- static ɵcmp: i0.ɵɵComponentDeclaration<RlbPlaceholderLineComponent, "rlb-placeholder-line", never, { "size": { "alias": "size"; "required": false; }; "color": { "alias": "color"; "required": false; }; "width": { "alias": "width"; "required": false; }; "height": { "alias": "height"; "required": false; }; "rounded": { "alias": "rounded"; "required": false; }; }, {}, never, never, false, never>;
1027
+ declare class CardTitleComponent {
1028
+ static ɵfac: i0.ɵɵFactoryDeclaration<CardTitleComponent, never>;
1029
+ static ɵcmp: i0.ɵɵComponentDeclaration<CardTitleComponent, "h*[rlb-card-title]", never, {}, {}, never, ["*"], false, never>;
747
1030
  }
748
1031
 
749
- declare class RlbPlaceholderTextComponent {
750
- lines: number;
751
- size: 'xs' | 'sm' | 'md' | 'lg';
752
- color: string;
753
- animation: 'glow' | 'wave' | 'none';
754
- width: string | string[];
755
- height?: string;
756
- rounded: boolean;
757
- get computedWidths(): string[];
758
- static ɵfac: i0.ɵɵFactoryDeclaration<RlbPlaceholderTextComponent, never>;
759
- static ɵcmp: i0.ɵɵComponentDeclaration<RlbPlaceholderTextComponent, "rlb-placeholder-text", never, { "lines": { "alias": "lines"; "required": false; }; "size": { "alias": "size"; "required": false; }; "color": { "alias": "color"; "required": false; }; "animation": { "alias": "animation"; "required": false; }; "width": { "alias": "width"; "required": false; }; "height": { "alias": "height"; "required": false; }; "rounded": { "alias": "rounded"; "required": false; }; }, {}, never, never, false, never>;
1032
+ declare class CardComponent implements DoCheck {
1033
+ align?: TextAlignment;
1034
+ overlay?: boolean;
1035
+ background?: Color;
1036
+ border?: Color;
1037
+ body: CardBodyComponent;
1038
+ image: CardImageComponent;
1039
+ ngDoCheck(): void;
1040
+ static ɵfac: i0.ɵɵFactoryDeclaration<CardComponent, never>;
1041
+ static ɵcmp: i0.ɵɵComponentDeclaration<CardComponent, "rlb-card", never, { "align": { "alias": "align"; "required": false; }; "overlay": { "alias": "overlay"; "required": false; }; "background": { "alias": "background"; "required": false; }; "border": { "alias": "border"; "required": false; }; }, {}, ["body", "image"], ["rlb-card-header,[rlb-card-image]:not([position='bottom'])", "rlb-card-body, ul[rlb-list]", "rlb-card-footer,[rlb-card-image][position='bottom']"], false, never>;
1042
+ static ngAcceptInputType_overlay: unknown;
760
1043
  }
761
1044
 
762
- declare class RlbPlaceholderComponent {
763
- animation: 'glow' | 'wave' | 'none';
764
- get containerClass(): string | string[];
765
- static ɵfac: i0.ɵɵFactoryDeclaration<RlbPlaceholderComponent, never>;
766
- static ɵcmp: i0.ɵɵComponentDeclaration<RlbPlaceholderComponent, "rlb-placeholder", never, { "animation": { "alias": "animation"; "required": false; }; }, {}, never, ["*"], false, never>;
1045
+ declare class CarouselCaptionComponent {
1046
+ static ɵfac: i0.ɵɵFactoryDeclaration<CarouselCaptionComponent, never>;
1047
+ static ɵcmp: i0.ɵɵComponentDeclaration<CarouselCaptionComponent, "rlb-carousel-caption", never, {}, {}, never, ["*"], false, never>;
767
1048
  }
768
1049
 
769
- declare class DropdownComponent {
770
- direction: 'up' | 'down' | 'left' | 'right' | 'up-center' | 'down-center';
771
- static ɵfac: i0.ɵɵFactoryDeclaration<DropdownComponent, never>;
772
- static ɵcmp: i0.ɵɵComponentDeclaration<DropdownComponent, "rlb-dropdown", never, { "direction": { "alias": "direction"; "required": false; }; }, {}, never, ["a[rlb-dropdown], button[rlb-dropdown]", "[rlb-dropdown-menu], rlb-dropdown-container"], false, never>;
1050
+ declare class ChatContainerComponent {
1051
+ static ɵfac: i0.ɵɵFactoryDeclaration<ChatContainerComponent, never>;
1052
+ static ɵcmp: i0.ɵɵComponentDeclaration<ChatContainerComponent, "rlb-chat-container", never, {}, {}, never, ["*"], false, never>;
1053
+ }
1054
+
1055
+ declare class ChatItemComponent {
1056
+ id?: string;
1057
+ avatar?: string;
1058
+ text: string;
1059
+ dateTime?: Date | number;
1060
+ replayText?: string;
1061
+ replaySubject?: string;
1062
+ replayId?: string;
1063
+ position?: 'left' | 'right';
1064
+ reaction?: string;
1065
+ reply: EventEmitter<any>;
1066
+ reactionClick: EventEmitter<any>;
1067
+ canReply?: boolean;
1068
+ reactionSelector: EventEmitter<VisibilityEventBase>;
1069
+ replyClick(event: MouseEvent): void;
1070
+ static ɵfac: i0.ɵɵFactoryDeclaration<ChatItemComponent, never>;
1071
+ static ɵcmp: i0.ɵɵComponentDeclaration<ChatItemComponent, "rlb-chat-item", never, { "id": { "alias": "id"; "required": false; }; "avatar": { "alias": "avatar"; "required": false; }; "text": { "alias": "text"; "required": false; }; "dateTime": { "alias": "date-time"; "required": false; }; "replayText": { "alias": "replay-text"; "required": false; }; "replaySubject": { "alias": "replay-subject"; "required": false; }; "replayId": { "alias": "replay-id"; "required": false; }; "position": { "alias": "position"; "required": false; }; "reaction": { "alias": "reaction"; "required": false; }; "canReply": { "alias": "can-reply"; "required": false; }; }, { "reply": "reply"; "reactionClick": "reaction-click"; "reactionSelector": "reaction-selector"; }, never, ["*", "[reaction-picker]"], false, never>;
773
1072
  }
774
1073
 
775
1074
  declare class DropdownContainerComponent {
@@ -802,6 +1101,12 @@ declare class DropdownMenuItemComponent {
802
1101
  static ngAcceptInputType_textWrap: unknown;
803
1102
  }
804
1103
 
1104
+ declare class DropdownComponent {
1105
+ direction: 'up' | 'down' | 'left' | 'right' | 'up-center' | 'down-center';
1106
+ static ɵfac: i0.ɵɵFactoryDeclaration<DropdownComponent, never>;
1107
+ static ɵcmp: i0.ɵɵComponentDeclaration<DropdownComponent, "rlb-dropdown", never, { "direction": { "alias": "direction"; "required": false; }; }, {}, never, ["a[rlb-dropdown], button[rlb-dropdown]", "[rlb-dropdown-menu], rlb-dropdown-container"], false, never>;
1108
+ }
1109
+
805
1110
  declare class DropdownDirective implements DoCheck, OnInit, OnDestroy {
806
1111
  private elementRef;
807
1112
  private renderer;
@@ -818,34 +1123,6 @@ declare class DropdownDirective implements DoCheck, OnInit, OnDestroy {
818
1123
  static ɵdir: i0.ɵɵDirectiveDeclaration<DropdownDirective, "a[rlb-dropdown], button[rlb-dropdown], span[rlb-badge][rlb-dropdown]", never, { "offset": { "alias": "offset"; "required": false; }; "autoClose": { "alias": "auto-close"; "required": false; }; }, { "statusChanged": "status-changed"; }, never, never, false, never>;
819
1124
  }
820
1125
 
821
- declare class ListItemComponent {
822
- active?: boolean;
823
- disabled?: boolean;
824
- action?: boolean;
825
- constructor();
826
- static ɵfac: i0.ɵɵFactoryDeclaration<ListItemComponent, never>;
827
- static ɵcmp: i0.ɵɵComponentDeclaration<ListItemComponent, "rlb-list-item", never, { "active": { "alias": "active"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "action": { "alias": "action"; "required": false; }; }, {}, never, ["*"], false, never>;
828
- static ngAcceptInputType_active: unknown;
829
- static ngAcceptInputType_disabled: unknown;
830
- static ngAcceptInputType_action: unknown;
831
- }
832
-
833
- declare class ListComponent implements DoCheck {
834
- disabled?: boolean;
835
- numbered?: boolean;
836
- flush?: boolean;
837
- horizontal?: boolean;
838
- children: QueryList<ListItemComponent>;
839
- constructor();
840
- ngDoCheck(): void;
841
- static ɵfac: i0.ɵɵFactoryDeclaration<ListComponent, never>;
842
- static ɵcmp: i0.ɵɵComponentDeclaration<ListComponent, "rlb-list", never, { "disabled": { "alias": "disabled"; "required": false; }; "numbered": { "alias": "numbered"; "required": false; }; "flush": { "alias": "flush"; "required": false; }; "horizontal": { "alias": "horizontal"; "required": false; }; }, {}, ["children"], ["rlb-list-item, rlb-list-item-image"], false, never>;
843
- static ngAcceptInputType_disabled: unknown;
844
- static ngAcceptInputType_numbered: unknown;
845
- static ngAcceptInputType_flush: unknown;
846
- static ngAcceptInputType_horizontal: unknown;
847
- }
848
-
849
1126
  declare class ListItemImageComponent {
850
1127
  active: boolean;
851
1128
  disabled: boolean;
@@ -870,145 +1147,65 @@ declare class ListItemImageComponent {
870
1147
  static ngAcceptInputType_avatarSize: unknown;
871
1148
  }
872
1149
 
873
- declare class OffcanvasBodyComponent {
874
- static ɵfac: i0.ɵɵFactoryDeclaration<OffcanvasBodyComponent, never>;
875
- static ɵcmp: i0.ɵɵComponentDeclaration<OffcanvasBodyComponent, "rlb-offcanvas-body", never, {}, {}, never, ["*"], false, never>;
876
- }
877
-
878
- declare class OffcanvasHeaderComponent {
879
- set offcanvasId(offcanvasId: string);
880
- _offcanvasId: string;
881
- static ɵfac: i0.ɵɵFactoryDeclaration<OffcanvasHeaderComponent, never>;
882
- static ɵcmp: i0.ɵɵComponentDeclaration<OffcanvasHeaderComponent, "rlb-offcanvas-header", never, { "offcanvasId": { "alias": "offcanvasId"; "required": false; }; }, {}, never, ["[rlb-offcanvas-title]"], false, never>;
883
- }
884
-
885
- declare class OffcanvasTitleComponent {
886
- static ɵfac: i0.ɵɵFactoryDeclaration<OffcanvasTitleComponent, never>;
887
- static ɵcmp: i0.ɵɵComponentDeclaration<OffcanvasTitleComponent, "h*[rlb-offcanvas-title]", never, {}, {}, never, ["*"], false, never>;
888
- }
889
-
890
- declare class SidebarComponent {
891
- menu: any;
892
- data: any;
893
- sideMenu: ElementRef;
894
- isCollapsed: boolean;
895
- rounded: boolean;
896
- constructor();
897
- toggleSidebar(): void;
898
- static ɵfac: i0.ɵɵFactoryDeclaration<SidebarComponent, never>;
899
- static ɵcmp: i0.ɵɵComponentDeclaration<SidebarComponent, "rlb-sidebar", never, { "rounded": { "alias": "rounded"; "required": false; }; }, {}, never, ["rlb-sidebar-item"], false, never>;
900
- }
901
-
902
- declare class TabContentComponent {
903
- static ɵfac: i0.ɵɵFactoryDeclaration<TabContentComponent, never>;
904
- static ɵcmp: i0.ɵɵComponentDeclaration<TabContentComponent, "rlb-tab-content", never, {}, {}, never, ["rlb-tab-pane"], false, never>;
905
- }
906
-
907
- declare class TabPaneComponent {
908
- id: string;
1150
+ declare class ListItemComponent {
909
1151
  active?: boolean;
910
- fade?: boolean;
911
- static ɵfac: i0.ɵɵFactoryDeclaration<TabPaneComponent, never>;
912
- static ɵcmp: i0.ɵɵComponentDeclaration<TabPaneComponent, "rlb-tab-pane", never, { "id": { "alias": "id"; "required": true; }; "active": { "alias": "active"; "required": false; }; "fade": { "alias": "fade"; "required": false; }; }, {}, never, ["*"], false, never>;
1152
+ disabled?: boolean;
1153
+ action?: boolean;
1154
+ constructor();
1155
+ static ɵfac: i0.ɵɵFactoryDeclaration<ListItemComponent, never>;
1156
+ static ɵcmp: i0.ɵɵComponentDeclaration<ListItemComponent, "rlb-list-item", never, { "active": { "alias": "active"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "action": { "alias": "action"; "required": false; }; }, {}, never, ["*"], false, never>;
913
1157
  static ngAcceptInputType_active: unknown;
914
- static ngAcceptInputType_fade: unknown;
915
- }
916
-
917
- declare class ComponentHostDirective {
918
- viewContainerRef: ViewContainerRef;
919
- constructor(viewContainerRef: ViewContainerRef);
920
- static ɵfac: i0.ɵɵFactoryDeclaration<ComponentHostDirective, never>;
921
- static ɵdir: i0.ɵɵDirectiveDeclaration<ComponentHostDirective, "[component-host]", never, {}, {}, never, never, false, never>;
922
- }
923
-
924
- interface ComponentData<T = any> {
925
- data: T;
926
- }
927
-
928
- interface ComponentInfo<name = string, T = any> extends ComponentData<T> {
929
- name: name;
930
- }
931
-
932
- declare class GenericComponent implements ComponentInfo {
933
- component: Type<any>;
934
- constructor(component: Type<any>);
935
- name: string;
936
- data: any;
937
- }
938
-
939
- declare abstract class AbstractRegistryService<T extends Function> {
940
- protected registry: Map<string, T>;
941
- get(name: string | null | undefined): T | undefined;
942
- protected add(name: string, type: T): void;
943
- protected dasherizeName(type: Function): string;
944
- protected dasherizeString(val: string): string;
945
- static ɵfac: i0.ɵɵFactoryDeclaration<AbstractRegistryService<any>, never>;
946
- static ɵprov: i0.ɵɵInjectableDeclaration<AbstractRegistryService<any>>;
947
- }
948
-
949
- interface ComponentCreationOptions {
950
- inputs?: {
951
- [key: string]: any;
952
- };
953
- setInstance?: boolean;
954
- instanceInputName?: string;
955
- }
956
-
957
- declare abstract class BuilderComponent<T extends AbstractRegistryService<Function>> {
958
- protected registryService: T;
959
- abstract component: ComponentHostDirective;
960
- abstract builderId: string;
961
- constructor(registryService: T);
962
- buildComponent<Data = any, Options = any>(component: ComponentInfo<string, Data>, creationOptions?: ComponentCreationOptions, componentOptions?: Options): ComponentRef<GenericComponent> | null;
963
- static ɵfac: i0.ɵɵFactoryDeclaration<BuilderComponent<any>, never>;
964
- static ɵprov: i0.ɵɵInjectableDeclaration<BuilderComponent<any>>;
965
- }
966
-
967
- interface ModalData<T = any> {
968
- title: string;
969
- type?: ModalType;
970
- content: T;
971
- ok?: string;
972
- cancel?: string;
973
- }
974
-
975
- interface ModalOptions {
976
- backdrop?: boolean | 'static';
977
- scrollable?: boolean;
978
- verticalcentered?: boolean;
979
- animation?: boolean;
980
- size?: 'sm' | 'lg' | 'xl' | 'md';
981
- fullscreen?: boolean | 'sm-down' | 'md-down' | 'lg-down' | 'xl-down' | 'xxl-down';
982
- focus?: boolean;
983
- keyboard?: boolean;
1158
+ static ngAcceptInputType_disabled: unknown;
1159
+ static ngAcceptInputType_action: unknown;
984
1160
  }
985
1161
 
986
- interface ModalResult<T = void> {
987
- reason: ModalCloseReason;
988
- result: T;
1162
+ declare class ListComponent implements DoCheck {
1163
+ disabled?: boolean;
1164
+ numbered?: boolean;
1165
+ flush?: boolean;
1166
+ horizontal?: boolean;
1167
+ children: QueryList<ListItemComponent>;
1168
+ constructor();
1169
+ ngDoCheck(): void;
1170
+ static ɵfac: i0.ɵɵFactoryDeclaration<ListComponent, never>;
1171
+ static ɵcmp: i0.ɵɵComponentDeclaration<ListComponent, "rlb-list", never, { "disabled": { "alias": "disabled"; "required": false; }; "numbered": { "alias": "numbered"; "required": false; }; "flush": { "alias": "flush"; "required": false; }; "horizontal": { "alias": "horizontal"; "required": false; }; }, {}, ["children"], ["rlb-list-item, rlb-list-item-image"], false, never>;
1172
+ static ngAcceptInputType_disabled: unknown;
1173
+ static ngAcceptInputType_numbered: unknown;
1174
+ static ngAcceptInputType_flush: unknown;
1175
+ static ngAcceptInputType_horizontal: unknown;
989
1176
  }
990
1177
 
991
- declare class ModalRegistryOptions {
992
- modals: {
993
- [name: string]: Type<any>;
994
- };
995
- static ɵfac: i0.ɵɵFactoryDeclaration<ModalRegistryOptions, never>;
996
- static ɵprov: i0.ɵɵInjectableDeclaration<ModalRegistryOptions>;
1178
+ declare class ProgressComponent {
1179
+ max: number;
1180
+ min: number;
1181
+ value: number;
1182
+ height: number;
1183
+ animated?: boolean;
1184
+ striped?: boolean;
1185
+ infinite?: boolean;
1186
+ ariaLabel: string;
1187
+ showValue?: boolean;
1188
+ color: Color;
1189
+ textColor: Color;
1190
+ getPercentValue(): number;
1191
+ static ɵfac: i0.ɵɵFactoryDeclaration<ProgressComponent, never>;
1192
+ static ɵcmp: i0.ɵɵComponentDeclaration<ProgressComponent, "rlb-progress", never, { "max": { "alias": "max"; "required": false; }; "min": { "alias": "min"; "required": false; }; "value": { "alias": "value"; "required": false; }; "height": { "alias": "height"; "required": false; }; "animated": { "alias": "animated"; "required": false; }; "striped": { "alias": "striped"; "required": false; }; "infinite": { "alias": "infinite"; "required": false; }; "ariaLabel": { "alias": "aria-label"; "required": false; }; "showValue": { "alias": "showValue"; "required": false; }; "color": { "alias": "color"; "required": false; }; "textColor": { "alias": "text-color"; "required": false; }; }, {}, never, ["*"], false, never>;
1193
+ static ngAcceptInputType_max: unknown;
1194
+ static ngAcceptInputType_min: unknown;
1195
+ static ngAcceptInputType_value: unknown;
1196
+ static ngAcceptInputType_height: unknown;
1197
+ static ngAcceptInputType_animated: unknown;
1198
+ static ngAcceptInputType_striped: unknown;
1199
+ static ngAcceptInputType_infinite: unknown;
1200
+ static ngAcceptInputType_showValue: unknown;
997
1201
  }
998
1202
 
999
- declare class InnerModalService extends AbstractRegistryService<Type<any>> {
1000
- private mediaMatcher;
1001
- private uniqueIdService;
1002
- private allModals;
1003
- private builders;
1004
- registerBuilder(builder: BuilderComponent<InnerModalService>): void;
1005
- removeBuilder(builderId: string): void;
1006
- getBuilder(): BuilderComponent<InnerModalService>;
1007
- constructor(options: ModalRegistryOptions, mediaMatcher: MediaMatcher, uniqueIdService: UniqueIdService);
1008
- openModal<Input = any, Output = any>(name: string, data: ModalData<Input>, options?: ModalOptions): Observable<ModalResult<Output>>;
1009
- eventModal(event: string, reason: ModalCloseReason, id: string, result: any): void;
1010
- static ɵfac: i0.ɵɵFactoryDeclaration<InnerModalService, never>;
1011
- static ɵprov: i0.ɵɵInjectableDeclaration<InnerModalService>;
1203
+ declare class SpinnerComponent {
1204
+ style?: 'grow' | 'border';
1205
+ color?: Color;
1206
+ size?: 'sm' | 'md' | 'lg';
1207
+ static ɵfac: i0.ɵɵFactoryDeclaration<SpinnerComponent, never>;
1208
+ static ɵcmp: i0.ɵɵComponentDeclaration<SpinnerComponent, "rlb-spinner", never, { "style": { "alias": "style"; "required": false; }; "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, never, false, never>;
1012
1209
  }
1013
1210
 
1014
1211
  declare class ModalContainerComponent extends BuilderComponent<InnerModalService> implements OnDestroy {
@@ -1051,106 +1248,72 @@ declare class ModalDirective implements OnDestroy, AfterViewInit, OnInit {
1051
1248
  static ɵdir: i0.ɵɵDirectiveDeclaration<ModalDirective, "[rlb-modal]", never, { "id": { "alias": "id"; "required": false; }; "instance": { "alias": "data-instance"; "required": false; }; "options": { "alias": "data-options"; "required": false; }; }, {}, never, never, true, never>;
1052
1249
  }
1053
1250
 
1054
- declare class ModalService {
1055
- private modalService;
1056
- constructor(modalService: InnerModalService);
1057
- openModal<Input = any, Output = any>(name: string, data: ModalData<Input>, options?: ModalOptions): Observable<ModalResult<Output>>;
1058
- openSimpleModal(title: string, body: string, header?: string, ok?: string, type?: ModalType, options?: ModalOptions): Observable<ModalResult<void>>;
1059
- openConfirmModal(title: string, body: string, header?: string, ok?: string, cancel?: string, type?: ModalType, options?: ModalOptions): Observable<ModalResult<void>>;
1060
- static ɵfac: i0.ɵɵFactoryDeclaration<ModalService, never>;
1061
- static ɵprov: i0.ɵɵInjectableDeclaration<ModalService>;
1062
- }
1063
-
1064
1251
  declare const MODALS: (typeof ModalContainerComponent)[];
1065
1252
 
1066
- interface ToastData<T = any> {
1067
- title: string;
1068
- subtitle?: string;
1069
- type?: ModalType;
1070
- content: T;
1071
- ok?: string;
1072
- }
1073
-
1074
- declare class ToastRegistryOptions {
1075
- toasts: {
1076
- [name: string]: Type<any>;
1077
- };
1078
- static ɵfac: i0.ɵɵFactoryDeclaration<ToastRegistryOptions, never>;
1079
- static ɵprov: i0.ɵɵInjectableDeclaration<ToastRegistryOptions>;
1253
+ declare class OffcanvasBodyComponent {
1254
+ static ɵfac: i0.ɵɵFactoryDeclaration<OffcanvasBodyComponent, never>;
1255
+ static ɵcmp: i0.ɵɵComponentDeclaration<OffcanvasBodyComponent, "rlb-offcanvas-body", never, {}, {}, never, ["*"], false, never>;
1080
1256
  }
1081
1257
 
1082
- interface ToastResult<T = void> {
1083
- reason: ToastCloseReason;
1084
- result: T | null;
1258
+ declare class OffcanvasHeaderComponent {
1259
+ set offcanvasId(offcanvasId: string);
1260
+ _offcanvasId: string;
1261
+ static ɵfac: i0.ɵɵFactoryDeclaration<OffcanvasHeaderComponent, never>;
1262
+ static ɵcmp: i0.ɵɵComponentDeclaration<OffcanvasHeaderComponent, "rlb-offcanvas-header", never, { "offcanvasId": { "alias": "offcanvasId"; "required": false; }; }, {}, never, ["[rlb-offcanvas-title]"], false, never>;
1085
1263
  }
1086
1264
 
1087
- interface ToastOptions {
1088
- animation?: boolean;
1089
- autohide?: boolean;
1090
- delay?: number;
1091
- color?: Color;
1092
- classes?: string[];
1265
+ declare class OffcanvasTitleComponent {
1266
+ static ɵfac: i0.ɵɵFactoryDeclaration<OffcanvasTitleComponent, never>;
1267
+ static ɵcmp: i0.ɵɵComponentDeclaration<OffcanvasTitleComponent, "h*[rlb-offcanvas-title]", never, {}, {}, never, ["*"], false, never>;
1093
1268
  }
1094
1269
 
1095
- declare class InnerToastService extends AbstractRegistryService<Type<any>> {
1096
- private uniqueIdService;
1097
- private allModals;
1098
- private builders;
1099
- registerBuilder(builder: BuilderComponent<InnerToastService>): void;
1100
- removeBuilder(builderId: string): void;
1101
- getBuilder(builderId: string): BuilderComponent<InnerToastService>;
1102
- constructor(options: ToastRegistryOptions, uniqueIdService: UniqueIdService);
1103
- openToast<Input = any, Output = any>(builderId: string, componentName: string, data: ToastData<Input>, options?: ToastOptions): Observable<ToastResult<Output> | null>;
1104
- eventToast(event: string, reason: ModalCloseReason, id: string, result: any): void;
1105
- static ɵfac: i0.ɵɵFactoryDeclaration<InnerToastService, never>;
1106
- static ɵprov: i0.ɵɵInjectableDeclaration<InnerToastService>;
1270
+ declare class RlbPlaceholderLineComponent {
1271
+ size: 'xs' | 'sm' | 'md' | 'lg';
1272
+ color: string;
1273
+ width: string;
1274
+ height?: string;
1275
+ rounded: boolean;
1276
+ get hostClasses(): string;
1277
+ get styleWidth(): string;
1278
+ get styleHeight(): string | null;
1279
+ display: string;
1280
+ marginBottom: string;
1281
+ static ɵfac: i0.ɵɵFactoryDeclaration<RlbPlaceholderLineComponent, never>;
1282
+ static ɵcmp: i0.ɵɵComponentDeclaration<RlbPlaceholderLineComponent, "rlb-placeholder-line", never, { "size": { "alias": "size"; "required": false; }; "color": { "alias": "color"; "required": false; }; "width": { "alias": "width"; "required": false; }; "height": { "alias": "height"; "required": false; }; "rounded": { "alias": "rounded"; "required": false; }; }, {}, never, never, false, never>;
1107
1283
  }
1108
1284
 
1109
- declare class ToastContainerComponent extends BuilderComponent<InnerToastService> implements OnDestroy {
1110
- private toastService;
1111
- builderId: string;
1112
- component: ComponentHostDirective;
1113
- constructor(toastService: InnerToastService);
1114
- ngOnDestroy(): void;
1115
- static ɵfac: i0.ɵɵFactoryDeclaration<ToastContainerComponent, never>;
1116
- static ɵcmp: i0.ɵɵComponentDeclaration<ToastContainerComponent, "rlb-toast-container", never, { "builderId": { "alias": "id"; "required": true; }; }, {}, never, never, false, never>;
1285
+ declare class RlbPlaceholderTextComponent {
1286
+ lines: number;
1287
+ size: 'xs' | 'sm' | 'md' | 'lg';
1288
+ color: string;
1289
+ animation: 'glow' | 'wave' | 'none';
1290
+ width: string | string[];
1291
+ height?: string;
1292
+ rounded: boolean;
1293
+ get computedWidths(): string[];
1294
+ static ɵfac: i0.ɵɵFactoryDeclaration<RlbPlaceholderTextComponent, never>;
1295
+ static ɵcmp: i0.ɵɵComponentDeclaration<RlbPlaceholderTextComponent, "rlb-placeholder-text", never, { "lines": { "alias": "lines"; "required": false; }; "size": { "alias": "size"; "required": false; }; "color": { "alias": "color"; "required": false; }; "animation": { "alias": "animation"; "required": false; }; "width": { "alias": "width"; "required": false; }; "height": { "alias": "height"; "required": false; }; "rounded": { "alias": "rounded"; "required": false; }; }, {}, never, never, false, never>;
1117
1296
  }
1118
1297
 
1119
- interface IToast<Input = any, Output = any> extends ComponentData<ToastData<Input>> {
1120
- valid?: boolean;
1121
- result?: Output;
1298
+ declare class RlbPlaceholderComponent {
1299
+ animation: 'glow' | 'wave' | 'none';
1300
+ get containerClass(): string | string[];
1301
+ static ɵfac: i0.ɵɵFactoryDeclaration<RlbPlaceholderComponent, never>;
1302
+ static ɵcmp: i0.ɵɵComponentDeclaration<RlbPlaceholderComponent, "rlb-placeholder", never, { "animation": { "alias": "animation"; "required": false; }; }, {}, never, ["*"], false, never>;
1122
1303
  }
1123
1304
 
1124
- declare class ToastDirective implements OnDestroy, AfterViewInit {
1125
- private el;
1305
+ declare class PlaceholderDirective implements DoCheck {
1306
+ private elementRef;
1126
1307
  private renderer;
1127
- private innerToastService;
1128
- id: string;
1129
- instance: IToast;
1130
- options: ToastOptions;
1131
- private bsToast;
1132
- private contentElement;
1133
- private _reasonButtons;
1134
- private _toastReason;
1135
- constructor(el: ElementRef, renderer: Renderer2, innerToastService: InnerToastService);
1136
- ngAfterViewInit(): void;
1137
- ngOnDestroy(): void;
1138
- private _openChange_f;
1139
- initButtons(): void;
1140
- static ɵfac: i0.ɵɵFactoryDeclaration<ToastDirective, never>;
1141
- static ɵdir: i0.ɵɵDirectiveDeclaration<ToastDirective, "[rlb-toast]", never, { "id": { "alias": "id"; "required": false; }; "instance": { "alias": "data-instance"; "required": false; }; "options": { "alias": "data-options"; "required": false; }; }, {}, never, never, true, never>;
1142
- }
1143
-
1144
- declare class ToastService {
1145
- private modalService;
1146
- constructor(modalService: InnerToastService);
1147
- openToast<Input = any, Output = any>(containerId: string, name: string, data: ToastData<Input>, options?: ToastOptions): Observable<ToastResult<Output> | null>;
1148
- static ɵfac: i0.ɵɵFactoryDeclaration<ToastService, never>;
1149
- static ɵprov: i0.ɵɵInjectableDeclaration<ToastService>;
1308
+ color?: Color;
1309
+ size?: 'xs' | 'sm' | 'md' | 'lg';
1310
+ animation?: 'glow' | 'fade' | 'none';
1311
+ constructor(elementRef: ElementRef, renderer: Renderer2);
1312
+ ngDoCheck(): void;
1313
+ static ɵfac: i0.ɵɵFactoryDeclaration<PlaceholderDirective, never>;
1314
+ static ɵdir: i0.ɵɵDirectiveDeclaration<PlaceholderDirective, "[rlb-placeholder]", never, { "color": { "alias": "placeholder-color"; "required": false; }; "size": { "alias": "placeholder-size"; "required": false; }; "animation": { "alias": "placeholder-animation"; "required": false; }; }, {}, never, never, false, never>;
1150
1315
  }
1151
1316
 
1152
- declare const TOASTS: (typeof ToastContainerComponent)[];
1153
-
1154
1317
  declare class ScrollspyDirective implements AfterViewInit, OnDestroy, OnChanges {
1155
1318
  private elementRef;
1156
1319
  target?: string;
@@ -1170,36 +1333,66 @@ declare class ScrollspyDirective implements AfterViewInit, OnDestroy, OnChanges
1170
1333
  static ngAcceptInputType_smooth: unknown;
1171
1334
  }
1172
1335
 
1173
- declare class CarouselCaptionComponent {
1174
- static ɵfac: i0.ɵɵFactoryDeclaration<CarouselCaptionComponent, never>;
1175
- static ɵcmp: i0.ɵɵComponentDeclaration<CarouselCaptionComponent, "rlb-carousel-caption", never, {}, {}, never, ["*"], false, never>;
1336
+ declare class SidebarComponent {
1337
+ menu: any;
1338
+ data: any;
1339
+ sideMenu: ElementRef;
1340
+ isCollapsed: boolean;
1341
+ rounded: boolean;
1342
+ constructor();
1343
+ toggleSidebar(): void;
1344
+ static ɵfac: i0.ɵɵFactoryDeclaration<SidebarComponent, never>;
1345
+ static ɵcmp: i0.ɵɵComponentDeclaration<SidebarComponent, "rlb-sidebar", never, { "rounded": { "alias": "rounded"; "required": false; }; }, {}, never, ["rlb-sidebar-item"], false, never>;
1176
1346
  }
1177
1347
 
1178
- declare class ChatContainerComponent {
1179
- static ɵfac: i0.ɵɵFactoryDeclaration<ChatContainerComponent, never>;
1180
- static ɵcmp: i0.ɵɵComponentDeclaration<ChatContainerComponent, "rlb-chat-container", never, {}, {}, never, ["*"], false, never>;
1348
+ declare class TabContentComponent {
1349
+ static ɵfac: i0.ɵɵFactoryDeclaration<TabContentComponent, never>;
1350
+ static ɵcmp: i0.ɵɵComponentDeclaration<TabContentComponent, "rlb-tab-content", never, {}, {}, never, ["rlb-tab-pane"], false, never>;
1181
1351
  }
1182
1352
 
1183
- declare class ChatItemComponent {
1184
- id?: string;
1185
- avatar?: string;
1186
- text: string;
1187
- dateTime?: Date | number;
1188
- replayText?: string;
1189
- replaySubject?: string;
1190
- replayId?: string;
1191
- position?: 'left' | 'right';
1192
- reaction?: string;
1193
- reply: EventEmitter<any>;
1194
- reactionClick: EventEmitter<any>;
1195
- canReply?: boolean;
1196
- reactionSelector: EventEmitter<VisibilityEventBase>;
1197
- replyClick(event: MouseEvent): void;
1198
- static ɵfac: i0.ɵɵFactoryDeclaration<ChatItemComponent, never>;
1199
- static ɵcmp: i0.ɵɵComponentDeclaration<ChatItemComponent, "rlb-chat-item", never, { "id": { "alias": "id"; "required": false; }; "avatar": { "alias": "avatar"; "required": false; }; "text": { "alias": "text"; "required": false; }; "dateTime": { "alias": "date-time"; "required": false; }; "replayText": { "alias": "replay-text"; "required": false; }; "replaySubject": { "alias": "replay-subject"; "required": false; }; "replayId": { "alias": "replay-id"; "required": false; }; "position": { "alias": "position"; "required": false; }; "reaction": { "alias": "reaction"; "required": false; }; "canReply": { "alias": "can-reply"; "required": false; }; }, { "reply": "reply"; "reactionClick": "reaction-click"; "reactionSelector": "reaction-selector"; }, never, ["*", "[reaction-picker]"], false, never>;
1353
+ declare class TabPaneComponent {
1354
+ id: string;
1355
+ active?: boolean;
1356
+ fade?: boolean;
1357
+ static ɵfac: i0.ɵɵFactoryDeclaration<TabPaneComponent, never>;
1358
+ static ɵcmp: i0.ɵɵComponentDeclaration<TabPaneComponent, "rlb-tab-pane", never, { "id": { "alias": "id"; "required": true; }; "active": { "alias": "active"; "required": false; }; "fade": { "alias": "fade"; "required": false; }; }, {}, never, ["*"], false, never>;
1359
+ static ngAcceptInputType_active: unknown;
1360
+ static ngAcceptInputType_fade: unknown;
1361
+ }
1362
+
1363
+ declare class PopoverDirective implements DoCheck, AfterViewInit {
1364
+ private elementRef;
1365
+ private renderer;
1366
+ static bsInit: boolean;
1367
+ popover: string | undefined;
1368
+ placement: 'top' | 'bottom' | 'left' | 'right';
1369
+ customClass: string;
1370
+ title: string;
1371
+ constructor(elementRef: ElementRef, renderer: Renderer2);
1372
+ ngDoCheck(): void;
1373
+ ngAfterViewInit(): void;
1374
+ static ɵfac: i0.ɵɵFactoryDeclaration<PopoverDirective, never>;
1375
+ static ɵdir: i0.ɵɵDirectiveDeclaration<PopoverDirective, "[popover]", never, { "popover": { "alias": "popover"; "required": true; }; "placement": { "alias": "popover-placement"; "required": false; }; "customClass": { "alias": "popover-class"; "required": false; }; "title": { "alias": "popover-title"; "required": false; }; }, {}, never, never, false, never>;
1376
+ }
1377
+
1378
+ declare class TooltipDirective implements OnInit, OnChanges {
1379
+ private elementRef;
1380
+ private renderer;
1381
+ static bsInit: boolean;
1382
+ private _tooltip;
1383
+ tooltip: string | null | undefined;
1384
+ placement: 'top' | 'bottom' | 'left' | 'right';
1385
+ customClass: string;
1386
+ html?: boolean;
1387
+ constructor(elementRef: ElementRef, renderer: Renderer2);
1388
+ ngOnChanges(changes: SimpleChanges): void;
1389
+ ngOnInit(): void;
1390
+ static ɵfac: i0.ɵɵFactoryDeclaration<TooltipDirective, never>;
1391
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TooltipDirective, "[tooltip]", never, { "tooltip": { "alias": "tooltip"; "required": true; }; "placement": { "alias": "tooltip-placement"; "required": false; }; "customClass": { "alias": "tooltip-class"; "required": false; }; "html": { "alias": "tooltip-html"; "required": false; }; }, {}, never, never, false, never>;
1392
+ static ngAcceptInputType_html: unknown;
1200
1393
  }
1201
1394
 
1202
- declare const COMPONENTS: (typeof AccordionItemComponent | typeof AccordionComponent | typeof AlertComponent | typeof BadgeComponent | typeof ToggleDirective | typeof CarouselComponent | typeof NavbarBrandDirective | typeof NavbarComponent | typeof NavbarFormComponent | typeof NavbarTextComponent | typeof NavbarItemsComponent | typeof NavbarDropdownItemComponent | typeof NavbarItemComponent | typeof NavbarSeparatorComponent | typeof OffcanvasComponent | typeof SidebarItemComponent | typeof NavComponent | typeof NavItemComponent | typeof TabsComponent | typeof TabComponent | typeof PaginationItemComponent | typeof PaginationComponent | typeof AvatarComponent | typeof _open_rlb_ng_bootstrap.ModalContainerComponent[] | typeof _open_rlb_ng_bootstrap.ToastContainerComponent[])[];
1395
+ declare const COMPONENTS: (typeof AccordionItemComponent | typeof AccordionComponent | typeof AlertComponent | typeof BadgeComponent | typeof ToggleDirective | typeof CarouselComponent | typeof _open_rlb_ng_bootstrap.ModalContainerComponent[] | typeof NavItemComponent | typeof NavComponent | typeof NavbarBrandDirective | typeof NavbarFormComponent | typeof AvatarComponent | typeof NavbarComponent | typeof NavbarTextComponent | typeof NavbarItemsComponent | typeof NavbarDropdownItemComponent | typeof NavbarItemComponent | typeof NavbarSeparatorComponent | typeof OffcanvasComponent | typeof SidebarItemComponent | typeof TabsComponent | typeof TabComponent | typeof PaginationItemComponent | typeof PaginationComponent | typeof _open_rlb_ng_bootstrap.ToastContainerComponent[] | (typeof _open_rlb_ng_bootstrap.CalendarComponent | typeof _open_rlb_ng_bootstrap.CalendarHeaderComponent | typeof _open_rlb_ng_bootstrap.CalendarGrid | typeof _open_rlb_ng_bootstrap.CalendarWeekGridComponent | typeof _open_rlb_ng_bootstrap.CalendarEventComponent)[])[];
1203
1396
 
1204
1397
  declare class DataTableActionComponent implements OnInit {
1205
1398
  private viewContainerRef;
@@ -1941,7 +2134,7 @@ declare const PIPES: (typeof DateTzPipe | typeof MonthFormatterPipe | typeof Day
1941
2134
 
1942
2135
  declare class RlbBootstrapModule {
1943
2136
  static ɵfac: i0.ɵɵFactoryDeclaration<RlbBootstrapModule, never>;
1944
- static ɵmod: i0.ɵɵNgModuleDeclaration<RlbBootstrapModule, [typeof DataTableActionComponent, typeof DataTableActionsComponent, typeof DataTableCellComponent, typeof DataTableHeaderComponent, typeof DataTableRowComponent, typeof DataTableComponent, typeof DataTableLoadingComponent, typeof DataTableNoItemsComponent, typeof AutocompleteComponent, typeof CheckboxComponent, typeof InputComponent, typeof SwitchComponent, typeof TextAreaComponent, typeof ColorComponent, typeof DatalistComponent, typeof RangeComponent, typeof SelectComponent, typeof RadioComponent, typeof OptionComponent, typeof FileComponent, typeof InputGroupComponent, typeof HelpText, typeof DndDirective, typeof FileDndComponent, typeof InputValidationComponent, typeof AutocompleteCountryComponent, typeof AutocompleteTimezonesComponent, typeof AutocompleteCountryDialCodeComponent, typeof AlertComponent, typeof BreadcrumbComponent, typeof AccordionComponent, typeof AccordionItemComponent, typeof AccordionHeaderComponent, typeof AccordionBodyComponent, typeof ButtonComponent, typeof ButtonCloseComponent, typeof ButtonGroupComponent, typeof ButtonToolbarComponent, typeof RlbFabComponent, typeof BadgeDirective, typeof BadgeComponent, typeof CardBodyComponent, typeof CardFooterComponent, typeof CardGroupComponent, typeof CardHeaderComponent, typeof CardImageComponent, typeof CardLinkComponent, typeof CardSubtitleComponent, typeof CardTextComponent, typeof CardTitleComponent, typeof CardComponent, typeof SpinnerComponent, typeof ProgressComponent, typeof TooltipDirective, typeof PopoverDirective, typeof PlaceholderDirective, typeof CollapseComponent, typeof DropdownComponent, typeof DropdownContainerComponent, typeof DropdownMenuItemComponent, typeof DropdownDirective, typeof NavbarBrandDirective, typeof NavbarComponent, typeof NavbarFormComponent, typeof NavbarTextComponent, typeof NavbarItemsComponent, typeof NavbarDropdownItemComponent, typeof NavbarItemComponent, typeof NavbarSeparatorComponent, typeof OffcanvasComponent, typeof OffcanvasHeaderComponent, typeof OffcanvasTitleComponent, typeof OffcanvasBodyComponent, typeof ToggleDirective, typeof SidebarComponent, typeof SidebarItemComponent, typeof NavComponent, typeof NavItemComponent, typeof TabsComponent, typeof TabComponent, typeof TabContentComponent, typeof TabPaneComponent, typeof PaginationItemComponent, typeof PaginationComponent, typeof ScrollspyDirective, typeof CarouselComponent, typeof CarouselCaptionComponent, typeof CarouselSlideComponent, typeof ListComponent, typeof ListItemComponent, typeof ListItemImageComponent, typeof AvatarComponent, typeof ChatContainerComponent, typeof ChatItemComponent, typeof RlbPlaceholderComponent, typeof RlbPlaceholderLineComponent, typeof RlbPlaceholderTextComponent, typeof ModalContainerComponent, typeof ToastContainerComponent, typeof ComponentHostDirective, typeof DateTzPipe, typeof MonthFormatterPipe, typeof DayOfWeekPipe, typeof FormFieldsComponent], [typeof i105.CommonModule, typeof i106.FormsModule, typeof i106.ReactiveFormsModule, typeof i107.TranslateModule, typeof i108.RouterModule], [typeof DataTableActionComponent, typeof DataTableActionsComponent, typeof DataTableCellComponent, typeof DataTableHeaderComponent, typeof DataTableRowComponent, typeof DataTableComponent, typeof DataTableLoadingComponent, typeof DataTableNoItemsComponent, typeof AutocompleteComponent, typeof CheckboxComponent, typeof InputComponent, typeof SwitchComponent, typeof TextAreaComponent, typeof ColorComponent, typeof DatalistComponent, typeof RangeComponent, typeof SelectComponent, typeof RadioComponent, typeof OptionComponent, typeof FileComponent, typeof InputGroupComponent, typeof HelpText, typeof DndDirective, typeof FileDndComponent, typeof InputValidationComponent, typeof AutocompleteCountryComponent, typeof AutocompleteTimezonesComponent, typeof AutocompleteCountryDialCodeComponent, typeof AlertComponent, typeof BreadcrumbComponent, typeof AccordionComponent, typeof AccordionItemComponent, typeof AccordionHeaderComponent, typeof AccordionBodyComponent, typeof ButtonComponent, typeof ButtonCloseComponent, typeof ButtonGroupComponent, typeof ButtonToolbarComponent, typeof RlbFabComponent, typeof BadgeDirective, typeof BadgeComponent, typeof CardBodyComponent, typeof CardFooterComponent, typeof CardGroupComponent, typeof CardHeaderComponent, typeof CardImageComponent, typeof CardLinkComponent, typeof CardSubtitleComponent, typeof CardTextComponent, typeof CardTitleComponent, typeof CardComponent, typeof SpinnerComponent, typeof ProgressComponent, typeof TooltipDirective, typeof PopoverDirective, typeof PlaceholderDirective, typeof CollapseComponent, typeof DropdownComponent, typeof DropdownContainerComponent, typeof DropdownMenuItemComponent, typeof DropdownDirective, typeof NavbarBrandDirective, typeof NavbarComponent, typeof NavbarFormComponent, typeof NavbarTextComponent, typeof NavbarItemsComponent, typeof NavbarDropdownItemComponent, typeof NavbarItemComponent, typeof NavbarSeparatorComponent, typeof OffcanvasComponent, typeof OffcanvasHeaderComponent, typeof OffcanvasTitleComponent, typeof OffcanvasBodyComponent, typeof ToggleDirective, typeof SidebarComponent, typeof SidebarItemComponent, typeof NavComponent, typeof NavItemComponent, typeof TabsComponent, typeof TabComponent, typeof TabContentComponent, typeof TabPaneComponent, typeof PaginationItemComponent, typeof PaginationComponent, typeof ScrollspyDirective, typeof CarouselComponent, typeof CarouselCaptionComponent, typeof CarouselSlideComponent, typeof ListComponent, typeof ListItemComponent, typeof ListItemImageComponent, typeof AvatarComponent, typeof ChatContainerComponent, typeof ChatItemComponent, typeof RlbPlaceholderComponent, typeof RlbPlaceholderLineComponent, typeof RlbPlaceholderTextComponent, typeof ModalContainerComponent, typeof ToastContainerComponent, typeof DateTzPipe, typeof MonthFormatterPipe, typeof DayOfWeekPipe, typeof FormFieldsComponent]>;
2137
+ static ɵmod: i0.ɵɵNgModuleDeclaration<RlbBootstrapModule, [typeof DataTableActionComponent, typeof DataTableActionsComponent, typeof DataTableCellComponent, typeof DataTableHeaderComponent, typeof DataTableRowComponent, typeof DataTableComponent, typeof DataTableLoadingComponent, typeof DataTableNoItemsComponent, typeof AutocompleteComponent, typeof CheckboxComponent, typeof InputComponent, typeof SwitchComponent, typeof TextAreaComponent, typeof ColorComponent, typeof DatalistComponent, typeof RangeComponent, typeof SelectComponent, typeof RadioComponent, typeof OptionComponent, typeof FileComponent, typeof InputGroupComponent, typeof HelpText, typeof DndDirective, typeof FileDndComponent, typeof InputValidationComponent, typeof AutocompleteCountryComponent, typeof AutocompleteTimezonesComponent, typeof AutocompleteCountryDialCodeComponent, typeof AlertComponent, typeof BreadcrumbComponent, typeof AccordionComponent, typeof AccordionItemComponent, typeof AccordionHeaderComponent, typeof AccordionBodyComponent, typeof ButtonComponent, typeof ButtonCloseComponent, typeof ButtonGroupComponent, typeof ButtonToolbarComponent, typeof RlbFabComponent, typeof BadgeDirective, typeof BadgeComponent, typeof CardBodyComponent, typeof CardFooterComponent, typeof CardGroupComponent, typeof CardHeaderComponent, typeof CardImageComponent, typeof CardLinkComponent, typeof CardSubtitleComponent, typeof CardTextComponent, typeof CardTitleComponent, typeof CardComponent, typeof SpinnerComponent, typeof ProgressComponent, typeof TooltipDirective, typeof PopoverDirective, typeof PlaceholderDirective, typeof CollapseComponent, typeof DropdownComponent, typeof DropdownContainerComponent, typeof DropdownMenuItemComponent, typeof DropdownDirective, typeof NavbarBrandDirective, typeof NavbarComponent, typeof NavbarFormComponent, typeof NavbarTextComponent, typeof NavbarItemsComponent, typeof NavbarDropdownItemComponent, typeof NavbarItemComponent, typeof NavbarSeparatorComponent, typeof OffcanvasComponent, typeof OffcanvasHeaderComponent, typeof OffcanvasTitleComponent, typeof OffcanvasBodyComponent, typeof ToggleDirective, typeof SidebarComponent, typeof SidebarItemComponent, typeof NavComponent, typeof NavItemComponent, typeof TabsComponent, typeof TabComponent, typeof TabContentComponent, typeof TabPaneComponent, typeof PaginationItemComponent, typeof PaginationComponent, typeof ScrollspyDirective, typeof CarouselComponent, typeof CarouselCaptionComponent, typeof CarouselSlideComponent, typeof ListComponent, typeof ListItemComponent, typeof ListItemImageComponent, typeof AvatarComponent, typeof ChatContainerComponent, typeof ChatItemComponent, typeof RlbPlaceholderComponent, typeof RlbPlaceholderLineComponent, typeof RlbPlaceholderTextComponent, typeof ModalContainerComponent, typeof ToastContainerComponent, typeof CalendarComponent, typeof CalendarHeaderComponent, typeof CalendarGrid, typeof CalendarWeekGridComponent, typeof CalendarMonthGridComponent, typeof CalendarEventComponent, typeof ComponentHostDirective, typeof DateTzPipe, typeof MonthFormatterPipe, typeof DayOfWeekPipe, typeof FormFieldsComponent], [typeof i111.CommonModule, typeof i112.FormsModule, typeof i112.ReactiveFormsModule, typeof i113.TranslateModule, typeof i114.RouterModule, typeof i115.CdkDrag, typeof i115.CdkDropListGroup, typeof i115.CdkDropList, typeof i115.CdkDragPlaceholder, typeof i115.CdkDragPreview], [typeof DataTableActionComponent, typeof DataTableActionsComponent, typeof DataTableCellComponent, typeof DataTableHeaderComponent, typeof DataTableRowComponent, typeof DataTableComponent, typeof DataTableLoadingComponent, typeof DataTableNoItemsComponent, typeof AutocompleteComponent, typeof CheckboxComponent, typeof InputComponent, typeof SwitchComponent, typeof TextAreaComponent, typeof ColorComponent, typeof DatalistComponent, typeof RangeComponent, typeof SelectComponent, typeof RadioComponent, typeof OptionComponent, typeof FileComponent, typeof InputGroupComponent, typeof HelpText, typeof DndDirective, typeof FileDndComponent, typeof InputValidationComponent, typeof AutocompleteCountryComponent, typeof AutocompleteTimezonesComponent, typeof AutocompleteCountryDialCodeComponent, typeof AlertComponent, typeof BreadcrumbComponent, typeof AccordionComponent, typeof AccordionItemComponent, typeof AccordionHeaderComponent, typeof AccordionBodyComponent, typeof ButtonComponent, typeof ButtonCloseComponent, typeof ButtonGroupComponent, typeof ButtonToolbarComponent, typeof RlbFabComponent, typeof BadgeDirective, typeof BadgeComponent, typeof CardBodyComponent, typeof CardFooterComponent, typeof CardGroupComponent, typeof CardHeaderComponent, typeof CardImageComponent, typeof CardLinkComponent, typeof CardSubtitleComponent, typeof CardTextComponent, typeof CardTitleComponent, typeof CardComponent, typeof SpinnerComponent, typeof ProgressComponent, typeof TooltipDirective, typeof PopoverDirective, typeof PlaceholderDirective, typeof CollapseComponent, typeof DropdownComponent, typeof DropdownContainerComponent, typeof DropdownMenuItemComponent, typeof DropdownDirective, typeof NavbarBrandDirective, typeof NavbarComponent, typeof NavbarFormComponent, typeof NavbarTextComponent, typeof NavbarItemsComponent, typeof NavbarDropdownItemComponent, typeof NavbarItemComponent, typeof NavbarSeparatorComponent, typeof OffcanvasComponent, typeof OffcanvasHeaderComponent, typeof OffcanvasTitleComponent, typeof OffcanvasBodyComponent, typeof ToggleDirective, typeof SidebarComponent, typeof SidebarItemComponent, typeof NavComponent, typeof NavItemComponent, typeof TabsComponent, typeof TabComponent, typeof TabContentComponent, typeof TabPaneComponent, typeof PaginationItemComponent, typeof PaginationComponent, typeof ScrollspyDirective, typeof CarouselComponent, typeof CarouselCaptionComponent, typeof CarouselSlideComponent, typeof ListComponent, typeof ListItemComponent, typeof ListItemImageComponent, typeof AvatarComponent, typeof ChatContainerComponent, typeof ChatItemComponent, typeof RlbPlaceholderComponent, typeof RlbPlaceholderLineComponent, typeof RlbPlaceholderTextComponent, typeof ModalContainerComponent, typeof ToastContainerComponent, typeof CalendarComponent, typeof CalendarHeaderComponent, typeof CalendarGrid, typeof CalendarWeekGridComponent, typeof CalendarMonthGridComponent, typeof CalendarEventComponent, typeof DateTzPipe, typeof MonthFormatterPipe, typeof DayOfWeekPipe, typeof FormFieldsComponent]>;
1945
2138
  static ɵinj: i0.ɵɵInjectorDeclaration<RlbBootstrapModule>;
1946
2139
  }
1947
2140
 
@@ -2004,7 +2197,52 @@ declare class CommonModalComponent implements IModal<CommonModalData, void>, OnI
2004
2197
 
2005
2198
  declare function createArrayProxy<T>(backingArray: T[], values: T[]): T[];
2006
2199
 
2200
+ declare class EventCreateEditComponent implements IModal<CalendarEvent | undefined, CalendarEvent>, OnInit, OnDestroy {
2201
+ private fb;
2202
+ private unique;
2203
+ data: ModalData<CalendarEvent>;
2204
+ result?: CalendarEvent;
2205
+ form: FormGroup;
2206
+ colors: Color[];
2207
+ eventToEdit: CalendarEvent;
2208
+ destroy$: Subject<void>;
2209
+ constructor(fb: FormBuilder, unique: UniqueIdService);
2210
+ ngOnInit(): void;
2211
+ ngOnDestroy(): void;
2212
+ get headerColor(): string;
2213
+ get valid(): boolean;
2214
+ private handleFormValueChange;
2215
+ private roundToQuarter;
2216
+ static ɵfac: i0.ɵɵFactoryDeclaration<EventCreateEditComponent, never>;
2217
+ static ɵcmp: i0.ɵɵComponentDeclaration<EventCreateEditComponent, "ng-component", never, {}, {}, never, never, true, [{ directive: typeof ModalDirective; inputs: { "id": "id"; "data-instance": "data-instance"; "data-options": "data-options"; }; outputs: {}; }]>;
2218
+ }
2219
+
2220
+ declare class CalendarOverflowEventsContainerComponent implements IModal<CalendarEvent[], CalendarOverflowEventsDialogResult>, OnInit {
2221
+ data: ModalData<CalendarEvent[]>;
2222
+ containerHeightRem: number;
2223
+ result: CalendarOverflowEventsDialogResult;
2224
+ get headerColor(): string;
2225
+ get valid(): boolean;
2226
+ ngOnInit(): void;
2227
+ closeDialog(event: CalendarEvent, action: CalendarOverflowEventDialogActionType): void;
2228
+ static ɵfac: i0.ɵɵFactoryDeclaration<CalendarOverflowEventsContainerComponent, never>;
2229
+ static ɵcmp: i0.ɵɵComponentDeclaration<CalendarOverflowEventsContainerComponent, "ng-component", never, {}, {}, never, never, true, [{ directive: typeof ModalDirective; inputs: { "id": "id"; "data-instance": "data-instance"; "data-options": "data-options"; }; outputs: {}; }]>;
2230
+ }
2231
+ interface CalendarOverflowEventsDialogResult {
2232
+ action: CalendarOverflowEventDialogActionType;
2233
+ event: CalendarEvent;
2234
+ }
2235
+ type CalendarOverflowEventDialogActionType = 'delete' | 'edit';
2236
+
2237
+ declare class CalendarToastComponent implements IToast<string, void> {
2238
+ data: ToastData<string>;
2239
+ valid?: boolean;
2240
+ result?: any;
2241
+ static ɵfac: i0.ɵɵFactoryDeclaration<CalendarToastComponent, never>;
2242
+ static ɵcmp: i0.ɵɵComponentDeclaration<CalendarToastComponent, "ng-component", never, {}, {}, never, never, true, [{ directive: typeof ToastDirective; inputs: { "id": "id"; "data-instance": "data-instance"; "data-options": "data-options"; }; outputs: {}; }]>;
2243
+ }
2244
+
2007
2245
  declare function provideRlbBootstrap(): (EnvironmentProviders | Provider)[];
2008
2246
 
2009
- export { AbstractAutocompleteComponent, AbstractComponent, AccordionBodyComponent, AccordionComponent, AccordionHeaderComponent, AccordionItemComponent, AlertComponent, AutocompleteComponent, AutocompleteCountryComponent, AutocompleteCountryDialCodeComponent, AutocompleteTimezonesComponent, AvatarComponent, BadgeComponent, BadgeDirective, BreadcrumbComponent, ButtonCloseComponent, ButtonComponent, ButtonGroupComponent, ButtonToolbarComponent, COMPONENTS, CardBodyComponent, CardComponent, CardFooterComponent, CardGroupComponent, CardHeaderComponent, CardImageComponent, CardLinkComponent, CardSubtitleComponent, CardTextComponent, CardTitleComponent, CarouselCaptionComponent, CarouselComponent, CarouselSlideComponent, ChatContainerComponent, ChatItemComponent, CheckboxComponent, CollapseComponent, ColorComponent, CommonModalComponent, DataTableActionComponent, DataTableActionsComponent, DataTableCellComponent, DataTableComponent, DataTableHeaderComponent, DataTableLoadingComponent, DataTableNoItemsComponent, DataTableRowComponent, DatalistComponent, DateTzPipe, DayOfWeekPipe, DndDirective, DropdownComponent, DropdownContainerComponent, DropdownDirective, DropdownMenuItemComponent, FileComponent, FileDndComponent, FormFieldsComponent, HelpText, INPUTS, InputComponent, InputGroupComponent, InputValidationComponent, ListComponent, ListItemComponent, ListItemImageComponent, MODALS, ModalContainerComponent, ModalDirective, ModalRegistryOptions, ModalService, MonthFormatterPipe, NavComponent, NavItemComponent, NavbarBrandDirective, NavbarComponent, NavbarDropdownItemComponent, NavbarFormComponent, NavbarItemComponent, NavbarItemsComponent, NavbarSeparatorComponent, NavbarTextComponent, OffcanvasBodyComponent, OffcanvasComponent, OffcanvasHeaderComponent, OffcanvasTitleComponent, OptionComponent, PIPES, PaginationComponent, PaginationItemComponent, PlaceholderDirective, PopoverDirective, ProgressComponent, RLB_TRANSLATION_SERVICE, RadioComponent, RangeComponent, RlbBootstrapModule, RlbFabComponent, RlbPlaceholderComponent, RlbPlaceholderLineComponent, RlbPlaceholderTextComponent, ScrollspyDirective, SearchModalComponent, SelectComponent, SidebarComponent, SidebarItemComponent, SpinnerComponent, SwitchComponent, TABLE, TOASTS, TabComponent, TabContentComponent, TabPaneComponent, TabsComponent, TextAreaComponent, ToastContainerComponent, ToastDirective, ToastRegistryOptions, ToastService, ToggleDirective, TooltipDirective, UniqueIdService, createArrayProxy, provideRlbBootstrap, requiredAutocompleteValue };
2010
- export type { AutocompleteFn, AutocompleteItem, BreadcrumbItem, ClickableItem, Color, CommonModalData, IModal, IToast, ModalCloseReason, ModalData, ModalOptions, ModalResult, ModalType, NavigableItem, PaginationEvent, RlbTranslationService, SearchModalInput, SidebarNavigableItem, Size, TableDataQuery, TextAlignment, ToastCloseReason, ToastData, ToastOptions, ToastResult, VisibilityEvent, VisibilityEventBase };
2247
+ export { AbstractAutocompleteComponent, AbstractComponent, AccordionBodyComponent, AccordionComponent, AccordionHeaderComponent, AccordionItemComponent, AlertComponent, AutocompleteComponent, AutocompleteCountryComponent, AutocompleteCountryDialCodeComponent, AutocompleteTimezonesComponent, AvatarComponent, BadgeComponent, BadgeDirective, BreadcrumbComponent, ButtonCloseComponent, ButtonComponent, ButtonGroupComponent, ButtonToolbarComponent, CALENDAR_COMPONENTS, COMPONENTS, CalendarComponent, CalendarEventComponent, CalendarGrid, CalendarHeaderComponent, CalendarMonthGridComponent, CalendarOverflowEventsContainerComponent, CalendarToastComponent, CalendarWeekGridComponent, CardBodyComponent, CardComponent, CardFooterComponent, CardGroupComponent, CardHeaderComponent, CardImageComponent, CardLinkComponent, CardSubtitleComponent, CardTextComponent, CardTitleComponent, CarouselCaptionComponent, CarouselComponent, CarouselSlideComponent, ChatContainerComponent, ChatItemComponent, CheckboxComponent, CollapseComponent, ColorComponent, CommonModalComponent, DataTableActionComponent, DataTableActionsComponent, DataTableCellComponent, DataTableComponent, DataTableHeaderComponent, DataTableLoadingComponent, DataTableNoItemsComponent, DataTableRowComponent, DatalistComponent, DateTzPipe, DayOfWeekPipe, DndDirective, DropdownComponent, DropdownContainerComponent, DropdownDirective, DropdownMenuItemComponent, EventCreateEditComponent, FileComponent, FileDndComponent, FormFieldsComponent, HelpText, INPUTS, InputComponent, InputGroupComponent, InputValidationComponent, ListComponent, ListItemComponent, ListItemImageComponent, MODALS, ModalContainerComponent, ModalDirective, ModalRegistryOptions, ModalService, MonthFormatterPipe, NavComponent, NavItemComponent, NavbarBrandDirective, NavbarComponent, NavbarDropdownItemComponent, NavbarFormComponent, NavbarItemComponent, NavbarItemsComponent, NavbarSeparatorComponent, NavbarTextComponent, OffcanvasBodyComponent, OffcanvasComponent, OffcanvasHeaderComponent, OffcanvasTitleComponent, OptionComponent, PIPES, PaginationComponent, PaginationItemComponent, PlaceholderDirective, PopoverDirective, ProgressComponent, RLB_TRANSLATION_SERVICE, RadioComponent, RangeComponent, RlbBootstrapModule, RlbFabComponent, RlbPlaceholderComponent, RlbPlaceholderLineComponent, RlbPlaceholderTextComponent, ScrollspyDirective, SearchModalComponent, SelectComponent, SidebarComponent, SidebarItemComponent, SpinnerComponent, SwitchComponent, TABLE, TOASTS, TabComponent, TabContentComponent, TabPaneComponent, TabsComponent, TextAreaComponent, ToastContainerComponent, ToastDirective, ToastRegistryOptions, ToastService, ToggleDirective, TooltipDirective, UniqueIdService, createArrayProxy, provideRlbBootstrap, requiredAutocompleteValue };
2248
+ export type { AutocompleteFn, AutocompleteItem, BreadcrumbItem, CalendarEvent, CalendarEventWithLayout, CalendarOverflowEventDialogActionType, CalendarOverflowEventsDialogResult, ClickableItem, Color, CommonModalData, IModal, IToast, ModalCloseReason, ModalData, ModalOptions, ModalResult, ModalType, NavigableItem, PaginationEvent, RlbTranslationService, SearchModalInput, SidebarNavigableItem, Size, TableDataQuery, TextAlignment, ToastCloseReason, ToastData, ToastOptions, ToastResult, VisibilityEvent, VisibilityEventBase };