@devopmaat/badaboom 1.4.3 → 1.4.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
|
@@ -350,11 +350,13 @@ declare class BdbSearchInputComponent<TEntity extends BdbEntity> implements Cont
|
|
|
350
350
|
dataSource: i0.InputSignal<BdbDataSourceV2<TEntity, _devopmaat_badaboom.DataSourceState>>;
|
|
351
351
|
displayFn: i0.InputSignal<(x: TEntity) => string>;
|
|
352
352
|
placeholder: string;
|
|
353
|
+
destroyRef: DestroyRef;
|
|
353
354
|
searchCtrl: FormControl<string | TEntity | null>;
|
|
354
355
|
static nextId: number;
|
|
355
356
|
id: string;
|
|
356
357
|
stateChanges: Subject<void>;
|
|
357
358
|
focused: boolean;
|
|
359
|
+
options: i0.WritableSignal<TEntity[]>;
|
|
358
360
|
get required(): boolean;
|
|
359
361
|
get errorState(): boolean;
|
|
360
362
|
controlType: string;
|