@isma91/react-scheduler 4.0.4 → 4.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/README.md +1 -0
- package/index.js +571 -557
- package/package.json +1 -1
- package/store/default.d.ts +2 -0
- package/types.d.ts +6 -0
package/README.md
CHANGED
|
@@ -107,6 +107,7 @@ All props are _optional_
|
|
|
107
107
|
| showCurrentTimeBar | boolean. Show/hide the current time indicator bar. <br>_Default_: `true` |
|
|
108
108
|
| currentTimeBarColor | string. Color of the current time indicator bar. <br>_Default_: `theme.palette.error.light` (red) |
|
|
109
109
|
| forceInlineMultiDay | boolean. When `true`, events spanning multiple days with `allDay: false` will be displayed in the time grid instead of the all-day header. Events will be split visually at midnight boundaries. <br>_Default_: `false` |
|
|
110
|
+
| displayHourRange | boolean. Controls visibility of the secondary information in Agenda list items. When `false`, hides the secondary text.<br>_Default_: `true` |
|
|
110
111
|
|
|
111
112
|
### SchedulerRef
|
|
112
113
|
|