@syncfusion/ej2-angular-calendars 19.3.43 → 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/dist/ej2-angular-calendars.umd.js +1 -1
- package/dist/ej2-angular-calendars.umd.min.js +1 -1
- package/package.json +6 -6
- package/styles/bootstrap-dark.css +2 -2
- package/styles/bootstrap.css +2 -2
- package/styles/bootstrap4.css +2 -2
- package/styles/calendar/bootstrap-dark.css +2 -2
- package/styles/calendar/bootstrap.css +2 -2
- package/styles/calendar/bootstrap4.css +2 -2
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-angular-calendars.umd.js
|
|
3
|
-
* version : 19.3.
|
|
3
|
+
* version : 19.3.44
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-angular-calendars.umd.min.js
|
|
3
|
-
* version : 19.3.
|
|
3
|
+
* version : 19.3.44
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"_from": "@syncfusion/ej2-angular-calendars@*",
|
|
3
3
|
"_id": "@syncfusion/ej2-angular-calendars@18.22.0",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-SRze4PMPXV27nkwbrAz6sBIXBL4o+toOfc7KC35zaRMpzVnIH8m5yb9IzqhQqDT86T50488GprjyLgr8aXBKqA==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-angular-calendars",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "http://nexus.syncfusion.com/repository/ej2-
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-angular-calendars/-/ej2-angular-calendars-18.22.0.tgz",
|
|
23
|
+
"_shasum": "8ed9e8459f384a08c612d7838374d77b38a0bf30",
|
|
24
24
|
"_spec": "@syncfusion/ej2-angular-calendars@*",
|
|
25
25
|
"_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-angular-base": "~19.3.
|
|
34
|
+
"@syncfusion/ej2-angular-base": "~19.3.44",
|
|
35
35
|
"@syncfusion/ej2-base": "~19.3.43",
|
|
36
|
-
"@syncfusion/ej2-calendars": "19.3.
|
|
36
|
+
"@syncfusion/ej2-calendars": "19.3.44"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
39
39
|
"description": "A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization. for Angular",
|
|
@@ -94,5 +94,5 @@
|
|
|
94
94
|
"schematics": "./schematics/collection.json",
|
|
95
95
|
"sideEffects": false,
|
|
96
96
|
"typings": "ej2-angular-calendars.d.ts",
|
|
97
|
-
"version": "19.3.
|
|
97
|
+
"version": "19.3.44"
|
|
98
98
|
}
|
|
@@ -739,7 +739,7 @@ ejs-calendar {
|
|
|
739
739
|
.e-calendar .e-header button.e-next:active span,
|
|
740
740
|
.e-bigger.e-small .e-calendar .e-header button.e-prev:active span,
|
|
741
741
|
.e-bigger.e-small .e-calendar .e-header button.e-next:active span {
|
|
742
|
-
border:
|
|
742
|
+
border: none;
|
|
743
743
|
color: #f0f0f0;
|
|
744
744
|
}
|
|
745
745
|
|
|
@@ -954,7 +954,7 @@ ejs-calendar {
|
|
|
954
954
|
.e-calendar .e-content td.e-selected span.e-day,
|
|
955
955
|
.e-bigger.e-small .e-calendar .e-content td.e-selected span.e-day {
|
|
956
956
|
background-color: #0070f0;
|
|
957
|
-
border:
|
|
957
|
+
border: none;
|
|
958
958
|
border-radius: 4px;
|
|
959
959
|
color: #fff;
|
|
960
960
|
}
|
package/styles/bootstrap.css
CHANGED
|
@@ -740,7 +740,7 @@ ejs-calendar {
|
|
|
740
740
|
.e-calendar .e-header button.e-next:active span,
|
|
741
741
|
.e-bigger.e-small .e-calendar .e-header button.e-prev:active span,
|
|
742
742
|
.e-bigger.e-small .e-calendar .e-header button.e-next:active span {
|
|
743
|
-
border:
|
|
743
|
+
border: none;
|
|
744
744
|
color: #333;
|
|
745
745
|
}
|
|
746
746
|
|
|
@@ -955,7 +955,7 @@ ejs-calendar {
|
|
|
955
955
|
.e-calendar .e-content td.e-selected span.e-day,
|
|
956
956
|
.e-bigger.e-small .e-calendar .e-content td.e-selected span.e-day {
|
|
957
957
|
background-color: #317ab9;
|
|
958
|
-
border:
|
|
958
|
+
border: none;
|
|
959
959
|
border-radius: 4px;
|
|
960
960
|
color: #fff;
|
|
961
961
|
}
|
package/styles/bootstrap4.css
CHANGED
|
@@ -740,7 +740,7 @@ ejs-calendar {
|
|
|
740
740
|
.e-calendar .e-header button.e-next:active span,
|
|
741
741
|
.e-bigger.e-small .e-calendar .e-header button.e-prev:active span,
|
|
742
742
|
.e-bigger.e-small .e-calendar .e-header button.e-next:active span {
|
|
743
|
-
border:
|
|
743
|
+
border: none;
|
|
744
744
|
color: #fff;
|
|
745
745
|
}
|
|
746
746
|
|
|
@@ -955,7 +955,7 @@ ejs-calendar {
|
|
|
955
955
|
.e-calendar .e-content td.e-selected span.e-day,
|
|
956
956
|
.e-bigger.e-small .e-calendar .e-content td.e-selected span.e-day {
|
|
957
957
|
background-color: #007bff;
|
|
958
|
-
border:
|
|
958
|
+
border: none;
|
|
959
959
|
border-radius: 4px;
|
|
960
960
|
color: #fff;
|
|
961
961
|
}
|
|
@@ -739,7 +739,7 @@ ejs-calendar {
|
|
|
739
739
|
.e-calendar .e-header button.e-next:active span,
|
|
740
740
|
.e-bigger.e-small .e-calendar .e-header button.e-prev:active span,
|
|
741
741
|
.e-bigger.e-small .e-calendar .e-header button.e-next:active span {
|
|
742
|
-
border:
|
|
742
|
+
border: none;
|
|
743
743
|
color: #f0f0f0;
|
|
744
744
|
}
|
|
745
745
|
|
|
@@ -954,7 +954,7 @@ ejs-calendar {
|
|
|
954
954
|
.e-calendar .e-content td.e-selected span.e-day,
|
|
955
955
|
.e-bigger.e-small .e-calendar .e-content td.e-selected span.e-day {
|
|
956
956
|
background-color: #0070f0;
|
|
957
|
-
border:
|
|
957
|
+
border: none;
|
|
958
958
|
border-radius: 4px;
|
|
959
959
|
color: #fff;
|
|
960
960
|
}
|
|
@@ -740,7 +740,7 @@ ejs-calendar {
|
|
|
740
740
|
.e-calendar .e-header button.e-next:active span,
|
|
741
741
|
.e-bigger.e-small .e-calendar .e-header button.e-prev:active span,
|
|
742
742
|
.e-bigger.e-small .e-calendar .e-header button.e-next:active span {
|
|
743
|
-
border:
|
|
743
|
+
border: none;
|
|
744
744
|
color: #333;
|
|
745
745
|
}
|
|
746
746
|
|
|
@@ -955,7 +955,7 @@ ejs-calendar {
|
|
|
955
955
|
.e-calendar .e-content td.e-selected span.e-day,
|
|
956
956
|
.e-bigger.e-small .e-calendar .e-content td.e-selected span.e-day {
|
|
957
957
|
background-color: #317ab9;
|
|
958
|
-
border:
|
|
958
|
+
border: none;
|
|
959
959
|
border-radius: 4px;
|
|
960
960
|
color: #fff;
|
|
961
961
|
}
|
|
@@ -740,7 +740,7 @@ ejs-calendar {
|
|
|
740
740
|
.e-calendar .e-header button.e-next:active span,
|
|
741
741
|
.e-bigger.e-small .e-calendar .e-header button.e-prev:active span,
|
|
742
742
|
.e-bigger.e-small .e-calendar .e-header button.e-next:active span {
|
|
743
|
-
border:
|
|
743
|
+
border: none;
|
|
744
744
|
color: #fff;
|
|
745
745
|
}
|
|
746
746
|
|
|
@@ -955,7 +955,7 @@ ejs-calendar {
|
|
|
955
955
|
.e-calendar .e-content td.e-selected span.e-day,
|
|
956
956
|
.e-bigger.e-small .e-calendar .e-content td.e-selected span.e-day {
|
|
957
957
|
background-color: #007bff;
|
|
958
|
-
border:
|
|
958
|
+
border: none;
|
|
959
959
|
border-radius: 4px;
|
|
960
960
|
color: #fff;
|
|
961
961
|
}
|