@elderbyte/ngx-starter 17.6.2 → 17.6.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/esm2022/lib/common/data/datasource/local/local-list-data-source.mjs +9 -3
- package/esm2022/lib/common/data/field-comparator.mjs +11 -2
- package/esm2022/lib/components/select/single/elder-select/elder-select.component.mjs +6 -3
- package/fesm2022/elderbyte-ngx-starter.mjs +23 -5
- package/fesm2022/elderbyte-ngx-starter.mjs.map +1 -1
- package/lib/components/select/single/elder-select/elder-select.component.d.ts +1 -0
- package/package.json +1 -1
|
@@ -143,6 +143,7 @@ export declare class ElderSelectComponent<TEntity = any, TId = any, TValue = TEn
|
|
|
143
143
|
private entityIdFromValue;
|
|
144
144
|
private selectEntityById;
|
|
145
145
|
private loadEntityById;
|
|
146
|
+
private onEntityValueReady;
|
|
146
147
|
private findInDataContext;
|
|
147
148
|
entityToValue(entity: TEntity): TValue;
|
|
148
149
|
/**
|