@syncfusion/ej2-angular-calendars 22.2.12 → 23.1.36-ngcc
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/@syncfusion/ej2-angular-calendars.es5.js +1048 -0
- package/@syncfusion/ej2-angular-calendars.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-calendars.js +981 -0
- package/@syncfusion/ej2-angular-calendars.js.map +1 -0
- package/CHANGELOG.md +1334 -0
- package/dist/ej2-angular-calendars.umd.js +1093 -0
- package/dist/ej2-angular-calendars.umd.js.map +1 -0
- package/dist/ej2-angular-calendars.umd.min.js +11 -0
- package/dist/ej2-angular-calendars.umd.min.js.map +1 -0
- package/ej2-angular-calendars.d.ts +9 -0
- package/ej2-angular-calendars.metadata.json +1 -0
- package/package.json +15 -29
- package/postinstall/tagchange.js +18 -0
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/src/calendar/calendar-all.module.d.ts +0 -6
- package/src/calendar/calendar.component.d.ts +3 -5
- package/src/calendar/calendar.module.d.ts +0 -6
- package/src/datepicker/datepicker-all.module.d.ts +0 -6
- package/src/datepicker/datepicker.component.d.ts +3 -5
- package/src/datepicker/datepicker.module.d.ts +0 -6
- package/src/daterangepicker/daterangepicker-all.module.d.ts +0 -6
- package/src/daterangepicker/daterangepicker.component.d.ts +3 -5
- package/src/daterangepicker/daterangepicker.module.d.ts +0 -7
- package/src/daterangepicker/presets.directive.d.ts +0 -5
- package/src/datetimepicker/datetimepicker-all.module.d.ts +0 -6
- package/src/datetimepicker/datetimepicker.component.d.ts +3 -5
- package/src/datetimepicker/datetimepicker.module.d.ts +0 -6
- package/src/timepicker/timepicker-all.module.d.ts +0 -6
- package/src/timepicker/timepicker.component.d.ts +3 -5
- package/src/timepicker/timepicker.module.d.ts +0 -6
- package/styles/bootstrap-dark.css +91 -40
- package/styles/bootstrap.css +91 -40
- package/styles/bootstrap4.css +91 -40
- package/styles/bootstrap5-dark.css +92 -41
- package/styles/bootstrap5.css +92 -41
- package/styles/calendar/bootstrap-dark.scss +1 -5
- package/styles/calendar/bootstrap.scss +1 -5
- package/styles/calendar/bootstrap4.scss +1 -5
- package/styles/calendar/bootstrap5-dark.scss +1 -5
- package/styles/calendar/bootstrap5.scss +1 -5
- package/styles/calendar/fabric-dark.scss +1 -5
- package/styles/calendar/fabric.scss +1 -5
- package/styles/calendar/fluent-dark.scss +1 -5
- package/styles/calendar/fluent.scss +1 -5
- package/styles/calendar/highcontrast-light.scss +1 -5
- package/styles/calendar/highcontrast.scss +1 -5
- package/styles/calendar/material-dark.css +0 -1
- package/styles/calendar/material-dark.scss +1 -5
- package/styles/calendar/material.css +0 -1
- package/styles/calendar/material.scss +1 -5
- package/styles/calendar/material3-dark.css +0 -1
- package/styles/calendar/material3-dark.scss +1 -5
- package/styles/calendar/material3.css +0 -1
- package/styles/calendar/material3.scss +1 -5
- package/styles/calendar/tailwind-dark.css +0 -1
- package/styles/calendar/tailwind-dark.scss +1 -5
- package/styles/calendar/tailwind.css +0 -1
- package/styles/calendar/tailwind.scss +1 -5
- package/styles/datepicker/bootstrap-dark.css +49 -19
- package/styles/datepicker/bootstrap-dark.scss +1 -7
- package/styles/datepicker/bootstrap.css +49 -19
- package/styles/datepicker/bootstrap.scss +1 -7
- package/styles/datepicker/bootstrap4.css +49 -19
- package/styles/datepicker/bootstrap4.scss +1 -7
- package/styles/datepicker/bootstrap5-dark.css +50 -20
- package/styles/datepicker/bootstrap5-dark.scss +1 -7
- package/styles/datepicker/bootstrap5.css +50 -20
- package/styles/datepicker/bootstrap5.scss +1 -7
- package/styles/datepicker/fabric-dark.css +48 -18
- package/styles/datepicker/fabric-dark.scss +1 -7
- package/styles/datepicker/fabric.css +49 -19
- package/styles/datepicker/fabric.scss +1 -7
- package/styles/datepicker/fluent-dark.css +48 -18
- package/styles/datepicker/fluent-dark.scss +1 -7
- package/styles/datepicker/fluent.css +48 -18
- package/styles/datepicker/fluent.scss +1 -7
- package/styles/datepicker/highcontrast-light.css +49 -19
- package/styles/datepicker/highcontrast-light.scss +1 -7
- package/styles/datepicker/highcontrast.css +49 -19
- package/styles/datepicker/highcontrast.scss +1 -7
- package/styles/datepicker/material-dark.css +48 -19
- package/styles/datepicker/material-dark.scss +1 -7
- package/styles/datepicker/material.css +48 -19
- package/styles/datepicker/material.scss +1 -7
- package/styles/datepicker/material3-dark.css +48 -19
- package/styles/datepicker/material3-dark.scss +1 -7
- package/styles/datepicker/material3.css +48 -19
- package/styles/datepicker/material3.scss +1 -7
- package/styles/datepicker/tailwind-dark.css +52 -23
- package/styles/datepicker/tailwind-dark.scss +1 -7
- package/styles/datepicker/tailwind.css +52 -23
- package/styles/datepicker/tailwind.scss +1 -7
- package/styles/daterangepicker/bootstrap-dark.css +30 -26
- package/styles/daterangepicker/bootstrap-dark.scss +1 -7
- package/styles/daterangepicker/bootstrap.css +30 -26
- package/styles/daterangepicker/bootstrap.scss +1 -7
- package/styles/daterangepicker/bootstrap4.css +30 -26
- package/styles/daterangepicker/bootstrap4.scss +1 -7
- package/styles/daterangepicker/bootstrap5-dark.css +30 -26
- package/styles/daterangepicker/bootstrap5-dark.scss +1 -7
- package/styles/daterangepicker/bootstrap5.css +30 -26
- package/styles/daterangepicker/bootstrap5.scss +1 -7
- package/styles/daterangepicker/fabric-dark.css +30 -26
- package/styles/daterangepicker/fabric-dark.scss +1 -7
- package/styles/daterangepicker/fabric.css +30 -26
- package/styles/daterangepicker/fabric.scss +1 -7
- package/styles/daterangepicker/fluent-dark.css +30 -26
- package/styles/daterangepicker/fluent-dark.scss +1 -7
- package/styles/daterangepicker/fluent.css +30 -26
- package/styles/daterangepicker/fluent.scss +1 -7
- package/styles/daterangepicker/highcontrast-light.css +30 -26
- package/styles/daterangepicker/highcontrast-light.scss +1 -7
- package/styles/daterangepicker/highcontrast.css +30 -26
- package/styles/daterangepicker/highcontrast.scss +1 -7
- package/styles/daterangepicker/material-dark.css +30 -27
- package/styles/daterangepicker/material-dark.scss +1 -7
- package/styles/daterangepicker/material.css +30 -27
- package/styles/daterangepicker/material.scss +1 -7
- package/styles/daterangepicker/material3-dark.css +53 -28
- package/styles/daterangepicker/material3-dark.scss +1 -7
- package/styles/daterangepicker/material3.css +53 -28
- package/styles/daterangepicker/material3.scss +1 -7
- package/styles/daterangepicker/tailwind-dark.css +31 -28
- package/styles/daterangepicker/tailwind-dark.scss +1 -7
- package/styles/daterangepicker/tailwind.css +31 -28
- package/styles/daterangepicker/tailwind.scss +1 -7
- package/styles/datetimepicker/bootstrap-dark.scss +1 -8
- package/styles/datetimepicker/bootstrap.scss +1 -8
- package/styles/datetimepicker/bootstrap4.scss +1 -8
- package/styles/datetimepicker/bootstrap5-dark.scss +1 -8
- package/styles/datetimepicker/bootstrap5.scss +1 -8
- package/styles/datetimepicker/fabric-dark.scss +1 -8
- package/styles/datetimepicker/fabric.scss +1 -8
- package/styles/datetimepicker/fluent-dark.scss +1 -8
- package/styles/datetimepicker/fluent.scss +1 -8
- package/styles/datetimepicker/highcontrast-light.scss +1 -8
- package/styles/datetimepicker/highcontrast.scss +1 -8
- package/styles/datetimepicker/material-dark.css +0 -1
- package/styles/datetimepicker/material-dark.scss +1 -8
- package/styles/datetimepicker/material.css +0 -1
- package/styles/datetimepicker/material.scss +1 -8
- package/styles/datetimepicker/material3-dark.css +0 -1
- package/styles/datetimepicker/material3-dark.scss +1 -8
- package/styles/datetimepicker/material3.css +0 -1
- package/styles/datetimepicker/material3.scss +1 -8
- package/styles/datetimepicker/tailwind-dark.css +0 -1
- package/styles/datetimepicker/tailwind-dark.scss +1 -8
- package/styles/datetimepicker/tailwind.css +0 -1
- package/styles/datetimepicker/tailwind.scss +1 -8
- package/styles/fabric-dark.css +90 -39
- package/styles/fabric.css +103 -52
- package/styles/fluent-dark.css +90 -39
- package/styles/fluent.css +90 -39
- package/styles/highcontrast-light.css +91 -40
- package/styles/highcontrast.css +91 -40
- package/styles/material-dark.css +90 -40
- package/styles/material.css +90 -40
- package/styles/material3-dark.css +333 -41
- package/styles/material3-dark.scss +0 -1
- package/styles/material3.css +557 -41
- package/styles/material3.scss +0 -1
- package/styles/tailwind-dark.css +95 -49
- package/styles/tailwind.css +95 -49
- package/styles/timepicker/bootstrap-dark.css +19 -2
- package/styles/timepicker/bootstrap-dark.scss +1 -6
- package/styles/timepicker/bootstrap.css +19 -2
- package/styles/timepicker/bootstrap.scss +1 -6
- package/styles/timepicker/bootstrap4.css +19 -2
- package/styles/timepicker/bootstrap4.scss +1 -6
- package/styles/timepicker/bootstrap5-dark.css +19 -2
- package/styles/timepicker/bootstrap5-dark.scss +1 -6
- package/styles/timepicker/bootstrap5.css +19 -2
- package/styles/timepicker/bootstrap5.scss +1 -6
- package/styles/timepicker/fabric-dark.css +19 -2
- package/styles/timepicker/fabric-dark.scss +1 -6
- package/styles/timepicker/fabric.css +22 -5
- package/styles/timepicker/fabric.scss +1 -6
- package/styles/timepicker/fluent-dark.css +19 -2
- package/styles/timepicker/fluent-dark.scss +1 -6
- package/styles/timepicker/fluent.css +19 -2
- package/styles/timepicker/fluent.scss +1 -6
- package/styles/timepicker/highcontrast-light.css +19 -2
- package/styles/timepicker/highcontrast-light.scss +1 -6
- package/styles/timepicker/highcontrast.css +19 -2
- package/styles/timepicker/highcontrast.scss +1 -6
- package/styles/timepicker/material-dark.css +19 -3
- package/styles/timepicker/material-dark.scss +1 -6
- package/styles/timepicker/material.css +19 -3
- package/styles/timepicker/material.scss +1 -6
- package/styles/timepicker/material3-dark.css +19 -3
- package/styles/timepicker/material3-dark.scss +1 -6
- package/styles/timepicker/material3.css +19 -3
- package/styles/timepicker/material3.scss +1 -6
- package/styles/timepicker/tailwind-dark.css +19 -3
- package/styles/timepicker/tailwind-dark.scss +1 -6
- package/styles/timepicker/tailwind.css +19 -3
- package/styles/timepicker/tailwind.scss +1 -6
- package/esm2020/public_api.mjs +0 -3
- package/esm2020/src/calendar/calendar-all.module.mjs +0 -29
- package/esm2020/src/calendar/calendar.component.mjs +0 -90
- package/esm2020/src/calendar/calendar.module.mjs +0 -25
- package/esm2020/src/datepicker/datepicker-all.module.mjs +0 -29
- package/esm2020/src/datepicker/datepicker.component.mjs +0 -98
- package/esm2020/src/datepicker/datepicker.module.mjs +0 -25
- package/esm2020/src/daterangepicker/daterangepicker-all.module.mjs +0 -23
- package/esm2020/src/daterangepicker/daterangepicker.component.mjs +0 -102
- package/esm2020/src/daterangepicker/daterangepicker.module.mjs +0 -34
- package/esm2020/src/daterangepicker/presets.directive.mjs +0 -58
- package/esm2020/src/datetimepicker/datetimepicker-all.module.mjs +0 -23
- package/esm2020/src/datetimepicker/datetimepicker.component.mjs +0 -98
- package/esm2020/src/datetimepicker/datetimepicker.module.mjs +0 -25
- package/esm2020/src/index.mjs +0 -18
- package/esm2020/src/timepicker/timepicker-all.module.mjs +0 -23
- package/esm2020/src/timepicker/timepicker.component.mjs +0 -91
- package/esm2020/src/timepicker/timepicker.module.mjs +0 -25
- package/esm2020/syncfusion-ej2-angular-calendars.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-calendars.mjs +0 -732
- package/fesm2015/syncfusion-ej2-angular-calendars.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-calendars.mjs +0 -732
- package/fesm2020/syncfusion-ej2-angular-calendars.mjs.map +0 -1
- package/styles/calendar/_all.scss +0 -2
- package/styles/calendar/_bootstrap-dark-definition.scss +0 -228
- package/styles/calendar/_bootstrap-definition.scss +0 -228
- package/styles/calendar/_bootstrap4-definition.scss +0 -228
- package/styles/calendar/_bootstrap5-dark-definition.scss +0 -1
- package/styles/calendar/_bootstrap5-definition.scss +0 -250
- package/styles/calendar/_fabric-dark-definition.scss +0 -192
- package/styles/calendar/_fabric-definition.scss +0 -190
- package/styles/calendar/_fluent-dark-definition.scss +0 -1
- package/styles/calendar/_fluent-definition.scss +0 -252
- package/styles/calendar/_fusionnew-definition.scss +0 -250
- package/styles/calendar/_highcontrast-definition.scss +0 -189
- package/styles/calendar/_highcontrast-light-definition.scss +0 -192
- package/styles/calendar/_layout.scss +0 -786
- package/styles/calendar/_material-dark-definition.scss +0 -194
- package/styles/calendar/_material-definition.scss +0 -189
- package/styles/calendar/_material3-dark-definition.scss +0 -1
- package/styles/calendar/_material3-definition.scss +0 -195
- package/styles/calendar/_tailwind-dark-definition.scss +0 -1
- package/styles/calendar/_tailwind-definition.scss +0 -262
- package/styles/calendar/_theme.scss +0 -534
- package/styles/calendar/icons/_bootstrap-dark.scss +0 -13
- package/styles/calendar/icons/_bootstrap.scss +0 -13
- package/styles/calendar/icons/_bootstrap4.scss +0 -13
- package/styles/calendar/icons/_bootstrap5-dark.scss +0 -1
- package/styles/calendar/icons/_bootstrap5.scss +0 -13
- package/styles/calendar/icons/_fabric-dark.scss +0 -13
- package/styles/calendar/icons/_fabric.scss +0 -13
- package/styles/calendar/icons/_fluent-dark.scss +0 -1
- package/styles/calendar/icons/_fluent.scss +0 -13
- package/styles/calendar/icons/_fusionnew.scss +0 -13
- package/styles/calendar/icons/_highcontrast-light.scss +0 -13
- package/styles/calendar/icons/_highcontrast.scss +0 -13
- package/styles/calendar/icons/_material-dark.scss +0 -13
- package/styles/calendar/icons/_material.scss +0 -13
- package/styles/calendar/icons/_material3-dark.scss +0 -1
- package/styles/calendar/icons/_material3.scss +0 -13
- package/styles/calendar/icons/_tailwind-dark.scss +0 -1
- package/styles/calendar/icons/_tailwind.scss +0 -13
- package/styles/datepicker/_all.scss +0 -2
- package/styles/datepicker/_bootstrap-dark-definition.scss +0 -97
- package/styles/datepicker/_bootstrap-definition.scss +0 -96
- package/styles/datepicker/_bootstrap4-definition.scss +0 -101
- package/styles/datepicker/_bootstrap5-dark-definition.scss +0 -1
- package/styles/datepicker/_bootstrap5-definition.scss +0 -107
- package/styles/datepicker/_fabric-dark-definition.scss +0 -98
- package/styles/datepicker/_fabric-definition.scss +0 -95
- package/styles/datepicker/_fluent-dark-definition.scss +0 -1
- package/styles/datepicker/_fluent-definition.scss +0 -107
- package/styles/datepicker/_fusionnew-definition.scss +0 -107
- package/styles/datepicker/_highcontrast-definition.scss +0 -96
- package/styles/datepicker/_highcontrast-light-definition.scss +0 -99
- package/styles/datepicker/_layout.scss +0 -409
- package/styles/datepicker/_material-dark-definition.scss +0 -103
- package/styles/datepicker/_material-definition.scss +0 -100
- package/styles/datepicker/_material3-dark-definition.scss +0 -1
- package/styles/datepicker/_material3-definition.scss +0 -116
- package/styles/datepicker/_tailwind-dark-definition.scss +0 -1
- package/styles/datepicker/_tailwind-definition.scss +0 -105
- package/styles/datepicker/_theme.scss +0 -53
- package/styles/datepicker/icons/_bootstrap-dark.scss +0 -73
- package/styles/datepicker/icons/_bootstrap.scss +0 -72
- package/styles/datepicker/icons/_bootstrap4.scss +0 -76
- package/styles/datepicker/icons/_bootstrap5-dark.scss +0 -1
- package/styles/datepicker/icons/_bootstrap5.scss +0 -76
- package/styles/datepicker/icons/_fabric-dark.scss +0 -65
- package/styles/datepicker/icons/_fabric.scss +0 -65
- package/styles/datepicker/icons/_fluent-dark.scss +0 -1
- package/styles/datepicker/icons/_fluent.scss +0 -76
- package/styles/datepicker/icons/_fusionnew.scss +0 -76
- package/styles/datepicker/icons/_highcontrast-light.scss +0 -72
- package/styles/datepicker/icons/_highcontrast.scss +0 -72
- package/styles/datepicker/icons/_material-dark.scss +0 -99
- package/styles/datepicker/icons/_material.scss +0 -99
- package/styles/datepicker/icons/_material3-dark.scss +0 -1
- package/styles/datepicker/icons/_material3.scss +0 -79
- package/styles/datepicker/icons/_tailwind-dark.scss +0 -1
- package/styles/datepicker/icons/_tailwind.scss +0 -76
- package/styles/daterangepicker/_all.scss +0 -2
- package/styles/daterangepicker/_bootstrap-dark-definition.scss +0 -258
- package/styles/daterangepicker/_bootstrap-definition.scss +0 -258
- package/styles/daterangepicker/_bootstrap4-definition.scss +0 -268
- package/styles/daterangepicker/_bootstrap5-dark-definition.scss +0 -1
- package/styles/daterangepicker/_bootstrap5-definition.scss +0 -296
- package/styles/daterangepicker/_fabric-dark-definition.scss +0 -261
- package/styles/daterangepicker/_fabric-definition.scss +0 -258
- package/styles/daterangepicker/_fluent-dark-definition.scss +0 -1
- package/styles/daterangepicker/_fluent-definition.scss +0 -305
- package/styles/daterangepicker/_fusionnew-definition.scss +0 -295
- package/styles/daterangepicker/_highcontrast-definition.scss +0 -258
- package/styles/daterangepicker/_highcontrast-light-definition.scss +0 -261
- package/styles/daterangepicker/_layout.scss +0 -1002
- package/styles/daterangepicker/_material-dark-definition.scss +0 -266
- package/styles/daterangepicker/_material-definition.scss +0 -266
- package/styles/daterangepicker/_material3-dark-definition.scss +0 -1
- package/styles/daterangepicker/_material3-definition.scss +0 -278
- package/styles/daterangepicker/_tailwind-dark-definition.scss +0 -1
- package/styles/daterangepicker/_tailwind-definition.scss +0 -287
- package/styles/daterangepicker/_theme.scss +0 -455
- package/styles/daterangepicker/icons/_bootstrap-dark.scss +0 -85
- package/styles/daterangepicker/icons/_bootstrap.scss +0 -85
- package/styles/daterangepicker/icons/_bootstrap4.scss +0 -94
- package/styles/daterangepicker/icons/_bootstrap5-dark.scss +0 -1
- package/styles/daterangepicker/icons/_bootstrap5.scss +0 -92
- package/styles/daterangepicker/icons/_fabric-dark.scss +0 -85
- package/styles/daterangepicker/icons/_fabric.scss +0 -85
- package/styles/daterangepicker/icons/_fluent-dark.scss +0 -1
- package/styles/daterangepicker/icons/_fluent.scss +0 -92
- package/styles/daterangepicker/icons/_fusionnew.scss +0 -92
- package/styles/daterangepicker/icons/_highcontrast-light.scss +0 -85
- package/styles/daterangepicker/icons/_highcontrast.scss +0 -85
- package/styles/daterangepicker/icons/_material-dark.scss +0 -119
- package/styles/daterangepicker/icons/_material.scss +0 -119
- package/styles/daterangepicker/icons/_material3-dark.scss +0 -1
- package/styles/daterangepicker/icons/_material3.scss +0 -129
- package/styles/daterangepicker/icons/_tailwind-dark.scss +0 -1
- package/styles/daterangepicker/icons/_tailwind.scss +0 -92
- package/styles/datetimepicker/_all.scss +0 -2
- package/styles/datetimepicker/_bootstrap-dark-definition.scss +0 -60
- package/styles/datetimepicker/_bootstrap-definition.scss +0 -59
- package/styles/datetimepicker/_bootstrap4-definition.scss +0 -65
- package/styles/datetimepicker/_bootstrap5-dark-definition.scss +0 -1
- package/styles/datetimepicker/_bootstrap5-definition.scss +0 -65
- package/styles/datetimepicker/_fabric-dark-definition.scss +0 -60
- package/styles/datetimepicker/_fabric-definition.scss +0 -57
- package/styles/datetimepicker/_fluent-dark-definition.scss +0 -1
- package/styles/datetimepicker/_fluent-definition.scss +0 -65
- package/styles/datetimepicker/_fusionnew-definition.scss +0 -65
- package/styles/datetimepicker/_highcontrast-definition.scss +0 -57
- package/styles/datetimepicker/_highcontrast-light-definition.scss +0 -60
- package/styles/datetimepicker/_layout.scss +0 -238
- package/styles/datetimepicker/_material-dark-definition.scss +0 -64
- package/styles/datetimepicker/_material-definition.scss +0 -62
- package/styles/datetimepicker/_material3-dark-definition.scss +0 -1
- package/styles/datetimepicker/_material3-definition.scss +0 -71
- package/styles/datetimepicker/_tailwind-dark-definition.scss +0 -1
- package/styles/datetimepicker/_tailwind-definition.scss +0 -65
- package/styles/datetimepicker/_theme.scss +0 -70
- package/styles/datetimepicker/icons/_bootstrap-dark.scss +0 -11
- package/styles/datetimepicker/icons/_bootstrap.scss +0 -11
- package/styles/datetimepicker/icons/_bootstrap4.scss +0 -11
- package/styles/datetimepicker/icons/_bootstrap5-dark.scss +0 -1
- package/styles/datetimepicker/icons/_bootstrap5.scss +0 -11
- package/styles/datetimepicker/icons/_fabric-dark.scss +0 -11
- package/styles/datetimepicker/icons/_fabric.scss +0 -11
- package/styles/datetimepicker/icons/_fluent-dark.scss +0 -1
- package/styles/datetimepicker/icons/_fluent.scss +0 -11
- package/styles/datetimepicker/icons/_fusionnew.scss +0 -11
- package/styles/datetimepicker/icons/_highcontrast-light.scss +0 -11
- package/styles/datetimepicker/icons/_highcontrast.scss +0 -11
- package/styles/datetimepicker/icons/_material-dark.scss +0 -53
- package/styles/datetimepicker/icons/_material.scss +0 -62
- package/styles/datetimepicker/icons/_material3-dark.scss +0 -1
- package/styles/datetimepicker/icons/_material3.scss +0 -11
- package/styles/datetimepicker/icons/_tailwind-dark.scss +0 -1
- package/styles/datetimepicker/icons/_tailwind.scss +0 -11
- package/styles/timepicker/_all.scss +0 -2
- package/styles/timepicker/_bootstrap-dark-definition.scss +0 -80
- package/styles/timepicker/_bootstrap-definition.scss +0 -77
- package/styles/timepicker/_bootstrap4-definition.scss +0 -85
- package/styles/timepicker/_bootstrap5-dark-definition.scss +0 -1
- package/styles/timepicker/_bootstrap5-definition.scss +0 -86
- package/styles/timepicker/_fabric-dark-definition.scss +0 -80
- package/styles/timepicker/_fabric-definition.scss +0 -77
- package/styles/timepicker/_fluent-dark-definition.scss +0 -1
- package/styles/timepicker/_fluent-definition.scss +0 -86
- package/styles/timepicker/_fusionnew-definition.scss +0 -86
- package/styles/timepicker/_highcontrast-definition.scss +0 -77
- package/styles/timepicker/_highcontrast-light-definition.scss +0 -80
- package/styles/timepicker/_layout.scss +0 -287
- package/styles/timepicker/_material-dark-definition.scss +0 -84
- package/styles/timepicker/_material-definition.scss +0 -81
- package/styles/timepicker/_material3-dark-definition.scss +0 -1
- package/styles/timepicker/_material3-definition.scss +0 -99
- package/styles/timepicker/_tailwind-dark-definition.scss +0 -1
- package/styles/timepicker/_tailwind-definition.scss +0 -84
- package/styles/timepicker/_theme.scss +0 -113
- package/styles/timepicker/icons/_bootstrap-dark.scss +0 -23
- package/styles/timepicker/icons/_bootstrap.scss +0 -24
- package/styles/timepicker/icons/_bootstrap4.scss +0 -24
- package/styles/timepicker/icons/_bootstrap5-dark.scss +0 -1
- package/styles/timepicker/icons/_bootstrap5.scss +0 -24
- package/styles/timepicker/icons/_fabric-dark.scss +0 -24
- package/styles/timepicker/icons/_fabric.scss +0 -24
- package/styles/timepicker/icons/_fluent-dark.scss +0 -1
- package/styles/timepicker/icons/_fluent.scss +0 -24
- package/styles/timepicker/icons/_fusionnew.scss +0 -24
- package/styles/timepicker/icons/_highcontrast-light.scss +0 -24
- package/styles/timepicker/icons/_highcontrast.scss +0 -24
- package/styles/timepicker/icons/_material-dark.scss +0 -52
- package/styles/timepicker/icons/_material.scss +0 -54
- package/styles/timepicker/icons/_material3-dark.scss +0 -1
- package/styles/timepicker/icons/_material3.scss +0 -24
- package/styles/timepicker/icons/_tailwind-dark.scss +0 -1
- package/styles/timepicker/icons/_tailwind.scss +0 -24
- package/syncfusion-ej2-angular-calendars.d.ts +0 -5
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@import url("https://fonts.googleapis.com/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;
|
|
@@ -893,6 +892,61 @@ ejs-calendar {
|
|
|
893
892
|
transform: scale(1);
|
|
894
893
|
}
|
|
895
894
|
}
|
|
895
|
+
:root {
|
|
896
|
+
--color-sf-black: 0, 0, 0;
|
|
897
|
+
--color-sf-white: 255, 255, 255;
|
|
898
|
+
--color-sf-primary: 208, 188, 255;
|
|
899
|
+
--color-sf-primary-container: 79, 55, 139;
|
|
900
|
+
--color-sf-secondary: 204, 194, 220;
|
|
901
|
+
--color-sf-secondary-container: 74, 68, 88;
|
|
902
|
+
--color-sf-tertiary: 239, 184, 200;
|
|
903
|
+
--color-sf-tertiary-container: 99, 59, 72;
|
|
904
|
+
--color-sf-surface: 28, 27, 31;
|
|
905
|
+
--color-sf-surface-variant: 73, 69, 79;
|
|
906
|
+
--color-sf-background: var(--color-sf-surface);
|
|
907
|
+
--color-sf-on-primary: 55, 30, 115;
|
|
908
|
+
--color-sf-on-primary-container: 234, 221, 255;
|
|
909
|
+
--color-sf-on-secondary: 51, 45, 65;
|
|
910
|
+
--color-sf-on-secondary-container: 232, 222, 248;
|
|
911
|
+
--color-sf-on-tertiary: 73, 37, 50;
|
|
912
|
+
--color-sf-on-tertiary-containe: 255, 216, 228;
|
|
913
|
+
--color-sf-on-surface: 230, 225, 229;
|
|
914
|
+
--color-sf-on-surface-variant: 202, 196, 208;
|
|
915
|
+
--color-sf-on-background: 230, 225, 229;
|
|
916
|
+
--color-sf-outline: 147, 143, 153;
|
|
917
|
+
--color-sf-outline-variant: 68, 71, 70;
|
|
918
|
+
--color-sf-shadow: 0, 0, 0;
|
|
919
|
+
--color-sf-surface-tint-color: 208, 188, 255;
|
|
920
|
+
--color-sf-inverse-surface: 230, 225, 229;
|
|
921
|
+
--color-sf-inverse-on-surface: 49, 48, 51;
|
|
922
|
+
--color-sf-inverse-primary: 103, 80, 164;
|
|
923
|
+
--color-sf-scrim: 0, 0, 0;
|
|
924
|
+
--color-sf-error: 242, 184, 181;
|
|
925
|
+
--color-sf-error-container: 140, 29, 24;
|
|
926
|
+
--color-sf-on-error: 96, 20, 16;
|
|
927
|
+
--color-sf-on-error-container: 249, 222, 220;
|
|
928
|
+
--color-sf-success: 83, 202, 23;
|
|
929
|
+
--color-sf-success-container: 22, 62, 2;
|
|
930
|
+
--color-sf-on-success: 13, 39, 0;
|
|
931
|
+
--color-sf-on-success-container: 183, 250, 150;
|
|
932
|
+
--color-sf-info: 71, 172, 251;
|
|
933
|
+
--color-sf-info-container: 0, 67, 120;
|
|
934
|
+
--color-sf-on-info: 0, 51, 91;
|
|
935
|
+
--color-sf-on-info-container: 173, 219, 255;
|
|
936
|
+
--color-sf-warning: 245, 180, 130;
|
|
937
|
+
--color-sf-warning-container: 123, 65, 0;
|
|
938
|
+
--color-sf-on-warning: 99, 52, 0;
|
|
939
|
+
--color-sf-on-warning-container: 255, 220, 193;
|
|
940
|
+
--color-sf-spreadsheet-gridline: 231, 224, 236;
|
|
941
|
+
--color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
|
|
942
|
+
--color-sf-success-text: 0, 0, 0;
|
|
943
|
+
--color-sf-warning-text: 0, 0, 0;
|
|
944
|
+
--color-sf-info-text: 0, 0, 0;
|
|
945
|
+
--color-sf-danger-text: 0, 0, 0;
|
|
946
|
+
--color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
|
|
947
|
+
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
|
|
948
|
+
}
|
|
949
|
+
|
|
896
950
|
/* stylelint-disable property-no-vendor-prefix */
|
|
897
951
|
@keyframes e-input-ripple {
|
|
898
952
|
100% {
|
|
@@ -1089,15 +1143,22 @@ ejs-calendar {
|
|
|
1089
1143
|
top: 0 !important;
|
|
1090
1144
|
}
|
|
1091
1145
|
|
|
1146
|
+
.e-timepicker-mob-popup-wrap .e-popup-expand.e-timepicker.e-popup,
|
|
1147
|
+
.e-datetimepicker.e-popup-expand.e-timepicker.e-popup,
|
|
1148
|
+
.e-timepicker-mob-popup-wrap .e-popup-expand.e-datetimepicker.e-popup,
|
|
1149
|
+
.e-datetimepicker.e-popup-expand.e-popup {
|
|
1150
|
+
border-radius: 0;
|
|
1151
|
+
}
|
|
1152
|
+
|
|
1092
1153
|
.e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header,
|
|
1093
1154
|
.e-datetimepicker.e-popup-expand .e-model-header {
|
|
1094
1155
|
height: 10%;
|
|
1095
|
-
padding: 2.5vh 2.5vw;
|
|
1156
|
+
padding: 2.5vh 2.5vw 2.5vh 1.5vw;
|
|
1096
1157
|
display: -ms-flexbox;
|
|
1097
1158
|
display: flex;
|
|
1098
1159
|
-ms-flex-align: center;
|
|
1099
1160
|
align-items: center;
|
|
1100
|
-
font-size:
|
|
1161
|
+
font-size: 2vh;
|
|
1101
1162
|
border-bottom: none;
|
|
1102
1163
|
}
|
|
1103
1164
|
.e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-popup-close,
|
|
@@ -1109,6 +1170,11 @@ ejs-calendar {
|
|
|
1109
1170
|
.e-datetimepicker.e-popup-expand .e-model-header .e-model-title {
|
|
1110
1171
|
padding: 1vh 2vw;
|
|
1111
1172
|
text-transform: uppercase;
|
|
1173
|
+
font-weight: 500;
|
|
1174
|
+
}
|
|
1175
|
+
.e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-btn.e-popup-close,
|
|
1176
|
+
.e-datetimepicker.e-popup-expand .e-model-header .e-btn.e-popup-close {
|
|
1177
|
+
font-size: 2vh;
|
|
1112
1178
|
}
|
|
1113
1179
|
.e-timepicker-mob-popup-wrap .e-popup-expand .e-content,
|
|
1114
1180
|
.e-datetimepicker.e-popup-expand .e-content {
|
|
@@ -1147,6 +1213,10 @@ ejs-calendar {
|
|
|
1147
1213
|
.e-datetimepicker.e-popup-expand .e-model-header .e-model-title {
|
|
1148
1214
|
padding: 1vh 1vw;
|
|
1149
1215
|
}
|
|
1216
|
+
.e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-btn.e-popup-close,
|
|
1217
|
+
.e-datetimepicker.e-popup-expand .e-model-header .e-btn.e-popup-close {
|
|
1218
|
+
font-size: 2vw;
|
|
1219
|
+
}
|
|
1150
1220
|
.e-timepicker-mob-popup-wrap .e-popup-expand .e-content,
|
|
1151
1221
|
.e-datetimepicker.e-popup-expand .e-content {
|
|
1152
1222
|
height: 85%;
|
|
@@ -1218,6 +1288,62 @@ ejs-calendar {
|
|
|
1218
1288
|
.e-timepicker-mob-popup-wrap .e-timepicker.e-popup-expand .e-model-header .e-popup-close,
|
|
1219
1289
|
.e-datetimepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
1220
1290
|
color: rgba(var(--color-sf-on-primary));
|
|
1291
|
+
font-weight: 500;
|
|
1292
|
+
}
|
|
1293
|
+
|
|
1294
|
+
:root {
|
|
1295
|
+
--color-sf-black: 0, 0, 0;
|
|
1296
|
+
--color-sf-white: 255, 255, 255;
|
|
1297
|
+
--color-sf-primary: 208, 188, 255;
|
|
1298
|
+
--color-sf-primary-container: 79, 55, 139;
|
|
1299
|
+
--color-sf-secondary: 204, 194, 220;
|
|
1300
|
+
--color-sf-secondary-container: 74, 68, 88;
|
|
1301
|
+
--color-sf-tertiary: 239, 184, 200;
|
|
1302
|
+
--color-sf-tertiary-container: 99, 59, 72;
|
|
1303
|
+
--color-sf-surface: 28, 27, 31;
|
|
1304
|
+
--color-sf-surface-variant: 73, 69, 79;
|
|
1305
|
+
--color-sf-background: var(--color-sf-surface);
|
|
1306
|
+
--color-sf-on-primary: 55, 30, 115;
|
|
1307
|
+
--color-sf-on-primary-container: 234, 221, 255;
|
|
1308
|
+
--color-sf-on-secondary: 51, 45, 65;
|
|
1309
|
+
--color-sf-on-secondary-container: 232, 222, 248;
|
|
1310
|
+
--color-sf-on-tertiary: 73, 37, 50;
|
|
1311
|
+
--color-sf-on-tertiary-containe: 255, 216, 228;
|
|
1312
|
+
--color-sf-on-surface: 230, 225, 229;
|
|
1313
|
+
--color-sf-on-surface-variant: 202, 196, 208;
|
|
1314
|
+
--color-sf-on-background: 230, 225, 229;
|
|
1315
|
+
--color-sf-outline: 147, 143, 153;
|
|
1316
|
+
--color-sf-outline-variant: 68, 71, 70;
|
|
1317
|
+
--color-sf-shadow: 0, 0, 0;
|
|
1318
|
+
--color-sf-surface-tint-color: 208, 188, 255;
|
|
1319
|
+
--color-sf-inverse-surface: 230, 225, 229;
|
|
1320
|
+
--color-sf-inverse-on-surface: 49, 48, 51;
|
|
1321
|
+
--color-sf-inverse-primary: 103, 80, 164;
|
|
1322
|
+
--color-sf-scrim: 0, 0, 0;
|
|
1323
|
+
--color-sf-error: 242, 184, 181;
|
|
1324
|
+
--color-sf-error-container: 140, 29, 24;
|
|
1325
|
+
--color-sf-on-error: 96, 20, 16;
|
|
1326
|
+
--color-sf-on-error-container: 249, 222, 220;
|
|
1327
|
+
--color-sf-success: 83, 202, 23;
|
|
1328
|
+
--color-sf-success-container: 22, 62, 2;
|
|
1329
|
+
--color-sf-on-success: 13, 39, 0;
|
|
1330
|
+
--color-sf-on-success-container: 183, 250, 150;
|
|
1331
|
+
--color-sf-info: 71, 172, 251;
|
|
1332
|
+
--color-sf-info-container: 0, 67, 120;
|
|
1333
|
+
--color-sf-on-info: 0, 51, 91;
|
|
1334
|
+
--color-sf-on-info-container: 173, 219, 255;
|
|
1335
|
+
--color-sf-warning: 245, 180, 130;
|
|
1336
|
+
--color-sf-warning-container: 123, 65, 0;
|
|
1337
|
+
--color-sf-on-warning: 99, 52, 0;
|
|
1338
|
+
--color-sf-on-warning-container: 255, 220, 193;
|
|
1339
|
+
--color-sf-spreadsheet-gridline: 231, 224, 236;
|
|
1340
|
+
--color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
|
|
1341
|
+
--color-sf-success-text: 0, 0, 0;
|
|
1342
|
+
--color-sf-warning-text: 0, 0, 0;
|
|
1343
|
+
--color-sf-info-text: 0, 0, 0;
|
|
1344
|
+
--color-sf-danger-text: 0, 0, 0;
|
|
1345
|
+
--color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
|
|
1346
|
+
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
|
|
1221
1347
|
}
|
|
1222
1348
|
|
|
1223
1349
|
/* stylelint-disable property-no-vendor-prefix */
|
|
@@ -1396,6 +1522,11 @@ ejs-calendar {
|
|
|
1396
1522
|
min-height: 40px;
|
|
1397
1523
|
}
|
|
1398
1524
|
|
|
1525
|
+
@media screen and (orientation: landscape) {
|
|
1526
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-content.e-month td.e-today span.e-day {
|
|
1527
|
+
line-height: 64px;
|
|
1528
|
+
}
|
|
1529
|
+
}
|
|
1399
1530
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand {
|
|
1400
1531
|
border-radius: 0;
|
|
1401
1532
|
}
|
|
@@ -1405,9 +1536,15 @@ ejs-calendar {
|
|
|
1405
1536
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device .e-popup-close {
|
|
1406
1537
|
float: right;
|
|
1407
1538
|
}
|
|
1539
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device {
|
|
1540
|
+
height: 15vh;
|
|
1541
|
+
}
|
|
1542
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device .e-popup-close {
|
|
1543
|
+
float: right;
|
|
1544
|
+
}
|
|
1408
1545
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
1409
1546
|
height: 20vh;
|
|
1410
|
-
padding: 2vh
|
|
1547
|
+
padding: 2vh 6vw;
|
|
1411
1548
|
}
|
|
1412
1549
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-day-wrapper {
|
|
1413
1550
|
margin: 12vh 0 0 0;
|
|
@@ -1416,13 +1553,19 @@ ejs-calendar {
|
|
|
1416
1553
|
color: inherit;
|
|
1417
1554
|
float: left;
|
|
1418
1555
|
font-size: 20px;
|
|
1419
|
-
padding: 2px;
|
|
1420
1556
|
}
|
|
1421
1557
|
@media (min-device-width: 768px) {
|
|
1422
1558
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
1423
1559
|
font-size: 24px;
|
|
1424
1560
|
}
|
|
1425
1561
|
}
|
|
1562
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-btn.e-flat.e-popup-close {
|
|
1563
|
+
background: transparent;
|
|
1564
|
+
border-color: transparent;
|
|
1565
|
+
box-shadow: none;
|
|
1566
|
+
font-weight: 400;
|
|
1567
|
+
padding: 0;
|
|
1568
|
+
}
|
|
1426
1569
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-today.e-flat.e-primary {
|
|
1427
1570
|
color: inherit;
|
|
1428
1571
|
float: right;
|
|
@@ -1464,13 +1607,19 @@ ejs-calendar {
|
|
|
1464
1607
|
}
|
|
1465
1608
|
.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 {
|
|
1466
1609
|
margin-right: 18px;
|
|
1610
|
+
vertical-align: inherit;
|
|
1611
|
+
height: 35px;
|
|
1612
|
+
width: 35px;
|
|
1467
1613
|
}
|
|
1468
1614
|
@media (min-device-width: 768px) {
|
|
1469
1615
|
.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 {
|
|
1470
|
-
height:
|
|
1471
|
-
width:
|
|
1616
|
+
height: 55px;
|
|
1617
|
+
width: 55px;
|
|
1472
1618
|
}
|
|
1473
1619
|
}
|
|
1620
|
+
.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 {
|
|
1621
|
+
vertical-align: inherit;
|
|
1622
|
+
}
|
|
1474
1623
|
@media (min-device-width: 768px) {
|
|
1475
1624
|
.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 {
|
|
1476
1625
|
font-size: 24px;
|
|
@@ -1478,6 +1627,18 @@ ejs-calendar {
|
|
|
1478
1627
|
}
|
|
1479
1628
|
.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 {
|
|
1480
1629
|
margin-right: 0;
|
|
1630
|
+
vertical-align: inherit;
|
|
1631
|
+
height: 35px;
|
|
1632
|
+
width: 35px;
|
|
1633
|
+
}
|
|
1634
|
+
@media (min-device-width: 768px) {
|
|
1635
|
+
.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 {
|
|
1636
|
+
height: 55px;
|
|
1637
|
+
width: 55px;
|
|
1638
|
+
}
|
|
1639
|
+
}
|
|
1640
|
+
.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 {
|
|
1641
|
+
vertical-align: inherit;
|
|
1481
1642
|
}
|
|
1482
1643
|
@media (min-device-width: 768px) {
|
|
1483
1644
|
.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 {
|
|
@@ -1502,15 +1663,11 @@ ejs-calendar {
|
|
|
1502
1663
|
}
|
|
1503
1664
|
}
|
|
1504
1665
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
|
|
1505
|
-
height:
|
|
1666
|
+
height: 79vh;
|
|
1506
1667
|
}
|
|
1507
1668
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
|
|
1508
1669
|
display: none;
|
|
1509
1670
|
}
|
|
1510
|
-
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-footer-container {
|
|
1511
|
-
display: block;
|
|
1512
|
-
padding: 5px 0;
|
|
1513
|
-
}
|
|
1514
1671
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
|
|
1515
1672
|
height: 69vh;
|
|
1516
1673
|
}
|
|
@@ -1569,7 +1726,6 @@ ejs-calendar {
|
|
|
1569
1726
|
@media screen and (orientation: landscape) {
|
|
1570
1727
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
1571
1728
|
float: left;
|
|
1572
|
-
padding: 2px;
|
|
1573
1729
|
}
|
|
1574
1730
|
}
|
|
1575
1731
|
@media screen and (orientation: landscape) {
|
|
@@ -1589,7 +1745,7 @@ ejs-calendar {
|
|
|
1589
1745
|
}
|
|
1590
1746
|
@media screen and (orientation: landscape) and (max-height: 600px) {
|
|
1591
1747
|
.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 {
|
|
1592
|
-
line-height:
|
|
1748
|
+
line-height: 12vh;
|
|
1593
1749
|
}
|
|
1594
1750
|
}
|
|
1595
1751
|
@media screen and (orientation: landscape) and (min-height: 600px) {
|
|
@@ -1675,6 +1831,61 @@ ejs-calendar {
|
|
|
1675
1831
|
background: rgba(var(--color-sf-on-surface), 0.08);
|
|
1676
1832
|
}
|
|
1677
1833
|
|
|
1834
|
+
:root {
|
|
1835
|
+
--color-sf-black: 0, 0, 0;
|
|
1836
|
+
--color-sf-white: 255, 255, 255;
|
|
1837
|
+
--color-sf-primary: 208, 188, 255;
|
|
1838
|
+
--color-sf-primary-container: 79, 55, 139;
|
|
1839
|
+
--color-sf-secondary: 204, 194, 220;
|
|
1840
|
+
--color-sf-secondary-container: 74, 68, 88;
|
|
1841
|
+
--color-sf-tertiary: 239, 184, 200;
|
|
1842
|
+
--color-sf-tertiary-container: 99, 59, 72;
|
|
1843
|
+
--color-sf-surface: 28, 27, 31;
|
|
1844
|
+
--color-sf-surface-variant: 73, 69, 79;
|
|
1845
|
+
--color-sf-background: var(--color-sf-surface);
|
|
1846
|
+
--color-sf-on-primary: 55, 30, 115;
|
|
1847
|
+
--color-sf-on-primary-container: 234, 221, 255;
|
|
1848
|
+
--color-sf-on-secondary: 51, 45, 65;
|
|
1849
|
+
--color-sf-on-secondary-container: 232, 222, 248;
|
|
1850
|
+
--color-sf-on-tertiary: 73, 37, 50;
|
|
1851
|
+
--color-sf-on-tertiary-containe: 255, 216, 228;
|
|
1852
|
+
--color-sf-on-surface: 230, 225, 229;
|
|
1853
|
+
--color-sf-on-surface-variant: 202, 196, 208;
|
|
1854
|
+
--color-sf-on-background: 230, 225, 229;
|
|
1855
|
+
--color-sf-outline: 147, 143, 153;
|
|
1856
|
+
--color-sf-outline-variant: 68, 71, 70;
|
|
1857
|
+
--color-sf-shadow: 0, 0, 0;
|
|
1858
|
+
--color-sf-surface-tint-color: 208, 188, 255;
|
|
1859
|
+
--color-sf-inverse-surface: 230, 225, 229;
|
|
1860
|
+
--color-sf-inverse-on-surface: 49, 48, 51;
|
|
1861
|
+
--color-sf-inverse-primary: 103, 80, 164;
|
|
1862
|
+
--color-sf-scrim: 0, 0, 0;
|
|
1863
|
+
--color-sf-error: 242, 184, 181;
|
|
1864
|
+
--color-sf-error-container: 140, 29, 24;
|
|
1865
|
+
--color-sf-on-error: 96, 20, 16;
|
|
1866
|
+
--color-sf-on-error-container: 249, 222, 220;
|
|
1867
|
+
--color-sf-success: 83, 202, 23;
|
|
1868
|
+
--color-sf-success-container: 22, 62, 2;
|
|
1869
|
+
--color-sf-on-success: 13, 39, 0;
|
|
1870
|
+
--color-sf-on-success-container: 183, 250, 150;
|
|
1871
|
+
--color-sf-info: 71, 172, 251;
|
|
1872
|
+
--color-sf-info-container: 0, 67, 120;
|
|
1873
|
+
--color-sf-on-info: 0, 51, 91;
|
|
1874
|
+
--color-sf-on-info-container: 173, 219, 255;
|
|
1875
|
+
--color-sf-warning: 245, 180, 130;
|
|
1876
|
+
--color-sf-warning-container: 123, 65, 0;
|
|
1877
|
+
--color-sf-on-warning: 99, 52, 0;
|
|
1878
|
+
--color-sf-on-warning-container: 255, 220, 193;
|
|
1879
|
+
--color-sf-spreadsheet-gridline: 231, 224, 236;
|
|
1880
|
+
--color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
|
|
1881
|
+
--color-sf-success-text: 0, 0, 0;
|
|
1882
|
+
--color-sf-warning-text: 0, 0, 0;
|
|
1883
|
+
--color-sf-info-text: 0, 0, 0;
|
|
1884
|
+
--color-sf-danger-text: 0, 0, 0;
|
|
1885
|
+
--color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
|
|
1886
|
+
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
|
|
1887
|
+
}
|
|
1888
|
+
|
|
1678
1889
|
/* stylelint-disable property-no-vendor-prefix */
|
|
1679
1890
|
@keyframes e-input-ripple {
|
|
1680
1891
|
100% {
|
|
@@ -2418,7 +2629,7 @@ ejs-calendar {
|
|
|
2418
2629
|
}
|
|
2419
2630
|
@media (min-device-width: 768px) {
|
|
2420
2631
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-model-header-wrapper {
|
|
2421
|
-
font-size:
|
|
2632
|
+
font-size: 18px;
|
|
2422
2633
|
}
|
|
2423
2634
|
}
|
|
2424
2635
|
.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 {
|
|
@@ -2453,43 +2664,75 @@ ejs-calendar {
|
|
|
2453
2664
|
padding: 2vh 2vw;
|
|
2454
2665
|
line-height: 5vh;
|
|
2455
2666
|
}
|
|
2456
|
-
.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-
|
|
2667
|
+
.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 {
|
|
2668
|
+
height: 36px;
|
|
2669
|
+
width: 36px;
|
|
2670
|
+
margin-right: 60vw;
|
|
2671
|
+
vertical-align: inherit;
|
|
2672
|
+
font-size: 18px;
|
|
2673
|
+
}
|
|
2674
|
+
@media screen and (orientation: landscape) {
|
|
2675
|
+
.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 {
|
|
2676
|
+
margin-right: 78vw;
|
|
2677
|
+
vertical-align: inherit;
|
|
2678
|
+
}
|
|
2679
|
+
}
|
|
2680
|
+
@media (min-device-width: 768px) {
|
|
2681
|
+
.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 {
|
|
2682
|
+
font-size: 18px;
|
|
2683
|
+
padding: 11px;
|
|
2684
|
+
}
|
|
2685
|
+
}
|
|
2686
|
+
.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 {
|
|
2457
2687
|
height: 36px;
|
|
2458
2688
|
width: 36px;
|
|
2689
|
+
margin-right: 42px;
|
|
2459
2690
|
}
|
|
2460
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-month .e-
|
|
2691
|
+
.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 {
|
|
2461
2692
|
padding: 10px;
|
|
2462
2693
|
line-height: 1;
|
|
2463
2694
|
}
|
|
2464
2695
|
@media (min-device-width: 768px) {
|
|
2465
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-month .e-
|
|
2466
|
-
font-size:
|
|
2696
|
+
.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 {
|
|
2697
|
+
font-size: 18px;
|
|
2467
2698
|
}
|
|
2468
2699
|
}
|
|
2469
2700
|
@media (max-height: 600px) {
|
|
2470
2701
|
.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 {
|
|
2702
|
+
margin-left: -25vw;
|
|
2703
|
+
position: absolute;
|
|
2704
|
+
text-align: center;
|
|
2705
|
+
vertical-align: middle;
|
|
2706
|
+
width: 50vw;
|
|
2707
|
+
line-height: 44px;
|
|
2471
2708
|
line-height: 8vh;
|
|
2472
2709
|
}
|
|
2473
2710
|
}
|
|
2474
2711
|
@media (min-height: 600px) {
|
|
2475
2712
|
.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 {
|
|
2713
|
+
margin-left: -25vw;
|
|
2714
|
+
position: absolute;
|
|
2715
|
+
text-align: center;
|
|
2716
|
+
vertical-align: middle;
|
|
2717
|
+
width: 50vw;
|
|
2718
|
+
line-height: 44px;
|
|
2476
2719
|
line-height: inherit;
|
|
2477
2720
|
}
|
|
2478
2721
|
}
|
|
2479
2722
|
@media (min-device-width: 768px) {
|
|
2480
2723
|
.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 {
|
|
2481
|
-
font-size:
|
|
2724
|
+
font-size: 18px;
|
|
2482
2725
|
}
|
|
2483
2726
|
}
|
|
2484
2727
|
@media (min-device-width: 768px) {
|
|
2485
2728
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar th {
|
|
2486
|
-
font-size:
|
|
2729
|
+
font-size: 18px;
|
|
2487
2730
|
height: 48px;
|
|
2488
2731
|
}
|
|
2489
2732
|
}
|
|
2490
2733
|
@media (min-device-width: 768px) {
|
|
2491
2734
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-content span.e-day {
|
|
2492
|
-
font-size:
|
|
2735
|
+
font-size: 18px;
|
|
2493
2736
|
height: 64px;
|
|
2494
2737
|
width: 64px;
|
|
2495
2738
|
line-height: 64px;
|
|
@@ -2513,12 +2756,6 @@ ejs-calendar {
|
|
|
2513
2756
|
height: 78vh;
|
|
2514
2757
|
}
|
|
2515
2758
|
}
|
|
2516
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder .e-footer {
|
|
2517
|
-
display: block;
|
|
2518
|
-
}
|
|
2519
|
-
.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 {
|
|
2520
|
-
float: right;
|
|
2521
|
-
}
|
|
2522
2759
|
@media (max-height: 600px) {
|
|
2523
2760
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
|
|
2524
2761
|
min-height: 100%;
|
|
@@ -2566,17 +2803,17 @@ ejs-calendar {
|
|
|
2566
2803
|
}
|
|
2567
2804
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header {
|
|
2568
2805
|
height: 10%;
|
|
2569
|
-
padding: 2.5vh 2.5vw;
|
|
2806
|
+
padding: 2.5vh 2.5vw 2.5vh 1.5vw;
|
|
2570
2807
|
display: -ms-flexbox;
|
|
2571
2808
|
display: flex;
|
|
2572
2809
|
-ms-flex-align: center;
|
|
2573
2810
|
align-items: center;
|
|
2574
|
-
font-size:
|
|
2811
|
+
font-size: 2vh;
|
|
2575
2812
|
border-bottom: none;
|
|
2576
2813
|
}
|
|
2577
2814
|
@media (min-device-width: 768px) {
|
|
2578
2815
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header {
|
|
2579
|
-
font-size:
|
|
2816
|
+
font-size: 18px;
|
|
2580
2817
|
}
|
|
2581
2818
|
}
|
|
2582
2819
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header .e-popup-close {
|
|
@@ -2588,14 +2825,14 @@ ejs-calendar {
|
|
|
2588
2825
|
text-transform: uppercase;
|
|
2589
2826
|
}
|
|
2590
2827
|
|
|
2591
|
-
@media screen and (orientation: landscape)
|
|
2592
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header.e-
|
|
2593
|
-
|
|
2828
|
+
@media screen and (orientation: landscape) {
|
|
2829
|
+
.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 {
|
|
2830
|
+
padding: 0;
|
|
2594
2831
|
}
|
|
2595
2832
|
}
|
|
2596
|
-
@media screen and (orientation: landscape) and (min-
|
|
2597
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header.e-
|
|
2598
|
-
|
|
2833
|
+
@media screen and (orientation: landscape) and (min-device-width: 768px) {
|
|
2834
|
+
.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 {
|
|
2835
|
+
font-size: 18px;
|
|
2599
2836
|
}
|
|
2600
2837
|
}
|
|
2601
2838
|
@media screen and (orientation: landscape) and (min-height: 600px) {
|
|
@@ -2630,7 +2867,7 @@ ejs-calendar {
|
|
|
2630
2867
|
@media screen and (orientation: landscape) {
|
|
2631
2868
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header {
|
|
2632
2869
|
height: 15%;
|
|
2633
|
-
font-size:
|
|
2870
|
+
font-size: 18px;
|
|
2634
2871
|
}
|
|
2635
2872
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header .e-popup-close {
|
|
2636
2873
|
padding: 1vh 1vw;
|
|
@@ -2657,7 +2894,7 @@ ejs-calendar {
|
|
|
2657
2894
|
@media screen and (orientation: landscape) {
|
|
2658
2895
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-start-end {
|
|
2659
2896
|
margin: 0;
|
|
2660
|
-
height:
|
|
2897
|
+
height: 28px;
|
|
2661
2898
|
}
|
|
2662
2899
|
}
|
|
2663
2900
|
@media screen and (orientation: landscape) and (min-height: 600px) {
|
|
@@ -2667,8 +2904,8 @@ ejs-calendar {
|
|
|
2667
2904
|
}
|
|
2668
2905
|
@media screen and (orientation: landscape) {
|
|
2669
2906
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-day-span {
|
|
2670
|
-
margin:
|
|
2671
|
-
font-size:
|
|
2907
|
+
margin: 8px 0;
|
|
2908
|
+
font-size: 16px;
|
|
2672
2909
|
}
|
|
2673
2910
|
}
|
|
2674
2911
|
@media screen and (orientation: landscape) and (min-height: 600px) {
|
|
@@ -2920,6 +3157,61 @@ ejs-calendar {
|
|
|
2920
3157
|
color: rgba(var(--color-sf-on-primary));
|
|
2921
3158
|
}
|
|
2922
3159
|
|
|
3160
|
+
:root {
|
|
3161
|
+
--color-sf-black: 0, 0, 0;
|
|
3162
|
+
--color-sf-white: 255, 255, 255;
|
|
3163
|
+
--color-sf-primary: 208, 188, 255;
|
|
3164
|
+
--color-sf-primary-container: 79, 55, 139;
|
|
3165
|
+
--color-sf-secondary: 204, 194, 220;
|
|
3166
|
+
--color-sf-secondary-container: 74, 68, 88;
|
|
3167
|
+
--color-sf-tertiary: 239, 184, 200;
|
|
3168
|
+
--color-sf-tertiary-container: 99, 59, 72;
|
|
3169
|
+
--color-sf-surface: 28, 27, 31;
|
|
3170
|
+
--color-sf-surface-variant: 73, 69, 79;
|
|
3171
|
+
--color-sf-background: var(--color-sf-surface);
|
|
3172
|
+
--color-sf-on-primary: 55, 30, 115;
|
|
3173
|
+
--color-sf-on-primary-container: 234, 221, 255;
|
|
3174
|
+
--color-sf-on-secondary: 51, 45, 65;
|
|
3175
|
+
--color-sf-on-secondary-container: 232, 222, 248;
|
|
3176
|
+
--color-sf-on-tertiary: 73, 37, 50;
|
|
3177
|
+
--color-sf-on-tertiary-containe: 255, 216, 228;
|
|
3178
|
+
--color-sf-on-surface: 230, 225, 229;
|
|
3179
|
+
--color-sf-on-surface-variant: 202, 196, 208;
|
|
3180
|
+
--color-sf-on-background: 230, 225, 229;
|
|
3181
|
+
--color-sf-outline: 147, 143, 153;
|
|
3182
|
+
--color-sf-outline-variant: 68, 71, 70;
|
|
3183
|
+
--color-sf-shadow: 0, 0, 0;
|
|
3184
|
+
--color-sf-surface-tint-color: 208, 188, 255;
|
|
3185
|
+
--color-sf-inverse-surface: 230, 225, 229;
|
|
3186
|
+
--color-sf-inverse-on-surface: 49, 48, 51;
|
|
3187
|
+
--color-sf-inverse-primary: 103, 80, 164;
|
|
3188
|
+
--color-sf-scrim: 0, 0, 0;
|
|
3189
|
+
--color-sf-error: 242, 184, 181;
|
|
3190
|
+
--color-sf-error-container: 140, 29, 24;
|
|
3191
|
+
--color-sf-on-error: 96, 20, 16;
|
|
3192
|
+
--color-sf-on-error-container: 249, 222, 220;
|
|
3193
|
+
--color-sf-success: 83, 202, 23;
|
|
3194
|
+
--color-sf-success-container: 22, 62, 2;
|
|
3195
|
+
--color-sf-on-success: 13, 39, 0;
|
|
3196
|
+
--color-sf-on-success-container: 183, 250, 150;
|
|
3197
|
+
--color-sf-info: 71, 172, 251;
|
|
3198
|
+
--color-sf-info-container: 0, 67, 120;
|
|
3199
|
+
--color-sf-on-info: 0, 51, 91;
|
|
3200
|
+
--color-sf-on-info-container: 173, 219, 255;
|
|
3201
|
+
--color-sf-warning: 245, 180, 130;
|
|
3202
|
+
--color-sf-warning-container: 123, 65, 0;
|
|
3203
|
+
--color-sf-on-warning: 99, 52, 0;
|
|
3204
|
+
--color-sf-on-warning-container: 255, 220, 193;
|
|
3205
|
+
--color-sf-spreadsheet-gridline: 231, 224, 236;
|
|
3206
|
+
--color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
|
|
3207
|
+
--color-sf-success-text: 0, 0, 0;
|
|
3208
|
+
--color-sf-warning-text: 0, 0, 0;
|
|
3209
|
+
--color-sf-info-text: 0, 0, 0;
|
|
3210
|
+
--color-sf-danger-text: 0, 0, 0;
|
|
3211
|
+
--color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
|
|
3212
|
+
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
|
|
3213
|
+
}
|
|
3214
|
+
|
|
2923
3215
|
/* stylelint-disable property-no-vendor-prefix */
|
|
2924
3216
|
@keyframes e-input-ripple {
|
|
2925
3217
|
100% {
|