@syncfusion/ej2-angular-calendars 20.4.54 → 21.1.35-ngcc
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/@syncfusion/ej2-angular-calendars.es5.js +1028 -0
- package/@syncfusion/ej2-angular-calendars.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-calendars.js +961 -0
- package/@syncfusion/ej2-angular-calendars.js.map +1 -0
- package/CHANGELOG.md +1334 -0
- package/README.md +94 -83
- package/dist/ej2-angular-calendars.umd.js +1073 -0
- package/dist/ej2-angular-calendars.umd.js.map +1 -0
- package/dist/ej2-angular-calendars.umd.min.js +11 -0
- package/dist/ej2-angular-calendars.umd.min.js.map +1 -0
- package/ej2-angular-calendars.d.ts +9 -0
- package/ej2-angular-calendars.metadata.json +1 -0
- package/package.json +15 -29
- package/postinstall/tagchange.js +18 -0
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/src/calendar/calendar-all.module.d.ts +0 -6
- package/src/calendar/calendar.component.d.ts +0 -3
- package/src/calendar/calendar.module.d.ts +0 -6
- package/src/datepicker/datepicker-all.module.d.ts +0 -6
- package/src/datepicker/datepicker.component.d.ts +0 -3
- package/src/datepicker/datepicker.module.d.ts +0 -6
- package/src/daterangepicker/daterangepicker-all.module.d.ts +0 -6
- package/src/daterangepicker/daterangepicker.component.d.ts +0 -3
- package/src/daterangepicker/daterangepicker.module.d.ts +0 -7
- package/src/daterangepicker/presets.directive.d.ts +0 -5
- package/src/datetimepicker/datetimepicker-all.module.d.ts +0 -6
- package/src/datetimepicker/datetimepicker.component.d.ts +0 -3
- package/src/datetimepicker/datetimepicker.module.d.ts +0 -6
- package/src/timepicker/timepicker-all.module.d.ts +0 -6
- package/src/timepicker/timepicker.component.d.ts +0 -3
- package/src/timepicker/timepicker.module.d.ts +0 -6
- package/styles/bootstrap-dark.css +13 -12
- package/styles/bootstrap.css +13 -7
- package/styles/bootstrap4.css +7 -5
- package/styles/bootstrap5-dark.css +21 -19
- package/styles/bootstrap5.css +19 -17
- package/styles/calendar/bootstrap-dark.css +4 -3
- package/styles/calendar/bootstrap-dark.scss +1 -5
- package/styles/calendar/bootstrap.css +3 -2
- 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 +14 -13
- package/styles/calendar/bootstrap5-dark.scss +1 -5
- package/styles/calendar/bootstrap5.css +13 -12
- package/styles/calendar/bootstrap5.scss +1 -5
- package/styles/calendar/fabric-dark.css +15 -5
- package/styles/calendar/fabric-dark.scss +1 -5
- package/styles/calendar/fabric.css +12 -2
- package/styles/calendar/fabric.scss +1 -5
- package/styles/calendar/fluent-dark.css +51 -28
- package/styles/calendar/fluent-dark.scss +1 -5
- package/styles/calendar/fluent.css +51 -28
- package/styles/calendar/fluent.scss +1 -5
- package/styles/calendar/highcontrast-light.css +3 -2
- package/styles/calendar/highcontrast-light.scss +1 -5
- package/styles/calendar/highcontrast.css +14 -4
- package/styles/calendar/highcontrast.scss +1 -5
- package/styles/calendar/material-dark.css +14 -4
- package/styles/calendar/material-dark.scss +1 -5
- package/styles/calendar/material.css +12 -2
- package/styles/calendar/material.scss +1 -5
- package/styles/calendar/tailwind-dark.css +11 -10
- package/styles/calendar/tailwind-dark.scss +1 -5
- package/styles/calendar/tailwind.css +11 -10
- package/styles/calendar/tailwind.scss +1 -5
- package/styles/datepicker/bootstrap-dark.css +1 -1
- package/styles/datepicker/bootstrap-dark.scss +1 -7
- package/styles/datepicker/bootstrap.css +1 -1
- package/styles/datepicker/bootstrap.scss +1 -7
- package/styles/datepicker/bootstrap4.scss +1 -7
- package/styles/datepicker/bootstrap5-dark.css +2 -2
- package/styles/datepicker/bootstrap5-dark.scss +1 -7
- package/styles/datepicker/bootstrap5.css +2 -2
- package/styles/datepicker/bootstrap5.scss +1 -7
- package/styles/datepicker/fabric-dark.css +1 -1
- package/styles/datepicker/fabric-dark.scss +1 -7
- package/styles/datepicker/fabric.css +1 -1
- package/styles/datepicker/fabric.scss +1 -7
- package/styles/datepicker/fluent-dark.css +2 -2
- package/styles/datepicker/fluent-dark.scss +1 -7
- package/styles/datepicker/fluent.css +2 -2
- package/styles/datepicker/fluent.scss +1 -7
- package/styles/datepicker/highcontrast-light.css +1 -1
- package/styles/datepicker/highcontrast-light.scss +1 -7
- package/styles/datepicker/highcontrast.css +1 -1
- package/styles/datepicker/highcontrast.scss +1 -7
- package/styles/datepicker/material-dark.css +1 -1
- package/styles/datepicker/material-dark.scss +1 -7
- package/styles/datepicker/material.css +1 -1
- package/styles/datepicker/material.scss +1 -7
- package/styles/datepicker/tailwind-dark.css +2 -2
- package/styles/datepicker/tailwind-dark.scss +1 -7
- package/styles/datepicker/tailwind.css +2 -2
- package/styles/datepicker/tailwind.scss +1 -7
- package/styles/daterangepicker/bootstrap-dark.css +6 -6
- package/styles/daterangepicker/bootstrap-dark.scss +1 -7
- package/styles/daterangepicker/bootstrap.css +7 -2
- package/styles/daterangepicker/bootstrap.scss +1 -7
- package/styles/daterangepicker/bootstrap4.css +3 -2
- package/styles/daterangepicker/bootstrap4.scss +1 -7
- package/styles/daterangepicker/bootstrap5-dark.css +5 -4
- package/styles/daterangepicker/bootstrap5-dark.scss +1 -7
- package/styles/daterangepicker/bootstrap5.css +4 -3
- package/styles/daterangepicker/bootstrap5.scss +1 -7
- package/styles/daterangepicker/fabric-dark.css +2 -2
- package/styles/daterangepicker/fabric-dark.scss +1 -7
- package/styles/daterangepicker/fabric.css +2 -2
- package/styles/daterangepicker/fabric.scss +1 -7
- package/styles/daterangepicker/fluent-dark.css +33 -9
- package/styles/daterangepicker/fluent-dark.scss +1 -7
- package/styles/daterangepicker/fluent.css +33 -9
- package/styles/daterangepicker/fluent.scss +1 -7
- package/styles/daterangepicker/highcontrast-light.css +2 -2
- package/styles/daterangepicker/highcontrast-light.scss +1 -7
- package/styles/daterangepicker/highcontrast.css +2 -2
- package/styles/daterangepicker/highcontrast.scss +1 -7
- package/styles/daterangepicker/material-dark.css +2 -2
- package/styles/daterangepicker/material-dark.scss +1 -7
- package/styles/daterangepicker/material.css +9 -3
- package/styles/daterangepicker/material.scss +1 -7
- package/styles/daterangepicker/tailwind-dark.css +2 -2
- package/styles/daterangepicker/tailwind-dark.scss +1 -7
- package/styles/daterangepicker/tailwind.css +2 -2
- package/styles/daterangepicker/tailwind.scss +1 -7
- package/styles/datetimepicker/bootstrap-dark.css +1 -1
- package/styles/datetimepicker/bootstrap-dark.scss +1 -8
- package/styles/datetimepicker/bootstrap.css +1 -1
- package/styles/datetimepicker/bootstrap.scss +1 -8
- package/styles/datetimepicker/bootstrap4.css +1 -1
- 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.css +1 -1
- package/styles/datetimepicker/fabric-dark.scss +1 -8
- package/styles/datetimepicker/fabric.css +1 -1
- 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.css +1 -1
- package/styles/datetimepicker/highcontrast-light.scss +1 -8
- package/styles/datetimepicker/highcontrast.css +1 -1
- package/styles/datetimepicker/highcontrast.scss +1 -8
- package/styles/datetimepicker/material-dark.css +1 -1
- package/styles/datetimepicker/material-dark.scss +1 -8
- package/styles/datetimepicker/material.css +1 -1
- package/styles/datetimepicker/material.scss +1 -8
- package/styles/datetimepicker/tailwind-dark.scss +1 -8
- package/styles/datetimepicker/tailwind.scss +1 -8
- package/styles/fabric-dark.css +20 -10
- package/styles/fabric.css +20 -8
- package/styles/fluent-dark.css +86 -39
- package/styles/fluent.css +86 -39
- package/styles/highcontrast-light.css +8 -7
- package/styles/highcontrast.css +19 -9
- package/styles/material-dark.css +19 -9
- package/styles/material.css +24 -8
- package/styles/tailwind-dark.css +15 -14
- package/styles/tailwind.css +15 -14
- package/styles/timepicker/bootstrap-dark.css +1 -1
- package/styles/timepicker/bootstrap-dark.scss +1 -6
- package/styles/timepicker/bootstrap.css +1 -1
- package/styles/timepicker/bootstrap.scss +1 -6
- package/styles/timepicker/bootstrap4.scss +1 -6
- package/styles/timepicker/bootstrap5-dark.scss +1 -6
- package/styles/timepicker/bootstrap5.scss +1 -6
- package/styles/timepicker/fabric-dark.css +1 -1
- package/styles/timepicker/fabric-dark.scss +1 -6
- package/styles/timepicker/fabric.css +1 -1
- package/styles/timepicker/fabric.scss +1 -6
- package/styles/timepicker/fluent-dark.scss +1 -6
- package/styles/timepicker/fluent.scss +1 -6
- package/styles/timepicker/highcontrast-light.css +1 -1
- package/styles/timepicker/highcontrast-light.scss +1 -6
- package/styles/timepicker/highcontrast.css +1 -1
- package/styles/timepicker/highcontrast.scss +1 -6
- package/styles/timepicker/material-dark.css +1 -1
- package/styles/timepicker/material-dark.scss +1 -6
- package/styles/timepicker/material.css +1 -1
- package/styles/timepicker/material.scss +1 -6
- package/styles/timepicker/tailwind-dark.scss +1 -6
- package/styles/timepicker/tailwind.scss +1 -6
- package/esm2020/public_api.mjs +0 -3
- package/esm2020/src/calendar/calendar-all.module.mjs +0 -29
- package/esm2020/src/calendar/calendar.component.mjs +0 -90
- package/esm2020/src/calendar/calendar.module.mjs +0 -25
- package/esm2020/src/datepicker/datepicker-all.module.mjs +0 -29
- package/esm2020/src/datepicker/datepicker.component.mjs +0 -98
- package/esm2020/src/datepicker/datepicker.module.mjs +0 -25
- package/esm2020/src/daterangepicker/daterangepicker-all.module.mjs +0 -23
- package/esm2020/src/daterangepicker/daterangepicker.component.mjs +0 -102
- package/esm2020/src/daterangepicker/daterangepicker.module.mjs +0 -34
- package/esm2020/src/daterangepicker/presets.directive.mjs +0 -58
- package/esm2020/src/datetimepicker/datetimepicker-all.module.mjs +0 -23
- package/esm2020/src/datetimepicker/datetimepicker.component.mjs +0 -98
- package/esm2020/src/datetimepicker/datetimepicker.module.mjs +0 -25
- package/esm2020/src/index.mjs +0 -18
- package/esm2020/src/timepicker/timepicker-all.module.mjs +0 -23
- package/esm2020/src/timepicker/timepicker.component.mjs +0 -91
- package/esm2020/src/timepicker/timepicker.module.mjs +0 -25
- package/esm2020/syncfusion-ej2-angular-calendars.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-calendars.mjs +0 -732
- package/fesm2015/syncfusion-ej2-angular-calendars.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-calendars.mjs +0 -732
- package/fesm2020/syncfusion-ej2-angular-calendars.mjs.map +0 -1
- package/styles/calendar/_all.scss +0 -2
- package/styles/calendar/_bootstrap-dark-definition.scss +0 -228
- package/styles/calendar/_bootstrap-definition.scss +0 -228
- package/styles/calendar/_bootstrap4-definition.scss +0 -228
- package/styles/calendar/_bootstrap5-dark-definition.scss +0 -1
- package/styles/calendar/_bootstrap5-definition.scss +0 -250
- package/styles/calendar/_fabric-dark-definition.scss +0 -190
- package/styles/calendar/_fabric-definition.scss +0 -188
- package/styles/calendar/_fluent-dark-definition.scss +0 -1
- package/styles/calendar/_fluent-definition.scss +0 -252
- package/styles/calendar/_fusionnew-definition.scss +0 -250
- package/styles/calendar/_highcontrast-definition.scss +0 -187
- package/styles/calendar/_highcontrast-light-definition.scss +0 -190
- package/styles/calendar/_layout.scss +0 -694
- package/styles/calendar/_material-dark-definition.scss +0 -192
- package/styles/calendar/_material-definition.scss +0 -187
- package/styles/calendar/_material3-definition.scss +0 -250
- package/styles/calendar/_tailwind-dark-definition.scss +0 -1
- package/styles/calendar/_tailwind-definition.scss +0 -262
- package/styles/calendar/_theme.scss +0 -472
- package/styles/calendar/icons/_bootstrap-dark.scss +0 -13
- package/styles/calendar/icons/_bootstrap.scss +0 -13
- package/styles/calendar/icons/_bootstrap4.scss +0 -13
- package/styles/calendar/icons/_bootstrap5-dark.scss +0 -1
- package/styles/calendar/icons/_bootstrap5.scss +0 -13
- package/styles/calendar/icons/_fabric-dark.scss +0 -13
- package/styles/calendar/icons/_fabric.scss +0 -13
- package/styles/calendar/icons/_fluent-dark.scss +0 -1
- package/styles/calendar/icons/_fluent.scss +0 -13
- package/styles/calendar/icons/_fusionnew.scss +0 -13
- package/styles/calendar/icons/_highcontrast-light.scss +0 -13
- package/styles/calendar/icons/_highcontrast.scss +0 -13
- package/styles/calendar/icons/_material-dark.scss +0 -13
- package/styles/calendar/icons/_material.scss +0 -13
- package/styles/calendar/icons/_material3.scss +0 -13
- package/styles/calendar/icons/_tailwind-dark.scss +0 -1
- package/styles/calendar/icons/_tailwind.scss +0 -13
- package/styles/datepicker/_all.scss +0 -2
- package/styles/datepicker/_bootstrap-dark-definition.scss +0 -37
- package/styles/datepicker/_bootstrap-definition.scss +0 -34
- package/styles/datepicker/_bootstrap4-definition.scss +0 -40
- package/styles/datepicker/_bootstrap5-dark-definition.scss +0 -1
- package/styles/datepicker/_bootstrap5-definition.scss +0 -46
- package/styles/datepicker/_fabric-dark-definition.scss +0 -37
- package/styles/datepicker/_fabric-definition.scss +0 -34
- package/styles/datepicker/_fluent-dark-definition.scss +0 -1
- package/styles/datepicker/_fluent-definition.scss +0 -46
- package/styles/datepicker/_fusionnew-definition.scss +0 -46
- package/styles/datepicker/_highcontrast-definition.scss +0 -35
- package/styles/datepicker/_highcontrast-light-definition.scss +0 -38
- package/styles/datepicker/_layout.scss +0 -251
- package/styles/datepicker/_material-dark-definition.scss +0 -42
- package/styles/datepicker/_material-definition.scss +0 -39
- package/styles/datepicker/_material3-definition.scss +0 -46
- package/styles/datepicker/_tailwind-dark-definition.scss +0 -1
- package/styles/datepicker/_tailwind-definition.scss +0 -44
- package/styles/datepicker/_theme.scss +0 -44
- package/styles/datepicker/icons/_bootstrap-dark.scss +0 -52
- package/styles/datepicker/icons/_bootstrap.scss +0 -52
- package/styles/datepicker/icons/_bootstrap4.scss +0 -56
- package/styles/datepicker/icons/_bootstrap5-dark.scss +0 -1
- package/styles/datepicker/icons/_bootstrap5.scss +0 -56
- package/styles/datepicker/icons/_fabric-dark.scss +0 -52
- package/styles/datepicker/icons/_fabric.scss +0 -52
- package/styles/datepicker/icons/_fluent-dark.scss +0 -1
- package/styles/datepicker/icons/_fluent.scss +0 -56
- package/styles/datepicker/icons/_fusionnew.scss +0 -56
- package/styles/datepicker/icons/_highcontrast-light.scss +0 -52
- package/styles/datepicker/icons/_highcontrast.scss +0 -52
- package/styles/datepicker/icons/_material-dark.scss +0 -86
- package/styles/datepicker/icons/_material.scss +0 -86
- package/styles/datepicker/icons/_material3.scss +0 -56
- package/styles/datepicker/icons/_tailwind-dark.scss +0 -1
- package/styles/datepicker/icons/_tailwind.scss +0 -56
- package/styles/daterangepicker/_all.scss +0 -2
- package/styles/daterangepicker/_bootstrap-dark-definition.scss +0 -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 -774
- package/styles/daterangepicker/_material-dark-definition.scss +0 -201
- package/styles/daterangepicker/_material-definition.scss +0 -201
- package/styles/daterangepicker/_material3-definition.scss +0 -230
- package/styles/daterangepicker/_tailwind-dark-definition.scss +0 -1
- package/styles/daterangepicker/_tailwind-definition.scss +0 -222
- package/styles/daterangepicker/_theme.scss +0 -357
- package/styles/daterangepicker/icons/_bootstrap-dark.scss +0 -65
- package/styles/daterangepicker/icons/_bootstrap.scss +0 -65
- package/styles/daterangepicker/icons/_bootstrap4.scss +0 -74
- package/styles/daterangepicker/icons/_bootstrap5-dark.scss +0 -1
- package/styles/daterangepicker/icons/_bootstrap5.scss +0 -72
- package/styles/daterangepicker/icons/_fabric-dark.scss +0 -65
- package/styles/daterangepicker/icons/_fabric.scss +0 -65
- package/styles/daterangepicker/icons/_fluent-dark.scss +0 -1
- package/styles/daterangepicker/icons/_fluent.scss +0 -72
- package/styles/daterangepicker/icons/_fusionnew.scss +0 -72
- package/styles/daterangepicker/icons/_highcontrast-light.scss +0 -65
- package/styles/daterangepicker/icons/_highcontrast.scss +0 -65
- package/styles/daterangepicker/icons/_material-dark.scss +0 -99
- package/styles/daterangepicker/icons/_material.scss +0 -99
- package/styles/daterangepicker/icons/_material3.scss +0 -72
- package/styles/daterangepicker/icons/_tailwind-dark.scss +0 -1
- package/styles/daterangepicker/icons/_tailwind.scss +0 -72
- package/styles/datetimepicker/_all.scss +0 -2
- package/styles/datetimepicker/_bootstrap-dark-definition.scss +0 -55
- package/styles/datetimepicker/_bootstrap-definition.scss +0 -54
- package/styles/datetimepicker/_bootstrap4-definition.scss +0 -60
- package/styles/datetimepicker/_bootstrap5-dark-definition.scss +0 -1
- package/styles/datetimepicker/_bootstrap5-definition.scss +0 -60
- package/styles/datetimepicker/_fabric-dark-definition.scss +0 -55
- package/styles/datetimepicker/_fabric-definition.scss +0 -52
- package/styles/datetimepicker/_fluent-dark-definition.scss +0 -1
- package/styles/datetimepicker/_fluent-definition.scss +0 -60
- package/styles/datetimepicker/_fusionnew-definition.scss +0 -60
- package/styles/datetimepicker/_highcontrast-definition.scss +0 -52
- package/styles/datetimepicker/_highcontrast-light-definition.scss +0 -55
- package/styles/datetimepicker/_layout.scss +0 -190
- package/styles/datetimepicker/_material-dark-definition.scss +0 -59
- package/styles/datetimepicker/_material-definition.scss +0 -57
- package/styles/datetimepicker/_material3-definition.scss +0 -60
- package/styles/datetimepicker/_tailwind-dark-definition.scss +0 -1
- package/styles/datetimepicker/_tailwind-definition.scss +0 -60
- package/styles/datetimepicker/_theme.scss +0 -50
- package/styles/datetimepicker/icons/_bootstrap-dark.scss +0 -11
- package/styles/datetimepicker/icons/_bootstrap.scss +0 -11
- package/styles/datetimepicker/icons/_bootstrap4.scss +0 -11
- package/styles/datetimepicker/icons/_bootstrap5-dark.scss +0 -1
- package/styles/datetimepicker/icons/_bootstrap5.scss +0 -11
- package/styles/datetimepicker/icons/_fabric-dark.scss +0 -11
- package/styles/datetimepicker/icons/_fabric.scss +0 -11
- package/styles/datetimepicker/icons/_fluent-dark.scss +0 -1
- package/styles/datetimepicker/icons/_fluent.scss +0 -11
- package/styles/datetimepicker/icons/_fusionnew.scss +0 -11
- package/styles/datetimepicker/icons/_highcontrast-light.scss +0 -11
- package/styles/datetimepicker/icons/_highcontrast.scss +0 -11
- package/styles/datetimepicker/icons/_material-dark.scss +0 -53
- package/styles/datetimepicker/icons/_material.scss +0 -62
- package/styles/datetimepicker/icons/_material3.scss +0 -11
- package/styles/datetimepicker/icons/_tailwind-dark.scss +0 -1
- package/styles/datetimepicker/icons/_tailwind.scss +0 -11
- package/styles/timepicker/_all.scss +0 -2
- package/styles/timepicker/_bootstrap-dark-definition.scss +0 -51
- package/styles/timepicker/_bootstrap-definition.scss +0 -48
- package/styles/timepicker/_bootstrap4-definition.scss +0 -56
- package/styles/timepicker/_bootstrap5-dark-definition.scss +0 -1
- package/styles/timepicker/_bootstrap5-definition.scss +0 -57
- package/styles/timepicker/_fabric-dark-definition.scss +0 -51
- package/styles/timepicker/_fabric-definition.scss +0 -48
- package/styles/timepicker/_fluent-dark-definition.scss +0 -1
- package/styles/timepicker/_fluent-definition.scss +0 -57
- package/styles/timepicker/_fusionnew-definition.scss +0 -57
- package/styles/timepicker/_highcontrast-definition.scss +0 -48
- package/styles/timepicker/_highcontrast-light-definition.scss +0 -51
- package/styles/timepicker/_layout.scss +0 -194
- package/styles/timepicker/_material-dark-definition.scss +0 -55
- package/styles/timepicker/_material-definition.scss +0 -52
- package/styles/timepicker/_material3-definition.scss +0 -57
- package/styles/timepicker/_tailwind-dark-definition.scss +0 -1
- package/styles/timepicker/_tailwind-definition.scss +0 -55
- package/styles/timepicker/_theme.scss +0 -70
- package/styles/timepicker/icons/_bootstrap-dark.scss +0 -11
- package/styles/timepicker/icons/_bootstrap.scss +0 -12
- package/styles/timepicker/icons/_bootstrap4.scss +0 -12
- package/styles/timepicker/icons/_bootstrap5-dark.scss +0 -1
- package/styles/timepicker/icons/_bootstrap5.scss +0 -12
- package/styles/timepicker/icons/_fabric-dark.scss +0 -12
- package/styles/timepicker/icons/_fabric.scss +0 -12
- package/styles/timepicker/icons/_fluent-dark.scss +0 -1
- package/styles/timepicker/icons/_fluent.scss +0 -12
- package/styles/timepicker/icons/_fusionnew.scss +0 -12
- package/styles/timepicker/icons/_highcontrast-light.scss +0 -12
- package/styles/timepicker/icons/_highcontrast.scss +0 -12
- package/styles/timepicker/icons/_material-dark.scss +0 -40
- package/styles/timepicker/icons/_material.scss +0 -42
- package/styles/timepicker/icons/_material3.scss +0 -12
- package/styles/timepicker/icons/_tailwind-dark.scss +0 -1
- package/styles/timepicker/icons/_tailwind.scss +0 -12
- package/syncfusion-ej2-angular-calendars.d.ts +0 -5
package/styles/fluent.css
CHANGED
|
@@ -59,7 +59,7 @@ ejs-calendar {
|
|
|
59
59
|
.e-bigger.e-small .e-calendar .e-header {
|
|
60
60
|
background: none;
|
|
61
61
|
display: table;
|
|
62
|
-
font-weight:
|
|
62
|
+
font-weight: 400;
|
|
63
63
|
position: relative;
|
|
64
64
|
text-align: center;
|
|
65
65
|
width: 100%;
|
|
@@ -77,7 +77,7 @@ ejs-calendar {
|
|
|
77
77
|
cursor: pointer;
|
|
78
78
|
display: inline-block;
|
|
79
79
|
font-size: 14px;
|
|
80
|
-
font-weight:
|
|
80
|
+
font-weight: 400;
|
|
81
81
|
line-height: 1;
|
|
82
82
|
padding: 5px;
|
|
83
83
|
vertical-align: middle;
|
|
@@ -136,7 +136,7 @@ ejs-calendar {
|
|
|
136
136
|
.e-bigger.e-small .e-calendar .e-content td.e-week-number {
|
|
137
137
|
color: #605e5c;
|
|
138
138
|
font-size: 14px;
|
|
139
|
-
font-style:
|
|
139
|
+
font-style: 400;
|
|
140
140
|
font-weight: 400;
|
|
141
141
|
background-color: #faf9f8;
|
|
142
142
|
border-right: 1px solid #605e5c;
|
|
@@ -162,12 +162,12 @@ ejs-calendar {
|
|
|
162
162
|
.e-bigger.e-small .e-calendar .e-content td.e-other-month > span.e-day,
|
|
163
163
|
.e-bigger.e-small .e-calendar .e-content td.e-other-year > span.e-day {
|
|
164
164
|
display: inline-block;
|
|
165
|
-
font-weight:
|
|
165
|
+
font-weight: 400;
|
|
166
166
|
}
|
|
167
167
|
.e-calendar .e-content tr.e-month-hide,
|
|
168
168
|
.e-bigger.e-small .e-calendar .e-content tr.e-month-hide {
|
|
169
169
|
display: none;
|
|
170
|
-
font-weight:
|
|
170
|
+
font-weight: 400;
|
|
171
171
|
}
|
|
172
172
|
.e-calendar .e-content tr.e-month-hide, .e-calendar .e-content td.e-other-month, .e-calendar .e-content td.e-other-year,
|
|
173
173
|
.e-bigger.e-small .e-calendar .e-content tr.e-month-hide,
|
|
@@ -246,8 +246,8 @@ ejs-calendar {
|
|
|
246
246
|
.e-calendar,
|
|
247
247
|
.e-bigger.e-small .e-calendar {
|
|
248
248
|
border-spacing: 0;
|
|
249
|
-
max-width:
|
|
250
|
-
min-width:
|
|
249
|
+
max-width: 222.5px;
|
|
250
|
+
min-width: 222.5px;
|
|
251
251
|
padding: 0;
|
|
252
252
|
}
|
|
253
253
|
.e-calendar.e-calendar-day-header-lg,
|
|
@@ -288,7 +288,7 @@ ejs-calendar {
|
|
|
288
288
|
}
|
|
289
289
|
.e-calendar th,
|
|
290
290
|
.e-bigger.e-small .e-calendar th {
|
|
291
|
-
font-weight:
|
|
291
|
+
font-weight: 400;
|
|
292
292
|
height: 28px;
|
|
293
293
|
text-transform: none;
|
|
294
294
|
}
|
|
@@ -301,14 +301,20 @@ ejs-calendar {
|
|
|
301
301
|
.e-bigger.e-small .e-calendar .e-content span.e-day {
|
|
302
302
|
border: none;
|
|
303
303
|
font-size: 12px;
|
|
304
|
-
font-weight:
|
|
304
|
+
font-weight: 400;
|
|
305
305
|
height: 28px;
|
|
306
306
|
line-height: 28px;
|
|
307
307
|
width: 28px;
|
|
308
308
|
}
|
|
309
309
|
.e-calendar .e-content.e-month td.e-today span.e-day,
|
|
310
310
|
.e-bigger.e-small .e-calendar .e-content.e-month td.e-today span.e-day {
|
|
311
|
-
line-height:
|
|
311
|
+
line-height: 25px;
|
|
312
|
+
}
|
|
313
|
+
.e-calendar .e-content td.e-today span.e-day,
|
|
314
|
+
.e-bigger.e-small .e-calendar .e-content td.e-today span.e-day {
|
|
315
|
+
height: 25px;
|
|
316
|
+
width: 25px;
|
|
317
|
+
line-height: 25px;
|
|
312
318
|
}
|
|
313
319
|
.e-calendar .e-content.e-year table, .e-calendar .e-content.e-decade table,
|
|
314
320
|
.e-bigger.e-small .e-calendar .e-content.e-year table,
|
|
@@ -335,7 +341,7 @@ ejs-calendar {
|
|
|
335
341
|
.e-calendar .e-content.e-year td > span.e-day, .e-calendar .e-content.e-decade td > span.e-day,
|
|
336
342
|
.e-bigger.e-small .e-calendar .e-content.e-year td > span.e-day,
|
|
337
343
|
.e-bigger.e-small .e-calendar .e-content.e-decade td > span.e-day {
|
|
338
|
-
font-weight:
|
|
344
|
+
font-weight: 400;
|
|
339
345
|
height: 40px;
|
|
340
346
|
line-height: 40px;
|
|
341
347
|
width: 40px;
|
|
@@ -378,8 +384,8 @@ ejs-calendar {
|
|
|
378
384
|
}
|
|
379
385
|
.e-bigger.e-calendar,
|
|
380
386
|
*.e-bigger .e-calendar {
|
|
381
|
-
max-width:
|
|
382
|
-
min-width:
|
|
387
|
+
max-width: 257.5px;
|
|
388
|
+
min-width: 257.5px;
|
|
383
389
|
padding: 0;
|
|
384
390
|
}
|
|
385
391
|
.e-bigger.e-calendar.e-calendar-day-header-lg,
|
|
@@ -435,7 +441,7 @@ ejs-calendar {
|
|
|
435
441
|
.e-bigger.e-calendar .e-content.e-year span.e-day,
|
|
436
442
|
*.e-bigger .e-calendar .e-content.e-year span.e-day {
|
|
437
443
|
font-size: 14px;
|
|
438
|
-
font-weight:
|
|
444
|
+
font-weight: 400;
|
|
439
445
|
}
|
|
440
446
|
.e-bigger.e-calendar .e-content.e-month table,
|
|
441
447
|
*.e-bigger .e-calendar .e-content.e-month table {
|
|
@@ -460,7 +466,13 @@ ejs-calendar {
|
|
|
460
466
|
}
|
|
461
467
|
.e-bigger.e-calendar .e-content.e-month td.e-today span.e-day,
|
|
462
468
|
*.e-bigger .e-calendar .e-content.e-month td.e-today span.e-day {
|
|
463
|
-
line-height:
|
|
469
|
+
line-height: 29px;
|
|
470
|
+
}
|
|
471
|
+
.e-bigger.e-calendar .e-content td.e-today span.e-day,
|
|
472
|
+
*.e-bigger .e-calendar .e-content td.e-today span.e-day {
|
|
473
|
+
height: 29px;
|
|
474
|
+
width: 29px;
|
|
475
|
+
line-height: 29px;
|
|
464
476
|
}
|
|
465
477
|
.e-bigger.e-calendar .e-content.e-month td,
|
|
466
478
|
*.e-bigger .e-calendar .e-content.e-month td {
|
|
@@ -493,8 +505,8 @@ ejs-calendar {
|
|
|
493
505
|
}
|
|
494
506
|
.e-small.e-calendar,
|
|
495
507
|
.e-small .e-calendar {
|
|
496
|
-
max-width:
|
|
497
|
-
min-width:
|
|
508
|
+
max-width: 194px;
|
|
509
|
+
min-width: 194px;
|
|
498
510
|
padding: 0;
|
|
499
511
|
}
|
|
500
512
|
.e-small.e-calendar.e-calendar-day-header-lg,
|
|
@@ -502,6 +514,10 @@ ejs-calendar {
|
|
|
502
514
|
max-width: 100%;
|
|
503
515
|
min-width: 540px;
|
|
504
516
|
}
|
|
517
|
+
.e-small.e-calendar.e-week-number .e-content table,
|
|
518
|
+
.e-small .e-calendar.e-week-number .e-content table {
|
|
519
|
+
padding: 0 5px;
|
|
520
|
+
}
|
|
505
521
|
.e-small.e-calendar .e-content span.e-day,
|
|
506
522
|
.e-small .e-calendar .e-content span.e-day {
|
|
507
523
|
font-size: 12px;
|
|
@@ -511,7 +527,13 @@ ejs-calendar {
|
|
|
511
527
|
}
|
|
512
528
|
.e-small.e-calendar .e-content.e-month td.e-today span.e-day,
|
|
513
529
|
.e-small .e-calendar .e-content.e-month td.e-today span.e-day {
|
|
514
|
-
line-height:
|
|
530
|
+
line-height: 21px;
|
|
531
|
+
}
|
|
532
|
+
.e-small.e-calendar .e-content td.e-today span.e-day,
|
|
533
|
+
.e-small .e-calendar .e-content td.e-today span.e-day {
|
|
534
|
+
height: 21px;
|
|
535
|
+
width: 21px;
|
|
536
|
+
line-height: 21px;
|
|
515
537
|
}
|
|
516
538
|
.e-small.e-calendar .e-content.e-month td,
|
|
517
539
|
.e-small .e-calendar .e-content.e-month td {
|
|
@@ -521,10 +543,11 @@ ejs-calendar {
|
|
|
521
543
|
.e-small .e-calendar .e-header {
|
|
522
544
|
height: 28px;
|
|
523
545
|
}
|
|
524
|
-
.e-small.e-calendar .e-header span,
|
|
525
|
-
.e-small .e-calendar .e-header span {
|
|
546
|
+
.e-small.e-calendar .e-header button span,
|
|
547
|
+
.e-small .e-calendar .e-header button span {
|
|
526
548
|
font-size: 12px;
|
|
527
549
|
padding: 0;
|
|
550
|
+
line-height: 14px;
|
|
528
551
|
}
|
|
529
552
|
.e-small.e-calendar .e-header .e-title,
|
|
530
553
|
.e-small .e-calendar .e-header .e-title {
|
|
@@ -634,7 +657,7 @@ ejs-calendar {
|
|
|
634
657
|
.e-bigger.e-small .e-calendar .e-header .e-next.e-disabled span,
|
|
635
658
|
.e-bigger.e-small .e-calendar .e-header .e-prev.e-disabled span {
|
|
636
659
|
color: #a19f9d;
|
|
637
|
-
font-weight:
|
|
660
|
+
font-weight: 400;
|
|
638
661
|
}
|
|
639
662
|
.e-calendar .e-header .e-next.e-disabled, .e-calendar .e-header .e-prev.e-disabled,
|
|
640
663
|
.e-bigger.e-small .e-calendar .e-header .e-next.e-disabled,
|
|
@@ -686,7 +709,7 @@ ejs-calendar {
|
|
|
686
709
|
box-shadow: none;
|
|
687
710
|
background: none;
|
|
688
711
|
border-radius: 4px;
|
|
689
|
-
box-shadow: 0 0 0 1px #323130;
|
|
712
|
+
box-shadow: inset 1px 0 #323130, inset 0 1px #323130, inset -1px 0 #323130, inset 0 -1px #323130;
|
|
690
713
|
}
|
|
691
714
|
.e-calendar .e-content td.e-focused-date:hover span.e-day,
|
|
692
715
|
.e-bigger.e-small .e-calendar .e-content td.e-focused-date:hover span.e-day {
|
|
@@ -701,7 +724,7 @@ ejs-calendar {
|
|
|
701
724
|
background: #0078d4;
|
|
702
725
|
border: none;
|
|
703
726
|
border-radius: 0;
|
|
704
|
-
box-shadow: 0 0 0 1px #0078d4;
|
|
727
|
+
box-shadow: inset 1px 0 #0078d4, inset 0 1px #0078d4, inset -1px 0 #0078d4, inset 0 -1px #0078d4;
|
|
705
728
|
color: #fff;
|
|
706
729
|
border-radius: 50%;
|
|
707
730
|
}
|
|
@@ -775,7 +798,7 @@ ejs-calendar {
|
|
|
775
798
|
background: #0078d4;
|
|
776
799
|
border: none;
|
|
777
800
|
border-radius: 50%;
|
|
778
|
-
box-shadow: 0 0 0 1px #0078d4;
|
|
801
|
+
box-shadow: inset 1px 0 #0078d4, inset 0 1px #0078d4, inset -1px 0 #0078d4, inset 0 -1px #0078d4;
|
|
779
802
|
color: #fff;
|
|
780
803
|
}
|
|
781
804
|
.e-calendar .e-content thead,
|
|
@@ -842,7 +865,7 @@ ejs-calendar {
|
|
|
842
865
|
.e-bigger.e-small .e-calendar .e-content td.e-today.e-selected.e-focused-date {
|
|
843
866
|
background-color: #edebe9;
|
|
844
867
|
border-radius: 4px;
|
|
845
|
-
box-shadow: 0 0 0 1px #323130;
|
|
868
|
+
box-shadow: inset 1px 0 #323130, inset 0 1px #323130, inset -1px 0 #323130, inset 0 -1px #323130;
|
|
846
869
|
}
|
|
847
870
|
.e-calendar .e-content td.e-today.e-selected,
|
|
848
871
|
.e-bigger.e-small .e-calendar .e-content td.e-today.e-selected {
|
|
@@ -881,12 +904,12 @@ ejs-calendar {
|
|
|
881
904
|
.e-bigger.e-small .e-calendar .e-content.e-decade td.e-focused-date > span.e-day {
|
|
882
905
|
background: none;
|
|
883
906
|
border-radius: 0;
|
|
884
|
-
box-shadow: 0 0 0 1px #323130;
|
|
907
|
+
box-shadow: inset 1px 0 #323130, inset 0 1px #323130, inset -1px 0 #323130, inset 0 -1px #323130;
|
|
885
908
|
}
|
|
886
909
|
.e-calendar .e-content td.e-focused-date.e-today,
|
|
887
910
|
.e-bigger.e-small .e-calendar .e-content td.e-focused-date.e-today {
|
|
888
911
|
border-radius: 4px;
|
|
889
|
-
box-shadow: 0 0 0 1px #323130;
|
|
912
|
+
box-shadow: inset 1px 0 #323130, inset 0 1px #323130, inset -1px 0 #323130, inset 0 -1px #323130;
|
|
890
913
|
}
|
|
891
914
|
.e-calendar .e-content td.e-focused-date:hover span.e-day,
|
|
892
915
|
.e-bigger.e-small .e-calendar .e-content td.e-focused-date:hover span.e-day {
|
|
@@ -897,7 +920,7 @@ ejs-calendar {
|
|
|
897
920
|
.e-bigger.e-small .e-calendar .e-content.e-decade td.e-focused-date:hover > span.e-day {
|
|
898
921
|
background: #f3f2f1;
|
|
899
922
|
border-radius: 0;
|
|
900
|
-
box-shadow: 0 0 0 1px #323130;
|
|
923
|
+
box-shadow: inset 1px 0 #323130, inset 0 1px #323130, inset -1px 0 #323130, inset 0 -1px #323130;
|
|
901
924
|
}
|
|
902
925
|
|
|
903
926
|
.e-calendar.e-device .e-prev:hover, .e-calendar.e-device .e-next:hover, .e-calendar.e-device .e-prev:active, .e-calendar.e-device .e-next:active, .e-calendar.e-device .e-prev:focus, .e-calendar.e-device .e-next:focus,
|
|
@@ -1190,7 +1213,7 @@ ejs-calendar {
|
|
|
1190
1213
|
/*! component icons */
|
|
1191
1214
|
.e-input-group-icon.e-date-icon,
|
|
1192
1215
|
*.e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
1193
|
-
font-size:
|
|
1216
|
+
font-size: 16px;
|
|
1194
1217
|
margin: 0;
|
|
1195
1218
|
min-height: 18px;
|
|
1196
1219
|
min-width: 30px;
|
|
@@ -1210,7 +1233,7 @@ ejs-calendar {
|
|
|
1210
1233
|
.e-bigger .e-input-group-icon.e-date-icon,
|
|
1211
1234
|
*.e-control-wrapper.e-bigger .e-input-group-icon.e-date-icon,
|
|
1212
1235
|
*.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
1213
|
-
font-size:
|
|
1236
|
+
font-size: 18px;
|
|
1214
1237
|
margin: 0;
|
|
1215
1238
|
min-height: 18px;
|
|
1216
1239
|
min-width: 36px;
|
|
@@ -1493,7 +1516,7 @@ ejs-calendar {
|
|
|
1493
1516
|
}
|
|
1494
1517
|
.e-daterangepicker.e-popup .e-range-header .e-change-icon,
|
|
1495
1518
|
.e-bigger.e-small .e-daterangepicker.e-popup .e-range-header .e-change-icon {
|
|
1496
|
-
font-size:
|
|
1519
|
+
font-size: 16px;
|
|
1497
1520
|
font-weight: 600;
|
|
1498
1521
|
text-align: center;
|
|
1499
1522
|
width: 4%;
|
|
@@ -1760,7 +1783,7 @@ ejs-calendar {
|
|
|
1760
1783
|
border: 1px solid #0078d4;
|
|
1761
1784
|
box-shadow: 0 3.2px 7.2px 0 rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108);
|
|
1762
1785
|
font-size: 14px;
|
|
1763
|
-
font-weight:
|
|
1786
|
+
font-weight: 600;
|
|
1764
1787
|
height: 36px;
|
|
1765
1788
|
line-height: 34px;
|
|
1766
1789
|
max-width: 116px;
|
|
@@ -1837,6 +1860,11 @@ ejs-calendar {
|
|
|
1837
1860
|
*.e-device.e-daterangepicker .e-calendar {
|
|
1838
1861
|
max-width: 296px;
|
|
1839
1862
|
}
|
|
1863
|
+
.e-bigger .e-daterangepicker .e-calendar .e-header,
|
|
1864
|
+
*.e-bigger.e-daterangepicker .e-calendar .e-header,
|
|
1865
|
+
*.e-device.e-daterangepicker .e-calendar .e-header {
|
|
1866
|
+
padding: 8px 16px;
|
|
1867
|
+
}
|
|
1840
1868
|
.e-bigger .e-daterangepicker .e-calendar .e-header .e-next, .e-bigger .e-daterangepicker .e-calendar .e-header .e-prev,
|
|
1841
1869
|
*.e-bigger.e-daterangepicker .e-calendar .e-header .e-next,
|
|
1842
1870
|
*.e-bigger.e-daterangepicker .e-calendar .e-header .e-prev,
|
|
@@ -1906,12 +1934,12 @@ ejs-calendar {
|
|
|
1906
1934
|
*.e-bigger.e-daterangepicker.e-device.e-popup .e-range-header,
|
|
1907
1935
|
*.e-device.e-daterangepicker.e-device.e-popup .e-range-header {
|
|
1908
1936
|
margin: 0;
|
|
1909
|
-
padding: 12px;
|
|
1937
|
+
padding: 12px 0 12px 12px;
|
|
1910
1938
|
}
|
|
1911
1939
|
.e-bigger .e-daterangepicker.e-device.e-popup .e-range-header .e-day-span,
|
|
1912
1940
|
*.e-bigger.e-daterangepicker.e-device.e-popup .e-range-header .e-day-span,
|
|
1913
1941
|
*.e-device.e-daterangepicker.e-device.e-popup .e-range-header .e-day-span {
|
|
1914
|
-
margin:
|
|
1942
|
+
margin: 12px 0;
|
|
1915
1943
|
}
|
|
1916
1944
|
|
|
1917
1945
|
.e-small .e-daterangepicker.e-popup .e-range-header,
|
|
@@ -1947,6 +1975,25 @@ ejs-calendar {
|
|
|
1947
1975
|
line-height: 26px;
|
|
1948
1976
|
}
|
|
1949
1977
|
|
|
1978
|
+
.e-daterangepicker .e-calendar .e-month .e-selected span.e-day,
|
|
1979
|
+
.e-daterangepicker.e-bigger.e-small .e-calendar .e-month .e-selected span.e-day {
|
|
1980
|
+
height: 25px;
|
|
1981
|
+
width: 25px;
|
|
1982
|
+
line-height: 25px;
|
|
1983
|
+
}
|
|
1984
|
+
|
|
1985
|
+
.e-daterangepicker.e-bigger .e-calendar .e-month .e-selected span.e-day {
|
|
1986
|
+
height: 29px;
|
|
1987
|
+
width: 29px;
|
|
1988
|
+
line-height: 29px;
|
|
1989
|
+
}
|
|
1990
|
+
|
|
1991
|
+
.e-daterangepicker.e-small .e-calendar .e-month .e-selected span.e-day {
|
|
1992
|
+
height: 21px;
|
|
1993
|
+
width: 21px;
|
|
1994
|
+
line-height: 21px;
|
|
1995
|
+
}
|
|
1996
|
+
|
|
1950
1997
|
/* stylelint-disable */
|
|
1951
1998
|
.e-range-overflow {
|
|
1952
1999
|
overflow: hidden;
|
|
@@ -2286,25 +2333,25 @@ ejs-calendar {
|
|
|
2286
2333
|
|
|
2287
2334
|
.e-daterangepicker.e-popup .e-calendar .e-content.e-month .e-today.e-range-hover span,
|
|
2288
2335
|
.e-bigger.e-small .e-calendar .e-content.e-month td.e-today.e-range-hover span.e-day {
|
|
2289
|
-
line-height:
|
|
2336
|
+
line-height: 23px;
|
|
2290
2337
|
}
|
|
2291
2338
|
|
|
2292
2339
|
.e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-today.e-range-hover span,
|
|
2293
2340
|
.e-bigger.e-small .e-calendar .e-content.e-month td.e-today.e-other-month.e-range-hover span.e-day {
|
|
2294
|
-
line-height:
|
|
2341
|
+
line-height: 25px;
|
|
2295
2342
|
}
|
|
2296
2343
|
|
|
2297
2344
|
.e-small .e-calendar .e-content.e-month td.e-today.e-range-hover span.e-day,
|
|
2298
2345
|
.e-small .e-calendar .e-content.e-month td.e-other-month.e-today.e-range-hover span.e-day {
|
|
2299
|
-
line-height:
|
|
2346
|
+
line-height: 19px;
|
|
2300
2347
|
}
|
|
2301
2348
|
|
|
2302
2349
|
.e-bigger .e-calendar .e-content.e-month td.e-today.e-range-hover span.e-day {
|
|
2303
|
-
line-height:
|
|
2350
|
+
line-height: 28px;
|
|
2304
2351
|
}
|
|
2305
2352
|
|
|
2306
2353
|
.e-bigger .e-calendar .e-content.e-month td.e-other-month.e-today.e-range-hover span.e-day {
|
|
2307
|
-
line-height:
|
|
2354
|
+
line-height: 29px;
|
|
2308
2355
|
}
|
|
2309
2356
|
|
|
2310
2357
|
/* stylelint-disable property-no-vendor-prefix */
|
|
@@ -510,10 +510,11 @@ ejs-calendar {
|
|
|
510
510
|
.e-small .e-calendar .e-header {
|
|
511
511
|
height: 32px;
|
|
512
512
|
}
|
|
513
|
-
.e-small.e-calendar .e-header span,
|
|
514
|
-
.e-small .e-calendar .e-header span {
|
|
513
|
+
.e-small.e-calendar .e-header button span,
|
|
514
|
+
.e-small .e-calendar .e-header button span {
|
|
515
515
|
font-size: 12px;
|
|
516
516
|
padding: 6px;
|
|
517
|
+
line-height: 14px;
|
|
517
518
|
}
|
|
518
519
|
.e-small.e-calendar .e-header .e-title,
|
|
519
520
|
.e-small .e-calendar .e-header .e-title {
|
|
@@ -899,7 +900,7 @@ ejs-calendar {
|
|
|
899
900
|
*.e-bigger.e-time-wrapper .e-time-icon.e-icons,
|
|
900
901
|
*.e-bigger .e-control-wrapper .e-time-wrapper .e-time-icon.e-icons,
|
|
901
902
|
*.e-control-wrapper.e-bigger.e-time-wrapper .e-time-icon.e-icons {
|
|
902
|
-
font-size:
|
|
903
|
+
font-size: 18px;
|
|
903
904
|
}
|
|
904
905
|
|
|
905
906
|
.e-bigger .e-timepicker.e-popup .e-list-parent.e-ul,
|
|
@@ -1052,7 +1053,7 @@ ejs-calendar {
|
|
|
1052
1053
|
.e-bigger .e-input-group-icon.e-date-icon,
|
|
1053
1054
|
*.e-control-wrapper.e-bigger .e-input-group-icon.e-date-icon,
|
|
1054
1055
|
*.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
1055
|
-
font-size:
|
|
1056
|
+
font-size: 18px;
|
|
1056
1057
|
margin: 0;
|
|
1057
1058
|
}
|
|
1058
1059
|
.e-bigger .e-input-group-icon.e-date-icon::before,
|
|
@@ -1242,7 +1243,7 @@ ejs-calendar {
|
|
|
1242
1243
|
}
|
|
1243
1244
|
|
|
1244
1245
|
.e-bigger .e-input-group-icon.e-range-icon, .e-bigger.e-control-wrapper .e-input-group-icon.e-range-icon, .e-bigger .e-control-wrapper .e-input-group-icon.e-range-icon {
|
|
1245
|
-
font-size:
|
|
1246
|
+
font-size: 18px;
|
|
1246
1247
|
margin: 0;
|
|
1247
1248
|
outline: none;
|
|
1248
1249
|
}
|
|
@@ -1353,7 +1354,7 @@ ejs-calendar {
|
|
|
1353
1354
|
.e-daterangepicker.e-popup .e-separator,
|
|
1354
1355
|
.e-bigger.e-small .e-daterangepicker.e-popup .e-separator {
|
|
1355
1356
|
height: 1px;
|
|
1356
|
-
margin: 0
|
|
1357
|
+
margin: 0;
|
|
1357
1358
|
}
|
|
1358
1359
|
.e-daterangepicker.e-popup .e-calendar,
|
|
1359
1360
|
.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar {
|
|
@@ -2149,7 +2150,7 @@ ejs-calendar {
|
|
|
2149
2150
|
|
|
2150
2151
|
.e-bigger.e-datetime-wrapper .e-time-icon.e-icons::before,
|
|
2151
2152
|
*.e-bigger .e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
2152
|
-
font-size:
|
|
2153
|
+
font-size: 18px;
|
|
2153
2154
|
}
|
|
2154
2155
|
.e-bigger.e-datetime-wrapper .e-input-group-icon.e-time-icon,
|
|
2155
2156
|
*.e-bigger .e-datetime-wrapper .e-input-group-icon.e-time-icon {
|
package/styles/highcontrast.css
CHANGED
|
@@ -126,6 +126,15 @@ ejs-calendar {
|
|
|
126
126
|
-ms-touch-action: none;
|
|
127
127
|
touch-action: none;
|
|
128
128
|
}
|
|
129
|
+
.e-calendar .e-content td.e-disabled.e-today,
|
|
130
|
+
.e-bigger.e-small .e-calendar .e-content td.e-disabled.e-today {
|
|
131
|
+
opacity: 1;
|
|
132
|
+
}
|
|
133
|
+
.e-calendar .e-content td.e-disabled.e-today span.e-day,
|
|
134
|
+
.e-bigger.e-small .e-calendar .e-content td.e-disabled.e-today span.e-day {
|
|
135
|
+
box-shadow: inset 1px 0 #ffd939, inset 0 1px #ffd939, inset -1px 0 #ffd939, inset 0 -1px #ffd939;
|
|
136
|
+
color: none;
|
|
137
|
+
}
|
|
129
138
|
.e-calendar .e-content td,
|
|
130
139
|
.e-bigger.e-small .e-calendar .e-content td {
|
|
131
140
|
cursor: pointer;
|
|
@@ -296,7 +305,7 @@ ejs-calendar {
|
|
|
296
305
|
}
|
|
297
306
|
.e-calendar .e-content span.e-day,
|
|
298
307
|
.e-bigger.e-small .e-calendar .e-content span.e-day {
|
|
299
|
-
border: 1px solid
|
|
308
|
+
border: 1px solid transparent;
|
|
300
309
|
font-size: 12px;
|
|
301
310
|
font-weight: 500;
|
|
302
311
|
height: 30px;
|
|
@@ -511,10 +520,11 @@ ejs-calendar {
|
|
|
511
520
|
.e-small .e-calendar .e-header {
|
|
512
521
|
height: 32px;
|
|
513
522
|
}
|
|
514
|
-
.e-small.e-calendar .e-header span,
|
|
515
|
-
.e-small .e-calendar .e-header span {
|
|
523
|
+
.e-small.e-calendar .e-header button span,
|
|
524
|
+
.e-small .e-calendar .e-header button span {
|
|
516
525
|
font-size: 12px;
|
|
517
526
|
padding: 6px;
|
|
527
|
+
line-height: 14px;
|
|
518
528
|
}
|
|
519
529
|
.e-small.e-calendar .e-header .e-title,
|
|
520
530
|
.e-small .e-calendar .e-header .e-title {
|
|
@@ -578,7 +588,7 @@ ejs-calendar {
|
|
|
578
588
|
}
|
|
579
589
|
.e-calendar .e-header a span,
|
|
580
590
|
.e-bigger.e-small .e-calendar .e-header a span {
|
|
581
|
-
border: 1px solid
|
|
591
|
+
border: 1px solid transparent;
|
|
582
592
|
color: #fff;
|
|
583
593
|
}
|
|
584
594
|
.e-calendar .e-header .e-title,
|
|
@@ -900,7 +910,7 @@ ejs-calendar {
|
|
|
900
910
|
*.e-bigger.e-time-wrapper .e-time-icon.e-icons,
|
|
901
911
|
*.e-bigger .e-control-wrapper .e-time-wrapper .e-time-icon.e-icons,
|
|
902
912
|
*.e-control-wrapper.e-bigger.e-time-wrapper .e-time-icon.e-icons {
|
|
903
|
-
font-size:
|
|
913
|
+
font-size: 18px;
|
|
904
914
|
}
|
|
905
915
|
|
|
906
916
|
.e-bigger .e-timepicker.e-popup .e-list-parent.e-ul,
|
|
@@ -1054,7 +1064,7 @@ ejs-calendar {
|
|
|
1054
1064
|
.e-bigger .e-input-group-icon.e-date-icon,
|
|
1055
1065
|
*.e-control-wrapper.e-bigger .e-input-group-icon.e-date-icon,
|
|
1056
1066
|
*.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
1057
|
-
font-size:
|
|
1067
|
+
font-size: 18px;
|
|
1058
1068
|
margin: 0;
|
|
1059
1069
|
}
|
|
1060
1070
|
.e-bigger .e-input-group-icon.e-date-icon::before,
|
|
@@ -1245,7 +1255,7 @@ ejs-calendar {
|
|
|
1245
1255
|
}
|
|
1246
1256
|
|
|
1247
1257
|
.e-bigger .e-input-group-icon.e-range-icon, .e-bigger.e-control-wrapper .e-input-group-icon.e-range-icon, .e-bigger .e-control-wrapper .e-input-group-icon.e-range-icon {
|
|
1248
|
-
font-size:
|
|
1258
|
+
font-size: 18px;
|
|
1249
1259
|
margin: 0;
|
|
1250
1260
|
outline: none;
|
|
1251
1261
|
}
|
|
@@ -1356,7 +1366,7 @@ ejs-calendar {
|
|
|
1356
1366
|
.e-daterangepicker.e-popup .e-separator,
|
|
1357
1367
|
.e-bigger.e-small .e-daterangepicker.e-popup .e-separator {
|
|
1358
1368
|
height: 1px;
|
|
1359
|
-
margin: 0
|
|
1369
|
+
margin: 0;
|
|
1360
1370
|
}
|
|
1361
1371
|
.e-daterangepicker.e-popup .e-calendar,
|
|
1362
1372
|
.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar {
|
|
@@ -2152,7 +2162,7 @@ ejs-calendar {
|
|
|
2152
2162
|
|
|
2153
2163
|
.e-bigger.e-datetime-wrapper .e-time-icon.e-icons::before,
|
|
2154
2164
|
*.e-bigger .e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
2155
|
-
font-size:
|
|
2165
|
+
font-size: 18px;
|
|
2156
2166
|
}
|
|
2157
2167
|
.e-bigger.e-datetime-wrapper .e-input-group-icon.e-time-icon,
|
|
2158
2168
|
*.e-bigger .e-datetime-wrapper .e-input-group-icon.e-time-icon {
|
package/styles/material-dark.css
CHANGED
|
@@ -126,6 +126,15 @@ ejs-calendar {
|
|
|
126
126
|
-ms-touch-action: none;
|
|
127
127
|
touch-action: none;
|
|
128
128
|
}
|
|
129
|
+
.e-calendar .e-content td.e-disabled.e-today,
|
|
130
|
+
.e-bigger.e-small .e-calendar .e-content td.e-disabled.e-today {
|
|
131
|
+
opacity: 1;
|
|
132
|
+
}
|
|
133
|
+
.e-calendar .e-content td.e-disabled.e-today span.e-day,
|
|
134
|
+
.e-bigger.e-small .e-calendar .e-content td.e-disabled.e-today span.e-day {
|
|
135
|
+
box-shadow: inset 1px 0 #00b0ff, inset 0 1px #00b0ff, inset -1px 0 #00b0ff, inset 0 -1px #00b0ff;
|
|
136
|
+
color: #808080;
|
|
137
|
+
}
|
|
129
138
|
.e-calendar .e-content td,
|
|
130
139
|
.e-bigger.e-small .e-calendar .e-content td {
|
|
131
140
|
cursor: pointer;
|
|
@@ -354,7 +363,7 @@ ejs-calendar {
|
|
|
354
363
|
flex-direction: row;
|
|
355
364
|
-ms-flex-pack: end;
|
|
356
365
|
justify-content: flex-end;
|
|
357
|
-
padding:
|
|
366
|
+
padding: 10px 10px 10px 10px;
|
|
358
367
|
text-align: center;
|
|
359
368
|
width: 100%;
|
|
360
369
|
}
|
|
@@ -479,7 +488,7 @@ ejs-calendar {
|
|
|
479
488
|
.e-bigger.e-calendar .e-footer-container,
|
|
480
489
|
*.e-bigger .e-calendar .e-footer-container {
|
|
481
490
|
border-top: none;
|
|
482
|
-
padding:
|
|
491
|
+
padding: 10px 10px 10px 10px;
|
|
483
492
|
}
|
|
484
493
|
.e-small.e-calendar,
|
|
485
494
|
.e-small .e-calendar {
|
|
@@ -511,10 +520,11 @@ ejs-calendar {
|
|
|
511
520
|
.e-small .e-calendar .e-header {
|
|
512
521
|
height: 32px;
|
|
513
522
|
}
|
|
514
|
-
.e-small.e-calendar .e-header span,
|
|
515
|
-
.e-small .e-calendar .e-header span {
|
|
523
|
+
.e-small.e-calendar .e-header button span,
|
|
524
|
+
.e-small .e-calendar .e-header button span {
|
|
516
525
|
font-size: 12px;
|
|
517
526
|
padding: 6px;
|
|
527
|
+
line-height: 14px;
|
|
518
528
|
}
|
|
519
529
|
.e-small.e-calendar .e-header .e-title,
|
|
520
530
|
.e-small .e-calendar .e-header .e-title {
|
|
@@ -936,7 +946,7 @@ ejs-calendar {
|
|
|
936
946
|
*.e-bigger.e-time-wrapper .e-time-icon.e-icons,
|
|
937
947
|
*.e-bigger .e-control-wrapper .e-time-wrapper .e-time-icon.e-icons,
|
|
938
948
|
*.e-control-wrapper.e-bigger.e-time-wrapper .e-time-icon.e-icons {
|
|
939
|
-
font-size:
|
|
949
|
+
font-size: 18px;
|
|
940
950
|
min-height: 22px;
|
|
941
951
|
min-width: 22px;
|
|
942
952
|
}
|
|
@@ -1099,7 +1109,7 @@ ejs-calendar {
|
|
|
1099
1109
|
.e-bigger .e-input-group-icon.e-date-icon,
|
|
1100
1110
|
*.e-control-wrapper.e-bigger .e-input-group-icon.e-date-icon,
|
|
1101
1111
|
*.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
1102
|
-
font-size:
|
|
1112
|
+
font-size: 18px;
|
|
1103
1113
|
margin: 5px 0 6px 0;
|
|
1104
1114
|
min-height: 26px;
|
|
1105
1115
|
min-width: 26px;
|
|
@@ -1331,7 +1341,7 @@ ejs-calendar {
|
|
|
1331
1341
|
}
|
|
1332
1342
|
|
|
1333
1343
|
.e-bigger .e-input-group-icon.e-range-icon, .e-bigger.e-control-wrapper .e-input-group-icon.e-range-icon, .e-bigger .e-control-wrapper .e-input-group-icon.e-range-icon {
|
|
1334
|
-
font-size:
|
|
1344
|
+
font-size: 18px;
|
|
1335
1345
|
margin: 0 0 2px 0;
|
|
1336
1346
|
min-height: 24px;
|
|
1337
1347
|
min-width: 24px;
|
|
@@ -1472,7 +1482,7 @@ ejs-calendar {
|
|
|
1472
1482
|
.e-daterangepicker.e-popup .e-separator,
|
|
1473
1483
|
.e-bigger.e-small .e-daterangepicker.e-popup .e-separator {
|
|
1474
1484
|
height: 1px;
|
|
1475
|
-
margin: 0
|
|
1485
|
+
margin: 0;
|
|
1476
1486
|
}
|
|
1477
1487
|
.e-daterangepicker.e-popup .e-calendar,
|
|
1478
1488
|
.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar {
|
|
@@ -2316,7 +2326,7 @@ ejs-calendar {
|
|
|
2316
2326
|
|
|
2317
2327
|
.e-bigger.e-datetime-wrapper .e-time-icon.e-icons::before,
|
|
2318
2328
|
*.e-bigger .e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
2319
|
-
font-size:
|
|
2329
|
+
font-size: 18px;
|
|
2320
2330
|
}
|
|
2321
2331
|
.e-bigger.e-datetime-wrapper .e-input-group-icon.e-time-icon,
|
|
2322
2332
|
*.e-bigger .e-datetime-wrapper .e-input-group-icon.e-time-icon {
|
package/styles/material.css
CHANGED
|
@@ -127,6 +127,15 @@ ejs-calendar {
|
|
|
127
127
|
-ms-touch-action: none;
|
|
128
128
|
touch-action: none;
|
|
129
129
|
}
|
|
130
|
+
.e-calendar .e-content td.e-disabled.e-today,
|
|
131
|
+
.e-bigger.e-small .e-calendar .e-content td.e-disabled.e-today {
|
|
132
|
+
opacity: 1;
|
|
133
|
+
}
|
|
134
|
+
.e-calendar .e-content td.e-disabled.e-today span.e-day,
|
|
135
|
+
.e-bigger.e-small .e-calendar .e-content td.e-disabled.e-today span.e-day {
|
|
136
|
+
box-shadow: inset 1px 0 #e3165b, inset 0 1px #e3165b, inset -1px 0 #e3165b, inset 0 -1px #e3165b;
|
|
137
|
+
color: #ccc;
|
|
138
|
+
}
|
|
130
139
|
.e-calendar .e-content td,
|
|
131
140
|
.e-bigger.e-small .e-calendar .e-content td {
|
|
132
141
|
cursor: pointer;
|
|
@@ -512,10 +521,11 @@ ejs-calendar {
|
|
|
512
521
|
.e-small .e-calendar .e-header {
|
|
513
522
|
height: 32px;
|
|
514
523
|
}
|
|
515
|
-
.e-small.e-calendar .e-header span,
|
|
516
|
-
.e-small .e-calendar .e-header span {
|
|
524
|
+
.e-small.e-calendar .e-header button span,
|
|
525
|
+
.e-small .e-calendar .e-header button span {
|
|
517
526
|
font-size: 12px;
|
|
518
527
|
padding: 6px;
|
|
528
|
+
line-height: 14px;
|
|
519
529
|
}
|
|
520
530
|
.e-small.e-calendar .e-header .e-title,
|
|
521
531
|
.e-small .e-calendar .e-header .e-title {
|
|
@@ -945,7 +955,7 @@ ejs-calendar {
|
|
|
945
955
|
*.e-bigger.e-time-wrapper .e-time-icon.e-icons,
|
|
946
956
|
*.e-bigger .e-control-wrapper .e-time-wrapper .e-time-icon.e-icons,
|
|
947
957
|
*.e-control-wrapper.e-bigger.e-time-wrapper .e-time-icon.e-icons {
|
|
948
|
-
font-size:
|
|
958
|
+
font-size: 18px;
|
|
949
959
|
min-height: 22px;
|
|
950
960
|
min-width: 22px;
|
|
951
961
|
}
|
|
@@ -1117,7 +1127,7 @@ ejs-calendar {
|
|
|
1117
1127
|
.e-bigger .e-input-group-icon.e-date-icon,
|
|
1118
1128
|
*.e-control-wrapper.e-bigger .e-input-group-icon.e-date-icon,
|
|
1119
1129
|
*.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
1120
|
-
font-size:
|
|
1130
|
+
font-size: 18px;
|
|
1121
1131
|
margin: 5px 0 6px 0;
|
|
1122
1132
|
min-height: 26px;
|
|
1123
1133
|
min-width: 26px;
|
|
@@ -1441,7 +1451,7 @@ ejs-calendar {
|
|
|
1441
1451
|
}
|
|
1442
1452
|
|
|
1443
1453
|
.e-bigger .e-input-group-icon.e-range-icon, .e-bigger.e-control-wrapper .e-input-group-icon.e-range-icon, .e-bigger .e-control-wrapper .e-input-group-icon.e-range-icon {
|
|
1444
|
-
font-size:
|
|
1454
|
+
font-size: 18px;
|
|
1445
1455
|
margin: 0 0 2px 0;
|
|
1446
1456
|
min-height: 24px;
|
|
1447
1457
|
min-width: 24px;
|
|
@@ -1582,7 +1592,7 @@ ejs-calendar {
|
|
|
1582
1592
|
.e-daterangepicker.e-popup .e-separator,
|
|
1583
1593
|
.e-bigger.e-small .e-daterangepicker.e-popup .e-separator {
|
|
1584
1594
|
height: 1px;
|
|
1585
|
-
margin: 0
|
|
1595
|
+
margin: 0;
|
|
1586
1596
|
}
|
|
1587
1597
|
.e-daterangepicker.e-popup .e-calendar,
|
|
1588
1598
|
.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar {
|
|
@@ -1787,6 +1797,11 @@ ejs-calendar {
|
|
|
1787
1797
|
max-width: 246px;
|
|
1788
1798
|
}
|
|
1789
1799
|
|
|
1800
|
+
.e-bigger .e-daterangepicker.e-popup,
|
|
1801
|
+
*.e-bigger.e-daterangepicker.e-popup,
|
|
1802
|
+
*.e-device.e-daterangepicker.e-popup {
|
|
1803
|
+
background-color: #fff;
|
|
1804
|
+
}
|
|
1790
1805
|
.e-bigger .e-daterangepicker.e-popup.e-preset-wrapper,
|
|
1791
1806
|
*.e-bigger.e-daterangepicker.e-popup.e-preset-wrapper,
|
|
1792
1807
|
*.e-device.e-daterangepicker.e-popup.e-preset-wrapper {
|
|
@@ -2161,6 +2176,7 @@ ejs-calendar {
|
|
|
2161
2176
|
height: 80%;
|
|
2162
2177
|
}
|
|
2163
2178
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
|
|
2179
|
+
display: table;
|
|
2164
2180
|
border-spacing: unset;
|
|
2165
2181
|
}
|
|
2166
2182
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-header {
|
|
@@ -2364,7 +2380,7 @@ ejs-calendar {
|
|
|
2364
2380
|
.e-bigger .e-daterangepicker,
|
|
2365
2381
|
*.e-bigger.e-daterangepicker,
|
|
2366
2382
|
*.e-device.e-daterangepicker {
|
|
2367
|
-
background-color:
|
|
2383
|
+
background-color: initial;
|
|
2368
2384
|
padding: 0;
|
|
2369
2385
|
}
|
|
2370
2386
|
.e-bigger .e-daterangepicker .e-calendar th,
|
|
@@ -2554,7 +2570,7 @@ ejs-calendar {
|
|
|
2554
2570
|
|
|
2555
2571
|
.e-bigger.e-datetime-wrapper .e-time-icon.e-icons::before,
|
|
2556
2572
|
*.e-bigger .e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
2557
|
-
font-size:
|
|
2573
|
+
font-size: 18px;
|
|
2558
2574
|
}
|
|
2559
2575
|
.e-bigger.e-datetime-wrapper .e-input-group-icon.e-time-icon,
|
|
2560
2576
|
*.e-bigger .e-datetime-wrapper .e-input-group-icon.e-time-icon {
|