makula-schedule 2.3.4 → 2.3.6

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.
@@ -377,6 +377,9 @@ var SchedulerData = exports["default"] = /*#__PURE__*/function () {
377
377
  var schedulerWidth = this.getSchedulerWidth();
378
378
  var resourceTableWidth = this.isResourceViewResponsive() ? parseInt(schedulerWidth * Number(resourceTableConfigWidth.slice(0, -1)) / 100, 10) : resourceTableConfigWidth;
379
379
  if (this.isSchedulerResponsive() && this.getContentTableWidth() + resourceTableWidth < schedulerWidth) resourceTableWidth = schedulerWidth - this.getContentTableWidth();
380
+ console.log('schedulerWidth', schedulerWidth);
381
+ console.log('resourceTableConfigWidth', resourceTableConfigWidth);
382
+ console.log('resourceTableWidth', resourceTableWidth);
380
383
  return resourceTableWidth;
381
384
  }
382
385
  }, {
@@ -472,7 +472,7 @@ function Scheduler(props) {
472
472
  var resourcePaddingBottom = resourceScrollbarHeight === 0 ? contentScrollbarHeight : 0;
473
473
  var contentPaddingBottom = contentScrollbarHeight === 0 ? resourceScrollbarHeight : 0;
474
474
  var schedulerContentStyle = {
475
- overflowX: viewType === _default.ViewType.Week ? 'hidden' : 'auto',
475
+ overflowX: 'auto',
476
476
  overflowY: 'auto',
477
477
  margin: '0px',
478
478
  position: 'relative',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "makula-schedule",
3
- "version": "2.3.4",
3
+ "version": "2.3.6",
4
4
  "description": "React Big Schedule is a powerful and intuitive scheduler and resource planning solution built with React. Seamlessly integrate this modern browser-compatible component into your applications to effectively manage time, appointments, and resources. With drag-and-drop functionality, interactive UI, and granular views, react-big-schedule empowers users to effortlessly schedule and allocate resources with precision. Enhance productivity and streamline your workflow with this React-based solution, designed to optimize time management and simplify calendar-based operations. Perfect for applications requiring advanced scheduling capabilities, react-big-schedule offers a seamless and intuitive experience for managing appointments, resource allocation, and time slots. Unlock the potential of your React projects with react-big-schedule and revolutionize the way you handle scheduling and resource planning. It is the updated version of react-big-scheduler",
5
5
  "keywords": [
6
6
  "react-big-schedule",