ngx-material-entity 16.1.2 → 16.1.3
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.
|
@@ -363,6 +363,13 @@ export declare class NgxMatEntityInputComponent<EntityType extends BaseEntityTyp
|
|
|
363
363
|
private initObjectInput;
|
|
364
364
|
private startImportJson;
|
|
365
365
|
private importJson;
|
|
366
|
+
/**
|
|
367
|
+
* Checks if two objects are equal. Is needed for the dropdown.
|
|
368
|
+
* @param value1 - The first object to compare.
|
|
369
|
+
* @param value2 - The second object to compare.
|
|
370
|
+
* @returns Whether or not the objects are the same.
|
|
371
|
+
*/
|
|
372
|
+
compareObjects(value1?: EntityType, value2?: EntityType): boolean;
|
|
366
373
|
/**
|
|
367
374
|
* Filters the dropdown values.
|
|
368
375
|
* @param searchInput - The search input to filter for.
|