@syncfusion/blazor-themes 22.2.12 → 23.1.38

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 (381) hide show
  1. package/SCSS-Themes/base/bootstrap-dark.scss +53 -1
  2. package/SCSS-Themes/base/bootstrap.scss +54 -1
  3. package/SCSS-Themes/base/bootstrap4.scss +23 -1
  4. package/SCSS-Themes/base/bootstrap5-dark.scss +18 -1
  5. package/SCSS-Themes/base/bootstrap5.scss +18 -1
  6. package/SCSS-Themes/base/fabric-dark.scss +54 -1
  7. package/SCSS-Themes/base/fabric.scss +54 -1
  8. package/SCSS-Themes/base/fluent-dark.scss +18 -1
  9. package/SCSS-Themes/base/fluent.scss +18 -1
  10. package/SCSS-Themes/base/highcontrast.scss +54 -1
  11. package/SCSS-Themes/base/material-dark.scss +53 -1
  12. package/SCSS-Themes/base/material.scss +54 -1
  13. package/SCSS-Themes/base/material3-dark.scss +18 -1
  14. package/SCSS-Themes/base/material3.scss +19 -1
  15. package/SCSS-Themes/base/tailwind-dark.scss +19 -1
  16. package/SCSS-Themes/base/tailwind.scss +19 -1
  17. package/SCSS-Themes/bootstrap-dark.scss +1769 -272
  18. package/SCSS-Themes/bootstrap.scss +1772 -274
  19. package/SCSS-Themes/bootstrap4.scss +1743 -276
  20. package/SCSS-Themes/bootstrap5-dark.scss +1739 -279
  21. package/SCSS-Themes/bootstrap5.scss +1739 -279
  22. package/SCSS-Themes/buttons/switch/bootstrap-dark.scss +11 -0
  23. package/SCSS-Themes/buttons/switch/bootstrap.scss +11 -0
  24. package/SCSS-Themes/buttons/switch/bootstrap4.scss +11 -0
  25. package/SCSS-Themes/buttons/switch/bootstrap5-dark.scss +11 -0
  26. package/SCSS-Themes/buttons/switch/bootstrap5.scss +11 -0
  27. package/SCSS-Themes/buttons/switch/fabric-dark.scss +11 -0
  28. package/SCSS-Themes/buttons/switch/fabric.scss +11 -0
  29. package/SCSS-Themes/buttons/switch/fluent-dark.scss +11 -0
  30. package/SCSS-Themes/buttons/switch/fluent.scss +11 -0
  31. package/SCSS-Themes/buttons/switch/highcontrast.scss +11 -0
  32. package/SCSS-Themes/buttons/switch/material-dark.scss +11 -0
  33. package/SCSS-Themes/buttons/switch/material.scss +11 -0
  34. package/SCSS-Themes/buttons/switch/material3-dark.scss +11 -0
  35. package/SCSS-Themes/buttons/switch/material3.scss +11 -0
  36. package/SCSS-Themes/buttons/switch/tailwind-dark.scss +11 -0
  37. package/SCSS-Themes/buttons/switch/tailwind.scss +11 -0
  38. package/SCSS-Themes/calendars/datepicker/bootstrap-dark.scss +39 -14
  39. package/SCSS-Themes/calendars/datepicker/bootstrap.scss +39 -14
  40. package/SCSS-Themes/calendars/datepicker/bootstrap4.scss +39 -14
  41. package/SCSS-Themes/calendars/datepicker/bootstrap5-dark.scss +40 -15
  42. package/SCSS-Themes/calendars/datepicker/bootstrap5.scss +40 -15
  43. package/SCSS-Themes/calendars/datepicker/fabric-dark.scss +38 -13
  44. package/SCSS-Themes/calendars/datepicker/fabric.scss +40 -15
  45. package/SCSS-Themes/calendars/datepicker/fluent-dark.scss +38 -13
  46. package/SCSS-Themes/calendars/datepicker/fluent.scss +38 -13
  47. package/SCSS-Themes/calendars/datepicker/highcontrast.scss +39 -14
  48. package/SCSS-Themes/calendars/datepicker/material-dark.scss +38 -13
  49. package/SCSS-Themes/calendars/datepicker/material.scss +38 -13
  50. package/SCSS-Themes/calendars/datepicker/material3-dark.scss +38 -13
  51. package/SCSS-Themes/calendars/datepicker/material3.scss +38 -13
  52. package/SCSS-Themes/calendars/datepicker/tailwind-dark.scss +42 -17
  53. package/SCSS-Themes/calendars/datepicker/tailwind.scss +42 -17
  54. package/SCSS-Themes/calendars/daterangepicker/bootstrap-dark.scss +52 -23
  55. package/SCSS-Themes/calendars/daterangepicker/bootstrap.scss +52 -23
  56. package/SCSS-Themes/calendars/daterangepicker/bootstrap4.scss +52 -23
  57. package/SCSS-Themes/calendars/daterangepicker/bootstrap5-dark.scss +52 -23
  58. package/SCSS-Themes/calendars/daterangepicker/bootstrap5.scss +52 -23
  59. package/SCSS-Themes/calendars/daterangepicker/fabric-dark.scss +52 -23
  60. package/SCSS-Themes/calendars/daterangepicker/fabric.scss +52 -23
  61. package/SCSS-Themes/calendars/daterangepicker/fluent-dark.scss +52 -23
  62. package/SCSS-Themes/calendars/daterangepicker/fluent.scss +52 -23
  63. package/SCSS-Themes/calendars/daterangepicker/highcontrast.scss +52 -23
  64. package/SCSS-Themes/calendars/daterangepicker/material-dark.scss +52 -23
  65. package/SCSS-Themes/calendars/daterangepicker/material.scss +52 -23
  66. package/SCSS-Themes/calendars/daterangepicker/material3-dark.scss +56 -24
  67. package/SCSS-Themes/calendars/daterangepicker/material3.scss +56 -24
  68. package/SCSS-Themes/calendars/daterangepicker/tailwind-dark.scss +53 -24
  69. package/SCSS-Themes/calendars/daterangepicker/tailwind.scss +53 -24
  70. package/SCSS-Themes/calendars/timepicker/bootstrap-dark.scss +19 -2
  71. package/SCSS-Themes/calendars/timepicker/bootstrap.scss +19 -2
  72. package/SCSS-Themes/calendars/timepicker/bootstrap4.scss +19 -2
  73. package/SCSS-Themes/calendars/timepicker/bootstrap5-dark.scss +19 -2
  74. package/SCSS-Themes/calendars/timepicker/bootstrap5.scss +19 -2
  75. package/SCSS-Themes/calendars/timepicker/fabric-dark.scss +19 -2
  76. package/SCSS-Themes/calendars/timepicker/fabric.scss +21 -4
  77. package/SCSS-Themes/calendars/timepicker/fluent-dark.scss +19 -2
  78. package/SCSS-Themes/calendars/timepicker/fluent.scss +19 -2
  79. package/SCSS-Themes/calendars/timepicker/highcontrast.scss +19 -2
  80. package/SCSS-Themes/calendars/timepicker/material-dark.scss +19 -2
  81. package/SCSS-Themes/calendars/timepicker/material.scss +19 -2
  82. package/SCSS-Themes/calendars/timepicker/material3-dark.scss +19 -2
  83. package/SCSS-Themes/calendars/timepicker/material3.scss +19 -2
  84. package/SCSS-Themes/calendars/timepicker/tailwind-dark.scss +19 -2
  85. package/SCSS-Themes/calendars/timepicker/tailwind.scss +19 -2
  86. package/SCSS-Themes/documenteditor/document-editor/bootstrap-dark.scss +15 -0
  87. package/SCSS-Themes/documenteditor/document-editor/bootstrap.scss +15 -0
  88. package/SCSS-Themes/documenteditor/document-editor/bootstrap4.scss +15 -0
  89. package/SCSS-Themes/documenteditor/document-editor/bootstrap5-dark.scss +15 -0
  90. package/SCSS-Themes/documenteditor/document-editor/bootstrap5.scss +15 -0
  91. package/SCSS-Themes/documenteditor/document-editor/fabric-dark.scss +15 -0
  92. package/SCSS-Themes/documenteditor/document-editor/fabric.scss +15 -0
  93. package/SCSS-Themes/documenteditor/document-editor/fluent-dark.scss +15 -0
  94. package/SCSS-Themes/documenteditor/document-editor/fluent.scss +15 -0
  95. package/SCSS-Themes/documenteditor/document-editor/highcontrast.scss +15 -0
  96. package/SCSS-Themes/documenteditor/document-editor/material-dark.scss +15 -0
  97. package/SCSS-Themes/documenteditor/document-editor/material.scss +15 -0
  98. package/SCSS-Themes/documenteditor/document-editor/material3-dark.scss +15 -0
  99. package/SCSS-Themes/documenteditor/document-editor/material3.scss +15 -0
  100. package/SCSS-Themes/documenteditor/document-editor/tailwind-dark.scss +15 -0
  101. package/SCSS-Themes/documenteditor/document-editor/tailwind.scss +15 -0
  102. package/SCSS-Themes/documenteditor/document-editor-container/bootstrap-dark.scss +2 -0
  103. package/SCSS-Themes/documenteditor/document-editor-container/bootstrap.scss +2 -0
  104. package/SCSS-Themes/documenteditor/document-editor-container/bootstrap4.scss +2 -0
  105. package/SCSS-Themes/documenteditor/document-editor-container/bootstrap5-dark.scss +2 -0
  106. package/SCSS-Themes/documenteditor/document-editor-container/bootstrap5.scss +2 -0
  107. package/SCSS-Themes/documenteditor/document-editor-container/fabric-dark.scss +2 -0
  108. package/SCSS-Themes/documenteditor/document-editor-container/fabric.scss +2 -0
  109. package/SCSS-Themes/documenteditor/document-editor-container/fluent-dark.scss +2 -0
  110. package/SCSS-Themes/documenteditor/document-editor-container/fluent.scss +2 -0
  111. package/SCSS-Themes/documenteditor/document-editor-container/highcontrast.scss +2 -0
  112. package/SCSS-Themes/documenteditor/document-editor-container/material-dark.scss +2 -0
  113. package/SCSS-Themes/documenteditor/document-editor-container/material.scss +2 -0
  114. package/SCSS-Themes/documenteditor/document-editor-container/material3-dark.scss +2 -0
  115. package/SCSS-Themes/documenteditor/document-editor-container/material3.scss +2 -0
  116. package/SCSS-Themes/documenteditor/document-editor-container/tailwind-dark.scss +2 -0
  117. package/SCSS-Themes/documenteditor/document-editor-container/tailwind.scss +2 -0
  118. package/SCSS-Themes/dropdowns/list-box/bootstrap-dark.scss +78 -15
  119. package/SCSS-Themes/dropdowns/list-box/bootstrap.scss +79 -16
  120. package/SCSS-Themes/dropdowns/list-box/bootstrap4.scss +82 -19
  121. package/SCSS-Themes/dropdowns/list-box/bootstrap5-dark.scss +78 -17
  122. package/SCSS-Themes/dropdowns/list-box/bootstrap5.scss +78 -17
  123. package/SCSS-Themes/dropdowns/list-box/fabric-dark.scss +78 -15
  124. package/SCSS-Themes/dropdowns/list-box/fabric.scss +78 -15
  125. package/SCSS-Themes/dropdowns/list-box/fluent-dark.scss +82 -21
  126. package/SCSS-Themes/dropdowns/list-box/fluent.scss +82 -21
  127. package/SCSS-Themes/dropdowns/list-box/highcontrast.scss +78 -15
  128. package/SCSS-Themes/dropdowns/list-box/material-dark.scss +80 -17
  129. package/SCSS-Themes/dropdowns/list-box/material.scss +80 -17
  130. package/SCSS-Themes/dropdowns/list-box/material3-dark.scss +82 -21
  131. package/SCSS-Themes/dropdowns/list-box/material3.scss +82 -21
  132. package/SCSS-Themes/dropdowns/list-box/tailwind-dark.scss +81 -20
  133. package/SCSS-Themes/dropdowns/list-box/tailwind.scss +81 -20
  134. package/SCSS-Themes/fabric-dark.scss +1769 -271
  135. package/SCSS-Themes/fabric.scss +1773 -275
  136. package/SCSS-Themes/filemanager/file-manager/material3-dark.scss +1 -1
  137. package/SCSS-Themes/filemanager/file-manager/material3.scss +1 -1
  138. package/SCSS-Themes/fluent-dark.scss +1739 -279
  139. package/SCSS-Themes/fluent.scss +1739 -279
  140. package/SCSS-Themes/gantt/gantt/bootstrap-dark.scss +130 -107
  141. package/SCSS-Themes/gantt/gantt/bootstrap.scss +130 -107
  142. package/SCSS-Themes/gantt/gantt/bootstrap4.scss +130 -107
  143. package/SCSS-Themes/gantt/gantt/bootstrap5-dark.scss +130 -107
  144. package/SCSS-Themes/gantt/gantt/bootstrap5.scss +130 -107
  145. package/SCSS-Themes/gantt/gantt/fabric-dark.scss +130 -107
  146. package/SCSS-Themes/gantt/gantt/fabric.scss +130 -107
  147. package/SCSS-Themes/gantt/gantt/fluent-dark.scss +130 -107
  148. package/SCSS-Themes/gantt/gantt/fluent.scss +130 -107
  149. package/SCSS-Themes/gantt/gantt/highcontrast.scss +130 -107
  150. package/SCSS-Themes/gantt/gantt/material-dark.scss +130 -107
  151. package/SCSS-Themes/gantt/gantt/material.scss +130 -107
  152. package/SCSS-Themes/gantt/gantt/material3-dark.scss +130 -107
  153. package/SCSS-Themes/gantt/gantt/material3.scss +130 -107
  154. package/SCSS-Themes/gantt/gantt/tailwind-dark.scss +130 -107
  155. package/SCSS-Themes/gantt/gantt/tailwind.scss +130 -107
  156. package/SCSS-Themes/grids/grid/bootstrap-dark.scss +639 -34
  157. package/SCSS-Themes/grids/grid/bootstrap.scss +639 -34
  158. package/SCSS-Themes/grids/grid/bootstrap4.scss +639 -34
  159. package/SCSS-Themes/grids/grid/bootstrap5-dark.scss +639 -34
  160. package/SCSS-Themes/grids/grid/bootstrap5.scss +639 -34
  161. package/SCSS-Themes/grids/grid/fabric-dark.scss +639 -34
  162. package/SCSS-Themes/grids/grid/fabric.scss +639 -34
  163. package/SCSS-Themes/grids/grid/fluent-dark.scss +640 -35
  164. package/SCSS-Themes/grids/grid/fluent.scss +640 -35
  165. package/SCSS-Themes/grids/grid/highcontrast.scss +639 -34
  166. package/SCSS-Themes/grids/grid/material-dark.scss +641 -36
  167. package/SCSS-Themes/grids/grid/material.scss +639 -34
  168. package/SCSS-Themes/grids/grid/material3-dark.scss +640 -35
  169. package/SCSS-Themes/grids/grid/material3.scss +640 -35
  170. package/SCSS-Themes/grids/grid/tailwind-dark.scss +639 -34
  171. package/SCSS-Themes/grids/grid/tailwind.scss +639 -34
  172. package/SCSS-Themes/highcontrast.scss +1771 -273
  173. package/SCSS-Themes/image-editor/image-editor/bootstrap-dark.scss +104 -2
  174. package/SCSS-Themes/image-editor/image-editor/bootstrap.scss +104 -2
  175. package/SCSS-Themes/image-editor/image-editor/bootstrap4.scss +104 -2
  176. package/SCSS-Themes/image-editor/image-editor/bootstrap5-dark.scss +104 -2
  177. package/SCSS-Themes/image-editor/image-editor/bootstrap5.scss +104 -2
  178. package/SCSS-Themes/image-editor/image-editor/fabric-dark.scss +104 -2
  179. package/SCSS-Themes/image-editor/image-editor/fabric.scss +104 -2
  180. package/SCSS-Themes/image-editor/image-editor/fluent-dark.scss +104 -2
  181. package/SCSS-Themes/image-editor/image-editor/fluent.scss +104 -2
  182. package/SCSS-Themes/image-editor/image-editor/highcontrast.scss +105 -3
  183. package/SCSS-Themes/image-editor/image-editor/material-dark.scss +104 -2
  184. package/SCSS-Themes/image-editor/image-editor/material.scss +104 -2
  185. package/SCSS-Themes/image-editor/image-editor/material3-dark.scss +105 -3
  186. package/SCSS-Themes/image-editor/image-editor/material3.scss +105 -3
  187. package/SCSS-Themes/image-editor/image-editor/tailwind-dark.scss +104 -2
  188. package/SCSS-Themes/image-editor/image-editor/tailwind.scss +104 -2
  189. package/SCSS-Themes/inputs/input/bootstrap-dark.scss +1 -1
  190. package/SCSS-Themes/inputs/input/bootstrap.scss +1 -1
  191. package/SCSS-Themes/inputs/input/bootstrap4.scss +1 -1
  192. package/SCSS-Themes/inputs/input/bootstrap5-dark.scss +1 -1
  193. package/SCSS-Themes/inputs/input/bootstrap5.scss +1 -1
  194. package/SCSS-Themes/inputs/input/fabric-dark.scss +1 -1
  195. package/SCSS-Themes/inputs/input/fabric.scss +1 -1
  196. package/SCSS-Themes/inputs/input/fluent-dark.scss +1 -1
  197. package/SCSS-Themes/inputs/input/fluent.scss +1 -1
  198. package/SCSS-Themes/inputs/input/highcontrast.scss +1 -1
  199. package/SCSS-Themes/inputs/input/material-dark.scss +1 -1
  200. package/SCSS-Themes/inputs/input/material.scss +1 -1
  201. package/SCSS-Themes/inputs/input/material3-dark.scss +1 -1
  202. package/SCSS-Themes/inputs/input/material3.scss +1 -1
  203. package/SCSS-Themes/inputs/input/tailwind-dark.scss +1 -1
  204. package/SCSS-Themes/inputs/input/tailwind.scss +1 -1
  205. package/SCSS-Themes/inputs/rating/bootstrap-dark.scss +3 -8
  206. package/SCSS-Themes/inputs/rating/bootstrap.scss +3 -8
  207. package/SCSS-Themes/inputs/rating/bootstrap4.scss +3 -8
  208. package/SCSS-Themes/inputs/rating/bootstrap5-dark.scss +3 -8
  209. package/SCSS-Themes/inputs/rating/bootstrap5.scss +3 -8
  210. package/SCSS-Themes/inputs/rating/fabric-dark.scss +3 -8
  211. package/SCSS-Themes/inputs/rating/fabric.scss +3 -8
  212. package/SCSS-Themes/inputs/rating/fluent-dark.scss +3 -8
  213. package/SCSS-Themes/inputs/rating/fluent.scss +3 -8
  214. package/SCSS-Themes/inputs/rating/highcontrast.scss +3 -8
  215. package/SCSS-Themes/inputs/rating/material-dark.scss +3 -8
  216. package/SCSS-Themes/inputs/rating/material.scss +3 -8
  217. package/SCSS-Themes/inputs/rating/material3-dark.scss +3 -8
  218. package/SCSS-Themes/inputs/rating/material3.scss +3 -8
  219. package/SCSS-Themes/inputs/rating/tailwind-dark.scss +3 -8
  220. package/SCSS-Themes/inputs/rating/tailwind.scss +3 -8
  221. package/SCSS-Themes/material-dark.scss +1772 -275
  222. package/SCSS-Themes/material.scss +1771 -273
  223. package/SCSS-Themes/material3-dark.scss +1747 -283
  224. package/SCSS-Themes/material3.scss +1748 -283
  225. package/SCSS-Themes/navigations/accordion/bootstrap-dark.scss +1 -0
  226. package/SCSS-Themes/navigations/accordion/bootstrap.scss +1 -0
  227. package/SCSS-Themes/navigations/accordion/bootstrap4.scss +1 -0
  228. package/SCSS-Themes/navigations/accordion/bootstrap5-dark.scss +1 -0
  229. package/SCSS-Themes/navigations/accordion/bootstrap5.scss +1 -0
  230. package/SCSS-Themes/navigations/accordion/fabric-dark.scss +1 -0
  231. package/SCSS-Themes/navigations/accordion/fabric.scss +1 -0
  232. package/SCSS-Themes/navigations/accordion/fluent-dark.scss +1 -0
  233. package/SCSS-Themes/navigations/accordion/fluent.scss +1 -0
  234. package/SCSS-Themes/navigations/accordion/highcontrast.scss +1 -0
  235. package/SCSS-Themes/navigations/accordion/material-dark.scss +1 -0
  236. package/SCSS-Themes/navigations/accordion/material.scss +1 -0
  237. package/SCSS-Themes/navigations/accordion/material3-dark.scss +1 -0
  238. package/SCSS-Themes/navigations/accordion/material3.scss +1 -0
  239. package/SCSS-Themes/navigations/accordion/tailwind-dark.scss +1 -0
  240. package/SCSS-Themes/navigations/accordion/tailwind.scss +1 -0
  241. package/SCSS-Themes/navigations/menu/bootstrap-dark.scss +8 -3
  242. package/SCSS-Themes/navigations/menu/bootstrap.scss +8 -3
  243. package/SCSS-Themes/navigations/menu/bootstrap4.scss +8 -3
  244. package/SCSS-Themes/navigations/menu/bootstrap5-dark.scss +8 -3
  245. package/SCSS-Themes/navigations/menu/bootstrap5.scss +8 -3
  246. package/SCSS-Themes/navigations/menu/fabric-dark.scss +8 -3
  247. package/SCSS-Themes/navigations/menu/fabric.scss +8 -3
  248. package/SCSS-Themes/navigations/menu/fluent-dark.scss +8 -3
  249. package/SCSS-Themes/navigations/menu/fluent.scss +8 -3
  250. package/SCSS-Themes/navigations/menu/highcontrast.scss +8 -3
  251. package/SCSS-Themes/navigations/menu/material-dark.scss +8 -3
  252. package/SCSS-Themes/navigations/menu/material.scss +8 -3
  253. package/SCSS-Themes/navigations/menu/material3-dark.scss +8 -3
  254. package/SCSS-Themes/navigations/menu/material3.scss +8 -3
  255. package/SCSS-Themes/navigations/menu/tailwind-dark.scss +8 -3
  256. package/SCSS-Themes/navigations/menu/tailwind.scss +8 -3
  257. package/SCSS-Themes/navigations/tab/tailwind-dark.scss +2 -2
  258. package/SCSS-Themes/navigations/tab/tailwind.scss +2 -2
  259. package/SCSS-Themes/navigations/toolbar/bootstrap5-dark.scss +4 -4
  260. package/SCSS-Themes/navigations/toolbar/bootstrap5.scss +4 -4
  261. package/SCSS-Themes/navigations/toolbar/material3-dark.scss +1 -1
  262. package/SCSS-Themes/navigations/toolbar/material3.scss +1 -1
  263. package/SCSS-Themes/navigations/toolbar/tailwind-dark.scss +2 -2
  264. package/SCSS-Themes/navigations/toolbar/tailwind.scss +2 -2
  265. package/SCSS-Themes/navigations/treeview/bootstrap-dark.scss +4 -1
  266. package/SCSS-Themes/navigations/treeview/bootstrap.scss +4 -1
  267. package/SCSS-Themes/navigations/treeview/bootstrap4.scss +4 -1
  268. package/SCSS-Themes/navigations/treeview/bootstrap5-dark.scss +4 -1
  269. package/SCSS-Themes/navigations/treeview/bootstrap5.scss +4 -1
  270. package/SCSS-Themes/navigations/treeview/fabric-dark.scss +4 -1
  271. package/SCSS-Themes/navigations/treeview/fabric.scss +4 -1
  272. package/SCSS-Themes/navigations/treeview/fluent-dark.scss +4 -1
  273. package/SCSS-Themes/navigations/treeview/fluent.scss +4 -1
  274. package/SCSS-Themes/navigations/treeview/highcontrast.scss +4 -1
  275. package/SCSS-Themes/navigations/treeview/material-dark.scss +4 -1
  276. package/SCSS-Themes/navigations/treeview/material.scss +4 -1
  277. package/SCSS-Themes/navigations/treeview/material3-dark.scss +4 -1
  278. package/SCSS-Themes/navigations/treeview/material3.scss +4 -1
  279. package/SCSS-Themes/navigations/treeview/tailwind-dark.scss +4 -1
  280. package/SCSS-Themes/navigations/treeview/tailwind.scss +4 -1
  281. package/SCSS-Themes/notifications/message/bootstrap-dark.scss +3 -1
  282. package/SCSS-Themes/notifications/message/bootstrap.scss +3 -1
  283. package/SCSS-Themes/notifications/message/bootstrap4.scss +3 -1
  284. package/SCSS-Themes/notifications/message/bootstrap5-dark.scss +3 -1
  285. package/SCSS-Themes/notifications/message/bootstrap5.scss +3 -1
  286. package/SCSS-Themes/notifications/message/fabric-dark.scss +3 -1
  287. package/SCSS-Themes/notifications/message/fabric.scss +3 -1
  288. package/SCSS-Themes/notifications/message/fluent-dark.scss +3 -1
  289. package/SCSS-Themes/notifications/message/fluent.scss +3 -1
  290. package/SCSS-Themes/notifications/message/highcontrast.scss +3 -1
  291. package/SCSS-Themes/notifications/message/material-dark.scss +3 -1
  292. package/SCSS-Themes/notifications/message/material.scss +3 -1
  293. package/SCSS-Themes/notifications/message/material3-dark.scss +3 -1
  294. package/SCSS-Themes/notifications/message/material3.scss +3 -1
  295. package/SCSS-Themes/notifications/message/tailwind-dark.scss +3 -1
  296. package/SCSS-Themes/notifications/message/tailwind.scss +3 -1
  297. package/SCSS-Themes/notifications/toast/bootstrap-dark.scss +6 -1
  298. package/SCSS-Themes/notifications/toast/bootstrap.scss +6 -1
  299. package/SCSS-Themes/notifications/toast/bootstrap4.scss +6 -1
  300. package/SCSS-Themes/notifications/toast/bootstrap5-dark.scss +6 -1
  301. package/SCSS-Themes/notifications/toast/bootstrap5.scss +6 -1
  302. package/SCSS-Themes/notifications/toast/fabric-dark.scss +6 -1
  303. package/SCSS-Themes/notifications/toast/fabric.scss +6 -1
  304. package/SCSS-Themes/notifications/toast/fluent-dark.scss +6 -1
  305. package/SCSS-Themes/notifications/toast/fluent.scss +6 -1
  306. package/SCSS-Themes/notifications/toast/highcontrast.scss +6 -1
  307. package/SCSS-Themes/notifications/toast/material-dark.scss +6 -1
  308. package/SCSS-Themes/notifications/toast/material.scss +6 -1
  309. package/SCSS-Themes/notifications/toast/material3-dark.scss +6 -1
  310. package/SCSS-Themes/notifications/toast/material3.scss +6 -1
  311. package/SCSS-Themes/notifications/toast/tailwind-dark.scss +6 -1
  312. package/SCSS-Themes/notifications/toast/tailwind.scss +6 -1
  313. package/SCSS-Themes/pivotview/pivotfieldlist/bootstrap-dark.scss +5 -12
  314. package/SCSS-Themes/pivotview/pivotfieldlist/bootstrap.scss +5 -12
  315. package/SCSS-Themes/pivotview/pivotfieldlist/bootstrap4.scss +5 -12
  316. package/SCSS-Themes/pivotview/pivotfieldlist/bootstrap5-dark.scss +5 -12
  317. package/SCSS-Themes/pivotview/pivotfieldlist/bootstrap5.scss +5 -12
  318. package/SCSS-Themes/pivotview/pivotfieldlist/fabric-dark.scss +5 -12
  319. package/SCSS-Themes/pivotview/pivotfieldlist/fabric.scss +5 -12
  320. package/SCSS-Themes/pivotview/pivotfieldlist/fluent-dark.scss +5 -12
  321. package/SCSS-Themes/pivotview/pivotfieldlist/fluent.scss +5 -12
  322. package/SCSS-Themes/pivotview/pivotfieldlist/highcontrast.scss +5 -12
  323. package/SCSS-Themes/pivotview/pivotfieldlist/material-dark.scss +5 -12
  324. package/SCSS-Themes/pivotview/pivotfieldlist/material.scss +5 -12
  325. package/SCSS-Themes/pivotview/pivotfieldlist/material3-dark.scss +5 -12
  326. package/SCSS-Themes/pivotview/pivotfieldlist/material3.scss +5 -12
  327. package/SCSS-Themes/pivotview/pivotfieldlist/tailwind-dark.scss +5 -12
  328. package/SCSS-Themes/pivotview/pivotfieldlist/tailwind.scss +5 -12
  329. package/SCSS-Themes/pivotview/pivotview/bootstrap-dark.scss +92 -41
  330. package/SCSS-Themes/pivotview/pivotview/bootstrap.scss +93 -42
  331. package/SCSS-Themes/pivotview/pivotview/bootstrap4.scss +92 -41
  332. package/SCSS-Themes/pivotview/pivotview/bootstrap5-dark.scss +92 -41
  333. package/SCSS-Themes/pivotview/pivotview/bootstrap5.scss +92 -41
  334. package/SCSS-Themes/pivotview/pivotview/fabric-dark.scss +92 -41
  335. package/SCSS-Themes/pivotview/pivotview/fabric.scss +92 -41
  336. package/SCSS-Themes/pivotview/pivotview/fluent-dark.scss +92 -41
  337. package/SCSS-Themes/pivotview/pivotview/fluent.scss +92 -41
  338. package/SCSS-Themes/pivotview/pivotview/highcontrast.scss +92 -41
  339. package/SCSS-Themes/pivotview/pivotview/material-dark.scss +92 -41
  340. package/SCSS-Themes/pivotview/pivotview/material.scss +92 -41
  341. package/SCSS-Themes/pivotview/pivotview/material3-dark.scss +92 -41
  342. package/SCSS-Themes/pivotview/pivotview/material3.scss +92 -41
  343. package/SCSS-Themes/pivotview/pivotview/tailwind-dark.scss +92 -41
  344. package/SCSS-Themes/pivotview/pivotview/tailwind.scss +92 -41
  345. package/SCSS-Themes/popups/dialog/fluent-dark.scss +1 -1
  346. package/SCSS-Themes/popups/dialog/fluent.scss +1 -1
  347. package/SCSS-Themes/ribbon/ribbon/bootstrap-dark.scss +489 -6
  348. package/SCSS-Themes/ribbon/ribbon/bootstrap.scss +489 -6
  349. package/SCSS-Themes/ribbon/ribbon/bootstrap4.scss +489 -6
  350. package/SCSS-Themes/ribbon/ribbon/bootstrap5-dark.scss +489 -6
  351. package/SCSS-Themes/ribbon/ribbon/bootstrap5.scss +489 -6
  352. package/SCSS-Themes/ribbon/ribbon/fabric-dark.scss +489 -6
  353. package/SCSS-Themes/ribbon/ribbon/fabric.scss +489 -6
  354. package/SCSS-Themes/ribbon/ribbon/fluent-dark.scss +489 -6
  355. package/SCSS-Themes/ribbon/ribbon/fluent.scss +489 -6
  356. package/SCSS-Themes/ribbon/ribbon/highcontrast.scss +489 -6
  357. package/SCSS-Themes/ribbon/ribbon/material-dark.scss +489 -6
  358. package/SCSS-Themes/ribbon/ribbon/material.scss +489 -6
  359. package/SCSS-Themes/ribbon/ribbon/material3-dark.scss +490 -6
  360. package/SCSS-Themes/ribbon/ribbon/material3.scss +490 -6
  361. package/SCSS-Themes/ribbon/ribbon/tailwind-dark.scss +489 -6
  362. package/SCSS-Themes/ribbon/ribbon/tailwind.scss +489 -6
  363. package/SCSS-Themes/schedule/schedule/bootstrap-dark.scss +15 -0
  364. package/SCSS-Themes/schedule/schedule/bootstrap.scss +15 -0
  365. package/SCSS-Themes/schedule/schedule/bootstrap4.scss +15 -0
  366. package/SCSS-Themes/schedule/schedule/bootstrap5-dark.scss +15 -0
  367. package/SCSS-Themes/schedule/schedule/bootstrap5.scss +15 -0
  368. package/SCSS-Themes/schedule/schedule/fabric-dark.scss +15 -0
  369. package/SCSS-Themes/schedule/schedule/fabric.scss +15 -0
  370. package/SCSS-Themes/schedule/schedule/fluent-dark.scss +15 -0
  371. package/SCSS-Themes/schedule/schedule/fluent.scss +15 -0
  372. package/SCSS-Themes/schedule/schedule/highcontrast.scss +15 -0
  373. package/SCSS-Themes/schedule/schedule/material-dark.scss +15 -0
  374. package/SCSS-Themes/schedule/schedule/material.scss +15 -0
  375. package/SCSS-Themes/schedule/schedule/material3-dark.scss +16 -1
  376. package/SCSS-Themes/schedule/schedule/material3.scss +16 -1
  377. package/SCSS-Themes/schedule/schedule/tailwind-dark.scss +15 -0
  378. package/SCSS-Themes/schedule/schedule/tailwind.scss +15 -0
  379. package/SCSS-Themes/tailwind-dark.scss +1746 -285
  380. package/SCSS-Themes/tailwind.scss +1746 -285
  381. package/package.json +1 -1
@@ -52,6 +52,7 @@
52
52
  //default
53
53
  $pivotgrid-skin: 'fabric-dark' !default;
54
54
  $pivotgrid-active-color: $theme-primary !default;
55
+ $pivotgrid-primary-color: $theme-primary !default;
55
56
  $pivotgrid-default-font-color: $neutral-light-font !default;
56
57
  $pivotgrid-prompt-default-font-color: $neutral-tertiary !default;
57
58
  $pivotgrid-cell-border-color: $neutral-light !default;
@@ -167,7 +168,7 @@ $pivotgrid-rowsheader-cellvalue-margin-left: 8px !default;
167
168
  $pivotgrid-rowsheader-cellvalue-margin-top: 5px !default;
168
169
  $pivotgrid-excelfilter-member-editor-node-limit-height: 75px !default;
169
170
  $pivotgrid-member-editor-node-limit-bigger-height: 450px !default;
170
- $pivotgrid-cell-value-margin-top: 5px !default;
171
+ $pivotgrid-cell-value-margin: 0 !default;
171
172
 
172
173
  //enddefault
173
174
 
@@ -1056,6 +1057,17 @@ $pivotpager-single-size-title-padding: 4px !default;
1056
1057
  .e-frozenscrollbar {
1057
1058
  background: $pivotgrid-grp-bg-color;
1058
1059
  }
1060
+
1061
+ /* stylelint-disable */
1062
+ & .e-headercontent {
1063
+ & .e-columnheader {
1064
+ & .e-headercell.e-leftfreeze {
1065
+ // For safari browser only
1066
+ -webkit-transform: translate3d(0, 0, 0);
1067
+ }
1068
+ }
1069
+ }
1070
+ /* stylelint-enable */
1059
1071
  }
1060
1072
 
1061
1073
  .e-pivotview-disable-icon {
@@ -1389,6 +1401,7 @@ $pivotpager-single-size-title-padding: 4px !default;
1389
1401
  /*! PivotView theme */
1390
1402
  .e-pivotview {
1391
1403
  .e-pivotcell-container {
1404
+ align-items: center;
1392
1405
  display: flex;
1393
1406
 
1394
1407
  .e-stackedheadertext,
@@ -1396,6 +1409,7 @@ $pivotpager-single-size-title-padding: 4px !default;
1396
1409
  &.e-cellvalue {
1397
1410
  overflow: hidden;
1398
1411
  text-overflow: ellipsis;
1412
+ width: 100%;
1399
1413
  }
1400
1414
  }
1401
1415
 
@@ -1448,15 +1462,27 @@ $pivotpager-single-size-title-padding: 4px !default;
1448
1462
  user-select: none;
1449
1463
  }
1450
1464
 
1465
+ .e-grid .e-content-virtualtable {
1466
+ overflow-x: auto;
1467
+ scrollbar-width: none; /* firefox */
1468
+
1469
+ &::-webkit-scrollbar {
1470
+ display: none; /* safari, chrome and edge */
1471
+ }
1472
+ }
1473
+
1451
1474
  .e-gtot,
1452
1475
  .e-gtot.e-rowsheader,
1453
1476
  .e-gtot.e-columnsheader,
1454
1477
  .e-grid .e-content,
1455
- .e-grid .e-gridheader,
1456
- .e-headercell {
1478
+ .e-grid .e-gridheader {
1457
1479
  background: $pivotgrid-gtot-background-color;
1458
1480
  }
1459
1481
 
1482
+ .e-headercell:not(.e-columnsheader) {
1483
+ background: $pivotgrid-gtot-background-color !important;
1484
+ }
1485
+
1460
1486
  .e-grid .e-gridheader {
1461
1487
  border-bottom-width: 1px;
1462
1488
  @if($skin-name == 'bootstrap5') {
@@ -1554,20 +1580,14 @@ $pivotpager-single-size-title-padding: 4px !default;
1554
1580
  color: $pivotgrid-header-selection-color !important;
1555
1581
  }
1556
1582
  }
1557
- /* stylelint-enable */
1558
1583
 
1559
1584
  .e-drop-indicator {
1560
1585
  display: block;
1561
1586
  }
1562
1587
 
1563
1588
  div {
1564
- &.e-cellvalue {
1565
- margin-top: $pivotgrid-cell-value-margin-top;
1566
- }
1567
-
1568
1589
  div span.e-value-sort-icon {
1569
1590
  @if ($skin-name == 'Material3') {
1570
- /* stylelint-disable */
1571
1591
  padding: 0 !important;
1572
1592
  }
1573
1593
  }
@@ -1596,11 +1616,20 @@ $pivotpager-single-size-title-padding: 4px !default;
1596
1616
  }
1597
1617
  }
1598
1618
 
1619
+ .e-stackedheadercelldiv .e-sortfilterdiv, .e-headercelldiv .e-sortfilterdiv {
1620
+ margin: $pivotgrid-vsort-column-margin !important;
1621
+ }
1622
+
1623
+ .e-stackedheadercelldiv .e-sortfilterdiv.e-value-sort-align, .e-headercelldiv .e-sortfilterdiv.e-value-sort-align {
1624
+ margin: $pivotgrid-vsort-column-parent-margin !important;
1625
+ }
1626
+
1599
1627
  .e-stackedheadercelldiv, .e-headercelldiv {
1600
1628
  .e-sortfilterdiv, .e-sortfilterdiv.e-value-sort-align {
1601
- margin: $pivotgrid-vsort-column-parent-margin !important;
1629
+ margin: $pivotgrid-cell-value-margin !important;
1602
1630
  margin-left: auto !important;
1603
- margin-top: $pivotgrid-cell-value-margin-top !important;
1631
+ padding-bottom: $pivotgrid-cell-value-margin !important;
1632
+ padding-top: $pivotgrid-cell-value-margin !important;
1604
1633
  }
1605
1634
  }
1606
1635
 
@@ -1668,16 +1697,37 @@ $pivotpager-single-size-title-padding: 4px !default;
1668
1697
  }
1669
1698
  }
1670
1699
 
1671
- &.sf-pivotview .e-spinner-pane.e-pivot-outer-spinner {
1672
- z-index: 1 !important;
1673
- }
1674
-
1675
- &.sf-pivotview .e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
1676
- visibility: hidden !important;
1700
+ &.sf-pivotview {
1701
+ .e-spinner-pane.e-pivot-outer-spinner {
1702
+ z-index: 1 !important;
1703
+ }
1704
+ .e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
1705
+ visibility: hidden !important;
1706
+ /* stylelint-enable */
1707
+ }
1708
+ .e-grid {
1709
+ .e-pivot-content-loader {
1710
+ position: absolute;
1711
+ z-index: 10;
1712
+ color: $pivotgrid-primary-color;
1713
+ font-size: 20px;
1714
+ text-align: center;
1715
+ padding: 10%;
1716
+ pointer-events: none;
1717
+
1718
+ &.e-hide-loader {
1719
+ display: none;
1720
+ }
1721
+ }
1722
+ .e-virtual-pivot-content {
1723
+ visibility: hidden;
1724
+ }
1725
+ }
1677
1726
  }
1678
1727
 
1679
1728
  .e-grid .e-headercelldiv,
1680
1729
  .e-grid .e-columnsheader {
1730
+ /* stylelint-disable */
1681
1731
  padding-left: 8px !important;
1682
1732
 
1683
1733
  @if($skin-name == 'tailwind') or ($skin-name == 'tailwind-dark') {
@@ -1712,6 +1762,16 @@ $pivotpager-single-size-title-padding: 4px !default;
1712
1762
  border-right-width: 1px;
1713
1763
  }
1714
1764
 
1765
+ .e-leftfreeze.e-freezeleftborder {
1766
+ border-left-color: $pivotgrid-default-border-color !important;
1767
+ border-right-color: $pivotgrid-default-border-color !important;
1768
+ border-right-width: 1px !important;
1769
+
1770
+ &:not(.e-gtot) {
1771
+ background: $pivotgrid-header-background-color;
1772
+ }
1773
+ }
1774
+
1715
1775
  .e-stackedheadercelldiv {
1716
1776
  display: block;
1717
1777
  }
@@ -1720,20 +1780,6 @@ $pivotpager-single-size-title-padding: 4px !default;
1720
1780
  .e-stackedheadercelldiv.e-cellvalue {
1721
1781
  display: inline-block;
1722
1782
  padding-left: 12px !important;
1723
- margin-top: 5px;
1724
-
1725
- @if ($pivotgrid-skin == 'highcontrast-light') or ($pivotgrid-skin == 'highcontrast') {
1726
- margin-top: 0;
1727
- }
1728
-
1729
- @if ($skin-name == 'tailwind') or ($skin-name == 'bootstrap5') or ($pivotgrid-skin == 'fabric-dark') {
1730
- margin-top: 2px;
1731
- padding-left: 8px !important;
1732
- }
1733
-
1734
- @if ($skin-name == 'FluentUI') {
1735
- margin-top: 1px;
1736
- }
1737
1783
  }
1738
1784
 
1739
1785
  .e-headercelldiv.e-cellvalue {
@@ -2110,6 +2156,12 @@ $pivotpager-single-size-title-padding: 4px !default;
2110
2156
  width: 100%;
2111
2157
  }
2112
2158
 
2159
+ th.e-group-row .e-axis-row {
2160
+ display: inline-block;
2161
+ height: 100%;
2162
+ vertical-align: top;
2163
+ }
2164
+
2113
2165
  /* stylelint-disable */
2114
2166
  .e-group-row {
2115
2167
  padding: 0 !important;
@@ -2307,8 +2359,6 @@ $pivotpager-single-size-title-padding: 4px !default;
2307
2359
  cursor: pointer;
2308
2360
  display: inline-block;
2309
2361
  height: 18px;
2310
- margin-top: $pivotgrid-expand-collapse-margin-top;
2311
- margin-bottom: $pivotgrid-expand-collapse-margin-bottom;
2312
2362
  text-align: center;
2313
2363
  width: 18px;
2314
2364
  @if ($skin-name == 'bootstrap5') or ($skin-name == 'FluentUI') or ($skin-name == 'Material3') or ($skin-name == 'tailwind') {
@@ -2320,9 +2370,10 @@ $pivotpager-single-size-title-padding: 4px !default;
2320
2370
  th .e-expand,
2321
2371
  th .e-collapse {
2322
2372
  font-size: $pivotgrid-expcoldiv-fontsize !important;
2323
- margin-left: 0px;
2324
- margin-top: $pivotgrid-drill-margintop;
2325
- margin-bottom: $pivotgrid-expand-collapse-margin-bottom;
2373
+ margin-left: 0;
2374
+ @if ($skin-name == 'bootstrap4') {
2375
+ display: flex;
2376
+ }
2326
2377
  }
2327
2378
 
2328
2379
  /* stylelint-enable */
@@ -2749,6 +2800,11 @@ $pivotpager-single-size-title-padding: 4px !default;
2749
2800
  border-right: 0;
2750
2801
  }
2751
2802
 
2803
+ .e-leftfreeze.e-freezeleftborder {
2804
+ border-left-width: 1px;
2805
+ border-right: 0;
2806
+ }
2807
+
2752
2808
  /* stylelint-enable */
2753
2809
 
2754
2810
  .e-rowsheader .e-cellvalue {
@@ -3047,11 +3103,6 @@ $pivotpager-single-size-title-padding: 4px !default;
3047
3103
  padding-left: 16px !important;
3048
3104
  }
3049
3105
 
3050
- th .e-expand,
3051
- th .e-collapse {
3052
- margin-top: $pivotgrid-bigger-drill-margintop;
3053
- }
3054
-
3055
3106
  .e-grouping-bar {
3056
3107
  .e-all-fields-axis {
3057
3108
  height: 36px !important;
@@ -52,6 +52,7 @@
52
52
  /*! component's theme wise override definitions and variables */
53
53
  $pivotgrid-skin: 'fabric' !default;
54
54
  $pivotgrid-active-color: $theme-primary !default;
55
+ $pivotgrid-primary-color: $theme-primary !default;
55
56
  $pivotgrid-default-font-color: $content-font-color !default;
56
57
  $pivotgrid-prompt-default-font-color: $pivotgrid-default-font-color !default;
57
58
  $pivotgrid-cell-border-color: rgba($neutral-black, .12) !default;
@@ -166,7 +167,7 @@ $pivotgrid-rowsheader-cellvalue-margin-left: 8px !default;
166
167
  $pivotgrid-rowsheader-cellvalue-margin-top: 5px !default;
167
168
  $pivotgrid-excelfilter-member-editor-node-limit-height: 75px !default;
168
169
  $pivotgrid-member-editor-node-limit-bigger-height: 450px !default;
169
- $pivotgrid-cell-value-margin-top: 5px !default;
170
+ $pivotgrid-cell-value-margin: 0 !default;
170
171
 
171
172
  /*! component's common definitions and variables */
172
173
  $pivotgrid-grouping-height: 30px !default;
@@ -1053,6 +1054,17 @@ $pivotpager-single-size-title-padding: 4px !default;
1053
1054
  .e-frozenscrollbar {
1054
1055
  background: $pivotgrid-grp-bg-color;
1055
1056
  }
1057
+
1058
+ /* stylelint-disable */
1059
+ & .e-headercontent {
1060
+ & .e-columnheader {
1061
+ & .e-headercell.e-leftfreeze {
1062
+ // For safari browser only
1063
+ -webkit-transform: translate3d(0, 0, 0);
1064
+ }
1065
+ }
1066
+ }
1067
+ /* stylelint-enable */
1056
1068
  }
1057
1069
 
1058
1070
  .e-pivotview-disable-icon {
@@ -1386,6 +1398,7 @@ $pivotpager-single-size-title-padding: 4px !default;
1386
1398
  /*! PivotView theme */
1387
1399
  .e-pivotview {
1388
1400
  .e-pivotcell-container {
1401
+ align-items: center;
1389
1402
  display: flex;
1390
1403
 
1391
1404
  .e-stackedheadertext,
@@ -1393,6 +1406,7 @@ $pivotpager-single-size-title-padding: 4px !default;
1393
1406
  &.e-cellvalue {
1394
1407
  overflow: hidden;
1395
1408
  text-overflow: ellipsis;
1409
+ width: 100%;
1396
1410
  }
1397
1411
  }
1398
1412
 
@@ -1445,15 +1459,27 @@ $pivotpager-single-size-title-padding: 4px !default;
1445
1459
  user-select: none;
1446
1460
  }
1447
1461
 
1462
+ .e-grid .e-content-virtualtable {
1463
+ overflow-x: auto;
1464
+ scrollbar-width: none; /* firefox */
1465
+
1466
+ &::-webkit-scrollbar {
1467
+ display: none; /* safari, chrome and edge */
1468
+ }
1469
+ }
1470
+
1448
1471
  .e-gtot,
1449
1472
  .e-gtot.e-rowsheader,
1450
1473
  .e-gtot.e-columnsheader,
1451
1474
  .e-grid .e-content,
1452
- .e-grid .e-gridheader,
1453
- .e-headercell {
1475
+ .e-grid .e-gridheader {
1454
1476
  background: $pivotgrid-gtot-background-color;
1455
1477
  }
1456
1478
 
1479
+ .e-headercell:not(.e-columnsheader) {
1480
+ background: $pivotgrid-gtot-background-color !important;
1481
+ }
1482
+
1457
1483
  .e-grid .e-gridheader {
1458
1484
  border-bottom-width: 1px;
1459
1485
  @if($skin-name == 'bootstrap5') {
@@ -1551,20 +1577,14 @@ $pivotpager-single-size-title-padding: 4px !default;
1551
1577
  color: $pivotgrid-header-selection-color !important;
1552
1578
  }
1553
1579
  }
1554
- /* stylelint-enable */
1555
1580
 
1556
1581
  .e-drop-indicator {
1557
1582
  display: block;
1558
1583
  }
1559
1584
 
1560
1585
  div {
1561
- &.e-cellvalue {
1562
- margin-top: $pivotgrid-cell-value-margin-top;
1563
- }
1564
-
1565
1586
  div span.e-value-sort-icon {
1566
1587
  @if ($skin-name == 'Material3') {
1567
- /* stylelint-disable */
1568
1588
  padding: 0 !important;
1569
1589
  }
1570
1590
  }
@@ -1593,11 +1613,20 @@ $pivotpager-single-size-title-padding: 4px !default;
1593
1613
  }
1594
1614
  }
1595
1615
 
1616
+ .e-stackedheadercelldiv .e-sortfilterdiv, .e-headercelldiv .e-sortfilterdiv {
1617
+ margin: $pivotgrid-vsort-column-margin !important;
1618
+ }
1619
+
1620
+ .e-stackedheadercelldiv .e-sortfilterdiv.e-value-sort-align, .e-headercelldiv .e-sortfilterdiv.e-value-sort-align {
1621
+ margin: $pivotgrid-vsort-column-parent-margin !important;
1622
+ }
1623
+
1596
1624
  .e-stackedheadercelldiv, .e-headercelldiv {
1597
1625
  .e-sortfilterdiv, .e-sortfilterdiv.e-value-sort-align {
1598
- margin: $pivotgrid-vsort-column-parent-margin !important;
1626
+ margin: $pivotgrid-cell-value-margin !important;
1599
1627
  margin-left: auto !important;
1600
- margin-top: $pivotgrid-cell-value-margin-top !important;
1628
+ padding-bottom: $pivotgrid-cell-value-margin !important;
1629
+ padding-top: $pivotgrid-cell-value-margin !important;
1601
1630
  }
1602
1631
  }
1603
1632
 
@@ -1665,16 +1694,37 @@ $pivotpager-single-size-title-padding: 4px !default;
1665
1694
  }
1666
1695
  }
1667
1696
 
1668
- &.sf-pivotview .e-spinner-pane.e-pivot-outer-spinner {
1669
- z-index: 1 !important;
1670
- }
1671
-
1672
- &.sf-pivotview .e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
1673
- visibility: hidden !important;
1697
+ &.sf-pivotview {
1698
+ .e-spinner-pane.e-pivot-outer-spinner {
1699
+ z-index: 1 !important;
1700
+ }
1701
+ .e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
1702
+ visibility: hidden !important;
1703
+ /* stylelint-enable */
1704
+ }
1705
+ .e-grid {
1706
+ .e-pivot-content-loader {
1707
+ position: absolute;
1708
+ z-index: 10;
1709
+ color: $pivotgrid-primary-color;
1710
+ font-size: 20px;
1711
+ text-align: center;
1712
+ padding: 10%;
1713
+ pointer-events: none;
1714
+
1715
+ &.e-hide-loader {
1716
+ display: none;
1717
+ }
1718
+ }
1719
+ .e-virtual-pivot-content {
1720
+ visibility: hidden;
1721
+ }
1722
+ }
1674
1723
  }
1675
1724
 
1676
1725
  .e-grid .e-headercelldiv,
1677
1726
  .e-grid .e-columnsheader {
1727
+ /* stylelint-disable */
1678
1728
  padding-left: 8px !important;
1679
1729
 
1680
1730
  @if($skin-name == 'tailwind') or ($skin-name == 'tailwind-dark') {
@@ -1709,6 +1759,16 @@ $pivotpager-single-size-title-padding: 4px !default;
1709
1759
  border-right-width: 1px;
1710
1760
  }
1711
1761
 
1762
+ .e-leftfreeze.e-freezeleftborder {
1763
+ border-left-color: $pivotgrid-default-border-color !important;
1764
+ border-right-color: $pivotgrid-default-border-color !important;
1765
+ border-right-width: 1px !important;
1766
+
1767
+ &:not(.e-gtot) {
1768
+ background: $pivotgrid-header-background-color;
1769
+ }
1770
+ }
1771
+
1712
1772
  .e-stackedheadercelldiv {
1713
1773
  display: block;
1714
1774
  }
@@ -1717,20 +1777,6 @@ $pivotpager-single-size-title-padding: 4px !default;
1717
1777
  .e-stackedheadercelldiv.e-cellvalue {
1718
1778
  display: inline-block;
1719
1779
  padding-left: 12px !important;
1720
- margin-top: 5px;
1721
-
1722
- @if ($pivotgrid-skin == 'highcontrast-light') or ($pivotgrid-skin == 'highcontrast') {
1723
- margin-top: 0;
1724
- }
1725
-
1726
- @if ($skin-name == 'tailwind') or ($skin-name == 'bootstrap5') or ($pivotgrid-skin == 'fabric-dark') {
1727
- margin-top: 2px;
1728
- padding-left: 8px !important;
1729
- }
1730
-
1731
- @if ($skin-name == 'FluentUI') {
1732
- margin-top: 1px;
1733
- }
1734
1780
  }
1735
1781
 
1736
1782
  .e-headercelldiv.e-cellvalue {
@@ -2107,6 +2153,12 @@ $pivotpager-single-size-title-padding: 4px !default;
2107
2153
  width: 100%;
2108
2154
  }
2109
2155
 
2156
+ th.e-group-row .e-axis-row {
2157
+ display: inline-block;
2158
+ height: 100%;
2159
+ vertical-align: top;
2160
+ }
2161
+
2110
2162
  /* stylelint-disable */
2111
2163
  .e-group-row {
2112
2164
  padding: 0 !important;
@@ -2304,8 +2356,6 @@ $pivotpager-single-size-title-padding: 4px !default;
2304
2356
  cursor: pointer;
2305
2357
  display: inline-block;
2306
2358
  height: 18px;
2307
- margin-top: $pivotgrid-expand-collapse-margin-top;
2308
- margin-bottom: $pivotgrid-expand-collapse-margin-bottom;
2309
2359
  text-align: center;
2310
2360
  width: 18px;
2311
2361
  @if ($skin-name == 'bootstrap5') or ($skin-name == 'FluentUI') or ($skin-name == 'Material3') or ($skin-name == 'tailwind') {
@@ -2317,9 +2367,10 @@ $pivotpager-single-size-title-padding: 4px !default;
2317
2367
  th .e-expand,
2318
2368
  th .e-collapse {
2319
2369
  font-size: $pivotgrid-expcoldiv-fontsize !important;
2320
- margin-left: 0px;
2321
- margin-top: $pivotgrid-drill-margintop;
2322
- margin-bottom: $pivotgrid-expand-collapse-margin-bottom;
2370
+ margin-left: 0;
2371
+ @if ($skin-name == 'bootstrap4') {
2372
+ display: flex;
2373
+ }
2323
2374
  }
2324
2375
 
2325
2376
  /* stylelint-enable */
@@ -2746,6 +2797,11 @@ $pivotpager-single-size-title-padding: 4px !default;
2746
2797
  border-right: 0;
2747
2798
  }
2748
2799
 
2800
+ .e-leftfreeze.e-freezeleftborder {
2801
+ border-left-width: 1px;
2802
+ border-right: 0;
2803
+ }
2804
+
2749
2805
  /* stylelint-enable */
2750
2806
 
2751
2807
  .e-rowsheader .e-cellvalue {
@@ -3044,11 +3100,6 @@ $pivotpager-single-size-title-padding: 4px !default;
3044
3100
  padding-left: 16px !important;
3045
3101
  }
3046
3102
 
3047
- th .e-expand,
3048
- th .e-collapse {
3049
- margin-top: $pivotgrid-bigger-drill-margintop;
3050
- }
3051
-
3052
3103
  .e-grouping-bar {
3053
3104
  .e-all-fields-axis {
3054
3105
  height: 36px !important;