@syncfusion/ej2-schedule 26.2.14 → 27.1.48

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 (199) hide show
  1. package/dist/ej2-schedule.umd.min.js +2 -2
  2. package/dist/ej2-schedule.umd.min.js.map +1 -1
  3. package/dist/es6/ej2-schedule.es2015.js +151 -29
  4. package/dist/es6/ej2-schedule.es2015.js.map +1 -1
  5. package/dist/es6/ej2-schedule.es5.js +151 -29
  6. package/dist/es6/ej2-schedule.es5.js.map +1 -1
  7. package/dist/global/ej2-schedule.min.js +2 -2
  8. package/dist/global/ej2-schedule.min.js.map +1 -1
  9. package/dist/global/index.d.ts +1 -1
  10. package/package.json +18 -17
  11. package/src/schedule/actions/crud.js +2 -2
  12. package/src/schedule/actions/keyboard.d.ts +1 -0
  13. package/src/schedule/actions/keyboard.js +45 -3
  14. package/src/schedule/actions/resize.js +1 -0
  15. package/src/schedule/actions/virtual-scroll.d.ts +1 -0
  16. package/src/schedule/actions/virtual-scroll.js +35 -4
  17. package/src/schedule/base/interface.d.ts +1 -0
  18. package/src/schedule/base/resource.js +5 -0
  19. package/src/schedule/base/schedule.js +2 -1
  20. package/src/schedule/event-renderer/inline-edit.js +9 -1
  21. package/src/schedule/event-renderer/month.js +4 -1
  22. package/src/schedule/event-renderer/timeline-view.js +4 -1
  23. package/src/schedule/event-renderer/year.js +2 -2
  24. package/src/schedule/renderer/header-renderer.d.ts +1 -0
  25. package/src/schedule/renderer/header-renderer.js +9 -1
  26. package/src/schedule/renderer/month.js +6 -0
  27. package/src/schedule/renderer/timeline-header-row.js +1 -1
  28. package/src/schedule/renderer/timeline-view.js +5 -0
  29. package/src/schedule/renderer/timeline-year.js +6 -2
  30. package/src/schedule/renderer/vertical-view.js +2 -6
  31. package/src/schedule/renderer/view-base.d.ts +1 -0
  32. package/src/schedule/renderer/view-base.js +9 -0
  33. package/src/schedule/renderer/year.js +4 -4
  34. package/styles/bootstrap-dark-lite.css +4169 -0
  35. package/styles/bootstrap-dark-lite.scss +18 -0
  36. package/styles/bootstrap-dark.css +818 -596
  37. package/styles/bootstrap-dark.scss +3 -2
  38. package/styles/bootstrap-lite.css +4164 -0
  39. package/styles/bootstrap-lite.scss +18 -0
  40. package/styles/bootstrap.css +818 -596
  41. package/styles/bootstrap.scss +3 -2
  42. package/styles/bootstrap4-lite.css +4211 -0
  43. package/styles/bootstrap4-lite.scss +18 -0
  44. package/styles/bootstrap4.css +803 -636
  45. package/styles/bootstrap4.scss +3 -2
  46. package/styles/bootstrap5-dark-lite.css +4210 -0
  47. package/styles/bootstrap5-dark-lite.scss +18 -0
  48. package/styles/bootstrap5-dark.css +819 -597
  49. package/styles/bootstrap5-dark.scss +3 -2
  50. package/styles/bootstrap5-lite.css +4210 -0
  51. package/styles/bootstrap5-lite.scss +18 -0
  52. package/styles/bootstrap5.3-lite.css +4256 -0
  53. package/styles/bootstrap5.3-lite.scss +18 -0
  54. package/styles/bootstrap5.3.css +5017 -0
  55. package/styles/bootstrap5.3.scss +20 -0
  56. package/styles/bootstrap5.css +819 -597
  57. package/styles/bootstrap5.scss +3 -2
  58. package/styles/fabric-dark-lite.css +4139 -0
  59. package/styles/fabric-dark-lite.scss +18 -0
  60. package/styles/fabric-dark.css +825 -595
  61. package/styles/fabric-dark.scss +3 -2
  62. package/styles/fabric-lite.css +4136 -0
  63. package/styles/fabric-lite.scss +18 -0
  64. package/styles/fabric.css +825 -588
  65. package/styles/fabric.scss +3 -2
  66. package/styles/fluent-dark-lite.css +4202 -0
  67. package/styles/fluent-dark-lite.scss +18 -0
  68. package/styles/fluent-dark.css +823 -593
  69. package/styles/fluent-dark.scss +3 -2
  70. package/styles/fluent-lite.css +4202 -0
  71. package/styles/fluent-lite.scss +18 -0
  72. package/styles/fluent.css +823 -593
  73. package/styles/fluent.scss +3 -2
  74. package/styles/fluent2-lite.css +4422 -0
  75. package/styles/fluent2-lite.scss +18 -0
  76. package/styles/fluent2.css +860 -602
  77. package/styles/fluent2.scss +3 -2
  78. package/styles/highcontrast-light-lite.css +4228 -0
  79. package/styles/highcontrast-light-lite.scss +18 -0
  80. package/styles/highcontrast-light.css +828 -584
  81. package/styles/highcontrast-light.scss +3 -2
  82. package/styles/highcontrast-lite.css +4237 -0
  83. package/styles/highcontrast-lite.scss +18 -0
  84. package/styles/highcontrast.css +829 -585
  85. package/styles/highcontrast.scss +3 -2
  86. package/styles/material-dark-lite.css +4216 -0
  87. package/styles/material-dark-lite.scss +18 -0
  88. package/styles/material-dark.css +828 -581
  89. package/styles/material-dark.scss +3 -2
  90. package/styles/material-lite.css +4242 -0
  91. package/styles/material-lite.scss +18 -0
  92. package/styles/material.css +826 -600
  93. package/styles/material.scss +3 -2
  94. package/styles/material3-dark-lite.css +4233 -0
  95. package/styles/material3-dark-lite.scss +18 -0
  96. package/styles/material3-dark.css +825 -602
  97. package/styles/material3-dark.scss +3 -2
  98. package/styles/material3-lite.css +4235 -0
  99. package/styles/material3-lite.scss +18 -0
  100. package/styles/material3.css +825 -602
  101. package/styles/material3.scss +3 -2
  102. package/styles/recurrence-editor/_bigger.scss +134 -0
  103. package/styles/recurrence-editor/_layout.scss +0 -110
  104. package/styles/recurrence-editor/bootstrap-dark.css +87 -131
  105. package/styles/recurrence-editor/bootstrap-dark.scss +1 -0
  106. package/styles/recurrence-editor/bootstrap.css +87 -131
  107. package/styles/recurrence-editor/bootstrap.scss +1 -0
  108. package/styles/recurrence-editor/bootstrap4.css +87 -149
  109. package/styles/recurrence-editor/bootstrap4.scss +1 -0
  110. package/styles/recurrence-editor/bootstrap5-dark.css +87 -135
  111. package/styles/recurrence-editor/bootstrap5-dark.scss +1 -0
  112. package/styles/recurrence-editor/bootstrap5.3.css +501 -0
  113. package/styles/recurrence-editor/bootstrap5.3.scss +9 -0
  114. package/styles/recurrence-editor/bootstrap5.css +87 -135
  115. package/styles/recurrence-editor/bootstrap5.scss +1 -0
  116. package/styles/recurrence-editor/fabric-dark.css +87 -130
  117. package/styles/recurrence-editor/fabric-dark.scss +1 -0
  118. package/styles/recurrence-editor/fabric.css +87 -123
  119. package/styles/recurrence-editor/fabric.scss +1 -0
  120. package/styles/recurrence-editor/fluent-dark.css +87 -122
  121. package/styles/recurrence-editor/fluent-dark.scss +1 -0
  122. package/styles/recurrence-editor/fluent.css +87 -122
  123. package/styles/recurrence-editor/fluent.scss +1 -0
  124. package/styles/recurrence-editor/fluent2.css +91 -117
  125. package/styles/recurrence-editor/fluent2.scss +1 -0
  126. package/styles/recurrence-editor/highcontrast-light.css +87 -118
  127. package/styles/recurrence-editor/highcontrast-light.scss +1 -0
  128. package/styles/recurrence-editor/highcontrast.css +87 -118
  129. package/styles/recurrence-editor/highcontrast.scss +1 -0
  130. package/styles/recurrence-editor/material-dark.css +87 -115
  131. package/styles/recurrence-editor/material-dark.scss +1 -0
  132. package/styles/recurrence-editor/material.css +87 -136
  133. package/styles/recurrence-editor/material.scss +1 -0
  134. package/styles/recurrence-editor/material3-dark.css +87 -140
  135. package/styles/recurrence-editor/material3-dark.scss +1 -0
  136. package/styles/recurrence-editor/material3.css +87 -140
  137. package/styles/recurrence-editor/material3.scss +1 -0
  138. package/styles/recurrence-editor/tailwind-dark.css +87 -116
  139. package/styles/recurrence-editor/tailwind-dark.scss +1 -0
  140. package/styles/recurrence-editor/tailwind.css +87 -116
  141. package/styles/recurrence-editor/tailwind.scss +1 -0
  142. package/styles/schedule/_bds-definition.scss +1 -1
  143. package/styles/schedule/_bigger.scss +809 -0
  144. package/styles/schedule/_bootstrap4-definition.scss +1 -1
  145. package/styles/schedule/_bootstrap5-definition.scss +1 -1
  146. package/styles/schedule/_bootstrap5.3-definition.scss +9 -6
  147. package/styles/schedule/_fluent-definition.scss +1 -1
  148. package/styles/schedule/_fluent2-definition.scss +6 -6
  149. package/styles/schedule/_fusionnew-definition.scss +1 -1
  150. package/styles/schedule/_layout.scss +5 -442
  151. package/styles/schedule/_tailwind-definition.scss +1 -1
  152. package/styles/schedule/_theme.scss +23 -1
  153. package/styles/schedule/bootstrap-dark.css +699 -483
  154. package/styles/schedule/bootstrap-dark.scss +1 -0
  155. package/styles/schedule/bootstrap.css +699 -483
  156. package/styles/schedule/bootstrap.scss +1 -0
  157. package/styles/schedule/bootstrap4.css +684 -523
  158. package/styles/schedule/bootstrap4.scss +1 -0
  159. package/styles/schedule/bootstrap5-dark.css +707 -491
  160. package/styles/schedule/bootstrap5-dark.scss +1 -0
  161. package/styles/schedule/bootstrap5.3.css +4615 -0
  162. package/styles/schedule/bootstrap5.3.scss +17 -0
  163. package/styles/schedule/bootstrap5.css +707 -491
  164. package/styles/schedule/bootstrap5.scss +1 -0
  165. package/styles/schedule/fabric-dark.css +706 -482
  166. package/styles/schedule/fabric-dark.scss +1 -0
  167. package/styles/schedule/fabric.css +706 -475
  168. package/styles/schedule/fabric.scss +1 -0
  169. package/styles/schedule/fluent-dark.css +716 -492
  170. package/styles/schedule/fluent-dark.scss +1 -0
  171. package/styles/schedule/fluent.css +716 -492
  172. package/styles/schedule/fluent.scss +1 -0
  173. package/styles/schedule/fluent2.css +746 -497
  174. package/styles/schedule/fluent2.scss +1 -0
  175. package/styles/schedule/highcontrast-light.css +714 -476
  176. package/styles/schedule/highcontrast-light.scss +1 -0
  177. package/styles/schedule/highcontrast.css +714 -476
  178. package/styles/schedule/highcontrast.scss +1 -0
  179. package/styles/schedule/material-dark.css +724 -483
  180. package/styles/schedule/material-dark.scss +1 -0
  181. package/styles/schedule/material.css +720 -500
  182. package/styles/schedule/material.scss +1 -0
  183. package/styles/schedule/material3-dark.css +714 -497
  184. package/styles/schedule/material3-dark.scss +1 -0
  185. package/styles/schedule/material3.css +714 -497
  186. package/styles/schedule/material3.scss +1 -0
  187. package/styles/schedule/tailwind-dark.css +718 -483
  188. package/styles/schedule/tailwind-dark.scss +1 -0
  189. package/styles/schedule/tailwind.css +718 -483
  190. package/styles/schedule/tailwind.scss +1 -0
  191. package/styles/tailwind-dark-lite.css +4179 -0
  192. package/styles/tailwind-dark-lite.scss +18 -0
  193. package/styles/tailwind-dark.css +827 -586
  194. package/styles/tailwind-dark.scss +3 -2
  195. package/styles/tailwind-lite.css +4179 -0
  196. package/styles/tailwind-lite.scss +18 -0
  197. package/styles/tailwind.css +827 -586
  198. package/styles/tailwind.scss +3 -2
  199. package/dist/ej2-schedule.min.js +0 -10
@@ -42,7 +42,7 @@
42
42
 
43
43
  .e-ddl.e-popup {
44
44
  border: 0;
45
- border-radius: 8px;
45
+ border-radius: 4px;
46
46
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.14), 0 0 2px 0 rgba(0, 0, 0, 0.12);
47
47
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.14), 0 0 2px 0 rgba(0, 0, 0, 0.12);
48
48
  margin-top: 4px;
@@ -54,46 +54,11 @@
54
54
  margin-top: 2px;
55
55
  }
56
56
 
57
- .e-bigger .e-ddl.e-popup,
58
- .e-bigger.e-ddl.e-popup {
59
- border-radius: 8px;
60
- margin-top: 8px;
61
- }
62
-
63
- .e-bigger.e-small .e-ddl.e-popup,
64
- .e-small.e-bigger.e-ddl.e-popup {
65
- border-radius: 8px;
66
- margin-top: 6px;
67
- }
68
-
69
57
  .e-popup.e-ddl .e-dropdownbase {
70
58
  min-height: 26px;
71
59
  padding: 6px 4px;
72
60
  }
73
61
 
74
- .e-bigger .e-popup.e-ddl-device-filter .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
75
- border-color: var(--color-sf-border-light);
76
- }
77
-
78
- .e-bigger .e-popup.e-ddl-device-filter {
79
- margin-top: 0;
80
- }
81
-
82
- .e-bigger .e-ddl-device .e-input-group,
83
- .e-bigger .e-ddl-device .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
84
- background: var(--color-sf-flyout-bg-color);
85
- border-width: 0;
86
- -webkit-box-shadow: none;
87
- box-shadow: none;
88
- margin-bottom: 0;
89
- }
90
-
91
- .e-bigger .e-ddl-device .e-input-group .e-back-icon,
92
- .e-bigger .e-ddl-device .e-input-group input.e-input,
93
- .e-bigger .e-ddl-device .e-input-group .e-clear-icon {
94
- background-color: var(--color-sf-flyout-bg-color);
95
- }
96
-
97
62
  .e-input-group.e-ddl,
98
63
  .e-input-group.e-ddl .e-input,
99
64
  .e-input-group.e-ddl .e-ddl-icon {
@@ -269,86 +234,6 @@
269
234
  margin-bottom: 11px;
270
235
  }
271
236
 
272
- .e-bigger .e-recurrenceeditor {
273
- padding: 0;
274
- }
275
- .e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-form-left {
276
- padding: 0 12px 11px 0;
277
- }
278
- .e-bigger .e-recurrenceeditor .e-form-left {
279
- padding: 0 12px 14px 0;
280
- }
281
- .e-bigger .e-recurrenceeditor .e-recurrence-table .e-monthday-element {
282
- padding-left: 70px;
283
- }
284
- .e-bigger .e-recurrenceeditor .e-week-position {
285
- min-width: 130px;
286
- right: 0;
287
- }
288
- .e-bigger .e-recurrenceeditor .e-day-position {
289
- min-width: 197px;
290
- padding-left: 54px;
291
- }
292
- .e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-non-week > .e-month-expander-label {
293
- font-size: 16px;
294
- margin-bottom: 0;
295
- font-weight: 600;
296
- }
297
- .e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-left {
298
- padding-right: 5px;
299
- }
300
- .e-bigger .e-recurrenceeditor .e-end-on-label {
301
- margin-bottom: 0;
302
- }
303
- .e-bigger .e-recurrenceeditor .e-days .e-week-expander-label {
304
- font-size: 16px;
305
- margin-bottom: 8px;
306
- }
307
- .e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-label {
308
- font-size: 16px;
309
- margin-bottom: 1px;
310
- }
311
- .e-bigger .e-recurrenceeditor .e-month-expander tr:first-child .e-input-wrapper,
312
- .e-bigger .e-recurrenceeditor .e-year-expander {
313
- margin-bottom: 11px;
314
- }
315
- .e-bigger .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
316
- width: 30px;
317
- }
318
- .e-bigger .e-recurrenceeditor .e-days button {
319
- height: 40px;
320
- width: 40px;
321
- }
322
- .e-bigger .e-recurrenceeditor.e-rtl .e-form-left,
323
- .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-form-left {
324
- padding: 0 0 10px 12px;
325
- }
326
- .e-bigger .e-recurrenceeditor.e-rtl .e-form-right,
327
- .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-form-right {
328
- padding: 0 12px 10px 0;
329
- }
330
- .e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-monthday-element,
331
- .e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-day-position {
332
- padding: 0 64px 0 0;
333
- }
334
- .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-label,
335
- .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-non-week > .e-month-expander-label {
336
- padding-right: 0;
337
- }
338
- .e-bigger .e-recurrenceeditor.e-rtl .e-end-on-label {
339
- margin-bottom: 5px;
340
- }
341
- .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left {
342
- padding: 0 0 0 12px;
343
- }
344
- .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
345
- .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
346
- padding: 0 12px 0 0;
347
- }
348
- .e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-week-position {
349
- left: 0;
350
- }
351
-
352
237
  .e-device .e-recurrenceeditor .e-recurrence-table.e-repeat-content-wrapper td:last-child {
353
238
  width: 25%;
354
239
  }
@@ -503,4 +388,93 @@
503
388
  padding: 0 10px 0 0;
504
389
  }
505
390
  }
506
- /*! Recurrence-Editor component theme */
391
+ /*! Recurrence-Editor component theme */
392
+ .e-bigger .e-recurrenceeditor {
393
+ padding: 0;
394
+ }
395
+ .e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-form-left {
396
+ padding: 0 12px 11px 0;
397
+ }
398
+ .e-bigger .e-recurrenceeditor .e-form-left {
399
+ padding: 0 12px 14px 0;
400
+ }
401
+ .e-bigger .e-recurrenceeditor .e-recurrence-table .e-monthday-element {
402
+ padding-left: 70px;
403
+ }
404
+ .e-bigger .e-recurrenceeditor .e-week-position {
405
+ min-width: 130px;
406
+ right: 0;
407
+ }
408
+ .e-bigger .e-recurrenceeditor .e-day-position {
409
+ min-width: 197px;
410
+ padding-left: 54px;
411
+ }
412
+ .e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-non-week > .e-month-expander-label {
413
+ font-size: 16px;
414
+ margin-bottom: 0;
415
+ font-weight: 600;
416
+ }
417
+ .e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-left {
418
+ padding-right: 5px;
419
+ }
420
+ .e-bigger .e-recurrenceeditor .e-end-on-label {
421
+ margin-bottom: 0;
422
+ }
423
+ .e-bigger .e-recurrenceeditor .e-days .e-week-expander-label {
424
+ font-size: 16px;
425
+ margin-bottom: 8px;
426
+ }
427
+ .e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-label {
428
+ font-size: 16px;
429
+ margin-bottom: 1px;
430
+ }
431
+ .e-bigger .e-recurrenceeditor .e-month-expander tr:first-child .e-input-wrapper,
432
+ .e-bigger .e-recurrenceeditor .e-year-expander {
433
+ margin-bottom: 11px;
434
+ }
435
+ .e-bigger .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
436
+ width: 30px;
437
+ }
438
+ .e-bigger .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper .e-radio + label {
439
+ margin: 0;
440
+ }
441
+ .e-bigger .e-recurrenceeditor .e-days button {
442
+ height: 40px;
443
+ width: 40px;
444
+ }
445
+ .e-bigger .e-recurrenceeditor.e-rtl .e-form-left,
446
+ .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-form-left {
447
+ padding: 0 0 10px 12px;
448
+ }
449
+ .e-bigger .e-recurrenceeditor.e-rtl .e-form-right,
450
+ .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-form-right {
451
+ padding: 0 12px 10px 0;
452
+ }
453
+ .e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-monthday-element,
454
+ .e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-day-position {
455
+ padding: 0 64px 0 0;
456
+ }
457
+ .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-label,
458
+ .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-non-week > .e-month-expander-label {
459
+ padding-right: 0;
460
+ }
461
+ .e-bigger .e-recurrenceeditor.e-rtl .e-end-on-label {
462
+ margin-bottom: 5px;
463
+ }
464
+ .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left {
465
+ padding: 0 0 0 12px;
466
+ }
467
+ .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
468
+ .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
469
+ padding: 0 12px 0 0;
470
+ }
471
+ .e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-week-position {
472
+ left: 0;
473
+ }
474
+ .e-bigger .e-device .e-recurrence-table .e-monthday-element,
475
+ .e-bigger .e-device .e-recurrence-table .e-day-position {
476
+ padding-left: 20px;
477
+ }
478
+ .e-bigger .e-device .e-recurrenceeditor.e-rtl .e-recurrence-table .e-monthday-element {
479
+ padding: 0 20px 0 0;
480
+ }
@@ -6,3 +6,4 @@
6
6
  @import 'ej2-dropdowns/styles/drop-down-list/fluent2-definition.scss';
7
7
  @import 'fluent2-definition.scss';
8
8
  @import 'all.scss';
9
+ @import 'bigger.scss';
@@ -1,7 +1,3 @@
1
- .e-bigger .e-ddl.e-popup .e-input-group .e-clear-icon {
2
- height: 36px;
3
- }
4
-
5
1
  .e-popup.e-ddl .e-dropdownbase {
6
2
  min-height: 26px;
7
3
  }
@@ -44,39 +40,6 @@
44
40
  .e-ddl.e-popup .e-filter-parent .e-input-group.e-control-wrapper:hover:active {
45
41
  border-color: #000;
46
42
  }
47
- .e-bigger .e-ddl.e-popup.e-ddl-device.e-ddl-device-filter {
48
- margin-top: 0;
49
- }
50
- .e-bigger .e-ddl.e-popup .e-list-item, .e-bigger .e-ddl.e-popup .e-list-group-item, .e-bigger .e-ddl.e-popup .e-fixed-head {
51
- font-size: 15px;
52
- line-height: 45px;
53
- padding-left: 0;
54
- text-indent: 16px;
55
- }
56
- .e-bigger .e-ddl.e-popup .e-dd-group .e-list-item {
57
- padding-left: 4px;
58
- }
59
- .e-bigger .e-ddl.e-popup .e-input-group {
60
- padding: 4px 0;
61
- }
62
- .e-bigger .e-ddl.e-popup .e-input-group input {
63
- height: 30px;
64
- }
65
- .e-bigger.e-small .e-ddl.e-popup .e-list-item, .e-bigger.e-small .e-ddl.e-popup .e-list-group-item, .e-bigger.e-small .e-ddl.e-popup .e-fixed-head {
66
- font-size: 14px;
67
- line-height: 40px;
68
- padding-left: 0;
69
- text-indent: 16px;
70
- }
71
- .e-bigger.e-small .e-ddl.e-popup .e-dd-group .e-list-item {
72
- padding-left: 4px;
73
- }
74
- .e-bigger.e-small .e-ddl.e-popup .e-input-group {
75
- padding: 0;
76
- }
77
- .e-bigger.e-small .e-ddl.e-popup .e-input-group input {
78
- height: 34px;
79
- }
80
43
 
81
44
  .e-recurrenceeditor .e-editor {
82
45
  display: -webkit-box;
@@ -238,86 +201,6 @@
238
201
  margin-bottom: 11px;
239
202
  }
240
203
 
241
- .e-bigger .e-recurrenceeditor {
242
- padding: 0;
243
- }
244
- .e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-form-left {
245
- padding: 0 12px 11px 0;
246
- }
247
- .e-bigger .e-recurrenceeditor .e-form-left {
248
- padding: 0 12px 14px 0;
249
- }
250
- .e-bigger .e-recurrenceeditor .e-recurrence-table .e-monthday-element {
251
- padding-left: 70px;
252
- }
253
- .e-bigger .e-recurrenceeditor .e-week-position {
254
- min-width: 130px;
255
- right: 0;
256
- }
257
- .e-bigger .e-recurrenceeditor .e-day-position {
258
- min-width: 183px;
259
- padding-left: 54px;
260
- }
261
- .e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-non-week > .e-month-expander-label {
262
- font-size: 12px;
263
- margin-bottom: 10px;
264
- font-weight: 400;
265
- }
266
- .e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-left {
267
- padding-right: 5px;
268
- }
269
- .e-bigger .e-recurrenceeditor .e-end-on-label {
270
- margin-bottom: 0;
271
- }
272
- .e-bigger .e-recurrenceeditor .e-days .e-week-expander-label {
273
- font-size: 12px;
274
- margin-bottom: 8px;
275
- }
276
- .e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-label {
277
- font-size: 12px;
278
- margin-bottom: 1px;
279
- }
280
- .e-bigger .e-recurrenceeditor .e-month-expander tr:first-child .e-input-wrapper,
281
- .e-bigger .e-recurrenceeditor .e-year-expander {
282
- margin-bottom: 11px;
283
- }
284
- .e-bigger .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
285
- width: 30px;
286
- }
287
- .e-bigger .e-recurrenceeditor .e-days button {
288
- height: 40px;
289
- width: 40px;
290
- }
291
- .e-bigger .e-recurrenceeditor.e-rtl .e-form-left,
292
- .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-form-left {
293
- padding: 0 0 10px 12px;
294
- }
295
- .e-bigger .e-recurrenceeditor.e-rtl .e-form-right,
296
- .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-form-right {
297
- padding: 0 12px 10px 0;
298
- }
299
- .e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-monthday-element,
300
- .e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-day-position {
301
- padding: 0 64px 0 0;
302
- }
303
- .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-label,
304
- .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-non-week > .e-month-expander-label {
305
- padding-right: 0;
306
- }
307
- .e-bigger .e-recurrenceeditor.e-rtl .e-end-on-label {
308
- margin-bottom: 5px;
309
- }
310
- .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left {
311
- padding: 0 0 0 12px;
312
- }
313
- .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
314
- .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
315
- padding: 0 12px 0 0;
316
- }
317
- .e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-week-position {
318
- left: 0;
319
- }
320
-
321
204
  .e-device .e-recurrenceeditor .e-recurrence-table.e-repeat-content-wrapper td:last-child {
322
205
  width: 25%;
323
206
  }
@@ -472,4 +355,90 @@
472
355
  padding: 0 10px 0 0;
473
356
  }
474
357
  }
475
- /*! Recurrence-Editor component theme */
358
+ /*! Recurrence-Editor component theme */
359
+ .e-bigger .e-recurrenceeditor {
360
+ padding: 0;
361
+ }
362
+ .e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-form-left {
363
+ padding: 0 12px 11px 0;
364
+ }
365
+ .e-bigger .e-recurrenceeditor .e-form-left {
366
+ padding: 0 12px 14px 0;
367
+ }
368
+ .e-bigger .e-recurrenceeditor .e-recurrence-table .e-monthday-element {
369
+ padding-left: 70px;
370
+ }
371
+ .e-bigger .e-recurrenceeditor .e-week-position {
372
+ min-width: 130px;
373
+ right: 0;
374
+ }
375
+ .e-bigger .e-recurrenceeditor .e-day-position {
376
+ min-width: 183px;
377
+ padding-left: 54px;
378
+ }
379
+ .e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-non-week > .e-month-expander-label {
380
+ font-size: 12px;
381
+ margin-bottom: 10px;
382
+ font-weight: 400;
383
+ }
384
+ .e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-left {
385
+ padding-right: 5px;
386
+ }
387
+ .e-bigger .e-recurrenceeditor .e-end-on-label {
388
+ margin-bottom: 0;
389
+ }
390
+ .e-bigger .e-recurrenceeditor .e-days .e-week-expander-label {
391
+ font-size: 12px;
392
+ margin-bottom: 8px;
393
+ }
394
+ .e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-label {
395
+ font-size: 12px;
396
+ margin-bottom: 1px;
397
+ }
398
+ .e-bigger .e-recurrenceeditor .e-month-expander tr:first-child .e-input-wrapper,
399
+ .e-bigger .e-recurrenceeditor .e-year-expander {
400
+ margin-bottom: 11px;
401
+ }
402
+ .e-bigger .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
403
+ width: 30px;
404
+ }
405
+ .e-bigger .e-recurrenceeditor .e-days button {
406
+ height: 40px;
407
+ width: 40px;
408
+ }
409
+ .e-bigger .e-recurrenceeditor.e-rtl .e-form-left,
410
+ .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-form-left {
411
+ padding: 0 0 10px 12px;
412
+ }
413
+ .e-bigger .e-recurrenceeditor.e-rtl .e-form-right,
414
+ .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-form-right {
415
+ padding: 0 12px 10px 0;
416
+ }
417
+ .e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-monthday-element,
418
+ .e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-day-position {
419
+ padding: 0 64px 0 0;
420
+ }
421
+ .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-label,
422
+ .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-non-week > .e-month-expander-label {
423
+ padding-right: 0;
424
+ }
425
+ .e-bigger .e-recurrenceeditor.e-rtl .e-end-on-label {
426
+ margin-bottom: 5px;
427
+ }
428
+ .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left {
429
+ padding: 0 0 0 12px;
430
+ }
431
+ .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
432
+ .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
433
+ padding: 0 12px 0 0;
434
+ }
435
+ .e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-week-position {
436
+ left: 0;
437
+ }
438
+ .e-bigger .e-device .e-recurrence-table .e-monthday-element,
439
+ .e-bigger .e-device .e-recurrence-table .e-day-position {
440
+ padding-left: 20px;
441
+ }
442
+ .e-bigger .e-device .e-recurrenceeditor.e-rtl .e-recurrence-table .e-monthday-element {
443
+ padding: 0 20px 0 0;
444
+ }
@@ -6,3 +6,4 @@
6
6
  @import 'ej2-dropdowns/styles/drop-down-list/highcontrast-light-definition.scss';
7
7
  @import 'highcontrast-light-definition.scss';
8
8
  @import 'all.scss';
9
+ @import 'bigger.scss';
@@ -1,7 +1,3 @@
1
- .e-bigger .e-ddl.e-popup .e-input-group .e-clear-icon {
2
- height: 36px;
3
- }
4
-
5
1
  .e-popup.e-ddl .e-dropdownbase {
6
2
  min-height: 26px;
7
3
  }
@@ -44,39 +40,6 @@
44
40
  .e-ddl.e-popup .e-filter-parent .e-input-group.e-control-wrapper:hover:active {
45
41
  border-color: #fff;
46
42
  }
47
- .e-bigger .e-ddl.e-popup.e-ddl-device.e-ddl-device-filter {
48
- margin-top: 0;
49
- }
50
- .e-bigger .e-ddl.e-popup .e-list-item, .e-bigger .e-ddl.e-popup .e-list-group-item, .e-bigger .e-ddl.e-popup .e-fixed-head {
51
- font-size: 15px;
52
- line-height: 45px;
53
- padding-left: 0;
54
- text-indent: 16px;
55
- }
56
- .e-bigger .e-ddl.e-popup .e-dd-group .e-list-item {
57
- padding-left: 4px;
58
- }
59
- .e-bigger .e-ddl.e-popup .e-input-group {
60
- padding: 4px 0;
61
- }
62
- .e-bigger .e-ddl.e-popup .e-input-group input {
63
- height: 46px;
64
- }
65
- .e-bigger.e-small .e-ddl.e-popup .e-list-item, .e-bigger.e-small .e-ddl.e-popup .e-list-group-item, .e-bigger.e-small .e-ddl.e-popup .e-fixed-head {
66
- font-size: 14px;
67
- line-height: 40px;
68
- padding-left: 0;
69
- text-indent: 16px;
70
- }
71
- .e-bigger.e-small .e-ddl.e-popup .e-dd-group .e-list-item {
72
- padding-left: 4px;
73
- }
74
- .e-bigger.e-small .e-ddl.e-popup .e-input-group {
75
- padding: 0;
76
- }
77
- .e-bigger.e-small .e-ddl.e-popup .e-input-group input {
78
- height: 34px;
79
- }
80
43
 
81
44
  .e-recurrenceeditor .e-editor {
82
45
  display: -webkit-box;
@@ -238,86 +201,6 @@
238
201
  margin-bottom: 11px;
239
202
  }
240
203
 
241
- .e-bigger .e-recurrenceeditor {
242
- padding: 0;
243
- }
244
- .e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-form-left {
245
- padding: 0 12px 11px 0;
246
- }
247
- .e-bigger .e-recurrenceeditor .e-form-left {
248
- padding: 0 12px 14px 0;
249
- }
250
- .e-bigger .e-recurrenceeditor .e-recurrence-table .e-monthday-element {
251
- padding-left: 70px;
252
- }
253
- .e-bigger .e-recurrenceeditor .e-week-position {
254
- min-width: 130px;
255
- right: 0;
256
- }
257
- .e-bigger .e-recurrenceeditor .e-day-position {
258
- min-width: 183px;
259
- padding-left: 54px;
260
- }
261
- .e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-non-week > .e-month-expander-label {
262
- font-size: 12px;
263
- margin-bottom: 10px;
264
- font-weight: 400;
265
- }
266
- .e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-left {
267
- padding-right: 5px;
268
- }
269
- .e-bigger .e-recurrenceeditor .e-end-on-label {
270
- margin-bottom: 0;
271
- }
272
- .e-bigger .e-recurrenceeditor .e-days .e-week-expander-label {
273
- font-size: 12px;
274
- margin-bottom: 8px;
275
- }
276
- .e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-label {
277
- font-size: 12px;
278
- margin-bottom: 1px;
279
- }
280
- .e-bigger .e-recurrenceeditor .e-month-expander tr:first-child .e-input-wrapper,
281
- .e-bigger .e-recurrenceeditor .e-year-expander {
282
- margin-bottom: 11px;
283
- }
284
- .e-bigger .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
285
- width: 30px;
286
- }
287
- .e-bigger .e-recurrenceeditor .e-days button {
288
- height: 40px;
289
- width: 40px;
290
- }
291
- .e-bigger .e-recurrenceeditor.e-rtl .e-form-left,
292
- .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-form-left {
293
- padding: 0 0 10px 12px;
294
- }
295
- .e-bigger .e-recurrenceeditor.e-rtl .e-form-right,
296
- .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-form-right {
297
- padding: 0 12px 10px 0;
298
- }
299
- .e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-monthday-element,
300
- .e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-day-position {
301
- padding: 0 64px 0 0;
302
- }
303
- .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-label,
304
- .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-non-week > .e-month-expander-label {
305
- padding-right: 0;
306
- }
307
- .e-bigger .e-recurrenceeditor.e-rtl .e-end-on-label {
308
- margin-bottom: 5px;
309
- }
310
- .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left {
311
- padding: 0 0 0 12px;
312
- }
313
- .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
314
- .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
315
- padding: 0 12px 0 0;
316
- }
317
- .e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-week-position {
318
- left: 0;
319
- }
320
-
321
204
  .e-device .e-recurrenceeditor .e-recurrence-table.e-repeat-content-wrapper td:last-child {
322
205
  width: 25%;
323
206
  }
@@ -472,4 +355,90 @@
472
355
  padding: 0 10px 0 0;
473
356
  }
474
357
  }
475
- /*! Recurrence-Editor component theme */
358
+ /*! Recurrence-Editor component theme */
359
+ .e-bigger .e-recurrenceeditor {
360
+ padding: 0;
361
+ }
362
+ .e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-form-left {
363
+ padding: 0 12px 11px 0;
364
+ }
365
+ .e-bigger .e-recurrenceeditor .e-form-left {
366
+ padding: 0 12px 14px 0;
367
+ }
368
+ .e-bigger .e-recurrenceeditor .e-recurrence-table .e-monthday-element {
369
+ padding-left: 70px;
370
+ }
371
+ .e-bigger .e-recurrenceeditor .e-week-position {
372
+ min-width: 130px;
373
+ right: 0;
374
+ }
375
+ .e-bigger .e-recurrenceeditor .e-day-position {
376
+ min-width: 183px;
377
+ padding-left: 54px;
378
+ }
379
+ .e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-non-week > .e-month-expander-label {
380
+ font-size: 12px;
381
+ margin-bottom: 10px;
382
+ font-weight: 400;
383
+ }
384
+ .e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-left {
385
+ padding-right: 5px;
386
+ }
387
+ .e-bigger .e-recurrenceeditor .e-end-on-label {
388
+ margin-bottom: 0;
389
+ }
390
+ .e-bigger .e-recurrenceeditor .e-days .e-week-expander-label {
391
+ font-size: 12px;
392
+ margin-bottom: 8px;
393
+ }
394
+ .e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-label {
395
+ font-size: 12px;
396
+ margin-bottom: 1px;
397
+ }
398
+ .e-bigger .e-recurrenceeditor .e-month-expander tr:first-child .e-input-wrapper,
399
+ .e-bigger .e-recurrenceeditor .e-year-expander {
400
+ margin-bottom: 11px;
401
+ }
402
+ .e-bigger .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
403
+ width: 30px;
404
+ }
405
+ .e-bigger .e-recurrenceeditor .e-days button {
406
+ height: 40px;
407
+ width: 40px;
408
+ }
409
+ .e-bigger .e-recurrenceeditor.e-rtl .e-form-left,
410
+ .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-form-left {
411
+ padding: 0 0 10px 12px;
412
+ }
413
+ .e-bigger .e-recurrenceeditor.e-rtl .e-form-right,
414
+ .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-form-right {
415
+ padding: 0 12px 10px 0;
416
+ }
417
+ .e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-monthday-element,
418
+ .e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-day-position {
419
+ padding: 0 64px 0 0;
420
+ }
421
+ .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-label,
422
+ .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-non-week > .e-month-expander-label {
423
+ padding-right: 0;
424
+ }
425
+ .e-bigger .e-recurrenceeditor.e-rtl .e-end-on-label {
426
+ margin-bottom: 5px;
427
+ }
428
+ .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left {
429
+ padding: 0 0 0 12px;
430
+ }
431
+ .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
432
+ .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
433
+ padding: 0 12px 0 0;
434
+ }
435
+ .e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-week-position {
436
+ left: 0;
437
+ }
438
+ .e-bigger .e-device .e-recurrence-table .e-monthday-element,
439
+ .e-bigger .e-device .e-recurrence-table .e-day-position {
440
+ padding-left: 20px;
441
+ }
442
+ .e-bigger .e-device .e-recurrenceeditor.e-rtl .e-recurrence-table .e-monthday-element {
443
+ padding: 0 20px 0 0;
444
+ }
@@ -6,3 +6,4 @@
6
6
  @import 'ej2-dropdowns/styles/drop-down-list/highcontrast-definition.scss';
7
7
  @import 'highcontrast-definition.scss';
8
8
  @import 'all.scss';
9
+ @import 'bigger.scss';