@syncfusion/ej2-angular-calendars 23.2.7-ngcc → 24.1.41-ngcc

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (109) hide show
  1. package/CHANGELOG.md +0 -30
  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 +9 -9
  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 +1 -2952
  9. package/styles/bootstrap.css +1 -2960
  10. package/styles/bootstrap4.css +1 -2988
  11. package/styles/bootstrap5-dark.css +1 -3118
  12. package/styles/bootstrap5.css +1 -3118
  13. package/styles/calendar/bootstrap-dark.css +1 -824
  14. package/styles/calendar/bootstrap.css +1 -825
  15. package/styles/calendar/bootstrap4.css +1 -825
  16. package/styles/calendar/bootstrap5-dark.css +1 -894
  17. package/styles/calendar/bootstrap5.css +1 -894
  18. package/styles/calendar/fabric-dark.css +1 -830
  19. package/styles/calendar/fabric.css +1 -835
  20. package/styles/calendar/fluent-dark.css +1 -1000
  21. package/styles/calendar/fluent.css +1 -1000
  22. package/styles/calendar/highcontrast-light.css +1 -825
  23. package/styles/calendar/highcontrast.css +1 -835
  24. package/styles/calendar/material-dark.css +1 -834
  25. package/styles/calendar/material.css +1 -835
  26. package/styles/calendar/material3-dark.css +1 -894
  27. package/styles/calendar/material3.css +1 -950
  28. package/styles/calendar/tailwind-dark.css +1 -927
  29. package/styles/calendar/tailwind.css +1 -927
  30. package/styles/datepicker/bootstrap-dark.css +1 -449
  31. package/styles/datepicker/bootstrap.css +1 -450
  32. package/styles/datepicker/bootstrap4.css +1 -462
  33. package/styles/datepicker/bootstrap5-dark.css +1 -460
  34. package/styles/datepicker/bootstrap5.css +1 -460
  35. package/styles/datepicker/fabric-dark.css +1 -442
  36. package/styles/datepicker/fabric.css +1 -443
  37. package/styles/datepicker/fluent-dark.css +1 -460
  38. package/styles/datepicker/fluent.css +1 -460
  39. package/styles/datepicker/highcontrast-light.css +1 -455
  40. package/styles/datepicker/highcontrast.css +1 -456
  41. package/styles/datepicker/material-dark.css +1 -491
  42. package/styles/datepicker/material.css +1 -500
  43. package/styles/datepicker/material3-dark.css +1 -539
  44. package/styles/datepicker/material3.css +1 -595
  45. package/styles/datepicker/tailwind-dark.css +1 -465
  46. package/styles/datepicker/tailwind.css +1 -465
  47. package/styles/daterangepicker/bootstrap-dark.css +1 -1177
  48. package/styles/daterangepicker/bootstrap.css +1 -1183
  49. package/styles/daterangepicker/bootstrap4.css +1 -1195
  50. package/styles/daterangepicker/bootstrap5-dark.css +1 -1257
  51. package/styles/daterangepicker/bootstrap5.css +1 -1257
  52. package/styles/daterangepicker/fabric-dark.css +1 -1177
  53. package/styles/daterangepicker/fabric.css +1 -1178
  54. package/styles/daterangepicker/fluent-dark.css +1 -1295
  55. package/styles/daterangepicker/fluent.css +1 -1295
  56. package/styles/daterangepicker/highcontrast-light.css +1 -1177
  57. package/styles/daterangepicker/highcontrast.css +1 -1178
  58. package/styles/daterangepicker/material-dark.css +1 -1215
  59. package/styles/daterangepicker/material.css +1 -1229
  60. package/styles/daterangepicker/material3-dark.css +1 -1325
  61. package/styles/daterangepicker/material3.css +1 -1381
  62. package/styles/daterangepicker/tailwind-dark.css +1 -1196
  63. package/styles/daterangepicker/tailwind.css +1 -1196
  64. package/styles/datetimepicker/bootstrap-dark.css +1 -190
  65. package/styles/datetimepicker/bootstrap.css +1 -190
  66. package/styles/datetimepicker/bootstrap4.css +1 -192
  67. package/styles/datetimepicker/bootstrap5-dark.css +1 -191
  68. package/styles/datetimepicker/bootstrap5.css +1 -191
  69. package/styles/datetimepicker/fabric-dark.css +1 -190
  70. package/styles/datetimepicker/fabric.css +1 -190
  71. package/styles/datetimepicker/fluent-dark.css +1 -191
  72. package/styles/datetimepicker/fluent.css +1 -191
  73. package/styles/datetimepicker/highcontrast-light.css +1 -190
  74. package/styles/datetimepicker/highcontrast.css +1 -190
  75. package/styles/datetimepicker/material-dark.css +1 -240
  76. package/styles/datetimepicker/material.css +1 -257
  77. package/styles/datetimepicker/material3-dark.css +1 -282
  78. package/styles/datetimepicker/material3.css +1 -338
  79. package/styles/datetimepicker/tailwind-dark.css +1 -191
  80. package/styles/datetimepicker/tailwind.css +1 -191
  81. package/styles/fabric-dark.css +1 -2951
  82. package/styles/fabric.css +1 -2958
  83. package/styles/fluent-dark.css +1 -3260
  84. package/styles/fluent.css +1 -3260
  85. package/styles/highcontrast-light.css +1 -2959
  86. package/styles/highcontrast.css +1 -2971
  87. package/styles/material-dark.css +1 -3130
  88. package/styles/material.css +1 -3179
  89. package/styles/material3-dark.css +1 -3441
  90. package/styles/material3.css +1 -3721
  91. package/styles/tailwind-dark.css +1 -3092
  92. package/styles/tailwind.css +1 -3092
  93. package/styles/timepicker/bootstrap-dark.css +1 -309
  94. package/styles/timepicker/bootstrap.css +1 -309
  95. package/styles/timepicker/bootstrap4.css +1 -311
  96. package/styles/timepicker/bootstrap5-dark.css +1 -312
  97. package/styles/timepicker/bootstrap5.css +1 -312
  98. package/styles/timepicker/fabric-dark.css +1 -309
  99. package/styles/timepicker/fabric.css +1 -309
  100. package/styles/timepicker/fluent-dark.css +1 -310
  101. package/styles/timepicker/fluent.css +1 -310
  102. package/styles/timepicker/highcontrast-light.css +1 -309
  103. package/styles/timepicker/highcontrast.css +1 -309
  104. package/styles/timepicker/material-dark.css +1 -347
  105. package/styles/timepicker/material.css +1 -355
  106. package/styles/timepicker/material3-dark.css +1 -398
  107. package/styles/timepicker/material3.css +1 -454
  108. package/styles/timepicker/tailwind-dark.css +1 -310
  109. package/styles/timepicker/tailwind.css +1 -310
@@ -1,191 +1 @@
1
- /* stylelint-disable property-no-vendor-prefix */
2
- /* stylelint-disable-line no-empty-source */
3
- /*! component icons */
4
- .e-datetime-wrapper .e-time-icon.e-icons::before {
5
- content: "\e705";
6
- font-family: "e-icons";
7
- }
8
-
9
- .e-input-group.e-control-wrapper.e-datetime-wrapper.e-non-edit.e-input-focus .e-input:focus ~ .e-clear-icon,
10
- .e-float-input.e-control-wrapper.e-input-group.e-datetime-wrapper.e-non-edit.e-input-focus input:focus ~ .e-clear-icon {
11
- display: -ms-flexbox;
12
- display: flex;
13
- }
14
-
15
- .e-datetime-wrapper {
16
- /* stylelint-disable property-no-vendor-prefix */
17
- -webkit-tap-highlight-color: transparent;
18
- }
19
- .e-datetime-wrapper .e-time-icon.e-icons::before {
20
- font-size: 16px;
21
- }
22
- .e-datetime-wrapper.e-control-wrapper {
23
- box-sizing: border-box;
24
- }
25
- .e-datetime-wrapper .e-time-icon.e-icons.e-disabled, .e-datetime-wrapper .e-date-icon.e-icons.e-disabled {
26
- pointer-events: none;
27
- }
28
- .e-datetime-wrapper .e-clear-icon {
29
- box-sizing: content-box;
30
- }
31
- .e-datetime-wrapper span {
32
- cursor: pointer;
33
- }
34
- .e-datetime-wrapper .e-input-group-icon.e-date-icon, .e-datetime-wrapper .e-input-group-icon.e-time-icon {
35
- font-size: 16px;
36
- margin: 0;
37
- outline: none;
38
- }
39
- .e-datetime-wrapper .e-input-group-icon.e-time-icon {
40
- border: 0;
41
- border-style: none;
42
- margin: 0;
43
- }
44
-
45
- .e-datetime-wrapper:not(.e-outline).e-rtl .e-input-group-icon.e-time-icon {
46
- margin: 0;
47
- }
48
-
49
- .e-datetimepicker.e-time-modal {
50
- background-color: #f3f4f6;
51
- height: 100%;
52
- left: 0;
53
- opacity: 0.5;
54
- pointer-events: auto;
55
- position: fixed;
56
- top: 0;
57
- width: 100%;
58
- z-index: 999;
59
- }
60
-
61
- .e-datetimepicker.e-popup {
62
- border-style: solid;
63
- border-width: 1px;
64
- overflow: auto;
65
- }
66
- .e-datetimepicker.e-popup .e-content {
67
- position: relative;
68
- }
69
- .e-datetimepicker.e-popup .e-list-parent.e-ul {
70
- margin: 0;
71
- padding: 8px 0;
72
- }
73
- .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item {
74
- color: #111827;
75
- cursor: default;
76
- font-size: 14px;
77
- overflow: hidden;
78
- position: relative;
79
- text-overflow: ellipsis;
80
- vertical-align: middle;
81
- white-space: nowrap;
82
- width: 100%;
83
- }
84
- .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item.e-hover {
85
- cursor: pointer;
86
- }
87
-
88
- .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item {
89
- line-height: 30px;
90
- text-indent: 12px;
91
- }
92
-
93
- .e-bigger.e-datetime-wrapper .e-time-icon.e-icons::before,
94
- *.e-bigger .e-datetime-wrapper .e-time-icon.e-icons::before {
95
- font-size: 18px;
96
- }
97
- .e-bigger.e-datetime-wrapper .e-input-group-icon.e-time-icon,
98
- *.e-bigger .e-datetime-wrapper .e-input-group-icon.e-time-icon {
99
- margin: 0;
100
- }
101
-
102
- .e-bigger.e-datetime-wrapper:not(.e-outline).e-rtl .e-input-group-icon.e-time-icon,
103
- *.e-bigger .e-datetime-wrapper:not(.e-outline).e-rtl .e-input-group-icon.e-time-icon {
104
- margin: 0;
105
- }
106
-
107
- .e-bigger .e-datetimepicker.e-popup .e-list-parent.e-ul,
108
- *.e-bigger.e-datetimepicker.e-popup .e-list-parent.e-ul {
109
- padding: 8px 0;
110
- }
111
- .e-bigger .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item,
112
- *.e-bigger.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item {
113
- font-size: 16px;
114
- line-height: 36px;
115
- text-indent: 16px;
116
- }
117
-
118
- .e-small .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item,
119
- *.e-small.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item {
120
- font-size: 12px;
121
- line-height: 24px;
122
- text-indent: 12px;
123
- }
124
-
125
- .e-small.e-bigger .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item,
126
- *.e-small.e-bigger.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item {
127
- font-size: 14px;
128
- line-height: 36px;
129
- text-indent: 12px;
130
- }
131
-
132
- .e-small.e-datetime-wrapper .e-time-icon.e-icons::before,
133
- *.e-small .e-datetime-wrapper .e-time-icon.e-icons::before {
134
- font-size: 14px;
135
- }
136
- .e-small.e-bigger.e-datetime-wrapper .e-time-icon.e-icons::before,
137
- *.e-small.e-bigger .e-datetime-wrapper .e-time-icon.e-icons::before {
138
- font-size: 16px;
139
- }
140
- .e-content-placeholder.e-datetimepicker.e-placeholder-datetimepicker {
141
- background-size: 250px 33px;
142
- min-height: 33px;
143
- }
144
-
145
- .e-bigger .e-content-placeholder.e-datetimepicker.e-placeholder-datetimepicker,
146
- .e-bigger.e-content-placeholder.e-datetimepicker.e-placeholder-datetimepicker {
147
- background-size: 250px 40px;
148
- min-height: 40px;
149
- }
150
-
151
- .e-datetimepicker.e-popup-expand.e-popup {
152
- position: fixed;
153
- }
154
- .e-datetimepicker.e-popup-expand.e-popup .e-datetime-mob-popup-wrap {
155
- position: relative;
156
- width: 100%;
157
- }
158
-
159
- /*! datetimepicker theme */
160
- .e-datetime-wrapper .e-input-group-icon.e-icons.e-active {
161
- color: #111827;
162
- }
163
- .e-datetime-wrapper.e-input-group:not(.e-disabled) .e-input-group-icon.e-active:active {
164
- color: #6b7280;
165
- }
166
-
167
- .e-datetimepicker.e-popup {
168
- border: 1px solid #e5e7eb;
169
- border-radius: 6px;
170
- box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
171
- }
172
- .e-datetimepicker.e-popup .e-list-parent.e-ul {
173
- background-color: #fff;
174
- }
175
- .e-datetimepicker.e-popup .e-list-parent.e-ul li.e-list-item {
176
- border: none;
177
- color: #111827;
178
- }
179
- .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item.e-hover, .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item.e-navigation, .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item:focus {
180
- background-color: #f3f4f6;
181
- border: none;
182
- color: #111827;
183
- }
184
- .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item.e-active {
185
- background-color: #e5e7eb;
186
- color: #111827;
187
- }
188
- .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item.e-active.e-hover {
189
- background-color: #f3f4f6;
190
- color: #111827;
191
- }
1
+ @import '@syncfusion/ej2-calendars/styles/datetimepicker/tailwind.css';