@syncfusion/ej2-schedule 31.1.17 → 31.1.20

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 (167) 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 +1 -1
  5. package/dist/es6/ej2-schedule.es2015.js.map +1 -1
  6. package/dist/es6/ej2-schedule.es5.js +1 -1
  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 +17 -52
  12. package/src/schedule/event-renderer/event-base.js +1 -1
  13. package/styles/bootstrap4-lite.css +8 -0
  14. package/styles/bootstrap4.css +8 -0
  15. package/styles/recurrence-editor/bootstrap4.css +8 -0
  16. package/styles/schedule/bootstrap4.css +8 -0
  17. package/dist/ts/common/calendar-util.d.ts +0 -92
  18. package/dist/ts/common/calendar-util.ts +0 -261
  19. package/dist/ts/common/index.d.ts +0 -4
  20. package/dist/ts/common/index.ts +0 -4
  21. package/dist/ts/components.d.ts +0 -5
  22. package/dist/ts/components.ts +0 -5
  23. package/dist/ts/index.d.ts +0 -6
  24. package/dist/ts/index.ts +0 -7
  25. package/dist/ts/recurrence-editor/date-generator.d.ts +0 -76
  26. package/dist/ts/recurrence-editor/date-generator.ts +0 -1699
  27. package/dist/ts/recurrence-editor/index.d.ts +0 -6
  28. package/dist/ts/recurrence-editor/index.ts +0 -6
  29. package/dist/ts/recurrence-editor/recurrence-editor-model.d.ts +0 -112
  30. package/dist/ts/recurrence-editor/recurrence-editor.d.ts +0 -245
  31. package/dist/ts/recurrence-editor/recurrence-editor.ts +0 -1257
  32. package/dist/ts/schedule/actions/action-base.d.ts +0 -44
  33. package/dist/ts/schedule/actions/action-base.ts +0 -493
  34. package/dist/ts/schedule/actions/crud.d.ts +0 -41
  35. package/dist/ts/schedule/actions/crud.ts +0 -784
  36. package/dist/ts/schedule/actions/data.d.ts +0 -63
  37. package/dist/ts/schedule/actions/data.ts +0 -128
  38. package/dist/ts/schedule/actions/drag.d.ts +0 -75
  39. package/dist/ts/schedule/actions/drag.ts +0 -1401
  40. package/dist/ts/schedule/actions/keyboard.d.ts +0 -100
  41. package/dist/ts/schedule/actions/keyboard.ts +0 -1435
  42. package/dist/ts/schedule/actions/resize.d.ts +0 -27
  43. package/dist/ts/schedule/actions/resize.ts +0 -602
  44. package/dist/ts/schedule/actions/scroll.d.ts +0 -69
  45. package/dist/ts/schedule/actions/scroll.ts +0 -105
  46. package/dist/ts/schedule/actions/touch.d.ts +0 -32
  47. package/dist/ts/schedule/actions/touch.ts +0 -314
  48. package/dist/ts/schedule/actions/virtual-scroll.d.ts +0 -55
  49. package/dist/ts/schedule/actions/virtual-scroll.ts +0 -596
  50. package/dist/ts/schedule/actions/work-cells.d.ts +0 -14
  51. package/dist/ts/schedule/actions/work-cells.ts +0 -151
  52. package/dist/ts/schedule/base/constant.d.ts +0 -102
  53. package/dist/ts/schedule/base/constant.ts +0 -103
  54. package/dist/ts/schedule/base/css-constant.d.ts +0 -475
  55. package/dist/ts/schedule/base/css-constant.ts +0 -475
  56. package/dist/ts/schedule/base/interface.d.ts +0 -673
  57. package/dist/ts/schedule/base/interface.ts +0 -738
  58. package/dist/ts/schedule/base/resource.d.ts +0 -59
  59. package/dist/ts/schedule/base/resource.ts +0 -1091
  60. package/dist/ts/schedule/base/schedule-model.d.ts +0 -930
  61. package/dist/ts/schedule/base/schedule.d.ts +0 -1967
  62. package/dist/ts/schedule/base/schedule.ts +0 -4221
  63. package/dist/ts/schedule/base/type.d.ts +0 -134
  64. package/dist/ts/schedule/base/type.ts +0 -142
  65. package/dist/ts/schedule/base/util.d.ts +0 -266
  66. package/dist/ts/schedule/base/util.ts +0 -492
  67. package/dist/ts/schedule/event-renderer/agenda-base.d.ts +0 -15
  68. package/dist/ts/schedule/event-renderer/agenda-base.ts +0 -423
  69. package/dist/ts/schedule/event-renderer/event-base.d.ts +0 -101
  70. package/dist/ts/schedule/event-renderer/event-base.ts +0 -1501
  71. package/dist/ts/schedule/event-renderer/inline-edit.d.ts +0 -23
  72. package/dist/ts/schedule/event-renderer/inline-edit.ts +0 -287
  73. package/dist/ts/schedule/event-renderer/month.d.ts +0 -60
  74. package/dist/ts/schedule/event-renderer/month.ts +0 -760
  75. package/dist/ts/schedule/event-renderer/timeline-view.d.ts +0 -51
  76. package/dist/ts/schedule/event-renderer/timeline-view.ts +0 -606
  77. package/dist/ts/schedule/event-renderer/vertical-view.d.ts +0 -57
  78. package/dist/ts/schedule/event-renderer/vertical-view.ts +0 -898
  79. package/dist/ts/schedule/event-renderer/year.d.ts +0 -27
  80. package/dist/ts/schedule/event-renderer/year.ts +0 -623
  81. package/dist/ts/schedule/exports/calendar-export.d.ts +0 -16
  82. package/dist/ts/schedule/exports/calendar-export.ts +0 -160
  83. package/dist/ts/schedule/exports/calendar-import.d.ts +0 -18
  84. package/dist/ts/schedule/exports/calendar-import.ts +0 -277
  85. package/dist/ts/schedule/exports/excel-export.d.ts +0 -14
  86. package/dist/ts/schedule/exports/excel-export.ts +0 -89
  87. package/dist/ts/schedule/exports/index.d.ts +0 -7
  88. package/dist/ts/schedule/exports/index.ts +0 -7
  89. package/dist/ts/schedule/exports/print.d.ts +0 -20
  90. package/dist/ts/schedule/exports/print.ts +0 -233
  91. package/dist/ts/schedule/index.d.ts +0 -26
  92. package/dist/ts/schedule/index.ts +0 -26
  93. package/dist/ts/schedule/models/event-settings-model.d.ts +0 -165
  94. package/dist/ts/schedule/models/event-settings.d.ts +0 -149
  95. package/dist/ts/schedule/models/event-settings.ts +0 -187
  96. package/dist/ts/schedule/models/field-options-model.d.ts +0 -37
  97. package/dist/ts/schedule/models/field-options.d.ts +0 -31
  98. package/dist/ts/schedule/models/field-options.ts +0 -41
  99. package/dist/ts/schedule/models/fields-model.d.ts +0 -129
  100. package/dist/ts/schedule/models/fields.d.ts +0 -117
  101. package/dist/ts/schedule/models/fields.ts +0 -149
  102. package/dist/ts/schedule/models/group-model.d.ts +0 -69
  103. package/dist/ts/schedule/models/group.d.ts +0 -60
  104. package/dist/ts/schedule/models/group.ts +0 -75
  105. package/dist/ts/schedule/models/header-rows-model.d.ts +0 -33
  106. package/dist/ts/schedule/models/header-rows.d.ts +0 -30
  107. package/dist/ts/schedule/models/header-rows.ts +0 -35
  108. package/dist/ts/schedule/models/models.d.ts +0 -14
  109. package/dist/ts/schedule/models/models.ts +0 -15
  110. package/dist/ts/schedule/models/quick-info-templates-model.d.ts +0 -52
  111. package/dist/ts/schedule/models/quick-info-templates.d.ts +0 -47
  112. package/dist/ts/schedule/models/quick-info-templates.ts +0 -56
  113. package/dist/ts/schedule/models/resources-model.d.ts +0 -122
  114. package/dist/ts/schedule/models/resources.d.ts +0 -106
  115. package/dist/ts/schedule/models/resources.ts +0 -138
  116. package/dist/ts/schedule/models/time-scale-model.d.ts +0 -57
  117. package/dist/ts/schedule/models/time-scale.d.ts +0 -50
  118. package/dist/ts/schedule/models/time-scale.ts +0 -61
  119. package/dist/ts/schedule/models/toolbar-model.d.ts +0 -196
  120. package/dist/ts/schedule/models/toolbar.d.ts +0 -176
  121. package/dist/ts/schedule/models/toolbar.ts +0 -196
  122. package/dist/ts/schedule/models/views-model.d.ts +0 -370
  123. package/dist/ts/schedule/models/views.d.ts +0 -335
  124. package/dist/ts/schedule/models/views.ts +0 -408
  125. package/dist/ts/schedule/models/work-hours-model.d.ts +0 -29
  126. package/dist/ts/schedule/models/work-hours.d.ts +0 -24
  127. package/dist/ts/schedule/models/work-hours.ts +0 -31
  128. package/dist/ts/schedule/popups/event-tooltip.d.ts +0 -16
  129. package/dist/ts/schedule/popups/event-tooltip.ts +0 -203
  130. package/dist/ts/schedule/popups/event-window.d.ts +0 -118
  131. package/dist/ts/schedule/popups/event-window.ts +0 -2055
  132. package/dist/ts/schedule/popups/form-validator.d.ts +0 -16
  133. package/dist/ts/schedule/popups/form-validator.ts +0 -110
  134. package/dist/ts/schedule/popups/quick-popups.d.ts +0 -78
  135. package/dist/ts/schedule/popups/quick-popups.ts +0 -1470
  136. package/dist/ts/schedule/renderer/agenda.d.ts +0 -45
  137. package/dist/ts/schedule/renderer/agenda.ts +0 -497
  138. package/dist/ts/schedule/renderer/day.d.ts +0 -20
  139. package/dist/ts/schedule/renderer/day.ts +0 -28
  140. package/dist/ts/schedule/renderer/header-renderer.d.ts +0 -48
  141. package/dist/ts/schedule/renderer/header-renderer.ts +0 -736
  142. package/dist/ts/schedule/renderer/month-agenda.d.ts +0 -29
  143. package/dist/ts/schedule/renderer/month-agenda.ts +0 -184
  144. package/dist/ts/schedule/renderer/month.d.ts +0 -61
  145. package/dist/ts/schedule/renderer/month.ts +0 -766
  146. package/dist/ts/schedule/renderer/renderer.d.ts +0 -13
  147. package/dist/ts/schedule/renderer/renderer.ts +0 -165
  148. package/dist/ts/schedule/renderer/timeline-header-row.d.ts +0 -15
  149. package/dist/ts/schedule/renderer/timeline-header-row.ts +0 -132
  150. package/dist/ts/schedule/renderer/timeline-month.d.ts +0 -29
  151. package/dist/ts/schedule/renderer/timeline-month.ts +0 -184
  152. package/dist/ts/schedule/renderer/timeline-view.d.ts +0 -31
  153. package/dist/ts/schedule/renderer/timeline-view.ts +0 -308
  154. package/dist/ts/schedule/renderer/timeline-year.d.ts +0 -22
  155. package/dist/ts/schedule/renderer/timeline-year.ts +0 -450
  156. package/dist/ts/schedule/renderer/vertical-view.d.ts +0 -63
  157. package/dist/ts/schedule/renderer/vertical-view.ts +0 -911
  158. package/dist/ts/schedule/renderer/view-base.d.ts +0 -83
  159. package/dist/ts/schedule/renderer/view-base.ts +0 -709
  160. package/dist/ts/schedule/renderer/week.d.ts +0 -22
  161. package/dist/ts/schedule/renderer/week.ts +0 -35
  162. package/dist/ts/schedule/renderer/work-week.d.ts +0 -22
  163. package/dist/ts/schedule/renderer/work-week.ts +0 -36
  164. package/dist/ts/schedule/renderer/year.d.ts +0 -46
  165. package/dist/ts/schedule/renderer/year.ts +0 -470
  166. package/dist/ts/schedule/timezone/timezone.d.ts +0 -16
  167. package/dist/ts/schedule/timezone/timezone.ts +0 -313
@@ -1,122 +0,0 @@
1
- import { Property, ChildProperty } from '@syncfusion/ej2-base';import { DataManager, Query } from '@syncfusion/ej2-data';
2
-
3
- /**
4
- * Interface for a class Resources
5
- */
6
- export interface ResourcesModel {
7
-
8
- /**
9
- * A value that binds to the resource field of event object.
10
- *
11
- * @default null
12
- */
13
- field?: string;
14
-
15
- /**
16
- * It holds the title of the resource field to be displayed on the schedule event editor window.
17
- *
18
- * @default null
19
- */
20
- title?: string;
21
-
22
- /**
23
- * It represents a unique resource name for differentiating various resource objects while grouping.
24
- *
25
- * @default null
26
- */
27
- name?: string;
28
-
29
- /**
30
- * When set to true, allows multiple selection of resource names, thus creating multiple instances of same appointment for the
31
- * selected resources.
32
- *
33
- * @default false
34
- */
35
- allowMultiple?: boolean;
36
-
37
- /**
38
- * Assigns the resource dataSource
39
- * The data can be passed either as an array of JavaScript objects,
40
- * or else can create an instance of [`DataManager`](http://ej2.syncfusion.com/documentation/data/api-dataManager.html)
41
- * in case of processing remote data and can be assigned to the `dataSource` property.
42
- * With the remote data assigned to dataSource, check the available
43
- * [adaptors](http://ej2.syncfusion.com/documentation/data/adaptors.html) to customize the data processing.
44
- *
45
- * @default []
46
- */
47
- dataSource?: Record<string, any>[] | DataManager;
48
-
49
- /**
50
- * Defines the external [`query`](http://ej2.syncfusion.com/documentation/data/api-query.html)
51
- * that will be executed along with the data processing.
52
- *
53
- * @default null
54
- */
55
- query?: Query;
56
-
57
- /**
58
- * It maps the `id` field from the dataSource and is used to uniquely identify the resources.
59
- *
60
- * @default 'Id'
61
- */
62
- idField?: string;
63
-
64
- /**
65
- * It maps the `text` field from the dataSource, which is used to specify the resource names.
66
- *
67
- * @default 'Text'
68
- */
69
- textField?: string;
70
-
71
- /**
72
- * It maps the `expanded` field from the dataSource, which is used to specify whether each resource levels
73
- * in timeline view needs to be maintained in an expanded or collapsed state by default.
74
- *
75
- * @default 'Expanded'
76
- */
77
- expandedField?: string;
78
-
79
- /**
80
- * It maps the `groupID` field from the dataSource, which is used to specify under which parent resource,
81
- * the child should be grouped.
82
- *
83
- * @default 'GroupID'
84
- */
85
- groupIDField?: string;
86
-
87
- /**
88
- * It maps the `color` field from the dataSource, which is used to specify colors for the resources.
89
- *
90
- * @default 'Color'
91
- */
92
- colorField?: string;
93
-
94
- /**
95
- * It maps the `startHour` field from the dataSource, which is used to specify different work start hour for each resources.
96
- *
97
- * @default 'StartHour'
98
- */
99
- startHourField?: string;
100
-
101
- /**
102
- * It maps the `endHour` field from the dataSource, which is used to specify different work end hour for each resources.
103
- *
104
- * @default 'EndHour'
105
- */
106
- endHourField?: string;
107
-
108
- /**
109
- * It maps the working days field from the dataSource, which is used to specify different working days for each resources.
110
- *
111
- * @default 'WorkDays'
112
- */
113
- workDaysField?: string;
114
-
115
- /**
116
- * It maps the `cssClass` field from the dataSource, which is used to specify different styles to each resource appointments.
117
- *
118
- * @default 'CssClass'
119
- */
120
- cssClassField?: string;
121
-
122
- }
@@ -1,106 +0,0 @@
1
- import { ChildProperty } from '@syncfusion/ej2-base';
2
- import { DataManager, Query } from '@syncfusion/ej2-data';
3
- /**
4
- * A class that represents the resource related configurations and its data binding options.
5
- */
6
- export declare class Resources extends ChildProperty<Resources> {
7
- /**
8
- * A value that binds to the resource field of event object.
9
- *
10
- * @default null
11
- */
12
- field: string;
13
- /**
14
- * It holds the title of the resource field to be displayed on the schedule event editor window.
15
- *
16
- * @default null
17
- */
18
- title: string;
19
- /**
20
- * It represents a unique resource name for differentiating various resource objects while grouping.
21
- *
22
- * @default null
23
- */
24
- name: string;
25
- /**
26
- * When set to true, allows multiple selection of resource names, thus creating multiple instances of same appointment for the
27
- * selected resources.
28
- *
29
- * @default false
30
- */
31
- allowMultiple: boolean;
32
- /**
33
- * Assigns the resource dataSource
34
- * The data can be passed either as an array of JavaScript objects,
35
- * or else can create an instance of [`DataManager`](http://ej2.syncfusion.com/documentation/data/api-dataManager.html)
36
- * in case of processing remote data and can be assigned to the `dataSource` property.
37
- * With the remote data assigned to dataSource, check the available
38
- * [adaptors](http://ej2.syncfusion.com/documentation/data/adaptors.html) to customize the data processing.
39
- *
40
- * @default []
41
- */
42
- dataSource: Record<string, any>[] | DataManager;
43
- /**
44
- * Defines the external [`query`](http://ej2.syncfusion.com/documentation/data/api-query.html)
45
- * that will be executed along with the data processing.
46
- *
47
- * @default null
48
- */
49
- query: Query;
50
- /**
51
- * It maps the `id` field from the dataSource and is used to uniquely identify the resources.
52
- *
53
- * @default 'Id'
54
- */
55
- idField: string;
56
- /**
57
- * It maps the `text` field from the dataSource, which is used to specify the resource names.
58
- *
59
- * @default 'Text'
60
- */
61
- textField: string;
62
- /**
63
- * It maps the `expanded` field from the dataSource, which is used to specify whether each resource levels
64
- * in timeline view needs to be maintained in an expanded or collapsed state by default.
65
- *
66
- * @default 'Expanded'
67
- */
68
- expandedField: string;
69
- /**
70
- * It maps the `groupID` field from the dataSource, which is used to specify under which parent resource,
71
- * the child should be grouped.
72
- *
73
- * @default 'GroupID'
74
- */
75
- groupIDField: string;
76
- /**
77
- * It maps the `color` field from the dataSource, which is used to specify colors for the resources.
78
- *
79
- * @default 'Color'
80
- */
81
- colorField: string;
82
- /**
83
- * It maps the `startHour` field from the dataSource, which is used to specify different work start hour for each resources.
84
- *
85
- * @default 'StartHour'
86
- */
87
- startHourField: string;
88
- /**
89
- * It maps the `endHour` field from the dataSource, which is used to specify different work end hour for each resources.
90
- *
91
- * @default 'EndHour'
92
- */
93
- endHourField: string;
94
- /**
95
- * It maps the working days field from the dataSource, which is used to specify different working days for each resources.
96
- *
97
- * @default 'WorkDays'
98
- */
99
- workDaysField: string;
100
- /**
101
- * It maps the `cssClass` field from the dataSource, which is used to specify different styles to each resource appointments.
102
- *
103
- * @default 'CssClass'
104
- */
105
- cssClassField: string;
106
- }
@@ -1,138 +0,0 @@
1
- /* eslint-disable @typescript-eslint/no-explicit-any */
2
- import { Property, ChildProperty } from '@syncfusion/ej2-base';
3
- import { DataManager, Query } from '@syncfusion/ej2-data';
4
-
5
- /**
6
- * A class that represents the resource related configurations and its data binding options.
7
- */
8
- export class Resources extends ChildProperty<Resources> {
9
- /**
10
- * A value that binds to the resource field of event object.
11
- *
12
- * @default null
13
- */
14
- @Property()
15
- public field: string;
16
-
17
- /**
18
- * It holds the title of the resource field to be displayed on the schedule event editor window.
19
- *
20
- * @default null
21
- */
22
- @Property()
23
- public title: string;
24
-
25
- /**
26
- * It represents a unique resource name for differentiating various resource objects while grouping.
27
- *
28
- * @default null
29
- */
30
- @Property()
31
- public name: string;
32
-
33
- /**
34
- * When set to true, allows multiple selection of resource names, thus creating multiple instances of same appointment for the
35
- * selected resources.
36
- *
37
- * @default false
38
- */
39
- @Property(false)
40
- public allowMultiple: boolean;
41
-
42
- /**
43
- * Assigns the resource dataSource
44
- * The data can be passed either as an array of JavaScript objects,
45
- * or else can create an instance of [`DataManager`](http://ej2.syncfusion.com/documentation/data/api-dataManager.html)
46
- * in case of processing remote data and can be assigned to the `dataSource` property.
47
- * With the remote data assigned to dataSource, check the available
48
- * [adaptors](http://ej2.syncfusion.com/documentation/data/adaptors.html) to customize the data processing.
49
- *
50
- * @default []
51
- */
52
- @Property([])
53
- public dataSource: Record<string, any>[] | DataManager;
54
-
55
- /**
56
- * Defines the external [`query`](http://ej2.syncfusion.com/documentation/data/api-query.html)
57
- * that will be executed along with the data processing.
58
- *
59
- * @default null
60
- */
61
- @Property()
62
- public query: Query;
63
-
64
- /**
65
- * It maps the `id` field from the dataSource and is used to uniquely identify the resources.
66
- *
67
- * @default 'Id'
68
- */
69
- @Property('Id')
70
- public idField: string;
71
-
72
- /**
73
- * It maps the `text` field from the dataSource, which is used to specify the resource names.
74
- *
75
- * @default 'Text'
76
- */
77
- @Property('Text')
78
- public textField: string;
79
-
80
- /**
81
- * It maps the `expanded` field from the dataSource, which is used to specify whether each resource levels
82
- * in timeline view needs to be maintained in an expanded or collapsed state by default.
83
- *
84
- * @default 'Expanded'
85
- */
86
- @Property('Expanded')
87
- public expandedField: string;
88
-
89
- /**
90
- * It maps the `groupID` field from the dataSource, which is used to specify under which parent resource,
91
- * the child should be grouped.
92
- *
93
- * @default 'GroupID'
94
- */
95
- @Property('GroupID')
96
- public groupIDField: string;
97
-
98
- /**
99
- * It maps the `color` field from the dataSource, which is used to specify colors for the resources.
100
- *
101
- * @default 'Color'
102
- */
103
- @Property('Color')
104
- public colorField: string;
105
-
106
- /**
107
- * It maps the `startHour` field from the dataSource, which is used to specify different work start hour for each resources.
108
- *
109
- * @default 'StartHour'
110
- */
111
- @Property('StartHour')
112
- public startHourField: string;
113
-
114
- /**
115
- * It maps the `endHour` field from the dataSource, which is used to specify different work end hour for each resources.
116
- *
117
- * @default 'EndHour'
118
- */
119
- @Property('EndHour')
120
- public endHourField: string;
121
-
122
- /**
123
- * It maps the working days field from the dataSource, which is used to specify different working days for each resources.
124
- *
125
- * @default 'WorkDays'
126
- */
127
- @Property('WorkDays')
128
- public workDaysField: string;
129
-
130
- /**
131
- * It maps the `cssClass` field from the dataSource, which is used to specify different styles to each resource appointments.
132
- *
133
- * @default 'CssClass'
134
- */
135
- @Property('CssClass')
136
- public cssClassField: string;
137
-
138
- }
@@ -1,57 +0,0 @@
1
- import { Property, ChildProperty } from '@syncfusion/ej2-base';
2
-
3
- /**
4
- * Interface for a class TimeScale
5
- */
6
- export interface TimeScaleModel {
7
-
8
- /**
9
- * When set to `true`, allows the schedule to display the appointments accurately against the exact time duration.
10
- * If set to `false`, all the appointments of a day will be displayed one below the other.
11
- *
12
- * @default true
13
- */
14
- enable?: boolean;
15
-
16
- /**
17
- * Defines the time duration on which the time axis to be displayed either in 1 hour or 30 minutes interval and so on.
18
- * It accepts the values in minutes.
19
- *
20
- * @default 60
21
- */
22
- interval?: number;
23
-
24
- /**
25
- * Decides the number of slot count to be split for the specified time interval duration.
26
- *
27
- * @default 2
28
- */
29
- slotCount?: number;
30
-
31
- /**
32
- * The template option to be applied for minor time slot. Here, the
33
- * template accepts either the string or HTMLElement as template design and then the parsed design is displayed
34
- * onto the time cells. The time details can be accessed within this template.
35
- *
36
- * @default null
37
- * @angularType string | object
38
- * @reactType string | function | JSX.Element
39
- * @vueType string | function
40
- * @aspType string
41
- */
42
- minorSlotTemplate?: string | Function;
43
-
44
- /**
45
- * The template option to be applied for major time slot. Here, the
46
- * template accepts either the string or HTMLElement as template design and then the parsed design is displayed
47
- * onto the time cells. The time details can be accessed within this template.
48
- *
49
- * @default null
50
- * @angularType string | object
51
- * @reactType string | function | JSX.Element
52
- * @vueType string | function
53
- * @aspType string
54
- */
55
- majorSlotTemplate?: string | Function;
56
-
57
- }
@@ -1,50 +0,0 @@
1
- import { ChildProperty } from '@syncfusion/ej2-base';
2
- /**
3
- * A class that represents the configuration of options related to timescale on scheduler.
4
- */
5
- export declare class TimeScale extends ChildProperty<TimeScale> {
6
- /**
7
- * When set to `true`, allows the schedule to display the appointments accurately against the exact time duration.
8
- * If set to `false`, all the appointments of a day will be displayed one below the other.
9
- *
10
- * @default true
11
- */
12
- enable: boolean;
13
- /**
14
- * Defines the time duration on which the time axis to be displayed either in 1 hour or 30 minutes interval and so on.
15
- * It accepts the values in minutes.
16
- *
17
- * @default 60
18
- */
19
- interval: number;
20
- /**
21
- * Decides the number of slot count to be split for the specified time interval duration.
22
- *
23
- * @default 2
24
- */
25
- slotCount: number;
26
- /**
27
- * The template option to be applied for minor time slot. Here, the
28
- * template accepts either the string or HTMLElement as template design and then the parsed design is displayed
29
- * onto the time cells. The time details can be accessed within this template.
30
- *
31
- * @default null
32
- * @angularType string | object
33
- * @reactType string | function | JSX.Element
34
- * @vueType string | function
35
- * @aspType string
36
- */
37
- minorSlotTemplate: string | Function;
38
- /**
39
- * The template option to be applied for major time slot. Here, the
40
- * template accepts either the string or HTMLElement as template design and then the parsed design is displayed
41
- * onto the time cells. The time details can be accessed within this template.
42
- *
43
- * @default null
44
- * @angularType string | object
45
- * @reactType string | function | JSX.Element
46
- * @vueType string | function
47
- * @aspType string
48
- */
49
- majorSlotTemplate: string | Function;
50
- }
@@ -1,61 +0,0 @@
1
- import { Property, ChildProperty } from '@syncfusion/ej2-base';
2
-
3
- /**
4
- * A class that represents the configuration of options related to timescale on scheduler.
5
- */
6
- export class TimeScale extends ChildProperty<TimeScale> {
7
- /**
8
- * When set to `true`, allows the schedule to display the appointments accurately against the exact time duration.
9
- * If set to `false`, all the appointments of a day will be displayed one below the other.
10
- *
11
- * @default true
12
- */
13
- @Property(true)
14
- public enable: boolean;
15
-
16
- /**
17
- * Defines the time duration on which the time axis to be displayed either in 1 hour or 30 minutes interval and so on.
18
- * It accepts the values in minutes.
19
- *
20
- * @default 60
21
- */
22
- @Property(60)
23
- public interval: number;
24
-
25
- /**
26
- * Decides the number of slot count to be split for the specified time interval duration.
27
- *
28
- * @default 2
29
- */
30
- @Property(2)
31
- public slotCount: number;
32
-
33
- /**
34
- * The template option to be applied for minor time slot. Here, the
35
- * template accepts either the string or HTMLElement as template design and then the parsed design is displayed
36
- * onto the time cells. The time details can be accessed within this template.
37
- *
38
- * @default null
39
- * @angularType string | object
40
- * @reactType string | function | JSX.Element
41
- * @vueType string | function
42
- * @aspType string
43
- */
44
- @Property()
45
- public minorSlotTemplate: string | Function;
46
-
47
- /**
48
- * The template option to be applied for major time slot. Here, the
49
- * template accepts either the string or HTMLElement as template design and then the parsed design is displayed
50
- * onto the time cells. The time details can be accessed within this template.
51
- *
52
- * @default null
53
- * @angularType string | object
54
- * @reactType string | function | JSX.Element
55
- * @vueType string | function
56
- * @aspType string
57
- */
58
- @Property()
59
- public majorSlotTemplate: string | Function;
60
-
61
- }