@syncfusion/ej2-angular-calendars 19.2.55 → 19.3.44
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.map +1 -1
- package/@syncfusion/ej2-angular-calendars.js.map +1 -1
- package/CHANGELOG.md +20 -0
- package/dist/ej2-angular-calendars.umd.js +1 -1
- package/dist/ej2-angular-calendars.umd.js.map +1 -1
- package/dist/ej2-angular-calendars.umd.min.js +1 -1
- package/dist/ej2-angular-calendars.umd.min.js.map +1 -1
- package/package.json +8 -8
- 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.component.d.ts +5 -0
- package/src/datepicker/datepicker.component.d.ts +10 -0
- package/src/daterangepicker/daterangepicker.component.d.ts +13 -2
- package/src/datetimepicker/datetimepicker.component.d.ts +10 -0
- package/src/timepicker/timepicker.component.d.ts +9 -0
- package/styles/bootstrap-dark.css +17 -2
- package/styles/bootstrap.css +17 -2
- package/styles/bootstrap4.css +17 -2
- package/styles/bootstrap5-dark.css +2676 -0
- package/styles/bootstrap5-dark.scss +5 -0
- package/styles/bootstrap5.css +2676 -0
- package/styles/bootstrap5.scss +5 -0
- package/styles/calendar/bootstrap-dark.css +17 -2
- package/styles/calendar/bootstrap.css +17 -2
- package/styles/calendar/bootstrap4.css +17 -2
- package/styles/calendar/bootstrap5-dark.css +1038 -0
- package/styles/calendar/bootstrap5-dark.scss +1 -0
- package/styles/calendar/bootstrap5.css +1038 -0
- package/styles/calendar/bootstrap5.scss +1 -0
- package/styles/calendar/fabric-dark.css +15 -0
- package/styles/calendar/fabric.css +15 -0
- package/styles/calendar/highcontrast-light.css +15 -0
- package/styles/calendar/highcontrast.css +15 -0
- package/styles/calendar/material-dark.css +28 -13
- package/styles/calendar/material.css +15 -0
- package/styles/calendar/tailwind-dark.css +17 -2
- package/styles/calendar/tailwind.css +17 -2
- package/styles/datepicker/bootstrap5-dark.css +177 -0
- package/styles/datepicker/bootstrap5-dark.scss +1 -0
- package/styles/datepicker/bootstrap5.css +177 -0
- package/styles/datepicker/bootstrap5.scss +1 -0
- package/styles/datepicker/material-dark.css +3 -3
- package/styles/daterangepicker/bootstrap5-dark.css +1029 -0
- package/styles/daterangepicker/bootstrap5-dark.scss +1 -0
- package/styles/daterangepicker/bootstrap5.css +1029 -0
- package/styles/daterangepicker/bootstrap5.scss +1 -0
- package/styles/daterangepicker/material-dark.css +9 -9
- package/styles/datetimepicker/bootstrap5-dark.css +205 -0
- package/styles/datetimepicker/bootstrap5-dark.scss +1 -0
- package/styles/datetimepicker/bootstrap5.css +205 -0
- package/styles/datetimepicker/bootstrap5.scss +1 -0
- package/styles/datetimepicker/material-dark.css +4 -4
- package/styles/fabric-dark.css +15 -0
- package/styles/fabric.css +15 -0
- package/styles/highcontrast-light.css +15 -0
- package/styles/highcontrast.css +15 -0
- package/styles/material-dark.css +48 -33
- package/styles/material.css +15 -0
- package/styles/tailwind-dark.css +17 -2
- package/styles/tailwind.css +17 -2
- package/styles/timepicker/bootstrap5-dark.css +223 -0
- package/styles/timepicker/bootstrap5-dark.scss +1 -0
- package/styles/timepicker/bootstrap5.css +223 -0
- package/styles/timepicker/bootstrap5.scss +1 -0
- package/styles/timepicker/material-dark.css +4 -4
|
@@ -360,6 +360,11 @@ ejs-calendar {
|
|
|
360
360
|
width: 34px;
|
|
361
361
|
}
|
|
362
362
|
|
|
363
|
+
.e-calendar .e-content.e-month td.e-today span.e-day,
|
|
364
|
+
.e-bigger.e-small .e-calendar .e-content.e-month td.e-today span.e-day {
|
|
365
|
+
line-height: 28px;
|
|
366
|
+
}
|
|
367
|
+
|
|
363
368
|
.e-calendar .e-content.e-year table,
|
|
364
369
|
.e-calendar .e-content.e-decade table,
|
|
365
370
|
.e-bigger.e-small .e-calendar .e-content.e-year table,
|
|
@@ -531,6 +536,11 @@ ejs-calendar {
|
|
|
531
536
|
width: 36px;
|
|
532
537
|
}
|
|
533
538
|
|
|
539
|
+
.e-bigger.e-calendar .e-content.e-month td.e-today span.e-day,
|
|
540
|
+
*.e-bigger .e-calendar .e-content.e-month td.e-today span.e-day {
|
|
541
|
+
line-height: 30px;
|
|
542
|
+
}
|
|
543
|
+
|
|
534
544
|
.e-bigger.e-calendar .e-content.e-month td,
|
|
535
545
|
*.e-bigger .e-calendar .e-content.e-month td {
|
|
536
546
|
height: 0;
|
|
@@ -589,6 +599,11 @@ ejs-calendar {
|
|
|
589
599
|
width: 34px;
|
|
590
600
|
}
|
|
591
601
|
|
|
602
|
+
.e-small.e-calendar .e-content.e-month td.e-today span.e-day,
|
|
603
|
+
.e-small .e-calendar .e-content.e-month td.e-today span.e-day {
|
|
604
|
+
line-height: 24px;
|
|
605
|
+
}
|
|
606
|
+
|
|
592
607
|
.e-small.e-calendar .e-content.e-month td,
|
|
593
608
|
.e-small .e-calendar .e-content.e-month td {
|
|
594
609
|
height: 24px;
|
|
@@ -724,7 +739,7 @@ ejs-calendar {
|
|
|
724
739
|
.e-calendar .e-header button.e-next:active span,
|
|
725
740
|
.e-bigger.e-small .e-calendar .e-header button.e-prev:active span,
|
|
726
741
|
.e-bigger.e-small .e-calendar .e-header button.e-next:active span {
|
|
727
|
-
border:
|
|
742
|
+
border: none;
|
|
728
743
|
color: #f0f0f0;
|
|
729
744
|
}
|
|
730
745
|
|
|
@@ -939,7 +954,7 @@ ejs-calendar {
|
|
|
939
954
|
.e-calendar .e-content td.e-selected span.e-day,
|
|
940
955
|
.e-bigger.e-small .e-calendar .e-content td.e-selected span.e-day {
|
|
941
956
|
background-color: #0070f0;
|
|
942
|
-
border:
|
|
957
|
+
border: none;
|
|
943
958
|
border-radius: 4px;
|
|
944
959
|
color: #fff;
|
|
945
960
|
}
|
|
@@ -361,6 +361,11 @@ ejs-calendar {
|
|
|
361
361
|
width: 34px;
|
|
362
362
|
}
|
|
363
363
|
|
|
364
|
+
.e-calendar .e-content.e-month td.e-today span.e-day,
|
|
365
|
+
.e-bigger.e-small .e-calendar .e-content.e-month td.e-today span.e-day {
|
|
366
|
+
line-height: 28px;
|
|
367
|
+
}
|
|
368
|
+
|
|
364
369
|
.e-calendar .e-content.e-year table,
|
|
365
370
|
.e-calendar .e-content.e-decade table,
|
|
366
371
|
.e-bigger.e-small .e-calendar .e-content.e-year table,
|
|
@@ -532,6 +537,11 @@ ejs-calendar {
|
|
|
532
537
|
width: 36px;
|
|
533
538
|
}
|
|
534
539
|
|
|
540
|
+
.e-bigger.e-calendar .e-content.e-month td.e-today span.e-day,
|
|
541
|
+
*.e-bigger .e-calendar .e-content.e-month td.e-today span.e-day {
|
|
542
|
+
line-height: 30px;
|
|
543
|
+
}
|
|
544
|
+
|
|
535
545
|
.e-bigger.e-calendar .e-content.e-month td,
|
|
536
546
|
*.e-bigger .e-calendar .e-content.e-month td {
|
|
537
547
|
height: 0;
|
|
@@ -590,6 +600,11 @@ ejs-calendar {
|
|
|
590
600
|
width: 34px;
|
|
591
601
|
}
|
|
592
602
|
|
|
603
|
+
.e-small.e-calendar .e-content.e-month td.e-today span.e-day,
|
|
604
|
+
.e-small .e-calendar .e-content.e-month td.e-today span.e-day {
|
|
605
|
+
line-height: 24px;
|
|
606
|
+
}
|
|
607
|
+
|
|
593
608
|
.e-small.e-calendar .e-content.e-month td,
|
|
594
609
|
.e-small .e-calendar .e-content.e-month td {
|
|
595
610
|
height: 24px;
|
|
@@ -725,7 +740,7 @@ ejs-calendar {
|
|
|
725
740
|
.e-calendar .e-header button.e-next:active span,
|
|
726
741
|
.e-bigger.e-small .e-calendar .e-header button.e-prev:active span,
|
|
727
742
|
.e-bigger.e-small .e-calendar .e-header button.e-next:active span {
|
|
728
|
-
border:
|
|
743
|
+
border: none;
|
|
729
744
|
color: #333;
|
|
730
745
|
}
|
|
731
746
|
|
|
@@ -940,7 +955,7 @@ ejs-calendar {
|
|
|
940
955
|
.e-calendar .e-content td.e-selected span.e-day,
|
|
941
956
|
.e-bigger.e-small .e-calendar .e-content td.e-selected span.e-day {
|
|
942
957
|
background-color: #317ab9;
|
|
943
|
-
border:
|
|
958
|
+
border: none;
|
|
944
959
|
border-radius: 4px;
|
|
945
960
|
color: #fff;
|
|
946
961
|
}
|
|
@@ -361,6 +361,11 @@ ejs-calendar {
|
|
|
361
361
|
width: 32px;
|
|
362
362
|
}
|
|
363
363
|
|
|
364
|
+
.e-calendar .e-content.e-month td.e-today span.e-day,
|
|
365
|
+
.e-bigger.e-small .e-calendar .e-content.e-month td.e-today span.e-day {
|
|
366
|
+
line-height: 28px;
|
|
367
|
+
}
|
|
368
|
+
|
|
364
369
|
.e-calendar .e-content.e-year table,
|
|
365
370
|
.e-calendar .e-content.e-decade table,
|
|
366
371
|
.e-bigger.e-small .e-calendar .e-content.e-year table,
|
|
@@ -532,6 +537,11 @@ ejs-calendar {
|
|
|
532
537
|
width: 38px;
|
|
533
538
|
}
|
|
534
539
|
|
|
540
|
+
.e-bigger.e-calendar .e-content.e-month td.e-today span.e-day,
|
|
541
|
+
*.e-bigger .e-calendar .e-content.e-month td.e-today span.e-day {
|
|
542
|
+
line-height: 32px;
|
|
543
|
+
}
|
|
544
|
+
|
|
535
545
|
.e-bigger.e-calendar .e-content.e-month td,
|
|
536
546
|
*.e-bigger .e-calendar .e-content.e-month td {
|
|
537
547
|
height: 0;
|
|
@@ -590,6 +600,11 @@ ejs-calendar {
|
|
|
590
600
|
width: 34px;
|
|
591
601
|
}
|
|
592
602
|
|
|
603
|
+
.e-small.e-calendar .e-content.e-month td.e-today span.e-day,
|
|
604
|
+
.e-small .e-calendar .e-content.e-month td.e-today span.e-day {
|
|
605
|
+
line-height: 24px;
|
|
606
|
+
}
|
|
607
|
+
|
|
593
608
|
.e-small.e-calendar .e-content.e-month td,
|
|
594
609
|
.e-small .e-calendar .e-content.e-month td {
|
|
595
610
|
height: 24px;
|
|
@@ -725,7 +740,7 @@ ejs-calendar {
|
|
|
725
740
|
.e-calendar .e-header button.e-next:active span,
|
|
726
741
|
.e-bigger.e-small .e-calendar .e-header button.e-prev:active span,
|
|
727
742
|
.e-bigger.e-small .e-calendar .e-header button.e-next:active span {
|
|
728
|
-
border:
|
|
743
|
+
border: none;
|
|
729
744
|
color: #fff;
|
|
730
745
|
}
|
|
731
746
|
|
|
@@ -940,7 +955,7 @@ ejs-calendar {
|
|
|
940
955
|
.e-calendar .e-content td.e-selected span.e-day,
|
|
941
956
|
.e-bigger.e-small .e-calendar .e-content td.e-selected span.e-day {
|
|
942
957
|
background-color: #007bff;
|
|
943
|
-
border:
|
|
958
|
+
border: none;
|
|
944
959
|
border-radius: 4px;
|
|
945
960
|
color: #fff;
|
|
946
961
|
}
|