@syncfusion/ej2-angular-schedule 31.2.12 → 31.2.15-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 (46) 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/LICENSE +10 -0
  6. package/README.md +2 -9
  7. package/dist/ej2-angular-schedule.umd.js +1114 -0
  8. package/dist/ej2-angular-schedule.umd.js.map +1 -0
  9. package/dist/ej2-angular-schedule.umd.min.js +11 -0
  10. package/dist/ej2-angular-schedule.umd.min.js.map +1 -0
  11. package/ej2-angular-schedule.d.ts +6 -0
  12. package/ej2-angular-schedule.metadata.json +1 -0
  13. package/package.json +8 -21
  14. package/public_api.d.ts +1 -1
  15. package/schematics/utils/lib-details.js +2 -2
  16. package/schematics/utils/lib-details.ts +2 -2
  17. package/src/index.d.ts +11 -11
  18. package/src/recurrence-editor/recurrenceeditor-all.module.d.ts +5 -11
  19. package/src/recurrence-editor/recurrenceeditor.component.d.ts +30 -33
  20. package/src/recurrence-editor/recurrenceeditor.module.d.ts +5 -11
  21. package/src/schedule/headerrows.directive.d.ts +47 -52
  22. package/src/schedule/resources.directive.d.ts +110 -115
  23. package/src/schedule/schedule-all.module.d.ts +22 -28
  24. package/src/schedule/schedule.component.d.ts +221 -224
  25. package/src/schedule/schedule.module.d.ts +5 -15
  26. package/src/schedule/toolbaritems.directive.d.ts +172 -177
  27. package/src/schedule/views.directive.d.ts +319 -324
  28. package/CHANGELOG.md +0 -2421
  29. package/esm2020/public_api.mjs +0 -2
  30. package/esm2020/src/index.mjs +0 -12
  31. package/esm2020/src/recurrence-editor/recurrenceeditor-all.module.mjs +0 -23
  32. package/esm2020/src/recurrence-editor/recurrenceeditor.component.mjs +0 -59
  33. package/esm2020/src/recurrence-editor/recurrenceeditor.module.mjs +0 -25
  34. package/esm2020/src/schedule/headerrows.directive.mjs +0 -66
  35. package/esm2020/src/schedule/resources.directive.mjs +0 -58
  36. package/esm2020/src/schedule/schedule-all.module.mjs +0 -74
  37. package/esm2020/src/schedule/schedule.component.mjs +0 -306
  38. package/esm2020/src/schedule/schedule.module.mjs +0 -61
  39. package/esm2020/src/schedule/toolbaritems.directive.mjs +0 -67
  40. package/esm2020/src/schedule/views.directive.mjs +0 -132
  41. package/esm2020/syncfusion-ej2-angular-schedule.mjs +0 -5
  42. package/fesm2015/syncfusion-ej2-angular-schedule.mjs +0 -829
  43. package/fesm2015/syncfusion-ej2-angular-schedule.mjs.map +0 -1
  44. package/fesm2020/syncfusion-ej2-angular-schedule.mjs +0 -829
  45. package/fesm2020/syncfusion-ej2-angular-schedule.mjs.map +0 -1
  46. package/syncfusion-ej2-angular-schedule.d.ts +0 -5
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ej2-angular-schedule.umd.js","sources":["~/@syncfusion/ej2-angular-schedule/src/recurrence-editor/recurrenceeditor-all.module.ts","~/@syncfusion/ej2-angular-schedule/src/recurrence-editor/recurrenceeditor.module.ts","~/@syncfusion/ej2-angular-schedule/src/recurrence-editor/recurrenceeditor.component.ts","~/@syncfusion/ej2-angular-schedule/src/schedule/schedule-all.module.ts","~/@syncfusion/ej2-angular-schedule/src/schedule/schedule.module.ts","~/@syncfusion/ej2-angular-schedule/src/schedule/schedule.component.ts","~/@syncfusion/ej2-angular-schedule/src/schedule/toolbaritems.directive.ts","~/@syncfusion/ej2-angular-schedule/src/schedule/headerrows.directive.ts","~/@syncfusion/ej2-angular-schedule/src/schedule/resources.directive.ts","~/@syncfusion/ej2-angular-schedule/src/schedule/views.directive.ts"],"sourcesContent":["import { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { RecurrenceEditorComponent } from './recurrenceeditor.component';\nimport { RecurrenceEditorModule } from './recurrenceeditor.module';\n/**\n * NgModule definition for the RecurrenceEditor component with providers.\n */\nexport class RecurrenceEditorAllModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule, RecurrenceEditorModule],\n exports: [\n RecurrenceEditorModule\n ],\n providers:[\n \n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction RecurrenceEditorAllModule_tsickle_Closure_declarations() {\n/** @type {?} */\nRecurrenceEditorAllModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nRecurrenceEditorAllModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { RecurrenceEditorComponent } from './recurrenceeditor.component';\n/**\n * NgModule definition for the RecurrenceEditor component.\n */\nexport class RecurrenceEditorModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule],\n declarations: [\n RecurrenceEditorComponent\n ],\n exports: [\n RecurrenceEditorComponent\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction RecurrenceEditorModule_tsickle_Closure_declarations() {\n/** @type {?} */\nRecurrenceEditorModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nRecurrenceEditorModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Component, ElementRef, ViewContainerRef, ChangeDetectionStrategy, QueryList, Renderer2, Injector, ValueProvider } from '@angular/core';\nimport { ComponentBase, IComponentBase, applyMixins, ComponentMixins, PropertyCollectionInfo, setValue } from '@syncfusion/ej2-angular-base';\nimport { RecurrenceEditor } from '@syncfusion/ej2-schedule';\n\n\n\nexport const /** @type {?} */ inputs: string[] = ['calendarMode','cssClass','dateFormat','enablePersistence','enableRtl','endTypes','firstDayOfWeek','frequencies','locale','maxDate','minDate','selectedType','startDate','value'];\nexport const /** @type {?} */ outputs: string[] = ['change','created','destroyed'];\nexport const /** @type {?} */ twoWays: string[] = [];\n/**\n * `ejs-recurrenceeditor` represents the Angular RecurrenceEditor Component.\n * ```html\n * <ejs-recurrenceeditor></ejs-recurrenceeditor>\n * ```\n */\n@ComponentMixins([ComponentBase])\nexport class RecurrenceEditorComponent extends RecurrenceEditor implements IComponentBase {\npublic context : any;\npublic tagObjects: any;\n\tchange: any;\n\tcreated: any;\npublic destroyed: any;\n/**\n * @param {?} ngEle\n * @param {?} srenderer\n * @param {?} viewContainerRef\n * @param {?} injector\n */\nconstructor(private ngEle: ElementRef,\nprivate srenderer: Renderer2,\nprivate viewContainerRef:ViewContainerRef,\nprivate injector: Injector) {\n super();\n this.element = this.ngEle.nativeElement;\n this.injectedModules = this.injectedModules || [];\n\n this.registerEvents(outputs);\n this.addTwoWay.call(this, twoWays);\n setValue('currentInstance', this, this.viewContainerRef);\n this.context = new ComponentBase();\n }\n/**\n * @return {?}\n */\npublic ngOnInit() {\n this.context.ngOnInit(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterViewInit(): void {\n this.context.ngAfterViewInit(this);\n }\n/**\n * @return {?}\n */\npublic ngOnDestroy(): void {\n this.context.ngOnDestroy(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterContentChecked(): void {\n \n this.context.ngAfterContentChecked(this);\n }\npublic registerEvents: (eventList: string[]) => void;\npublic addTwoWay: (propList: string[]) => void;\nstatic decorators: DecoratorInvocation[] = [\n{ type: Component, args: [{\n selector: 'ejs-recurrenceeditor',\n inputs: inputs,\n outputs: outputs,\n template: '',\n changeDetection: ChangeDetectionStrategy.OnPush,\n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ElementRef, },\n{type: Renderer2, },\n{type: ViewContainerRef, },\n{type: Injector, },\n];\n}\n\nfunction RecurrenceEditorComponent_tsickle_Closure_declarations() {\n/** @type {?} */\nRecurrenceEditorComponent.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nRecurrenceEditorComponent.ctorParameters;\n/** @type {?} */\nRecurrenceEditorComponent.prototype.context;\n/** @type {?} */\nRecurrenceEditorComponent.prototype.tagObjects;\n/** @type {?} */\nRecurrenceEditorComponent.prototype.change;\n/** @type {?} */\nRecurrenceEditorComponent.prototype.created;\n/** @type {?} */\nRecurrenceEditorComponent.prototype.destroyed;\n/** @type {?} */\nRecurrenceEditorComponent.prototype.registerEvents;\n/** @type {?} */\nRecurrenceEditorComponent.prototype.addTwoWay;\n/** @type {?} */\nRecurrenceEditorComponent.prototype.ngEle;\n/** @type {?} */\nRecurrenceEditorComponent.prototype.srenderer;\n/** @type {?} */\nRecurrenceEditorComponent.prototype.viewContainerRef;\n/** @type {?} */\nRecurrenceEditorComponent.prototype.injector;\n}\n\n\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { ViewDirective, ViewsDirective } from './views.directive';\nimport { ResourceDirective, ResourcesDirective } from './resources.directive';\nimport { HeaderRowDirective, HeaderRowsDirective } from './headerrows.directive';\nimport { ToolbarItemDirective, ToolbarItemsDirective } from './toolbaritems.directive';\nimport { ScheduleComponent } from './schedule.component';\nimport { ScheduleModule } from './schedule.module';\nimport {Day, Week, WorkWeek, Month, Year, Agenda, MonthAgenda, TimelineViews, TimelineMonth, TimelineYear, Resize, DragAndDrop, ExcelExport, ICalendarExport, ICalendarImport, Print} from '@syncfusion/ej2-schedule';\n\n\nexport const /** @type {?} */ DayService: ValueProvider = { provide: 'ScheduleDay', useValue: Day};\nexport const /** @type {?} */ WeekService: ValueProvider = { provide: 'ScheduleWeek', useValue: Week};\nexport const /** @type {?} */ WorkWeekService: ValueProvider = { provide: 'ScheduleWorkWeek', useValue: WorkWeek};\nexport const /** @type {?} */ MonthService: ValueProvider = { provide: 'ScheduleMonth', useValue: Month};\nexport const /** @type {?} */ YearService: ValueProvider = { provide: 'ScheduleYear', useValue: Year};\nexport const /** @type {?} */ AgendaService: ValueProvider = { provide: 'ScheduleAgenda', useValue: Agenda};\nexport const /** @type {?} */ MonthAgendaService: ValueProvider = { provide: 'ScheduleMonthAgenda', useValue: MonthAgenda};\nexport const /** @type {?} */ TimelineViewsService: ValueProvider = { provide: 'ScheduleTimelineViews', useValue: TimelineViews};\nexport const /** @type {?} */ TimelineMonthService: ValueProvider = { provide: 'ScheduleTimelineMonth', useValue: TimelineMonth};\nexport const /** @type {?} */ TimelineYearService: ValueProvider = { provide: 'ScheduleTimelineYear', useValue: TimelineYear};\nexport const /** @type {?} */ ResizeService: ValueProvider = { provide: 'ScheduleResize', useValue: Resize};\nexport const /** @type {?} */ DragAndDropService: ValueProvider = { provide: 'ScheduleDragAndDrop', useValue: DragAndDrop};\nexport const /** @type {?} */ ExcelExportService: ValueProvider = { provide: 'ScheduleExcelExport', useValue: ExcelExport};\nexport const /** @type {?} */ ICalendarExportService: ValueProvider = { provide: 'ScheduleICalendarExport', useValue: ICalendarExport};\nexport const /** @type {?} */ ICalendarImportService: ValueProvider = { provide: 'ScheduleICalendarImport', useValue: ICalendarImport};\nexport const /** @type {?} */ PrintService: ValueProvider = { provide: 'SchedulePrint', useValue: Print};\n/**\n * NgModule definition for the Schedule component with providers.\n */\nexport class ScheduleAllModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule, ScheduleModule],\n exports: [\n ScheduleModule\n ],\n providers:[\n DayService,\n WeekService,\n WorkWeekService,\n MonthService,\n YearService,\n AgendaService,\n MonthAgendaService,\n TimelineViewsService,\n TimelineMonthService,\n TimelineYearService,\n ResizeService,\n DragAndDropService,\n ExcelExportService,\n ICalendarExportService,\n ICalendarImportService,\n PrintService\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction ScheduleAllModule_tsickle_Closure_declarations() {\n/** @type {?} */\nScheduleAllModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nScheduleAllModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { ViewDirective, ViewsDirective } from './views.directive';\nimport { ResourceDirective, ResourcesDirective } from './resources.directive';\nimport { HeaderRowDirective, HeaderRowsDirective } from './headerrows.directive';\nimport { ToolbarItemDirective, ToolbarItemsDirective } from './toolbaritems.directive';\nimport { ScheduleComponent } from './schedule.component';\n/**\n * NgModule definition for the Schedule component.\n */\nexport class ScheduleModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule],\n declarations: [\n ScheduleComponent,\n ViewDirective,\n ViewsDirective,\n ResourceDirective,\n ResourcesDirective,\n HeaderRowDirective,\n HeaderRowsDirective,\n ToolbarItemDirective,\n ToolbarItemsDirective\n ],\n exports: [\n ScheduleComponent,\n ViewDirective,\n ViewsDirective,\n ResourceDirective,\n ResourcesDirective,\n HeaderRowDirective,\n HeaderRowsDirective,\n ToolbarItemDirective,\n ToolbarItemsDirective\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction ScheduleModule_tsickle_Closure_declarations() {\n/** @type {?} */\nScheduleModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nScheduleModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Component, ElementRef, ViewContainerRef, ChangeDetectionStrategy, QueryList, Renderer2, Injector, ValueProvider, ContentChild } from '@angular/core';\nimport { ComponentBase, IComponentBase, applyMixins, ComponentMixins, PropertyCollectionInfo, setValue } from '@syncfusion/ej2-angular-base';\nimport { Schedule } from '@syncfusion/ej2-schedule';\nimport { Template } from '@syncfusion/ej2-angular-base';\nimport { ViewsDirective } from './views.directive';\nimport { ResourcesDirective } from './resources.directive';\nimport { HeaderRowsDirective } from './headerrows.directive';\nimport { ToolbarItemsDirective } from './toolbaritems.directive';\n\nexport const /** @type {?} */ inputs: string[] = ['agendaDaysCount','allowClipboard','allowDragAndDrop','allowInline','allowKeyboardInteraction','allowMultiCellSelection','allowMultiDrag','allowMultiRowSelection','allowOverlap','allowResizing','allowSwiping','calendarMode','cellHeaderTemplate','cellTemplate','cssClass','currentView','dateFormat','dateHeaderTemplate','dateRangeTemplate','dayHeaderTemplate','editorFooterTemplate','editorHeaderTemplate','editorTemplate','enableAdaptiveUI','enableAllDayScroll','enableHtmlSanitizer','enablePersistence','enableRecurrenceValidation','enableRtl','endHour','eventDragArea','eventSettings','firstDayOfWeek','firstMonthOfYear','group','headerIndentTemplate','headerRows','height','hideEmptyAgendaDays','locale','maxDate','minDate','monthHeaderTemplate','monthsCount','overscanCount','quickInfoOnSelectionEnd','quickInfoTemplates','readonly','resourceHeaderTemplate','resources','rowAutoHeight','selectedDate','showHeaderBar','showQuickInfo','showTimeIndicator','showWeekNumber','showWeekend','startHour','timeFormat','timeScale','timezone','timezoneDataSource','toolbarItems','views','weekRule','width','workDays','workHours'];\nexport const /** @type {?} */ outputs: string[] = ['actionBegin','actionComplete','actionFailure','beforePaste','beforePrint','cellClick','cellDoubleClick','created','dataBinding','dataBound','destroyed','drag','dragStart','dragStop','eventClick','eventDoubleClick','eventRendered','excelExport','hover','moreEventsClick','navigating','popupClose','popupOpen','renderCell','resizeStart','resizeStop','resizing','select','tooltipOpen','virtualScrollStart','virtualScrollStop','currentViewChange','selectedDateChange'];\nexport const /** @type {?} */ twoWays: string[] = ['currentView', 'selectedDate'];\n/**\n * `ej-schedule` represents the Angular Schedule Component.\n * ```html\n * <ejs-schedule></ejs-schedule>\n * ```\n */\n@ComponentMixins([ComponentBase])\nexport class ScheduleComponent extends Schedule implements IComponentBase {\npublic context : any;\npublic tagObjects: any;\n\tactionBegin: any;\n\tactionComplete: any;\n\tactionFailure: any;\n\tbeforePaste: any;\n\tbeforePrint: any;\n\tcellClick: any;\n\tcellDoubleClick: any;\n\tcreated: any;\n\tdataBinding: any;\n\tdataBound: any;\n\tdestroyed: any;\n\tdrag: any;\n\tdragStart: any;\n\tdragStop: any;\n\teventClick: any;\n\teventDoubleClick: any;\n\teventRendered: any;\n\texcelExport: any;\n\thover: any;\n\tmoreEventsClick: any;\n\tnavigating: any;\n\tpopupClose: any;\n\tpopupOpen: any;\n\trenderCell: any;\n\tresizeStart: any;\n\tresizeStop: any;\n\tresizing: any;\n\tselect: any;\n\ttooltipOpen: any;\n\tvirtualScrollStart: any;\n\tvirtualScrollStop: any;\n\tcurrentViewChange: any;\npublic selectedDateChange: any;\npublic childViews: QueryList<ViewsDirective>;\npublic childResources: QueryList<ResourcesDirective>;\npublic childHeaderRows: QueryList<HeaderRowsDirective>;\npublic childToolbarItems: QueryList<ToolbarItemsDirective>;\npublic tags: string[] = ['views', 'resources', 'headerRows', 'toolbarItems'];\n/**\n * It accepts either the string or HTMLElement as template design content and parse it appropriately before displaying it onto \n * the date header cells. The field that can be accessed via this template is `date`.\n * \n * {% codeBlock src='schedule/dateHeaderTemplate/index.md' %}{% endcodeBlock %}\n * \n * \\@default null\n * \\@angulartype string | object\n * \\@reacttype string | function | JSX.Element\n * \\@vuetype string | function\n * \\@asptype string\n */\n@Template()\n public dateHeaderTemplate: any;\n/**\n * It accepts either the string or HTMLElement as template design content and parse it appropriately before displaying it onto the header date range.\n * \\@default null\n * \\@angulartype string | object\n * \\@reacttype string | function | JSX.Element\n * \\@vuetype string | function\n * \\@asptype string\n */\n@Template()\n public dateRangeTemplate: any;\n/**\n * It accepts either the string or HTMLElement as template design content and parse it appropriately before displaying it onto \n * the day header cells. This template is only applicable for year view header cells.\n * \n * {% codeBlock src='schedule/dayHeaderTemplate/index.md' %}{% endcodeBlock %}\n * \n * \\@default null\n * \\@angulartype string | object\n * \\@reacttype string | function | JSX.Element\n * \\@vuetype string | function\n * \\@asptype string\n */\n@Template()\n public dayHeaderTemplate: any;\n/**\n * The template option which is used to render the customized work cells on the Schedule. Here, the template accepts either \n * the string or HTMLElement as template design and then the parsed design is displayed onto the work cells. \n * The fields accessible via template are as follows. \n * * `date`: Returns the date of the cell. \n * * `groupIndex`: Returns the group index of the cell. \n * * `type`: Returns the type of the work cell.\n * \n * Refer to the below code snippet.\n * \n * {% codeBlock src='schedule/cellTemplate/index.md' %}{% endcodeBlock %}\n * \n * \\@default null\n * \\@angulartype string | object\n * \\@reacttype string | function | JSX.Element\n * \\@vuetype string | function\n * \\@asptype string\n */\n@Template()\n public cellTemplate: any;\n/**\n * It accepts either the string or HTMLElement as template design content and parse it appropriately before displaying it onto \n * the month date cells. This template is only applicable for month view day cells.\n * \n * {% codeBlock src='schedule/cellHeaderTemplate/index.md' %}{% endcodeBlock %}\n * \n * \\@default null\n * \\@angulartype string | object\n * \\@reacttype string | function | JSX.Element\n * \\@vuetype string | function\n * \\@asptype string\n */\n@Template()\n public cellHeaderTemplate: any;\n \n @Template()\npublic eventSettings_tooltipTemplate: any;\n \n @Template()\npublic eventSettings_template: any;\n/**\n * The template option to render the customized editor window. The form elements defined within this template should be accompanied \n * with `e-field` class, so as to fetch and process it from internally.\n * \n * {% codeBlock src='schedule/editorTemplate/index.md' %}{% endcodeBlock %}\n * \n * \\@default null\n * \\@angulartype string | object\n * \\@reacttype string | function | JSX.Element\n * \\@vuetype string | function\n * \\@asptype string\n */\n@Template()\n public editorTemplate: any;\n/**\n * The template option to render the customized header of the editor window.\n * \\@default null\n * \\@angulartype string | object\n * \\@reacttype string | function | JSX.Element\n * \\@vuetype string | function\n * \\@asptype string\n */\n@Template()\n public editorHeaderTemplate: any;\n/**\n * The template option to render the customized footer of the editor window.\n * \\@default null\n * \\@angulartype string | object\n * \\@reacttype string | function | JSX.Element\n * \\@vuetype string | function\n * \\@asptype string\n */\n@Template()\n public editorFooterTemplate: any;\n/**\n * It accepts either the string or HTMLElement as template design content and parse it appropriately before displaying it onto \n * the month header cells. This template is only applicable for year view header cells.\n * \n * {% codeBlock src='schedule/monthHeaderTemplate/index.md' %}{% endcodeBlock %}\n * \n * \\@default null\n * \\@angulartype string | object\n * \\@reacttype string | function | JSX.Element\n * \\@vuetype string | function\n * \\@asptype string\n */\n@Template()\n public monthHeaderTemplate: any;\n \n @Template()\npublic timeScale_minorSlotTemplate: any;\n \n @Template()\npublic timeScale_majorSlotTemplate: any;\n/**\n * Template option to customize the resource header bar. Here, the template accepts either \n * the string or HTMLElement as template design and then the parsed design is displayed onto the resource header cells. \n * The following can be accessible via template. \n * * `resource` - All the resource fields. \n * * `resourceData` - Object collection of current resource.\n * \n * Refer to the below code snippet.\n * \n * {% codeBlock src='schedule/resourceHeaderTemplate/index.md' %}{% endcodeBlock %}\n * \n * \\@default null\n * \\@angulartype string | object\n * \\@reacttype string | function | JSX.Element\n * \\@vuetype string | function\n * \\@asptype string\n */\n@Template()\n public resourceHeaderTemplate: any;\n/**\n * Template option to customize the header indent bar. Here, the template accepts either \n * the string or HTMLElement as template design and then the parsed design is displayed onto the header indent cell.\n * \n * Refer to the below code snippet.\n * \n * {% codeBlock src='schedule/headerIndentTemplate/index.md' %}{% endcodeBlock %}\n * \n * \\@default null\n * \\@angulartype string | object\n * \\@reacttype string | function | JSX.Element\n * \\@vuetype string | function\n * \\@asptype string\n */\n@Template()\n public headerIndentTemplate: any;\n \n @Template()\npublic quickInfoTemplates_header: any;\n \n @Template()\npublic quickInfoTemplates_content: any;\n \n @Template()\npublic quickInfoTemplates_footer: any;\n \n @Template()\npublic group_headerTooltipTemplate: any;\n/**\n * @param {?} ngEle\n * @param {?} srenderer\n * @param {?} viewContainerRef\n * @param {?} injector\n */\nconstructor(private ngEle: ElementRef,\nprivate srenderer: Renderer2,\nprivate viewContainerRef:ViewContainerRef,\nprivate injector: Injector) {\n super();\n this.element = this.ngEle.nativeElement;\n this.injectedModules = this.injectedModules || [];\n try {\n let mod = this.injector.get('ScheduleDay');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ScheduleWeek');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ScheduleWorkWeek');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ScheduleMonth');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ScheduleYear');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ScheduleAgenda');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ScheduleMonthAgenda');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ScheduleTimelineViews');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ScheduleTimelineMonth');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ScheduleTimelineYear');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ScheduleResize');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ScheduleDragAndDrop');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ScheduleExcelExport');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ScheduleICalendarExport');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ScheduleICalendarImport');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('SchedulePrint');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\n this.registerEvents(outputs);\n this.addTwoWay.call(this, twoWays);\n setValue('currentInstance', this, this.viewContainerRef);\n this.context = new ComponentBase();\n }\n/**\n * @return {?}\n */\npublic ngOnInit() {\n this.context.ngOnInit(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterViewInit(): void {\n this.context.ngAfterViewInit(this);\n }\n/**\n * @return {?}\n */\npublic ngOnDestroy(): void {\n this.context.ngOnDestroy(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterContentChecked(): void {\n this.tagObjects[0].instance = this.childViews;\n \n\t if (this.childResources) {\n this.tagObjects[1].instance = this.childResources;\n }\n \n\t if (this.childHeaderRows) {\n this.tagObjects[2].instance = this.childHeaderRows;\n }\n \n\t if (this.childToolbarItems) {\n this.tagObjects[3].instance = this.childToolbarItems;\n }\n this.context.ngAfterContentChecked(this);\n }\npublic registerEvents: (eventList: string[]) => void;\npublic addTwoWay: (propList: string[]) => void;\nstatic decorators: DecoratorInvocation[] = [\n{ type: Component, args: [{\n selector: 'ejs-schedule',\n inputs: inputs,\n outputs: outputs,\n template: '',\n changeDetection: ChangeDetectionStrategy.OnPush,\n queries: {\n childViews: new ContentChild(ViewsDirective), \n childResources: new ContentChild(ResourcesDirective), \n childHeaderRows: new ContentChild(HeaderRowsDirective), \n childToolbarItems: new ContentChild(ToolbarItemsDirective)\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ElementRef, },\n{type: Renderer2, },\n{type: ViewContainerRef, },\n{type: Injector, },\n];\nstatic propDecorators: {[key: string]: DecoratorInvocation[]} = {\n'dateHeaderTemplate': [{ type: ContentChild, args: ['dateHeaderTemplate', ] },],\n'dateRangeTemplate': [{ type: ContentChild, args: ['dateRangeTemplate', ] },],\n'dayHeaderTemplate': [{ type: ContentChild, args: ['dayHeaderTemplate', ] },],\n'cellTemplate': [{ type: ContentChild, args: ['cellTemplate', ] },],\n'cellHeaderTemplate': [{ type: ContentChild, args: ['cellHeaderTemplate', ] },],\n'eventSettings_tooltipTemplate': [{ type: ContentChild, args: ['eventSettingsTooltipTemplate', ] },],\n'eventSettings_template': [{ type: ContentChild, args: ['eventSettingsTemplate', ] },],\n'editorTemplate': [{ type: ContentChild, args: ['editorTemplate', ] },],\n'editorHeaderTemplate': [{ type: ContentChild, args: ['editorHeaderTemplate', ] },],\n'editorFooterTemplate': [{ type: ContentChild, args: ['editorFooterTemplate', ] },],\n'monthHeaderTemplate': [{ type: ContentChild, args: ['monthHeaderTemplate', ] },],\n'timeScale_minorSlotTemplate': [{ type: ContentChild, args: ['timeScaleMinorSlotTemplate', ] },],\n'timeScale_majorSlotTemplate': [{ type: ContentChild, args: ['timeScaleMajorSlotTemplate', ] },],\n'resourceHeaderTemplate': [{ type: ContentChild, args: ['resourceHeaderTemplate', ] },],\n'headerIndentTemplate': [{ type: ContentChild, args: ['headerIndentTemplate', ] },],\n'quickInfoTemplates_header': [{ type: ContentChild, args: ['quickInfoTemplatesHeader', ] },],\n'quickInfoTemplates_content': [{ type: ContentChild, args: ['quickInfoTemplatesContent', ] },],\n'quickInfoTemplates_footer': [{ type: ContentChild, args: ['quickInfoTemplatesFooter', ] },],\n'group_headerTooltipTemplate': [{ type: ContentChild, args: ['groupHeaderTooltipTemplate', ] },],\n};\n}\n\nfunction ScheduleComponent_tsickle_Closure_declarations() {\n/** @type {?} */\nScheduleComponent.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nScheduleComponent.ctorParameters;\n/** @type {?} */\nScheduleComponent.propDecorators;\n/** @type {?} */\nScheduleComponent.prototype.context;\n/** @type {?} */\nScheduleComponent.prototype.tagObjects;\n/** @type {?} */\nScheduleComponent.prototype.actionBegin;\n/** @type {?} */\nScheduleComponent.prototype.actionComplete;\n/** @type {?} */\nScheduleComponent.prototype.actionFailure;\n/** @type {?} */\nScheduleComponent.prototype.beforePaste;\n/** @type {?} */\nScheduleComponent.prototype.beforePrint;\n/** @type {?} */\nScheduleComponent.prototype.cellClick;\n/** @type {?} */\nScheduleComponent.prototype.cellDoubleClick;\n/** @type {?} */\nScheduleComponent.prototype.created;\n/** @type {?} */\nScheduleComponent.prototype.dataBinding;\n/** @type {?} */\nScheduleComponent.prototype.dataBound;\n/** @type {?} */\nScheduleComponent.prototype.destroyed;\n/** @type {?} */\nScheduleComponent.prototype.drag;\n/** @type {?} */\nScheduleComponent.prototype.dragStart;\n/** @type {?} */\nScheduleComponent.prototype.dragStop;\n/** @type {?} */\nScheduleComponent.prototype.eventClick;\n/** @type {?} */\nScheduleComponent.prototype.eventDoubleClick;\n/** @type {?} */\nScheduleComponent.prototype.eventRendered;\n/** @type {?} */\nScheduleComponent.prototype.excelExport;\n/** @type {?} */\nScheduleComponent.prototype.hover;\n/** @type {?} */\nScheduleComponent.prototype.moreEventsClick;\n/** @type {?} */\nScheduleComponent.prototype.navigating;\n/** @type {?} */\nScheduleComponent.prototype.popupClose;\n/** @type {?} */\nScheduleComponent.prototype.popupOpen;\n/** @type {?} */\nScheduleComponent.prototype.renderCell;\n/** @type {?} */\nScheduleComponent.prototype.resizeStart;\n/** @type {?} */\nScheduleComponent.prototype.resizeStop;\n/** @type {?} */\nScheduleComponent.prototype.resizing;\n/** @type {?} */\nScheduleComponent.prototype.select;\n/** @type {?} */\nScheduleComponent.prototype.tooltipOpen;\n/** @type {?} */\nScheduleComponent.prototype.virtualScrollStart;\n/** @type {?} */\nScheduleComponent.prototype.virtualScrollStop;\n/** @type {?} */\nScheduleComponent.prototype.currentViewChange;\n/** @type {?} */\nScheduleComponent.prototype.selectedDateChange;\n/** @type {?} */\nScheduleComponent.prototype.childViews;\n/** @type {?} */\nScheduleComponent.prototype.childResources;\n/** @type {?} */\nScheduleComponent.prototype.childHeaderRows;\n/** @type {?} */\nScheduleComponent.prototype.childToolbarItems;\n/** @type {?} */\nScheduleComponent.prototype.tags;\n/**\n * It accepts either the string or HTMLElement as template design content and parse it appropriately before displaying it onto \n * the date header cells. The field that can be accessed via this template is `date`.\n * \n * {% codeBlock src='schedule/dateHeaderTemplate/index.md' %}{% endcodeBlock %}\n * \n * \\@default null\n * \\@angulartype string | object\n * \\@reacttype string | function | JSX.Element\n * \\@vuetype string | function\n * \\@asptype string\n * @type {?}\n */\nScheduleComponent.prototype.dateHeaderTemplate;\n/**\n * It accepts either the string or HTMLElement as template design content and parse it appropriately before displaying it onto the header date range.\n * \\@default null\n * \\@angulartype string | object\n * \\@reacttype string | function | JSX.Element\n * \\@vuetype string | function\n * \\@asptype string\n * @type {?}\n */\nScheduleComponent.prototype.dateRangeTemplate;\n/**\n * It accepts either the string or HTMLElement as template design content and parse it appropriately before displaying it onto \n * the day header cells. This template is only applicable for year view header cells.\n * \n * {% codeBlock src='schedule/dayHeaderTemplate/index.md' %}{% endcodeBlock %}\n * \n * \\@default null\n * \\@angulartype string | object\n * \\@reacttype string | function | JSX.Element\n * \\@vuetype string | function\n * \\@asptype string\n * @type {?}\n */\nScheduleComponent.prototype.dayHeaderTemplate;\n/**\n * The template option which is used to render the customized work cells on the Schedule. Here, the template accepts either \n * the string or HTMLElement as template design and then the parsed design is displayed onto the work cells. \n * The fields accessible via template are as follows. \n * * `date`: Returns the date of the cell. \n * * `groupIndex`: Returns the group index of the cell. \n * * `type`: Returns the type of the work cell.\n * \n * Refer to the below code snippet.\n * \n * {% codeBlock src='schedule/cellTemplate/index.md' %}{% endcodeBlock %}\n * \n * \\@default null\n * \\@angulartype string | object\n * \\@reacttype string | function | JSX.Element\n * \\@vuetype string | function\n * \\@asptype string\n * @type {?}\n */\nScheduleComponent.prototype.cellTemplate;\n/**\n * It accepts either the string or HTMLElement as template design content and parse it appropriately before displaying it onto \n * the month date cells. This template is only applicable for month view day cells.\n * \n * {% codeBlock src='schedule/cellHeaderTemplate/index.md' %}{% endcodeBlock %}\n * \n * \\@default null\n * \\@angulartype string | object\n * \\@reacttype string | function | JSX.Element\n * \\@vuetype string | function\n * \\@asptype string\n * @type {?}\n */\nScheduleComponent.prototype.cellHeaderTemplate;\n/** @type {?} */\nScheduleComponent.prototype.eventSettings_tooltipTemplate;\n/** @type {?} */\nScheduleComponent.prototype.eventSettings_template;\n/**\n * The template option to render the customized editor window. The form elements defined within this template should be accompanied \n * with `e-field` class, so as to fetch and process it from internally.\n * \n * {% codeBlock src='schedule/editorTemplate/index.md' %}{% endcodeBlock %}\n * \n * \\@default null\n * \\@angulartype string | object\n * \\@reacttype string | function | JSX.Element\n * \\@vuetype string | function\n * \\@asptype string\n * @type {?}\n */\nScheduleComponent.prototype.editorTemplate;\n/**\n * The template option to render the customized header of the editor window.\n * \\@default null\n * \\@angulartype string | object\n * \\@reacttype string | function | JSX.Element\n * \\@vuetype string | function\n * \\@asptype string\n * @type {?}\n */\nScheduleComponent.prototype.editorHeaderTemplate;\n/**\n * The template option to render the customized footer of the editor window.\n * \\@default null\n * \\@angulartype string | object\n * \\@reacttype string | function | JSX.Element\n * \\@vuetype string | function\n * \\@asptype string\n * @type {?}\n */\nScheduleComponent.prototype.editorFooterTemplate;\n/**\n * It accepts either the string or HTMLElement as template design content and parse it appropriately before displaying it onto \n * the month header cells. This template is only applicable for year view header cells.\n * \n * {% codeBlock src='schedule/monthHeaderTemplate/index.md' %}{% endcodeBlock %}\n * \n * \\@default null\n * \\@angulartype string | object\n * \\@reacttype string | function | JSX.Element\n * \\@vuetype string | function\n * \\@asptype string\n * @type {?}\n */\nScheduleComponent.prototype.monthHeaderTemplate;\n/** @type {?} */\nScheduleComponent.prototype.timeScale_minorSlotTemplate;\n/** @type {?} */\nScheduleComponent.prototype.timeScale_majorSlotTemplate;\n/**\n * Template option to customize the resource header bar. Here, the template accepts either \n * the string or HTMLElement as template design and then the parsed design is displayed onto the resource header cells. \n * The following can be accessible via template. \n * * `resource` - All the resource fields. \n * * `resourceData` - Object collection of current resource.\n * \n * Refer to the below code snippet.\n * \n * {% codeBlock src='schedule/resourceHeaderTemplate/index.md' %}{% endcodeBlock %}\n * \n * \\@default null\n * \\@angulartype string | object\n * \\@reacttype string | function | JSX.Element\n * \\@vuetype string | function\n * \\@asptype string\n * @type {?}\n */\nScheduleComponent.prototype.resourceHeaderTemplate;\n/**\n * Template option to customize the header indent bar. Here, the template accepts either \n * the string or HTMLElement as template design and then the parsed design is displayed onto the header indent cell.\n * \n * Refer to the below code snippet.\n * \n * {% codeBlock src='schedule/headerIndentTemplate/index.md' %}{% endcodeBlock %}\n * \n * \\@default null\n * \\@angulartype string | object\n * \\@reacttype string | function | JSX.Element\n * \\@vuetype string | function\n * \\@asptype string\n * @type {?}\n */\nScheduleComponent.prototype.headerIndentTemplate;\n/** @type {?} */\nScheduleComponent.prototype.quickInfoTemplates_header;\n/** @type {?} */\nScheduleComponent.prototype.quickInfoTemplates_content;\n/** @type {?} */\nScheduleComponent.prototype.quickInfoTemplates_footer;\n/** @type {?} */\nScheduleComponent.prototype.group_headerTooltipTemplate;\n/** @type {?} */\nScheduleComponent.prototype.registerEvents;\n/** @type {?} */\nScheduleComponent.prototype.addTwoWay;\n/** @type {?} */\nScheduleComponent.prototype.ngEle;\n/** @type {?} */\nScheduleComponent.prototype.srenderer;\n/** @type {?} */\nScheduleComponent.prototype.viewContainerRef;\n/** @type {?} */\nScheduleComponent.prototype.injector;\n}\n\n\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Directive, ViewContainerRef, ContentChildren, ContentChild } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\nimport { Template } from '@syncfusion/ej2-angular-base';\n\n\nlet /** @type {?} */ input: string[] = ['align', 'cssClass', 'disabled', 'htmlAttributes', 'id', 'name', 'overflow', 'prefixIcon', 'showAlwaysInPopup', 'showTextOn', 'suffixIcon', 'tabIndex', 'template', 'text', 'tooltipText', 'type', 'visible', 'width'];\nlet /** @type {?} */ outputs: string[] = ['click'];\n/**\n * `e-toolbaritems` directive represent a custom toolbar items of the Schedule. \n * It must be contained in a Schedule component(`ejs-schedule`). \n * ```html\n * <ejs-schedule>\n * <e-toolbaritems>\n * <e-toolbaritem name='Today'></<e-toolbaritem>\n * <e-toolbaritem name='DateRangeText'></e-toolbaritem>\n * <e-toolbaritem prefixIcon='e-icons e-cut' text='Cut'></e-toolbaritem>\n * <e-toolbaritems>\n * </ejs-schedule>\n * ```\n */\nexport class ToolbarItemDirective extends ComplexBase<ToolbarItemDirective> {\npublic directivePropList: any;\npublic click: any;\n/**\n * Specifies the types of command to be rendered in the Toolbar. \n * Supported types are: \n * * `Button`: Creates the Button control with its given properties like text, prefixIcon, etc. \n * * `Separator`: Adds a horizontal line that separates the Toolbar commands. \n * * `Input`: Creates an input element that is applicable to template rendering with Syncfusion controls like DropDownList, \n * AutoComplete, etc.\n * \\@default 'Button'\n * \\@aspdefaultvalue Syncfusion.EJ2.Navigations.ItemType.Button\n * \\@isenumeration true\n * \\@asptype Syncfusion.EJ2.Navigations.ItemType\n */\npublic type: any;\n/**\n * Specifies the location for aligning Toolbar items on the Toolbar. Each command will be aligned according to the `align` property. \n * The possible values for this property as follows \n * * `Left`: To align commands to the left side of the Toolbar. \n * * `Center`: To align commands at the center of the Toolbar. \n * * `Right`: To align commands to the right side of the Toolbar.\n * \\@default 'Left'\n * \\@aspdefaultvalue Syncfusion.EJ2.Navigations.ItemAlign.Left\n * \\@isenumeration true\n * \\@asptype Syncfusion.EJ2.Navigations.ItemAlign\n */\npublic align: any;\n/**\n * Defines single/multiple classes (separated by space) to be used for customization of commands.\n * \\@default \"\"\n */\npublic cssClass: any;\n/**\n * Specifies whether an item should be disabled or not.\n * \\@default false\n */\npublic disabled: any;\n/**\n * Defines htmlAttributes used to add custom attributes to Toolbar command. \n * Supports HTML attributes such as style, class, etc.\n * \\@default null\n */\npublic htmlAttributes: any;\n/**\n * Specifies the unique ID to be used with button or input element of Toolbar items.\n * \\@default \"\"\n */\npublic id: any;\n/**\n * Specifies the unique name for each toolbar item rendered in Schedule. This name is used to map the toolbar items in the Schedule component.\n * \n * To access the default toolbar items, provide the name below,\n * \n * * `Custom`: Schedule component render the custom toolbar item.\n * * `Previous`: Schedule component navigates to the previous date from the current date.\n * * `Next`: Schedule component navigates to the next date from the current date.\n * * `Today`: Schedule component navigates to the current date from any date.\n * * `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.\n * * `DateRangeText`: Schedule component displays the current date text range.\n * * `NewEvent`: Schedule component render the icon to add a new event.\n * \n * \\@default 'Custom'\n * \\@aspdefaultvalue Custom\n * \\@isenumeration true\n * \\@asptype ToolbarName\n */\npublic name: any;\n/**\n * Specifies the Toolbar command display area when an element's content is too large to fit available space. \n * This is applicable only to `popup` mode. The possible values for this property as follows \n * * `Show`: Always shows the item as the primary priority on the *Toolbar*. \n * * `Hide`: Always shows the item as the secondary priority on the *popup*. \n * * `None`: No priority for display, and as per normal order moves to popup when content exceeds.\n * \\@default 'None'\n * \\@aspdefaultvalue Syncfusion.EJ2.Navigations.OverflowOption.None\n * \\@isenumeration true\n * \\@asptype Syncfusion.EJ2.Navigations.OverflowOption\n */\npublic overflow: any;\n/**\n * Defines single/multiple classes separated by space used to specify an icon for the button. \n * The icon will be positioned before the text content if text is available, otherwise the icon alone will be rendered.\n * \\@default \"\"\n */\npublic prefixIcon: any;\n/**\n * Defines the priority of items to display it in popup always. \n * It allows to maintain toolbar item on popup always but it does not work for toolbar priority items.\n * \\@default false\n */\npublic showAlwaysInPopup: any;\n/**\n * Specifies where the button text will be displayed on *popup mode* of the Toolbar. \n * The possible values for this property as follows \n * * `Toolbar`: Text will be displayed on *Toolbar* only. \n * * `Overflow`: Text will be displayed only when content overflows to *popup*. \n * * `Both`: Text will be displayed on *popup* and *Toolbar*.\n * \\@default 'Both'\n * \\@aspdefaultvalue Syncfusion.EJ2.Navigations.DisplayMode.Both\n * \\@isenumeration true\n * \\@asptype Syncfusion.EJ2.Navigations.DisplayMode\n */\npublic showTextOn: any;\n/**\n * Defines single/multiple classes separated by space used to specify an icon for the button. \n * The icon will be positioned after the text content if text is available.\n * \\@default \"\"\n */\npublic suffixIcon: any;\n/**\n * 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. \n * By default, user can able to switch between items only via arrow keys. \n * If the value is set to 0 for all tool bar items, then tab switches based on element order.\n * \\@default -1\n */\npublic tabIndex: any;\n/**\n * Specifies the text to be displayed on the Toolbar button.\n * \\@default \"\"\n */\npublic text: any;\n/**\n * Specifies the text to be displayed on hovering the Toolbar button.\n * \\@default \"\"\n */\npublic tooltipText: any;\n/**\n * Specifies whether an item should be hidden or not.\n * \\@default true\n */\npublic visible: any;\n/**\n * Specifies the width of the Toolbar button commands.\n * \\@default 'auto'\n */\npublic width: any;\n/**\n * Specifies the HTML element/element ID as a string that can be added as a Toolbar command. \n * \n * \\@default \"\"\n * \\@angulartype string | object\n * \\@reacttype string | function | JSX.Element\n * \\@vuetype string | function\n * \\@asptype string\n */\n@Template()\n public template: any;\n/**\n * @param {?} viewContainerRef\n */\nconstructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-toolbaritems>e-toolbaritem',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ViewContainerRef, },\n];\nstatic propDecorators: {[key: string]: DecoratorInvocation[]} = {\n'template': [{ type: ContentChild, args: ['template', ] },],\n};\n}\n\nfunction ToolbarItemDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nToolbarItemDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nToolbarItemDirective.ctorParameters;\n/** @type {?} */\nToolbarItemDirective.propDecorators;\n/** @type {?} */\nToolbarItemDirective.prototype.directivePropList;\n/** @type {?} */\nToolbarItemDirective.prototype.click;\n/**\n * Specifies the types of command to be rendered in the Toolbar. \n * Supported types are: \n * * `Button`: Creates the Button control with its given properties like text, prefixIcon, etc. \n * * `Separator`: Adds a horizontal line that separates the Toolbar commands. \n * * `Input`: Creates an input element that is applicable to template rendering with Syncfusion controls like DropDownList, \n * AutoComplete, etc.\n * \\@default 'Button'\n * \\@aspdefaultvalue Syncfusion.EJ2.Navigations.ItemType.Button\n * \\@isenumeration true\n * \\@asptype Syncfusion.EJ2.Navigations.ItemType\n * @type {?}\n */\nToolbarItemDirective.prototype.type;\n/**\n * Specifies the location for aligning Toolbar items on the Toolbar. Each command will be aligned according to the `align` property. \n * The possible values for this property as follows \n * * `Left`: To align commands to the left side of the Toolbar. \n * * `Center`: To align commands at the center of the Toolbar. \n * * `Right`: To align commands to the right side of the Toolbar.\n * \\@default 'Left'\n * \\@aspdefaultvalue Syncfusion.EJ2.Navigations.ItemAlign.Left\n * \\@isenumeration true\n * \\@asptype Syncfusion.EJ2.Navigations.ItemAlign\n * @type {?}\n */\nToolbarItemDirective.prototype.align;\n/**\n * Defines single/multiple classes (separated by space) to be used for customization of commands.\n * \\@default \"\"\n * @type {?}\n */\nToolbarItemDirective.prototype.cssClass;\n/**\n * Specifies whether an item should be disabled or not.\n * \\@default false\n * @type {?}\n */\nToolbarItemDirective.prototype.disabled;\n/**\n * Defines htmlAttributes used to add custom attributes to Toolbar command. \n * Supports HTML attributes such as style, class, etc.\n * \\@default null\n * @type {?}\n */\nToolbarItemDirective.prototype.htmlAttributes;\n/**\n * Specifies the unique ID to be used with button or input element of Toolbar items.\n * \\@default \"\"\n * @type {?}\n */\nToolbarItemDirective.prototype.id;\n/**\n * Specifies the unique name for each toolbar item rendered in Schedule. This name is used to map the toolbar items in the Schedule component.\n * \n * To access the default toolbar items, provide the name below,\n * \n * * `Custom`: Schedule component render the custom toolbar item.\n * * `Previous`: Schedule component navigates to the previous date from the current date.\n * * `Next`: Schedule component navigates to the next date from the current date.\n * * `Today`: Schedule component navigates to the current date from any date.\n * * `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.\n * * `DateRangeText`: Schedule component displays the current date text range.\n * * `NewEvent`: Schedule component render the icon to add a new event.\n * \n * \\@default 'Custom'\n * \\@aspdefaultvalue Custom\n * \\@isenumeration true\n * \\@asptype ToolbarName\n * @type {?}\n */\nToolbarItemDirective.prototype.name;\n/**\n * Specifies the Toolbar command display area when an element's content is too large to fit available space. \n * This is applicable only to `popup` mode. The possible values for this property as follows \n * * `Show`: Always shows the item as the primary priority on the *Toolbar*. \n * * `Hide`: Always shows the item as the secondary priority on the *popup*. \n * * `None`: No priority for display, and as per normal order moves to popup when content exceeds.\n * \\@default 'None'\n * \\@aspdefaultvalue Syncfusion.EJ2.Navigations.OverflowOption.None\n * \\@isenumeration true\n * \\@asptype Syncfusion.EJ2.Navigations.OverflowOption\n * @type {?}\n */\nToolbarItemDirective.prototype.overflow;\n/**\n * Defines single/multiple classes separated by space used to specify an icon for the button. \n * The icon will be positioned before the text content if text is available, otherwise the icon alone will be rendered.\n * \\@default \"\"\n * @type {?}\n */\nToolbarItemDirective.prototype.prefixIcon;\n/**\n * Defines the priority of items to display it in popup always. \n * It allows to maintain toolbar item on popup always but it does not work for toolbar priority items.\n * \\@default false\n * @type {?}\n */\nToolbarItemDirective.prototype.showAlwaysInPopup;\n/**\n * Specifies where the button text will be displayed on *popup mode* of the Toolbar. \n * The possible values for this property as follows \n * * `Toolbar`: Text will be displayed on *Toolbar* only. \n * * `Overflow`: Text will be displayed only when content overflows to *popup*. \n * * `Both`: Text will be displayed on *popup* and *Toolbar*.\n * \\@default 'Both'\n * \\@aspdefaultvalue Syncfusion.EJ2.Navigations.DisplayMode.Both\n * \\@isenumeration true\n * \\@asptype Syncfusion.EJ2.Navigations.DisplayMode\n * @type {?}\n */\nToolbarItemDirective.prototype.showTextOn;\n/**\n * Defines single/multiple classes separated by space used to specify an icon for the button. \n * The icon will be positioned after the text content if text is available.\n * \\@default \"\"\n * @type {?}\n */\nToolbarItemDirective.prototype.suffixIcon;\n/**\n * 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. \n * By default, user can able to switch between items only via arrow keys. \n * If the value is set to 0 for all tool bar items, then tab switches based on element order.\n * \\@default -1\n * @type {?}\n */\nToolbarItemDirective.prototype.tabIndex;\n/**\n * Specifies the text to be displayed on the Toolbar button.\n * \\@default \"\"\n * @type {?}\n */\nToolbarItemDirective.prototype.text;\n/**\n * Specifies the text to be displayed on hovering the Toolbar button.\n * \\@default \"\"\n * @type {?}\n */\nToolbarItemDirective.prototype.tooltipText;\n/**\n * Specifies whether an item should be hidden or not.\n * \\@default true\n * @type {?}\n */\nToolbarItemDirective.prototype.visible;\n/**\n * Specifies the width of the Toolbar button commands.\n * \\@default 'auto'\n * @type {?}\n */\nToolbarItemDirective.prototype.width;\n/**\n * Specifies the HTML element/element ID as a string that can be added as a Toolbar command. \n * \n * \\@default \"\"\n * \\@angulartype string | object\n * \\@reacttype string | function | JSX.Element\n * \\@vuetype string | function\n * \\@asptype string\n * @type {?}\n */\nToolbarItemDirective.prototype.template;\n/** @type {?} */\nToolbarItemDirective.prototype.viewContainerRef;\n}\n\n/**\n * ToolbarItem Array Directive\n */\nexport class ToolbarItemsDirective extends ArrayBase<ToolbarItemsDirective> {\nconstructor() {\n super('toolbaritems');\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'ejs-schedule>e-toolbaritems',\n queries: {\n children: new ContentChildren(ToolbarItemDirective)\n },\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction ToolbarItemsDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nToolbarItemsDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nToolbarItemsDirective.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Directive, ViewContainerRef, ContentChildren, ContentChild } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\nimport { Template } from '@syncfusion/ej2-angular-base';\n\n\nlet /** @type {?} */ input: string[] = ['option', 'template'];\nlet /** @type {?} */ outputs: string[] = [];\n/**\n * `e-header-rows` directive represent a header rows of the Schedule. \n * It must be contained in a Schedule component(`ejs-schedule`). \n * ```html\n * <ejs-schedule>\n * <e-header-rows>\n * <e-header-row option='Week'></e-header-row>\n * <e-header-row option='Date'></e-header-row>\n * </e-header-rows>\n * </ejs-schedule>\n * ```\n */\nexport class HeaderRowDirective extends ComplexBase<HeaderRowDirective> {\npublic directivePropList: any;\n/**\n * It defines the header row type, which accepts either of the following values. \n * * `Year`: Denotes the year row in the header bar. \n * * `Month`: Denotes the month row in the header bar. \n * * `Week`: Denotes the week row in the header bar. \n * * `Date`: Denotes the date row in the header bar. \n * * `Hour`: Denotes the hour row in the header bar.\n * \\@default null\n */\npublic option: any;\n/**\n * Template option to customize the individual header rows. It accepts either the string or HTMLElement as template design \n * content and parse it appropriately before displaying it onto the header cells. The field that \n * can be accessed via this template is `date`.\n * \\@default null\n * \\@angulartype string | object\n * \\@reacttype string | function | JSX.Element\n * \\@vuetype string | function\n * \\@asptype string\n */\n@Template()\n public template: any;\n/**\n * @param {?} viewContainerRef\n */\nconstructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-header-rows>e-header-row',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ViewContainerRef, },\n];\nstatic propDecorators: {[key: string]: DecoratorInvocation[]} = {\n'template': [{ type: ContentChild, args: ['template', ] },],\n};\n}\n\nfunction HeaderRowDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nHeaderRowDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nHeaderRowDirective.ctorParameters;\n/** @type {?} */\nHeaderRowDirective.propDecorators;\n/** @type {?} */\nHeaderRowDirective.prototype.directivePropList;\n/**\n * It defines the header row type, which accepts either of the following values. \n * * `Year`: Denotes the year row in the header bar. \n * * `Month`: Denotes the month row in the header bar. \n * * `Week`: Denotes the week row in the header bar. \n * * `Date`: Denotes the date row in the header bar. \n * * `Hour`: Denotes the hour row in the header bar.\n * \\@default null\n * @type {?}\n */\nHeaderRowDirective.prototype.option;\n/**\n * Template option to customize the individual header rows. It accepts either the string or HTMLElement as template design \n * content and parse it appropriately before displaying it onto the header cells. The field that \n * can be accessed via this template is `date`.\n * \\@default null\n * \\@angulartype string | object\n * \\@reacttype string | function | JSX.Element\n * \\@vuetype string | function\n * \\@asptype string\n * @type {?}\n */\nHeaderRowDirective.prototype.template;\n/** @type {?} */\nHeaderRowDirective.prototype.viewContainerRef;\n}\n\n/**\n * HeaderRow Array Directive\n */\nexport class HeaderRowsDirective extends ArrayBase<HeaderRowsDirective> {\nconstructor() {\n super('headerrows');\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'ejs-schedule>e-header-rows',\n queries: {\n children: new ContentChildren(HeaderRowDirective)\n },\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction HeaderRowsDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nHeaderRowsDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nHeaderRowsDirective.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Directive, ViewContainerRef, ContentChildren } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\n\n\n\nlet /** @type {?} */ input: string[] = ['allowMultiple', 'colorField', 'cssClassField', 'dataSource', 'endHourField', 'expandedField', 'field', 'groupIDField', 'idField', 'name', 'query', 'startHourField', 'textField', 'title', 'workDaysField'];\nlet /** @type {?} */ outputs: string[] = [];\n/**\n * `e-resources` directive represent a resources of the Angular Schedule. \n * It must be contained in a Schedule component(`ejs-schedule`). \n * ```html\n * <ejs-schedule>\n * <e-resources>\n * <e-resource field='RoomId' name='Rooms'></e-resource>\n * <e-resource field='OwnerId' name='Owners'></e-resource>\n * </e-resources>\n * </ejs-schedule>\n * ```\n */\nexport class ResourceDirective extends ComplexBase<ResourceDirective> {\npublic directivePropList: any;\n/**\n * When set to true, allows multiple selection of resource names, thus creating multiple instances of same appointment for the \n * selected resources.\n * \\@default false\n */\npublic allowMultiple: any;\n/**\n * It maps the `color` field from the dataSource, which is used to specify colors for the resources.\n * \\@default 'Color'\n */\npublic colorField: any;\n/**\n * It maps the `cssClass` field from the dataSource, which is used to specify different styles to each resource appointments.\n * \\@default 'CssClass'\n */\npublic cssClassField: any;\n/**\n * Assigns the resource dataSource \n * The data can be passed either as an array of JavaScript objects, \n * or else can create an instance of [`DataManager`](http://ej2.syncfusion.com/documentation/data/api-dataManager.html) \n * in case of processing remote data and can be assigned to the `dataSource` property. \n * With the remote data assigned to dataSource, check the available \n * [adaptors](http://ej2.syncfusion.com/documentation/data/adaptors.html) to customize the data processing.\n * \\@default []\n */\npublic dataSource: any;\n/**\n * It maps the `endHour` field from the dataSource, which is used to specify different work end hour for each resources.\n * \\@default 'EndHour'\n */\npublic endHourField: any;\n/**\n * It maps the `expanded` field from the dataSource, which is used to specify whether each resource levels \n * in timeline view needs to be maintained in an expanded or collapsed state by default.\n * \\@default 'Expanded'\n */\npublic expandedField: any;\n/**\n * A value that binds to the resource field of event object.\n * \\@default null\n */\npublic field: any;\n/**\n * It maps the `groupID` field from the dataSource, which is used to specify under which parent resource, \n * the child should be grouped.\n * \\@default 'GroupID'\n */\npublic groupIDField: any;\n/**\n * It maps the `id` field from the dataSource and is used to uniquely identify the resources.\n * \\@default 'Id'\n */\npublic idField: any;\n/**\n * It represents a unique resource name for differentiating various resource objects while grouping.\n * \\@default null\n */\npublic name: any;\n/**\n * Defines the external [`query`](http://ej2.syncfusion.com/documentation/data/api-query.html) \n * that will be executed along with the data processing.\n * \\@default null\n */\npublic query: any;\n/**\n * It maps the `startHour` field from the dataSource, which is used to specify different work start hour for each resources.\n * \\@default 'StartHour'\n */\npublic startHourField: any;\n/**\n * It maps the `text` field from the dataSource, which is used to specify the resource names.\n * \\@default 'Text'\n */\npublic textField: any;\n/**\n * It holds the title of the resource field to be displayed on the schedule event editor window.\n * \\@default null\n */\npublic title: any;\n/**\n * It maps the working days field from the dataSource, which is used to specify different working days for each resources.\n * \\@default 'WorkDays'\n */\npublic workDaysField: any;\n/**\n * @param {?} viewContainerRef\n */\nconstructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-resources>e-resource',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ViewContainerRef, },\n];\n}\n\nfunction ResourceDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nResourceDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nResourceDirective.ctorParameters;\n/** @type {?} */\nResourceDirective.prototype.directivePropList;\n/**\n * When set to true, allows multiple selection of resource names, thus creating multiple instances of same appointment for the \n * selected resources.\n * \\@default false\n * @type {?}\n */\nResourceDirective.prototype.allowMultiple;\n/**\n * It maps the `color` field from the dataSource, which is used to specify colors for the resources.\n * \\@default 'Color'\n * @type {?}\n */\nResourceDirective.prototype.colorField;\n/**\n * It maps the `cssClass` field from the dataSource, which is used to specify different styles to each resource appointments.\n * \\@default 'CssClass'\n * @type {?}\n */\nResourceDirective.prototype.cssClassField;\n/**\n * Assigns the resource dataSource \n * The data can be passed either as an array of JavaScript objects, \n * or else can create an instance of [`DataManager`](http://ej2.syncfusion.com/documentation/data/api-dataManager.html) \n * in case of processing remote data and can be assigned to the `dataSource` property. \n * With the remote data assigned to dataSource, check the available \n * [adaptors](http://ej2.syncfusion.com/documentation/data/adaptors.html) to customize the data processing.\n * \\@default []\n * @type {?}\n */\nResourceDirective.prototype.dataSource;\n/**\n * It maps the `endHour` field from the dataSource, which is used to specify different work end hour for each resources.\n * \\@default 'EndHour'\n * @type {?}\n */\nResourceDirective.prototype.endHourField;\n/**\n * It maps the `expanded` field from the dataSource, which is used to specify whether each resource levels \n * in timeline view needs to be maintained in an expanded or collapsed state by default.\n * \\@default 'Expanded'\n * @type {?}\n */\nResourceDirective.prototype.expandedField;\n/**\n * A value that binds to the resource field of event object.\n * \\@default null\n * @type {?}\n */\nResourceDirective.prototype.field;\n/**\n * It maps the `groupID` field from the dataSource, which is used to specify under which parent resource, \n * the child should be grouped.\n * \\@default 'GroupID'\n * @type {?}\n */\nResourceDirective.prototype.groupIDField;\n/**\n * It maps the `id` field from the dataSource and is used to uniquely identify the resources.\n * \\@default 'Id'\n * @type {?}\n */\nResourceDirective.prototype.idField;\n/**\n * It represents a unique resource name for differentiating various resource objects while grouping.\n * \\@default null\n * @type {?}\n */\nResourceDirective.prototype.name;\n/**\n * Defines the external [`query`](http://ej2.syncfusion.com/documentation/data/api-query.html) \n * that will be executed along with the data processing.\n * \\@default null\n * @type {?}\n */\nResourceDirective.prototype.query;\n/**\n * It maps the `startHour` field from the dataSource, which is used to specify different work start hour for each resources.\n * \\@default 'StartHour'\n * @type {?}\n */\nResourceDirective.prototype.startHourField;\n/**\n * It maps the `text` field from the dataSource, which is used to specify the resource names.\n * \\@default 'Text'\n * @type {?}\n */\nResourceDirective.prototype.textField;\n/**\n * It holds the title of the resource field to be displayed on the schedule event editor window.\n * \\@default null\n * @type {?}\n */\nResourceDirective.prototype.title;\n/**\n * It maps the working days field from the dataSource, which is used to specify different working days for each resources.\n * \\@default 'WorkDays'\n * @type {?}\n */\nResourceDirective.prototype.workDaysField;\n/** @type {?} */\nResourceDirective.prototype.viewContainerRef;\n}\n\n/**\n * Resource Array Directive\n */\nexport class ResourcesDirective extends ArrayBase<ResourcesDirective> {\nconstructor() {\n super('resources');\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'ejs-schedule>e-resources',\n queries: {\n children: new ContentChildren(ResourceDirective)\n },\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction ResourcesDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nResourcesDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nResourcesDirective.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Directive, ViewContainerRef, ContentChildren, ContentChild } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\nimport { Template } from '@syncfusion/ej2-angular-base';\n\n\nlet /** @type {?} */ input: string[] = ['allowOverlap', 'allowVirtualScrolling', 'cellHeaderTemplate', 'cellTemplate', 'dateFormat', 'dateHeaderTemplate', 'dateRangeTemplate', 'dayHeaderTemplate', 'displayDate', 'displayName', 'enableLazyLoading', 'endHour', 'eventTemplate', 'firstDayOfWeek', 'firstMonthOfYear', 'group', 'headerIndentTemplate', 'headerRows', 'interval', 'isSelected', 'maxEventsPerRow', 'monthHeaderTemplate', 'monthsCount', 'numberOfWeeks', 'option', 'orientation', 'overscanCount', 'readonly', 'resourceHeaderTemplate', 'showWeekNumber', 'showWeekend', 'startHour', 'timeFormat', 'timeScale', 'workDays'];\nlet /** @type {?} */ outputs: string[] = [];\n/**\n * `e-views` directive represent a view of the Angular Schedule. \n * It must be contained in a Schedule component(`ejs-schedule`). \n * ```html\n * <ejs-schedule>\n * <e-views>\n * <e-view option='day' dateFormat='dd MMM'></e-view>\n * <e-view option='week'></e-view>\n * </e-views>\n * </ejs-schedule>\n * ```\n */\nexport class ViewDirective extends ComplexBase<ViewDirective> {\npublic directivePropList: any;\n/**\n * Specifies whether overlapping appointments are allowed within the same time slot in the Scheduler.\n * \\@remarks When set to `false`, the Scheduler enforces restrictions to prevent creating or displaying overlapping appointments within the same time duration.\n * This setting includes the following limitations:\n * - **Initial Loading**: The alert for overlapping appointments will not display during the initial load. Overlapping events will be ignored in rendering, including occurrences.\n * - **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.\n * 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.\n * - **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.\n * \\@default true\n */\npublic allowOverlap: any;\n/**\n * It is used to allow or disallow the virtual scrolling functionality.\n * \\@default false\n */\npublic allowVirtualScrolling: any;\n/**\n * By default, Schedule follows the date-format as per the default culture assigned to it. It is also possible to manually set \n * specific date format by using the `dateFormat` property. The format of the date range label in the header bar depends on \n * the `dateFormat` value or else based on the locale assigned to the Schedule. \n * It gets applied only to the view objects on which it is defined.\n * \\@default null\n */\npublic dateFormat: any;\n/**\n * Specifies the starting week date at an initial rendering of month view. This property is only applicable for month view. \n * If this property value is not set, then the month view will be rendered from the first week of the month. \n * {% codeBlock src='schedule/displayDate/index.md' %}{% endcodeBlock %}\n * \\@default null\n */\npublic displayDate: any;\n/**\n * When the same view is customized with different intervals, this property allows the user to set different display name \n * for those views.\n * \\@default null\n */\npublic displayName: any;\n/**\n * Enables the lazy loading of events for scrolling actions only when the resources grouping property is enabled. \n * Lazy loading allows the scheduler to fetch the appointments dynamically during scroll actions for the currently rendered resource collection. \n * New event data is fetched on-demand as the user scrolls through the schedule content.\n * \\@default false\n */\npublic enableLazyLoading: any;\n/**\n * It is used to specify the end hour, at which the Schedule ends. It too accepts the time string in a short skeleton format.\n * \\@default '24:00'\n */\npublic endHour: any;\n/**\n * 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 \n * defines its own first day of week values. If needed, the user can set it manually on his own by defining the value through \n * this property. It usually accepts the integer values, whereby 0 is always denoted as Sunday, 1 as Monday and so on.\n * \\@default 0\n */\npublic firstDayOfWeek: any;\n/**\n * This property helps render the year view customized months. \n * By default, it is set to `0`.\n * \\@default 0\n */\npublic firstMonthOfYear: any;\n/**\n * Allows to set different resource grouping options on all available schedule view modes.\n * \\@default { byDate: false, byGroupID: true, allowGroupEdit: false, resources:[], hideNonWorkingDays: false }\n */\npublic group: any;\n/**\n * Allows defining the collection of custom header rows to display the year, month, week, date and hour label as an individual row \n * on the timeline view of the scheduler.\n * \\@default []\n */\npublic headerRows: any;\n/**\n * It accepts the number value denoting to include the number of days, weeks, workweeks or months on the defined view type.\n * \\@default 1\n */\npublic interval: any;\n/**\n * To denote whether the view name given on the `option` is active or not. \n * It acts similar to the [`currentView`](../../schedule/#current-view/) \n * property and defines the active view of Schedule.\n * \\@default false\n */\npublic isSelected: any;\n/**\n * Specifies the maximum number of events to be displayed in a single row. \n * This property is applicable when the 'rowAutoHeight' property is disabled. \n * This property is only applicable for the month view, timeline views, and timeline year view.\n * \\@default null\n */\npublic maxEventsPerRow: any;\n/**\n * This option allows the user to set the number of months count to be displayed on the Schedule. \n * {% codeBlock src='schedule/monthsCount/index.md' %}{% endcodeBlock %}\n * \\@default 12\n * \\@asptype int\n */\npublic monthsCount: any;\n/**\n * This property customizes the number of weeks that are shown in month view. By default, it shows all weeks in the current month. \n * Use displayDate property to customize the starting week of month. \n * {% codeBlock src='schedule/numberOfWeeks/index.md' %}{% endcodeBlock %}\n * \\@default 0\n * \\@asptype int\n */\npublic numberOfWeeks: any;\n/**\n * It accepts the schedule view name, based on which we can define with its related properties in a single object. \n * The applicable view names are, \n * * Day - Denotes Day view of the scheduler. \n * * Week - Denotes Week view of the scheduler. \n * * WorkWeek - Denotes Work Week view of the scheduler. \n * * Month - Denotes Month view of the scheduler. \n * * Year - Denotes Year view of the scheduler. \n * * Agenda - Denotes Agenda view of the scheduler. \n * * MonthAgenda - Denotes Month Agenda view of the scheduler. \n * * TimelineDay - Denotes Timeline Day view of the scheduler. \n * * TimelineWeek - Denotes Timeline Week view of the scheduler. \n * * TimelineWorkWeek - Denotes Timeline Work Week view of the scheduler. \n * * TimelineMonth - Denotes Timeline Month view of the scheduler. \n * * TimelineYear - Denotes Timeline Year view of the scheduler.\n * \\@default null\n */\npublic option: any;\n/**\n * It is used to specify the year view rendering orientation on the schedule. \n * The applicable orientation values are, \n * * Horizontal - Denotes the horizontal orientation of Timeline Year view. \n * * Vertical - Denotes the vertical orientation of Timeline Year view.\n * \\@default 'Horizontal'\n */\npublic orientation: any;\n/**\n * Specifies the number of additional rows or columns to render outside the visible area during virtual scrolling. \n * This property helps in achieving smoother scrolling by pre-loading data just outside the visible region.\n * \\@remarks The default value is 3. Increasing this value can result in smoother scrolling but may impact performance\n * with larger datasets. Decreasing it can improve performance but may cause more frequent data fetches during scrolling.\n * This property only takes effect when `allowVirtualScrolling` is enabled for the current view.\n * \\@default 3\n */\npublic overscanCount: any;\n/**\n * When set to `true`, displays a quick popup with cell or event details on single clicking over the cells or on events. \n * By default, it is set to `true`. It gets applied only to the view objects on which it is defined.\n * \\@default false\n */\npublic readonly: any;\n/**\n * When set to `true`, displays the week number of the current view date range.\n * \\@default false\n */\npublic showWeekNumber: any;\n/**\n * When set to `false`, it hides the weekend days of a week from the Schedule. \n * The days which are not defined in the working days collection are usually treated as weekend days. \n * Note: By default, this option is not applicable on `Work Week` view. \n * For example, if the working days are defined as [1, 2, 3, 4], then the remaining days of that week will be considered as the \n * weekend days and will be hidden on all the views.\n * \\@default true\n */\npublic showWeekend: any;\n/**\n * It is used to specify the starting hour, from which the Schedule starts to display. \n * It accepts the time string in a short skeleton format and also, hides the time beyond the specified start time.\n * \\@default '00:00'\n */\npublic startHour: any;\n/**\n * By default, Schedule follows the time-format as per the default culture assigned to it. \n * It is also possible to manually set specific time format by using the `timeFormat` property. \n * {% codeBlock src='schedule/timeFormat/index.md' %}{% endcodeBlock %}\n * \\@default null\n */\npublic timeFormat: any;\n/**\n * Allows to set different timescale configuration on each applicable view modes such as day, week and work week.\n * \\@default { enable: true, interval: 60, slotCount: 2, majorSlotTemplate: null, minorSlotTemplate: null }\n */\npublic timeScale: any;\n/**\n * It is used to set the working days on schedule. The only days that are defined in this collection will be rendered on the \n * `workWeek` view whereas on other views, it will display all the usual days and simply highlights the working days with different \n * shade.\n * \\@default '[1, 2, 3, 4, 5]'\n * \\@asptype int[]\n */\npublic workDays: any;\n/**\n * It accepts either the string or HTMLElement as template design content and parse it appropriately before displaying it onto the \n * date header cells. The field that can be accessed via this template is `date`. \n * It gets applied only to the view objects on which it is defined.\n * \\@default null\n * \\@asptype string\n */\n@Template()\n public dateHeaderTemplate: any;\n/**\n * It accepts either the string or HTMLElement as template design content and parse it appropriately before displaying it onto the header date range.\n * \\@default null\n * \\@angulartype string | object\n * \\@reacttype string | function | JSX.Element\n * \\@vuetype string | function\n * \\@asptype string\n */\n@Template()\n public dateRangeTemplate: any;\n/**\n * It accepts either the string or HTMLElement as template design content and parse it appropriately before displaying it onto the \n * Year view day cell header. \n * This template is only applicable for year view header cells.\n * \\@default null\n * \\@angulartype string | object\n * \\@reacttype string | function | JSX.Element\n * \\@vuetype string | function\n * \\@asptype string\n */\n@Template()\n public dayHeaderTemplate: any;\n/**\n * It accepts either the string or HTMLElement as template design content and parse it appropriately before displaying it onto the \n * month date cells. \n * This template is only applicable for month view day cells.\n * \\@default null\n * \\@angulartype string | object\n * \\@reacttype string | function | JSX.Element\n * \\@vuetype string | function\n * \\@asptype string\n */\n@Template()\n public cellHeaderTemplate: any;\n/**\n * The template option which is used to render the customized work cells on the Schedule. Here, the \n * template accepts either the string or HTMLElement as template design and then the parsed design is displayed onto the work cells. \n * The field accessible via template is `date`. It gets applied only to the view objects on which it is defined.\n * \\@default null\n * \\@angulartype string | object\n * \\@reacttype string | function | JSX.Element\n * \\@vuetype string | function\n * \\@asptype string\n */\n@Template()\n public cellTemplate: any;\n/**\n * It accepts either the string or HTMLElement as template design content and parse it appropriately before displaying it onto \n * the event background. All the event fields mapped to Schedule from dataSource can be accessed within this template code. \n * It is similar to that of the `template` option available within the `eventSettings` property, \n * whereas it will get applied only on the events of the view to which it is currently being defined.\n * \\@default null\n * \\@angulartype string | object\n * \\@reacttype string | function | JSX.Element\n * \\@vuetype string | function\n * \\@asptype string\n */\n@Template()\n public eventTemplate: any;\n/**\n * It accepts either the string or HTMLElement as template design content and parse it appropriately before displaying it onto the \n * Year view day cell header. \n * This template is only applicable for year view header cells.\n * \\@default null\n * \\@angulartype string | object\n * \\@reacttype string | function | JSX.Element\n * \\@vuetype string | function\n * \\@asptype string\n */\n@Template()\n public monthHeaderTemplate: any;\n/**\n * The template option which is used to render the customized header cells on the schedule. Here, the \n * template accepts either the string or HTMLElement as template design and then the parsed design is displayed onto the header cells. \n * All the resource fields mapped within resources can be accessed within this template code. \n * It gets applied only to the view objects on which it is defined.\n * \\@default null\n * \\@angulartype string | object\n * \\@reacttype string | function | JSX.Element\n * \\@vuetype string | function\n * \\@asptype string\n */\n@Template()\n public resourceHeaderTemplate: any;\n/**\n * The template option which is used to render the customized header indent cell on the schedule. Here, the \n * template accepts either the string or HTMLElement as template design and then the parsed design is displayed onto the header indent cell. \n * It gets applied only to the view objects on which it is defined.\n * \\@default null\n * \\@angulartype string | object\n * \\@reacttype string | function | JSX.Element\n * \\@vuetype string | function\n * \\@asptype string\n */\n@Template()\n public headerIndentTemplate: any;\n \n @Template()\npublic timeScale_minorSlotTemplate: any;\n \n @Template()\npublic timeScale_majorSlotTemplate: any;\n \n @Template()\npublic group_headerTooltipTemplate: any;\n/**\n * @param {?} viewContainerRef\n */\nconstructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-views>e-view',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ViewContainerRef, },\n];\nstatic propDecorators: {[key: string]: DecoratorInvocation[]} = {\n'dateHeaderTemplate': [{ type: ContentChild, args: ['dateHeaderTemplate', ] },],\n'dateRangeTemplate': [{ type: ContentChild, args: ['dateRangeTemplate', ] },],\n'dayHeaderTemplate': [{ type: ContentChild, args: ['dayHeaderTemplate', ] },],\n'cellHeaderTemplate': [{ type: ContentChild, args: ['cellHeaderTemplate', ] },],\n'cellTemplate': [{ type: ContentChild, args: ['cellTemplate', ] },],\n'eventTemplate': [{ type: ContentChild, args: ['eventTemplate', ] },],\n'monthHeaderTemplate': [{ type: ContentChild, args: ['monthHeaderTemplate', ] },],\n'resourceHeaderTemplate': [{ type: ContentChild, args: ['resourceHeaderTemplate', ] },],\n'headerIndentTemplate': [{ type: ContentChild, args: ['headerIndentTemplate', ] },],\n'timeScale_minorSlotTemplate': [{ type: ContentChild, args: ['timeScaleMinorSlotTemplate', ] },],\n'timeScale_majorSlotTemplate': [{ type: ContentChild, args: ['timeScaleMajorSlotTemplate', ] },],\n'group_headerTooltipTemplate': [{ type: ContentChild, args: ['groupHeaderTooltipTemplate', ] },],\n};\n}\n\nfunction ViewDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nViewDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nViewDirective.ctorParameters;\n/** @type {?} */\nViewDirective.propDecorators;\n/** @type {?} */\nViewDirective.prototype.directivePropList;\n/**\n * Specifies whether overlapping appointments are allowed within the same time slot in the Scheduler.\n * \\@remarks When set to `false`, the Scheduler enforces restrictions to prevent creating or displaying overlapping appointments within the same time duration.\n * This setting includes the following limitations:\n * - **Initial Loading**: The alert for overlapping appointments will not display during the initial load. Overlapping events will be ignored in rendering, including occurrences.\n * - **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.\n * 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.\n * - **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.\n * \\@default true\n * @type {?}\n */\nViewDirective.prototype.allowOverlap;\n/**\n * It is used to allow or disallow the virtual scrolling functionality.\n * \\@default false\n * @type {?}\n */\nViewDirective.prototype.allowVirtualScrolling;\n/**\n * By default, Schedule follows the date-format as per the default culture assigned to it. It is also possible to manually set \n * specific date format by using the `dateFormat` property. The format of the date range label in the header bar depends on \n * the `dateFormat` value or else based on the locale assigned to the Schedule. \n * It gets applied only to the view objects on which it is defined.\n * \\@default null\n * @type {?}\n */\nViewDirective.prototype.dateFormat;\n/**\n * Specifies the starting week date at an initial rendering of month view. This property is only applicable for month view. \n * If this property value is not set, then the month view will be rendered from the first week of the month. \n * {% codeBlock src='schedule/displayDate/index.md' %}{% endcodeBlock %}\n * \\@default null\n * @type {?}\n */\nViewDirective.prototype.displayDate;\n/**\n * When the same view is customized with different intervals, this property allows the user to set different display name \n * for those views.\n * \\@default null\n * @type {?}\n */\nViewDirective.prototype.displayName;\n/**\n * Enables the lazy loading of events for scrolling actions only when the resources grouping property is enabled. \n * Lazy loading allows the scheduler to fetch the appointments dynamically during scroll actions for the currently rendered resource collection. \n * New event data is fetched on-demand as the user scrolls through the schedule content.\n * \\@default false\n * @type {?}\n */\nViewDirective.prototype.enableLazyLoading;\n/**\n * It is used to specify the end hour, at which the Schedule ends. It too accepts the time string in a short skeleton format.\n * \\@default '24:00'\n * @type {?}\n */\nViewDirective.prototype.endHour;\n/**\n * 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 \n * defines its own first day of week values. If needed, the user can set it manually on his own by defining the value through \n * this property. It usually accepts the integer values, whereby 0 is always denoted as Sunday, 1 as Monday and so on.\n * \\@default 0\n * @type {?}\n */\nViewDirective.prototype.firstDayOfWeek;\n/**\n * This property helps render the year view customized months. \n * By default, it is set to `0`.\n * \\@default 0\n * @type {?}\n */\nViewDirective.prototype.firstMonthOfYear;\n/**\n * Allows to set different resource grouping options on all available schedule view modes.\n * \\@default { byDate: false, byGroupID: true, allowGroupEdit: false, resources:[], hideNonWorkingDays: false }\n * @type {?}\n */\nViewDirective.prototype.group;\n/**\n * Allows defining the collection of custom header rows to display the year, month, week, date and hour label as an individual row \n * on the timeline view of the scheduler.\n * \\@default []\n * @type {?}\n */\nViewDirective.prototype.headerRows;\n/**\n * It accepts the number value denoting to include the number of days, weeks, workweeks or months on the defined view type.\n * \\@default 1\n * @type {?}\n */\nViewDirective.prototype.interval;\n/**\n * To denote whether the view name given on the `option` is active or not. \n * It acts similar to the [`currentView`](../../schedule/#current-view/) \n * property and defines the active view of Schedule.\n * \\@default false\n * @type {?}\n */\nViewDirective.prototype.isSelected;\n/**\n * Specifies the maximum number of events to be displayed in a single row. \n * This property is applicable when the 'rowAutoHeight' property is disabled. \n * This property is only applicable for the month view, timeline views, and timeline year view.\n * \\@default null\n * @type {?}\n */\nViewDirective.prototype.maxEventsPerRow;\n/**\n * This option allows the user to set the number of months count to be displayed on the Schedule. \n * {% codeBlock src='schedule/monthsCount/index.md' %}{% endcodeBlock %}\n * \\@default 12\n * \\@asptype int\n * @type {?}\n */\nViewDirective.prototype.monthsCount;\n/**\n * This property customizes the number of weeks that are shown in month view. By default, it shows all weeks in the current month. \n * Use displayDate property to customize the starting week of month. \n * {% codeBlock src='schedule/numberOfWeeks/index.md' %}{% endcodeBlock %}\n * \\@default 0\n * \\@asptype int\n * @type {?}\n */\nViewDirective.prototype.numberOfWeeks;\n/**\n * It accepts the schedule view name, based on which we can define with its related properties in a single object. \n * The applicable view names are, \n * * Day - Denotes Day view of the scheduler. \n * * Week - Denotes Week view of the scheduler. \n * * WorkWeek - Denotes Work Week view of the scheduler. \n * * Month - Denotes Month view of the scheduler. \n * * Year - Denotes Year view of the scheduler. \n * * Agenda - Denotes Agenda view of the scheduler. \n * * MonthAgenda - Denotes Month Agenda view of the scheduler. \n * * TimelineDay - Denotes Timeline Day view of the scheduler. \n * * TimelineWeek - Denotes Timeline Week view of the scheduler. \n * * TimelineWorkWeek - Denotes Timeline Work Week view of the scheduler. \n * * TimelineMonth - Denotes Timeline Month view of the scheduler. \n * * TimelineYear - Denotes Timeline Year view of the scheduler.\n * \\@default null\n * @type {?}\n */\nViewDirective.prototype.option;\n/**\n * It is used to specify the year view rendering orientation on the schedule. \n * The applicable orientation values are, \n * * Horizontal - Denotes the horizontal orientation of Timeline Year view. \n * * Vertical - Denotes the vertical orientation of Timeline Year view.\n * \\@default 'Horizontal'\n * @type {?}\n */\nViewDirective.prototype.orientation;\n/**\n * Specifies the number of additional rows or columns to render outside the visible area during virtual scrolling. \n * This property helps in achieving smoother scrolling by pre-loading data just outside the visible region.\n * \\@remarks The default value is 3. Increasing this value can result in smoother scrolling but may impact performance\n * with larger datasets. Decreasing it can improve performance but may cause more frequent data fetches during scrolling.\n * This property only takes effect when `allowVirtualScrolling` is enabled for the current view.\n * \\@default 3\n * @type {?}\n */\nViewDirective.prototype.overscanCount;\n/**\n * When set to `true`, displays a quick popup with cell or event details on single clicking over the cells or on events. \n * By default, it is set to `true`. It gets applied only to the view objects on which it is defined.\n * \\@default false\n * @type {?}\n */\nViewDirective.prototype.readonly;\n/**\n * When set to `true`, displays the week number of the current view date range.\n * \\@default false\n * @type {?}\n */\nViewDirective.prototype.showWeekNumber;\n/**\n * When set to `false`, it hides the weekend days of a week from the Schedule. \n * The days which are not defined in the working days collection are usually treated as weekend days. \n * Note: By default, this option is not applicable on `Work Week` view. \n * For example, if the working days are defined as [1, 2, 3, 4], then the remaining days of that week will be considered as the \n * weekend days and will be hidden on all the views.\n * \\@default true\n * @type {?}\n */\nViewDirective.prototype.showWeekend;\n/**\n * It is used to specify the starting hour, from which the Schedule starts to display. \n * It accepts the time string in a short skeleton format and also, hides the time beyond the specified start time.\n * \\@default '00:00'\n * @type {?}\n */\nViewDirective.prototype.startHour;\n/**\n * By default, Schedule follows the time-format as per the default culture assigned to it. \n * It is also possible to manually set specific time format by using the `timeFormat` property. \n * {% codeBlock src='schedule/timeFormat/index.md' %}{% endcodeBlock %}\n * \\@default null\n * @type {?}\n */\nViewDirective.prototype.timeFormat;\n/**\n * Allows to set different timescale configuration on each applicable view modes such as day, week and work week.\n * \\@default { enable: true, interval: 60, slotCount: 2, majorSlotTemplate: null, minorSlotTemplate: null }\n * @type {?}\n */\nViewDirective.prototype.timeScale;\n/**\n * It is used to set the working days on schedule. The only days that are defined in this collection will be rendered on the \n * `workWeek` view whereas on other views, it will display all the usual days and simply highlights the working days with different \n * shade.\n * \\@default '[1, 2, 3, 4, 5]'\n * \\@asptype int[]\n * @type {?}\n */\nViewDirective.prototype.workDays;\n/**\n * It accepts either the string or HTMLElement as template design content and parse it appropriately before displaying it onto the \n * date header cells. The field that can be accessed via this template is `date`. \n * It gets applied only to the view objects on which it is defined.\n * \\@default null\n * \\@asptype string\n * @type {?}\n */\nViewDirective.prototype.dateHeaderTemplate;\n/**\n * It accepts either the string or HTMLElement as template design content and parse it appropriately before displaying it onto the header date range.\n * \\@default null\n * \\@angulartype string | object\n * \\@reacttype string | function | JSX.Element\n * \\@vuetype string | function\n * \\@asptype string\n * @type {?}\n */\nViewDirective.prototype.dateRangeTemplate;\n/**\n * It accepts either the string or HTMLElement as template design content and parse it appropriately before displaying it onto the \n * Year view day cell header. \n * This template is only applicable for year view header cells.\n * \\@default null\n * \\@angulartype string | object\n * \\@reacttype string | function | JSX.Element\n * \\@vuetype string | function\n * \\@asptype string\n * @type {?}\n */\nViewDirective.prototype.dayHeaderTemplate;\n/**\n * It accepts either the string or HTMLElement as template design content and parse it appropriately before displaying it onto the \n * month date cells. \n * This template is only applicable for month view day cells.\n * \\@default null\n * \\@angulartype string | object\n * \\@reacttype string | function | JSX.Element\n * \\@vuetype string | function\n * \\@asptype string\n * @type {?}\n */\nViewDirective.prototype.cellHeaderTemplate;\n/**\n * The template option which is used to render the customized work cells on the Schedule. Here, the \n * template accepts either the string or HTMLElement as template design and then the parsed design is displayed onto the work cells. \n * The field accessible via template is `date`. It gets applied only to the view objects on which it is defined.\n * \\@default null\n * \\@angulartype string | object\n * \\@reacttype string | function | JSX.Element\n * \\@vuetype string | function\n * \\@asptype string\n * @type {?}\n */\nViewDirective.prototype.cellTemplate;\n/**\n * It accepts either the string or HTMLElement as template design content and parse it appropriately before displaying it onto \n * the event background. All the event fields mapped to Schedule from dataSource can be accessed within this template code. \n * It is similar to that of the `template` option available within the `eventSettings` property, \n * whereas it will get applied only on the events of the view to which it is currently being defined.\n * \\@default null\n * \\@angulartype string | object\n * \\@reacttype string | function | JSX.Element\n * \\@vuetype string | function\n * \\@asptype string\n * @type {?}\n */\nViewDirective.prototype.eventTemplate;\n/**\n * It accepts either the string or HTMLElement as template design content and parse it appropriately before displaying it onto the \n * Year view day cell header. \n * This template is only applicable for year view header cells.\n * \\@default null\n * \\@angulartype string | object\n * \\@reacttype string | function | JSX.Element\n * \\@vuetype string | function\n * \\@asptype string\n * @type {?}\n */\nViewDirective.prototype.monthHeaderTemplate;\n/**\n * The template option which is used to render the customized header cells on the schedule. Here, the \n * template accepts either the string or HTMLElement as template design and then the parsed design is displayed onto the header cells. \n * All the resource fields mapped within resources can be accessed within this template code. \n * It gets applied only to the view objects on which it is defined.\n * \\@default null\n * \\@angulartype string | object\n * \\@reacttype string | function | JSX.Element\n * \\@vuetype string | function\n * \\@asptype string\n * @type {?}\n */\nViewDirective.prototype.resourceHeaderTemplate;\n/**\n * The template option which is used to render the customized header indent cell on the schedule. Here, the \n * template accepts either the string or HTMLElement as template design and then the parsed design is displayed onto the header indent cell. \n * It gets applied only to the view objects on which it is defined.\n * \\@default null\n * \\@angulartype string | object\n * \\@reacttype string | function | JSX.Element\n * \\@vuetype string | function\n * \\@asptype string\n * @type {?}\n */\nViewDirective.prototype.headerIndentTemplate;\n/** @type {?} */\nViewDirective.prototype.timeScale_minorSlotTemplate;\n/** @type {?} */\nViewDirective.prototype.timeScale_majorSlotTemplate;\n/** @type {?} */\nViewDirective.prototype.group_headerTooltipTemplate;\n/** @type {?} */\nViewDirective.prototype.viewContainerRef;\n}\n\n/**\n * View Array Directive\n */\nexport class ViewsDirective extends ArrayBase<ViewsDirective> {\nconstructor() {\n super('views');\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'ejs-schedule>e-views',\n queries: {\n children: new ContentChildren(ViewDirective)\n },\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction ViewsDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nViewsDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nViewsDirective.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n"],"names":["CommonModule","NgModule","RecurrenceEditorComponent","Injector","ViewContainerRef","Renderer2","__metadata","ElementRef","ComponentMixins","ComponentBase","__decorate","ChangeDetectionStrategy","outputs","inputs","Component","RecurrenceEditor","setValue","twoWays","Print","ICalendarImport","ICalendarExport","ExcelExport","DragAndDrop","Resize","TimelineYear","TimelineMonth","TimelineViews","MonthAgenda","Agenda","Year","Month","WorkWeek","Week","Day","ScheduleComponent","Template","ContentChild","Schedule","ContentChildren","Directive","ArrayBase","input","ComplexBase"],"mappings":"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"}
@@ -0,0 +1,11 @@
1
+ /*!
2
+ * filename: ej2-angular-schedule.umd.min.js
3
+ * version : 31.2.15
4
+ * Copyright Syncfusion Inc. 2001 - 2025. All rights reserved.
5
+ * Use of this code is subject to the terms of our license.
6
+ * A copy of the current license can be obtained at any time by e-mailing
7
+ * licensing@syncfusion.com. Any infringement will be prosecuted under
8
+ * applicable laws.
9
+ */
10
+ !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("@angular/core"),require("@syncfusion/ej2-angular-base"),require("@syncfusion/ej2-schedule"),require("@angular/common")):"function"==typeof define&&define.amd?define(["exports","@angular/core","@syncfusion/ej2-angular-base","@syncfusion/ej2-schedule","@angular/common"],t):t(e["ej2-angular-schedule"]={},e.ng.core,e.ej2.angular.base,e.ej2.schedule,e.ng.common)}(this,function(e,t,r,n,o){"use strict";var a=this&&this.__extends||function(){var e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)t.hasOwnProperty(r)&&(e[r]=t[r])};return function(t,r){function n(){this.constructor=t}e(t,r),t.prototype=null===r?Object.create(r):(n.prototype=r.prototype,new n)}}(),i=this&&this.__decorate||function(e,t,r,n){var o,a=arguments.length,i=a<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,r,n);else for(var l=e.length-1;l>=0;l--)(o=e[l])&&(i=(a<3?o(i):a>3?o(t,r,i):o(t,r))||i);return a>3&&i&&Object.defineProperty(t,r,i),i},l=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},c=["allowOverlap","allowVirtualScrolling","cellHeaderTemplate","cellTemplate","dateFormat","dateHeaderTemplate","dateRangeTemplate","dayHeaderTemplate","displayDate","displayName","enableLazyLoading","endHour","eventTemplate","firstDayOfWeek","firstMonthOfYear","group","headerIndentTemplate","headerRows","interval","isSelected","maxEventsPerRow","monthHeaderTemplate","monthsCount","numberOfWeeks","option","orientation","overscanCount","readonly","resourceHeaderTemplate","showWeekNumber","showWeekend","startHour","timeFormat","timeScale","workDays"],d=[],s=function(e){function t(t){var n=e.call(this)||this;return n.viewContainerRef=t,r.setValue("currentInstance",n,n.viewContainerRef),n.registerEvents(d),n.directivePropList=c,n}return a(t,e),t}(r.ComplexBase);s.decorators=[{type:t.Directive,args:[{selector:"e-views>e-view",inputs:c,outputs:d,queries:{}}]}],s.ctorParameters=function(){return[{type:t.ViewContainerRef}]},s.propDecorators={dateHeaderTemplate:[{type:t.ContentChild,args:["dateHeaderTemplate"]}],dateRangeTemplate:[{type:t.ContentChild,args:["dateRangeTemplate"]}],dayHeaderTemplate:[{type:t.ContentChild,args:["dayHeaderTemplate"]}],cellHeaderTemplate:[{type:t.ContentChild,args:["cellHeaderTemplate"]}],cellTemplate:[{type:t.ContentChild,args:["cellTemplate"]}],eventTemplate:[{type:t.ContentChild,args:["eventTemplate"]}],monthHeaderTemplate:[{type:t.ContentChild,args:["monthHeaderTemplate"]}],resourceHeaderTemplate:[{type:t.ContentChild,args:["resourceHeaderTemplate"]}],headerIndentTemplate:[{type:t.ContentChild,args:["headerIndentTemplate"]}],timeScale_minorSlotTemplate:[{type:t.ContentChild,args:["timeScaleMinorSlotTemplate"]}],timeScale_majorSlotTemplate:[{type:t.ContentChild,args:["timeScaleMajorSlotTemplate"]}],group_headerTooltipTemplate:[{type:t.ContentChild,args:["groupHeaderTooltipTemplate"]}]},i([r.Template(),l("design:type",Object)],s.prototype,"dateHeaderTemplate",void 0),i([r.Template(),l("design:type",Object)],s.prototype,"dateRangeTemplate",void 0),i([r.Template(),l("design:type",Object)],s.prototype,"dayHeaderTemplate",void 0),i([r.Template(),l("design:type",Object)],s.prototype,"cellHeaderTemplate",void 0),i([r.Template(),l("design:type",Object)],s.prototype,"cellTemplate",void 0),i([r.Template(),l("design:type",Object)],s.prototype,"eventTemplate",void 0),i([r.Template(),l("design:type",Object)],s.prototype,"monthHeaderTemplate",void 0),i([r.Template(),l("design:type",Object)],s.prototype,"resourceHeaderTemplate",void 0),i([r.Template(),l("design:type",Object)],s.prototype,"headerIndentTemplate",void 0),i([r.Template(),l("design:type",Object)],s.prototype,"timeScale_minorSlotTemplate",void 0),i([r.Template(),l("design:type",Object)],s.prototype,"timeScale_majorSlotTemplate",void 0),i([r.Template(),l("design:type",Object)],s.prototype,"group_headerTooltipTemplate",void 0);var p=function(e){function t(){return e.call(this,"views")||this}return a(t,e),t}(r.ArrayBase);p.decorators=[{type:t.Directive,args:[{selector:"ejs-schedule>e-views",queries:{children:new t.ContentChildren(s)}}]}],p.ctorParameters=function(){return[]};var u=["allowMultiple","colorField","cssClassField","dataSource","endHourField","expandedField","field","groupIDField","idField","name","query","startHourField","textField","title","workDaysField"],m=[],h=function(e){function t(t){var n=e.call(this)||this;return n.viewContainerRef=t,r.setValue("currentInstance",n,n.viewContainerRef),n.registerEvents(m),n.directivePropList=u,n}return a(t,e),t}(r.ComplexBase);h.decorators=[{type:t.Directive,args:[{selector:"e-resources>e-resource",inputs:u,outputs:m,queries:{}}]}],h.ctorParameters=function(){return[{type:t.ViewContainerRef}]};var g=function(e){function t(){return e.call(this,"resources")||this}return a(t,e),t}(r.ArrayBase);g.decorators=[{type:t.Directive,args:[{selector:"ejs-schedule>e-resources",queries:{children:new t.ContentChildren(h)}}]}],g.ctorParameters=function(){return[]};var y=this&&this.__decorate||function(e,t,r,n){var o,a=arguments.length,i=a<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,r,n);else for(var l=e.length-1;l>=0;l--)(o=e[l])&&(i=(a<3?o(i):a>3?o(t,r,i):o(t,r))||i);return a>3&&i&&Object.defineProperty(t,r,i),i},f=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},C=["option","template"],v=[],T=function(e){function t(t){var n=e.call(this)||this;return n.viewContainerRef=t,r.setValue("currentInstance",n,n.viewContainerRef),n.registerEvents(v),n.directivePropList=C,n}return a(t,e),t}(r.ComplexBase);T.decorators=[{type:t.Directive,args:[{selector:"e-header-rows>e-header-row",inputs:C,outputs:v,queries:{}}]}],T.ctorParameters=function(){return[{type:t.ViewContainerRef}]},T.propDecorators={template:[{type:t.ContentChild,args:["template"]}]},y([r.Template(),f("design:type",Object)],T.prototype,"template",void 0);var S=function(e){function t(){return e.call(this,"headerrows")||this}return a(t,e),t}(r.ArrayBase);S.decorators=[{type:t.Directive,args:[{selector:"ejs-schedule>e-header-rows",queries:{children:new t.ContentChildren(T)}}]}],S.ctorParameters=function(){return[]};var j=this&&this.__decorate||function(e,t,r,n){var o,a=arguments.length,i=a<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,r,n);else for(var l=e.length-1;l>=0;l--)(o=e[l])&&(i=(a<3?o(i):a>3?o(t,r,i):o(t,r))||i);return a>3&&i&&Object.defineProperty(t,r,i),i},D=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},R=["align","cssClass","disabled","htmlAttributes","id","name","overflow","prefixIcon","showAlwaysInPopup","showTextOn","suffixIcon","tabIndex","template","text","tooltipText","type","visible","width"],b=["click"],w=function(e){function t(t){var n=e.call(this)||this;return n.viewContainerRef=t,r.setValue("currentInstance",n,n.viewContainerRef),n.registerEvents(b),n.directivePropList=R,n}return a(t,e),t}(r.ComplexBase);w.decorators=[{type:t.Directive,args:[{selector:"e-toolbaritems>e-toolbaritem",inputs:R,outputs:b,queries:{}}]}],w.ctorParameters=function(){return[{type:t.ViewContainerRef}]},w.propDecorators={template:[{type:t.ContentChild,args:["template"]}]},j([r.Template(),D("design:type",Object)],w.prototype,"template",void 0);var O=function(e){function t(){return e.call(this,"toolbaritems")||this}return a(t,e),t}(r.ArrayBase);O.decorators=[{type:t.Directive,args:[{selector:"ejs-schedule>e-toolbaritems",queries:{children:new t.ContentChildren(w)}}]}],O.ctorParameters=function(){return[]};var M=this&&this.__decorate||function(e,t,r,n){var o,a=arguments.length,i=a<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,r,n);else for(var l=e.length-1;l>=0;l--)(o=e[l])&&(i=(a<3?o(i):a>3?o(t,r,i):o(t,r))||i);return a>3&&i&&Object.defineProperty(t,r,i),i},E=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},I=["agendaDaysCount","allowClipboard","allowDragAndDrop","allowInline","allowKeyboardInteraction","allowMultiCellSelection","allowMultiDrag","allowMultiRowSelection","allowOverlap","allowResizing","allowSwiping","calendarMode","cellHeaderTemplate","cellTemplate","cssClass","currentView","dateFormat","dateHeaderTemplate","dateRangeTemplate","dayHeaderTemplate","editorFooterTemplate","editorHeaderTemplate","editorTemplate","enableAdaptiveUI","enableAllDayScroll","enableHtmlSanitizer","enablePersistence","enableRecurrenceValidation","enableRtl","endHour","eventDragArea","eventSettings","firstDayOfWeek","firstMonthOfYear","group","headerIndentTemplate","headerRows","height","hideEmptyAgendaDays","locale","maxDate","minDate","monthHeaderTemplate","monthsCount","overscanCount","quickInfoOnSelectionEnd","quickInfoTemplates","readonly","resourceHeaderTemplate","resources","rowAutoHeight","selectedDate","showHeaderBar","showQuickInfo","showTimeIndicator","showWeekNumber","showWeekend","startHour","timeFormat","timeScale","timezone","timezoneDataSource","toolbarItems","views","weekRule","width","workDays","workHours"],x=["actionBegin","actionComplete","actionFailure","beforePaste","beforePrint","cellClick","cellDoubleClick","created","dataBinding","dataBound","destroyed","drag","dragStart","dragStop","eventClick","eventDoubleClick","eventRendered","excelExport","hover","moreEventsClick","navigating","popupClose","popupOpen","renderCell","resizeStart","resizeStop","resizing","select","tooltipOpen","virtualScrollStart","virtualScrollStop","currentViewChange","selectedDateChange"],H=["currentView","selectedDate"];e.ScheduleComponent=function(e){function t(t,n,o,a){var i=e.call(this)||this;i.ngEle=t,i.srenderer=n,i.viewContainerRef=o,i.injector=a,i.tags=["views","resources","headerRows","toolbarItems"],i.element=i.ngEle.nativeElement,i.injectedModules=i.injectedModules||[];try{var l=i.injector.get("ScheduleDay");-1===i.injectedModules.indexOf(l)&&i.injectedModules.push(l)}catch(c){}try{l=i.injector.get("ScheduleWeek");-1===i.injectedModules.indexOf(l)&&i.injectedModules.push(l)}catch(d){}try{l=i.injector.get("ScheduleWorkWeek");-1===i.injectedModules.indexOf(l)&&i.injectedModules.push(l)}catch(s){}try{l=i.injector.get("ScheduleMonth");-1===i.injectedModules.indexOf(l)&&i.injectedModules.push(l)}catch(p){}try{l=i.injector.get("ScheduleYear");-1===i.injectedModules.indexOf(l)&&i.injectedModules.push(l)}catch(u){}try{l=i.injector.get("ScheduleAgenda");-1===i.injectedModules.indexOf(l)&&i.injectedModules.push(l)}catch(m){}try{l=i.injector.get("ScheduleMonthAgenda");-1===i.injectedModules.indexOf(l)&&i.injectedModules.push(l)}catch(h){}try{l=i.injector.get("ScheduleTimelineViews");-1===i.injectedModules.indexOf(l)&&i.injectedModules.push(l)}catch(g){}try{l=i.injector.get("ScheduleTimelineMonth");-1===i.injectedModules.indexOf(l)&&i.injectedModules.push(l)}catch(y){}try{l=i.injector.get("ScheduleTimelineYear");-1===i.injectedModules.indexOf(l)&&i.injectedModules.push(l)}catch(f){}try{l=i.injector.get("ScheduleResize");-1===i.injectedModules.indexOf(l)&&i.injectedModules.push(l)}catch(C){}try{l=i.injector.get("ScheduleDragAndDrop");-1===i.injectedModules.indexOf(l)&&i.injectedModules.push(l)}catch(v){}try{l=i.injector.get("ScheduleExcelExport");-1===i.injectedModules.indexOf(l)&&i.injectedModules.push(l)}catch(T){}try{l=i.injector.get("ScheduleICalendarExport");-1===i.injectedModules.indexOf(l)&&i.injectedModules.push(l)}catch(S){}try{l=i.injector.get("ScheduleICalendarImport");-1===i.injectedModules.indexOf(l)&&i.injectedModules.push(l)}catch(j){}try{l=i.injector.get("SchedulePrint");-1===i.injectedModules.indexOf(l)&&i.injectedModules.push(l)}catch(D){}return i.registerEvents(x),i.addTwoWay.call(i,H),r.setValue("currentInstance",i,i.viewContainerRef),i.context=new r.ComponentBase,i}return a(t,e),t.prototype.ngOnInit=function(){this.context.ngOnInit(this)},t.prototype.ngAfterViewInit=function(){this.context.ngAfterViewInit(this)},t.prototype.ngOnDestroy=function(){this.context.ngOnDestroy(this)},t.prototype.ngAfterContentChecked=function(){this.tagObjects[0].instance=this.childViews,this.childResources&&(this.tagObjects[1].instance=this.childResources),this.childHeaderRows&&(this.tagObjects[2].instance=this.childHeaderRows),this.childToolbarItems&&(this.tagObjects[3].instance=this.childToolbarItems),this.context.ngAfterContentChecked(this)},t}(n.Schedule),e.ScheduleComponent.decorators=[{type:t.Component,args:[{selector:"ejs-schedule",inputs:I,outputs:x,template:"",changeDetection:t.ChangeDetectionStrategy.OnPush,queries:{childViews:new t.ContentChild(p),childResources:new t.ContentChild(g),childHeaderRows:new t.ContentChild(S),childToolbarItems:new t.ContentChild(O)}}]}],e.ScheduleComponent.ctorParameters=function(){return[{type:t.ElementRef},{type:t.Renderer2},{type:t.ViewContainerRef},{type:t.Injector}]},e.ScheduleComponent.propDecorators={dateHeaderTemplate:[{type:t.ContentChild,args:["dateHeaderTemplate"]}],dateRangeTemplate:[{type:t.ContentChild,args:["dateRangeTemplate"]}],dayHeaderTemplate:[{type:t.ContentChild,args:["dayHeaderTemplate"]}],cellTemplate:[{type:t.ContentChild,args:["cellTemplate"]}],cellHeaderTemplate:[{type:t.ContentChild,args:["cellHeaderTemplate"]}],eventSettings_tooltipTemplate:[{type:t.ContentChild,args:["eventSettingsTooltipTemplate"]}],eventSettings_template:[{type:t.ContentChild,args:["eventSettingsTemplate"]}],editorTemplate:[{type:t.ContentChild,args:["editorTemplate"]}],editorHeaderTemplate:[{type:t.ContentChild,args:["editorHeaderTemplate"]}],editorFooterTemplate:[{type:t.ContentChild,args:["editorFooterTemplate"]}],monthHeaderTemplate:[{type:t.ContentChild,args:["monthHeaderTemplate"]}],timeScale_minorSlotTemplate:[{type:t.ContentChild,args:["timeScaleMinorSlotTemplate"]}],timeScale_majorSlotTemplate:[{type:t.ContentChild,args:["timeScaleMajorSlotTemplate"]}],resourceHeaderTemplate:[{type:t.ContentChild,args:["resourceHeaderTemplate"]}],headerIndentTemplate:[{type:t.ContentChild,args:["headerIndentTemplate"]}],quickInfoTemplates_header:[{type:t.ContentChild,args:["quickInfoTemplatesHeader"]}],quickInfoTemplates_content:[{type:t.ContentChild,args:["quickInfoTemplatesContent"]}],quickInfoTemplates_footer:[{type:t.ContentChild,args:["quickInfoTemplatesFooter"]}],group_headerTooltipTemplate:[{type:t.ContentChild,args:["groupHeaderTooltipTemplate"]}]},M([r.Template(),E("design:type",Object)],e.ScheduleComponent.prototype,"dateHeaderTemplate",void 0),M([r.Template(),E("design:type",Object)],e.ScheduleComponent.prototype,"dateRangeTemplate",void 0),M([r.Template(),E("design:type",Object)],e.ScheduleComponent.prototype,"dayHeaderTemplate",void 0),M([r.Template(),E("design:type",Object)],e.ScheduleComponent.prototype,"cellTemplate",void 0),M([r.Template(),E("design:type",Object)],e.ScheduleComponent.prototype,"cellHeaderTemplate",void 0),M([r.Template(),E("design:type",Object)],e.ScheduleComponent.prototype,"eventSettings_tooltipTemplate",void 0),M([r.Template(),E("design:type",Object)],e.ScheduleComponent.prototype,"eventSettings_template",void 0),M([r.Template(),E("design:type",Object)],e.ScheduleComponent.prototype,"editorTemplate",void 0),M([r.Template(),E("design:type",Object)],e.ScheduleComponent.prototype,"editorHeaderTemplate",void 0),M([r.Template(),E("design:type",Object)],e.ScheduleComponent.prototype,"editorFooterTemplate",void 0),M([r.Template(),E("design:type",Object)],e.ScheduleComponent.prototype,"monthHeaderTemplate",void 0),M([r.Template(),E("design:type",Object)],e.ScheduleComponent.prototype,"timeScale_minorSlotTemplate",void 0),M([r.Template(),E("design:type",Object)],e.ScheduleComponent.prototype,"timeScale_majorSlotTemplate",void 0),M([r.Template(),E("design:type",Object)],e.ScheduleComponent.prototype,"resourceHeaderTemplate",void 0),M([r.Template(),E("design:type",Object)],e.ScheduleComponent.prototype,"headerIndentTemplate",void 0),M([r.Template(),E("design:type",Object)],e.ScheduleComponent.prototype,"quickInfoTemplates_header",void 0),M([r.Template(),E("design:type",Object)],e.ScheduleComponent.prototype,"quickInfoTemplates_content",void 0),M([r.Template(),E("design:type",Object)],e.ScheduleComponent.prototype,"quickInfoTemplates_footer",void 0),M([r.Template(),E("design:type",Object)],e.ScheduleComponent.prototype,"group_headerTooltipTemplate",void 0),e.ScheduleComponent=M([r.ComponentMixins([r.ComponentBase]),E("design:paramtypes",[t.ElementRef,t.Renderer2,t.ViewContainerRef,t.Injector])],e.ScheduleComponent);var k=function(){return function(){}}();k.decorators=[{type:t.NgModule,args:[{imports:[o.CommonModule],declarations:[e.ScheduleComponent,s,p,h,g,T,S,w,O],exports:[e.ScheduleComponent,s,p,h,g,T,S,w,O]}]}],k.ctorParameters=function(){return[]};var _={provide:"ScheduleDay",useValue:n.Day},P={provide:"ScheduleWeek",useValue:n.Week},V={provide:"ScheduleWorkWeek",useValue:n.WorkWeek},W={provide:"ScheduleMonth",useValue:n.Month},A={provide:"ScheduleYear",useValue:n.Year},F={provide:"ScheduleAgenda",useValue:n.Agenda},q={provide:"ScheduleMonthAgenda",useValue:n.MonthAgenda},z={provide:"ScheduleTimelineViews",useValue:n.TimelineViews},B={provide:"ScheduleTimelineMonth",useValue:n.TimelineMonth},Y={provide:"ScheduleTimelineYear",useValue:n.TimelineYear},L={provide:"ScheduleResize",useValue:n.Resize},U={provide:"ScheduleDragAndDrop",useValue:n.DragAndDrop},N={provide:"ScheduleExcelExport",useValue:n.ExcelExport},K={provide:"ScheduleICalendarExport",useValue:n.ICalendarExport},G={provide:"ScheduleICalendarImport",useValue:n.ICalendarImport},X={provide:"SchedulePrint",useValue:n.Print},Q=function(){return function(){}}();Q.decorators=[{type:t.NgModule,args:[{imports:[o.CommonModule,k],exports:[k],providers:[_,P,V,W,A,F,q,z,B,Y,L,U,N,K,G,X]}]}],Q.ctorParameters=function(){return[]};var J=this&&this.__decorate||function(e,t,r,n){var o,a=arguments.length,i=a<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,r,n);else for(var l=e.length-1;l>=0;l--)(o=e[l])&&(i=(a<3?o(i):a>3?o(t,r,i):o(t,r))||i);return a>3&&i&&Object.defineProperty(t,r,i),i},Z=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},$=["calendarMode","cssClass","dateFormat","enablePersistence","enableRtl","endTypes","firstDayOfWeek","frequencies","locale","maxDate","minDate","selectedType","startDate","value"],ee=["change","created","destroyed"],te=[];e.RecurrenceEditorComponent=function(e){function t(t,n,o,a){var i=e.call(this)||this;return i.ngEle=t,i.srenderer=n,i.viewContainerRef=o,i.injector=a,i.element=i.ngEle.nativeElement,i.injectedModules=i.injectedModules||[],i.registerEvents(ee),i.addTwoWay.call(i,te),r.setValue("currentInstance",i,i.viewContainerRef),i.context=new r.ComponentBase,i}return a(t,e),t.prototype.ngOnInit=function(){this.context.ngOnInit(this)},t.prototype.ngAfterViewInit=function(){this.context.ngAfterViewInit(this)},t.prototype.ngOnDestroy=function(){this.context.ngOnDestroy(this)},t.prototype.ngAfterContentChecked=function(){this.context.ngAfterContentChecked(this)},t}(n.RecurrenceEditor),e.RecurrenceEditorComponent.decorators=[{type:t.Component,args:[{selector:"ejs-recurrenceeditor",inputs:$,outputs:ee,template:"",changeDetection:t.ChangeDetectionStrategy.OnPush,queries:{}}]}],e.RecurrenceEditorComponent.ctorParameters=function(){return[{type:t.ElementRef},{type:t.Renderer2},{type:t.ViewContainerRef},{type:t.Injector}]},e.RecurrenceEditorComponent=J([r.ComponentMixins([r.ComponentBase]),Z("design:paramtypes",[t.ElementRef,t.Renderer2,t.ViewContainerRef,t.Injector])],e.RecurrenceEditorComponent);var re=function(){return function(){}}();re.decorators=[{type:t.NgModule,args:[{imports:[o.CommonModule],declarations:[e.RecurrenceEditorComponent],exports:[e.RecurrenceEditorComponent]}]}],re.ctorParameters=function(){return[]};var ne=function(){return function(){}}();ne.decorators=[{type:t.NgModule,args:[{imports:[o.CommonModule,re],exports:[re],providers:[]}]}],ne.ctorParameters=function(){return[]},e.ViewDirective=s,e.ViewsDirective=p,e.ResourceDirective=h,e.ResourcesDirective=g,e.HeaderRowDirective=T,e.HeaderRowsDirective=S,e.ToolbarItemDirective=w,e.ToolbarItemsDirective=O,e.ScheduleModule=k,e.ScheduleAllModule=Q,e.DayService=_,e.WeekService=P,e.WorkWeekService=V,e.MonthService=W,e.YearService=A,e.AgendaService=F,e.MonthAgendaService=q,e.TimelineViewsService=z,e.TimelineMonthService=B,e.TimelineYearService=Y,e.ResizeService=L,e.DragAndDropService=U,e.ExcelExportService=N,e.ICalendarExportService=K,e.ICalendarImportService=G,e.PrintService=X,e.RecurrenceEditorModule=re,e.RecurrenceEditorAllModule=ne,e.ɵc=$,e.ɵd=ee,e.ɵa=I,e.ɵb=x,e.Schedule=n.Schedule,e.cellClick=n.cellClick,e.cellDoubleClick=n.cellDoubleClick,e.moreEventsClick=n.moreEventsClick,e.select=n.select,e.hover=n.hover,e.actionBegin=n.actionBegin,e.actionComplete=n.actionComplete,e.actionFailure=n.actionFailure,e.navigating=n.navigating,e.renderCell=n.renderCell,e.eventClick=n.eventClick,e.eventDoubleClick=n.eventDoubleClick,e.eventRendered=n.eventRendered,e.dataBinding=n.dataBinding,e.dataBound=n.dataBound,e.popupOpen=n.popupOpen,e.popupClose=n.popupClose,e.dragStart=n.dragStart,e.drag=n.drag,e.dragStop=n.dragStop,e.resizeStart=n.resizeStart,e.resizing=n.resizing,e.resizeStop=n.resizeStop,e.inlineClick=n.inlineClick,e.cellSelect=n.cellSelect,e.virtualScrollStart=n.virtualScrollStart,e.virtualScrollStop=n.virtualScrollStop,e.noEvents=n.noEvents,e.agendaCells=n.agendaCells,e.resourceHeader=n.resourceHeader,e.dateHeader=n.dateHeader,e.beforePaste=n.beforePaste,e.beforePrint=n.beforePrint,e.excelExport=n.excelExport,e.tooltipOpen=n.tooltipOpen,e.initialLoad=n.initialLoad,e.initialEnd=n.initialEnd,e.print=n.print,e.dataReady=n.dataReady,e.eventsLoaded=n.eventsLoaded,e.contentReady=n.contentReady,e.scroll=n.scroll,e.virtualScroll=n.virtualScroll,e.scrollUiUpdate=n.scrollUiUpdate,e.uiUpdate=n.uiUpdate,e.documentClick=n.documentClick,e.documentPaste=n.documentPaste,e.cellMouseDown=n.cellMouseDown,e.WEEK_LENGTH=n.WEEK_LENGTH,e.DEFAULT_WEEKS=n.DEFAULT_WEEKS,e.MS_PER_DAY=n.MS_PER_DAY,e.MS_PER_MINUTE=n.MS_PER_MINUTE,e.getElementHeightFromClass=n.getElementHeightFromClass,e.getElementWidthFromClass=n.getElementWidthFromClass,e.getTranslateY=n.getTranslateY,e.getTranslateX=n.getTranslateX,e.getWeekFirstDate=n.getWeekFirstDate,e.getWeekLastDate=n.getWeekLastDate,e.firstDateOfMonth=n.firstDateOfMonth,e.lastDateOfMonth=n.lastDateOfMonth,e.getWeekNumber=n.getWeekNumber,e.getWeekMiddleDate=n.getWeekMiddleDate,e.setTime=n.setTime,e.resetTime=n.resetTime,e.getDateInMs=n.getDateInMs,e.getDateCount=n.getDateCount,e.addDays=n.addDays,e.addMonths=n.addMonths,e.addYears=n.addYears,e.getStartEndHours=n.getStartEndHours,e.getMaxDays=n.getMaxDays,e.getDaysCount=n.getDaysCount,e.getDateFromString=n.getDateFromString,e.getScrollBarWidth=n.getScrollBarWidth,e.resetScrollbarWidth=n.resetScrollbarWidth,e.findIndexInData=n.findIndexInData,e.getOuterHeight=n.getOuterHeight,e.removeChildren=n.removeChildren,e.isDaylightSavingTime=n.isDaylightSavingTime,e.getUniversalTime=n.getUniversalTime,e.isMobile=n.isMobile,e.isIPadDevice=n.isIPadDevice,e.capitalizeFirstWord=n.capitalizeFirstWord,e.getElementWidth=n.getElementWidth,e.getElementHeight=n.getElementHeight,e.getElementTop=n.getElementTop,e.Resize=n.Resize,e.DragAndDrop=n.DragAndDrop,e.HeaderRenderer=n.HeaderRenderer,e.ViewBase=n.ViewBase,e.Day=n.Day,e.Week=n.Week,e.WorkWeek=n.WorkWeek,e.Month=n.Month,e.Year=n.Year,e.Agenda=n.Agenda,e.MonthAgenda=n.MonthAgenda,e.TimelineViews=n.TimelineViews,e.TimelineMonth=n.TimelineMonth,e.TimelineYear=n.TimelineYear,e.Timezone=n.Timezone,e.timezoneData=n.timezoneData,e.ICalendarExport=n.ICalendarExport,e.ICalendarImport=n.ICalendarImport,e.ExcelExport=n.ExcelExport,e.Print=n.Print,e.RecurrenceEditor=n.RecurrenceEditor,e.generateSummary=n.generateSummary,e.generate=n.generate,e.getDateFromRecurrenceDateString=n.getDateFromRecurrenceDateString,e.extractObjectFromRule=n.extractObjectFromRule,e.getCalendarUtil=n.getCalendarUtil,e.getRecurrenceStringFromDate=n.getRecurrenceStringFromDate,e.Gregorian=n.Gregorian,e.Islamic=n.Islamic,Object.defineProperty(e,"__esModule",{value:!0})});
11
+ //# sourceMappingURL=ej2-angular-schedule.umd.min.js.map