@coreui/angular-pro 4.5.6 → 4.5.7

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.
@@ -65,7 +65,6 @@ export declare class MultiSelectOptionComponent implements AfterViewInit, Focusa
65
65
  private contentDiv?;
66
66
  hasContent: boolean;
67
67
  set active(value: (boolean | undefined));
68
- get active(): (boolean | undefined);
69
68
  readonly focusChange: EventEmitter<MultiSelectOptionComponent>;
70
69
  private get role();
71
70
  get hostClasses(): {
@@ -74,7 +73,7 @@ export declare class MultiSelectOptionComponent implements AfterViewInit, Focusa
74
73
  'form-multi-selected': boolean | undefined;
75
74
  disabled: boolean;
76
75
  'd-none': boolean;
77
- active: boolean | undefined;
76
+ active: boolean;
78
77
  focused: boolean;
79
78
  };
80
79
  private get tabIndex();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coreui/angular-pro",
3
- "version": "4.5.6",
3
+ "version": "4.5.7",
4
4
  "description": "CoreUI Pro Components Library for Angular",
5
5
  "copyright": "Copyright 2023 creativeLabs Łukasz Holeczek",
6
6
  "homepage": "https://coreui.io/angular",