@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
|
@@ -128,7 +128,7 @@
|
|
|
128
128
|
}
|
|
129
129
|
.e-daterangepicker.e-popup .e-range-header .e-change-icon,
|
|
130
130
|
.e-bigger.e-small .e-daterangepicker.e-popup .e-range-header .e-change-icon {
|
|
131
|
-
font-size:
|
|
131
|
+
font-size: 14px;
|
|
132
132
|
font-weight: 500;
|
|
133
133
|
text-align: center;
|
|
134
134
|
width: 4%;
|
|
@@ -174,7 +174,7 @@
|
|
|
174
174
|
line-height: 24px;
|
|
175
175
|
width: auto;
|
|
176
176
|
float: none;
|
|
177
|
-
font-weight:
|
|
177
|
+
font-weight: 400;
|
|
178
178
|
margin-left: 0;
|
|
179
179
|
}
|
|
180
180
|
.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,
|
|
@@ -290,7 +290,7 @@
|
|
|
290
290
|
}
|
|
291
291
|
.e-daterangepicker.e-popup .e-presets .e-ul li.e-list-item,
|
|
292
292
|
.e-bigger.e-small .e-daterangepicker.e-popup .e-presets .e-ul li.e-list-item {
|
|
293
|
-
font-size:
|
|
293
|
+
font-size: 12px;
|
|
294
294
|
height: 36px;
|
|
295
295
|
line-height: 36px;
|
|
296
296
|
}
|
|
@@ -574,6 +574,7 @@
|
|
|
574
574
|
*.e-bigger.e-daterangepicker.e-device.e-popup .e-range-header .e-day-span,
|
|
575
575
|
*.e-device.e-daterangepicker.e-device.e-popup .e-range-header .e-day-span {
|
|
576
576
|
margin: 10px 0;
|
|
577
|
+
margin-bottom: 0;
|
|
577
578
|
}
|
|
578
579
|
|
|
579
580
|
.e-small .e-daterangepicker.e-popup .e-range-header,
|
|
@@ -720,7 +721,7 @@
|
|
|
720
721
|
.e-bigger.e-small.e-daterangepicker.e-popup .e-calendar .e-range-hover:not(.e-selected):hover span.e-day,
|
|
721
722
|
.e-bigger.e-small.e-daterangepicker.e-popup .e-calendar .e-range-hover.e-focused-date:not(.e-selected) span.e-day,
|
|
722
723
|
.e-bigger.e-small.e-daterangepicker.e-popup .e-calendar .e-range-hover.e-focused-date.e-today span.e-day {
|
|
723
|
-
background-color: #
|
|
724
|
+
background-color: #6c757d;
|
|
724
725
|
border: none;
|
|
725
726
|
color: #e9ecef;
|
|
726
727
|
}
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-inputs/styles/input/bootstrap5-dark-definition.scss';
|
|
3
|
-
@import 'ej2-popups/styles/popup/bootstrap5-dark-definition.scss';
|
|
4
|
-
@import '../calendar/bootstrap5-dark-definition.scss';
|
|
5
|
-
@import 'bootstrap5-dark-definition.scss';
|
|
6
|
-
@import 'icons/bootstrap5-dark.scss';
|
|
7
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-calendars/styles/daterangepicker/bootstrap5-dark.scss';
|
|
@@ -128,7 +128,7 @@
|
|
|
128
128
|
}
|
|
129
129
|
.e-daterangepicker.e-popup .e-range-header .e-change-icon,
|
|
130
130
|
.e-bigger.e-small .e-daterangepicker.e-popup .e-range-header .e-change-icon {
|
|
131
|
-
font-size:
|
|
131
|
+
font-size: 14px;
|
|
132
132
|
font-weight: 500;
|
|
133
133
|
text-align: center;
|
|
134
134
|
width: 4%;
|
|
@@ -174,7 +174,7 @@
|
|
|
174
174
|
line-height: 24px;
|
|
175
175
|
width: auto;
|
|
176
176
|
float: none;
|
|
177
|
-
font-weight:
|
|
177
|
+
font-weight: 400;
|
|
178
178
|
margin-left: 0;
|
|
179
179
|
}
|
|
180
180
|
.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,
|
|
@@ -290,7 +290,7 @@
|
|
|
290
290
|
}
|
|
291
291
|
.e-daterangepicker.e-popup .e-presets .e-ul li.e-list-item,
|
|
292
292
|
.e-bigger.e-small .e-daterangepicker.e-popup .e-presets .e-ul li.e-list-item {
|
|
293
|
-
font-size:
|
|
293
|
+
font-size: 12px;
|
|
294
294
|
height: 36px;
|
|
295
295
|
line-height: 36px;
|
|
296
296
|
}
|
|
@@ -574,6 +574,7 @@
|
|
|
574
574
|
*.e-bigger.e-daterangepicker.e-device.e-popup .e-range-header .e-day-span,
|
|
575
575
|
*.e-device.e-daterangepicker.e-device.e-popup .e-range-header .e-day-span {
|
|
576
576
|
margin: 10px 0;
|
|
577
|
+
margin-bottom: 0;
|
|
577
578
|
}
|
|
578
579
|
|
|
579
580
|
.e-small .e-daterangepicker.e-popup .e-range-header,
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-inputs/styles/input/bootstrap5-definition.scss';
|
|
3
|
-
@import 'ej2-popups/styles/popup/bootstrap5-definition.scss';
|
|
4
|
-
@import '../calendar/bootstrap5-definition.scss';
|
|
5
|
-
@import 'bootstrap5-definition.scss';
|
|
6
|
-
@import 'icons/bootstrap5.scss';
|
|
7
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-calendars/styles/daterangepicker/bootstrap5.scss';
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
}
|
|
38
38
|
|
|
39
39
|
.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 {
|
|
40
|
-
font-size:
|
|
40
|
+
font-size: 18px;
|
|
41
41
|
margin: 0;
|
|
42
42
|
outline: none;
|
|
43
43
|
}
|
|
@@ -148,7 +148,7 @@
|
|
|
148
148
|
.e-daterangepicker.e-popup .e-separator,
|
|
149
149
|
.e-bigger.e-small .e-daterangepicker.e-popup .e-separator {
|
|
150
150
|
height: 1px;
|
|
151
|
-
margin: 0
|
|
151
|
+
margin: 0;
|
|
152
152
|
}
|
|
153
153
|
.e-daterangepicker.e-popup .e-calendar,
|
|
154
154
|
.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar {
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-inputs/styles/input/fabric-dark-definition.scss';
|
|
3
|
-
@import 'ej2-popups/styles/popup/fabric-dark-definition.scss';
|
|
4
|
-
@import '../calendar/fabric-dark-definition.scss';
|
|
5
|
-
@import 'fabric-dark-definition.scss';
|
|
6
|
-
@import 'icons/fabric-dark.scss';
|
|
7
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-calendars/styles/daterangepicker/fabric-dark.scss';
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
}
|
|
39
39
|
|
|
40
40
|
.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 {
|
|
41
|
-
font-size:
|
|
41
|
+
font-size: 18px;
|
|
42
42
|
margin: 0;
|
|
43
43
|
outline: none;
|
|
44
44
|
}
|
|
@@ -149,7 +149,7 @@
|
|
|
149
149
|
.e-daterangepicker.e-popup .e-separator,
|
|
150
150
|
.e-bigger.e-small .e-daterangepicker.e-popup .e-separator {
|
|
151
151
|
height: 1px;
|
|
152
|
-
margin: 0
|
|
152
|
+
margin: 0;
|
|
153
153
|
}
|
|
154
154
|
.e-daterangepicker.e-popup .e-calendar,
|
|
155
155
|
.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar {
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-inputs/styles/input/fabric-definition.scss';
|
|
3
|
-
@import 'ej2-popups/styles/popup/fabric-definition.scss';
|
|
4
|
-
@import '../calendar/fabric-definition.scss';
|
|
5
|
-
@import 'fabric-definition.scss';
|
|
6
|
-
@import 'icons/fabric.scss';
|
|
7
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-calendars/styles/daterangepicker/fabric.scss';
|
|
@@ -128,7 +128,7 @@
|
|
|
128
128
|
}
|
|
129
129
|
.e-daterangepicker.e-popup .e-range-header .e-change-icon,
|
|
130
130
|
.e-bigger.e-small .e-daterangepicker.e-popup .e-range-header .e-change-icon {
|
|
131
|
-
font-size:
|
|
131
|
+
font-size: 16px;
|
|
132
132
|
font-weight: 600;
|
|
133
133
|
text-align: center;
|
|
134
134
|
width: 4%;
|
|
@@ -395,7 +395,7 @@
|
|
|
395
395
|
border: 1px solid #0078d4;
|
|
396
396
|
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);
|
|
397
397
|
font-size: 14px;
|
|
398
|
-
font-weight:
|
|
398
|
+
font-weight: 600;
|
|
399
399
|
height: 36px;
|
|
400
400
|
line-height: 34px;
|
|
401
401
|
max-width: 116px;
|
|
@@ -472,6 +472,11 @@
|
|
|
472
472
|
*.e-device.e-daterangepicker .e-calendar {
|
|
473
473
|
max-width: 296px;
|
|
474
474
|
}
|
|
475
|
+
.e-bigger .e-daterangepicker .e-calendar .e-header,
|
|
476
|
+
*.e-bigger.e-daterangepicker .e-calendar .e-header,
|
|
477
|
+
*.e-device.e-daterangepicker .e-calendar .e-header {
|
|
478
|
+
padding: 8px 16px;
|
|
479
|
+
}
|
|
475
480
|
.e-bigger .e-daterangepicker .e-calendar .e-header .e-next, .e-bigger .e-daterangepicker .e-calendar .e-header .e-prev,
|
|
476
481
|
*.e-bigger.e-daterangepicker .e-calendar .e-header .e-next,
|
|
477
482
|
*.e-bigger.e-daterangepicker .e-calendar .e-header .e-prev,
|
|
@@ -541,12 +546,12 @@
|
|
|
541
546
|
*.e-bigger.e-daterangepicker.e-device.e-popup .e-range-header,
|
|
542
547
|
*.e-device.e-daterangepicker.e-device.e-popup .e-range-header {
|
|
543
548
|
margin: 0;
|
|
544
|
-
padding: 12px;
|
|
549
|
+
padding: 12px 0 12px 12px;
|
|
545
550
|
}
|
|
546
551
|
.e-bigger .e-daterangepicker.e-device.e-popup .e-range-header .e-day-span,
|
|
547
552
|
*.e-bigger.e-daterangepicker.e-device.e-popup .e-range-header .e-day-span,
|
|
548
553
|
*.e-device.e-daterangepicker.e-device.e-popup .e-range-header .e-day-span {
|
|
549
|
-
margin:
|
|
554
|
+
margin: 12px 0;
|
|
550
555
|
}
|
|
551
556
|
|
|
552
557
|
.e-small .e-daterangepicker.e-popup .e-range-header,
|
|
@@ -582,6 +587,25 @@
|
|
|
582
587
|
line-height: 26px;
|
|
583
588
|
}
|
|
584
589
|
|
|
590
|
+
.e-daterangepicker .e-calendar .e-month .e-selected span.e-day,
|
|
591
|
+
.e-daterangepicker.e-bigger.e-small .e-calendar .e-month .e-selected span.e-day {
|
|
592
|
+
height: 25px;
|
|
593
|
+
width: 25px;
|
|
594
|
+
line-height: 25px;
|
|
595
|
+
}
|
|
596
|
+
|
|
597
|
+
.e-daterangepicker.e-bigger .e-calendar .e-month .e-selected span.e-day {
|
|
598
|
+
height: 29px;
|
|
599
|
+
width: 29px;
|
|
600
|
+
line-height: 29px;
|
|
601
|
+
}
|
|
602
|
+
|
|
603
|
+
.e-daterangepicker.e-small .e-calendar .e-month .e-selected span.e-day {
|
|
604
|
+
height: 21px;
|
|
605
|
+
width: 21px;
|
|
606
|
+
line-height: 21px;
|
|
607
|
+
}
|
|
608
|
+
|
|
585
609
|
/* stylelint-disable */
|
|
586
610
|
.e-range-overflow {
|
|
587
611
|
overflow: hidden;
|
|
@@ -921,23 +945,23 @@
|
|
|
921
945
|
|
|
922
946
|
.e-daterangepicker.e-popup .e-calendar .e-content.e-month .e-today.e-range-hover span,
|
|
923
947
|
.e-bigger.e-small .e-calendar .e-content.e-month td.e-today.e-range-hover span.e-day {
|
|
924
|
-
line-height:
|
|
948
|
+
line-height: 23px;
|
|
925
949
|
}
|
|
926
950
|
|
|
927
951
|
.e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-today.e-range-hover span,
|
|
928
952
|
.e-bigger.e-small .e-calendar .e-content.e-month td.e-today.e-other-month.e-range-hover span.e-day {
|
|
929
|
-
line-height:
|
|
953
|
+
line-height: 25px;
|
|
930
954
|
}
|
|
931
955
|
|
|
932
956
|
.e-small .e-calendar .e-content.e-month td.e-today.e-range-hover span.e-day,
|
|
933
957
|
.e-small .e-calendar .e-content.e-month td.e-other-month.e-today.e-range-hover span.e-day {
|
|
934
|
-
line-height:
|
|
958
|
+
line-height: 19px;
|
|
935
959
|
}
|
|
936
960
|
|
|
937
961
|
.e-bigger .e-calendar .e-content.e-month td.e-today.e-range-hover span.e-day {
|
|
938
|
-
line-height:
|
|
962
|
+
line-height: 28px;
|
|
939
963
|
}
|
|
940
964
|
|
|
941
965
|
.e-bigger .e-calendar .e-content.e-month td.e-other-month.e-today.e-range-hover span.e-day {
|
|
942
|
-
line-height:
|
|
966
|
+
line-height: 29px;
|
|
943
967
|
}
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-inputs/styles/input/fluent-dark-definition.scss';
|
|
3
|
-
@import 'ej2-popups/styles/popup/fluent-dark-definition.scss';
|
|
4
|
-
@import '../calendar/fluent-dark-definition.scss';
|
|
5
|
-
@import 'fluent-dark-definition.scss';
|
|
6
|
-
@import 'icons/fluent-dark.scss';
|
|
7
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-calendars/styles/daterangepicker/fluent-dark.scss';
|
|
@@ -128,7 +128,7 @@
|
|
|
128
128
|
}
|
|
129
129
|
.e-daterangepicker.e-popup .e-range-header .e-change-icon,
|
|
130
130
|
.e-bigger.e-small .e-daterangepicker.e-popup .e-range-header .e-change-icon {
|
|
131
|
-
font-size:
|
|
131
|
+
font-size: 16px;
|
|
132
132
|
font-weight: 600;
|
|
133
133
|
text-align: center;
|
|
134
134
|
width: 4%;
|
|
@@ -395,7 +395,7 @@
|
|
|
395
395
|
border: 1px solid #0078d4;
|
|
396
396
|
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);
|
|
397
397
|
font-size: 14px;
|
|
398
|
-
font-weight:
|
|
398
|
+
font-weight: 600;
|
|
399
399
|
height: 36px;
|
|
400
400
|
line-height: 34px;
|
|
401
401
|
max-width: 116px;
|
|
@@ -472,6 +472,11 @@
|
|
|
472
472
|
*.e-device.e-daterangepicker .e-calendar {
|
|
473
473
|
max-width: 296px;
|
|
474
474
|
}
|
|
475
|
+
.e-bigger .e-daterangepicker .e-calendar .e-header,
|
|
476
|
+
*.e-bigger.e-daterangepicker .e-calendar .e-header,
|
|
477
|
+
*.e-device.e-daterangepicker .e-calendar .e-header {
|
|
478
|
+
padding: 8px 16px;
|
|
479
|
+
}
|
|
475
480
|
.e-bigger .e-daterangepicker .e-calendar .e-header .e-next, .e-bigger .e-daterangepicker .e-calendar .e-header .e-prev,
|
|
476
481
|
*.e-bigger.e-daterangepicker .e-calendar .e-header .e-next,
|
|
477
482
|
*.e-bigger.e-daterangepicker .e-calendar .e-header .e-prev,
|
|
@@ -541,12 +546,12 @@
|
|
|
541
546
|
*.e-bigger.e-daterangepicker.e-device.e-popup .e-range-header,
|
|
542
547
|
*.e-device.e-daterangepicker.e-device.e-popup .e-range-header {
|
|
543
548
|
margin: 0;
|
|
544
|
-
padding: 12px;
|
|
549
|
+
padding: 12px 0 12px 12px;
|
|
545
550
|
}
|
|
546
551
|
.e-bigger .e-daterangepicker.e-device.e-popup .e-range-header .e-day-span,
|
|
547
552
|
*.e-bigger.e-daterangepicker.e-device.e-popup .e-range-header .e-day-span,
|
|
548
553
|
*.e-device.e-daterangepicker.e-device.e-popup .e-range-header .e-day-span {
|
|
549
|
-
margin:
|
|
554
|
+
margin: 12px 0;
|
|
550
555
|
}
|
|
551
556
|
|
|
552
557
|
.e-small .e-daterangepicker.e-popup .e-range-header,
|
|
@@ -582,6 +587,25 @@
|
|
|
582
587
|
line-height: 26px;
|
|
583
588
|
}
|
|
584
589
|
|
|
590
|
+
.e-daterangepicker .e-calendar .e-month .e-selected span.e-day,
|
|
591
|
+
.e-daterangepicker.e-bigger.e-small .e-calendar .e-month .e-selected span.e-day {
|
|
592
|
+
height: 25px;
|
|
593
|
+
width: 25px;
|
|
594
|
+
line-height: 25px;
|
|
595
|
+
}
|
|
596
|
+
|
|
597
|
+
.e-daterangepicker.e-bigger .e-calendar .e-month .e-selected span.e-day {
|
|
598
|
+
height: 29px;
|
|
599
|
+
width: 29px;
|
|
600
|
+
line-height: 29px;
|
|
601
|
+
}
|
|
602
|
+
|
|
603
|
+
.e-daterangepicker.e-small .e-calendar .e-month .e-selected span.e-day {
|
|
604
|
+
height: 21px;
|
|
605
|
+
width: 21px;
|
|
606
|
+
line-height: 21px;
|
|
607
|
+
}
|
|
608
|
+
|
|
585
609
|
/* stylelint-disable */
|
|
586
610
|
.e-range-overflow {
|
|
587
611
|
overflow: hidden;
|
|
@@ -921,23 +945,23 @@
|
|
|
921
945
|
|
|
922
946
|
.e-daterangepicker.e-popup .e-calendar .e-content.e-month .e-today.e-range-hover span,
|
|
923
947
|
.e-bigger.e-small .e-calendar .e-content.e-month td.e-today.e-range-hover span.e-day {
|
|
924
|
-
line-height:
|
|
948
|
+
line-height: 23px;
|
|
925
949
|
}
|
|
926
950
|
|
|
927
951
|
.e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-today.e-range-hover span,
|
|
928
952
|
.e-bigger.e-small .e-calendar .e-content.e-month td.e-today.e-other-month.e-range-hover span.e-day {
|
|
929
|
-
line-height:
|
|
953
|
+
line-height: 25px;
|
|
930
954
|
}
|
|
931
955
|
|
|
932
956
|
.e-small .e-calendar .e-content.e-month td.e-today.e-range-hover span.e-day,
|
|
933
957
|
.e-small .e-calendar .e-content.e-month td.e-other-month.e-today.e-range-hover span.e-day {
|
|
934
|
-
line-height:
|
|
958
|
+
line-height: 19px;
|
|
935
959
|
}
|
|
936
960
|
|
|
937
961
|
.e-bigger .e-calendar .e-content.e-month td.e-today.e-range-hover span.e-day {
|
|
938
|
-
line-height:
|
|
962
|
+
line-height: 28px;
|
|
939
963
|
}
|
|
940
964
|
|
|
941
965
|
.e-bigger .e-calendar .e-content.e-month td.e-other-month.e-today.e-range-hover span.e-day {
|
|
942
|
-
line-height:
|
|
966
|
+
line-height: 29px;
|
|
943
967
|
}
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-inputs/styles/input/fluent-definition.scss';
|
|
3
|
-
@import 'ej2-popups/styles/popup/fluent-definition.scss';
|
|
4
|
-
@import '../calendar/fluent-definition.scss';
|
|
5
|
-
@import 'fluent-definition.scss';
|
|
6
|
-
@import 'icons/fluent.scss';
|
|
7
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-calendars/styles/daterangepicker/fluent.scss';
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
}
|
|
38
38
|
|
|
39
39
|
.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 {
|
|
40
|
-
font-size:
|
|
40
|
+
font-size: 18px;
|
|
41
41
|
margin: 0;
|
|
42
42
|
outline: none;
|
|
43
43
|
}
|
|
@@ -148,7 +148,7 @@
|
|
|
148
148
|
.e-daterangepicker.e-popup .e-separator,
|
|
149
149
|
.e-bigger.e-small .e-daterangepicker.e-popup .e-separator {
|
|
150
150
|
height: 1px;
|
|
151
|
-
margin: 0
|
|
151
|
+
margin: 0;
|
|
152
152
|
}
|
|
153
153
|
.e-daterangepicker.e-popup .e-calendar,
|
|
154
154
|
.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar {
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-inputs/styles/input/highcontrast-light-definition.scss';
|
|
3
|
-
@import 'ej2-popups/styles/popup/highcontrast-light-definition.scss';
|
|
4
|
-
@import '../calendar/highcontrast-light-definition.scss';
|
|
5
|
-
@import 'highcontrast-light-definition.scss';
|
|
6
|
-
@import 'icons/highcontrast-light.scss';
|
|
7
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-calendars/styles/daterangepicker/highcontrast-light.scss';
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
}
|
|
39
39
|
|
|
40
40
|
.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 {
|
|
41
|
-
font-size:
|
|
41
|
+
font-size: 18px;
|
|
42
42
|
margin: 0;
|
|
43
43
|
outline: none;
|
|
44
44
|
}
|
|
@@ -149,7 +149,7 @@
|
|
|
149
149
|
.e-daterangepicker.e-popup .e-separator,
|
|
150
150
|
.e-bigger.e-small .e-daterangepicker.e-popup .e-separator {
|
|
151
151
|
height: 1px;
|
|
152
|
-
margin: 0
|
|
152
|
+
margin: 0;
|
|
153
153
|
}
|
|
154
154
|
.e-daterangepicker.e-popup .e-calendar,
|
|
155
155
|
.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar {
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-inputs/styles/input/highcontrast-definition.scss';
|
|
3
|
-
@import 'ej2-popups/styles/popup/highcontrast-definition.scss';
|
|
4
|
-
@import '../calendar/highcontrast-definition.scss';
|
|
5
|
-
@import 'highcontrast-definition.scss';
|
|
6
|
-
@import 'icons/highcontrast.scss';
|
|
7
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-calendars/styles/daterangepicker/highcontrast.scss';
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
}
|
|
47
47
|
|
|
48
48
|
.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 {
|
|
49
|
-
font-size:
|
|
49
|
+
font-size: 18px;
|
|
50
50
|
margin: 0 0 2px 0;
|
|
51
51
|
min-height: 24px;
|
|
52
52
|
min-width: 24px;
|
|
@@ -187,7 +187,7 @@
|
|
|
187
187
|
.e-daterangepicker.e-popup .e-separator,
|
|
188
188
|
.e-bigger.e-small .e-daterangepicker.e-popup .e-separator {
|
|
189
189
|
height: 1px;
|
|
190
|
-
margin: 0
|
|
190
|
+
margin: 0;
|
|
191
191
|
}
|
|
192
192
|
.e-daterangepicker.e-popup .e-calendar,
|
|
193
193
|
.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar {
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-inputs/styles/input/material-dark-definition.scss';
|
|
3
|
-
@import 'ej2-popups/styles/popup/material-dark-definition.scss';
|
|
4
|
-
@import '../calendar/material-dark-definition.scss';
|
|
5
|
-
@import 'material-dark-definition.scss';
|
|
6
|
-
@import 'icons/material-dark.scss';
|
|
7
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-calendars/styles/daterangepicker/material-dark.scss';
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
}
|
|
56
56
|
|
|
57
57
|
.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 {
|
|
58
|
-
font-size:
|
|
58
|
+
font-size: 18px;
|
|
59
59
|
margin: 0 0 2px 0;
|
|
60
60
|
min-height: 24px;
|
|
61
61
|
min-width: 24px;
|
|
@@ -196,7 +196,7 @@
|
|
|
196
196
|
.e-daterangepicker.e-popup .e-separator,
|
|
197
197
|
.e-bigger.e-small .e-daterangepicker.e-popup .e-separator {
|
|
198
198
|
height: 1px;
|
|
199
|
-
margin: 0
|
|
199
|
+
margin: 0;
|
|
200
200
|
}
|
|
201
201
|
.e-daterangepicker.e-popup .e-calendar,
|
|
202
202
|
.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar {
|
|
@@ -401,6 +401,11 @@
|
|
|
401
401
|
max-width: 246px;
|
|
402
402
|
}
|
|
403
403
|
|
|
404
|
+
.e-bigger .e-daterangepicker.e-popup,
|
|
405
|
+
*.e-bigger.e-daterangepicker.e-popup,
|
|
406
|
+
*.e-device.e-daterangepicker.e-popup {
|
|
407
|
+
background-color: #fff;
|
|
408
|
+
}
|
|
404
409
|
.e-bigger .e-daterangepicker.e-popup.e-preset-wrapper,
|
|
405
410
|
*.e-bigger.e-daterangepicker.e-popup.e-preset-wrapper,
|
|
406
411
|
*.e-device.e-daterangepicker.e-popup.e-preset-wrapper {
|
|
@@ -775,6 +780,7 @@
|
|
|
775
780
|
height: 80%;
|
|
776
781
|
}
|
|
777
782
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
|
|
783
|
+
display: table;
|
|
778
784
|
border-spacing: unset;
|
|
779
785
|
}
|
|
780
786
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-header {
|
|
@@ -978,7 +984,7 @@
|
|
|
978
984
|
.e-bigger .e-daterangepicker,
|
|
979
985
|
*.e-bigger.e-daterangepicker,
|
|
980
986
|
*.e-device.e-daterangepicker {
|
|
981
|
-
background-color:
|
|
987
|
+
background-color: initial;
|
|
982
988
|
padding: 0;
|
|
983
989
|
}
|
|
984
990
|
.e-bigger .e-daterangepicker .e-calendar th,
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-inputs/styles/input/material-definition.scss';
|
|
3
|
-
@import 'ej2-popups/styles/popup/material-definition.scss';
|
|
4
|
-
@import '../calendar/material-definition.scss';
|
|
5
|
-
@import 'material-definition.scss';
|
|
6
|
-
@import 'icons/material.scss';
|
|
7
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-calendars/styles/daterangepicker/material.scss';
|
|
@@ -176,7 +176,7 @@
|
|
|
176
176
|
line-height: 24px;
|
|
177
177
|
width: auto;
|
|
178
178
|
float: none;
|
|
179
|
-
font-weight:
|
|
179
|
+
font-weight: 400;
|
|
180
180
|
margin-left: 0;
|
|
181
181
|
}
|
|
182
182
|
.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,
|
|
@@ -294,7 +294,7 @@
|
|
|
294
294
|
}
|
|
295
295
|
.e-daterangepicker.e-popup .e-presets .e-ul li.e-list-item,
|
|
296
296
|
.e-bigger.e-small .e-daterangepicker.e-popup .e-presets .e-ul li.e-list-item {
|
|
297
|
-
font-size:
|
|
297
|
+
font-size: 12px;
|
|
298
298
|
height: 36px;
|
|
299
299
|
line-height: 36px;
|
|
300
300
|
}
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-inputs/styles/input/tailwind-dark-definition.scss';
|
|
3
|
-
@import 'ej2-popups/styles/popup/tailwind-dark-definition.scss';
|
|
4
|
-
@import '../calendar/tailwind-dark-definition.scss';
|
|
5
|
-
@import 'tailwind-dark-definition.scss';
|
|
6
|
-
@import 'icons/tailwind-dark.scss';
|
|
7
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-calendars/styles/daterangepicker/tailwind-dark.scss';
|
|
@@ -176,7 +176,7 @@
|
|
|
176
176
|
line-height: 24px;
|
|
177
177
|
width: auto;
|
|
178
178
|
float: none;
|
|
179
|
-
font-weight:
|
|
179
|
+
font-weight: 400;
|
|
180
180
|
margin-left: 0;
|
|
181
181
|
}
|
|
182
182
|
.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,
|
|
@@ -294,7 +294,7 @@
|
|
|
294
294
|
}
|
|
295
295
|
.e-daterangepicker.e-popup .e-presets .e-ul li.e-list-item,
|
|
296
296
|
.e-bigger.e-small .e-daterangepicker.e-popup .e-presets .e-ul li.e-list-item {
|
|
297
|
-
font-size:
|
|
297
|
+
font-size: 12px;
|
|
298
298
|
height: 36px;
|
|
299
299
|
line-height: 36px;
|
|
300
300
|
}
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-inputs/styles/input/tailwind-definition.scss';
|
|
3
|
-
@import 'ej2-popups/styles/popup/tailwind-definition.scss';
|
|
4
|
-
@import '../calendar/tailwind-definition.scss';
|
|
5
|
-
@import 'tailwind-definition.scss';
|
|
6
|
-
@import 'icons/tailwind.scss';
|
|
7
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-calendars/styles/daterangepicker/tailwind.scss';
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
|
|
92
92
|
.e-bigger.e-datetime-wrapper .e-time-icon.e-icons::before,
|
|
93
93
|
*.e-bigger .e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
94
|
-
font-size:
|
|
94
|
+
font-size: 18px;
|
|
95
95
|
}
|
|
96
96
|
.e-bigger.e-datetime-wrapper .e-input-group-icon.e-time-icon,
|
|
97
97
|
*.e-bigger .e-datetime-wrapper .e-input-group-icon.e-time-icon {
|
|
@@ -1,8 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-inputs/styles/input/bootstrap-dark-definition.scss';
|
|
3
|
-
@import 'ej2-popups/styles/popup/bootstrap-dark-definition.scss';
|
|
4
|
-
@import 'ej2-buttons/styles/button/bootstrap-dark-definition.scss';
|
|
5
|
-
@import '../datepicker/bootstrap-dark-definition.scss';
|
|
6
|
-
@import 'bootstrap-dark-definition.scss';
|
|
7
|
-
@import 'icons/bootstrap-dark.scss';
|
|
8
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-calendars/styles/datetimepicker/bootstrap-dark.scss';
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
|
|
92
92
|
.e-bigger.e-datetime-wrapper .e-time-icon.e-icons::before,
|
|
93
93
|
*.e-bigger .e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
94
|
-
font-size:
|
|
94
|
+
font-size: 18px;
|
|
95
95
|
}
|
|
96
96
|
.e-bigger.e-datetime-wrapper .e-input-group-icon.e-time-icon,
|
|
97
97
|
*.e-bigger .e-datetime-wrapper .e-input-group-icon.e-time-icon {
|
|
@@ -1,8 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-inputs/styles/input/bootstrap-definition.scss';
|
|
3
|
-
@import 'ej2-popups/styles/popup/bootstrap-definition.scss';
|
|
4
|
-
@import 'ej2-buttons/styles/button/bootstrap-definition.scss';
|
|
5
|
-
@import '../datepicker/bootstrap-definition.scss';
|
|
6
|
-
@import 'bootstrap-definition.scss';
|
|
7
|
-
@import 'icons/bootstrap.scss';
|
|
8
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-calendars/styles/datetimepicker/bootstrap.scss';
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
|
|
92
92
|
.e-bigger.e-datetime-wrapper .e-time-icon.e-icons::before,
|
|
93
93
|
*.e-bigger .e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
94
|
-
font-size:
|
|
94
|
+
font-size: 18px;
|
|
95
95
|
}
|
|
96
96
|
.e-bigger.e-datetime-wrapper .e-input-group-icon.e-time-icon,
|
|
97
97
|
*.e-bigger .e-datetime-wrapper .e-input-group-icon.e-time-icon {
|
|
@@ -1,8 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-inputs/styles/input/bootstrap4-definition.scss';
|
|
3
|
-
@import 'ej2-popups/styles/popup/bootstrap4-definition.scss';
|
|
4
|
-
@import 'ej2-buttons/styles/button/bootstrap4-definition.scss';
|
|
5
|
-
@import '../datepicker/bootstrap4-definition.scss';
|
|
6
|
-
@import 'bootstrap4-definition.scss';
|
|
7
|
-
@import 'icons/bootstrap4.scss';
|
|
8
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-calendars/styles/datetimepicker/bootstrap4.scss';
|
|
@@ -1,8 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-inputs/styles/input/bootstrap5-dark-definition.scss';
|
|
3
|
-
@import 'ej2-popups/styles/popup/bootstrap5-dark-definition.scss';
|
|
4
|
-
@import 'ej2-buttons/styles/button/bootstrap5-dark-definition.scss';
|
|
5
|
-
@import '../datepicker/bootstrap5-dark-definition.scss';
|
|
6
|
-
@import 'bootstrap5-dark-definition.scss';
|
|
7
|
-
@import 'icons/bootstrap5-dark.scss';
|
|
8
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-calendars/styles/datetimepicker/bootstrap5-dark.scss';
|
|
@@ -1,8 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-inputs/styles/input/bootstrap5-definition.scss';
|
|
3
|
-
@import 'ej2-popups/styles/popup/bootstrap5-definition.scss';
|
|
4
|
-
@import 'ej2-buttons/styles/button/bootstrap5-definition.scss';
|
|
5
|
-
@import '../datepicker/bootstrap5-definition.scss';
|
|
6
|
-
@import 'bootstrap5-definition.scss';
|
|
7
|
-
@import 'icons/bootstrap5.scss';
|
|
8
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-calendars/styles/datetimepicker/bootstrap5.scss';
|