@cauca-911/material 20.0.7 → 20.0.9

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
@@ -5,7 +5,6 @@ import { SubscriptSizing, MatFormFieldControl } from '@angular/material/form-fie
5
5
  import { Clipboard } from '@angular/cdk/clipboard';
6
6
  import { ComponentType } from '@angular/cdk/portal';
7
7
  import { Observable, Subject } from 'rxjs';
8
- import { PasswordValidation as PasswordValidation$1 } from 'projects/cauca-material/src/lib/core/models/password-validation';
9
8
  import { BooleanInput } from '@angular/cdk/coercion';
10
9
  import { MatAutocomplete, MatAutocompleteTrigger, MatAutocompleteSelectedEvent } from '@angular/material/autocomplete';
11
10
  import { Configuration } from '@cauca-911/core';
@@ -304,7 +303,7 @@ declare class PasswordCriteriaViewerComponent {
304
303
 
305
304
  declare class PasswordSelectionComponent implements ControlValueAccessor {
306
305
  form: UntypedFormGroup;
307
- passwordValidation: PasswordValidation$1;
306
+ passwordValidation: PasswordValidation;
308
307
  disabled: boolean;
309
308
  direction: 'row' | 'column';
310
309
  formWidth: string;
@@ -492,7 +491,7 @@ declare class PageTitleComponent {
492
491
  declare class SavingConfirmedBoxComponent {
493
492
  show: i0.ModelSignal<boolean>;
494
493
  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>;
494
+ static ɵcmp: i0.ɵɵComponentDeclaration<SavingConfirmedBoxComponent, "cauca-saving-confirmed-box", never, { "show": { "alias": "show"; "required": false; "isSignal": true; }; }, { "show": "showChange"; }, never, never, true, never>;
496
495
  }
497
496
 
498
497
  declare class SavingErrorBoxComponent {
@@ -500,7 +499,7 @@ declare class SavingErrorBoxComponent {
500
499
  specificError: i0.InputSignal<string>;
501
500
  error: i0.Signal<string>;
502
501
  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>;
502
+ 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
503
  }
505
504
 
506
505
  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.9",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=20.1.3",
6
6
  "@angular/core": ">=20.1.3",