@syncfusion/ej2-angular-calendars 32.1.25 → 32.2.3-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 (205) hide show
  1. package/@syncfusion/ej2-angular-calendars.es5.js +1048 -0
  2. package/@syncfusion/ej2-angular-calendars.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-calendars.js +981 -0
  4. package/@syncfusion/ej2-angular-calendars.js.map +1 -0
  5. package/LICENSE +10 -0
  6. package/README.md +5 -12
  7. package/dist/ej2-angular-calendars.umd.js +1093 -0
  8. package/dist/ej2-angular-calendars.umd.js.map +1 -0
  9. package/dist/ej2-angular-calendars.umd.min.js +11 -0
  10. package/dist/ej2-angular-calendars.umd.min.js.map +1 -0
  11. package/ej2-angular-calendars.d.ts +9 -0
  12. package/ej2-angular-calendars.metadata.json +1 -0
  13. package/package.json +48 -30
  14. package/public_api.d.ts +1 -1
  15. package/schematics/utils/lib-details.js +2 -2
  16. package/schematics/utils/lib-details.ts +2 -2
  17. package/src/calendar/calendar-all.module.d.ts +7 -13
  18. package/src/calendar/calendar.component.d.ts +42 -45
  19. package/src/calendar/calendar.module.d.ts +5 -11
  20. package/src/datepicker/datepicker-all.module.d.ts +7 -13
  21. package/src/datepicker/datepicker.component.d.ts +45 -48
  22. package/src/datepicker/datepicker.module.d.ts +5 -11
  23. package/src/daterangepicker/daterangepicker-all.module.d.ts +5 -11
  24. package/src/daterangepicker/daterangepicker.component.d.ts +57 -60
  25. package/src/daterangepicker/daterangepicker.module.d.ts +5 -12
  26. package/src/daterangepicker/presets.directive.d.ts +38 -43
  27. package/src/datetimepicker/datetimepicker-all.module.d.ts +5 -11
  28. package/src/datetimepicker/datetimepicker.component.d.ts +45 -48
  29. package/src/datetimepicker/datetimepicker.module.d.ts +5 -11
  30. package/src/index.d.ts +17 -17
  31. package/src/timepicker/timepicker-all.module.d.ts +5 -11
  32. package/src/timepicker/timepicker.component.d.ts +44 -47
  33. package/src/timepicker/timepicker.module.d.ts +5 -11
  34. package/styles/bds-lite.scss +1 -1
  35. package/styles/bds.scss +5 -5
  36. package/styles/bootstrap-dark-lite.scss +1 -1
  37. package/styles/bootstrap-dark.scss +5 -5
  38. package/styles/bootstrap-lite.scss +1 -1
  39. package/styles/bootstrap.scss +5 -5
  40. package/styles/bootstrap4-lite.scss +1 -1
  41. package/styles/bootstrap4.scss +5 -5
  42. package/styles/bootstrap5-dark-lite.scss +1 -1
  43. package/styles/bootstrap5-dark.scss +5 -5
  44. package/styles/bootstrap5-lite.scss +1 -1
  45. package/styles/bootstrap5.3-lite.scss +1 -1
  46. package/styles/bootstrap5.3.scss +5 -5
  47. package/styles/bootstrap5.scss +5 -5
  48. package/styles/calendar/bds.scss +1 -1
  49. package/styles/calendar/bootstrap-dark.scss +1 -1
  50. package/styles/calendar/bootstrap.scss +1 -1
  51. package/styles/calendar/bootstrap4.scss +1 -1
  52. package/styles/calendar/bootstrap5-dark.scss +1 -1
  53. package/styles/calendar/bootstrap5.3.scss +1 -1
  54. package/styles/calendar/bootstrap5.scss +1 -1
  55. package/styles/calendar/fabric-dark.scss +1 -1
  56. package/styles/calendar/fabric.scss +1 -1
  57. package/styles/calendar/fluent-dark.scss +1 -1
  58. package/styles/calendar/fluent.scss +1 -1
  59. package/styles/calendar/fluent2.scss +1 -1
  60. package/styles/calendar/highcontrast-light.scss +1 -1
  61. package/styles/calendar/highcontrast.scss +1 -1
  62. package/styles/calendar/material-dark.scss +1 -1
  63. package/styles/calendar/material.scss +1 -1
  64. package/styles/calendar/material3-dark.scss +2 -1
  65. package/styles/calendar/material3.scss +2 -1
  66. package/styles/calendar/tailwind-dark.scss +1 -1
  67. package/styles/calendar/tailwind.scss +1 -1
  68. package/styles/calendar/tailwind3.scss +1 -1
  69. package/styles/datepicker/bds.scss +1 -1
  70. package/styles/datepicker/bootstrap-dark.scss +1 -1
  71. package/styles/datepicker/bootstrap.scss +1 -1
  72. package/styles/datepicker/bootstrap4.scss +1 -1
  73. package/styles/datepicker/bootstrap5-dark.scss +1 -1
  74. package/styles/datepicker/bootstrap5.3.scss +1 -1
  75. package/styles/datepicker/bootstrap5.scss +1 -1
  76. package/styles/datepicker/fabric-dark.scss +1 -1
  77. package/styles/datepicker/fabric.scss +1 -1
  78. package/styles/datepicker/fluent-dark.scss +1 -1
  79. package/styles/datepicker/fluent.scss +1 -1
  80. package/styles/datepicker/fluent2.scss +1 -1
  81. package/styles/datepicker/highcontrast-light.scss +1 -1
  82. package/styles/datepicker/highcontrast.scss +1 -1
  83. package/styles/datepicker/material-dark.scss +1 -1
  84. package/styles/datepicker/material.scss +1 -1
  85. package/styles/datepicker/material3-dark.scss +2 -1
  86. package/styles/datepicker/material3.scss +2 -1
  87. package/styles/datepicker/tailwind-dark.scss +1 -1
  88. package/styles/datepicker/tailwind.scss +1 -1
  89. package/styles/datepicker/tailwind3.scss +1 -1
  90. package/styles/daterangepicker/bds.scss +1 -1
  91. package/styles/daterangepicker/bootstrap-dark.scss +1 -1
  92. package/styles/daterangepicker/bootstrap.scss +1 -1
  93. package/styles/daterangepicker/bootstrap4.scss +1 -1
  94. package/styles/daterangepicker/bootstrap5-dark.scss +1 -1
  95. package/styles/daterangepicker/bootstrap5.3.scss +1 -1
  96. package/styles/daterangepicker/bootstrap5.scss +1 -1
  97. package/styles/daterangepicker/fabric-dark.scss +1 -1
  98. package/styles/daterangepicker/fabric.scss +1 -1
  99. package/styles/daterangepicker/fluent-dark.scss +1 -1
  100. package/styles/daterangepicker/fluent.scss +1 -1
  101. package/styles/daterangepicker/fluent2.scss +1 -1
  102. package/styles/daterangepicker/highcontrast-light.scss +1 -1
  103. package/styles/daterangepicker/highcontrast.scss +1 -1
  104. package/styles/daterangepicker/material-dark.scss +1 -1
  105. package/styles/daterangepicker/material.scss +1 -1
  106. package/styles/daterangepicker/material3-dark.scss +2 -1
  107. package/styles/daterangepicker/material3.scss +2 -1
  108. package/styles/daterangepicker/tailwind-dark.scss +1 -1
  109. package/styles/daterangepicker/tailwind.scss +1 -1
  110. package/styles/daterangepicker/tailwind3.scss +1 -1
  111. package/styles/datetimepicker/bds.scss +1 -1
  112. package/styles/datetimepicker/bootstrap-dark.scss +1 -1
  113. package/styles/datetimepicker/bootstrap.scss +1 -1
  114. package/styles/datetimepicker/bootstrap4.scss +1 -1
  115. package/styles/datetimepicker/bootstrap5-dark.scss +1 -1
  116. package/styles/datetimepicker/bootstrap5.3.scss +1 -1
  117. package/styles/datetimepicker/bootstrap5.scss +1 -1
  118. package/styles/datetimepicker/fabric-dark.scss +1 -1
  119. package/styles/datetimepicker/fabric.scss +1 -1
  120. package/styles/datetimepicker/fluent-dark.scss +1 -1
  121. package/styles/datetimepicker/fluent.scss +1 -1
  122. package/styles/datetimepicker/fluent2.scss +1 -1
  123. package/styles/datetimepicker/highcontrast-light.scss +1 -1
  124. package/styles/datetimepicker/highcontrast.scss +1 -1
  125. package/styles/datetimepicker/material-dark.scss +1 -1
  126. package/styles/datetimepicker/material.scss +1 -1
  127. package/styles/datetimepicker/material3-dark.scss +2 -1
  128. package/styles/datetimepicker/material3.scss +2 -1
  129. package/styles/datetimepicker/tailwind-dark.scss +1 -1
  130. package/styles/datetimepicker/tailwind.scss +1 -1
  131. package/styles/datetimepicker/tailwind3.scss +1 -1
  132. package/styles/fabric-dark-lite.scss +1 -1
  133. package/styles/fabric-dark.scss +5 -5
  134. package/styles/fabric-lite.scss +1 -1
  135. package/styles/fabric.scss +5 -5
  136. package/styles/fluent-dark-lite.scss +1 -1
  137. package/styles/fluent-dark.scss +5 -5
  138. package/styles/fluent-lite.scss +1 -1
  139. package/styles/fluent.scss +5 -5
  140. package/styles/fluent2-lite.scss +1 -1
  141. package/styles/fluent2.scss +5 -5
  142. package/styles/highcontrast-light-lite.scss +1 -1
  143. package/styles/highcontrast-light.scss +5 -5
  144. package/styles/highcontrast-lite.scss +1 -1
  145. package/styles/highcontrast.scss +5 -5
  146. package/styles/material-dark-lite.scss +1 -1
  147. package/styles/material-dark.scss +5 -5
  148. package/styles/material-lite.scss +1 -1
  149. package/styles/material.scss +5 -5
  150. package/styles/material3-dark-lite.scss +1 -1
  151. package/styles/material3-dark.scss +6 -5
  152. package/styles/material3-lite.scss +1 -1
  153. package/styles/material3.scss +6 -5
  154. package/styles/tailwind-dark-lite.scss +1 -1
  155. package/styles/tailwind-dark.scss +5 -5
  156. package/styles/tailwind-lite.scss +1 -1
  157. package/styles/tailwind.scss +5 -5
  158. package/styles/tailwind3-lite.scss +1 -1
  159. package/styles/tailwind3.scss +5 -5
  160. package/styles/timepicker/bds.scss +1 -1
  161. package/styles/timepicker/bootstrap-dark.scss +1 -1
  162. package/styles/timepicker/bootstrap.scss +1 -1
  163. package/styles/timepicker/bootstrap4.scss +1 -1
  164. package/styles/timepicker/bootstrap5-dark.scss +1 -1
  165. package/styles/timepicker/bootstrap5.3.scss +1 -1
  166. package/styles/timepicker/bootstrap5.scss +1 -1
  167. package/styles/timepicker/fabric-dark.scss +1 -1
  168. package/styles/timepicker/fabric.scss +1 -1
  169. package/styles/timepicker/fluent-dark.scss +1 -1
  170. package/styles/timepicker/fluent.scss +1 -1
  171. package/styles/timepicker/fluent2.scss +1 -1
  172. package/styles/timepicker/highcontrast-light.scss +1 -1
  173. package/styles/timepicker/highcontrast.scss +1 -1
  174. package/styles/timepicker/material-dark.scss +1 -1
  175. package/styles/timepicker/material.scss +1 -1
  176. package/styles/timepicker/material3-dark.scss +2 -1
  177. package/styles/timepicker/material3.scss +2 -1
  178. package/styles/timepicker/tailwind-dark.scss +1 -1
  179. package/styles/timepicker/tailwind.scss +1 -1
  180. package/styles/timepicker/tailwind3.scss +1 -1
  181. package/CHANGELOG.md +0 -1429
  182. package/esm2020/public_api.mjs +0 -2
  183. package/esm2020/src/calendar/calendar-all.module.mjs +0 -29
  184. package/esm2020/src/calendar/calendar.component.mjs +0 -91
  185. package/esm2020/src/calendar/calendar.module.mjs +0 -25
  186. package/esm2020/src/datepicker/datepicker-all.module.mjs +0 -29
  187. package/esm2020/src/datepicker/datepicker.component.mjs +0 -99
  188. package/esm2020/src/datepicker/datepicker.module.mjs +0 -25
  189. package/esm2020/src/daterangepicker/daterangepicker-all.module.mjs +0 -23
  190. package/esm2020/src/daterangepicker/daterangepicker.component.mjs +0 -103
  191. package/esm2020/src/daterangepicker/daterangepicker.module.mjs +0 -34
  192. package/esm2020/src/daterangepicker/presets.directive.mjs +0 -58
  193. package/esm2020/src/datetimepicker/datetimepicker-all.module.mjs +0 -23
  194. package/esm2020/src/datetimepicker/datetimepicker.component.mjs +0 -99
  195. package/esm2020/src/datetimepicker/datetimepicker.module.mjs +0 -25
  196. package/esm2020/src/index.mjs +0 -18
  197. package/esm2020/src/timepicker/timepicker-all.module.mjs +0 -23
  198. package/esm2020/src/timepicker/timepicker.component.mjs +0 -92
  199. package/esm2020/src/timepicker/timepicker.module.mjs +0 -25
  200. package/esm2020/syncfusion-ej2-angular-calendars.mjs +0 -5
  201. package/fesm2015/syncfusion-ej2-angular-calendars.mjs +0 -735
  202. package/fesm2015/syncfusion-ej2-angular-calendars.mjs.map +0 -1
  203. package/fesm2020/syncfusion-ej2-angular-calendars.mjs +0 -735
  204. package/fesm2020/syncfusion-ej2-angular-calendars.mjs.map +0 -1
  205. package/syncfusion-ej2-angular-calendars.d.ts +0 -5
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ej2-angular-calendars.js","sources":["~/@syncfusion/ej2-angular-calendars/ej2-angular-calendars.ts","~/@syncfusion/ej2-angular-calendars/src/datetimepicker/datetimepicker-all.module.ts","~/@syncfusion/ej2-angular-calendars/src/datetimepicker/datetimepicker.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/daterangepicker/daterangepicker.module.ts","~/@syncfusion/ej2-angular-calendars/src/daterangepicker/daterangepicker.component.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/timepicker/timepicker.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/datepicker/datepicker.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/calendar/calendar.module.ts","~/@syncfusion/ej2-angular-calendars/src/calendar/calendar.component.ts"],"sourcesContent":["/**\n * Generated bundle index. Do not edit.\n */\n\nexport {CalendarComponent,CalendarModule,CalendarAllModule,IslamicService,DatePickerComponent,DatePickerModule,DatePickerAllModule,MaskedDateTimeService,TimePickerComponent,TimePickerModule,TimePickerAllModule,PresetDirective,PresetsDirective,DateRangePickerComponent,DateRangePickerModule,DateRangePickerAllModule,DateTimePickerComponent,DateTimePickerModule,DateTimePickerAllModule,CalendarView,CalendarType,DayHeaderFormats,WeekRule,CalendarBase,Calendar,NavigatedEventArgs,RenderDayCellEventArgs,ChangedEventArgs,IslamicObject,FocusEventArgs,BlurEventArgs,ClearedEventArgs,Islamic,IslamicDateArgs,CalendarBaseModel,CalendarModel,FormatObject,DatePicker,PopupObjectArgs,PreventableEventArgs,DatePickerModel,Presets,DateRange,RangeEventArgs,RangePopupEventArgs,RangeFormatObject,DateRangePicker,PresetsModel,DateRangePickerModel,ChangeEventArgs,ItemEventArgs,CursorPositionDetails,MeridianText,TimeFormatObject,PopupEventArgs,TimePickerBase,TimeMaskPlaceholder,TimePicker,TimeMaskPlaceholderModel,TimePickerModel,DateTimePicker,DateTimePickerModel,MaskedDateTime,events,IMaskedDateTime} from './public_api';\n\nexport {inputs as ɵa,outputs as ɵb} from './src/calendar/calendar.component';\nexport {inputs as ɵc,outputs as ɵd} from './src/datepicker/datepicker.component';\nexport {inputs as ɵg,outputs as ɵh} from './src/daterangepicker/daterangepicker.component';\nexport {inputs as ɵi,outputs as ɵj} from './src/datetimepicker/datetimepicker.component';\nexport {inputs as ɵe,outputs as ɵf} from './src/timepicker/timepicker.component';","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","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 { 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','inputFormats','isMultiSelection','keyConfigs','locale','maskPlaceholder','max','maxTime','min','minTime','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, 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 { 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 { 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','inputFormats','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 { 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 { 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 { 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 { 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, 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 { 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 { 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','inputFormats','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, 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 { 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 { 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"],"names":["__metadata","__decorate","outputs","inputs","twoWays"],"mappings":"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"}
package/LICENSE ADDED
@@ -0,0 +1,10 @@
1
+ Essential JS 2 library is available under the Syncfusion Essential Studio program, and can be licensed either under the Syncfusion Community License Program or the Syncfusion commercial license.
2
+
3
+ To be qualified for the Syncfusion Community License Program you must have a gross revenue of less than one (1) million U.S. dollars ($1,000,000.00 USD) per year and have less than five (5) developers in your organization, and agree to be bound by Syncfusion’s terms and conditions.
4
+
5
+ Customers who do not qualify for the community license can contact sales@syncfusion.com for commercial licensing options.
6
+
7
+ Under no circumstances can you use this product without (1) either a Community License or a commercial license and (2) without agreeing and abiding by Syncfusion’s license containing all terms and conditions.
8
+
9
+ The Syncfusion license that contains the terms and conditions can be found at
10
+ https://www.syncfusion.com/content/downloads/syncfusion_license.pdf
package/README.md CHANGED
@@ -23,7 +23,7 @@ The [Angular Calendar](https://www.syncfusion.com/angular-components/angular-cal
23
23
  #### Key features
24
24
 
25
25
  * [Date range](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=calendar#/fluent2/calendar/date-range) - Restricts the range of dates that can be selected by using the `min` and `max` properties.
26
- * [Customization](https://ej2.syncfusion.com/angular/documentation/calendar/customization) - Allows complete control over the appearance of the calendar component.
26
+ * [Customization](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=calendar#/fluent2/calendar/special-dates) - Allows complete control over the appearance of the calendar component.
27
27
  * [Month or year selection](https://ej2.syncfusion.com/angular/documentation/calendar/calendar-views#calendar-views) - Provides a flexible option to select only a month or year as the date value.
28
28
  * [First day of week](https://ej2.syncfusion.com/angular/documentation/calendar/how-to/change-the-first-day-of-week#change-the-first-day-of-week) - Changes the first day of all weeks in every month.
29
29
  * [Week number](https://ej2.syncfusion.com/angular/documentation/calendar/how-to/render-the-calendar-with-week-numbers#render-calendar-with-week-number) - Displays the week number of the selected date in the calendar by enabling the week number option.
@@ -97,7 +97,7 @@ The [Angular DateTimePicker](https://www.syncfusion.com/angular-components/angul
97
97
 
98
98
  #### Key features
99
99
 
100
- * [Date time range](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=datetimepicker#/fluent2/datetimepicker/date-time-range) - Restricts the entry or selection of values within a specific range of dates and times by using `min` and `max` properties.
100
+ * [Date time range](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=datetimepicker#/fluent2/datetimepicker/range) - Restricts the entry or selection of values within a specific range of dates and times by using `min` and `max` properties.
101
101
  * [Date time format](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=datetimepicker#/fluent2/datetimepicker/date-time-format) - The control’s input value can be custom formatted apart from the default culture’s specific date time format.
102
102
  * [Mask date time input](https://ej2.syncfusion.com/angular/demos/#/fluent2/datetimepicker/input-mask) - The mask date time input restricts the user from typing unwanted characters in the text input, allowing only eligible date and time format to be typed.
103
103
 
@@ -129,7 +129,7 @@ The [Angular DateRangePicker](https://www.syncfusion.com/angular-components/angu
129
129
  <p align="center">
130
130
  Trusted by the world's leading companies
131
131
  <a href="https://www.syncfusion.com/">
132
- <img src="https://ej2.syncfusion.com/home/images/trusted_companies.png" alt="Syncfusion logo">
132
+ <img src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/syncfusion/syncfusion-trusted-companies.webp" alt="Syncfusion logo">
133
133
  </a>
134
134
  </p>
135
135
 
@@ -154,19 +154,12 @@ Calendar components are also offered in the following list of frameworks.
154
154
  * Loan calculator - [Source](https://github.com/syncfusion/ej2-showcase-angular-loancalculator), [Live Demo](https://ej2.syncfusion.com/showcase/angular/loancalculator/?utm_source=npm&utm_campaign=datepicker)
155
155
  * Stock chart - [Live Demo](https://ej2.syncfusion.com/showcase/angular/stockchart/#/stockChart?utm_source=npm&utm_campaign=daterangepicker)
156
156
 
157
- ## Resources
158
-
159
- * [Theme Studio](https://ej2.syncfusion.com/themestudio/)
160
- * [What's New](https://www.syncfusion.com/products/whatsnew/angular?utm_medium=listing&utm_source=github)
161
- * [Road Map](https://www.syncfusion.com/products/roadmap/angular)
162
- * [E-Books](https://www.syncfusion.com/succinctly-free-ebooks?searchkey=angular&type=all)
163
-
164
157
  ## Support
165
158
 
166
159
  Product support is available through the following mediums.
167
160
 
168
161
  * [Support ticket](https://support.syncfusion.com/support/tickets/create) - Guaranteed Response in 24 hours | Unlimited tickets | Holiday support
169
- * [Community forum](https://www.syncfusion.com/forums/angular-js2?utm_source=npm&utm_medium=listing&utm_campaign=angular-calendar-npm)
162
+ * [Community forum](https://www.syncfusion.com/forums/essential-js2?utm_source=npm&utm_medium=listing&utm_campaign=angular-calendar-npm)
170
163
  * [GitHub issues](https://github.com/syncfusion/ej2-angular-ui-components/issues/new)
171
164
  * [Request feature or report bug](https://www.syncfusion.com/feedback/angular?utm_source=npm&utm_medium=listing&utm_campaign=angular-calendar-npm)
172
165
  * Live chat
@@ -177,7 +170,7 @@ Check the changelog [here](https://github.com/syncfusion/ej2-angular-ui-componen
177
170
 
178
171
  ## License and copyright
179
172
 
180
- > This is a commercial product and requires a paid license for possession or use. Syncfusion<sup>®</sup> licensed software, including this component, is subject to the terms and conditions of Syncfusion<sup>®</sup> [EULA](https://www.syncfusion.com/eula/es/). To acquire a license for 140+ [Angular UI components](https://www.syncfusion.com/angular-components), you can [purchase](https://www.syncfusion.com/sales/products) or [start a free 30-day trial](https://www.syncfusion.com/account/manage-trials/start-trials).
173
+ > This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's [EULA](https://www.syncfusion.com/eula/es/). To acquire a license for 80+ [Angular UI components](https://www.syncfusion.com/angular-components), you can [purchase](https://www.syncfusion.com/sales/products) or [start a free 30-day trial](https://www.syncfusion.com/account/manage-trials/start-trials).
181
174
 
182
175
  > A free community [license](https://www.syncfusion.com/products/communitylicense) is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers.
183
176