@syncfusion/ej2-angular-calendars 20.4.54-ngcc → 21.1.35-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/CHANGELOG.md +0 -29
- package/README.md +94 -83
- package/dist/ej2-angular-calendars.umd.js +1 -1
- package/dist/ej2-angular-calendars.umd.min.js +1 -1
- package/package.json +9 -9
- 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/styles/bootstrap-dark.css +9 -8
- package/styles/bootstrap.css +9 -3
- package/styles/bootstrap4.css +6 -4
- package/styles/bootstrap5-dark.css +19 -17
- package/styles/bootstrap5.css +17 -15
- package/styles/calendar/bootstrap-dark.css +4 -3
- package/styles/calendar/bootstrap.css +3 -2
- package/styles/calendar/bootstrap4.css +3 -2
- package/styles/calendar/bootstrap5-dark.css +14 -13
- package/styles/calendar/bootstrap5.css +13 -12
- package/styles/calendar/fabric-dark.css +15 -5
- package/styles/calendar/fabric.css +12 -2
- package/styles/calendar/fluent-dark.css +51 -28
- package/styles/calendar/fluent.css +51 -28
- package/styles/calendar/highcontrast-light.css +3 -2
- package/styles/calendar/highcontrast.css +14 -4
- package/styles/calendar/material-dark.css +14 -4
- package/styles/calendar/material.css +12 -2
- package/styles/calendar/tailwind-dark.css +11 -10
- package/styles/calendar/tailwind.css +11 -10
- package/styles/daterangepicker/bootstrap-dark.css +5 -5
- package/styles/daterangepicker/bootstrap.css +6 -1
- package/styles/daterangepicker/bootstrap4.css +3 -2
- package/styles/daterangepicker/bootstrap5-dark.css +5 -4
- package/styles/daterangepicker/bootstrap5.css +4 -3
- package/styles/daterangepicker/fabric-dark.css +1 -1
- package/styles/daterangepicker/fabric.css +1 -1
- package/styles/daterangepicker/fluent-dark.css +33 -9
- package/styles/daterangepicker/fluent.css +33 -9
- package/styles/daterangepicker/highcontrast-light.css +1 -1
- package/styles/daterangepicker/highcontrast.css +1 -1
- package/styles/daterangepicker/material-dark.css +1 -1
- package/styles/daterangepicker/material.css +8 -2
- package/styles/daterangepicker/tailwind-dark.css +2 -2
- package/styles/daterangepicker/tailwind.css +2 -2
- package/styles/fabric-dark.css +16 -6
- package/styles/fabric.css +16 -4
- package/styles/fluent-dark.css +84 -37
- package/styles/fluent.css +84 -37
- package/styles/highcontrast-light.css +4 -3
- package/styles/highcontrast.css +15 -5
- package/styles/material-dark.css +15 -5
- package/styles/material.css +20 -4
- package/styles/tailwind-dark.css +13 -12
- package/styles/tailwind.css +13 -12
package/styles/tailwind.css
CHANGED
|
@@ -64,7 +64,7 @@ ejs-calendar {
|
|
|
64
64
|
.e-bigger.e-small .e-calendar .e-header {
|
|
65
65
|
background: none;
|
|
66
66
|
display: table;
|
|
67
|
-
font-weight:
|
|
67
|
+
font-weight: 400;
|
|
68
68
|
position: relative;
|
|
69
69
|
text-align: center;
|
|
70
70
|
width: 100%;
|
|
@@ -82,7 +82,7 @@ ejs-calendar {
|
|
|
82
82
|
cursor: pointer;
|
|
83
83
|
display: inline-block;
|
|
84
84
|
font-size: 20px;
|
|
85
|
-
font-weight:
|
|
85
|
+
font-weight: 400;
|
|
86
86
|
line-height: 16px;
|
|
87
87
|
padding: 0;
|
|
88
88
|
vertical-align: middle;
|
|
@@ -165,12 +165,12 @@ ejs-calendar {
|
|
|
165
165
|
.e-bigger.e-small .e-calendar .e-content td.e-other-month > span.e-day,
|
|
166
166
|
.e-bigger.e-small .e-calendar .e-content td.e-other-year > span.e-day {
|
|
167
167
|
display: inline-block;
|
|
168
|
-
font-weight:
|
|
168
|
+
font-weight: 400;
|
|
169
169
|
}
|
|
170
170
|
.e-calendar .e-content tr.e-month-hide,
|
|
171
171
|
.e-bigger.e-small .e-calendar .e-content tr.e-month-hide {
|
|
172
172
|
display: none;
|
|
173
|
-
font-weight:
|
|
173
|
+
font-weight: 400;
|
|
174
174
|
}
|
|
175
175
|
.e-calendar .e-content tr.e-month-hide, .e-calendar .e-content td.e-other-month, .e-calendar .e-content td.e-other-year,
|
|
176
176
|
.e-bigger.e-small .e-calendar .e-content tr.e-month-hide,
|
|
@@ -303,7 +303,7 @@ ejs-calendar {
|
|
|
303
303
|
.e-bigger.e-small .e-calendar .e-content span.e-day {
|
|
304
304
|
border: none;
|
|
305
305
|
font-size: 14px;
|
|
306
|
-
font-weight:
|
|
306
|
+
font-weight: 400;
|
|
307
307
|
height: 30px;
|
|
308
308
|
line-height: 30px;
|
|
309
309
|
width: 30px;
|
|
@@ -337,7 +337,7 @@ ejs-calendar {
|
|
|
337
337
|
.e-calendar .e-content.e-year td > span.e-day, .e-calendar .e-content.e-decade td > span.e-day,
|
|
338
338
|
.e-bigger.e-small .e-calendar .e-content.e-year td > span.e-day,
|
|
339
339
|
.e-bigger.e-small .e-calendar .e-content.e-decade td > span.e-day {
|
|
340
|
-
font-weight:
|
|
340
|
+
font-weight: 400;
|
|
341
341
|
height: 50px;
|
|
342
342
|
line-height: 50px;
|
|
343
343
|
width: 50px;
|
|
@@ -476,7 +476,7 @@ ejs-calendar {
|
|
|
476
476
|
.e-bigger.e-calendar .e-content.e-year span.e-day,
|
|
477
477
|
*.e-bigger .e-calendar .e-content.e-year span.e-day {
|
|
478
478
|
font-size: 16px;
|
|
479
|
-
font-weight:
|
|
479
|
+
font-weight: 400;
|
|
480
480
|
}
|
|
481
481
|
.e-bigger.e-calendar .e-content.e-month table,
|
|
482
482
|
*.e-bigger .e-calendar .e-content.e-month table {
|
|
@@ -570,10 +570,11 @@ ejs-calendar {
|
|
|
570
570
|
.e-small .e-calendar .e-header {
|
|
571
571
|
height: 24px;
|
|
572
572
|
}
|
|
573
|
-
.e-small.e-calendar .e-header span,
|
|
574
|
-
.e-small .e-calendar .e-header span {
|
|
573
|
+
.e-small.e-calendar .e-header button span,
|
|
574
|
+
.e-small .e-calendar .e-header button span {
|
|
575
575
|
font-size: 18px;
|
|
576
576
|
padding: 0;
|
|
577
|
+
line-height: 14px;
|
|
577
578
|
}
|
|
578
579
|
.e-small.e-calendar .e-header .e-title,
|
|
579
580
|
.e-small .e-calendar .e-header .e-title {
|
|
@@ -707,7 +708,7 @@ ejs-calendar {
|
|
|
707
708
|
.e-bigger.e-small .e-calendar .e-header .e-next.e-disabled span,
|
|
708
709
|
.e-bigger.e-small .e-calendar .e-header .e-prev.e-disabled span {
|
|
709
710
|
color: #9ca3af;
|
|
710
|
-
font-weight:
|
|
711
|
+
font-weight: 400;
|
|
711
712
|
}
|
|
712
713
|
.e-calendar .e-header .e-next.e-disabled, .e-calendar .e-header .e-prev.e-disabled,
|
|
713
714
|
.e-bigger.e-small .e-calendar .e-header .e-next.e-disabled,
|
|
@@ -1498,7 +1499,7 @@ ejs-calendar {
|
|
|
1498
1499
|
line-height: 24px;
|
|
1499
1500
|
width: auto;
|
|
1500
1501
|
float: none;
|
|
1501
|
-
font-weight:
|
|
1502
|
+
font-weight: 400;
|
|
1502
1503
|
margin-left: 0;
|
|
1503
1504
|
}
|
|
1504
1505
|
.e-daterangepicker.e-popup .e-calendar .e-header.e-month, .e-daterangepicker.e-popup .e-calendar .e-header.e-year, .e-daterangepicker.e-popup .e-calendar .e-header.e-decade,
|
|
@@ -1616,7 +1617,7 @@ ejs-calendar {
|
|
|
1616
1617
|
}
|
|
1617
1618
|
.e-daterangepicker.e-popup .e-presets .e-ul li.e-list-item,
|
|
1618
1619
|
.e-bigger.e-small .e-daterangepicker.e-popup .e-presets .e-ul li.e-list-item {
|
|
1619
|
-
font-size:
|
|
1620
|
+
font-size: 12px;
|
|
1620
1621
|
height: 36px;
|
|
1621
1622
|
line-height: 36px;
|
|
1622
1623
|
}
|