@syncfusion/ej2-react-schedule 22.2.12 → 23.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 +23 -0
- package/diConfig.json +2 -0
- package/dist/ej2-react-schedule.min.js +2 -2
- package/dist/ej2-react-schedule.umd.min.js +2 -2
- package/package.json +9 -9
- package/src/schedule/schedule.component.d.ts +2 -0
- package/styles/bootstrap-dark.css +15 -0
- package/styles/bootstrap.css +15 -0
- package/styles/bootstrap4.css +15 -0
- package/styles/bootstrap5-dark.css +15 -0
- package/styles/bootstrap5.css +15 -0
- package/styles/fabric-dark.css +15 -0
- package/styles/fabric.css +15 -0
- package/styles/fluent-dark.css +15 -0
- package/styles/fluent.css +15 -0
- package/styles/highcontrast-light.css +15 -0
- package/styles/highcontrast.css +15 -0
- package/styles/material-dark.css +15 -1
- package/styles/material.css +15 -1
- package/styles/material3-dark.css +16 -3
- package/styles/material3.css +16 -2
- package/styles/recurrence-editor/material-dark.css +0 -1
- package/styles/recurrence-editor/material.css +0 -1
- package/styles/recurrence-editor/material3-dark.css +0 -1
- package/styles/recurrence-editor/material3-dark.scss +1 -1
- package/styles/recurrence-editor/material3.css +0 -1
- package/styles/recurrence-editor/material3.scss +1 -1
- package/styles/recurrence-editor/tailwind-dark.css +0 -1
- package/styles/recurrence-editor/tailwind.css +0 -1
- package/styles/schedule/bootstrap-dark.css +15 -0
- package/styles/schedule/bootstrap.css +15 -0
- package/styles/schedule/bootstrap4.css +15 -0
- package/styles/schedule/bootstrap5-dark.css +15 -0
- package/styles/schedule/bootstrap5.css +15 -0
- package/styles/schedule/fabric-dark.css +15 -0
- package/styles/schedule/fabric.css +15 -0
- package/styles/schedule/fluent-dark.css +15 -0
- package/styles/schedule/fluent.css +15 -0
- package/styles/schedule/highcontrast-light.css +15 -0
- package/styles/schedule/highcontrast.css +15 -0
- package/styles/schedule/material-dark.css +15 -1
- package/styles/schedule/material.css +15 -1
- package/styles/schedule/material3-dark.css +16 -2
- package/styles/schedule/material3-dark.scss +1 -1
- package/styles/schedule/material3.css +16 -2
- package/styles/schedule/material3.scss +1 -1
- package/styles/schedule/tailwind-dark.css +15 -1
- package/styles/schedule/tailwind.css +15 -1
- package/styles/tailwind-dark.css +15 -2
- package/styles/tailwind.css +15 -2
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,29 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug fixes
|
|
8
8
|
|
|
9
|
+
- `#I501151` - An issue where the `eventDoubleClick` event is not triggering has been fixed.
|
|
10
|
+
|
|
11
|
+
## 23.1.36 (2023-09-15)
|
|
12
|
+
|
|
13
|
+
### Schedule
|
|
14
|
+
|
|
15
|
+
#### Features
|
|
16
|
+
|
|
17
|
+
- `#I393657` - Provided on-demand data loading support that allows users to retrieve events from remote services for the current view port alone and retrieve the remaining data on demand while scrolling, which improves the performance and usability of the Scheduler component.
|
|
18
|
+
- `#I397280`, `#I296716`, `#F184285`, `#FB37717` - Provided `virtualScrollStart` and `virtualScrollStop` event support to notify the resource virtual scrolling actions of Scheduler.
|
|
19
|
+
- `#I339243`, `#I365629`, `#F174284` - Provided support to customize the header and footer of editor window.
|
|
20
|
+
|
|
21
|
+
#### Bug fixes
|
|
22
|
+
|
|
23
|
+
- `#F184224` - An issue with start and end date query parameters passed incorrectly, when timezone is applied for scheduler has been fixed.
|
|
24
|
+
- `#I499207` - An issue with quick popup not opens on selected cell, when `allowMultiRowSelection` property disabled has been fixed.
|
|
25
|
+
|
|
26
|
+
## 22.2.12 (2023-09-05)
|
|
27
|
+
|
|
28
|
+
### Schedule
|
|
29
|
+
|
|
30
|
+
#### Bug fixes
|
|
31
|
+
|
|
9
32
|
- `#I492172` - An issue with recurrence exception not calculated based on scheduler timezone has been fixed.
|
|
10
33
|
- `#I490434` - An issue with current time indicator positioned wrongly when header rows is applied in timeline views has been fixed.
|
|
11
34
|
- `#I497178` - An issue with quick popup opens for unselected resource cells has been fixed.
|
package/diConfig.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-schedule.min.js
|
|
3
|
-
* version :
|
|
4
|
-
* Copyright Syncfusion Inc. 2001 -
|
|
3
|
+
* version : 23.1.38
|
|
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
|
|
7
7
|
* licensing@syncfusion.com. Any infringement will be prosecuted under
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-schedule.umd.min.js
|
|
3
|
-
* version :
|
|
4
|
-
* Copyright Syncfusion Inc. 2001 -
|
|
3
|
+
* version : 23.1.38
|
|
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
|
|
7
7
|
* licensing@syncfusion.com. Any infringement will be prosecuted under
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-react-schedule@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-react-schedule@
|
|
3
|
+
"_id": "@syncfusion/ej2-react-schedule@23.1.36",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-Zqv5df0Tk/M5JCmuzVzSF7jkDlEgjrvK7CtLegnBbGvTUIwnO6gXPg6BMH0yhNJnZULXE+zRwkRKwuLa5HG8DQ==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-react-schedule",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,10 +19,10 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-schedule/-/ej2-react-schedule-
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-schedule/-/ej2-react-schedule-23.1.36.tgz",
|
|
23
|
+
"_shasum": "2dbe1ebfa578a2817b12c292c8fa126be58ee7f2",
|
|
24
24
|
"_spec": "@syncfusion/ej2-react-schedule@*",
|
|
25
|
-
"_where": "/jenkins/workspace/elease-
|
|
25
|
+
"_where": "/jenkins/workspace/elease-automation_release_23.1.1/packages/included",
|
|
26
26
|
"author": {
|
|
27
27
|
"name": "Syncfusion Inc."
|
|
28
28
|
},
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-base": "~
|
|
35
|
-
"@syncfusion/ej2-react-base": "~
|
|
36
|
-
"@syncfusion/ej2-schedule": "
|
|
34
|
+
"@syncfusion/ej2-base": "~23.1.38",
|
|
35
|
+
"@syncfusion/ej2-react-base": "~23.1.36",
|
|
36
|
+
"@syncfusion/ej2-schedule": "23.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 React",
|
|
@@ -55,6 +55,6 @@
|
|
|
55
55
|
"type": "git",
|
|
56
56
|
"url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
|
|
57
57
|
},
|
|
58
|
-
"version": "
|
|
58
|
+
"version": "23.1.38",
|
|
59
59
|
"sideEffects": false
|
|
60
60
|
}
|
|
@@ -9,6 +9,8 @@ export interface ScheduleTypecast {
|
|
|
9
9
|
cellHeaderTemplate?: string | Function | any;
|
|
10
10
|
eventSettings?: any;
|
|
11
11
|
editorTemplate?: string | Function | any;
|
|
12
|
+
editorHeaderTemplate?: string | Function | any;
|
|
13
|
+
editorFooterTemplate?: string | Function | any;
|
|
12
14
|
monthHeaderTemplate?: string | Function | any;
|
|
13
15
|
timeScale?: any;
|
|
14
16
|
resourceHeaderTemplate?: string | Function | any;
|
|
@@ -3626,6 +3626,21 @@
|
|
|
3626
3626
|
text-overflow: ellipsis;
|
|
3627
3627
|
white-space: nowrap;
|
|
3628
3628
|
}
|
|
3629
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-subject.e-disable,
|
|
3630
|
+
.e-more-popup-wrapper .e-appointment .e-subject.e-disable {
|
|
3631
|
+
display: none;
|
|
3632
|
+
}
|
|
3633
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-inline-subject,
|
|
3634
|
+
.e-more-popup-wrapper .e-appointment .e-inline-subject {
|
|
3635
|
+
background: transparent;
|
|
3636
|
+
border: 0;
|
|
3637
|
+
color: #fff;
|
|
3638
|
+
font-size: 13px;
|
|
3639
|
+
font-weight: 500;
|
|
3640
|
+
line-height: 1.2;
|
|
3641
|
+
padding-top: 4px;
|
|
3642
|
+
width: 100%;
|
|
3643
|
+
}
|
|
3629
3644
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
3630
3645
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-edit-icon,
|
|
3631
3646
|
.e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
package/styles/bootstrap.css
CHANGED
|
@@ -3626,6 +3626,21 @@
|
|
|
3626
3626
|
text-overflow: ellipsis;
|
|
3627
3627
|
white-space: nowrap;
|
|
3628
3628
|
}
|
|
3629
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-subject.e-disable,
|
|
3630
|
+
.e-more-popup-wrapper .e-appointment .e-subject.e-disable {
|
|
3631
|
+
display: none;
|
|
3632
|
+
}
|
|
3633
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-inline-subject,
|
|
3634
|
+
.e-more-popup-wrapper .e-appointment .e-inline-subject {
|
|
3635
|
+
background: transparent;
|
|
3636
|
+
border: 0;
|
|
3637
|
+
color: #fff;
|
|
3638
|
+
font-size: 13px;
|
|
3639
|
+
font-weight: 500;
|
|
3640
|
+
line-height: 1.2;
|
|
3641
|
+
padding-top: 4px;
|
|
3642
|
+
width: 100%;
|
|
3643
|
+
}
|
|
3629
3644
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
3630
3645
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-edit-icon,
|
|
3631
3646
|
.e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
package/styles/bootstrap4.css
CHANGED
|
@@ -3705,6 +3705,21 @@
|
|
|
3705
3705
|
text-overflow: ellipsis;
|
|
3706
3706
|
white-space: nowrap;
|
|
3707
3707
|
}
|
|
3708
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-subject.e-disable,
|
|
3709
|
+
.e-more-popup-wrapper .e-appointment .e-subject.e-disable {
|
|
3710
|
+
display: none;
|
|
3711
|
+
}
|
|
3712
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-inline-subject,
|
|
3713
|
+
.e-more-popup-wrapper .e-appointment .e-inline-subject {
|
|
3714
|
+
background: transparent;
|
|
3715
|
+
border: 0;
|
|
3716
|
+
color: #fff;
|
|
3717
|
+
font-size: 13px;
|
|
3718
|
+
font-weight: 500;
|
|
3719
|
+
line-height: 1.2;
|
|
3720
|
+
padding-top: 4px;
|
|
3721
|
+
width: 100%;
|
|
3722
|
+
}
|
|
3708
3723
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
3709
3724
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-edit-icon,
|
|
3710
3725
|
.e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
@@ -3679,6 +3679,21 @@
|
|
|
3679
3679
|
text-overflow: ellipsis;
|
|
3680
3680
|
white-space: nowrap;
|
|
3681
3681
|
}
|
|
3682
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-subject.e-disable,
|
|
3683
|
+
.e-more-popup-wrapper .e-appointment .e-subject.e-disable {
|
|
3684
|
+
display: none;
|
|
3685
|
+
}
|
|
3686
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-inline-subject,
|
|
3687
|
+
.e-more-popup-wrapper .e-appointment .e-inline-subject {
|
|
3688
|
+
background: transparent;
|
|
3689
|
+
border: 0;
|
|
3690
|
+
color: #fff;
|
|
3691
|
+
font-size: 13px;
|
|
3692
|
+
font-weight: 500;
|
|
3693
|
+
line-height: 1.2;
|
|
3694
|
+
padding-top: 4px;
|
|
3695
|
+
width: 100%;
|
|
3696
|
+
}
|
|
3682
3697
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
3683
3698
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-edit-icon,
|
|
3684
3699
|
.e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
package/styles/bootstrap5.css
CHANGED
|
@@ -3679,6 +3679,21 @@
|
|
|
3679
3679
|
text-overflow: ellipsis;
|
|
3680
3680
|
white-space: nowrap;
|
|
3681
3681
|
}
|
|
3682
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-subject.e-disable,
|
|
3683
|
+
.e-more-popup-wrapper .e-appointment .e-subject.e-disable {
|
|
3684
|
+
display: none;
|
|
3685
|
+
}
|
|
3686
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-inline-subject,
|
|
3687
|
+
.e-more-popup-wrapper .e-appointment .e-inline-subject {
|
|
3688
|
+
background: transparent;
|
|
3689
|
+
border: 0;
|
|
3690
|
+
color: #fff;
|
|
3691
|
+
font-size: 13px;
|
|
3692
|
+
font-weight: 500;
|
|
3693
|
+
line-height: 1.2;
|
|
3694
|
+
padding-top: 4px;
|
|
3695
|
+
width: 100%;
|
|
3696
|
+
}
|
|
3682
3697
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
3683
3698
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-edit-icon,
|
|
3684
3699
|
.e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
package/styles/fabric-dark.css
CHANGED
|
@@ -3593,6 +3593,21 @@
|
|
|
3593
3593
|
text-overflow: ellipsis;
|
|
3594
3594
|
white-space: nowrap;
|
|
3595
3595
|
}
|
|
3596
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-subject.e-disable,
|
|
3597
|
+
.e-more-popup-wrapper .e-appointment .e-subject.e-disable {
|
|
3598
|
+
display: none;
|
|
3599
|
+
}
|
|
3600
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-inline-subject,
|
|
3601
|
+
.e-more-popup-wrapper .e-appointment .e-inline-subject {
|
|
3602
|
+
background: transparent;
|
|
3603
|
+
border: 0;
|
|
3604
|
+
color: #fff;
|
|
3605
|
+
font-size: 13px;
|
|
3606
|
+
font-weight: 500;
|
|
3607
|
+
line-height: 1.2;
|
|
3608
|
+
padding-top: 4px;
|
|
3609
|
+
width: 100%;
|
|
3610
|
+
}
|
|
3596
3611
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
3597
3612
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-edit-icon,
|
|
3598
3613
|
.e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
package/styles/fabric.css
CHANGED
|
@@ -3588,6 +3588,21 @@
|
|
|
3588
3588
|
text-overflow: ellipsis;
|
|
3589
3589
|
white-space: nowrap;
|
|
3590
3590
|
}
|
|
3591
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-subject.e-disable,
|
|
3592
|
+
.e-more-popup-wrapper .e-appointment .e-subject.e-disable {
|
|
3593
|
+
display: none;
|
|
3594
|
+
}
|
|
3595
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-inline-subject,
|
|
3596
|
+
.e-more-popup-wrapper .e-appointment .e-inline-subject {
|
|
3597
|
+
background: transparent;
|
|
3598
|
+
border: 0;
|
|
3599
|
+
color: #fff;
|
|
3600
|
+
font-size: 13px;
|
|
3601
|
+
font-weight: 500;
|
|
3602
|
+
line-height: 1.2;
|
|
3603
|
+
padding-top: 4px;
|
|
3604
|
+
width: 100%;
|
|
3605
|
+
}
|
|
3591
3606
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
3592
3607
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-edit-icon,
|
|
3593
3608
|
.e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
package/styles/fluent-dark.css
CHANGED
|
@@ -3656,6 +3656,21 @@
|
|
|
3656
3656
|
text-overflow: ellipsis;
|
|
3657
3657
|
white-space: nowrap;
|
|
3658
3658
|
}
|
|
3659
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-subject.e-disable,
|
|
3660
|
+
.e-more-popup-wrapper .e-appointment .e-subject.e-disable {
|
|
3661
|
+
display: none;
|
|
3662
|
+
}
|
|
3663
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-inline-subject,
|
|
3664
|
+
.e-more-popup-wrapper .e-appointment .e-inline-subject {
|
|
3665
|
+
background: transparent;
|
|
3666
|
+
border: 0;
|
|
3667
|
+
color: #1b1a19;
|
|
3668
|
+
font-size: 13px;
|
|
3669
|
+
font-weight: 500;
|
|
3670
|
+
line-height: 1.2;
|
|
3671
|
+
padding-top: 4px;
|
|
3672
|
+
width: 100%;
|
|
3673
|
+
}
|
|
3659
3674
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
3660
3675
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-edit-icon,
|
|
3661
3676
|
.e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
package/styles/fluent.css
CHANGED
|
@@ -3656,6 +3656,21 @@
|
|
|
3656
3656
|
text-overflow: ellipsis;
|
|
3657
3657
|
white-space: nowrap;
|
|
3658
3658
|
}
|
|
3659
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-subject.e-disable,
|
|
3660
|
+
.e-more-popup-wrapper .e-appointment .e-subject.e-disable {
|
|
3661
|
+
display: none;
|
|
3662
|
+
}
|
|
3663
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-inline-subject,
|
|
3664
|
+
.e-more-popup-wrapper .e-appointment .e-inline-subject {
|
|
3665
|
+
background: transparent;
|
|
3666
|
+
border: 0;
|
|
3667
|
+
color: #fff;
|
|
3668
|
+
font-size: 13px;
|
|
3669
|
+
font-weight: 500;
|
|
3670
|
+
line-height: 1.2;
|
|
3671
|
+
padding-top: 4px;
|
|
3672
|
+
width: 100%;
|
|
3673
|
+
}
|
|
3659
3674
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
3660
3675
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-edit-icon,
|
|
3661
3676
|
.e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
@@ -3670,6 +3670,21 @@
|
|
|
3670
3670
|
text-overflow: ellipsis;
|
|
3671
3671
|
white-space: nowrap;
|
|
3672
3672
|
}
|
|
3673
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-subject.e-disable,
|
|
3674
|
+
.e-more-popup-wrapper .e-appointment .e-subject.e-disable {
|
|
3675
|
+
display: none;
|
|
3676
|
+
}
|
|
3677
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-inline-subject,
|
|
3678
|
+
.e-more-popup-wrapper .e-appointment .e-inline-subject {
|
|
3679
|
+
background: transparent;
|
|
3680
|
+
border: 0;
|
|
3681
|
+
color: #fff;
|
|
3682
|
+
font-size: 13px;
|
|
3683
|
+
font-weight: 500;
|
|
3684
|
+
line-height: 1.2;
|
|
3685
|
+
padding-top: 4px;
|
|
3686
|
+
width: 100%;
|
|
3687
|
+
}
|
|
3673
3688
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
3674
3689
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-edit-icon,
|
|
3675
3690
|
.e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
package/styles/highcontrast.css
CHANGED
|
@@ -3674,6 +3674,21 @@
|
|
|
3674
3674
|
text-overflow: ellipsis;
|
|
3675
3675
|
white-space: nowrap;
|
|
3676
3676
|
}
|
|
3677
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-subject.e-disable,
|
|
3678
|
+
.e-more-popup-wrapper .e-appointment .e-subject.e-disable {
|
|
3679
|
+
display: none;
|
|
3680
|
+
}
|
|
3681
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-inline-subject,
|
|
3682
|
+
.e-more-popup-wrapper .e-appointment .e-inline-subject {
|
|
3683
|
+
background: transparent;
|
|
3684
|
+
border: 0;
|
|
3685
|
+
color: #fff;
|
|
3686
|
+
font-size: 13px;
|
|
3687
|
+
font-weight: 500;
|
|
3688
|
+
line-height: 1.2;
|
|
3689
|
+
padding-top: 4px;
|
|
3690
|
+
width: 100%;
|
|
3691
|
+
}
|
|
3677
3692
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
3678
3693
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-edit-icon,
|
|
3679
3694
|
.e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
package/styles/material-dark.css
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");
|
|
2
1
|
@keyframes tbar-popup-shadow {
|
|
3
2
|
0% {
|
|
4
3
|
border-color: rgba(255, 255, 255, 0.5);
|
|
@@ -3615,6 +3614,21 @@
|
|
|
3615
3614
|
text-overflow: ellipsis;
|
|
3616
3615
|
white-space: nowrap;
|
|
3617
3616
|
}
|
|
3617
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-subject.e-disable,
|
|
3618
|
+
.e-more-popup-wrapper .e-appointment .e-subject.e-disable {
|
|
3619
|
+
display: none;
|
|
3620
|
+
}
|
|
3621
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-inline-subject,
|
|
3622
|
+
.e-more-popup-wrapper .e-appointment .e-inline-subject {
|
|
3623
|
+
background: transparent;
|
|
3624
|
+
border: 0;
|
|
3625
|
+
color: #fff;
|
|
3626
|
+
font-size: 13px;
|
|
3627
|
+
font-weight: 500;
|
|
3628
|
+
line-height: 1.2;
|
|
3629
|
+
padding-top: 4px;
|
|
3630
|
+
width: 100%;
|
|
3631
|
+
}
|
|
3618
3632
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
3619
3633
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-edit-icon,
|
|
3620
3634
|
.e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
package/styles/material.css
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");
|
|
2
1
|
/*! component's theme wise override definitions and variables */
|
|
3
2
|
@keyframes tbar-popup-shadow {
|
|
4
3
|
0% {
|
|
@@ -3651,6 +3650,21 @@
|
|
|
3651
3650
|
text-overflow: ellipsis;
|
|
3652
3651
|
white-space: nowrap;
|
|
3653
3652
|
}
|
|
3653
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-subject.e-disable,
|
|
3654
|
+
.e-more-popup-wrapper .e-appointment .e-subject.e-disable {
|
|
3655
|
+
display: none;
|
|
3656
|
+
}
|
|
3657
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-inline-subject,
|
|
3658
|
+
.e-more-popup-wrapper .e-appointment .e-inline-subject {
|
|
3659
|
+
background: transparent;
|
|
3660
|
+
border: 0;
|
|
3661
|
+
color: #fff;
|
|
3662
|
+
font-size: 13px;
|
|
3663
|
+
font-weight: 500;
|
|
3664
|
+
line-height: 1.2;
|
|
3665
|
+
padding-top: 4px;
|
|
3666
|
+
width: 100%;
|
|
3667
|
+
}
|
|
3654
3668
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
3655
3669
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-edit-icon,
|
|
3656
3670
|
.e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
|
|
2
|
-
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
|
|
3
1
|
:root {
|
|
4
2
|
--color-sf-black: 0, 0, 0;
|
|
5
3
|
--color-sf-white: 255, 255, 255;
|
|
@@ -2575,7 +2573,7 @@
|
|
|
2575
2573
|
line-height: 18px;
|
|
2576
2574
|
margin: 4px 0;
|
|
2577
2575
|
min-width: 18px;
|
|
2578
|
-
padding: 8px;
|
|
2576
|
+
padding: 0 8px;
|
|
2579
2577
|
}
|
|
2580
2578
|
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-icon-right,
|
|
2581
2579
|
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-icon-right,
|
|
@@ -3719,6 +3717,21 @@
|
|
|
3719
3717
|
text-overflow: ellipsis;
|
|
3720
3718
|
white-space: nowrap;
|
|
3721
3719
|
}
|
|
3720
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-subject.e-disable,
|
|
3721
|
+
.e-more-popup-wrapper .e-appointment .e-subject.e-disable {
|
|
3722
|
+
display: none;
|
|
3723
|
+
}
|
|
3724
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-inline-subject,
|
|
3725
|
+
.e-more-popup-wrapper .e-appointment .e-inline-subject {
|
|
3726
|
+
background: transparent;
|
|
3727
|
+
border: 0;
|
|
3728
|
+
color: rgba(var(--color-sf-surface));
|
|
3729
|
+
font-size: 13px;
|
|
3730
|
+
font-weight: 500;
|
|
3731
|
+
line-height: 1.2;
|
|
3732
|
+
padding-top: 4px;
|
|
3733
|
+
width: 100%;
|
|
3734
|
+
}
|
|
3722
3735
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
3723
3736
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-edit-icon,
|
|
3724
3737
|
.e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
package/styles/material3.css
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
|
|
2
1
|
:root {
|
|
3
2
|
--color-sf-black: 0, 0, 0;
|
|
4
3
|
--color-sf-white: 255, 255, 255;
|
|
@@ -2630,7 +2629,7 @@
|
|
|
2630
2629
|
line-height: 18px;
|
|
2631
2630
|
margin: 4px 0;
|
|
2632
2631
|
min-width: 18px;
|
|
2633
|
-
padding: 8px;
|
|
2632
|
+
padding: 0 8px;
|
|
2634
2633
|
}
|
|
2635
2634
|
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-icon-right,
|
|
2636
2635
|
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-icon-right,
|
|
@@ -3774,6 +3773,21 @@
|
|
|
3774
3773
|
text-overflow: ellipsis;
|
|
3775
3774
|
white-space: nowrap;
|
|
3776
3775
|
}
|
|
3776
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-subject.e-disable,
|
|
3777
|
+
.e-more-popup-wrapper .e-appointment .e-subject.e-disable {
|
|
3778
|
+
display: none;
|
|
3779
|
+
}
|
|
3780
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-inline-subject,
|
|
3781
|
+
.e-more-popup-wrapper .e-appointment .e-inline-subject {
|
|
3782
|
+
background: transparent;
|
|
3783
|
+
border: 0;
|
|
3784
|
+
color: rgba(var(--color-sf-surface));
|
|
3785
|
+
font-size: 13px;
|
|
3786
|
+
font-weight: 500;
|
|
3787
|
+
line-height: 1.2;
|
|
3788
|
+
padding-top: 4px;
|
|
3789
|
+
width: 100%;
|
|
3790
|
+
}
|
|
3777
3791
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
3778
3792
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-edit-icon,
|
|
3779
3793
|
.e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
|
|
2
2
|
@import 'ej2-schedule/styles/recurrence-editor/material3-dark.scss';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
|
|
2
2
|
@import 'ej2-schedule/styles/recurrence-editor/material3.scss';
|
|
@@ -3626,6 +3626,21 @@
|
|
|
3626
3626
|
text-overflow: ellipsis;
|
|
3627
3627
|
white-space: nowrap;
|
|
3628
3628
|
}
|
|
3629
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-subject.e-disable,
|
|
3630
|
+
.e-more-popup-wrapper .e-appointment .e-subject.e-disable {
|
|
3631
|
+
display: none;
|
|
3632
|
+
}
|
|
3633
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-inline-subject,
|
|
3634
|
+
.e-more-popup-wrapper .e-appointment .e-inline-subject {
|
|
3635
|
+
background: transparent;
|
|
3636
|
+
border: 0;
|
|
3637
|
+
color: #fff;
|
|
3638
|
+
font-size: 13px;
|
|
3639
|
+
font-weight: 500;
|
|
3640
|
+
line-height: 1.2;
|
|
3641
|
+
padding-top: 4px;
|
|
3642
|
+
width: 100%;
|
|
3643
|
+
}
|
|
3629
3644
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
3630
3645
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-edit-icon,
|
|
3631
3646
|
.e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
@@ -3626,6 +3626,21 @@
|
|
|
3626
3626
|
text-overflow: ellipsis;
|
|
3627
3627
|
white-space: nowrap;
|
|
3628
3628
|
}
|
|
3629
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-subject.e-disable,
|
|
3630
|
+
.e-more-popup-wrapper .e-appointment .e-subject.e-disable {
|
|
3631
|
+
display: none;
|
|
3632
|
+
}
|
|
3633
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-inline-subject,
|
|
3634
|
+
.e-more-popup-wrapper .e-appointment .e-inline-subject {
|
|
3635
|
+
background: transparent;
|
|
3636
|
+
border: 0;
|
|
3637
|
+
color: #fff;
|
|
3638
|
+
font-size: 13px;
|
|
3639
|
+
font-weight: 500;
|
|
3640
|
+
line-height: 1.2;
|
|
3641
|
+
padding-top: 4px;
|
|
3642
|
+
width: 100%;
|
|
3643
|
+
}
|
|
3629
3644
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
3630
3645
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-edit-icon,
|
|
3631
3646
|
.e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
@@ -3705,6 +3705,21 @@
|
|
|
3705
3705
|
text-overflow: ellipsis;
|
|
3706
3706
|
white-space: nowrap;
|
|
3707
3707
|
}
|
|
3708
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-subject.e-disable,
|
|
3709
|
+
.e-more-popup-wrapper .e-appointment .e-subject.e-disable {
|
|
3710
|
+
display: none;
|
|
3711
|
+
}
|
|
3712
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-inline-subject,
|
|
3713
|
+
.e-more-popup-wrapper .e-appointment .e-inline-subject {
|
|
3714
|
+
background: transparent;
|
|
3715
|
+
border: 0;
|
|
3716
|
+
color: #fff;
|
|
3717
|
+
font-size: 13px;
|
|
3718
|
+
font-weight: 500;
|
|
3719
|
+
line-height: 1.2;
|
|
3720
|
+
padding-top: 4px;
|
|
3721
|
+
width: 100%;
|
|
3722
|
+
}
|
|
3708
3723
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
3709
3724
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-edit-icon,
|
|
3710
3725
|
.e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
@@ -3679,6 +3679,21 @@
|
|
|
3679
3679
|
text-overflow: ellipsis;
|
|
3680
3680
|
white-space: nowrap;
|
|
3681
3681
|
}
|
|
3682
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-subject.e-disable,
|
|
3683
|
+
.e-more-popup-wrapper .e-appointment .e-subject.e-disable {
|
|
3684
|
+
display: none;
|
|
3685
|
+
}
|
|
3686
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-inline-subject,
|
|
3687
|
+
.e-more-popup-wrapper .e-appointment .e-inline-subject {
|
|
3688
|
+
background: transparent;
|
|
3689
|
+
border: 0;
|
|
3690
|
+
color: #fff;
|
|
3691
|
+
font-size: 13px;
|
|
3692
|
+
font-weight: 500;
|
|
3693
|
+
line-height: 1.2;
|
|
3694
|
+
padding-top: 4px;
|
|
3695
|
+
width: 100%;
|
|
3696
|
+
}
|
|
3682
3697
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
3683
3698
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-edit-icon,
|
|
3684
3699
|
.e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
@@ -3679,6 +3679,21 @@
|
|
|
3679
3679
|
text-overflow: ellipsis;
|
|
3680
3680
|
white-space: nowrap;
|
|
3681
3681
|
}
|
|
3682
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-subject.e-disable,
|
|
3683
|
+
.e-more-popup-wrapper .e-appointment .e-subject.e-disable {
|
|
3684
|
+
display: none;
|
|
3685
|
+
}
|
|
3686
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-inline-subject,
|
|
3687
|
+
.e-more-popup-wrapper .e-appointment .e-inline-subject {
|
|
3688
|
+
background: transparent;
|
|
3689
|
+
border: 0;
|
|
3690
|
+
color: #fff;
|
|
3691
|
+
font-size: 13px;
|
|
3692
|
+
font-weight: 500;
|
|
3693
|
+
line-height: 1.2;
|
|
3694
|
+
padding-top: 4px;
|
|
3695
|
+
width: 100%;
|
|
3696
|
+
}
|
|
3682
3697
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
3683
3698
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-edit-icon,
|
|
3684
3699
|
.e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
@@ -3593,6 +3593,21 @@
|
|
|
3593
3593
|
text-overflow: ellipsis;
|
|
3594
3594
|
white-space: nowrap;
|
|
3595
3595
|
}
|
|
3596
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-subject.e-disable,
|
|
3597
|
+
.e-more-popup-wrapper .e-appointment .e-subject.e-disable {
|
|
3598
|
+
display: none;
|
|
3599
|
+
}
|
|
3600
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-inline-subject,
|
|
3601
|
+
.e-more-popup-wrapper .e-appointment .e-inline-subject {
|
|
3602
|
+
background: transparent;
|
|
3603
|
+
border: 0;
|
|
3604
|
+
color: #fff;
|
|
3605
|
+
font-size: 13px;
|
|
3606
|
+
font-weight: 500;
|
|
3607
|
+
line-height: 1.2;
|
|
3608
|
+
padding-top: 4px;
|
|
3609
|
+
width: 100%;
|
|
3610
|
+
}
|
|
3596
3611
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
3597
3612
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-edit-icon,
|
|
3598
3613
|
.e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
@@ -3588,6 +3588,21 @@
|
|
|
3588
3588
|
text-overflow: ellipsis;
|
|
3589
3589
|
white-space: nowrap;
|
|
3590
3590
|
}
|
|
3591
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-subject.e-disable,
|
|
3592
|
+
.e-more-popup-wrapper .e-appointment .e-subject.e-disable {
|
|
3593
|
+
display: none;
|
|
3594
|
+
}
|
|
3595
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-inline-subject,
|
|
3596
|
+
.e-more-popup-wrapper .e-appointment .e-inline-subject {
|
|
3597
|
+
background: transparent;
|
|
3598
|
+
border: 0;
|
|
3599
|
+
color: #fff;
|
|
3600
|
+
font-size: 13px;
|
|
3601
|
+
font-weight: 500;
|
|
3602
|
+
line-height: 1.2;
|
|
3603
|
+
padding-top: 4px;
|
|
3604
|
+
width: 100%;
|
|
3605
|
+
}
|
|
3591
3606
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
3592
3607
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-edit-icon,
|
|
3593
3608
|
.e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
@@ -3656,6 +3656,21 @@
|
|
|
3656
3656
|
text-overflow: ellipsis;
|
|
3657
3657
|
white-space: nowrap;
|
|
3658
3658
|
}
|
|
3659
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-subject.e-disable,
|
|
3660
|
+
.e-more-popup-wrapper .e-appointment .e-subject.e-disable {
|
|
3661
|
+
display: none;
|
|
3662
|
+
}
|
|
3663
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-inline-subject,
|
|
3664
|
+
.e-more-popup-wrapper .e-appointment .e-inline-subject {
|
|
3665
|
+
background: transparent;
|
|
3666
|
+
border: 0;
|
|
3667
|
+
color: #1b1a19;
|
|
3668
|
+
font-size: 13px;
|
|
3669
|
+
font-weight: 500;
|
|
3670
|
+
line-height: 1.2;
|
|
3671
|
+
padding-top: 4px;
|
|
3672
|
+
width: 100%;
|
|
3673
|
+
}
|
|
3659
3674
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
3660
3675
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-edit-icon,
|
|
3661
3676
|
.e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
@@ -3656,6 +3656,21 @@
|
|
|
3656
3656
|
text-overflow: ellipsis;
|
|
3657
3657
|
white-space: nowrap;
|
|
3658
3658
|
}
|
|
3659
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-subject.e-disable,
|
|
3660
|
+
.e-more-popup-wrapper .e-appointment .e-subject.e-disable {
|
|
3661
|
+
display: none;
|
|
3662
|
+
}
|
|
3663
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-inline-subject,
|
|
3664
|
+
.e-more-popup-wrapper .e-appointment .e-inline-subject {
|
|
3665
|
+
background: transparent;
|
|
3666
|
+
border: 0;
|
|
3667
|
+
color: #fff;
|
|
3668
|
+
font-size: 13px;
|
|
3669
|
+
font-weight: 500;
|
|
3670
|
+
line-height: 1.2;
|
|
3671
|
+
padding-top: 4px;
|
|
3672
|
+
width: 100%;
|
|
3673
|
+
}
|
|
3659
3674
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
3660
3675
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-edit-icon,
|
|
3661
3676
|
.e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
@@ -3670,6 +3670,21 @@
|
|
|
3670
3670
|
text-overflow: ellipsis;
|
|
3671
3671
|
white-space: nowrap;
|
|
3672
3672
|
}
|
|
3673
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-subject.e-disable,
|
|
3674
|
+
.e-more-popup-wrapper .e-appointment .e-subject.e-disable {
|
|
3675
|
+
display: none;
|
|
3676
|
+
}
|
|
3677
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-inline-subject,
|
|
3678
|
+
.e-more-popup-wrapper .e-appointment .e-inline-subject {
|
|
3679
|
+
background: transparent;
|
|
3680
|
+
border: 0;
|
|
3681
|
+
color: #fff;
|
|
3682
|
+
font-size: 13px;
|
|
3683
|
+
font-weight: 500;
|
|
3684
|
+
line-height: 1.2;
|
|
3685
|
+
padding-top: 4px;
|
|
3686
|
+
width: 100%;
|
|
3687
|
+
}
|
|
3673
3688
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
3674
3689
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-edit-icon,
|
|
3675
3690
|
.e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
@@ -3674,6 +3674,21 @@
|
|
|
3674
3674
|
text-overflow: ellipsis;
|
|
3675
3675
|
white-space: nowrap;
|
|
3676
3676
|
}
|
|
3677
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-subject.e-disable,
|
|
3678
|
+
.e-more-popup-wrapper .e-appointment .e-subject.e-disable {
|
|
3679
|
+
display: none;
|
|
3680
|
+
}
|
|
3681
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-inline-subject,
|
|
3682
|
+
.e-more-popup-wrapper .e-appointment .e-inline-subject {
|
|
3683
|
+
background: transparent;
|
|
3684
|
+
border: 0;
|
|
3685
|
+
color: #fff;
|
|
3686
|
+
font-size: 13px;
|
|
3687
|
+
font-weight: 500;
|
|
3688
|
+
line-height: 1.2;
|
|
3689
|
+
padding-top: 4px;
|
|
3690
|
+
width: 100%;
|
|
3691
|
+
}
|
|
3677
3692
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
3678
3693
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-edit-icon,
|
|
3679
3694
|
.e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");
|
|
2
1
|
@keyframes tbar-popup-shadow {
|
|
3
2
|
0% {
|
|
4
3
|
border-color: rgba(255, 255, 255, 0.5);
|
|
@@ -3615,6 +3614,21 @@
|
|
|
3615
3614
|
text-overflow: ellipsis;
|
|
3616
3615
|
white-space: nowrap;
|
|
3617
3616
|
}
|
|
3617
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-subject.e-disable,
|
|
3618
|
+
.e-more-popup-wrapper .e-appointment .e-subject.e-disable {
|
|
3619
|
+
display: none;
|
|
3620
|
+
}
|
|
3621
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-inline-subject,
|
|
3622
|
+
.e-more-popup-wrapper .e-appointment .e-inline-subject {
|
|
3623
|
+
background: transparent;
|
|
3624
|
+
border: 0;
|
|
3625
|
+
color: #fff;
|
|
3626
|
+
font-size: 13px;
|
|
3627
|
+
font-weight: 500;
|
|
3628
|
+
line-height: 1.2;
|
|
3629
|
+
padding-top: 4px;
|
|
3630
|
+
width: 100%;
|
|
3631
|
+
}
|
|
3618
3632
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
3619
3633
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-edit-icon,
|
|
3620
3634
|
.e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");
|
|
2
1
|
/*! component's theme wise override definitions and variables */
|
|
3
2
|
@keyframes tbar-popup-shadow {
|
|
4
3
|
0% {
|
|
@@ -3651,6 +3650,21 @@
|
|
|
3651
3650
|
text-overflow: ellipsis;
|
|
3652
3651
|
white-space: nowrap;
|
|
3653
3652
|
}
|
|
3653
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-subject.e-disable,
|
|
3654
|
+
.e-more-popup-wrapper .e-appointment .e-subject.e-disable {
|
|
3655
|
+
display: none;
|
|
3656
|
+
}
|
|
3657
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-inline-subject,
|
|
3658
|
+
.e-more-popup-wrapper .e-appointment .e-inline-subject {
|
|
3659
|
+
background: transparent;
|
|
3660
|
+
border: 0;
|
|
3661
|
+
color: #fff;
|
|
3662
|
+
font-size: 13px;
|
|
3663
|
+
font-weight: 500;
|
|
3664
|
+
line-height: 1.2;
|
|
3665
|
+
padding-top: 4px;
|
|
3666
|
+
width: 100%;
|
|
3667
|
+
}
|
|
3654
3668
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
3655
3669
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-edit-icon,
|
|
3656
3670
|
.e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
|
|
2
1
|
:root {
|
|
3
2
|
--color-sf-black: 0, 0, 0;
|
|
4
3
|
--color-sf-white: 255, 255, 255;
|
|
@@ -2574,7 +2573,7 @@
|
|
|
2574
2573
|
line-height: 18px;
|
|
2575
2574
|
margin: 4px 0;
|
|
2576
2575
|
min-width: 18px;
|
|
2577
|
-
padding: 8px;
|
|
2576
|
+
padding: 0 8px;
|
|
2578
2577
|
}
|
|
2579
2578
|
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-icon-right,
|
|
2580
2579
|
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-icon-right,
|
|
@@ -3718,6 +3717,21 @@
|
|
|
3718
3717
|
text-overflow: ellipsis;
|
|
3719
3718
|
white-space: nowrap;
|
|
3720
3719
|
}
|
|
3720
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-subject.e-disable,
|
|
3721
|
+
.e-more-popup-wrapper .e-appointment .e-subject.e-disable {
|
|
3722
|
+
display: none;
|
|
3723
|
+
}
|
|
3724
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-inline-subject,
|
|
3725
|
+
.e-more-popup-wrapper .e-appointment .e-inline-subject {
|
|
3726
|
+
background: transparent;
|
|
3727
|
+
border: 0;
|
|
3728
|
+
color: rgba(var(--color-sf-surface));
|
|
3729
|
+
font-size: 13px;
|
|
3730
|
+
font-weight: 500;
|
|
3731
|
+
line-height: 1.2;
|
|
3732
|
+
padding-top: 4px;
|
|
3733
|
+
width: 100%;
|
|
3734
|
+
}
|
|
3721
3735
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
3722
3736
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-edit-icon,
|
|
3723
3737
|
.e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
|
|
2
2
|
@import 'ej2-schedule/styles/schedule/material3-dark.scss';
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
|
|
2
1
|
:root {
|
|
3
2
|
--color-sf-black: 0, 0, 0;
|
|
4
3
|
--color-sf-white: 255, 255, 255;
|
|
@@ -2630,7 +2629,7 @@
|
|
|
2630
2629
|
line-height: 18px;
|
|
2631
2630
|
margin: 4px 0;
|
|
2632
2631
|
min-width: 18px;
|
|
2633
|
-
padding: 8px;
|
|
2632
|
+
padding: 0 8px;
|
|
2634
2633
|
}
|
|
2635
2634
|
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-icon-right,
|
|
2636
2635
|
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-icon-right,
|
|
@@ -3774,6 +3773,21 @@
|
|
|
3774
3773
|
text-overflow: ellipsis;
|
|
3775
3774
|
white-space: nowrap;
|
|
3776
3775
|
}
|
|
3776
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-subject.e-disable,
|
|
3777
|
+
.e-more-popup-wrapper .e-appointment .e-subject.e-disable {
|
|
3778
|
+
display: none;
|
|
3779
|
+
}
|
|
3780
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-inline-subject,
|
|
3781
|
+
.e-more-popup-wrapper .e-appointment .e-inline-subject {
|
|
3782
|
+
background: transparent;
|
|
3783
|
+
border: 0;
|
|
3784
|
+
color: rgba(var(--color-sf-surface));
|
|
3785
|
+
font-size: 13px;
|
|
3786
|
+
font-weight: 500;
|
|
3787
|
+
line-height: 1.2;
|
|
3788
|
+
padding-top: 4px;
|
|
3789
|
+
width: 100%;
|
|
3790
|
+
}
|
|
3777
3791
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
3778
3792
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-edit-icon,
|
|
3779
3793
|
.e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
|
|
2
2
|
@import 'ej2-schedule/styles/schedule/material3.scss';
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
2
1
|
/*! TreeView's tailwind theme wise override definitions and variables */
|
|
3
2
|
/* stylelint-disable */
|
|
4
3
|
/* stylelint-disable property-no-vendor-prefix */
|
|
@@ -3621,6 +3620,21 @@
|
|
|
3621
3620
|
text-overflow: ellipsis;
|
|
3622
3621
|
white-space: nowrap;
|
|
3623
3622
|
}
|
|
3623
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-subject.e-disable,
|
|
3624
|
+
.e-more-popup-wrapper .e-appointment .e-subject.e-disable {
|
|
3625
|
+
display: none;
|
|
3626
|
+
}
|
|
3627
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-inline-subject,
|
|
3628
|
+
.e-more-popup-wrapper .e-appointment .e-inline-subject {
|
|
3629
|
+
background: transparent;
|
|
3630
|
+
border: 0;
|
|
3631
|
+
color: #000;
|
|
3632
|
+
font-size: 13px;
|
|
3633
|
+
font-weight: 500;
|
|
3634
|
+
line-height: 1.2;
|
|
3635
|
+
padding-top: 4px;
|
|
3636
|
+
width: 100%;
|
|
3637
|
+
}
|
|
3624
3638
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
3625
3639
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-edit-icon,
|
|
3626
3640
|
.e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
2
1
|
/*! TreeView's tailwind theme wise override definitions and variables */
|
|
3
2
|
/* stylelint-disable */
|
|
4
3
|
/* stylelint-disable property-no-vendor-prefix */
|
|
@@ -3621,6 +3620,21 @@
|
|
|
3621
3620
|
text-overflow: ellipsis;
|
|
3622
3621
|
white-space: nowrap;
|
|
3623
3622
|
}
|
|
3623
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-subject.e-disable,
|
|
3624
|
+
.e-more-popup-wrapper .e-appointment .e-subject.e-disable {
|
|
3625
|
+
display: none;
|
|
3626
|
+
}
|
|
3627
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-inline-subject,
|
|
3628
|
+
.e-more-popup-wrapper .e-appointment .e-inline-subject {
|
|
3629
|
+
background: transparent;
|
|
3630
|
+
border: 0;
|
|
3631
|
+
color: #fff;
|
|
3632
|
+
font-size: 13px;
|
|
3633
|
+
font-weight: 500;
|
|
3634
|
+
line-height: 1.2;
|
|
3635
|
+
padding-top: 4px;
|
|
3636
|
+
width: 100%;
|
|
3637
|
+
}
|
|
3624
3638
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
3625
3639
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-edit-icon,
|
|
3626
3640
|
.e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -1,9 +1,7 @@
|
|
|
1
|
-
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
2
1
|
/*! TreeView's tailwind theme wise override definitions and variables */
|
|
3
2
|
/* stylelint-disable */
|
|
4
3
|
/* stylelint-disable property-no-vendor-prefix */
|
|
5
4
|
/*! calendar tailwind theme variables */
|
|
6
|
-
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
7
5
|
.e-ddl.e-control-wrapper .e-ddl-icon::before {
|
|
8
6
|
transform: rotate(0deg);
|
|
9
7
|
transition: transform 300ms ease;
|
|
@@ -3622,6 +3620,21 @@
|
|
|
3622
3620
|
text-overflow: ellipsis;
|
|
3623
3621
|
white-space: nowrap;
|
|
3624
3622
|
}
|
|
3623
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-subject.e-disable,
|
|
3624
|
+
.e-more-popup-wrapper .e-appointment .e-subject.e-disable {
|
|
3625
|
+
display: none;
|
|
3626
|
+
}
|
|
3627
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-inline-subject,
|
|
3628
|
+
.e-more-popup-wrapper .e-appointment .e-inline-subject {
|
|
3629
|
+
background: transparent;
|
|
3630
|
+
border: 0;
|
|
3631
|
+
color: #000;
|
|
3632
|
+
font-size: 13px;
|
|
3633
|
+
font-weight: 500;
|
|
3634
|
+
line-height: 1.2;
|
|
3635
|
+
padding-top: 4px;
|
|
3636
|
+
width: 100%;
|
|
3637
|
+
}
|
|
3625
3638
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
3626
3639
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-edit-icon,
|
|
3627
3640
|
.e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
package/styles/tailwind.css
CHANGED
|
@@ -1,9 +1,7 @@
|
|
|
1
|
-
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
2
1
|
/*! TreeView's tailwind theme wise override definitions and variables */
|
|
3
2
|
/* stylelint-disable */
|
|
4
3
|
/* stylelint-disable property-no-vendor-prefix */
|
|
5
4
|
/*! calendar tailwind theme variables */
|
|
6
|
-
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
7
5
|
.e-ddl.e-control-wrapper .e-ddl-icon::before {
|
|
8
6
|
transform: rotate(0deg);
|
|
9
7
|
transition: transform 300ms ease;
|
|
@@ -3622,6 +3620,21 @@
|
|
|
3622
3620
|
text-overflow: ellipsis;
|
|
3623
3621
|
white-space: nowrap;
|
|
3624
3622
|
}
|
|
3623
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-subject.e-disable,
|
|
3624
|
+
.e-more-popup-wrapper .e-appointment .e-subject.e-disable {
|
|
3625
|
+
display: none;
|
|
3626
|
+
}
|
|
3627
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-inline-subject,
|
|
3628
|
+
.e-more-popup-wrapper .e-appointment .e-inline-subject {
|
|
3629
|
+
background: transparent;
|
|
3630
|
+
border: 0;
|
|
3631
|
+
color: #fff;
|
|
3632
|
+
font-size: 13px;
|
|
3633
|
+
font-weight: 500;
|
|
3634
|
+
line-height: 1.2;
|
|
3635
|
+
padding-top: 4px;
|
|
3636
|
+
width: 100%;
|
|
3637
|
+
}
|
|
3625
3638
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
3626
3639
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-edit-icon,
|
|
3627
3640
|
.e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|