@syncfusion/ej2-schedule 32.1.25 → 33.1.44

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.
Files changed (93) hide show
  1. package/dist/ej2-schedule.min.js +2 -2
  2. package/dist/ej2-schedule.umd.min.js +2 -2
  3. package/dist/ej2-schedule.umd.min.js.map +1 -1
  4. package/dist/es6/ej2-schedule.es2015.js +3 -3
  5. package/dist/es6/ej2-schedule.es2015.js.map +1 -1
  6. package/dist/es6/ej2-schedule.es5.js +3 -3
  7. package/dist/es6/ej2-schedule.es5.js.map +1 -1
  8. package/dist/global/ej2-schedule.min.js +2 -2
  9. package/dist/global/ej2-schedule.min.js.map +1 -1
  10. package/dist/global/index.d.ts +1 -1
  11. package/package.json +11 -11
  12. package/src/schedule/actions/keyboard.js +1 -1
  13. package/src/schedule/event-renderer/month.js +1 -1
  14. package/src/schedule/models/event-settings-model.d.ts +2 -2
  15. package/src/schedule/models/event-settings.d.ts +2 -2
  16. package/src/schedule/models/resources-model.d.ts +2 -2
  17. package/src/schedule/models/resources.d.ts +2 -2
  18. package/src/schedule/renderer/timeline-year.js +1 -1
  19. package/styles/bds-lite.css +43 -1
  20. package/styles/bds.css +43 -1
  21. package/styles/bootstrap-dark-lite.css +43 -1
  22. package/styles/bootstrap-dark.css +43 -1
  23. package/styles/bootstrap-lite.css +43 -1
  24. package/styles/bootstrap.css +43 -1
  25. package/styles/bootstrap4-lite.css +43 -1
  26. package/styles/bootstrap4.css +43 -1
  27. package/styles/bootstrap5-dark-lite.css +47 -5
  28. package/styles/bootstrap5-dark.css +48 -6
  29. package/styles/bootstrap5-lite.css +47 -5
  30. package/styles/bootstrap5.3-lite.css +47 -5
  31. package/styles/bootstrap5.3.css +48 -6
  32. package/styles/bootstrap5.css +48 -6
  33. package/styles/fabric-dark-lite.css +43 -1
  34. package/styles/fabric-dark.css +43 -1
  35. package/styles/fabric-lite.css +43 -1
  36. package/styles/fabric.css +43 -1
  37. package/styles/fluent-dark-lite.css +47 -5
  38. package/styles/fluent-dark.css +48 -6
  39. package/styles/fluent-lite.css +47 -5
  40. package/styles/fluent.css +48 -6
  41. package/styles/fluent2-lite.css +47 -5
  42. package/styles/fluent2.css +48 -6
  43. package/styles/highcontrast-light-lite.css +43 -1
  44. package/styles/highcontrast-light.css +43 -1
  45. package/styles/highcontrast-lite.css +43 -1
  46. package/styles/highcontrast.css +43 -1
  47. package/styles/material-dark-lite.css +43 -1
  48. package/styles/material-dark.css +43 -1
  49. package/styles/material-lite.css +43 -1
  50. package/styles/material.css +43 -1
  51. package/styles/material3-dark-lite.css +47 -20
  52. package/styles/material3-dark.css +48 -22
  53. package/styles/material3-lite.css +47 -20
  54. package/styles/material3.css +48 -22
  55. package/styles/schedule/_bootstrap5-dark-definition.scss +1 -1
  56. package/styles/schedule/_bootstrap5-definition.scss +1 -1
  57. package/styles/schedule/_bootstrap5.3-definition.scss +1 -1
  58. package/styles/schedule/_fluent-dark-definition.scss +1 -1
  59. package/styles/schedule/_fluent-definition.scss +1 -1
  60. package/styles/schedule/_fluent2-definition.scss +1 -1
  61. package/styles/schedule/_layout.scss +54 -1
  62. package/styles/schedule/_material3-dark-definition.scss +1 -1
  63. package/styles/schedule/_material3-definition.scss +1 -1
  64. package/styles/schedule/_tailwind-dark-definition.scss +1 -1
  65. package/styles/schedule/_tailwind-definition.scss +1 -1
  66. package/styles/schedule/_tailwind3-definition.scss +1 -1
  67. package/styles/schedule/bds.css +43 -1
  68. package/styles/schedule/bootstrap-dark.css +43 -1
  69. package/styles/schedule/bootstrap.css +43 -1
  70. package/styles/schedule/bootstrap4.css +43 -1
  71. package/styles/schedule/bootstrap5-dark.css +48 -6
  72. package/styles/schedule/bootstrap5.3.css +48 -6
  73. package/styles/schedule/bootstrap5.css +48 -6
  74. package/styles/schedule/fabric-dark.css +43 -1
  75. package/styles/schedule/fabric.css +43 -1
  76. package/styles/schedule/fluent-dark.css +48 -6
  77. package/styles/schedule/fluent.css +48 -6
  78. package/styles/schedule/fluent2.css +48 -6
  79. package/styles/schedule/highcontrast-light.css +43 -1
  80. package/styles/schedule/highcontrast.css +43 -1
  81. package/styles/schedule/material-dark.css +43 -1
  82. package/styles/schedule/material.css +43 -1
  83. package/styles/schedule/material3-dark.css +48 -22
  84. package/styles/schedule/material3.css +48 -22
  85. package/styles/schedule/tailwind-dark.css +48 -6
  86. package/styles/schedule/tailwind.css +48 -6
  87. package/styles/schedule/tailwind3.css +48 -6
  88. package/styles/tailwind-dark-lite.css +47 -5
  89. package/styles/tailwind-dark.css +48 -6
  90. package/styles/tailwind-lite.css +47 -5
  91. package/styles/tailwind.css +48 -6
  92. package/styles/tailwind3-lite.css +47 -5
  93. package/styles/tailwind3.css +48 -6
@@ -952,7 +952,6 @@
952
952
  }
953
953
  }
954
954
  .e-schedule .e-schedule-resource-toolbar {
955
- background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.05)), to(rgba(var(--color-sf-primary), 0.05))), rgba(var(--color-sf-surface));
956
955
  background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
957
956
  border-bottom: 1px solid rgba(var(--color-sf-outline-variant));
958
957
  -webkit-box-shadow: none;
@@ -1129,13 +1128,15 @@
1129
1128
  text-decoration: none;
1130
1129
  }
1131
1130
  .e-schedule .e-block-appointment {
1132
- background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.05)), to(rgba(var(--color-sf-primary), 0.05))), rgba(var(--color-sf-surface));
1133
1131
  background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
1134
1132
  color: rgba(var(--color-sf-on-surface));
1135
1133
  cursor: default;
1136
1134
  overflow: hidden;
1137
1135
  position: absolute;
1138
1136
  }
1137
+ .e-schedule .e-block-appointment.e-hidden-event {
1138
+ display: none;
1139
+ }
1139
1140
  .e-schedule .e-block-appointment .e-subject {
1140
1141
  overflow: hidden;
1141
1142
  overflow-wrap: break-word;
@@ -1149,6 +1150,9 @@
1149
1150
  padding: 0 5px;
1150
1151
  z-index: 1;
1151
1152
  }
1153
+ .e-schedule .e-block-indicator.e-hidden-event {
1154
+ display: none;
1155
+ }
1152
1156
  .e-schedule.e-rtl .e-block-indicator {
1153
1157
  float: left;
1154
1158
  }
@@ -1162,6 +1166,9 @@
1162
1166
  -webkit-transition: opacity 100ms linear;
1163
1167
  transition: opacity 100ms linear;
1164
1168
  }
1169
+ .e-schedule .e-appointment.e-hidden-event {
1170
+ display: none;
1171
+ }
1165
1172
  .e-schedule .e-appointment .e-subject.e-disable {
1166
1173
  display: none;
1167
1174
  }
@@ -1302,6 +1309,9 @@
1302
1309
  height: 118px;
1303
1310
  margin-bottom: 2px;
1304
1311
  }
1312
+ .e-schedule .e-vertical-view.e-timescale-disable .e-appointment.e-hidden-event {
1313
+ display: none;
1314
+ }
1305
1315
  .e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-appointment-details {
1306
1316
  display: -webkit-box;
1307
1317
  display: -ms-flexbox;
@@ -1376,6 +1386,9 @@
1376
1386
  position: absolute;
1377
1387
  text-overflow: ellipsis;
1378
1388
  }
1389
+ .e-schedule .e-vertical-view.e-timescale-disable .e-more-indicator.e-hidden-event {
1390
+ display: none;
1391
+ }
1379
1392
  .e-schedule .e-vertical-view.e-timescale-disable .e-more-indicator:focus {
1380
1393
  text-decoration: underline;
1381
1394
  }
@@ -1446,6 +1459,9 @@
1446
1459
  text-overflow: ellipsis;
1447
1460
  width: 100%;
1448
1461
  }
1462
+ .e-schedule .e-vertical-view .e-row-count-wrapper .e-more-indicator.e-hidden-event {
1463
+ display: none;
1464
+ }
1449
1465
  .e-schedule .e-vertical-view .e-row-count-wrapper .e-more-indicator:focus {
1450
1466
  text-decoration: underline;
1451
1467
  }
@@ -1484,7 +1500,6 @@
1484
1500
  transform: rotate(180deg);
1485
1501
  }
1486
1502
  .e-schedule .e-vertical-view .e-all-day-appointment-section:hover, .e-schedule .e-vertical-view .e-all-day-appointment-section:focus {
1487
- background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.11)), to(rgba(var(--color-sf-primary), 0.11))), rgba(var(--color-sf-surface));
1488
1503
  background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.11), rgba(var(--color-sf-primary), 0.11)), rgba(var(--color-sf-surface));
1489
1504
  border-radius: 999px;
1490
1505
  color: rgba(var(--color-sf-on-surface-variant));
@@ -1594,6 +1609,9 @@
1594
1609
  position: absolute;
1595
1610
  height: 25px;
1596
1611
  }
1612
+ .e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment.e-hidden-event {
1613
+ display: none;
1614
+ }
1597
1615
  .e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment .e-appointment-details {
1598
1616
  display: -webkit-box;
1599
1617
  display: -ms-flexbox;
@@ -1913,6 +1931,9 @@
1913
1931
  .e-schedule .e-month-view .e-appointment .e-disable {
1914
1932
  display: none;
1915
1933
  }
1934
+ .e-schedule .e-month-view .e-appointment.e-hidden-event {
1935
+ display: none;
1936
+ }
1916
1937
  .e-schedule .e-month-view .e-appointment .e-appointment-details {
1917
1938
  display: -webkit-box;
1918
1939
  display: -ms-flexbox;
@@ -1945,7 +1966,7 @@
1945
1966
  .e-schedule .e-month-view .e-appointment .e-appointment-details .e-recurrence-edit-icon,
1946
1967
  .e-schedule .e-month-view .e-appointment .e-appointment-details .e-left-icon,
1947
1968
  .e-schedule .e-month-view .e-appointment .e-appointment-details .e-right-icon {
1948
- line-height: 25px;
1969
+ line-height: 22px;
1949
1970
  padding: 0 2px;
1950
1971
  }
1951
1972
  .e-schedule .e-month-view .e-appointment.e-appointment-border, .e-schedule .e-month-view .e-appointment:focus {
@@ -1970,6 +1991,9 @@
1970
1991
  position: absolute;
1971
1992
  text-overflow: ellipsis;
1972
1993
  }
1994
+ .e-schedule .e-month-view .e-more-indicator.e-hidden-event {
1995
+ display: none;
1996
+ }
1973
1997
  .e-schedule .e-month-view .e-more-indicator:focus {
1974
1998
  text-decoration: underline;
1975
1999
  }
@@ -2115,7 +2139,6 @@
2115
2139
  position: relative;
2116
2140
  }
2117
2141
  .e-schedule .e-timeline-year-view .e-resource-column-wrap .e-resource-cells {
2118
- background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.05)), to(rgba(var(--color-sf-primary), 0.05))), rgba(var(--color-sf-surface));
2119
2142
  background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
2120
2143
  border-color: rgba(var(--color-sf-outline-variant));
2121
2144
  border-style: solid;
@@ -2242,6 +2265,9 @@
2242
2265
  .e-schedule .e-timeline-year-view .e-event-table .e-appointment.e-hidden {
2243
2266
  display: none;
2244
2267
  }
2268
+ .e-schedule .e-timeline-year-view .e-event-table .e-appointment.e-hidden-event {
2269
+ display: none;
2270
+ }
2245
2271
  .e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-appointment-details {
2246
2272
  display: -webkit-box;
2247
2273
  display: -ms-flexbox;
@@ -2274,12 +2300,12 @@
2274
2300
  }
2275
2301
  .e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-recurrence-icon,
2276
2302
  .e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-recurrence-edit-icon {
2277
- line-height: 25px;
2303
+ line-height: 22px;
2278
2304
  padding: 0 5px;
2279
2305
  }
2280
2306
  .e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-left-icon,
2281
2307
  .e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-right-icon {
2282
- line-height: 25px;
2308
+ line-height: 22px;
2283
2309
  padding: 0 2px;
2284
2310
  }
2285
2311
  .e-schedule .e-timeline-year-view .e-event-table .e-appointment.e-appointment-border, .e-schedule .e-timeline-year-view .e-event-table .e-appointment:focus {
@@ -2300,6 +2326,9 @@
2300
2326
  position: absolute;
2301
2327
  text-overflow: ellipsis;
2302
2328
  }
2329
+ .e-schedule .e-timeline-year-view .e-event-table .e-more-indicator.e-hidden-event {
2330
+ display: none;
2331
+ }
2303
2332
  .e-schedule .e-timeline-year-view .e-event-table .e-more-indicator.e-hidden {
2304
2333
  display: none;
2305
2334
  }
@@ -2396,7 +2425,6 @@
2396
2425
  }
2397
2426
  .e-schedule .e-timeline-view .e-resource-cells,
2398
2427
  .e-schedule .e-timeline-month-view .e-resource-cells {
2399
- background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.05)), to(rgba(var(--color-sf-primary), 0.05))), rgba(var(--color-sf-surface));
2400
2428
  background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
2401
2429
  border-color: rgba(var(--color-sf-outline-variant));
2402
2430
  border-style: solid;
@@ -2476,6 +2504,10 @@
2476
2504
  cursor: default;
2477
2505
  height: 38px;
2478
2506
  }
2507
+ .e-schedule .e-timeline-view .e-appointment.e-hidden-event,
2508
+ .e-schedule .e-timeline-month-view .e-appointment.e-hidden-event {
2509
+ display: none;
2510
+ }
2479
2511
  .e-schedule .e-timeline-view .e-appointment .e-appointment-details,
2480
2512
  .e-schedule .e-timeline-month-view .e-appointment .e-appointment-details {
2481
2513
  display: -webkit-box;
@@ -2568,6 +2600,10 @@
2568
2600
  position: absolute;
2569
2601
  text-overflow: ellipsis;
2570
2602
  }
2603
+ .e-schedule .e-timeline-view .e-more-indicator.e-hidden-event,
2604
+ .e-schedule .e-timeline-month-view .e-more-indicator.e-hidden-event {
2605
+ display: none;
2606
+ }
2571
2607
  .e-schedule .e-timeline-view .e-more-indicator:focus,
2572
2608
  .e-schedule .e-timeline-month-view .e-more-indicator:focus {
2573
2609
  text-decoration: underline;
@@ -3252,7 +3288,8 @@
3252
3288
  resize: vertical;
3253
3289
  }
3254
3290
  .e-schedule-dialog .e-repeat-container,
3255
- .e-schedule-dialog .e-input-group .e-input-group-icon.e-icon-disable {
3291
+ .e-schedule-dialog .e-input-group .e-input-group-icon.e-icon-disable,
3292
+ .e-schedule-dialog .e-b-form-container .e-datetime-wrapper.disable-time .e-input-group-icon.e-time-icon {
3256
3293
  display: none;
3257
3294
  }
3258
3295
  .e-schedule-dialog .e-footer-content {
@@ -3466,7 +3503,6 @@
3466
3503
 
3467
3504
  /*! schedule quick popup */
3468
3505
  .e-quick-popup-wrapper {
3469
- background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-surface), 1)), to(rgba(var(--color-sf-surface), 1))), rgba(var(--color-sf-surface));
3470
3506
  background: linear-gradient(0deg, rgba(var(--color-sf-surface), 1), rgba(var(--color-sf-surface), 1)), rgba(var(--color-sf-surface));
3471
3507
  border-radius: calc(var(--e-radius) * 0.75);
3472
3508
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3), 0 4px 8px 3px rgba(0, 0, 0, 0.15), 0 0 rgba(var(--color-sf-black), 0), 0 0 rgba(var(--color-sf-black), 0);
@@ -3523,7 +3559,6 @@
3523
3559
  height: auto;
3524
3560
  }
3525
3561
  .e-quick-popup-wrapper .e-event-popup .e-popup-header {
3526
- background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-surface), 1)), to(rgba(var(--color-sf-surface), 1))), rgba(var(--color-sf-surface));
3527
3562
  background: linear-gradient(0deg, rgba(var(--color-sf-surface), 1), rgba(var(--color-sf-surface), 1)), rgba(var(--color-sf-surface));
3528
3563
  }
3529
3564
  .e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper {
@@ -3878,7 +3913,6 @@
3878
3913
  }
3879
3914
  }
3880
3915
  .e-more-popup-wrapper {
3881
- background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-surface), 1)), to(rgba(var(--color-sf-surface), 1))), rgba(var(--color-sf-surface));
3882
3916
  background: linear-gradient(0deg, rgba(var(--color-sf-surface), 1), rgba(var(--color-sf-surface), 1)), rgba(var(--color-sf-surface));
3883
3917
  border: 1px solid rgba(var(--color-sf-surface));
3884
3918
  border-radius: calc(var(--e-radius) * 0.75);
@@ -4002,7 +4036,7 @@
4002
4036
  }
4003
4037
  .e-more-popup-wrapper .e-appointment .e-recurrence-icon,
4004
4038
  .e-more-popup-wrapper .e-appointment .e-recurrence-edit-icon {
4005
- line-height: 25px;
4039
+ line-height: 22px;
4006
4040
  padding: 0 2px;
4007
4041
  }
4008
4042
  .e-more-popup-wrapper .e-appointment.e-appointment-border, .e-more-popup-wrapper .e-appointment:focus {
@@ -4132,7 +4166,6 @@
4132
4166
  position: relative;
4133
4167
  }
4134
4168
  .e-schedule .e-header-calendar {
4135
- background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-surface), 1)), to(rgba(var(--color-sf-surface), 1))), rgba(var(--color-sf-surface));
4136
4169
  background: linear-gradient(0deg, rgba(var(--color-sf-surface), 1), rgba(var(--color-sf-surface), 1)), rgba(var(--color-sf-surface));
4137
4170
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3), 0 4px 8px 3px rgba(0, 0, 0, 0.15);
4138
4171
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3), 0 4px 8px 3px rgba(0, 0, 0, 0.15);
@@ -4199,7 +4232,6 @@
4199
4232
  font-weight: 400;
4200
4233
  }
4201
4234
  .e-schedule .e-vertical-view .e-work-cells {
4202
- background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.05)), to(rgba(var(--color-sf-primary), 0.05))), rgba(var(--color-sf-surface));
4203
4235
  background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
4204
4236
  border-color: rgba(var(--color-sf-outline-variant));
4205
4237
  border-style: solid;
@@ -4273,7 +4305,6 @@
4273
4305
  }
4274
4306
  .e-schedule .e-month-view .e-work-cells,
4275
4307
  .e-schedule .e-month-agenda-view .e-work-cells {
4276
- background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.05)), to(rgba(var(--color-sf-primary), 0.05))), rgba(var(--color-sf-surface));
4277
4308
  background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
4278
4309
  border-color: rgba(var(--color-sf-outline-variant));
4279
4310
  border-style: solid;
@@ -4356,7 +4387,6 @@
4356
4387
  }
4357
4388
  .e-schedule .e-timeline-view .e-work-cells,
4358
4389
  .e-schedule .e-timeline-month-view .e-work-cells {
4359
- background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.05)), to(rgba(var(--color-sf-primary), 0.05))), rgba(var(--color-sf-surface));
4360
4390
  background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
4361
4391
  border-color: rgba(var(--color-sf-outline-variant));
4362
4392
  border-style: solid;
@@ -4379,7 +4409,6 @@
4379
4409
  }
4380
4410
  .e-schedule .e-timeline-view .e-resource-group-cells,
4381
4411
  .e-schedule .e-timeline-month-view .e-resource-group-cells {
4382
- background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.05)), to(rgba(var(--color-sf-primary), 0.05))), rgba(var(--color-sf-surface));
4383
4412
  background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
4384
4413
  }
4385
4414
  .e-schedule .e-timeline-view .e-selected-cell,
@@ -4395,7 +4424,6 @@
4395
4424
  background: rgba(var(--color-sf-surface));
4396
4425
  }
4397
4426
  .e-schedule .e-timeline-view .e-resource-group-cells {
4398
- background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.05)), to(rgba(var(--color-sf-primary), 0.05))), rgba(var(--color-sf-surface));
4399
4427
  background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
4400
4428
  }
4401
4429
  .e-schedule .e-timeline-view .e-selected-cell {
@@ -4420,7 +4448,6 @@
4420
4448
  border-left: 1px solid rgba(var(--color-sf-primary));
4421
4449
  }
4422
4450
  .e-schedule .e-timeline-year-view .e-work-cells {
4423
- background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.05)), to(rgba(var(--color-sf-primary), 0.05))), rgba(var(--color-sf-surface));
4424
4451
  background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
4425
4452
  border-color: rgba(var(--color-sf-outline-variant));
4426
4453
  border-style: solid;
@@ -5158,7 +5185,6 @@
5158
5185
  }
5159
5186
 
5160
5187
  .e-bigger .e-more-popup-wrapper {
5161
- background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-surface), 1)), to(rgba(var(--color-sf-surface), 1))), rgba(var(--color-sf-surface));
5162
5188
  background: linear-gradient(0deg, rgba(var(--color-sf-surface), 1), rgba(var(--color-sf-surface), 1)), rgba(var(--color-sf-surface));
5163
5189
  border: 1px solid rgba(var(--color-sf-surface));
5164
5190
  border-radius: calc(var(--e-radius) * 0.75);
@@ -5282,7 +5308,7 @@
5282
5308
  }
5283
5309
  .e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-icon,
5284
5310
  .e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-edit-icon {
5285
- line-height: 25px;
5311
+ line-height: 22px;
5286
5312
  padding: 0 2px;
5287
5313
  }
5288
5314
  .e-bigger .e-more-popup-wrapper .e-appointment.e-appointment-border, .e-bigger .e-more-popup-wrapper .e-appointment:focus {
@@ -51,7 +51,7 @@ $schedule-appointment-selected-border: 1px solid rgba($border-light, .5) !defaul
51
51
  $schedule-appointment-border-radius: 2px !default;
52
52
  $schedule-appointment-active-border-color: $icon-color !default;
53
53
  $schedule-month-appointment-height: 26px !default;
54
- $schedule-recurrence-icon-line-height: $schedule-month-appointment-height !default;
54
+ $schedule-recurrence-icon-line-height: 22px !default;
55
55
  $schedule-agenda-recurrence-icon-line-height: 21px !default;
56
56
  $schedule-month-appointment-text-line-height: 18px !default;
57
57
  $schedule-month-event-clone-line-height-subject: 1.4 !default;
@@ -51,7 +51,7 @@ $schedule-appointment-selected-border: 1px solid rgba($border-light, .5) !defaul
51
51
  $schedule-appointment-border-radius: 2px !default;
52
52
  $schedule-appointment-active-border-color: $icon-color !default;
53
53
  $schedule-month-appointment-height: 26px !default;
54
- $schedule-recurrence-icon-line-height: $schedule-month-appointment-height !default;
54
+ $schedule-recurrence-icon-line-height: 22px !default;
55
55
  $schedule-agenda-recurrence-icon-line-height: 21px !default;
56
56
  $schedule-month-appointment-text-line-height: 18px !default;
57
57
  $schedule-month-event-clone-line-height-subject: 1.4 !default;
@@ -49,7 +49,7 @@ $schedule-appointment-selected-border: 1px solid rgba($border-light, .5) !defaul
49
49
  $schedule-appointment-border-radius: $radius-2 !default;
50
50
  $schedule-appointment-active-border-color: $icon-color !default;
51
51
  $schedule-month-appointment-height: 26px !default;
52
- $schedule-recurrence-icon-line-height: $schedule-month-appointment-height !default;
52
+ $schedule-recurrence-icon-line-height: 22px !default;
53
53
  $schedule-agenda-recurrence-icon-line-height: 21px !default;
54
54
  $schedule-month-appointment-text-line-height: 18px !default;
55
55
  $schedule-month-event-clone-line-height-subject: 1.4 !default;
@@ -67,7 +67,7 @@ $schedule-appointment-border-radius: 2px !default;
67
67
  $schedule-appointment-active-border-color: $icon-color !default;
68
68
  $schedule-month-agenda-app-indicator-color: $primary !default;
69
69
  $schedule-month-appointment-height: 26px !default;
70
- $schedule-recurrence-icon-line-height: $schedule-month-appointment-height !default;
70
+ $schedule-recurrence-icon-line-height: 22px !default;
71
71
  $schedule-agenda-recurrence-icon-line-height: 21px !default;
72
72
  $schedule-month-appointment-text-line-height: 18px !default;
73
73
  $schedule-month-event-clone-line-height-subject: 1.4 !default;
@@ -67,7 +67,7 @@ $schedule-appointment-border-radius: 2px !default;
67
67
  $schedule-appointment-active-border-color: $icon-color !default;
68
68
  $schedule-month-agenda-app-indicator-color: $primary !default;
69
69
  $schedule-month-appointment-height: 26px !default;
70
- $schedule-recurrence-icon-line-height: $schedule-month-appointment-height !default;
70
+ $schedule-recurrence-icon-line-height: 22px !default;
71
71
  $schedule-agenda-recurrence-icon-line-height: 21px !default;
72
72
  $schedule-month-appointment-text-line-height: 18px !default;
73
73
  $schedule-month-event-clone-line-height-subject: 1.4 !default;
@@ -67,7 +67,7 @@ $schedule-appointment-border-radius: $radius-2 !default;
67
67
  $schedule-appointment-active-border-color: $icon-color !default;
68
68
  $schedule-month-agenda-app-indicator-color: $primary !default;
69
69
  $schedule-month-appointment-height: 26px !default;
70
- $schedule-recurrence-icon-line-height: $schedule-month-appointment-height !default;
70
+ $schedule-recurrence-icon-line-height: 22px !default;
71
71
  $schedule-agenda-recurrence-icon-line-height: 21px !default;
72
72
  $schedule-month-appointment-text-line-height: 18px !default;
73
73
  $schedule-month-event-clone-line-height-subject: 1.3 !default;
@@ -540,6 +540,10 @@
540
540
  overflow: hidden;
541
541
  position: absolute;
542
542
 
543
+ &.e-hidden-event {
544
+ display: none;
545
+ }
546
+
543
547
  .e-subject {
544
548
  overflow: hidden;
545
549
  overflow-wrap: break-word;
@@ -554,6 +558,10 @@
554
558
  float: right;
555
559
  padding: $schedule-spacing-0 $schedule-spacing-5;
556
560
  z-index: 1;
561
+
562
+ &.e-hidden-event {
563
+ display: none;
564
+ }
557
565
  }
558
566
 
559
567
  #{if(&, '&', '*')}.e-rtl .e-block-indicator {
@@ -570,6 +578,10 @@
570
578
  opacity: 1;
571
579
  transition: opacity 100ms linear;
572
580
 
581
+ &.e-hidden-event {
582
+ display: none;
583
+ }
584
+
573
585
  .e-subject.e-disable {
574
586
  display: none;
575
587
  }
@@ -742,6 +754,10 @@
742
754
  height: $schedule-timescale-appointment-height;
743
755
  margin-bottom: $schedule-spacing-2;
744
756
 
757
+ &.e-hidden-event {
758
+ display: none;
759
+ }
760
+
745
761
  .e-appointment-details {
746
762
  display: flex;
747
763
  flex: auto;
@@ -810,6 +826,10 @@
810
826
  .e-more-indicator {
811
827
  @include schedule-more-appointment-styles;
812
828
 
829
+ &.e-hidden-event {
830
+ display: none;
831
+ }
832
+
813
833
  &:focus {
814
834
  text-decoration: underline;
815
835
  }
@@ -896,6 +916,10 @@
896
916
  text-overflow: ellipsis;
897
917
  width: 100%;
898
918
 
919
+ &.e-hidden-event {
920
+ display: none;
921
+ }
922
+
899
923
  &:focus {
900
924
  text-decoration: underline;
901
925
  }
@@ -1061,6 +1085,10 @@
1061
1085
  @include schedule-appointments-styles;
1062
1086
  height: $schedule-month-appointment-height;
1063
1087
 
1088
+ &.e-hidden-event {
1089
+ display: none;
1090
+ }
1091
+
1064
1092
  .e-appointment-details {
1065
1093
  display: flex;
1066
1094
  flex: auto;
@@ -1442,6 +1470,10 @@
1442
1470
  display: none;
1443
1471
  }
1444
1472
 
1473
+ &.e-hidden-event {
1474
+ display: none;
1475
+ }
1476
+
1445
1477
  .e-appointment-details {
1446
1478
  display: flex;
1447
1479
  flex: auto;
@@ -1494,6 +1526,10 @@
1494
1526
 
1495
1527
  .e-more-indicator {
1496
1528
  @include schedule-more-appointment-styles;
1529
+
1530
+ &.e-hidden-event {
1531
+ display: none;
1532
+ }
1497
1533
 
1498
1534
  &:focus {
1499
1535
  text-decoration: underline;
@@ -1822,6 +1858,10 @@
1822
1858
  display: none;
1823
1859
  }
1824
1860
 
1861
+ &.e-hidden-event {
1862
+ display: none;
1863
+ }
1864
+
1825
1865
  .e-appointment-details {
1826
1866
  display: flex;
1827
1867
  flex: auto;
@@ -1876,6 +1916,10 @@
1876
1916
  .e-more-indicator {
1877
1917
  @include schedule-more-appointment-styles;
1878
1918
 
1919
+ &.e-hidden-event {
1920
+ display: none;
1921
+ }
1922
+
1879
1923
  &.e-hidden {
1880
1924
  display: none;
1881
1925
  }
@@ -2052,6 +2096,10 @@
2052
2096
  cursor: default;
2053
2097
  height: $schedule-timeline-appointment-height;
2054
2098
 
2099
+ &.e-hidden-event {
2100
+ display: none;
2101
+ }
2102
+
2055
2103
  .e-appointment-details {
2056
2104
  display: flex;
2057
2105
  flex: auto;
@@ -2121,6 +2169,10 @@
2121
2169
 
2122
2170
  .e-more-indicator {
2123
2171
  @include schedule-more-appointment-styles;
2172
+
2173
+ &.e-hidden-event {
2174
+ display: none;
2175
+ }
2124
2176
 
2125
2177
  &:focus {
2126
2178
  text-decoration: underline;
@@ -2983,7 +3035,8 @@
2983
3035
  }
2984
3036
 
2985
3037
  .e-repeat-container,
2986
- .e-input-group .e-input-group-icon.e-icon-disable {
3038
+ .e-input-group .e-input-group-icon.e-icon-disable,
3039
+ .e-b-form-container .e-datetime-wrapper.disable-time .e-input-group-icon.e-time-icon {
2987
3040
  display: none;
2988
3041
  }
2989
3042
 
@@ -52,7 +52,7 @@ $schedule-appointment-selected-border: none !default;
52
52
  $schedule-appointment-border-radius: 4px !default;
53
53
  $schedule-appointment-active-border-color: rgba($icon-color) !default;
54
54
  $schedule-month-appointment-height: 25px !default;
55
- $schedule-recurrence-icon-line-height: $schedule-month-appointment-height !default;
55
+ $schedule-recurrence-icon-line-height: 22px !default;
56
56
  $schedule-agenda-recurrence-icon-line-height: 21px !default;
57
57
  $schedule-month-appointment-text-line-height: 22px !default;
58
58
  $schedule-month-event-clone-line-height-subject: 1.8 !default;
@@ -52,7 +52,7 @@ $schedule-appointment-selected-border: none !default;
52
52
  $schedule-appointment-border-radius: $radius-4 !default;
53
53
  $schedule-appointment-active-border-color: rgba($icon-color) !default;
54
54
  $schedule-month-appointment-height: 25px !default;
55
- $schedule-recurrence-icon-line-height: $schedule-month-appointment-height !default;
55
+ $schedule-recurrence-icon-line-height: 22px !default;
56
56
  $schedule-agenda-recurrence-icon-line-height: 21px !default;
57
57
  $schedule-month-appointment-text-line-height: 22px !default;
58
58
  $schedule-month-event-clone-line-height-subject: 1.8 !default;
@@ -67,7 +67,7 @@ $schedule-appointment-border-radius: 2px !default;
67
67
  $schedule-appointment-active-border-color: $icon-color !default;
68
68
  $schedule-month-agenda-app-indicator-color: $primary !default;
69
69
  $schedule-month-appointment-height: 26px !default;
70
- $schedule-recurrence-icon-line-height: $schedule-month-appointment-height !default;
70
+ $schedule-recurrence-icon-line-height: 22px !default;
71
71
  $schedule-agenda-recurrence-icon-line-height: 21px !default;
72
72
  $schedule-month-appointment-text-line-height: 18px !default;
73
73
  $schedule-month-event-clone-line-height-subject: 1.4 !default;
@@ -67,7 +67,7 @@ $schedule-appointment-border-radius: 2px !default;
67
67
  $schedule-appointment-active-border-color: $icon-color !default;
68
68
  $schedule-month-agenda-app-indicator-color: $primary !default;
69
69
  $schedule-month-appointment-height: 26px !default;
70
- $schedule-recurrence-icon-line-height: $schedule-month-appointment-height !default;
70
+ $schedule-recurrence-icon-line-height: 22px !default;
71
71
  $schedule-agenda-recurrence-icon-line-height: 21px !default;
72
72
  $schedule-month-appointment-text-line-height: 18px !default;
73
73
  $schedule-month-event-clone-line-height-subject: 1.4 !default;
@@ -49,7 +49,7 @@ $schedule-appointment-selected-border: 1px solid rgba($border-light, .5) !defaul
49
49
  $schedule-appointment-border-radius: $radius-8 !default;
50
50
  $schedule-appointment-active-border-color: $icon-color !default;
51
51
  $schedule-month-appointment-height: 26px !default;
52
- $schedule-recurrence-icon-line-height: 26px !default;
52
+ $schedule-recurrence-icon-line-height: 22px !default;
53
53
  $schedule-agenda-recurrence-icon-line-height: 21px !default;
54
54
  $schedule-month-appointment-text-line-height: 18px !default;
55
55
  $schedule-month-event-clone-line-height-subject: 1.4 !default;