@vsn-ux/ngx-gaia 0.14.2 → 0.14.4
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/package.json
CHANGED
|
@@ -448,6 +448,7 @@ declare class GaDatepickerInputDirective implements ControlValueAccessor, Valida
|
|
|
448
448
|
emitToNgModel?: boolean;
|
|
449
449
|
}): void;
|
|
450
450
|
writeValue(value: any | null): void;
|
|
451
|
+
private valuesEqual;
|
|
451
452
|
registerOnChange(fn: (value: any) => void): void;
|
|
452
453
|
registerOnTouched(fn: () => void): void;
|
|
453
454
|
setDisabledState(isDisabled: boolean): void;
|