@syncfusion/ej2-angular-inputs 23.2.4 → 24.1.41

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 (142) hide show
  1. package/package.json +9 -9
  2. package/schematics/utils/lib-details.d.ts +2 -2
  3. package/schematics/utils/lib-details.js +2 -2
  4. package/schematics/utils/lib-details.ts +2 -2
  5. package/styles/bootstrap-dark.css +263 -3
  6. package/styles/bootstrap-dark.scss +1 -0
  7. package/styles/bootstrap.css +263 -3
  8. package/styles/bootstrap.scss +1 -0
  9. package/styles/bootstrap4.css +263 -3
  10. package/styles/bootstrap4.scss +1 -0
  11. package/styles/bootstrap5-dark.css +276 -3
  12. package/styles/bootstrap5-dark.scss +1 -0
  13. package/styles/bootstrap5.css +276 -3
  14. package/styles/bootstrap5.scss +1 -0
  15. package/styles/color-picker/_layout.scss +36 -0
  16. package/styles/color-picker/bootstrap5-dark.css +13 -0
  17. package/styles/color-picker/bootstrap5.css +13 -0
  18. package/styles/color-picker/fabric.css +5 -0
  19. package/styles/color-picker/fluent-dark.css +13 -0
  20. package/styles/color-picker/fluent.css +13 -0
  21. package/styles/color-picker/material.css +13 -0
  22. package/styles/color-picker/material3-dark.css +18 -0
  23. package/styles/color-picker/material3.css +18 -0
  24. package/styles/color-picker/tailwind-dark.css +13 -0
  25. package/styles/color-picker/tailwind.css +13 -0
  26. package/styles/data-form/_all.scss +2 -0
  27. package/styles/data-form/_bootstrap-dark-definition.scss +42 -0
  28. package/styles/data-form/_bootstrap-definition.scss +41 -0
  29. package/styles/data-form/_bootstrap4-definition.scss +41 -0
  30. package/styles/data-form/_bootstrap5-dark-definition.scss +1 -0
  31. package/styles/data-form/_bootstrap5-definition.scss +41 -0
  32. package/styles/data-form/_fabric-dark-definition.scss +41 -0
  33. package/styles/data-form/_fabric-definition.scss +41 -0
  34. package/styles/data-form/_fluent-dark-definition.scss +1 -0
  35. package/styles/data-form/_fluent-definition.scss +41 -0
  36. package/styles/data-form/_fusionnew-definition.scss +41 -0
  37. package/styles/data-form/_highcontrast-definition.scss +41 -0
  38. package/styles/data-form/_highcontrast-light-definition.scss +41 -0
  39. package/styles/data-form/_layout.scss +223 -0
  40. package/styles/data-form/_material-dark-definition.scss +41 -0
  41. package/styles/data-form/_material-definition.scss +42 -0
  42. package/styles/data-form/_material3-dark-definition.scss +1 -0
  43. package/styles/data-form/_material3-definition.scss +41 -0
  44. package/styles/data-form/_tailwind-dark-definition.scss +1 -0
  45. package/styles/data-form/_tailwind-definition.scss +41 -0
  46. package/styles/data-form/_theme.scss +38 -0
  47. package/styles/data-form/bootstrap-dark.css +240 -0
  48. package/styles/data-form/bootstrap-dark.scss +3 -0
  49. package/styles/data-form/bootstrap.css +240 -0
  50. package/styles/data-form/bootstrap.scss +3 -0
  51. package/styles/data-form/bootstrap4.css +240 -0
  52. package/styles/data-form/bootstrap4.scss +3 -0
  53. package/styles/data-form/bootstrap5-dark.css +240 -0
  54. package/styles/data-form/bootstrap5-dark.scss +3 -0
  55. package/styles/data-form/bootstrap5.css +240 -0
  56. package/styles/data-form/bootstrap5.scss +3 -0
  57. package/styles/data-form/fabric-dark.css +240 -0
  58. package/styles/data-form/fabric-dark.scss +3 -0
  59. package/styles/data-form/fabric.css +240 -0
  60. package/styles/data-form/fabric.scss +3 -0
  61. package/styles/data-form/fluent-dark.css +240 -0
  62. package/styles/data-form/fluent-dark.scss +3 -0
  63. package/styles/data-form/fluent.css +240 -0
  64. package/styles/data-form/fluent.scss +3 -0
  65. package/styles/data-form/highcontrast-light.css +240 -0
  66. package/styles/data-form/highcontrast-light.scss +3 -0
  67. package/styles/data-form/highcontrast.css +240 -0
  68. package/styles/data-form/highcontrast.scss +3 -0
  69. package/styles/data-form/material-dark.css +240 -0
  70. package/styles/data-form/material-dark.scss +3 -0
  71. package/styles/data-form/material.css +240 -0
  72. package/styles/data-form/material.scss +3 -0
  73. package/styles/data-form/material3-dark.css +295 -0
  74. package/styles/data-form/material3-dark.scss +4 -0
  75. package/styles/data-form/material3.css +351 -0
  76. package/styles/data-form/material3.scss +4 -0
  77. package/styles/data-form/tailwind-dark.css +240 -0
  78. package/styles/data-form/tailwind-dark.scss +3 -0
  79. package/styles/data-form/tailwind.css +240 -0
  80. package/styles/data-form/tailwind.scss +3 -0
  81. package/styles/fabric-dark.css +263 -3
  82. package/styles/fabric-dark.scss +1 -0
  83. package/styles/fabric.css +268 -3
  84. package/styles/fabric.scss +1 -0
  85. package/styles/fluent-dark.css +276 -3
  86. package/styles/fluent-dark.scss +1 -0
  87. package/styles/fluent.css +276 -3
  88. package/styles/fluent.scss +1 -0
  89. package/styles/highcontrast-light.css +263 -3
  90. package/styles/highcontrast-light.scss +1 -0
  91. package/styles/highcontrast.css +263 -3
  92. package/styles/highcontrast.scss +1 -0
  93. package/styles/material-dark.css +275 -3
  94. package/styles/material-dark.scss +1 -0
  95. package/styles/material.css +288 -3
  96. package/styles/material.scss +1 -0
  97. package/styles/material3-dark.css +293 -3
  98. package/styles/material3-dark.scss +1 -0
  99. package/styles/material3.css +293 -3
  100. package/styles/material3.scss +1 -0
  101. package/styles/rating/_bootstrap-dark-definition.scss +4 -0
  102. package/styles/rating/_bootstrap-definition.scss +4 -0
  103. package/styles/rating/_bootstrap4-definition.scss +4 -0
  104. package/styles/rating/_bootstrap5-definition.scss +4 -0
  105. package/styles/rating/_fabric-dark-definition.scss +4 -0
  106. package/styles/rating/_fabric-definition.scss +4 -0
  107. package/styles/rating/_fluent-definition.scss +4 -0
  108. package/styles/rating/_fusionnew-definition.scss +4 -0
  109. package/styles/rating/_highcontrast-definition.scss +4 -0
  110. package/styles/rating/_highcontrast-light-definition.scss +4 -0
  111. package/styles/rating/_layout.scss +21 -7
  112. package/styles/rating/_material-dark-definition.scss +4 -0
  113. package/styles/rating/_material-definition.scss +4 -0
  114. package/styles/rating/_material3-definition.scss +4 -0
  115. package/styles/rating/_tailwind-definition.scss +4 -0
  116. package/styles/rating/_theme.scss +5 -2
  117. package/styles/rating/bootstrap-dark.css +22 -3
  118. package/styles/rating/bootstrap.css +22 -3
  119. package/styles/rating/bootstrap4.css +22 -3
  120. package/styles/rating/bootstrap5-dark.css +22 -3
  121. package/styles/rating/bootstrap5.css +22 -3
  122. package/styles/rating/fabric-dark.css +22 -3
  123. package/styles/rating/fabric.css +22 -3
  124. package/styles/rating/fluent-dark.css +22 -3
  125. package/styles/rating/fluent.css +22 -3
  126. package/styles/rating/highcontrast-light.css +22 -3
  127. package/styles/rating/highcontrast.css +22 -3
  128. package/styles/rating/material-dark.css +22 -3
  129. package/styles/rating/material.css +22 -3
  130. package/styles/rating/material3-dark.css +22 -3
  131. package/styles/rating/material3.css +22 -3
  132. package/styles/rating/tailwind-dark.css +22 -3
  133. package/styles/rating/tailwind.css +22 -3
  134. package/styles/slider/_layout.scss +4 -0
  135. package/styles/slider/material-dark.css +12 -0
  136. package/styles/slider/material.css +12 -0
  137. package/styles/slider/material3-dark.css +12 -0
  138. package/styles/slider/material3.css +12 -0
  139. package/styles/tailwind-dark.css +276 -3
  140. package/styles/tailwind-dark.scss +1 -0
  141. package/styles/tailwind.css +276 -3
  142. package/styles/tailwind.scss +1 -0
@@ -0,0 +1,240 @@
1
+ /*! FileManager's tailwind theme wise override definitions and variables */
2
+ /*! data-form layout */
3
+ .e-data-form .e-form-label {
4
+ font-size: 12px;
5
+ margin-bottom: 4px;
6
+ font-weight: 500;
7
+ }
8
+ .e-data-form .e-form-layout {
9
+ display: -ms-grid;
10
+ display: grid;
11
+ }
12
+ .e-data-form .e-grid-col-2 {
13
+ -ms-grid-columns: (minmax(0, 1fr))[2];
14
+ grid-template-columns: repeat(2, minmax(0, 1fr));
15
+ }
16
+ .e-data-form .e-grid-col-3 {
17
+ -ms-grid-columns: (minmax(0, 1fr))[3];
18
+ grid-template-columns: repeat(3, minmax(0, 1fr));
19
+ }
20
+ .e-data-form .e-grid-col-4 {
21
+ -ms-grid-columns: (minmax(0, 1fr))[4];
22
+ grid-template-columns: repeat(4, minmax(0, 1fr));
23
+ }
24
+ .e-data-form .e-grid-col-5 {
25
+ -ms-grid-columns: (minmax(0, 1fr))[5];
26
+ grid-template-columns: repeat(5, minmax(0, 1fr));
27
+ }
28
+ .e-data-form .e-grid-col-6 {
29
+ -ms-grid-columns: (minmax(0, 1fr))[6];
30
+ grid-template-columns: repeat(6, minmax(0, 1fr));
31
+ }
32
+ .e-data-form .e-grid-col-7 {
33
+ -ms-grid-columns: (minmax(0, 1fr))[7];
34
+ grid-template-columns: repeat(7, minmax(0, 1fr));
35
+ }
36
+ .e-data-form .e-grid-col-8 {
37
+ -ms-grid-columns: (minmax(0, 1fr))[8];
38
+ grid-template-columns: repeat(8, minmax(0, 1fr));
39
+ }
40
+ .e-data-form .e-grid-col-9 {
41
+ -ms-grid-columns: (minmax(0, 1fr))[9];
42
+ grid-template-columns: repeat(9, minmax(0, 1fr));
43
+ }
44
+ .e-data-form .e-grid-col-10 {
45
+ -ms-grid-columns: (minmax(0, 1fr))[10];
46
+ grid-template-columns: repeat(10, minmax(0, 1fr));
47
+ }
48
+ .e-data-form .e-grid-col-11 {
49
+ -ms-grid-columns: (minmax(0, 1fr))[11];
50
+ grid-template-columns: repeat(11, minmax(0, 1fr));
51
+ }
52
+ .e-data-form .e-grid-col-12 {
53
+ -ms-grid-columns: (minmax(0, 1fr))[12];
54
+ grid-template-columns: repeat(12, minmax(0, 1fr));
55
+ }
56
+ .e-data-form .e-colspan-1 {
57
+ -ms-grid-column-span: 1;
58
+ -ms-grid-column: span 1;
59
+ grid-column: span 1/span 1;
60
+ }
61
+ .e-data-form .e-colspan-2 {
62
+ -ms-grid-column-span: 2;
63
+ -ms-grid-column: span 2;
64
+ grid-column: span 2/span 2;
65
+ }
66
+ .e-data-form .e-colspan-3 {
67
+ -ms-grid-column-span: 3;
68
+ -ms-grid-column: span 3;
69
+ grid-column: span 3/span 3;
70
+ }
71
+ .e-data-form .e-colspan-4 {
72
+ -ms-grid-column-span: 4;
73
+ -ms-grid-column: span 4;
74
+ grid-column: span 4/span 4;
75
+ }
76
+ .e-data-form .e-colspan-5 {
77
+ -ms-grid-column-span: 5;
78
+ -ms-grid-column: span 5;
79
+ grid-column: span 5/span 5;
80
+ }
81
+ .e-data-form .e-colspan-6 {
82
+ -ms-grid-column-span: 6;
83
+ -ms-grid-column: span 6;
84
+ grid-column: span 6/span 6;
85
+ }
86
+ .e-data-form .e-colspan-7 {
87
+ -ms-grid-column-span: 7;
88
+ -ms-grid-column: span 7;
89
+ grid-column: span 7/span 7;
90
+ }
91
+ .e-data-form .e-colspan-8 {
92
+ -ms-grid-column-span: 8;
93
+ -ms-grid-column: span 8;
94
+ grid-column: span 8/span 8;
95
+ }
96
+ .e-data-form .e-colspan-9 {
97
+ -ms-grid-column-span: 9;
98
+ -ms-grid-column: span 9;
99
+ grid-column: span 9/span 9;
100
+ }
101
+ .e-data-form .e-colspan-10 {
102
+ -ms-grid-column-span: 10;
103
+ -ms-grid-column: span 10;
104
+ grid-column: span 10/span 10;
105
+ }
106
+ .e-data-form .e-colspan-11 {
107
+ -ms-grid-column-span: 11;
108
+ -ms-grid-column: span 11;
109
+ grid-column: span 11/span 11;
110
+ }
111
+ .e-data-form .e-colspan-12 {
112
+ -ms-grid-column-span: 12;
113
+ -ms-grid-column: span 12;
114
+ grid-column: span 12/span 12;
115
+ }
116
+ .e-data-form .e-label-left .e-form-item-wrapper {
117
+ -ms-flex: 1 1 auto;
118
+ flex: 1 1 auto;
119
+ max-width: calc(75% - 12px);
120
+ }
121
+ .e-data-form .e-label-left .e-form-label {
122
+ margin-right: 12px;
123
+ width: 25%;
124
+ text-align: end;
125
+ -ms-flex-direction: column;
126
+ flex-direction: column;
127
+ -ms-flex-align: end;
128
+ align-items: flex-end;
129
+ -ms-flex-pack: start;
130
+ justify-content: flex-start;
131
+ }
132
+ .e-data-form .e-label-left .validation-message {
133
+ display: -ms-flexbox;
134
+ display: flex;
135
+ }
136
+ .e-data-form .e-form-group {
137
+ border: none;
138
+ padding: 0;
139
+ margin: 0;
140
+ }
141
+ .e-data-form .e-form-group .e-group-title {
142
+ position: relative;
143
+ display: inline-block;
144
+ padding-bottom: 8px;
145
+ /* Gap between text and border */
146
+ margin-bottom: 4px;
147
+ font-size: 16px;
148
+ }
149
+ .e-data-form .e-form-group .e-group-title::after {
150
+ content: "";
151
+ position: absolute;
152
+ bottom: 0;
153
+ left: 0;
154
+ width: 100%;
155
+ height: 1px;
156
+ border-bottom: 1px solid #d1d5db;
157
+ }
158
+ .e-data-form .e-label-top {
159
+ display: -ms-flexbox;
160
+ display: flex;
161
+ -ms-flex-direction: column;
162
+ flex-direction: column;
163
+ margin-top: 20px;
164
+ }
165
+ .e-data-form .e-label-top .e-label-right {
166
+ display: -ms-flexbox;
167
+ display: flex;
168
+ -ms-flex-align: center;
169
+ align-items: center;
170
+ }
171
+ .e-data-form .e-label-top .e-label-right .e-switch-wrapper + .e-form-label {
172
+ margin-top: 3px;
173
+ margin-left: 5px;
174
+ }
175
+ .e-data-form .e-label-top .e-label-right .e-checkbox-wrapper + .e-form-label {
176
+ margin-top: 6px;
177
+ }
178
+ .e-data-form .e-label-left {
179
+ display: -ms-flexbox;
180
+ display: flex;
181
+ text-align: center;
182
+ margin-top: 20px;
183
+ }
184
+ .e-data-form .e-button-left {
185
+ -ms-flex-pack: start;
186
+ justify-content: flex-start;
187
+ }
188
+ .e-data-form .e-button-right {
189
+ -ms-flex-pack: end;
190
+ justify-content: flex-end;
191
+ }
192
+ .e-data-form .e-button-center {
193
+ -ms-flex-pack: center;
194
+ justify-content: center;
195
+ }
196
+ .e-data-form .e-button-left, .e-data-form .e-button-right, .e-data-form .e-button-center, .e-data-form .e-button-stretch {
197
+ margin-top: 24px;
198
+ display: -ms-flexbox;
199
+ display: flex;
200
+ gap: 10px;
201
+ }
202
+ .e-data-form .e-button-left .e-btn, .e-data-form .e-button-right .e-btn, .e-data-form .e-button-center .e-btn, .e-data-form .e-button-stretch .e-btn {
203
+ border-radius: 20px;
204
+ padding: 7px 16px;
205
+ }
206
+ .e-data-form .e-button-stretch .e-btn {
207
+ width: 100%;
208
+ }
209
+ .e-data-form > :first-child.e-form-layout {
210
+ margin-top: 0;
211
+ }
212
+ .e-data-form .e-form-group-layout {
213
+ display: -ms-grid;
214
+ display: grid;
215
+ }
216
+
217
+ /*! data-form theme */
218
+ .e-data-form .e-form-label {
219
+ color: #374151;
220
+ }
221
+ .e-data-form .e-group-title {
222
+ color: #6b7280;
223
+ }
224
+ .e-data-form .validation-message {
225
+ color: #dc2626;
226
+ font-size: 12px;
227
+ font-style: italic;
228
+ }
229
+
230
+ .e-tooltip-wrap.e-popup.e-error-tooltip {
231
+ background-color: #fee2e2;
232
+ border: #fee2e2;
233
+ }
234
+ .e-tooltip-wrap.e-popup.e-error-tooltip .e-tip-content .validation-message {
235
+ color: #dc2626;
236
+ }
237
+ .e-tooltip-wrap.e-popup.e-error-tooltip .e-arrow-tip .e-arrow-tip-outer.e-tip-top, .e-tooltip-wrap.e-popup.e-error-tooltip .e-arrow-tip .e-arrow-tip-inner.e-tip-top {
238
+ border-bottom-color: #fee2e2;
239
+ color: #fee2e2;
240
+ }
@@ -0,0 +1,3 @@
1
+ @import 'ej2-base/styles/definition/tailwind.scss';
2
+ @import 'tailwind-definition.scss';
3
+ @import 'all.scss';
@@ -6738,7 +6738,8 @@ body.e-colorpicker-overflow {
6738
6738
  padding: 0;
6739
6739
  margin: 4px;
6740
6740
  }
6741
- .e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus {
6741
+ .e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus:not(:has(svg)),
6742
+ .e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus .e-rating-item:has(svg) {
6742
6743
  outline: 1px solid;
6743
6744
  }
6744
6745
  .e-rating-container .e-rating-item-list:focus-visible {
@@ -6757,10 +6758,13 @@ body.e-colorpicker-overflow {
6757
6758
  min-height: calc(1em + 8px);
6758
6759
  position: relative;
6759
6760
  }
6761
+ .e-rating-container .e-rating-item-container:has(svg) {
6762
+ line-height: 13px;
6763
+ }
6760
6764
  .e-rating-container .e-rating-item-container .e-rating-item {
6761
6765
  display: block;
6762
6766
  }
6763
- .e-rating-container.e-rating-animation:not(.e-disabled) .e-rating-item-container:hover .e-rating-item {
6767
+ .e-rating-container.e-rating-animation.e-touch-select:not(.e-disabled) .e-rating-item-container.e-rating-focus .e-rating-item, .e-rating-container.e-rating-animation:not(.e-disabled, .e-rating-touch) .e-rating-item-container:hover .e-rating-item {
6764
6768
  transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
6765
6769
  transform: scale(1.4);
6766
6770
  pointer-events: none;
@@ -6850,6 +6854,10 @@ body.e-colorpicker-overflow {
6850
6854
  .e-small .e-rating-container .e-rating-item-container {
6851
6855
  font-size: 16px;
6852
6856
  }
6857
+ .e-small.e-rating-container .e-rating-item-container:has(svg),
6858
+ .e-small .e-rating-container .e-rating-item-container:has(svg) {
6859
+ line-height: 10px;
6860
+ }
6853
6861
  .e-small.e-rating-container .e-rating-label,
6854
6862
  .e-small .e-rating-container .e-rating-label {
6855
6863
  font-size: 10px;
@@ -6864,6 +6872,10 @@ body.e-colorpicker-overflow {
6864
6872
  .e-bigger .e-rating-container .e-rating-item-container {
6865
6873
  font-size: 28px;
6866
6874
  }
6875
+ .e-bigger.e-rating-container .e-rating-item-container:has(svg),
6876
+ .e-bigger .e-rating-container .e-rating-item-container:has(svg) {
6877
+ line-height: 21px;
6878
+ }
6867
6879
  .e-bigger.e-rating-container .e-rating-label,
6868
6880
  .e-bigger .e-rating-container .e-rating-label {
6869
6881
  font-size: 14px;
@@ -6880,6 +6892,12 @@ body.e-colorpicker-overflow {
6880
6892
  .e-small .e-bigger.e-rating-container .e-rating-item-container {
6881
6893
  font-size: 24px;
6882
6894
  }
6895
+ .e-bigger.e-small.e-rating-container .e-rating-item-container:has(svg),
6896
+ .e-bigger.e-small .e-rating-container .e-rating-item-container:has(svg),
6897
+ .e-bigger .e-small.e-rating-container .e-rating-item-container:has(svg),
6898
+ .e-small .e-bigger.e-rating-container .e-rating-item-container:has(svg) {
6899
+ line-height: 19px;
6900
+ }
6883
6901
  .e-bigger.e-small.e-rating-container .e-rating-label,
6884
6902
  .e-bigger.e-small .e-rating-container .e-rating-label,
6885
6903
  .e-bigger .e-small.e-rating-container .e-rating-label,
@@ -6894,7 +6912,8 @@ body.e-colorpicker-overflow {
6894
6912
  font-size: 20px;
6895
6913
  }
6896
6914
 
6897
- .e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus {
6915
+ .e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus:not(:has(svg)),
6916
+ .e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus .e-rating-item:has(svg) {
6898
6917
  outline-color: #fff;
6899
6918
  border-radius: 0;
6900
6919
  }
@@ -6987,4 +7006,245 @@ body.e-colorpicker-overflow {
6987
7006
  /* stylelint-disable property-no-vendor-prefix */
6988
7007
  -webkit-background-clip: text;
6989
7008
  /* stylelint-enable property-no-vendor-prefix */
7009
+ }
7010
+
7011
+ /*! Form fabric theme wise override definitions and variables */
7012
+ /*! data-form layout */
7013
+ .e-data-form .e-form-label {
7014
+ font-size: 14px;
7015
+ margin-bottom: 4px;
7016
+ font-weight: 600;
7017
+ }
7018
+ .e-data-form .e-form-layout {
7019
+ display: -ms-grid;
7020
+ display: grid;
7021
+ }
7022
+ .e-data-form .e-grid-col-2 {
7023
+ -ms-grid-columns: (minmax(0, 1fr))[2];
7024
+ grid-template-columns: repeat(2, minmax(0, 1fr));
7025
+ }
7026
+ .e-data-form .e-grid-col-3 {
7027
+ -ms-grid-columns: (minmax(0, 1fr))[3];
7028
+ grid-template-columns: repeat(3, minmax(0, 1fr));
7029
+ }
7030
+ .e-data-form .e-grid-col-4 {
7031
+ -ms-grid-columns: (minmax(0, 1fr))[4];
7032
+ grid-template-columns: repeat(4, minmax(0, 1fr));
7033
+ }
7034
+ .e-data-form .e-grid-col-5 {
7035
+ -ms-grid-columns: (minmax(0, 1fr))[5];
7036
+ grid-template-columns: repeat(5, minmax(0, 1fr));
7037
+ }
7038
+ .e-data-form .e-grid-col-6 {
7039
+ -ms-grid-columns: (minmax(0, 1fr))[6];
7040
+ grid-template-columns: repeat(6, minmax(0, 1fr));
7041
+ }
7042
+ .e-data-form .e-grid-col-7 {
7043
+ -ms-grid-columns: (minmax(0, 1fr))[7];
7044
+ grid-template-columns: repeat(7, minmax(0, 1fr));
7045
+ }
7046
+ .e-data-form .e-grid-col-8 {
7047
+ -ms-grid-columns: (minmax(0, 1fr))[8];
7048
+ grid-template-columns: repeat(8, minmax(0, 1fr));
7049
+ }
7050
+ .e-data-form .e-grid-col-9 {
7051
+ -ms-grid-columns: (minmax(0, 1fr))[9];
7052
+ grid-template-columns: repeat(9, minmax(0, 1fr));
7053
+ }
7054
+ .e-data-form .e-grid-col-10 {
7055
+ -ms-grid-columns: (minmax(0, 1fr))[10];
7056
+ grid-template-columns: repeat(10, minmax(0, 1fr));
7057
+ }
7058
+ .e-data-form .e-grid-col-11 {
7059
+ -ms-grid-columns: (minmax(0, 1fr))[11];
7060
+ grid-template-columns: repeat(11, minmax(0, 1fr));
7061
+ }
7062
+ .e-data-form .e-grid-col-12 {
7063
+ -ms-grid-columns: (minmax(0, 1fr))[12];
7064
+ grid-template-columns: repeat(12, minmax(0, 1fr));
7065
+ }
7066
+ .e-data-form .e-colspan-1 {
7067
+ -ms-grid-column-span: 1;
7068
+ -ms-grid-column: span 1;
7069
+ grid-column: span 1/span 1;
7070
+ }
7071
+ .e-data-form .e-colspan-2 {
7072
+ -ms-grid-column-span: 2;
7073
+ -ms-grid-column: span 2;
7074
+ grid-column: span 2/span 2;
7075
+ }
7076
+ .e-data-form .e-colspan-3 {
7077
+ -ms-grid-column-span: 3;
7078
+ -ms-grid-column: span 3;
7079
+ grid-column: span 3/span 3;
7080
+ }
7081
+ .e-data-form .e-colspan-4 {
7082
+ -ms-grid-column-span: 4;
7083
+ -ms-grid-column: span 4;
7084
+ grid-column: span 4/span 4;
7085
+ }
7086
+ .e-data-form .e-colspan-5 {
7087
+ -ms-grid-column-span: 5;
7088
+ -ms-grid-column: span 5;
7089
+ grid-column: span 5/span 5;
7090
+ }
7091
+ .e-data-form .e-colspan-6 {
7092
+ -ms-grid-column-span: 6;
7093
+ -ms-grid-column: span 6;
7094
+ grid-column: span 6/span 6;
7095
+ }
7096
+ .e-data-form .e-colspan-7 {
7097
+ -ms-grid-column-span: 7;
7098
+ -ms-grid-column: span 7;
7099
+ grid-column: span 7/span 7;
7100
+ }
7101
+ .e-data-form .e-colspan-8 {
7102
+ -ms-grid-column-span: 8;
7103
+ -ms-grid-column: span 8;
7104
+ grid-column: span 8/span 8;
7105
+ }
7106
+ .e-data-form .e-colspan-9 {
7107
+ -ms-grid-column-span: 9;
7108
+ -ms-grid-column: span 9;
7109
+ grid-column: span 9/span 9;
7110
+ }
7111
+ .e-data-form .e-colspan-10 {
7112
+ -ms-grid-column-span: 10;
7113
+ -ms-grid-column: span 10;
7114
+ grid-column: span 10/span 10;
7115
+ }
7116
+ .e-data-form .e-colspan-11 {
7117
+ -ms-grid-column-span: 11;
7118
+ -ms-grid-column: span 11;
7119
+ grid-column: span 11/span 11;
7120
+ }
7121
+ .e-data-form .e-colspan-12 {
7122
+ -ms-grid-column-span: 12;
7123
+ -ms-grid-column: span 12;
7124
+ grid-column: span 12/span 12;
7125
+ }
7126
+ .e-data-form .e-label-left .e-form-item-wrapper {
7127
+ -ms-flex: 1 1 auto;
7128
+ flex: 1 1 auto;
7129
+ max-width: calc(75% - 12px);
7130
+ }
7131
+ .e-data-form .e-label-left .e-form-label {
7132
+ margin-right: 12px;
7133
+ width: 25%;
7134
+ text-align: end;
7135
+ -ms-flex-direction: column;
7136
+ flex-direction: column;
7137
+ -ms-flex-align: end;
7138
+ align-items: flex-end;
7139
+ -ms-flex-pack: start;
7140
+ justify-content: flex-start;
7141
+ }
7142
+ .e-data-form .e-label-left .validation-message {
7143
+ display: -ms-flexbox;
7144
+ display: flex;
7145
+ }
7146
+ .e-data-form .e-form-group {
7147
+ border: none;
7148
+ padding: 0;
7149
+ margin: 0;
7150
+ }
7151
+ .e-data-form .e-form-group .e-group-title {
7152
+ position: relative;
7153
+ display: inline-block;
7154
+ padding-bottom: 8px;
7155
+ /* Gap between text and border */
7156
+ margin-bottom: 0;
7157
+ font-size: 16px;
7158
+ }
7159
+ .e-data-form .e-form-group .e-group-title::after {
7160
+ content: "";
7161
+ position: absolute;
7162
+ bottom: 0;
7163
+ left: 0;
7164
+ width: 100%;
7165
+ height: 1px;
7166
+ border-bottom: 1px solid #414040;
7167
+ }
7168
+ .e-data-form .e-label-top {
7169
+ display: -ms-flexbox;
7170
+ display: flex;
7171
+ -ms-flex-direction: column;
7172
+ flex-direction: column;
7173
+ margin-top: 20px;
7174
+ }
7175
+ .e-data-form .e-label-top .e-label-right {
7176
+ display: -ms-flexbox;
7177
+ display: flex;
7178
+ -ms-flex-align: center;
7179
+ align-items: center;
7180
+ }
7181
+ .e-data-form .e-label-top .e-label-right .e-switch-wrapper + .e-form-label {
7182
+ margin-top: 3px;
7183
+ margin-left: 5px;
7184
+ }
7185
+ .e-data-form .e-label-top .e-label-right .e-checkbox-wrapper + .e-form-label {
7186
+ margin-top: 4px;
7187
+ }
7188
+ .e-data-form .e-label-left {
7189
+ display: -ms-flexbox;
7190
+ display: flex;
7191
+ text-align: center;
7192
+ margin-top: 20px;
7193
+ }
7194
+ .e-data-form .e-button-left {
7195
+ -ms-flex-pack: start;
7196
+ justify-content: flex-start;
7197
+ }
7198
+ .e-data-form .e-button-right {
7199
+ -ms-flex-pack: end;
7200
+ justify-content: flex-end;
7201
+ }
7202
+ .e-data-form .e-button-center {
7203
+ -ms-flex-pack: center;
7204
+ justify-content: center;
7205
+ }
7206
+ .e-data-form .e-button-left, .e-data-form .e-button-right, .e-data-form .e-button-center, .e-data-form .e-button-stretch {
7207
+ margin-top: 24px;
7208
+ display: -ms-flexbox;
7209
+ display: flex;
7210
+ gap: 10px;
7211
+ }
7212
+ .e-data-form .e-button-left .e-btn, .e-data-form .e-button-right .e-btn, .e-data-form .e-button-center .e-btn, .e-data-form .e-button-stretch .e-btn {
7213
+ border-radius: 20px;
7214
+ padding: 7px 16px;
7215
+ }
7216
+ .e-data-form .e-button-stretch .e-btn {
7217
+ width: 100%;
7218
+ }
7219
+ .e-data-form > :first-child.e-form-layout {
7220
+ margin-top: 0;
7221
+ }
7222
+ .e-data-form .e-form-group-layout {
7223
+ display: -ms-grid;
7224
+ display: grid;
7225
+ }
7226
+
7227
+ /*! data-form theme */
7228
+ .e-data-form .e-form-label {
7229
+ color: #fff;
7230
+ }
7231
+ .e-data-form .e-group-title {
7232
+ color: #fff;
7233
+ }
7234
+ .e-data-form .validation-message {
7235
+ color: #891c11;
7236
+ font-size: 14px;
7237
+ font-style: italic;
7238
+ }
7239
+
7240
+ .e-tooltip-wrap.e-popup.e-error-tooltip {
7241
+ background-color: #ffdfdf;
7242
+ border: #ffdfdf;
7243
+ }
7244
+ .e-tooltip-wrap.e-popup.e-error-tooltip .e-tip-content .validation-message {
7245
+ color: #891c11;
7246
+ }
7247
+ .e-tooltip-wrap.e-popup.e-error-tooltip .e-arrow-tip .e-arrow-tip-outer.e-tip-top, .e-tooltip-wrap.e-popup.e-error-tooltip .e-arrow-tip .e-arrow-tip-inner.e-tip-top {
7248
+ border-bottom-color: #ffdfdf;
7249
+ color: #ffdfdf;
6990
7250
  }
@@ -7,3 +7,4 @@
7
7
  @import 'uploader/fabric-dark.scss';
8
8
  @import 'color-picker/fabric-dark.scss';
9
9
  @import 'rating/fabric-dark.scss';
10
+ @import 'data-form/fabric-dark.scss';