@cauca-911/material 20.0.7 → 20.0.8

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
@@ -492,7 +492,7 @@ declare class PageTitleComponent {
492
492
  declare class SavingConfirmedBoxComponent {
493
493
  show: i0.ModelSignal<boolean>;
494
494
  static ɵfac: i0.ɵɵFactoryDeclaration<SavingConfirmedBoxComponent, never>;
495
- static ɵcmp: i0.ɵɵComponentDeclaration<SavingConfirmedBoxComponent, "app-saving-confirmed-box", never, { "show": { "alias": "show"; "required": false; "isSignal": true; }; }, { "show": "showChange"; }, never, never, true, never>;
495
+ static ɵcmp: i0.ɵɵComponentDeclaration<SavingConfirmedBoxComponent, "cauca-saving-confirmed-box", never, { "show": { "alias": "show"; "required": false; "isSignal": true; }; }, { "show": "showChange"; }, never, never, true, never>;
496
496
  }
497
497
 
498
498
  declare class SavingErrorBoxComponent {
@@ -500,7 +500,7 @@ declare class SavingErrorBoxComponent {
500
500
  specificError: i0.InputSignal<string>;
501
501
  error: i0.Signal<string>;
502
502
  static ɵfac: i0.ɵɵFactoryDeclaration<SavingErrorBoxComponent, never>;
503
- static ɵcmp: i0.ɵɵComponentDeclaration<SavingErrorBoxComponent, "app-saving-error-box", never, { "show": { "alias": "show"; "required": false; "isSignal": true; }; "specificError": { "alias": "specificError"; "required": false; "isSignal": true; }; }, { "show": "showChange"; }, never, never, true, never>;
503
+ static ɵcmp: i0.ɵɵComponentDeclaration<SavingErrorBoxComponent, "cauca-saving-error-box", never, { "show": { "alias": "show"; "required": false; "isSignal": true; }; "specificError": { "alias": "specificError"; "required": false; "isSignal": true; }; }, { "show": "showChange"; }, never, never, true, never>;
504
504
  }
505
505
 
506
506
  declare class CaucaInputFileComponent implements OnInit {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cauca-911/material",
3
- "version": "20.0.7",
3
+ "version": "20.0.8",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=20.1.3",
6
6
  "@angular/core": ">=20.1.3",