@syncfusion/ej2-angular-schedule 20.3.58-ngcc → 20.3.58

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 (157) hide show
  1. package/esm2020/public_api.mjs +3 -0
  2. package/esm2020/src/index.mjs +11 -0
  3. package/esm2020/src/recurrence-editor/recurrenceeditor-all.module.mjs +23 -0
  4. package/esm2020/src/recurrence-editor/recurrenceeditor.component.mjs +59 -0
  5. package/esm2020/src/recurrence-editor/recurrenceeditor.module.mjs +25 -0
  6. package/esm2020/src/schedule/headerrows.directive.mjs +66 -0
  7. package/esm2020/src/schedule/resources.directive.mjs +58 -0
  8. package/esm2020/src/schedule/schedule-all.module.mjs +74 -0
  9. package/esm2020/src/schedule/schedule.component.mjs +283 -0
  10. package/esm2020/src/schedule/schedule.module.mjs +52 -0
  11. package/esm2020/src/schedule/views.directive.mjs +126 -0
  12. package/esm2020/syncfusion-ej2-angular-schedule.mjs +5 -0
  13. package/fesm2015/syncfusion-ej2-angular-schedule.mjs +733 -0
  14. package/fesm2015/syncfusion-ej2-angular-schedule.mjs.map +1 -0
  15. package/fesm2020/syncfusion-ej2-angular-schedule.mjs +733 -0
  16. package/fesm2020/syncfusion-ej2-angular-schedule.mjs.map +1 -0
  17. package/package.json +27 -13
  18. package/schematics/utils/lib-details.d.ts +2 -2
  19. package/src/recurrence-editor/recurrenceeditor-all.module.d.ts +6 -0
  20. package/src/recurrence-editor/recurrenceeditor.component.d.ts +3 -0
  21. package/src/recurrence-editor/recurrenceeditor.module.d.ts +6 -0
  22. package/src/schedule/headerrows.directive.d.ts +5 -0
  23. package/src/schedule/resources.directive.d.ts +5 -0
  24. package/src/schedule/schedule-all.module.d.ts +6 -0
  25. package/src/schedule/schedule.component.d.ts +3 -0
  26. package/src/schedule/schedule.module.d.ts +9 -0
  27. package/src/schedule/views.directive.d.ts +5 -0
  28. package/styles/bootstrap-dark.css +5 -5
  29. package/styles/bootstrap.css +5 -5
  30. package/styles/bootstrap4.css +5 -5
  31. package/styles/bootstrap5-dark.css +5 -5
  32. package/styles/bootstrap5.css +5 -5
  33. package/styles/fabric-dark.css +5 -5
  34. package/styles/fabric.css +5 -5
  35. package/styles/fluent-dark.css +5 -5
  36. package/styles/fluent.css +5 -5
  37. package/styles/highcontrast-light.css +5 -5
  38. package/styles/highcontrast.css +5 -5
  39. package/styles/material-dark.css +5 -5
  40. package/styles/material.css +5 -5
  41. package/styles/recurrence-editor/_all.scss +2 -0
  42. package/styles/recurrence-editor/_bootstrap-dark-definition.scss +13 -0
  43. package/styles/recurrence-editor/_bootstrap-definition.scss +13 -0
  44. package/styles/recurrence-editor/_bootstrap4-definition.scss +13 -0
  45. package/styles/recurrence-editor/_bootstrap5-dark-definition.scss +1 -0
  46. package/styles/recurrence-editor/_bootstrap5-definition.scss +13 -0
  47. package/styles/recurrence-editor/_fabric-dark-definition.scss +13 -0
  48. package/styles/recurrence-editor/_fabric-definition.scss +13 -0
  49. package/styles/recurrence-editor/_fluent-dark-definition.scss +1 -0
  50. package/styles/recurrence-editor/_fluent-definition.scss +13 -0
  51. package/styles/recurrence-editor/_fusionnew-definition.scss +13 -0
  52. package/styles/recurrence-editor/_highcontrast-definition.scss +13 -0
  53. package/styles/recurrence-editor/_highcontrast-light-definition.scss +13 -0
  54. package/styles/recurrence-editor/_layout.scss +534 -0
  55. package/styles/recurrence-editor/_material-dark-definition.scss +13 -0
  56. package/styles/recurrence-editor/_material-definition.scss +13 -0
  57. package/styles/recurrence-editor/_material3-definition.scss +13 -0
  58. package/styles/recurrence-editor/_tailwind-dark-definition.scss +1 -0
  59. package/styles/recurrence-editor/_tailwind-definition.scss +13 -0
  60. package/styles/recurrence-editor/_theme.scss +1 -0
  61. package/styles/recurrence-editor/bootstrap-dark.css +5 -5
  62. package/styles/recurrence-editor/bootstrap-dark.scss +3 -1
  63. package/styles/recurrence-editor/bootstrap.css +5 -5
  64. package/styles/recurrence-editor/bootstrap.scss +3 -1
  65. package/styles/recurrence-editor/bootstrap4.css +5 -5
  66. package/styles/recurrence-editor/bootstrap4.scss +3 -1
  67. package/styles/recurrence-editor/bootstrap5-dark.css +5 -5
  68. package/styles/recurrence-editor/bootstrap5-dark.scss +3 -1
  69. package/styles/recurrence-editor/bootstrap5.css +5 -5
  70. package/styles/recurrence-editor/bootstrap5.scss +3 -1
  71. package/styles/recurrence-editor/fabric-dark.css +5 -5
  72. package/styles/recurrence-editor/fabric-dark.scss +3 -1
  73. package/styles/recurrence-editor/fabric.css +5 -5
  74. package/styles/recurrence-editor/fabric.scss +3 -1
  75. package/styles/recurrence-editor/fluent-dark.css +5 -5
  76. package/styles/recurrence-editor/fluent-dark.scss +3 -1
  77. package/styles/recurrence-editor/fluent.css +5 -5
  78. package/styles/recurrence-editor/fluent.scss +3 -1
  79. package/styles/recurrence-editor/highcontrast-light.css +5 -5
  80. package/styles/recurrence-editor/highcontrast-light.scss +3 -1
  81. package/styles/recurrence-editor/highcontrast.css +5 -5
  82. package/styles/recurrence-editor/highcontrast.scss +3 -1
  83. package/styles/recurrence-editor/material-dark.css +5 -5
  84. package/styles/recurrence-editor/material-dark.scss +3 -1
  85. package/styles/recurrence-editor/material.css +5 -5
  86. package/styles/recurrence-editor/material.scss +3 -1
  87. package/styles/recurrence-editor/tailwind-dark.css +5 -5
  88. package/styles/recurrence-editor/tailwind-dark.scss +3 -1
  89. package/styles/recurrence-editor/tailwind.css +5 -5
  90. package/styles/recurrence-editor/tailwind.scss +3 -1
  91. package/styles/schedule/_all.scss +2 -0
  92. package/styles/schedule/_bootstrap-dark-definition.scss +213 -0
  93. package/styles/schedule/_bootstrap-definition.scss +213 -0
  94. package/styles/schedule/_bootstrap4-definition.scss +215 -0
  95. package/styles/schedule/_bootstrap5-dark-definition.scss +1 -0
  96. package/styles/schedule/_bootstrap5-definition.scss +224 -0
  97. package/styles/schedule/_fabric-dark-definition.scss +213 -0
  98. package/styles/schedule/_fabric-definition.scss +213 -0
  99. package/styles/schedule/_fluent-dark-definition.scss +1 -0
  100. package/styles/schedule/_fluent-definition.scss +220 -0
  101. package/styles/schedule/_fusionnew-definition.scss +224 -0
  102. package/styles/schedule/_highcontrast-definition.scss +214 -0
  103. package/styles/schedule/_highcontrast-light-definition.scss +214 -0
  104. package/styles/schedule/_layout.scss +4489 -0
  105. package/styles/schedule/_material-dark-definition.scss +213 -0
  106. package/styles/schedule/_material-definition.scss +213 -0
  107. package/styles/schedule/_material3-definition.scss +224 -0
  108. package/styles/schedule/_tailwind-dark-definition.scss +1 -0
  109. package/styles/schedule/_tailwind-definition.scss +217 -0
  110. package/styles/schedule/_theme.scss +510 -0
  111. package/styles/schedule/bootstrap-dark.scss +5 -1
  112. package/styles/schedule/bootstrap.scss +5 -1
  113. package/styles/schedule/bootstrap4.scss +5 -1
  114. package/styles/schedule/bootstrap5-dark.scss +4 -1
  115. package/styles/schedule/bootstrap5.scss +5 -1
  116. package/styles/schedule/fabric-dark.scss +5 -1
  117. package/styles/schedule/fabric.scss +5 -1
  118. package/styles/schedule/fluent-dark.scss +4 -1
  119. package/styles/schedule/fluent.scss +5 -1
  120. package/styles/schedule/highcontrast-light.scss +5 -1
  121. package/styles/schedule/highcontrast.scss +5 -1
  122. package/styles/schedule/icons/_bootstrap-dark.scss +231 -0
  123. package/styles/schedule/icons/_bootstrap.scss +231 -0
  124. package/styles/schedule/icons/_bootstrap4.scss +231 -0
  125. package/styles/schedule/icons/_bootstrap5-dark.scss +1 -0
  126. package/styles/schedule/icons/_bootstrap5.scss +231 -0
  127. package/styles/schedule/icons/_fabric-dark.scss +231 -0
  128. package/styles/schedule/icons/_fabric.scss +231 -0
  129. package/styles/schedule/icons/_fluent-dark.scss +1 -0
  130. package/styles/schedule/icons/_fluent.scss +231 -0
  131. package/styles/schedule/icons/_fusionnew.scss +231 -0
  132. package/styles/schedule/icons/_highcontrast-light.scss +231 -0
  133. package/styles/schedule/icons/_highcontrast.scss +231 -0
  134. package/styles/schedule/icons/_material-dark.scss +231 -0
  135. package/styles/schedule/icons/_material.scss +231 -0
  136. package/styles/schedule/icons/_material3.scss +231 -0
  137. package/styles/schedule/icons/_tailwind-dark.scss +1 -0
  138. package/styles/schedule/icons/_tailwind.scss +231 -0
  139. package/styles/schedule/material-dark.scss +5 -1
  140. package/styles/schedule/material.scss +5 -1
  141. package/styles/schedule/tailwind-dark.scss +4 -1
  142. package/styles/schedule/tailwind.scss +5 -1
  143. package/styles/tailwind-dark.css +5 -5
  144. package/styles/tailwind.css +5 -5
  145. package/syncfusion-ej2-angular-schedule.d.ts +5 -0
  146. package/@syncfusion/ej2-angular-schedule.es5.js +0 -840
  147. package/@syncfusion/ej2-angular-schedule.es5.js.map +0 -1
  148. package/@syncfusion/ej2-angular-schedule.js +0 -788
  149. package/@syncfusion/ej2-angular-schedule.js.map +0 -1
  150. package/CHANGELOG.md +0 -1579
  151. package/dist/ej2-angular-schedule.umd.js +0 -980
  152. package/dist/ej2-angular-schedule.umd.js.map +0 -1
  153. package/dist/ej2-angular-schedule.umd.min.js +0 -11
  154. package/dist/ej2-angular-schedule.umd.min.js.map +0 -1
  155. package/ej2-angular-schedule.d.ts +0 -6
  156. package/ej2-angular-schedule.metadata.json +0 -1
  157. package/postinstall/tagchange.js +0 -18
@@ -352,7 +352,7 @@
352
352
  margin-top: 0;
353
353
  }
354
354
  .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-non-week > .e-month-expander-label,
355
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
355
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
356
356
  margin-bottom: 7px;
357
357
  }
358
358
  .e-recurrenceeditor .e-editor > div {
@@ -368,11 +368,11 @@
368
368
  width: 50%;
369
369
  }
370
370
  .e-recurrenceeditor .e-editor .e-form-left,
371
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-left {
371
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-left {
372
372
  padding: 0 0 10px;
373
373
  }
374
374
  .e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-date,
375
- .e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-count {
375
+ .e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-count {
376
376
  padding-left: 10px;
377
377
  padding-right: 0;
378
378
  }
@@ -380,7 +380,7 @@
380
380
  padding-right: 10px;
381
381
  }
382
382
  .e-recurrenceeditor .e-editor .e-form-right,
383
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-right {
383
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-right {
384
384
  padding-left: 0;
385
385
  }
386
386
  .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-days {
@@ -393,7 +393,7 @@
393
393
  padding-right: 0;
394
394
  }
395
395
  .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
396
- .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
396
+ .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
397
397
  padding-left: 0;
398
398
  padding-right: 10px;
399
399
  }
@@ -1 +1,3 @@
1
- @import 'ej2-schedule/styles/recurrence-editor/bootstrap4.scss';
1
+ @import 'ej2-base/styles/bootstrap4-definition.scss';
2
+ @import 'bootstrap4-definition.scss';
3
+ @import 'all.scss';
@@ -352,7 +352,7 @@
352
352
  margin-top: 0;
353
353
  }
354
354
  .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-non-week > .e-month-expander-label,
355
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
355
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
356
356
  margin-bottom: 7px;
357
357
  }
358
358
  .e-recurrenceeditor .e-editor > div {
@@ -368,11 +368,11 @@
368
368
  width: 50%;
369
369
  }
370
370
  .e-recurrenceeditor .e-editor .e-form-left,
371
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-left {
371
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-left {
372
372
  padding: 0 0 10px;
373
373
  }
374
374
  .e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-date,
375
- .e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-count {
375
+ .e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-count {
376
376
  padding-left: 10px;
377
377
  padding-right: 0;
378
378
  }
@@ -380,7 +380,7 @@
380
380
  padding-right: 10px;
381
381
  }
382
382
  .e-recurrenceeditor .e-editor .e-form-right,
383
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-right {
383
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-right {
384
384
  padding-left: 0;
385
385
  }
386
386
  .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-days {
@@ -393,7 +393,7 @@
393
393
  padding-right: 0;
394
394
  }
395
395
  .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
396
- .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
396
+ .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
397
397
  padding-left: 0;
398
398
  padding-right: 10px;
399
399
  }
@@ -1 +1,3 @@
1
- @import 'ej2-schedule/styles/recurrence-editor/bootstrap5-dark.scss';
1
+ @import 'ej2-base/styles/bootstrap5-dark-definition.scss';
2
+ @import 'bootstrap5-dark-definition.scss';
3
+ @import 'all.scss';
@@ -352,7 +352,7 @@
352
352
  margin-top: 0;
353
353
  }
354
354
  .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-non-week > .e-month-expander-label,
355
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
355
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
356
356
  margin-bottom: 7px;
357
357
  }
358
358
  .e-recurrenceeditor .e-editor > div {
@@ -368,11 +368,11 @@
368
368
  width: 50%;
369
369
  }
370
370
  .e-recurrenceeditor .e-editor .e-form-left,
371
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-left {
371
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-left {
372
372
  padding: 0 0 10px;
373
373
  }
374
374
  .e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-date,
375
- .e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-count {
375
+ .e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-count {
376
376
  padding-left: 10px;
377
377
  padding-right: 0;
378
378
  }
@@ -380,7 +380,7 @@
380
380
  padding-right: 10px;
381
381
  }
382
382
  .e-recurrenceeditor .e-editor .e-form-right,
383
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-right {
383
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-right {
384
384
  padding-left: 0;
385
385
  }
386
386
  .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-days {
@@ -393,7 +393,7 @@
393
393
  padding-right: 0;
394
394
  }
395
395
  .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
396
- .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
396
+ .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
397
397
  padding-left: 0;
398
398
  padding-right: 10px;
399
399
  }
@@ -1 +1,3 @@
1
- @import 'ej2-schedule/styles/recurrence-editor/bootstrap5.scss';
1
+ @import 'ej2-base/styles/bootstrap5-definition.scss';
2
+ @import 'bootstrap5-definition.scss';
3
+ @import 'all.scss';
@@ -352,7 +352,7 @@
352
352
  margin-top: 0;
353
353
  }
354
354
  .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-non-week > .e-month-expander-label,
355
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
355
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
356
356
  margin-bottom: 7px;
357
357
  }
358
358
  .e-recurrenceeditor .e-editor > div {
@@ -368,11 +368,11 @@
368
368
  width: 50%;
369
369
  }
370
370
  .e-recurrenceeditor .e-editor .e-form-left,
371
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-left {
371
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-left {
372
372
  padding: 0 0 10px;
373
373
  }
374
374
  .e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-date,
375
- .e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-count {
375
+ .e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-count {
376
376
  padding-left: 10px;
377
377
  padding-right: 0;
378
378
  }
@@ -380,7 +380,7 @@
380
380
  padding-right: 10px;
381
381
  }
382
382
  .e-recurrenceeditor .e-editor .e-form-right,
383
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-right {
383
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-right {
384
384
  padding-left: 0;
385
385
  }
386
386
  .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-days {
@@ -393,7 +393,7 @@
393
393
  padding-right: 0;
394
394
  }
395
395
  .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
396
- .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
396
+ .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
397
397
  padding-left: 0;
398
398
  padding-right: 10px;
399
399
  }
@@ -1 +1,3 @@
1
- @import 'ej2-schedule/styles/recurrence-editor/fabric-dark.scss';
1
+ @import 'ej2-base/styles/fabric-dark-definition.scss';
2
+ @import 'fabric-dark-definition.scss';
3
+ @import 'all.scss';
@@ -352,7 +352,7 @@
352
352
  margin-top: 0;
353
353
  }
354
354
  .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-non-week > .e-month-expander-label,
355
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
355
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
356
356
  margin-bottom: 7px;
357
357
  }
358
358
  .e-recurrenceeditor .e-editor > div {
@@ -368,11 +368,11 @@
368
368
  width: 50%;
369
369
  }
370
370
  .e-recurrenceeditor .e-editor .e-form-left,
371
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-left {
371
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-left {
372
372
  padding: 0 0 10px;
373
373
  }
374
374
  .e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-date,
375
- .e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-count {
375
+ .e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-count {
376
376
  padding-left: 10px;
377
377
  padding-right: 0;
378
378
  }
@@ -380,7 +380,7 @@
380
380
  padding-right: 10px;
381
381
  }
382
382
  .e-recurrenceeditor .e-editor .e-form-right,
383
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-right {
383
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-right {
384
384
  padding-left: 0;
385
385
  }
386
386
  .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-days {
@@ -393,7 +393,7 @@
393
393
  padding-right: 0;
394
394
  }
395
395
  .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
396
- .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
396
+ .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
397
397
  padding-left: 0;
398
398
  padding-right: 10px;
399
399
  }
@@ -1 +1,3 @@
1
- @import 'ej2-schedule/styles/recurrence-editor/fabric.scss';
1
+ @import 'ej2-base/styles/fabric-definition.scss';
2
+ @import 'fabric-definition.scss';
3
+ @import 'all.scss';
@@ -352,7 +352,7 @@
352
352
  margin-top: 0;
353
353
  }
354
354
  .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-non-week > .e-month-expander-label,
355
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
355
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
356
356
  margin-bottom: 7px;
357
357
  }
358
358
  .e-recurrenceeditor .e-editor > div {
@@ -368,11 +368,11 @@
368
368
  width: 50%;
369
369
  }
370
370
  .e-recurrenceeditor .e-editor .e-form-left,
371
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-left {
371
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-left {
372
372
  padding: 0 0 10px;
373
373
  }
374
374
  .e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-date,
375
- .e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-count {
375
+ .e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-count {
376
376
  padding-left: 10px;
377
377
  padding-right: 0;
378
378
  }
@@ -380,7 +380,7 @@
380
380
  padding-right: 10px;
381
381
  }
382
382
  .e-recurrenceeditor .e-editor .e-form-right,
383
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-right {
383
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-right {
384
384
  padding-left: 0;
385
385
  }
386
386
  .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-days {
@@ -393,7 +393,7 @@
393
393
  padding-right: 0;
394
394
  }
395
395
  .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
396
- .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
396
+ .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
397
397
  padding-left: 0;
398
398
  padding-right: 10px;
399
399
  }
@@ -1 +1,3 @@
1
- @import 'ej2-schedule/styles/recurrence-editor/fluent-dark.scss';
1
+ @import 'ej2-base/styles/fluent-dark-definition.scss';
2
+ @import 'fluent-dark-definition.scss';
3
+ @import 'all.scss';
@@ -352,7 +352,7 @@
352
352
  margin-top: 0;
353
353
  }
354
354
  .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-non-week > .e-month-expander-label,
355
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
355
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
356
356
  margin-bottom: 7px;
357
357
  }
358
358
  .e-recurrenceeditor .e-editor > div {
@@ -368,11 +368,11 @@
368
368
  width: 50%;
369
369
  }
370
370
  .e-recurrenceeditor .e-editor .e-form-left,
371
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-left {
371
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-left {
372
372
  padding: 0 0 10px;
373
373
  }
374
374
  .e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-date,
375
- .e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-count {
375
+ .e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-count {
376
376
  padding-left: 10px;
377
377
  padding-right: 0;
378
378
  }
@@ -380,7 +380,7 @@
380
380
  padding-right: 10px;
381
381
  }
382
382
  .e-recurrenceeditor .e-editor .e-form-right,
383
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-right {
383
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-right {
384
384
  padding-left: 0;
385
385
  }
386
386
  .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-days {
@@ -393,7 +393,7 @@
393
393
  padding-right: 0;
394
394
  }
395
395
  .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
396
- .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
396
+ .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
397
397
  padding-left: 0;
398
398
  padding-right: 10px;
399
399
  }
@@ -1 +1,3 @@
1
- @import 'ej2-schedule/styles/recurrence-editor/fluent.scss';
1
+ @import 'ej2-base/styles/fluent-definition.scss';
2
+ @import 'fluent-definition.scss';
3
+ @import 'all.scss';
@@ -352,7 +352,7 @@
352
352
  margin-top: 0;
353
353
  }
354
354
  .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-non-week > .e-month-expander-label,
355
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
355
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
356
356
  margin-bottom: 7px;
357
357
  }
358
358
  .e-recurrenceeditor .e-editor > div {
@@ -368,11 +368,11 @@
368
368
  width: 50%;
369
369
  }
370
370
  .e-recurrenceeditor .e-editor .e-form-left,
371
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-left {
371
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-left {
372
372
  padding: 0 0 10px;
373
373
  }
374
374
  .e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-date,
375
- .e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-count {
375
+ .e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-count {
376
376
  padding-left: 10px;
377
377
  padding-right: 0;
378
378
  }
@@ -380,7 +380,7 @@
380
380
  padding-right: 10px;
381
381
  }
382
382
  .e-recurrenceeditor .e-editor .e-form-right,
383
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-right {
383
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-right {
384
384
  padding-left: 0;
385
385
  }
386
386
  .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-days {
@@ -393,7 +393,7 @@
393
393
  padding-right: 0;
394
394
  }
395
395
  .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
396
- .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
396
+ .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
397
397
  padding-left: 0;
398
398
  padding-right: 10px;
399
399
  }
@@ -1 +1,3 @@
1
- @import 'ej2-schedule/styles/recurrence-editor/highcontrast-light.scss';
1
+ @import 'ej2-base/styles/highcontrast-light-definition.scss';
2
+ @import 'highcontrast-light-definition.scss';
3
+ @import 'all.scss';
@@ -352,7 +352,7 @@
352
352
  margin-top: 0;
353
353
  }
354
354
  .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-non-week > .e-month-expander-label,
355
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
355
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
356
356
  margin-bottom: 7px;
357
357
  }
358
358
  .e-recurrenceeditor .e-editor > div {
@@ -368,11 +368,11 @@
368
368
  width: 50%;
369
369
  }
370
370
  .e-recurrenceeditor .e-editor .e-form-left,
371
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-left {
371
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-left {
372
372
  padding: 0 0 10px;
373
373
  }
374
374
  .e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-date,
375
- .e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-count {
375
+ .e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-count {
376
376
  padding-left: 10px;
377
377
  padding-right: 0;
378
378
  }
@@ -380,7 +380,7 @@
380
380
  padding-right: 10px;
381
381
  }
382
382
  .e-recurrenceeditor .e-editor .e-form-right,
383
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-right {
383
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-right {
384
384
  padding-left: 0;
385
385
  }
386
386
  .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-days {
@@ -393,7 +393,7 @@
393
393
  padding-right: 0;
394
394
  }
395
395
  .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
396
- .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
396
+ .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
397
397
  padding-left: 0;
398
398
  padding-right: 10px;
399
399
  }
@@ -1 +1,3 @@
1
- @import 'ej2-schedule/styles/recurrence-editor/highcontrast.scss';
1
+ @import 'ej2-base/styles/highcontrast-definition.scss';
2
+ @import 'highcontrast-definition.scss';
3
+ @import 'all.scss';
@@ -353,7 +353,7 @@
353
353
  margin-top: 0;
354
354
  }
355
355
  .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-non-week > .e-month-expander-label,
356
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
356
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
357
357
  margin-bottom: 1px;
358
358
  }
359
359
  .e-recurrenceeditor .e-editor > div {
@@ -369,11 +369,11 @@
369
369
  width: 50%;
370
370
  }
371
371
  .e-recurrenceeditor .e-editor .e-form-left,
372
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-left {
372
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-left {
373
373
  padding: 0 0 10px;
374
374
  }
375
375
  .e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-date,
376
- .e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-count {
376
+ .e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-count {
377
377
  padding-left: 10px;
378
378
  padding-right: 0;
379
379
  }
@@ -381,7 +381,7 @@
381
381
  padding-right: 10px;
382
382
  }
383
383
  .e-recurrenceeditor .e-editor .e-form-right,
384
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-right {
384
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-right {
385
385
  padding-left: 0;
386
386
  }
387
387
  .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-days {
@@ -394,7 +394,7 @@
394
394
  padding-right: 0;
395
395
  }
396
396
  .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
397
- .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
397
+ .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
398
398
  padding-left: 0;
399
399
  padding-right: 10px;
400
400
  }
@@ -1 +1,3 @@
1
- @import 'ej2-schedule/styles/recurrence-editor/material-dark.scss';
1
+ @import 'ej2-base/styles/material-dark-definition.scss';
2
+ @import 'material-dark-definition.scss';
3
+ @import 'all.scss';
@@ -353,7 +353,7 @@
353
353
  margin-top: 0;
354
354
  }
355
355
  .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-non-week > .e-month-expander-label,
356
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
356
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
357
357
  margin-bottom: 1px;
358
358
  }
359
359
  .e-recurrenceeditor .e-editor > div {
@@ -369,11 +369,11 @@
369
369
  width: 50%;
370
370
  }
371
371
  .e-recurrenceeditor .e-editor .e-form-left,
372
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-left {
372
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-left {
373
373
  padding: 0 0 10px;
374
374
  }
375
375
  .e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-date,
376
- .e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-count {
376
+ .e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-count {
377
377
  padding-left: 10px;
378
378
  padding-right: 0;
379
379
  }
@@ -381,7 +381,7 @@
381
381
  padding-right: 10px;
382
382
  }
383
383
  .e-recurrenceeditor .e-editor .e-form-right,
384
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-right {
384
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-right {
385
385
  padding-left: 0;
386
386
  }
387
387
  .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-days {
@@ -394,7 +394,7 @@
394
394
  padding-right: 0;
395
395
  }
396
396
  .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
397
- .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
397
+ .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
398
398
  padding-left: 0;
399
399
  padding-right: 10px;
400
400
  }
@@ -1 +1,3 @@
1
- @import 'ej2-schedule/styles/recurrence-editor/material.scss';
1
+ @import 'ej2-base/styles/material-definition.scss';
2
+ @import 'material-definition.scss';
3
+ @import 'all.scss';
@@ -353,7 +353,7 @@
353
353
  margin-top: 0;
354
354
  }
355
355
  .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-non-week > .e-month-expander-label,
356
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
356
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
357
357
  margin-bottom: 7px;
358
358
  }
359
359
  .e-recurrenceeditor .e-editor > div {
@@ -369,11 +369,11 @@
369
369
  width: 50%;
370
370
  }
371
371
  .e-recurrenceeditor .e-editor .e-form-left,
372
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-left {
372
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-left {
373
373
  padding: 0 0 10px;
374
374
  }
375
375
  .e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-date,
376
- .e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-count {
376
+ .e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-count {
377
377
  padding-left: 10px;
378
378
  padding-right: 0;
379
379
  }
@@ -381,7 +381,7 @@
381
381
  padding-right: 10px;
382
382
  }
383
383
  .e-recurrenceeditor .e-editor .e-form-right,
384
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-right {
384
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-right {
385
385
  padding-left: 0;
386
386
  }
387
387
  .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-days {
@@ -394,7 +394,7 @@
394
394
  padding-right: 0;
395
395
  }
396
396
  .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
397
- .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
397
+ .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
398
398
  padding-left: 0;
399
399
  padding-right: 10px;
400
400
  }
@@ -1 +1,3 @@
1
- @import 'ej2-schedule/styles/recurrence-editor/tailwind-dark.scss';
1
+ @import 'ej2-base/styles/tailwind-dark-definition.scss';
2
+ @import 'tailwind-dark-definition.scss';
3
+ @import 'all.scss';
@@ -353,7 +353,7 @@
353
353
  margin-top: 0;
354
354
  }
355
355
  .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-non-week > .e-month-expander-label,
356
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
356
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
357
357
  margin-bottom: 7px;
358
358
  }
359
359
  .e-recurrenceeditor .e-editor > div {
@@ -369,11 +369,11 @@
369
369
  width: 50%;
370
370
  }
371
371
  .e-recurrenceeditor .e-editor .e-form-left,
372
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-left {
372
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-left {
373
373
  padding: 0 0 10px;
374
374
  }
375
375
  .e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-date,
376
- .e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-count {
376
+ .e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-count {
377
377
  padding-left: 10px;
378
378
  padding-right: 0;
379
379
  }
@@ -381,7 +381,7 @@
381
381
  padding-right: 10px;
382
382
  }
383
383
  .e-recurrenceeditor .e-editor .e-form-right,
384
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-right {
384
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-right {
385
385
  padding-left: 0;
386
386
  }
387
387
  .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-days {
@@ -394,7 +394,7 @@
394
394
  padding-right: 0;
395
395
  }
396
396
  .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
397
- .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
397
+ .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
398
398
  padding-left: 0;
399
399
  padding-right: 10px;
400
400
  }
@@ -1 +1,3 @@
1
- @import 'ej2-schedule/styles/recurrence-editor/tailwind.scss';
1
+ @import 'ej2-base/styles/tailwind-definition.scss';
2
+ @import 'tailwind-definition.scss';
3
+ @import 'all.scss';
@@ -0,0 +1,2 @@
1
+ @import 'layout.scss';
2
+ @import 'theme.scss';