@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
|
@@ -5,26 +5,26 @@ export declare class FormControlDirective implements OnInit {
|
|
|
5
5
|
#private;
|
|
6
6
|
/**
|
|
7
7
|
* Size the component small or large.
|
|
8
|
-
* @
|
|
8
|
+
* @default undefined
|
|
9
9
|
*/
|
|
10
|
-
sizing
|
|
10
|
+
readonly sizing: import("@angular/core").InputSignal<string | undefined>;
|
|
11
11
|
/**
|
|
12
12
|
* Set component validation state to valid.
|
|
13
|
-
* @
|
|
13
|
+
* @default undefined
|
|
14
14
|
*/
|
|
15
|
-
valid
|
|
15
|
+
readonly valid: import("@angular/core").InputSignal<boolean | undefined>;
|
|
16
16
|
/**
|
|
17
17
|
* Specifies the type of input element.
|
|
18
18
|
*/
|
|
19
|
-
type: Omit<InputType,
|
|
19
|
+
readonly type: import("@angular/core").InputSignal<Omit<InputType, "checkbox" | "radio">>;
|
|
20
20
|
/**
|
|
21
|
-
* Render the component styled as plain text. Removes the default form field styling and preserve the correct margin and padding. Recommend to use alongside `readonly`
|
|
21
|
+
* Render the component styled as plain text. Removes the default form field styling and preserve the correct margin and padding. Recommend to use alongside `readonly`
|
|
22
|
+
* @default false
|
|
22
23
|
*/
|
|
23
|
-
plaintext:
|
|
24
|
-
|
|
24
|
+
readonly plaintext: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
|
|
25
|
+
readonly hostClasses: import("@angular/core").Signal<Record<string, boolean>>;
|
|
25
26
|
get hostTag(): string;
|
|
26
27
|
ngOnInit(): void;
|
|
27
28
|
static ɵfac: i0.ɵɵFactoryDeclaration<FormControlDirective, never>;
|
|
28
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<FormControlDirective, "input[cFormControl], textarea[cFormControl]", never, { "sizing": { "alias": "sizing"; "required": false; }; "valid": { "alias": "valid"; "required": false; }; "type": { "alias": "type"; "required": false; }; "plaintext": { "alias": "plaintext"; "required": false; }; }, {}, never, never, true, never>;
|
|
29
|
-
static ngAcceptInputType_plaintext: unknown;
|
|
29
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<FormControlDirective, "input[cFormControl], textarea[cFormControl]", never, { "sizing": { "alias": "sizing"; "required": false; "isSignal": true; }; "valid": { "alias": "valid"; "required": false; "isSignal": true; }; "type": { "alias": "type"; "required": false; "isSignal": true; }; "plaintext": { "alias": "plaintext"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
30
30
|
}
|
|
@@ -2,16 +2,15 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
export declare class FormFeedbackComponent {
|
|
3
3
|
/**
|
|
4
4
|
* If your form layout allows it, you can display validation feedback in a styled tooltip.
|
|
5
|
-
* @
|
|
5
|
+
* @default false
|
|
6
6
|
*/
|
|
7
|
-
tooltip:
|
|
7
|
+
readonly tooltip: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
|
|
8
8
|
/**
|
|
9
9
|
* Set component validation state to valid.
|
|
10
|
-
* @
|
|
10
|
+
* @default undefined
|
|
11
11
|
*/
|
|
12
|
-
valid
|
|
13
|
-
|
|
12
|
+
readonly valid: import("@angular/core").InputSignal<boolean | undefined>;
|
|
13
|
+
readonly hostClasses: import("@angular/core").Signal<Record<string, boolean>>;
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<FormFeedbackComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FormFeedbackComponent, "c-form-feedback", never, { "tooltip": { "alias": "tooltip"; "required": false; }; "valid": { "alias": "valid"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
16
|
-
static ngAcceptInputType_tooltip: unknown;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FormFeedbackComponent, "c-form-feedback", never, { "tooltip": { "alias": "tooltip"; "required": false; "isSignal": true; }; "valid": { "alias": "valid"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
17
16
|
}
|
|
@@ -5,9 +5,7 @@ export declare class FormFloatingDirective {
|
|
|
5
5
|
* @type boolean
|
|
6
6
|
*/
|
|
7
7
|
readonly floating: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
|
|
8
|
-
readonly hostClasses: import("@angular/core").Signal<
|
|
9
|
-
'form-floating': boolean;
|
|
10
|
-
}>;
|
|
8
|
+
readonly hostClasses: import("@angular/core").Signal<Record<string, boolean>>;
|
|
11
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<FormFloatingDirective, never>;
|
|
12
10
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FormFloatingDirective, "[cFormFloating]", never, { "floating": { "alias": "cFormFloating"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
13
11
|
}
|
|
@@ -2,14 +2,15 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
export declare class FormLabelDirective {
|
|
3
3
|
/**
|
|
4
4
|
* For horizontal forms set labels to 'col' and make them vertically centered with their associated form controls.
|
|
5
|
-
* @
|
|
5
|
+
* @default ''
|
|
6
6
|
*/
|
|
7
|
-
col:
|
|
7
|
+
readonly col: import("@angular/core").InputSignal<"" | "col">;
|
|
8
8
|
/**
|
|
9
9
|
* Size the label small or large.
|
|
10
|
+
* @default ''
|
|
10
11
|
*/
|
|
11
|
-
sizing:
|
|
12
|
-
|
|
12
|
+
readonly sizing: import("@angular/core").InputSignal<string | undefined>;
|
|
13
|
+
readonly hostClasses: import("@angular/core").Signal<Record<string, boolean>>;
|
|
13
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<FormLabelDirective, never>;
|
|
14
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<FormLabelDirective, "[cLabel]", never, { "col": { "alias": "cLabel"; "required": false; }; "sizing": { "alias": "sizing"; "required": false; }; }, {}, never, never, true, never>;
|
|
15
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<FormLabelDirective, "[cLabel]", never, { "col": { "alias": "cLabel"; "required": false; "isSignal": true; }; "sizing": { "alias": "sizing"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
15
16
|
}
|
|
@@ -2,14 +2,15 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
export declare class FormSelectDirective {
|
|
3
3
|
/**
|
|
4
4
|
* Size the component small or large.
|
|
5
|
+
* @default undefined
|
|
5
6
|
*/
|
|
6
|
-
sizing
|
|
7
|
+
readonly sizing: import("@angular/core").InputSignal<string | undefined>;
|
|
7
8
|
/**
|
|
8
9
|
* Set component validation state to valid.
|
|
9
|
-
* @
|
|
10
|
+
* @default undefined
|
|
10
11
|
*/
|
|
11
|
-
valid
|
|
12
|
-
|
|
12
|
+
readonly valid: import("@angular/core").InputSignal<boolean | undefined>;
|
|
13
|
+
readonly hostClasses: import("@angular/core").Signal<Record<string, boolean>>;
|
|
13
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<FormSelectDirective, never>;
|
|
14
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<FormSelectDirective, "select[cSelect]", never, { "sizing": { "alias": "sizing"; "required": false; }; "valid": { "alias": "valid"; "required": false; }; }, {}, never, never, true, never>;
|
|
15
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<FormSelectDirective, "select[cSelect]", never, { "sizing": { "alias": "sizing"; "required": false; "isSignal": true; }; "valid": { "alias": "valid"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
15
16
|
}
|
|
@@ -3,7 +3,7 @@ export declare class InputGroupComponent {
|
|
|
3
3
|
/**
|
|
4
4
|
* Size the component small or large.
|
|
5
5
|
*/
|
|
6
|
-
readonly sizing: import("@angular/core").InputSignal<string>;
|
|
6
|
+
readonly sizing: import("@angular/core").InputSignal<string | undefined>;
|
|
7
7
|
readonly hostClasses: import("@angular/core").Signal<Record<string, boolean>>;
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<InputGroupComponent, never>;
|
|
9
9
|
static ɵcmp: i0.ɵɵComponentDeclaration<InputGroupComponent, "c-input-group", never, { "sizing": { "alias": "sizing"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
@@ -1,7 +1,23 @@
|
|
|
1
1
|
import { BooleanInput, NumberInput } from '@angular/cdk/coercion';
|
|
2
|
-
import { ColOrder
|
|
2
|
+
import { ColOrder } from './col.type';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
-
export
|
|
4
|
+
export type ColOffsetType = number | {
|
|
5
|
+
xs?: number;
|
|
6
|
+
sm?: number;
|
|
7
|
+
md?: number;
|
|
8
|
+
lg?: number;
|
|
9
|
+
xl?: number;
|
|
10
|
+
xxl?: number;
|
|
11
|
+
};
|
|
12
|
+
export type ColOrderType = ColOrder | {
|
|
13
|
+
xs?: ColOrder;
|
|
14
|
+
sm?: ColOrder;
|
|
15
|
+
md?: ColOrder;
|
|
16
|
+
lg?: ColOrder;
|
|
17
|
+
xl?: ColOrder;
|
|
18
|
+
xxl?: ColOrder;
|
|
19
|
+
};
|
|
20
|
+
export declare class ColDirective {
|
|
5
21
|
static ngAcceptInputType_cCol: BooleanInput | NumberInput;
|
|
6
22
|
static ngAcceptInputType_xs: BooleanInput | NumberInput;
|
|
7
23
|
static ngAcceptInputType_sm: BooleanInput | NumberInput;
|
|
@@ -11,65 +27,40 @@ export declare class ColDirective implements ICol {
|
|
|
11
27
|
static ngAcceptInputType_xxl: BooleanInput | NumberInput;
|
|
12
28
|
/**
|
|
13
29
|
* The number of columns/offset/order on extra small devices (<576px).
|
|
14
|
-
* @
|
|
30
|
+
* @return { 'auto' | number | boolean }
|
|
15
31
|
*/
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
get xs(): BooleanInput | NumberInput;
|
|
19
|
-
private _xs;
|
|
32
|
+
readonly cCol: import("@angular/core").InputSignalWithTransform<number | boolean | "auto", string | number | boolean | null | undefined>;
|
|
33
|
+
readonly xs: import("@angular/core").InputSignalWithTransform<number | boolean | "auto", string | number | boolean | null | undefined>;
|
|
20
34
|
/**
|
|
21
35
|
* The number of columns/offset/order on small devices (<768px).
|
|
22
|
-
* @
|
|
36
|
+
* @return { 'auto' | number | boolean }
|
|
23
37
|
*/
|
|
24
|
-
|
|
25
|
-
get sm(): BooleanInput | NumberInput;
|
|
26
|
-
private _sm;
|
|
38
|
+
readonly sm: import("@angular/core").InputSignalWithTransform<number | boolean | "auto", string | number | boolean | null | undefined>;
|
|
27
39
|
/**
|
|
28
40
|
* The number of columns/offset/order on medium devices (<992px).
|
|
29
|
-
* @
|
|
41
|
+
* @return { 'auto' | number | boolean }
|
|
30
42
|
*/
|
|
31
|
-
|
|
32
|
-
get md(): BooleanInput | NumberInput;
|
|
33
|
-
private _md;
|
|
43
|
+
readonly md: import("@angular/core").InputSignalWithTransform<number | boolean | "auto", string | number | boolean | null | undefined>;
|
|
34
44
|
/**
|
|
35
45
|
* The number of columns/offset/order on large devices (<1200px).
|
|
36
|
-
* @
|
|
46
|
+
* @return { 'auto' | number | boolean }
|
|
37
47
|
*/
|
|
38
|
-
|
|
39
|
-
get lg(): BooleanInput | NumberInput;
|
|
40
|
-
private _lg;
|
|
48
|
+
readonly lg: import("@angular/core").InputSignalWithTransform<number | boolean | "auto", string | number | boolean | null | undefined>;
|
|
41
49
|
/**
|
|
42
50
|
* The number of columns/offset/order on X-Large devices (<1400px).
|
|
43
|
-
* @
|
|
51
|
+
* @return { 'auto' | number | boolean }
|
|
44
52
|
*/
|
|
45
|
-
|
|
46
|
-
get xl(): BooleanInput | NumberInput;
|
|
47
|
-
private _xl;
|
|
53
|
+
readonly xl: import("@angular/core").InputSignalWithTransform<number | boolean | "auto", string | number | boolean | null | undefined>;
|
|
48
54
|
/**
|
|
49
55
|
* The number of columns/offset/order on XX-Large devices (≥1400px).
|
|
50
|
-
* @
|
|
56
|
+
* @return { 'auto' | number | boolean }
|
|
51
57
|
*/
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
sm?: number;
|
|
58
|
-
md?: number;
|
|
59
|
-
lg?: number;
|
|
60
|
-
xl?: number;
|
|
61
|
-
xxl?: number;
|
|
62
|
-
};
|
|
63
|
-
order?: ColOrder | {
|
|
64
|
-
xs?: ColOrder;
|
|
65
|
-
sm?: ColOrder;
|
|
66
|
-
md?: ColOrder;
|
|
67
|
-
lg?: ColOrder;
|
|
68
|
-
xl?: ColOrder;
|
|
69
|
-
xxl?: ColOrder;
|
|
70
|
-
};
|
|
71
|
-
get hostClasses(): any;
|
|
58
|
+
readonly xxl: import("@angular/core").InputSignalWithTransform<number | boolean | "auto", string | number | boolean | null | undefined>;
|
|
59
|
+
readonly breakpoints: import("@angular/core").Signal<Record<string, any>>;
|
|
60
|
+
readonly offset: import("@angular/core").InputSignal<ColOffsetType | undefined>;
|
|
61
|
+
readonly order: import("@angular/core").InputSignal<ColOrderType | undefined>;
|
|
62
|
+
readonly hostClasses: import("@angular/core").Signal<Record<string, boolean>>;
|
|
72
63
|
coerceInput(value: BooleanInput | NumberInput): number | boolean | "auto";
|
|
73
64
|
static ɵfac: i0.ɵɵFactoryDeclaration<ColDirective, never>;
|
|
74
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ColDirective, "[cCol]", never, { "cCol": { "alias": "cCol"; "required": false; }; "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; }; "offset": { "alias": "offset"; "required": false; }; "order": { "alias": "order"; "required": false; }; }, {}, never, never, true, never>;
|
|
65
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ColDirective, "[cCol]", never, { "cCol": { "alias": "cCol"; "required": false; "isSignal": true; }; "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; }; "offset": { "alias": "offset"; "required": false; "isSignal": true; }; "order": { "alias": "order"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
75
66
|
}
|
|
@@ -1,17 +1,14 @@
|
|
|
1
|
-
import { InputSignal, InputSignalWithTransform } from '@angular/core';
|
|
2
|
-
import { IContainer } from './container.type';
|
|
3
|
-
import { Breakpoints } from '../coreui.types';
|
|
4
1
|
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class ContainerComponent
|
|
2
|
+
export declare class ContainerComponent {
|
|
6
3
|
/**
|
|
7
4
|
* Set container 100% wide until a breakpoint.
|
|
8
5
|
*/
|
|
9
|
-
readonly breakpoint: InputSignal<
|
|
6
|
+
readonly breakpoint: import("@angular/core").InputSignal<string>;
|
|
10
7
|
/**
|
|
11
8
|
* Set container 100% wide, spanning the entire width of the viewport.
|
|
12
|
-
* @
|
|
9
|
+
* @return boolean
|
|
13
10
|
*/
|
|
14
|
-
readonly fluid: InputSignalWithTransform<
|
|
11
|
+
readonly fluid: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
|
|
15
12
|
readonly hostClasses: import("@angular/core").Signal<Record<string, boolean>>;
|
|
16
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<ContainerComponent, never>;
|
|
17
14
|
static ɵcmp: i0.ɵɵComponentDeclaration<ContainerComponent, "c-container, [cContainer]", never, { "breakpoint": { "alias": "breakpoint"; "required": false; "isSignal": true; }; "fluid": { "alias": "fluid"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { GutterBreakpoints,
|
|
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:
|
|
8
|
-
|
|
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]",
|
|
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?:
|
|
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 {
|
|
1
|
+
import { NumberOfColumns } from './row.type';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class RowDirective
|
|
3
|
+
export declare class RowDirective {
|
|
4
4
|
/**
|
|
5
5
|
* The number of columns/offset/order on extra small devices (<576px).
|
|
6
|
-
* @
|
|
6
|
+
* @return { cols: 'auto' | number }
|
|
7
7
|
*/
|
|
8
|
-
xs
|
|
8
|
+
readonly xs: import("@angular/core").InputSignal<NumberOfColumns | undefined>;
|
|
9
9
|
/**
|
|
10
10
|
* The number of columns/offset/order on small devices (<768px).
|
|
11
|
-
* @
|
|
11
|
+
* @return { cols: 'auto' | number }
|
|
12
12
|
*/
|
|
13
|
-
sm
|
|
13
|
+
readonly sm: import("@angular/core").InputSignal<NumberOfColumns | undefined>;
|
|
14
14
|
/**
|
|
15
15
|
* The number of columns/offset/order on medium devices (<992px).
|
|
16
|
-
* @
|
|
16
|
+
* @return { cols: 'auto' | number }
|
|
17
17
|
*/
|
|
18
|
-
md
|
|
18
|
+
readonly md: import("@angular/core").InputSignal<NumberOfColumns | undefined>;
|
|
19
19
|
/**
|
|
20
20
|
* The number of columns/offset/order on large devices (<1200px).
|
|
21
|
-
* @
|
|
21
|
+
* @return { cols: 'auto' | number }
|
|
22
22
|
*/
|
|
23
|
-
lg
|
|
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
|
-
* @
|
|
26
|
+
* @return { cols: 'auto' | number }
|
|
27
27
|
*/
|
|
28
|
-
xl
|
|
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
|
-
* @
|
|
31
|
+
* @return { cols: 'auto' | number }
|
|
32
32
|
*/
|
|
33
|
-
xxl
|
|
34
|
-
|
|
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]",
|
|
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
|
-
* @
|
|
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",
|
|
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
|
-
* @
|
|
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",
|
|
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
|
|
8
|
-
* @
|
|
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]",
|
|
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
|
}
|
|
@@ -18,13 +18,7 @@ export declare class ListGroupItemDirective {
|
|
|
18
18
|
* @type boolean
|
|
19
19
|
*/
|
|
20
20
|
readonly disabled: InputSignalWithTransform<boolean, unknown>;
|
|
21
|
-
readonly hostClasses: import("@angular/core").Signal<
|
|
22
|
-
[x: string]: boolean;
|
|
23
|
-
'list-group-item': boolean;
|
|
24
|
-
'list-group-item-action': boolean;
|
|
25
|
-
active: boolean;
|
|
26
|
-
disabled: boolean;
|
|
27
|
-
}>;
|
|
21
|
+
readonly hostClasses: import("@angular/core").Signal<Record<string, boolean>>;
|
|
28
22
|
readonly _disabled: import("@angular/core").Signal<boolean>;
|
|
29
23
|
readonly ariaDisabled: import("@angular/core").Signal<true | null>;
|
|
30
24
|
readonly attrDisabled: import("@angular/core").Signal<"" | null>;
|
|
@@ -1,81 +1,85 @@
|
|
|
1
1
|
import { AnimationEvent } from '@angular/animations';
|
|
2
|
-
import { AfterViewInit, ElementRef,
|
|
2
|
+
import { AfterViewInit, ElementRef, OnDestroy, OnInit } from '@angular/core';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class ModalComponent implements OnInit, OnDestroy, AfterViewInit {
|
|
5
5
|
#private;
|
|
6
6
|
/**
|
|
7
7
|
* Align the modal in the center or top of the screen.
|
|
8
|
-
* @
|
|
8
|
+
* @return {'top' | 'center'}
|
|
9
9
|
* @default 'top'
|
|
10
10
|
*/
|
|
11
|
-
alignment
|
|
11
|
+
readonly alignment: import("@angular/core").InputSignal<"top" | "center">;
|
|
12
12
|
/**
|
|
13
13
|
* Apply a backdrop on body while modal is open.
|
|
14
|
-
* @
|
|
14
|
+
* @return boolean | 'static'
|
|
15
15
|
* @default true
|
|
16
16
|
*/
|
|
17
|
-
backdrop: boolean |
|
|
17
|
+
readonly backdrop: import("@angular/core").InputSignal<boolean | "static">;
|
|
18
18
|
/**
|
|
19
19
|
* Set modal to cover the entire user viewport.
|
|
20
|
-
* @
|
|
20
|
+
* @return {boolean | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'}
|
|
21
21
|
* @default undefined
|
|
22
22
|
*/
|
|
23
|
-
fullscreen
|
|
23
|
+
readonly fullscreen: import("@angular/core").InputSignal<boolean | "sm" | "md" | "lg" | "xl" | "xxl" | undefined>;
|
|
24
24
|
/**
|
|
25
25
|
* Closes the modal when escape key is pressed.
|
|
26
|
-
* @
|
|
26
|
+
* @return boolean
|
|
27
27
|
* @default true
|
|
28
28
|
*/
|
|
29
|
-
keyboard: boolean
|
|
30
|
-
|
|
29
|
+
readonly keyboard: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
|
|
30
|
+
readonly attrId: import("@angular/core").InputSignal<string | undefined>;
|
|
31
|
+
get id(): string | undefined;
|
|
31
32
|
/**
|
|
32
33
|
* Size the component small, large, or extra large.
|
|
34
|
+
* @return {'sm' | 'lg' | 'xl'}
|
|
35
|
+
* @default undefined
|
|
33
36
|
*/
|
|
34
|
-
size
|
|
37
|
+
readonly size: import("@angular/core").InputSignal<"sm" | "lg" | "xl" | undefined>;
|
|
35
38
|
/**
|
|
36
39
|
* Remove animation to create modal that simply appear rather than fade in to view.
|
|
37
40
|
*/
|
|
38
|
-
transition: boolean
|
|
41
|
+
readonly transition: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
|
|
39
42
|
/**
|
|
40
|
-
* Default role for modal
|
|
41
|
-
* @
|
|
43
|
+
* Default role for modal
|
|
44
|
+
* @return string
|
|
42
45
|
* @default 'dialog'
|
|
43
46
|
*/
|
|
44
|
-
role: string
|
|
47
|
+
readonly role: import("@angular/core").InputSignal<string>;
|
|
45
48
|
/**
|
|
46
|
-
* Set aria-modal html attr for modal
|
|
49
|
+
* Set aria-modal html attr for modal
|
|
47
50
|
* @type boolean
|
|
48
51
|
* @default null
|
|
49
52
|
*/
|
|
50
|
-
|
|
51
|
-
|
|
53
|
+
readonly ariaModalInput: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
|
|
54
|
+
readonly ariaModal: import("@angular/core").Signal<true | null>;
|
|
52
55
|
/**
|
|
53
56
|
* Create a scrollable modal that allows scrolling the modal body.
|
|
54
|
-
* @
|
|
57
|
+
* @return boolean
|
|
58
|
+
* @default false
|
|
55
59
|
*/
|
|
56
|
-
scrollable: boolean
|
|
60
|
+
readonly scrollable: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
|
|
57
61
|
/**
|
|
58
62
|
* Toggle the visibility of modal component.
|
|
59
|
-
* @
|
|
63
|
+
* @return boolean
|
|
64
|
+
* @default false
|
|
60
65
|
*/
|
|
66
|
+
readonly visibleInput: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
|
|
61
67
|
set visible(value: boolean);
|
|
62
68
|
get visible(): boolean;
|
|
63
69
|
/**
|
|
64
70
|
* Event triggered on modal dismiss.
|
|
71
|
+
* @return boolean
|
|
65
72
|
*/
|
|
66
|
-
visibleChange:
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
get hostClasses(): any;
|
|
73
|
+
readonly visibleChange: import("@angular/core").OutputEmitterRef<boolean>;
|
|
74
|
+
readonly modalContentRef: import("@angular/core").Signal<ElementRef<any> | undefined>;
|
|
75
|
+
readonly hostClasses: import("@angular/core").Signal<Record<string, boolean>>;
|
|
70
76
|
get ariaHidden(): boolean | null;
|
|
71
|
-
|
|
72
|
-
get animateTrigger(): string;
|
|
77
|
+
readonly animateTrigger: import("@angular/core").Signal<"hidden" | "visible">;
|
|
73
78
|
get show(): boolean;
|
|
74
79
|
set show(value: boolean);
|
|
75
|
-
private _show;
|
|
76
80
|
animateStart(event: AnimationEvent): void;
|
|
77
81
|
animateDone(event: AnimationEvent): void;
|
|
78
|
-
|
|
82
|
+
onKeyUpHandler(event: KeyboardEvent): void;
|
|
79
83
|
private mouseDownTarget;
|
|
80
84
|
onMouseDownHandler($event: MouseEvent): void;
|
|
81
85
|
onClickHandler($event: MouseEvent): void;
|
|
@@ -87,9 +91,5 @@ export declare class ModalComponent implements OnInit, OnDestroy, AfterViewInit
|
|
|
87
91
|
private setBodyStyles;
|
|
88
92
|
private setStaticBackdrop;
|
|
89
93
|
static ɵfac: i0.ɵɵFactoryDeclaration<ModalComponent, never>;
|
|
90
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ModalComponent, "c-modal", ["cModal"], { "alignment": { "alias": "alignment"; "required": false; }; "backdrop": { "alias": "backdrop"; "required": false; }; "fullscreen": { "alias": "fullscreen"; "required": false; }; "keyboard": { "alias": "keyboard"; "required": false; }; "
|
|
91
|
-
static ngAcceptInputType_keyboard: unknown;
|
|
92
|
-
static ngAcceptInputType_transition: unknown;
|
|
93
|
-
static ngAcceptInputType_scrollable: unknown;
|
|
94
|
-
static ngAcceptInputType_visible: unknown;
|
|
94
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ModalComponent, "c-modal", ["cModal"], { "alignment": { "alias": "alignment"; "required": false; "isSignal": true; }; "backdrop": { "alias": "backdrop"; "required": false; "isSignal": true; }; "fullscreen": { "alias": "fullscreen"; "required": false; "isSignal": true; }; "keyboard": { "alias": "keyboard"; "required": false; "isSignal": true; }; "attrId": { "alias": "id"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "transition": { "alias": "transition"; "required": false; "isSignal": true; }; "role": { "alias": "role"; "required": false; "isSignal": true; }; "ariaModalInput": { "alias": "ariaModal"; "required": false; "isSignal": true; }; "scrollable": { "alias": "scrollable"; "required": false; "isSignal": true; }; "visibleInput": { "alias": "visible"; "required": false; "isSignal": true; }; }, { "visibleChange": "visibleChange"; }, never, ["*"], true, never>;
|
|
95
95
|
}
|