@coreui/angular-pro 5.0.0-alpha.13 → 5.0.0-alpha.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (70) hide show
  1. package/esm2022/lib/accordion/accordion/accordion.component.mjs +22 -16
  2. package/esm2022/lib/alert/alert.component.mjs +30 -38
  3. package/esm2022/lib/breadcrumb/breadcrumb-item/breadcrumb-item.component.mjs +7 -6
  4. package/esm2022/lib/breadcrumb/breadcrumb-router/breadcrumb-router.component.mjs +4 -4
  5. package/esm2022/lib/calendar/calendar/calendar.component.mjs +4 -4
  6. package/esm2022/lib/calendar/calendar-month/calendar-day.directive.mjs +1 -1
  7. package/esm2022/lib/calendar/calendar-month/calendar-month.component.mjs +4 -9
  8. package/esm2022/lib/calendar/calendar-navigation/calendar-navigation.component.mjs +4 -4
  9. package/esm2022/lib/carousel/carousel-control/carousel-control.component.mjs +3 -4
  10. package/esm2022/lib/carousel/carousel-indicators/carousel-indicators.component.mjs +3 -4
  11. package/esm2022/lib/carousel/carousel-item/carousel-item.component.mjs +7 -8
  12. package/esm2022/lib/collapse/collapse.directive.mjs +30 -40
  13. package/esm2022/lib/date-picker/date-picker.component.mjs +5 -7
  14. package/esm2022/lib/date-range-picker/date-range-picker/date-range-picker.component.mjs +5 -7
  15. package/esm2022/lib/dropdown/dropdown/dropdown.component.mjs +26 -34
  16. package/esm2022/lib/element-cover/element-cover.component.mjs +4 -4
  17. package/esm2022/lib/form/form-check/form-check-input.directive.mjs +10 -8
  18. package/esm2022/lib/loading-button/loading-button.component.mjs +15 -21
  19. package/esm2022/lib/multi-select/multi-select/multi-select.component.mjs +2 -2
  20. package/esm2022/lib/multi-select/multi-select-native-select/multi-select-native-select.component.mjs +8 -7
  21. package/esm2022/lib/multi-select/multi-select-optgroup/multi-select-optgroup.component.mjs +6 -12
  22. package/esm2022/lib/placeholder/placeholder.directive.mjs +11 -18
  23. package/esm2022/lib/shared/theme.directive.mjs +3 -2
  24. package/esm2022/lib/sidebar/sidebar/sidebar.component.mjs +34 -46
  25. package/esm2022/lib/sidebar/sidebar-brand/sidebar-brand.component.mjs +4 -4
  26. package/esm2022/lib/sidebar/sidebar-nav/sidebar-nav-label.component.mjs +4 -4
  27. package/esm2022/lib/sidebar/sidebar-nav/sidebar-nav-link.component.mjs +17 -18
  28. package/esm2022/lib/sidebar/sidebar-nav/sidebar-nav.component.mjs +6 -11
  29. package/esm2022/lib/smart-pagination/smart-pagination.component.mjs +20 -24
  30. package/esm2022/lib/smart-table/smart-table/smart-table.component.mjs +4 -6
  31. package/esm2022/lib/smart-table/smart-table-filter/smart-table-filter.component.mjs +4 -4
  32. package/esm2022/lib/smart-table/smart-table-head/smart-table-head.component.mjs +7 -12
  33. package/esm2022/lib/smart-table/smart-table-items-per-page-selector/smart-table-items-per-page-selector.component.mjs +3 -5
  34. package/esm2022/lib/tabs/tab-content/tab-content.component.mjs +7 -7
  35. package/esm2022/lib/tabs/tab-content-ref.directive.mjs +12 -9
  36. package/esm2022/lib/tabs/tab-pane/tab-pane.component.mjs +5 -6
  37. package/esm2022/lib/time-picker/time-picker-roll-col/time-picker-roll-am-pm.component.mjs +9 -8
  38. package/esm2022/lib/time-picker/time-picker-roll-col/time-picker-roll-col.component.mjs +9 -8
  39. package/esm2022/lib/time-picker/time-picker.component.mjs +5 -7
  40. package/esm2022/lib/time-picker/time-picker.module.mjs +2 -4
  41. package/esm2022/lib/toast/toast/toast.component.mjs +11 -9
  42. package/esm2022/lib/toast/toast-header/toast-header.component.mjs +3 -4
  43. package/esm2022/lib/widget/widget-stat-a/widget-stat-a.component.mjs +4 -4
  44. package/esm2022/lib/widget/widget-stat-b/widget-stat-b.component.mjs +4 -4
  45. package/esm2022/lib/widget/widget-stat-c/widget-stat-c.component.mjs +5 -5
  46. package/esm2022/lib/widget/widget-stat-d/widget-stat-d.component.mjs +4 -4
  47. package/esm2022/lib/widget/widget-stat-e/widget-stat-e.component.mjs +4 -4
  48. package/esm2022/lib/widget/widget-stat-f/widget-stat-f.component.mjs +4 -4
  49. package/fesm2022/coreui-angular-pro.mjs +313 -363
  50. package/fesm2022/coreui-angular-pro.mjs.map +1 -1
  51. package/lib/accordion/accordion/accordion.component.d.ts +4 -6
  52. package/lib/alert/alert.component.d.ts +8 -12
  53. package/lib/breadcrumb/breadcrumb-item/breadcrumb-item.component.d.ts +1 -0
  54. package/lib/carousel/carousel-item/carousel-item.component.d.ts +1 -2
  55. package/lib/collapse/collapse.directive.d.ts +13 -13
  56. package/lib/dropdown/dropdown/dropdown.component.d.ts +8 -12
  57. package/lib/form/form-check/form-check-input.directive.d.ts +4 -3
  58. package/lib/loading-button/loading-button.component.d.ts +4 -5
  59. package/lib/multi-select/multi-select-native-select/multi-select-native-select.component.d.ts +3 -1
  60. package/lib/multi-select/multi-select-optgroup/multi-select-optgroup.component.d.ts +2 -5
  61. package/lib/placeholder/placeholder.directive.d.ts +3 -7
  62. package/lib/sidebar/sidebar/sidebar.component.d.ts +13 -11
  63. package/lib/smart-pagination/smart-pagination.component.d.ts +4 -8
  64. package/lib/smart-table/smart-table-head/smart-table-head.component.d.ts +1 -0
  65. package/lib/tabs/tab-content/tab-content.component.d.ts +1 -0
  66. package/lib/tabs/tab-content-ref.directive.d.ts +4 -2
  67. package/lib/time-picker/time-picker-roll-col/time-picker-roll-am-pm.component.d.ts +2 -0
  68. package/lib/time-picker/time-picker-roll-col/time-picker-roll-col.component.d.ts +2 -0
  69. package/lib/toast/toast/toast.component.d.ts +3 -2
  70. package/package.json +1 -1
@@ -1,14 +1,11 @@
1
- import { BooleanInput } from '@angular/cdk/coercion';
2
- import { AccordionService } from '../accordion.service';
3
1
  import * as i0 from "@angular/core";
4
2
  export declare class AccordionComponent {
5
- private accordionService;
6
- static ngAcceptInputType_alwaysOpen: BooleanInput;
3
+ #private;
7
4
  /**
8
5
  * Removes the default background-color, some borders, and some rounded corners to render accordions edge-to-edge with their parent container.
9
6
  * @type boolean
10
7
  */
11
- flush?: boolean;
8
+ flush: boolean;
12
9
  /**
13
10
  * Make accordion items stay open when another item is opened
14
11
  * @type boolean
@@ -16,7 +13,8 @@ export declare class AccordionComponent {
16
13
  set alwaysOpen(value: boolean);
17
14
  get alwaysOpen(): boolean;
18
15
  get hostClasses(): any;
19
- constructor(accordionService: AccordionService);
20
16
  static ɵfac: i0.ɵɵFactoryDeclaration<AccordionComponent, never>;
21
17
  static ɵcmp: i0.ɵɵComponentDeclaration<AccordionComponent, "c-accordion", ["cAccordionItem"], { "flush": { "alias": "flush"; "required": false; }; "alwaysOpen": { "alias": "alwaysOpen"; "required": false; }; }, {}, never, ["*"], true, never>;
18
+ static ngAcceptInputType_flush: unknown;
19
+ static ngAcceptInputType_alwaysOpen: unknown;
22
20
  }
@@ -1,14 +1,11 @@
1
1
  import { AfterContentInit, EventEmitter, QueryList } from '@angular/core';
2
2
  import { AnimationEvent } from '@angular/animations';
3
- import { BooleanInput } from '@angular/cdk/coercion';
4
3
  import { Colors } from '../coreui.types';
5
4
  import { TemplateIdDirective } from '../shared';
6
5
  import * as i0 from "@angular/core";
7
6
  type AnimateType = ('hide' | 'show');
8
7
  export declare class AlertComponent implements AfterContentInit {
9
- static ngAcceptInputType_dismissible: BooleanInput;
10
- static ngAcceptInputType_fade: BooleanInput;
11
- static ngAcceptInputType_visible: BooleanInput;
8
+ #private;
12
9
  hide: boolean;
13
10
  /**
14
11
  * Sets the color context of the component to one of CoreUI’s themed colors.
@@ -34,27 +31,23 @@ export declare class AlertComponent implements AfterContentInit {
34
31
  visibleChange: EventEmitter<boolean>;
35
32
  templates: any;
36
33
  contentTemplates: QueryList<TemplateIdDirective>;
37
- private _dismissible;
38
34
  /**
39
35
  * Optionally adds a close button to alert and allow it to self dismiss.
40
36
  * @type boolean
37
+ * @default false
41
38
  */
42
- get dismissible(): boolean;
43
- set dismissible(value: boolean);
44
- private _fade;
39
+ dismissible: boolean;
45
40
  /**
46
41
  * Adds animation for dismissible alert.
47
42
  * @type boolean
48
43
  */
49
- get fade(): boolean;
50
- set fade(value: boolean);
51
- private _visible;
52
- get visible(): boolean;
44
+ fade: boolean;
53
45
  /**
54
46
  * Toggle the visibility of alert component.
55
47
  * @type boolean
56
48
  */
57
49
  set visible(value: boolean);
50
+ get visible(): boolean;
58
51
  get animationDisabled(): boolean;
59
52
  get animateType(): AnimateType;
60
53
  get hostClasses(): any;
@@ -64,5 +57,8 @@ export declare class AlertComponent implements AfterContentInit {
64
57
  onAnimationEvent(event: AnimationEvent): void;
65
58
  static ɵfac: i0.ɵɵFactoryDeclaration<AlertComponent, never>;
66
59
  static ɵcmp: i0.ɵɵComponentDeclaration<AlertComponent, "c-alert", ["cAlert"], { "color": { "alias": "color"; "required": false; }; "role": { "alias": "role"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; "dismissible": { "alias": "dismissible"; "required": false; }; "fade": { "alias": "fade"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; }, { "visibleChange": "visibleChange"; }, ["contentTemplates"], ["*"], true, never>;
60
+ static ngAcceptInputType_dismissible: unknown;
61
+ static ngAcceptInputType_fade: unknown;
62
+ static ngAcceptInputType_visible: unknown;
67
63
  }
68
64
  export {};
@@ -25,4 +25,5 @@ export declare class BreadcrumbItemComponent {
25
25
  get hostClasses(): any;
26
26
  static ɵfac: i0.ɵɵFactoryDeclaration<BreadcrumbItemComponent, never>;
27
27
  static ɵcmp: i0.ɵɵComponentDeclaration<BreadcrumbItemComponent, "c-breadcrumb-item", never, { "active": { "alias": "active"; "required": false; }; "url": { "alias": "url"; "required": false; }; "attributes": { "alias": "attributes"; "required": false; }; "linkProps": { "alias": "linkProps"; "required": false; }; }, {}, never, ["*"], true, never>;
28
+ static ngAcceptInputType_active: unknown;
28
29
  }
@@ -1,11 +1,9 @@
1
1
  import { AfterViewInit, ChangeDetectorRef, OnDestroy } from '@angular/core';
2
- import { BooleanInput } from '@angular/cdk/coercion';
3
2
  import { CarouselService } from '../carousel.service';
4
3
  import * as i0 from "@angular/core";
5
4
  export declare class CarouselItemComponent implements OnDestroy, AfterViewInit {
6
5
  private carouselService;
7
6
  private changeDetectorRef;
8
- static ngAcceptInputType_active: BooleanInput;
9
7
  index?: number;
10
8
  private carouselIndexSubscription?;
11
9
  /**
@@ -27,4 +25,5 @@ export declare class CarouselItemComponent implements OnDestroy, AfterViewInit {
27
25
  private carouselStateSubscribe;
28
26
  static ɵfac: i0.ɵɵFactoryDeclaration<CarouselItemComponent, never>;
29
27
  static ɵcmp: i0.ɵɵComponentDeclaration<CarouselItemComponent, "c-carousel-item", never, { "active": { "alias": "active"; "required": false; }; "interval": { "alias": "interval"; "required": false; }; }, {}, never, ["*"], true, never>;
28
+ static ngAcceptInputType_active: unknown;
30
29
  }
@@ -1,38 +1,34 @@
1
1
  import { AfterViewInit, DoCheck, ElementRef, EventEmitter, OnChanges, OnDestroy, Renderer2, SimpleChanges } from '@angular/core';
2
2
  import { AnimationBuilder } from '@angular/animations';
3
- import { BooleanInput } from '@angular/cdk/coercion';
4
3
  import * as i0 from "@angular/core";
5
4
  export declare class CollapseDirective implements OnChanges, OnDestroy, DoCheck, AfterViewInit {
6
5
  private hostElement;
7
6
  private renderer;
8
7
  private animationBuilder;
9
- static ngAcceptInputType_horizontal: BooleanInput;
10
- static ngAcceptInputType_navbar: BooleanInput;
11
- static ngAcceptInputType_visible: BooleanInput;
12
8
  /**
13
9
  * @ignore
14
10
  */
15
- set animate(value: boolean);
16
- get animate(): boolean;
17
- private _animate;
11
+ animate: boolean;
18
12
  /**
19
13
  * Set horizontal collapsing to transition the width instead of height.
14
+ * @type boolean
15
+ * @default false
20
16
  */
21
- set horizontal(value: boolean);
22
- get horizontal(): boolean;
23
- private _horizontal;
17
+ horizontal: boolean;
24
18
  /**
25
19
  * Toggle the visibility of collapsible element.
20
+ * @type boolean
21
+ * @default false
26
22
  */
27
23
  set visible(value: boolean);
28
24
  get visible(): boolean;
29
25
  private _visible;
30
26
  /**
31
27
  * Add `navbar` prop for grouping and hiding navbar contents by a parent breakpoint.
28
+ * @type boolean
29
+ * @default false
32
30
  */
33
- set navbar(value: boolean);
34
- get navbar(): boolean;
35
- private _navbar;
31
+ navbar: boolean;
36
32
  /**
37
33
  * @ignore
38
34
  */
@@ -62,4 +58,8 @@ export declare class CollapseDirective implements OnChanges, OnDestroy, DoCheck,
62
58
  setMaxSize(): void;
63
59
  static ɵfac: i0.ɵɵFactoryDeclaration<CollapseDirective, never>;
64
60
  static ɵdir: i0.ɵɵDirectiveDeclaration<CollapseDirective, "[cCollapse]", ["cCollapse"], { "animate": { "alias": "animate"; "required": false; }; "horizontal": { "alias": "horizontal"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; "navbar": { "alias": "navbar"; "required": false; }; "duration": { "alias": "duration"; "required": false; }; "transition": { "alias": "transition"; "required": false; }; }, { "collapseChange": "collapseChange"; }, never, never, true, never>;
61
+ static ngAcceptInputType_animate: unknown;
62
+ static ngAcceptInputType_horizontal: unknown;
63
+ static ngAcceptInputType_visible: unknown;
64
+ static ngAcceptInputType_navbar: unknown;
65
65
  }
@@ -1,5 +1,4 @@
1
1
  import { AfterContentInit, AfterViewInit, ChangeDetectorRef, ElementRef, EventEmitter, NgZone, OnChanges, OnDestroy, OnInit, Renderer2, SimpleChanges } from '@angular/core';
2
- import { BooleanInput } from '@angular/cdk/coercion';
3
2
  import { Options, Placement } from '@popperjs/core';
4
3
  import { DropdownMenuDirective } from '../dropdown-menu/dropdown-menu.directive';
5
4
  import { DropdownService } from '../dropdown.service';
@@ -11,8 +10,6 @@ export declare class DropdownToggleDirective implements AfterViewInit {
11
10
  elementRef: ElementRef;
12
11
  private dropdownService;
13
12
  dropdown?: DropdownToken | undefined;
14
- static ngAcceptInputType_split: BooleanInput;
15
- static ngAcceptInputType_popper: BooleanInput;
16
13
  constructor(elementRef: ElementRef, dropdownService: DropdownService, dropdown?: DropdownToken | undefined);
17
14
  /**
18
15
  * Toggle the disabled state for the toggler.
@@ -25,7 +22,7 @@ export declare class DropdownToggleDirective implements AfterViewInit {
25
22
  * @type boolean
26
23
  * @default false
27
24
  */
28
- disabled?: boolean;
25
+ disabled: boolean;
29
26
  /**
30
27
  * Enables pseudo element caret on toggler.
31
28
  * @type boolean
@@ -34,15 +31,16 @@ export declare class DropdownToggleDirective implements AfterViewInit {
34
31
  /**
35
32
  * Create split button dropdowns with virtually the same markup as single button dropdowns, but with the addition of `.dropdown-toggle-split` class for proper spacing around the dropdown caret.
36
33
  * @type boolean
34
+ * @default false
37
35
  */
38
- set split(value: boolean);
39
- get split(): boolean;
40
- private _split;
36
+ split: boolean;
41
37
  get hostClasses(): any;
42
38
  onClick($event: MouseEvent): void;
43
39
  ngAfterViewInit(): void;
44
40
  static ɵfac: i0.ɵɵFactoryDeclaration<DropdownToggleDirective, [null, null, { optional: true; }]>;
45
41
  static ɵdir: i0.ɵɵDirectiveDeclaration<DropdownToggleDirective, "[cDropdownToggle]", ["cDropdownToggle"], { "dropdownComponent": { "alias": "dropdownComponent"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "caret": { "alias": "caret"; "required": false; }; "split": { "alias": "split"; "required": false; }; }, {}, never, never, true, never>;
42
+ static ngAcceptInputType_disabled: unknown;
43
+ static ngAcceptInputType_split: unknown;
46
44
  }
47
45
  export declare class DropdownComponent implements AfterContentInit, OnChanges, OnDestroy, OnInit {
48
46
  private document;
@@ -51,8 +49,6 @@ export declare class DropdownComponent implements AfterContentInit, OnChanges, O
51
49
  private ngZone;
52
50
  private changeDetectorRef;
53
51
  dropdownService: DropdownService;
54
- static ngAcceptInputType_dark: BooleanInput;
55
- static ngAcceptInputType_visible: BooleanInput;
56
52
  constructor(document: Document, elementRef: ElementRef, renderer: Renderer2, ngZone: NgZone, changeDetectorRef: ChangeDetectorRef, dropdownService: DropdownService);
57
53
  /**
58
54
  * Set alignment of dropdown menu.
@@ -75,9 +71,7 @@ export declare class DropdownComponent implements AfterContentInit, OnChanges, O
75
71
  * @type boolean
76
72
  * @default true
77
73
  */
78
- set popper(value: boolean);
79
- get popper(): boolean;
80
- private _popper;
74
+ popper: boolean;
81
75
  /**
82
76
  * Optional popper Options object, placement prop takes precedence over
83
77
  * @type Partial<Options>
@@ -126,4 +120,6 @@ export declare class DropdownComponent implements AfterContentInit, OnChanges, O
126
120
  private clearListeners;
127
121
  static ɵfac: i0.ɵɵFactoryDeclaration<DropdownComponent, never>;
128
122
  static ɵcmp: i0.ɵɵComponentDeclaration<DropdownComponent, "c-dropdown", ["cDropdown"], { "alignment": { "alias": "alignment"; "required": false; }; "autoClose": { "alias": "autoClose"; "required": false; }; "direction": { "alias": "direction"; "required": false; }; "placement": { "alias": "placement"; "required": false; }; "popper": { "alias": "popper"; "required": false; }; "popperOptions": { "alias": "popperOptions"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; }, { "visibleChange": "visibleChange"; }, ["_toggler", "_menu", "_menuElementRef"], ["*"], true, [{ directive: typeof i1.ThemeDirective; inputs: { "dark": "dark"; }; outputs: {}; }]>;
123
+ static ngAcceptInputType_popper: unknown;
124
+ static ngAcceptInputType_visible: unknown;
129
125
  }
@@ -1,11 +1,8 @@
1
1
  import { ElementRef, Renderer2 } from '@angular/core';
2
- import { BooleanInput } from '@angular/cdk/coercion';
3
2
  import * as i0 from "@angular/core";
4
3
  export declare class FormCheckInputDirective {
5
4
  private renderer;
6
5
  private hostElement;
7
- static ngAcceptInputType_checked: BooleanInput;
8
- static ngAcceptInputType_indeterminate: BooleanInput;
9
6
  /**
10
7
  * Specifies the type of component.
11
8
  * @type {'checkbox' | 'radio'}
@@ -15,6 +12,7 @@ export declare class FormCheckInputDirective {
15
12
  /**
16
13
  * Set component indeterminate state.
17
14
  * @type boolean
15
+ * @default false
18
16
  */
19
17
  set indeterminate(value: boolean);
20
18
  get indeterminate(): boolean;
@@ -22,6 +20,7 @@ export declare class FormCheckInputDirective {
22
20
  /**
23
21
  * Set component validation state to valid.
24
22
  * @type boolean
23
+ * @default undefined
25
24
  */
26
25
  valid?: boolean;
27
26
  get hostClasses(): any;
@@ -30,4 +29,6 @@ export declare class FormCheckInputDirective {
30
29
  constructor(renderer: Renderer2, hostElement: ElementRef);
31
30
  static ɵfac: i0.ɵɵFactoryDeclaration<FormCheckInputDirective, never>;
32
31
  static ɵdir: i0.ɵɵDirectiveDeclaration<FormCheckInputDirective, "input[cFormCheckInput]", never, { "type": { "alias": "type"; "required": false; }; "indeterminate": { "alias": "indeterminate"; "required": false; }; "valid": { "alias": "valid"; "required": false; }; "checked": { "alias": "checked"; "required": false; }; }, {}, never, never, true, never>;
32
+ static ngAcceptInputType_indeterminate: unknown;
33
+ static ngAcceptInputType_checked: unknown;
33
34
  }
@@ -1,16 +1,13 @@
1
1
  import { EventEmitter, OnChanges, SimpleChanges } from '@angular/core';
2
- import { BooleanInput } from '@angular/cdk/coercion';
3
2
  import { ButtonDirective } from '../button';
4
3
  import * as i0 from "@angular/core";
5
4
  export declare class LoadingButtonComponent extends ButtonDirective implements OnChanges {
6
- static ngAcceptInputType_disabledOnLoading: BooleanInput;
7
5
  /**
8
6
  * Makes button disabled when loading.
9
7
  * @type boolean
8
+ * @default false
10
9
  */
11
- set disabledOnLoading(value: boolean);
12
- get disabledOnLoading(): boolean;
13
- _disabledOnLoading: boolean;
10
+ disabledOnLoading: boolean;
14
11
  /**
15
12
  * Loading state (set to true to start animation).
16
13
  * @type boolean
@@ -40,4 +37,6 @@ export declare class LoadingButtonComponent extends ButtonDirective implements O
40
37
  ngOnChanges(changes: SimpleChanges): void;
41
38
  static ɵfac: i0.ɵɵFactoryDeclaration<LoadingButtonComponent, never>;
42
39
  static ɵcmp: i0.ɵɵComponentDeclaration<LoadingButtonComponent, "button[cLoadingButton], a[cLoadingButton]", ["cLoadingButton"], { "disabledOnLoading": { "alias": "disabledOnLoading"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "spinnerType": { "alias": "spinnerType"; "required": false; }; }, { "loadingChange": "loadingChange"; }, never, ["*"], true, never>;
40
+ static ngAcceptInputType_disabledOnLoading: unknown;
41
+ static ngAcceptInputType_loading: unknown;
43
42
  }
@@ -6,9 +6,11 @@ export declare class MultiSelectNativeSelectComponent {
6
6
  id?: string;
7
7
  multiple?: boolean;
8
8
  name?: string;
9
- options?: any;
9
+ options?: any[];
10
10
  disabled?: boolean;
11
11
  constructor(changeDetectorRef: ChangeDetectorRef);
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<MultiSelectNativeSelectComponent, never>;
13
13
  static ɵcmp: i0.ɵɵComponentDeclaration<MultiSelectNativeSelectComponent, "c-multi-select-native-select", never, { "form": { "alias": "form"; "required": false; }; "id": { "alias": "id"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "name": { "alias": "name"; "required": false; }; "options": { "alias": "options"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, {}, never, never, true, never>;
14
+ static ngAcceptInputType_multiple: unknown;
15
+ static ngAcceptInputType_disabled: unknown;
14
16
  }
@@ -1,5 +1,4 @@
1
1
  import { AfterContentInit, OnChanges, QueryList, SimpleChanges } from '@angular/core';
2
- import { BooleanInput } from '@angular/cdk/coercion';
3
2
  import { MultiSelectService } from '../multi-select.service';
4
3
  import { MultiSelectOptionComponent } from '../multi-select-option/multi-select-option.component';
5
4
  import * as i0 from "@angular/core";
@@ -8,11 +7,8 @@ export declare class MultiSelectOptgroupComponent implements AfterContentInit, O
8
7
  private multiSelectService;
9
8
  constructor(multiSelectService: MultiSelectService);
10
9
  readonly visible: import("@angular/core").WritableSignal<boolean>;
11
- static ngAcceptInputType_disabled: BooleanInput;
12
10
  label?: string;
13
- set disabled(value: boolean);
14
- get disabled(): boolean;
15
- private _disabled;
11
+ disabled: boolean;
16
12
  multiSelectOptions: QueryList<MultiSelectOptionComponent>;
17
13
  get hostClasses(): {
18
14
  'form-multi-select-options': boolean;
@@ -24,4 +20,5 @@ export declare class MultiSelectOptgroupComponent implements AfterContentInit, O
24
20
  private watchOptGroupContent;
25
21
  static ɵfac: i0.ɵɵFactoryDeclaration<MultiSelectOptgroupComponent, never>;
26
22
  static ɵcmp: i0.ɵɵComponentDeclaration<MultiSelectOptgroupComponent, "c-multi-select-optgroup", never, { "label": { "alias": "label"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, {}, ["multiSelectOptions"], ["*"], true, never>;
23
+ static ngAcceptInputType_disabled: unknown;
27
24
  }
@@ -1,22 +1,18 @@
1
- import { BooleanInput } from '@angular/cdk/coercion';
2
1
  import * as i0 from "@angular/core";
3
2
  export declare class PlaceholderDirective {
4
- static ngAcceptInputType_visible: BooleanInput;
5
- constructor();
6
3
  /**
7
4
  * placeholder toggler
8
5
  * @type boolean
9
6
  * @default false
10
7
  */
11
- set visible(value: boolean);
12
- get visible(): boolean;
13
- private _visible;
8
+ visible: boolean;
14
9
  /**
15
- * Size the placeholder extra small, small, large.
10
+ * Size the placeholder extremely small, small, large.
16
11
  */
17
12
  size?: 'xs' | 'sm' | 'lg';
18
13
  get ariaHidden(): boolean | null;
19
14
  get hostClasses(): any;
20
15
  static ɵfac: i0.ɵɵFactoryDeclaration<PlaceholderDirective, never>;
21
16
  static ɵdir: i0.ɵɵDirectiveDeclaration<PlaceholderDirective, "[cPlaceholder]", ["cPlaceholder"], { "visible": { "alias": "cPlaceholder"; "required": false; }; "size": { "alias": "cPlaceholderSize"; "required": false; }; }, {}, never, never, true, never>;
17
+ static ngAcceptInputType_visible: unknown;
22
18
  }
@@ -1,5 +1,4 @@
1
1
  import { EventEmitter, OnChanges, OnDestroy, OnInit, Renderer2, SimpleChanges } from '@angular/core';
2
- import { BooleanInput } from '@angular/cdk/coercion';
3
2
  import { BreakpointObserver } from '@angular/cdk/layout';
4
3
  import { ISidebarAction, SidebarService } from '../sidebar.service';
5
4
  import { SidebarBackdropService } from '../sidebar-backdrop/sidebar-backdrop.service';
@@ -11,10 +10,6 @@ export declare class SidebarComponent implements OnChanges, OnDestroy, OnInit {
11
10
  private breakpointObserver;
12
11
  private sidebarService;
13
12
  private backdropService;
14
- static ngAcceptInputType_narrow: BooleanInput;
15
- static ngAcceptInputType_overlaid: BooleanInput;
16
- static ngAcceptInputType_unfoldable: BooleanInput;
17
- static ngAcceptInputType_visible: BooleanInput;
18
13
  state: ISidebarAction;
19
14
  /**
20
15
  * Sets if the color of text should be colored for a light or dark background. [docs]
@@ -31,15 +26,15 @@ export declare class SidebarComponent implements OnChanges, OnDestroy, OnInit {
31
26
  /**
32
27
  * Make sidebar narrow. [docs]
33
28
  * @type boolean
29
+ * @default false
34
30
  */
35
- set narrow(value: boolean);
36
- get narrow(): boolean;
31
+ narrow: boolean;
37
32
  /**
38
33
  * Set sidebar to overlaid variant.
39
34
  * @type boolean
35
+ * @default false
40
36
  */
41
- set overlaid(value: boolean);
42
- get overlaid(): boolean;
37
+ overlaid: boolean;
43
38
  /**
44
39
  * Components placement, there’s no default placement. [docs]
45
40
  * @type 'start' | 'end'
@@ -56,11 +51,14 @@ export declare class SidebarComponent implements OnChanges, OnDestroy, OnInit {
56
51
  size?: 'sm' | 'lg' | 'xl';
57
52
  /**
58
53
  * Expand narrowed sidebar on hover. [docs]
54
+ * @type boolean
55
+ * @default false
59
56
  */
60
- set unfoldable(value: boolean);
61
- get unfoldable(): boolean;
57
+ unfoldable: boolean;
62
58
  /**
63
59
  * Toggle the visibility of sidebar component. [docs]
60
+ * @type boolean
61
+ * @default false
64
62
  */
65
63
  set visible(value: boolean);
66
64
  get visible(): boolean;
@@ -82,4 +80,8 @@ export declare class SidebarComponent implements OnChanges, OnDestroy, OnInit {
82
80
  layoutChangeSubscribe(subscribe?: boolean): void;
83
81
  static ɵfac: i0.ɵɵFactoryDeclaration<SidebarComponent, never>;
84
82
  static ɵcmp: i0.ɵɵComponentDeclaration<SidebarComponent, "c-sidebar", ["cSidebar"], { "colorScheme": { "alias": "colorScheme"; "required": false; }; "id": { "alias": "id"; "required": false; }; "narrow": { "alias": "narrow"; "required": false; }; "overlaid": { "alias": "overlaid"; "required": false; }; "placement": { "alias": "placement"; "required": false; }; "position": { "alias": "position"; "required": false; }; "size": { "alias": "size"; "required": false; }; "unfoldable": { "alias": "unfoldable"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; }, { "visibleChange": "visibleChange"; }, never, ["*"], true, never>;
83
+ static ngAcceptInputType_narrow: unknown;
84
+ static ngAcceptInputType_overlaid: unknown;
85
+ static ngAcceptInputType_unfoldable: unknown;
86
+ static ngAcceptInputType_visible: unknown;
85
87
  }
@@ -1,20 +1,13 @@
1
1
  import { EventEmitter, TemplateRef } from '@angular/core';
2
- import { NumberInput } from '@angular/cdk/coercion';
3
2
  import { ISmartPagination } from './smart-pagination.type';
4
3
  import * as i0 from "@angular/core";
5
4
  export declare class SmartPaginationComponent implements ISmartPagination {
6
- static ngAcceptInputType_activePage: NumberInput;
7
- static ngAcceptInputType_pages: NumberInput;
8
- static ngAcceptInputType_limit: NumberInput;
9
- constructor();
10
5
  /**
11
6
  * Current page number. [docs]
12
7
  * @default 1
13
8
  * @type number
14
9
  */
15
- set activePage(value: number);
16
- get activePage(): number;
17
- private _activePage;
10
+ activePage: number;
18
11
  /**
19
12
  * Event triggered on activePage change.
20
13
  * @type EventEmitter<number>
@@ -106,4 +99,7 @@ export declare class SmartPaginationComponent implements ISmartPagination {
106
99
  setPage(page: number): void;
107
100
  static ɵfac: i0.ɵɵFactoryDeclaration<SmartPaginationComponent, never>;
108
101
  static ɵcmp: i0.ɵɵComponentDeclaration<SmartPaginationComponent, "c-smart-pagination", ["cSmartPagination"], { "activePage": { "alias": "activePage"; "required": false; }; "arrows": { "alias": "arrows"; "required": false; }; "doubleArrows": { "alias": "doubleArrows"; "required": false; }; "dots": { "alias": "dots"; "required": false; }; "limit": { "alias": "limit"; "required": false; }; "pages": { "alias": "pages"; "required": false; }; "firstButton": { "alias": "firstButton"; "required": false; }; "lastButton": { "alias": "lastButton"; "required": false; }; "nextButton": { "alias": "nextButton"; "required": false; }; "previousButton": { "alias": "previousButton"; "required": false; }; "align": { "alias": "align"; "required": false; }; "size": { "alias": "size"; "required": false; }; "role": { "alias": "role"; "required": false; }; }, { "activePageChange": "activePageChange"; }, never, never, true, never>;
102
+ static ngAcceptInputType_activePage: unknown;
103
+ static ngAcceptInputType_limit: unknown;
104
+ static ngAcceptInputType_pages: unknown;
109
105
  }
@@ -61,6 +61,7 @@ export declare class SmartTableHeadComponent implements OnInit {
61
61
  getAriaSort(column: IColumn | string): "ascending" | "descending" | null;
62
62
  static ɵfac: i0.ɵɵFactoryDeclaration<SmartTableHeadComponent, never>;
63
63
  static ɵcmp: i0.ɵɵComponentDeclaration<SmartTableHeadComponent, "c-smart-table-head", never, { "columnFilter": { "alias": "columnFilter"; "required": false; }; "columnFilterState": { "alias": "columnFilterState"; "required": false; }; "columnSorter": { "alias": "columnSorter"; "required": false; }; "component": { "alias": "component"; "required": false; }; "columns": { "alias": "columns"; "required": false; }; "columnGroups": { "alias": "columnGroups"; "required": false; }; "selectable": { "alias": "selectable"; "required": false; }; "selectAll": { "alias": "selectAll"; "required": false; }; "selectedAll": { "alias": "selectedAll"; "required": false; }; "showGroups": { "alias": "showGroups"; "required": false; }; "sorterValue": { "alias": "sorterValue"; "required": false; }; "columnFilterTemplates": { "alias": "columnFilterTemplates"; "required": false; }; "columnLabelTemplates": { "alias": "columnLabelTemplates"; "required": false; }; "summaryRowTemplate": { "alias": "summaryRowTemplate"; "required": false; }; }, { "columnFilterStateChange": "columnFilterStateChange"; "sorterStateChange": "sorterStateChange"; "selectAllChange": "selectAllChange"; }, never, never, true, never>;
64
+ static ngAcceptInputType_selectable: unknown;
64
65
  static ngAcceptInputType_selectAll: unknown;
65
66
  static ngAcceptInputType_showGroups: unknown;
66
67
  }
@@ -30,4 +30,5 @@ export declare class TabContentComponent implements AfterContentChecked, AfterCo
30
30
  refreshTabPaneActive(idx: number): void;
31
31
  static ɵfac: i0.ɵɵFactoryDeclaration<TabContentComponent, never>;
32
32
  static ɵcmp: i0.ɵɵComponentDeclaration<TabContentComponent, "c-tab-content", ["cTabContent"], { "activeTabPaneIdx": { "alias": "activeTabPaneIdx"; "required": false; }; }, { "activeTabPaneIdxChange": "activeTabPaneIdxChange"; }, ["panes"], ["*"], true, never>;
33
+ static ngAcceptInputType_activeTabPaneIdx: unknown;
33
34
  }
@@ -1,12 +1,10 @@
1
1
  import { ChangeDetectorRef, OnChanges, OnDestroy, SimpleChanges } from '@angular/core';
2
- import { BooleanInput } from '@angular/cdk/coercion';
3
2
  import { TabService } from './tab.service';
4
3
  import * as i0 from "@angular/core";
5
4
  export declare class TabContentRefDirective implements OnChanges, OnDestroy {
6
5
  private changeDetectorRef;
7
6
  private tabService;
8
7
  constructor(changeDetectorRef: ChangeDetectorRef, tabService: TabService);
9
- static ngAcceptInputType_disabled: BooleanInput;
10
8
  private tabServiceSubscription;
11
9
  /**
12
10
  * Template Ref
@@ -16,6 +14,7 @@ export declare class TabContentRefDirective implements OnChanges, OnDestroy {
16
14
  /**
17
15
  * Set active state of tab content
18
16
  * @type boolean
17
+ * @default false
19
18
  */
20
19
  set active(value: boolean);
21
20
  get active(): boolean;
@@ -46,4 +45,7 @@ export declare class TabContentRefDirective implements OnChanges, OnDestroy {
46
45
  subscribeTabService(subscribe?: boolean): void;
47
46
  static ɵfac: i0.ɵɵFactoryDeclaration<TabContentRefDirective, never>;
48
47
  static ɵdir: i0.ɵɵDirectiveDeclaration<TabContentRefDirective, "[cTabContent]", never, { "tabContentRef": { "alias": "cTabContent"; "required": false; }; "active": { "alias": "active"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "tabPaneIdx": { "alias": "tabPaneIdx"; "required": false; }; }, {}, never, never, true, never>;
48
+ static ngAcceptInputType_active: unknown;
49
+ static ngAcceptInputType_disabled: unknown;
50
+ static ngAcceptInputType_tabPaneIdx: unknown;
49
51
  }
@@ -37,4 +37,6 @@ export declare class TimePickerRollAmPmComponent implements OnChanges, AfterView
37
37
  handleElementKeyDown($event: KeyboardEvent, element: IDayPeriod): void;
38
38
  static ɵfac: i0.ɵɵFactoryDeclaration<TimePickerRollAmPmComponent, never>;
39
39
  static ɵcmp: i0.ɵɵComponentDeclaration<TimePickerRollAmPmComponent, "c-time-picker-roll-am-pm", never, { "disabled": { "alias": "disabled"; "required": false; }; "elements": { "alias": "elements"; "required": false; }; "onClick": { "alias": "onClick"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "refresh": { "alias": "refresh"; "required": false; }; }, { "selectedChange": "selectedChange"; }, never, never, true, never>;
40
+ static ngAcceptInputType_disabled: unknown;
41
+ static ngAcceptInputType_refresh: unknown;
40
42
  }
@@ -36,4 +36,6 @@ export declare class TimePickerRollColComponent implements ITimePickerRollCol, O
36
36
  handleElementKeyDown($event: KeyboardEvent, element: ITimeValue): void;
37
37
  static ɵfac: i0.ɵɵFactoryDeclaration<TimePickerRollColComponent, never>;
38
38
  static ɵcmp: i0.ɵɵComponentDeclaration<TimePickerRollColComponent, "c-time-picker-roll-col", ["cTimePickerRollCol"], { "disabled": { "alias": "disabled"; "required": false; }; "elements": { "alias": "elements"; "required": false; }; "onClick": { "alias": "onClick"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "refresh": { "alias": "refresh"; "required": false; }; }, { "selectedChange": "selectedChange"; }, never, never, true, never>;
39
+ static ngAcceptInputType_disabled: unknown;
40
+ static ngAcceptInputType_refresh: unknown;
39
41
  }
@@ -1,5 +1,4 @@
1
1
  import { ChangeDetectorRef, ElementRef, EventEmitter, OnDestroy, OnInit, Renderer2 } from '@angular/core';
2
- import { BooleanInput } from '@angular/cdk/coercion';
3
2
  import { Colors } from '../../coreui.types';
4
3
  import { ToasterService } from '../toaster/toaster.service';
5
4
  import { TToasterPlacement } from '../toaster/toaster.component';
@@ -10,7 +9,6 @@ export declare class ToastComponent implements OnInit, OnDestroy {
10
9
  renderer: Renderer2;
11
10
  toasterService: ToasterService;
12
11
  changeDetectorRef: ChangeDetectorRef;
13
- static ngAcceptInputType_visible: BooleanInput;
14
12
  dynamic: boolean;
15
13
  placement: TToasterPlacement;
16
14
  constructor(hostElement: ElementRef, renderer: Renderer2, toasterService: ToasterService, changeDetectorRef: ChangeDetectorRef);
@@ -75,5 +73,8 @@ export declare class ToastComponent implements OnInit, OnDestroy {
75
73
  clearClock(): void;
76
74
  static ɵfac: i0.ɵɵFactoryDeclaration<ToastComponent, never>;
77
75
  static ɵcmp: i0.ɵɵComponentDeclaration<ToastComponent, "c-toast", ["cToast"], { "autohide": { "alias": "autohide"; "required": false; }; "color": { "alias": "color"; "required": false; }; "delay": { "alias": "delay"; "required": false; }; "fade": { "alias": "fade"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; "index": { "alias": "index"; "required": false; }; }, { "visibleChange": "visibleChange"; "timer": "timer"; }, never, ["*"], true, never>;
76
+ static ngAcceptInputType_delay: unknown;
77
+ static ngAcceptInputType_visible: unknown;
78
+ static ngAcceptInputType_index: unknown;
78
79
  }
79
80
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coreui/angular-pro",
3
- "version": "5.0.0-alpha.13",
3
+ "version": "5.0.0-alpha.15",
4
4
  "description": "CoreUI Pro Components Library for Angular",
5
5
  "copyright": "Copyright 2024 creativeLabs Łukasz Holeczek",
6
6
  "homepage": "https://coreui.io/angular",