@cauca-911/material 20.0.8 → 20.0.10

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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cauca-911/material",
3
- "version": "20.0.8",
3
+ "version": "20.0.10",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=20.1.3",
6
6
  "@angular/core": ">=20.1.3",