@syncfusion/blazor-themes 23.2.7 → 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 (434) 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 +2775 -205
  18. package/SCSS-Themes/bootstrap.scss +2774 -205
  19. package/SCSS-Themes/bootstrap4.scss +2782 -212
  20. package/SCSS-Themes/bootstrap5-dark.scss +2778 -210
  21. package/SCSS-Themes/bootstrap5.scss +2778 -210
  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 +2773 -204
  103. package/SCSS-Themes/fabric.scss +2773 -204
  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 +2791 -216
  121. package/SCSS-Themes/fluent.scss +2791 -216
  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 +267 -13
  141. package/SCSS-Themes/grids/grid/bootstrap.scss +267 -13
  142. package/SCSS-Themes/grids/grid/bootstrap4.scss +271 -17
  143. package/SCSS-Themes/grids/grid/bootstrap5-dark.scss +262 -11
  144. package/SCSS-Themes/grids/grid/bootstrap5.scss +262 -11
  145. package/SCSS-Themes/grids/grid/fabric-dark.scss +267 -13
  146. package/SCSS-Themes/grids/grid/fabric.scss +267 -13
  147. package/SCSS-Themes/grids/grid/fluent-dark.scss +271 -17
  148. package/SCSS-Themes/grids/grid/fluent.scss +271 -17
  149. package/SCSS-Themes/grids/grid/highcontrast.scss +266 -12
  150. package/SCSS-Themes/grids/grid/material-dark.scss +266 -12
  151. package/SCSS-Themes/grids/grid/material.scss +266 -12
  152. package/SCSS-Themes/grids/grid/material3-dark.scss +271 -14
  153. package/SCSS-Themes/grids/grid/material3.scss +271 -14
  154. package/SCSS-Themes/grids/grid/tailwind-dark.scss +265 -11
  155. package/SCSS-Themes/grids/grid/tailwind.scss +265 -11
  156. package/SCSS-Themes/highcontrast.scss +2774 -205
  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 +2773 -204
  246. package/SCSS-Themes/material.scss +2775 -205
  247. package/SCSS-Themes/material3-dark.scss +2789 -218
  248. package/SCSS-Themes/material3.scss +2789 -218
  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/pdfviewer/pdfviewer/bootstrap-dark.scss +147 -0
  314. package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap.scss +147 -0
  315. package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap4.scss +147 -0
  316. package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap5-dark.scss +147 -0
  317. package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap5.scss +147 -0
  318. package/SCSS-Themes/pdfviewer/pdfviewer/fabric-dark.scss +147 -0
  319. package/SCSS-Themes/pdfviewer/pdfviewer/fabric.scss +147 -0
  320. package/SCSS-Themes/pdfviewer/pdfviewer/fluent-dark.scss +147 -0
  321. package/SCSS-Themes/pdfviewer/pdfviewer/fluent.scss +147 -0
  322. package/SCSS-Themes/pdfviewer/pdfviewer/highcontrast.scss +147 -0
  323. package/SCSS-Themes/pdfviewer/pdfviewer/material-dark.scss +147 -0
  324. package/SCSS-Themes/pdfviewer/pdfviewer/material.scss +147 -0
  325. package/SCSS-Themes/pdfviewer/pdfviewer/material3-dark.scss +147 -0
  326. package/SCSS-Themes/pdfviewer/pdfviewer/material3.scss +147 -0
  327. package/SCSS-Themes/pdfviewer/pdfviewer/tailwind-dark.scss +147 -0
  328. package/SCSS-Themes/pdfviewer/pdfviewer/tailwind.scss +147 -0
  329. package/SCSS-Themes/pivotview/pivotfieldlist/bootstrap-dark.scss +63 -29
  330. package/SCSS-Themes/pivotview/pivotfieldlist/bootstrap.scss +63 -29
  331. package/SCSS-Themes/pivotview/pivotfieldlist/bootstrap4.scss +63 -29
  332. package/SCSS-Themes/pivotview/pivotfieldlist/bootstrap5-dark.scss +63 -29
  333. package/SCSS-Themes/pivotview/pivotfieldlist/bootstrap5.scss +63 -29
  334. package/SCSS-Themes/pivotview/pivotfieldlist/fabric-dark.scss +63 -29
  335. package/SCSS-Themes/pivotview/pivotfieldlist/fabric.scss +63 -29
  336. package/SCSS-Themes/pivotview/pivotfieldlist/fluent-dark.scss +65 -31
  337. package/SCSS-Themes/pivotview/pivotfieldlist/fluent.scss +65 -31
  338. package/SCSS-Themes/pivotview/pivotfieldlist/highcontrast.scss +63 -29
  339. package/SCSS-Themes/pivotview/pivotfieldlist/material-dark.scss +63 -29
  340. package/SCSS-Themes/pivotview/pivotfieldlist/material.scss +63 -29
  341. package/SCSS-Themes/pivotview/pivotfieldlist/material3-dark.scss +64 -30
  342. package/SCSS-Themes/pivotview/pivotfieldlist/material3.scss +64 -30
  343. package/SCSS-Themes/pivotview/pivotfieldlist/tailwind-dark.scss +63 -29
  344. package/SCSS-Themes/pivotview/pivotfieldlist/tailwind.scss +63 -29
  345. package/SCSS-Themes/pivotview/pivotview/bootstrap-dark.scss +21 -27
  346. package/SCSS-Themes/pivotview/pivotview/bootstrap.scss +21 -27
  347. package/SCSS-Themes/pivotview/pivotview/bootstrap4.scss +21 -27
  348. package/SCSS-Themes/pivotview/pivotview/bootstrap5-dark.scss +20 -26
  349. package/SCSS-Themes/pivotview/pivotview/bootstrap5.scss +20 -26
  350. package/SCSS-Themes/pivotview/pivotview/fabric-dark.scss +20 -26
  351. package/SCSS-Themes/pivotview/pivotview/fabric.scss +20 -26
  352. package/SCSS-Themes/pivotview/pivotview/fluent-dark.scss +22 -28
  353. package/SCSS-Themes/pivotview/pivotview/fluent.scss +22 -28
  354. package/SCSS-Themes/pivotview/pivotview/highcontrast.scss +21 -27
  355. package/SCSS-Themes/pivotview/pivotview/material-dark.scss +20 -26
  356. package/SCSS-Themes/pivotview/pivotview/material.scss +20 -26
  357. package/SCSS-Themes/pivotview/pivotview/material3-dark.scss +22 -28
  358. package/SCSS-Themes/pivotview/pivotview/material3.scss +22 -28
  359. package/SCSS-Themes/pivotview/pivotview/tailwind-dark.scss +20 -26
  360. package/SCSS-Themes/pivotview/pivotview/tailwind.scss +20 -26
  361. package/SCSS-Themes/popups/tooltip/bootstrap5-dark.scss +2 -2
  362. package/SCSS-Themes/popups/tooltip/bootstrap5.scss +2 -2
  363. package/SCSS-Themes/popups/tooltip/fluent-dark.scss +1 -1
  364. package/SCSS-Themes/popups/tooltip/fluent.scss +1 -1
  365. package/SCSS-Themes/popups/tooltip/highcontrast.scss +1 -1
  366. package/SCSS-Themes/popups/tooltip/tailwind-dark.scss +1 -1
  367. package/SCSS-Themes/popups/tooltip/tailwind.scss +1 -1
  368. package/SCSS-Themes/ribbon/ribbon/bootstrap-dark.scss +111 -18
  369. package/SCSS-Themes/ribbon/ribbon/bootstrap.scss +111 -18
  370. package/SCSS-Themes/ribbon/ribbon/bootstrap4.scss +111 -18
  371. package/SCSS-Themes/ribbon/ribbon/bootstrap5-dark.scss +111 -18
  372. package/SCSS-Themes/ribbon/ribbon/bootstrap5.scss +111 -18
  373. package/SCSS-Themes/ribbon/ribbon/fabric-dark.scss +111 -18
  374. package/SCSS-Themes/ribbon/ribbon/fabric.scss +111 -18
  375. package/SCSS-Themes/ribbon/ribbon/fluent-dark.scss +111 -18
  376. package/SCSS-Themes/ribbon/ribbon/fluent.scss +111 -18
  377. package/SCSS-Themes/ribbon/ribbon/highcontrast.scss +111 -18
  378. package/SCSS-Themes/ribbon/ribbon/material-dark.scss +112 -19
  379. package/SCSS-Themes/ribbon/ribbon/material.scss +112 -19
  380. package/SCSS-Themes/ribbon/ribbon/material3-dark.scss +111 -20
  381. package/SCSS-Themes/ribbon/ribbon/material3.scss +111 -20
  382. package/SCSS-Themes/ribbon/ribbon/tailwind-dark.scss +111 -18
  383. package/SCSS-Themes/ribbon/ribbon/tailwind.scss +111 -18
  384. package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap-dark.scss +82 -7
  385. package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap.scss +82 -7
  386. package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap4.scss +82 -7
  387. package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap5-dark.scss +83 -8
  388. package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap5.scss +83 -8
  389. package/SCSS-Themes/richtexteditor/rich-text-editor/fabric-dark.scss +82 -7
  390. package/SCSS-Themes/richtexteditor/rich-text-editor/fabric.scss +82 -7
  391. package/SCSS-Themes/richtexteditor/rich-text-editor/fluent-dark.scss +83 -8
  392. package/SCSS-Themes/richtexteditor/rich-text-editor/fluent.scss +83 -8
  393. package/SCSS-Themes/richtexteditor/rich-text-editor/highcontrast.scss +82 -7
  394. package/SCSS-Themes/richtexteditor/rich-text-editor/material-dark.scss +82 -7
  395. package/SCSS-Themes/richtexteditor/rich-text-editor/material.scss +82 -7
  396. package/SCSS-Themes/richtexteditor/rich-text-editor/material3-dark.scss +82 -7
  397. package/SCSS-Themes/richtexteditor/rich-text-editor/material3.scss +82 -7
  398. package/SCSS-Themes/richtexteditor/rich-text-editor/tailwind-dark.scss +82 -7
  399. package/SCSS-Themes/richtexteditor/rich-text-editor/tailwind.scss +82 -7
  400. package/SCSS-Themes/schedule/recurrence-editor/bootstrap-dark.scss +6 -11
  401. package/SCSS-Themes/schedule/recurrence-editor/bootstrap.scss +6 -11
  402. package/SCSS-Themes/schedule/recurrence-editor/bootstrap4.scss +6 -11
  403. package/SCSS-Themes/schedule/recurrence-editor/bootstrap5-dark.scss +8 -13
  404. package/SCSS-Themes/schedule/recurrence-editor/bootstrap5.scss +8 -13
  405. package/SCSS-Themes/schedule/recurrence-editor/fabric-dark.scss +7 -12
  406. package/SCSS-Themes/schedule/recurrence-editor/fabric.scss +7 -12
  407. package/SCSS-Themes/schedule/recurrence-editor/fluent-dark.scss +7 -12
  408. package/SCSS-Themes/schedule/recurrence-editor/fluent.scss +7 -12
  409. package/SCSS-Themes/schedule/recurrence-editor/highcontrast.scss +6 -11
  410. package/SCSS-Themes/schedule/recurrence-editor/material-dark.scss +6 -11
  411. package/SCSS-Themes/schedule/recurrence-editor/material.scss +6 -11
  412. package/SCSS-Themes/schedule/recurrence-editor/material3-dark.scss +7 -12
  413. package/SCSS-Themes/schedule/recurrence-editor/material3.scss +7 -12
  414. package/SCSS-Themes/schedule/recurrence-editor/tailwind-dark.scss +8 -13
  415. package/SCSS-Themes/schedule/recurrence-editor/tailwind.scss +8 -13
  416. package/SCSS-Themes/schedule/schedule/bootstrap-dark.scss +29 -12
  417. package/SCSS-Themes/schedule/schedule/bootstrap.scss +29 -12
  418. package/SCSS-Themes/schedule/schedule/bootstrap4.scss +29 -12
  419. package/SCSS-Themes/schedule/schedule/bootstrap5-dark.scss +29 -12
  420. package/SCSS-Themes/schedule/schedule/bootstrap5.scss +29 -12
  421. package/SCSS-Themes/schedule/schedule/fabric-dark.scss +29 -12
  422. package/SCSS-Themes/schedule/schedule/fabric.scss +29 -12
  423. package/SCSS-Themes/schedule/schedule/fluent-dark.scss +29 -12
  424. package/SCSS-Themes/schedule/schedule/fluent.scss +29 -12
  425. package/SCSS-Themes/schedule/schedule/highcontrast.scss +29 -12
  426. package/SCSS-Themes/schedule/schedule/material-dark.scss +29 -12
  427. package/SCSS-Themes/schedule/schedule/material.scss +29 -12
  428. package/SCSS-Themes/schedule/schedule/material3-dark.scss +29 -12
  429. package/SCSS-Themes/schedule/schedule/material3.scss +29 -12
  430. package/SCSS-Themes/schedule/schedule/tailwind-dark.scss +29 -12
  431. package/SCSS-Themes/schedule/schedule/tailwind.scss +29 -12
  432. package/SCSS-Themes/tailwind-dark.scss +2775 -207
  433. package/SCSS-Themes/tailwind.scss +2775 -207
  434. package/package.json +1 -1
@@ -832,11 +832,6 @@ $olap-bigger-tree-outer-div-width: 325px !default;
832
832
  }
833
833
 
834
834
  &.e-rtl {
835
- .e-treeview .e-list-item div.e-icons {
836
- height: 24px;
837
- width: 24px;
838
- }
839
-
840
835
  .e-treeview .e-list-item div.e-edit.e-icons,
841
836
  .e-treeview .e-list-item div.e-edited.e-icons,
842
837
  .e-treeview .e-list-item div.e-remove-report.e-icons {
@@ -1210,7 +1205,6 @@ $olap-bigger-tree-outer-div-width: 325px !default;
1210
1205
  }
1211
1206
 
1212
1207
  .e-footer-content {
1213
- padding-right: $pivot-dialog-footer-paddingright;
1214
1208
  padding-top: $pivot-dialog-footer-padding;
1215
1209
  }
1216
1210
 
@@ -1607,8 +1601,8 @@ $olap-bigger-tree-outer-div-width: 325px !default;
1607
1601
  padding: 20px;
1608
1602
  padding-bottom: 0;
1609
1603
 
1610
- /* stylelint-disable */
1611
1604
  .e-filter-text-div {
1605
+ /* stylelint-disable */
1612
1606
  color: $field-list-button-icon-color !important;
1613
1607
  /* stylelint-enable */
1614
1608
  font-size: 13px;
@@ -1648,6 +1642,21 @@ $olap-bigger-tree-outer-div-width: 325px !default;
1648
1642
  .e-filter-sort {
1649
1643
  margin-left: 0;
1650
1644
  margin-right: $field-list-sort-wrapper-padding-size;
1645
+
1646
+ .e-member-sort {
1647
+ &:first-of-type {
1648
+ @if ($skin-name == 'Material3') {
1649
+ border-top-left-radius: 0;
1650
+ border-bottom-left-radius: 0;
1651
+ }
1652
+ }
1653
+ &:last-of-type {
1654
+ @if ($skin-name == 'Material3') {
1655
+ border-top-right-radius: 0;
1656
+ border-bottom-right-radius: 0;
1657
+ }
1658
+ }
1659
+ }
1651
1660
  }
1652
1661
  }
1653
1662
  }
@@ -1920,6 +1929,9 @@ $olap-bigger-tree-outer-div-width: 325px !default;
1920
1929
  font-size: $field-list-drag-clone-font-size;
1921
1930
  padding: 0;
1922
1931
  width: 100%;
1932
+ @if ($skin-name == 'Material3') {
1933
+ min-height: auto;
1934
+ }
1923
1935
  }
1924
1936
  }
1925
1937
 
@@ -2312,12 +2324,8 @@ $olap-bigger-tree-outer-div-width: 325px !default;
2312
2324
  max-height: 440px !important;
2313
2325
  min-width: 370px !important;
2314
2326
 
2315
- .e-member-editor-container-outer-div {
2316
- min-height: 75px !important;
2317
-
2318
- .e-list-parent .e-ul {
2319
- height: auto;
2320
- }
2327
+ .e-member-editor-container-outer-div .e-list-parent .e-ul {
2328
+ height: auto;
2321
2329
  }
2322
2330
  }
2323
2331
  }
@@ -2435,7 +2443,6 @@ $olap-bigger-tree-outer-div-width: 325px !default;
2435
2443
  max-width: 45%;
2436
2444
  overflow: visible;
2437
2445
  }
2438
-
2439
2446
  }
2440
2447
 
2441
2448
  .e-checkbox-layout {
@@ -2565,6 +2572,7 @@ $olap-bigger-tree-outer-div-width: 325px !default;
2565
2572
  padding: $field-list-table-header-padding;
2566
2573
  text-align: left;
2567
2574
  text-overflow: ellipsis;
2575
+ white-space: nowrap;
2568
2576
  word-break: break-all;
2569
2577
  @if ($field-list-skin == 'tailwind') {
2570
2578
  text-transform: uppercase;
@@ -2819,6 +2827,7 @@ $olap-bigger-tree-outer-div-width: 325px !default;
2819
2827
  padding: 0 8px;
2820
2828
  text-overflow: ellipsis;
2821
2829
  text-transform: $field-list-text-transform;
2830
+ white-space: nowrap;
2822
2831
  width: 100%;
2823
2832
  @if ($skin-name == 'Material3') {
2824
2833
  font-weight: $field-list-table-header-font-weight;
@@ -3318,6 +3327,38 @@ $olap-bigger-tree-outer-div-width: 325px !default;
3318
3327
  }
3319
3328
  }
3320
3329
  }
3330
+
3331
+ .e-layout-footer {
3332
+ .e-checkbox-layout {
3333
+ align-items: center;
3334
+ display: flex;
3335
+ margin-top: 0;
3336
+ overflow: hidden;
3337
+ width: 100%;
3338
+
3339
+ .e-checkbox-wrapper {
3340
+ width: 100%;
3341
+
3342
+ label {
3343
+ width: 100%;
3344
+
3345
+ .e-label {
3346
+ overflow: hidden;
3347
+ /* stylelint-disable */
3348
+ text-overflow: ellipsis !important;
3349
+ /* stylelint-enable */
3350
+ white-space: unset;
3351
+ width: calc(100% - 20px);
3352
+ }
3353
+ }
3354
+ }
3355
+ }
3356
+
3357
+ .e-button-layout {
3358
+ display: flex;
3359
+ justify-content: flex-end;
3360
+ }
3361
+ }
3321
3362
  }
3322
3363
 
3323
3364
  &.e-device {
@@ -3341,7 +3382,8 @@ $olap-bigger-tree-outer-div-width: 325px !default;
3341
3382
  }
3342
3383
 
3343
3384
  .e-adaptive-field-list-dialog,
3344
- .e-member-editor-dialog {
3385
+ .e-member-editor-dialog,
3386
+ .e-value-field-settings {
3345
3387
  .e-dlg-header-content {
3346
3388
  background-color: transparent;
3347
3389
  color: $field-list-mobile-header-font-color;
@@ -3633,7 +3675,7 @@ $olap-bigger-tree-outer-div-width: 325px !default;
3633
3675
  .e-pivot-add-button,
3634
3676
  .e-pivot-cancel-button {
3635
3677
  float: right;
3636
- margin-right: 20px;
3678
+ margin-right: calc(10% - 20px);
3637
3679
  margin-top: 32px;
3638
3680
  }
3639
3681
 
@@ -3695,7 +3737,7 @@ $olap-bigger-tree-outer-div-width: 325px !default;
3695
3737
  }
3696
3738
 
3697
3739
  &.e-olap-calc-outer-div {
3698
- max-height: 350px;
3740
+ max-height: 575px;
3699
3741
  overflow: hidden;
3700
3742
  overflow-y: auto;
3701
3743
  }
@@ -3956,7 +3998,6 @@ $olap-bigger-tree-outer-div-width: 325px !default;
3956
3998
 
3957
3999
  .e-axis-header {
3958
4000
  font-size: $field-list-bigger-header-font-size;
3959
- line-height: $field-list-bigger-header-content-line-height;
3960
4001
  padding: 0 12px;
3961
4002
  }
3962
4003
  }
@@ -4037,17 +4078,6 @@ $olap-bigger-tree-outer-div-width: 325px !default;
4037
4078
  .e-right-axis-fields .e-field-list-values {
4038
4079
  margin-top: $field-list-default-bigger-padding-size;
4039
4080
  }
4040
-
4041
- .e-left-axis-fields .e-field-list-filters,
4042
- .e-left-axis-fields .e-field-list-rows,
4043
- .e-right-axis-fields .e-field-list-columns,
4044
- .e-right-axis-fields .e-field-list-values {
4045
- .e-axis-container {
4046
- .e-axis-icon-container {
4047
- padding-top: $field-list-static-bigger-header-icon-wrapper-padding;
4048
- }
4049
- }
4050
- }
4051
4081
  }
4052
4082
  }
4053
4083
 
@@ -4063,6 +4093,10 @@ $olap-bigger-tree-outer-div-width: 325px !default;
4063
4093
  }
4064
4094
  }
4065
4095
  }
4096
+
4097
+ .e-layout-footer .e-checkbox-layout .e-checkbox-wrapper label .e-label {
4098
+ width: calc(100% - 30px);
4099
+ }
4066
4100
  }
4067
4101
 
4068
4102
  &.e-rtl {
@@ -814,11 +814,6 @@ $field-list-adaptive-outerdiv-height: 176px !default;
814
814
  }
815
815
 
816
816
  &.e-rtl {
817
- .e-treeview .e-list-item div.e-icons {
818
- height: 24px;
819
- width: 24px;
820
- }
821
-
822
817
  .e-treeview .e-list-item div.e-edit.e-icons,
823
818
  .e-treeview .e-list-item div.e-edited.e-icons,
824
819
  .e-treeview .e-list-item div.e-remove-report.e-icons {
@@ -1192,7 +1187,6 @@ $field-list-adaptive-outerdiv-height: 176px !default;
1192
1187
  }
1193
1188
 
1194
1189
  .e-footer-content {
1195
- padding-right: $pivot-dialog-footer-paddingright;
1196
1190
  padding-top: $pivot-dialog-footer-padding;
1197
1191
  }
1198
1192
 
@@ -1589,8 +1583,8 @@ $field-list-adaptive-outerdiv-height: 176px !default;
1589
1583
  padding: 20px;
1590
1584
  padding-bottom: 0;
1591
1585
 
1592
- /* stylelint-disable */
1593
1586
  .e-filter-text-div {
1587
+ /* stylelint-disable */
1594
1588
  color: $field-list-button-icon-color !important;
1595
1589
  /* stylelint-enable */
1596
1590
  font-size: 13px;
@@ -1630,6 +1624,21 @@ $field-list-adaptive-outerdiv-height: 176px !default;
1630
1624
  .e-filter-sort {
1631
1625
  margin-left: 0;
1632
1626
  margin-right: $field-list-sort-wrapper-padding-size;
1627
+
1628
+ .e-member-sort {
1629
+ &:first-of-type {
1630
+ @if ($skin-name == 'Material3') {
1631
+ border-top-left-radius: 0;
1632
+ border-bottom-left-radius: 0;
1633
+ }
1634
+ }
1635
+ &:last-of-type {
1636
+ @if ($skin-name == 'Material3') {
1637
+ border-top-right-radius: 0;
1638
+ border-bottom-right-radius: 0;
1639
+ }
1640
+ }
1641
+ }
1633
1642
  }
1634
1643
  }
1635
1644
  }
@@ -1902,6 +1911,9 @@ $field-list-adaptive-outerdiv-height: 176px !default;
1902
1911
  font-size: $field-list-drag-clone-font-size;
1903
1912
  padding: 0;
1904
1913
  width: 100%;
1914
+ @if ($skin-name == 'Material3') {
1915
+ min-height: auto;
1916
+ }
1905
1917
  }
1906
1918
  }
1907
1919
 
@@ -2294,12 +2306,8 @@ $field-list-adaptive-outerdiv-height: 176px !default;
2294
2306
  max-height: 440px !important;
2295
2307
  min-width: 370px !important;
2296
2308
 
2297
- .e-member-editor-container-outer-div {
2298
- min-height: 75px !important;
2299
-
2300
- .e-list-parent .e-ul {
2301
- height: auto;
2302
- }
2309
+ .e-member-editor-container-outer-div .e-list-parent .e-ul {
2310
+ height: auto;
2303
2311
  }
2304
2312
  }
2305
2313
  }
@@ -2417,7 +2425,6 @@ $field-list-adaptive-outerdiv-height: 176px !default;
2417
2425
  max-width: 45%;
2418
2426
  overflow: visible;
2419
2427
  }
2420
-
2421
2428
  }
2422
2429
 
2423
2430
  .e-checkbox-layout {
@@ -2547,6 +2554,7 @@ $field-list-adaptive-outerdiv-height: 176px !default;
2547
2554
  padding: $field-list-table-header-padding;
2548
2555
  text-align: left;
2549
2556
  text-overflow: ellipsis;
2557
+ white-space: nowrap;
2550
2558
  word-break: break-all;
2551
2559
  @if ($field-list-skin == 'tailwind') {
2552
2560
  text-transform: uppercase;
@@ -2801,6 +2809,7 @@ $field-list-adaptive-outerdiv-height: 176px !default;
2801
2809
  padding: 0 8px;
2802
2810
  text-overflow: ellipsis;
2803
2811
  text-transform: $field-list-text-transform;
2812
+ white-space: nowrap;
2804
2813
  width: 100%;
2805
2814
  @if ($skin-name == 'Material3') {
2806
2815
  font-weight: $field-list-table-header-font-weight;
@@ -3300,6 +3309,38 @@ $field-list-adaptive-outerdiv-height: 176px !default;
3300
3309
  }
3301
3310
  }
3302
3311
  }
3312
+
3313
+ .e-layout-footer {
3314
+ .e-checkbox-layout {
3315
+ align-items: center;
3316
+ display: flex;
3317
+ margin-top: 0;
3318
+ overflow: hidden;
3319
+ width: 100%;
3320
+
3321
+ .e-checkbox-wrapper {
3322
+ width: 100%;
3323
+
3324
+ label {
3325
+ width: 100%;
3326
+
3327
+ .e-label {
3328
+ overflow: hidden;
3329
+ /* stylelint-disable */
3330
+ text-overflow: ellipsis !important;
3331
+ /* stylelint-enable */
3332
+ white-space: unset;
3333
+ width: calc(100% - 20px);
3334
+ }
3335
+ }
3336
+ }
3337
+ }
3338
+
3339
+ .e-button-layout {
3340
+ display: flex;
3341
+ justify-content: flex-end;
3342
+ }
3343
+ }
3303
3344
  }
3304
3345
 
3305
3346
  &.e-device {
@@ -3323,7 +3364,8 @@ $field-list-adaptive-outerdiv-height: 176px !default;
3323
3364
  }
3324
3365
 
3325
3366
  .e-adaptive-field-list-dialog,
3326
- .e-member-editor-dialog {
3367
+ .e-member-editor-dialog,
3368
+ .e-value-field-settings {
3327
3369
  .e-dlg-header-content {
3328
3370
  background-color: transparent;
3329
3371
  color: $field-list-mobile-header-font-color;
@@ -3615,7 +3657,7 @@ $field-list-adaptive-outerdiv-height: 176px !default;
3615
3657
  .e-pivot-add-button,
3616
3658
  .e-pivot-cancel-button {
3617
3659
  float: right;
3618
- margin-right: 20px;
3660
+ margin-right: calc(10% - 20px);
3619
3661
  margin-top: 32px;
3620
3662
  }
3621
3663
 
@@ -3677,7 +3719,7 @@ $field-list-adaptive-outerdiv-height: 176px !default;
3677
3719
  }
3678
3720
 
3679
3721
  &.e-olap-calc-outer-div {
3680
- max-height: 350px;
3722
+ max-height: 575px;
3681
3723
  overflow: hidden;
3682
3724
  overflow-y: auto;
3683
3725
  }
@@ -3938,7 +3980,6 @@ $field-list-adaptive-outerdiv-height: 176px !default;
3938
3980
 
3939
3981
  .e-axis-header {
3940
3982
  font-size: $field-list-bigger-header-font-size;
3941
- line-height: $field-list-bigger-header-content-line-height;
3942
3983
  padding: 0 12px;
3943
3984
  }
3944
3985
  }
@@ -4019,17 +4060,6 @@ $field-list-adaptive-outerdiv-height: 176px !default;
4019
4060
  .e-right-axis-fields .e-field-list-values {
4020
4061
  margin-top: $field-list-default-bigger-padding-size;
4021
4062
  }
4022
-
4023
- .e-left-axis-fields .e-field-list-filters,
4024
- .e-left-axis-fields .e-field-list-rows,
4025
- .e-right-axis-fields .e-field-list-columns,
4026
- .e-right-axis-fields .e-field-list-values {
4027
- .e-axis-container {
4028
- .e-axis-icon-container {
4029
- padding-top: $field-list-static-bigger-header-icon-wrapper-padding;
4030
- }
4031
- }
4032
- }
4033
4063
  }
4034
4064
  }
4035
4065
 
@@ -4045,6 +4075,10 @@ $field-list-adaptive-outerdiv-height: 176px !default;
4045
4075
  }
4046
4076
  }
4047
4077
  }
4078
+
4079
+ .e-layout-footer .e-checkbox-layout .e-checkbox-wrapper label .e-label {
4080
+ width: calc(100% - 30px);
4081
+ }
4048
4082
  }
4049
4083
 
4050
4084
  &.e-rtl {
@@ -814,11 +814,6 @@ $field-list-adaptive-outerdiv-height: 177px !default;
814
814
  }
815
815
 
816
816
  &.e-rtl {
817
- .e-treeview .e-list-item div.e-icons {
818
- height: 24px;
819
- width: 24px;
820
- }
821
-
822
817
  .e-treeview .e-list-item div.e-edit.e-icons,
823
818
  .e-treeview .e-list-item div.e-edited.e-icons,
824
819
  .e-treeview .e-list-item div.e-remove-report.e-icons {
@@ -1192,7 +1187,6 @@ $field-list-adaptive-outerdiv-height: 177px !default;
1192
1187
  }
1193
1188
 
1194
1189
  .e-footer-content {
1195
- padding-right: $pivot-dialog-footer-paddingright;
1196
1190
  padding-top: $pivot-dialog-footer-padding;
1197
1191
  }
1198
1192
 
@@ -1589,8 +1583,8 @@ $field-list-adaptive-outerdiv-height: 177px !default;
1589
1583
  padding: 20px;
1590
1584
  padding-bottom: 0;
1591
1585
 
1592
- /* stylelint-disable */
1593
1586
  .e-filter-text-div {
1587
+ /* stylelint-disable */
1594
1588
  color: $field-list-button-icon-color !important;
1595
1589
  /* stylelint-enable */
1596
1590
  font-size: 13px;
@@ -1630,6 +1624,21 @@ $field-list-adaptive-outerdiv-height: 177px !default;
1630
1624
  .e-filter-sort {
1631
1625
  margin-left: 0;
1632
1626
  margin-right: $field-list-sort-wrapper-padding-size;
1627
+
1628
+ .e-member-sort {
1629
+ &:first-of-type {
1630
+ @if ($skin-name == 'Material3') {
1631
+ border-top-left-radius: 0;
1632
+ border-bottom-left-radius: 0;
1633
+ }
1634
+ }
1635
+ &:last-of-type {
1636
+ @if ($skin-name == 'Material3') {
1637
+ border-top-right-radius: 0;
1638
+ border-bottom-right-radius: 0;
1639
+ }
1640
+ }
1641
+ }
1633
1642
  }
1634
1643
  }
1635
1644
  }
@@ -1902,6 +1911,9 @@ $field-list-adaptive-outerdiv-height: 177px !default;
1902
1911
  font-size: $field-list-drag-clone-font-size;
1903
1912
  padding: 0;
1904
1913
  width: 100%;
1914
+ @if ($skin-name == 'Material3') {
1915
+ min-height: auto;
1916
+ }
1905
1917
  }
1906
1918
  }
1907
1919
 
@@ -2294,12 +2306,8 @@ $field-list-adaptive-outerdiv-height: 177px !default;
2294
2306
  max-height: 440px !important;
2295
2307
  min-width: 370px !important;
2296
2308
 
2297
- .e-member-editor-container-outer-div {
2298
- min-height: 75px !important;
2299
-
2300
- .e-list-parent .e-ul {
2301
- height: auto;
2302
- }
2309
+ .e-member-editor-container-outer-div .e-list-parent .e-ul {
2310
+ height: auto;
2303
2311
  }
2304
2312
  }
2305
2313
  }
@@ -2417,7 +2425,6 @@ $field-list-adaptive-outerdiv-height: 177px !default;
2417
2425
  max-width: 45%;
2418
2426
  overflow: visible;
2419
2427
  }
2420
-
2421
2428
  }
2422
2429
 
2423
2430
  .e-checkbox-layout {
@@ -2547,6 +2554,7 @@ $field-list-adaptive-outerdiv-height: 177px !default;
2547
2554
  padding: $field-list-table-header-padding;
2548
2555
  text-align: left;
2549
2556
  text-overflow: ellipsis;
2557
+ white-space: nowrap;
2550
2558
  word-break: break-all;
2551
2559
  @if ($field-list-skin == 'tailwind') {
2552
2560
  text-transform: uppercase;
@@ -2801,6 +2809,7 @@ $field-list-adaptive-outerdiv-height: 177px !default;
2801
2809
  padding: 0 8px;
2802
2810
  text-overflow: ellipsis;
2803
2811
  text-transform: $field-list-text-transform;
2812
+ white-space: nowrap;
2804
2813
  width: 100%;
2805
2814
  @if ($skin-name == 'Material3') {
2806
2815
  font-weight: $field-list-table-header-font-weight;
@@ -3300,6 +3309,38 @@ $field-list-adaptive-outerdiv-height: 177px !default;
3300
3309
  }
3301
3310
  }
3302
3311
  }
3312
+
3313
+ .e-layout-footer {
3314
+ .e-checkbox-layout {
3315
+ align-items: center;
3316
+ display: flex;
3317
+ margin-top: 0;
3318
+ overflow: hidden;
3319
+ width: 100%;
3320
+
3321
+ .e-checkbox-wrapper {
3322
+ width: 100%;
3323
+
3324
+ label {
3325
+ width: 100%;
3326
+
3327
+ .e-label {
3328
+ overflow: hidden;
3329
+ /* stylelint-disable */
3330
+ text-overflow: ellipsis !important;
3331
+ /* stylelint-enable */
3332
+ white-space: unset;
3333
+ width: calc(100% - 20px);
3334
+ }
3335
+ }
3336
+ }
3337
+ }
3338
+
3339
+ .e-button-layout {
3340
+ display: flex;
3341
+ justify-content: flex-end;
3342
+ }
3343
+ }
3303
3344
  }
3304
3345
 
3305
3346
  &.e-device {
@@ -3323,7 +3364,8 @@ $field-list-adaptive-outerdiv-height: 177px !default;
3323
3364
  }
3324
3365
 
3325
3366
  .e-adaptive-field-list-dialog,
3326
- .e-member-editor-dialog {
3367
+ .e-member-editor-dialog,
3368
+ .e-value-field-settings {
3327
3369
  .e-dlg-header-content {
3328
3370
  background-color: transparent;
3329
3371
  color: $field-list-mobile-header-font-color;
@@ -3615,7 +3657,7 @@ $field-list-adaptive-outerdiv-height: 177px !default;
3615
3657
  .e-pivot-add-button,
3616
3658
  .e-pivot-cancel-button {
3617
3659
  float: right;
3618
- margin-right: 20px;
3660
+ margin-right: calc(10% - 20px);
3619
3661
  margin-top: 32px;
3620
3662
  }
3621
3663
 
@@ -3677,7 +3719,7 @@ $field-list-adaptive-outerdiv-height: 177px !default;
3677
3719
  }
3678
3720
 
3679
3721
  &.e-olap-calc-outer-div {
3680
- max-height: 350px;
3722
+ max-height: 575px;
3681
3723
  overflow: hidden;
3682
3724
  overflow-y: auto;
3683
3725
  }
@@ -3938,7 +3980,6 @@ $field-list-adaptive-outerdiv-height: 177px !default;
3938
3980
 
3939
3981
  .e-axis-header {
3940
3982
  font-size: $field-list-bigger-header-font-size;
3941
- line-height: $field-list-bigger-header-content-line-height;
3942
3983
  padding: 0 12px;
3943
3984
  }
3944
3985
  }
@@ -4019,17 +4060,6 @@ $field-list-adaptive-outerdiv-height: 177px !default;
4019
4060
  .e-right-axis-fields .e-field-list-values {
4020
4061
  margin-top: $field-list-default-bigger-padding-size;
4021
4062
  }
4022
-
4023
- .e-left-axis-fields .e-field-list-filters,
4024
- .e-left-axis-fields .e-field-list-rows,
4025
- .e-right-axis-fields .e-field-list-columns,
4026
- .e-right-axis-fields .e-field-list-values {
4027
- .e-axis-container {
4028
- .e-axis-icon-container {
4029
- padding-top: $field-list-static-bigger-header-icon-wrapper-padding;
4030
- }
4031
- }
4032
- }
4033
4063
  }
4034
4064
  }
4035
4065
 
@@ -4045,6 +4075,10 @@ $field-list-adaptive-outerdiv-height: 177px !default;
4045
4075
  }
4046
4076
  }
4047
4077
  }
4078
+
4079
+ .e-layout-footer .e-checkbox-layout .e-checkbox-wrapper label .e-label {
4080
+ width: calc(100% - 30px);
4081
+ }
4048
4082
  }
4049
4083
 
4050
4084
  &.e-rtl {