@syncfusion/ej2-angular-calendars 21.2.10 → 22.1.34-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 +1352 -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/license +10 -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 +715 -19
- package/styles/bootstrap.css +711 -15
- package/styles/bootstrap4.css +711 -16
- package/styles/bootstrap5-dark.css +708 -12
- package/styles/bootstrap5.css +708 -12
- package/styles/calendar/bootstrap-dark.css +3 -2
- package/styles/calendar/bootstrap-dark.scss +1 -5
- package/styles/calendar/bootstrap.css +2 -1
- package/styles/calendar/bootstrap.scss +1 -5
- package/styles/calendar/bootstrap4.css +3 -2
- package/styles/calendar/bootstrap4.scss +1 -5
- package/styles/calendar/bootstrap5-dark.css +2 -1
- package/styles/calendar/bootstrap5-dark.scss +1 -5
- package/styles/calendar/bootstrap5.css +2 -1
- package/styles/calendar/bootstrap5.scss +1 -5
- package/styles/calendar/fabric-dark.css +2 -1
- package/styles/calendar/fabric-dark.scss +1 -5
- package/styles/calendar/fabric.css +2 -1
- package/styles/calendar/fabric.scss +1 -5
- package/styles/calendar/fluent-dark.css +2 -1
- package/styles/calendar/fluent-dark.scss +1 -5
- package/styles/calendar/fluent.css +2 -1
- package/styles/calendar/fluent.scss +1 -5
- package/styles/calendar/highcontrast-light.css +2 -1
- package/styles/calendar/highcontrast-light.scss +1 -5
- package/styles/calendar/highcontrast.css +2 -1
- package/styles/calendar/highcontrast.scss +1 -5
- package/styles/calendar/material-dark.css +2 -1
- package/styles/calendar/material-dark.scss +1 -5
- package/styles/calendar/material.css +3 -2
- package/styles/calendar/material.scss +1 -5
- package/styles/calendar/material3-dark.css +895 -0
- package/styles/calendar/material3-dark.scss +2 -0
- package/styles/calendar/material3.css +951 -0
- package/styles/calendar/material3.scss +2 -0
- package/styles/calendar/tailwind-dark.css +2 -1
- package/styles/calendar/tailwind-dark.scss +1 -5
- package/styles/calendar/tailwind.css +2 -1
- package/styles/calendar/tailwind.scss +1 -5
- package/styles/datepicker/bootstrap-dark.css +262 -8
- package/styles/datepicker/bootstrap-dark.scss +1 -7
- package/styles/datepicker/bootstrap.css +262 -8
- package/styles/datepicker/bootstrap.scss +1 -7
- package/styles/datepicker/bootstrap4.css +261 -8
- package/styles/datepicker/bootstrap4.scss +1 -7
- package/styles/datepicker/bootstrap5-dark.css +259 -5
- package/styles/datepicker/bootstrap5-dark.scss +1 -7
- package/styles/datepicker/bootstrap5.css +259 -5
- package/styles/datepicker/bootstrap5.scss +1 -7
- package/styles/datepicker/fabric-dark.css +255 -8
- package/styles/datepicker/fabric-dark.scss +1 -7
- package/styles/datepicker/fabric.css +255 -8
- package/styles/datepicker/fabric.scss +1 -7
- package/styles/datepicker/fluent-dark.css +258 -5
- package/styles/datepicker/fluent-dark.scss +1 -7
- package/styles/datepicker/fluent.css +258 -5
- package/styles/datepicker/fluent.scss +1 -7
- package/styles/datepicker/highcontrast-light.css +260 -7
- package/styles/datepicker/highcontrast-light.scss +1 -7
- package/styles/datepicker/highcontrast.css +260 -7
- package/styles/datepicker/highcontrast.scss +1 -7
- package/styles/datepicker/material-dark.css +252 -5
- package/styles/datepicker/material-dark.scss +1 -7
- package/styles/datepicker/material.css +204 -40
- package/styles/datepicker/material.scss +1 -7
- package/styles/datepicker/material3-dark.css +510 -0
- package/styles/datepicker/material3-dark.scss +2 -0
- package/styles/datepicker/material3.css +566 -0
- package/styles/datepicker/material3.scss +2 -0
- package/styles/datepicker/tailwind-dark.css +258 -5
- package/styles/datepicker/tailwind-dark.scss +1 -7
- package/styles/datepicker/tailwind.css +258 -5
- package/styles/datepicker/tailwind.scss +1 -7
- package/styles/daterangepicker/bootstrap-dark.css +358 -7
- package/styles/daterangepicker/bootstrap-dark.scss +1 -7
- package/styles/daterangepicker/bootstrap.css +355 -4
- package/styles/daterangepicker/bootstrap.scss +1 -7
- package/styles/daterangepicker/bootstrap4.css +355 -4
- package/styles/daterangepicker/bootstrap4.scss +1 -7
- package/styles/daterangepicker/bootstrap5-dark.css +355 -4
- package/styles/daterangepicker/bootstrap5-dark.scss +1 -7
- package/styles/daterangepicker/bootstrap5.css +355 -4
- package/styles/daterangepicker/bootstrap5.scss +1 -7
- package/styles/daterangepicker/fabric-dark.css +355 -4
- package/styles/daterangepicker/fabric-dark.scss +1 -7
- package/styles/daterangepicker/fabric.css +355 -4
- package/styles/daterangepicker/fabric.scss +1 -7
- package/styles/daterangepicker/fluent-dark.css +356 -5
- package/styles/daterangepicker/fluent-dark.scss +1 -7
- package/styles/daterangepicker/fluent.css +356 -5
- package/styles/daterangepicker/fluent.scss +1 -7
- package/styles/daterangepicker/highcontrast-light.css +355 -4
- package/styles/daterangepicker/highcontrast-light.scss +1 -7
- package/styles/daterangepicker/highcontrast.css +355 -4
- package/styles/daterangepicker/highcontrast.scss +1 -7
- package/styles/daterangepicker/material-dark.css +355 -4
- package/styles/daterangepicker/material-dark.scss +1 -7
- package/styles/daterangepicker/material.css +309 -70
- package/styles/daterangepicker/material.scss +1 -7
- package/styles/daterangepicker/material3-dark.css +1330 -0
- package/styles/daterangepicker/material3-dark.scss +2 -0
- package/styles/daterangepicker/material3.css +1386 -0
- package/styles/daterangepicker/material3.scss +2 -0
- package/styles/daterangepicker/tailwind-dark.css +355 -4
- package/styles/daterangepicker/tailwind-dark.scss +1 -7
- package/styles/daterangepicker/tailwind.css +355 -4
- package/styles/daterangepicker/tailwind.scss +1 -7
- package/styles/datetimepicker/bootstrap-dark.css +8 -2
- package/styles/datetimepicker/bootstrap-dark.scss +1 -8
- package/styles/datetimepicker/bootstrap.css +8 -2
- package/styles/datetimepicker/bootstrap.scss +1 -8
- package/styles/datetimepicker/bootstrap4.css +8 -2
- package/styles/datetimepicker/bootstrap4.scss +1 -8
- package/styles/datetimepicker/bootstrap5-dark.css +8 -2
- package/styles/datetimepicker/bootstrap5-dark.scss +1 -8
- package/styles/datetimepicker/bootstrap5.css +8 -2
- package/styles/datetimepicker/bootstrap5.scss +1 -8
- package/styles/datetimepicker/fabric-dark.css +8 -2
- package/styles/datetimepicker/fabric-dark.scss +1 -8
- package/styles/datetimepicker/fabric.css +8 -2
- package/styles/datetimepicker/fabric.scss +1 -8
- package/styles/datetimepicker/fluent-dark.css +8 -2
- package/styles/datetimepicker/fluent-dark.scss +1 -8
- package/styles/datetimepicker/fluent.css +8 -2
- package/styles/datetimepicker/fluent.scss +1 -8
- package/styles/datetimepicker/highcontrast-light.css +8 -2
- package/styles/datetimepicker/highcontrast-light.scss +1 -8
- package/styles/datetimepicker/highcontrast.css +8 -2
- package/styles/datetimepicker/highcontrast.scss +1 -8
- package/styles/datetimepicker/material-dark.css +8 -2
- package/styles/datetimepicker/material-dark.scss +1 -8
- package/styles/datetimepicker/material.css +8 -2
- package/styles/datetimepicker/material.scss +1 -8
- package/styles/datetimepicker/material3-dark.css +283 -0
- package/styles/datetimepicker/material3-dark.scss +2 -0
- package/styles/datetimepicker/material3.css +339 -0
- package/styles/datetimepicker/material3.scss +2 -0
- package/styles/datetimepicker/tailwind-dark.css +8 -2
- package/styles/datetimepicker/tailwind-dark.scss +1 -8
- package/styles/datetimepicker/tailwind.css +8 -2
- package/styles/datetimepicker/tailwind.scss +1 -8
- package/styles/fabric-dark.css +704 -15
- package/styles/fabric.css +704 -15
- package/styles/fluent-dark.css +708 -13
- package/styles/fluent.css +708 -13
- package/styles/highcontrast-light.css +709 -14
- package/styles/highcontrast.css +709 -14
- package/styles/material-dark.css +701 -12
- package/styles/material.css +608 -114
- package/styles/material3-dark.css +3403 -0
- package/styles/material3-dark.scss +6 -0
- package/styles/material3.css +3679 -0
- package/styles/material3.scss +6 -0
- package/styles/tailwind-dark.css +707 -12
- package/styles/tailwind.css +707 -12
- package/styles/timepicker/bootstrap-dark.css +84 -0
- package/styles/timepicker/bootstrap-dark.scss +1 -6
- package/styles/timepicker/bootstrap.css +84 -0
- package/styles/timepicker/bootstrap.scss +1 -6
- package/styles/timepicker/bootstrap4.css +84 -0
- package/styles/timepicker/bootstrap4.scss +1 -6
- package/styles/timepicker/bootstrap5-dark.css +84 -0
- package/styles/timepicker/bootstrap5-dark.scss +1 -6
- package/styles/timepicker/bootstrap5.css +84 -0
- package/styles/timepicker/bootstrap5.scss +1 -6
- package/styles/timepicker/fabric-dark.css +84 -0
- package/styles/timepicker/fabric-dark.scss +1 -6
- package/styles/timepicker/fabric.css +84 -0
- package/styles/timepicker/fabric.scss +1 -6
- package/styles/timepicker/fluent-dark.css +84 -0
- package/styles/timepicker/fluent-dark.scss +1 -6
- package/styles/timepicker/fluent.css +84 -0
- package/styles/timepicker/fluent.scss +1 -6
- package/styles/timepicker/highcontrast-light.css +84 -0
- package/styles/timepicker/highcontrast-light.scss +1 -6
- package/styles/timepicker/highcontrast.css +84 -0
- package/styles/timepicker/highcontrast.scss +1 -6
- package/styles/timepicker/material-dark.css +84 -0
- package/styles/timepicker/material-dark.scss +1 -6
- package/styles/timepicker/material.css +84 -0
- package/styles/timepicker/material.scss +1 -6
- package/styles/timepicker/material3-dark.css +382 -0
- package/styles/timepicker/material3-dark.scss +2 -0
- package/styles/timepicker/material3.css +438 -0
- package/styles/timepicker/material3.scss +2 -0
- package/styles/timepicker/tailwind-dark.css +84 -0
- package/styles/timepicker/tailwind-dark.scss +1 -6
- package/styles/timepicker/tailwind.css +84 -0
- 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 -192
- package/styles/calendar/_fabric-definition.scss +0 -190
- 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 -189
- package/styles/calendar/_highcontrast-light-definition.scss +0 -192
- package/styles/calendar/_layout.scss +0 -741
- package/styles/calendar/_material-dark-definition.scss +0 -194
- package/styles/calendar/_material-definition.scss +0 -189
- package/styles/calendar/_tailwind-dark-definition.scss +0 -1
- package/styles/calendar/_tailwind-definition.scss +0 -262
- package/styles/calendar/_theme.scss +0 -533
- 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 -261
- package/styles/datepicker/_material-dark-definition.scss +0 -42
- package/styles/datepicker/_material-definition.scss +0 -39
- package/styles/datepicker/_tailwind-dark-definition.scss +0 -1
- package/styles/datepicker/_tailwind-definition.scss +0 -44
- package/styles/datepicker/_theme.scss +0 -54
- 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 -193
- package/styles/daterangepicker/_bootstrap-definition.scss +0 -193
- package/styles/daterangepicker/_bootstrap4-definition.scss +0 -203
- package/styles/daterangepicker/_bootstrap5-dark-definition.scss +0 -1
- package/styles/daterangepicker/_bootstrap5-definition.scss +0 -231
- package/styles/daterangepicker/_fabric-dark-definition.scss +0 -196
- package/styles/daterangepicker/_fabric-definition.scss +0 -193
- package/styles/daterangepicker/_fluent-dark-definition.scss +0 -1
- package/styles/daterangepicker/_fluent-definition.scss +0 -240
- package/styles/daterangepicker/_fusionnew-definition.scss +0 -230
- package/styles/daterangepicker/_highcontrast-definition.scss +0 -193
- package/styles/daterangepicker/_highcontrast-light-definition.scss +0 -196
- package/styles/daterangepicker/_layout.scss +0 -821
- package/styles/daterangepicker/_material-dark-definition.scss +0 -201
- package/styles/daterangepicker/_material-definition.scss +0 -201
- package/styles/daterangepicker/_tailwind-dark-definition.scss +0 -1
- package/styles/daterangepicker/_tailwind-definition.scss +0 -222
- package/styles/daterangepicker/_theme.scss +0 -435
- 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 -99
- 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 -195
- package/styles/datetimepicker/_material-dark-definition.scss +0 -59
- package/styles/datetimepicker/_material-definition.scss +0 -57
- package/styles/datetimepicker/_tailwind-dark-definition.scss +0 -1
- package/styles/datetimepicker/_tailwind-definition.scss +0 -60
- package/styles/datetimepicker/_theme.scss +0 -70
- 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 -52
- package/styles/timepicker/_bootstrap-definition.scss +0 -49
- package/styles/timepicker/_bootstrap4-definition.scss +0 -57
- package/styles/timepicker/_bootstrap5-dark-definition.scss +0 -1
- package/styles/timepicker/_bootstrap5-definition.scss +0 -58
- package/styles/timepicker/_fabric-dark-definition.scss +0 -52
- package/styles/timepicker/_fabric-definition.scss +0 -49
- package/styles/timepicker/_fluent-dark-definition.scss +0 -1
- package/styles/timepicker/_fluent-definition.scss +0 -58
- package/styles/timepicker/_fusionnew-definition.scss +0 -58
- package/styles/timepicker/_highcontrast-definition.scss +0 -49
- package/styles/timepicker/_highcontrast-light-definition.scss +0 -52
- package/styles/timepicker/_layout.scss +0 -202
- package/styles/timepicker/_material-dark-definition.scss +0 -56
- package/styles/timepicker/_material-definition.scss +0 -53
- package/styles/timepicker/_tailwind-dark-definition.scss +0 -1
- package/styles/timepicker/_tailwind-definition.scss +0 -56
- package/styles/timepicker/_theme.scss +0 -100
- 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
|
@@ -93,6 +93,15 @@
|
|
|
93
93
|
min-width: 20px;
|
|
94
94
|
}
|
|
95
95
|
|
|
96
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup-expand .e-range-header .e-popup-close::before, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup-expand .e-model-header .e-popup-close::before {
|
|
97
|
+
content: "\e932";
|
|
98
|
+
font-family: "e-icons";
|
|
99
|
+
}
|
|
100
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup-expand .e-range-header .e-apply::before, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup-expand .e-model-header .e-apply::before {
|
|
101
|
+
content: "\e7ff";
|
|
102
|
+
font-family: "e-icons";
|
|
103
|
+
}
|
|
104
|
+
|
|
96
105
|
/*! daterangepicker layout */
|
|
97
106
|
.e-input-group.e-control-wrapper.e-date-range-wrapper.e-non-edit.e-input-focus .e-input:focus ~ .e-clear-icon,
|
|
98
107
|
.e-float-input.e-control-wrapper.e-input-group.e-date-range-wrapper.e-non-edit.e-input-focus input:focus ~ .e-clear-icon {
|
|
@@ -665,6 +674,13 @@
|
|
|
665
674
|
top: 0 !important;
|
|
666
675
|
left: 0 !important;
|
|
667
676
|
}
|
|
677
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand.e-control.e-lib.e-device.e-popup-open {
|
|
678
|
+
min-height: 100%;
|
|
679
|
+
min-width: 100%;
|
|
680
|
+
height: 100%;
|
|
681
|
+
width: 100%;
|
|
682
|
+
}
|
|
683
|
+
|
|
668
684
|
.e-content-placeholder.e-daterangepicker.e-placeholder-daterangepicker {
|
|
669
685
|
background-size: 250px 33px;
|
|
670
686
|
min-height: 33px;
|
|
@@ -676,11 +692,338 @@
|
|
|
676
692
|
min-height: 40px;
|
|
677
693
|
}
|
|
678
694
|
|
|
695
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
|
|
696
|
+
min-height: 100%;
|
|
697
|
+
min-width: 100%;
|
|
698
|
+
height: 100%;
|
|
699
|
+
width: 100%;
|
|
700
|
+
}
|
|
701
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header {
|
|
702
|
+
height: 20vh;
|
|
703
|
+
padding: 2vh 2vw;
|
|
704
|
+
margin: 0;
|
|
705
|
+
color: #fff;
|
|
706
|
+
}
|
|
707
|
+
@media (max-device-width: 768px) {
|
|
708
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-model-header-wrapper {
|
|
709
|
+
font-size: 16px;
|
|
710
|
+
}
|
|
711
|
+
}
|
|
712
|
+
@media (min-device-width: 768px) {
|
|
713
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-model-header-wrapper {
|
|
714
|
+
font-size: 24px;
|
|
715
|
+
}
|
|
716
|
+
}
|
|
717
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-model-header-wrapper .e-apply {
|
|
718
|
+
float: right;
|
|
719
|
+
}
|
|
720
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-start-end {
|
|
721
|
+
margin: 3vh 0 0 0;
|
|
722
|
+
}
|
|
723
|
+
@media (min-device-width: 768px) {
|
|
724
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-start-end {
|
|
725
|
+
margin: 4vh 0 0 0;
|
|
726
|
+
height: 60px;
|
|
727
|
+
}
|
|
728
|
+
}
|
|
729
|
+
@media (min-device-width: 768px) {
|
|
730
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-start-end .e-start-btn, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-start-end .e-end-btn {
|
|
731
|
+
max-width: 280px;
|
|
732
|
+
height: 60px;
|
|
733
|
+
font-size: 18px;
|
|
734
|
+
}
|
|
735
|
+
}
|
|
736
|
+
@media (min-device-width: 768px) {
|
|
737
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-day-span {
|
|
738
|
+
margin: 10px 0;
|
|
739
|
+
font-size: 24px;
|
|
740
|
+
}
|
|
741
|
+
}
|
|
742
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar {
|
|
743
|
+
min-width: 100%;
|
|
744
|
+
width: 100%;
|
|
745
|
+
padding: 0;
|
|
746
|
+
overflow: unset;
|
|
747
|
+
}
|
|
748
|
+
@media (max-height: 600px) {
|
|
749
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar {
|
|
750
|
+
min-height: 100%;
|
|
751
|
+
height: 100%;
|
|
752
|
+
}
|
|
753
|
+
}
|
|
754
|
+
@media (min-height: 600px) {
|
|
755
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar {
|
|
756
|
+
min-height: 80vh;
|
|
757
|
+
height: 80vh;
|
|
758
|
+
}
|
|
759
|
+
}
|
|
760
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-month, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-year, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-decade {
|
|
761
|
+
height: 10vh;
|
|
762
|
+
border-style: solid;
|
|
763
|
+
border-width: 0 0 1px 0;
|
|
764
|
+
border-color: #616161;
|
|
765
|
+
padding: 2vh 2vw;
|
|
766
|
+
line-height: 5vh;
|
|
767
|
+
}
|
|
768
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-month .e-prev, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-month .e-next, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-year .e-prev, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-year .e-next, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-decade .e-prev, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-decade .e-next {
|
|
769
|
+
height: 36px;
|
|
770
|
+
width: 36px;
|
|
771
|
+
}
|
|
772
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-month .e-prev span, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-month .e-next span, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-year .e-prev span, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-year .e-next span, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-decade .e-prev span, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-decade .e-next span {
|
|
773
|
+
padding: 10px;
|
|
774
|
+
line-height: 1;
|
|
775
|
+
}
|
|
776
|
+
@media (min-device-width: 768px) {
|
|
777
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-month .e-prev span, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-month .e-next span, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-year .e-prev span, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-year .e-next span, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-decade .e-prev span, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-decade .e-next span {
|
|
778
|
+
font-size: 24px;
|
|
779
|
+
}
|
|
780
|
+
}
|
|
781
|
+
@media (max-height: 600px) {
|
|
782
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-month .e-title, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-year .e-title, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-decade .e-title {
|
|
783
|
+
line-height: 8vh;
|
|
784
|
+
}
|
|
785
|
+
}
|
|
786
|
+
@media (min-height: 600px) {
|
|
787
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-month .e-title, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-year .e-title, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-decade .e-title {
|
|
788
|
+
line-height: inherit;
|
|
789
|
+
}
|
|
790
|
+
}
|
|
791
|
+
@media (min-device-width: 768px) {
|
|
792
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-month .e-title, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-year .e-title, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-decade .e-title {
|
|
793
|
+
font-size: 24px;
|
|
794
|
+
}
|
|
795
|
+
}
|
|
796
|
+
@media (min-device-width: 768px) {
|
|
797
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar th {
|
|
798
|
+
font-size: 24px;
|
|
799
|
+
height: 48px;
|
|
800
|
+
}
|
|
801
|
+
}
|
|
802
|
+
@media (min-device-width: 768px) {
|
|
803
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-content span.e-day {
|
|
804
|
+
font-size: 24px;
|
|
805
|
+
height: 64px;
|
|
806
|
+
width: 64px;
|
|
807
|
+
line-height: 64px;
|
|
808
|
+
}
|
|
809
|
+
}
|
|
810
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-start-date.e-selected.e-range-hover, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-end-date.e-selected.e-range-hover {
|
|
811
|
+
border-radius: 0;
|
|
812
|
+
}
|
|
813
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
|
|
814
|
+
height: 100%;
|
|
815
|
+
}
|
|
816
|
+
@media (max-height: 600px) {
|
|
817
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder .e-calendar-container {
|
|
818
|
+
min-height: 78vh;
|
|
819
|
+
height: 78vh;
|
|
820
|
+
}
|
|
821
|
+
}
|
|
822
|
+
@media (max-height: 600px) {
|
|
823
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder .e-calendar-container .e-calendar {
|
|
824
|
+
min-height: 78vh;
|
|
825
|
+
height: 78vh;
|
|
826
|
+
}
|
|
827
|
+
}
|
|
828
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder .e-footer {
|
|
829
|
+
display: block;
|
|
830
|
+
}
|
|
831
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder .e-footer .e-btn.e-apply, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder .e-footer .e-btn.e-cancel {
|
|
832
|
+
float: right;
|
|
833
|
+
}
|
|
834
|
+
@media (max-height: 600px) {
|
|
835
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
|
|
836
|
+
min-height: 100%;
|
|
837
|
+
height: 100%;
|
|
838
|
+
}
|
|
839
|
+
}
|
|
840
|
+
@media (min-height: 600px) {
|
|
841
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
|
|
842
|
+
min-height: 80vh;
|
|
843
|
+
height: 80vh;
|
|
844
|
+
}
|
|
845
|
+
}
|
|
846
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-separator {
|
|
847
|
+
margin: 0;
|
|
848
|
+
}
|
|
849
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
|
|
850
|
+
height: 69vh;
|
|
851
|
+
}
|
|
852
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
|
|
853
|
+
padding: 0 2vw;
|
|
854
|
+
height: 69vh;
|
|
855
|
+
border-spacing: unset;
|
|
856
|
+
}
|
|
857
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-footer {
|
|
858
|
+
display: none;
|
|
859
|
+
}
|
|
860
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-presets {
|
|
861
|
+
max-height: 90%;
|
|
862
|
+
height: 90%;
|
|
863
|
+
}
|
|
864
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-presets ul {
|
|
865
|
+
height: 100%;
|
|
866
|
+
}
|
|
867
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-presets ul li.e-list-item {
|
|
868
|
+
font-size: 16px;
|
|
869
|
+
}
|
|
870
|
+
@media (min-device-width: 768px) {
|
|
871
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-presets ul li.e-list-item {
|
|
872
|
+
font-size: 18px;
|
|
873
|
+
}
|
|
874
|
+
}
|
|
875
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap {
|
|
876
|
+
position: relative;
|
|
877
|
+
height: 100%;
|
|
878
|
+
}
|
|
879
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header {
|
|
880
|
+
height: 10%;
|
|
881
|
+
padding: 2.5vh 2.5vw;
|
|
882
|
+
display: -ms-flexbox;
|
|
883
|
+
display: flex;
|
|
884
|
+
-ms-flex-align: center;
|
|
885
|
+
align-items: center;
|
|
886
|
+
font-size: 3vh;
|
|
887
|
+
border-bottom: none;
|
|
888
|
+
}
|
|
889
|
+
@media (min-device-width: 768px) {
|
|
890
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header {
|
|
891
|
+
font-size: 2vw;
|
|
892
|
+
}
|
|
893
|
+
}
|
|
894
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header .e-popup-close {
|
|
895
|
+
float: left;
|
|
896
|
+
padding: 1vh 2vw;
|
|
897
|
+
}
|
|
898
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header .e-model-title {
|
|
899
|
+
padding: 1vh 2vw;
|
|
900
|
+
text-transform: uppercase;
|
|
901
|
+
}
|
|
902
|
+
|
|
903
|
+
@media screen and (orientation: landscape) and (max-height: 600px) {
|
|
904
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header.e-blazor-device {
|
|
905
|
+
height: 23vh;
|
|
906
|
+
}
|
|
907
|
+
}
|
|
908
|
+
@media screen and (orientation: landscape) and (min-height: 600px) {
|
|
909
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header.e-blazor-device {
|
|
910
|
+
height: 20vh;
|
|
911
|
+
}
|
|
912
|
+
}
|
|
913
|
+
@media screen and (orientation: landscape) and (min-height: 600px) {
|
|
914
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder .e-calendar-container {
|
|
915
|
+
min-height: 70vh;
|
|
916
|
+
height: 70vh;
|
|
917
|
+
}
|
|
918
|
+
}
|
|
919
|
+
@media screen and (orientation: landscape) and (max-height: 600px) {
|
|
920
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder .e-calendar-container {
|
|
921
|
+
min-height: 65%;
|
|
922
|
+
height: 65%;
|
|
923
|
+
}
|
|
924
|
+
}
|
|
925
|
+
@media screen and (orientation: landscape) and (min-height: 600px) {
|
|
926
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder .e-calendar-container .e-calendar {
|
|
927
|
+
min-height: 70vh;
|
|
928
|
+
height: 70vh;
|
|
929
|
+
}
|
|
930
|
+
}
|
|
931
|
+
@media screen and (orientation: landscape) and (max-height: 600px) {
|
|
932
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder .e-calendar-container .e-content.e-month, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder .e-calendar-container .e-content.e-year, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder .e-calendar-container .e-content.e-decade {
|
|
933
|
+
height: 50vh;
|
|
934
|
+
}
|
|
935
|
+
}
|
|
679
936
|
@media screen and (orientation: landscape) {
|
|
680
|
-
.e-
|
|
681
|
-
|
|
682
|
-
height:
|
|
683
|
-
|
|
937
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-presets {
|
|
938
|
+
max-height: 85%;
|
|
939
|
+
height: 85%;
|
|
940
|
+
}
|
|
941
|
+
}
|
|
942
|
+
@media screen and (orientation: landscape) {
|
|
943
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header {
|
|
944
|
+
height: 15%;
|
|
945
|
+
font-size: 2vw;
|
|
946
|
+
}
|
|
947
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header .e-popup-close {
|
|
948
|
+
padding: 1vh 1vw;
|
|
949
|
+
}
|
|
950
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header .e-model-title {
|
|
951
|
+
padding: 1vh 1vw;
|
|
952
|
+
}
|
|
953
|
+
}
|
|
954
|
+
@media screen and (orientation: landscape) {
|
|
955
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header {
|
|
956
|
+
width: 100%;
|
|
957
|
+
}
|
|
958
|
+
}
|
|
959
|
+
@media screen and (orientation: landscape) and (max-height: 600px) {
|
|
960
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header {
|
|
961
|
+
height: 27vh;
|
|
962
|
+
}
|
|
963
|
+
}
|
|
964
|
+
@media screen and (orientation: landscape) and (min-height: 600px) {
|
|
965
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header {
|
|
966
|
+
height: 25vh;
|
|
967
|
+
}
|
|
968
|
+
}
|
|
969
|
+
@media screen and (orientation: landscape) {
|
|
970
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-start-end {
|
|
971
|
+
margin: 0;
|
|
972
|
+
height: 38px;
|
|
973
|
+
}
|
|
974
|
+
}
|
|
975
|
+
@media screen and (orientation: landscape) and (min-device-width: 768px) {
|
|
976
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-start-end {
|
|
977
|
+
margin: 4vh 0 0 0;
|
|
978
|
+
}
|
|
979
|
+
}
|
|
980
|
+
@media screen and (orientation: landscape) and (min-height: 600px) {
|
|
981
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-start-end {
|
|
982
|
+
margin: 5vh 0 0 0;
|
|
983
|
+
}
|
|
984
|
+
}
|
|
985
|
+
@media screen and (orientation: landscape) {
|
|
986
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-day-span {
|
|
987
|
+
margin: 5px 0;
|
|
988
|
+
font-size: 20px;
|
|
989
|
+
}
|
|
990
|
+
}
|
|
991
|
+
@media screen and (orientation: landscape) and (min-device-width: 768px) {
|
|
992
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-day-span {
|
|
993
|
+
margin: 10px 0;
|
|
994
|
+
font-size: 24px;
|
|
995
|
+
}
|
|
996
|
+
}
|
|
997
|
+
@media screen and (orientation: landscape) and (min-height: 600px) {
|
|
998
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
|
|
999
|
+
min-height: 75vh;
|
|
1000
|
+
height: 75vh;
|
|
1001
|
+
}
|
|
1002
|
+
}
|
|
1003
|
+
@media screen and (orientation: landscape) {
|
|
1004
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-year, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-decade {
|
|
1005
|
+
overflow-y: auto;
|
|
1006
|
+
}
|
|
1007
|
+
}
|
|
1008
|
+
@media screen and (orientation: landscape) and (max-height: 600px) {
|
|
1009
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-year, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-decade {
|
|
1010
|
+
height: 60vh;
|
|
1011
|
+
}
|
|
1012
|
+
}
|
|
1013
|
+
@media screen and (orientation: landscape) and (min-height: 600px) {
|
|
1014
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-year, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-decade {
|
|
1015
|
+
height: 65vh;
|
|
1016
|
+
}
|
|
1017
|
+
}
|
|
1018
|
+
@media screen and (orientation: landscape) {
|
|
1019
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-year table, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-decade table {
|
|
1020
|
+
display: table;
|
|
1021
|
+
border-spacing: unset;
|
|
1022
|
+
}
|
|
1023
|
+
}
|
|
1024
|
+
@media screen and (orientation: landscape) and (min-height: 600px) {
|
|
1025
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-year table, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-decade table {
|
|
1026
|
+
height: 65vh;
|
|
684
1027
|
}
|
|
685
1028
|
}
|
|
686
1029
|
.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 {
|
|
@@ -888,4 +1231,12 @@
|
|
|
888
1231
|
*.e-device.e-daterangepicker .e-end-btn.e-active:hover {
|
|
889
1232
|
background: #3f51b5;
|
|
890
1233
|
color: #fff;
|
|
1234
|
+
}
|
|
1235
|
+
|
|
1236
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-model-header {
|
|
1237
|
+
background-color: #00b0ff;
|
|
1238
|
+
color: #fff;
|
|
1239
|
+
}
|
|
1240
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-model-header .e-popup-close {
|
|
1241
|
+
color: #fff;
|
|
891
1242
|
}
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-inputs/styles/input/material-dark-definition.scss';
|
|
3
|
-
@import 'ej2-popups/styles/popup/material-dark-definition.scss';
|
|
4
|
-
@import '../calendar/material-dark-definition.scss';
|
|
5
|
-
@import 'material-dark-definition.scss';
|
|
6
|
-
@import 'icons/material-dark.scss';
|
|
7
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-calendars/styles/daterangepicker/material-dark.scss';
|