willba-component-library 0.2.29 → 0.2.30
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/lib/index.esm.js +2 -1
- package/lib/index.esm.js.map +1 -1
- package/lib/index.js +2 -1
- package/lib/index.js.map +1 -1
- package/lib/index.umd.js +2 -1
- package/lib/index.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/core/components/calendar/Calendar.tsx +1 -0
package/lib/index.esm.js
CHANGED
|
@@ -10909,7 +10909,8 @@ var Calendar = forwardRef(function (_a, ref) {
|
|
|
10909
10909
|
calendarRange: calendarRange,
|
|
10910
10910
|
overlappingDate: overlappingDate,
|
|
10911
10911
|
});
|
|
10912
|
-
}, captionLayout: "dropdown-buttons", defaultMonth:
|
|
10912
|
+
}, captionLayout: "dropdown-buttons", defaultMonth: (initialCalendarRange === null || initialCalendarRange === void 0 ? void 0 : initialCalendarRange.from) ||
|
|
10913
|
+
selectedStartDate ||
|
|
10913
10914
|
(((_b = disableCalendarDates === null || disableCalendarDates === void 0 ? void 0 : disableCalendarDates.disabledDates) === null || _b === void 0 ? void 0 : _b.length)
|
|
10914
10915
|
? disableCalendarDates.disabledDates[0].from
|
|
10915
10916
|
: today), disabled: disabledDatesByPage.length
|