@syncfusion/ej2-angular-calendars 23.2.7 → 24.1.41-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 +0 -3
- package/src/calendar/calendar.module.d.ts +0 -6
- package/src/datepicker/datepicker-all.module.d.ts +0 -6
- package/src/datepicker/datepicker.component.d.ts +0 -3
- package/src/datepicker/datepicker.module.d.ts +0 -6
- package/src/daterangepicker/daterangepicker-all.module.d.ts +0 -6
- package/src/daterangepicker/daterangepicker.component.d.ts +0 -3
- package/src/daterangepicker/daterangepicker.module.d.ts +0 -7
- package/src/daterangepicker/presets.directive.d.ts +0 -5
- package/src/datetimepicker/datetimepicker-all.module.d.ts +0 -6
- package/src/datetimepicker/datetimepicker.component.d.ts +0 -3
- package/src/datetimepicker/datetimepicker.module.d.ts +0 -6
- package/src/timepicker/timepicker-all.module.d.ts +0 -6
- package/src/timepicker/timepicker.component.d.ts +0 -3
- package/src/timepicker/timepicker.module.d.ts +0 -6
- package/styles/bootstrap-dark.css +1 -2952
- package/styles/bootstrap.css +1 -2960
- package/styles/bootstrap4.css +1 -2988
- package/styles/bootstrap5-dark.css +1 -3118
- package/styles/bootstrap5.css +1 -3118
- package/styles/calendar/bootstrap-dark.css +1 -824
- package/styles/calendar/bootstrap-dark.scss +1 -5
- package/styles/calendar/bootstrap.css +1 -825
- package/styles/calendar/bootstrap.scss +1 -5
- package/styles/calendar/bootstrap4.css +1 -825
- package/styles/calendar/bootstrap4.scss +1 -5
- package/styles/calendar/bootstrap5-dark.css +1 -894
- package/styles/calendar/bootstrap5-dark.scss +1 -5
- package/styles/calendar/bootstrap5.css +1 -894
- package/styles/calendar/bootstrap5.scss +1 -5
- package/styles/calendar/fabric-dark.css +1 -830
- package/styles/calendar/fabric-dark.scss +1 -5
- package/styles/calendar/fabric.css +1 -835
- package/styles/calendar/fabric.scss +1 -5
- package/styles/calendar/fluent-dark.css +1 -1000
- package/styles/calendar/fluent-dark.scss +1 -5
- package/styles/calendar/fluent.css +1 -1000
- package/styles/calendar/fluent.scss +1 -5
- package/styles/calendar/highcontrast-light.css +1 -825
- package/styles/calendar/highcontrast-light.scss +1 -5
- package/styles/calendar/highcontrast.css +1 -835
- package/styles/calendar/highcontrast.scss +1 -5
- package/styles/calendar/material-dark.css +1 -834
- package/styles/calendar/material-dark.scss +1 -5
- package/styles/calendar/material.css +1 -835
- package/styles/calendar/material.scss +1 -5
- package/styles/calendar/material3-dark.css +1 -894
- package/styles/calendar/material3-dark.scss +1 -5
- package/styles/calendar/material3.css +1 -950
- package/styles/calendar/material3.scss +1 -5
- package/styles/calendar/tailwind-dark.css +1 -927
- package/styles/calendar/tailwind-dark.scss +1 -5
- package/styles/calendar/tailwind.css +1 -927
- package/styles/calendar/tailwind.scss +1 -5
- package/styles/datepicker/bootstrap-dark.css +1 -449
- package/styles/datepicker/bootstrap-dark.scss +1 -7
- package/styles/datepicker/bootstrap.css +1 -450
- package/styles/datepicker/bootstrap.scss +1 -7
- package/styles/datepicker/bootstrap4.css +1 -462
- package/styles/datepicker/bootstrap4.scss +1 -7
- package/styles/datepicker/bootstrap5-dark.css +1 -460
- package/styles/datepicker/bootstrap5-dark.scss +1 -7
- package/styles/datepicker/bootstrap5.css +1 -460
- package/styles/datepicker/bootstrap5.scss +1 -7
- package/styles/datepicker/fabric-dark.css +1 -442
- package/styles/datepicker/fabric-dark.scss +1 -7
- package/styles/datepicker/fabric.css +1 -443
- package/styles/datepicker/fabric.scss +1 -7
- package/styles/datepicker/fluent-dark.css +1 -460
- package/styles/datepicker/fluent-dark.scss +1 -7
- package/styles/datepicker/fluent.css +1 -460
- package/styles/datepicker/fluent.scss +1 -7
- package/styles/datepicker/highcontrast-light.css +1 -455
- package/styles/datepicker/highcontrast-light.scss +1 -7
- package/styles/datepicker/highcontrast.css +1 -456
- package/styles/datepicker/highcontrast.scss +1 -7
- package/styles/datepicker/material-dark.css +1 -491
- package/styles/datepicker/material-dark.scss +1 -7
- package/styles/datepicker/material.css +1 -500
- package/styles/datepicker/material.scss +1 -7
- package/styles/datepicker/material3-dark.css +1 -539
- package/styles/datepicker/material3-dark.scss +1 -7
- package/styles/datepicker/material3.css +1 -595
- package/styles/datepicker/material3.scss +1 -7
- package/styles/datepicker/tailwind-dark.css +1 -465
- package/styles/datepicker/tailwind-dark.scss +1 -7
- package/styles/datepicker/tailwind.css +1 -465
- package/styles/datepicker/tailwind.scss +1 -7
- package/styles/daterangepicker/bootstrap-dark.css +1 -1177
- package/styles/daterangepicker/bootstrap-dark.scss +1 -7
- package/styles/daterangepicker/bootstrap.css +1 -1183
- package/styles/daterangepicker/bootstrap.scss +1 -7
- package/styles/daterangepicker/bootstrap4.css +1 -1195
- package/styles/daterangepicker/bootstrap4.scss +1 -7
- package/styles/daterangepicker/bootstrap5-dark.css +1 -1257
- package/styles/daterangepicker/bootstrap5-dark.scss +1 -7
- package/styles/daterangepicker/bootstrap5.css +1 -1257
- package/styles/daterangepicker/bootstrap5.scss +1 -7
- package/styles/daterangepicker/fabric-dark.css +1 -1177
- package/styles/daterangepicker/fabric-dark.scss +1 -7
- package/styles/daterangepicker/fabric.css +1 -1178
- package/styles/daterangepicker/fabric.scss +1 -7
- package/styles/daterangepicker/fluent-dark.css +1 -1295
- package/styles/daterangepicker/fluent-dark.scss +1 -7
- package/styles/daterangepicker/fluent.css +1 -1295
- package/styles/daterangepicker/fluent.scss +1 -7
- package/styles/daterangepicker/highcontrast-light.css +1 -1177
- package/styles/daterangepicker/highcontrast-light.scss +1 -7
- package/styles/daterangepicker/highcontrast.css +1 -1178
- package/styles/daterangepicker/highcontrast.scss +1 -7
- package/styles/daterangepicker/material-dark.css +1 -1215
- package/styles/daterangepicker/material-dark.scss +1 -7
- package/styles/daterangepicker/material.css +1 -1229
- package/styles/daterangepicker/material.scss +1 -7
- package/styles/daterangepicker/material3-dark.css +1 -1325
- package/styles/daterangepicker/material3-dark.scss +1 -7
- package/styles/daterangepicker/material3.css +1 -1381
- package/styles/daterangepicker/material3.scss +1 -7
- package/styles/daterangepicker/tailwind-dark.css +1 -1196
- package/styles/daterangepicker/tailwind-dark.scss +1 -7
- package/styles/daterangepicker/tailwind.css +1 -1196
- package/styles/daterangepicker/tailwind.scss +1 -7
- package/styles/datetimepicker/bootstrap-dark.css +1 -190
- package/styles/datetimepicker/bootstrap-dark.scss +1 -8
- package/styles/datetimepicker/bootstrap.css +1 -190
- package/styles/datetimepicker/bootstrap.scss +1 -8
- package/styles/datetimepicker/bootstrap4.css +1 -192
- package/styles/datetimepicker/bootstrap4.scss +1 -8
- package/styles/datetimepicker/bootstrap5-dark.css +1 -191
- package/styles/datetimepicker/bootstrap5-dark.scss +1 -8
- package/styles/datetimepicker/bootstrap5.css +1 -191
- package/styles/datetimepicker/bootstrap5.scss +1 -8
- package/styles/datetimepicker/fabric-dark.css +1 -190
- package/styles/datetimepicker/fabric-dark.scss +1 -8
- package/styles/datetimepicker/fabric.css +1 -190
- package/styles/datetimepicker/fabric.scss +1 -8
- package/styles/datetimepicker/fluent-dark.css +1 -191
- package/styles/datetimepicker/fluent-dark.scss +1 -8
- package/styles/datetimepicker/fluent.css +1 -191
- package/styles/datetimepicker/fluent.scss +1 -8
- package/styles/datetimepicker/highcontrast-light.css +1 -190
- package/styles/datetimepicker/highcontrast-light.scss +1 -8
- package/styles/datetimepicker/highcontrast.css +1 -190
- package/styles/datetimepicker/highcontrast.scss +1 -8
- package/styles/datetimepicker/material-dark.css +1 -240
- package/styles/datetimepicker/material-dark.scss +1 -8
- package/styles/datetimepicker/material.css +1 -257
- package/styles/datetimepicker/material.scss +1 -8
- package/styles/datetimepicker/material3-dark.css +1 -282
- package/styles/datetimepicker/material3-dark.scss +1 -8
- package/styles/datetimepicker/material3.css +1 -338
- package/styles/datetimepicker/material3.scss +1 -8
- package/styles/datetimepicker/tailwind-dark.css +1 -191
- package/styles/datetimepicker/tailwind-dark.scss +1 -8
- package/styles/datetimepicker/tailwind.css +1 -191
- package/styles/datetimepicker/tailwind.scss +1 -8
- package/styles/fabric-dark.css +1 -2951
- package/styles/fabric.css +1 -2958
- package/styles/fluent-dark.css +1 -3260
- package/styles/fluent.css +1 -3260
- package/styles/highcontrast-light.css +1 -2959
- package/styles/highcontrast.css +1 -2971
- package/styles/material-dark.css +1 -3130
- package/styles/material.css +1 -3179
- package/styles/material3-dark.css +1 -3221
- package/styles/material3-dark.scss +0 -1
- package/styles/material3.css +1 -3277
- package/styles/material3.scss +0 -1
- package/styles/tailwind-dark.css +1 -3092
- package/styles/tailwind.css +1 -3092
- package/styles/timepicker/bootstrap-dark.css +1 -309
- package/styles/timepicker/bootstrap-dark.scss +1 -6
- package/styles/timepicker/bootstrap.css +1 -309
- package/styles/timepicker/bootstrap.scss +1 -6
- package/styles/timepicker/bootstrap4.css +1 -311
- package/styles/timepicker/bootstrap4.scss +1 -6
- package/styles/timepicker/bootstrap5-dark.css +1 -312
- package/styles/timepicker/bootstrap5-dark.scss +1 -6
- package/styles/timepicker/bootstrap5.css +1 -312
- package/styles/timepicker/bootstrap5.scss +1 -6
- package/styles/timepicker/fabric-dark.css +1 -309
- package/styles/timepicker/fabric-dark.scss +1 -6
- package/styles/timepicker/fabric.css +1 -309
- package/styles/timepicker/fabric.scss +1 -6
- package/styles/timepicker/fluent-dark.css +1 -310
- package/styles/timepicker/fluent-dark.scss +1 -6
- package/styles/timepicker/fluent.css +1 -310
- package/styles/timepicker/fluent.scss +1 -6
- package/styles/timepicker/highcontrast-light.css +1 -309
- package/styles/timepicker/highcontrast-light.scss +1 -6
- package/styles/timepicker/highcontrast.css +1 -309
- package/styles/timepicker/highcontrast.scss +1 -6
- package/styles/timepicker/material-dark.css +1 -347
- package/styles/timepicker/material-dark.scss +1 -6
- package/styles/timepicker/material.css +1 -355
- package/styles/timepicker/material.scss +1 -6
- package/styles/timepicker/material3-dark.css +1 -398
- package/styles/timepicker/material3-dark.scss +1 -6
- package/styles/timepicker/material3.css +1 -454
- package/styles/timepicker/material3.scss +1 -6
- package/styles/timepicker/tailwind-dark.css +1 -310
- package/styles/timepicker/tailwind-dark.scss +1 -6
- package/styles/timepicker/tailwind.css +1 -310
- 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 -91
- 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 -99
- 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 -103
- 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 -99
- 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 -92
- 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 -737
- package/fesm2015/syncfusion-ej2-angular-calendars.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-calendars.mjs +0 -737
- 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 -434
- 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 -322
- 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 -1034
- 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 -281
- 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 -303
- 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 -114
- 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,456 +1 @@
|
|
|
1
|
-
|
|
2
|
-
/*! calendar fabric theme variables */
|
|
3
|
-
/*! component icons */
|
|
4
|
-
.e-input-group-icon.e-date-icon,
|
|
5
|
-
*.e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
6
|
-
font-size: 16px;
|
|
7
|
-
margin: 0;
|
|
8
|
-
outline: none;
|
|
9
|
-
}
|
|
10
|
-
.e-input-group-icon.e-date-icon::before,
|
|
11
|
-
*.e-control-wrapper .e-input-group-icon.e-date-icon::before {
|
|
12
|
-
content: "\e93a";
|
|
13
|
-
font-family: "e-icons";
|
|
14
|
-
}
|
|
15
|
-
.e-input-group-icon.e-date-icon:focus,
|
|
16
|
-
*.e-control-wrapper .e-input-group-icon.e-date-icon:focus {
|
|
17
|
-
background: #685708;
|
|
18
|
-
border-radius: 0;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
.e-bigger .e-input-group-icon.e-date-icon,
|
|
22
|
-
*.e-control-wrapper.e-bigger .e-input-group-icon.e-date-icon,
|
|
23
|
-
*.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
24
|
-
font-size: 18px;
|
|
25
|
-
margin: 0;
|
|
26
|
-
}
|
|
27
|
-
.e-bigger .e-input-group-icon.e-date-icon::before,
|
|
28
|
-
*.e-control-wrapper.e-bigger .e-input-group-icon.e-date-icon::before,
|
|
29
|
-
*.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon::before {
|
|
30
|
-
content: "\e93a";
|
|
31
|
-
font-family: "e-icons";
|
|
32
|
-
}
|
|
33
|
-
.e-bigger .e-input-group-icon.e-date-icon:focus,
|
|
34
|
-
*.e-control-wrapper.e-bigger .e-input-group-icon.e-date-icon:focus,
|
|
35
|
-
*.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon:focus {
|
|
36
|
-
background: #685708;
|
|
37
|
-
border-radius: 0;
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
.e-small .e-input-group-icon.e-date-icon,
|
|
41
|
-
*.e-control-wrapper.e-small .e-input-group-icon.e-date-icon,
|
|
42
|
-
*.e-small .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
43
|
-
font-size: 14px;
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
.e-small.e-bigger .e-input-group-icon.e-date-icon,
|
|
47
|
-
*.e-control-wrapper.e-small.e-bigger .e-input-group-icon.e-date-icon,
|
|
48
|
-
*.e-small.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
49
|
-
font-size: 18px;
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close::before {
|
|
53
|
-
content: "\e7fc";
|
|
54
|
-
font-family: "e-icons";
|
|
55
|
-
}
|
|
56
|
-
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header .e-date-icon-next::before {
|
|
57
|
-
content: "\e85c";
|
|
58
|
-
}
|
|
59
|
-
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header .e-date-icon-prev::before {
|
|
60
|
-
content: "\e98f";
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
.e-input-group.e-control-wrapper.e-date-wrapper.e-non-edit.e-input-focus .e-input:focus ~ .e-clear-icon,
|
|
64
|
-
.e-float-input.e-control-wrapper.e-input-group.e-date-wrapper.e-non-edit.e-input-focus input:focus ~ .e-clear-icon {
|
|
65
|
-
display: -ms-flexbox;
|
|
66
|
-
display: flex;
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
.e-datepicker .e-calendar .e-content table tbody tr.e-month-hide:last-child {
|
|
70
|
-
display: table-row;
|
|
71
|
-
}
|
|
72
|
-
.e-datepicker.e-popup-wrapper {
|
|
73
|
-
border-radius: 0;
|
|
74
|
-
overflow-y: hidden;
|
|
75
|
-
pointer-events: auto;
|
|
76
|
-
}
|
|
77
|
-
.e-datepicker.e-date-modal {
|
|
78
|
-
background-color: rgba(0, 0, 0, 0.6);
|
|
79
|
-
height: 100%;
|
|
80
|
-
left: 0;
|
|
81
|
-
opacity: 0.5;
|
|
82
|
-
pointer-events: auto;
|
|
83
|
-
position: fixed;
|
|
84
|
-
top: 0;
|
|
85
|
-
width: 100%;
|
|
86
|
-
z-index: 999;
|
|
87
|
-
}
|
|
88
|
-
.e-datepicker .e-model-header {
|
|
89
|
-
background-color: #000;
|
|
90
|
-
color: #fff;
|
|
91
|
-
cursor: default;
|
|
92
|
-
display: block;
|
|
93
|
-
padding: 10px 10px 10px 15px;
|
|
94
|
-
}
|
|
95
|
-
.e-datepicker .e-model-header .e-model-year {
|
|
96
|
-
font-size: 14px;
|
|
97
|
-
font-weight: 500;
|
|
98
|
-
line-height: 32px;
|
|
99
|
-
margin: 0;
|
|
100
|
-
}
|
|
101
|
-
.e-datepicker .e-model-month, .e-datepicker .e-model-day {
|
|
102
|
-
font-size: 20px;
|
|
103
|
-
font-weight: 500;
|
|
104
|
-
line-height: 32px;
|
|
105
|
-
margin: 0;
|
|
106
|
-
}
|
|
107
|
-
|
|
108
|
-
/* stylelint-disable */
|
|
109
|
-
.e-date-overflow {
|
|
110
|
-
overflow: hidden !important;
|
|
111
|
-
}
|
|
112
|
-
|
|
113
|
-
.e-datepick-mob-popup-wrap {
|
|
114
|
-
-ms-flex-align: center;
|
|
115
|
-
align-items: center;
|
|
116
|
-
display: -ms-flexbox;
|
|
117
|
-
display: flex;
|
|
118
|
-
-ms-flex-direction: column;
|
|
119
|
-
flex-direction: column;
|
|
120
|
-
height: 100%;
|
|
121
|
-
-ms-flex-pack: center;
|
|
122
|
-
justify-content: center;
|
|
123
|
-
left: 0;
|
|
124
|
-
max-height: 100%;
|
|
125
|
-
position: fixed;
|
|
126
|
-
top: 0;
|
|
127
|
-
width: 100%;
|
|
128
|
-
z-index: 1002;
|
|
129
|
-
}
|
|
130
|
-
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-wrapper.e-lib.e-popup.e-control.e-popup-open {
|
|
131
|
-
position: relative;
|
|
132
|
-
top: 0 !important;
|
|
133
|
-
left: 0 !important;
|
|
134
|
-
}
|
|
135
|
-
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-wrapper.e-popup-expand.e-lib.e-popup.e-control.e-popup-open {
|
|
136
|
-
min-width: 100%;
|
|
137
|
-
min-height: 100%;
|
|
138
|
-
}
|
|
139
|
-
|
|
140
|
-
.e-content-placeholder.e-datepicker.e-placeholder-datepicker {
|
|
141
|
-
background-size: 250px 33px;
|
|
142
|
-
min-height: 33px;
|
|
143
|
-
}
|
|
144
|
-
|
|
145
|
-
.e-bigger .e-content-placeholder.e-datepicker.e-placeholder-datepicker,
|
|
146
|
-
.e-bigger.e-content-placeholder.e-datepicker.e-placeholder-datepicker {
|
|
147
|
-
background-size: 250px 40px;
|
|
148
|
-
min-height: 40px;
|
|
149
|
-
}
|
|
150
|
-
|
|
151
|
-
@media screen and (orientation: landscape) {
|
|
152
|
-
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-content.e-month td.e-today span.e-day {
|
|
153
|
-
line-height: 64px;
|
|
154
|
-
}
|
|
155
|
-
}
|
|
156
|
-
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand {
|
|
157
|
-
border-radius: 0;
|
|
158
|
-
}
|
|
159
|
-
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device {
|
|
160
|
-
height: 15vh;
|
|
161
|
-
}
|
|
162
|
-
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device .e-popup-close {
|
|
163
|
-
float: right;
|
|
164
|
-
}
|
|
165
|
-
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device {
|
|
166
|
-
height: 15vh;
|
|
167
|
-
}
|
|
168
|
-
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device .e-popup-close {
|
|
169
|
-
float: right;
|
|
170
|
-
}
|
|
171
|
-
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
172
|
-
height: 20vh;
|
|
173
|
-
padding: 2vh 6vw;
|
|
174
|
-
}
|
|
175
|
-
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-day-wrapper {
|
|
176
|
-
margin: 12vh 0 0 0;
|
|
177
|
-
}
|
|
178
|
-
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
179
|
-
color: inherit;
|
|
180
|
-
float: left;
|
|
181
|
-
font-size: 18px;
|
|
182
|
-
}
|
|
183
|
-
@media (min-device-width: 768px) {
|
|
184
|
-
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
185
|
-
font-size: 18px;
|
|
186
|
-
}
|
|
187
|
-
}
|
|
188
|
-
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-btn.e-flat.e-popup-close {
|
|
189
|
-
background: transparent;
|
|
190
|
-
border-color: transparent;
|
|
191
|
-
box-shadow: none;
|
|
192
|
-
font-weight: 400;
|
|
193
|
-
padding: 0;
|
|
194
|
-
}
|
|
195
|
-
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-today.e-flat.e-primary {
|
|
196
|
-
color: inherit;
|
|
197
|
-
float: right;
|
|
198
|
-
}
|
|
199
|
-
@media (min-device-width: 768px) {
|
|
200
|
-
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-today.e-flat.e-primary {
|
|
201
|
-
font-size: 18px;
|
|
202
|
-
}
|
|
203
|
-
}
|
|
204
|
-
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-day {
|
|
205
|
-
font-size: 5vw;
|
|
206
|
-
line-height: 6vw;
|
|
207
|
-
}
|
|
208
|
-
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
|
|
209
|
-
min-width: 100%;
|
|
210
|
-
min-height: 100%;
|
|
211
|
-
height: 100%;
|
|
212
|
-
}
|
|
213
|
-
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade {
|
|
214
|
-
height: 10vh;
|
|
215
|
-
border-style: solid;
|
|
216
|
-
border-width: 1px 0;
|
|
217
|
-
border-color: #969696;
|
|
218
|
-
padding: 2vh 2vw;
|
|
219
|
-
line-height: 5vh;
|
|
220
|
-
}
|
|
221
|
-
.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 {
|
|
222
|
-
margin-left: 22vw;
|
|
223
|
-
position: absolute;
|
|
224
|
-
text-align: center;
|
|
225
|
-
vertical-align: middle;
|
|
226
|
-
width: 50vw;
|
|
227
|
-
line-height: inherit;
|
|
228
|
-
}
|
|
229
|
-
@media (min-device-width: 768px) {
|
|
230
|
-
.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 {
|
|
231
|
-
font-size: 18px;
|
|
232
|
-
}
|
|
233
|
-
}
|
|
234
|
-
.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 {
|
|
235
|
-
margin-right: 75vw;
|
|
236
|
-
vertical-align: inherit;
|
|
237
|
-
height: 35px;
|
|
238
|
-
width: 35px;
|
|
239
|
-
}
|
|
240
|
-
@media (min-device-width: 768px) {
|
|
241
|
-
.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 {
|
|
242
|
-
height: 55px;
|
|
243
|
-
width: 55px;
|
|
244
|
-
}
|
|
245
|
-
}
|
|
246
|
-
.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 {
|
|
247
|
-
vertical-align: inherit;
|
|
248
|
-
}
|
|
249
|
-
@media (min-device-width: 768px) {
|
|
250
|
-
.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 {
|
|
251
|
-
font-size: 18px;
|
|
252
|
-
}
|
|
253
|
-
}
|
|
254
|
-
.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 {
|
|
255
|
-
margin-right: 0;
|
|
256
|
-
vertical-align: inherit;
|
|
257
|
-
height: 35px;
|
|
258
|
-
width: 35px;
|
|
259
|
-
}
|
|
260
|
-
@media (min-device-width: 768px) {
|
|
261
|
-
.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 {
|
|
262
|
-
height: 55px;
|
|
263
|
-
width: 55px;
|
|
264
|
-
}
|
|
265
|
-
}
|
|
266
|
-
.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 {
|
|
267
|
-
vertical-align: inherit;
|
|
268
|
-
}
|
|
269
|
-
@media (min-device-width: 768px) {
|
|
270
|
-
.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 {
|
|
271
|
-
font-size: 18px;
|
|
272
|
-
}
|
|
273
|
-
}
|
|
274
|
-
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-icon-container, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-icon-container, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-icon-container {
|
|
275
|
-
float: none;
|
|
276
|
-
}
|
|
277
|
-
@media (min-device-width: 768px) {
|
|
278
|
-
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar th {
|
|
279
|
-
font-size: 18px;
|
|
280
|
-
height: 48px;
|
|
281
|
-
}
|
|
282
|
-
}
|
|
283
|
-
@media (min-device-width: 768px) {
|
|
284
|
-
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-content span.e-day {
|
|
285
|
-
font-size: 18px;
|
|
286
|
-
height: 64px;
|
|
287
|
-
width: 64px;
|
|
288
|
-
line-height: 64px;
|
|
289
|
-
}
|
|
290
|
-
}
|
|
291
|
-
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
|
|
292
|
-
height: 79vh;
|
|
293
|
-
}
|
|
294
|
-
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
|
|
295
|
-
display: none;
|
|
296
|
-
}
|
|
297
|
-
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
|
|
298
|
-
height: 69vh;
|
|
299
|
-
}
|
|
300
|
-
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table {
|
|
301
|
-
height: 69vh;
|
|
302
|
-
}
|
|
303
|
-
|
|
304
|
-
@media screen and (orientation: landscape) {
|
|
305
|
-
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device {
|
|
306
|
-
height: 25vh;
|
|
307
|
-
}
|
|
308
|
-
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device .e-popup-close {
|
|
309
|
-
float: right;
|
|
310
|
-
}
|
|
311
|
-
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-content.e-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-content.e-year, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-content.e-decade {
|
|
312
|
-
overflow-y: auto;
|
|
313
|
-
}
|
|
314
|
-
}
|
|
315
|
-
@media screen and (orientation: landscape) and (max-height: 600px) {
|
|
316
|
-
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-content.e-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-content.e-year, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-content.e-decade {
|
|
317
|
-
height: 50vh;
|
|
318
|
-
}
|
|
319
|
-
}
|
|
320
|
-
@media screen and (orientation: landscape) and (min-height: 600px) {
|
|
321
|
-
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-content.e-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-content.e-year, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-content.e-decade {
|
|
322
|
-
height: 60vh;
|
|
323
|
-
}
|
|
324
|
-
}
|
|
325
|
-
@media screen and (orientation: landscape) and (min-height: 600px) {
|
|
326
|
-
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-content.e-month table, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-content.e-year table, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-content.e-decade table {
|
|
327
|
-
height: 60vh;
|
|
328
|
-
}
|
|
329
|
-
}
|
|
330
|
-
@media screen and (orientation: landscape) and (min-height: 600px) {
|
|
331
|
-
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-footer-container {
|
|
332
|
-
padding: 10px 0;
|
|
333
|
-
height: 10%;
|
|
334
|
-
font-size: 24px;
|
|
335
|
-
}
|
|
336
|
-
}
|
|
337
|
-
@media screen and (orientation: landscape) {
|
|
338
|
-
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
339
|
-
width: 100%;
|
|
340
|
-
}
|
|
341
|
-
}
|
|
342
|
-
@media screen and (orientation: landscape) and (max-height: 600px) {
|
|
343
|
-
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
344
|
-
height: 30vh;
|
|
345
|
-
}
|
|
346
|
-
}
|
|
347
|
-
@media screen and (orientation: landscape) and (min-height: 600px) {
|
|
348
|
-
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
349
|
-
height: 25vh;
|
|
350
|
-
}
|
|
351
|
-
}
|
|
352
|
-
@media screen and (orientation: landscape) {
|
|
353
|
-
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
354
|
-
float: left;
|
|
355
|
-
}
|
|
356
|
-
}
|
|
357
|
-
@media screen and (orientation: landscape) {
|
|
358
|
-
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-day-wrapper {
|
|
359
|
-
margin: 12vh 0 0 0;
|
|
360
|
-
}
|
|
361
|
-
}
|
|
362
|
-
@media screen and (orientation: landscape) {
|
|
363
|
-
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-model-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-model-day {
|
|
364
|
-
font-size: 4vw;
|
|
365
|
-
}
|
|
366
|
-
}
|
|
367
|
-
@media screen and (orientation: landscape) {
|
|
368
|
-
.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 {
|
|
369
|
-
margin-right: 82vw;
|
|
370
|
-
}
|
|
371
|
-
}
|
|
372
|
-
@media screen and (orientation: landscape) and (max-height: 600px) {
|
|
373
|
-
.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 {
|
|
374
|
-
line-height: 12vh;
|
|
375
|
-
}
|
|
376
|
-
}
|
|
377
|
-
@media screen and (orientation: landscape) and (min-height: 600px) {
|
|
378
|
-
.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 {
|
|
379
|
-
line-height: inherit;
|
|
380
|
-
}
|
|
381
|
-
}
|
|
382
|
-
@media screen and (orientation: landscape) {
|
|
383
|
-
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-year, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-decade {
|
|
384
|
-
overflow-y: auto;
|
|
385
|
-
}
|
|
386
|
-
}
|
|
387
|
-
@media screen and (orientation: landscape) and (max-height: 600px) {
|
|
388
|
-
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-year, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-decade {
|
|
389
|
-
height: 60vh;
|
|
390
|
-
}
|
|
391
|
-
}
|
|
392
|
-
@media screen and (orientation: landscape) and (min-height: 600px) {
|
|
393
|
-
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-year, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-decade {
|
|
394
|
-
height: 65vh;
|
|
395
|
-
}
|
|
396
|
-
}
|
|
397
|
-
@media screen and (orientation: landscape) {
|
|
398
|
-
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
|
|
399
|
-
display: block;
|
|
400
|
-
max-width: 100%;
|
|
401
|
-
overflow: visible;
|
|
402
|
-
}
|
|
403
|
-
}
|
|
404
|
-
@media screen and (orientation: landscape) {
|
|
405
|
-
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
|
|
406
|
-
height: 70%;
|
|
407
|
-
width: 100%;
|
|
408
|
-
}
|
|
409
|
-
}
|
|
410
|
-
@media screen and (orientation: landscape) {
|
|
411
|
-
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar.e-device .e-month table tbody {
|
|
412
|
-
display: table-row-group;
|
|
413
|
-
}
|
|
414
|
-
}
|
|
415
|
-
@media screen and (orientation: landscape) and (max-height: 600px) {
|
|
416
|
-
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-decade table, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-year table {
|
|
417
|
-
height: 69vh;
|
|
418
|
-
}
|
|
419
|
-
}
|
|
420
|
-
@media screen and (orientation: landscape) and (min-height: 600px) {
|
|
421
|
-
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-decade table, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-year table {
|
|
422
|
-
height: 65vh;
|
|
423
|
-
}
|
|
424
|
-
}
|
|
425
|
-
/* stylelint-enable */
|
|
426
|
-
.e-datepicker.e-popup-wrapper,
|
|
427
|
-
.e-bigger.e-small .e-datepicker.e-popup-wrapper,
|
|
428
|
-
.e-bigger .e-datepicker.e-popup-wrapper,
|
|
429
|
-
.e-small .e-datepicker.e-popup-wrapper,
|
|
430
|
-
.e-bigger.e-small.e-datepicker.e-popup-wrapper,
|
|
431
|
-
.e-bigger.e-datepicker.e-popup-wrapper,
|
|
432
|
-
.e-small.e-datepicker.e-popup-wrapper {
|
|
433
|
-
border: 1px solid #969696;
|
|
434
|
-
box-shadow: none;
|
|
435
|
-
}
|
|
436
|
-
.e-datepicker .e-calendar,
|
|
437
|
-
.e-bigger.e-small .e-datepicker .e-calendar,
|
|
438
|
-
.e-bigger .e-datepicker .e-calendar,
|
|
439
|
-
.e-small .e-datepicker .e-calendar,
|
|
440
|
-
.e-bigger.e-small.e-datepicker .e-calendar,
|
|
441
|
-
.e-bigger.e-datepicker .e-calendar,
|
|
442
|
-
.e-small.e-datepicker .e-calendar {
|
|
443
|
-
background-color: #000;
|
|
444
|
-
border: none;
|
|
445
|
-
}
|
|
446
|
-
|
|
447
|
-
*.e-input-group.e-date-wrapper.e-dateinput-active:active:not(.e-success):not(.e-warning):not(.e-error) {
|
|
448
|
-
border: 2px solid #fff;
|
|
449
|
-
}
|
|
450
|
-
|
|
451
|
-
.e-date-wrapper span.e-input-group-icon.e-date-icon.e-icons.e-active {
|
|
452
|
-
color: #fff;
|
|
453
|
-
}
|
|
454
|
-
.e-date-wrapper span.e-input-group-icon.e-date-icon.e-icons.e-active {
|
|
455
|
-
color: #fff;
|
|
456
|
-
}
|
|
1
|
+
@import '@syncfusion/ej2-calendars/styles/datepicker/highcontrast.css';
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-inputs/styles/input/highcontrast-definition.scss';
|
|
3
|
-
@import 'ej2-popups/styles/popup/highcontrast-definition.scss';
|
|
4
|
-
@import '../calendar/highcontrast-definition.scss';
|
|
5
|
-
@import 'highcontrast-definition.scss';
|
|
6
|
-
@import 'icons/highcontrast.scss';
|
|
7
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-calendars/styles/datepicker/highcontrast.scss';
|