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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (421) hide show
  1. package/@syncfusion/ej2-angular-inputs.es5.js +1563 -0
  2. package/@syncfusion/ej2-angular-inputs.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-inputs.js +1472 -0
  4. package/@syncfusion/ej2-angular-inputs.js.map +1 -0
  5. package/CHANGELOG.md +1447 -0
  6. package/dist/ej2-angular-inputs.umd.js +1644 -0
  7. package/dist/ej2-angular-inputs.umd.js.map +1 -0
  8. package/dist/ej2-angular-inputs.umd.min.js +11 -0
  9. package/dist/ej2-angular-inputs.umd.min.js.map +1 -0
  10. package/ej2-angular-inputs.d.ts +11 -0
  11. package/ej2-angular-inputs.metadata.json +1 -0
  12. package/package.json +15 -29
  13. package/postinstall/tagchange.js +18 -0
  14. package/schematics/utils/lib-details.d.ts +2 -2
  15. package/schematics/utils/lib-details.js +2 -2
  16. package/schematics/utils/lib-details.ts +2 -2
  17. package/src/color-picker/colorpicker-all.module.d.ts +0 -6
  18. package/src/color-picker/colorpicker.component.d.ts +0 -3
  19. package/src/color-picker/colorpicker.module.d.ts +0 -6
  20. package/src/maskedtextbox/maskedtextbox-all.module.d.ts +0 -6
  21. package/src/maskedtextbox/maskedtextbox.component.d.ts +0 -3
  22. package/src/maskedtextbox/maskedtextbox.module.d.ts +0 -6
  23. package/src/numerictextbox/numerictextbox-all.module.d.ts +0 -6
  24. package/src/numerictextbox/numerictextbox.component.d.ts +0 -3
  25. package/src/numerictextbox/numerictextbox.module.d.ts +0 -6
  26. package/src/signature/signature-all.module.d.ts +0 -6
  27. package/src/signature/signature.component.d.ts +0 -3
  28. package/src/signature/signature.module.d.ts +0 -6
  29. package/src/slider/slider-all.module.d.ts +0 -6
  30. package/src/slider/slider.component.d.ts +0 -3
  31. package/src/slider/slider.module.d.ts +0 -6
  32. package/src/textbox/textbox-all.module.d.ts +0 -6
  33. package/src/textbox/textbox.component.d.ts +0 -3
  34. package/src/textbox/textbox.module.d.ts +0 -6
  35. package/src/uploader/files.directive.d.ts +0 -5
  36. package/src/uploader/uploader-all.module.d.ts +0 -6
  37. package/src/uploader/uploader.component.d.ts +0 -3
  38. package/src/uploader/uploader.module.d.ts +0 -7
  39. package/styles/color-picker/bootstrap-dark.scss +1 -11
  40. package/styles/color-picker/bootstrap.scss +1 -11
  41. package/styles/color-picker/bootstrap4.scss +1 -11
  42. package/styles/color-picker/bootstrap5-dark.scss +1 -11
  43. package/styles/color-picker/bootstrap5.scss +1 -11
  44. package/styles/color-picker/fabric-dark.scss +1 -11
  45. package/styles/color-picker/fabric.scss +1 -11
  46. package/styles/color-picker/fluent-dark.scss +1 -11
  47. package/styles/color-picker/fluent.scss +1 -11
  48. package/styles/color-picker/highcontrast-light.scss +1 -11
  49. package/styles/color-picker/highcontrast.scss +1 -11
  50. package/styles/color-picker/material-dark.scss +1 -11
  51. package/styles/color-picker/material.scss +1 -11
  52. package/styles/color-picker/tailwind-dark.scss +1 -11
  53. package/styles/color-picker/tailwind.scss +1 -11
  54. package/styles/input/bootstrap-dark.scss +1 -4
  55. package/styles/input/bootstrap.scss +1 -4
  56. package/styles/input/bootstrap4.scss +1 -4
  57. package/styles/input/bootstrap5-dark.scss +1 -4
  58. package/styles/input/bootstrap5.scss +1 -4
  59. package/styles/input/fabric-dark.scss +1 -4
  60. package/styles/input/fabric.scss +1 -4
  61. package/styles/input/fluent-dark.scss +1 -4
  62. package/styles/input/fluent.scss +1 -4
  63. package/styles/input/highcontrast-light.scss +1 -4
  64. package/styles/input/highcontrast.scss +1 -4
  65. package/styles/input/material-dark.scss +1 -4
  66. package/styles/input/material.scss +1 -4
  67. package/styles/input/tailwind-dark.scss +1 -4
  68. package/styles/input/tailwind.scss +1 -4
  69. package/styles/maskedtextbox/bootstrap-dark.scss +1 -4
  70. package/styles/maskedtextbox/bootstrap.scss +1 -4
  71. package/styles/maskedtextbox/bootstrap4.scss +1 -4
  72. package/styles/maskedtextbox/bootstrap5-dark.scss +1 -4
  73. package/styles/maskedtextbox/bootstrap5.scss +1 -4
  74. package/styles/maskedtextbox/fabric-dark.scss +1 -4
  75. package/styles/maskedtextbox/fabric.scss +1 -4
  76. package/styles/maskedtextbox/fluent-dark.scss +1 -4
  77. package/styles/maskedtextbox/fluent.scss +1 -4
  78. package/styles/maskedtextbox/highcontrast-light.scss +1 -4
  79. package/styles/maskedtextbox/highcontrast.scss +1 -4
  80. package/styles/maskedtextbox/material-dark.scss +1 -4
  81. package/styles/maskedtextbox/material.scss +1 -4
  82. package/styles/maskedtextbox/tailwind-dark.scss +1 -4
  83. package/styles/maskedtextbox/tailwind.scss +1 -4
  84. package/styles/numerictextbox/bootstrap-dark.scss +1 -5
  85. package/styles/numerictextbox/bootstrap.scss +1 -5
  86. package/styles/numerictextbox/bootstrap4.scss +1 -5
  87. package/styles/numerictextbox/bootstrap5-dark.scss +1 -5
  88. package/styles/numerictextbox/bootstrap5.scss +1 -5
  89. package/styles/numerictextbox/fabric-dark.scss +1 -5
  90. package/styles/numerictextbox/fabric.scss +1 -5
  91. package/styles/numerictextbox/fluent-dark.scss +1 -5
  92. package/styles/numerictextbox/fluent.scss +1 -5
  93. package/styles/numerictextbox/highcontrast-light.scss +1 -5
  94. package/styles/numerictextbox/highcontrast.scss +1 -5
  95. package/styles/numerictextbox/material-dark.scss +1 -5
  96. package/styles/numerictextbox/material.scss +1 -5
  97. package/styles/numerictextbox/tailwind-dark.scss +1 -5
  98. package/styles/numerictextbox/tailwind.scss +1 -5
  99. package/styles/signature/bootstrap-dark.scss +1 -3
  100. package/styles/signature/bootstrap.scss +1 -3
  101. package/styles/signature/bootstrap4.scss +1 -3
  102. package/styles/signature/bootstrap5-dark.scss +1 -3
  103. package/styles/signature/bootstrap5.scss +1 -3
  104. package/styles/signature/fabric-dark.scss +1 -3
  105. package/styles/signature/fabric.scss +1 -3
  106. package/styles/signature/fluent-dark.scss +1 -3
  107. package/styles/signature/fluent.scss +1 -3
  108. package/styles/signature/highcontrast-light.scss +1 -3
  109. package/styles/signature/highcontrast.scss +1 -3
  110. package/styles/signature/material-dark.scss +1 -3
  111. package/styles/signature/material.scss +1 -3
  112. package/styles/signature/tailwind-dark.scss +1 -3
  113. package/styles/signature/tailwind.scss +1 -3
  114. package/styles/slider/bootstrap-dark.scss +1 -5
  115. package/styles/slider/bootstrap.scss +1 -5
  116. package/styles/slider/bootstrap4.scss +1 -5
  117. package/styles/slider/bootstrap5-dark.scss +1 -5
  118. package/styles/slider/bootstrap5.scss +1 -5
  119. package/styles/slider/fabric-dark.scss +1 -5
  120. package/styles/slider/fabric.scss +1 -5
  121. package/styles/slider/fluent-dark.scss +1 -5
  122. package/styles/slider/fluent.scss +1 -5
  123. package/styles/slider/highcontrast-light.scss +1 -5
  124. package/styles/slider/highcontrast.scss +1 -5
  125. package/styles/slider/material-dark.scss +1 -5
  126. package/styles/slider/material.scss +1 -5
  127. package/styles/slider/tailwind-dark.scss +1 -5
  128. package/styles/slider/tailwind.scss +1 -5
  129. package/styles/textbox/bootstrap-dark.scss +1 -4
  130. package/styles/textbox/bootstrap.scss +1 -4
  131. package/styles/textbox/bootstrap4.scss +1 -4
  132. package/styles/textbox/bootstrap5-dark.scss +1 -4
  133. package/styles/textbox/bootstrap5.scss +1 -4
  134. package/styles/textbox/fabric-dark.scss +1 -4
  135. package/styles/textbox/fabric.scss +1 -4
  136. package/styles/textbox/fluent-dark.scss +1 -4
  137. package/styles/textbox/fluent.scss +1 -4
  138. package/styles/textbox/highcontrast-light.scss +1 -4
  139. package/styles/textbox/highcontrast.scss +1 -4
  140. package/styles/textbox/material-dark.scss +1 -4
  141. package/styles/textbox/material.scss +1 -4
  142. package/styles/textbox/tailwind-dark.scss +1 -4
  143. package/styles/textbox/tailwind.scss +1 -4
  144. package/styles/uploader/bootstrap-dark.scss +1 -6
  145. package/styles/uploader/bootstrap.scss +1 -6
  146. package/styles/uploader/bootstrap4.scss +1 -6
  147. package/styles/uploader/bootstrap5-dark.scss +1 -6
  148. package/styles/uploader/bootstrap5.scss +1 -6
  149. package/styles/uploader/fabric-dark.scss +1 -6
  150. package/styles/uploader/fabric.scss +1 -6
  151. package/styles/uploader/fluent-dark.scss +1 -6
  152. package/styles/uploader/fluent.scss +1 -6
  153. package/styles/uploader/highcontrast-light.scss +1 -6
  154. package/styles/uploader/highcontrast.scss +1 -6
  155. package/styles/uploader/material-dark.scss +1 -6
  156. package/styles/uploader/material.scss +1 -6
  157. package/styles/uploader/tailwind-dark.scss +1 -6
  158. package/styles/uploader/tailwind.scss +1 -6
  159. package/esm2020/public_api.mjs +0 -3
  160. package/esm2020/src/color-picker/colorpicker-all.module.mjs +0 -23
  161. package/esm2020/src/color-picker/colorpicker.component.mjs +0 -83
  162. package/esm2020/src/color-picker/colorpicker.module.mjs +0 -25
  163. package/esm2020/src/form-validator/form-validator.mjs +0 -193
  164. package/esm2020/src/index.mjs +0 -25
  165. package/esm2020/src/maskedtextbox/maskedtextbox-all.module.mjs +0 -23
  166. package/esm2020/src/maskedtextbox/maskedtextbox.component.mjs +0 -84
  167. package/esm2020/src/maskedtextbox/maskedtextbox.module.mjs +0 -25
  168. package/esm2020/src/numerictextbox/numerictextbox-all.module.mjs +0 -23
  169. package/esm2020/src/numerictextbox/numerictextbox.component.mjs +0 -84
  170. package/esm2020/src/numerictextbox/numerictextbox.module.mjs +0 -25
  171. package/esm2020/src/signature/signature-all.module.mjs +0 -23
  172. package/esm2020/src/signature/signature.component.mjs +0 -83
  173. package/esm2020/src/signature/signature.module.mjs +0 -25
  174. package/esm2020/src/slider/slider-all.module.mjs +0 -23
  175. package/esm2020/src/slider/slider.component.mjs +0 -83
  176. package/esm2020/src/slider/slider.module.mjs +0 -25
  177. package/esm2020/src/textbox/textbox-all.module.mjs +0 -23
  178. package/esm2020/src/textbox/textbox.component.mjs +0 -84
  179. package/esm2020/src/textbox/textbox.module.mjs +0 -25
  180. package/esm2020/src/uploader/files.directive.mjs +0 -58
  181. package/esm2020/src/uploader/uploader-all.module.mjs +0 -23
  182. package/esm2020/src/uploader/uploader.component.mjs +0 -95
  183. package/esm2020/src/uploader/uploader.module.mjs +0 -34
  184. package/esm2020/syncfusion-ej2-angular-inputs.mjs +0 -5
  185. package/fesm2015/syncfusion-ej2-angular-inputs.mjs +0 -1097
  186. package/fesm2015/syncfusion-ej2-angular-inputs.mjs.map +0 -1
  187. package/fesm2020/syncfusion-ej2-angular-inputs.mjs +0 -1097
  188. package/fesm2020/syncfusion-ej2-angular-inputs.mjs.map +0 -1
  189. package/styles/color-picker/_all.scss +0 -2
  190. package/styles/color-picker/_bootstrap-dark-definition.scss +0 -131
  191. package/styles/color-picker/_bootstrap-definition.scss +0 -128
  192. package/styles/color-picker/_bootstrap4-definition.scss +0 -127
  193. package/styles/color-picker/_bootstrap5-dark-definition.scss +0 -1
  194. package/styles/color-picker/_bootstrap5-definition.scss +0 -133
  195. package/styles/color-picker/_fabric-dark-definition.scss +0 -131
  196. package/styles/color-picker/_fabric-definition.scss +0 -127
  197. package/styles/color-picker/_fluent-dark-definition.scss +0 -1
  198. package/styles/color-picker/_fluent-definition.scss +0 -133
  199. package/styles/color-picker/_fusionnew-definition.scss +0 -133
  200. package/styles/color-picker/_highcontrast-definition.scss +0 -127
  201. package/styles/color-picker/_highcontrast-light-definition.scss +0 -130
  202. package/styles/color-picker/_layout.scss +0 -1174
  203. package/styles/color-picker/_material-dark-definition.scss +0 -135
  204. package/styles/color-picker/_material-definition.scss +0 -130
  205. package/styles/color-picker/_material3-definition.scss +0 -133
  206. package/styles/color-picker/_tailwind-dark-definition.scss +0 -1
  207. package/styles/color-picker/_tailwind-definition.scss +0 -132
  208. package/styles/color-picker/_theme.scss +0 -183
  209. package/styles/color-picker/icons/_bootstrap-dark.scss +0 -9
  210. package/styles/color-picker/icons/_bootstrap.scss +0 -9
  211. package/styles/color-picker/icons/_bootstrap4.scss +0 -9
  212. package/styles/color-picker/icons/_bootstrap5-dark.scss +0 -1
  213. package/styles/color-picker/icons/_bootstrap5.scss +0 -9
  214. package/styles/color-picker/icons/_fabric-dark.scss +0 -9
  215. package/styles/color-picker/icons/_fabric.scss +0 -9
  216. package/styles/color-picker/icons/_fluent-dark.scss +0 -1
  217. package/styles/color-picker/icons/_fluent.scss +0 -9
  218. package/styles/color-picker/icons/_fusionnew.scss +0 -9
  219. package/styles/color-picker/icons/_highcontrast-light.scss +0 -9
  220. package/styles/color-picker/icons/_highcontrast.scss +0 -9
  221. package/styles/color-picker/icons/_material-dark.scss +0 -9
  222. package/styles/color-picker/icons/_material.scss +0 -9
  223. package/styles/color-picker/icons/_material3.scss +0 -9
  224. package/styles/color-picker/icons/_tailwind-dark.scss +0 -9
  225. package/styles/color-picker/icons/_tailwind.scss +0 -9
  226. package/styles/input/_all.scss +0 -3
  227. package/styles/input/_bootstrap-dark-definition.scss +0 -329
  228. package/styles/input/_bootstrap-definition.scss +0 -320
  229. package/styles/input/_bootstrap4-definition.scss +0 -325
  230. package/styles/input/_bootstrap5-dark-definition.scss +0 -1
  231. package/styles/input/_bootstrap5-definition.scss +0 -336
  232. package/styles/input/_definition.scss +0 -232
  233. package/styles/input/_fabric-dark-definition.scss +0 -319
  234. package/styles/input/_fabric-definition.scss +0 -311
  235. package/styles/input/_fluent-dark-definition.scss +0 -1
  236. package/styles/input/_fluent-definition.scss +0 -338
  237. package/styles/input/_fusionnew-definition.scss +0 -336
  238. package/styles/input/_highcontrast-definition.scss +0 -312
  239. package/styles/input/_highcontrast-light-definition.scss +0 -320
  240. package/styles/input/_layout.scss +0 -11009
  241. package/styles/input/_material-dark-definition.scss +0 -573
  242. package/styles/input/_material-definition.scss +0 -573
  243. package/styles/input/_material3-definition.scss +0 -336
  244. package/styles/input/_responsive.scss +0 -1
  245. package/styles/input/_tailwind-dark-definition.scss +0 -1
  246. package/styles/input/_tailwind-definition.scss +0 -335
  247. package/styles/input/_theme.scss +0 -4264
  248. package/styles/input/icons/_bootstrap-dark.scss +0 -17
  249. package/styles/input/icons/_bootstrap.scss +0 -17
  250. package/styles/input/icons/_bootstrap4.scss +0 -17
  251. package/styles/input/icons/_bootstrap5-dark.scss +0 -1
  252. package/styles/input/icons/_bootstrap5.scss +0 -17
  253. package/styles/input/icons/_fabric-dark.scss +0 -17
  254. package/styles/input/icons/_fabric.scss +0 -17
  255. package/styles/input/icons/_fluent-dark.scss +0 -1
  256. package/styles/input/icons/_fluent.scss +0 -17
  257. package/styles/input/icons/_fusionnew.scss +0 -17
  258. package/styles/input/icons/_highcontrast-light.scss +0 -17
  259. package/styles/input/icons/_highcontrast.scss +0 -17
  260. package/styles/input/icons/_material-dark.scss +0 -49
  261. package/styles/input/icons/_material.scss +0 -49
  262. package/styles/input/icons/_material3.scss +0 -17
  263. package/styles/input/icons/_tailwind-dark.scss +0 -1
  264. package/styles/input/icons/_tailwind.scss +0 -17
  265. package/styles/maskedtextbox/_all.scss +0 -2
  266. package/styles/maskedtextbox/_bootstrap-dark-definition.scss +0 -7
  267. package/styles/maskedtextbox/_bootstrap-definition.scss +0 -4
  268. package/styles/maskedtextbox/_bootstrap4-definition.scss +0 -4
  269. package/styles/maskedtextbox/_bootstrap5-dark-definition.scss +0 -1
  270. package/styles/maskedtextbox/_bootstrap5-definition.scss +0 -7
  271. package/styles/maskedtextbox/_fabric-dark-definition.scss +0 -7
  272. package/styles/maskedtextbox/_fabric-definition.scss +0 -4
  273. package/styles/maskedtextbox/_fluent-dark-definition.scss +0 -1
  274. package/styles/maskedtextbox/_fluent-definition.scss +0 -7
  275. package/styles/maskedtextbox/_fusionnew-definition.scss +0 -7
  276. package/styles/maskedtextbox/_highcontrast-definition.scss +0 -4
  277. package/styles/maskedtextbox/_highcontrast-light-definition.scss +0 -7
  278. package/styles/maskedtextbox/_layout.scss +0 -33
  279. package/styles/maskedtextbox/_material-dark-definition.scss +0 -7
  280. package/styles/maskedtextbox/_material-definition.scss +0 -4
  281. package/styles/maskedtextbox/_material3-definition.scss +0 -7
  282. package/styles/maskedtextbox/_tailwind-dark-definition.scss +0 -1
  283. package/styles/maskedtextbox/_tailwind-definition.scss +0 -7
  284. package/styles/maskedtextbox/_theme.scss +0 -15
  285. package/styles/numerictextbox/_all.scss +0 -2
  286. package/styles/numerictextbox/_bootstrap-dark-definition.scss +0 -6
  287. package/styles/numerictextbox/_bootstrap-definition.scss +0 -3
  288. package/styles/numerictextbox/_bootstrap4-definition.scss +0 -3
  289. package/styles/numerictextbox/_bootstrap5-dark-definition.scss +0 -1
  290. package/styles/numerictextbox/_bootstrap5-definition.scss +0 -3
  291. package/styles/numerictextbox/_fabric-dark-definition.scss +0 -6
  292. package/styles/numerictextbox/_fabric-definition.scss +0 -3
  293. package/styles/numerictextbox/_fluent-dark-definition.scss +0 -1
  294. package/styles/numerictextbox/_fluent-definition.scss +0 -5
  295. package/styles/numerictextbox/_fusionnew-definition.scss +0 -3
  296. package/styles/numerictextbox/_highcontrast-definition.scss +0 -3
  297. package/styles/numerictextbox/_highcontrast-light-definition.scss +0 -6
  298. package/styles/numerictextbox/_layout.scss +0 -30
  299. package/styles/numerictextbox/_material-dark-definition.scss +0 -6
  300. package/styles/numerictextbox/_material-definition.scss +0 -3
  301. package/styles/numerictextbox/_material3-definition.scss +0 -3
  302. package/styles/numerictextbox/_tailwind-dark-definition.scss +0 -1
  303. package/styles/numerictextbox/_tailwind-definition.scss +0 -3
  304. package/styles/numerictextbox/_theme.scss +0 -39
  305. package/styles/numerictextbox/icons/_bootstrap-dark.scss +0 -11
  306. package/styles/numerictextbox/icons/_bootstrap.scss +0 -11
  307. package/styles/numerictextbox/icons/_bootstrap4.scss +0 -11
  308. package/styles/numerictextbox/icons/_bootstrap5-dark.scss +0 -1
  309. package/styles/numerictextbox/icons/_bootstrap5.scss +0 -11
  310. package/styles/numerictextbox/icons/_fabric-dark.scss +0 -11
  311. package/styles/numerictextbox/icons/_fabric.scss +0 -11
  312. package/styles/numerictextbox/icons/_fluent-dark.scss +0 -1
  313. package/styles/numerictextbox/icons/_fluent.scss +0 -11
  314. package/styles/numerictextbox/icons/_fusionnew.scss +0 -11
  315. package/styles/numerictextbox/icons/_highcontrast-light.scss +0 -11
  316. package/styles/numerictextbox/icons/_highcontrast.scss +0 -11
  317. package/styles/numerictextbox/icons/_material-dark.scss +0 -11
  318. package/styles/numerictextbox/icons/_material.scss +0 -11
  319. package/styles/numerictextbox/icons/_material3.scss +0 -11
  320. package/styles/numerictextbox/icons/_tailwind-dark.scss +0 -1
  321. package/styles/numerictextbox/icons/_tailwind.scss +0 -11
  322. package/styles/signature/_all.scss +0 -2
  323. package/styles/signature/_bootstrap-dark-definition.scss +0 -3
  324. package/styles/signature/_bootstrap-definition.scss +0 -3
  325. package/styles/signature/_bootstrap4-definition.scss +0 -3
  326. package/styles/signature/_bootstrap5-dark-definition.scss +0 -1
  327. package/styles/signature/_bootstrap5-definition.scss +0 -3
  328. package/styles/signature/_fabric-dark-definition.scss +0 -3
  329. package/styles/signature/_fabric-definition.scss +0 -3
  330. package/styles/signature/_fluent-dark-definition.scss +0 -1
  331. package/styles/signature/_fluent-definition.scss +0 -3
  332. package/styles/signature/_fusionnew-definition.scss +0 -3
  333. package/styles/signature/_highcontrast-definition.scss +0 -3
  334. package/styles/signature/_highcontrast-light-definition.scss +0 -3
  335. package/styles/signature/_layout.scss +0 -5
  336. package/styles/signature/_material-dark-definition.scss +0 -3
  337. package/styles/signature/_material-definition.scss +0 -3
  338. package/styles/signature/_material3-definition.scss +0 -3
  339. package/styles/signature/_tailwind-dark-definition.scss +0 -1
  340. package/styles/signature/_tailwind-definition.scss +0 -3
  341. package/styles/signature/_theme.scss +0 -7
  342. package/styles/slider/_all.scss +0 -3
  343. package/styles/slider/_bootstrap-dark-definition.scss +0 -156
  344. package/styles/slider/_bootstrap-definition.scss +0 -152
  345. package/styles/slider/_bootstrap4-definition.scss +0 -147
  346. package/styles/slider/_bootstrap5-dark-definition.scss +0 -1
  347. package/styles/slider/_bootstrap5-definition.scss +0 -90
  348. package/styles/slider/_fabric-dark-definition.scss +0 -162
  349. package/styles/slider/_fabric-definition.scss +0 -156
  350. package/styles/slider/_fluent-dark-definition.scss +0 -1
  351. package/styles/slider/_fluent-definition.scss +0 -74
  352. package/styles/slider/_fusionnew-definition.scss +0 -90
  353. package/styles/slider/_highcontrast-definition.scss +0 -145
  354. package/styles/slider/_highcontrast-light-definition.scss +0 -149
  355. package/styles/slider/_icons.scss +0 -1
  356. package/styles/slider/_layout.scss +0 -2421
  357. package/styles/slider/_material-dark-definition.scss +0 -159
  358. package/styles/slider/_material-definition.scss +0 -154
  359. package/styles/slider/_material3-definition.scss +0 -90
  360. package/styles/slider/_tailwind-dark-definition.scss +0 -1
  361. package/styles/slider/_tailwind-definition.scss +0 -84
  362. package/styles/slider/_theme.scss +0 -235
  363. package/styles/textbox/_all.scss +0 -1
  364. package/styles/textbox/_bootstrap-dark-definition.scss +0 -1
  365. package/styles/textbox/_bootstrap-definition.scss +0 -1
  366. package/styles/textbox/_bootstrap4-definition.scss +0 -1
  367. package/styles/textbox/_bootstrap5-dark-definition.scss +0 -1
  368. package/styles/textbox/_bootstrap5-definition.scss +0 -1
  369. package/styles/textbox/_fabric-dark-definition.scss +0 -1
  370. package/styles/textbox/_fabric-definition.scss +0 -1
  371. package/styles/textbox/_fluent-dark-definition.scss +0 -1
  372. package/styles/textbox/_fluent-definition.scss +0 -1
  373. package/styles/textbox/_fusionnew-definition.scss +0 -1
  374. package/styles/textbox/_highcontrast-definition.scss +0 -1
  375. package/styles/textbox/_highcontrast-light-definition.scss +0 -1
  376. package/styles/textbox/_layout.scss +0 -10
  377. package/styles/textbox/_material-dark-definition.scss +0 -1
  378. package/styles/textbox/_material-definition.scss +0 -1
  379. package/styles/textbox/_material3-definition.scss +0 -1
  380. package/styles/textbox/_tailwind-dark-definition.scss +0 -1
  381. package/styles/textbox/_tailwind-definition.scss +0 -1
  382. package/styles/textbox/_theme.scss +0 -1
  383. package/styles/uploader/_all.scss +0 -2
  384. package/styles/uploader/_bootstrap-dark-definition.scss +0 -213
  385. package/styles/uploader/_bootstrap-definition.scss +0 -208
  386. package/styles/uploader/_bootstrap4-definition.scss +0 -211
  387. package/styles/uploader/_bootstrap5-dark-definition.scss +0 -1
  388. package/styles/uploader/_bootstrap5-definition.scss +0 -216
  389. package/styles/uploader/_definition.scss +0 -142
  390. package/styles/uploader/_fabric-dark-definition.scss +0 -216
  391. package/styles/uploader/_fabric-definition.scss +0 -210
  392. package/styles/uploader/_fluent-dark-definition.scss +0 -1
  393. package/styles/uploader/_fluent-definition.scss +0 -234
  394. package/styles/uploader/_fusionnew-definition.scss +0 -216
  395. package/styles/uploader/_highcontrast-definition.scss +0 -211
  396. package/styles/uploader/_highcontrast-light-definition.scss +0 -219
  397. package/styles/uploader/_layout.scss +0 -984
  398. package/styles/uploader/_material-dark-definition.scss +0 -217
  399. package/styles/uploader/_material-definition.scss +0 -214
  400. package/styles/uploader/_material3-definition.scss +0 -216
  401. package/styles/uploader/_tailwind-dark-definition.scss +0 -1
  402. package/styles/uploader/_tailwind-definition.scss +0 -232
  403. package/styles/uploader/_theme.scss +0 -136
  404. package/styles/uploader/icons/_bootstrap-dark.scss +0 -34
  405. package/styles/uploader/icons/_bootstrap.scss +0 -34
  406. package/styles/uploader/icons/_bootstrap4.scss +0 -34
  407. package/styles/uploader/icons/_bootstrap5-dark.scss +0 -1
  408. package/styles/uploader/icons/_bootstrap5.scss +0 -34
  409. package/styles/uploader/icons/_fabric-dark.scss +0 -34
  410. package/styles/uploader/icons/_fabric.scss +0 -34
  411. package/styles/uploader/icons/_fluent-dark.scss +0 -1
  412. package/styles/uploader/icons/_fluent.scss +0 -34
  413. package/styles/uploader/icons/_fusionnew.scss +0 -34
  414. package/styles/uploader/icons/_highcontrast-light.scss +0 -34
  415. package/styles/uploader/icons/_highcontrast.scss +0 -34
  416. package/styles/uploader/icons/_material-dark.scss +0 -34
  417. package/styles/uploader/icons/_material.scss +0 -34
  418. package/styles/uploader/icons/_material3.scss +0 -34
  419. package/styles/uploader/icons/_tailwind-dark.scss +0 -1
  420. package/styles/uploader/icons/_tailwind.scss +0 -34
  421. package/syncfusion-ej2-angular-inputs.d.ts +0 -5
@@ -1,1174 +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
-
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
- & .e-cancel {
920
- @if $skin-name == 'bootstrap4' {
921
- margin-left: 10px;
922
- }
923
- }
924
- }
925
- }
926
-
927
- &.e-color-palette {
928
- & .e-palette {
929
- +.e-switch-ctrl-btn {
930
- padding: $cpicker-bigger-palette-ctrl-btn-padding;
931
-
932
- & .e-ctrl-btn .e-btn {
933
- @if $skin-name == 'tailwind' or $skin-name == 'tailwind-dark' {
934
- line-height: 0;
935
- }
936
- }
937
- }
938
- }
939
- }
940
-
941
- & .e-input-container {
942
- width: $cpicker-bigger-input-container;
943
-
944
- & .e-float-input {
945
- margin-right: $cpicker-bigger-label-margin;
946
-
947
- &:first-child {
948
- width: $cpicker-bigger-hex-label-width;
949
-
950
- & input {
951
- height: $cpicker-bigger-input-height;
952
- }
953
- }
954
-
955
- &.e-numeric {
956
- height: $cpicker-bigger-input-height;
957
- width: $cpicker-bigger-label-width;
958
-
959
- & input {
960
- height: $cpicker-bigger-numeric-input-height;
961
- }
962
- }
963
- }
964
- }
965
-
966
- & .e-css.e-value-switch-btn,
967
- & .e-mode-switch-btn {
968
- padding: $cpicker-bigger-switch-btn-padding;
969
- width: $cpicker-bigger-switch-btn-width;
970
- @if $skin-name == 'bootstrap4' {
971
- height: $cpicker-bigger-switch-btn-width;
972
- }
973
- @if $skin-name == 'tailwind' or $skin-name == 'tailwind-dark' {
974
- font-size: 22px;
975
- line-height: 22px;
976
- }
977
- @else {
978
- font-size: 18px;
979
- line-height: 18px;
980
- }
981
- }
982
-
983
- & .e-mode-switch-btn {
984
- margin-top: $cpicker-bigger-type-switch-btn-margin;
985
- }
986
-
987
- &.sf-colorpicker .e-input-container .e-float-input {
988
- margin-right: $cpicker-blazor-bigger-input-margin;
989
- }
990
- }
991
-
992
- & .e-hide-opacity,
993
- &.e-hide-opacity {
994
- & .e-container {
995
- & .e-slider-preview {
996
- padding: $cpicker-bigger-slider-wrapper-padding;
997
-
998
- & .e-preview-container {
999
- vertical-align: initial;
1000
- }
1001
- }
1002
-
1003
- & .e-float-input {
1004
- &:first-child {
1005
- width: $cpicker-opacity-hidden-hex-width;
1006
- }
1007
-
1008
- &.e-numeric {
1009
- width: $cpicker-bigger-opacity-hidden-numeric-width;
1010
- }
1011
- }
1012
- }
1013
- }
1014
-
1015
- &.e-hide-hex-value,
1016
- & .e-hide-hex-value {
1017
- & .e-container {
1018
- & .e-float-input {
1019
- &.e-numeric {
1020
- width: $cpicker-bigger-hex-hidden-width;
1021
- }
1022
- }
1023
- }
1024
-
1025
- &.e-hide-opacity .e-container {
1026
- & .e-float-input {
1027
- &.e-numeric {
1028
- width: $cpicker-hex-opacity-hidden-width;
1029
- }
1030
- }
1031
- }
1032
- }
1033
-
1034
- &.e-hide-valueswitcher,
1035
- & .e-hide-valueswitcher {
1036
- & .e-container {
1037
- & .e-input-container {
1038
- width: 100%;
1039
- }
1040
-
1041
- & .e-float-input {
1042
- &:last-child {
1043
- margin-right: 0;
1044
- }
1045
-
1046
- &.e-numeric {
1047
- width: $cpicker-bigger-value-hidden-label-width;
1048
- }
1049
- }
1050
- }
1051
-
1052
- &.e-hide-opacity .e-container {
1053
- & .e-float-input {
1054
- &:first-child {
1055
- width: $cpicker-value-opacity-hide-hex-label-width;
1056
- }
1057
-
1058
- &.e-numeric {
1059
- width: $cpicker-bigger-value-opacity-hide-label-width;
1060
- }
1061
- }
1062
- }
1063
-
1064
- &.e-hide-hex-value,
1065
- & .e-hide-hex-value {
1066
- & .e-container {
1067
- & .e-float-input {
1068
- &.e-numeric {
1069
- width: $cpicker-bigger-hex-hidden-width;
1070
- }
1071
- }
1072
- }
1073
-
1074
- &.e-hide-opacity .e-container {
1075
- & .e-float-input {
1076
- &.e-numeric {
1077
- width: $cpicker-bigger-value-opacity-hex-hidden-width;
1078
- }
1079
- }
1080
- }
1081
- }
1082
- }
1083
- }
1084
-
1085
- .e-bigger .e-rtl,
1086
- .e-bigger.e-rtl {
1087
- & .e-container {
1088
- & .e-slider-preview {
1089
- & .e-preview-container {
1090
- margin-left: 0;
1091
- margin-right: $cpicker-bigger-preview-margin-left;
1092
- }
1093
- }
1094
-
1095
- & .e-selected-value {
1096
- & .e-float-input {
1097
- margin-left: $cpicker-bigger-label-margin;
1098
- margin-right: 0;
1099
- }
1100
- }
1101
-
1102
- &.sf-colorpicker .e-selected-value .e-input-container .e-float-input {
1103
- margin-left: $cpicker-blazor-bigger-input-margin;
1104
- }
1105
- }
1106
-
1107
- &.e-hide-valueswitcher {
1108
- & .e-container {
1109
- & .e-float-input {
1110
- &:last-child {
1111
- margin-left: 0;
1112
- }
1113
- }
1114
- }
1115
- }
1116
- }
1117
-
1118
- .e-hide-switchable-value,
1119
- .e-bigger.e-hide-switchable-value,
1120
- .e-bigger .e-hide-switchable-value {
1121
- & .e-container {
1122
- & .e-input-container {
1123
- & .e-float-input:first-child {
1124
- width: 100%;
1125
- }
1126
- }
1127
- }
1128
- }
1129
-
1130
- .e-popup.e-tooltip-wrap {
1131
- &.e-color-picker-tooltip {
1132
- border-bottom-left-radius: 50%;
1133
- border-bottom-right-radius: 0%;
1134
- border-top-left-radius: 50%;
1135
- border-top-right-radius: 50%;
1136
- box-shadow: $cpicker-slider-handler-box-shadow;
1137
- cursor: pointer;
1138
- min-width: 26px;
1139
- transform: translateY(18px) rotate(45deg) scale(.01);
1140
- transition: transform .4s cubic-bezier(.25, .8, .25, 1);
1141
-
1142
- & .e-tip-content {
1143
- background: $cpicker-transparent-bg-pattern;
1144
- background-size: 8px;
1145
- border-radius: 50%;
1146
- height: $cpicker-tooltip-preview-size;
1147
- position: relative;
1148
- transform: rotate(45deg);
1149
- width: $cpicker-tooltip-preview-size;
1150
- }
1151
- }
1152
- }
1153
-
1154
- .e-split-preview,
1155
- .e-tip-transparent {
1156
- height: 100%;
1157
- left: 0;
1158
- position: absolute;
1159
- top: 0;
1160
- width: 100%;
1161
- }
1162
-
1163
- .e-bigger .e-popup.e-tooltip-wrap,
1164
- .e-bigger.e-popup.e-tooltip-wrap {
1165
- &.e-color-picker-tooltip {
1166
- min-width: 32px;
1167
-
1168
- & .e-tip-content {
1169
- height: $cpicker-bigger-tooltip-preview-size;
1170
- width: $cpicker-bigger-tooltip-preview-size;
1171
- }
1172
- }
1173
- }
1174
- }