@syncfusion/ej2-angular-calendars 32.1.25-ngcc → 32.1.25
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.
- package/CHANGELOG.md +1429 -0
- package/README.md +12 -5
- package/esm2020/public_api.mjs +2 -0
- package/esm2020/src/calendar/calendar-all.module.mjs +29 -0
- package/esm2020/src/calendar/calendar.component.mjs +91 -0
- package/esm2020/src/calendar/calendar.module.mjs +25 -0
- package/esm2020/src/datepicker/datepicker-all.module.mjs +29 -0
- package/esm2020/src/datepicker/datepicker.component.mjs +99 -0
- package/esm2020/src/datepicker/datepicker.module.mjs +25 -0
- package/esm2020/src/daterangepicker/daterangepicker-all.module.mjs +23 -0
- package/esm2020/src/daterangepicker/daterangepicker.component.mjs +103 -0
- package/esm2020/src/daterangepicker/daterangepicker.module.mjs +34 -0
- package/esm2020/src/daterangepicker/presets.directive.mjs +58 -0
- package/esm2020/src/datetimepicker/datetimepicker-all.module.mjs +23 -0
- package/esm2020/src/datetimepicker/datetimepicker.component.mjs +99 -0
- package/esm2020/src/datetimepicker/datetimepicker.module.mjs +25 -0
- package/esm2020/src/index.mjs +18 -0
- package/esm2020/src/timepicker/timepicker-all.module.mjs +23 -0
- package/esm2020/src/timepicker/timepicker.component.mjs +92 -0
- package/esm2020/src/timepicker/timepicker.module.mjs +25 -0
- package/esm2020/syncfusion-ej2-angular-calendars.mjs +5 -0
- package/fesm2015/syncfusion-ej2-angular-calendars.mjs +735 -0
- package/fesm2015/syncfusion-ej2-angular-calendars.mjs.map +1 -0
- package/fesm2020/syncfusion-ej2-angular-calendars.mjs +735 -0
- package/fesm2020/syncfusion-ej2-angular-calendars.mjs.map +1 -0
- package/package.json +28 -46
- package/public_api.d.ts +1 -1
- package/src/calendar/calendar-all.module.d.ts +13 -7
- package/src/calendar/calendar.component.d.ts +45 -42
- package/src/calendar/calendar.module.d.ts +11 -5
- package/src/datepicker/datepicker-all.module.d.ts +13 -7
- package/src/datepicker/datepicker.component.d.ts +48 -45
- package/src/datepicker/datepicker.module.d.ts +11 -5
- package/src/daterangepicker/daterangepicker-all.module.d.ts +11 -5
- package/src/daterangepicker/daterangepicker.component.d.ts +60 -57
- package/src/daterangepicker/daterangepicker.module.d.ts +12 -5
- package/src/daterangepicker/presets.directive.d.ts +43 -38
- package/src/datetimepicker/datetimepicker-all.module.d.ts +11 -5
- package/src/datetimepicker/datetimepicker.component.d.ts +48 -45
- package/src/datetimepicker/datetimepicker.module.d.ts +11 -5
- package/src/index.d.ts +17 -17
- package/src/timepicker/timepicker-all.module.d.ts +11 -5
- package/src/timepicker/timepicker.component.d.ts +47 -44
- package/src/timepicker/timepicker.module.d.ts +11 -5
- package/styles/bds-lite.scss +1 -1
- package/styles/bds.scss +5 -5
- package/styles/bootstrap-dark-lite.scss +1 -1
- package/styles/bootstrap-dark.scss +5 -5
- package/styles/bootstrap-lite.scss +1 -1
- package/styles/bootstrap.scss +5 -5
- package/styles/bootstrap4-lite.scss +1 -1
- package/styles/bootstrap4.scss +5 -5
- package/styles/bootstrap5-dark-lite.scss +1 -1
- package/styles/bootstrap5-dark.scss +5 -5
- package/styles/bootstrap5-lite.scss +1 -1
- package/styles/bootstrap5.3-lite.scss +1 -1
- package/styles/bootstrap5.3.scss +5 -5
- package/styles/bootstrap5.scss +5 -5
- package/styles/calendar/bds.scss +1 -1
- package/styles/calendar/bootstrap-dark.scss +1 -1
- package/styles/calendar/bootstrap.scss +1 -1
- package/styles/calendar/bootstrap4.scss +1 -1
- package/styles/calendar/bootstrap5-dark.scss +1 -1
- package/styles/calendar/bootstrap5.3.scss +1 -1
- package/styles/calendar/bootstrap5.scss +1 -1
- package/styles/calendar/fabric-dark.scss +1 -1
- package/styles/calendar/fabric.scss +1 -1
- package/styles/calendar/fluent-dark.scss +1 -1
- package/styles/calendar/fluent.scss +1 -1
- package/styles/calendar/fluent2.scss +1 -1
- package/styles/calendar/highcontrast-light.scss +1 -1
- package/styles/calendar/highcontrast.scss +1 -1
- package/styles/calendar/material-dark.scss +1 -1
- package/styles/calendar/material.scss +1 -1
- package/styles/calendar/material3-dark.scss +1 -2
- package/styles/calendar/material3.scss +1 -2
- package/styles/calendar/tailwind-dark.scss +1 -1
- package/styles/calendar/tailwind.scss +1 -1
- package/styles/calendar/tailwind3.scss +1 -1
- package/styles/datepicker/bds.scss +1 -1
- package/styles/datepicker/bootstrap-dark.scss +1 -1
- package/styles/datepicker/bootstrap.scss +1 -1
- package/styles/datepicker/bootstrap4.scss +1 -1
- package/styles/datepicker/bootstrap5-dark.scss +1 -1
- package/styles/datepicker/bootstrap5.3.scss +1 -1
- package/styles/datepicker/bootstrap5.scss +1 -1
- package/styles/datepicker/fabric-dark.scss +1 -1
- package/styles/datepicker/fabric.scss +1 -1
- package/styles/datepicker/fluent-dark.scss +1 -1
- package/styles/datepicker/fluent.scss +1 -1
- package/styles/datepicker/fluent2.scss +1 -1
- package/styles/datepicker/highcontrast-light.scss +1 -1
- package/styles/datepicker/highcontrast.scss +1 -1
- package/styles/datepicker/material-dark.scss +1 -1
- package/styles/datepicker/material.scss +1 -1
- package/styles/datepicker/material3-dark.scss +1 -2
- package/styles/datepicker/material3.scss +1 -2
- package/styles/datepicker/tailwind-dark.scss +1 -1
- package/styles/datepicker/tailwind.scss +1 -1
- package/styles/datepicker/tailwind3.scss +1 -1
- package/styles/daterangepicker/bds.scss +1 -1
- package/styles/daterangepicker/bootstrap-dark.scss +1 -1
- package/styles/daterangepicker/bootstrap.scss +1 -1
- package/styles/daterangepicker/bootstrap4.scss +1 -1
- package/styles/daterangepicker/bootstrap5-dark.scss +1 -1
- package/styles/daterangepicker/bootstrap5.3.scss +1 -1
- package/styles/daterangepicker/bootstrap5.scss +1 -1
- package/styles/daterangepicker/fabric-dark.scss +1 -1
- package/styles/daterangepicker/fabric.scss +1 -1
- package/styles/daterangepicker/fluent-dark.scss +1 -1
- package/styles/daterangepicker/fluent.scss +1 -1
- package/styles/daterangepicker/fluent2.scss +1 -1
- package/styles/daterangepicker/highcontrast-light.scss +1 -1
- package/styles/daterangepicker/highcontrast.scss +1 -1
- package/styles/daterangepicker/material-dark.scss +1 -1
- package/styles/daterangepicker/material.scss +1 -1
- package/styles/daterangepicker/material3-dark.scss +1 -2
- package/styles/daterangepicker/material3.scss +1 -2
- package/styles/daterangepicker/tailwind-dark.scss +1 -1
- package/styles/daterangepicker/tailwind.scss +1 -1
- package/styles/daterangepicker/tailwind3.scss +1 -1
- package/styles/datetimepicker/bds.scss +1 -1
- package/styles/datetimepicker/bootstrap-dark.scss +1 -1
- package/styles/datetimepicker/bootstrap.scss +1 -1
- package/styles/datetimepicker/bootstrap4.scss +1 -1
- package/styles/datetimepicker/bootstrap5-dark.scss +1 -1
- package/styles/datetimepicker/bootstrap5.3.scss +1 -1
- package/styles/datetimepicker/bootstrap5.scss +1 -1
- package/styles/datetimepicker/fabric-dark.scss +1 -1
- package/styles/datetimepicker/fabric.scss +1 -1
- package/styles/datetimepicker/fluent-dark.scss +1 -1
- package/styles/datetimepicker/fluent.scss +1 -1
- package/styles/datetimepicker/fluent2.scss +1 -1
- package/styles/datetimepicker/highcontrast-light.scss +1 -1
- package/styles/datetimepicker/highcontrast.scss +1 -1
- package/styles/datetimepicker/material-dark.scss +1 -1
- package/styles/datetimepicker/material.scss +1 -1
- package/styles/datetimepicker/material3-dark.scss +1 -2
- package/styles/datetimepicker/material3.scss +1 -2
- package/styles/datetimepicker/tailwind-dark.scss +1 -1
- package/styles/datetimepicker/tailwind.scss +1 -1
- package/styles/datetimepicker/tailwind3.scss +1 -1
- package/styles/fabric-dark-lite.scss +1 -1
- package/styles/fabric-dark.scss +5 -5
- package/styles/fabric-lite.scss +1 -1
- package/styles/fabric.scss +5 -5
- package/styles/fluent-dark-lite.scss +1 -1
- package/styles/fluent-dark.scss +5 -5
- package/styles/fluent-lite.scss +1 -1
- package/styles/fluent.scss +5 -5
- package/styles/fluent2-lite.scss +1 -1
- package/styles/fluent2.scss +5 -5
- package/styles/highcontrast-light-lite.scss +1 -1
- package/styles/highcontrast-light.scss +5 -5
- package/styles/highcontrast-lite.scss +1 -1
- package/styles/highcontrast.scss +5 -5
- package/styles/material-dark-lite.scss +1 -1
- package/styles/material-dark.scss +5 -5
- package/styles/material-lite.scss +1 -1
- package/styles/material.scss +5 -5
- package/styles/material3-dark-lite.scss +1 -1
- package/styles/material3-dark.scss +5 -6
- package/styles/material3-lite.scss +1 -1
- package/styles/material3.scss +5 -6
- package/styles/tailwind-dark-lite.scss +1 -1
- package/styles/tailwind-dark.scss +5 -5
- package/styles/tailwind-lite.scss +1 -1
- package/styles/tailwind.scss +5 -5
- package/styles/tailwind3-lite.scss +1 -1
- package/styles/tailwind3.scss +5 -5
- package/styles/timepicker/bds.scss +1 -1
- package/styles/timepicker/bootstrap-dark.scss +1 -1
- package/styles/timepicker/bootstrap.scss +1 -1
- package/styles/timepicker/bootstrap4.scss +1 -1
- package/styles/timepicker/bootstrap5-dark.scss +1 -1
- package/styles/timepicker/bootstrap5.3.scss +1 -1
- package/styles/timepicker/bootstrap5.scss +1 -1
- package/styles/timepicker/fabric-dark.scss +1 -1
- package/styles/timepicker/fabric.scss +1 -1
- package/styles/timepicker/fluent-dark.scss +1 -1
- package/styles/timepicker/fluent.scss +1 -1
- package/styles/timepicker/fluent2.scss +1 -1
- package/styles/timepicker/highcontrast-light.scss +1 -1
- package/styles/timepicker/highcontrast.scss +1 -1
- package/styles/timepicker/material-dark.scss +1 -1
- package/styles/timepicker/material.scss +1 -1
- package/styles/timepicker/material3-dark.scss +1 -2
- package/styles/timepicker/material3.scss +1 -2
- package/styles/timepicker/tailwind-dark.scss +1 -1
- package/styles/timepicker/tailwind.scss +1 -1
- package/styles/timepicker/tailwind3.scss +1 -1
- package/syncfusion-ej2-angular-calendars.d.ts +5 -0
- package/@syncfusion/ej2-angular-calendars.es5.js +0 -1048
- package/@syncfusion/ej2-angular-calendars.es5.js.map +0 -1
- package/@syncfusion/ej2-angular-calendars.js +0 -981
- package/@syncfusion/ej2-angular-calendars.js.map +0 -1
- package/LICENSE +0 -10
- package/dist/ej2-angular-calendars.umd.js +0 -1093
- package/dist/ej2-angular-calendars.umd.js.map +0 -1
- package/dist/ej2-angular-calendars.umd.min.js +0 -11
- package/dist/ej2-angular-calendars.umd.min.js.map +0 -1
- package/ej2-angular-calendars.d.ts +0 -9
- package/ej2-angular-calendars.metadata.json +0 -1
|
@@ -1 +0,0 @@
|
|
|
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
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
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
|