di-controls
Advanced tools
Comparing version 5.0.3 to 5.0.4
@@ -131,3 +131,3 @@ import { DICompareHost } from 'di-controls/classes'; | ||
private getCompareFn; | ||
updateModel(obj: TModel[] | null): void; | ||
internalUpdateModel(obj: TModel[] | null): void; | ||
writeValue(value: TModel[] | null): void; | ||
@@ -134,0 +134,0 @@ writeValueFromHost(obj: TModel[] | null): void; |
@@ -56,7 +56,7 @@ import { ChangeDetectorRef, ModelSignal, Signal } from '@angular/core'; | ||
/** | ||
* Updates the model. Use this method to update model from your Control | ||
* Updates the model. | ||
* | ||
* @param value - new value | ||
*/ | ||
updateModel(value: T | null): void; | ||
internalUpdateModel(value: T | null): void; | ||
/** | ||
@@ -63,0 +63,0 @@ * Method is called by the forms API to write to the view when programmatic changes from model to view are requested. |
@@ -194,2 +194,10 @@ import { OnInit } from '@angular/core'; | ||
updateModel(value: TModel | null): void; | ||
/** | ||
* Updates the model of the current control. | ||
* Don't use this method directly, use `updateModel` instead. | ||
* | ||
* @param value - new value. | ||
* @internal | ||
*/ | ||
internalUpdateModel(value: TModel | null): void; | ||
writeValue(value: TModel | null): void; | ||
@@ -196,0 +204,0 @@ /** |
{ | ||
"name": "di-controls", | ||
"version": "5.0.3", | ||
"version": "5.0.4", | ||
"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
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
269079
3179