@syncfusion/ej2-schedule 31.2.12 → 32.1.19

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 (256) hide show
  1. package/dist/ej2-schedule.min.js +1 -10
  2. package/dist/ej2-schedule.umd.min.js +1 -10
  3. package/dist/ej2-schedule.umd.min.js.map +1 -1
  4. package/dist/es6/ej2-schedule.es2015.js +24 -26
  5. package/dist/es6/ej2-schedule.es2015.js.map +1 -1
  6. package/dist/es6/ej2-schedule.es5.js +27 -31
  7. package/dist/es6/ej2-schedule.es5.js.map +1 -1
  8. package/dist/global/ej2-schedule.min.js +1 -10
  9. package/dist/global/ej2-schedule.min.js.map +1 -1
  10. package/dist/global/index.d.ts +0 -9
  11. package/package.json +11 -11
  12. package/src/recurrence-editor/date-generator.js +0 -4
  13. package/src/schedule/actions/action-base.d.ts +1 -0
  14. package/src/schedule/actions/action-base.js +10 -7
  15. package/src/schedule/actions/drag.js +1 -5
  16. package/src/schedule/actions/keyboard.js +1 -0
  17. package/src/schedule/actions/resize.js +4 -7
  18. package/src/schedule/base/schedule.d.ts +2 -2
  19. package/src/schedule/base/schedule.js +3 -3
  20. package/src/schedule/event-renderer/month.js +2 -1
  21. package/src/schedule/event-renderer/timeline-view.js +2 -1
  22. package/src/schedule/event-renderer/vertical-view.js +1 -1
  23. package/src/schedule/event-renderer/year.js +2 -2
  24. package/src/schedule/renderer/agenda.js +2 -1
  25. package/styles/bds-lite.css +45 -8
  26. package/styles/bds-lite.scss +18 -18
  27. package/styles/bds.css +45 -8
  28. package/styles/bds.scss +20 -20
  29. package/styles/bootstrap-dark-lite.css +8 -8
  30. package/styles/bootstrap-dark-lite.scss +18 -18
  31. package/styles/bootstrap-dark.css +8 -8
  32. package/styles/bootstrap-dark.scss +20 -20
  33. package/styles/bootstrap-lite.css +8 -8
  34. package/styles/bootstrap-lite.scss +18 -18
  35. package/styles/bootstrap.css +8 -8
  36. package/styles/bootstrap.scss +20 -20
  37. package/styles/bootstrap4-lite.css +10 -10
  38. package/styles/bootstrap4-lite.scss +18 -18
  39. package/styles/bootstrap4.css +10 -10
  40. package/styles/bootstrap4.scss +20 -20
  41. package/styles/bootstrap5-dark-lite.css +8 -8
  42. package/styles/bootstrap5-dark-lite.scss +18 -18
  43. package/styles/bootstrap5-dark.css +8 -8
  44. package/styles/bootstrap5-dark.scss +20 -20
  45. package/styles/bootstrap5-lite.css +8 -8
  46. package/styles/bootstrap5-lite.scss +19 -18
  47. package/styles/bootstrap5.3-lite.css +112 -32
  48. package/styles/bootstrap5.3-lite.scss +19 -18
  49. package/styles/bootstrap5.3.css +114 -34
  50. package/styles/bootstrap5.3.scss +21 -20
  51. package/styles/bootstrap5.css +8 -8
  52. package/styles/bootstrap5.scss +21 -20
  53. package/styles/fabric-dark-lite.css +8 -8
  54. package/styles/fabric-dark-lite.scss +19 -18
  55. package/styles/fabric-dark.css +8 -8
  56. package/styles/fabric-dark.scss +21 -20
  57. package/styles/fabric-lite.css +8 -8
  58. package/styles/fabric-lite.scss +19 -18
  59. package/styles/fabric.css +8 -8
  60. package/styles/fabric.scss +21 -20
  61. package/styles/fluent-dark-lite.css +10 -10
  62. package/styles/fluent-dark-lite.scss +19 -18
  63. package/styles/fluent-dark.css +10 -10
  64. package/styles/fluent-dark.scss +21 -20
  65. package/styles/fluent-lite.css +10 -10
  66. package/styles/fluent-lite.scss +19 -18
  67. package/styles/fluent.css +10 -10
  68. package/styles/fluent.scss +21 -20
  69. package/styles/fluent2-lite.css +267 -34
  70. package/styles/fluent2-lite.scss +19 -18
  71. package/styles/fluent2.css +270 -37
  72. package/styles/fluent2.scss +21 -20
  73. package/styles/highcontrast-light-lite.css +8 -8
  74. package/styles/highcontrast-light-lite.scss +19 -18
  75. package/styles/highcontrast-light.css +8 -8
  76. package/styles/highcontrast-light.scss +21 -20
  77. package/styles/highcontrast-lite.css +8 -8
  78. package/styles/highcontrast-lite.scss +19 -18
  79. package/styles/highcontrast.css +8 -8
  80. package/styles/highcontrast.scss +21 -20
  81. package/styles/material-dark-lite.css +10 -10
  82. package/styles/material-dark-lite.scss +19 -18
  83. package/styles/material-dark.css +10 -10
  84. package/styles/material-dark.scss +21 -20
  85. package/styles/material-lite.css +12 -10
  86. package/styles/material-lite.scss +18 -18
  87. package/styles/material.css +12 -10
  88. package/styles/material.scss +20 -20
  89. package/styles/material3-dark-lite.css +432 -9
  90. package/styles/material3-dark-lite.scss +19 -18
  91. package/styles/material3-dark.css +432 -9
  92. package/styles/material3-dark.scss +21 -22
  93. package/styles/material3-lite.css +449 -26
  94. package/styles/material3-lite.scss +19 -18
  95. package/styles/material3.css +451 -28
  96. package/styles/material3.scss +21 -22
  97. package/styles/recurrence-editor/_all.scss +2 -2
  98. package/styles/recurrence-editor/_bds-definition.scss +27 -1
  99. package/styles/recurrence-editor/_bigger.scss +21 -19
  100. package/styles/recurrence-editor/_bootstrap-dark-definition.scss +27 -1
  101. package/styles/recurrence-editor/_bootstrap-definition.scss +27 -1
  102. package/styles/recurrence-editor/_bootstrap4-definition.scss +27 -1
  103. package/styles/recurrence-editor/_bootstrap5-dark-definition.scss +41 -1
  104. package/styles/recurrence-editor/_bootstrap5-definition.scss +27 -1
  105. package/styles/recurrence-editor/_bootstrap5.3-definition.scss +27 -1
  106. package/styles/recurrence-editor/_fabric-dark-definition.scss +27 -1
  107. package/styles/recurrence-editor/_fabric-definition.scss +27 -1
  108. package/styles/recurrence-editor/_fluent-dark-definition.scss +41 -1
  109. package/styles/recurrence-editor/_fluent-definition.scss +27 -1
  110. package/styles/recurrence-editor/_fluent2-definition.scss +27 -1
  111. package/styles/recurrence-editor/_fusionnew-definition.scss +27 -1
  112. package/styles/recurrence-editor/_highcontrast-definition.scss +27 -1
  113. package/styles/recurrence-editor/_highcontrast-light-definition.scss +27 -1
  114. package/styles/recurrence-editor/_layout.scss +60 -58
  115. package/styles/recurrence-editor/_material-dark-definition.scss +27 -1
  116. package/styles/recurrence-editor/_material-definition.scss +27 -1
  117. package/styles/recurrence-editor/_material3-dark-definition.scss +41 -1
  118. package/styles/recurrence-editor/_material3-definition.scss +27 -1
  119. package/styles/recurrence-editor/_tailwind-dark-definition.scss +41 -1
  120. package/styles/recurrence-editor/_tailwind-definition.scss +27 -1
  121. package/styles/recurrence-editor/_tailwind3-definition.scss +27 -1
  122. package/styles/recurrence-editor/_theme-variables.scss +1 -0
  123. package/styles/recurrence-editor/bds.scss +9 -9
  124. package/styles/recurrence-editor/bootstrap-dark.scss +9 -9
  125. package/styles/recurrence-editor/bootstrap.scss +9 -9
  126. package/styles/recurrence-editor/bootstrap4.css +2 -2
  127. package/styles/recurrence-editor/bootstrap4.scss +9 -9
  128. package/styles/recurrence-editor/bootstrap5-dark.scss +9 -9
  129. package/styles/recurrence-editor/bootstrap5.3.css +81 -1
  130. package/styles/recurrence-editor/bootstrap5.3.scss +9 -9
  131. package/styles/recurrence-editor/bootstrap5.scss +9 -9
  132. package/styles/recurrence-editor/fabric-dark.scss +9 -9
  133. package/styles/recurrence-editor/fabric.scss +9 -9
  134. package/styles/recurrence-editor/fluent-dark.css +2 -2
  135. package/styles/recurrence-editor/fluent-dark.scss +9 -9
  136. package/styles/recurrence-editor/fluent.css +2 -2
  137. package/styles/recurrence-editor/fluent.scss +9 -9
  138. package/styles/recurrence-editor/fluent2.css +334 -6
  139. package/styles/recurrence-editor/fluent2.scss +9 -9
  140. package/styles/recurrence-editor/highcontrast-light.scss +9 -9
  141. package/styles/recurrence-editor/highcontrast.scss +9 -9
  142. package/styles/recurrence-editor/material-dark.css +2 -2
  143. package/styles/recurrence-editor/material-dark.scss +9 -9
  144. package/styles/recurrence-editor/material.css +2 -2
  145. package/styles/recurrence-editor/material.scss +9 -9
  146. package/styles/recurrence-editor/material3-dark.css +140 -1
  147. package/styles/recurrence-editor/material3-dark.scss +9 -10
  148. package/styles/recurrence-editor/material3.css +140 -1
  149. package/styles/recurrence-editor/material3.scss +9 -10
  150. package/styles/recurrence-editor/tailwind-dark.scss +9 -9
  151. package/styles/recurrence-editor/tailwind.scss +9 -9
  152. package/styles/recurrence-editor/tailwind3.css +71 -1
  153. package/styles/recurrence-editor/tailwind3.scss +9 -9
  154. package/styles/schedule/_all.scss +2 -2
  155. package/styles/schedule/_bds-definition.scss +105 -0
  156. package/styles/schedule/_bigger.scss +88 -86
  157. package/styles/schedule/_bootstrap-dark-definition.scss +105 -0
  158. package/styles/schedule/_bootstrap-definition.scss +105 -0
  159. package/styles/schedule/_bootstrap4-definition.scss +105 -0
  160. package/styles/schedule/_bootstrap5-dark-definition.scss +385 -1
  161. package/styles/schedule/_bootstrap5-definition.scss +105 -0
  162. package/styles/schedule/_bootstrap5.3-definition.scss +113 -8
  163. package/styles/schedule/_fabric-dark-definition.scss +105 -0
  164. package/styles/schedule/_fabric-definition.scss +105 -0
  165. package/styles/schedule/_fluent-dark-definition.scss +385 -1
  166. package/styles/schedule/_fluent-definition.scss +105 -0
  167. package/styles/schedule/_fluent2-definition.scss +111 -6
  168. package/styles/schedule/_fusionnew-definition.scss +103 -0
  169. package/styles/schedule/_highcontrast-definition.scss +105 -0
  170. package/styles/schedule/_highcontrast-light-definition.scss +105 -0
  171. package/styles/schedule/_layout.scss +395 -391
  172. package/styles/schedule/_material-dark-definition.scss +105 -0
  173. package/styles/schedule/_material-definition.scss +105 -0
  174. package/styles/schedule/_material3-dark-definition.scss +384 -1
  175. package/styles/schedule/_material3-definition.scss +111 -6
  176. package/styles/schedule/_tailwind-dark-definition.scss +380 -1
  177. package/styles/schedule/_tailwind-definition.scss +105 -0
  178. package/styles/schedule/_tailwind3-definition.scss +112 -7
  179. package/styles/schedule/_theme-variables.scss +1 -0
  180. package/styles/schedule/_theme.scss +34 -32
  181. package/styles/schedule/bds.css +45 -8
  182. package/styles/schedule/bds.scss +18 -17
  183. package/styles/schedule/bootstrap-dark.css +8 -8
  184. package/styles/schedule/bootstrap-dark.scss +18 -17
  185. package/styles/schedule/bootstrap.css +8 -8
  186. package/styles/schedule/bootstrap.scss +18 -17
  187. package/styles/schedule/bootstrap4.css +8 -8
  188. package/styles/schedule/bootstrap4.scss +18 -17
  189. package/styles/schedule/bootstrap5-dark.css +8 -8
  190. package/styles/schedule/bootstrap5-dark.scss +18 -16
  191. package/styles/schedule/bootstrap5.3.css +114 -34
  192. package/styles/schedule/bootstrap5.3.scss +18 -17
  193. package/styles/schedule/bootstrap5.css +8 -8
  194. package/styles/schedule/bootstrap5.scss +18 -17
  195. package/styles/schedule/fabric-dark.css +8 -8
  196. package/styles/schedule/fabric-dark.scss +18 -17
  197. package/styles/schedule/fabric.css +8 -8
  198. package/styles/schedule/fabric.scss +18 -17
  199. package/styles/schedule/fluent-dark.css +8 -8
  200. package/styles/schedule/fluent-dark.scss +18 -16
  201. package/styles/schedule/fluent.css +8 -8
  202. package/styles/schedule/fluent.scss +18 -17
  203. package/styles/schedule/fluent2.css +266 -33
  204. package/styles/schedule/fluent2.scss +18 -17
  205. package/styles/schedule/highcontrast-light.css +8 -8
  206. package/styles/schedule/highcontrast-light.scss +18 -17
  207. package/styles/schedule/highcontrast.css +8 -8
  208. package/styles/schedule/highcontrast.scss +18 -17
  209. package/styles/schedule/icons/_bds.scss +1 -0
  210. package/styles/schedule/icons/_bootstrap-dark.scss +1 -0
  211. package/styles/schedule/icons/_bootstrap.scss +1 -0
  212. package/styles/schedule/icons/_bootstrap4.scss +1 -0
  213. package/styles/schedule/icons/_bootstrap5-dark.scss +1 -1
  214. package/styles/schedule/icons/_bootstrap5.3.scss +1 -0
  215. package/styles/schedule/icons/_bootstrap5.scss +1 -0
  216. package/styles/schedule/icons/_fabric-dark.scss +1 -0
  217. package/styles/schedule/icons/_fabric.scss +1 -0
  218. package/styles/schedule/icons/_fluent-dark.scss +1 -1
  219. package/styles/schedule/icons/_fluent.scss +1 -0
  220. package/styles/schedule/icons/_fluent2.scss +1 -0
  221. package/styles/schedule/icons/_fusionnew.scss +1 -0
  222. package/styles/schedule/icons/_highcontrast-light.scss +1 -0
  223. package/styles/schedule/icons/_highcontrast.scss +1 -0
  224. package/styles/schedule/icons/_material-dark.scss +1 -0
  225. package/styles/schedule/icons/_material.scss +1 -0
  226. package/styles/schedule/icons/_material3-dark.scss +1 -1
  227. package/styles/schedule/icons/_material3.scss +1 -0
  228. package/styles/schedule/icons/_tailwind-dark.scss +1 -1
  229. package/styles/schedule/icons/_tailwind.scss +1 -0
  230. package/styles/schedule/icons/_tailwind3.scss +1 -0
  231. package/styles/schedule/material-dark.css +8 -8
  232. package/styles/schedule/material-dark.scss +18 -17
  233. package/styles/schedule/material.css +10 -8
  234. package/styles/schedule/material.scss +18 -17
  235. package/styles/schedule/material3-dark.css +432 -9
  236. package/styles/schedule/material3-dark.scss +18 -17
  237. package/styles/schedule/material3.css +451 -28
  238. package/styles/schedule/material3.scss +18 -18
  239. package/styles/schedule/tailwind-dark.css +8 -8
  240. package/styles/schedule/tailwind-dark.scss +18 -16
  241. package/styles/schedule/tailwind.css +8 -8
  242. package/styles/schedule/tailwind.scss +18 -17
  243. package/styles/schedule/tailwind3.css +151 -33
  244. package/styles/schedule/tailwind3.scss +18 -17
  245. package/styles/tailwind-dark-lite.css +8 -8
  246. package/styles/tailwind-dark-lite.scss +19 -18
  247. package/styles/tailwind-dark.css +8 -8
  248. package/styles/tailwind-dark.scss +21 -20
  249. package/styles/tailwind-lite.css +8 -8
  250. package/styles/tailwind-lite.scss +19 -18
  251. package/styles/tailwind.css +8 -8
  252. package/styles/tailwind.scss +21 -20
  253. package/styles/tailwind3-lite.css +149 -31
  254. package/styles/tailwind3-lite.scss +19 -18
  255. package/styles/tailwind3.css +151 -33
  256. package/styles/tailwind3.scss +21 -20
@@ -4,6 +4,86 @@
4
4
 
5
5
 
6
6
 
7
+
8
+
9
+ /* Font Family */
10
+ /* Font Sizes */
11
+ /* Radius */
12
+ /* 1px */
13
+ /* 2px */
14
+ /* 3px */
15
+ /* 4px */
16
+ /* 5px */
17
+ /* 6px */
18
+ /* 7px */
19
+ /* 8px */
20
+ /* 9px */
21
+ /* 10px */
22
+ /* 11px */
23
+ /* 12px */
24
+ /* 13px */
25
+ /* 14px */
26
+ /* 15px */
27
+ /* 16px */
28
+ /* 17px */
29
+ /* 18px */
30
+ /* 19px */
31
+ /* 20px */
32
+ /* 21px */
33
+ /* 22px */
34
+ /* 23px */
35
+ /* 24px */
36
+ /* 25px */
37
+ /* 26px */
38
+ /* 27px */
39
+ /* 28px */
40
+ /* 29px */
41
+ /* 30px */
42
+ /* 31px */
43
+ /* 32px */
44
+ /* 33px */
45
+ /* 34px */
46
+ /* 35px */
47
+ /* 36px */
48
+ /* 37px */
49
+ /* 38px */
50
+ /* 39px */
51
+ /* 40px */
52
+ /* 41px */
53
+ /* 42px */
54
+ /* 43px */
55
+ /* 44px */
56
+ /* 45px */
57
+ /* 46px */
58
+ /* 47px */
59
+ /* 48px */
60
+ /* 49px */
61
+ /* 50px */
62
+ /* 5em */
63
+ /* 65% */
64
+ /* border */
65
+ /* 0px */
66
+ /* 1px */
67
+ /* 1.5px */
68
+ /* 2px */
69
+ /* 3px */
70
+ /* 4px */
71
+ /* 5px */
72
+ /* 6px */
73
+ /* 7px */
74
+ /* 8px */
75
+ /* 9px */
76
+ /* 10px */
77
+ /* 11px */
78
+ /* 12px */
79
+ /* 13px */
80
+ /* 14px */
81
+ /* 15px */
82
+ /* 16px */
83
+
84
+
85
+
86
+
7
87
  /*! TreeView's theme wise override definitions and variables */
8
88
  /* stylelint-disable */
9
89
  /* stylelint-disable property-no-vendor-prefix */
@@ -186,6 +266,39 @@
186
266
  color: var(--color-sf-danger) !important;
187
267
  }
188
268
 
269
+ .e-underline.e-input-group.e-control-wrapper,
270
+ .e-underline.e-input-group,
271
+ .e-underline.e-input-group:not(.e-float-icon-left),
272
+ .e-underline.e-float-input,
273
+ .e-underline.e-float-input.e-control-wrapper,
274
+ .e-underline.e-input-group:not(.e-float-icon-left),
275
+ .e-underline.e-input-group.e-success:not(.e-float-icon-left),
276
+ .e-underline.e-input-group.e-warning:not(.e-float-icon-left),
277
+ .e-underline.e-input-group.e-error:not(.e-float-icon-left),
278
+ .e-underline.e-input-group.e-control-wrapper:not(.e-float-icon-left),
279
+ .e-underline.e-input-group.e-control-wrapper.e-success:not(.e-float-icon-left),
280
+ .e-underline.e-input-group.e-control-wrapper.e-warning:not(.e-float-icon-left),
281
+ .e-underline.e-input-group.e-control-wrapper.e-error:not(.e-float-icon-left) {
282
+ border: 1px solid var(--color-sf-border-alt);
283
+ border-width: 0 0 1px 0;
284
+ padding-top: 1px;
285
+ border-radius: calc(var(--e-radius) * 0);
286
+ }
287
+
288
+ .e-underline.e-input-group:not(.e-float-icon-left),
289
+ .e-underline.e-input-group.e-success:not(.e-float-icon-left),
290
+ .e-underline.e-input-group.e-warning:not(.e-float-icon-left),
291
+ .e-underline.e-input-group.e-error:not(.e-float-icon-left),
292
+ .e-underline.e-input-group.e-control-wrapper:not(.e-float-icon-left),
293
+ .e-underline.e-input-group.e-control-wrapper.e-success:not(.e-float-icon-left),
294
+ .e-underline.e-input-group.e-control-wrapper.e-warning:not(.e-float-icon-left),
295
+ .e-underline.e-input-group.e-control-wrapper.e-error:not(.e-float-icon-left) {
296
+ border: 1px solid;
297
+ border-width: 0 0 1px 0;
298
+ padding-top: 1px;
299
+ border-radius: calc(var(--e-radius) * 0);
300
+ }
301
+
189
302
  /*! calendar theme variables */
190
303
  .e-small:not(.e-bigger) .e-calendar.e-week-number {
191
304
  min-width: 230px;
@@ -229,7 +342,7 @@
229
342
 
230
343
  .e-ddl.e-popup {
231
344
  border: 0;
232
- border-radius: 4px;
345
+ border-radius: calc(var(--e-radius) * 0.25);
233
346
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.14), 0 0 2px 0 rgba(0, 0, 0, 0.12);
234
347
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.14), 0 0 2px 0 rgba(0, 0, 0, 0.12);
235
348
  margin-top: 4px;
@@ -237,7 +350,7 @@
237
350
 
238
351
  .e-small .e-ddl.e-popup,
239
352
  .e-small.e-ddl.e-popup {
240
- border-radius: 4px;
353
+ border-radius: calc(var(--e-radius) * 0.25);
241
354
  margin-top: 2px;
242
355
  }
243
356
 
@@ -261,19 +374,54 @@
261
374
  padding: 4px 8px;
262
375
  }
263
376
 
377
+ .e-bigger .e-ddl.e-popup,
378
+ .e-bigger.e-ddl.e-popup {
379
+ border-radius: calc(var(--e-radius) * 0.5);
380
+ margin-top: 8px;
381
+ }
382
+
383
+ .e-bigger.e-small .e-ddl.e-popup,
384
+ .e-small.e-bigger.e-ddl.e-popup {
385
+ border-radius: calc(var(--e-radius) * 0.5);
386
+ margin-top: 6px;
387
+ }
388
+
389
+ .e-bigger .e-popup.e-ddl-device-filter .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
390
+ border-color: var(--color-sf-border-light);
391
+ }
392
+
393
+ .e-bigger .e-popup.e-ddl-device-filter {
394
+ margin-top: 0;
395
+ }
396
+
397
+ .e-bigger .e-ddl-device .e-input-group,
398
+ .e-bigger .e-ddl-device .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
399
+ background: var(--color-sf-flyout-bg-color);
400
+ border-width: 0;
401
+ -webkit-box-shadow: none;
402
+ box-shadow: none;
403
+ margin-bottom: 0;
404
+ }
405
+
406
+ .e-bigger .e-ddl-device .e-input-group .e-back-icon,
407
+ .e-bigger .e-ddl-device .e-input-group input.e-input,
408
+ .e-bigger .e-ddl-device .e-input-group .e-clear-icon {
409
+ background-color: var(--color-sf-flyout-bg-color);
410
+ }
411
+
264
412
  .e-multi-select-wrapper .e-chips-collection .e-chips .e-chips-close.e-icon::before {
265
413
  line-height: 30px;
266
414
  top: 0;
267
415
  }
268
416
 
269
417
  .e-multiselect .e-input-group-icon.e-ddl-icon {
270
- border-radius: 0 4px 4px 0;
418
+ border-radius: calc(var(--e-radius) * 0) calc(var(--e-radius) * 0.25) calc(var(--e-radius) * 0.25) calc(var(--e-radius) * 0);
271
419
  border-right-width: 0;
272
420
  }
273
421
 
274
422
  .e-multiselect.e-rtl .e-input-group-icon.e-ddl-icon {
275
423
  border-left-width: 0;
276
- border-radius: 4px 0 0 4px;
424
+ border-radius: calc(var(--e-radius) * 0.25) calc(var(--e-radius) * 0) calc(var(--e-radius) * 0) calc(var(--e-radius) * 0.25);
277
425
  border-right-width: 0;
278
426
  }
279
427
 
@@ -288,6 +436,91 @@
288
436
  height: 100%;
289
437
  }
290
438
 
439
+ .e-bigger.e-small.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker,
440
+ .e-bigger.e-small .e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker,
441
+ .e-bigger .e-small.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker,
442
+ .e-small .e-bigger.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker {
443
+ height: 20px;
444
+ margin-top: -33px;
445
+ right: 18px;
446
+ width: 20px;
447
+ }
448
+
449
+ .e-bigger.e-small.e-filled.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
450
+ .e-bigger.e-small .e-filled.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
451
+ .e-bigger .e-small.e-filled.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
452
+ .e-small .e-bigger.e-filled.e-multiselect .e-down-icon .e-chips-close.e-close-hooker {
453
+ height: 20px;
454
+ margin-top: -35px;
455
+ right: 45px;
456
+ width: 20px;
457
+ }
458
+
459
+ .e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips-close.e-close-hooker,
460
+ .e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips-close.e-close-hooker,
461
+ .e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips-close.e-close-hooker,
462
+ .e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips-close.e-close-hooker,
463
+ .e-bigger.e-small.e-filled.e-float-input.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
464
+ .e-bigger.e-small .e-filled.e-float-input.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
465
+ .e-bigger .e-small.e-filled.e-float-input.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
466
+ .e-small .e-bigger.e-filled.e-float-input.e-multiselect .e-down-icon .e-chips-close.e-close-hooker {
467
+ margin-top: -32px;
468
+ }
469
+
470
+ .e-bigger.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker,
471
+ .e-bigger .e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker {
472
+ height: 24px;
473
+ width: 24px;
474
+ }
475
+
476
+ .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips-close.e-close-hooker,
477
+ .e-bigger .e-filled.e-float-input.e-multiselect .e-down-icon .e-chips-close.e-close-hooker {
478
+ margin-top: -40px;
479
+ }
480
+
481
+ .e-bigger.e-small.e-filled.e-float-input.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
482
+ .e-bigger.e-small .e-filled.e-float-input.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
483
+ .e-bigger .e-small.e-filled.e-float-input.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
484
+ .e-small .e-bigger.e-filled.e-float-input.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
485
+ .e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips-close.e-close-hooker,
486
+ .e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips-close.e-close-hooker,
487
+ .e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips-close.e-close-hooker,
488
+ .e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips-close.e-close-hooker {
489
+ margin-top: -32px;
490
+ right: 40px;
491
+ }
492
+
493
+ .e-bigger.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker,
494
+ .e-bigger .e-filled.e-multiselect .e-down-icon .e-chips-close.e-close-hooker {
495
+ margin-top: -44px;
496
+ }
497
+
498
+ .e-bigger.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips:not(.e-mob-chip) .e-chips-close,
499
+ .e-bigger .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips:not(.e-mob-chip) .e-chips-close {
500
+ height: 16px;
501
+ width: 16px;
502
+ }
503
+
504
+ .e-bigger.e-small.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker::before,
505
+ .e-bigger.e-small .e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker::before,
506
+ .e-bigger .e-small.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker::before,
507
+ .e-small .e-bigger.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker::before {
508
+ content: "\e208";
509
+ font-size: 16px;
510
+ height: 16px;
511
+ padding: 0;
512
+ text-align: center;
513
+ vertical-align: middle;
514
+ width: 16px;
515
+ }
516
+
517
+ .e-bigger.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker::before,
518
+ .e-bigger .e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker::before {
519
+ font-size: 20px;
520
+ height: 20px;
521
+ width: 20px;
522
+ }
523
+
291
524
  .e-schedule .e-schedule-toolbar .e-icon-prev::before {
292
525
  content: "\e765";
293
526
  }
@@ -468,7 +701,7 @@
468
701
  }
469
702
  .e-schedule .e-schedule-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-right .e-toolbar-item .e-tbar-btn {
470
703
  border: none;
471
- border-radius: 4px;
704
+ border-radius: calc(var(--e-radius) * 0.25);
472
705
  }
473
706
  .e-schedule .e-schedule-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-right .e-toolbar-item.e-active-view .e-tbar-btn {
474
707
  border: none;
@@ -481,7 +714,7 @@
481
714
  margin-top: 2px;
482
715
  }
483
716
  .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-left .e-tbar-btn.e-icon-btn:focus, .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-left .e-tbar-btn.e-icon-btn:hover {
484
- border-radius: 4px;
717
+ border-radius: calc(var(--e-radius) * 0.25);
485
718
  }
486
719
  .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-day .e-icon-day, .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-week .e-icon-week, .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-work-week .e-icon-workweek, .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-month .e-icon-month, .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-year .e-icon-year, .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-agenda .e-icon-agenda, .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-month-agenda .e-icon-month-agenda, .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-timeline-day .e-icon-timeline-day, .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-timeline-week .e-icon-timeline-week, .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-timeline-work-week .e-icon-timeline-workweek, .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-timeline-month .e-icon-timeline-month, .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-timeline-year .e-icon-timeline-year-vertical, .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-timeline-year .e-icon-timeline-year-horizontal, .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-add .e-tbar-btn-text, .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-today .e-icon-day, .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-today .e-icon-today {
487
720
  display: none;
@@ -558,7 +791,7 @@
558
791
  }
559
792
  .e-schedule.e-device .e-schedule-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-right .e-toolbar-item .e-tbar-btn {
560
793
  border: none;
561
- border-radius: 0;
794
+ border-radius: calc(var(--e-radius) * 0);
562
795
  }
563
796
  .e-schedule.e-device .e-schedule-toolbar .e-toolbar-items.e-tbar-pos > div {
564
797
  height: inherit;
@@ -687,7 +920,7 @@
687
920
  .e-schedule .e-new-event {
688
921
  background: var(--color-sf-primary);
689
922
  border: 1px solid var(--color-sf-primary-text-color);
690
- border-radius: 5px;
923
+ border-radius: calc(var(--e-radius) * 0.3125);
691
924
  height: 100%;
692
925
  opacity: 0.9;
693
926
  position: relative;
@@ -931,7 +1164,7 @@
931
1164
  .e-schedule .e-vertical-view.e-timescale-disable .e-appointment {
932
1165
  background: var(--color-sf-primary);
933
1166
  border: 1px solid var(--color-sf-border-light);
934
- border-radius: 2px;
1167
+ border-radius: calc(var(--e-radius) * 0.125);
935
1168
  color: var(--color-sf-primary-text-color);
936
1169
  display: -webkit-box;
937
1170
  display: -ms-flexbox;
@@ -1124,7 +1357,7 @@
1124
1357
  }
1125
1358
  .e-schedule .e-vertical-view .e-all-day-appointment-section:hover, .e-schedule .e-vertical-view .e-all-day-appointment-section:focus {
1126
1359
  background: var(--color-sf-content-bg-color-alt3);
1127
- border-radius: 100%;
1360
+ border-radius: 999px;
1128
1361
  color: var(--color-sf-icon-color);
1129
1362
  }
1130
1363
  .e-schedule .e-vertical-view .e-appointment-hide {
@@ -1223,7 +1456,7 @@
1223
1456
  .e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment {
1224
1457
  background: var(--color-sf-primary);
1225
1458
  border: 1px solid var(--color-sf-border-light);
1226
- border-radius: 2px;
1459
+ border-radius: calc(var(--e-radius) * 0.125);
1227
1460
  color: var(--color-sf-primary-text-color);
1228
1461
  display: -webkit-box;
1229
1462
  display: -ms-flexbox;
@@ -1278,7 +1511,7 @@
1278
1511
  .e-schedule .e-vertical-view .e-day-wrapper .e-appointment {
1279
1512
  background: var(--color-sf-primary);
1280
1513
  border: 1px solid var(--color-sf-border-light);
1281
- border-radius: 2px;
1514
+ border-radius: calc(var(--e-radius) * 0.125);
1282
1515
  color: var(--color-sf-primary-text-color);
1283
1516
  overflow: hidden;
1284
1517
  position: absolute;
@@ -1538,7 +1771,7 @@
1538
1771
  .e-schedule .e-month-view .e-appointment {
1539
1772
  background: var(--color-sf-primary);
1540
1773
  border: 1px solid var(--color-sf-border-light);
1541
- border-radius: 2px;
1774
+ border-radius: calc(var(--e-radius) * 0.125);
1542
1775
  color: var(--color-sf-primary-text-color);
1543
1776
  display: -webkit-box;
1544
1777
  display: -ms-flexbox;
@@ -1868,7 +2101,7 @@
1868
2101
  .e-schedule .e-timeline-year-view .e-event-table .e-appointment {
1869
2102
  background: var(--color-sf-primary);
1870
2103
  border: 1px solid var(--color-sf-border-light);
1871
- border-radius: 2px;
2104
+ border-radius: calc(var(--e-radius) * 0.125);
1872
2105
  color: var(--color-sf-primary-text-color);
1873
2106
  display: -webkit-box;
1874
2107
  display: -ms-flexbox;
@@ -2104,7 +2337,7 @@
2104
2337
  .e-schedule .e-timeline-month-view .e-appointment {
2105
2338
  background: var(--color-sf-primary);
2106
2339
  border: 1px solid var(--color-sf-border-light);
2107
- border-radius: 2px;
2340
+ border-radius: calc(var(--e-radius) * 0.125);
2108
2341
  color: var(--color-sf-primary-text-color);
2109
2342
  display: -webkit-box;
2110
2343
  display: -ms-flexbox;
@@ -2432,13 +2665,18 @@
2432
2665
  display: -ms-flexbox;
2433
2666
  display: flex;
2434
2667
  }
2435
- .e-schedule .e-month-agenda-view .e-subject {
2668
+ .e-schedule .e-month-agenda-view .e-subject,
2669
+ .e-schedule .e-month-agenda-view .e-inline-subject {
2436
2670
  color: var(--color-sf-content-text-color);
2437
2671
  font-size: 14px;
2438
2672
  line-height: 26px;
2439
2673
  overflow: hidden;
2440
2674
  text-overflow: ellipsis;
2441
2675
  }
2676
+ .e-schedule .e-month-agenda-view .e-inline-subject {
2677
+ font-weight: normal;
2678
+ padding-top: 0;
2679
+ }
2442
2680
  .e-schedule .e-month-agenda-view .e-recurrence-icon,
2443
2681
  .e-schedule .e-month-agenda-view .e-recurrence-edit-icon {
2444
2682
  color: var(--color-sf-content-text-color);
@@ -2545,6 +2783,7 @@
2545
2783
  }
2546
2784
  .e-schedule .e-agenda-view .e-day-date-header .e-m-date {
2547
2785
  font-size: 16px;
2786
+ line-height: unset;
2548
2787
  }
2549
2788
  .e-schedule .e-agenda-view .e-day-date-header .e-m-day {
2550
2789
  font-size: 12px;
@@ -3120,7 +3359,7 @@
3120
3359
  /*! schedule quick popup */
3121
3360
  .e-quick-popup-wrapper {
3122
3361
  background: var(--color-sf-content-bg-color);
3123
- border-radius: 6px;
3362
+ border-radius: calc(var(--e-radius) * 0.375);
3124
3363
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.14), 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 8px 16px 0 rgba(0, 0, 0, 0.14), 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 8px 16px 0 rgba(0, 0, 0, 0.14), 0 0 2px 0 rgba(0, 0, 0, 0.12);
3125
3364
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.14), 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 8px 16px 0 rgba(0, 0, 0, 0.14), 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 8px 16px 0 rgba(0, 0, 0, 0.14), 0 0 2px 0 rgba(0, 0, 0, 0.12);
3126
3365
  color: var(--color-sf-content-text-color);
@@ -3222,7 +3461,7 @@
3222
3461
  .e-quick-popup-wrapper .e-event-popup .e-popup-header .e-subject-wrap .e-subject {
3223
3462
  background: var(--color-sf-content-bg-color);
3224
3463
  border-left: 6px solid var(--color-sf-content-bg-color);
3225
- border-radius: 4px;
3464
+ border-radius: calc(var(--e-radius) * 0.25);
3226
3465
  color: var(--color-sf-content-text-color);
3227
3466
  cursor: default;
3228
3467
  font-size: 20px;
@@ -3451,13 +3690,10 @@
3451
3690
  }
3452
3691
  .e-appointment.e-schedule-event-clone {
3453
3692
  background: var(--color-sf-primary);
3454
- border-radius: 2px;
3693
+ border-radius: calc(var(--e-radius) * 0.125);
3455
3694
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.14), 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 8px 16px 0 rgba(0, 0, 0, 0.14), 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 8px 16px 0 rgba(0, 0, 0, 0.14), 0 0 2px 0 rgba(0, 0, 0, 0.12);
3456
3695
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.14), 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 8px 16px 0 rgba(0, 0, 0, 0.14), 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 8px 16px 0 rgba(0, 0, 0, 0.14), 0 0 2px 0 rgba(0, 0, 0, 0.12);
3457
3696
  color: var(--color-sf-primary-text-color);
3458
- display: -webkit-box;
3459
- display: -ms-flexbox;
3460
- display: flex;
3461
3697
  height: 38px;
3462
3698
  width: 100px;
3463
3699
  z-index: 9;
@@ -3507,10 +3743,7 @@
3507
3743
  display: none;
3508
3744
  }
3509
3745
  .e-appointment.e-schedule-event-clone.e-month-event .e-appointment-details .e-subject {
3510
- padding: 3px 2px;
3511
- }
3512
- .e-appointment.e-schedule-event-clone.e-month-event .e-appointment-details .e-time {
3513
- display: none;
3746
+ padding: 0;
3514
3747
  }
3515
3748
 
3516
3749
  .e-vertical-view .e-all-day-appointment-wrapper .e-appointment.e-schedule-event-clone .e-appointment-details .e-subject {
@@ -3537,7 +3770,7 @@
3537
3770
  .e-more-popup-wrapper {
3538
3771
  background: var(--color-sf-content-bg-color);
3539
3772
  border: 1px solid var(--color-sf-border-light);
3540
- border-radius: 6px;
3773
+ border-radius: calc(var(--e-radius) * 0.375);
3541
3774
  -webkit-box-shadow: none;
3542
3775
  box-shadow: none;
3543
3776
  opacity: 1;
@@ -3623,7 +3856,7 @@
3623
3856
  }
3624
3857
  .e-more-popup-wrapper .e-appointment {
3625
3858
  background: var(--color-sf-primary);
3626
- border-radius: 2px;
3859
+ border-radius: calc(var(--e-radius) * 0.125);
3627
3860
  color: var(--color-sf-primary-text-color);
3628
3861
  display: -webkit-box;
3629
3862
  display: -ms-flexbox;
@@ -3773,7 +4006,7 @@
3773
4006
  }
3774
4007
  .e-schedule .e-vertical-view .e-header-cells.e-current-day {
3775
4008
  color: var(--color-sf-primary);
3776
- font-weight: 600;
4009
+ font-weight: 500;
3777
4010
  }
3778
4011
  .e-schedule .e-vertical-view .e-work-cells {
3779
4012
  background: var(--color-sf-holiday-bg-color);
@@ -3864,7 +4097,7 @@
3864
4097
  .e-schedule .e-month-view .e-date-header-wrap table td.e-current-day,
3865
4098
  .e-schedule .e-month-agenda-view .e-date-header-wrap table td.e-current-day {
3866
4099
  color: var(--color-sf-primary);
3867
- font-weight: 600;
4100
+ font-weight: 500;
3868
4101
  }
3869
4102
  .e-schedule .e-month-view .e-work-cells,
3870
4103
  .e-schedule .e-month-agenda-view .e-work-cells {
@@ -3960,7 +4193,7 @@
3960
4193
  .e-schedule .e-timeline-view .e-date-header-wrap table td.e-current-day,
3961
4194
  .e-schedule .e-timeline-month-view .e-date-header-wrap table td.e-current-day {
3962
4195
  color: var(--color-sf-primary);
3963
- font-weight: 600;
4196
+ font-weight: 500;
3964
4197
  }
3965
4198
  .e-schedule .e-timeline-view .e-work-cells,
3966
4199
  .e-schedule .e-timeline-month-view .e-work-cells {
@@ -4697,7 +4930,7 @@
4697
4930
  .e-bigger .e-more-popup-wrapper {
4698
4931
  background: var(--color-sf-content-bg-color);
4699
4932
  border: 1px solid var(--color-sf-border-light);
4700
- border-radius: 6px;
4933
+ border-radius: calc(var(--e-radius) * 0.375);
4701
4934
  -webkit-box-shadow: none;
4702
4935
  box-shadow: none;
4703
4936
  opacity: 1;
@@ -4780,7 +5013,7 @@
4780
5013
  }
4781
5014
  .e-bigger .e-more-popup-wrapper .e-appointment {
4782
5015
  background: var(--color-sf-primary);
4783
- border-radius: 2px;
5016
+ border-radius: calc(var(--e-radius) * 0.125);
4784
5017
  color: var(--color-sf-primary-text-color);
4785
5018
  display: -webkit-box;
4786
5019
  display: -ms-flexbox;
@@ -1,17 +1,18 @@
1
- @import 'ej2-base/styles/definition/fluent2.scss';
2
- @import 'ej2-navigations/styles/toolbar/fluent2-definition.scss';
3
- @import 'ej2-navigations/styles/treeview/fluent2-definition.scss';
4
- @import 'ej2-inputs/styles/input/fluent2-definition.scss';
5
- @import 'ej2-inputs/styles/numerictextbox/fluent2-definition.scss';
6
- @import 'ej2-calendars/styles/calendar/fluent2-definition.scss';
7
- @import 'ej2-calendars/styles/datepicker/fluent2-definition.scss';
8
- @import 'ej2-calendars/styles/datetimepicker/fluent2-definition.scss';
9
- @import 'ej2-dropdowns/styles/drop-down-list/fluent2-definition.scss';
10
- @import 'ej2-dropdowns/styles/multi-select/fluent2-definition.scss';
11
- @import 'ej2-buttons/styles/button/fluent2-definition.scss';
12
- @import 'ej2-buttons/styles/check-box/fluent2-definition.scss';
13
- @import '../recurrence-editor/fluent2-definition.scss';
14
- @import 'fluent2-definition.scss';
15
- @import 'icons/fluent2.scss';
16
- @import 'all.scss';
17
- @import 'bigger.scss';
1
+ @use 'ej2-base/styles/definition/fluent2' as *;
2
+ @use 'ej2-navigations/styles/toolbar/fluent2-definition' as *;
3
+ @use 'ej2-navigations/styles/treeview/fluent2-definition' as *;
4
+ @use 'ej2-inputs/styles/input/fluent2-definition' as *;
5
+ @use 'ej2-inputs/styles/numerictextbox/fluent2-definition' as *;
6
+ @use 'ej2-calendars/styles/calendar/fluent2-definition' as *;
7
+ @use 'ej2-calendars/styles/datepicker/fluent2-definition' as *;
8
+ @use 'ej2-calendars/styles/datetimepicker/fluent2-definition' as *;
9
+ @use 'ej2-dropdowns/styles/drop-down-list/fluent2-definition' as *;
10
+ @use 'ej2-dropdowns/styles/multi-select/fluent2-definition' as *;
11
+ @use 'ej2-buttons/styles/button/fluent2-definition' as *;
12
+ @use 'ej2-buttons/styles/check-box/fluent2-definition' as *;
13
+ @use '../recurrence-editor/fluent2-definition' as *;
14
+ @use 'ej2-navigations/styles/sidebar/fluent2-definition' as *;
15
+ @use 'fluent2-definition' as *;
16
+ @use 'icons/fluent2' as *;
17
+ @use 'all' as *;
18
+ @use 'bigger' as *;
@@ -2280,13 +2280,18 @@
2280
2280
  display: -ms-flexbox;
2281
2281
  display: flex;
2282
2282
  }
2283
- .e-schedule .e-month-agenda-view .e-subject {
2283
+ .e-schedule .e-month-agenda-view .e-subject,
2284
+ .e-schedule .e-month-agenda-view .e-inline-subject {
2284
2285
  color: #000;
2285
2286
  font-size: 14px;
2286
2287
  line-height: 26px;
2287
2288
  overflow: hidden;
2288
2289
  text-overflow: ellipsis;
2289
2290
  }
2291
+ .e-schedule .e-month-agenda-view .e-inline-subject {
2292
+ font-weight: normal;
2293
+ padding-top: 0;
2294
+ }
2290
2295
  .e-schedule .e-month-agenda-view .e-recurrence-icon,
2291
2296
  .e-schedule .e-month-agenda-view .e-recurrence-edit-icon {
2292
2297
  color: #4f4f4f;
@@ -2393,6 +2398,7 @@
2393
2398
  }
2394
2399
  .e-schedule .e-agenda-view .e-day-date-header .e-m-date {
2395
2400
  font-size: 18px;
2401
+ line-height: unset;
2396
2402
  }
2397
2403
  .e-schedule .e-agenda-view .e-day-date-header .e-m-day {
2398
2404
  font-size: 13px;
@@ -3292,9 +3298,6 @@
3292
3298
  -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
3293
3299
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
3294
3300
  color: #fff;
3295
- display: -webkit-box;
3296
- display: -ms-flexbox;
3297
- display: flex;
3298
3301
  height: 38px;
3299
3302
  width: 100px;
3300
3303
  z-index: 9;
@@ -3344,10 +3347,7 @@
3344
3347
  display: none;
3345
3348
  }
3346
3349
  .e-appointment.e-schedule-event-clone.e-month-event .e-appointment-details .e-subject {
3347
- padding: 3px 2px;
3348
- }
3349
- .e-appointment.e-schedule-event-clone.e-month-event .e-appointment-details .e-time {
3350
- display: none;
3350
+ padding: 0;
3351
3351
  }
3352
3352
 
3353
3353
  .e-vertical-view .e-all-day-appointment-wrapper .e-appointment.e-schedule-event-clone .e-appointment-details .e-subject {
@@ -1,17 +1,18 @@
1
- @import 'ej2-base/styles/definition/highcontrast-light.scss';
2
- @import 'ej2-navigations/styles/toolbar/highcontrast-light-definition.scss';
3
- @import 'ej2-navigations/styles/treeview/highcontrast-light-definition.scss';
4
- @import 'ej2-inputs/styles/input/highcontrast-light-definition.scss';
5
- @import 'ej2-inputs/styles/numerictextbox/highcontrast-light-definition.scss';
6
- @import 'ej2-calendars/styles/calendar/highcontrast-light-definition.scss';
7
- @import 'ej2-calendars/styles/datepicker/highcontrast-light-definition.scss';
8
- @import 'ej2-calendars/styles/datetimepicker/highcontrast-light-definition.scss';
9
- @import 'ej2-dropdowns/styles/drop-down-list/highcontrast-light-definition.scss';
10
- @import 'ej2-dropdowns/styles/multi-select/highcontrast-light-definition.scss';
11
- @import 'ej2-buttons/styles/button/highcontrast-light-definition.scss';
12
- @import 'ej2-buttons/styles/check-box/highcontrast-light-definition.scss';
13
- @import '../recurrence-editor/highcontrast-light-definition.scss';
14
- @import 'highcontrast-light-definition.scss';
15
- @import 'icons/highcontrast-light.scss';
16
- @import 'all.scss';
17
- @import 'bigger.scss';
1
+ @use 'ej2-base/styles/definition/highcontrast-light' as *;
2
+ @use 'ej2-navigations/styles/toolbar/highcontrast-light-definition' as *;
3
+ @use 'ej2-navigations/styles/treeview/highcontrast-light-definition' as *;
4
+ @use 'ej2-inputs/styles/input/highcontrast-light-definition' as *;
5
+ @use 'ej2-inputs/styles/numerictextbox/highcontrast-light-definition' as *;
6
+ @use 'ej2-calendars/styles/calendar/highcontrast-light-definition' as *;
7
+ @use 'ej2-calendars/styles/datepicker/highcontrast-light-definition' as *;
8
+ @use 'ej2-calendars/styles/datetimepicker/highcontrast-light-definition' as *;
9
+ @use 'ej2-dropdowns/styles/drop-down-list/highcontrast-light-definition' as *;
10
+ @use 'ej2-dropdowns/styles/multi-select/highcontrast-light-definition' as *;
11
+ @use 'ej2-buttons/styles/button/highcontrast-light-definition' as *;
12
+ @use 'ej2-buttons/styles/check-box/highcontrast-light-definition' as *;
13
+ @use '../recurrence-editor/highcontrast-light-definition' as *;
14
+ @use 'ej2-navigations/styles/sidebar/highcontrast-light-definition' as *;
15
+ @use 'highcontrast-light-definition' as *;
16
+ @use 'icons/highcontrast-light' as *;
17
+ @use 'all' as *;
18
+ @use 'bigger' as *;