@syncfusion/ej2-react-schedule 20.1.59 → 20.2.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 +35 -0
- package/dist/ej2-react-schedule.umd.min.js +1 -1
- package/package.json +8 -8
- package/styles/bootstrap-dark.css +6 -5
- package/styles/bootstrap.css +6 -5
- package/styles/bootstrap4.css +6 -5
- package/styles/bootstrap5-dark.css +5 -3
- package/styles/bootstrap5.css +6 -5
- package/styles/fabric-dark.css +6 -5
- package/styles/fabric.css +6 -5
- package/styles/fluent-dark.css +20 -18
- package/styles/fluent.css +8 -7
- package/styles/highcontrast-light.css +6 -5
- package/styles/highcontrast.css +6 -5
- package/styles/material-dark.css +6 -5
- package/styles/material.css +6 -5
- package/styles/schedule/bootstrap-dark.css +6 -5
- package/styles/schedule/bootstrap.css +6 -5
- package/styles/schedule/bootstrap4.css +6 -5
- package/styles/schedule/bootstrap5-dark.css +5 -3
- package/styles/schedule/bootstrap5.css +6 -5
- package/styles/schedule/fabric-dark.css +6 -5
- package/styles/schedule/fabric.css +6 -5
- package/styles/schedule/fluent-dark.css +20 -18
- package/styles/schedule/fluent.css +8 -7
- package/styles/schedule/highcontrast-light.css +6 -5
- package/styles/schedule/highcontrast.css +6 -5
- package/styles/schedule/material-dark.css +6 -5
- package/styles/schedule/material.css +6 -5
- package/styles/schedule/tailwind-dark.css +5 -3
- package/styles/schedule/tailwind.css +6 -5
- package/styles/tailwind-dark.css +5 -3
- package/styles/tailwind.css +6 -5
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,41 @@
|
|
|
4
4
|
|
|
5
5
|
### Schedule
|
|
6
6
|
|
|
7
|
+
#### Bug fixes
|
|
8
|
+
|
|
9
|
+
- `#F172936` - An issue with Form validator instance not available in `popupOpen` event of Scheduler has been fixed.
|
|
10
|
+
- `#F175741` - An issue with UID of the appointments varies every time while exporting appointments in ICS file has been fixed.
|
|
11
|
+
- `#I379499` - An issue with Recurrence appointments start and end times are not changed based on DST time zone has been fixed.
|
|
12
|
+
|
|
13
|
+
## 20.2.36 (2022-06-30)
|
|
14
|
+
|
|
15
|
+
### Schedule
|
|
16
|
+
|
|
17
|
+
#### New Features
|
|
18
|
+
|
|
19
|
+
- `#I357693`, `#I385560` - Provided a public method `openQuickInfoPopup` to open the quick popup programmatically.
|
|
20
|
+
- `#I307933` - Provided support to specify custom separator when exporting Scheduler events to CSV export.
|
|
21
|
+
|
|
22
|
+
#### Bug Fixes
|
|
23
|
+
|
|
24
|
+
- `#I385411` - An issue with Weekly recurrence appointments not shown in day view has been fixed.
|
|
25
|
+
|
|
26
|
+
## 20.1.61 (2022-06-21)
|
|
27
|
+
|
|
28
|
+
### Schedule
|
|
29
|
+
|
|
30
|
+
#### Bug Fixes
|
|
31
|
+
|
|
32
|
+
- `#I380532` - An issue with Multiple appointments dragged while performing drag action with a single appointment has been fixed.
|
|
33
|
+
- `#I380576` - An issue with drag appointment clone position with enabled `rowAutoHeight` has been fixed.
|
|
34
|
+
- `#I384326` - An issue with html tag as appointment subject in quick popup header has been fixed.
|
|
35
|
+
- `#I383234` - An issue with `scrollTo` method not working with date when enabled group `byDate` has been fixed.
|
|
36
|
+
- `#F174691` - An issue with header misalignment in month view on safari browser has been fixed.
|
|
37
|
+
|
|
38
|
+
## 20.1.57 (2022-05-24)
|
|
39
|
+
|
|
40
|
+
### Schedule
|
|
41
|
+
|
|
7
42
|
#### Bug Fixes
|
|
8
43
|
|
|
9
44
|
- `#I379346` - An issue with appointments rendered in start and end hour range in vertical views has been fixed.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-schedule.umd.min.js
|
|
3
|
-
* version : 20.
|
|
3
|
+
* version : 20.2.38
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-react-schedule@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-react-schedule@20.
|
|
3
|
+
"_id": "@syncfusion/ej2-react-schedule@20.2.36",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-z8QJ29/EBeRVDGh2W1MtSYeHVpRThAGCcQqYYBxLE0NYUpy108t5PIGZJvHgEF11w9r3bV+QEdQX9YcipXvT9Q==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-react-schedule",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-schedule/-/ej2-react-schedule-20.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-schedule/-/ej2-react-schedule-20.2.36.tgz",
|
|
23
|
+
"_shasum": "4ae5decf713015aaa7fbca3634a14d52f68c1515",
|
|
24
24
|
"_spec": "@syncfusion/ej2-react-schedule@*",
|
|
25
25
|
"_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-base": "~20.
|
|
35
|
-
"@syncfusion/ej2-react-base": "~20.
|
|
36
|
-
"@syncfusion/ej2-schedule": "20.
|
|
34
|
+
"@syncfusion/ej2-base": "~20.2.38",
|
|
35
|
+
"@syncfusion/ej2-react-base": "~20.2.38",
|
|
36
|
+
"@syncfusion/ej2-schedule": "20.2.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",
|
|
@@ -70,6 +70,6 @@
|
|
|
70
70
|
"type": "git",
|
|
71
71
|
"url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
|
|
72
72
|
},
|
|
73
|
-
"version": "20.
|
|
73
|
+
"version": "20.2.38",
|
|
74
74
|
"sideEffects": false
|
|
75
75
|
}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
/*! recurrence editor theme wise definitions*/
|
|
2
|
-
/*! Schedule component's bootstrap theme definitions and variables */
|
|
1
|
+
/*! recurrence editor theme wise definitions*/ /*! Schedule component's bootstrap theme definitions and variables */
|
|
3
2
|
.e-schedule .e-schedule-toolbar .e-icon-prev::before {
|
|
4
3
|
content: "\e990";
|
|
5
4
|
}
|
|
@@ -1073,8 +1072,6 @@
|
|
|
1073
1072
|
height: 70px;
|
|
1074
1073
|
}
|
|
1075
1074
|
.e-schedule .e-month-view .e-content-wrap {
|
|
1076
|
-
display: -ms-flexbox;
|
|
1077
|
-
display: flex;
|
|
1078
1075
|
font-size: 13px;
|
|
1079
1076
|
}
|
|
1080
1077
|
.e-schedule .e-month-view .e-date-header-wrap table col {
|
|
@@ -1503,6 +1500,10 @@
|
|
|
1503
1500
|
position: absolute;
|
|
1504
1501
|
top: 0;
|
|
1505
1502
|
}
|
|
1503
|
+
.e-schedule .e-timeline-year-view .e-event-table .e-appointment-container.e-event-container {
|
|
1504
|
+
height: 75px;
|
|
1505
|
+
position: relative;
|
|
1506
|
+
}
|
|
1506
1507
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment-wrapper {
|
|
1507
1508
|
position: absolute;
|
|
1508
1509
|
}
|
|
@@ -2468,7 +2469,7 @@
|
|
|
2468
2469
|
}
|
|
2469
2470
|
|
|
2470
2471
|
.e-bigger .e-dialog.e-quick-dialog.e-following-events-dialog {
|
|
2471
|
-
width:
|
|
2472
|
+
width: 502px;
|
|
2472
2473
|
}
|
|
2473
2474
|
|
|
2474
2475
|
.e-dialog.e-quick-dialog.e-following-events-dialog {
|
package/styles/bootstrap.css
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
/*! recurrence editor theme wise definitions*/
|
|
2
|
-
/*! Schedule component's bootstrap theme definitions and variables */
|
|
1
|
+
/*! recurrence editor theme wise definitions*/ /*! Schedule component's bootstrap theme definitions and variables */
|
|
3
2
|
.e-schedule .e-schedule-toolbar .e-icon-prev::before {
|
|
4
3
|
content: "\e990";
|
|
5
4
|
}
|
|
@@ -1071,8 +1070,6 @@
|
|
|
1071
1070
|
height: 70px;
|
|
1072
1071
|
}
|
|
1073
1072
|
.e-schedule .e-month-view .e-content-wrap {
|
|
1074
|
-
display: -ms-flexbox;
|
|
1075
|
-
display: flex;
|
|
1076
1073
|
font-size: 13px;
|
|
1077
1074
|
}
|
|
1078
1075
|
.e-schedule .e-month-view .e-date-header-wrap table col {
|
|
@@ -1501,6 +1498,10 @@
|
|
|
1501
1498
|
position: absolute;
|
|
1502
1499
|
top: 0;
|
|
1503
1500
|
}
|
|
1501
|
+
.e-schedule .e-timeline-year-view .e-event-table .e-appointment-container.e-event-container {
|
|
1502
|
+
height: 75px;
|
|
1503
|
+
position: relative;
|
|
1504
|
+
}
|
|
1504
1505
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment-wrapper {
|
|
1505
1506
|
position: absolute;
|
|
1506
1507
|
}
|
|
@@ -2466,7 +2467,7 @@
|
|
|
2466
2467
|
}
|
|
2467
2468
|
|
|
2468
2469
|
.e-bigger .e-dialog.e-quick-dialog.e-following-events-dialog {
|
|
2469
|
-
width:
|
|
2470
|
+
width: 502px;
|
|
2470
2471
|
}
|
|
2471
2472
|
|
|
2472
2473
|
.e-dialog.e-quick-dialog.e-following-events-dialog {
|
package/styles/bootstrap4.css
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
/*! recurrence editor theme wise definitions*/
|
|
2
|
-
/*! Schedule component's bootstrap4 theme definitions and variables */
|
|
1
|
+
/*! recurrence editor theme wise definitions*/ /*! Schedule component's bootstrap4 theme definitions and variables */
|
|
3
2
|
.e-schedule .e-schedule-toolbar .e-icon-prev::before {
|
|
4
3
|
content: "\e78c";
|
|
5
4
|
}
|
|
@@ -1073,8 +1072,6 @@
|
|
|
1073
1072
|
height: 70px;
|
|
1074
1073
|
}
|
|
1075
1074
|
.e-schedule .e-month-view .e-content-wrap {
|
|
1076
|
-
display: -ms-flexbox;
|
|
1077
|
-
display: flex;
|
|
1078
1075
|
font-size: 14px;
|
|
1079
1076
|
}
|
|
1080
1077
|
.e-schedule .e-month-view .e-date-header-wrap table col {
|
|
@@ -1506,6 +1503,10 @@
|
|
|
1506
1503
|
position: absolute;
|
|
1507
1504
|
top: 0;
|
|
1508
1505
|
}
|
|
1506
|
+
.e-schedule .e-timeline-year-view .e-event-table .e-appointment-container.e-event-container {
|
|
1507
|
+
height: 75px;
|
|
1508
|
+
position: relative;
|
|
1509
|
+
}
|
|
1509
1510
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment-wrapper {
|
|
1510
1511
|
position: absolute;
|
|
1511
1512
|
}
|
|
@@ -2485,7 +2486,7 @@
|
|
|
2485
2486
|
}
|
|
2486
2487
|
|
|
2487
2488
|
.e-bigger .e-dialog.e-quick-dialog.e-following-events-dialog {
|
|
2488
|
-
width:
|
|
2489
|
+
width: 502px;
|
|
2489
2490
|
}
|
|
2490
2491
|
|
|
2491
2492
|
.e-dialog.e-quick-dialog.e-following-events-dialog {
|
|
@@ -1079,8 +1079,6 @@
|
|
|
1079
1079
|
height: 70px;
|
|
1080
1080
|
}
|
|
1081
1081
|
.e-schedule .e-month-view .e-content-wrap {
|
|
1082
|
-
display: -ms-flexbox;
|
|
1083
|
-
display: flex;
|
|
1084
1082
|
font-size: 14px;
|
|
1085
1083
|
}
|
|
1086
1084
|
.e-schedule .e-month-view .e-date-header-wrap table col {
|
|
@@ -1510,6 +1508,10 @@
|
|
|
1510
1508
|
position: absolute;
|
|
1511
1509
|
top: 0;
|
|
1512
1510
|
}
|
|
1511
|
+
.e-schedule .e-timeline-year-view .e-event-table .e-appointment-container.e-event-container {
|
|
1512
|
+
height: 75px;
|
|
1513
|
+
position: relative;
|
|
1514
|
+
}
|
|
1513
1515
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment-wrapper {
|
|
1514
1516
|
position: absolute;
|
|
1515
1517
|
}
|
|
@@ -2493,7 +2495,7 @@
|
|
|
2493
2495
|
}
|
|
2494
2496
|
|
|
2495
2497
|
.e-bigger .e-dialog.e-quick-dialog.e-following-events-dialog {
|
|
2496
|
-
width:
|
|
2498
|
+
width: 502px;
|
|
2497
2499
|
}
|
|
2498
2500
|
|
|
2499
2501
|
.e-dialog.e-quick-dialog.e-following-events-dialog {
|
package/styles/bootstrap5.css
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
/*! recurrence editor theme wise definitions*/
|
|
2
|
-
/*! Schedule's bootstrap5 theme wise override definitions and variables */
|
|
1
|
+
/*! recurrence editor theme wise definitions*/ /*! Schedule's bootstrap5 theme wise override definitions and variables */
|
|
3
2
|
.e-schedule .e-schedule-toolbar .e-icon-prev::before {
|
|
4
3
|
content: "\e765";
|
|
5
4
|
}
|
|
@@ -1080,8 +1079,6 @@
|
|
|
1080
1079
|
height: 70px;
|
|
1081
1080
|
}
|
|
1082
1081
|
.e-schedule .e-month-view .e-content-wrap {
|
|
1083
|
-
display: -ms-flexbox;
|
|
1084
|
-
display: flex;
|
|
1085
1082
|
font-size: 14px;
|
|
1086
1083
|
}
|
|
1087
1084
|
.e-schedule .e-month-view .e-date-header-wrap table col {
|
|
@@ -1511,6 +1508,10 @@
|
|
|
1511
1508
|
position: absolute;
|
|
1512
1509
|
top: 0;
|
|
1513
1510
|
}
|
|
1511
|
+
.e-schedule .e-timeline-year-view .e-event-table .e-appointment-container.e-event-container {
|
|
1512
|
+
height: 75px;
|
|
1513
|
+
position: relative;
|
|
1514
|
+
}
|
|
1514
1515
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment-wrapper {
|
|
1515
1516
|
position: absolute;
|
|
1516
1517
|
}
|
|
@@ -2494,7 +2495,7 @@
|
|
|
2494
2495
|
}
|
|
2495
2496
|
|
|
2496
2497
|
.e-bigger .e-dialog.e-quick-dialog.e-following-events-dialog {
|
|
2497
|
-
width:
|
|
2498
|
+
width: 502px;
|
|
2498
2499
|
}
|
|
2499
2500
|
|
|
2500
2501
|
.e-dialog.e-quick-dialog.e-following-events-dialog {
|
package/styles/fabric-dark.css
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
/*! recurrence editor theme wise definitions*/
|
|
2
|
-
/*! Schedule component's fabric theme definitions and variables */
|
|
1
|
+
/*! recurrence editor theme wise definitions*/ /*! Schedule component's fabric theme definitions and variables */
|
|
3
2
|
.e-schedule .e-schedule-toolbar .e-icon-prev::before {
|
|
4
3
|
content: "\e98f";
|
|
5
4
|
}
|
|
@@ -1073,8 +1072,6 @@
|
|
|
1073
1072
|
height: 70px;
|
|
1074
1073
|
}
|
|
1075
1074
|
.e-schedule .e-month-view .e-content-wrap {
|
|
1076
|
-
display: -ms-flexbox;
|
|
1077
|
-
display: flex;
|
|
1078
1075
|
font-size: 13px;
|
|
1079
1076
|
}
|
|
1080
1077
|
.e-schedule .e-month-view .e-date-header-wrap table col {
|
|
@@ -1503,6 +1500,10 @@
|
|
|
1503
1500
|
position: absolute;
|
|
1504
1501
|
top: 0;
|
|
1505
1502
|
}
|
|
1503
|
+
.e-schedule .e-timeline-year-view .e-event-table .e-appointment-container.e-event-container {
|
|
1504
|
+
height: 75px;
|
|
1505
|
+
position: relative;
|
|
1506
|
+
}
|
|
1506
1507
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment-wrapper {
|
|
1507
1508
|
position: absolute;
|
|
1508
1509
|
}
|
|
@@ -2469,7 +2470,7 @@
|
|
|
2469
2470
|
}
|
|
2470
2471
|
|
|
2471
2472
|
.e-bigger .e-dialog.e-quick-dialog.e-following-events-dialog {
|
|
2472
|
-
width:
|
|
2473
|
+
width: 502px;
|
|
2473
2474
|
}
|
|
2474
2475
|
|
|
2475
2476
|
.e-dialog.e-quick-dialog.e-following-events-dialog {
|
package/styles/fabric.css
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
/*! recurrence editor theme wise definitions*/
|
|
2
|
-
/*! Schedule component's fabric theme definitions and variables */
|
|
1
|
+
/*! recurrence editor theme wise definitions*/ /*! Schedule component's fabric theme definitions and variables */
|
|
3
2
|
.e-schedule .e-schedule-toolbar .e-icon-prev::before {
|
|
4
3
|
content: "\e98f";
|
|
5
4
|
}
|
|
@@ -1073,8 +1072,6 @@
|
|
|
1073
1072
|
height: 70px;
|
|
1074
1073
|
}
|
|
1075
1074
|
.e-schedule .e-month-view .e-content-wrap {
|
|
1076
|
-
display: -ms-flexbox;
|
|
1077
|
-
display: flex;
|
|
1078
1075
|
font-size: 13px;
|
|
1079
1076
|
}
|
|
1080
1077
|
.e-schedule .e-month-view .e-date-header-wrap table col {
|
|
@@ -1503,6 +1500,10 @@
|
|
|
1503
1500
|
position: absolute;
|
|
1504
1501
|
top: 0;
|
|
1505
1502
|
}
|
|
1503
|
+
.e-schedule .e-timeline-year-view .e-event-table .e-appointment-container.e-event-container {
|
|
1504
|
+
height: 75px;
|
|
1505
|
+
position: relative;
|
|
1506
|
+
}
|
|
1506
1507
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment-wrapper {
|
|
1507
1508
|
position: absolute;
|
|
1508
1509
|
}
|
|
@@ -2469,7 +2470,7 @@
|
|
|
2469
2470
|
}
|
|
2470
2471
|
|
|
2471
2472
|
.e-bigger .e-dialog.e-quick-dialog.e-following-events-dialog {
|
|
2472
|
-
width:
|
|
2473
|
+
width: 502px;
|
|
2473
2474
|
}
|
|
2474
2475
|
|
|
2475
2476
|
.e-dialog.e-quick-dialog.e-following-events-dialog {
|
package/styles/fluent-dark.css
CHANGED
|
@@ -167,7 +167,7 @@
|
|
|
167
167
|
.e-schedule .e-schedule-toolbar {
|
|
168
168
|
background: #1b1a19;
|
|
169
169
|
border: 0;
|
|
170
|
-
border-bottom:
|
|
170
|
+
border-bottom: 1px solid #292827;
|
|
171
171
|
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
|
|
172
172
|
margin-bottom: 3px;
|
|
173
173
|
min-height: 38px;
|
|
@@ -270,7 +270,7 @@
|
|
|
270
270
|
}
|
|
271
271
|
.e-schedule .e-schedule-resource-toolbar {
|
|
272
272
|
background: #1b1a19;
|
|
273
|
-
border-bottom:
|
|
273
|
+
border-bottom: 1px solid #292827;
|
|
274
274
|
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
|
|
275
275
|
display: -ms-flexbox;
|
|
276
276
|
display: flex;
|
|
@@ -350,7 +350,7 @@
|
|
|
350
350
|
}
|
|
351
351
|
.e-schedule .e-new-event {
|
|
352
352
|
background-color: #0078d4;
|
|
353
|
-
border: 1px solid #
|
|
353
|
+
border: 1px solid #1b1a19;
|
|
354
354
|
border-radius: 5px;
|
|
355
355
|
height: 100%;
|
|
356
356
|
opacity: 0.9;
|
|
@@ -359,7 +359,7 @@
|
|
|
359
359
|
z-index: 1;
|
|
360
360
|
}
|
|
361
361
|
.e-schedule .e-new-event .e-title {
|
|
362
|
-
color: #
|
|
362
|
+
color: #1b1a19;
|
|
363
363
|
font-size: 12px;
|
|
364
364
|
line-height: 1.2;
|
|
365
365
|
margin: 0;
|
|
@@ -473,7 +473,7 @@
|
|
|
473
473
|
.e-schedule .e-appointment .e-inline-subject {
|
|
474
474
|
background-color: transparent;
|
|
475
475
|
border: 0;
|
|
476
|
-
color: #
|
|
476
|
+
color: #1b1a19;
|
|
477
477
|
font-size: 13px;
|
|
478
478
|
font-weight: 500;
|
|
479
479
|
line-height: 1.2;
|
|
@@ -585,7 +585,7 @@
|
|
|
585
585
|
background: #0078d4;
|
|
586
586
|
border: 1px solid #292827;
|
|
587
587
|
border-radius: 2px;
|
|
588
|
-
color: #
|
|
588
|
+
color: #1b1a19;
|
|
589
589
|
display: -ms-flexbox;
|
|
590
590
|
display: flex;
|
|
591
591
|
height: 54px;
|
|
@@ -850,7 +850,7 @@
|
|
|
850
850
|
background: #0078d4;
|
|
851
851
|
border: 1px solid #292827;
|
|
852
852
|
border-radius: 2px;
|
|
853
|
-
color: #
|
|
853
|
+
color: #1b1a19;
|
|
854
854
|
display: -ms-flexbox;
|
|
855
855
|
display: flex;
|
|
856
856
|
height: 26px;
|
|
@@ -900,7 +900,7 @@
|
|
|
900
900
|
background: #0078d4;
|
|
901
901
|
border: 1px solid #292827;
|
|
902
902
|
border-radius: 2px;
|
|
903
|
-
color: #
|
|
903
|
+
color: #1b1a19;
|
|
904
904
|
overflow: hidden;
|
|
905
905
|
position: absolute;
|
|
906
906
|
}
|
|
@@ -1066,8 +1066,6 @@
|
|
|
1066
1066
|
height: 70px;
|
|
1067
1067
|
}
|
|
1068
1068
|
.e-schedule .e-month-view .e-content-wrap {
|
|
1069
|
-
display: -ms-flexbox;
|
|
1070
|
-
display: flex;
|
|
1071
1069
|
font-size: 14px;
|
|
1072
1070
|
}
|
|
1073
1071
|
.e-schedule .e-month-view .e-date-header-wrap table col {
|
|
@@ -1137,7 +1135,7 @@
|
|
|
1137
1135
|
background: #0078d4;
|
|
1138
1136
|
border: 1px solid #292827;
|
|
1139
1137
|
border-radius: 2px;
|
|
1140
|
-
color: #
|
|
1138
|
+
color: #1b1a19;
|
|
1141
1139
|
cursor: default;
|
|
1142
1140
|
display: -ms-flexbox;
|
|
1143
1141
|
display: flex;
|
|
@@ -1496,6 +1494,10 @@
|
|
|
1496
1494
|
position: absolute;
|
|
1497
1495
|
top: 0;
|
|
1498
1496
|
}
|
|
1497
|
+
.e-schedule .e-timeline-year-view .e-event-table .e-appointment-container.e-event-container {
|
|
1498
|
+
height: 75px;
|
|
1499
|
+
position: relative;
|
|
1500
|
+
}
|
|
1499
1501
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment-wrapper {
|
|
1500
1502
|
position: absolute;
|
|
1501
1503
|
}
|
|
@@ -1506,7 +1508,7 @@
|
|
|
1506
1508
|
background: #0078d4;
|
|
1507
1509
|
border: 1px solid #292827;
|
|
1508
1510
|
border-radius: 2px;
|
|
1509
|
-
color: #
|
|
1511
|
+
color: #1b1a19;
|
|
1510
1512
|
cursor: default;
|
|
1511
1513
|
display: -ms-flexbox;
|
|
1512
1514
|
display: flex;
|
|
@@ -1741,7 +1743,7 @@
|
|
|
1741
1743
|
background: #0078d4;
|
|
1742
1744
|
border: 1px solid #292827;
|
|
1743
1745
|
border-radius: 2px;
|
|
1744
|
-
color: #
|
|
1746
|
+
color: #1b1a19;
|
|
1745
1747
|
cursor: default;
|
|
1746
1748
|
display: -ms-flexbox;
|
|
1747
1749
|
display: flex;
|
|
@@ -2126,7 +2128,7 @@
|
|
|
2126
2128
|
vertical-align: top;
|
|
2127
2129
|
}
|
|
2128
2130
|
.e-schedule .e-agenda-view .e-month-header .e-date-header {
|
|
2129
|
-
color: #
|
|
2131
|
+
color: #1b1a19;
|
|
2130
2132
|
font-size: 18px;
|
|
2131
2133
|
}
|
|
2132
2134
|
.e-schedule .e-agenda-view .e-day-date-header {
|
|
@@ -2462,7 +2464,7 @@
|
|
|
2462
2464
|
}
|
|
2463
2465
|
|
|
2464
2466
|
.e-bigger .e-dialog.e-quick-dialog.e-following-events-dialog {
|
|
2465
|
-
width:
|
|
2467
|
+
width: 502px;
|
|
2466
2468
|
}
|
|
2467
2469
|
|
|
2468
2470
|
.e-dialog.e-quick-dialog.e-following-events-dialog {
|
|
@@ -3225,7 +3227,7 @@
|
|
|
3225
3227
|
background: #0078d4;
|
|
3226
3228
|
border-radius: 2px;
|
|
3227
3229
|
box-shadow: 0 25.6px 57.6px 0 rgba(0, 0, 0, 0.22), 0 4.8px 14.4px 0 rgba(0, 0, 0, 0.18), 0 3.2px 7.2px 0 rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108), 0 3.2px 7.2px 0 rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108);
|
|
3228
|
-
color: #
|
|
3230
|
+
color: #1b1a19;
|
|
3229
3231
|
display: -ms-flexbox;
|
|
3230
3232
|
display: flex;
|
|
3231
3233
|
height: 38px;
|
|
@@ -3394,7 +3396,7 @@
|
|
|
3394
3396
|
.e-more-popup-wrapper .e-appointment {
|
|
3395
3397
|
background: #0078d4;
|
|
3396
3398
|
border-radius: 2px;
|
|
3397
|
-
color: #
|
|
3399
|
+
color: #1b1a19;
|
|
3398
3400
|
display: -ms-flexbox;
|
|
3399
3401
|
display: flex;
|
|
3400
3402
|
height: 26px;
|
|
@@ -3405,7 +3407,7 @@
|
|
|
3405
3407
|
}
|
|
3406
3408
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-subject,
|
|
3407
3409
|
.e-more-popup-wrapper .e-appointment .e-subject {
|
|
3408
|
-
color: #
|
|
3410
|
+
color: #1b1a19;
|
|
3409
3411
|
-ms-flex: auto;
|
|
3410
3412
|
flex: auto;
|
|
3411
3413
|
font-size: 13px;
|
package/styles/fluent.css
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
/*! recurrence editor theme wise definitions*/
|
|
2
|
-
/*! Schedule component's bootstrap5 theme definitions and variables */
|
|
1
|
+
/*! recurrence editor theme wise definitions*/ /*! Schedule component's bootstrap5 theme definitions and variables */
|
|
3
2
|
.e-schedule .e-schedule-toolbar .e-icon-prev::before {
|
|
4
3
|
content: "\e765";
|
|
5
4
|
}
|
|
@@ -168,7 +167,7 @@
|
|
|
168
167
|
.e-schedule .e-schedule-toolbar {
|
|
169
168
|
background: #fff;
|
|
170
169
|
border: 0;
|
|
171
|
-
border-bottom:
|
|
170
|
+
border-bottom: 1px solid #edebe9;
|
|
172
171
|
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
|
|
173
172
|
margin-bottom: 3px;
|
|
174
173
|
min-height: 38px;
|
|
@@ -271,7 +270,7 @@
|
|
|
271
270
|
}
|
|
272
271
|
.e-schedule .e-schedule-resource-toolbar {
|
|
273
272
|
background: #fff;
|
|
274
|
-
border-bottom:
|
|
273
|
+
border-bottom: 1px solid #edebe9;
|
|
275
274
|
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
|
|
276
275
|
display: -ms-flexbox;
|
|
277
276
|
display: flex;
|
|
@@ -1067,8 +1066,6 @@
|
|
|
1067
1066
|
height: 70px;
|
|
1068
1067
|
}
|
|
1069
1068
|
.e-schedule .e-month-view .e-content-wrap {
|
|
1070
|
-
display: -ms-flexbox;
|
|
1071
|
-
display: flex;
|
|
1072
1069
|
font-size: 14px;
|
|
1073
1070
|
}
|
|
1074
1071
|
.e-schedule .e-month-view .e-date-header-wrap table col {
|
|
@@ -1497,6 +1494,10 @@
|
|
|
1497
1494
|
position: absolute;
|
|
1498
1495
|
top: 0;
|
|
1499
1496
|
}
|
|
1497
|
+
.e-schedule .e-timeline-year-view .e-event-table .e-appointment-container.e-event-container {
|
|
1498
|
+
height: 75px;
|
|
1499
|
+
position: relative;
|
|
1500
|
+
}
|
|
1500
1501
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment-wrapper {
|
|
1501
1502
|
position: absolute;
|
|
1502
1503
|
}
|
|
@@ -2463,7 +2464,7 @@
|
|
|
2463
2464
|
}
|
|
2464
2465
|
|
|
2465
2466
|
.e-bigger .e-dialog.e-quick-dialog.e-following-events-dialog {
|
|
2466
|
-
width:
|
|
2467
|
+
width: 502px;
|
|
2467
2468
|
}
|
|
2468
2469
|
|
|
2469
2470
|
.e-dialog.e-quick-dialog.e-following-events-dialog {
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
/*! recurrence editor theme wise definitions*/
|
|
2
|
-
/*! Schedule component's highcontrast theme definitions and variables */
|
|
1
|
+
/*! recurrence editor theme wise definitions*/ /*! Schedule component's highcontrast theme definitions and variables */
|
|
3
2
|
.e-schedule .e-schedule-toolbar .e-icon-prev::before {
|
|
4
3
|
content: "\e98f";
|
|
5
4
|
}
|
|
@@ -1070,8 +1069,6 @@
|
|
|
1070
1069
|
height: 70px;
|
|
1071
1070
|
}
|
|
1072
1071
|
.e-schedule .e-month-view .e-content-wrap {
|
|
1073
|
-
display: -ms-flexbox;
|
|
1074
|
-
display: flex;
|
|
1075
1072
|
font-size: 13px;
|
|
1076
1073
|
}
|
|
1077
1074
|
.e-schedule .e-month-view .e-date-header-wrap table col {
|
|
@@ -1500,6 +1497,10 @@
|
|
|
1500
1497
|
position: absolute;
|
|
1501
1498
|
top: 0;
|
|
1502
1499
|
}
|
|
1500
|
+
.e-schedule .e-timeline-year-view .e-event-table .e-appointment-container.e-event-container {
|
|
1501
|
+
height: 75px;
|
|
1502
|
+
position: relative;
|
|
1503
|
+
}
|
|
1503
1504
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment-wrapper {
|
|
1504
1505
|
position: absolute;
|
|
1505
1506
|
}
|
|
@@ -2466,7 +2467,7 @@
|
|
|
2466
2467
|
}
|
|
2467
2468
|
|
|
2468
2469
|
.e-bigger .e-dialog.e-quick-dialog.e-following-events-dialog {
|
|
2469
|
-
width:
|
|
2470
|
+
width: 502px;
|
|
2470
2471
|
}
|
|
2471
2472
|
|
|
2472
2473
|
.e-dialog.e-quick-dialog.e-following-events-dialog {
|
package/styles/highcontrast.css
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
/*! recurrence editor theme wise definitions*/
|
|
2
|
-
/*! Schedule component's highcontrast theme definitions and variables */
|
|
1
|
+
/*! recurrence editor theme wise definitions*/ /*! Schedule component's highcontrast theme definitions and variables */
|
|
3
2
|
.e-schedule .e-schedule-toolbar .e-icon-prev::before {
|
|
4
3
|
content: "\e98f";
|
|
5
4
|
}
|
|
@@ -1073,8 +1072,6 @@
|
|
|
1073
1072
|
height: 70px;
|
|
1074
1073
|
}
|
|
1075
1074
|
.e-schedule .e-month-view .e-content-wrap {
|
|
1076
|
-
display: -ms-flexbox;
|
|
1077
|
-
display: flex;
|
|
1078
1075
|
font-size: 13px;
|
|
1079
1076
|
}
|
|
1080
1077
|
.e-schedule .e-month-view .e-date-header-wrap table col {
|
|
@@ -1506,6 +1503,10 @@
|
|
|
1506
1503
|
position: absolute;
|
|
1507
1504
|
top: 0;
|
|
1508
1505
|
}
|
|
1506
|
+
.e-schedule .e-timeline-year-view .e-event-table .e-appointment-container.e-event-container {
|
|
1507
|
+
height: 75px;
|
|
1508
|
+
position: relative;
|
|
1509
|
+
}
|
|
1509
1510
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment-wrapper {
|
|
1510
1511
|
position: absolute;
|
|
1511
1512
|
}
|
|
@@ -2472,7 +2473,7 @@
|
|
|
2472
2473
|
}
|
|
2473
2474
|
|
|
2474
2475
|
.e-bigger .e-dialog.e-quick-dialog.e-following-events-dialog {
|
|
2475
|
-
width:
|
|
2476
|
+
width: 502px;
|
|
2476
2477
|
}
|
|
2477
2478
|
|
|
2478
2479
|
.e-dialog.e-quick-dialog.e-following-events-dialog {
|
package/styles/material-dark.css
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
|
|
2
|
-
/*! recurrence editor theme wise definitions*/
|
|
3
|
-
/*! Schedule component's material theme definitions and variables */
|
|
2
|
+
/*! recurrence editor theme wise definitions*/ /*! Schedule component's material theme definitions and variables */
|
|
4
3
|
.e-schedule .e-schedule-toolbar .e-icon-prev::before {
|
|
5
4
|
content: "\e937";
|
|
6
5
|
}
|
|
@@ -1071,8 +1070,6 @@
|
|
|
1071
1070
|
height: 70px;
|
|
1072
1071
|
}
|
|
1073
1072
|
.e-schedule .e-month-view .e-content-wrap {
|
|
1074
|
-
display: -ms-flexbox;
|
|
1075
|
-
display: flex;
|
|
1076
1073
|
font-size: 13px;
|
|
1077
1074
|
}
|
|
1078
1075
|
.e-schedule .e-month-view .e-date-header-wrap table col {
|
|
@@ -1501,6 +1498,10 @@
|
|
|
1501
1498
|
position: absolute;
|
|
1502
1499
|
top: 0;
|
|
1503
1500
|
}
|
|
1501
|
+
.e-schedule .e-timeline-year-view .e-event-table .e-appointment-container.e-event-container {
|
|
1502
|
+
height: 75px;
|
|
1503
|
+
position: relative;
|
|
1504
|
+
}
|
|
1504
1505
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment-wrapper {
|
|
1505
1506
|
position: absolute;
|
|
1506
1507
|
}
|
|
@@ -2467,7 +2468,7 @@
|
|
|
2467
2468
|
}
|
|
2468
2469
|
|
|
2469
2470
|
.e-bigger .e-dialog.e-quick-dialog.e-following-events-dialog {
|
|
2470
|
-
width:
|
|
2471
|
+
width: 502px;
|
|
2471
2472
|
}
|
|
2472
2473
|
|
|
2473
2474
|
.e-dialog.e-quick-dialog.e-following-events-dialog {
|
package/styles/material.css
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
|
|
2
|
-
/*! recurrence editor theme wise definitions*/
|
|
3
|
-
/*! Schedule component's material theme definitions and variables */
|
|
2
|
+
/*! recurrence editor theme wise definitions*/ /*! Schedule component's material theme definitions and variables */
|
|
4
3
|
.e-schedule .e-schedule-toolbar .e-icon-prev::before {
|
|
5
4
|
content: "\e937";
|
|
6
5
|
}
|
|
@@ -1074,8 +1073,6 @@
|
|
|
1074
1073
|
height: 70px;
|
|
1075
1074
|
}
|
|
1076
1075
|
.e-schedule .e-month-view .e-content-wrap {
|
|
1077
|
-
display: -ms-flexbox;
|
|
1078
|
-
display: flex;
|
|
1079
1076
|
font-size: 13px;
|
|
1080
1077
|
}
|
|
1081
1078
|
.e-schedule .e-month-view .e-date-header-wrap table col {
|
|
@@ -1504,6 +1501,10 @@
|
|
|
1504
1501
|
position: absolute;
|
|
1505
1502
|
top: 0;
|
|
1506
1503
|
}
|
|
1504
|
+
.e-schedule .e-timeline-year-view .e-event-table .e-appointment-container.e-event-container {
|
|
1505
|
+
height: 75px;
|
|
1506
|
+
position: relative;
|
|
1507
|
+
}
|
|
1507
1508
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment-wrapper {
|
|
1508
1509
|
position: absolute;
|
|
1509
1510
|
}
|
|
@@ -2470,7 +2471,7 @@
|
|
|
2470
2471
|
}
|
|
2471
2472
|
|
|
2472
2473
|
.e-bigger .e-dialog.e-quick-dialog.e-following-events-dialog {
|
|
2473
|
-
width:
|
|
2474
|
+
width: 502px;
|
|
2474
2475
|
}
|
|
2475
2476
|
|
|
2476
2477
|
.e-dialog.e-quick-dialog.e-following-events-dialog {
|