@syncfusion/ej2-angular-calendars 20.4.51 → 20.4.52
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/package.json +7 -7
- 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 +1 -0
- package/styles/bootstrap.css +1 -0
- package/styles/bootstrap4.css +1 -0
- package/styles/bootstrap5-dark.css +1 -0
- package/styles/bootstrap5.css +1 -0
- package/styles/daterangepicker/_layout.scss +1 -0
- package/styles/daterangepicker/bootstrap-dark.css +1 -0
- package/styles/daterangepicker/bootstrap.css +1 -0
- package/styles/daterangepicker/bootstrap4.css +1 -0
- package/styles/daterangepicker/bootstrap5-dark.css +1 -0
- package/styles/daterangepicker/bootstrap5.css +1 -0
- package/styles/daterangepicker/fabric-dark.css +1 -0
- package/styles/daterangepicker/fabric.css +1 -0
- package/styles/daterangepicker/fluent-dark.css +1 -0
- package/styles/daterangepicker/fluent.css +1 -0
- package/styles/daterangepicker/highcontrast-light.css +1 -0
- package/styles/daterangepicker/highcontrast.css +1 -0
- package/styles/daterangepicker/material-dark.css +1 -0
- package/styles/daterangepicker/material.css +1 -0
- package/styles/daterangepicker/tailwind-dark.css +1 -0
- package/styles/daterangepicker/tailwind.css +1 -0
- package/styles/fabric-dark.css +1 -0
- package/styles/fabric.css +1 -0
- package/styles/fluent-dark.css +1 -0
- package/styles/fluent.css +1 -0
- package/styles/highcontrast-light.css +1 -0
- package/styles/highcontrast.css +1 -0
- package/styles/material-dark.css +1 -0
- package/styles/material.css +1 -0
- package/styles/tailwind-dark.css +1 -0
- package/styles/tailwind.css +1 -0
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-angular-calendars@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-angular-calendars@20.4.
|
|
3
|
+
"_id": "@syncfusion/ej2-angular-calendars@20.4.51",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-as7M0BVpVWqy4QgxpUysh1V1OyVrqPLf3Cewgspt/RdIqZr0nATWp94IxEUVZjUZQ2W5nMGGXSPVsvF0x/4Qbg==",
|
|
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": "https://nexus.syncfusion.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-calendars/-/ej2-angular-calendars-20.4.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-calendars/-/ej2-angular-calendars-20.4.51.tgz",
|
|
23
|
+
"_shasum": "407ac176047a5dd8eecbff222386006064ce15ec",
|
|
24
24
|
"_spec": "@syncfusion/ej2-angular-calendars@*",
|
|
25
25
|
"_where": "/jenkins/workspace/ease-automation_release_19.1.0.1/ivypackages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-angular-base": "~20.4.
|
|
34
|
+
"@syncfusion/ej2-angular-base": "~20.4.52",
|
|
35
35
|
"@syncfusion/ej2-base": "~20.4.51",
|
|
36
|
-
"@syncfusion/ej2-calendars": "20.4.
|
|
36
|
+
"@syncfusion/ej2-calendars": "20.4.52",
|
|
37
37
|
"tslib": "^2.3.0"
|
|
38
38
|
},
|
|
39
39
|
"deprecated": false,
|
|
@@ -72,5 +72,5 @@
|
|
|
72
72
|
"schematics": "./schematics/collection.json",
|
|
73
73
|
"sideEffects": false,
|
|
74
74
|
"typings": "syncfusion-ej2-angular-calendars.d.ts",
|
|
75
|
-
"version": "20.4.
|
|
75
|
+
"version": "20.4.52"
|
|
76
76
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const pkgName = "@syncfusion/ej2-angular-calendars";
|
|
2
|
-
export declare const pkgVer = "^20.4.
|
|
2
|
+
export declare const pkgVer = "^20.4.51";
|
|
3
3
|
export declare const moduleName = "CalendarModule, DatePickerModule, TimePickerModule, DateRangePickerModule, DateTimePickerModule";
|
|
4
|
-
export declare const themeVer = "~20.4.
|
|
4
|
+
export declare const themeVer = "~20.4.51";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.pkgName = '@syncfusion/ej2-angular-calendars';
|
|
4
|
-
exports.pkgVer = '^20.4.
|
|
4
|
+
exports.pkgVer = '^20.4.52';
|
|
5
5
|
exports.moduleName = 'CalendarModule, DatePickerModule, TimePickerModule, DateRangePickerModule, DateTimePickerModule';
|
|
6
|
-
exports.themeVer = '~20.4.
|
|
6
|
+
exports.themeVer = '~20.4.52';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export const pkgName = '@syncfusion/ej2-angular-calendars';
|
|
2
|
-
export const pkgVer = '^20.4.
|
|
2
|
+
export const pkgVer = '^20.4.52';
|
|
3
3
|
export const moduleName = 'CalendarModule, DatePickerModule, TimePickerModule, DateRangePickerModule, DateTimePickerModule';
|
|
4
|
-
export const themeVer = '~20.4.
|
|
4
|
+
export const themeVer = '~20.4.52';
|
|
@@ -1465,6 +1465,7 @@ ejs-calendar {
|
|
|
1465
1465
|
overflow: hidden;
|
|
1466
1466
|
padding: 0 20px;
|
|
1467
1467
|
white-space: nowrap;
|
|
1468
|
+
text-overflow: ellipsis;
|
|
1468
1469
|
}
|
|
1469
1470
|
.e-daterangepicker.e-popup .e-presets .e-list-parent,
|
|
1470
1471
|
.e-bigger.e-small .e-daterangepicker.e-popup .e-presets .e-list-parent {
|
package/styles/bootstrap.css
CHANGED
|
@@ -1468,6 +1468,7 @@ ejs-calendar {
|
|
|
1468
1468
|
overflow: hidden;
|
|
1469
1469
|
padding: 0 20px;
|
|
1470
1470
|
white-space: nowrap;
|
|
1471
|
+
text-overflow: ellipsis;
|
|
1471
1472
|
}
|
|
1472
1473
|
.e-daterangepicker.e-popup .e-presets .e-list-parent,
|
|
1473
1474
|
.e-bigger.e-small .e-daterangepicker.e-popup .e-presets .e-list-parent {
|
package/styles/bootstrap4.css
CHANGED
|
@@ -1490,6 +1490,7 @@ ejs-calendar {
|
|
|
1490
1490
|
overflow: hidden;
|
|
1491
1491
|
padding: 0 20px;
|
|
1492
1492
|
white-space: nowrap;
|
|
1493
|
+
text-overflow: ellipsis;
|
|
1493
1494
|
}
|
|
1494
1495
|
.e-daterangepicker.e-popup .e-presets .e-list-parent,
|
|
1495
1496
|
.e-bigger.e-small .e-daterangepicker.e-popup .e-presets .e-list-parent {
|
|
@@ -1558,6 +1558,7 @@ ejs-calendar {
|
|
|
1558
1558
|
overflow: hidden;
|
|
1559
1559
|
padding: 0 24px;
|
|
1560
1560
|
white-space: nowrap;
|
|
1561
|
+
text-overflow: ellipsis;
|
|
1561
1562
|
}
|
|
1562
1563
|
.e-daterangepicker.e-popup .e-presets .e-list-parent,
|
|
1563
1564
|
.e-bigger.e-small .e-daterangepicker.e-popup .e-presets .e-list-parent {
|
package/styles/bootstrap5.css
CHANGED
|
@@ -1558,6 +1558,7 @@ ejs-calendar {
|
|
|
1558
1558
|
overflow: hidden;
|
|
1559
1559
|
padding: 0 24px;
|
|
1560
1560
|
white-space: nowrap;
|
|
1561
|
+
text-overflow: ellipsis;
|
|
1561
1562
|
}
|
|
1562
1563
|
.e-daterangepicker.e-popup .e-presets .e-list-parent,
|
|
1563
1564
|
.e-bigger.e-small .e-daterangepicker.e-popup .e-presets .e-list-parent {
|
package/styles/fabric-dark.css
CHANGED
|
@@ -1462,6 +1462,7 @@ ejs-calendar {
|
|
|
1462
1462
|
overflow: hidden;
|
|
1463
1463
|
padding: 0 10px;
|
|
1464
1464
|
white-space: nowrap;
|
|
1465
|
+
text-overflow: ellipsis;
|
|
1465
1466
|
}
|
|
1466
1467
|
.e-daterangepicker.e-popup .e-presets .e-list-parent,
|
|
1467
1468
|
.e-bigger.e-small .e-daterangepicker.e-popup .e-presets .e-list-parent {
|
package/styles/fabric.css
CHANGED
|
@@ -1469,6 +1469,7 @@ ejs-calendar {
|
|
|
1469
1469
|
overflow: hidden;
|
|
1470
1470
|
padding: 0 10px;
|
|
1471
1471
|
white-space: nowrap;
|
|
1472
|
+
text-overflow: ellipsis;
|
|
1472
1473
|
}
|
|
1473
1474
|
.e-daterangepicker.e-popup .e-presets .e-list-parent,
|
|
1474
1475
|
.e-bigger.e-small .e-daterangepicker.e-popup .e-presets .e-list-parent {
|
package/styles/fluent-dark.css
CHANGED
|
@@ -1626,6 +1626,7 @@ ejs-calendar {
|
|
|
1626
1626
|
overflow: hidden;
|
|
1627
1627
|
padding: 0 24px;
|
|
1628
1628
|
white-space: nowrap;
|
|
1629
|
+
text-overflow: ellipsis;
|
|
1629
1630
|
}
|
|
1630
1631
|
.e-daterangepicker.e-popup .e-presets .e-list-parent,
|
|
1631
1632
|
.e-bigger.e-small .e-daterangepicker.e-popup .e-presets .e-list-parent {
|
package/styles/fluent.css
CHANGED
|
@@ -1626,6 +1626,7 @@ ejs-calendar {
|
|
|
1626
1626
|
overflow: hidden;
|
|
1627
1627
|
padding: 0 24px;
|
|
1628
1628
|
white-space: nowrap;
|
|
1629
|
+
text-overflow: ellipsis;
|
|
1629
1630
|
}
|
|
1630
1631
|
.e-daterangepicker.e-popup .e-presets .e-list-parent,
|
|
1631
1632
|
.e-bigger.e-small .e-daterangepicker.e-popup .e-presets .e-list-parent {
|
|
@@ -1473,6 +1473,7 @@ ejs-calendar {
|
|
|
1473
1473
|
overflow: hidden;
|
|
1474
1474
|
padding: 0 10px;
|
|
1475
1475
|
white-space: nowrap;
|
|
1476
|
+
text-overflow: ellipsis;
|
|
1476
1477
|
}
|
|
1477
1478
|
.e-daterangepicker.e-popup .e-presets .e-list-parent,
|
|
1478
1479
|
.e-bigger.e-small .e-daterangepicker.e-popup .e-presets .e-list-parent {
|
package/styles/highcontrast.css
CHANGED
|
@@ -1476,6 +1476,7 @@ ejs-calendar {
|
|
|
1476
1476
|
overflow: hidden;
|
|
1477
1477
|
padding: 0 10px;
|
|
1478
1478
|
white-space: nowrap;
|
|
1479
|
+
text-overflow: ellipsis;
|
|
1479
1480
|
}
|
|
1480
1481
|
.e-daterangepicker.e-popup .e-presets .e-list-parent,
|
|
1481
1482
|
.e-bigger.e-small .e-daterangepicker.e-popup .e-presets .e-list-parent {
|
package/styles/material-dark.css
CHANGED
|
@@ -1592,6 +1592,7 @@ ejs-calendar {
|
|
|
1592
1592
|
overflow: hidden;
|
|
1593
1593
|
padding: 0 24px;
|
|
1594
1594
|
white-space: nowrap;
|
|
1595
|
+
text-overflow: ellipsis;
|
|
1595
1596
|
}
|
|
1596
1597
|
.e-daterangepicker.e-popup .e-presets .e-list-parent,
|
|
1597
1598
|
.e-bigger.e-small .e-daterangepicker.e-popup .e-presets .e-list-parent {
|
package/styles/material.css
CHANGED
|
@@ -1702,6 +1702,7 @@ ejs-calendar {
|
|
|
1702
1702
|
overflow: hidden;
|
|
1703
1703
|
padding: 0 24px;
|
|
1704
1704
|
white-space: nowrap;
|
|
1705
|
+
text-overflow: ellipsis;
|
|
1705
1706
|
}
|
|
1706
1707
|
.e-daterangepicker.e-popup .e-presets .e-list-parent,
|
|
1707
1708
|
.e-bigger.e-small .e-daterangepicker.e-popup .e-presets .e-list-parent {
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -1602,6 +1602,7 @@ ejs-calendar {
|
|
|
1602
1602
|
overflow: hidden;
|
|
1603
1603
|
padding: 0 24px;
|
|
1604
1604
|
white-space: nowrap;
|
|
1605
|
+
text-overflow: ellipsis;
|
|
1605
1606
|
}
|
|
1606
1607
|
.e-daterangepicker.e-popup .e-presets .e-list-parent,
|
|
1607
1608
|
.e-bigger.e-small .e-daterangepicker.e-popup .e-presets .e-list-parent {
|
package/styles/tailwind.css
CHANGED
|
@@ -1602,6 +1602,7 @@ ejs-calendar {
|
|
|
1602
1602
|
overflow: hidden;
|
|
1603
1603
|
padding: 0 24px;
|
|
1604
1604
|
white-space: nowrap;
|
|
1605
|
+
text-overflow: ellipsis;
|
|
1605
1606
|
}
|
|
1606
1607
|
.e-daterangepicker.e-popup .e-presets .e-list-parent,
|
|
1607
1608
|
.e-bigger.e-small .e-daterangepicker.e-popup .e-presets .e-list-parent {
|