@coreui/angular-pro 5.3.0 → 5.3.3

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.
@@ -8,9 +8,11 @@ export declare class AccordionItemComponent implements OnInit, OnDestroy {
8
8
  * @type boolean
9
9
  * @default false
10
10
  */
11
- visible: boolean;
12
- set open(value: boolean);
13
- get open(): boolean;
11
+ readonly visibleInput: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
12
+ readonly itemVisible: import("@angular/core").WritableSignal<boolean>;
13
+ visibleInputChange: import("@angular/core").EffectRef;
14
+ set visible(value: boolean);
15
+ get visible(): boolean;
14
16
  contentId: string;
15
17
  get itemContext(): {
16
18
  $implicit: boolean;
@@ -21,6 +23,5 @@ export declare class AccordionItemComponent implements OnInit, OnDestroy {
21
23
  ngOnDestroy(): void;
22
24
  toggleItem(): void;
23
25
  static ɵfac: i0.ɵɵFactoryDeclaration<AccordionItemComponent, never>;
24
- static ɵcmp: i0.ɵɵComponentDeclaration<AccordionItemComponent, "c-accordion-item", ["cAccordionItem"], { "visible": { "alias": "visible"; "required": false; }; "open": { "alias": "open"; "required": false; }; }, {}, ["contentTemplates"], ["*", "*"], true, never>;
25
- static ngAcceptInputType_visible: unknown;
26
+ static ɵcmp: i0.ɵɵComponentDeclaration<AccordionItemComponent, "c-accordion-item", ["cAccordionItem"], { "visibleInput": { "alias": "visible"; "required": false; "isSignal": true; }; }, {}, ["contentTemplates"], ["*", "*"], true, never>;
26
27
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coreui/angular-pro",
3
- "version": "5.3.0",
3
+ "version": "5.3.3",
4
4
  "description": "CoreUI Pro Components Library for Angular",
5
5
  "copyright": "Copyright 2024 creativeLabs Łukasz Holeczek",
6
6
  "homepage": "https://coreui.io/angular",
@@ -29,7 +29,7 @@
29
29
  "@angular/forms": "^19.0.0",
30
30
  "@angular/router": "^19.0.0",
31
31
  "@coreui/coreui-pro": "^5.8.0",
32
- "@coreui/icons-angular": "~5.3.2",
32
+ "@coreui/icons-angular": "~5.3.3",
33
33
  "rxjs": "^7.8.1"
34
34
  },
35
35
  "repository": {