@syncfusion/ej2-vue-schedule 21.1.35 → 21.1.38
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 +10 -0
- package/dist/ej2-vue-schedule.umd.min.js +1 -1
- package/dist/global/ej2-vue-schedule.min.js +2 -2
- package/package.json +10 -9
- package/styles/bootstrap-dark.css +4 -2
- package/styles/bootstrap.css +4 -2
- package/styles/bootstrap4.css +4 -2
- package/styles/bootstrap5-dark.css +4 -2
- package/styles/bootstrap5.css +4 -2
- package/styles/fabric-dark.css +4 -2
- package/styles/fabric.css +4 -2
- package/styles/fluent-dark.css +4 -2
- package/styles/fluent.css +4 -2
- package/styles/highcontrast-light.css +4 -2
- package/styles/highcontrast.css +4 -2
- package/styles/material-dark.css +4 -2
- package/styles/material.css +4 -2
- package/styles/schedule/bootstrap-dark.css +4 -2
- package/styles/schedule/bootstrap.css +4 -2
- package/styles/schedule/bootstrap4.css +4 -2
- package/styles/schedule/bootstrap5-dark.css +4 -2
- package/styles/schedule/bootstrap5.css +4 -2
- package/styles/schedule/fabric-dark.css +4 -2
- package/styles/schedule/fabric.css +4 -2
- package/styles/schedule/fluent-dark.css +4 -2
- package/styles/schedule/fluent.css +4 -2
- package/styles/schedule/highcontrast-light.css +4 -2
- package/styles/schedule/highcontrast.css +4 -2
- package/styles/schedule/material-dark.css +4 -2
- package/styles/schedule/material.css +4 -2
- package/styles/schedule/tailwind-dark.css +4 -2
- package/styles/schedule/tailwind.css +4 -2
- package/styles/tailwind-dark.css +4 -2
- package/styles/tailwind.css +4 -2
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@21.1.37",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-Ayx1bWBJxHaF0BVVpFFqasUEtRCVED6EPS+2zvP+EM2SQiSYci2yRP4Ni8Gw/dVkHEM8ITLv8qpfN2Icvl6qPw==",
|
|
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-
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-schedule/-/ej2-vue-schedule-21.1.37.tgz",
|
|
23
|
+
"_shasum": "948b27b80581488ea9aad24cc1e3b40cf97552ce",
|
|
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.38",
|
|
35
|
+
"@syncfusion/ej2-schedule": "21.1.38",
|
|
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",
|
|
@@ -56,8 +56,9 @@
|
|
|
56
56
|
"url": "git+https://github.com/syncfusion/ej2-vue-ui-components.git"
|
|
57
57
|
},
|
|
58
58
|
"scripts": {
|
|
59
|
-
"
|
|
59
|
+
"ci-publish": "gulp ci-publish",
|
|
60
|
+
"compile": "gulp ci-compile && gulp vue-global-script"
|
|
60
61
|
},
|
|
61
|
-
"version": "21.1.
|
|
62
|
+
"version": "21.1.38",
|
|
62
63
|
"sideEffects": false
|
|
63
64
|
}
|
|
@@ -3838,7 +3838,9 @@
|
|
|
3838
3838
|
background: #0070f0;
|
|
3839
3839
|
border-radius: 50%;
|
|
3840
3840
|
color: #fff;
|
|
3841
|
-
width: 20px;
|
|
3841
|
+
min-width: 20px;
|
|
3842
|
+
padding: 0 4px;
|
|
3843
|
+
width: fit-content;
|
|
3842
3844
|
}
|
|
3843
3845
|
.e-schedule .e-month-view .e-selected-cell,
|
|
3844
3846
|
.e-schedule .e-month-agenda-view .e-selected-cell {
|
|
@@ -3868,7 +3870,7 @@
|
|
|
3868
3870
|
border-width: 0;
|
|
3869
3871
|
}
|
|
3870
3872
|
.e-schedule .e-month-agenda-view .e-current-date .e-date-header {
|
|
3871
|
-
width: 24px;
|
|
3873
|
+
min-width: 24px;
|
|
3872
3874
|
}
|
|
3873
3875
|
.e-schedule .e-timeline-view .e-date-header-wrap table td:first-child,
|
|
3874
3876
|
.e-schedule .e-timeline-view .e-content-wrap table td:first-child,
|
package/styles/bootstrap.css
CHANGED
|
@@ -3838,7 +3838,9 @@
|
|
|
3838
3838
|
background: #317ab9;
|
|
3839
3839
|
border-radius: 50%;
|
|
3840
3840
|
color: #fff;
|
|
3841
|
-
width: 20px;
|
|
3841
|
+
min-width: 20px;
|
|
3842
|
+
padding: 0 4px;
|
|
3843
|
+
width: fit-content;
|
|
3842
3844
|
}
|
|
3843
3845
|
.e-schedule .e-month-view .e-selected-cell,
|
|
3844
3846
|
.e-schedule .e-month-agenda-view .e-selected-cell {
|
|
@@ -3868,7 +3870,7 @@
|
|
|
3868
3870
|
border-width: 0;
|
|
3869
3871
|
}
|
|
3870
3872
|
.e-schedule .e-month-agenda-view .e-current-date .e-date-header {
|
|
3871
|
-
width: 24px;
|
|
3873
|
+
min-width: 24px;
|
|
3872
3874
|
}
|
|
3873
3875
|
.e-schedule .e-timeline-view .e-date-header-wrap table td:first-child,
|
|
3874
3876
|
.e-schedule .e-timeline-view .e-content-wrap table td:first-child,
|
package/styles/bootstrap4.css
CHANGED
|
@@ -3917,7 +3917,9 @@
|
|
|
3917
3917
|
background: #007bff;
|
|
3918
3918
|
border-radius: 50%;
|
|
3919
3919
|
color: #fff;
|
|
3920
|
-
width: 20px;
|
|
3920
|
+
min-width: 20px;
|
|
3921
|
+
padding: 0 4px;
|
|
3922
|
+
width: fit-content;
|
|
3921
3923
|
}
|
|
3922
3924
|
.e-schedule .e-month-view .e-selected-cell,
|
|
3923
3925
|
.e-schedule .e-month-agenda-view .e-selected-cell {
|
|
@@ -3947,7 +3949,7 @@
|
|
|
3947
3949
|
border-width: 0;
|
|
3948
3950
|
}
|
|
3949
3951
|
.e-schedule .e-month-agenda-view .e-current-date .e-date-header {
|
|
3950
|
-
width: 24px;
|
|
3952
|
+
min-width: 24px;
|
|
3951
3953
|
}
|
|
3952
3954
|
.e-schedule .e-timeline-view .e-date-header-wrap table td:first-child,
|
|
3953
3955
|
.e-schedule .e-timeline-view .e-content-wrap table td:first-child,
|
|
@@ -3891,7 +3891,9 @@
|
|
|
3891
3891
|
background: #0d6efd;
|
|
3892
3892
|
border-radius: 50%;
|
|
3893
3893
|
color: #212529;
|
|
3894
|
-
width: 20px;
|
|
3894
|
+
min-width: 20px;
|
|
3895
|
+
padding: 0 4px;
|
|
3896
|
+
width: fit-content;
|
|
3895
3897
|
}
|
|
3896
3898
|
.e-schedule .e-month-view .e-selected-cell,
|
|
3897
3899
|
.e-schedule .e-month-agenda-view .e-selected-cell {
|
|
@@ -3921,7 +3923,7 @@
|
|
|
3921
3923
|
border-width: 0;
|
|
3922
3924
|
}
|
|
3923
3925
|
.e-schedule .e-month-agenda-view .e-current-date .e-date-header {
|
|
3924
|
-
width: 24px;
|
|
3926
|
+
min-width: 24px;
|
|
3925
3927
|
}
|
|
3926
3928
|
.e-schedule .e-timeline-view .e-date-header-wrap table td:first-child,
|
|
3927
3929
|
.e-schedule .e-timeline-view .e-content-wrap table td:first-child,
|
package/styles/bootstrap5.css
CHANGED
|
@@ -3891,7 +3891,9 @@
|
|
|
3891
3891
|
background: #0d6efd;
|
|
3892
3892
|
border-radius: 50%;
|
|
3893
3893
|
color: #fff;
|
|
3894
|
-
width: 20px;
|
|
3894
|
+
min-width: 20px;
|
|
3895
|
+
padding: 0 4px;
|
|
3896
|
+
width: fit-content;
|
|
3895
3897
|
}
|
|
3896
3898
|
.e-schedule .e-month-view .e-selected-cell,
|
|
3897
3899
|
.e-schedule .e-month-agenda-view .e-selected-cell {
|
|
@@ -3921,7 +3923,7 @@
|
|
|
3921
3923
|
border-width: 0;
|
|
3922
3924
|
}
|
|
3923
3925
|
.e-schedule .e-month-agenda-view .e-current-date .e-date-header {
|
|
3924
|
-
width: 24px;
|
|
3926
|
+
min-width: 24px;
|
|
3925
3927
|
}
|
|
3926
3928
|
.e-schedule .e-timeline-view .e-date-header-wrap table td:first-child,
|
|
3927
3929
|
.e-schedule .e-timeline-view .e-content-wrap table td:first-child,
|
package/styles/fabric-dark.css
CHANGED
|
@@ -3805,7 +3805,9 @@
|
|
|
3805
3805
|
background: #0074cc;
|
|
3806
3806
|
border-radius: 50%;
|
|
3807
3807
|
color: #fff;
|
|
3808
|
-
width: 20px;
|
|
3808
|
+
min-width: 20px;
|
|
3809
|
+
padding: 0 4px;
|
|
3810
|
+
width: fit-content;
|
|
3809
3811
|
}
|
|
3810
3812
|
.e-schedule .e-month-view .e-selected-cell,
|
|
3811
3813
|
.e-schedule .e-month-agenda-view .e-selected-cell {
|
|
@@ -3835,7 +3837,7 @@
|
|
|
3835
3837
|
border-width: 0;
|
|
3836
3838
|
}
|
|
3837
3839
|
.e-schedule .e-month-agenda-view .e-current-date .e-date-header {
|
|
3838
|
-
width: 24px;
|
|
3840
|
+
min-width: 24px;
|
|
3839
3841
|
}
|
|
3840
3842
|
.e-schedule .e-timeline-view .e-date-header-wrap table td:first-child,
|
|
3841
3843
|
.e-schedule .e-timeline-view .e-content-wrap table td:first-child,
|
package/styles/fabric.css
CHANGED
|
@@ -3800,7 +3800,9 @@
|
|
|
3800
3800
|
background: #0078d6;
|
|
3801
3801
|
border-radius: 50%;
|
|
3802
3802
|
color: #fff;
|
|
3803
|
-
width: 20px;
|
|
3803
|
+
min-width: 20px;
|
|
3804
|
+
padding: 0 4px;
|
|
3805
|
+
width: fit-content;
|
|
3804
3806
|
}
|
|
3805
3807
|
.e-schedule .e-month-view .e-selected-cell,
|
|
3806
3808
|
.e-schedule .e-month-agenda-view .e-selected-cell {
|
|
@@ -3830,7 +3832,7 @@
|
|
|
3830
3832
|
border-width: 0;
|
|
3831
3833
|
}
|
|
3832
3834
|
.e-schedule .e-month-agenda-view .e-current-date .e-date-header {
|
|
3833
|
-
width: 24px;
|
|
3835
|
+
min-width: 24px;
|
|
3834
3836
|
}
|
|
3835
3837
|
.e-schedule .e-timeline-view .e-date-header-wrap table td:first-child,
|
|
3836
3838
|
.e-schedule .e-timeline-view .e-content-wrap table td:first-child,
|
package/styles/fluent-dark.css
CHANGED
|
@@ -3868,7 +3868,9 @@
|
|
|
3868
3868
|
background: #0078d4;
|
|
3869
3869
|
border-radius: 50%;
|
|
3870
3870
|
color: #1b1a19;
|
|
3871
|
-
width: 20px;
|
|
3871
|
+
min-width: 20px;
|
|
3872
|
+
padding: 0 4px;
|
|
3873
|
+
width: fit-content;
|
|
3872
3874
|
}
|
|
3873
3875
|
.e-schedule .e-month-view .e-selected-cell,
|
|
3874
3876
|
.e-schedule .e-month-agenda-view .e-selected-cell {
|
|
@@ -3898,7 +3900,7 @@
|
|
|
3898
3900
|
border-width: 0;
|
|
3899
3901
|
}
|
|
3900
3902
|
.e-schedule .e-month-agenda-view .e-current-date .e-date-header {
|
|
3901
|
-
width: 24px;
|
|
3903
|
+
min-width: 24px;
|
|
3902
3904
|
}
|
|
3903
3905
|
.e-schedule .e-timeline-view .e-date-header-wrap table td:first-child,
|
|
3904
3906
|
.e-schedule .e-timeline-view .e-content-wrap table td:first-child,
|
package/styles/fluent.css
CHANGED
|
@@ -3868,7 +3868,9 @@
|
|
|
3868
3868
|
background: #0078d4;
|
|
3869
3869
|
border-radius: 50%;
|
|
3870
3870
|
color: #fff;
|
|
3871
|
-
width: 20px;
|
|
3871
|
+
min-width: 20px;
|
|
3872
|
+
padding: 0 4px;
|
|
3873
|
+
width: fit-content;
|
|
3872
3874
|
}
|
|
3873
3875
|
.e-schedule .e-month-view .e-selected-cell,
|
|
3874
3876
|
.e-schedule .e-month-agenda-view .e-selected-cell {
|
|
@@ -3898,7 +3900,7 @@
|
|
|
3898
3900
|
border-width: 0;
|
|
3899
3901
|
}
|
|
3900
3902
|
.e-schedule .e-month-agenda-view .e-current-date .e-date-header {
|
|
3901
|
-
width: 24px;
|
|
3903
|
+
min-width: 24px;
|
|
3902
3904
|
}
|
|
3903
3905
|
.e-schedule .e-timeline-view .e-date-header-wrap table td:first-child,
|
|
3904
3906
|
.e-schedule .e-timeline-view .e-content-wrap table td:first-child,
|
|
@@ -3882,7 +3882,9 @@
|
|
|
3882
3882
|
background: transparent;
|
|
3883
3883
|
border-radius: 50%;
|
|
3884
3884
|
color: #fff;
|
|
3885
|
-
width: 20px;
|
|
3885
|
+
min-width: 20px;
|
|
3886
|
+
padding: 0 4px;
|
|
3887
|
+
width: fit-content;
|
|
3886
3888
|
}
|
|
3887
3889
|
.e-schedule .e-month-view .e-selected-cell,
|
|
3888
3890
|
.e-schedule .e-month-agenda-view .e-selected-cell {
|
|
@@ -3912,7 +3914,7 @@
|
|
|
3912
3914
|
border-width: 0;
|
|
3913
3915
|
}
|
|
3914
3916
|
.e-schedule .e-month-agenda-view .e-current-date .e-date-header {
|
|
3915
|
-
width: 24px;
|
|
3917
|
+
min-width: 24px;
|
|
3916
3918
|
}
|
|
3917
3919
|
.e-schedule .e-timeline-view .e-date-header-wrap table td:first-child,
|
|
3918
3920
|
.e-schedule .e-timeline-view .e-content-wrap table td:first-child,
|
package/styles/highcontrast.css
CHANGED
|
@@ -3886,7 +3886,9 @@
|
|
|
3886
3886
|
background: transparent;
|
|
3887
3887
|
border-radius: 50%;
|
|
3888
3888
|
color: #ffd939;
|
|
3889
|
-
width: 20px;
|
|
3889
|
+
min-width: 20px;
|
|
3890
|
+
padding: 0 4px;
|
|
3891
|
+
width: fit-content;
|
|
3890
3892
|
}
|
|
3891
3893
|
.e-schedule .e-month-view .e-selected-cell,
|
|
3892
3894
|
.e-schedule .e-month-agenda-view .e-selected-cell {
|
|
@@ -3916,7 +3918,7 @@
|
|
|
3916
3918
|
border-width: 0;
|
|
3917
3919
|
}
|
|
3918
3920
|
.e-schedule .e-month-agenda-view .e-current-date .e-date-header {
|
|
3919
|
-
width: 24px;
|
|
3921
|
+
min-width: 24px;
|
|
3920
3922
|
}
|
|
3921
3923
|
.e-schedule .e-timeline-view .e-date-header-wrap table td:first-child,
|
|
3922
3924
|
.e-schedule .e-timeline-view .e-content-wrap table td:first-child,
|
package/styles/material-dark.css
CHANGED
|
@@ -3827,7 +3827,9 @@
|
|
|
3827
3827
|
background: #00b0ff;
|
|
3828
3828
|
border-radius: 50%;
|
|
3829
3829
|
color: #000;
|
|
3830
|
-
width: 20px;
|
|
3830
|
+
min-width: 20px;
|
|
3831
|
+
padding: 0 4px;
|
|
3832
|
+
width: fit-content;
|
|
3831
3833
|
}
|
|
3832
3834
|
.e-schedule .e-month-view .e-selected-cell,
|
|
3833
3835
|
.e-schedule .e-month-agenda-view .e-selected-cell {
|
|
@@ -3857,7 +3859,7 @@
|
|
|
3857
3859
|
border-width: 0;
|
|
3858
3860
|
}
|
|
3859
3861
|
.e-schedule .e-month-agenda-view .e-current-date .e-date-header {
|
|
3860
|
-
width: 24px;
|
|
3862
|
+
min-width: 24px;
|
|
3861
3863
|
}
|
|
3862
3864
|
.e-schedule .e-timeline-view .e-date-header-wrap table td:first-child,
|
|
3863
3865
|
.e-schedule .e-timeline-view .e-content-wrap table td:first-child,
|
package/styles/material.css
CHANGED
|
@@ -3863,7 +3863,9 @@
|
|
|
3863
3863
|
background: #e3165b;
|
|
3864
3864
|
border-radius: 50%;
|
|
3865
3865
|
color: #fff;
|
|
3866
|
-
width: 20px;
|
|
3866
|
+
min-width: 20px;
|
|
3867
|
+
padding: 0 4px;
|
|
3868
|
+
width: fit-content;
|
|
3867
3869
|
}
|
|
3868
3870
|
.e-schedule .e-month-view .e-selected-cell,
|
|
3869
3871
|
.e-schedule .e-month-agenda-view .e-selected-cell {
|
|
@@ -3893,7 +3895,7 @@
|
|
|
3893
3895
|
border-width: 0;
|
|
3894
3896
|
}
|
|
3895
3897
|
.e-schedule .e-month-agenda-view .e-current-date .e-date-header {
|
|
3896
|
-
width: 24px;
|
|
3898
|
+
min-width: 24px;
|
|
3897
3899
|
}
|
|
3898
3900
|
.e-schedule .e-timeline-view .e-date-header-wrap table td:first-child,
|
|
3899
3901
|
.e-schedule .e-timeline-view .e-content-wrap table td:first-child,
|
|
@@ -3838,7 +3838,9 @@
|
|
|
3838
3838
|
background: #0070f0;
|
|
3839
3839
|
border-radius: 50%;
|
|
3840
3840
|
color: #fff;
|
|
3841
|
-
width: 20px;
|
|
3841
|
+
min-width: 20px;
|
|
3842
|
+
padding: 0 4px;
|
|
3843
|
+
width: fit-content;
|
|
3842
3844
|
}
|
|
3843
3845
|
.e-schedule .e-month-view .e-selected-cell,
|
|
3844
3846
|
.e-schedule .e-month-agenda-view .e-selected-cell {
|
|
@@ -3868,7 +3870,7 @@
|
|
|
3868
3870
|
border-width: 0;
|
|
3869
3871
|
}
|
|
3870
3872
|
.e-schedule .e-month-agenda-view .e-current-date .e-date-header {
|
|
3871
|
-
width: 24px;
|
|
3873
|
+
min-width: 24px;
|
|
3872
3874
|
}
|
|
3873
3875
|
.e-schedule .e-timeline-view .e-date-header-wrap table td:first-child,
|
|
3874
3876
|
.e-schedule .e-timeline-view .e-content-wrap table td:first-child,
|
|
@@ -3838,7 +3838,9 @@
|
|
|
3838
3838
|
background: #317ab9;
|
|
3839
3839
|
border-radius: 50%;
|
|
3840
3840
|
color: #fff;
|
|
3841
|
-
width: 20px;
|
|
3841
|
+
min-width: 20px;
|
|
3842
|
+
padding: 0 4px;
|
|
3843
|
+
width: fit-content;
|
|
3842
3844
|
}
|
|
3843
3845
|
.e-schedule .e-month-view .e-selected-cell,
|
|
3844
3846
|
.e-schedule .e-month-agenda-view .e-selected-cell {
|
|
@@ -3868,7 +3870,7 @@
|
|
|
3868
3870
|
border-width: 0;
|
|
3869
3871
|
}
|
|
3870
3872
|
.e-schedule .e-month-agenda-view .e-current-date .e-date-header {
|
|
3871
|
-
width: 24px;
|
|
3873
|
+
min-width: 24px;
|
|
3872
3874
|
}
|
|
3873
3875
|
.e-schedule .e-timeline-view .e-date-header-wrap table td:first-child,
|
|
3874
3876
|
.e-schedule .e-timeline-view .e-content-wrap table td:first-child,
|
|
@@ -3917,7 +3917,9 @@
|
|
|
3917
3917
|
background: #007bff;
|
|
3918
3918
|
border-radius: 50%;
|
|
3919
3919
|
color: #fff;
|
|
3920
|
-
width: 20px;
|
|
3920
|
+
min-width: 20px;
|
|
3921
|
+
padding: 0 4px;
|
|
3922
|
+
width: fit-content;
|
|
3921
3923
|
}
|
|
3922
3924
|
.e-schedule .e-month-view .e-selected-cell,
|
|
3923
3925
|
.e-schedule .e-month-agenda-view .e-selected-cell {
|
|
@@ -3947,7 +3949,7 @@
|
|
|
3947
3949
|
border-width: 0;
|
|
3948
3950
|
}
|
|
3949
3951
|
.e-schedule .e-month-agenda-view .e-current-date .e-date-header {
|
|
3950
|
-
width: 24px;
|
|
3952
|
+
min-width: 24px;
|
|
3951
3953
|
}
|
|
3952
3954
|
.e-schedule .e-timeline-view .e-date-header-wrap table td:first-child,
|
|
3953
3955
|
.e-schedule .e-timeline-view .e-content-wrap table td:first-child,
|
|
@@ -3891,7 +3891,9 @@
|
|
|
3891
3891
|
background: #0d6efd;
|
|
3892
3892
|
border-radius: 50%;
|
|
3893
3893
|
color: #212529;
|
|
3894
|
-
width: 20px;
|
|
3894
|
+
min-width: 20px;
|
|
3895
|
+
padding: 0 4px;
|
|
3896
|
+
width: fit-content;
|
|
3895
3897
|
}
|
|
3896
3898
|
.e-schedule .e-month-view .e-selected-cell,
|
|
3897
3899
|
.e-schedule .e-month-agenda-view .e-selected-cell {
|
|
@@ -3921,7 +3923,7 @@
|
|
|
3921
3923
|
border-width: 0;
|
|
3922
3924
|
}
|
|
3923
3925
|
.e-schedule .e-month-agenda-view .e-current-date .e-date-header {
|
|
3924
|
-
width: 24px;
|
|
3926
|
+
min-width: 24px;
|
|
3925
3927
|
}
|
|
3926
3928
|
.e-schedule .e-timeline-view .e-date-header-wrap table td:first-child,
|
|
3927
3929
|
.e-schedule .e-timeline-view .e-content-wrap table td:first-child,
|
|
@@ -3891,7 +3891,9 @@
|
|
|
3891
3891
|
background: #0d6efd;
|
|
3892
3892
|
border-radius: 50%;
|
|
3893
3893
|
color: #fff;
|
|
3894
|
-
width: 20px;
|
|
3894
|
+
min-width: 20px;
|
|
3895
|
+
padding: 0 4px;
|
|
3896
|
+
width: fit-content;
|
|
3895
3897
|
}
|
|
3896
3898
|
.e-schedule .e-month-view .e-selected-cell,
|
|
3897
3899
|
.e-schedule .e-month-agenda-view .e-selected-cell {
|
|
@@ -3921,7 +3923,7 @@
|
|
|
3921
3923
|
border-width: 0;
|
|
3922
3924
|
}
|
|
3923
3925
|
.e-schedule .e-month-agenda-view .e-current-date .e-date-header {
|
|
3924
|
-
width: 24px;
|
|
3926
|
+
min-width: 24px;
|
|
3925
3927
|
}
|
|
3926
3928
|
.e-schedule .e-timeline-view .e-date-header-wrap table td:first-child,
|
|
3927
3929
|
.e-schedule .e-timeline-view .e-content-wrap table td:first-child,
|
|
@@ -3805,7 +3805,9 @@
|
|
|
3805
3805
|
background: #0074cc;
|
|
3806
3806
|
border-radius: 50%;
|
|
3807
3807
|
color: #fff;
|
|
3808
|
-
width: 20px;
|
|
3808
|
+
min-width: 20px;
|
|
3809
|
+
padding: 0 4px;
|
|
3810
|
+
width: fit-content;
|
|
3809
3811
|
}
|
|
3810
3812
|
.e-schedule .e-month-view .e-selected-cell,
|
|
3811
3813
|
.e-schedule .e-month-agenda-view .e-selected-cell {
|
|
@@ -3835,7 +3837,7 @@
|
|
|
3835
3837
|
border-width: 0;
|
|
3836
3838
|
}
|
|
3837
3839
|
.e-schedule .e-month-agenda-view .e-current-date .e-date-header {
|
|
3838
|
-
width: 24px;
|
|
3840
|
+
min-width: 24px;
|
|
3839
3841
|
}
|
|
3840
3842
|
.e-schedule .e-timeline-view .e-date-header-wrap table td:first-child,
|
|
3841
3843
|
.e-schedule .e-timeline-view .e-content-wrap table td:first-child,
|
|
@@ -3800,7 +3800,9 @@
|
|
|
3800
3800
|
background: #0078d6;
|
|
3801
3801
|
border-radius: 50%;
|
|
3802
3802
|
color: #fff;
|
|
3803
|
-
width: 20px;
|
|
3803
|
+
min-width: 20px;
|
|
3804
|
+
padding: 0 4px;
|
|
3805
|
+
width: fit-content;
|
|
3804
3806
|
}
|
|
3805
3807
|
.e-schedule .e-month-view .e-selected-cell,
|
|
3806
3808
|
.e-schedule .e-month-agenda-view .e-selected-cell {
|
|
@@ -3830,7 +3832,7 @@
|
|
|
3830
3832
|
border-width: 0;
|
|
3831
3833
|
}
|
|
3832
3834
|
.e-schedule .e-month-agenda-view .e-current-date .e-date-header {
|
|
3833
|
-
width: 24px;
|
|
3835
|
+
min-width: 24px;
|
|
3834
3836
|
}
|
|
3835
3837
|
.e-schedule .e-timeline-view .e-date-header-wrap table td:first-child,
|
|
3836
3838
|
.e-schedule .e-timeline-view .e-content-wrap table td:first-child,
|
|
@@ -3868,7 +3868,9 @@
|
|
|
3868
3868
|
background: #0078d4;
|
|
3869
3869
|
border-radius: 50%;
|
|
3870
3870
|
color: #1b1a19;
|
|
3871
|
-
width: 20px;
|
|
3871
|
+
min-width: 20px;
|
|
3872
|
+
padding: 0 4px;
|
|
3873
|
+
width: fit-content;
|
|
3872
3874
|
}
|
|
3873
3875
|
.e-schedule .e-month-view .e-selected-cell,
|
|
3874
3876
|
.e-schedule .e-month-agenda-view .e-selected-cell {
|
|
@@ -3898,7 +3900,7 @@
|
|
|
3898
3900
|
border-width: 0;
|
|
3899
3901
|
}
|
|
3900
3902
|
.e-schedule .e-month-agenda-view .e-current-date .e-date-header {
|
|
3901
|
-
width: 24px;
|
|
3903
|
+
min-width: 24px;
|
|
3902
3904
|
}
|
|
3903
3905
|
.e-schedule .e-timeline-view .e-date-header-wrap table td:first-child,
|
|
3904
3906
|
.e-schedule .e-timeline-view .e-content-wrap table td:first-child,
|
|
@@ -3868,7 +3868,9 @@
|
|
|
3868
3868
|
background: #0078d4;
|
|
3869
3869
|
border-radius: 50%;
|
|
3870
3870
|
color: #fff;
|
|
3871
|
-
width: 20px;
|
|
3871
|
+
min-width: 20px;
|
|
3872
|
+
padding: 0 4px;
|
|
3873
|
+
width: fit-content;
|
|
3872
3874
|
}
|
|
3873
3875
|
.e-schedule .e-month-view .e-selected-cell,
|
|
3874
3876
|
.e-schedule .e-month-agenda-view .e-selected-cell {
|
|
@@ -3898,7 +3900,7 @@
|
|
|
3898
3900
|
border-width: 0;
|
|
3899
3901
|
}
|
|
3900
3902
|
.e-schedule .e-month-agenda-view .e-current-date .e-date-header {
|
|
3901
|
-
width: 24px;
|
|
3903
|
+
min-width: 24px;
|
|
3902
3904
|
}
|
|
3903
3905
|
.e-schedule .e-timeline-view .e-date-header-wrap table td:first-child,
|
|
3904
3906
|
.e-schedule .e-timeline-view .e-content-wrap table td:first-child,
|
|
@@ -3882,7 +3882,9 @@
|
|
|
3882
3882
|
background: transparent;
|
|
3883
3883
|
border-radius: 50%;
|
|
3884
3884
|
color: #fff;
|
|
3885
|
-
width: 20px;
|
|
3885
|
+
min-width: 20px;
|
|
3886
|
+
padding: 0 4px;
|
|
3887
|
+
width: fit-content;
|
|
3886
3888
|
}
|
|
3887
3889
|
.e-schedule .e-month-view .e-selected-cell,
|
|
3888
3890
|
.e-schedule .e-month-agenda-view .e-selected-cell {
|
|
@@ -3912,7 +3914,7 @@
|
|
|
3912
3914
|
border-width: 0;
|
|
3913
3915
|
}
|
|
3914
3916
|
.e-schedule .e-month-agenda-view .e-current-date .e-date-header {
|
|
3915
|
-
width: 24px;
|
|
3917
|
+
min-width: 24px;
|
|
3916
3918
|
}
|
|
3917
3919
|
.e-schedule .e-timeline-view .e-date-header-wrap table td:first-child,
|
|
3918
3920
|
.e-schedule .e-timeline-view .e-content-wrap table td:first-child,
|
|
@@ -3886,7 +3886,9 @@
|
|
|
3886
3886
|
background: transparent;
|
|
3887
3887
|
border-radius: 50%;
|
|
3888
3888
|
color: #ffd939;
|
|
3889
|
-
width: 20px;
|
|
3889
|
+
min-width: 20px;
|
|
3890
|
+
padding: 0 4px;
|
|
3891
|
+
width: fit-content;
|
|
3890
3892
|
}
|
|
3891
3893
|
.e-schedule .e-month-view .e-selected-cell,
|
|
3892
3894
|
.e-schedule .e-month-agenda-view .e-selected-cell {
|
|
@@ -3916,7 +3918,7 @@
|
|
|
3916
3918
|
border-width: 0;
|
|
3917
3919
|
}
|
|
3918
3920
|
.e-schedule .e-month-agenda-view .e-current-date .e-date-header {
|
|
3919
|
-
width: 24px;
|
|
3921
|
+
min-width: 24px;
|
|
3920
3922
|
}
|
|
3921
3923
|
.e-schedule .e-timeline-view .e-date-header-wrap table td:first-child,
|
|
3922
3924
|
.e-schedule .e-timeline-view .e-content-wrap table td:first-child,
|
|
@@ -3827,7 +3827,9 @@
|
|
|
3827
3827
|
background: #00b0ff;
|
|
3828
3828
|
border-radius: 50%;
|
|
3829
3829
|
color: #000;
|
|
3830
|
-
width: 20px;
|
|
3830
|
+
min-width: 20px;
|
|
3831
|
+
padding: 0 4px;
|
|
3832
|
+
width: fit-content;
|
|
3831
3833
|
}
|
|
3832
3834
|
.e-schedule .e-month-view .e-selected-cell,
|
|
3833
3835
|
.e-schedule .e-month-agenda-view .e-selected-cell {
|
|
@@ -3857,7 +3859,7 @@
|
|
|
3857
3859
|
border-width: 0;
|
|
3858
3860
|
}
|
|
3859
3861
|
.e-schedule .e-month-agenda-view .e-current-date .e-date-header {
|
|
3860
|
-
width: 24px;
|
|
3862
|
+
min-width: 24px;
|
|
3861
3863
|
}
|
|
3862
3864
|
.e-schedule .e-timeline-view .e-date-header-wrap table td:first-child,
|
|
3863
3865
|
.e-schedule .e-timeline-view .e-content-wrap table td:first-child,
|
|
@@ -3863,7 +3863,9 @@
|
|
|
3863
3863
|
background: #e3165b;
|
|
3864
3864
|
border-radius: 50%;
|
|
3865
3865
|
color: #fff;
|
|
3866
|
-
width: 20px;
|
|
3866
|
+
min-width: 20px;
|
|
3867
|
+
padding: 0 4px;
|
|
3868
|
+
width: fit-content;
|
|
3867
3869
|
}
|
|
3868
3870
|
.e-schedule .e-month-view .e-selected-cell,
|
|
3869
3871
|
.e-schedule .e-month-agenda-view .e-selected-cell {
|
|
@@ -3893,7 +3895,7 @@
|
|
|
3893
3895
|
border-width: 0;
|
|
3894
3896
|
}
|
|
3895
3897
|
.e-schedule .e-month-agenda-view .e-current-date .e-date-header {
|
|
3896
|
-
width: 24px;
|
|
3898
|
+
min-width: 24px;
|
|
3897
3899
|
}
|
|
3898
3900
|
.e-schedule .e-timeline-view .e-date-header-wrap table td:first-child,
|
|
3899
3901
|
.e-schedule .e-timeline-view .e-content-wrap table td:first-child,
|
|
@@ -3833,7 +3833,9 @@
|
|
|
3833
3833
|
background: #22d3ee;
|
|
3834
3834
|
border-radius: 50%;
|
|
3835
3835
|
color: #000;
|
|
3836
|
-
width: 20px;
|
|
3836
|
+
min-width: 20px;
|
|
3837
|
+
padding: 0 4px;
|
|
3838
|
+
width: fit-content;
|
|
3837
3839
|
}
|
|
3838
3840
|
.e-schedule .e-month-view .e-selected-cell,
|
|
3839
3841
|
.e-schedule .e-month-agenda-view .e-selected-cell {
|
|
@@ -3863,7 +3865,7 @@
|
|
|
3863
3865
|
border-width: 0;
|
|
3864
3866
|
}
|
|
3865
3867
|
.e-schedule .e-month-agenda-view .e-current-date .e-date-header {
|
|
3866
|
-
width: 24px;
|
|
3868
|
+
min-width: 24px;
|
|
3867
3869
|
}
|
|
3868
3870
|
.e-schedule .e-timeline-view .e-date-header-wrap table td:first-child,
|
|
3869
3871
|
.e-schedule .e-timeline-view .e-content-wrap table td:first-child,
|
|
@@ -3833,7 +3833,9 @@
|
|
|
3833
3833
|
background: #4f46e5;
|
|
3834
3834
|
border-radius: 50%;
|
|
3835
3835
|
color: #fff;
|
|
3836
|
-
width: 20px;
|
|
3836
|
+
min-width: 20px;
|
|
3837
|
+
padding: 0 4px;
|
|
3838
|
+
width: fit-content;
|
|
3837
3839
|
}
|
|
3838
3840
|
.e-schedule .e-month-view .e-selected-cell,
|
|
3839
3841
|
.e-schedule .e-month-agenda-view .e-selected-cell {
|
|
@@ -3863,7 +3865,7 @@
|
|
|
3863
3865
|
border-width: 0;
|
|
3864
3866
|
}
|
|
3865
3867
|
.e-schedule .e-month-agenda-view .e-current-date .e-date-header {
|
|
3866
|
-
width: 24px;
|
|
3868
|
+
min-width: 24px;
|
|
3867
3869
|
}
|
|
3868
3870
|
.e-schedule .e-timeline-view .e-date-header-wrap table td:first-child,
|
|
3869
3871
|
.e-schedule .e-timeline-view .e-content-wrap table td:first-child,
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -3834,7 +3834,9 @@
|
|
|
3834
3834
|
background: #22d3ee;
|
|
3835
3835
|
border-radius: 50%;
|
|
3836
3836
|
color: #000;
|
|
3837
|
-
width: 20px;
|
|
3837
|
+
min-width: 20px;
|
|
3838
|
+
padding: 0 4px;
|
|
3839
|
+
width: fit-content;
|
|
3838
3840
|
}
|
|
3839
3841
|
.e-schedule .e-month-view .e-selected-cell,
|
|
3840
3842
|
.e-schedule .e-month-agenda-view .e-selected-cell {
|
|
@@ -3864,7 +3866,7 @@
|
|
|
3864
3866
|
border-width: 0;
|
|
3865
3867
|
}
|
|
3866
3868
|
.e-schedule .e-month-agenda-view .e-current-date .e-date-header {
|
|
3867
|
-
width: 24px;
|
|
3869
|
+
min-width: 24px;
|
|
3868
3870
|
}
|
|
3869
3871
|
.e-schedule .e-timeline-view .e-date-header-wrap table td:first-child,
|
|
3870
3872
|
.e-schedule .e-timeline-view .e-content-wrap table td:first-child,
|
package/styles/tailwind.css
CHANGED
|
@@ -3834,7 +3834,9 @@
|
|
|
3834
3834
|
background: #4f46e5;
|
|
3835
3835
|
border-radius: 50%;
|
|
3836
3836
|
color: #fff;
|
|
3837
|
-
width: 20px;
|
|
3837
|
+
min-width: 20px;
|
|
3838
|
+
padding: 0 4px;
|
|
3839
|
+
width: fit-content;
|
|
3838
3840
|
}
|
|
3839
3841
|
.e-schedule .e-month-view .e-selected-cell,
|
|
3840
3842
|
.e-schedule .e-month-agenda-view .e-selected-cell {
|
|
@@ -3864,7 +3866,7 @@
|
|
|
3864
3866
|
border-width: 0;
|
|
3865
3867
|
}
|
|
3866
3868
|
.e-schedule .e-month-agenda-view .e-current-date .e-date-header {
|
|
3867
|
-
width: 24px;
|
|
3869
|
+
min-width: 24px;
|
|
3868
3870
|
}
|
|
3869
3871
|
.e-schedule .e-timeline-view .e-date-header-wrap table td:first-child,
|
|
3870
3872
|
.e-schedule .e-timeline-view .e-content-wrap table td:first-child,
|