@coreui/angular-pro 5.7.25 → 5.7.26

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.25",
3
+ "version": "5.7.26",
4
4
  "description": "CoreUI Pro Components Library for Angular",
5
5
  "copyright": "Copyright 2026 creativeLabs Łukasz Holeczek",
6
6
  "license": "SEE LICENSE IN LICENSE",
@@ -30,7 +30,7 @@
30
30
  "@angular/forms": "^22.1.0",
31
31
  "@angular/router": "^22.1.0",
32
32
  "@coreui/coreui-pro": "^5.27.1",
33
- "@coreui/icons-angular": "~5.7.25",
33
+ "@coreui/icons-angular": "~5.7.26",
34
34
  "rxjs": "^7.8.2"
35
35
  },
36
36
  "repository": {
@@ -102,12 +102,12 @@ declare class TemplateIdDirective {
102
102
  declare class ThemeDirective {
103
103
  #private;
104
104
  /**
105
- * Add dark theme attribute.
105
+ * Sets the dark theme attribute on the host element.
106
106
  * @returns 'dark' | 'light' | undefined
107
107
  */
108
108
  readonly colorScheme: _angular_core.InputSignal<"dark" | "light" | undefined>;
109
109
  /**
110
- * Add darker controls, indicators, and captions.
110
+ * Sets a darker color scheme. If the colorScheme is set to 'dark', the dark theme will be applied.
111
111
  * @returns boolean
112
112
  * @default false
113
113
  */
@@ -786,48 +786,48 @@ declare class ButtonDirective {
786
786
  * Toggle the active state for the component
787
787
  * @returns boolean
788
788
  */
789
- readonly active: InputSignalWithTransform<boolean, unknown>;
789
+ readonly active: _angular_core.InputSignalWithTransform<boolean, unknown>;
790
790
  /**
791
791
  * Sets the color context of the component to one of CoreUI’s themed colors
792
792
  * @returns Colors
793
793
  */
794
- readonly color: InputSignal<string>;
794
+ readonly color: _angular_core.InputSignal<string>;
795
795
  /**
796
796
  * Toggle the disabled state for the component.
797
797
  * @returns boolean
798
798
  */
799
- readonly disabled: InputSignalWithTransform<boolean, unknown>;
799
+ readonly disabled: _angular_core.InputSignalWithTransform<boolean, unknown>;
800
800
  /**
801
801
  * Select the shape of the component.
802
802
  * @returns Shapes
803
803
  */
804
- readonly shape: InputSignal<string | undefined>;
804
+ readonly shape: _angular_core.InputSignal<string | undefined>;
805
805
  /**
806
806
  * Size the component small or large.
807
807
  * @returns 'sm' | 'lg' | ''
808
808
  */
809
- readonly size: InputSignal<"" | "sm" | "lg">;
809
+ readonly size: _angular_core.InputSignal<"" | "sm" | "lg">;
810
810
  /**
811
811
  * The tabindex attribute specifies the tab order of an element (when the "tab" button is used for navigating).
812
812
  */
813
- readonly tabindex: InputSignalWithTransform<number | undefined, unknown>;
813
+ readonly tabindex: _angular_core.InputSignalWithTransform<number | undefined, unknown>;
814
814
  /**
815
815
  * Specifies the type of button. Always specify the type attribute for the `<button>` element.
816
816
  * Different browsers may use different default types for the `<button>` element.
817
817
  * @returns ButtonType
818
818
  * @default 'button'
819
819
  */
820
- readonly type: InputSignal<ButtonType>;
820
+ readonly type: _angular_core.InputSignal<ButtonType>;
821
821
  /**
822
822
  * Set the button variant to an outlined button or a ghost button.
823
823
  * @returns 'ghost' | 'outline' | undefined
824
824
  */
825
- readonly variant: InputSignal<"outline" | "ghost" | undefined>;
825
+ readonly variant: _angular_core.InputSignal<"outline" | "ghost" | undefined>;
826
826
  readonly hostClasses: _angular_core.Signal<Record<string, boolean>>;
827
827
  readonly _disabled: _angular_core.Signal<boolean>;
828
828
  readonly ariaDisabled: _angular_core.Signal<true | null>;
829
829
  readonly attrDisabled: _angular_core.Signal<"" | null>;
830
- readonly tabIndex: _angular_core.Signal<number | "-1" | null>;
830
+ readonly tabIndex: _angular_core.Signal<number | null>;
831
831
  readonly isActive: _angular_core.Signal<true | null>;
832
832
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<ButtonDirective, never>;
833
833
  static ɵdir: _angular_core.ɵɵDirectiveDeclaration<ButtonDirective, "[cButton]", ["cButton"], { "active": { "alias": "active"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "shape": { "alias": "shape"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "tabindex": { "alias": "tabindex"; "required": false; "isSignal": true; }; "type": { "alias": "type"; "required": false; "isSignal": true; }; "variant": { "alias": "variant"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
@@ -837,9 +837,9 @@ declare class ButtonCloseDirective extends ButtonDirective {
837
837
  /**
838
838
  * Change the default color to white.
839
839
  * @returns boolean
840
- * @deprecated 5.0.0. Use `cButtonClose.dark` instead.
840
+ * @deprecated 5.0.0. Use `cButtonClose dark` instead.
841
841
  */
842
- readonly white: InputSignalWithTransform<boolean, unknown>;
842
+ readonly white: _angular_core.InputSignalWithTransform<boolean, unknown>;
843
843
  readonly hostClasses: _angular_core.Signal<Record<string, boolean>>;
844
844
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<ButtonCloseDirective, never>;
845
845
  static ɵdir: _angular_core.ɵɵDirectiveDeclaration<ButtonCloseDirective, "[cButtonClose]", never, { "white": { "alias": "white"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof ThemeDirective; inputs: { "dark": "dark"; }; outputs: {}; }]>;
@@ -1139,7 +1139,7 @@ declare class CalendarComponent implements OnInit, AfterViewInit {
1139
1139
  readonly calendars: _angular_core.InputSignalWithTransform<number, unknown>;
1140
1140
  readonly calendarsArray: _angular_core.Signal<number[]>;
1141
1141
  /**
1142
- * Set the format of day name.
1142
+ * Set the format of day number.
1143
1143
  * @default 'numeric'
1144
1144
  * @returns DayFormatType
1145
1145
  */
@@ -1176,14 +1176,14 @@ declare class CalendarComponent implements OnInit, AfterViewInit {
1176
1176
  readonly endDateModel: _angular_core.WritableSignal<string | number | Date | null>;
1177
1177
  readonly endDate: _angular_core.Signal<Date | null>;
1178
1178
  /**
1179
- * Sets the day of start week.
1180
- * - 0 - Sunday,
1181
- * - 1 - Monday,
1182
- * - 2 - Tuesday,
1183
- * - 3 - Wednesday,
1184
- * - 4 - Thursday,
1185
- * - 5 - Friday,
1186
- * - 6 - Saturday,
1179
+ * Sets the first day of the week.
1180
+ * - `0` - Sunday
1181
+ * - `1` - Monday
1182
+ * - `2` - Tuesday
1183
+ * - `3` - Wednesday
1184
+ * - `4` - Thursday
1185
+ * - `5` - Friday
1186
+ * - `6` - Saturday
1187
1187
  *
1188
1188
  * @returns number
1189
1189
  * @default 1
@@ -1269,7 +1269,7 @@ declare class CalendarComponent implements OnInit, AfterViewInit {
1269
1269
  readonly selectionType: _angular_core.InputSignal<SelectionType>;
1270
1270
  readonly selectionTypeEffect: _angular_core.EffectRef;
1271
1271
  /**
1272
- * Set whether to display week numbers in the calendar.
1272
+ * Set whether to display ISO week numbers in the calendar.
1273
1273
  * @returns boolean
1274
1274
  * @default false
1275
1275
  * @since 5.0.0
@@ -1537,9 +1537,9 @@ declare class CarouselComponent implements OnInit, OnDestroy, AfterContentInit {
1537
1537
  readonly directionInput: _angular_core.InputSignal<"next" | "prev">;
1538
1538
  readonly direction: _angular_core.WritableSignal<"next" | "prev">;
1539
1539
  /**
1540
- * The amount of time to delay between automatically cycling an item. If false, carousel will not automatically cycle.
1540
+ * The amount of time to delay between automatically cycling an item. If -1, carousel will not automatically cycle.
1541
1541
  * @returns number
1542
- * @default 0
1542
+ * @default -1
1543
1543
  */
1544
1544
  readonly intervalInput: _angular_core.InputSignalWithTransform<number, unknown>;
1545
1545
  readonly interval: _angular_core.WritableSignal<number>;
@@ -1788,7 +1788,7 @@ declare class DateRangePickerComponent implements OnInit, OnDestroy, ControlValu
1788
1788
  static ngAcceptInputType_visible: BooleanInput$1;
1789
1789
  static ngAcceptInputType_withTime: BooleanInput$1;
1790
1790
  /**
1791
- * Set the format of day name.
1791
+ * Set the format of day number.
1792
1792
  * @default 'numeric'
1793
1793
  * @returns DayFormatType
1794
1794
  */
@@ -2241,10 +2241,11 @@ declare class DropdownComponent implements OnDestroy, OnInit {
2241
2241
  */
2242
2242
  readonly alignment: _angular_core.InputSignal<DropdownAlignment | undefined>;
2243
2243
  /**
2244
- * Configure the auto close behavior: `true` closes the dropdown on a click inside or
2245
- * outside the menu, `false` only on the toggle button or an explicit hide/toggle call
2246
- * and not on the Esc key, `inside` only on a click inside the menu, `outside` only on
2247
- * a click outside it.
2244
+ * Configure the auto close behavior:
2245
+ * - `true` closes the dropdown on a click inside or outside the menu,
2246
+ * - `false` only on the toggle button or an explicit hide/toggle call and not on the `Esc` key,
2247
+ * - `inside` only on a click inside the menu,
2248
+ * - `outside` only on a click outside it.
2248
2249
  * @returns boolean | 'inside' | 'outside'
2249
2250
  * @default true
2250
2251
  */
@@ -3622,9 +3623,9 @@ declare class NavLinkDirective implements OnDestroy {
3622
3623
  */
3623
3624
  readonly tabindex: _angular_core.InputSignalWithTransform<number | undefined, unknown>;
3624
3625
  readonly ariaCurrent: _angular_core.Signal<"page" | null>;
3625
- ariaDisabled: boolean | null;
3626
- attrDisabled: boolean | string | null;
3627
- attrTabindex: number | null;
3626
+ protected ariaDisabled: _angular_core.WritableSignal<boolean | null>;
3627
+ protected attrDisabled: _angular_core.WritableSignal<string | boolean | null>;
3628
+ protected attrTabindex: _angular_core.WritableSignal<number | null>;
3628
3629
  readonly hostClasses: _angular_core.Signal<Record<string, boolean>>;
3629
3630
  ngOnDestroy(): void;
3630
3631
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<NavLinkDirective, never>;
@@ -4012,7 +4013,7 @@ declare class ModalComponent implements OnInit, OnDestroy, AfterViewInit {
4012
4013
  protected domPortalOutlet: DomPortalOutlet;
4013
4014
  protected domPortalCleanup: () => void;
4014
4015
  /**
4015
- * Event triggered on modal dismiss.
4016
+ * Event triggered on visible change
4016
4017
  * @returns boolean
4017
4018
  */
4018
4019
  readonly visibleChange: _angular_core.OutputEmitterRef<boolean>;
@@ -4083,7 +4084,7 @@ declare class OffcanvasComponent implements OnInit, OnDestroy {
4083
4084
  */
4084
4085
  readonly keyboard: _angular_core.InputSignalWithTransform<boolean, unknown>;
4085
4086
  /**
4086
- * Component placement
4087
+ * Offcanvas placement
4087
4088
  * @returns string | 'start' | 'end' | 'top' | 'bottom'
4088
4089
  * @default 'start'
4089
4090
  */
@@ -4423,11 +4424,11 @@ declare class PaginationModule {
4423
4424
 
4424
4425
  declare class PlaceholderDirective {
4425
4426
  /**
4426
- * placeholder toggler
4427
+ * Toggle placeholder visibility
4427
4428
  * @returns boolean
4428
4429
  * @default false
4429
4430
  */
4430
- readonly visible: InputSignalWithTransform<boolean, unknown>;
4431
+ readonly visible: _angular_core.InputSignalWithTransform<boolean, unknown>;
4431
4432
  /**
4432
4433
  * Size the placeholder xs, small, large.
4433
4434
  */
@@ -4638,7 +4639,7 @@ declare class ProgressComponent {
4638
4639
  readonly barValue: _angular_core.WritableSignal<number | undefined>;
4639
4640
  readonly contentProgressBars: _angular_core.Signal<readonly ProgressBarComponent[]>;
4640
4641
  /**
4641
- * Sets the height of the component. If you set that value the inner `<CProgressBar>` will automatically resize accordingly.
4642
+ * Sets the height of the component. If you set that value the inner `<c-progress-bar>` will automatically resize accordingly.
4642
4643
  * @returns number
4643
4644
  */
4644
4645
  readonly height: _angular_core.InputSignalWithTransform<number, unknown>;