@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
package/styles/material-dark.css
CHANGED
|
@@ -361,6 +361,11 @@ ejs-calendar {
|
|
|
361
361
|
width: 30px;
|
|
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: 30px;
|
|
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,
|
|
@@ -533,6 +538,11 @@ ejs-calendar {
|
|
|
533
538
|
width: 36px;
|
|
534
539
|
}
|
|
535
540
|
|
|
541
|
+
.e-bigger.e-calendar .e-content.e-month td.e-today span.e-day,
|
|
542
|
+
*.e-bigger .e-calendar .e-content.e-month td.e-today span.e-day {
|
|
543
|
+
line-height: 36px;
|
|
544
|
+
}
|
|
545
|
+
|
|
536
546
|
.e-bigger.e-calendar .e-content.e-month td,
|
|
537
547
|
*.e-bigger .e-calendar .e-content.e-month td {
|
|
538
548
|
height: 2px;
|
|
@@ -591,6 +601,11 @@ ejs-calendar {
|
|
|
591
601
|
width: 24px;
|
|
592
602
|
}
|
|
593
603
|
|
|
604
|
+
.e-small.e-calendar .e-content.e-month td.e-today span.e-day,
|
|
605
|
+
.e-small .e-calendar .e-content.e-month td.e-today span.e-day {
|
|
606
|
+
line-height: 24px;
|
|
607
|
+
}
|
|
608
|
+
|
|
594
609
|
.e-small.e-calendar .e-content.e-month td,
|
|
595
610
|
.e-small .e-calendar .e-content.e-month td {
|
|
596
611
|
height: 24px;
|
|
@@ -783,7 +798,7 @@ ejs-calendar {
|
|
|
783
798
|
.e-calendar .e-content.e-decade td.e-selected:hover span.e-day,
|
|
784
799
|
.e-bigger.e-small .e-calendar .e-content.e-year td.e-selected:hover span.e-day,
|
|
785
800
|
.e-bigger.e-small .e-calendar .e-content.e-decade td.e-selected:hover span.e-day {
|
|
786
|
-
background-color: #
|
|
801
|
+
background-color: #00b0ff;
|
|
787
802
|
}
|
|
788
803
|
|
|
789
804
|
.e-calendar .e-content.e-year td > span.e-day,
|
|
@@ -822,16 +837,16 @@ ejs-calendar {
|
|
|
822
837
|
.e-bigger.e-small .e-calendar .e-content td.e-today span.e-day,
|
|
823
838
|
.e-bigger.e-small .e-calendar .e-content td.e-focused-date.e-today span.e-day {
|
|
824
839
|
background: none;
|
|
825
|
-
border: 1px solid #
|
|
840
|
+
border: 1px solid #00b0ff;
|
|
826
841
|
border-radius: 50%;
|
|
827
|
-
color: #
|
|
842
|
+
color: #00b0ff;
|
|
828
843
|
}
|
|
829
844
|
|
|
830
845
|
.e-calendar .e-content td.e-focused-date.e-today span.e-day,
|
|
831
846
|
.e-bigger.e-small .e-calendar .e-content td.e-focused-date.e-today span.e-day {
|
|
832
847
|
background: rgba(255, 255, 255, 0.1);
|
|
833
|
-
border: 1px solid #
|
|
834
|
-
color: #
|
|
848
|
+
border: 1px solid #00b0ff;
|
|
849
|
+
color: #00b0ff;
|
|
835
850
|
}
|
|
836
851
|
|
|
837
852
|
.e-calendar .e-content td.e-today:focus span.e-day,
|
|
@@ -841,7 +856,7 @@ ejs-calendar {
|
|
|
841
856
|
background-color: rgba(255, 255, 255, 0.1);
|
|
842
857
|
border: none;
|
|
843
858
|
border-radius: 50%;
|
|
844
|
-
color: #
|
|
859
|
+
color: #00b0ff;
|
|
845
860
|
}
|
|
846
861
|
|
|
847
862
|
.e-calendar .e-content td.e-today:hover span.e-day,
|
|
@@ -851,14 +866,14 @@ ejs-calendar {
|
|
|
851
866
|
.e-bigger.e-small .e-calendar .e-content td.e-focused-date.e-today:hover span.e-day,
|
|
852
867
|
.e-bigger.e-small .e-calendar .e-content td.e-focused-date.e-today:focus span.e-day {
|
|
853
868
|
background-color: rgba(255, 255, 255, 0.1);
|
|
854
|
-
border: 1px solid #
|
|
855
|
-
color: #
|
|
869
|
+
border: 1px solid #00b0ff;
|
|
870
|
+
color: #00b0ff;
|
|
856
871
|
}
|
|
857
872
|
|
|
858
873
|
.e-calendar .e-content td.e-today.e-selected span.e-day,
|
|
859
874
|
.e-bigger.e-small .e-calendar .e-content td.e-today.e-selected span.e-day {
|
|
860
|
-
background-color: #
|
|
861
|
-
border: 1px solid #
|
|
875
|
+
background-color: #00b0ff;
|
|
876
|
+
border: 1px solid #00b0ff;
|
|
862
877
|
box-shadow: inset 0 0 0 2px rgba(66, 66, 66, 0.7);
|
|
863
878
|
color: #000;
|
|
864
879
|
}
|
|
@@ -869,7 +884,7 @@ ejs-calendar {
|
|
|
869
884
|
.e-bigger.e-small .e-calendar .e-content td.e-today.e-selected:hover span.e-day,
|
|
870
885
|
.e-bigger.e-small .e-calendar .e-content td.e-selected:hover span.e-day,
|
|
871
886
|
.e-bigger.e-small .e-calendar .e-content td.e-selected.e-focused-date span.e-day {
|
|
872
|
-
background-color: #
|
|
887
|
+
background-color: #00b0ff;
|
|
873
888
|
color: #000;
|
|
874
889
|
}
|
|
875
890
|
|
|
@@ -940,7 +955,7 @@ ejs-calendar {
|
|
|
940
955
|
|
|
941
956
|
.e-calendar .e-content td.e-selected span.e-day,
|
|
942
957
|
.e-bigger.e-small .e-calendar .e-content td.e-selected span.e-day {
|
|
943
|
-
background-color: #
|
|
958
|
+
background-color: #00b0ff;
|
|
944
959
|
border: none;
|
|
945
960
|
border-radius: 50%;
|
|
946
961
|
color: #000;
|
|
@@ -948,7 +963,7 @@ ejs-calendar {
|
|
|
948
963
|
|
|
949
964
|
.e-calendar .e-content .e-footer,
|
|
950
965
|
.e-bigger.e-small .e-calendar .e-content .e-footer {
|
|
951
|
-
color: #
|
|
966
|
+
color: #00b0ff;
|
|
952
967
|
}
|
|
953
968
|
|
|
954
969
|
.e-calendar.e-device .e-prev:hover,
|
|
@@ -1197,11 +1212,11 @@ ejs-calendar {
|
|
|
1197
1212
|
|
|
1198
1213
|
/*! timepicker theme */
|
|
1199
1214
|
.e-time-wrapper .e-input-group-icon.e-icons.e-active {
|
|
1200
|
-
color: #
|
|
1215
|
+
color: #00b0ff;
|
|
1201
1216
|
}
|
|
1202
1217
|
|
|
1203
1218
|
.e-time-wrapper.e-input-group:not(.e-disabled) .e-input-group-icon.e-active:active {
|
|
1204
|
-
color: #
|
|
1219
|
+
color: #00b0ff;
|
|
1205
1220
|
}
|
|
1206
1221
|
|
|
1207
1222
|
.e-timepicker.e-popup {
|
|
@@ -1237,12 +1252,12 @@ ejs-calendar {
|
|
|
1237
1252
|
|
|
1238
1253
|
.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item.e-active {
|
|
1239
1254
|
background-color: rgba(255, 255, 255, 0.1);
|
|
1240
|
-
color: #
|
|
1255
|
+
color: #00b0ff;
|
|
1241
1256
|
}
|
|
1242
1257
|
|
|
1243
1258
|
.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item.e-active.e-hover {
|
|
1244
1259
|
background-color: rgba(255, 255, 255, 0.1);
|
|
1245
|
-
color: #
|
|
1260
|
+
color: #00b0ff;
|
|
1246
1261
|
}
|
|
1247
1262
|
|
|
1248
1263
|
.e-small .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item,
|
|
@@ -1377,7 +1392,7 @@ ejs-calendar {
|
|
|
1377
1392
|
}
|
|
1378
1393
|
|
|
1379
1394
|
.e-datepicker .e-model-header {
|
|
1380
|
-
background-color: #
|
|
1395
|
+
background-color: #00b0ff;
|
|
1381
1396
|
color: #fff;
|
|
1382
1397
|
cursor: default;
|
|
1383
1398
|
display: block;
|
|
@@ -1463,11 +1478,11 @@ ejs-calendar {
|
|
|
1463
1478
|
}
|
|
1464
1479
|
|
|
1465
1480
|
.e-date-wrapper span.e-input-group-icon.e-date-icon.e-icons.e-active {
|
|
1466
|
-
color: #
|
|
1481
|
+
color: #00b0ff;
|
|
1467
1482
|
}
|
|
1468
1483
|
|
|
1469
1484
|
.e-date-wrapper span.e-input-group-icon.e-date-icon.e-icons.e-active {
|
|
1470
|
-
color: #
|
|
1485
|
+
color: #00b0ff;
|
|
1471
1486
|
}
|
|
1472
1487
|
|
|
1473
1488
|
@keyframes e-input-ripple {
|
|
@@ -2254,11 +2269,11 @@ ejs-calendar {
|
|
|
2254
2269
|
|
|
2255
2270
|
/*! daterangepicker theme */
|
|
2256
2271
|
.e-date-range-wrapper .e-input-group-icon.e-icons.e-active {
|
|
2257
|
-
color: #
|
|
2272
|
+
color: #00b0ff;
|
|
2258
2273
|
}
|
|
2259
2274
|
|
|
2260
2275
|
.e-date-range-wrapper.e-input-group:not(.e-disabled) .e-input-group-icon.e-active:active {
|
|
2261
|
-
color: #
|
|
2276
|
+
color: #00b0ff;
|
|
2262
2277
|
}
|
|
2263
2278
|
|
|
2264
2279
|
.e-daterangepicker.e-popup,
|
|
@@ -2288,8 +2303,8 @@ ejs-calendar {
|
|
|
2288
2303
|
.e-daterangepicker.e-popup .e-calendar .e-content.e-month .e-today.e-range-hover span,
|
|
2289
2304
|
.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-content.e-month .e-today.e-range-hover span {
|
|
2290
2305
|
background-color: transparent;
|
|
2291
|
-
border: 1px solid #
|
|
2292
|
-
color: #
|
|
2306
|
+
border: 1px solid #00b0ff;
|
|
2307
|
+
color: #00b0ff;
|
|
2293
2308
|
}
|
|
2294
2309
|
|
|
2295
2310
|
.e-daterangepicker.e-popup .e-calendar .e-content .e-range-hover span,
|
|
@@ -2318,12 +2333,12 @@ ejs-calendar {
|
|
|
2318
2333
|
.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-range-hover.e-focused-date.e-today span.e-day,
|
|
2319
2334
|
.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-range-hover.e-start-date.e-selected.e-today span.e-day,
|
|
2320
2335
|
.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-range-hover.e-end-date.e-selected.e-today span.e-day {
|
|
2321
|
-
border: 1px solid #
|
|
2336
|
+
border: 1px solid #00b0ff;
|
|
2322
2337
|
}
|
|
2323
2338
|
|
|
2324
2339
|
.e-daterangepicker.e-popup .e-calendar .e-range-hover.e-selected.e-today:hover span.e-day,
|
|
2325
2340
|
.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-range-hover.e-selected.e-today:hover span.e-day {
|
|
2326
|
-
border: 1px solid #
|
|
2341
|
+
border: 1px solid #00b0ff;
|
|
2327
2342
|
}
|
|
2328
2343
|
|
|
2329
2344
|
.e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-range-hover,
|
|
@@ -2356,13 +2371,13 @@ ejs-calendar {
|
|
|
2356
2371
|
.e-daterangepicker.e-popup .e-calendar .e-start-date.e-selected.e-range-hover span.e-day,
|
|
2357
2372
|
.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-end-date.e-selected.e-range-hover span.e-day,
|
|
2358
2373
|
.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-start-date.e-selected.e-range-hover span.e-day {
|
|
2359
|
-
background-color: #
|
|
2374
|
+
background-color: #00b0ff;
|
|
2360
2375
|
color: #000;
|
|
2361
2376
|
}
|
|
2362
2377
|
|
|
2363
2378
|
.e-daterangepicker.e-popup .e-calendar .e-start-date.e-selected.e-range-hover.e-today span.e-day,
|
|
2364
2379
|
.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-start-date.e-selected.e-range-hover.e-today span.e-day {
|
|
2365
|
-
background-color: #
|
|
2380
|
+
background-color: #00b0ff;
|
|
2366
2381
|
color: #000;
|
|
2367
2382
|
}
|
|
2368
2383
|
|
|
@@ -2380,7 +2395,7 @@ ejs-calendar {
|
|
|
2380
2395
|
.e-daterangepicker.e-popup .e-presets .e-list-item.e-active,
|
|
2381
2396
|
.e-bigger.e-small .e-daterangepicker.e-popup .e-presets .e-list-item.e-active {
|
|
2382
2397
|
background-color: transparent;
|
|
2383
|
-
color: #
|
|
2398
|
+
color: #00b0ff;
|
|
2384
2399
|
}
|
|
2385
2400
|
|
|
2386
2401
|
.e-daterangepicker.e-popup .e-presets .e-list-item.e-hover,
|
|
@@ -2677,11 +2692,11 @@ ejs-calendar {
|
|
|
2677
2692
|
|
|
2678
2693
|
/*! datetimepicker theme */
|
|
2679
2694
|
.e-datetime-wrapper .e-input-group-icon.e-icons.e-active {
|
|
2680
|
-
color: #
|
|
2695
|
+
color: #00b0ff;
|
|
2681
2696
|
}
|
|
2682
2697
|
|
|
2683
2698
|
.e-datetime-wrapper.e-input-group:not(.e-disabled) .e-input-group-icon.e-active:active {
|
|
2684
|
-
color: #
|
|
2699
|
+
color: #00b0ff;
|
|
2685
2700
|
}
|
|
2686
2701
|
|
|
2687
2702
|
.e-datetimepicker.e-popup {
|
|
@@ -2709,10 +2724,10 @@ ejs-calendar {
|
|
|
2709
2724
|
|
|
2710
2725
|
.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item.e-active {
|
|
2711
2726
|
background-color: rgba(255, 255, 255, 0.1);
|
|
2712
|
-
color: #
|
|
2727
|
+
color: #00b0ff;
|
|
2713
2728
|
}
|
|
2714
2729
|
|
|
2715
2730
|
.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item.e-active.e-hover {
|
|
2716
2731
|
background-color: rgba(255, 255, 255, 0.1);
|
|
2717
|
-
color: #
|
|
2732
|
+
color: #00b0ff;
|
|
2718
2733
|
}
|
package/styles/material.css
CHANGED
|
@@ -362,6 +362,11 @@ ejs-calendar {
|
|
|
362
362
|
width: 30px;
|
|
363
363
|
}
|
|
364
364
|
|
|
365
|
+
.e-calendar .e-content.e-month td.e-today span.e-day,
|
|
366
|
+
.e-bigger.e-small .e-calendar .e-content.e-month td.e-today span.e-day {
|
|
367
|
+
line-height: 30px;
|
|
368
|
+
}
|
|
369
|
+
|
|
365
370
|
.e-calendar .e-content.e-year table,
|
|
366
371
|
.e-calendar .e-content.e-decade table,
|
|
367
372
|
.e-bigger.e-small .e-calendar .e-content.e-year table,
|
|
@@ -534,6 +539,11 @@ ejs-calendar {
|
|
|
534
539
|
width: 36px;
|
|
535
540
|
}
|
|
536
541
|
|
|
542
|
+
.e-bigger.e-calendar .e-content.e-month td.e-today span.e-day,
|
|
543
|
+
*.e-bigger .e-calendar .e-content.e-month td.e-today span.e-day {
|
|
544
|
+
line-height: 36px;
|
|
545
|
+
}
|
|
546
|
+
|
|
537
547
|
.e-bigger.e-calendar .e-content.e-month td,
|
|
538
548
|
*.e-bigger .e-calendar .e-content.e-month td {
|
|
539
549
|
height: 2px;
|
|
@@ -592,6 +602,11 @@ ejs-calendar {
|
|
|
592
602
|
width: 24px;
|
|
593
603
|
}
|
|
594
604
|
|
|
605
|
+
.e-small.e-calendar .e-content.e-month td.e-today span.e-day,
|
|
606
|
+
.e-small .e-calendar .e-content.e-month td.e-today span.e-day {
|
|
607
|
+
line-height: 24px;
|
|
608
|
+
}
|
|
609
|
+
|
|
595
610
|
.e-small.e-calendar .e-content.e-month td,
|
|
596
611
|
.e-small .e-calendar .e-content.e-month td {
|
|
597
612
|
height: 24px;
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -224,7 +224,7 @@ ejs-calendar {
|
|
|
224
224
|
.e-calendar .e-content td.e-week-number:hover,
|
|
225
225
|
.e-bigger.e-small .e-calendar .e-content td.e-week-number:hover span.e-day,
|
|
226
226
|
.e-bigger.e-small .e-calendar .e-content td.e-week-number:hover {
|
|
227
|
-
background-color:
|
|
227
|
+
background-color: #374151;
|
|
228
228
|
cursor: default;
|
|
229
229
|
}
|
|
230
230
|
|
|
@@ -366,6 +366,11 @@ ejs-calendar {
|
|
|
366
366
|
width: 30px;
|
|
367
367
|
}
|
|
368
368
|
|
|
369
|
+
.e-calendar .e-content.e-month td.e-today span.e-day,
|
|
370
|
+
.e-bigger.e-small .e-calendar .e-content.e-month td.e-today span.e-day {
|
|
371
|
+
line-height: 30px;
|
|
372
|
+
}
|
|
373
|
+
|
|
369
374
|
.e-calendar .e-content.e-year table,
|
|
370
375
|
.e-calendar .e-content.e-decade table,
|
|
371
376
|
.e-bigger.e-small .e-calendar .e-content.e-year table,
|
|
@@ -538,6 +543,11 @@ ejs-calendar {
|
|
|
538
543
|
width: 36px;
|
|
539
544
|
}
|
|
540
545
|
|
|
546
|
+
.e-bigger.e-calendar .e-content.e-month td.e-today span.e-day,
|
|
547
|
+
*.e-bigger .e-calendar .e-content.e-month td.e-today span.e-day {
|
|
548
|
+
line-height: 36px;
|
|
549
|
+
}
|
|
550
|
+
|
|
541
551
|
.e-bigger.e-calendar .e-content.e-month td,
|
|
542
552
|
*.e-bigger .e-calendar .e-content.e-month td {
|
|
543
553
|
height: 0;
|
|
@@ -596,6 +606,11 @@ ejs-calendar {
|
|
|
596
606
|
width: 26px;
|
|
597
607
|
}
|
|
598
608
|
|
|
609
|
+
.e-small.e-calendar .e-content.e-month td.e-today span.e-day,
|
|
610
|
+
.e-small .e-calendar .e-content.e-month td.e-today span.e-day {
|
|
611
|
+
line-height: 26px;
|
|
612
|
+
}
|
|
613
|
+
|
|
599
614
|
.e-small.e-calendar .e-content.e-month td,
|
|
600
615
|
.e-small .e-calendar .e-content.e-month td {
|
|
601
616
|
height: 26px;
|
|
@@ -662,7 +677,7 @@ ejs-calendar {
|
|
|
662
677
|
|
|
663
678
|
.e-calendar,
|
|
664
679
|
.e-bigger.e-small .e-calendar {
|
|
665
|
-
background-color:
|
|
680
|
+
background-color: #374151;
|
|
666
681
|
border: 1px solid #4b5563;
|
|
667
682
|
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
|
|
668
683
|
}
|
package/styles/tailwind.css
CHANGED
|
@@ -224,7 +224,7 @@ ejs-calendar {
|
|
|
224
224
|
.e-calendar .e-content td.e-week-number:hover,
|
|
225
225
|
.e-bigger.e-small .e-calendar .e-content td.e-week-number:hover span.e-day,
|
|
226
226
|
.e-bigger.e-small .e-calendar .e-content td.e-week-number:hover {
|
|
227
|
-
background-color:
|
|
227
|
+
background-color: #fff;
|
|
228
228
|
cursor: default;
|
|
229
229
|
}
|
|
230
230
|
|
|
@@ -366,6 +366,11 @@ ejs-calendar {
|
|
|
366
366
|
width: 30px;
|
|
367
367
|
}
|
|
368
368
|
|
|
369
|
+
.e-calendar .e-content.e-month td.e-today span.e-day,
|
|
370
|
+
.e-bigger.e-small .e-calendar .e-content.e-month td.e-today span.e-day {
|
|
371
|
+
line-height: 30px;
|
|
372
|
+
}
|
|
373
|
+
|
|
369
374
|
.e-calendar .e-content.e-year table,
|
|
370
375
|
.e-calendar .e-content.e-decade table,
|
|
371
376
|
.e-bigger.e-small .e-calendar .e-content.e-year table,
|
|
@@ -538,6 +543,11 @@ ejs-calendar {
|
|
|
538
543
|
width: 36px;
|
|
539
544
|
}
|
|
540
545
|
|
|
546
|
+
.e-bigger.e-calendar .e-content.e-month td.e-today span.e-day,
|
|
547
|
+
*.e-bigger .e-calendar .e-content.e-month td.e-today span.e-day {
|
|
548
|
+
line-height: 36px;
|
|
549
|
+
}
|
|
550
|
+
|
|
541
551
|
.e-bigger.e-calendar .e-content.e-month td,
|
|
542
552
|
*.e-bigger .e-calendar .e-content.e-month td {
|
|
543
553
|
height: 0;
|
|
@@ -596,6 +606,11 @@ ejs-calendar {
|
|
|
596
606
|
width: 26px;
|
|
597
607
|
}
|
|
598
608
|
|
|
609
|
+
.e-small.e-calendar .e-content.e-month td.e-today span.e-day,
|
|
610
|
+
.e-small .e-calendar .e-content.e-month td.e-today span.e-day {
|
|
611
|
+
line-height: 26px;
|
|
612
|
+
}
|
|
613
|
+
|
|
599
614
|
.e-small.e-calendar .e-content.e-month td,
|
|
600
615
|
.e-small .e-calendar .e-content.e-month td {
|
|
601
616
|
height: 26px;
|
|
@@ -662,7 +677,7 @@ ejs-calendar {
|
|
|
662
677
|
|
|
663
678
|
.e-calendar,
|
|
664
679
|
.e-bigger.e-small .e-calendar {
|
|
665
|
-
background-color:
|
|
680
|
+
background-color: #fff;
|
|
666
681
|
border: 1px solid #e5e7eb;
|
|
667
682
|
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
|
|
668
683
|
}
|
|
@@ -0,0 +1,223 @@
|
|
|
1
|
+
/*! component icons */
|
|
2
|
+
.e-time-wrapper .e-time-icon.e-icons::before,
|
|
3
|
+
*.e-control-wrapper.e-time-wrapper .e-time-icon.e-icons::before {
|
|
4
|
+
content: '\e705';
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
.e-input-group.e-control-wrapper.e-time-wrapper.e-non-edit.e-input-focus .e-input:focus ~ .e-clear-icon,
|
|
8
|
+
.e-float-input.e-control-wrapper.e-input-group.e-time-wrapper.e-non-edit.e-input-focus input:focus ~ .e-clear-icon {
|
|
9
|
+
display: -ms-flexbox;
|
|
10
|
+
display: flex;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.e-time-wrapper,
|
|
14
|
+
*.e-control-wrapper.e-time-wrapper {
|
|
15
|
+
-webkit-tap-highlight-color: transparent;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.e-time-wrapper .e-time-icon.e-icons,
|
|
19
|
+
*.e-control-wrapper.e-time-wrapper .e-time-icon.e-icons {
|
|
20
|
+
font-size: 16px;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.e-time-wrapper .e-time-icon.e-icons.e-disabled,
|
|
24
|
+
*.e-control-wrapper.e-time-wrapper .e-time-icon.e-icons.e-disabled {
|
|
25
|
+
pointer-events: none;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.e-time-wrapper span,
|
|
29
|
+
*.e-control-wrapper.e-time-wrapper span {
|
|
30
|
+
cursor: pointer;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.e-timepicker.e-time-modal {
|
|
34
|
+
background-color: #343a40;
|
|
35
|
+
height: 100%;
|
|
36
|
+
left: 0;
|
|
37
|
+
opacity: .5;
|
|
38
|
+
pointer-events: auto;
|
|
39
|
+
position: fixed;
|
|
40
|
+
top: 0;
|
|
41
|
+
width: 100%;
|
|
42
|
+
z-index: 999;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.e-timepicker.e-popup {
|
|
46
|
+
border-style: solid;
|
|
47
|
+
border-width: 1px;
|
|
48
|
+
overflow: auto;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
.e-timepicker.e-popup .e-content {
|
|
52
|
+
position: relative;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
.e-timepicker.e-popup .e-list-parent.e-ul {
|
|
56
|
+
margin: 0;
|
|
57
|
+
padding: 0 0;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item {
|
|
61
|
+
cursor: default;
|
|
62
|
+
font-size: 14px;
|
|
63
|
+
overflow: hidden;
|
|
64
|
+
position: relative;
|
|
65
|
+
text-overflow: ellipsis;
|
|
66
|
+
vertical-align: middle;
|
|
67
|
+
white-space: nowrap;
|
|
68
|
+
width: 100%;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item.e-hover {
|
|
72
|
+
cursor: pointer;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item {
|
|
76
|
+
line-height: 30px;
|
|
77
|
+
text-indent: 12px;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
.e-bigger .e-time-wrapper .e-time-icon.e-icons,
|
|
81
|
+
*.e-bigger.e-time-wrapper .e-time-icon.e-icons,
|
|
82
|
+
*.e-bigger .e-control-wrapper .e-time-wrapper .e-time-icon.e-icons,
|
|
83
|
+
*.e-control-wrapper.e-bigger.e-time-wrapper .e-time-icon.e-icons {
|
|
84
|
+
font-size: 18px;
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
.e-bigger .e-timepicker.e-popup .e-list-parent.e-ul,
|
|
88
|
+
*.e-bigger.e-timepicker.e-popup .e-list-parent.e-ul {
|
|
89
|
+
padding: 0 0;
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
.e-bigger .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item,
|
|
93
|
+
*.e-bigger.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item {
|
|
94
|
+
font-size: 16px;
|
|
95
|
+
line-height: 32px;
|
|
96
|
+
text-indent: 16px;
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
.e-small .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item,
|
|
100
|
+
*.e-small.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item {
|
|
101
|
+
font-size: 14px;
|
|
102
|
+
line-height: 26px;
|
|
103
|
+
text-indent: 8px;
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
.e-small .e-time-wrapper .e-time-icon.e-icons,
|
|
107
|
+
*.e-small.e-time-wrapper .e-time-icon.e-icons,
|
|
108
|
+
*.e-small .e-control-wrapper.e-time-wrapper .e-time-icon.e-icons,
|
|
109
|
+
*.e-control-wrapper.e-small.e-time-wrapper .e-time-icon.e-icons {
|
|
110
|
+
font-size: 14px;
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
.e-small.e-bigger .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item,
|
|
114
|
+
*.e-small.e-bigger.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item {
|
|
115
|
+
font-size: 14px;
|
|
116
|
+
line-height: 30px;
|
|
117
|
+
text-indent: 16px;
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
.e-small.e-bigger .e-time-wrapper .e-time-icon.e-icons,
|
|
121
|
+
*.e-small.e-bigger.e-time-wrapper .e-time-icon.e-icons,
|
|
122
|
+
*.e-small.bigger .e-control-wrapper.e-time-wrapper .e-time-icon.e-icons,
|
|
123
|
+
*.e-control-wrapper.e-small.bigger.e-time-wrapper .e-time-icon.e-icons {
|
|
124
|
+
font-size: 16px;
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
.e-content-placeholder.e-timepicker.e-placeholder-timepicker {
|
|
128
|
+
background-size: 250px 33px;
|
|
129
|
+
min-height: 33px;
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
.e-bigger .e-content-placeholder.e-timepicker.e-placeholder-timepicker,
|
|
133
|
+
.e-bigger.e-content-placeholder.e-timepicker.e-placeholder-timepicker {
|
|
134
|
+
background-size: 250px 40px;
|
|
135
|
+
min-height: 40px;
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
.e-time-overflow {
|
|
139
|
+
overflow: hidden;
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
.e-timepicker-mob-popup-wrap {
|
|
143
|
+
-ms-flex-align: center;
|
|
144
|
+
align-items: center;
|
|
145
|
+
display: -ms-flexbox;
|
|
146
|
+
display: flex;
|
|
147
|
+
-ms-flex-direction: column;
|
|
148
|
+
flex-direction: column;
|
|
149
|
+
height: 100%;
|
|
150
|
+
-ms-flex-pack: center;
|
|
151
|
+
justify-content: center;
|
|
152
|
+
left: 0;
|
|
153
|
+
max-height: 100%;
|
|
154
|
+
position: fixed;
|
|
155
|
+
top: 0;
|
|
156
|
+
width: 100%;
|
|
157
|
+
z-index: 1002;
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
.e-timepicker-mob-popup-wrap .e-timepicker.e-popup.e-lib.e-control.e-popup-open {
|
|
161
|
+
left: 0 !important;
|
|
162
|
+
position: relative;
|
|
163
|
+
top: 0 !important;
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
/*! timepicker theme */
|
|
167
|
+
.e-time-wrapper .e-input-group-icon.e-icons.e-active {
|
|
168
|
+
background: #565e64;
|
|
169
|
+
border-color: #545b62;
|
|
170
|
+
color: #fff;
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
.e-time-wrapper.e-input-group:not(.e-disabled) .e-input-group-icon.e-active:active {
|
|
174
|
+
color: #fff;
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
.e-timepicker.e-popup {
|
|
178
|
+
border: 1px solid #444c54;
|
|
179
|
+
border-radius: 6px;
|
|
180
|
+
box-shadow: none;
|
|
181
|
+
}
|
|
182
|
+
|
|
183
|
+
.e-timepicker.e-popup .e-list-parent.e-ul {
|
|
184
|
+
background-color: #343a40;
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
.e-timepicker.e-popup .e-list-parent.e-ul li.e-list-item {
|
|
188
|
+
border: none;
|
|
189
|
+
color: #fff;
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item.e-disabled {
|
|
193
|
+
color: #6c757d;
|
|
194
|
+
opacity: 1;
|
|
195
|
+
pointer-events: none;
|
|
196
|
+
-ms-touch-action: none;
|
|
197
|
+
touch-action: none;
|
|
198
|
+
}
|
|
199
|
+
|
|
200
|
+
.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item.e-hover,
|
|
201
|
+
.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item.e-navigation,
|
|
202
|
+
.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item:focus {
|
|
203
|
+
background-color: #444c54;
|
|
204
|
+
border: none;
|
|
205
|
+
color: #fff;
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item.e-active {
|
|
209
|
+
background-color: #0d6efd;
|
|
210
|
+
color: #fff;
|
|
211
|
+
}
|
|
212
|
+
|
|
213
|
+
.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item.e-active.e-hover {
|
|
214
|
+
background-color: #444c54;
|
|
215
|
+
color: #fff;
|
|
216
|
+
}
|
|
217
|
+
|
|
218
|
+
.e-small .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item,
|
|
219
|
+
*.e-small.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item,
|
|
220
|
+
.e-bigger.e-small .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item,
|
|
221
|
+
*.e-bigger.e-small.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item {
|
|
222
|
+
color: #fff;
|
|
223
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-calendars/styles/timepicker/bootstrap5-dark.scss';
|