@syncfusion/ej2-angular-inputs 20.4.52 → 20.4.54-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 (462) hide show
  1. package/@syncfusion/ej2-angular-inputs.es5.js +1759 -0
  2. package/@syncfusion/ej2-angular-inputs.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-inputs.js +1657 -0
  4. package/@syncfusion/ej2-angular-inputs.js.map +1 -0
  5. package/CHANGELOG.md +1482 -0
  6. package/dist/ej2-angular-inputs.umd.js +1848 -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 +12 -0
  11. package/ej2-angular-inputs.metadata.json +1 -0
  12. package/package.json +14 -28
  13. package/postinstall/tagchange.js +18 -0
  14. package/schematics/utils/lib-details.d.ts +2 -2
  15. package/schematics/utils/lib-details.js +2 -2
  16. package/schematics/utils/lib-details.ts +2 -2
  17. package/src/color-picker/colorpicker-all.module.d.ts +0 -6
  18. package/src/color-picker/colorpicker.component.d.ts +0 -3
  19. package/src/color-picker/colorpicker.module.d.ts +0 -6
  20. package/src/maskedtextbox/maskedtextbox-all.module.d.ts +0 -6
  21. package/src/maskedtextbox/maskedtextbox.component.d.ts +0 -3
  22. package/src/maskedtextbox/maskedtextbox.module.d.ts +0 -6
  23. package/src/numerictextbox/numerictextbox-all.module.d.ts +0 -6
  24. package/src/numerictextbox/numerictextbox.component.d.ts +0 -3
  25. package/src/numerictextbox/numerictextbox.module.d.ts +0 -6
  26. package/src/rating/rating-all.module.d.ts +0 -6
  27. package/src/rating/rating.component.d.ts +0 -3
  28. package/src/rating/rating.module.d.ts +0 -6
  29. package/src/signature/signature-all.module.d.ts +0 -6
  30. package/src/signature/signature.component.d.ts +0 -3
  31. package/src/signature/signature.module.d.ts +0 -6
  32. package/src/slider/slider-all.module.d.ts +0 -6
  33. package/src/slider/slider.component.d.ts +0 -3
  34. package/src/slider/slider.module.d.ts +0 -6
  35. package/src/textbox/textbox-all.module.d.ts +0 -6
  36. package/src/textbox/textbox.component.d.ts +0 -3
  37. package/src/textbox/textbox.module.d.ts +0 -6
  38. package/src/uploader/files.directive.d.ts +0 -5
  39. package/src/uploader/uploader-all.module.d.ts +0 -6
  40. package/src/uploader/uploader.component.d.ts +0 -3
  41. package/src/uploader/uploader.module.d.ts +0 -7
  42. package/styles/color-picker/bootstrap-dark.scss +1 -11
  43. package/styles/color-picker/bootstrap.scss +1 -11
  44. package/styles/color-picker/bootstrap4.scss +1 -11
  45. package/styles/color-picker/bootstrap5-dark.scss +1 -11
  46. package/styles/color-picker/bootstrap5.scss +1 -11
  47. package/styles/color-picker/fabric-dark.scss +1 -11
  48. package/styles/color-picker/fabric.scss +1 -11
  49. package/styles/color-picker/fluent-dark.scss +1 -11
  50. package/styles/color-picker/fluent.scss +1 -11
  51. package/styles/color-picker/highcontrast-light.scss +1 -11
  52. package/styles/color-picker/highcontrast.scss +1 -11
  53. package/styles/color-picker/material-dark.scss +1 -11
  54. package/styles/color-picker/material.scss +1 -11
  55. package/styles/color-picker/tailwind-dark.scss +1 -11
  56. package/styles/color-picker/tailwind.scss +1 -11
  57. package/styles/input/bootstrap-dark.scss +1 -4
  58. package/styles/input/bootstrap.scss +1 -4
  59. package/styles/input/bootstrap4.scss +1 -4
  60. package/styles/input/bootstrap5-dark.scss +1 -4
  61. package/styles/input/bootstrap5.scss +1 -4
  62. package/styles/input/fabric-dark.scss +1 -4
  63. package/styles/input/fabric.scss +1 -4
  64. package/styles/input/fluent-dark.scss +1 -4
  65. package/styles/input/fluent.scss +1 -4
  66. package/styles/input/highcontrast-light.scss +1 -4
  67. package/styles/input/highcontrast.scss +1 -4
  68. package/styles/input/material-dark.scss +1 -4
  69. package/styles/input/material.scss +1 -4
  70. package/styles/input/tailwind-dark.scss +1 -4
  71. package/styles/input/tailwind.scss +1 -4
  72. package/styles/maskedtextbox/bootstrap-dark.scss +1 -4
  73. package/styles/maskedtextbox/bootstrap.scss +1 -4
  74. package/styles/maskedtextbox/bootstrap4.scss +1 -4
  75. package/styles/maskedtextbox/bootstrap5-dark.scss +1 -4
  76. package/styles/maskedtextbox/bootstrap5.scss +1 -4
  77. package/styles/maskedtextbox/fabric-dark.scss +1 -4
  78. package/styles/maskedtextbox/fabric.scss +1 -4
  79. package/styles/maskedtextbox/fluent-dark.scss +1 -4
  80. package/styles/maskedtextbox/fluent.scss +1 -4
  81. package/styles/maskedtextbox/highcontrast-light.scss +1 -4
  82. package/styles/maskedtextbox/highcontrast.scss +1 -4
  83. package/styles/maskedtextbox/material-dark.scss +1 -4
  84. package/styles/maskedtextbox/material.scss +1 -4
  85. package/styles/maskedtextbox/tailwind-dark.scss +1 -4
  86. package/styles/maskedtextbox/tailwind.scss +1 -4
  87. package/styles/numerictextbox/bootstrap-dark.scss +1 -5
  88. package/styles/numerictextbox/bootstrap.scss +1 -5
  89. package/styles/numerictextbox/bootstrap4.scss +1 -5
  90. package/styles/numerictextbox/bootstrap5-dark.scss +1 -5
  91. package/styles/numerictextbox/bootstrap5.scss +1 -5
  92. package/styles/numerictextbox/fabric-dark.scss +1 -5
  93. package/styles/numerictextbox/fabric.scss +1 -5
  94. package/styles/numerictextbox/fluent-dark.scss +1 -5
  95. package/styles/numerictextbox/fluent.scss +1 -5
  96. package/styles/numerictextbox/highcontrast-light.scss +1 -5
  97. package/styles/numerictextbox/highcontrast.scss +1 -5
  98. package/styles/numerictextbox/material-dark.scss +1 -5
  99. package/styles/numerictextbox/material.scss +1 -5
  100. package/styles/numerictextbox/tailwind-dark.scss +1 -5
  101. package/styles/numerictextbox/tailwind.scss +1 -5
  102. package/styles/rating/bootstrap-dark.scss +1 -4
  103. package/styles/rating/bootstrap.scss +1 -4
  104. package/styles/rating/bootstrap4.scss +1 -4
  105. package/styles/rating/bootstrap5-dark.scss +1 -4
  106. package/styles/rating/bootstrap5.scss +1 -4
  107. package/styles/rating/fabric-dark.scss +1 -4
  108. package/styles/rating/fabric.scss +1 -4
  109. package/styles/rating/fluent-dark.scss +1 -4
  110. package/styles/rating/fluent.scss +1 -4
  111. package/styles/rating/highcontrast-light.scss +1 -4
  112. package/styles/rating/highcontrast.scss +1 -4
  113. package/styles/rating/material-dark.scss +1 -4
  114. package/styles/rating/material.scss +1 -4
  115. package/styles/rating/tailwind-dark.scss +1 -4
  116. package/styles/rating/tailwind.scss +1 -4
  117. package/styles/signature/bootstrap-dark.scss +1 -3
  118. package/styles/signature/bootstrap.scss +1 -3
  119. package/styles/signature/bootstrap4.scss +1 -3
  120. package/styles/signature/bootstrap5-dark.scss +1 -3
  121. package/styles/signature/bootstrap5.scss +1 -3
  122. package/styles/signature/fabric-dark.scss +1 -3
  123. package/styles/signature/fabric.scss +1 -3
  124. package/styles/signature/fluent-dark.scss +1 -3
  125. package/styles/signature/fluent.scss +1 -3
  126. package/styles/signature/highcontrast-light.scss +1 -3
  127. package/styles/signature/highcontrast.scss +1 -3
  128. package/styles/signature/material-dark.scss +1 -3
  129. package/styles/signature/material.scss +1 -3
  130. package/styles/signature/tailwind-dark.scss +1 -3
  131. package/styles/signature/tailwind.scss +1 -3
  132. package/styles/slider/bootstrap-dark.scss +1 -5
  133. package/styles/slider/bootstrap.scss +1 -5
  134. package/styles/slider/bootstrap4.scss +1 -5
  135. package/styles/slider/bootstrap5-dark.scss +1 -5
  136. package/styles/slider/bootstrap5.scss +1 -5
  137. package/styles/slider/fabric-dark.scss +1 -5
  138. package/styles/slider/fabric.scss +1 -5
  139. package/styles/slider/fluent-dark.scss +1 -5
  140. package/styles/slider/fluent.scss +1 -5
  141. package/styles/slider/highcontrast-light.scss +1 -5
  142. package/styles/slider/highcontrast.scss +1 -5
  143. package/styles/slider/material-dark.scss +1 -5
  144. package/styles/slider/material.scss +1 -5
  145. package/styles/slider/tailwind-dark.scss +1 -5
  146. package/styles/slider/tailwind.scss +1 -5
  147. package/styles/textbox/bootstrap-dark.scss +1 -4
  148. package/styles/textbox/bootstrap.scss +1 -4
  149. package/styles/textbox/bootstrap4.scss +1 -4
  150. package/styles/textbox/bootstrap5-dark.scss +1 -4
  151. package/styles/textbox/bootstrap5.scss +1 -4
  152. package/styles/textbox/fabric-dark.scss +1 -4
  153. package/styles/textbox/fabric.scss +1 -4
  154. package/styles/textbox/fluent-dark.scss +1 -4
  155. package/styles/textbox/fluent.scss +1 -4
  156. package/styles/textbox/highcontrast-light.scss +1 -4
  157. package/styles/textbox/highcontrast.scss +1 -4
  158. package/styles/textbox/material-dark.scss +1 -4
  159. package/styles/textbox/material.scss +1 -4
  160. package/styles/textbox/tailwind-dark.scss +1 -4
  161. package/styles/textbox/tailwind.scss +1 -4
  162. package/styles/uploader/bootstrap-dark.scss +1 -6
  163. package/styles/uploader/bootstrap.scss +1 -6
  164. package/styles/uploader/bootstrap4.scss +1 -6
  165. package/styles/uploader/bootstrap5-dark.scss +1 -6
  166. package/styles/uploader/bootstrap5.scss +1 -6
  167. package/styles/uploader/fabric-dark.scss +1 -6
  168. package/styles/uploader/fabric.scss +1 -6
  169. package/styles/uploader/fluent-dark.scss +1 -6
  170. package/styles/uploader/fluent.scss +1 -6
  171. package/styles/uploader/highcontrast-light.scss +1 -6
  172. package/styles/uploader/highcontrast.scss +1 -6
  173. package/styles/uploader/material-dark.scss +1 -6
  174. package/styles/uploader/material.scss +1 -6
  175. package/styles/uploader/tailwind-dark.scss +1 -6
  176. package/styles/uploader/tailwind.scss +1 -6
  177. package/esm2020/public_api.mjs +0 -3
  178. package/esm2020/src/color-picker/colorpicker-all.module.mjs +0 -23
  179. package/esm2020/src/color-picker/colorpicker.component.mjs +0 -83
  180. package/esm2020/src/color-picker/colorpicker.module.mjs +0 -25
  181. package/esm2020/src/form-validator/form-validator.mjs +0 -193
  182. package/esm2020/src/index.mjs +0 -28
  183. package/esm2020/src/maskedtextbox/maskedtextbox-all.module.mjs +0 -23
  184. package/esm2020/src/maskedtextbox/maskedtextbox.component.mjs +0 -84
  185. package/esm2020/src/maskedtextbox/maskedtextbox.module.mjs +0 -25
  186. package/esm2020/src/numerictextbox/numerictextbox-all.module.mjs +0 -23
  187. package/esm2020/src/numerictextbox/numerictextbox.component.mjs +0 -84
  188. package/esm2020/src/numerictextbox/numerictextbox.module.mjs +0 -25
  189. package/esm2020/src/rating/rating-all.module.mjs +0 -23
  190. package/esm2020/src/rating/rating.component.mjs +0 -108
  191. package/esm2020/src/rating/rating.module.mjs +0 -25
  192. package/esm2020/src/signature/signature-all.module.mjs +0 -23
  193. package/esm2020/src/signature/signature.component.mjs +0 -83
  194. package/esm2020/src/signature/signature.module.mjs +0 -25
  195. package/esm2020/src/slider/slider-all.module.mjs +0 -23
  196. package/esm2020/src/slider/slider.component.mjs +0 -83
  197. package/esm2020/src/slider/slider.module.mjs +0 -25
  198. package/esm2020/src/textbox/textbox-all.module.mjs +0 -23
  199. package/esm2020/src/textbox/textbox.component.mjs +0 -84
  200. package/esm2020/src/textbox/textbox.module.mjs +0 -25
  201. package/esm2020/src/uploader/files.directive.mjs +0 -58
  202. package/esm2020/src/uploader/uploader-all.module.mjs +0 -23
  203. package/esm2020/src/uploader/uploader.component.mjs +0 -95
  204. package/esm2020/src/uploader/uploader.module.mjs +0 -34
  205. package/esm2020/syncfusion-ej2-angular-inputs.mjs +0 -5
  206. package/fesm2015/syncfusion-ej2-angular-inputs.mjs +0 -1237
  207. package/fesm2015/syncfusion-ej2-angular-inputs.mjs.map +0 -1
  208. package/fesm2020/syncfusion-ej2-angular-inputs.mjs +0 -1237
  209. package/fesm2020/syncfusion-ej2-angular-inputs.mjs.map +0 -1
  210. package/styles/color-picker/_all.scss +0 -2
  211. package/styles/color-picker/_bootstrap-dark-definition.scss +0 -131
  212. package/styles/color-picker/_bootstrap-definition.scss +0 -128
  213. package/styles/color-picker/_bootstrap4-definition.scss +0 -127
  214. package/styles/color-picker/_bootstrap5-dark-definition.scss +0 -1
  215. package/styles/color-picker/_bootstrap5-definition.scss +0 -133
  216. package/styles/color-picker/_fabric-dark-definition.scss +0 -131
  217. package/styles/color-picker/_fabric-definition.scss +0 -127
  218. package/styles/color-picker/_fluent-dark-definition.scss +0 -1
  219. package/styles/color-picker/_fluent-definition.scss +0 -133
  220. package/styles/color-picker/_fusionnew-definition.scss +0 -133
  221. package/styles/color-picker/_highcontrast-definition.scss +0 -127
  222. package/styles/color-picker/_highcontrast-light-definition.scss +0 -130
  223. package/styles/color-picker/_layout.scss +0 -1188
  224. package/styles/color-picker/_material-dark-definition.scss +0 -135
  225. package/styles/color-picker/_material-definition.scss +0 -130
  226. package/styles/color-picker/_material3-definition.scss +0 -133
  227. package/styles/color-picker/_tailwind-dark-definition.scss +0 -1
  228. package/styles/color-picker/_tailwind-definition.scss +0 -132
  229. package/styles/color-picker/_theme.scss +0 -183
  230. package/styles/color-picker/icons/_bootstrap-dark.scss +0 -9
  231. package/styles/color-picker/icons/_bootstrap.scss +0 -9
  232. package/styles/color-picker/icons/_bootstrap4.scss +0 -9
  233. package/styles/color-picker/icons/_bootstrap5-dark.scss +0 -1
  234. package/styles/color-picker/icons/_bootstrap5.scss +0 -9
  235. package/styles/color-picker/icons/_fabric-dark.scss +0 -9
  236. package/styles/color-picker/icons/_fabric.scss +0 -9
  237. package/styles/color-picker/icons/_fluent-dark.scss +0 -1
  238. package/styles/color-picker/icons/_fluent.scss +0 -9
  239. package/styles/color-picker/icons/_fusionnew.scss +0 -9
  240. package/styles/color-picker/icons/_highcontrast-light.scss +0 -9
  241. package/styles/color-picker/icons/_highcontrast.scss +0 -9
  242. package/styles/color-picker/icons/_material-dark.scss +0 -9
  243. package/styles/color-picker/icons/_material.scss +0 -9
  244. package/styles/color-picker/icons/_material3.scss +0 -9
  245. package/styles/color-picker/icons/_tailwind-dark.scss +0 -9
  246. package/styles/color-picker/icons/_tailwind.scss +0 -9
  247. package/styles/input/_all.scss +0 -3
  248. package/styles/input/_bootstrap-dark-definition.scss +0 -329
  249. package/styles/input/_bootstrap-definition.scss +0 -320
  250. package/styles/input/_bootstrap4-definition.scss +0 -325
  251. package/styles/input/_bootstrap5-dark-definition.scss +0 -1
  252. package/styles/input/_bootstrap5-definition.scss +0 -336
  253. package/styles/input/_definition.scss +0 -232
  254. package/styles/input/_fabric-dark-definition.scss +0 -319
  255. package/styles/input/_fabric-definition.scss +0 -311
  256. package/styles/input/_fluent-dark-definition.scss +0 -1
  257. package/styles/input/_fluent-definition.scss +0 -338
  258. package/styles/input/_fusionnew-definition.scss +0 -336
  259. package/styles/input/_highcontrast-definition.scss +0 -312
  260. package/styles/input/_highcontrast-light-definition.scss +0 -320
  261. package/styles/input/_layout.scss +0 -11010
  262. package/styles/input/_material-dark-definition.scss +0 -573
  263. package/styles/input/_material-definition.scss +0 -573
  264. package/styles/input/_material3-definition.scss +0 -336
  265. package/styles/input/_responsive.scss +0 -1
  266. package/styles/input/_tailwind-dark-definition.scss +0 -1
  267. package/styles/input/_tailwind-definition.scss +0 -335
  268. package/styles/input/_theme.scss +0 -4264
  269. package/styles/input/icons/_bootstrap-dark.scss +0 -17
  270. package/styles/input/icons/_bootstrap.scss +0 -17
  271. package/styles/input/icons/_bootstrap4.scss +0 -17
  272. package/styles/input/icons/_bootstrap5-dark.scss +0 -1
  273. package/styles/input/icons/_bootstrap5.scss +0 -17
  274. package/styles/input/icons/_fabric-dark.scss +0 -17
  275. package/styles/input/icons/_fabric.scss +0 -17
  276. package/styles/input/icons/_fluent-dark.scss +0 -1
  277. package/styles/input/icons/_fluent.scss +0 -17
  278. package/styles/input/icons/_fusionnew.scss +0 -17
  279. package/styles/input/icons/_highcontrast-light.scss +0 -17
  280. package/styles/input/icons/_highcontrast.scss +0 -17
  281. package/styles/input/icons/_material-dark.scss +0 -49
  282. package/styles/input/icons/_material.scss +0 -49
  283. package/styles/input/icons/_material3.scss +0 -17
  284. package/styles/input/icons/_tailwind-dark.scss +0 -1
  285. package/styles/input/icons/_tailwind.scss +0 -17
  286. package/styles/maskedtextbox/_all.scss +0 -2
  287. package/styles/maskedtextbox/_bootstrap-dark-definition.scss +0 -7
  288. package/styles/maskedtextbox/_bootstrap-definition.scss +0 -4
  289. package/styles/maskedtextbox/_bootstrap4-definition.scss +0 -4
  290. package/styles/maskedtextbox/_bootstrap5-dark-definition.scss +0 -1
  291. package/styles/maskedtextbox/_bootstrap5-definition.scss +0 -7
  292. package/styles/maskedtextbox/_fabric-dark-definition.scss +0 -7
  293. package/styles/maskedtextbox/_fabric-definition.scss +0 -4
  294. package/styles/maskedtextbox/_fluent-dark-definition.scss +0 -1
  295. package/styles/maskedtextbox/_fluent-definition.scss +0 -7
  296. package/styles/maskedtextbox/_fusionnew-definition.scss +0 -7
  297. package/styles/maskedtextbox/_highcontrast-definition.scss +0 -4
  298. package/styles/maskedtextbox/_highcontrast-light-definition.scss +0 -7
  299. package/styles/maskedtextbox/_layout.scss +0 -33
  300. package/styles/maskedtextbox/_material-dark-definition.scss +0 -7
  301. package/styles/maskedtextbox/_material-definition.scss +0 -4
  302. package/styles/maskedtextbox/_material3-definition.scss +0 -7
  303. package/styles/maskedtextbox/_tailwind-dark-definition.scss +0 -1
  304. package/styles/maskedtextbox/_tailwind-definition.scss +0 -7
  305. package/styles/maskedtextbox/_theme.scss +0 -15
  306. package/styles/numerictextbox/_all.scss +0 -2
  307. package/styles/numerictextbox/_bootstrap-dark-definition.scss +0 -6
  308. package/styles/numerictextbox/_bootstrap-definition.scss +0 -3
  309. package/styles/numerictextbox/_bootstrap4-definition.scss +0 -3
  310. package/styles/numerictextbox/_bootstrap5-dark-definition.scss +0 -1
  311. package/styles/numerictextbox/_bootstrap5-definition.scss +0 -3
  312. package/styles/numerictextbox/_fabric-dark-definition.scss +0 -6
  313. package/styles/numerictextbox/_fabric-definition.scss +0 -3
  314. package/styles/numerictextbox/_fluent-dark-definition.scss +0 -1
  315. package/styles/numerictextbox/_fluent-definition.scss +0 -5
  316. package/styles/numerictextbox/_fusionnew-definition.scss +0 -3
  317. package/styles/numerictextbox/_highcontrast-definition.scss +0 -3
  318. package/styles/numerictextbox/_highcontrast-light-definition.scss +0 -6
  319. package/styles/numerictextbox/_layout.scss +0 -30
  320. package/styles/numerictextbox/_material-dark-definition.scss +0 -6
  321. package/styles/numerictextbox/_material-definition.scss +0 -3
  322. package/styles/numerictextbox/_material3-definition.scss +0 -3
  323. package/styles/numerictextbox/_tailwind-dark-definition.scss +0 -1
  324. package/styles/numerictextbox/_tailwind-definition.scss +0 -3
  325. package/styles/numerictextbox/_theme.scss +0 -39
  326. package/styles/numerictextbox/icons/_bootstrap-dark.scss +0 -11
  327. package/styles/numerictextbox/icons/_bootstrap.scss +0 -11
  328. package/styles/numerictextbox/icons/_bootstrap4.scss +0 -11
  329. package/styles/numerictextbox/icons/_bootstrap5-dark.scss +0 -1
  330. package/styles/numerictextbox/icons/_bootstrap5.scss +0 -11
  331. package/styles/numerictextbox/icons/_fabric-dark.scss +0 -11
  332. package/styles/numerictextbox/icons/_fabric.scss +0 -11
  333. package/styles/numerictextbox/icons/_fluent-dark.scss +0 -1
  334. package/styles/numerictextbox/icons/_fluent.scss +0 -11
  335. package/styles/numerictextbox/icons/_fusionnew.scss +0 -11
  336. package/styles/numerictextbox/icons/_highcontrast-light.scss +0 -11
  337. package/styles/numerictextbox/icons/_highcontrast.scss +0 -11
  338. package/styles/numerictextbox/icons/_material-dark.scss +0 -11
  339. package/styles/numerictextbox/icons/_material.scss +0 -11
  340. package/styles/numerictextbox/icons/_material3.scss +0 -11
  341. package/styles/numerictextbox/icons/_tailwind-dark.scss +0 -1
  342. package/styles/numerictextbox/icons/_tailwind.scss +0 -11
  343. package/styles/rating/_all.scss +0 -2
  344. package/styles/rating/_bootstrap-dark-definition.scss +0 -46
  345. package/styles/rating/_bootstrap-definition.scss +0 -46
  346. package/styles/rating/_bootstrap4-definition.scss +0 -46
  347. package/styles/rating/_bootstrap5-dark-definition.scss +0 -1
  348. package/styles/rating/_bootstrap5-definition.scss +0 -46
  349. package/styles/rating/_fabric-dark-definition.scss +0 -46
  350. package/styles/rating/_fabric-definition.scss +0 -46
  351. package/styles/rating/_fluent-dark-definition.scss +0 -1
  352. package/styles/rating/_fluent-definition.scss +0 -46
  353. package/styles/rating/_fusionnew-definition.scss +0 -46
  354. package/styles/rating/_highcontrast-definition.scss +0 -46
  355. package/styles/rating/_highcontrast-light-definition.scss +0 -46
  356. package/styles/rating/_layout.scss +0 -209
  357. package/styles/rating/_material-dark-definition.scss +0 -46
  358. package/styles/rating/_material-definition.scss +0 -46
  359. package/styles/rating/_material3-definition.scss +0 -46
  360. package/styles/rating/_tailwind-dark-definition.scss +0 -1
  361. package/styles/rating/_tailwind-definition.scss +0 -46
  362. package/styles/rating/_theme.scss +0 -158
  363. package/styles/signature/_all.scss +0 -2
  364. package/styles/signature/_bootstrap-dark-definition.scss +0 -3
  365. package/styles/signature/_bootstrap-definition.scss +0 -3
  366. package/styles/signature/_bootstrap4-definition.scss +0 -3
  367. package/styles/signature/_bootstrap5-dark-definition.scss +0 -1
  368. package/styles/signature/_bootstrap5-definition.scss +0 -3
  369. package/styles/signature/_fabric-dark-definition.scss +0 -3
  370. package/styles/signature/_fabric-definition.scss +0 -3
  371. package/styles/signature/_fluent-dark-definition.scss +0 -1
  372. package/styles/signature/_fluent-definition.scss +0 -3
  373. package/styles/signature/_fusionnew-definition.scss +0 -3
  374. package/styles/signature/_highcontrast-definition.scss +0 -3
  375. package/styles/signature/_highcontrast-light-definition.scss +0 -3
  376. package/styles/signature/_layout.scss +0 -5
  377. package/styles/signature/_material-dark-definition.scss +0 -3
  378. package/styles/signature/_material-definition.scss +0 -3
  379. package/styles/signature/_material3-definition.scss +0 -3
  380. package/styles/signature/_tailwind-dark-definition.scss +0 -1
  381. package/styles/signature/_tailwind-definition.scss +0 -3
  382. package/styles/signature/_theme.scss +0 -7
  383. package/styles/slider/_all.scss +0 -3
  384. package/styles/slider/_bootstrap-dark-definition.scss +0 -156
  385. package/styles/slider/_bootstrap-definition.scss +0 -152
  386. package/styles/slider/_bootstrap4-definition.scss +0 -147
  387. package/styles/slider/_bootstrap5-dark-definition.scss +0 -1
  388. package/styles/slider/_bootstrap5-definition.scss +0 -90
  389. package/styles/slider/_fabric-dark-definition.scss +0 -162
  390. package/styles/slider/_fabric-definition.scss +0 -156
  391. package/styles/slider/_fluent-dark-definition.scss +0 -1
  392. package/styles/slider/_fluent-definition.scss +0 -74
  393. package/styles/slider/_fusionnew-definition.scss +0 -90
  394. package/styles/slider/_highcontrast-definition.scss +0 -145
  395. package/styles/slider/_highcontrast-light-definition.scss +0 -149
  396. package/styles/slider/_icons.scss +0 -1
  397. package/styles/slider/_layout.scss +0 -2421
  398. package/styles/slider/_material-dark-definition.scss +0 -159
  399. package/styles/slider/_material-definition.scss +0 -154
  400. package/styles/slider/_material3-definition.scss +0 -90
  401. package/styles/slider/_tailwind-dark-definition.scss +0 -1
  402. package/styles/slider/_tailwind-definition.scss +0 -84
  403. package/styles/slider/_theme.scss +0 -235
  404. package/styles/textbox/_all.scss +0 -1
  405. package/styles/textbox/_bootstrap-dark-definition.scss +0 -1
  406. package/styles/textbox/_bootstrap-definition.scss +0 -1
  407. package/styles/textbox/_bootstrap4-definition.scss +0 -1
  408. package/styles/textbox/_bootstrap5-dark-definition.scss +0 -1
  409. package/styles/textbox/_bootstrap5-definition.scss +0 -1
  410. package/styles/textbox/_fabric-dark-definition.scss +0 -1
  411. package/styles/textbox/_fabric-definition.scss +0 -1
  412. package/styles/textbox/_fluent-dark-definition.scss +0 -1
  413. package/styles/textbox/_fluent-definition.scss +0 -1
  414. package/styles/textbox/_fusionnew-definition.scss +0 -1
  415. package/styles/textbox/_highcontrast-definition.scss +0 -1
  416. package/styles/textbox/_highcontrast-light-definition.scss +0 -1
  417. package/styles/textbox/_layout.scss +0 -10
  418. package/styles/textbox/_material-dark-definition.scss +0 -1
  419. package/styles/textbox/_material-definition.scss +0 -1
  420. package/styles/textbox/_material3-definition.scss +0 -1
  421. package/styles/textbox/_tailwind-dark-definition.scss +0 -1
  422. package/styles/textbox/_tailwind-definition.scss +0 -1
  423. package/styles/textbox/_theme.scss +0 -1
  424. package/styles/uploader/_all.scss +0 -2
  425. package/styles/uploader/_bootstrap-dark-definition.scss +0 -213
  426. package/styles/uploader/_bootstrap-definition.scss +0 -208
  427. package/styles/uploader/_bootstrap4-definition.scss +0 -211
  428. package/styles/uploader/_bootstrap5-dark-definition.scss +0 -1
  429. package/styles/uploader/_bootstrap5-definition.scss +0 -216
  430. package/styles/uploader/_definition.scss +0 -142
  431. package/styles/uploader/_fabric-dark-definition.scss +0 -216
  432. package/styles/uploader/_fabric-definition.scss +0 -210
  433. package/styles/uploader/_fluent-dark-definition.scss +0 -1
  434. package/styles/uploader/_fluent-definition.scss +0 -234
  435. package/styles/uploader/_fusionnew-definition.scss +0 -216
  436. package/styles/uploader/_highcontrast-definition.scss +0 -211
  437. package/styles/uploader/_highcontrast-light-definition.scss +0 -219
  438. package/styles/uploader/_layout.scss +0 -984
  439. package/styles/uploader/_material-dark-definition.scss +0 -217
  440. package/styles/uploader/_material-definition.scss +0 -214
  441. package/styles/uploader/_material3-definition.scss +0 -216
  442. package/styles/uploader/_tailwind-dark-definition.scss +0 -1
  443. package/styles/uploader/_tailwind-definition.scss +0 -232
  444. package/styles/uploader/_theme.scss +0 -136
  445. package/styles/uploader/icons/_bootstrap-dark.scss +0 -34
  446. package/styles/uploader/icons/_bootstrap.scss +0 -34
  447. package/styles/uploader/icons/_bootstrap4.scss +0 -34
  448. package/styles/uploader/icons/_bootstrap5-dark.scss +0 -1
  449. package/styles/uploader/icons/_bootstrap5.scss +0 -34
  450. package/styles/uploader/icons/_fabric-dark.scss +0 -34
  451. package/styles/uploader/icons/_fabric.scss +0 -34
  452. package/styles/uploader/icons/_fluent-dark.scss +0 -1
  453. package/styles/uploader/icons/_fluent.scss +0 -34
  454. package/styles/uploader/icons/_fusionnew.scss +0 -34
  455. package/styles/uploader/icons/_highcontrast-light.scss +0 -34
  456. package/styles/uploader/icons/_highcontrast.scss +0 -34
  457. package/styles/uploader/icons/_material-dark.scss +0 -34
  458. package/styles/uploader/icons/_material.scss +0 -34
  459. package/styles/uploader/icons/_material3.scss +0 -34
  460. package/styles/uploader/icons/_tailwind-dark.scss +0 -1
  461. package/styles/uploader/icons/_tailwind.scss +0 -34
  462. package/syncfusion-ej2-angular-inputs.d.ts +0 -5
@@ -1,1188 +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
- /* stylelint-disable property-no-vendor-prefix */
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
- & .e-handle {
749
- @if $skin-name == 'FluentUI' {
750
- top: $cpicker-slider-handle-top !important; /* stylelint-disable-line declaration-no-important */
751
- }
752
- }
753
- }
754
-
755
- & .e-preview-container {
756
- margin-left: 0;
757
- margin-right: $cpicker-preview-margin-left;
758
- }
759
-
760
- & .e-opacity-slider {
761
- & .e-handle-first {
762
- @if $skin-name == 'FluentUI' {
763
- top: $cpicker-slider-handle-top !important; /* stylelint-disable-line declaration-no-important */
764
- }
765
- }
766
- }
767
- }
768
-
769
- & .e-selected-value {
770
- & .e-float-input {
771
- margin-left: $cpicker-label-margin;
772
- margin-right: 0;
773
-
774
- & input {
775
- padding-right: 0;
776
- }
777
- }
778
-
779
- & .e-value-switch-btn {
780
- transform: rotate(180deg);
781
- }
782
- }
783
-
784
- & .e-switch-ctrl-btn {
785
- & .e-mode-switch-btn {
786
- float: right;
787
- }
788
-
789
- & .e-ctrl-btn {
790
- float: left;
791
- text-align: left;
792
-
793
- & .e-cancel {
794
- margin-left: 0;
795
- margin-right: $cpicker-cancel-btn-margin;
796
- }
797
- }
798
- }
799
-
800
- &.sf-colorpicker .e-selected-value .e-input-container .e-float-input {
801
- float: right;
802
- margin-right: $cpicker-blazor-input-margin;
803
- }
804
- }
805
-
806
- &.e-hide-valueswitcher {
807
- & .e-container {
808
- & .e-float-input {
809
- &:last-child {
810
- margin-left: 0;
811
- }
812
- }
813
- }
814
- }
815
- }
816
-
817
- .e-bigger {
818
- & .e-container {
819
- &.e-color-picker {
820
- width: $cpicker-bigger-container-width;
821
-
822
- & .e-switch-ctrl-btn .e-ctrl-btn .e-btn {
823
- @if $skin-name == 'tailwind' or $skin-name == 'tailwind-dark' {
824
- height: 38px;
825
- }
826
- }
827
-
828
- & .e-switch-ctrl-btn {
829
- @if $skin-name == 'tailwind' or $skin-name == 'tailwind-dark' {
830
- padding: $cpicker-bigger-ctrl-btn-padding;
831
- }
832
- }
833
-
834
- & .e-switch-ctrl-btn .e-mode-switch-btn {
835
- @if $skin-name == 'tailwind' or $skin-name == 'tailwind-dark' {
836
- height: 38px;
837
- }
838
- }
839
- }
840
-
841
- & .e-palette {
842
- & .e-tile {
843
- height: $cpicker-bigger-tile-size;
844
- width: $cpicker-bigger-tile-size;
845
- }
846
- }
847
-
848
- & .e-hsv-container {
849
- & .e-handler {
850
- @if $skin-name == 'bootstrap4' {
851
- height: 12px;
852
- width: 12px;
853
- }
854
- }
855
-
856
- & .e-hsv-color {
857
- height: $cpicker-bigger-container-height;
858
- }
859
- }
860
-
861
- & .e-custom-palette {
862
- &.e-palette-group {
863
- height: $cpicker-bigger-container-width;
864
- }
865
- }
866
-
867
- & .e-slider-preview {
868
- padding: $cpicker-bigger-slider-wrapper-padding;
869
-
870
- & .e-preview-container {
871
- margin-left: $cpicker-bigger-preview-margin-left;
872
- vertical-align: super;
873
- width: $cpicker-bigger-preview-size;
874
-
875
- @if $skin-name == 'tailwind' or $skin-name == 'tailwind-dark' {
876
- top: 5px;
877
- }
878
- @else if $skin-name == 'FluentUI' {
879
- top: $cpicker-preview-container-top;
880
- }
881
- @else {
882
- top: 0;
883
- }
884
- }
885
-
886
- & .e-colorpicker-slider {
887
- width: $cpicker-bigger-slider-container-width;
888
-
889
- & .e-slider-container {
890
- height: $cpicker-bigger-slider-container-height;
891
- @if $skin-name == 'bootstrap4' {
892
- padding: 12px;
893
- }
894
-
895
- & .e-slider-track {
896
- @if $skin-name == 'tailwind' or $skin-name == 'tailwind-dark' {
897
- height: $cpicker-bigger-slider-height;
898
- }
899
- @else if $skin-name == 'bootstrap5' {
900
- border-radius: 6px;
901
- }
902
- }
903
-
904
- & .e-opacity-slider {
905
- & .e-opacity-empty-track {
906
- @if $skin-name == 'tailwind' or $skin-name == 'tailwind-dark' {
907
- height: 12px;
908
- }
909
- }
910
- }
911
-
912
- & .e-handle {
913
- border-radius: $cpicker-bigger-slider-handle-radius;
914
- height: $cpicker-bigger-slider-handle-size;
915
- top: $cpicker-bigger-slider-handle-top;
916
- width: $cpicker-bigger-slider-handle-size;
917
- }
918
- }
919
- }
920
-
921
- & .e-switch-ctrl-btn {
922
- @if $skin-name == 'bootstrap4' {
923
- display: inline-block;
924
- padding: 16px;
925
- white-space: nowrap;
926
- width: 100%;
927
- }
928
-
929
- & .e-ctrl-btn {
930
- width: 90.6%;
931
- }
932
-
933
- & .e-cancel {
934
- @if $skin-name == 'bootstrap4' {
935
- margin-left: 10px;
936
- }
937
- }
938
- }
939
- }
940
-
941
- &.e-color-palette {
942
- & .e-palette {
943
- +.e-switch-ctrl-btn {
944
- padding: $cpicker-bigger-palette-ctrl-btn-padding;
945
-
946
- & .e-ctrl-btn .e-btn {
947
- @if $skin-name == 'tailwind' or $skin-name == 'tailwind-dark' {
948
- line-height: 0;
949
- }
950
- }
951
- }
952
- }
953
- }
954
-
955
- & .e-input-container {
956
- width: $cpicker-bigger-input-container;
957
-
958
- & .e-float-input {
959
- margin-right: $cpicker-bigger-label-margin;
960
-
961
- &:first-child {
962
- width: $cpicker-bigger-hex-label-width;
963
-
964
- & input {
965
- height: $cpicker-bigger-input-height;
966
- }
967
- }
968
-
969
- &.e-numeric {
970
- height: $cpicker-bigger-input-height;
971
- width: $cpicker-bigger-label-width;
972
-
973
- & input {
974
- height: $cpicker-bigger-numeric-input-height;
975
- }
976
- }
977
- }
978
- }
979
-
980
- & .e-css.e-value-switch-btn,
981
- & .e-mode-switch-btn {
982
- padding: $cpicker-bigger-switch-btn-padding;
983
- width: $cpicker-bigger-switch-btn-width;
984
- @if $skin-name == 'bootstrap4' {
985
- height: $cpicker-bigger-switch-btn-width;
986
- }
987
- @if $skin-name == 'tailwind' or $skin-name == 'tailwind-dark' {
988
- font-size: 22px;
989
- line-height: 22px;
990
- }
991
- @else {
992
- font-size: 18px;
993
- line-height: 18px;
994
- }
995
- }
996
-
997
- & .e-mode-switch-btn {
998
- margin-top: $cpicker-bigger-type-switch-btn-margin;
999
- }
1000
-
1001
- &.sf-colorpicker .e-input-container .e-float-input {
1002
- margin-right: $cpicker-blazor-bigger-input-margin;
1003
- }
1004
- }
1005
-
1006
- & .e-hide-opacity,
1007
- &.e-hide-opacity {
1008
- & .e-container {
1009
- & .e-slider-preview {
1010
- padding: $cpicker-bigger-slider-wrapper-padding;
1011
-
1012
- & .e-preview-container {
1013
- vertical-align: initial;
1014
- }
1015
- }
1016
-
1017
- & .e-float-input {
1018
- &:first-child {
1019
- width: $cpicker-opacity-hidden-hex-width;
1020
- }
1021
-
1022
- &.e-numeric {
1023
- width: $cpicker-bigger-opacity-hidden-numeric-width;
1024
- }
1025
- }
1026
- }
1027
- }
1028
-
1029
- &.e-hide-hex-value,
1030
- & .e-hide-hex-value {
1031
- & .e-container {
1032
- & .e-float-input {
1033
- &.e-numeric {
1034
- width: $cpicker-bigger-hex-hidden-width;
1035
- }
1036
- }
1037
- }
1038
-
1039
- &.e-hide-opacity .e-container {
1040
- & .e-float-input {
1041
- &.e-numeric {
1042
- width: $cpicker-hex-opacity-hidden-width;
1043
- }
1044
- }
1045
- }
1046
- }
1047
-
1048
- &.e-hide-valueswitcher,
1049
- & .e-hide-valueswitcher {
1050
- & .e-container {
1051
- & .e-input-container {
1052
- width: 100%;
1053
- }
1054
-
1055
- & .e-float-input {
1056
- &:last-child {
1057
- margin-right: 0;
1058
- }
1059
-
1060
- &.e-numeric {
1061
- width: $cpicker-bigger-value-hidden-label-width;
1062
- }
1063
- }
1064
- }
1065
-
1066
- &.e-hide-opacity .e-container {
1067
- & .e-float-input {
1068
- &:first-child {
1069
- width: $cpicker-value-opacity-hide-hex-label-width;
1070
- }
1071
-
1072
- &.e-numeric {
1073
- width: $cpicker-bigger-value-opacity-hide-label-width;
1074
- }
1075
- }
1076
- }
1077
-
1078
- &.e-hide-hex-value,
1079
- & .e-hide-hex-value {
1080
- & .e-container {
1081
- & .e-float-input {
1082
- &.e-numeric {
1083
- width: $cpicker-bigger-hex-hidden-width;
1084
- }
1085
- }
1086
- }
1087
-
1088
- &.e-hide-opacity .e-container {
1089
- & .e-float-input {
1090
- &.e-numeric {
1091
- width: $cpicker-bigger-value-opacity-hex-hidden-width;
1092
- }
1093
- }
1094
- }
1095
- }
1096
- }
1097
- }
1098
-
1099
- .e-bigger .e-rtl,
1100
- .e-bigger.e-rtl {
1101
- & .e-container {
1102
- & .e-slider-preview {
1103
- & .e-preview-container {
1104
- margin-left: 0;
1105
- margin-right: $cpicker-bigger-preview-margin-left;
1106
- }
1107
- }
1108
-
1109
- & .e-selected-value {
1110
- & .e-float-input {
1111
- margin-left: $cpicker-bigger-label-margin;
1112
- margin-right: 0;
1113
- }
1114
- }
1115
-
1116
- &.sf-colorpicker .e-selected-value .e-input-container .e-float-input {
1117
- margin-left: $cpicker-blazor-bigger-input-margin;
1118
- }
1119
- }
1120
-
1121
- &.e-hide-valueswitcher {
1122
- & .e-container {
1123
- & .e-float-input {
1124
- &:last-child {
1125
- margin-left: 0;
1126
- }
1127
- }
1128
- }
1129
- }
1130
- }
1131
-
1132
- .e-hide-switchable-value,
1133
- .e-bigger.e-hide-switchable-value,
1134
- .e-bigger .e-hide-switchable-value {
1135
- & .e-container {
1136
- & .e-input-container {
1137
- & .e-float-input:first-child {
1138
- width: 100%;
1139
- }
1140
- }
1141
- }
1142
- }
1143
-
1144
- .e-popup.e-tooltip-wrap {
1145
- &.e-color-picker-tooltip {
1146
- border-bottom-left-radius: 50%;
1147
- border-bottom-right-radius: 0%;
1148
- border-top-left-radius: 50%;
1149
- border-top-right-radius: 50%;
1150
- box-shadow: $cpicker-slider-handler-box-shadow;
1151
- cursor: pointer;
1152
- min-width: 26px;
1153
- transform: translateY(18px) rotate(45deg) scale(.01);
1154
- transition: transform .4s cubic-bezier(.25, .8, .25, 1);
1155
-
1156
- & .e-tip-content {
1157
- background: $cpicker-transparent-bg-pattern;
1158
- background-size: 8px;
1159
- border-radius: 50%;
1160
- height: $cpicker-tooltip-preview-size;
1161
- position: relative;
1162
- transform: rotate(45deg);
1163
- width: $cpicker-tooltip-preview-size;
1164
- }
1165
- }
1166
- }
1167
-
1168
- .e-split-preview,
1169
- .e-tip-transparent {
1170
- height: 100%;
1171
- left: 0;
1172
- position: absolute;
1173
- top: 0;
1174
- width: 100%;
1175
- }
1176
-
1177
- .e-bigger .e-popup.e-tooltip-wrap,
1178
- .e-bigger.e-popup.e-tooltip-wrap {
1179
- &.e-color-picker-tooltip {
1180
- min-width: 32px;
1181
-
1182
- & .e-tip-content {
1183
- height: $cpicker-bigger-tooltip-preview-size;
1184
- width: $cpicker-bigger-tooltip-preview-size;
1185
- }
1186
- }
1187
- }
1188
- }