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

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 (137) 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 +301 -0
  10. package/esm2020/src/schedule/schedule.module.mjs +52 -0
  11. package/esm2020/src/schedule/views.directive.mjs +132 -0
  12. package/esm2020/syncfusion-ej2-angular-schedule.mjs +5 -0
  13. package/fesm2015/syncfusion-ej2-angular-schedule.mjs +757 -0
  14. package/fesm2015/syncfusion-ej2-angular-schedule.mjs.map +1 -0
  15. package/fesm2020/syncfusion-ej2-angular-schedule.mjs +757 -0
  16. package/fesm2020/syncfusion-ej2-angular-schedule.mjs.map +1 -0
  17. package/package.json +26 -12
  18. package/src/recurrence-editor/recurrenceeditor-all.module.d.ts +6 -0
  19. package/src/recurrence-editor/recurrenceeditor.component.d.ts +3 -0
  20. package/src/recurrence-editor/recurrenceeditor.module.d.ts +6 -0
  21. package/src/schedule/headerrows.directive.d.ts +5 -0
  22. package/src/schedule/resources.directive.d.ts +5 -0
  23. package/src/schedule/schedule-all.module.d.ts +6 -0
  24. package/src/schedule/schedule.component.d.ts +3 -0
  25. package/src/schedule/schedule.module.d.ts +9 -0
  26. package/src/schedule/views.directive.d.ts +5 -0
  27. package/styles/material3-dark.css +0 -55
  28. package/styles/material3-dark.scss +1 -0
  29. package/styles/material3.css +0 -111
  30. package/styles/material3.scss +1 -0
  31. package/styles/recurrence-editor/_all.scss +2 -0
  32. package/styles/recurrence-editor/_bootstrap-dark-definition.scss +13 -0
  33. package/styles/recurrence-editor/_bootstrap-definition.scss +13 -0
  34. package/styles/recurrence-editor/_bootstrap4-definition.scss +13 -0
  35. package/styles/recurrence-editor/_bootstrap5-dark-definition.scss +1 -0
  36. package/styles/recurrence-editor/_bootstrap5-definition.scss +13 -0
  37. package/styles/recurrence-editor/_fabric-dark-definition.scss +13 -0
  38. package/styles/recurrence-editor/_fabric-definition.scss +13 -0
  39. package/styles/recurrence-editor/_fluent-dark-definition.scss +1 -0
  40. package/styles/recurrence-editor/_fluent-definition.scss +13 -0
  41. package/styles/recurrence-editor/_fusionnew-definition.scss +13 -0
  42. package/styles/recurrence-editor/_highcontrast-definition.scss +13 -0
  43. package/styles/recurrence-editor/_highcontrast-light-definition.scss +13 -0
  44. package/styles/recurrence-editor/_layout.scss +548 -0
  45. package/styles/recurrence-editor/_material-dark-definition.scss +13 -0
  46. package/styles/recurrence-editor/_material-definition.scss +13 -0
  47. package/styles/recurrence-editor/_material3-dark-definition.scss +1 -0
  48. package/styles/recurrence-editor/_material3-definition.scss +13 -0
  49. package/styles/recurrence-editor/_tailwind-dark-definition.scss +1 -0
  50. package/styles/recurrence-editor/_tailwind-definition.scss +13 -0
  51. package/styles/recurrence-editor/_theme.scss +1 -0
  52. package/styles/recurrence-editor/bootstrap-dark.scss +8 -1
  53. package/styles/recurrence-editor/bootstrap.scss +8 -1
  54. package/styles/recurrence-editor/bootstrap4.scss +8 -1
  55. package/styles/recurrence-editor/bootstrap5-dark.scss +8 -1
  56. package/styles/recurrence-editor/bootstrap5.scss +8 -1
  57. package/styles/recurrence-editor/fabric-dark.scss +8 -1
  58. package/styles/recurrence-editor/fabric.scss +8 -1
  59. package/styles/recurrence-editor/fluent-dark.scss +8 -1
  60. package/styles/recurrence-editor/fluent.scss +8 -1
  61. package/styles/recurrence-editor/highcontrast-light.scss +8 -1
  62. package/styles/recurrence-editor/highcontrast.scss +8 -1
  63. package/styles/recurrence-editor/material-dark.scss +8 -1
  64. package/styles/recurrence-editor/material.scss +8 -1
  65. package/styles/recurrence-editor/material3-dark.scss +8 -1
  66. package/styles/recurrence-editor/material3.scss +8 -1
  67. package/styles/recurrence-editor/tailwind-dark.scss +8 -1
  68. package/styles/recurrence-editor/tailwind.scss +8 -1
  69. package/styles/schedule/_all.scss +2 -0
  70. package/styles/schedule/_bootstrap-dark-definition.scss +280 -0
  71. package/styles/schedule/_bootstrap-definition.scss +280 -0
  72. package/styles/schedule/_bootstrap4-definition.scss +283 -0
  73. package/styles/schedule/_bootstrap5-dark-definition.scss +1 -0
  74. package/styles/schedule/_bootstrap5-definition.scss +290 -0
  75. package/styles/schedule/_fabric-dark-definition.scss +279 -0
  76. package/styles/schedule/_fabric-definition.scss +280 -0
  77. package/styles/schedule/_fluent-dark-definition.scss +1 -0
  78. package/styles/schedule/_fluent-definition.scss +285 -0
  79. package/styles/schedule/_fusionnew-definition.scss +289 -0
  80. package/styles/schedule/_highcontrast-definition.scss +281 -0
  81. package/styles/schedule/_highcontrast-light-definition.scss +281 -0
  82. package/styles/schedule/_layout.scss +4149 -0
  83. package/styles/schedule/_material-dark-definition.scss +280 -0
  84. package/styles/schedule/_material-definition.scss +280 -0
  85. package/styles/schedule/_material3-dark-definition.scss +1 -0
  86. package/styles/schedule/_material3-definition.scss +292 -0
  87. package/styles/schedule/_tailwind-dark-definition.scss +1 -0
  88. package/styles/schedule/_tailwind-definition.scss +282 -0
  89. package/styles/schedule/_theme.scss +551 -0
  90. package/styles/schedule/bootstrap-dark.scss +16 -1
  91. package/styles/schedule/bootstrap.scss +16 -1
  92. package/styles/schedule/bootstrap4.scss +16 -1
  93. package/styles/schedule/bootstrap5-dark.scss +15 -1
  94. package/styles/schedule/bootstrap5.scss +16 -1
  95. package/styles/schedule/fabric-dark.scss +16 -1
  96. package/styles/schedule/fabric.scss +16 -1
  97. package/styles/schedule/fluent-dark.scss +15 -1
  98. package/styles/schedule/fluent.scss +16 -1
  99. package/styles/schedule/highcontrast-light.scss +16 -1
  100. package/styles/schedule/highcontrast.scss +16 -1
  101. package/styles/schedule/icons/_bootstrap-dark.scss +231 -0
  102. package/styles/schedule/icons/_bootstrap.scss +231 -0
  103. package/styles/schedule/icons/_bootstrap4.scss +231 -0
  104. package/styles/schedule/icons/_bootstrap5-dark.scss +1 -0
  105. package/styles/schedule/icons/_bootstrap5.scss +231 -0
  106. package/styles/schedule/icons/_fabric-dark.scss +231 -0
  107. package/styles/schedule/icons/_fabric.scss +231 -0
  108. package/styles/schedule/icons/_fluent-dark.scss +1 -0
  109. package/styles/schedule/icons/_fluent.scss +231 -0
  110. package/styles/schedule/icons/_fusionnew.scss +231 -0
  111. package/styles/schedule/icons/_highcontrast-light.scss +231 -0
  112. package/styles/schedule/icons/_highcontrast.scss +231 -0
  113. package/styles/schedule/icons/_material-dark.scss +231 -0
  114. package/styles/schedule/icons/_material.scss +231 -0
  115. package/styles/schedule/icons/_material3-dark.scss +1 -0
  116. package/styles/schedule/icons/_material3.scss +231 -0
  117. package/styles/schedule/icons/_tailwind-dark.scss +1 -0
  118. package/styles/schedule/icons/_tailwind.scss +231 -0
  119. package/styles/schedule/material-dark.scss +16 -1
  120. package/styles/schedule/material.scss +16 -1
  121. package/styles/schedule/material3-dark.scss +15 -1
  122. package/styles/schedule/material3.scss +16 -1
  123. package/styles/schedule/tailwind-dark.scss +15 -1
  124. package/styles/schedule/tailwind.scss +16 -1
  125. package/syncfusion-ej2-angular-schedule.d.ts +5 -0
  126. package/@syncfusion/ej2-angular-schedule.es5.js +0 -860
  127. package/@syncfusion/ej2-angular-schedule.es5.js.map +0 -1
  128. package/@syncfusion/ej2-angular-schedule.js +0 -808
  129. package/@syncfusion/ej2-angular-schedule.js.map +0 -1
  130. package/CHANGELOG.md +0 -1845
  131. package/dist/ej2-angular-schedule.umd.js +0 -1005
  132. package/dist/ej2-angular-schedule.umd.js.map +0 -1
  133. package/dist/ej2-angular-schedule.umd.min.js +0 -11
  134. package/dist/ej2-angular-schedule.umd.min.js.map +0 -1
  135. package/ej2-angular-schedule.d.ts +0 -6
  136. package/ej2-angular-schedule.metadata.json +0 -1
  137. package/postinstall/tagchange.js +0 -18
@@ -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: $font-weight-normal !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: $font-weight-normal !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;
@@ -0,0 +1,548 @@
1
+ @include export-module('recurrence-editor-layout') {
2
+
3
+ /*! Recurrence-Editor component layout */
4
+ .e-recurrenceeditor {
5
+ .e-editor {
6
+ display: flex;
7
+ flex-flow: row wrap;
8
+ margin: 0 auto;
9
+ max-width: 1240px;
10
+ }
11
+
12
+ .e-recurrence-table {
13
+ table-layout: fixed;
14
+ width: 100%;
15
+
16
+ &.e-repeat-content-wrapper td:last-child {
17
+ width: 27%;
18
+ }
19
+
20
+ &.e-month-expand-wrapper td:first-child {
21
+ width: 24%;
22
+ }
23
+
24
+ .e-repeat-content {
25
+ display: inline-block;
26
+ font-weight: normal;
27
+ padding: 18px 0 0 8px;
28
+ }
29
+
30
+ .e-input-wrapper {
31
+ float: none;
32
+ width: 100%;
33
+ }
34
+
35
+ .e-week-position {
36
+ min-width: $recurrence-week-position-min-width;
37
+ position: relative;
38
+ right: 20px;
39
+ }
40
+
41
+ .e-day-position {
42
+ min-width: 120px;
43
+ }
44
+
45
+ .e-monthday-element {
46
+ padding-left: 10px;
47
+ }
48
+ }
49
+
50
+ .e-input-wrapper-side.e-form-left {
51
+ padding: $recurrence-left-padding;
52
+ }
53
+
54
+ .e-form-left {
55
+ padding: 0 8px 16px 0;
56
+ }
57
+
58
+ .e-form-right,
59
+ .e-input-wrapper-side.e-form-right {
60
+ padding: 0 0 10px;
61
+ }
62
+
63
+ .e-input-wrapper {
64
+ float: left;
65
+ width: 50%;
66
+
67
+ div {
68
+ margin-bottom: 2.5%;
69
+ }
70
+ }
71
+
72
+ .e-input-wrapper.e-end-on-date,
73
+ .e-input-wrapper.e-end-on-count {
74
+ padding-right: 0;
75
+ }
76
+
77
+ &.e-rtl {
78
+ .e-end-on > div,
79
+ .e-month-expander > div > div {
80
+ float: right;
81
+ }
82
+
83
+ .e-form-left,
84
+ .e-input-wrapper-side.e-form-left {
85
+ padding: 0 0 10px 8px;
86
+ }
87
+
88
+ .e-form-right,
89
+ .e-input-wrapper-side.e-form-right {
90
+ padding: 0 8px 10px 0;
91
+ }
92
+
93
+ .e-recurrence-table .e-monthday-element {
94
+ position: relative;
95
+ right: 10px;
96
+ }
97
+
98
+ .e-week-position {
99
+ left: 20px;
100
+ right: 0;
101
+ }
102
+
103
+ .e-input-wrapper-side.e-end-on .e-end-on-label,
104
+ .e-input-wrapper-side.e-non-week > .e-month-expander-label {
105
+ padding-right: 0;
106
+ }
107
+
108
+ .e-end-on-label {
109
+ margin-bottom: 5px;
110
+ }
111
+
112
+ .e-input-wrapper-side.e-end-on .e-end-on-left {
113
+ padding: 0 0 0 8px;
114
+ }
115
+
116
+ .e-input-wrapper.e-end-on-date,
117
+ .e-input-wrapper.e-end-on-count {
118
+ padding: 0 8px 0 0;
119
+ }
120
+
121
+ .e-recurrenceeditor {
122
+ .e-recurrence-table {
123
+ &.e-month-expand-wrapper td:first-child {
124
+ width: 30px;
125
+ }
126
+ }
127
+ }
128
+ }
129
+
130
+ .e-days {
131
+ .e-week-expander-label {
132
+ font-size: $recurrence-label-font-nrml-size;
133
+ font-weight: $recurrence-label-font-weight;
134
+ margin-bottom: 8px;
135
+ }
136
+
137
+ button {
138
+ border-radius: 50%;
139
+ flex-flow: row wrap;
140
+ height: 35px;
141
+ margin: 0 8px 10px;
142
+ width: 35px;
143
+ }
144
+ }
145
+
146
+ .e-hide-recurrence-element {
147
+ display: none;
148
+ }
149
+
150
+ .e-half-space {
151
+ width: 20%;
152
+ }
153
+
154
+ .e-year-expander {
155
+ margin-bottom: 11px;
156
+ }
157
+
158
+ .e-month-expander tr:first-child .e-input-wrapper {
159
+ padding-bottom: 11px;
160
+ }
161
+
162
+ .e-month-expander-checkbox-wrapper.e-input-wrapper {
163
+ padding-top: 3px;
164
+
165
+ .e-month-type .e-label {
166
+ display: none;
167
+ }
168
+ }
169
+
170
+ .e-input-wrapper-side {
171
+ float: left;
172
+ padding: 16px 20px 0;
173
+ width: 50%;
174
+
175
+ &.e-end-on {
176
+
177
+ .e-end-on-label {
178
+ float: none;
179
+ font-size: $recurrence-label-font-nrml-size;
180
+ font-weight: $recurrence-label-font-weight;
181
+ margin-bottom: $recurrence-month-label-bottom;
182
+ padding-right: 16px;
183
+ }
184
+
185
+ .e-end-on-left {
186
+ padding-right: 16px;
187
+ }
188
+ }
189
+
190
+ &.e-non-week > .e-input-wrapper {
191
+ margin: 0;
192
+ }
193
+
194
+ &.e-non-week > .e-month-expander-label {
195
+ font-size: $recurrence-label-font-nrml-size;
196
+ font-weight: $recurrence-label-font-weight;
197
+ margin-bottom: $recurrence-month-label-bottom;
198
+ padding-right: 16px;
199
+ }
200
+ }
201
+
202
+ .e-input-wrapper-side .e-days .e-form-left {
203
+ padding-bottom: 6px;
204
+ }
205
+
206
+ .e-input-wrapper-side .e-non-week .e-form-left {
207
+ padding-bottom: 12px;
208
+ }
209
+
210
+ .e-input-wrapper-side.e-form-right {
211
+ margin-bottom: 11px;
212
+ }
213
+ }
214
+
215
+ .e-bigger {
216
+ .e-recurrenceeditor {
217
+ padding: 0;
218
+
219
+ .e-input-wrapper-side.e-form-left {
220
+ padding: 0 12px 11px 0;
221
+ }
222
+
223
+ .e-form-left {
224
+ padding: 0 12px 14px 0;
225
+ }
226
+
227
+ .e-form-right,
228
+ .e-input-wrapper-side.e-form-right {
229
+ padding: 0 0 10px;
230
+ }
231
+
232
+ .e-input-wrapper-side .e-days .e-form-left {
233
+ padding-bottom: 6px;
234
+ }
235
+
236
+ .e-recurrence-table .e-monthday-element {
237
+ padding-left: 70px;
238
+ }
239
+
240
+ .e-week-position {
241
+ min-width: $recurrence-week-position-bgr-min-width;
242
+ right: 0;
243
+ }
244
+
245
+ .e-day-position {
246
+ min-width: $recurrence-day-position-bgr-min-width;
247
+ padding-left: $recurrence-day-position-bgr-padding-left;
248
+ }
249
+
250
+ .e-input-wrapper-side.e-non-week > .e-month-expander-label {
251
+ font-size: $recurrence-label-font-bgr-size;
252
+ margin-bottom: 0;
253
+ }
254
+
255
+ .e-input-wrapper-side.e-end-on .e-end-on-left {
256
+ padding-right: $recurrence-end-bgr-padding-right;
257
+ }
258
+
259
+ .e-end-on-label {
260
+ margin-bottom: 0;
261
+ }
262
+
263
+ .e-days .e-week-expander-label {
264
+ font-size: $recurrence-label-font-bgr-size;
265
+ margin-bottom: 8px;
266
+ }
267
+
268
+ .e-input-wrapper-side .e-non-week .e-form-left {
269
+ padding-bottom: 12px;
270
+ }
271
+
272
+ .e-input-wrapper-side.e-end-on .e-end-on-label {
273
+ font-size: $recurrence-label-font-bgr-size;
274
+ margin-bottom: 1px;
275
+ }
276
+
277
+ .e-month-expander tr:first-child .e-input-wrapper,
278
+ .e-year-expander,
279
+ .e-input-wrapper-side.e-form-right {
280
+ margin-bottom: 11px;
281
+ }
282
+
283
+ .e-recurrence-table {
284
+ &.e-month-expand-wrapper td:first-child {
285
+ width: 30px;
286
+ }
287
+ }
288
+
289
+ .e-days {
290
+ button {
291
+ height: 40px;
292
+ width: 40px;
293
+ }
294
+ }
295
+
296
+ &.e-rtl {
297
+
298
+ .e-form-left,
299
+ .e-input-wrapper-side.e-form-left {
300
+ padding: 0 0 10px 12px;
301
+ }
302
+
303
+ .e-form-right,
304
+ .e-input-wrapper-side.e-form-right {
305
+ padding: 0 12px 10px 0;
306
+ }
307
+
308
+ .e-recurrence-table .e-monthday-element,
309
+ .e-recurrence-table .e-day-position {
310
+ padding: 0 64px 0 0;
311
+ }
312
+
313
+ .e-input-wrapper-side.e-end-on .e-end-on-label,
314
+ .e-input-wrapper-side.e-non-week > .e-month-expander-label {
315
+ padding-right: 0;
316
+ }
317
+
318
+ .e-end-on-label {
319
+ margin-bottom: 5px;
320
+ }
321
+
322
+ .e-input-wrapper-side.e-end-on .e-end-on-left {
323
+ padding: 0 0 0 12px;
324
+ }
325
+
326
+ .e-input-wrapper.e-end-on-date,
327
+ .e-input-wrapper.e-end-on-count {
328
+ padding: 0 12px 0 0;
329
+ }
330
+
331
+ .e-recurrence-table .e-week-position {
332
+ left: 0;
333
+ }
334
+ }
335
+ }
336
+ }
337
+
338
+ .e-device {
339
+ .e-recurrenceeditor {
340
+ .e-recurrence-table {
341
+ &.e-repeat-content-wrapper td:last-child {
342
+ width: 25%;
343
+ }
344
+
345
+ &.e-month-expand-wrapper td:first-child {
346
+ width: 20%;
347
+ }
348
+ }
349
+
350
+ .e-week-expander-label {
351
+ margin-bottom: 6px;
352
+ }
353
+
354
+ .e-month-expander-label {
355
+ font-size: 12px;
356
+ margin-bottom: 5px;
357
+ }
358
+
359
+ .e-footer-content {
360
+ padding: 12px;
361
+ }
362
+
363
+ .e-form-left,
364
+ .e-input-wrapper-side.e-form-left {
365
+ padding: 0 3px 10px 0;
366
+ }
367
+
368
+ .e-form-right,
369
+ .e-input-wrapper-side.e-form-right {
370
+ padding: 0 0 10px 3px;
371
+ }
372
+
373
+ .e-input-wrapper.e-end-on-date,
374
+ .e-input-wrapper.e-end-on-count {
375
+ padding: 0 0 0 10px;
376
+ }
377
+
378
+ .e-input-wrapper-side.e-end-on .e-end-on-left {
379
+ padding-right: 10px;
380
+ }
381
+
382
+ &.e-end-on {
383
+ padding-right: 0;
384
+
385
+ .e-end-on-label {
386
+ float: none;
387
+ font-size: 12px;
388
+ font-weight: $recurrence-label-font-weight;
389
+ margin-bottom: $recurrence-label-bottom;
390
+ }
391
+
392
+ .e-end-on-left {
393
+ padding-right: 0;
394
+ }
395
+ }
396
+
397
+ .e-recurrence-table .e-monthday-element,
398
+ .e-recurrence-table .e-day-position {
399
+ padding-left: 20px;
400
+ }
401
+
402
+ .e-recurrence-table .e-monthday-element {
403
+ margin-left: 20px;
404
+ }
405
+
406
+ .e-week-position {
407
+ right: 0;
408
+ padding-right: 10px;
409
+ }
410
+
411
+ &.e-rtl {
412
+ .e-input-wrapper-side.e-end-on .e-end-on-left {
413
+ padding-right: 0;
414
+ }
415
+
416
+ .e-input-wrapper.e-end-on-date,
417
+ .e-input-wrapper.e-end-on-count {
418
+ padding: 0 10px 0 0;
419
+ }
420
+
421
+ .e-recurrence-table .e-monthday-element {
422
+ padding: 0 20px 0 0;
423
+ }
424
+
425
+ .e-recurrence-table .e-day-position {
426
+ padding: 0 50px 0 0;
427
+ }
428
+
429
+ .e-week-position {
430
+ left: 0;
431
+ }
432
+ }
433
+ }
434
+
435
+ &.e-recurrence-dialog {
436
+ .e-dlg-header-content {
437
+ background: none;
438
+ box-shadow: none;
439
+ padding-bottom: 10px;
440
+ }
441
+
442
+ .e-editor {
443
+ .e-input-wrapper-side.e-end-on .e-end-on-label {
444
+ margin-bottom: $recurrence-label-bottom;
445
+ }
446
+ }
447
+
448
+ .e-footer-content {
449
+ padding: 16px 8px;
450
+ }
451
+ }
452
+ }
453
+
454
+ @media (max-width: 1024px) {
455
+ .e-recurrenceeditor {
456
+
457
+ .e-editor {
458
+
459
+ .e-input-wrapper-side.e-end-on {
460
+ width: 100%;
461
+ }
462
+
463
+ .e-input-wrapper-side.e-non-week {
464
+ width: 65%;
465
+ }
466
+ }
467
+ }
468
+ }
469
+
470
+ @media (max-width: 580px) {
471
+ .e-recurrenceeditor {
472
+ margin-left: auto;
473
+ margin-right: auto;
474
+ width: 100%;
475
+
476
+ .e-editor {
477
+ flex-direction: column;
478
+
479
+ >.e-input-wrapper.e-form-left {
480
+ margin-top: 0;
481
+ }
482
+
483
+ .e-input-wrapper-side.e-non-week > .e-month-expander-label,
484
+ .e-input-wrapper-side.e-end-on .e-end-on-label {
485
+ margin-bottom: $recurrence-month-label-bottom;
486
+ }
487
+
488
+ > div {
489
+ margin-top: 20px;
490
+ }
491
+
492
+ > .e-input-wrapper {
493
+ width: 100%;
494
+ }
495
+
496
+ .e-input-wrapper-side.e-end-on {
497
+ width: 100%;
498
+
499
+ .e-input-wrapper {
500
+ width: 50%;
501
+ }
502
+ }
503
+
504
+ .e-form-left,
505
+ .e-input-wrapper-side.e-form-left {
506
+ padding: 0 0 10px;
507
+ }
508
+
509
+ .e-input-wrapper.e-end-on-date,
510
+ .e-input-wrapper.e-end-on-count {
511
+ padding: 0 0 0 10px;
512
+ }
513
+
514
+ .e-input-wrapper-side.e-end-on .e-end-on-left {
515
+ padding-right: 10px;
516
+ }
517
+
518
+ .e-form-right,
519
+ .e-input-wrapper-side.e-form-right {
520
+ padding-left: 0;
521
+ }
522
+
523
+ .e-input-wrapper-side.e-days {
524
+ width: 100%;
525
+ }
526
+
527
+ .e-input-wrapper-side.e-non-week {
528
+ width: 65%;
529
+ }
530
+
531
+ .e-recurrence-table .e-day-position {
532
+ padding-left: 50px;
533
+ }
534
+ }
535
+
536
+ &.e-rtl {
537
+ .e-input-wrapper-side.e-end-on .e-end-on-left {
538
+ padding-right: 0;
539
+ }
540
+
541
+ .e-input-wrapper.e-end-on-date,
542
+ .e-input-wrapper.e-end-on-count {
543
+ padding: 0 10px 0 0;
544
+ }
545
+ }
546
+ }
547
+ }
548
+ }
@@ -0,0 +1,13 @@
1
+ /*! recurrence editor theme wise definitions*/
2
+ $recurrence-label-bottom: 1px !default;
3
+ $recurrence-month-label-bottom: 1px !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: 90px !default;
10
+ $recurrence-day-position-bgr-min-width: 128px !default;
11
+ $recurrence-day-position-bgr-padding-left: 14px !default;
12
+ $recurrence-end-bgr-padding-right: 16px !default;
13
+ $recurrence-week-position-min-width: 81px !default;