@syncfusion/ej2-angular-inputs 20.2.38 → 20.2.44-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 (615) 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 +1445 -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/collection.json +105 -0
  15. package/schematics/generators/colorpicker-default/index.d.ts +3 -0
  16. package/schematics/generators/colorpicker-default/index.js +8 -0
  17. package/schematics/generators/colorpicker-default/sample-details.d.ts +5 -0
  18. package/schematics/generators/colorpicker-default/sample-details.js +7 -0
  19. package/schematics/generators/colorpicker-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +5 -0
  20. package/schematics/generators/colorpicker-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +4 -0
  21. package/schematics/generators/colorpicker-default/schema.d.ts +3 -0
  22. package/schematics/generators/colorpicker-default/schema.js +2 -0
  23. package/schematics/generators/colorpicker-default/schema.json +125 -0
  24. package/schematics/generators/maskedtextbox-custommask/index.d.ts +3 -0
  25. package/schematics/generators/maskedtextbox-custommask/index.js +8 -0
  26. package/schematics/generators/maskedtextbox-custommask/sample-details.d.ts +5 -0
  27. package/schematics/generators/maskedtextbox-custommask/sample-details.js +7 -0
  28. package/schematics/generators/maskedtextbox-custommask/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +10 -0
  29. package/schematics/generators/maskedtextbox-custommask/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +14 -0
  30. package/schematics/generators/maskedtextbox-custommask/schema.d.ts +3 -0
  31. package/schematics/generators/maskedtextbox-custommask/schema.js +2 -0
  32. package/schematics/generators/maskedtextbox-custommask/schema.json +125 -0
  33. package/schematics/generators/maskedtextbox-default/index.d.ts +3 -0
  34. package/schematics/generators/maskedtextbox-default/index.js +8 -0
  35. package/schematics/generators/maskedtextbox-default/sample-details.d.ts +5 -0
  36. package/schematics/generators/maskedtextbox-default/sample-details.js +7 -0
  37. package/schematics/generators/maskedtextbox-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +10 -0
  38. package/schematics/generators/maskedtextbox-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +20 -0
  39. package/schematics/generators/maskedtextbox-default/schema.d.ts +3 -0
  40. package/schematics/generators/maskedtextbox-default/schema.js +2 -0
  41. package/schematics/generators/maskedtextbox-default/schema.json +125 -0
  42. package/schematics/generators/maskedtextbox-formats/index.d.ts +3 -0
  43. package/schematics/generators/maskedtextbox-formats/index.js +8 -0
  44. package/schematics/generators/maskedtextbox-formats/sample-details.d.ts +5 -0
  45. package/schematics/generators/maskedtextbox-formats/sample-details.js +7 -0
  46. package/schematics/generators/maskedtextbox-formats/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +10 -0
  47. package/schematics/generators/maskedtextbox-formats/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +9 -0
  48. package/schematics/generators/maskedtextbox-formats/schema.d.ts +3 -0
  49. package/schematics/generators/maskedtextbox-formats/schema.js +2 -0
  50. package/schematics/generators/maskedtextbox-formats/schema.json +125 -0
  51. package/schematics/generators/numerictextbox-customformat/index.d.ts +3 -0
  52. package/schematics/generators/numerictextbox-customformat/index.js +8 -0
  53. package/schematics/generators/numerictextbox-customformat/sample-details.d.ts +5 -0
  54. package/schematics/generators/numerictextbox-customformat/sample-details.js +7 -0
  55. package/schematics/generators/numerictextbox-customformat/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +10 -0
  56. package/schematics/generators/numerictextbox-customformat/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +23 -0
  57. package/schematics/generators/numerictextbox-customformat/schema.d.ts +3 -0
  58. package/schematics/generators/numerictextbox-customformat/schema.js +2 -0
  59. package/schematics/generators/numerictextbox-customformat/schema.json +125 -0
  60. package/schematics/generators/numerictextbox-decimals/index.d.ts +3 -0
  61. package/schematics/generators/numerictextbox-decimals/index.js +8 -0
  62. package/schematics/generators/numerictextbox-decimals/sample-details.d.ts +5 -0
  63. package/schematics/generators/numerictextbox-decimals/sample-details.js +7 -0
  64. package/schematics/generators/numerictextbox-decimals/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +10 -0
  65. package/schematics/generators/numerictextbox-decimals/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +20 -0
  66. package/schematics/generators/numerictextbox-decimals/schema.d.ts +3 -0
  67. package/schematics/generators/numerictextbox-decimals/schema.js +2 -0
  68. package/schematics/generators/numerictextbox-decimals/schema.json +125 -0
  69. package/schematics/generators/numerictextbox-default/index.d.ts +3 -0
  70. package/schematics/generators/numerictextbox-default/index.js +8 -0
  71. package/schematics/generators/numerictextbox-default/sample-details.d.ts +5 -0
  72. package/schematics/generators/numerictextbox-default/sample-details.js +7 -0
  73. package/schematics/generators/numerictextbox-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +10 -0
  74. package/schematics/generators/numerictextbox-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +22 -0
  75. package/schematics/generators/numerictextbox-default/schema.d.ts +3 -0
  76. package/schematics/generators/numerictextbox-default/schema.js +2 -0
  77. package/schematics/generators/numerictextbox-default/schema.json +125 -0
  78. package/schematics/generators/numerictextbox-range/index.d.ts +3 -0
  79. package/schematics/generators/numerictextbox-range/index.js +8 -0
  80. package/schematics/generators/numerictextbox-range/sample-details.d.ts +5 -0
  81. package/schematics/generators/numerictextbox-range/sample-details.js +7 -0
  82. package/schematics/generators/numerictextbox-range/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +14 -0
  83. package/schematics/generators/numerictextbox-range/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +9 -0
  84. package/schematics/generators/numerictextbox-range/schema.d.ts +3 -0
  85. package/schematics/generators/numerictextbox-range/schema.js +2 -0
  86. package/schematics/generators/numerictextbox-range/schema.json +125 -0
  87. package/schematics/generators/slider-default/index.d.ts +3 -0
  88. package/schematics/generators/slider-default/index.js +8 -0
  89. package/schematics/generators/slider-default/sample-details.d.ts +5 -0
  90. package/schematics/generators/slider-default/sample-details.js +7 -0
  91. package/schematics/generators/slider-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +4 -0
  92. package/schematics/generators/slider-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +1 -0
  93. package/schematics/generators/slider-default/schema.d.ts +3 -0
  94. package/schematics/generators/slider-default/schema.js +2 -0
  95. package/schematics/generators/slider-default/schema.json +125 -0
  96. package/schematics/generators/slider-limits/index.d.ts +3 -0
  97. package/schematics/generators/slider-limits/index.js +8 -0
  98. package/schematics/generators/slider-limits/sample-details.d.ts +5 -0
  99. package/schematics/generators/slider-limits/sample-details.js +7 -0
  100. package/schematics/generators/slider-limits/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +4 -0
  101. package/schematics/generators/slider-limits/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +1 -0
  102. package/schematics/generators/slider-limits/schema.d.ts +3 -0
  103. package/schematics/generators/slider-limits/schema.js +2 -0
  104. package/schematics/generators/slider-limits/schema.json +125 -0
  105. package/schematics/generators/slider-minrange/index.d.ts +3 -0
  106. package/schematics/generators/slider-minrange/index.js +8 -0
  107. package/schematics/generators/slider-minrange/sample-details.d.ts +5 -0
  108. package/schematics/generators/slider-minrange/sample-details.js +7 -0
  109. package/schematics/generators/slider-minrange/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +4 -0
  110. package/schematics/generators/slider-minrange/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +1 -0
  111. package/schematics/generators/slider-minrange/schema.d.ts +3 -0
  112. package/schematics/generators/slider-minrange/schema.js +2 -0
  113. package/schematics/generators/slider-minrange/schema.json +125 -0
  114. package/schematics/generators/slider-range/index.d.ts +3 -0
  115. package/schematics/generators/slider-range/index.js +8 -0
  116. package/schematics/generators/slider-range/sample-details.d.ts +5 -0
  117. package/schematics/generators/slider-range/sample-details.js +7 -0
  118. package/schematics/generators/slider-range/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +4 -0
  119. package/schematics/generators/slider-range/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +1 -0
  120. package/schematics/generators/slider-range/schema.d.ts +3 -0
  121. package/schematics/generators/slider-range/schema.js +2 -0
  122. package/schematics/generators/slider-range/schema.json +125 -0
  123. package/schematics/generators/slider-ticks/index.d.ts +3 -0
  124. package/schematics/generators/slider-ticks/index.js +8 -0
  125. package/schematics/generators/slider-ticks/sample-details.d.ts +5 -0
  126. package/schematics/generators/slider-ticks/sample-details.js +7 -0
  127. package/schematics/generators/slider-ticks/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +4 -0
  128. package/schematics/generators/slider-ticks/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +1 -0
  129. package/schematics/generators/slider-ticks/schema.d.ts +3 -0
  130. package/schematics/generators/slider-ticks/schema.js +2 -0
  131. package/schematics/generators/slider-ticks/schema.json +125 -0
  132. package/schematics/generators/slider-vertical/index.d.ts +3 -0
  133. package/schematics/generators/slider-vertical/index.js +8 -0
  134. package/schematics/generators/slider-vertical/sample-details.d.ts +5 -0
  135. package/schematics/generators/slider-vertical/sample-details.js +7 -0
  136. package/schematics/generators/slider-vertical/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +5 -0
  137. package/schematics/generators/slider-vertical/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +1 -0
  138. package/schematics/generators/slider-vertical/schema.d.ts +3 -0
  139. package/schematics/generators/slider-vertical/schema.js +2 -0
  140. package/schematics/generators/slider-vertical/schema.json +125 -0
  141. package/schematics/generators/textbox-floatinglabel/index.d.ts +3 -0
  142. package/schematics/generators/textbox-floatinglabel/index.js +8 -0
  143. package/schematics/generators/textbox-floatinglabel/sample-details.d.ts +5 -0
  144. package/schematics/generators/textbox-floatinglabel/sample-details.js +7 -0
  145. package/schematics/generators/textbox-floatinglabel/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +15 -0
  146. package/schematics/generators/textbox-floatinglabel/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +21 -0
  147. package/schematics/generators/textbox-floatinglabel/schema.d.ts +3 -0
  148. package/schematics/generators/textbox-floatinglabel/schema.js +2 -0
  149. package/schematics/generators/textbox-floatinglabel/schema.json +125 -0
  150. package/schematics/generators/uploader-autoupload/index.d.ts +3 -0
  151. package/schematics/generators/uploader-autoupload/index.js +8 -0
  152. package/schematics/generators/uploader-autoupload/sample-details.d.ts +5 -0
  153. package/schematics/generators/uploader-autoupload/sample-details.js +7 -0
  154. package/schematics/generators/uploader-autoupload/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +16 -0
  155. package/schematics/generators/uploader-autoupload/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +7 -0
  156. package/schematics/generators/uploader-autoupload/schema.d.ts +3 -0
  157. package/schematics/generators/uploader-autoupload/schema.js +2 -0
  158. package/schematics/generators/uploader-autoupload/schema.json +125 -0
  159. package/schematics/generators/uploader-chunkupload/index.d.ts +3 -0
  160. package/schematics/generators/uploader-chunkupload/index.js +8 -0
  161. package/schematics/generators/uploader-chunkupload/sample-details.d.ts +5 -0
  162. package/schematics/generators/uploader-chunkupload/sample-details.js +7 -0
  163. package/schematics/generators/uploader-chunkupload/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +16 -0
  164. package/schematics/generators/uploader-chunkupload/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +7 -0
  165. package/schematics/generators/uploader-chunkupload/schema.d.ts +3 -0
  166. package/schematics/generators/uploader-chunkupload/schema.js +2 -0
  167. package/schematics/generators/uploader-chunkupload/schema.json +125 -0
  168. package/schematics/generators/uploader-directoryupload/index.d.ts +3 -0
  169. package/schematics/generators/uploader-directoryupload/index.js +8 -0
  170. package/schematics/generators/uploader-directoryupload/sample-details.d.ts +5 -0
  171. package/schematics/generators/uploader-directoryupload/sample-details.js +7 -0
  172. package/schematics/generators/uploader-directoryupload/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +16 -0
  173. package/schematics/generators/uploader-directoryupload/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +7 -0
  174. package/schematics/generators/uploader-directoryupload/schema.d.ts +3 -0
  175. package/schematics/generators/uploader-directoryupload/schema.js +2 -0
  176. package/schematics/generators/uploader-directoryupload/schema.json +125 -0
  177. package/schematics/generators/uploader-validation/index.d.ts +3 -0
  178. package/schematics/generators/uploader-validation/index.js +8 -0
  179. package/schematics/generators/uploader-validation/sample-details.d.ts +5 -0
  180. package/schematics/generators/uploader-validation/sample-details.js +7 -0
  181. package/schematics/generators/uploader-validation/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +9 -0
  182. package/schematics/generators/uploader-validation/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +7 -0
  183. package/schematics/generators/uploader-validation/schema.d.ts +3 -0
  184. package/schematics/generators/uploader-validation/schema.js +2 -0
  185. package/schematics/generators/uploader-validation/schema.json +125 -0
  186. package/schematics/ng-add/index.d.ts +3 -0
  187. package/schematics/ng-add/index.js +9 -0
  188. package/schematics/ng-add/schema.d.ts +13 -0
  189. package/schematics/ng-add/schema.js +2 -0
  190. package/schematics/ng-add/schema.json +34 -0
  191. package/schematics/tsconfig.json +25 -0
  192. package/schematics/utils/lib-details.d.ts +4 -0
  193. package/schematics/utils/lib-details.js +6 -0
  194. package/schematics/utils/lib-details.ts +2 -2
  195. package/src/color-picker/colorpicker-all.module.d.ts +0 -6
  196. package/src/color-picker/colorpicker.component.d.ts +0 -3
  197. package/src/color-picker/colorpicker.module.d.ts +0 -6
  198. package/src/maskedtextbox/maskedtextbox-all.module.d.ts +0 -6
  199. package/src/maskedtextbox/maskedtextbox.component.d.ts +0 -3
  200. package/src/maskedtextbox/maskedtextbox.module.d.ts +0 -6
  201. package/src/numerictextbox/numerictextbox-all.module.d.ts +0 -6
  202. package/src/numerictextbox/numerictextbox.component.d.ts +0 -3
  203. package/src/numerictextbox/numerictextbox.module.d.ts +0 -6
  204. package/src/signature/signature-all.module.d.ts +0 -6
  205. package/src/signature/signature.component.d.ts +0 -3
  206. package/src/signature/signature.module.d.ts +0 -6
  207. package/src/slider/slider-all.module.d.ts +0 -6
  208. package/src/slider/slider.component.d.ts +0 -3
  209. package/src/slider/slider.module.d.ts +0 -6
  210. package/src/textbox/textbox-all.module.d.ts +0 -6
  211. package/src/textbox/textbox.component.d.ts +0 -3
  212. package/src/textbox/textbox.module.d.ts +0 -6
  213. package/src/uploader/files.directive.d.ts +0 -5
  214. package/src/uploader/uploader-all.module.d.ts +0 -6
  215. package/src/uploader/uploader.component.d.ts +0 -3
  216. package/src/uploader/uploader.module.d.ts +0 -7
  217. package/styles/bootstrap5-dark.css +2 -2
  218. package/styles/bootstrap5.css +2 -2
  219. package/styles/color-picker/bootstrap-dark.scss +1 -11
  220. package/styles/color-picker/bootstrap.scss +1 -11
  221. package/styles/color-picker/bootstrap4.scss +1 -11
  222. package/styles/color-picker/bootstrap5-dark.scss +1 -11
  223. package/styles/color-picker/bootstrap5.scss +1 -11
  224. package/styles/color-picker/fabric-dark.scss +1 -11
  225. package/styles/color-picker/fabric.scss +1 -11
  226. package/styles/color-picker/fluent-dark.scss +1 -11
  227. package/styles/color-picker/fluent.scss +1 -11
  228. package/styles/color-picker/highcontrast-light.scss +1 -11
  229. package/styles/color-picker/highcontrast.scss +1 -11
  230. package/styles/color-picker/material-dark.scss +1 -11
  231. package/styles/color-picker/material.scss +1 -11
  232. package/styles/color-picker/tailwind-dark.scss +1 -11
  233. package/styles/color-picker/tailwind.scss +1 -11
  234. package/styles/fluent-dark.css +2 -2
  235. package/styles/fluent.css +2 -2
  236. package/styles/input/bootstrap-dark.scss +1 -4
  237. package/styles/input/bootstrap.scss +1 -4
  238. package/styles/input/bootstrap4.scss +1 -4
  239. package/styles/input/bootstrap5-dark.scss +1 -4
  240. package/styles/input/bootstrap5.scss +1 -4
  241. package/styles/input/fabric-dark.scss +1 -4
  242. package/styles/input/fabric.scss +1 -4
  243. package/styles/input/fluent-dark.scss +1 -4
  244. package/styles/input/fluent.scss +1 -4
  245. package/styles/input/highcontrast-light.scss +1 -4
  246. package/styles/input/highcontrast.scss +1 -4
  247. package/styles/input/material-dark.css +27 -0
  248. package/styles/input/material-dark.scss +1 -4
  249. package/styles/input/material.css +27 -0
  250. package/styles/input/material.scss +1 -4
  251. package/styles/input/tailwind-dark.scss +1 -4
  252. package/styles/input/tailwind.scss +1 -4
  253. package/styles/maskedtextbox/bootstrap-dark.scss +1 -4
  254. package/styles/maskedtextbox/bootstrap.scss +1 -4
  255. package/styles/maskedtextbox/bootstrap4.scss +1 -4
  256. package/styles/maskedtextbox/bootstrap5-dark.scss +1 -4
  257. package/styles/maskedtextbox/bootstrap5.scss +1 -4
  258. package/styles/maskedtextbox/fabric-dark.scss +1 -4
  259. package/styles/maskedtextbox/fabric.scss +1 -4
  260. package/styles/maskedtextbox/fluent-dark.scss +1 -4
  261. package/styles/maskedtextbox/fluent.scss +1 -4
  262. package/styles/maskedtextbox/highcontrast-light.scss +1 -4
  263. package/styles/maskedtextbox/highcontrast.scss +1 -4
  264. package/styles/maskedtextbox/material-dark.scss +1 -4
  265. package/styles/maskedtextbox/material.scss +1 -4
  266. package/styles/maskedtextbox/tailwind-dark.scss +1 -4
  267. package/styles/maskedtextbox/tailwind.scss +1 -4
  268. package/styles/material-dark.css +27 -0
  269. package/styles/material.css +27 -0
  270. package/styles/numerictextbox/bootstrap-dark.scss +1 -5
  271. package/styles/numerictextbox/bootstrap.scss +1 -5
  272. package/styles/numerictextbox/bootstrap4.scss +1 -5
  273. package/styles/numerictextbox/bootstrap5-dark.scss +1 -5
  274. package/styles/numerictextbox/bootstrap5.scss +1 -5
  275. package/styles/numerictextbox/fabric-dark.scss +1 -5
  276. package/styles/numerictextbox/fabric.scss +1 -5
  277. package/styles/numerictextbox/fluent-dark.scss +1 -5
  278. package/styles/numerictextbox/fluent.scss +1 -5
  279. package/styles/numerictextbox/highcontrast-light.scss +1 -5
  280. package/styles/numerictextbox/highcontrast.scss +1 -5
  281. package/styles/numerictextbox/material-dark.scss +1 -5
  282. package/styles/numerictextbox/material.scss +1 -5
  283. package/styles/numerictextbox/tailwind-dark.scss +1 -5
  284. package/styles/numerictextbox/tailwind.scss +1 -5
  285. package/styles/signature/bootstrap-dark.scss +1 -3
  286. package/styles/signature/bootstrap.scss +1 -3
  287. package/styles/signature/bootstrap4.scss +1 -3
  288. package/styles/signature/bootstrap5-dark.scss +1 -3
  289. package/styles/signature/bootstrap5.scss +1 -3
  290. package/styles/signature/fabric-dark.scss +1 -3
  291. package/styles/signature/fabric.scss +1 -3
  292. package/styles/signature/fluent-dark.scss +1 -3
  293. package/styles/signature/fluent.scss +1 -3
  294. package/styles/signature/highcontrast-light.scss +1 -3
  295. package/styles/signature/highcontrast.scss +1 -3
  296. package/styles/signature/material-dark.scss +1 -3
  297. package/styles/signature/material.scss +1 -3
  298. package/styles/signature/tailwind-dark.scss +1 -3
  299. package/styles/signature/tailwind.scss +1 -3
  300. package/styles/slider/bootstrap-dark.scss +1 -5
  301. package/styles/slider/bootstrap.scss +1 -5
  302. package/styles/slider/bootstrap4.scss +1 -5
  303. package/styles/slider/bootstrap5-dark.scss +1 -5
  304. package/styles/slider/bootstrap5.scss +1 -5
  305. package/styles/slider/fabric-dark.scss +1 -5
  306. package/styles/slider/fabric.scss +1 -5
  307. package/styles/slider/fluent-dark.scss +1 -5
  308. package/styles/slider/fluent.scss +1 -5
  309. package/styles/slider/highcontrast-light.scss +1 -5
  310. package/styles/slider/highcontrast.scss +1 -5
  311. package/styles/slider/material-dark.scss +1 -5
  312. package/styles/slider/material.scss +1 -5
  313. package/styles/slider/tailwind-dark.scss +1 -5
  314. package/styles/slider/tailwind.scss +1 -5
  315. package/styles/tailwind-dark.css +2 -2
  316. package/styles/tailwind.css +2 -2
  317. package/styles/textbox/bootstrap-dark.scss +1 -4
  318. package/styles/textbox/bootstrap.scss +1 -4
  319. package/styles/textbox/bootstrap4.scss +1 -4
  320. package/styles/textbox/bootstrap5-dark.scss +1 -4
  321. package/styles/textbox/bootstrap5.scss +1 -4
  322. package/styles/textbox/fabric-dark.scss +1 -4
  323. package/styles/textbox/fabric.scss +1 -4
  324. package/styles/textbox/fluent-dark.scss +1 -4
  325. package/styles/textbox/fluent.scss +1 -4
  326. package/styles/textbox/highcontrast-light.scss +1 -4
  327. package/styles/textbox/highcontrast.scss +1 -4
  328. package/styles/textbox/material-dark.scss +1 -4
  329. package/styles/textbox/material.scss +1 -4
  330. package/styles/textbox/tailwind-dark.scss +1 -4
  331. package/styles/textbox/tailwind.scss +1 -4
  332. package/styles/uploader/bootstrap-dark.scss +1 -6
  333. package/styles/uploader/bootstrap.scss +1 -6
  334. package/styles/uploader/bootstrap4.scss +1 -6
  335. package/styles/uploader/bootstrap5-dark.css +2 -2
  336. package/styles/uploader/bootstrap5-dark.scss +1 -6
  337. package/styles/uploader/bootstrap5.css +2 -2
  338. package/styles/uploader/bootstrap5.scss +1 -6
  339. package/styles/uploader/fabric-dark.scss +1 -6
  340. package/styles/uploader/fabric.scss +1 -6
  341. package/styles/uploader/fluent-dark.css +2 -2
  342. package/styles/uploader/fluent-dark.scss +1 -6
  343. package/styles/uploader/fluent.css +2 -2
  344. package/styles/uploader/fluent.scss +1 -6
  345. package/styles/uploader/highcontrast-light.scss +1 -6
  346. package/styles/uploader/highcontrast.scss +1 -6
  347. package/styles/uploader/material-dark.scss +1 -6
  348. package/styles/uploader/material.scss +1 -6
  349. package/styles/uploader/tailwind-dark.css +2 -2
  350. package/styles/uploader/tailwind-dark.scss +1 -6
  351. package/styles/uploader/tailwind.css +2 -2
  352. package/styles/uploader/tailwind.scss +1 -6
  353. package/esm2020/public_api.mjs +0 -3
  354. package/esm2020/src/color-picker/colorpicker-all.module.mjs +0 -23
  355. package/esm2020/src/color-picker/colorpicker.component.mjs +0 -83
  356. package/esm2020/src/color-picker/colorpicker.module.mjs +0 -25
  357. package/esm2020/src/form-validator/form-validator.mjs +0 -193
  358. package/esm2020/src/index.mjs +0 -25
  359. package/esm2020/src/maskedtextbox/maskedtextbox-all.module.mjs +0 -23
  360. package/esm2020/src/maskedtextbox/maskedtextbox.component.mjs +0 -84
  361. package/esm2020/src/maskedtextbox/maskedtextbox.module.mjs +0 -25
  362. package/esm2020/src/numerictextbox/numerictextbox-all.module.mjs +0 -23
  363. package/esm2020/src/numerictextbox/numerictextbox.component.mjs +0 -84
  364. package/esm2020/src/numerictextbox/numerictextbox.module.mjs +0 -25
  365. package/esm2020/src/signature/signature-all.module.mjs +0 -23
  366. package/esm2020/src/signature/signature.component.mjs +0 -83
  367. package/esm2020/src/signature/signature.module.mjs +0 -25
  368. package/esm2020/src/slider/slider-all.module.mjs +0 -23
  369. package/esm2020/src/slider/slider.component.mjs +0 -83
  370. package/esm2020/src/slider/slider.module.mjs +0 -25
  371. package/esm2020/src/textbox/textbox-all.module.mjs +0 -23
  372. package/esm2020/src/textbox/textbox.component.mjs +0 -84
  373. package/esm2020/src/textbox/textbox.module.mjs +0 -25
  374. package/esm2020/src/uploader/files.directive.mjs +0 -58
  375. package/esm2020/src/uploader/uploader-all.module.mjs +0 -23
  376. package/esm2020/src/uploader/uploader.component.mjs +0 -95
  377. package/esm2020/src/uploader/uploader.module.mjs +0 -34
  378. package/esm2020/syncfusion-ej2-angular-inputs.mjs +0 -5
  379. package/fesm2015/syncfusion-ej2-angular-inputs.mjs +0 -1097
  380. package/fesm2015/syncfusion-ej2-angular-inputs.mjs.map +0 -1
  381. package/fesm2020/syncfusion-ej2-angular-inputs.mjs +0 -1097
  382. package/fesm2020/syncfusion-ej2-angular-inputs.mjs.map +0 -1
  383. package/styles/color-picker/_all.scss +0 -2
  384. package/styles/color-picker/_bootstrap-dark-definition.scss +0 -130
  385. package/styles/color-picker/_bootstrap-definition.scss +0 -128
  386. package/styles/color-picker/_bootstrap4-definition.scss +0 -127
  387. package/styles/color-picker/_bootstrap5-dark-definition.scss +0 -1
  388. package/styles/color-picker/_bootstrap5-definition.scss +0 -134
  389. package/styles/color-picker/_fabric-dark-definition.scss +0 -130
  390. package/styles/color-picker/_fabric-definition.scss +0 -127
  391. package/styles/color-picker/_fluent-dark-definition.scss +0 -1
  392. package/styles/color-picker/_fluent-definition.scss +0 -134
  393. package/styles/color-picker/_fusionnew-definition.scss +0 -134
  394. package/styles/color-picker/_highcontrast-definition.scss +0 -127
  395. package/styles/color-picker/_highcontrast-light-definition.scss +0 -129
  396. package/styles/color-picker/_layout.scss +0 -1175
  397. package/styles/color-picker/_material-dark-definition.scss +0 -134
  398. package/styles/color-picker/_material-definition.scss +0 -130
  399. package/styles/color-picker/_material3-definition.scss +0 -134
  400. package/styles/color-picker/_tailwind-dark-definition.scss +0 -1
  401. package/styles/color-picker/_tailwind-definition.scss +0 -132
  402. package/styles/color-picker/_theme.scss +0 -183
  403. package/styles/color-picker/icons/_bootstrap-dark.scss +0 -9
  404. package/styles/color-picker/icons/_bootstrap.scss +0 -9
  405. package/styles/color-picker/icons/_bootstrap4.scss +0 -10
  406. package/styles/color-picker/icons/_bootstrap5-dark.scss +0 -1
  407. package/styles/color-picker/icons/_bootstrap5.scss +0 -10
  408. package/styles/color-picker/icons/_fabric-dark.scss +0 -10
  409. package/styles/color-picker/icons/_fabric.scss +0 -9
  410. package/styles/color-picker/icons/_fluent-dark.scss +0 -1
  411. package/styles/color-picker/icons/_fluent.scss +0 -10
  412. package/styles/color-picker/icons/_fusionnew.scss +0 -10
  413. package/styles/color-picker/icons/_highcontrast-light.scss +0 -9
  414. package/styles/color-picker/icons/_highcontrast.scss +0 -9
  415. package/styles/color-picker/icons/_material-dark.scss +0 -9
  416. package/styles/color-picker/icons/_material.scss +0 -9
  417. package/styles/color-picker/icons/_material3.scss +0 -10
  418. package/styles/color-picker/icons/_tailwind-dark.scss +0 -10
  419. package/styles/color-picker/icons/_tailwind.scss +0 -10
  420. package/styles/input/_all.scss +0 -3
  421. package/styles/input/_bootstrap-dark-definition.scss +0 -311
  422. package/styles/input/_bootstrap-definition.scss +0 -304
  423. package/styles/input/_bootstrap4-definition.scss +0 -309
  424. package/styles/input/_bootstrap5-dark-definition.scss +0 -1
  425. package/styles/input/_bootstrap5-definition.scss +0 -321
  426. package/styles/input/_definition.scss +0 -217
  427. package/styles/input/_fabric-dark-definition.scss +0 -305
  428. package/styles/input/_fabric-definition.scss +0 -297
  429. package/styles/input/_fluent-dark-definition.scss +0 -1
  430. package/styles/input/_fluent-definition.scss +0 -323
  431. package/styles/input/_fusionnew-definition.scss +0 -321
  432. package/styles/input/_highcontrast-definition.scss +0 -296
  433. package/styles/input/_highcontrast-light-definition.scss +0 -304
  434. package/styles/input/_layout.scss +0 -11010
  435. package/styles/input/_material-dark-definition.scss +0 -556
  436. package/styles/input/_material-definition.scss +0 -557
  437. package/styles/input/_material3-definition.scss +0 -321
  438. package/styles/input/_responsive.scss +0 -1
  439. package/styles/input/_tailwind-dark-definition.scss +0 -1
  440. package/styles/input/_tailwind-definition.scss +0 -319
  441. package/styles/input/_theme.scss +0 -4272
  442. package/styles/input/icons/_bootstrap-dark.scss +0 -17
  443. package/styles/input/icons/_bootstrap.scss +0 -17
  444. package/styles/input/icons/_bootstrap4.scss +0 -17
  445. package/styles/input/icons/_bootstrap5-dark.scss +0 -1
  446. package/styles/input/icons/_bootstrap5.scss +0 -17
  447. package/styles/input/icons/_fabric-dark.scss +0 -17
  448. package/styles/input/icons/_fabric.scss +0 -17
  449. package/styles/input/icons/_fluent-dark.scss +0 -1
  450. package/styles/input/icons/_fluent.scss +0 -17
  451. package/styles/input/icons/_fusionnew.scss +0 -17
  452. package/styles/input/icons/_highcontrast-light.scss +0 -17
  453. package/styles/input/icons/_highcontrast.scss +0 -17
  454. package/styles/input/icons/_material-dark.scss +0 -49
  455. package/styles/input/icons/_material.scss +0 -49
  456. package/styles/input/icons/_material3.scss +0 -17
  457. package/styles/input/icons/_tailwind-dark.scss +0 -1
  458. package/styles/input/icons/_tailwind.scss +0 -17
  459. package/styles/maskedtextbox/_all.scss +0 -2
  460. package/styles/maskedtextbox/_bootstrap-dark-definition.scss +0 -6
  461. package/styles/maskedtextbox/_bootstrap-definition.scss +0 -5
  462. package/styles/maskedtextbox/_bootstrap4-definition.scss +0 -5
  463. package/styles/maskedtextbox/_bootstrap5-dark-definition.scss +0 -1
  464. package/styles/maskedtextbox/_bootstrap5-definition.scss +0 -7
  465. package/styles/maskedtextbox/_fabric-dark-definition.scss +0 -6
  466. package/styles/maskedtextbox/_fabric-definition.scss +0 -4
  467. package/styles/maskedtextbox/_fluent-dark-definition.scss +0 -1
  468. package/styles/maskedtextbox/_fluent-definition.scss +0 -7
  469. package/styles/maskedtextbox/_fusionnew-definition.scss +0 -7
  470. package/styles/maskedtextbox/_highcontrast-definition.scss +0 -4
  471. package/styles/maskedtextbox/_highcontrast-light-definition.scss +0 -6
  472. package/styles/maskedtextbox/_layout.scss +0 -32
  473. package/styles/maskedtextbox/_material-dark-definition.scss +0 -6
  474. package/styles/maskedtextbox/_material-definition.scss +0 -4
  475. package/styles/maskedtextbox/_material3-definition.scss +0 -7
  476. package/styles/maskedtextbox/_tailwind-dark-definition.scss +0 -1
  477. package/styles/maskedtextbox/_tailwind-definition.scss +0 -7
  478. package/styles/maskedtextbox/_theme.scss +0 -14
  479. package/styles/numerictextbox/_all.scss +0 -2
  480. package/styles/numerictextbox/_bootstrap-dark-definition.scss +0 -5
  481. package/styles/numerictextbox/_bootstrap-definition.scss +0 -3
  482. package/styles/numerictextbox/_bootstrap4-definition.scss +0 -3
  483. package/styles/numerictextbox/_bootstrap5-dark-definition.scss +0 -1
  484. package/styles/numerictextbox/_bootstrap5-definition.scss +0 -3
  485. package/styles/numerictextbox/_fabric-dark-definition.scss +0 -5
  486. package/styles/numerictextbox/_fabric-definition.scss +0 -3
  487. package/styles/numerictextbox/_fluent-dark-definition.scss +0 -1
  488. package/styles/numerictextbox/_fluent-definition.scss +0 -5
  489. package/styles/numerictextbox/_fusionnew-definition.scss +0 -3
  490. package/styles/numerictextbox/_highcontrast-definition.scss +0 -3
  491. package/styles/numerictextbox/_highcontrast-light-definition.scss +0 -5
  492. package/styles/numerictextbox/_layout.scss +0 -30
  493. package/styles/numerictextbox/_material-dark-definition.scss +0 -5
  494. package/styles/numerictextbox/_material-definition.scss +0 -3
  495. package/styles/numerictextbox/_material3-definition.scss +0 -3
  496. package/styles/numerictextbox/_tailwind-dark-definition.scss +0 -1
  497. package/styles/numerictextbox/_tailwind-definition.scss +0 -3
  498. package/styles/numerictextbox/_theme.scss +0 -39
  499. package/styles/numerictextbox/icons/_bootstrap-dark.scss +0 -11
  500. package/styles/numerictextbox/icons/_bootstrap.scss +0 -11
  501. package/styles/numerictextbox/icons/_bootstrap4.scss +0 -11
  502. package/styles/numerictextbox/icons/_bootstrap5-dark.scss +0 -1
  503. package/styles/numerictextbox/icons/_bootstrap5.scss +0 -12
  504. package/styles/numerictextbox/icons/_fabric-dark.scss +0 -11
  505. package/styles/numerictextbox/icons/_fabric.scss +0 -11
  506. package/styles/numerictextbox/icons/_fluent-dark.scss +0 -1
  507. package/styles/numerictextbox/icons/_fluent.scss +0 -12
  508. package/styles/numerictextbox/icons/_fusionnew.scss +0 -12
  509. package/styles/numerictextbox/icons/_highcontrast-light.scss +0 -11
  510. package/styles/numerictextbox/icons/_highcontrast.scss +0 -11
  511. package/styles/numerictextbox/icons/_material-dark.scss +0 -11
  512. package/styles/numerictextbox/icons/_material.scss +0 -11
  513. package/styles/numerictextbox/icons/_material3.scss +0 -12
  514. package/styles/numerictextbox/icons/_tailwind-dark.scss +0 -1
  515. package/styles/numerictextbox/icons/_tailwind.scss +0 -12
  516. package/styles/signature/_all.scss +0 -2
  517. package/styles/signature/_bootstrap-dark-definition.scss +0 -3
  518. package/styles/signature/_bootstrap-definition.scss +0 -3
  519. package/styles/signature/_bootstrap4-definition.scss +0 -3
  520. package/styles/signature/_bootstrap5-dark-definition.scss +0 -1
  521. package/styles/signature/_bootstrap5-definition.scss +0 -3
  522. package/styles/signature/_fabric-dark-definition.scss +0 -3
  523. package/styles/signature/_fabric-definition.scss +0 -3
  524. package/styles/signature/_fluent-dark-definition.scss +0 -1
  525. package/styles/signature/_fluent-definition.scss +0 -3
  526. package/styles/signature/_fusionnew-definition.scss +0 -3
  527. package/styles/signature/_highcontrast-definition.scss +0 -3
  528. package/styles/signature/_highcontrast-light-definition.scss +0 -3
  529. package/styles/signature/_layout.scss +0 -5
  530. package/styles/signature/_material-dark-definition.scss +0 -3
  531. package/styles/signature/_material-definition.scss +0 -3
  532. package/styles/signature/_material3-definition.scss +0 -3
  533. package/styles/signature/_tailwind-dark-definition.scss +0 -1
  534. package/styles/signature/_tailwind-definition.scss +0 -3
  535. package/styles/signature/_theme.scss +0 -7
  536. package/styles/slider/_all.scss +0 -3
  537. package/styles/slider/_bootstrap-dark-definition.scss +0 -155
  538. package/styles/slider/_bootstrap-definition.scss +0 -152
  539. package/styles/slider/_bootstrap4-definition.scss +0 -147
  540. package/styles/slider/_bootstrap5-dark-definition.scss +0 -1
  541. package/styles/slider/_bootstrap5-definition.scss +0 -90
  542. package/styles/slider/_fabric-dark-definition.scss +0 -161
  543. package/styles/slider/_fabric-definition.scss +0 -156
  544. package/styles/slider/_fluent-dark-definition.scss +0 -1
  545. package/styles/slider/_fluent-definition.scss +0 -74
  546. package/styles/slider/_fusionnew-definition.scss +0 -90
  547. package/styles/slider/_highcontrast-definition.scss +0 -145
  548. package/styles/slider/_highcontrast-light-definition.scss +0 -148
  549. package/styles/slider/_icons.scss +0 -0
  550. package/styles/slider/_layout.scss +0 -2424
  551. package/styles/slider/_material-dark-definition.scss +0 -158
  552. package/styles/slider/_material-definition.scss +0 -154
  553. package/styles/slider/_material3-definition.scss +0 -90
  554. package/styles/slider/_tailwind-dark-definition.scss +0 -1
  555. package/styles/slider/_tailwind-definition.scss +0 -84
  556. package/styles/slider/_theme.scss +0 -234
  557. package/styles/textbox/_all.scss +0 -1
  558. package/styles/textbox/_bootstrap-dark-definition.scss +0 -1
  559. package/styles/textbox/_bootstrap-definition.scss +0 -1
  560. package/styles/textbox/_bootstrap4-definition.scss +0 -1
  561. package/styles/textbox/_bootstrap5-dark-definition.scss +0 -1
  562. package/styles/textbox/_bootstrap5-definition.scss +0 -0
  563. package/styles/textbox/_fabric-dark-definition.scss +0 -1
  564. package/styles/textbox/_fabric-definition.scss +0 -1
  565. package/styles/textbox/_fluent-dark-definition.scss +0 -1
  566. package/styles/textbox/_fluent-definition.scss +0 -0
  567. package/styles/textbox/_fusionnew-definition.scss +0 -0
  568. package/styles/textbox/_highcontrast-definition.scss +0 -1
  569. package/styles/textbox/_highcontrast-light-definition.scss +0 -1
  570. package/styles/textbox/_layout.scss +0 -10
  571. package/styles/textbox/_material-dark-definition.scss +0 -1
  572. package/styles/textbox/_material-definition.scss +0 -1
  573. package/styles/textbox/_material3-definition.scss +0 -0
  574. package/styles/textbox/_tailwind-dark-definition.scss +0 -1
  575. package/styles/textbox/_tailwind-definition.scss +0 -0
  576. package/styles/textbox/_theme.scss +0 -0
  577. package/styles/uploader/_all.scss +0 -2
  578. package/styles/uploader/_bootstrap-dark-definition.scss +0 -211
  579. package/styles/uploader/_bootstrap-definition.scss +0 -207
  580. package/styles/uploader/_bootstrap4-definition.scss +0 -210
  581. package/styles/uploader/_bootstrap5-dark-definition.scss +0 -1
  582. package/styles/uploader/_bootstrap5-definition.scss +0 -216
  583. package/styles/uploader/_definition.scss +0 -142
  584. package/styles/uploader/_fabric-dark-definition.scss +0 -214
  585. package/styles/uploader/_fabric-definition.scss +0 -208
  586. package/styles/uploader/_fluent-dark-definition.scss +0 -1
  587. package/styles/uploader/_fluent-definition.scss +0 -234
  588. package/styles/uploader/_fusionnew-definition.scss +0 -216
  589. package/styles/uploader/_highcontrast-definition.scss +0 -209
  590. package/styles/uploader/_highcontrast-light-definition.scss +0 -216
  591. package/styles/uploader/_layout.scss +0 -985
  592. package/styles/uploader/_material-dark-definition.scss +0 -214
  593. package/styles/uploader/_material-definition.scss +0 -213
  594. package/styles/uploader/_material3-definition.scss +0 -216
  595. package/styles/uploader/_tailwind-dark-definition.scss +0 -1
  596. package/styles/uploader/_tailwind-definition.scss +0 -231
  597. package/styles/uploader/_theme.scss +0 -139
  598. package/styles/uploader/icons/_bootstrap-dark.scss +0 -34
  599. package/styles/uploader/icons/_bootstrap.scss +0 -34
  600. package/styles/uploader/icons/_bootstrap4.scss +0 -34
  601. package/styles/uploader/icons/_bootstrap5-dark.scss +0 -1
  602. package/styles/uploader/icons/_bootstrap5.scss +0 -34
  603. package/styles/uploader/icons/_fabric-dark.scss +0 -34
  604. package/styles/uploader/icons/_fabric.scss +0 -34
  605. package/styles/uploader/icons/_fluent-dark.scss +0 -1
  606. package/styles/uploader/icons/_fluent.scss +0 -34
  607. package/styles/uploader/icons/_fusionnew.scss +0 -34
  608. package/styles/uploader/icons/_highcontrast-light.scss +0 -34
  609. package/styles/uploader/icons/_highcontrast.scss +0 -34
  610. package/styles/uploader/icons/_material-dark.scss +0 -34
  611. package/styles/uploader/icons/_material.scss +0 -34
  612. package/styles/uploader/icons/_material3.scss +0 -34
  613. package/styles/uploader/icons/_tailwind-dark.scss +0 -1
  614. package/styles/uploader/icons/_tailwind.scss +0 -34
  615. package/syncfusion-ej2-angular-inputs.d.ts +0 -5
@@ -1,2424 +0,0 @@
1
- @include export-module('slider-layout') {
2
- // sass-lint:disable no-vendor-prefixes
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
- // sass-lint:disable-all
35
- cursor: -webkit-grab;
36
- cursor: grab;
37
- // sass-lint:enable-all
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
- // sass-lint:disable-all
72
- cursor: -webkit-grabbing;
73
- cursor: grabbing;
74
- // sass-lint:enable-all
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
- // sass-lint:disable-all
127
- cursor: -webkit-grab;
128
- cursor: grab;
129
- // sass-lint:enable-all
130
- opacity: 1;
131
-
132
- &.e-material-tooltip-start {
133
- background-color: $slider-handle-border-color;
134
- }
135
-
136
- &.e-tooltip-active {
137
- // sass-lint:disable-all
138
- cursor: -webkit-grabbing;
139
- cursor: grabbing;
140
- // sass-lint:enable-all
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;
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,
1650
- height 300ms ease-out;
1651
-
1652
- &.e-drag-horizontal {
1653
- cursor: pointer;
1654
- }
1655
-
1656
- &.e-drag-vertical {
1657
- cursor: pointer;
1658
- }
1659
- }
1660
-
1661
- .e-slider {
1662
- box-sizing: border-box;
1663
- cursor: $slider-cursor;
1664
- display: block;
1665
- outline: 0 none;
1666
- padding: 0;
1667
- position: relative;
1668
-
1669
- .e-handle {
1670
- border-radius: $slider-border-radius-handle;
1671
- @if ($skin-name == 'tailwind') {
1672
- box-shadow: $slider-handle-box-shadow;
1673
- }
1674
- box-sizing: border-box;
1675
- cursor: $slider-handle-hover-cursor;
1676
- height: $slider-handle-height;
1677
- outline: none;
1678
- position: absolute;
1679
- touch-action: none;
1680
- transition: left 300ms ease-out, right 300ms ease-out, bottom 300ms ease-out, transform 300ms ease-out;
1681
- width: $slider-handle-width;
1682
- z-index: 10;
1683
-
1684
- &.e-handle-active {
1685
- @if ($skin-name == 'highcontrast' or $skin-name == 'highcontrast-light') {
1686
- background-color: $slider-active-handle-bg-color;
1687
- border-color: $slider-hover-handle-color;
1688
- }
1689
- }
1690
-
1691
- @if ($skin-name == 'material' or $skin-name == 'material-dark') {
1692
- // sass-lint:disable-all
1693
- cursor: -webkit-grab;
1694
- cursor: grab;
1695
- // sass-lint:enable-all
1696
-
1697
- &.e-handle-active {
1698
- // sass-lint:disable-all
1699
- cursor: -webkit-grabbing;
1700
- cursor: grabbing;
1701
- // sass-lint:enable-all
1702
- }
1703
-
1704
- &.e-handle-start {
1705
- background-color: $slider-handle-start-background;
1706
- border: $slider-start-handle-border-size;
1707
- }
1708
-
1709
- &::after {
1710
- -moz-box-sizing: content-box;
1711
- -ms-transform: scale(0);
1712
- -webkit-box-sizing: content-box;
1713
- -webkit-transform: scale(0);
1714
- border: 0 solid;
1715
- border-radius: 50%;
1716
- box-sizing: content-box;
1717
- content: '';
1718
- filter: alpha(opacity=26);
1719
- height: 32px;
1720
- left: calc(50% - 16px);
1721
- opacity: .26;
1722
- position: $slider-handle-after-position;
1723
- top: calc(50% - 16px);
1724
- transform: scale(0);
1725
- transition: transform .4s cubic-bezier(.25, .8, .25, 1);
1726
- width: 32px;
1727
- z-index: -1;
1728
- }
1729
- }
1730
-
1731
- &.e-tab-handle {
1732
- @if ($skin-name == 'material' or $skin-name == 'material-dark') {
1733
- &.e-handle-start::after {
1734
- background-color: $slider-tab-background;
1735
- opacity: .38;
1736
- }
1737
-
1738
- &::after {
1739
- -ms-transform: scale(1);
1740
- -webkit-transform: scale(1);
1741
- background-color: $slider-color;
1742
- transform: scale(1);
1743
- }
1744
- }
1745
-
1746
- @if ($skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'highcontrast' or $skin-name == 'highcontrast-light' or $skin-name == 'FluentUI') {
1747
- border-color: $slider-tab-border-color;
1748
- }
1749
-
1750
- // sass-lint:disable-all
1751
- @if ($skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark') {
1752
- background-color: $slider-tab-background;
1753
- border-color: $slider-tab-border-color;
1754
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
1755
- }
1756
- @if ($skin-name == 'bootstrap4') {
1757
- background-color: $slider-tab-background;
1758
- border-color: $slider-tab-border-color;
1759
- box-shadow: $slider-tab-active-box-shadow;
1760
- }
1761
- @if ($skin-name == 'tailwind' or $skin-name == 'bootstrap5') {
1762
- background-color: $slider-tab-background;
1763
- border: $slider-tab-border;
1764
- box-shadow: $slider-tab-active-box-shadow;
1765
- }
1766
- // sass-lint:enable-all
1767
- }
1768
- }
1769
-
1770
- .e-tab-track {
1771
- @if ($skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'FluentUI') {
1772
- background-color: $slider-tab-track-color;
1773
- }
1774
- }
1775
- }
1776
-
1777
- .e-tick-before {
1778
- &.e-scale {
1779
- &.e-h-scale {
1780
- .e-tick {
1781
- @if ($skin-name != 'material' and $skin-name != 'material-dark') {
1782
- height: $tick-after-height;
1783
- top: $tick-after-top;
1784
- }
1785
- @else {
1786
- background-position: bottom;
1787
- height: 50%;
1788
- top: 1px;
1789
- }
1790
- }
1791
-
1792
- .e-large {
1793
- @if ($skin-name != 'material' and $skin-name != 'material-dark') {
1794
- height: $largetick-before-height;
1795
- top: $largetick-before-top;
1796
- }
1797
- }
1798
- }
1799
-
1800
- &.e-v-scale {
1801
- .e-tick {
1802
- @if ($skin-name != 'material' and $skin-name != 'material-dark') {
1803
- left: $tick-after-left;
1804
- width: $tick-after-height;
1805
- }
1806
- @else {
1807
- background-position: right;
1808
- left: 1px;
1809
- width: 50%;
1810
- }
1811
- }
1812
-
1813
- .e-large {
1814
- @if ($skin-name != 'material' and $skin-name != 'material-dark') {
1815
- left: $largetick-before-left;
1816
- width: $largetick-before-height;
1817
- }
1818
- }
1819
- }
1820
- }
1821
- }
1822
-
1823
- .e-tick-after {
1824
- &.e-scale {
1825
- &.e-h-scale {
1826
- .e-tick {
1827
- @if ($skin-name != 'material' and $skin-name != 'material-dark') {
1828
- height: $tick-before-height;
1829
- top: $tick-before-top;
1830
- }
1831
- @else {
1832
- background-position-x: center;
1833
- height: 50%;
1834
- top: calc(50% - 1px);
1835
- }
1836
- }
1837
-
1838
- .e-large {
1839
- @if ($skin-name != 'material' and $skin-name != 'material-dark') {
1840
- height: $largetick-after-height;
1841
- top: $largetick-after-top;
1842
- }
1843
- }
1844
- }
1845
-
1846
- &.e-v-scale {
1847
- .e-tick {
1848
- @if ($skin-name != 'material' and $skin-name != 'material-dark') {
1849
- left: $tick-before-left;
1850
- width: $tick-before-height;
1851
- }
1852
- @else {
1853
- background-position: left;
1854
- left: calc(50% - 1px);
1855
- width: 50%;
1856
- }
1857
- }
1858
-
1859
- .e-large {
1860
- @if ($skin-name != 'material' and $skin-name != 'material-dark') {
1861
- left: $largetick-after-left;
1862
- width: $largetick-after-height;
1863
- }
1864
- }
1865
- }
1866
- }
1867
- }
1868
-
1869
- &.e-scale-before {
1870
- .e-scale {
1871
- &.e-v-scale {
1872
- @if ($skin-name != 'material' and $skin-name != 'material-dark') {
1873
- right: 9px;
1874
- }
1875
- }
1876
- }
1877
- }
1878
-
1879
- &.e-scale-after {
1880
- .e-scale {
1881
- &.e-v-scale {
1882
- @if ($skin-name != 'material' and $skin-name != 'material-dark') {
1883
- right: 9px;
1884
- }
1885
- }
1886
- }
1887
- }
1888
-
1889
- .e-tick-both {
1890
- &.e-scale {
1891
- &.e-h-scale {
1892
- .e-tick {
1893
- @if ($skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark') {
1894
- height: calc(100% - 6px);
1895
- top: -11px;
1896
- }
1897
- @if ($skin-name == 'bootstrap4') {
1898
- height: 16px;
1899
- top: -8px;
1900
- }
1901
- @if($skin-name == 'bootstrap5') {
1902
- height: 18px;
1903
- top: -11px;
1904
- }
1905
- @if ($skin-name == 'tailwind') {
1906
- height: 16px;
1907
- top: -16px;
1908
- }
1909
-
1910
- @if($skin-name == 'FluentUI') {
1911
- height: 30px;
1912
- top: -17px;
1913
- }
1914
- @if ($skin-name == 'fabric' or $skin-name == 'fabric-dark') {
1915
- height: calc(100% - 3px);
1916
- top: -12.5px;
1917
- }
1918
- @if ($skin-name == 'highcontrast' or $skin-name == 'highcontrast-light') {
1919
- height: calc(100% - 6px);
1920
- top: -12px;
1921
- }
1922
- @if ($skin-name == 'material' or $skin-name == 'material-dark') {
1923
- background-position: center;
1924
- height: 99%;
1925
- }
1926
- }
1927
-
1928
- .e-large {
1929
- @if ($skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark') {
1930
- height: 100%;
1931
- top: -8px;
1932
- }
1933
- @if ($skin-name == 'bootstrap4') {
1934
- height: 22px;
1935
- top: -5px;
1936
-
1937
- }
1938
- @if ($skin-name == 'bootstrap5') {
1939
- height: 26px;
1940
- top: -7px;
1941
- }
1942
- @if ($skin-name == 'tailwind') {
1943
- height: 24px;
1944
- top: -12px;
1945
- }
1946
- @if ($skin-name == 'FluentUI') {
1947
- height: 38px;
1948
- top: -13px;
1949
- }
1950
- @if ($skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'highcontrast' or $skin-name == 'highcontrast-light') {
1951
- height: calc(100% + 3px);
1952
- top: -9px;
1953
- }
1954
- @if ($skin-name == 'highcontrast' or $skin-name == 'highcontrast-light') {
1955
- height: calc(100% + 2px);
1956
- top: -8px;
1957
- }
1958
- }
1959
- }
1960
-
1961
- &.e-v-scale {
1962
- .e-tick {
1963
- @if ($skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark') {
1964
- background-position: center;
1965
- width: 100%;
1966
- }
1967
- @if ($skin-name == 'bootstrap4') {
1968
- background-position: center;
1969
- left: 6px;
1970
- width: calc(100% - 12px);
1971
- }
1972
- @if($skin-name == 'bootstrap5') {
1973
- background-position: center;
1974
- left: 5px;
1975
- width: 18px;
1976
- }
1977
- @if ($skin-name == 'tailwind') {
1978
- left: 6px;
1979
- width: 16px;
1980
- }
1981
- @if ($skin-name == 'material' or $skin-name == 'material-dark') {
1982
- background-position: center;
1983
- width: 100%;
1984
- }
1985
- @if ($skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'FluentUI') {
1986
- left: 0;
1987
- width: calc(100% - 2px);
1988
- }
1989
- @if ($skin-name == 'highcontrast' or $skin-name == 'highcontrast-light') {
1990
- left: 2px;
1991
- width: calc(100% - 6px);
1992
- }
1993
- }
1994
-
1995
- .e-large {
1996
- @if ($skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark') {
1997
- width: 100%;
1998
- }
1999
- @if ($skin-name == 'bootstrap4' or $skin-name == 'bootstrap5') {
2000
- left: 3px;
2001
- width: calc(100% - 6px);
2002
- }
2003
- @if ($skin-name == 'bootstrap4' or $skin-name == 'bootstrap5') {
2004
- left: 1px;
2005
- width: 26px;
2006
- }
2007
- @if ($skin-name == 'tailwind') {
2008
- left: 3px;
2009
- width: 24px;
2010
- }
2011
- @if ($skin-name == 'material' or $skin-name == 'material-dark') {
2012
- width: 100%;
2013
- }
2014
- @if ($skin-name == 'highcontrast' or $skin-name == 'highcontrast-light') {
2015
- left: -2px;
2016
- width: calc(100% + 3px);
2017
- }
2018
- }
2019
- }
2020
- }
2021
- }
2022
-
2023
- .e-scale {
2024
- box-sizing: content-box;
2025
- font-family: $slider-scale-font-family;
2026
- height: 28px;
2027
- line-height: normal;
2028
- list-style: none outside none;
2029
- margin: 0;
2030
- outline: 0 none;
2031
- padding: 0;
2032
- position: absolute;
2033
- top: $slider-scale-top;
2034
- width: 100%;
2035
- z-index: 1;
2036
- @if ($skin-name != 'material' and $skin-name != 'material-dark') {
2037
- font-size: $slider-scale-font-size;
2038
- margin-top: $slider-center-align;
2039
- }
2040
-
2041
- @if ($skin-name == 'highcontrast' or $skin-name == 'highcontrast-light') {
2042
- z-index: -1;
2043
- }
2044
-
2045
- @if ($skin-name == 'highcontrast' or $skin-name == 'highcontrast-light') {
2046
- &.e-tick-both {
2047
- top: 12px;
2048
- }
2049
- }
2050
-
2051
- .e-tick {
2052
- @if ($theme-name == 'bootstrap5-dark' or $theme-name == 'tailwind-dark' or $theme-name == 'fluentui-dark') {
2053
- background-image: $slider-scale-tick-image-dark;
2054
- }
2055
- @else {
2056
- background-image: $slider-scale-tick-image;
2057
- }
2058
- cursor: $slider-cursor;
2059
- outline: none;
2060
- position: relative;
2061
- user-select: none;
2062
- @if ($skin-name != 'material' and $skin-name != 'material-dark') {
2063
- background-position: center center;
2064
- }
2065
-
2066
- @if ($skin-name == 'bootstrap4' or $skin-name == 'tailwind' or $skin-name == 'bootstrap5' or $skin-name == 'FluentUI') {
2067
- &.e-large {
2068
- @if ($skin-name != 'bootstrap4') {
2069
- background-image: $slider-scale-tick-image-dark;
2070
- }
2071
- @else {
2072
- background-image: $slider-small-scale-tick-image;
2073
- }
2074
- }
2075
- }
2076
-
2077
- .e-tick-value {
2078
- color: $slider-tick-font-color;
2079
- font-family: $slider-scale-font-family;
2080
- font-size: $slider-scale-font-size;
2081
- outline: none;
2082
- position: absolute;
2083
- user-select: none;
2084
- white-space: nowrap;
2085
- @if ($skin-name == 'bootstrap4' or $skin-name == 'bootstrap5') {
2086
- line-height: 1.5;
2087
- }
2088
- @if ($skin-name == 'tailwind') {
2089
- line-height: 18px;
2090
- }
2091
- }
2092
- }
2093
-
2094
- &.e-v-scale {
2095
- height: 100%;
2096
- @if ($skin-name == 'tailwind') {
2097
- left: calc(50% - 12px);
2098
- }
2099
- @else {
2100
- left: calc(50% - 14px);
2101
- }
2102
-
2103
- top: 0;
2104
- width: 28px;
2105
- @if ($skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' or $skin-name == 'bootstrap4' or $skin-name == 'bootstrap5') {
2106
- margin-top: -2px;
2107
- }
2108
-
2109
- .e-tick {
2110
- @if ($skin-name == 'material' or $skin-name == 'material-dark') {
2111
- background-repeat: no-repeat;
2112
- }
2113
-
2114
- @if ($skin-name != 'material' and $skin-name != 'material-dark') {
2115
- background-repeat: repeat-x;
2116
- }
2117
-
2118
- &.e-first-tick {
2119
- @if ($skin-name != 'material' and $skin-name != 'material-dark') {
2120
- background-position-y: center;
2121
- }
2122
- @if ($skin-name == 'material' or $skin-name == 'material-dark') {
2123
- background-position-y: top;
2124
- }
2125
- }
2126
-
2127
- &.e-last-tick {
2128
- @if ($skin-name != 'material' and $skin-name != 'material-dark') {
2129
- background-position-y: bottom;
2130
- margin-top: 2px;
2131
- @if ($skin-name == 'tailwind') {
2132
- margin-top: 3px;
2133
- }
2134
- }
2135
- @if ($skin-name == 'material' or $skin-name == 'material-dark') {
2136
- background-position-y: bottom;
2137
- }
2138
- }
2139
- }
2140
- }
2141
-
2142
- &.e-h-scale {
2143
- &.e-tick-after {
2144
- @if ($skin-name == 'tailwind') {
2145
- top: 3px;
2146
- }
2147
- }
2148
-
2149
- &.e-tick-before {
2150
- @if ($skin-name == 'tailwind') {
2151
- top: 15px;
2152
- }
2153
- }
2154
-
2155
- .e-tick {
2156
- display: inline-block;
2157
- @if ($skin-name == 'material' or $skin-name == 'material-dark') {
2158
- background-repeat: no-repeat;
2159
- }
2160
-
2161
- @if ($skin-name != 'material' and $skin-name != 'material-dark') {
2162
- background-repeat: repeat-y;
2163
- height: 100%;
2164
- top: 0;
2165
- }
2166
-
2167
- .e-tick-value {
2168
- &.e-tick-before {
2169
- top: -18px;
2170
- }
2171
-
2172
- &.e-tick-after {
2173
- bottom: -20px;
2174
- }
2175
-
2176
- &.e-tick-both {
2177
- bottom: -20px;
2178
-
2179
- &:first-child {
2180
- top: -18px;
2181
- }
2182
- }
2183
- }
2184
-
2185
- &.e-first-tick {
2186
- @if ($skin-name != 'material' and $skin-name != 'material-dark') {
2187
- background-position: left center;
2188
- }
2189
- @if ($skin-name == 'material' or $skin-name == 'material-dark') {
2190
- background-position-x: left;
2191
- }
2192
- }
2193
-
2194
- &.e-last-tick {
2195
- @if ($skin-name != 'material' and $skin-name != 'material-dark') {
2196
- background-position: right center;
2197
- }
2198
- @if ($skin-name == 'material' or $skin-name == 'material-dark') {
2199
- background-position-x: right;
2200
- }
2201
- }
2202
- }
2203
- }
2204
- }
2205
-
2206
- &.e-horizontal {
2207
- &.e-scale-both {
2208
- .e-scale {
2209
- @if ($skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'FluentUI') {
2210
- top: 12px;
2211
- }
2212
- @if ($skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' or $skin-name == 'bootstrap4' or $skin-name == 'tailwind' or $skin-name == 'bootstrap5') {
2213
- top: 15px;
2214
- }
2215
- }
2216
-
2217
- .e-slider-track {
2218
- @if ($skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'FluentUI') {
2219
- border-color: $slider-track-border-color;
2220
- border-radius: 1px;
2221
- border-style: solid;
2222
- border-width: 5px 0;
2223
- height: 14px;
2224
- margin-top: -4px;
2225
- top: calc(50% - 3px);
2226
- }
2227
- @if ($skin-name == 'highcontrast' or $skin-name == 'highcontrast-light') {
2228
- border-color: $slider-tack-ticks-border-color;
2229
- border-radius: 4px;
2230
- border-style: solid;
2231
- border-width: 4px;
2232
- height: 14px;
2233
- top: calc(50% - 6px);
2234
- }
2235
- }
2236
- }
2237
- }
2238
-
2239
- &.e-vertical {
2240
- &.e-scale-both {
2241
- .e-scale {
2242
- @if ($skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'FluentUI') {
2243
- right: 12px;
2244
- }
2245
- @if ($skin-name == 'highcontrast' or $skin-name == 'highcontrast-light') {
2246
- right: 11px;
2247
- }
2248
- }
2249
-
2250
- .e-slider-track {
2251
- @if ($skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'FluentUI') {
2252
- border-color: $slider-track-border-color;
2253
- border-radius: 1px;
2254
- border-style: solid;
2255
- border-width: 0 5px;
2256
- left: calc(50% - 1px);
2257
- margin-left: -7px;
2258
- width: 14px;
2259
- }
2260
- @if ($skin-name == 'highcontrast' or $skin-name == 'highcontrast-light') {
2261
- border-color: $slider-tack-ticks-border-color;
2262
- border-radius: 1px;
2263
- border-style: solid;
2264
- border-width: 0 5px;
2265
- left: calc(50% - 1px);
2266
- margin-left: -7px;
2267
- width: 14px;
2268
- }
2269
- }
2270
-
2271
- .e-range {
2272
- @if ($skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'FluentUI') {
2273
- margin-left: -1px;
2274
- }
2275
- }
2276
- }
2277
- }
2278
-
2279
- &.e-scale-both {
2280
- &.e-vertical {
2281
- .e-scale {
2282
- &.e-h-scale {
2283
- @if $skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'highcontrast' or $skin-name == 'highcontrast-light' or $skin-name == 'FluentUI' {
2284
- margin-left: -7px;
2285
- }
2286
- }
2287
- }
2288
-
2289
- &.e-small-size {
2290
- .e-scale {
2291
- &.e-h-scale {
2292
- @if $skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'highcontrast' or $skin-name == 'highcontrast-light' or $skin-name == 'FluentUI' {
2293
- margin-left: -7px;
2294
- }
2295
- }
2296
- }
2297
- }
2298
- }
2299
- }
2300
- }
2301
-
2302
- .e-control-wrapper.e-slider-container {
2303
- &.e-vertical {
2304
- &.e-scale-both {
2305
- .e-scale.e-v-scale {
2306
- @if ($skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' or $skin-name == 'bootstrap4') {
2307
- right: 10px;
2308
- }
2309
- }
2310
- }
2311
- }
2312
-
2313
- .e-scale.e-v-scale {
2314
- &.e-tick-after {
2315
- @if ($skin-name == 'tailwind') {
2316
- left: calc(50% - 17px);
2317
- }
2318
- }
2319
-
2320
- &.e-tick-before {
2321
- @if ($skin-name == 'tailwind') {
2322
- left: calc(50% - 7px);
2323
- }
2324
- }
2325
-
2326
- .e-tick {
2327
- .e-tick-value {
2328
- @if ($skin-name == 'material' or $skin-name == 'material-dark') {
2329
- &.e-tick-before {
2330
- right: 26px;
2331
- }
2332
-
2333
- &.e-tick-after {
2334
- left: 27px;
2335
- }
2336
-
2337
- &.e-tick-both {
2338
- right: 41px;
2339
-
2340
- &:first-child {
2341
- left: 39px;
2342
- }
2343
- }
2344
- }
2345
- @else {
2346
- &.e-tick-before {
2347
- right: 17px;
2348
- }
2349
-
2350
- &.e-tick-after {
2351
- left: 19px;
2352
- }
2353
-
2354
- &.e-tick-both {
2355
- @if $skin-name == 'bootstrap4' {
2356
- right: 30px;
2357
- }
2358
- @else {
2359
- right: 44px;
2360
- }
2361
-
2362
- &:first-child {
2363
- @if $skin-name == 'bootstrap4' {
2364
- left: 30px;
2365
- }
2366
- @else {
2367
- left: 42px;
2368
- }
2369
- }
2370
- }
2371
- }
2372
- }
2373
- }
2374
- }
2375
- }
2376
-
2377
- .e-control-wrapper.e-slider-container {
2378
- .e-scale .e-tick {
2379
- @if ($skin-name == 'material' or $skin-name == 'material-dark') {
2380
- visibility: hidden;
2381
- }
2382
-
2383
- .e-tick-value {
2384
- @if ($skin-name == 'material' or $skin-name == 'material-dark') {
2385
- visibility: visible;
2386
- }
2387
- }
2388
- }
2389
- }
2390
-
2391
- .e-control-wrapper.e-slider-container:hover {
2392
- .e-scale .e-tick {
2393
- @if ($skin-name == 'material' or $skin-name == 'material-dark') {
2394
- visibility: visible;
2395
- }
2396
- }
2397
- }
2398
-
2399
- .e-control-wrapper.e-slider-container:active {
2400
- .e-scale .e-tick {
2401
- @if ($skin-name == 'material' or $skin-name == 'material-dark') {
2402
- visibility: visible;
2403
- }
2404
- }
2405
- }
2406
-
2407
- .e-slider-hover .e-scale .e-tick {
2408
- @if ($skin-name == 'material' or $skin-name == 'material-dark') {
2409
- visibility: visible;
2410
- }
2411
- }
2412
-
2413
- .e-control-wrapper.e-slider-container .e-slider {
2414
- .e-handle.e-handle-active {
2415
- @if ($skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' or $skin-name == 'bootstrap4') {
2416
- background-color: $slider-handle-active-bg-color;
2417
- border-color: $slider-handle-active-border-color;
2418
- }
2419
- @if ($skin-name == 'bootstrap4') {
2420
- box-shadow: $slider-handle-active-box-shadow;
2421
- }
2422
- }
2423
- }
2424
- }