@syncfusion/ej2-angular-calendars 25.2.7-ngcc → 26.1.35-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 (122) hide show
  1. package/dist/ej2-angular-calendars.umd.js +1 -1
  2. package/dist/ej2-angular-calendars.umd.min.js +2 -2
  3. package/dist/ej2-angular-calendars.umd.min.js.map +1 -1
  4. package/package.json +9 -9
  5. package/schematics/utils/lib-details.js +2 -2
  6. package/schematics/utils/lib-details.ts +2 -2
  7. package/styles/bootstrap-dark.css +3032 -1
  8. package/styles/bootstrap.css +3040 -1
  9. package/styles/bootstrap4.css +3068 -1
  10. package/styles/bootstrap5-dark.css +3200 -1
  11. package/styles/bootstrap5.css +3200 -1
  12. package/styles/calendar/bootstrap-dark.css +872 -1
  13. package/styles/calendar/bootstrap.css +873 -1
  14. package/styles/calendar/bootstrap4.css +873 -1
  15. package/styles/calendar/bootstrap5-dark.css +943 -1
  16. package/styles/calendar/bootstrap5.css +943 -1
  17. package/styles/calendar/fabric-dark.css +880 -1
  18. package/styles/calendar/fabric.css +885 -1
  19. package/styles/calendar/fluent-dark.css +1059 -1
  20. package/styles/calendar/fluent.css +1059 -1
  21. package/styles/calendar/fluent2.css +2022 -0
  22. package/styles/calendar/fluent2.scss +1 -0
  23. package/styles/calendar/highcontrast-light.css +874 -1
  24. package/styles/calendar/highcontrast.css +885 -1
  25. package/styles/calendar/material-dark.css +884 -1
  26. package/styles/calendar/material.css +885 -1
  27. package/styles/calendar/material3-dark.css +1002 -1
  28. package/styles/calendar/material3.css +1114 -1
  29. package/styles/calendar/tailwind-dark.css +975 -1
  30. package/styles/calendar/tailwind.css +975 -1
  31. package/styles/datepicker/bootstrap-dark.css +447 -1
  32. package/styles/datepicker/bootstrap.css +448 -1
  33. package/styles/datepicker/bootstrap4.css +460 -1
  34. package/styles/datepicker/bootstrap5-dark.css +459 -1
  35. package/styles/datepicker/bootstrap5.css +459 -1
  36. package/styles/datepicker/fabric-dark.css +440 -1
  37. package/styles/datepicker/fabric.css +441 -1
  38. package/styles/datepicker/fluent-dark.css +459 -1
  39. package/styles/datepicker/fluent.css +459 -1
  40. package/styles/datepicker/fluent2.css +1680 -0
  41. package/styles/datepicker/fluent2.scss +1 -0
  42. package/styles/datepicker/highcontrast-light.css +453 -1
  43. package/styles/datepicker/highcontrast.css +454 -1
  44. package/styles/datepicker/material-dark.css +498 -1
  45. package/styles/datepicker/material.css +519 -1
  46. package/styles/datepicker/material3-dark.css +616 -1
  47. package/styles/datepicker/material3.css +728 -1
  48. package/styles/datepicker/tailwind-dark.css +464 -1
  49. package/styles/datepicker/tailwind.css +464 -1
  50. package/styles/daterangepicker/bootstrap-dark.css +1198 -1
  51. package/styles/daterangepicker/bootstrap.css +1204 -1
  52. package/styles/daterangepicker/bootstrap4.css +1216 -1
  53. package/styles/daterangepicker/bootstrap5-dark.css +1279 -1
  54. package/styles/daterangepicker/bootstrap5.css +1279 -1
  55. package/styles/daterangepicker/fabric-dark.css +1198 -1
  56. package/styles/daterangepicker/fabric.css +1199 -1
  57. package/styles/daterangepicker/fluent-dark.css +1322 -1
  58. package/styles/daterangepicker/fluent.css +1322 -1
  59. package/styles/daterangepicker/fluent2.css +2465 -0
  60. package/styles/daterangepicker/fluent2.scss +1 -0
  61. package/styles/daterangepicker/highcontrast-light.css +1198 -1
  62. package/styles/daterangepicker/highcontrast.css +1199 -1
  63. package/styles/daterangepicker/material-dark.css +1244 -1
  64. package/styles/daterangepicker/material.css +1270 -1
  65. package/styles/daterangepicker/material3-dark.css +1427 -1
  66. package/styles/daterangepicker/material3.css +1539 -1
  67. package/styles/daterangepicker/tailwind-dark.css +1219 -1
  68. package/styles/daterangepicker/tailwind.css +1219 -1
  69. package/styles/datetimepicker/bootstrap-dark.css +194 -1
  70. package/styles/datetimepicker/bootstrap.css +194 -1
  71. package/styles/datetimepicker/bootstrap4.css +196 -1
  72. package/styles/datetimepicker/bootstrap5-dark.css +195 -1
  73. package/styles/datetimepicker/bootstrap5.css +195 -1
  74. package/styles/datetimepicker/fabric-dark.css +194 -1
  75. package/styles/datetimepicker/fabric.css +194 -1
  76. package/styles/datetimepicker/fluent-dark.css +195 -1
  77. package/styles/datetimepicker/fluent.css +195 -1
  78. package/styles/datetimepicker/fluent2.css +1408 -0
  79. package/styles/datetimepicker/fluent2.scss +1 -0
  80. package/styles/datetimepicker/highcontrast-light.css +194 -1
  81. package/styles/datetimepicker/highcontrast.css +194 -1
  82. package/styles/datetimepicker/material-dark.css +252 -1
  83. package/styles/datetimepicker/material.css +281 -1
  84. package/styles/datetimepicker/material3-dark.css +363 -1
  85. package/styles/datetimepicker/material3.css +475 -1
  86. package/styles/datetimepicker/tailwind-dark.css +195 -1
  87. package/styles/datetimepicker/tailwind.css +195 -1
  88. package/styles/fabric-dark.css +3033 -1
  89. package/styles/fabric.css +3040 -1
  90. package/styles/fluent-dark.css +3357 -1
  91. package/styles/fluent.css +3357 -1
  92. package/styles/fluent2.css +9059 -0
  93. package/styles/fluent2.scss +5 -0
  94. package/styles/highcontrast-light.css +3040 -1
  95. package/styles/highcontrast.css +3053 -1
  96. package/styles/material-dark.css +3224 -1
  97. package/styles/material.css +3291 -1
  98. package/styles/material3-dark.css +3845 -1
  99. package/styles/material3.css +4405 -1
  100. package/styles/tailwind-dark.css +3175 -1
  101. package/styles/tailwind.css +3175 -1
  102. package/styles/timepicker/bootstrap-dark.css +317 -1
  103. package/styles/timepicker/bootstrap.css +317 -1
  104. package/styles/timepicker/bootstrap4.css +319 -1
  105. package/styles/timepicker/bootstrap5-dark.css +320 -1
  106. package/styles/timepicker/bootstrap5.css +320 -1
  107. package/styles/timepicker/fabric-dark.css +317 -1
  108. package/styles/timepicker/fabric.css +317 -1
  109. package/styles/timepicker/fluent-dark.css +318 -1
  110. package/styles/timepicker/fluent.css +318 -1
  111. package/styles/timepicker/fluent2.css +1531 -0
  112. package/styles/timepicker/fluent2.scss +1 -0
  113. package/styles/timepicker/highcontrast-light.css +317 -1
  114. package/styles/timepicker/highcontrast.css +317 -1
  115. package/styles/timepicker/material-dark.css +363 -1
  116. package/styles/timepicker/material.css +383 -1
  117. package/styles/timepicker/material3-dark.css +484 -1
  118. package/styles/timepicker/material3.css +596 -1
  119. package/styles/timepicker/tailwind-dark.css +318 -1
  120. package/styles/timepicker/tailwind.css +318 -1
  121. package/CHANGELOG.md +0 -1378
  122. package/postinstall/tagchange.js +0 -18
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-angular-calendars.umd.js
3
- * version : 25.2.7
3
+ * version : 26.1.35
4
4
  * Copyright Syncfusion Inc. 2001 - 2023. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
@@ -1,11 +1,11 @@
1
1
  /*!
2
2
  * filename: ej2-angular-calendars.umd.min.js
3
- * version : 25.2.7
3
+ * version : 26.1.35
4
4
  * Copyright Syncfusion Inc. 2001 - 2023. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
7
7
  * licensing@syncfusion.com. Any infringement will be prosecuted under
8
8
  * applicable laws.
9
9
  */
10
- !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("@angular/core"),require("@angular/forms"),require("@syncfusion/ej2-angular-base"),require("@syncfusion/ej2-calendars"),require("@angular/common")):"function"==typeof define&&define.amd?define(["exports","@angular/core","@angular/forms","@syncfusion/ej2-angular-base","@syncfusion/ej2-calendars","@angular/common"],t):t(e["ej2-angular-calendars"]={},e.ng.core,e.ng.forms,e.ej2.angular.base,e.ej2.calendars,e.ng.common)}(this,function(e,t,n,r,o,a){"use strict";var i=this&&this.__extends||function(){var e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])};return function(t,n){function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),s=this&&this.__decorate||function(e,t,n,r){var o,a=arguments.length,i=a<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,r);else for(var s=e.length-1;s>=0;s--)(o=e[s])&&(i=(a<3?o(i):a>3?o(t,n,i):o(t,n))||i);return a>3&&i&&Object.defineProperty(t,n,i),i},c=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},l=["calendarMode","cssClass","dayHeaderFormat","depth","enablePersistence","enableRtl","enabled","firstDayOfWeek","isMultiSelection","keyConfigs","locale","max","min","serverTimezoneOffset","showTodayButton","start","value","values","weekNumber","weekRule"],u=["focus","blur","change","created","destroyed","navigated","renderDayCell","valueChange","valuesChange"],p=["value","values"];e.CalendarComponent=d=function(e){function t(t,n,o,a,i){var s=e.call(this)||this;s.ngEle=t,s.srenderer=n,s.viewContainerRef=o,s.injector=a,s.cdr=i,s.element=s.ngEle.nativeElement,s.injectedModules=s.injectedModules||[];try{var c=s.injector.get("CalendarsIslamic");-1===s.injectedModules.indexOf(c)&&s.injectedModules.push(c)}catch(l){}return s.registerEvents(u),s.addTwoWay.call(s,p),r.setValue("currentInstance",s,s.viewContainerRef),s.formContext=new r.FormBase,s.formCompContext=new r.ComponentBase,s}return i(t,e),t.prototype.registerOnChange=function(e){},t.prototype.registerOnTouched=function(e){},t.prototype.writeValue=function(e){},t.prototype.setDisabledState=function(e){},t.prototype.ngOnInit=function(){this.formCompContext.ngOnInit(this)},t.prototype.ngAfterViewInit=function(){this.formContext.ngAfterViewInit(this)},t.prototype.ngOnDestroy=function(){this.formCompContext.ngOnDestroy(this)},t.prototype.ngAfterContentChecked=function(){this.formCompContext.ngAfterContentChecked(this)},t}(o.Calendar),e.CalendarComponent.decorators=[{type:t.Component,args:[{selector:"ejs-calendar",inputs:l,outputs:u,template:"",changeDetection:t.ChangeDetectionStrategy.OnPush,providers:[{provide:n.NG_VALUE_ACCESSOR,useExisting:t.forwardRef(function(){return d}),multi:!0}],queries:{}}]}],e.CalendarComponent.ctorParameters=function(){return[{type:t.ElementRef},{type:t.Renderer2},{type:t.ViewContainerRef},{type:t.Injector},{type:t.ChangeDetectorRef}]},e.CalendarComponent=d=s([r.ComponentMixins([r.ComponentBase,r.FormBase]),c("design:paramtypes",[t.ElementRef,t.Renderer2,t.ViewContainerRef,t.Injector,t.ChangeDetectorRef])],e.CalendarComponent);var d,f=function(){return function(){}}();f.decorators=[{type:t.NgModule,args:[{imports:[a.CommonModule],declarations:[e.CalendarComponent],exports:[e.CalendarComponent]}]}],f.ctorParameters=function(){return[]};var m={provide:"CalendarsIslamic",useValue:o.Islamic},C=function(){return function(){}}();C.decorators=[{type:t.NgModule,args:[{imports:[a.CommonModule,f],exports:[f],providers:[m]}]}],C.ctorParameters=function(){return[]};var g=this&&this.__decorate||function(e,t,n,r){var o,a=arguments.length,i=a<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,r);else for(var s=e.length-1;s>=0;s--)(o=e[s])&&(i=(a<3?o(i):a>3?o(t,n,i):o(t,n))||i);return a>3&&i&&Object.defineProperty(t,n,i),i},y=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},h=["allowEdit","calendarMode","cssClass","dayHeaderFormat","depth","enableMask","enablePersistence","enableRtl","enabled","firstDayOfWeek","floatLabelType","format","fullScreenMode","htmlAttributes","isMultiSelection","keyConfigs","locale","maskPlaceholder","max","min","openOnFocus","placeholder","readonly","serverTimezoneOffset","showClearButton","showTodayButton","start","strictMode","value","values","weekNumber","weekRule","width","zIndex"],v=["blur","change","cleared","close","created","destroyed","focus","navigated","open","renderDayCell","valueChange"],R=["value"];e.DatePickerComponent=D=function(e){function t(t,n,o,a,i){var s=e.call(this)||this;s.ngEle=t,s.srenderer=n,s.viewContainerRef=o,s.injector=a,s.cdr=i,s.skipFromEvent=!0,s.element=s.ngEle.nativeElement,s.injectedModules=s.injectedModules||[];try{var c=s.injector.get("CalendarsIslamic");-1===s.injectedModules.indexOf(c)&&s.injectedModules.push(c)}catch(l){}try{c=s.injector.get("CalendarsMaskedDateTime");-1===s.injectedModules.indexOf(c)&&s.injectedModules.push(c)}catch(u){}return s.registerEvents(v),s.addTwoWay.call(s,R),r.setValue("currentInstance",s,s.viewContainerRef),s.formContext=new r.FormBase,s.formCompContext=new r.ComponentBase,s}return i(t,e),t.prototype.registerOnChange=function(e){},t.prototype.registerOnTouched=function(e){},t.prototype.writeValue=function(e){},t.prototype.setDisabledState=function(e){},t.prototype.ngOnInit=function(){this.formCompContext.ngOnInit(this)},t.prototype.ngAfterViewInit=function(){this.formContext.ngAfterViewInit(this)},t.prototype.ngOnDestroy=function(){this.formCompContext.ngOnDestroy(this)},t.prototype.ngAfterContentChecked=function(){this.formCompContext.ngAfterContentChecked(this)},t}(o.DatePicker),e.DatePickerComponent.decorators=[{type:t.Component,args:[{selector:"ejs-datepicker",inputs:h,outputs:v,template:"",changeDetection:t.ChangeDetectionStrategy.OnPush,providers:[{provide:n.NG_VALUE_ACCESSOR,useExisting:t.forwardRef(function(){return D}),multi:!0}],queries:{}}]}],e.DatePickerComponent.ctorParameters=function(){return[{type:t.ElementRef},{type:t.Renderer2},{type:t.ViewContainerRef},{type:t.Injector},{type:t.ChangeDetectorRef}]},e.DatePickerComponent=D=g([r.ComponentMixins([r.ComponentBase,r.FormBase]),y("design:paramtypes",[t.ElementRef,t.Renderer2,t.ViewContainerRef,t.Injector,t.ChangeDetectorRef])],e.DatePickerComponent);var D,k=function(){return function(){}}();k.decorators=[{type:t.NgModule,args:[{imports:[a.CommonModule],declarations:[e.DatePickerComponent],exports:[e.DatePickerComponent]}]}],k.ctorParameters=function(){return[]};var P={provide:"CalendarsMaskedDateTime",useValue:o.MaskedDateTime},w=function(){return function(){}}();w.decorators=[{type:t.NgModule,args:[{imports:[a.CommonModule,k],exports:[k],providers:[P]}]}],w.ctorParameters=function(){return[]};var M=this&&this.__decorate||function(e,t,n,r){var o,a=arguments.length,i=a<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,r);else for(var s=e.length-1;s>=0;s--)(o=e[s])&&(i=(a<3?o(i):a>3?o(t,n,i):o(t,n))||i);return a>3&&i&&Object.defineProperty(t,n,i),i},j=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},O=["allowEdit","cssClass","enableMask","enablePersistence","enableRtl","enabled","floatLabelType","format","fullScreenMode","htmlAttributes","keyConfigs","locale","maskPlaceholder","max","min","openOnFocus","placeholder","readonly","scrollTo","serverTimezoneOffset","showClearButton","step","strictMode","value","width","zIndex"],b=["blur","change","cleared","close","created","destroyed","focus","itemRender","open","valueChange"],x=["value"];e.TimePickerComponent=T=function(e){function t(t,n,o,a,i){var s=e.call(this)||this;s.ngEle=t,s.srenderer=n,s.viewContainerRef=o,s.injector=a,s.cdr=i,s.skipFromEvent=!0,s.element=s.ngEle.nativeElement,s.injectedModules=s.injectedModules||[];try{var c=s.injector.get("CalendarsMaskedDateTime");-1===s.injectedModules.indexOf(c)&&s.injectedModules.push(c)}catch(l){}return s.registerEvents(b),s.addTwoWay.call(s,x),r.setValue("currentInstance",s,s.viewContainerRef),s.formContext=new r.FormBase,s.formCompContext=new r.ComponentBase,s}return i(t,e),t.prototype.registerOnChange=function(e){},t.prototype.registerOnTouched=function(e){},t.prototype.writeValue=function(e){},t.prototype.setDisabledState=function(e){},t.prototype.ngOnInit=function(){this.formCompContext.ngOnInit(this)},t.prototype.ngAfterViewInit=function(){this.formContext.ngAfterViewInit(this)},t.prototype.ngOnDestroy=function(){this.formCompContext.ngOnDestroy(this)},t.prototype.ngAfterContentChecked=function(){this.formCompContext.ngAfterContentChecked(this)},t}(o.TimePicker),e.TimePickerComponent.decorators=[{type:t.Component,args:[{selector:"ejs-timepicker",inputs:O,outputs:b,template:"",changeDetection:t.ChangeDetectionStrategy.OnPush,providers:[{provide:n.NG_VALUE_ACCESSOR,useExisting:t.forwardRef(function(){return T}),multi:!0}],queries:{}}]}],e.TimePickerComponent.ctorParameters=function(){return[{type:t.ElementRef},{type:t.Renderer2},{type:t.ViewContainerRef},{type:t.Injector},{type:t.ChangeDetectorRef}]},e.TimePickerComponent=T=M([r.ComponentMixins([r.ComponentBase,r.FormBase]),j("design:paramtypes",[t.ElementRef,t.Renderer2,t.ViewContainerRef,t.Injector,t.ChangeDetectorRef])],e.TimePickerComponent);var T,E=function(){return function(){}}();E.decorators=[{type:t.NgModule,args:[{imports:[a.CommonModule],declarations:[e.TimePickerComponent],exports:[e.TimePickerComponent]}]}],E.ctorParameters=function(){return[]};var I=function(){return function(){}}();I.decorators=[{type:t.NgModule,args:[{imports:[a.CommonModule,E],exports:[E],providers:[]}]}],I.ctorParameters=function(){return[]};var _=["end","label","start"],A=[],V=function(e){function t(t){var n=e.call(this)||this;return n.viewContainerRef=t,r.setValue("currentInstance",n,n.viewContainerRef),n.registerEvents(A),n.directivePropList=_,n}return i(t,e),t}(r.ComplexBase);V.decorators=[{type:t.Directive,args:[{selector:"e-presets>e-preset",inputs:_,outputs:A,queries:{}}]}],V.ctorParameters=function(){return[{type:t.ViewContainerRef}]};var B=function(e){function t(){return e.call(this,"presets")||this}return i(t,e),t}(r.ArrayBase);B.decorators=[{type:t.Directive,args:[{selector:"ejs-daterangepicker>e-presets",queries:{children:new t.ContentChildren(V)}}]}],B.ctorParameters=function(){return[]};var S=this&&this.__decorate||function(e,t,n,r){var o,a=arguments.length,i=a<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,r);else for(var s=e.length-1;s>=0;s--)(o=e[s])&&(i=(a<3?o(i):a>3?o(t,n,i):o(t,n))||i);return a>3&&i&&Object.defineProperty(t,n,i),i},F=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},N=["allowEdit","calendarMode","cssClass","dayHeaderFormat","depth","enablePersistence","enableRtl","enabled","endDate","firstDayOfWeek","floatLabelType","format","fullScreenMode","htmlAttributes","keyConfigs","locale","max","maxDays","min","minDays","openOnFocus","placeholder","presets","readonly","separator","serverTimezoneOffset","showClearButton","start","startDate","strictMode","value","weekNumber","weekRule","width","zIndex"],q=["blur","change","cleared","close","created","destroyed","focus","navigated","open","renderDayCell","select","startDateChange","endDateChange","valueChange"],L=["startDate","endDate","value"];e.DateRangePickerComponent=z=function(e){function t(t,n,o,a,i){var s=e.call(this)||this;return s.ngEle=t,s.srenderer=n,s.viewContainerRef=o,s.injector=a,s.cdr=i,s.tags=["presets"],s.skipFromEvent=!0,s.element=s.ngEle.nativeElement,s.injectedModules=s.injectedModules||[],s.registerEvents(q),s.addTwoWay.call(s,L),r.setValue("currentInstance",s,s.viewContainerRef),s.formContext=new r.FormBase,s.formCompContext=new r.ComponentBase,s}return i(t,e),t.prototype.registerOnChange=function(e){},t.prototype.registerOnTouched=function(e){},t.prototype.writeValue=function(e){},t.prototype.setDisabledState=function(e){},t.prototype.ngOnInit=function(){this.formCompContext.ngOnInit(this)},t.prototype.ngAfterViewInit=function(){this.formContext.ngAfterViewInit(this)},t.prototype.ngOnDestroy=function(){this.formCompContext.ngOnDestroy(this)},t.prototype.ngAfterContentChecked=function(){this.tagObjects[0].instance=this.childPresets,this.formCompContext.ngAfterContentChecked(this)},t}(o.DateRangePicker),e.DateRangePickerComponent.decorators=[{type:t.Component,args:[{selector:"ejs-daterangepicker",inputs:N,outputs:q,template:"",changeDetection:t.ChangeDetectionStrategy.OnPush,providers:[{provide:n.NG_VALUE_ACCESSOR,useExisting:t.forwardRef(function(){return z}),multi:!0}],queries:{childPresets:new t.ContentChild(B)}}]}],e.DateRangePickerComponent.ctorParameters=function(){return[{type:t.ElementRef},{type:t.Renderer2},{type:t.ViewContainerRef},{type:t.Injector},{type:t.ChangeDetectorRef}]},e.DateRangePickerComponent.propDecorators={start:[{type:t.ContentChild,args:["start"]}],end:[{type:t.ContentChild,args:["end"]}]},S([r.Template(),F("design:type",Object)],e.DateRangePickerComponent.prototype,"start",void 0),S([r.Template(),F("design:type",Object)],e.DateRangePickerComponent.prototype,"end",void 0),e.DateRangePickerComponent=z=S([r.ComponentMixins([r.ComponentBase,r.FormBase]),F("design:paramtypes",[t.ElementRef,t.Renderer2,t.ViewContainerRef,t.Injector,t.ChangeDetectorRef])],e.DateRangePickerComponent);var z,W=function(){return function(){}}();W.decorators=[{type:t.NgModule,args:[{imports:[a.CommonModule],declarations:[e.DateRangePickerComponent,V,B],exports:[e.DateRangePickerComponent,V,B]}]}],W.ctorParameters=function(){return[]};var G=function(){return function(){}}();G.decorators=[{type:t.NgModule,args:[{imports:[a.CommonModule,W],exports:[W],providers:[]}]}],G.ctorParameters=function(){return[]};var U=this&&this.__decorate||function(e,t,n,r){var o,a=arguments.length,i=a<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,r);else for(var s=e.length-1;s>=0;s--)(o=e[s])&&(i=(a<3?o(i):a>3?o(t,n,i):o(t,n))||i);return a>3&&i&&Object.defineProperty(t,n,i),i},H=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},J=["allowEdit","calendarMode","cssClass","dayHeaderFormat","depth","enableMask","enablePersistence","enableRtl","enabled","firstDayOfWeek","floatLabelType","format","fullScreenMode","htmlAttributes","isMultiSelection","keyConfigs","locale","maskPlaceholder","max","min","openOnFocus","placeholder","readonly","scrollTo","serverTimezoneOffset","showClearButton","showTodayButton","start","step","strictMode","timeFormat","value","values","weekNumber","weekRule","width","zIndex"],K=["blur","change","cleared","close","created","destroyed","focus","navigated","open","renderDayCell","valueChange"],Q=["value"];e.DateTimePickerComponent=X=function(e){function t(t,n,o,a,i){var s=e.call(this)||this;s.ngEle=t,s.srenderer=n,s.viewContainerRef=o,s.injector=a,s.cdr=i,s.skipFromEvent=!0,s.element=s.ngEle.nativeElement,s.injectedModules=s.injectedModules||[];try{var c=s.injector.get("CalendarsIslamic");-1===s.injectedModules.indexOf(c)&&s.injectedModules.push(c)}catch(l){}try{c=s.injector.get("CalendarsMaskedDateTime");-1===s.injectedModules.indexOf(c)&&s.injectedModules.push(c)}catch(u){}return s.registerEvents(K),s.addTwoWay.call(s,Q),r.setValue("currentInstance",s,s.viewContainerRef),s.formContext=new r.FormBase,s.formCompContext=new r.ComponentBase,s}return i(t,e),t.prototype.registerOnChange=function(e){},t.prototype.registerOnTouched=function(e){},t.prototype.writeValue=function(e){},t.prototype.setDisabledState=function(e){},t.prototype.ngOnInit=function(){this.formCompContext.ngOnInit(this)},t.prototype.ngAfterViewInit=function(){this.formContext.ngAfterViewInit(this)},t.prototype.ngOnDestroy=function(){this.formCompContext.ngOnDestroy(this)},t.prototype.ngAfterContentChecked=function(){this.formCompContext.ngAfterContentChecked(this)},t}(o.DateTimePicker),e.DateTimePickerComponent.decorators=[{type:t.Component,args:[{selector:"ejs-datetimepicker",inputs:J,outputs:K,template:"",changeDetection:t.ChangeDetectionStrategy.OnPush,providers:[{provide:n.NG_VALUE_ACCESSOR,useExisting:t.forwardRef(function(){return X}),multi:!0}],queries:{}}]}],e.DateTimePickerComponent.ctorParameters=function(){return[{type:t.ElementRef},{type:t.Renderer2},{type:t.ViewContainerRef},{type:t.Injector},{type:t.ChangeDetectorRef}]},e.DateTimePickerComponent=X=U([r.ComponentMixins([r.ComponentBase,r.FormBase]),H("design:paramtypes",[t.ElementRef,t.Renderer2,t.ViewContainerRef,t.Injector,t.ChangeDetectorRef])],e.DateTimePickerComponent);var X,Y=function(){return function(){}}();Y.decorators=[{type:t.NgModule,args:[{imports:[a.CommonModule],declarations:[e.DateTimePickerComponent],exports:[e.DateTimePickerComponent]}]}],Y.ctorParameters=function(){return[]};var Z=function(){return function(){}}();Z.decorators=[{type:t.NgModule,args:[{imports:[a.CommonModule,Y],exports:[Y],providers:[]}]}],Z.ctorParameters=function(){return[]},e.CalendarModule=f,e.CalendarAllModule=C,e.IslamicService=m,e.DatePickerModule=k,e.DatePickerAllModule=w,e.MaskedDateTimeService=P,e.TimePickerModule=E,e.TimePickerAllModule=I,e.PresetDirective=V,e.PresetsDirective=B,e.DateRangePickerModule=W,e.DateRangePickerAllModule=G,e.DateTimePickerModule=Y,e.DateTimePickerAllModule=Z,e.ɵa=l,e.ɵb=u,e.ɵc=h,e.ɵd=v,e.ɵg=N,e.ɵh=q,e.ɵi=J,e.ɵj=K,e.ɵe=O,e.ɵf=b,e.CalendarBase=o.CalendarBase,e.Calendar=o.Calendar,e.Islamic=o.Islamic,e.DatePicker=o.DatePicker,e.Presets=o.Presets,e.DateRangePicker=o.DateRangePicker,e.TimePickerBase=o.TimePickerBase,e.TimeMaskPlaceholder=o.TimeMaskPlaceholder,e.TimePicker=o.TimePicker,e.DateTimePicker=o.DateTimePicker,e.MaskedDateTime=o.MaskedDateTime,Object.defineProperty(e,"__esModule",{value:!0})});
10
+ !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("@angular/core"),require("@angular/forms"),require("@syncfusion/ej2-angular-base"),require("@syncfusion/ej2-calendars"),require("@angular/common")):"function"==typeof define&&define.amd?define(["exports","@angular/core","@angular/forms","@syncfusion/ej2-angular-base","@syncfusion/ej2-calendars","@angular/common"],t):t(e["ej2-angular-calendars"]={},e.ng.core,e.ng.forms,e.ej2.angular.base,e.ej2.calendars,e.ng.common)}(this,function(e,t,n,l,o,r){"use strict";var B,c,a,i=this&&this.__extends||(B=Object.setPrototypeOf||({__proto__:[]}instanceof Array?function(e,t){e.__proto__=t}:function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])}),function(e,t){function n(){this.constructor=e}B(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),s=this&&this.__decorate||function(e,t,n,o){var r,a=arguments.length,i=a<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,o);else for(var s=e.length-1;0<=s;s--)(r=e[s])&&(i=(a<3?r(i):3<a?r(t,n,i):r(t,n))||i);return 3<a&&i&&Object.defineProperty(t,n,i),i},p=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},S=["calendarMode","cssClass","dayHeaderFormat","depth","enablePersistence","enableRtl","enabled","firstDayOfWeek","isMultiSelection","keyConfigs","locale","max","min","serverTimezoneOffset","showTodayButton","start","value","values","weekNumber","weekRule"],d=["focus","blur","change","created","destroyed","navigated","renderDayCell","valueChange","valuesChange"],F=["value","values"];function u(e,t,n,o,r){var a=c.call(this)||this;a.ngEle=e,a.srenderer=t,a.viewContainerRef=n,a.injector=o,a.cdr=r,a.element=a.ngEle.nativeElement,a.injectedModules=a.injectedModules||[];try{var i=a.injector.get("CalendarsIslamic");-1===a.injectedModules.indexOf(i)&&a.injectedModules.push(i)}catch(s){}return a.registerEvents(d),a.addTwoWay.call(a,F),l.setValue("currentInstance",a,a.viewContainerRef),a.formContext=new l.FormBase,a.formCompContext=new l.ComponentBase,a}e.CalendarComponent=(c=o.Calendar,i(u,c),u.prototype.registerOnChange=function(e){},u.prototype.registerOnTouched=function(e){},u.prototype.writeValue=function(e){},u.prototype.setDisabledState=function(e){},u.prototype.ngOnInit=function(){this.formCompContext.ngOnInit(this)},u.prototype.ngAfterViewInit=function(){this.formContext.ngAfterViewInit(this)},u.prototype.ngOnDestroy=function(){this.formCompContext.ngOnDestroy(this)},u.prototype.ngAfterContentChecked=function(){this.formCompContext.ngAfterContentChecked(this)},a=u),e.CalendarComponent.decorators=[{type:t.Component,args:[{selector:"ejs-calendar",inputs:S,outputs:d,template:"",changeDetection:t.ChangeDetectionStrategy.OnPush,providers:[{provide:n.NG_VALUE_ACCESSOR,useExisting:t.forwardRef(function(){return a}),multi:!0}],queries:{}}]}],e.CalendarComponent.ctorParameters=function(){return[{type:t.ElementRef},{type:t.Renderer2},{type:t.ViewContainerRef},{type:t.Injector},{type:t.ChangeDetectorRef}]},e.CalendarComponent=a=s([l.ComponentMixins([l.ComponentBase,l.FormBase]),p("design:paramtypes",[t.ElementRef,t.Renderer2,t.ViewContainerRef,t.Injector,t.ChangeDetectorRef])],e.CalendarComponent);var f,m,p=function(){},s=(p.decorators=[{type:t.NgModule,args:[{imports:[r.CommonModule],declarations:[e.CalendarComponent],exports:[e.CalendarComponent]}]}],p.ctorParameters=function(){return[]},{provide:"CalendarsIslamic",useValue:o.Islamic}),C=function(){},g=(C.decorators=[{type:t.NgModule,args:[{imports:[r.CommonModule,p],exports:[p],providers:[s]}]}],C.ctorParameters=function(){return[]},this&&this.__decorate||function(e,t,n,o){var r,a=arguments.length,i=a<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,o);else for(var s=e.length-1;0<=s;s--)(r=e[s])&&(i=(a<3?r(i):3<a?r(t,n,i):r(t,n))||i);return 3<a&&i&&Object.defineProperty(t,n,i),i}),y=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},N=["allowEdit","calendarMode","cssClass","dayHeaderFormat","depth","enableMask","enablePersistence","enableRtl","enabled","firstDayOfWeek","floatLabelType","format","fullScreenMode","htmlAttributes","isMultiSelection","keyConfigs","locale","maskPlaceholder","max","min","openOnFocus","placeholder","readonly","serverTimezoneOffset","showClearButton","showTodayButton","start","strictMode","value","values","weekNumber","weekRule","width","zIndex"],h=["blur","change","cleared","close","created","destroyed","focus","navigated","open","renderDayCell","valueChange"],q=["value"];function R(e,t,n,o,r){var a=f.call(this)||this;a.ngEle=e,a.srenderer=t,a.viewContainerRef=n,a.injector=o,a.cdr=r,a.skipFromEvent=!0,a.element=a.ngEle.nativeElement,a.injectedModules=a.injectedModules||[];try{var i=a.injector.get("CalendarsIslamic");-1===a.injectedModules.indexOf(i)&&a.injectedModules.push(i)}catch(s){}try{i=a.injector.get("CalendarsMaskedDateTime");-1===a.injectedModules.indexOf(i)&&a.injectedModules.push(i)}catch(c){}return a.registerEvents(h),a.addTwoWay.call(a,q),l.setValue("currentInstance",a,a.viewContainerRef),a.formContext=new l.FormBase,a.formCompContext=new l.ComponentBase,a}e.DatePickerComponent=(f=o.DatePicker,i(R,f),R.prototype.registerOnChange=function(e){},R.prototype.registerOnTouched=function(e){},R.prototype.writeValue=function(e){},R.prototype.setDisabledState=function(e){},R.prototype.ngOnInit=function(){this.formCompContext.ngOnInit(this)},R.prototype.ngAfterViewInit=function(){this.formContext.ngAfterViewInit(this)},R.prototype.ngOnDestroy=function(){this.formCompContext.ngOnDestroy(this)},R.prototype.ngAfterContentChecked=function(){this.formCompContext.ngAfterContentChecked(this)},m=R),e.DatePickerComponent.decorators=[{type:t.Component,args:[{selector:"ejs-datepicker",inputs:N,outputs:h,template:"",changeDetection:t.ChangeDetectionStrategy.OnPush,providers:[{provide:n.NG_VALUE_ACCESSOR,useExisting:t.forwardRef(function(){return m}),multi:!0}],queries:{}}]}],e.DatePickerComponent.ctorParameters=function(){return[{type:t.ElementRef},{type:t.Renderer2},{type:t.ViewContainerRef},{type:t.Injector},{type:t.ChangeDetectorRef}]},e.DatePickerComponent=m=g([l.ComponentMixins([l.ComponentBase,l.FormBase]),y("design:paramtypes",[t.ElementRef,t.Renderer2,t.ViewContainerRef,t.Injector,t.ChangeDetectorRef])],e.DatePickerComponent);var v,D,y=function(){},g=(y.decorators=[{type:t.NgModule,args:[{imports:[r.CommonModule],declarations:[e.DatePickerComponent],exports:[e.DatePickerComponent]}]}],y.ctorParameters=function(){return[]},{provide:"CalendarsMaskedDateTime",useValue:o.MaskedDateTime}),k=function(){},P=(k.decorators=[{type:t.NgModule,args:[{imports:[r.CommonModule,y],exports:[y],providers:[g]}]}],k.ctorParameters=function(){return[]},this&&this.__decorate||function(e,t,n,o){var r,a=arguments.length,i=a<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,o);else for(var s=e.length-1;0<=s;s--)(r=e[s])&&(i=(a<3?r(i):3<a?r(t,n,i):r(t,n))||i);return 3<a&&i&&Object.defineProperty(t,n,i),i}),w=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},L=["allowEdit","cssClass","enableMask","enablePersistence","enableRtl","enabled","floatLabelType","format","fullScreenMode","htmlAttributes","keyConfigs","locale","maskPlaceholder","max","min","openOnFocus","placeholder","readonly","scrollTo","serverTimezoneOffset","showClearButton","step","strictMode","value","width","zIndex"],M=["blur","change","cleared","close","created","destroyed","focus","itemRender","open","valueChange"],z=["value"];function j(e,t,n,o,r){var a=v.call(this)||this;a.ngEle=e,a.srenderer=t,a.viewContainerRef=n,a.injector=o,a.cdr=r,a.skipFromEvent=!0,a.element=a.ngEle.nativeElement,a.injectedModules=a.injectedModules||[];try{var i=a.injector.get("CalendarsMaskedDateTime");-1===a.injectedModules.indexOf(i)&&a.injectedModules.push(i)}catch(s){}return a.registerEvents(M),a.addTwoWay.call(a,z),l.setValue("currentInstance",a,a.viewContainerRef),a.formContext=new l.FormBase,a.formCompContext=new l.ComponentBase,a}e.TimePickerComponent=(v=o.TimePicker,i(j,v),j.prototype.registerOnChange=function(e){},j.prototype.registerOnTouched=function(e){},j.prototype.writeValue=function(e){},j.prototype.setDisabledState=function(e){},j.prototype.ngOnInit=function(){this.formCompContext.ngOnInit(this)},j.prototype.ngAfterViewInit=function(){this.formContext.ngAfterViewInit(this)},j.prototype.ngOnDestroy=function(){this.formCompContext.ngOnDestroy(this)},j.prototype.ngAfterContentChecked=function(){this.formCompContext.ngAfterContentChecked(this)},D=j),e.TimePickerComponent.decorators=[{type:t.Component,args:[{selector:"ejs-timepicker",inputs:L,outputs:M,template:"",changeDetection:t.ChangeDetectionStrategy.OnPush,providers:[{provide:n.NG_VALUE_ACCESSOR,useExisting:t.forwardRef(function(){return D}),multi:!0}],queries:{}}]}],e.TimePickerComponent.ctorParameters=function(){return[{type:t.ElementRef},{type:t.Renderer2},{type:t.ViewContainerRef},{type:t.Injector},{type:t.ChangeDetectorRef}]},e.TimePickerComponent=D=P([l.ComponentMixins([l.ComponentBase,l.FormBase]),w("design:paramtypes",[t.ElementRef,t.Renderer2,t.ViewContainerRef,t.Injector,t.ChangeDetectorRef])],e.TimePickerComponent);var O,w=function(){},P=(w.decorators=[{type:t.NgModule,args:[{imports:[r.CommonModule],declarations:[e.TimePickerComponent],exports:[e.TimePickerComponent]}]}],w.ctorParameters=function(){return[]},function(){}),W=(P.decorators=[{type:t.NgModule,args:[{imports:[r.CommonModule,w],exports:[w],providers:[]}]}],P.ctorParameters=function(){return[]},["end","label","start"]),G=[],b=(O=l.ComplexBase,i(U,O),U);function U(e){var t=O.call(this)||this;return t.viewContainerRef=e,l.setValue("currentInstance",t,t.viewContainerRef),t.registerEvents(G),t.directivePropList=W,t}b.decorators=[{type:t.Directive,args:[{selector:"e-presets>e-preset",inputs:W,outputs:G,queries:{}}]}],b.ctorParameters=function(){return[{type:t.ViewContainerRef}]};x=l.ArrayBase,i(H,x);var x,T=H;function H(){return x.call(this,"presets")||this}T.decorators=[{type:t.Directive,args:[{selector:"ejs-daterangepicker>e-presets",queries:{children:new t.ContentChildren(b)}}]}],T.ctorParameters=function(){return[]};var E,J,I=this&&this.__decorate||function(e,t,n,o){var r,a=arguments.length,i=a<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,o);else for(var s=e.length-1;0<=s;s--)(r=e[s])&&(i=(a<3?r(i):3<a?r(t,n,i):r(t,n))||i);return 3<a&&i&&Object.defineProperty(t,n,i),i},_=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},K=["allowEdit","calendarMode","cssClass","dayHeaderFormat","depth","enablePersistence","enableRtl","enabled","endDate","firstDayOfWeek","floatLabelType","format","fullScreenMode","htmlAttributes","keyConfigs","locale","max","maxDays","min","minDays","openOnFocus","placeholder","presets","readonly","separator","serverTimezoneOffset","showClearButton","start","startDate","strictMode","value","weekNumber","weekRule","width","zIndex"],Q=["blur","change","cleared","close","created","destroyed","focus","navigated","open","renderDayCell","select","startDateChange","endDateChange","valueChange"],X=["startDate","endDate","value"];function A(e,t,n,o,r){var a=E.call(this)||this;return a.ngEle=e,a.srenderer=t,a.viewContainerRef=n,a.injector=o,a.cdr=r,a.tags=["presets"],a.skipFromEvent=!0,a.element=a.ngEle.nativeElement,a.injectedModules=a.injectedModules||[],a.registerEvents(Q),a.addTwoWay.call(a,X),l.setValue("currentInstance",a,a.viewContainerRef),a.formContext=new l.FormBase,a.formCompContext=new l.ComponentBase,a}e.DateRangePickerComponent=(E=o.DateRangePicker,i(A,E),A.prototype.registerOnChange=function(e){},A.prototype.registerOnTouched=function(e){},A.prototype.writeValue=function(e){},A.prototype.setDisabledState=function(e){},A.prototype.ngOnInit=function(){this.formCompContext.ngOnInit(this)},A.prototype.ngAfterViewInit=function(){this.formContext.ngAfterViewInit(this)},A.prototype.ngOnDestroy=function(){this.formCompContext.ngOnDestroy(this)},A.prototype.ngAfterContentChecked=function(){this.tagObjects[0].instance=this.childPresets,this.formCompContext.ngAfterContentChecked(this)},J=A),e.DateRangePickerComponent.decorators=[{type:t.Component,args:[{selector:"ejs-daterangepicker",inputs:K,outputs:Q,template:"",changeDetection:t.ChangeDetectionStrategy.OnPush,providers:[{provide:n.NG_VALUE_ACCESSOR,useExisting:t.forwardRef(function(){return J}),multi:!0}],queries:{childPresets:new t.ContentChild(T)}}]}],e.DateRangePickerComponent.ctorParameters=function(){return[{type:t.ElementRef},{type:t.Renderer2},{type:t.ViewContainerRef},{type:t.Injector},{type:t.ChangeDetectorRef}]},e.DateRangePickerComponent.propDecorators={start:[{type:t.ContentChild,args:["start"]}],end:[{type:t.ContentChild,args:["end"]}]},I([l.Template(),_("design:type",Object)],e.DateRangePickerComponent.prototype,"start",void 0),I([l.Template(),_("design:type",Object)],e.DateRangePickerComponent.prototype,"end",void 0),e.DateRangePickerComponent=J=I([l.ComponentMixins([l.ComponentBase,l.FormBase]),_("design:paramtypes",[t.ElementRef,t.Renderer2,t.ViewContainerRef,t.Injector,t.ChangeDetectorRef])],e.DateRangePickerComponent);var Y,Z,_=function(){},I=(_.decorators=[{type:t.NgModule,args:[{imports:[r.CommonModule],declarations:[e.DateRangePickerComponent,b,T],exports:[e.DateRangePickerComponent,b,T]}]}],_.ctorParameters=function(){return[]},function(){}),$=(I.decorators=[{type:t.NgModule,args:[{imports:[r.CommonModule,_],exports:[_],providers:[]}]}],I.ctorParameters=function(){return[]},this&&this.__decorate||function(e,t,n,o){var r,a=arguments.length,i=a<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,o);else for(var s=e.length-1;0<=s;s--)(r=e[s])&&(i=(a<3?r(i):3<a?r(t,n,i):r(t,n))||i);return 3<a&&i&&Object.defineProperty(t,n,i),i}),ee=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},te=["allowEdit","calendarMode","cssClass","dayHeaderFormat","depth","enableMask","enablePersistence","enableRtl","enabled","firstDayOfWeek","floatLabelType","format","fullScreenMode","htmlAttributes","isMultiSelection","keyConfigs","locale","maskPlaceholder","max","min","openOnFocus","placeholder","readonly","scrollTo","serverTimezoneOffset","showClearButton","showTodayButton","start","step","strictMode","timeFormat","value","values","weekNumber","weekRule","width","zIndex"],ne=["blur","change","cleared","close","created","destroyed","focus","navigated","open","renderDayCell","valueChange"],oe=["value"];function V(e,t,n,o,r){var a=Y.call(this)||this;a.ngEle=e,a.srenderer=t,a.viewContainerRef=n,a.injector=o,a.cdr=r,a.skipFromEvent=!0,a.element=a.ngEle.nativeElement,a.injectedModules=a.injectedModules||[];try{var i=a.injector.get("CalendarsIslamic");-1===a.injectedModules.indexOf(i)&&a.injectedModules.push(i)}catch(s){}try{i=a.injector.get("CalendarsMaskedDateTime");-1===a.injectedModules.indexOf(i)&&a.injectedModules.push(i)}catch(c){}return a.registerEvents(ne),a.addTwoWay.call(a,oe),l.setValue("currentInstance",a,a.viewContainerRef),a.formContext=new l.FormBase,a.formCompContext=new l.ComponentBase,a}e.DateTimePickerComponent=(Y=o.DateTimePicker,i(V,Y),V.prototype.registerOnChange=function(e){},V.prototype.registerOnTouched=function(e){},V.prototype.writeValue=function(e){},V.prototype.setDisabledState=function(e){},V.prototype.ngOnInit=function(){this.formCompContext.ngOnInit(this)},V.prototype.ngAfterViewInit=function(){this.formContext.ngAfterViewInit(this)},V.prototype.ngOnDestroy=function(){this.formCompContext.ngOnDestroy(this)},V.prototype.ngAfterContentChecked=function(){this.formCompContext.ngAfterContentChecked(this)},Z=V),e.DateTimePickerComponent.decorators=[{type:t.Component,args:[{selector:"ejs-datetimepicker",inputs:te,outputs:ne,template:"",changeDetection:t.ChangeDetectionStrategy.OnPush,providers:[{provide:n.NG_VALUE_ACCESSOR,useExisting:t.forwardRef(function(){return Z}),multi:!0}],queries:{}}]}],e.DateTimePickerComponent.ctorParameters=function(){return[{type:t.ElementRef},{type:t.Renderer2},{type:t.ViewContainerRef},{type:t.Injector},{type:t.ChangeDetectorRef}]},e.DateTimePickerComponent=Z=$([l.ComponentMixins([l.ComponentBase,l.FormBase]),ee("design:paramtypes",[t.ElementRef,t.Renderer2,t.ViewContainerRef,t.Injector,t.ChangeDetectorRef])],e.DateTimePickerComponent);i=function(){},i.decorators=[{type:t.NgModule,args:[{imports:[r.CommonModule],declarations:[e.DateTimePickerComponent],exports:[e.DateTimePickerComponent]}]}],i.ctorParameters=function(){return[]},n=function(){};n.decorators=[{type:t.NgModule,args:[{imports:[r.CommonModule,i],exports:[i],providers:[]}]}],n.ctorParameters=function(){return[]},e.CalendarModule=p,e.CalendarAllModule=C,e.IslamicService=s,e.DatePickerModule=y,e.DatePickerAllModule=k,e.MaskedDateTimeService=g,e.TimePickerModule=w,e.TimePickerAllModule=P,e.PresetDirective=b,e.PresetsDirective=T,e.DateRangePickerModule=_,e.DateRangePickerAllModule=I,e.DateTimePickerModule=i,e.DateTimePickerAllModule=n,e.ɵa=S,e.ɵb=d,e.ɵc=N,e.ɵd=h,e.ɵg=K,e.ɵh=Q,e.ɵi=te,e.ɵj=ne,e.ɵe=L,e.ɵf=M,e.CalendarBase=o.CalendarBase,e.Calendar=o.Calendar,e.Islamic=o.Islamic,e.DatePicker=o.DatePicker,e.Presets=o.Presets,e.DateRangePicker=o.DateRangePicker,e.TimePickerBase=o.TimePickerBase,e.TimeMaskPlaceholder=o.TimeMaskPlaceholder,e.TimePicker=o.TimePicker,e.DateTimePicker=o.DateTimePicker,e.MaskedDateTime=o.MaskedDateTime,Object.defineProperty(e,"__esModule",{value:!0})});
11
11
  //# sourceMappingURL=ej2-angular-calendars.umd.min.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ej2-angular-calendars.umd.min.js","sources":["~/@syncfusion/ej2-angular-calendars/src/calendar/calendar.component.ts","~/@syncfusion/ej2-angular-calendars/src/calendar/calendar.module.ts","~/@syncfusion/ej2-angular-calendars/src/calendar/calendar-all.module.ts","~/@syncfusion/ej2-angular-calendars/src/datepicker/datepicker.component.ts","~/@syncfusion/ej2-angular-calendars/src/datepicker/datepicker.module.ts","~/@syncfusion/ej2-angular-calendars/src/datepicker/datepicker-all.module.ts","~/@syncfusion/ej2-angular-calendars/src/timepicker/timepicker.component.ts","~/@syncfusion/ej2-angular-calendars/src/timepicker/timepicker.module.ts","~/@syncfusion/ej2-angular-calendars/src/timepicker/timepicker-all.module.ts","~/@syncfusion/ej2-angular-calendars/src/daterangepicker/presets.directive.ts","~/@syncfusion/ej2-angular-calendars/src/daterangepicker/daterangepicker.component.ts","~/@syncfusion/ej2-angular-calendars/src/daterangepicker/daterangepicker.module.ts","~/@syncfusion/ej2-angular-calendars/src/daterangepicker/daterangepicker-all.module.ts","~/@syncfusion/ej2-angular-calendars/src/datetimepicker/datetimepicker.component.ts","~/@syncfusion/ej2-angular-calendars/src/datetimepicker/datetimepicker.module.ts","~/@syncfusion/ej2-angular-calendars/src/datetimepicker/datetimepicker-all.module.ts"],"sourcesContent":["import { Component, ElementRef, ViewContainerRef, ValueProvider, Renderer2, Injector, ChangeDetectionStrategy, ChangeDetectorRef, forwardRef } from '@angular/core';\nimport { NG_VALUE_ACCESSOR } from '@angular/forms';\nimport { ComponentBase, IComponentBase, applyMixins, ComponentMixins, PropertyCollectionInfo, FormBase, setValue } from '@syncfusion/ej2-angular-base';\nimport { Calendar } from '@syncfusion/ej2-calendars';\n\n\n\nexport const /** @type {?} */ inputs: string[] = ['calendarMode','cssClass','dayHeaderFormat','depth','enablePersistence','enableRtl','enabled','firstDayOfWeek','isMultiSelection','keyConfigs','locale','max','min','serverTimezoneOffset','showTodayButton','start','value','values','weekNumber','weekRule'];\nexport const /** @type {?} */ outputs: string[] = ['focus', 'blur', 'change','created','destroyed','navigated','renderDayCell','valueChange','valuesChange'];\nexport const /** @type {?} */ twoWays: string[] = ['value', 'values'];\n/**\n * Represents the Essential JS 2 Angular Calendar Component.\n * ```html\n * <ejs-calendar [value]='date'></ejs-calendar>\n * ```\n */\n@ComponentMixins([ComponentBase, FormBase])\nexport class CalendarComponent extends Calendar implements IComponentBase {\npublic formCompContext : any;\npublic formContext : any;\npublic tagObjects: any;\n\tchange: any;\n\tcreated: any;\n\tdestroyed: any;\n\tnavigated: any;\n\trenderDayCell: any;\n\tvalueChange: any;\npublic valuesChange: any;\npublic focus: any;\npublic blur: any;\n/**\n * @param {?} ngEle\n * @param {?} srenderer\n * @param {?} viewContainerRef\n * @param {?} injector\n * @param {?} cdr\n */\nconstructor(private ngEle: ElementRef,\nprivate srenderer: Renderer2,\nprivate viewContainerRef:ViewContainerRef,\nprivate injector: Injector,\nprivate cdr: ChangeDetectorRef) {\n super();\n this.element = this.ngEle.nativeElement;\n this.injectedModules = this.injectedModules || [];\n try {\n let mod = this.injector.get('CalendarsIslamic');\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.formContext = new FormBase();\n this.formCompContext = new ComponentBase();\n }\n/**\n * @param {?} registerFunction\n * @return {?}\n */\npublic registerOnChange(registerFunction: (_: any) => void): void {\n }\n/**\n * @param {?} registerFunction\n * @return {?}\n */\npublic registerOnTouched(registerFunction: () => void): void {\n }\n/**\n * @param {?} value\n * @return {?}\n */\npublic writeValue(value: any): void {\n }\n/**\n * @param {?} disabled\n * @return {?}\n */\npublic setDisabledState(disabled: boolean): void {\n }\n/**\n * @return {?}\n */\npublic ngOnInit() {\n this.formCompContext.ngOnInit(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterViewInit(): void {\n this.formContext.ngAfterViewInit(this);\n }\n/**\n * @return {?}\n */\npublic ngOnDestroy(): void {\n this.formCompContext.ngOnDestroy(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterContentChecked(): void {\n \n this.formCompContext.ngAfterContentChecked(this);\n }\npublic registerEvents: (eventList: string[]) => void;\npublic addTwoWay: (propList: string[]) => void;\nstatic decorators: DecoratorInvocation[] = [\n{ type: Component, args: [{\n selector: 'ejs-calendar',\n inputs: inputs,\n outputs: outputs,\n template: '',\n changeDetection: ChangeDetectionStrategy.OnPush,\n providers: [\n {\n provide: NG_VALUE_ACCESSOR,\n useExisting: forwardRef(() => CalendarComponent),\n multi: true\n }\n ],\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{type: ChangeDetectorRef, },\n];\n}\n\nfunction CalendarComponent_tsickle_Closure_declarations() {\n/** @type {?} */\nCalendarComponent.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nCalendarComponent.ctorParameters;\n/** @type {?} */\nCalendarComponent.prototype.formCompContext;\n/** @type {?} */\nCalendarComponent.prototype.formContext;\n/** @type {?} */\nCalendarComponent.prototype.tagObjects;\n/** @type {?} */\nCalendarComponent.prototype.change;\n/** @type {?} */\nCalendarComponent.prototype.created;\n/** @type {?} */\nCalendarComponent.prototype.destroyed;\n/** @type {?} */\nCalendarComponent.prototype.navigated;\n/** @type {?} */\nCalendarComponent.prototype.renderDayCell;\n/** @type {?} */\nCalendarComponent.prototype.valueChange;\n/** @type {?} */\nCalendarComponent.prototype.valuesChange;\n/** @type {?} */\nCalendarComponent.prototype.focus;\n/** @type {?} */\nCalendarComponent.prototype.blur;\n/** @type {?} */\nCalendarComponent.prototype.registerEvents;\n/** @type {?} */\nCalendarComponent.prototype.addTwoWay;\n/** @type {?} */\nCalendarComponent.prototype.ngEle;\n/** @type {?} */\nCalendarComponent.prototype.srenderer;\n/** @type {?} */\nCalendarComponent.prototype.viewContainerRef;\n/** @type {?} */\nCalendarComponent.prototype.injector;\n/** @type {?} */\nCalendarComponent.prototype.cdr;\n}\n\n\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { CalendarComponent } from './calendar.component';\n/**\n * NgModule definition for the Calendar component.\n */\nexport class CalendarModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule],\n declarations: [\n CalendarComponent\n ],\n exports: [\n CalendarComponent\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction CalendarModule_tsickle_Closure_declarations() {\n/** @type {?} */\nCalendarModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nCalendarModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { CalendarComponent } from './calendar.component';\nimport { CalendarModule } from './calendar.module';\nimport {Islamic} from '@syncfusion/ej2-calendars';\n\n\nexport const /** @type {?} */ IslamicService: ValueProvider = { provide: 'CalendarsIslamic', useValue: Islamic};\n/**\n * NgModule definition for the Calendar component with providers.\n */\nexport class CalendarAllModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule, CalendarModule],\n exports: [\n CalendarModule\n ],\n providers:[\n IslamicService\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction CalendarAllModule_tsickle_Closure_declarations() {\n/** @type {?} */\nCalendarAllModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nCalendarAllModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Component, ElementRef, ViewContainerRef, ValueProvider, Renderer2, Injector, ChangeDetectionStrategy, ChangeDetectorRef, forwardRef } from '@angular/core';\nimport { NG_VALUE_ACCESSOR } from '@angular/forms';\nimport { ComponentBase, IComponentBase, applyMixins, ComponentMixins, PropertyCollectionInfo, FormBase, setValue } from '@syncfusion/ej2-angular-base';\nimport { DatePicker } from '@syncfusion/ej2-calendars';\n\n\n\nexport const /** @type {?} */ inputs: string[] = ['allowEdit','calendarMode','cssClass','dayHeaderFormat','depth','enableMask','enablePersistence','enableRtl','enabled','firstDayOfWeek','floatLabelType','format','fullScreenMode','htmlAttributes','isMultiSelection','keyConfigs','locale','maskPlaceholder','max','min','openOnFocus','placeholder','readonly','serverTimezoneOffset','showClearButton','showTodayButton','start','strictMode','value','values','weekNumber','weekRule','width','zIndex'];\nexport const /** @type {?} */ outputs: string[] = ['blur','change','cleared','close','created','destroyed','focus','navigated','open','renderDayCell','valueChange'];\nexport const /** @type {?} */ twoWays: string[] = ['value'];\n/**\n * Represents the Essential JS 2 Angular DatePicker Component.\n * ```html\n * <ejs-datepicker [value]='date'></ejs-datepicker>\n * ```\n */\n@ComponentMixins([ComponentBase, FormBase])\nexport class DatePickerComponent extends DatePicker implements IComponentBase {\npublic formCompContext : any;\npublic formContext : any;\npublic tagObjects: any;\n\tblur: any;\n\tchange: any;\n\tcleared: any;\n\tclose: any;\n\tcreated: any;\n\tdestroyed: any;\n\tfocus: any;\n\tnavigated: any;\n\topen: any;\n\trenderDayCell: any;\npublic valueChange: any;\nprivate skipFromEvent:boolean = true;\n/**\n * @param {?} ngEle\n * @param {?} srenderer\n * @param {?} viewContainerRef\n * @param {?} injector\n * @param {?} cdr\n */\nconstructor(private ngEle: ElementRef,\nprivate srenderer: Renderer2,\nprivate viewContainerRef:ViewContainerRef,\nprivate injector: Injector,\nprivate cdr: ChangeDetectorRef) {\n super();\n this.element = this.ngEle.nativeElement;\n this.injectedModules = this.injectedModules || [];\n try {\n let mod = this.injector.get('CalendarsIslamic');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('CalendarsMaskedDateTime');\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.formContext = new FormBase();\n this.formCompContext = new ComponentBase();\n }\n/**\n * @param {?} registerFunction\n * @return {?}\n */\npublic registerOnChange(registerFunction: (_: any) => void): void {\n }\n/**\n * @param {?} registerFunction\n * @return {?}\n */\npublic registerOnTouched(registerFunction: () => void): void {\n }\n/**\n * @param {?} value\n * @return {?}\n */\npublic writeValue(value: any): void {\n }\n/**\n * @param {?} disabled\n * @return {?}\n */\npublic setDisabledState(disabled: boolean): void {\n }\n/**\n * @return {?}\n */\npublic ngOnInit() {\n this.formCompContext.ngOnInit(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterViewInit(): void {\n this.formContext.ngAfterViewInit(this);\n }\n/**\n * @return {?}\n */\npublic ngOnDestroy(): void {\n this.formCompContext.ngOnDestroy(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterContentChecked(): void {\n \n this.formCompContext.ngAfterContentChecked(this);\n }\npublic registerEvents: (eventList: string[]) => void;\npublic addTwoWay: (propList: string[]) => void;\nstatic decorators: DecoratorInvocation[] = [\n{ type: Component, args: [{\n selector: 'ejs-datepicker',\n inputs: inputs,\n outputs: outputs,\n template: '',\n changeDetection: ChangeDetectionStrategy.OnPush,\n providers: [\n {\n provide: NG_VALUE_ACCESSOR,\n useExisting: forwardRef(() => DatePickerComponent),\n multi: true\n }\n ],\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{type: ChangeDetectorRef, },\n];\n}\n\nfunction DatePickerComponent_tsickle_Closure_declarations() {\n/** @type {?} */\nDatePickerComponent.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nDatePickerComponent.ctorParameters;\n/** @type {?} */\nDatePickerComponent.prototype.formCompContext;\n/** @type {?} */\nDatePickerComponent.prototype.formContext;\n/** @type {?} */\nDatePickerComponent.prototype.tagObjects;\n/** @type {?} */\nDatePickerComponent.prototype.blur;\n/** @type {?} */\nDatePickerComponent.prototype.change;\n/** @type {?} */\nDatePickerComponent.prototype.cleared;\n/** @type {?} */\nDatePickerComponent.prototype.close;\n/** @type {?} */\nDatePickerComponent.prototype.created;\n/** @type {?} */\nDatePickerComponent.prototype.destroyed;\n/** @type {?} */\nDatePickerComponent.prototype.focus;\n/** @type {?} */\nDatePickerComponent.prototype.navigated;\n/** @type {?} */\nDatePickerComponent.prototype.open;\n/** @type {?} */\nDatePickerComponent.prototype.renderDayCell;\n/** @type {?} */\nDatePickerComponent.prototype.valueChange;\n/** @type {?} */\nDatePickerComponent.prototype.skipFromEvent;\n/** @type {?} */\nDatePickerComponent.prototype.registerEvents;\n/** @type {?} */\nDatePickerComponent.prototype.addTwoWay;\n/** @type {?} */\nDatePickerComponent.prototype.ngEle;\n/** @type {?} */\nDatePickerComponent.prototype.srenderer;\n/** @type {?} */\nDatePickerComponent.prototype.viewContainerRef;\n/** @type {?} */\nDatePickerComponent.prototype.injector;\n/** @type {?} */\nDatePickerComponent.prototype.cdr;\n}\n\n\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { DatePickerComponent } from './datepicker.component';\n/**\n * NgModule definition for the DatePicker component.\n */\nexport class DatePickerModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule],\n declarations: [\n DatePickerComponent\n ],\n exports: [\n DatePickerComponent\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction DatePickerModule_tsickle_Closure_declarations() {\n/** @type {?} */\nDatePickerModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nDatePickerModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { DatePickerComponent } from './datepicker.component';\nimport { DatePickerModule } from './datepicker.module';\nimport {MaskedDateTime} from '@syncfusion/ej2-calendars';\n\n\nexport const /** @type {?} */ MaskedDateTimeService: ValueProvider = { provide: 'CalendarsMaskedDateTime', useValue: MaskedDateTime};\n/**\n * NgModule definition for the DatePicker component with providers.\n */\nexport class DatePickerAllModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule, DatePickerModule],\n exports: [\n DatePickerModule\n ],\n providers:[\n MaskedDateTimeService\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction DatePickerAllModule_tsickle_Closure_declarations() {\n/** @type {?} */\nDatePickerAllModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nDatePickerAllModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Component, ElementRef, ViewContainerRef, ValueProvider, Renderer2, Injector, ChangeDetectionStrategy, ChangeDetectorRef, forwardRef } from '@angular/core';\nimport { NG_VALUE_ACCESSOR } from '@angular/forms';\nimport { ComponentBase, IComponentBase, applyMixins, ComponentMixins, PropertyCollectionInfo, FormBase, setValue } from '@syncfusion/ej2-angular-base';\nimport { TimePicker } from '@syncfusion/ej2-calendars';\n\n\n\nexport const /** @type {?} */ inputs: string[] = ['allowEdit','cssClass','enableMask','enablePersistence','enableRtl','enabled','floatLabelType','format','fullScreenMode','htmlAttributes','keyConfigs','locale','maskPlaceholder','max','min','openOnFocus','placeholder','readonly','scrollTo','serverTimezoneOffset','showClearButton','step','strictMode','value','width','zIndex'];\nexport const /** @type {?} */ outputs: string[] = ['blur','change','cleared','close','created','destroyed','focus','itemRender','open','valueChange'];\nexport const /** @type {?} */ twoWays: string[] = ['value'];\n/**\n * Represents the Essential JS 2 Angular TimePicker Component.\n * ```html\n * <ejs-timepicker [value]='dateTime'></ejs-timepicker>\n * ```\n */\n@ComponentMixins([ComponentBase, FormBase])\nexport class TimePickerComponent extends TimePicker implements IComponentBase {\npublic formCompContext : any;\npublic formContext : any;\npublic tagObjects: any;\n\tblur: any;\n\tchange: any;\n\tcleared: any;\n\tclose: any;\n\tcreated: any;\n\tdestroyed: any;\n\tfocus: any;\n\titemRender: any;\n\topen: any;\npublic valueChange: any;\nprivate skipFromEvent:boolean = true;\n/**\n * @param {?} ngEle\n * @param {?} srenderer\n * @param {?} viewContainerRef\n * @param {?} injector\n * @param {?} cdr\n */\nconstructor(private ngEle: ElementRef,\nprivate srenderer: Renderer2,\nprivate viewContainerRef:ViewContainerRef,\nprivate injector: Injector,\nprivate cdr: ChangeDetectorRef) {\n super();\n this.element = this.ngEle.nativeElement;\n this.injectedModules = this.injectedModules || [];\n try {\n let mod = this.injector.get('CalendarsMaskedDateTime');\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.formContext = new FormBase();\n this.formCompContext = new ComponentBase();\n }\n/**\n * @param {?} registerFunction\n * @return {?}\n */\npublic registerOnChange(registerFunction: (_: any) => void): void {\n }\n/**\n * @param {?} registerFunction\n * @return {?}\n */\npublic registerOnTouched(registerFunction: () => void): void {\n }\n/**\n * @param {?} value\n * @return {?}\n */\npublic writeValue(value: any): void {\n }\n/**\n * @param {?} disabled\n * @return {?}\n */\npublic setDisabledState(disabled: boolean): void {\n }\n/**\n * @return {?}\n */\npublic ngOnInit() {\n this.formCompContext.ngOnInit(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterViewInit(): void {\n this.formContext.ngAfterViewInit(this);\n }\n/**\n * @return {?}\n */\npublic ngOnDestroy(): void {\n this.formCompContext.ngOnDestroy(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterContentChecked(): void {\n \n this.formCompContext.ngAfterContentChecked(this);\n }\npublic registerEvents: (eventList: string[]) => void;\npublic addTwoWay: (propList: string[]) => void;\nstatic decorators: DecoratorInvocation[] = [\n{ type: Component, args: [{\n selector: 'ejs-timepicker',\n inputs: inputs,\n outputs: outputs,\n template: '',\n changeDetection: ChangeDetectionStrategy.OnPush,\n providers: [\n {\n provide: NG_VALUE_ACCESSOR,\n useExisting: forwardRef(() => TimePickerComponent),\n multi: true\n }\n ],\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{type: ChangeDetectorRef, },\n];\n}\n\nfunction TimePickerComponent_tsickle_Closure_declarations() {\n/** @type {?} */\nTimePickerComponent.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nTimePickerComponent.ctorParameters;\n/** @type {?} */\nTimePickerComponent.prototype.formCompContext;\n/** @type {?} */\nTimePickerComponent.prototype.formContext;\n/** @type {?} */\nTimePickerComponent.prototype.tagObjects;\n/** @type {?} */\nTimePickerComponent.prototype.blur;\n/** @type {?} */\nTimePickerComponent.prototype.change;\n/** @type {?} */\nTimePickerComponent.prototype.cleared;\n/** @type {?} */\nTimePickerComponent.prototype.close;\n/** @type {?} */\nTimePickerComponent.prototype.created;\n/** @type {?} */\nTimePickerComponent.prototype.destroyed;\n/** @type {?} */\nTimePickerComponent.prototype.focus;\n/** @type {?} */\nTimePickerComponent.prototype.itemRender;\n/** @type {?} */\nTimePickerComponent.prototype.open;\n/** @type {?} */\nTimePickerComponent.prototype.valueChange;\n/** @type {?} */\nTimePickerComponent.prototype.skipFromEvent;\n/** @type {?} */\nTimePickerComponent.prototype.registerEvents;\n/** @type {?} */\nTimePickerComponent.prototype.addTwoWay;\n/** @type {?} */\nTimePickerComponent.prototype.ngEle;\n/** @type {?} */\nTimePickerComponent.prototype.srenderer;\n/** @type {?} */\nTimePickerComponent.prototype.viewContainerRef;\n/** @type {?} */\nTimePickerComponent.prototype.injector;\n/** @type {?} */\nTimePickerComponent.prototype.cdr;\n}\n\n\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { TimePickerComponent } from './timepicker.component';\n/**\n * NgModule definition for the TimePicker component.\n */\nexport class TimePickerModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule],\n declarations: [\n TimePickerComponent\n ],\n exports: [\n TimePickerComponent\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction TimePickerModule_tsickle_Closure_declarations() {\n/** @type {?} */\nTimePickerModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nTimePickerModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { TimePickerComponent } from './timepicker.component';\nimport { TimePickerModule } from './timepicker.module';\n/**\n * NgModule definition for the TimePicker component with providers.\n */\nexport class TimePickerAllModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule, TimePickerModule],\n exports: [\n TimePickerModule\n ],\n providers:[\n \n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction TimePickerAllModule_tsickle_Closure_declarations() {\n/** @type {?} */\nTimePickerAllModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nTimePickerAllModule.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[] = ['end', 'label', 'start'];\nlet /** @type {?} */ outputs: string[] = [];\n/**\n * 'e-presets' directive represent a presets of angular daterangepicker \n * It must be contained in a daterangepicker component(`ej-daterangepicker`). \n * ```html\n * <ejs-daterangepicker id='range'> \n * <e-presets>\n * <e-preset label='Last Week' [start]=new Date('06/07/2018') [end]= new Date('06/01/2018')></e-preset>\n * <e-preset label='Last Month' [start]=new Date('06/07/2018') [end]= new Date('05/07/2018')></e-preset>\n * </e-presets>\n * </ejs-daterangepicker>\n * ```\n */\nexport class PresetDirective extends ComplexBase<PresetDirective> {\npublic directivePropList: any;\n/**\n * Defines the end date of the preset range\n */\npublic end: any;\n/**\n * Defines the label string of the preset range.\n */\npublic label: any;\n/**\n * Defines the start date of the preset range.\n */\npublic start: 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-presets>e-preset',\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 PresetDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nPresetDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nPresetDirective.ctorParameters;\n/** @type {?} */\nPresetDirective.prototype.directivePropList;\n/**\n * Defines the end date of the preset range\n * @type {?}\n */\nPresetDirective.prototype.end;\n/**\n * Defines the label string of the preset range.\n * @type {?}\n */\nPresetDirective.prototype.label;\n/**\n * Defines the start date of the preset range.\n * @type {?}\n */\nPresetDirective.prototype.start;\n/** @type {?} */\nPresetDirective.prototype.viewContainerRef;\n}\n\n/**\n * Preset Array Directive\n */\nexport class PresetsDirective extends ArrayBase<PresetsDirective> {\nconstructor() {\n super('presets');\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'ejs-daterangepicker>e-presets',\n queries: {\n children: new ContentChildren(PresetDirective)\n },\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction PresetsDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nPresetsDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nPresetsDirective.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Component, ElementRef, ViewContainerRef, ValueProvider, Renderer2, Injector, ChangeDetectionStrategy, ChangeDetectorRef, forwardRef, ContentChild } from '@angular/core';\nimport { NG_VALUE_ACCESSOR } from '@angular/forms';\nimport { ComponentBase, IComponentBase, applyMixins, ComponentMixins, PropertyCollectionInfo, FormBase, setValue } from '@syncfusion/ej2-angular-base';\nimport { DateRangePicker } from '@syncfusion/ej2-calendars';\nimport { Template } from '@syncfusion/ej2-angular-base';\nimport { PresetsDirective } from './presets.directive';\n\nexport const /** @type {?} */ inputs: string[] = ['allowEdit','calendarMode','cssClass','dayHeaderFormat','depth','enablePersistence','enableRtl','enabled','endDate','firstDayOfWeek','floatLabelType','format','fullScreenMode','htmlAttributes','keyConfigs','locale','max','maxDays','min','minDays','openOnFocus','placeholder','presets','readonly','separator','serverTimezoneOffset','showClearButton','start','startDate','strictMode','value','weekNumber','weekRule','width','zIndex'];\nexport const /** @type {?} */ outputs: string[] = ['blur','change','cleared','close','created','destroyed','focus','navigated','open','renderDayCell','select','startDateChange','endDateChange','valueChange'];\nexport const /** @type {?} */ twoWays: string[] = ['startDate', 'endDate', 'value'];\n/**\n * Represents the Essential JS 2 Angular DateRangePicker Component.\n * ```html\n * <ejs-daterangepicker [startDate]='date' [endDate]='date'></ejs-daterangepicker>\n * ```\n */\n@ComponentMixins([ComponentBase, FormBase])\nexport class DateRangePickerComponent extends DateRangePicker implements IComponentBase {\npublic formCompContext : any;\npublic formContext : any;\npublic tagObjects: any;\n\tblur: any;\n\tchange: any;\n\tcleared: any;\n\tclose: any;\n\tcreated: any;\n\tdestroyed: any;\n\tfocus: any;\n\tnavigated: any;\n\topen: any;\n\trenderDayCell: any;\n\tselect: any;\n\tstartDateChange: any;\n\tendDateChange: any;\npublic valueChange: any;\npublic childPresets: any;\npublic tags: string[] = ['presets'];\n/**\n * Specifies the initial view of the Calendar when it is opened. \n * With the help of this property, initial view can be changed to year or decade view.\n * \\@default Month\n */\n@Template()\n public start: any;\n \n @Template()\npublic end: any;\nprivate skipFromEvent:boolean = true;\n/**\n * @param {?} ngEle\n * @param {?} srenderer\n * @param {?} viewContainerRef\n * @param {?} injector\n * @param {?} cdr\n */\nconstructor(private ngEle: ElementRef,\nprivate srenderer: Renderer2,\nprivate viewContainerRef:ViewContainerRef,\nprivate injector: Injector,\nprivate cdr: ChangeDetectorRef) {\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.formContext = new FormBase();\n this.formCompContext = new ComponentBase();\n }\n/**\n * @param {?} registerFunction\n * @return {?}\n */\npublic registerOnChange(registerFunction: (_: any) => void): void {\n }\n/**\n * @param {?} registerFunction\n * @return {?}\n */\npublic registerOnTouched(registerFunction: () => void): void {\n }\n/**\n * @param {?} value\n * @return {?}\n */\npublic writeValue(value: any): void {\n }\n/**\n * @param {?} disabled\n * @return {?}\n */\npublic setDisabledState(disabled: boolean): void {\n }\n/**\n * @return {?}\n */\npublic ngOnInit() {\n this.formCompContext.ngOnInit(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterViewInit(): void {\n this.formContext.ngAfterViewInit(this);\n }\n/**\n * @return {?}\n */\npublic ngOnDestroy(): void {\n this.formCompContext.ngOnDestroy(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterContentChecked(): void {\n this.tagObjects[0].instance = this.childPresets;\n this.formCompContext.ngAfterContentChecked(this);\n }\npublic registerEvents: (eventList: string[]) => void;\npublic addTwoWay: (propList: string[]) => void;\nstatic decorators: DecoratorInvocation[] = [\n{ type: Component, args: [{\n selector: 'ejs-daterangepicker',\n inputs: inputs,\n outputs: outputs,\n template: '',\n changeDetection: ChangeDetectionStrategy.OnPush,\n providers: [\n {\n provide: NG_VALUE_ACCESSOR,\n useExisting: forwardRef(() => DateRangePickerComponent),\n multi: true\n }\n ],\n queries: {\n childPresets: new ContentChild(PresetsDirective)\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{type: ChangeDetectorRef, },\n];\nstatic propDecorators: {[key: string]: DecoratorInvocation[]} = {\n'start': [{ type: ContentChild, args: ['start', ] },],\n'end': [{ type: ContentChild, args: ['end', ] },],\n};\n}\n\nfunction DateRangePickerComponent_tsickle_Closure_declarations() {\n/** @type {?} */\nDateRangePickerComponent.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nDateRangePickerComponent.ctorParameters;\n/** @type {?} */\nDateRangePickerComponent.propDecorators;\n/** @type {?} */\nDateRangePickerComponent.prototype.formCompContext;\n/** @type {?} */\nDateRangePickerComponent.prototype.formContext;\n/** @type {?} */\nDateRangePickerComponent.prototype.tagObjects;\n/** @type {?} */\nDateRangePickerComponent.prototype.blur;\n/** @type {?} */\nDateRangePickerComponent.prototype.change;\n/** @type {?} */\nDateRangePickerComponent.prototype.cleared;\n/** @type {?} */\nDateRangePickerComponent.prototype.close;\n/** @type {?} */\nDateRangePickerComponent.prototype.created;\n/** @type {?} */\nDateRangePickerComponent.prototype.destroyed;\n/** @type {?} */\nDateRangePickerComponent.prototype.focus;\n/** @type {?} */\nDateRangePickerComponent.prototype.navigated;\n/** @type {?} */\nDateRangePickerComponent.prototype.open;\n/** @type {?} */\nDateRangePickerComponent.prototype.renderDayCell;\n/** @type {?} */\nDateRangePickerComponent.prototype.select;\n/** @type {?} */\nDateRangePickerComponent.prototype.startDateChange;\n/** @type {?} */\nDateRangePickerComponent.prototype.endDateChange;\n/** @type {?} */\nDateRangePickerComponent.prototype.valueChange;\n/** @type {?} */\nDateRangePickerComponent.prototype.childPresets;\n/** @type {?} */\nDateRangePickerComponent.prototype.tags;\n/**\n * Specifies the initial view of the Calendar when it is opened. \n * With the help of this property, initial view can be changed to year or decade view.\n * \\@default Month\n * @type {?}\n */\nDateRangePickerComponent.prototype.start;\n/** @type {?} */\nDateRangePickerComponent.prototype.end;\n/** @type {?} */\nDateRangePickerComponent.prototype.skipFromEvent;\n/** @type {?} */\nDateRangePickerComponent.prototype.registerEvents;\n/** @type {?} */\nDateRangePickerComponent.prototype.addTwoWay;\n/** @type {?} */\nDateRangePickerComponent.prototype.ngEle;\n/** @type {?} */\nDateRangePickerComponent.prototype.srenderer;\n/** @type {?} */\nDateRangePickerComponent.prototype.viewContainerRef;\n/** @type {?} */\nDateRangePickerComponent.prototype.injector;\n/** @type {?} */\nDateRangePickerComponent.prototype.cdr;\n}\n\n\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { PresetDirective, PresetsDirective } from './presets.directive';\nimport { DateRangePickerComponent } from './daterangepicker.component';\n/**\n * NgModule definition for the DateRangePicker component.\n */\nexport class DateRangePickerModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule],\n declarations: [\n DateRangePickerComponent,\n PresetDirective,\n PresetsDirective\n ],\n exports: [\n DateRangePickerComponent,\n PresetDirective,\n PresetsDirective\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction DateRangePickerModule_tsickle_Closure_declarations() {\n/** @type {?} */\nDateRangePickerModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nDateRangePickerModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { PresetDirective, PresetsDirective } from './presets.directive';\nimport { DateRangePickerComponent } from './daterangepicker.component';\nimport { DateRangePickerModule } from './daterangepicker.module';\n/**\n * NgModule definition for the DateRangePicker component with providers.\n */\nexport class DateRangePickerAllModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule, DateRangePickerModule],\n exports: [\n DateRangePickerModule\n ],\n providers:[\n \n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction DateRangePickerAllModule_tsickle_Closure_declarations() {\n/** @type {?} */\nDateRangePickerAllModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nDateRangePickerAllModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Component, ElementRef, ViewContainerRef, ValueProvider, Renderer2, Injector, ChangeDetectionStrategy, ChangeDetectorRef, forwardRef } from '@angular/core';\nimport { NG_VALUE_ACCESSOR } from '@angular/forms';\nimport { ComponentBase, IComponentBase, applyMixins, ComponentMixins, PropertyCollectionInfo, FormBase, setValue } from '@syncfusion/ej2-angular-base';\nimport { DateTimePicker } from '@syncfusion/ej2-calendars';\n\n\n\nexport const /** @type {?} */ inputs: string[] = ['allowEdit','calendarMode','cssClass','dayHeaderFormat','depth','enableMask','enablePersistence','enableRtl','enabled','firstDayOfWeek','floatLabelType','format','fullScreenMode','htmlAttributes','isMultiSelection','keyConfigs','locale','maskPlaceholder','max','min','openOnFocus','placeholder','readonly','scrollTo','serverTimezoneOffset','showClearButton','showTodayButton','start','step','strictMode','timeFormat','value','values','weekNumber','weekRule','width','zIndex'];\nexport const /** @type {?} */ outputs: string[] = ['blur','change','cleared','close','created','destroyed','focus','navigated','open','renderDayCell','valueChange'];\nexport const /** @type {?} */ twoWays: string[] = ['value'];\n/**\n * Represents the Essential JS 2 Angular DateTimePicker Component.\n * ```html\n * <ejs-datetimepicker [value]='dateTime'></ejs-datetimepicker>\n * ```\n */\n@ComponentMixins([ComponentBase, FormBase])\nexport class DateTimePickerComponent extends DateTimePicker implements IComponentBase {\npublic formCompContext : any;\npublic formContext : any;\npublic tagObjects: any;\n\tblur: any;\n\tchange: any;\n\tcleared: any;\n\tclose: any;\n\tcreated: any;\n\tdestroyed: any;\n\tfocus: any;\n\tnavigated: any;\n\topen: any;\n\trenderDayCell: any;\npublic valueChange: any;\nprivate skipFromEvent:boolean = true;\n/**\n * @param {?} ngEle\n * @param {?} srenderer\n * @param {?} viewContainerRef\n * @param {?} injector\n * @param {?} cdr\n */\nconstructor(private ngEle: ElementRef,\nprivate srenderer: Renderer2,\nprivate viewContainerRef:ViewContainerRef,\nprivate injector: Injector,\nprivate cdr: ChangeDetectorRef) {\n super();\n this.element = this.ngEle.nativeElement;\n this.injectedModules = this.injectedModules || [];\n try {\n let mod = this.injector.get('CalendarsIslamic');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('CalendarsMaskedDateTime');\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.formContext = new FormBase();\n this.formCompContext = new ComponentBase();\n }\n/**\n * @param {?} registerFunction\n * @return {?}\n */\npublic registerOnChange(registerFunction: (_: any) => void): void {\n }\n/**\n * @param {?} registerFunction\n * @return {?}\n */\npublic registerOnTouched(registerFunction: () => void): void {\n }\n/**\n * @param {?} value\n * @return {?}\n */\npublic writeValue(value: any): void {\n }\n/**\n * @param {?} disabled\n * @return {?}\n */\npublic setDisabledState(disabled: boolean): void {\n }\n/**\n * @return {?}\n */\npublic ngOnInit() {\n this.formCompContext.ngOnInit(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterViewInit(): void {\n this.formContext.ngAfterViewInit(this);\n }\n/**\n * @return {?}\n */\npublic ngOnDestroy(): void {\n this.formCompContext.ngOnDestroy(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterContentChecked(): void {\n \n this.formCompContext.ngAfterContentChecked(this);\n }\npublic registerEvents: (eventList: string[]) => void;\npublic addTwoWay: (propList: string[]) => void;\nstatic decorators: DecoratorInvocation[] = [\n{ type: Component, args: [{\n selector: 'ejs-datetimepicker',\n inputs: inputs,\n outputs: outputs,\n template: '',\n changeDetection: ChangeDetectionStrategy.OnPush,\n providers: [\n {\n provide: NG_VALUE_ACCESSOR,\n useExisting: forwardRef(() => DateTimePickerComponent),\n multi: true\n }\n ],\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{type: ChangeDetectorRef, },\n];\n}\n\nfunction DateTimePickerComponent_tsickle_Closure_declarations() {\n/** @type {?} */\nDateTimePickerComponent.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nDateTimePickerComponent.ctorParameters;\n/** @type {?} */\nDateTimePickerComponent.prototype.formCompContext;\n/** @type {?} */\nDateTimePickerComponent.prototype.formContext;\n/** @type {?} */\nDateTimePickerComponent.prototype.tagObjects;\n/** @type {?} */\nDateTimePickerComponent.prototype.blur;\n/** @type {?} */\nDateTimePickerComponent.prototype.change;\n/** @type {?} */\nDateTimePickerComponent.prototype.cleared;\n/** @type {?} */\nDateTimePickerComponent.prototype.close;\n/** @type {?} */\nDateTimePickerComponent.prototype.created;\n/** @type {?} */\nDateTimePickerComponent.prototype.destroyed;\n/** @type {?} */\nDateTimePickerComponent.prototype.focus;\n/** @type {?} */\nDateTimePickerComponent.prototype.navigated;\n/** @type {?} */\nDateTimePickerComponent.prototype.open;\n/** @type {?} */\nDateTimePickerComponent.prototype.renderDayCell;\n/** @type {?} */\nDateTimePickerComponent.prototype.valueChange;\n/** @type {?} */\nDateTimePickerComponent.prototype.skipFromEvent;\n/** @type {?} */\nDateTimePickerComponent.prototype.registerEvents;\n/** @type {?} */\nDateTimePickerComponent.prototype.addTwoWay;\n/** @type {?} */\nDateTimePickerComponent.prototype.ngEle;\n/** @type {?} */\nDateTimePickerComponent.prototype.srenderer;\n/** @type {?} */\nDateTimePickerComponent.prototype.viewContainerRef;\n/** @type {?} */\nDateTimePickerComponent.prototype.injector;\n/** @type {?} */\nDateTimePickerComponent.prototype.cdr;\n}\n\n\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { DateTimePickerComponent } from './datetimepicker.component';\n/**\n * NgModule definition for the DateTimePicker component.\n */\nexport class DateTimePickerModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule],\n declarations: [\n DateTimePickerComponent\n ],\n exports: [\n DateTimePickerComponent\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction DateTimePickerModule_tsickle_Closure_declarations() {\n/** @type {?} */\nDateTimePickerModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nDateTimePickerModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { DateTimePickerComponent } from './datetimepicker.component';\nimport { DateTimePickerModule } from './datetimepicker.module';\n/**\n * NgModule definition for the DateTimePicker component with providers.\n */\nexport class DateTimePickerAllModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule, DateTimePickerModule],\n exports: [\n DateTimePickerModule\n ],\n providers:[\n \n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction DateTimePickerAllModule_tsickle_Closure_declarations() {\n/** @type {?} */\nDateTimePickerAllModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nDateTimePickerAllModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n"],"names":["inputs","outputs","twoWays","exports","CalendarComponent","CalendarComponent_1","_super","ngEle","srenderer","viewContainerRef","injector","cdr","_this","call","this","element","nativeElement","injectedModules","mod","get","indexOf","push","_a","registerEvents","addTwoWay","setValue","formContext","FormBase","formCompContext","ComponentBase","__extends","prototype","registerOnChange","registerFunction","registerOnTouched","writeValue","value","setDisabledState","disabled","ngOnInit","ngAfterViewInit","ngOnDestroy","ngAfterContentChecked","Calendar","decorators","type","Component","args","selector","template","changeDetection","ChangeDetectionStrategy","OnPush","providers","provide","NG_VALUE_ACCESSOR","useExisting","forwardRef","multi","queries","ctorParameters","ElementRef","Renderer2","ViewContainerRef","Injector","ChangeDetectorRef","__decorate","ComponentMixins","__metadata","CalendarModule","NgModule","imports","CommonModule","declarations","IslamicService","useValue","Islamic","CalendarAllModule","DatePickerComponent","DatePickerComponent_1","skipFromEvent","_b","DatePicker","DatePickerModule","MaskedDateTimeService","MaskedDateTime","DatePickerAllModule","TimePickerComponent","TimePickerComponent_1","TimePicker","TimePickerModule","TimePickerAllModule","input","PresetDirective","directivePropList","ComplexBase","Directive","PresetsDirective","ArrayBase","children","ContentChildren","DateRangePickerComponent","DateRangePickerComponent_1","tags","tagObjects","instance","childPresets","DateRangePicker","ContentChild","propDecorators","start","end","Template","DateRangePickerModule","DateRangePickerAllModule","DateTimePickerComponent","DateTimePickerComponent_1","DateTimePicker","DateTimePickerModule","DateTimePickerAllModule"],"mappings":"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"}
1
+ {"version":3,"file":"ej2-angular-calendars.umd.min.js","sources":["~/@syncfusion/ej2-angular-calendars/src/calendar/calendar.component.ts","~/@syncfusion/ej2-angular-calendars/src/calendar/calendar.module.ts","~/@syncfusion/ej2-angular-calendars/src/datepicker/datepicker.component.ts","~/@syncfusion/ej2-angular-calendars/src/calendar/calendar-all.module.ts","~/@syncfusion/ej2-angular-calendars/src/datepicker/datepicker.module.ts","~/@syncfusion/ej2-angular-calendars/src/timepicker/timepicker.component.ts","~/@syncfusion/ej2-angular-calendars/src/datepicker/datepicker-all.module.ts","~/@syncfusion/ej2-angular-calendars/src/timepicker/timepicker.module.ts","~/@syncfusion/ej2-angular-calendars/src/daterangepicker/presets.directive.ts","~/@syncfusion/ej2-angular-calendars/src/timepicker/timepicker-all.module.ts","~/@syncfusion/ej2-angular-calendars/src/daterangepicker/daterangepicker.component.ts","~/@syncfusion/ej2-angular-calendars/src/daterangepicker/daterangepicker.module.ts","~/@syncfusion/ej2-angular-calendars/src/datetimepicker/datetimepicker.component.ts","~/@syncfusion/ej2-angular-calendars/src/daterangepicker/daterangepicker-all.module.ts","~/@syncfusion/ej2-angular-calendars/src/datetimepicker/datetimepicker.module.ts","~/@syncfusion/ej2-angular-calendars/src/datetimepicker/datetimepicker-all.module.ts"],"sourcesContent":["import { Component, ElementRef, ViewContainerRef, ValueProvider, Renderer2, Injector, ChangeDetectionStrategy, ChangeDetectorRef, forwardRef } from '@angular/core';\nimport { NG_VALUE_ACCESSOR } from '@angular/forms';\nimport { ComponentBase, IComponentBase, applyMixins, ComponentMixins, PropertyCollectionInfo, FormBase, setValue } from '@syncfusion/ej2-angular-base';\nimport { Calendar } from '@syncfusion/ej2-calendars';\n\n\n\nexport const inputs: string[] = ['calendarMode','cssClass','dayHeaderFormat','depth','enablePersistence','enableRtl','enabled','firstDayOfWeek','isMultiSelection','keyConfigs','locale','max','min','serverTimezoneOffset','showTodayButton','start','value','values','weekNumber','weekRule'];\nexport const outputs: string[] = ['focus', 'blur', 'change','created','destroyed','navigated','renderDayCell','valueChange','valuesChange'];\nexport const twoWays: string[] = ['value', 'values'];\n\n/**\n * Represents the Essential JS 2 Angular Calendar Component.\n * ```html\n * <ejs-calendar [value]='date'></ejs-calendar>\n * ```\n */\n@Component({\n selector: 'ejs-calendar',\n inputs: inputs,\n outputs: outputs,\n template: '',\n changeDetection: ChangeDetectionStrategy.OnPush,\n providers: [\n {\n provide: NG_VALUE_ACCESSOR,\n useExisting: forwardRef(() => CalendarComponent),\n multi: true\n }\n ],\n queries: {\n\n }\n})\n@ComponentMixins([ComponentBase, FormBase])\nexport class CalendarComponent extends Calendar implements IComponentBase {\n public formCompContext : any;\n public formContext : any;\n public tagObjects: any;\n\tchange: any;\n\tcreated: any;\n\tdestroyed: any;\n\tnavigated: any;\n\trenderDayCell: any;\n\tvalueChange: any;\n\tpublic valuesChange: any;\n\n\n\n public focus: any;\n public blur: any;\n constructor(private ngEle: ElementRef, private srenderer: Renderer2, private viewContainerRef:ViewContainerRef, private injector: Injector, private cdr: ChangeDetectorRef) {\n super();\n this.element = this.ngEle.nativeElement;\n this.injectedModules = this.injectedModules || [];\n try {\n let mod = this.injector.get('CalendarsIslamic');\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.formContext = new FormBase();\n this.formCompContext = new ComponentBase();\n }\n\n public registerOnChange(registerFunction: (_: any) => void): void {\n }\n\n public registerOnTouched(registerFunction: () => void): void {\n }\n\n public writeValue(value: any): void {\n }\n \n public setDisabledState(disabled: boolean): void {\n }\n\n public ngOnInit() {\n this.formCompContext.ngOnInit(this);\n }\n\n public ngAfterViewInit(): void {\n this.formContext.ngAfterViewInit(this);\n }\n\n public ngOnDestroy(): void {\n this.formCompContext.ngOnDestroy(this);\n }\n\n public ngAfterContentChecked(): void {\n \n this.formCompContext.ngAfterContentChecked(this);\n }\n\n public registerEvents: (eventList: string[]) => void;\n public addTwoWay: (propList: string[]) => void;\n}\n\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { CalendarComponent } from './calendar.component';\n\n/**\n * NgModule definition for the Calendar component.\n */\n@NgModule({\n imports: [CommonModule],\n declarations: [\n CalendarComponent\n ],\n exports: [\n CalendarComponent\n ]\n})\nexport class CalendarModule { }","import { Component, ElementRef, ViewContainerRef, ValueProvider, Renderer2, Injector, ChangeDetectionStrategy, ChangeDetectorRef, forwardRef } from '@angular/core';\nimport { NG_VALUE_ACCESSOR } from '@angular/forms';\nimport { ComponentBase, IComponentBase, applyMixins, ComponentMixins, PropertyCollectionInfo, FormBase, setValue } from '@syncfusion/ej2-angular-base';\nimport { DatePicker } from '@syncfusion/ej2-calendars';\n\n\n\nexport const inputs: string[] = ['allowEdit','calendarMode','cssClass','dayHeaderFormat','depth','enableMask','enablePersistence','enableRtl','enabled','firstDayOfWeek','floatLabelType','format','fullScreenMode','htmlAttributes','isMultiSelection','keyConfigs','locale','maskPlaceholder','max','min','openOnFocus','placeholder','readonly','serverTimezoneOffset','showClearButton','showTodayButton','start','strictMode','value','values','weekNumber','weekRule','width','zIndex'];\nexport const outputs: string[] = ['blur','change','cleared','close','created','destroyed','focus','navigated','open','renderDayCell','valueChange'];\nexport const twoWays: string[] = ['value'];\n\n/**\n * Represents the Essential JS 2 Angular DatePicker Component.\n * ```html\n * <ejs-datepicker [value]='date'></ejs-datepicker>\n * ```\n */\n@Component({\n selector: 'ejs-datepicker',\n inputs: inputs,\n outputs: outputs,\n template: '',\n changeDetection: ChangeDetectionStrategy.OnPush,\n providers: [\n {\n provide: NG_VALUE_ACCESSOR,\n useExisting: forwardRef(() => DatePickerComponent),\n multi: true\n }\n ],\n queries: {\n\n }\n})\n@ComponentMixins([ComponentBase, FormBase])\nexport class DatePickerComponent extends DatePicker implements IComponentBase {\n public formCompContext : any;\n public formContext : any;\n public tagObjects: any;\n\tblur: any;\n\tchange: any;\n\tcleared: any;\n\tclose: any;\n\tcreated: any;\n\tdestroyed: any;\n\tfocus: any;\n\tnavigated: any;\n\topen: any;\n\trenderDayCell: any;\n\tpublic valueChange: any;\n\n\n\n private skipFromEvent:boolean = true;\n constructor(private ngEle: ElementRef, private srenderer: Renderer2, private viewContainerRef:ViewContainerRef, private injector: Injector, private cdr: ChangeDetectorRef) {\n super();\n this.element = this.ngEle.nativeElement;\n this.injectedModules = this.injectedModules || [];\n try {\n let mod = this.injector.get('CalendarsIslamic');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('CalendarsMaskedDateTime');\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.formContext = new FormBase();\n this.formCompContext = new ComponentBase();\n }\n\n public registerOnChange(registerFunction: (_: any) => void): void {\n }\n\n public registerOnTouched(registerFunction: () => void): void {\n }\n\n public writeValue(value: any): void {\n }\n \n public setDisabledState(disabled: boolean): void {\n }\n\n public ngOnInit() {\n this.formCompContext.ngOnInit(this);\n }\n\n public ngAfterViewInit(): void {\n this.formContext.ngAfterViewInit(this);\n }\n\n public ngOnDestroy(): void {\n this.formCompContext.ngOnDestroy(this);\n }\n\n public ngAfterContentChecked(): void {\n \n this.formCompContext.ngAfterContentChecked(this);\n }\n\n public registerEvents: (eventList: string[]) => void;\n public addTwoWay: (propList: string[]) => void;\n}\n\n","import { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { CalendarComponent } from './calendar.component';\nimport { CalendarModule } from './calendar.module';\nimport {Islamic} from '@syncfusion/ej2-calendars'\n\n\nexport const IslamicService: ValueProvider = { provide: 'CalendarsIslamic', useValue: Islamic};\n\n/**\n * NgModule definition for the Calendar component with providers.\n */\n@NgModule({\n imports: [CommonModule, CalendarModule],\n exports: [\n CalendarModule\n ],\n providers:[\n IslamicService\n ]\n})\nexport class CalendarAllModule { }","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { DatePickerComponent } from './datepicker.component';\n\n/**\n * NgModule definition for the DatePicker component.\n */\n@NgModule({\n imports: [CommonModule],\n declarations: [\n DatePickerComponent\n ],\n exports: [\n DatePickerComponent\n ]\n})\nexport class DatePickerModule { }","import { Component, ElementRef, ViewContainerRef, ValueProvider, Renderer2, Injector, ChangeDetectionStrategy, ChangeDetectorRef, forwardRef } from '@angular/core';\nimport { NG_VALUE_ACCESSOR } from '@angular/forms';\nimport { ComponentBase, IComponentBase, applyMixins, ComponentMixins, PropertyCollectionInfo, FormBase, setValue } from '@syncfusion/ej2-angular-base';\nimport { TimePicker } from '@syncfusion/ej2-calendars';\n\n\n\nexport const inputs: string[] = ['allowEdit','cssClass','enableMask','enablePersistence','enableRtl','enabled','floatLabelType','format','fullScreenMode','htmlAttributes','keyConfigs','locale','maskPlaceholder','max','min','openOnFocus','placeholder','readonly','scrollTo','serverTimezoneOffset','showClearButton','step','strictMode','value','width','zIndex'];\nexport const outputs: string[] = ['blur','change','cleared','close','created','destroyed','focus','itemRender','open','valueChange'];\nexport const twoWays: string[] = ['value'];\n\n/**\n * Represents the Essential JS 2 Angular TimePicker Component.\n * ```html\n * <ejs-timepicker [value]='dateTime'></ejs-timepicker>\n * ```\n */\n@Component({\n selector: 'ejs-timepicker',\n inputs: inputs,\n outputs: outputs,\n template: '',\n changeDetection: ChangeDetectionStrategy.OnPush,\n providers: [\n {\n provide: NG_VALUE_ACCESSOR,\n useExisting: forwardRef(() => TimePickerComponent),\n multi: true\n }\n ],\n queries: {\n\n }\n})\n@ComponentMixins([ComponentBase, FormBase])\nexport class TimePickerComponent extends TimePicker implements IComponentBase {\n public formCompContext : any;\n public formContext : any;\n public tagObjects: any;\n\tblur: any;\n\tchange: any;\n\tcleared: any;\n\tclose: any;\n\tcreated: any;\n\tdestroyed: any;\n\tfocus: any;\n\titemRender: any;\n\topen: any;\n\tpublic valueChange: any;\n\n\n\n private skipFromEvent:boolean = true;\n constructor(private ngEle: ElementRef, private srenderer: Renderer2, private viewContainerRef:ViewContainerRef, private injector: Injector, private cdr: ChangeDetectorRef) {\n super();\n this.element = this.ngEle.nativeElement;\n this.injectedModules = this.injectedModules || [];\n try {\n let mod = this.injector.get('CalendarsMaskedDateTime');\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.formContext = new FormBase();\n this.formCompContext = new ComponentBase();\n }\n\n public registerOnChange(registerFunction: (_: any) => void): void {\n }\n\n public registerOnTouched(registerFunction: () => void): void {\n }\n\n public writeValue(value: any): void {\n }\n \n public setDisabledState(disabled: boolean): void {\n }\n\n public ngOnInit() {\n this.formCompContext.ngOnInit(this);\n }\n\n public ngAfterViewInit(): void {\n this.formContext.ngAfterViewInit(this);\n }\n\n public ngOnDestroy(): void {\n this.formCompContext.ngOnDestroy(this);\n }\n\n public ngAfterContentChecked(): void {\n \n this.formCompContext.ngAfterContentChecked(this);\n }\n\n public registerEvents: (eventList: string[]) => void;\n public addTwoWay: (propList: string[]) => void;\n}\n\n","import { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { DatePickerComponent } from './datepicker.component';\nimport { DatePickerModule } from './datepicker.module';\nimport {MaskedDateTime} from '@syncfusion/ej2-calendars'\n\n\nexport const MaskedDateTimeService: ValueProvider = { provide: 'CalendarsMaskedDateTime', useValue: MaskedDateTime};\n\n/**\n * NgModule definition for the DatePicker component with providers.\n */\n@NgModule({\n imports: [CommonModule, DatePickerModule],\n exports: [\n DatePickerModule\n ],\n providers:[\n MaskedDateTimeService\n ]\n})\nexport class DatePickerAllModule { }","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { TimePickerComponent } from './timepicker.component';\n\n/**\n * NgModule definition for the TimePicker component.\n */\n@NgModule({\n imports: [CommonModule],\n declarations: [\n TimePickerComponent\n ],\n exports: [\n TimePickerComponent\n ]\n})\nexport class TimePickerModule { }","import { Directive, ViewContainerRef, ContentChildren } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\n\n\n\nlet input: string[] = ['end', 'label', 'start'];\nlet outputs: string[] = [];\n/**\n * 'e-presets' directive represent a presets of angular daterangepicker \n * It must be contained in a daterangepicker component(`ej-daterangepicker`). \n * ```html\n * <ejs-daterangepicker id='range'> \n * <e-presets>\n * <e-preset label='Last Week' [start]=new Date('06/07/2018') [end]= new Date('06/01/2018')></e-preset>\n * <e-preset label='Last Month' [start]=new Date('06/07/2018') [end]= new Date('05/07/2018')></e-preset>\n * </e-presets>\n * </ejs-daterangepicker>\n * ```\n */\n@Directive({\n selector: 'e-presets>e-preset',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n})\nexport class PresetDirective extends ComplexBase<PresetDirective> {\n public directivePropList: any;\n\t\n\n\n /** \n * Defines the end date of the preset range\n */\n public end: any;\n /** \n * Defines the label string of the preset range.\n */\n public label: any;\n /** \n * Defines the start date of the preset range.\n */\n public start: any;\n\n constructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\n}\n\n/**\n * Preset Array Directive\n * @private\n */\n@Directive({\n selector: 'ejs-daterangepicker>e-presets',\n queries: {\n children: new ContentChildren(PresetDirective)\n },\n})\nexport class PresetsDirective extends ArrayBase<PresetsDirective> {\n constructor() {\n super('presets');\n }\n}","import { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { TimePickerComponent } from './timepicker.component';\nimport { TimePickerModule } from './timepicker.module';\n\n\n\n\n\n/**\n * NgModule definition for the TimePicker component with providers.\n */\n@NgModule({\n imports: [CommonModule, TimePickerModule],\n exports: [\n TimePickerModule\n ],\n providers:[\n \n ]\n})\nexport class TimePickerAllModule { }","import { Component, ElementRef, ViewContainerRef, ValueProvider, Renderer2, Injector, ChangeDetectionStrategy, ChangeDetectorRef, forwardRef, ContentChild } from '@angular/core';\nimport { NG_VALUE_ACCESSOR } from '@angular/forms';\nimport { ComponentBase, IComponentBase, applyMixins, ComponentMixins, PropertyCollectionInfo, FormBase, setValue } from '@syncfusion/ej2-angular-base';\nimport { DateRangePicker } from '@syncfusion/ej2-calendars';\nimport { Template } from '@syncfusion/ej2-angular-base';\nimport { PresetsDirective } from './presets.directive';\n\nexport const inputs: string[] = ['allowEdit','calendarMode','cssClass','dayHeaderFormat','depth','enablePersistence','enableRtl','enabled','endDate','firstDayOfWeek','floatLabelType','format','fullScreenMode','htmlAttributes','keyConfigs','locale','max','maxDays','min','minDays','openOnFocus','placeholder','presets','readonly','separator','serverTimezoneOffset','showClearButton','start','startDate','strictMode','value','weekNumber','weekRule','width','zIndex'];\nexport const outputs: string[] = ['blur','change','cleared','close','created','destroyed','focus','navigated','open','renderDayCell','select','startDateChange','endDateChange','valueChange'];\nexport const twoWays: string[] = ['startDate', 'endDate', 'value'];\n\n/**\n * Represents the Essential JS 2 Angular DateRangePicker Component.\n * ```html\n * <ejs-daterangepicker [startDate]='date' [endDate]='date'></ejs-daterangepicker>\n * ```\n */\n@Component({\n selector: 'ejs-daterangepicker',\n inputs: inputs,\n outputs: outputs,\n template: '',\n changeDetection: ChangeDetectionStrategy.OnPush,\n providers: [\n {\n provide: NG_VALUE_ACCESSOR,\n useExisting: forwardRef(() => DateRangePickerComponent),\n multi: true\n }\n ],\n queries: {\n childPresets: new ContentChild(PresetsDirective)\n }\n})\n@ComponentMixins([ComponentBase, FormBase])\nexport class DateRangePickerComponent extends DateRangePicker implements IComponentBase {\n public formCompContext : any;\n public formContext : any;\n public tagObjects: any;\n\tblur: any;\n\tchange: any;\n\tcleared: any;\n\tclose: any;\n\tcreated: any;\n\tdestroyed: any;\n\tfocus: any;\n\tnavigated: any;\n\topen: any;\n\trenderDayCell: any;\n\tselect: any;\n\tstartDateChange: any;\n\tendDateChange: any;\n\tpublic valueChange: any;\n public childPresets: any;\n public tags: string[] = ['presets'];\n /** \n * Specifies the initial view of the Calendar when it is opened. \n * With the help of this property, initial view can be changed to year or decade view.\n * @default Month\n */\n @ContentChild('start')\n @Template()\n public start: any;\n @ContentChild('end')\n @Template()\n public end: any;\n\n private skipFromEvent:boolean = true;\n constructor(private ngEle: ElementRef, private srenderer: Renderer2, private viewContainerRef:ViewContainerRef, private injector: Injector, private cdr: ChangeDetectorRef) {\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.formContext = new FormBase();\n this.formCompContext = new ComponentBase();\n }\n\n public registerOnChange(registerFunction: (_: any) => void): void {\n }\n\n public registerOnTouched(registerFunction: () => void): void {\n }\n\n public writeValue(value: any): void {\n }\n \n public setDisabledState(disabled: boolean): void {\n }\n\n public ngOnInit() {\n this.formCompContext.ngOnInit(this);\n }\n\n public ngAfterViewInit(): void {\n this.formContext.ngAfterViewInit(this);\n }\n\n public ngOnDestroy(): void {\n this.formCompContext.ngOnDestroy(this);\n }\n\n public ngAfterContentChecked(): void {\n this.tagObjects[0].instance = this.childPresets;\n this.formCompContext.ngAfterContentChecked(this);\n }\n\n public registerEvents: (eventList: string[]) => void;\n public addTwoWay: (propList: string[]) => void;\n}\n\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { PresetDirective, PresetsDirective } from './presets.directive';\nimport { DateRangePickerComponent } from './daterangepicker.component';\n\n/**\n * NgModule definition for the DateRangePicker component.\n */\n@NgModule({\n imports: [CommonModule],\n declarations: [\n DateRangePickerComponent,\n PresetDirective,\n PresetsDirective\n ],\n exports: [\n DateRangePickerComponent,\n PresetDirective,\n PresetsDirective\n ]\n})\nexport class DateRangePickerModule { }","import { Component, ElementRef, ViewContainerRef, ValueProvider, Renderer2, Injector, ChangeDetectionStrategy, ChangeDetectorRef, forwardRef } from '@angular/core';\nimport { NG_VALUE_ACCESSOR } from '@angular/forms';\nimport { ComponentBase, IComponentBase, applyMixins, ComponentMixins, PropertyCollectionInfo, FormBase, setValue } from '@syncfusion/ej2-angular-base';\nimport { DateTimePicker } from '@syncfusion/ej2-calendars';\n\n\n\nexport const inputs: string[] = ['allowEdit','calendarMode','cssClass','dayHeaderFormat','depth','enableMask','enablePersistence','enableRtl','enabled','firstDayOfWeek','floatLabelType','format','fullScreenMode','htmlAttributes','isMultiSelection','keyConfigs','locale','maskPlaceholder','max','min','openOnFocus','placeholder','readonly','scrollTo','serverTimezoneOffset','showClearButton','showTodayButton','start','step','strictMode','timeFormat','value','values','weekNumber','weekRule','width','zIndex'];\nexport const outputs: string[] = ['blur','change','cleared','close','created','destroyed','focus','navigated','open','renderDayCell','valueChange'];\nexport const twoWays: string[] = ['value'];\n\n/**\n * Represents the Essential JS 2 Angular DateTimePicker Component.\n * ```html\n * <ejs-datetimepicker [value]='dateTime'></ejs-datetimepicker>\n * ```\n */\n@Component({\n selector: 'ejs-datetimepicker',\n inputs: inputs,\n outputs: outputs,\n template: '',\n changeDetection: ChangeDetectionStrategy.OnPush,\n providers: [\n {\n provide: NG_VALUE_ACCESSOR,\n useExisting: forwardRef(() => DateTimePickerComponent),\n multi: true\n }\n ],\n queries: {\n\n }\n})\n@ComponentMixins([ComponentBase, FormBase])\nexport class DateTimePickerComponent extends DateTimePicker implements IComponentBase {\n public formCompContext : any;\n public formContext : any;\n public tagObjects: any;\n\tblur: any;\n\tchange: any;\n\tcleared: any;\n\tclose: any;\n\tcreated: any;\n\tdestroyed: any;\n\tfocus: any;\n\tnavigated: any;\n\topen: any;\n\trenderDayCell: any;\n\tpublic valueChange: any;\n\n\n\n private skipFromEvent:boolean = true;\n constructor(private ngEle: ElementRef, private srenderer: Renderer2, private viewContainerRef:ViewContainerRef, private injector: Injector, private cdr: ChangeDetectorRef) {\n super();\n this.element = this.ngEle.nativeElement;\n this.injectedModules = this.injectedModules || [];\n try {\n let mod = this.injector.get('CalendarsIslamic');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('CalendarsMaskedDateTime');\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.formContext = new FormBase();\n this.formCompContext = new ComponentBase();\n }\n\n public registerOnChange(registerFunction: (_: any) => void): void {\n }\n\n public registerOnTouched(registerFunction: () => void): void {\n }\n\n public writeValue(value: any): void {\n }\n \n public setDisabledState(disabled: boolean): void {\n }\n\n public ngOnInit() {\n this.formCompContext.ngOnInit(this);\n }\n\n public ngAfterViewInit(): void {\n this.formContext.ngAfterViewInit(this);\n }\n\n public ngOnDestroy(): void {\n this.formCompContext.ngOnDestroy(this);\n }\n\n public ngAfterContentChecked(): void {\n \n this.formCompContext.ngAfterContentChecked(this);\n }\n\n public registerEvents: (eventList: string[]) => void;\n public addTwoWay: (propList: string[]) => void;\n}\n\n","import { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { PresetDirective, PresetsDirective } from './presets.directive';\nimport { DateRangePickerComponent } from './daterangepicker.component';\nimport { DateRangePickerModule } from './daterangepicker.module';\n\n\n\n\n\n/**\n * NgModule definition for the DateRangePicker component with providers.\n */\n@NgModule({\n imports: [CommonModule, DateRangePickerModule],\n exports: [\n DateRangePickerModule\n ],\n providers:[\n \n ]\n})\nexport class DateRangePickerAllModule { }","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { DateTimePickerComponent } from './datetimepicker.component';\n\n/**\n * NgModule definition for the DateTimePicker component.\n */\n@NgModule({\n imports: [CommonModule],\n declarations: [\n DateTimePickerComponent\n ],\n exports: [\n DateTimePickerComponent\n ]\n})\nexport class DateTimePickerModule { }","import { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { DateTimePickerComponent } from './datetimepicker.component';\nimport { DateTimePickerModule } from './datetimepicker.module';\n\n\n\n\n\n/**\n * NgModule definition for the DateTimePicker component with providers.\n */\n@NgModule({\n imports: [CommonModule, DateTimePickerModule],\n exports: [\n DateTimePickerModule\n ],\n providers:[\n \n ]\n})\nexport class DateTimePickerAllModule { }"],"names":["_super","CalendarComponent_1","inputs","outputs","twoWays","CalendarComponent","ngEle","srenderer","viewContainerRef","injector","cdr","_this","call","this","element","nativeElement","injectedModules","mod","get","indexOf","push","_a","registerEvents","addTwoWay","setValue","formContext","FormBase","formCompContext","ComponentBase","exports","Calendar","__extends","prototype","registerOnChange","registerFunction","registerOnTouched","writeValue","value","setDisabledState","disabled","ngOnInit","ngAfterViewInit","ngOnDestroy","ngAfterContentChecked","decorators","type","Component","args","selector","template","changeDetection","ChangeDetectionStrategy","OnPush","providers","provide","NG_VALUE_ACCESSOR","useExisting","forwardRef","multi","queries","ctorParameters","ElementRef","Renderer2","ViewContainerRef","Injector","ChangeDetectorRef","__decorate","ComponentMixins","__metadata","DatePickerComponent_1","CalendarModule","IslamicService","NgModule","imports","CommonModule","declarations","useValue","Islamic","CalendarAllModule","DatePickerComponent","skipFromEvent","_b","DatePicker","TimePickerComponent_1","DatePickerModule","MaskedDateTimeService","MaskedDateTime","DatePickerAllModule","TimePickerComponent","TimePicker","TimePickerModule","TimePickerAllModule","input","PresetDirective","ComplexBase","directivePropList","Directive","ArrayBase","PresetsDirective","children","ContentChildren","DateRangePickerComponent_1","DateRangePickerComponent","tags","DateRangePicker","tagObjects","instance","childPresets","ContentChild","propDecorators","start","end","Template","DateTimePickerComponent_1","DateRangePickerModule","DateRangePickerAllModule","DateTimePickerComponent","DateTimePicker","DateTimePickerModule","DateTimePickerAllModule"],"mappings":"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"}
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-angular-calendars@*",
3
- "_id": "@syncfusion/ej2-angular-calendars@25.2.5",
3
+ "_id": "@syncfusion/ej2-angular-calendars@18.32.5",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-7kx+wiyC2LKqXMXuk6GdOIF7cfz45YOizdn+AdViBGxauBIbAaZewzmxklOamdYnw4HKS4M71rmuJaNuOMOAXA==",
5
+ "_integrity": "sha512-LfmxmEfmF3Jiqj6F0y6fxYSfY+n0V/kaMagvfhCQmwPp6oXgEVqO59AX8z2POWW2d7EDodgT04Ilq/LB2cdz5g==",
6
6
  "_location": "/@syncfusion/ej2-angular-calendars",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,10 +19,10 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-calendars/-/ej2-angular-calendars-25.2.5.tgz",
23
- "_shasum": "7ab32db33c0b170f11f6934337e1f5dc8d80184e",
22
+ "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-release/@syncfusion/ej2-angular-calendars/-/ej2-angular-calendars-18.32.5.tgz",
23
+ "_shasum": "1190b4221d8fddc2a3775fa485eb4a6deee1db1c",
24
24
  "_spec": "@syncfusion/ej2-angular-calendars@*",
25
- "_where": "/jenkins/workspace/elease-automation_release_25.1.1/packages/included",
25
+ "_where": "/jenkins/workspace/elease-automation_release_26.1.1/packages/included",
26
26
  "author": {
27
27
  "name": "Syncfusion Inc."
28
28
  },
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-angular-base": "~25.2.6",
35
- "@syncfusion/ej2-base": "~25.2.7",
36
- "@syncfusion/ej2-calendars": "25.2.7"
34
+ "@syncfusion/ej2-angular-base": "~26.1.35",
35
+ "@syncfusion/ej2-base": "~26.1.35",
36
+ "@syncfusion/ej2-calendars": "26.1.35"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization. for Angular",
@@ -58,5 +58,5 @@
58
58
  "schematics": "./schematics/collection.json",
59
59
  "sideEffects": false,
60
60
  "typings": "ej2-angular-calendars.d.ts",
61
- "version": "25.2.7-ngcc"
61
+ "version": "26.1.35-ngcc"
62
62
  }
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.pkgName = '@syncfusion/ej2-angular-calendars';
4
- exports.pkgVer = '^25.2.7';
4
+ exports.pkgVer = '^26.1.35';
5
5
  exports.moduleName = 'CalendarModule, DatePickerModule, TimePickerModule, DateRangePickerModule, DateTimePickerModule';
6
- exports.themeVer = '~25.2.7';
6
+ exports.themeVer = '~26.1.35';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-calendars';
2
- export const pkgVer = '^25.2.7';
2
+ export const pkgVer = '^26.1.35';
3
3
  export const moduleName = 'CalendarModule, DatePickerModule, TimePickerModule, DateRangePickerModule, DateTimePickerModule';
4
- export const themeVer = '~25.2.7';
4
+ export const themeVer = '~26.1.35';