@open-rlb/ng-bootstrap 3.3.3 → 3.3.5
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 +1335 -1314
- package/fesm2022/open-rlb-ng-bootstrap.mjs.map +1 -1
- package/package.json +2 -2
- package/types/open-rlb-ng-bootstrap.d.ts +140 -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> {
|
|
@@ -759,12 +759,17 @@ declare class CheckboxComponent extends AbstractComponent<boolean | undefined> {
|
|
|
759
759
|
userDefinedId: _angular_core.InputSignal<string>;
|
|
760
760
|
el: _angular_core.Signal<ElementRef<HTMLInputElement>>;
|
|
761
761
|
isDisabled: _angular_core.Signal<boolean>;
|
|
762
|
+
extValidation: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
763
|
+
enableValidation: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
764
|
+
protected _forceExtValidation: _angular_core.WritableSignal<boolean>;
|
|
765
|
+
protected _extValidation: _angular_core.Signal<boolean>;
|
|
766
|
+
setExtValidation(val: boolean): void;
|
|
762
767
|
constructor();
|
|
763
768
|
update(ev: EventTarget | null): void;
|
|
764
769
|
onWrite(data: boolean | undefined): void;
|
|
765
770
|
writeValue(val: boolean | undefined): void;
|
|
766
771
|
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]"],
|
|
772
|
+
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; }; "extValidation": { "alias": "extValidation"; "required": false; "isSignal": true; }; "enableValidation": { "alias": "enable-validation"; "required": false; "isSignal": true; }; }, {}, never, ["[before]", "[after]"], true, never>;
|
|
768
773
|
}
|
|
769
774
|
|
|
770
775
|
declare class ColorComponent extends AbstractComponent<string> {
|
|
@@ -777,7 +782,7 @@ declare class ColorComponent extends AbstractComponent<string> {
|
|
|
777
782
|
update(ev: EventTarget | null): void;
|
|
778
783
|
onWrite(data: string | undefined): void;
|
|
779
784
|
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]"],
|
|
785
|
+
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
786
|
}
|
|
782
787
|
|
|
783
788
|
declare class DatalistComponent extends AbstractComponent<string> {
|
|
@@ -791,7 +796,7 @@ declare class DatalistComponent extends AbstractComponent<string> {
|
|
|
791
796
|
update(ev: EventTarget | null): void;
|
|
792
797
|
onWrite(data: string | undefined): void;
|
|
793
798
|
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]"],
|
|
799
|
+
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
800
|
}
|
|
796
801
|
|
|
797
802
|
declare class FileDndComponent {
|
|
@@ -807,7 +812,7 @@ declare class FileDndComponent {
|
|
|
807
812
|
deleteFile(fileToRemove: File): void;
|
|
808
813
|
formatBytes(bytes: number): string;
|
|
809
814
|
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,
|
|
815
|
+
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
816
|
}
|
|
812
817
|
|
|
813
818
|
declare class DndDirective {
|
|
@@ -818,7 +823,7 @@ declare class DndDirective {
|
|
|
818
823
|
onDragLeave(evt: DragEvent): void;
|
|
819
824
|
onDrop(evt: DragEvent): void;
|
|
820
825
|
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,
|
|
826
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<DndDirective, "[rlb-dnd]", never, { "multiple": { "alias": "multiple"; "required": false; "isSignal": true; }; }, { "fileDropped": "fileDropped"; }, never, never, true, never>;
|
|
822
827
|
}
|
|
823
828
|
|
|
824
829
|
declare class FileComponent extends AbstractComponent<File | File[] | null> {
|
|
@@ -833,7 +838,7 @@ declare class FileComponent extends AbstractComponent<File | File[] | null> {
|
|
|
833
838
|
onFileChange(ev: Event): void;
|
|
834
839
|
onWrite(data: File | File[] | null | undefined): void;
|
|
835
840
|
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]"],
|
|
841
|
+
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
842
|
}
|
|
838
843
|
|
|
839
844
|
declare class HelpText {
|
|
@@ -843,7 +848,7 @@ declare class HelpText {
|
|
|
843
848
|
helpText: _angular_core.InputSignal<string>;
|
|
844
849
|
constructor(elementRef: ElementRef, renderer: Renderer2, idService: UniqueIdService);
|
|
845
850
|
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,
|
|
851
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<HelpText, "[helpText]", never, { "helpText": { "alias": "helpText"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
847
852
|
}
|
|
848
853
|
|
|
849
854
|
declare class InputValidationComponent {
|
|
@@ -852,7 +857,7 @@ declare class InputValidationComponent {
|
|
|
852
857
|
getErrorKeys(errors: ValidationErrors | null | undefined): string[];
|
|
853
858
|
getTranslatedError(errorKey: string, errorValue: any): string;
|
|
854
859
|
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,
|
|
860
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<InputValidationComponent, "rlb-input-validation", never, { "errors": { "alias": "errors"; "required": false; "isSignal": true; }; }, { "errors": "errorsChange"; }, never, never, true, never>;
|
|
856
861
|
}
|
|
857
862
|
|
|
858
863
|
declare class InputComponent extends AbstractComponent<any> implements OnInit, AfterViewInit {
|
|
@@ -886,7 +891,7 @@ declare class InputComponent extends AbstractComponent<any> implements OnInit, A
|
|
|
886
891
|
ngAfterViewInit(): void;
|
|
887
892
|
removeNonDigits(value: string): string;
|
|
888
893
|
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]"],
|
|
894
|
+
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
895
|
}
|
|
891
896
|
|
|
892
897
|
declare class InputGroupComponent {
|
|
@@ -898,7 +903,7 @@ declare class InputGroupComponent {
|
|
|
898
903
|
validation: _angular_core.Signal<InputValidationComponent | undefined>;
|
|
899
904
|
constructor();
|
|
900
905
|
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"], ["*"],
|
|
906
|
+
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
907
|
}
|
|
903
908
|
|
|
904
909
|
declare class OptionComponent {
|
|
@@ -907,7 +912,7 @@ declare class OptionComponent {
|
|
|
907
912
|
template: _angular_core.Signal<TemplateRef<any>>;
|
|
908
913
|
contentTemplate: _angular_core.Signal<TemplateRef<any>>;
|
|
909
914
|
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, ["*"],
|
|
915
|
+
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
916
|
}
|
|
912
917
|
|
|
913
918
|
declare class RadioComponent extends AbstractComponent<string> {
|
|
@@ -921,7 +926,7 @@ declare class RadioComponent extends AbstractComponent<string> {
|
|
|
921
926
|
update(ev: EventTarget | null): void;
|
|
922
927
|
onWrite(data: string | undefined): void;
|
|
923
928
|
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]"],
|
|
929
|
+
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
930
|
}
|
|
926
931
|
|
|
927
932
|
declare class RangeComponent extends AbstractComponent<string> {
|
|
@@ -937,7 +942,7 @@ declare class RangeComponent extends AbstractComponent<string> {
|
|
|
937
942
|
update(ev: EventTarget | null): void;
|
|
938
943
|
onWrite(data: string | undefined): void;
|
|
939
944
|
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]"],
|
|
945
|
+
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
946
|
}
|
|
942
947
|
|
|
943
948
|
declare class SelectComponent extends AbstractComponent<string | string[]> {
|
|
@@ -956,7 +961,7 @@ declare class SelectComponent extends AbstractComponent<string | string[]> {
|
|
|
956
961
|
update(ev: EventTarget | null): void;
|
|
957
962
|
onWrite(data: string | string[] | undefined): void;
|
|
958
963
|
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]"],
|
|
964
|
+
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
965
|
}
|
|
961
966
|
|
|
962
967
|
declare class SwitchComponent extends AbstractComponent<boolean> implements AfterViewInit {
|
|
@@ -972,7 +977,7 @@ declare class SwitchComponent extends AbstractComponent<boolean> implements Afte
|
|
|
972
977
|
ngAfterViewInit(): void;
|
|
973
978
|
private updateInternalValue;
|
|
974
979
|
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]"],
|
|
980
|
+
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
981
|
}
|
|
977
982
|
|
|
978
983
|
declare class TextAreaComponent extends AbstractComponent<string> {
|
|
@@ -988,10 +993,10 @@ declare class TextAreaComponent extends AbstractComponent<string> {
|
|
|
988
993
|
update(ev: EventTarget | null): void;
|
|
989
994
|
onWrite(data: string | undefined): void;
|
|
990
995
|
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]"],
|
|
996
|
+
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
997
|
}
|
|
993
998
|
|
|
994
|
-
declare const INPUTS: (typeof
|
|
999
|
+
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
1000
|
|
|
996
1001
|
declare class RlbFabInputComponent {
|
|
997
1002
|
isOpen: _angular_core.WritableSignal<boolean>;
|
|
@@ -1006,20 +1011,20 @@ declare class RlbFabInputComponent {
|
|
|
1006
1011
|
onDocumentClick(event: MouseEvent): void;
|
|
1007
1012
|
onFocusOut(event: FocusEvent): void;
|
|
1008
1013
|
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"],
|
|
1014
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<RlbFabInputComponent, "rlb-fab-input", never, {}, { "pasteAccepted": "pasteAccepted"; }, ["rlbInput"], ["rlb-fab", "rlb-input"], true, never>;
|
|
1010
1015
|
}
|
|
1011
1016
|
|
|
1012
1017
|
declare class ToggleDirective {
|
|
1013
|
-
toggle: _angular_core.InputSignal<"
|
|
1018
|
+
toggle: _angular_core.InputSignal<"offcanvas" | "collapse" | "tab" | "pill" | "dropdown" | "buttons-group">;
|
|
1014
1019
|
target: _angular_core.InputSignal<string>;
|
|
1015
1020
|
collapsed: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
1016
|
-
autoClose: _angular_core.InputSignal<"manual" | "
|
|
1021
|
+
autoClose: _angular_core.InputSignal<"manual" | "default" | "inside" | "outside">;
|
|
1017
1022
|
private elementRef;
|
|
1018
1023
|
private renderer;
|
|
1019
1024
|
buttonToolbar: ButtonToolbarComponent | null;
|
|
1020
1025
|
constructor();
|
|
1021
1026
|
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,
|
|
1027
|
+
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
1028
|
}
|
|
1024
1029
|
|
|
1025
1030
|
declare abstract class AbstractRegistryService<T extends Function> {
|
|
@@ -1036,7 +1041,7 @@ declare class ComponentHostDirective {
|
|
|
1036
1041
|
viewContainerRef: ViewContainerRef;
|
|
1037
1042
|
constructor(viewContainerRef: ViewContainerRef);
|
|
1038
1043
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ComponentHostDirective, never>;
|
|
1039
|
-
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<ComponentHostDirective, "[component-host]", never, {}, {}, never, never,
|
|
1044
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<ComponentHostDirective, "[component-host]", never, {}, {}, never, never, true, never>;
|
|
1040
1045
|
}
|
|
1041
1046
|
|
|
1042
1047
|
interface ComponentCreationOptions {
|
|
@@ -1180,7 +1185,7 @@ declare class ToastContainerComponent extends BuilderComponent<InnerToastService
|
|
|
1180
1185
|
constructor(toastService: InnerToastService);
|
|
1181
1186
|
ngOnDestroy(): void;
|
|
1182
1187
|
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,
|
|
1188
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ToastContainerComponent, "rlb-toast-container", never, { "builderId": { "alias": "id"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
1184
1189
|
}
|
|
1185
1190
|
|
|
1186
1191
|
interface IToast<Input = any, Output = any> extends ComponentData<ToastData<Input>> {
|
|
@@ -1275,7 +1280,7 @@ declare class CalendarComponent {
|
|
|
1275
1280
|
setView(view: CalendarView): void;
|
|
1276
1281
|
private openEditEventDialog;
|
|
1277
1282
|
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,
|
|
1283
|
+
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
1284
|
}
|
|
1280
1285
|
|
|
1281
1286
|
declare class CalendarEventComponent {
|
|
@@ -1286,7 +1291,7 @@ declare class CalendarEventComponent {
|
|
|
1286
1291
|
classes: _angular_core.Signal<string[]>;
|
|
1287
1292
|
onClick(e: Event): void;
|
|
1288
1293
|
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,
|
|
1294
|
+
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
1295
|
}
|
|
1291
1296
|
|
|
1292
1297
|
declare class CalendarGrid implements OnDestroy {
|
|
@@ -1300,7 +1305,7 @@ declare class CalendarGrid implements OnDestroy {
|
|
|
1300
1305
|
constructor();
|
|
1301
1306
|
ngOnDestroy(): void;
|
|
1302
1307
|
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,
|
|
1308
|
+
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
1309
|
}
|
|
1305
1310
|
|
|
1306
1311
|
declare class CalendarHeaderComponent {
|
|
@@ -1313,7 +1318,7 @@ declare class CalendarHeaderComponent {
|
|
|
1313
1318
|
today(): void;
|
|
1314
1319
|
setView(view: CalendarView): void;
|
|
1315
1320
|
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,
|
|
1321
|
+
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
1322
|
}
|
|
1318
1323
|
|
|
1319
1324
|
declare class CalendarDayGridComponent implements OnDestroy, AfterViewInit {
|
|
@@ -1351,7 +1356,7 @@ declare class CalendarDayGridComponent implements OnDestroy, AfterViewInit {
|
|
|
1351
1356
|
private resolveConflictGroupLayout;
|
|
1352
1357
|
private sortEventsStable;
|
|
1353
1358
|
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,
|
|
1359
|
+
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
1360
|
}
|
|
1356
1361
|
|
|
1357
1362
|
interface MonthViewEvent extends CalendarEventWithLayout {
|
|
@@ -1398,7 +1403,7 @@ declare class CalendarMonthGridComponent implements AfterViewInit, OnDestroy {
|
|
|
1398
1403
|
private calculateEventSlots;
|
|
1399
1404
|
onEventDrop(event: CdkDragDrop<IDateTz, any, MonthViewEvent>): void;
|
|
1400
1405
|
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,
|
|
1406
|
+
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
1407
|
}
|
|
1403
1408
|
|
|
1404
1409
|
declare class CalendarWeekGridComponent implements OnDestroy, AfterViewInit {
|
|
@@ -1442,7 +1447,7 @@ declare class CalendarWeekGridComponent implements OnDestroy, AfterViewInit {
|
|
|
1442
1447
|
private resolveConflictGroupLayout;
|
|
1443
1448
|
private sortEventsStable;
|
|
1444
1449
|
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,
|
|
1450
|
+
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
1451
|
}
|
|
1447
1452
|
|
|
1448
1453
|
declare const CALENDAR_COMPONENTS: (typeof CalendarComponent | typeof CalendarHeaderComponent | typeof CalendarGrid | typeof CalendarEventComponent)[];
|
|
@@ -1450,50 +1455,50 @@ declare const CALENDAR_COMPONENTS: (typeof CalendarComponent | typeof CalendarHe
|
|
|
1450
1455
|
declare class CardBodyComponent {
|
|
1451
1456
|
overlay: _angular_core.WritableSignal<boolean>;
|
|
1452
1457
|
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]", "*"],
|
|
1458
|
+
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
1459
|
}
|
|
1455
1460
|
|
|
1456
1461
|
declare class CardFooterComponent {
|
|
1457
1462
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<CardFooterComponent, never>;
|
|
1458
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<CardFooterComponent, "rlb-card-footer", never, {}, {}, never, ["*"],
|
|
1463
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<CardFooterComponent, "rlb-card-footer", never, {}, {}, never, ["*"], true, never>;
|
|
1459
1464
|
}
|
|
1460
1465
|
|
|
1461
1466
|
declare class CardGroupComponent {
|
|
1462
1467
|
overlay: boolean;
|
|
1463
1468
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<CardGroupComponent, never>;
|
|
1464
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<CardGroupComponent, "rlb-card-group", never, {}, {}, never, ["rlb-card"],
|
|
1469
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<CardGroupComponent, "rlb-card-group", never, {}, {}, never, ["rlb-card"], true, never>;
|
|
1465
1470
|
}
|
|
1466
1471
|
|
|
1467
1472
|
declare class CardHeaderComponent {
|
|
1468
1473
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<CardHeaderComponent, never>;
|
|
1469
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<CardHeaderComponent, "rlb-card-header", never, {}, {}, never, ["*"],
|
|
1474
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<CardHeaderComponent, "rlb-card-header", never, {}, {}, never, ["*"], true, never>;
|
|
1470
1475
|
}
|
|
1471
1476
|
|
|
1472
1477
|
declare class CardImageComponent {
|
|
1473
1478
|
position: _angular_core.InputSignal<"top" | "bottom">;
|
|
1474
1479
|
overlay: _angular_core.WritableSignal<boolean>;
|
|
1475
1480
|
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,
|
|
1481
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<CardImageComponent, "img[rlb-card-image]", never, { "position": { "alias": "position"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
1477
1482
|
}
|
|
1478
1483
|
|
|
1479
1484
|
declare class CardLinkComponent {
|
|
1480
1485
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<CardLinkComponent, never>;
|
|
1481
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<CardLinkComponent, "a[rlb-card-link]", never, {}, {}, never, ["*"],
|
|
1486
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<CardLinkComponent, "a[rlb-card-link]", never, {}, {}, never, ["*"], true, never>;
|
|
1482
1487
|
}
|
|
1483
1488
|
|
|
1484
1489
|
declare class CardSubtitleComponent {
|
|
1485
1490
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<CardSubtitleComponent, never>;
|
|
1486
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<CardSubtitleComponent, "h*[rlb-card-subtitle]", never, {}, {}, never, ["*"],
|
|
1491
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<CardSubtitleComponent, "h*[rlb-card-subtitle]", never, {}, {}, never, ["*"], true, never>;
|
|
1487
1492
|
}
|
|
1488
1493
|
|
|
1489
1494
|
declare class CardTextComponent {
|
|
1490
1495
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<CardTextComponent, never>;
|
|
1491
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<CardTextComponent, "p[rlb-card-text]", never, {}, {}, never, ["*"],
|
|
1496
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<CardTextComponent, "p[rlb-card-text]", never, {}, {}, never, ["*"], true, never>;
|
|
1492
1497
|
}
|
|
1493
1498
|
|
|
1494
1499
|
declare class CardTitleComponent {
|
|
1495
1500
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<CardTitleComponent, never>;
|
|
1496
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<CardTitleComponent, "h*[rlb-card-title]", never, {}, {}, never, ["*"],
|
|
1501
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<CardTitleComponent, "h*[rlb-card-title]", never, {}, {}, never, ["*"], true, never>;
|
|
1497
1502
|
}
|
|
1498
1503
|
|
|
1499
1504
|
declare class CardComponent {
|
|
@@ -1505,17 +1510,17 @@ declare class CardComponent {
|
|
|
1505
1510
|
image: _angular_core.Signal<CardImageComponent | undefined>;
|
|
1506
1511
|
constructor();
|
|
1507
1512
|
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']"],
|
|
1513
|
+
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
1514
|
}
|
|
1510
1515
|
|
|
1511
1516
|
declare class CarouselCaptionComponent {
|
|
1512
1517
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<CarouselCaptionComponent, never>;
|
|
1513
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<CarouselCaptionComponent, "rlb-carousel-caption", never, {}, {}, never, ["*"],
|
|
1518
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<CarouselCaptionComponent, "rlb-carousel-caption", never, {}, {}, never, ["*"], true, never>;
|
|
1514
1519
|
}
|
|
1515
1520
|
|
|
1516
1521
|
declare class ChatContainerComponent {
|
|
1517
1522
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ChatContainerComponent, never>;
|
|
1518
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ChatContainerComponent, "rlb-chat-container", never, {}, {}, never, ["*"],
|
|
1523
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ChatContainerComponent, "rlb-chat-container", never, {}, {}, never, ["*"], true, never>;
|
|
1519
1524
|
}
|
|
1520
1525
|
|
|
1521
1526
|
declare class ChatItemComponent {
|
|
@@ -1534,7 +1539,7 @@ declare class ChatItemComponent {
|
|
|
1534
1539
|
reactionSelector: _angular_core.OutputEmitterRef<VisibilityEventBase>;
|
|
1535
1540
|
replyClick(event: MouseEvent): void;
|
|
1536
1541
|
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]"],
|
|
1542
|
+
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
1543
|
}
|
|
1539
1544
|
|
|
1540
1545
|
declare class CollapseComponent extends ToggleAbstractComponent<Collapse> implements OnInit, OnDestroy {
|
|
@@ -1548,7 +1553,7 @@ declare class CollapseComponent extends ToggleAbstractComponent<Collapse> implem
|
|
|
1548
1553
|
getOrCreateInstance(element: HTMLElement): Collapse;
|
|
1549
1554
|
get eventPrefix(): string;
|
|
1550
1555
|
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, ["*"],
|
|
1556
|
+
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
1557
|
}
|
|
1553
1558
|
|
|
1554
1559
|
declare class DropdownContainerComponent {
|
|
@@ -1562,7 +1567,7 @@ declare class DropdownContainerComponent {
|
|
|
1562
1567
|
placementXxl: _angular_core.InputSignal<"left" | "right" | undefined>;
|
|
1563
1568
|
constructor(elementRef: ElementRef);
|
|
1564
1569
|
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]", "*"],
|
|
1570
|
+
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
1571
|
}
|
|
1567
1572
|
|
|
1568
1573
|
declare class DropdownMenuItemComponent {
|
|
@@ -1573,13 +1578,13 @@ declare class DropdownMenuItemComponent {
|
|
|
1573
1578
|
link: _angular_core.InputSignal<string | undefined>;
|
|
1574
1579
|
textWrap: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
1575
1580
|
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, ["*"],
|
|
1581
|
+
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
1582
|
}
|
|
1578
1583
|
|
|
1579
1584
|
declare class DropdownComponent {
|
|
1580
1585
|
direction: _angular_core.InputSignal<"left" | "right" | "up" | "down" | "up-center" | "down-center">;
|
|
1581
1586
|
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"],
|
|
1587
|
+
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
1588
|
}
|
|
1584
1589
|
|
|
1585
1590
|
declare class DropdownDirective implements OnInit, OnDestroy {
|
|
@@ -1588,13 +1593,13 @@ declare class DropdownDirective implements OnInit, OnDestroy {
|
|
|
1588
1593
|
private _dropdown;
|
|
1589
1594
|
private listeners;
|
|
1590
1595
|
offset: _angular_core.InputSignal<number[]>;
|
|
1591
|
-
autoClose: _angular_core.InputSignal<"manual" | "
|
|
1596
|
+
autoClose: _angular_core.InputSignal<"manual" | "default" | "inside" | "outside">;
|
|
1592
1597
|
statusChanged: _angular_core.OutputEmitterRef<VisibilityEventBase>;
|
|
1593
1598
|
constructor(elementRef: ElementRef, renderer: Renderer2);
|
|
1594
1599
|
ngOnInit(): void;
|
|
1595
1600
|
ngOnDestroy(): void;
|
|
1596
1601
|
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,
|
|
1602
|
+
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
1603
|
}
|
|
1599
1604
|
|
|
1600
1605
|
declare class ListItemImageComponent {
|
|
@@ -1614,7 +1619,7 @@ declare class ListItemImageComponent {
|
|
|
1614
1619
|
icon: _angular_core.InputSignal<string | undefined>;
|
|
1615
1620
|
disabled: _angular_core.Signal<boolean>;
|
|
1616
1621
|
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,
|
|
1622
|
+
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
1623
|
}
|
|
1619
1624
|
|
|
1620
1625
|
declare class ListItemComponent {
|
|
@@ -1624,7 +1629,7 @@ declare class ListItemComponent {
|
|
|
1624
1629
|
action: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
1625
1630
|
disabled: _angular_core.Signal<boolean>;
|
|
1626
1631
|
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, ["*"],
|
|
1632
|
+
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
1633
|
}
|
|
1629
1634
|
|
|
1630
1635
|
declare class ListComponent {
|
|
@@ -1633,7 +1638,7 @@ declare class ListComponent {
|
|
|
1633
1638
|
flush: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
1634
1639
|
horizontal: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
1635
1640
|
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"],
|
|
1641
|
+
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
1642
|
}
|
|
1638
1643
|
|
|
1639
1644
|
declare class ProgressComponent {
|
|
@@ -1650,7 +1655,7 @@ declare class ProgressComponent {
|
|
|
1650
1655
|
textColor: _angular_core.InputSignal<Color | undefined>;
|
|
1651
1656
|
percentValue: _angular_core.Signal<number>;
|
|
1652
1657
|
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, ["*"],
|
|
1658
|
+
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
1659
|
}
|
|
1655
1660
|
|
|
1656
1661
|
declare class SpinnerComponent {
|
|
@@ -1658,7 +1663,7 @@ declare class SpinnerComponent {
|
|
|
1658
1663
|
color: _angular_core.InputSignal<Color>;
|
|
1659
1664
|
size: _angular_core.InputSignal<"sm" | "md" | "lg">;
|
|
1660
1665
|
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,
|
|
1666
|
+
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
1667
|
}
|
|
1663
1668
|
|
|
1664
1669
|
declare class ModalContainerComponent extends BuilderComponent<InnerModalService> implements OnDestroy {
|
|
@@ -1668,7 +1673,7 @@ declare class ModalContainerComponent extends BuilderComponent<InnerModalService
|
|
|
1668
1673
|
constructor(modalService: InnerModalService);
|
|
1669
1674
|
ngOnDestroy(): void;
|
|
1670
1675
|
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,
|
|
1676
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ModalContainerComponent, "rlb-modal-container", never, { "builderId": { "alias": "id"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
1672
1677
|
}
|
|
1673
1678
|
|
|
1674
1679
|
interface IModal<Input = any, Output = any> extends ComponentData<ModalData<Input>> {
|
|
@@ -1707,7 +1712,7 @@ declare const MODALS: (typeof ModalContainerComponent)[];
|
|
|
1707
1712
|
|
|
1708
1713
|
declare class NavbarCustomItemsDirective {
|
|
1709
1714
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<NavbarCustomItemsDirective, never>;
|
|
1710
|
-
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<NavbarCustomItemsDirective, "[rlb-custom-navbar-items]", never, {}, {}, never, never,
|
|
1715
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<NavbarCustomItemsDirective, "[rlb-custom-navbar-items]", never, {}, {}, never, never, true, never>;
|
|
1711
1716
|
}
|
|
1712
1717
|
|
|
1713
1718
|
declare class NavbarDropdownItemComponent implements OnInit, OnDestroy {
|
|
@@ -1717,8 +1722,8 @@ declare class NavbarDropdownItemComponent implements OnInit, OnDestroy {
|
|
|
1717
1722
|
dropdown: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
1718
1723
|
href: _angular_core.InputSignal<string | undefined>;
|
|
1719
1724
|
cssClass: _angular_core.InputSignal<string>;
|
|
1720
|
-
toggle: _angular_core.InputSignal<"
|
|
1721
|
-
autoClose: _angular_core.InputSignal<"manual" | "
|
|
1725
|
+
toggle: _angular_core.InputSignal<"offcanvas" | "collapse" | "tab" | "pill" | "buttons-group" | undefined>;
|
|
1726
|
+
autoClose: _angular_core.InputSignal<"manual" | "default" | "inside" | "outside">;
|
|
1722
1727
|
click: _angular_core.OutputEmitterRef<MouseEvent>;
|
|
1723
1728
|
statusChanged: _angular_core.OutputEmitterRef<VisibilityEventBase>;
|
|
1724
1729
|
_autoClose: _angular_core.Signal<"inside" | "outside" | "true" | "false">;
|
|
@@ -1732,7 +1737,7 @@ declare class NavbarDropdownItemComponent implements OnInit, OnDestroy {
|
|
|
1732
1737
|
toggleDropdown(): void;
|
|
1733
1738
|
ngOnDestroy(): void;
|
|
1734
1739
|
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"],
|
|
1740
|
+
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
1741
|
}
|
|
1737
1742
|
|
|
1738
1743
|
declare class NavbarComponent implements OnInit, AfterContentInit, OnDestroy {
|
|
@@ -1749,7 +1754,7 @@ declare class NavbarComponent implements OnInit, AfterContentInit, OnDestroy {
|
|
|
1749
1754
|
showSideBarToggler: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
1750
1755
|
color: _angular_core.InputSignal<Color | undefined>;
|
|
1751
1756
|
placement: _angular_core.InputSignal<"fixed-top" | "fixed-bottom" | "sticky-top" | "sticky-bottom" | undefined>;
|
|
1752
|
-
expand: _angular_core.InputSignal<"
|
|
1757
|
+
expand: _angular_core.InputSignal<"always" | "sm" | "md" | "lg" | "xl" | "xxl" | undefined>;
|
|
1753
1758
|
cssClass: _angular_core.InputSignal<string>;
|
|
1754
1759
|
enableDropdownToggler: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
1755
1760
|
constructor();
|
|
@@ -1759,24 +1764,24 @@ declare class NavbarComponent implements OnInit, AfterContentInit, OnDestroy {
|
|
|
1759
1764
|
toggleSidebar(): void;
|
|
1760
1765
|
private closeMobileMenu;
|
|
1761
1766
|
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"],
|
|
1767
|
+
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
1768
|
}
|
|
1764
1769
|
|
|
1765
1770
|
declare class OffcanvasBodyComponent {
|
|
1766
1771
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<OffcanvasBodyComponent, never>;
|
|
1767
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<OffcanvasBodyComponent, "rlb-offcanvas-body", never, {}, {}, never, ["*"],
|
|
1772
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<OffcanvasBodyComponent, "rlb-offcanvas-body", never, {}, {}, never, ["*"], true, never>;
|
|
1768
1773
|
}
|
|
1769
1774
|
|
|
1770
1775
|
declare class OffcanvasHeaderComponent {
|
|
1771
1776
|
offcanvasId: _angular_core.InputSignal<string>;
|
|
1772
1777
|
_offcanvasId: _angular_core.Signal<string>;
|
|
1773
1778
|
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]"],
|
|
1779
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<OffcanvasHeaderComponent, "rlb-offcanvas-header", never, { "offcanvasId": { "alias": "offcanvasId"; "required": false; "isSignal": true; }; }, {}, never, ["[rlb-offcanvas-title]"], true, never>;
|
|
1775
1780
|
}
|
|
1776
1781
|
|
|
1777
1782
|
declare class OffcanvasTitleComponent {
|
|
1778
1783
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<OffcanvasTitleComponent, never>;
|
|
1779
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<OffcanvasTitleComponent, "h*[rlb-offcanvas-title]", never, {}, {}, never, ["*"],
|
|
1784
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<OffcanvasTitleComponent, "h*[rlb-offcanvas-title]", never, {}, {}, never, ["*"], true, never>;
|
|
1780
1785
|
}
|
|
1781
1786
|
|
|
1782
1787
|
declare class OffcanvasComponent extends ToggleAbstractComponent<Offcanvas> implements OnInit, OnDestroy {
|
|
@@ -1795,7 +1800,7 @@ declare class OffcanvasComponent extends ToggleAbstractComponent<Offcanvas> impl
|
|
|
1795
1800
|
getOrCreateInstance(element: HTMLElement): Offcanvas;
|
|
1796
1801
|
get eventPrefix(): string;
|
|
1797
1802
|
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"],
|
|
1803
|
+
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
1804
|
}
|
|
1800
1805
|
|
|
1801
1806
|
declare class RlbPlaceholderLineComponent {
|
|
@@ -1806,7 +1811,7 @@ declare class RlbPlaceholderLineComponent {
|
|
|
1806
1811
|
rounded: _angular_core.InputSignal<boolean>;
|
|
1807
1812
|
hostClasses: _angular_core.Signal<string>;
|
|
1808
1813
|
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,
|
|
1814
|
+
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
1815
|
}
|
|
1811
1816
|
|
|
1812
1817
|
declare class RlbPlaceholderTextComponent {
|
|
@@ -1819,14 +1824,14 @@ declare class RlbPlaceholderTextComponent {
|
|
|
1819
1824
|
rounded: _angular_core.InputSignal<boolean>;
|
|
1820
1825
|
computedWidths: _angular_core.Signal<string[]>;
|
|
1821
1826
|
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,
|
|
1827
|
+
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
1828
|
}
|
|
1824
1829
|
|
|
1825
1830
|
declare class RlbPlaceholderComponent {
|
|
1826
1831
|
animation: _angular_core.InputSignal<"none" | "glow" | "wave">;
|
|
1827
1832
|
containerClass: _angular_core.Signal<string | never[]>;
|
|
1828
1833
|
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, ["*"],
|
|
1834
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<RlbPlaceholderComponent, "rlb-placeholder", never, { "animation": { "alias": "animation"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
1830
1835
|
}
|
|
1831
1836
|
|
|
1832
1837
|
declare class PlaceholderDirective {
|
|
@@ -1834,7 +1839,7 @@ declare class PlaceholderDirective {
|
|
|
1834
1839
|
size: _angular_core.InputSignal<"sm" | "md" | "lg" | "xs">;
|
|
1835
1840
|
animation: _angular_core.InputSignal<"none" | "fade" | "glow">;
|
|
1836
1841
|
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,
|
|
1842
|
+
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
1843
|
}
|
|
1839
1844
|
|
|
1840
1845
|
declare class ScrollspyDirective implements AfterViewInit, OnDestroy {
|
|
@@ -1851,12 +1856,12 @@ declare class ScrollspyDirective implements AfterViewInit, OnDestroy {
|
|
|
1851
1856
|
ngOnDestroy(): void;
|
|
1852
1857
|
private __scroll_handler;
|
|
1853
1858
|
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,
|
|
1859
|
+
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
1860
|
}
|
|
1856
1861
|
|
|
1857
1862
|
declare class TabContentComponent {
|
|
1858
1863
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<TabContentComponent, never>;
|
|
1859
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<TabContentComponent, "rlb-tab-content", never, {}, {}, never, ["rlb-tab-pane"],
|
|
1864
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<TabContentComponent, "rlb-tab-content", never, {}, {}, never, ["rlb-tab-pane"], true, never>;
|
|
1860
1865
|
}
|
|
1861
1866
|
|
|
1862
1867
|
declare class TabPaneComponent {
|
|
@@ -1864,7 +1869,7 @@ declare class TabPaneComponent {
|
|
|
1864
1869
|
active: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
1865
1870
|
fade: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
1866
1871
|
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, ["*"],
|
|
1872
|
+
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
1873
|
}
|
|
1869
1874
|
|
|
1870
1875
|
declare class PopoverDirective implements AfterViewInit {
|
|
@@ -1873,27 +1878,27 @@ declare class PopoverDirective implements AfterViewInit {
|
|
|
1873
1878
|
static bsInit: boolean;
|
|
1874
1879
|
private _popover;
|
|
1875
1880
|
popover: _angular_core.InputSignal<string | undefined>;
|
|
1876
|
-
placement: _angular_core.InputSignal<"
|
|
1881
|
+
placement: _angular_core.InputSignal<"top" | "left" | "right" | "bottom">;
|
|
1877
1882
|
customClass: _angular_core.InputSignal<string>;
|
|
1878
1883
|
title: _angular_core.InputSignal<string>;
|
|
1879
1884
|
constructor(elementRef: ElementRef, renderer: Renderer2);
|
|
1880
1885
|
ngAfterViewInit(): void;
|
|
1881
1886
|
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,
|
|
1887
|
+
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
1888
|
}
|
|
1884
1889
|
|
|
1885
1890
|
declare class TooltipDirective implements OnInit, OnDestroy {
|
|
1886
1891
|
private elementRef;
|
|
1887
1892
|
private _tooltip;
|
|
1888
1893
|
tooltip: _angular_core.InputSignal<string | null | undefined>;
|
|
1889
|
-
placement: _angular_core.InputSignal<"
|
|
1894
|
+
placement: _angular_core.InputSignal<"top" | "left" | "right" | "bottom">;
|
|
1890
1895
|
customClass: _angular_core.InputSignal<string>;
|
|
1891
1896
|
html: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
1892
1897
|
constructor(elementRef: ElementRef<HTMLElement>);
|
|
1893
1898
|
ngOnInit(): void;
|
|
1894
1899
|
ngOnDestroy(): void;
|
|
1895
1900
|
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,
|
|
1901
|
+
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
1902
|
}
|
|
1898
1903
|
|
|
1899
1904
|
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 +1914,7 @@ declare class DataTableActionComponent {
|
|
|
1909
1914
|
constructor();
|
|
1910
1915
|
onClick(e: MouseEvent): void;
|
|
1911
1916
|
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, ["*"],
|
|
1917
|
+
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
1918
|
}
|
|
1914
1919
|
|
|
1915
1920
|
declare class DataTableActionsComponent {
|
|
@@ -1918,7 +1923,7 @@ declare class DataTableActionsComponent {
|
|
|
1918
1923
|
actions: _angular_core.Signal<readonly DataTableActionComponent[]>;
|
|
1919
1924
|
_disabled(): boolean;
|
|
1920
1925
|
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,
|
|
1926
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<DataTableActionsComponent, "rlb-dt-actions", never, { "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; }, {}, ["actions"], never, true, never>;
|
|
1922
1927
|
}
|
|
1923
1928
|
|
|
1924
1929
|
declare class DataTableCellComponent {
|
|
@@ -1927,7 +1932,7 @@ declare class DataTableCellComponent {
|
|
|
1927
1932
|
cssStyle: _angular_core.InputSignal<string | undefined>;
|
|
1928
1933
|
template: _angular_core.Signal<TemplateRef<any>>;
|
|
1929
1934
|
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, ["*"],
|
|
1935
|
+
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
1936
|
}
|
|
1932
1937
|
|
|
1933
1938
|
declare class DataTableHeaderComponent {
|
|
@@ -1943,7 +1948,7 @@ declare class DataTableHeaderComponent {
|
|
|
1943
1948
|
get _view(): EmbeddedViewRef<any>;
|
|
1944
1949
|
constructor();
|
|
1945
1950
|
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, ["*"],
|
|
1951
|
+
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
1952
|
}
|
|
1948
1953
|
|
|
1949
1954
|
declare class DataTableRowComponent {
|
|
@@ -1955,7 +1960,7 @@ declare class DataTableRowComponent {
|
|
|
1955
1960
|
cells: _angular_core.Signal<readonly DataTableCellComponent[]>;
|
|
1956
1961
|
hasActions: _angular_core.Signal<boolean>;
|
|
1957
1962
|
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,
|
|
1963
|
+
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
1964
|
}
|
|
1960
1965
|
|
|
1961
1966
|
declare class DataTableNoItemsComponent {
|
|
@@ -1965,7 +1970,7 @@ declare class DataTableNoItemsComponent {
|
|
|
1965
1970
|
get _view(): EmbeddedViewRef<any>;
|
|
1966
1971
|
constructor();
|
|
1967
1972
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<DataTableNoItemsComponent, never>;
|
|
1968
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<DataTableNoItemsComponent, "rlb-dt-noitems", never, {}, {}, never, ["*"],
|
|
1973
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<DataTableNoItemsComponent, "rlb-dt-noitems", never, {}, {}, never, ["*"], true, never>;
|
|
1969
1974
|
}
|
|
1970
1975
|
|
|
1971
1976
|
declare class DataTableLoadingComponent {
|
|
@@ -1975,7 +1980,7 @@ declare class DataTableLoadingComponent {
|
|
|
1975
1980
|
get _view(): EmbeddedViewRef<any>;
|
|
1976
1981
|
constructor();
|
|
1977
1982
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<DataTableLoadingComponent, never>;
|
|
1978
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<DataTableLoadingComponent, "rlb-dt-loading", never, {}, {}, never, ["*"],
|
|
1983
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<DataTableLoadingComponent, "rlb-dt-loading", never, {}, {}, never, ["*"], true, never>;
|
|
1979
1984
|
}
|
|
1980
1985
|
|
|
1981
1986
|
interface TableDataQuery {
|
|
@@ -1996,7 +2001,7 @@ interface PaginationEvent {
|
|
|
1996
2001
|
}
|
|
1997
2002
|
declare class DataTableComponent implements OnInit, OnDestroy {
|
|
1998
2003
|
title: _angular_core.InputSignal<string | undefined>;
|
|
1999
|
-
creationStrategy: _angular_core.InputSignal<"
|
|
2004
|
+
creationStrategy: _angular_core.InputSignal<"page" | "none" | "modal">;
|
|
2000
2005
|
creationUrl: _angular_core.InputSignal<string | any[] | null | undefined>;
|
|
2001
2006
|
items: _angular_core.InputSignal<any[]>;
|
|
2002
2007
|
paginationMode: _angular_core.InputSignal<"none" | "load-more" | "pages">;
|
|
@@ -2049,7 +2054,7 @@ declare class DataTableComponent implements OnInit, OnDestroy {
|
|
|
2049
2054
|
next(ev: MouseEvent): void;
|
|
2050
2055
|
prev(ev: MouseEvent): void;
|
|
2051
2056
|
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,
|
|
2057
|
+
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
2058
|
}
|
|
2054
2059
|
|
|
2055
2060
|
declare const TABLE: (typeof DataTableActionComponent | typeof DataTableActionsComponent | typeof DataTableCellComponent | typeof DataTableHeaderComponent | typeof DataTableRowComponent | typeof DataTableNoItemsComponent | typeof DataTableLoadingComponent | typeof DataTableComponent)[];
|
|
@@ -2090,20 +2095,20 @@ declare class FormFieldsComponent implements IForm {
|
|
|
2090
2095
|
isSwitch(t: string): boolean;
|
|
2091
2096
|
submitForm(): void;
|
|
2092
2097
|
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,
|
|
2098
|
+
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
2099
|
}
|
|
2095
2100
|
|
|
2096
2101
|
declare class DateTzPipe implements PipeTransform {
|
|
2097
2102
|
transform(value?: IDateTz, ...args: (string | boolean)[]): string;
|
|
2098
2103
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<DateTzPipe, never>;
|
|
2099
|
-
static ɵpipe: _angular_core.ɵɵPipeDeclaration<DateTzPipe, "dtz",
|
|
2104
|
+
static ɵpipe: _angular_core.ɵɵPipeDeclaration<DateTzPipe, "dtz", true>;
|
|
2100
2105
|
}
|
|
2101
2106
|
|
|
2102
2107
|
declare class MonthFormatterPipe implements PipeTransform {
|
|
2103
2108
|
private readonly months;
|
|
2104
2109
|
transform(value: string): string;
|
|
2105
2110
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<MonthFormatterPipe, never>;
|
|
2106
|
-
static ɵpipe: _angular_core.ɵɵPipeDeclaration<MonthFormatterPipe, "monthFormatter",
|
|
2111
|
+
static ɵpipe: _angular_core.ɵɵPipeDeclaration<MonthFormatterPipe, "monthFormatter", true>;
|
|
2107
2112
|
}
|
|
2108
2113
|
|
|
2109
2114
|
declare class DayOfWeekPipe implements PipeTransform {
|
|
@@ -2114,14 +2119,14 @@ declare class DayOfWeekPipe implements PipeTransform {
|
|
|
2114
2119
|
*/
|
|
2115
2120
|
transform(value: IDateTz | null | undefined, format?: 'long' | 'short' | 'narrow', locale?: string): string;
|
|
2116
2121
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<DayOfWeekPipe, never>;
|
|
2117
|
-
static ɵpipe: _angular_core.ɵɵPipeDeclaration<DayOfWeekPipe, "dayOfWeek",
|
|
2122
|
+
static ɵpipe: _angular_core.ɵɵPipeDeclaration<DayOfWeekPipe, "dayOfWeek", true>;
|
|
2118
2123
|
}
|
|
2119
2124
|
|
|
2120
2125
|
declare const PIPES: (typeof DateTzPipe | typeof MonthFormatterPipe | typeof DayOfWeekPipe)[];
|
|
2121
2126
|
|
|
2122
2127
|
declare class RlbBootstrapModule {
|
|
2123
2128
|
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
|
|
2129
|
+
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
2130
|
static ɵinj: _angular_core.ɵɵInjectorDeclaration<RlbBootstrapModule>;
|
|
2126
2131
|
}
|
|
2127
2132
|
|