@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/bootstrap5.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;
|
|
@@ -160,12 +160,12 @@ ejs-calendar {
|
|
|
160
160
|
.e-bigger.e-small .e-calendar .e-content td.e-other-month > span.e-day,
|
|
161
161
|
.e-bigger.e-small .e-calendar .e-content td.e-other-year > span.e-day {
|
|
162
162
|
display: inline-block;
|
|
163
|
-
font-weight:
|
|
163
|
+
font-weight: 400;
|
|
164
164
|
}
|
|
165
165
|
.e-calendar .e-content tr.e-month-hide,
|
|
166
166
|
.e-bigger.e-small .e-calendar .e-content tr.e-month-hide {
|
|
167
167
|
display: none;
|
|
168
|
-
font-weight:
|
|
168
|
+
font-weight: 400;
|
|
169
169
|
}
|
|
170
170
|
.e-calendar .e-content tr.e-month-hide, .e-calendar .e-content td.e-other-month, .e-calendar .e-content td.e-other-year,
|
|
171
171
|
.e-bigger.e-small .e-calendar .e-content tr.e-month-hide,
|
|
@@ -203,7 +203,7 @@ ejs-calendar {
|
|
|
203
203
|
display: inline-block;
|
|
204
204
|
float: left;
|
|
205
205
|
font-size: 16px;
|
|
206
|
-
font-weight:
|
|
206
|
+
font-weight: 700;
|
|
207
207
|
text-align: left;
|
|
208
208
|
}
|
|
209
209
|
.e-calendar .e-header .e-title,
|
|
@@ -298,7 +298,7 @@ ejs-calendar {
|
|
|
298
298
|
.e-bigger.e-small .e-calendar .e-content span.e-day {
|
|
299
299
|
border: none;
|
|
300
300
|
font-size: 14px;
|
|
301
|
-
font-weight:
|
|
301
|
+
font-weight: 400;
|
|
302
302
|
height: 32px;
|
|
303
303
|
line-height: 32px;
|
|
304
304
|
width: 32px;
|
|
@@ -332,7 +332,7 @@ ejs-calendar {
|
|
|
332
332
|
.e-calendar .e-content.e-year td > span.e-day, .e-calendar .e-content.e-decade td > span.e-day,
|
|
333
333
|
.e-bigger.e-small .e-calendar .e-content.e-year td > span.e-day,
|
|
334
334
|
.e-bigger.e-small .e-calendar .e-content.e-decade td > span.e-day {
|
|
335
|
-
font-weight:
|
|
335
|
+
font-weight: 400;
|
|
336
336
|
height: 56px;
|
|
337
337
|
line-height: 56px;
|
|
338
338
|
width: 56px;
|
|
@@ -439,7 +439,7 @@ ejs-calendar {
|
|
|
439
439
|
.e-bigger.e-calendar .e-content.e-year span.e-day,
|
|
440
440
|
*.e-bigger .e-calendar .e-content.e-year span.e-day {
|
|
441
441
|
font-size: 16px;
|
|
442
|
-
font-weight:
|
|
442
|
+
font-weight: 400;
|
|
443
443
|
}
|
|
444
444
|
.e-bigger.e-calendar .e-content.e-month table,
|
|
445
445
|
*.e-bigger .e-calendar .e-content.e-month table {
|
|
@@ -534,14 +534,15 @@ ejs-calendar {
|
|
|
534
534
|
.e-small .e-calendar .e-header {
|
|
535
535
|
height: 22px;
|
|
536
536
|
}
|
|
537
|
-
.e-small.e-calendar .e-header span,
|
|
538
|
-
.e-small .e-calendar .e-header span {
|
|
537
|
+
.e-small.e-calendar .e-header button span,
|
|
538
|
+
.e-small .e-calendar .e-header button span {
|
|
539
539
|
font-size: 12px;
|
|
540
540
|
padding: 0;
|
|
541
|
+
line-height: 14px;
|
|
541
542
|
}
|
|
542
543
|
.e-small.e-calendar .e-header .e-title,
|
|
543
544
|
.e-small .e-calendar .e-header .e-title {
|
|
544
|
-
font-size:
|
|
545
|
+
font-size: 12px;
|
|
545
546
|
line-height: 22px;
|
|
546
547
|
}
|
|
547
548
|
.e-small.e-calendar.e-rtl .e-header .e-title,
|
|
@@ -660,7 +661,7 @@ ejs-calendar {
|
|
|
660
661
|
.e-bigger.e-small .e-calendar .e-header .e-next.e-disabled span,
|
|
661
662
|
.e-bigger.e-small .e-calendar .e-header .e-prev.e-disabled span {
|
|
662
663
|
color: #adb5bd;
|
|
663
|
-
font-weight:
|
|
664
|
+
font-weight: 400;
|
|
664
665
|
}
|
|
665
666
|
.e-calendar .e-header .e-next.e-disabled, .e-calendar .e-header .e-prev.e-disabled,
|
|
666
667
|
.e-bigger.e-small .e-calendar .e-header .e-next.e-disabled,
|
|
@@ -1108,7 +1109,7 @@ ejs-calendar {
|
|
|
1108
1109
|
/*! component icons */
|
|
1109
1110
|
.e-input-group-icon.e-date-icon,
|
|
1110
1111
|
*.e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
1111
|
-
font-size:
|
|
1112
|
+
font-size: 16px;
|
|
1112
1113
|
margin: 0;
|
|
1113
1114
|
min-height: 18px;
|
|
1114
1115
|
min-width: 30px;
|
|
@@ -1128,7 +1129,7 @@ ejs-calendar {
|
|
|
1128
1129
|
.e-bigger .e-input-group-icon.e-date-icon,
|
|
1129
1130
|
*.e-control-wrapper.e-bigger .e-input-group-icon.e-date-icon,
|
|
1130
1131
|
*.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
1131
|
-
font-size:
|
|
1132
|
+
font-size: 18px;
|
|
1132
1133
|
margin: 0;
|
|
1133
1134
|
min-height: 18px;
|
|
1134
1135
|
min-width: 36px;
|
|
@@ -1410,7 +1411,7 @@ ejs-calendar {
|
|
|
1410
1411
|
}
|
|
1411
1412
|
.e-daterangepicker.e-popup .e-range-header .e-change-icon,
|
|
1412
1413
|
.e-bigger.e-small .e-daterangepicker.e-popup .e-range-header .e-change-icon {
|
|
1413
|
-
font-size:
|
|
1414
|
+
font-size: 14px;
|
|
1414
1415
|
font-weight: 500;
|
|
1415
1416
|
text-align: center;
|
|
1416
1417
|
width: 4%;
|
|
@@ -1456,7 +1457,7 @@ ejs-calendar {
|
|
|
1456
1457
|
line-height: 24px;
|
|
1457
1458
|
width: auto;
|
|
1458
1459
|
float: none;
|
|
1459
|
-
font-weight:
|
|
1460
|
+
font-weight: 400;
|
|
1460
1461
|
margin-left: 0;
|
|
1461
1462
|
}
|
|
1462
1463
|
.e-daterangepicker.e-popup .e-calendar .e-header.e-month, .e-daterangepicker.e-popup .e-calendar .e-header.e-year, .e-daterangepicker.e-popup .e-calendar .e-header.e-decade,
|
|
@@ -1572,7 +1573,7 @@ ejs-calendar {
|
|
|
1572
1573
|
}
|
|
1573
1574
|
.e-daterangepicker.e-popup .e-presets .e-ul li.e-list-item,
|
|
1574
1575
|
.e-bigger.e-small .e-daterangepicker.e-popup .e-presets .e-ul li.e-list-item {
|
|
1575
|
-
font-size:
|
|
1576
|
+
font-size: 12px;
|
|
1576
1577
|
height: 36px;
|
|
1577
1578
|
line-height: 36px;
|
|
1578
1579
|
}
|
|
@@ -1856,6 +1857,7 @@ ejs-calendar {
|
|
|
1856
1857
|
*.e-bigger.e-daterangepicker.e-device.e-popup .e-range-header .e-day-span,
|
|
1857
1858
|
*.e-device.e-daterangepicker.e-device.e-popup .e-range-header .e-day-span {
|
|
1858
1859
|
margin: 10px 0;
|
|
1860
|
+
margin-bottom: 0;
|
|
1859
1861
|
}
|
|
1860
1862
|
|
|
1861
1863
|
.e-small .e-daterangepicker.e-popup .e-range-header,
|
|
@@ -344,7 +344,7 @@ ejs-calendar {
|
|
|
344
344
|
}
|
|
345
345
|
.e-calendar .e-footer-container,
|
|
346
346
|
.e-bigger.e-small .e-calendar .e-footer-container {
|
|
347
|
-
background-color:
|
|
347
|
+
background-color: transparent;
|
|
348
348
|
border-top: none;
|
|
349
349
|
cursor: default;
|
|
350
350
|
display: inline-block;
|
|
@@ -509,10 +509,11 @@ ejs-calendar {
|
|
|
509
509
|
.e-small .e-calendar .e-header {
|
|
510
510
|
height: 32px;
|
|
511
511
|
}
|
|
512
|
-
.e-small.e-calendar .e-header span,
|
|
513
|
-
.e-small .e-calendar .e-header span {
|
|
512
|
+
.e-small.e-calendar .e-header button span,
|
|
513
|
+
.e-small .e-calendar .e-header button span {
|
|
514
514
|
font-size: 12px;
|
|
515
515
|
padding: 6px;
|
|
516
|
+
line-height: 14px;
|
|
516
517
|
}
|
|
517
518
|
.e-small.e-calendar .e-header .e-title,
|
|
518
519
|
.e-small .e-calendar .e-header .e-title {
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-buttons/styles/button/bootstrap-dark-definition.scss';
|
|
3
|
-
@import 'bootstrap-dark-definition.scss';
|
|
4
|
-
@import 'icons/bootstrap-dark.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-calendars/styles/calendar/bootstrap-dark.scss';
|
|
@@ -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 {
|
|
@@ -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 {
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-buttons/styles/button/bootstrap4-definition.scss';
|
|
3
|
-
@import 'bootstrap4-definition.scss';
|
|
4
|
-
@import 'icons/bootstrap4.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-calendars/styles/calendar/bootstrap4.scss';
|
|
@@ -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;
|
|
@@ -160,12 +160,12 @@ ejs-calendar {
|
|
|
160
160
|
.e-bigger.e-small .e-calendar .e-content td.e-other-month > span.e-day,
|
|
161
161
|
.e-bigger.e-small .e-calendar .e-content td.e-other-year > span.e-day {
|
|
162
162
|
display: inline-block;
|
|
163
|
-
font-weight:
|
|
163
|
+
font-weight: 400;
|
|
164
164
|
}
|
|
165
165
|
.e-calendar .e-content tr.e-month-hide,
|
|
166
166
|
.e-bigger.e-small .e-calendar .e-content tr.e-month-hide {
|
|
167
167
|
display: none;
|
|
168
|
-
font-weight:
|
|
168
|
+
font-weight: 400;
|
|
169
169
|
}
|
|
170
170
|
.e-calendar .e-content tr.e-month-hide, .e-calendar .e-content td.e-other-month, .e-calendar .e-content td.e-other-year,
|
|
171
171
|
.e-bigger.e-small .e-calendar .e-content tr.e-month-hide,
|
|
@@ -203,7 +203,7 @@ ejs-calendar {
|
|
|
203
203
|
display: inline-block;
|
|
204
204
|
float: left;
|
|
205
205
|
font-size: 16px;
|
|
206
|
-
font-weight:
|
|
206
|
+
font-weight: 700;
|
|
207
207
|
text-align: left;
|
|
208
208
|
}
|
|
209
209
|
.e-calendar .e-header .e-title,
|
|
@@ -298,7 +298,7 @@ ejs-calendar {
|
|
|
298
298
|
.e-bigger.e-small .e-calendar .e-content span.e-day {
|
|
299
299
|
border: none;
|
|
300
300
|
font-size: 14px;
|
|
301
|
-
font-weight:
|
|
301
|
+
font-weight: 400;
|
|
302
302
|
height: 32px;
|
|
303
303
|
line-height: 32px;
|
|
304
304
|
width: 32px;
|
|
@@ -332,7 +332,7 @@ ejs-calendar {
|
|
|
332
332
|
.e-calendar .e-content.e-year td > span.e-day, .e-calendar .e-content.e-decade td > span.e-day,
|
|
333
333
|
.e-bigger.e-small .e-calendar .e-content.e-year td > span.e-day,
|
|
334
334
|
.e-bigger.e-small .e-calendar .e-content.e-decade td > span.e-day {
|
|
335
|
-
font-weight:
|
|
335
|
+
font-weight: 400;
|
|
336
336
|
height: 56px;
|
|
337
337
|
line-height: 56px;
|
|
338
338
|
width: 56px;
|
|
@@ -439,7 +439,7 @@ ejs-calendar {
|
|
|
439
439
|
.e-bigger.e-calendar .e-content.e-year span.e-day,
|
|
440
440
|
*.e-bigger .e-calendar .e-content.e-year span.e-day {
|
|
441
441
|
font-size: 16px;
|
|
442
|
-
font-weight:
|
|
442
|
+
font-weight: 400;
|
|
443
443
|
}
|
|
444
444
|
.e-bigger.e-calendar .e-content.e-month table,
|
|
445
445
|
*.e-bigger .e-calendar .e-content.e-month table {
|
|
@@ -534,14 +534,15 @@ ejs-calendar {
|
|
|
534
534
|
.e-small .e-calendar .e-header {
|
|
535
535
|
height: 22px;
|
|
536
536
|
}
|
|
537
|
-
.e-small.e-calendar .e-header span,
|
|
538
|
-
.e-small .e-calendar .e-header span {
|
|
537
|
+
.e-small.e-calendar .e-header button span,
|
|
538
|
+
.e-small .e-calendar .e-header button span {
|
|
539
539
|
font-size: 12px;
|
|
540
540
|
padding: 0;
|
|
541
|
+
line-height: 14px;
|
|
541
542
|
}
|
|
542
543
|
.e-small.e-calendar .e-header .e-title,
|
|
543
544
|
.e-small .e-calendar .e-header .e-title {
|
|
544
|
-
font-size:
|
|
545
|
+
font-size: 12px;
|
|
545
546
|
line-height: 22px;
|
|
546
547
|
}
|
|
547
548
|
.e-small.e-calendar.e-rtl .e-header .e-title,
|
|
@@ -660,7 +661,7 @@ ejs-calendar {
|
|
|
660
661
|
.e-bigger.e-small .e-calendar .e-header .e-next.e-disabled span,
|
|
661
662
|
.e-bigger.e-small .e-calendar .e-header .e-prev.e-disabled span {
|
|
662
663
|
color: #6c757d;
|
|
663
|
-
font-weight:
|
|
664
|
+
font-weight: 400;
|
|
664
665
|
}
|
|
665
666
|
.e-calendar .e-header .e-next.e-disabled, .e-calendar .e-header .e-prev.e-disabled,
|
|
666
667
|
.e-bigger.e-small .e-calendar .e-header .e-next.e-disabled,
|
|
@@ -706,7 +707,7 @@ ejs-calendar {
|
|
|
706
707
|
.e-bigger.e-small .e-calendar .e-content td.e-focused-date span.e-day,
|
|
707
708
|
.e-bigger.e-small .e-calendar .e-content td.e-focused-date:hover span.e-day,
|
|
708
709
|
.e-bigger.e-small .e-calendar .e-content td.e-focused-date:focus span.e-day {
|
|
709
|
-
background: #
|
|
710
|
+
background: #444c54;
|
|
710
711
|
border: none;
|
|
711
712
|
border-radius: 4px;
|
|
712
713
|
box-shadow: none;
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-buttons/styles/button/bootstrap5-dark-definition.scss';
|
|
3
|
-
@import 'bootstrap5-dark-definition.scss';
|
|
4
|
-
@import 'icons/bootstrap5-dark.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-calendars/styles/calendar/bootstrap5-dark.scss';
|
|
@@ -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;
|
|
@@ -160,12 +160,12 @@ ejs-calendar {
|
|
|
160
160
|
.e-bigger.e-small .e-calendar .e-content td.e-other-month > span.e-day,
|
|
161
161
|
.e-bigger.e-small .e-calendar .e-content td.e-other-year > span.e-day {
|
|
162
162
|
display: inline-block;
|
|
163
|
-
font-weight:
|
|
163
|
+
font-weight: 400;
|
|
164
164
|
}
|
|
165
165
|
.e-calendar .e-content tr.e-month-hide,
|
|
166
166
|
.e-bigger.e-small .e-calendar .e-content tr.e-month-hide {
|
|
167
167
|
display: none;
|
|
168
|
-
font-weight:
|
|
168
|
+
font-weight: 400;
|
|
169
169
|
}
|
|
170
170
|
.e-calendar .e-content tr.e-month-hide, .e-calendar .e-content td.e-other-month, .e-calendar .e-content td.e-other-year,
|
|
171
171
|
.e-bigger.e-small .e-calendar .e-content tr.e-month-hide,
|
|
@@ -203,7 +203,7 @@ ejs-calendar {
|
|
|
203
203
|
display: inline-block;
|
|
204
204
|
float: left;
|
|
205
205
|
font-size: 16px;
|
|
206
|
-
font-weight:
|
|
206
|
+
font-weight: 700;
|
|
207
207
|
text-align: left;
|
|
208
208
|
}
|
|
209
209
|
.e-calendar .e-header .e-title,
|
|
@@ -298,7 +298,7 @@ ejs-calendar {
|
|
|
298
298
|
.e-bigger.e-small .e-calendar .e-content span.e-day {
|
|
299
299
|
border: none;
|
|
300
300
|
font-size: 14px;
|
|
301
|
-
font-weight:
|
|
301
|
+
font-weight: 400;
|
|
302
302
|
height: 32px;
|
|
303
303
|
line-height: 32px;
|
|
304
304
|
width: 32px;
|
|
@@ -332,7 +332,7 @@ ejs-calendar {
|
|
|
332
332
|
.e-calendar .e-content.e-year td > span.e-day, .e-calendar .e-content.e-decade td > span.e-day,
|
|
333
333
|
.e-bigger.e-small .e-calendar .e-content.e-year td > span.e-day,
|
|
334
334
|
.e-bigger.e-small .e-calendar .e-content.e-decade td > span.e-day {
|
|
335
|
-
font-weight:
|
|
335
|
+
font-weight: 400;
|
|
336
336
|
height: 56px;
|
|
337
337
|
line-height: 56px;
|
|
338
338
|
width: 56px;
|
|
@@ -439,7 +439,7 @@ ejs-calendar {
|
|
|
439
439
|
.e-bigger.e-calendar .e-content.e-year span.e-day,
|
|
440
440
|
*.e-bigger .e-calendar .e-content.e-year span.e-day {
|
|
441
441
|
font-size: 16px;
|
|
442
|
-
font-weight:
|
|
442
|
+
font-weight: 400;
|
|
443
443
|
}
|
|
444
444
|
.e-bigger.e-calendar .e-content.e-month table,
|
|
445
445
|
*.e-bigger .e-calendar .e-content.e-month table {
|
|
@@ -534,14 +534,15 @@ ejs-calendar {
|
|
|
534
534
|
.e-small .e-calendar .e-header {
|
|
535
535
|
height: 22px;
|
|
536
536
|
}
|
|
537
|
-
.e-small.e-calendar .e-header span,
|
|
538
|
-
.e-small .e-calendar .e-header span {
|
|
537
|
+
.e-small.e-calendar .e-header button span,
|
|
538
|
+
.e-small .e-calendar .e-header button span {
|
|
539
539
|
font-size: 12px;
|
|
540
540
|
padding: 0;
|
|
541
|
+
line-height: 14px;
|
|
541
542
|
}
|
|
542
543
|
.e-small.e-calendar .e-header .e-title,
|
|
543
544
|
.e-small .e-calendar .e-header .e-title {
|
|
544
|
-
font-size:
|
|
545
|
+
font-size: 12px;
|
|
545
546
|
line-height: 22px;
|
|
546
547
|
}
|
|
547
548
|
.e-small.e-calendar.e-rtl .e-header .e-title,
|
|
@@ -660,7 +661,7 @@ ejs-calendar {
|
|
|
660
661
|
.e-bigger.e-small .e-calendar .e-header .e-next.e-disabled span,
|
|
661
662
|
.e-bigger.e-small .e-calendar .e-header .e-prev.e-disabled span {
|
|
662
663
|
color: #adb5bd;
|
|
663
|
-
font-weight:
|
|
664
|
+
font-weight: 400;
|
|
664
665
|
}
|
|
665
666
|
.e-calendar .e-header .e-next.e-disabled, .e-calendar .e-header .e-prev.e-disabled,
|
|
666
667
|
.e-bigger.e-small .e-calendar .e-header .e-next.e-disabled,
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-buttons/styles/button/bootstrap5-definition.scss';
|
|
3
|
-
@import 'bootstrap5-definition.scss';
|
|
4
|
-
@import 'icons/bootstrap5.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-calendars/styles/calendar/bootstrap5.scss';
|
|
@@ -125,6 +125,15 @@ ejs-calendar {
|
|
|
125
125
|
-ms-touch-action: none;
|
|
126
126
|
touch-action: none;
|
|
127
127
|
}
|
|
128
|
+
.e-calendar .e-content td.e-disabled.e-today,
|
|
129
|
+
.e-bigger.e-small .e-calendar .e-content td.e-disabled.e-today {
|
|
130
|
+
opacity: 1;
|
|
131
|
+
}
|
|
132
|
+
.e-calendar .e-content td.e-disabled.e-today span.e-day,
|
|
133
|
+
.e-bigger.e-small .e-calendar .e-content td.e-disabled.e-today span.e-day {
|
|
134
|
+
box-shadow: inset 1px 0 #0074cc, inset 0 1px #0074cc, inset -1px 0 #0074cc, inset 0 -1px #0074cc;
|
|
135
|
+
color: none;
|
|
136
|
+
}
|
|
128
137
|
.e-calendar .e-content td,
|
|
129
138
|
.e-bigger.e-small .e-calendar .e-content td {
|
|
130
139
|
cursor: pointer;
|
|
@@ -344,7 +353,7 @@ ejs-calendar {
|
|
|
344
353
|
}
|
|
345
354
|
.e-calendar .e-footer-container,
|
|
346
355
|
.e-bigger.e-small .e-calendar .e-footer-container {
|
|
347
|
-
background-color:
|
|
356
|
+
background-color: transparent;
|
|
348
357
|
border-top: none;
|
|
349
358
|
cursor: default;
|
|
350
359
|
display: -ms-flexbox;
|
|
@@ -353,7 +362,7 @@ ejs-calendar {
|
|
|
353
362
|
flex-direction: row;
|
|
354
363
|
-ms-flex-pack: end;
|
|
355
364
|
justify-content: flex-end;
|
|
356
|
-
padding:
|
|
365
|
+
padding: 10px 10px 10px 10px;
|
|
357
366
|
text-align: center;
|
|
358
367
|
width: 100%;
|
|
359
368
|
}
|
|
@@ -478,7 +487,7 @@ ejs-calendar {
|
|
|
478
487
|
.e-bigger.e-calendar .e-footer-container,
|
|
479
488
|
*.e-bigger .e-calendar .e-footer-container {
|
|
480
489
|
border-top: none;
|
|
481
|
-
padding:
|
|
490
|
+
padding: 10px 10px 10px 10px;
|
|
482
491
|
}
|
|
483
492
|
.e-small.e-calendar,
|
|
484
493
|
.e-small .e-calendar {
|
|
@@ -510,10 +519,11 @@ ejs-calendar {
|
|
|
510
519
|
.e-small .e-calendar .e-header {
|
|
511
520
|
height: 32px;
|
|
512
521
|
}
|
|
513
|
-
.e-small.e-calendar .e-header span,
|
|
514
|
-
.e-small .e-calendar .e-header span {
|
|
522
|
+
.e-small.e-calendar .e-header button span,
|
|
523
|
+
.e-small .e-calendar .e-header button span {
|
|
515
524
|
font-size: 12px;
|
|
516
525
|
padding: 6px;
|
|
526
|
+
line-height: 14px;
|
|
517
527
|
}
|
|
518
528
|
.e-small.e-calendar .e-header .e-title,
|
|
519
529
|
.e-small .e-calendar .e-header .e-title {
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-buttons/styles/button/fabric-dark-definition.scss';
|
|
3
|
-
@import 'fabric-dark-definition.scss';
|
|
4
|
-
@import 'icons/fabric-dark.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-calendars/styles/calendar/fabric-dark.scss';
|
|
@@ -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 #0078d6, inset 0 1px #0078d6, inset -1px 0 #0078d6, inset 0 -1px #0078d6;
|
|
136
|
+
color: #ccc;
|
|
137
|
+
}
|
|
129
138
|
.e-calendar .e-content td,
|
|
130
139
|
.e-bigger.e-small .e-calendar .e-content td {
|
|
131
140
|
cursor: pointer;
|
|
@@ -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 {
|