@syncfusion/ej2-angular-calendars 26.2.12 → 27.1.48-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 (116) 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/README.md +24 -24
  6. package/dist/ej2-angular-calendars.umd.js +1093 -0
  7. package/dist/ej2-angular-calendars.umd.js.map +1 -0
  8. package/dist/ej2-angular-calendars.umd.min.js +11 -0
  9. package/dist/ej2-angular-calendars.umd.min.js.map +1 -0
  10. package/ej2-angular-calendars.d.ts +9 -0
  11. package/ej2-angular-calendars.metadata.json +1 -0
  12. package/license +10 -0
  13. package/package.json +15 -29
  14. package/schematics/collection.json +10 -9
  15. package/schematics/ng-add/index.d.ts +3 -0
  16. package/schematics/ng-add/index.js +9 -0
  17. package/schematics/ng-add/index.ts +10 -10
  18. package/schematics/ng-add/schema.d.ts +13 -0
  19. package/schematics/ng-add/schema.js +2 -0
  20. package/schematics/ng-add/schema.json +34 -34
  21. package/schematics/ng-add/schema.ts +30 -30
  22. package/schematics/tsconfig.json +25 -25
  23. package/schematics/utils/lib-details.d.ts +4 -0
  24. package/schematics/utils/lib-details.js +6 -0
  25. package/schematics/utils/lib-details.ts +2 -2
  26. package/src/calendar/calendar-all.module.d.ts +0 -6
  27. package/src/calendar/calendar.component.d.ts +0 -3
  28. package/src/calendar/calendar.module.d.ts +0 -6
  29. package/src/datepicker/datepicker-all.module.d.ts +0 -6
  30. package/src/datepicker/datepicker.component.d.ts +0 -3
  31. package/src/datepicker/datepicker.module.d.ts +0 -6
  32. package/src/daterangepicker/daterangepicker-all.module.d.ts +0 -6
  33. package/src/daterangepicker/daterangepicker.component.d.ts +0 -3
  34. package/src/daterangepicker/daterangepicker.module.d.ts +0 -7
  35. package/src/daterangepicker/presets.directive.d.ts +0 -5
  36. package/src/datetimepicker/datetimepicker-all.module.d.ts +0 -6
  37. package/src/datetimepicker/datetimepicker.component.d.ts +0 -3
  38. package/src/datetimepicker/datetimepicker.module.d.ts +0 -6
  39. package/src/timepicker/timepicker-all.module.d.ts +0 -6
  40. package/src/timepicker/timepicker.component.d.ts +0 -3
  41. package/src/timepicker/timepicker.module.d.ts +0 -6
  42. package/styles/bootstrap-dark-lite.css +1 -0
  43. package/styles/bootstrap-dark-lite.scss +1 -0
  44. package/styles/bootstrap-lite.css +1 -0
  45. package/styles/bootstrap-lite.scss +1 -0
  46. package/styles/bootstrap4-lite.css +1 -0
  47. package/styles/bootstrap4-lite.scss +1 -0
  48. package/styles/bootstrap5-dark-lite.css +1 -0
  49. package/styles/bootstrap5-dark-lite.scss +1 -0
  50. package/styles/bootstrap5-lite.css +1 -0
  51. package/styles/bootstrap5-lite.scss +1 -0
  52. package/styles/bootstrap5.3-lite.css +1 -0
  53. package/styles/bootstrap5.3-lite.scss +1 -0
  54. package/styles/bootstrap5.3.css +1 -0
  55. package/styles/bootstrap5.3.scss +5 -0
  56. package/styles/calendar/bootstrap5.3.css +1 -0
  57. package/styles/calendar/bootstrap5.3.scss +1 -0
  58. package/styles/datepicker/bootstrap5.3.css +1 -0
  59. package/styles/datepicker/bootstrap5.3.scss +1 -0
  60. package/styles/daterangepicker/bootstrap5.3.css +1 -0
  61. package/styles/daterangepicker/bootstrap5.3.scss +1 -0
  62. package/styles/datetimepicker/bootstrap5.3.css +1 -0
  63. package/styles/datetimepicker/bootstrap5.3.scss +1 -0
  64. package/styles/fabric-dark-lite.css +1 -0
  65. package/styles/fabric-dark-lite.scss +1 -0
  66. package/styles/fabric-lite.css +1 -0
  67. package/styles/fabric-lite.scss +1 -0
  68. package/styles/fluent-dark-lite.css +1 -0
  69. package/styles/fluent-dark-lite.scss +1 -0
  70. package/styles/fluent-lite.css +1 -0
  71. package/styles/fluent-lite.scss +1 -0
  72. package/styles/fluent2-lite.css +1 -0
  73. package/styles/fluent2-lite.scss +1 -0
  74. package/styles/highcontrast-light-lite.css +1 -0
  75. package/styles/highcontrast-light-lite.scss +1 -0
  76. package/styles/highcontrast-lite.css +1 -0
  77. package/styles/highcontrast-lite.scss +1 -0
  78. package/styles/material-dark-lite.css +1 -0
  79. package/styles/material-dark-lite.scss +1 -0
  80. package/styles/material-lite.css +1 -0
  81. package/styles/material-lite.scss +1 -0
  82. package/styles/material3-dark-lite.css +1 -0
  83. package/styles/material3-dark-lite.scss +1 -0
  84. package/styles/material3-lite.css +1 -0
  85. package/styles/material3-lite.scss +1 -0
  86. package/styles/tailwind-dark-lite.css +1 -0
  87. package/styles/tailwind-dark-lite.scss +1 -0
  88. package/styles/tailwind-lite.css +1 -0
  89. package/styles/tailwind-lite.scss +1 -0
  90. package/styles/timepicker/bootstrap5.3.css +1 -0
  91. package/styles/timepicker/bootstrap5.3.scss +1 -0
  92. package/CHANGELOG.md +0 -1417
  93. package/esm2020/public_api.mjs +0 -2
  94. package/esm2020/src/calendar/calendar-all.module.mjs +0 -29
  95. package/esm2020/src/calendar/calendar.component.mjs +0 -91
  96. package/esm2020/src/calendar/calendar.module.mjs +0 -25
  97. package/esm2020/src/datepicker/datepicker-all.module.mjs +0 -29
  98. package/esm2020/src/datepicker/datepicker.component.mjs +0 -99
  99. package/esm2020/src/datepicker/datepicker.module.mjs +0 -25
  100. package/esm2020/src/daterangepicker/daterangepicker-all.module.mjs +0 -23
  101. package/esm2020/src/daterangepicker/daterangepicker.component.mjs +0 -103
  102. package/esm2020/src/daterangepicker/daterangepicker.module.mjs +0 -34
  103. package/esm2020/src/daterangepicker/presets.directive.mjs +0 -58
  104. package/esm2020/src/datetimepicker/datetimepicker-all.module.mjs +0 -23
  105. package/esm2020/src/datetimepicker/datetimepicker.component.mjs +0 -99
  106. package/esm2020/src/datetimepicker/datetimepicker.module.mjs +0 -25
  107. package/esm2020/src/index.mjs +0 -18
  108. package/esm2020/src/timepicker/timepicker-all.module.mjs +0 -23
  109. package/esm2020/src/timepicker/timepicker.component.mjs +0 -92
  110. package/esm2020/src/timepicker/timepicker.module.mjs +0 -25
  111. package/esm2020/syncfusion-ej2-angular-calendars.mjs +0 -5
  112. package/fesm2015/syncfusion-ej2-angular-calendars.mjs +0 -735
  113. package/fesm2015/syncfusion-ej2-angular-calendars.mjs.map +0 -1
  114. package/fesm2020/syncfusion-ej2-angular-calendars.mjs +0 -735
  115. package/fesm2020/syncfusion-ej2-angular-calendars.mjs.map +0 -1
  116. package/syncfusion-ej2-angular-calendars.d.ts +0 -5
@@ -1,10 +1,11 @@
1
1
  {
2
- "$schema": "./node_modules/@angular-devkit/schematics/collection-schema.json",
3
- "schematics": {
4
- "ng-add": {
5
- "description": "Adds Essential JS 2 specific Angular package to an application",
6
- "factory": "./ng-add",
7
- "schema": "./ng-add/schema.json"
8
- }
9
- }
10
- }
2
+ "$schema": "./node_modules/@angular-devkit/schematics/collection-schema.json",
3
+ "schematics": {
4
+ "ng-add": {
5
+ "description": "Adds Essential JS 2 specific Angular package to an application",
6
+ "factory": "./ng-add",
7
+ "schema": "./ng-add/schema.json"
8
+ }
9
+ }
10
+ }
11
+
@@ -0,0 +1,3 @@
1
+ import { OptionsSchema } from './schema';
2
+ import { Rule } from '@angular-devkit/schematics';
3
+ export default function (options: OptionsSchema): Rule;
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const lib_details_1 = require("./../utils/lib-details");
4
+ const schematics_1 = require("@syncfusion/ej2-angular-base/schematics");
5
+ function default_1(options) {
6
+ const libOptions = Object.assign({}, { 'pkgName': lib_details_1.pkgName, 'pkgVer': lib_details_1.pkgVer, 'moduleName': lib_details_1.moduleName, 'themeVer': lib_details_1.themeVer });
7
+ return schematics_1.install(options, libOptions);
8
+ }
9
+ exports.default = default_1;
@@ -1,10 +1,10 @@
1
- import { pkgName, pkgVer, moduleName, themeVer } from './../utils/lib-details';
2
- import { install } from '@syncfusion/ej2-angular-base/schematics';
3
- import { OptionsSchema, LibOptionsSchema } from './schema';
4
- import { Rule } from '@angular-devkit/schematics';
5
-
6
- export default function (options: OptionsSchema): Rule {
7
- const libOptions: LibOptionsSchema = Object.assign({},
8
- { 'pkgName': pkgName, 'pkgVer': pkgVer, 'moduleName': moduleName, 'themeVer': themeVer });
9
- return install(options, libOptions);
10
- }
1
+ import { pkgName, pkgVer, moduleName, themeVer } from './../utils/lib-details';
2
+ import { install } from '@syncfusion/ej2-angular-base/schematics';
3
+ import { OptionsSchema, LibOptionsSchema } from './schema';
4
+ import { Rule } from '@angular-devkit/schematics';
5
+
6
+ export default function (options: OptionsSchema): Rule {
7
+ const libOptions: LibOptionsSchema = Object.assign({},
8
+ { 'pkgName': pkgName, 'pkgVer': pkgVer, 'moduleName': moduleName, 'themeVer': themeVer });
9
+ return install(options, libOptions);
10
+ }
@@ -0,0 +1,13 @@
1
+ export interface OptionsSchema {
2
+ skipPackageJson: boolean;
3
+ modules: string;
4
+ modulePath: string;
5
+ theme: 'material' | 'fabric' | 'bootstrap' | 'highcontrast';
6
+ project?: string;
7
+ }
8
+ export interface LibOptionsSchema {
9
+ pkgName: string;
10
+ pkgVer: string;
11
+ moduleName: string;
12
+ themeVer: string;
13
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,34 +1,34 @@
1
- {
2
- "$schema": "http://json-schema.org/schema",
3
- "$id": "ngAdd",
4
- "title": "Add Essential JS 2 Angular packages",
5
- "type": "object",
6
- "properties": {
7
- "skipPackageJson": {
8
- "type": "boolean",
9
- "default": false,
10
- "description": "Do not add add Essential JS 2 Angular packages dependencies to package.json (e.g., --skipPackageJson)"
11
- },
12
- "modules": {
13
- "type": "string",
14
- "default": "",
15
- "description": "Add only specific Essential JS 2 modules to the app.module file (eg: --modules=slider, grid)"
16
- },
17
- "modulePath": {
18
- "type": "string",
19
- "default": "",
20
- "description": "Used to specify the path of the module file where the EJ2 module needs to be imported"
21
- },
22
- "theme": {
23
- "enum": [
24
- "material",
25
- "fabric",
26
- "bootstrap",
27
- "highcontrast"
28
- ],
29
- "default": "material",
30
- "description": "Used to change the theme that needs to be imported"
31
- }
32
- },
33
- "required": []
34
- }
1
+ {
2
+ "$schema": "http://json-schema.org/schema",
3
+ "$id": "ngAdd",
4
+ "title": "Add Essential JS 2 Angular packages",
5
+ "type": "object",
6
+ "properties": {
7
+ "skipPackageJson": {
8
+ "type": "boolean",
9
+ "default": false,
10
+ "description": "Do not add add Essential JS 2 Angular packages dependencies to package.json (e.g., --skipPackageJson)"
11
+ },
12
+ "modules": {
13
+ "type": "string",
14
+ "default": "",
15
+ "description": "Add only specific Essential JS 2 modules to the app.module file (eg: --modules=slider, grid)"
16
+ },
17
+ "modulePath": {
18
+ "type": "string",
19
+ "default": "",
20
+ "description": "Used to specify the path of the module file where the EJ2 module needs to be imported"
21
+ },
22
+ "theme": {
23
+ "enum": [
24
+ "material",
25
+ "fabric",
26
+ "bootstrap",
27
+ "highcontrast"
28
+ ],
29
+ "default": "material",
30
+ "description": "Used to change the theme that needs to be imported"
31
+ }
32
+ },
33
+ "required": []
34
+ }
@@ -1,30 +1,30 @@
1
- export interface OptionsSchema {
2
- // Whether to skip package.json install.
3
- skipPackageJson: boolean;
4
-
5
- // Used to specify required module names
6
- modules: string;
7
-
8
- // Used to specify custom module path
9
- modulePath: string;
10
-
11
- // Used to specify theme name
12
- theme: 'material' | 'fabric' | 'bootstrap' | 'highcontrast';
13
-
14
- // Name of the project to target.
15
- project?: string;
16
- }
17
-
18
- export interface LibOptionsSchema {
19
- // Package name
20
- pkgName: string;
21
-
22
- // Package version
23
- pkgVer: string;
24
-
25
- // Library base module name
26
- moduleName: string;
27
-
28
- // Theme version
29
- themeVer: string;
30
- }
1
+ export interface OptionsSchema {
2
+ // Whether to skip package.json install.
3
+ skipPackageJson: boolean;
4
+
5
+ // Used to specify required module names
6
+ modules: string;
7
+
8
+ // Used to specify custom module path
9
+ modulePath: string;
10
+
11
+ // Used to specify theme name
12
+ theme: 'material' | 'fabric' | 'bootstrap' | 'highcontrast';
13
+
14
+ // Name of the project to target.
15
+ project?: string;
16
+ }
17
+
18
+ export interface LibOptionsSchema {
19
+ // Package name
20
+ pkgName: string;
21
+
22
+ // Package version
23
+ pkgVer: string;
24
+
25
+ // Library base module name
26
+ moduleName: string;
27
+
28
+ // Theme version
29
+ themeVer: string;
30
+ }
@@ -1,25 +1,25 @@
1
- {
2
- "compilerOptions": {
3
- "lib": ["es2017", "dom"],
4
- "module": "commonjs",
5
- "moduleResolution": "node",
6
- "noEmitOnError": false,
7
- "skipDefaultLibCheck": true,
8
- "skipLibCheck": true,
9
- "sourceMap": true,
10
- "target": "es6",
11
- "declaration": true,
12
- "types": [
13
- "jasmine",
14
- "node"
15
- ]
16
- },
17
- "exclude": [
18
- "node_modules",
19
- "src",
20
- "src/**/*.ts",
21
- "spec",
22
- "spec/**/*.ts",
23
- "@typings"
24
- ]
25
- }
1
+ {
2
+ "compilerOptions": {
3
+ "lib": ["es2017", "dom"],
4
+ "module": "commonjs",
5
+ "moduleResolution": "node",
6
+ "noEmitOnError": false,
7
+ "skipDefaultLibCheck": true,
8
+ "skipLibCheck": true,
9
+ "sourceMap": true,
10
+ "target": "es6",
11
+ "declaration": true,
12
+ "types": [
13
+ "jasmine",
14
+ "node"
15
+ ]
16
+ },
17
+ "exclude": [
18
+ "node_modules",
19
+ "src",
20
+ "src/**/*.ts",
21
+ "spec",
22
+ "spec/**/*.ts",
23
+ "@typings"
24
+ ]
25
+ }
@@ -0,0 +1,4 @@
1
+ export declare const pkgName = "@syncfusion/ej2-angular-calendars";
2
+ export declare const pkgVer = "^18.32.5";
3
+ export declare const moduleName = "CalendarModule, DatePickerModule, TimePickerModule, DateRangePickerModule, DateTimePickerModule";
4
+ export declare const themeVer = "~18.32.5";
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.pkgName = '@syncfusion/ej2-angular-calendars';
4
+ exports.pkgVer = '^27.1.48';
5
+ exports.moduleName = 'CalendarModule, DatePickerModule, TimePickerModule, DateRangePickerModule, DateTimePickerModule';
6
+ exports.themeVer = '~27.1.48';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-calendars';
2
- export const pkgVer = '^26.2.11';
2
+ export const pkgVer = '^27.1.48';
3
3
  export const moduleName = 'CalendarModule, DatePickerModule, TimePickerModule, DateRangePickerModule, DateTimePickerModule';
4
- export const themeVer = '~26.2.11';
4
+ export const themeVer = '~27.1.48';
@@ -1,13 +1,7 @@
1
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
2
  export declare const IslamicService: ValueProvider;
6
3
  /**
7
4
  * NgModule definition for the Calendar component with providers.
8
5
  */
9
6
  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
7
  }
@@ -1,7 +1,6 @@
1
1
  import { ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectorRef } from '@angular/core';
2
2
  import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
3
  import { Calendar } from '@syncfusion/ej2-calendars';
4
- import * as i0 from "@angular/core";
5
4
  export declare const inputs: string[];
6
5
  export declare const outputs: string[];
7
6
  export declare const twoWays: string[];
@@ -40,6 +39,4 @@ export declare class CalendarComponent extends Calendar implements IComponentBas
40
39
  ngAfterContentChecked(): void;
41
40
  registerEvents: (eventList: string[]) => void;
42
41
  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
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
1
  /**
5
2
  * NgModule definition for the Calendar component.
6
3
  */
7
4
  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
5
  }
@@ -1,13 +1,7 @@
1
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
2
  export declare const MaskedDateTimeService: ValueProvider;
6
3
  /**
7
4
  * NgModule definition for the DatePicker component with providers.
8
5
  */
9
6
  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
7
  }
@@ -1,7 +1,6 @@
1
1
  import { ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectorRef } from '@angular/core';
2
2
  import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
3
  import { DatePicker } from '@syncfusion/ej2-calendars';
4
- import * as i0 from "@angular/core";
5
4
  export declare const inputs: string[];
6
5
  export declare const outputs: string[];
7
6
  export declare const twoWays: string[];
@@ -43,6 +42,4 @@ export declare class DatePickerComponent extends DatePicker implements IComponen
43
42
  ngAfterContentChecked(): void;
44
43
  registerEvents: (eventList: string[]) => void;
45
44
  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"; "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
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
1
  /**
5
2
  * NgModule definition for the DatePicker component.
6
3
  */
7
4
  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
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
1
  /**
5
2
  * NgModule definition for the DateRangePicker component with providers.
6
3
  */
7
4
  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
5
  }
@@ -1,7 +1,6 @@
1
1
  import { ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectorRef } from '@angular/core';
2
2
  import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
3
  import { DateRangePicker } from '@syncfusion/ej2-calendars';
4
- import * as i0 from "@angular/core";
5
4
  export declare const inputs: string[];
6
5
  export declare const outputs: string[];
7
6
  export declare const twoWays: string[];
@@ -55,6 +54,4 @@ export declare class DateRangePickerComponent extends DateRangePicker implements
55
54
  ngAfterContentChecked(): void;
56
55
  registerEvents: (eventList: string[]) => void;
57
56
  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"; "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
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
1
  /**
6
2
  * NgModule definition for the DateRangePicker component.
7
3
  */
8
4
  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
5
  }
@@ -1,6 +1,5 @@
1
1
  import { ViewContainerRef } from '@angular/core';
2
2
  import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
- import * as i0 from "@angular/core";
4
3
  /**
5
4
  * 'e-presets' directive represent a presets of angular daterangepicker
6
5
  * It must be contained in a daterangepicker component(`ej-daterangepicker`).
@@ -29,8 +28,6 @@ export declare class PresetDirective extends ComplexBase<PresetDirective> {
29
28
  */
30
29
  start: any;
31
30
  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
31
  }
35
32
  /**
36
33
  * Preset Array Directive
@@ -38,6 +35,4 @@ export declare class PresetDirective extends ComplexBase<PresetDirective> {
38
35
  */
39
36
  export declare class PresetsDirective extends ArrayBase<PresetsDirective> {
40
37
  constructor();
41
- static ɵfac: i0.ɵɵFactoryDeclaration<PresetsDirective, never>;
42
- static ɵdir: i0.ɵɵDirectiveDeclaration<PresetsDirective, "ejs-daterangepicker>e-presets", never, {}, {}, ["children"]>;
43
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
1
  /**
5
2
  * NgModule definition for the DateTimePicker component with providers.
6
3
  */
7
4
  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
5
  }
@@ -1,7 +1,6 @@
1
1
  import { ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectorRef } from '@angular/core';
2
2
  import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
3
  import { DateTimePicker } from '@syncfusion/ej2-calendars';
4
- import * as i0 from "@angular/core";
5
4
  export declare const inputs: string[];
6
5
  export declare const outputs: string[];
7
6
  export declare const twoWays: string[];
@@ -43,6 +42,4 @@ export declare class DateTimePickerComponent extends DateTimePicker implements I
43
42
  ngAfterContentChecked(): void;
44
43
  registerEvents: (eventList: string[]) => void;
45
44
  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"; "isMultiSelection": "isMultiSelection"; "keyConfigs": "keyConfigs"; "locale": "locale"; "maskPlaceholder": "maskPlaceholder"; "max": "max"; "min": "min"; "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
45
  }
@@ -1,11 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./datetimepicker.component";
3
- import * as i2 from "@angular/common";
4
1
  /**
5
2
  * NgModule definition for the DateTimePicker component.
6
3
  */
7
4
  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
5
  }
@@ -1,11 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "@angular/common";
3
- import * as i2 from "./timepicker.module";
4
1
  /**
5
2
  * NgModule definition for the TimePicker component with providers.
6
3
  */
7
4
  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
5
  }
@@ -1,7 +1,6 @@
1
1
  import { ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectorRef } from '@angular/core';
2
2
  import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
3
  import { TimePicker } from '@syncfusion/ej2-calendars';
4
- import * as i0 from "@angular/core";
5
4
  export declare const inputs: string[];
6
5
  export declare const outputs: string[];
7
6
  export declare const twoWays: string[];
@@ -42,6 +41,4 @@ export declare class TimePickerComponent extends TimePicker implements IComponen
42
41
  ngAfterContentChecked(): void;
43
42
  registerEvents: (eventList: string[]) => void;
44
43
  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
44
  }
@@ -1,11 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./timepicker.component";
3
- import * as i2 from "@angular/common";
4
1
  /**
5
2
  * NgModule definition for the TimePicker component.
6
3
  */
7
4
  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
5
  }
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-calendars/styles/bootstrap-dark-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-calendars/styles/bootstrap-dark-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-calendars/styles/bootstrap-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-calendars/styles/bootstrap-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-calendars/styles/bootstrap4-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-calendars/styles/bootstrap4-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-calendars/styles/bootstrap5-dark-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-calendars/styles/bootstrap5-dark-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-calendars/styles/bootstrap5-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-calendars/styles/bootstrap5-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-calendars/styles/bootstrap5.3-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-calendars/styles/bootstrap5.3-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-calendars/styles/bootstrap5.3.css';
@@ -0,0 +1,5 @@
1
+ @import 'calendar/bootstrap5.3.scss';
2
+ @import 'timepicker/bootstrap5.3.scss';
3
+ @import 'datepicker/bootstrap5.3.scss';
4
+ @import 'daterangepicker/bootstrap5.3.scss';
5
+ @import 'datetimepicker/bootstrap5.3.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-calendars/styles/calendar/bootstrap5.3.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-calendars/styles/calendar/bootstrap5.3.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-calendars/styles/datepicker/bootstrap5.3.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-calendars/styles/datepicker/bootstrap5.3.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-calendars/styles/daterangepicker/bootstrap5.3.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-calendars/styles/daterangepicker/bootstrap5.3.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-calendars/styles/datetimepicker/bootstrap5.3.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-calendars/styles/datetimepicker/bootstrap5.3.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-calendars/styles/fabric-dark-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-calendars/styles/fabric-dark-lite.scss';