@syncfusion/ej2-angular-calendars 22.2.12 → 23.1.36-ngcc
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/@syncfusion/ej2-angular-calendars.es5.js +1048 -0
- package/@syncfusion/ej2-angular-calendars.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-calendars.js +981 -0
- package/@syncfusion/ej2-angular-calendars.js.map +1 -0
- package/CHANGELOG.md +1334 -0
- package/dist/ej2-angular-calendars.umd.js +1093 -0
- package/dist/ej2-angular-calendars.umd.js.map +1 -0
- package/dist/ej2-angular-calendars.umd.min.js +11 -0
- package/dist/ej2-angular-calendars.umd.min.js.map +1 -0
- package/ej2-angular-calendars.d.ts +9 -0
- package/ej2-angular-calendars.metadata.json +1 -0
- package/package.json +15 -29
- package/postinstall/tagchange.js +18 -0
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/src/calendar/calendar-all.module.d.ts +0 -6
- package/src/calendar/calendar.component.d.ts +3 -5
- package/src/calendar/calendar.module.d.ts +0 -6
- package/src/datepicker/datepicker-all.module.d.ts +0 -6
- package/src/datepicker/datepicker.component.d.ts +3 -5
- package/src/datepicker/datepicker.module.d.ts +0 -6
- package/src/daterangepicker/daterangepicker-all.module.d.ts +0 -6
- package/src/daterangepicker/daterangepicker.component.d.ts +3 -5
- package/src/daterangepicker/daterangepicker.module.d.ts +0 -7
- package/src/daterangepicker/presets.directive.d.ts +0 -5
- package/src/datetimepicker/datetimepicker-all.module.d.ts +0 -6
- package/src/datetimepicker/datetimepicker.component.d.ts +3 -5
- package/src/datetimepicker/datetimepicker.module.d.ts +0 -6
- package/src/timepicker/timepicker-all.module.d.ts +0 -6
- package/src/timepicker/timepicker.component.d.ts +3 -5
- package/src/timepicker/timepicker.module.d.ts +0 -6
- package/styles/bootstrap-dark.css +91 -40
- package/styles/bootstrap.css +91 -40
- package/styles/bootstrap4.css +91 -40
- package/styles/bootstrap5-dark.css +92 -41
- package/styles/bootstrap5.css +92 -41
- package/styles/calendar/bootstrap-dark.scss +1 -5
- package/styles/calendar/bootstrap.scss +1 -5
- package/styles/calendar/bootstrap4.scss +1 -5
- package/styles/calendar/bootstrap5-dark.scss +1 -5
- package/styles/calendar/bootstrap5.scss +1 -5
- package/styles/calendar/fabric-dark.scss +1 -5
- package/styles/calendar/fabric.scss +1 -5
- package/styles/calendar/fluent-dark.scss +1 -5
- package/styles/calendar/fluent.scss +1 -5
- package/styles/calendar/highcontrast-light.scss +1 -5
- package/styles/calendar/highcontrast.scss +1 -5
- package/styles/calendar/material-dark.css +0 -1
- package/styles/calendar/material-dark.scss +1 -5
- package/styles/calendar/material.css +0 -1
- package/styles/calendar/material.scss +1 -5
- package/styles/calendar/material3-dark.css +0 -1
- package/styles/calendar/material3-dark.scss +1 -5
- package/styles/calendar/material3.css +0 -1
- package/styles/calendar/material3.scss +1 -5
- package/styles/calendar/tailwind-dark.css +0 -1
- package/styles/calendar/tailwind-dark.scss +1 -5
- package/styles/calendar/tailwind.css +0 -1
- package/styles/calendar/tailwind.scss +1 -5
- package/styles/datepicker/bootstrap-dark.css +49 -19
- package/styles/datepicker/bootstrap-dark.scss +1 -7
- package/styles/datepicker/bootstrap.css +49 -19
- package/styles/datepicker/bootstrap.scss +1 -7
- package/styles/datepicker/bootstrap4.css +49 -19
- package/styles/datepicker/bootstrap4.scss +1 -7
- package/styles/datepicker/bootstrap5-dark.css +50 -20
- package/styles/datepicker/bootstrap5-dark.scss +1 -7
- package/styles/datepicker/bootstrap5.css +50 -20
- package/styles/datepicker/bootstrap5.scss +1 -7
- package/styles/datepicker/fabric-dark.css +48 -18
- package/styles/datepicker/fabric-dark.scss +1 -7
- package/styles/datepicker/fabric.css +49 -19
- package/styles/datepicker/fabric.scss +1 -7
- package/styles/datepicker/fluent-dark.css +48 -18
- package/styles/datepicker/fluent-dark.scss +1 -7
- package/styles/datepicker/fluent.css +48 -18
- package/styles/datepicker/fluent.scss +1 -7
- package/styles/datepicker/highcontrast-light.css +49 -19
- package/styles/datepicker/highcontrast-light.scss +1 -7
- package/styles/datepicker/highcontrast.css +49 -19
- package/styles/datepicker/highcontrast.scss +1 -7
- package/styles/datepicker/material-dark.css +48 -19
- package/styles/datepicker/material-dark.scss +1 -7
- package/styles/datepicker/material.css +48 -19
- package/styles/datepicker/material.scss +1 -7
- package/styles/datepicker/material3-dark.css +48 -19
- package/styles/datepicker/material3-dark.scss +1 -7
- package/styles/datepicker/material3.css +48 -19
- package/styles/datepicker/material3.scss +1 -7
- package/styles/datepicker/tailwind-dark.css +52 -23
- package/styles/datepicker/tailwind-dark.scss +1 -7
- package/styles/datepicker/tailwind.css +52 -23
- package/styles/datepicker/tailwind.scss +1 -7
- package/styles/daterangepicker/bootstrap-dark.css +30 -26
- package/styles/daterangepicker/bootstrap-dark.scss +1 -7
- package/styles/daterangepicker/bootstrap.css +30 -26
- package/styles/daterangepicker/bootstrap.scss +1 -7
- package/styles/daterangepicker/bootstrap4.css +30 -26
- package/styles/daterangepicker/bootstrap4.scss +1 -7
- package/styles/daterangepicker/bootstrap5-dark.css +30 -26
- package/styles/daterangepicker/bootstrap5-dark.scss +1 -7
- package/styles/daterangepicker/bootstrap5.css +30 -26
- package/styles/daterangepicker/bootstrap5.scss +1 -7
- package/styles/daterangepicker/fabric-dark.css +30 -26
- package/styles/daterangepicker/fabric-dark.scss +1 -7
- package/styles/daterangepicker/fabric.css +30 -26
- package/styles/daterangepicker/fabric.scss +1 -7
- package/styles/daterangepicker/fluent-dark.css +30 -26
- package/styles/daterangepicker/fluent-dark.scss +1 -7
- package/styles/daterangepicker/fluent.css +30 -26
- package/styles/daterangepicker/fluent.scss +1 -7
- package/styles/daterangepicker/highcontrast-light.css +30 -26
- package/styles/daterangepicker/highcontrast-light.scss +1 -7
- package/styles/daterangepicker/highcontrast.css +30 -26
- package/styles/daterangepicker/highcontrast.scss +1 -7
- package/styles/daterangepicker/material-dark.css +30 -27
- package/styles/daterangepicker/material-dark.scss +1 -7
- package/styles/daterangepicker/material.css +30 -27
- package/styles/daterangepicker/material.scss +1 -7
- package/styles/daterangepicker/material3-dark.css +53 -28
- package/styles/daterangepicker/material3-dark.scss +1 -7
- package/styles/daterangepicker/material3.css +53 -28
- package/styles/daterangepicker/material3.scss +1 -7
- package/styles/daterangepicker/tailwind-dark.css +31 -28
- package/styles/daterangepicker/tailwind-dark.scss +1 -7
- package/styles/daterangepicker/tailwind.css +31 -28
- package/styles/daterangepicker/tailwind.scss +1 -7
- package/styles/datetimepicker/bootstrap-dark.scss +1 -8
- package/styles/datetimepicker/bootstrap.scss +1 -8
- package/styles/datetimepicker/bootstrap4.scss +1 -8
- package/styles/datetimepicker/bootstrap5-dark.scss +1 -8
- package/styles/datetimepicker/bootstrap5.scss +1 -8
- package/styles/datetimepicker/fabric-dark.scss +1 -8
- package/styles/datetimepicker/fabric.scss +1 -8
- package/styles/datetimepicker/fluent-dark.scss +1 -8
- package/styles/datetimepicker/fluent.scss +1 -8
- package/styles/datetimepicker/highcontrast-light.scss +1 -8
- package/styles/datetimepicker/highcontrast.scss +1 -8
- package/styles/datetimepicker/material-dark.css +0 -1
- package/styles/datetimepicker/material-dark.scss +1 -8
- package/styles/datetimepicker/material.css +0 -1
- package/styles/datetimepicker/material.scss +1 -8
- package/styles/datetimepicker/material3-dark.css +0 -1
- package/styles/datetimepicker/material3-dark.scss +1 -8
- package/styles/datetimepicker/material3.css +0 -1
- package/styles/datetimepicker/material3.scss +1 -8
- package/styles/datetimepicker/tailwind-dark.css +0 -1
- package/styles/datetimepicker/tailwind-dark.scss +1 -8
- package/styles/datetimepicker/tailwind.css +0 -1
- package/styles/datetimepicker/tailwind.scss +1 -8
- package/styles/fabric-dark.css +90 -39
- package/styles/fabric.css +103 -52
- package/styles/fluent-dark.css +90 -39
- package/styles/fluent.css +90 -39
- package/styles/highcontrast-light.css +91 -40
- package/styles/highcontrast.css +91 -40
- package/styles/material-dark.css +90 -40
- package/styles/material.css +90 -40
- package/styles/material3-dark.css +333 -41
- package/styles/material3-dark.scss +0 -1
- package/styles/material3.css +557 -41
- package/styles/material3.scss +0 -1
- package/styles/tailwind-dark.css +95 -49
- package/styles/tailwind.css +95 -49
- package/styles/timepicker/bootstrap-dark.css +19 -2
- package/styles/timepicker/bootstrap-dark.scss +1 -6
- package/styles/timepicker/bootstrap.css +19 -2
- package/styles/timepicker/bootstrap.scss +1 -6
- package/styles/timepicker/bootstrap4.css +19 -2
- package/styles/timepicker/bootstrap4.scss +1 -6
- package/styles/timepicker/bootstrap5-dark.css +19 -2
- package/styles/timepicker/bootstrap5-dark.scss +1 -6
- package/styles/timepicker/bootstrap5.css +19 -2
- package/styles/timepicker/bootstrap5.scss +1 -6
- package/styles/timepicker/fabric-dark.css +19 -2
- package/styles/timepicker/fabric-dark.scss +1 -6
- package/styles/timepicker/fabric.css +22 -5
- package/styles/timepicker/fabric.scss +1 -6
- package/styles/timepicker/fluent-dark.css +19 -2
- package/styles/timepicker/fluent-dark.scss +1 -6
- package/styles/timepicker/fluent.css +19 -2
- package/styles/timepicker/fluent.scss +1 -6
- package/styles/timepicker/highcontrast-light.css +19 -2
- package/styles/timepicker/highcontrast-light.scss +1 -6
- package/styles/timepicker/highcontrast.css +19 -2
- package/styles/timepicker/highcontrast.scss +1 -6
- package/styles/timepicker/material-dark.css +19 -3
- package/styles/timepicker/material-dark.scss +1 -6
- package/styles/timepicker/material.css +19 -3
- package/styles/timepicker/material.scss +1 -6
- package/styles/timepicker/material3-dark.css +19 -3
- package/styles/timepicker/material3-dark.scss +1 -6
- package/styles/timepicker/material3.css +19 -3
- package/styles/timepicker/material3.scss +1 -6
- package/styles/timepicker/tailwind-dark.css +19 -3
- package/styles/timepicker/tailwind-dark.scss +1 -6
- package/styles/timepicker/tailwind.css +19 -3
- package/styles/timepicker/tailwind.scss +1 -6
- package/esm2020/public_api.mjs +0 -3
- package/esm2020/src/calendar/calendar-all.module.mjs +0 -29
- package/esm2020/src/calendar/calendar.component.mjs +0 -90
- package/esm2020/src/calendar/calendar.module.mjs +0 -25
- package/esm2020/src/datepicker/datepicker-all.module.mjs +0 -29
- package/esm2020/src/datepicker/datepicker.component.mjs +0 -98
- package/esm2020/src/datepicker/datepicker.module.mjs +0 -25
- package/esm2020/src/daterangepicker/daterangepicker-all.module.mjs +0 -23
- package/esm2020/src/daterangepicker/daterangepicker.component.mjs +0 -102
- package/esm2020/src/daterangepicker/daterangepicker.module.mjs +0 -34
- package/esm2020/src/daterangepicker/presets.directive.mjs +0 -58
- package/esm2020/src/datetimepicker/datetimepicker-all.module.mjs +0 -23
- package/esm2020/src/datetimepicker/datetimepicker.component.mjs +0 -98
- package/esm2020/src/datetimepicker/datetimepicker.module.mjs +0 -25
- package/esm2020/src/index.mjs +0 -18
- package/esm2020/src/timepicker/timepicker-all.module.mjs +0 -23
- package/esm2020/src/timepicker/timepicker.component.mjs +0 -91
- package/esm2020/src/timepicker/timepicker.module.mjs +0 -25
- package/esm2020/syncfusion-ej2-angular-calendars.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-calendars.mjs +0 -732
- package/fesm2015/syncfusion-ej2-angular-calendars.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-calendars.mjs +0 -732
- package/fesm2020/syncfusion-ej2-angular-calendars.mjs.map +0 -1
- package/styles/calendar/_all.scss +0 -2
- package/styles/calendar/_bootstrap-dark-definition.scss +0 -228
- package/styles/calendar/_bootstrap-definition.scss +0 -228
- package/styles/calendar/_bootstrap4-definition.scss +0 -228
- package/styles/calendar/_bootstrap5-dark-definition.scss +0 -1
- package/styles/calendar/_bootstrap5-definition.scss +0 -250
- package/styles/calendar/_fabric-dark-definition.scss +0 -192
- package/styles/calendar/_fabric-definition.scss +0 -190
- package/styles/calendar/_fluent-dark-definition.scss +0 -1
- package/styles/calendar/_fluent-definition.scss +0 -252
- package/styles/calendar/_fusionnew-definition.scss +0 -250
- package/styles/calendar/_highcontrast-definition.scss +0 -189
- package/styles/calendar/_highcontrast-light-definition.scss +0 -192
- package/styles/calendar/_layout.scss +0 -786
- package/styles/calendar/_material-dark-definition.scss +0 -194
- package/styles/calendar/_material-definition.scss +0 -189
- package/styles/calendar/_material3-dark-definition.scss +0 -1
- package/styles/calendar/_material3-definition.scss +0 -195
- package/styles/calendar/_tailwind-dark-definition.scss +0 -1
- package/styles/calendar/_tailwind-definition.scss +0 -262
- package/styles/calendar/_theme.scss +0 -534
- package/styles/calendar/icons/_bootstrap-dark.scss +0 -13
- package/styles/calendar/icons/_bootstrap.scss +0 -13
- package/styles/calendar/icons/_bootstrap4.scss +0 -13
- package/styles/calendar/icons/_bootstrap5-dark.scss +0 -1
- package/styles/calendar/icons/_bootstrap5.scss +0 -13
- package/styles/calendar/icons/_fabric-dark.scss +0 -13
- package/styles/calendar/icons/_fabric.scss +0 -13
- package/styles/calendar/icons/_fluent-dark.scss +0 -1
- package/styles/calendar/icons/_fluent.scss +0 -13
- package/styles/calendar/icons/_fusionnew.scss +0 -13
- package/styles/calendar/icons/_highcontrast-light.scss +0 -13
- package/styles/calendar/icons/_highcontrast.scss +0 -13
- package/styles/calendar/icons/_material-dark.scss +0 -13
- package/styles/calendar/icons/_material.scss +0 -13
- package/styles/calendar/icons/_material3-dark.scss +0 -1
- package/styles/calendar/icons/_material3.scss +0 -13
- package/styles/calendar/icons/_tailwind-dark.scss +0 -1
- package/styles/calendar/icons/_tailwind.scss +0 -13
- package/styles/datepicker/_all.scss +0 -2
- package/styles/datepicker/_bootstrap-dark-definition.scss +0 -97
- package/styles/datepicker/_bootstrap-definition.scss +0 -96
- package/styles/datepicker/_bootstrap4-definition.scss +0 -101
- package/styles/datepicker/_bootstrap5-dark-definition.scss +0 -1
- package/styles/datepicker/_bootstrap5-definition.scss +0 -107
- package/styles/datepicker/_fabric-dark-definition.scss +0 -98
- package/styles/datepicker/_fabric-definition.scss +0 -95
- package/styles/datepicker/_fluent-dark-definition.scss +0 -1
- package/styles/datepicker/_fluent-definition.scss +0 -107
- package/styles/datepicker/_fusionnew-definition.scss +0 -107
- package/styles/datepicker/_highcontrast-definition.scss +0 -96
- package/styles/datepicker/_highcontrast-light-definition.scss +0 -99
- package/styles/datepicker/_layout.scss +0 -409
- package/styles/datepicker/_material-dark-definition.scss +0 -103
- package/styles/datepicker/_material-definition.scss +0 -100
- package/styles/datepicker/_material3-dark-definition.scss +0 -1
- package/styles/datepicker/_material3-definition.scss +0 -116
- package/styles/datepicker/_tailwind-dark-definition.scss +0 -1
- package/styles/datepicker/_tailwind-definition.scss +0 -105
- package/styles/datepicker/_theme.scss +0 -53
- package/styles/datepicker/icons/_bootstrap-dark.scss +0 -73
- package/styles/datepicker/icons/_bootstrap.scss +0 -72
- package/styles/datepicker/icons/_bootstrap4.scss +0 -76
- package/styles/datepicker/icons/_bootstrap5-dark.scss +0 -1
- package/styles/datepicker/icons/_bootstrap5.scss +0 -76
- package/styles/datepicker/icons/_fabric-dark.scss +0 -65
- package/styles/datepicker/icons/_fabric.scss +0 -65
- package/styles/datepicker/icons/_fluent-dark.scss +0 -1
- package/styles/datepicker/icons/_fluent.scss +0 -76
- package/styles/datepicker/icons/_fusionnew.scss +0 -76
- package/styles/datepicker/icons/_highcontrast-light.scss +0 -72
- package/styles/datepicker/icons/_highcontrast.scss +0 -72
- package/styles/datepicker/icons/_material-dark.scss +0 -99
- package/styles/datepicker/icons/_material.scss +0 -99
- package/styles/datepicker/icons/_material3-dark.scss +0 -1
- package/styles/datepicker/icons/_material3.scss +0 -79
- package/styles/datepicker/icons/_tailwind-dark.scss +0 -1
- package/styles/datepicker/icons/_tailwind.scss +0 -76
- package/styles/daterangepicker/_all.scss +0 -2
- package/styles/daterangepicker/_bootstrap-dark-definition.scss +0 -258
- package/styles/daterangepicker/_bootstrap-definition.scss +0 -258
- package/styles/daterangepicker/_bootstrap4-definition.scss +0 -268
- package/styles/daterangepicker/_bootstrap5-dark-definition.scss +0 -1
- package/styles/daterangepicker/_bootstrap5-definition.scss +0 -296
- package/styles/daterangepicker/_fabric-dark-definition.scss +0 -261
- package/styles/daterangepicker/_fabric-definition.scss +0 -258
- package/styles/daterangepicker/_fluent-dark-definition.scss +0 -1
- package/styles/daterangepicker/_fluent-definition.scss +0 -305
- package/styles/daterangepicker/_fusionnew-definition.scss +0 -295
- package/styles/daterangepicker/_highcontrast-definition.scss +0 -258
- package/styles/daterangepicker/_highcontrast-light-definition.scss +0 -261
- package/styles/daterangepicker/_layout.scss +0 -1002
- package/styles/daterangepicker/_material-dark-definition.scss +0 -266
- package/styles/daterangepicker/_material-definition.scss +0 -266
- package/styles/daterangepicker/_material3-dark-definition.scss +0 -1
- package/styles/daterangepicker/_material3-definition.scss +0 -278
- package/styles/daterangepicker/_tailwind-dark-definition.scss +0 -1
- package/styles/daterangepicker/_tailwind-definition.scss +0 -287
- package/styles/daterangepicker/_theme.scss +0 -455
- package/styles/daterangepicker/icons/_bootstrap-dark.scss +0 -85
- package/styles/daterangepicker/icons/_bootstrap.scss +0 -85
- package/styles/daterangepicker/icons/_bootstrap4.scss +0 -94
- package/styles/daterangepicker/icons/_bootstrap5-dark.scss +0 -1
- package/styles/daterangepicker/icons/_bootstrap5.scss +0 -92
- package/styles/daterangepicker/icons/_fabric-dark.scss +0 -85
- package/styles/daterangepicker/icons/_fabric.scss +0 -85
- package/styles/daterangepicker/icons/_fluent-dark.scss +0 -1
- package/styles/daterangepicker/icons/_fluent.scss +0 -92
- package/styles/daterangepicker/icons/_fusionnew.scss +0 -92
- package/styles/daterangepicker/icons/_highcontrast-light.scss +0 -85
- package/styles/daterangepicker/icons/_highcontrast.scss +0 -85
- package/styles/daterangepicker/icons/_material-dark.scss +0 -119
- package/styles/daterangepicker/icons/_material.scss +0 -119
- package/styles/daterangepicker/icons/_material3-dark.scss +0 -1
- package/styles/daterangepicker/icons/_material3.scss +0 -129
- package/styles/daterangepicker/icons/_tailwind-dark.scss +0 -1
- package/styles/daterangepicker/icons/_tailwind.scss +0 -92
- package/styles/datetimepicker/_all.scss +0 -2
- package/styles/datetimepicker/_bootstrap-dark-definition.scss +0 -60
- package/styles/datetimepicker/_bootstrap-definition.scss +0 -59
- package/styles/datetimepicker/_bootstrap4-definition.scss +0 -65
- package/styles/datetimepicker/_bootstrap5-dark-definition.scss +0 -1
- package/styles/datetimepicker/_bootstrap5-definition.scss +0 -65
- package/styles/datetimepicker/_fabric-dark-definition.scss +0 -60
- package/styles/datetimepicker/_fabric-definition.scss +0 -57
- package/styles/datetimepicker/_fluent-dark-definition.scss +0 -1
- package/styles/datetimepicker/_fluent-definition.scss +0 -65
- package/styles/datetimepicker/_fusionnew-definition.scss +0 -65
- package/styles/datetimepicker/_highcontrast-definition.scss +0 -57
- package/styles/datetimepicker/_highcontrast-light-definition.scss +0 -60
- package/styles/datetimepicker/_layout.scss +0 -238
- package/styles/datetimepicker/_material-dark-definition.scss +0 -64
- package/styles/datetimepicker/_material-definition.scss +0 -62
- package/styles/datetimepicker/_material3-dark-definition.scss +0 -1
- package/styles/datetimepicker/_material3-definition.scss +0 -71
- package/styles/datetimepicker/_tailwind-dark-definition.scss +0 -1
- package/styles/datetimepicker/_tailwind-definition.scss +0 -65
- package/styles/datetimepicker/_theme.scss +0 -70
- package/styles/datetimepicker/icons/_bootstrap-dark.scss +0 -11
- package/styles/datetimepicker/icons/_bootstrap.scss +0 -11
- package/styles/datetimepicker/icons/_bootstrap4.scss +0 -11
- package/styles/datetimepicker/icons/_bootstrap5-dark.scss +0 -1
- package/styles/datetimepicker/icons/_bootstrap5.scss +0 -11
- package/styles/datetimepicker/icons/_fabric-dark.scss +0 -11
- package/styles/datetimepicker/icons/_fabric.scss +0 -11
- package/styles/datetimepicker/icons/_fluent-dark.scss +0 -1
- package/styles/datetimepicker/icons/_fluent.scss +0 -11
- package/styles/datetimepicker/icons/_fusionnew.scss +0 -11
- package/styles/datetimepicker/icons/_highcontrast-light.scss +0 -11
- package/styles/datetimepicker/icons/_highcontrast.scss +0 -11
- package/styles/datetimepicker/icons/_material-dark.scss +0 -53
- package/styles/datetimepicker/icons/_material.scss +0 -62
- package/styles/datetimepicker/icons/_material3-dark.scss +0 -1
- package/styles/datetimepicker/icons/_material3.scss +0 -11
- package/styles/datetimepicker/icons/_tailwind-dark.scss +0 -1
- package/styles/datetimepicker/icons/_tailwind.scss +0 -11
- package/styles/timepicker/_all.scss +0 -2
- package/styles/timepicker/_bootstrap-dark-definition.scss +0 -80
- package/styles/timepicker/_bootstrap-definition.scss +0 -77
- package/styles/timepicker/_bootstrap4-definition.scss +0 -85
- package/styles/timepicker/_bootstrap5-dark-definition.scss +0 -1
- package/styles/timepicker/_bootstrap5-definition.scss +0 -86
- package/styles/timepicker/_fabric-dark-definition.scss +0 -80
- package/styles/timepicker/_fabric-definition.scss +0 -77
- package/styles/timepicker/_fluent-dark-definition.scss +0 -1
- package/styles/timepicker/_fluent-definition.scss +0 -86
- package/styles/timepicker/_fusionnew-definition.scss +0 -86
- package/styles/timepicker/_highcontrast-definition.scss +0 -77
- package/styles/timepicker/_highcontrast-light-definition.scss +0 -80
- package/styles/timepicker/_layout.scss +0 -287
- package/styles/timepicker/_material-dark-definition.scss +0 -84
- package/styles/timepicker/_material-definition.scss +0 -81
- package/styles/timepicker/_material3-dark-definition.scss +0 -1
- package/styles/timepicker/_material3-definition.scss +0 -99
- package/styles/timepicker/_tailwind-dark-definition.scss +0 -1
- package/styles/timepicker/_tailwind-definition.scss +0 -84
- package/styles/timepicker/_theme.scss +0 -113
- package/styles/timepicker/icons/_bootstrap-dark.scss +0 -23
- package/styles/timepicker/icons/_bootstrap.scss +0 -24
- package/styles/timepicker/icons/_bootstrap4.scss +0 -24
- package/styles/timepicker/icons/_bootstrap5-dark.scss +0 -1
- package/styles/timepicker/icons/_bootstrap5.scss +0 -24
- package/styles/timepicker/icons/_fabric-dark.scss +0 -24
- package/styles/timepicker/icons/_fabric.scss +0 -24
- package/styles/timepicker/icons/_fluent-dark.scss +0 -1
- package/styles/timepicker/icons/_fluent.scss +0 -24
- package/styles/timepicker/icons/_fusionnew.scss +0 -24
- package/styles/timepicker/icons/_highcontrast-light.scss +0 -24
- package/styles/timepicker/icons/_highcontrast.scss +0 -24
- package/styles/timepicker/icons/_material-dark.scss +0 -52
- package/styles/timepicker/icons/_material.scss +0 -54
- package/styles/timepicker/icons/_material3-dark.scss +0 -1
- package/styles/timepicker/icons/_material3.scss +0 -24
- package/styles/timepicker/icons/_tailwind-dark.scss +0 -1
- package/styles/timepicker/icons/_tailwind.scss +0 -24
- package/syncfusion-ej2-angular-calendars.d.ts +0 -5
package/styles/material3.css
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
|
|
2
1
|
:root {
|
|
3
2
|
--color-sf-black: 0, 0, 0;
|
|
4
3
|
--color-sf-white: 255, 255, 255;
|
|
@@ -949,6 +948,117 @@ ejs-calendar {
|
|
|
949
948
|
transform: scale(1);
|
|
950
949
|
}
|
|
951
950
|
}
|
|
951
|
+
:root {
|
|
952
|
+
--color-sf-black: 0, 0, 0;
|
|
953
|
+
--color-sf-white: 255, 255, 255;
|
|
954
|
+
--color-sf-primary: 103, 80, 164;
|
|
955
|
+
--color-sf-primary-container: 234, 221, 255;
|
|
956
|
+
--color-sf-secondary: 98, 91, 113;
|
|
957
|
+
--color-sf-secondary-container: 232, 222, 248;
|
|
958
|
+
--color-sf-tertiary: 125, 82, 96;
|
|
959
|
+
--color-sf-tertiary-container: 255, 216, 228;
|
|
960
|
+
--color-sf-surface: 255, 255, 255;
|
|
961
|
+
--color-sf-surface-variant: 231, 224, 236;
|
|
962
|
+
--color-sf-background: var(--color-sf-surface);
|
|
963
|
+
--color-sf-on-primary: 255, 255, 255;
|
|
964
|
+
--color-sf-on-primary-container: 33, 0, 94;
|
|
965
|
+
--color-sf-on-secondary: 255, 255, 255;
|
|
966
|
+
--color-sf-on-secondary-container: 30, 25, 43;
|
|
967
|
+
--color-sf-on-tertiary: 255, 255, 255;
|
|
968
|
+
--color-sf-on-tertiary-containe: 55, 11, 30;
|
|
969
|
+
--color-sf-on-surface: 28, 27, 31;
|
|
970
|
+
--color-sf-on-surface-variant: 73, 69, 78;
|
|
971
|
+
--color-sf-on-background: 28, 27, 31;
|
|
972
|
+
--color-sf-outline: 121, 116, 126;
|
|
973
|
+
--color-sf-outline-variant: 196, 199, 197;
|
|
974
|
+
--color-sf-shadow: 0, 0, 0;
|
|
975
|
+
--color-sf-surface-tint-color: 103, 80, 164;
|
|
976
|
+
--color-sf-inverse-surface: 49, 48, 51;
|
|
977
|
+
--color-sf-inverse-on-surface: 244, 239, 244;
|
|
978
|
+
--color-sf-inverse-primary: 208, 188, 255;
|
|
979
|
+
--color-sf-scrim: 0, 0, 0;
|
|
980
|
+
--color-sf-error: 179, 38, 30;
|
|
981
|
+
--color-sf-error-container: 249, 222, 220;
|
|
982
|
+
--color-sf-on-error: 255, 250, 250;
|
|
983
|
+
--color-sf-on-error-container: 65, 14, 11;
|
|
984
|
+
--color-sf-success: 32, 81, 7;
|
|
985
|
+
--color-sf-success-container: 209, 255, 186;
|
|
986
|
+
--color-sf-on-success: 244, 255, 239;
|
|
987
|
+
--color-sf-on-success-container: 13, 39, 0;
|
|
988
|
+
--color-sf-info: 1, 87, 155;
|
|
989
|
+
--color-sf-info-container: 233, 245, 255;
|
|
990
|
+
--color-sf-on-info: 250, 253, 255;
|
|
991
|
+
--color-sf-on-info-container: 0, 51, 91;
|
|
992
|
+
--color-sf-warning: 145, 76, 0;
|
|
993
|
+
--color-sf-warning-container: 254, 236, 222;
|
|
994
|
+
--color-sf-on-warning: 255, 255, 255;
|
|
995
|
+
--color-sf-on-warning-container: 47, 21, 0;
|
|
996
|
+
--color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
|
|
997
|
+
--color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
|
|
998
|
+
--color-sf-diagram-palette-background: --color-sf-white;
|
|
999
|
+
--color-sf-success-text: 255, 255, 255;
|
|
1000
|
+
--color-sf-warning-text: 255, 255, 255;
|
|
1001
|
+
--color-sf-danger-text: 255, 255, 255;
|
|
1002
|
+
--color-sf-info-text: 255, 255, 255;
|
|
1003
|
+
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
|
|
1004
|
+
--color-sf-secondary-bg-color: var(--color-sf-surface);
|
|
1005
|
+
}
|
|
1006
|
+
|
|
1007
|
+
.e-dark-mode {
|
|
1008
|
+
--color-sf-black: 0, 0, 0;
|
|
1009
|
+
--color-sf-white: 255, 255, 255;
|
|
1010
|
+
--color-sf-primary: 208, 188, 255;
|
|
1011
|
+
--color-sf-primary-container: 79, 55, 139;
|
|
1012
|
+
--color-sf-secondary: 204, 194, 220;
|
|
1013
|
+
--color-sf-secondary-container: 74, 68, 88;
|
|
1014
|
+
--color-sf-tertiary: 239, 184, 200;
|
|
1015
|
+
--color-sf-tertiary-container: 99, 59, 72;
|
|
1016
|
+
--color-sf-surface: 28, 27, 31;
|
|
1017
|
+
--color-sf-surface-variant: 28, 27, 31;
|
|
1018
|
+
--color-sf-background: var(--color-sf-surface);
|
|
1019
|
+
--color-sf-on-primary: 55, 30, 115;
|
|
1020
|
+
--color-sf-on-primary-container: 234, 221, 255;
|
|
1021
|
+
--color-sf-on-secondary: 51, 45, 65;
|
|
1022
|
+
--color-sf-on-secondary-container: 232, 222, 248;
|
|
1023
|
+
--color-sf-on-tertiary: 73, 37, 50;
|
|
1024
|
+
--color-sf-on-tertiary-containe: 255, 216, 228;
|
|
1025
|
+
--color-sf-on-surface: 230, 225, 229;
|
|
1026
|
+
--color-sf-on-surface-variant: 202, 196, 208;
|
|
1027
|
+
--color-sf-on-background: 230, 225, 229;
|
|
1028
|
+
--color-sf-outline: 147, 143, 153;
|
|
1029
|
+
--color-sf-outline-variant: 68, 71, 70;
|
|
1030
|
+
--color-sf-shadow: 0, 0, 0;
|
|
1031
|
+
--color-sf-surface-tint-color: 208, 188, 255;
|
|
1032
|
+
--color-sf-inverse-surface: 230, 225, 229;
|
|
1033
|
+
--color-sf-inverse-on-surface: 49, 48, 51;
|
|
1034
|
+
--color-sf-inverse-primary: 103, 80, 164;
|
|
1035
|
+
--color-sf-scrim: 0, 0, 0;
|
|
1036
|
+
--color-sf-error: 242, 184, 181;
|
|
1037
|
+
--color-sf-error-container: 140, 29, 24;
|
|
1038
|
+
--color-sf-on-error: 96, 20, 16;
|
|
1039
|
+
--color-sf-on-error-container: 249, 222, 220;
|
|
1040
|
+
--color-sf-success: 83, 202, 23;
|
|
1041
|
+
--color-sf-success-container: 22, 62, 2;
|
|
1042
|
+
--color-sf-on-success: 13, 39, 0;
|
|
1043
|
+
--color-sf-on-success-container: 183, 250, 150;
|
|
1044
|
+
--color-sf-info: 71, 172, 251;
|
|
1045
|
+
--color-sf-info-container: 0, 67, 120;
|
|
1046
|
+
--color-sf-on-info: 0, 51, 91;
|
|
1047
|
+
--color-sf-on-info-container: 173, 219, 255;
|
|
1048
|
+
--color-sf-warning: 245, 180, 130;
|
|
1049
|
+
--color-sf-warning-container: 123, 65, 0;
|
|
1050
|
+
--color-sf-on-warning: 99, 52, 0;
|
|
1051
|
+
--color-sf-on-warning-container: 255, 220, 193;
|
|
1052
|
+
--color-sf-spreadsheet-gridline: 231, 224, 236;
|
|
1053
|
+
--color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
|
|
1054
|
+
--color-sf-success-text: 0, 0, 0;
|
|
1055
|
+
--color-sf-warning-text: 0, 0, 0;
|
|
1056
|
+
--color-sf-info-text: 0, 0, 0;
|
|
1057
|
+
--color-sf-danger-text: 0, 0, 0;
|
|
1058
|
+
--color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
|
|
1059
|
+
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
|
|
1060
|
+
}
|
|
1061
|
+
|
|
952
1062
|
/* stylelint-disable property-no-vendor-prefix */
|
|
953
1063
|
@keyframes e-input-ripple {
|
|
954
1064
|
100% {
|
|
@@ -1145,15 +1255,22 @@ ejs-calendar {
|
|
|
1145
1255
|
top: 0 !important;
|
|
1146
1256
|
}
|
|
1147
1257
|
|
|
1258
|
+
.e-timepicker-mob-popup-wrap .e-popup-expand.e-timepicker.e-popup,
|
|
1259
|
+
.e-datetimepicker.e-popup-expand.e-timepicker.e-popup,
|
|
1260
|
+
.e-timepicker-mob-popup-wrap .e-popup-expand.e-datetimepicker.e-popup,
|
|
1261
|
+
.e-datetimepicker.e-popup-expand.e-popup {
|
|
1262
|
+
border-radius: 0;
|
|
1263
|
+
}
|
|
1264
|
+
|
|
1148
1265
|
.e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header,
|
|
1149
1266
|
.e-datetimepicker.e-popup-expand .e-model-header {
|
|
1150
1267
|
height: 10%;
|
|
1151
|
-
padding: 2.5vh 2.5vw;
|
|
1268
|
+
padding: 2.5vh 2.5vw 2.5vh 1.5vw;
|
|
1152
1269
|
display: -ms-flexbox;
|
|
1153
1270
|
display: flex;
|
|
1154
1271
|
-ms-flex-align: center;
|
|
1155
1272
|
align-items: center;
|
|
1156
|
-
font-size:
|
|
1273
|
+
font-size: 2vh;
|
|
1157
1274
|
border-bottom: none;
|
|
1158
1275
|
}
|
|
1159
1276
|
.e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-popup-close,
|
|
@@ -1165,6 +1282,11 @@ ejs-calendar {
|
|
|
1165
1282
|
.e-datetimepicker.e-popup-expand .e-model-header .e-model-title {
|
|
1166
1283
|
padding: 1vh 2vw;
|
|
1167
1284
|
text-transform: uppercase;
|
|
1285
|
+
font-weight: 500;
|
|
1286
|
+
}
|
|
1287
|
+
.e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-btn.e-popup-close,
|
|
1288
|
+
.e-datetimepicker.e-popup-expand .e-model-header .e-btn.e-popup-close {
|
|
1289
|
+
font-size: 2vh;
|
|
1168
1290
|
}
|
|
1169
1291
|
.e-timepicker-mob-popup-wrap .e-popup-expand .e-content,
|
|
1170
1292
|
.e-datetimepicker.e-popup-expand .e-content {
|
|
@@ -1203,6 +1325,10 @@ ejs-calendar {
|
|
|
1203
1325
|
.e-datetimepicker.e-popup-expand .e-model-header .e-model-title {
|
|
1204
1326
|
padding: 1vh 1vw;
|
|
1205
1327
|
}
|
|
1328
|
+
.e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-btn.e-popup-close,
|
|
1329
|
+
.e-datetimepicker.e-popup-expand .e-model-header .e-btn.e-popup-close {
|
|
1330
|
+
font-size: 2vw;
|
|
1331
|
+
}
|
|
1206
1332
|
.e-timepicker-mob-popup-wrap .e-popup-expand .e-content,
|
|
1207
1333
|
.e-datetimepicker.e-popup-expand .e-content {
|
|
1208
1334
|
height: 85%;
|
|
@@ -1274,6 +1400,118 @@ ejs-calendar {
|
|
|
1274
1400
|
.e-timepicker-mob-popup-wrap .e-timepicker.e-popup-expand .e-model-header .e-popup-close,
|
|
1275
1401
|
.e-datetimepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
1276
1402
|
color: rgba(var(--color-sf-on-primary));
|
|
1403
|
+
font-weight: 500;
|
|
1404
|
+
}
|
|
1405
|
+
|
|
1406
|
+
:root {
|
|
1407
|
+
--color-sf-black: 0, 0, 0;
|
|
1408
|
+
--color-sf-white: 255, 255, 255;
|
|
1409
|
+
--color-sf-primary: 103, 80, 164;
|
|
1410
|
+
--color-sf-primary-container: 234, 221, 255;
|
|
1411
|
+
--color-sf-secondary: 98, 91, 113;
|
|
1412
|
+
--color-sf-secondary-container: 232, 222, 248;
|
|
1413
|
+
--color-sf-tertiary: 125, 82, 96;
|
|
1414
|
+
--color-sf-tertiary-container: 255, 216, 228;
|
|
1415
|
+
--color-sf-surface: 255, 255, 255;
|
|
1416
|
+
--color-sf-surface-variant: 231, 224, 236;
|
|
1417
|
+
--color-sf-background: var(--color-sf-surface);
|
|
1418
|
+
--color-sf-on-primary: 255, 255, 255;
|
|
1419
|
+
--color-sf-on-primary-container: 33, 0, 94;
|
|
1420
|
+
--color-sf-on-secondary: 255, 255, 255;
|
|
1421
|
+
--color-sf-on-secondary-container: 30, 25, 43;
|
|
1422
|
+
--color-sf-on-tertiary: 255, 255, 255;
|
|
1423
|
+
--color-sf-on-tertiary-containe: 55, 11, 30;
|
|
1424
|
+
--color-sf-on-surface: 28, 27, 31;
|
|
1425
|
+
--color-sf-on-surface-variant: 73, 69, 78;
|
|
1426
|
+
--color-sf-on-background: 28, 27, 31;
|
|
1427
|
+
--color-sf-outline: 121, 116, 126;
|
|
1428
|
+
--color-sf-outline-variant: 196, 199, 197;
|
|
1429
|
+
--color-sf-shadow: 0, 0, 0;
|
|
1430
|
+
--color-sf-surface-tint-color: 103, 80, 164;
|
|
1431
|
+
--color-sf-inverse-surface: 49, 48, 51;
|
|
1432
|
+
--color-sf-inverse-on-surface: 244, 239, 244;
|
|
1433
|
+
--color-sf-inverse-primary: 208, 188, 255;
|
|
1434
|
+
--color-sf-scrim: 0, 0, 0;
|
|
1435
|
+
--color-sf-error: 179, 38, 30;
|
|
1436
|
+
--color-sf-error-container: 249, 222, 220;
|
|
1437
|
+
--color-sf-on-error: 255, 250, 250;
|
|
1438
|
+
--color-sf-on-error-container: 65, 14, 11;
|
|
1439
|
+
--color-sf-success: 32, 81, 7;
|
|
1440
|
+
--color-sf-success-container: 209, 255, 186;
|
|
1441
|
+
--color-sf-on-success: 244, 255, 239;
|
|
1442
|
+
--color-sf-on-success-container: 13, 39, 0;
|
|
1443
|
+
--color-sf-info: 1, 87, 155;
|
|
1444
|
+
--color-sf-info-container: 233, 245, 255;
|
|
1445
|
+
--color-sf-on-info: 250, 253, 255;
|
|
1446
|
+
--color-sf-on-info-container: 0, 51, 91;
|
|
1447
|
+
--color-sf-warning: 145, 76, 0;
|
|
1448
|
+
--color-sf-warning-container: 254, 236, 222;
|
|
1449
|
+
--color-sf-on-warning: 255, 255, 255;
|
|
1450
|
+
--color-sf-on-warning-container: 47, 21, 0;
|
|
1451
|
+
--color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
|
|
1452
|
+
--color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
|
|
1453
|
+
--color-sf-diagram-palette-background: --color-sf-white;
|
|
1454
|
+
--color-sf-success-text: 255, 255, 255;
|
|
1455
|
+
--color-sf-warning-text: 255, 255, 255;
|
|
1456
|
+
--color-sf-danger-text: 255, 255, 255;
|
|
1457
|
+
--color-sf-info-text: 255, 255, 255;
|
|
1458
|
+
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
|
|
1459
|
+
--color-sf-secondary-bg-color: var(--color-sf-surface);
|
|
1460
|
+
}
|
|
1461
|
+
|
|
1462
|
+
.e-dark-mode {
|
|
1463
|
+
--color-sf-black: 0, 0, 0;
|
|
1464
|
+
--color-sf-white: 255, 255, 255;
|
|
1465
|
+
--color-sf-primary: 208, 188, 255;
|
|
1466
|
+
--color-sf-primary-container: 79, 55, 139;
|
|
1467
|
+
--color-sf-secondary: 204, 194, 220;
|
|
1468
|
+
--color-sf-secondary-container: 74, 68, 88;
|
|
1469
|
+
--color-sf-tertiary: 239, 184, 200;
|
|
1470
|
+
--color-sf-tertiary-container: 99, 59, 72;
|
|
1471
|
+
--color-sf-surface: 28, 27, 31;
|
|
1472
|
+
--color-sf-surface-variant: 28, 27, 31;
|
|
1473
|
+
--color-sf-background: var(--color-sf-surface);
|
|
1474
|
+
--color-sf-on-primary: 55, 30, 115;
|
|
1475
|
+
--color-sf-on-primary-container: 234, 221, 255;
|
|
1476
|
+
--color-sf-on-secondary: 51, 45, 65;
|
|
1477
|
+
--color-sf-on-secondary-container: 232, 222, 248;
|
|
1478
|
+
--color-sf-on-tertiary: 73, 37, 50;
|
|
1479
|
+
--color-sf-on-tertiary-containe: 255, 216, 228;
|
|
1480
|
+
--color-sf-on-surface: 230, 225, 229;
|
|
1481
|
+
--color-sf-on-surface-variant: 202, 196, 208;
|
|
1482
|
+
--color-sf-on-background: 230, 225, 229;
|
|
1483
|
+
--color-sf-outline: 147, 143, 153;
|
|
1484
|
+
--color-sf-outline-variant: 68, 71, 70;
|
|
1485
|
+
--color-sf-shadow: 0, 0, 0;
|
|
1486
|
+
--color-sf-surface-tint-color: 208, 188, 255;
|
|
1487
|
+
--color-sf-inverse-surface: 230, 225, 229;
|
|
1488
|
+
--color-sf-inverse-on-surface: 49, 48, 51;
|
|
1489
|
+
--color-sf-inverse-primary: 103, 80, 164;
|
|
1490
|
+
--color-sf-scrim: 0, 0, 0;
|
|
1491
|
+
--color-sf-error: 242, 184, 181;
|
|
1492
|
+
--color-sf-error-container: 140, 29, 24;
|
|
1493
|
+
--color-sf-on-error: 96, 20, 16;
|
|
1494
|
+
--color-sf-on-error-container: 249, 222, 220;
|
|
1495
|
+
--color-sf-success: 83, 202, 23;
|
|
1496
|
+
--color-sf-success-container: 22, 62, 2;
|
|
1497
|
+
--color-sf-on-success: 13, 39, 0;
|
|
1498
|
+
--color-sf-on-success-container: 183, 250, 150;
|
|
1499
|
+
--color-sf-info: 71, 172, 251;
|
|
1500
|
+
--color-sf-info-container: 0, 67, 120;
|
|
1501
|
+
--color-sf-on-info: 0, 51, 91;
|
|
1502
|
+
--color-sf-on-info-container: 173, 219, 255;
|
|
1503
|
+
--color-sf-warning: 245, 180, 130;
|
|
1504
|
+
--color-sf-warning-container: 123, 65, 0;
|
|
1505
|
+
--color-sf-on-warning: 99, 52, 0;
|
|
1506
|
+
--color-sf-on-warning-container: 255, 220, 193;
|
|
1507
|
+
--color-sf-spreadsheet-gridline: 231, 224, 236;
|
|
1508
|
+
--color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
|
|
1509
|
+
--color-sf-success-text: 0, 0, 0;
|
|
1510
|
+
--color-sf-warning-text: 0, 0, 0;
|
|
1511
|
+
--color-sf-info-text: 0, 0, 0;
|
|
1512
|
+
--color-sf-danger-text: 0, 0, 0;
|
|
1513
|
+
--color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
|
|
1514
|
+
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
|
|
1277
1515
|
}
|
|
1278
1516
|
|
|
1279
1517
|
/* stylelint-disable property-no-vendor-prefix */
|
|
@@ -1452,6 +1690,11 @@ ejs-calendar {
|
|
|
1452
1690
|
min-height: 40px;
|
|
1453
1691
|
}
|
|
1454
1692
|
|
|
1693
|
+
@media screen and (orientation: landscape) {
|
|
1694
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-content.e-month td.e-today span.e-day {
|
|
1695
|
+
line-height: 64px;
|
|
1696
|
+
}
|
|
1697
|
+
}
|
|
1455
1698
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand {
|
|
1456
1699
|
border-radius: 0;
|
|
1457
1700
|
}
|
|
@@ -1461,9 +1704,15 @@ ejs-calendar {
|
|
|
1461
1704
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device .e-popup-close {
|
|
1462
1705
|
float: right;
|
|
1463
1706
|
}
|
|
1707
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device {
|
|
1708
|
+
height: 15vh;
|
|
1709
|
+
}
|
|
1710
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device .e-popup-close {
|
|
1711
|
+
float: right;
|
|
1712
|
+
}
|
|
1464
1713
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
1465
1714
|
height: 20vh;
|
|
1466
|
-
padding: 2vh
|
|
1715
|
+
padding: 2vh 6vw;
|
|
1467
1716
|
}
|
|
1468
1717
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-day-wrapper {
|
|
1469
1718
|
margin: 12vh 0 0 0;
|
|
@@ -1472,13 +1721,19 @@ ejs-calendar {
|
|
|
1472
1721
|
color: inherit;
|
|
1473
1722
|
float: left;
|
|
1474
1723
|
font-size: 20px;
|
|
1475
|
-
padding: 2px;
|
|
1476
1724
|
}
|
|
1477
1725
|
@media (min-device-width: 768px) {
|
|
1478
1726
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
1479
1727
|
font-size: 24px;
|
|
1480
1728
|
}
|
|
1481
1729
|
}
|
|
1730
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-btn.e-flat.e-popup-close {
|
|
1731
|
+
background: transparent;
|
|
1732
|
+
border-color: transparent;
|
|
1733
|
+
box-shadow: none;
|
|
1734
|
+
font-weight: 400;
|
|
1735
|
+
padding: 0;
|
|
1736
|
+
}
|
|
1482
1737
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-today.e-flat.e-primary {
|
|
1483
1738
|
color: inherit;
|
|
1484
1739
|
float: right;
|
|
@@ -1520,13 +1775,19 @@ ejs-calendar {
|
|
|
1520
1775
|
}
|
|
1521
1776
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-prev, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-prev, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-prev {
|
|
1522
1777
|
margin-right: 18px;
|
|
1778
|
+
vertical-align: inherit;
|
|
1779
|
+
height: 35px;
|
|
1780
|
+
width: 35px;
|
|
1523
1781
|
}
|
|
1524
1782
|
@media (min-device-width: 768px) {
|
|
1525
1783
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-prev, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-prev, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-prev {
|
|
1526
|
-
height:
|
|
1527
|
-
width:
|
|
1784
|
+
height: 55px;
|
|
1785
|
+
width: 55px;
|
|
1528
1786
|
}
|
|
1529
1787
|
}
|
|
1788
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-prev .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-prev .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-prev .e-icons {
|
|
1789
|
+
vertical-align: inherit;
|
|
1790
|
+
}
|
|
1530
1791
|
@media (min-device-width: 768px) {
|
|
1531
1792
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-prev .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-prev .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-prev .e-icons {
|
|
1532
1793
|
font-size: 24px;
|
|
@@ -1534,6 +1795,18 @@ ejs-calendar {
|
|
|
1534
1795
|
}
|
|
1535
1796
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-next, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-next, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-next {
|
|
1536
1797
|
margin-right: 0;
|
|
1798
|
+
vertical-align: inherit;
|
|
1799
|
+
height: 35px;
|
|
1800
|
+
width: 35px;
|
|
1801
|
+
}
|
|
1802
|
+
@media (min-device-width: 768px) {
|
|
1803
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-next, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-next, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-next {
|
|
1804
|
+
height: 55px;
|
|
1805
|
+
width: 55px;
|
|
1806
|
+
}
|
|
1807
|
+
}
|
|
1808
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-next .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-next .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-next .e-icons {
|
|
1809
|
+
vertical-align: inherit;
|
|
1537
1810
|
}
|
|
1538
1811
|
@media (min-device-width: 768px) {
|
|
1539
1812
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-next .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-next .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-next .e-icons {
|
|
@@ -1558,15 +1831,11 @@ ejs-calendar {
|
|
|
1558
1831
|
}
|
|
1559
1832
|
}
|
|
1560
1833
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
|
|
1561
|
-
height:
|
|
1834
|
+
height: 79vh;
|
|
1562
1835
|
}
|
|
1563
1836
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
|
|
1564
1837
|
display: none;
|
|
1565
1838
|
}
|
|
1566
|
-
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-footer-container {
|
|
1567
|
-
display: block;
|
|
1568
|
-
padding: 5px 0;
|
|
1569
|
-
}
|
|
1570
1839
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
|
|
1571
1840
|
height: 69vh;
|
|
1572
1841
|
}
|
|
@@ -1625,7 +1894,6 @@ ejs-calendar {
|
|
|
1625
1894
|
@media screen and (orientation: landscape) {
|
|
1626
1895
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
1627
1896
|
float: left;
|
|
1628
|
-
padding: 2px;
|
|
1629
1897
|
}
|
|
1630
1898
|
}
|
|
1631
1899
|
@media screen and (orientation: landscape) {
|
|
@@ -1645,7 +1913,7 @@ ejs-calendar {
|
|
|
1645
1913
|
}
|
|
1646
1914
|
@media screen and (orientation: landscape) and (max-height: 600px) {
|
|
1647
1915
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-title, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-title, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-title {
|
|
1648
|
-
line-height:
|
|
1916
|
+
line-height: 12vh;
|
|
1649
1917
|
}
|
|
1650
1918
|
}
|
|
1651
1919
|
@media screen and (orientation: landscape) and (min-height: 600px) {
|
|
@@ -1731,6 +1999,117 @@ ejs-calendar {
|
|
|
1731
1999
|
background: rgba(var(--color-sf-on-surface), 0.08);
|
|
1732
2000
|
}
|
|
1733
2001
|
|
|
2002
|
+
:root {
|
|
2003
|
+
--color-sf-black: 0, 0, 0;
|
|
2004
|
+
--color-sf-white: 255, 255, 255;
|
|
2005
|
+
--color-sf-primary: 103, 80, 164;
|
|
2006
|
+
--color-sf-primary-container: 234, 221, 255;
|
|
2007
|
+
--color-sf-secondary: 98, 91, 113;
|
|
2008
|
+
--color-sf-secondary-container: 232, 222, 248;
|
|
2009
|
+
--color-sf-tertiary: 125, 82, 96;
|
|
2010
|
+
--color-sf-tertiary-container: 255, 216, 228;
|
|
2011
|
+
--color-sf-surface: 255, 255, 255;
|
|
2012
|
+
--color-sf-surface-variant: 231, 224, 236;
|
|
2013
|
+
--color-sf-background: var(--color-sf-surface);
|
|
2014
|
+
--color-sf-on-primary: 255, 255, 255;
|
|
2015
|
+
--color-sf-on-primary-container: 33, 0, 94;
|
|
2016
|
+
--color-sf-on-secondary: 255, 255, 255;
|
|
2017
|
+
--color-sf-on-secondary-container: 30, 25, 43;
|
|
2018
|
+
--color-sf-on-tertiary: 255, 255, 255;
|
|
2019
|
+
--color-sf-on-tertiary-containe: 55, 11, 30;
|
|
2020
|
+
--color-sf-on-surface: 28, 27, 31;
|
|
2021
|
+
--color-sf-on-surface-variant: 73, 69, 78;
|
|
2022
|
+
--color-sf-on-background: 28, 27, 31;
|
|
2023
|
+
--color-sf-outline: 121, 116, 126;
|
|
2024
|
+
--color-sf-outline-variant: 196, 199, 197;
|
|
2025
|
+
--color-sf-shadow: 0, 0, 0;
|
|
2026
|
+
--color-sf-surface-tint-color: 103, 80, 164;
|
|
2027
|
+
--color-sf-inverse-surface: 49, 48, 51;
|
|
2028
|
+
--color-sf-inverse-on-surface: 244, 239, 244;
|
|
2029
|
+
--color-sf-inverse-primary: 208, 188, 255;
|
|
2030
|
+
--color-sf-scrim: 0, 0, 0;
|
|
2031
|
+
--color-sf-error: 179, 38, 30;
|
|
2032
|
+
--color-sf-error-container: 249, 222, 220;
|
|
2033
|
+
--color-sf-on-error: 255, 250, 250;
|
|
2034
|
+
--color-sf-on-error-container: 65, 14, 11;
|
|
2035
|
+
--color-sf-success: 32, 81, 7;
|
|
2036
|
+
--color-sf-success-container: 209, 255, 186;
|
|
2037
|
+
--color-sf-on-success: 244, 255, 239;
|
|
2038
|
+
--color-sf-on-success-container: 13, 39, 0;
|
|
2039
|
+
--color-sf-info: 1, 87, 155;
|
|
2040
|
+
--color-sf-info-container: 233, 245, 255;
|
|
2041
|
+
--color-sf-on-info: 250, 253, 255;
|
|
2042
|
+
--color-sf-on-info-container: 0, 51, 91;
|
|
2043
|
+
--color-sf-warning: 145, 76, 0;
|
|
2044
|
+
--color-sf-warning-container: 254, 236, 222;
|
|
2045
|
+
--color-sf-on-warning: 255, 255, 255;
|
|
2046
|
+
--color-sf-on-warning-container: 47, 21, 0;
|
|
2047
|
+
--color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
|
|
2048
|
+
--color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
|
|
2049
|
+
--color-sf-diagram-palette-background: --color-sf-white;
|
|
2050
|
+
--color-sf-success-text: 255, 255, 255;
|
|
2051
|
+
--color-sf-warning-text: 255, 255, 255;
|
|
2052
|
+
--color-sf-danger-text: 255, 255, 255;
|
|
2053
|
+
--color-sf-info-text: 255, 255, 255;
|
|
2054
|
+
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
|
|
2055
|
+
--color-sf-secondary-bg-color: var(--color-sf-surface);
|
|
2056
|
+
}
|
|
2057
|
+
|
|
2058
|
+
.e-dark-mode {
|
|
2059
|
+
--color-sf-black: 0, 0, 0;
|
|
2060
|
+
--color-sf-white: 255, 255, 255;
|
|
2061
|
+
--color-sf-primary: 208, 188, 255;
|
|
2062
|
+
--color-sf-primary-container: 79, 55, 139;
|
|
2063
|
+
--color-sf-secondary: 204, 194, 220;
|
|
2064
|
+
--color-sf-secondary-container: 74, 68, 88;
|
|
2065
|
+
--color-sf-tertiary: 239, 184, 200;
|
|
2066
|
+
--color-sf-tertiary-container: 99, 59, 72;
|
|
2067
|
+
--color-sf-surface: 28, 27, 31;
|
|
2068
|
+
--color-sf-surface-variant: 28, 27, 31;
|
|
2069
|
+
--color-sf-background: var(--color-sf-surface);
|
|
2070
|
+
--color-sf-on-primary: 55, 30, 115;
|
|
2071
|
+
--color-sf-on-primary-container: 234, 221, 255;
|
|
2072
|
+
--color-sf-on-secondary: 51, 45, 65;
|
|
2073
|
+
--color-sf-on-secondary-container: 232, 222, 248;
|
|
2074
|
+
--color-sf-on-tertiary: 73, 37, 50;
|
|
2075
|
+
--color-sf-on-tertiary-containe: 255, 216, 228;
|
|
2076
|
+
--color-sf-on-surface: 230, 225, 229;
|
|
2077
|
+
--color-sf-on-surface-variant: 202, 196, 208;
|
|
2078
|
+
--color-sf-on-background: 230, 225, 229;
|
|
2079
|
+
--color-sf-outline: 147, 143, 153;
|
|
2080
|
+
--color-sf-outline-variant: 68, 71, 70;
|
|
2081
|
+
--color-sf-shadow: 0, 0, 0;
|
|
2082
|
+
--color-sf-surface-tint-color: 208, 188, 255;
|
|
2083
|
+
--color-sf-inverse-surface: 230, 225, 229;
|
|
2084
|
+
--color-sf-inverse-on-surface: 49, 48, 51;
|
|
2085
|
+
--color-sf-inverse-primary: 103, 80, 164;
|
|
2086
|
+
--color-sf-scrim: 0, 0, 0;
|
|
2087
|
+
--color-sf-error: 242, 184, 181;
|
|
2088
|
+
--color-sf-error-container: 140, 29, 24;
|
|
2089
|
+
--color-sf-on-error: 96, 20, 16;
|
|
2090
|
+
--color-sf-on-error-container: 249, 222, 220;
|
|
2091
|
+
--color-sf-success: 83, 202, 23;
|
|
2092
|
+
--color-sf-success-container: 22, 62, 2;
|
|
2093
|
+
--color-sf-on-success: 13, 39, 0;
|
|
2094
|
+
--color-sf-on-success-container: 183, 250, 150;
|
|
2095
|
+
--color-sf-info: 71, 172, 251;
|
|
2096
|
+
--color-sf-info-container: 0, 67, 120;
|
|
2097
|
+
--color-sf-on-info: 0, 51, 91;
|
|
2098
|
+
--color-sf-on-info-container: 173, 219, 255;
|
|
2099
|
+
--color-sf-warning: 245, 180, 130;
|
|
2100
|
+
--color-sf-warning-container: 123, 65, 0;
|
|
2101
|
+
--color-sf-on-warning: 99, 52, 0;
|
|
2102
|
+
--color-sf-on-warning-container: 255, 220, 193;
|
|
2103
|
+
--color-sf-spreadsheet-gridline: 231, 224, 236;
|
|
2104
|
+
--color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
|
|
2105
|
+
--color-sf-success-text: 0, 0, 0;
|
|
2106
|
+
--color-sf-warning-text: 0, 0, 0;
|
|
2107
|
+
--color-sf-info-text: 0, 0, 0;
|
|
2108
|
+
--color-sf-danger-text: 0, 0, 0;
|
|
2109
|
+
--color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
|
|
2110
|
+
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
|
|
2111
|
+
}
|
|
2112
|
+
|
|
1734
2113
|
/* stylelint-disable property-no-vendor-prefix */
|
|
1735
2114
|
@keyframes e-input-ripple {
|
|
1736
2115
|
100% {
|
|
@@ -2474,7 +2853,7 @@ ejs-calendar {
|
|
|
2474
2853
|
}
|
|
2475
2854
|
@media (min-device-width: 768px) {
|
|
2476
2855
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-model-header-wrapper {
|
|
2477
|
-
font-size:
|
|
2856
|
+
font-size: 18px;
|
|
2478
2857
|
}
|
|
2479
2858
|
}
|
|
2480
2859
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-model-header-wrapper .e-apply {
|
|
@@ -2509,43 +2888,75 @@ ejs-calendar {
|
|
|
2509
2888
|
padding: 2vh 2vw;
|
|
2510
2889
|
line-height: 5vh;
|
|
2511
2890
|
}
|
|
2512
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-month .e-prev, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-
|
|
2891
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-month .e-prev, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-year .e-prev, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-decade .e-prev {
|
|
2892
|
+
height: 36px;
|
|
2893
|
+
width: 36px;
|
|
2894
|
+
margin-right: 60vw;
|
|
2895
|
+
vertical-align: inherit;
|
|
2896
|
+
font-size: 18px;
|
|
2897
|
+
}
|
|
2898
|
+
@media screen and (orientation: landscape) {
|
|
2899
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-month .e-prev, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-year .e-prev, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-decade .e-prev {
|
|
2900
|
+
margin-right: 78vw;
|
|
2901
|
+
vertical-align: inherit;
|
|
2902
|
+
}
|
|
2903
|
+
}
|
|
2904
|
+
@media (min-device-width: 768px) {
|
|
2905
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-month .e-prev span, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-year .e-prev span, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-decade .e-prev span {
|
|
2906
|
+
font-size: 18px;
|
|
2907
|
+
padding: 11px;
|
|
2908
|
+
}
|
|
2909
|
+
}
|
|
2910
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-month .e-next, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-year .e-next, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-decade .e-next {
|
|
2513
2911
|
height: 36px;
|
|
2514
2912
|
width: 36px;
|
|
2913
|
+
margin-right: 42px;
|
|
2515
2914
|
}
|
|
2516
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-month .e-
|
|
2915
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-month .e-next span, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-year .e-next span, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-decade .e-next span {
|
|
2517
2916
|
padding: 10px;
|
|
2518
2917
|
line-height: 1;
|
|
2519
2918
|
}
|
|
2520
2919
|
@media (min-device-width: 768px) {
|
|
2521
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-month .e-
|
|
2522
|
-
font-size:
|
|
2920
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-month .e-next span, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-year .e-next span, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-decade .e-next span {
|
|
2921
|
+
font-size: 18px;
|
|
2523
2922
|
}
|
|
2524
2923
|
}
|
|
2525
2924
|
@media (max-height: 600px) {
|
|
2526
2925
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-month .e-title, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-year .e-title, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-decade .e-title {
|
|
2926
|
+
margin-left: -25vw;
|
|
2927
|
+
position: absolute;
|
|
2928
|
+
text-align: center;
|
|
2929
|
+
vertical-align: middle;
|
|
2930
|
+
width: 50vw;
|
|
2931
|
+
line-height: 44px;
|
|
2527
2932
|
line-height: 8vh;
|
|
2528
2933
|
}
|
|
2529
2934
|
}
|
|
2530
2935
|
@media (min-height: 600px) {
|
|
2531
2936
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-month .e-title, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-year .e-title, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-decade .e-title {
|
|
2937
|
+
margin-left: -25vw;
|
|
2938
|
+
position: absolute;
|
|
2939
|
+
text-align: center;
|
|
2940
|
+
vertical-align: middle;
|
|
2941
|
+
width: 50vw;
|
|
2942
|
+
line-height: 44px;
|
|
2532
2943
|
line-height: inherit;
|
|
2533
2944
|
}
|
|
2534
2945
|
}
|
|
2535
2946
|
@media (min-device-width: 768px) {
|
|
2536
2947
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-month .e-title, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-year .e-title, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-decade .e-title {
|
|
2537
|
-
font-size:
|
|
2948
|
+
font-size: 18px;
|
|
2538
2949
|
}
|
|
2539
2950
|
}
|
|
2540
2951
|
@media (min-device-width: 768px) {
|
|
2541
2952
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar th {
|
|
2542
|
-
font-size:
|
|
2953
|
+
font-size: 18px;
|
|
2543
2954
|
height: 48px;
|
|
2544
2955
|
}
|
|
2545
2956
|
}
|
|
2546
2957
|
@media (min-device-width: 768px) {
|
|
2547
2958
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-content span.e-day {
|
|
2548
|
-
font-size:
|
|
2959
|
+
font-size: 18px;
|
|
2549
2960
|
height: 64px;
|
|
2550
2961
|
width: 64px;
|
|
2551
2962
|
line-height: 64px;
|
|
@@ -2569,12 +2980,6 @@ ejs-calendar {
|
|
|
2569
2980
|
height: 78vh;
|
|
2570
2981
|
}
|
|
2571
2982
|
}
|
|
2572
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder .e-footer {
|
|
2573
|
-
display: block;
|
|
2574
|
-
}
|
|
2575
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder .e-footer .e-btn.e-apply, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder .e-footer .e-btn.e-cancel {
|
|
2576
|
-
float: right;
|
|
2577
|
-
}
|
|
2578
2983
|
@media (max-height: 600px) {
|
|
2579
2984
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
|
|
2580
2985
|
min-height: 100%;
|
|
@@ -2622,17 +3027,17 @@ ejs-calendar {
|
|
|
2622
3027
|
}
|
|
2623
3028
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header {
|
|
2624
3029
|
height: 10%;
|
|
2625
|
-
padding: 2.5vh 2.5vw;
|
|
3030
|
+
padding: 2.5vh 2.5vw 2.5vh 1.5vw;
|
|
2626
3031
|
display: -ms-flexbox;
|
|
2627
3032
|
display: flex;
|
|
2628
3033
|
-ms-flex-align: center;
|
|
2629
3034
|
align-items: center;
|
|
2630
|
-
font-size:
|
|
3035
|
+
font-size: 2vh;
|
|
2631
3036
|
border-bottom: none;
|
|
2632
3037
|
}
|
|
2633
3038
|
@media (min-device-width: 768px) {
|
|
2634
3039
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header {
|
|
2635
|
-
font-size:
|
|
3040
|
+
font-size: 18px;
|
|
2636
3041
|
}
|
|
2637
3042
|
}
|
|
2638
3043
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header .e-popup-close {
|
|
@@ -2644,14 +3049,14 @@ ejs-calendar {
|
|
|
2644
3049
|
text-transform: uppercase;
|
|
2645
3050
|
}
|
|
2646
3051
|
|
|
2647
|
-
@media screen and (orientation: landscape)
|
|
2648
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header.e-
|
|
2649
|
-
|
|
3052
|
+
@media screen and (orientation: landscape) {
|
|
3053
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-model-header-wrapper .e-btn {
|
|
3054
|
+
padding: 0;
|
|
2650
3055
|
}
|
|
2651
3056
|
}
|
|
2652
|
-
@media screen and (orientation: landscape) and (min-
|
|
2653
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header.e-
|
|
2654
|
-
|
|
3057
|
+
@media screen and (orientation: landscape) and (min-device-width: 768px) {
|
|
3058
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-model-header-wrapper .e-btn {
|
|
3059
|
+
font-size: 18px;
|
|
2655
3060
|
}
|
|
2656
3061
|
}
|
|
2657
3062
|
@media screen and (orientation: landscape) and (min-height: 600px) {
|
|
@@ -2686,7 +3091,7 @@ ejs-calendar {
|
|
|
2686
3091
|
@media screen and (orientation: landscape) {
|
|
2687
3092
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header {
|
|
2688
3093
|
height: 15%;
|
|
2689
|
-
font-size:
|
|
3094
|
+
font-size: 18px;
|
|
2690
3095
|
}
|
|
2691
3096
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header .e-popup-close {
|
|
2692
3097
|
padding: 1vh 1vw;
|
|
@@ -2713,7 +3118,7 @@ ejs-calendar {
|
|
|
2713
3118
|
@media screen and (orientation: landscape) {
|
|
2714
3119
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-start-end {
|
|
2715
3120
|
margin: 0;
|
|
2716
|
-
height:
|
|
3121
|
+
height: 28px;
|
|
2717
3122
|
}
|
|
2718
3123
|
}
|
|
2719
3124
|
@media screen and (orientation: landscape) and (min-height: 600px) {
|
|
@@ -2723,8 +3128,8 @@ ejs-calendar {
|
|
|
2723
3128
|
}
|
|
2724
3129
|
@media screen and (orientation: landscape) {
|
|
2725
3130
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-day-span {
|
|
2726
|
-
margin:
|
|
2727
|
-
font-size:
|
|
3131
|
+
margin: 8px 0;
|
|
3132
|
+
font-size: 16px;
|
|
2728
3133
|
}
|
|
2729
3134
|
}
|
|
2730
3135
|
@media screen and (orientation: landscape) and (min-height: 600px) {
|
|
@@ -2976,6 +3381,117 @@ ejs-calendar {
|
|
|
2976
3381
|
color: rgba(var(--color-sf-on-primary));
|
|
2977
3382
|
}
|
|
2978
3383
|
|
|
3384
|
+
:root {
|
|
3385
|
+
--color-sf-black: 0, 0, 0;
|
|
3386
|
+
--color-sf-white: 255, 255, 255;
|
|
3387
|
+
--color-sf-primary: 103, 80, 164;
|
|
3388
|
+
--color-sf-primary-container: 234, 221, 255;
|
|
3389
|
+
--color-sf-secondary: 98, 91, 113;
|
|
3390
|
+
--color-sf-secondary-container: 232, 222, 248;
|
|
3391
|
+
--color-sf-tertiary: 125, 82, 96;
|
|
3392
|
+
--color-sf-tertiary-container: 255, 216, 228;
|
|
3393
|
+
--color-sf-surface: 255, 255, 255;
|
|
3394
|
+
--color-sf-surface-variant: 231, 224, 236;
|
|
3395
|
+
--color-sf-background: var(--color-sf-surface);
|
|
3396
|
+
--color-sf-on-primary: 255, 255, 255;
|
|
3397
|
+
--color-sf-on-primary-container: 33, 0, 94;
|
|
3398
|
+
--color-sf-on-secondary: 255, 255, 255;
|
|
3399
|
+
--color-sf-on-secondary-container: 30, 25, 43;
|
|
3400
|
+
--color-sf-on-tertiary: 255, 255, 255;
|
|
3401
|
+
--color-sf-on-tertiary-containe: 55, 11, 30;
|
|
3402
|
+
--color-sf-on-surface: 28, 27, 31;
|
|
3403
|
+
--color-sf-on-surface-variant: 73, 69, 78;
|
|
3404
|
+
--color-sf-on-background: 28, 27, 31;
|
|
3405
|
+
--color-sf-outline: 121, 116, 126;
|
|
3406
|
+
--color-sf-outline-variant: 196, 199, 197;
|
|
3407
|
+
--color-sf-shadow: 0, 0, 0;
|
|
3408
|
+
--color-sf-surface-tint-color: 103, 80, 164;
|
|
3409
|
+
--color-sf-inverse-surface: 49, 48, 51;
|
|
3410
|
+
--color-sf-inverse-on-surface: 244, 239, 244;
|
|
3411
|
+
--color-sf-inverse-primary: 208, 188, 255;
|
|
3412
|
+
--color-sf-scrim: 0, 0, 0;
|
|
3413
|
+
--color-sf-error: 179, 38, 30;
|
|
3414
|
+
--color-sf-error-container: 249, 222, 220;
|
|
3415
|
+
--color-sf-on-error: 255, 250, 250;
|
|
3416
|
+
--color-sf-on-error-container: 65, 14, 11;
|
|
3417
|
+
--color-sf-success: 32, 81, 7;
|
|
3418
|
+
--color-sf-success-container: 209, 255, 186;
|
|
3419
|
+
--color-sf-on-success: 244, 255, 239;
|
|
3420
|
+
--color-sf-on-success-container: 13, 39, 0;
|
|
3421
|
+
--color-sf-info: 1, 87, 155;
|
|
3422
|
+
--color-sf-info-container: 233, 245, 255;
|
|
3423
|
+
--color-sf-on-info: 250, 253, 255;
|
|
3424
|
+
--color-sf-on-info-container: 0, 51, 91;
|
|
3425
|
+
--color-sf-warning: 145, 76, 0;
|
|
3426
|
+
--color-sf-warning-container: 254, 236, 222;
|
|
3427
|
+
--color-sf-on-warning: 255, 255, 255;
|
|
3428
|
+
--color-sf-on-warning-container: 47, 21, 0;
|
|
3429
|
+
--color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
|
|
3430
|
+
--color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
|
|
3431
|
+
--color-sf-diagram-palette-background: --color-sf-white;
|
|
3432
|
+
--color-sf-success-text: 255, 255, 255;
|
|
3433
|
+
--color-sf-warning-text: 255, 255, 255;
|
|
3434
|
+
--color-sf-danger-text: 255, 255, 255;
|
|
3435
|
+
--color-sf-info-text: 255, 255, 255;
|
|
3436
|
+
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
|
|
3437
|
+
--color-sf-secondary-bg-color: var(--color-sf-surface);
|
|
3438
|
+
}
|
|
3439
|
+
|
|
3440
|
+
.e-dark-mode {
|
|
3441
|
+
--color-sf-black: 0, 0, 0;
|
|
3442
|
+
--color-sf-white: 255, 255, 255;
|
|
3443
|
+
--color-sf-primary: 208, 188, 255;
|
|
3444
|
+
--color-sf-primary-container: 79, 55, 139;
|
|
3445
|
+
--color-sf-secondary: 204, 194, 220;
|
|
3446
|
+
--color-sf-secondary-container: 74, 68, 88;
|
|
3447
|
+
--color-sf-tertiary: 239, 184, 200;
|
|
3448
|
+
--color-sf-tertiary-container: 99, 59, 72;
|
|
3449
|
+
--color-sf-surface: 28, 27, 31;
|
|
3450
|
+
--color-sf-surface-variant: 28, 27, 31;
|
|
3451
|
+
--color-sf-background: var(--color-sf-surface);
|
|
3452
|
+
--color-sf-on-primary: 55, 30, 115;
|
|
3453
|
+
--color-sf-on-primary-container: 234, 221, 255;
|
|
3454
|
+
--color-sf-on-secondary: 51, 45, 65;
|
|
3455
|
+
--color-sf-on-secondary-container: 232, 222, 248;
|
|
3456
|
+
--color-sf-on-tertiary: 73, 37, 50;
|
|
3457
|
+
--color-sf-on-tertiary-containe: 255, 216, 228;
|
|
3458
|
+
--color-sf-on-surface: 230, 225, 229;
|
|
3459
|
+
--color-sf-on-surface-variant: 202, 196, 208;
|
|
3460
|
+
--color-sf-on-background: 230, 225, 229;
|
|
3461
|
+
--color-sf-outline: 147, 143, 153;
|
|
3462
|
+
--color-sf-outline-variant: 68, 71, 70;
|
|
3463
|
+
--color-sf-shadow: 0, 0, 0;
|
|
3464
|
+
--color-sf-surface-tint-color: 208, 188, 255;
|
|
3465
|
+
--color-sf-inverse-surface: 230, 225, 229;
|
|
3466
|
+
--color-sf-inverse-on-surface: 49, 48, 51;
|
|
3467
|
+
--color-sf-inverse-primary: 103, 80, 164;
|
|
3468
|
+
--color-sf-scrim: 0, 0, 0;
|
|
3469
|
+
--color-sf-error: 242, 184, 181;
|
|
3470
|
+
--color-sf-error-container: 140, 29, 24;
|
|
3471
|
+
--color-sf-on-error: 96, 20, 16;
|
|
3472
|
+
--color-sf-on-error-container: 249, 222, 220;
|
|
3473
|
+
--color-sf-success: 83, 202, 23;
|
|
3474
|
+
--color-sf-success-container: 22, 62, 2;
|
|
3475
|
+
--color-sf-on-success: 13, 39, 0;
|
|
3476
|
+
--color-sf-on-success-container: 183, 250, 150;
|
|
3477
|
+
--color-sf-info: 71, 172, 251;
|
|
3478
|
+
--color-sf-info-container: 0, 67, 120;
|
|
3479
|
+
--color-sf-on-info: 0, 51, 91;
|
|
3480
|
+
--color-sf-on-info-container: 173, 219, 255;
|
|
3481
|
+
--color-sf-warning: 245, 180, 130;
|
|
3482
|
+
--color-sf-warning-container: 123, 65, 0;
|
|
3483
|
+
--color-sf-on-warning: 99, 52, 0;
|
|
3484
|
+
--color-sf-on-warning-container: 255, 220, 193;
|
|
3485
|
+
--color-sf-spreadsheet-gridline: 231, 224, 236;
|
|
3486
|
+
--color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
|
|
3487
|
+
--color-sf-success-text: 0, 0, 0;
|
|
3488
|
+
--color-sf-warning-text: 0, 0, 0;
|
|
3489
|
+
--color-sf-info-text: 0, 0, 0;
|
|
3490
|
+
--color-sf-danger-text: 0, 0, 0;
|
|
3491
|
+
--color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
|
|
3492
|
+
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
|
|
3493
|
+
}
|
|
3494
|
+
|
|
2979
3495
|
/* stylelint-disable property-no-vendor-prefix */
|
|
2980
3496
|
@keyframes e-input-ripple {
|
|
2981
3497
|
100% {
|