@syncfusion/ej2-vue-schedule 20.4.53 → 21.1.37
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 +18 -0
- package/dist/ej2-vue-schedule.umd.min.js +2 -2
- package/dist/ej2-vue-schedule.umd.min.js.map +1 -1
- package/dist/es6/ej2-vue-schedule.es2015.js +401 -543
- package/dist/es6/ej2-vue-schedule.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-schedule.es5.js +440 -628
- package/dist/es6/ej2-vue-schedule.es5.js.map +1 -1
- package/dist/global/ej2-vue-schedule.min.js +2 -2
- package/package.json +11 -10
- package/src/recurrence-editor/recurrenceeditor.component.d.ts +3 -28
- package/src/recurrence-editor/recurrenceeditor.component.js +101 -130
- package/src/schedule/headerrows.directive.d.ts +2 -12
- package/src/schedule/headerrows.directive.js +22 -71
- package/src/schedule/resources.directive.d.ts +2 -12
- package/src/schedule/resources.directive.js +22 -71
- package/src/schedule/schedule.component.d.ts +3 -70
- package/src/schedule/schedule.component.js +258 -286
- package/src/schedule/views.directive.d.ts +2 -12
- package/src/schedule/views.directive.js +22 -71
- package/styles/bootstrap-dark.css +99 -89
- package/styles/bootstrap.css +99 -89
- package/styles/bootstrap4.css +99 -89
- package/styles/bootstrap5-dark.css +110 -100
- package/styles/bootstrap5.css +110 -100
- package/styles/fabric-dark.css +98 -88
- package/styles/fabric.css +98 -88
- package/styles/fluent-dark.css +109 -99
- package/styles/fluent.css +109 -99
- package/styles/highcontrast-light.css +98 -88
- package/styles/highcontrast.css +98 -88
- package/styles/material-dark.css +98 -88
- package/styles/material.css +98 -88
- package/styles/schedule/bootstrap-dark.css +99 -89
- package/styles/schedule/bootstrap.css +99 -89
- package/styles/schedule/bootstrap4.css +99 -89
- package/styles/schedule/bootstrap5-dark.css +110 -100
- package/styles/schedule/bootstrap5.css +110 -100
- package/styles/schedule/fabric-dark.css +98 -88
- package/styles/schedule/fabric.css +98 -88
- package/styles/schedule/fluent-dark.css +109 -99
- package/styles/schedule/fluent.css +109 -99
- package/styles/schedule/highcontrast-light.css +98 -88
- package/styles/schedule/highcontrast.css +98 -88
- package/styles/schedule/material-dark.css +98 -88
- package/styles/schedule/material.css +98 -88
- package/styles/schedule/tailwind-dark.css +106 -96
- package/styles/schedule/tailwind.css +106 -96
- package/styles/tailwind-dark.css +106 -96
- package/styles/tailwind.css +106 -96
package/styles/material.css
CHANGED
|
@@ -325,7 +325,6 @@
|
|
|
325
325
|
user-select: none;
|
|
326
326
|
}
|
|
327
327
|
.e-schedule .e-schedule-toolbar {
|
|
328
|
-
background: #fafafa;
|
|
329
328
|
border: 0;
|
|
330
329
|
border-bottom: 0;
|
|
331
330
|
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
|
|
@@ -341,13 +340,17 @@
|
|
|
341
340
|
font-size: 13px;
|
|
342
341
|
text-transform: uppercase;
|
|
343
342
|
}
|
|
344
|
-
.e-schedule .e-schedule-toolbar .e-toolbar-items {
|
|
345
|
-
background: #fafafa;
|
|
346
|
-
}
|
|
347
343
|
.e-schedule .e-schedule-toolbar .e-toolbar-items.e-tbar-pos {
|
|
348
344
|
height: 42px;
|
|
349
345
|
min-height: 42px;
|
|
350
346
|
}
|
|
347
|
+
.e-schedule .e-schedule-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-right .e-toolbar-item .e-tbar-btn {
|
|
348
|
+
border: none;
|
|
349
|
+
border-radius: 0;
|
|
350
|
+
}
|
|
351
|
+
.e-schedule .e-schedule-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-right .e-toolbar-item.e-active-view .e-tbar-btn {
|
|
352
|
+
border: none;
|
|
353
|
+
}
|
|
351
354
|
.e-schedule .e-schedule-toolbar .e-toolbar-items.e-tbar-pos > div {
|
|
352
355
|
height: inherit;
|
|
353
356
|
}
|
|
@@ -375,12 +378,11 @@
|
|
|
375
378
|
text-transform: initial;
|
|
376
379
|
}
|
|
377
380
|
.e-schedule .e-schedule-toolbar.e-rtl .e-hor-nav {
|
|
378
|
-
background: #fafafa;
|
|
379
381
|
border-left: 0;
|
|
380
382
|
border-right: 1px solid #f5f5f5;
|
|
381
383
|
}
|
|
382
384
|
.e-schedule .e-schedule-toolbar.e-rtl .e-hor-nav:not(.e-nav-active):hover {
|
|
383
|
-
background
|
|
385
|
+
background: #e0e0e0;
|
|
384
386
|
color: rgba(0, 0, 0, 0.87);
|
|
385
387
|
}
|
|
386
388
|
.e-schedule .e-schedule-toolbar .e-hor-nav {
|
|
@@ -414,6 +416,10 @@
|
|
|
414
416
|
height: 56px;
|
|
415
417
|
min-height: 56px;
|
|
416
418
|
}
|
|
419
|
+
.e-schedule.e-device .e-schedule-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-right .e-toolbar-item .e-tbar-btn {
|
|
420
|
+
border: none;
|
|
421
|
+
border-radius: 0;
|
|
422
|
+
}
|
|
417
423
|
.e-schedule.e-device .e-schedule-toolbar .e-toolbar-items.e-tbar-pos > div {
|
|
418
424
|
height: inherit;
|
|
419
425
|
}
|
|
@@ -508,7 +514,7 @@
|
|
|
508
514
|
padding: 0 0 0 12px;
|
|
509
515
|
}
|
|
510
516
|
.e-schedule .e-resource-tree-popup-overlay.e-enable {
|
|
511
|
-
background
|
|
517
|
+
background: #383838;
|
|
512
518
|
height: 100%;
|
|
513
519
|
left: 0;
|
|
514
520
|
opacity: 0.5;
|
|
@@ -517,7 +523,7 @@
|
|
|
517
523
|
width: 100%;
|
|
518
524
|
}
|
|
519
525
|
.e-schedule .e-new-event {
|
|
520
|
-
background
|
|
526
|
+
background: #3f51b5;
|
|
521
527
|
border: 1px solid #fff;
|
|
522
528
|
border-radius: 5px;
|
|
523
529
|
height: 100%;
|
|
@@ -638,7 +644,7 @@
|
|
|
638
644
|
z-index: 1;
|
|
639
645
|
}
|
|
640
646
|
.e-schedule .e-appointment .e-inline-subject {
|
|
641
|
-
background
|
|
647
|
+
background: transparent;
|
|
642
648
|
border: 0;
|
|
643
649
|
color: #fff;
|
|
644
650
|
font-size: 13px;
|
|
@@ -958,17 +964,17 @@
|
|
|
958
964
|
width: 36px;
|
|
959
965
|
}
|
|
960
966
|
.e-schedule .e-vertical-view .e-work-cells.e-disable-dates {
|
|
961
|
-
background
|
|
967
|
+
background: rgba(0, 0, 0, 0.08);
|
|
962
968
|
}
|
|
963
969
|
.e-schedule .e-vertical-view .e-work-cells.e-disable-dates:hover {
|
|
964
|
-
background
|
|
970
|
+
background: rgba(0, 0, 0, 0.08);
|
|
965
971
|
}
|
|
966
972
|
.e-schedule .e-vertical-view.e-virtual-mask .e-work-cells {
|
|
967
|
-
background
|
|
973
|
+
background: rgba(0, 0, 0, 0.08);
|
|
968
974
|
box-shadow: inset 0 0 0 8px #fafafa;
|
|
969
975
|
}
|
|
970
976
|
.e-schedule .e-vertical-view.e-virtual-mask .e-work-cells:hover {
|
|
971
|
-
background
|
|
977
|
+
background: rgba(0, 0, 0, 0.08);
|
|
972
978
|
}
|
|
973
979
|
.e-schedule .e-vertical-view .e-current-time {
|
|
974
980
|
font-size: 11px;
|
|
@@ -1275,7 +1281,7 @@
|
|
|
1275
1281
|
visibility: hidden;
|
|
1276
1282
|
}
|
|
1277
1283
|
.e-schedule .e-month-view .e-work-cells.e-disable-dates {
|
|
1278
|
-
background
|
|
1284
|
+
background: rgba(0, 0, 0, 0.08);
|
|
1279
1285
|
}
|
|
1280
1286
|
.e-schedule .e-month-view .e-work-cells.e-disable-dates .e-date-header {
|
|
1281
1287
|
cursor: default;
|
|
@@ -1285,14 +1291,14 @@
|
|
|
1285
1291
|
text-decoration: none;
|
|
1286
1292
|
}
|
|
1287
1293
|
.e-schedule .e-month-view .e-work-cells.e-disable-dates:hover {
|
|
1288
|
-
background
|
|
1294
|
+
background: rgba(0, 0, 0, 0.08);
|
|
1289
1295
|
}
|
|
1290
1296
|
.e-schedule .e-month-view.e-virtual-mask .e-work-cells {
|
|
1291
|
-
background
|
|
1297
|
+
background: rgba(0, 0, 0, 0.08);
|
|
1292
1298
|
box-shadow: inset 0 0 0 8px #fafafa;
|
|
1293
1299
|
}
|
|
1294
1300
|
.e-schedule .e-month-view.e-virtual-mask .e-work-cells:hover {
|
|
1295
|
-
background
|
|
1301
|
+
background: rgba(0, 0, 0, 0.08);
|
|
1296
1302
|
}
|
|
1297
1303
|
.e-schedule .e-month-view .e-date-header {
|
|
1298
1304
|
cursor: pointer;
|
|
@@ -1433,7 +1439,7 @@
|
|
|
1433
1439
|
}
|
|
1434
1440
|
.e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar .e-appointment,
|
|
1435
1441
|
.e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar .e-appointment-indicator {
|
|
1436
|
-
background
|
|
1442
|
+
background: #3f51b5;
|
|
1437
1443
|
border-radius: 50%;
|
|
1438
1444
|
height: 5px;
|
|
1439
1445
|
margin: -6px auto 0;
|
|
@@ -1441,14 +1447,14 @@
|
|
|
1441
1447
|
width: 5px;
|
|
1442
1448
|
}
|
|
1443
1449
|
.e-schedule .e-year-view .e-calendar-wrapper .e-work-cells.e-disable-dates {
|
|
1444
|
-
background
|
|
1450
|
+
background: rgba(0, 0, 0, 0.08);
|
|
1445
1451
|
cursor: default;
|
|
1446
1452
|
}
|
|
1447
1453
|
.e-schedule .e-year-view .e-calendar-wrapper .e-work-cells.e-disable-dates .e-day {
|
|
1448
1454
|
cursor: default;
|
|
1449
1455
|
}
|
|
1450
1456
|
.e-schedule .e-year-view .e-calendar-wrapper .e-work-cells.e-disable-dates:hover {
|
|
1451
|
-
background
|
|
1457
|
+
background: rgba(0, 0, 0, 0.08);
|
|
1452
1458
|
}
|
|
1453
1459
|
.e-schedule .e-year-view .e-date-header-wrap {
|
|
1454
1460
|
font-size: 13px;
|
|
@@ -1458,7 +1464,7 @@
|
|
|
1458
1464
|
width: 36px;
|
|
1459
1465
|
}
|
|
1460
1466
|
.e-schedule .e-year-view .e-date-header-wrap table td {
|
|
1461
|
-
background
|
|
1467
|
+
background: #fff;
|
|
1462
1468
|
border-color: rgba(0, 0, 0, 0.12);
|
|
1463
1469
|
border-style: solid;
|
|
1464
1470
|
border-width: 0 0 1px 1px;
|
|
@@ -1499,7 +1505,7 @@
|
|
|
1499
1505
|
}
|
|
1500
1506
|
.e-schedule .e-timeline-year-view .e-resource-left-td,
|
|
1501
1507
|
.e-schedule .e-timeline-year-view .e-date-header-wrap table td {
|
|
1502
|
-
background
|
|
1508
|
+
background: #fff;
|
|
1503
1509
|
border-color: rgba(0, 0, 0, 0.12);
|
|
1504
1510
|
border-style: solid;
|
|
1505
1511
|
border-width: 0 1px 1px 0;
|
|
@@ -1530,7 +1536,7 @@
|
|
|
1530
1536
|
position: relative;
|
|
1531
1537
|
}
|
|
1532
1538
|
.e-schedule .e-timeline-year-view .e-resource-column-wrap .e-resource-cells {
|
|
1533
|
-
background
|
|
1539
|
+
background: #fafafa;
|
|
1534
1540
|
border-color: rgba(0, 0, 0, 0.12);
|
|
1535
1541
|
border-style: solid;
|
|
1536
1542
|
border-width: 0 1px 1px 0;
|
|
@@ -1541,10 +1547,10 @@
|
|
|
1541
1547
|
vertical-align: middle;
|
|
1542
1548
|
}
|
|
1543
1549
|
.e-schedule .e-timeline-year-view .e-resource-column-wrap .e-resource-cells.e-child-node {
|
|
1544
|
-
background
|
|
1550
|
+
background: #fff;
|
|
1545
1551
|
}
|
|
1546
1552
|
.e-schedule .e-timeline-year-view .e-resource-column-wrap .e-resource-cells:focus {
|
|
1547
|
-
background
|
|
1553
|
+
background: #f5f5f5;
|
|
1548
1554
|
}
|
|
1549
1555
|
.e-schedule .e-timeline-year-view .e-resource-column-table {
|
|
1550
1556
|
height: 100%;
|
|
@@ -1763,7 +1769,7 @@
|
|
|
1763
1769
|
}
|
|
1764
1770
|
.e-schedule .e-timeline-view .e-date-header-wrap table tbody td.e-time-slots,
|
|
1765
1771
|
.e-schedule .e-timeline-month-view .e-date-header-wrap table tbody td.e-time-slots {
|
|
1766
|
-
background
|
|
1772
|
+
background: #fff;
|
|
1767
1773
|
overflow: inherit;
|
|
1768
1774
|
}
|
|
1769
1775
|
.e-schedule .e-timeline-view .e-date-header-wrap table tbody td > span,
|
|
@@ -1785,11 +1791,11 @@
|
|
|
1785
1791
|
}
|
|
1786
1792
|
.e-schedule .e-timeline-view .e-work-cells.e-disable-dates,
|
|
1787
1793
|
.e-schedule .e-timeline-month-view .e-work-cells.e-disable-dates {
|
|
1788
|
-
background
|
|
1794
|
+
background: rgba(0, 0, 0, 0.08);
|
|
1789
1795
|
}
|
|
1790
1796
|
.e-schedule .e-timeline-view .e-work-cells.e-disable-dates:hover,
|
|
1791
1797
|
.e-schedule .e-timeline-month-view .e-work-cells.e-disable-dates:hover {
|
|
1792
|
-
background
|
|
1798
|
+
background: rgba(0, 0, 0, 0.08);
|
|
1793
1799
|
}
|
|
1794
1800
|
.e-schedule .e-timeline-view .e-resource-text,
|
|
1795
1801
|
.e-schedule .e-timeline-month-view .e-resource-text {
|
|
@@ -1801,7 +1807,7 @@
|
|
|
1801
1807
|
}
|
|
1802
1808
|
.e-schedule .e-timeline-view .e-resource-left-td,
|
|
1803
1809
|
.e-schedule .e-timeline-month-view .e-resource-left-td {
|
|
1804
|
-
background
|
|
1810
|
+
background: #fff;
|
|
1805
1811
|
border-color: rgba(0, 0, 0, 0.12);
|
|
1806
1812
|
border-style: solid;
|
|
1807
1813
|
border-width: 0 1px 1px 0;
|
|
@@ -1811,7 +1817,7 @@
|
|
|
1811
1817
|
}
|
|
1812
1818
|
.e-schedule .e-timeline-view .e-resource-cells,
|
|
1813
1819
|
.e-schedule .e-timeline-month-view .e-resource-cells {
|
|
1814
|
-
background
|
|
1820
|
+
background: #fafafa;
|
|
1815
1821
|
border-color: rgba(0, 0, 0, 0.12);
|
|
1816
1822
|
border-style: solid;
|
|
1817
1823
|
border-width: 0 1px 1px 0;
|
|
@@ -1823,7 +1829,7 @@
|
|
|
1823
1829
|
}
|
|
1824
1830
|
.e-schedule .e-timeline-view .e-resource-cells:focus,
|
|
1825
1831
|
.e-schedule .e-timeline-month-view .e-resource-cells:focus {
|
|
1826
|
-
background
|
|
1832
|
+
background: #f5f5f5;
|
|
1827
1833
|
}
|
|
1828
1834
|
.e-schedule .e-timeline-view .e-resource-column-wrap,
|
|
1829
1835
|
.e-schedule .e-timeline-month-view .e-resource-column-wrap {
|
|
@@ -1846,7 +1852,7 @@
|
|
|
1846
1852
|
}
|
|
1847
1853
|
.e-schedule .e-timeline-view.e-virtual-mask .e-work-cells,
|
|
1848
1854
|
.e-schedule .e-timeline-month-view.e-virtual-mask .e-work-cells {
|
|
1849
|
-
background
|
|
1855
|
+
background: rgba(0, 0, 0, 0.08);
|
|
1850
1856
|
box-shadow: inset 0 0 0 8px #fafafa;
|
|
1851
1857
|
}
|
|
1852
1858
|
.e-schedule .e-timeline-view .e-resource-tree-icon,
|
|
@@ -1864,7 +1870,7 @@
|
|
|
1864
1870
|
}
|
|
1865
1871
|
.e-schedule .e-timeline-view .e-child-node,
|
|
1866
1872
|
.e-schedule .e-timeline-month-view .e-child-node {
|
|
1867
|
-
background
|
|
1873
|
+
background: #fff;
|
|
1868
1874
|
}
|
|
1869
1875
|
.e-schedule .e-timeline-view .e-appointment-wrapper,
|
|
1870
1876
|
.e-schedule .e-timeline-month-view .e-appointment-wrapper {
|
|
@@ -2131,10 +2137,10 @@
|
|
|
2131
2137
|
vertical-align: top;
|
|
2132
2138
|
}
|
|
2133
2139
|
.e-schedule .e-month-agenda-view .e-work-cells.e-disable-dates {
|
|
2134
|
-
background
|
|
2140
|
+
background: rgba(0, 0, 0, 0.08);
|
|
2135
2141
|
}
|
|
2136
2142
|
.e-schedule .e-month-agenda-view .e-work-cells.e-disable-dates:hover {
|
|
2137
|
-
background
|
|
2143
|
+
background: rgba(0, 0, 0, 0.08);
|
|
2138
2144
|
}
|
|
2139
2145
|
.e-schedule .e-month-agenda-view .e-date-header {
|
|
2140
2146
|
height: 24px;
|
|
@@ -2147,7 +2153,7 @@
|
|
|
2147
2153
|
min-height: 40px;
|
|
2148
2154
|
}
|
|
2149
2155
|
.e-schedule .e-month-agenda-view .e-appointment-wrap {
|
|
2150
|
-
background
|
|
2156
|
+
background: #fff;
|
|
2151
2157
|
overflow: auto;
|
|
2152
2158
|
padding: 0 8px;
|
|
2153
2159
|
}
|
|
@@ -2249,7 +2255,7 @@
|
|
|
2249
2255
|
font-size: 14px;
|
|
2250
2256
|
}
|
|
2251
2257
|
.e-schedule .e-agenda-view {
|
|
2252
|
-
background
|
|
2258
|
+
background: #fff;
|
|
2253
2259
|
}
|
|
2254
2260
|
.e-schedule .e-agenda-view .e-content-wrap table td:first-child,
|
|
2255
2261
|
.e-schedule .e-agenda-view .e-date-column {
|
|
@@ -2497,7 +2503,6 @@
|
|
|
2497
2503
|
height: auto;
|
|
2498
2504
|
line-height: 25px;
|
|
2499
2505
|
margin: 4px 0;
|
|
2500
|
-
min-height: 0;
|
|
2501
2506
|
min-width: 34px;
|
|
2502
2507
|
padding: 0 1.5px;
|
|
2503
2508
|
}
|
|
@@ -2512,7 +2517,6 @@
|
|
|
2512
2517
|
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-btn-icon,
|
|
2513
2518
|
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn .e-btn-icon,
|
|
2514
2519
|
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-btn-icon {
|
|
2515
|
-
height: 25px;
|
|
2516
2520
|
padding-top: 0;
|
|
2517
2521
|
}
|
|
2518
2522
|
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-tbar-btn-text,
|
|
@@ -3016,6 +3020,8 @@
|
|
|
3016
3020
|
}
|
|
3017
3021
|
.e-schedule-dialog.e-device .e-repeat-container {
|
|
3018
3022
|
display: block;
|
|
3023
|
+
padding-right: 35px;
|
|
3024
|
+
padding-left: 0;
|
|
3019
3025
|
}
|
|
3020
3026
|
.e-schedule-dialog.e-device .e-icon-down-arrow {
|
|
3021
3027
|
font-size: 10px;
|
|
@@ -3039,6 +3045,10 @@
|
|
|
3039
3045
|
.e-schedule-dialog.e-device.e-rtl .e-all-day-container {
|
|
3040
3046
|
padding-right: 0;
|
|
3041
3047
|
}
|
|
3048
|
+
.e-schedule-dialog.e-device.e-rtl .e-repeat-container {
|
|
3049
|
+
padding-left: 35px;
|
|
3050
|
+
padding-right: 0;
|
|
3051
|
+
}
|
|
3042
3052
|
.e-schedule-dialog.e-device .e-recurrence-container {
|
|
3043
3053
|
position: relative;
|
|
3044
3054
|
}
|
|
@@ -3059,7 +3069,7 @@
|
|
|
3059
3069
|
|
|
3060
3070
|
/*! schedule quick popup */
|
|
3061
3071
|
.e-quick-popup-wrapper {
|
|
3062
|
-
background
|
|
3072
|
+
background: #fff;
|
|
3063
3073
|
border-radius: 2px;
|
|
3064
3074
|
box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
|
|
3065
3075
|
color: rgba(0, 0, 0, 0.87);
|
|
@@ -3113,7 +3123,7 @@
|
|
|
3113
3123
|
height: auto;
|
|
3114
3124
|
}
|
|
3115
3125
|
.e-quick-popup-wrapper .e-event-popup .e-popup-header {
|
|
3116
|
-
background
|
|
3126
|
+
background: #3f51b5;
|
|
3117
3127
|
}
|
|
3118
3128
|
.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper {
|
|
3119
3129
|
padding: 5px 5px 2px;
|
|
@@ -3158,7 +3168,7 @@
|
|
|
3158
3168
|
padding: 0 24px 16px;
|
|
3159
3169
|
}
|
|
3160
3170
|
.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-subject-wrap .e-subject {
|
|
3161
|
-
background
|
|
3171
|
+
background: unset;
|
|
3162
3172
|
border-left: unset;
|
|
3163
3173
|
border-radius: 2px;
|
|
3164
3174
|
color: #fff;
|
|
@@ -3185,7 +3195,7 @@
|
|
|
3185
3195
|
.e-quick-popup-wrapper .e-event-popup .e-header-icon-wrapper .e-edit,
|
|
3186
3196
|
.e-quick-popup-wrapper .e-event-popup .e-header-icon-wrapper .e-delete,
|
|
3187
3197
|
.e-quick-popup-wrapper .e-event-popup .e-header-icon-wrapper .e-close {
|
|
3188
|
-
background
|
|
3198
|
+
background: transparent;
|
|
3189
3199
|
border: 0;
|
|
3190
3200
|
}
|
|
3191
3201
|
.e-quick-popup-wrapper .e-cell-popup .e-date-time,
|
|
@@ -3299,7 +3309,7 @@
|
|
|
3299
3309
|
z-index: 1004;
|
|
3300
3310
|
}
|
|
3301
3311
|
.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper {
|
|
3302
|
-
background
|
|
3312
|
+
background: unset;
|
|
3303
3313
|
}
|
|
3304
3314
|
.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit:focus, .e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit:hover,
|
|
3305
3315
|
.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete:focus,
|
|
@@ -3338,7 +3348,7 @@
|
|
|
3338
3348
|
.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-close,
|
|
3339
3349
|
.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-edit,
|
|
3340
3350
|
.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-delete {
|
|
3341
|
-
background
|
|
3351
|
+
background: transparent;
|
|
3342
3352
|
border: 0;
|
|
3343
3353
|
color: rgba(0, 0, 0, 0.87);
|
|
3344
3354
|
height: 40px;
|
|
@@ -3513,7 +3523,7 @@
|
|
|
3513
3523
|
|
|
3514
3524
|
.e-bigger .e-more-popup-wrapper,
|
|
3515
3525
|
.e-more-popup-wrapper {
|
|
3516
|
-
background
|
|
3526
|
+
background: #fff;
|
|
3517
3527
|
border: 1px solid #e0e0e0;
|
|
3518
3528
|
border-radius: 2px;
|
|
3519
3529
|
box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.4);
|
|
@@ -3583,7 +3593,7 @@
|
|
|
3583
3593
|
}
|
|
3584
3594
|
.e-bigger .e-more-popup-wrapper .e-more-event-close,
|
|
3585
3595
|
.e-more-popup-wrapper .e-more-event-close {
|
|
3586
|
-
background
|
|
3596
|
+
background: transparent;
|
|
3587
3597
|
border: 0;
|
|
3588
3598
|
box-shadow: none;
|
|
3589
3599
|
color: #000;
|
|
@@ -3605,7 +3615,7 @@
|
|
|
3605
3615
|
.e-bigger .e-more-popup-wrapper .e-more-event-close:focus, .e-bigger .e-more-popup-wrapper .e-more-event-close:hover,
|
|
3606
3616
|
.e-more-popup-wrapper .e-more-event-close:focus,
|
|
3607
3617
|
.e-more-popup-wrapper .e-more-event-close:hover {
|
|
3608
|
-
background
|
|
3618
|
+
background: #e0e0e0;
|
|
3609
3619
|
border-radius: 50%;
|
|
3610
3620
|
color: #000;
|
|
3611
3621
|
}
|
|
@@ -3680,7 +3690,7 @@
|
|
|
3680
3690
|
|
|
3681
3691
|
/*! schedule component theme */
|
|
3682
3692
|
.e-schedule {
|
|
3683
|
-
background
|
|
3693
|
+
background: #fff;
|
|
3684
3694
|
border: 1px solid rgba(0, 0, 0, 0.12);
|
|
3685
3695
|
}
|
|
3686
3696
|
.e-schedule .e-date-header-wrap {
|
|
@@ -3698,13 +3708,13 @@
|
|
|
3698
3708
|
border-left-width: 0;
|
|
3699
3709
|
}
|
|
3700
3710
|
.e-schedule .e-vertical-view .e-date-header-wrap .e-all-day-cells {
|
|
3701
|
-
background
|
|
3711
|
+
background: #fff;
|
|
3702
3712
|
}
|
|
3703
3713
|
.e-schedule .e-vertical-view .e-date-header-wrap .e-all-day-cells:hover {
|
|
3704
3714
|
background: #f5f5f5;
|
|
3705
3715
|
}
|
|
3706
3716
|
.e-schedule .e-vertical-view .e-left-indent-wrap table tbody td {
|
|
3707
|
-
background
|
|
3717
|
+
background: #fff;
|
|
3708
3718
|
border-color: rgba(0, 0, 0, 0.12);
|
|
3709
3719
|
border-style: solid;
|
|
3710
3720
|
border-width: 0 1px 1px 0;
|
|
@@ -3724,7 +3734,7 @@
|
|
|
3724
3734
|
border-bottom-color: transparent;
|
|
3725
3735
|
}
|
|
3726
3736
|
.e-schedule .e-vertical-view .e-date-header-wrap table tbody td {
|
|
3727
|
-
background
|
|
3737
|
+
background: #fff;
|
|
3728
3738
|
border-color: rgba(0, 0, 0, 0.12);
|
|
3729
3739
|
border-style: solid;
|
|
3730
3740
|
border-width: 0 0 1px 1px;
|
|
@@ -3735,7 +3745,7 @@
|
|
|
3735
3745
|
border-bottom-width: 0;
|
|
3736
3746
|
}
|
|
3737
3747
|
.e-schedule .e-vertical-view .e-time-cells-wrap table td {
|
|
3738
|
-
background
|
|
3748
|
+
background: #fff;
|
|
3739
3749
|
border-color: rgba(0, 0, 0, 0.12);
|
|
3740
3750
|
border-style: solid;
|
|
3741
3751
|
border-width: 0 1px 1px 0;
|
|
@@ -3748,14 +3758,14 @@
|
|
|
3748
3758
|
border-bottom-color: rgba(0, 0, 0, 0.12);
|
|
3749
3759
|
}
|
|
3750
3760
|
.e-schedule .e-vertical-view .e-header-cells {
|
|
3751
|
-
background
|
|
3761
|
+
background: #fff;
|
|
3752
3762
|
}
|
|
3753
3763
|
.e-schedule .e-vertical-view .e-header-cells.e-current-day {
|
|
3754
3764
|
color: #e3165b;
|
|
3755
3765
|
font-weight: normal;
|
|
3756
3766
|
}
|
|
3757
3767
|
.e-schedule .e-vertical-view .e-work-cells {
|
|
3758
|
-
background
|
|
3768
|
+
background: #fafafa;
|
|
3759
3769
|
border-color: rgba(0, 0, 0, 0.12);
|
|
3760
3770
|
border-style: solid;
|
|
3761
3771
|
border-width: 0 0 1px 1px;
|
|
@@ -3769,28 +3779,28 @@
|
|
|
3769
3779
|
border-bottom-style: dotted;
|
|
3770
3780
|
}
|
|
3771
3781
|
.e-schedule .e-vertical-view .e-work-hours {
|
|
3772
|
-
background
|
|
3782
|
+
background: #fff;
|
|
3773
3783
|
}
|
|
3774
3784
|
.e-schedule .e-vertical-view .e-all-day-cells {
|
|
3775
|
-
background
|
|
3785
|
+
background: #fff;
|
|
3776
3786
|
}
|
|
3777
3787
|
.e-schedule .e-vertical-view .e-all-day-cells.e-current-day {
|
|
3778
3788
|
color: #e3165b;
|
|
3779
3789
|
}
|
|
3780
3790
|
.e-schedule .e-vertical-view .e-all-day-cells.e-selected-cell {
|
|
3781
|
-
background
|
|
3791
|
+
background: #e0e0e0;
|
|
3782
3792
|
color: #000;
|
|
3783
3793
|
}
|
|
3784
3794
|
.e-schedule .e-vertical-view .e-all-day-cells.e-selected-cell:hover {
|
|
3785
|
-
background
|
|
3795
|
+
background: #e0e0e0;
|
|
3786
3796
|
color: #000;
|
|
3787
3797
|
}
|
|
3788
3798
|
.e-schedule .e-vertical-view .e-selected-cell {
|
|
3789
|
-
background
|
|
3799
|
+
background: #e0e0e0;
|
|
3790
3800
|
color: #000;
|
|
3791
3801
|
}
|
|
3792
3802
|
.e-schedule .e-vertical-view .e-selected-cell:hover {
|
|
3793
|
-
background
|
|
3803
|
+
background: #e0e0e0;
|
|
3794
3804
|
color: #000;
|
|
3795
3805
|
}
|
|
3796
3806
|
.e-schedule .e-vertical-view .e-clone-time-indicator,
|
|
@@ -3812,7 +3822,7 @@
|
|
|
3812
3822
|
}
|
|
3813
3823
|
.e-schedule .e-month-view .e-date-header-wrap table td,
|
|
3814
3824
|
.e-schedule .e-month-agenda-view .e-date-header-wrap table td {
|
|
3815
|
-
background
|
|
3825
|
+
background: #fff;
|
|
3816
3826
|
border-color: rgba(0, 0, 0, 0.12);
|
|
3817
3827
|
border-style: solid;
|
|
3818
3828
|
border-width: 0 0 1px 1px;
|
|
@@ -3828,7 +3838,7 @@
|
|
|
3828
3838
|
}
|
|
3829
3839
|
.e-schedule .e-month-view .e-work-cells,
|
|
3830
3840
|
.e-schedule .e-month-agenda-view .e-work-cells {
|
|
3831
|
-
background
|
|
3841
|
+
background: #fafafa;
|
|
3832
3842
|
border-color: rgba(0, 0, 0, 0.12);
|
|
3833
3843
|
border-style: solid;
|
|
3834
3844
|
border-width: 0 0 1px 1px;
|
|
@@ -3842,7 +3852,7 @@
|
|
|
3842
3852
|
}
|
|
3843
3853
|
.e-schedule .e-month-view .e-work-days,
|
|
3844
3854
|
.e-schedule .e-month-agenda-view .e-work-days {
|
|
3845
|
-
background
|
|
3855
|
+
background: #fff;
|
|
3846
3856
|
}
|
|
3847
3857
|
.e-schedule .e-month-view .e-other-month,
|
|
3848
3858
|
.e-schedule .e-month-agenda-view .e-other-month {
|
|
@@ -3850,14 +3860,14 @@
|
|
|
3850
3860
|
}
|
|
3851
3861
|
.e-schedule .e-month-view .e-current-date .e-date-header,
|
|
3852
3862
|
.e-schedule .e-month-agenda-view .e-current-date .e-date-header {
|
|
3853
|
-
background
|
|
3863
|
+
background: #e3165b;
|
|
3854
3864
|
border-radius: 50%;
|
|
3855
3865
|
color: #fff;
|
|
3856
3866
|
width: 20px;
|
|
3857
3867
|
}
|
|
3858
3868
|
.e-schedule .e-month-view .e-selected-cell,
|
|
3859
3869
|
.e-schedule .e-month-agenda-view .e-selected-cell {
|
|
3860
|
-
background
|
|
3870
|
+
background: #e0e0e0;
|
|
3861
3871
|
color: rgba(0, 0, 0, 0.87);
|
|
3862
3872
|
}
|
|
3863
3873
|
.e-schedule .e-month-view .e-selected-cell .e-date-header,
|
|
@@ -3870,7 +3880,7 @@
|
|
|
3870
3880
|
}
|
|
3871
3881
|
.e-schedule .e-month-view .e-selected-cell:hover,
|
|
3872
3882
|
.e-schedule .e-month-agenda-view .e-selected-cell:hover {
|
|
3873
|
-
background
|
|
3883
|
+
background: #e0e0e0;
|
|
3874
3884
|
}
|
|
3875
3885
|
.e-schedule .e-month-agenda-view .e-content-wrap .e-table-container {
|
|
3876
3886
|
overflow: auto;
|
|
@@ -3897,7 +3907,7 @@
|
|
|
3897
3907
|
}
|
|
3898
3908
|
.e-schedule .e-timeline-view .e-date-header-wrap table td,
|
|
3899
3909
|
.e-schedule .e-timeline-month-view .e-date-header-wrap table td {
|
|
3900
|
-
background
|
|
3910
|
+
background: #fff;
|
|
3901
3911
|
border-color: rgba(0, 0, 0, 0.12);
|
|
3902
3912
|
border-style: solid;
|
|
3903
3913
|
border-width: 0 0 1px 1px;
|
|
@@ -3910,7 +3920,7 @@
|
|
|
3910
3920
|
}
|
|
3911
3921
|
.e-schedule .e-timeline-view .e-work-cells,
|
|
3912
3922
|
.e-schedule .e-timeline-month-view .e-work-cells {
|
|
3913
|
-
background
|
|
3923
|
+
background: #fafafa;
|
|
3914
3924
|
border-color: rgba(0, 0, 0, 0.12);
|
|
3915
3925
|
border-style: solid;
|
|
3916
3926
|
border-width: 0 0 1px 1px;
|
|
@@ -3924,37 +3934,37 @@
|
|
|
3924
3934
|
}
|
|
3925
3935
|
.e-schedule .e-timeline-view.e-virtual-mask .e-work-cells:hover,
|
|
3926
3936
|
.e-schedule .e-timeline-month-view.e-virtual-mask .e-work-cells:hover {
|
|
3927
|
-
background
|
|
3937
|
+
background: rgba(0, 0, 0, 0.08);
|
|
3928
3938
|
}
|
|
3929
3939
|
.e-schedule .e-timeline-view .e-work-days,
|
|
3930
3940
|
.e-schedule .e-timeline-month-view .e-work-days {
|
|
3931
|
-
background
|
|
3941
|
+
background: #fff;
|
|
3932
3942
|
}
|
|
3933
3943
|
.e-schedule .e-timeline-view .e-resource-group-cells,
|
|
3934
3944
|
.e-schedule .e-timeline-month-view .e-resource-group-cells {
|
|
3935
|
-
background
|
|
3945
|
+
background: #fafafa;
|
|
3936
3946
|
}
|
|
3937
3947
|
.e-schedule .e-timeline-view .e-selected-cell,
|
|
3938
3948
|
.e-schedule .e-timeline-month-view .e-selected-cell {
|
|
3939
|
-
background
|
|
3949
|
+
background: #e0e0e0;
|
|
3940
3950
|
color: rgba(0, 0, 0, 0.87);
|
|
3941
3951
|
}
|
|
3942
3952
|
.e-schedule .e-timeline-view .e-selected-cell:hover:not(.e-resource-group-cells),
|
|
3943
3953
|
.e-schedule .e-timeline-month-view .e-selected-cell:hover:not(.e-resource-group-cells) {
|
|
3944
|
-
background
|
|
3954
|
+
background: #e0e0e0;
|
|
3945
3955
|
}
|
|
3946
3956
|
.e-schedule .e-timeline-view .e-work-hours {
|
|
3947
|
-
background
|
|
3957
|
+
background: #fff;
|
|
3948
3958
|
}
|
|
3949
3959
|
.e-schedule .e-timeline-view .e-resource-group-cells {
|
|
3950
|
-
background
|
|
3960
|
+
background: #fafafa;
|
|
3951
3961
|
}
|
|
3952
3962
|
.e-schedule .e-timeline-view .e-selected-cell {
|
|
3953
|
-
background
|
|
3963
|
+
background: #e0e0e0;
|
|
3954
3964
|
color: #000;
|
|
3955
3965
|
}
|
|
3956
3966
|
.e-schedule .e-timeline-view .e-selected-cell:hover {
|
|
3957
|
-
background
|
|
3967
|
+
background: #e0e0e0;
|
|
3958
3968
|
}
|
|
3959
3969
|
.e-schedule .e-timeline-view .e-alternate-cells {
|
|
3960
3970
|
border-left-style: dotted;
|
|
@@ -3971,7 +3981,7 @@
|
|
|
3971
3981
|
border-left: 1px solid #e3165b;
|
|
3972
3982
|
}
|
|
3973
3983
|
.e-schedule .e-timeline-year-view .e-work-cells {
|
|
3974
|
-
background
|
|
3984
|
+
background: #fafafa;
|
|
3975
3985
|
border-color: rgba(0, 0, 0, 0.12);
|
|
3976
3986
|
border-style: solid;
|
|
3977
3987
|
border-width: 0 1px 1px 0;
|
|
@@ -3983,20 +3993,20 @@
|
|
|
3983
3993
|
color: #000;
|
|
3984
3994
|
}
|
|
3985
3995
|
.e-schedule .e-timeline-year-view .e-work-cells.e-work-days {
|
|
3986
|
-
background
|
|
3996
|
+
background: #fff;
|
|
3987
3997
|
}
|
|
3988
3998
|
.e-schedule .e-timeline-year-view .e-work-cells.e-other-month {
|
|
3989
3999
|
color: rgba(0, 0, 0, 0.54);
|
|
3990
4000
|
}
|
|
3991
4001
|
.e-schedule .e-timeline-year-view .e-work-cells.e-current-day .e-date-header {
|
|
3992
|
-
background
|
|
4002
|
+
background: #e3165b;
|
|
3993
4003
|
border-radius: 50%;
|
|
3994
4004
|
color: #fff;
|
|
3995
4005
|
margin: 2px;
|
|
3996
4006
|
width: 20px;
|
|
3997
4007
|
}
|
|
3998
4008
|
.e-schedule .e-timeline-year-view .e-work-cells.e-selected-cell {
|
|
3999
|
-
background
|
|
4009
|
+
background: #e0e0e0;
|
|
4000
4010
|
color: rgba(0, 0, 0, 0.87);
|
|
4001
4011
|
}
|
|
4002
4012
|
.e-schedule .e-timeline-year-view .e-work-cells.e-selected-cell .e-date-header {
|
|
@@ -4006,10 +4016,10 @@
|
|
|
4006
4016
|
color: rgba(0, 0, 0, 0.87);
|
|
4007
4017
|
}
|
|
4008
4018
|
.e-schedule .e-timeline-year-view .e-work-cells.e-selected-cell:hover {
|
|
4009
|
-
background
|
|
4019
|
+
background: #e0e0e0;
|
|
4010
4020
|
}
|
|
4011
4021
|
.e-schedule .e-timeline-year-view .e-work-cells.e-disable-dates {
|
|
4012
|
-
background
|
|
4022
|
+
background: rgba(0, 0, 0, 0.08);
|
|
4013
4023
|
}
|
|
4014
4024
|
.e-schedule .e-timeline-year-view .e-work-cells.e-disable-dates .e-date-header {
|
|
4015
4025
|
cursor: default;
|
|
@@ -4019,14 +4029,14 @@
|
|
|
4019
4029
|
text-decoration: none;
|
|
4020
4030
|
}
|
|
4021
4031
|
.e-schedule .e-timeline-year-view .e-work-cells.e-disable-dates:hover {
|
|
4022
|
-
background
|
|
4032
|
+
background: rgba(0, 0, 0, 0.08);
|
|
4023
4033
|
}
|
|
4024
4034
|
.e-schedule .e-timeline-year-view.e-virtual-mask .e-work-cells {
|
|
4025
|
-
background
|
|
4035
|
+
background: rgba(0, 0, 0, 0.08);
|
|
4026
4036
|
box-shadow: inset 0 0 0 8px #fafafa;
|
|
4027
4037
|
}
|
|
4028
4038
|
.e-schedule .e-timeline-year-view.e-virtual-mask .e-work-cells:hover {
|
|
4029
|
-
background
|
|
4039
|
+
background: rgba(0, 0, 0, 0.08);
|
|
4030
4040
|
}
|
|
4031
4041
|
.e-schedule.e-rtl .e-vertical-view .e-date-header-wrap table tbody td:first-child,
|
|
4032
4042
|
.e-schedule.e-rtl .e-vertical-view .e-content-wrap table td:first-child {
|
|
@@ -4088,7 +4098,7 @@
|
|
|
4088
4098
|
}
|
|
4089
4099
|
|
|
4090
4100
|
.e-tooltip-wrap.e-schedule-error {
|
|
4091
|
-
background
|
|
4101
|
+
background: #fcdbe4;
|
|
4092
4102
|
border-color: #fcdbe4;
|
|
4093
4103
|
z-index: 1000;
|
|
4094
4104
|
}
|