@dereekb/dbx-form 9.24.36 → 9.24.37
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.store.mjs +1 -2
- package/fesm2015/dereekb-dbx-form-calendar.mjs +0 -1
- package/fesm2015/dereekb-dbx-form-calendar.mjs.map +1 -1
- package/fesm2020/dereekb-dbx-form-calendar.mjs +0 -1
- package/fesm2020/dereekb-dbx-form-calendar.mjs.map +1 -1
- package/mapbox/package.json +4 -4
- package/package.json +4 -4
|
@@ -614,7 +614,6 @@ function computeScheduleSelectionValue(state) {
|
|
|
614
614
|
function computeScheduleSelectionRangeAndExclusion(state) {
|
|
615
615
|
const { start: currentStart, isEnabledDay, isEnabledFilterDay } = state;
|
|
616
616
|
const dateFactory = dateBlockTimingStartDateFactory({ start: currentStart }, { assertTimingMatchesTimezone: false, useSystemTimezone: true });
|
|
617
|
-
// const dateFactory = dateBlockTimingStartDateFactory(changeTimingToSystemTimezone({ start: currentStart }), { useSystemTimezone: true });
|
|
618
617
|
const dateBlockRange = computeCalendarScheduleSelectionDateBlockRange(state);
|
|
619
618
|
if (dateBlockRange == null) {
|
|
620
619
|
return null; // returns null if no items are selected.
|