@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,1175 +0,0 @@
1
- @include export-module('color-picker-layout') {
2
- .e-colorpicker-wrapper,
3
- .e-colorpicker-container {
4
- display: inline-block;
5
- line-height: 0;
6
- outline: none;
7
- user-select: none;
8
-
9
- & .e-colorpicker {
10
- height: 1px;
11
- opacity: 0;
12
- position: absolute;
13
- width: 1px;
14
- }
15
-
16
- & .e-btn.e-icon-btn {
17
- @if $skin-name == 'bootstrap4' {
18
- padding: $cpicker-split-btn-padding;
19
- }
20
- @else if $skin-name == 'bootstrap5' {
21
- background-color: $cpicker-tile-active-border-color;
22
- border: $cpicker-split-btn-border;
23
- color: $cpicker-split-btn-icon-color;
24
- }
25
- }
26
-
27
- & .e-split-btn-wrapper {
28
- & .e-split-colorpicker.e-split-btn {
29
- font-family: initial;
30
- line-height: $cpicker-split-line-height;
31
- padding: $cpicker-split-btn-padding;
32
- @if $skin-name == 'bootstrap4' {
33
- box-shadow: none;
34
- }
35
- @else if $skin-name == 'bootstrap5' {
36
- background-color: transparent;
37
- border: $cpicker-split-btn-border;
38
- }
39
-
40
- & .e-selected-color {
41
- background: $cpicker-transparent-bg-pattern;
42
- background-size: 8px;
43
- border-radius: $btn-border-radius;
44
- height: $cpicker-split-btn-icon-height;
45
- margin-top: 0;
46
- position: relative;
47
- width: $cpicker-split-btn-icon-height;
48
-
49
- & .e-split-preview {
50
- border-radius: $btn-border-radius;
51
- }
52
- }
53
-
54
- & .e-btn.e-icon-btn {
55
- @if $skin-name == 'bootstrap4' {
56
- padding: $cpicker-split-btn-padding;
57
- }
58
- @else if $skin-name == 'bootstrap5' {
59
- background-color: $cpicker-tile-active-border-color;
60
- border: $cpicker-split-btn-border;
61
- color: $cpicker-split-btn-icon-color;
62
- }
63
- }
64
- }
65
-
66
- &.e-rtl {
67
- & .e-split-colorpicker.e-split-btn {
68
- padding: $cpicker-split-btn-padding;
69
- }
70
-
71
- & .e-btn.e-icon-btn {
72
- @if $skin-name == 'bootstrap4' {
73
- padding: $cpicker-split-btn-padding;
74
- }
75
- @else if $skin-name == 'bootstrap5' {
76
- background-color: $cpicker-tile-active-border-color;
77
- border: $cpicker-split-btn-border;
78
- color: $cpicker-split-btn-icon-color;
79
- }
80
- }
81
- }
82
- }
83
-
84
- * {
85
- box-sizing: border-box;
86
- }
87
-
88
- &.e-disabled {
89
- & .e-palette {
90
- & .e-tile {
91
- cursor: default;
92
-
93
- &:hover {
94
- border: 0;
95
- box-shadow: none;
96
- }
97
-
98
- &.e-selected {
99
- border: 0;
100
- }
101
- }
102
- }
103
-
104
- & .e-container {
105
- & .e-handler,
106
- & .e-preview-container,
107
- & .e-slider-preview .e-colorpicker-slider .e-hue-slider,
108
- & .e-slider-preview .e-colorpicker-slider .e-opacity-slider,
109
- & .e-slider-preview .e-colorpicker-slider .e-slider-container .e-handle {
110
- cursor: default;
111
- }
112
-
113
- & .e-hsv-container {
114
- pointer-events: none;
115
- }
116
- }
117
- }
118
- }
119
-
120
- .e-colorpicker-popup:not(.e-split-btn-wrapper):not(.e-dropdown-btn) {
121
- line-height: 0;
122
- }
123
-
124
- // sass-lint:disable no-vendor-prefixes
125
- .e-colorpicker {
126
- &.e-modal,
127
- &.e-hsv-model {
128
- -webkit-overflow-scrolling: touch;
129
- height: 100%;
130
- left: 0;
131
- position: fixed;
132
- top: 0;
133
- width: 100%;
134
- }
135
-
136
- &.e-modal {
137
- background-color: $cpicker-overlay;
138
- opacity: .5;
139
- pointer-events: auto;
140
- }
141
-
142
- &.e-hsv-model {
143
- background-color: transparent;
144
- }
145
- }
146
-
147
- .sf-colorpicker .e-switch-ctrl-btn .e-ctrl-btn {
148
- position: relative;
149
- }
150
-
151
- .e-show-value .sf-colorpicker.e-color-palette {
152
- & .e-selected-value,
153
- & .e-switch-ctrl-btn {
154
- width: 270px;
155
- }
156
- }
157
-
158
- .e-dropdown-popup.e-transparent .e-container {
159
- display: none;
160
- }
161
-
162
- body {
163
- &.e-colorpicker-overflow {
164
- overflow: visible;
165
- }
166
- }
167
-
168
- .e-bigger .e-colorpicker-wrapper,
169
- .e-bigger.e-colorpicker-wrapper,
170
- .e-bigger .e-colorpicker-container,
171
- .e-bigger.e-colorpicker-container {
172
- & .e-split-btn-wrapper {
173
- & .e-split-colorpicker.e-split-btn {
174
- line-height: $cpicker-bigger-split-line-height;
175
- padding: $cpicker-bigger-split-btn-padding;
176
- @if $skin-name == 'bootstrap5' {
177
- background-color: $content-bg-color;
178
- border: $cpicker-split-btn-border;
179
- }
180
-
181
- & .e-selected-color {
182
- height: $cpicker-bigger-split-btn-icon-height;
183
- width: $cpicker-bigger-split-btn-icon-width;
184
- }
185
- }
186
-
187
- &.e-rtl {
188
- & .e-split-colorpicker.e-split-btn {
189
- padding: $cpicker-bigger-split-btn-padding;
190
- }
191
- }
192
- }
193
- }
194
-
195
- .e-container {
196
- border: $cpicker-border;
197
- border-radius: $cpicker-radius;
198
- display: inline-block;
199
- line-height: 0;
200
- outline: none;
201
- user-select: none;
202
- @if $skin-name == 'bootstrap4' {
203
- background-color: $content-bg;
204
- border-color: $cpicker-shadow;
205
- box-shadow: none;
206
- }
207
- @else {
208
- box-shadow: $cpicker-shadow;
209
- }
210
-
211
- &.e-color-picker {
212
- width: $cpicker-container-width;
213
- @if $skin-name == 'bootstrap4' {
214
- background-color: $content-bg;
215
- border: 1px solid $cpicker-shadow;
216
- }
217
-
218
- & .e-mode-switch-btn {
219
- background: $cpicker-mode-palette-icon;
220
- }
221
- }
222
-
223
- &.e-color-palette {
224
- @if $skin-name == 'bootstrap4' {
225
- background-color: $content-bg;
226
- border: 1px solid $cpicker-shadow;
227
- }
228
- width: auto;
229
-
230
- & .e-mode-switch-btn {
231
- background: $cpicker-mode-picker-icon;
232
- }
233
- }
234
-
235
- & .e-custom-palette {
236
- width: auto;
237
-
238
- & .e-palette {
239
- padding: 10px;
240
- }
241
-
242
- &.e-palette-group {
243
- height: $cpicker-container-width;
244
- overflow-y: scroll;
245
- }
246
- }
247
-
248
- & .e-palette {
249
- border-bottom: $cpicker-border;
250
- display: table;
251
- line-height: 0;
252
- outline: none;
253
- user-select: none;
254
-
255
- & .e-row {
256
- display: table-row;
257
- white-space: nowrap;
258
- }
259
-
260
- & .e-tile {
261
- border: $cpicker-tile-border;
262
- box-sizing: border-box;
263
- cursor: pointer;
264
- display: inline-block;
265
- height: $cpicker-tiles-height;
266
- text-align: center;
267
- vertical-align: middle;
268
- width: $cpicker-tiles-width;
269
-
270
- &.e-selected {
271
- outline: $cpicker-tile-outline;
272
- position: relative;
273
- }
274
-
275
- &:hover {
276
- box-shadow: $cpicker-tiles-hover-shadow;
277
- position: relative;
278
- }
279
-
280
- &.e-nocolor-item {
281
- background: $cpicker-transparent-bg-pattern;
282
- background-size: 8px;
283
- }
284
- }
285
- }
286
-
287
- & .e-hsv-container {
288
- border-bottom: $cpicker-border;
289
- position: relative;
290
- touch-action: none;
291
-
292
- & .e-hsv-color {
293
- background: linear-gradient(to bottom, $cpicker-to-bottom-gradient-start 0, $cpicker-to-bottom-gradient-end 100%), linear-gradient(to right, $cpicker-to-right-gradient-start 0, $cpicker-to-right-gradient-end 100%);
294
- height: $cpicker-container-height;
295
- }
296
-
297
- & .e-handler {
298
- border: $cpciker-handler-border;
299
- border-radius: $cpicker-handler-radius;
300
- box-shadow: $cpicker-handler-shadow;
301
- cursor: pointer;
302
- display: inline-block;
303
- height: $cpicker-handler-height;
304
- margin-left: $cpicker-handler-margin;
305
- margin-top: $cpicker-handler-margin;
306
- position: absolute;
307
- touch-action: none;
308
- user-select: none;
309
- width: $cpicker-handler-width;
310
- }
311
- }
312
-
313
- & .e-slider-preview {
314
- display: inline-block;
315
- width: 100%;
316
- @if $skin-name == 'bootstrap4' {
317
- padding: $cpicker-slider-handle-size;
318
- }
319
- @else {
320
- padding: $cpicker-slider-wrapper-padding;
321
- }
322
-
323
- & .e-colorpicker-slider {
324
- display: inline-block;
325
- width: $cpicker-slider-container-width;
326
-
327
- & .e-slider-container {
328
- height: $cpicker-slider-container-height;
329
-
330
- & .e-slider {
331
- height: $cpicker-slider-container-height;
332
- top: $cpicker-slider-top;
333
- }
334
-
335
- & .e-slider-track {
336
- height: $cpicker-slider-height;
337
- top: $cpicker-slider-track-top;
338
-
339
- @if $skin-name == 'tailwind' or $skin-name == 'tailwind-dark' {
340
- border-radius: 6px;
341
- }
342
- @else if $skin-name == 'bootstrap5' {
343
- border-radius: 4px;
344
- }
345
- @else {
346
- border-radius: 0;
347
- }
348
- }
349
-
350
- & .e-handle {
351
- border-radius: $cpicker-handler-radius;
352
- cursor: pointer;
353
- height: $cpicker-slider-handle-size;
354
- top: $cpicker-slider-handle-top;
355
- width: $cpicker-slider-handle-size;
356
-
357
- &.e-handle-active {
358
- cursor: pointer;
359
- }
360
-
361
- &.e-large-thumb-size {
362
- transform: scale(1);
363
- }
364
- }
365
- }
366
-
367
- & .e-hue-slider {
368
- & .e-slider-track {
369
- background: linear-gradient(to right, $cpicker-gradient-0 0, $cpicker-gradient-16 16%, $cpicker-gradient-33 33%, $cpicker-gradient-50 50%, $cpicker-gradient-67 67%, $cpicker-gradient-84 84%, $cpicker-gradient-100 100%);
370
- }
371
- }
372
-
373
- & .e-opacity-slider {
374
- & .e-slider-track {
375
- background: $cpicker-transparent-bg-pattern;
376
- border: $cpicker-opacity-slider-border;
377
- z-index: 0;
378
- }
379
-
380
- & .e-opacity-empty-track {
381
- background-size: contain;
382
- border: $cpicker-opacity-slider-border;
383
- height: $cpicker-slider-height;
384
- position: absolute;
385
- top: $cpicker-slider-track-top;
386
- width: 100%;
387
- z-index: 1;
388
-
389
- @if $skin-name == 'tailwind' or $skin-name == 'bootstrap5' {
390
- border-radius: 6px;
391
- }
392
- }
393
- }
394
-
395
- & .e-slider.e-hue-slider,
396
- & .e-slider.e-opacity-slider {
397
- & .e-handle,
398
- & .e-handle-start {
399
- box-shadow: $cpicker-slider-handler-box-shadow;
400
- }
401
- }
402
- }
403
-
404
- & .e-preview-container {
405
- background: $cpicker-transparent-bg-pattern;
406
- background-size: 10px;
407
- border: $cpicker-preview-container-border;
408
- cursor: pointer;
409
- display: inline-block;
410
- @if $skin-name == 'FluentUI' {
411
- height: 50px;
412
- }
413
- @else {
414
- height: 32px;
415
- }
416
- margin-left: $cpicker-preview-margin-left;
417
- position: relative;
418
- top: $cpicker-preview-container-top;
419
- width: $cpicker-preview-size;
420
- @if $skin-name == 'tailwind' or $skin-name == 'tailwind-dark' {
421
- height: 36px;
422
- }
423
-
424
- & .e-preview {
425
- display: block;
426
- height: $cpicker-preview-height;
427
- position: absolute;
428
- width: 100%;
429
-
430
- &.e-current {
431
- border-bottom: $cpicker-preview-border;
432
- top: 0;
433
- }
434
-
435
- &.e-previous {
436
- height: $cpicker-previous-height;
437
- @if $skin-name == 'FluentUI' {
438
- top: 25px;
439
- }
440
- @else {
441
- top: $cpicker-preview-height;
442
- }
443
- }
444
- }
445
- }
446
- }
447
-
448
- & .e-selected-value {
449
- align-items: center;
450
- display: flex;
451
- padding: $cpicker-input-picker-padding;
452
- user-select: none;
453
- width: 100%;
454
-
455
- & .e-input-container {
456
- & .e-float-input {
457
- & input {
458
- padding-left: 0;
459
- text-align: center;
460
- }
461
- }
462
-
463
- & .e-numeric-hidden {
464
- display: none;
465
- }
466
- }
467
-
468
- & .e-value-switch-btn {
469
- font-family: 'e-icons';
470
- margin-top: $cpicker-value-switch-btn-margin;
471
- padding: $cpicker-switch-btn-padding;
472
-
473
- @if $skin-name == 'tailwind' or $skin-name == 'tailwind-dark' {
474
- font-size: 22px;
475
- line-height: 22px;
476
- }
477
- @else {
478
- font-size: 16px;
479
- line-height: 16px;
480
- }
481
- }
482
- }
483
-
484
- & .e-input-container {
485
- display: inline-block;
486
- width: $cpicker-input-container;
487
-
488
- & .e-float-input {
489
- display: inline-block;
490
- margin-right: $cpicker-label-margin;
491
- vertical-align: baseline;
492
- @if $skin-name == 'bootstrap5' {
493
- margin-top: 8px;
494
- }
495
-
496
- &:first-child {
497
- width: $cpicker-hex-label-width;
498
-
499
- & input {
500
- height: $cpicker-input-height;
501
- }
502
- }
503
-
504
- &.e-numeric {
505
- height: $cpicker-input-height;
506
- width: $cpicker-label-width;
507
-
508
- & input {
509
- height: $cpicker-numeric-input-height;
510
- }
511
- }
512
-
513
- & .e-float-text {
514
- text-align: center;
515
- @if $skin-name == 'bootstrap4' or $skin-name == 'FluentUI' {
516
- text-align: left;
517
- }
518
- }
519
- }
520
- }
521
-
522
- & .e-switch-ctrl-btn {
523
- display: inline-block;
524
- padding: $cpicker-ctrl-btn-padding;
525
- white-space: nowrap;
526
- width: 100%;
527
-
528
- & .e-ctrl-btn {
529
- float: right;
530
- text-align: right;
531
- white-space: nowrap;
532
- @if $skin-name == 'bootstrap4' {
533
- width: 86.913%;
534
- }
535
- @else {
536
- width: 89.913%;
537
- }
538
-
539
- @if $skin-name == 'tailwind' or $skin-name == 'tailwind-dark' {
540
- width: 86.913%;
541
- }
542
-
543
- & .e-btn {
544
- max-width: $cpicker-ctrl-btn-width;
545
- overflow: hidden;
546
- text-overflow: ellipsis;
547
- white-space: nowrap;
548
- @if $skin-name == 'tailwind' or $skin-name == 'tailwind-dark' {
549
- height: 30px;
550
- }
551
-
552
- &.e-cancel {
553
- margin-left: $cpicker-cancel-btn-margin;
554
- }
555
-
556
- &.e-flat {
557
- &:hover {
558
- @if $skin-name == 'bootstrap4' {
559
- border-color: $gray-500;
560
- }
561
- }
562
- }
563
- }
564
- }
565
-
566
- & .e-mode-switch-btn {
567
- background-origin: border-box;
568
- background-position: center;
569
- background-size: cover;
570
- float: left;
571
- margin-top: $cpicker-type-switch-margin;
572
- overflow: hidden;
573
- white-space: nowrap;
574
-
575
- &:hover {
576
- @if $skin-name == 'bootstrap4' {
577
- border-color: $gray-500;
578
- }
579
- }
580
-
581
- &:focus {
582
- box-shadow: $cpicker-focus-shadow;
583
- }
584
- }
585
- }
586
-
587
- & .e-value-switch-btn,
588
- & .e-mode-switch-btn {
589
- background-color: transparent;
590
- border-color: transparent;
591
- position: relative;
592
- width: $cpicker-switch-btn-width;
593
- @if $skin-name == 'bootstrap4' {
594
- height: 26px;
595
- }
596
- @else {
597
- height: $cpicker-switch-btn-height;
598
- }
599
- }
600
-
601
- &.e-color-picker {
602
- & .e-value-switch-btn {
603
- &:focus,
604
- &:hover,
605
- &:active {
606
- border-color: transparent;
607
- box-shadow: none;
608
- outline: none;
609
- }
610
-
611
- &:focus {
612
- outline: $cpicker-switcher-outline;
613
- }
614
- }
615
- }
616
-
617
- &.e-color-palette {
618
- & .e-palette,
619
- & .e-palette-group {
620
- +.e-selected-value {
621
- padding: $cpicker-input-palette-padding;
622
- }
623
-
624
- +.e-switch-ctrl-btn {
625
- padding: $cpicker-palette-ctrl-btn-padding;
626
-
627
- @if $skin-name == 'tailwind' or $skin-name == 'tailwind-dark' {
628
- & .e-mode-switch-btn {
629
- width: $cpicker-palette-switch-btn-width;
630
- }
631
- }
632
- }
633
- }
634
- }
635
- }
636
-
637
- .sf-colorpicker.e-container .e-input-container .e-float-input {
638
- float: left;
639
- margin-left: $cpicker-blazor-input-margin;
640
- }
641
-
642
- .e-hide-opacity .e-container {
643
- & .e-slider-preview {
644
- & .e-colorpicker-slider {
645
- vertical-align: super;
646
- }
647
-
648
- & .e-preview-container {
649
- top: 0;
650
- }
651
- }
652
-
653
- & .e-float-input {
654
- &:first-child {
655
- width: $cpicker-opacity-hidden-hex-width;
656
- }
657
-
658
- &.e-numeric {
659
- width: $cpicker-opacity-hidden-numeric-width;
660
- }
661
- }
662
- }
663
-
664
- .e-hide-hex-value {
665
- & .e-container {
666
- & .e-float-input {
667
- &.e-numeric {
668
- width: $cpicker-hex-hidden-width;
669
- }
670
- }
671
- }
672
-
673
- &.e-hide-opacity .e-container {
674
- & .e-float-input {
675
- &.e-numeric {
676
- width: $cpicker-hex-opacity-hidden-width;
677
- }
678
- }
679
- }
680
- }
681
-
682
- .e-hide-valueswitcher {
683
- & .e-container {
684
- & .e-input-container {
685
- width: 100%;
686
- }
687
-
688
- & .e-float-input {
689
- &:first-child {
690
- width: $cpicker-value-hidden-hex-label-width;
691
- }
692
-
693
- &.e-numeric {
694
- width: $cpicker-value-hidden-label-width;
695
- }
696
-
697
- &:last-child {
698
- margin-right: 0;
699
- }
700
- }
701
- }
702
-
703
- &.e-hide-opacity .e-container {
704
- & .e-float-input {
705
- &:first-child {
706
- width: $cpicker-value-opacity-hide-hex-label-width;
707
- }
708
-
709
- &.e-numeric {
710
- width: $cpicker-value-opacity-hide-label-width;
711
- }
712
- }
713
- }
714
-
715
- &.e-hide-hex-value {
716
- & .e-container {
717
- & .e-float-input {
718
- &.e-numeric {
719
- width: $cpicker-value-hex-hidden-width;
720
- }
721
- }
722
- }
723
-
724
- &.e-hide-opacity .e-container {
725
- & .e-float-input {
726
- &.e-numeric {
727
- width: $cpicker-value-opacity-hex-hidden-width;
728
- }
729
- }
730
- }
731
- }
732
- }
733
-
734
- .e-rtl {
735
- & .e-container {
736
- & .e-hsv-container {
737
- & .e-hsv-color {
738
- background: linear-gradient(to bottom, $cpicker-to-bottom-gradient-start 0, $cpicker-to-bottom-gradient-end 100%), linear-gradient(to left, $cpicker-to-right-gradient-start 0, $cpicker-to-right-gradient-end 100%);
739
- }
740
- }
741
-
742
- & .e-slider-preview {
743
- & .e-hue-slider {
744
- & .e-slider-track {
745
- background: linear-gradient(to left, $cpicker-gradient-0 0, $cpicker-gradient-16 16%, $cpicker-gradient-33 33%, $cpicker-gradient-50 50%, $cpicker-gradient-67 67%, $cpicker-gradient-84 84%, $cpicker-gradient-100 100%);
746
- }
747
- }
748
-
749
- & .e-preview-container {
750
- margin-left: 0;
751
- margin-right: $cpicker-preview-margin-left;
752
- }
753
- }
754
-
755
- & .e-selected-value {
756
- & .e-float-input {
757
- margin-left: $cpicker-label-margin;
758
- margin-right: 0;
759
-
760
- & input {
761
- padding-right: 0;
762
- }
763
- }
764
-
765
- & .e-value-switch-btn {
766
- transform: rotate(180deg);
767
- }
768
- }
769
-
770
- & .e-switch-ctrl-btn {
771
- & .e-mode-switch-btn {
772
- float: right;
773
- }
774
-
775
- & .e-ctrl-btn {
776
- float: left;
777
- text-align: left;
778
-
779
- & .e-cancel {
780
- margin-left: 0;
781
- margin-right: $cpicker-cancel-btn-margin;
782
- }
783
- }
784
- }
785
-
786
- &.sf-colorpicker .e-selected-value .e-input-container .e-float-input {
787
- float: right;
788
- margin-right: $cpicker-blazor-input-margin;
789
- }
790
- }
791
-
792
- &.e-hide-valueswitcher {
793
- & .e-container {
794
- & .e-float-input {
795
- &:last-child {
796
- margin-left: 0;
797
- }
798
- }
799
- }
800
- }
801
- }
802
-
803
- .e-bigger {
804
- & .e-container {
805
- &.e-color-picker {
806
- width: $cpicker-bigger-container-width;
807
-
808
- & .e-switch-ctrl-btn .e-ctrl-btn .e-btn {
809
- @if $skin-name == 'tailwind' or $skin-name == 'tailwind-dark' {
810
- height: 38px;
811
- }
812
- }
813
-
814
- & .e-switch-ctrl-btn {
815
- @if $skin-name == 'tailwind' or $skin-name == 'tailwind-dark' {
816
- padding: $cpicker-bigger-ctrl-btn-padding;
817
- }
818
- }
819
-
820
- & .e-switch-ctrl-btn .e-mode-switch-btn {
821
- @if $skin-name == 'tailwind' or $skin-name == 'tailwind-dark' {
822
- height: 38px;
823
- }
824
- }
825
- }
826
-
827
- & .e-palette {
828
- & .e-tile {
829
- height: $cpicker-bigger-tile-size;
830
- width: $cpicker-bigger-tile-size;
831
- }
832
- }
833
-
834
- & .e-hsv-container {
835
- & .e-handler {
836
- @if $skin-name == 'bootstrap4' {
837
- height: 12px;
838
- width: 12px;
839
- }
840
- }
841
-
842
- & .e-hsv-color {
843
- height: $cpicker-bigger-container-height;
844
- }
845
- }
846
-
847
- & .e-custom-palette {
848
- &.e-palette-group {
849
- height: $cpicker-bigger-container-width;
850
- }
851
- }
852
-
853
- & .e-slider-preview {
854
- padding: $cpicker-bigger-slider-wrapper-padding;
855
-
856
- & .e-preview-container {
857
- margin-left: $cpicker-bigger-preview-margin-left;
858
- vertical-align: super;
859
- width: $cpicker-bigger-preview-size;
860
-
861
- @if $skin-name == 'tailwind' or $skin-name == 'tailwind-dark' {
862
- top: 5px;
863
- }
864
- @else if $skin-name == 'FluentUI' {
865
- top: $cpicker-preview-container-top;
866
- }
867
- @else {
868
- top: 0;
869
- }
870
- }
871
-
872
- & .e-colorpicker-slider {
873
- width: $cpicker-bigger-slider-container-width;
874
-
875
- & .e-slider-container {
876
- height: $cpicker-bigger-slider-container-height;
877
- @if $skin-name == 'bootstrap4' {
878
- padding: 12px;
879
- }
880
-
881
- & .e-slider-track {
882
- @if $skin-name == 'tailwind' or $skin-name == 'tailwind-dark' {
883
- height: $cpicker-bigger-slider-height;
884
- }
885
- @else if $skin-name == 'bootstrap5' {
886
- border-radius: 6px;
887
- }
888
- }
889
-
890
- & .e-opacity-slider {
891
- & .e-opacity-empty-track {
892
- @if $skin-name == 'tailwind' or $skin-name == 'tailwind-dark' {
893
- height: 12px;
894
- }
895
- }
896
- }
897
-
898
- & .e-handle {
899
- border-radius: $cpicker-bigger-slider-handle-radius;
900
- height: $cpicker-bigger-slider-handle-size;
901
- top: $cpicker-bigger-slider-handle-top;
902
- width: $cpicker-bigger-slider-handle-size;
903
- }
904
- }
905
- }
906
-
907
- & .e-switch-ctrl-btn {
908
- @if $skin-name == 'bootstrap4' {
909
- display: inline-block;
910
- padding: 16px;
911
- white-space: nowrap;
912
- width: 100%;
913
- }
914
-
915
- & .e-ctrl-btn {
916
- width: 90.6%;
917
- }
918
-
919
-
920
- & .e-cancel {
921
- @if $skin-name == 'bootstrap4' {
922
- margin-left: 10px;
923
- }
924
- }
925
- }
926
- }
927
-
928
- &.e-color-palette {
929
- & .e-palette {
930
- +.e-switch-ctrl-btn {
931
- padding: $cpicker-bigger-palette-ctrl-btn-padding;
932
-
933
- & .e-ctrl-btn .e-btn {
934
- @if $skin-name == 'tailwind' or $skin-name == 'tailwind-dark' {
935
- line-height: 0;
936
- }
937
- }
938
- }
939
- }
940
- }
941
-
942
- & .e-input-container {
943
- width: $cpicker-bigger-input-container;
944
-
945
- & .e-float-input {
946
- margin-right: $cpicker-bigger-label-margin;
947
-
948
- &:first-child {
949
- width: $cpicker-bigger-hex-label-width;
950
-
951
- & input {
952
- height: $cpicker-bigger-input-height;
953
- }
954
- }
955
-
956
- &.e-numeric {
957
- height: $cpicker-bigger-input-height;
958
- width: $cpicker-bigger-label-width;
959
-
960
- & input {
961
- height: $cpicker-bigger-numeric-input-height;
962
- }
963
- }
964
- }
965
- }
966
-
967
- & .e-css.e-value-switch-btn,
968
- & .e-mode-switch-btn {
969
- padding: $cpicker-bigger-switch-btn-padding;
970
- width: $cpicker-bigger-switch-btn-width;
971
- @if $skin-name == 'bootstrap4' {
972
- height: $cpicker-bigger-switch-btn-width;
973
- }
974
- @if $skin-name == 'tailwind' or $skin-name == 'tailwind-dark' {
975
- font-size: 22px;
976
- line-height: 22px;
977
- }
978
- @else {
979
- font-size: 18px;
980
- line-height: 18px;
981
- }
982
- }
983
-
984
- & .e-mode-switch-btn {
985
- margin-top: $cpicker-bigger-type-switch-btn-margin;
986
- }
987
-
988
- &.sf-colorpicker .e-input-container .e-float-input {
989
- margin-right: $cpicker-blazor-bigger-input-margin;
990
- }
991
- }
992
-
993
- & .e-hide-opacity,
994
- &.e-hide-opacity {
995
- & .e-container {
996
- & .e-slider-preview {
997
- padding: $cpicker-bigger-slider-wrapper-padding;
998
-
999
- & .e-preview-container {
1000
- vertical-align: initial;
1001
- }
1002
- }
1003
-
1004
- & .e-float-input {
1005
- &:first-child {
1006
- width: $cpicker-opacity-hidden-hex-width;
1007
- }
1008
-
1009
- &.e-numeric {
1010
- width: $cpicker-bigger-opacity-hidden-numeric-width;
1011
- }
1012
- }
1013
- }
1014
- }
1015
-
1016
- &.e-hide-hex-value,
1017
- & .e-hide-hex-value {
1018
- & .e-container {
1019
- & .e-float-input {
1020
- &.e-numeric {
1021
- width: $cpicker-bigger-hex-hidden-width;
1022
- }
1023
- }
1024
- }
1025
-
1026
- &.e-hide-opacity .e-container {
1027
- & .e-float-input {
1028
- &.e-numeric {
1029
- width: $cpicker-hex-opacity-hidden-width;
1030
- }
1031
- }
1032
- }
1033
- }
1034
-
1035
- &.e-hide-valueswitcher,
1036
- & .e-hide-valueswitcher {
1037
- & .e-container {
1038
- & .e-input-container {
1039
- width: 100%;
1040
- }
1041
-
1042
- & .e-float-input {
1043
- &:last-child {
1044
- margin-right: 0;
1045
- }
1046
-
1047
- &.e-numeric {
1048
- width: $cpicker-bigger-value-hidden-label-width;
1049
- }
1050
- }
1051
- }
1052
-
1053
- &.e-hide-opacity .e-container {
1054
- & .e-float-input {
1055
- &:first-child {
1056
- width: $cpicker-value-opacity-hide-hex-label-width;
1057
- }
1058
-
1059
- &.e-numeric {
1060
- width: $cpicker-bigger-value-opacity-hide-label-width;
1061
- }
1062
- }
1063
- }
1064
-
1065
- &.e-hide-hex-value,
1066
- & .e-hide-hex-value {
1067
- & .e-container {
1068
- & .e-float-input {
1069
- &.e-numeric {
1070
- width: $cpicker-bigger-hex-hidden-width;
1071
- }
1072
- }
1073
- }
1074
-
1075
- &.e-hide-opacity .e-container {
1076
- & .e-float-input {
1077
- &.e-numeric {
1078
- width: $cpicker-bigger-value-opacity-hex-hidden-width;
1079
- }
1080
- }
1081
- }
1082
- }
1083
- }
1084
- }
1085
-
1086
- .e-bigger .e-rtl,
1087
- .e-bigger.e-rtl {
1088
- & .e-container {
1089
- & .e-slider-preview {
1090
- & .e-preview-container {
1091
- margin-left: 0;
1092
- margin-right: $cpicker-bigger-preview-margin-left;
1093
- }
1094
- }
1095
-
1096
- & .e-selected-value {
1097
- & .e-float-input {
1098
- margin-left: $cpicker-bigger-label-margin;
1099
- margin-right: 0;
1100
- }
1101
- }
1102
-
1103
- &.sf-colorpicker .e-selected-value .e-input-container .e-float-input {
1104
- margin-left: $cpicker-blazor-bigger-input-margin;
1105
- }
1106
- }
1107
-
1108
- &.e-hide-valueswitcher {
1109
- & .e-container {
1110
- & .e-float-input {
1111
- &:last-child {
1112
- margin-left: 0;
1113
- }
1114
- }
1115
- }
1116
- }
1117
- }
1118
-
1119
- .e-hide-switchable-value,
1120
- .e-bigger.e-hide-switchable-value,
1121
- .e-bigger .e-hide-switchable-value {
1122
- & .e-container {
1123
- & .e-input-container {
1124
- & .e-float-input:first-child {
1125
- width: 100%;
1126
- }
1127
- }
1128
- }
1129
- }
1130
-
1131
- .e-popup.e-tooltip-wrap {
1132
- &.e-color-picker-tooltip {
1133
- border-bottom-left-radius: 50%;
1134
- border-bottom-right-radius: 0%;
1135
- border-top-left-radius: 50%;
1136
- border-top-right-radius: 50%;
1137
- box-shadow: $cpicker-slider-handler-box-shadow;
1138
- cursor: pointer;
1139
- min-width: 26px;
1140
- transform: translateY(18px) rotate(45deg) scale(.01);
1141
- transition: transform .4s cubic-bezier(.25, .8, .25, 1);
1142
-
1143
- & .e-tip-content {
1144
- background: $cpicker-transparent-bg-pattern;
1145
- background-size: 8px;
1146
- border-radius: 50%;
1147
- height: $cpicker-tooltip-preview-size;
1148
- position: relative;
1149
- transform: rotate(45deg);
1150
- width: $cpicker-tooltip-preview-size;
1151
- }
1152
- }
1153
- }
1154
-
1155
- .e-split-preview,
1156
- .e-tip-transparent {
1157
- height: 100%;
1158
- left: 0;
1159
- position: absolute;
1160
- top: 0;
1161
- width: 100%;
1162
- }
1163
-
1164
- .e-bigger .e-popup.e-tooltip-wrap,
1165
- .e-bigger.e-popup.e-tooltip-wrap {
1166
- &.e-color-picker-tooltip {
1167
- min-width: 32px;
1168
-
1169
- & .e-tip-content {
1170
- height: $cpicker-bigger-tooltip-preview-size;
1171
- width: $cpicker-bigger-tooltip-preview-size;
1172
- }
1173
- }
1174
- }
1175
- }