@dereekb/dbx-form 9.24.20 → 9.24.21
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/esm2020/calendar/lib/calendar.schedule.selection.days.component.mjs +2 -2
- package/esm2020/calendar/lib/calendar.schedule.selection.store.mjs +1 -1
- package/esm2020/lib/formly/field/selection/list/list.field.component.mjs +2 -2
- package/fesm2015/dereekb-dbx-form-calendar.mjs +1 -1
- package/fesm2015/dereekb-dbx-form-calendar.mjs.map +1 -1
- package/fesm2015/dereekb-dbx-form.mjs +1 -1
- package/fesm2015/dereekb-dbx-form.mjs.map +1 -1
- package/fesm2020/dereekb-dbx-form-calendar.mjs +1 -1
- package/fesm2020/dereekb-dbx-form-calendar.mjs.map +1 -1
- package/fesm2020/dereekb-dbx-form.mjs +1 -1
- package/fesm2020/dereekb-dbx-form.mjs.map +1 -1
- package/mapbox/package.json +4 -4
- package/package.json +4 -4
|
@@ -1493,7 +1493,7 @@ class DbxItemListFieldComponent extends FieldType {
|
|
|
1493
1493
|
}));
|
|
1494
1494
|
this.isSelectedModifierFunction$ = this.values$.pipe(distinctUntilHasDifferentValues(), map((values) => {
|
|
1495
1495
|
return dbxValueListItemDecisionFunction(isSelectedDecisionFunctionFactory({ readKey: this.readKey })(values));
|
|
1496
|
-
}), shareReplay());
|
|
1496
|
+
}), shareReplay(1));
|
|
1497
1497
|
}
|
|
1498
1498
|
get label() {
|
|
1499
1499
|
return this.field.props.label;
|