@syncfusion/ej2-angular-calendars 32.2.3-ngcc → 32.2.3

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 (203) hide show
  1. package/CHANGELOG.md +1435 -0
  2. package/README.md +12 -5
  3. package/esm2020/public_api.mjs +2 -0
  4. package/esm2020/src/calendar/calendar-all.module.mjs +29 -0
  5. package/esm2020/src/calendar/calendar.component.mjs +91 -0
  6. package/esm2020/src/calendar/calendar.module.mjs +25 -0
  7. package/esm2020/src/datepicker/datepicker-all.module.mjs +29 -0
  8. package/esm2020/src/datepicker/datepicker.component.mjs +99 -0
  9. package/esm2020/src/datepicker/datepicker.module.mjs +25 -0
  10. package/esm2020/src/daterangepicker/daterangepicker-all.module.mjs +23 -0
  11. package/esm2020/src/daterangepicker/daterangepicker.component.mjs +103 -0
  12. package/esm2020/src/daterangepicker/daterangepicker.module.mjs +34 -0
  13. package/esm2020/src/daterangepicker/presets.directive.mjs +58 -0
  14. package/esm2020/src/datetimepicker/datetimepicker-all.module.mjs +23 -0
  15. package/esm2020/src/datetimepicker/datetimepicker.component.mjs +99 -0
  16. package/esm2020/src/datetimepicker/datetimepicker.module.mjs +25 -0
  17. package/esm2020/src/index.mjs +18 -0
  18. package/esm2020/src/timepicker/timepicker-all.module.mjs +23 -0
  19. package/esm2020/src/timepicker/timepicker.component.mjs +92 -0
  20. package/esm2020/src/timepicker/timepicker.module.mjs +25 -0
  21. package/esm2020/syncfusion-ej2-angular-calendars.mjs +5 -0
  22. package/fesm2015/syncfusion-ej2-angular-calendars.mjs +735 -0
  23. package/fesm2015/syncfusion-ej2-angular-calendars.mjs.map +1 -0
  24. package/fesm2020/syncfusion-ej2-angular-calendars.mjs +735 -0
  25. package/fesm2020/syncfusion-ej2-angular-calendars.mjs.map +1 -0
  26. package/package.json +28 -46
  27. package/public_api.d.ts +1 -1
  28. package/src/calendar/calendar-all.module.d.ts +13 -7
  29. package/src/calendar/calendar.component.d.ts +45 -42
  30. package/src/calendar/calendar.module.d.ts +11 -5
  31. package/src/datepicker/datepicker-all.module.d.ts +13 -7
  32. package/src/datepicker/datepicker.component.d.ts +48 -45
  33. package/src/datepicker/datepicker.module.d.ts +11 -5
  34. package/src/daterangepicker/daterangepicker-all.module.d.ts +11 -5
  35. package/src/daterangepicker/daterangepicker.component.d.ts +60 -57
  36. package/src/daterangepicker/daterangepicker.module.d.ts +12 -5
  37. package/src/daterangepicker/presets.directive.d.ts +43 -38
  38. package/src/datetimepicker/datetimepicker-all.module.d.ts +11 -5
  39. package/src/datetimepicker/datetimepicker.component.d.ts +48 -45
  40. package/src/datetimepicker/datetimepicker.module.d.ts +11 -5
  41. package/src/index.d.ts +17 -17
  42. package/src/timepicker/timepicker-all.module.d.ts +11 -5
  43. package/src/timepicker/timepicker.component.d.ts +47 -44
  44. package/src/timepicker/timepicker.module.d.ts +11 -5
  45. package/styles/bds-lite.scss +1 -1
  46. package/styles/bds.scss +5 -5
  47. package/styles/bootstrap-dark-lite.scss +1 -1
  48. package/styles/bootstrap-dark.scss +5 -5
  49. package/styles/bootstrap-lite.scss +1 -1
  50. package/styles/bootstrap.scss +5 -5
  51. package/styles/bootstrap4-lite.scss +1 -1
  52. package/styles/bootstrap4.scss +5 -5
  53. package/styles/bootstrap5-dark-lite.scss +1 -1
  54. package/styles/bootstrap5-dark.scss +5 -5
  55. package/styles/bootstrap5-lite.scss +1 -1
  56. package/styles/bootstrap5.3-lite.scss +1 -1
  57. package/styles/bootstrap5.3.scss +5 -5
  58. package/styles/bootstrap5.scss +5 -5
  59. package/styles/calendar/bds.scss +1 -1
  60. package/styles/calendar/bootstrap-dark.scss +1 -1
  61. package/styles/calendar/bootstrap.scss +1 -1
  62. package/styles/calendar/bootstrap4.scss +1 -1
  63. package/styles/calendar/bootstrap5-dark.scss +1 -1
  64. package/styles/calendar/bootstrap5.3.scss +1 -1
  65. package/styles/calendar/bootstrap5.scss +1 -1
  66. package/styles/calendar/fabric-dark.scss +1 -1
  67. package/styles/calendar/fabric.scss +1 -1
  68. package/styles/calendar/fluent-dark.scss +1 -1
  69. package/styles/calendar/fluent.scss +1 -1
  70. package/styles/calendar/fluent2.scss +1 -1
  71. package/styles/calendar/highcontrast-light.scss +1 -1
  72. package/styles/calendar/highcontrast.scss +1 -1
  73. package/styles/calendar/material-dark.scss +1 -1
  74. package/styles/calendar/material.scss +1 -1
  75. package/styles/calendar/material3-dark.scss +1 -2
  76. package/styles/calendar/material3.scss +1 -2
  77. package/styles/calendar/tailwind-dark.scss +1 -1
  78. package/styles/calendar/tailwind.scss +1 -1
  79. package/styles/calendar/tailwind3.scss +1 -1
  80. package/styles/datepicker/bds.scss +1 -1
  81. package/styles/datepicker/bootstrap-dark.scss +1 -1
  82. package/styles/datepicker/bootstrap.scss +1 -1
  83. package/styles/datepicker/bootstrap4.scss +1 -1
  84. package/styles/datepicker/bootstrap5-dark.scss +1 -1
  85. package/styles/datepicker/bootstrap5.3.scss +1 -1
  86. package/styles/datepicker/bootstrap5.scss +1 -1
  87. package/styles/datepicker/fabric-dark.scss +1 -1
  88. package/styles/datepicker/fabric.scss +1 -1
  89. package/styles/datepicker/fluent-dark.scss +1 -1
  90. package/styles/datepicker/fluent.scss +1 -1
  91. package/styles/datepicker/fluent2.scss +1 -1
  92. package/styles/datepicker/highcontrast-light.scss +1 -1
  93. package/styles/datepicker/highcontrast.scss +1 -1
  94. package/styles/datepicker/material-dark.scss +1 -1
  95. package/styles/datepicker/material.scss +1 -1
  96. package/styles/datepicker/material3-dark.scss +1 -2
  97. package/styles/datepicker/material3.scss +1 -2
  98. package/styles/datepicker/tailwind-dark.scss +1 -1
  99. package/styles/datepicker/tailwind.scss +1 -1
  100. package/styles/datepicker/tailwind3.scss +1 -1
  101. package/styles/daterangepicker/bds.scss +1 -1
  102. package/styles/daterangepicker/bootstrap-dark.scss +1 -1
  103. package/styles/daterangepicker/bootstrap.scss +1 -1
  104. package/styles/daterangepicker/bootstrap4.scss +1 -1
  105. package/styles/daterangepicker/bootstrap5-dark.scss +1 -1
  106. package/styles/daterangepicker/bootstrap5.3.scss +1 -1
  107. package/styles/daterangepicker/bootstrap5.scss +1 -1
  108. package/styles/daterangepicker/fabric-dark.scss +1 -1
  109. package/styles/daterangepicker/fabric.scss +1 -1
  110. package/styles/daterangepicker/fluent-dark.scss +1 -1
  111. package/styles/daterangepicker/fluent.scss +1 -1
  112. package/styles/daterangepicker/fluent2.scss +1 -1
  113. package/styles/daterangepicker/highcontrast-light.scss +1 -1
  114. package/styles/daterangepicker/highcontrast.scss +1 -1
  115. package/styles/daterangepicker/material-dark.scss +1 -1
  116. package/styles/daterangepicker/material.scss +1 -1
  117. package/styles/daterangepicker/material3-dark.scss +1 -2
  118. package/styles/daterangepicker/material3.scss +1 -2
  119. package/styles/daterangepicker/tailwind-dark.scss +1 -1
  120. package/styles/daterangepicker/tailwind.scss +1 -1
  121. package/styles/daterangepicker/tailwind3.scss +1 -1
  122. package/styles/datetimepicker/bds.scss +1 -1
  123. package/styles/datetimepicker/bootstrap-dark.scss +1 -1
  124. package/styles/datetimepicker/bootstrap.scss +1 -1
  125. package/styles/datetimepicker/bootstrap4.scss +1 -1
  126. package/styles/datetimepicker/bootstrap5-dark.scss +1 -1
  127. package/styles/datetimepicker/bootstrap5.3.scss +1 -1
  128. package/styles/datetimepicker/bootstrap5.scss +1 -1
  129. package/styles/datetimepicker/fabric-dark.scss +1 -1
  130. package/styles/datetimepicker/fabric.scss +1 -1
  131. package/styles/datetimepicker/fluent-dark.scss +1 -1
  132. package/styles/datetimepicker/fluent.scss +1 -1
  133. package/styles/datetimepicker/fluent2.scss +1 -1
  134. package/styles/datetimepicker/highcontrast-light.scss +1 -1
  135. package/styles/datetimepicker/highcontrast.scss +1 -1
  136. package/styles/datetimepicker/material-dark.scss +1 -1
  137. package/styles/datetimepicker/material.scss +1 -1
  138. package/styles/datetimepicker/material3-dark.scss +1 -2
  139. package/styles/datetimepicker/material3.scss +1 -2
  140. package/styles/datetimepicker/tailwind-dark.scss +1 -1
  141. package/styles/datetimepicker/tailwind.scss +1 -1
  142. package/styles/datetimepicker/tailwind3.scss +1 -1
  143. package/styles/fabric-dark-lite.scss +1 -1
  144. package/styles/fabric-dark.scss +5 -5
  145. package/styles/fabric-lite.scss +1 -1
  146. package/styles/fabric.scss +5 -5
  147. package/styles/fluent-dark-lite.scss +1 -1
  148. package/styles/fluent-dark.scss +5 -5
  149. package/styles/fluent-lite.scss +1 -1
  150. package/styles/fluent.scss +5 -5
  151. package/styles/fluent2-lite.scss +1 -1
  152. package/styles/fluent2.scss +5 -5
  153. package/styles/highcontrast-light-lite.scss +1 -1
  154. package/styles/highcontrast-light.scss +5 -5
  155. package/styles/highcontrast-lite.scss +1 -1
  156. package/styles/highcontrast.scss +5 -5
  157. package/styles/material-dark-lite.scss +1 -1
  158. package/styles/material-dark.scss +5 -5
  159. package/styles/material-lite.scss +1 -1
  160. package/styles/material.scss +5 -5
  161. package/styles/material3-dark-lite.scss +1 -1
  162. package/styles/material3-dark.scss +5 -6
  163. package/styles/material3-lite.scss +1 -1
  164. package/styles/material3.scss +5 -6
  165. package/styles/tailwind-dark-lite.scss +1 -1
  166. package/styles/tailwind-dark.scss +5 -5
  167. package/styles/tailwind-lite.scss +1 -1
  168. package/styles/tailwind.scss +5 -5
  169. package/styles/tailwind3-lite.scss +1 -1
  170. package/styles/tailwind3.scss +5 -5
  171. package/styles/timepicker/bds.scss +1 -1
  172. package/styles/timepicker/bootstrap-dark.scss +1 -1
  173. package/styles/timepicker/bootstrap.scss +1 -1
  174. package/styles/timepicker/bootstrap4.scss +1 -1
  175. package/styles/timepicker/bootstrap5-dark.scss +1 -1
  176. package/styles/timepicker/bootstrap5.3.scss +1 -1
  177. package/styles/timepicker/bootstrap5.scss +1 -1
  178. package/styles/timepicker/fabric-dark.scss +1 -1
  179. package/styles/timepicker/fabric.scss +1 -1
  180. package/styles/timepicker/fluent-dark.scss +1 -1
  181. package/styles/timepicker/fluent.scss +1 -1
  182. package/styles/timepicker/fluent2.scss +1 -1
  183. package/styles/timepicker/highcontrast-light.scss +1 -1
  184. package/styles/timepicker/highcontrast.scss +1 -1
  185. package/styles/timepicker/material-dark.scss +1 -1
  186. package/styles/timepicker/material.scss +1 -1
  187. package/styles/timepicker/material3-dark.scss +1 -2
  188. package/styles/timepicker/material3.scss +1 -2
  189. package/styles/timepicker/tailwind-dark.scss +1 -1
  190. package/styles/timepicker/tailwind.scss +1 -1
  191. package/styles/timepicker/tailwind3.scss +1 -1
  192. package/syncfusion-ej2-angular-calendars.d.ts +5 -0
  193. package/@syncfusion/ej2-angular-calendars.es5.js +0 -1048
  194. package/@syncfusion/ej2-angular-calendars.es5.js.map +0 -1
  195. package/@syncfusion/ej2-angular-calendars.js +0 -981
  196. package/@syncfusion/ej2-angular-calendars.js.map +0 -1
  197. package/LICENSE +0 -10
  198. package/dist/ej2-angular-calendars.umd.js +0 -1093
  199. package/dist/ej2-angular-calendars.umd.js.map +0 -1
  200. package/dist/ej2-angular-calendars.umd.min.js +0 -11
  201. package/dist/ej2-angular-calendars.umd.min.js.map +0 -1
  202. package/ej2-angular-calendars.d.ts +0 -9
  203. package/ej2-angular-calendars.metadata.json +0 -1
@@ -1,57 +1,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
+ 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,5 +1,12 @@
1
- /**
2
- * NgModule definition for the DateRangePicker component.
3
- */
4
- export declare class DateRangePickerModule {
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,38 +1,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
+ 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,5 +1,11 @@
1
- /**
2
- * NgModule definition for the DateTimePicker component with providers.
3
- */
4
- export declare class DateTimePickerAllModule {
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,45 +1,48 @@
1
- import { ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectorRef } from '@angular/core';
2
- import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
- import { DateTimePicker } 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 DateTimePicker Component.
9
- * ```html
10
- * <ejs-datetimepicker [value]='dateTime'></ejs-datetimepicker>
11
- * ```
12
- */
13
- export declare class DateTimePickerComponent extends DateTimePicker 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
+ import { ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectorRef } from '@angular/core';
2
+ import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
+ import { DateTimePicker } 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 DateTimePicker Component.
10
+ * ```html
11
+ * <ejs-datetimepicker [value]='dateTime'></ejs-datetimepicker>
12
+ * ```
13
+ */
14
+ export declare class DateTimePickerComponent extends DateTimePicker 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<DateTimePickerComponent, never>;
47
+ static ɵcmp: i0.ɵɵComponentDeclaration<DateTimePickerComponent, "ejs-datetimepicker", 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"; "maxTime": "maxTime"; "min": "min"; "minTime": "minTime"; "openOnFocus": "openOnFocus"; "placeholder": "placeholder"; "readonly": "readonly"; "scrollTo": "scrollTo"; "serverTimezoneOffset": "serverTimezoneOffset"; "showClearButton": "showClearButton"; "showTodayButton": "showTodayButton"; "start": "start"; "step": "step"; "strictMode": "strictMode"; "timeFormat": "timeFormat"; "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,5 +1,11 @@
1
- /**
2
- * NgModule definition for the DateTimePicker component.
3
- */
4
- export declare class DateTimePickerModule {
5
- }
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./datetimepicker.component";
3
+ import * as i2 from "@angular/common";
4
+ /**
5
+ * NgModule definition for the DateTimePicker component.
6
+ */
7
+ export declare class DateTimePickerModule {
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<DateTimePickerModule, never>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<DateTimePickerModule, [typeof i1.DateTimePickerComponent], [typeof i2.CommonModule], [typeof i1.DateTimePickerComponent]>;
10
+ static ɵinj: i0.ɵɵInjectorDeclaration<DateTimePickerModule>;
11
+ }
package/src/index.d.ts CHANGED
@@ -1,17 +1,17 @@
1
- export { CalendarComponent } from './calendar/calendar.component';
2
- export { CalendarModule } from './calendar/calendar.module';
3
- export { CalendarAllModule, IslamicService } from './calendar/calendar-all.module';
4
- export { DatePickerComponent } from './datepicker/datepicker.component';
5
- export { DatePickerModule } from './datepicker/datepicker.module';
6
- export { DatePickerAllModule, MaskedDateTimeService } from './datepicker/datepicker-all.module';
7
- export { TimePickerComponent } from './timepicker/timepicker.component';
8
- export { TimePickerModule } from './timepicker/timepicker.module';
9
- export { TimePickerAllModule } from './timepicker/timepicker-all.module';
10
- export { PresetDirective, PresetsDirective } from './daterangepicker/presets.directive';
11
- export { DateRangePickerComponent } from './daterangepicker/daterangepicker.component';
12
- export { DateRangePickerModule } from './daterangepicker/daterangepicker.module';
13
- export { DateRangePickerAllModule } from './daterangepicker/daterangepicker-all.module';
14
- export { DateTimePickerComponent } from './datetimepicker/datetimepicker.component';
15
- export { DateTimePickerModule } from './datetimepicker/datetimepicker.module';
16
- export { DateTimePickerAllModule } from './datetimepicker/datetimepicker-all.module';
17
- export * from '@syncfusion/ej2-calendars';
1
+ export { CalendarComponent } from './calendar/calendar.component';
2
+ export { CalendarModule } from './calendar/calendar.module';
3
+ export { CalendarAllModule, IslamicService } from './calendar/calendar-all.module';
4
+ export { DatePickerComponent } from './datepicker/datepicker.component';
5
+ export { DatePickerModule } from './datepicker/datepicker.module';
6
+ export { DatePickerAllModule, MaskedDateTimeService } from './datepicker/datepicker-all.module';
7
+ export { TimePickerComponent } from './timepicker/timepicker.component';
8
+ export { TimePickerModule } from './timepicker/timepicker.module';
9
+ export { TimePickerAllModule } from './timepicker/timepicker-all.module';
10
+ export { PresetDirective, PresetsDirective } from './daterangepicker/presets.directive';
11
+ export { DateRangePickerComponent } from './daterangepicker/daterangepicker.component';
12
+ export { DateRangePickerModule } from './daterangepicker/daterangepicker.module';
13
+ export { DateRangePickerAllModule } from './daterangepicker/daterangepicker-all.module';
14
+ export { DateTimePickerComponent } from './datetimepicker/datetimepicker.component';
15
+ export { DateTimePickerModule } from './datetimepicker/datetimepicker.module';
16
+ export { DateTimePickerAllModule } from './datetimepicker/datetimepicker-all.module';
17
+ export * from '@syncfusion/ej2-calendars';
@@ -1,5 +1,11 @@
1
- /**
2
- * NgModule definition for the TimePicker component with providers.
3
- */
4
- export declare class TimePickerAllModule {
5
- }
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "@angular/common";
3
+ import * as i2 from "./timepicker.module";
4
+ /**
5
+ * NgModule definition for the TimePicker component with providers.
6
+ */
7
+ export declare class TimePickerAllModule {
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<TimePickerAllModule, never>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<TimePickerAllModule, never, [typeof i1.CommonModule, typeof i2.TimePickerModule], [typeof i2.TimePickerModule]>;
10
+ static ɵinj: i0.ɵɵInjectorDeclaration<TimePickerAllModule>;
11
+ }
@@ -1,44 +1,47 @@
1
- import { ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectorRef } from '@angular/core';
2
- import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
- import { TimePicker } 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 TimePicker Component.
9
- * ```html
10
- * <ejs-timepicker [value]='dateTime'></ejs-timepicker>
11
- * ```
12
- */
13
- export declare class TimePickerComponent extends TimePicker 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
- itemRender: any;
30
- open: any;
31
- valueChange: any;
32
- private skipFromEvent;
33
- constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector, cdr: ChangeDetectorRef);
34
- registerOnChange(registerFunction: (_: any) => void): void;
35
- registerOnTouched(registerFunction: () => void): void;
36
- writeValue(value: any): void;
37
- setDisabledState(disabled: boolean): void;
38
- ngOnInit(): void;
39
- ngAfterViewInit(): void;
40
- ngOnDestroy(): void;
41
- ngAfterContentChecked(): void;
42
- registerEvents: (eventList: string[]) => void;
43
- addTwoWay: (propList: string[]) => void;
44
- }
1
+ import { ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectorRef } from '@angular/core';
2
+ import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
+ import { TimePicker } 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 TimePicker Component.
10
+ * ```html
11
+ * <ejs-timepicker [value]='dateTime'></ejs-timepicker>
12
+ * ```
13
+ */
14
+ export declare class TimePickerComponent extends TimePicker 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
+ itemRender: any;
31
+ open: 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
+ static ɵfac: i0.ɵɵFactoryDeclaration<TimePickerComponent, never>;
46
+ static ɵcmp: i0.ɵɵComponentDeclaration<TimePickerComponent, "ejs-timepicker", never, { "allowEdit": "allowEdit"; "cssClass": "cssClass"; "enableMask": "enableMask"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enabled": "enabled"; "floatLabelType": "floatLabelType"; "format": "format"; "fullScreenMode": "fullScreenMode"; "htmlAttributes": "htmlAttributes"; "keyConfigs": "keyConfigs"; "locale": "locale"; "maskPlaceholder": "maskPlaceholder"; "max": "max"; "min": "min"; "openOnFocus": "openOnFocus"; "placeholder": "placeholder"; "readonly": "readonly"; "scrollTo": "scrollTo"; "serverTimezoneOffset": "serverTimezoneOffset"; "showClearButton": "showClearButton"; "step": "step"; "strictMode": "strictMode"; "value": "value"; "width": "width"; "zIndex": "zIndex"; }, { "blur": "blur"; "change": "change"; "cleared": "cleared"; "close": "close"; "created": "created"; "destroyed": "destroyed"; "focus": "focus"; "itemRender": "itemRender"; "open": "open"; "valueChange": "valueChange"; }, never, never>;
47
+ }
@@ -1,5 +1,11 @@
1
- /**
2
- * NgModule definition for the TimePicker component.
3
- */
4
- export declare class TimePickerModule {
5
- }
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./timepicker.component";
3
+ import * as i2 from "@angular/common";
4
+ /**
5
+ * NgModule definition for the TimePicker component.
6
+ */
7
+ export declare class TimePickerModule {
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<TimePickerModule, never>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<TimePickerModule, [typeof i1.TimePickerComponent], [typeof i2.CommonModule], [typeof i1.TimePickerComponent]>;
10
+ static ɵinj: i0.ɵɵInjectorDeclaration<TimePickerModule>;
11
+ }
@@ -1 +1 @@
1
- @import 'ej2-calendars/styles/bds-lite.scss';
1
+ @use 'ej2-calendars/bds-lite' as *;
package/styles/bds.scss CHANGED
@@ -1,5 +1,5 @@
1
- @import 'calendar/bds.scss';
2
- @import 'timepicker/bds.scss';
3
- @import 'datepicker/bds.scss';
4
- @import 'daterangepicker/bds.scss';
5
- @import 'datetimepicker/bds.scss';
1
+ @use 'calendar/bds' as *;
2
+ @use 'timepicker/bds' as *;
3
+ @use 'datepicker/bds' as *;
4
+ @use 'daterangepicker/bds' as *;
5
+ @use 'datetimepicker/bds' as *;
@@ -1 +1 @@
1
- @import 'ej2-calendars/styles/bootstrap-dark-lite.scss';
1
+ @use 'ej2-calendars/bootstrap-dark-lite' as *;
@@ -1,5 +1,5 @@
1
- @import 'calendar/bootstrap-dark.scss';
2
- @import 'timepicker/bootstrap-dark.scss';
3
- @import 'datepicker/bootstrap-dark.scss';
4
- @import 'daterangepicker/bootstrap-dark.scss';
5
- @import 'datetimepicker/bootstrap-dark.scss';
1
+ @use 'calendar/bootstrap-dark' as *;
2
+ @use 'timepicker/bootstrap-dark' as *;
3
+ @use 'datepicker/bootstrap-dark' as *;
4
+ @use 'daterangepicker/bootstrap-dark' as *;
5
+ @use 'datetimepicker/bootstrap-dark' as *;
@@ -1 +1 @@
1
- @import 'ej2-calendars/styles/bootstrap-lite.scss';
1
+ @use 'ej2-calendars/bootstrap-lite' as *;
@@ -1,5 +1,5 @@
1
- @import 'calendar/bootstrap.scss';
2
- @import 'timepicker/bootstrap.scss';
3
- @import 'datepicker/bootstrap.scss';
4
- @import 'daterangepicker/bootstrap.scss';
5
- @import 'datetimepicker/bootstrap.scss';
1
+ @use 'calendar/bootstrap' as *;
2
+ @use 'timepicker/bootstrap' as *;
3
+ @use 'datepicker/bootstrap' as *;
4
+ @use 'daterangepicker/bootstrap' as *;
5
+ @use 'datetimepicker/bootstrap' as *;
@@ -1 +1 @@
1
- @import 'ej2-calendars/styles/bootstrap4-lite.scss';
1
+ @use 'ej2-calendars/bootstrap4-lite' as *;
@@ -1,5 +1,5 @@
1
- @import 'calendar/bootstrap4.scss';
2
- @import 'timepicker/bootstrap4.scss';
3
- @import 'datepicker/bootstrap4.scss';
4
- @import 'daterangepicker/bootstrap4.scss';
5
- @import 'datetimepicker/bootstrap4.scss';
1
+ @use 'calendar/bootstrap4' as *;
2
+ @use 'timepicker/bootstrap4' as *;
3
+ @use 'datepicker/bootstrap4' as *;
4
+ @use 'daterangepicker/bootstrap4' as *;
5
+ @use 'datetimepicker/bootstrap4' as *;
@@ -1 +1 @@
1
- @import 'ej2-calendars/styles/bootstrap5-dark-lite.scss';
1
+ @use 'ej2-calendars/bootstrap5-dark-lite' as *;
@@ -1,5 +1,5 @@
1
- @import 'calendar/bootstrap5-dark.scss';
2
- @import 'timepicker/bootstrap5-dark.scss';
3
- @import 'datepicker/bootstrap5-dark.scss';
4
- @import 'daterangepicker/bootstrap5-dark.scss';
5
- @import 'datetimepicker/bootstrap5-dark.scss';
1
+ @use 'calendar/bootstrap5-dark' as *;
2
+ @use 'timepicker/bootstrap5-dark' as *;
3
+ @use 'datepicker/bootstrap5-dark' as *;
4
+ @use 'daterangepicker/bootstrap5-dark' as *;
5
+ @use 'datetimepicker/bootstrap5-dark' as *;
@@ -1 +1 @@
1
- @import 'ej2-calendars/styles/bootstrap5-lite.scss';
1
+ @use 'ej2-calendars/bootstrap5-lite' as *;
@@ -1 +1 @@
1
- @import 'ej2-calendars/styles/bootstrap5.3-lite.scss';
1
+ @use 'ej2-calendars/bootstrap5.3-lite' as *;