@syncfusion/ej2-angular-calendars 22.2.12 → 23.1.36-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 +1048 -0
- package/@syncfusion/ej2-angular-calendars.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-calendars.js +981 -0
- package/@syncfusion/ej2-angular-calendars.js.map +1 -0
- package/CHANGELOG.md +1334 -0
- package/dist/ej2-angular-calendars.umd.js +1093 -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 +3 -5
- 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 +3 -5
- 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 +3 -5
- 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 +3 -5
- 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 +3 -5
- package/src/timepicker/timepicker.module.d.ts +0 -6
- package/styles/bootstrap-dark.css +91 -40
- package/styles/bootstrap.css +91 -40
- package/styles/bootstrap4.css +91 -40
- package/styles/bootstrap5-dark.css +92 -41
- package/styles/bootstrap5.css +92 -41
- 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.scss +1 -5
- package/styles/calendar/bootstrap5.scss +1 -5
- package/styles/calendar/fabric-dark.scss +1 -5
- package/styles/calendar/fabric.scss +1 -5
- package/styles/calendar/fluent-dark.scss +1 -5
- 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.css +0 -1
- package/styles/calendar/material-dark.scss +1 -5
- package/styles/calendar/material.css +0 -1
- package/styles/calendar/material.scss +1 -5
- package/styles/calendar/material3-dark.css +0 -1
- package/styles/calendar/material3-dark.scss +1 -5
- package/styles/calendar/material3.css +0 -1
- package/styles/calendar/material3.scss +1 -5
- package/styles/calendar/tailwind-dark.css +0 -1
- package/styles/calendar/tailwind-dark.scss +1 -5
- package/styles/calendar/tailwind.css +0 -1
- package/styles/calendar/tailwind.scss +1 -5
- package/styles/datepicker/bootstrap-dark.css +49 -19
- package/styles/datepicker/bootstrap-dark.scss +1 -7
- package/styles/datepicker/bootstrap.css +49 -19
- package/styles/datepicker/bootstrap.scss +1 -7
- package/styles/datepicker/bootstrap4.css +49 -19
- package/styles/datepicker/bootstrap4.scss +1 -7
- package/styles/datepicker/bootstrap5-dark.css +50 -20
- package/styles/datepicker/bootstrap5-dark.scss +1 -7
- package/styles/datepicker/bootstrap5.css +50 -20
- package/styles/datepicker/bootstrap5.scss +1 -7
- package/styles/datepicker/fabric-dark.css +48 -18
- package/styles/datepicker/fabric-dark.scss +1 -7
- package/styles/datepicker/fabric.css +49 -19
- package/styles/datepicker/fabric.scss +1 -7
- package/styles/datepicker/fluent-dark.css +48 -18
- package/styles/datepicker/fluent-dark.scss +1 -7
- package/styles/datepicker/fluent.css +48 -18
- package/styles/datepicker/fluent.scss +1 -7
- package/styles/datepicker/highcontrast-light.css +49 -19
- package/styles/datepicker/highcontrast-light.scss +1 -7
- package/styles/datepicker/highcontrast.css +49 -19
- package/styles/datepicker/highcontrast.scss +1 -7
- package/styles/datepicker/material-dark.css +48 -19
- package/styles/datepicker/material-dark.scss +1 -7
- package/styles/datepicker/material.css +48 -19
- package/styles/datepicker/material.scss +1 -7
- package/styles/datepicker/material3-dark.css +48 -19
- package/styles/datepicker/material3-dark.scss +1 -7
- package/styles/datepicker/material3.css +48 -19
- package/styles/datepicker/material3.scss +1 -7
- package/styles/datepicker/tailwind-dark.css +52 -23
- package/styles/datepicker/tailwind-dark.scss +1 -7
- package/styles/datepicker/tailwind.css +52 -23
- package/styles/datepicker/tailwind.scss +1 -7
- package/styles/daterangepicker/bootstrap-dark.css +30 -26
- package/styles/daterangepicker/bootstrap-dark.scss +1 -7
- package/styles/daterangepicker/bootstrap.css +30 -26
- package/styles/daterangepicker/bootstrap.scss +1 -7
- package/styles/daterangepicker/bootstrap4.css +30 -26
- package/styles/daterangepicker/bootstrap4.scss +1 -7
- package/styles/daterangepicker/bootstrap5-dark.css +30 -26
- package/styles/daterangepicker/bootstrap5-dark.scss +1 -7
- package/styles/daterangepicker/bootstrap5.css +30 -26
- package/styles/daterangepicker/bootstrap5.scss +1 -7
- package/styles/daterangepicker/fabric-dark.css +30 -26
- package/styles/daterangepicker/fabric-dark.scss +1 -7
- package/styles/daterangepicker/fabric.css +30 -26
- package/styles/daterangepicker/fabric.scss +1 -7
- package/styles/daterangepicker/fluent-dark.css +30 -26
- package/styles/daterangepicker/fluent-dark.scss +1 -7
- package/styles/daterangepicker/fluent.css +30 -26
- package/styles/daterangepicker/fluent.scss +1 -7
- package/styles/daterangepicker/highcontrast-light.css +30 -26
- package/styles/daterangepicker/highcontrast-light.scss +1 -7
- package/styles/daterangepicker/highcontrast.css +30 -26
- package/styles/daterangepicker/highcontrast.scss +1 -7
- package/styles/daterangepicker/material-dark.css +30 -27
- package/styles/daterangepicker/material-dark.scss +1 -7
- package/styles/daterangepicker/material.css +30 -27
- package/styles/daterangepicker/material.scss +1 -7
- package/styles/daterangepicker/material3-dark.css +53 -28
- package/styles/daterangepicker/material3-dark.scss +1 -7
- package/styles/daterangepicker/material3.css +53 -28
- package/styles/daterangepicker/material3.scss +1 -7
- package/styles/daterangepicker/tailwind-dark.css +31 -28
- package/styles/daterangepicker/tailwind-dark.scss +1 -7
- package/styles/daterangepicker/tailwind.css +31 -28
- 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.css +0 -1
- package/styles/datetimepicker/material-dark.scss +1 -8
- package/styles/datetimepicker/material.css +0 -1
- package/styles/datetimepicker/material.scss +1 -8
- package/styles/datetimepicker/material3-dark.css +0 -1
- package/styles/datetimepicker/material3-dark.scss +1 -8
- package/styles/datetimepicker/material3.css +0 -1
- package/styles/datetimepicker/material3.scss +1 -8
- package/styles/datetimepicker/tailwind-dark.css +0 -1
- package/styles/datetimepicker/tailwind-dark.scss +1 -8
- package/styles/datetimepicker/tailwind.css +0 -1
- package/styles/datetimepicker/tailwind.scss +1 -8
- package/styles/fabric-dark.css +90 -39
- package/styles/fabric.css +103 -52
- package/styles/fluent-dark.css +90 -39
- package/styles/fluent.css +90 -39
- package/styles/highcontrast-light.css +91 -40
- package/styles/highcontrast.css +91 -40
- package/styles/material-dark.css +90 -40
- package/styles/material.css +90 -40
- package/styles/material3-dark.css +333 -41
- package/styles/material3-dark.scss +0 -1
- package/styles/material3.css +557 -41
- package/styles/material3.scss +0 -1
- package/styles/tailwind-dark.css +95 -49
- package/styles/tailwind.css +95 -49
- package/styles/timepicker/bootstrap-dark.css +19 -2
- package/styles/timepicker/bootstrap-dark.scss +1 -6
- package/styles/timepicker/bootstrap.css +19 -2
- package/styles/timepicker/bootstrap.scss +1 -6
- package/styles/timepicker/bootstrap4.css +19 -2
- package/styles/timepicker/bootstrap4.scss +1 -6
- package/styles/timepicker/bootstrap5-dark.css +19 -2
- package/styles/timepicker/bootstrap5-dark.scss +1 -6
- package/styles/timepicker/bootstrap5.css +19 -2
- package/styles/timepicker/bootstrap5.scss +1 -6
- package/styles/timepicker/fabric-dark.css +19 -2
- package/styles/timepicker/fabric-dark.scss +1 -6
- package/styles/timepicker/fabric.css +22 -5
- package/styles/timepicker/fabric.scss +1 -6
- package/styles/timepicker/fluent-dark.css +19 -2
- package/styles/timepicker/fluent-dark.scss +1 -6
- package/styles/timepicker/fluent.css +19 -2
- package/styles/timepicker/fluent.scss +1 -6
- package/styles/timepicker/highcontrast-light.css +19 -2
- package/styles/timepicker/highcontrast-light.scss +1 -6
- package/styles/timepicker/highcontrast.css +19 -2
- package/styles/timepicker/highcontrast.scss +1 -6
- package/styles/timepicker/material-dark.css +19 -3
- package/styles/timepicker/material-dark.scss +1 -6
- package/styles/timepicker/material.css +19 -3
- package/styles/timepicker/material.scss +1 -6
- package/styles/timepicker/material3-dark.css +19 -3
- package/styles/timepicker/material3-dark.scss +1 -6
- package/styles/timepicker/material3.css +19 -3
- package/styles/timepicker/material3.scss +1 -6
- package/styles/timepicker/tailwind-dark.css +19 -3
- package/styles/timepicker/tailwind-dark.scss +1 -6
- package/styles/timepicker/tailwind.css +19 -3
- 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 -786
- package/styles/calendar/_material-dark-definition.scss +0 -194
- package/styles/calendar/_material-definition.scss +0 -189
- package/styles/calendar/_material3-dark-definition.scss +0 -1
- package/styles/calendar/_material3-definition.scss +0 -195
- package/styles/calendar/_tailwind-dark-definition.scss +0 -1
- package/styles/calendar/_tailwind-definition.scss +0 -262
- package/styles/calendar/_theme.scss +0 -534
- 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-dark.scss +0 -1
- 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 -97
- package/styles/datepicker/_bootstrap-definition.scss +0 -96
- package/styles/datepicker/_bootstrap4-definition.scss +0 -101
- package/styles/datepicker/_bootstrap5-dark-definition.scss +0 -1
- package/styles/datepicker/_bootstrap5-definition.scss +0 -107
- package/styles/datepicker/_fabric-dark-definition.scss +0 -98
- package/styles/datepicker/_fabric-definition.scss +0 -95
- package/styles/datepicker/_fluent-dark-definition.scss +0 -1
- package/styles/datepicker/_fluent-definition.scss +0 -107
- package/styles/datepicker/_fusionnew-definition.scss +0 -107
- package/styles/datepicker/_highcontrast-definition.scss +0 -96
- package/styles/datepicker/_highcontrast-light-definition.scss +0 -99
- package/styles/datepicker/_layout.scss +0 -409
- package/styles/datepicker/_material-dark-definition.scss +0 -103
- package/styles/datepicker/_material-definition.scss +0 -100
- package/styles/datepicker/_material3-dark-definition.scss +0 -1
- package/styles/datepicker/_material3-definition.scss +0 -116
- package/styles/datepicker/_tailwind-dark-definition.scss +0 -1
- package/styles/datepicker/_tailwind-definition.scss +0 -105
- package/styles/datepicker/_theme.scss +0 -53
- package/styles/datepicker/icons/_bootstrap-dark.scss +0 -73
- package/styles/datepicker/icons/_bootstrap.scss +0 -72
- package/styles/datepicker/icons/_bootstrap4.scss +0 -76
- package/styles/datepicker/icons/_bootstrap5-dark.scss +0 -1
- package/styles/datepicker/icons/_bootstrap5.scss +0 -76
- package/styles/datepicker/icons/_fabric-dark.scss +0 -65
- package/styles/datepicker/icons/_fabric.scss +0 -65
- package/styles/datepicker/icons/_fluent-dark.scss +0 -1
- package/styles/datepicker/icons/_fluent.scss +0 -76
- package/styles/datepicker/icons/_fusionnew.scss +0 -76
- package/styles/datepicker/icons/_highcontrast-light.scss +0 -72
- package/styles/datepicker/icons/_highcontrast.scss +0 -72
- package/styles/datepicker/icons/_material-dark.scss +0 -99
- package/styles/datepicker/icons/_material.scss +0 -99
- package/styles/datepicker/icons/_material3-dark.scss +0 -1
- package/styles/datepicker/icons/_material3.scss +0 -79
- package/styles/datepicker/icons/_tailwind-dark.scss +0 -1
- package/styles/datepicker/icons/_tailwind.scss +0 -76
- package/styles/daterangepicker/_all.scss +0 -2
- package/styles/daterangepicker/_bootstrap-dark-definition.scss +0 -258
- package/styles/daterangepicker/_bootstrap-definition.scss +0 -258
- package/styles/daterangepicker/_bootstrap4-definition.scss +0 -268
- package/styles/daterangepicker/_bootstrap5-dark-definition.scss +0 -1
- package/styles/daterangepicker/_bootstrap5-definition.scss +0 -296
- package/styles/daterangepicker/_fabric-dark-definition.scss +0 -261
- package/styles/daterangepicker/_fabric-definition.scss +0 -258
- package/styles/daterangepicker/_fluent-dark-definition.scss +0 -1
- package/styles/daterangepicker/_fluent-definition.scss +0 -305
- package/styles/daterangepicker/_fusionnew-definition.scss +0 -295
- package/styles/daterangepicker/_highcontrast-definition.scss +0 -258
- package/styles/daterangepicker/_highcontrast-light-definition.scss +0 -261
- package/styles/daterangepicker/_layout.scss +0 -1002
- package/styles/daterangepicker/_material-dark-definition.scss +0 -266
- package/styles/daterangepicker/_material-definition.scss +0 -266
- package/styles/daterangepicker/_material3-dark-definition.scss +0 -1
- package/styles/daterangepicker/_material3-definition.scss +0 -278
- package/styles/daterangepicker/_tailwind-dark-definition.scss +0 -1
- package/styles/daterangepicker/_tailwind-definition.scss +0 -287
- package/styles/daterangepicker/_theme.scss +0 -455
- package/styles/daterangepicker/icons/_bootstrap-dark.scss +0 -85
- package/styles/daterangepicker/icons/_bootstrap.scss +0 -85
- package/styles/daterangepicker/icons/_bootstrap4.scss +0 -94
- package/styles/daterangepicker/icons/_bootstrap5-dark.scss +0 -1
- package/styles/daterangepicker/icons/_bootstrap5.scss +0 -92
- package/styles/daterangepicker/icons/_fabric-dark.scss +0 -85
- package/styles/daterangepicker/icons/_fabric.scss +0 -85
- package/styles/daterangepicker/icons/_fluent-dark.scss +0 -1
- package/styles/daterangepicker/icons/_fluent.scss +0 -92
- package/styles/daterangepicker/icons/_fusionnew.scss +0 -92
- package/styles/daterangepicker/icons/_highcontrast-light.scss +0 -85
- package/styles/daterangepicker/icons/_highcontrast.scss +0 -85
- package/styles/daterangepicker/icons/_material-dark.scss +0 -119
- package/styles/daterangepicker/icons/_material.scss +0 -119
- package/styles/daterangepicker/icons/_material3-dark.scss +0 -1
- package/styles/daterangepicker/icons/_material3.scss +0 -129
- package/styles/daterangepicker/icons/_tailwind-dark.scss +0 -1
- package/styles/daterangepicker/icons/_tailwind.scss +0 -92
- package/styles/datetimepicker/_all.scss +0 -2
- package/styles/datetimepicker/_bootstrap-dark-definition.scss +0 -60
- package/styles/datetimepicker/_bootstrap-definition.scss +0 -59
- package/styles/datetimepicker/_bootstrap4-definition.scss +0 -65
- package/styles/datetimepicker/_bootstrap5-dark-definition.scss +0 -1
- package/styles/datetimepicker/_bootstrap5-definition.scss +0 -65
- package/styles/datetimepicker/_fabric-dark-definition.scss +0 -60
- package/styles/datetimepicker/_fabric-definition.scss +0 -57
- package/styles/datetimepicker/_fluent-dark-definition.scss +0 -1
- package/styles/datetimepicker/_fluent-definition.scss +0 -65
- package/styles/datetimepicker/_fusionnew-definition.scss +0 -65
- package/styles/datetimepicker/_highcontrast-definition.scss +0 -57
- package/styles/datetimepicker/_highcontrast-light-definition.scss +0 -60
- package/styles/datetimepicker/_layout.scss +0 -238
- package/styles/datetimepicker/_material-dark-definition.scss +0 -64
- package/styles/datetimepicker/_material-definition.scss +0 -62
- package/styles/datetimepicker/_material3-dark-definition.scss +0 -1
- package/styles/datetimepicker/_material3-definition.scss +0 -71
- package/styles/datetimepicker/_tailwind-dark-definition.scss +0 -1
- package/styles/datetimepicker/_tailwind-definition.scss +0 -65
- 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-dark.scss +0 -1
- 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 -80
- package/styles/timepicker/_bootstrap-definition.scss +0 -77
- package/styles/timepicker/_bootstrap4-definition.scss +0 -85
- package/styles/timepicker/_bootstrap5-dark-definition.scss +0 -1
- package/styles/timepicker/_bootstrap5-definition.scss +0 -86
- package/styles/timepicker/_fabric-dark-definition.scss +0 -80
- package/styles/timepicker/_fabric-definition.scss +0 -77
- package/styles/timepicker/_fluent-dark-definition.scss +0 -1
- package/styles/timepicker/_fluent-definition.scss +0 -86
- package/styles/timepicker/_fusionnew-definition.scss +0 -86
- package/styles/timepicker/_highcontrast-definition.scss +0 -77
- package/styles/timepicker/_highcontrast-light-definition.scss +0 -80
- package/styles/timepicker/_layout.scss +0 -287
- package/styles/timepicker/_material-dark-definition.scss +0 -84
- package/styles/timepicker/_material-definition.scss +0 -81
- package/styles/timepicker/_material3-dark-definition.scss +0 -1
- package/styles/timepicker/_material3-definition.scss +0 -99
- package/styles/timepicker/_tailwind-dark-definition.scss +0 -1
- package/styles/timepicker/_tailwind-definition.scss +0 -84
- package/styles/timepicker/_theme.scss +0 -113
- package/styles/timepicker/icons/_bootstrap-dark.scss +0 -23
- package/styles/timepicker/icons/_bootstrap.scss +0 -24
- package/styles/timepicker/icons/_bootstrap4.scss +0 -24
- package/styles/timepicker/icons/_bootstrap5-dark.scss +0 -1
- package/styles/timepicker/icons/_bootstrap5.scss +0 -24
- package/styles/timepicker/icons/_fabric-dark.scss +0 -24
- package/styles/timepicker/icons/_fabric.scss +0 -24
- package/styles/timepicker/icons/_fluent-dark.scss +0 -1
- package/styles/timepicker/icons/_fluent.scss +0 -24
- package/styles/timepicker/icons/_fusionnew.scss +0 -24
- package/styles/timepicker/icons/_highcontrast-light.scss +0 -24
- package/styles/timepicker/icons/_highcontrast.scss +0 -24
- package/styles/timepicker/icons/_material-dark.scss +0 -52
- package/styles/timepicker/icons/_material.scss +0 -54
- package/styles/timepicker/icons/_material3-dark.scss +0 -1
- package/styles/timepicker/icons/_material3.scss +0 -24
- package/styles/timepicker/icons/_tailwind-dark.scss +0 -1
- package/styles/timepicker/icons/_tailwind.scss +0 -24
- package/syncfusion-ej2-angular-calendars.d.ts +0 -5
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");
|
|
2
1
|
/* stylelint-disable property-no-vendor-prefix */
|
|
3
2
|
@keyframes e-input-ripple {
|
|
4
3
|
100% {
|
|
@@ -193,6 +192,11 @@
|
|
|
193
192
|
min-height: 40px;
|
|
194
193
|
}
|
|
195
194
|
|
|
195
|
+
@media screen and (orientation: landscape) {
|
|
196
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-content.e-month td.e-today span.e-day {
|
|
197
|
+
line-height: 64px;
|
|
198
|
+
}
|
|
199
|
+
}
|
|
196
200
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand {
|
|
197
201
|
border-radius: 0;
|
|
198
202
|
}
|
|
@@ -202,9 +206,15 @@
|
|
|
202
206
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device .e-popup-close {
|
|
203
207
|
float: right;
|
|
204
208
|
}
|
|
209
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device {
|
|
210
|
+
height: 15vh;
|
|
211
|
+
}
|
|
212
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device .e-popup-close {
|
|
213
|
+
float: right;
|
|
214
|
+
}
|
|
205
215
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
206
216
|
height: 20vh;
|
|
207
|
-
padding: 2vh
|
|
217
|
+
padding: 2vh 6vw;
|
|
208
218
|
}
|
|
209
219
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-day-wrapper {
|
|
210
220
|
margin: 12vh 0 0 0;
|
|
@@ -213,20 +223,26 @@
|
|
|
213
223
|
color: inherit;
|
|
214
224
|
float: left;
|
|
215
225
|
font-size: 18px;
|
|
216
|
-
padding: 2px;
|
|
217
226
|
}
|
|
218
227
|
@media (min-device-width: 768px) {
|
|
219
228
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
220
|
-
font-size:
|
|
229
|
+
font-size: 18px;
|
|
221
230
|
}
|
|
222
231
|
}
|
|
232
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-btn.e-flat.e-popup-close {
|
|
233
|
+
background: transparent;
|
|
234
|
+
border-color: transparent;
|
|
235
|
+
box-shadow: none;
|
|
236
|
+
font-weight: 400;
|
|
237
|
+
padding: 0;
|
|
238
|
+
}
|
|
223
239
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-today.e-flat.e-primary {
|
|
224
240
|
color: inherit;
|
|
225
241
|
float: right;
|
|
226
242
|
}
|
|
227
243
|
@media (min-device-width: 768px) {
|
|
228
244
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-today.e-flat.e-primary {
|
|
229
|
-
font-size:
|
|
245
|
+
font-size: 18px;
|
|
230
246
|
}
|
|
231
247
|
}
|
|
232
248
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-day {
|
|
@@ -256,29 +272,47 @@
|
|
|
256
272
|
}
|
|
257
273
|
@media (min-device-width: 768px) {
|
|
258
274
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-title, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-title, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-title {
|
|
259
|
-
font-size:
|
|
275
|
+
font-size: 18px;
|
|
260
276
|
}
|
|
261
277
|
}
|
|
262
278
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-prev, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-prev, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-prev {
|
|
263
279
|
margin-right: 0;
|
|
280
|
+
vertical-align: inherit;
|
|
281
|
+
height: 35px;
|
|
282
|
+
width: 35px;
|
|
264
283
|
}
|
|
265
284
|
@media (min-device-width: 768px) {
|
|
266
285
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-prev, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-prev, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-prev {
|
|
267
|
-
height:
|
|
268
|
-
width:
|
|
286
|
+
height: 55px;
|
|
287
|
+
width: 55px;
|
|
269
288
|
}
|
|
270
289
|
}
|
|
290
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-prev .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-prev .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-prev .e-icons {
|
|
291
|
+
vertical-align: inherit;
|
|
292
|
+
}
|
|
271
293
|
@media (min-device-width: 768px) {
|
|
272
294
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-prev .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-prev .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-prev .e-icons {
|
|
273
|
-
font-size:
|
|
295
|
+
font-size: 18px;
|
|
274
296
|
}
|
|
275
297
|
}
|
|
276
298
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-next, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-next, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-next {
|
|
277
299
|
margin-right: 0;
|
|
300
|
+
vertical-align: inherit;
|
|
301
|
+
height: 35px;
|
|
302
|
+
width: 35px;
|
|
303
|
+
}
|
|
304
|
+
@media (min-device-width: 768px) {
|
|
305
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-next, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-next, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-next {
|
|
306
|
+
height: 55px;
|
|
307
|
+
width: 55px;
|
|
308
|
+
}
|
|
309
|
+
}
|
|
310
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-next .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-next .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-next .e-icons {
|
|
311
|
+
vertical-align: inherit;
|
|
278
312
|
}
|
|
279
313
|
@media (min-device-width: 768px) {
|
|
280
314
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-next .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-next .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-next .e-icons {
|
|
281
|
-
font-size:
|
|
315
|
+
font-size: 18px;
|
|
282
316
|
}
|
|
283
317
|
}
|
|
284
318
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-icon-container, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-icon-container, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-icon-container {
|
|
@@ -286,28 +320,24 @@
|
|
|
286
320
|
}
|
|
287
321
|
@media (min-device-width: 768px) {
|
|
288
322
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar th {
|
|
289
|
-
font-size:
|
|
323
|
+
font-size: 18px;
|
|
290
324
|
height: 48px;
|
|
291
325
|
}
|
|
292
326
|
}
|
|
293
327
|
@media (min-device-width: 768px) {
|
|
294
328
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-content span.e-day {
|
|
295
|
-
font-size:
|
|
329
|
+
font-size: 18px;
|
|
296
330
|
height: 64px;
|
|
297
331
|
width: 64px;
|
|
298
332
|
line-height: 64px;
|
|
299
333
|
}
|
|
300
334
|
}
|
|
301
335
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
|
|
302
|
-
height:
|
|
336
|
+
height: 79vh;
|
|
303
337
|
}
|
|
304
338
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
|
|
305
339
|
display: none;
|
|
306
340
|
}
|
|
307
|
-
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-footer-container {
|
|
308
|
-
display: block;
|
|
309
|
-
padding: 5px 0;
|
|
310
|
-
}
|
|
311
341
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
|
|
312
342
|
height: 69vh;
|
|
313
343
|
}
|
|
@@ -366,7 +396,6 @@
|
|
|
366
396
|
@media screen and (orientation: landscape) {
|
|
367
397
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
368
398
|
float: left;
|
|
369
|
-
padding: 2px;
|
|
370
399
|
}
|
|
371
400
|
}
|
|
372
401
|
@media screen and (orientation: landscape) {
|
|
@@ -386,7 +415,7 @@
|
|
|
386
415
|
}
|
|
387
416
|
@media screen and (orientation: landscape) and (max-height: 600px) {
|
|
388
417
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-title, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-title, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-title {
|
|
389
|
-
line-height:
|
|
418
|
+
line-height: 12vh;
|
|
390
419
|
}
|
|
391
420
|
}
|
|
392
421
|
@media screen and (orientation: landscape) and (min-height: 600px) {
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-inputs/styles/input/material-definition.scss';
|
|
3
|
-
@import 'ej2-popups/styles/popup/material-definition.scss';
|
|
4
|
-
@import '../calendar/material-definition.scss';
|
|
5
|
-
@import 'material-definition.scss';
|
|
6
|
-
@import 'icons/material.scss';
|
|
7
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-calendars/styles/datepicker/material.scss';
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
|
|
2
1
|
:root {
|
|
3
2
|
--color-sf-black: 0, 0, 0;
|
|
4
3
|
--color-sf-white: 255, 255, 255;
|
|
@@ -230,6 +229,11 @@
|
|
|
230
229
|
min-height: 40px;
|
|
231
230
|
}
|
|
232
231
|
|
|
232
|
+
@media screen and (orientation: landscape) {
|
|
233
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-content.e-month td.e-today span.e-day {
|
|
234
|
+
line-height: 64px;
|
|
235
|
+
}
|
|
236
|
+
}
|
|
233
237
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand {
|
|
234
238
|
border-radius: 0;
|
|
235
239
|
}
|
|
@@ -239,9 +243,15 @@
|
|
|
239
243
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device .e-popup-close {
|
|
240
244
|
float: right;
|
|
241
245
|
}
|
|
246
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device {
|
|
247
|
+
height: 15vh;
|
|
248
|
+
}
|
|
249
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device .e-popup-close {
|
|
250
|
+
float: right;
|
|
251
|
+
}
|
|
242
252
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
243
253
|
height: 20vh;
|
|
244
|
-
padding: 2vh
|
|
254
|
+
padding: 2vh 6vw;
|
|
245
255
|
}
|
|
246
256
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-day-wrapper {
|
|
247
257
|
margin: 12vh 0 0 0;
|
|
@@ -250,20 +260,26 @@
|
|
|
250
260
|
color: inherit;
|
|
251
261
|
float: left;
|
|
252
262
|
font-size: 20px;
|
|
253
|
-
padding: 2px;
|
|
254
263
|
}
|
|
255
264
|
@media (min-device-width: 768px) {
|
|
256
265
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
257
|
-
font-size:
|
|
266
|
+
font-size: 18px;
|
|
258
267
|
}
|
|
259
268
|
}
|
|
269
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-btn.e-flat.e-popup-close {
|
|
270
|
+
background: transparent;
|
|
271
|
+
border-color: transparent;
|
|
272
|
+
box-shadow: none;
|
|
273
|
+
font-weight: 400;
|
|
274
|
+
padding: 0;
|
|
275
|
+
}
|
|
260
276
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-today.e-flat.e-primary {
|
|
261
277
|
color: inherit;
|
|
262
278
|
float: right;
|
|
263
279
|
}
|
|
264
280
|
@media (min-device-width: 768px) {
|
|
265
281
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-today.e-flat.e-primary {
|
|
266
|
-
font-size:
|
|
282
|
+
font-size: 18px;
|
|
267
283
|
}
|
|
268
284
|
}
|
|
269
285
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-day {
|
|
@@ -293,29 +309,47 @@
|
|
|
293
309
|
}
|
|
294
310
|
@media (min-device-width: 768px) {
|
|
295
311
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-title, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-title, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-title {
|
|
296
|
-
font-size:
|
|
312
|
+
font-size: 18px;
|
|
297
313
|
}
|
|
298
314
|
}
|
|
299
315
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-prev, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-prev, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-prev {
|
|
300
316
|
margin-right: 18px;
|
|
317
|
+
vertical-align: inherit;
|
|
318
|
+
height: 35px;
|
|
319
|
+
width: 35px;
|
|
301
320
|
}
|
|
302
321
|
@media (min-device-width: 768px) {
|
|
303
322
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-prev, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-prev, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-prev {
|
|
304
|
-
height:
|
|
305
|
-
width:
|
|
323
|
+
height: 55px;
|
|
324
|
+
width: 55px;
|
|
306
325
|
}
|
|
307
326
|
}
|
|
327
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-prev .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-prev .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-prev .e-icons {
|
|
328
|
+
vertical-align: inherit;
|
|
329
|
+
}
|
|
308
330
|
@media (min-device-width: 768px) {
|
|
309
331
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-prev .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-prev .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-prev .e-icons {
|
|
310
|
-
font-size:
|
|
332
|
+
font-size: 18px;
|
|
311
333
|
}
|
|
312
334
|
}
|
|
313
335
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-next, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-next, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-next {
|
|
314
336
|
margin-right: 0;
|
|
337
|
+
vertical-align: inherit;
|
|
338
|
+
height: 35px;
|
|
339
|
+
width: 35px;
|
|
340
|
+
}
|
|
341
|
+
@media (min-device-width: 768px) {
|
|
342
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-next, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-next, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-next {
|
|
343
|
+
height: 55px;
|
|
344
|
+
width: 55px;
|
|
345
|
+
}
|
|
346
|
+
}
|
|
347
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-next .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-next .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-next .e-icons {
|
|
348
|
+
vertical-align: inherit;
|
|
315
349
|
}
|
|
316
350
|
@media (min-device-width: 768px) {
|
|
317
351
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-next .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-next .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-next .e-icons {
|
|
318
|
-
font-size:
|
|
352
|
+
font-size: 18px;
|
|
319
353
|
}
|
|
320
354
|
}
|
|
321
355
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-icon-container, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-icon-container, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-icon-container {
|
|
@@ -323,28 +357,24 @@
|
|
|
323
357
|
}
|
|
324
358
|
@media (min-device-width: 768px) {
|
|
325
359
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar th {
|
|
326
|
-
font-size:
|
|
360
|
+
font-size: 18px;
|
|
327
361
|
height: 48px;
|
|
328
362
|
}
|
|
329
363
|
}
|
|
330
364
|
@media (min-device-width: 768px) {
|
|
331
365
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-content span.e-day {
|
|
332
|
-
font-size:
|
|
366
|
+
font-size: 18px;
|
|
333
367
|
height: 64px;
|
|
334
368
|
width: 64px;
|
|
335
369
|
line-height: 64px;
|
|
336
370
|
}
|
|
337
371
|
}
|
|
338
372
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
|
|
339
|
-
height:
|
|
373
|
+
height: 79vh;
|
|
340
374
|
}
|
|
341
375
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
|
|
342
376
|
display: none;
|
|
343
377
|
}
|
|
344
|
-
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-footer-container {
|
|
345
|
-
display: block;
|
|
346
|
-
padding: 5px 0;
|
|
347
|
-
}
|
|
348
378
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
|
|
349
379
|
height: 69vh;
|
|
350
380
|
}
|
|
@@ -403,7 +433,6 @@
|
|
|
403
433
|
@media screen and (orientation: landscape) {
|
|
404
434
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
405
435
|
float: left;
|
|
406
|
-
padding: 2px;
|
|
407
436
|
}
|
|
408
437
|
}
|
|
409
438
|
@media screen and (orientation: landscape) {
|
|
@@ -423,7 +452,7 @@
|
|
|
423
452
|
}
|
|
424
453
|
@media screen and (orientation: landscape) and (max-height: 600px) {
|
|
425
454
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-title, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-title, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-title {
|
|
426
|
-
line-height:
|
|
455
|
+
line-height: 12vh;
|
|
427
456
|
}
|
|
428
457
|
}
|
|
429
458
|
@media screen and (orientation: landscape) and (min-height: 600px) {
|
|
@@ -1,8 +1,2 @@
|
|
|
1
|
-
@import 'ej2-base/styles/material3-dark-definition.scss';
|
|
2
1
|
|
|
3
|
-
@import 'ej2-
|
|
4
|
-
@import 'ej2-popups/styles/popup/material3-dark-definition.scss';
|
|
5
|
-
@import '../calendar/material3-dark-definition.scss';
|
|
6
|
-
@import 'material3-dark-definition.scss';
|
|
7
|
-
@import 'icons/material3-dark.scss';
|
|
8
|
-
@import 'all.scss';
|
|
2
|
+
@import 'ej2-calendars/styles/datepicker/material3-dark.scss';
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
|
|
2
1
|
:root {
|
|
3
2
|
--color-sf-black: 0, 0, 0;
|
|
4
3
|
--color-sf-white: 255, 255, 255;
|
|
@@ -286,6 +285,11 @@
|
|
|
286
285
|
min-height: 40px;
|
|
287
286
|
}
|
|
288
287
|
|
|
288
|
+
@media screen and (orientation: landscape) {
|
|
289
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-content.e-month td.e-today span.e-day {
|
|
290
|
+
line-height: 64px;
|
|
291
|
+
}
|
|
292
|
+
}
|
|
289
293
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand {
|
|
290
294
|
border-radius: 0;
|
|
291
295
|
}
|
|
@@ -295,9 +299,15 @@
|
|
|
295
299
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device .e-popup-close {
|
|
296
300
|
float: right;
|
|
297
301
|
}
|
|
302
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device {
|
|
303
|
+
height: 15vh;
|
|
304
|
+
}
|
|
305
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device .e-popup-close {
|
|
306
|
+
float: right;
|
|
307
|
+
}
|
|
298
308
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
299
309
|
height: 20vh;
|
|
300
|
-
padding: 2vh
|
|
310
|
+
padding: 2vh 6vw;
|
|
301
311
|
}
|
|
302
312
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-day-wrapper {
|
|
303
313
|
margin: 12vh 0 0 0;
|
|
@@ -306,20 +316,26 @@
|
|
|
306
316
|
color: inherit;
|
|
307
317
|
float: left;
|
|
308
318
|
font-size: 20px;
|
|
309
|
-
padding: 2px;
|
|
310
319
|
}
|
|
311
320
|
@media (min-device-width: 768px) {
|
|
312
321
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
313
|
-
font-size:
|
|
322
|
+
font-size: 18px;
|
|
314
323
|
}
|
|
315
324
|
}
|
|
325
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-btn.e-flat.e-popup-close {
|
|
326
|
+
background: transparent;
|
|
327
|
+
border-color: transparent;
|
|
328
|
+
box-shadow: none;
|
|
329
|
+
font-weight: 400;
|
|
330
|
+
padding: 0;
|
|
331
|
+
}
|
|
316
332
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-today.e-flat.e-primary {
|
|
317
333
|
color: inherit;
|
|
318
334
|
float: right;
|
|
319
335
|
}
|
|
320
336
|
@media (min-device-width: 768px) {
|
|
321
337
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-today.e-flat.e-primary {
|
|
322
|
-
font-size:
|
|
338
|
+
font-size: 18px;
|
|
323
339
|
}
|
|
324
340
|
}
|
|
325
341
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-day {
|
|
@@ -349,29 +365,47 @@
|
|
|
349
365
|
}
|
|
350
366
|
@media (min-device-width: 768px) {
|
|
351
367
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-title, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-title, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-title {
|
|
352
|
-
font-size:
|
|
368
|
+
font-size: 18px;
|
|
353
369
|
}
|
|
354
370
|
}
|
|
355
371
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-prev, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-prev, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-prev {
|
|
356
372
|
margin-right: 18px;
|
|
373
|
+
vertical-align: inherit;
|
|
374
|
+
height: 35px;
|
|
375
|
+
width: 35px;
|
|
357
376
|
}
|
|
358
377
|
@media (min-device-width: 768px) {
|
|
359
378
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-prev, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-prev, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-prev {
|
|
360
|
-
height:
|
|
361
|
-
width:
|
|
379
|
+
height: 55px;
|
|
380
|
+
width: 55px;
|
|
362
381
|
}
|
|
363
382
|
}
|
|
383
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-prev .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-prev .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-prev .e-icons {
|
|
384
|
+
vertical-align: inherit;
|
|
385
|
+
}
|
|
364
386
|
@media (min-device-width: 768px) {
|
|
365
387
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-prev .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-prev .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-prev .e-icons {
|
|
366
|
-
font-size:
|
|
388
|
+
font-size: 18px;
|
|
367
389
|
}
|
|
368
390
|
}
|
|
369
391
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-next, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-next, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-next {
|
|
370
392
|
margin-right: 0;
|
|
393
|
+
vertical-align: inherit;
|
|
394
|
+
height: 35px;
|
|
395
|
+
width: 35px;
|
|
396
|
+
}
|
|
397
|
+
@media (min-device-width: 768px) {
|
|
398
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-next, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-next, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-next {
|
|
399
|
+
height: 55px;
|
|
400
|
+
width: 55px;
|
|
401
|
+
}
|
|
402
|
+
}
|
|
403
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-next .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-next .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-next .e-icons {
|
|
404
|
+
vertical-align: inherit;
|
|
371
405
|
}
|
|
372
406
|
@media (min-device-width: 768px) {
|
|
373
407
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-next .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-next .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-next .e-icons {
|
|
374
|
-
font-size:
|
|
408
|
+
font-size: 18px;
|
|
375
409
|
}
|
|
376
410
|
}
|
|
377
411
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-icon-container, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-icon-container, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-icon-container {
|
|
@@ -379,28 +413,24 @@
|
|
|
379
413
|
}
|
|
380
414
|
@media (min-device-width: 768px) {
|
|
381
415
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar th {
|
|
382
|
-
font-size:
|
|
416
|
+
font-size: 18px;
|
|
383
417
|
height: 48px;
|
|
384
418
|
}
|
|
385
419
|
}
|
|
386
420
|
@media (min-device-width: 768px) {
|
|
387
421
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-content span.e-day {
|
|
388
|
-
font-size:
|
|
422
|
+
font-size: 18px;
|
|
389
423
|
height: 64px;
|
|
390
424
|
width: 64px;
|
|
391
425
|
line-height: 64px;
|
|
392
426
|
}
|
|
393
427
|
}
|
|
394
428
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
|
|
395
|
-
height:
|
|
429
|
+
height: 79vh;
|
|
396
430
|
}
|
|
397
431
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
|
|
398
432
|
display: none;
|
|
399
433
|
}
|
|
400
|
-
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-footer-container {
|
|
401
|
-
display: block;
|
|
402
|
-
padding: 5px 0;
|
|
403
|
-
}
|
|
404
434
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
|
|
405
435
|
height: 69vh;
|
|
406
436
|
}
|
|
@@ -459,7 +489,6 @@
|
|
|
459
489
|
@media screen and (orientation: landscape) {
|
|
460
490
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
461
491
|
float: left;
|
|
462
|
-
padding: 2px;
|
|
463
492
|
}
|
|
464
493
|
}
|
|
465
494
|
@media screen and (orientation: landscape) {
|
|
@@ -479,7 +508,7 @@
|
|
|
479
508
|
}
|
|
480
509
|
@media screen and (orientation: landscape) and (max-height: 600px) {
|
|
481
510
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-title, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-title, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-title {
|
|
482
|
-
line-height:
|
|
511
|
+
line-height: 12vh;
|
|
483
512
|
}
|
|
484
513
|
}
|
|
485
514
|
@media screen and (orientation: landscape) and (min-height: 600px) {
|
|
@@ -1,8 +1,2 @@
|
|
|
1
|
-
@import 'ej2-base/styles/material3-definition.scss';
|
|
2
1
|
|
|
3
|
-
@import 'ej2-
|
|
4
|
-
@import 'ej2-popups/styles/popup/material3-definition.scss';
|
|
5
|
-
@import '../calendar/material3-definition.scss';
|
|
6
|
-
@import 'material3-definition.scss';
|
|
7
|
-
@import 'icons/material3.scss';
|
|
8
|
-
@import 'all.scss';
|
|
2
|
+
@import 'ej2-calendars/styles/datepicker/material3.scss';
|