@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,53 +1 @@
1
- /* stylelint-disable property-no-vendor-prefix */
2
- .e-input-group-icon.e-spin-up::before {
3
- content: "\e834";
4
- font-family: "e-icons";
5
- }
6
-
7
- .e-input-group-icon.e-spin-down::before {
8
- content: "\e83d";
9
- font-family: "e-icons";
10
- }
11
-
12
- .e-numeric-container {
13
- width: 100%;
14
- }
15
-
16
- .e-content-placeholder.e-numeric.e-placeholder-numeric {
17
- background-size: 300px 33px;
18
- min-height: 33px;
19
- }
20
-
21
- .e-bigger.e-content-placeholder.e-numeric.e-placeholder-numeric,
22
- .e-bigger .e-content-placeholder.e-numeric.e-placeholder-numeric {
23
- background-size: 300px 40px;
24
- min-height: 40px;
25
- }
26
-
27
- .e-float-input.e-input-group.e-control-wrapper.e-numeric .e-numeric-hidden,
28
- .e-input-group.e-control-wrapper.e-numeric .e-numeric-hidden,
29
- .e-float-input.e-control-wrapper.e-numeric .e-numeric-hidden,
30
- .e-float-input.e-input-group.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden,
31
- .e-input-group.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden,
32
- .e-float-input.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden {
33
- border: 0;
34
- height: 0;
35
- margin: 0;
36
- padding: 0;
37
- text-indent: 0;
38
- visibility: hidden;
39
- width: 0;
40
- }
41
-
42
- .e-numeric.e-control-wrapper.e-input-group:not(.e-disabled):active:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-focus) {
43
- border-color: #767676;
44
- -webkit-box-shadow: none;
45
- box-shadow: none;
46
- }
47
- .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
48
- font-size: 12px;
49
- }
50
-
51
- .e-bigger .e-control-wrapper.e-numeric.e-input-group .e-input-group-icon, .e-bigger.e-control-wrapper.e-numeric.e-input-group .e-input-group-icon {
52
- font-size: 14px;
53
- }
1
+ @import '@syncfusion/ej2-inputs/styles/numerictextbox/bootstrap-dark.css';
@@ -1,53 +1 @@
1
- /* stylelint-disable property-no-vendor-prefix */
2
- .e-input-group-icon.e-spin-up::before {
3
- content: "\e834";
4
- font-family: "e-icons";
5
- }
6
-
7
- .e-input-group-icon.e-spin-down::before {
8
- content: "\e83d";
9
- font-family: "e-icons";
10
- }
11
-
12
- .e-numeric-container {
13
- width: 100%;
14
- }
15
-
16
- .e-content-placeholder.e-numeric.e-placeholder-numeric {
17
- background-size: 300px 33px;
18
- min-height: 33px;
19
- }
20
-
21
- .e-bigger.e-content-placeholder.e-numeric.e-placeholder-numeric,
22
- .e-bigger .e-content-placeholder.e-numeric.e-placeholder-numeric {
23
- background-size: 300px 40px;
24
- min-height: 40px;
25
- }
26
-
27
- .e-float-input.e-input-group.e-control-wrapper.e-numeric .e-numeric-hidden,
28
- .e-input-group.e-control-wrapper.e-numeric .e-numeric-hidden,
29
- .e-float-input.e-control-wrapper.e-numeric .e-numeric-hidden,
30
- .e-float-input.e-input-group.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden,
31
- .e-input-group.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden,
32
- .e-float-input.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden {
33
- border: 0;
34
- height: 0;
35
- margin: 0;
36
- padding: 0;
37
- text-indent: 0;
38
- visibility: hidden;
39
- width: 0;
40
- }
41
-
42
- .e-numeric.e-control-wrapper.e-input-group:not(.e-disabled):active:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-focus) {
43
- border-color: #ccc;
44
- -webkit-box-shadow: none;
45
- box-shadow: none;
46
- }
47
- .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
48
- font-size: 12px;
49
- }
50
-
51
- .e-bigger .e-control-wrapper.e-numeric.e-input-group .e-input-group-icon, .e-bigger.e-control-wrapper.e-numeric.e-input-group .e-input-group-icon {
52
- font-size: 14px;
53
- }
1
+ @import '@syncfusion/ej2-inputs/styles/numerictextbox/bootstrap.css';
@@ -1,48 +1 @@
1
- /* stylelint-disable property-no-vendor-prefix */
2
- .e-input-group-icon.e-spin-up::before {
3
- content: "\e721";
4
- font-family: "e-icons";
5
- }
6
-
7
- .e-input-group-icon.e-spin-down::before {
8
- content: "\e744";
9
- font-family: "e-icons";
10
- }
11
-
12
- .e-numeric-container {
13
- width: 100%;
14
- }
15
-
16
- .e-content-placeholder.e-numeric.e-placeholder-numeric {
17
- background-size: 300px 33px;
18
- min-height: 33px;
19
- }
20
-
21
- .e-bigger.e-content-placeholder.e-numeric.e-placeholder-numeric,
22
- .e-bigger .e-content-placeholder.e-numeric.e-placeholder-numeric {
23
- background-size: 300px 40px;
24
- min-height: 40px;
25
- }
26
-
27
- .e-float-input.e-input-group.e-control-wrapper.e-numeric .e-numeric-hidden,
28
- .e-input-group.e-control-wrapper.e-numeric .e-numeric-hidden,
29
- .e-float-input.e-control-wrapper.e-numeric .e-numeric-hidden,
30
- .e-float-input.e-input-group.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden,
31
- .e-input-group.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden,
32
- .e-float-input.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden {
33
- border: 0;
34
- height: 0;
35
- margin: 0;
36
- padding: 0;
37
- text-indent: 0;
38
- visibility: hidden;
39
- width: 0;
40
- }
41
-
42
- .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
43
- font-size: 8px;
44
- }
45
-
46
- .e-bigger .e-control-wrapper.e-numeric.e-input-group .e-input-group-icon, .e-bigger.e-control-wrapper.e-numeric.e-input-group .e-input-group-icon {
47
- font-size: 10px;
48
- }
1
+ @import '@syncfusion/ej2-inputs/styles/numerictextbox/bootstrap4.css';
@@ -1,48 +1 @@
1
- /* stylelint-disable property-no-vendor-prefix */
2
- .e-input-group-icon.e-spin-up::before {
3
- content: "\e776";
4
- font-family: "e-icons";
5
- }
6
-
7
- .e-input-group-icon.e-spin-down::before {
8
- content: "\e729";
9
- font-family: "e-icons";
10
- }
11
-
12
- .e-numeric-container {
13
- width: 100%;
14
- }
15
-
16
- .e-content-placeholder.e-numeric.e-placeholder-numeric {
17
- background-size: 300px 33px;
18
- min-height: 33px;
19
- }
20
-
21
- .e-bigger.e-content-placeholder.e-numeric.e-placeholder-numeric,
22
- .e-bigger .e-content-placeholder.e-numeric.e-placeholder-numeric {
23
- background-size: 300px 40px;
24
- min-height: 40px;
25
- }
26
-
27
- .e-float-input.e-input-group.e-control-wrapper.e-numeric .e-numeric-hidden,
28
- .e-input-group.e-control-wrapper.e-numeric .e-numeric-hidden,
29
- .e-float-input.e-control-wrapper.e-numeric .e-numeric-hidden,
30
- .e-float-input.e-input-group.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden,
31
- .e-input-group.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden,
32
- .e-float-input.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden {
33
- border: 0;
34
- height: 0;
35
- margin: 0;
36
- padding: 0;
37
- text-indent: 0;
38
- visibility: hidden;
39
- width: 0;
40
- }
41
-
42
- .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
43
- font-size: 14px;
44
- }
45
-
46
- .e-bigger .e-control-wrapper.e-numeric.e-input-group .e-input-group-icon, .e-bigger.e-control-wrapper.e-numeric.e-input-group .e-input-group-icon {
47
- font-size: 16px;
48
- }
1
+ @import '@syncfusion/ej2-inputs/styles/numerictextbox/bootstrap5-dark.css';
@@ -1,48 +1 @@
1
- /* stylelint-disable property-no-vendor-prefix */
2
- .e-input-group-icon.e-spin-up::before {
3
- content: "\e776";
4
- font-family: "e-icons";
5
- }
6
-
7
- .e-input-group-icon.e-spin-down::before {
8
- content: "\e729";
9
- font-family: "e-icons";
10
- }
11
-
12
- .e-numeric-container {
13
- width: 100%;
14
- }
15
-
16
- .e-content-placeholder.e-numeric.e-placeholder-numeric {
17
- background-size: 300px 33px;
18
- min-height: 33px;
19
- }
20
-
21
- .e-bigger.e-content-placeholder.e-numeric.e-placeholder-numeric,
22
- .e-bigger .e-content-placeholder.e-numeric.e-placeholder-numeric {
23
- background-size: 300px 40px;
24
- min-height: 40px;
25
- }
26
-
27
- .e-float-input.e-input-group.e-control-wrapper.e-numeric .e-numeric-hidden,
28
- .e-input-group.e-control-wrapper.e-numeric .e-numeric-hidden,
29
- .e-float-input.e-control-wrapper.e-numeric .e-numeric-hidden,
30
- .e-float-input.e-input-group.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden,
31
- .e-input-group.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden,
32
- .e-float-input.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden {
33
- border: 0;
34
- height: 0;
35
- margin: 0;
36
- padding: 0;
37
- text-indent: 0;
38
- visibility: hidden;
39
- width: 0;
40
- }
41
-
42
- .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
43
- font-size: 14px;
44
- }
45
-
46
- .e-bigger .e-control-wrapper.e-numeric.e-input-group .e-input-group-icon, .e-bigger.e-control-wrapper.e-numeric.e-input-group .e-input-group-icon {
47
- font-size: 16px;
48
- }
1
+ @import '@syncfusion/ej2-inputs/styles/numerictextbox/bootstrap5.css';
@@ -1,48 +1 @@
1
- /* stylelint-disable property-no-vendor-prefix */
2
- .e-input-group-icon.e-spin-up::before {
3
- content: "\e85e";
4
- font-family: "e-icons";
5
- }
6
-
7
- .e-input-group-icon.e-spin-down::before {
8
- content: "\e84f";
9
- font-family: "e-icons";
10
- }
11
-
12
- .e-numeric-container {
13
- width: 100%;
14
- }
15
-
16
- .e-content-placeholder.e-numeric.e-placeholder-numeric {
17
- background-size: 300px 33px;
18
- min-height: 33px;
19
- }
20
-
21
- .e-bigger.e-content-placeholder.e-numeric.e-placeholder-numeric,
22
- .e-bigger .e-content-placeholder.e-numeric.e-placeholder-numeric {
23
- background-size: 300px 40px;
24
- min-height: 40px;
25
- }
26
-
27
- .e-float-input.e-input-group.e-control-wrapper.e-numeric .e-numeric-hidden,
28
- .e-input-group.e-control-wrapper.e-numeric .e-numeric-hidden,
29
- .e-float-input.e-control-wrapper.e-numeric .e-numeric-hidden,
30
- .e-float-input.e-input-group.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden,
31
- .e-input-group.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden,
32
- .e-float-input.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden {
33
- border: 0;
34
- height: 0;
35
- margin: 0;
36
- padding: 0;
37
- text-indent: 0;
38
- visibility: hidden;
39
- width: 0;
40
- }
41
-
42
- .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
43
- font-size: 12px;
44
- }
45
-
46
- .e-bigger .e-control-wrapper.e-numeric.e-input-group .e-input-group-icon, .e-bigger.e-control-wrapper.e-numeric.e-input-group .e-input-group-icon {
47
- font-size: 12px;
48
- }
1
+ @import '@syncfusion/ej2-inputs/styles/numerictextbox/fabric-dark.css';
@@ -1,48 +1 @@
1
- /* stylelint-disable property-no-vendor-prefix */
2
- .e-input-group-icon.e-spin-up::before {
3
- content: "\e85e";
4
- font-family: "e-icons";
5
- }
6
-
7
- .e-input-group-icon.e-spin-down::before {
8
- content: "\e84f";
9
- font-family: "e-icons";
10
- }
11
-
12
- .e-numeric-container {
13
- width: 100%;
14
- }
15
-
16
- .e-content-placeholder.e-numeric.e-placeholder-numeric {
17
- background-size: 300px 33px;
18
- min-height: 33px;
19
- }
20
-
21
- .e-bigger.e-content-placeholder.e-numeric.e-placeholder-numeric,
22
- .e-bigger .e-content-placeholder.e-numeric.e-placeholder-numeric {
23
- background-size: 300px 40px;
24
- min-height: 40px;
25
- }
26
-
27
- .e-float-input.e-input-group.e-control-wrapper.e-numeric .e-numeric-hidden,
28
- .e-input-group.e-control-wrapper.e-numeric .e-numeric-hidden,
29
- .e-float-input.e-control-wrapper.e-numeric .e-numeric-hidden,
30
- .e-float-input.e-input-group.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden,
31
- .e-input-group.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden,
32
- .e-float-input.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden {
33
- border: 0;
34
- height: 0;
35
- margin: 0;
36
- padding: 0;
37
- text-indent: 0;
38
- visibility: hidden;
39
- width: 0;
40
- }
41
-
42
- .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
43
- font-size: 12px;
44
- }
45
-
46
- .e-bigger .e-control-wrapper.e-numeric.e-input-group .e-input-group-icon, .e-bigger.e-control-wrapper.e-numeric.e-input-group .e-input-group-icon {
47
- font-size: 12px;
48
- }
1
+ @import '@syncfusion/ej2-inputs/styles/numerictextbox/fabric.css';
@@ -1,59 +1 @@
1
- /* stylelint-disable property-no-vendor-prefix */
2
- .e-input-group-icon.e-spin-up::before {
3
- content: "\e776";
4
- font-family: "e-icons";
5
- }
6
-
7
- .e-input-group-icon.e-spin-down::before {
8
- content: "\e729";
9
- font-family: "e-icons";
10
- }
11
-
12
- .e-numeric-container {
13
- width: 100%;
14
- }
15
-
16
- .e-content-placeholder.e-numeric.e-placeholder-numeric {
17
- background-size: 300px 33px;
18
- min-height: 33px;
19
- }
20
-
21
- .e-bigger.e-content-placeholder.e-numeric.e-placeholder-numeric,
22
- .e-bigger .e-content-placeholder.e-numeric.e-placeholder-numeric {
23
- background-size: 300px 40px;
24
- min-height: 40px;
25
- }
26
-
27
- .e-float-input.e-input-group.e-control-wrapper.e-numeric .e-numeric-hidden,
28
- .e-input-group.e-control-wrapper.e-numeric .e-numeric-hidden,
29
- .e-float-input.e-control-wrapper.e-numeric .e-numeric-hidden,
30
- .e-float-input.e-input-group.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden,
31
- .e-input-group.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden,
32
- .e-float-input.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden {
33
- border: 0;
34
- height: 0;
35
- margin: 0;
36
- padding: 0;
37
- text-indent: 0;
38
- visibility: hidden;
39
- width: 0;
40
- }
41
-
42
- .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
43
- font-size: 16px;
44
- }
45
-
46
- .e-bigger .e-control-wrapper.e-numeric.e-input-group .e-input-group-icon, .e-bigger.e-control-wrapper.e-numeric.e-input-group .e-input-group-icon {
47
- font-size: 20px;
48
- }
49
-
50
- .e-small .e-control-wrapper.e-numeric.e-input-group .e-input-group-icon, .e-small.e-control-wrapper.e-numeric.e-input-group .e-input-group-icon {
51
- font-size: 14px;
52
- }
53
-
54
- .e-small.e-bigger .e-control-wrapper.e-numeric.e-input-group .e-input-group-icon,
55
- .e-small.e-bigger.e-control-wrapper.e-numeric.e-input-group .e-input-group-icon,
56
- .e-small .e-bigger.e-control-wrapper.e-numeric.e-input-group .e-input-group-icon,
57
- .e-bigger .e-small.e-control-wrapper.e-numeric.e-input-group .e-input-group-icon {
58
- font-size: 18px;
59
- }
1
+ @import '@syncfusion/ej2-inputs/styles/numerictextbox/fluent-dark.css';
@@ -1,59 +1 @@
1
- /* stylelint-disable property-no-vendor-prefix */
2
- .e-input-group-icon.e-spin-up::before {
3
- content: "\e776";
4
- font-family: "e-icons";
5
- }
6
-
7
- .e-input-group-icon.e-spin-down::before {
8
- content: "\e729";
9
- font-family: "e-icons";
10
- }
11
-
12
- .e-numeric-container {
13
- width: 100%;
14
- }
15
-
16
- .e-content-placeholder.e-numeric.e-placeholder-numeric {
17
- background-size: 300px 33px;
18
- min-height: 33px;
19
- }
20
-
21
- .e-bigger.e-content-placeholder.e-numeric.e-placeholder-numeric,
22
- .e-bigger .e-content-placeholder.e-numeric.e-placeholder-numeric {
23
- background-size: 300px 40px;
24
- min-height: 40px;
25
- }
26
-
27
- .e-float-input.e-input-group.e-control-wrapper.e-numeric .e-numeric-hidden,
28
- .e-input-group.e-control-wrapper.e-numeric .e-numeric-hidden,
29
- .e-float-input.e-control-wrapper.e-numeric .e-numeric-hidden,
30
- .e-float-input.e-input-group.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden,
31
- .e-input-group.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden,
32
- .e-float-input.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden {
33
- border: 0;
34
- height: 0;
35
- margin: 0;
36
- padding: 0;
37
- text-indent: 0;
38
- visibility: hidden;
39
- width: 0;
40
- }
41
-
42
- .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
43
- font-size: 16px;
44
- }
45
-
46
- .e-bigger .e-control-wrapper.e-numeric.e-input-group .e-input-group-icon, .e-bigger.e-control-wrapper.e-numeric.e-input-group .e-input-group-icon {
47
- font-size: 20px;
48
- }
49
-
50
- .e-small .e-control-wrapper.e-numeric.e-input-group .e-input-group-icon, .e-small.e-control-wrapper.e-numeric.e-input-group .e-input-group-icon {
51
- font-size: 14px;
52
- }
53
-
54
- .e-small.e-bigger .e-control-wrapper.e-numeric.e-input-group .e-input-group-icon,
55
- .e-small.e-bigger.e-control-wrapper.e-numeric.e-input-group .e-input-group-icon,
56
- .e-small .e-bigger.e-control-wrapper.e-numeric.e-input-group .e-input-group-icon,
57
- .e-bigger .e-small.e-control-wrapper.e-numeric.e-input-group .e-input-group-icon {
58
- font-size: 18px;
59
- }
1
+ @import '@syncfusion/ej2-inputs/styles/numerictextbox/fluent.css';