makula-schedule 1.0.4 → 1.0.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.
- package/dist/components/index.js +1 -1
- package/dist/css/style.css +9 -2
- package/package.json +1 -1
package/dist/components/index.js
CHANGED
|
@@ -478,7 +478,6 @@ function Scheduler(props) {
|
|
|
478
478
|
className: "resource-view",
|
|
479
479
|
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
|
|
480
480
|
style: {
|
|
481
|
-
overflow: 'hidden',
|
|
482
481
|
borderBottom: '1px solid #e9e9e9',
|
|
483
482
|
height: showWeekNumber ? config.tableHeaderHeight + 24 : config.tableHeaderHeight
|
|
484
483
|
},
|
|
@@ -555,6 +554,7 @@ function Scheduler(props) {
|
|
|
555
554
|
onBlur: onSchedulerHeadMouseOut,
|
|
556
555
|
onScroll: onSchedulerHeadScroll,
|
|
557
556
|
"aria-label": "Scheduler Header",
|
|
557
|
+
className: "no-scrollbar",
|
|
558
558
|
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
|
|
559
559
|
style: {
|
|
560
560
|
paddingRight: "".concat(contentScrollbarWidth, "px"),
|
package/dist/css/style.css
CHANGED
|
@@ -26881,7 +26881,6 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
26881
26881
|
margin: 8px 0 0;
|
|
26882
26882
|
padding: 0;
|
|
26883
26883
|
}
|
|
26884
|
-
|
|
26885
26884
|
.rbs *,
|
|
26886
26885
|
.rbs *::before,
|
|
26887
26886
|
.rbs *::after {
|
|
@@ -26895,6 +26894,15 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
26895
26894
|
font-weight: 500;
|
|
26896
26895
|
}
|
|
26897
26896
|
|
|
26897
|
+
.no-scrollbar {
|
|
26898
|
+
-ms-overflow-style: none; /* Internet Explorer 10+ */
|
|
26899
|
+
scrollbar-width: none; /* Firefox */
|
|
26900
|
+
}
|
|
26901
|
+
|
|
26902
|
+
.no-scrollbar::-webkit-scrollbar {
|
|
26903
|
+
display: none; /* Safari and Chrome */
|
|
26904
|
+
}
|
|
26905
|
+
|
|
26898
26906
|
.rbs .header2-text,
|
|
26899
26907
|
.rbs .header3-text,
|
|
26900
26908
|
.rbs .base-text,
|
|
@@ -26928,7 +26936,6 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
26928
26936
|
|
|
26929
26937
|
.rbs .resource-view {
|
|
26930
26938
|
border: 1px solid #e9e9e9;
|
|
26931
|
-
overflow: hidden;
|
|
26932
26939
|
}
|
|
26933
26940
|
|
|
26934
26941
|
.rbs .scheduler-view {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "makula-schedule",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.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",
|