@syncfusion/ej2-vue-schedule 26.1.35 → 26.1.39
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-vue-schedule.umd.min.js +1 -1
- package/package.json +7 -7
- package/styles/bootstrap-dark.css +10 -0
- package/styles/bootstrap.css +10 -0
- package/styles/bootstrap4.css +10 -0
- package/styles/bootstrap5-dark.css +10 -0
- package/styles/bootstrap5.css +10 -0
- package/styles/fabric-dark.css +10 -0
- package/styles/fabric.css +10 -0
- package/styles/fluent-dark.css +10 -0
- package/styles/fluent.css +10 -0
- package/styles/fluent2.css +114 -89
- package/styles/highcontrast-light.css +10 -0
- package/styles/highcontrast.css +10 -0
- package/styles/material-dark.css +10 -0
- package/styles/material.css +10 -0
- package/styles/material3-dark.css +10 -0
- package/styles/material3.css +10 -0
- package/styles/recurrence-editor/fluent2.css +35 -35
- package/styles/schedule/bootstrap-dark.css +10 -0
- package/styles/schedule/bootstrap.css +10 -0
- package/styles/schedule/bootstrap4.css +10 -0
- package/styles/schedule/bootstrap5-dark.css +10 -0
- package/styles/schedule/bootstrap5.css +10 -0
- package/styles/schedule/fabric-dark.css +10 -0
- package/styles/schedule/fabric.css +10 -0
- package/styles/schedule/fluent-dark.css +10 -0
- package/styles/schedule/fluent.css +10 -0
- package/styles/schedule/fluent2.css +79 -54
- package/styles/schedule/highcontrast-light.css +10 -0
- package/styles/schedule/highcontrast.css +10 -0
- package/styles/schedule/material-dark.css +10 -0
- package/styles/schedule/material.css +10 -0
- package/styles/schedule/material3-dark.css +10 -0
- package/styles/schedule/material3.css +10 -0
- package/styles/schedule/tailwind-dark.css +10 -0
- package/styles/schedule/tailwind.css +10 -0
- package/styles/tailwind-dark.css +10 -0
- package/styles/tailwind.css +10 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-schedule.umd.min.js
|
|
3
|
-
* version : 26.1.
|
|
3
|
+
* version : 26.1.39
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2023. 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
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-vue-schedule@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-vue-schedule@
|
|
3
|
+
"_id": "@syncfusion/ej2-vue-schedule@26.1.38",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-GdNQniKRaFljGj2rU5b2uWq6LOwm4Bi4wh4CcPQ178zFPGbxbApVne1djeZrmUiM4XVAXUemL0HKonXQYtRnwg==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-vue-schedule",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-schedule/-/ej2-vue-schedule-26.1.38.tgz",
|
|
23
|
+
"_shasum": "64fd842ffbc8f459f4415be5423e1fead66e90b8",
|
|
24
24
|
"_spec": "@syncfusion/ej2-vue-schedule@*",
|
|
25
25
|
"_where": "/jenkins/workspace/elease-automation_release_26.1.1/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-base": "~26.1.
|
|
35
|
-
"@syncfusion/ej2-schedule": "26.1.
|
|
34
|
+
"@syncfusion/ej2-base": "~26.1.37",
|
|
35
|
+
"@syncfusion/ej2-schedule": "26.1.39",
|
|
36
36
|
"@syncfusion/ej2-vue-base": "~26.1.35"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
@@ -59,6 +59,6 @@
|
|
|
59
59
|
"ci-publish": "gulp ci-publish",
|
|
60
60
|
"compile": "gulp ci-compile && gulp vue-global-script"
|
|
61
61
|
},
|
|
62
|
-
"version": "26.1.
|
|
62
|
+
"version": "26.1.39",
|
|
63
63
|
"sideEffects": false
|
|
64
64
|
}
|
|
@@ -3673,6 +3673,16 @@
|
|
|
3673
3673
|
width: 26px;
|
|
3674
3674
|
}
|
|
3675
3675
|
|
|
3676
|
+
@media print {
|
|
3677
|
+
.e-schedule .e-table-container {
|
|
3678
|
+
display: block;
|
|
3679
|
+
}
|
|
3680
|
+
.e-schedule .e-vertical-view .e-content-table thead {
|
|
3681
|
+
-webkit-column-break-inside: auto;
|
|
3682
|
+
-moz-column-break-inside: auto;
|
|
3683
|
+
break-inside: auto;
|
|
3684
|
+
}
|
|
3685
|
+
}
|
|
3676
3686
|
.e-bigger .e-more-popup-wrapper,
|
|
3677
3687
|
.e-more-popup-wrapper {
|
|
3678
3688
|
background: #1a1a1a;
|
package/styles/bootstrap.css
CHANGED
|
@@ -3668,6 +3668,16 @@
|
|
|
3668
3668
|
width: 26px;
|
|
3669
3669
|
}
|
|
3670
3670
|
|
|
3671
|
+
@media print {
|
|
3672
|
+
.e-schedule .e-table-container {
|
|
3673
|
+
display: block;
|
|
3674
|
+
}
|
|
3675
|
+
.e-schedule .e-vertical-view .e-content-table thead {
|
|
3676
|
+
-webkit-column-break-inside: auto;
|
|
3677
|
+
-moz-column-break-inside: auto;
|
|
3678
|
+
break-inside: auto;
|
|
3679
|
+
}
|
|
3680
|
+
}
|
|
3671
3681
|
.e-bigger .e-more-popup-wrapper,
|
|
3672
3682
|
.e-more-popup-wrapper {
|
|
3673
3683
|
background: #fff;
|
package/styles/bootstrap4.css
CHANGED
|
@@ -3770,6 +3770,16 @@
|
|
|
3770
3770
|
width: 26px;
|
|
3771
3771
|
}
|
|
3772
3772
|
|
|
3773
|
+
@media print {
|
|
3774
|
+
.e-schedule .e-table-container {
|
|
3775
|
+
display: block;
|
|
3776
|
+
}
|
|
3777
|
+
.e-schedule .e-vertical-view .e-content-table thead {
|
|
3778
|
+
-webkit-column-break-inside: auto;
|
|
3779
|
+
-moz-column-break-inside: auto;
|
|
3780
|
+
break-inside: auto;
|
|
3781
|
+
}
|
|
3782
|
+
}
|
|
3773
3783
|
.e-bigger .e-more-popup-wrapper,
|
|
3774
3784
|
.e-more-popup-wrapper {
|
|
3775
3785
|
background: #fff;
|
|
@@ -3714,6 +3714,16 @@
|
|
|
3714
3714
|
width: 26px;
|
|
3715
3715
|
}
|
|
3716
3716
|
|
|
3717
|
+
@media print {
|
|
3718
|
+
.e-schedule .e-table-container {
|
|
3719
|
+
display: block;
|
|
3720
|
+
}
|
|
3721
|
+
.e-schedule .e-vertical-view .e-content-table thead {
|
|
3722
|
+
-webkit-column-break-inside: auto;
|
|
3723
|
+
-moz-column-break-inside: auto;
|
|
3724
|
+
break-inside: auto;
|
|
3725
|
+
}
|
|
3726
|
+
}
|
|
3717
3727
|
.e-bigger .e-more-popup-wrapper,
|
|
3718
3728
|
.e-more-popup-wrapper {
|
|
3719
3729
|
background: #212529;
|
package/styles/bootstrap5.css
CHANGED
|
@@ -3714,6 +3714,16 @@
|
|
|
3714
3714
|
width: 26px;
|
|
3715
3715
|
}
|
|
3716
3716
|
|
|
3717
|
+
@media print {
|
|
3718
|
+
.e-schedule .e-table-container {
|
|
3719
|
+
display: block;
|
|
3720
|
+
}
|
|
3721
|
+
.e-schedule .e-vertical-view .e-content-table thead {
|
|
3722
|
+
-webkit-column-break-inside: auto;
|
|
3723
|
+
-moz-column-break-inside: auto;
|
|
3724
|
+
break-inside: auto;
|
|
3725
|
+
}
|
|
3726
|
+
}
|
|
3717
3727
|
.e-bigger .e-more-popup-wrapper,
|
|
3718
3728
|
.e-more-popup-wrapper {
|
|
3719
3729
|
background: #fff;
|
package/styles/fabric-dark.css
CHANGED
|
@@ -3635,6 +3635,16 @@
|
|
|
3635
3635
|
width: 26px;
|
|
3636
3636
|
}
|
|
3637
3637
|
|
|
3638
|
+
@media print {
|
|
3639
|
+
.e-schedule .e-table-container {
|
|
3640
|
+
display: block;
|
|
3641
|
+
}
|
|
3642
|
+
.e-schedule .e-vertical-view .e-content-table thead {
|
|
3643
|
+
-webkit-column-break-inside: auto;
|
|
3644
|
+
-moz-column-break-inside: auto;
|
|
3645
|
+
break-inside: auto;
|
|
3646
|
+
}
|
|
3647
|
+
}
|
|
3638
3648
|
.e-bigger .e-more-popup-wrapper,
|
|
3639
3649
|
.e-more-popup-wrapper {
|
|
3640
3650
|
background: #201f1f;
|
package/styles/fabric.css
CHANGED
|
@@ -3625,6 +3625,16 @@
|
|
|
3625
3625
|
width: 26px;
|
|
3626
3626
|
}
|
|
3627
3627
|
|
|
3628
|
+
@media print {
|
|
3629
|
+
.e-schedule .e-table-container {
|
|
3630
|
+
display: block;
|
|
3631
|
+
}
|
|
3632
|
+
.e-schedule .e-vertical-view .e-content-table thead {
|
|
3633
|
+
-webkit-column-break-inside: auto;
|
|
3634
|
+
-moz-column-break-inside: auto;
|
|
3635
|
+
break-inside: auto;
|
|
3636
|
+
}
|
|
3637
|
+
}
|
|
3628
3638
|
.e-bigger .e-more-popup-wrapper,
|
|
3629
3639
|
.e-more-popup-wrapper {
|
|
3630
3640
|
background: #fff;
|
package/styles/fluent-dark.css
CHANGED
|
@@ -3698,6 +3698,16 @@
|
|
|
3698
3698
|
width: 26px;
|
|
3699
3699
|
}
|
|
3700
3700
|
|
|
3701
|
+
@media print {
|
|
3702
|
+
.e-schedule .e-table-container {
|
|
3703
|
+
display: block;
|
|
3704
|
+
}
|
|
3705
|
+
.e-schedule .e-vertical-view .e-content-table thead {
|
|
3706
|
+
-webkit-column-break-inside: auto;
|
|
3707
|
+
-moz-column-break-inside: auto;
|
|
3708
|
+
break-inside: auto;
|
|
3709
|
+
}
|
|
3710
|
+
}
|
|
3701
3711
|
.e-bigger .e-more-popup-wrapper,
|
|
3702
3712
|
.e-more-popup-wrapper {
|
|
3703
3713
|
background: #252423;
|
package/styles/fluent.css
CHANGED
|
@@ -3698,6 +3698,16 @@
|
|
|
3698
3698
|
width: 26px;
|
|
3699
3699
|
}
|
|
3700
3700
|
|
|
3701
|
+
@media print {
|
|
3702
|
+
.e-schedule .e-table-container {
|
|
3703
|
+
display: block;
|
|
3704
|
+
}
|
|
3705
|
+
.e-schedule .e-vertical-view .e-content-table thead {
|
|
3706
|
+
-webkit-column-break-inside: auto;
|
|
3707
|
+
-moz-column-break-inside: auto;
|
|
3708
|
+
break-inside: auto;
|
|
3709
|
+
}
|
|
3710
|
+
}
|
|
3701
3711
|
.e-bigger .e-more-popup-wrapper,
|
|
3702
3712
|
.e-more-popup-wrapper {
|
|
3703
3713
|
background: #fff;
|