@syncfusion/ej2-angular-schedule 23.2.7 → 24.1.41-ngcc

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 (191) hide show
  1. package/@syncfusion/ej2-angular-schedule.es5.js +955 -0
  2. package/@syncfusion/ej2-angular-schedule.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-schedule.js +894 -0
  4. package/@syncfusion/ej2-angular-schedule.js.map +1 -0
  5. package/CHANGELOG.md +1869 -0
  6. package/dist/ej2-angular-schedule.umd.js +1102 -0
  7. package/dist/ej2-angular-schedule.umd.js.map +1 -0
  8. package/dist/ej2-angular-schedule.umd.min.js +11 -0
  9. package/dist/ej2-angular-schedule.umd.min.js.map +1 -0
  10. package/ej2-angular-schedule.d.ts +6 -0
  11. package/ej2-angular-schedule.metadata.json +1 -0
  12. package/package.json +15 -29
  13. package/postinstall/tagchange.js +18 -0
  14. package/schematics/utils/lib-details.d.ts +2 -2
  15. package/schematics/utils/lib-details.js +2 -2
  16. package/schematics/utils/lib-details.ts +2 -2
  17. package/src/index.d.ts +1 -0
  18. package/src/recurrence-editor/recurrenceeditor-all.module.d.ts +0 -6
  19. package/src/recurrence-editor/recurrenceeditor.component.d.ts +0 -3
  20. package/src/recurrence-editor/recurrenceeditor.module.d.ts +0 -6
  21. package/src/schedule/headerrows.directive.d.ts +0 -5
  22. package/src/schedule/resources.directive.d.ts +0 -5
  23. package/src/schedule/schedule-all.module.d.ts +0 -6
  24. package/src/schedule/schedule.component.d.ts +2 -3
  25. package/src/schedule/schedule.module.d.ts +0 -9
  26. package/src/schedule/toolbaritems.directive.d.ts +172 -0
  27. package/src/schedule/views.directive.d.ts +7 -5
  28. package/styles/bootstrap-dark.css +1 -4546
  29. package/styles/bootstrap.css +1 -4541
  30. package/styles/bootstrap4.css +1 -4650
  31. package/styles/bootstrap5-dark.css +1 -4595
  32. package/styles/bootstrap5.css +1 -4595
  33. package/styles/fabric-dark.css +1 -4513
  34. package/styles/fabric.css +1 -4503
  35. package/styles/fluent-dark.css +1 -4572
  36. package/styles/fluent.css +1 -4572
  37. package/styles/highcontrast-light.css +1 -4585
  38. package/styles/highcontrast.css +1 -4594
  39. package/styles/material-dark.css +1 -4529
  40. package/styles/material.css +1 -4565
  41. package/styles/material3-dark.css +1 -4632
  42. package/styles/material3-dark.scss +0 -1
  43. package/styles/material3.css +1 -4688
  44. package/styles/material3.scss +0 -1
  45. package/styles/recurrence-editor/bootstrap-dark.css +1 -510
  46. package/styles/recurrence-editor/bootstrap-dark.scss +1 -8
  47. package/styles/recurrence-editor/bootstrap.css +1 -510
  48. package/styles/recurrence-editor/bootstrap.scss +1 -8
  49. package/styles/recurrence-editor/bootstrap4.css +1 -555
  50. package/styles/recurrence-editor/bootstrap4.scss +1 -8
  51. package/styles/recurrence-editor/bootstrap5-dark.css +1 -551
  52. package/styles/recurrence-editor/bootstrap5-dark.scss +1 -8
  53. package/styles/recurrence-editor/bootstrap5.css +1 -551
  54. package/styles/recurrence-editor/bootstrap5.scss +1 -8
  55. package/styles/recurrence-editor/fabric-dark.css +1 -486
  56. package/styles/recurrence-editor/fabric-dark.scss +1 -8
  57. package/styles/recurrence-editor/fabric.css +1 -479
  58. package/styles/recurrence-editor/fabric.scss +1 -8
  59. package/styles/recurrence-editor/fluent-dark.css +1 -531
  60. package/styles/recurrence-editor/fluent-dark.scss +1 -8
  61. package/styles/recurrence-editor/fluent.css +1 -531
  62. package/styles/recurrence-editor/fluent.scss +1 -8
  63. package/styles/recurrence-editor/highcontrast-light.css +1 -483
  64. package/styles/recurrence-editor/highcontrast-light.scss +1 -8
  65. package/styles/recurrence-editor/highcontrast.css +1 -483
  66. package/styles/recurrence-editor/highcontrast.scss +1 -8
  67. package/styles/recurrence-editor/material-dark.css +1 -511
  68. package/styles/recurrence-editor/material-dark.scss +1 -8
  69. package/styles/recurrence-editor/material.css +1 -536
  70. package/styles/recurrence-editor/material.scss +1 -8
  71. package/styles/recurrence-editor/material3-dark.css +1 -601
  72. package/styles/recurrence-editor/material3-dark.scss +1 -8
  73. package/styles/recurrence-editor/material3.css +1 -657
  74. package/styles/recurrence-editor/material3.scss +1 -8
  75. package/styles/recurrence-editor/tailwind-dark.css +1 -499
  76. package/styles/recurrence-editor/tailwind-dark.scss +1 -8
  77. package/styles/recurrence-editor/tailwind.css +1 -499
  78. package/styles/recurrence-editor/tailwind.scss +1 -8
  79. package/styles/schedule/bootstrap-dark.css +1 -4140
  80. package/styles/schedule/bootstrap-dark.scss +1 -16
  81. package/styles/schedule/bootstrap.css +1 -4135
  82. package/styles/schedule/bootstrap.scss +1 -16
  83. package/styles/schedule/bootstrap4.css +1 -4244
  84. package/styles/schedule/bootstrap4.scss +1 -16
  85. package/styles/schedule/bootstrap5-dark.css +1 -4189
  86. package/styles/schedule/bootstrap5-dark.scss +1 -15
  87. package/styles/schedule/bootstrap5.css +1 -4189
  88. package/styles/schedule/bootstrap5.scss +1 -16
  89. package/styles/schedule/fabric-dark.css +1 -4107
  90. package/styles/schedule/fabric-dark.scss +1 -16
  91. package/styles/schedule/fabric.css +1 -4097
  92. package/styles/schedule/fabric.scss +1 -16
  93. package/styles/schedule/fluent-dark.css +1 -4166
  94. package/styles/schedule/fluent-dark.scss +1 -15
  95. package/styles/schedule/fluent.css +1 -4166
  96. package/styles/schedule/fluent.scss +1 -16
  97. package/styles/schedule/highcontrast-light.css +1 -4179
  98. package/styles/schedule/highcontrast-light.scss +1 -16
  99. package/styles/schedule/highcontrast.css +1 -4188
  100. package/styles/schedule/highcontrast.scss +1 -16
  101. package/styles/schedule/material-dark.css +1 -4123
  102. package/styles/schedule/material-dark.scss +1 -16
  103. package/styles/schedule/material.css +1 -4159
  104. package/styles/schedule/material.scss +1 -16
  105. package/styles/schedule/material3-dark.css +1 -4226
  106. package/styles/schedule/material3-dark.scss +1 -15
  107. package/styles/schedule/material3.css +1 -4282
  108. package/styles/schedule/material3.scss +1 -16
  109. package/styles/schedule/tailwind-dark.css +1 -4130
  110. package/styles/schedule/tailwind-dark.scss +1 -15
  111. package/styles/schedule/tailwind.css +1 -4130
  112. package/styles/schedule/tailwind.scss +1 -16
  113. package/styles/tailwind-dark.css +1 -4536
  114. package/styles/tailwind.css +1 -4536
  115. package/esm2020/public_api.mjs +0 -3
  116. package/esm2020/src/index.mjs +0 -11
  117. package/esm2020/src/recurrence-editor/recurrenceeditor-all.module.mjs +0 -23
  118. package/esm2020/src/recurrence-editor/recurrenceeditor.component.mjs +0 -59
  119. package/esm2020/src/recurrence-editor/recurrenceeditor.module.mjs +0 -25
  120. package/esm2020/src/schedule/headerrows.directive.mjs +0 -66
  121. package/esm2020/src/schedule/resources.directive.mjs +0 -58
  122. package/esm2020/src/schedule/schedule-all.module.mjs +0 -74
  123. package/esm2020/src/schedule/schedule.component.mjs +0 -301
  124. package/esm2020/src/schedule/schedule.module.mjs +0 -52
  125. package/esm2020/src/schedule/views.directive.mjs +0 -132
  126. package/esm2020/syncfusion-ej2-angular-schedule.mjs +0 -5
  127. package/fesm2015/syncfusion-ej2-angular-schedule.mjs +0 -757
  128. package/fesm2015/syncfusion-ej2-angular-schedule.mjs.map +0 -1
  129. package/fesm2020/syncfusion-ej2-angular-schedule.mjs +0 -757
  130. package/fesm2020/syncfusion-ej2-angular-schedule.mjs.map +0 -1
  131. package/styles/recurrence-editor/_all.scss +0 -2
  132. package/styles/recurrence-editor/_bootstrap-dark-definition.scss +0 -13
  133. package/styles/recurrence-editor/_bootstrap-definition.scss +0 -13
  134. package/styles/recurrence-editor/_bootstrap4-definition.scss +0 -13
  135. package/styles/recurrence-editor/_bootstrap5-dark-definition.scss +0 -1
  136. package/styles/recurrence-editor/_bootstrap5-definition.scss +0 -13
  137. package/styles/recurrence-editor/_fabric-dark-definition.scss +0 -13
  138. package/styles/recurrence-editor/_fabric-definition.scss +0 -13
  139. package/styles/recurrence-editor/_fluent-dark-definition.scss +0 -1
  140. package/styles/recurrence-editor/_fluent-definition.scss +0 -13
  141. package/styles/recurrence-editor/_fusionnew-definition.scss +0 -13
  142. package/styles/recurrence-editor/_highcontrast-definition.scss +0 -13
  143. package/styles/recurrence-editor/_highcontrast-light-definition.scss +0 -13
  144. package/styles/recurrence-editor/_layout.scss +0 -548
  145. package/styles/recurrence-editor/_material-dark-definition.scss +0 -13
  146. package/styles/recurrence-editor/_material-definition.scss +0 -13
  147. package/styles/recurrence-editor/_material3-dark-definition.scss +0 -1
  148. package/styles/recurrence-editor/_material3-definition.scss +0 -13
  149. package/styles/recurrence-editor/_tailwind-dark-definition.scss +0 -1
  150. package/styles/recurrence-editor/_tailwind-definition.scss +0 -13
  151. package/styles/recurrence-editor/_theme.scss +0 -1
  152. package/styles/schedule/_all.scss +0 -2
  153. package/styles/schedule/_bootstrap-dark-definition.scss +0 -280
  154. package/styles/schedule/_bootstrap-definition.scss +0 -280
  155. package/styles/schedule/_bootstrap4-definition.scss +0 -283
  156. package/styles/schedule/_bootstrap5-dark-definition.scss +0 -1
  157. package/styles/schedule/_bootstrap5-definition.scss +0 -290
  158. package/styles/schedule/_fabric-dark-definition.scss +0 -279
  159. package/styles/schedule/_fabric-definition.scss +0 -280
  160. package/styles/schedule/_fluent-dark-definition.scss +0 -1
  161. package/styles/schedule/_fluent-definition.scss +0 -285
  162. package/styles/schedule/_fusionnew-definition.scss +0 -289
  163. package/styles/schedule/_highcontrast-definition.scss +0 -281
  164. package/styles/schedule/_highcontrast-light-definition.scss +0 -281
  165. package/styles/schedule/_layout.scss +0 -4160
  166. package/styles/schedule/_material-dark-definition.scss +0 -280
  167. package/styles/schedule/_material-definition.scss +0 -280
  168. package/styles/schedule/_material3-dark-definition.scss +0 -1
  169. package/styles/schedule/_material3-definition.scss +0 -292
  170. package/styles/schedule/_tailwind-dark-definition.scss +0 -1
  171. package/styles/schedule/_tailwind-definition.scss +0 -282
  172. package/styles/schedule/_theme.scss +0 -551
  173. package/styles/schedule/icons/_bootstrap-dark.scss +0 -235
  174. package/styles/schedule/icons/_bootstrap.scss +0 -235
  175. package/styles/schedule/icons/_bootstrap4.scss +0 -235
  176. package/styles/schedule/icons/_bootstrap5-dark.scss +0 -1
  177. package/styles/schedule/icons/_bootstrap5.scss +0 -235
  178. package/styles/schedule/icons/_fabric-dark.scss +0 -235
  179. package/styles/schedule/icons/_fabric.scss +0 -235
  180. package/styles/schedule/icons/_fluent-dark.scss +0 -1
  181. package/styles/schedule/icons/_fluent.scss +0 -235
  182. package/styles/schedule/icons/_fusionnew.scss +0 -235
  183. package/styles/schedule/icons/_highcontrast-light.scss +0 -235
  184. package/styles/schedule/icons/_highcontrast.scss +0 -235
  185. package/styles/schedule/icons/_material-dark.scss +0 -235
  186. package/styles/schedule/icons/_material.scss +0 -235
  187. package/styles/schedule/icons/_material3-dark.scss +0 -1
  188. package/styles/schedule/icons/_material3.scss +0 -235
  189. package/styles/schedule/icons/_tailwind-dark.scss +0 -1
  190. package/styles/schedule/icons/_tailwind.scss +0 -235
  191. package/syncfusion-ej2-angular-schedule.d.ts +0 -5
@@ -1,6 +1,5 @@
1
1
  import { ViewContainerRef } from '@angular/core';
2
2
  import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
- import * as i0 from "@angular/core";
4
3
  /**
5
4
  * `e-header-rows` directive represent a header rows of the Schedule.
6
5
  * It must be contained in a Schedule component(`ejs-schedule`).
@@ -38,8 +37,6 @@ export declare class HeaderRowDirective extends ComplexBase<HeaderRowDirective>
38
37
  */
39
38
  template: any;
40
39
  constructor(viewContainerRef: ViewContainerRef);
41
- static ɵfac: i0.ɵɵFactoryDeclaration<HeaderRowDirective, never>;
42
- static ɵdir: i0.ɵɵDirectiveDeclaration<HeaderRowDirective, "e-header-rows>e-header-row", never, { "option": "option"; "template": "template"; }, {}, ["template"]>;
43
40
  }
44
41
  /**
45
42
  * HeaderRow Array Directive
@@ -47,6 +44,4 @@ export declare class HeaderRowDirective extends ComplexBase<HeaderRowDirective>
47
44
  */
48
45
  export declare class HeaderRowsDirective extends ArrayBase<HeaderRowsDirective> {
49
46
  constructor();
50
- static ɵfac: i0.ɵɵFactoryDeclaration<HeaderRowsDirective, never>;
51
- static ɵdir: i0.ɵɵDirectiveDeclaration<HeaderRowsDirective, "ejs-schedule>e-header-rows", never, {}, {}, ["children"]>;
52
47
  }
@@ -1,6 +1,5 @@
1
1
  import { ViewContainerRef } from '@angular/core';
2
2
  import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
- import * as i0 from "@angular/core";
4
3
  /**
5
4
  * `e-resources` directive represent a resources of the Angular Schedule.
6
5
  * It must be contained in a Schedule component(`ejs-schedule`).
@@ -101,8 +100,6 @@ export declare class ResourceDirective extends ComplexBase<ResourceDirective> {
101
100
  */
102
101
  workDaysField: any;
103
102
  constructor(viewContainerRef: ViewContainerRef);
104
- static ɵfac: i0.ɵɵFactoryDeclaration<ResourceDirective, never>;
105
- static ɵdir: i0.ɵɵDirectiveDeclaration<ResourceDirective, "e-resources>e-resource", never, { "allowMultiple": "allowMultiple"; "colorField": "colorField"; "cssClassField": "cssClassField"; "dataSource": "dataSource"; "endHourField": "endHourField"; "expandedField": "expandedField"; "field": "field"; "groupIDField": "groupIDField"; "idField": "idField"; "name": "name"; "query": "query"; "startHourField": "startHourField"; "textField": "textField"; "title": "title"; "workDaysField": "workDaysField"; }, {}, never>;
106
103
  }
107
104
  /**
108
105
  * Resource Array Directive
@@ -110,6 +107,4 @@ export declare class ResourceDirective extends ComplexBase<ResourceDirective> {
110
107
  */
111
108
  export declare class ResourcesDirective extends ArrayBase<ResourcesDirective> {
112
109
  constructor();
113
- static ɵfac: i0.ɵɵFactoryDeclaration<ResourcesDirective, never>;
114
- static ɵdir: i0.ɵɵDirectiveDeclaration<ResourcesDirective, "ejs-schedule>e-resources", never, {}, {}, ["children"]>;
115
110
  }
@@ -1,7 +1,4 @@
1
1
  import { ValueProvider } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- import * as i1 from "@angular/common";
4
- import * as i2 from "./schedule.module";
5
2
  export declare const DayService: ValueProvider;
6
3
  export declare const WeekService: ValueProvider;
7
4
  export declare const WorkWeekService: ValueProvider;
@@ -22,7 +19,4 @@ export declare const PrintService: ValueProvider;
22
19
  * NgModule definition for the Schedule component with providers.
23
20
  */
24
21
  export declare class ScheduleAllModule {
25
- static ɵfac: i0.ɵɵFactoryDeclaration<ScheduleAllModule, never>;
26
- static ɵmod: i0.ɵɵNgModuleDeclaration<ScheduleAllModule, never, [typeof i1.CommonModule, typeof i2.ScheduleModule], [typeof i2.ScheduleModule]>;
27
- static ɵinj: i0.ɵɵInjectorDeclaration<ScheduleAllModule>;
28
22
  }
@@ -4,7 +4,7 @@ import { Schedule } from '@syncfusion/ej2-schedule';
4
4
  import { ViewsDirective } from './views.directive';
5
5
  import { ResourcesDirective } from './resources.directive';
6
6
  import { HeaderRowsDirective } from './headerrows.directive';
7
- import * as i0 from "@angular/core";
7
+ import { ToolbarItemsDirective } from './toolbaritems.directive';
8
8
  export declare const inputs: string[];
9
9
  export declare const outputs: string[];
10
10
  export declare const twoWays: string[];
@@ -53,6 +53,7 @@ export declare class ScheduleComponent extends Schedule implements IComponentBas
53
53
  childViews: QueryList<ViewsDirective>;
54
54
  childResources: QueryList<ResourcesDirective>;
55
55
  childHeaderRows: QueryList<HeaderRowsDirective>;
56
+ childToolbarItems: QueryList<ToolbarItemsDirective>;
56
57
  tags: string[];
57
58
  /**
58
59
  * It accepts either the string or HTMLElement as template design content and parse it appropriately before displaying it onto
@@ -213,6 +214,4 @@ export declare class ScheduleComponent extends Schedule implements IComponentBas
213
214
  ngAfterContentChecked(): void;
214
215
  registerEvents: (eventList: string[]) => void;
215
216
  addTwoWay: (propList: string[]) => void;
216
- static ɵfac: i0.ɵɵFactoryDeclaration<ScheduleComponent, never>;
217
- static ɵcmp: i0.ɵɵComponentDeclaration<ScheduleComponent, "ejs-schedule", never, { "agendaDaysCount": "agendaDaysCount"; "allowDragAndDrop": "allowDragAndDrop"; "allowInline": "allowInline"; "allowKeyboardInteraction": "allowKeyboardInteraction"; "allowMultiCellSelection": "allowMultiCellSelection"; "allowMultiDrag": "allowMultiDrag"; "allowMultiRowSelection": "allowMultiRowSelection"; "allowResizing": "allowResizing"; "allowSwiping": "allowSwiping"; "calendarMode": "calendarMode"; "cellHeaderTemplate": "cellHeaderTemplate"; "cellTemplate": "cellTemplate"; "cssClass": "cssClass"; "currentView": "currentView"; "dateFormat": "dateFormat"; "dateHeaderTemplate": "dateHeaderTemplate"; "dateRangeTemplate": "dateRangeTemplate"; "dayHeaderTemplate": "dayHeaderTemplate"; "editorFooterTemplate": "editorFooterTemplate"; "editorHeaderTemplate": "editorHeaderTemplate"; "editorTemplate": "editorTemplate"; "enableAdaptiveUI": "enableAdaptiveUI"; "enableAllDayScroll": "enableAllDayScroll"; "enableHtmlSanitizer": "enableHtmlSanitizer"; "enablePersistence": "enablePersistence"; "enableRecurrenceValidation": "enableRecurrenceValidation"; "enableRtl": "enableRtl"; "endHour": "endHour"; "eventDragArea": "eventDragArea"; "eventSettings": "eventSettings"; "firstDayOfWeek": "firstDayOfWeek"; "firstMonthOfYear": "firstMonthOfYear"; "group": "group"; "headerIndentTemplate": "headerIndentTemplate"; "headerRows": "headerRows"; "height": "height"; "hideEmptyAgendaDays": "hideEmptyAgendaDays"; "locale": "locale"; "maxDate": "maxDate"; "minDate": "minDate"; "monthHeaderTemplate": "monthHeaderTemplate"; "monthsCount": "monthsCount"; "quickInfoOnSelectionEnd": "quickInfoOnSelectionEnd"; "quickInfoTemplates": "quickInfoTemplates"; "readonly": "readonly"; "resourceHeaderTemplate": "resourceHeaderTemplate"; "resources": "resources"; "rowAutoHeight": "rowAutoHeight"; "selectedDate": "selectedDate"; "showHeaderBar": "showHeaderBar"; "showQuickInfo": "showQuickInfo"; "showTimeIndicator": "showTimeIndicator"; "showWeekNumber": "showWeekNumber"; "showWeekend": "showWeekend"; "startHour": "startHour"; "timeFormat": "timeFormat"; "timeScale": "timeScale"; "timezone": "timezone"; "timezoneDataSource": "timezoneDataSource"; "views": "views"; "weekRule": "weekRule"; "width": "width"; "workDays": "workDays"; "workHours": "workHours"; }, { "actionBegin": "actionBegin"; "actionComplete": "actionComplete"; "actionFailure": "actionFailure"; "cellClick": "cellClick"; "cellDoubleClick": "cellDoubleClick"; "created": "created"; "dataBinding": "dataBinding"; "dataBound": "dataBound"; "destroyed": "destroyed"; "drag": "drag"; "dragStart": "dragStart"; "dragStop": "dragStop"; "eventClick": "eventClick"; "eventDoubleClick": "eventDoubleClick"; "eventRendered": "eventRendered"; "hover": "hover"; "moreEventsClick": "moreEventsClick"; "navigating": "navigating"; "popupClose": "popupClose"; "popupOpen": "popupOpen"; "renderCell": "renderCell"; "resizeStart": "resizeStart"; "resizeStop": "resizeStop"; "resizing": "resizing"; "select": "select"; "virtualScrollStart": "virtualScrollStart"; "virtualScrollStop": "virtualScrollStop"; "currentViewChange": "currentViewChange"; "selectedDateChange": "selectedDateChange"; }, ["dateHeaderTemplate", "dateRangeTemplate", "dayHeaderTemplate", "cellTemplate", "cellHeaderTemplate", "eventSettings_tooltipTemplate", "eventSettings_template", "editorTemplate", "editorHeaderTemplate", "editorFooterTemplate", "monthHeaderTemplate", "timeScale_minorSlotTemplate", "timeScale_majorSlotTemplate", "resourceHeaderTemplate", "headerIndentTemplate", "quickInfoTemplates_header", "quickInfoTemplates_content", "quickInfoTemplates_footer", "group_headerTooltipTemplate", "childViews", "childResources", "childHeaderRows"], never>;
218
217
  }
@@ -1,14 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./schedule.component";
3
- import * as i2 from "./views.directive";
4
- import * as i3 from "./resources.directive";
5
- import * as i4 from "./headerrows.directive";
6
- import * as i5 from "@angular/common";
7
1
  /**
8
2
  * NgModule definition for the Schedule component.
9
3
  */
10
4
  export declare class ScheduleModule {
11
- static ɵfac: i0.ɵɵFactoryDeclaration<ScheduleModule, never>;
12
- static ɵmod: i0.ɵɵNgModuleDeclaration<ScheduleModule, [typeof i1.ScheduleComponent, typeof i2.ViewDirective, typeof i2.ViewsDirective, typeof i3.ResourceDirective, typeof i3.ResourcesDirective, typeof i4.HeaderRowDirective, typeof i4.HeaderRowsDirective], [typeof i5.CommonModule], [typeof i1.ScheduleComponent, typeof i2.ViewDirective, typeof i2.ViewsDirective, typeof i3.ResourceDirective, typeof i3.ResourcesDirective, typeof i4.HeaderRowDirective, typeof i4.HeaderRowsDirective]>;
13
- static ɵinj: i0.ɵɵInjectorDeclaration<ScheduleModule>;
14
5
  }
@@ -0,0 +1,172 @@
1
+ import { ViewContainerRef } from '@angular/core';
2
+ import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
+ /**
4
+ * `e-toolbaritems` directive represent a custom toolbar items of the Schedule.
5
+ * It must be contained in a Schedule component(`ejs-schedule`).
6
+ * ```html
7
+ * <ejs-schedule>
8
+ * <e-toolbaritems>
9
+ * <e-toolbaritem name='Today'></<e-toolbaritem>
10
+ * <e-toolbaritem name='DateRangeText'></e-toolbaritem>
11
+ * <e-toolbaritem prefixIcon='e-icons e-cut' text='Cut'></e-toolbaritem>
12
+ * <e-toolbaritems>
13
+ * </ejs-schedule>
14
+ * ```
15
+ */
16
+ export declare class ToolbarItemDirective extends ComplexBase<ToolbarItemDirective> {
17
+ private viewContainerRef;
18
+ directivePropList: any;
19
+ click: any;
20
+ /**
21
+ * Specifies the types of command to be rendered in the Toolbar.
22
+ * Supported types are:
23
+ * * `Button`: Creates the Button control with its given properties like text, prefixIcon, etc.
24
+ * * `Separator`: Adds a horizontal line that separates the Toolbar commands.
25
+ * * `Input`: Creates an input element that is applicable to template rendering with Syncfusion controls like DropDownList,
26
+ * AutoComplete, etc.
27
+ * @default 'Button'
28
+ * @aspdefaultvalue Syncfusion.EJ2.Navigations.ItemType.Button
29
+ * @isenumeration true
30
+ * @asptype Syncfusion.EJ2.Navigations.ItemType
31
+ */
32
+ type: any;
33
+ /**
34
+ * Specifies the location for aligning Toolbar items on the Toolbar. Each command will be aligned according to the `align` property.
35
+ * The possible values for this property as follows
36
+ * * `Left`: To align commands to the left side of the Toolbar.
37
+ * * `Center`: To align commands at the center of the Toolbar.
38
+ * * `Right`: To align commands to the right side of the Toolbar.
39
+ * @default 'Left'
40
+ * @aspdefaultvalue Syncfusion.EJ2.Navigations.ItemAlign.Left
41
+ * @isenumeration true
42
+ * @asptype Syncfusion.EJ2.Navigations.ItemAlign
43
+ */
44
+ align: any;
45
+ /**
46
+ * Defines single/multiple classes (separated by space) to be used for customization of commands.
47
+ * @default ""
48
+ */
49
+ cssClass: any;
50
+ /**
51
+ * Specifies whether an item should be disabled or not.
52
+ * @default false
53
+ */
54
+ disabled: any;
55
+ /**
56
+ * Defines htmlAttributes used to add custom attributes to Toolbar command.
57
+ * Supports HTML attributes such as style, class, etc.
58
+ * @default null
59
+ */
60
+ htmlAttributes: any;
61
+ /**
62
+ * Specifies the unique ID to be used with button or input element of Toolbar items.
63
+ * @default ""
64
+ */
65
+ id: any;
66
+ /**
67
+ * Specifies the unique name for each toolbar item rendered in Schedule. This name is used to map the toolbar items in the Schedule component.
68
+ *
69
+ * To access the default toolbar items, provide the name below,
70
+ *
71
+ ** `Custom`: Schedule component render the custom toolbar item.
72
+ ** `Previous`: Schedule component navigates to the previous date from the current date.
73
+ ** `Next`: Schedule component navigates to the next date from the current date.
74
+ ** `Today`: Schedule component navigates to the current date from any date.
75
+ ** `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.
76
+ ** `DateRangeText`: Schedule component displays the current date text range.
77
+ ** `NewEvent`: Schedule component render the icon to add a new event.
78
+ *
79
+ * @default 'Custom'
80
+ * @aspdefaultvalue Custom
81
+ * @isenumeration true
82
+ * @asptype ToolbarName
83
+ */
84
+ name: any;
85
+ /**
86
+ * Specifies the Toolbar command display area when an element's content is too large to fit available space.
87
+ * This is applicable only to `popup` mode. The possible values for this property as follows
88
+ * * `Show`: Always shows the item as the primary priority on the *Toolbar*.
89
+ * * `Hide`: Always shows the item as the secondary priority on the *popup*.
90
+ * * `None`: No priority for display, and as per normal order moves to popup when content exceeds.
91
+ * @default 'None'
92
+ * @aspdefaultvalue Syncfusion.EJ2.Navigations.OverflowOption.None
93
+ * @isenumeration true
94
+ * @asptype Syncfusion.EJ2.Navigations.OverflowOption
95
+ */
96
+ overflow: any;
97
+ /**
98
+ * Defines single/multiple classes separated by space used to specify an icon for the button.
99
+ * The icon will be positioned before the text content if text is available, otherwise the icon alone will be rendered.
100
+ * @default ""
101
+ */
102
+ prefixIcon: any;
103
+ /**
104
+ * Defines the priority of items to display it in popup always.
105
+ * It allows to maintain toolbar item on popup always but it does not work for toolbar priority items.
106
+ * @default false
107
+ */
108
+ showAlwaysInPopup: any;
109
+ /**
110
+ * Specifies where the button text will be displayed on *popup mode* of the Toolbar.
111
+ * The possible values for this property as follows
112
+ * * `Toolbar`: Text will be displayed on *Toolbar* only.
113
+ * * `Overflow`: Text will be displayed only when content overflows to *popup*.
114
+ * * `Both`: Text will be displayed on *popup* and *Toolbar*.
115
+ * @default 'Both'
116
+ * @aspdefaultvalue Syncfusion.EJ2.Navigations.DisplayMode.Both
117
+ * @isenumeration true
118
+ * @asptype Syncfusion.EJ2.Navigations.DisplayMode
119
+ */
120
+ showTextOn: any;
121
+ /**
122
+ * Defines single/multiple classes separated by space used to specify an icon for the button.
123
+ * The icon will be positioned after the text content if text is available.
124
+ * @default ""
125
+ */
126
+ suffixIcon: any;
127
+ /**
128
+ * Specifies the tab order of the Toolbar items. When positive values assigned, it allows to switch focus to the next/previous toolbar items with Tab/ShiftTab keys.
129
+ * By default, user can able to switch between items only via arrow keys.
130
+ * If the value is set to 0 for all tool bar items, then tab switches based on element order.
131
+ * @default -1
132
+ */
133
+ tabIndex: any;
134
+ /**
135
+ * Specifies the text to be displayed on the Toolbar button.
136
+ * @default ""
137
+ */
138
+ text: any;
139
+ /**
140
+ * Specifies the text to be displayed on hovering the Toolbar button.
141
+ * @default ""
142
+ */
143
+ tooltipText: any;
144
+ /**
145
+ * Specifies whether an item should be hidden or not.
146
+ * @default true
147
+ */
148
+ visible: any;
149
+ /**
150
+ * Specifies the width of the Toolbar button commands.
151
+ * @default 'auto'
152
+ */
153
+ width: any;
154
+ /**
155
+ * Specifies the HTML element/element ID as a string that can be added as a Toolbar command.
156
+ *
157
+ * @default ""
158
+ * @angulartype string | object
159
+ * @reacttype string | function | JSX.Element
160
+ * @vuetype string | function
161
+ * @asptype string
162
+ */
163
+ template: any;
164
+ constructor(viewContainerRef: ViewContainerRef);
165
+ }
166
+ /**
167
+ * ToolbarItem Array Directive
168
+ * @private
169
+ */
170
+ export declare class ToolbarItemsDirective extends ArrayBase<ToolbarItemsDirective> {
171
+ constructor();
172
+ }
@@ -1,6 +1,5 @@
1
1
  import { ViewContainerRef } from '@angular/core';
2
2
  import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
- import * as i0 from "@angular/core";
4
3
  /**
5
4
  * `e-views` directive represent a view of the Angular Schedule.
6
5
  * It must be contained in a Schedule component(`ejs-schedule`).
@@ -90,6 +89,13 @@ export declare class ViewDirective extends ComplexBase<ViewDirective> {
90
89
  * @default false
91
90
  */
92
91
  isSelected: any;
92
+ /**
93
+ * Specifies the maximum number of events to be displayed in a single row.
94
+ * This property is applicable when the 'rowAutoHeight' property is disabled.
95
+ * This property is only applicable for the month view, timeline views, and timeline year view.
96
+ * @default null
97
+ */
98
+ maxEventsPerRow: any;
93
99
  /**
94
100
  * This option allows the user to set the number of months count to be displayed on the Schedule.
95
101
  * {% codeBlock src='schedule/monthsCount/index.md' %}{% endcodeBlock %}
@@ -277,8 +283,6 @@ export declare class ViewDirective extends ComplexBase<ViewDirective> {
277
283
  timeScale_majorSlotTemplate: any;
278
284
  group_headerTooltipTemplate: any;
279
285
  constructor(viewContainerRef: ViewContainerRef);
280
- static ɵfac: i0.ɵɵFactoryDeclaration<ViewDirective, never>;
281
- static ɵdir: i0.ɵɵDirectiveDeclaration<ViewDirective, "e-views>e-view", never, { "allowVirtualScrolling": "allowVirtualScrolling"; "cellHeaderTemplate": "cellHeaderTemplate"; "cellTemplate": "cellTemplate"; "dateFormat": "dateFormat"; "dateHeaderTemplate": "dateHeaderTemplate"; "dateRangeTemplate": "dateRangeTemplate"; "dayHeaderTemplate": "dayHeaderTemplate"; "displayDate": "displayDate"; "displayName": "displayName"; "enableLazyLoading": "enableLazyLoading"; "endHour": "endHour"; "eventTemplate": "eventTemplate"; "firstDayOfWeek": "firstDayOfWeek"; "firstMonthOfYear": "firstMonthOfYear"; "group": "group"; "headerIndentTemplate": "headerIndentTemplate"; "headerRows": "headerRows"; "interval": "interval"; "isSelected": "isSelected"; "monthHeaderTemplate": "monthHeaderTemplate"; "monthsCount": "monthsCount"; "numberOfWeeks": "numberOfWeeks"; "option": "option"; "orientation": "orientation"; "readonly": "readonly"; "resourceHeaderTemplate": "resourceHeaderTemplate"; "showWeekNumber": "showWeekNumber"; "showWeekend": "showWeekend"; "startHour": "startHour"; "timeFormat": "timeFormat"; "timeScale": "timeScale"; "workDays": "workDays"; }, {}, ["dateHeaderTemplate", "dateRangeTemplate", "dayHeaderTemplate", "cellHeaderTemplate", "cellTemplate", "eventTemplate", "monthHeaderTemplate", "resourceHeaderTemplate", "headerIndentTemplate", "timeScale_minorSlotTemplate", "timeScale_majorSlotTemplate", "group_headerTooltipTemplate"]>;
282
286
  }
283
287
  /**
284
288
  * View Array Directive
@@ -286,6 +290,4 @@ export declare class ViewDirective extends ComplexBase<ViewDirective> {
286
290
  */
287
291
  export declare class ViewsDirective extends ArrayBase<ViewsDirective> {
288
292
  constructor();
289
- static ɵfac: i0.ɵɵFactoryDeclaration<ViewsDirective, never>;
290
- static ɵdir: i0.ɵɵDirectiveDeclaration<ViewsDirective, "ejs-schedule>e-views", never, {}, {}, ["children"]>;
291
293
  }