@syncfusion/ej2-angular-inputs 26.2.4 → 26.2.5-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 (318) hide show
  1. package/@syncfusion/ej2-angular-inputs.es5.js +2149 -0
  2. package/@syncfusion/ej2-angular-inputs.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-inputs.js +2025 -0
  4. package/@syncfusion/ej2-angular-inputs.js.map +1 -0
  5. package/dist/ej2-angular-inputs.umd.js +2252 -0
  6. package/dist/ej2-angular-inputs.umd.js.map +1 -0
  7. package/dist/ej2-angular-inputs.umd.min.js +11 -0
  8. package/dist/ej2-angular-inputs.umd.min.js.map +1 -0
  9. package/ej2-angular-inputs.d.ts +14 -0
  10. package/ej2-angular-inputs.metadata.json +1 -0
  11. package/license +10 -0
  12. package/package.json +14 -28
  13. package/src/color-picker/colorpicker-all.module.d.ts +0 -6
  14. package/src/color-picker/colorpicker.component.d.ts +0 -3
  15. package/src/color-picker/colorpicker.module.d.ts +0 -6
  16. package/src/maskedtextbox/maskedtextbox-all.module.d.ts +0 -6
  17. package/src/maskedtextbox/maskedtextbox.component.d.ts +0 -3
  18. package/src/maskedtextbox/maskedtextbox.module.d.ts +0 -6
  19. package/src/numerictextbox/numerictextbox-all.module.d.ts +0 -6
  20. package/src/numerictextbox/numerictextbox.component.d.ts +0 -3
  21. package/src/numerictextbox/numerictextbox.module.d.ts +0 -6
  22. package/src/otp-input/otpinput-all.module.d.ts +0 -6
  23. package/src/otp-input/otpinput.component.d.ts +0 -3
  24. package/src/otp-input/otpinput.module.d.ts +0 -6
  25. package/src/rating/rating-all.module.d.ts +0 -6
  26. package/src/rating/rating.component.d.ts +0 -3
  27. package/src/rating/rating.module.d.ts +0 -6
  28. package/src/signature/signature-all.module.d.ts +0 -6
  29. package/src/signature/signature.component.d.ts +0 -3
  30. package/src/signature/signature.module.d.ts +0 -6
  31. package/src/slider/slider-all.module.d.ts +0 -6
  32. package/src/slider/slider.component.d.ts +0 -3
  33. package/src/slider/slider.module.d.ts +0 -6
  34. package/src/textarea/textarea-all.module.d.ts +0 -6
  35. package/src/textarea/textarea.component.d.ts +0 -3
  36. package/src/textarea/textarea.module.d.ts +0 -6
  37. package/src/textbox/textbox-all.module.d.ts +0 -6
  38. package/src/textbox/textbox.component.d.ts +0 -3
  39. package/src/textbox/textbox.module.d.ts +0 -6
  40. package/src/uploader/files.directive.d.ts +0 -5
  41. package/src/uploader/uploader-all.module.d.ts +0 -6
  42. package/src/uploader/uploader.component.d.ts +0 -3
  43. package/src/uploader/uploader.module.d.ts +0 -7
  44. package/styles/bootstrap-dark.css +1 -7406
  45. package/styles/bootstrap.css +1 -7388
  46. package/styles/bootstrap4.css +1 -7546
  47. package/styles/bootstrap5-dark.css +1 -7711
  48. package/styles/bootstrap5.css +1 -7711
  49. package/styles/color-picker/bootstrap-dark.css +1 -779
  50. package/styles/color-picker/bootstrap.css +1 -779
  51. package/styles/color-picker/bootstrap4.css +1 -865
  52. package/styles/color-picker/bootstrap5-dark.css +1 -845
  53. package/styles/color-picker/bootstrap5.css +1 -845
  54. package/styles/color-picker/fabric-dark.css +1 -779
  55. package/styles/color-picker/fabric.css +1 -784
  56. package/styles/color-picker/fluent-dark.css +1 -800
  57. package/styles/color-picker/fluent.css +1 -800
  58. package/styles/color-picker/fluent2.css +1 -2025
  59. package/styles/color-picker/highcontrast-light.css +1 -779
  60. package/styles/color-picker/highcontrast.css +1 -779
  61. package/styles/color-picker/material-dark.css +1 -793
  62. package/styles/color-picker/material.css +1 -826
  63. package/styles/color-picker/material3-dark.css +1 -1015
  64. package/styles/color-picker/material3.css +1 -1127
  65. package/styles/color-picker/tailwind-dark.css +1 -819
  66. package/styles/color-picker/tailwind.css +1 -819
  67. package/styles/data-form/bootstrap-dark.css +1 -232
  68. package/styles/data-form/bootstrap.css +1 -232
  69. package/styles/data-form/bootstrap4.css +1 -232
  70. package/styles/data-form/bootstrap5-dark.css +1 -232
  71. package/styles/data-form/bootstrap5.css +1 -232
  72. package/styles/data-form/fabric-dark.css +1 -232
  73. package/styles/data-form/fabric.css +1 -232
  74. package/styles/data-form/fluent-dark.css +1 -232
  75. package/styles/data-form/fluent.css +1 -232
  76. package/styles/data-form/fluent2.css +1 -1266
  77. package/styles/data-form/highcontrast-light.css +1 -232
  78. package/styles/data-form/highcontrast.css +1 -232
  79. package/styles/data-form/material-dark.css +1 -232
  80. package/styles/data-form/material.css +1 -232
  81. package/styles/data-form/material3-dark.css +1 -342
  82. package/styles/data-form/material3.css +1 -454
  83. package/styles/data-form/tailwind-dark.css +1 -232
  84. package/styles/data-form/tailwind.css +1 -232
  85. package/styles/fabric-dark.css +1 -7352
  86. package/styles/fabric.css +1 -7357
  87. package/styles/fluent-dark.css +1 -7505
  88. package/styles/fluent.css +1 -7505
  89. package/styles/fluent2.css +1 -25580
  90. package/styles/highcontrast-light.css +1 -7561
  91. package/styles/highcontrast.css +1 -7561
  92. package/styles/input/bootstrap-dark.css +1 -4372
  93. package/styles/input/bootstrap.css +1 -4372
  94. package/styles/input/bootstrap4.css +1 -4352
  95. package/styles/input/bootstrap5-dark.css +1 -4450
  96. package/styles/input/bootstrap5.css +1 -4450
  97. package/styles/input/fabric-dark.css +1 -4302
  98. package/styles/input/fabric.css +1 -4302
  99. package/styles/input/fluent-dark.css +1 -4333
  100. package/styles/input/fluent.css +1 -4333
  101. package/styles/input/fluent2.css +1 -10199
  102. package/styles/input/highcontrast-light.css +1 -4466
  103. package/styles/input/highcontrast.css +1 -4466
  104. package/styles/input/material-dark.css +1 -11663
  105. package/styles/input/material.css +1 -11683
  106. package/styles/input/material3-dark.css +1 -11613
  107. package/styles/input/material3.css +1 -11725
  108. package/styles/input/tailwind-dark.css +1 -4307
  109. package/styles/input/tailwind.css +1 -4307
  110. package/styles/maskedtextbox/bootstrap-dark.css +1 -31
  111. package/styles/maskedtextbox/bootstrap.css +1 -14
  112. package/styles/maskedtextbox/bootstrap4.css +1 -31
  113. package/styles/maskedtextbox/bootstrap5-dark.css +1 -31
  114. package/styles/maskedtextbox/bootstrap5.css +1 -31
  115. package/styles/maskedtextbox/fabric-dark.css +1 -31
  116. package/styles/maskedtextbox/fabric.css +1 -31
  117. package/styles/maskedtextbox/fluent-dark.css +1 -27
  118. package/styles/maskedtextbox/fluent.css +1 -27
  119. package/styles/maskedtextbox/fluent2.css +1 -1244
  120. package/styles/maskedtextbox/highcontrast-light.css +1 -31
  121. package/styles/maskedtextbox/highcontrast.css +1 -31
  122. package/styles/maskedtextbox/material-dark.css +1 -45
  123. package/styles/maskedtextbox/material.css +1 -65
  124. package/styles/maskedtextbox/material3-dark.css +1 -175
  125. package/styles/maskedtextbox/material3.css +1 -287
  126. package/styles/maskedtextbox/tailwind-dark.css +1 -31
  127. package/styles/maskedtextbox/tailwind.css +1 -31
  128. package/styles/material-dark.css +1 -14920
  129. package/styles/material.css +1 -14992
  130. package/styles/material3-dark.css +1 -16323
  131. package/styles/material3.css +1 -17667
  132. package/styles/numerictextbox/bootstrap-dark.css +1 -53
  133. package/styles/numerictextbox/bootstrap.css +1 -53
  134. package/styles/numerictextbox/bootstrap4.css +1 -48
  135. package/styles/numerictextbox/bootstrap5-dark.css +1 -48
  136. package/styles/numerictextbox/bootstrap5.css +1 -48
  137. package/styles/numerictextbox/fabric-dark.css +1 -48
  138. package/styles/numerictextbox/fabric.css +1 -48
  139. package/styles/numerictextbox/fluent-dark.css +1 -59
  140. package/styles/numerictextbox/fluent.css +1 -59
  141. package/styles/numerictextbox/fluent2.css +1 -1261
  142. package/styles/numerictextbox/highcontrast-light.css +1 -48
  143. package/styles/numerictextbox/highcontrast.css +1 -48
  144. package/styles/numerictextbox/material-dark.css +1 -62
  145. package/styles/numerictextbox/material.css +1 -82
  146. package/styles/numerictextbox/material3-dark.css +1 -192
  147. package/styles/numerictextbox/material3.css +1 -304
  148. package/styles/numerictextbox/tailwind-dark.css +1 -48
  149. package/styles/numerictextbox/tailwind.css +1 -48
  150. package/styles/otp-input/bootstrap-dark.css +1 -225
  151. package/styles/otp-input/bootstrap.css +1 -225
  152. package/styles/otp-input/bootstrap4.css +1 -225
  153. package/styles/otp-input/bootstrap5-dark.css +1 -225
  154. package/styles/otp-input/bootstrap5.css +1 -225
  155. package/styles/otp-input/fabric-dark.css +1 -225
  156. package/styles/otp-input/fabric.css +1 -225
  157. package/styles/otp-input/fluent-dark.css +1 -225
  158. package/styles/otp-input/fluent.css +1 -225
  159. package/styles/otp-input/fluent2.css +1 -1259
  160. package/styles/otp-input/highcontrast-light.css +1 -225
  161. package/styles/otp-input/highcontrast.css +1 -225
  162. package/styles/otp-input/material-dark.css +1 -225
  163. package/styles/otp-input/material.css +1 -225
  164. package/styles/otp-input/material3-dark.css +1 -335
  165. package/styles/otp-input/material3.css +1 -447
  166. package/styles/otp-input/tailwind-dark.css +1 -225
  167. package/styles/otp-input/tailwind.css +1 -225
  168. package/styles/rating/bootstrap-dark.css +1 -315
  169. package/styles/rating/bootstrap.css +1 -315
  170. package/styles/rating/bootstrap4.css +1 -315
  171. package/styles/rating/bootstrap5-dark.css +1 -316
  172. package/styles/rating/bootstrap5.css +1 -316
  173. package/styles/rating/fabric-dark.css +1 -315
  174. package/styles/rating/fabric.css +1 -315
  175. package/styles/rating/fluent-dark.css +1 -315
  176. package/styles/rating/fluent.css +1 -315
  177. package/styles/rating/fluent2.css +1 -1349
  178. package/styles/rating/highcontrast-light.css +1 -315
  179. package/styles/rating/highcontrast.css +1 -315
  180. package/styles/rating/material-dark.css +1 -315
  181. package/styles/rating/material.css +1 -315
  182. package/styles/rating/material3-dark.css +1 -434
  183. package/styles/rating/material3.css +1 -546
  184. package/styles/rating/tailwind-dark.css +1 -319
  185. package/styles/rating/tailwind.css +1 -319
  186. package/styles/signature/bootstrap-dark.css +1 -9
  187. package/styles/signature/bootstrap.css +1 -9
  188. package/styles/signature/bootstrap4.css +1 -9
  189. package/styles/signature/bootstrap5-dark.css +1 -9
  190. package/styles/signature/bootstrap5.css +1 -9
  191. package/styles/signature/fabric-dark.css +1 -9
  192. package/styles/signature/fabric.css +1 -9
  193. package/styles/signature/fluent-dark.css +1 -9
  194. package/styles/signature/fluent.css +1 -9
  195. package/styles/signature/fluent2.css +1 -1043
  196. package/styles/signature/highcontrast-light.css +1 -9
  197. package/styles/signature/highcontrast.css +1 -9
  198. package/styles/signature/material-dark.css +1 -9
  199. package/styles/signature/material.css +1 -9
  200. package/styles/signature/material3-dark.css +1 -119
  201. package/styles/signature/material3.css +1 -231
  202. package/styles/signature/tailwind-dark.css +1 -9
  203. package/styles/signature/tailwind.css +1 -9
  204. package/styles/slider/bootstrap-dark.css +1 -484
  205. package/styles/slider/bootstrap.css +1 -484
  206. package/styles/slider/bootstrap4.css +1 -563
  207. package/styles/slider/bootstrap5-dark.css +1 -643
  208. package/styles/slider/bootstrap5.css +1 -643
  209. package/styles/slider/fabric-dark.css +1 -504
  210. package/styles/slider/fabric.css +1 -504
  211. package/styles/slider/fluent-dark.css +1 -547
  212. package/styles/slider/fluent.css +1 -547
  213. package/styles/slider/fluent2.css +1 -1642
  214. package/styles/slider/highcontrast-light.css +1 -550
  215. package/styles/slider/highcontrast.css +1 -550
  216. package/styles/slider/material-dark.css +1 -677
  217. package/styles/slider/material.css +1 -662
  218. package/styles/slider/material3-dark.css +1 -873
  219. package/styles/slider/material3.css +1 -985
  220. package/styles/slider/tailwind-dark.css +1 -617
  221. package/styles/slider/tailwind.css +1 -617
  222. package/styles/tailwind-dark.css +1 -7548
  223. package/styles/tailwind.css +1 -7548
  224. package/styles/textarea/bootstrap-dark.css +1 -34
  225. package/styles/textarea/bootstrap.css +1 -34
  226. package/styles/textarea/bootstrap4.css +1 -34
  227. package/styles/textarea/bootstrap5-dark.css +1 -34
  228. package/styles/textarea/bootstrap5.css +1 -34
  229. package/styles/textarea/fabric-dark.css +1 -34
  230. package/styles/textarea/fabric.css +1 -34
  231. package/styles/textarea/fluent-dark.css +1 -34
  232. package/styles/textarea/fluent.css +1 -34
  233. package/styles/textarea/fluent2.css +1 -1247
  234. package/styles/textarea/highcontrast-light.css +1 -34
  235. package/styles/textarea/highcontrast.css +1 -34
  236. package/styles/textarea/material-dark.css +1 -48
  237. package/styles/textarea/material.css +1 -68
  238. package/styles/textarea/material3-dark.css +1 -178
  239. package/styles/textarea/material3.css +1 -290
  240. package/styles/textarea/tailwind-dark.css +1 -34
  241. package/styles/textarea/tailwind.css +1 -34
  242. package/styles/textbox/bootstrap-dark.css +1 -28
  243. package/styles/textbox/bootstrap.css +1 -28
  244. package/styles/textbox/bootstrap4.css +1 -28
  245. package/styles/textbox/bootstrap5-dark.css +1 -28
  246. package/styles/textbox/bootstrap5.css +1 -28
  247. package/styles/textbox/fabric-dark.css +1 -28
  248. package/styles/textbox/fabric.css +1 -28
  249. package/styles/textbox/fluent-dark.css +1 -28
  250. package/styles/textbox/fluent.css +1 -28
  251. package/styles/textbox/fluent2.css +1 -1241
  252. package/styles/textbox/highcontrast-light.css +1 -28
  253. package/styles/textbox/highcontrast.css +1 -28
  254. package/styles/textbox/material-dark.css +1 -42
  255. package/styles/textbox/material.css +1 -62
  256. package/styles/textbox/material3-dark.css +1 -172
  257. package/styles/textbox/material3.css +1 -284
  258. package/styles/textbox/tailwind-dark.css +1 -28
  259. package/styles/textbox/tailwind.css +1 -28
  260. package/styles/uploader/bootstrap-dark.css +1 -835
  261. package/styles/uploader/bootstrap.css +1 -835
  262. package/styles/uploader/bootstrap4.css +1 -835
  263. package/styles/uploader/bootstrap5-dark.css +1 -841
  264. package/styles/uploader/bootstrap5.css +1 -841
  265. package/styles/uploader/fabric-dark.css +1 -835
  266. package/styles/uploader/fabric.css +1 -835
  267. package/styles/uploader/fluent-dark.css +1 -887
  268. package/styles/uploader/fluent.css +1 -887
  269. package/styles/uploader/fluent2.css +1 -1880
  270. package/styles/uploader/highcontrast-light.css +1 -835
  271. package/styles/uploader/highcontrast.css +1 -835
  272. package/styles/uploader/material-dark.css +1 -835
  273. package/styles/uploader/material.css +1 -839
  274. package/styles/uploader/material3-dark.css +1 -951
  275. package/styles/uploader/material3.css +1 -1063
  276. package/styles/uploader/tailwind-dark.css +1 -870
  277. package/styles/uploader/tailwind.css +1 -870
  278. package/CHANGELOG.md +0 -1547
  279. package/esm2020/public_api.mjs +0 -2
  280. package/esm2020/src/color-picker/colorpicker-all.module.mjs +0 -23
  281. package/esm2020/src/color-picker/colorpicker.component.mjs +0 -84
  282. package/esm2020/src/color-picker/colorpicker.module.mjs +0 -25
  283. package/esm2020/src/form-validator/form-validator.mjs +0 -193
  284. package/esm2020/src/index.mjs +0 -34
  285. package/esm2020/src/maskedtextbox/maskedtextbox-all.module.mjs +0 -23
  286. package/esm2020/src/maskedtextbox/maskedtextbox.component.mjs +0 -85
  287. package/esm2020/src/maskedtextbox/maskedtextbox.module.mjs +0 -25
  288. package/esm2020/src/numerictextbox/numerictextbox-all.module.mjs +0 -23
  289. package/esm2020/src/numerictextbox/numerictextbox.component.mjs +0 -85
  290. package/esm2020/src/numerictextbox/numerictextbox.module.mjs +0 -25
  291. package/esm2020/src/otp-input/otpinput-all.module.mjs +0 -23
  292. package/esm2020/src/otp-input/otpinput.component.mjs +0 -85
  293. package/esm2020/src/otp-input/otpinput.module.mjs +0 -25
  294. package/esm2020/src/rating/rating-all.module.mjs +0 -23
  295. package/esm2020/src/rating/rating.component.mjs +0 -109
  296. package/esm2020/src/rating/rating.module.mjs +0 -25
  297. package/esm2020/src/signature/signature-all.module.mjs +0 -23
  298. package/esm2020/src/signature/signature.component.mjs +0 -84
  299. package/esm2020/src/signature/signature.module.mjs +0 -25
  300. package/esm2020/src/slider/slider-all.module.mjs +0 -23
  301. package/esm2020/src/slider/slider.component.mjs +0 -84
  302. package/esm2020/src/slider/slider.module.mjs +0 -25
  303. package/esm2020/src/textarea/textarea-all.module.mjs +0 -23
  304. package/esm2020/src/textarea/textarea.component.mjs +0 -85
  305. package/esm2020/src/textarea/textarea.module.mjs +0 -25
  306. package/esm2020/src/textbox/textbox-all.module.mjs +0 -23
  307. package/esm2020/src/textbox/textbox.component.mjs +0 -85
  308. package/esm2020/src/textbox/textbox.module.mjs +0 -25
  309. package/esm2020/src/uploader/files.directive.mjs +0 -58
  310. package/esm2020/src/uploader/uploader-all.module.mjs +0 -23
  311. package/esm2020/src/uploader/uploader.component.mjs +0 -96
  312. package/esm2020/src/uploader/uploader.module.mjs +0 -34
  313. package/esm2020/syncfusion-ej2-angular-inputs.mjs +0 -5
  314. package/fesm2015/syncfusion-ej2-angular-inputs.mjs +0 -1479
  315. package/fesm2015/syncfusion-ej2-angular-inputs.mjs.map +0 -1
  316. package/fesm2020/syncfusion-ej2-angular-inputs.mjs +0 -1479
  317. package/fesm2020/syncfusion-ej2-angular-inputs.mjs.map +0 -1
  318. package/syncfusion-ej2-angular-inputs.d.ts +0 -5
@@ -1,225 +1 @@
1
- .e-otpinput {
2
- display: -webkit-box;
3
- display: -ms-flexbox;
4
- display: flex;
5
- -webkit-box-pack: center;
6
- -ms-flex-pack: center;
7
- justify-content: center;
8
- -webkit-box-align: center;
9
- -ms-flex-align: center;
10
- align-items: center;
11
- gap: 12px;
12
- -webkit-box-orient: horizontal;
13
- -webkit-box-direction: normal;
14
- -ms-flex-direction: row;
15
- flex-direction: row;
16
- }
17
- .e-otpinput:has(.e-otp-separator):not(:empty) {
18
- gap: 4px;
19
- }
20
- .e-otpinput .e-otp-input-field {
21
- min-width: 32px;
22
- min-height: 32px;
23
- text-align: center;
24
- padding: 0;
25
- font-size: 14px;
26
- font-weight: 400;
27
- line-height: 22px;
28
- border: none;
29
- }
30
- .e-otpinput .e-otp-input-fieldinput[type=password], .e-otpinput .e-otp-input-field[type=password] {
31
- font-size: 18px;
32
- }
33
- .e-otpinput .e-otp-input-field.e-input.e-otp-input-focus:focus {
34
- padding-bottom: 0;
35
- }
36
- .e-otpinput.e-outline .e-otp-input-field {
37
- border-radius: 2px;
38
- }
39
- .e-otpinput.e-underlined .e-otp-input-field {
40
- border-radius: 2px 2px 0 0;
41
- }
42
- .e-otpinput.e-filled .e-otp-input-field {
43
- border-radius: 2px 2px 0 0;
44
- padding: 0;
45
- }
46
- .e-otpinput .e-otp-separator {
47
- font-size: 14px;
48
- font-weight: 400;
49
- line-height: 22px;
50
- }
51
- .e-otpinput input[type=number]::-webkit-inner-spin-button,
52
- .e-otpinput [type=number]::-webkit-outer-spin-button {
53
- /* stylelint-disable property-no-vendor-prefix */
54
- -webkit-appearance: none;
55
- /* stylelint-enable property-no-vendor-prefix */
56
- margin: 0;
57
- }
58
- .e-otpinput input[type=number] {
59
- /* stylelint-disable property-no-vendor-prefix */
60
- -moz-appearance: textfield;
61
- /* stylelint-enable property-no-vendor-prefix */
62
- }
63
-
64
- .e-small.e-otpinput,
65
- .e-small .e-otpinput {
66
- gap: 8px;
67
- }
68
- .e-small.e-otpinput:has(.e-otp-separator):not(:empty),
69
- .e-small .e-otpinput:has(.e-otp-separator):not(:empty) {
70
- gap: 4px;
71
- }
72
- .e-small.e-otpinput .e-otp-input-field,
73
- .e-small .e-otpinput .e-otp-input-field {
74
- min-width: 26px;
75
- min-height: 26px;
76
- font-size: 12px;
77
- line-height: 18px;
78
- padding: 0;
79
- }
80
- .e-small.e-otpinput .e-otp-input-fieldinput[type=password], .e-small.e-otpinput .e-otp-input-field[type=password],
81
- .e-small .e-otpinput .e-otp-input-fieldinput[type=password],
82
- .e-small .e-otpinput .e-otp-input-field[type=password] {
83
- font-size: 18px;
84
- }
85
- .e-small.e-otpinput .e-otp-input-field.e-input.e-otp-input-focus:focus,
86
- .e-small .e-otpinput .e-otp-input-field.e-input.e-otp-input-focus:focus {
87
- padding-bottom: 0;
88
- }
89
- .e-small.e-otpinput .e-otp-separator,
90
- .e-small .e-otpinput .e-otp-separator {
91
- font-size: 12px;
92
- line-height: 18px;
93
- }
94
- .e-small.e-otpinput.e-filled .e-otp-input-field,
95
- .e-small .e-otpinput.e-filled .e-otp-input-field {
96
- padding: 0;
97
- }
98
-
99
- .e-bigger.e-otpinput,
100
- .e-bigger .e-otpinput {
101
- gap: 16px;
102
- }
103
- .e-bigger.e-otpinput:has(.e-otp-separator):not(:empty),
104
- .e-bigger .e-otpinput:has(.e-otp-separator):not(:empty) {
105
- gap: 6px;
106
- }
107
- .e-bigger.e-otpinput .e-otp-input-field,
108
- .e-bigger .e-otpinput .e-otp-input-field {
109
- min-width: 40px;
110
- min-height: 40px;
111
- font-size: 16px;
112
- line-height: 24px;
113
- padding: 0;
114
- }
115
- .e-bigger.e-otpinput .e-otp-input-fieldinput[type=password], .e-bigger.e-otpinput .e-otp-input-field[type=password],
116
- .e-bigger .e-otpinput .e-otp-input-fieldinput[type=password],
117
- .e-bigger .e-otpinput .e-otp-input-field[type=password] {
118
- font-size: 20px;
119
- }
120
- .e-bigger.e-otpinput .e-otp-input-field.e-input.e-otp-input-focus:focus,
121
- .e-bigger .e-otpinput .e-otp-input-field.e-input.e-otp-input-focus:focus {
122
- padding-bottom: 0;
123
- }
124
- .e-bigger.e-otpinput .e-otp-separator,
125
- .e-bigger .e-otpinput .e-otp-separator {
126
- font-size: 16px;
127
- line-height: 24px;
128
- }
129
- .e-bigger.e-otpinput.e-filled .e-otp-input-field,
130
- .e-bigger .e-otpinput.e-filled .e-otp-input-field {
131
- padding: 0;
132
- }
133
-
134
- .e-bigger.e-small.e-otpinput,
135
- .e-bigger.e-small .e-otpinput,
136
- .e-bigger .e-small.e-otpinput,
137
- .e-small .e-bigger.e-otpinput {
138
- gap: 12px;
139
- }
140
- .e-bigger.e-small.e-otpinput:has(.e-otp-separator):not(:empty),
141
- .e-bigger.e-small .e-otpinput:has(.e-otp-separator):not(:empty),
142
- .e-bigger .e-small.e-otpinput:has(.e-otp-separator):not(:empty),
143
- .e-small .e-bigger.e-otpinput:has(.e-otp-separator):not(:empty) {
144
- gap: 6px;
145
- }
146
- .e-bigger.e-small.e-otpinput .e-otp-input-field,
147
- .e-bigger.e-small .e-otpinput .e-otp-input-field,
148
- .e-bigger .e-small.e-otpinput .e-otp-input-field,
149
- .e-small .e-bigger.e-otpinput .e-otp-input-field {
150
- min-width: 36px;
151
- min-height: 36px;
152
- font-size: 14px;
153
- line-height: 22px;
154
- padding: 0;
155
- }
156
- .e-bigger.e-small.e-otpinput .e-otp-input-fieldinput[type=password], .e-bigger.e-small.e-otpinput .e-otp-input-field[type=password],
157
- .e-bigger.e-small .e-otpinput .e-otp-input-fieldinput[type=password],
158
- .e-bigger.e-small .e-otpinput .e-otp-input-field[type=password],
159
- .e-bigger .e-small.e-otpinput .e-otp-input-fieldinput[type=password],
160
- .e-bigger .e-small.e-otpinput .e-otp-input-field[type=password],
161
- .e-small .e-bigger.e-otpinput .e-otp-input-fieldinput[type=password],
162
- .e-small .e-bigger.e-otpinput .e-otp-input-field[type=password] {
163
- font-size: 20px;
164
- }
165
- .e-bigger.e-small.e-otpinput .e-otp-input-field.e-input.e-otp-input-focus:focus,
166
- .e-bigger.e-small .e-otpinput .e-otp-input-field.e-input.e-otp-input-focus:focus,
167
- .e-bigger .e-small.e-otpinput .e-otp-input-field.e-input.e-otp-input-focus:focus,
168
- .e-small .e-bigger.e-otpinput .e-otp-input-field.e-input.e-otp-input-focus:focus {
169
- padding-bottom: 0;
170
- }
171
- .e-bigger.e-small.e-otpinput .e-otp-separator,
172
- .e-bigger.e-small .e-otpinput .e-otp-separator,
173
- .e-bigger .e-small.e-otpinput .e-otp-separator,
174
- .e-small .e-bigger.e-otpinput .e-otp-separator {
175
- font-size: 14px;
176
- line-height: 22px;
177
- }
178
- .e-bigger.e-small.e-otpinput.e-filled .e-otp-input-field,
179
- .e-bigger.e-small .e-otpinput.e-filled .e-otp-input-field,
180
- .e-bigger .e-small.e-otpinput.e-filled .e-otp-input-field,
181
- .e-small .e-bigger.e-otpinput.e-filled .e-otp-input-field {
182
- padding: 0;
183
- }
184
-
185
- .e-otpinput .e-otp-input-field {
186
- color: #f3f2f1;
187
- background: transparent;
188
- }
189
- .e-otpinput .e-otp-separator {
190
- color: #a19f9d;
191
- }
192
- .e-otpinput.e-outline .e-otp-input-field {
193
- border: 1px solid #a19f9d;
194
- }
195
- .e-otpinput.e-outline .e-otp-input-field, .e-otpinput.e-underlined .e-otp-input-field, .e-otpinput.e-filled .e-otp-input-field {
196
- border-bottom: 2px solid #a19f9d;
197
- }
198
- .e-otpinput.e-outline .e-otp-input-field:disabled, .e-otpinput.e-underlined .e-otp-input-field:disabled, .e-otpinput.e-filled .e-otp-input-field:disabled {
199
- border-color: #292827;
200
- color: #484644;
201
- }
202
- .e-otpinput.e-filled .e-otp-input-field {
203
- background: #201f1e;
204
- }
205
- .e-otpinput.e-underlined .e-otp-input-field {
206
- background: transparent;
207
- }
208
- .e-otpinput.e-error.e-outline .e-otp-input-field,
209
- .e-otpinput.e-error.e-outline .e-otp-input-field.e-otp-input-focus, .e-otpinput.e-error.e-underlined .e-otp-input-field,
210
- .e-otpinput.e-error.e-underlined .e-otp-input-field.e-otp-input-focus, .e-otpinput.e-error.e-filled .e-otp-input-field,
211
- .e-otpinput.e-error.e-filled .e-otp-input-field.e-otp-input-focus {
212
- border-color: #d13438;
213
- }
214
- .e-otpinput.e-success.e-outline .e-otp-input-field,
215
- .e-otpinput.e-success.e-outline .e-otp-input-field.e-otp-input-focus, .e-otpinput.e-success.e-underlined .e-otp-input-field,
216
- .e-otpinput.e-success.e-underlined .e-otp-input-field.e-otp-input-focus, .e-otpinput.e-success.e-filled .e-otp-input-field,
217
- .e-otpinput.e-success.e-filled .e-otp-input-field.e-otp-input-focus {
218
- border-color: #0b6a0b;
219
- }
220
- .e-otpinput.e-warning.e-outline .e-otp-input-field,
221
- .e-otpinput.e-warning.e-outline .e-otp-input-field.e-otp-input-focus, .e-otpinput.e-warning.e-underlined .e-otp-input-field,
222
- .e-otpinput.e-warning.e-underlined .e-otp-input-field.e-otp-input-focus, .e-otpinput.e-warning.e-filled .e-otp-input-field,
223
- .e-otpinput.e-warning.e-filled .e-otp-input-field.e-otp-input-focus {
224
- border-color: #db7b48;
225
- }
1
+ @import '@syncfusion/ej2-inputs/styles/otp-input/fluent-dark.css';
@@ -1,225 +1 @@
1
- .e-otpinput {
2
- display: -webkit-box;
3
- display: -ms-flexbox;
4
- display: flex;
5
- -webkit-box-pack: center;
6
- -ms-flex-pack: center;
7
- justify-content: center;
8
- -webkit-box-align: center;
9
- -ms-flex-align: center;
10
- align-items: center;
11
- gap: 12px;
12
- -webkit-box-orient: horizontal;
13
- -webkit-box-direction: normal;
14
- -ms-flex-direction: row;
15
- flex-direction: row;
16
- }
17
- .e-otpinput:has(.e-otp-separator):not(:empty) {
18
- gap: 4px;
19
- }
20
- .e-otpinput .e-otp-input-field {
21
- min-width: 32px;
22
- min-height: 32px;
23
- text-align: center;
24
- padding: 0;
25
- font-size: 14px;
26
- font-weight: 400;
27
- line-height: 22px;
28
- border: none;
29
- }
30
- .e-otpinput .e-otp-input-fieldinput[type=password], .e-otpinput .e-otp-input-field[type=password] {
31
- font-size: 18px;
32
- }
33
- .e-otpinput .e-otp-input-field.e-input.e-otp-input-focus:focus {
34
- padding-bottom: 0;
35
- }
36
- .e-otpinput.e-outline .e-otp-input-field {
37
- border-radius: 2px;
38
- }
39
- .e-otpinput.e-underlined .e-otp-input-field {
40
- border-radius: 2px 2px 0 0;
41
- }
42
- .e-otpinput.e-filled .e-otp-input-field {
43
- border-radius: 2px 2px 0 0;
44
- padding: 0;
45
- }
46
- .e-otpinput .e-otp-separator {
47
- font-size: 14px;
48
- font-weight: 400;
49
- line-height: 22px;
50
- }
51
- .e-otpinput input[type=number]::-webkit-inner-spin-button,
52
- .e-otpinput [type=number]::-webkit-outer-spin-button {
53
- /* stylelint-disable property-no-vendor-prefix */
54
- -webkit-appearance: none;
55
- /* stylelint-enable property-no-vendor-prefix */
56
- margin: 0;
57
- }
58
- .e-otpinput input[type=number] {
59
- /* stylelint-disable property-no-vendor-prefix */
60
- -moz-appearance: textfield;
61
- /* stylelint-enable property-no-vendor-prefix */
62
- }
63
-
64
- .e-small.e-otpinput,
65
- .e-small .e-otpinput {
66
- gap: 8px;
67
- }
68
- .e-small.e-otpinput:has(.e-otp-separator):not(:empty),
69
- .e-small .e-otpinput:has(.e-otp-separator):not(:empty) {
70
- gap: 4px;
71
- }
72
- .e-small.e-otpinput .e-otp-input-field,
73
- .e-small .e-otpinput .e-otp-input-field {
74
- min-width: 26px;
75
- min-height: 26px;
76
- font-size: 12px;
77
- line-height: 18px;
78
- padding: 0;
79
- }
80
- .e-small.e-otpinput .e-otp-input-fieldinput[type=password], .e-small.e-otpinput .e-otp-input-field[type=password],
81
- .e-small .e-otpinput .e-otp-input-fieldinput[type=password],
82
- .e-small .e-otpinput .e-otp-input-field[type=password] {
83
- font-size: 18px;
84
- }
85
- .e-small.e-otpinput .e-otp-input-field.e-input.e-otp-input-focus:focus,
86
- .e-small .e-otpinput .e-otp-input-field.e-input.e-otp-input-focus:focus {
87
- padding-bottom: 0;
88
- }
89
- .e-small.e-otpinput .e-otp-separator,
90
- .e-small .e-otpinput .e-otp-separator {
91
- font-size: 12px;
92
- line-height: 18px;
93
- }
94
- .e-small.e-otpinput.e-filled .e-otp-input-field,
95
- .e-small .e-otpinput.e-filled .e-otp-input-field {
96
- padding: 0;
97
- }
98
-
99
- .e-bigger.e-otpinput,
100
- .e-bigger .e-otpinput {
101
- gap: 16px;
102
- }
103
- .e-bigger.e-otpinput:has(.e-otp-separator):not(:empty),
104
- .e-bigger .e-otpinput:has(.e-otp-separator):not(:empty) {
105
- gap: 6px;
106
- }
107
- .e-bigger.e-otpinput .e-otp-input-field,
108
- .e-bigger .e-otpinput .e-otp-input-field {
109
- min-width: 40px;
110
- min-height: 40px;
111
- font-size: 16px;
112
- line-height: 24px;
113
- padding: 0;
114
- }
115
- .e-bigger.e-otpinput .e-otp-input-fieldinput[type=password], .e-bigger.e-otpinput .e-otp-input-field[type=password],
116
- .e-bigger .e-otpinput .e-otp-input-fieldinput[type=password],
117
- .e-bigger .e-otpinput .e-otp-input-field[type=password] {
118
- font-size: 20px;
119
- }
120
- .e-bigger.e-otpinput .e-otp-input-field.e-input.e-otp-input-focus:focus,
121
- .e-bigger .e-otpinput .e-otp-input-field.e-input.e-otp-input-focus:focus {
122
- padding-bottom: 0;
123
- }
124
- .e-bigger.e-otpinput .e-otp-separator,
125
- .e-bigger .e-otpinput .e-otp-separator {
126
- font-size: 16px;
127
- line-height: 24px;
128
- }
129
- .e-bigger.e-otpinput.e-filled .e-otp-input-field,
130
- .e-bigger .e-otpinput.e-filled .e-otp-input-field {
131
- padding: 0;
132
- }
133
-
134
- .e-bigger.e-small.e-otpinput,
135
- .e-bigger.e-small .e-otpinput,
136
- .e-bigger .e-small.e-otpinput,
137
- .e-small .e-bigger.e-otpinput {
138
- gap: 12px;
139
- }
140
- .e-bigger.e-small.e-otpinput:has(.e-otp-separator):not(:empty),
141
- .e-bigger.e-small .e-otpinput:has(.e-otp-separator):not(:empty),
142
- .e-bigger .e-small.e-otpinput:has(.e-otp-separator):not(:empty),
143
- .e-small .e-bigger.e-otpinput:has(.e-otp-separator):not(:empty) {
144
- gap: 6px;
145
- }
146
- .e-bigger.e-small.e-otpinput .e-otp-input-field,
147
- .e-bigger.e-small .e-otpinput .e-otp-input-field,
148
- .e-bigger .e-small.e-otpinput .e-otp-input-field,
149
- .e-small .e-bigger.e-otpinput .e-otp-input-field {
150
- min-width: 36px;
151
- min-height: 36px;
152
- font-size: 14px;
153
- line-height: 22px;
154
- padding: 0;
155
- }
156
- .e-bigger.e-small.e-otpinput .e-otp-input-fieldinput[type=password], .e-bigger.e-small.e-otpinput .e-otp-input-field[type=password],
157
- .e-bigger.e-small .e-otpinput .e-otp-input-fieldinput[type=password],
158
- .e-bigger.e-small .e-otpinput .e-otp-input-field[type=password],
159
- .e-bigger .e-small.e-otpinput .e-otp-input-fieldinput[type=password],
160
- .e-bigger .e-small.e-otpinput .e-otp-input-field[type=password],
161
- .e-small .e-bigger.e-otpinput .e-otp-input-fieldinput[type=password],
162
- .e-small .e-bigger.e-otpinput .e-otp-input-field[type=password] {
163
- font-size: 20px;
164
- }
165
- .e-bigger.e-small.e-otpinput .e-otp-input-field.e-input.e-otp-input-focus:focus,
166
- .e-bigger.e-small .e-otpinput .e-otp-input-field.e-input.e-otp-input-focus:focus,
167
- .e-bigger .e-small.e-otpinput .e-otp-input-field.e-input.e-otp-input-focus:focus,
168
- .e-small .e-bigger.e-otpinput .e-otp-input-field.e-input.e-otp-input-focus:focus {
169
- padding-bottom: 0;
170
- }
171
- .e-bigger.e-small.e-otpinput .e-otp-separator,
172
- .e-bigger.e-small .e-otpinput .e-otp-separator,
173
- .e-bigger .e-small.e-otpinput .e-otp-separator,
174
- .e-small .e-bigger.e-otpinput .e-otp-separator {
175
- font-size: 14px;
176
- line-height: 22px;
177
- }
178
- .e-bigger.e-small.e-otpinput.e-filled .e-otp-input-field,
179
- .e-bigger.e-small .e-otpinput.e-filled .e-otp-input-field,
180
- .e-bigger .e-small.e-otpinput.e-filled .e-otp-input-field,
181
- .e-small .e-bigger.e-otpinput.e-filled .e-otp-input-field {
182
- padding: 0;
183
- }
184
-
185
- .e-otpinput .e-otp-input-field {
186
- color: #201f1e;
187
- background: transparent;
188
- }
189
- .e-otpinput .e-otp-separator {
190
- color: #605e5c;
191
- }
192
- .e-otpinput.e-outline .e-otp-input-field {
193
- border: 1px solid #605e5c;
194
- }
195
- .e-otpinput.e-outline .e-otp-input-field, .e-otpinput.e-underlined .e-otp-input-field, .e-otpinput.e-filled .e-otp-input-field {
196
- border-bottom: 2px solid #605e5c;
197
- }
198
- .e-otpinput.e-outline .e-otp-input-field:disabled, .e-otpinput.e-underlined .e-otp-input-field:disabled, .e-otpinput.e-filled .e-otp-input-field:disabled {
199
- border-color: #edebe9;
200
- color: #a19f9d;
201
- }
202
- .e-otpinput.e-filled .e-otp-input-field {
203
- background: #faf9f8;
204
- }
205
- .e-otpinput.e-underlined .e-otp-input-field {
206
- background: transparent;
207
- }
208
- .e-otpinput.e-error.e-outline .e-otp-input-field,
209
- .e-otpinput.e-error.e-outline .e-otp-input-field.e-otp-input-focus, .e-otpinput.e-error.e-underlined .e-otp-input-field,
210
- .e-otpinput.e-error.e-underlined .e-otp-input-field.e-otp-input-focus, .e-otpinput.e-error.e-filled .e-otp-input-field,
211
- .e-otpinput.e-error.e-filled .e-otp-input-field.e-otp-input-focus {
212
- border-color: #d13438;
213
- }
214
- .e-otpinput.e-success.e-outline .e-otp-input-field,
215
- .e-otpinput.e-success.e-outline .e-otp-input-field.e-otp-input-focus, .e-otpinput.e-success.e-underlined .e-otp-input-field,
216
- .e-otpinput.e-success.e-underlined .e-otp-input-field.e-otp-input-focus, .e-otpinput.e-success.e-filled .e-otp-input-field,
217
- .e-otpinput.e-success.e-filled .e-otp-input-field.e-otp-input-focus {
218
- border-color: #0b6a0b;
219
- }
220
- .e-otpinput.e-warning.e-outline .e-otp-input-field,
221
- .e-otpinput.e-warning.e-outline .e-otp-input-field.e-otp-input-focus, .e-otpinput.e-warning.e-underlined .e-otp-input-field,
222
- .e-otpinput.e-warning.e-underlined .e-otp-input-field.e-otp-input-focus, .e-otpinput.e-warning.e-filled .e-otp-input-field,
223
- .e-otpinput.e-warning.e-filled .e-otp-input-field.e-otp-input-focus {
224
- border-color: #ca5010;
225
- }
1
+ @import '@syncfusion/ej2-inputs/styles/otp-input/fluent.css';