@cauca-911/material 20.2.9 → 20.2.11

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
@@ -7,7 +7,6 @@ import { Clipboard } from '@angular/cdk/clipboard';
7
7
  import { ComponentType } from '@angular/cdk/portal';
8
8
  import * as rxjs from 'rxjs';
9
9
  import { Observable, Subject } from 'rxjs';
10
- import { FaIconLibrary } from '@fortawesome/angular-fontawesome';
11
10
  import { BooleanInput } from '@angular/cdk/coercion';
12
11
  import { MatAutocomplete, MatAutocompleteTrigger, MatAutocompleteSelectedEvent } from '@angular/material/autocomplete';
13
12
  import { MatSelect } from '@angular/material/select';
@@ -282,7 +281,6 @@ declare class IconComponent {
282
281
  faIcon: string[];
283
282
  image: string;
284
283
  set icon(value: string);
285
- constructor(library: FaIconLibrary);
286
284
  static ɵfac: i0.ɵɵFactoryDeclaration<IconComponent, never>;
287
285
  static ɵcmp: i0.ɵɵComponentDeclaration<IconComponent, "cauca-icon", never, { "icon": { "alias": "icon"; "required": false; }; }, {}, never, never, true, never>;
288
286
  }
@@ -362,7 +360,7 @@ declare class PasswordInputComponent implements ControlValueAccessor {
362
360
  passwordControl: FormControl;
363
361
  disabled: WritableSignal<boolean>;
364
362
  showPassword: WritableSignal<boolean>;
365
- inputType: i0.Signal<"text" | "password">;
363
+ inputType: i0.Signal<"password" | "text">;
366
364
  constructor();
367
365
  writeValue(value: string): void;
368
366
  registerOnChange(fn: any): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cauca-911/material",
3
- "version": "20.2.9",
3
+ "version": "20.2.11",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=20.2.1",
6
6
  "@angular/core": ">=20.2.1",
@@ -8,12 +8,7 @@
8
8
  "@cauca-911/core": ">=20.2.0",
9
9
  "ngx-mat-select-search": ">=8.0.0",
10
10
  "ngx-color-picker": ">=20.1.1",
11
- "@fortawesome/angular-fontawesome": "^3.0.0",
12
- "@fortawesome/fontawesome-common-types": "^7.0.0",
13
- "@fortawesome/fontawesome-svg-core": "^7.0.0",
14
- "@fortawesome/free-brands-svg-icons": "^7.0.0",
15
- "@fortawesome/free-solid-svg-icons": "^7.0.0",
16
- "@fortawesome/pro-light-svg-icons": "^7.0.0"
11
+ "@fortawesome/angular-fontawesome": "^3.0.0"
17
12
  },
18
13
  "homepage": "https://cauca.ca",
19
14
  "license": "SEE LICENSE IN LICENSE",