@syncfusion/ej2-angular-calendars 20.3.59 → 20.4.38-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.
- package/@syncfusion/ej2-angular-calendars.es5.js +1028 -0
- package/@syncfusion/ej2-angular-calendars.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-calendars.js +961 -0
- package/@syncfusion/ej2-angular-calendars.js.map +1 -0
- package/CHANGELOG.md +1334 -0
- package/dist/ej2-angular-calendars.umd.js +1073 -0
- package/dist/ej2-angular-calendars.umd.js.map +1 -0
- package/dist/ej2-angular-calendars.umd.min.js +11 -0
- package/dist/ej2-angular-calendars.umd.min.js.map +1 -0
- package/ej2-angular-calendars.d.ts +9 -0
- package/ej2-angular-calendars.metadata.json +1 -0
- package/package.json +15 -29
- package/postinstall/tagchange.js +18 -0
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/src/calendar/calendar-all.module.d.ts +0 -6
- package/src/calendar/calendar.component.d.ts +0 -3
- package/src/calendar/calendar.module.d.ts +0 -6
- package/src/datepicker/datepicker-all.module.d.ts +0 -6
- package/src/datepicker/datepicker.component.d.ts +0 -3
- package/src/datepicker/datepicker.module.d.ts +0 -6
- package/src/daterangepicker/daterangepicker-all.module.d.ts +0 -6
- package/src/daterangepicker/daterangepicker.component.d.ts +0 -3
- package/src/daterangepicker/daterangepicker.module.d.ts +0 -7
- package/src/daterangepicker/presets.directive.d.ts +0 -5
- package/src/datetimepicker/datetimepicker-all.module.d.ts +0 -6
- package/src/datetimepicker/datetimepicker.component.d.ts +0 -3
- package/src/datetimepicker/datetimepicker.module.d.ts +0 -6
- package/src/timepicker/timepicker-all.module.d.ts +0 -6
- package/src/timepicker/timepicker.component.d.ts +0 -3
- package/src/timepicker/timepicker.module.d.ts +0 -6
- package/styles/bootstrap-dark.css +7 -0
- package/styles/bootstrap.css +7 -0
- package/styles/bootstrap4.css +7 -0
- package/styles/bootstrap5-dark.css +8 -1
- package/styles/bootstrap5.css +7 -0
- package/styles/calendar/bootstrap-dark.scss +1 -5
- package/styles/calendar/bootstrap.scss +1 -5
- package/styles/calendar/bootstrap4.scss +1 -5
- package/styles/calendar/bootstrap5-dark.css +1 -1
- package/styles/calendar/bootstrap5-dark.scss +1 -5
- package/styles/calendar/bootstrap5.scss +1 -5
- package/styles/calendar/fabric-dark.css +1 -1
- package/styles/calendar/fabric-dark.scss +1 -5
- package/styles/calendar/fabric.css +1 -1
- package/styles/calendar/fabric.scss +1 -5
- package/styles/calendar/fluent-dark.css +3 -3
- package/styles/calendar/fluent-dark.scss +1 -5
- package/styles/calendar/fluent.css +2 -2
- package/styles/calendar/fluent.scss +1 -5
- package/styles/calendar/highcontrast-light.scss +1 -5
- package/styles/calendar/highcontrast.scss +1 -5
- package/styles/calendar/material-dark.scss +1 -5
- package/styles/calendar/material.css +3 -3
- package/styles/calendar/material.scss +1 -5
- package/styles/calendar/tailwind-dark.scss +1 -5
- package/styles/calendar/tailwind.scss +1 -5
- package/styles/datepicker/bootstrap-dark.scss +1 -7
- package/styles/datepicker/bootstrap.scss +1 -7
- package/styles/datepicker/bootstrap4.scss +1 -7
- package/styles/datepicker/bootstrap5-dark.scss +1 -7
- package/styles/datepicker/bootstrap5.scss +1 -7
- package/styles/datepicker/fabric-dark.scss +1 -7
- package/styles/datepicker/fabric.scss +1 -7
- package/styles/datepicker/fluent-dark.scss +1 -7
- package/styles/datepicker/fluent.scss +1 -7
- package/styles/datepicker/highcontrast-light.scss +1 -7
- package/styles/datepicker/highcontrast.scss +1 -7
- package/styles/datepicker/material-dark.scss +1 -7
- package/styles/datepicker/material.scss +1 -7
- package/styles/datepicker/tailwind-dark.scss +1 -7
- package/styles/datepicker/tailwind.scss +1 -7
- package/styles/daterangepicker/bootstrap-dark.css +7 -0
- package/styles/daterangepicker/bootstrap-dark.scss +1 -7
- package/styles/daterangepicker/bootstrap.css +7 -0
- package/styles/daterangepicker/bootstrap.scss +1 -7
- package/styles/daterangepicker/bootstrap4.css +7 -0
- package/styles/daterangepicker/bootstrap4.scss +1 -7
- package/styles/daterangepicker/bootstrap5-dark.css +7 -0
- package/styles/daterangepicker/bootstrap5-dark.scss +1 -7
- package/styles/daterangepicker/bootstrap5.css +7 -0
- package/styles/daterangepicker/bootstrap5.scss +1 -7
- package/styles/daterangepicker/fabric-dark.css +7 -0
- package/styles/daterangepicker/fabric-dark.scss +1 -7
- package/styles/daterangepicker/fabric.css +7 -0
- package/styles/daterangepicker/fabric.scss +1 -7
- package/styles/daterangepicker/fluent-dark.css +30 -0
- package/styles/daterangepicker/fluent-dark.scss +1 -7
- package/styles/daterangepicker/fluent.css +30 -0
- package/styles/daterangepicker/fluent.scss +1 -7
- package/styles/daterangepicker/highcontrast-light.css +7 -0
- package/styles/daterangepicker/highcontrast-light.scss +1 -7
- package/styles/daterangepicker/highcontrast.css +7 -0
- package/styles/daterangepicker/highcontrast.scss +1 -7
- package/styles/daterangepicker/material-dark.css +7 -0
- package/styles/daterangepicker/material-dark.scss +1 -7
- package/styles/daterangepicker/material.css +5 -0
- package/styles/daterangepicker/material.scss +1 -7
- package/styles/daterangepicker/tailwind-dark.css +7 -0
- package/styles/daterangepicker/tailwind-dark.scss +1 -7
- package/styles/daterangepicker/tailwind.css +7 -0
- package/styles/daterangepicker/tailwind.scss +1 -7
- package/styles/datetimepicker/bootstrap-dark.scss +1 -8
- package/styles/datetimepicker/bootstrap.scss +1 -8
- package/styles/datetimepicker/bootstrap4.scss +1 -8
- package/styles/datetimepicker/bootstrap5-dark.scss +1 -8
- package/styles/datetimepicker/bootstrap5.scss +1 -8
- package/styles/datetimepicker/fabric-dark.scss +1 -8
- package/styles/datetimepicker/fabric.scss +1 -8
- package/styles/datetimepicker/fluent-dark.scss +1 -8
- package/styles/datetimepicker/fluent.scss +1 -8
- package/styles/datetimepicker/highcontrast-light.scss +1 -8
- package/styles/datetimepicker/highcontrast.scss +1 -8
- package/styles/datetimepicker/material-dark.scss +1 -8
- package/styles/datetimepicker/material.scss +1 -8
- package/styles/datetimepicker/tailwind-dark.scss +1 -8
- package/styles/datetimepicker/tailwind.scss +1 -8
- package/styles/fabric-dark.css +8 -1
- package/styles/fabric.css +8 -1
- package/styles/fluent-dark.css +33 -3
- package/styles/fluent.css +32 -2
- package/styles/highcontrast-light.css +7 -0
- package/styles/highcontrast.css +7 -0
- package/styles/material-dark.css +7 -0
- package/styles/material.css +8 -3
- package/styles/tailwind-dark.css +7 -0
- package/styles/tailwind.css +7 -0
- package/styles/timepicker/bootstrap-dark.scss +1 -6
- package/styles/timepicker/bootstrap.scss +1 -6
- package/styles/timepicker/bootstrap4.scss +1 -6
- package/styles/timepicker/bootstrap5-dark.scss +1 -6
- package/styles/timepicker/bootstrap5.scss +1 -6
- package/styles/timepicker/fabric-dark.scss +1 -6
- package/styles/timepicker/fabric.scss +1 -6
- package/styles/timepicker/fluent-dark.scss +1 -6
- package/styles/timepicker/fluent.scss +1 -6
- package/styles/timepicker/highcontrast-light.scss +1 -6
- package/styles/timepicker/highcontrast.scss +1 -6
- package/styles/timepicker/material-dark.scss +1 -6
- package/styles/timepicker/material.scss +1 -6
- package/styles/timepicker/tailwind-dark.scss +1 -6
- package/styles/timepicker/tailwind.scss +1 -6
- package/esm2020/public_api.mjs +0 -3
- package/esm2020/src/calendar/calendar-all.module.mjs +0 -29
- package/esm2020/src/calendar/calendar.component.mjs +0 -90
- package/esm2020/src/calendar/calendar.module.mjs +0 -25
- package/esm2020/src/datepicker/datepicker-all.module.mjs +0 -29
- package/esm2020/src/datepicker/datepicker.component.mjs +0 -98
- package/esm2020/src/datepicker/datepicker.module.mjs +0 -25
- package/esm2020/src/daterangepicker/daterangepicker-all.module.mjs +0 -23
- package/esm2020/src/daterangepicker/daterangepicker.component.mjs +0 -102
- package/esm2020/src/daterangepicker/daterangepicker.module.mjs +0 -34
- package/esm2020/src/daterangepicker/presets.directive.mjs +0 -58
- package/esm2020/src/datetimepicker/datetimepicker-all.module.mjs +0 -23
- package/esm2020/src/datetimepicker/datetimepicker.component.mjs +0 -98
- package/esm2020/src/datetimepicker/datetimepicker.module.mjs +0 -25
- package/esm2020/src/index.mjs +0 -18
- package/esm2020/src/timepicker/timepicker-all.module.mjs +0 -23
- package/esm2020/src/timepicker/timepicker.component.mjs +0 -91
- package/esm2020/src/timepicker/timepicker.module.mjs +0 -25
- package/esm2020/syncfusion-ej2-angular-calendars.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-calendars.mjs +0 -732
- package/fesm2015/syncfusion-ej2-angular-calendars.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-calendars.mjs +0 -732
- package/fesm2020/syncfusion-ej2-angular-calendars.mjs.map +0 -1
- package/styles/calendar/_all.scss +0 -2
- package/styles/calendar/_bootstrap-dark-definition.scss +0 -228
- package/styles/calendar/_bootstrap-definition.scss +0 -228
- package/styles/calendar/_bootstrap4-definition.scss +0 -228
- package/styles/calendar/_bootstrap5-dark-definition.scss +0 -1
- package/styles/calendar/_bootstrap5-definition.scss +0 -250
- package/styles/calendar/_fabric-dark-definition.scss +0 -190
- package/styles/calendar/_fabric-definition.scss +0 -188
- package/styles/calendar/_fluent-dark-definition.scss +0 -1
- package/styles/calendar/_fluent-definition.scss +0 -252
- package/styles/calendar/_fusionnew-definition.scss +0 -250
- package/styles/calendar/_highcontrast-definition.scss +0 -187
- package/styles/calendar/_highcontrast-light-definition.scss +0 -190
- package/styles/calendar/_layout.scss +0 -694
- package/styles/calendar/_material-dark-definition.scss +0 -192
- package/styles/calendar/_material-definition.scss +0 -187
- package/styles/calendar/_material3-definition.scss +0 -250
- package/styles/calendar/_tailwind-dark-definition.scss +0 -1
- package/styles/calendar/_tailwind-definition.scss +0 -262
- package/styles/calendar/_theme.scss +0 -472
- package/styles/calendar/icons/_bootstrap-dark.scss +0 -13
- package/styles/calendar/icons/_bootstrap.scss +0 -13
- package/styles/calendar/icons/_bootstrap4.scss +0 -13
- package/styles/calendar/icons/_bootstrap5-dark.scss +0 -1
- package/styles/calendar/icons/_bootstrap5.scss +0 -13
- package/styles/calendar/icons/_fabric-dark.scss +0 -13
- package/styles/calendar/icons/_fabric.scss +0 -13
- package/styles/calendar/icons/_fluent-dark.scss +0 -1
- package/styles/calendar/icons/_fluent.scss +0 -13
- package/styles/calendar/icons/_fusionnew.scss +0 -13
- package/styles/calendar/icons/_highcontrast-light.scss +0 -13
- package/styles/calendar/icons/_highcontrast.scss +0 -13
- package/styles/calendar/icons/_material-dark.scss +0 -13
- package/styles/calendar/icons/_material.scss +0 -13
- package/styles/calendar/icons/_material3.scss +0 -13
- package/styles/calendar/icons/_tailwind-dark.scss +0 -1
- package/styles/calendar/icons/_tailwind.scss +0 -13
- package/styles/datepicker/_all.scss +0 -2
- package/styles/datepicker/_bootstrap-dark-definition.scss +0 -37
- package/styles/datepicker/_bootstrap-definition.scss +0 -34
- package/styles/datepicker/_bootstrap4-definition.scss +0 -40
- package/styles/datepicker/_bootstrap5-dark-definition.scss +0 -1
- package/styles/datepicker/_bootstrap5-definition.scss +0 -46
- package/styles/datepicker/_fabric-dark-definition.scss +0 -37
- package/styles/datepicker/_fabric-definition.scss +0 -34
- package/styles/datepicker/_fluent-dark-definition.scss +0 -1
- package/styles/datepicker/_fluent-definition.scss +0 -46
- package/styles/datepicker/_fusionnew-definition.scss +0 -46
- package/styles/datepicker/_highcontrast-definition.scss +0 -35
- package/styles/datepicker/_highcontrast-light-definition.scss +0 -38
- package/styles/datepicker/_layout.scss +0 -251
- package/styles/datepicker/_material-dark-definition.scss +0 -42
- package/styles/datepicker/_material-definition.scss +0 -39
- package/styles/datepicker/_material3-definition.scss +0 -46
- package/styles/datepicker/_tailwind-dark-definition.scss +0 -1
- package/styles/datepicker/_tailwind-definition.scss +0 -44
- package/styles/datepicker/_theme.scss +0 -44
- package/styles/datepicker/icons/_bootstrap-dark.scss +0 -52
- package/styles/datepicker/icons/_bootstrap.scss +0 -52
- package/styles/datepicker/icons/_bootstrap4.scss +0 -56
- package/styles/datepicker/icons/_bootstrap5-dark.scss +0 -1
- package/styles/datepicker/icons/_bootstrap5.scss +0 -56
- package/styles/datepicker/icons/_fabric-dark.scss +0 -52
- package/styles/datepicker/icons/_fabric.scss +0 -52
- package/styles/datepicker/icons/_fluent-dark.scss +0 -1
- package/styles/datepicker/icons/_fluent.scss +0 -56
- package/styles/datepicker/icons/_fusionnew.scss +0 -56
- package/styles/datepicker/icons/_highcontrast-light.scss +0 -52
- package/styles/datepicker/icons/_highcontrast.scss +0 -52
- package/styles/datepicker/icons/_material-dark.scss +0 -86
- package/styles/datepicker/icons/_material.scss +0 -86
- package/styles/datepicker/icons/_material3.scss +0 -56
- package/styles/datepicker/icons/_tailwind-dark.scss +0 -1
- package/styles/datepicker/icons/_tailwind.scss +0 -56
- package/styles/daterangepicker/_all.scss +0 -2
- package/styles/daterangepicker/_bootstrap-dark-definition.scss +0 -192
- package/styles/daterangepicker/_bootstrap-definition.scss +0 -192
- package/styles/daterangepicker/_bootstrap4-definition.scss +0 -202
- package/styles/daterangepicker/_bootstrap5-dark-definition.scss +0 -1
- package/styles/daterangepicker/_bootstrap5-definition.scss +0 -230
- package/styles/daterangepicker/_fabric-dark-definition.scss +0 -195
- package/styles/daterangepicker/_fabric-definition.scss +0 -192
- package/styles/daterangepicker/_fluent-dark-definition.scss +0 -1
- package/styles/daterangepicker/_fluent-definition.scss +0 -234
- package/styles/daterangepicker/_fusionnew-definition.scss +0 -229
- package/styles/daterangepicker/_highcontrast-definition.scss +0 -192
- package/styles/daterangepicker/_highcontrast-light-definition.scss +0 -195
- package/styles/daterangepicker/_layout.scss +0 -767
- package/styles/daterangepicker/_material-dark-definition.scss +0 -200
- package/styles/daterangepicker/_material-definition.scss +0 -200
- package/styles/daterangepicker/_material3-definition.scss +0 -229
- package/styles/daterangepicker/_tailwind-dark-definition.scss +0 -1
- package/styles/daterangepicker/_tailwind-definition.scss +0 -221
- package/styles/daterangepicker/_theme.scss +0 -324
- package/styles/daterangepicker/icons/_bootstrap-dark.scss +0 -65
- package/styles/daterangepicker/icons/_bootstrap.scss +0 -65
- package/styles/daterangepicker/icons/_bootstrap4.scss +0 -74
- package/styles/daterangepicker/icons/_bootstrap5-dark.scss +0 -1
- package/styles/daterangepicker/icons/_bootstrap5.scss +0 -72
- package/styles/daterangepicker/icons/_fabric-dark.scss +0 -65
- package/styles/daterangepicker/icons/_fabric.scss +0 -65
- package/styles/daterangepicker/icons/_fluent-dark.scss +0 -1
- package/styles/daterangepicker/icons/_fluent.scss +0 -72
- package/styles/daterangepicker/icons/_fusionnew.scss +0 -72
- package/styles/daterangepicker/icons/_highcontrast-light.scss +0 -65
- package/styles/daterangepicker/icons/_highcontrast.scss +0 -65
- package/styles/daterangepicker/icons/_material-dark.scss +0 -99
- package/styles/daterangepicker/icons/_material.scss +0 -99
- package/styles/daterangepicker/icons/_material3.scss +0 -72
- package/styles/daterangepicker/icons/_tailwind-dark.scss +0 -1
- package/styles/daterangepicker/icons/_tailwind.scss +0 -72
- package/styles/datetimepicker/_all.scss +0 -2
- package/styles/datetimepicker/_bootstrap-dark-definition.scss +0 -55
- package/styles/datetimepicker/_bootstrap-definition.scss +0 -54
- package/styles/datetimepicker/_bootstrap4-definition.scss +0 -60
- package/styles/datetimepicker/_bootstrap5-dark-definition.scss +0 -1
- package/styles/datetimepicker/_bootstrap5-definition.scss +0 -60
- package/styles/datetimepicker/_fabric-dark-definition.scss +0 -55
- package/styles/datetimepicker/_fabric-definition.scss +0 -52
- package/styles/datetimepicker/_fluent-dark-definition.scss +0 -1
- package/styles/datetimepicker/_fluent-definition.scss +0 -60
- package/styles/datetimepicker/_fusionnew-definition.scss +0 -60
- package/styles/datetimepicker/_highcontrast-definition.scss +0 -52
- package/styles/datetimepicker/_highcontrast-light-definition.scss +0 -55
- package/styles/datetimepicker/_layout.scss +0 -190
- package/styles/datetimepicker/_material-dark-definition.scss +0 -59
- package/styles/datetimepicker/_material-definition.scss +0 -57
- package/styles/datetimepicker/_material3-definition.scss +0 -60
- package/styles/datetimepicker/_tailwind-dark-definition.scss +0 -1
- package/styles/datetimepicker/_tailwind-definition.scss +0 -60
- package/styles/datetimepicker/_theme.scss +0 -50
- package/styles/datetimepicker/icons/_bootstrap-dark.scss +0 -11
- package/styles/datetimepicker/icons/_bootstrap.scss +0 -11
- package/styles/datetimepicker/icons/_bootstrap4.scss +0 -11
- package/styles/datetimepicker/icons/_bootstrap5-dark.scss +0 -1
- package/styles/datetimepicker/icons/_bootstrap5.scss +0 -11
- package/styles/datetimepicker/icons/_fabric-dark.scss +0 -11
- package/styles/datetimepicker/icons/_fabric.scss +0 -11
- package/styles/datetimepicker/icons/_fluent-dark.scss +0 -1
- package/styles/datetimepicker/icons/_fluent.scss +0 -11
- package/styles/datetimepicker/icons/_fusionnew.scss +0 -11
- package/styles/datetimepicker/icons/_highcontrast-light.scss +0 -11
- package/styles/datetimepicker/icons/_highcontrast.scss +0 -11
- package/styles/datetimepicker/icons/_material-dark.scss +0 -53
- package/styles/datetimepicker/icons/_material.scss +0 -62
- package/styles/datetimepicker/icons/_material3.scss +0 -11
- package/styles/datetimepicker/icons/_tailwind-dark.scss +0 -1
- package/styles/datetimepicker/icons/_tailwind.scss +0 -11
- package/styles/timepicker/_all.scss +0 -2
- package/styles/timepicker/_bootstrap-dark-definition.scss +0 -51
- package/styles/timepicker/_bootstrap-definition.scss +0 -48
- package/styles/timepicker/_bootstrap4-definition.scss +0 -56
- package/styles/timepicker/_bootstrap5-dark-definition.scss +0 -1
- package/styles/timepicker/_bootstrap5-definition.scss +0 -57
- package/styles/timepicker/_fabric-dark-definition.scss +0 -51
- package/styles/timepicker/_fabric-definition.scss +0 -48
- package/styles/timepicker/_fluent-dark-definition.scss +0 -1
- package/styles/timepicker/_fluent-definition.scss +0 -57
- package/styles/timepicker/_fusionnew-definition.scss +0 -57
- package/styles/timepicker/_highcontrast-definition.scss +0 -48
- package/styles/timepicker/_highcontrast-light-definition.scss +0 -51
- package/styles/timepicker/_layout.scss +0 -194
- package/styles/timepicker/_material-dark-definition.scss +0 -55
- package/styles/timepicker/_material-definition.scss +0 -52
- package/styles/timepicker/_material3-definition.scss +0 -57
- package/styles/timepicker/_tailwind-dark-definition.scss +0 -1
- package/styles/timepicker/_tailwind-definition.scss +0 -55
- package/styles/timepicker/_theme.scss +0 -70
- package/styles/timepicker/icons/_bootstrap-dark.scss +0 -11
- package/styles/timepicker/icons/_bootstrap.scss +0 -12
- package/styles/timepicker/icons/_bootstrap4.scss +0 -12
- package/styles/timepicker/icons/_bootstrap5-dark.scss +0 -1
- package/styles/timepicker/icons/_bootstrap5.scss +0 -12
- package/styles/timepicker/icons/_fabric-dark.scss +0 -12
- package/styles/timepicker/icons/_fabric.scss +0 -12
- package/styles/timepicker/icons/_fluent-dark.scss +0 -1
- package/styles/timepicker/icons/_fluent.scss +0 -12
- package/styles/timepicker/icons/_fusionnew.scss +0 -12
- package/styles/timepicker/icons/_highcontrast-light.scss +0 -12
- package/styles/timepicker/icons/_highcontrast.scss +0 -12
- package/styles/timepicker/icons/_material-dark.scss +0 -40
- package/styles/timepicker/icons/_material.scss +0 -42
- package/styles/timepicker/icons/_material3.scss +0 -12
- package/styles/timepicker/icons/_tailwind-dark.scss +0 -1
- package/styles/timepicker/icons/_tailwind.scss +0 -12
- package/syncfusion-ej2-angular-calendars.d.ts +0 -5
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.pkgName = '@syncfusion/ej2-angular-calendars';
|
|
4
|
-
exports.pkgVer = '^20.
|
|
4
|
+
exports.pkgVer = '^20.4.38';
|
|
5
5
|
exports.moduleName = 'CalendarModule, DatePickerModule, TimePickerModule, DateRangePickerModule, DateTimePickerModule';
|
|
6
|
-
exports.themeVer = '~20.
|
|
6
|
+
exports.themeVer = '~20.4.38';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export const pkgName = '@syncfusion/ej2-angular-calendars';
|
|
2
|
-
export const pkgVer = '^20.
|
|
2
|
+
export const pkgVer = '^20.4.38';
|
|
3
3
|
export const moduleName = 'CalendarModule, DatePickerModule, TimePickerModule, DateRangePickerModule, DateTimePickerModule';
|
|
4
|
-
export const themeVer = '~20.
|
|
4
|
+
export const themeVer = '~20.4.38';
|
|
@@ -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 } 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[];
|
|
@@ -39,6 +38,4 @@ export declare class CalendarComponent extends Calendar implements IComponentBas
|
|
|
39
38
|
ngAfterContentChecked(): void;
|
|
40
39
|
registerEvents: (eventList: string[]) => void;
|
|
41
40
|
addTwoWay: (propList: string[]) => void;
|
|
42
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CalendarComponent, never>;
|
|
43
|
-
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>;
|
|
44
41
|
}
|
|
@@ -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 } 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[];
|
|
@@ -42,6 +41,4 @@ export declare class DatePickerComponent extends DatePicker implements IComponen
|
|
|
42
41
|
ngAfterContentChecked(): void;
|
|
43
42
|
registerEvents: (eventList: string[]) => void;
|
|
44
43
|
addTwoWay: (propList: string[]) => void;
|
|
45
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DatePickerComponent, never>;
|
|
46
|
-
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"; "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>;
|
|
47
44
|
}
|
|
@@ -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 } 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[];
|
|
@@ -54,6 +53,4 @@ export declare class DateRangePickerComponent extends DateRangePicker implements
|
|
|
54
53
|
ngAfterContentChecked(): void;
|
|
55
54
|
registerEvents: (eventList: string[]) => void;
|
|
56
55
|
addTwoWay: (propList: string[]) => void;
|
|
57
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DateRangePickerComponent, never>;
|
|
58
|
-
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"; "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>;
|
|
59
56
|
}
|
|
@@ -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 } 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[];
|
|
@@ -42,6 +41,4 @@ export declare class DateTimePickerComponent extends DateTimePicker implements I
|
|
|
42
41
|
ngAfterContentChecked(): void;
|
|
43
42
|
registerEvents: (eventList: string[]) => void;
|
|
44
43
|
addTwoWay: (propList: string[]) => void;
|
|
45
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DateTimePickerComponent, never>;
|
|
46
|
-
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"; "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>;
|
|
47
44
|
}
|
|
@@ -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 } 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[];
|
|
@@ -41,6 +40,4 @@ export declare class TimePickerComponent extends TimePicker implements IComponen
|
|
|
41
40
|
ngAfterContentChecked(): void;
|
|
42
41
|
registerEvents: (eventList: string[]) => void;
|
|
43
42
|
addTwoWay: (propList: string[]) => void;
|
|
44
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TimePickerComponent, never>;
|
|
45
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TimePickerComponent, "ejs-timepicker", never, { "allowEdit": "allowEdit"; "cssClass": "cssClass"; "enableMask": "enableMask"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enabled": "enabled"; "floatLabelType": "floatLabelType"; "format": "format"; "htmlAttributes": "htmlAttributes"; "keyConfigs": "keyConfigs"; "locale": "locale"; "maskPlaceholder": "maskPlaceholder"; "max": "max"; "min": "min"; "openOnFocus": "openOnFocus"; "placeholder": "placeholder"; "readonly": "readonly"; "scrollTo": "scrollTo"; "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>;
|
|
46
43
|
}
|
|
@@ -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
|
}
|
|
@@ -1833,6 +1833,13 @@ ejs-calendar {
|
|
|
1833
1833
|
min-height: 40px;
|
|
1834
1834
|
}
|
|
1835
1835
|
|
|
1836
|
+
@media screen and (orientation: landscape) {
|
|
1837
|
+
.e-daterangepicker .e-calendar.e-device .e-month table {
|
|
1838
|
+
display: inline-block;
|
|
1839
|
+
height: 150px;
|
|
1840
|
+
overflow: auto;
|
|
1841
|
+
}
|
|
1842
|
+
}
|
|
1836
1843
|
.e-outline.e-float-input.e-control-wrapper label.e-float-text.e-label-bottom span.e-float-text-content.e-float-text-overflow.e-date-time-icon {
|
|
1837
1844
|
width: calc(100% - 80px);
|
|
1838
1845
|
}
|
package/styles/bootstrap.css
CHANGED
|
@@ -1836,6 +1836,13 @@ ejs-calendar {
|
|
|
1836
1836
|
min-height: 40px;
|
|
1837
1837
|
}
|
|
1838
1838
|
|
|
1839
|
+
@media screen and (orientation: landscape) {
|
|
1840
|
+
.e-daterangepicker .e-calendar.e-device .e-month table {
|
|
1841
|
+
display: inline-block;
|
|
1842
|
+
height: 150px;
|
|
1843
|
+
overflow: auto;
|
|
1844
|
+
}
|
|
1845
|
+
}
|
|
1839
1846
|
.e-outline.e-float-input.e-control-wrapper label.e-float-text.e-label-bottom span.e-float-text-content.e-float-text-overflow.e-date-time-icon {
|
|
1840
1847
|
width: calc(100% - 80px);
|
|
1841
1848
|
}
|
package/styles/bootstrap4.css
CHANGED
|
@@ -1864,6 +1864,13 @@ ejs-calendar {
|
|
|
1864
1864
|
min-height: 40px;
|
|
1865
1865
|
}
|
|
1866
1866
|
|
|
1867
|
+
@media screen and (orientation: landscape) {
|
|
1868
|
+
.e-daterangepicker .e-calendar.e-device .e-month table {
|
|
1869
|
+
display: inline-block;
|
|
1870
|
+
height: 150px;
|
|
1871
|
+
overflow: auto;
|
|
1872
|
+
}
|
|
1873
|
+
}
|
|
1867
1874
|
.e-outline.e-float-input.e-control-wrapper label.e-float-text.e-label-bottom span.e-float-text-content.e-float-text-overflow.e-date-time-icon {
|
|
1868
1875
|
width: calc(100% - 80px);
|
|
1869
1876
|
}
|
|
@@ -686,7 +686,7 @@ ejs-calendar {
|
|
|
686
686
|
.e-calendar .e-content.e-year td:hover span.e-day, .e-calendar .e-content.e-decade td:hover span.e-day,
|
|
687
687
|
.e-bigger.e-small .e-calendar .e-content.e-year td:hover span.e-day,
|
|
688
688
|
.e-bigger.e-small .e-calendar .e-content.e-decade td:hover span.e-day {
|
|
689
|
-
background-color: #
|
|
689
|
+
background-color: #444c54;
|
|
690
690
|
}
|
|
691
691
|
.e-calendar .e-content.e-year td.e-selected:hover span.e-day, .e-calendar .e-content.e-decade td.e-selected:hover span.e-day,
|
|
692
692
|
.e-bigger.e-small .e-calendar .e-content.e-year td.e-selected:hover span.e-day,
|
|
@@ -1932,6 +1932,13 @@ ejs-calendar {
|
|
|
1932
1932
|
min-height: 40px;
|
|
1933
1933
|
}
|
|
1934
1934
|
|
|
1935
|
+
@media screen and (orientation: landscape) {
|
|
1936
|
+
.e-daterangepicker .e-calendar.e-device .e-month table {
|
|
1937
|
+
display: inline-block;
|
|
1938
|
+
height: 130px;
|
|
1939
|
+
overflow: auto;
|
|
1940
|
+
}
|
|
1941
|
+
}
|
|
1935
1942
|
.e-outline.e-float-input.e-control-wrapper label.e-float-text.e-label-bottom span.e-float-text-content.e-float-text-overflow.e-date-time-icon {
|
|
1936
1943
|
width: calc(100% - 80px);
|
|
1937
1944
|
}
|
package/styles/bootstrap5.css
CHANGED
|
@@ -1932,6 +1932,13 @@ ejs-calendar {
|
|
|
1932
1932
|
min-height: 40px;
|
|
1933
1933
|
}
|
|
1934
1934
|
|
|
1935
|
+
@media screen and (orientation: landscape) {
|
|
1936
|
+
.e-daterangepicker .e-calendar.e-device .e-month table {
|
|
1937
|
+
display: inline-block;
|
|
1938
|
+
height: 130px;
|
|
1939
|
+
overflow: auto;
|
|
1940
|
+
}
|
|
1941
|
+
}
|
|
1935
1942
|
.e-outline.e-float-input.e-control-wrapper label.e-float-text.e-label-bottom span.e-float-text-content.e-float-text-overflow.e-date-time-icon {
|
|
1936
1943
|
width: calc(100% - 80px);
|
|
1937
1944
|
}
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-buttons/styles/button/bootstrap-dark-definition.scss';
|
|
3
|
-
@import 'bootstrap-dark-definition.scss';
|
|
4
|
-
@import 'icons/bootstrap-dark.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-calendars/styles/calendar/bootstrap-dark.scss';
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-buttons/styles/button/bootstrap4-definition.scss';
|
|
3
|
-
@import 'bootstrap4-definition.scss';
|
|
4
|
-
@import 'icons/bootstrap4.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-calendars/styles/calendar/bootstrap4.scss';
|
|
@@ -686,7 +686,7 @@ ejs-calendar {
|
|
|
686
686
|
.e-calendar .e-content.e-year td:hover span.e-day, .e-calendar .e-content.e-decade td:hover span.e-day,
|
|
687
687
|
.e-bigger.e-small .e-calendar .e-content.e-year td:hover span.e-day,
|
|
688
688
|
.e-bigger.e-small .e-calendar .e-content.e-decade td:hover span.e-day {
|
|
689
|
-
background-color: #
|
|
689
|
+
background-color: #444c54;
|
|
690
690
|
}
|
|
691
691
|
.e-calendar .e-content.e-year td.e-selected:hover span.e-day, .e-calendar .e-content.e-decade td.e-selected:hover span.e-day,
|
|
692
692
|
.e-bigger.e-small .e-calendar .e-content.e-year td.e-selected:hover span.e-day,
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-buttons/styles/button/bootstrap5-dark-definition.scss';
|
|
3
|
-
@import 'bootstrap5-dark-definition.scss';
|
|
4
|
-
@import 'icons/bootstrap5-dark.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-calendars/styles/calendar/bootstrap5-dark.scss';
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-buttons/styles/button/bootstrap5-definition.scss';
|
|
3
|
-
@import 'bootstrap5-definition.scss';
|
|
4
|
-
@import 'icons/bootstrap5.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-calendars/styles/calendar/bootstrap5.scss';
|
|
@@ -649,7 +649,7 @@ ejs-calendar {
|
|
|
649
649
|
.e-calendar .e-content.e-year td:hover span.e-day, .e-calendar .e-content.e-decade td:hover span.e-day,
|
|
650
650
|
.e-bigger.e-small .e-calendar .e-content.e-year td:hover span.e-day,
|
|
651
651
|
.e-bigger.e-small .e-calendar .e-content.e-decade td:hover span.e-day {
|
|
652
|
-
background-color: #
|
|
652
|
+
background-color: #414040;
|
|
653
653
|
}
|
|
654
654
|
.e-calendar .e-content.e-year td.e-selected:hover span.e-day, .e-calendar .e-content.e-decade td.e-selected:hover span.e-day,
|
|
655
655
|
.e-bigger.e-small .e-calendar .e-content.e-year td.e-selected:hover span.e-day,
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-buttons/styles/button/fabric-dark-definition.scss';
|
|
3
|
-
@import 'fabric-dark-definition.scss';
|
|
4
|
-
@import 'icons/fabric-dark.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-calendars/styles/calendar/fabric-dark.scss';
|
|
@@ -650,7 +650,7 @@ ejs-calendar {
|
|
|
650
650
|
.e-calendar .e-content.e-year td:hover span.e-day, .e-calendar .e-content.e-decade td:hover span.e-day,
|
|
651
651
|
.e-bigger.e-small .e-calendar .e-content.e-year td:hover span.e-day,
|
|
652
652
|
.e-bigger.e-small .e-calendar .e-content.e-decade td:hover span.e-day {
|
|
653
|
-
background-color: #
|
|
653
|
+
background-color: #eaeaea;
|
|
654
654
|
}
|
|
655
655
|
.e-calendar .e-content.e-year td.e-selected:hover span.e-day, .e-calendar .e-content.e-decade td.e-selected:hover span.e-day,
|
|
656
656
|
.e-bigger.e-small .e-calendar .e-content.e-year td.e-selected:hover span.e-day,
|
|
@@ -188,7 +188,7 @@ ejs-calendar {
|
|
|
188
188
|
.e-calendar .e-content td.e-week-number:hover span.e-day, .e-calendar .e-content td.e-week-number:hover,
|
|
189
189
|
.e-bigger.e-small .e-calendar .e-content td.e-week-number:hover span.e-day,
|
|
190
190
|
.e-bigger.e-small .e-calendar .e-content td.e-week-number:hover {
|
|
191
|
-
background-color:
|
|
191
|
+
background-color: #252423;
|
|
192
192
|
cursor: default;
|
|
193
193
|
background-color: #201f1e;
|
|
194
194
|
}
|
|
@@ -568,7 +568,7 @@ ejs-calendar {
|
|
|
568
568
|
|
|
569
569
|
.e-calendar,
|
|
570
570
|
.e-bigger.e-small .e-calendar {
|
|
571
|
-
background-color:
|
|
571
|
+
background-color: #252423;
|
|
572
572
|
border: 1px solid #292827;
|
|
573
573
|
box-shadow: none;
|
|
574
574
|
}
|
|
@@ -660,7 +660,7 @@ ejs-calendar {
|
|
|
660
660
|
.e-calendar .e-content.e-year td:hover span.e-day, .e-calendar .e-content.e-decade td:hover span.e-day,
|
|
661
661
|
.e-bigger.e-small .e-calendar .e-content.e-year td:hover span.e-day,
|
|
662
662
|
.e-bigger.e-small .e-calendar .e-content.e-decade td:hover span.e-day {
|
|
663
|
-
background-color: #
|
|
663
|
+
background-color: #323130;
|
|
664
664
|
}
|
|
665
665
|
.e-calendar .e-content.e-year td.e-selected:hover span.e-day, .e-calendar .e-content.e-decade td.e-selected:hover span.e-day,
|
|
666
666
|
.e-bigger.e-small .e-calendar .e-content.e-year td.e-selected:hover span.e-day,
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-buttons/styles/button/fluent-dark-definition.scss';
|
|
3
|
-
@import 'fluent-dark-definition.scss';
|
|
4
|
-
@import 'icons/fluent-dark.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-calendars/styles/calendar/fluent-dark.scss';
|
|
@@ -188,7 +188,7 @@ ejs-calendar {
|
|
|
188
188
|
.e-calendar .e-content td.e-week-number:hover span.e-day, .e-calendar .e-content td.e-week-number:hover,
|
|
189
189
|
.e-bigger.e-small .e-calendar .e-content td.e-week-number:hover span.e-day,
|
|
190
190
|
.e-bigger.e-small .e-calendar .e-content td.e-week-number:hover {
|
|
191
|
-
background-color:
|
|
191
|
+
background-color: #fff;
|
|
192
192
|
cursor: default;
|
|
193
193
|
background-color: #faf9f8;
|
|
194
194
|
}
|
|
@@ -568,7 +568,7 @@ ejs-calendar {
|
|
|
568
568
|
|
|
569
569
|
.e-calendar,
|
|
570
570
|
.e-bigger.e-small .e-calendar {
|
|
571
|
-
background-color:
|
|
571
|
+
background-color: #fff;
|
|
572
572
|
border: 1px solid #edebe9;
|
|
573
573
|
box-shadow: none;
|
|
574
574
|
}
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-buttons/styles/button/highcontrast-light-definition.scss';
|
|
3
|
-
@import 'highcontrast-light-definition.scss';
|
|
4
|
-
@import 'icons/highcontrast-light.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-calendars/styles/calendar/highcontrast-light.scss';
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-buttons/styles/button/highcontrast-definition.scss';
|
|
3
|
-
@import 'highcontrast-definition.scss';
|
|
4
|
-
@import 'icons/highcontrast.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-calendars/styles/calendar/highcontrast.scss';
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-buttons/styles/button/material-dark-definition.scss';
|
|
3
|
-
@import 'material-dark-definition.scss';
|
|
4
|
-
@import 'icons/material-dark.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-calendars/styles/calendar/material-dark.scss';
|
|
@@ -306,7 +306,7 @@ ejs-calendar {
|
|
|
306
306
|
}
|
|
307
307
|
.e-calendar .e-content.e-month td.e-today span.e-day,
|
|
308
308
|
.e-bigger.e-small .e-calendar .e-content.e-month td.e-today span.e-day {
|
|
309
|
-
line-height:
|
|
309
|
+
line-height: 28px;
|
|
310
310
|
}
|
|
311
311
|
.e-calendar .e-content.e-year table, .e-calendar .e-content.e-decade table,
|
|
312
312
|
.e-bigger.e-small .e-calendar .e-content.e-year table,
|
|
@@ -451,7 +451,7 @@ ejs-calendar {
|
|
|
451
451
|
}
|
|
452
452
|
.e-bigger.e-calendar .e-content.e-month td.e-today span.e-day,
|
|
453
453
|
*.e-bigger .e-calendar .e-content.e-month td.e-today span.e-day {
|
|
454
|
-
line-height:
|
|
454
|
+
line-height: 34px;
|
|
455
455
|
}
|
|
456
456
|
.e-bigger.e-calendar .e-content.e-month td,
|
|
457
457
|
*.e-bigger .e-calendar .e-content.e-month td {
|
|
@@ -502,7 +502,7 @@ ejs-calendar {
|
|
|
502
502
|
}
|
|
503
503
|
.e-small.e-calendar .e-content.e-month td.e-today span.e-day,
|
|
504
504
|
.e-small .e-calendar .e-content.e-month td.e-today span.e-day {
|
|
505
|
-
line-height:
|
|
505
|
+
line-height: 22px;
|
|
506
506
|
}
|
|
507
507
|
.e-small.e-calendar .e-content.e-month td,
|
|
508
508
|
.e-small .e-calendar .e-content.e-month td {
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-buttons/styles/button/tailwind-dark-definition.scss';
|
|
3
|
-
@import 'tailwind-dark-definition.scss';
|
|
4
|
-
@import 'icons/tailwind-dark.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-calendars/styles/calendar/tailwind-dark.scss';
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-inputs/styles/input/bootstrap-dark-definition.scss';
|
|
3
|
-
@import 'ej2-popups/styles/popup/bootstrap-dark-definition.scss';
|
|
4
|
-
@import '../calendar/bootstrap-dark-definition.scss';
|
|
5
|
-
@import 'bootstrap-dark-definition.scss';
|
|
6
|
-
@import 'icons/bootstrap-dark.scss';
|
|
7
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-calendars/styles/datepicker/bootstrap-dark.scss';
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-inputs/styles/input/bootstrap-definition.scss';
|
|
3
|
-
@import 'ej2-popups/styles/popup/bootstrap-definition.scss';
|
|
4
|
-
@import '../calendar/bootstrap-definition.scss';
|
|
5
|
-
@import 'bootstrap-definition.scss';
|
|
6
|
-
@import 'icons/bootstrap.scss';
|
|
7
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-calendars/styles/datepicker/bootstrap.scss';
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-inputs/styles/input/bootstrap4-definition.scss';
|
|
3
|
-
@import 'ej2-popups/styles/popup/bootstrap4-definition.scss';
|
|
4
|
-
@import '../calendar/bootstrap4-definition.scss';
|
|
5
|
-
@import 'bootstrap4-definition.scss';
|
|
6
|
-
@import 'icons/bootstrap4.scss';
|
|
7
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-calendars/styles/datepicker/bootstrap4.scss';
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-inputs/styles/input/bootstrap5-dark-definition.scss';
|
|
3
|
-
@import 'ej2-popups/styles/popup/bootstrap5-dark-definition.scss';
|
|
4
|
-
@import '../calendar/bootstrap5-dark-definition.scss';
|
|
5
|
-
@import 'bootstrap5-dark-definition.scss';
|
|
6
|
-
@import 'icons/bootstrap5-dark.scss';
|
|
7
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-calendars/styles/datepicker/bootstrap5-dark.scss';
|