@syncfusion/ej2-schedule 31.1.17 → 31.1.21

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 (168) hide show
  1. package/dist/ej2-schedule.min.js +2 -2
  2. package/dist/ej2-schedule.umd.min.js +2 -2
  3. package/dist/ej2-schedule.umd.min.js.map +1 -1
  4. package/dist/es6/ej2-schedule.es2015.js +7 -3
  5. package/dist/es6/ej2-schedule.es2015.js.map +1 -1
  6. package/dist/es6/ej2-schedule.es5.js +6 -2
  7. package/dist/es6/ej2-schedule.es5.js.map +1 -1
  8. package/dist/global/ej2-schedule.min.js +2 -2
  9. package/dist/global/ej2-schedule.min.js.map +1 -1
  10. package/dist/global/index.d.ts +1 -1
  11. package/package.json +18 -53
  12. package/src/schedule/actions/virtual-scroll.js +5 -1
  13. package/src/schedule/event-renderer/event-base.js +1 -1
  14. package/styles/bootstrap4-lite.css +8 -0
  15. package/styles/bootstrap4.css +8 -0
  16. package/styles/recurrence-editor/bootstrap4.css +8 -0
  17. package/styles/schedule/bootstrap4.css +8 -0
  18. package/dist/ts/common/calendar-util.d.ts +0 -92
  19. package/dist/ts/common/calendar-util.ts +0 -261
  20. package/dist/ts/common/index.d.ts +0 -4
  21. package/dist/ts/common/index.ts +0 -4
  22. package/dist/ts/components.d.ts +0 -5
  23. package/dist/ts/components.ts +0 -5
  24. package/dist/ts/index.d.ts +0 -6
  25. package/dist/ts/index.ts +0 -7
  26. package/dist/ts/recurrence-editor/date-generator.d.ts +0 -76
  27. package/dist/ts/recurrence-editor/date-generator.ts +0 -1699
  28. package/dist/ts/recurrence-editor/index.d.ts +0 -6
  29. package/dist/ts/recurrence-editor/index.ts +0 -6
  30. package/dist/ts/recurrence-editor/recurrence-editor-model.d.ts +0 -112
  31. package/dist/ts/recurrence-editor/recurrence-editor.d.ts +0 -245
  32. package/dist/ts/recurrence-editor/recurrence-editor.ts +0 -1257
  33. package/dist/ts/schedule/actions/action-base.d.ts +0 -44
  34. package/dist/ts/schedule/actions/action-base.ts +0 -493
  35. package/dist/ts/schedule/actions/crud.d.ts +0 -41
  36. package/dist/ts/schedule/actions/crud.ts +0 -784
  37. package/dist/ts/schedule/actions/data.d.ts +0 -63
  38. package/dist/ts/schedule/actions/data.ts +0 -128
  39. package/dist/ts/schedule/actions/drag.d.ts +0 -75
  40. package/dist/ts/schedule/actions/drag.ts +0 -1401
  41. package/dist/ts/schedule/actions/keyboard.d.ts +0 -100
  42. package/dist/ts/schedule/actions/keyboard.ts +0 -1435
  43. package/dist/ts/schedule/actions/resize.d.ts +0 -27
  44. package/dist/ts/schedule/actions/resize.ts +0 -602
  45. package/dist/ts/schedule/actions/scroll.d.ts +0 -69
  46. package/dist/ts/schedule/actions/scroll.ts +0 -105
  47. package/dist/ts/schedule/actions/touch.d.ts +0 -32
  48. package/dist/ts/schedule/actions/touch.ts +0 -314
  49. package/dist/ts/schedule/actions/virtual-scroll.d.ts +0 -55
  50. package/dist/ts/schedule/actions/virtual-scroll.ts +0 -596
  51. package/dist/ts/schedule/actions/work-cells.d.ts +0 -14
  52. package/dist/ts/schedule/actions/work-cells.ts +0 -151
  53. package/dist/ts/schedule/base/constant.d.ts +0 -102
  54. package/dist/ts/schedule/base/constant.ts +0 -103
  55. package/dist/ts/schedule/base/css-constant.d.ts +0 -475
  56. package/dist/ts/schedule/base/css-constant.ts +0 -475
  57. package/dist/ts/schedule/base/interface.d.ts +0 -673
  58. package/dist/ts/schedule/base/interface.ts +0 -738
  59. package/dist/ts/schedule/base/resource.d.ts +0 -59
  60. package/dist/ts/schedule/base/resource.ts +0 -1091
  61. package/dist/ts/schedule/base/schedule-model.d.ts +0 -930
  62. package/dist/ts/schedule/base/schedule.d.ts +0 -1967
  63. package/dist/ts/schedule/base/schedule.ts +0 -4221
  64. package/dist/ts/schedule/base/type.d.ts +0 -134
  65. package/dist/ts/schedule/base/type.ts +0 -142
  66. package/dist/ts/schedule/base/util.d.ts +0 -266
  67. package/dist/ts/schedule/base/util.ts +0 -492
  68. package/dist/ts/schedule/event-renderer/agenda-base.d.ts +0 -15
  69. package/dist/ts/schedule/event-renderer/agenda-base.ts +0 -423
  70. package/dist/ts/schedule/event-renderer/event-base.d.ts +0 -101
  71. package/dist/ts/schedule/event-renderer/event-base.ts +0 -1501
  72. package/dist/ts/schedule/event-renderer/inline-edit.d.ts +0 -23
  73. package/dist/ts/schedule/event-renderer/inline-edit.ts +0 -287
  74. package/dist/ts/schedule/event-renderer/month.d.ts +0 -60
  75. package/dist/ts/schedule/event-renderer/month.ts +0 -760
  76. package/dist/ts/schedule/event-renderer/timeline-view.d.ts +0 -51
  77. package/dist/ts/schedule/event-renderer/timeline-view.ts +0 -606
  78. package/dist/ts/schedule/event-renderer/vertical-view.d.ts +0 -57
  79. package/dist/ts/schedule/event-renderer/vertical-view.ts +0 -898
  80. package/dist/ts/schedule/event-renderer/year.d.ts +0 -27
  81. package/dist/ts/schedule/event-renderer/year.ts +0 -623
  82. package/dist/ts/schedule/exports/calendar-export.d.ts +0 -16
  83. package/dist/ts/schedule/exports/calendar-export.ts +0 -160
  84. package/dist/ts/schedule/exports/calendar-import.d.ts +0 -18
  85. package/dist/ts/schedule/exports/calendar-import.ts +0 -277
  86. package/dist/ts/schedule/exports/excel-export.d.ts +0 -14
  87. package/dist/ts/schedule/exports/excel-export.ts +0 -89
  88. package/dist/ts/schedule/exports/index.d.ts +0 -7
  89. package/dist/ts/schedule/exports/index.ts +0 -7
  90. package/dist/ts/schedule/exports/print.d.ts +0 -20
  91. package/dist/ts/schedule/exports/print.ts +0 -233
  92. package/dist/ts/schedule/index.d.ts +0 -26
  93. package/dist/ts/schedule/index.ts +0 -26
  94. package/dist/ts/schedule/models/event-settings-model.d.ts +0 -165
  95. package/dist/ts/schedule/models/event-settings.d.ts +0 -149
  96. package/dist/ts/schedule/models/event-settings.ts +0 -187
  97. package/dist/ts/schedule/models/field-options-model.d.ts +0 -37
  98. package/dist/ts/schedule/models/field-options.d.ts +0 -31
  99. package/dist/ts/schedule/models/field-options.ts +0 -41
  100. package/dist/ts/schedule/models/fields-model.d.ts +0 -129
  101. package/dist/ts/schedule/models/fields.d.ts +0 -117
  102. package/dist/ts/schedule/models/fields.ts +0 -149
  103. package/dist/ts/schedule/models/group-model.d.ts +0 -69
  104. package/dist/ts/schedule/models/group.d.ts +0 -60
  105. package/dist/ts/schedule/models/group.ts +0 -75
  106. package/dist/ts/schedule/models/header-rows-model.d.ts +0 -33
  107. package/dist/ts/schedule/models/header-rows.d.ts +0 -30
  108. package/dist/ts/schedule/models/header-rows.ts +0 -35
  109. package/dist/ts/schedule/models/models.d.ts +0 -14
  110. package/dist/ts/schedule/models/models.ts +0 -15
  111. package/dist/ts/schedule/models/quick-info-templates-model.d.ts +0 -52
  112. package/dist/ts/schedule/models/quick-info-templates.d.ts +0 -47
  113. package/dist/ts/schedule/models/quick-info-templates.ts +0 -56
  114. package/dist/ts/schedule/models/resources-model.d.ts +0 -122
  115. package/dist/ts/schedule/models/resources.d.ts +0 -106
  116. package/dist/ts/schedule/models/resources.ts +0 -138
  117. package/dist/ts/schedule/models/time-scale-model.d.ts +0 -57
  118. package/dist/ts/schedule/models/time-scale.d.ts +0 -50
  119. package/dist/ts/schedule/models/time-scale.ts +0 -61
  120. package/dist/ts/schedule/models/toolbar-model.d.ts +0 -196
  121. package/dist/ts/schedule/models/toolbar.d.ts +0 -176
  122. package/dist/ts/schedule/models/toolbar.ts +0 -196
  123. package/dist/ts/schedule/models/views-model.d.ts +0 -370
  124. package/dist/ts/schedule/models/views.d.ts +0 -335
  125. package/dist/ts/schedule/models/views.ts +0 -408
  126. package/dist/ts/schedule/models/work-hours-model.d.ts +0 -29
  127. package/dist/ts/schedule/models/work-hours.d.ts +0 -24
  128. package/dist/ts/schedule/models/work-hours.ts +0 -31
  129. package/dist/ts/schedule/popups/event-tooltip.d.ts +0 -16
  130. package/dist/ts/schedule/popups/event-tooltip.ts +0 -203
  131. package/dist/ts/schedule/popups/event-window.d.ts +0 -118
  132. package/dist/ts/schedule/popups/event-window.ts +0 -2055
  133. package/dist/ts/schedule/popups/form-validator.d.ts +0 -16
  134. package/dist/ts/schedule/popups/form-validator.ts +0 -110
  135. package/dist/ts/schedule/popups/quick-popups.d.ts +0 -78
  136. package/dist/ts/schedule/popups/quick-popups.ts +0 -1470
  137. package/dist/ts/schedule/renderer/agenda.d.ts +0 -45
  138. package/dist/ts/schedule/renderer/agenda.ts +0 -497
  139. package/dist/ts/schedule/renderer/day.d.ts +0 -20
  140. package/dist/ts/schedule/renderer/day.ts +0 -28
  141. package/dist/ts/schedule/renderer/header-renderer.d.ts +0 -48
  142. package/dist/ts/schedule/renderer/header-renderer.ts +0 -736
  143. package/dist/ts/schedule/renderer/month-agenda.d.ts +0 -29
  144. package/dist/ts/schedule/renderer/month-agenda.ts +0 -184
  145. package/dist/ts/schedule/renderer/month.d.ts +0 -61
  146. package/dist/ts/schedule/renderer/month.ts +0 -766
  147. package/dist/ts/schedule/renderer/renderer.d.ts +0 -13
  148. package/dist/ts/schedule/renderer/renderer.ts +0 -165
  149. package/dist/ts/schedule/renderer/timeline-header-row.d.ts +0 -15
  150. package/dist/ts/schedule/renderer/timeline-header-row.ts +0 -132
  151. package/dist/ts/schedule/renderer/timeline-month.d.ts +0 -29
  152. package/dist/ts/schedule/renderer/timeline-month.ts +0 -184
  153. package/dist/ts/schedule/renderer/timeline-view.d.ts +0 -31
  154. package/dist/ts/schedule/renderer/timeline-view.ts +0 -308
  155. package/dist/ts/schedule/renderer/timeline-year.d.ts +0 -22
  156. package/dist/ts/schedule/renderer/timeline-year.ts +0 -450
  157. package/dist/ts/schedule/renderer/vertical-view.d.ts +0 -63
  158. package/dist/ts/schedule/renderer/vertical-view.ts +0 -911
  159. package/dist/ts/schedule/renderer/view-base.d.ts +0 -83
  160. package/dist/ts/schedule/renderer/view-base.ts +0 -709
  161. package/dist/ts/schedule/renderer/week.d.ts +0 -22
  162. package/dist/ts/schedule/renderer/week.ts +0 -35
  163. package/dist/ts/schedule/renderer/work-week.d.ts +0 -22
  164. package/dist/ts/schedule/renderer/work-week.ts +0 -36
  165. package/dist/ts/schedule/renderer/year.d.ts +0 -46
  166. package/dist/ts/schedule/renderer/year.ts +0 -470
  167. package/dist/ts/schedule/timezone/timezone.d.ts +0 -16
  168. package/dist/ts/schedule/timezone/timezone.ts +0 -313
@@ -1,930 +0,0 @@
1
- import { Component, ModuleDeclaration, Property, Event, Animation, Collection, append } from '@syncfusion/ej2-base';import { EventHandler, EmitType, Browser, Internationalization, getDefaultDateObject, cldrData, L10n } from '@syncfusion/ej2-base';import { getValue, compile, extend, isNullOrUndefined, NotifyPropertyChanges, INotifyPropertyChanged, Complex } from '@syncfusion/ej2-base';import { getElement, removeClass, addClass, classList, remove, SanitizeHtmlHelper } from '@syncfusion/ej2-base';import { createSpinner, hideSpinner, showSpinner } from '@syncfusion/ej2-popups';import { HeaderRenderer } from '../renderer/header-renderer';import { Scroll } from '../actions/scroll';import { ScheduleTouch } from '../actions/touch';import { KeyboardInteraction } from '../actions/keyboard';import { Data } from '../actions/data';import { View, CurrentAction, ReturnType, WeekRule, NavigationDirection } from '../base/type';import { EventBase } from '../event-renderer/event-base';import { InlineEdit } from '../event-renderer/inline-edit';import { QuickPopups } from '../popups/quick-popups';import { EventTooltip } from '../popups/event-tooltip';import { EventWindow } from '../popups/event-window';import { Render } from '../renderer/renderer';import { Day } from '../renderer/day';import { Week } from '../renderer/week';import { WorkWeek } from '../renderer/work-week';import { Month } from '../renderer/month';import { Year } from '../renderer/year';import { Agenda } from '../renderer/agenda';import { MonthAgenda } from '../renderer/month-agenda';import { TimelineViews } from '../renderer/timeline-view';import { TimelineMonth } from '../renderer/timeline-month';import { TimelineYear } from '../renderer/timeline-year';import { WorkHours } from '../models/work-hours';import { TimeScale } from '../models/time-scale';import { QuickInfoTemplates } from '../models/quick-info-templates';import { HeaderRows } from '../models/header-rows';import { Crud } from '../actions/crud';import { Resize } from '../actions/resize';import { DragAndDrop } from '../actions/drag';import { VirtualScroll } from '../actions/virtual-scroll';import { WorkCellInteraction } from '../actions/work-cells';import { WorkHoursModel, ViewsModel, EventSettingsModel, GroupModel, ResourcesModel, TimeScaleModel, ToolbarItemModel } from '../models/models';import { QuickInfoTemplatesModel, HeaderRowsModel } from '../models/models';import { EventSettings } from '../models/event-settings';import { Group } from '../models/group';import { Resources } from '../models/resources';import { ICalendarExport } from '../exports/calendar-export';import { ICalendarImport } from '../exports/calendar-import';import { ExcelExport } from '../exports/excel-export';import { Print } from '../exports/print';import { IRenderer, ActionEventArgs, NavigatingEventArgs, CellClickEventArgs, RenderCellEventArgs, ScrollCss, TimezoneFields, ExcelExportEventArgs, BeforePasteEventArgs, TooltipOpenEventArgs } from '../base/interface';import { EventClickArgs, EventRenderedArgs, PopupOpenEventArgs, UIStateArgs, DragEventArgs, ResizeEventArgs } from '../base/interface';import { EventFieldsMapping, TdData, ResourceDetails, ResizeEdges, StateArgs, ExportOptions, SelectEventArgs } from '../base/interface';import { ViewsData, PopupCloseEventArgs, HoverEventArgs, MoreEventsClickArgs, ScrollEventArgs, CallbackFunction, BeforePrintEventArgs } from '../base/interface';import { CalendarUtil, Gregorian, Islamic, CalendarType } from '../../common/calendar-util';import { ResourceBase } from '../base/resource';import { Timezone, timezoneData } from '../timezone/timezone';import { RecurrenceEditor } from '../../recurrence-editor/recurrence-editor';import * as events from '../base/constant';import * as cls from '../base/css-constant';import * as util from '../base/util';import { ToolbarItem } from '../models/toolbar';
2
- import {ComponentModel} from '@syncfusion/ej2-base';
3
-
4
- /**
5
- * Interface for a class Schedule
6
- */
7
- export interface ScheduleModel extends ComponentModel{
8
-
9
- /**
10
- * Sets the `width` of the Schedule component, accepting both string and number values.
11
- *
12
- * {% codeBlock src='schedule/width/index.md' %}{% endcodeBlock %}
13
- *
14
- * The string value can be either pixel or percentage format.
15
- * When set to `auto`, the Schedule width gets auto-adjusted and display its content related to the viewable screen size.
16
- *
17
- * @default 'auto'
18
- */
19
- width?: string | number;
20
-
21
- /**
22
- * Sets the `height` of the Schedule component, accepting both string and number values.
23
- *
24
- * {% codeBlock src='schedule/height/index.md' %}{% endcodeBlock %}
25
- *
26
- * The string type includes either pixel or percentage values.
27
- * When `height` is set with specific pixel value, then the Schedule will be rendered to that specified space.
28
- * In case, if `auto` value is set, then the height of the Schedule gets auto-adjusted within the given container.
29
- *
30
- * @default 'auto'
31
- */
32
- height?: string | number;
33
-
34
- /**
35
- * When set to `false`, hides the header bar of the Schedule from UI. By default,
36
- * the header bar holds the date and view navigation options, to which the user can add their own custom items onto it.
37
- *
38
- * @default true
39
- */
40
- showHeaderBar?: boolean;
41
-
42
- /**
43
- * When set to `false`, hides the current time indicator from the Schedule. Otherwise,
44
- * it visually depicts the live current system time appropriately on the user interface.
45
- *
46
- * @default true
47
- */
48
- showTimeIndicator?: boolean;
49
-
50
- /**
51
- * Defines whether to enable date navigations via swipe in touch devices or not.
52
- *
53
- * @default true
54
- */
55
- allowSwiping?: boolean;
56
-
57
- /**
58
- * Specifies whether overlapping appointments are allowed within the same time slot in the Scheduler.
59
- *
60
- * @remarks
61
- * When set to `false`, the Scheduler enforces restrictions to prevent creating or displaying overlapping appointments within the same time duration.
62
- * This setting includes the following limitations:
63
- *
64
- * - **Initial Loading**: The alert for overlapping appointments will not display during the initial load. Overlapping events will be ignored in rendering, including occurrences.
65
- *
66
- * - **Dynamic Add/Edit**: When adding or editing events dynamically, overlapping validation is performed. If an overlap is detected for a single event, an alert will be shown, and the event will not be saved.
67
- *
68
- * For recurring events, an alert will be displayed, and the event will not be saved. To save recurring events while ignoring overlapping occurrences, trigger the `PopupOpen` event. The `Data` field will contain the parent recurrence data, and the `overlapEvents` field will contain the overlap events. Using these details, users can include exceptions in the recurrence events and save them with the `addEvent` method.
69
- *
70
- * - **Out-of-Date-Range Events**: The `allowOverlap` setting only prevents overlaps for events within the current view date range. To validate overlap events outside the current date range, use the `actionBegin` event to send a request to the server for validation and return a promise-based response. Assign this promise response to the `promise` field in `ActionEventArgs` to handle asynchronous server validation.
71
- *
72
- * @default true
73
- */
74
- allowOverlap?: boolean;
75
-
76
- /**
77
- * Specifies the number of additional rows or columns to render outside the visible area during virtual scrolling.
78
- * This property helps in achieving smoother scrolling by pre-loading data just outside the visible region.
79
- *
80
- * @remarks
81
- * The default value is 3. Increasing this value can result in smoother scrolling but may impact performance
82
- * with larger datasets. Decreasing it can improve performance but may cause more frequent data fetches during scrolling.
83
- * This property only takes effect when `allowVirtualScrolling` is enabled for the current view.
84
- *
85
- * @default 3
86
- */
87
- overscanCount?: number;
88
-
89
- /**
90
- * To render the custom toolbar items, the `toolbarItems` property can be used. It contains built-in and custom toolbar items.
91
- * To avail the built-in toolbar items, the below string values are assigned to the `name` property of the `ToolbarItemModel`.
92
- * * `Previous`: Schedule component navigates to the previous date from the current date.
93
- * * `Next`: Schedule component navigates to the next date from the current date.
94
- * * `Today`: Schedule component navigates to the current date from any date.
95
- * * `Views`: Schedule component render the defined view options in the toolbar. If view option is not defined, then it will render default view options in the Schedule.
96
- * * `DateRangeText`: Schedule component displays the current date text range.
97
- * * `NewEvent`: Schedule component render the icon to add a new event.
98
- *
99
- * @default []
100
- */
101
- toolbarItems?: ToolbarItemModel[]
102
-
103
- /**
104
- * To set the active view on scheduler, the `currentView` property can be used and it usually accepts either of the following available
105
- * view options. The view option specified in this property will be initially loaded on the schedule.
106
- * * `Day`: Denotes Day view of the scheduler.
107
- * * `Week`: Denotes Week view of the scheduler.
108
- * * `WorkWeek`: Denotes Work Week view of the scheduler.
109
- * * `Month`: Denotes Month view of the scheduler.
110
- * * `Year`: Denotes Year view of the scheduler.
111
- * * `Agenda`: Denotes Agenda view of the scheduler.
112
- * * `MonthAgenda`: Denotes Month Agenda view of the scheduler.
113
- * * `TimelineDay`: Denotes Timeline Day view of the scheduler.
114
- * * `TimelineWeek`: Denotes Timeline Week view of the scheduler.
115
- * * `TimelineWorkWeek`: Denotes Timeline Work Week view of the scheduler.
116
- * * `TimelineMonth`: Denotes Timeline Month view of the scheduler.
117
- * * `TimelineYear`: Denotes Timeline Year view of the scheduler.
118
- *
119
- * {% codeBlock src='schedule/currentView/index.md' %}{% endcodeBlock %}
120
- *
121
- * @default 'Week'
122
- */
123
- currentView?: View;
124
-
125
- /**
126
- * This property holds the views collection and its configurations. It accepts either the array of view names or the array of view
127
- * objects that holds different configurations for each views. By default,
128
- * Schedule displays all the views namely `Day`, `Week`, `Work Week`, `Month` and `Agenda`.
129
- *
130
- * Example for array of views:
131
- * {% codeBlock src="schedule/views/index.md" %}{% endcodeBlock %}
132
- *
133
- * Example for array of view objects:
134
- * {% codeBlock src='schedule/viewOption/index.md' %}{% endcodeBlock %}
135
- *
136
- * @default '["Day", "Week", "WorkWeek", "Month", "Agenda"]'
137
- */
138
- views?: View[] | ViewsModel[];
139
-
140
- /**
141
- * To mark the active (current) date on the Schedule, `selectedDate` property can be defined.
142
- * Usually, it defaults to the current System date.
143
- *
144
- * {% codeBlock src='schedule/selectedDate/index.md' %}{% endcodeBlock %}
145
- *
146
- * @default 'new Date()'
147
- * @aspDefaultValue DateTime.Now
148
- */
149
- selectedDate?: Date;
150
-
151
- /**
152
- * To define the minimum date on the Schedule, `minDate` property can be defined.
153
- * Usually, it defaults to the new Date(1900, 0, 1).
154
- *
155
- * {% codeBlock src='schedule/minDate/index.md' %}{% endcodeBlock %}
156
- *
157
- * @default new Date(1900, 0, 1)
158
- * @aspDefaultValue new DateTime(1900, 1, 1)
159
- */
160
- minDate?: Date;
161
-
162
- /**
163
- * To define the maximum date on the Schedule, `maxDate` property can be defined.
164
- * Usually, it defaults to the new Date(2099, 11, 31).
165
- *
166
- * {% codeBlock src='schedule/maxDate/index.md' %}{% endcodeBlock %}
167
- *
168
- * @default new Date(2099, 11, 31)
169
- * @aspDefaultValue new DateTime(2099, 12, 31)
170
- */
171
- maxDate?: Date;
172
-
173
- /**
174
- * By default, Schedule follows the date-format as per the default culture assigned to it.
175
- * It is also possible to manually set specific date format by using the `dateFormat` property.
176
- *
177
- * {% codeBlock src='schedule/dateFormat/index.md' %}{% endcodeBlock %}
178
- *
179
- * The format of the date range label in the header bar depends on the `dateFormat` value or else based on the
180
- * locale assigned to the Schedule.
181
- *
182
- * @default null
183
- */
184
- dateFormat?: string;
185
-
186
- /**
187
- * It allows the Scheduler to display in other calendar modes.
188
- * By default, Scheduler is displayed in `Gregorian` calendar mode.
189
- *
190
- * {% codeBlock src='schedule/calendarMode/index.md' %}{% endcodeBlock %}
191
- *
192
- * To change the mode, you can set either `Gregorian` or `Islamic` as a value to this `calendarMode` property.
193
- *
194
- * @default 'Gregorian'
195
- */
196
- calendarMode?: CalendarType;
197
-
198
- /**
199
- * When set to `false`, it hides the weekend days of a week from the Schedule. The days which are not defined in the working days
200
- * collection are usually treated as weekend days.
201
- *
202
- * Note: By default, this option is not applicable on `Work Week` view.
203
- * For example, if the working days are defined as [1, 2, 3, 4], then the remaining days of that week will be considered as
204
- * the weekend days and will be hidden on all the views.
205
- *
206
- * @default true
207
- */
208
- showWeekend?: boolean;
209
-
210
- /**
211
- * This option allows the user to set the first day of a week on Schedule. It should be based on the locale set to it and each culture
212
- * defines its own first day of week values. If needed, the user can set it manually on his own by defining the value through
213
- * this property. It usually accepts the integer values, whereby 0 is always denoted as Sunday, 1 as Monday and so on.
214
- *
215
- * {% codeBlock src='schedule/firstDayOfWeek/index.md' %}{% endcodeBlock %}
216
- *
217
- * @default 0
218
- */
219
- firstDayOfWeek?: number;
220
-
221
- /**
222
- * It allows the Scheduler to display week numbers based on following available week options. The week
223
- * option specified in this property will be initially loaded on the schedule.
224
- * * `FirstDay`: Denotes that the first week of the year starts on the first day of the year and ends before the following designated first day of the week.
225
- * * `FirstFourDayWeek`:Denotes that the first week of the year is the first week with four or more days before the designated first day of the week.
226
- * * `FirstFullWeek`: Denotes that the first week of the year begins on the first occurrence of the designated first day of the week on or after the first day of the year.
227
- *
228
- * {% codeBlock src='schedule/weekRule/index.md' %}{% endcodeBlock %}
229
- *
230
- * @default 'FirstDay'
231
- */
232
- weekRule?: WeekRule;
233
-
234
- /**
235
- * It is used to set the working days on Schedule. The only days that are defined in this collection will be rendered on the `workWeek`
236
- * view whereas on other views, it will display all the usual days and simply highlights the working days with different shade.
237
- *
238
- * {% codeBlock src='schedule/workDays/index.md' %}{% endcodeBlock %}
239
- *
240
- * @default '[1, 2, 3, 4, 5]'
241
- * @aspType int[]
242
- */
243
- workDays?: number[];
244
-
245
- /**
246
- * This option allows the user to set the number of months count to be displayed on the Schedule.
247
- *
248
- * {% codeBlock src='schedule/monthsCount/index.md' %}{% endcodeBlock %}
249
- *
250
- * @default 12
251
- * @aspType int
252
- */
253
- monthsCount?: number;
254
-
255
- /**
256
- * It is used to specify the starting hour, from which the Schedule starts to display. It accepts the time string in a short skeleton
257
- * format and also, hides the time beyond the specified start time.
258
- *
259
- * {% codeBlock src='schedule/startHour/index.md' %}{% endcodeBlock %}
260
- *
261
- * @default '00:00'
262
- */
263
- startHour?: string;
264
-
265
- /**
266
- * It is used to specify the end hour, at which the Schedule ends. It too accepts the time string in a short skeleton format.
267
- *
268
- * {% codeBlock src='schedule/endHour/index.md' %}{% endcodeBlock %}
269
- *
270
- * @default '24:00'
271
- */
272
- endHour?: string;
273
-
274
- /**
275
- * By default, Schedule follows the time-format as per the default culture assigned to it.
276
- * It is also possible to manually set specific time format by using the `timeFormat` property.
277
- *
278
- * {% codeBlock src='schedule/timeFormat/index.md' %}{% endcodeBlock %}
279
- *
280
- * @default null
281
- */
282
- timeFormat?: string;
283
-
284
- /**
285
- * Specifies whether to enable the rendering of untrusted HTML values in the Schedule component.
286
- * When this property is enabled, the component will sanitize any suspected untrusted strings and scripts before rendering them.
287
- *
288
- * @default true
289
- */
290
- enableHtmlSanitizer?: boolean;
291
-
292
- /**
293
- * When set to `true`, If valid, the scroll on the all day row is activated when the all day row
294
- * height reaches the max height when the all day row is expanded.
295
- *
296
- * @default false
297
- */
298
- enableAllDayScroll?: boolean;
299
-
300
- /**
301
- * When set to `true`, the header view navigations are listed under the popup and if we enable resource grouping, the compact view will be enabled.
302
- *
303
- * @default false
304
- */
305
- enableAdaptiveUI?: boolean;
306
-
307
- /**
308
- * When set to `true`, allows the resizing of appointments. It allows the rescheduling of appointments either by changing the
309
- * start or end time by dragging the event resize handlers.
310
- *
311
- * @default true
312
- */
313
- allowResizing?: boolean;
314
-
315
- /**
316
- * The working hours should be highlighted on Schedule with different color shade and an additional option must be provided to
317
- * highlight it or not. This functionality is handled through `workHours` property and the start work hour should be 9 AM by default
318
- * and end work hour should point to 6 PM. The start and end working hours needs to be provided as Time value of short skeleton type.
319
- *
320
- * {% codeBlock src='schedule/workHours/index.md' %}{% endcodeBlock %}
321
- *
322
- * @default { highlight: true, start: '09:00', end: '18:00' }
323
- */
324
- workHours?: WorkHoursModel;
325
-
326
- /**
327
- * Allows to set different time duration on Schedule along with the customized grid count. It also has template option to
328
- * customize the time slots with required time values in its own format.
329
- *
330
- * {% codeBlock src='schedule/timeScale/index.md' %}{% endcodeBlock %}
331
- *
332
- * @default { enable: true, interval: 60, slotCount: 2, majorSlotTemplate: null, minorSlotTemplate: null }
333
- */
334
- timeScale?: TimeScaleModel;
335
-
336
- /**
337
- * When set to `true`, allows the keyboard interaction to take place on Schedule.
338
- *
339
- * @default true
340
- */
341
- allowKeyboardInteraction?: boolean;
342
-
343
- /**
344
- * When set to `true`, allows the appointments to move over the time slots. When an appointment is dragged, both its start
345
- * and end time tends to change simultaneously allowing it to reschedule the appointment on some other time.
346
- *
347
- * @default true
348
- */
349
- allowDragAndDrop?: boolean;
350
-
351
- /**
352
- * It accepts either the string or HTMLElement as template design content and parse it appropriately before displaying it onto
353
- * the date header cells. The field that can be accessed via this template is `date`.
354
- *
355
- * {% codeBlock src='schedule/dateHeaderTemplate/index.md' %}{% endcodeBlock %}
356
- *
357
- * @default null
358
- * @angularType string | object
359
- * @reactType string | function | JSX.Element
360
- * @vueType string | function
361
- * @aspType string
362
- */
363
- dateHeaderTemplate?: string | Function;
364
-
365
- /**
366
- * It accepts either the string or HTMLElement as template design content and parse it appropriately before displaying it onto the header date range.
367
- *
368
- * @default null
369
- * @angularType string | object
370
- * @reactType string | function | JSX.Element
371
- * @vueType string | function
372
- * @aspType string
373
- */
374
- dateRangeTemplate?: string | Function;
375
-
376
- /**
377
- * It accepts either the string or HTMLElement as template design content and parse it appropriately before displaying it onto
378
- * the month date cells. This template is only applicable for month view day cells.
379
- *
380
- * {% codeBlock src='schedule/cellHeaderTemplate/index.md' %}{% endcodeBlock %}
381
- *
382
- * @default null
383
- * @angularType string | object
384
- * @reactType string | function | JSX.Element
385
- * @vueType string | function
386
- * @aspType string
387
- */
388
- cellHeaderTemplate?: string | Function;
389
-
390
- /**
391
- * It accepts either the string or HTMLElement as template design content and parse it appropriately before displaying it onto
392
- * the day header cells. This template is only applicable for year view header cells.
393
- *
394
- * {% codeBlock src='schedule/dayHeaderTemplate/index.md' %}{% endcodeBlock %}
395
- *
396
- * @default null
397
- * @angularType string | object
398
- * @reactType string | function | JSX.Element
399
- * @vueType string | function
400
- * @aspType string
401
- */
402
- dayHeaderTemplate?: string | Function;
403
-
404
- /**
405
- * It accepts either the string or HTMLElement as template design content and parse it appropriately before displaying it onto
406
- * the month header cells. This template is only applicable for year view header cells.
407
- *
408
- * {% codeBlock src='schedule/monthHeaderTemplate/index.md' %}{% endcodeBlock %}
409
- *
410
- * @default null
411
- * @angularType string | object
412
- * @reactType string | function | JSX.Element
413
- * @vueType string | function
414
- * @aspType string
415
- */
416
- monthHeaderTemplate?: string | Function;
417
-
418
- /**
419
- * The template option which is used to render the customized work cells on the Schedule. Here, the template accepts either
420
- * the string or HTMLElement as template design and then the parsed design is displayed onto the work cells.
421
- * The fields accessible via template are as follows.
422
- * * `date`: Returns the date of the cell.
423
- * * `groupIndex`: Returns the group index of the cell.
424
- * * `type`: Returns the type of the work cell.
425
- *
426
- * Refer to the below code snippet.
427
- *
428
- * {% codeBlock src='schedule/cellTemplate/index.md' %}{% endcodeBlock %}
429
- *
430
- * @default null
431
- * @angularType string | object
432
- * @reactType string | function | JSX.Element
433
- * @vueType string | function
434
- * @aspType string
435
- */
436
- cellTemplate?: string | Function;
437
-
438
- /**
439
- * When set to `true`, makes the Schedule to render in a read only mode. No CRUD actions will be allowed at this time.
440
- *
441
- * @default false
442
- */
443
- readonly?: boolean;
444
-
445
- /**
446
- * When set to `true`, displays a quick popup with cell or event details on single clicking over the cells or on events.
447
- * By default, it is set to `true`.
448
- *
449
- * @default true
450
- */
451
- showQuickInfo?: boolean;
452
-
453
- /**
454
- * This property helps user to add/edit the event in inline. By default, it is set to `false`.
455
- *
456
- * @default false
457
- */
458
- allowInline?: boolean;
459
-
460
- /**
461
- * This property helps user to allow/prevent the selection of multiple cells. By default, it is set to `true`.
462
- *
463
- * @default true
464
- */
465
- allowMultiCellSelection?: boolean;
466
-
467
- /**
468
- * This property helps user to allow/prevent the selection of multiple days(rows). By default, it is set to `true`.
469
- *
470
- * @default true
471
- */
472
- allowMultiRowSelection?: boolean;
473
-
474
- /**
475
- * This property helps to show quick popup after multiple cell selection. By default, it is set to `false`.
476
- *
477
- * @default false
478
- */
479
- quickInfoOnSelectionEnd?: boolean;
480
-
481
- /**
482
- * When set to `true`, displays the week number of the current view date range. By default, it is set to `false`.
483
- *
484
- * @default false
485
- */
486
- showWeekNumber?: boolean;
487
-
488
- /**
489
- * when set to `true`, allows the height of the work-cells to adjust automatically
490
- * based on the number of appointments present in those time ranges.
491
- *
492
- * @default false
493
- */
494
- rowAutoHeight?: boolean;
495
-
496
- /**
497
- * This property helps to drag the multiple selected events. By default, it is set to `false`.
498
- *
499
- * @default false
500
- */
501
- allowMultiDrag?: boolean;
502
-
503
- /**
504
- * This property helps render the year view customized months. By default, it is set to `0`.
505
- *
506
- * {% codeBlock src='schedule/firstMonthOfYear/index.md' %}{% endcodeBlock %}
507
- *
508
- * @default 0
509
- */
510
- firstMonthOfYear?: number;
511
-
512
- /**
513
- * The template option to render the customized editor window. The form elements defined within this template should be accompanied
514
- * with `e-field` class, so as to fetch and process it from internally.
515
- *
516
- * {% codeBlock src='schedule/editorTemplate/index.md' %}{% endcodeBlock %}
517
- *
518
- * @default null
519
- * @angularType string | object
520
- * @reactType string | function | JSX.Element
521
- * @vueType string | function
522
- * @aspType string
523
- */
524
- editorTemplate?: string | Function;
525
-
526
- /**
527
- * The template option to render the customized header of the editor window.
528
- *
529
- *
530
- * @default null
531
- * @angularType string | object
532
- * @reactType string | function | JSX.Element
533
- * @vueType string | function
534
- * @aspType string
535
- */
536
- editorHeaderTemplate?: string | Function;
537
-
538
- /**
539
- * The template option to render the customized footer of the editor window.
540
- *
541
- *
542
- * @default null
543
- * @angularType string | object
544
- * @reactType string | function | JSX.Element
545
- * @vueType string | function
546
- * @aspType string
547
- */
548
- editorFooterTemplate?: string | Function;
549
-
550
- /**
551
- * The template option to customize the quick window. The three sections of the quick popup whereas the header, content,
552
- * and footer can be easily customized with individual template option.
553
- *
554
- * {% codeBlock src='schedule/quickInfoTemplates/index.md' %}{% endcodeBlock %}
555
- *
556
- * @default null
557
- */
558
- quickInfoTemplates?: QuickInfoTemplatesModel;
559
-
560
- /**
561
- * Sets the number of days to be displayed by default in Agenda View and in case of virtual scrolling,
562
- * the number of days will be fetched on each scroll-end based on this count.
563
- *
564
- * {% codeBlock src='schedule/agendaDaysCount/index.md' %}{% endcodeBlock %}
565
- *
566
- * @default 7
567
- */
568
- agendaDaysCount?: number;
569
-
570
- /**
571
- * The days which does not has even a single event to display will be hidden from the UI of Agenda View by default.
572
- * When this property is set to `false`, the empty dates will also be displayed on the Schedule.
573
- *
574
- * @default true
575
- */
576
- hideEmptyAgendaDays?: boolean;
577
-
578
- /**
579
- * The recurrence validation will be done by default. When this property is set to `false`, the recurrence validation will be skipped.
580
- *
581
- * @default true
582
- */
583
- enableRecurrenceValidation?: boolean;
584
-
585
- /**
586
- * Schedule will be assigned with specific timezone, so as to display the events in it accordingly. By default,
587
- * Schedule dates are processed with System timezone, as no timezone will be assigned specifically to the Schedule at the initial time.
588
- * Whenever the Schedule is bound to remote data services, it is always recommended to set specific timezone to Schedule to make the
589
- * events on it to display on the same time irrespective of the system timezone. It usually accepts
590
- * the valid [IANA](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones) timezone names.
591
- *
592
- * {% codeBlock src='schedule/timezone/index.md' %}{% endcodeBlock %}
593
- *
594
- * @default null
595
- */
596
- timezone?: string;
597
-
598
- /**
599
- * Complete set of settings related to Schedule events to bind it to local or remote dataSource, map applicable database fields and
600
- * other validation to be carried out on the available fields.
601
- *
602
- * {% codeBlock src='schedule/eventSettings/index.md' %}{% endcodeBlock %}
603
- *
604
- * @default null
605
- */
606
- eventSettings?: EventSettingsModel;
607
-
608
- /**
609
- * Allows to define the collection of timezone items in the Schedule. Only the items bound to this property get listed out in the timezone dropdown of the appointment window.
610
- *
611
- * {% codeBlock src='schedule/timezoneDatasource/index.md' %}{% endcodeBlock %}
612
- *
613
- * @default timezoneData
614
- */
615
- timezoneDataSource?: TimezoneFields[];
616
-
617
- /**
618
- * Template option to customize the resource header bar. Here, the template accepts either
619
- * the string or HTMLElement as template design and then the parsed design is displayed onto the resource header cells.
620
- * The following can be accessible via template.
621
- * * `resource` - All the resource fields.
622
- * * `resourceData` - Object collection of current resource.
623
- *
624
- * Refer to the below code snippet.
625
- *
626
- * {% codeBlock src='schedule/resourceHeaderTemplate/index.md' %}{% endcodeBlock %}
627
- *
628
- * @default null
629
- * @angularType string | object
630
- * @reactType string | function | JSX.Element
631
- * @vueType string | function
632
- * @aspType string
633
- */
634
- resourceHeaderTemplate?: string | Function;
635
-
636
- /**
637
- * Template option to customize the header indent bar. Here, the template accepts either
638
- * the string or HTMLElement as template design and then the parsed design is displayed onto the header indent cell.
639
- *
640
- * Refer to the below code snippet.
641
- *
642
- * {% codeBlock src='schedule/headerIndentTemplate/index.md' %}{% endcodeBlock %}
643
- *
644
- * @default null
645
- * @angularType string | object
646
- * @reactType string | function | JSX.Element
647
- * @vueType string | function
648
- * @aspType string
649
- */
650
- headerIndentTemplate?: string | Function;
651
-
652
- /**
653
- * Allows defining the group related settings of multiple resources. When this property is non-empty, it means
654
- * that the resources will be grouped on the schedule layout based on the provided resource names.
655
- *
656
- * {% codeBlock src='schedule/group/index.md' %}{% endcodeBlock %}
657
- *
658
- * @default {}
659
- */
660
- group?: GroupModel;
661
-
662
- /**
663
- * Allows defining the collection of resources to be displayed on the Schedule. The resource collection needs to be defined
664
- * with unique resource names to identify it along with the respective dataSource and field mapping options.
665
- *
666
- * {% codeBlock src='schedule/resources/index.md' %}{% endcodeBlock %}
667
- *
668
- * @default []
669
- */
670
- resources?: ResourcesModel[];
671
-
672
- /**
673
- * Allows defining the collection of custom header rows to display the year, month, week, date and hour label as an individual row
674
- * on the timeline view of the scheduler.
675
- *
676
- * {% codeBlock src='schedule/headerRows/index.md' %}{% endcodeBlock %}
677
- *
678
- * @default []
679
- */
680
- headerRows?: HeaderRowsModel[];
681
-
682
- /**
683
- * It is used to customize the Schedule which accepts custom CSS class names that defines specific user-defined styles and themes
684
- * to be applied on the Schedule element.
685
- *
686
- * {% codeBlock src='schedule/cssClass/index.md' %}{% endcodeBlock %}
687
- *
688
- * @default null
689
- */
690
- cssClass?: string;
691
-
692
- /**
693
- * Enables clipboard functionality for appointments, allowing them to be copied using keyboard shortcuts and pasted onto the Scheduler.
694
- * When set to `true`, users can use keyboard shortcuts to cut, copy appointments and paste them into different time slots or calendars.
695
- *
696
- * @default false
697
- * @remarks The `allowKeyboardInteraction` property should be enabled to use the keyboard shortcuts.
698
- */
699
- allowClipboard?: boolean;
700
-
701
- /**
702
- * It enables the external drag and drop support for appointments on scheduler, to be able to move them out of the scheduler layout.
703
- * When the drag area is explicitly set with specific DOM element name, the appointments can be dragged anywhere within the specified drag area location.
704
- *
705
- * {% codeBlock src='schedule/eventDragArea/index.md' %}{% endcodeBlock %}
706
- *
707
- * @default null
708
- */
709
- eventDragArea?: string;
710
-
711
- /**
712
- * Triggers after the scheduler component is created.
713
- *
714
- * @event 'created'
715
- */
716
- created?: EmitType<Record<string, any>>;
717
-
718
- /**
719
- * Triggers when the scheduler component is destroyed.
720
- *
721
- * @event 'destroyed'
722
- */
723
- destroyed?: EmitType<Record<string, any>>;
724
-
725
- /**
726
- * Triggers when the scheduler cells are single clicked or on single tap on the same cells in mobile devices.
727
- *
728
- * @event 'cellClick'
729
- */
730
- cellClick?: EmitType<CellClickEventArgs>;
731
-
732
- /**
733
- * Triggers when the scheduler cells are double clicked.
734
- *
735
- * @event 'cellDoubleClick'
736
- */
737
- cellDoubleClick?: EmitType<CellClickEventArgs>;
738
-
739
- /**
740
- * Triggers when the more events indicator are clicked.
741
- *
742
- * @event 'moreEventsClick'
743
- */
744
- moreEventsClick?: EmitType<MoreEventsClickArgs>;
745
-
746
- /**
747
- * Triggers when the scheduler elements are hovered.
748
- *
749
- * @event 'hover'
750
- */
751
- hover?: EmitType<HoverEventArgs>;
752
-
753
- /**
754
- * Triggers when multiple cells or events are selected on the Scheduler.
755
- *
756
- * @event 'select'
757
- */
758
- select?: EmitType<SelectEventArgs>;
759
-
760
- /**
761
- * Triggers on beginning of every scheduler action.
762
- *
763
- * @event 'actionBegin'
764
- */
765
- actionBegin?: EmitType<ActionEventArgs>;
766
-
767
- /**
768
- * Triggers on successful completion of the scheduler actions.
769
- *
770
- * @event 'actionComplete'
771
- */
772
- actionComplete?: EmitType<ActionEventArgs>;
773
-
774
- /**
775
- * Triggers when a scheduler action gets failed or interrupted and an error information will be returned.
776
- *
777
- * @event 'actionFailure'
778
- */
779
- actionFailure?: EmitType<ActionEventArgs>;
780
-
781
- /**
782
- * Triggers before the date or view navigation takes place on scheduler.
783
- *
784
- * @event 'navigating'
785
- */
786
- navigating?: EmitType<NavigatingEventArgs>;
787
-
788
- /**
789
- * Triggers before each element of the schedule rendering on the page.
790
- *
791
- * @event 'renderCell'
792
- */
793
- renderCell?: EmitType<RenderCellEventArgs>;
794
-
795
- /**
796
- * Triggers when the events are single clicked or on single tapping the events on the mobile devices.
797
- *
798
- * @event 'eventClick'
799
- */
800
- eventClick?: EmitType<EventClickArgs>;
801
-
802
- /**
803
- * Triggers when the events are double clicked or on double tapping the events on the desktop devices.
804
- *
805
- * @event 'eventDoubleClick'
806
- */
807
- eventDoubleClick?: EmitType<EventClickArgs>;
808
-
809
- /**
810
- * Triggers before each of the event getting rendered on the scheduler user interface.
811
- *
812
- * @event 'eventRendered'
813
- */
814
- eventRendered?: EmitType<EventRenderedArgs>;
815
-
816
- /**
817
- * Triggers before the data binds to the scheduler.
818
- *
819
- * @event 'dataBinding'
820
- */
821
- dataBinding?: EmitType<ReturnType>;
822
-
823
- /**
824
- * Triggers before any of the scheduler popups opens on the page.
825
- *
826
- * @event 'popupOpen'
827
- */
828
- popupOpen?: EmitType<PopupOpenEventArgs>;
829
-
830
- /**
831
- * Triggers before any of the scheduler popups close on the page.
832
- *
833
- * @event 'popupClose'
834
- */
835
- popupClose?: EmitType<PopupCloseEventArgs>;
836
-
837
- /**
838
- * Triggers when an appointment is started to drag.
839
- *
840
- * @event 'dragStart'
841
- */
842
- dragStart?: EmitType<DragEventArgs>;
843
-
844
- /**
845
- * Triggers when an appointment is being in a dragged state.
846
- *
847
- * @event 'drag'
848
- */
849
- drag?: EmitType<DragEventArgs>;
850
-
851
- /**
852
- * Triggers when the dragging of appointment is stopped.
853
- *
854
- * @event 'dragStop'
855
- */
856
- dragStop?: EmitType<DragEventArgs>;
857
-
858
- /**
859
- * Triggers when an appointment is started to resize.
860
- *
861
- * @event 'resizeStart'
862
- */
863
- resizeStart?: EmitType<ResizeEventArgs>;
864
-
865
- /**
866
- * Triggers when an appointment is being in a resizing action.
867
- *
868
- * @event 'resizing'
869
- */
870
- resizing?: EmitType<ResizeEventArgs>;
871
-
872
- /**
873
- * Triggers when the resizing of appointment is stopped.
874
- *
875
- * @event 'resizeStop'
876
- */
877
- resizeStop?: EmitType<ResizeEventArgs>;
878
-
879
- /**
880
- * Triggers when the scroll action is started.
881
- * This event triggers only when `allowVirtualScrolling` or `enableLazyLoading` properties are enabled along with resource grouping.
882
- *
883
- * @event 'virtualScrollStart'
884
- */
885
- virtualScrollStart?: EmitType<ScrollEventArgs>;
886
-
887
- /**
888
- * Triggers when the scroll action is stopped.
889
- * This event triggers only when `allowVirtualScrolling` or `enableLazyLoading` properties are enabled along with resource grouping.
890
- *
891
- * @event 'virtualScrollStop'
892
- */
893
- virtualScrollStop?: EmitType<ScrollEventArgs>;
894
-
895
- /**
896
- * Triggers once the event data is bound to the scheduler.
897
- *
898
- * @event 'dataBound'
899
- */
900
- dataBound?: EmitType<ReturnType>;
901
-
902
- /**
903
- * Triggers once when pasting an event on the scheduler.
904
- *
905
- * @event 'beforePaste'
906
- */
907
- beforePaste?: EmitType<BeforePasteEventArgs>;
908
-
909
- /**
910
- * Triggers when the print event is called.
911
- *
912
- * @event 'beforePrint'
913
- */
914
- beforePrint?: EmitType<BeforePrintEventArgs>;
915
-
916
- /**
917
- * Triggers before the Excel export process begins.
918
- *
919
- * @event 'excelExport'
920
- */
921
- excelExport?: EmitType<ExcelExportEventArgs>;
922
-
923
- /**
924
- * Triggers before the tooltip is rendered.
925
- *
926
- * @event 'tooltipOpen'
927
- */
928
- tooltipOpen?: EmitType<TooltipOpenEventArgs>;
929
-
930
- }