funda-ui 4.7.585 → 4.7.599

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.
@@ -3605,7 +3605,8 @@ var EventCalendar = function EventCalendar(props) {
3605
3605
  'selected': d === day && isInteractive,
3606
3606
  'last-cell': isLastCell,
3607
3607
  'last-row': isLastRow,
3608
- 'disabled': !isInteractive
3608
+ 'disabled': !isInteractive,
3609
+ 'has-events': _eventContent() !== null
3609
3610
  }),
3610
3611
  key: "col" + i,
3611
3612
  "data-date": (0,funda_utils_dist_cjs_date__WEBPACK_IMPORTED_MODULE_1__.getCalendarDate)(_dateShow),
@@ -5317,7 +5317,8 @@ var EventCalendarTimeline = function EventCalendarTimeline(props) {
5317
5317
  'today': d === now.getDate(),
5318
5318
  'selected': isCellSelected(rowIndex, dayIndex) && isInteractive,
5319
5319
  'last-cell': isLastCol,
5320
- 'disabled': !isInteractive
5320
+ 'disabled': !isInteractive,
5321
+ 'has-events': _eventContent() !== null
5321
5322
  }),
5322
5323
  key: "col" + i,
5323
5324
  "data-index": colIndex - 1,
@@ -3605,7 +3605,8 @@ var EventCalendar = function EventCalendar(props) {
3605
3605
  'selected': d === day && isInteractive,
3606
3606
  'last-cell': isLastCell,
3607
3607
  'last-row': isLastRow,
3608
- 'disabled': !isInteractive
3608
+ 'disabled': !isInteractive,
3609
+ 'has-events': _eventContent() !== null
3609
3610
  }),
3610
3611
  key: "col" + i,
3611
3612
  "data-date": (0,funda_utils_dist_cjs_date__WEBPACK_IMPORTED_MODULE_1__.getCalendarDate)(_dateShow),
@@ -5317,7 +5317,8 @@ var EventCalendarTimeline = function EventCalendarTimeline(props) {
5317
5317
  'today': d === now.getDate(),
5318
5318
  'selected': isCellSelected(rowIndex, dayIndex) && isInteractive,
5319
5319
  'last-cell': isLastCol,
5320
- 'disabled': !isInteractive
5320
+ 'disabled': !isInteractive,
5321
+ 'has-events': _eventContent() !== null
5321
5322
  }),
5322
5323
  key: "col" + i,
5323
5324
  "data-index": colIndex - 1,
@@ -774,7 +774,8 @@ const EventCalendar = (props: EventCalendarProps) => {
774
774
  'selected': d === day && isInteractive,
775
775
  'last-cell': isLastCell,
776
776
  'last-row': isLastRow,
777
- 'disabled': !isInteractive
777
+ 'disabled': !isInteractive,
778
+ 'has-events': _eventContent() !== null
778
779
  }
779
780
  )}
780
781
  key={"col" + i}
@@ -1562,7 +1562,8 @@ const EventCalendarTimeline = (props: EventCalendarTimelineProps) => {
1562
1562
  'today': d === now.getDate(),
1563
1563
  'selected': isCellSelected(rowIndex, dayIndex) && isInteractive,
1564
1564
  'last-cell': isLastCol,
1565
- 'disabled': !isInteractive
1565
+ 'disabled': !isInteractive,
1566
+ 'has-events': _eventContent() !== null
1566
1567
  }
1567
1568
  )}
1568
1569
  key={"col" + i}
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "author": "UIUX Lab",
3
3
  "email": "uiuxlab@gmail.com",
4
4
  "name": "funda-ui",
5
- "version": "4.7.585",
5
+ "version": "4.7.599",
6
6
  "description": "React components using pure Bootstrap 5+ which does not contain any external style and script libraries.",
7
7
  "repository": {
8
8
  "type": "git",