@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,7 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-inputs/styles/input/tailwind-definition.scss';
|
|
3
|
-
@import 'ej2-popups/styles/popup/tailwind-definition.scss';
|
|
4
|
-
@import '../calendar/tailwind-definition.scss';
|
|
5
|
-
@import 'tailwind-definition.scss';
|
|
6
|
-
@import 'icons/tailwind.scss';
|
|
7
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-calendars/styles/daterangepicker/tailwind.scss';
|
|
@@ -1,190 +1 @@
|
|
|
1
|
-
|
|
2
|
-
/*! component icons */
|
|
3
|
-
.e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
4
|
-
content: "\e93e";
|
|
5
|
-
font-family: "e-icons";
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
.e-input-group.e-control-wrapper.e-datetime-wrapper.e-non-edit.e-input-focus .e-input:focus ~ .e-clear-icon,
|
|
9
|
-
.e-float-input.e-control-wrapper.e-input-group.e-datetime-wrapper.e-non-edit.e-input-focus input:focus ~ .e-clear-icon {
|
|
10
|
-
display: -ms-flexbox;
|
|
11
|
-
display: flex;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
.e-datetime-wrapper {
|
|
15
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
16
|
-
-webkit-tap-highlight-color: transparent;
|
|
17
|
-
}
|
|
18
|
-
.e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
19
|
-
font-size: 16px;
|
|
20
|
-
}
|
|
21
|
-
.e-datetime-wrapper.e-control-wrapper {
|
|
22
|
-
box-sizing: border-box;
|
|
23
|
-
}
|
|
24
|
-
.e-datetime-wrapper .e-time-icon.e-icons.e-disabled, .e-datetime-wrapper .e-date-icon.e-icons.e-disabled {
|
|
25
|
-
pointer-events: none;
|
|
26
|
-
}
|
|
27
|
-
.e-datetime-wrapper .e-clear-icon {
|
|
28
|
-
box-sizing: content-box;
|
|
29
|
-
}
|
|
30
|
-
.e-datetime-wrapper span {
|
|
31
|
-
cursor: pointer;
|
|
32
|
-
}
|
|
33
|
-
.e-datetime-wrapper .e-input-group-icon.e-date-icon, .e-datetime-wrapper .e-input-group-icon.e-time-icon {
|
|
34
|
-
font-size: 16px;
|
|
35
|
-
margin: 0;
|
|
36
|
-
outline: none;
|
|
37
|
-
}
|
|
38
|
-
.e-datetime-wrapper .e-input-group-icon.e-time-icon {
|
|
39
|
-
border: 1px;
|
|
40
|
-
border-style: none;
|
|
41
|
-
margin: 0;
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
.e-datetime-wrapper:not(.e-outline).e-rtl .e-input-group-icon.e-time-icon {
|
|
45
|
-
margin: 0;
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
.e-datetimepicker.e-time-modal {
|
|
49
|
-
background-color: rgba(26, 26, 26, 0.6);
|
|
50
|
-
height: 100%;
|
|
51
|
-
left: 0;
|
|
52
|
-
opacity: 0.5;
|
|
53
|
-
pointer-events: auto;
|
|
54
|
-
position: fixed;
|
|
55
|
-
top: 0;
|
|
56
|
-
width: 100%;
|
|
57
|
-
z-index: 999;
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
.e-datetimepicker.e-popup {
|
|
61
|
-
border-style: solid;
|
|
62
|
-
border-width: 1px;
|
|
63
|
-
overflow: auto;
|
|
64
|
-
}
|
|
65
|
-
.e-datetimepicker.e-popup .e-content {
|
|
66
|
-
position: relative;
|
|
67
|
-
}
|
|
68
|
-
.e-datetimepicker.e-popup .e-list-parent.e-ul {
|
|
69
|
-
margin: 0;
|
|
70
|
-
padding: 5px 0;
|
|
71
|
-
}
|
|
72
|
-
.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item {
|
|
73
|
-
color: #f0f0f0;
|
|
74
|
-
cursor: default;
|
|
75
|
-
font-size: 14px;
|
|
76
|
-
overflow: hidden;
|
|
77
|
-
position: relative;
|
|
78
|
-
text-overflow: ellipsis;
|
|
79
|
-
vertical-align: middle;
|
|
80
|
-
white-space: nowrap;
|
|
81
|
-
width: 100%;
|
|
82
|
-
}
|
|
83
|
-
.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item.e-hover {
|
|
84
|
-
cursor: pointer;
|
|
85
|
-
}
|
|
86
|
-
|
|
87
|
-
.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item {
|
|
88
|
-
line-height: 26px;
|
|
89
|
-
text-indent: 20px;
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
.e-bigger.e-datetime-wrapper .e-time-icon.e-icons::before,
|
|
93
|
-
*.e-bigger .e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
94
|
-
font-size: 18px;
|
|
95
|
-
}
|
|
96
|
-
.e-bigger.e-datetime-wrapper .e-input-group-icon.e-time-icon,
|
|
97
|
-
*.e-bigger .e-datetime-wrapper .e-input-group-icon.e-time-icon {
|
|
98
|
-
margin: 0;
|
|
99
|
-
}
|
|
100
|
-
|
|
101
|
-
.e-bigger.e-datetime-wrapper:not(.e-outline).e-rtl .e-input-group-icon.e-time-icon,
|
|
102
|
-
*.e-bigger .e-datetime-wrapper:not(.e-outline).e-rtl .e-input-group-icon.e-time-icon {
|
|
103
|
-
margin: 0;
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
.e-bigger .e-datetimepicker.e-popup .e-list-parent.e-ul,
|
|
107
|
-
*.e-bigger.e-datetimepicker.e-popup .e-list-parent.e-ul {
|
|
108
|
-
padding: 10px 0;
|
|
109
|
-
}
|
|
110
|
-
.e-bigger .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item,
|
|
111
|
-
*.e-bigger.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item {
|
|
112
|
-
font-size: 15px;
|
|
113
|
-
line-height: 40px;
|
|
114
|
-
text-indent: 20px;
|
|
115
|
-
}
|
|
116
|
-
|
|
117
|
-
.e-small .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item,
|
|
118
|
-
*.e-small.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item {
|
|
119
|
-
font-size: 13px;
|
|
120
|
-
line-height: 22px;
|
|
121
|
-
text-indent: 12px;
|
|
122
|
-
}
|
|
123
|
-
|
|
124
|
-
.e-small.e-bigger .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item,
|
|
125
|
-
*.e-small.e-bigger.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item {
|
|
126
|
-
font-size: 14px;
|
|
127
|
-
line-height: 34px;
|
|
128
|
-
text-indent: 20px;
|
|
129
|
-
}
|
|
130
|
-
|
|
131
|
-
.e-small.e-datetime-wrapper .e-time-icon.e-icons::before,
|
|
132
|
-
*.e-small .e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
133
|
-
font-size: 14px;
|
|
134
|
-
}
|
|
135
|
-
.e-small.e-bigger.e-datetime-wrapper .e-time-icon.e-icons::before,
|
|
136
|
-
*.e-small.e-bigger .e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
137
|
-
font-size: 18px;
|
|
138
|
-
}
|
|
139
|
-
.e-content-placeholder.e-datetimepicker.e-placeholder-datetimepicker {
|
|
140
|
-
background-size: 250px 33px;
|
|
141
|
-
min-height: 33px;
|
|
142
|
-
}
|
|
143
|
-
|
|
144
|
-
.e-bigger .e-content-placeholder.e-datetimepicker.e-placeholder-datetimepicker,
|
|
145
|
-
.e-bigger.e-content-placeholder.e-datetimepicker.e-placeholder-datetimepicker {
|
|
146
|
-
background-size: 250px 40px;
|
|
147
|
-
min-height: 40px;
|
|
148
|
-
}
|
|
149
|
-
|
|
150
|
-
.e-datetimepicker.e-popup-expand.e-popup {
|
|
151
|
-
position: fixed;
|
|
152
|
-
}
|
|
153
|
-
.e-datetimepicker.e-popup-expand.e-popup .e-datetime-mob-popup-wrap {
|
|
154
|
-
position: relative;
|
|
155
|
-
width: 100%;
|
|
156
|
-
}
|
|
157
|
-
|
|
158
|
-
/*! datetimepicker theme */
|
|
159
|
-
.e-datetime-wrapper .e-input-group-icon.e-icons.e-active {
|
|
160
|
-
color: #f0f0f0;
|
|
161
|
-
}
|
|
162
|
-
.e-datetime-wrapper.e-input-group:not(.e-disabled) .e-input-group-icon.e-active:active {
|
|
163
|
-
color: #f0f0f0;
|
|
164
|
-
}
|
|
165
|
-
|
|
166
|
-
.e-datetimepicker.e-popup {
|
|
167
|
-
border: 1px solid #414141;
|
|
168
|
-
border-radius: 4px;
|
|
169
|
-
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
|
|
170
|
-
}
|
|
171
|
-
.e-datetimepicker.e-popup .e-list-parent.e-ul {
|
|
172
|
-
background-color: #2a2a2a;
|
|
173
|
-
}
|
|
174
|
-
.e-datetimepicker.e-popup .e-list-parent.e-ul li.e-list-item {
|
|
175
|
-
border: none;
|
|
176
|
-
color: #f0f0f0;
|
|
177
|
-
}
|
|
178
|
-
.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item.e-hover, .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item.e-navigation, .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item:focus {
|
|
179
|
-
background-color: #414141;
|
|
180
|
-
border: none;
|
|
181
|
-
color: #f0f0f0;
|
|
182
|
-
}
|
|
183
|
-
.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item.e-active {
|
|
184
|
-
background-color: #0070f0;
|
|
185
|
-
color: #fff;
|
|
186
|
-
}
|
|
187
|
-
.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item.e-active.e-hover {
|
|
188
|
-
background-color: #0070f0;
|
|
189
|
-
color: #fff;
|
|
190
|
-
}
|
|
1
|
+
@import '@syncfusion/ej2-calendars/styles/datetimepicker/bootstrap-dark.css';
|
|
@@ -1,8 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-inputs/styles/input/bootstrap-dark-definition.scss';
|
|
3
|
-
@import 'ej2-popups/styles/popup/bootstrap-dark-definition.scss';
|
|
4
|
-
@import 'ej2-buttons/styles/button/bootstrap-dark-definition.scss';
|
|
5
|
-
@import '../datepicker/bootstrap-dark-definition.scss';
|
|
6
|
-
@import 'bootstrap-dark-definition.scss';
|
|
7
|
-
@import 'icons/bootstrap-dark.scss';
|
|
8
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-calendars/styles/datetimepicker/bootstrap-dark.scss';
|
|
@@ -1,190 +1 @@
|
|
|
1
|
-
|
|
2
|
-
/*! component icons */
|
|
3
|
-
.e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
4
|
-
content: "\e93e";
|
|
5
|
-
font-family: "e-icons";
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
.e-input-group.e-control-wrapper.e-datetime-wrapper.e-non-edit.e-input-focus .e-input:focus ~ .e-clear-icon,
|
|
9
|
-
.e-float-input.e-control-wrapper.e-input-group.e-datetime-wrapper.e-non-edit.e-input-focus input:focus ~ .e-clear-icon {
|
|
10
|
-
display: -ms-flexbox;
|
|
11
|
-
display: flex;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
.e-datetime-wrapper {
|
|
15
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
16
|
-
-webkit-tap-highlight-color: transparent;
|
|
17
|
-
}
|
|
18
|
-
.e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
19
|
-
font-size: 16px;
|
|
20
|
-
}
|
|
21
|
-
.e-datetime-wrapper.e-control-wrapper {
|
|
22
|
-
box-sizing: border-box;
|
|
23
|
-
}
|
|
24
|
-
.e-datetime-wrapper .e-time-icon.e-icons.e-disabled, .e-datetime-wrapper .e-date-icon.e-icons.e-disabled {
|
|
25
|
-
pointer-events: none;
|
|
26
|
-
}
|
|
27
|
-
.e-datetime-wrapper .e-clear-icon {
|
|
28
|
-
box-sizing: content-box;
|
|
29
|
-
}
|
|
30
|
-
.e-datetime-wrapper span {
|
|
31
|
-
cursor: pointer;
|
|
32
|
-
}
|
|
33
|
-
.e-datetime-wrapper .e-input-group-icon.e-date-icon, .e-datetime-wrapper .e-input-group-icon.e-time-icon {
|
|
34
|
-
font-size: 16px;
|
|
35
|
-
margin: 0;
|
|
36
|
-
outline: none;
|
|
37
|
-
}
|
|
38
|
-
.e-datetime-wrapper .e-input-group-icon.e-time-icon {
|
|
39
|
-
border: 1px;
|
|
40
|
-
border-style: none;
|
|
41
|
-
margin: 0;
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
.e-datetime-wrapper:not(.e-outline).e-rtl .e-input-group-icon.e-time-icon {
|
|
45
|
-
margin: 0;
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
.e-datetimepicker.e-time-modal {
|
|
49
|
-
background-color: rgba(0, 0, 0, 0.6);
|
|
50
|
-
height: 100%;
|
|
51
|
-
left: 0;
|
|
52
|
-
opacity: 0.5;
|
|
53
|
-
pointer-events: auto;
|
|
54
|
-
position: fixed;
|
|
55
|
-
top: 0;
|
|
56
|
-
width: 100%;
|
|
57
|
-
z-index: 999;
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
.e-datetimepicker.e-popup {
|
|
61
|
-
border-style: solid;
|
|
62
|
-
border-width: 1px;
|
|
63
|
-
overflow: auto;
|
|
64
|
-
}
|
|
65
|
-
.e-datetimepicker.e-popup .e-content {
|
|
66
|
-
position: relative;
|
|
67
|
-
}
|
|
68
|
-
.e-datetimepicker.e-popup .e-list-parent.e-ul {
|
|
69
|
-
margin: 0;
|
|
70
|
-
padding: 5px 0;
|
|
71
|
-
}
|
|
72
|
-
.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item {
|
|
73
|
-
color: #333;
|
|
74
|
-
cursor: default;
|
|
75
|
-
font-size: 14px;
|
|
76
|
-
overflow: hidden;
|
|
77
|
-
position: relative;
|
|
78
|
-
text-overflow: ellipsis;
|
|
79
|
-
vertical-align: middle;
|
|
80
|
-
white-space: nowrap;
|
|
81
|
-
width: 100%;
|
|
82
|
-
}
|
|
83
|
-
.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item.e-hover {
|
|
84
|
-
cursor: pointer;
|
|
85
|
-
}
|
|
86
|
-
|
|
87
|
-
.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item {
|
|
88
|
-
line-height: 26px;
|
|
89
|
-
text-indent: 20px;
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
.e-bigger.e-datetime-wrapper .e-time-icon.e-icons::before,
|
|
93
|
-
*.e-bigger .e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
94
|
-
font-size: 18px;
|
|
95
|
-
}
|
|
96
|
-
.e-bigger.e-datetime-wrapper .e-input-group-icon.e-time-icon,
|
|
97
|
-
*.e-bigger .e-datetime-wrapper .e-input-group-icon.e-time-icon {
|
|
98
|
-
margin: 0;
|
|
99
|
-
}
|
|
100
|
-
|
|
101
|
-
.e-bigger.e-datetime-wrapper:not(.e-outline).e-rtl .e-input-group-icon.e-time-icon,
|
|
102
|
-
*.e-bigger .e-datetime-wrapper:not(.e-outline).e-rtl .e-input-group-icon.e-time-icon {
|
|
103
|
-
margin: 0;
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
.e-bigger .e-datetimepicker.e-popup .e-list-parent.e-ul,
|
|
107
|
-
*.e-bigger.e-datetimepicker.e-popup .e-list-parent.e-ul {
|
|
108
|
-
padding: 10px 0;
|
|
109
|
-
}
|
|
110
|
-
.e-bigger .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item,
|
|
111
|
-
*.e-bigger.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item {
|
|
112
|
-
font-size: 15px;
|
|
113
|
-
line-height: 40px;
|
|
114
|
-
text-indent: 20px;
|
|
115
|
-
}
|
|
116
|
-
|
|
117
|
-
.e-small .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item,
|
|
118
|
-
*.e-small.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item {
|
|
119
|
-
font-size: 13px;
|
|
120
|
-
line-height: 22px;
|
|
121
|
-
text-indent: 12px;
|
|
122
|
-
}
|
|
123
|
-
|
|
124
|
-
.e-small.e-bigger .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item,
|
|
125
|
-
*.e-small.e-bigger.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item {
|
|
126
|
-
font-size: 14px;
|
|
127
|
-
line-height: 34px;
|
|
128
|
-
text-indent: 20px;
|
|
129
|
-
}
|
|
130
|
-
|
|
131
|
-
.e-small.e-datetime-wrapper .e-time-icon.e-icons::before,
|
|
132
|
-
*.e-small .e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
133
|
-
font-size: 14px;
|
|
134
|
-
}
|
|
135
|
-
.e-small.e-bigger.e-datetime-wrapper .e-time-icon.e-icons::before,
|
|
136
|
-
*.e-small.e-bigger .e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
137
|
-
font-size: 18px;
|
|
138
|
-
}
|
|
139
|
-
.e-content-placeholder.e-datetimepicker.e-placeholder-datetimepicker {
|
|
140
|
-
background-size: 250px 33px;
|
|
141
|
-
min-height: 33px;
|
|
142
|
-
}
|
|
143
|
-
|
|
144
|
-
.e-bigger .e-content-placeholder.e-datetimepicker.e-placeholder-datetimepicker,
|
|
145
|
-
.e-bigger.e-content-placeholder.e-datetimepicker.e-placeholder-datetimepicker {
|
|
146
|
-
background-size: 250px 40px;
|
|
147
|
-
min-height: 40px;
|
|
148
|
-
}
|
|
149
|
-
|
|
150
|
-
.e-datetimepicker.e-popup-expand.e-popup {
|
|
151
|
-
position: fixed;
|
|
152
|
-
}
|
|
153
|
-
.e-datetimepicker.e-popup-expand.e-popup .e-datetime-mob-popup-wrap {
|
|
154
|
-
position: relative;
|
|
155
|
-
width: 100%;
|
|
156
|
-
}
|
|
157
|
-
|
|
158
|
-
/*! datetimepicker theme */
|
|
159
|
-
.e-datetime-wrapper .e-input-group-icon.e-icons.e-active {
|
|
160
|
-
color: #333;
|
|
161
|
-
}
|
|
162
|
-
.e-datetime-wrapper.e-input-group:not(.e-disabled) .e-input-group-icon.e-active:active {
|
|
163
|
-
color: #fff;
|
|
164
|
-
}
|
|
165
|
-
|
|
166
|
-
.e-datetimepicker.e-popup {
|
|
167
|
-
border: 1px solid #ccc;
|
|
168
|
-
border-radius: 4px;
|
|
169
|
-
box-shadow: 0 6px 12px rgba(51, 51, 51, 0.175);
|
|
170
|
-
}
|
|
171
|
-
.e-datetimepicker.e-popup .e-list-parent.e-ul {
|
|
172
|
-
background-color: #fff;
|
|
173
|
-
}
|
|
174
|
-
.e-datetimepicker.e-popup .e-list-parent.e-ul li.e-list-item {
|
|
175
|
-
border: none;
|
|
176
|
-
color: #333;
|
|
177
|
-
}
|
|
178
|
-
.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item.e-hover, .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item.e-navigation, .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item:focus {
|
|
179
|
-
background-color: #f5f5f5;
|
|
180
|
-
border: none;
|
|
181
|
-
color: #333;
|
|
182
|
-
}
|
|
183
|
-
.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item.e-active {
|
|
184
|
-
background-color: #317ab9;
|
|
185
|
-
color: #fff;
|
|
186
|
-
}
|
|
187
|
-
.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item.e-active.e-hover {
|
|
188
|
-
background-color: #317ab9;
|
|
189
|
-
color: #fff;
|
|
190
|
-
}
|
|
1
|
+
@import '@syncfusion/ej2-calendars/styles/datetimepicker/bootstrap.css';
|
|
@@ -1,8 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-inputs/styles/input/bootstrap-definition.scss';
|
|
3
|
-
@import 'ej2-popups/styles/popup/bootstrap-definition.scss';
|
|
4
|
-
@import 'ej2-buttons/styles/button/bootstrap-definition.scss';
|
|
5
|
-
@import '../datepicker/bootstrap-definition.scss';
|
|
6
|
-
@import 'bootstrap-definition.scss';
|
|
7
|
-
@import 'icons/bootstrap.scss';
|
|
8
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-calendars/styles/datetimepicker/bootstrap.scss';
|
|
@@ -1,192 +1 @@
|
|
|
1
|
-
|
|
2
|
-
/*! component icons */
|
|
3
|
-
.e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
4
|
-
content: "\e7c7";
|
|
5
|
-
font-family: "e-icons";
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
.e-input-group.e-control-wrapper.e-datetime-wrapper.e-non-edit.e-input-focus .e-input:focus ~ .e-clear-icon,
|
|
9
|
-
.e-float-input.e-control-wrapper.e-input-group.e-datetime-wrapper.e-non-edit.e-input-focus input:focus ~ .e-clear-icon {
|
|
10
|
-
display: -ms-flexbox;
|
|
11
|
-
display: flex;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
.e-datetime-wrapper {
|
|
15
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
16
|
-
-webkit-tap-highlight-color: transparent;
|
|
17
|
-
}
|
|
18
|
-
.e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
19
|
-
font-size: 16px;
|
|
20
|
-
}
|
|
21
|
-
.e-datetime-wrapper.e-control-wrapper {
|
|
22
|
-
box-sizing: border-box;
|
|
23
|
-
}
|
|
24
|
-
.e-datetime-wrapper .e-time-icon.e-icons.e-disabled, .e-datetime-wrapper .e-date-icon.e-icons.e-disabled {
|
|
25
|
-
pointer-events: none;
|
|
26
|
-
}
|
|
27
|
-
.e-datetime-wrapper .e-clear-icon {
|
|
28
|
-
box-sizing: content-box;
|
|
29
|
-
}
|
|
30
|
-
.e-datetime-wrapper span {
|
|
31
|
-
cursor: pointer;
|
|
32
|
-
}
|
|
33
|
-
.e-datetime-wrapper .e-input-group-icon.e-date-icon, .e-datetime-wrapper .e-input-group-icon.e-time-icon {
|
|
34
|
-
font-size: 16px;
|
|
35
|
-
margin: 0;
|
|
36
|
-
outline: none;
|
|
37
|
-
}
|
|
38
|
-
.e-datetime-wrapper .e-input-group-icon.e-time-icon {
|
|
39
|
-
border: 1px;
|
|
40
|
-
border-style: none;
|
|
41
|
-
margin: 0;
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
.e-datetime-wrapper:not(.e-outline).e-rtl .e-input-group-icon.e-time-icon {
|
|
45
|
-
margin: 0;
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
.e-datetimepicker.e-time-modal {
|
|
49
|
-
background-color: rgba(0, 0, 0, 0.15);
|
|
50
|
-
height: 100%;
|
|
51
|
-
left: 0;
|
|
52
|
-
opacity: 0.5;
|
|
53
|
-
pointer-events: auto;
|
|
54
|
-
position: fixed;
|
|
55
|
-
top: 0;
|
|
56
|
-
width: 100%;
|
|
57
|
-
z-index: 999;
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
.e-datetimepicker.e-popup {
|
|
61
|
-
border-style: solid;
|
|
62
|
-
border-width: 1px;
|
|
63
|
-
overflow: auto;
|
|
64
|
-
}
|
|
65
|
-
.e-datetimepicker.e-popup .e-content {
|
|
66
|
-
position: relative;
|
|
67
|
-
}
|
|
68
|
-
.e-datetimepicker.e-popup .e-list-parent.e-ul {
|
|
69
|
-
margin: 0;
|
|
70
|
-
padding: 5px 0;
|
|
71
|
-
}
|
|
72
|
-
.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item {
|
|
73
|
-
color: #212529;
|
|
74
|
-
cursor: default;
|
|
75
|
-
font-size: 14px;
|
|
76
|
-
overflow: hidden;
|
|
77
|
-
position: relative;
|
|
78
|
-
text-overflow: ellipsis;
|
|
79
|
-
vertical-align: middle;
|
|
80
|
-
white-space: nowrap;
|
|
81
|
-
width: 100%;
|
|
82
|
-
}
|
|
83
|
-
.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item.e-hover {
|
|
84
|
-
cursor: pointer;
|
|
85
|
-
}
|
|
86
|
-
|
|
87
|
-
.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item {
|
|
88
|
-
line-height: 26px;
|
|
89
|
-
text-indent: 20px;
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
.e-bigger.e-datetime-wrapper .e-time-icon.e-icons::before,
|
|
93
|
-
*.e-bigger .e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
94
|
-
font-size: 18px;
|
|
95
|
-
}
|
|
96
|
-
.e-bigger.e-datetime-wrapper .e-input-group-icon.e-time-icon,
|
|
97
|
-
*.e-bigger .e-datetime-wrapper .e-input-group-icon.e-time-icon {
|
|
98
|
-
margin: 0;
|
|
99
|
-
}
|
|
100
|
-
|
|
101
|
-
.e-bigger.e-datetime-wrapper:not(.e-outline).e-rtl .e-input-group-icon.e-time-icon,
|
|
102
|
-
*.e-bigger .e-datetime-wrapper:not(.e-outline).e-rtl .e-input-group-icon.e-time-icon {
|
|
103
|
-
margin: 0;
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
.e-bigger .e-datetimepicker.e-popup .e-list-parent.e-ul,
|
|
107
|
-
*.e-bigger.e-datetimepicker.e-popup .e-list-parent.e-ul {
|
|
108
|
-
padding: 10px 0;
|
|
109
|
-
}
|
|
110
|
-
.e-bigger .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item,
|
|
111
|
-
*.e-bigger.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item {
|
|
112
|
-
font-size: 15px;
|
|
113
|
-
line-height: 40px;
|
|
114
|
-
text-indent: 20px;
|
|
115
|
-
}
|
|
116
|
-
|
|
117
|
-
.e-small .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item,
|
|
118
|
-
*.e-small.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item {
|
|
119
|
-
font-size: 13px;
|
|
120
|
-
line-height: 22px;
|
|
121
|
-
text-indent: 12px;
|
|
122
|
-
}
|
|
123
|
-
|
|
124
|
-
.e-small.e-bigger .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item,
|
|
125
|
-
*.e-small.e-bigger.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item {
|
|
126
|
-
font-size: 14px;
|
|
127
|
-
line-height: 34px;
|
|
128
|
-
text-indent: 20px;
|
|
129
|
-
}
|
|
130
|
-
|
|
131
|
-
.e-small.e-datetime-wrapper .e-time-icon.e-icons::before,
|
|
132
|
-
*.e-small .e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
133
|
-
font-size: 12px;
|
|
134
|
-
}
|
|
135
|
-
.e-small.e-bigger.e-datetime-wrapper .e-time-icon.e-icons::before,
|
|
136
|
-
*.e-small.e-bigger .e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
137
|
-
font-size: 15px;
|
|
138
|
-
}
|
|
139
|
-
.e-content-placeholder.e-datetimepicker.e-placeholder-datetimepicker {
|
|
140
|
-
background-size: 250px 33px;
|
|
141
|
-
min-height: 33px;
|
|
142
|
-
}
|
|
143
|
-
|
|
144
|
-
.e-bigger .e-content-placeholder.e-datetimepicker.e-placeholder-datetimepicker,
|
|
145
|
-
.e-bigger.e-content-placeholder.e-datetimepicker.e-placeholder-datetimepicker {
|
|
146
|
-
background-size: 250px 40px;
|
|
147
|
-
min-height: 40px;
|
|
148
|
-
}
|
|
149
|
-
|
|
150
|
-
.e-datetimepicker.e-popup-expand.e-popup {
|
|
151
|
-
position: fixed;
|
|
152
|
-
}
|
|
153
|
-
.e-datetimepicker.e-popup-expand.e-popup .e-datetime-mob-popup-wrap {
|
|
154
|
-
position: relative;
|
|
155
|
-
width: 100%;
|
|
156
|
-
}
|
|
157
|
-
|
|
158
|
-
/*! datetimepicker theme */
|
|
159
|
-
.e-datetime-wrapper .e-input-group-icon.e-icons.e-active {
|
|
160
|
-
background: #545b62;
|
|
161
|
-
border-color: #545b62;
|
|
162
|
-
color: #fff;
|
|
163
|
-
}
|
|
164
|
-
.e-datetime-wrapper.e-input-group:not(.e-disabled) .e-input-group-icon.e-active:active {
|
|
165
|
-
color: #fff;
|
|
166
|
-
}
|
|
167
|
-
|
|
168
|
-
.e-datetimepicker.e-popup {
|
|
169
|
-
border: 1px solid rgba(0, 0, 0, 0.15);
|
|
170
|
-
border-radius: 4px;
|
|
171
|
-
box-shadow: none;
|
|
172
|
-
}
|
|
173
|
-
.e-datetimepicker.e-popup .e-list-parent.e-ul {
|
|
174
|
-
background-color: #fff;
|
|
175
|
-
}
|
|
176
|
-
.e-datetimepicker.e-popup .e-list-parent.e-ul li.e-list-item {
|
|
177
|
-
border: none;
|
|
178
|
-
color: #212529;
|
|
179
|
-
}
|
|
180
|
-
.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item.e-hover, .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item.e-navigation, .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item:focus {
|
|
181
|
-
background-color: #f2f4f6;
|
|
182
|
-
border: none;
|
|
183
|
-
color: #212529;
|
|
184
|
-
}
|
|
185
|
-
.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item.e-active {
|
|
186
|
-
background-color: #007bff;
|
|
187
|
-
color: #fff;
|
|
188
|
-
}
|
|
189
|
-
.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item.e-active.e-hover {
|
|
190
|
-
background-color: #007bff;
|
|
191
|
-
color: #fff;
|
|
192
|
-
}
|
|
1
|
+
@import '@syncfusion/ej2-calendars/styles/datetimepicker/bootstrap4.css';
|
|
@@ -1,8 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-inputs/styles/input/bootstrap4-definition.scss';
|
|
3
|
-
@import 'ej2-popups/styles/popup/bootstrap4-definition.scss';
|
|
4
|
-
@import 'ej2-buttons/styles/button/bootstrap4-definition.scss';
|
|
5
|
-
@import '../datepicker/bootstrap4-definition.scss';
|
|
6
|
-
@import 'bootstrap4-definition.scss';
|
|
7
|
-
@import 'icons/bootstrap4.scss';
|
|
8
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-calendars/styles/datetimepicker/bootstrap4.scss';
|