@coreui/angular-pro 5.3.8 → 5.3.9

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.
Files changed (39) hide show
  1. package/README.md +1 -1
  2. package/fesm2022/coreui-angular-pro.mjs +1665 -1813
  3. package/fesm2022/coreui-angular-pro.mjs.map +1 -1
  4. package/lib/accordion/accordion-item/accordion-item.component.d.ts +1 -1
  5. package/lib/alert/alert.component.d.ts +26 -30
  6. package/lib/breadcrumb/breadcrumb/breadcrumb.component.d.ts +5 -5
  7. package/lib/breadcrumb/breadcrumb-item/breadcrumb-item.component.d.ts +8 -9
  8. package/lib/breadcrumb/breadcrumb-item/breadcrumb-item.d.ts +3 -0
  9. package/lib/breadcrumb/breadcrumb-router/breadcrumb-router.component.d.ts +6 -7
  10. package/lib/carousel/carousel/carousel.component.d.ts +26 -31
  11. package/lib/carousel/carousel-caption/carousel-caption.component.d.ts +0 -1
  12. package/lib/carousel/carousel-control/carousel-control.component.d.ts +18 -16
  13. package/lib/carousel/carousel-indicators/carousel-indicators.component.d.ts +6 -5
  14. package/lib/carousel/carousel-inner/carousel-inner.component.d.ts +7 -7
  15. package/lib/carousel/carousel-item/carousel-item.component.d.ts +7 -12
  16. package/lib/carousel/carousel-state.d.ts +0 -1
  17. package/lib/carousel/carousel.config.d.ts +0 -1
  18. package/lib/carousel/carousel.service.d.ts +2 -2
  19. package/lib/grid/col.directive.d.ts +36 -45
  20. package/lib/grid/container.component.d.ts +4 -7
  21. package/lib/grid/gutter.directive.d.ts +4 -4
  22. package/lib/grid/gutter.type.d.ts +2 -1
  23. package/lib/grid/row.directive.d.ts +16 -16
  24. package/lib/header/header/header.component.d.ts +1 -1
  25. package/lib/header/header-brand/header-brand.component.d.ts +3 -4
  26. package/lib/header/header-divider/header-divider.component.d.ts +0 -1
  27. package/lib/header/header-nav/header-nav.component.d.ts +3 -4
  28. package/lib/header/header-text/header-text.component.d.ts +0 -1
  29. package/lib/header/header-toggler/header-toggler.directive.d.ts +5 -6
  30. package/lib/offcanvas/offcanvas/offcanvas.component.d.ts +27 -29
  31. package/lib/offcanvas/offcanvas-toggle/offcanvas-toggle.directive.d.ts +4 -4
  32. package/lib/pagination/page-item/page-item.directive.d.ts +11 -13
  33. package/lib/pagination/pagination/pagination.component.d.ts +6 -6
  34. package/lib/popover/popover/popover.component.d.ts +2 -2
  35. package/lib/popover/popover.directive.d.ts +5 -5
  36. package/lib/shared/theme.directive.d.ts +4 -9
  37. package/lib/tooltip/tooltip.directive.d.ts +6 -6
  38. package/package.json +8 -8
  39. package/lib/grid/container.type.d.ts +0 -6
@@ -1,12 +1,12 @@
1
- import { GutterBreakpoints, Gutters, IGutter, IGutterObject } from './gutter.type';
1
+ import { GutterBreakpoints, IGutter, IGutterObject } from './gutter.type';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class GutterDirective implements IGutter {
4
4
  /**
5
5
  * Define padding between columns to space and align content responsively in the Bootstrap grid system.
6
6
  */
7
- gutter: IGutterObject | GutterBreakpoints | Gutters;
8
- get hostClasses(): any;
7
+ readonly gutter: import("@angular/core").InputSignal<number | IGutterObject | GutterBreakpoints>;
8
+ readonly hostClasses: import("@angular/core").Signal<Record<string, boolean>>;
9
9
  private static getGutterClasses;
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<GutterDirective, never>;
11
- static ɵdir: i0.ɵɵDirectiveDeclaration<GutterDirective, "[gutter]", never, { "gutter": { "alias": "gutter"; "required": false; }; }, {}, never, never, true, never>;
11
+ static ɵdir: i0.ɵɵDirectiveDeclaration<GutterDirective, "[gutter]", ["gutter"], { "gutter": { "alias": "gutter"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
12
12
  }
@@ -1,6 +1,7 @@
1
+ import { type InputSignal } from '@angular/core';
1
2
  import { BreakpointInfix } from '../coreui.types';
2
3
  export interface IGutter {
3
- gutter?: (IGutterObject | GutterBreakpoints | Gutters);
4
+ gutter?: InputSignal<IGutterObject | GutterBreakpoints | Gutters>;
4
5
  }
5
6
  export type Gutters = 0 | 1 | 2 | 3 | 4 | 5 | number;
6
7
  export interface IGutterObject {
@@ -1,37 +1,37 @@
1
- import { IRow, NumberOfColumns } from './row.type';
1
+ import { NumberOfColumns } from './row.type';
2
2
  import * as i0 from "@angular/core";
3
- export declare class RowDirective implements IRow {
3
+ export declare class RowDirective {
4
4
  /**
5
5
  * The number of columns/offset/order on extra small devices (<576px).
6
- * @type {{ cols: 'auto' | number }
6
+ * @return { cols: 'auto' | number }
7
7
  */
8
- xs?: NumberOfColumns;
8
+ readonly xs: import("@angular/core").InputSignal<NumberOfColumns | undefined>;
9
9
  /**
10
10
  * The number of columns/offset/order on small devices (<768px).
11
- * @type {{ cols: 'auto' | number }
11
+ * @return { cols: 'auto' | number }
12
12
  */
13
- sm?: NumberOfColumns;
13
+ readonly sm: import("@angular/core").InputSignal<NumberOfColumns | undefined>;
14
14
  /**
15
15
  * The number of columns/offset/order on medium devices (<992px).
16
- * @type {{ cols: 'auto' | number }
16
+ * @return { cols: 'auto' | number }
17
17
  */
18
- md?: NumberOfColumns;
18
+ readonly md: import("@angular/core").InputSignal<NumberOfColumns | undefined>;
19
19
  /**
20
20
  * The number of columns/offset/order on large devices (<1200px).
21
- * @type {{ cols: 'auto' | number }
21
+ * @return { cols: 'auto' | number }
22
22
  */
23
- lg?: NumberOfColumns;
23
+ readonly lg: import("@angular/core").InputSignal<NumberOfColumns | undefined>;
24
24
  /**
25
25
  * The number of columns/offset/order on X-Large devices (<1400px).
26
- * @type {{ cols: 'auto' | number }
26
+ * @return { cols: 'auto' | number }
27
27
  */
28
- xl?: NumberOfColumns;
28
+ readonly xl: import("@angular/core").InputSignal<NumberOfColumns | undefined>;
29
29
  /**
30
30
  * The number of columns/offset/order on XX-Large devices (≥1400px).
31
- * @type {{ cols: 'auto' | number }
31
+ * @return { cols: 'auto' | number }
32
32
  */
33
- xxl?: NumberOfColumns;
34
- get hostClasses(): any;
33
+ readonly xxl: import("@angular/core").InputSignal<NumberOfColumns | undefined>;
34
+ readonly hostClasses: import("@angular/core").Signal<Record<string, boolean>>;
35
35
  static ɵfac: i0.ɵɵFactoryDeclaration<RowDirective, never>;
36
- static ɵdir: i0.ɵɵDirectiveDeclaration<RowDirective, "[cRow]", never, { "xs": { "alias": "xs"; "required": false; }; "sm": { "alias": "sm"; "required": false; }; "md": { "alias": "md"; "required": false; }; "lg": { "alias": "lg"; "required": false; }; "xl": { "alias": "xl"; "required": false; }; "xxl": { "alias": "xxl"; "required": false; }; }, {}, never, never, true, never>;
36
+ static ɵdir: i0.ɵɵDirectiveDeclaration<RowDirective, "[cRow]", never, { "xs": { "alias": "xs"; "required": false; "isSignal": true; }; "sm": { "alias": "sm"; "required": false; "isSignal": true; }; "md": { "alias": "md"; "required": false; "isSignal": true; }; "lg": { "alias": "lg"; "required": false; "isSignal": true; }; "xl": { "alias": "xl"; "required": false; "isSignal": true; }; "xxl": { "alias": "xxl"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
37
37
  }
@@ -21,6 +21,6 @@ export declare class HeaderComponent {
21
21
  readonly headerClasses: import("@angular/core").Signal<Record<string, boolean>>;
22
22
  readonly containerClasses: import("@angular/core").Signal<Record<string, boolean>>;
23
23
  static ɵfac: i0.ɵɵFactoryDeclaration<HeaderComponent, never>;
24
- static ɵcmp: i0.ɵɵComponentDeclaration<HeaderComponent, "c-header, [c-header]", never, { "container": { "alias": "container"; "required": false; "isSignal": true; }; "position": { "alias": "position"; "required": false; "isSignal": true; }; "role": { "alias": "role"; "required": false; "isSignal": true; }; }, {}, never, ["*", "*"], true, never>;
24
+ static ɵcmp: i0.ɵɵComponentDeclaration<HeaderComponent, "c-header, [c-header]", ["cHeader"], { "container": { "alias": "container"; "required": false; "isSignal": true; }; "position": { "alias": "position"; "required": false; "isSignal": true; }; "role": { "alias": "role"; "required": false; "isSignal": true; }; }, {}, never, ["*", "*"], true, never>;
25
25
  }
26
26
  export {};
@@ -2,11 +2,10 @@ import * as i0 from "@angular/core";
2
2
  export declare class HeaderBrandComponent {
3
3
  /**
4
4
  * Default role for header-brand. [docs]
5
- * @type string
5
+ * @return string
6
6
  * @default 'button'
7
7
  */
8
- role: string;
9
- headerBrandClass: boolean;
8
+ readonly role: import("@angular/core").InputSignal<string>;
10
9
  static ɵfac: i0.ɵɵFactoryDeclaration<HeaderBrandComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<HeaderBrandComponent, "c-header-brand", never, { "role": { "alias": "role"; "required": false; }; }, {}, never, ["*"], true, never>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<HeaderBrandComponent, "c-header-brand", ["cHeaderBrand"], { "role": { "alias": "role"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
12
11
  }
@@ -1,6 +1,5 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class HeaderDividerComponent {
3
- headerDividerClass: boolean;
4
3
  static ɵfac: i0.ɵɵFactoryDeclaration<HeaderDividerComponent, never>;
5
4
  static ɵcmp: i0.ɵɵComponentDeclaration<HeaderDividerComponent, "c-header-divider, [cHeaderDivider]", never, {}, {}, never, never, true, never>;
6
5
  }
@@ -2,11 +2,10 @@ import * as i0 from "@angular/core";
2
2
  export declare class HeaderNavComponent {
3
3
  /**
4
4
  * Default role for header-nav. [docs]
5
- * @type string
5
+ * @return string
6
6
  * @default 'navigation'
7
7
  */
8
- role: string;
9
- headerNavClass: boolean;
8
+ readonly role: import("@angular/core").InputSignal<string>;
10
9
  static ɵfac: i0.ɵɵFactoryDeclaration<HeaderNavComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<HeaderNavComponent, "c-header-nav", never, { "role": { "alias": "role"; "required": false; }; }, {}, never, ["*"], true, never>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<HeaderNavComponent, "c-header-nav", ["cHeaderNav"], { "role": { "alias": "role"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
12
11
  }
@@ -1,6 +1,5 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class HeaderTextComponent {
3
- headerTextClass: boolean;
4
3
  static ɵfac: i0.ɵɵFactoryDeclaration<HeaderTextComponent, never>;
5
4
  static ɵcmp: i0.ɵɵComponentDeclaration<HeaderTextComponent, "c-header-text, [cHeaderText]", never, {}, {}, never, ["*"], true, never>;
6
5
  }
@@ -2,21 +2,20 @@ import { AfterContentInit } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class HeaderTogglerDirective implements AfterContentInit {
4
4
  #private;
5
- headerToggler: boolean;
6
5
  /**
7
- * Default role for header-toggler. [docs]
8
- * @type string
6
+ * Default type for header-toggler button. [docs]
7
+ * @return string
9
8
  * @default 'button'
10
9
  */
11
- type: string;
10
+ readonly type: import("@angular/core").InputSignal<string>;
12
11
  /**
13
12
  * Default aria-label attr for header-toggler. [docs]
14
13
  * @type string
15
14
  * @default 'Toggle navigation'
16
15
  */
17
- ariaLabel: string;
16
+ readonly ariaLabel: import("@angular/core").InputSignal<string>;
18
17
  addDefaultIcon(): void;
19
18
  ngAfterContentInit(): void;
20
19
  static ɵfac: i0.ɵɵFactoryDeclaration<HeaderTogglerDirective, never>;
21
- static ɵdir: i0.ɵɵDirectiveDeclaration<HeaderTogglerDirective, "[cHeaderToggler]", never, { "type": { "alias": "type"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; }, {}, never, never, true, never>;
20
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HeaderTogglerDirective, "[cHeaderToggler]", ["cHeaderToggler"], { "type": { "alias": "type"; "required": false; "isSignal": true; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
22
21
  }
@@ -1,67 +1,69 @@
1
1
  import { AnimationEvent } from '@angular/animations';
2
- import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
2
+ import { OnDestroy, OnInit } from '@angular/core';
3
3
  import * as i0 from "@angular/core";
4
4
  import * as i1 from "../../shared/theme.directive";
5
5
  export declare class OffcanvasComponent implements OnInit, OnDestroy {
6
6
  #private;
7
7
  /**
8
8
  * Apply a backdrop on body while offcanvas is open.
9
- * @type boolean | 'static'
9
+ * @return boolean | 'static'
10
10
  * @default true
11
11
  */
12
- backdrop: boolean | 'static';
12
+ readonly backdrop: import("@angular/core").InputSignal<boolean | "static">;
13
13
  /**
14
14
  * Closes the offcanvas when escape key is pressed [docs]
15
- * @type boolean
15
+ * @return boolean
16
16
  * @default true
17
17
  */
18
- keyboard: boolean;
18
+ readonly keyboard: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
19
19
  /**
20
20
  * Components placement, there’s no default placement.
21
- * @type {'start' | 'end' | 'top' | 'bottom'}
21
+ * @return {'start' | 'end' | 'top' | 'bottom'}
22
22
  * @default 'start'
23
23
  */
24
- placement: string | 'start' | 'end' | 'top' | 'bottom';
24
+ readonly placement: import("@angular/core").InputSignal<string>;
25
25
  /**
26
26
  * Responsive offcanvas property hides content outside the viewport from a specified breakpoint and down.
27
- * @type boolean | 'sm' | 'md' | 'lg' | 'xl' | 'xxl';
27
+ * @return boolean | 'sm' | 'md' | 'lg' | 'xl' | 'xxl';
28
28
  * @default true
29
29
  * @since 4.3.10
30
30
  */
31
- responsive?: boolean | 'sm' | 'md' | 'lg' | 'xl' | 'xxl';
32
- id: string;
31
+ readonly responsive: import("@angular/core").InputSignal<boolean | "sm" | "md" | "lg" | "xl" | "xxl" | undefined>;
32
+ readonly id: import("@angular/core").InputSignal<string>;
33
33
  /**
34
34
  * Default role for offcanvas. [docs]
35
- * @type string
35
+ * @return string
36
36
  * @default 'dialog'
37
37
  */
38
- role: string;
38
+ readonly role: import("@angular/core").InputSignal<string>;
39
39
  /**
40
40
  * Set aria-modal html attr for offcanvas. [docs]
41
- * @type boolean
41
+ * @return boolean
42
42
  * @default true
43
43
  */
44
- ariaModal: boolean;
44
+ readonly ariaModal: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
45
45
  /**
46
46
  * Allow body scrolling while offcanvas is visible.
47
- * @type boolean
47
+ * @return boolean
48
48
  * @default false
49
49
  */
50
- scroll: boolean;
50
+ readonly scroll: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
51
51
  /**
52
52
  * Toggle the visibility of offcanvas component.
53
- * @type boolean
53
+ * @return boolean
54
54
  * @default false
55
55
  */
56
- set visible(value: boolean);
57
- get visible(): boolean;
56
+ readonly visibleInput: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
57
+ readonly visibleInputEffect: import("@angular/core").EffectRef;
58
+ readonly visible: import("@angular/core").WritableSignal<boolean>;
59
+ readonly visibleEffect: import("@angular/core").EffectRef;
58
60
  /**
59
61
  * Event triggered on visible change.
60
- * @type EventEmitter<boolean>
62
+ * @return EventEmitter<boolean>
61
63
  */
62
- readonly visibleChange: EventEmitter<boolean>;
63
- get hostClasses(): any;
64
- get ariaHidden(): boolean | null;
64
+ readonly visibleChange: import("@angular/core").OutputEmitterRef<boolean>;
65
+ readonly hostClasses: import("@angular/core").Signal<Record<string, boolean>>;
66
+ readonly ariaHidden: import("@angular/core").Signal<true | null>;
65
67
  get tabIndex(): string | null;
66
68
  get animateTrigger(): string;
67
69
  get show(): boolean;
@@ -75,12 +77,8 @@ export declare class OffcanvasComponent implements OnInit, OnDestroy {
75
77
  setFocus(): void;
76
78
  private stateToggleSubscribe;
77
79
  private backdropClickSubscribe;
78
- private setBackdrop;
80
+ protected setBackdrop(setBackdrop: boolean | 'static'): void;
79
81
  private layoutChangeSubscribe;
80
82
  static ɵfac: i0.ɵɵFactoryDeclaration<OffcanvasComponent, never>;
81
- static ɵcmp: i0.ɵɵComponentDeclaration<OffcanvasComponent, "c-offcanvas", ["cOffcanvas"], { "backdrop": { "alias": "backdrop"; "required": false; }; "keyboard": { "alias": "keyboard"; "required": false; }; "placement": { "alias": "placement"; "required": false; }; "responsive": { "alias": "responsive"; "required": false; }; "id": { "alias": "id"; "required": false; }; "role": { "alias": "role"; "required": false; }; "ariaModal": { "alias": "ariaModal"; "required": false; }; "scroll": { "alias": "scroll"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; }, { "visibleChange": "visibleChange"; }, never, ["*"], true, [{ directive: typeof i1.ThemeDirective; inputs: { "dark": "dark"; }; outputs: {}; }]>;
82
- static ngAcceptInputType_keyboard: unknown;
83
- static ngAcceptInputType_ariaModal: unknown;
84
- static ngAcceptInputType_scroll: unknown;
85
- static ngAcceptInputType_visible: unknown;
83
+ static ɵcmp: i0.ɵɵComponentDeclaration<OffcanvasComponent, "c-offcanvas", ["cOffcanvas"], { "backdrop": { "alias": "backdrop"; "required": false; "isSignal": true; }; "keyboard": { "alias": "keyboard"; "required": false; "isSignal": true; }; "placement": { "alias": "placement"; "required": false; "isSignal": true; }; "responsive": { "alias": "responsive"; "required": false; "isSignal": true; }; "id": { "alias": "id"; "required": false; "isSignal": true; }; "role": { "alias": "role"; "required": false; "isSignal": true; }; "ariaModal": { "alias": "ariaModal"; "required": false; "isSignal": true; }; "scroll": { "alias": "scroll"; "required": false; "isSignal": true; }; "visibleInput": { "alias": "visible"; "required": false; "isSignal": true; }; }, { "visibleChange": "visibleChange"; }, never, ["*"], true, [{ directive: typeof i1.ThemeDirective; inputs: { "dark": "dark"; }; outputs: {}; }]>;
86
84
  }
@@ -3,10 +3,10 @@ export declare class OffcanvasToggleDirective {
3
3
  #private;
4
4
  /**
5
5
  * Html id attr of offcanvas to toggle.
6
- * @type string
6
+ * @return string
7
7
  */
8
- id?: string;
9
- toggleOpen($event: any): void;
8
+ readonly id: import("@angular/core").InputSignal<string | undefined>;
9
+ protected toggleOpen($event: MouseEvent): void;
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<OffcanvasToggleDirective, never>;
11
- static ɵdir: i0.ɵɵDirectiveDeclaration<OffcanvasToggleDirective, "[cOffcanvasToggle]", never, { "id": { "alias": "cOffcanvasToggle"; "required": false; }; }, {}, never, never, true, never>;
11
+ static ɵdir: i0.ɵɵDirectiveDeclaration<OffcanvasToggleDirective, "[cOffcanvasToggle]", never, { "id": { "alias": "cOffcanvasToggle"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
12
12
  }
@@ -1,23 +1,21 @@
1
- import { AfterContentInit, ElementRef, OnChanges, SimpleChanges } from '@angular/core';
1
+ import { ElementRef } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
- export declare class PageItemDirective implements AfterContentInit, OnChanges {
3
+ export declare class PageItemDirective {
4
4
  #private;
5
5
  /**
6
6
  * Toggle the active state for the component.
7
- * @type boolean
7
+ * @return boolean
8
8
  */
9
- active?: boolean;
9
+ readonly active: import("@angular/core").InputSignal<boolean | undefined>;
10
10
  /**
11
11
  * Toggle the disabled state for the component.
12
- * @type boolean
12
+ * @return boolean
13
13
  */
14
- disabled?: boolean;
15
- get ariaCurrent(): string | null;
16
- get hostClasses(): any;
17
- pageLinkElementRef: ElementRef;
18
- ngAfterContentInit(): void;
19
- ngOnChanges(changes: SimpleChanges): void;
20
- setAttributes(): void;
14
+ readonly disabled: import("@angular/core").InputSignal<boolean | undefined>;
15
+ readonly ariaCurrent: import("@angular/core").Signal<"page" | null>;
16
+ readonly hostClasses: import("@angular/core").Signal<Record<string, boolean>>;
17
+ readonly pageLinkElementRef: import("@angular/core").Signal<ElementRef<any> | undefined>;
18
+ readonly pageLinkElementRefEffect: import("@angular/core").EffectRef;
21
19
  static ɵfac: i0.ɵɵFactoryDeclaration<PageItemDirective, never>;
22
- static ɵdir: i0.ɵɵDirectiveDeclaration<PageItemDirective, "[cPageItem]", never, { "active": { "alias": "active"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, {}, ["pageLinkElementRef"], never, true, never>;
20
+ static ɵdir: i0.ɵɵDirectiveDeclaration<PageItemDirective, "[cPageItem]", never, { "active": { "alias": "active"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; }, {}, ["pageLinkElementRef"], never, true, never>;
23
21
  }
@@ -4,19 +4,19 @@ export declare class PaginationComponent {
4
4
  * Set the alignment of pagination components.
5
5
  * @values 'start', 'center', 'end'
6
6
  */
7
- align: 'start' | 'center' | 'end' | '';
7
+ readonly align: import("@angular/core").InputSignal<"" | "start" | "end" | "center">;
8
8
  /**
9
9
  * Size the component small or large.
10
10
  * @values 'sm', 'lg'
11
11
  */
12
- size?: 'sm' | 'lg';
12
+ readonly size: import("@angular/core").InputSignal<"sm" | "lg" | undefined>;
13
13
  /**
14
14
  * Default role for pagination. [docs]
15
- * @type string
15
+ * @return string
16
16
  * @default 'navigation'
17
17
  */
18
- role: string;
19
- get paginationClass(): any;
18
+ readonly role: import("@angular/core").InputSignal<string>;
19
+ readonly paginationClass: import("@angular/core").Signal<Record<string, boolean>>;
20
20
  static ɵfac: i0.ɵɵFactoryDeclaration<PaginationComponent, never>;
21
- static ɵcmp: i0.ɵɵComponentDeclaration<PaginationComponent, "c-pagination", never, { "align": { "alias": "align"; "required": false; }; "size": { "alias": "size"; "required": false; }; "role": { "alias": "role"; "required": false; }; }, {}, never, ["*"], true, never>;
21
+ static ɵcmp: i0.ɵɵComponentDeclaration<PaginationComponent, "c-pagination", never, { "align": { "alias": "align"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "role": { "alias": "role"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
22
22
  }
@@ -5,12 +5,12 @@ export declare class PopoverComponent implements OnDestroy {
5
5
  readonly renderer: Renderer2;
6
6
  /**
7
7
  * Content of popover
8
- * @type {string | TemplateRef}
8
+ * @return {string | TemplateRef}
9
9
  */
10
10
  readonly content: import("@angular/core").InputSignal<string | TemplateRef<any>>;
11
11
  /**
12
12
  * Toggle the visibility of popover component.
13
- * @type boolean
13
+ * @return boolean
14
14
  */
15
15
  readonly visible: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
16
16
  readonly id: import("@angular/core").InputSignal<string | undefined>;
@@ -7,7 +7,7 @@ export declare class PopoverDirective implements OnDestroy, OnInit, AfterViewIni
7
7
  #private;
8
8
  /**
9
9
  * Content of popover
10
- * @type {string | TemplateRef}
10
+ * @return {string | TemplateRef}
11
11
  */
12
12
  readonly content: import("@angular/core").InputSignal<string | TemplateRef<any> | undefined>;
13
13
  /**
@@ -23,25 +23,25 @@ export declare class PopoverDirective implements OnDestroy, OnInit, AfterViewIni
23
23
  }>;
24
24
  /**
25
25
  * Describes the placement of your component after Popper.js has applied all the modifiers that may have flipped or altered the originally provided placement property.
26
- * @type: 'top' | 'bottom' | 'left' | 'right'
26
+ * @return: 'top' | 'bottom' | 'left' | 'right'
27
27
  * @default: 'top'
28
28
  */
29
29
  readonly placement: import("@angular/core").InputSignal<"top" | "bottom" | "right" | "left">;
30
30
  /**
31
31
  * ElementRefDirective for positioning the tooltip on reference element
32
- * @type: ElementRefDirective
32
+ * @return: ElementRefDirective
33
33
  * @default: undefined
34
34
  */
35
35
  readonly reference: import("@angular/core").InputSignal<ElementRefDirective | undefined>;
36
36
  readonly referenceRef: import("@angular/core").Signal<ElementRef<any>>;
37
37
  /**
38
38
  * Sets which event handlers you’d like provided to your toggle prop. You can specify one trigger or an array of them.
39
- * @type: 'Triggers | Triggers[]
39
+ * @return: Triggers | Triggers[]
40
40
  */
41
41
  readonly trigger: import("@angular/core").InputSignal<Triggers | Triggers[]>;
42
42
  /**
43
43
  * Toggle the visibility of popover component.
44
- * @type boolean
44
+ * @return boolean
45
45
  */
46
46
  readonly visible: import("@angular/core").ModelSignal<boolean>;
47
47
  get ariaDescribedBy(): string | null;
@@ -3,17 +3,12 @@ export declare class ThemeDirective {
3
3
  #private;
4
4
  /**
5
5
  * Add dark theme attribute.
6
- * @type 'dark' | 'light' | undefined
6
+ * @return 'dark' | 'light' | undefined
7
7
  */
8
- set colorScheme(scheme: 'dark' | 'light' | undefined);
9
- /**
10
- * Add dark theme attribute.
11
- * @type boolean
12
- */
13
- set dark(darkTheme: boolean);
8
+ readonly colorScheme: import("@angular/core").InputSignal<"dark" | "light" | undefined>;
9
+ readonly dark: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
14
10
  setTheme(theme?: string): void;
15
11
  unsetTheme(): void;
16
12
  static ɵfac: i0.ɵɵFactoryDeclaration<ThemeDirective, never>;
17
- static ɵdir: i0.ɵɵDirectiveDeclaration<ThemeDirective, "[cTheme]", never, { "colorScheme": { "alias": "colorScheme"; "required": false; }; "dark": { "alias": "dark"; "required": false; }; }, {}, never, never, true, never>;
18
- static ngAcceptInputType_dark: unknown;
13
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ThemeDirective, "[cTheme]", ["cTheme"], { "colorScheme": { "alias": "colorScheme"; "required": false; "isSignal": true; }; "dark": { "alias": "dark"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
19
14
  }
@@ -7,12 +7,12 @@ export declare class TooltipDirective implements OnDestroy, OnInit, AfterViewIni
7
7
  #private;
8
8
  /**
9
9
  * Content of tooltip
10
- * @type {string | TemplateRef}
10
+ * @return {string | TemplateRef}
11
11
  */
12
12
  readonly content: import("@angular/core").InputSignal<string | TemplateRef<any> | undefined>;
13
13
  /**
14
14
  * Optional popper Options object, takes precedence over cPopoverPlacement prop
15
- * @type Partial<Options>
15
+ * @return Partial<Options>
16
16
  */
17
17
  readonly popperOptions: import("@angular/core").InputSignal<Partial<Options>>;
18
18
  readonly popperOptionsComputed: import("@angular/core").Signal<{
@@ -23,25 +23,25 @@ export declare class TooltipDirective implements OnDestroy, OnInit, AfterViewIni
23
23
  }>;
24
24
  /**
25
25
  * Describes the placement of your component after Popper.js has applied all the modifiers that may have flipped or altered the originally provided placement property.
26
- * @type: 'top' | 'bottom' | 'left' | 'right'
26
+ * @return: 'top' | 'bottom' | 'left' | 'right'
27
27
  * @default: 'top'
28
28
  */
29
29
  readonly placement: import("@angular/core").InputSignal<"top" | "bottom" | "right" | "left">;
30
30
  /**
31
31
  * ElementRefDirective for positioning the tooltip on reference element
32
- * @type: ElementRefDirective
32
+ * @return: ElementRefDirective
33
33
  * @default: undefined
34
34
  */
35
35
  readonly reference: import("@angular/core").InputSignal<ElementRefDirective | undefined>;
36
36
  readonly referenceRef: import("@angular/core").Signal<ElementRef<any>>;
37
37
  /**
38
38
  * Sets which event handlers you’d like provided to your toggle prop. You can specify one trigger or an array of them.
39
- * @type: 'Triggers | Triggers[]
39
+ * @return: 'Triggers | Triggers[]
40
40
  */
41
41
  readonly trigger: import("@angular/core").InputSignal<Triggers | Triggers[]>;
42
42
  /**
43
43
  * Toggle the visibility of tooltip component.
44
- * @type boolean
44
+ * @return boolean
45
45
  */
46
46
  readonly visible: import("@angular/core").ModelSignal<boolean>;
47
47
  get ariaDescribedBy(): string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coreui/angular-pro",
3
- "version": "5.3.8",
3
+ "version": "5.3.9",
4
4
  "description": "CoreUI Pro Components Library for Angular",
5
5
  "copyright": "Copyright 2025 creativeLabs Łukasz Holeczek",
6
6
  "homepage": "https://coreui.io/angular",
@@ -22,14 +22,14 @@
22
22
  },
23
23
  "sideEffects": false,
24
24
  "peerDependencies": {
25
- "@angular/animations": "^19.1.1",
26
- "@angular/cdk": "^19.1.0",
27
- "@angular/common": "^19.1.1",
28
- "@angular/core": "^19.1.1",
29
- "@angular/forms": "^19.1.1",
30
- "@angular/router": "^19.1.1",
25
+ "@angular/animations": "^19.1.4",
26
+ "@angular/cdk": "^19.1.2",
27
+ "@angular/common": "^19.1.4",
28
+ "@angular/core": "^19.1.4",
29
+ "@angular/forms": "^19.1.4",
30
+ "@angular/router": "^19.1.4",
31
31
  "@coreui/coreui-pro": "^5.8.0",
32
- "@coreui/icons-angular": "~5.3.8",
32
+ "@coreui/icons-angular": "~5.3.9",
33
33
  "rxjs": "^7.8.1"
34
34
  },
35
35
  "repository": {
@@ -1,6 +0,0 @@
1
- import { Breakpoints } from '../coreui.types';
2
- import { InputSignal, InputSignalWithTransform } from '@angular/core';
3
- export interface IContainer {
4
- fluid?: string | boolean | InputSignalWithTransform<unknown, boolean>;
5
- breakpoint?: Exclude<Breakpoints, 'xs'> | InputSignal<Exclude<Breakpoints, 'xs'>>;
6
- }