@open-rlb/ng-bootstrap 3.3.3 → 3.3.4
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/fesm2022/open-rlb-ng-bootstrap.mjs +1310 -1295
- package/fesm2022/open-rlb-ng-bootstrap.mjs.map +1 -1
- package/package.json +2 -2
- package/types/open-rlb-ng-bootstrap.d.ts +135 -135
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as _angular_core from '@angular/core';
|
|
2
2
|
import { OnDestroy, AfterViewInit, ElementRef, OnInit, TemplateRef, ViewContainerRef, Renderer2, AfterContentInit, AfterContentChecked, OutputEmitterRef, Signal, ModelSignal, ChangeDetectorRef, DestroyRef, InputSignal, Type, ComponentRef, EmbeddedViewRef, EventEmitter, PipeTransform, InjectionToken, EnvironmentProviders, Provider } from '@angular/core';
|
|
3
|
-
import * as
|
|
3
|
+
import * as i2 from '@angular/forms';
|
|
4
4
|
import { ControlValueAccessor, NgControl, ValidatorFn, ValidationErrors, FormGroup, NgForm, FormBuilder } from '@angular/forms';
|
|
5
5
|
import * as rxjs from 'rxjs';
|
|
6
6
|
import { Observable } from 'rxjs';
|
|
@@ -8,13 +8,13 @@ import { Carousel, Collapse, Offcanvas } from 'bootstrap';
|
|
|
8
8
|
import { IDateTz, DateTz } from '@open-rlb/date-tz';
|
|
9
9
|
import { BreakpointObserver, MediaMatcher } from '@angular/cdk/layout';
|
|
10
10
|
import * as _open_rlb_ng_bootstrap from '@open-rlb/ng-bootstrap';
|
|
11
|
-
import * as
|
|
11
|
+
import * as i4 from '@angular/router';
|
|
12
12
|
import { Router } from '@angular/router';
|
|
13
|
-
import * as
|
|
13
|
+
import * as i5 from '@angular/cdk/drag-drop';
|
|
14
14
|
import { CdkDragDrop } from '@angular/cdk/drag-drop';
|
|
15
15
|
import { DateTz as DateTz$1 } from '@open-rlb/date-tz/date-tz';
|
|
16
|
-
import * as
|
|
17
|
-
import * as
|
|
16
|
+
import * as i1 from '@angular/common';
|
|
17
|
+
import * as i3 from '@ngx-translate/core';
|
|
18
18
|
|
|
19
19
|
declare class UniqueIdService {
|
|
20
20
|
private _id;
|
|
@@ -28,7 +28,7 @@ declare class CarouselSlideComponent {
|
|
|
28
28
|
active: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
29
29
|
id: _angular_core.InputSignal<string>;
|
|
30
30
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<CarouselSlideComponent, never>;
|
|
31
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<CarouselSlideComponent, "rlb-carousel-slide", never, { "active": { "alias": "active"; "required": false; "isSignal": true; }; "id": { "alias": "id"; "required": false; "isSignal": true; }; }, {}, never, ["*", "rlb-carousel-caption"],
|
|
31
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<CarouselSlideComponent, "rlb-carousel-slide", never, { "active": { "alias": "active"; "required": false; "isSignal": true; }; "id": { "alias": "id"; "required": false; "isSignal": true; }; }, {}, never, ["*", "rlb-carousel-caption"], true, never>;
|
|
32
32
|
}
|
|
33
33
|
|
|
34
34
|
declare class CarouselComponent implements OnDestroy, AfterViewInit {
|
|
@@ -64,7 +64,7 @@ declare class CarouselComponent implements OnDestroy, AfterViewInit {
|
|
|
64
64
|
get slideCount(): number;
|
|
65
65
|
adaptRide(o?: 'auto' | 'manual' | 'none'): boolean | "carousel" | undefined;
|
|
66
66
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<CarouselComponent, never>;
|
|
67
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<CarouselComponent, "rlb-carousel", never, { "_id": { "alias": "id"; "required": false; "isSignal": true; }; "hideIndicators": { "alias": "hide-indicators"; "required": false; "isSignal": true; }; "hideControls": { "alias": "hide-controls"; "required": false; "isSignal": true; }; "crossFade": { "alias": "cross-fade"; "required": false; "isSignal": true; }; "autoplay": { "alias": "autoplay"; "required": false; "isSignal": true; }; "interval": { "alias": "interval"; "required": false; "isSignal": true; }; "pauseProp": { "alias": "pause"; "required": false; "isSignal": true; }; "wrap": { "alias": "wrap"; "required": false; "isSignal": true; }; "noTouch": { "alias": "no-touch"; "required": false; "isSignal": true; }; "keyboard": { "alias": "keyboard"; "required": false; "isSignal": true; }; "currentSlide": { "alias": "current-slide"; "required": false; "isSignal": true; }; }, { "slid": "slid"; "slide": "slide"; "currentSlide": "current-slideChange"; "slideCountChange": "slide-count"; }, ["items"], ["rlb-carousel-slide"],
|
|
67
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<CarouselComponent, "rlb-carousel", never, { "_id": { "alias": "id"; "required": false; "isSignal": true; }; "hideIndicators": { "alias": "hide-indicators"; "required": false; "isSignal": true; }; "hideControls": { "alias": "hide-controls"; "required": false; "isSignal": true; }; "crossFade": { "alias": "cross-fade"; "required": false; "isSignal": true; }; "autoplay": { "alias": "autoplay"; "required": false; "isSignal": true; }; "interval": { "alias": "interval"; "required": false; "isSignal": true; }; "pauseProp": { "alias": "pause"; "required": false; "isSignal": true; }; "wrap": { "alias": "wrap"; "required": false; "isSignal": true; }; "noTouch": { "alias": "no-touch"; "required": false; "isSignal": true; }; "keyboard": { "alias": "keyboard"; "required": false; "isSignal": true; }; "currentSlide": { "alias": "current-slide"; "required": false; "isSignal": true; }; }, { "slid": "slid"; "slide": "slide"; "currentSlide": "current-slideChange"; "slideCountChange": "slide-count"; }, ["items"], ["rlb-carousel-slide"], true, never>;
|
|
68
68
|
}
|
|
69
69
|
|
|
70
70
|
declare class NavItemComponent implements OnInit {
|
|
@@ -78,34 +78,34 @@ declare class NavItemComponent implements OnInit {
|
|
|
78
78
|
constructor(viewContainerRef: ViewContainerRef);
|
|
79
79
|
ngOnInit(): void;
|
|
80
80
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<NavItemComponent, never>;
|
|
81
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<NavItemComponent, "rlb-nav-item", never, { "active": { "alias": "active"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "cssClass": { "alias": "class"; "required": false; "isSignal": true; }; "href": { "alias": "href"; "required": false; "isSignal": true; }; }, {}, never, ["*"],
|
|
81
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<NavItemComponent, "rlb-nav-item", never, { "active": { "alias": "active"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "cssClass": { "alias": "class"; "required": false; "isSignal": true; }; "href": { "alias": "href"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
82
82
|
}
|
|
83
83
|
|
|
84
84
|
declare class NavComponent implements OnInit {
|
|
85
85
|
private viewContainerRef;
|
|
86
86
|
private elementRef;
|
|
87
87
|
element: HTMLElement;
|
|
88
|
-
horizontalAlignment: _angular_core.InputSignal<"
|
|
89
|
-
view: _angular_core.InputSignal<"
|
|
88
|
+
horizontalAlignment: _angular_core.InputSignal<"center" | "end" | undefined>;
|
|
89
|
+
view: _angular_core.InputSignal<"tab" | "none" | "tabs" | "pills" | "underline">;
|
|
90
90
|
pills: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
91
91
|
tabs: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
92
92
|
underline: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
93
93
|
vertical: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
94
94
|
fill: _angular_core.InputSignalWithTransform<boolean | "fill" | "justified" | undefined, any>;
|
|
95
95
|
cssClass: _angular_core.InputSignal<string>;
|
|
96
|
-
effectiveView: _angular_core.Signal<"
|
|
96
|
+
effectiveView: _angular_core.Signal<"tab" | "none" | "tabs" | "pills" | "underline">;
|
|
97
97
|
effectiveFill: _angular_core.Signal<"fill" | "justified" | undefined>;
|
|
98
98
|
template: _angular_core.Signal<TemplateRef<any>>;
|
|
99
99
|
constructor(viewContainerRef: ViewContainerRef, elementRef: ElementRef<HTMLElement>);
|
|
100
100
|
ngOnInit(): void;
|
|
101
101
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<NavComponent, never>;
|
|
102
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<NavComponent, "rlb-nav", never, { "horizontalAlignment": { "alias": "horizontal-alignment"; "required": false; "isSignal": true; }; "view": { "alias": "view"; "required": false; "isSignal": true; }; "pills": { "alias": "pills"; "required": false; "isSignal": true; }; "tabs": { "alias": "tabs"; "required": false; "isSignal": true; }; "underline": { "alias": "underline"; "required": false; "isSignal": true; }; "vertical": { "alias": "vertical"; "required": false; "isSignal": true; }; "fill": { "alias": "fill"; "required": false; "isSignal": true; }; "cssClass": { "alias": "class"; "required": false; "isSignal": true; }; }, {}, never, ["rlb-nav-item"],
|
|
102
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<NavComponent, "rlb-nav", never, { "horizontalAlignment": { "alias": "horizontal-alignment"; "required": false; "isSignal": true; }; "view": { "alias": "view"; "required": false; "isSignal": true; }; "pills": { "alias": "pills"; "required": false; "isSignal": true; }; "tabs": { "alias": "tabs"; "required": false; "isSignal": true; }; "underline": { "alias": "underline"; "required": false; "isSignal": true; }; "vertical": { "alias": "vertical"; "required": false; "isSignal": true; }; "fill": { "alias": "fill"; "required": false; "isSignal": true; }; "cssClass": { "alias": "class"; "required": false; "isSignal": true; }; }, {}, never, ["rlb-nav-item"], true, never>;
|
|
103
103
|
}
|
|
104
104
|
|
|
105
105
|
declare class NavbarBrandDirective {
|
|
106
106
|
constructor(elementRef: ElementRef, renderer: Renderer2);
|
|
107
107
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<NavbarBrandDirective, never>;
|
|
108
|
-
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<NavbarBrandDirective, "[rlb-navbar-brand]", never, {}, {}, never, never,
|
|
108
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<NavbarBrandDirective, "[rlb-navbar-brand]", never, {}, {}, never, never, true, never>;
|
|
109
109
|
}
|
|
110
110
|
|
|
111
111
|
declare class NavbarFormComponent implements OnInit {
|
|
@@ -117,7 +117,7 @@ declare class NavbarFormComponent implements OnInit {
|
|
|
117
117
|
constructor(viewContainerRef: ViewContainerRef);
|
|
118
118
|
ngOnInit(): void;
|
|
119
119
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<NavbarFormComponent, never>;
|
|
120
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<NavbarFormComponent, "rlb-navbar-form", never, { "role": { "alias": "role"; "required": false; "isSignal": true; }; "cssClass": { "alias": "class"; "required": false; "isSignal": true; }; }, {}, never, ["*"],
|
|
120
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<NavbarFormComponent, "rlb-navbar-form", never, { "role": { "alias": "role"; "required": false; "isSignal": true; }; "cssClass": { "alias": "class"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
121
121
|
}
|
|
122
122
|
|
|
123
123
|
declare class AvatarComponent implements OnInit {
|
|
@@ -132,7 +132,7 @@ declare class AvatarComponent implements OnInit {
|
|
|
132
132
|
_borderRadius: _angular_core.Signal<"50%" | "5px" | "0px">;
|
|
133
133
|
ngOnInit(): void;
|
|
134
134
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AvatarComponent, never>;
|
|
135
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AvatarComponent, "rlb-avatar", never, { "size": { "alias": "size"; "required": false; "isSignal": true; }; "shape": { "alias": "shape"; "required": false; "isSignal": true; }; "src": { "alias": "src"; "required": false; "isSignal": true; }; "cssClass": { "alias": "class"; "required": false; "isSignal": true; }; }, {}, never, never,
|
|
135
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AvatarComponent, "rlb-avatar", never, { "size": { "alias": "size"; "required": false; "isSignal": true; }; "shape": { "alias": "shape"; "required": false; "isSignal": true; }; "src": { "alias": "src"; "required": false; "isSignal": true; }; "cssClass": { "alias": "class"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
136
136
|
}
|
|
137
137
|
|
|
138
138
|
declare class NavbarItemComponent implements OnInit {
|
|
@@ -146,7 +146,7 @@ declare class NavbarItemComponent implements OnInit {
|
|
|
146
146
|
constructor(viewContainerRef: ViewContainerRef);
|
|
147
147
|
ngOnInit(): void;
|
|
148
148
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<NavbarItemComponent, never>;
|
|
149
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<NavbarItemComponent, "rlb-navbar-item", never, { "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "routerLink": { "alias": "router-link"; "required": false; "isSignal": true; }; "cssClass": { "alias": "class"; "required": false; "isSignal": true; }; }, { "click": "click"; }, never, [":not(rlb-dropdown-container)"],
|
|
149
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<NavbarItemComponent, "rlb-navbar-item", never, { "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "routerLink": { "alias": "router-link"; "required": false; "isSignal": true; }; "cssClass": { "alias": "class"; "required": false; "isSignal": true; }; }, { "click": "click"; }, never, [":not(rlb-dropdown-container)"], true, never>;
|
|
150
150
|
}
|
|
151
151
|
|
|
152
152
|
declare class NavbarItemsComponent implements OnInit, AfterContentInit, OnDestroy {
|
|
@@ -163,7 +163,7 @@ declare class NavbarItemsComponent implements OnInit, AfterContentInit, OnDestro
|
|
|
163
163
|
ngAfterContentInit(): void;
|
|
164
164
|
ngOnDestroy(): void;
|
|
165
165
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<NavbarItemsComponent, never>;
|
|
166
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<NavbarItemsComponent, "rlb-navbar-items", never, { "scroll": { "alias": "scroll"; "required": false; "isSignal": true; }; "cssClass": { "alias": "class"; "required": false; "isSignal": true; }; }, { "click": "click"; }, ["menuItems"], ["rlb-navbar-item, rlb-navbar-dropdown-item, rlb-navbar-separator, ng-container"],
|
|
166
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<NavbarItemsComponent, "rlb-navbar-items", never, { "scroll": { "alias": "scroll"; "required": false; "isSignal": true; }; "cssClass": { "alias": "class"; "required": false; "isSignal": true; }; }, { "click": "click"; }, ["menuItems"], ["rlb-navbar-item, rlb-navbar-dropdown-item, rlb-navbar-separator, ng-container"], true, never>;
|
|
167
167
|
}
|
|
168
168
|
|
|
169
169
|
declare class NavbarSeparatorComponent implements OnInit {
|
|
@@ -174,7 +174,7 @@ declare class NavbarSeparatorComponent implements OnInit {
|
|
|
174
174
|
constructor(viewContainerRef: ViewContainerRef);
|
|
175
175
|
ngOnInit(): void;
|
|
176
176
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<NavbarSeparatorComponent, never>;
|
|
177
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<NavbarSeparatorComponent, "rlb-navbar-separator", never, { "cssClass": { "alias": "class"; "required": false; "isSignal": true; }; }, {}, never, never,
|
|
177
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<NavbarSeparatorComponent, "rlb-navbar-separator", never, { "cssClass": { "alias": "class"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
178
178
|
}
|
|
179
179
|
|
|
180
180
|
declare class NavbarTextComponent implements OnInit {
|
|
@@ -185,7 +185,7 @@ declare class NavbarTextComponent implements OnInit {
|
|
|
185
185
|
constructor(viewContainerRef: ViewContainerRef);
|
|
186
186
|
ngOnInit(): void;
|
|
187
187
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<NavbarTextComponent, never>;
|
|
188
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<NavbarTextComponent, "rlb-navbar-text", never, { "cssClass": { "alias": "class"; "required": false; "isSignal": true; }; }, {}, never, ["*"],
|
|
188
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<NavbarTextComponent, "rlb-navbar-text", never, { "cssClass": { "alias": "class"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
189
189
|
}
|
|
190
190
|
|
|
191
191
|
declare class PaginationItemComponent implements OnInit {
|
|
@@ -199,7 +199,7 @@ declare class PaginationItemComponent implements OnInit {
|
|
|
199
199
|
constructor(viewContainerRef: ViewContainerRef);
|
|
200
200
|
ngOnInit(): void;
|
|
201
201
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<PaginationItemComponent, never>;
|
|
202
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<PaginationItemComponent, "rlb-pagination-item", never, { "isIcon": { "alias": "isIcon"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "active": { "alias": "active"; "required": false; "isSignal": true; }; "cssClass": { "alias": "class"; "required": false; "isSignal": true; }; }, {}, never, ["*"],
|
|
202
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<PaginationItemComponent, "rlb-pagination-item", never, { "isIcon": { "alias": "isIcon"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "active": { "alias": "active"; "required": false; "isSignal": true; }; "cssClass": { "alias": "class"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
203
203
|
}
|
|
204
204
|
|
|
205
205
|
declare class PaginationComponent implements OnInit {
|
|
@@ -207,13 +207,13 @@ declare class PaginationComponent implements OnInit {
|
|
|
207
207
|
element: HTMLElement;
|
|
208
208
|
cssClass: _angular_core.InputSignal<string>;
|
|
209
209
|
size: _angular_core.InputSignal<"sm" | "md" | "lg" | undefined>;
|
|
210
|
-
alignment: _angular_core.InputSignal<"
|
|
210
|
+
alignment: _angular_core.InputSignal<"center" | "start" | "end" | undefined>;
|
|
211
211
|
template: _angular_core.Signal<TemplateRef<any>>;
|
|
212
212
|
children: _angular_core.Signal<readonly PaginationItemComponent[]>;
|
|
213
213
|
constructor(viewContainerRef: ViewContainerRef);
|
|
214
214
|
ngOnInit(): void;
|
|
215
215
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<PaginationComponent, never>;
|
|
216
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<PaginationComponent, "rlb-pagination", never, { "cssClass": { "alias": "class"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "alignment": { "alias": "alignment"; "required": false; "isSignal": true; }; }, {}, ["children"], ["rlb-pagination-item"],
|
|
216
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<PaginationComponent, "rlb-pagination", never, { "cssClass": { "alias": "class"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "alignment": { "alias": "alignment"; "required": false; "isSignal": true; }; }, {}, ["children"], ["rlb-pagination-item"], true, never>;
|
|
217
217
|
}
|
|
218
218
|
|
|
219
219
|
declare class SidebarService {
|
|
@@ -247,7 +247,7 @@ declare class SidebarItemComponent implements OnInit {
|
|
|
247
247
|
ngOnInit(): void;
|
|
248
248
|
onItemClick(event: MouseEvent): void;
|
|
249
249
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SidebarItemComponent, never>;
|
|
250
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SidebarItemComponent, "rlb-sidebar-item", never, { "title": { "alias": "title"; "required": false; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "label": { "alias": "label"; "required": false; "isSignal": true; }; "link": { "alias": "link"; "required": false; "isSignal": true; }; "badgeCounter": { "alias": "badgeCounter"; "required": false; "isSignal": true; }; }, { "click": "click"; }, ["children"], ["rlb-sidebar-item", "*"],
|
|
250
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SidebarItemComponent, "rlb-sidebar-item", never, { "title": { "alias": "title"; "required": false; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "label": { "alias": "label"; "required": false; "isSignal": true; }; "link": { "alias": "link"; "required": false; "isSignal": true; }; "badgeCounter": { "alias": "badgeCounter"; "required": false; "isSignal": true; }; }, { "click": "click"; }, ["children"], ["rlb-sidebar-item", "*"], true, never>;
|
|
251
251
|
}
|
|
252
252
|
|
|
253
253
|
declare class BreakpointService {
|
|
@@ -281,7 +281,7 @@ declare class SidebarComponent implements OnInit, OnDestroy {
|
|
|
281
281
|
ngOnDestroy(): void;
|
|
282
282
|
private setCollapsed;
|
|
283
283
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SidebarComponent, never>;
|
|
284
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SidebarComponent, "rlb-sidebar", never, { "dark": { "alias": "dark"; "required": false; "isSignal": true; }; "rounded": { "alias": "rounded"; "required": false; "isSignal": true; }; }, {}, never, ["rlb-sidebar-item"],
|
|
284
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SidebarComponent, "rlb-sidebar", never, { "dark": { "alias": "dark"; "required": false; "isSignal": true; }; "rounded": { "alias": "rounded"; "required": false; "isSignal": true; }; }, {}, never, ["rlb-sidebar-item"], true, never>;
|
|
285
285
|
}
|
|
286
286
|
|
|
287
287
|
declare class TabComponent {
|
|
@@ -295,15 +295,15 @@ declare class TabComponent {
|
|
|
295
295
|
constructor(viewContainerRef: ViewContainerRef);
|
|
296
296
|
ngOnInit(): void;
|
|
297
297
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<TabComponent, never>;
|
|
298
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<TabComponent, "rlb-tab", never, { "active": { "alias": "active"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "target": { "alias": "target"; "required": true; "isSignal": true; }; "cssClass": { "alias": "class"; "required": false; "isSignal": true; }; }, {}, never, ["*"],
|
|
298
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<TabComponent, "rlb-tab", never, { "active": { "alias": "active"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "target": { "alias": "target"; "required": true; "isSignal": true; }; "cssClass": { "alias": "class"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
299
299
|
}
|
|
300
300
|
|
|
301
301
|
declare class TabsComponent {
|
|
302
302
|
private viewContainerRef;
|
|
303
303
|
private elementRef;
|
|
304
304
|
element: HTMLElement;
|
|
305
|
-
horizontalAlignment: _angular_core.InputSignal<"
|
|
306
|
-
view: _angular_core.InputSignal<"
|
|
305
|
+
horizontalAlignment: _angular_core.InputSignal<"center" | "end" | undefined>;
|
|
306
|
+
view: _angular_core.InputSignal<"tab" | "none" | "pills" | "underline">;
|
|
307
307
|
vertical: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
308
308
|
fill: _angular_core.InputSignal<"fill" | "justified" | undefined>;
|
|
309
309
|
id: _angular_core.InputSignal<string | undefined>;
|
|
@@ -312,7 +312,7 @@ declare class TabsComponent {
|
|
|
312
312
|
constructor(viewContainerRef: ViewContainerRef, elementRef: ElementRef<HTMLElement>);
|
|
313
313
|
ngOnInit(): void;
|
|
314
314
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<TabsComponent, never>;
|
|
315
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<TabsComponent, "rlb-tabs", never, { "horizontalAlignment": { "alias": "horizontal-alignment"; "required": false; "isSignal": true; }; "view": { "alias": "view"; "required": false; "isSignal": true; }; "vertical": { "alias": "vertical"; "required": false; "isSignal": true; }; "fill": { "alias": "fill"; "required": false; "isSignal": true; }; "id": { "alias": "id"; "required": false; "isSignal": true; }; "cssClass": { "alias": "class"; "required": false; "isSignal": true; }; }, {}, never, ["rlb-tab"],
|
|
315
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<TabsComponent, "rlb-tabs", never, { "horizontalAlignment": { "alias": "horizontal-alignment"; "required": false; "isSignal": true; }; "view": { "alias": "view"; "required": false; "isSignal": true; }; "vertical": { "alias": "vertical"; "required": false; "isSignal": true; }; "fill": { "alias": "fill"; "required": false; "isSignal": true; }; "id": { "alias": "id"; "required": false; "isSignal": true; }; "cssClass": { "alias": "class"; "required": false; "isSignal": true; }; }, {}, never, ["rlb-tab"], true, never>;
|
|
316
316
|
}
|
|
317
317
|
|
|
318
318
|
declare class AccordionBodyComponent {
|
|
@@ -320,7 +320,7 @@ declare class AccordionBodyComponent {
|
|
|
320
320
|
itemId: _angular_core.WritableSignal<string | undefined>;
|
|
321
321
|
expanded: _angular_core.WritableSignal<boolean>;
|
|
322
322
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AccordionBodyComponent, never>;
|
|
323
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AccordionBodyComponent, "div[rlb-accordion-body]", never, {}, {}, never, ["*"],
|
|
323
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AccordionBodyComponent, "div[rlb-accordion-body]", never, {}, {}, never, ["*"], true, never>;
|
|
324
324
|
}
|
|
325
325
|
|
|
326
326
|
declare class AccordionHeaderComponent {
|
|
@@ -328,7 +328,7 @@ declare class AccordionHeaderComponent {
|
|
|
328
328
|
itemId: _angular_core.WritableSignal<string | undefined>;
|
|
329
329
|
expanded: _angular_core.WritableSignal<boolean>;
|
|
330
330
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AccordionHeaderComponent, never>;
|
|
331
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AccordionHeaderComponent, "rlb-accordion-header", never, {}, {}, never, ["*"],
|
|
331
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AccordionHeaderComponent, "rlb-accordion-header", never, {}, {}, never, ["*"], true, never>;
|
|
332
332
|
}
|
|
333
333
|
|
|
334
334
|
type Color = 'primary' | 'secondary' | 'success' | 'danger' | 'warning' | 'info' | 'light' | 'dark';
|
|
@@ -392,7 +392,7 @@ declare class AccordionItemComponent extends ToggleAbstractComponent<Collapse> i
|
|
|
392
392
|
getOrCreateInstance(element: HTMLElement): Collapse;
|
|
393
393
|
get eventPrefix(): string;
|
|
394
394
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AccordionItemComponent, never>;
|
|
395
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AccordionItemComponent, "div[rlb-accordion-item]", never, { "name": { "alias": "name"; "required": false; "isSignal": true; }; "expanded": { "alias": "expanded"; "required": false; "isSignal": true; }; "cssClass": { "alias": "class"; "required": false; "isSignal": true; }; "style": { "alias": "style"; "required": false; "isSignal": true; }; }, { "statusChange": "statusChange"; }, ["header", "body"], ["rlb-accordion-header", "[rlb-accordion-body]"],
|
|
395
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AccordionItemComponent, "div[rlb-accordion-item]", never, { "name": { "alias": "name"; "required": false; "isSignal": true; }; "expanded": { "alias": "expanded"; "required": false; "isSignal": true; }; "cssClass": { "alias": "class"; "required": false; "isSignal": true; }; "style": { "alias": "style"; "required": false; "isSignal": true; }; }, { "statusChange": "statusChange"; }, ["header", "body"], ["rlb-accordion-header", "[rlb-accordion-body]"], true, never>;
|
|
396
396
|
}
|
|
397
397
|
|
|
398
398
|
declare class AccordionComponent implements OnDestroy {
|
|
@@ -412,7 +412,7 @@ declare class AccordionComponent implements OnDestroy {
|
|
|
412
412
|
private enforceInitialState;
|
|
413
413
|
private cleanup;
|
|
414
414
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AccordionComponent, never>;
|
|
415
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AccordionComponent, "rlb-accordion", never, { "flush": { "alias": "flush"; "required": false; "isSignal": true; }; "alwaysOpen": { "alias": "always-open"; "required": false; "isSignal": true; }; "id": { "alias": "id"; "required": false; "isSignal": true; }; "cardStyle": { "alias": "card-style"; "required": false; "isSignal": true; }; }, {}, ["items"], ["[rlb-accordion-item]"],
|
|
415
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AccordionComponent, "rlb-accordion", never, { "flush": { "alias": "flush"; "required": false; "isSignal": true; }; "alwaysOpen": { "alias": "always-open"; "required": false; "isSignal": true; }; "id": { "alias": "id"; "required": false; "isSignal": true; }; "cardStyle": { "alias": "card-style"; "required": false; "isSignal": true; }; }, {}, ["items"], ["[rlb-accordion-item]"], true, never>;
|
|
416
416
|
}
|
|
417
417
|
|
|
418
418
|
declare class AlertComponent implements OnInit {
|
|
@@ -426,7 +426,7 @@ declare class AlertComponent implements OnInit {
|
|
|
426
426
|
constructor();
|
|
427
427
|
ngOnInit(): void;
|
|
428
428
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AlertComponent, never>;
|
|
429
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AlertComponent, "rlb-alert", never, { "color": { "alias": "color"; "required": false; "isSignal": true; }; "dismissible": { "alias": "dismissible"; "required": false; "isSignal": true; }; "cssClass": { "alias": "class"; "required": false; "isSignal": true; }; }, { "dismissed": "dismissed"; }, never, ["*"],
|
|
429
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AlertComponent, "rlb-alert", never, { "color": { "alias": "color"; "required": false; "isSignal": true; }; "dismissible": { "alias": "dismissible"; "required": false; "isSignal": true; }; "cssClass": { "alias": "class"; "required": false; "isSignal": true; }; }, { "dismissed": "dismissed"; }, never, ["*"], true, never>;
|
|
430
430
|
}
|
|
431
431
|
|
|
432
432
|
declare class BadgeComponent implements OnInit {
|
|
@@ -443,7 +443,7 @@ declare class BadgeComponent implements OnInit {
|
|
|
443
443
|
constructor();
|
|
444
444
|
ngOnInit(): void;
|
|
445
445
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BadgeComponent, never>;
|
|
446
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BadgeComponent, "span[rlb-badge], img[rlb-badge]", never, { "pill": { "alias": "pill"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; "hiddenText": { "alias": "hidden-text"; "required": false; "isSignal": true; }; "border": { "alias": "border"; "required": false; "isSignal": true; }; "cssClass": { "alias": "class"; "required": false; "isSignal": true; }; "textColor": { "alias": "badge-text-color"; "required": false; "isSignal": true; }; }, {}, never, ["*"],
|
|
446
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BadgeComponent, "span[rlb-badge], img[rlb-badge]", never, { "pill": { "alias": "pill"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; "hiddenText": { "alias": "hidden-text"; "required": false; "isSignal": true; }; "border": { "alias": "border"; "required": false; "isSignal": true; }; "cssClass": { "alias": "class"; "required": false; "isSignal": true; }; "textColor": { "alias": "badge-text-color"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
447
447
|
}
|
|
448
448
|
|
|
449
449
|
declare class BadgeDirective implements AfterViewInit {
|
|
@@ -466,7 +466,7 @@ declare class BadgeDirective implements AfterViewInit {
|
|
|
466
466
|
private createBadgeElement;
|
|
467
467
|
private castToString;
|
|
468
468
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BadgeDirective, never>;
|
|
469
|
-
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<BadgeDirective, "[badge]", never, { "badge": { "alias": "badge"; "required": false; "isSignal": true; }; "pill": { "alias": "badge-pill"; "required": false; "isSignal": true; }; "border": { "alias": "badge-border"; "required": false; "isSignal": true; }; "top": { "alias": "badge-top"; "required": false; "isSignal": true; }; "start": { "alias": "badge-start"; "required": false; "isSignal": true; }; "color": { "alias": "badge-color"; "required": false; "isSignal": true; }; "textColor": { "alias": "badge-text-color"; "required": false; "isSignal": true; }; "hiddenText": { "alias": "hidden-text"; "required": false; "isSignal": true; }; "dot": { "alias": "badge-dot"; "required": false; "isSignal": true; }; }, {}, never, never,
|
|
469
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<BadgeDirective, "[badge]", never, { "badge": { "alias": "badge"; "required": false; "isSignal": true; }; "pill": { "alias": "badge-pill"; "required": false; "isSignal": true; }; "border": { "alias": "badge-border"; "required": false; "isSignal": true; }; "top": { "alias": "badge-top"; "required": false; "isSignal": true; }; "start": { "alias": "badge-start"; "required": false; "isSignal": true; }; "color": { "alias": "badge-color"; "required": false; "isSignal": true; }; "textColor": { "alias": "badge-text-color"; "required": false; "isSignal": true; }; "hiddenText": { "alias": "hidden-text"; "required": false; "isSignal": true; }; "dot": { "alias": "badge-dot"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
470
470
|
}
|
|
471
471
|
|
|
472
472
|
interface BreadcrumbItem {
|
|
@@ -479,26 +479,26 @@ declare class BreadcrumbComponent {
|
|
|
479
479
|
items: _angular_core.InputSignal<BreadcrumbItem[]>;
|
|
480
480
|
cssClasses: _angular_core.InputSignal<string>;
|
|
481
481
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BreadcrumbComponent, never>;
|
|
482
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BreadcrumbComponent, "rlb-breadcrumb", never, { "divider": { "alias": "divider"; "required": false; "isSignal": true; }; "items": { "alias": "items"; "required": false; "isSignal": true; }; "cssClasses": { "alias": "cssClasses"; "required": false; "isSignal": true; }; }, {}, never, never,
|
|
482
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BreadcrumbComponent, "rlb-breadcrumb", never, { "divider": { "alias": "divider"; "required": false; "isSignal": true; }; "items": { "alias": "items"; "required": false; "isSignal": true; }; "cssClasses": { "alias": "cssClasses"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
483
483
|
}
|
|
484
484
|
|
|
485
485
|
declare class ButtonGroupComponent {
|
|
486
486
|
orientation: _angular_core.InputSignal<"horizontal" | "vertical">;
|
|
487
487
|
size: _angular_core.InputSignal<"sm" | "md" | "lg">;
|
|
488
488
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ButtonGroupComponent, never>;
|
|
489
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ButtonGroupComponent, "rlb-button-group", never, { "orientation": { "alias": "orientation"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; }, {}, never, ["*"],
|
|
489
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ButtonGroupComponent, "rlb-button-group", never, { "orientation": { "alias": "orientation"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
490
490
|
}
|
|
491
491
|
|
|
492
492
|
declare class ButtonToolbarComponent {
|
|
493
493
|
orientation: _angular_core.InputSignal<"horizontal" | "vertical">;
|
|
494
494
|
size: _angular_core.InputSignal<"sm" | "md" | "lg">;
|
|
495
495
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ButtonToolbarComponent, never>;
|
|
496
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ButtonToolbarComponent, "rlb-button-toolbar", never, { "orientation": { "alias": "orientation"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; }, {}, never, ["*"],
|
|
496
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ButtonToolbarComponent, "rlb-button-toolbar", never, { "orientation": { "alias": "orientation"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
497
497
|
}
|
|
498
498
|
|
|
499
499
|
declare class ButtonCloseComponent {
|
|
500
500
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ButtonCloseComponent, never>;
|
|
501
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ButtonCloseComponent, "button[rlb-button-close], a[rlb-button-close]", never, {}, {}, never, ["*"],
|
|
501
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ButtonCloseComponent, "button[rlb-button-close], a[rlb-button-close]", never, {}, {}, never, ["*"], true, never>;
|
|
502
502
|
}
|
|
503
503
|
|
|
504
504
|
declare class ButtonComponent {
|
|
@@ -509,7 +509,7 @@ declare class ButtonComponent {
|
|
|
509
509
|
isLink: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
510
510
|
mainClass: _angular_core.Signal<string>;
|
|
511
511
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ButtonComponent, never>;
|
|
512
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ButtonComponent, "button[rlb-button], a[rlb-button]", never, { "color": { "alias": "color"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "outline": { "alias": "outline"; "required": false; "isSignal": true; }; "isLink": { "alias": "isLink"; "required": false; "isSignal": true; }; }, {}, never, ["*"],
|
|
512
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ButtonComponent, "button[rlb-button], a[rlb-button]", never, { "color": { "alias": "color"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "outline": { "alias": "outline"; "required": false; "isSignal": true; }; "isLink": { "alias": "isLink"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
513
513
|
}
|
|
514
514
|
|
|
515
515
|
declare class RlbFabComponent {
|
|
@@ -521,7 +521,7 @@ declare class RlbFabComponent {
|
|
|
521
521
|
positionClass: _angular_core.Signal<string>;
|
|
522
522
|
sizeClass: _angular_core.Signal<"fab-xs" | "fab-sm" | "fab-lg" | "fab-md">;
|
|
523
523
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<RlbFabComponent, never>;
|
|
524
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<RlbFabComponent, "rlb-fab", never, { "color": { "alias": "color"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "outline": { "alias": "outline"; "required": false; "isSignal": true; }; "position": { "alias": "position"; "required": false; "isSignal": true; }; }, {}, never, ["*"],
|
|
524
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<RlbFabComponent, "rlb-fab", never, { "color": { "alias": "color"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "outline": { "alias": "outline"; "required": false; "isSignal": true; }; "position": { "alias": "position"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
525
525
|
}
|
|
526
526
|
|
|
527
527
|
declare abstract class AbstractComponent<T = any> implements ControlValueAccessor, OnInit {
|
|
@@ -642,7 +642,7 @@ declare class AutocompleteCountryDialCodeComponent extends AbstractComponent<Aut
|
|
|
642
642
|
getCountries(): AutocompleteItem[];
|
|
643
643
|
private _countries;
|
|
644
644
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AutocompleteCountryDialCodeComponent, never>;
|
|
645
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AutocompleteCountryDialCodeComponent, "rlb-autocomplete-country-dial-code", never, { "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "readonly": { "alias": "readonly"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "maxHeight": { "alias": "max-height"; "required": false; "isSignal": true; }; "menuMaxWidth": { "alias": "menu-max-width"; "required": false; "isSignal": true; }; "loading": { "alias": "loading"; "required": false; "isSignal": true; }; "userDefinedId": { "alias": "id"; "required": false; "isSignal": true; }; "enableFlagIcons": { "alias": "enable-flag-icons"; "required": false; "isSignal": true; }; "enableValidation": { "alias": "enable-validation"; "required": false; "isSignal": true; }; }, { "disabled": "disabledChange"; "selected": "selected"; }, never, ["[before]", "[after]"],
|
|
645
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AutocompleteCountryDialCodeComponent, "rlb-autocomplete-country-dial-code", never, { "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "readonly": { "alias": "readonly"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "maxHeight": { "alias": "max-height"; "required": false; "isSignal": true; }; "menuMaxWidth": { "alias": "menu-max-width"; "required": false; "isSignal": true; }; "loading": { "alias": "loading"; "required": false; "isSignal": true; }; "userDefinedId": { "alias": "id"; "required": false; "isSignal": true; }; "enableFlagIcons": { "alias": "enable-flag-icons"; "required": false; "isSignal": true; }; "enableValidation": { "alias": "enable-validation"; "required": false; "isSignal": true; }; }, { "disabled": "disabledChange"; "selected": "selected"; }, never, ["[before]", "[after]"], true, never>;
|
|
646
646
|
}
|
|
647
647
|
|
|
648
648
|
declare class AutocompleteCountryComponent extends AbstractComponent<AutocompleteItem> {
|
|
@@ -676,7 +676,7 @@ declare class AutocompleteCountryComponent extends AbstractComponent<Autocomplet
|
|
|
676
676
|
getCountries(): AutocompleteItem[];
|
|
677
677
|
private _countries;
|
|
678
678
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AutocompleteCountryComponent, never>;
|
|
679
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AutocompleteCountryComponent, "rlb-autocomplete-country", never, { "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "readonly": { "alias": "readonly"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "maxHeight": { "alias": "max-height"; "required": false; "isSignal": true; }; "menuMaxWidth": { "alias": "menu-max-width"; "required": false; "isSignal": true; }; "userDefinedId": { "alias": "id"; "required": false; "isSignal": true; }; "enableFlagIcons": { "alias": "enable-flag-icons"; "required": false; "isSignal": true; }; "enableValidation": { "alias": "enable-validation"; "required": false; "isSignal": true; }; }, { "disabled": "disabledChange"; "selected": "selected"; }, never, ["[before]", "[after]"],
|
|
679
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AutocompleteCountryComponent, "rlb-autocomplete-country", never, { "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "readonly": { "alias": "readonly"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "maxHeight": { "alias": "max-height"; "required": false; "isSignal": true; }; "menuMaxWidth": { "alias": "menu-max-width"; "required": false; "isSignal": true; }; "userDefinedId": { "alias": "id"; "required": false; "isSignal": true; }; "enableFlagIcons": { "alias": "enable-flag-icons"; "required": false; "isSignal": true; }; "enableValidation": { "alias": "enable-validation"; "required": false; "isSignal": true; }; }, { "disabled": "disabledChange"; "selected": "selected"; }, never, ["[before]", "[after]"], true, never>;
|
|
680
680
|
}
|
|
681
681
|
|
|
682
682
|
declare class AutocompleteTimezonesComponent extends AbstractComponent<string> {
|
|
@@ -708,7 +708,7 @@ declare class AutocompleteTimezonesComponent extends AbstractComponent<string> {
|
|
|
708
708
|
openDropdown(): void;
|
|
709
709
|
closeDropdown(): void;
|
|
710
710
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AutocompleteTimezonesComponent, never>;
|
|
711
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AutocompleteTimezonesComponent, "rlb-autocomplete-timezones", never, { "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "readonly": { "alias": "readonly"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "maxHeight": { "alias": "max-height"; "required": false; "isSignal": true; }; "menuMaxWidth": { "alias": "menu-max-width"; "required": false; "isSignal": true; }; "loading": { "alias": "loading"; "required": false; "isSignal": true; }; "userDefinedId": { "alias": "id"; "required": false; "isSignal": true; }; "enableValidation": { "alias": "enable-validation"; "required": false; "isSignal": true; }; }, { "disabled": "disabledChange"; "selected": "selected"; }, never, ["[before]", "[after]"],
|
|
711
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AutocompleteTimezonesComponent, "rlb-autocomplete-timezones", never, { "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "readonly": { "alias": "readonly"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "maxHeight": { "alias": "max-height"; "required": false; "isSignal": true; }; "menuMaxWidth": { "alias": "menu-max-width"; "required": false; "isSignal": true; }; "loading": { "alias": "loading"; "required": false; "isSignal": true; }; "userDefinedId": { "alias": "id"; "required": false; "isSignal": true; }; "enableValidation": { "alias": "enable-validation"; "required": false; "isSignal": true; }; }, { "disabled": "disabledChange"; "selected": "selected"; }, never, ["[before]", "[after]"], true, never>;
|
|
712
712
|
}
|
|
713
713
|
|
|
714
714
|
declare class AutocompleteComponent extends AbstractComponent<AutocompleteItem> {
|
|
@@ -749,7 +749,7 @@ declare class AutocompleteComponent extends AbstractComponent<AutocompleteItem>
|
|
|
749
749
|
openDropdown(): void;
|
|
750
750
|
closeDropdown(): void;
|
|
751
751
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AutocompleteComponent, never>;
|
|
752
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AutocompleteComponent, "rlb-autocomplete", never, { "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "readonly": { "alias": "readonly"; "required": false; "isSignal": true; }; "loading": { "alias": "loading"; "required": false; "isSignal": true; }; "maxHeight": { "alias": "max-height"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "autocomplete": { "alias": "autocomplete"; "required": false; "isSignal": true; }; "type": { "alias": "type"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "charsToSearch": { "alias": "chars-to-search"; "required": false; "isSignal": true; }; "menuMaxWidth": { "alias": "menu-max-width"; "required": false; "isSignal": true; }; "userDefinedId": { "alias": "id"; "required": false; "isSignal": true; }; "enableValidation": { "alias": "enable-validation"; "required": false; "isSignal": true; }; "inputAutocomplete": { "alias": "inputAutocomplete"; "required": false; "isSignal": true; }; }, { "disabled": "disabledChange"; "selected": "selected"; }, never, ["[before]", "[after]"],
|
|
752
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AutocompleteComponent, "rlb-autocomplete", never, { "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "readonly": { "alias": "readonly"; "required": false; "isSignal": true; }; "loading": { "alias": "loading"; "required": false; "isSignal": true; }; "maxHeight": { "alias": "max-height"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "autocomplete": { "alias": "autocomplete"; "required": false; "isSignal": true; }; "type": { "alias": "type"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "charsToSearch": { "alias": "chars-to-search"; "required": false; "isSignal": true; }; "menuMaxWidth": { "alias": "menu-max-width"; "required": false; "isSignal": true; }; "userDefinedId": { "alias": "id"; "required": false; "isSignal": true; }; "enableValidation": { "alias": "enable-validation"; "required": false; "isSignal": true; }; "inputAutocomplete": { "alias": "inputAutocomplete"; "required": false; "isSignal": true; }; }, { "disabled": "disabledChange"; "selected": "selected"; }, never, ["[before]", "[after]"], true, never>;
|
|
753
753
|
}
|
|
754
754
|
|
|
755
755
|
declare class CheckboxComponent extends AbstractComponent<boolean | undefined> {
|
|
@@ -764,7 +764,7 @@ declare class CheckboxComponent extends AbstractComponent<boolean | undefined> {
|
|
|
764
764
|
onWrite(data: boolean | undefined): void;
|
|
765
765
|
writeValue(val: boolean | undefined): void;
|
|
766
766
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<CheckboxComponent, never>;
|
|
767
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<CheckboxComponent, "rlb-checkbox", never, { "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "readonly": { "alias": "readonly"; "required": false; "isSignal": true; }; "indeterminate": { "alias": "indeterminate"; "required": false; "isSignal": true; }; "userDefinedId": { "alias": "id"; "required": false; "isSignal": true; }; }, {}, never, ["[before]", "[after]"],
|
|
767
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<CheckboxComponent, "rlb-checkbox", never, { "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "readonly": { "alias": "readonly"; "required": false; "isSignal": true; }; "indeterminate": { "alias": "indeterminate"; "required": false; "isSignal": true; }; "userDefinedId": { "alias": "id"; "required": false; "isSignal": true; }; }, {}, never, ["[before]", "[after]"], true, never>;
|
|
768
768
|
}
|
|
769
769
|
|
|
770
770
|
declare class ColorComponent extends AbstractComponent<string> {
|
|
@@ -777,7 +777,7 @@ declare class ColorComponent extends AbstractComponent<string> {
|
|
|
777
777
|
update(ev: EventTarget | null): void;
|
|
778
778
|
onWrite(data: string | undefined): void;
|
|
779
779
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ColorComponent, never>;
|
|
780
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ColorComponent, "rlb-color", never, { "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "readonly": { "alias": "readonly"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "userDefinedId": { "alias": "id"; "required": false; "isSignal": true; }; }, {}, never, ["[before]", "[after]"],
|
|
780
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ColorComponent, "rlb-color", never, { "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "readonly": { "alias": "readonly"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "userDefinedId": { "alias": "id"; "required": false; "isSignal": true; }; }, {}, never, ["[before]", "[after]"], true, never>;
|
|
781
781
|
}
|
|
782
782
|
|
|
783
783
|
declare class DatalistComponent extends AbstractComponent<string> {
|
|
@@ -791,7 +791,7 @@ declare class DatalistComponent extends AbstractComponent<string> {
|
|
|
791
791
|
update(ev: EventTarget | null): void;
|
|
792
792
|
onWrite(data: string | undefined): void;
|
|
793
793
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<DatalistComponent, never>;
|
|
794
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<DatalistComponent, "rlb-datalist", never, { "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "readonly": { "alias": "readonly"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "userDefinedId": { "alias": "id"; "required": false; "isSignal": true; }; }, {}, never, ["[before]", "*", "[after]"],
|
|
794
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<DatalistComponent, "rlb-datalist", never, { "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "readonly": { "alias": "readonly"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "userDefinedId": { "alias": "id"; "required": false; "isSignal": true; }; }, {}, never, ["[before]", "*", "[after]"], true, never>;
|
|
795
795
|
}
|
|
796
796
|
|
|
797
797
|
declare class FileDndComponent {
|
|
@@ -807,7 +807,7 @@ declare class FileDndComponent {
|
|
|
807
807
|
deleteFile(fileToRemove: File): void;
|
|
808
808
|
formatBytes(bytes: number): string;
|
|
809
809
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<FileDndComponent, never>;
|
|
810
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<FileDndComponent, "rlb-file-dnd", never, { "multiple": { "alias": "multiple"; "required": false; "isSignal": true; }; "data": { "alias": "data"; "required": false; "isSignal": true; }; "userDefinedId": { "alias": "id"; "required": false; "isSignal": true; }; }, { "filesChange": "files"; }, never, never,
|
|
810
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<FileDndComponent, "rlb-file-dnd", never, { "multiple": { "alias": "multiple"; "required": false; "isSignal": true; }; "data": { "alias": "data"; "required": false; "isSignal": true; }; "userDefinedId": { "alias": "id"; "required": false; "isSignal": true; }; }, { "filesChange": "files"; }, never, never, true, never>;
|
|
811
811
|
}
|
|
812
812
|
|
|
813
813
|
declare class DndDirective {
|
|
@@ -818,7 +818,7 @@ declare class DndDirective {
|
|
|
818
818
|
onDragLeave(evt: DragEvent): void;
|
|
819
819
|
onDrop(evt: DragEvent): void;
|
|
820
820
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<DndDirective, never>;
|
|
821
|
-
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<DndDirective, "[rlb-dnd]", never, { "multiple": { "alias": "multiple"; "required": false; "isSignal": true; }; }, { "fileDropped": "fileDropped"; }, never, never,
|
|
821
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<DndDirective, "[rlb-dnd]", never, { "multiple": { "alias": "multiple"; "required": false; "isSignal": true; }; }, { "fileDropped": "fileDropped"; }, never, never, true, never>;
|
|
822
822
|
}
|
|
823
823
|
|
|
824
824
|
declare class FileComponent extends AbstractComponent<File | File[] | null> {
|
|
@@ -833,7 +833,7 @@ declare class FileComponent extends AbstractComponent<File | File[] | null> {
|
|
|
833
833
|
onFileChange(ev: Event): void;
|
|
834
834
|
onWrite(data: File | File[] | null | undefined): void;
|
|
835
835
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<FileComponent, never>;
|
|
836
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<FileComponent, "rlb-file", never, { "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "readonly": { "alias": "readonly"; "required": false; "isSignal": true; }; "multiple": { "alias": "multiple"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "accept": { "alias": "accept"; "required": false; "isSignal": true; }; "userDefinedId": { "alias": "id"; "required": false; "isSignal": true; }; }, {}, never, ["[before]", "[after]"],
|
|
836
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<FileComponent, "rlb-file", never, { "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "readonly": { "alias": "readonly"; "required": false; "isSignal": true; }; "multiple": { "alias": "multiple"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "accept": { "alias": "accept"; "required": false; "isSignal": true; }; "userDefinedId": { "alias": "id"; "required": false; "isSignal": true; }; }, {}, never, ["[before]", "[after]"], true, never>;
|
|
837
837
|
}
|
|
838
838
|
|
|
839
839
|
declare class HelpText {
|
|
@@ -843,7 +843,7 @@ declare class HelpText {
|
|
|
843
843
|
helpText: _angular_core.InputSignal<string>;
|
|
844
844
|
constructor(elementRef: ElementRef, renderer: Renderer2, idService: UniqueIdService);
|
|
845
845
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<HelpText, never>;
|
|
846
|
-
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<HelpText, "[helpText]", never, { "helpText": { "alias": "helpText"; "required": false; "isSignal": true; }; }, {}, never, never,
|
|
846
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<HelpText, "[helpText]", never, { "helpText": { "alias": "helpText"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
847
847
|
}
|
|
848
848
|
|
|
849
849
|
declare class InputValidationComponent {
|
|
@@ -852,7 +852,7 @@ declare class InputValidationComponent {
|
|
|
852
852
|
getErrorKeys(errors: ValidationErrors | null | undefined): string[];
|
|
853
853
|
getTranslatedError(errorKey: string, errorValue: any): string;
|
|
854
854
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<InputValidationComponent, never>;
|
|
855
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<InputValidationComponent, "rlb-input-validation", never, { "errors": { "alias": "errors"; "required": false; "isSignal": true; }; }, { "errors": "errorsChange"; }, never, never,
|
|
855
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<InputValidationComponent, "rlb-input-validation", never, { "errors": { "alias": "errors"; "required": false; "isSignal": true; }; }, { "errors": "errorsChange"; }, never, never, true, never>;
|
|
856
856
|
}
|
|
857
857
|
|
|
858
858
|
declare class InputComponent extends AbstractComponent<any> implements OnInit, AfterViewInit {
|
|
@@ -886,7 +886,7 @@ declare class InputComponent extends AbstractComponent<any> implements OnInit, A
|
|
|
886
886
|
ngAfterViewInit(): void;
|
|
887
887
|
removeNonDigits(value: string): string;
|
|
888
888
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<InputComponent, never>;
|
|
889
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<InputComponent, "rlb-input", never, { "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "readonly": { "alias": "readonly"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "type": { "alias": "type"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "name": { "alias": "name"; "required": false; "isSignal": true; }; "max": { "alias": "max"; "required": false; "isSignal": true; }; "min": { "alias": "min"; "required": false; "isSignal": true; }; "step": { "alias": "step"; "required": false; "isSignal": true; }; "dateType": { "alias": "date-type"; "required": false; "isSignal": true; }; "timezone": { "alias": "timezone"; "required": false; "isSignal": true; }; "userDefinedId": { "alias": "inputId"; "required": false; "isSignal": true; }; "extValidation": { "alias": "extValidation"; "required": false; "isSignal": true; }; "enableValidation": { "alias": "enable-validation"; "required": false; "isSignal": true; }; }, {}, never, ["[before]", "[after]"],
|
|
889
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<InputComponent, "rlb-input", never, { "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "readonly": { "alias": "readonly"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "type": { "alias": "type"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "name": { "alias": "name"; "required": false; "isSignal": true; }; "max": { "alias": "max"; "required": false; "isSignal": true; }; "min": { "alias": "min"; "required": false; "isSignal": true; }; "step": { "alias": "step"; "required": false; "isSignal": true; }; "dateType": { "alias": "date-type"; "required": false; "isSignal": true; }; "timezone": { "alias": "timezone"; "required": false; "isSignal": true; }; "userDefinedId": { "alias": "inputId"; "required": false; "isSignal": true; }; "extValidation": { "alias": "extValidation"; "required": false; "isSignal": true; }; "enableValidation": { "alias": "enable-validation"; "required": false; "isSignal": true; }; }, {}, never, ["[before]", "[after]"], true, never>;
|
|
890
890
|
}
|
|
891
891
|
|
|
892
892
|
declare class InputGroupComponent {
|
|
@@ -898,7 +898,7 @@ declare class InputGroupComponent {
|
|
|
898
898
|
validation: _angular_core.Signal<InputValidationComponent | undefined>;
|
|
899
899
|
constructor();
|
|
900
900
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<InputGroupComponent, never>;
|
|
901
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<InputGroupComponent, "rlb-input-group", never, { "text": { "alias": "text"; "required": false; "isSignal": true; }; "validate": { "alias": "validate"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; }, {}, ["inputs", "validation"], ["*"],
|
|
901
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<InputGroupComponent, "rlb-input-group", never, { "text": { "alias": "text"; "required": false; "isSignal": true; }; "validate": { "alias": "validate"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; }, {}, ["inputs", "validation"], ["*"], true, never>;
|
|
902
902
|
}
|
|
903
903
|
|
|
904
904
|
declare class OptionComponent {
|
|
@@ -907,7 +907,7 @@ declare class OptionComponent {
|
|
|
907
907
|
template: _angular_core.Signal<TemplateRef<any>>;
|
|
908
908
|
contentTemplate: _angular_core.Signal<TemplateRef<any>>;
|
|
909
909
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<OptionComponent, never>;
|
|
910
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<OptionComponent, "rlb-option", never, { "value": { "alias": "value"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; }, {}, never, ["*"],
|
|
910
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<OptionComponent, "rlb-option", never, { "value": { "alias": "value"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
911
911
|
}
|
|
912
912
|
|
|
913
913
|
declare class RadioComponent extends AbstractComponent<string> {
|
|
@@ -921,7 +921,7 @@ declare class RadioComponent extends AbstractComponent<string> {
|
|
|
921
921
|
update(ev: EventTarget | null): void;
|
|
922
922
|
onWrite(data: string | undefined): void;
|
|
923
923
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<RadioComponent, never>;
|
|
924
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<RadioComponent, "rlb-radio", never, { "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "readonly": { "alias": "readonly"; "required": false; "isSignal": true; }; "userDefinedId": { "alias": "id"; "required": false; "isSignal": true; }; }, {}, ["options"], ["[before]", "[after]"],
|
|
924
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<RadioComponent, "rlb-radio", never, { "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "readonly": { "alias": "readonly"; "required": false; "isSignal": true; }; "userDefinedId": { "alias": "id"; "required": false; "isSignal": true; }; }, {}, ["options"], ["[before]", "[after]"], true, never>;
|
|
925
925
|
}
|
|
926
926
|
|
|
927
927
|
declare class RangeComponent extends AbstractComponent<string> {
|
|
@@ -937,7 +937,7 @@ declare class RangeComponent extends AbstractComponent<string> {
|
|
|
937
937
|
update(ev: EventTarget | null): void;
|
|
938
938
|
onWrite(data: string | undefined): void;
|
|
939
939
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<RangeComponent, never>;
|
|
940
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<RangeComponent, "rlb-range", never, { "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "readonly": { "alias": "readonly"; "required": false; "isSignal": true; }; "min": { "alias": "min"; "required": false; "isSignal": true; }; "max": { "alias": "max"; "required": false; "isSignal": true; }; "step": { "alias": "step"; "required": false; "isSignal": true; }; "userDefinedId": { "alias": "id"; "required": false; "isSignal": true; }; }, {}, never, ["[before]", "[after]"],
|
|
940
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<RangeComponent, "rlb-range", never, { "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "readonly": { "alias": "readonly"; "required": false; "isSignal": true; }; "min": { "alias": "min"; "required": false; "isSignal": true; }; "max": { "alias": "max"; "required": false; "isSignal": true; }; "step": { "alias": "step"; "required": false; "isSignal": true; }; "userDefinedId": { "alias": "id"; "required": false; "isSignal": true; }; }, {}, never, ["[before]", "[after]"], true, never>;
|
|
941
941
|
}
|
|
942
942
|
|
|
943
943
|
declare class SelectComponent extends AbstractComponent<string | string[]> {
|
|
@@ -956,7 +956,7 @@ declare class SelectComponent extends AbstractComponent<string | string[]> {
|
|
|
956
956
|
update(ev: EventTarget | null): void;
|
|
957
957
|
onWrite(data: string | string[] | undefined): void;
|
|
958
958
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SelectComponent, never>;
|
|
959
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SelectComponent, "rlb-select", never, { "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "readonly": { "alias": "readonly"; "required": false; "isSignal": true; }; "multiple": { "alias": "multiple"; "required": false; "isSignal": true; }; "display": { "alias": "display"; "required": false; "isSignal": true; }; "userDefinedId": { "alias": "inputId"; "required": false; "isSignal": true; }; "enableValidation": { "alias": "enable-validation"; "required": false; "isSignal": true; }; }, {}, ["options"], ["[before]", "[after]"],
|
|
959
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SelectComponent, "rlb-select", never, { "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "readonly": { "alias": "readonly"; "required": false; "isSignal": true; }; "multiple": { "alias": "multiple"; "required": false; "isSignal": true; }; "display": { "alias": "display"; "required": false; "isSignal": true; }; "userDefinedId": { "alias": "inputId"; "required": false; "isSignal": true; }; "enableValidation": { "alias": "enable-validation"; "required": false; "isSignal": true; }; }, {}, ["options"], ["[before]", "[after]"], true, never>;
|
|
960
960
|
}
|
|
961
961
|
|
|
962
962
|
declare class SwitchComponent extends AbstractComponent<boolean> implements AfterViewInit {
|
|
@@ -972,7 +972,7 @@ declare class SwitchComponent extends AbstractComponent<boolean> implements Afte
|
|
|
972
972
|
ngAfterViewInit(): void;
|
|
973
973
|
private updateInternalValue;
|
|
974
974
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SwitchComponent, never>;
|
|
975
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SwitchComponent, "rlb-switch", never, { "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "readonly": { "alias": "readonly"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "userDefinedId": { "alias": "id"; "required": false; "isSignal": true; }; }, {}, never, ["[before]", "[after]"],
|
|
975
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SwitchComponent, "rlb-switch", never, { "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "readonly": { "alias": "readonly"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "userDefinedId": { "alias": "id"; "required": false; "isSignal": true; }; }, {}, never, ["[before]", "[after]"], true, never>;
|
|
976
976
|
}
|
|
977
977
|
|
|
978
978
|
declare class TextAreaComponent extends AbstractComponent<string> {
|
|
@@ -988,10 +988,10 @@ declare class TextAreaComponent extends AbstractComponent<string> {
|
|
|
988
988
|
update(ev: EventTarget | null): void;
|
|
989
989
|
onWrite(data: string | undefined): void;
|
|
990
990
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<TextAreaComponent, never>;
|
|
991
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<TextAreaComponent, "rlb-textarea", never, { "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "readonly": { "alias": "readonly"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "rows": { "alias": "rows"; "required": false; "isSignal": true; }; "userDefinedId": { "alias": "id"; "required": false; "isSignal": true; }; }, {}, never, ["[before]", "[after]"],
|
|
991
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<TextAreaComponent, "rlb-textarea", never, { "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "readonly": { "alias": "readonly"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "rows": { "alias": "rows"; "required": false; "isSignal": true; }; "userDefinedId": { "alias": "id"; "required": false; "isSignal": true; }; }, {}, never, ["[before]", "[after]"], true, never>;
|
|
992
992
|
}
|
|
993
993
|
|
|
994
|
-
declare const INPUTS: (typeof
|
|
994
|
+
declare const INPUTS: (typeof OptionComponent | typeof InputValidationComponent | typeof SelectComponent | typeof AutocompleteCountryDialCodeComponent | typeof AutocompleteCountryComponent | typeof AutocompleteTimezonesComponent | typeof AutocompleteComponent | typeof CheckboxComponent | typeof ColorComponent | typeof DndDirective | typeof FileDndComponent | typeof FileComponent | typeof HelpText | typeof InputComponent | typeof InputGroupComponent | typeof RadioComponent | typeof RangeComponent | typeof SwitchComponent | typeof TextAreaComponent)[];
|
|
995
995
|
|
|
996
996
|
declare class RlbFabInputComponent {
|
|
997
997
|
isOpen: _angular_core.WritableSignal<boolean>;
|
|
@@ -1006,20 +1006,20 @@ declare class RlbFabInputComponent {
|
|
|
1006
1006
|
onDocumentClick(event: MouseEvent): void;
|
|
1007
1007
|
onFocusOut(event: FocusEvent): void;
|
|
1008
1008
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<RlbFabInputComponent, never>;
|
|
1009
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<RlbFabInputComponent, "rlb-fab-input", never, {}, { "pasteAccepted": "pasteAccepted"; }, ["rlbInput"], ["rlb-fab", "rlb-input"],
|
|
1009
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<RlbFabInputComponent, "rlb-fab-input", never, {}, { "pasteAccepted": "pasteAccepted"; }, ["rlbInput"], ["rlb-fab", "rlb-input"], true, never>;
|
|
1010
1010
|
}
|
|
1011
1011
|
|
|
1012
1012
|
declare class ToggleDirective {
|
|
1013
|
-
toggle: _angular_core.InputSignal<"
|
|
1013
|
+
toggle: _angular_core.InputSignal<"offcanvas" | "collapse" | "tab" | "pill" | "dropdown" | "buttons-group">;
|
|
1014
1014
|
target: _angular_core.InputSignal<string>;
|
|
1015
1015
|
collapsed: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
1016
|
-
autoClose: _angular_core.InputSignal<"manual" | "
|
|
1016
|
+
autoClose: _angular_core.InputSignal<"manual" | "default" | "inside" | "outside">;
|
|
1017
1017
|
private elementRef;
|
|
1018
1018
|
private renderer;
|
|
1019
1019
|
buttonToolbar: ButtonToolbarComponent | null;
|
|
1020
1020
|
constructor();
|
|
1021
1021
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ToggleDirective, never>;
|
|
1022
|
-
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<ToggleDirective, " button[toggle], a[toggle], rlb-navbar-item[toggle], rlb-button-toolbar[toggle], rlb-fab[toggle],", never, { "toggle": { "alias": "toggle"; "required": true; "isSignal": true; }; "target": { "alias": "toggle-target"; "required": true; "isSignal": true; }; "collapsed": { "alias": "collapsed"; "required": false; "isSignal": true; }; "autoClose": { "alias": "auto-close"; "required": false; "isSignal": true; }; }, {}, never, never,
|
|
1022
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<ToggleDirective, " button[toggle], a[toggle], rlb-navbar-item[toggle], rlb-button-toolbar[toggle], rlb-fab[toggle],", never, { "toggle": { "alias": "toggle"; "required": true; "isSignal": true; }; "target": { "alias": "toggle-target"; "required": true; "isSignal": true; }; "collapsed": { "alias": "collapsed"; "required": false; "isSignal": true; }; "autoClose": { "alias": "auto-close"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
1023
1023
|
}
|
|
1024
1024
|
|
|
1025
1025
|
declare abstract class AbstractRegistryService<T extends Function> {
|
|
@@ -1036,7 +1036,7 @@ declare class ComponentHostDirective {
|
|
|
1036
1036
|
viewContainerRef: ViewContainerRef;
|
|
1037
1037
|
constructor(viewContainerRef: ViewContainerRef);
|
|
1038
1038
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ComponentHostDirective, never>;
|
|
1039
|
-
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<ComponentHostDirective, "[component-host]", never, {}, {}, never, never,
|
|
1039
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<ComponentHostDirective, "[component-host]", never, {}, {}, never, never, true, never>;
|
|
1040
1040
|
}
|
|
1041
1041
|
|
|
1042
1042
|
interface ComponentCreationOptions {
|
|
@@ -1180,7 +1180,7 @@ declare class ToastContainerComponent extends BuilderComponent<InnerToastService
|
|
|
1180
1180
|
constructor(toastService: InnerToastService);
|
|
1181
1181
|
ngOnDestroy(): void;
|
|
1182
1182
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ToastContainerComponent, never>;
|
|
1183
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ToastContainerComponent, "rlb-toast-container", never, { "builderId": { "alias": "id"; "required": true; "isSignal": true; }; }, {}, never, never,
|
|
1183
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ToastContainerComponent, "rlb-toast-container", never, { "builderId": { "alias": "id"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
1184
1184
|
}
|
|
1185
1185
|
|
|
1186
1186
|
interface IToast<Input = any, Output = any> extends ComponentData<ToastData<Input>> {
|
|
@@ -1275,7 +1275,7 @@ declare class CalendarComponent {
|
|
|
1275
1275
|
setView(view: CalendarView): void;
|
|
1276
1276
|
private openEditEventDialog;
|
|
1277
1277
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<CalendarComponent, never>;
|
|
1278
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<CalendarComponent, "rlb-calendar", never, { "view": { "alias": "view"; "required": false; "isSignal": true; }; "events": { "alias": "events"; "required": false; "isSignal": true; }; "currentDate": { "alias": "current-date"; "required": false; "isSignal": true; }; "loading": { "alias": "loading"; "required": false; "isSignal": true; }; "showToolbar": { "alias": "show-toolbar"; "required": false; "isSignal": true; }; "layout": { "alias": "layout"; "required": false; "isSignal": true; }; }, { "view": "viewChange"; "events": "eventsChange"; "currentDate": "current-dateChange"; "dateChange": "date-change"; "viewChange": "view-change"; "eventClick": "event-click"; }, never, never,
|
|
1278
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<CalendarComponent, "rlb-calendar", never, { "view": { "alias": "view"; "required": false; "isSignal": true; }; "events": { "alias": "events"; "required": false; "isSignal": true; }; "currentDate": { "alias": "current-date"; "required": false; "isSignal": true; }; "loading": { "alias": "loading"; "required": false; "isSignal": true; }; "showToolbar": { "alias": "show-toolbar"; "required": false; "isSignal": true; }; "layout": { "alias": "layout"; "required": false; "isSignal": true; }; }, { "view": "viewChange"; "events": "eventsChange"; "currentDate": "current-dateChange"; "dateChange": "date-change"; "viewChange": "view-change"; "eventClick": "event-click"; }, never, never, true, never>;
|
|
1279
1279
|
}
|
|
1280
1280
|
|
|
1281
1281
|
declare class CalendarEventComponent {
|
|
@@ -1286,7 +1286,7 @@ declare class CalendarEventComponent {
|
|
|
1286
1286
|
classes: _angular_core.Signal<string[]>;
|
|
1287
1287
|
onClick(e: Event): void;
|
|
1288
1288
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<CalendarEventComponent, never>;
|
|
1289
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<CalendarEventComponent, "rlb-calendar-event", never, { "event": { "alias": "event"; "required": true; "isSignal": true; }; "view": { "alias": "view"; "required": true; "isSignal": true; }; }, { "eventClick": "event-click"; "eventContainerClick": "event-container-click"; }, never, never,
|
|
1289
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<CalendarEventComponent, "rlb-calendar-event", never, { "event": { "alias": "event"; "required": true; "isSignal": true; }; "view": { "alias": "view"; "required": true; "isSignal": true; }; }, { "eventClick": "event-click"; "eventContainerClick": "event-container-click"; }, never, never, true, never>;
|
|
1290
1290
|
}
|
|
1291
1291
|
|
|
1292
1292
|
declare class CalendarGrid implements OnDestroy {
|
|
@@ -1300,7 +1300,7 @@ declare class CalendarGrid implements OnDestroy {
|
|
|
1300
1300
|
constructor();
|
|
1301
1301
|
ngOnDestroy(): void;
|
|
1302
1302
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<CalendarGrid, never>;
|
|
1303
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<CalendarGrid, "rlb-calendar-grid", never, { "view": { "alias": "view"; "required": true; "isSignal": true; }; "currentDate": { "alias": "currentDate"; "required": true; "isSignal": true; }; "events": { "alias": "events"; "required": false; "isSignal": true; }; "layout": { "alias": "layout"; "required": true; "isSignal": true; }; }, { "eventClick": "event-click"; "eventContainerClick": "event-container-click"; "eventChange": "event-change"; }, never, never,
|
|
1303
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<CalendarGrid, "rlb-calendar-grid", never, { "view": { "alias": "view"; "required": true; "isSignal": true; }; "currentDate": { "alias": "currentDate"; "required": true; "isSignal": true; }; "events": { "alias": "events"; "required": false; "isSignal": true; }; "layout": { "alias": "layout"; "required": true; "isSignal": true; }; }, { "eventClick": "event-click"; "eventContainerClick": "event-container-click"; "eventChange": "event-change"; }, never, never, true, never>;
|
|
1304
1304
|
}
|
|
1305
1305
|
|
|
1306
1306
|
declare class CalendarHeaderComponent {
|
|
@@ -1313,7 +1313,7 @@ declare class CalendarHeaderComponent {
|
|
|
1313
1313
|
today(): void;
|
|
1314
1314
|
setView(view: CalendarView): void;
|
|
1315
1315
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<CalendarHeaderComponent, never>;
|
|
1316
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<CalendarHeaderComponent, "rlb-calendar-header", never, { "view": { "alias": "view"; "required": false; "isSignal": true; }; "currentDate": { "alias": "currentDate"; "required": true; "isSignal": true; }; }, { "dateChange": "dateChange"; "viewChange": "viewChange"; }, never, never,
|
|
1316
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<CalendarHeaderComponent, "rlb-calendar-header", never, { "view": { "alias": "view"; "required": false; "isSignal": true; }; "currentDate": { "alias": "currentDate"; "required": true; "isSignal": true; }; }, { "dateChange": "dateChange"; "viewChange": "viewChange"; }, never, never, true, never>;
|
|
1317
1317
|
}
|
|
1318
1318
|
|
|
1319
1319
|
declare class CalendarDayGridComponent implements OnDestroy, AfterViewInit {
|
|
@@ -1351,7 +1351,7 @@ declare class CalendarDayGridComponent implements OnDestroy, AfterViewInit {
|
|
|
1351
1351
|
private resolveConflictGroupLayout;
|
|
1352
1352
|
private sortEventsStable;
|
|
1353
1353
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<CalendarDayGridComponent, never>;
|
|
1354
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<CalendarDayGridComponent, "rlb-calendar-day-grid", never, { "view": { "alias": "view"; "required": true; "isSignal": true; }; "currentDate": { "alias": "currentDate"; "required": true; "isSignal": true; }; "events": { "alias": "events"; "required": false; "isSignal": true; }; "layout": { "alias": "layout"; "required": true; "isSignal": true; }; }, { "eventClick": "event-click"; "eventContainerClick": "event-container-click"; "eventChange": "event-change"; }, never, never,
|
|
1354
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<CalendarDayGridComponent, "rlb-calendar-day-grid", never, { "view": { "alias": "view"; "required": true; "isSignal": true; }; "currentDate": { "alias": "currentDate"; "required": true; "isSignal": true; }; "events": { "alias": "events"; "required": false; "isSignal": true; }; "layout": { "alias": "layout"; "required": true; "isSignal": true; }; }, { "eventClick": "event-click"; "eventContainerClick": "event-container-click"; "eventChange": "event-change"; }, never, never, true, never>;
|
|
1355
1355
|
}
|
|
1356
1356
|
|
|
1357
1357
|
interface MonthViewEvent extends CalendarEventWithLayout {
|
|
@@ -1398,7 +1398,7 @@ declare class CalendarMonthGridComponent implements AfterViewInit, OnDestroy {
|
|
|
1398
1398
|
private calculateEventSlots;
|
|
1399
1399
|
onEventDrop(event: CdkDragDrop<IDateTz, any, MonthViewEvent>): void;
|
|
1400
1400
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<CalendarMonthGridComponent, never>;
|
|
1401
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<CalendarMonthGridComponent, "rlb-calendar-month-grid", never, { "view": { "alias": "view"; "required": true; "isSignal": true; }; "currentDate": { "alias": "currentDate"; "required": true; "isSignal": true; }; "events": { "alias": "events"; "required": false; "isSignal": true; }; "layout": { "alias": "layout"; "required": true; "isSignal": true; }; }, { "eventClick": "event-click"; "eventContainerClick": "event-container-click"; "eventChange": "event-change"; }, never, never,
|
|
1401
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<CalendarMonthGridComponent, "rlb-calendar-month-grid", never, { "view": { "alias": "view"; "required": true; "isSignal": true; }; "currentDate": { "alias": "currentDate"; "required": true; "isSignal": true; }; "events": { "alias": "events"; "required": false; "isSignal": true; }; "layout": { "alias": "layout"; "required": true; "isSignal": true; }; }, { "eventClick": "event-click"; "eventContainerClick": "event-container-click"; "eventChange": "event-change"; }, never, never, true, never>;
|
|
1402
1402
|
}
|
|
1403
1403
|
|
|
1404
1404
|
declare class CalendarWeekGridComponent implements OnDestroy, AfterViewInit {
|
|
@@ -1442,7 +1442,7 @@ declare class CalendarWeekGridComponent implements OnDestroy, AfterViewInit {
|
|
|
1442
1442
|
private resolveConflictGroupLayout;
|
|
1443
1443
|
private sortEventsStable;
|
|
1444
1444
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<CalendarWeekGridComponent, never>;
|
|
1445
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<CalendarWeekGridComponent, "rlb-calendar-week-grid", never, { "view": { "alias": "view"; "required": true; "isSignal": true; }; "currentDate": { "alias": "currentDate"; "required": true; "isSignal": true; }; "events": { "alias": "events"; "required": false; "isSignal": true; }; "layout": { "alias": "layout"; "required": true; "isSignal": true; }; }, { "eventClick": "event-click"; "eventContainerClick": "event-container-click"; "eventChange": "event-change"; }, never, never,
|
|
1445
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<CalendarWeekGridComponent, "rlb-calendar-week-grid", never, { "view": { "alias": "view"; "required": true; "isSignal": true; }; "currentDate": { "alias": "currentDate"; "required": true; "isSignal": true; }; "events": { "alias": "events"; "required": false; "isSignal": true; }; "layout": { "alias": "layout"; "required": true; "isSignal": true; }; }, { "eventClick": "event-click"; "eventContainerClick": "event-container-click"; "eventChange": "event-change"; }, never, never, true, never>;
|
|
1446
1446
|
}
|
|
1447
1447
|
|
|
1448
1448
|
declare const CALENDAR_COMPONENTS: (typeof CalendarComponent | typeof CalendarHeaderComponent | typeof CalendarGrid | typeof CalendarEventComponent)[];
|
|
@@ -1450,50 +1450,50 @@ declare const CALENDAR_COMPONENTS: (typeof CalendarComponent | typeof CalendarHe
|
|
|
1450
1450
|
declare class CardBodyComponent {
|
|
1451
1451
|
overlay: _angular_core.WritableSignal<boolean>;
|
|
1452
1452
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<CardBodyComponent, never>;
|
|
1453
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<CardBodyComponent, "rlb-card-body", never, {}, {}, never, ["[rlb-card-title]", "[rlb-card-subtitle]", "[rlb-card-text],[rlb-card-link]", "*"],
|
|
1453
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<CardBodyComponent, "rlb-card-body", never, {}, {}, never, ["[rlb-card-title]", "[rlb-card-subtitle]", "[rlb-card-text],[rlb-card-link]", "*"], true, never>;
|
|
1454
1454
|
}
|
|
1455
1455
|
|
|
1456
1456
|
declare class CardFooterComponent {
|
|
1457
1457
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<CardFooterComponent, never>;
|
|
1458
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<CardFooterComponent, "rlb-card-footer", never, {}, {}, never, ["*"],
|
|
1458
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<CardFooterComponent, "rlb-card-footer", never, {}, {}, never, ["*"], true, never>;
|
|
1459
1459
|
}
|
|
1460
1460
|
|
|
1461
1461
|
declare class CardGroupComponent {
|
|
1462
1462
|
overlay: boolean;
|
|
1463
1463
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<CardGroupComponent, never>;
|
|
1464
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<CardGroupComponent, "rlb-card-group", never, {}, {}, never, ["rlb-card"],
|
|
1464
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<CardGroupComponent, "rlb-card-group", never, {}, {}, never, ["rlb-card"], true, never>;
|
|
1465
1465
|
}
|
|
1466
1466
|
|
|
1467
1467
|
declare class CardHeaderComponent {
|
|
1468
1468
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<CardHeaderComponent, never>;
|
|
1469
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<CardHeaderComponent, "rlb-card-header", never, {}, {}, never, ["*"],
|
|
1469
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<CardHeaderComponent, "rlb-card-header", never, {}, {}, never, ["*"], true, never>;
|
|
1470
1470
|
}
|
|
1471
1471
|
|
|
1472
1472
|
declare class CardImageComponent {
|
|
1473
1473
|
position: _angular_core.InputSignal<"top" | "bottom">;
|
|
1474
1474
|
overlay: _angular_core.WritableSignal<boolean>;
|
|
1475
1475
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<CardImageComponent, never>;
|
|
1476
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<CardImageComponent, "img[rlb-card-image]", never, { "position": { "alias": "position"; "required": false; "isSignal": true; }; }, {}, never, never,
|
|
1476
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<CardImageComponent, "img[rlb-card-image]", never, { "position": { "alias": "position"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
1477
1477
|
}
|
|
1478
1478
|
|
|
1479
1479
|
declare class CardLinkComponent {
|
|
1480
1480
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<CardLinkComponent, never>;
|
|
1481
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<CardLinkComponent, "a[rlb-card-link]", never, {}, {}, never, ["*"],
|
|
1481
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<CardLinkComponent, "a[rlb-card-link]", never, {}, {}, never, ["*"], true, never>;
|
|
1482
1482
|
}
|
|
1483
1483
|
|
|
1484
1484
|
declare class CardSubtitleComponent {
|
|
1485
1485
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<CardSubtitleComponent, never>;
|
|
1486
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<CardSubtitleComponent, "h*[rlb-card-subtitle]", never, {}, {}, never, ["*"],
|
|
1486
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<CardSubtitleComponent, "h*[rlb-card-subtitle]", never, {}, {}, never, ["*"], true, never>;
|
|
1487
1487
|
}
|
|
1488
1488
|
|
|
1489
1489
|
declare class CardTextComponent {
|
|
1490
1490
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<CardTextComponent, never>;
|
|
1491
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<CardTextComponent, "p[rlb-card-text]", never, {}, {}, never, ["*"],
|
|
1491
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<CardTextComponent, "p[rlb-card-text]", never, {}, {}, never, ["*"], true, never>;
|
|
1492
1492
|
}
|
|
1493
1493
|
|
|
1494
1494
|
declare class CardTitleComponent {
|
|
1495
1495
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<CardTitleComponent, never>;
|
|
1496
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<CardTitleComponent, "h*[rlb-card-title]", never, {}, {}, never, ["*"],
|
|
1496
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<CardTitleComponent, "h*[rlb-card-title]", never, {}, {}, never, ["*"], true, never>;
|
|
1497
1497
|
}
|
|
1498
1498
|
|
|
1499
1499
|
declare class CardComponent {
|
|
@@ -1505,17 +1505,17 @@ declare class CardComponent {
|
|
|
1505
1505
|
image: _angular_core.Signal<CardImageComponent | undefined>;
|
|
1506
1506
|
constructor();
|
|
1507
1507
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<CardComponent, never>;
|
|
1508
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<CardComponent, "rlb-card", never, { "align": { "alias": "align"; "required": false; "isSignal": true; }; "overlay": { "alias": "overlay"; "required": false; "isSignal": true; }; "background": { "alias": "background"; "required": false; "isSignal": true; }; "border": { "alias": "border"; "required": false; "isSignal": true; }; }, {}, ["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']"],
|
|
1508
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<CardComponent, "rlb-card", never, { "align": { "alias": "align"; "required": false; "isSignal": true; }; "overlay": { "alias": "overlay"; "required": false; "isSignal": true; }; "background": { "alias": "background"; "required": false; "isSignal": true; }; "border": { "alias": "border"; "required": false; "isSignal": true; }; }, {}, ["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']"], true, never>;
|
|
1509
1509
|
}
|
|
1510
1510
|
|
|
1511
1511
|
declare class CarouselCaptionComponent {
|
|
1512
1512
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<CarouselCaptionComponent, never>;
|
|
1513
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<CarouselCaptionComponent, "rlb-carousel-caption", never, {}, {}, never, ["*"],
|
|
1513
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<CarouselCaptionComponent, "rlb-carousel-caption", never, {}, {}, never, ["*"], true, never>;
|
|
1514
1514
|
}
|
|
1515
1515
|
|
|
1516
1516
|
declare class ChatContainerComponent {
|
|
1517
1517
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ChatContainerComponent, never>;
|
|
1518
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ChatContainerComponent, "rlb-chat-container", never, {}, {}, never, ["*"],
|
|
1518
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ChatContainerComponent, "rlb-chat-container", never, {}, {}, never, ["*"], true, never>;
|
|
1519
1519
|
}
|
|
1520
1520
|
|
|
1521
1521
|
declare class ChatItemComponent {
|
|
@@ -1534,7 +1534,7 @@ declare class ChatItemComponent {
|
|
|
1534
1534
|
reactionSelector: _angular_core.OutputEmitterRef<VisibilityEventBase>;
|
|
1535
1535
|
replyClick(event: MouseEvent): void;
|
|
1536
1536
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ChatItemComponent, never>;
|
|
1537
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ChatItemComponent, "rlb-chat-item", never, { "id": { "alias": "id"; "required": false; "isSignal": true; }; "avatar": { "alias": "avatar"; "required": false; "isSignal": true; }; "text": { "alias": "text"; "required": false; "isSignal": true; }; "dateTime": { "alias": "date-time"; "required": false; "isSignal": true; }; "replayText": { "alias": "replay-text"; "required": false; "isSignal": true; }; "replaySubject": { "alias": "replay-subject"; "required": false; "isSignal": true; }; "replayId": { "alias": "replay-id"; "required": false; "isSignal": true; }; "position": { "alias": "position"; "required": false; "isSignal": true; }; "reaction": { "alias": "reaction"; "required": false; "isSignal": true; }; "canReply": { "alias": "can-reply"; "required": false; "isSignal": true; }; }, { "reply": "reply"; "reactionClick": "reaction-click"; "reactionSelector": "reaction-selector"; }, never, ["*", "[reaction-picker]"],
|
|
1537
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ChatItemComponent, "rlb-chat-item", never, { "id": { "alias": "id"; "required": false; "isSignal": true; }; "avatar": { "alias": "avatar"; "required": false; "isSignal": true; }; "text": { "alias": "text"; "required": false; "isSignal": true; }; "dateTime": { "alias": "date-time"; "required": false; "isSignal": true; }; "replayText": { "alias": "replay-text"; "required": false; "isSignal": true; }; "replaySubject": { "alias": "replay-subject"; "required": false; "isSignal": true; }; "replayId": { "alias": "replay-id"; "required": false; "isSignal": true; }; "position": { "alias": "position"; "required": false; "isSignal": true; }; "reaction": { "alias": "reaction"; "required": false; "isSignal": true; }; "canReply": { "alias": "can-reply"; "required": false; "isSignal": true; }; }, { "reply": "reply"; "reactionClick": "reaction-click"; "reactionSelector": "reaction-selector"; }, never, ["*", "[reaction-picker]"], true, never>;
|
|
1538
1538
|
}
|
|
1539
1539
|
|
|
1540
1540
|
declare class CollapseComponent extends ToggleAbstractComponent<Collapse> implements OnInit, OnDestroy {
|
|
@@ -1548,7 +1548,7 @@ declare class CollapseComponent extends ToggleAbstractComponent<Collapse> implem
|
|
|
1548
1548
|
getOrCreateInstance(element: HTMLElement): Collapse;
|
|
1549
1549
|
get eventPrefix(): string;
|
|
1550
1550
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<CollapseComponent, never>;
|
|
1551
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<CollapseComponent, "rlb-collapse", never, { "id": { "alias": "id"; "required": true; "isSignal": true; }; "orientation": { "alias": "orientation"; "required": false; "isSignal": true; }; }, { "statusChange": "statusChange"; }, never, ["*"],
|
|
1551
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<CollapseComponent, "rlb-collapse", never, { "id": { "alias": "id"; "required": true; "isSignal": true; }; "orientation": { "alias": "orientation"; "required": false; "isSignal": true; }; }, { "statusChange": "statusChange"; }, never, ["*"], true, never>;
|
|
1552
1552
|
}
|
|
1553
1553
|
|
|
1554
1554
|
declare class DropdownContainerComponent {
|
|
@@ -1562,7 +1562,7 @@ declare class DropdownContainerComponent {
|
|
|
1562
1562
|
placementXxl: _angular_core.InputSignal<"left" | "right" | undefined>;
|
|
1563
1563
|
constructor(elementRef: ElementRef);
|
|
1564
1564
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<DropdownContainerComponent, never>;
|
|
1565
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<DropdownContainerComponent, "ul[rlb-dropdown-menu], rlb-dropdown-container", never, { "placement": { "alias": "placement"; "required": false; "isSignal": true; }; "placementSm": { "alias": "placement-sm"; "required": false; "isSignal": true; }; "placementMd": { "alias": "placement-md"; "required": false; "isSignal": true; }; "placementLg": { "alias": "placement-lg"; "required": false; "isSignal": true; }; "placementXl": { "alias": "placement-xl"; "required": false; "isSignal": true; }; "placementXxl": { "alias": "placement-xxl"; "required": false; "isSignal": true; }; }, {}, never, ["li[rlb-dropdown-item]", "*"],
|
|
1565
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<DropdownContainerComponent, "ul[rlb-dropdown-menu], rlb-dropdown-container", never, { "placement": { "alias": "placement"; "required": false; "isSignal": true; }; "placementSm": { "alias": "placement-sm"; "required": false; "isSignal": true; }; "placementMd": { "alias": "placement-md"; "required": false; "isSignal": true; }; "placementLg": { "alias": "placement-lg"; "required": false; "isSignal": true; }; "placementXl": { "alias": "placement-xl"; "required": false; "isSignal": true; }; "placementXxl": { "alias": "placement-xxl"; "required": false; "isSignal": true; }; }, {}, never, ["li[rlb-dropdown-item]", "*"], true, never>;
|
|
1566
1566
|
}
|
|
1567
1567
|
|
|
1568
1568
|
declare class DropdownMenuItemComponent {
|
|
@@ -1573,13 +1573,13 @@ declare class DropdownMenuItemComponent {
|
|
|
1573
1573
|
link: _angular_core.InputSignal<string | undefined>;
|
|
1574
1574
|
textWrap: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
1575
1575
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<DropdownMenuItemComponent, never>;
|
|
1576
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<DropdownMenuItemComponent, "li[rlb-dropdown-item]", never, { "active": { "alias": "active"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "header": { "alias": "header"; "required": false; "isSignal": true; }; "divider": { "alias": "divider"; "required": false; "isSignal": true; }; "link": { "alias": "link"; "required": false; "isSignal": true; }; "textWrap": { "alias": "text-wrap"; "required": false; "isSignal": true; }; }, {}, never, ["*"],
|
|
1576
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<DropdownMenuItemComponent, "li[rlb-dropdown-item]", never, { "active": { "alias": "active"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "header": { "alias": "header"; "required": false; "isSignal": true; }; "divider": { "alias": "divider"; "required": false; "isSignal": true; }; "link": { "alias": "link"; "required": false; "isSignal": true; }; "textWrap": { "alias": "text-wrap"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
1577
1577
|
}
|
|
1578
1578
|
|
|
1579
1579
|
declare class DropdownComponent {
|
|
1580
1580
|
direction: _angular_core.InputSignal<"left" | "right" | "up" | "down" | "up-center" | "down-center">;
|
|
1581
1581
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<DropdownComponent, never>;
|
|
1582
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<DropdownComponent, "rlb-dropdown", never, { "direction": { "alias": "direction"; "required": false; "isSignal": true; }; }, {}, never, ["a[rlb-dropdown], button[rlb-dropdown]", "[rlb-dropdown-menu], rlb-dropdown-container"],
|
|
1582
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<DropdownComponent, "rlb-dropdown", never, { "direction": { "alias": "direction"; "required": false; "isSignal": true; }; }, {}, never, ["a[rlb-dropdown], button[rlb-dropdown]", "[rlb-dropdown-menu], rlb-dropdown-container"], true, never>;
|
|
1583
1583
|
}
|
|
1584
1584
|
|
|
1585
1585
|
declare class DropdownDirective implements OnInit, OnDestroy {
|
|
@@ -1588,13 +1588,13 @@ declare class DropdownDirective implements OnInit, OnDestroy {
|
|
|
1588
1588
|
private _dropdown;
|
|
1589
1589
|
private listeners;
|
|
1590
1590
|
offset: _angular_core.InputSignal<number[]>;
|
|
1591
|
-
autoClose: _angular_core.InputSignal<"manual" | "
|
|
1591
|
+
autoClose: _angular_core.InputSignal<"manual" | "default" | "inside" | "outside">;
|
|
1592
1592
|
statusChanged: _angular_core.OutputEmitterRef<VisibilityEventBase>;
|
|
1593
1593
|
constructor(elementRef: ElementRef, renderer: Renderer2);
|
|
1594
1594
|
ngOnInit(): void;
|
|
1595
1595
|
ngOnDestroy(): void;
|
|
1596
1596
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<DropdownDirective, never>;
|
|
1597
|
-
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<DropdownDirective, "a[rlb-dropdown], button[rlb-dropdown], span[rlb-badge][rlb-dropdown]", never, { "offset": { "alias": "offset"; "required": false; "isSignal": true; }; "autoClose": { "alias": "auto-close"; "required": false; "isSignal": true; }; }, { "statusChanged": "status-changed"; }, never, never,
|
|
1597
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<DropdownDirective, "a[rlb-dropdown], button[rlb-dropdown], span[rlb-badge][rlb-dropdown]", never, { "offset": { "alias": "offset"; "required": false; "isSignal": true; }; "autoClose": { "alias": "auto-close"; "required": false; "isSignal": true; }; }, { "statusChanged": "status-changed"; }, never, never, true, never>;
|
|
1598
1598
|
}
|
|
1599
1599
|
|
|
1600
1600
|
declare class ListItemImageComponent {
|
|
@@ -1614,7 +1614,7 @@ declare class ListItemImageComponent {
|
|
|
1614
1614
|
icon: _angular_core.InputSignal<string | undefined>;
|
|
1615
1615
|
disabled: _angular_core.Signal<boolean>;
|
|
1616
1616
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ListItemImageComponent, never>;
|
|
1617
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ListItemImageComponent, "rlb-list-item-image", never, { "active": { "alias": "active"; "required": false; "isSignal": true; }; "disabledInput": { "alias": "disabled"; "required": false; "isSignal": true; }; "counterEmpty": { "alias": "counter-empty"; "required": false; "isSignal": true; }; "counterPill": { "alias": "counter-pill"; "required": false; "isSignal": true; }; "counterBorder": { "alias": "counter-border"; "required": false; "isSignal": true; }; "avatarSize": { "alias": "avatar-size"; "required": false; "isSignal": true; }; "username": { "alias": "username"; "required": false; "isSignal": true; }; "line1": { "alias": "line-1"; "required": false; "isSignal": true; }; "line2": { "alias": "line-2"; "required": false; "isSignal": true; }; "avatar": { "alias": "avatar"; "required": false; "isSignal": true; }; "counter": { "alias": "counter"; "required": false; "isSignal": true; }; "counterColor": { "alias": "counter-color"; "required": false; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; }, {}, never, never,
|
|
1617
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ListItemImageComponent, "rlb-list-item-image", never, { "active": { "alias": "active"; "required": false; "isSignal": true; }; "disabledInput": { "alias": "disabled"; "required": false; "isSignal": true; }; "counterEmpty": { "alias": "counter-empty"; "required": false; "isSignal": true; }; "counterPill": { "alias": "counter-pill"; "required": false; "isSignal": true; }; "counterBorder": { "alias": "counter-border"; "required": false; "isSignal": true; }; "avatarSize": { "alias": "avatar-size"; "required": false; "isSignal": true; }; "username": { "alias": "username"; "required": false; "isSignal": true; }; "line1": { "alias": "line-1"; "required": false; "isSignal": true; }; "line2": { "alias": "line-2"; "required": false; "isSignal": true; }; "avatar": { "alias": "avatar"; "required": false; "isSignal": true; }; "counter": { "alias": "counter"; "required": false; "isSignal": true; }; "counterColor": { "alias": "counter-color"; "required": false; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
1618
1618
|
}
|
|
1619
1619
|
|
|
1620
1620
|
declare class ListItemComponent {
|
|
@@ -1624,7 +1624,7 @@ declare class ListItemComponent {
|
|
|
1624
1624
|
action: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
1625
1625
|
disabled: _angular_core.Signal<boolean>;
|
|
1626
1626
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ListItemComponent, never>;
|
|
1627
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ListItemComponent, "rlb-list-item", never, { "active": { "alias": "active"; "required": false; "isSignal": true; }; "disabledInput": { "alias": "disabled"; "required": false; "isSignal": true; }; "action": { "alias": "action"; "required": false; "isSignal": true; }; }, {}, never, ["*"],
|
|
1627
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ListItemComponent, "rlb-list-item", never, { "active": { "alias": "active"; "required": false; "isSignal": true; }; "disabledInput": { "alias": "disabled"; "required": false; "isSignal": true; }; "action": { "alias": "action"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
1628
1628
|
}
|
|
1629
1629
|
|
|
1630
1630
|
declare class ListComponent {
|
|
@@ -1633,7 +1633,7 @@ declare class ListComponent {
|
|
|
1633
1633
|
flush: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
1634
1634
|
horizontal: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
1635
1635
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ListComponent, never>;
|
|
1636
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ListComponent, "rlb-list", never, { "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "numbered": { "alias": "numbered"; "required": false; "isSignal": true; }; "flush": { "alias": "flush"; "required": false; "isSignal": true; }; "horizontal": { "alias": "horizontal"; "required": false; "isSignal": true; }; }, {}, never, ["rlb-list-item, rlb-list-item-image"],
|
|
1636
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ListComponent, "rlb-list", never, { "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "numbered": { "alias": "numbered"; "required": false; "isSignal": true; }; "flush": { "alias": "flush"; "required": false; "isSignal": true; }; "horizontal": { "alias": "horizontal"; "required": false; "isSignal": true; }; }, {}, never, ["rlb-list-item, rlb-list-item-image"], true, never>;
|
|
1637
1637
|
}
|
|
1638
1638
|
|
|
1639
1639
|
declare class ProgressComponent {
|
|
@@ -1650,7 +1650,7 @@ declare class ProgressComponent {
|
|
|
1650
1650
|
textColor: _angular_core.InputSignal<Color | undefined>;
|
|
1651
1651
|
percentValue: _angular_core.Signal<number>;
|
|
1652
1652
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ProgressComponent, never>;
|
|
1653
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ProgressComponent, "rlb-progress", never, { "max": { "alias": "max"; "required": false; "isSignal": true; }; "min": { "alias": "min"; "required": false; "isSignal": true; }; "value": { "alias": "value"; "required": false; "isSignal": true; }; "height": { "alias": "height"; "required": false; "isSignal": true; }; "animated": { "alias": "animated"; "required": false; "isSignal": true; }; "striped": { "alias": "striped"; "required": false; "isSignal": true; }; "infinite": { "alias": "infinite"; "required": false; "isSignal": true; }; "ariaLabel": { "alias": "aria-label"; "required": false; "isSignal": true; }; "showValue": { "alias": "showValue"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; "textColor": { "alias": "text-color"; "required": false; "isSignal": true; }; }, {}, never, ["*"],
|
|
1653
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ProgressComponent, "rlb-progress", never, { "max": { "alias": "max"; "required": false; "isSignal": true; }; "min": { "alias": "min"; "required": false; "isSignal": true; }; "value": { "alias": "value"; "required": false; "isSignal": true; }; "height": { "alias": "height"; "required": false; "isSignal": true; }; "animated": { "alias": "animated"; "required": false; "isSignal": true; }; "striped": { "alias": "striped"; "required": false; "isSignal": true; }; "infinite": { "alias": "infinite"; "required": false; "isSignal": true; }; "ariaLabel": { "alias": "aria-label"; "required": false; "isSignal": true; }; "showValue": { "alias": "showValue"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; "textColor": { "alias": "text-color"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
1654
1654
|
}
|
|
1655
1655
|
|
|
1656
1656
|
declare class SpinnerComponent {
|
|
@@ -1658,7 +1658,7 @@ declare class SpinnerComponent {
|
|
|
1658
1658
|
color: _angular_core.InputSignal<Color>;
|
|
1659
1659
|
size: _angular_core.InputSignal<"sm" | "md" | "lg">;
|
|
1660
1660
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SpinnerComponent, never>;
|
|
1661
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SpinnerComponent, "rlb-spinner", never, { "style": { "alias": "style"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; }, {}, never, never,
|
|
1661
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SpinnerComponent, "rlb-spinner", never, { "style": { "alias": "style"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
1662
1662
|
}
|
|
1663
1663
|
|
|
1664
1664
|
declare class ModalContainerComponent extends BuilderComponent<InnerModalService> implements OnDestroy {
|
|
@@ -1668,7 +1668,7 @@ declare class ModalContainerComponent extends BuilderComponent<InnerModalService
|
|
|
1668
1668
|
constructor(modalService: InnerModalService);
|
|
1669
1669
|
ngOnDestroy(): void;
|
|
1670
1670
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ModalContainerComponent, never>;
|
|
1671
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ModalContainerComponent, "rlb-modal-container", never, { "builderId": { "alias": "id"; "required": true; "isSignal": true; }; }, {}, never, never,
|
|
1671
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ModalContainerComponent, "rlb-modal-container", never, { "builderId": { "alias": "id"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
1672
1672
|
}
|
|
1673
1673
|
|
|
1674
1674
|
interface IModal<Input = any, Output = any> extends ComponentData<ModalData<Input>> {
|
|
@@ -1707,7 +1707,7 @@ declare const MODALS: (typeof ModalContainerComponent)[];
|
|
|
1707
1707
|
|
|
1708
1708
|
declare class NavbarCustomItemsDirective {
|
|
1709
1709
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<NavbarCustomItemsDirective, never>;
|
|
1710
|
-
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<NavbarCustomItemsDirective, "[rlb-custom-navbar-items]", never, {}, {}, never, never,
|
|
1710
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<NavbarCustomItemsDirective, "[rlb-custom-navbar-items]", never, {}, {}, never, never, true, never>;
|
|
1711
1711
|
}
|
|
1712
1712
|
|
|
1713
1713
|
declare class NavbarDropdownItemComponent implements OnInit, OnDestroy {
|
|
@@ -1717,8 +1717,8 @@ declare class NavbarDropdownItemComponent implements OnInit, OnDestroy {
|
|
|
1717
1717
|
dropdown: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
1718
1718
|
href: _angular_core.InputSignal<string | undefined>;
|
|
1719
1719
|
cssClass: _angular_core.InputSignal<string>;
|
|
1720
|
-
toggle: _angular_core.InputSignal<"
|
|
1721
|
-
autoClose: _angular_core.InputSignal<"manual" | "
|
|
1720
|
+
toggle: _angular_core.InputSignal<"offcanvas" | "collapse" | "tab" | "pill" | "buttons-group" | undefined>;
|
|
1721
|
+
autoClose: _angular_core.InputSignal<"manual" | "default" | "inside" | "outside">;
|
|
1722
1722
|
click: _angular_core.OutputEmitterRef<MouseEvent>;
|
|
1723
1723
|
statusChanged: _angular_core.OutputEmitterRef<VisibilityEventBase>;
|
|
1724
1724
|
_autoClose: _angular_core.Signal<"inside" | "outside" | "true" | "false">;
|
|
@@ -1732,7 +1732,7 @@ declare class NavbarDropdownItemComponent implements OnInit, OnDestroy {
|
|
|
1732
1732
|
toggleDropdown(): void;
|
|
1733
1733
|
ngOnDestroy(): void;
|
|
1734
1734
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<NavbarDropdownItemComponent, never>;
|
|
1735
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<NavbarDropdownItemComponent, "rlb-navbar-dropdown-item", never, { "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "dropdown": { "alias": "dropdown"; "required": false; "isSignal": true; }; "href": { "alias": "href"; "required": false; "isSignal": true; }; "cssClass": { "alias": "class"; "required": false; "isSignal": true; }; "toggle": { "alias": "toggle"; "required": false; "isSignal": true; }; "autoClose": { "alias": "auto-close"; "required": false; "isSignal": true; }; }, { "click": "click"; "statusChanged": "status-changed"; }, never, [":not(rlb-dropdown-container)", "rlb-dropdown-container"],
|
|
1735
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<NavbarDropdownItemComponent, "rlb-navbar-dropdown-item", never, { "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "dropdown": { "alias": "dropdown"; "required": false; "isSignal": true; }; "href": { "alias": "href"; "required": false; "isSignal": true; }; "cssClass": { "alias": "class"; "required": false; "isSignal": true; }; "toggle": { "alias": "toggle"; "required": false; "isSignal": true; }; "autoClose": { "alias": "auto-close"; "required": false; "isSignal": true; }; }, { "click": "click"; "statusChanged": "status-changed"; }, never, [":not(rlb-dropdown-container)", "rlb-dropdown-container"], true, never>;
|
|
1736
1736
|
}
|
|
1737
1737
|
|
|
1738
1738
|
declare class NavbarComponent implements OnInit, AfterContentInit, OnDestroy {
|
|
@@ -1749,7 +1749,7 @@ declare class NavbarComponent implements OnInit, AfterContentInit, OnDestroy {
|
|
|
1749
1749
|
showSideBarToggler: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
1750
1750
|
color: _angular_core.InputSignal<Color | undefined>;
|
|
1751
1751
|
placement: _angular_core.InputSignal<"fixed-top" | "fixed-bottom" | "sticky-top" | "sticky-bottom" | undefined>;
|
|
1752
|
-
expand: _angular_core.InputSignal<"
|
|
1752
|
+
expand: _angular_core.InputSignal<"always" | "sm" | "md" | "lg" | "xl" | "xxl" | undefined>;
|
|
1753
1753
|
cssClass: _angular_core.InputSignal<string>;
|
|
1754
1754
|
enableDropdownToggler: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
1755
1755
|
constructor();
|
|
@@ -1759,24 +1759,24 @@ declare class NavbarComponent implements OnInit, AfterContentInit, OnDestroy {
|
|
|
1759
1759
|
toggleSidebar(): void;
|
|
1760
1760
|
private closeMobileMenu;
|
|
1761
1761
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<NavbarComponent, never>;
|
|
1762
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<NavbarComponent, "rlb-navbar", never, { "dark": { "alias": "dark"; "required": false; "isSignal": true; }; "showSideBarToggler": { "alias": "showSideBarToggler"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; "placement": { "alias": "placement"; "required": false; "isSignal": true; }; "expand": { "alias": "expand"; "required": false; "isSignal": true; }; "cssClass": { "alias": "class"; "required": false; "isSignal": true; }; "enableDropdownToggler": { "alias": "enable-dropdown-toggler"; "required": false; "isSignal": true; }; }, {}, ["navbarItemsGroups"], ["[rlb-navbar-brand], [rlb-button][toggle], rlb-navbar-separator", "[rlb-custom-navbar-items]", "rlb-navbar-items, rlb-navbar-form, rlb-navbar-text, rlb-navbar-separator"],
|
|
1762
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<NavbarComponent, "rlb-navbar", never, { "dark": { "alias": "dark"; "required": false; "isSignal": true; }; "showSideBarToggler": { "alias": "showSideBarToggler"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; "placement": { "alias": "placement"; "required": false; "isSignal": true; }; "expand": { "alias": "expand"; "required": false; "isSignal": true; }; "cssClass": { "alias": "class"; "required": false; "isSignal": true; }; "enableDropdownToggler": { "alias": "enable-dropdown-toggler"; "required": false; "isSignal": true; }; }, {}, ["navbarItemsGroups"], ["[rlb-navbar-brand], [rlb-button][toggle], rlb-navbar-separator", "[rlb-custom-navbar-items]", "rlb-navbar-items, rlb-navbar-form, rlb-navbar-text, rlb-navbar-separator"], true, never>;
|
|
1763
1763
|
}
|
|
1764
1764
|
|
|
1765
1765
|
declare class OffcanvasBodyComponent {
|
|
1766
1766
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<OffcanvasBodyComponent, never>;
|
|
1767
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<OffcanvasBodyComponent, "rlb-offcanvas-body", never, {}, {}, never, ["*"],
|
|
1767
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<OffcanvasBodyComponent, "rlb-offcanvas-body", never, {}, {}, never, ["*"], true, never>;
|
|
1768
1768
|
}
|
|
1769
1769
|
|
|
1770
1770
|
declare class OffcanvasHeaderComponent {
|
|
1771
1771
|
offcanvasId: _angular_core.InputSignal<string>;
|
|
1772
1772
|
_offcanvasId: _angular_core.Signal<string>;
|
|
1773
1773
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<OffcanvasHeaderComponent, never>;
|
|
1774
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<OffcanvasHeaderComponent, "rlb-offcanvas-header", never, { "offcanvasId": { "alias": "offcanvasId"; "required": false; "isSignal": true; }; }, {}, never, ["[rlb-offcanvas-title]"],
|
|
1774
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<OffcanvasHeaderComponent, "rlb-offcanvas-header", never, { "offcanvasId": { "alias": "offcanvasId"; "required": false; "isSignal": true; }; }, {}, never, ["[rlb-offcanvas-title]"], true, never>;
|
|
1775
1775
|
}
|
|
1776
1776
|
|
|
1777
1777
|
declare class OffcanvasTitleComponent {
|
|
1778
1778
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<OffcanvasTitleComponent, never>;
|
|
1779
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<OffcanvasTitleComponent, "h*[rlb-offcanvas-title]", never, {}, {}, never, ["*"],
|
|
1779
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<OffcanvasTitleComponent, "h*[rlb-offcanvas-title]", never, {}, {}, never, ["*"], true, never>;
|
|
1780
1780
|
}
|
|
1781
1781
|
|
|
1782
1782
|
declare class OffcanvasComponent extends ToggleAbstractComponent<Offcanvas> implements OnInit, OnDestroy {
|
|
@@ -1795,7 +1795,7 @@ declare class OffcanvasComponent extends ToggleAbstractComponent<Offcanvas> impl
|
|
|
1795
1795
|
getOrCreateInstance(element: HTMLElement): Offcanvas;
|
|
1796
1796
|
get eventPrefix(): string;
|
|
1797
1797
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<OffcanvasComponent, never>;
|
|
1798
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<OffcanvasComponent, "rlb-offcanvas", never, { "id": { "alias": "id"; "required": true; "isSignal": true; }; "bodyScroll": { "alias": "body-scroll"; "required": false; "isSignal": true; }; "scrollBackup": { "alias": "scroll-backup"; "required": false; "isSignal": true; }; "closeManual": { "alias": "close-manual"; "required": false; "isSignal": true; }; "placement": { "alias": "placement"; "required": false; "isSignal": true; }; "responsive": { "alias": "responsive"; "required": false; "isSignal": true; }; }, { "statusChange": "statusChange"; }, never, ["rlb-offcanvas-header", "rlb-offcanvas-body"],
|
|
1798
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<OffcanvasComponent, "rlb-offcanvas", never, { "id": { "alias": "id"; "required": true; "isSignal": true; }; "bodyScroll": { "alias": "body-scroll"; "required": false; "isSignal": true; }; "scrollBackup": { "alias": "scroll-backup"; "required": false; "isSignal": true; }; "closeManual": { "alias": "close-manual"; "required": false; "isSignal": true; }; "placement": { "alias": "placement"; "required": false; "isSignal": true; }; "responsive": { "alias": "responsive"; "required": false; "isSignal": true; }; }, { "statusChange": "statusChange"; }, never, ["rlb-offcanvas-header", "rlb-offcanvas-body"], true, never>;
|
|
1799
1799
|
}
|
|
1800
1800
|
|
|
1801
1801
|
declare class RlbPlaceholderLineComponent {
|
|
@@ -1806,7 +1806,7 @@ declare class RlbPlaceholderLineComponent {
|
|
|
1806
1806
|
rounded: _angular_core.InputSignal<boolean>;
|
|
1807
1807
|
hostClasses: _angular_core.Signal<string>;
|
|
1808
1808
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<RlbPlaceholderLineComponent, never>;
|
|
1809
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<RlbPlaceholderLineComponent, "rlb-placeholder-line", never, { "size": { "alias": "size"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; "width": { "alias": "width"; "required": false; "isSignal": true; }; "height": { "alias": "height"; "required": false; "isSignal": true; }; "rounded": { "alias": "rounded"; "required": false; "isSignal": true; }; }, {}, never, never,
|
|
1809
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<RlbPlaceholderLineComponent, "rlb-placeholder-line", never, { "size": { "alias": "size"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; "width": { "alias": "width"; "required": false; "isSignal": true; }; "height": { "alias": "height"; "required": false; "isSignal": true; }; "rounded": { "alias": "rounded"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
1810
1810
|
}
|
|
1811
1811
|
|
|
1812
1812
|
declare class RlbPlaceholderTextComponent {
|
|
@@ -1819,14 +1819,14 @@ declare class RlbPlaceholderTextComponent {
|
|
|
1819
1819
|
rounded: _angular_core.InputSignal<boolean>;
|
|
1820
1820
|
computedWidths: _angular_core.Signal<string[]>;
|
|
1821
1821
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<RlbPlaceholderTextComponent, never>;
|
|
1822
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<RlbPlaceholderTextComponent, "rlb-placeholder-text", never, { "lines": { "alias": "lines"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; "animation": { "alias": "animation"; "required": false; "isSignal": true; }; "width": { "alias": "width"; "required": false; "isSignal": true; }; "height": { "alias": "height"; "required": false; "isSignal": true; }; "rounded": { "alias": "rounded"; "required": false; "isSignal": true; }; }, {}, never, never,
|
|
1822
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<RlbPlaceholderTextComponent, "rlb-placeholder-text", never, { "lines": { "alias": "lines"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; "animation": { "alias": "animation"; "required": false; "isSignal": true; }; "width": { "alias": "width"; "required": false; "isSignal": true; }; "height": { "alias": "height"; "required": false; "isSignal": true; }; "rounded": { "alias": "rounded"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
1823
1823
|
}
|
|
1824
1824
|
|
|
1825
1825
|
declare class RlbPlaceholderComponent {
|
|
1826
1826
|
animation: _angular_core.InputSignal<"none" | "glow" | "wave">;
|
|
1827
1827
|
containerClass: _angular_core.Signal<string | never[]>;
|
|
1828
1828
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<RlbPlaceholderComponent, never>;
|
|
1829
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<RlbPlaceholderComponent, "rlb-placeholder", never, { "animation": { "alias": "animation"; "required": false; "isSignal": true; }; }, {}, never, ["*"],
|
|
1829
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<RlbPlaceholderComponent, "rlb-placeholder", never, { "animation": { "alias": "animation"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
1830
1830
|
}
|
|
1831
1831
|
|
|
1832
1832
|
declare class PlaceholderDirective {
|
|
@@ -1834,7 +1834,7 @@ declare class PlaceholderDirective {
|
|
|
1834
1834
|
size: _angular_core.InputSignal<"sm" | "md" | "lg" | "xs">;
|
|
1835
1835
|
animation: _angular_core.InputSignal<"none" | "fade" | "glow">;
|
|
1836
1836
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<PlaceholderDirective, never>;
|
|
1837
|
-
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<PlaceholderDirective, "[rlb-placeholder]", never, { "color": { "alias": "placeholder-color"; "required": false; "isSignal": true; }; "size": { "alias": "placeholder-size"; "required": false; "isSignal": true; }; "animation": { "alias": "placeholder-animation"; "required": false; "isSignal": true; }; }, {}, never, never,
|
|
1837
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<PlaceholderDirective, "[rlb-placeholder]", never, { "color": { "alias": "placeholder-color"; "required": false; "isSignal": true; }; "size": { "alias": "placeholder-size"; "required": false; "isSignal": true; }; "animation": { "alias": "placeholder-animation"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
1838
1838
|
}
|
|
1839
1839
|
|
|
1840
1840
|
declare class ScrollspyDirective implements AfterViewInit, OnDestroy {
|
|
@@ -1851,12 +1851,12 @@ declare class ScrollspyDirective implements AfterViewInit, OnDestroy {
|
|
|
1851
1851
|
ngOnDestroy(): void;
|
|
1852
1852
|
private __scroll_handler;
|
|
1853
1853
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ScrollspyDirective, never>;
|
|
1854
|
-
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<ScrollspyDirective, "[rlb-scrollspy]", never, { "target": { "alias": "rlb-scrollspy-target"; "required": true; "isSignal": true; }; "smooth": { "alias": "scroll-smooth"; "required": false; "isSignal": true; }; "rootMargin": { "alias": "scroll-root-margin"; "required": false; "isSignal": true; }; "height": { "alias": "height"; "required": false; "isSignal": true; }; "threshold": { "alias": "scroll-threshold"; "required": false; "isSignal": true; }; }, { "scroll": "scroll-change"; }, never, never,
|
|
1854
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<ScrollspyDirective, "[rlb-scrollspy]", never, { "target": { "alias": "rlb-scrollspy-target"; "required": true; "isSignal": true; }; "smooth": { "alias": "scroll-smooth"; "required": false; "isSignal": true; }; "rootMargin": { "alias": "scroll-root-margin"; "required": false; "isSignal": true; }; "height": { "alias": "height"; "required": false; "isSignal": true; }; "threshold": { "alias": "scroll-threshold"; "required": false; "isSignal": true; }; }, { "scroll": "scroll-change"; }, never, never, true, never>;
|
|
1855
1855
|
}
|
|
1856
1856
|
|
|
1857
1857
|
declare class TabContentComponent {
|
|
1858
1858
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<TabContentComponent, never>;
|
|
1859
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<TabContentComponent, "rlb-tab-content", never, {}, {}, never, ["rlb-tab-pane"],
|
|
1859
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<TabContentComponent, "rlb-tab-content", never, {}, {}, never, ["rlb-tab-pane"], true, never>;
|
|
1860
1860
|
}
|
|
1861
1861
|
|
|
1862
1862
|
declare class TabPaneComponent {
|
|
@@ -1864,7 +1864,7 @@ declare class TabPaneComponent {
|
|
|
1864
1864
|
active: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
1865
1865
|
fade: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
1866
1866
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<TabPaneComponent, never>;
|
|
1867
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<TabPaneComponent, "rlb-tab-pane", never, { "id": { "alias": "id"; "required": true; "isSignal": true; }; "active": { "alias": "active"; "required": false; "isSignal": true; }; "fade": { "alias": "fade"; "required": false; "isSignal": true; }; }, {}, never, ["*"],
|
|
1867
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<TabPaneComponent, "rlb-tab-pane", never, { "id": { "alias": "id"; "required": true; "isSignal": true; }; "active": { "alias": "active"; "required": false; "isSignal": true; }; "fade": { "alias": "fade"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
1868
1868
|
}
|
|
1869
1869
|
|
|
1870
1870
|
declare class PopoverDirective implements AfterViewInit {
|
|
@@ -1873,27 +1873,27 @@ declare class PopoverDirective implements AfterViewInit {
|
|
|
1873
1873
|
static bsInit: boolean;
|
|
1874
1874
|
private _popover;
|
|
1875
1875
|
popover: _angular_core.InputSignal<string | undefined>;
|
|
1876
|
-
placement: _angular_core.InputSignal<"
|
|
1876
|
+
placement: _angular_core.InputSignal<"top" | "left" | "right" | "bottom">;
|
|
1877
1877
|
customClass: _angular_core.InputSignal<string>;
|
|
1878
1878
|
title: _angular_core.InputSignal<string>;
|
|
1879
1879
|
constructor(elementRef: ElementRef, renderer: Renderer2);
|
|
1880
1880
|
ngAfterViewInit(): void;
|
|
1881
1881
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<PopoverDirective, never>;
|
|
1882
|
-
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<PopoverDirective, "[popover]", never, { "popover": { "alias": "popover"; "required": false; "isSignal": true; }; "placement": { "alias": "popover-placement"; "required": false; "isSignal": true; }; "customClass": { "alias": "popover-class"; "required": false; "isSignal": true; }; "title": { "alias": "popover-title"; "required": false; "isSignal": true; }; }, {}, never, never,
|
|
1882
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<PopoverDirective, "[popover]", never, { "popover": { "alias": "popover"; "required": false; "isSignal": true; }; "placement": { "alias": "popover-placement"; "required": false; "isSignal": true; }; "customClass": { "alias": "popover-class"; "required": false; "isSignal": true; }; "title": { "alias": "popover-title"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
1883
1883
|
}
|
|
1884
1884
|
|
|
1885
1885
|
declare class TooltipDirective implements OnInit, OnDestroy {
|
|
1886
1886
|
private elementRef;
|
|
1887
1887
|
private _tooltip;
|
|
1888
1888
|
tooltip: _angular_core.InputSignal<string | null | undefined>;
|
|
1889
|
-
placement: _angular_core.InputSignal<"
|
|
1889
|
+
placement: _angular_core.InputSignal<"top" | "left" | "right" | "bottom">;
|
|
1890
1890
|
customClass: _angular_core.InputSignal<string>;
|
|
1891
1891
|
html: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
1892
1892
|
constructor(elementRef: ElementRef<HTMLElement>);
|
|
1893
1893
|
ngOnInit(): void;
|
|
1894
1894
|
ngOnDestroy(): void;
|
|
1895
1895
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<TooltipDirective, never>;
|
|
1896
|
-
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<TooltipDirective, "[tooltip]", never, { "tooltip": { "alias": "tooltip"; "required": false; "isSignal": true; }; "placement": { "alias": "tooltip-placement"; "required": false; "isSignal": true; }; "customClass": { "alias": "tooltip-class"; "required": false; "isSignal": true; }; "html": { "alias": "tooltip-html"; "required": false; "isSignal": true; }; }, {}, never, never,
|
|
1896
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<TooltipDirective, "[tooltip]", never, { "tooltip": { "alias": "tooltip"; "required": false; "isSignal": true; }; "placement": { "alias": "tooltip-placement"; "required": false; "isSignal": true; }; "customClass": { "alias": "tooltip-class"; "required": false; "isSignal": true; }; "html": { "alias": "tooltip-html"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
1897
1897
|
}
|
|
1898
1898
|
|
|
1899
1899
|
declare const COMPONENTS: (typeof CarouselComponent | typeof _open_rlb_ng_bootstrap.ModalContainerComponent[] | typeof NavItemComponent | typeof NavComponent | typeof NavbarBrandDirective | typeof NavbarFormComponent | typeof AvatarComponent | typeof _open_rlb_ng_bootstrap.ToastContainerComponent[] | typeof NavbarTextComponent | typeof NavbarItemsComponent | typeof NavbarItemComponent | typeof NavbarSeparatorComponent | typeof SidebarComponent | typeof SidebarItemComponent | typeof TabsComponent | typeof TabComponent | typeof PaginationItemComponent | typeof PaginationComponent | (typeof _open_rlb_ng_bootstrap.CalendarComponent | typeof _open_rlb_ng_bootstrap.CalendarHeaderComponent | typeof _open_rlb_ng_bootstrap.CalendarGrid | typeof _open_rlb_ng_bootstrap.CalendarEventComponent)[])[];
|
|
@@ -1909,7 +1909,7 @@ declare class DataTableActionComponent {
|
|
|
1909
1909
|
constructor();
|
|
1910
1910
|
onClick(e: MouseEvent): void;
|
|
1911
1911
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<DataTableActionComponent, never>;
|
|
1912
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<DataTableActionComponent, "rlb-dt-action", never, { "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "routerLink": { "alias": "routerLink"; "required": false; "isSignal": true; }; }, { "clicked": "click"; }, never, ["*"],
|
|
1912
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<DataTableActionComponent, "rlb-dt-action", never, { "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "routerLink": { "alias": "routerLink"; "required": false; "isSignal": true; }; }, { "clicked": "click"; }, never, ["*"], true, never>;
|
|
1913
1913
|
}
|
|
1914
1914
|
|
|
1915
1915
|
declare class DataTableActionsComponent {
|
|
@@ -1918,7 +1918,7 @@ declare class DataTableActionsComponent {
|
|
|
1918
1918
|
actions: _angular_core.Signal<readonly DataTableActionComponent[]>;
|
|
1919
1919
|
_disabled(): boolean;
|
|
1920
1920
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<DataTableActionsComponent, never>;
|
|
1921
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<DataTableActionsComponent, "rlb-dt-actions", never, { "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; }, {}, ["actions"], never,
|
|
1921
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<DataTableActionsComponent, "rlb-dt-actions", never, { "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; }, {}, ["actions"], never, true, never>;
|
|
1922
1922
|
}
|
|
1923
1923
|
|
|
1924
1924
|
declare class DataTableCellComponent {
|
|
@@ -1927,7 +1927,7 @@ declare class DataTableCellComponent {
|
|
|
1927
1927
|
cssStyle: _angular_core.InputSignal<string | undefined>;
|
|
1928
1928
|
template: _angular_core.Signal<TemplateRef<any>>;
|
|
1929
1929
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<DataTableCellComponent, never>;
|
|
1930
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<DataTableCellComponent, "rlb-dt-cell", never, { "colSpan": { "alias": "col-span"; "required": false; "isSignal": true; }; "cssClass": { "alias": "class"; "required": false; "isSignal": true; }; "cssStyle": { "alias": "style"; "required": false; "isSignal": true; }; }, {}, never, ["*"],
|
|
1930
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<DataTableCellComponent, "rlb-dt-cell", never, { "colSpan": { "alias": "col-span"; "required": false; "isSignal": true; }; "cssClass": { "alias": "class"; "required": false; "isSignal": true; }; "cssStyle": { "alias": "style"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
1931
1931
|
}
|
|
1932
1932
|
|
|
1933
1933
|
declare class DataTableHeaderComponent {
|
|
@@ -1943,7 +1943,7 @@ declare class DataTableHeaderComponent {
|
|
|
1943
1943
|
get _view(): EmbeddedViewRef<any>;
|
|
1944
1944
|
constructor();
|
|
1945
1945
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<DataTableHeaderComponent, never>;
|
|
1946
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<DataTableHeaderComponent, "rlb-dt-header", never, { "field": { "alias": "field"; "required": false; "isSignal": true; }; "type": { "alias": "type"; "required": false; "isSignal": true; }; "sortable": { "alias": "sortable"; "required": false; "isSignal": true; }; "filtrable": { "alias": "filtrable"; "required": false; "isSignal": true; }; "cssClass": { "alias": "class"; "required": false; "isSignal": true; }; "cssStyle": { "alias": "style"; "required": false; "isSignal": true; }; }, {}, never, ["*"],
|
|
1946
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<DataTableHeaderComponent, "rlb-dt-header", never, { "field": { "alias": "field"; "required": false; "isSignal": true; }; "type": { "alias": "type"; "required": false; "isSignal": true; }; "sortable": { "alias": "sortable"; "required": false; "isSignal": true; }; "filtrable": { "alias": "filtrable"; "required": false; "isSignal": true; }; "cssClass": { "alias": "class"; "required": false; "isSignal": true; }; "cssStyle": { "alias": "style"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
1947
1947
|
}
|
|
1948
1948
|
|
|
1949
1949
|
declare class DataTableRowComponent {
|
|
@@ -1955,7 +1955,7 @@ declare class DataTableRowComponent {
|
|
|
1955
1955
|
cells: _angular_core.Signal<readonly DataTableCellComponent[]>;
|
|
1956
1956
|
hasActions: _angular_core.Signal<boolean>;
|
|
1957
1957
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<DataTableRowComponent, never>;
|
|
1958
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<DataTableRowComponent, "rlb-dt-row", never, { "cssClass": { "alias": "class"; "required": false; "isSignal": true; }; "cssStyle": { "alias": "style"; "required": false; "isSignal": true; }; }, { "rowClick": "row-click"; }, ["actionsBlock", "cells"], never,
|
|
1958
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<DataTableRowComponent, "rlb-dt-row", never, { "cssClass": { "alias": "class"; "required": false; "isSignal": true; }; "cssStyle": { "alias": "style"; "required": false; "isSignal": true; }; }, { "rowClick": "row-click"; }, ["actionsBlock", "cells"], never, true, never>;
|
|
1959
1959
|
}
|
|
1960
1960
|
|
|
1961
1961
|
declare class DataTableNoItemsComponent {
|
|
@@ -1965,7 +1965,7 @@ declare class DataTableNoItemsComponent {
|
|
|
1965
1965
|
get _view(): EmbeddedViewRef<any>;
|
|
1966
1966
|
constructor();
|
|
1967
1967
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<DataTableNoItemsComponent, never>;
|
|
1968
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<DataTableNoItemsComponent, "rlb-dt-noitems", never, {}, {}, never, ["*"],
|
|
1968
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<DataTableNoItemsComponent, "rlb-dt-noitems", never, {}, {}, never, ["*"], true, never>;
|
|
1969
1969
|
}
|
|
1970
1970
|
|
|
1971
1971
|
declare class DataTableLoadingComponent {
|
|
@@ -1975,7 +1975,7 @@ declare class DataTableLoadingComponent {
|
|
|
1975
1975
|
get _view(): EmbeddedViewRef<any>;
|
|
1976
1976
|
constructor();
|
|
1977
1977
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<DataTableLoadingComponent, never>;
|
|
1978
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<DataTableLoadingComponent, "rlb-dt-loading", never, {}, {}, never, ["*"],
|
|
1978
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<DataTableLoadingComponent, "rlb-dt-loading", never, {}, {}, never, ["*"], true, never>;
|
|
1979
1979
|
}
|
|
1980
1980
|
|
|
1981
1981
|
interface TableDataQuery {
|
|
@@ -1996,7 +1996,7 @@ interface PaginationEvent {
|
|
|
1996
1996
|
}
|
|
1997
1997
|
declare class DataTableComponent implements OnInit, OnDestroy {
|
|
1998
1998
|
title: _angular_core.InputSignal<string | undefined>;
|
|
1999
|
-
creationStrategy: _angular_core.InputSignal<"
|
|
1999
|
+
creationStrategy: _angular_core.InputSignal<"page" | "none" | "modal">;
|
|
2000
2000
|
creationUrl: _angular_core.InputSignal<string | any[] | null | undefined>;
|
|
2001
2001
|
items: _angular_core.InputSignal<any[]>;
|
|
2002
2002
|
paginationMode: _angular_core.InputSignal<"none" | "load-more" | "pages">;
|
|
@@ -2049,7 +2049,7 @@ declare class DataTableComponent implements OnInit, OnDestroy {
|
|
|
2049
2049
|
next(ev: MouseEvent): void;
|
|
2050
2050
|
prev(ev: MouseEvent): void;
|
|
2051
2051
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<DataTableComponent, never>;
|
|
2052
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<DataTableComponent, "rlb-dt-table", never, { "title": { "alias": "title"; "required": false; "isSignal": true; }; "creationStrategy": { "alias": "creation-strategy"; "required": false; "isSignal": true; }; "creationUrl": { "alias": "creation-url"; "required": false; "isSignal": true; }; "items": { "alias": "items"; "required": false; "isSignal": true; }; "paginationMode": { "alias": "pagination-mode"; "required": false; "isSignal": true; }; "loading": { "alias": "loading"; "required": false; "isSignal": true; }; "tableHover": { "alias": "table-hover"; "required": false; "isSignal": true; }; "tableStriped": { "alias": "table-striped"; "required": false; "isSignal": true; }; "tableStripedColumns": { "alias": "table-striped-columns"; "required": false; "isSignal": true; }; "tableBordered": { "alias": "table-bordered"; "required": false; "isSignal": true; }; "tableBorderless": { "alias": "table-borderless"; "required": false; "isSignal": true; }; "tableSmall": { "alias": "table-small"; "required": false; "isSignal": true; }; "showRefresh": { "alias": "show-refresh"; "required": false; "isSignal": true; }; "totalItems": { "alias": "total-items"; "required": false; "isSignal": true; }; "currentPage": { "alias": "current-page"; "required": false; "isSignal": true; }; "pageSize": { "alias": "page-size"; "required": false; "isSignal": true; }; "showActions": { "alias": "showActions"; "required": false; "isSignal": true; }; "loadMoreLabel": { "alias": "loadMoreLabel"; "required": false; "isSignal": true; }; "cardStyle": { "alias": "card-style"; "required": false; "isSignal": true; }; }, { "createItem": "create-item"; "refreshItem": "refresh-item"; "loadMore": "load-more"; "currentPageChange": "current-pageChange"; "pageSizeChange": "page-sizeChange"; "pagination": "pagination"; }, ["rows", "columns", "noItemsBlock", "loadingBlock"], never,
|
|
2052
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<DataTableComponent, "rlb-dt-table", never, { "title": { "alias": "title"; "required": false; "isSignal": true; }; "creationStrategy": { "alias": "creation-strategy"; "required": false; "isSignal": true; }; "creationUrl": { "alias": "creation-url"; "required": false; "isSignal": true; }; "items": { "alias": "items"; "required": false; "isSignal": true; }; "paginationMode": { "alias": "pagination-mode"; "required": false; "isSignal": true; }; "loading": { "alias": "loading"; "required": false; "isSignal": true; }; "tableHover": { "alias": "table-hover"; "required": false; "isSignal": true; }; "tableStriped": { "alias": "table-striped"; "required": false; "isSignal": true; }; "tableStripedColumns": { "alias": "table-striped-columns"; "required": false; "isSignal": true; }; "tableBordered": { "alias": "table-bordered"; "required": false; "isSignal": true; }; "tableBorderless": { "alias": "table-borderless"; "required": false; "isSignal": true; }; "tableSmall": { "alias": "table-small"; "required": false; "isSignal": true; }; "showRefresh": { "alias": "show-refresh"; "required": false; "isSignal": true; }; "totalItems": { "alias": "total-items"; "required": false; "isSignal": true; }; "currentPage": { "alias": "current-page"; "required": false; "isSignal": true; }; "pageSize": { "alias": "page-size"; "required": false; "isSignal": true; }; "showActions": { "alias": "showActions"; "required": false; "isSignal": true; }; "loadMoreLabel": { "alias": "loadMoreLabel"; "required": false; "isSignal": true; }; "cardStyle": { "alias": "card-style"; "required": false; "isSignal": true; }; }, { "createItem": "create-item"; "refreshItem": "refresh-item"; "loadMore": "load-more"; "currentPageChange": "current-pageChange"; "pageSizeChange": "page-sizeChange"; "pagination": "pagination"; }, ["rows", "columns", "noItemsBlock", "loadingBlock"], never, true, never>;
|
|
2053
2053
|
}
|
|
2054
2054
|
|
|
2055
2055
|
declare const TABLE: (typeof DataTableActionComponent | typeof DataTableActionsComponent | typeof DataTableCellComponent | typeof DataTableHeaderComponent | typeof DataTableRowComponent | typeof DataTableNoItemsComponent | typeof DataTableLoadingComponent | typeof DataTableComponent)[];
|
|
@@ -2090,20 +2090,20 @@ declare class FormFieldsComponent implements IForm {
|
|
|
2090
2090
|
isSwitch(t: string): boolean;
|
|
2091
2091
|
submitForm(): void;
|
|
2092
2092
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<FormFieldsComponent, never>;
|
|
2093
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<FormFieldsComponent, "rlb-form-fields", never, { "title": { "alias": "title"; "required": false; "isSignal": true; }; "subTitle": { "alias": "sub-title"; "required": false; "isSignal": true; }; "noSubmit": { "alias": "no-submit"; "required": false; "isSignal": true; }; "noCard": { "alias": "no-card"; "required": false; "isSignal": true; }; "fields": { "alias": "fields"; "required": false; "isSignal": true; }; }, { "submit": "submit"; }, never, never,
|
|
2093
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<FormFieldsComponent, "rlb-form-fields", never, { "title": { "alias": "title"; "required": false; "isSignal": true; }; "subTitle": { "alias": "sub-title"; "required": false; "isSignal": true; }; "noSubmit": { "alias": "no-submit"; "required": false; "isSignal": true; }; "noCard": { "alias": "no-card"; "required": false; "isSignal": true; }; "fields": { "alias": "fields"; "required": false; "isSignal": true; }; }, { "submit": "submit"; }, never, never, true, never>;
|
|
2094
2094
|
}
|
|
2095
2095
|
|
|
2096
2096
|
declare class DateTzPipe implements PipeTransform {
|
|
2097
2097
|
transform(value?: IDateTz, ...args: (string | boolean)[]): string;
|
|
2098
2098
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<DateTzPipe, never>;
|
|
2099
|
-
static ɵpipe: _angular_core.ɵɵPipeDeclaration<DateTzPipe, "dtz",
|
|
2099
|
+
static ɵpipe: _angular_core.ɵɵPipeDeclaration<DateTzPipe, "dtz", true>;
|
|
2100
2100
|
}
|
|
2101
2101
|
|
|
2102
2102
|
declare class MonthFormatterPipe implements PipeTransform {
|
|
2103
2103
|
private readonly months;
|
|
2104
2104
|
transform(value: string): string;
|
|
2105
2105
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<MonthFormatterPipe, never>;
|
|
2106
|
-
static ɵpipe: _angular_core.ɵɵPipeDeclaration<MonthFormatterPipe, "monthFormatter",
|
|
2106
|
+
static ɵpipe: _angular_core.ɵɵPipeDeclaration<MonthFormatterPipe, "monthFormatter", true>;
|
|
2107
2107
|
}
|
|
2108
2108
|
|
|
2109
2109
|
declare class DayOfWeekPipe implements PipeTransform {
|
|
@@ -2114,14 +2114,14 @@ declare class DayOfWeekPipe implements PipeTransform {
|
|
|
2114
2114
|
*/
|
|
2115
2115
|
transform(value: IDateTz | null | undefined, format?: 'long' | 'short' | 'narrow', locale?: string): string;
|
|
2116
2116
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<DayOfWeekPipe, never>;
|
|
2117
|
-
static ɵpipe: _angular_core.ɵɵPipeDeclaration<DayOfWeekPipe, "dayOfWeek",
|
|
2117
|
+
static ɵpipe: _angular_core.ɵɵPipeDeclaration<DayOfWeekPipe, "dayOfWeek", true>;
|
|
2118
2118
|
}
|
|
2119
2119
|
|
|
2120
2120
|
declare const PIPES: (typeof DateTzPipe | typeof MonthFormatterPipe | typeof DayOfWeekPipe)[];
|
|
2121
2121
|
|
|
2122
2122
|
declare class RlbBootstrapModule {
|
|
2123
2123
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<RlbBootstrapModule, never>;
|
|
2124
|
-
static ɵmod: _angular_core.ɵɵ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 RlbFabInputComponent, 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 NavbarCustomItemsDirective, 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 CalendarDayGridComponent, typeof CalendarMonthGridComponent, typeof CalendarEventComponent, typeof ComponentHostDirective, typeof DateTzPipe, typeof MonthFormatterPipe, typeof DayOfWeekPipe, typeof FormFieldsComponent], [typeof
|
|
2124
|
+
static ɵmod: _angular_core.ɵɵNgModuleDeclaration<RlbBootstrapModule, never, [typeof i1.CommonModule, typeof i2.FormsModule, typeof i2.ReactiveFormsModule, typeof i3.TranslateModule, typeof i4.RouterModule, typeof i5.CdkDrag, typeof i5.CdkDropListGroup, typeof i5.CdkDropList, typeof i5.CdkDragPlaceholder, typeof i5.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 RlbFabInputComponent, 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 NavbarCustomItemsDirective, 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 CalendarDayGridComponent, typeof CalendarMonthGridComponent, typeof CalendarEventComponent, typeof ComponentHostDirective, typeof DateTzPipe, typeof MonthFormatterPipe, typeof DayOfWeekPipe, typeof FormFieldsComponent], [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 RlbFabInputComponent, 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 NavbarCustomItemsDirective, 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 CalendarDayGridComponent, typeof CalendarMonthGridComponent, typeof CalendarEventComponent, typeof DateTzPipe, typeof MonthFormatterPipe, typeof DayOfWeekPipe, typeof FormFieldsComponent]>;
|
|
2125
2125
|
static ɵinj: _angular_core.ɵɵInjectorDeclaration<RlbBootstrapModule>;
|
|
2126
2126
|
}
|
|
2127
2127
|
|