@syncfusion/ej2-angular-calendars 32.1.21 → 32.1.22-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 +6 -13
  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 +47 -29
  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 -1427
  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
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-calendars';
2
- export const pkgVer = '^32.1.21';
2
+ export const pkgVer = '^32.1.22';
3
3
  export const moduleName = 'CalendarModule, DatePickerModule, TimePickerModule, DateRangePickerModule, DateTimePickerModule';
4
- export const themeVer = '~32.1.21';
4
+ export const themeVer = '~32.1.22';
@@ -1,13 +1,7 @@
1
- import { ValueProvider } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- import * as i1 from "@angular/common";
4
- import * as i2 from "./calendar.module";
5
- export declare const IslamicService: ValueProvider;
6
- /**
7
- * NgModule definition for the Calendar component with providers.
8
- */
9
- export declare class CalendarAllModule {
10
- static ɵfac: i0.ɵɵFactoryDeclaration<CalendarAllModule, never>;
11
- static ɵmod: i0.ɵɵNgModuleDeclaration<CalendarAllModule, never, [typeof i1.CommonModule, typeof i2.CalendarModule], [typeof i2.CalendarModule]>;
12
- static ɵinj: i0.ɵɵInjectorDeclaration<CalendarAllModule>;
13
- }
1
+ import { ValueProvider } from '@angular/core';
2
+ export declare const IslamicService: ValueProvider;
3
+ /**
4
+ * NgModule definition for the Calendar component with providers.
5
+ */
6
+ export declare class CalendarAllModule {
7
+ }
@@ -1,45 +1,42 @@
1
- import { ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectorRef } from '@angular/core';
2
- import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
- import { Calendar } from '@syncfusion/ej2-calendars';
4
- import * as i0 from "@angular/core";
5
- export declare const inputs: string[];
6
- export declare const outputs: string[];
7
- export declare const twoWays: string[];
8
- /**
9
- * Represents the Essential JS 2 Angular Calendar Component.
10
- * ```html
11
- * <ejs-calendar [value]='date'></ejs-calendar>
12
- * ```
13
- */
14
- export declare class CalendarComponent extends Calendar implements IComponentBase {
15
- private ngEle;
16
- private srenderer;
17
- private viewContainerRef;
18
- private injector;
19
- private cdr;
20
- formCompContext: any;
21
- formContext: any;
22
- tagObjects: any;
23
- change: any;
24
- created: any;
25
- destroyed: any;
26
- navigated: any;
27
- renderDayCell: any;
28
- valueChange: any;
29
- valuesChange: any;
30
- focus: any;
31
- blur: any;
32
- constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector, cdr: ChangeDetectorRef);
33
- registerOnChange(registerFunction: (_: any) => void): void;
34
- registerOnTouched(registerFunction: () => void): void;
35
- writeValue(value: any): void;
36
- setDisabledState(disabled: boolean): void;
37
- ngOnInit(): void;
38
- ngAfterViewInit(): void;
39
- ngOnDestroy(): void;
40
- ngAfterContentChecked(): void;
41
- registerEvents: (eventList: string[]) => void;
42
- addTwoWay: (propList: string[]) => void;
43
- static ɵfac: i0.ɵɵFactoryDeclaration<CalendarComponent, never>;
44
- static ɵcmp: i0.ɵɵComponentDeclaration<CalendarComponent, "ejs-calendar", never, { "calendarMode": "calendarMode"; "cssClass": "cssClass"; "dayHeaderFormat": "dayHeaderFormat"; "depth": "depth"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enabled": "enabled"; "firstDayOfWeek": "firstDayOfWeek"; "isMultiSelection": "isMultiSelection"; "keyConfigs": "keyConfigs"; "locale": "locale"; "max": "max"; "min": "min"; "serverTimezoneOffset": "serverTimezoneOffset"; "showTodayButton": "showTodayButton"; "start": "start"; "value": "value"; "values": "values"; "weekNumber": "weekNumber"; "weekRule": "weekRule"; }, { "focus": "focus"; "blur": "blur"; "change": "change"; "created": "created"; "destroyed": "destroyed"; "navigated": "navigated"; "renderDayCell": "renderDayCell"; "valueChange": "valueChange"; "valuesChange": "valuesChange"; }, never, never>;
45
- }
1
+ import { ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectorRef } from '@angular/core';
2
+ import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
+ import { Calendar } from '@syncfusion/ej2-calendars';
4
+ export declare const inputs: string[];
5
+ export declare const outputs: string[];
6
+ export declare const twoWays: string[];
7
+ /**
8
+ * Represents the Essential JS 2 Angular Calendar Component.
9
+ * ```html
10
+ * <ejs-calendar [value]='date'></ejs-calendar>
11
+ * ```
12
+ */
13
+ export declare class CalendarComponent extends Calendar implements IComponentBase {
14
+ private ngEle;
15
+ private srenderer;
16
+ private viewContainerRef;
17
+ private injector;
18
+ private cdr;
19
+ formCompContext: any;
20
+ formContext: any;
21
+ tagObjects: any;
22
+ change: any;
23
+ created: any;
24
+ destroyed: any;
25
+ navigated: any;
26
+ renderDayCell: any;
27
+ valueChange: any;
28
+ valuesChange: any;
29
+ focus: any;
30
+ blur: any;
31
+ constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector, cdr: ChangeDetectorRef);
32
+ registerOnChange(registerFunction: (_: any) => void): void;
33
+ registerOnTouched(registerFunction: () => void): void;
34
+ writeValue(value: any): void;
35
+ setDisabledState(disabled: boolean): void;
36
+ ngOnInit(): void;
37
+ ngAfterViewInit(): void;
38
+ ngOnDestroy(): void;
39
+ ngAfterContentChecked(): void;
40
+ registerEvents: (eventList: string[]) => void;
41
+ addTwoWay: (propList: string[]) => void;
42
+ }
@@ -1,11 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./calendar.component";
3
- import * as i2 from "@angular/common";
4
- /**
5
- * NgModule definition for the Calendar component.
6
- */
7
- export declare class CalendarModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<CalendarModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<CalendarModule, [typeof i1.CalendarComponent], [typeof i2.CommonModule], [typeof i1.CalendarComponent]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<CalendarModule>;
11
- }
1
+ /**
2
+ * NgModule definition for the Calendar component.
3
+ */
4
+ export declare class CalendarModule {
5
+ }
@@ -1,13 +1,7 @@
1
- import { ValueProvider } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- import * as i1 from "@angular/common";
4
- import * as i2 from "./datepicker.module";
5
- export declare const MaskedDateTimeService: ValueProvider;
6
- /**
7
- * NgModule definition for the DatePicker component with providers.
8
- */
9
- export declare class DatePickerAllModule {
10
- static ɵfac: i0.ɵɵFactoryDeclaration<DatePickerAllModule, never>;
11
- static ɵmod: i0.ɵɵNgModuleDeclaration<DatePickerAllModule, never, [typeof i1.CommonModule, typeof i2.DatePickerModule], [typeof i2.DatePickerModule]>;
12
- static ɵinj: i0.ɵɵInjectorDeclaration<DatePickerAllModule>;
13
- }
1
+ import { ValueProvider } from '@angular/core';
2
+ export declare const MaskedDateTimeService: ValueProvider;
3
+ /**
4
+ * NgModule definition for the DatePicker component with providers.
5
+ */
6
+ export declare class DatePickerAllModule {
7
+ }
@@ -1,48 +1,45 @@
1
- import { ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectorRef } from '@angular/core';
2
- import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
- import { DatePicker } from '@syncfusion/ej2-calendars';
4
- import * as i0 from "@angular/core";
5
- export declare const inputs: string[];
6
- export declare const outputs: string[];
7
- export declare const twoWays: string[];
8
- /**
9
- * Represents the Essential JS 2 Angular DatePicker Component.
10
- * ```html
11
- * <ejs-datepicker [value]='date'></ejs-datepicker>
12
- * ```
13
- */
14
- export declare class DatePickerComponent extends DatePicker implements IComponentBase {
15
- private ngEle;
16
- private srenderer;
17
- private viewContainerRef;
18
- private injector;
19
- private cdr;
20
- formCompContext: any;
21
- formContext: any;
22
- tagObjects: any;
23
- blur: any;
24
- change: any;
25
- cleared: any;
26
- close: any;
27
- created: any;
28
- destroyed: any;
29
- focus: any;
30
- navigated: any;
31
- open: any;
32
- renderDayCell: any;
33
- valueChange: any;
34
- private skipFromEvent;
35
- constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector, cdr: ChangeDetectorRef);
36
- registerOnChange(registerFunction: (_: any) => void): void;
37
- registerOnTouched(registerFunction: () => void): void;
38
- writeValue(value: any): void;
39
- setDisabledState(disabled: boolean): void;
40
- ngOnInit(): void;
41
- ngAfterViewInit(): void;
42
- ngOnDestroy(): void;
43
- ngAfterContentChecked(): void;
44
- registerEvents: (eventList: string[]) => void;
45
- addTwoWay: (propList: string[]) => void;
46
- static ɵfac: i0.ɵɵFactoryDeclaration<DatePickerComponent, never>;
47
- static ɵcmp: i0.ɵɵComponentDeclaration<DatePickerComponent, "ejs-datepicker", never, { "allowEdit": "allowEdit"; "calendarMode": "calendarMode"; "cssClass": "cssClass"; "dayHeaderFormat": "dayHeaderFormat"; "depth": "depth"; "enableMask": "enableMask"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enabled": "enabled"; "firstDayOfWeek": "firstDayOfWeek"; "floatLabelType": "floatLabelType"; "format": "format"; "fullScreenMode": "fullScreenMode"; "htmlAttributes": "htmlAttributes"; "inputFormats": "inputFormats"; "isMultiSelection": "isMultiSelection"; "keyConfigs": "keyConfigs"; "locale": "locale"; "maskPlaceholder": "maskPlaceholder"; "max": "max"; "min": "min"; "openOnFocus": "openOnFocus"; "placeholder": "placeholder"; "readonly": "readonly"; "serverTimezoneOffset": "serverTimezoneOffset"; "showClearButton": "showClearButton"; "showTodayButton": "showTodayButton"; "start": "start"; "strictMode": "strictMode"; "value": "value"; "values": "values"; "weekNumber": "weekNumber"; "weekRule": "weekRule"; "width": "width"; "zIndex": "zIndex"; }, { "blur": "blur"; "change": "change"; "cleared": "cleared"; "close": "close"; "created": "created"; "destroyed": "destroyed"; "focus": "focus"; "navigated": "navigated"; "open": "open"; "renderDayCell": "renderDayCell"; "valueChange": "valueChange"; }, never, never>;
48
- }
1
+ import { ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectorRef } from '@angular/core';
2
+ import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
+ import { DatePicker } from '@syncfusion/ej2-calendars';
4
+ export declare const inputs: string[];
5
+ export declare const outputs: string[];
6
+ export declare const twoWays: string[];
7
+ /**
8
+ * Represents the Essential JS 2 Angular DatePicker Component.
9
+ * ```html
10
+ * <ejs-datepicker [value]='date'></ejs-datepicker>
11
+ * ```
12
+ */
13
+ export declare class DatePickerComponent extends DatePicker implements IComponentBase {
14
+ private ngEle;
15
+ private srenderer;
16
+ private viewContainerRef;
17
+ private injector;
18
+ private cdr;
19
+ formCompContext: any;
20
+ formContext: any;
21
+ tagObjects: any;
22
+ blur: any;
23
+ change: any;
24
+ cleared: any;
25
+ close: any;
26
+ created: any;
27
+ destroyed: any;
28
+ focus: any;
29
+ navigated: any;
30
+ open: any;
31
+ renderDayCell: any;
32
+ valueChange: any;
33
+ private skipFromEvent;
34
+ constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector, cdr: ChangeDetectorRef);
35
+ registerOnChange(registerFunction: (_: any) => void): void;
36
+ registerOnTouched(registerFunction: () => void): void;
37
+ writeValue(value: any): void;
38
+ setDisabledState(disabled: boolean): void;
39
+ ngOnInit(): void;
40
+ ngAfterViewInit(): void;
41
+ ngOnDestroy(): void;
42
+ ngAfterContentChecked(): void;
43
+ registerEvents: (eventList: string[]) => void;
44
+ addTwoWay: (propList: string[]) => void;
45
+ }
@@ -1,11 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./datepicker.component";
3
- import * as i2 from "@angular/common";
4
- /**
5
- * NgModule definition for the DatePicker component.
6
- */
7
- export declare class DatePickerModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<DatePickerModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<DatePickerModule, [typeof i1.DatePickerComponent], [typeof i2.CommonModule], [typeof i1.DatePickerComponent]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<DatePickerModule>;
11
- }
1
+ /**
2
+ * NgModule definition for the DatePicker component.
3
+ */
4
+ export declare class DatePickerModule {
5
+ }
@@ -1,11 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "@angular/common";
3
- import * as i2 from "./daterangepicker.module";
4
- /**
5
- * NgModule definition for the DateRangePicker component with providers.
6
- */
7
- export declare class DateRangePickerAllModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<DateRangePickerAllModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<DateRangePickerAllModule, never, [typeof i1.CommonModule, typeof i2.DateRangePickerModule], [typeof i2.DateRangePickerModule]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<DateRangePickerAllModule>;
11
- }
1
+ /**
2
+ * NgModule definition for the DateRangePicker component with providers.
3
+ */
4
+ export declare class DateRangePickerAllModule {
5
+ }
@@ -1,60 +1,57 @@
1
- import { ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectorRef } from '@angular/core';
2
- import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
- import { DateRangePicker } from '@syncfusion/ej2-calendars';
4
- import * as i0 from "@angular/core";
5
- export declare const inputs: string[];
6
- export declare const outputs: string[];
7
- export declare const twoWays: string[];
8
- /**
9
- * Represents the Essential JS 2 Angular DateRangePicker Component.
10
- * ```html
11
- * <ejs-daterangepicker [startDate]='date' [endDate]='date'></ejs-daterangepicker>
12
- * ```
13
- */
14
- export declare class DateRangePickerComponent extends DateRangePicker implements IComponentBase {
15
- private ngEle;
16
- private srenderer;
17
- private viewContainerRef;
18
- private injector;
19
- private cdr;
20
- formCompContext: any;
21
- formContext: any;
22
- tagObjects: any;
23
- blur: any;
24
- change: any;
25
- cleared: any;
26
- close: any;
27
- created: any;
28
- destroyed: any;
29
- focus: any;
30
- navigated: any;
31
- open: any;
32
- renderDayCell: any;
33
- select: any;
34
- startDateChange: any;
35
- endDateChange: any;
36
- valueChange: any;
37
- childPresets: any;
38
- tags: string[];
39
- /**
40
- * Specifies the initial view of the Calendar when it is opened.
41
- * With the help of this property, initial view can be changed to year or decade view.
42
- * @default Month
43
- */
44
- start: any;
45
- end: any;
46
- private skipFromEvent;
47
- constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector, cdr: ChangeDetectorRef);
48
- registerOnChange(registerFunction: (_: any) => void): void;
49
- registerOnTouched(registerFunction: () => void): void;
50
- writeValue(value: any): void;
51
- setDisabledState(disabled: boolean): void;
52
- ngOnInit(): void;
53
- ngAfterViewInit(): void;
54
- ngOnDestroy(): void;
55
- ngAfterContentChecked(): void;
56
- registerEvents: (eventList: string[]) => void;
57
- addTwoWay: (propList: string[]) => void;
58
- static ɵfac: i0.ɵɵFactoryDeclaration<DateRangePickerComponent, never>;
59
- static ɵcmp: i0.ɵɵComponentDeclaration<DateRangePickerComponent, "ejs-daterangepicker", never, { "allowEdit": "allowEdit"; "calendarMode": "calendarMode"; "cssClass": "cssClass"; "dayHeaderFormat": "dayHeaderFormat"; "depth": "depth"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enabled": "enabled"; "endDate": "endDate"; "firstDayOfWeek": "firstDayOfWeek"; "floatLabelType": "floatLabelType"; "format": "format"; "fullScreenMode": "fullScreenMode"; "htmlAttributes": "htmlAttributes"; "inputFormats": "inputFormats"; "keyConfigs": "keyConfigs"; "locale": "locale"; "max": "max"; "maxDays": "maxDays"; "min": "min"; "minDays": "minDays"; "openOnFocus": "openOnFocus"; "placeholder": "placeholder"; "presets": "presets"; "readonly": "readonly"; "separator": "separator"; "serverTimezoneOffset": "serverTimezoneOffset"; "showClearButton": "showClearButton"; "start": "start"; "startDate": "startDate"; "strictMode": "strictMode"; "value": "value"; "weekNumber": "weekNumber"; "weekRule": "weekRule"; "width": "width"; "zIndex": "zIndex"; }, { "blur": "blur"; "change": "change"; "cleared": "cleared"; "close": "close"; "created": "created"; "destroyed": "destroyed"; "focus": "focus"; "navigated": "navigated"; "open": "open"; "renderDayCell": "renderDayCell"; "select": "select"; "startDateChange": "startDateChange"; "endDateChange": "endDateChange"; "valueChange": "valueChange"; }, ["start", "end", "childPresets"], never>;
60
- }
1
+ import { ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectorRef } from '@angular/core';
2
+ import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
+ import { DateRangePicker } from '@syncfusion/ej2-calendars';
4
+ export declare const inputs: string[];
5
+ export declare const outputs: string[];
6
+ export declare const twoWays: string[];
7
+ /**
8
+ * Represents the Essential JS 2 Angular DateRangePicker Component.
9
+ * ```html
10
+ * <ejs-daterangepicker [startDate]='date' [endDate]='date'></ejs-daterangepicker>
11
+ * ```
12
+ */
13
+ export declare class DateRangePickerComponent extends DateRangePicker implements IComponentBase {
14
+ private ngEle;
15
+ private srenderer;
16
+ private viewContainerRef;
17
+ private injector;
18
+ private cdr;
19
+ formCompContext: any;
20
+ formContext: any;
21
+ tagObjects: any;
22
+ blur: any;
23
+ change: any;
24
+ cleared: any;
25
+ close: any;
26
+ created: any;
27
+ destroyed: any;
28
+ focus: any;
29
+ navigated: any;
30
+ open: any;
31
+ renderDayCell: any;
32
+ select: any;
33
+ startDateChange: any;
34
+ endDateChange: any;
35
+ valueChange: any;
36
+ childPresets: any;
37
+ tags: string[];
38
+ /**
39
+ * Specifies the initial view of the Calendar when it is opened.
40
+ * With the help of this property, initial view can be changed to year or decade view.
41
+ * @default Month
42
+ */
43
+ start: any;
44
+ end: any;
45
+ private skipFromEvent;
46
+ constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector, cdr: ChangeDetectorRef);
47
+ registerOnChange(registerFunction: (_: any) => void): void;
48
+ registerOnTouched(registerFunction: () => void): void;
49
+ writeValue(value: any): void;
50
+ setDisabledState(disabled: boolean): void;
51
+ ngOnInit(): void;
52
+ ngAfterViewInit(): void;
53
+ ngOnDestroy(): void;
54
+ ngAfterContentChecked(): void;
55
+ registerEvents: (eventList: string[]) => void;
56
+ addTwoWay: (propList: string[]) => void;
57
+ }
@@ -1,12 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./daterangepicker.component";
3
- import * as i2 from "./presets.directive";
4
- import * as i3 from "@angular/common";
5
- /**
6
- * NgModule definition for the DateRangePicker component.
7
- */
8
- export declare class DateRangePickerModule {
9
- static ɵfac: i0.ɵɵFactoryDeclaration<DateRangePickerModule, never>;
10
- static ɵmod: i0.ɵɵNgModuleDeclaration<DateRangePickerModule, [typeof i1.DateRangePickerComponent, typeof i2.PresetDirective, typeof i2.PresetsDirective], [typeof i3.CommonModule], [typeof i1.DateRangePickerComponent, typeof i2.PresetDirective, typeof i2.PresetsDirective]>;
11
- static ɵinj: i0.ɵɵInjectorDeclaration<DateRangePickerModule>;
12
- }
1
+ /**
2
+ * NgModule definition for the DateRangePicker component.
3
+ */
4
+ export declare class DateRangePickerModule {
5
+ }
@@ -1,43 +1,38 @@
1
- import { ViewContainerRef } from '@angular/core';
2
- import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
- import * as i0 from "@angular/core";
4
- /**
5
- * 'e-presets' directive represent a presets of angular daterangepicker
6
- * It must be contained in a daterangepicker component(`ej-daterangepicker`).
7
- * ```html
8
- * <ejs-daterangepicker id='range'>
9
- * <e-presets>
10
- * <e-preset label='Last Week' [start]=new Date('06/07/2018') [end]= new Date('06/01/2018')></e-preset>
11
- * <e-preset label='Last Month' [start]=new Date('06/07/2018') [end]= new Date('05/07/2018')></e-preset>
12
- * </e-presets>
13
- * </ejs-daterangepicker>
14
- * ```
15
- */
16
- export declare class PresetDirective extends ComplexBase<PresetDirective> {
17
- private viewContainerRef;
18
- directivePropList: any;
19
- /**
20
- * Defines the end date of the preset range
21
- */
22
- end: any;
23
- /**
24
- * Defines the label string of the preset range.
25
- */
26
- label: any;
27
- /**
28
- * Defines the start date of the preset range.
29
- */
30
- start: any;
31
- constructor(viewContainerRef: ViewContainerRef);
32
- static ɵfac: i0.ɵɵFactoryDeclaration<PresetDirective, never>;
33
- static ɵdir: i0.ɵɵDirectiveDeclaration<PresetDirective, "e-presets>e-preset", never, { "end": "end"; "label": "label"; "start": "start"; }, {}, never>;
34
- }
35
- /**
36
- * Preset Array Directive
37
- * @private
38
- */
39
- export declare class PresetsDirective extends ArrayBase<PresetsDirective> {
40
- constructor();
41
- static ɵfac: i0.ɵɵFactoryDeclaration<PresetsDirective, never>;
42
- static ɵdir: i0.ɵɵDirectiveDeclaration<PresetsDirective, "ejs-daterangepicker>e-presets", never, {}, {}, ["children"]>;
43
- }
1
+ import { ViewContainerRef } from '@angular/core';
2
+ import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
+ /**
4
+ * 'e-presets' directive represent a presets of angular daterangepicker
5
+ * It must be contained in a daterangepicker component(`ej-daterangepicker`).
6
+ * ```html
7
+ * <ejs-daterangepicker id='range'>
8
+ * <e-presets>
9
+ * <e-preset label='Last Week' [start]=new Date('06/07/2018') [end]= new Date('06/01/2018')></e-preset>
10
+ * <e-preset label='Last Month' [start]=new Date('06/07/2018') [end]= new Date('05/07/2018')></e-preset>
11
+ * </e-presets>
12
+ * </ejs-daterangepicker>
13
+ * ```
14
+ */
15
+ export declare class PresetDirective extends ComplexBase<PresetDirective> {
16
+ private viewContainerRef;
17
+ directivePropList: any;
18
+ /**
19
+ * Defines the end date of the preset range
20
+ */
21
+ end: any;
22
+ /**
23
+ * Defines the label string of the preset range.
24
+ */
25
+ label: any;
26
+ /**
27
+ * Defines the start date of the preset range.
28
+ */
29
+ start: any;
30
+ constructor(viewContainerRef: ViewContainerRef);
31
+ }
32
+ /**
33
+ * Preset Array Directive
34
+ * @private
35
+ */
36
+ export declare class PresetsDirective extends ArrayBase<PresetsDirective> {
37
+ constructor();
38
+ }
@@ -1,11 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "@angular/common";
3
- import * as i2 from "./datetimepicker.module";
4
- /**
5
- * NgModule definition for the DateTimePicker component with providers.
6
- */
7
- export declare class DateTimePickerAllModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<DateTimePickerAllModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<DateTimePickerAllModule, never, [typeof i1.CommonModule, typeof i2.DateTimePickerModule], [typeof i2.DateTimePickerModule]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<DateTimePickerAllModule>;
11
- }
1
+ /**
2
+ * NgModule definition for the DateTimePicker component with providers.
3
+ */
4
+ export declare class DateTimePickerAllModule {
5
+ }