chrv-components 1.11.97 → 1.11.98

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/index.d.ts CHANGED
@@ -1517,12 +1517,12 @@ declare class ChrContextMenuComponent implements AfterViewInit {
1517
1517
  }
1518
1518
 
1519
1519
  declare class ChrDropdownComponent {
1520
- isOpen: _angular_core.WritableSignal<boolean>;
1520
+ isOpen: _angular_core.ModelSignal<boolean>;
1521
1521
  title: _angular_core.InputSignal<string>;
1522
1522
  private children;
1523
1523
  hasContent: _angular_core.Signal<boolean>;
1524
1524
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<ChrDropdownComponent, never>;
1525
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<ChrDropdownComponent, "chr-dropdown", never, { "title": { "alias": "title"; "required": true; "isSignal": true; }; }, {}, never, ["*"], true, never>;
1525
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<ChrDropdownComponent, "chr-dropdown", never, { "isOpen": { "alias": "isOpen"; "required": false; "isSignal": true; }; "title": { "alias": "title"; "required": true; "isSignal": true; }; }, { "isOpen": "isOpenChange"; }, never, ["*"], true, never>;
1526
1526
  }
1527
1527
 
1528
1528
  interface IMinimumColumnMetadata {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chrv-components",
3
- "version": "1.11.97",
3
+ "version": "1.11.98",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=17.0.0",
6
6
  "@angular/core": ">=17.0.0",
Binary file