@progress/kendo-vue-scheduler 3.5.1 → 3.5.2-dev.202209020458

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 (344) hide show
  1. package/dist/cdn/js/kendo-vue-scheduler.js +1 -1
  2. package/dist/es/Scheduler.d.ts +1 -1
  3. package/dist/es/Scheduler.js +2 -2
  4. package/dist/es/components/BaseView.d.ts +1 -1
  5. package/dist/es/components/BaseView.js +2 -2
  6. package/dist/es/components/CurrentTimeMarker.js +1 -1
  7. package/dist/es/components/CurrentTimeMarkerArrow.js +1 -1
  8. package/dist/es/components/SchedulerForm.d.ts +1 -1
  9. package/dist/es/components/SchedulerForm.js +1 -1
  10. package/dist/es/components/SchedulerOccurrenceDialog.d.ts +1 -1
  11. package/dist/es/components/SchedulerOccurrenceDialog.js +1 -1
  12. package/dist/es/components/SchedulerRemoveDialog.d.ts +1 -1
  13. package/dist/es/components/SchedulerRemoveDialog.js +1 -1
  14. package/dist/es/components/ShowMoreItemsButton.d.ts +1 -1
  15. package/dist/es/components/footer/bussiness-hours/BusinessHours.js +1 -1
  16. package/dist/es/components/header/navigation/DatePickerToggleButton.js +1 -1
  17. package/dist/es/components/header/navigation/NavigationDatePicker.js +1 -1
  18. package/dist/es/components/header/navigation/SchedulerNavigation.js +1 -1
  19. package/dist/es/components/header/view-selector/ViewSelectorItem.d.ts +1 -1
  20. package/dist/es/components/header/view-selector/ViewSelectorItem.js +1 -1
  21. package/dist/es/components/header/view-selector/ViewSelectorList.js +1 -1
  22. package/dist/es/constants/{index.d.ts → main.d.ts} +1 -1
  23. package/dist/es/constants/{index.js → main.js} +0 -0
  24. package/dist/es/context/SchedulerContext.d.ts +1 -1
  25. package/dist/es/context/SchedulerEditTaskContext.d.ts +1 -1
  26. package/dist/es/context/SchedulerViewContext.d.ts +1 -1
  27. package/dist/es/context/{index.d.ts → main.d.ts} +0 -0
  28. package/dist/es/context/{index.js → main.js} +0 -0
  29. package/dist/es/editors/ResourceEditor.d.ts +1 -1
  30. package/dist/es/editors/ResourceEditor.js +1 -1
  31. package/dist/es/editors/SchedulerFormEditor.js +1 -1
  32. package/dist/es/editors/common.js +1 -1
  33. package/dist/es/hooks/{index.d.ts → main.d.ts} +0 -0
  34. package/dist/es/hooks/{index.js → main.js} +0 -0
  35. package/dist/es/hooks/use-items-focus.js +1 -1
  36. package/dist/es/hooks/use-items-selection.js +1 -1
  37. package/dist/es/hooks/useEditable.d.ts +1 -1
  38. package/dist/es/hooks/useRowSync.js +1 -1
  39. package/dist/es/hooks/useSlotExpand.js +1 -1
  40. package/dist/es/items/SchedulerEditItem.d.ts +2 -2
  41. package/dist/es/items/SchedulerEditItem.js +2 -2
  42. package/dist/es/items/SchedulerItem.d.ts +1 -1
  43. package/dist/es/items/SchedulerItem.js +4 -4
  44. package/dist/es/items/SchedulerViewItem.js +2 -2
  45. package/dist/es/items/hooks/use-drag-item.d.ts +1 -1
  46. package/dist/es/items/hooks/use-drag-item.js +1 -1
  47. package/dist/es/items/hooks/use-form-item.d.ts +1 -1
  48. package/dist/es/items/hooks/use-remove-item.d.ts +1 -1
  49. package/dist/es/items/hooks/use-resize-item.d.ts +1 -1
  50. package/dist/es/items/hooks/use-resize-item.js +1 -1
  51. package/dist/es/items/hooks/use-series.d.ts +1 -1
  52. package/dist/es/items/hooks/use-show-occurrence-dialog.d.ts +1 -1
  53. package/dist/es/items/hooks/use-show-remove-item-dialog.d.ts +1 -1
  54. package/dist/es/main.d.ts +2 -2
  55. package/dist/es/main.js +1 -1
  56. package/dist/es/messages/{index.d.ts → main.d.ts} +0 -0
  57. package/dist/es/messages/{index.js → main.js} +0 -0
  58. package/dist/es/models/{index.d.ts → main.d.ts} +0 -0
  59. package/dist/es/models/{index.js → main.js} +0 -0
  60. package/dist/es/package-metadata.js +1 -1
  61. package/dist/es/recurrence/RecurrenceEditor.js +1 -1
  62. package/dist/es/recurrence/common.js +1 -1
  63. package/dist/es/recurrence/utils/{index.d.ts → main.d.ts} +0 -0
  64. package/dist/es/recurrence/utils/{index.js → main.js} +0 -0
  65. package/dist/es/reducers/editReducer.d.ts +1 -1
  66. package/dist/es/reducers/{index.d.ts → main.d.ts} +0 -0
  67. package/dist/es/reducers/{index.js → main.js} +0 -0
  68. package/dist/es/services/itemsService.d.ts +1 -1
  69. package/dist/es/services/itemsService.js +1 -1
  70. package/dist/es/services/{index.d.ts → main.d.ts} +0 -0
  71. package/dist/es/services/{index.js → main.js} +0 -0
  72. package/dist/es/services/occurrenceService.d.ts +1 -1
  73. package/dist/es/services/occurrenceService.js +1 -1
  74. package/dist/es/services/rangeService.d.ts +1 -1
  75. package/dist/es/services/slotsService.d.ts +1 -1
  76. package/dist/es/services/slotsService.js +1 -1
  77. package/dist/es/slots/SchedulerEditSlot.d.ts +1 -1
  78. package/dist/es/slots/SchedulerEditSlot.js +2 -2
  79. package/dist/es/slots/SchedulerSlot.d.ts +1 -1
  80. package/dist/es/slots/SchedulerSlot.js +1 -1
  81. package/dist/es/slots/SchedulerViewSlot.js +1 -1
  82. package/dist/es/tasks/SchedulerEditTask.d.ts +1 -1
  83. package/dist/es/tasks/SchedulerEditTask.js +2 -2
  84. package/dist/es/tasks/SchedulerTask.d.ts +1 -1
  85. package/dist/es/tasks/SchedulerTask.js +2 -2
  86. package/dist/{npm/utils/index.d.ts → es/utils/main.d.ts} +1 -1
  87. package/dist/es/utils/{index.js → main.js} +1 -1
  88. package/dist/es/views/agenda/AgendaView.d.ts +1 -1
  89. package/dist/es/views/agenda/AgendaView.js +4 -4
  90. package/dist/es/views/agenda/AgendaViewBody.js +1 -1
  91. package/dist/es/views/agenda/AgendaViewHead.js +1 -1
  92. package/dist/es/views/agenda/AgendaViewHeaderItem.d.ts +1 -1
  93. package/dist/es/views/common/HorizontalResourceIterator.d.ts +1 -1
  94. package/dist/es/views/common/HorizontalResourceIterator.js +1 -1
  95. package/dist/es/views/common/SchedulerDrag.d.ts +1 -1
  96. package/dist/es/views/common/SchedulerDrag.js +2 -2
  97. package/dist/es/views/common/SchedulerResize.d.ts +1 -1
  98. package/dist/es/views/common/SchedulerResize.js +2 -2
  99. package/dist/es/views/common/VerticalResourceIterator.d.ts +1 -1
  100. package/dist/es/views/common/utils.d.ts +1 -1
  101. package/dist/es/views/day/DayView.js +1 -1
  102. package/dist/es/views/day/DayViewAllDayRowContent.js +1 -1
  103. package/dist/es/views/day/DayViewMiddleRow.js +1 -1
  104. package/dist/es/views/day/DayViewRowContent.d.ts +1 -1
  105. package/dist/es/views/day/DayViewVerticalSlotsRow.js +1 -1
  106. package/dist/es/views/day/MultiDayView.d.ts +1 -1
  107. package/dist/es/views/day/MultiDayView.js +3 -3
  108. package/dist/es/views/month/MonthView.d.ts +1 -1
  109. package/dist/es/views/month/MonthView.js +3 -3
  110. package/dist/es/views/time/MultiDayTimelineView.d.ts +1 -1
  111. package/dist/es/views/time/MultiDayTimelineView.js +3 -3
  112. package/dist/es/views/time/TimelineViewAllEventsRowContent.js +1 -1
  113. package/dist/es/views/time/TimelineViewBody.js +1 -1
  114. package/dist/es/views/week/WeekView.js +3 -3
  115. package/dist/es/views/week/WorkWeekView.js +3 -3
  116. package/dist/esm/Scheduler.d.ts +1 -1
  117. package/dist/esm/Scheduler.js +2 -2
  118. package/dist/esm/components/BaseView.d.ts +1 -1
  119. package/dist/esm/components/BaseView.js +2 -2
  120. package/dist/esm/components/CurrentTimeMarker.js +1 -1
  121. package/dist/esm/components/CurrentTimeMarkerArrow.js +1 -1
  122. package/dist/esm/components/SchedulerForm.d.ts +1 -1
  123. package/dist/esm/components/SchedulerForm.js +1 -1
  124. package/dist/esm/components/SchedulerOccurrenceDialog.d.ts +1 -1
  125. package/dist/esm/components/SchedulerOccurrenceDialog.js +1 -1
  126. package/dist/esm/components/SchedulerRemoveDialog.d.ts +1 -1
  127. package/dist/esm/components/SchedulerRemoveDialog.js +1 -1
  128. package/dist/esm/components/ShowMoreItemsButton.d.ts +1 -1
  129. package/dist/esm/components/footer/bussiness-hours/BusinessHours.js +1 -1
  130. package/dist/esm/components/header/navigation/DatePickerToggleButton.js +1 -1
  131. package/dist/esm/components/header/navigation/NavigationDatePicker.js +1 -1
  132. package/dist/esm/components/header/navigation/SchedulerNavigation.js +1 -1
  133. package/dist/esm/components/header/view-selector/ViewSelectorItem.d.ts +1 -1
  134. package/dist/esm/components/header/view-selector/ViewSelectorItem.js +1 -1
  135. package/dist/esm/components/header/view-selector/ViewSelectorList.js +1 -1
  136. package/dist/{npm/constants/index.d.ts → esm/constants/main.d.ts} +1 -1
  137. package/dist/esm/constants/{index.js → main.js} +0 -0
  138. package/dist/esm/context/SchedulerContext.d.ts +1 -1
  139. package/dist/esm/context/SchedulerEditTaskContext.d.ts +1 -1
  140. package/dist/esm/context/SchedulerViewContext.d.ts +1 -1
  141. package/dist/esm/context/{index.d.ts → main.d.ts} +0 -0
  142. package/dist/esm/context/{index.js → main.js} +0 -0
  143. package/dist/esm/editors/ResourceEditor.d.ts +1 -1
  144. package/dist/esm/editors/ResourceEditor.js +1 -1
  145. package/dist/esm/editors/SchedulerFormEditor.js +1 -1
  146. package/dist/esm/editors/common.js +1 -1
  147. package/dist/esm/hooks/{index.d.ts → main.d.ts} +0 -0
  148. package/dist/esm/hooks/{index.js → main.js} +0 -0
  149. package/dist/esm/hooks/use-items-focus.js +1 -1
  150. package/dist/esm/hooks/use-items-selection.js +1 -1
  151. package/dist/esm/hooks/useEditable.d.ts +1 -1
  152. package/dist/esm/hooks/useRowSync.js +1 -1
  153. package/dist/esm/hooks/useSlotExpand.js +1 -1
  154. package/dist/esm/items/SchedulerEditItem.d.ts +2 -2
  155. package/dist/esm/items/SchedulerEditItem.js +2 -2
  156. package/dist/esm/items/SchedulerItem.d.ts +1 -1
  157. package/dist/esm/items/SchedulerItem.js +4 -4
  158. package/dist/esm/items/SchedulerViewItem.js +2 -2
  159. package/dist/esm/items/hooks/use-drag-item.d.ts +1 -1
  160. package/dist/esm/items/hooks/use-drag-item.js +1 -1
  161. package/dist/esm/items/hooks/use-form-item.d.ts +1 -1
  162. package/dist/esm/items/hooks/use-remove-item.d.ts +1 -1
  163. package/dist/esm/items/hooks/use-resize-item.d.ts +1 -1
  164. package/dist/esm/items/hooks/use-resize-item.js +1 -1
  165. package/dist/esm/items/hooks/use-series.d.ts +1 -1
  166. package/dist/esm/items/hooks/use-show-occurrence-dialog.d.ts +1 -1
  167. package/dist/esm/items/hooks/use-show-remove-item-dialog.d.ts +1 -1
  168. package/dist/esm/main.d.ts +2 -2
  169. package/dist/esm/main.js +1 -1
  170. package/dist/esm/messages/{index.d.ts → main.d.ts} +0 -0
  171. package/dist/esm/messages/{index.js → main.js} +0 -0
  172. package/dist/esm/models/{index.d.ts → main.d.ts} +0 -0
  173. package/dist/esm/models/{index.js → main.js} +0 -0
  174. package/dist/esm/package-metadata.js +1 -1
  175. package/dist/esm/recurrence/RecurrenceEditor.js +1 -1
  176. package/dist/esm/recurrence/common.js +1 -1
  177. package/dist/esm/recurrence/utils/{index.d.ts → main.d.ts} +0 -0
  178. package/dist/esm/recurrence/utils/{index.js → main.js} +0 -0
  179. package/dist/esm/reducers/editReducer.d.ts +1 -1
  180. package/dist/esm/reducers/{index.d.ts → main.d.ts} +0 -0
  181. package/dist/esm/reducers/{index.js → main.js} +0 -0
  182. package/dist/esm/services/itemsService.d.ts +1 -1
  183. package/dist/esm/services/itemsService.js +1 -1
  184. package/dist/esm/services/{index.d.ts → main.d.ts} +0 -0
  185. package/dist/esm/services/{index.js → main.js} +0 -0
  186. package/dist/esm/services/occurrenceService.d.ts +1 -1
  187. package/dist/esm/services/occurrenceService.js +1 -1
  188. package/dist/esm/services/rangeService.d.ts +1 -1
  189. package/dist/esm/services/slotsService.d.ts +1 -1
  190. package/dist/esm/services/slotsService.js +1 -1
  191. package/dist/esm/slots/SchedulerEditSlot.d.ts +1 -1
  192. package/dist/esm/slots/SchedulerEditSlot.js +2 -2
  193. package/dist/esm/slots/SchedulerSlot.d.ts +1 -1
  194. package/dist/esm/slots/SchedulerSlot.js +1 -1
  195. package/dist/esm/slots/SchedulerViewSlot.js +1 -1
  196. package/dist/esm/tasks/SchedulerEditTask.d.ts +1 -1
  197. package/dist/esm/tasks/SchedulerEditTask.js +2 -2
  198. package/dist/esm/tasks/SchedulerTask.d.ts +1 -1
  199. package/dist/esm/tasks/SchedulerTask.js +2 -2
  200. package/dist/{es/utils/index.d.ts → esm/utils/main.d.ts} +1 -1
  201. package/dist/esm/utils/{index.js → main.js} +1 -1
  202. package/dist/esm/views/agenda/AgendaView.d.ts +1 -1
  203. package/dist/esm/views/agenda/AgendaView.js +4 -4
  204. package/dist/esm/views/agenda/AgendaViewBody.js +1 -1
  205. package/dist/esm/views/agenda/AgendaViewHead.js +1 -1
  206. package/dist/esm/views/agenda/AgendaViewHeaderItem.d.ts +1 -1
  207. package/dist/esm/views/common/HorizontalResourceIterator.d.ts +1 -1
  208. package/dist/esm/views/common/HorizontalResourceIterator.js +1 -1
  209. package/dist/esm/views/common/SchedulerDrag.d.ts +1 -1
  210. package/dist/esm/views/common/SchedulerDrag.js +2 -2
  211. package/dist/esm/views/common/SchedulerResize.d.ts +1 -1
  212. package/dist/esm/views/common/SchedulerResize.js +2 -2
  213. package/dist/esm/views/common/VerticalResourceIterator.d.ts +1 -1
  214. package/dist/esm/views/common/utils.d.ts +1 -1
  215. package/dist/esm/views/day/DayView.js +1 -1
  216. package/dist/esm/views/day/DayViewAllDayRowContent.js +1 -1
  217. package/dist/esm/views/day/DayViewMiddleRow.js +1 -1
  218. package/dist/esm/views/day/DayViewRowContent.d.ts +1 -1
  219. package/dist/esm/views/day/DayViewVerticalSlotsRow.js +1 -1
  220. package/dist/esm/views/day/MultiDayView.d.ts +1 -1
  221. package/dist/esm/views/day/MultiDayView.js +3 -3
  222. package/dist/esm/views/month/MonthView.d.ts +1 -1
  223. package/dist/esm/views/month/MonthView.js +3 -3
  224. package/dist/esm/views/time/MultiDayTimelineView.d.ts +1 -1
  225. package/dist/esm/views/time/MultiDayTimelineView.js +3 -3
  226. package/dist/esm/views/time/TimelineViewAllEventsRowContent.js +1 -1
  227. package/dist/esm/views/time/TimelineViewBody.js +1 -1
  228. package/dist/esm/views/week/WeekView.js +3 -3
  229. package/dist/esm/views/week/WorkWeekView.js +3 -3
  230. package/dist/npm/Scheduler.d.ts +1 -1
  231. package/dist/npm/Scheduler.js +45 -45
  232. package/dist/npm/components/BaseView.d.ts +1 -1
  233. package/dist/npm/components/BaseView.js +10 -10
  234. package/dist/npm/components/CurrentTimeMarker.js +8 -8
  235. package/dist/npm/components/CurrentTimeMarkerArrow.js +6 -6
  236. package/dist/npm/components/SchedulerForm.d.ts +1 -1
  237. package/dist/npm/components/SchedulerForm.js +7 -7
  238. package/dist/npm/components/SchedulerOccurrenceDialog.d.ts +1 -1
  239. package/dist/npm/components/SchedulerOccurrenceDialog.js +10 -10
  240. package/dist/npm/components/SchedulerRemoveDialog.d.ts +1 -1
  241. package/dist/npm/components/SchedulerRemoveDialog.js +5 -5
  242. package/dist/npm/components/ShowMoreItemsButton.d.ts +1 -1
  243. package/dist/npm/components/footer/bussiness-hours/BusinessHours.js +5 -5
  244. package/dist/npm/components/header/navigation/DatePickerToggleButton.js +2 -2
  245. package/dist/npm/components/header/navigation/NavigationDatePicker.js +2 -2
  246. package/dist/npm/components/header/navigation/SchedulerNavigation.js +4 -4
  247. package/dist/npm/components/header/view-selector/ViewSelectorItem.d.ts +1 -1
  248. package/dist/npm/components/header/view-selector/ViewSelectorItem.js +2 -2
  249. package/dist/npm/components/header/view-selector/ViewSelectorList.js +4 -4
  250. package/dist/{esm/constants/index.d.ts → npm/constants/main.d.ts} +1 -1
  251. package/dist/npm/constants/{index.js → main.js} +0 -0
  252. package/dist/npm/context/SchedulerContext.d.ts +1 -1
  253. package/dist/npm/context/SchedulerEditTaskContext.d.ts +1 -1
  254. package/dist/npm/context/SchedulerViewContext.d.ts +1 -1
  255. package/dist/npm/context/{index.d.ts → main.d.ts} +0 -0
  256. package/dist/npm/context/{index.js → main.js} +0 -0
  257. package/dist/npm/editors/ResourceEditor.d.ts +1 -1
  258. package/dist/npm/editors/ResourceEditor.js +2 -2
  259. package/dist/npm/editors/SchedulerFormEditor.js +38 -38
  260. package/dist/npm/editors/common.js +2 -2
  261. package/dist/npm/hooks/{index.d.ts → main.d.ts} +0 -0
  262. package/dist/npm/hooks/{index.js → main.js} +0 -0
  263. package/dist/npm/hooks/use-items-focus.js +4 -4
  264. package/dist/npm/hooks/use-items-selection.js +3 -3
  265. package/dist/npm/hooks/useEditable.d.ts +1 -1
  266. package/dist/npm/hooks/useRowSync.js +2 -2
  267. package/dist/npm/hooks/useSlotExpand.js +2 -2
  268. package/dist/npm/items/SchedulerEditItem.d.ts +2 -2
  269. package/dist/npm/items/SchedulerEditItem.js +14 -14
  270. package/dist/npm/items/SchedulerItem.d.ts +1 -1
  271. package/dist/npm/items/SchedulerItem.js +11 -11
  272. package/dist/npm/items/SchedulerViewItem.js +17 -17
  273. package/dist/npm/items/hooks/use-drag-item.d.ts +1 -1
  274. package/dist/npm/items/hooks/use-drag-item.js +17 -17
  275. package/dist/npm/items/hooks/use-form-item.d.ts +1 -1
  276. package/dist/npm/items/hooks/use-remove-item.d.ts +1 -1
  277. package/dist/npm/items/hooks/use-resize-item.d.ts +1 -1
  278. package/dist/npm/items/hooks/use-resize-item.js +20 -20
  279. package/dist/npm/items/hooks/use-series.d.ts +1 -1
  280. package/dist/npm/items/hooks/use-show-occurrence-dialog.d.ts +1 -1
  281. package/dist/npm/items/hooks/use-show-remove-item-dialog.d.ts +1 -1
  282. package/dist/npm/main.d.ts +2 -2
  283. package/dist/npm/main.js +3 -3
  284. package/dist/npm/messages/{index.d.ts → main.d.ts} +0 -0
  285. package/dist/npm/messages/{index.js → main.js} +0 -0
  286. package/dist/npm/models/{index.d.ts → main.d.ts} +0 -0
  287. package/dist/npm/models/{index.js → main.js} +0 -0
  288. package/dist/npm/package-metadata.js +1 -1
  289. package/dist/npm/recurrence/RecurrenceEditor.js +23 -23
  290. package/dist/npm/recurrence/common.js +11 -11
  291. package/dist/npm/recurrence/utils/{index.d.ts → main.d.ts} +0 -0
  292. package/dist/npm/recurrence/utils/{index.js → main.js} +0 -0
  293. package/dist/npm/reducers/editReducer.d.ts +1 -1
  294. package/dist/npm/reducers/{index.d.ts → main.d.ts} +0 -0
  295. package/dist/npm/reducers/{index.js → main.js} +0 -0
  296. package/dist/npm/services/itemsService.d.ts +1 -1
  297. package/dist/npm/services/itemsService.js +3 -3
  298. package/dist/npm/services/{index.d.ts → main.d.ts} +0 -0
  299. package/dist/npm/services/{index.js → main.js} +0 -0
  300. package/dist/npm/services/occurrenceService.d.ts +1 -1
  301. package/dist/npm/services/occurrenceService.js +8 -8
  302. package/dist/npm/services/rangeService.d.ts +1 -1
  303. package/dist/npm/services/slotsService.d.ts +1 -1
  304. package/dist/npm/services/slotsService.js +3 -3
  305. package/dist/npm/slots/SchedulerEditSlot.d.ts +1 -1
  306. package/dist/npm/slots/SchedulerEditSlot.js +21 -21
  307. package/dist/npm/slots/SchedulerSlot.d.ts +1 -1
  308. package/dist/npm/slots/SchedulerSlot.js +5 -5
  309. package/dist/npm/slots/SchedulerViewSlot.js +4 -4
  310. package/dist/npm/tasks/SchedulerEditTask.d.ts +1 -1
  311. package/dist/npm/tasks/SchedulerEditTask.js +4 -4
  312. package/dist/npm/tasks/SchedulerTask.d.ts +1 -1
  313. package/dist/npm/tasks/SchedulerTask.js +4 -4
  314. package/dist/{esm/utils/index.d.ts → npm/utils/main.d.ts} +1 -1
  315. package/dist/npm/utils/{index.js → main.js} +2 -2
  316. package/dist/npm/views/agenda/AgendaView.d.ts +1 -1
  317. package/dist/npm/views/agenda/AgendaView.js +16 -16
  318. package/dist/npm/views/agenda/AgendaViewBody.js +3 -3
  319. package/dist/npm/views/agenda/AgendaViewHead.js +4 -4
  320. package/dist/npm/views/agenda/AgendaViewHeaderItem.d.ts +1 -1
  321. package/dist/npm/views/common/HorizontalResourceIterator.d.ts +1 -1
  322. package/dist/npm/views/common/HorizontalResourceIterator.js +2 -2
  323. package/dist/npm/views/common/SchedulerDrag.d.ts +1 -1
  324. package/dist/npm/views/common/SchedulerDrag.js +5 -5
  325. package/dist/npm/views/common/SchedulerResize.d.ts +1 -1
  326. package/dist/npm/views/common/SchedulerResize.js +5 -5
  327. package/dist/npm/views/common/VerticalResourceIterator.d.ts +1 -1
  328. package/dist/npm/views/common/utils.d.ts +1 -1
  329. package/dist/npm/views/day/DayView.js +2 -2
  330. package/dist/npm/views/day/DayViewAllDayRowContent.js +2 -2
  331. package/dist/npm/views/day/DayViewMiddleRow.js +3 -3
  332. package/dist/npm/views/day/DayViewRowContent.d.ts +1 -1
  333. package/dist/npm/views/day/DayViewVerticalSlotsRow.js +4 -4
  334. package/dist/npm/views/day/MultiDayView.d.ts +1 -1
  335. package/dist/npm/views/day/MultiDayView.js +21 -21
  336. package/dist/npm/views/month/MonthView.d.ts +1 -1
  337. package/dist/npm/views/month/MonthView.js +12 -12
  338. package/dist/npm/views/time/MultiDayTimelineView.d.ts +1 -1
  339. package/dist/npm/views/time/MultiDayTimelineView.js +16 -16
  340. package/dist/npm/views/time/TimelineViewAllEventsRowContent.js +2 -2
  341. package/dist/npm/views/time/TimelineViewBody.js +4 -4
  342. package/dist/npm/views/week/WeekView.js +10 -10
  343. package/dist/npm/views/week/WorkWeekView.js +9 -9
  344. package/package.json +12 -12
@@ -3,7 +3,7 @@ declare type DefaultData<V> = object | ((this: V) => {});
3
3
  declare type DefaultMethods<V> = {
4
4
  [key: string]: (this: V, ...args: any[]) => any;
5
5
  };
6
- import { DataItem, SchedulerView, EditableProp, SchedulerGroup, SchedulerResource, SchedulerModelFields, SchedulerViewProps } from './models';
6
+ import { DataItem, SchedulerView, EditableProp, SchedulerGroup, SchedulerResource, SchedulerModelFields, SchedulerViewProps } from './models/main';
7
7
  /**
8
8
  * Represents the props of the [Kendo UI for Vue Scheduler component]({% slug overview_scheduler %}).
9
9
  */
@@ -29,7 +29,7 @@ import * as Vue from 'vue';
29
29
  var allVue = Vue;
30
30
  var gh = allVue.h;
31
31
  var isV3 = allVue.version && allVue.version[0] === '3';
32
- import { getModelFields, getField, findMaster, setField, toSchedulerGroups, getToday } from './utils';
32
+ import { getModelFields, getField, findMaster, setField, toSchedulerGroups, getToday } from './utils/main';
33
33
  import { clone, getListeners, getTemplate, templateRendering } from '@progress/kendo-vue-common';
34
34
  import { provideIntlService, provideLocalizationService } from '@progress/kendo-vue-intl';
35
35
  import { SchedulerHeader } from './components/header/SchedulerHeader';
@@ -46,7 +46,7 @@ import { validatePackage } from '@progress/kendo-vue-common';
46
46
  import { packageMetadata } from './package-metadata';
47
47
  import { AgendaView, MonthView, WeekView, WorkWeekView } from './main';
48
48
  import { TimelineView } from './views/time/TimelineView';
49
- import { useEditable } from './hooks';
49
+ import { useEditable } from './hooks/main';
50
50
  var DEFAULT_DATE_FORMAT = '{0:D}';
51
51
  var DEFAULT_SHORT_DATE_FORMAT = '{0:d}';
52
52
  /**
@@ -3,7 +3,7 @@ declare type DefaultData<V> = object | ((this: V) => {});
3
3
  declare type DefaultMethods<V> = {
4
4
  [key: string]: (this: V, ...args: any[]) => any;
5
5
  };
6
- import { Range, SchedulerViewProps } from '../models';
6
+ import { Range, SchedulerViewProps } from '../models/main';
7
7
  /**
8
8
  * @hidden
9
9
  */
@@ -3,12 +3,12 @@ import * as Vue from 'vue';
3
3
  var allVue = Vue;
4
4
  var gh = allVue.h;
5
5
  var isV3 = allVue.version && allVue.version[0] === '3';
6
- import { useCellSync, dispatchFocusedItems, dispatchFocusedSlots } from '../hooks'; // import { SchedulerItemHandle, SchedulerSlotHandle } from '../main';
6
+ import { useCellSync, dispatchFocusedItems, dispatchFocusedSlots } from '../hooks/main'; // import { SchedulerItemHandle, SchedulerSlotHandle } from '../main';
7
7
 
8
8
  import { ITEMS_SELECT_ACTION, dispatchSelectedItems } from '../hooks/use-items-selection';
9
9
  import { dispatchSelectedSlots, SLOTS_SELECT_ACTION } from '../hooks/use-slots-selection';
10
10
  import { getDefaultSlots } from '@progress/kendo-vue-common';
11
- import { COLLECTION_ACTION } from '../utils';
11
+ import { COLLECTION_ACTION } from '../utils/main';
12
12
  /**
13
13
  * @hidden
14
14
  */
@@ -5,7 +5,7 @@ var gh = allVue.h;
5
5
  var isV3 = allVue.version && allVue.version[0] === '3';
6
6
  import { cloneDate } from '@progress/kendo-date-math'; // import { useSchedulerElementContext, useSchedulerPropsContext, useSchedulerViewSlotsContext } from '../context';
7
7
 
8
- import { first, isInTimeRange, intersects } from '../utils';
8
+ import { first, isInTimeRange, intersects } from '../utils/main';
9
9
  import { getRect } from '../views/common/utils';
10
10
 
11
11
  var combineWidths = function combineWidths(slots) {
@@ -6,7 +6,7 @@ var isV3 = allVue.version && allVue.version[0] === '3';
6
6
  import { cloneDate } from '@progress/kendo-date-math';
7
7
  import { classNames } from '@progress/kendo-vue-common'; // import { useSchedulerElementContext, useSchedulerPropsContext, useSchedulerViewSlotsContext } from '../context';
8
8
 
9
- import { first, isInTimeRange, intersects } from '../utils';
9
+ import { first, isInTimeRange, intersects } from '../utils/main';
10
10
  import { getRect } from '../views/common/utils';
11
11
 
12
12
  var setTime = function setTime(origin, candidate) {
@@ -4,7 +4,7 @@ declare type DefaultMethods<V> = {
4
4
  [key: string]: (this: V, ...args: any[]) => any;
5
5
  };
6
6
  import { FormProps } from '@progress/kendo-vue-form';
7
- import { DataItem } from '../models';
7
+ import { DataItem } from '../models/main';
8
8
  export interface SchedulerFormStateChangeEvent<T> {
9
9
  target: SchedulerFormHandle;
10
10
  value: T;
@@ -26,7 +26,7 @@ import { Dialog as KendoDialog } from '@progress/kendo-vue-dialogs';
26
26
  import { provideLocalizationService } from '@progress/kendo-vue-intl';
27
27
  import { SchedulerFormEditor } from '../editors/SchedulerFormEditor'; // import { useSchedulerFieldsContext } from '../context';
28
28
 
29
- import { messages, editorValidationRequired, editorValidationStart, editorValidationEnd, editorSave, editorCancel, editorTitle } from '../messages';
29
+ import { messages, editorValidationRequired, editorValidationStart, editorValidationEnd, editorSave, editorCancel, editorTitle } from '../messages/main';
30
30
  import { getTemplate, guid } from '@progress/kendo-vue-common';
31
31
  /**
32
32
  * @hidden
@@ -3,7 +3,7 @@ declare type DefaultData<V> = object | ((this: V) => {});
3
3
  declare type DefaultMethods<V> = {
4
4
  [key: string]: (this: V, ...args: any[]) => any;
5
5
  };
6
- import { DataItem } from '../models';
6
+ import { DataItem } from '../models/main';
7
7
  export interface SchedulerOccurrenceDialogStateChangeEvent<T> {
8
8
  target: SchedulerOccurrenceDialogHandle;
9
9
  value: T;
@@ -6,7 +6,7 @@ var isV3 = allVue.version && allVue.version[0] === '3';
6
6
  var inject = allVue.inject;
7
7
  import { Dialog, DialogActionsBar } from '@progress/kendo-vue-dialogs';
8
8
  import { provideLocalizationService } from '@progress/kendo-vue-intl';
9
- import { messages, editorOccurrence, editorSeries, editorRecurringConfirmation, editorRecurringDialogTitle, deleteOccurrence, deleteSeries, deleteRecurringDialogTitle, deleteRecurringConfirmation } from '../messages';
9
+ import { messages, editorOccurrence, editorSeries, editorRecurringConfirmation, editorRecurringDialogTitle, deleteOccurrence, deleteSeries, deleteRecurringDialogTitle, deleteRecurringConfirmation } from '../messages/main';
10
10
  import { guid } from '@progress/kendo-vue-common';
11
11
  import { Button } from '@progress/kendo-vue-buttons';
12
12
  /**
@@ -3,7 +3,7 @@ declare type DefaultData<V> = object | ((this: V) => {});
3
3
  declare type DefaultMethods<V> = {
4
4
  [key: string]: (this: V, ...args: any[]) => any;
5
5
  };
6
- import { DataItem } from '../models';
6
+ import { DataItem } from '../models/main';
7
7
  export interface SchedulerRemoveDialogStateChangeEvent<T> {
8
8
  target: SchedulerRemoveDialogHandle;
9
9
  value: T;
@@ -6,7 +6,7 @@ var isV3 = allVue.version && allVue.version[0] === '3';
6
6
  var inject = allVue.inject;
7
7
  import { DialogActionsBar, Dialog } from '@progress/kendo-vue-dialogs';
8
8
  import { provideLocalizationService } from '@progress/kendo-vue-intl';
9
- import { messages, editorCancel, deleteConfirmation, editorDelete, deleteDialogTitle } from '../messages';
9
+ import { messages, editorCancel, deleteConfirmation, editorDelete, deleteDialogTitle } from '../messages/main';
10
10
  import { Button } from '@progress/kendo-vue-buttons';
11
11
  import { guid } from '@progress/kendo-vue-common';
12
12
  /**
@@ -3,7 +3,7 @@ declare type DefaultData<V> = object | ((this: V) => {});
3
3
  declare type DefaultMethods<V> = {
4
4
  [key: string]: (this: V, ...args: any[]) => any;
5
5
  };
6
- import { Slot } from '../models';
6
+ import { Slot } from '../models/main';
7
7
  /**
8
8
  * @hidden
9
9
  */
@@ -3,7 +3,7 @@ import * as Vue from 'vue';
3
3
  var allVue = Vue;
4
4
  var gh = allVue.h;
5
5
  var isV3 = allVue.version && allVue.version[0] === '3';
6
- import { showFullDay, showWorkDay, messages } from '../../../messages';
6
+ import { showFullDay, showWorkDay, messages } from '../../../messages/main';
7
7
  import { ToolbarItem } from '@progress/kendo-vue-buttons';
8
8
  import { getDefaultSlots } from '@progress/kendo-vue-common';
9
9
  import { Button } from '@progress/kendo-vue-buttons';
@@ -20,7 +20,7 @@ var allVue = Vue;
20
20
  var gh = allVue.h;
21
21
  var isV3 = allVue.version && allVue.version[0] === '3';
22
22
  import { provideIntlService } from '@progress/kendo-vue-intl';
23
- import { MS_PER_DAY } from '../../../constants';
23
+ import { MS_PER_DAY } from '../../../constants/main';
24
24
  import { Button } from '@progress/kendo-vue-buttons';
25
25
  /**
26
26
  * @hidden
@@ -28,7 +28,7 @@ import { DatePickerToggleButton } from './DatePickerToggleButton'; // import {
28
28
  // } from '../../../context/SchedulerContext';
29
29
 
30
30
  import { ZonedDate, getDate } from '@progress/kendo-date-math';
31
- import { toUTCDateTime } from '../../../utils';
31
+ import { toUTCDateTime } from '../../../utils/main';
32
32
 
33
33
  var EMPTY_DATE_INPUT = function EMPTY_DATE_INPUT() {
34
34
  return null;
@@ -6,7 +6,7 @@ var isV3 = allVue.version && allVue.version[0] === '3';
6
6
  import { Button, ButtonGroup } from '@progress/kendo-vue-buttons';
7
7
  import { ToolbarItem } from '@progress/kendo-vue-buttons';
8
8
  import { getDefaultSlots } from '@progress/kendo-vue-common';
9
- import { messages, today, previousTitle, nextTitle } from '../../../messages';
9
+ import { messages, today, previousTitle, nextTitle } from '../../../messages/main';
10
10
  import { provideLocalizationService } from '@progress/kendo-vue-intl';
11
11
  /**
12
12
  * @hidden
@@ -4,7 +4,7 @@ declare type DefaultMethods<V> = {
4
4
  [key: string]: (this: V, ...args: any[]) => any;
5
5
  };
6
6
  import { ButtonProps } from '@progress/kendo-vue-buttons';
7
- import { SchedulerViewProps } from '../../../models';
7
+ import { SchedulerViewProps } from '../../../models/main';
8
8
  /** @hidden */
9
9
  export interface ViewSelectorItemProps extends ButtonProps {
10
10
  view: SchedulerViewProps;
@@ -5,7 +5,7 @@ var gh = allVue.h;
5
5
  var isV3 = allVue.version && allVue.version[0] === '3';
6
6
  import { Button } from '@progress/kendo-vue-buttons';
7
7
  import { provideLocalizationService } from '@progress/kendo-vue-intl';
8
- import { messages } from '../../../messages';
8
+ import { messages } from '../../../messages/main';
9
9
  /**
10
10
  * @hidden
11
11
  */
@@ -25,7 +25,7 @@ var isV3 = allVue.version && allVue.version[0] === '3'; // import { useScheduler
25
25
  import { DropDownButton, ButtonGroup } from '@progress/kendo-vue-buttons';
26
26
  import { ViewSelectorItem } from './ViewSelectorItem';
27
27
  import { provideLocalizationService } from '@progress/kendo-vue-intl';
28
- import { messages } from '../../../messages';
28
+ import { messages } from '../../../messages/main';
29
29
  /**
30
30
  * @hidden
31
31
  */
@@ -1,4 +1,4 @@
1
- import { Range, Group } from '../models';
1
+ import { Range, Group } from '../models/main';
2
2
  /** @hidden */
3
3
  export { MS_PER_DAY } from '@progress/kendo-date-math';
4
4
  /** @hidden */
File without changes
@@ -1,5 +1,5 @@
1
1
  import { SchedulerProps } from '../main';
2
- import { SchedulerView } from '../models';
2
+ import { SchedulerView } from '../models/main';
3
3
  /** @hidden */
4
4
  export interface SchedulerContextProps {
5
5
  element: any;
@@ -1,4 +1,4 @@
1
- import { DataItem } from '../models';
1
+ import { DataItem } from '../models/main';
2
2
  /** @hidden */
3
3
  export interface SchedulerEditTaskContextProps {
4
4
  remove: SchedulerEditTaskRemoveItemContextType;
@@ -1,4 +1,4 @@
1
- import { SchedulerViewProps } from '../models';
1
+ import { SchedulerViewProps } from '../models/main';
2
2
  /**
3
3
  * @hidden
4
4
  */
File without changes
File without changes
@@ -4,7 +4,7 @@ declare type DefaultMethods<V> = {
4
4
  [key: string]: (this: V, ...args: any[]) => any;
5
5
  };
6
6
  import { FieldRenderProps } from '@progress/kendo-vue-form';
7
- import { SchedulerResource } from '../models';
7
+ import { SchedulerResource } from '../models/main';
8
8
  /** @hidden */
9
9
  export interface ResourceEditorProps extends FieldRenderProps {
10
10
  resource: SchedulerResource;
@@ -21,7 +21,7 @@ var gh = allVue.h;
21
21
  var isV3 = allVue.version && allVue.version[0] === '3';
22
22
  var inject = allVue.inject;
23
23
  import { DropDownList, MultiSelect } from '@progress/kendo-vue-dropdowns';
24
- import { isPresent } from '../utils';
24
+ import { isPresent } from '../utils/main';
25
25
  /**
26
26
  * @hidden
27
27
  */
@@ -23,7 +23,7 @@ import { provideLocalizationService } from '@progress/kendo-vue-intl';
23
23
  import { Field, FormElement } from '@progress/kendo-vue-form';
24
24
  import { Input as KInput, Checkbox, TextArea } from '@progress/kendo-vue-inputs';
25
25
  import { getListeners, templateRendering } from '@progress/kendo-vue-common';
26
- import { messages, editorEventTitle, editorEventStart, editorEventEnd, editorEventDescription, editorEventAllDay, editorEventTimeZone, editorEventSeparateTimeZones, editorEventStartTimeZone, editorEventEndTimeZone, editorValidationRequired } from '../messages'; // import { useSchedulerPropsContext, useSchedulerFieldsContext } from '../context';
26
+ import { messages, editorEventTitle, editorEventStart, editorEventEnd, editorEventDescription, editorEventAllDay, editorEventTimeZone, editorEventSeparateTimeZones, editorEventStartTimeZone, editorEventEndTimeZone, editorValidationRequired } from '../messages/main'; // import { useSchedulerPropsContext, useSchedulerFieldsContext } from '../context';
27
27
 
28
28
  import { FilterableComboBox } from './FilterableComboBox';
29
29
  import { getDefaultSlots } from '@progress/kendo-vue-common';
@@ -1,5 +1,5 @@
1
1
  import { ZonedDate, toLocalDate } from '@progress/kendo-date-math';
2
- import { toUTCDateTime } from '../utils';
2
+ import { toUTCDateTime } from '../utils/main';
3
3
  /**
4
4
  * @hidden
5
5
  */
File without changes
File without changes
@@ -1,4 +1,4 @@
1
- import { findCurrentItem, findNextItem } from '../utils';
1
+ import { findCurrentItem, findNextItem } from '../utils/main';
2
2
  /**
3
3
  * Represents the available `action` types for the `SchedulerItemsFocusAction` objects.
4
4
  *
@@ -8,7 +8,7 @@ var __spreadArray = this && this.__spreadArray || function (to, from, pack) {
8
8
  return to.concat(ar || Array.prototype.slice.call(from));
9
9
  };
10
10
 
11
- import { findNextItem } from '../utils';
11
+ import { findNextItem } from '../utils/main';
12
12
  /**
13
13
  * Represents the available `action` types for the `SchedulerItemsSelectAction` objects.
14
14
  *
@@ -1,3 +1,3 @@
1
- import { EditableProp } from '../models';
1
+ import { EditableProp } from '../models/main';
2
2
  /** @hidden */
3
3
  export declare const useEditable: (editable?: EditableProp | boolean) => EditableProp;
@@ -1,5 +1,5 @@
1
1
  import { getPadding, setRect } from '../views/common/utils';
2
- import { BORDER_WIDTH } from '../constants';
2
+ import { BORDER_WIDTH } from '../constants/main';
3
3
 
4
4
  var stripSelectorSymbol = function stripSelectorSymbol(str) {
5
5
  return str.slice(1, str.length);
@@ -1,5 +1,5 @@
1
1
  import { getPadding, setRect, getRect } from '../views/common/utils';
2
- import { BORDER_WIDTH } from '../constants';
2
+ import { BORDER_WIDTH } from '../constants/main';
3
3
  import { isObject } from '@progress/kendo-vue-common'; // import { useSchedulerElementContext } from '../context';
4
4
 
5
5
  /** @hidden */
@@ -3,13 +3,13 @@ declare type DefaultData<V> = object | ((this: V) => {});
3
3
  declare type DefaultMethods<V> = {
4
4
  [key: string]: (this: V, ...args: any[]) => any;
5
5
  };
6
- import { DataItem, SchedulerItemDragEvent, SchedulerItemMouseEvent, SchedulerItemKeyboardEvent, SchedulerItemFocusEvent } from '../models';
6
+ import { DataItem, SchedulerItemDragEvent, SchedulerItemMouseEvent, SchedulerItemKeyboardEvent, SchedulerItemFocusEvent } from '../models/main';
7
7
  import { SchedulerOccurrenceDialogStateChangeEvent } from '../components/SchedulerOccurrenceDialog';
8
8
  import { SchedulerFormStateChangeEvent } from '../components/SchedulerForm';
9
9
  import { SchedulerRemoveDialogStateChangeEvent } from '../components/SchedulerRemoveDialog';
10
10
  import { DataAction } from '../Scheduler';
11
11
  import { SchedulerViewItemProps } from './SchedulerViewItem';
12
- import { SchedulerItemsFocusAction, SchedulerSlotsFocusAction } from '../hooks';
12
+ import { SchedulerItemsFocusAction, SchedulerSlotsFocusAction } from '../hooks/main';
13
13
  import { SchedulerItemFormItemAction } from './hooks/use-form-item';
14
14
  import { SchedulerItemShowOccurrenceDialogAction } from './hooks/use-show-occurrence-dialog';
15
15
  import { SchedulerItemRemoveItemAction } from './hooks/use-remove-item';
@@ -23,7 +23,7 @@ var inject = allVue.inject;
23
23
  import { DATA_ACTION } from '../Scheduler';
24
24
  import { clone, Keys, getDefaultSlots, getTemplate } from '@progress/kendo-vue-common';
25
25
  import { SchedulerViewItem } from './SchedulerViewItem';
26
- import { ITEMS_FOCUS_ACTION, SLOTS_FOCUS_ACTION } from '../hooks';
26
+ import { ITEMS_FOCUS_ACTION, SLOTS_FOCUS_ACTION } from '../hooks/main';
27
27
  import { FORM_ITEM_ACTION } from './hooks/use-form-item';
28
28
  import { showOccurrenceDialogReducer, SHOW_OCCURRENCE_DIALOG_ACTION } from './hooks/use-show-occurrence-dialog';
29
29
  import { REMOVE_ITEM_ACTION } from './hooks/use-remove-item';
@@ -32,7 +32,7 @@ import { DRAG_ITEM_ACTION, useDragItem } from './hooks/use-drag-item';
32
32
  import { RESIZE_ITEM_ACTION, useResizeItem } from './hooks/use-resize-item';
33
33
  import { seriesReducer, SERIES_ACTION } from './hooks/use-series';
34
34
  import { ITEMS_SELECT_ACTION } from '../hooks/use-items-selection';
35
- import { compareItems, compareSlots, findMaster } from '../utils';
35
+ import { compareItems, compareSlots, findMaster } from '../utils/main';
36
36
  /**
37
37
  * @hidden
38
38
  */
@@ -3,7 +3,7 @@ declare type DefaultData<V> = object | ((this: V) => {});
3
3
  declare type DefaultMethods<V> = {
4
4
  [key: string]: (this: V, ...args: any[]) => any;
5
5
  };
6
- import { Item, SchedulerItemDragEvent, SchedulerItemFocusEvent, SchedulerItemMouseEvent, SchedulerItemKeyboardEvent, EditableProp } from '../models';
6
+ import { Item, SchedulerItemDragEvent, SchedulerItemFocusEvent, SchedulerItemMouseEvent, SchedulerItemKeyboardEvent, EditableProp } from '../models/main';
7
7
  /**
8
8
  * Represents the props of the Kendo UI for Vue [SchedulerItem]({% slug api_scheduler_scheduleritemprops %}) component.
9
9
  */
@@ -20,12 +20,12 @@ var allVue = Vue;
20
20
  var gh = allVue.h;
21
21
  var isV3 = allVue.version && allVue.version[0] === '3';
22
22
  var inject = allVue.inject;
23
- import { COLLECTION_ACTION, toSchedulerGroups } from '../utils';
23
+ import { COLLECTION_ACTION, toSchedulerGroups } from '../utils/main';
24
24
  import { Draggable, getDefaultSlots, getTemplate } from '@progress/kendo-vue-common';
25
25
  import { provideIntlService, provideLocalizationService } from '@progress/kendo-vue-intl';
26
- import { messages, deleteTitle } from '../messages';
27
- import { useEditable } from '../hooks';
28
- import { formatEventTime } from '../utils';
26
+ import { messages, deleteTitle } from '../messages/main';
27
+ import { useEditable } from '../hooks/main';
28
+ import { formatEventTime } from '../utils/main';
29
29
  import { SchedulerOccurrenceDialog } from '../components/SchedulerOccurrenceDialog';
30
30
  import { SchedulerRemoveDialog } from '../components/SchedulerRemoveDialog';
31
31
  import { SchedulerForm } from '../components/SchedulerForm';
@@ -21,9 +21,9 @@ var gh = allVue.h;
21
21
  var isV3 = allVue.version && allVue.version[0] === '3';
22
22
  var inject = allVue.inject;
23
23
  import { SchedulerItem } from './SchedulerItem';
24
- import { intersects, first, calculateOrder } from '../utils';
24
+ import { intersects, first, calculateOrder } from '../utils/main';
25
25
  import { getRect, setRect } from '../views/common/utils';
26
- import { BORDER_WIDTH } from '../constants';
26
+ import { BORDER_WIDTH } from '../constants/main';
27
27
  import { provideIntlService } from '@progress/kendo-vue-intl';
28
28
  import { SchedulerItemContent } from './SchedulerItemContent';
29
29
  import { getDefaultSlots, getTemplate } from '@progress/kendo-vue-common';
@@ -1,4 +1,4 @@
1
- import { DataItem } from '../../models';
1
+ import { DataItem } from '../../models/main';
2
2
  import { SchedulerEditItemAll } from '../SchedulerEditItem';
3
3
  /**
4
4
  * Represents the available `action` types for the `SchedulerItemDragItemAction` objects.
@@ -13,7 +13,7 @@ import { clone } from '@progress/kendo-vue-common'; // import { useSchedulerFiel
13
13
  // import { useControlledState } from '../../hooks/useControlledState';
14
14
 
15
15
  import { DATA_ACTION } from '../../main';
16
- import { getField, setField, slotDive } from '../../utils';
16
+ import { getField, setField, slotDive } from '../../utils/main';
17
17
  /**
18
18
  * Represents the available `action` types for the `SchedulerItemDragItemAction` objects.
19
19
  *
@@ -1,4 +1,4 @@
1
- import { DataItem } from '../../models';
1
+ import { DataItem } from '../../models/main';
2
2
  /** @hidden */
3
3
  export declare enum FORM_ITEM_ACTION {
4
4
  set = "FORM_ITEM_SET",
@@ -1,4 +1,4 @@
1
- import { DataItem } from '../../models';
1
+ import { DataItem } from '../../models/main';
2
2
  /**
3
3
  * Represents the available `action` types for the `SchedulerItemRemoveItemAction` objects.
4
4
  *
@@ -1,4 +1,4 @@
1
- import { DataItem } from '../../models';
1
+ import { DataItem } from '../../models/main';
2
2
  import { SchedulerEditItemAll } from '../SchedulerEditItem';
3
3
  /**
4
4
  * Represents the available `action` types for the `SchedulerItemResizeItemAction` objects.
@@ -10,7 +10,7 @@ var __spreadArray = this && this.__spreadArray || function (to, from, pack) {
10
10
 
11
11
  import { clone } from '@progress/kendo-vue-common';
12
12
  import { DATA_ACTION } from '../../Scheduler';
13
- import { getField, setField, slotDive } from '../../utils';
13
+ import { getField, setField, slotDive } from '../../utils/main';
14
14
  /**
15
15
  * Represents the available `action` types for the `SchedulerItemResizeItemAction` objects.
16
16
  *
@@ -1,4 +1,4 @@
1
- import { DataItem } from '../../models';
1
+ import { DataItem } from '../../models/main';
2
2
  /**
3
3
  * Represents the available `action` types for the `SchedulerItemSeriesAction` objects.
4
4
  *
@@ -1,4 +1,4 @@
1
- import { DataItem } from '../../models';
1
+ import { DataItem } from '../../models/main';
2
2
  /**
3
3
  * Represents the available `action` types for the `SchedulerItemShowOccurrenceDialogAction` objects.
4
4
  *
@@ -1,4 +1,4 @@
1
- import { DataItem } from '../../models';
1
+ import { DataItem } from '../../models/main';
2
2
  /**
3
3
  * Represents the available `action` types for the `SchedulerItemShowRemoveDialogAction` objects.
4
4
  *
package/dist/es/main.d.ts CHANGED
@@ -31,7 +31,7 @@ import { NavigationDatePicker } from './components/header/navigation/NavigationD
31
31
  import { SchedulerViewSelector, SchedulerViewSelectorProps } from './components/header/view-selector/SchedulerViewSelector';
32
32
  import { SchedulerFooter, SchedulerFooterProps, SchedulerFooterHandle } from './components/footer/SchedulerFooter';
33
33
  import { DRAG_ITEM_ACTION, SchedulerItemDragItemAction } from './items/hooks/use-drag-item';
34
- import { ITEMS_FOCUS_ACTION, SchedulerItemsFocusAction, SchedulerSlotsFocusAction, SLOTS_FOCUS_ACTION } from './hooks';
34
+ import { ITEMS_FOCUS_ACTION, SchedulerItemsFocusAction, SchedulerSlotsFocusAction, SLOTS_FOCUS_ACTION } from './hooks/main';
35
35
  import { ITEMS_SELECT_ACTION, SchedulerItemsSelectAction } from './hooks/use-items-selection';
36
36
  import { REMOVE_ITEM_ACTION, SchedulerItemRemoveItemAction } from './items/hooks/use-remove-item';
37
37
  import { RESIZE_ITEM_ACTION, SchedulerItemResizeItemAction } from './items/hooks/use-resize-item';
@@ -39,5 +39,5 @@ import { SchedulerItemSeriesAction, SERIES_ACTION } from './items/hooks/use-seri
39
39
  import { SchedulerItemShowOccurrenceDialogAction, SHOW_OCCURRENCE_DIALOG_ACTION } from './items/hooks/use-show-occurrence-dialog';
40
40
  import { SchedulerItemShowRemoveDialogAction, SHOW_REMOVE_DIALOG_ACTION } from './items/hooks/use-show-remove-item-dialog';
41
41
  import { SchedulerSlotsSelectAction, SLOTS_SELECT_ACTION } from './hooks/use-slots-selection';
42
- import { SchedulerGroup, SchedulerResource } from './models';
42
+ import { SchedulerGroup, SchedulerResource } from './models/main';
43
43
  export { Scheduler, SchedulerProps, AgendaView, TimelineView, DayView, WeekView, WorkWeekView, MonthView, SchedulerDataChangeEvent, SchedulerDateChangeEvent, SchedulerViewChangeEvent, DataAction, DATA_ACTION, SchedulerItem, SchedulerItemProps, SchedulerItemHandle, SchedulerItemContent, SchedulerItemContentProps, SchedulerViewItem, SchedulerViewItemProps, SchedulerViewItemHandle, SchedulerEditItem, SchedulerEditItemProps, SchedulerEditItemState, SchedulerEditItemAction, SchedulerEditItemHandle, SchedulerSlot, SchedulerSlotProps, SchedulerSlotHandle, SchedulerViewSlot, SchedulerViewSlotProps, SchedulerViewSlotHandle, SchedulerSlotExpandableConfig, SchedulerEditSlot, SchedulerEditSlotProps, SchedulerEditSlotHandle, SchedulerTask, SchedulerTaskProps, SchedulerTaskHandle, SchedulerViewTask, SchedulerViewTaskProps, SchedulerViewTaskHandle, SchedulerEditTask, SchedulerEditTaskProps, SchedulerEditTaskHandle, SchedulerDrag, SchedulerDragProps, SchedulerResize, SchedulerResizeProps, SchedulerForm, SchedulerFormHandle, SchedulerFormProps, SchedulerActionButtons, SchedulerFormEditor, SchedulerFormEditorProps, SchedulerFormEditorHandle, SchedulerOccurrenceDialog, SchedulerOccurrenceDialogProps, SchedulerOccurrenceDialogHandle, SchedulerRemoveDialog, SchedulerRemoveDialogProps, SchedulerRemoveDialogHandle, SchedulerHeader, SchedulerHeaderProps, SchedulerHeaderHandle, SchedulerFooter, SchedulerFooterProps, SchedulerFooterHandle, DateHeaderCell, DateHeaderCellHandle, DateHeaderCellProps, TimeHeaderCell, TimeHeaderCellHandle, TimeHeaderCellProps, DRAG_ITEM_ACTION, SchedulerItemDragItemAction, ITEMS_FOCUS_ACTION, SchedulerItemsFocusAction, ITEMS_SELECT_ACTION, SchedulerItemsSelectAction, REMOVE_ITEM_ACTION, SchedulerItemRemoveItemAction, RESIZE_ITEM_ACTION, SchedulerItemResizeItemAction, SERIES_ACTION, SchedulerItemSeriesAction, SHOW_OCCURRENCE_DIALOG_ACTION, SchedulerItemShowOccurrenceDialogAction, SHOW_REMOVE_DIALOG_ACTION, SchedulerItemShowRemoveDialogAction, SLOTS_FOCUS_ACTION, SchedulerSlotsFocusAction, SLOTS_SELECT_ACTION, SchedulerSlotsSelectAction, SchedulerResource, SchedulerGroup, BusinessHours, BusinessHoursProps, SchedulerNavigation, SchedulerNavigationProps, NavigationDatePicker, SchedulerViewSelector, SchedulerViewSelectorProps };
package/dist/es/main.js CHANGED
@@ -31,7 +31,7 @@ import { NavigationDatePicker } from './components/header/navigation/NavigationD
31
31
  import { SchedulerViewSelector } from './components/header/view-selector/SchedulerViewSelector';
32
32
  import { SchedulerFooter } from './components/footer/SchedulerFooter';
33
33
  import { DRAG_ITEM_ACTION } from './items/hooks/use-drag-item';
34
- import { ITEMS_FOCUS_ACTION, SLOTS_FOCUS_ACTION } from './hooks';
34
+ import { ITEMS_FOCUS_ACTION, SLOTS_FOCUS_ACTION } from './hooks/main';
35
35
  import { ITEMS_SELECT_ACTION } from './hooks/use-items-selection';
36
36
  import { REMOVE_ITEM_ACTION } from './items/hooks/use-remove-item';
37
37
  import { RESIZE_ITEM_ACTION } from './items/hooks/use-resize-item';
File without changes
File without changes
File without changes
File without changes
@@ -5,7 +5,7 @@ export var packageMetadata = {
5
5
  name: '@progress/kendo-vue-scheduler',
6
6
  productName: 'Kendo UI for Vue',
7
7
  productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
8
- publishDate: 1660633620,
8
+ publishDate: 1662094482,
9
9
  version: '',
10
10
  licensingDocsUrl: 'https://www.telerik.com/kendo-vue-ui/my-license/?utm_medium=product&utm_source=kendovue&utm_campaign=kendo-ui-vue-purchase-license-keys-warning'
11
11
  };
@@ -5,7 +5,7 @@ var gh = allVue.h;
5
5
  var isV3 = allVue.version && allVue.version[0] === '3';
6
6
  var inject = allVue.inject;
7
7
  import { provideLocalizationService, provideIntlService } from '@progress/kendo-vue-intl';
8
- import { messages, recurrenceEditorEndLabel, recurrenceEditorEndAfter, recurrenceEditorEndNever, recurrenceEditorEndOccurrence, recurrenceEditorEndOn, recurrenceEditorWeeklyRepeatOn, recurrenceEditorYearlyRepeatOn, recurrenceEditorMonthlyRepeatOn, recurrenceEditorMonthlyDay, recurrenceEditorYearlyOf, recurrenceEditorRepeat } from '../messages';
8
+ import { messages, recurrenceEditorEndLabel, recurrenceEditorEndAfter, recurrenceEditorEndNever, recurrenceEditorEndOccurrence, recurrenceEditorEndOn, recurrenceEditorWeeklyRepeatOn, recurrenceEditorYearlyRepeatOn, recurrenceEditorMonthlyRepeatOn, recurrenceEditorMonthlyDay, recurrenceEditorYearlyOf, recurrenceEditorRepeat } from '../messages/main';
9
9
  import { serializeRule } from '@progress/kendo-recurrence';
10
10
  import { toLocalDate, ZonedDate } from '@progress/kendo-date-math';
11
11
  import { RecurrenceFrequencyEditor } from './RecurrenceFrequencyEditor';
@@ -1,4 +1,4 @@
1
- import { isPresent, isNullOrEmptyString } from '../utils';
1
+ import { isPresent, isNullOrEmptyString } from '../utils/main';
2
2
  import { parseRule } from '@progress/kendo-recurrence';
3
3
  import { toLocalDate } from '@progress/kendo-date-math';
4
4
  /** @hidden */
File without changes
@@ -1,4 +1,4 @@
1
- import { DataItem } from '../models';
1
+ import { DataItem } from '../models/main';
2
2
  /** @hidden */
3
3
  export interface SchedulerEditState {
4
4
  dataItem?: DataItem;
File without changes
File without changes
@@ -1,4 +1,4 @@
1
- import { Occurrence, Group, Range, Item, Slot } from '../models';
1
+ import { Occurrence, Group, Range, Item, Slot } from '../models/main';
2
2
  /** @hidden */
3
3
  export declare const toItems: (occurrences: Occurrence[], { timezone }: {
4
4
  timezone: any;
@@ -9,7 +9,7 @@ var __assign = (this && this.__assign) || function () {
9
9
  };
10
10
  return __assign.apply(this, arguments);
11
11
  };
12
- import { intersects } from '../utils';
12
+ import { intersects } from '../utils/main';
13
13
  import { orderBy } from '@progress/kendo-data-query';
14
14
  import { ZonedDate } from '@progress/kendo-date-math';
15
15
  /** @hidden */
File without changes
File without changes