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

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 (159) hide show
  1. package/@syncfusion/ej2-angular-schedule.es5.js +840 -0
  2. package/@syncfusion/ej2-angular-schedule.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-schedule.js +788 -0
  4. package/@syncfusion/ej2-angular-schedule.js.map +1 -0
  5. package/CHANGELOG.md +1581 -0
  6. package/dist/ej2-angular-schedule.umd.js +980 -0
  7. package/dist/ej2-angular-schedule.umd.js.map +1 -0
  8. package/dist/ej2-angular-schedule.umd.min.js +11 -0
  9. package/dist/ej2-angular-schedule.umd.min.js.map +1 -0
  10. package/ej2-angular-schedule.d.ts +6 -0
  11. package/ej2-angular-schedule.metadata.json +1 -0
  12. package/package.json +13 -27
  13. package/postinstall/tagchange.js +18 -0
  14. package/schematics/utils/lib-details.d.ts +2 -2
  15. package/schematics/utils/lib-details.js +2 -2
  16. package/schematics/utils/lib-details.ts +2 -2
  17. package/src/recurrence-editor/recurrenceeditor-all.module.d.ts +0 -6
  18. package/src/recurrence-editor/recurrenceeditor.component.d.ts +0 -3
  19. package/src/recurrence-editor/recurrenceeditor.module.d.ts +0 -6
  20. package/src/schedule/headerrows.directive.d.ts +0 -5
  21. package/src/schedule/resources.directive.d.ts +0 -5
  22. package/src/schedule/schedule-all.module.d.ts +0 -6
  23. package/src/schedule/schedule.component.d.ts +0 -3
  24. package/src/schedule/schedule.module.d.ts +0 -9
  25. package/src/schedule/views.directive.d.ts +0 -5
  26. package/styles/bootstrap-dark.css +5 -5
  27. package/styles/bootstrap.css +5 -5
  28. package/styles/bootstrap4.css +5 -5
  29. package/styles/bootstrap5-dark.css +5 -5
  30. package/styles/bootstrap5.css +5 -5
  31. package/styles/fabric-dark.css +5 -5
  32. package/styles/fabric.css +5 -5
  33. package/styles/fluent-dark.css +5 -5
  34. package/styles/fluent.css +5 -5
  35. package/styles/highcontrast-light.css +5 -5
  36. package/styles/highcontrast.css +5 -5
  37. package/styles/material-dark.css +5 -5
  38. package/styles/material.css +5 -5
  39. package/styles/recurrence-editor/bootstrap-dark.css +5 -5
  40. package/styles/recurrence-editor/bootstrap-dark.scss +1 -3
  41. package/styles/recurrence-editor/bootstrap.css +5 -5
  42. package/styles/recurrence-editor/bootstrap.scss +1 -3
  43. package/styles/recurrence-editor/bootstrap4.css +5 -5
  44. package/styles/recurrence-editor/bootstrap4.scss +1 -3
  45. package/styles/recurrence-editor/bootstrap5-dark.css +5 -5
  46. package/styles/recurrence-editor/bootstrap5-dark.scss +1 -3
  47. package/styles/recurrence-editor/bootstrap5.css +5 -5
  48. package/styles/recurrence-editor/bootstrap5.scss +1 -3
  49. package/styles/recurrence-editor/fabric-dark.css +5 -5
  50. package/styles/recurrence-editor/fabric-dark.scss +1 -3
  51. package/styles/recurrence-editor/fabric.css +5 -5
  52. package/styles/recurrence-editor/fabric.scss +1 -3
  53. package/styles/recurrence-editor/fluent-dark.css +5 -5
  54. package/styles/recurrence-editor/fluent-dark.scss +1 -3
  55. package/styles/recurrence-editor/fluent.css +5 -5
  56. package/styles/recurrence-editor/fluent.scss +1 -3
  57. package/styles/recurrence-editor/highcontrast-light.css +5 -5
  58. package/styles/recurrence-editor/highcontrast-light.scss +1 -3
  59. package/styles/recurrence-editor/highcontrast.css +5 -5
  60. package/styles/recurrence-editor/highcontrast.scss +1 -3
  61. package/styles/recurrence-editor/material-dark.css +5 -5
  62. package/styles/recurrence-editor/material-dark.scss +1 -3
  63. package/styles/recurrence-editor/material.css +5 -5
  64. package/styles/recurrence-editor/material.scss +1 -3
  65. package/styles/recurrence-editor/tailwind-dark.css +5 -5
  66. package/styles/recurrence-editor/tailwind-dark.scss +1 -3
  67. package/styles/recurrence-editor/tailwind.css +5 -5
  68. package/styles/recurrence-editor/tailwind.scss +1 -3
  69. package/styles/schedule/bootstrap-dark.scss +1 -5
  70. package/styles/schedule/bootstrap.scss +1 -5
  71. package/styles/schedule/bootstrap4.scss +1 -5
  72. package/styles/schedule/bootstrap5-dark.scss +1 -4
  73. package/styles/schedule/bootstrap5.scss +1 -5
  74. package/styles/schedule/fabric-dark.scss +1 -5
  75. package/styles/schedule/fabric.scss +1 -5
  76. package/styles/schedule/fluent-dark.scss +1 -4
  77. package/styles/schedule/fluent.scss +1 -5
  78. package/styles/schedule/highcontrast-light.scss +1 -5
  79. package/styles/schedule/highcontrast.scss +1 -5
  80. package/styles/schedule/material-dark.scss +1 -5
  81. package/styles/schedule/material.scss +1 -5
  82. package/styles/schedule/tailwind-dark.scss +1 -4
  83. package/styles/schedule/tailwind.scss +1 -5
  84. package/styles/tailwind-dark.css +5 -5
  85. package/styles/tailwind.css +5 -5
  86. package/esm2020/public_api.mjs +0 -3
  87. package/esm2020/src/index.mjs +0 -11
  88. package/esm2020/src/recurrence-editor/recurrenceeditor-all.module.mjs +0 -23
  89. package/esm2020/src/recurrence-editor/recurrenceeditor.component.mjs +0 -59
  90. package/esm2020/src/recurrence-editor/recurrenceeditor.module.mjs +0 -25
  91. package/esm2020/src/schedule/headerrows.directive.mjs +0 -66
  92. package/esm2020/src/schedule/resources.directive.mjs +0 -58
  93. package/esm2020/src/schedule/schedule-all.module.mjs +0 -74
  94. package/esm2020/src/schedule/schedule.component.mjs +0 -283
  95. package/esm2020/src/schedule/schedule.module.mjs +0 -52
  96. package/esm2020/src/schedule/views.directive.mjs +0 -126
  97. package/esm2020/syncfusion-ej2-angular-schedule.mjs +0 -5
  98. package/fesm2015/syncfusion-ej2-angular-schedule.mjs +0 -733
  99. package/fesm2015/syncfusion-ej2-angular-schedule.mjs.map +0 -1
  100. package/fesm2020/syncfusion-ej2-angular-schedule.mjs +0 -733
  101. package/fesm2020/syncfusion-ej2-angular-schedule.mjs.map +0 -1
  102. package/styles/recurrence-editor/_all.scss +0 -2
  103. package/styles/recurrence-editor/_bootstrap-dark-definition.scss +0 -13
  104. package/styles/recurrence-editor/_bootstrap-definition.scss +0 -13
  105. package/styles/recurrence-editor/_bootstrap4-definition.scss +0 -13
  106. package/styles/recurrence-editor/_bootstrap5-dark-definition.scss +0 -1
  107. package/styles/recurrence-editor/_bootstrap5-definition.scss +0 -13
  108. package/styles/recurrence-editor/_fabric-dark-definition.scss +0 -13
  109. package/styles/recurrence-editor/_fabric-definition.scss +0 -13
  110. package/styles/recurrence-editor/_fluent-dark-definition.scss +0 -1
  111. package/styles/recurrence-editor/_fluent-definition.scss +0 -13
  112. package/styles/recurrence-editor/_fusionnew-definition.scss +0 -13
  113. package/styles/recurrence-editor/_highcontrast-definition.scss +0 -13
  114. package/styles/recurrence-editor/_highcontrast-light-definition.scss +0 -13
  115. package/styles/recurrence-editor/_layout.scss +0 -534
  116. package/styles/recurrence-editor/_material-dark-definition.scss +0 -13
  117. package/styles/recurrence-editor/_material-definition.scss +0 -13
  118. package/styles/recurrence-editor/_material3-definition.scss +0 -13
  119. package/styles/recurrence-editor/_tailwind-dark-definition.scss +0 -1
  120. package/styles/recurrence-editor/_tailwind-definition.scss +0 -13
  121. package/styles/recurrence-editor/_theme.scss +0 -1
  122. package/styles/schedule/_all.scss +0 -2
  123. package/styles/schedule/_bootstrap-dark-definition.scss +0 -213
  124. package/styles/schedule/_bootstrap-definition.scss +0 -213
  125. package/styles/schedule/_bootstrap4-definition.scss +0 -215
  126. package/styles/schedule/_bootstrap5-dark-definition.scss +0 -1
  127. package/styles/schedule/_bootstrap5-definition.scss +0 -224
  128. package/styles/schedule/_fabric-dark-definition.scss +0 -213
  129. package/styles/schedule/_fabric-definition.scss +0 -213
  130. package/styles/schedule/_fluent-dark-definition.scss +0 -1
  131. package/styles/schedule/_fluent-definition.scss +0 -220
  132. package/styles/schedule/_fusionnew-definition.scss +0 -224
  133. package/styles/schedule/_highcontrast-definition.scss +0 -214
  134. package/styles/schedule/_highcontrast-light-definition.scss +0 -214
  135. package/styles/schedule/_layout.scss +0 -4489
  136. package/styles/schedule/_material-dark-definition.scss +0 -213
  137. package/styles/schedule/_material-definition.scss +0 -213
  138. package/styles/schedule/_material3-definition.scss +0 -224
  139. package/styles/schedule/_tailwind-dark-definition.scss +0 -1
  140. package/styles/schedule/_tailwind-definition.scss +0 -217
  141. package/styles/schedule/_theme.scss +0 -510
  142. package/styles/schedule/icons/_bootstrap-dark.scss +0 -231
  143. package/styles/schedule/icons/_bootstrap.scss +0 -231
  144. package/styles/schedule/icons/_bootstrap4.scss +0 -231
  145. package/styles/schedule/icons/_bootstrap5-dark.scss +0 -1
  146. package/styles/schedule/icons/_bootstrap5.scss +0 -231
  147. package/styles/schedule/icons/_fabric-dark.scss +0 -231
  148. package/styles/schedule/icons/_fabric.scss +0 -231
  149. package/styles/schedule/icons/_fluent-dark.scss +0 -1
  150. package/styles/schedule/icons/_fluent.scss +0 -231
  151. package/styles/schedule/icons/_fusionnew.scss +0 -231
  152. package/styles/schedule/icons/_highcontrast-light.scss +0 -231
  153. package/styles/schedule/icons/_highcontrast.scss +0 -231
  154. package/styles/schedule/icons/_material-dark.scss +0 -231
  155. package/styles/schedule/icons/_material.scss +0 -231
  156. package/styles/schedule/icons/_material3.scss +0 -231
  157. package/styles/schedule/icons/_tailwind-dark.scss +0 -1
  158. package/styles/schedule/icons/_tailwind.scss +0 -231
  159. package/syncfusion-ej2-angular-schedule.d.ts +0 -5
@@ -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,3 +1 @@
1
- @import 'ej2-base/styles/fluent-dark-definition.scss';
2
- @import 'fluent-dark-definition.scss';
3
- @import 'all.scss';
1
+ @import 'ej2-schedule/styles/recurrence-editor/fluent-dark.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,3 +1 @@
1
- @import 'ej2-base/styles/fluent-definition.scss';
2
- @import 'fluent-definition.scss';
3
- @import 'all.scss';
1
+ @import 'ej2-schedule/styles/recurrence-editor/fluent.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,3 +1 @@
1
- @import 'ej2-base/styles/highcontrast-light-definition.scss';
2
- @import 'highcontrast-light-definition.scss';
3
- @import 'all.scss';
1
+ @import 'ej2-schedule/styles/recurrence-editor/highcontrast-light.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,3 +1 @@
1
- @import 'ej2-base/styles/highcontrast-definition.scss';
2
- @import 'highcontrast-definition.scss';
3
- @import 'all.scss';
1
+ @import 'ej2-schedule/styles/recurrence-editor/highcontrast.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,3 +1 @@
1
- @import 'ej2-base/styles/material-dark-definition.scss';
2
- @import 'material-dark-definition.scss';
3
- @import 'all.scss';
1
+ @import 'ej2-schedule/styles/recurrence-editor/material-dark.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,3 +1 @@
1
- @import 'ej2-base/styles/material-definition.scss';
2
- @import 'material-definition.scss';
3
- @import 'all.scss';
1
+ @import 'ej2-schedule/styles/recurrence-editor/material.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,3 +1 @@
1
- @import 'ej2-base/styles/tailwind-dark-definition.scss';
2
- @import 'tailwind-dark-definition.scss';
3
- @import 'all.scss';
1
+ @import 'ej2-schedule/styles/recurrence-editor/tailwind-dark.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,3 +1 @@
1
- @import 'ej2-base/styles/tailwind-definition.scss';
2
- @import 'tailwind-definition.scss';
3
- @import 'all.scss';
1
+ @import 'ej2-schedule/styles/recurrence-editor/tailwind.scss';
@@ -1,5 +1 @@
1
- @import 'ej2-base/styles/bootstrap-dark-definition.scss';
2
- @import '../recurrence-editor/bootstrap-dark-definition.scss';
3
- @import 'bootstrap-dark-definition.scss';
4
- @import 'icons/bootstrap-dark.scss';
5
- @import 'all.scss';
1
+ @import 'ej2-schedule/styles/schedule/bootstrap-dark.scss';
@@ -1,5 +1 @@
1
- @import 'ej2-base/styles/bootstrap-definition.scss';
2
- @import '../recurrence-editor/bootstrap-definition.scss';
3
- @import 'bootstrap-definition.scss';
4
- @import 'icons/bootstrap.scss';
5
- @import 'all.scss';
1
+ @import 'ej2-schedule/styles/schedule/bootstrap.scss';
@@ -1,5 +1 @@
1
- @import 'ej2-base/styles/bootstrap4-definition.scss';
2
- @import '../recurrence-editor/bootstrap4-definition.scss';
3
- @import 'bootstrap4-definition.scss';
4
- @import 'icons/bootstrap4.scss';
5
- @import 'all.scss';
1
+ @import 'ej2-schedule/styles/schedule/bootstrap4.scss';
@@ -1,4 +1 @@
1
- @import 'ej2-base/styles/bootstrap5-dark-definition.scss';
2
- @import 'bootstrap5-dark-definition.scss';
3
- @import 'icons/bootstrap5-dark.scss';
4
- @import 'all.scss';
1
+ @import 'ej2-schedule/styles/schedule/bootstrap5-dark.scss';
@@ -1,5 +1 @@
1
- @import 'ej2-base/styles/bootstrap5-definition.scss';
2
- @import '../recurrence-editor/bootstrap5-definition.scss';
3
- @import 'bootstrap5-definition.scss';
4
- @import 'icons/bootstrap5.scss';
5
- @import 'all.scss';
1
+ @import 'ej2-schedule/styles/schedule/bootstrap5.scss';
@@ -1,5 +1 @@
1
- @import 'ej2-base/styles/fabric-dark-definition.scss';
2
- @import '../recurrence-editor/fabric-dark-definition.scss';
3
- @import 'fabric-dark-definition.scss';
4
- @import 'icons/fabric-dark.scss';
5
- @import 'all.scss';
1
+ @import 'ej2-schedule/styles/schedule/fabric-dark.scss';
@@ -1,5 +1 @@
1
- @import 'ej2-base/styles/fabric-definition.scss';
2
- @import '../recurrence-editor/fabric-definition.scss';
3
- @import 'fabric-definition.scss';
4
- @import 'icons/fabric.scss';
5
- @import 'all.scss';
1
+ @import 'ej2-schedule/styles/schedule/fabric.scss';
@@ -1,4 +1 @@
1
- @import 'ej2-base/styles/fluent-dark-definition.scss';
2
- @import 'fluent-dark-definition.scss';
3
- @import 'icons/fluent-dark.scss';
4
- @import 'all.scss';
1
+ @import 'ej2-schedule/styles/schedule/fluent-dark.scss';
@@ -1,5 +1 @@
1
- @import 'ej2-base/styles/fluent-definition.scss';
2
- @import '../recurrence-editor/fluent-definition.scss';
3
- @import 'fluent-definition.scss';
4
- @import 'icons/fluent.scss';
5
- @import 'all.scss';
1
+ @import 'ej2-schedule/styles/schedule/fluent.scss';
@@ -1,5 +1 @@
1
- @import 'ej2-base/styles/highcontrast-light-definition.scss';
2
- @import '../recurrence-editor/highcontrast-light-definition.scss';
3
- @import 'highcontrast-light-definition.scss';
4
- @import 'icons/highcontrast-light.scss';
5
- @import 'all.scss';
1
+ @import 'ej2-schedule/styles/schedule/highcontrast-light.scss';
@@ -1,5 +1 @@
1
- @import 'ej2-base/styles/highcontrast-definition.scss';
2
- @import '../recurrence-editor/highcontrast-definition.scss';
3
- @import 'highcontrast-definition.scss';
4
- @import 'icons/highcontrast.scss';
5
- @import 'all.scss';
1
+ @import 'ej2-schedule/styles/schedule/highcontrast.scss';
@@ -1,5 +1 @@
1
- @import 'ej2-base/styles/material-dark-definition.scss';
2
- @import '../recurrence-editor/material-dark-definition.scss';
3
- @import 'material-dark-definition.scss';
4
- @import 'icons/material-dark.scss';
5
- @import 'all.scss';
1
+ @import 'ej2-schedule/styles/schedule/material-dark.scss';
@@ -1,5 +1 @@
1
- @import 'ej2-base/styles/material-definition.scss';
2
- @import '../recurrence-editor/material-definition.scss';
3
- @import 'material-definition.scss';
4
- @import 'icons/material.scss';
5
- @import 'all.scss';
1
+ @import 'ej2-schedule/styles/schedule/material.scss';
@@ -1,4 +1 @@
1
- @import 'ej2-base/styles/tailwind-dark-definition.scss';
2
- @import 'tailwind-dark-definition.scss';
3
- @import 'icons/tailwind-dark.scss';
4
- @import 'all.scss';
1
+ @import 'ej2-schedule/styles/schedule/tailwind-dark.scss';
@@ -1,5 +1 @@
1
- @import 'ej2-base/styles/tailwind-definition.scss';
2
- @import '../recurrence-editor/tailwind-definition.scss';
3
- @import 'tailwind-definition.scss';
4
- @import 'icons/tailwind.scss';
5
- @import 'all.scss';
1
+ @import 'ej2-schedule/styles/schedule/tailwind.scss';
@@ -4303,7 +4303,7 @@
4303
4303
  margin-top: 0;
4304
4304
  }
4305
4305
  .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-non-week > .e-month-expander-label,
4306
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
4306
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
4307
4307
  margin-bottom: 7px;
4308
4308
  }
4309
4309
  .e-recurrenceeditor .e-editor > div {
@@ -4319,11 +4319,11 @@
4319
4319
  width: 50%;
4320
4320
  }
4321
4321
  .e-recurrenceeditor .e-editor .e-form-left,
4322
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-left {
4322
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-left {
4323
4323
  padding: 0 0 10px;
4324
4324
  }
4325
4325
  .e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-date,
4326
- .e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-count {
4326
+ .e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-count {
4327
4327
  padding-left: 10px;
4328
4328
  padding-right: 0;
4329
4329
  }
@@ -4331,7 +4331,7 @@
4331
4331
  padding-right: 10px;
4332
4332
  }
4333
4333
  .e-recurrenceeditor .e-editor .e-form-right,
4334
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-right {
4334
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-right {
4335
4335
  padding-left: 0;
4336
4336
  }
4337
4337
  .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-days {
@@ -4344,7 +4344,7 @@
4344
4344
  padding-right: 0;
4345
4345
  }
4346
4346
  .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
4347
- .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
4347
+ .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
4348
4348
  padding-left: 0;
4349
4349
  padding-right: 10px;
4350
4350
  }
@@ -4303,7 +4303,7 @@
4303
4303
  margin-top: 0;
4304
4304
  }
4305
4305
  .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-non-week > .e-month-expander-label,
4306
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
4306
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
4307
4307
  margin-bottom: 7px;
4308
4308
  }
4309
4309
  .e-recurrenceeditor .e-editor > div {
@@ -4319,11 +4319,11 @@
4319
4319
  width: 50%;
4320
4320
  }
4321
4321
  .e-recurrenceeditor .e-editor .e-form-left,
4322
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-left {
4322
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-left {
4323
4323
  padding: 0 0 10px;
4324
4324
  }
4325
4325
  .e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-date,
4326
- .e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-count {
4326
+ .e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-count {
4327
4327
  padding-left: 10px;
4328
4328
  padding-right: 0;
4329
4329
  }
@@ -4331,7 +4331,7 @@
4331
4331
  padding-right: 10px;
4332
4332
  }
4333
4333
  .e-recurrenceeditor .e-editor .e-form-right,
4334
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-right {
4334
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-right {
4335
4335
  padding-left: 0;
4336
4336
  }
4337
4337
  .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-days {
@@ -4344,7 +4344,7 @@
4344
4344
  padding-right: 0;
4345
4345
  }
4346
4346
  .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
4347
- .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
4347
+ .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
4348
4348
  padding-left: 0;
4349
4349
  padding-right: 10px;
4350
4350
  }
@@ -1,3 +0,0 @@
1
- // Mapping root file for package generation
2
- export * from './src/index';
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljX2FwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3B1YmxpY19hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsMkNBQTJDO0FBQzNDLGNBQWMsYUFBYSxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLy8gTWFwcGluZyByb290IGZpbGUgZm9yIHBhY2thZ2UgZ2VuZXJhdGlvblxuZXhwb3J0ICogZnJvbSAnLi9zcmMvaW5kZXgnOyJdfQ==
@@ -1,11 +0,0 @@
1
- export { ViewDirective, ViewsDirective } from './schedule/views.directive';
2
- export { ResourceDirective, ResourcesDirective } from './schedule/resources.directive';
3
- export { HeaderRowDirective, HeaderRowsDirective } from './schedule/headerrows.directive';
4
- export { ScheduleComponent } from './schedule/schedule.component';
5
- export { ScheduleModule } from './schedule/schedule.module';
6
- export { ScheduleAllModule, DayService, WeekService, WorkWeekService, MonthService, YearService, AgendaService, MonthAgendaService, TimelineViewsService, TimelineMonthService, TimelineYearService, ResizeService, DragAndDropService, ExcelExportService, ICalendarExportService, ICalendarImportService, PrintService } from './schedule/schedule-all.module';
7
- export { RecurrenceEditorComponent } from './recurrence-editor/recurrenceeditor.component';
8
- export { RecurrenceEditorModule } from './recurrence-editor/recurrenceeditor.module';
9
- export { RecurrenceEditorAllModule } from './recurrence-editor/recurrenceeditor-all.module';
10
- export * from '@syncfusion/ej2-schedule';
11
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9zcmMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFDLGFBQWEsRUFBQyxjQUFjLEVBQUMsTUFBTSw0QkFBNEIsQ0FBQztBQUN4RSxPQUFPLEVBQUMsaUJBQWlCLEVBQUMsa0JBQWtCLEVBQUMsTUFBTSxnQ0FBZ0MsQ0FBQztBQUNwRixPQUFPLEVBQUMsa0JBQWtCLEVBQUMsbUJBQW1CLEVBQUMsTUFBTSxpQ0FBaUMsQ0FBQztBQUN2RixPQUFPLEVBQUUsaUJBQWlCLEVBQUMsTUFBTSwrQkFBK0IsQ0FBQztBQUNqRSxPQUFPLEVBQUUsY0FBYyxFQUFFLE1BQU0sNEJBQTRCLENBQUM7QUFDNUQsT0FBTyxFQUFFLGlCQUFpQixFQUFFLFVBQVUsRUFBRSxXQUFXLEVBQUUsZUFBZSxFQUFFLFlBQVksRUFBRSxXQUFXLEVBQUUsYUFBYSxFQUFFLGtCQUFrQixFQUFFLG9CQUFvQixFQUFFLG9CQUFvQixFQUFFLG1CQUFtQixFQUFFLGFBQWEsRUFBRSxrQkFBa0IsRUFBRSxrQkFBa0IsRUFBRSxzQkFBc0IsRUFBRSxzQkFBc0IsRUFBRSxZQUFZLEVBQUUsTUFBTSxnQ0FBZ0MsQ0FBQztBQUNqVyxPQUFPLEVBQUUseUJBQXlCLEVBQUMsTUFBTSxnREFBZ0QsQ0FBQztBQUMxRixPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSw2Q0FBNkMsQ0FBQztBQUNyRixPQUFPLEVBQUUseUJBQXlCLEVBQUUsTUFBTSxpREFBaUQsQ0FBQztBQUM1RixjQUFjLDBCQUEwQixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IHtWaWV3RGlyZWN0aXZlLFZpZXdzRGlyZWN0aXZlfSBmcm9tICcuL3NjaGVkdWxlL3ZpZXdzLmRpcmVjdGl2ZSc7XG5leHBvcnQge1Jlc291cmNlRGlyZWN0aXZlLFJlc291cmNlc0RpcmVjdGl2ZX0gZnJvbSAnLi9zY2hlZHVsZS9yZXNvdXJjZXMuZGlyZWN0aXZlJztcbmV4cG9ydCB7SGVhZGVyUm93RGlyZWN0aXZlLEhlYWRlclJvd3NEaXJlY3RpdmV9IGZyb20gJy4vc2NoZWR1bGUvaGVhZGVycm93cy5kaXJlY3RpdmUnO1xuZXhwb3J0IHsgU2NoZWR1bGVDb21wb25lbnR9IGZyb20gJy4vc2NoZWR1bGUvc2NoZWR1bGUuY29tcG9uZW50JztcbmV4cG9ydCB7IFNjaGVkdWxlTW9kdWxlIH0gZnJvbSAnLi9zY2hlZHVsZS9zY2hlZHVsZS5tb2R1bGUnO1xuZXhwb3J0IHsgU2NoZWR1bGVBbGxNb2R1bGUsIERheVNlcnZpY2UsIFdlZWtTZXJ2aWNlLCBXb3JrV2Vla1NlcnZpY2UsIE1vbnRoU2VydmljZSwgWWVhclNlcnZpY2UsIEFnZW5kYVNlcnZpY2UsIE1vbnRoQWdlbmRhU2VydmljZSwgVGltZWxpbmVWaWV3c1NlcnZpY2UsIFRpbWVsaW5lTW9udGhTZXJ2aWNlLCBUaW1lbGluZVllYXJTZXJ2aWNlLCBSZXNpemVTZXJ2aWNlLCBEcmFnQW5kRHJvcFNlcnZpY2UsIEV4Y2VsRXhwb3J0U2VydmljZSwgSUNhbGVuZGFyRXhwb3J0U2VydmljZSwgSUNhbGVuZGFySW1wb3J0U2VydmljZSwgUHJpbnRTZXJ2aWNlIH0gZnJvbSAnLi9zY2hlZHVsZS9zY2hlZHVsZS1hbGwubW9kdWxlJztcbmV4cG9ydCB7IFJlY3VycmVuY2VFZGl0b3JDb21wb25lbnR9IGZyb20gJy4vcmVjdXJyZW5jZS1lZGl0b3IvcmVjdXJyZW5jZWVkaXRvci5jb21wb25lbnQnO1xuZXhwb3J0IHsgUmVjdXJyZW5jZUVkaXRvck1vZHVsZSB9IGZyb20gJy4vcmVjdXJyZW5jZS1lZGl0b3IvcmVjdXJyZW5jZWVkaXRvci5tb2R1bGUnO1xuZXhwb3J0IHsgUmVjdXJyZW5jZUVkaXRvckFsbE1vZHVsZSB9IGZyb20gJy4vcmVjdXJyZW5jZS1lZGl0b3IvcmVjdXJyZW5jZWVkaXRvci1hbGwubW9kdWxlJztcbmV4cG9ydCAqIGZyb20gJ0BzeW5jZnVzaW9uL2VqMi1zY2hlZHVsZSc7Il19
@@ -1,23 +0,0 @@
1
- import { NgModule } from '@angular/core';
2
- import { CommonModule } from '@angular/common';
3
- import { RecurrenceEditorModule } from './recurrenceeditor.module';
4
- import * as i0 from "@angular/core";
5
- /**
6
- * NgModule definition for the RecurrenceEditor component with providers.
7
- */
8
- export class RecurrenceEditorAllModule {
9
- }
10
- RecurrenceEditorAllModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RecurrenceEditorAllModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
11
- RecurrenceEditorAllModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RecurrenceEditorAllModule, imports: [CommonModule, RecurrenceEditorModule], exports: [RecurrenceEditorModule] });
12
- RecurrenceEditorAllModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RecurrenceEditorAllModule, providers: [], imports: [[CommonModule, RecurrenceEditorModule], RecurrenceEditorModule] });
13
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RecurrenceEditorAllModule, decorators: [{
14
- type: NgModule,
15
- args: [{
16
- imports: [CommonModule, RecurrenceEditorModule],
17
- exports: [
18
- RecurrenceEditorModule
19
- ],
20
- providers: []
21
- }]
22
- }] });
23
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVjdXJyZW5jZWVkaXRvci1hbGwubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vc3JjL3JlY3VycmVuY2UtZWRpdG9yL3JlY3VycmVuY2VlZGl0b3ItYWxsLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsUUFBUSxFQUFpQixNQUFNLGVBQWUsQ0FBQztBQUN4RCxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFFL0MsT0FBTyxFQUFFLHNCQUFzQixFQUFFLE1BQU0sMkJBQTJCLENBQUM7O0FBTW5FOztHQUVHO0FBVUgsTUFBTSxPQUFPLHlCQUF5Qjs7c0hBQXpCLHlCQUF5Qjt1SEFBekIseUJBQXlCLFlBUnhCLFlBQVksRUFBRSxzQkFBc0IsYUFFMUMsc0JBQXNCO3VIQU1qQix5QkFBeUIsYUFKeEIsRUFFVCxZQU5RLENBQUMsWUFBWSxFQUFFLHNCQUFzQixDQUFDLEVBRTNDLHNCQUFzQjsyRkFNakIseUJBQXlCO2tCQVRyQyxRQUFRO21CQUFDO29CQUNOLE9BQU8sRUFBRSxDQUFDLFlBQVksRUFBRSxzQkFBc0IsQ0FBQztvQkFDL0MsT0FBTyxFQUFFO3dCQUNMLHNCQUFzQjtxQkFDekI7b0JBQ0QsU0FBUyxFQUFDLEVBRVQ7aUJBQ0oiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSwgVmFsdWVQcm92aWRlciB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IFJlY3VycmVuY2VFZGl0b3JDb21wb25lbnQgfSBmcm9tICcuL3JlY3VycmVuY2VlZGl0b3IuY29tcG9uZW50JztcbmltcG9ydCB7IFJlY3VycmVuY2VFZGl0b3JNb2R1bGUgfSBmcm9tICcuL3JlY3VycmVuY2VlZGl0b3IubW9kdWxlJztcblxuXG5cblxuXG4vKipcbiAqIE5nTW9kdWxlIGRlZmluaXRpb24gZm9yIHRoZSBSZWN1cnJlbmNlRWRpdG9yIGNvbXBvbmVudCB3aXRoIHByb3ZpZGVycy5cbiAqL1xuQE5nTW9kdWxlKHtcbiAgICBpbXBvcnRzOiBbQ29tbW9uTW9kdWxlLCBSZWN1cnJlbmNlRWRpdG9yTW9kdWxlXSxcbiAgICBleHBvcnRzOiBbXG4gICAgICAgIFJlY3VycmVuY2VFZGl0b3JNb2R1bGVcbiAgICBdLFxuICAgIHByb3ZpZGVyczpbXG4gICAgICAgIFxuICAgIF1cbn0pXG5leHBvcnQgY2xhc3MgUmVjdXJyZW5jZUVkaXRvckFsbE1vZHVsZSB7IH0iXX0=