@coreui/angular-pro 5.7.2 → 5.7.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coreui/angular-pro",
3
- "version": "5.7.2",
3
+ "version": "5.7.5",
4
4
  "description": "CoreUI Pro Components Library for Angular",
5
5
  "copyright": "Copyright 2026 creativeLabs Łukasz Holeczek",
6
6
  "homepage": "https://coreui.io/angular",
@@ -29,8 +29,8 @@
29
29
  "@angular/core": "^22.0.0",
30
30
  "@angular/forms": "^22.0.0",
31
31
  "@angular/router": "^22.0.0",
32
- "@coreui/coreui-pro": "^5.25.1",
33
- "@coreui/icons-angular": "~5.7.1",
32
+ "@coreui/coreui-pro": "^5.26.0",
33
+ "@coreui/icons-angular": "~5.7.4",
34
34
  "rxjs": "^7.8.2"
35
35
  },
36
36
  "repository": {
@@ -1,6 +1,6 @@
1
1
  import { IsActiveMatchOptions, UrlTree, Router, NavigationEnd } from '@angular/router';
2
2
  import * as _angular_core from '@angular/core';
3
- import { ElementRef, TemplateRef, ModuleWithProviders, OnInit, OnDestroy, WritableSignal, InputSignal, InputSignalWithTransform, QueryList, AfterViewInit, PipeTransform, AfterContentInit, AfterContentChecked, ChangeDetectorRef, ViewContainerRef, OutputEmitterRef, OnChanges, SimpleChanges, Renderer2, ModelSignal, ComponentRef, Injector, NgModuleRef } from '@angular/core';
3
+ import { ElementRef, TemplateRef, ModuleWithProviders, OnInit, OnDestroy, WritableSignal, InputSignal, InputSignalWithTransform, QueryList, AfterViewInit, PipeTransform, AfterContentInit, AfterContentChecked, ChangeDetectorRef, ViewContainerRef, OutputEmitterRef, OnChanges, SimpleChanges, Renderer2, ModelSignal, ComponentRef, Injector, NgModuleRef, DestroyRef, AnimationCallbackEvent } from '@angular/core';
4
4
  import * as _coreui_angular_pro from '@coreui/angular-pro';
5
5
  import { BooleanInput as BooleanInput$1, NumberInput as NumberInput$1 } from '@angular/cdk/coercion';
6
6
  import { ControlValueAccessor, FormGroup, FormControl } from '@angular/forms';
@@ -467,7 +467,7 @@ declare class AlertLinkDirective {
467
467
  static ɵdir: _angular_core.ɵɵDirectiveDeclaration<AlertLinkDirective, "[cAlertLink]", never, {}, {}, never, never, true, never>;
468
468
  }
469
469
 
470
- type AnimateType$1 = 'hide' | 'show';
470
+ type AnimateType = 'hide' | 'show';
471
471
  declare class AlertComponent {
472
472
  #private;
473
473
  /**
@@ -514,7 +514,7 @@ declare class AlertComponent {
514
514
  readonly visibleChange: _angular_core.OutputEmitterRef<boolean>;
515
515
  readonly contentTemplates: _angular_core.Signal<readonly TemplateIdDirective[]>;
516
516
  readonly templates: _angular_core.Signal<Record<string, TemplateRef<any>>>;
517
- get animateType(): AnimateType$1;
517
+ get animateType(): AnimateType;
518
518
  readonly hostClasses: _angular_core.Signal<Record<string, boolean>>;
519
519
  onAnimationStart($event: AnimationEvent): void;
520
520
  onAnimationDone($event: AnimationEvent): void;
@@ -844,7 +844,7 @@ declare class ButtonToolbarComponent {
844
844
  * @type InputSignal<string>
845
845
  * @default 'toolbar'
846
846
  */
847
- role: InputSignal<string>;
847
+ readonly role: InputSignal<string>;
848
848
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<ButtonToolbarComponent, never>;
849
849
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<ButtonToolbarComponent, "c-button-toolbar", never, { "role": { "alias": "role"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
850
850
  }
@@ -1282,13 +1282,13 @@ declare class CalendarClassViewPipe implements PipeTransform {
1282
1282
  }
1283
1283
 
1284
1284
  declare class CalendarDayPipe implements PipeTransform {
1285
- transform(date: Date, dayFormat?: DayFormatType, locale?: string): (string | number);
1285
+ transform(date: Date, dayFormat?: DayFormatType, locale?: string): string | number;
1286
1286
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<CalendarDayPipe, never>;
1287
1287
  static ɵpipe: _angular_core.ɵɵPipeDeclaration<CalendarDayPipe, "calendarDay", true>;
1288
1288
  }
1289
1289
 
1290
1290
  declare class CalendarWeekdayPipe implements PipeTransform {
1291
- transform(date: Date, weekdayFormat?: WeekdayFormatType, locale?: string): (string | number);
1291
+ transform(date: Date, weekdayFormat?: WeekdayFormatType, locale?: string): string | number;
1292
1292
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<CalendarWeekdayPipe, never>;
1293
1293
  static ɵpipe: _angular_core.ɵɵPipeDeclaration<CalendarWeekdayPipe, "calendarWeekday", true>;
1294
1294
  }
@@ -1546,7 +1546,7 @@ declare class CarouselControlComponent {
1546
1546
  declare class CarouselIndicatorsComponent implements OnInit {
1547
1547
  #private;
1548
1548
  items: (number | undefined)[];
1549
- active: number;
1549
+ readonly active: _angular_core.WritableSignal<number>;
1550
1550
  readonly contentTemplates: _angular_core.Signal<readonly TemplateIdDirective[]>;
1551
1551
  readonly templates: _angular_core.Signal<Record<string, TemplateRef<any>>>;
1552
1552
  ngOnInit(): void;
@@ -4220,7 +4220,6 @@ declare class RatingItemLabelComponent implements FocusableOption {
4220
4220
  readonly label: _angular_core.InputSignal<string>;
4221
4221
  readonly value: _angular_core.InputSignal<number>;
4222
4222
  readonly focusable: _angular_core.WritableSignal<boolean>;
4223
- focusableEffect: _angular_core.EffectRef;
4224
4223
  focus(origin?: FocusOrigin): void;
4225
4224
  getLabel(): string;
4226
4225
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<RatingItemLabelComponent, never>;
@@ -4315,13 +4314,11 @@ declare class RatingComponent implements ControlValueAccessor {
4315
4314
  readonly hoveredItem: _angular_core.WritableSignal<number | undefined>;
4316
4315
  readonly tooltipValue: _angular_core.WritableSignal<string | number | null>;
4317
4316
  readonly ratingDisabled: _angular_core.Signal<boolean>;
4318
- readonly ratingDisabledEffect: _angular_core.EffectRef;
4319
4317
  readonly contentTemplates: _angular_core.Signal<readonly TemplateIdDirective[]>;
4320
4318
  readonly iconTemplates: _angular_core.Signal<any>;
4321
4319
  readonly numberOfSubItems: _angular_core.Signal<number>;
4322
4320
  readonly ratingItems: _angular_core.Signal<number[][]>;
4323
4321
  readonly ratingItemLabels: _angular_core.Signal<readonly RatingItemLabelComponent[]>;
4324
- readonly ratingItemLabelsEffect: _angular_core.EffectRef;
4325
4322
  readonly hostClasses: _angular_core.Signal<{
4326
4323
  [x: string]: string | boolean | undefined;
4327
4324
  rating: boolean;
@@ -4348,7 +4345,6 @@ declare class RatingComponent implements ControlValueAccessor {
4348
4345
  handleMouseEnter($event: MouseEvent, value: number): void;
4349
4346
  getTooltipValue(index: number): string | undefined;
4350
4347
  updateFocusableItems(): void;
4351
- readonly valueEffect: _angular_core.EffectRef;
4352
4348
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<RatingComponent, never>;
4353
4349
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<RatingComponent, "c-rating", ["cRating"], { "activeIcon": { "alias": "activeIcon"; "required": false; "isSignal": true; }; "allowClear": { "alias": "allowClear"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "highlightOnlySelected": { "alias": "highlightOnlySelected"; "required": false; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "itemCount": { "alias": "itemCount"; "required": false; "isSignal": true; }; "precision": { "alias": "precision"; "required": false; "isSignal": true; }; "readOnly": { "alias": "readOnly"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "tooltips": { "alias": "tooltips"; "required": false; "isSignal": true; }; "value": { "alias": "value"; "required": false; "isSignal": true; }; }, { "value": "valueChange"; "hoverValueChange": "hoverValueChange"; }, ["contentTemplates"], never, true, never>;
4354
4350
  }
@@ -6226,37 +6222,37 @@ declare class TabPanelComponent {
6226
6222
  * @type string
6227
6223
  * @default undefined
6228
6224
  */
6229
- readonly ariaLabelledBy: InputSignal<string | undefined>;
6225
+ readonly ariaLabelledBy: _angular_core.InputSignal<string | undefined>;
6230
6226
  /**
6231
6227
  * Element id attribute
6232
6228
  * @type string
6233
6229
  * @default undefined
6234
6230
  */
6235
- readonly id: InputSignal<string | undefined>;
6231
+ readonly id: _angular_core.InputSignal<string | undefined>;
6236
6232
  /**
6237
6233
  * Item key.
6238
6234
  * @type string | number
6239
6235
  * @required
6240
6236
  */
6241
- readonly itemKey: InputSignal<string | number>;
6237
+ readonly itemKey: _angular_core.InputSignal<string | number>;
6242
6238
  /**
6243
6239
  * Element role.
6244
6240
  * @type string
6245
6241
  * @default 'tabpanel'
6246
6242
  */
6247
- readonly role: InputSignal<string>;
6243
+ readonly role: _angular_core.InputSignal<string>;
6248
6244
  /**
6249
6245
  * tabindex attribute.
6250
6246
  * @type number
6251
6247
  * @default 0
6252
6248
  */
6253
- readonly tabindex: InputSignalWithTransform<number, unknown>;
6249
+ readonly tabindex: _angular_core.InputSignalWithTransform<number, unknown>;
6254
6250
  /**
6255
6251
  * Enable fade in transition.
6256
6252
  * @type boolean
6257
6253
  * @default true
6258
6254
  */
6259
- readonly transition: InputSignal<boolean>;
6255
+ readonly transition: _angular_core.InputSignal<boolean>;
6260
6256
  /**
6261
6257
  * visible change output
6262
6258
  * @type OutputEmitterRef<VisibleChangeEvent>
@@ -6545,9 +6541,9 @@ declare class ToasterService {
6545
6541
  static ɵprov: _angular_core.ɵɵInjectableDeclaration<ToasterService>;
6546
6542
  }
6547
6543
 
6548
- type AnimateType = 'hide' | 'show';
6549
6544
  declare class ToastComponent implements OnInit, OnDestroy {
6550
6545
  #private;
6546
+ readonly destroyRef: DestroyRef;
6551
6547
  readonly changeDetectorRef: ChangeDetectorRef;
6552
6548
  readonly hostElement: ElementRef<any>;
6553
6549
  readonly renderer: Renderer2;
@@ -6575,6 +6571,11 @@ declare class ToastComponent implements OnInit, OnDestroy {
6575
6571
  * @return boolean
6576
6572
  */
6577
6573
  readonly fade: _angular_core.InputSignal<boolean>;
6574
+ /**
6575
+ * ARIA role attribute.
6576
+ * @return string
6577
+ */
6578
+ readonly role: _angular_core.InputSignal<string>;
6578
6579
  /**
6579
6580
  * Toggle the visibility of component.
6580
6581
  * @return boolean
@@ -6602,8 +6603,6 @@ declare class ToastComponent implements OnInit, OnDestroy {
6602
6603
  private _clock;
6603
6604
  get clock(): number;
6604
6605
  set clock(value: number);
6605
- readonly animationDisabled: _angular_core.Signal<boolean>;
6606
- get animateType(): AnimateType;
6607
6606
  readonly hostClasses: _angular_core.Signal<Record<string, boolean>>;
6608
6607
  ngOnInit(): void;
6609
6608
  ngOnDestroy(): void;
@@ -6612,8 +6611,15 @@ declare class ToastComponent implements OnInit, OnDestroy {
6612
6611
  onClose(): void;
6613
6612
  setClock(): void;
6614
6613
  clearClock(): void;
6614
+ protected handleEnter($event: AnimationCallbackEvent): void;
6615
+ protected handleLeave($event: AnimationCallbackEvent): void;
6615
6616
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<ToastComponent, never>;
6616
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<ToastComponent, "c-toast", ["cToast"], { "dynamic": { "alias": "dynamic"; "required": false; "isSignal": true; }; "placementInput": { "alias": "placement"; "required": false; "isSignal": true; }; "autohide": { "alias": "autohide"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; "delay": { "alias": "delay"; "required": false; "isSignal": true; }; "fade": { "alias": "fade"; "required": false; "isSignal": true; }; "visibleInput": { "alias": "visible"; "required": false; "isSignal": true; }; "index": { "alias": "index"; "required": false; "isSignal": true; }; }, { "visibleChange": "visibleChange"; "timer": "timer"; }, never, ["*"], true, never>;
6617
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<ToastComponent, "c-toast", ["cToast"], { "dynamic": { "alias": "dynamic"; "required": false; "isSignal": true; }; "placementInput": { "alias": "placement"; "required": false; "isSignal": true; }; "autohide": { "alias": "autohide"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; "delay": { "alias": "delay"; "required": false; "isSignal": true; }; "fade": { "alias": "fade"; "required": false; "isSignal": true; }; "role": { "alias": "role"; "required": false; "isSignal": true; }; "visibleInput": { "alias": "visible"; "required": false; "isSignal": true; }; "index": { "alias": "index"; "required": false; "isSignal": true; }; }, { "visibleChange": "visibleChange"; "timer": "timer"; }, never, ["*"], true, never>;
6618
+ }
6619
+
6620
+ declare class ToastContentComponent {
6621
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<ToastContentComponent, never>;
6622
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<ToastContentComponent, "c-toast-content", never, {}, {}, never, ["*"], true, never>;
6617
6623
  }
6618
6624
 
6619
6625
  declare class ToastBodyComponent {
@@ -6644,7 +6650,7 @@ declare class ToastCloseDirective {
6644
6650
 
6645
6651
  declare class ToastModule {
6646
6652
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<ToastModule, never>;
6647
- static ɵmod: _angular_core.ɵɵNgModuleDeclaration<ToastModule, never, [typeof ToastBodyComponent, typeof ToastComponent, typeof ToastCloseDirective, typeof ToastHeaderComponent, typeof ToasterComponent, typeof ToasterHostDirective], [typeof ToastBodyComponent, typeof ToastComponent, typeof ToastCloseDirective, typeof ToastHeaderComponent, typeof ToasterComponent, typeof ToasterHostDirective]>;
6653
+ static ɵmod: _angular_core.ɵɵNgModuleDeclaration<ToastModule, never, [typeof ToastBodyComponent, typeof ToastComponent, typeof ToastContentComponent, typeof ToastCloseDirective, typeof ToastHeaderComponent, typeof ToasterComponent, typeof ToasterHostDirective], [typeof ToastBodyComponent, typeof ToastComponent, typeof ToastContentComponent, typeof ToastCloseDirective, typeof ToastHeaderComponent, typeof ToasterComponent, typeof ToasterHostDirective]>;
6648
6654
  static ɵinj: _angular_core.ɵɵInjectorDeclaration<ToastModule>;
6649
6655
  }
6650
6656
 
@@ -7016,5 +7022,5 @@ declare class WidgetModule {
7016
7022
  static ɵinj: _angular_core.ɵɵInjectorDeclaration<WidgetModule>;
7017
7023
  }
7018
7024
 
7019
- export { AccordionButtonDirective, AccordionComponent, AccordionItemComponent, AccordionModule, AlertComponent, AlertHeadingDirective, AlertLinkDirective, AlertModule, AlignDirective, AutocompleteDirective, AutocompleteModule, AvatarComponent, AvatarModule, BackdropService, BadgeComponent, BadgeModule, BgColorDirective, BorderDirective, BreadcrumbComponent, BreadcrumbItemComponent, BreadcrumbModule, BreadcrumbRouterComponent, BreadcrumbRouterService, BreakpointInfix, ButtonCloseDirective, ButtonDirective, ButtonGroupComponent, ButtonGroupModule, ButtonModule, ButtonToolbarComponent, CalendarComponent, CalendarModule, CalendarMonthComponent, CalendarNavigationComponent, CalloutComponent, CalloutModule, CardBodyComponent, CardComponent, CardFooterComponent, CardGroupComponent, CardHeaderActionsComponent, CardHeaderComponent, CardImgDirective, CardImgOverlayComponent, CardLinkDirective, CardModule, CardSubtitleDirective, CardTextDirective, CardTitleDirective, CarouselCaptionComponent, CarouselComponent, CarouselConfig, CarouselControlComponent, CarouselIndicatorsComponent, CarouselInnerComponent, CarouselItemComponent, CarouselModule, ClassToggleService, ColComponent, ColDirective, CollapseDirective, CollapseModule, ColorModeService, ContainerComponent, DatePickerComponent, DatePickerModule, DateRangePickerComponent, DateRangePickerModule, DropdownCloseDirective, DropdownComponent, DropdownDividerDirective, DropdownHeaderDirective, DropdownItemDirective, DropdownItemPlainDirective, DropdownMenuDirective, DropdownModule, DropdownService, DropdownToggleDirective, ElementCoverComponent, ElementCoverModule, ElementRefDirective, FooterComponent, FooterModule, FormCheckComponent, FormCheckInputDirective, FormCheckLabelDirective, FormControlDirective, FormDirective, FormFeedbackComponent, FormFloatingDirective, FormLabelDirective, FormModule, FormPasswordDirective, FormSelectDirective, FormTextDirective, GridModule, GutterDirective, HeaderBrandComponent, HeaderComponent, HeaderDividerComponent, HeaderModule, HeaderNavComponent, HeaderTextComponent, HeaderTogglerDirective, HtmlAttributesDirective, ImgDirective, ImgModule, InMemoryStorageService, InputGroupComponent, InputGroupTextDirective, IntersectionService, ListGroupDirective, ListGroupItemDirective, ListGroupModule, ListenersService, LoadingButtonComponent, LoadingButtonModule, LocalStorageService, ModalBodyComponent, ModalComponent, ModalContentComponent, ModalDialogComponent, ModalFooterComponent, ModalHeaderComponent, ModalModule, ModalService, ModalTitleDirective, ModalToggleDirective, MultiSelectComponent, MultiSelectModule, MultiSelectOptgroupComponent, MultiSelectOptgroupLabelComponent, MultiSelectOptionComponent, NavComponent, NavItemComponent, NavLinkDirective, NavModule, NavbarBrandDirective, NavbarComponent, NavbarModule, NavbarNavComponent, NavbarTextComponent, NavbarTogglerDirective, OffcanvasBodyComponent, OffcanvasComponent, OffcanvasHeaderComponent, OffcanvasModule, OffcanvasService, OffcanvasTitleDirective, OffcanvasToggleDirective, OneTimePasswordComponent, OneTimePasswordModule, OtpDirective, PageItemComponent, PageItemDirective, PageLinkDirective, PaginationComponent, PaginationModule, PlaceholderAnimationDirective, PlaceholderDirective, PlaceholderModule, PopoverComponent, PopoverDirective, PopoverModule, ProgressBarComponent, ProgressBarDirective, ProgressComponent, ProgressModule, ProgressStackedComponent, RangeSliderComponent, RangeSliderModule, RatingComponent, RatingModule, RoundedDirective, RowComponent, RowDirective, RtlService, ShadowOnScrollDirective, SharedModule, SidebarBrandComponent, SidebarComponent, SidebarFooterComponent, SidebarHeaderComponent, SidebarModule, SidebarNavComponent, SidebarNavHelper, SidebarService, SidebarToggleDirective, SidebarTogglerDirective, SmartPaginationComponent, SmartPaginationModule, SmartTableComponent, SmartTableFilterComponent, SmartTableModule, SpinnerComponent, SpinnerModule, StepButtonDirective, StepperComponent, StepperModule, StepperStepComponent, TabContentComponent, TabContentRefDirective, TabDirective, TabPaneComponent, TabPanelComponent, TabService, TableActiveDirective, TableColorDirective, TableDirective, TableModule, Tabs2Module, TabsComponent, TabsContentComponent, TabsListComponent, TabsModule, TabsService, TemplateIdDirective, TextBgColorDirective, TextColorDirective, ThemeDirective, TimePickerComponent, TimePickerModule, ToastBodyComponent, ToastCloseDirective, ToastComponent, ToastHeaderComponent, ToastModule, ToasterComponent, ToasterHostDirective, ToasterPlacement, ToasterService, TooltipComponent, TooltipDirective, TooltipModule, UIDService, UtilitiesModule, WidgetModule, WidgetStatAComponent, WidgetStatBComponent, WidgetStatCComponent, WidgetStatDComponent, WidgetStatEComponent, WidgetStatFComponent };
7025
+ export { AccordionButtonDirective, AccordionComponent, AccordionItemComponent, AccordionModule, AlertComponent, AlertHeadingDirective, AlertLinkDirective, AlertModule, AlignDirective, AutocompleteDirective, AutocompleteModule, AvatarComponent, AvatarModule, BackdropService, BadgeComponent, BadgeModule, BgColorDirective, BorderDirective, BreadcrumbComponent, BreadcrumbItemComponent, BreadcrumbModule, BreadcrumbRouterComponent, BreadcrumbRouterService, BreakpointInfix, ButtonCloseDirective, ButtonDirective, ButtonGroupComponent, ButtonGroupModule, ButtonModule, ButtonToolbarComponent, CalendarComponent, CalendarModule, CalendarMonthComponent, CalendarNavigationComponent, CalloutComponent, CalloutModule, CardBodyComponent, CardComponent, CardFooterComponent, CardGroupComponent, CardHeaderActionsComponent, CardHeaderComponent, CardImgDirective, CardImgOverlayComponent, CardLinkDirective, CardModule, CardSubtitleDirective, CardTextDirective, CardTitleDirective, CarouselCaptionComponent, CarouselComponent, CarouselConfig, CarouselControlComponent, CarouselIndicatorsComponent, CarouselInnerComponent, CarouselItemComponent, CarouselModule, ClassToggleService, ColComponent, ColDirective, CollapseDirective, CollapseModule, ColorModeService, ContainerComponent, DatePickerComponent, DatePickerModule, DateRangePickerComponent, DateRangePickerModule, DropdownCloseDirective, DropdownComponent, DropdownDividerDirective, DropdownHeaderDirective, DropdownItemDirective, DropdownItemPlainDirective, DropdownMenuDirective, DropdownModule, DropdownService, DropdownToggleDirective, ElementCoverComponent, ElementCoverModule, ElementRefDirective, FooterComponent, FooterModule, FormCheckComponent, FormCheckInputDirective, FormCheckLabelDirective, FormControlDirective, FormDirective, FormFeedbackComponent, FormFloatingDirective, FormLabelDirective, FormModule, FormPasswordDirective, FormSelectDirective, FormTextDirective, GridModule, GutterDirective, HeaderBrandComponent, HeaderComponent, HeaderDividerComponent, HeaderModule, HeaderNavComponent, HeaderTextComponent, HeaderTogglerDirective, HtmlAttributesDirective, ImgDirective, ImgModule, InMemoryStorageService, InputGroupComponent, InputGroupTextDirective, IntersectionService, ListGroupDirective, ListGroupItemDirective, ListGroupModule, ListenersService, LoadingButtonComponent, LoadingButtonModule, LocalStorageService, ModalBodyComponent, ModalComponent, ModalContentComponent, ModalDialogComponent, ModalFooterComponent, ModalHeaderComponent, ModalModule, ModalService, ModalTitleDirective, ModalToggleDirective, MultiSelectComponent, MultiSelectModule, MultiSelectOptgroupComponent, MultiSelectOptgroupLabelComponent, MultiSelectOptionComponent, NavComponent, NavItemComponent, NavLinkDirective, NavModule, NavbarBrandDirective, NavbarComponent, NavbarModule, NavbarNavComponent, NavbarTextComponent, NavbarTogglerDirective, OffcanvasBodyComponent, OffcanvasComponent, OffcanvasHeaderComponent, OffcanvasModule, OffcanvasService, OffcanvasTitleDirective, OffcanvasToggleDirective, OneTimePasswordComponent, OneTimePasswordModule, OtpDirective, PageItemComponent, PageItemDirective, PageLinkDirective, PaginationComponent, PaginationModule, PlaceholderAnimationDirective, PlaceholderDirective, PlaceholderModule, PopoverComponent, PopoverDirective, PopoverModule, ProgressBarComponent, ProgressBarDirective, ProgressComponent, ProgressModule, ProgressStackedComponent, RangeSliderComponent, RangeSliderModule, RatingComponent, RatingModule, RoundedDirective, RowComponent, RowDirective, RtlService, ShadowOnScrollDirective, SharedModule, SidebarBrandComponent, SidebarComponent, SidebarFooterComponent, SidebarHeaderComponent, SidebarModule, SidebarNavComponent, SidebarNavHelper, SidebarService, SidebarToggleDirective, SidebarTogglerDirective, SmartPaginationComponent, SmartPaginationModule, SmartTableComponent, SmartTableFilterComponent, SmartTableModule, SpinnerComponent, SpinnerModule, StepButtonDirective, StepperComponent, StepperModule, StepperStepComponent, TabContentComponent, TabContentRefDirective, TabDirective, TabPaneComponent, TabPanelComponent, TabService, TableActiveDirective, TableColorDirective, TableDirective, TableModule, Tabs2Module, TabsComponent, TabsContentComponent, TabsListComponent, TabsModule, TabsService, TemplateIdDirective, TextBgColorDirective, TextColorDirective, ThemeDirective, TimePickerComponent, TimePickerModule, ToastBodyComponent, ToastCloseDirective, ToastComponent, ToastContentComponent, ToastHeaderComponent, ToastModule, ToasterComponent, ToasterHostDirective, ToasterPlacement, ToasterService, TooltipComponent, TooltipDirective, TooltipModule, UIDService, UtilitiesModule, WidgetModule, WidgetStatAComponent, WidgetStatBComponent, WidgetStatCComponent, WidgetStatDComponent, WidgetStatEComponent, WidgetStatFComponent };
7020
7026
  export type { Alignment, AutocompleteOption, BackgroundColors, BadgePositions, BooleanInput, BreakpointInfixStrings, Breakpoints, ButtonType, ColorMode, Colors, Directions, IAutocompleteOption, IAutocompleteOptionBase, IAutocompleteOptionNorm, IBreadcrumbItem, ICalendarRanges, IColumn, IColumnFilter, IColumnFilterValue, IGroup, IIntersectionObserverInit, IItem, IItemInternal, IListenersConfig, INavAttributes$1 as INavAttributes, INavData, INavLinkProps$1 as INavLinkProps, IOption, IProgress, IProgressBar, IProgressBarStacked, ISmartTable, ISorter, ISorterValue, ITableCellProps, ITableFilter, ITableHeaderCellProps, ITableSectionProps, InputType, ItemsPerPageSelect, Label, NgCssClass, NumberInput, Placements, Positions, Search, SearchFn, Shapes, Sizes, SortOrder, StepperRef, StepperStepData, StepperStepValidationResult, TToasterPlacement, TextColors, ThumbSize, Triggers, ValueOrigin };