@syncfusion/ej2-vue-schedule 21.1.37 → 21.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/CHANGELOG.md +16 -0
- package/dist/ej2-vue-schedule.umd.min.js +1 -1
- package/dist/global/ej2-vue-schedule.min.js +2 -2
- package/package.json +8 -8
- package/styles/bootstrap-dark.css +10 -4
- package/styles/bootstrap.css +10 -4
- package/styles/bootstrap4.css +10 -4
- package/styles/bootstrap5-dark.css +10 -4
- package/styles/bootstrap5.css +10 -4
- package/styles/fabric-dark.css +10 -4
- package/styles/fabric.css +10 -4
- package/styles/fluent-dark.css +10 -4
- package/styles/fluent.css +10 -4
- package/styles/highcontrast-light.css +10 -4
- package/styles/highcontrast.css +10 -4
- package/styles/material-dark.css +10 -4
- package/styles/material.css +10 -4
- package/styles/schedule/bootstrap-dark.css +10 -4
- package/styles/schedule/bootstrap.css +10 -4
- package/styles/schedule/bootstrap4.css +10 -4
- package/styles/schedule/bootstrap5-dark.css +10 -4
- package/styles/schedule/bootstrap5.css +10 -4
- package/styles/schedule/fabric-dark.css +10 -4
- package/styles/schedule/fabric.css +10 -4
- package/styles/schedule/fluent-dark.css +10 -4
- package/styles/schedule/fluent.css +10 -4
- package/styles/schedule/highcontrast-light.css +10 -4
- package/styles/schedule/highcontrast.css +10 -4
- package/styles/schedule/material-dark.css +10 -4
- package/styles/schedule/material.css +10 -4
- package/styles/schedule/tailwind-dark.css +10 -4
- package/styles/schedule/tailwind.css +10 -4
- package/styles/tailwind-dark.css +10 -4
- package/styles/tailwind.css +10 -4
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-vue-schedule@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-vue-schedule@21.1.
|
|
3
|
+
"_id": "@syncfusion/ej2-vue-schedule@21.1.38",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-n2Lke7ZRnYTORtdEPrjIx9NyOBTr0hufZ+CGwdsZfYGerez8rO93W8/wtPKCdP+ONjsbhIUMEp5f3kmaRwNOpQ==",
|
|
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.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-schedule/-/ej2-vue-schedule-21.1.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-schedule/-/ej2-vue-schedule-21.1.38.tgz",
|
|
23
|
+
"_shasum": "d90a7f014a7c61c6d82971571ea7d93debff9ef3",
|
|
24
24
|
"_spec": "@syncfusion/ej2-vue-schedule@*",
|
|
25
25
|
"_where": "/jenkins/workspace/elease-automation_release_21.1.1/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-base": "~21.1.
|
|
35
|
-
"@syncfusion/ej2-schedule": "21.1.
|
|
36
|
-
"@syncfusion/ej2-vue-base": "~21.1.
|
|
34
|
+
"@syncfusion/ej2-base": "~21.1.39",
|
|
35
|
+
"@syncfusion/ej2-schedule": "21.1.39",
|
|
36
|
+
"@syncfusion/ej2-vue-base": "~21.1.38"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
39
39
|
"description": "Flexible scheduling library with more built-in features and enhanced customization options similar to outlook and google calendar, allowing the users to plan and manage their appointments with efficient data-binding support. for Vue",
|
|
@@ -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": "21.1.
|
|
62
|
+
"version": "21.1.39",
|
|
63
63
|
"sideEffects": false
|
|
64
64
|
}
|
|
@@ -697,7 +697,9 @@
|
|
|
697
697
|
}
|
|
698
698
|
.e-schedule .e-event-resize.e-left-handler, .e-schedule .e-event-resize.e-right-handler {
|
|
699
699
|
height: 100%;
|
|
700
|
-
width:
|
|
700
|
+
min-width: 1px;
|
|
701
|
+
max-width: 10px;
|
|
702
|
+
width: 20%;
|
|
701
703
|
}
|
|
702
704
|
.e-schedule .e-event-resize.e-left-handler {
|
|
703
705
|
cursor: ew-resize;
|
|
@@ -710,7 +712,9 @@
|
|
|
710
712
|
right: 0;
|
|
711
713
|
}
|
|
712
714
|
.e-schedule .e-event-resize.e-top-handler, .e-schedule .e-event-resize.e-bottom-handler {
|
|
713
|
-
height:
|
|
715
|
+
min-height: 1px;
|
|
716
|
+
max-height: 10px;
|
|
717
|
+
height: 20%;
|
|
714
718
|
width: 100%;
|
|
715
719
|
}
|
|
716
720
|
.e-schedule .e-event-resize.e-top-handler {
|
|
@@ -3838,7 +3842,9 @@
|
|
|
3838
3842
|
background: #0070f0;
|
|
3839
3843
|
border-radius: 50%;
|
|
3840
3844
|
color: #fff;
|
|
3841
|
-
width: 20px;
|
|
3845
|
+
min-width: 20px;
|
|
3846
|
+
padding: 0 4px;
|
|
3847
|
+
width: fit-content;
|
|
3842
3848
|
}
|
|
3843
3849
|
.e-schedule .e-month-view .e-selected-cell,
|
|
3844
3850
|
.e-schedule .e-month-agenda-view .e-selected-cell {
|
|
@@ -3868,7 +3874,7 @@
|
|
|
3868
3874
|
border-width: 0;
|
|
3869
3875
|
}
|
|
3870
3876
|
.e-schedule .e-month-agenda-view .e-current-date .e-date-header {
|
|
3871
|
-
width: 24px;
|
|
3877
|
+
min-width: 24px;
|
|
3872
3878
|
}
|
|
3873
3879
|
.e-schedule .e-timeline-view .e-date-header-wrap table td:first-child,
|
|
3874
3880
|
.e-schedule .e-timeline-view .e-content-wrap table td:first-child,
|
package/styles/bootstrap.css
CHANGED
|
@@ -697,7 +697,9 @@
|
|
|
697
697
|
}
|
|
698
698
|
.e-schedule .e-event-resize.e-left-handler, .e-schedule .e-event-resize.e-right-handler {
|
|
699
699
|
height: 100%;
|
|
700
|
-
width:
|
|
700
|
+
min-width: 1px;
|
|
701
|
+
max-width: 10px;
|
|
702
|
+
width: 20%;
|
|
701
703
|
}
|
|
702
704
|
.e-schedule .e-event-resize.e-left-handler {
|
|
703
705
|
cursor: ew-resize;
|
|
@@ -710,7 +712,9 @@
|
|
|
710
712
|
right: 0;
|
|
711
713
|
}
|
|
712
714
|
.e-schedule .e-event-resize.e-top-handler, .e-schedule .e-event-resize.e-bottom-handler {
|
|
713
|
-
height:
|
|
715
|
+
min-height: 1px;
|
|
716
|
+
max-height: 10px;
|
|
717
|
+
height: 20%;
|
|
714
718
|
width: 100%;
|
|
715
719
|
}
|
|
716
720
|
.e-schedule .e-event-resize.e-top-handler {
|
|
@@ -3838,7 +3842,9 @@
|
|
|
3838
3842
|
background: #317ab9;
|
|
3839
3843
|
border-radius: 50%;
|
|
3840
3844
|
color: #fff;
|
|
3841
|
-
width: 20px;
|
|
3845
|
+
min-width: 20px;
|
|
3846
|
+
padding: 0 4px;
|
|
3847
|
+
width: fit-content;
|
|
3842
3848
|
}
|
|
3843
3849
|
.e-schedule .e-month-view .e-selected-cell,
|
|
3844
3850
|
.e-schedule .e-month-agenda-view .e-selected-cell {
|
|
@@ -3868,7 +3874,7 @@
|
|
|
3868
3874
|
border-width: 0;
|
|
3869
3875
|
}
|
|
3870
3876
|
.e-schedule .e-month-agenda-view .e-current-date .e-date-header {
|
|
3871
|
-
width: 24px;
|
|
3877
|
+
min-width: 24px;
|
|
3872
3878
|
}
|
|
3873
3879
|
.e-schedule .e-timeline-view .e-date-header-wrap table td:first-child,
|
|
3874
3880
|
.e-schedule .e-timeline-view .e-content-wrap table td:first-child,
|
package/styles/bootstrap4.css
CHANGED
|
@@ -776,7 +776,9 @@
|
|
|
776
776
|
}
|
|
777
777
|
.e-schedule .e-event-resize.e-left-handler, .e-schedule .e-event-resize.e-right-handler {
|
|
778
778
|
height: 100%;
|
|
779
|
-
width:
|
|
779
|
+
min-width: 1px;
|
|
780
|
+
max-width: 10px;
|
|
781
|
+
width: 20%;
|
|
780
782
|
}
|
|
781
783
|
.e-schedule .e-event-resize.e-left-handler {
|
|
782
784
|
cursor: ew-resize;
|
|
@@ -789,7 +791,9 @@
|
|
|
789
791
|
right: 0;
|
|
790
792
|
}
|
|
791
793
|
.e-schedule .e-event-resize.e-top-handler, .e-schedule .e-event-resize.e-bottom-handler {
|
|
792
|
-
height:
|
|
794
|
+
min-height: 1px;
|
|
795
|
+
max-height: 10px;
|
|
796
|
+
height: 20%;
|
|
793
797
|
width: 100%;
|
|
794
798
|
}
|
|
795
799
|
.e-schedule .e-event-resize.e-top-handler {
|
|
@@ -3917,7 +3921,9 @@
|
|
|
3917
3921
|
background: #007bff;
|
|
3918
3922
|
border-radius: 50%;
|
|
3919
3923
|
color: #fff;
|
|
3920
|
-
width: 20px;
|
|
3924
|
+
min-width: 20px;
|
|
3925
|
+
padding: 0 4px;
|
|
3926
|
+
width: fit-content;
|
|
3921
3927
|
}
|
|
3922
3928
|
.e-schedule .e-month-view .e-selected-cell,
|
|
3923
3929
|
.e-schedule .e-month-agenda-view .e-selected-cell {
|
|
@@ -3947,7 +3953,7 @@
|
|
|
3947
3953
|
border-width: 0;
|
|
3948
3954
|
}
|
|
3949
3955
|
.e-schedule .e-month-agenda-view .e-current-date .e-date-header {
|
|
3950
|
-
width: 24px;
|
|
3956
|
+
min-width: 24px;
|
|
3951
3957
|
}
|
|
3952
3958
|
.e-schedule .e-timeline-view .e-date-header-wrap table td:first-child,
|
|
3953
3959
|
.e-schedule .e-timeline-view .e-content-wrap table td:first-child,
|
|
@@ -750,7 +750,9 @@
|
|
|
750
750
|
}
|
|
751
751
|
.e-schedule .e-event-resize.e-left-handler, .e-schedule .e-event-resize.e-right-handler {
|
|
752
752
|
height: 100%;
|
|
753
|
-
width:
|
|
753
|
+
min-width: 1px;
|
|
754
|
+
max-width: 10px;
|
|
755
|
+
width: 20%;
|
|
754
756
|
}
|
|
755
757
|
.e-schedule .e-event-resize.e-left-handler {
|
|
756
758
|
cursor: ew-resize;
|
|
@@ -763,7 +765,9 @@
|
|
|
763
765
|
right: 0;
|
|
764
766
|
}
|
|
765
767
|
.e-schedule .e-event-resize.e-top-handler, .e-schedule .e-event-resize.e-bottom-handler {
|
|
766
|
-
height:
|
|
768
|
+
min-height: 1px;
|
|
769
|
+
max-height: 10px;
|
|
770
|
+
height: 20%;
|
|
767
771
|
width: 100%;
|
|
768
772
|
}
|
|
769
773
|
.e-schedule .e-event-resize.e-top-handler {
|
|
@@ -3891,7 +3895,9 @@
|
|
|
3891
3895
|
background: #0d6efd;
|
|
3892
3896
|
border-radius: 50%;
|
|
3893
3897
|
color: #212529;
|
|
3894
|
-
width: 20px;
|
|
3898
|
+
min-width: 20px;
|
|
3899
|
+
padding: 0 4px;
|
|
3900
|
+
width: fit-content;
|
|
3895
3901
|
}
|
|
3896
3902
|
.e-schedule .e-month-view .e-selected-cell,
|
|
3897
3903
|
.e-schedule .e-month-agenda-view .e-selected-cell {
|
|
@@ -3921,7 +3927,7 @@
|
|
|
3921
3927
|
border-width: 0;
|
|
3922
3928
|
}
|
|
3923
3929
|
.e-schedule .e-month-agenda-view .e-current-date .e-date-header {
|
|
3924
|
-
width: 24px;
|
|
3930
|
+
min-width: 24px;
|
|
3925
3931
|
}
|
|
3926
3932
|
.e-schedule .e-timeline-view .e-date-header-wrap table td:first-child,
|
|
3927
3933
|
.e-schedule .e-timeline-view .e-content-wrap table td:first-child,
|
package/styles/bootstrap5.css
CHANGED
|
@@ -750,7 +750,9 @@
|
|
|
750
750
|
}
|
|
751
751
|
.e-schedule .e-event-resize.e-left-handler, .e-schedule .e-event-resize.e-right-handler {
|
|
752
752
|
height: 100%;
|
|
753
|
-
width:
|
|
753
|
+
min-width: 1px;
|
|
754
|
+
max-width: 10px;
|
|
755
|
+
width: 20%;
|
|
754
756
|
}
|
|
755
757
|
.e-schedule .e-event-resize.e-left-handler {
|
|
756
758
|
cursor: ew-resize;
|
|
@@ -763,7 +765,9 @@
|
|
|
763
765
|
right: 0;
|
|
764
766
|
}
|
|
765
767
|
.e-schedule .e-event-resize.e-top-handler, .e-schedule .e-event-resize.e-bottom-handler {
|
|
766
|
-
height:
|
|
768
|
+
min-height: 1px;
|
|
769
|
+
max-height: 10px;
|
|
770
|
+
height: 20%;
|
|
767
771
|
width: 100%;
|
|
768
772
|
}
|
|
769
773
|
.e-schedule .e-event-resize.e-top-handler {
|
|
@@ -3891,7 +3895,9 @@
|
|
|
3891
3895
|
background: #0d6efd;
|
|
3892
3896
|
border-radius: 50%;
|
|
3893
3897
|
color: #fff;
|
|
3894
|
-
width: 20px;
|
|
3898
|
+
min-width: 20px;
|
|
3899
|
+
padding: 0 4px;
|
|
3900
|
+
width: fit-content;
|
|
3895
3901
|
}
|
|
3896
3902
|
.e-schedule .e-month-view .e-selected-cell,
|
|
3897
3903
|
.e-schedule .e-month-agenda-view .e-selected-cell {
|
|
@@ -3921,7 +3927,7 @@
|
|
|
3921
3927
|
border-width: 0;
|
|
3922
3928
|
}
|
|
3923
3929
|
.e-schedule .e-month-agenda-view .e-current-date .e-date-header {
|
|
3924
|
-
width: 24px;
|
|
3930
|
+
min-width: 24px;
|
|
3925
3931
|
}
|
|
3926
3932
|
.e-schedule .e-timeline-view .e-date-header-wrap table td:first-child,
|
|
3927
3933
|
.e-schedule .e-timeline-view .e-content-wrap table td:first-child,
|
package/styles/fabric-dark.css
CHANGED
|
@@ -664,7 +664,9 @@
|
|
|
664
664
|
}
|
|
665
665
|
.e-schedule .e-event-resize.e-left-handler, .e-schedule .e-event-resize.e-right-handler {
|
|
666
666
|
height: 100%;
|
|
667
|
-
width:
|
|
667
|
+
min-width: 1px;
|
|
668
|
+
max-width: 10px;
|
|
669
|
+
width: 20%;
|
|
668
670
|
}
|
|
669
671
|
.e-schedule .e-event-resize.e-left-handler {
|
|
670
672
|
cursor: ew-resize;
|
|
@@ -677,7 +679,9 @@
|
|
|
677
679
|
right: 0;
|
|
678
680
|
}
|
|
679
681
|
.e-schedule .e-event-resize.e-top-handler, .e-schedule .e-event-resize.e-bottom-handler {
|
|
680
|
-
height:
|
|
682
|
+
min-height: 1px;
|
|
683
|
+
max-height: 10px;
|
|
684
|
+
height: 20%;
|
|
681
685
|
width: 100%;
|
|
682
686
|
}
|
|
683
687
|
.e-schedule .e-event-resize.e-top-handler {
|
|
@@ -3805,7 +3809,9 @@
|
|
|
3805
3809
|
background: #0074cc;
|
|
3806
3810
|
border-radius: 50%;
|
|
3807
3811
|
color: #fff;
|
|
3808
|
-
width: 20px;
|
|
3812
|
+
min-width: 20px;
|
|
3813
|
+
padding: 0 4px;
|
|
3814
|
+
width: fit-content;
|
|
3809
3815
|
}
|
|
3810
3816
|
.e-schedule .e-month-view .e-selected-cell,
|
|
3811
3817
|
.e-schedule .e-month-agenda-view .e-selected-cell {
|
|
@@ -3835,7 +3841,7 @@
|
|
|
3835
3841
|
border-width: 0;
|
|
3836
3842
|
}
|
|
3837
3843
|
.e-schedule .e-month-agenda-view .e-current-date .e-date-header {
|
|
3838
|
-
width: 24px;
|
|
3844
|
+
min-width: 24px;
|
|
3839
3845
|
}
|
|
3840
3846
|
.e-schedule .e-timeline-view .e-date-header-wrap table td:first-child,
|
|
3841
3847
|
.e-schedule .e-timeline-view .e-content-wrap table td:first-child,
|
package/styles/fabric.css
CHANGED
|
@@ -659,7 +659,9 @@
|
|
|
659
659
|
}
|
|
660
660
|
.e-schedule .e-event-resize.e-left-handler, .e-schedule .e-event-resize.e-right-handler {
|
|
661
661
|
height: 100%;
|
|
662
|
-
width:
|
|
662
|
+
min-width: 1px;
|
|
663
|
+
max-width: 10px;
|
|
664
|
+
width: 20%;
|
|
663
665
|
}
|
|
664
666
|
.e-schedule .e-event-resize.e-left-handler {
|
|
665
667
|
cursor: ew-resize;
|
|
@@ -672,7 +674,9 @@
|
|
|
672
674
|
right: 0;
|
|
673
675
|
}
|
|
674
676
|
.e-schedule .e-event-resize.e-top-handler, .e-schedule .e-event-resize.e-bottom-handler {
|
|
675
|
-
height:
|
|
677
|
+
min-height: 1px;
|
|
678
|
+
max-height: 10px;
|
|
679
|
+
height: 20%;
|
|
676
680
|
width: 100%;
|
|
677
681
|
}
|
|
678
682
|
.e-schedule .e-event-resize.e-top-handler {
|
|
@@ -3800,7 +3804,9 @@
|
|
|
3800
3804
|
background: #0078d6;
|
|
3801
3805
|
border-radius: 50%;
|
|
3802
3806
|
color: #fff;
|
|
3803
|
-
width: 20px;
|
|
3807
|
+
min-width: 20px;
|
|
3808
|
+
padding: 0 4px;
|
|
3809
|
+
width: fit-content;
|
|
3804
3810
|
}
|
|
3805
3811
|
.e-schedule .e-month-view .e-selected-cell,
|
|
3806
3812
|
.e-schedule .e-month-agenda-view .e-selected-cell {
|
|
@@ -3830,7 +3836,7 @@
|
|
|
3830
3836
|
border-width: 0;
|
|
3831
3837
|
}
|
|
3832
3838
|
.e-schedule .e-month-agenda-view .e-current-date .e-date-header {
|
|
3833
|
-
width: 24px;
|
|
3839
|
+
min-width: 24px;
|
|
3834
3840
|
}
|
|
3835
3841
|
.e-schedule .e-timeline-view .e-date-header-wrap table td:first-child,
|
|
3836
3842
|
.e-schedule .e-timeline-view .e-content-wrap table td:first-child,
|
package/styles/fluent-dark.css
CHANGED
|
@@ -727,7 +727,9 @@
|
|
|
727
727
|
}
|
|
728
728
|
.e-schedule .e-event-resize.e-left-handler, .e-schedule .e-event-resize.e-right-handler {
|
|
729
729
|
height: 100%;
|
|
730
|
-
width:
|
|
730
|
+
min-width: 1px;
|
|
731
|
+
max-width: 10px;
|
|
732
|
+
width: 20%;
|
|
731
733
|
}
|
|
732
734
|
.e-schedule .e-event-resize.e-left-handler {
|
|
733
735
|
cursor: ew-resize;
|
|
@@ -740,7 +742,9 @@
|
|
|
740
742
|
right: 0;
|
|
741
743
|
}
|
|
742
744
|
.e-schedule .e-event-resize.e-top-handler, .e-schedule .e-event-resize.e-bottom-handler {
|
|
743
|
-
height:
|
|
745
|
+
min-height: 1px;
|
|
746
|
+
max-height: 10px;
|
|
747
|
+
height: 20%;
|
|
744
748
|
width: 100%;
|
|
745
749
|
}
|
|
746
750
|
.e-schedule .e-event-resize.e-top-handler {
|
|
@@ -3868,7 +3872,9 @@
|
|
|
3868
3872
|
background: #0078d4;
|
|
3869
3873
|
border-radius: 50%;
|
|
3870
3874
|
color: #1b1a19;
|
|
3871
|
-
width: 20px;
|
|
3875
|
+
min-width: 20px;
|
|
3876
|
+
padding: 0 4px;
|
|
3877
|
+
width: fit-content;
|
|
3872
3878
|
}
|
|
3873
3879
|
.e-schedule .e-month-view .e-selected-cell,
|
|
3874
3880
|
.e-schedule .e-month-agenda-view .e-selected-cell {
|
|
@@ -3898,7 +3904,7 @@
|
|
|
3898
3904
|
border-width: 0;
|
|
3899
3905
|
}
|
|
3900
3906
|
.e-schedule .e-month-agenda-view .e-current-date .e-date-header {
|
|
3901
|
-
width: 24px;
|
|
3907
|
+
min-width: 24px;
|
|
3902
3908
|
}
|
|
3903
3909
|
.e-schedule .e-timeline-view .e-date-header-wrap table td:first-child,
|
|
3904
3910
|
.e-schedule .e-timeline-view .e-content-wrap table td:first-child,
|
package/styles/fluent.css
CHANGED
|
@@ -727,7 +727,9 @@
|
|
|
727
727
|
}
|
|
728
728
|
.e-schedule .e-event-resize.e-left-handler, .e-schedule .e-event-resize.e-right-handler {
|
|
729
729
|
height: 100%;
|
|
730
|
-
width:
|
|
730
|
+
min-width: 1px;
|
|
731
|
+
max-width: 10px;
|
|
732
|
+
width: 20%;
|
|
731
733
|
}
|
|
732
734
|
.e-schedule .e-event-resize.e-left-handler {
|
|
733
735
|
cursor: ew-resize;
|
|
@@ -740,7 +742,9 @@
|
|
|
740
742
|
right: 0;
|
|
741
743
|
}
|
|
742
744
|
.e-schedule .e-event-resize.e-top-handler, .e-schedule .e-event-resize.e-bottom-handler {
|
|
743
|
-
height:
|
|
745
|
+
min-height: 1px;
|
|
746
|
+
max-height: 10px;
|
|
747
|
+
height: 20%;
|
|
744
748
|
width: 100%;
|
|
745
749
|
}
|
|
746
750
|
.e-schedule .e-event-resize.e-top-handler {
|
|
@@ -3868,7 +3872,9 @@
|
|
|
3868
3872
|
background: #0078d4;
|
|
3869
3873
|
border-radius: 50%;
|
|
3870
3874
|
color: #fff;
|
|
3871
|
-
width: 20px;
|
|
3875
|
+
min-width: 20px;
|
|
3876
|
+
padding: 0 4px;
|
|
3877
|
+
width: fit-content;
|
|
3872
3878
|
}
|
|
3873
3879
|
.e-schedule .e-month-view .e-selected-cell,
|
|
3874
3880
|
.e-schedule .e-month-agenda-view .e-selected-cell {
|
|
@@ -3898,7 +3904,7 @@
|
|
|
3898
3904
|
border-width: 0;
|
|
3899
3905
|
}
|
|
3900
3906
|
.e-schedule .e-month-agenda-view .e-current-date .e-date-header {
|
|
3901
|
-
width: 24px;
|
|
3907
|
+
min-width: 24px;
|
|
3902
3908
|
}
|
|
3903
3909
|
.e-schedule .e-timeline-view .e-date-header-wrap table td:first-child,
|
|
3904
3910
|
.e-schedule .e-timeline-view .e-content-wrap table td:first-child,
|
|
@@ -741,7 +741,9 @@
|
|
|
741
741
|
}
|
|
742
742
|
.e-schedule .e-event-resize.e-left-handler, .e-schedule .e-event-resize.e-right-handler {
|
|
743
743
|
height: 100%;
|
|
744
|
-
width:
|
|
744
|
+
min-width: 1px;
|
|
745
|
+
max-width: 10px;
|
|
746
|
+
width: 20%;
|
|
745
747
|
}
|
|
746
748
|
.e-schedule .e-event-resize.e-left-handler {
|
|
747
749
|
cursor: ew-resize;
|
|
@@ -754,7 +756,9 @@
|
|
|
754
756
|
right: 0;
|
|
755
757
|
}
|
|
756
758
|
.e-schedule .e-event-resize.e-top-handler, .e-schedule .e-event-resize.e-bottom-handler {
|
|
757
|
-
height:
|
|
759
|
+
min-height: 1px;
|
|
760
|
+
max-height: 10px;
|
|
761
|
+
height: 20%;
|
|
758
762
|
width: 100%;
|
|
759
763
|
}
|
|
760
764
|
.e-schedule .e-event-resize.e-top-handler {
|
|
@@ -3882,7 +3886,9 @@
|
|
|
3882
3886
|
background: transparent;
|
|
3883
3887
|
border-radius: 50%;
|
|
3884
3888
|
color: #fff;
|
|
3885
|
-
width: 20px;
|
|
3889
|
+
min-width: 20px;
|
|
3890
|
+
padding: 0 4px;
|
|
3891
|
+
width: fit-content;
|
|
3886
3892
|
}
|
|
3887
3893
|
.e-schedule .e-month-view .e-selected-cell,
|
|
3888
3894
|
.e-schedule .e-month-agenda-view .e-selected-cell {
|
|
@@ -3912,7 +3918,7 @@
|
|
|
3912
3918
|
border-width: 0;
|
|
3913
3919
|
}
|
|
3914
3920
|
.e-schedule .e-month-agenda-view .e-current-date .e-date-header {
|
|
3915
|
-
width: 24px;
|
|
3921
|
+
min-width: 24px;
|
|
3916
3922
|
}
|
|
3917
3923
|
.e-schedule .e-timeline-view .e-date-header-wrap table td:first-child,
|
|
3918
3924
|
.e-schedule .e-timeline-view .e-content-wrap table td:first-child,
|
package/styles/highcontrast.css
CHANGED
|
@@ -745,7 +745,9 @@
|
|
|
745
745
|
}
|
|
746
746
|
.e-schedule .e-event-resize.e-left-handler, .e-schedule .e-event-resize.e-right-handler {
|
|
747
747
|
height: 100%;
|
|
748
|
-
width:
|
|
748
|
+
min-width: 1px;
|
|
749
|
+
max-width: 10px;
|
|
750
|
+
width: 20%;
|
|
749
751
|
}
|
|
750
752
|
.e-schedule .e-event-resize.e-left-handler {
|
|
751
753
|
cursor: ew-resize;
|
|
@@ -758,7 +760,9 @@
|
|
|
758
760
|
right: 0;
|
|
759
761
|
}
|
|
760
762
|
.e-schedule .e-event-resize.e-top-handler, .e-schedule .e-event-resize.e-bottom-handler {
|
|
761
|
-
height:
|
|
763
|
+
min-height: 1px;
|
|
764
|
+
max-height: 10px;
|
|
765
|
+
height: 20%;
|
|
762
766
|
width: 100%;
|
|
763
767
|
}
|
|
764
768
|
.e-schedule .e-event-resize.e-top-handler {
|
|
@@ -3886,7 +3890,9 @@
|
|
|
3886
3890
|
background: transparent;
|
|
3887
3891
|
border-radius: 50%;
|
|
3888
3892
|
color: #ffd939;
|
|
3889
|
-
width: 20px;
|
|
3893
|
+
min-width: 20px;
|
|
3894
|
+
padding: 0 4px;
|
|
3895
|
+
width: fit-content;
|
|
3890
3896
|
}
|
|
3891
3897
|
.e-schedule .e-month-view .e-selected-cell,
|
|
3892
3898
|
.e-schedule .e-month-agenda-view .e-selected-cell {
|
|
@@ -3916,7 +3922,7 @@
|
|
|
3916
3922
|
border-width: 0;
|
|
3917
3923
|
}
|
|
3918
3924
|
.e-schedule .e-month-agenda-view .e-current-date .e-date-header {
|
|
3919
|
-
width: 24px;
|
|
3925
|
+
min-width: 24px;
|
|
3920
3926
|
}
|
|
3921
3927
|
.e-schedule .e-timeline-view .e-date-header-wrap table td:first-child,
|
|
3922
3928
|
.e-schedule .e-timeline-view .e-content-wrap table td:first-child,
|
package/styles/material-dark.css
CHANGED
|
@@ -686,7 +686,9 @@
|
|
|
686
686
|
}
|
|
687
687
|
.e-schedule .e-event-resize.e-left-handler, .e-schedule .e-event-resize.e-right-handler {
|
|
688
688
|
height: 100%;
|
|
689
|
-
width:
|
|
689
|
+
min-width: 1px;
|
|
690
|
+
max-width: 10px;
|
|
691
|
+
width: 20%;
|
|
690
692
|
}
|
|
691
693
|
.e-schedule .e-event-resize.e-left-handler {
|
|
692
694
|
cursor: ew-resize;
|
|
@@ -699,7 +701,9 @@
|
|
|
699
701
|
right: 0;
|
|
700
702
|
}
|
|
701
703
|
.e-schedule .e-event-resize.e-top-handler, .e-schedule .e-event-resize.e-bottom-handler {
|
|
702
|
-
height:
|
|
704
|
+
min-height: 1px;
|
|
705
|
+
max-height: 10px;
|
|
706
|
+
height: 20%;
|
|
703
707
|
width: 100%;
|
|
704
708
|
}
|
|
705
709
|
.e-schedule .e-event-resize.e-top-handler {
|
|
@@ -3827,7 +3831,9 @@
|
|
|
3827
3831
|
background: #00b0ff;
|
|
3828
3832
|
border-radius: 50%;
|
|
3829
3833
|
color: #000;
|
|
3830
|
-
width: 20px;
|
|
3834
|
+
min-width: 20px;
|
|
3835
|
+
padding: 0 4px;
|
|
3836
|
+
width: fit-content;
|
|
3831
3837
|
}
|
|
3832
3838
|
.e-schedule .e-month-view .e-selected-cell,
|
|
3833
3839
|
.e-schedule .e-month-agenda-view .e-selected-cell {
|
|
@@ -3857,7 +3863,7 @@
|
|
|
3857
3863
|
border-width: 0;
|
|
3858
3864
|
}
|
|
3859
3865
|
.e-schedule .e-month-agenda-view .e-current-date .e-date-header {
|
|
3860
|
-
width: 24px;
|
|
3866
|
+
min-width: 24px;
|
|
3861
3867
|
}
|
|
3862
3868
|
.e-schedule .e-timeline-view .e-date-header-wrap table td:first-child,
|
|
3863
3869
|
.e-schedule .e-timeline-view .e-content-wrap table td:first-child,
|
package/styles/material.css
CHANGED
|
@@ -722,7 +722,9 @@
|
|
|
722
722
|
}
|
|
723
723
|
.e-schedule .e-event-resize.e-left-handler, .e-schedule .e-event-resize.e-right-handler {
|
|
724
724
|
height: 100%;
|
|
725
|
-
width:
|
|
725
|
+
min-width: 1px;
|
|
726
|
+
max-width: 10px;
|
|
727
|
+
width: 20%;
|
|
726
728
|
}
|
|
727
729
|
.e-schedule .e-event-resize.e-left-handler {
|
|
728
730
|
cursor: ew-resize;
|
|
@@ -735,7 +737,9 @@
|
|
|
735
737
|
right: 0;
|
|
736
738
|
}
|
|
737
739
|
.e-schedule .e-event-resize.e-top-handler, .e-schedule .e-event-resize.e-bottom-handler {
|
|
738
|
-
height:
|
|
740
|
+
min-height: 1px;
|
|
741
|
+
max-height: 10px;
|
|
742
|
+
height: 20%;
|
|
739
743
|
width: 100%;
|
|
740
744
|
}
|
|
741
745
|
.e-schedule .e-event-resize.e-top-handler {
|
|
@@ -3863,7 +3867,9 @@
|
|
|
3863
3867
|
background: #e3165b;
|
|
3864
3868
|
border-radius: 50%;
|
|
3865
3869
|
color: #fff;
|
|
3866
|
-
width: 20px;
|
|
3870
|
+
min-width: 20px;
|
|
3871
|
+
padding: 0 4px;
|
|
3872
|
+
width: fit-content;
|
|
3867
3873
|
}
|
|
3868
3874
|
.e-schedule .e-month-view .e-selected-cell,
|
|
3869
3875
|
.e-schedule .e-month-agenda-view .e-selected-cell {
|
|
@@ -3893,7 +3899,7 @@
|
|
|
3893
3899
|
border-width: 0;
|
|
3894
3900
|
}
|
|
3895
3901
|
.e-schedule .e-month-agenda-view .e-current-date .e-date-header {
|
|
3896
|
-
width: 24px;
|
|
3902
|
+
min-width: 24px;
|
|
3897
3903
|
}
|
|
3898
3904
|
.e-schedule .e-timeline-view .e-date-header-wrap table td:first-child,
|
|
3899
3905
|
.e-schedule .e-timeline-view .e-content-wrap table td:first-child,
|
|
@@ -697,7 +697,9 @@
|
|
|
697
697
|
}
|
|
698
698
|
.e-schedule .e-event-resize.e-left-handler, .e-schedule .e-event-resize.e-right-handler {
|
|
699
699
|
height: 100%;
|
|
700
|
-
width:
|
|
700
|
+
min-width: 1px;
|
|
701
|
+
max-width: 10px;
|
|
702
|
+
width: 20%;
|
|
701
703
|
}
|
|
702
704
|
.e-schedule .e-event-resize.e-left-handler {
|
|
703
705
|
cursor: ew-resize;
|
|
@@ -710,7 +712,9 @@
|
|
|
710
712
|
right: 0;
|
|
711
713
|
}
|
|
712
714
|
.e-schedule .e-event-resize.e-top-handler, .e-schedule .e-event-resize.e-bottom-handler {
|
|
713
|
-
height:
|
|
715
|
+
min-height: 1px;
|
|
716
|
+
max-height: 10px;
|
|
717
|
+
height: 20%;
|
|
714
718
|
width: 100%;
|
|
715
719
|
}
|
|
716
720
|
.e-schedule .e-event-resize.e-top-handler {
|
|
@@ -3838,7 +3842,9 @@
|
|
|
3838
3842
|
background: #0070f0;
|
|
3839
3843
|
border-radius: 50%;
|
|
3840
3844
|
color: #fff;
|
|
3841
|
-
width: 20px;
|
|
3845
|
+
min-width: 20px;
|
|
3846
|
+
padding: 0 4px;
|
|
3847
|
+
width: fit-content;
|
|
3842
3848
|
}
|
|
3843
3849
|
.e-schedule .e-month-view .e-selected-cell,
|
|
3844
3850
|
.e-schedule .e-month-agenda-view .e-selected-cell {
|
|
@@ -3868,7 +3874,7 @@
|
|
|
3868
3874
|
border-width: 0;
|
|
3869
3875
|
}
|
|
3870
3876
|
.e-schedule .e-month-agenda-view .e-current-date .e-date-header {
|
|
3871
|
-
width: 24px;
|
|
3877
|
+
min-width: 24px;
|
|
3872
3878
|
}
|
|
3873
3879
|
.e-schedule .e-timeline-view .e-date-header-wrap table td:first-child,
|
|
3874
3880
|
.e-schedule .e-timeline-view .e-content-wrap table td:first-child,
|
|
@@ -697,7 +697,9 @@
|
|
|
697
697
|
}
|
|
698
698
|
.e-schedule .e-event-resize.e-left-handler, .e-schedule .e-event-resize.e-right-handler {
|
|
699
699
|
height: 100%;
|
|
700
|
-
width:
|
|
700
|
+
min-width: 1px;
|
|
701
|
+
max-width: 10px;
|
|
702
|
+
width: 20%;
|
|
701
703
|
}
|
|
702
704
|
.e-schedule .e-event-resize.e-left-handler {
|
|
703
705
|
cursor: ew-resize;
|
|
@@ -710,7 +712,9 @@
|
|
|
710
712
|
right: 0;
|
|
711
713
|
}
|
|
712
714
|
.e-schedule .e-event-resize.e-top-handler, .e-schedule .e-event-resize.e-bottom-handler {
|
|
713
|
-
height:
|
|
715
|
+
min-height: 1px;
|
|
716
|
+
max-height: 10px;
|
|
717
|
+
height: 20%;
|
|
714
718
|
width: 100%;
|
|
715
719
|
}
|
|
716
720
|
.e-schedule .e-event-resize.e-top-handler {
|
|
@@ -3838,7 +3842,9 @@
|
|
|
3838
3842
|
background: #317ab9;
|
|
3839
3843
|
border-radius: 50%;
|
|
3840
3844
|
color: #fff;
|
|
3841
|
-
width: 20px;
|
|
3845
|
+
min-width: 20px;
|
|
3846
|
+
padding: 0 4px;
|
|
3847
|
+
width: fit-content;
|
|
3842
3848
|
}
|
|
3843
3849
|
.e-schedule .e-month-view .e-selected-cell,
|
|
3844
3850
|
.e-schedule .e-month-agenda-view .e-selected-cell {
|
|
@@ -3868,7 +3874,7 @@
|
|
|
3868
3874
|
border-width: 0;
|
|
3869
3875
|
}
|
|
3870
3876
|
.e-schedule .e-month-agenda-view .e-current-date .e-date-header {
|
|
3871
|
-
width: 24px;
|
|
3877
|
+
min-width: 24px;
|
|
3872
3878
|
}
|
|
3873
3879
|
.e-schedule .e-timeline-view .e-date-header-wrap table td:first-child,
|
|
3874
3880
|
.e-schedule .e-timeline-view .e-content-wrap table td:first-child,
|