@bryntum/calendar-vue-3 7.2.3 → 7.2.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.
Files changed (48) hide show
  1. package/lib/chunks/{DBQayOqn.js → BDTNWR5N.js} +7 -5
  2. package/lib/chunks/{DBQayOqn.js.map → BDTNWR5N.js.map} +1 -1
  3. package/lib/chunks/BIZkK5rf.js.map +1 -1
  4. package/lib/chunks/BWnGGswQ.js.map +1 -1
  5. package/lib/chunks/{LuH47Bqk.js → B_G0FwYy.js} +3 -1
  6. package/lib/chunks/{LuH47Bqk.js.map → B_G0FwYy.js.map} +1 -1
  7. package/lib/chunks/BclPIY1S.js.map +1 -1
  8. package/lib/chunks/BwSsnMqD.js.map +1 -1
  9. package/lib/chunks/C2mWiGAY.js.map +1 -1
  10. package/lib/chunks/C5iF2l6i.js.map +1 -1
  11. package/lib/chunks/Ckl-wIwj.js.map +1 -1
  12. package/lib/chunks/{BAW_NqgP.js → CmjLe7_l.js} +5 -3
  13. package/lib/chunks/{BAW_NqgP.js.map → CmjLe7_l.js.map} +1 -1
  14. package/lib/chunks/DAw8jYZJ.js.map +1 -1
  15. package/lib/chunks/Dqdy0S36.js.map +1 -1
  16. package/lib/chunks/{DtKmEeJb.js → QeGOhsbk.js} +3 -1
  17. package/lib/chunks/{DtKmEeJb.js.map → QeGOhsbk.js.map} +1 -1
  18. package/lib/chunks/iDCR6UCK.js.map +1 -1
  19. package/lib/components/BryntumDayAgendaView.js +1 -1
  20. package/lib/components/BryntumDayResourceView.js +1 -1
  21. package/lib/components/BryntumDayView.js +1 -1
  22. package/lib/components/BryntumWeekView.js +1 -1
  23. package/lib/index.js +4 -4
  24. package/package.json +1 -1
  25. package/src/components/BryntumAgendaView.vue +4 -3
  26. package/src/components/BryntumAgendaViewProps.ts +4 -3
  27. package/src/components/BryntumCalendar.vue +2 -2
  28. package/src/components/BryntumDayAgendaView.vue +8 -0
  29. package/src/components/BryntumDayAgendaViewProps.ts +7 -0
  30. package/src/components/BryntumDayResourceView.vue +12 -3
  31. package/src/components/BryntumDayResourceViewProps.ts +11 -3
  32. package/src/components/BryntumDayView.vue +12 -3
  33. package/src/components/BryntumDayViewProps.ts +11 -3
  34. package/src/components/BryntumEventList.vue +4 -3
  35. package/src/components/BryntumEventListProps.ts +4 -3
  36. package/src/components/BryntumMonthGrid.vue +5 -4
  37. package/src/components/BryntumMonthGridProps.ts +5 -4
  38. package/src/components/BryntumMonthView.vue +7 -4
  39. package/src/components/BryntumMonthViewProps.ts +7 -4
  40. package/src/components/BryntumResourceView.vue +4 -3
  41. package/src/components/BryntumResourceViewProps.ts +4 -3
  42. package/src/components/BryntumScheduler.vue +3 -3
  43. package/src/components/BryntumSchedulerBase.vue +3 -3
  44. package/src/components/BryntumTimelineHistogram.vue +3 -3
  45. package/src/components/BryntumWeekView.vue +12 -3
  46. package/src/components/BryntumWeekViewProps.ts +11 -3
  47. package/src/components/BryntumYearView.vue +5 -4
  48. package/src/components/BryntumYearViewProps.ts +5 -4
@@ -1,4 +1,4 @@
1
- import type { AlignSpec, Base, BryntumScrollOptions, ButtonConfig, CalendarView, Color, ContainerItemConfig, ContainerLayoutConfig, DayCell, DomConfig, EventBar, EventModel, KeyMapConfig, MaskConfig, MenuItemConfig, MenuItemEntry, OverflowPopupConfig, PagingToolbarConfig, PanelCollapserConfig, PanelCollapserOverlayConfig, PanelHeader, Rectangle, ResourceModel, Scroller, ScrollerConfig, StateProvider, TabConfig, ToolConfig, ToolbarConfig, ToolbarItems, TooltipConfig, Widget, YearCell, YearViewListeners } from '@bryntum/calendar';
1
+ import type { AlignSpec, Base, BryntumScrollOptions, ButtonConfig, CalendarView, Color, ContainerItemConfig, ContainerLayoutConfig, DayCell, DomConfig, DurationConfig, EventBar, EventModel, KeyMapConfig, MaskConfig, MenuItemConfig, MenuItemEntry, OverflowPopupConfig, PagingToolbarConfig, PanelCollapserConfig, PanelCollapserOverlayConfig, PanelHeader, Rectangle, ResourceModel, Scroller, ScrollerConfig, StateProvider, TabConfig, ToolConfig, ToolbarConfig, ToolbarItems, TooltipConfig, Widget, YearCell, YearViewListeners } from '@bryntum/calendar';
2
2
  import { } from '@bryntum/calendar';
3
3
 
4
4
  export declare type BryntumYearViewProps = {
@@ -840,12 +840,13 @@ export declare type BryntumYearViewProps = {
840
840
  */
841
841
  shortEventCls ? : string
842
842
  /**
843
- * The duration at which below and equal to this value, an event's encapsulating element gets
844
- * the [shortEventCls](https://bryntum.com/products/calendar/docs/api/Calendar/widget/mixin/CalendarMixin#config-shortEventCls) added to it so that small event bars can have style rearrangements.
843
+ * The duration threshold at or below which an event's encapsulating element gets
844
+ * the [shortEventCls](https://bryntum.com/products/calendar/docs/api/Calendar/widget/mixin/CalendarMixin#config-shortEventCls) added to it so that small event bars can have
845
+ * style rearrangements.
845
846
  * ...
846
847
  * [View online docs...](https://bryntum.com/products/calendar/docs/api/Calendar/widget/YearView#config-shortEventDuration)
847
848
  */
848
- shortEventDuration ? : string|number
849
+ shortEventDuration ? : DurationConfig|number|string
849
850
  /**
850
851
  * *Only valid if this Widget is [floating](https://bryntum.com/products/calendar/docs/api/Core/widget/Widget#config-floating).*
851
852
  * ...