@syncfusion/ej2-angular-inputs 20.2.45-ngcc → 20.2.45

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 (719) hide show
  1. package/esm2020/public_api.mjs +3 -0
  2. package/esm2020/src/color-picker/colorpicker-all.module.mjs +23 -0
  3. package/esm2020/src/color-picker/colorpicker.component.mjs +83 -0
  4. package/esm2020/src/color-picker/colorpicker.module.mjs +25 -0
  5. package/esm2020/src/form-validator/form-validator.mjs +193 -0
  6. package/esm2020/src/index.mjs +25 -0
  7. package/esm2020/src/maskedtextbox/maskedtextbox-all.module.mjs +23 -0
  8. package/esm2020/src/maskedtextbox/maskedtextbox.component.mjs +84 -0
  9. package/esm2020/src/maskedtextbox/maskedtextbox.module.mjs +25 -0
  10. package/esm2020/src/numerictextbox/numerictextbox-all.module.mjs +23 -0
  11. package/esm2020/src/numerictextbox/numerictextbox.component.mjs +84 -0
  12. package/esm2020/src/numerictextbox/numerictextbox.module.mjs +25 -0
  13. package/esm2020/src/signature/signature-all.module.mjs +23 -0
  14. package/esm2020/src/signature/signature.component.mjs +83 -0
  15. package/esm2020/src/signature/signature.module.mjs +25 -0
  16. package/esm2020/src/slider/slider-all.module.mjs +23 -0
  17. package/esm2020/src/slider/slider.component.mjs +83 -0
  18. package/esm2020/src/slider/slider.module.mjs +25 -0
  19. package/esm2020/src/textbox/textbox-all.module.mjs +23 -0
  20. package/esm2020/src/textbox/textbox.component.mjs +84 -0
  21. package/esm2020/src/textbox/textbox.module.mjs +25 -0
  22. package/esm2020/src/uploader/files.directive.mjs +58 -0
  23. package/esm2020/src/uploader/uploader-all.module.mjs +23 -0
  24. package/esm2020/src/uploader/uploader.component.mjs +95 -0
  25. package/esm2020/src/uploader/uploader.module.mjs +34 -0
  26. package/esm2020/syncfusion-ej2-angular-inputs.mjs +5 -0
  27. package/fesm2015/syncfusion-ej2-angular-inputs.mjs +1097 -0
  28. package/fesm2015/syncfusion-ej2-angular-inputs.mjs.map +1 -0
  29. package/fesm2020/syncfusion-ej2-angular-inputs.mjs +1097 -0
  30. package/fesm2020/syncfusion-ej2-angular-inputs.mjs.map +1 -0
  31. package/package.json +26 -12
  32. package/schematics/utils/lib-details.ts +2 -2
  33. package/src/color-picker/colorpicker-all.module.d.ts +6 -0
  34. package/src/color-picker/colorpicker.component.d.ts +3 -0
  35. package/src/color-picker/colorpicker.module.d.ts +6 -0
  36. package/src/maskedtextbox/maskedtextbox-all.module.d.ts +6 -0
  37. package/src/maskedtextbox/maskedtextbox.component.d.ts +3 -0
  38. package/src/maskedtextbox/maskedtextbox.module.d.ts +6 -0
  39. package/src/numerictextbox/numerictextbox-all.module.d.ts +6 -0
  40. package/src/numerictextbox/numerictextbox.component.d.ts +3 -0
  41. package/src/numerictextbox/numerictextbox.module.d.ts +6 -0
  42. package/src/signature/signature-all.module.d.ts +6 -0
  43. package/src/signature/signature.component.d.ts +3 -0
  44. package/src/signature/signature.module.d.ts +6 -0
  45. package/src/slider/slider-all.module.d.ts +6 -0
  46. package/src/slider/slider.component.d.ts +3 -0
  47. package/src/slider/slider.module.d.ts +6 -0
  48. package/src/textbox/textbox-all.module.d.ts +6 -0
  49. package/src/textbox/textbox.component.d.ts +3 -0
  50. package/src/textbox/textbox.module.d.ts +6 -0
  51. package/src/uploader/files.directive.d.ts +5 -0
  52. package/src/uploader/uploader-all.module.d.ts +6 -0
  53. package/src/uploader/uploader.component.d.ts +3 -0
  54. package/src/uploader/uploader.module.d.ts +7 -0
  55. package/styles/bootstrap-dark.css +31 -13
  56. package/styles/bootstrap.css +31 -13
  57. package/styles/bootstrap4.css +31 -13
  58. package/styles/bootstrap5-dark.css +32 -13
  59. package/styles/bootstrap5.css +32 -13
  60. package/styles/color-picker/_all.scss +2 -0
  61. package/styles/color-picker/_bootstrap-dark-definition.scss +131 -0
  62. package/styles/color-picker/_bootstrap-definition.scss +128 -0
  63. package/styles/color-picker/_bootstrap4-definition.scss +127 -0
  64. package/styles/color-picker/_bootstrap5-dark-definition.scss +1 -0
  65. package/styles/color-picker/_bootstrap5-definition.scss +133 -0
  66. package/styles/color-picker/_fabric-dark-definition.scss +131 -0
  67. package/styles/color-picker/_fabric-definition.scss +127 -0
  68. package/styles/color-picker/_fluent-dark-definition.scss +1 -0
  69. package/styles/color-picker/_fluent-definition.scss +133 -0
  70. package/styles/color-picker/_fusionnew-definition.scss +133 -0
  71. package/styles/color-picker/_highcontrast-definition.scss +127 -0
  72. package/styles/color-picker/_highcontrast-light-definition.scss +130 -0
  73. package/styles/color-picker/_layout.scss +1174 -0
  74. package/styles/color-picker/_material-dark-definition.scss +135 -0
  75. package/styles/color-picker/_material-definition.scss +130 -0
  76. package/styles/color-picker/_material3-definition.scss +133 -0
  77. package/styles/color-picker/_tailwind-dark-definition.scss +1 -0
  78. package/styles/color-picker/_tailwind-definition.scss +132 -0
  79. package/styles/color-picker/_theme.scss +183 -0
  80. package/styles/color-picker/bootstrap-dark.css +2 -0
  81. package/styles/color-picker/bootstrap-dark.scss +11 -1
  82. package/styles/color-picker/bootstrap.css +2 -0
  83. package/styles/color-picker/bootstrap.scss +11 -1
  84. package/styles/color-picker/bootstrap4.css +2 -0
  85. package/styles/color-picker/bootstrap4.scss +11 -1
  86. package/styles/color-picker/bootstrap5-dark.css +3 -0
  87. package/styles/color-picker/bootstrap5-dark.scss +11 -1
  88. package/styles/color-picker/bootstrap5.css +3 -0
  89. package/styles/color-picker/bootstrap5.scss +11 -1
  90. package/styles/color-picker/fabric-dark.css +2 -0
  91. package/styles/color-picker/fabric-dark.scss +11 -1
  92. package/styles/color-picker/fabric.css +2 -0
  93. package/styles/color-picker/fabric.scss +11 -1
  94. package/styles/color-picker/fluent-dark.css +3 -0
  95. package/styles/color-picker/fluent-dark.scss +11 -1
  96. package/styles/color-picker/fluent.css +3 -0
  97. package/styles/color-picker/fluent.scss +11 -1
  98. package/styles/color-picker/highcontrast-light.css +2 -0
  99. package/styles/color-picker/highcontrast-light.scss +11 -1
  100. package/styles/color-picker/highcontrast.css +2 -0
  101. package/styles/color-picker/highcontrast.scss +11 -1
  102. package/styles/color-picker/icons/_bootstrap-dark.scss +9 -0
  103. package/styles/color-picker/icons/_bootstrap.scss +9 -0
  104. package/styles/color-picker/icons/_bootstrap4.scss +9 -0
  105. package/styles/color-picker/icons/_bootstrap5-dark.scss +1 -0
  106. package/styles/color-picker/icons/_bootstrap5.scss +9 -0
  107. package/styles/color-picker/icons/_fabric-dark.scss +9 -0
  108. package/styles/color-picker/icons/_fabric.scss +9 -0
  109. package/styles/color-picker/icons/_fluent-dark.scss +1 -0
  110. package/styles/color-picker/icons/_fluent.scss +9 -0
  111. package/styles/color-picker/icons/_fusionnew.scss +9 -0
  112. package/styles/color-picker/icons/_highcontrast-light.scss +9 -0
  113. package/styles/color-picker/icons/_highcontrast.scss +9 -0
  114. package/styles/color-picker/icons/_material-dark.scss +9 -0
  115. package/styles/color-picker/icons/_material.scss +9 -0
  116. package/styles/color-picker/icons/_material3.scss +9 -0
  117. package/styles/color-picker/icons/_tailwind-dark.scss +9 -0
  118. package/styles/color-picker/icons/_tailwind.scss +9 -0
  119. package/styles/color-picker/material-dark.css +2 -0
  120. package/styles/color-picker/material-dark.scss +11 -1
  121. package/styles/color-picker/material.css +2 -0
  122. package/styles/color-picker/material.scss +11 -1
  123. package/styles/color-picker/tailwind-dark.css +3 -0
  124. package/styles/color-picker/tailwind-dark.scss +11 -1
  125. package/styles/color-picker/tailwind.css +3 -0
  126. package/styles/color-picker/tailwind.scss +11 -1
  127. package/styles/fabric-dark.css +31 -13
  128. package/styles/fabric.css +31 -13
  129. package/styles/fluent-dark.css +32 -13
  130. package/styles/fluent.css +32 -13
  131. package/styles/highcontrast-light.css +31 -13
  132. package/styles/highcontrast.css +31 -13
  133. package/styles/input/_all.scss +3 -0
  134. package/styles/input/_bootstrap-dark-definition.scss +329 -0
  135. package/styles/input/_bootstrap-definition.scss +320 -0
  136. package/styles/input/_bootstrap4-definition.scss +325 -0
  137. package/styles/input/_bootstrap5-dark-definition.scss +1 -0
  138. package/styles/input/_bootstrap5-definition.scss +336 -0
  139. package/styles/input/_definition.scss +232 -0
  140. package/styles/input/_fabric-dark-definition.scss +319 -0
  141. package/styles/input/_fabric-definition.scss +311 -0
  142. package/styles/input/_fluent-dark-definition.scss +1 -0
  143. package/styles/input/_fluent-definition.scss +338 -0
  144. package/styles/input/_fusionnew-definition.scss +336 -0
  145. package/styles/input/_highcontrast-definition.scss +312 -0
  146. package/styles/input/_highcontrast-light-definition.scss +320 -0
  147. package/styles/input/_layout.scss +11009 -0
  148. package/styles/input/_material-dark-definition.scss +573 -0
  149. package/styles/input/_material-definition.scss +573 -0
  150. package/styles/input/_material3-definition.scss +336 -0
  151. package/styles/input/_responsive.scss +1 -0
  152. package/styles/input/_tailwind-dark-definition.scss +1 -0
  153. package/styles/input/_tailwind-definition.scss +335 -0
  154. package/styles/input/_theme.scss +4264 -0
  155. package/styles/input/bootstrap-dark.css +22 -14
  156. package/styles/input/bootstrap-dark.scss +4 -1
  157. package/styles/input/bootstrap.css +22 -14
  158. package/styles/input/bootstrap.scss +4 -1
  159. package/styles/input/bootstrap4.css +22 -14
  160. package/styles/input/bootstrap4.scss +4 -1
  161. package/styles/input/bootstrap5-dark.css +22 -14
  162. package/styles/input/bootstrap5-dark.scss +4 -1
  163. package/styles/input/bootstrap5.css +22 -14
  164. package/styles/input/bootstrap5.scss +4 -1
  165. package/styles/input/fabric-dark.css +22 -14
  166. package/styles/input/fabric-dark.scss +4 -1
  167. package/styles/input/fabric.css +22 -14
  168. package/styles/input/fabric.scss +4 -1
  169. package/styles/input/fluent-dark.css +22 -14
  170. package/styles/input/fluent-dark.scss +4 -1
  171. package/styles/input/fluent.css +22 -14
  172. package/styles/input/fluent.scss +4 -1
  173. package/styles/input/highcontrast-light.css +22 -14
  174. package/styles/input/highcontrast-light.scss +4 -1
  175. package/styles/input/highcontrast.css +22 -14
  176. package/styles/input/highcontrast.scss +4 -1
  177. package/styles/input/icons/_bootstrap-dark.scss +17 -0
  178. package/styles/input/icons/_bootstrap.scss +17 -0
  179. package/styles/input/icons/_bootstrap4.scss +17 -0
  180. package/styles/input/icons/_bootstrap5-dark.scss +1 -0
  181. package/styles/input/icons/_bootstrap5.scss +17 -0
  182. package/styles/input/icons/_fabric-dark.scss +17 -0
  183. package/styles/input/icons/_fabric.scss +17 -0
  184. package/styles/input/icons/_fluent-dark.scss +1 -0
  185. package/styles/input/icons/_fluent.scss +17 -0
  186. package/styles/input/icons/_fusionnew.scss +17 -0
  187. package/styles/input/icons/_highcontrast-light.scss +17 -0
  188. package/styles/input/icons/_highcontrast.scss +17 -0
  189. package/styles/input/icons/_material-dark.scss +49 -0
  190. package/styles/input/icons/_material.scss +49 -0
  191. package/styles/input/icons/_material3.scss +17 -0
  192. package/styles/input/icons/_tailwind-dark.scss +1 -0
  193. package/styles/input/icons/_tailwind.scss +17 -0
  194. package/styles/input/material-dark.css +26 -18
  195. package/styles/input/material-dark.scss +4 -1
  196. package/styles/input/material.css +26 -18
  197. package/styles/input/material.scss +4 -1
  198. package/styles/input/tailwind-dark.css +22 -14
  199. package/styles/input/tailwind-dark.scss +4 -1
  200. package/styles/input/tailwind.css +22 -14
  201. package/styles/input/tailwind.scss +4 -1
  202. package/styles/maskedtextbox/_all.scss +2 -0
  203. package/styles/maskedtextbox/_bootstrap-dark-definition.scss +7 -0
  204. package/styles/maskedtextbox/_bootstrap-definition.scss +4 -0
  205. package/styles/maskedtextbox/_bootstrap4-definition.scss +4 -0
  206. package/styles/maskedtextbox/_bootstrap5-dark-definition.scss +1 -0
  207. package/styles/maskedtextbox/_bootstrap5-definition.scss +7 -0
  208. package/styles/maskedtextbox/_fabric-dark-definition.scss +7 -0
  209. package/styles/maskedtextbox/_fabric-definition.scss +4 -0
  210. package/styles/maskedtextbox/_fluent-dark-definition.scss +1 -0
  211. package/styles/maskedtextbox/_fluent-definition.scss +7 -0
  212. package/styles/maskedtextbox/_fusionnew-definition.scss +7 -0
  213. package/styles/maskedtextbox/_highcontrast-definition.scss +4 -0
  214. package/styles/maskedtextbox/_highcontrast-light-definition.scss +7 -0
  215. package/styles/maskedtextbox/_layout.scss +33 -0
  216. package/styles/maskedtextbox/_material-dark-definition.scss +7 -0
  217. package/styles/maskedtextbox/_material-definition.scss +4 -0
  218. package/styles/maskedtextbox/_material3-definition.scss +7 -0
  219. package/styles/maskedtextbox/_tailwind-dark-definition.scss +1 -0
  220. package/styles/maskedtextbox/_tailwind-definition.scss +7 -0
  221. package/styles/maskedtextbox/_theme.scss +15 -0
  222. package/styles/maskedtextbox/bootstrap-dark.css +1 -0
  223. package/styles/maskedtextbox/bootstrap-dark.scss +4 -1
  224. package/styles/maskedtextbox/bootstrap.css +1 -0
  225. package/styles/maskedtextbox/bootstrap.scss +4 -1
  226. package/styles/maskedtextbox/bootstrap4.css +1 -0
  227. package/styles/maskedtextbox/bootstrap4.scss +4 -1
  228. package/styles/maskedtextbox/bootstrap5-dark.css +1 -0
  229. package/styles/maskedtextbox/bootstrap5-dark.scss +4 -1
  230. package/styles/maskedtextbox/bootstrap5.css +1 -0
  231. package/styles/maskedtextbox/bootstrap5.scss +4 -1
  232. package/styles/maskedtextbox/fabric-dark.css +1 -0
  233. package/styles/maskedtextbox/fabric-dark.scss +4 -1
  234. package/styles/maskedtextbox/fabric.css +1 -0
  235. package/styles/maskedtextbox/fabric.scss +4 -1
  236. package/styles/maskedtextbox/fluent-dark.css +1 -0
  237. package/styles/maskedtextbox/fluent-dark.scss +4 -1
  238. package/styles/maskedtextbox/fluent.css +1 -0
  239. package/styles/maskedtextbox/fluent.scss +4 -1
  240. package/styles/maskedtextbox/highcontrast-light.css +1 -0
  241. package/styles/maskedtextbox/highcontrast-light.scss +4 -1
  242. package/styles/maskedtextbox/highcontrast.css +1 -0
  243. package/styles/maskedtextbox/highcontrast.scss +4 -1
  244. package/styles/maskedtextbox/material-dark.css +1 -0
  245. package/styles/maskedtextbox/material-dark.scss +4 -1
  246. package/styles/maskedtextbox/material.css +1 -0
  247. package/styles/maskedtextbox/material.scss +4 -1
  248. package/styles/maskedtextbox/tailwind-dark.css +1 -0
  249. package/styles/maskedtextbox/tailwind-dark.scss +4 -1
  250. package/styles/maskedtextbox/tailwind.css +1 -0
  251. package/styles/maskedtextbox/tailwind.scss +4 -1
  252. package/styles/material-dark.css +50 -18
  253. package/styles/material.css +50 -18
  254. package/styles/numerictextbox/_all.scss +2 -0
  255. package/styles/numerictextbox/_bootstrap-dark-definition.scss +6 -0
  256. package/styles/numerictextbox/_bootstrap-definition.scss +3 -0
  257. package/styles/numerictextbox/_bootstrap4-definition.scss +3 -0
  258. package/styles/numerictextbox/_bootstrap5-dark-definition.scss +1 -0
  259. package/styles/numerictextbox/_bootstrap5-definition.scss +3 -0
  260. package/styles/numerictextbox/_fabric-dark-definition.scss +6 -0
  261. package/styles/numerictextbox/_fabric-definition.scss +3 -0
  262. package/styles/numerictextbox/_fluent-dark-definition.scss +1 -0
  263. package/styles/numerictextbox/_fluent-definition.scss +5 -0
  264. package/styles/numerictextbox/_fusionnew-definition.scss +3 -0
  265. package/styles/numerictextbox/_highcontrast-definition.scss +3 -0
  266. package/styles/numerictextbox/_highcontrast-light-definition.scss +6 -0
  267. package/styles/numerictextbox/_layout.scss +30 -0
  268. package/styles/numerictextbox/_material-dark-definition.scss +6 -0
  269. package/styles/numerictextbox/_material-definition.scss +3 -0
  270. package/styles/numerictextbox/_material3-definition.scss +3 -0
  271. package/styles/numerictextbox/_tailwind-dark-definition.scss +1 -0
  272. package/styles/numerictextbox/_tailwind-definition.scss +3 -0
  273. package/styles/numerictextbox/_theme.scss +39 -0
  274. package/styles/numerictextbox/bootstrap-dark.css +1 -0
  275. package/styles/numerictextbox/bootstrap-dark.scss +5 -1
  276. package/styles/numerictextbox/bootstrap.css +1 -0
  277. package/styles/numerictextbox/bootstrap.scss +5 -1
  278. package/styles/numerictextbox/bootstrap4.css +1 -0
  279. package/styles/numerictextbox/bootstrap4.scss +5 -1
  280. package/styles/numerictextbox/bootstrap5-dark.css +1 -0
  281. package/styles/numerictextbox/bootstrap5-dark.scss +5 -1
  282. package/styles/numerictextbox/bootstrap5.css +1 -0
  283. package/styles/numerictextbox/bootstrap5.scss +5 -1
  284. package/styles/numerictextbox/fabric-dark.css +1 -0
  285. package/styles/numerictextbox/fabric-dark.scss +5 -1
  286. package/styles/numerictextbox/fabric.css +1 -0
  287. package/styles/numerictextbox/fabric.scss +5 -1
  288. package/styles/numerictextbox/fluent-dark.css +1 -0
  289. package/styles/numerictextbox/fluent-dark.scss +5 -1
  290. package/styles/numerictextbox/fluent.css +1 -0
  291. package/styles/numerictextbox/fluent.scss +5 -1
  292. package/styles/numerictextbox/highcontrast-light.css +1 -0
  293. package/styles/numerictextbox/highcontrast-light.scss +5 -1
  294. package/styles/numerictextbox/highcontrast.css +1 -0
  295. package/styles/numerictextbox/highcontrast.scss +5 -1
  296. package/styles/numerictextbox/icons/_bootstrap-dark.scss +11 -0
  297. package/styles/numerictextbox/icons/_bootstrap.scss +11 -0
  298. package/styles/numerictextbox/icons/_bootstrap4.scss +11 -0
  299. package/styles/numerictextbox/icons/_bootstrap5-dark.scss +1 -0
  300. package/styles/numerictextbox/icons/_bootstrap5.scss +11 -0
  301. package/styles/numerictextbox/icons/_fabric-dark.scss +11 -0
  302. package/styles/numerictextbox/icons/_fabric.scss +11 -0
  303. package/styles/numerictextbox/icons/_fluent-dark.scss +1 -0
  304. package/styles/numerictextbox/icons/_fluent.scss +11 -0
  305. package/styles/numerictextbox/icons/_fusionnew.scss +11 -0
  306. package/styles/numerictextbox/icons/_highcontrast-light.scss +11 -0
  307. package/styles/numerictextbox/icons/_highcontrast.scss +11 -0
  308. package/styles/numerictextbox/icons/_material-dark.scss +11 -0
  309. package/styles/numerictextbox/icons/_material.scss +11 -0
  310. package/styles/numerictextbox/icons/_material3.scss +11 -0
  311. package/styles/numerictextbox/icons/_tailwind-dark.scss +1 -0
  312. package/styles/numerictextbox/icons/_tailwind.scss +11 -0
  313. package/styles/numerictextbox/material-dark.css +1 -0
  314. package/styles/numerictextbox/material-dark.scss +5 -1
  315. package/styles/numerictextbox/material.css +1 -0
  316. package/styles/numerictextbox/material.scss +5 -1
  317. package/styles/numerictextbox/tailwind-dark.css +1 -0
  318. package/styles/numerictextbox/tailwind-dark.scss +5 -1
  319. package/styles/numerictextbox/tailwind.css +1 -0
  320. package/styles/numerictextbox/tailwind.scss +5 -1
  321. package/styles/signature/_all.scss +2 -0
  322. package/styles/signature/_bootstrap-dark-definition.scss +3 -0
  323. package/styles/signature/_bootstrap-definition.scss +3 -0
  324. package/styles/signature/_bootstrap4-definition.scss +3 -0
  325. package/styles/signature/_bootstrap5-dark-definition.scss +1 -0
  326. package/styles/signature/_bootstrap5-definition.scss +3 -0
  327. package/styles/signature/_fabric-dark-definition.scss +3 -0
  328. package/styles/signature/_fabric-definition.scss +3 -0
  329. package/styles/signature/_fluent-dark-definition.scss +1 -0
  330. package/styles/signature/_fluent-definition.scss +3 -0
  331. package/styles/signature/_fusionnew-definition.scss +3 -0
  332. package/styles/signature/_highcontrast-definition.scss +3 -0
  333. package/styles/signature/_highcontrast-light-definition.scss +3 -0
  334. package/styles/signature/_layout.scss +5 -0
  335. package/styles/signature/_material-dark-definition.scss +3 -0
  336. package/styles/signature/_material-definition.scss +3 -0
  337. package/styles/signature/_material3-definition.scss +3 -0
  338. package/styles/signature/_tailwind-dark-definition.scss +1 -0
  339. package/styles/signature/_tailwind-definition.scss +3 -0
  340. package/styles/signature/_theme.scss +7 -0
  341. package/styles/signature/bootstrap-dark.scss +3 -1
  342. package/styles/signature/bootstrap.scss +3 -1
  343. package/styles/signature/bootstrap4.scss +3 -1
  344. package/styles/signature/bootstrap5-dark.scss +3 -1
  345. package/styles/signature/bootstrap5.scss +3 -1
  346. package/styles/signature/fabric-dark.scss +3 -1
  347. package/styles/signature/fabric.scss +3 -1
  348. package/styles/signature/fluent-dark.scss +3 -1
  349. package/styles/signature/fluent.scss +3 -1
  350. package/styles/signature/highcontrast-light.scss +3 -1
  351. package/styles/signature/highcontrast.scss +3 -1
  352. package/styles/signature/material-dark.scss +3 -1
  353. package/styles/signature/material.scss +3 -1
  354. package/styles/signature/tailwind-dark.scss +3 -1
  355. package/styles/signature/tailwind.scss +3 -1
  356. package/styles/slider/_all.scss +3 -0
  357. package/styles/slider/_bootstrap-dark-definition.scss +156 -0
  358. package/styles/slider/_bootstrap-definition.scss +152 -0
  359. package/styles/slider/_bootstrap4-definition.scss +147 -0
  360. package/styles/slider/_bootstrap5-dark-definition.scss +1 -0
  361. package/styles/slider/_bootstrap5-definition.scss +90 -0
  362. package/styles/slider/_fabric-dark-definition.scss +162 -0
  363. package/styles/slider/_fabric-definition.scss +156 -0
  364. package/styles/slider/_fluent-dark-definition.scss +1 -0
  365. package/styles/slider/_fluent-definition.scss +74 -0
  366. package/styles/slider/_fusionnew-definition.scss +90 -0
  367. package/styles/slider/_highcontrast-definition.scss +145 -0
  368. package/styles/slider/_highcontrast-light-definition.scss +149 -0
  369. package/styles/slider/_icons.scss +1 -0
  370. package/styles/slider/_layout.scss +2421 -0
  371. package/styles/slider/_material-dark-definition.scss +159 -0
  372. package/styles/slider/_material-definition.scss +154 -0
  373. package/styles/slider/_material3-definition.scss +90 -0
  374. package/styles/slider/_tailwind-dark-definition.scss +1 -0
  375. package/styles/slider/_tailwind-definition.scss +84 -0
  376. package/styles/slider/_theme.scss +235 -0
  377. package/styles/slider/bootstrap-dark.css +4 -0
  378. package/styles/slider/bootstrap-dark.scss +5 -1
  379. package/styles/slider/bootstrap.css +4 -0
  380. package/styles/slider/bootstrap.scss +5 -1
  381. package/styles/slider/bootstrap4.css +4 -0
  382. package/styles/slider/bootstrap4.scss +5 -1
  383. package/styles/slider/bootstrap5-dark.css +4 -0
  384. package/styles/slider/bootstrap5-dark.scss +5 -1
  385. package/styles/slider/bootstrap5.css +4 -0
  386. package/styles/slider/bootstrap5.scss +5 -1
  387. package/styles/slider/fabric-dark.css +4 -0
  388. package/styles/slider/fabric-dark.scss +5 -1
  389. package/styles/slider/fabric.css +4 -0
  390. package/styles/slider/fabric.scss +5 -1
  391. package/styles/slider/fluent-dark.css +4 -0
  392. package/styles/slider/fluent-dark.scss +5 -1
  393. package/styles/slider/fluent.css +4 -0
  394. package/styles/slider/fluent.scss +5 -1
  395. package/styles/slider/highcontrast-light.css +4 -0
  396. package/styles/slider/highcontrast-light.scss +5 -1
  397. package/styles/slider/highcontrast.css +4 -0
  398. package/styles/slider/highcontrast.scss +5 -1
  399. package/styles/slider/material-dark.css +19 -1
  400. package/styles/slider/material-dark.scss +5 -1
  401. package/styles/slider/material.css +19 -1
  402. package/styles/slider/material.scss +5 -1
  403. package/styles/slider/tailwind-dark.css +4 -0
  404. package/styles/slider/tailwind-dark.scss +5 -1
  405. package/styles/slider/tailwind.css +4 -0
  406. package/styles/slider/tailwind.scss +5 -1
  407. package/styles/tailwind-dark.css +33 -13
  408. package/styles/tailwind.css +33 -13
  409. package/styles/textbox/_all.scss +1 -0
  410. package/styles/textbox/_bootstrap-dark-definition.scss +1 -0
  411. package/styles/textbox/_bootstrap-definition.scss +1 -0
  412. package/styles/textbox/_bootstrap4-definition.scss +1 -0
  413. package/styles/textbox/_bootstrap5-dark-definition.scss +1 -0
  414. package/styles/textbox/_bootstrap5-definition.scss +1 -0
  415. package/styles/textbox/_fabric-dark-definition.scss +1 -0
  416. package/styles/textbox/_fabric-definition.scss +1 -0
  417. package/styles/textbox/_fluent-dark-definition.scss +1 -0
  418. package/styles/textbox/_fluent-definition.scss +1 -0
  419. package/styles/textbox/_fusionnew-definition.scss +1 -0
  420. package/styles/textbox/_highcontrast-definition.scss +1 -0
  421. package/styles/textbox/_highcontrast-light-definition.scss +1 -0
  422. package/styles/textbox/_layout.scss +10 -0
  423. package/styles/textbox/_material-dark-definition.scss +1 -0
  424. package/styles/textbox/_material-definition.scss +1 -0
  425. package/styles/textbox/_material3-definition.scss +1 -0
  426. package/styles/textbox/_tailwind-dark-definition.scss +1 -0
  427. package/styles/textbox/_tailwind-definition.scss +1 -0
  428. package/styles/textbox/_theme.scss +1 -0
  429. package/styles/textbox/bootstrap-dark.css +2 -0
  430. package/styles/textbox/bootstrap-dark.scss +4 -1
  431. package/styles/textbox/bootstrap.css +2 -0
  432. package/styles/textbox/bootstrap.scss +4 -1
  433. package/styles/textbox/bootstrap4.css +2 -0
  434. package/styles/textbox/bootstrap4.scss +4 -1
  435. package/styles/textbox/bootstrap5-dark.css +2 -0
  436. package/styles/textbox/bootstrap5-dark.scss +4 -1
  437. package/styles/textbox/bootstrap5.css +2 -0
  438. package/styles/textbox/bootstrap5.scss +4 -1
  439. package/styles/textbox/fabric-dark.css +2 -0
  440. package/styles/textbox/fabric-dark.scss +4 -1
  441. package/styles/textbox/fabric.css +2 -0
  442. package/styles/textbox/fabric.scss +4 -1
  443. package/styles/textbox/fluent-dark.css +2 -0
  444. package/styles/textbox/fluent-dark.scss +4 -1
  445. package/styles/textbox/fluent.css +2 -0
  446. package/styles/textbox/fluent.scss +4 -1
  447. package/styles/textbox/highcontrast-light.css +2 -0
  448. package/styles/textbox/highcontrast-light.scss +4 -1
  449. package/styles/textbox/highcontrast.css +2 -0
  450. package/styles/textbox/highcontrast.scss +4 -1
  451. package/styles/textbox/material-dark.css +3 -1
  452. package/styles/textbox/material-dark.scss +4 -1
  453. package/styles/textbox/material.css +3 -1
  454. package/styles/textbox/material.scss +4 -1
  455. package/styles/textbox/tailwind-dark.css +3 -1
  456. package/styles/textbox/tailwind-dark.scss +4 -1
  457. package/styles/textbox/tailwind.css +3 -1
  458. package/styles/textbox/tailwind.scss +4 -1
  459. package/styles/uploader/_all.scss +2 -0
  460. package/styles/uploader/_bootstrap-dark-definition.scss +213 -0
  461. package/styles/uploader/_bootstrap-definition.scss +208 -0
  462. package/styles/uploader/_bootstrap4-definition.scss +211 -0
  463. package/styles/uploader/_bootstrap5-dark-definition.scss +1 -0
  464. package/styles/uploader/_bootstrap5-definition.scss +216 -0
  465. package/styles/uploader/_definition.scss +142 -0
  466. package/styles/uploader/_fabric-dark-definition.scss +216 -0
  467. package/styles/uploader/_fabric-definition.scss +210 -0
  468. package/styles/uploader/_fluent-dark-definition.scss +1 -0
  469. package/styles/uploader/_fluent-definition.scss +234 -0
  470. package/styles/uploader/_fusionnew-definition.scss +216 -0
  471. package/styles/uploader/_highcontrast-definition.scss +211 -0
  472. package/styles/uploader/_highcontrast-light-definition.scss +219 -0
  473. package/styles/uploader/_layout.scss +984 -0
  474. package/styles/uploader/_material-dark-definition.scss +217 -0
  475. package/styles/uploader/_material-definition.scss +214 -0
  476. package/styles/uploader/_material3-definition.scss +216 -0
  477. package/styles/uploader/_tailwind-dark-definition.scss +1 -0
  478. package/styles/uploader/_tailwind-definition.scss +232 -0
  479. package/styles/uploader/_theme.scss +136 -0
  480. package/styles/uploader/bootstrap-dark.css +1 -0
  481. package/styles/uploader/bootstrap-dark.scss +6 -1
  482. package/styles/uploader/bootstrap.css +1 -0
  483. package/styles/uploader/bootstrap.scss +6 -1
  484. package/styles/uploader/bootstrap4.css +1 -0
  485. package/styles/uploader/bootstrap4.scss +6 -1
  486. package/styles/uploader/bootstrap5-dark.css +1 -0
  487. package/styles/uploader/bootstrap5-dark.scss +6 -1
  488. package/styles/uploader/bootstrap5.css +1 -0
  489. package/styles/uploader/bootstrap5.scss +6 -1
  490. package/styles/uploader/fabric-dark.css +1 -0
  491. package/styles/uploader/fabric-dark.scss +6 -1
  492. package/styles/uploader/fabric.css +1 -0
  493. package/styles/uploader/fabric.scss +6 -1
  494. package/styles/uploader/fluent-dark.css +1 -0
  495. package/styles/uploader/fluent-dark.scss +6 -1
  496. package/styles/uploader/fluent.css +1 -0
  497. package/styles/uploader/fluent.scss +6 -1
  498. package/styles/uploader/highcontrast-light.css +1 -0
  499. package/styles/uploader/highcontrast-light.scss +6 -1
  500. package/styles/uploader/highcontrast.css +1 -0
  501. package/styles/uploader/highcontrast.scss +6 -1
  502. package/styles/uploader/icons/_bootstrap-dark.scss +34 -0
  503. package/styles/uploader/icons/_bootstrap.scss +34 -0
  504. package/styles/uploader/icons/_bootstrap4.scss +34 -0
  505. package/styles/uploader/icons/_bootstrap5-dark.scss +1 -0
  506. package/styles/uploader/icons/_bootstrap5.scss +34 -0
  507. package/styles/uploader/icons/_fabric-dark.scss +34 -0
  508. package/styles/uploader/icons/_fabric.scss +34 -0
  509. package/styles/uploader/icons/_fluent-dark.scss +1 -0
  510. package/styles/uploader/icons/_fluent.scss +34 -0
  511. package/styles/uploader/icons/_fusionnew.scss +34 -0
  512. package/styles/uploader/icons/_highcontrast-light.scss +34 -0
  513. package/styles/uploader/icons/_highcontrast.scss +34 -0
  514. package/styles/uploader/icons/_material-dark.scss +34 -0
  515. package/styles/uploader/icons/_material.scss +34 -0
  516. package/styles/uploader/icons/_material3.scss +34 -0
  517. package/styles/uploader/icons/_tailwind-dark.scss +1 -0
  518. package/styles/uploader/icons/_tailwind.scss +34 -0
  519. package/styles/uploader/material-dark.css +1 -0
  520. package/styles/uploader/material-dark.scss +6 -1
  521. package/styles/uploader/material.css +1 -0
  522. package/styles/uploader/material.scss +6 -1
  523. package/styles/uploader/tailwind-dark.css +2 -0
  524. package/styles/uploader/tailwind-dark.scss +6 -1
  525. package/styles/uploader/tailwind.css +2 -0
  526. package/styles/uploader/tailwind.scss +6 -1
  527. package/syncfusion-ej2-angular-inputs.d.ts +5 -0
  528. package/@syncfusion/ej2-angular-inputs.es5.js +0 -1563
  529. package/@syncfusion/ej2-angular-inputs.es5.js.map +0 -1
  530. package/@syncfusion/ej2-angular-inputs.js +0 -1472
  531. package/@syncfusion/ej2-angular-inputs.js.map +0 -1
  532. package/CHANGELOG.md +0 -1445
  533. package/dist/ej2-angular-inputs.umd.js +0 -1644
  534. package/dist/ej2-angular-inputs.umd.js.map +0 -1
  535. package/dist/ej2-angular-inputs.umd.min.js +0 -11
  536. package/dist/ej2-angular-inputs.umd.min.js.map +0 -1
  537. package/ej2-angular-inputs.d.ts +0 -11
  538. package/ej2-angular-inputs.metadata.json +0 -1
  539. package/postinstall/tagchange.js +0 -18
  540. package/schematics/collection.json +0 -105
  541. package/schematics/generators/colorpicker-default/index.d.ts +0 -3
  542. package/schematics/generators/colorpicker-default/index.js +0 -8
  543. package/schematics/generators/colorpicker-default/sample-details.d.ts +0 -5
  544. package/schematics/generators/colorpicker-default/sample-details.js +0 -7
  545. package/schematics/generators/colorpicker-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -5
  546. package/schematics/generators/colorpicker-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -4
  547. package/schematics/generators/colorpicker-default/schema.d.ts +0 -3
  548. package/schematics/generators/colorpicker-default/schema.js +0 -2
  549. package/schematics/generators/colorpicker-default/schema.json +0 -125
  550. package/schematics/generators/maskedtextbox-custommask/index.d.ts +0 -3
  551. package/schematics/generators/maskedtextbox-custommask/index.js +0 -8
  552. package/schematics/generators/maskedtextbox-custommask/sample-details.d.ts +0 -5
  553. package/schematics/generators/maskedtextbox-custommask/sample-details.js +0 -7
  554. package/schematics/generators/maskedtextbox-custommask/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -10
  555. package/schematics/generators/maskedtextbox-custommask/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -14
  556. package/schematics/generators/maskedtextbox-custommask/schema.d.ts +0 -3
  557. package/schematics/generators/maskedtextbox-custommask/schema.js +0 -2
  558. package/schematics/generators/maskedtextbox-custommask/schema.json +0 -125
  559. package/schematics/generators/maskedtextbox-default/index.d.ts +0 -3
  560. package/schematics/generators/maskedtextbox-default/index.js +0 -8
  561. package/schematics/generators/maskedtextbox-default/sample-details.d.ts +0 -5
  562. package/schematics/generators/maskedtextbox-default/sample-details.js +0 -7
  563. package/schematics/generators/maskedtextbox-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -10
  564. package/schematics/generators/maskedtextbox-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -20
  565. package/schematics/generators/maskedtextbox-default/schema.d.ts +0 -3
  566. package/schematics/generators/maskedtextbox-default/schema.js +0 -2
  567. package/schematics/generators/maskedtextbox-default/schema.json +0 -125
  568. package/schematics/generators/maskedtextbox-formats/index.d.ts +0 -3
  569. package/schematics/generators/maskedtextbox-formats/index.js +0 -8
  570. package/schematics/generators/maskedtextbox-formats/sample-details.d.ts +0 -5
  571. package/schematics/generators/maskedtextbox-formats/sample-details.js +0 -7
  572. package/schematics/generators/maskedtextbox-formats/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -10
  573. package/schematics/generators/maskedtextbox-formats/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -9
  574. package/schematics/generators/maskedtextbox-formats/schema.d.ts +0 -3
  575. package/schematics/generators/maskedtextbox-formats/schema.js +0 -2
  576. package/schematics/generators/maskedtextbox-formats/schema.json +0 -125
  577. package/schematics/generators/numerictextbox-customformat/index.d.ts +0 -3
  578. package/schematics/generators/numerictextbox-customformat/index.js +0 -8
  579. package/schematics/generators/numerictextbox-customformat/sample-details.d.ts +0 -5
  580. package/schematics/generators/numerictextbox-customformat/sample-details.js +0 -7
  581. package/schematics/generators/numerictextbox-customformat/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -10
  582. package/schematics/generators/numerictextbox-customformat/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -23
  583. package/schematics/generators/numerictextbox-customformat/schema.d.ts +0 -3
  584. package/schematics/generators/numerictextbox-customformat/schema.js +0 -2
  585. package/schematics/generators/numerictextbox-customformat/schema.json +0 -125
  586. package/schematics/generators/numerictextbox-decimals/index.d.ts +0 -3
  587. package/schematics/generators/numerictextbox-decimals/index.js +0 -8
  588. package/schematics/generators/numerictextbox-decimals/sample-details.d.ts +0 -5
  589. package/schematics/generators/numerictextbox-decimals/sample-details.js +0 -7
  590. package/schematics/generators/numerictextbox-decimals/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -10
  591. package/schematics/generators/numerictextbox-decimals/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -20
  592. package/schematics/generators/numerictextbox-decimals/schema.d.ts +0 -3
  593. package/schematics/generators/numerictextbox-decimals/schema.js +0 -2
  594. package/schematics/generators/numerictextbox-decimals/schema.json +0 -125
  595. package/schematics/generators/numerictextbox-default/index.d.ts +0 -3
  596. package/schematics/generators/numerictextbox-default/index.js +0 -8
  597. package/schematics/generators/numerictextbox-default/sample-details.d.ts +0 -5
  598. package/schematics/generators/numerictextbox-default/sample-details.js +0 -7
  599. package/schematics/generators/numerictextbox-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -10
  600. package/schematics/generators/numerictextbox-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -22
  601. package/schematics/generators/numerictextbox-default/schema.d.ts +0 -3
  602. package/schematics/generators/numerictextbox-default/schema.js +0 -2
  603. package/schematics/generators/numerictextbox-default/schema.json +0 -125
  604. package/schematics/generators/numerictextbox-range/index.d.ts +0 -3
  605. package/schematics/generators/numerictextbox-range/index.js +0 -8
  606. package/schematics/generators/numerictextbox-range/sample-details.d.ts +0 -5
  607. package/schematics/generators/numerictextbox-range/sample-details.js +0 -7
  608. package/schematics/generators/numerictextbox-range/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -14
  609. package/schematics/generators/numerictextbox-range/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -9
  610. package/schematics/generators/numerictextbox-range/schema.d.ts +0 -3
  611. package/schematics/generators/numerictextbox-range/schema.js +0 -2
  612. package/schematics/generators/numerictextbox-range/schema.json +0 -125
  613. package/schematics/generators/slider-default/index.d.ts +0 -3
  614. package/schematics/generators/slider-default/index.js +0 -8
  615. package/schematics/generators/slider-default/sample-details.d.ts +0 -5
  616. package/schematics/generators/slider-default/sample-details.js +0 -7
  617. package/schematics/generators/slider-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -4
  618. package/schematics/generators/slider-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -1
  619. package/schematics/generators/slider-default/schema.d.ts +0 -3
  620. package/schematics/generators/slider-default/schema.js +0 -2
  621. package/schematics/generators/slider-default/schema.json +0 -125
  622. package/schematics/generators/slider-limits/index.d.ts +0 -3
  623. package/schematics/generators/slider-limits/index.js +0 -8
  624. package/schematics/generators/slider-limits/sample-details.d.ts +0 -5
  625. package/schematics/generators/slider-limits/sample-details.js +0 -7
  626. package/schematics/generators/slider-limits/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -4
  627. package/schematics/generators/slider-limits/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -1
  628. package/schematics/generators/slider-limits/schema.d.ts +0 -3
  629. package/schematics/generators/slider-limits/schema.js +0 -2
  630. package/schematics/generators/slider-limits/schema.json +0 -125
  631. package/schematics/generators/slider-minrange/index.d.ts +0 -3
  632. package/schematics/generators/slider-minrange/index.js +0 -8
  633. package/schematics/generators/slider-minrange/sample-details.d.ts +0 -5
  634. package/schematics/generators/slider-minrange/sample-details.js +0 -7
  635. package/schematics/generators/slider-minrange/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -4
  636. package/schematics/generators/slider-minrange/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -1
  637. package/schematics/generators/slider-minrange/schema.d.ts +0 -3
  638. package/schematics/generators/slider-minrange/schema.js +0 -2
  639. package/schematics/generators/slider-minrange/schema.json +0 -125
  640. package/schematics/generators/slider-range/index.d.ts +0 -3
  641. package/schematics/generators/slider-range/index.js +0 -8
  642. package/schematics/generators/slider-range/sample-details.d.ts +0 -5
  643. package/schematics/generators/slider-range/sample-details.js +0 -7
  644. package/schematics/generators/slider-range/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -4
  645. package/schematics/generators/slider-range/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -1
  646. package/schematics/generators/slider-range/schema.d.ts +0 -3
  647. package/schematics/generators/slider-range/schema.js +0 -2
  648. package/schematics/generators/slider-range/schema.json +0 -125
  649. package/schematics/generators/slider-ticks/index.d.ts +0 -3
  650. package/schematics/generators/slider-ticks/index.js +0 -8
  651. package/schematics/generators/slider-ticks/sample-details.d.ts +0 -5
  652. package/schematics/generators/slider-ticks/sample-details.js +0 -7
  653. package/schematics/generators/slider-ticks/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -4
  654. package/schematics/generators/slider-ticks/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -1
  655. package/schematics/generators/slider-ticks/schema.d.ts +0 -3
  656. package/schematics/generators/slider-ticks/schema.js +0 -2
  657. package/schematics/generators/slider-ticks/schema.json +0 -125
  658. package/schematics/generators/slider-vertical/index.d.ts +0 -3
  659. package/schematics/generators/slider-vertical/index.js +0 -8
  660. package/schematics/generators/slider-vertical/sample-details.d.ts +0 -5
  661. package/schematics/generators/slider-vertical/sample-details.js +0 -7
  662. package/schematics/generators/slider-vertical/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -5
  663. package/schematics/generators/slider-vertical/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -1
  664. package/schematics/generators/slider-vertical/schema.d.ts +0 -3
  665. package/schematics/generators/slider-vertical/schema.js +0 -2
  666. package/schematics/generators/slider-vertical/schema.json +0 -125
  667. package/schematics/generators/textbox-floatinglabel/index.d.ts +0 -3
  668. package/schematics/generators/textbox-floatinglabel/index.js +0 -8
  669. package/schematics/generators/textbox-floatinglabel/sample-details.d.ts +0 -5
  670. package/schematics/generators/textbox-floatinglabel/sample-details.js +0 -7
  671. package/schematics/generators/textbox-floatinglabel/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -15
  672. package/schematics/generators/textbox-floatinglabel/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -21
  673. package/schematics/generators/textbox-floatinglabel/schema.d.ts +0 -3
  674. package/schematics/generators/textbox-floatinglabel/schema.js +0 -2
  675. package/schematics/generators/textbox-floatinglabel/schema.json +0 -125
  676. package/schematics/generators/uploader-autoupload/index.d.ts +0 -3
  677. package/schematics/generators/uploader-autoupload/index.js +0 -8
  678. package/schematics/generators/uploader-autoupload/sample-details.d.ts +0 -5
  679. package/schematics/generators/uploader-autoupload/sample-details.js +0 -7
  680. package/schematics/generators/uploader-autoupload/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -16
  681. package/schematics/generators/uploader-autoupload/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -7
  682. package/schematics/generators/uploader-autoupload/schema.d.ts +0 -3
  683. package/schematics/generators/uploader-autoupload/schema.js +0 -2
  684. package/schematics/generators/uploader-autoupload/schema.json +0 -125
  685. package/schematics/generators/uploader-chunkupload/index.d.ts +0 -3
  686. package/schematics/generators/uploader-chunkupload/index.js +0 -8
  687. package/schematics/generators/uploader-chunkupload/sample-details.d.ts +0 -5
  688. package/schematics/generators/uploader-chunkupload/sample-details.js +0 -7
  689. package/schematics/generators/uploader-chunkupload/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -16
  690. package/schematics/generators/uploader-chunkupload/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -7
  691. package/schematics/generators/uploader-chunkupload/schema.d.ts +0 -3
  692. package/schematics/generators/uploader-chunkupload/schema.js +0 -2
  693. package/schematics/generators/uploader-chunkupload/schema.json +0 -125
  694. package/schematics/generators/uploader-directoryupload/index.d.ts +0 -3
  695. package/schematics/generators/uploader-directoryupload/index.js +0 -8
  696. package/schematics/generators/uploader-directoryupload/sample-details.d.ts +0 -5
  697. package/schematics/generators/uploader-directoryupload/sample-details.js +0 -7
  698. package/schematics/generators/uploader-directoryupload/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -16
  699. package/schematics/generators/uploader-directoryupload/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -7
  700. package/schematics/generators/uploader-directoryupload/schema.d.ts +0 -3
  701. package/schematics/generators/uploader-directoryupload/schema.js +0 -2
  702. package/schematics/generators/uploader-directoryupload/schema.json +0 -125
  703. package/schematics/generators/uploader-validation/index.d.ts +0 -3
  704. package/schematics/generators/uploader-validation/index.js +0 -8
  705. package/schematics/generators/uploader-validation/sample-details.d.ts +0 -5
  706. package/schematics/generators/uploader-validation/sample-details.js +0 -7
  707. package/schematics/generators/uploader-validation/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -9
  708. package/schematics/generators/uploader-validation/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -7
  709. package/schematics/generators/uploader-validation/schema.d.ts +0 -3
  710. package/schematics/generators/uploader-validation/schema.js +0 -2
  711. package/schematics/generators/uploader-validation/schema.json +0 -125
  712. package/schematics/ng-add/index.d.ts +0 -3
  713. package/schematics/ng-add/index.js +0 -9
  714. package/schematics/ng-add/schema.d.ts +0 -13
  715. package/schematics/ng-add/schema.js +0 -2
  716. package/schematics/ng-add/schema.json +0 -34
  717. package/schematics/tsconfig.json +0 -25
  718. package/schematics/utils/lib-details.d.ts +0 -4
  719. package/schematics/utils/lib-details.js +0 -6
@@ -0,0 +1,2421 @@
1
+ @include export-module('slider-layout') {
2
+ /* stylelint-disable property-no-vendor-prefix */
3
+ // sass-lint:disable no-important
4
+
5
+ .e-control-wrapper.e-slider-container.e-material-slider .e-slider .e-handle {
6
+ &.e-material-handle {
7
+ cursor: default;
8
+ transition: transform .4s cubic-bezier(.25, .8, .25, 1);
9
+ z-index: 3;
10
+ }
11
+
12
+ &.e-tab-handle {
13
+ &::after {
14
+ @if ($skin-name == 'material' or $skin-name == 'material-dark') {
15
+ background-color: transparent;
16
+ }
17
+ }
18
+ }
19
+
20
+ &.e-handle-start.e-tab-handle {
21
+ &::after {
22
+ @if ($skin-name == 'material' or $skin-name == 'material-dark') {
23
+ background-color: transparent;
24
+ }
25
+ }
26
+ }
27
+ }
28
+
29
+ .e-slider-tooltip.e-tooltip-wrap.e-popup {
30
+ @if ($skin-name == 'material' or $skin-name == 'material-dark') {
31
+ background-color: $slider-handle-bg-color;
32
+ border: 0;
33
+ border-radius: 8px;
34
+ /* stylelint-disable */
35
+ cursor: -webkit-grab;
36
+ cursor: grab;
37
+ /* stylelint-enable */
38
+ opacity: 1;
39
+
40
+ &.e-popup.e-popup-close {
41
+ display: block;
42
+ opacity: 0;
43
+ }
44
+
45
+ &.e-material-tooltip-start {
46
+ background-color: $slider-handle-border-color;
47
+
48
+ .e-arrow-tip-inner {
49
+ color: $grey-black;
50
+ opacity: 0;
51
+ }
52
+
53
+ .e-arrow-tip-outer.e-tip-bottom {
54
+ border-top-color: $slider-handle-border-color;
55
+ }
56
+
57
+ .e-arrow-tip-outer.e-tip-top {
58
+ border-bottom-color: $slider-handle-border-color;
59
+ }
60
+
61
+ .e-arrow-tip-outer.e-tip-right {
62
+ border-left-color: $slider-handle-border-color;
63
+ }
64
+
65
+ .e-arrow-tip-outer.e-tip-left {
66
+ border-right-color: $slider-handle-border-color;
67
+ }
68
+ }
69
+
70
+ &.e-tooltip-active {
71
+ /* stylelint-disable */
72
+ cursor: -webkit-grabbing;
73
+ cursor: grabbing;
74
+ /* stylelint-enable */
75
+ }
76
+
77
+ .e-arrow-tip {
78
+ visibility: visible;
79
+ }
80
+
81
+ .e-tip-content {
82
+ background-color: transparent;
83
+ height: 16px;
84
+ overflow: hidden;
85
+ padding: 0 8px;
86
+ text-align: center;
87
+ top: calc(50% - 8px);
88
+ width: 100%;
89
+
90
+ &.e-material-tooltip-show {
91
+ color: $slider-material-tooltip-content-color;
92
+ }
93
+
94
+ &.e-material-tooltip-hide {
95
+ color: transparent;
96
+ }
97
+ }
98
+
99
+ .e-arrow-tip-inner {
100
+ color: $slider-handle-bg-color;
101
+ }
102
+
103
+ .e-arrow-tip-outer.e-tip-bottom {
104
+ border-top-color: $slider-handle-bg-color;
105
+ }
106
+
107
+ .e-arrow-tip-outer.e-tip-top {
108
+ border-bottom-color: $slider-handle-bg-color;
109
+ }
110
+
111
+ .e-arrow-tip-outer.e-tip-right {
112
+ border-left-color: $slider-handle-bg-color;
113
+ }
114
+
115
+ .e-arrow-tip-outer.e-tip-left {
116
+ border-right-color: $slider-handle-bg-color;
117
+ }
118
+
119
+ &.e-tooltip-wrap.e-popup.e-material-default {
120
+ background-color: $slider-handle-bg-color;
121
+ border: 0;
122
+ border-bottom-left-radius: 50%;
123
+ border-bottom-right-radius: 0%;
124
+ border-top-left-radius: 50%;
125
+ border-top-right-radius: 50%;
126
+ /* stylelint-disable */
127
+ cursor: -webkit-grab;
128
+ cursor: grab;
129
+ /* stylelint-enable */
130
+ opacity: 1;
131
+
132
+ &.e-material-tooltip-start {
133
+ background-color: $slider-handle-border-color;
134
+ }
135
+
136
+ &.e-tooltip-active {
137
+ /* stylelint-disable */
138
+ cursor: -webkit-grabbing;
139
+ cursor: grabbing;
140
+ /* stylelint-enable */
141
+ }
142
+
143
+ .e-arrow-tip {
144
+ visibility: hidden;
145
+ }
146
+
147
+ &.e-slider-horizontal-before {
148
+ .e-tip-content {
149
+ transform: rotate(-45deg);
150
+ }
151
+ }
152
+
153
+ &.e-slider-horizontal-after {
154
+ .e-tip-content {
155
+ transform: rotate(-225deg);
156
+ }
157
+ }
158
+
159
+ &.e-slider-vertical-before {
160
+ .e-tip-content {
161
+ transform: rotate(45deg);
162
+ }
163
+ }
164
+
165
+ &.e-slider-vertical-after {
166
+ .e-tip-content {
167
+ transform: rotate(225deg);
168
+ }
169
+ }
170
+
171
+ .e-tip-content {
172
+ background-color: transparent;
173
+ height: 16px;
174
+ overflow: hidden;
175
+ padding: 0;
176
+ text-align: center;
177
+ top: calc(50% - 8px);
178
+ width: 100%;
179
+
180
+ &.e-material-tooltip-show {
181
+ color: $slider-material-tooltip-content-color;
182
+ }
183
+
184
+ &.e-material-tooltip-hide {
185
+ color: transparent;
186
+ }
187
+ }
188
+ }
189
+ }
190
+ @else {
191
+ @if ($skin-name == 'highcontrast' or $skin-name == 'highcontrast-light') {
192
+ background-color: $slider-active-handle-bg-color;
193
+ border: 1px solid $slider-hover-handle-color;
194
+ }
195
+
196
+ .e-tip-content {
197
+ padding: $slider-tooltip-padding;
198
+ text-align: center;
199
+
200
+ @if ($skin-name == 'highcontrast' or $skin-name == 'highcontrast-light') {
201
+ color: $slider-button-icon-color;
202
+ }
203
+ }
204
+ }
205
+ }
206
+
207
+ .e-slider-horizantal-color {
208
+ height: 100%;
209
+ position: absolute;
210
+ top: 0;
211
+ }
212
+
213
+ .e-slider-vertical-color {
214
+ left: -1px;
215
+ position: absolute;
216
+ width: 100%;
217
+ }
218
+
219
+ .e-bigger {
220
+ @if ($skin-name != 'material' and $skin-name != 'material-dark') {
221
+ .e-slider-tooltip.e-tooltip-wrap.e-popup {
222
+ .e-tip-content {
223
+ padding: $slider-tooltip-padding;
224
+ }
225
+ }
226
+
227
+ &.e-slider-tooltip.e-tooltip-wrap.e-popup {
228
+ .e-tip-content {
229
+ padding: $slider-tooltip-padding;
230
+ }
231
+ }
232
+ }
233
+ @else {
234
+ &.e-slider-tooltip.e-tooltip-wrap.e-popup {
235
+ .e-tip-content {
236
+ font-size: 11px;
237
+ line-height: 16px;
238
+ }
239
+ }
240
+
241
+ .e-slider-tooltip.e-tooltip-wrap.e-popup {
242
+ .e-tip-content {
243
+ font-size: 11px;
244
+ line-height: 16px;
245
+ }
246
+ }
247
+ }
248
+ }
249
+
250
+ .e-bigger .e-control-wrapper.e-slider-container,
251
+ .e-control-wrapper.e-slider-container.e-bigger {
252
+ @if ($skin-name != 'material' and $skin-name != 'material-dark') {
253
+ .e-slider {
254
+ .e-handle {
255
+ height: $slider-handle-mobile-height;
256
+ width: $slider-handle-mobile-width;
257
+ }
258
+ }
259
+
260
+ @if ($skin-name == 'FluentUI') {
261
+ .e-slider-button {
262
+ height: 20px;
263
+ width: 20px;
264
+ }
265
+
266
+ &.e-horizontal {
267
+ .e-first-button,
268
+ .e-second-button {
269
+ margin-top: $slider-touch-btn-center-align;
270
+
271
+ .e-button-icon::before {
272
+ font-size: 17px;
273
+ }
274
+ }
275
+ }
276
+
277
+ &.e-vertical {
278
+ .e-first-button,
279
+ .e-second-button {
280
+ margin-right: $slider-touch-btn-center-align;
281
+
282
+ .e-button-icon::before {
283
+ font-size: 17px;
284
+ }
285
+ }
286
+ }
287
+ }
288
+
289
+ @if ($skin-name == 'bootstrap4' or $skin-name == 'bootstrap5') {
290
+ .e-slider-button {
291
+ height: 18px;
292
+ width: 18px;
293
+ }
294
+
295
+ &.e-vertical {
296
+ &.e-slider-btn {
297
+ @if ($skin-name == 'bootstrap5') {
298
+ padding: 36px 0;
299
+ }
300
+ @else {
301
+ padding: 34px 0;
302
+ }
303
+ }
304
+
305
+ .e-first-button,
306
+ .e-second-button {
307
+ @if ($skin-name == 'bootstrap5') {
308
+ margin-right: -12px;
309
+ }
310
+ @else {
311
+ margin-right: -9px;
312
+ }
313
+ }
314
+
315
+ .e-slider {
316
+ .e-slider-track {
317
+ left: calc(50% - 4px);
318
+ width: 8px;
319
+ }
320
+
321
+ .e-range {
322
+ left: calc(50% - 4px);
323
+ width: 8px;
324
+ }
325
+ }
326
+ }
327
+
328
+ &.e-horizontal .e-slider {
329
+ .e-limits {
330
+ height: 8px;
331
+ top: calc(50% - 4px);
332
+ @if ($skin-name == 'bootstrap5' and $skin-name == 'FluentUI') {
333
+ border-radius: $slider-range-border-radius;
334
+ }
335
+ }
336
+ }
337
+
338
+ &.e-vertical .e-slider {
339
+ .e-limits {
340
+ left: calc(50% - 4px);
341
+ width: 8px;
342
+ @if ($skin-name == 'bootstrap5' and $skin-name == 'FluentUI') {
343
+ border-radius: $slider-range-border-radius;
344
+ }
345
+ }
346
+ }
347
+ }
348
+
349
+ @if ($skin-name == 'bootstrap5') {
350
+
351
+ &.e-horizontal,
352
+ &.e-vertical {
353
+ .e-slider-button.e-first-button,
354
+ .e-slider-button.e-second-button {
355
+ border-radius: 12px;
356
+ height: 24px;
357
+ width: 24px;
358
+
359
+ .e-button-icon::before {
360
+ font-size: 22px;
361
+ }
362
+ }
363
+ }
364
+
365
+ &.e-horizontal {
366
+
367
+ .e-slider-button.e-first-button,
368
+ .e-slider-button.e-second-button {
369
+ margin-top: -12px;
370
+ }
371
+
372
+ .e-tick-both {
373
+ &.e-scale {
374
+ &.e-h-scale {
375
+ .e-tick {
376
+ height: 24px;
377
+ top: -14px;
378
+ }
379
+
380
+ .e-large {
381
+ height: 32px;
382
+ top: -10px;
383
+ }
384
+ }
385
+ }
386
+ }
387
+
388
+ .e-tick-before {
389
+ &.e-scale {
390
+ &.e-h-scale {
391
+ .e-tick {
392
+ height: $tick-after-mobile-height;
393
+ top: $tick-before-mobile-top;
394
+ }
395
+
396
+ .e-large {
397
+ height: $largetick-before-mobile-height;
398
+ top: $tick-before-mobile-top;
399
+ }
400
+ }
401
+ }
402
+ }
403
+
404
+ .e-tick-after {
405
+ &.e-scale {
406
+ &.e-h-scale {
407
+ .e-tick {
408
+ height: $tick-after-mobile-height;
409
+ top: $tick-after-mobile-top;
410
+ }
411
+
412
+ .e-large {
413
+ height: $largetick-before-mobile-height;
414
+ top: $largetick-after-mobile-top;
415
+ }
416
+ }
417
+ }
418
+ }
419
+ }
420
+
421
+ &.e-vertical {
422
+
423
+ .e-tick-both {
424
+ &.e-scale {
425
+ .e-tick {
426
+ left: 2px;
427
+ width: 24px;
428
+ }
429
+
430
+ .e-large {
431
+ left: -2px;
432
+ width: 32px;
433
+ }
434
+ }
435
+ }
436
+
437
+ .e-tick-before {
438
+
439
+ &.e-scale {
440
+ &.e-v-scale {
441
+ .e-tick {
442
+ left: $tick-before-mobile-left;
443
+ width: $tick-after-mobile-height;
444
+ }
445
+
446
+ .e-large {
447
+ left: $largetick-before-mobile-left;
448
+ width: $largetick-before-mobile-height;
449
+ }
450
+ }
451
+ }
452
+ }
453
+
454
+ .e-tick-after {
455
+
456
+ &.e-scale {
457
+ &.e-v-scale {
458
+ .e-tick {
459
+ left: $tick-after-mobile-left;
460
+ width: $tick-after-mobile-height;
461
+ }
462
+
463
+ .e-large {
464
+ left: $tick-after-mobile-left;
465
+ width: $largetick-before-mobile-height;
466
+ }
467
+ }
468
+ }
469
+ }
470
+ }
471
+ }
472
+
473
+ @if ($skin-name == 'tailwind') {
474
+ .e-scale.e-h-scale {
475
+ &.e-tick-after {
476
+ top: 7px;
477
+ }
478
+ }
479
+
480
+ &.e-horizontal,
481
+ &.e-vertical {
482
+ .e-slider-button.e-first-button,
483
+ .e-slider-button.e-second-button {
484
+ border-radius: 12px;
485
+ height: 24px;
486
+ width: 24px;
487
+
488
+ .e-button-icon::before {
489
+ font-size: 22px;
490
+ }
491
+ }
492
+ }
493
+
494
+ &.e-horizontal {
495
+
496
+ &.e-scale-both {
497
+ .e-range {
498
+ height: 6px;
499
+ }
500
+ }
501
+
502
+ .e-slider-track {
503
+ border-radius: 6px;
504
+ }
505
+
506
+ .e-limits {
507
+ height: 6px;
508
+ }
509
+
510
+ .e-first-button,
511
+ .e-second-button {
512
+ margin-top: -14px;
513
+ }
514
+
515
+ .e-tick-both {
516
+ &.e-scale {
517
+ &.e-h-scale {
518
+ .e-tick {
519
+ height: 22px;
520
+ top: -19px;
521
+ }
522
+
523
+ .e-large {
524
+ height: 30px;
525
+ top: -16px;
526
+ }
527
+ }
528
+ }
529
+ }
530
+
531
+ .e-tick-before {
532
+ &.e-scale {
533
+ &.e-h-scale {
534
+ .e-tick {
535
+ height: $tick-after-mobile-height;
536
+ }
537
+
538
+ .e-large {
539
+ height: $largetick-before-mobile-height;
540
+ }
541
+ }
542
+ }
543
+ }
544
+
545
+ .e-tick-after {
546
+ &.e-scale {
547
+ &.e-h-scale {
548
+ .e-tick {
549
+ height: $tick-after-mobile-height;
550
+ }
551
+
552
+ .e-large {
553
+ height: $largetick-before-mobile-height;
554
+ }
555
+ }
556
+ }
557
+ }
558
+
559
+ &.e-scale-both {
560
+ .e-scale {
561
+ top: 17px;
562
+ }
563
+ }
564
+
565
+ &.e-slider-btn {
566
+ padding: $slider-button-horizon-mobile-padding;
567
+ }
568
+ }
569
+
570
+ &.e-vertical {
571
+
572
+ &.e-scale-both {
573
+ .e-range {
574
+ width: 6px;
575
+ }
576
+ }
577
+
578
+ .e-range {
579
+ width: 6px;
580
+ }
581
+
582
+ .e-slider-track {
583
+ border-radius: 6px;
584
+ }
585
+
586
+ &.e-slider-btn {
587
+ padding: $slider-button-vertical-mobile-padding;
588
+ }
589
+
590
+ .e-slider-button {
591
+ margin-right: -15px;
592
+ }
593
+
594
+ .e-tick-both {
595
+ &.e-scale {
596
+ &.e-v-scale {
597
+ .e-tick {
598
+ left: 4px;
599
+ width: 22px;
600
+ }
601
+
602
+ .e-large {
603
+ left: 0;
604
+ width: 30px;
605
+ }
606
+ }
607
+ }
608
+ }
609
+
610
+ .e-tick-before {
611
+
612
+ &.e-scale {
613
+ &.e-v-scale {
614
+ .e-tick {
615
+ width: $tick-after-mobile-height;
616
+ }
617
+
618
+ .e-large {
619
+ width: $largetick-before-mobile-height;
620
+ }
621
+ }
622
+ }
623
+ }
624
+
625
+ .e-tick-after {
626
+
627
+ &.e-scale {
628
+ &.e-v-scale {
629
+ .e-tick {
630
+ width: $tick-after-mobile-height;
631
+ }
632
+
633
+ .e-large {
634
+ width: $largetick-before-mobile-height;
635
+ }
636
+ }
637
+ }
638
+ }
639
+ }
640
+ }
641
+
642
+ &.e-horizontal {
643
+ @if ($skin-name == 'bootstrap5') {
644
+ &.e-slider-btn {
645
+ padding: 0 36px;
646
+ }
647
+ }
648
+ @if ($skin-name == 'bootstrap4') {
649
+ &.e-slider-btn {
650
+ padding: 0 34px;
651
+ }
652
+
653
+ .e-slider-button {
654
+ height: $slider-handle-mobile-buttons-height;
655
+ margin-top: -9px;
656
+ width: $slider-handle-mobile-buttons-width;
657
+ }
658
+ }
659
+
660
+ @if ($skin-name == 'tailwind') {
661
+ .e-slider-track {
662
+ height: 6px;
663
+ }
664
+
665
+ .e-range {
666
+ height: 6px;
667
+ }
668
+ }
669
+
670
+ .e-slider {
671
+ @if ($skin-name == 'bootstrap4' or $skin-name == 'bootstrap5') {
672
+ .e-slider-track {
673
+ height: 8px;
674
+ top: calc(50% - 4px);
675
+ }
676
+
677
+ .e-range {
678
+ height: 8px;
679
+ top: calc(50% - 4px);
680
+ }
681
+ }
682
+
683
+ .e-handle {
684
+ @if ($skin-name == 'bootstrap4' or $skin-name == 'bootstrap5' or $skin-name == 'FluentUI') {
685
+ margin-left: $slider-handle-mobile-margin-left;
686
+ top: $slider-handle-mobile-handle-top;
687
+ }
688
+ @else {
689
+ margin-left: -9px;
690
+ top: calc(50% - 9px);
691
+ }
692
+ }
693
+ }
694
+
695
+ &.e-scale-both {
696
+ .e-slider {
697
+ .e-handle {
698
+ @if ($skin-name == 'highcontrast' or $skin-name == 'highcontrast-light') {
699
+ margin-left: -9px;
700
+ top: calc(50% - 8px);
701
+ }
702
+ }
703
+ }
704
+ }
705
+ }
706
+
707
+ &.e-vertical {
708
+ .e-slider {
709
+ .e-handle {
710
+ @if ($skin-name == 'tailwind') {
711
+ left: calc(50% - 5px);
712
+ }
713
+ @else {
714
+ left: calc(50% - 9px);
715
+ }
716
+ margin-bottom: -9px;
717
+ @if ($skin-name == 'bootstrap4' or $skin-name == 'bootstrap5' or $skin-name == 'FluentUI') {
718
+ left: calc(50% - 8px);
719
+ margin-bottom: -8px;
720
+ }
721
+ }
722
+
723
+ @if ($skin-name == 'tailwind') {
724
+ .e-range {
725
+ width: 6px;
726
+ }
727
+ }
728
+ }
729
+
730
+ &.e-scale-both {
731
+ .e-slider {
732
+ .e-handle {
733
+ @if ($skin-name == 'highcontrast' or $skin-name == 'highcontrast-light') {
734
+ left: calc(50% - 10px);
735
+ margin-bottom: -9px;
736
+ }
737
+ @if $skin-name == 'bootstrap4' {
738
+ left: calc(50% - 8px);
739
+ margin-bottom: -8px;
740
+ }
741
+ }
742
+ }
743
+ }
744
+
745
+ @if ($skin-name == 'tailwind' or $skin-name == 'bootstrap5') {
746
+ .e-slider-track {
747
+ width: 6px;
748
+ }
749
+
750
+ .e-range {
751
+ width: 6px;
752
+ }
753
+ }
754
+ }
755
+
756
+ &.e-rtl {
757
+ &.e-horizontal {
758
+ .e-slider {
759
+ .e-handle {
760
+ @if ($skin-name == 'tailwind' or $skin-name == 'bootstrap5') {
761
+ margin: 0 -8px 0 0;
762
+ }
763
+ }
764
+ }
765
+ }
766
+ }
767
+ }
768
+
769
+ .e-scale .e-tick .e-tick-value {
770
+ font-size: $slider-mobile-scale-font-size;
771
+ }
772
+ }
773
+
774
+ .e-control-wrapper.e-slider-container {
775
+ -moz-user-select: none;
776
+ -ms-user-select: none;
777
+ -webkit-tap-highlight-color: transparent;
778
+ -webkit-touch-callout: none;
779
+ -webkit-user-select: none;
780
+ box-sizing: border-box;
781
+ display: inline-block;
782
+ height: $slider-wrap-height;
783
+ line-height: normal;
784
+ outline: none;
785
+ position: relative;
786
+ user-select: none;
787
+
788
+ &::after {
789
+ content: $skin-name;
790
+ display: none;
791
+ }
792
+
793
+ .e-slider {
794
+ .e-handle {
795
+ &.e-large-thumb-size {
796
+ transform: scale(1.5);
797
+ }
798
+ }
799
+ }
800
+
801
+ &.e-rtl {
802
+ &.e-horizontal {
803
+ .e-slider {
804
+ .e-handle {
805
+ margin: $rtl-slider-h-handle-margin;
806
+ @if ($skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' or $skin-name == 'bootstrap4') {
807
+ top: calc(50% - 8px);
808
+ }
809
+ @if ($skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'FluentUI' or $skin-name == 'highcontrast' or $skin-name == 'highcontrast-light') {
810
+ top: calc(50% - 8px);
811
+ }
812
+ @if ($skin-name == 'material' or $skin-name == 'material-dark') {
813
+ top: calc(50% - 6px);
814
+ }
815
+ }
816
+ }
817
+
818
+ .e-scale {
819
+ &.e-h-scale {
820
+ .e-tick.e-first-tick {
821
+ @if ($skin-name == 'material' or $skin-name == 'material-dark') {
822
+ background-position-x: right;
823
+ }
824
+
825
+ @if ($skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'FluentUI' or $skin-name == 'highcontrast' or $skin-name == 'highcontrast-light') {
826
+ background-position: right center;
827
+ left: 0;
828
+ }
829
+
830
+ @if ($skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' or $skin-name == 'bootstrap4' or $skin-name == 'tailwind' or $skin-name == 'bootstrap5') {
831
+ background-position: right center;
832
+ left: 0;
833
+ }
834
+ }
835
+
836
+ .e-tick.e-last-tick {
837
+ @if ($skin-name == 'material' or $skin-name == 'material-dark') {
838
+ background-position-x: left;
839
+ }
840
+ @if ($skin-name != 'material' and $skin-name != 'material-dark') {
841
+ background-position: left center;
842
+ }
843
+ }
844
+ }
845
+ }
846
+
847
+ .e-slider-button {
848
+ @if ($skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'highcontrast' or $skin-name == 'highcontrast-light' or $skin-name == 'FluentUI') {
849
+ margin-top: -8px;
850
+ }
851
+ @if ($skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' or $skin-name == 'bootstrap4') {
852
+ margin-top: -7px;
853
+ }
854
+ @if ($skin-name == 'tailwind' or $skin-name == 'bootstrap5') {
855
+ margin-top: -13px;
856
+
857
+ .e-button-icon::before {
858
+ font-size: 18px;
859
+ }
860
+ }
861
+ }
862
+ }
863
+
864
+ &.e-vertical {
865
+ direction: ltr;
866
+ }
867
+ }
868
+
869
+ &.e-disabled {
870
+ @if ($skin-name == 'tailwind') {
871
+ filter: alpha(Opacity=100);
872
+ opacity: 1;
873
+ }
874
+ @if ($skin-name == 'bootstrap5') {
875
+ opacity: .5;
876
+ }
877
+ @if ($skin-name == 'material' or $skin-name == 'material-dark') {
878
+ &.e-material-slider .e-slider .e-handle.e-handle-first {
879
+ background-color: $grey-600;
880
+ }
881
+
882
+ &:hover {
883
+ .e-scale .e-tick {
884
+ visibility: hidden;
885
+ }
886
+ }
887
+
888
+ .e-slider {
889
+ .e-range {
890
+ background: $slider-disabled-bg-color;
891
+ }
892
+
893
+ .e-handle {
894
+ background: $grey-600;
895
+ transform: scale(.5) !important;/* stylelint-disable-line declaration-no-important */
896
+
897
+ &.e-handle-first {
898
+ background-color: $grey-600;
899
+ border: 0;
900
+ }
901
+
902
+ &::after {
903
+ -ms-transform: scale(0);
904
+ -webkit-transform: scale(0);
905
+ background: transparent;
906
+ border: 7px solid $slider-material-tooltip-content-color;
907
+ border-radius: 50%;
908
+ box-sizing: border-box;
909
+ content: '';
910
+ height: 26px;
911
+ left: calc(50% - 13px);
912
+ opacity: 1;
913
+ position: absolute;
914
+ top: calc(50% - 13px);
915
+ transform: scale(1);
916
+ transition: none;
917
+ width: 26px;
918
+ z-index: -1;
919
+ }
920
+ }
921
+ }
922
+ }
923
+
924
+ @if ($skin-name == 'highcontrast' or $skin-name == 'highcontrast-light') {
925
+ .e-slider {
926
+ .e-range {
927
+ background: $slider-disabled-bg-color;
928
+ }
929
+
930
+ .e-handle {
931
+ border-color: $slider-disabled-bg-color;
932
+ }
933
+ }
934
+ }
935
+
936
+ .e-btn {
937
+ cursor: default;
938
+ }
939
+
940
+ .e-slider {
941
+ .e-handle {
942
+ cursor: default;
943
+
944
+ &.e-handle-disable {
945
+ display: $slider-disabled-handle-show;
946
+ }
947
+ }
948
+ }
949
+
950
+ @if ($skin-name == 'bootstrap4') {
951
+ .e-slider {
952
+ .e-range {
953
+ background-color: $slider-disabled-range-color;
954
+ }
955
+
956
+ .e-handle {
957
+ background-color: $slider-disabled-handle-color;
958
+ border-color: $slider-disabled-handle-color;
959
+ }
960
+
961
+ .e-slider-track {
962
+ background-color: $slider-disabled-track-color;
963
+ }
964
+ }
965
+
966
+ .e-scale .e-tick {
967
+ .e-tick-value {
968
+ color: $slider-button-bg-color;
969
+ }
970
+ }
971
+
972
+ .e-slider-button {
973
+ background-color: $slider-disabled-bg-color;
974
+ border-color: $white;
975
+ }
976
+ }
977
+ }
978
+
979
+ @if ($skin-name == 'bootstrap4') {
980
+ &:not(.e-disabled) {
981
+ .e-slider-button {
982
+ &:hover {
983
+ background-color: darken($gray-600, 7.5%);
984
+ border-color: darken($gray-600, 10%);
985
+ }
986
+
987
+ &:active {
988
+ background-color: darken($gray-600, 10%);
989
+ border-color: darken($gray-600, 12%);
990
+ }
991
+ }
992
+ }
993
+ }
994
+
995
+ &.e-horizontal {
996
+ height: 48px;
997
+ width: 100%;
998
+ @if ($skin-name == 'material' or $skin-name == 'material-dark') {
999
+ .e-first-button {
1000
+ left: 0;
1001
+ margin-top: $slider-btn-center-align;
1002
+ top: 50%;
1003
+
1004
+ .e-button-icon {
1005
+ background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAkFBMVEUAAAD////////////////////////+/v7////+/v7////////+/v7+/v7////////+/v7+/v7+/v7////+/v7+/v7+/v7+/v7////+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7///8G+5iqAAAAL3RSTlMABAgMEBQYHCAkKDA0ODxETFRYYGRsdHyAh4uTm6Onr7O/w8fL09ff4+fr7/P3+/6nVicAAADJSURBVHgBldJHdoNgAANhQUjvPTHuxbgAuv/t/J5O8I82Wn27UfGaVmjvBwvsdmEDUH33JuBxYwNQ/48m4LWzAbie2QR8nkzA/coGoPodTMDzzgagae1ykHAASDgAJBwAEk4xSDgAJBwAEg4ACacYJBwAEg4ACYeAjyMEaqYQSC97CFT/DQxID2sIpK8zBLqZQyC9dRDoajIyID1tIVD10zMg3S0ZSF4IJC8GkhcDyQuB5MVA8kIgeTGQvBhIXggkLwaSFwLJK3cBRvanB71ijlkAAAAASUVORK5CYII=');
1006
+ background-repeat: no-repeat;
1007
+ background-size: cover;
1008
+ display: inline-block;
1009
+ height: 7px;
1010
+ left: calc(50% - 4.6px);
1011
+ position: absolute;
1012
+ top: calc(50% - 3.6px);
1013
+ width: 7px;
1014
+ }
1015
+ }
1016
+
1017
+ .e-second-button {
1018
+ margin-top: $slider-btn-center-align;
1019
+ right: 0;
1020
+ top: 50%;
1021
+
1022
+ .e-button-icon {
1023
+ background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAkFBMVEUAAAD////////////////////////+/v7////////+/v7+/v7+/v7////////+/v7////+/v7+/v7+/v7+/v7+/v7////////+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7///9VYKa9AAAAL3RSTlMABAgMEBQYHCAoLDQ4PEBMUFhcZGx0eICDi5Obn6ers7vDx8vP19vf4+fr7/P3++LF0fAAAADNSURBVHgBldNHbsNAGEPhkZSi9F4S915k6d3/dga8Jgjw7bkYzPeXS5ObkkX3EQ5gcRcO6H/qbACbp3AAo6twwOEtHMCsDQecvqpsAKuHcMDw12QD2L2EA/C8EFleiCwvRJYXIssLmeGFzPBCZnghM7yQGV7IDC9Eglc26D6zwfS2JIP9a/To4b8pyWD9GH1c/11FNOZthO/4nvEeX5dksH2OTnT4rUsyWN4Xk4cj8nBEHo7IwxF5OCIPR+ThiDwckYcj8nBEHo5Iw5GdAVm8p9sPUXNKAAAAAElFTkSuQmCC');
1024
+ background-repeat: no-repeat;
1025
+ background-size: cover;
1026
+ display: inline-block;
1027
+ height: 7px;
1028
+ left: calc(50% - 2.6px);
1029
+ position: absolute;
1030
+ top: calc(50% - 3.6px);
1031
+ width: 7px;
1032
+ }
1033
+ }
1034
+ }
1035
+ @else if ($skin-name != 'highcontrast' and $skin-name != 'highcontrast-light') {
1036
+ .e-first-button {
1037
+ left: 0;
1038
+ margin-top: $slider-btn-center-align;
1039
+ top: 50%;
1040
+
1041
+ @if ($skin-name != 'tailwind' and $skin-name != 'bootstrap5' and $skin-name != 'FluentUI') {
1042
+ .e-button-icon {
1043
+ background-image: $slider-button-hleft-bg-image;
1044
+ background-repeat: no-repeat;
1045
+ background-size: cover;
1046
+ height: 8px;
1047
+ left: calc(50% - 5px);
1048
+ position: absolute;
1049
+ top: calc(50% - 4px);
1050
+ width: 8px;
1051
+ }
1052
+ }
1053
+ @else if($skin-name == 'bootstrap5' or $skin-name == 'FluentUI') {
1054
+ .e-button-icon {
1055
+ font-family: 'e-icons';
1056
+ }
1057
+
1058
+ .e-button-icon::before {
1059
+ color: $slider-button-icon-bg-color;
1060
+ @if ($skin-name == 'FluentUI') {
1061
+ content: '\e738';
1062
+ font-size: 14px;
1063
+ }
1064
+ @else {
1065
+ content: '\e738';
1066
+ font-size: 17px;
1067
+ }
1068
+ }
1069
+ }
1070
+ @else {
1071
+ .e-button-icon::before {
1072
+ font-size: 17px;
1073
+ @if ($skin-name == 'tailwind') {
1074
+ color: $slider-button-icon-bg-color;
1075
+ content: '\e765';
1076
+ }
1077
+ @else {
1078
+ content: '\e761';
1079
+ }
1080
+ }
1081
+ }
1082
+ }
1083
+
1084
+ .e-second-button {
1085
+ margin-top: $slider-btn-center-align;
1086
+ right: 0;
1087
+ top: 50%;
1088
+
1089
+ @if ($skin-name != 'tailwind' and $skin-name != 'bootstrap5' and $skin-name != 'FluentUI') {
1090
+ .e-button-icon {
1091
+ background-image: $slider-button-hright-bg-image;
1092
+ background-repeat: no-repeat;
1093
+ background-size: cover;
1094
+ height: 8px;
1095
+ left: calc(50% - 3px);
1096
+ position: absolute;
1097
+ top: calc(50% - 4px);
1098
+ width: 8px;
1099
+ }
1100
+ }
1101
+ @else if($skin-name == 'bootstrap5' or $skin-name == 'FluentUI') {
1102
+ .e-button-icon {
1103
+ font-family: 'e-icons';
1104
+ }
1105
+
1106
+ .e-button-icon::before {
1107
+ color: $slider-button-icon-bg-color;
1108
+ @if ($skin-name == 'FluentUI') {
1109
+ content: '\e75c';
1110
+ font-size: 14px;
1111
+ }
1112
+ @else {
1113
+ content: '\e75c';
1114
+ font-size: 17px;
1115
+ margin-left: 1px;
1116
+ }
1117
+ }
1118
+ }
1119
+ @else {
1120
+ .e-button-icon::before {
1121
+ font-size: 18px;
1122
+ @if ($skin-name == 'tailwind') {
1123
+ color: $slider-button-icon-bg-color;
1124
+ content: '\e748';
1125
+ }
1126
+ @else {
1127
+ content: '\e707';
1128
+ }
1129
+ }
1130
+ }
1131
+ }
1132
+ }
1133
+ @else {
1134
+ .e-first-button {
1135
+ left: 0;
1136
+ margin-top: $slider-btn-center-align;
1137
+ top: 50%;
1138
+
1139
+ .e-button-icon {
1140
+ font-family: 'e-icons';
1141
+ }
1142
+
1143
+ .e-button-icon::before {
1144
+ color: $slider-button-icon-color;
1145
+ content: '\e829';
1146
+ font-size: 8px;
1147
+ font-weight: 600;
1148
+ left: calc(50% - 5px);
1149
+ position: absolute;
1150
+ top: calc(50% - 4px);
1151
+ }
1152
+ }
1153
+
1154
+ .e-second-button {
1155
+ margin-top: $slider-btn-center-align;
1156
+ right: 0;
1157
+ top: 50%;
1158
+
1159
+ .e-button-icon {
1160
+ font-family: 'e-icons';
1161
+ }
1162
+
1163
+ .e-button-icon::before {
1164
+ color: $slider-button-icon-color;
1165
+ content: '\e830';
1166
+ font-size: 8px;
1167
+ font-weight: 600;
1168
+ left: calc(50% - 3px);
1169
+ position: absolute;
1170
+ top: calc(50% - 4px);
1171
+ }
1172
+ }
1173
+ }
1174
+
1175
+ &.e-slider-btn {
1176
+ padding: $slider-button-horizon-padding;
1177
+ }
1178
+
1179
+ .e-slider {
1180
+ height: 32px;
1181
+ position: relative;
1182
+ top: calc(50% - 16px);
1183
+ width: 100%;
1184
+ }
1185
+
1186
+ .e-slider-track {
1187
+ height: $slider-container-height;
1188
+ left: 0;
1189
+ position: absolute;
1190
+ width: 100%;
1191
+ @if ($skin-name == 'material' or $skin-name == 'material-dark') {
1192
+ background: $slider-handle-start-border-color;
1193
+ overflow: hidden;
1194
+ top: calc(50% - 1px);
1195
+ }
1196
+ @if ($skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'FluentUI') {
1197
+ background: $slider-track-color;
1198
+ overflow: hidden;
1199
+ top: calc(50% - 2px);
1200
+ @if $skin-name == 'FluentUI' {
1201
+ border-radius: 2px;
1202
+ }
1203
+ }
1204
+ @if ($skin-name == 'highcontrast' or $skin-name == 'highcontrast-light' or $skin-name == 'tailwind' or $skin-name == 'bootstrap5') {
1205
+ background: $slider-track-color;
1206
+ border-radius: 4px;
1207
+ overflow: hidden;
1208
+ top: calc(50% - 4px);
1209
+ }
1210
+ @if ($skin-name == 'bootstrap4' or $skin-name == 'bootstrap5') {
1211
+ top: calc(50% - 3px);
1212
+ }
1213
+ @if ($skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark') {
1214
+ background: $slider-handle-start-border-color;
1215
+ border: 1px solid $slider-track-border-color;
1216
+ border-radius: 4px;
1217
+ overflow: hidden;
1218
+ top: calc(50% - 5px);
1219
+ }
1220
+ @if $skin-name == 'bootstrap4' {
1221
+ background: $slider-handle-start-border-color;
1222
+ border-radius: 6px;
1223
+ overflow: hidden;
1224
+ }
1225
+ }
1226
+
1227
+ .e-handle {
1228
+ @if ($skin-name == 'material' or $skin-name == 'material-dark' or $skin-name == 'bootstrap5') {
1229
+ margin-left: -6px;
1230
+ top: calc(50% - 6px);
1231
+ }
1232
+ @else if ($skin-name == 'bootstrap4') {
1233
+ margin-left: -7px;
1234
+ top: calc(50% - 7px);
1235
+ }
1236
+ @else {
1237
+ @if ($skin-name == 'tailwind') {
1238
+ margin-left: -6px;
1239
+ }
1240
+ @else {
1241
+ margin-left: -8px;
1242
+ }
1243
+ top: calc(50% - 8px);
1244
+ }
1245
+ }
1246
+
1247
+ &.e-scale-both {
1248
+ .e-handle {
1249
+ @if ($skin-name == 'highcontrast' or $skin-name == 'highcontrast-light') {
1250
+ margin-left: -8px;
1251
+ top: calc(50% - 7px);
1252
+ }
1253
+ }
1254
+
1255
+ .e-range {
1256
+ height: $slider-range-height;
1257
+ @if ($skin-name == 'highcontrast' or $skin-name == 'highcontrast-light') {
1258
+ top: calc(50% - 2px);
1259
+ }
1260
+ }
1261
+ }
1262
+
1263
+ .e-range {
1264
+ height: $slider-range-height;
1265
+ @if ($skin-name == 'material' or $skin-name == 'material-dark') {
1266
+ top: calc(50% - 1px);
1267
+ }
1268
+ @if ($skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'FluentUI') {
1269
+ top: calc(50% - 2px);
1270
+ }
1271
+ @if ($skin-name == 'highcontrast' or $skin-name == 'highcontrast-light' or $skin-name == 'bootstrap4' or $skin-name == 'bootstrap5') {
1272
+ top: calc(50% - 3px);
1273
+ }
1274
+ @if ($skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' or $skin-name == 'tailwind') {
1275
+ top: calc(50% - 4px);
1276
+ }
1277
+ }
1278
+
1279
+ .e-limits {
1280
+ background-color: $slider-limit-bar-color;
1281
+ height: $slider-limit-bar-horizontal-height;
1282
+ position: absolute;
1283
+ top: $slider-limit-bar-top;
1284
+ @if ($skin-name == 'bootstrap5') {
1285
+ border-radius: 4px;
1286
+ }
1287
+ @if ($skin-name == 'FluentUI') {
1288
+ border-radius: 2px;
1289
+ }
1290
+ }
1291
+ }
1292
+
1293
+ &.e-vertical {
1294
+ height: inherit;
1295
+ @if ($skin-name == 'tailwind') {
1296
+ padding: 28px 0;
1297
+ }
1298
+ @else if ($skin-name == 'FluentUI') {
1299
+ padding: 32px 0;
1300
+ }
1301
+ @else {
1302
+ padding: 38px 0;
1303
+ }
1304
+ width: 48px;
1305
+ @if ($skin-name == 'bootstrap4') {
1306
+ padding: 30px 0;
1307
+ }
1308
+
1309
+ @if ($skin-name == 'bootstrap5') {
1310
+ padding: 28px 0;
1311
+ }
1312
+
1313
+ .e-slider {
1314
+ height: 100%;
1315
+ @if ($skin-name == 'FluentUI') {
1316
+ left: calc(50% - 15px);
1317
+ }
1318
+ @else {
1319
+ left: calc(50% - 16px);
1320
+ }
1321
+ position: relative;
1322
+ width: 32px;
1323
+ }
1324
+
1325
+ .e-slider-track {
1326
+ @if ($skin-name == 'highcontrast' or $skin-name == 'highcontrast-light' or $skin-name == 'FluentUI') {
1327
+ background: $slider-track-color;
1328
+ }
1329
+ @if ($skin-name != 'highcontrast' and $skin-name != 'highcontrast-light' and $skin-name != 'FluentUI') {
1330
+ background: $slider-handle-start-border-color;
1331
+ }
1332
+ bottom: 0;
1333
+ height: 100%;
1334
+ position: absolute;
1335
+ @if ($skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'tailwind' or $skin-name == 'FluentUI') {
1336
+ @if ($skin-name == 'tailwind') {
1337
+ left: calc(50%);
1338
+ }
1339
+ @else {
1340
+ left: calc(50% - 2px);
1341
+ }
1342
+ overflow: hidden;
1343
+ width: 4px;
1344
+ }
1345
+ @if ($skin-name == 'highcontrast' or $skin-name == 'highcontrast-light') {
1346
+ left: calc(50% - 4px);
1347
+ overflow: hidden;
1348
+ width: 8px;
1349
+ }
1350
+ @if ($skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark') {
1351
+ border: 1px solid $slider-track-border-color;
1352
+ border-radius: 3px;
1353
+ left: calc(50% - 5px);
1354
+ overflow: hidden;
1355
+ width: 10px;
1356
+ }
1357
+ @if ($skin-name == 'bootstrap4' or $skin-name == 'bootstrap5') {
1358
+ left: calc(50% - 3px);
1359
+ overflow: hidden;
1360
+ width: 6px;
1361
+ }
1362
+ @if ($skin-name == 'bootstrap4') {
1363
+ border-radius: 6px;
1364
+ }
1365
+ @if ($skin-name == 'material' or $skin-name == 'material-dark') {
1366
+ left: calc(50% - 1px);
1367
+ overflow: hidden;
1368
+ width: 2px;
1369
+ }
1370
+ @if ($skin-name == 'tailwind' or $skin-name == 'bootstrap5' or $skin-name == 'highcontrast' or $skin-name == 'highcontrast-light') {
1371
+ border-radius: 4px;
1372
+ }
1373
+ @if ($skin-name == 'FluentUI') {
1374
+ border-radius: 2px;
1375
+ }
1376
+ }
1377
+
1378
+ &.e-small-size {
1379
+ &.e-slider-btn {
1380
+ height: 100%;
1381
+ padding: $slider-button-vertical-padding;
1382
+
1383
+ .e-slider {
1384
+ height: 100%;
1385
+ width: $slider-height;
1386
+ }
1387
+ }
1388
+ }
1389
+
1390
+ @if ($skin-name == 'material' or $skin-name == 'material-dark') {
1391
+ .e-first-button {
1392
+ bottom: 0;
1393
+ margin-right: $slider-btn-center-align;
1394
+ right: 50%;
1395
+
1396
+ .e-button-icon {
1397
+ background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAjVBMVEUAAAD////////////////////////+/v7////+/v7////////+/v7////////+/v7+/v7+/v7+/v7////+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7////1kjJ6AAAALnRSTlMABAgMEBQYHCAkKDA4QERITFRcYGRodHyDj5OXn6Ons7e7v8vP09ff5+vv8/f7zZvJMAAAAItJREFUeAHdyVcagjAQBsAfUVTAXsTeSTRm7388i/kUQjYHYF4H9bAUXjuEV/KQEdC98f9I8dLXxJngY879CsbG/ccARuPsetHCT1tWXyUoSDXZRiiZ2p/Bsi7/HrbgVPw8REUk/n+P4ZAoMvQATmMyFmBk39+CExzefwnBauZEsgOPWOkevIYz1NEToo45F58KJy0AAAAASUVORK5CYII=');
1398
+ background-repeat: no-repeat;
1399
+ background-size: cover;
1400
+ display: inline-block;
1401
+ height: 8px;
1402
+ left: calc(50% - 3.8px);
1403
+ position: absolute;
1404
+ top: calc(50% - 2.7px);
1405
+ width: 8px;
1406
+ }
1407
+ }
1408
+
1409
+ .e-second-button {
1410
+ margin-right: $slider-btn-center-align;
1411
+ right: 50%;
1412
+ top: 0;
1413
+
1414
+ .e-button-icon {
1415
+ background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAjVBMVEUAAAD////////////////////////////////+/v7////+/v7+/v7////////+/v7+/v7////+/v7////+/v7+/v7////+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7////wrNfvAAAALnRSTlMABAgMEBQYICgsMDQ4QERITFBcYGhseHyDi5Obn6Ort7u/x8/X29/j5+vv8/f77y3LJgAAAI1JREFUeAHdyVeagjAUBtCbYQTsXewFENGYf//LsyB8kORmAZzXQ600mLrfz2XX9X8xcO0Qb4+3s2B/ia8N9yOFwtz+wR0/z77tvQSVm0+mI2piYXyEhp3+E2gWzQ8lNGpY//8UhjygijjBIvGotIbVofwZGFHxPQmGGn/ez8B6hETiAofUo1XmtKVWeAEhzjgqqZr/lwAAAABJRU5ErkJggg==');
1416
+ background-repeat: no-repeat;
1417
+ background-size: cover;
1418
+ display: inline-block;
1419
+ height: 8px;
1420
+ left: calc(50% - 3.8px);
1421
+ position: absolute;
1422
+ top: calc(50% - 4.7px);
1423
+ width: 8px;
1424
+ }
1425
+ }
1426
+ }
1427
+ @else if ($skin-name != 'highcontrast' and $skin-name != 'highcontrast-light') {
1428
+ .e-first-button {
1429
+ bottom: 0;
1430
+ margin-right: $slider-btn-center-align;
1431
+ right: 50%;
1432
+
1433
+ @if ($skin-name != 'tailwind' and $skin-name != 'bootstrap5' and $skin-name != 'FluentUI') {
1434
+ .e-button-icon {
1435
+ background-image: $slider-button-vdown-bg-image;
1436
+ background-repeat: no-repeat;
1437
+ background-size: cover;
1438
+ display: inline-block;
1439
+ height: 8px;
1440
+ left: calc(50% - 4px);
1441
+ position: absolute;
1442
+ top: calc(50% - 3.6px);
1443
+ width: 8px;
1444
+ }
1445
+ }
1446
+ @else if ($skin-name == 'bootstrap5' or $skin-name == 'FluentUI') {
1447
+ .e-button-icon {
1448
+ font-family: 'e-icons';
1449
+ }
1450
+
1451
+ .e-button-icon::before {
1452
+ color: $slider-button-icon-bg-color;
1453
+ @if ($skin-name == 'bootstrap5') {
1454
+ content: '\e734';
1455
+ font-size: 18px;
1456
+ }
1457
+ @else {
1458
+ content: '\e734';
1459
+ font-size: 14px;
1460
+ }
1461
+ }
1462
+ }
1463
+ @else {
1464
+ .e-button-icon::before {
1465
+ font-size: 18px;
1466
+ @if ($skin-name == 'tailwind') {
1467
+ color: $slider-button-icon-bg-color;
1468
+ content: '\e729';
1469
+ }
1470
+ @else {
1471
+ content: '\e729';
1472
+ }
1473
+ }
1474
+ }
1475
+ }
1476
+
1477
+ .e-second-button {
1478
+ margin-right: $slider-btn-center-align;
1479
+ right: 50%;
1480
+ top: 0;
1481
+
1482
+ @if ($skin-name != 'tailwind' and $skin-name != 'bootstrap5' and $skin-name != 'FluentUI') {
1483
+ .e-button-icon {
1484
+ background-image: $slider-button-vup-bg-image;
1485
+ background-repeat: no-repeat;
1486
+ background-size: cover;
1487
+ display: inline-block;
1488
+ height: 8px;
1489
+ left: calc(50% - 4px);
1490
+ position: absolute;
1491
+ top: calc(50% - 4.5px);
1492
+ width: 8px;
1493
+ }
1494
+ }
1495
+ @else if ($skin-name == 'bootstrap5' or $skin-name == 'FluentUI') {
1496
+ .e-button-icon {
1497
+ font-family: 'e-icons';
1498
+ }
1499
+
1500
+ .e-button-icon::before {
1501
+ color: $slider-button-icon-bg-color;
1502
+ @if ($skin-name == 'bootstrap5') {
1503
+ content: '\e7dd';
1504
+ font-size: 18px;
1505
+ }
1506
+ @else {
1507
+ content: '\e7dd';
1508
+ font-size: 14px;
1509
+ }
1510
+ }
1511
+ }
1512
+ @else {
1513
+ .e-button-icon::before {
1514
+ font-size: 18px;
1515
+ @if ($skin-name == 'tailwind') {
1516
+ color: $slider-button-icon-bg-color;
1517
+ content: '\e776';
1518
+ }
1519
+ @else {
1520
+ content: '\e7a0';
1521
+ }
1522
+ }
1523
+ }
1524
+ }
1525
+ }
1526
+ @else {
1527
+ .e-first-button {
1528
+ bottom: 0;
1529
+ margin-right: $slider-btn-center-align;
1530
+ right: 50%;
1531
+
1532
+ .e-button-icon {
1533
+ font-family: 'e-icons';
1534
+ }
1535
+
1536
+ .e-button-icon::before {
1537
+ color: $slider-button-icon-color;
1538
+ content: '\e829';
1539
+ font-size: 9px;
1540
+ font-weight: 600;
1541
+ left: calc(50% - 4.15px);
1542
+ position: absolute;
1543
+ top: calc(50% - 4px);
1544
+ transform: rotate(-90deg);
1545
+ }
1546
+ }
1547
+
1548
+ .e-second-button {
1549
+ margin-right: $slider-btn-center-align;
1550
+ right: 50%;
1551
+ top: 0;
1552
+
1553
+ .e-button-icon {
1554
+ font-family: 'e-icons';
1555
+ }
1556
+
1557
+ .e-button-icon::before {
1558
+ color: $slider-button-icon-color;
1559
+ content: '\e829';
1560
+ font-size: 9px;
1561
+ font-weight: 600;
1562
+ left: calc(50% - 5.5px);
1563
+ position: absolute;
1564
+ top: calc(50% - 5.8px);
1565
+ transform: rotate(90deg);
1566
+ }
1567
+ }
1568
+ }
1569
+
1570
+ &.e-scale-both {
1571
+ .e-slider {
1572
+ .e-handle {
1573
+ margin-bottom: $slider-v-handle-margin;
1574
+ @if ($skin-name == 'highcontrast' or $skin-name == 'highcontrast-light') {
1575
+ left: calc(50% - 9px);
1576
+ }
1577
+ }
1578
+ }
1579
+ }
1580
+
1581
+ .e-slider {
1582
+ .e-handle {
1583
+ margin-bottom: $slider-v-handle-margin;
1584
+ @if ($skin-name == 'material' or $skin-name == 'material-dark' or $skin-name == 'bootstrap5') {
1585
+ left: calc(50% - 6px);
1586
+ }
1587
+ @else if($skin-name == 'bootstrap4') {
1588
+ left: calc(50% - 7px);
1589
+ }
1590
+ @else if($skin-name == 'tailwind') {
1591
+ left: calc(50% - 4px);
1592
+ }
1593
+ @else {
1594
+ left: calc(50% - 8px);
1595
+ }
1596
+ }
1597
+
1598
+ .e-range {
1599
+ @if ($skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark') {
1600
+ left: calc(50% - 4px);
1601
+ width: 8px;
1602
+ }
1603
+ @if ($skin-name == 'bootstrap4' or $skin-name == 'bootstrap5') {
1604
+ left: calc(50% - 3px);
1605
+ width: 6px;
1606
+ }
1607
+ @if ($skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'tailwind' or $skin-name == 'FluentUI') {
1608
+ @if ($skin-name == 'tailwind') {
1609
+ left: calc(50%);
1610
+ }
1611
+ @else {
1612
+ left: calc(50% - 2px);
1613
+ }
1614
+ @if ($skin-name == 'bootstrap5') {
1615
+ width: 6px;
1616
+ }
1617
+ @else {
1618
+ width: 4px;
1619
+ }
1620
+ }
1621
+ @if ($skin-name == 'highcontrast' or $skin-name == 'highcontrast-light') {
1622
+ left: calc(50% - 3px);
1623
+ width: 6px;
1624
+ }
1625
+ @if ($skin-name == 'material' or $skin-name == 'material-dark') {
1626
+ left: calc(50% - 1px);
1627
+ width: 2px;
1628
+ }
1629
+ }
1630
+
1631
+ .e-limits {
1632
+ background-color: $slider-limit-bar-color;
1633
+ left: $slider-limit-bar-left;
1634
+ position: absolute;
1635
+ width: $slider-limit-bar-vertical-width;
1636
+ @if ($skin-name == 'bootstrap5') {
1637
+ border-radius: 4px;
1638
+ }
1639
+ @if ($skin-name == 'FluentUI') {
1640
+ border-radius: 2px;
1641
+ }
1642
+ }
1643
+ }
1644
+ }
1645
+
1646
+ .e-range {
1647
+ border-radius: $slider-range-border-radius;
1648
+ position: absolute;
1649
+ transition: left 300ms ease-out, right 300ms ease-out, bottom 300ms ease-out, width 300ms ease-out, height 300ms ease-out;
1650
+
1651
+ &.e-drag-horizontal {
1652
+ cursor: pointer;
1653
+ }
1654
+
1655
+ &.e-drag-vertical {
1656
+ cursor: pointer;
1657
+ }
1658
+ }
1659
+
1660
+ .e-slider {
1661
+ box-sizing: border-box;
1662
+ cursor: $slider-cursor;
1663
+ display: block;
1664
+ outline: 0 none;
1665
+ padding: 0;
1666
+ position: relative;
1667
+
1668
+ .e-handle {
1669
+ border-radius: $slider-border-radius-handle;
1670
+ @if ($skin-name == 'tailwind') {
1671
+ box-shadow: $slider-handle-box-shadow;
1672
+ }
1673
+ box-sizing: border-box;
1674
+ cursor: $slider-handle-hover-cursor;
1675
+ height: $slider-handle-height;
1676
+ outline: none;
1677
+ position: absolute;
1678
+ touch-action: none;
1679
+ transition: left 300ms ease-out, right 300ms ease-out, bottom 300ms ease-out, transform 300ms ease-out;
1680
+ width: $slider-handle-width;
1681
+ z-index: 10;
1682
+
1683
+ &.e-handle-active {
1684
+ @if ($skin-name == 'highcontrast' or $skin-name == 'highcontrast-light') {
1685
+ background-color: $slider-active-handle-bg-color;
1686
+ border-color: $slider-hover-handle-color;
1687
+ }
1688
+ }
1689
+
1690
+ @if ($skin-name == 'material' or $skin-name == 'material-dark') {
1691
+ /* stylelint-disable */
1692
+ cursor: -webkit-grab;
1693
+ cursor: grab;
1694
+ /* stylelint-enable */
1695
+
1696
+ &.e-handle-active {
1697
+ /* stylelint-disable */
1698
+ cursor: -webkit-grabbing;
1699
+ cursor: grabbing;
1700
+ /* stylelint-enable */
1701
+ }
1702
+
1703
+ &.e-handle-start {
1704
+ background-color: $slider-handle-start-background;
1705
+ border: $slider-start-handle-border-size;
1706
+ }
1707
+
1708
+ &::after {
1709
+ -moz-box-sizing: content-box;
1710
+ -ms-transform: scale(0);
1711
+ -webkit-box-sizing: content-box;
1712
+ -webkit-transform: scale(0);
1713
+ border: 0 solid;
1714
+ border-radius: 50%;
1715
+ box-sizing: content-box;
1716
+ content: '';
1717
+ filter: alpha(opacity=26);
1718
+ height: 32px;
1719
+ left: calc(50% - 16px);
1720
+ opacity: .26;
1721
+ position: $slider-handle-after-position;
1722
+ top: calc(50% - 16px);
1723
+ transform: scale(0);
1724
+ transition: transform .4s cubic-bezier(.25, .8, .25, 1);
1725
+ width: 32px;
1726
+ z-index: -1;
1727
+ }
1728
+ }
1729
+
1730
+ &.e-tab-handle {
1731
+ @if ($skin-name == 'material' or $skin-name == 'material-dark') {
1732
+ &.e-handle-start::after {
1733
+ background-color: $slider-tab-background;
1734
+ opacity: .38;
1735
+ }
1736
+
1737
+ &::after {
1738
+ -ms-transform: scale(1);
1739
+ -webkit-transform: scale(1);
1740
+ background-color: $slider-color;
1741
+ transform: scale(1);
1742
+ }
1743
+ }
1744
+
1745
+ @if ($skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'highcontrast' or $skin-name == 'highcontrast-light' or $skin-name == 'FluentUI') {
1746
+ border-color: $slider-tab-border-color;
1747
+ }
1748
+
1749
+ /* stylelint-disable */
1750
+ @if ($skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark') {
1751
+ background-color: $slider-tab-background;
1752
+ border-color: $slider-tab-border-color;
1753
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
1754
+ }
1755
+ @if ($skin-name == 'bootstrap4') {
1756
+ background-color: $slider-tab-background;
1757
+ border-color: $slider-tab-border-color;
1758
+ box-shadow: $slider-tab-active-box-shadow;
1759
+ }
1760
+ @if ($skin-name == 'tailwind' or $skin-name == 'bootstrap5') {
1761
+ background-color: $slider-tab-background;
1762
+ border: $slider-tab-border;
1763
+ box-shadow: $slider-tab-active-box-shadow;
1764
+ }
1765
+ /* stylelint-enable */
1766
+ }
1767
+ }
1768
+
1769
+ .e-tab-track {
1770
+ @if ($skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'FluentUI') {
1771
+ background-color: $slider-tab-track-color;
1772
+ }
1773
+ }
1774
+ }
1775
+
1776
+ .e-tick-before {
1777
+ &.e-scale {
1778
+ &.e-h-scale {
1779
+ .e-tick {
1780
+ @if ($skin-name != 'material' and $skin-name != 'material-dark') {
1781
+ height: $tick-after-height;
1782
+ top: $tick-after-top;
1783
+ }
1784
+ @else {
1785
+ background-position: bottom;
1786
+ height: 50%;
1787
+ top: 1px;
1788
+ }
1789
+ }
1790
+
1791
+ .e-large {
1792
+ @if ($skin-name != 'material' and $skin-name != 'material-dark') {
1793
+ height: $largetick-before-height;
1794
+ top: $largetick-before-top;
1795
+ }
1796
+ }
1797
+ }
1798
+
1799
+ &.e-v-scale {
1800
+ .e-tick {
1801
+ @if ($skin-name != 'material' and $skin-name != 'material-dark') {
1802
+ left: $tick-after-left;
1803
+ width: $tick-after-height;
1804
+ }
1805
+ @else {
1806
+ background-position: right;
1807
+ left: 1px;
1808
+ width: 50%;
1809
+ }
1810
+ }
1811
+
1812
+ .e-large {
1813
+ @if ($skin-name != 'material' and $skin-name != 'material-dark') {
1814
+ left: $largetick-before-left;
1815
+ width: $largetick-before-height;
1816
+ }
1817
+ }
1818
+ }
1819
+ }
1820
+ }
1821
+
1822
+ .e-tick-after {
1823
+ &.e-scale {
1824
+ &.e-h-scale {
1825
+ .e-tick {
1826
+ @if ($skin-name != 'material' and $skin-name != 'material-dark') {
1827
+ height: $tick-before-height;
1828
+ top: $tick-before-top;
1829
+ }
1830
+ @else {
1831
+ background-position-x: center;
1832
+ height: 50%;
1833
+ top: calc(50% - 1px);
1834
+ }
1835
+ }
1836
+
1837
+ .e-large {
1838
+ @if ($skin-name != 'material' and $skin-name != 'material-dark') {
1839
+ height: $largetick-after-height;
1840
+ top: $largetick-after-top;
1841
+ }
1842
+ }
1843
+ }
1844
+
1845
+ &.e-v-scale {
1846
+ .e-tick {
1847
+ @if ($skin-name != 'material' and $skin-name != 'material-dark') {
1848
+ left: $tick-before-left;
1849
+ width: $tick-before-height;
1850
+ }
1851
+ @else {
1852
+ background-position: left;
1853
+ left: calc(50% - 1px);
1854
+ width: 50%;
1855
+ }
1856
+ }
1857
+
1858
+ .e-large {
1859
+ @if ($skin-name != 'material' and $skin-name != 'material-dark') {
1860
+ left: $largetick-after-left;
1861
+ width: $largetick-after-height;
1862
+ }
1863
+ }
1864
+ }
1865
+ }
1866
+ }
1867
+
1868
+ &.e-scale-before {
1869
+ .e-scale {
1870
+ &.e-v-scale {
1871
+ @if ($skin-name != 'material' and $skin-name != 'material-dark') {
1872
+ right: 9px;
1873
+ }
1874
+ }
1875
+ }
1876
+ }
1877
+
1878
+ &.e-scale-after {
1879
+ .e-scale {
1880
+ &.e-v-scale {
1881
+ @if ($skin-name != 'material' and $skin-name != 'material-dark') {
1882
+ right: 9px;
1883
+ }
1884
+ }
1885
+ }
1886
+ }
1887
+
1888
+ .e-tick-both {
1889
+ &.e-scale {
1890
+ &.e-h-scale {
1891
+ .e-tick {
1892
+ @if ($skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark') {
1893
+ height: calc(100% - 6px);
1894
+ top: -11px;
1895
+ }
1896
+ @if ($skin-name == 'bootstrap4') {
1897
+ height: 16px;
1898
+ top: -8px;
1899
+ }
1900
+ @if ($skin-name == 'bootstrap5') {
1901
+ height: 18px;
1902
+ top: -11px;
1903
+ }
1904
+ @if ($skin-name == 'tailwind') {
1905
+ height: 16px;
1906
+ top: -16px;
1907
+ }
1908
+
1909
+ @if ($skin-name == 'FluentUI') {
1910
+ height: 30px;
1911
+ top: -17px;
1912
+ }
1913
+ @if ($skin-name == 'fabric' or $skin-name == 'fabric-dark') {
1914
+ height: calc(100% - 3px);
1915
+ top: -12.5px;
1916
+ }
1917
+ @if ($skin-name == 'highcontrast' or $skin-name == 'highcontrast-light') {
1918
+ height: calc(100% - 6px);
1919
+ top: -12px;
1920
+ }
1921
+ @if ($skin-name == 'material' or $skin-name == 'material-dark') {
1922
+ background-position: center;
1923
+ height: 99%;
1924
+ }
1925
+ }
1926
+
1927
+ .e-large {
1928
+ @if ($skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark') {
1929
+ height: 100%;
1930
+ top: -8px;
1931
+ }
1932
+ @if ($skin-name == 'bootstrap4') {
1933
+ height: 22px;
1934
+ top: -5px;
1935
+ }
1936
+ @if ($skin-name == 'bootstrap5') {
1937
+ height: 26px;
1938
+ top: -7px;
1939
+ }
1940
+ @if ($skin-name == 'tailwind') {
1941
+ height: 24px;
1942
+ top: -12px;
1943
+ }
1944
+ @if ($skin-name == 'FluentUI') {
1945
+ height: 38px;
1946
+ top: -13px;
1947
+ }
1948
+ @if ($skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'highcontrast' or $skin-name == 'highcontrast-light') {
1949
+ height: calc(100% + 3px);
1950
+ top: -9px;
1951
+ }
1952
+ @if ($skin-name == 'highcontrast' or $skin-name == 'highcontrast-light') {
1953
+ height: calc(100% + 2px);
1954
+ top: -8px;
1955
+ }
1956
+ }
1957
+ }
1958
+
1959
+ &.e-v-scale {
1960
+ .e-tick {
1961
+ @if ($skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark') {
1962
+ background-position: center;
1963
+ width: 100%;
1964
+ }
1965
+ @if ($skin-name == 'bootstrap4') {
1966
+ background-position: center;
1967
+ left: 6px;
1968
+ width: calc(100% - 12px);
1969
+ }
1970
+ @if ($skin-name == 'bootstrap5') {
1971
+ background-position: center;
1972
+ left: 5px;
1973
+ width: 18px;
1974
+ }
1975
+ @if ($skin-name == 'tailwind') {
1976
+ left: 6px;
1977
+ width: 16px;
1978
+ }
1979
+ @if ($skin-name == 'material' or $skin-name == 'material-dark') {
1980
+ background-position: center;
1981
+ width: 100%;
1982
+ }
1983
+ @if ($skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'FluentUI') {
1984
+ left: 0;
1985
+ width: calc(100% - 2px);
1986
+ }
1987
+ @if ($skin-name == 'highcontrast' or $skin-name == 'highcontrast-light') {
1988
+ left: 2px;
1989
+ width: calc(100% - 6px);
1990
+ }
1991
+ }
1992
+
1993
+ .e-large {
1994
+ @if ($skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark') {
1995
+ width: 100%;
1996
+ }
1997
+ @if ($skin-name == 'bootstrap4' or $skin-name == 'bootstrap5') {
1998
+ left: 3px;
1999
+ width: calc(100% - 6px);
2000
+ }
2001
+ @if ($skin-name == 'bootstrap4' or $skin-name == 'bootstrap5') {
2002
+ left: 1px;
2003
+ width: 26px;
2004
+ }
2005
+ @if ($skin-name == 'tailwind') {
2006
+ left: 3px;
2007
+ width: 24px;
2008
+ }
2009
+ @if ($skin-name == 'material' or $skin-name == 'material-dark') {
2010
+ width: 100%;
2011
+ }
2012
+ @if ($skin-name == 'highcontrast' or $skin-name == 'highcontrast-light') {
2013
+ left: -2px;
2014
+ width: calc(100% + 3px);
2015
+ }
2016
+ }
2017
+ }
2018
+ }
2019
+ }
2020
+
2021
+ .e-scale {
2022
+ box-sizing: content-box;
2023
+ font-family: $slider-scale-font-family;
2024
+ height: 28px;
2025
+ line-height: normal;
2026
+ list-style: none outside none;
2027
+ margin: 0;
2028
+ outline: 0 none;
2029
+ padding: 0;
2030
+ position: absolute;
2031
+ top: $slider-scale-top;
2032
+ width: 100%;
2033
+ z-index: 1;
2034
+ @if ($skin-name != 'material' and $skin-name != 'material-dark') {
2035
+ font-size: $slider-scale-font-size;
2036
+ margin-top: $slider-center-align;
2037
+ }
2038
+
2039
+ @if ($skin-name == 'highcontrast' or $skin-name == 'highcontrast-light') {
2040
+ z-index: -1;
2041
+ }
2042
+
2043
+ @if ($skin-name == 'highcontrast' or $skin-name == 'highcontrast-light') {
2044
+ &.e-tick-both {
2045
+ top: 12px;
2046
+ }
2047
+ }
2048
+
2049
+ .e-tick {
2050
+ @if ($theme-name == 'bootstrap5-dark' or $theme-name == 'tailwind-dark' or $theme-name == 'fluentui-dark') {
2051
+ background-image: $slider-scale-tick-image-dark;
2052
+ }
2053
+ @else {
2054
+ background-image: $slider-scale-tick-image;
2055
+ }
2056
+ cursor: $slider-cursor;
2057
+ outline: none;
2058
+ position: relative;
2059
+ user-select: none;
2060
+ @if ($skin-name != 'material' and $skin-name != 'material-dark') {
2061
+ background-position: center center;
2062
+ }
2063
+
2064
+ @if ($skin-name == 'bootstrap4' or $skin-name == 'tailwind' or $skin-name == 'bootstrap5' or $skin-name == 'FluentUI') {
2065
+ &.e-large {
2066
+ @if ($skin-name != 'bootstrap4') {
2067
+ background-image: $slider-scale-tick-image-dark;
2068
+ }
2069
+ @else {
2070
+ background-image: $slider-small-scale-tick-image;
2071
+ }
2072
+ }
2073
+ }
2074
+
2075
+ .e-tick-value {
2076
+ color: $slider-tick-font-color;
2077
+ font-family: $slider-scale-font-family;
2078
+ font-size: $slider-scale-font-size;
2079
+ outline: none;
2080
+ position: absolute;
2081
+ user-select: none;
2082
+ white-space: nowrap;
2083
+ @if ($skin-name == 'bootstrap4' or $skin-name == 'bootstrap5') {
2084
+ line-height: 1.5;
2085
+ }
2086
+ @if ($skin-name == 'tailwind') {
2087
+ line-height: 18px;
2088
+ }
2089
+ }
2090
+ }
2091
+
2092
+ &.e-v-scale {
2093
+ height: 100%;
2094
+ @if ($skin-name == 'tailwind') {
2095
+ left: calc(50% - 12px);
2096
+ }
2097
+ @else {
2098
+ left: calc(50% - 14px);
2099
+ }
2100
+ top: 0;
2101
+ width: 28px;
2102
+ @if ($skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' or $skin-name == 'bootstrap4' or $skin-name == 'bootstrap5') {
2103
+ margin-top: -2px;
2104
+ }
2105
+
2106
+ .e-tick {
2107
+ @if ($skin-name == 'material' or $skin-name == 'material-dark') {
2108
+ background-repeat: no-repeat;
2109
+ }
2110
+
2111
+ @if ($skin-name != 'material' and $skin-name != 'material-dark') {
2112
+ background-repeat: repeat-x;
2113
+ }
2114
+
2115
+ &.e-first-tick {
2116
+ @if ($skin-name != 'material' and $skin-name != 'material-dark') {
2117
+ background-position-y: center;
2118
+ }
2119
+ @if ($skin-name == 'material' or $skin-name == 'material-dark') {
2120
+ background-position-y: top;
2121
+ }
2122
+ }
2123
+
2124
+ &.e-last-tick {
2125
+ @if ($skin-name != 'material' and $skin-name != 'material-dark') {
2126
+ background-position-y: bottom;
2127
+ margin-top: 2px;
2128
+ @if ($skin-name == 'tailwind') {
2129
+ margin-top: 3px;
2130
+ }
2131
+ }
2132
+ @if ($skin-name == 'material' or $skin-name == 'material-dark') {
2133
+ background-position-y: bottom;
2134
+ }
2135
+ }
2136
+ }
2137
+ }
2138
+
2139
+ &.e-h-scale {
2140
+ &.e-tick-after {
2141
+ @if ($skin-name == 'tailwind') {
2142
+ top: 3px;
2143
+ }
2144
+ }
2145
+
2146
+ &.e-tick-before {
2147
+ @if ($skin-name == 'tailwind') {
2148
+ top: 15px;
2149
+ }
2150
+ }
2151
+
2152
+ .e-tick {
2153
+ display: inline-block;
2154
+ @if ($skin-name == 'material' or $skin-name == 'material-dark') {
2155
+ background-repeat: no-repeat;
2156
+ }
2157
+
2158
+ @if ($skin-name != 'material' and $skin-name != 'material-dark') {
2159
+ background-repeat: repeat-y;
2160
+ height: 100%;
2161
+ top: 0;
2162
+ }
2163
+
2164
+ .e-tick-value {
2165
+ &.e-tick-before {
2166
+ top: -18px;
2167
+ }
2168
+
2169
+ &.e-tick-after {
2170
+ bottom: -20px;
2171
+ }
2172
+
2173
+ &.e-tick-both {
2174
+ bottom: -20px;
2175
+
2176
+ &:first-child {
2177
+ top: -18px;
2178
+ }
2179
+ }
2180
+ }
2181
+
2182
+ &.e-first-tick {
2183
+ @if ($skin-name != 'material' and $skin-name != 'material-dark') {
2184
+ background-position: left center;
2185
+ }
2186
+ @if ($skin-name == 'material' or $skin-name == 'material-dark') {
2187
+ background-position-x: left;
2188
+ }
2189
+ }
2190
+
2191
+ &.e-last-tick {
2192
+ @if ($skin-name != 'material' and $skin-name != 'material-dark') {
2193
+ background-position: right center;
2194
+ }
2195
+ @if ($skin-name == 'material' or $skin-name == 'material-dark') {
2196
+ background-position-x: right;
2197
+ }
2198
+ }
2199
+ }
2200
+ }
2201
+ }
2202
+
2203
+ &.e-horizontal {
2204
+ &.e-scale-both {
2205
+ .e-scale {
2206
+ @if ($skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'FluentUI') {
2207
+ top: 12px;
2208
+ }
2209
+ @if ($skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' or $skin-name == 'bootstrap4' or $skin-name == 'tailwind' or $skin-name == 'bootstrap5') {
2210
+ top: 15px;
2211
+ }
2212
+ }
2213
+
2214
+ .e-slider-track {
2215
+ @if ($skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'FluentUI') {
2216
+ border-color: $slider-track-border-color;
2217
+ border-radius: 1px;
2218
+ border-style: solid;
2219
+ border-width: 5px 0;
2220
+ height: 14px;
2221
+ margin-top: -4px;
2222
+ top: calc(50% - 3px);
2223
+ }
2224
+ @if ($skin-name == 'highcontrast' or $skin-name == 'highcontrast-light') {
2225
+ border-color: $slider-tack-ticks-border-color;
2226
+ border-radius: 4px;
2227
+ border-style: solid;
2228
+ border-width: 4px;
2229
+ height: 14px;
2230
+ top: calc(50% - 6px);
2231
+ }
2232
+ }
2233
+ }
2234
+ }
2235
+
2236
+ &.e-vertical {
2237
+ &.e-scale-both {
2238
+ .e-scale {
2239
+ @if ($skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'FluentUI') {
2240
+ right: 12px;
2241
+ }
2242
+ @if ($skin-name == 'highcontrast' or $skin-name == 'highcontrast-light') {
2243
+ right: 11px;
2244
+ }
2245
+ }
2246
+
2247
+ .e-slider-track {
2248
+ @if ($skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'FluentUI') {
2249
+ border-color: $slider-track-border-color;
2250
+ border-radius: 1px;
2251
+ border-style: solid;
2252
+ border-width: 0 5px;
2253
+ left: calc(50% - 1px);
2254
+ margin-left: -7px;
2255
+ width: 14px;
2256
+ }
2257
+ @if ($skin-name == 'highcontrast' or $skin-name == 'highcontrast-light') {
2258
+ border-color: $slider-tack-ticks-border-color;
2259
+ border-radius: 1px;
2260
+ border-style: solid;
2261
+ border-width: 0 5px;
2262
+ left: calc(50% - 1px);
2263
+ margin-left: -7px;
2264
+ width: 14px;
2265
+ }
2266
+ }
2267
+
2268
+ .e-range {
2269
+ @if ($skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'FluentUI') {
2270
+ margin-left: -1px;
2271
+ }
2272
+ }
2273
+ }
2274
+ }
2275
+
2276
+ &.e-scale-both {
2277
+ &.e-vertical {
2278
+ .e-scale {
2279
+ &.e-h-scale {
2280
+ @if $skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'highcontrast' or $skin-name == 'highcontrast-light' or $skin-name == 'FluentUI' {
2281
+ margin-left: -7px;
2282
+ }
2283
+ }
2284
+ }
2285
+
2286
+ &.e-small-size {
2287
+ .e-scale {
2288
+ &.e-h-scale {
2289
+ @if $skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'highcontrast' or $skin-name == 'highcontrast-light' or $skin-name == 'FluentUI' {
2290
+ margin-left: -7px;
2291
+ }
2292
+ }
2293
+ }
2294
+ }
2295
+ }
2296
+ }
2297
+ }
2298
+
2299
+ .e-control-wrapper.e-slider-container {
2300
+ &.e-vertical {
2301
+ &.e-scale-both {
2302
+ .e-scale.e-v-scale {
2303
+ @if ($skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' or $skin-name == 'bootstrap4') {
2304
+ right: 10px;
2305
+ }
2306
+ }
2307
+ }
2308
+ }
2309
+
2310
+ .e-scale.e-v-scale {
2311
+ &.e-tick-after {
2312
+ @if ($skin-name == 'tailwind') {
2313
+ left: calc(50% - 17px);
2314
+ }
2315
+ }
2316
+
2317
+ &.e-tick-before {
2318
+ @if ($skin-name == 'tailwind') {
2319
+ left: calc(50% - 7px);
2320
+ }
2321
+ }
2322
+
2323
+ .e-tick {
2324
+ .e-tick-value {
2325
+ @if ($skin-name == 'material' or $skin-name == 'material-dark') {
2326
+ &.e-tick-before {
2327
+ right: 26px;
2328
+ }
2329
+
2330
+ &.e-tick-after {
2331
+ left: 27px;
2332
+ }
2333
+
2334
+ &.e-tick-both {
2335
+ right: 41px;
2336
+
2337
+ &:first-child {
2338
+ left: 39px;
2339
+ }
2340
+ }
2341
+ }
2342
+ @else {
2343
+ &.e-tick-before {
2344
+ right: 17px;
2345
+ }
2346
+
2347
+ &.e-tick-after {
2348
+ left: 19px;
2349
+ }
2350
+
2351
+ &.e-tick-both {
2352
+ @if $skin-name == 'bootstrap4' {
2353
+ right: 30px;
2354
+ }
2355
+ @else {
2356
+ right: 44px;
2357
+ }
2358
+
2359
+ &:first-child {
2360
+ @if $skin-name == 'bootstrap4' {
2361
+ left: 30px;
2362
+ }
2363
+ @else {
2364
+ left: 42px;
2365
+ }
2366
+ }
2367
+ }
2368
+ }
2369
+ }
2370
+ }
2371
+ }
2372
+ }
2373
+
2374
+ .e-control-wrapper.e-slider-container {
2375
+ .e-scale .e-tick {
2376
+ @if ($skin-name == 'material' or $skin-name == 'material-dark') {
2377
+ visibility: hidden;
2378
+ }
2379
+
2380
+ .e-tick-value {
2381
+ @if ($skin-name == 'material' or $skin-name == 'material-dark') {
2382
+ visibility: visible;
2383
+ }
2384
+ }
2385
+ }
2386
+ }
2387
+
2388
+ .e-control-wrapper.e-slider-container:hover {
2389
+ .e-scale .e-tick {
2390
+ @if ($skin-name == 'material' or $skin-name == 'material-dark') {
2391
+ visibility: visible;
2392
+ }
2393
+ }
2394
+ }
2395
+
2396
+ .e-control-wrapper.e-slider-container:active {
2397
+ .e-scale .e-tick {
2398
+ @if ($skin-name == 'material' or $skin-name == 'material-dark') {
2399
+ visibility: visible;
2400
+ }
2401
+ }
2402
+ }
2403
+
2404
+ .e-slider-hover .e-scale .e-tick {
2405
+ @if ($skin-name == 'material' or $skin-name == 'material-dark') {
2406
+ visibility: visible;
2407
+ }
2408
+ }
2409
+
2410
+ .e-control-wrapper.e-slider-container .e-slider {
2411
+ .e-handle.e-handle-active {
2412
+ @if ($skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' or $skin-name == 'bootstrap4') {
2413
+ background-color: $slider-handle-active-bg-color;
2414
+ border-color: $slider-handle-active-border-color;
2415
+ }
2416
+ @if ($skin-name == 'bootstrap4') {
2417
+ box-shadow: $slider-handle-active-box-shadow;
2418
+ }
2419
+ }
2420
+ }
2421
+ }