@cauca-911/material 20.2.9 → 20.2.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
|
@@ -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<"
|
|
363
|
+
inputType: i0.Signal<"password" | "text">;
|
|
366
364
|
constructor();
|
|
367
365
|
writeValue(value: string): void;
|
|
368
366
|
registerOnChange(fn: any): void;
|