@syncfusion/ej2-angular-schedule 24.1.41 → 24.2.3

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 (152) hide show
  1. package/README.md +1 -1
  2. package/package.json +8 -8
  3. package/schematics/utils/lib-details.d.ts +2 -2
  4. package/schematics/utils/lib-details.js +2 -2
  5. package/schematics/utils/lib-details.ts +2 -2
  6. package/styles/bootstrap-dark.css +1 -4550
  7. package/styles/bootstrap.css +1 -4545
  8. package/styles/bootstrap4.css +1 -4654
  9. package/styles/bootstrap5-dark.css +1 -4599
  10. package/styles/bootstrap5.css +1 -4599
  11. package/styles/fabric-dark.css +1 -4517
  12. package/styles/fabric.css +1 -4507
  13. package/styles/fluent-dark.css +1 -4576
  14. package/styles/fluent.css +1 -4576
  15. package/styles/highcontrast-light.css +1 -4589
  16. package/styles/highcontrast.css +1 -4598
  17. package/styles/material-dark.css +1 -4533
  18. package/styles/material.css +1 -4569
  19. package/styles/material3-dark.css +1 -4636
  20. package/styles/material3-dark.scss +0 -1
  21. package/styles/material3.css +1 -4692
  22. package/styles/material3.scss +0 -1
  23. package/styles/recurrence-editor/bootstrap-dark.css +1 -505
  24. package/styles/recurrence-editor/bootstrap-dark.scss +1 -8
  25. package/styles/recurrence-editor/bootstrap.css +1 -505
  26. package/styles/recurrence-editor/bootstrap.scss +1 -8
  27. package/styles/recurrence-editor/bootstrap4.css +1 -550
  28. package/styles/recurrence-editor/bootstrap4.scss +1 -8
  29. package/styles/recurrence-editor/bootstrap5-dark.css +1 -546
  30. package/styles/recurrence-editor/bootstrap5-dark.scss +1 -8
  31. package/styles/recurrence-editor/bootstrap5.css +1 -546
  32. package/styles/recurrence-editor/bootstrap5.scss +1 -8
  33. package/styles/recurrence-editor/fabric-dark.css +1 -481
  34. package/styles/recurrence-editor/fabric-dark.scss +1 -8
  35. package/styles/recurrence-editor/fabric.css +1 -474
  36. package/styles/recurrence-editor/fabric.scss +1 -8
  37. package/styles/recurrence-editor/fluent-dark.css +1 -526
  38. package/styles/recurrence-editor/fluent-dark.scss +1 -8
  39. package/styles/recurrence-editor/fluent.css +1 -526
  40. package/styles/recurrence-editor/fluent.scss +1 -8
  41. package/styles/recurrence-editor/highcontrast-light.css +1 -478
  42. package/styles/recurrence-editor/highcontrast-light.scss +1 -8
  43. package/styles/recurrence-editor/highcontrast.css +1 -478
  44. package/styles/recurrence-editor/highcontrast.scss +1 -8
  45. package/styles/recurrence-editor/material-dark.css +1 -506
  46. package/styles/recurrence-editor/material-dark.scss +1 -8
  47. package/styles/recurrence-editor/material.css +1 -531
  48. package/styles/recurrence-editor/material.scss +1 -8
  49. package/styles/recurrence-editor/material3-dark.css +1 -596
  50. package/styles/recurrence-editor/material3-dark.scss +1 -8
  51. package/styles/recurrence-editor/material3.css +1 -652
  52. package/styles/recurrence-editor/material3.scss +1 -8
  53. package/styles/recurrence-editor/tailwind-dark.css +1 -494
  54. package/styles/recurrence-editor/tailwind-dark.scss +1 -8
  55. package/styles/recurrence-editor/tailwind.css +1 -494
  56. package/styles/recurrence-editor/tailwind.scss +1 -8
  57. package/styles/schedule/bootstrap-dark.css +1 -4149
  58. package/styles/schedule/bootstrap-dark.scss +1 -16
  59. package/styles/schedule/bootstrap.css +1 -4144
  60. package/styles/schedule/bootstrap.scss +1 -16
  61. package/styles/schedule/bootstrap4.css +1 -4253
  62. package/styles/schedule/bootstrap4.scss +1 -16
  63. package/styles/schedule/bootstrap5-dark.css +1 -4198
  64. package/styles/schedule/bootstrap5-dark.scss +1 -15
  65. package/styles/schedule/bootstrap5.css +1 -4198
  66. package/styles/schedule/bootstrap5.scss +1 -16
  67. package/styles/schedule/fabric-dark.css +1 -4116
  68. package/styles/schedule/fabric-dark.scss +1 -16
  69. package/styles/schedule/fabric.css +1 -4106
  70. package/styles/schedule/fabric.scss +1 -16
  71. package/styles/schedule/fluent-dark.css +1 -4175
  72. package/styles/schedule/fluent-dark.scss +1 -15
  73. package/styles/schedule/fluent.css +1 -4175
  74. package/styles/schedule/fluent.scss +1 -16
  75. package/styles/schedule/highcontrast-light.css +1 -4188
  76. package/styles/schedule/highcontrast-light.scss +1 -16
  77. package/styles/schedule/highcontrast.css +1 -4197
  78. package/styles/schedule/highcontrast.scss +1 -16
  79. package/styles/schedule/material-dark.css +1 -4132
  80. package/styles/schedule/material-dark.scss +1 -16
  81. package/styles/schedule/material.css +1 -4168
  82. package/styles/schedule/material.scss +1 -16
  83. package/styles/schedule/material3-dark.css +1 -4235
  84. package/styles/schedule/material3-dark.scss +1 -15
  85. package/styles/schedule/material3.css +1 -4291
  86. package/styles/schedule/material3.scss +1 -16
  87. package/styles/schedule/tailwind-dark.css +1 -4139
  88. package/styles/schedule/tailwind-dark.scss +1 -15
  89. package/styles/schedule/tailwind.css +1 -4139
  90. package/styles/schedule/tailwind.scss +1 -16
  91. package/styles/tailwind-dark.css +1 -4540
  92. package/styles/tailwind.css +1 -4540
  93. package/styles/recurrence-editor/_all.scss +0 -2
  94. package/styles/recurrence-editor/_bootstrap-dark-definition.scss +0 -15
  95. package/styles/recurrence-editor/_bootstrap-definition.scss +0 -15
  96. package/styles/recurrence-editor/_bootstrap4-definition.scss +0 -15
  97. package/styles/recurrence-editor/_bootstrap5-dark-definition.scss +0 -1
  98. package/styles/recurrence-editor/_bootstrap5-definition.scss +0 -15
  99. package/styles/recurrence-editor/_fabric-dark-definition.scss +0 -15
  100. package/styles/recurrence-editor/_fabric-definition.scss +0 -15
  101. package/styles/recurrence-editor/_fluent-dark-definition.scss +0 -1
  102. package/styles/recurrence-editor/_fluent-definition.scss +0 -15
  103. package/styles/recurrence-editor/_fusionnew-definition.scss +0 -15
  104. package/styles/recurrence-editor/_highcontrast-definition.scss +0 -15
  105. package/styles/recurrence-editor/_highcontrast-light-definition.scss +0 -15
  106. package/styles/recurrence-editor/_layout.scss +0 -541
  107. package/styles/recurrence-editor/_material-dark-definition.scss +0 -15
  108. package/styles/recurrence-editor/_material-definition.scss +0 -15
  109. package/styles/recurrence-editor/_material3-dark-definition.scss +0 -1
  110. package/styles/recurrence-editor/_material3-definition.scss +0 -15
  111. package/styles/recurrence-editor/_tailwind-dark-definition.scss +0 -1
  112. package/styles/recurrence-editor/_tailwind-definition.scss +0 -15
  113. package/styles/recurrence-editor/_theme.scss +0 -1
  114. package/styles/schedule/_all.scss +0 -2
  115. package/styles/schedule/_bootstrap-dark-definition.scss +0 -284
  116. package/styles/schedule/_bootstrap-definition.scss +0 -284
  117. package/styles/schedule/_bootstrap4-definition.scss +0 -287
  118. package/styles/schedule/_bootstrap5-dark-definition.scss +0 -1
  119. package/styles/schedule/_bootstrap5-definition.scss +0 -294
  120. package/styles/schedule/_fabric-dark-definition.scss +0 -283
  121. package/styles/schedule/_fabric-definition.scss +0 -284
  122. package/styles/schedule/_fluent-dark-definition.scss +0 -1
  123. package/styles/schedule/_fluent-definition.scss +0 -289
  124. package/styles/schedule/_fusionnew-definition.scss +0 -293
  125. package/styles/schedule/_highcontrast-definition.scss +0 -285
  126. package/styles/schedule/_highcontrast-light-definition.scss +0 -285
  127. package/styles/schedule/_layout.scss +0 -4173
  128. package/styles/schedule/_material-dark-definition.scss +0 -284
  129. package/styles/schedule/_material-definition.scss +0 -284
  130. package/styles/schedule/_material3-dark-definition.scss +0 -1
  131. package/styles/schedule/_material3-definition.scss +0 -296
  132. package/styles/schedule/_tailwind-dark-definition.scss +0 -1
  133. package/styles/schedule/_tailwind-definition.scss +0 -286
  134. package/styles/schedule/_theme.scss +0 -551
  135. package/styles/schedule/icons/_bootstrap-dark.scss +0 -235
  136. package/styles/schedule/icons/_bootstrap.scss +0 -235
  137. package/styles/schedule/icons/_bootstrap4.scss +0 -235
  138. package/styles/schedule/icons/_bootstrap5-dark.scss +0 -1
  139. package/styles/schedule/icons/_bootstrap5.scss +0 -235
  140. package/styles/schedule/icons/_fabric-dark.scss +0 -235
  141. package/styles/schedule/icons/_fabric.scss +0 -235
  142. package/styles/schedule/icons/_fluent-dark.scss +0 -1
  143. package/styles/schedule/icons/_fluent.scss +0 -235
  144. package/styles/schedule/icons/_fusionnew.scss +0 -235
  145. package/styles/schedule/icons/_highcontrast-light.scss +0 -235
  146. package/styles/schedule/icons/_highcontrast.scss +0 -235
  147. package/styles/schedule/icons/_material-dark.scss +0 -235
  148. package/styles/schedule/icons/_material.scss +0 -235
  149. package/styles/schedule/icons/_material3-dark.scss +0 -1
  150. package/styles/schedule/icons/_material3.scss +0 -235
  151. package/styles/schedule/icons/_tailwind-dark.scss +0 -1
  152. package/styles/schedule/icons/_tailwind.scss +0 -235
@@ -1,235 +0,0 @@
1
- @include export-module('schedule-bootstrap5-icons') {
2
- .e-schedule {
3
- .e-schedule-toolbar {
4
- & .e-icon-prev::before {
5
- content: '\e765';
6
- }
7
-
8
- & .e-icon-next::before {
9
- content: '\e748';
10
- }
11
-
12
- & .e-icon-add::before {
13
- content: '\e805';
14
- }
15
-
16
- & .e-icon-today::before {
17
- content: '\e778';
18
- }
19
-
20
- & .e-icon-down-arrow::before {
21
- content: '\e729';
22
- }
23
-
24
- & .e-icon-day::before {
25
- content: '\e75e';
26
- }
27
-
28
- & .e-icon-week::before {
29
- content: '\e817';
30
- }
31
-
32
- & .e-icon-workweek::before {
33
- content: '\e817';
34
- }
35
-
36
- & .e-icon-month::before {
37
- content: '\e7c5';
38
- }
39
-
40
- & .e-icon-month-agenda::before {
41
- content: '\e75b';
42
- }
43
-
44
- & .e-icon-agenda::before {
45
- content: '\e74c';
46
- }
47
-
48
- & .e-icon-year::before {
49
- content: '\e7c5';
50
- }
51
-
52
- & .e-icon-timeline-year-vertical::before {
53
- content: '\e876';
54
- }
55
-
56
- & .e-icon-timeline-year-horizontal::before {
57
- content: '\e876';
58
- }
59
-
60
- & .e-icon-timeline-day::before {
61
- content: '\e7da';
62
- }
63
-
64
- & .e-icon-timeline-week::before {
65
- content: '\e81f';
66
- }
67
-
68
- & .e-icon-timeline-workweek::before {
69
- content: '\e720';
70
- }
71
-
72
- & .e-icon-timeline-month::before {
73
- content: '\e876';
74
- }
75
-
76
- &.e-toolbar {
77
- .e-popup-down-icon::before {
78
- content: '\e770';
79
- }
80
-
81
- .e-popup-up-icon::before {
82
- content: '\e770';
83
- }
84
- }
85
-
86
- &.e-rtl {
87
- & .e-icon-prev::before {
88
- content: '\e748';
89
- }
90
-
91
- & .e-icon-next::before {
92
- content: '\e765';
93
- }
94
- }
95
- }
96
-
97
- .e-schedule-resource-toolbar {
98
- & .e-icon-menu::before {
99
- content: '\e799';
100
- }
101
-
102
- & .e-icon-next::before {
103
- content: '\e748';
104
- }
105
- }
106
-
107
- .e-close-icon::before {
108
- content: '\e7e7';
109
- }
110
-
111
- .e-block-indicator::before {
112
- content: '\e839';
113
- }
114
-
115
- .e-appointment {
116
- .e-recurrence-icon::before {
117
- content: '\e772';
118
- }
119
-
120
- .e-recurrence-edit-icon::before {
121
- content: '\e789';
122
- }
123
-
124
- .e-up-icon::before {
125
- content: '\e822';
126
- }
127
-
128
- .e-down-icon::before {
129
- content: '\e7fe';
130
- }
131
-
132
- .e-left-icon::before {
133
- content: '\e744';
134
- }
135
-
136
- .e-right-icon::before {
137
- content: '\e7a9';
138
- }
139
- }
140
-
141
- .e-vertical-view .e-all-day-cells {
142
- .e-all-day-appointment-section::before {
143
- content: '\e729';
144
- }
145
- }
146
-
147
- &.e-rtl {
148
- .e-appointment {
149
- & .e-left-icon::before {
150
- content: '\e7a9';
151
- }
152
-
153
- & .e-right-icon::before {
154
- content: '\e744';
155
- }
156
- }
157
- }
158
-
159
- .e-resource-tree-icon::before {
160
- content: '\e748';
161
- }
162
- }
163
-
164
- .e-schedule-dialog.e-device {
165
- .e-back-icon::before {
166
- content: '\e773';
167
- }
168
-
169
- .e-save-icon::before {
170
- content: '\e7c8';
171
- }
172
-
173
- .e-delete-icon::before {
174
- content: '\e820';
175
- }
176
-
177
- .e-recurrence-container {
178
- .e-recurrence-edit-button {
179
- .e-recurrence-edit.e-icons::before {
180
- content: '\e730';
181
- }
182
- }
183
- }
184
- }
185
-
186
- .e-schedule-dialog.e-device.e-rtl {
187
- .e-back-icon::before {
188
- content: '\e7f9';
189
- }
190
- }
191
-
192
- .e-quick-popup-wrapper {
193
- .e-edit-icon::before {
194
- content: '\e730';
195
- }
196
-
197
- .e-delete-icon::before {
198
- content: '\e820';
199
- }
200
-
201
- .e-close-icon::before {
202
- content: '\e7e7';
203
- }
204
-
205
- .e-time-icon::before {
206
- content: '\e705';
207
- }
208
-
209
- .e-location-icon::before {
210
- content: '\e756';
211
- }
212
-
213
- .e-time-zone-icon::before {
214
- content: '\e804';
215
- }
216
-
217
- .e-description-icon::before {
218
- content: '\e7c0';
219
- }
220
-
221
- .e-resource-icon::before {
222
- content: '\e7b9';
223
- }
224
-
225
- .e-date-time-icon::before {
226
- content: '\e7da';
227
- }
228
- }
229
-
230
- .e-more-popup-wrapper.e-device {
231
- .e-close-icon::before {
232
- content: '\e7e7';
233
- }
234
- }
235
- }
@@ -1,235 +0,0 @@
1
- @include export-module('schedule-fabric-icons') {
2
- .e-schedule {
3
- .e-schedule-toolbar {
4
- & .e-icon-prev::before {
5
- content: '\e98f';
6
- }
7
-
8
- & .e-icon-next::before {
9
- content: '\e219';
10
- }
11
-
12
- & .e-icon-add::before {
13
- content: '\e20f';
14
- }
15
-
16
- & .e-icon-today::before {
17
- content: '\e321';
18
- }
19
-
20
- & .e-icon-down-arrow::before {
21
- content: '\e966';
22
- }
23
-
24
- & .e-icon-day::before {
25
- content: '\e317';
26
- }
27
-
28
- & .e-icon-week::before {
29
- content: '\e31f';
30
- }
31
-
32
- & .e-icon-workweek::before {
33
- content: '\e323';
34
- }
35
-
36
- & .e-icon-month::before {
37
- content: '\e93a';
38
- }
39
-
40
- & .e-icon-month-agenda::before {
41
- content: '\e31e';
42
- }
43
-
44
- & .e-icon-agenda::before {
45
- content: '\e316';
46
- }
47
-
48
- & .e-icon-year::before {
49
- content: '\ea90';
50
- }
51
-
52
- & .e-icon-timeline-year-vertical::before {
53
- content: '\ea90';
54
- }
55
-
56
- & .e-icon-timeline-year-horizontal::before {
57
- content: '\ea90';
58
- }
59
-
60
- & .e-icon-timeline-day::before {
61
- content: '\ea86';
62
- }
63
-
64
- & .e-icon-timeline-week::before {
65
- content: '\ea89';
66
- }
67
-
68
- & .e-icon-timeline-workweek::before {
69
- content: '\ea8c';
70
- }
71
-
72
- & .e-icon-timeline-month::before {
73
- content: '\ea90';
74
- }
75
-
76
- &.e-toolbar {
77
- .e-popup-down-icon::before {
78
- content: '\e976';
79
- }
80
-
81
- .e-popup-up-icon::before {
82
- content: '\e976';
83
- }
84
- }
85
-
86
- &.e-rtl {
87
- & .e-icon-prev::before {
88
- content: '\e219';
89
- }
90
-
91
- & .e-icon-next::before {
92
- content: '\e98f';
93
- }
94
- }
95
- }
96
-
97
- .e-schedule-resource-toolbar {
98
- & .e-icon-menu::before {
99
- content: '\e94c';
100
- }
101
-
102
- & .e-icon-next::before {
103
- content: '\e219';
104
- }
105
- }
106
-
107
- .e-close-icon::before {
108
- content: '\e953';
109
- }
110
-
111
- .e-block-indicator::before {
112
- content: '\e22a';
113
- }
114
-
115
- .e-appointment {
116
- .e-recurrence-icon::before {
117
- content: '\e309';
118
- }
119
-
120
- .e-recurrence-edit-icon::before {
121
- content: '\e30b';
122
- }
123
-
124
- .e-up-icon::before {
125
- content: '\e307';
126
- }
127
-
128
- .e-down-icon::before {
129
- content: '\e305';
130
- }
131
-
132
- .e-left-icon::before {
133
- content: '\e303';
134
- }
135
-
136
- .e-right-icon::before {
137
- content: '\e301';
138
- }
139
- }
140
-
141
- .e-vertical-view .e-all-day-cells {
142
- .e-all-day-appointment-section::before {
143
- content: '\e966';
144
- }
145
- }
146
-
147
- &.e-rtl {
148
- .e-appointment {
149
- & .e-left-icon::before {
150
- content: '\e301';
151
- }
152
-
153
- & .e-right-icon::before {
154
- content: '\e303';
155
- }
156
- }
157
- }
158
-
159
- .e-resource-tree-icon::before {
160
- content: '\e22e';
161
- }
162
- }
163
-
164
- .e-schedule-dialog.e-device {
165
- .e-back-icon::before {
166
- content: '\e962';
167
- }
168
-
169
- .e-save-icon::before {
170
- content: '\e954';
171
- }
172
-
173
- .e-delete-icon::before {
174
- content: '\e965';
175
- }
176
-
177
- .e-recurrence-container {
178
- .e-recurrence-edit-button {
179
- .e-recurrence-edit.e-icons::before {
180
- content: '\e97c';
181
- }
182
- }
183
- }
184
- }
185
-
186
- .e-schedule-dialog.e-device.e-rtl {
187
- .e-back-icon::before {
188
- content: '\e301';
189
- }
190
- }
191
-
192
- .e-quick-popup-wrapper {
193
- .e-edit-icon::before {
194
- content: '\e97c';
195
- }
196
-
197
- .e-delete-icon::before {
198
- content: '\e965';
199
- }
200
-
201
- .e-close-icon::before {
202
- content: '\e953';
203
- }
204
-
205
- .e-time-icon::before {
206
- content: '\e97f';
207
- }
208
-
209
- .e-location-icon::before {
210
- content: '\e30f';
211
- }
212
-
213
- .e-time-zone-icon::before {
214
- content: '\e311';
215
- }
216
-
217
- .e-description-icon::before {
218
- content: '\e310';
219
- }
220
-
221
- .e-resource-icon::before {
222
- content: '\e425';
223
- }
224
-
225
- .e-date-time-icon::before {
226
- content: '\e422';
227
- }
228
- }
229
-
230
- .e-more-popup-wrapper.e-device {
231
- .e-close-icon::before {
232
- content: '\e953';
233
- }
234
- }
235
- }
@@ -1,235 +0,0 @@
1
- @include export-module('schedule-fabric-icons') {
2
- .e-schedule {
3
- .e-schedule-toolbar {
4
- & .e-icon-prev::before {
5
- content: '\e98f';
6
- }
7
-
8
- & .e-icon-next::before {
9
- content: '\e219';
10
- }
11
-
12
- & .e-icon-add::before {
13
- content: '\e20f';
14
- }
15
-
16
- & .e-icon-today::before {
17
- content: '\e321';
18
- }
19
-
20
- & .e-icon-down-arrow::before {
21
- content: '\e966';
22
- }
23
-
24
- & .e-icon-day::before {
25
- content: '\e317';
26
- }
27
-
28
- & .e-icon-week::before {
29
- content: '\e31f';
30
- }
31
-
32
- & .e-icon-workweek::before {
33
- content: '\e323';
34
- }
35
-
36
- & .e-icon-month::before {
37
- content: '\e93a';
38
- }
39
-
40
- & .e-icon-month-agenda::before {
41
- content: '\e31e';
42
- }
43
-
44
- & .e-icon-agenda::before {
45
- content: '\e316';
46
- }
47
-
48
- & .e-icon-year::before {
49
- content: '\ea90';
50
- }
51
-
52
- & .e-icon-timeline-year-vertical::before {
53
- content: '\ea90';
54
- }
55
-
56
- & .e-icon-timeline-year-horizontal::before {
57
- content: '\ea90';
58
- }
59
-
60
- & .e-icon-timeline-day::before {
61
- content: '\ea86';
62
- }
63
-
64
- & .e-icon-timeline-week::before {
65
- content: '\ea89';
66
- }
67
-
68
- & .e-icon-timeline-workweek::before {
69
- content: '\ea8c';
70
- }
71
-
72
- & .e-icon-timeline-month::before {
73
- content: '\ea90';
74
- }
75
-
76
- &.e-toolbar {
77
- .e-popup-down-icon::before {
78
- content: '\e976';
79
- }
80
-
81
- .e-popup-up-icon::before {
82
- content: '\e976';
83
- }
84
- }
85
-
86
- &.e-rtl {
87
- & .e-icon-prev::before {
88
- content: '\e219';
89
- }
90
-
91
- & .e-icon-next::before {
92
- content: '\e98f';
93
- }
94
- }
95
- }
96
-
97
- .e-schedule-resource-toolbar {
98
- & .e-icon-menu::before {
99
- content: '\e94c';
100
- }
101
-
102
- & .e-icon-next::before {
103
- content: '\e219';
104
- }
105
- }
106
-
107
- .e-close-icon::before {
108
- content: '\e953';
109
- }
110
-
111
- .e-block-indicator::before {
112
- content: '\e22a';
113
- }
114
-
115
- .e-appointment {
116
- .e-recurrence-icon::before {
117
- content: '\e309';
118
- }
119
-
120
- .e-recurrence-edit-icon::before {
121
- content: '\e30b';
122
- }
123
-
124
- .e-up-icon::before {
125
- content: '\e307';
126
- }
127
-
128
- .e-down-icon::before {
129
- content: '\e305';
130
- }
131
-
132
- .e-left-icon::before {
133
- content: '\e303';
134
- }
135
-
136
- .e-right-icon::before {
137
- content: '\e301';
138
- }
139
- }
140
-
141
- .e-vertical-view .e-all-day-cells {
142
- .e-all-day-appointment-section::before {
143
- content: '\e966';
144
- }
145
- }
146
-
147
- &.e-rtl {
148
- .e-appointment {
149
- & .e-left-icon::before {
150
- content: '\e301';
151
- }
152
-
153
- & .e-right-icon::before {
154
- content: '\e303';
155
- }
156
- }
157
- }
158
-
159
- .e-resource-tree-icon::before {
160
- content: '\e22e';
161
- }
162
- }
163
-
164
- .e-schedule-dialog.e-device {
165
- .e-back-icon::before {
166
- content: '\e962';
167
- }
168
-
169
- .e-save-icon::before {
170
- content: '\e954';
171
- }
172
-
173
- .e-delete-icon::before {
174
- content: '\e965';
175
- }
176
-
177
- .e-recurrence-container {
178
- .e-recurrence-edit-button {
179
- .e-recurrence-edit.e-icons::before {
180
- content: '\e97c';
181
- }
182
- }
183
- }
184
- }
185
-
186
- .e-schedule-dialog.e-device.e-rtl {
187
- .e-back-icon::before {
188
- content: '\e301';
189
- }
190
- }
191
-
192
- .e-quick-popup-wrapper {
193
- .e-edit-icon::before {
194
- content: '\e97c';
195
- }
196
-
197
- .e-delete-icon::before {
198
- content: '\e965';
199
- }
200
-
201
- .e-close-icon::before {
202
- content: '\e953';
203
- }
204
-
205
- .e-time-icon::before {
206
- content: '\e97f';
207
- }
208
-
209
- .e-location-icon::before {
210
- content: '\e30f';
211
- }
212
-
213
- .e-time-zone-icon::before {
214
- content: '\e311';
215
- }
216
-
217
- .e-description-icon::before {
218
- content: '\e310';
219
- }
220
-
221
- .e-resource-icon::before {
222
- content: '\e425';
223
- }
224
-
225
- .e-date-time-icon::before {
226
- content: '\e422';
227
- }
228
- }
229
-
230
- .e-more-popup-wrapper.e-device {
231
- .e-close-icon::before {
232
- content: '\e953';
233
- }
234
- }
235
- }
@@ -1 +0,0 @@
1
- @import './fluent.scss';