@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
|
@@ -2,24 +2,27 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
export declare class ModalDialogComponent {
|
|
3
3
|
/**
|
|
4
4
|
* Align the modal in the center or top of the screen.
|
|
5
|
-
* @
|
|
5
|
+
* @default undefined
|
|
6
6
|
*/
|
|
7
|
-
alignment
|
|
7
|
+
readonly alignment: import("@angular/core").InputSignal<"top" | "center" | undefined>;
|
|
8
8
|
/**
|
|
9
9
|
* Set modal to covers the entire user viewport.
|
|
10
|
-
* @
|
|
10
|
+
* @return {boolean | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'}
|
|
11
11
|
*/
|
|
12
|
-
fullscreen
|
|
12
|
+
readonly fullscreen: import("@angular/core").InputSignal<boolean | "sm" | "md" | "lg" | "xl" | "xxl" | undefined>;
|
|
13
13
|
/**
|
|
14
14
|
* Does the modal dialog itself scroll, or does the whole dialog scroll within the window.
|
|
15
|
-
* @
|
|
15
|
+
* @default false
|
|
16
|
+
* @return {boolean}
|
|
16
17
|
*/
|
|
17
|
-
scrollable
|
|
18
|
+
readonly scrollable: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
|
|
18
19
|
/**
|
|
19
20
|
* Size the component small, large, or extra large.
|
|
21
|
+
* @default undefined
|
|
22
|
+
* @return {'sm' | 'lg' | 'xl'}
|
|
20
23
|
*/
|
|
21
|
-
size
|
|
22
|
-
|
|
24
|
+
readonly size: import("@angular/core").InputSignal<"sm" | "lg" | "xl" | undefined>;
|
|
25
|
+
readonly hostClasses: import("@angular/core").Signal<Record<string, boolean>>;
|
|
23
26
|
static ɵfac: i0.ɵɵFactoryDeclaration<ModalDialogComponent, never>;
|
|
24
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ModalDialogComponent, "c-modal-dialog", never, { "alignment": { "alias": "alignment"; "required": false; }; "fullscreen": { "alias": "fullscreen"; "required": false; }; "scrollable": { "alias": "scrollable"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
27
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ModalDialogComponent, "c-modal-dialog", never, { "alignment": { "alias": "alignment"; "required": false; "isSignal": true; }; "fullscreen": { "alias": "fullscreen"; "required": false; "isSignal": true; }; "scrollable": { "alias": "scrollable"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
25
28
|
}
|
|
@@ -3,9 +3,10 @@ export declare class ModalToggleDirective {
|
|
|
3
3
|
#private;
|
|
4
4
|
/**
|
|
5
5
|
* Html id attr of modal to dismiss.
|
|
6
|
+
* @default undefined
|
|
6
7
|
*/
|
|
7
|
-
|
|
8
|
+
readonly toggle: import("@angular/core").InputSignal<string | undefined>;
|
|
8
9
|
dismiss($event: any): void;
|
|
9
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<ModalToggleDirective, never>;
|
|
10
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ModalToggleDirective, "[cModalToggle]", never, { "
|
|
11
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ModalToggleDirective, "[cModalToggle]", never, { "toggle": { "alias": "cModalToggle"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
11
12
|
}
|
|
@@ -6,8 +6,8 @@ export interface IModalAction {
|
|
|
6
6
|
id?: string;
|
|
7
7
|
}
|
|
8
8
|
export declare class ModalService {
|
|
9
|
-
private
|
|
10
|
-
modalState$: import("rxjs").Observable<any>;
|
|
9
|
+
#private;
|
|
10
|
+
readonly modalState$: import("rxjs").Observable<any>;
|
|
11
11
|
toggle(action: IModalAction): void;
|
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<ModalService, never>;
|
|
13
13
|
static ɵprov: i0.ɵɵInjectableDeclaration<ModalService>;
|
|
@@ -1,29 +1,27 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class NavLinkDirective {
|
|
3
|
+
#private;
|
|
3
4
|
/**
|
|
4
5
|
* Sets .nav-link class to the host. [docs]
|
|
5
|
-
* @type boolean
|
|
6
6
|
* @default true
|
|
7
7
|
*/
|
|
8
|
-
cNavLink:
|
|
8
|
+
readonly cNavLink: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
|
|
9
9
|
/**
|
|
10
10
|
* Toggle the active state for the component. [docs]
|
|
11
|
-
* @
|
|
11
|
+
* @default undefined
|
|
12
12
|
*/
|
|
13
|
-
active
|
|
13
|
+
readonly active: import("@angular/core").InputSignal<boolean | undefined>;
|
|
14
14
|
/**
|
|
15
15
|
* Set disabled attr for the host element. [docs]
|
|
16
|
-
* @
|
|
16
|
+
* @default false
|
|
17
17
|
*/
|
|
18
|
-
disabled:
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
18
|
+
readonly disabled: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
|
|
19
|
+
readonly ariaCurrent: import("@angular/core").Signal<"page" | null>;
|
|
20
|
+
ariaDisabled: boolean | null;
|
|
21
|
+
attrDisabled: boolean | string | null;
|
|
22
|
+
attrTabindex: '-1' | null;
|
|
23
|
+
styleCursor: 'pointer' | null;
|
|
24
|
+
readonly hostClasses: import("@angular/core").Signal<Record<string, boolean>>;
|
|
25
25
|
static ɵfac: i0.ɵɵFactoryDeclaration<NavLinkDirective, never>;
|
|
26
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<NavLinkDirective, "[cNavLink]", never, { "cNavLink": { "alias": "cNavLink"; "required": false; }; "active": { "alias": "active"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, {}, never, never, true, never>;
|
|
27
|
-
static ngAcceptInputType_cNavLink: unknown;
|
|
28
|
-
static ngAcceptInputType_disabled: unknown;
|
|
26
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<NavLinkDirective, "[cNavLink]", never, { "cNavLink": { "alias": "cNavLink"; "required": false; "isSignal": true; }; "active": { "alias": "active"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
29
27
|
}
|
|
@@ -2,15 +2,15 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
export declare class NavComponent {
|
|
3
3
|
/**
|
|
4
4
|
* Specify a layout type for component.
|
|
5
|
-
* @
|
|
5
|
+
* @default undefined
|
|
6
6
|
*/
|
|
7
|
-
layout
|
|
7
|
+
readonly layout: import("@angular/core").InputSignal<"fill" | "justified" | undefined>;
|
|
8
8
|
/**
|
|
9
9
|
* Set the nav variant to tabs or pills.
|
|
10
|
-
* @
|
|
10
|
+
* @default undefined
|
|
11
11
|
*/
|
|
12
|
-
variant
|
|
13
|
-
|
|
12
|
+
readonly variant: import("@angular/core").InputSignal<"" | "tabs" | "pills" | "underline" | "underline-border" | undefined>;
|
|
13
|
+
readonly hostClasses: import("@angular/core").Signal<Record<string, boolean>>;
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<NavComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NavComponent, "c-nav", never, { "layout": { "alias": "layout"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NavComponent, "c-nav", never, { "layout": { "alias": "layout"; "required": false; "isSignal": true; }; "variant": { "alias": "variant"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
16
16
|
}
|
|
@@ -1,67 +1,69 @@
|
|
|
1
1
|
import { AnimationEvent } from '@angular/animations';
|
|
2
|
-
import {
|
|
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
|
-
* @
|
|
9
|
+
* @return boolean | 'static'
|
|
10
10
|
* @default true
|
|
11
11
|
*/
|
|
12
|
-
backdrop: boolean |
|
|
12
|
+
readonly backdrop: import("@angular/core").InputSignal<boolean | "static">;
|
|
13
13
|
/**
|
|
14
14
|
* Closes the offcanvas when escape key is pressed [docs]
|
|
15
|
-
* @
|
|
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
|
-
* @
|
|
21
|
+
* @return {'start' | 'end' | 'top' | 'bottom'}
|
|
22
22
|
* @default 'start'
|
|
23
23
|
*/
|
|
24
|
-
placement: string
|
|
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
|
-
* @
|
|
27
|
+
* @return boolean | 'sm' | 'md' | 'lg' | 'xl' | 'xxl';
|
|
28
28
|
* @default true
|
|
29
29
|
* @since 4.3.10
|
|
30
30
|
*/
|
|
31
|
-
responsive
|
|
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
|
-
* @
|
|
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
|
-
* @
|
|
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
|
-
* @
|
|
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
|
-
* @
|
|
53
|
+
* @return boolean
|
|
54
54
|
* @default false
|
|
55
55
|
*/
|
|
56
|
-
|
|
57
|
-
|
|
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
|
-
* @
|
|
62
|
+
* @return EventEmitter<boolean>
|
|
61
63
|
*/
|
|
62
|
-
readonly visibleChange:
|
|
63
|
-
|
|
64
|
-
|
|
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
|
-
|
|
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; }; "
|
|
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
|
-
* @
|
|
6
|
+
* @return string
|
|
7
7
|
*/
|
|
8
|
-
id
|
|
9
|
-
toggleOpen($event:
|
|
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 {
|
|
1
|
+
import { ElementRef } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class PageItemDirective
|
|
3
|
+
export declare class PageItemDirective {
|
|
4
4
|
#private;
|
|
5
5
|
/**
|
|
6
6
|
* Toggle the active state for the component.
|
|
7
|
-
* @
|
|
7
|
+
* @return boolean
|
|
8
8
|
*/
|
|
9
|
-
active
|
|
9
|
+
readonly active: import("@angular/core").InputSignal<boolean | undefined>;
|
|
10
10
|
/**
|
|
11
11
|
* Toggle the disabled state for the component.
|
|
12
|
-
* @
|
|
12
|
+
* @return boolean
|
|
13
13
|
*/
|
|
14
|
-
disabled
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
pageLinkElementRef: ElementRef
|
|
18
|
-
|
|
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:
|
|
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
|
|
12
|
+
readonly size: import("@angular/core").InputSignal<"sm" | "lg" | undefined>;
|
|
13
13
|
/**
|
|
14
14
|
* Default role for pagination. [docs]
|
|
15
|
-
* @
|
|
15
|
+
* @return string
|
|
16
16
|
* @default 'navigation'
|
|
17
17
|
*/
|
|
18
|
-
role: string
|
|
19
|
-
|
|
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
|
}
|
|
@@ -9,9 +9,7 @@ export declare class PlaceholderAnimationDirective {
|
|
|
9
9
|
*/
|
|
10
10
|
readonly animation: InputSignal<'glow' | 'wave' | undefined>;
|
|
11
11
|
readonly placeholder: import("@angular/core").Signal<PlaceholderDirective | undefined>;
|
|
12
|
-
readonly hostClasses: import("@angular/core").Signal<
|
|
13
|
-
[x: string]: boolean | undefined;
|
|
14
|
-
}>;
|
|
12
|
+
readonly hostClasses: import("@angular/core").Signal<Record<string, boolean>>;
|
|
15
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<PlaceholderAnimationDirective, never>;
|
|
16
14
|
static ɵdir: i0.ɵɵDirectiveDeclaration<PlaceholderAnimationDirective, "[cPlaceholderAnimation]", never, { "animation": { "alias": "cPlaceholderAnimation"; "required": false; "isSignal": true; }; }, {}, ["placeholder"], never, true, never>;
|
|
17
15
|
}
|
|
@@ -12,10 +12,7 @@ export declare class PlaceholderDirective {
|
|
|
12
12
|
*/
|
|
13
13
|
readonly size: import("@angular/core").InputSignal<"xs" | "sm" | "lg" | undefined>;
|
|
14
14
|
readonly ariaHidden: import("@angular/core").Signal<true | null>;
|
|
15
|
-
readonly hostClasses: import("@angular/core").Signal<
|
|
16
|
-
[x: string]: boolean;
|
|
17
|
-
placeholder: boolean;
|
|
18
|
-
}>;
|
|
15
|
+
readonly hostClasses: import("@angular/core").Signal<Record<string, boolean>>;
|
|
19
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<PlaceholderDirective, never>;
|
|
20
17
|
static ɵdir: i0.ɵɵDirectiveDeclaration<PlaceholderDirective, "[cPlaceholder]", ["cPlaceholder"], { "visible": { "alias": "cPlaceholder"; "required": false; "isSignal": true; }; "size": { "alias": "cPlaceholderSize"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
21
18
|
}
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { OnDestroy, Renderer2, TemplateRef, ViewContainerRef } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class PopoverComponent implements OnDestroy {
|
|
4
|
+
#private;
|
|
4
5
|
readonly renderer: Renderer2;
|
|
5
6
|
/**
|
|
6
7
|
* Content of popover
|
|
7
|
-
* @
|
|
8
|
+
* @return {string | TemplateRef}
|
|
8
9
|
*/
|
|
9
10
|
readonly content: import("@angular/core").InputSignal<string | TemplateRef<any>>;
|
|
10
|
-
readonly contentEffect: import("@angular/core").EffectRef;
|
|
11
11
|
/**
|
|
12
12
|
* Toggle the visibility of popover component.
|
|
13
|
-
* @
|
|
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,16 +7,14 @@ export declare class PopoverDirective implements OnDestroy, OnInit, AfterViewIni
|
|
|
7
7
|
#private;
|
|
8
8
|
/**
|
|
9
9
|
* Content of popover
|
|
10
|
-
* @
|
|
10
|
+
* @return {string | TemplateRef}
|
|
11
11
|
*/
|
|
12
12
|
readonly content: import("@angular/core").InputSignal<string | TemplateRef<any> | undefined>;
|
|
13
|
-
readonly contentEffect: import("@angular/core").EffectRef;
|
|
14
13
|
/**
|
|
15
14
|
* Optional popper Options object, takes precedence over cPopoverPlacement prop
|
|
16
|
-
* @
|
|
15
|
+
* @return Partial<Options>
|
|
17
16
|
*/
|
|
18
17
|
readonly popperOptions: import("@angular/core").InputSignal<Partial<Options>>;
|
|
19
|
-
readonly popperOptionsEffect: import("@angular/core").EffectRef;
|
|
20
18
|
readonly popperOptionsComputed: import("@angular/core").Signal<{
|
|
21
19
|
placement: import("@popperjs/core").Placement;
|
|
22
20
|
modifiers?: Partial<import("@popperjs/core").Modifier<any, any>>[] | undefined;
|
|
@@ -25,28 +23,27 @@ export declare class PopoverDirective implements OnDestroy, OnInit, AfterViewIni
|
|
|
25
23
|
}>;
|
|
26
24
|
/**
|
|
27
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.
|
|
28
|
-
* @
|
|
26
|
+
* @return: 'top' | 'bottom' | 'left' | 'right'
|
|
29
27
|
* @default: 'top'
|
|
30
28
|
*/
|
|
31
29
|
readonly placement: import("@angular/core").InputSignal<"top" | "bottom" | "right" | "left">;
|
|
32
30
|
/**
|
|
33
31
|
* ElementRefDirective for positioning the tooltip on reference element
|
|
34
|
-
* @
|
|
32
|
+
* @return: ElementRefDirective
|
|
35
33
|
* @default: undefined
|
|
36
34
|
*/
|
|
37
35
|
readonly reference: import("@angular/core").InputSignal<ElementRefDirective | undefined>;
|
|
38
36
|
readonly referenceRef: import("@angular/core").Signal<ElementRef<any>>;
|
|
39
37
|
/**
|
|
40
38
|
* Sets which event handlers you’d like provided to your toggle prop. You can specify one trigger or an array of them.
|
|
41
|
-
* @
|
|
39
|
+
* @return: Triggers | Triggers[]
|
|
42
40
|
*/
|
|
43
41
|
readonly trigger: import("@angular/core").InputSignal<Triggers | Triggers[]>;
|
|
44
42
|
/**
|
|
45
43
|
* Toggle the visibility of popover component.
|
|
46
|
-
* @
|
|
44
|
+
* @return boolean
|
|
47
45
|
*/
|
|
48
46
|
readonly visible: import("@angular/core").ModelSignal<boolean>;
|
|
49
|
-
readonly visibleEffect: import("@angular/core").EffectRef;
|
|
50
47
|
get ariaDescribedBy(): string | null;
|
|
51
48
|
private tooltip;
|
|
52
49
|
private tooltipId;
|
|
@@ -2,7 +2,7 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
import * as i1 from "./progress-bar.directive";
|
|
3
3
|
export declare class ProgressBarComponent {
|
|
4
4
|
#private;
|
|
5
|
-
|
|
5
|
+
readonly hostClasses: import("@angular/core").Signal<Record<string, boolean>>;
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<ProgressBarComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ProgressBarComponent, "c-progress-bar", never, {}, {}, never, ["*"], true, [{ directive: typeof i1.ProgressBarDirective; inputs: { "animated": "animated"; "color": "color"; "max": "max"; "role": "role"; "
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ProgressBarComponent, "c-progress-bar", never, {}, {}, never, ["*"], true, [{ directive: typeof i1.ProgressBarDirective; inputs: { "animated": "animated"; "color": "color"; "max": "max"; "role": "role"; "value": "value"; "variant": "variant"; }; outputs: {}; }]>;
|
|
8
8
|
}
|
|
@@ -1,57 +1,40 @@
|
|
|
1
|
-
import { Colors } from '../coreui.types';
|
|
2
|
-
import { IProgressBar } from './progress.type';
|
|
3
1
|
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class ProgressBarDirective
|
|
2
|
+
export declare class ProgressBarDirective {
|
|
5
3
|
#private;
|
|
6
|
-
readonly percent: import("@angular/core").Signal<number>;
|
|
7
4
|
/**
|
|
8
5
|
* Use to animate the stripes right to left via CSS3 animations.
|
|
9
|
-
* @
|
|
6
|
+
* @return boolean
|
|
10
7
|
*/
|
|
11
|
-
animated
|
|
8
|
+
readonly animated: import("@angular/core").InputSignalWithTransform<boolean | undefined, unknown>;
|
|
12
9
|
/**
|
|
13
10
|
* Sets the color context of the component to one of CoreUI’s themed colors.
|
|
14
11
|
* @values 'primary', 'secondary', 'success', 'danger', 'warning', 'info', 'dark', 'light'
|
|
15
12
|
*/
|
|
16
|
-
color
|
|
17
|
-
precision: number
|
|
13
|
+
readonly color: import("@angular/core").InputSignal<string | undefined>;
|
|
14
|
+
readonly precision: import("@angular/core").InputSignalWithTransform<number, unknown>;
|
|
18
15
|
/**
|
|
19
16
|
* The percent value the ProgressBar.
|
|
20
|
-
* @
|
|
17
|
+
* @return number
|
|
21
18
|
* @default 0
|
|
22
19
|
*/
|
|
23
|
-
|
|
24
|
-
get value(): number | undefined;
|
|
25
|
-
set width(value: number | undefined);
|
|
20
|
+
readonly value: import("@angular/core").InputSignalWithTransform<number | undefined, unknown>;
|
|
26
21
|
/**
|
|
27
22
|
* Set the progress bar variant to optional striped.
|
|
28
23
|
* @values 'striped'
|
|
29
24
|
* @default undefined
|
|
30
25
|
*/
|
|
31
|
-
variant
|
|
26
|
+
readonly variant: import("@angular/core").InputSignal<"striped" | undefined>;
|
|
32
27
|
/**
|
|
33
28
|
* The max value of the ProgressBar.
|
|
34
|
-
* @
|
|
29
|
+
* @return number
|
|
35
30
|
* @default 100
|
|
36
31
|
*/
|
|
37
|
-
|
|
38
|
-
/**
|
|
39
|
-
* Stacked ProgressBars.
|
|
40
|
-
* @type boolean
|
|
41
|
-
* @default false
|
|
42
|
-
*/
|
|
43
|
-
stacked?: boolean;
|
|
32
|
+
readonly max: import("@angular/core").InputSignalWithTransform<number, unknown>;
|
|
44
33
|
/**
|
|
45
34
|
* Set default html role attribute.
|
|
46
|
-
* @
|
|
35
|
+
* @return string
|
|
47
36
|
*/
|
|
48
|
-
role: string
|
|
37
|
+
readonly role: import("@angular/core").InputSignal<string>;
|
|
49
38
|
static ɵfac: i0.ɵɵFactoryDeclaration<ProgressBarDirective, never>;
|
|
50
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ProgressBarDirective, "[cProgressBar]",
|
|
51
|
-
static ngAcceptInputType_animated: unknown;
|
|
52
|
-
static ngAcceptInputType_precision: unknown;
|
|
53
|
-
static ngAcceptInputType_value: unknown;
|
|
54
|
-
static ngAcceptInputType_width: unknown;
|
|
55
|
-
static ngAcceptInputType_max: unknown;
|
|
56
|
-
static ngAcceptInputType_stacked: unknown;
|
|
39
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ProgressBarDirective, "[cProgressBar]", ["cProgressBar"], { "animated": { "alias": "animated"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; "precision": { "alias": "precision"; "required": false; "isSignal": true; }; "value": { "alias": "value"; "required": false; "isSignal": true; }; "variant": { "alias": "variant"; "required": false; "isSignal": true; }; "max": { "alias": "max"; "required": false; "isSignal": true; }; "role": { "alias": "role"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
57
40
|
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import { IProgressBarStacked } from './progress.type';
|
|
2
1
|
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class ProgressStackedComponent
|
|
4
|
-
stacked: boolean
|
|
2
|
+
export declare class ProgressStackedComponent {
|
|
3
|
+
readonly stacked: import("@angular/core").InputSignal<boolean>;
|
|
5
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<ProgressStackedComponent, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ProgressStackedComponent, "c-progress-stacked",
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ProgressStackedComponent, "c-progress-stacked", ["cProgressStacked"], { "stacked": { "alias": "stacked"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
7
6
|
}
|
|
@@ -1,34 +1,32 @@
|
|
|
1
|
-
import { QueryList } from '@angular/core';
|
|
2
|
-
import { IProgress } from './progress.type';
|
|
3
1
|
import { ProgressBarComponent } from './progress-bar.component';
|
|
4
2
|
import { ProgressBarDirective } from './progress-bar.directive';
|
|
5
3
|
import * as i0 from "@angular/core";
|
|
6
4
|
import * as i1 from "./progress-bar.directive";
|
|
7
|
-
export declare class ProgressComponent
|
|
5
|
+
export declare class ProgressComponent {
|
|
8
6
|
#private;
|
|
9
|
-
protected readonly
|
|
7
|
+
protected readonly progressBarDirective: ProgressBarDirective | null;
|
|
10
8
|
constructor();
|
|
11
|
-
|
|
9
|
+
readonly stacked: import("@angular/core").WritableSignal<boolean>;
|
|
10
|
+
readonly percent: import("@angular/core").Signal<number>;
|
|
11
|
+
readonly value: import("@angular/core").WritableSignal<number | undefined>;
|
|
12
|
+
readonly contentProgressBars: import("@angular/core").Signal<readonly ProgressBarComponent[]>;
|
|
12
13
|
/**
|
|
13
14
|
* Sets the height of the component. If you set that value the inner `<CProgressBar>` will automatically resize accordingly.
|
|
14
|
-
* @
|
|
15
|
+
* @return number
|
|
15
16
|
*/
|
|
16
|
-
height: number
|
|
17
|
+
readonly height: import("@angular/core").InputSignalWithTransform<number, unknown>;
|
|
17
18
|
/**
|
|
18
19
|
* Displays thin progress.
|
|
19
|
-
* @
|
|
20
|
+
* @return boolean
|
|
20
21
|
*/
|
|
21
|
-
thin: boolean
|
|
22
|
+
readonly thin: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
|
|
22
23
|
/**
|
|
23
24
|
* Change the default color to white.
|
|
24
|
-
* @
|
|
25
|
+
* @return boolean
|
|
25
26
|
*/
|
|
26
|
-
white: boolean
|
|
27
|
-
|
|
28
|
-
|
|
27
|
+
readonly white: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
|
|
28
|
+
readonly hostClasses: import("@angular/core").Signal<Record<string, boolean>>;
|
|
29
|
+
readonly hostStyle: import("@angular/core").Signal<any>;
|
|
29
30
|
static ɵfac: i0.ɵɵFactoryDeclaration<ProgressComponent, never>;
|
|
30
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ProgressComponent, "c-progress",
|
|
31
|
-
static ngAcceptInputType_height: unknown;
|
|
32
|
-
static ngAcceptInputType_thin: unknown;
|
|
33
|
-
static ngAcceptInputType_white: unknown;
|
|
31
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ProgressComponent, "c-progress", ["cProgress"], { "height": { "alias": "height"; "required": false; "isSignal": true; }; "thin": { "alias": "thin"; "required": false; "isSignal": true; }; "white": { "alias": "white"; "required": false; "isSignal": true; }; }, {}, ["contentProgressBars"], ["*"], true, [{ directive: typeof i1.ProgressBarDirective; inputs: { "animated": "animated"; "color": "color"; "max": "max"; "role": "role"; "value": "value"; "variant": "variant"; }; outputs: {}; }]>;
|
|
34
32
|
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class ProgressService {
|
|
3
|
+
readonly stacked: import("@angular/core").WritableSignal<boolean>;
|
|
4
|
+
readonly value: import("@angular/core").WritableSignal<number | undefined>;
|
|
5
|
+
readonly precision: import("@angular/core").WritableSignal<number>;
|
|
6
|
+
readonly min: import("@angular/core").WritableSignal<number>;
|
|
7
|
+
readonly max: import("@angular/core").WritableSignal<number>;
|
|
8
|
+
readonly percent: import("@angular/core").Signal<number>;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ProgressService, never>;
|
|
10
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<ProgressService>;
|
|
11
|
+
}
|
|
@@ -7,7 +7,6 @@ export declare class ColorModeService {
|
|
|
7
7
|
readonly localStorageItemName: WritableSignal<string | undefined>;
|
|
8
8
|
readonly localStorageItemName$: import("rxjs").Observable<string | undefined>;
|
|
9
9
|
readonly colorMode: WritableSignal<ColorMode>;
|
|
10
|
-
readonly colorModeEffect: import("@angular/core").EffectRef;
|
|
11
10
|
constructor();
|
|
12
11
|
getStoredTheme(localStorageItemName: string): any;
|
|
13
12
|
setStoredTheme(localStorageItemName: string, colorMode: string): void;
|
|
@@ -2,7 +2,6 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
export declare class HtmlAttributesDirective {
|
|
3
3
|
#private;
|
|
4
4
|
readonly cHtmlAttr: import("@angular/core").InputSignal<Record<string, any> | undefined>;
|
|
5
|
-
readonly attrEffect: import("@angular/core").EffectRef;
|
|
6
5
|
private setStyle;
|
|
7
6
|
private addClass;
|
|
8
7
|
private setAttrib;
|