@syncfusion/ej2-angular-inputs 25.2.6 → 26.1.35

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 (303) hide show
  1. package/CHANGELOG.md +1495 -0
  2. package/README.md +13 -0
  3. package/esm2020/public_api.mjs +1 -2
  4. package/esm2020/src/index.mjs +4 -1
  5. package/esm2020/src/otp-input/otpinput-all.module.mjs +23 -0
  6. package/esm2020/src/otp-input/otpinput.component.mjs +85 -0
  7. package/esm2020/src/otp-input/otpinput.module.mjs +25 -0
  8. package/esm2020/src/textarea/textarea.component.mjs +3 -3
  9. package/fesm2015/syncfusion-ej2-angular-inputs.mjs +187 -71
  10. package/fesm2015/syncfusion-ej2-angular-inputs.mjs.map +1 -1
  11. package/fesm2020/syncfusion-ej2-angular-inputs.mjs +187 -71
  12. package/fesm2020/syncfusion-ej2-angular-inputs.mjs.map +1 -1
  13. package/package.json +9 -9
  14. package/schematics/utils/lib-details.js +2 -2
  15. package/schematics/utils/lib-details.ts +2 -2
  16. package/src/index.d.ts +3 -0
  17. package/src/otp-input/otpinput-all.module.d.ts +11 -0
  18. package/src/otp-input/otpinput.component.d.ts +43 -0
  19. package/src/otp-input/otpinput.module.d.ts +11 -0
  20. package/src/textarea/textarea.component.d.ts +1 -1
  21. package/styles/bootstrap-dark.css +7402 -1
  22. package/styles/bootstrap-dark.scss +1 -0
  23. package/styles/bootstrap.css +7384 -1
  24. package/styles/bootstrap.scss +1 -0
  25. package/styles/bootstrap4.css +7542 -1
  26. package/styles/bootstrap4.scss +1 -0
  27. package/styles/bootstrap5-dark.css +7707 -1
  28. package/styles/bootstrap5-dark.scss +1 -0
  29. package/styles/bootstrap5.css +7707 -1
  30. package/styles/bootstrap5.scss +1 -0
  31. package/styles/color-picker/bootstrap-dark.css +779 -1
  32. package/styles/color-picker/bootstrap.css +779 -1
  33. package/styles/color-picker/bootstrap4.css +865 -1
  34. package/styles/color-picker/bootstrap5-dark.css +845 -1
  35. package/styles/color-picker/bootstrap5.css +845 -1
  36. package/styles/color-picker/fabric-dark.css +779 -1
  37. package/styles/color-picker/fabric.css +784 -1
  38. package/styles/color-picker/fluent-dark.css +800 -1
  39. package/styles/color-picker/fluent.css +800 -1
  40. package/styles/color-picker/fluent2.css +2025 -0
  41. package/styles/color-picker/fluent2.scss +1 -0
  42. package/styles/color-picker/highcontrast-light.css +779 -1
  43. package/styles/color-picker/highcontrast.css +779 -1
  44. package/styles/color-picker/material-dark.css +793 -1
  45. package/styles/color-picker/material.css +826 -1
  46. package/styles/color-picker/material3-dark.css +1015 -1
  47. package/styles/color-picker/material3.css +1127 -1
  48. package/styles/color-picker/tailwind-dark.css +819 -1
  49. package/styles/color-picker/tailwind.css +819 -1
  50. package/styles/data-form/bootstrap-dark.css +232 -1
  51. package/styles/data-form/bootstrap.css +232 -1
  52. package/styles/data-form/bootstrap4.css +232 -1
  53. package/styles/data-form/bootstrap5-dark.css +232 -1
  54. package/styles/data-form/bootstrap5.css +232 -1
  55. package/styles/data-form/fabric-dark.css +232 -1
  56. package/styles/data-form/fabric.css +232 -1
  57. package/styles/data-form/fluent-dark.css +232 -1
  58. package/styles/data-form/fluent.css +232 -1
  59. package/styles/data-form/fluent2.css +1266 -0
  60. package/styles/data-form/fluent2.scss +1 -0
  61. package/styles/data-form/highcontrast-light.css +232 -1
  62. package/styles/data-form/highcontrast.css +232 -1
  63. package/styles/data-form/material-dark.css +232 -1
  64. package/styles/data-form/material.css +232 -1
  65. package/styles/data-form/material3-dark.css +342 -1
  66. package/styles/data-form/material3.css +454 -1
  67. package/styles/data-form/tailwind-dark.css +232 -1
  68. package/styles/data-form/tailwind.css +232 -1
  69. package/styles/fabric-dark.css +7348 -1
  70. package/styles/fabric-dark.scss +1 -0
  71. package/styles/fabric.css +7353 -1
  72. package/styles/fabric.scss +1 -0
  73. package/styles/fluent-dark.css +7508 -1
  74. package/styles/fluent-dark.scss +1 -0
  75. package/styles/fluent.css +7508 -1
  76. package/styles/fluent.scss +1 -0
  77. package/styles/fluent2.css +25566 -0
  78. package/styles/fluent2.scss +12 -0
  79. package/styles/highcontrast-light.css +7557 -1
  80. package/styles/highcontrast-light.scss +1 -0
  81. package/styles/highcontrast.css +7557 -1
  82. package/styles/highcontrast.scss +1 -0
  83. package/styles/input/bootstrap-dark.css +4368 -1
  84. package/styles/input/bootstrap.css +4368 -1
  85. package/styles/input/bootstrap4.css +4348 -1
  86. package/styles/input/bootstrap5-dark.css +4446 -1
  87. package/styles/input/bootstrap5.css +4446 -1
  88. package/styles/input/fabric-dark.css +4298 -1
  89. package/styles/input/fabric.css +4298 -1
  90. package/styles/input/fluent-dark.css +4336 -1
  91. package/styles/input/fluent.css +4336 -1
  92. package/styles/input/fluent2.css +10185 -0
  93. package/styles/input/fluent2.scss +1 -0
  94. package/styles/input/highcontrast-light.css +4462 -1
  95. package/styles/input/highcontrast.css +4462 -1
  96. package/styles/input/material-dark.css +11659 -1
  97. package/styles/input/material.css +11679 -1
  98. package/styles/input/material3-dark.css +11609 -1
  99. package/styles/input/material3.css +11721 -1
  100. package/styles/input/tailwind-dark.css +4303 -1
  101. package/styles/input/tailwind.css +4303 -1
  102. package/styles/maskedtextbox/bootstrap-dark.css +31 -1
  103. package/styles/maskedtextbox/bootstrap.css +14 -1
  104. package/styles/maskedtextbox/bootstrap4.css +31 -1
  105. package/styles/maskedtextbox/bootstrap5-dark.css +31 -1
  106. package/styles/maskedtextbox/bootstrap5.css +31 -1
  107. package/styles/maskedtextbox/fabric-dark.css +31 -1
  108. package/styles/maskedtextbox/fabric.css +31 -1
  109. package/styles/maskedtextbox/fluent-dark.css +27 -1
  110. package/styles/maskedtextbox/fluent.css +27 -1
  111. package/styles/maskedtextbox/fluent2.css +1244 -0
  112. package/styles/maskedtextbox/fluent2.scss +1 -0
  113. package/styles/maskedtextbox/highcontrast-light.css +31 -1
  114. package/styles/maskedtextbox/highcontrast.css +31 -1
  115. package/styles/maskedtextbox/material-dark.css +45 -1
  116. package/styles/maskedtextbox/material.css +65 -1
  117. package/styles/maskedtextbox/material3-dark.css +175 -1
  118. package/styles/maskedtextbox/material3.css +287 -1
  119. package/styles/maskedtextbox/tailwind-dark.css +31 -1
  120. package/styles/maskedtextbox/tailwind.css +31 -1
  121. package/styles/material-dark.css +14901 -1
  122. package/styles/material-dark.scss +1 -0
  123. package/styles/material.css +14988 -1
  124. package/styles/material.scss +1 -0
  125. package/styles/material3-dark.css +16319 -1
  126. package/styles/material3-dark.scss +1 -0
  127. package/styles/material3.css +17663 -1
  128. package/styles/material3.scss +1 -0
  129. package/styles/numerictextbox/bootstrap-dark.css +53 -1
  130. package/styles/numerictextbox/bootstrap.css +53 -1
  131. package/styles/numerictextbox/bootstrap4.css +48 -1
  132. package/styles/numerictextbox/bootstrap5-dark.css +48 -1
  133. package/styles/numerictextbox/bootstrap5.css +48 -1
  134. package/styles/numerictextbox/fabric-dark.css +48 -1
  135. package/styles/numerictextbox/fabric.css +48 -1
  136. package/styles/numerictextbox/fluent-dark.css +59 -1
  137. package/styles/numerictextbox/fluent.css +59 -1
  138. package/styles/numerictextbox/fluent2.css +1261 -0
  139. package/styles/numerictextbox/fluent2.scss +1 -0
  140. package/styles/numerictextbox/highcontrast-light.css +48 -1
  141. package/styles/numerictextbox/highcontrast.css +48 -1
  142. package/styles/numerictextbox/material-dark.css +62 -1
  143. package/styles/numerictextbox/material.css +82 -1
  144. package/styles/numerictextbox/material3-dark.css +192 -1
  145. package/styles/numerictextbox/material3.css +304 -1
  146. package/styles/numerictextbox/tailwind-dark.css +48 -1
  147. package/styles/numerictextbox/tailwind.css +48 -1
  148. package/styles/otp-input/bootstrap-dark.css +225 -0
  149. package/styles/otp-input/bootstrap-dark.scss +1 -0
  150. package/styles/otp-input/bootstrap.css +225 -0
  151. package/styles/otp-input/bootstrap.scss +1 -0
  152. package/styles/otp-input/bootstrap4.css +225 -0
  153. package/styles/otp-input/bootstrap4.scss +1 -0
  154. package/styles/otp-input/bootstrap5-dark.css +225 -0
  155. package/styles/otp-input/bootstrap5-dark.scss +1 -0
  156. package/styles/otp-input/bootstrap5.css +225 -0
  157. package/styles/otp-input/bootstrap5.scss +1 -0
  158. package/styles/otp-input/fabric-dark.css +225 -0
  159. package/styles/otp-input/fabric-dark.scss +1 -0
  160. package/styles/otp-input/fabric.css +225 -0
  161. package/styles/otp-input/fabric.scss +1 -0
  162. package/styles/otp-input/fluent-dark.css +225 -0
  163. package/styles/otp-input/fluent-dark.scss +1 -0
  164. package/styles/otp-input/fluent.css +225 -0
  165. package/styles/otp-input/fluent.scss +1 -0
  166. package/styles/otp-input/fluent2.css +1259 -0
  167. package/styles/otp-input/fluent2.scss +1 -0
  168. package/styles/otp-input/highcontrast-light.css +225 -0
  169. package/styles/otp-input/highcontrast-light.scss +1 -0
  170. package/styles/otp-input/highcontrast.css +225 -0
  171. package/styles/otp-input/highcontrast.scss +1 -0
  172. package/styles/otp-input/material-dark.css +225 -0
  173. package/styles/otp-input/material-dark.scss +1 -0
  174. package/styles/otp-input/material.css +225 -0
  175. package/styles/otp-input/material.scss +1 -0
  176. package/styles/otp-input/material3-dark.css +335 -0
  177. package/styles/otp-input/material3-dark.scss +2 -0
  178. package/styles/otp-input/material3.css +447 -0
  179. package/styles/otp-input/material3.scss +2 -0
  180. package/styles/otp-input/tailwind-dark.css +225 -0
  181. package/styles/otp-input/tailwind-dark.scss +1 -0
  182. package/styles/otp-input/tailwind.css +225 -0
  183. package/styles/otp-input/tailwind.scss +1 -0
  184. package/styles/rating/bootstrap-dark.css +315 -1
  185. package/styles/rating/bootstrap.css +315 -1
  186. package/styles/rating/bootstrap4.css +315 -1
  187. package/styles/rating/bootstrap5-dark.css +316 -1
  188. package/styles/rating/bootstrap5.css +316 -1
  189. package/styles/rating/fabric-dark.css +315 -1
  190. package/styles/rating/fabric.css +315 -1
  191. package/styles/rating/fluent-dark.css +315 -1
  192. package/styles/rating/fluent.css +315 -1
  193. package/styles/rating/fluent2.css +1349 -0
  194. package/styles/rating/fluent2.scss +1 -0
  195. package/styles/rating/highcontrast-light.css +315 -1
  196. package/styles/rating/highcontrast.css +315 -1
  197. package/styles/rating/material-dark.css +315 -1
  198. package/styles/rating/material.css +315 -1
  199. package/styles/rating/material3-dark.css +434 -1
  200. package/styles/rating/material3.css +546 -1
  201. package/styles/rating/tailwind-dark.css +319 -1
  202. package/styles/rating/tailwind.css +319 -1
  203. package/styles/signature/bootstrap-dark.css +9 -1
  204. package/styles/signature/bootstrap.css +9 -1
  205. package/styles/signature/bootstrap4.css +9 -1
  206. package/styles/signature/bootstrap5-dark.css +9 -1
  207. package/styles/signature/bootstrap5.css +9 -1
  208. package/styles/signature/fabric-dark.css +9 -1
  209. package/styles/signature/fabric.css +9 -1
  210. package/styles/signature/fluent-dark.css +9 -1
  211. package/styles/signature/fluent.css +9 -1
  212. package/styles/signature/fluent2.css +1043 -0
  213. package/styles/signature/fluent2.scss +1 -0
  214. package/styles/signature/highcontrast-light.css +9 -1
  215. package/styles/signature/highcontrast.css +9 -1
  216. package/styles/signature/material-dark.css +9 -1
  217. package/styles/signature/material.css +9 -1
  218. package/styles/signature/material3-dark.css +119 -1
  219. package/styles/signature/material3.css +231 -1
  220. package/styles/signature/tailwind-dark.css +9 -1
  221. package/styles/signature/tailwind.css +9 -1
  222. package/styles/slider/bootstrap-dark.css +484 -1
  223. package/styles/slider/bootstrap.css +484 -1
  224. package/styles/slider/bootstrap4.css +563 -1
  225. package/styles/slider/bootstrap5-dark.css +643 -1
  226. package/styles/slider/bootstrap5.css +643 -1
  227. package/styles/slider/fabric-dark.css +504 -1
  228. package/styles/slider/fabric.css +504 -1
  229. package/styles/slider/fluent-dark.css +547 -1
  230. package/styles/slider/fluent.css +547 -1
  231. package/styles/slider/fluent2.css +1642 -0
  232. package/styles/slider/fluent2.scss +1 -0
  233. package/styles/slider/highcontrast-light.css +550 -1
  234. package/styles/slider/highcontrast.css +550 -1
  235. package/styles/slider/material-dark.css +662 -1
  236. package/styles/slider/material.css +662 -1
  237. package/styles/slider/material3-dark.css +873 -1
  238. package/styles/slider/material3.css +985 -1
  239. package/styles/slider/tailwind-dark.css +617 -1
  240. package/styles/slider/tailwind.css +617 -1
  241. package/styles/tailwind-dark.css +7544 -1
  242. package/styles/tailwind-dark.scss +1 -0
  243. package/styles/tailwind.css +7544 -1
  244. package/styles/tailwind.scss +1 -0
  245. package/styles/textarea/bootstrap-dark.css +34 -1
  246. package/styles/textarea/bootstrap.css +34 -1
  247. package/styles/textarea/bootstrap4.css +34 -1
  248. package/styles/textarea/bootstrap5-dark.css +34 -1
  249. package/styles/textarea/bootstrap5.css +34 -1
  250. package/styles/textarea/fabric-dark.css +34 -1
  251. package/styles/textarea/fabric.css +34 -1
  252. package/styles/textarea/fluent-dark.css +34 -1
  253. package/styles/textarea/fluent.css +34 -1
  254. package/styles/textarea/fluent2.css +1247 -0
  255. package/styles/textarea/fluent2.scss +1 -0
  256. package/styles/textarea/highcontrast-light.css +34 -1
  257. package/styles/textarea/highcontrast.css +34 -1
  258. package/styles/textarea/material-dark.css +48 -1
  259. package/styles/textarea/material.css +68 -1
  260. package/styles/textarea/material3-dark.css +178 -1
  261. package/styles/textarea/material3.css +290 -1
  262. package/styles/textarea/tailwind-dark.css +34 -1
  263. package/styles/textarea/tailwind.css +34 -1
  264. package/styles/textbox/bootstrap-dark.css +28 -1
  265. package/styles/textbox/bootstrap.css +28 -1
  266. package/styles/textbox/bootstrap4.css +28 -1
  267. package/styles/textbox/bootstrap5-dark.css +28 -1
  268. package/styles/textbox/bootstrap5.css +28 -1
  269. package/styles/textbox/fabric-dark.css +28 -1
  270. package/styles/textbox/fabric.css +28 -1
  271. package/styles/textbox/fluent-dark.css +28 -1
  272. package/styles/textbox/fluent.css +28 -1
  273. package/styles/textbox/fluent2.css +1241 -0
  274. package/styles/textbox/fluent2.scss +1 -0
  275. package/styles/textbox/highcontrast-light.css +28 -1
  276. package/styles/textbox/highcontrast.css +28 -1
  277. package/styles/textbox/material-dark.css +42 -1
  278. package/styles/textbox/material.css +62 -1
  279. package/styles/textbox/material3-dark.css +172 -1
  280. package/styles/textbox/material3.css +284 -1
  281. package/styles/textbox/tailwind-dark.css +28 -1
  282. package/styles/textbox/tailwind.css +28 -1
  283. package/styles/uploader/bootstrap-dark.css +835 -1
  284. package/styles/uploader/bootstrap.css +835 -1
  285. package/styles/uploader/bootstrap4.css +835 -1
  286. package/styles/uploader/bootstrap5-dark.css +841 -1
  287. package/styles/uploader/bootstrap5.css +841 -1
  288. package/styles/uploader/fabric-dark.css +835 -1
  289. package/styles/uploader/fabric.css +835 -1
  290. package/styles/uploader/fluent-dark.css +887 -1
  291. package/styles/uploader/fluent.css +887 -1
  292. package/styles/uploader/fluent2.css +1880 -0
  293. package/styles/uploader/fluent2.scss +1 -0
  294. package/styles/uploader/highcontrast-light.css +835 -1
  295. package/styles/uploader/highcontrast.css +835 -1
  296. package/styles/uploader/material-dark.css +835 -1
  297. package/styles/uploader/material.css +839 -1
  298. package/styles/uploader/material3-dark.css +951 -1
  299. package/styles/uploader/material3.css +1063 -1
  300. package/styles/uploader/tailwind-dark.css +870 -1
  301. package/styles/uploader/tailwind.css +870 -1
  302. package/license +0 -10
  303. package/postinstall/tagchange.js +0 -18
@@ -1 +1,232 @@
1
- @import '@syncfusion/ej2-inputs/styles/data-form/material.css';
1
+ /*! Form material theme wise override definitions and variables */
2
+ /*! data-form layout */
3
+ .e-data-form {
4
+ /* stylelint-disable property-no-vendor-prefix */
5
+ /* stylelint-enable property-no-vendor-prefix */
6
+ }
7
+ .e-data-form .e-form-label {
8
+ font-size: 12px;
9
+ margin-bottom: 4px;
10
+ font-weight: 400;
11
+ }
12
+ .e-data-form .e-form-layout {
13
+ display: grid;
14
+ }
15
+ .e-data-form .e-grid-col-2 {
16
+ -ms-grid-columns: repeat(2, 1fr);
17
+ grid-template-columns: repeat(2, minmax(0, 1fr));
18
+ }
19
+ .e-data-form .e-grid-col-3 {
20
+ -ms-grid-columns: repeat(3, 1fr);
21
+ grid-template-columns: repeat(3, minmax(0, 1fr));
22
+ }
23
+ .e-data-form .e-grid-col-4 {
24
+ -ms-grid-columns: repeat(4, 1fr);
25
+ grid-template-columns: repeat(4, minmax(0, 1fr));
26
+ }
27
+ .e-data-form .e-grid-col-5 {
28
+ -ms-grid-columns: repeat(5, 1fr);
29
+ grid-template-columns: repeat(5, minmax(0, 1fr));
30
+ }
31
+ .e-data-form .e-grid-col-6 {
32
+ -ms-grid-columns: repeat(6, 1fr);
33
+ grid-template-columns: repeat(6, minmax(0, 1fr));
34
+ }
35
+ .e-data-form .e-grid-col-7 {
36
+ -ms-grid-columns: repeat(7, 1fr);
37
+ grid-template-columns: repeat(7, minmax(0, 1fr));
38
+ }
39
+ .e-data-form .e-grid-col-8 {
40
+ -ms-grid-columns: repeat(8, 1fr);
41
+ grid-template-columns: repeat(8, minmax(0, 1fr));
42
+ }
43
+ .e-data-form .e-grid-col-9 {
44
+ -ms-grid-columns: repeat(9, 1fr);
45
+ grid-template-columns: repeat(9, minmax(0, 1fr));
46
+ }
47
+ .e-data-form .e-grid-col-10 {
48
+ -ms-grid-columns: repeat(10, 1fr);
49
+ grid-template-columns: repeat(10, minmax(0, 1fr));
50
+ }
51
+ .e-data-form .e-grid-col-11 {
52
+ -ms-grid-columns: repeat(11, 1fr);
53
+ grid-template-columns: repeat(11, minmax(0, 1fr));
54
+ }
55
+ .e-data-form .e-grid-col-12 {
56
+ -ms-grid-columns: repeat(12, 1fr);
57
+ grid-template-columns: repeat(12, minmax(0, 1fr));
58
+ }
59
+ .e-data-form .e-colspan-1 {
60
+ grid-column: span 1/span 1;
61
+ }
62
+ .e-data-form .e-colspan-2 {
63
+ grid-column: span 2/span 2;
64
+ }
65
+ .e-data-form .e-colspan-3 {
66
+ grid-column: span 3/span 3;
67
+ }
68
+ .e-data-form .e-colspan-4 {
69
+ grid-column: span 4/span 4;
70
+ }
71
+ .e-data-form .e-colspan-5 {
72
+ grid-column: span 5/span 5;
73
+ }
74
+ .e-data-form .e-colspan-6 {
75
+ grid-column: span 6/span 6;
76
+ }
77
+ .e-data-form .e-colspan-7 {
78
+ grid-column: span 7/span 7;
79
+ }
80
+ .e-data-form .e-colspan-8 {
81
+ grid-column: span 8/span 8;
82
+ }
83
+ .e-data-form .e-colspan-9 {
84
+ grid-column: span 9/span 9;
85
+ }
86
+ .e-data-form .e-colspan-10 {
87
+ grid-column: span 10/span 10;
88
+ }
89
+ .e-data-form .e-colspan-11 {
90
+ grid-column: span 11/span 11;
91
+ }
92
+ .e-data-form .e-colspan-12 {
93
+ grid-column: span 12/span 12;
94
+ }
95
+ .e-data-form .e-label-position-left .e-form-item-wrapper {
96
+ -webkit-box-flex: 1;
97
+ -ms-flex: 1 1 auto;
98
+ flex: 1 1 auto;
99
+ max-width: calc(75% - 12px);
100
+ }
101
+ .e-data-form .e-label-position-left .e-form-label {
102
+ margin-right: 12px;
103
+ width: 25%;
104
+ text-align: end;
105
+ -webkit-box-orient: vertical;
106
+ -webkit-box-direction: normal;
107
+ -ms-flex-direction: column;
108
+ flex-direction: column;
109
+ -webkit-box-align: end;
110
+ -ms-flex-align: end;
111
+ align-items: flex-end;
112
+ -webkit-box-pack: start;
113
+ -ms-flex-pack: start;
114
+ justify-content: flex-start;
115
+ }
116
+ .e-data-form .e-label-position-left .validation-message {
117
+ display: -webkit-box;
118
+ display: -ms-flexbox;
119
+ display: flex;
120
+ }
121
+ .e-data-form .e-form-group {
122
+ border: none;
123
+ padding: 0;
124
+ margin: 0;
125
+ margin-top: 20px;
126
+ }
127
+ .e-data-form .e-form-group .e-group-title {
128
+ position: relative;
129
+ display: inline-block;
130
+ padding-bottom: 8px;
131
+ /* Gap between text and border */
132
+ margin-bottom: 4px;
133
+ font-size: 16px;
134
+ }
135
+ .e-data-form .e-form-group .e-group-title::after {
136
+ content: "";
137
+ position: absolute;
138
+ bottom: 0;
139
+ left: 0;
140
+ width: 100%;
141
+ height: 1px;
142
+ border-bottom: 1px solid #c4c7c5;
143
+ }
144
+ .e-data-form .e-label-position-top {
145
+ display: -webkit-box;
146
+ display: -ms-flexbox;
147
+ display: flex;
148
+ -webkit-box-orient: vertical;
149
+ -webkit-box-direction: normal;
150
+ -ms-flex-direction: column;
151
+ flex-direction: column;
152
+ margin-top: 20px;
153
+ }
154
+ .e-data-form .e-label-position-top .e-label-right {
155
+ display: -webkit-box;
156
+ display: -ms-flexbox;
157
+ display: flex;
158
+ -webkit-box-align: center;
159
+ -ms-flex-align: center;
160
+ align-items: center;
161
+ }
162
+ .e-data-form .e-label-position-top .e-label-right .e-switch-wrapper + .e-form-label {
163
+ margin-top: 3px;
164
+ margin-left: 5px;
165
+ }
166
+ .e-data-form .e-label-position-top .e-label-right .e-checkbox-wrapper + .e-form-label {
167
+ margin-top: 6px;
168
+ }
169
+ .e-data-form .e-label-position-left {
170
+ display: -webkit-box;
171
+ display: -ms-flexbox;
172
+ display: flex;
173
+ text-align: center;
174
+ margin-top: 20px;
175
+ }
176
+ .e-data-form .e-button-left {
177
+ -webkit-box-pack: start;
178
+ -ms-flex-pack: start;
179
+ justify-content: flex-start;
180
+ }
181
+ .e-data-form .e-button-right {
182
+ -webkit-box-pack: end;
183
+ -ms-flex-pack: end;
184
+ justify-content: flex-end;
185
+ }
186
+ .e-data-form .e-button-center {
187
+ -webkit-box-pack: center;
188
+ -ms-flex-pack: center;
189
+ justify-content: center;
190
+ }
191
+ .e-data-form .e-button-left, .e-data-form .e-button-right, .e-data-form .e-button-center, .e-data-form .e-button-stretch {
192
+ margin-top: 24px;
193
+ display: -webkit-box;
194
+ display: -ms-flexbox;
195
+ display: flex;
196
+ gap: 10px;
197
+ }
198
+ .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 {
199
+ border-radius: 20px;
200
+ padding: 7px 16px;
201
+ }
202
+ .e-data-form .e-button-stretch .e-btn {
203
+ width: 100%;
204
+ }
205
+ .e-data-form > :first-child.e-form-layout {
206
+ margin-top: 0;
207
+ }
208
+
209
+ /*! data-form theme */
210
+ .e-data-form .e-form-label {
211
+ color: rgba(0, 0, 0, 0.54);
212
+ }
213
+ .e-data-form .e-group-title {
214
+ color: rgba(0, 0, 0, 0.54);
215
+ }
216
+ .e-data-form .validation-message {
217
+ color: #ba160a;
218
+ font-size: 12px;
219
+ font-style: italic;
220
+ }
221
+
222
+ .e-tooltip-wrap.e-popup.e-error-tooltip {
223
+ background-color: #fde1df;
224
+ border: #fde1df;
225
+ }
226
+ .e-tooltip-wrap.e-popup.e-error-tooltip .e-tip-content .validation-message {
227
+ color: #ba160a;
228
+ }
229
+ .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 {
230
+ border-bottom-color: #fde1df;
231
+ color: #fde1df;
232
+ }
@@ -1 +1,342 @@
1
- @import '@syncfusion/ej2-inputs/styles/data-form/material3-dark.css';
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 #000, 0 0 0 3px #fff;
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
+ :root {
57
+ --color-sf-black: 0, 0, 0;
58
+ --color-sf-white: 255, 255, 255;
59
+ --color-sf-primary: 208, 188, 255;
60
+ --color-sf-primary-container: 79, 55, 139;
61
+ --color-sf-secondary: 204, 194, 220;
62
+ --color-sf-secondary-container: 74, 68, 88;
63
+ --color-sf-tertiary: 239, 184, 200;
64
+ --color-sf-tertiary-container: 99, 59, 72;
65
+ --color-sf-surface: 28, 27, 31;
66
+ --color-sf-surface-variant: 73, 69, 79;
67
+ --color-sf-background: var(--color-sf-surface);
68
+ --color-sf-on-primary: 55, 30, 115;
69
+ --color-sf-on-primary-container: 234, 221, 255;
70
+ --color-sf-on-secondary: 51, 45, 65;
71
+ --color-sf-on-secondary-container: 232, 222, 248;
72
+ --color-sf-on-tertiary: 73, 37, 50;
73
+ --color-sf-on-tertiary-containe: 255, 216, 228;
74
+ --color-sf-on-surface: 230, 225, 229;
75
+ --color-sf-on-surface-variant: 202, 196, 208;
76
+ --color-sf-on-background: 230, 225, 229;
77
+ --color-sf-outline: 147, 143, 153;
78
+ --color-sf-outline-variant: 68, 71, 70;
79
+ --color-sf-shadow: 0, 0, 0;
80
+ --color-sf-surface-tint-color: 208, 188, 255;
81
+ --color-sf-inverse-surface: 230, 225, 229;
82
+ --color-sf-inverse-on-surface: 49, 48, 51;
83
+ --color-sf-inverse-primary: 103, 80, 164;
84
+ --color-sf-scrim: 0, 0, 0;
85
+ --color-sf-error: 242, 184, 181;
86
+ --color-sf-error-container: 140, 29, 24;
87
+ --color-sf-on-error: 96, 20, 16;
88
+ --color-sf-on-error-container: 249, 222, 220;
89
+ --color-sf-success: 83, 202, 23;
90
+ --color-sf-success-container: 22, 62, 2;
91
+ --color-sf-on-success: 13, 39, 0;
92
+ --color-sf-on-success-container: 183, 250, 150;
93
+ --color-sf-info: 71, 172, 251;
94
+ --color-sf-info-container: 0, 67, 120;
95
+ --color-sf-on-info: 0, 51, 91;
96
+ --color-sf-on-info-container: 173, 219, 255;
97
+ --color-sf-warning: 245, 180, 130;
98
+ --color-sf-warning-container: 123, 65, 0;
99
+ --color-sf-on-warning: 99, 52, 0;
100
+ --color-sf-on-warning-container: 255, 220, 193;
101
+ --color-sf-spreadsheet-gridline: 231, 224, 236;
102
+ --color-sf-shadow-focus-ring1: 0 0 0 1px #000, 0 0 0 3px #fff;
103
+ --color-sf-success-text: 0, 0, 0;
104
+ --color-sf-warning-text: 0, 0, 0;
105
+ --color-sf-info-text: 0, 0, 0;
106
+ --color-sf-danger-text: 0, 0, 0;
107
+ --color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
108
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
109
+ }
110
+
111
+ /*! Form material 3 theme wise override definitions and variables */
112
+ /*! data-form layout */
113
+ .e-data-form {
114
+ /* stylelint-disable property-no-vendor-prefix */
115
+ /* stylelint-enable property-no-vendor-prefix */
116
+ }
117
+ .e-data-form .e-form-label {
118
+ font-size: 12px;
119
+ margin-bottom: 4px;
120
+ font-weight: 400;
121
+ }
122
+ .e-data-form .e-form-layout {
123
+ display: grid;
124
+ }
125
+ .e-data-form .e-grid-col-2 {
126
+ -ms-grid-columns: repeat(2, 1fr);
127
+ grid-template-columns: repeat(2, minmax(0, 1fr));
128
+ }
129
+ .e-data-form .e-grid-col-3 {
130
+ -ms-grid-columns: repeat(3, 1fr);
131
+ grid-template-columns: repeat(3, minmax(0, 1fr));
132
+ }
133
+ .e-data-form .e-grid-col-4 {
134
+ -ms-grid-columns: repeat(4, 1fr);
135
+ grid-template-columns: repeat(4, minmax(0, 1fr));
136
+ }
137
+ .e-data-form .e-grid-col-5 {
138
+ -ms-grid-columns: repeat(5, 1fr);
139
+ grid-template-columns: repeat(5, minmax(0, 1fr));
140
+ }
141
+ .e-data-form .e-grid-col-6 {
142
+ -ms-grid-columns: repeat(6, 1fr);
143
+ grid-template-columns: repeat(6, minmax(0, 1fr));
144
+ }
145
+ .e-data-form .e-grid-col-7 {
146
+ -ms-grid-columns: repeat(7, 1fr);
147
+ grid-template-columns: repeat(7, minmax(0, 1fr));
148
+ }
149
+ .e-data-form .e-grid-col-8 {
150
+ -ms-grid-columns: repeat(8, 1fr);
151
+ grid-template-columns: repeat(8, minmax(0, 1fr));
152
+ }
153
+ .e-data-form .e-grid-col-9 {
154
+ -ms-grid-columns: repeat(9, 1fr);
155
+ grid-template-columns: repeat(9, minmax(0, 1fr));
156
+ }
157
+ .e-data-form .e-grid-col-10 {
158
+ -ms-grid-columns: repeat(10, 1fr);
159
+ grid-template-columns: repeat(10, minmax(0, 1fr));
160
+ }
161
+ .e-data-form .e-grid-col-11 {
162
+ -ms-grid-columns: repeat(11, 1fr);
163
+ grid-template-columns: repeat(11, minmax(0, 1fr));
164
+ }
165
+ .e-data-form .e-grid-col-12 {
166
+ -ms-grid-columns: repeat(12, 1fr);
167
+ grid-template-columns: repeat(12, minmax(0, 1fr));
168
+ }
169
+ .e-data-form .e-colspan-1 {
170
+ grid-column: span 1/span 1;
171
+ }
172
+ .e-data-form .e-colspan-2 {
173
+ grid-column: span 2/span 2;
174
+ }
175
+ .e-data-form .e-colspan-3 {
176
+ grid-column: span 3/span 3;
177
+ }
178
+ .e-data-form .e-colspan-4 {
179
+ grid-column: span 4/span 4;
180
+ }
181
+ .e-data-form .e-colspan-5 {
182
+ grid-column: span 5/span 5;
183
+ }
184
+ .e-data-form .e-colspan-6 {
185
+ grid-column: span 6/span 6;
186
+ }
187
+ .e-data-form .e-colspan-7 {
188
+ grid-column: span 7/span 7;
189
+ }
190
+ .e-data-form .e-colspan-8 {
191
+ grid-column: span 8/span 8;
192
+ }
193
+ .e-data-form .e-colspan-9 {
194
+ grid-column: span 9/span 9;
195
+ }
196
+ .e-data-form .e-colspan-10 {
197
+ grid-column: span 10/span 10;
198
+ }
199
+ .e-data-form .e-colspan-11 {
200
+ grid-column: span 11/span 11;
201
+ }
202
+ .e-data-form .e-colspan-12 {
203
+ grid-column: span 12/span 12;
204
+ }
205
+ .e-data-form .e-label-position-left .e-form-item-wrapper {
206
+ -webkit-box-flex: 1;
207
+ -ms-flex: 1 1 auto;
208
+ flex: 1 1 auto;
209
+ max-width: calc(75% - 12px);
210
+ }
211
+ .e-data-form .e-label-position-left .e-form-label {
212
+ margin-right: 12px;
213
+ width: 25%;
214
+ text-align: end;
215
+ -webkit-box-orient: vertical;
216
+ -webkit-box-direction: normal;
217
+ -ms-flex-direction: column;
218
+ flex-direction: column;
219
+ -webkit-box-align: end;
220
+ -ms-flex-align: end;
221
+ align-items: flex-end;
222
+ -webkit-box-pack: start;
223
+ -ms-flex-pack: start;
224
+ justify-content: flex-start;
225
+ }
226
+ .e-data-form .e-label-position-left .validation-message {
227
+ display: -webkit-box;
228
+ display: -ms-flexbox;
229
+ display: flex;
230
+ }
231
+ .e-data-form .e-form-group {
232
+ border: none;
233
+ padding: 0;
234
+ margin: 0;
235
+ margin-top: 20px;
236
+ }
237
+ .e-data-form .e-form-group .e-group-title {
238
+ position: relative;
239
+ display: inline-block;
240
+ padding-bottom: 8px;
241
+ /* Gap between text and border */
242
+ margin-bottom: 4px;
243
+ font-size: 16px;
244
+ }
245
+ .e-data-form .e-form-group .e-group-title::after {
246
+ content: "";
247
+ position: absolute;
248
+ bottom: 0;
249
+ left: 0;
250
+ width: 100%;
251
+ height: 1px;
252
+ border-bottom: 1px solid var(--color-sf-outline-variant);
253
+ }
254
+ .e-data-form .e-label-position-top {
255
+ display: -webkit-box;
256
+ display: -ms-flexbox;
257
+ display: flex;
258
+ -webkit-box-orient: vertical;
259
+ -webkit-box-direction: normal;
260
+ -ms-flex-direction: column;
261
+ flex-direction: column;
262
+ margin-top: 20px;
263
+ }
264
+ .e-data-form .e-label-position-top .e-label-right {
265
+ display: -webkit-box;
266
+ display: -ms-flexbox;
267
+ display: flex;
268
+ -webkit-box-align: center;
269
+ -ms-flex-align: center;
270
+ align-items: center;
271
+ }
272
+ .e-data-form .e-label-position-top .e-label-right .e-switch-wrapper + .e-form-label {
273
+ margin-top: 3px;
274
+ margin-left: 5px;
275
+ }
276
+ .e-data-form .e-label-position-top .e-label-right .e-checkbox-wrapper + .e-form-label {
277
+ margin-top: 6px;
278
+ }
279
+ .e-data-form .e-label-position-left {
280
+ display: -webkit-box;
281
+ display: -ms-flexbox;
282
+ display: flex;
283
+ text-align: center;
284
+ margin-top: 20px;
285
+ }
286
+ .e-data-form .e-button-left {
287
+ -webkit-box-pack: start;
288
+ -ms-flex-pack: start;
289
+ justify-content: flex-start;
290
+ }
291
+ .e-data-form .e-button-right {
292
+ -webkit-box-pack: end;
293
+ -ms-flex-pack: end;
294
+ justify-content: flex-end;
295
+ }
296
+ .e-data-form .e-button-center {
297
+ -webkit-box-pack: center;
298
+ -ms-flex-pack: center;
299
+ justify-content: center;
300
+ }
301
+ .e-data-form .e-button-left, .e-data-form .e-button-right, .e-data-form .e-button-center, .e-data-form .e-button-stretch {
302
+ margin-top: 24px;
303
+ display: -webkit-box;
304
+ display: -ms-flexbox;
305
+ display: flex;
306
+ gap: 10px;
307
+ }
308
+ .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 {
309
+ border-radius: 20px;
310
+ padding: 7px 16px;
311
+ }
312
+ .e-data-form .e-button-stretch .e-btn {
313
+ width: 100%;
314
+ }
315
+ .e-data-form > :first-child.e-form-layout {
316
+ margin-top: 0;
317
+ }
318
+
319
+ /*! data-form theme */
320
+ .e-data-form .e-form-label {
321
+ color: var(--color-sf-on-surface-variant);
322
+ }
323
+ .e-data-form .e-group-title {
324
+ color: var(--color-sf-on-surface-variant);
325
+ }
326
+ .e-data-form .validation-message {
327
+ color: var(--danger, #b3261e);
328
+ font-size: 12px;
329
+ font-style: italic;
330
+ }
331
+
332
+ .e-tooltip-wrap.e-popup.e-error-tooltip {
333
+ background-color: var(--danger-light, #f9dedc);
334
+ border: var(--danger-light, #f9dedc);
335
+ }
336
+ .e-tooltip-wrap.e-popup.e-error-tooltip .e-tip-content .validation-message {
337
+ color: var(--danger, #b3261e);
338
+ }
339
+ .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 {
340
+ border-bottom-color: var(--danger-light, #f9dedc);
341
+ color: var(--danger-light, #f9dedc);
342
+ }