chrv-components 1.11.45 → 1.11.47

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
@@ -1317,11 +1317,13 @@ declare class InlineSvgComponent implements OnInit {
1317
1317
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<InlineSvgComponent, "chr-inline-svg", never, { "src": { "alias": "src"; "required": false; "isSignal": true; }; "class": { "alias": "class"; "required": false; "isSignal": true; }; "height": { "alias": "height"; "required": false; "isSignal": true; }; "width": { "alias": "width"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
1318
1318
  }
1319
1319
 
1320
- declare class TabComponent {
1320
+ declare class TabComponent implements OnInit {
1321
1321
  label: _angular_core.InputSignal<string>;
1322
+ disabled: _angular_core.InputSignal<boolean>;
1322
1323
  active: _angular_core.WritableSignal<boolean>;
1324
+ ngOnInit(): void;
1323
1325
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<TabComponent, never>;
1324
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<TabComponent, "chr-tab", never, { "label": { "alias": "label"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
1326
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<TabComponent, "chr-tab", never, { "label": { "alias": "label"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
1325
1327
  }
1326
1328
 
1327
1329
  declare class TabGroupComponent {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chrv-components",
3
- "version": "1.11.45",
3
+ "version": "1.11.47",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=17.0.0",
6
6
  "@angular/core": ">=17.0.0",
Binary file