@dereekb/dbx-form 9.24.19 → 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
|
@@ -1513,7 +1513,7 @@ class DbxItemListFieldComponent extends FieldType {
|
|
|
1513
1513
|
}));
|
|
1514
1514
|
this.isSelectedModifierFunction$ = this.values$.pipe(distinctUntilHasDifferentValues(), map((values) => {
|
|
1515
1515
|
return dbxValueListItemDecisionFunction(isSelectedDecisionFunctionFactory({ readKey: this.readKey })(values));
|
|
1516
|
-
}), shareReplay());
|
|
1516
|
+
}), shareReplay(1));
|
|
1517
1517
|
}
|
|
1518
1518
|
get label() {
|
|
1519
1519
|
return this.field.props.label;
|