di-controls
Advanced tools
Comparing version 5.0.6 to 5.0.7
@@ -22,2 +22,3 @@ import { ChangeDetectorRef, ModelSignal, Signal } from '@angular/core'; | ||
export declare abstract class DIControlValueAccessor<T> implements ControlValueAccessor { | ||
#private; | ||
protected readonly config?: DIControlValueAccessorConfig<T> | undefined; | ||
@@ -70,4 +71,5 @@ protected readonly model: Signal<T | null>; | ||
private update; | ||
private addDisabledAttribute; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<DIControlValueAccessor<any>, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<DIControlValueAccessor<any>, never, never, { "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; }, { "disabled": "disabledChange"; }, never, never, false, never>; | ||
} |
{ | ||
"name": "di-controls", | ||
"version": "5.0.6", | ||
"version": "5.0.7", | ||
"repository": { | ||
@@ -5,0 +5,0 @@ "type": "git", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
271162
3193