@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
+ /*! Form material 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: 400;
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 #c4c7c5;
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: rgba(0, 0, 0, 0.54);
220
+ }
221
+ .e-data-form .e-group-title {
222
+ color: rgba(0, 0, 0, 0.54);
223
+ }
224
+ .e-data-form .validation-message {
225
+ color: #ba160a;
226
+ font-size: 12px;
227
+ font-style: italic;
228
+ }
229
+
230
+ .e-tooltip-wrap.e-popup.e-error-tooltip {
231
+ background-color: #fde1df;
232
+ border: #fde1df;
233
+ }
234
+ .e-tooltip-wrap.e-popup.e-error-tooltip .e-tip-content .validation-message {
235
+ color: #ba160a;
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: #fde1df;
239
+ color: #fde1df;
240
+ }
@@ -0,0 +1,3 @@
1
+ @import 'ej2-base/styles/definition/material.scss';
2
+ @import 'material-definition.scss';
3
+ @import 'all.scss';
@@ -0,0 +1,295 @@
1
+ :root {
2
+ --color-sf-black: 0, 0, 0;
3
+ --color-sf-white: 255, 255, 255;
4
+ --color-sf-primary: 208, 188, 255;
5
+ --color-sf-primary-container: 79, 55, 139;
6
+ --color-sf-secondary: 204, 194, 220;
7
+ --color-sf-secondary-container: 74, 68, 88;
8
+ --color-sf-tertiary: 239, 184, 200;
9
+ --color-sf-tertiary-container: 99, 59, 72;
10
+ --color-sf-surface: 28, 27, 31;
11
+ --color-sf-surface-variant: 73, 69, 79;
12
+ --color-sf-background: var(--color-sf-surface);
13
+ --color-sf-on-primary: 55, 30, 115;
14
+ --color-sf-on-primary-container: 234, 221, 255;
15
+ --color-sf-on-secondary: 51, 45, 65;
16
+ --color-sf-on-secondary-container: 232, 222, 248;
17
+ --color-sf-on-tertiary: 73, 37, 50;
18
+ --color-sf-on-tertiary-containe: 255, 216, 228;
19
+ --color-sf-on-surface: 230, 225, 229;
20
+ --color-sf-on-surface-variant: 202, 196, 208;
21
+ --color-sf-on-background: 230, 225, 229;
22
+ --color-sf-outline: 147, 143, 153;
23
+ --color-sf-outline-variant: 68, 71, 70;
24
+ --color-sf-shadow: 0, 0, 0;
25
+ --color-sf-surface-tint-color: 208, 188, 255;
26
+ --color-sf-inverse-surface: 230, 225, 229;
27
+ --color-sf-inverse-on-surface: 49, 48, 51;
28
+ --color-sf-inverse-primary: 103, 80, 164;
29
+ --color-sf-scrim: 0, 0, 0;
30
+ --color-sf-error: 242, 184, 181;
31
+ --color-sf-error-container: 140, 29, 24;
32
+ --color-sf-on-error: 96, 20, 16;
33
+ --color-sf-on-error-container: 249, 222, 220;
34
+ --color-sf-success: 83, 202, 23;
35
+ --color-sf-success-container: 22, 62, 2;
36
+ --color-sf-on-success: 13, 39, 0;
37
+ --color-sf-on-success-container: 183, 250, 150;
38
+ --color-sf-info: 71, 172, 251;
39
+ --color-sf-info-container: 0, 67, 120;
40
+ --color-sf-on-info: 0, 51, 91;
41
+ --color-sf-on-info-container: 173, 219, 255;
42
+ --color-sf-warning: 245, 180, 130;
43
+ --color-sf-warning-container: 123, 65, 0;
44
+ --color-sf-on-warning: 99, 52, 0;
45
+ --color-sf-on-warning-container: 255, 220, 193;
46
+ --color-sf-spreadsheet-gridline: 231, 224, 236;
47
+ --color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
48
+ --color-sf-success-text: 0, 0, 0;
49
+ --color-sf-warning-text: 0, 0, 0;
50
+ --color-sf-info-text: 0, 0, 0;
51
+ --color-sf-danger-text: 0, 0, 0;
52
+ --color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
53
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
54
+ }
55
+
56
+ /*! Form material 3 theme wise override definitions and variables */
57
+ /*! data-form layout */
58
+ .e-data-form .e-form-label {
59
+ font-size: 12px;
60
+ margin-bottom: 4px;
61
+ font-weight: 400;
62
+ }
63
+ .e-data-form .e-form-layout {
64
+ display: -ms-grid;
65
+ display: grid;
66
+ }
67
+ .e-data-form .e-grid-col-2 {
68
+ -ms-grid-columns: (minmax(0, 1fr))[2];
69
+ grid-template-columns: repeat(2, minmax(0, 1fr));
70
+ }
71
+ .e-data-form .e-grid-col-3 {
72
+ -ms-grid-columns: (minmax(0, 1fr))[3];
73
+ grid-template-columns: repeat(3, minmax(0, 1fr));
74
+ }
75
+ .e-data-form .e-grid-col-4 {
76
+ -ms-grid-columns: (minmax(0, 1fr))[4];
77
+ grid-template-columns: repeat(4, minmax(0, 1fr));
78
+ }
79
+ .e-data-form .e-grid-col-5 {
80
+ -ms-grid-columns: (minmax(0, 1fr))[5];
81
+ grid-template-columns: repeat(5, minmax(0, 1fr));
82
+ }
83
+ .e-data-form .e-grid-col-6 {
84
+ -ms-grid-columns: (minmax(0, 1fr))[6];
85
+ grid-template-columns: repeat(6, minmax(0, 1fr));
86
+ }
87
+ .e-data-form .e-grid-col-7 {
88
+ -ms-grid-columns: (minmax(0, 1fr))[7];
89
+ grid-template-columns: repeat(7, minmax(0, 1fr));
90
+ }
91
+ .e-data-form .e-grid-col-8 {
92
+ -ms-grid-columns: (minmax(0, 1fr))[8];
93
+ grid-template-columns: repeat(8, minmax(0, 1fr));
94
+ }
95
+ .e-data-form .e-grid-col-9 {
96
+ -ms-grid-columns: (minmax(0, 1fr))[9];
97
+ grid-template-columns: repeat(9, minmax(0, 1fr));
98
+ }
99
+ .e-data-form .e-grid-col-10 {
100
+ -ms-grid-columns: (minmax(0, 1fr))[10];
101
+ grid-template-columns: repeat(10, minmax(0, 1fr));
102
+ }
103
+ .e-data-form .e-grid-col-11 {
104
+ -ms-grid-columns: (minmax(0, 1fr))[11];
105
+ grid-template-columns: repeat(11, minmax(0, 1fr));
106
+ }
107
+ .e-data-form .e-grid-col-12 {
108
+ -ms-grid-columns: (minmax(0, 1fr))[12];
109
+ grid-template-columns: repeat(12, minmax(0, 1fr));
110
+ }
111
+ .e-data-form .e-colspan-1 {
112
+ -ms-grid-column-span: 1;
113
+ -ms-grid-column: span 1;
114
+ grid-column: span 1/span 1;
115
+ }
116
+ .e-data-form .e-colspan-2 {
117
+ -ms-grid-column-span: 2;
118
+ -ms-grid-column: span 2;
119
+ grid-column: span 2/span 2;
120
+ }
121
+ .e-data-form .e-colspan-3 {
122
+ -ms-grid-column-span: 3;
123
+ -ms-grid-column: span 3;
124
+ grid-column: span 3/span 3;
125
+ }
126
+ .e-data-form .e-colspan-4 {
127
+ -ms-grid-column-span: 4;
128
+ -ms-grid-column: span 4;
129
+ grid-column: span 4/span 4;
130
+ }
131
+ .e-data-form .e-colspan-5 {
132
+ -ms-grid-column-span: 5;
133
+ -ms-grid-column: span 5;
134
+ grid-column: span 5/span 5;
135
+ }
136
+ .e-data-form .e-colspan-6 {
137
+ -ms-grid-column-span: 6;
138
+ -ms-grid-column: span 6;
139
+ grid-column: span 6/span 6;
140
+ }
141
+ .e-data-form .e-colspan-7 {
142
+ -ms-grid-column-span: 7;
143
+ -ms-grid-column: span 7;
144
+ grid-column: span 7/span 7;
145
+ }
146
+ .e-data-form .e-colspan-8 {
147
+ -ms-grid-column-span: 8;
148
+ -ms-grid-column: span 8;
149
+ grid-column: span 8/span 8;
150
+ }
151
+ .e-data-form .e-colspan-9 {
152
+ -ms-grid-column-span: 9;
153
+ -ms-grid-column: span 9;
154
+ grid-column: span 9/span 9;
155
+ }
156
+ .e-data-form .e-colspan-10 {
157
+ -ms-grid-column-span: 10;
158
+ -ms-grid-column: span 10;
159
+ grid-column: span 10/span 10;
160
+ }
161
+ .e-data-form .e-colspan-11 {
162
+ -ms-grid-column-span: 11;
163
+ -ms-grid-column: span 11;
164
+ grid-column: span 11/span 11;
165
+ }
166
+ .e-data-form .e-colspan-12 {
167
+ -ms-grid-column-span: 12;
168
+ -ms-grid-column: span 12;
169
+ grid-column: span 12/span 12;
170
+ }
171
+ .e-data-form .e-label-left .e-form-item-wrapper {
172
+ -ms-flex: 1 1 auto;
173
+ flex: 1 1 auto;
174
+ max-width: calc(75% - 12px);
175
+ }
176
+ .e-data-form .e-label-left .e-form-label {
177
+ margin-right: 12px;
178
+ width: 25%;
179
+ text-align: end;
180
+ -ms-flex-direction: column;
181
+ flex-direction: column;
182
+ -ms-flex-align: end;
183
+ align-items: flex-end;
184
+ -ms-flex-pack: start;
185
+ justify-content: flex-start;
186
+ }
187
+ .e-data-form .e-label-left .validation-message {
188
+ display: -ms-flexbox;
189
+ display: flex;
190
+ }
191
+ .e-data-form .e-form-group {
192
+ border: none;
193
+ padding: 0;
194
+ margin: 0;
195
+ }
196
+ .e-data-form .e-form-group .e-group-title {
197
+ position: relative;
198
+ display: inline-block;
199
+ padding-bottom: 8px;
200
+ /* Gap between text and border */
201
+ margin-bottom: 4px;
202
+ font-size: 16px;
203
+ }
204
+ .e-data-form .e-form-group .e-group-title::after {
205
+ content: "";
206
+ position: absolute;
207
+ bottom: 0;
208
+ left: 0;
209
+ width: 100%;
210
+ height: 1px;
211
+ border-bottom: 1px solid var(--color-sf-outline-variant);
212
+ }
213
+ .e-data-form .e-label-top {
214
+ display: -ms-flexbox;
215
+ display: flex;
216
+ -ms-flex-direction: column;
217
+ flex-direction: column;
218
+ margin-top: 20px;
219
+ }
220
+ .e-data-form .e-label-top .e-label-right {
221
+ display: -ms-flexbox;
222
+ display: flex;
223
+ -ms-flex-align: center;
224
+ align-items: center;
225
+ }
226
+ .e-data-form .e-label-top .e-label-right .e-switch-wrapper + .e-form-label {
227
+ margin-top: 3px;
228
+ margin-left: 5px;
229
+ }
230
+ .e-data-form .e-label-top .e-label-right .e-checkbox-wrapper + .e-form-label {
231
+ margin-top: 6px;
232
+ }
233
+ .e-data-form .e-label-left {
234
+ display: -ms-flexbox;
235
+ display: flex;
236
+ text-align: center;
237
+ margin-top: 20px;
238
+ }
239
+ .e-data-form .e-button-left {
240
+ -ms-flex-pack: start;
241
+ justify-content: flex-start;
242
+ }
243
+ .e-data-form .e-button-right {
244
+ -ms-flex-pack: end;
245
+ justify-content: flex-end;
246
+ }
247
+ .e-data-form .e-button-center {
248
+ -ms-flex-pack: center;
249
+ justify-content: center;
250
+ }
251
+ .e-data-form .e-button-left, .e-data-form .e-button-right, .e-data-form .e-button-center, .e-data-form .e-button-stretch {
252
+ margin-top: 24px;
253
+ display: -ms-flexbox;
254
+ display: flex;
255
+ gap: 10px;
256
+ }
257
+ .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 {
258
+ border-radius: 20px;
259
+ padding: 7px 16px;
260
+ }
261
+ .e-data-form .e-button-stretch .e-btn {
262
+ width: 100%;
263
+ }
264
+ .e-data-form > :first-child.e-form-layout {
265
+ margin-top: 0;
266
+ }
267
+ .e-data-form .e-form-group-layout {
268
+ display: -ms-grid;
269
+ display: grid;
270
+ }
271
+
272
+ /*! data-form theme */
273
+ .e-data-form .e-form-label {
274
+ color: var(--color-sf-on-surface-variant);
275
+ }
276
+ .e-data-form .e-group-title {
277
+ color: var(--color-sf-on-surface-variant);
278
+ }
279
+ .e-data-form .validation-message {
280
+ color: var(--danger, #b3261e);
281
+ font-size: 12px;
282
+ font-style: italic;
283
+ }
284
+
285
+ .e-tooltip-wrap.e-popup.e-error-tooltip {
286
+ background-color: var(--color-sf-error-container);
287
+ border: var(--color-sf-error-container);
288
+ }
289
+ .e-tooltip-wrap.e-popup.e-error-tooltip .e-tip-content .validation-message {
290
+ color: var(--danger, #b3261e);
291
+ }
292
+ .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 {
293
+ border-bottom-color: var(--color-sf-error-container);
294
+ color: var(--color-sf-error-container);
295
+ }
@@ -0,0 +1,4 @@
1
+
2
+
3
+ @import 'material3-dark-definition.scss';
4
+ @import 'all.scss';