@syncfusion/ej2-angular-calendars 19.4.55 → 20.1.52

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 (98) hide show
  1. package/CHANGELOG.md +0 -14
  2. package/dist/ej2-angular-calendars.umd.js +1 -1
  3. package/dist/ej2-angular-calendars.umd.min.js +1 -1
  4. package/package.json +8 -8
  5. package/schematics/utils/lib-details.d.ts +2 -2
  6. package/schematics/utils/lib-details.js +2 -2
  7. package/schematics/utils/lib-details.ts +2 -2
  8. package/styles/bootstrap-dark.css +82 -31
  9. package/styles/bootstrap.css +82 -31
  10. package/styles/bootstrap4.css +82 -31
  11. package/styles/bootstrap5-dark.css +140 -45
  12. package/styles/bootstrap5.css +134 -39
  13. package/styles/calendar/bootstrap-dark.css +9 -5
  14. package/styles/calendar/bootstrap.css +9 -5
  15. package/styles/calendar/bootstrap4.css +9 -5
  16. package/styles/calendar/bootstrap5-dark.css +62 -14
  17. package/styles/calendar/bootstrap5.css +58 -10
  18. package/styles/calendar/fabric-dark.css +4 -0
  19. package/styles/calendar/fabric.css +4 -0
  20. package/styles/calendar/fluent-dark.css +1189 -0
  21. package/styles/calendar/fluent-dark.scss +1 -0
  22. package/styles/calendar/fluent.css +1189 -0
  23. package/styles/calendar/fluent.scss +1 -0
  24. package/styles/calendar/highcontrast-light.css +4 -0
  25. package/styles/calendar/highcontrast.css +4 -0
  26. package/styles/calendar/material-dark.css +4 -0
  27. package/styles/calendar/material.css +4 -0
  28. package/styles/calendar/tailwind-dark.css +158 -34
  29. package/styles/calendar/tailwind.css +158 -34
  30. package/styles/datepicker/bootstrap-dark.css +12 -2
  31. package/styles/datepicker/bootstrap.css +12 -2
  32. package/styles/datepicker/bootstrap4.css +12 -2
  33. package/styles/datepicker/bootstrap5-dark.css +12 -2
  34. package/styles/datepicker/bootstrap5.css +12 -2
  35. package/styles/datepicker/fabric-dark.css +12 -2
  36. package/styles/datepicker/fabric.css +12 -2
  37. package/styles/datepicker/fluent-dark.css +189 -0
  38. package/styles/datepicker/fluent-dark.scss +1 -0
  39. package/styles/datepicker/fluent.css +189 -0
  40. package/styles/datepicker/fluent.scss +1 -0
  41. package/styles/datepicker/highcontrast-light.css +12 -2
  42. package/styles/datepicker/highcontrast.css +12 -2
  43. package/styles/datepicker/material-dark.css +12 -2
  44. package/styles/datepicker/material.css +12 -2
  45. package/styles/datepicker/tailwind-dark.css +15 -5
  46. package/styles/datepicker/tailwind.css +15 -5
  47. package/styles/daterangepicker/bootstrap-dark.css +60 -24
  48. package/styles/daterangepicker/bootstrap.css +60 -24
  49. package/styles/daterangepicker/bootstrap4.css +60 -24
  50. package/styles/daterangepicker/bootstrap5-dark.css +65 -29
  51. package/styles/daterangepicker/bootstrap5.css +63 -27
  52. package/styles/daterangepicker/fabric-dark.css +60 -24
  53. package/styles/daterangepicker/fabric.css +60 -24
  54. package/styles/daterangepicker/fluent-dark.css +1055 -0
  55. package/styles/daterangepicker/fluent-dark.scss +1 -0
  56. package/styles/daterangepicker/fluent.css +1055 -0
  57. package/styles/daterangepicker/fluent.scss +1 -0
  58. package/styles/daterangepicker/highcontrast-light.css +60 -24
  59. package/styles/daterangepicker/highcontrast.css +60 -24
  60. package/styles/daterangepicker/material-dark.css +60 -24
  61. package/styles/daterangepicker/material.css +60 -24
  62. package/styles/daterangepicker/tailwind-dark.css +137 -93
  63. package/styles/daterangepicker/tailwind.css +137 -93
  64. package/styles/datetimepicker/fluent-dark.css +205 -0
  65. package/styles/datetimepicker/fluent-dark.scss +1 -0
  66. package/styles/datetimepicker/fluent.css +205 -0
  67. package/styles/datetimepicker/fluent.scss +1 -0
  68. package/styles/datetimepicker/tailwind-dark.css +1 -1
  69. package/styles/datetimepicker/tailwind.css +1 -1
  70. package/styles/fabric-dark.css +77 -26
  71. package/styles/fabric.css +77 -26
  72. package/styles/fluent-dark.css +2864 -0
  73. package/styles/fluent-dark.scss +5 -0
  74. package/styles/fluent.css +2864 -0
  75. package/styles/fluent.scss +5 -0
  76. package/styles/highcontrast-light.css +77 -26
  77. package/styles/highcontrast.css +77 -26
  78. package/styles/material-dark.css +77 -26
  79. package/styles/material.css +77 -26
  80. package/styles/tailwind-dark.css +316 -137
  81. package/styles/tailwind.css +316 -137
  82. package/styles/timepicker/bootstrap-dark.css +1 -0
  83. package/styles/timepicker/bootstrap.css +1 -0
  84. package/styles/timepicker/bootstrap4.css +1 -0
  85. package/styles/timepicker/bootstrap5-dark.css +1 -0
  86. package/styles/timepicker/bootstrap5.css +1 -0
  87. package/styles/timepicker/fabric-dark.css +1 -0
  88. package/styles/timepicker/fabric.css +1 -0
  89. package/styles/timepicker/fluent-dark.css +222 -0
  90. package/styles/timepicker/fluent-dark.scss +1 -0
  91. package/styles/timepicker/fluent.css +222 -0
  92. package/styles/timepicker/fluent.scss +1 -0
  93. package/styles/timepicker/highcontrast-light.css +1 -0
  94. package/styles/timepicker/highcontrast.css +1 -0
  95. package/styles/timepicker/material-dark.css +1 -0
  96. package/styles/timepicker/material.css +1 -0
  97. package/styles/timepicker/tailwind-dark.css +5 -4
  98. package/styles/timepicker/tailwind.css +5 -4
@@ -0,0 +1,205 @@
1
+ /*! component icons */
2
+ .e-datetime-wrapper .e-time-icon.e-icons::before {
3
+ content: '\e705';
4
+ font-family: 'e-icons';
5
+ }
6
+
7
+ .e-input-group.e-control-wrapper.e-datetime-wrapper.e-non-edit.e-input-focus .e-input:focus ~ .e-clear-icon,
8
+ .e-float-input.e-control-wrapper.e-input-group.e-datetime-wrapper.e-non-edit.e-input-focus input:focus ~ .e-clear-icon {
9
+ display: -ms-flexbox;
10
+ display: flex;
11
+ }
12
+
13
+ .e-datetime-wrapper {
14
+ -webkit-tap-highlight-color: transparent;
15
+ }
16
+
17
+ .e-datetime-wrapper .e-time-icon.e-icons::before {
18
+ font-size: 16px;
19
+ }
20
+
21
+ .e-datetime-wrapper.e-control-wrapper {
22
+ box-sizing: border-box;
23
+ }
24
+
25
+ .e-datetime-wrapper .e-time-icon.e-icons.e-disabled,
26
+ .e-datetime-wrapper .e-date-icon.e-icons.e-disabled {
27
+ pointer-events: none;
28
+ }
29
+
30
+ .e-datetime-wrapper .e-clear-icon {
31
+ box-sizing: content-box;
32
+ }
33
+
34
+ .e-datetime-wrapper span {
35
+ cursor: pointer;
36
+ }
37
+
38
+ .e-datetime-wrapper .e-input-group-icon.e-date-icon,
39
+ .e-datetime-wrapper .e-input-group-icon.e-time-icon {
40
+ font-size: 16px;
41
+ margin: 0;
42
+ outline: none;
43
+ }
44
+
45
+ .e-datetime-wrapper .e-input-group-icon.e-time-icon {
46
+ border: 0;
47
+ border-style: none;
48
+ margin: 0;
49
+ }
50
+
51
+ .e-datetime-wrapper:not(.e-outline).e-rtl .e-input-group-icon.e-time-icon {
52
+ margin: 0;
53
+ }
54
+
55
+ .e-datetimepicker.e-time-modal {
56
+ background-color: rgba(0, 0, 0, 0.4);
57
+ height: 100%;
58
+ left: 0;
59
+ opacity: .5;
60
+ pointer-events: auto;
61
+ position: fixed;
62
+ top: 0;
63
+ width: 100%;
64
+ z-index: 999;
65
+ }
66
+
67
+ .e-datetimepicker.e-popup {
68
+ border-style: solid;
69
+ border-width: 1px;
70
+ overflow: auto;
71
+ }
72
+
73
+ .e-datetimepicker.e-popup .e-content {
74
+ position: relative;
75
+ }
76
+
77
+ .e-datetimepicker.e-popup .e-list-parent.e-ul {
78
+ margin: 0;
79
+ padding: 8px 0;
80
+ }
81
+
82
+ .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item {
83
+ color: #f3f2f1;
84
+ cursor: default;
85
+ font-size: 14px;
86
+ overflow: hidden;
87
+ position: relative;
88
+ text-overflow: ellipsis;
89
+ vertical-align: middle;
90
+ white-space: nowrap;
91
+ width: 100%;
92
+ }
93
+
94
+ .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item.e-hover {
95
+ cursor: pointer;
96
+ }
97
+
98
+ .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item {
99
+ line-height: 30px;
100
+ text-indent: 12px;
101
+ }
102
+
103
+ .e-bigger.e-datetime-wrapper .e-time-icon.e-icons::before,
104
+ *.e-bigger .e-datetime-wrapper .e-time-icon.e-icons::before {
105
+ font-size: 18px;
106
+ }
107
+
108
+ .e-bigger.e-datetime-wrapper .e-input-group-icon.e-time-icon,
109
+ *.e-bigger .e-datetime-wrapper .e-input-group-icon.e-time-icon {
110
+ margin: 0;
111
+ }
112
+
113
+ .e-bigger.e-datetime-wrapper:not(.e-outline).e-rtl .e-input-group-icon.e-time-icon,
114
+ *.e-bigger .e-datetime-wrapper:not(.e-outline).e-rtl .e-input-group-icon.e-time-icon {
115
+ margin: 0;
116
+ }
117
+
118
+ .e-bigger .e-datetimepicker.e-popup .e-list-parent.e-ul,
119
+ *.e-bigger.e-datetimepicker.e-popup .e-list-parent.e-ul {
120
+ padding: 8px 0;
121
+ }
122
+
123
+ .e-bigger .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item,
124
+ *.e-bigger.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item {
125
+ font-size: 16px;
126
+ line-height: 32px;
127
+ text-indent: 16px;
128
+ }
129
+
130
+ .e-small .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item,
131
+ *.e-small.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item {
132
+ font-size: 12px;
133
+ line-height: 26px;
134
+ text-indent: 8px;
135
+ }
136
+
137
+ .e-small.e-bigger .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item,
138
+ *.e-small.e-bigger.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item {
139
+ font-size: 14px;
140
+ line-height: 30px;
141
+ text-indent: 16px;
142
+ }
143
+
144
+ .e-small.e-datetime-wrapper .e-time-icon.e-icons::before,
145
+ *.e-small .e-datetime-wrapper .e-time-icon.e-icons::before {
146
+ font-size: 14px;
147
+ }
148
+
149
+ .e-small.e-bigger.e-datetime-wrapper .e-time-icon.e-icons::before,
150
+ *.e-small.e-bigger .e-datetime-wrapper .e-time-icon.e-icons::before {
151
+ font-size: 16px;
152
+ }
153
+
154
+ .e-content-placeholder.e-datetimepicker.e-placeholder-datetimepicker {
155
+ background-size: 250px 33px;
156
+ min-height: 33px;
157
+ }
158
+
159
+ .e-bigger .e-content-placeholder.e-datetimepicker.e-placeholder-datetimepicker,
160
+ .e-bigger.e-content-placeholder.e-datetimepicker.e-placeholder-datetimepicker {
161
+ background-size: 250px 40px;
162
+ min-height: 40px;
163
+ }
164
+
165
+ /*! datetimepicker theme */
166
+ .e-datetime-wrapper .e-input-group-icon.e-icons.e-active {
167
+ color: #f3f2f1;
168
+ }
169
+
170
+ .e-datetime-wrapper.e-input-group:not(.e-disabled) .e-input-group-icon.e-active:active {
171
+ color: #f3f2f1;
172
+ }
173
+
174
+ .e-datetimepicker.e-popup {
175
+ border: 0 solid #292827;
176
+ border-radius: 6px;
177
+ box-shadow: 0 3.2px 7.2px 0 rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108);
178
+ }
179
+
180
+ .e-datetimepicker.e-popup .e-list-parent.e-ul {
181
+ background-color: #252423;
182
+ }
183
+
184
+ .e-datetimepicker.e-popup .e-list-parent.e-ul li.e-list-item {
185
+ border: none;
186
+ color: #f3f2f1;
187
+ }
188
+
189
+ .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item.e-hover,
190
+ .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item.e-navigation,
191
+ .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item:focus {
192
+ background-color: #323130;
193
+ border: none;
194
+ color: #f3f2f1;
195
+ }
196
+
197
+ .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item.e-active {
198
+ background-color: #3b3a39;
199
+ color: #f3f2f1;
200
+ }
201
+
202
+ .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item.e-active.e-hover {
203
+ background-color: #323130;
204
+ color: #f3f2f1;
205
+ }
@@ -0,0 +1 @@
1
+ @import 'ej2-calendars/styles/datetimepicker/fluent-dark.scss';
@@ -0,0 +1,205 @@
1
+ /*! component icons */
2
+ .e-datetime-wrapper .e-time-icon.e-icons::before {
3
+ content: '\e705';
4
+ font-family: 'e-icons';
5
+ }
6
+
7
+ .e-input-group.e-control-wrapper.e-datetime-wrapper.e-non-edit.e-input-focus .e-input:focus ~ .e-clear-icon,
8
+ .e-float-input.e-control-wrapper.e-input-group.e-datetime-wrapper.e-non-edit.e-input-focus input:focus ~ .e-clear-icon {
9
+ display: -ms-flexbox;
10
+ display: flex;
11
+ }
12
+
13
+ .e-datetime-wrapper {
14
+ -webkit-tap-highlight-color: transparent;
15
+ }
16
+
17
+ .e-datetime-wrapper .e-time-icon.e-icons::before {
18
+ font-size: 16px;
19
+ }
20
+
21
+ .e-datetime-wrapper.e-control-wrapper {
22
+ box-sizing: border-box;
23
+ }
24
+
25
+ .e-datetime-wrapper .e-time-icon.e-icons.e-disabled,
26
+ .e-datetime-wrapper .e-date-icon.e-icons.e-disabled {
27
+ pointer-events: none;
28
+ }
29
+
30
+ .e-datetime-wrapper .e-clear-icon {
31
+ box-sizing: content-box;
32
+ }
33
+
34
+ .e-datetime-wrapper span {
35
+ cursor: pointer;
36
+ }
37
+
38
+ .e-datetime-wrapper .e-input-group-icon.e-date-icon,
39
+ .e-datetime-wrapper .e-input-group-icon.e-time-icon {
40
+ font-size: 16px;
41
+ margin: 0;
42
+ outline: none;
43
+ }
44
+
45
+ .e-datetime-wrapper .e-input-group-icon.e-time-icon {
46
+ border: 0;
47
+ border-style: none;
48
+ margin: 0;
49
+ }
50
+
51
+ .e-datetime-wrapper:not(.e-outline).e-rtl .e-input-group-icon.e-time-icon {
52
+ margin: 0;
53
+ }
54
+
55
+ .e-datetimepicker.e-time-modal {
56
+ background-color: rgba(0, 0, 0, 0.4);
57
+ height: 100%;
58
+ left: 0;
59
+ opacity: .5;
60
+ pointer-events: auto;
61
+ position: fixed;
62
+ top: 0;
63
+ width: 100%;
64
+ z-index: 999;
65
+ }
66
+
67
+ .e-datetimepicker.e-popup {
68
+ border-style: solid;
69
+ border-width: 1px;
70
+ overflow: auto;
71
+ }
72
+
73
+ .e-datetimepicker.e-popup .e-content {
74
+ position: relative;
75
+ }
76
+
77
+ .e-datetimepicker.e-popup .e-list-parent.e-ul {
78
+ margin: 0;
79
+ padding: 8px 0;
80
+ }
81
+
82
+ .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item {
83
+ color: #201f1e;
84
+ cursor: default;
85
+ font-size: 14px;
86
+ overflow: hidden;
87
+ position: relative;
88
+ text-overflow: ellipsis;
89
+ vertical-align: middle;
90
+ white-space: nowrap;
91
+ width: 100%;
92
+ }
93
+
94
+ .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item.e-hover {
95
+ cursor: pointer;
96
+ }
97
+
98
+ .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item {
99
+ line-height: 30px;
100
+ text-indent: 12px;
101
+ }
102
+
103
+ .e-bigger.e-datetime-wrapper .e-time-icon.e-icons::before,
104
+ *.e-bigger .e-datetime-wrapper .e-time-icon.e-icons::before {
105
+ font-size: 18px;
106
+ }
107
+
108
+ .e-bigger.e-datetime-wrapper .e-input-group-icon.e-time-icon,
109
+ *.e-bigger .e-datetime-wrapper .e-input-group-icon.e-time-icon {
110
+ margin: 0;
111
+ }
112
+
113
+ .e-bigger.e-datetime-wrapper:not(.e-outline).e-rtl .e-input-group-icon.e-time-icon,
114
+ *.e-bigger .e-datetime-wrapper:not(.e-outline).e-rtl .e-input-group-icon.e-time-icon {
115
+ margin: 0;
116
+ }
117
+
118
+ .e-bigger .e-datetimepicker.e-popup .e-list-parent.e-ul,
119
+ *.e-bigger.e-datetimepicker.e-popup .e-list-parent.e-ul {
120
+ padding: 8px 0;
121
+ }
122
+
123
+ .e-bigger .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item,
124
+ *.e-bigger.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item {
125
+ font-size: 16px;
126
+ line-height: 32px;
127
+ text-indent: 16px;
128
+ }
129
+
130
+ .e-small .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item,
131
+ *.e-small.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item {
132
+ font-size: 12px;
133
+ line-height: 26px;
134
+ text-indent: 8px;
135
+ }
136
+
137
+ .e-small.e-bigger .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item,
138
+ *.e-small.e-bigger.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item {
139
+ font-size: 14px;
140
+ line-height: 30px;
141
+ text-indent: 16px;
142
+ }
143
+
144
+ .e-small.e-datetime-wrapper .e-time-icon.e-icons::before,
145
+ *.e-small .e-datetime-wrapper .e-time-icon.e-icons::before {
146
+ font-size: 14px;
147
+ }
148
+
149
+ .e-small.e-bigger.e-datetime-wrapper .e-time-icon.e-icons::before,
150
+ *.e-small.e-bigger .e-datetime-wrapper .e-time-icon.e-icons::before {
151
+ font-size: 16px;
152
+ }
153
+
154
+ .e-content-placeholder.e-datetimepicker.e-placeholder-datetimepicker {
155
+ background-size: 250px 33px;
156
+ min-height: 33px;
157
+ }
158
+
159
+ .e-bigger .e-content-placeholder.e-datetimepicker.e-placeholder-datetimepicker,
160
+ .e-bigger.e-content-placeholder.e-datetimepicker.e-placeholder-datetimepicker {
161
+ background-size: 250px 40px;
162
+ min-height: 40px;
163
+ }
164
+
165
+ /*! datetimepicker theme */
166
+ .e-datetime-wrapper .e-input-group-icon.e-icons.e-active {
167
+ color: #201f1e;
168
+ }
169
+
170
+ .e-datetime-wrapper.e-input-group:not(.e-disabled) .e-input-group-icon.e-active:active {
171
+ color: #201f1e;
172
+ }
173
+
174
+ .e-datetimepicker.e-popup {
175
+ border: 0 solid #edebe9;
176
+ border-radius: 6px;
177
+ box-shadow: 0 3.2px 7.2px 0 rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108);
178
+ }
179
+
180
+ .e-datetimepicker.e-popup .e-list-parent.e-ul {
181
+ background-color: #fff;
182
+ }
183
+
184
+ .e-datetimepicker.e-popup .e-list-parent.e-ul li.e-list-item {
185
+ border: none;
186
+ color: #201f1e;
187
+ }
188
+
189
+ .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item.e-hover,
190
+ .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item.e-navigation,
191
+ .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item:focus {
192
+ background-color: #f3f2f1;
193
+ border: none;
194
+ color: #201f1e;
195
+ }
196
+
197
+ .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item.e-active {
198
+ background-color: #edebe9;
199
+ color: #201f1e;
200
+ }
201
+
202
+ .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item.e-active.e-hover {
203
+ background-color: #f3f2f1;
204
+ color: #201f1e;
205
+ }
@@ -0,0 +1 @@
1
+ @import 'ej2-calendars/styles/datetimepicker/fluent.scss';
@@ -1,7 +1,7 @@
1
1
  @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
2
2
  /*! component icons */
3
3
  .e-datetime-wrapper .e-time-icon.e-icons::before {
4
- content: '\e730';
4
+ content: '\e705';
5
5
  font-family: 'e-icons';
6
6
  }
7
7
 
@@ -1,7 +1,7 @@
1
1
  @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
2
2
  /*! component icons */
3
3
  .e-datetime-wrapper .e-time-icon.e-icons::before {
4
- content: '\e730';
4
+ content: '\e705';
5
5
  font-family: 'e-icons';
6
6
  }
7
7