@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
@@ -4184,7 +4184,7 @@
4184
4184
  margin-top: 0;
4185
4185
  }
4186
4186
  .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-non-week > .e-month-expander-label,
4187
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
4187
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
4188
4188
  margin-bottom: 7px;
4189
4189
  }
4190
4190
  .e-recurrenceeditor .e-editor > div {
@@ -4200,11 +4200,11 @@
4200
4200
  width: 50%;
4201
4201
  }
4202
4202
  .e-recurrenceeditor .e-editor .e-form-left,
4203
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-left {
4203
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-left {
4204
4204
  padding: 0 0 10px;
4205
4205
  }
4206
4206
  .e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-date,
4207
- .e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-count {
4207
+ .e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-count {
4208
4208
  padding-left: 10px;
4209
4209
  padding-right: 0;
4210
4210
  }
@@ -4212,7 +4212,7 @@
4212
4212
  padding-right: 10px;
4213
4213
  }
4214
4214
  .e-recurrenceeditor .e-editor .e-form-right,
4215
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-right {
4215
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-right {
4216
4216
  padding-left: 0;
4217
4217
  }
4218
4218
  .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-days {
@@ -4225,7 +4225,7 @@
4225
4225
  padding-right: 0;
4226
4226
  }
4227
4227
  .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
4228
- .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
4228
+ .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
4229
4229
  padding-left: 0;
4230
4230
  padding-right: 10px;
4231
4231
  }
package/styles/fabric.css CHANGED
@@ -4198,7 +4198,7 @@
4198
4198
  margin-top: 0;
4199
4199
  }
4200
4200
  .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-non-week > .e-month-expander-label,
4201
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
4201
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
4202
4202
  margin-bottom: 7px;
4203
4203
  }
4204
4204
  .e-recurrenceeditor .e-editor > div {
@@ -4214,11 +4214,11 @@
4214
4214
  width: 50%;
4215
4215
  }
4216
4216
  .e-recurrenceeditor .e-editor .e-form-left,
4217
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-left {
4217
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-left {
4218
4218
  padding: 0 0 10px;
4219
4219
  }
4220
4220
  .e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-date,
4221
- .e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-count {
4221
+ .e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-count {
4222
4222
  padding-left: 10px;
4223
4223
  padding-right: 0;
4224
4224
  }
@@ -4226,7 +4226,7 @@
4226
4226
  padding-right: 10px;
4227
4227
  }
4228
4228
  .e-recurrenceeditor .e-editor .e-form-right,
4229
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-right {
4229
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-right {
4230
4230
  padding-left: 0;
4231
4231
  }
4232
4232
  .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-days {
@@ -4239,7 +4239,7 @@
4239
4239
  padding-right: 0;
4240
4240
  }
4241
4241
  .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
4242
- .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
4242
+ .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
4243
4243
  padding-left: 0;
4244
4244
  padding-right: 10px;
4245
4245
  }
@@ -4183,7 +4183,7 @@
4183
4183
  margin-top: 0;
4184
4184
  }
4185
4185
  .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-non-week > .e-month-expander-label,
4186
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
4186
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
4187
4187
  margin-bottom: 7px;
4188
4188
  }
4189
4189
  .e-recurrenceeditor .e-editor > div {
@@ -4199,11 +4199,11 @@
4199
4199
  width: 50%;
4200
4200
  }
4201
4201
  .e-recurrenceeditor .e-editor .e-form-left,
4202
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-left {
4202
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-left {
4203
4203
  padding: 0 0 10px;
4204
4204
  }
4205
4205
  .e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-date,
4206
- .e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-count {
4206
+ .e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-count {
4207
4207
  padding-left: 10px;
4208
4208
  padding-right: 0;
4209
4209
  }
@@ -4211,7 +4211,7 @@
4211
4211
  padding-right: 10px;
4212
4212
  }
4213
4213
  .e-recurrenceeditor .e-editor .e-form-right,
4214
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-right {
4214
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-right {
4215
4215
  padding-left: 0;
4216
4216
  }
4217
4217
  .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-days {
@@ -4224,7 +4224,7 @@
4224
4224
  padding-right: 0;
4225
4225
  }
4226
4226
  .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
4227
- .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
4227
+ .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
4228
4228
  padding-left: 0;
4229
4229
  padding-right: 10px;
4230
4230
  }
package/styles/fluent.css CHANGED
@@ -4183,7 +4183,7 @@
4183
4183
  margin-top: 0;
4184
4184
  }
4185
4185
  .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-non-week > .e-month-expander-label,
4186
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
4186
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
4187
4187
  margin-bottom: 7px;
4188
4188
  }
4189
4189
  .e-recurrenceeditor .e-editor > div {
@@ -4199,11 +4199,11 @@
4199
4199
  width: 50%;
4200
4200
  }
4201
4201
  .e-recurrenceeditor .e-editor .e-form-left,
4202
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-left {
4202
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-left {
4203
4203
  padding: 0 0 10px;
4204
4204
  }
4205
4205
  .e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-date,
4206
- .e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-count {
4206
+ .e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-count {
4207
4207
  padding-left: 10px;
4208
4208
  padding-right: 0;
4209
4209
  }
@@ -4211,7 +4211,7 @@
4211
4211
  padding-right: 10px;
4212
4212
  }
4213
4213
  .e-recurrenceeditor .e-editor .e-form-right,
4214
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-right {
4214
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-right {
4215
4215
  padding-left: 0;
4216
4216
  }
4217
4217
  .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-days {
@@ -4224,7 +4224,7 @@
4224
4224
  padding-right: 0;
4225
4225
  }
4226
4226
  .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
4227
- .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
4227
+ .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
4228
4228
  padding-left: 0;
4229
4229
  padding-right: 10px;
4230
4230
  }
@@ -4181,7 +4181,7 @@
4181
4181
  margin-top: 0;
4182
4182
  }
4183
4183
  .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-non-week > .e-month-expander-label,
4184
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
4184
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
4185
4185
  margin-bottom: 7px;
4186
4186
  }
4187
4187
  .e-recurrenceeditor .e-editor > div {
@@ -4197,11 +4197,11 @@
4197
4197
  width: 50%;
4198
4198
  }
4199
4199
  .e-recurrenceeditor .e-editor .e-form-left,
4200
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-left {
4200
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-left {
4201
4201
  padding: 0 0 10px;
4202
4202
  }
4203
4203
  .e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-date,
4204
- .e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-count {
4204
+ .e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-count {
4205
4205
  padding-left: 10px;
4206
4206
  padding-right: 0;
4207
4207
  }
@@ -4209,7 +4209,7 @@
4209
4209
  padding-right: 10px;
4210
4210
  }
4211
4211
  .e-recurrenceeditor .e-editor .e-form-right,
4212
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-right {
4212
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-right {
4213
4213
  padding-left: 0;
4214
4214
  }
4215
4215
  .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-days {
@@ -4222,7 +4222,7 @@
4222
4222
  padding-right: 0;
4223
4223
  }
4224
4224
  .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
4225
- .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
4225
+ .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
4226
4226
  padding-left: 0;
4227
4227
  padding-right: 10px;
4228
4228
  }
@@ -4208,7 +4208,7 @@
4208
4208
  margin-top: 0;
4209
4209
  }
4210
4210
  .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-non-week > .e-month-expander-label,
4211
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
4211
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
4212
4212
  margin-bottom: 7px;
4213
4213
  }
4214
4214
  .e-recurrenceeditor .e-editor > div {
@@ -4224,11 +4224,11 @@
4224
4224
  width: 50%;
4225
4225
  }
4226
4226
  .e-recurrenceeditor .e-editor .e-form-left,
4227
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-left {
4227
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-left {
4228
4228
  padding: 0 0 10px;
4229
4229
  }
4230
4230
  .e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-date,
4231
- .e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-count {
4231
+ .e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-count {
4232
4232
  padding-left: 10px;
4233
4233
  padding-right: 0;
4234
4234
  }
@@ -4236,7 +4236,7 @@
4236
4236
  padding-right: 10px;
4237
4237
  }
4238
4238
  .e-recurrenceeditor .e-editor .e-form-right,
4239
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-right {
4239
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-right {
4240
4240
  padding-left: 0;
4241
4241
  }
4242
4242
  .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-days {
@@ -4249,7 +4249,7 @@
4249
4249
  padding-right: 0;
4250
4250
  }
4251
4251
  .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
4252
- .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
4252
+ .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
4253
4253
  padding-left: 0;
4254
4254
  padding-right: 10px;
4255
4255
  }
@@ -4183,7 +4183,7 @@
4183
4183
  margin-top: 0;
4184
4184
  }
4185
4185
  .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-non-week > .e-month-expander-label,
4186
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
4186
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
4187
4187
  margin-bottom: 1px;
4188
4188
  }
4189
4189
  .e-recurrenceeditor .e-editor > div {
@@ -4199,11 +4199,11 @@
4199
4199
  width: 50%;
4200
4200
  }
4201
4201
  .e-recurrenceeditor .e-editor .e-form-left,
4202
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-left {
4202
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-left {
4203
4203
  padding: 0 0 10px;
4204
4204
  }
4205
4205
  .e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-date,
4206
- .e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-count {
4206
+ .e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-count {
4207
4207
  padding-left: 10px;
4208
4208
  padding-right: 0;
4209
4209
  }
@@ -4211,7 +4211,7 @@
4211
4211
  padding-right: 10px;
4212
4212
  }
4213
4213
  .e-recurrenceeditor .e-editor .e-form-right,
4214
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-right {
4214
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-right {
4215
4215
  padding-left: 0;
4216
4216
  }
4217
4217
  .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-days {
@@ -4224,7 +4224,7 @@
4224
4224
  padding-right: 0;
4225
4225
  }
4226
4226
  .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
4227
- .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
4227
+ .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
4228
4228
  padding-left: 0;
4229
4229
  padding-right: 10px;
4230
4230
  }
@@ -4177,7 +4177,7 @@
4177
4177
  margin-top: 0;
4178
4178
  }
4179
4179
  .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-non-week > .e-month-expander-label,
4180
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
4180
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
4181
4181
  margin-bottom: 1px;
4182
4182
  }
4183
4183
  .e-recurrenceeditor .e-editor > div {
@@ -4193,11 +4193,11 @@
4193
4193
  width: 50%;
4194
4194
  }
4195
4195
  .e-recurrenceeditor .e-editor .e-form-left,
4196
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-left {
4196
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-left {
4197
4197
  padding: 0 0 10px;
4198
4198
  }
4199
4199
  .e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-date,
4200
- .e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-count {
4200
+ .e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-count {
4201
4201
  padding-left: 10px;
4202
4202
  padding-right: 0;
4203
4203
  }
@@ -4205,7 +4205,7 @@
4205
4205
  padding-right: 10px;
4206
4206
  }
4207
4207
  .e-recurrenceeditor .e-editor .e-form-right,
4208
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-right {
4208
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-right {
4209
4209
  padding-left: 0;
4210
4210
  }
4211
4211
  .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-days {
@@ -4218,7 +4218,7 @@
4218
4218
  padding-right: 0;
4219
4219
  }
4220
4220
  .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
4221
- .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
4221
+ .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
4222
4222
  padding-left: 0;
4223
4223
  padding-right: 10px;
4224
4224
  }
@@ -0,0 +1,2 @@
1
+ @import 'layout.scss';
2
+ @import 'theme.scss';
@@ -0,0 +1,13 @@
1
+ /*! recurrence editor theme wise definitions*/
2
+ $recurrence-label-bottom: 7px !default;
3
+ $recurrence-month-label-bottom: 7px !default;
4
+ $recurrence-week-label-bottom: 10px !default;
5
+ $recurrence-label-font-weight: bold !default;
6
+ $recurrence-label-font-nrml-size: 12px !default;
7
+ $recurrence-label-font-bgr-size: 12px !default;
8
+ $recurrence-left-padding: 0 8px 10px 0 !default;
9
+ $recurrence-week-position-min-width: 98px !default;
10
+ $recurrence-week-position-bgr-min-width: 130px !default;
11
+ $recurrence-day-position-bgr-min-width: 190px !default;
12
+ $recurrence-day-position-bgr-padding-left: 54px !default;
13
+ $recurrence-end-bgr-padding-right: 8px !default;
@@ -0,0 +1,13 @@
1
+ /*! recurrence editor theme wise definitions*/
2
+ $recurrence-label-bottom: 7px !default;
3
+ $recurrence-month-label-bottom: 7px !default;
4
+ $recurrence-week-label-bottom: 10px !default;
5
+ $recurrence-label-font-weight: bold !default;
6
+ $recurrence-label-font-nrml-size: 12px !default;
7
+ $recurrence-label-font-bgr-size: 12px !default;
8
+ $recurrence-left-padding: 0 8px 10px 0 !default;
9
+ $recurrence-week-position-bgr-min-width: 130px !default;
10
+ $recurrence-day-position-bgr-min-width: 190px !default;
11
+ $recurrence-day-position-bgr-padding-left: 54px !default;
12
+ $recurrence-end-bgr-padding-right: 8px !default;
13
+ $recurrence-week-position-min-width: 98px !default;
@@ -0,0 +1,13 @@
1
+ /*! recurrence editor theme wise definitions*/
2
+ $recurrence-label-bottom: 7px !default;
3
+ $recurrence-month-label-bottom: 7px !default;
4
+ $recurrence-week-label-bottom: 10px !default;
5
+ $recurrence-label-font-weight: 400 !default;
6
+ $recurrence-label-font-nrml-size: 14px !default;
7
+ $recurrence-label-font-bgr-size: 16px !default;
8
+ $recurrence-left-padding: 0 8px 16px 0 !default;
9
+ $recurrence-week-position-bgr-min-width: 130px !default;
10
+ $recurrence-day-position-bgr-min-width: 190px !default;
11
+ $recurrence-day-position-bgr-padding-left: 54px !default;
12
+ $recurrence-end-bgr-padding-right: 16px !default;
13
+ $recurrence-week-position-min-width: 98px !default;
@@ -0,0 +1 @@
1
+ @import './bootstrap5-definition.scss';
@@ -0,0 +1,13 @@
1
+ /*! recurrence editor theme wise definitions*/
2
+ $recurrence-label-bottom: 7px !default;
3
+ $recurrence-month-label-bottom: 7px !default;
4
+ $recurrence-week-label-bottom: 10px !default;
5
+ $recurrence-label-font-weight: 400 !default;
6
+ $recurrence-label-font-nrml-size: 14px !default;
7
+ $recurrence-label-font-bgr-size: 16px !default;
8
+ $recurrence-left-padding: 0 8px 16px 0 !default;
9
+ $recurrence-week-position-bgr-min-width: 130px !default;
10
+ $recurrence-day-position-bgr-min-width: 190px !default;
11
+ $recurrence-day-position-bgr-padding-left: 54px !default;
12
+ $recurrence-end-bgr-padding-right: 16px !default;
13
+ $recurrence-week-position-min-width: 98px !default;
@@ -0,0 +1,13 @@
1
+ /*! recurrence editor theme wise definitions*/
2
+ $recurrence-label-bottom: 7px !default;
3
+ $recurrence-month-label-bottom: 7px !default;
4
+ $recurrence-week-label-bottom: 10px !default;
5
+ $recurrence-label-font-weight: 400 !default;
6
+ $recurrence-label-font-nrml-size: 13px !default;
7
+ $recurrence-label-font-bgr-size: 13px !default;
8
+ $recurrence-left-padding: 0 8px 10px 0 !default;
9
+ $recurrence-week-position-bgr-min-width: 130px !default;
10
+ $recurrence-day-position-bgr-min-width: 183px !default;
11
+ $recurrence-day-position-bgr-padding-left: 54px !default;
12
+ $recurrence-end-bgr-padding-right: 5px !default;
13
+ $recurrence-week-position-min-width: 90px !default;
@@ -0,0 +1,13 @@
1
+ /*! recurrence editor theme wise definitions*/
2
+ $recurrence-label-bottom: 7px !default;
3
+ $recurrence-month-label-bottom: 7px !default;
4
+ $recurrence-week-label-bottom: 10px !default;
5
+ $recurrence-label-font-weight: 400 !default;
6
+ $recurrence-label-font-nrml-size: 13px !default;
7
+ $recurrence-label-font-bgr-size: 13px !default;
8
+ $recurrence-left-padding: 0 8px 10px 0 !default;
9
+ $recurrence-week-position-bgr-min-width: 130px !default;
10
+ $recurrence-day-position-bgr-min-width: 183px !default;
11
+ $recurrence-day-position-bgr-padding-left: 54px !default;
12
+ $recurrence-end-bgr-padding-right: 5px !default;
13
+ $recurrence-week-position-min-width: 90px !default;
@@ -0,0 +1 @@
1
+ @import './fluent-definition.scss';
@@ -0,0 +1,13 @@
1
+ /*! recurrence editor theme wise definitions*/
2
+ $recurrence-label-bottom: 7px !default;
3
+ $recurrence-month-label-bottom: 7px !default;
4
+ $recurrence-week-label-bottom: 10px !default;
5
+ $recurrence-label-font-weight: 400 !default;
6
+ $recurrence-label-font-nrml-size: 14px !default;
7
+ $recurrence-label-font-bgr-size: 16px !default;
8
+ $recurrence-left-padding: 0 8px 16px 0 !default;
9
+ $recurrence-week-position-bgr-min-width: 130px !default;
10
+ $recurrence-day-position-bgr-min-width: 183px !default;
11
+ $recurrence-day-position-bgr-padding-left: 54px !default;
12
+ $recurrence-end-bgr-padding-right: 5px !default;
13
+ $recurrence-week-position-min-width: 90px !default;
@@ -0,0 +1,13 @@
1
+ /*! recurrence editor theme wise definitions*/
2
+ $recurrence-label-bottom: 7px !default;
3
+ $recurrence-month-label-bottom: 7px !default;
4
+ $recurrence-week-label-bottom: 10px !default;
5
+ $recurrence-label-font-weight: 400 !default;
6
+ $recurrence-label-font-nrml-size: 14px !default;
7
+ $recurrence-label-font-bgr-size: 16px !default;
8
+ $recurrence-left-padding: 0 8px 16px 0 !default;
9
+ $recurrence-week-position-bgr-min-width: 130px !default;
10
+ $recurrence-day-position-bgr-min-width: 190px !default;
11
+ $recurrence-day-position-bgr-padding-left: 54px !default;
12
+ $recurrence-end-bgr-padding-right: 16px !default;
13
+ $recurrence-week-position-min-width: 98px !default;
@@ -0,0 +1,13 @@
1
+ /*! recurrence editor theme wise definitions*/
2
+ $recurrence-label-bottom: 7px !default;
3
+ $recurrence-month-label-bottom: 7px !default;
4
+ $recurrence-week-label-bottom: 10px !default;
5
+ $recurrence-label-font-weight: 400 !default;
6
+ $recurrence-label-font-nrml-size: 12px !default;
7
+ $recurrence-label-font-bgr-size: 12px !default;
8
+ $recurrence-left-padding: 0 8px 10px 0 !default;
9
+ $recurrence-week-position-bgr-min-width: 130px !default;
10
+ $recurrence-day-position-bgr-min-width: 183px !default;
11
+ $recurrence-day-position-bgr-padding-left: 54px !default;
12
+ $recurrence-end-bgr-padding-right: 5px !default;
13
+ $recurrence-week-position-min-width: 88px !default;
@@ -0,0 +1,13 @@
1
+ /*! recurrence editor theme wise definitions*/
2
+ $recurrence-label-bottom: 7px !default;
3
+ $recurrence-month-label-bottom: 7px !default;
4
+ $recurrence-week-label-bottom: 10px !default;
5
+ $recurrence-label-font-weight: 400 !default;
6
+ $recurrence-label-font-nrml-size: 12px !default;
7
+ $recurrence-label-font-bgr-size: 12px !default;
8
+ $recurrence-left-padding: 0 8px 10px 0 !default;
9
+ $recurrence-week-position-bgr-min-width: 130px !default;
10
+ $recurrence-day-position-bgr-min-width: 183px !default;
11
+ $recurrence-day-position-bgr-padding-left: 54px !default;
12
+ $recurrence-end-bgr-padding-right: 5px !default;
13
+ $recurrence-week-position-min-width: 88px !default;