@syncfusion/ej2-schedule 26.1.38 → 26.1.40
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-schedule.min.js +2 -2
- package/dist/ej2-schedule.umd.min.js +2 -2
- package/dist/ej2-schedule.umd.min.js.map +1 -1
- package/dist/es6/ej2-schedule.es2015.js +20 -9
- package/dist/es6/ej2-schedule.es2015.js.map +1 -1
- package/dist/es6/ej2-schedule.es5.js +21 -10
- package/dist/es6/ej2-schedule.es5.js.map +1 -1
- package/dist/global/ej2-schedule.min.js +2 -2
- package/dist/global/ej2-schedule.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +11 -11
- package/src/schedule/actions/resize.js +2 -1
- package/src/schedule/event-renderer/agenda-base.js +2 -1
- package/src/schedule/event-renderer/event-base.js +3 -1
- package/src/schedule/event-renderer/vertical-view.js +1 -1
- package/src/schedule/exports/excel-export.js +1 -1
- package/src/schedule/popups/event-window.js +12 -5
- 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 +15 -5
- 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 +5 -5
- package/styles/schedule/_layout.scss +12 -0
- 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 +15 -5
- 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
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -207,7 +207,7 @@
|
|
|
207
207
|
--color-sf-info-outline: var(--color-sf-info-border-color);
|
|
208
208
|
--color-sf-tooltip-bg-color: var(--color-sf-content-bg-color-alt1);
|
|
209
209
|
--color-sf-tooltip-border: var(--color-sf-content-bg-color-alt1);
|
|
210
|
-
--color-sf-
|
|
210
|
+
--color-sf-tooltip-text-color: var(--color-sf-content-text-color);
|
|
211
211
|
--color-sf-toast-text-color: var(--color-sf-content-text-color);
|
|
212
212
|
--color-sf-toast-alt-text-color: var(--color-sf-content-text-color-alt1);
|
|
213
213
|
--color-sf-appbar-bg-color-alt1: var(--color-sf-content-bg-color-alt2);
|
|
@@ -478,7 +478,7 @@
|
|
|
478
478
|
--color-sf-success-bg-color: #218c21;
|
|
479
479
|
--color-sf-success-border-color: var(--color-sf-success-bg-color);
|
|
480
480
|
--color-sf-success-text: var(--color-sf-primary-text-color);
|
|
481
|
-
--color-sf-success-bg-color-hover:
|
|
481
|
+
--color-sf-success-bg-color-hover: #0e700e;
|
|
482
482
|
--color-sf-success-border-color-hover: var(--color-sf-success-bg-color-hover);
|
|
483
483
|
--color-sf-success-text-hover: var(--color-sf-primary-text-color);
|
|
484
484
|
--color-sf-success-bg-color-pressed: #052505;
|
|
@@ -496,7 +496,7 @@
|
|
|
496
496
|
--color-sf-warning-bg-color: #f87528;
|
|
497
497
|
--color-sf-warning-border-color: var(--color-sf-warning-bg-color);
|
|
498
498
|
--color-sf-warning-text: #242424;
|
|
499
|
-
--color-sf-warning-bg-color-hover:
|
|
499
|
+
--color-sf-warning-bg-color-hover: #de590b;
|
|
500
500
|
--color-sf-warning-border-color-hover: var(--color-sf-warning-bg-color-hover);
|
|
501
501
|
--color-sf-warning-text-hover: var(--color-sf-primary-text-color);
|
|
502
502
|
--color-sf-warning-bg-color-pressed: #4a1e04;
|
|
@@ -555,7 +555,7 @@
|
|
|
555
555
|
--color-sf-info-outline: #0099bc;
|
|
556
556
|
--color-sf-tooltip-bg-color: var(--color-sf-content-bg-color-alt1);
|
|
557
557
|
--color-sf-tooltip-border: var(--color-sf-tooltip-bg-color);
|
|
558
|
-
--color-sf-
|
|
558
|
+
--color-sf-tooltip-text-color: var(--color-sf-content-text-color);
|
|
559
559
|
--color-sf-toast-text-color: var(--color-sf-content-text-color);
|
|
560
560
|
--color-sf-toast-alt-text-color: var(--color-sf-content-text-color-alt1);
|
|
561
561
|
--color-sf-appbar-bg-color-alt1: var(--color-sf-content-bg-color-alt2);
|
|
@@ -897,7 +897,7 @@
|
|
|
897
897
|
--color-sf-info-outline: #0099bc;
|
|
898
898
|
--color-sf-tooltip-bg-color: var(--color-sf-content-bg-color-alt1);
|
|
899
899
|
--color-sf-tooltip-border: var(--color-sf-border-light);
|
|
900
|
-
--color-sf-
|
|
900
|
+
--color-sf-tooltip-text-color: var(--color-sf-content-text-color);
|
|
901
901
|
--color-sf-toast-text-color: var(--color-sf-content-text-color);
|
|
902
902
|
--color-sf-toast-alt-text-color: var(--color-sf-content-text-color);
|
|
903
903
|
--color-sf-appbar-bg-color-alt1: #fff;
|
|
@@ -4880,6 +4880,16 @@
|
|
|
4880
4880
|
width: 26px;
|
|
4881
4881
|
}
|
|
4882
4882
|
|
|
4883
|
+
@media print {
|
|
4884
|
+
.e-schedule .e-table-container {
|
|
4885
|
+
display: block;
|
|
4886
|
+
}
|
|
4887
|
+
.e-schedule .e-vertical-view .e-content-table thead {
|
|
4888
|
+
-webkit-column-break-inside: auto;
|
|
4889
|
+
-moz-column-break-inside: auto;
|
|
4890
|
+
break-inside: auto;
|
|
4891
|
+
}
|
|
4892
|
+
}
|
|
4883
4893
|
.e-bigger .e-more-popup-wrapper,
|
|
4884
4894
|
.e-more-popup-wrapper {
|
|
4885
4895
|
background: var(--color-sf-content-bg-color);
|
|
@@ -3710,6 +3710,16 @@
|
|
|
3710
3710
|
width: 26px;
|
|
3711
3711
|
}
|
|
3712
3712
|
|
|
3713
|
+
@media print {
|
|
3714
|
+
.e-schedule .e-table-container {
|
|
3715
|
+
display: block;
|
|
3716
|
+
}
|
|
3717
|
+
.e-schedule .e-vertical-view .e-content-table thead {
|
|
3718
|
+
-webkit-column-break-inside: auto;
|
|
3719
|
+
-moz-column-break-inside: auto;
|
|
3720
|
+
break-inside: auto;
|
|
3721
|
+
}
|
|
3722
|
+
}
|
|
3713
3723
|
.e-bigger .e-more-popup-wrapper,
|
|
3714
3724
|
.e-more-popup-wrapper {
|
|
3715
3725
|
background: #e4e4e4;
|
|
@@ -3719,6 +3719,16 @@
|
|
|
3719
3719
|
width: 26px;
|
|
3720
3720
|
}
|
|
3721
3721
|
|
|
3722
|
+
@media print {
|
|
3723
|
+
.e-schedule .e-table-container {
|
|
3724
|
+
display: block;
|
|
3725
|
+
}
|
|
3726
|
+
.e-schedule .e-vertical-view .e-content-table thead {
|
|
3727
|
+
-webkit-column-break-inside: auto;
|
|
3728
|
+
-moz-column-break-inside: auto;
|
|
3729
|
+
break-inside: auto;
|
|
3730
|
+
}
|
|
3731
|
+
}
|
|
3722
3732
|
.e-bigger .e-more-popup-wrapper,
|
|
3723
3733
|
.e-more-popup-wrapper {
|
|
3724
3734
|
background: #000;
|
|
@@ -3690,6 +3690,16 @@
|
|
|
3690
3690
|
width: 26px;
|
|
3691
3691
|
}
|
|
3692
3692
|
|
|
3693
|
+
@media print {
|
|
3694
|
+
.e-schedule .e-table-container {
|
|
3695
|
+
display: block;
|
|
3696
|
+
}
|
|
3697
|
+
.e-schedule .e-vertical-view .e-content-table thead {
|
|
3698
|
+
-webkit-column-break-inside: auto;
|
|
3699
|
+
-moz-column-break-inside: auto;
|
|
3700
|
+
break-inside: auto;
|
|
3701
|
+
}
|
|
3702
|
+
}
|
|
3693
3703
|
.e-bigger .e-more-popup-wrapper,
|
|
3694
3704
|
.e-more-popup-wrapper {
|
|
3695
3705
|
background: #424242;
|
|
@@ -3737,6 +3737,16 @@
|
|
|
3737
3737
|
width: 26px;
|
|
3738
3738
|
}
|
|
3739
3739
|
|
|
3740
|
+
@media print {
|
|
3741
|
+
.e-schedule .e-table-container {
|
|
3742
|
+
display: block;
|
|
3743
|
+
}
|
|
3744
|
+
.e-schedule .e-vertical-view .e-content-table thead {
|
|
3745
|
+
-webkit-column-break-inside: auto;
|
|
3746
|
+
-moz-column-break-inside: auto;
|
|
3747
|
+
break-inside: auto;
|
|
3748
|
+
}
|
|
3749
|
+
}
|
|
3740
3750
|
.e-bigger .e-more-popup-wrapper,
|
|
3741
3751
|
.e-more-popup-wrapper {
|
|
3742
3752
|
background: #fff;
|
|
@@ -3782,6 +3782,16 @@
|
|
|
3782
3782
|
width: 26px;
|
|
3783
3783
|
}
|
|
3784
3784
|
|
|
3785
|
+
@media print {
|
|
3786
|
+
.e-schedule .e-table-container {
|
|
3787
|
+
display: block;
|
|
3788
|
+
}
|
|
3789
|
+
.e-schedule .e-vertical-view .e-content-table thead {
|
|
3790
|
+
-webkit-column-break-inside: auto;
|
|
3791
|
+
-moz-column-break-inside: auto;
|
|
3792
|
+
break-inside: auto;
|
|
3793
|
+
}
|
|
3794
|
+
}
|
|
3785
3795
|
.e-bigger .e-more-popup-wrapper,
|
|
3786
3796
|
.e-more-popup-wrapper {
|
|
3787
3797
|
background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.11)), to(rgba(var(--color-sf-primary), 0.11))), rgba(var(--color-sf-surface));
|
|
@@ -3838,6 +3838,16 @@
|
|
|
3838
3838
|
width: 26px;
|
|
3839
3839
|
}
|
|
3840
3840
|
|
|
3841
|
+
@media print {
|
|
3842
|
+
.e-schedule .e-table-container {
|
|
3843
|
+
display: block;
|
|
3844
|
+
}
|
|
3845
|
+
.e-schedule .e-vertical-view .e-content-table thead {
|
|
3846
|
+
-webkit-column-break-inside: auto;
|
|
3847
|
+
-moz-column-break-inside: auto;
|
|
3848
|
+
break-inside: auto;
|
|
3849
|
+
}
|
|
3850
|
+
}
|
|
3841
3851
|
.e-bigger .e-more-popup-wrapper,
|
|
3842
3852
|
.e-more-popup-wrapper {
|
|
3843
3853
|
background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-surface), 1)), to(rgba(var(--color-sf-surface), 1))), rgba(var(--color-sf-surface));
|
|
@@ -3664,6 +3664,16 @@
|
|
|
3664
3664
|
width: 26px;
|
|
3665
3665
|
}
|
|
3666
3666
|
|
|
3667
|
+
@media print {
|
|
3668
|
+
.e-schedule .e-table-container {
|
|
3669
|
+
display: block;
|
|
3670
|
+
}
|
|
3671
|
+
.e-schedule .e-vertical-view .e-content-table thead {
|
|
3672
|
+
-webkit-column-break-inside: auto;
|
|
3673
|
+
-moz-column-break-inside: auto;
|
|
3674
|
+
break-inside: auto;
|
|
3675
|
+
}
|
|
3676
|
+
}
|
|
3667
3677
|
.e-bigger .e-more-popup-wrapper,
|
|
3668
3678
|
.e-more-popup-wrapper {
|
|
3669
3679
|
background: #1f2937;
|
|
@@ -3664,6 +3664,16 @@
|
|
|
3664
3664
|
width: 26px;
|
|
3665
3665
|
}
|
|
3666
3666
|
|
|
3667
|
+
@media print {
|
|
3668
|
+
.e-schedule .e-table-container {
|
|
3669
|
+
display: block;
|
|
3670
|
+
}
|
|
3671
|
+
.e-schedule .e-vertical-view .e-content-table thead {
|
|
3672
|
+
-webkit-column-break-inside: auto;
|
|
3673
|
+
-moz-column-break-inside: auto;
|
|
3674
|
+
break-inside: auto;
|
|
3675
|
+
}
|
|
3676
|
+
}
|
|
3667
3677
|
.e-bigger .e-more-popup-wrapper,
|
|
3668
3678
|
.e-more-popup-wrapper {
|
|
3669
3679
|
background: #fff;
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -3664,6 +3664,16 @@
|
|
|
3664
3664
|
width: 26px;
|
|
3665
3665
|
}
|
|
3666
3666
|
|
|
3667
|
+
@media print {
|
|
3668
|
+
.e-schedule .e-table-container {
|
|
3669
|
+
display: block;
|
|
3670
|
+
}
|
|
3671
|
+
.e-schedule .e-vertical-view .e-content-table thead {
|
|
3672
|
+
-webkit-column-break-inside: auto;
|
|
3673
|
+
-moz-column-break-inside: auto;
|
|
3674
|
+
break-inside: auto;
|
|
3675
|
+
}
|
|
3676
|
+
}
|
|
3667
3677
|
.e-bigger .e-more-popup-wrapper,
|
|
3668
3678
|
.e-more-popup-wrapper {
|
|
3669
3679
|
background: #1f2937;
|
package/styles/tailwind.css
CHANGED
|
@@ -3664,6 +3664,16 @@
|
|
|
3664
3664
|
width: 26px;
|
|
3665
3665
|
}
|
|
3666
3666
|
|
|
3667
|
+
@media print {
|
|
3668
|
+
.e-schedule .e-table-container {
|
|
3669
|
+
display: block;
|
|
3670
|
+
}
|
|
3671
|
+
.e-schedule .e-vertical-view .e-content-table thead {
|
|
3672
|
+
-webkit-column-break-inside: auto;
|
|
3673
|
+
-moz-column-break-inside: auto;
|
|
3674
|
+
break-inside: auto;
|
|
3675
|
+
}
|
|
3676
|
+
}
|
|
3667
3677
|
.e-bigger .e-more-popup-wrapper,
|
|
3668
3678
|
.e-more-popup-wrapper {
|
|
3669
3679
|
background: #fff;
|