@syncfusion/ej2-angular-inputs 20.3.49 → 20.3.50-ngcc

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (421) hide show
  1. package/@syncfusion/ej2-angular-inputs.es5.js +1563 -0
  2. package/@syncfusion/ej2-angular-inputs.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-inputs.js +1472 -0
  4. package/@syncfusion/ej2-angular-inputs.js.map +1 -0
  5. package/CHANGELOG.md +1447 -0
  6. package/dist/ej2-angular-inputs.umd.js +1644 -0
  7. package/dist/ej2-angular-inputs.umd.js.map +1 -0
  8. package/dist/ej2-angular-inputs.umd.min.js +11 -0
  9. package/dist/ej2-angular-inputs.umd.min.js.map +1 -0
  10. package/ej2-angular-inputs.d.ts +11 -0
  11. package/ej2-angular-inputs.metadata.json +1 -0
  12. package/package.json +15 -29
  13. package/postinstall/tagchange.js +18 -0
  14. package/schematics/utils/lib-details.d.ts +2 -2
  15. package/schematics/utils/lib-details.js +2 -2
  16. package/schematics/utils/lib-details.ts +2 -2
  17. package/src/color-picker/colorpicker-all.module.d.ts +0 -6
  18. package/src/color-picker/colorpicker.component.d.ts +0 -3
  19. package/src/color-picker/colorpicker.module.d.ts +0 -6
  20. package/src/maskedtextbox/maskedtextbox-all.module.d.ts +0 -6
  21. package/src/maskedtextbox/maskedtextbox.component.d.ts +0 -3
  22. package/src/maskedtextbox/maskedtextbox.module.d.ts +0 -6
  23. package/src/numerictextbox/numerictextbox-all.module.d.ts +0 -6
  24. package/src/numerictextbox/numerictextbox.component.d.ts +0 -3
  25. package/src/numerictextbox/numerictextbox.module.d.ts +0 -6
  26. package/src/signature/signature-all.module.d.ts +0 -6
  27. package/src/signature/signature.component.d.ts +0 -3
  28. package/src/signature/signature.module.d.ts +0 -6
  29. package/src/slider/slider-all.module.d.ts +0 -6
  30. package/src/slider/slider.component.d.ts +0 -3
  31. package/src/slider/slider.module.d.ts +0 -6
  32. package/src/textbox/textbox-all.module.d.ts +0 -6
  33. package/src/textbox/textbox.component.d.ts +0 -3
  34. package/src/textbox/textbox.module.d.ts +0 -6
  35. package/src/uploader/files.directive.d.ts +0 -5
  36. package/src/uploader/uploader-all.module.d.ts +0 -6
  37. package/src/uploader/uploader.component.d.ts +0 -3
  38. package/src/uploader/uploader.module.d.ts +0 -7
  39. package/styles/color-picker/bootstrap-dark.scss +1 -11
  40. package/styles/color-picker/bootstrap.scss +1 -11
  41. package/styles/color-picker/bootstrap4.scss +1 -11
  42. package/styles/color-picker/bootstrap5-dark.scss +1 -11
  43. package/styles/color-picker/bootstrap5.scss +1 -11
  44. package/styles/color-picker/fabric-dark.scss +1 -11
  45. package/styles/color-picker/fabric.scss +1 -11
  46. package/styles/color-picker/fluent-dark.scss +1 -11
  47. package/styles/color-picker/fluent.scss +1 -11
  48. package/styles/color-picker/highcontrast-light.scss +1 -11
  49. package/styles/color-picker/highcontrast.scss +1 -11
  50. package/styles/color-picker/material-dark.scss +1 -11
  51. package/styles/color-picker/material.scss +1 -11
  52. package/styles/color-picker/tailwind-dark.scss +1 -11
  53. package/styles/color-picker/tailwind.scss +1 -11
  54. package/styles/input/bootstrap-dark.scss +1 -4
  55. package/styles/input/bootstrap.scss +1 -4
  56. package/styles/input/bootstrap4.scss +1 -4
  57. package/styles/input/bootstrap5-dark.scss +1 -4
  58. package/styles/input/bootstrap5.scss +1 -4
  59. package/styles/input/fabric-dark.scss +1 -4
  60. package/styles/input/fabric.scss +1 -4
  61. package/styles/input/fluent-dark.scss +1 -4
  62. package/styles/input/fluent.scss +1 -4
  63. package/styles/input/highcontrast-light.scss +1 -4
  64. package/styles/input/highcontrast.scss +1 -4
  65. package/styles/input/material-dark.scss +1 -4
  66. package/styles/input/material.scss +1 -4
  67. package/styles/input/tailwind-dark.scss +1 -4
  68. package/styles/input/tailwind.scss +1 -4
  69. package/styles/maskedtextbox/bootstrap-dark.scss +1 -4
  70. package/styles/maskedtextbox/bootstrap.scss +1 -4
  71. package/styles/maskedtextbox/bootstrap4.scss +1 -4
  72. package/styles/maskedtextbox/bootstrap5-dark.scss +1 -4
  73. package/styles/maskedtextbox/bootstrap5.scss +1 -4
  74. package/styles/maskedtextbox/fabric-dark.scss +1 -4
  75. package/styles/maskedtextbox/fabric.scss +1 -4
  76. package/styles/maskedtextbox/fluent-dark.scss +1 -4
  77. package/styles/maskedtextbox/fluent.scss +1 -4
  78. package/styles/maskedtextbox/highcontrast-light.scss +1 -4
  79. package/styles/maskedtextbox/highcontrast.scss +1 -4
  80. package/styles/maskedtextbox/material-dark.scss +1 -4
  81. package/styles/maskedtextbox/material.scss +1 -4
  82. package/styles/maskedtextbox/tailwind-dark.scss +1 -4
  83. package/styles/maskedtextbox/tailwind.scss +1 -4
  84. package/styles/numerictextbox/bootstrap-dark.scss +1 -5
  85. package/styles/numerictextbox/bootstrap.scss +1 -5
  86. package/styles/numerictextbox/bootstrap4.scss +1 -5
  87. package/styles/numerictextbox/bootstrap5-dark.scss +1 -5
  88. package/styles/numerictextbox/bootstrap5.scss +1 -5
  89. package/styles/numerictextbox/fabric-dark.scss +1 -5
  90. package/styles/numerictextbox/fabric.scss +1 -5
  91. package/styles/numerictextbox/fluent-dark.scss +1 -5
  92. package/styles/numerictextbox/fluent.scss +1 -5
  93. package/styles/numerictextbox/highcontrast-light.scss +1 -5
  94. package/styles/numerictextbox/highcontrast.scss +1 -5
  95. package/styles/numerictextbox/material-dark.scss +1 -5
  96. package/styles/numerictextbox/material.scss +1 -5
  97. package/styles/numerictextbox/tailwind-dark.scss +1 -5
  98. package/styles/numerictextbox/tailwind.scss +1 -5
  99. package/styles/signature/bootstrap-dark.scss +1 -3
  100. package/styles/signature/bootstrap.scss +1 -3
  101. package/styles/signature/bootstrap4.scss +1 -3
  102. package/styles/signature/bootstrap5-dark.scss +1 -3
  103. package/styles/signature/bootstrap5.scss +1 -3
  104. package/styles/signature/fabric-dark.scss +1 -3
  105. package/styles/signature/fabric.scss +1 -3
  106. package/styles/signature/fluent-dark.scss +1 -3
  107. package/styles/signature/fluent.scss +1 -3
  108. package/styles/signature/highcontrast-light.scss +1 -3
  109. package/styles/signature/highcontrast.scss +1 -3
  110. package/styles/signature/material-dark.scss +1 -3
  111. package/styles/signature/material.scss +1 -3
  112. package/styles/signature/tailwind-dark.scss +1 -3
  113. package/styles/signature/tailwind.scss +1 -3
  114. package/styles/slider/bootstrap-dark.scss +1 -5
  115. package/styles/slider/bootstrap.scss +1 -5
  116. package/styles/slider/bootstrap4.scss +1 -5
  117. package/styles/slider/bootstrap5-dark.scss +1 -5
  118. package/styles/slider/bootstrap5.scss +1 -5
  119. package/styles/slider/fabric-dark.scss +1 -5
  120. package/styles/slider/fabric.scss +1 -5
  121. package/styles/slider/fluent-dark.scss +1 -5
  122. package/styles/slider/fluent.scss +1 -5
  123. package/styles/slider/highcontrast-light.scss +1 -5
  124. package/styles/slider/highcontrast.scss +1 -5
  125. package/styles/slider/material-dark.scss +1 -5
  126. package/styles/slider/material.scss +1 -5
  127. package/styles/slider/tailwind-dark.scss +1 -5
  128. package/styles/slider/tailwind.scss +1 -5
  129. package/styles/textbox/bootstrap-dark.scss +1 -4
  130. package/styles/textbox/bootstrap.scss +1 -4
  131. package/styles/textbox/bootstrap4.scss +1 -4
  132. package/styles/textbox/bootstrap5-dark.scss +1 -4
  133. package/styles/textbox/bootstrap5.scss +1 -4
  134. package/styles/textbox/fabric-dark.scss +1 -4
  135. package/styles/textbox/fabric.scss +1 -4
  136. package/styles/textbox/fluent-dark.scss +1 -4
  137. package/styles/textbox/fluent.scss +1 -4
  138. package/styles/textbox/highcontrast-light.scss +1 -4
  139. package/styles/textbox/highcontrast.scss +1 -4
  140. package/styles/textbox/material-dark.scss +1 -4
  141. package/styles/textbox/material.scss +1 -4
  142. package/styles/textbox/tailwind-dark.scss +1 -4
  143. package/styles/textbox/tailwind.scss +1 -4
  144. package/styles/uploader/bootstrap-dark.scss +1 -6
  145. package/styles/uploader/bootstrap.scss +1 -6
  146. package/styles/uploader/bootstrap4.scss +1 -6
  147. package/styles/uploader/bootstrap5-dark.scss +1 -6
  148. package/styles/uploader/bootstrap5.scss +1 -6
  149. package/styles/uploader/fabric-dark.scss +1 -6
  150. package/styles/uploader/fabric.scss +1 -6
  151. package/styles/uploader/fluent-dark.scss +1 -6
  152. package/styles/uploader/fluent.scss +1 -6
  153. package/styles/uploader/highcontrast-light.scss +1 -6
  154. package/styles/uploader/highcontrast.scss +1 -6
  155. package/styles/uploader/material-dark.scss +1 -6
  156. package/styles/uploader/material.scss +1 -6
  157. package/styles/uploader/tailwind-dark.scss +1 -6
  158. package/styles/uploader/tailwind.scss +1 -6
  159. package/esm2020/public_api.mjs +0 -3
  160. package/esm2020/src/color-picker/colorpicker-all.module.mjs +0 -23
  161. package/esm2020/src/color-picker/colorpicker.component.mjs +0 -83
  162. package/esm2020/src/color-picker/colorpicker.module.mjs +0 -25
  163. package/esm2020/src/form-validator/form-validator.mjs +0 -193
  164. package/esm2020/src/index.mjs +0 -25
  165. package/esm2020/src/maskedtextbox/maskedtextbox-all.module.mjs +0 -23
  166. package/esm2020/src/maskedtextbox/maskedtextbox.component.mjs +0 -84
  167. package/esm2020/src/maskedtextbox/maskedtextbox.module.mjs +0 -25
  168. package/esm2020/src/numerictextbox/numerictextbox-all.module.mjs +0 -23
  169. package/esm2020/src/numerictextbox/numerictextbox.component.mjs +0 -84
  170. package/esm2020/src/numerictextbox/numerictextbox.module.mjs +0 -25
  171. package/esm2020/src/signature/signature-all.module.mjs +0 -23
  172. package/esm2020/src/signature/signature.component.mjs +0 -83
  173. package/esm2020/src/signature/signature.module.mjs +0 -25
  174. package/esm2020/src/slider/slider-all.module.mjs +0 -23
  175. package/esm2020/src/slider/slider.component.mjs +0 -83
  176. package/esm2020/src/slider/slider.module.mjs +0 -25
  177. package/esm2020/src/textbox/textbox-all.module.mjs +0 -23
  178. package/esm2020/src/textbox/textbox.component.mjs +0 -84
  179. package/esm2020/src/textbox/textbox.module.mjs +0 -25
  180. package/esm2020/src/uploader/files.directive.mjs +0 -58
  181. package/esm2020/src/uploader/uploader-all.module.mjs +0 -23
  182. package/esm2020/src/uploader/uploader.component.mjs +0 -95
  183. package/esm2020/src/uploader/uploader.module.mjs +0 -34
  184. package/esm2020/syncfusion-ej2-angular-inputs.mjs +0 -5
  185. package/fesm2015/syncfusion-ej2-angular-inputs.mjs +0 -1097
  186. package/fesm2015/syncfusion-ej2-angular-inputs.mjs.map +0 -1
  187. package/fesm2020/syncfusion-ej2-angular-inputs.mjs +0 -1097
  188. package/fesm2020/syncfusion-ej2-angular-inputs.mjs.map +0 -1
  189. package/styles/color-picker/_all.scss +0 -2
  190. package/styles/color-picker/_bootstrap-dark-definition.scss +0 -131
  191. package/styles/color-picker/_bootstrap-definition.scss +0 -128
  192. package/styles/color-picker/_bootstrap4-definition.scss +0 -127
  193. package/styles/color-picker/_bootstrap5-dark-definition.scss +0 -1
  194. package/styles/color-picker/_bootstrap5-definition.scss +0 -133
  195. package/styles/color-picker/_fabric-dark-definition.scss +0 -131
  196. package/styles/color-picker/_fabric-definition.scss +0 -127
  197. package/styles/color-picker/_fluent-dark-definition.scss +0 -1
  198. package/styles/color-picker/_fluent-definition.scss +0 -133
  199. package/styles/color-picker/_fusionnew-definition.scss +0 -133
  200. package/styles/color-picker/_highcontrast-definition.scss +0 -127
  201. package/styles/color-picker/_highcontrast-light-definition.scss +0 -130
  202. package/styles/color-picker/_layout.scss +0 -1174
  203. package/styles/color-picker/_material-dark-definition.scss +0 -135
  204. package/styles/color-picker/_material-definition.scss +0 -130
  205. package/styles/color-picker/_material3-definition.scss +0 -133
  206. package/styles/color-picker/_tailwind-dark-definition.scss +0 -1
  207. package/styles/color-picker/_tailwind-definition.scss +0 -132
  208. package/styles/color-picker/_theme.scss +0 -183
  209. package/styles/color-picker/icons/_bootstrap-dark.scss +0 -9
  210. package/styles/color-picker/icons/_bootstrap.scss +0 -9
  211. package/styles/color-picker/icons/_bootstrap4.scss +0 -9
  212. package/styles/color-picker/icons/_bootstrap5-dark.scss +0 -1
  213. package/styles/color-picker/icons/_bootstrap5.scss +0 -9
  214. package/styles/color-picker/icons/_fabric-dark.scss +0 -9
  215. package/styles/color-picker/icons/_fabric.scss +0 -9
  216. package/styles/color-picker/icons/_fluent-dark.scss +0 -1
  217. package/styles/color-picker/icons/_fluent.scss +0 -9
  218. package/styles/color-picker/icons/_fusionnew.scss +0 -9
  219. package/styles/color-picker/icons/_highcontrast-light.scss +0 -9
  220. package/styles/color-picker/icons/_highcontrast.scss +0 -9
  221. package/styles/color-picker/icons/_material-dark.scss +0 -9
  222. package/styles/color-picker/icons/_material.scss +0 -9
  223. package/styles/color-picker/icons/_material3.scss +0 -9
  224. package/styles/color-picker/icons/_tailwind-dark.scss +0 -9
  225. package/styles/color-picker/icons/_tailwind.scss +0 -9
  226. package/styles/input/_all.scss +0 -3
  227. package/styles/input/_bootstrap-dark-definition.scss +0 -329
  228. package/styles/input/_bootstrap-definition.scss +0 -320
  229. package/styles/input/_bootstrap4-definition.scss +0 -325
  230. package/styles/input/_bootstrap5-dark-definition.scss +0 -1
  231. package/styles/input/_bootstrap5-definition.scss +0 -336
  232. package/styles/input/_definition.scss +0 -232
  233. package/styles/input/_fabric-dark-definition.scss +0 -319
  234. package/styles/input/_fabric-definition.scss +0 -311
  235. package/styles/input/_fluent-dark-definition.scss +0 -1
  236. package/styles/input/_fluent-definition.scss +0 -338
  237. package/styles/input/_fusionnew-definition.scss +0 -336
  238. package/styles/input/_highcontrast-definition.scss +0 -312
  239. package/styles/input/_highcontrast-light-definition.scss +0 -320
  240. package/styles/input/_layout.scss +0 -11009
  241. package/styles/input/_material-dark-definition.scss +0 -573
  242. package/styles/input/_material-definition.scss +0 -573
  243. package/styles/input/_material3-definition.scss +0 -336
  244. package/styles/input/_responsive.scss +0 -1
  245. package/styles/input/_tailwind-dark-definition.scss +0 -1
  246. package/styles/input/_tailwind-definition.scss +0 -335
  247. package/styles/input/_theme.scss +0 -4264
  248. package/styles/input/icons/_bootstrap-dark.scss +0 -17
  249. package/styles/input/icons/_bootstrap.scss +0 -17
  250. package/styles/input/icons/_bootstrap4.scss +0 -17
  251. package/styles/input/icons/_bootstrap5-dark.scss +0 -1
  252. package/styles/input/icons/_bootstrap5.scss +0 -17
  253. package/styles/input/icons/_fabric-dark.scss +0 -17
  254. package/styles/input/icons/_fabric.scss +0 -17
  255. package/styles/input/icons/_fluent-dark.scss +0 -1
  256. package/styles/input/icons/_fluent.scss +0 -17
  257. package/styles/input/icons/_fusionnew.scss +0 -17
  258. package/styles/input/icons/_highcontrast-light.scss +0 -17
  259. package/styles/input/icons/_highcontrast.scss +0 -17
  260. package/styles/input/icons/_material-dark.scss +0 -49
  261. package/styles/input/icons/_material.scss +0 -49
  262. package/styles/input/icons/_material3.scss +0 -17
  263. package/styles/input/icons/_tailwind-dark.scss +0 -1
  264. package/styles/input/icons/_tailwind.scss +0 -17
  265. package/styles/maskedtextbox/_all.scss +0 -2
  266. package/styles/maskedtextbox/_bootstrap-dark-definition.scss +0 -7
  267. package/styles/maskedtextbox/_bootstrap-definition.scss +0 -4
  268. package/styles/maskedtextbox/_bootstrap4-definition.scss +0 -4
  269. package/styles/maskedtextbox/_bootstrap5-dark-definition.scss +0 -1
  270. package/styles/maskedtextbox/_bootstrap5-definition.scss +0 -7
  271. package/styles/maskedtextbox/_fabric-dark-definition.scss +0 -7
  272. package/styles/maskedtextbox/_fabric-definition.scss +0 -4
  273. package/styles/maskedtextbox/_fluent-dark-definition.scss +0 -1
  274. package/styles/maskedtextbox/_fluent-definition.scss +0 -7
  275. package/styles/maskedtextbox/_fusionnew-definition.scss +0 -7
  276. package/styles/maskedtextbox/_highcontrast-definition.scss +0 -4
  277. package/styles/maskedtextbox/_highcontrast-light-definition.scss +0 -7
  278. package/styles/maskedtextbox/_layout.scss +0 -33
  279. package/styles/maskedtextbox/_material-dark-definition.scss +0 -7
  280. package/styles/maskedtextbox/_material-definition.scss +0 -4
  281. package/styles/maskedtextbox/_material3-definition.scss +0 -7
  282. package/styles/maskedtextbox/_tailwind-dark-definition.scss +0 -1
  283. package/styles/maskedtextbox/_tailwind-definition.scss +0 -7
  284. package/styles/maskedtextbox/_theme.scss +0 -15
  285. package/styles/numerictextbox/_all.scss +0 -2
  286. package/styles/numerictextbox/_bootstrap-dark-definition.scss +0 -6
  287. package/styles/numerictextbox/_bootstrap-definition.scss +0 -3
  288. package/styles/numerictextbox/_bootstrap4-definition.scss +0 -3
  289. package/styles/numerictextbox/_bootstrap5-dark-definition.scss +0 -1
  290. package/styles/numerictextbox/_bootstrap5-definition.scss +0 -3
  291. package/styles/numerictextbox/_fabric-dark-definition.scss +0 -6
  292. package/styles/numerictextbox/_fabric-definition.scss +0 -3
  293. package/styles/numerictextbox/_fluent-dark-definition.scss +0 -1
  294. package/styles/numerictextbox/_fluent-definition.scss +0 -5
  295. package/styles/numerictextbox/_fusionnew-definition.scss +0 -3
  296. package/styles/numerictextbox/_highcontrast-definition.scss +0 -3
  297. package/styles/numerictextbox/_highcontrast-light-definition.scss +0 -6
  298. package/styles/numerictextbox/_layout.scss +0 -30
  299. package/styles/numerictextbox/_material-dark-definition.scss +0 -6
  300. package/styles/numerictextbox/_material-definition.scss +0 -3
  301. package/styles/numerictextbox/_material3-definition.scss +0 -3
  302. package/styles/numerictextbox/_tailwind-dark-definition.scss +0 -1
  303. package/styles/numerictextbox/_tailwind-definition.scss +0 -3
  304. package/styles/numerictextbox/_theme.scss +0 -39
  305. package/styles/numerictextbox/icons/_bootstrap-dark.scss +0 -11
  306. package/styles/numerictextbox/icons/_bootstrap.scss +0 -11
  307. package/styles/numerictextbox/icons/_bootstrap4.scss +0 -11
  308. package/styles/numerictextbox/icons/_bootstrap5-dark.scss +0 -1
  309. package/styles/numerictextbox/icons/_bootstrap5.scss +0 -11
  310. package/styles/numerictextbox/icons/_fabric-dark.scss +0 -11
  311. package/styles/numerictextbox/icons/_fabric.scss +0 -11
  312. package/styles/numerictextbox/icons/_fluent-dark.scss +0 -1
  313. package/styles/numerictextbox/icons/_fluent.scss +0 -11
  314. package/styles/numerictextbox/icons/_fusionnew.scss +0 -11
  315. package/styles/numerictextbox/icons/_highcontrast-light.scss +0 -11
  316. package/styles/numerictextbox/icons/_highcontrast.scss +0 -11
  317. package/styles/numerictextbox/icons/_material-dark.scss +0 -11
  318. package/styles/numerictextbox/icons/_material.scss +0 -11
  319. package/styles/numerictextbox/icons/_material3.scss +0 -11
  320. package/styles/numerictextbox/icons/_tailwind-dark.scss +0 -1
  321. package/styles/numerictextbox/icons/_tailwind.scss +0 -11
  322. package/styles/signature/_all.scss +0 -2
  323. package/styles/signature/_bootstrap-dark-definition.scss +0 -3
  324. package/styles/signature/_bootstrap-definition.scss +0 -3
  325. package/styles/signature/_bootstrap4-definition.scss +0 -3
  326. package/styles/signature/_bootstrap5-dark-definition.scss +0 -1
  327. package/styles/signature/_bootstrap5-definition.scss +0 -3
  328. package/styles/signature/_fabric-dark-definition.scss +0 -3
  329. package/styles/signature/_fabric-definition.scss +0 -3
  330. package/styles/signature/_fluent-dark-definition.scss +0 -1
  331. package/styles/signature/_fluent-definition.scss +0 -3
  332. package/styles/signature/_fusionnew-definition.scss +0 -3
  333. package/styles/signature/_highcontrast-definition.scss +0 -3
  334. package/styles/signature/_highcontrast-light-definition.scss +0 -3
  335. package/styles/signature/_layout.scss +0 -5
  336. package/styles/signature/_material-dark-definition.scss +0 -3
  337. package/styles/signature/_material-definition.scss +0 -3
  338. package/styles/signature/_material3-definition.scss +0 -3
  339. package/styles/signature/_tailwind-dark-definition.scss +0 -1
  340. package/styles/signature/_tailwind-definition.scss +0 -3
  341. package/styles/signature/_theme.scss +0 -7
  342. package/styles/slider/_all.scss +0 -3
  343. package/styles/slider/_bootstrap-dark-definition.scss +0 -156
  344. package/styles/slider/_bootstrap-definition.scss +0 -152
  345. package/styles/slider/_bootstrap4-definition.scss +0 -147
  346. package/styles/slider/_bootstrap5-dark-definition.scss +0 -1
  347. package/styles/slider/_bootstrap5-definition.scss +0 -90
  348. package/styles/slider/_fabric-dark-definition.scss +0 -162
  349. package/styles/slider/_fabric-definition.scss +0 -156
  350. package/styles/slider/_fluent-dark-definition.scss +0 -1
  351. package/styles/slider/_fluent-definition.scss +0 -74
  352. package/styles/slider/_fusionnew-definition.scss +0 -90
  353. package/styles/slider/_highcontrast-definition.scss +0 -145
  354. package/styles/slider/_highcontrast-light-definition.scss +0 -149
  355. package/styles/slider/_icons.scss +0 -1
  356. package/styles/slider/_layout.scss +0 -2421
  357. package/styles/slider/_material-dark-definition.scss +0 -159
  358. package/styles/slider/_material-definition.scss +0 -154
  359. package/styles/slider/_material3-definition.scss +0 -90
  360. package/styles/slider/_tailwind-dark-definition.scss +0 -1
  361. package/styles/slider/_tailwind-definition.scss +0 -84
  362. package/styles/slider/_theme.scss +0 -235
  363. package/styles/textbox/_all.scss +0 -1
  364. package/styles/textbox/_bootstrap-dark-definition.scss +0 -1
  365. package/styles/textbox/_bootstrap-definition.scss +0 -1
  366. package/styles/textbox/_bootstrap4-definition.scss +0 -1
  367. package/styles/textbox/_bootstrap5-dark-definition.scss +0 -1
  368. package/styles/textbox/_bootstrap5-definition.scss +0 -1
  369. package/styles/textbox/_fabric-dark-definition.scss +0 -1
  370. package/styles/textbox/_fabric-definition.scss +0 -1
  371. package/styles/textbox/_fluent-dark-definition.scss +0 -1
  372. package/styles/textbox/_fluent-definition.scss +0 -1
  373. package/styles/textbox/_fusionnew-definition.scss +0 -1
  374. package/styles/textbox/_highcontrast-definition.scss +0 -1
  375. package/styles/textbox/_highcontrast-light-definition.scss +0 -1
  376. package/styles/textbox/_layout.scss +0 -10
  377. package/styles/textbox/_material-dark-definition.scss +0 -1
  378. package/styles/textbox/_material-definition.scss +0 -1
  379. package/styles/textbox/_material3-definition.scss +0 -1
  380. package/styles/textbox/_tailwind-dark-definition.scss +0 -1
  381. package/styles/textbox/_tailwind-definition.scss +0 -1
  382. package/styles/textbox/_theme.scss +0 -1
  383. package/styles/uploader/_all.scss +0 -2
  384. package/styles/uploader/_bootstrap-dark-definition.scss +0 -213
  385. package/styles/uploader/_bootstrap-definition.scss +0 -208
  386. package/styles/uploader/_bootstrap4-definition.scss +0 -211
  387. package/styles/uploader/_bootstrap5-dark-definition.scss +0 -1
  388. package/styles/uploader/_bootstrap5-definition.scss +0 -216
  389. package/styles/uploader/_definition.scss +0 -142
  390. package/styles/uploader/_fabric-dark-definition.scss +0 -216
  391. package/styles/uploader/_fabric-definition.scss +0 -210
  392. package/styles/uploader/_fluent-dark-definition.scss +0 -1
  393. package/styles/uploader/_fluent-definition.scss +0 -234
  394. package/styles/uploader/_fusionnew-definition.scss +0 -216
  395. package/styles/uploader/_highcontrast-definition.scss +0 -211
  396. package/styles/uploader/_highcontrast-light-definition.scss +0 -219
  397. package/styles/uploader/_layout.scss +0 -984
  398. package/styles/uploader/_material-dark-definition.scss +0 -217
  399. package/styles/uploader/_material-definition.scss +0 -214
  400. package/styles/uploader/_material3-definition.scss +0 -216
  401. package/styles/uploader/_tailwind-dark-definition.scss +0 -1
  402. package/styles/uploader/_tailwind-definition.scss +0 -232
  403. package/styles/uploader/_theme.scss +0 -136
  404. package/styles/uploader/icons/_bootstrap-dark.scss +0 -34
  405. package/styles/uploader/icons/_bootstrap.scss +0 -34
  406. package/styles/uploader/icons/_bootstrap4.scss +0 -34
  407. package/styles/uploader/icons/_bootstrap5-dark.scss +0 -1
  408. package/styles/uploader/icons/_bootstrap5.scss +0 -34
  409. package/styles/uploader/icons/_fabric-dark.scss +0 -34
  410. package/styles/uploader/icons/_fabric.scss +0 -34
  411. package/styles/uploader/icons/_fluent-dark.scss +0 -1
  412. package/styles/uploader/icons/_fluent.scss +0 -34
  413. package/styles/uploader/icons/_fusionnew.scss +0 -34
  414. package/styles/uploader/icons/_highcontrast-light.scss +0 -34
  415. package/styles/uploader/icons/_highcontrast.scss +0 -34
  416. package/styles/uploader/icons/_material-dark.scss +0 -34
  417. package/styles/uploader/icons/_material.scss +0 -34
  418. package/styles/uploader/icons/_material3.scss +0 -34
  419. package/styles/uploader/icons/_tailwind-dark.scss +0 -1
  420. package/styles/uploader/icons/_tailwind.scss +0 -34
  421. package/syncfusion-ej2-angular-inputs.d.ts +0 -5
@@ -1,2421 +0,0 @@
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
- }