@coreui/angular-pro 5.3.7 → 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.
- package/LICENSE +1 -1
- package/README.md +2 -2
- package/fesm2022/coreui-angular-pro.mjs +2626 -2805
- package/fesm2022/coreui-angular-pro.mjs.map +1 -1
- package/lib/accordion/accordion-button/accordion-button.directive.d.ts +1 -4
- package/lib/accordion/accordion-item/accordion-item.component.d.ts +1 -2
- package/lib/alert/alert.component.d.ts +26 -30
- package/lib/breadcrumb/breadcrumb/breadcrumb.component.d.ts +5 -5
- package/lib/breadcrumb/breadcrumb-item/breadcrumb-item.component.d.ts +8 -9
- package/lib/breadcrumb/breadcrumb-item/breadcrumb-item.d.ts +3 -0
- package/lib/breadcrumb/breadcrumb-router/breadcrumb-router.component.d.ts +6 -7
- package/lib/button-group/button-group/button-group.component.d.ts +1 -5
- package/lib/carousel/carousel/carousel.component.d.ts +26 -31
- package/lib/carousel/carousel-caption/carousel-caption.component.d.ts +0 -1
- package/lib/carousel/carousel-control/carousel-control.component.d.ts +18 -16
- package/lib/carousel/carousel-indicators/carousel-indicators.component.d.ts +6 -5
- package/lib/carousel/carousel-inner/carousel-inner.component.d.ts +7 -7
- package/lib/carousel/carousel-item/carousel-item.component.d.ts +7 -12
- package/lib/carousel/carousel-state.d.ts +0 -1
- package/lib/carousel/carousel.config.d.ts +0 -1
- package/lib/carousel/carousel.service.d.ts +2 -2
- package/lib/form/form/form.directive.d.ts +3 -4
- package/lib/form/form-check/form-check-input.directive.d.ts +10 -12
- package/lib/form/form-check/form-check.component.d.ts +10 -18
- package/lib/form/form-control/form-control.directive.d.ts +10 -10
- package/lib/form/form-feedback/form-feedback.component.d.ts +6 -7
- package/lib/form/form-floating/form-floating.directive.d.ts +1 -3
- package/lib/form/form-label/form-label.directive.d.ts +6 -5
- package/lib/form/form-select/form-select.directive.d.ts +6 -5
- package/lib/form/input-group/input-group.component.d.ts +1 -1
- package/lib/grid/col.directive.d.ts +36 -45
- package/lib/grid/container.component.d.ts +4 -7
- package/lib/grid/gutter.directive.d.ts +4 -4
- package/lib/grid/gutter.type.d.ts +2 -1
- package/lib/grid/row.directive.d.ts +16 -16
- package/lib/header/header/header.component.d.ts +1 -1
- package/lib/header/header-brand/header-brand.component.d.ts +3 -4
- package/lib/header/header-divider/header-divider.component.d.ts +0 -1
- package/lib/header/header-nav/header-nav.component.d.ts +3 -4
- package/lib/header/header-text/header-text.component.d.ts +0 -1
- package/lib/header/header-toggler/header-toggler.directive.d.ts +5 -6
- package/lib/list-group/list-group-item.directive.d.ts +1 -7
- package/lib/modal/modal/modal.component.d.ts +34 -34
- package/lib/modal/modal-dialog/modal-dialog.component.d.ts +12 -9
- package/lib/modal/modal-dismiss/modal-toggle.directive.d.ts +3 -2
- package/lib/modal/modal.service.d.ts +2 -2
- package/lib/nav/nav-link.directive.d.ts +13 -15
- package/lib/nav/nav.component.d.ts +6 -6
- package/lib/offcanvas/offcanvas/offcanvas.component.d.ts +27 -29
- package/lib/offcanvas/offcanvas-toggle/offcanvas-toggle.directive.d.ts +4 -4
- package/lib/pagination/page-item/page-item.directive.d.ts +11 -13
- package/lib/pagination/pagination/pagination.component.d.ts +6 -6
- package/lib/placeholder/placeholder-animation.directive.d.ts +1 -3
- package/lib/placeholder/placeholder.directive.d.ts +1 -4
- package/lib/popover/popover/popover.component.d.ts +3 -3
- package/lib/popover/popover.directive.d.ts +6 -9
- package/lib/progress/progress-bar.component.d.ts +2 -2
- package/lib/progress/progress-bar.directive.d.ts +13 -30
- package/lib/progress/progress-stacked.component.d.ts +3 -4
- package/lib/progress/progress.component.d.ts +15 -17
- package/lib/progress/progress.service.d.ts +11 -0
- package/lib/services/color-mode.service.d.ts +0 -1
- package/lib/shared/html-attr.directive.d.ts +0 -1
- package/lib/shared/theme.directive.d.ts +4 -9
- package/lib/spinner/spinner.component.d.ts +1 -3
- package/lib/table/table-active.directive.d.ts +3 -5
- package/lib/table/table-color.directive.d.ts +4 -5
- package/lib/table/table.directive.d.ts +25 -35
- package/lib/tabs-2/tab/tab.directive.d.ts +5 -10
- package/lib/tabs-2/tab-panel/tab-panel.component.d.ts +1 -7
- package/lib/tabs-2/tabs-list/tabs-list.component.d.ts +1 -6
- package/lib/tabs-2/tabs.component.d.ts +1 -2
- package/lib/toast/toast/toast.component.d.ts +14 -15
- package/lib/toast/toast-body/toast-body.component.d.ts +1 -2
- package/lib/toast/toast-close.directive.d.ts +4 -3
- package/lib/toast/toast-header/toast-header.component.d.ts +5 -5
- package/lib/toast/toaster/toaster.component.d.ts +12 -13
- package/lib/toast/toaster/toaster.service.d.ts +1 -1
- package/lib/tooltip/tooltip/tooltip.component.d.ts +1 -1
- package/lib/tooltip/tooltip.directive.d.ts +6 -9
- package/lib/utilities/align.directive.d.ts +4 -4
- package/lib/utilities/bg-color.directive.d.ts +5 -6
- package/lib/utilities/border.directive.d.ts +4 -4
- package/lib/utilities/rounded.directive.d.ts +3 -3
- package/lib/utilities/shadow-on-scroll.directive.d.ts +2 -2
- package/lib/widget/widget-stat-a/widget-stat-a.component.d.ts +1 -1
- package/lib/widget/widget-stat-c/widget-stat-c.component.d.ts +1 -1
- package/lib/widget/widget-stat-f/widget-stat-f.component.d.ts +1 -1
- package/package.json +9 -9
- package/lib/grid/container.type.d.ts +0 -6
|
@@ -3,6 +3,7 @@ import { CardComponent } from '../../card';
|
|
|
3
3
|
import { TemplateIdDirective } from '../../shared';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class WidgetStatCComponent extends CardComponent {
|
|
6
|
+
#private;
|
|
6
7
|
constructor();
|
|
7
8
|
/**
|
|
8
9
|
* Icon for your component.
|
|
@@ -26,7 +27,6 @@ export declare class WidgetStatCComponent extends CardComponent {
|
|
|
26
27
|
readonly inverse: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
|
|
27
28
|
templates: Record<string, TemplateRef<any>>;
|
|
28
29
|
readonly contentTemplates: import("@angular/core").Signal<readonly TemplateIdDirective[]>;
|
|
29
|
-
readonly contentTemplatesEffect: import("@angular/core").EffectRef;
|
|
30
30
|
readonly hostExtendedClass: import("@angular/core").Signal<Record<string, boolean>>;
|
|
31
31
|
readonly titleClasses: import("@angular/core").Signal<Record<string, boolean>>;
|
|
32
32
|
readonly valueClasses: import("@angular/core").Signal<Record<string, boolean>>;
|
|
@@ -3,6 +3,7 @@ import { TemplateIdDirective } from '../../shared';
|
|
|
3
3
|
import { CardComponent } from '../../card';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class WidgetStatFComponent extends CardComponent {
|
|
6
|
+
#private;
|
|
6
7
|
/**
|
|
7
8
|
* Sets the color context of the component to one of CoreUI’s themed colors.
|
|
8
9
|
* @type Colors
|
|
@@ -38,7 +39,6 @@ export declare class WidgetStatFComponent extends CardComponent {
|
|
|
38
39
|
readonly value: import("@angular/core").InputSignal<string | number | undefined>;
|
|
39
40
|
templates: Record<string, TemplateRef<any>>;
|
|
40
41
|
readonly contentTemplates: import("@angular/core").Signal<readonly TemplateIdDirective[]>;
|
|
41
|
-
readonly contentTemplatesEffect: import("@angular/core").EffectRef;
|
|
42
42
|
readonly cardBodyClasses: import("@angular/core").Signal<Record<string, boolean>>;
|
|
43
43
|
readonly iconClasses: import("@angular/core").Signal<Record<string, boolean>>;
|
|
44
44
|
readonly titleClasses: import("@angular/core").Signal<Record<string, boolean>>;
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@coreui/angular-pro",
|
|
3
|
-
"version": "5.3.
|
|
3
|
+
"version": "5.3.9",
|
|
4
4
|
"description": "CoreUI Pro Components Library for Angular",
|
|
5
|
-
"copyright": "Copyright
|
|
5
|
+
"copyright": "Copyright 2025 creativeLabs Łukasz Holeczek",
|
|
6
6
|
"homepage": "https://coreui.io/angular",
|
|
7
7
|
"author": {
|
|
8
8
|
"name": "creativeLabs Łukasz Holeczek",
|
|
@@ -22,14 +22,14 @@
|
|
|
22
22
|
},
|
|
23
23
|
"sideEffects": false,
|
|
24
24
|
"peerDependencies": {
|
|
25
|
-
"@angular/animations": "^19.
|
|
26
|
-
"@angular/cdk": "^19.
|
|
27
|
-
"@angular/common": "^19.
|
|
28
|
-
"@angular/core": "^19.
|
|
29
|
-
"@angular/forms": "^19.
|
|
30
|
-
"@angular/router": "^19.
|
|
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.
|
|
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
|
-
}
|