makula-schedule 1.0.2 → 1.0.4

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.
@@ -160,6 +160,7 @@ function HeaderView(_ref) {
160
160
  style: {
161
161
  height: headerHeight
162
162
  },
163
+ className: "no-scrollbar",
163
164
  children: headerList
164
165
  })]
165
166
  });
package/dist/index.d.ts CHANGED
@@ -117,6 +117,8 @@ export interface SchedulerProps<EventType extends EventItem = EventItem> {
117
117
  ) => void;
118
118
  leftCustomHeader?: React.ReactNode;
119
119
  rightCustomHeader?: React.ReactNode;
120
+ showWeekNumber?: boolean;
121
+ CustomResourceHeader?: React.ComponentType;
120
122
  dndSources?: DnDSource[];
121
123
  parentRef?: React.RefObject<any>;
122
124
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "makula-schedule",
3
- "version": "1.0.2",
3
+ "version": "1.0.4",
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",
@@ -68,7 +68,7 @@
68
68
  "antd": "^4.24.0",
69
69
  "dayjs": "^1.11.19",
70
70
  "prop-types": "^15.8.1",
71
- "react-router-dom": "^5.3.0",
71
+ "react-router-dom": "^6.30.3",
72
72
  "rrule": "^2.8.1"
73
73
  },
74
74
  "peerDependencies": {