@syncfusion/blazor-themes 23.2.6 → 24.1.41

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 (450) hide show
  1. package/SCSS-Themes/base/bootstrap-dark.scss +24 -1
  2. package/SCSS-Themes/base/bootstrap.scss +24 -1
  3. package/SCSS-Themes/base/bootstrap4.scss +25 -2
  4. package/SCSS-Themes/base/bootstrap5-dark.scss +25 -2
  5. package/SCSS-Themes/base/bootstrap5.scss +25 -2
  6. package/SCSS-Themes/base/fabric-dark.scss +24 -1
  7. package/SCSS-Themes/base/fabric.scss +24 -1
  8. package/SCSS-Themes/base/fluent-dark.scss +25 -2
  9. package/SCSS-Themes/base/fluent.scss +25 -2
  10. package/SCSS-Themes/base/highcontrast.scss +24 -1
  11. package/SCSS-Themes/base/material-dark.scss +24 -1
  12. package/SCSS-Themes/base/material.scss +24 -1
  13. package/SCSS-Themes/base/material3-dark.scss +24 -1
  14. package/SCSS-Themes/base/material3.scss +24 -1
  15. package/SCSS-Themes/base/tailwind-dark.scss +24 -1
  16. package/SCSS-Themes/base/tailwind.scss +24 -1
  17. package/SCSS-Themes/bootstrap-dark.scss +2836 -214
  18. package/SCSS-Themes/bootstrap.scss +2835 -214
  19. package/SCSS-Themes/bootstrap4.scss +2843 -221
  20. package/SCSS-Themes/bootstrap5-dark.scss +2839 -219
  21. package/SCSS-Themes/bootstrap5.scss +2839 -219
  22. package/SCSS-Themes/buttons/button/bootstrap-dark.scss +12 -12
  23. package/SCSS-Themes/buttons/button/bootstrap.scss +12 -12
  24. package/SCSS-Themes/buttons/button/bootstrap4.scss +12 -12
  25. package/SCSS-Themes/buttons/button/bootstrap5-dark.scss +12 -12
  26. package/SCSS-Themes/buttons/button/bootstrap5.scss +12 -12
  27. package/SCSS-Themes/buttons/button/fabric-dark.scss +12 -12
  28. package/SCSS-Themes/buttons/button/fabric.scss +12 -12
  29. package/SCSS-Themes/buttons/button/fluent-dark.scss +12 -12
  30. package/SCSS-Themes/buttons/button/fluent.scss +12 -12
  31. package/SCSS-Themes/buttons/button/highcontrast.scss +12 -12
  32. package/SCSS-Themes/buttons/button/material-dark.scss +12 -12
  33. package/SCSS-Themes/buttons/button/material.scss +12 -12
  34. package/SCSS-Themes/buttons/button/material3-dark.scss +12 -12
  35. package/SCSS-Themes/buttons/button/material3.scss +12 -12
  36. package/SCSS-Themes/buttons/button/tailwind-dark.scss +12 -12
  37. package/SCSS-Themes/buttons/button/tailwind.scss +12 -12
  38. package/SCSS-Themes/buttons/check-box/bootstrap-dark.scss +3 -0
  39. package/SCSS-Themes/buttons/check-box/bootstrap.scss +3 -0
  40. package/SCSS-Themes/buttons/check-box/bootstrap4.scss +3 -0
  41. package/SCSS-Themes/buttons/check-box/bootstrap5-dark.scss +3 -0
  42. package/SCSS-Themes/buttons/check-box/bootstrap5.scss +3 -0
  43. package/SCSS-Themes/buttons/check-box/fabric-dark.scss +3 -0
  44. package/SCSS-Themes/buttons/check-box/fabric.scss +3 -0
  45. package/SCSS-Themes/buttons/check-box/fluent-dark.scss +3 -0
  46. package/SCSS-Themes/buttons/check-box/fluent.scss +3 -0
  47. package/SCSS-Themes/buttons/check-box/highcontrast.scss +3 -0
  48. package/SCSS-Themes/buttons/check-box/material-dark.scss +3 -0
  49. package/SCSS-Themes/buttons/check-box/material.scss +3 -0
  50. package/SCSS-Themes/buttons/check-box/material3-dark.scss +3 -0
  51. package/SCSS-Themes/buttons/check-box/material3.scss +3 -0
  52. package/SCSS-Themes/buttons/check-box/tailwind-dark.scss +3 -0
  53. package/SCSS-Themes/buttons/check-box/tailwind.scss +3 -0
  54. package/SCSS-Themes/calendars/daterangepicker/bootstrap-dark.scss +11 -15
  55. package/SCSS-Themes/calendars/daterangepicker/bootstrap.scss +11 -15
  56. package/SCSS-Themes/calendars/daterangepicker/bootstrap4.scss +11 -15
  57. package/SCSS-Themes/calendars/daterangepicker/bootstrap5-dark.scss +11 -15
  58. package/SCSS-Themes/calendars/daterangepicker/bootstrap5.scss +11 -15
  59. package/SCSS-Themes/calendars/daterangepicker/fabric-dark.scss +11 -15
  60. package/SCSS-Themes/calendars/daterangepicker/fabric.scss +11 -15
  61. package/SCSS-Themes/calendars/daterangepicker/fluent-dark.scss +11 -15
  62. package/SCSS-Themes/calendars/daterangepicker/fluent.scss +11 -15
  63. package/SCSS-Themes/calendars/daterangepicker/highcontrast.scss +11 -15
  64. package/SCSS-Themes/calendars/daterangepicker/material-dark.scss +11 -15
  65. package/SCSS-Themes/calendars/daterangepicker/material.scss +11 -15
  66. package/SCSS-Themes/calendars/daterangepicker/material3-dark.scss +13 -16
  67. package/SCSS-Themes/calendars/daterangepicker/material3.scss +13 -16
  68. package/SCSS-Themes/calendars/daterangepicker/tailwind-dark.scss +11 -15
  69. package/SCSS-Themes/calendars/daterangepicker/tailwind.scss +11 -15
  70. package/SCSS-Themes/documenteditor/document-editor/bootstrap-dark.scss +28 -0
  71. package/SCSS-Themes/documenteditor/document-editor/bootstrap.scss +28 -0
  72. package/SCSS-Themes/documenteditor/document-editor/bootstrap4.scss +28 -0
  73. package/SCSS-Themes/documenteditor/document-editor/bootstrap5-dark.scss +28 -0
  74. package/SCSS-Themes/documenteditor/document-editor/bootstrap5.scss +28 -0
  75. package/SCSS-Themes/documenteditor/document-editor/fabric-dark.scss +28 -0
  76. package/SCSS-Themes/documenteditor/document-editor/fabric.scss +28 -0
  77. package/SCSS-Themes/documenteditor/document-editor/fluent-dark.scss +28 -0
  78. package/SCSS-Themes/documenteditor/document-editor/fluent.scss +28 -0
  79. package/SCSS-Themes/documenteditor/document-editor/highcontrast.scss +28 -0
  80. package/SCSS-Themes/documenteditor/document-editor/material-dark.scss +28 -0
  81. package/SCSS-Themes/documenteditor/document-editor/material.scss +28 -0
  82. package/SCSS-Themes/documenteditor/document-editor/material3-dark.scss +28 -0
  83. package/SCSS-Themes/documenteditor/document-editor/material3.scss +28 -0
  84. package/SCSS-Themes/documenteditor/document-editor/tailwind-dark.scss +28 -0
  85. package/SCSS-Themes/documenteditor/document-editor/tailwind.scss +28 -0
  86. package/SCSS-Themes/dropdowns/drop-down-tree/bootstrap-dark.scss +6 -0
  87. package/SCSS-Themes/dropdowns/drop-down-tree/bootstrap.scss +6 -0
  88. package/SCSS-Themes/dropdowns/drop-down-tree/bootstrap4.scss +6 -0
  89. package/SCSS-Themes/dropdowns/drop-down-tree/bootstrap5-dark.scss +6 -0
  90. package/SCSS-Themes/dropdowns/drop-down-tree/bootstrap5.scss +6 -0
  91. package/SCSS-Themes/dropdowns/drop-down-tree/fabric-dark.scss +6 -0
  92. package/SCSS-Themes/dropdowns/drop-down-tree/fabric.scss +6 -0
  93. package/SCSS-Themes/dropdowns/drop-down-tree/fluent-dark.scss +6 -0
  94. package/SCSS-Themes/dropdowns/drop-down-tree/fluent.scss +6 -0
  95. package/SCSS-Themes/dropdowns/drop-down-tree/highcontrast.scss +6 -0
  96. package/SCSS-Themes/dropdowns/drop-down-tree/material-dark.scss +6 -0
  97. package/SCSS-Themes/dropdowns/drop-down-tree/material.scss +6 -0
  98. package/SCSS-Themes/dropdowns/drop-down-tree/material3-dark.scss +6 -0
  99. package/SCSS-Themes/dropdowns/drop-down-tree/material3.scss +6 -0
  100. package/SCSS-Themes/dropdowns/drop-down-tree/tailwind-dark.scss +6 -0
  101. package/SCSS-Themes/dropdowns/drop-down-tree/tailwind.scss +6 -0
  102. package/SCSS-Themes/fabric-dark.scss +2834 -213
  103. package/SCSS-Themes/fabric.scss +2834 -213
  104. package/SCSS-Themes/filemanager/file-manager/bootstrap-dark.scss +6 -4
  105. package/SCSS-Themes/filemanager/file-manager/bootstrap.scss +6 -4
  106. package/SCSS-Themes/filemanager/file-manager/bootstrap4.scss +6 -4
  107. package/SCSS-Themes/filemanager/file-manager/bootstrap5-dark.scss +6 -4
  108. package/SCSS-Themes/filemanager/file-manager/bootstrap5.scss +6 -4
  109. package/SCSS-Themes/filemanager/file-manager/fabric-dark.scss +6 -4
  110. package/SCSS-Themes/filemanager/file-manager/fabric.scss +6 -4
  111. package/SCSS-Themes/filemanager/file-manager/fluent-dark.scss +6 -4
  112. package/SCSS-Themes/filemanager/file-manager/fluent.scss +6 -4
  113. package/SCSS-Themes/filemanager/file-manager/highcontrast.scss +6 -4
  114. package/SCSS-Themes/filemanager/file-manager/material-dark.scss +6 -4
  115. package/SCSS-Themes/filemanager/file-manager/material.scss +6 -4
  116. package/SCSS-Themes/filemanager/file-manager/material3-dark.scss +11 -9
  117. package/SCSS-Themes/filemanager/file-manager/material3.scss +11 -9
  118. package/SCSS-Themes/filemanager/file-manager/tailwind-dark.scss +6 -4
  119. package/SCSS-Themes/filemanager/file-manager/tailwind.scss +6 -4
  120. package/SCSS-Themes/fluent-dark.scss +2852 -225
  121. package/SCSS-Themes/fluent.scss +2852 -225
  122. package/SCSS-Themes/gantt/gantt/bootstrap-dark.scss +109 -21
  123. package/SCSS-Themes/gantt/gantt/bootstrap.scss +109 -21
  124. package/SCSS-Themes/gantt/gantt/bootstrap4.scss +110 -21
  125. package/SCSS-Themes/gantt/gantt/bootstrap5-dark.scss +109 -21
  126. package/SCSS-Themes/gantt/gantt/bootstrap5.scss +109 -21
  127. package/SCSS-Themes/gantt/gantt/fabric-dark.scss +109 -21
  128. package/SCSS-Themes/gantt/gantt/fabric.scss +109 -21
  129. package/SCSS-Themes/gantt/gantt/fluent-dark.scss +109 -21
  130. package/SCSS-Themes/gantt/gantt/fluent.scss +109 -21
  131. package/SCSS-Themes/gantt/gantt/highcontrast.scss +109 -21
  132. package/SCSS-Themes/gantt/gantt/material-dark.scss +109 -21
  133. package/SCSS-Themes/gantt/gantt/material.scss +109 -21
  134. package/SCSS-Themes/gantt/gantt/material3-dark.scss +109 -21
  135. package/SCSS-Themes/gantt/gantt/material3.scss +109 -21
  136. package/SCSS-Themes/gantt/gantt/tailwind-dark.scss +109 -22
  137. package/SCSS-Themes/gantt/gantt/tailwind.scss +109 -22
  138. package/SCSS-Themes/grids/excel-filter/material3-dark.scss +1 -1
  139. package/SCSS-Themes/grids/excel-filter/material3.scss +1 -1
  140. package/SCSS-Themes/grids/grid/bootstrap-dark.scss +288 -13
  141. package/SCSS-Themes/grids/grid/bootstrap.scss +288 -13
  142. package/SCSS-Themes/grids/grid/bootstrap4.scss +292 -17
  143. package/SCSS-Themes/grids/grid/bootstrap5-dark.scss +283 -11
  144. package/SCSS-Themes/grids/grid/bootstrap5.scss +283 -11
  145. package/SCSS-Themes/grids/grid/fabric-dark.scss +288 -13
  146. package/SCSS-Themes/grids/grid/fabric.scss +288 -13
  147. package/SCSS-Themes/grids/grid/fluent-dark.scss +292 -17
  148. package/SCSS-Themes/grids/grid/fluent.scss +292 -17
  149. package/SCSS-Themes/grids/grid/highcontrast.scss +287 -12
  150. package/SCSS-Themes/grids/grid/material-dark.scss +287 -12
  151. package/SCSS-Themes/grids/grid/material.scss +287 -12
  152. package/SCSS-Themes/grids/grid/material3-dark.scss +292 -14
  153. package/SCSS-Themes/grids/grid/material3.scss +292 -14
  154. package/SCSS-Themes/grids/grid/tailwind-dark.scss +286 -11
  155. package/SCSS-Themes/grids/grid/tailwind.scss +286 -11
  156. package/SCSS-Themes/highcontrast.scss +2835 -214
  157. package/SCSS-Themes/image-editor/image-editor/bootstrap-dark.scss +203 -8
  158. package/SCSS-Themes/image-editor/image-editor/bootstrap.scss +203 -8
  159. package/SCSS-Themes/image-editor/image-editor/bootstrap4.scss +203 -8
  160. package/SCSS-Themes/image-editor/image-editor/bootstrap5-dark.scss +203 -8
  161. package/SCSS-Themes/image-editor/image-editor/bootstrap5.scss +203 -8
  162. package/SCSS-Themes/image-editor/image-editor/fabric-dark.scss +203 -8
  163. package/SCSS-Themes/image-editor/image-editor/fabric.scss +203 -8
  164. package/SCSS-Themes/image-editor/image-editor/fluent-dark.scss +209 -8
  165. package/SCSS-Themes/image-editor/image-editor/fluent.scss +209 -8
  166. package/SCSS-Themes/image-editor/image-editor/highcontrast.scss +203 -8
  167. package/SCSS-Themes/image-editor/image-editor/material-dark.scss +203 -8
  168. package/SCSS-Themes/image-editor/image-editor/material.scss +203 -8
  169. package/SCSS-Themes/image-editor/image-editor/material3-dark.scss +203 -8
  170. package/SCSS-Themes/image-editor/image-editor/material3.scss +203 -8
  171. package/SCSS-Themes/image-editor/image-editor/tailwind-dark.scss +203 -8
  172. package/SCSS-Themes/image-editor/image-editor/tailwind.scss +203 -8
  173. package/SCSS-Themes/inputs/color-picker/bootstrap-dark.scss +36 -0
  174. package/SCSS-Themes/inputs/color-picker/bootstrap.scss +36 -0
  175. package/SCSS-Themes/inputs/color-picker/bootstrap4.scss +36 -0
  176. package/SCSS-Themes/inputs/color-picker/bootstrap5-dark.scss +36 -0
  177. package/SCSS-Themes/inputs/color-picker/bootstrap5.scss +36 -0
  178. package/SCSS-Themes/inputs/color-picker/fabric-dark.scss +36 -0
  179. package/SCSS-Themes/inputs/color-picker/fabric.scss +36 -0
  180. package/SCSS-Themes/inputs/color-picker/fluent-dark.scss +36 -0
  181. package/SCSS-Themes/inputs/color-picker/fluent.scss +36 -0
  182. package/SCSS-Themes/inputs/color-picker/highcontrast.scss +36 -0
  183. package/SCSS-Themes/inputs/color-picker/material-dark.scss +36 -0
  184. package/SCSS-Themes/inputs/color-picker/material.scss +36 -0
  185. package/SCSS-Themes/inputs/color-picker/material3-dark.scss +36 -0
  186. package/SCSS-Themes/inputs/color-picker/material3.scss +36 -0
  187. package/SCSS-Themes/inputs/color-picker/tailwind-dark.scss +36 -0
  188. package/SCSS-Themes/inputs/color-picker/tailwind.scss +36 -0
  189. package/SCSS-Themes/inputs/data-form/bootstrap-dark.scss +307 -0
  190. package/SCSS-Themes/inputs/data-form/bootstrap.scss +306 -0
  191. package/SCSS-Themes/inputs/data-form/bootstrap4.scss +306 -0
  192. package/SCSS-Themes/inputs/data-form/bootstrap5-dark.scss +306 -0
  193. package/SCSS-Themes/inputs/data-form/bootstrap5.scss +306 -0
  194. package/SCSS-Themes/inputs/data-form/fabric-dark.scss +306 -0
  195. package/SCSS-Themes/inputs/data-form/fabric.scss +306 -0
  196. package/SCSS-Themes/inputs/data-form/fluent-dark.scss +306 -0
  197. package/SCSS-Themes/inputs/data-form/fluent.scss +306 -0
  198. package/SCSS-Themes/inputs/data-form/highcontrast.scss +306 -0
  199. package/SCSS-Themes/inputs/data-form/material-dark.scss +306 -0
  200. package/SCSS-Themes/inputs/data-form/material.scss +307 -0
  201. package/SCSS-Themes/inputs/data-form/material3-dark.scss +306 -0
  202. package/SCSS-Themes/inputs/data-form/material3.scss +306 -0
  203. package/SCSS-Themes/inputs/data-form/tailwind-dark.scss +306 -0
  204. package/SCSS-Themes/inputs/data-form/tailwind.scss +306 -0
  205. package/SCSS-Themes/inputs/rating/bootstrap-dark.scss +30 -9
  206. package/SCSS-Themes/inputs/rating/bootstrap.scss +30 -9
  207. package/SCSS-Themes/inputs/rating/bootstrap4.scss +30 -9
  208. package/SCSS-Themes/inputs/rating/bootstrap5-dark.scss +30 -9
  209. package/SCSS-Themes/inputs/rating/bootstrap5.scss +30 -9
  210. package/SCSS-Themes/inputs/rating/fabric-dark.scss +30 -9
  211. package/SCSS-Themes/inputs/rating/fabric.scss +30 -9
  212. package/SCSS-Themes/inputs/rating/fluent-dark.scss +30 -9
  213. package/SCSS-Themes/inputs/rating/fluent.scss +30 -9
  214. package/SCSS-Themes/inputs/rating/highcontrast.scss +30 -9
  215. package/SCSS-Themes/inputs/rating/material-dark.scss +30 -9
  216. package/SCSS-Themes/inputs/rating/material.scss +30 -9
  217. package/SCSS-Themes/inputs/rating/material3-dark.scss +30 -9
  218. package/SCSS-Themes/inputs/rating/material3.scss +30 -9
  219. package/SCSS-Themes/inputs/rating/tailwind-dark.scss +30 -9
  220. package/SCSS-Themes/inputs/rating/tailwind.scss +30 -9
  221. package/SCSS-Themes/inputs/slider/bootstrap-dark.scss +4 -0
  222. package/SCSS-Themes/inputs/slider/bootstrap.scss +4 -0
  223. package/SCSS-Themes/inputs/slider/bootstrap4.scss +4 -0
  224. package/SCSS-Themes/inputs/slider/bootstrap5-dark.scss +4 -0
  225. package/SCSS-Themes/inputs/slider/bootstrap5.scss +4 -0
  226. package/SCSS-Themes/inputs/slider/fabric-dark.scss +4 -0
  227. package/SCSS-Themes/inputs/slider/fabric.scss +4 -0
  228. package/SCSS-Themes/inputs/slider/fluent-dark.scss +4 -0
  229. package/SCSS-Themes/inputs/slider/fluent.scss +4 -0
  230. package/SCSS-Themes/inputs/slider/highcontrast.scss +4 -0
  231. package/SCSS-Themes/inputs/slider/material-dark.scss +4 -0
  232. package/SCSS-Themes/inputs/slider/material.scss +4 -0
  233. package/SCSS-Themes/inputs/slider/material3-dark.scss +4 -0
  234. package/SCSS-Themes/inputs/slider/material3.scss +4 -0
  235. package/SCSS-Themes/inputs/slider/tailwind-dark.scss +4 -0
  236. package/SCSS-Themes/inputs/slider/tailwind.scss +4 -0
  237. package/SCSS-Themes/lists/list-view/bootstrap4.scss +2 -2
  238. package/SCSS-Themes/lists/list-view/bootstrap5-dark.scss +1 -1
  239. package/SCSS-Themes/lists/list-view/bootstrap5.scss +1 -1
  240. package/SCSS-Themes/lists/list-view/material.scss +1 -1
  241. package/SCSS-Themes/lists/list-view/material3-dark.scss +1 -1
  242. package/SCSS-Themes/lists/list-view/material3.scss +1 -1
  243. package/SCSS-Themes/lists/list-view/tailwind-dark.scss +2 -2
  244. package/SCSS-Themes/lists/list-view/tailwind.scss +2 -2
  245. package/SCSS-Themes/material-dark.scss +2835 -213
  246. package/SCSS-Themes/material.scss +2837 -214
  247. package/SCSS-Themes/material3-dark.scss +2851 -227
  248. package/SCSS-Themes/material3.scss +2851 -227
  249. package/SCSS-Themes/navigations/pager/bootstrap-dark.scss +130 -0
  250. package/SCSS-Themes/navigations/pager/bootstrap.scss +130 -0
  251. package/SCSS-Themes/navigations/pager/bootstrap4.scss +130 -0
  252. package/SCSS-Themes/navigations/pager/bootstrap5-dark.scss +130 -0
  253. package/SCSS-Themes/navigations/pager/bootstrap5.scss +130 -0
  254. package/SCSS-Themes/navigations/pager/fabric-dark.scss +130 -0
  255. package/SCSS-Themes/navigations/pager/fabric.scss +130 -0
  256. package/SCSS-Themes/navigations/pager/fluent-dark.scss +130 -0
  257. package/SCSS-Themes/navigations/pager/fluent.scss +130 -0
  258. package/SCSS-Themes/navigations/pager/highcontrast.scss +130 -0
  259. package/SCSS-Themes/navigations/pager/material-dark.scss +130 -0
  260. package/SCSS-Themes/navigations/pager/material.scss +130 -0
  261. package/SCSS-Themes/navigations/pager/material3-dark.scss +130 -0
  262. package/SCSS-Themes/navigations/pager/material3.scss +130 -0
  263. package/SCSS-Themes/navigations/pager/tailwind-dark.scss +130 -0
  264. package/SCSS-Themes/navigations/pager/tailwind.scss +130 -0
  265. package/SCSS-Themes/navigations/stepper/bootstrap-dark.scss +876 -0
  266. package/SCSS-Themes/navigations/stepper/bootstrap.scss +876 -0
  267. package/SCSS-Themes/navigations/stepper/bootstrap4.scss +876 -0
  268. package/SCSS-Themes/navigations/stepper/bootstrap5-dark.scss +877 -0
  269. package/SCSS-Themes/navigations/stepper/bootstrap5.scss +877 -0
  270. package/SCSS-Themes/navigations/stepper/fabric-dark.scss +876 -0
  271. package/SCSS-Themes/navigations/stepper/fabric.scss +876 -0
  272. package/SCSS-Themes/navigations/stepper/fluent-dark.scss +876 -0
  273. package/SCSS-Themes/navigations/stepper/fluent.scss +876 -0
  274. package/SCSS-Themes/navigations/stepper/highcontrast.scss +876 -0
  275. package/SCSS-Themes/navigations/stepper/material-dark.scss +876 -0
  276. package/SCSS-Themes/navigations/stepper/material.scss +876 -0
  277. package/SCSS-Themes/navigations/stepper/material3-dark.scss +876 -0
  278. package/SCSS-Themes/navigations/stepper/material3.scss +876 -0
  279. package/SCSS-Themes/navigations/stepper/tailwind-dark.scss +876 -0
  280. package/SCSS-Themes/navigations/stepper/tailwind.scss +876 -0
  281. package/SCSS-Themes/navigations/tab/bootstrap-dark.scss +7 -1
  282. package/SCSS-Themes/navigations/tab/bootstrap.scss +7 -1
  283. package/SCSS-Themes/navigations/tab/bootstrap4.scss +7 -1
  284. package/SCSS-Themes/navigations/tab/bootstrap5-dark.scss +9 -2
  285. package/SCSS-Themes/navigations/tab/bootstrap5.scss +9 -2
  286. package/SCSS-Themes/navigations/tab/fabric-dark.scss +6 -0
  287. package/SCSS-Themes/navigations/tab/fabric.scss +6 -0
  288. package/SCSS-Themes/navigations/tab/fluent-dark.scss +7 -1
  289. package/SCSS-Themes/navigations/tab/fluent.scss +7 -1
  290. package/SCSS-Themes/navigations/tab/highcontrast.scss +7 -1
  291. package/SCSS-Themes/navigations/tab/material-dark.scss +7 -1
  292. package/SCSS-Themes/navigations/tab/material.scss +7 -1
  293. package/SCSS-Themes/navigations/tab/material3-dark.scss +6 -0
  294. package/SCSS-Themes/navigations/tab/material3.scss +6 -0
  295. package/SCSS-Themes/navigations/tab/tailwind-dark.scss +6 -0
  296. package/SCSS-Themes/navigations/tab/tailwind.scss +6 -0
  297. package/SCSS-Themes/notifications/message/bootstrap-dark.scss +257 -17
  298. package/SCSS-Themes/notifications/message/bootstrap.scss +257 -17
  299. package/SCSS-Themes/notifications/message/bootstrap4.scss +257 -17
  300. package/SCSS-Themes/notifications/message/bootstrap5-dark.scss +257 -17
  301. package/SCSS-Themes/notifications/message/bootstrap5.scss +257 -17
  302. package/SCSS-Themes/notifications/message/fabric-dark.scss +257 -17
  303. package/SCSS-Themes/notifications/message/fabric.scss +257 -17
  304. package/SCSS-Themes/notifications/message/fluent-dark.scss +257 -17
  305. package/SCSS-Themes/notifications/message/fluent.scss +257 -17
  306. package/SCSS-Themes/notifications/message/highcontrast.scss +257 -17
  307. package/SCSS-Themes/notifications/message/material-dark.scss +257 -17
  308. package/SCSS-Themes/notifications/message/material.scss +257 -17
  309. package/SCSS-Themes/notifications/message/material3-dark.scss +257 -17
  310. package/SCSS-Themes/notifications/message/material3.scss +257 -17
  311. package/SCSS-Themes/notifications/message/tailwind-dark.scss +257 -17
  312. package/SCSS-Themes/notifications/message/tailwind.scss +257 -17
  313. package/SCSS-Themes/notifications/toast/bootstrap-dark.scss +31 -0
  314. package/SCSS-Themes/notifications/toast/bootstrap.scss +31 -0
  315. package/SCSS-Themes/notifications/toast/bootstrap4.scss +31 -0
  316. package/SCSS-Themes/notifications/toast/bootstrap5-dark.scss +31 -0
  317. package/SCSS-Themes/notifications/toast/bootstrap5.scss +31 -0
  318. package/SCSS-Themes/notifications/toast/fabric-dark.scss +31 -0
  319. package/SCSS-Themes/notifications/toast/fabric.scss +31 -0
  320. package/SCSS-Themes/notifications/toast/fluent-dark.scss +31 -0
  321. package/SCSS-Themes/notifications/toast/fluent.scss +31 -0
  322. package/SCSS-Themes/notifications/toast/highcontrast.scss +31 -0
  323. package/SCSS-Themes/notifications/toast/material-dark.scss +32 -0
  324. package/SCSS-Themes/notifications/toast/material.scss +32 -0
  325. package/SCSS-Themes/notifications/toast/material3-dark.scss +32 -0
  326. package/SCSS-Themes/notifications/toast/material3.scss +32 -0
  327. package/SCSS-Themes/notifications/toast/tailwind-dark.scss +31 -0
  328. package/SCSS-Themes/notifications/toast/tailwind.scss +31 -0
  329. package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap-dark.scss +156 -9
  330. package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap.scss +156 -9
  331. package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap4.scss +156 -9
  332. package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap5-dark.scss +156 -9
  333. package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap5.scss +156 -9
  334. package/SCSS-Themes/pdfviewer/pdfviewer/fabric-dark.scss +156 -9
  335. package/SCSS-Themes/pdfviewer/pdfviewer/fabric.scss +156 -9
  336. package/SCSS-Themes/pdfviewer/pdfviewer/fluent-dark.scss +156 -9
  337. package/SCSS-Themes/pdfviewer/pdfviewer/fluent.scss +156 -9
  338. package/SCSS-Themes/pdfviewer/pdfviewer/highcontrast.scss +156 -9
  339. package/SCSS-Themes/pdfviewer/pdfviewer/material-dark.scss +156 -9
  340. package/SCSS-Themes/pdfviewer/pdfviewer/material.scss +156 -9
  341. package/SCSS-Themes/pdfviewer/pdfviewer/material3-dark.scss +156 -9
  342. package/SCSS-Themes/pdfviewer/pdfviewer/material3.scss +156 -9
  343. package/SCSS-Themes/pdfviewer/pdfviewer/tailwind-dark.scss +156 -9
  344. package/SCSS-Themes/pdfviewer/pdfviewer/tailwind.scss +156 -9
  345. package/SCSS-Themes/pivotview/pivotfieldlist/bootstrap-dark.scss +63 -29
  346. package/SCSS-Themes/pivotview/pivotfieldlist/bootstrap.scss +63 -29
  347. package/SCSS-Themes/pivotview/pivotfieldlist/bootstrap4.scss +63 -29
  348. package/SCSS-Themes/pivotview/pivotfieldlist/bootstrap5-dark.scss +63 -29
  349. package/SCSS-Themes/pivotview/pivotfieldlist/bootstrap5.scss +63 -29
  350. package/SCSS-Themes/pivotview/pivotfieldlist/fabric-dark.scss +63 -29
  351. package/SCSS-Themes/pivotview/pivotfieldlist/fabric.scss +63 -29
  352. package/SCSS-Themes/pivotview/pivotfieldlist/fluent-dark.scss +65 -31
  353. package/SCSS-Themes/pivotview/pivotfieldlist/fluent.scss +65 -31
  354. package/SCSS-Themes/pivotview/pivotfieldlist/highcontrast.scss +63 -29
  355. package/SCSS-Themes/pivotview/pivotfieldlist/material-dark.scss +63 -29
  356. package/SCSS-Themes/pivotview/pivotfieldlist/material.scss +63 -29
  357. package/SCSS-Themes/pivotview/pivotfieldlist/material3-dark.scss +64 -30
  358. package/SCSS-Themes/pivotview/pivotfieldlist/material3.scss +64 -30
  359. package/SCSS-Themes/pivotview/pivotfieldlist/tailwind-dark.scss +63 -29
  360. package/SCSS-Themes/pivotview/pivotfieldlist/tailwind.scss +63 -29
  361. package/SCSS-Themes/pivotview/pivotview/bootstrap-dark.scss +21 -27
  362. package/SCSS-Themes/pivotview/pivotview/bootstrap.scss +21 -27
  363. package/SCSS-Themes/pivotview/pivotview/bootstrap4.scss +21 -27
  364. package/SCSS-Themes/pivotview/pivotview/bootstrap5-dark.scss +20 -26
  365. package/SCSS-Themes/pivotview/pivotview/bootstrap5.scss +20 -26
  366. package/SCSS-Themes/pivotview/pivotview/fabric-dark.scss +20 -26
  367. package/SCSS-Themes/pivotview/pivotview/fabric.scss +20 -26
  368. package/SCSS-Themes/pivotview/pivotview/fluent-dark.scss +22 -28
  369. package/SCSS-Themes/pivotview/pivotview/fluent.scss +22 -28
  370. package/SCSS-Themes/pivotview/pivotview/highcontrast.scss +21 -27
  371. package/SCSS-Themes/pivotview/pivotview/material-dark.scss +20 -26
  372. package/SCSS-Themes/pivotview/pivotview/material.scss +20 -26
  373. package/SCSS-Themes/pivotview/pivotview/material3-dark.scss +22 -28
  374. package/SCSS-Themes/pivotview/pivotview/material3.scss +22 -28
  375. package/SCSS-Themes/pivotview/pivotview/tailwind-dark.scss +20 -26
  376. package/SCSS-Themes/pivotview/pivotview/tailwind.scss +20 -26
  377. package/SCSS-Themes/popups/tooltip/bootstrap5-dark.scss +2 -2
  378. package/SCSS-Themes/popups/tooltip/bootstrap5.scss +2 -2
  379. package/SCSS-Themes/popups/tooltip/fluent-dark.scss +1 -1
  380. package/SCSS-Themes/popups/tooltip/fluent.scss +1 -1
  381. package/SCSS-Themes/popups/tooltip/highcontrast.scss +1 -1
  382. package/SCSS-Themes/popups/tooltip/tailwind-dark.scss +1 -1
  383. package/SCSS-Themes/popups/tooltip/tailwind.scss +1 -1
  384. package/SCSS-Themes/ribbon/ribbon/bootstrap-dark.scss +111 -18
  385. package/SCSS-Themes/ribbon/ribbon/bootstrap.scss +111 -18
  386. package/SCSS-Themes/ribbon/ribbon/bootstrap4.scss +111 -18
  387. package/SCSS-Themes/ribbon/ribbon/bootstrap5-dark.scss +111 -18
  388. package/SCSS-Themes/ribbon/ribbon/bootstrap5.scss +111 -18
  389. package/SCSS-Themes/ribbon/ribbon/fabric-dark.scss +111 -18
  390. package/SCSS-Themes/ribbon/ribbon/fabric.scss +111 -18
  391. package/SCSS-Themes/ribbon/ribbon/fluent-dark.scss +111 -18
  392. package/SCSS-Themes/ribbon/ribbon/fluent.scss +111 -18
  393. package/SCSS-Themes/ribbon/ribbon/highcontrast.scss +111 -18
  394. package/SCSS-Themes/ribbon/ribbon/material-dark.scss +112 -19
  395. package/SCSS-Themes/ribbon/ribbon/material.scss +112 -19
  396. package/SCSS-Themes/ribbon/ribbon/material3-dark.scss +111 -20
  397. package/SCSS-Themes/ribbon/ribbon/material3.scss +111 -20
  398. package/SCSS-Themes/ribbon/ribbon/tailwind-dark.scss +111 -18
  399. package/SCSS-Themes/ribbon/ribbon/tailwind.scss +111 -18
  400. package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap-dark.scss +82 -7
  401. package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap.scss +82 -7
  402. package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap4.scss +82 -7
  403. package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap5-dark.scss +83 -8
  404. package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap5.scss +83 -8
  405. package/SCSS-Themes/richtexteditor/rich-text-editor/fabric-dark.scss +82 -7
  406. package/SCSS-Themes/richtexteditor/rich-text-editor/fabric.scss +82 -7
  407. package/SCSS-Themes/richtexteditor/rich-text-editor/fluent-dark.scss +83 -8
  408. package/SCSS-Themes/richtexteditor/rich-text-editor/fluent.scss +83 -8
  409. package/SCSS-Themes/richtexteditor/rich-text-editor/highcontrast.scss +82 -7
  410. package/SCSS-Themes/richtexteditor/rich-text-editor/material-dark.scss +82 -7
  411. package/SCSS-Themes/richtexteditor/rich-text-editor/material.scss +82 -7
  412. package/SCSS-Themes/richtexteditor/rich-text-editor/material3-dark.scss +82 -7
  413. package/SCSS-Themes/richtexteditor/rich-text-editor/material3.scss +82 -7
  414. package/SCSS-Themes/richtexteditor/rich-text-editor/tailwind-dark.scss +82 -7
  415. package/SCSS-Themes/richtexteditor/rich-text-editor/tailwind.scss +82 -7
  416. package/SCSS-Themes/schedule/recurrence-editor/bootstrap-dark.scss +6 -11
  417. package/SCSS-Themes/schedule/recurrence-editor/bootstrap.scss +6 -11
  418. package/SCSS-Themes/schedule/recurrence-editor/bootstrap4.scss +6 -11
  419. package/SCSS-Themes/schedule/recurrence-editor/bootstrap5-dark.scss +8 -13
  420. package/SCSS-Themes/schedule/recurrence-editor/bootstrap5.scss +8 -13
  421. package/SCSS-Themes/schedule/recurrence-editor/fabric-dark.scss +7 -12
  422. package/SCSS-Themes/schedule/recurrence-editor/fabric.scss +7 -12
  423. package/SCSS-Themes/schedule/recurrence-editor/fluent-dark.scss +7 -12
  424. package/SCSS-Themes/schedule/recurrence-editor/fluent.scss +7 -12
  425. package/SCSS-Themes/schedule/recurrence-editor/highcontrast.scss +6 -11
  426. package/SCSS-Themes/schedule/recurrence-editor/material-dark.scss +6 -11
  427. package/SCSS-Themes/schedule/recurrence-editor/material.scss +6 -11
  428. package/SCSS-Themes/schedule/recurrence-editor/material3-dark.scss +7 -12
  429. package/SCSS-Themes/schedule/recurrence-editor/material3.scss +7 -12
  430. package/SCSS-Themes/schedule/recurrence-editor/tailwind-dark.scss +8 -13
  431. package/SCSS-Themes/schedule/recurrence-editor/tailwind.scss +8 -13
  432. package/SCSS-Themes/schedule/schedule/bootstrap-dark.scss +29 -12
  433. package/SCSS-Themes/schedule/schedule/bootstrap.scss +29 -12
  434. package/SCSS-Themes/schedule/schedule/bootstrap4.scss +29 -12
  435. package/SCSS-Themes/schedule/schedule/bootstrap5-dark.scss +29 -12
  436. package/SCSS-Themes/schedule/schedule/bootstrap5.scss +29 -12
  437. package/SCSS-Themes/schedule/schedule/fabric-dark.scss +29 -12
  438. package/SCSS-Themes/schedule/schedule/fabric.scss +29 -12
  439. package/SCSS-Themes/schedule/schedule/fluent-dark.scss +29 -12
  440. package/SCSS-Themes/schedule/schedule/fluent.scss +29 -12
  441. package/SCSS-Themes/schedule/schedule/highcontrast.scss +29 -12
  442. package/SCSS-Themes/schedule/schedule/material-dark.scss +29 -12
  443. package/SCSS-Themes/schedule/schedule/material.scss +29 -12
  444. package/SCSS-Themes/schedule/schedule/material3-dark.scss +29 -12
  445. package/SCSS-Themes/schedule/schedule/material3.scss +29 -12
  446. package/SCSS-Themes/schedule/schedule/tailwind-dark.scss +29 -12
  447. package/SCSS-Themes/schedule/schedule/tailwind.scss +29 -12
  448. package/SCSS-Themes/tailwind-dark.scss +2836 -216
  449. package/SCSS-Themes/tailwind.scss +2836 -216
  450. package/package.json +1 -1
@@ -119,6 +119,7 @@ $gantt-tab-selection-indicator-color: $primary !default;
119
119
  $gantt-tab-header-hover-color: $transparent !default;
120
120
  $gantt-tab-header-hover-font-color: $content-text-color-alt2 !default;
121
121
  $gantt-active-background: $table-bg-color-selected;
122
+ $gantt-active-frozen-background: $table-bg-color-selected;
122
123
  $gantt-active-color: $table-text-color-selected !default;
123
124
  $gantt-table-background: $content-bg-color !default;
124
125
  $gantt-baseline-color: $warning !default;
@@ -173,6 +174,7 @@ $gantt-dialog-general-height: 241px !default;
173
174
  $gantt-dialog-edit-form-odd-padding: 12px 18px 0 18px !default;
174
175
  $gantt-dialog-edit-form-even-padding: 12px 18px 0 0 !default;
175
176
  $gantt-dialog-edit-form-scroll-padding: 12px 18px 0 0 !default;
177
+ $gantt-mobile-bigger-dialog-edit-form-padding: 16px 12px 0 16px !default;
176
178
  $gantt-bigger-tooltip-button-color: $warning-text;
177
179
  $gantt-bigger-tooltip-dialog-color: $content-bg-color;
178
180
  $gantt-bigger-tooltip-button-text-color: $white;
@@ -180,7 +182,6 @@ $gantt-bigger-tooltip-dialog-text-color: $content-text-color;
180
182
  $gantt-bigger-tooltip-disabled-button-color: $content-bg-color-alt5 !important;
181
183
  $gantt-bigger-dialog-edit-form-odd-padding: 16px 12px 0 16px !default;
182
184
  $gantt-bigger-dialog-edit-form-even-padding: 16px 16px 0 12px !default;
183
- $gantt-bigger-dialog-close-button-left: 2px !important;
184
185
  $gantt-bigger-dialog-close-button-size: 14px !important;
185
186
  $gantt-bigger-dialog-header-padding: 16px 4px 16px 16px !important;
186
187
  $gantt-bigger-add-dialog-content-height: 250px !important;
@@ -216,6 +217,7 @@ $gantt-dialog-bigger-border-radius: 6px !important;
216
217
  $gantt-bigger-dialog-tab-padding-left: 5px !important;
217
218
  $gantt-bigger-dialog-border-radius: 6px 6px 0px 0px !default;
218
219
  $gantt-bigger-dialog-edit-form-scroll-padding: 16px 18px 0 9px !default;
220
+ $gantt-dialog-close-button-top: 0 !important;
219
221
  $gantt-dialog-dependent-height: 161px !default;
220
222
  $gantt-dialog-resource-height: 202px !default;
221
223
  $gantt-dialog-rte-height: 241px !default;
@@ -267,6 +269,9 @@ $gantt-collapse-progress-width: 0px !important;
267
269
  $gantt-range-container-arc-radius: 2px !default;
268
270
  $bigger-column-menu-size: 35px !default;
269
271
  $gantt-masked-table-background-color: rgb(225,223,221);
272
+ $gantt-rowdd-topbottom-border: 2px solid #4f46e5 !default;
273
+ $gantt-rowdd-boxshadow: $primary !default;
274
+ $gantt-rowdd-childborder-width: 2px 0 0 !default;
270
275
  @include export-module('gantt-layout') {
271
276
 
272
277
  .e-bigger {
@@ -285,6 +290,23 @@ $gantt-masked-table-background-color: rgb(225,223,221);
285
290
  font-size: 18px;
286
291
  }}
287
292
  .e-gantt-chart {
293
+
294
+ .e-taskbar-left-resizer,
295
+ .e-taskbar-right-resizer {
296
+ display: inline-block;
297
+ position: absolute;
298
+ top: 0;
299
+ width: 25px;
300
+ z-index: 4;
301
+ }
302
+
303
+ .e-left-resize-gripper,
304
+ .e-right-resize-gripper {
305
+ align-items: center;
306
+ cursor: ew-resize;
307
+ display: inline-flex;
308
+ }
309
+
288
310
  .e-timeline-header-container {
289
311
  height: $gantt-bigger-header-border-height;
290
312
  }
@@ -404,7 +426,13 @@ $gantt-masked-table-background-color: rgb(225,223,221);
404
426
  padding: $gantt-bigger-dialog-header-padding; /* stylelint-disable-line declaration-no-important */
405
427
 
406
428
  .e-btn.e-dlg-closeicon-btn {
407
- left: $gantt-bigger-dialog-close-button-left;
429
+ left: -11px;
430
+ @if ($skin-name == 'bootstrap5-dark' or $skin-name == 'bootstrap5'){
431
+ top: 2px;
432
+ }
433
+ @else {
434
+ top: 3px;
435
+ }
408
436
  }
409
437
  }
410
438
  @if ($skin-name == 'FluentUI' or $skin-name == 'fluent-dark') {
@@ -434,8 +462,13 @@ $gantt-masked-table-background-color: rgb(225,223,221);
434
462
  }
435
463
  }
436
464
 
437
- .e-dlg-header {
438
- line-height: 28px;
465
+ .e-dlg-header:not(.e-gantt-adaptive-dialog .e-dialog .e-dlg-header) {
466
+ @if ($skin-name== 'Material3-dark' or $skin-name == 'Material3') {
467
+ line-height: 28px;
468
+ }
469
+ @else if ($skin-name != 'FluentUI' or $skin-name != 'fluent-dark'){
470
+ line-height: 37px;
471
+ }
439
472
  }
440
473
  }
441
474
 
@@ -466,7 +499,7 @@ $gantt-masked-table-background-color: rgb(225,223,221);
466
499
  .e-gantt-dialog {
467
500
  .e-dialog {
468
501
  border-radius: 6px;
469
- //width: $gantt-bigger-dialog-width;
502
+ width: $gantt-bigger-dialog-width;
470
503
  }
471
504
  .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
472
505
  padding: 0 16px !important; /* stylelint-disable-line declaration-no-important */
@@ -512,7 +545,7 @@ $gantt-masked-table-background-color: rgb(225,223,221);
512
545
  }
513
546
  }
514
547
  @else{
515
- .e-btn.e-dlg-closeicon-btn {
548
+ .e-btn.e-dlg-closeicon-btn:not(.e-gantt-adaptive-dialog .e-dialog .e-dlg-closeicon-btn) {
516
549
  border-radius: 50%;
517
550
  height: auto !important; /* stylelint-disable-line declaration-no-important */
518
551
  width: auto;
@@ -612,6 +645,16 @@ $gantt-masked-table-background-color: rgb(225,223,221);
612
645
  padding: 7px 0 !important; /* stylelint-disable-line declaration-no-important */
613
646
  }
614
647
  }
648
+ .e-gantt-adaptive-dialog .e-dialog {
649
+ position: absolute !important; /* stylelint-disable-line declaration-no-important */
650
+ left: 0 !important; /* stylelint-disable-line declaration-no-important */
651
+ }
652
+ .e-gantt-adaptive-dialog .e-dialog .e-dlg-header-content {
653
+ padding: 16px !important; /* stylelint-disable-line declaration-no-important */
654
+ }
655
+ .e-gantt-adaptive-dialog .e-dialog td{
656
+ width: 100% !important; /* stylelint-disable-line declaration-no-important */
657
+ }
615
658
  }
616
659
 
617
660
  .e-predecessor-tooltip {
@@ -907,10 +950,6 @@ $gantt-masked-table-background-color: rgb(225,223,221);
907
950
  overflow-x: scroll !important; /* stylelint-disable-line declaration-no-important */
908
951
  }
909
952
 
910
- .e-gridcontent .e-gantt-frozen {
911
- overflow-x: hidden !important; /* stylelint-disable-line declaration-no-important */
912
- }
913
-
914
953
  .e-gridcontent .e-content.e-gantt-scroll-padding {
915
954
  width: calc(100% + 17px);
916
955
  }
@@ -1048,7 +1087,7 @@ $gantt-masked-table-background-color: rgb(225,223,221);
1048
1087
  }
1049
1088
 
1050
1089
  .e-zero-spacing {
1051
- border-spacing: 0;
1090
+ border-spacing: .25px;
1052
1091
  }
1053
1092
 
1054
1093
  .e-chart-row:first-child .e-chart-row-border {
@@ -1091,10 +1130,6 @@ $gantt-masked-table-background-color: rgb(225,223,221);
1091
1130
  vertical-align: middle;
1092
1131
  z-index: 3;
1093
1132
  }
1094
-
1095
- .e-taskbar-main-container:hover{
1096
- z-index: 4;
1097
- }
1098
1133
 
1099
1134
  .e-taskbar-main-container.e-gantt-multi-taskbar:hover {
1100
1135
  z-index: 4;
@@ -1676,7 +1711,7 @@ $gantt-masked-table-background-color: rgb(225,223,221);
1676
1711
  }
1677
1712
 
1678
1713
  .e-item {
1679
- height: $gantt-dialog-general-height;
1714
+ height: 100%;
1680
1715
  }
1681
1716
 
1682
1717
  .e-dependent-div {
@@ -1755,6 +1790,10 @@ $gantt-masked-table-background-color: rgb(225,223,221);
1755
1790
  }
1756
1791
  }
1757
1792
 
1793
+ .e-dlg-header {
1794
+ line-height: 30px;
1795
+ }
1796
+
1758
1797
  .e-dlg-header-content {
1759
1798
  border-bottom: 0 !important; /* stylelint-disable-line declaration-no-important */
1760
1799
  }
@@ -1763,6 +1802,11 @@ $gantt-masked-table-background-color: rgb(225,223,221);
1763
1802
  border-radius: $gantt-dialog-border-radius;
1764
1803
  padding-bottom: $gantt-dialog-padding-bottom;
1765
1804
 
1805
+ .e-btn.e-dlg-closeicon-btn {
1806
+ left: -11px;
1807
+ top: $gantt-dialog-close-button-top;
1808
+ }
1809
+
1766
1810
  @if ($skin-name == 'bootstrap-dark'){
1767
1811
  .e-btn.e-dlg-closeicon-btn {
1768
1812
  border-radius: 50%;
@@ -1843,12 +1887,14 @@ $gantt-masked-table-background-color: rgb(225,223,221);
1843
1887
  .e-bigger .e-gantt .e-gantt-chart .e-label {
1844
1888
  font-size: $gantt-bigger-label-font-size;
1845
1889
  }
1846
- .e-bigger .e-gantt .e-gantt-chart .e-timeline-single-header-outer-div{
1847
- height: 64px !important; /* stylelint-disable-line declaration-no-important */
1890
+
1891
+ .e-bigger .e-filter-popup .e-control .e-dialog .e-lib .e-popup .e-popup-open .e-excelfilter .e-gantt,
1892
+ .e-bigger .e-gantt .e-excelfilter .e-dialog .e-dlg-content {
1893
+ padding: 0 18px 0 0 !important; /* stylelint-disable-line declaration-no-important */
1848
1894
  }
1849
- .e-bigger .e-timeline-single-header-cell {
1850
- height: 64px !important; /* stylelint-disable-line declaration-no-important */
1851
- line-height: 64px !important; /* stylelint-disable-line declaration-no-important */
1895
+ .e-bigger .e-filter-popup .e-control .e-dialog .e-lib .e-popup .e-popup-open .e-excelfilter .e-gantt,
1896
+ .e-bigger .e-gantt .e-contextmenu-wrapper ul {
1897
+ padding: 0 !important; /* stylelint-disable-line declaration-no-important */
1852
1898
  }
1853
1899
 
1854
1900
  .e-gantt-tooltip-label {
@@ -2009,6 +2055,37 @@ $gantt-masked-table-background-color: rgb(225,223,221);
2009
2055
  position: absolute;
2010
2056
  z-index: 1;
2011
2057
  }
2058
+ .e-gantt .e-gantt-chart .e-chart-root-container .e-content td.e-chart-row-cell.e-droptop{
2059
+ border-top: $gantt-rowdd-topbottom-border;
2060
+ border-width: $gantt-rowdd-childborder-width;
2061
+ }
2062
+ .e-gantt .e-gantt-chart .e-chart-root-container .e-content td.e-chart-row-cell.e-dropbottom{
2063
+ border-bottom: $gantt-rowdd-topbottom-border;
2064
+ box-shadow: $gantt-rowdd-boxshadow;
2065
+ }
2066
+
2067
+ .e-gantt .e-gantt-chart .e-chart-root-container .e-content td.e-chart-row-cell.e-childborder {
2068
+ border-bottom: $gantt-rowdd-topbottom-border;
2069
+ border-top: $gantt-rowdd-topbottom-border;
2070
+ box-shadow: $gantt-rowdd-boxshadow;
2071
+ }
2072
+ }
2073
+ @media (max-width: 767px)
2074
+ {
2075
+ .e-bigger{
2076
+ .e-gantt {
2077
+ .e-dialog {
2078
+ .e-edit-form-column {
2079
+ &:nth-child(odd),
2080
+ &:nth-child(even) {
2081
+ float: none;
2082
+ padding: $gantt-mobile-bigger-dialog-edit-form-padding;
2083
+ width: 100%;
2084
+ }
2085
+ }
2086
+ }
2087
+ }
2088
+ }
2012
2089
  }
2013
2090
 
2014
2091
 
@@ -2091,6 +2168,16 @@ $gantt-masked-table-background-color: rgb(225,223,221);
2091
2168
  background: $gantt-active-background;
2092
2169
  opacity: $gantt-active-color-opacity;
2093
2170
  }
2171
+
2172
+ .e-grid{
2173
+ td.e-active.e-leftfreeze,
2174
+ td.e-active.e-unfreeze,
2175
+ td.e-active.e-rightfreeze,
2176
+ td.e-active.e-fixedfreeze{
2177
+ background: $gantt-active-frozen-background;
2178
+ opacity: 1;
2179
+ }
2180
+ }
2094
2181
  }
2095
2182
  .e-taskbar-resize-div {
2096
2183
  border-color: $event-marker-line-color;
@@ -2616,6 +2703,7 @@ $gantt-masked-table-background-color: rgb(225,223,221);
2616
2703
  }
2617
2704
  .e-dlg-header {
2618
2705
  color: $gantt-dialog-header-font-color;
2706
+ position: relative;
2619
2707
  }
2620
2708
 
2621
2709
  .e-dlg-header-content {
@@ -133,6 +133,7 @@ $gantt-dialog-general-height: 241px !default;
133
133
  $gantt-dialog-edit-form-odd-padding: 15px 20px 0 18px !default;
134
134
  $gantt-dialog-edit-form-even-padding: 16px 16px 0 0 !default;
135
135
  $gantt-dialog-edit-form-scroll-padding: 16px 16px 0 0 !default;
136
+ $gantt-mobile-bigger-dialog-edit-form-padding: 16px 12px 0 16px !default;
136
137
  $gantt-bigger-predecessor-dialog-padding: 10px 9px 9px 14px !important;
137
138
  $gantt-bigger-predecessor-dialog-font-size: 12px;
138
139
  $gantt-bigger-predecessor-dialog-font-weight: 400 !default;
@@ -144,7 +145,6 @@ $gantt-bigger-tooltip-dialog-text-color: $grey-dark-font;
144
145
  $gantt-bigger-tooltip-disabled-button-color: #A6A6A6 !important;
145
146
  $gantt-bigger-dialog-edit-form-odd-padding: 16px 12px 0 16px !default;
146
147
  $gantt-bigger-dialog-edit-form-even-padding: 16px 16px 0 12px !default;
147
- $gantt-bigger-dialog-close-button-left: 0 !important;
148
148
  $gantt-bigger-dialog-close-button-size: 12px !important;
149
149
  $gantt-bigger-dialog-header-padding: 16px 4px 16px 16px !important;
150
150
  $gantt-bigger-add-dialog-content-height: 242px !important;
@@ -176,6 +176,7 @@ $gantt-dialog-bigger-border-radius: 6px !important;
176
176
  $gantt-bigger-dialog-tab-padding-left: 5px !important;
177
177
  $gantt-bigger-dialog-border-radius: 6px 6px 0px 0px !default;
178
178
  $gantt-bigger-dialog-edit-form-scroll-padding: 16px 18px 0 0 !default;
179
+ $gantt-dialog-close-button-top: 0 !important;
179
180
  $gantt-dialog-dependent-height: 161px !default;
180
181
  $gantt-dialog-resource-height: 202px !default;
181
182
  $gantt-dialog-rte-height: 241px !default;
@@ -205,6 +206,7 @@ $gantt-parent-progress-bar-border-radius: 0px !default;
205
206
  $gantt-timeline-top-headercell-font-size: 14px !default;
206
207
  $gantt-timeline-top-headercell-font-weight: 400 !default;
207
208
  $gantt-active-background: $neutral-quintenary!default;
209
+ $gantt-active-frozen-background: $neutral-quintenary!default;
208
210
  $gantt-active-color: $neutral-primary !default;
209
211
  $gantt-active-color-opacity: 1 !default;
210
212
  $gantt-table-background: $neutral-white !default;
@@ -263,6 +265,9 @@ $gantt-range-container-arc-radius: 0px !default;
263
265
  $gantt-active-background-color: #a9a9a9;
264
266
  $bigger-column-menu-size: 45px !default;
265
267
  $gantt-masked-table-background-color: #e1dfdd;
268
+ $gantt-rowdd-topbottom-border: 1px solid #0074cc !default;
269
+ $gantt-rowdd-boxshadow: #0074cc !default;
270
+ $gantt-rowdd-childborder-width: 1px 0 0 !default;
266
271
  @include export-module('gantt-layout') {
267
272
 
268
273
  .e-bigger {
@@ -281,6 +286,23 @@ $gantt-masked-table-background-color: #e1dfdd;
281
286
  font-size: 18px;
282
287
  }}
283
288
  .e-gantt-chart {
289
+
290
+ .e-taskbar-left-resizer,
291
+ .e-taskbar-right-resizer {
292
+ display: inline-block;
293
+ position: absolute;
294
+ top: 0;
295
+ width: 25px;
296
+ z-index: 4;
297
+ }
298
+
299
+ .e-left-resize-gripper,
300
+ .e-right-resize-gripper {
301
+ align-items: center;
302
+ cursor: ew-resize;
303
+ display: inline-flex;
304
+ }
305
+
284
306
  .e-timeline-header-container {
285
307
  height: $gantt-bigger-header-border-height;
286
308
  }
@@ -400,7 +422,13 @@ $gantt-masked-table-background-color: #e1dfdd;
400
422
  padding: $gantt-bigger-dialog-header-padding; /* stylelint-disable-line declaration-no-important */
401
423
 
402
424
  .e-btn.e-dlg-closeicon-btn {
403
- left: $gantt-bigger-dialog-close-button-left;
425
+ left: -11px;
426
+ @if ($skin-name == 'bootstrap5-dark' or $skin-name == 'bootstrap5'){
427
+ top: 2px;
428
+ }
429
+ @else {
430
+ top: 3px;
431
+ }
404
432
  }
405
433
  }
406
434
  @if ($skin-name == 'FluentUI' or $skin-name == 'fluent-dark') {
@@ -430,8 +458,13 @@ $gantt-masked-table-background-color: #e1dfdd;
430
458
  }
431
459
  }
432
460
 
433
- .e-dlg-header {
434
- line-height: 28px;
461
+ .e-dlg-header:not(.e-gantt-adaptive-dialog .e-dialog .e-dlg-header) {
462
+ @if ($skin-name== 'Material3-dark' or $skin-name == 'Material3') {
463
+ line-height: 28px;
464
+ }
465
+ @else if ($skin-name != 'FluentUI' or $skin-name != 'fluent-dark'){
466
+ line-height: 37px;
467
+ }
435
468
  }
436
469
  }
437
470
 
@@ -462,7 +495,7 @@ $gantt-masked-table-background-color: #e1dfdd;
462
495
  .e-gantt-dialog {
463
496
  .e-dialog {
464
497
  border-radius: 6px;
465
- //width: $gantt-bigger-dialog-width;
498
+ width: $gantt-bigger-dialog-width;
466
499
  }
467
500
  .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
468
501
  padding: 0 16px !important; /* stylelint-disable-line declaration-no-important */
@@ -508,7 +541,7 @@ $gantt-masked-table-background-color: #e1dfdd;
508
541
  }
509
542
  }
510
543
  @else{
511
- .e-btn.e-dlg-closeicon-btn {
544
+ .e-btn.e-dlg-closeicon-btn:not(.e-gantt-adaptive-dialog .e-dialog .e-dlg-closeicon-btn) {
512
545
  border-radius: 50%;
513
546
  height: auto !important; /* stylelint-disable-line declaration-no-important */
514
547
  width: auto;
@@ -608,6 +641,16 @@ $gantt-masked-table-background-color: #e1dfdd;
608
641
  padding: 7px 0 !important; /* stylelint-disable-line declaration-no-important */
609
642
  }
610
643
  }
644
+ .e-gantt-adaptive-dialog .e-dialog {
645
+ position: absolute !important; /* stylelint-disable-line declaration-no-important */
646
+ left: 0 !important; /* stylelint-disable-line declaration-no-important */
647
+ }
648
+ .e-gantt-adaptive-dialog .e-dialog .e-dlg-header-content {
649
+ padding: 16px !important; /* stylelint-disable-line declaration-no-important */
650
+ }
651
+ .e-gantt-adaptive-dialog .e-dialog td{
652
+ width: 100% !important; /* stylelint-disable-line declaration-no-important */
653
+ }
611
654
  }
612
655
 
613
656
  .e-predecessor-tooltip {
@@ -903,10 +946,6 @@ $gantt-masked-table-background-color: #e1dfdd;
903
946
  overflow-x: scroll !important; /* stylelint-disable-line declaration-no-important */
904
947
  }
905
948
 
906
- .e-gridcontent .e-gantt-frozen {
907
- overflow-x: hidden !important; /* stylelint-disable-line declaration-no-important */
908
- }
909
-
910
949
  .e-gridcontent .e-content.e-gantt-scroll-padding {
911
950
  width: calc(100% + 17px);
912
951
  }
@@ -1044,7 +1083,7 @@ $gantt-masked-table-background-color: #e1dfdd;
1044
1083
  }
1045
1084
 
1046
1085
  .e-zero-spacing {
1047
- border-spacing: 0;
1086
+ border-spacing: .25px;
1048
1087
  }
1049
1088
 
1050
1089
  .e-chart-row:first-child .e-chart-row-border {
@@ -1087,10 +1126,6 @@ $gantt-masked-table-background-color: #e1dfdd;
1087
1126
  vertical-align: middle;
1088
1127
  z-index: 3;
1089
1128
  }
1090
-
1091
- .e-taskbar-main-container:hover{
1092
- z-index: 4;
1093
- }
1094
1129
 
1095
1130
  .e-taskbar-main-container.e-gantt-multi-taskbar:hover {
1096
1131
  z-index: 4;
@@ -1672,7 +1707,7 @@ $gantt-masked-table-background-color: #e1dfdd;
1672
1707
  }
1673
1708
 
1674
1709
  .e-item {
1675
- height: $gantt-dialog-general-height;
1710
+ height: 100%;
1676
1711
  }
1677
1712
 
1678
1713
  .e-dependent-div {
@@ -1751,6 +1786,10 @@ $gantt-masked-table-background-color: #e1dfdd;
1751
1786
  }
1752
1787
  }
1753
1788
 
1789
+ .e-dlg-header {
1790
+ line-height: 30px;
1791
+ }
1792
+
1754
1793
  .e-dlg-header-content {
1755
1794
  border-bottom: 0 !important; /* stylelint-disable-line declaration-no-important */
1756
1795
  }
@@ -1759,6 +1798,11 @@ $gantt-masked-table-background-color: #e1dfdd;
1759
1798
  border-radius: $gantt-dialog-border-radius;
1760
1799
  padding-bottom: $gantt-dialog-padding-bottom;
1761
1800
 
1801
+ .e-btn.e-dlg-closeicon-btn {
1802
+ left: -11px;
1803
+ top: $gantt-dialog-close-button-top;
1804
+ }
1805
+
1762
1806
  @if ($skin-name == 'bootstrap-dark'){
1763
1807
  .e-btn.e-dlg-closeicon-btn {
1764
1808
  border-radius: 50%;
@@ -1839,12 +1883,14 @@ $gantt-masked-table-background-color: #e1dfdd;
1839
1883
  .e-bigger .e-gantt .e-gantt-chart .e-label {
1840
1884
  font-size: $gantt-bigger-label-font-size;
1841
1885
  }
1842
- .e-bigger .e-gantt .e-gantt-chart .e-timeline-single-header-outer-div{
1843
- height: 64px !important; /* stylelint-disable-line declaration-no-important */
1886
+
1887
+ .e-bigger .e-filter-popup .e-control .e-dialog .e-lib .e-popup .e-popup-open .e-excelfilter .e-gantt,
1888
+ .e-bigger .e-gantt .e-excelfilter .e-dialog .e-dlg-content {
1889
+ padding: 0 18px 0 0 !important; /* stylelint-disable-line declaration-no-important */
1844
1890
  }
1845
- .e-bigger .e-timeline-single-header-cell {
1846
- height: 64px !important; /* stylelint-disable-line declaration-no-important */
1847
- line-height: 64px !important; /* stylelint-disable-line declaration-no-important */
1891
+ .e-bigger .e-filter-popup .e-control .e-dialog .e-lib .e-popup .e-popup-open .e-excelfilter .e-gantt,
1892
+ .e-bigger .e-gantt .e-contextmenu-wrapper ul {
1893
+ padding: 0 !important; /* stylelint-disable-line declaration-no-important */
1848
1894
  }
1849
1895
 
1850
1896
  .e-gantt-tooltip-label {
@@ -2005,6 +2051,37 @@ $gantt-masked-table-background-color: #e1dfdd;
2005
2051
  position: absolute;
2006
2052
  z-index: 1;
2007
2053
  }
2054
+ .e-gantt .e-gantt-chart .e-chart-root-container .e-content td.e-chart-row-cell.e-droptop{
2055
+ border-top: $gantt-rowdd-topbottom-border;
2056
+ border-width: $gantt-rowdd-childborder-width;
2057
+ }
2058
+ .e-gantt .e-gantt-chart .e-chart-root-container .e-content td.e-chart-row-cell.e-dropbottom{
2059
+ border-bottom: $gantt-rowdd-topbottom-border;
2060
+ box-shadow: $gantt-rowdd-boxshadow;
2061
+ }
2062
+
2063
+ .e-gantt .e-gantt-chart .e-chart-root-container .e-content td.e-chart-row-cell.e-childborder {
2064
+ border-bottom: $gantt-rowdd-topbottom-border;
2065
+ border-top: $gantt-rowdd-topbottom-border;
2066
+ box-shadow: $gantt-rowdd-boxshadow;
2067
+ }
2068
+ }
2069
+ @media (max-width: 767px)
2070
+ {
2071
+ .e-bigger{
2072
+ .e-gantt {
2073
+ .e-dialog {
2074
+ .e-edit-form-column {
2075
+ &:nth-child(odd),
2076
+ &:nth-child(even) {
2077
+ float: none;
2078
+ padding: $gantt-mobile-bigger-dialog-edit-form-padding;
2079
+ width: 100%;
2080
+ }
2081
+ }
2082
+ }
2083
+ }
2084
+ }
2008
2085
  }
2009
2086
 
2010
2087
 
@@ -2087,6 +2164,16 @@ $gantt-masked-table-background-color: #e1dfdd;
2087
2164
  background: $gantt-active-background;
2088
2165
  opacity: $gantt-active-color-opacity;
2089
2166
  }
2167
+
2168
+ .e-grid{
2169
+ td.e-active.e-leftfreeze,
2170
+ td.e-active.e-unfreeze,
2171
+ td.e-active.e-rightfreeze,
2172
+ td.e-active.e-fixedfreeze{
2173
+ background: $gantt-active-frozen-background;
2174
+ opacity: 1;
2175
+ }
2176
+ }
2090
2177
  }
2091
2178
  .e-taskbar-resize-div {
2092
2179
  border-color: $event-marker-line-color;
@@ -2612,6 +2699,7 @@ $gantt-masked-table-background-color: #e1dfdd;
2612
2699
  }
2613
2700
  .e-dlg-header {
2614
2701
  color: $gantt-dialog-header-font-color;
2702
+ position: relative;
2615
2703
  }
2616
2704
 
2617
2705
  .e-dlg-header-content {