@syncfusion/blazor-themes 28.2.6 → 28.2.7

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 (215) hide show
  1. package/Compiled-Themes/bds-dark-lite.css +17 -2
  2. package/Compiled-Themes/bds-dark.css +27 -4
  3. package/Compiled-Themes/bds-lite.css +17 -2
  4. package/Compiled-Themes/bds.css +27 -4
  5. package/Compiled-Themes/bootstrap-dark-lite.css +15 -0
  6. package/Compiled-Themes/bootstrap-dark.css +30 -0
  7. package/Compiled-Themes/bootstrap-lite.css +15 -0
  8. package/Compiled-Themes/bootstrap.css +30 -0
  9. package/Compiled-Themes/bootstrap4-lite.css +16 -1
  10. package/Compiled-Themes/bootstrap4.css +32 -2
  11. package/Compiled-Themes/bootstrap5-dark-lite.css +16 -1
  12. package/Compiled-Themes/bootstrap5-dark.css +25 -2
  13. package/Compiled-Themes/bootstrap5-lite.css +16 -1
  14. package/Compiled-Themes/bootstrap5.3-dark-lite.css +16 -1
  15. package/Compiled-Themes/bootstrap5.3-dark.css +32 -2
  16. package/Compiled-Themes/bootstrap5.3-lite.css +16 -1
  17. package/Compiled-Themes/bootstrap5.3.css +32 -2
  18. package/Compiled-Themes/bootstrap5.css +25 -2
  19. package/Compiled-Themes/fabric-dark-lite.css +15 -0
  20. package/Compiled-Themes/fabric-dark.css +33 -3
  21. package/Compiled-Themes/fabric-lite.css +15 -0
  22. package/Compiled-Themes/fabric.css +33 -3
  23. package/Compiled-Themes/fluent-dark-lite.css +16 -1
  24. package/Compiled-Themes/fluent-dark.css +25 -2
  25. package/Compiled-Themes/fluent-lite.css +16 -1
  26. package/Compiled-Themes/fluent.css +25 -2
  27. package/Compiled-Themes/fluent2-dark-lite.css +17 -2
  28. package/Compiled-Themes/fluent2-dark.css +33 -3
  29. package/Compiled-Themes/fluent2-highcontrast-lite.css +17 -2
  30. package/Compiled-Themes/fluent2-highcontrast.css +33 -3
  31. package/Compiled-Themes/fluent2-lite.css +17 -2
  32. package/Compiled-Themes/fluent2.css +33 -3
  33. package/Compiled-Themes/highcontrast-lite.css +16 -1
  34. package/Compiled-Themes/highcontrast.css +32 -2
  35. package/Compiled-Themes/material-dark-lite.css +16 -1
  36. package/Compiled-Themes/material-dark.css +32 -2
  37. package/Compiled-Themes/material-lite.css +17 -2
  38. package/Compiled-Themes/material.css +33 -3
  39. package/Compiled-Themes/material3-dark-lite.css +18 -3
  40. package/Compiled-Themes/material3-dark.css +34 -4
  41. package/Compiled-Themes/material3-lite.css +18 -3
  42. package/Compiled-Themes/material3.css +34 -4
  43. package/Compiled-Themes/tailwind-dark-lite.css +17 -2
  44. package/Compiled-Themes/tailwind-dark.css +27 -4
  45. package/Compiled-Themes/tailwind-lite.css +17 -2
  46. package/Compiled-Themes/tailwind.css +27 -4
  47. package/Compiled-Themes/tailwind3-dark-lite.css +14 -0
  48. package/Compiled-Themes/tailwind3-dark.css +30 -1
  49. package/Compiled-Themes/tailwind3-lite.css +14 -0
  50. package/Compiled-Themes/tailwind3.css +30 -1
  51. package/SCSS-Themes/bds-dark-lite.scss +28 -8
  52. package/SCSS-Themes/bds-dark.scss +40 -20
  53. package/SCSS-Themes/bds-lite.scss +28 -8
  54. package/SCSS-Themes/bds.scss +40 -20
  55. package/SCSS-Themes/bootstrap-dark-lite.scss +25 -5
  56. package/SCSS-Themes/bootstrap-dark.scss +37 -17
  57. package/SCSS-Themes/bootstrap-lite.scss +26 -5
  58. package/SCSS-Themes/bootstrap.scss +38 -17
  59. package/SCSS-Themes/bootstrap4-lite.scss +27 -7
  60. package/SCSS-Themes/bootstrap4.scss +39 -19
  61. package/SCSS-Themes/bootstrap5-dark-lite.scss +26 -7
  62. package/SCSS-Themes/bootstrap5-dark.scss +38 -19
  63. package/SCSS-Themes/bootstrap5-lite.scss +26 -7
  64. package/SCSS-Themes/bootstrap5.3-dark-lite.scss +26 -7
  65. package/SCSS-Themes/bootstrap5.3-dark.scss +38 -19
  66. package/SCSS-Themes/bootstrap5.3-lite.scss +26 -7
  67. package/SCSS-Themes/bootstrap5.3.scss +38 -19
  68. package/SCSS-Themes/bootstrap5.scss +38 -19
  69. package/SCSS-Themes/documenteditor/document-editor-container/fabric-dark-lite.scss +2 -2
  70. package/SCSS-Themes/documenteditor/document-editor-container/fabric-dark.scss +2 -2
  71. package/SCSS-Themes/documenteditor/document-editor-container/fabric-lite.scss +2 -2
  72. package/SCSS-Themes/documenteditor/document-editor-container/fabric.scss +2 -2
  73. package/SCSS-Themes/documenteditor/document-editor-container/highcontrast-lite.scss +1 -1
  74. package/SCSS-Themes/documenteditor/document-editor-container/highcontrast.scss +1 -1
  75. package/SCSS-Themes/documenteditor/document-editor-container/material-dark-lite.scss +2 -2
  76. package/SCSS-Themes/documenteditor/document-editor-container/material-dark.scss +2 -2
  77. package/SCSS-Themes/documenteditor/document-editor-container/material-lite.scss +2 -2
  78. package/SCSS-Themes/documenteditor/document-editor-container/material.scss +2 -2
  79. package/SCSS-Themes/documenteditor/document-editor-container/material3-dark-lite.scss +1 -1
  80. package/SCSS-Themes/documenteditor/document-editor-container/material3-dark.scss +1 -1
  81. package/SCSS-Themes/documenteditor/document-editor-container/material3-lite.scss +1 -1
  82. package/SCSS-Themes/documenteditor/document-editor-container/material3.scss +1 -1
  83. package/SCSS-Themes/dropdowns/drop-down-tree/bds-dark-lite.scss +21 -8
  84. package/SCSS-Themes/dropdowns/drop-down-tree/bds-dark.scss +33 -20
  85. package/SCSS-Themes/dropdowns/drop-down-tree/bds-lite.scss +21 -8
  86. package/SCSS-Themes/dropdowns/drop-down-tree/bds.scss +33 -20
  87. package/SCSS-Themes/dropdowns/drop-down-tree/bootstrap-dark-lite.scss +18 -5
  88. package/SCSS-Themes/dropdowns/drop-down-tree/bootstrap-dark.scss +30 -17
  89. package/SCSS-Themes/dropdowns/drop-down-tree/bootstrap-lite.scss +19 -5
  90. package/SCSS-Themes/dropdowns/drop-down-tree/bootstrap.scss +31 -17
  91. package/SCSS-Themes/dropdowns/drop-down-tree/bootstrap4-lite.scss +20 -7
  92. package/SCSS-Themes/dropdowns/drop-down-tree/bootstrap4.scss +32 -19
  93. package/SCSS-Themes/dropdowns/drop-down-tree/bootstrap5-dark-lite.scss +19 -7
  94. package/SCSS-Themes/dropdowns/drop-down-tree/bootstrap5-dark.scss +31 -19
  95. package/SCSS-Themes/dropdowns/drop-down-tree/bootstrap5-lite.scss +19 -7
  96. package/SCSS-Themes/dropdowns/drop-down-tree/bootstrap5.3-dark-lite.scss +19 -7
  97. package/SCSS-Themes/dropdowns/drop-down-tree/bootstrap5.3-dark.scss +31 -19
  98. package/SCSS-Themes/dropdowns/drop-down-tree/bootstrap5.3-lite.scss +19 -7
  99. package/SCSS-Themes/dropdowns/drop-down-tree/bootstrap5.3.scss +31 -19
  100. package/SCSS-Themes/dropdowns/drop-down-tree/bootstrap5.scss +31 -19
  101. package/SCSS-Themes/dropdowns/drop-down-tree/fabric-dark-lite.scss +18 -5
  102. package/SCSS-Themes/dropdowns/drop-down-tree/fabric-dark.scss +30 -17
  103. package/SCSS-Themes/dropdowns/drop-down-tree/fabric-lite.scss +18 -5
  104. package/SCSS-Themes/dropdowns/drop-down-tree/fabric.scss +30 -17
  105. package/SCSS-Themes/dropdowns/drop-down-tree/fluent-dark-lite.scss +19 -7
  106. package/SCSS-Themes/dropdowns/drop-down-tree/fluent-dark.scss +31 -19
  107. package/SCSS-Themes/dropdowns/drop-down-tree/fluent-lite.scss +19 -7
  108. package/SCSS-Themes/dropdowns/drop-down-tree/fluent.scss +31 -19
  109. package/SCSS-Themes/dropdowns/drop-down-tree/fluent2-dark-lite.scss +21 -8
  110. package/SCSS-Themes/dropdowns/drop-down-tree/fluent2-dark.scss +33 -20
  111. package/SCSS-Themes/dropdowns/drop-down-tree/fluent2-highcontrast-lite.scss +21 -8
  112. package/SCSS-Themes/dropdowns/drop-down-tree/fluent2-highcontrast.scss +33 -20
  113. package/SCSS-Themes/dropdowns/drop-down-tree/fluent2-lite.scss +21 -8
  114. package/SCSS-Themes/dropdowns/drop-down-tree/fluent2.scss +33 -20
  115. package/SCSS-Themes/dropdowns/drop-down-tree/highcontrast-lite.scss +19 -6
  116. package/SCSS-Themes/dropdowns/drop-down-tree/highcontrast.scss +31 -18
  117. package/SCSS-Themes/dropdowns/drop-down-tree/material-dark-lite.scss +18 -5
  118. package/SCSS-Themes/dropdowns/drop-down-tree/material-dark.scss +30 -17
  119. package/SCSS-Themes/dropdowns/drop-down-tree/material-lite.scss +18 -5
  120. package/SCSS-Themes/dropdowns/drop-down-tree/material.scss +30 -17
  121. package/SCSS-Themes/dropdowns/drop-down-tree/material3-dark-lite.scss +20 -7
  122. package/SCSS-Themes/dropdowns/drop-down-tree/material3-dark.scss +32 -19
  123. package/SCSS-Themes/dropdowns/drop-down-tree/material3-lite.scss +20 -7
  124. package/SCSS-Themes/dropdowns/drop-down-tree/material3.scss +32 -19
  125. package/SCSS-Themes/dropdowns/drop-down-tree/tailwind-dark-lite.scss +20 -8
  126. package/SCSS-Themes/dropdowns/drop-down-tree/tailwind-dark.scss +32 -20
  127. package/SCSS-Themes/dropdowns/drop-down-tree/tailwind-lite.scss +20 -8
  128. package/SCSS-Themes/dropdowns/drop-down-tree/tailwind.scss +32 -20
  129. package/SCSS-Themes/dropdowns/drop-down-tree/tailwind3-dark-lite.scss +18 -6
  130. package/SCSS-Themes/dropdowns/drop-down-tree/tailwind3-dark.scss +30 -18
  131. package/SCSS-Themes/dropdowns/drop-down-tree/tailwind3-lite.scss +18 -6
  132. package/SCSS-Themes/dropdowns/drop-down-tree/tailwind3.scss +30 -18
  133. package/SCSS-Themes/fabric-dark-lite.scss +27 -7
  134. package/SCSS-Themes/fabric-dark.scss +39 -19
  135. package/SCSS-Themes/fabric-lite.scss +27 -7
  136. package/SCSS-Themes/fabric.scss +39 -19
  137. package/SCSS-Themes/fluent-dark-lite.scss +26 -7
  138. package/SCSS-Themes/fluent-dark.scss +38 -19
  139. package/SCSS-Themes/fluent-lite.scss +26 -7
  140. package/SCSS-Themes/fluent.scss +38 -19
  141. package/SCSS-Themes/fluent2-dark-lite.scss +28 -8
  142. package/SCSS-Themes/fluent2-dark.scss +40 -20
  143. package/SCSS-Themes/fluent2-highcontrast-lite.scss +28 -8
  144. package/SCSS-Themes/fluent2-highcontrast.scss +40 -20
  145. package/SCSS-Themes/fluent2-lite.scss +28 -8
  146. package/SCSS-Themes/fluent2.scss +40 -20
  147. package/SCSS-Themes/highcontrast-lite.scss +27 -7
  148. package/SCSS-Themes/highcontrast.scss +39 -19
  149. package/SCSS-Themes/material-dark-lite.scss +27 -7
  150. package/SCSS-Themes/material-dark.scss +39 -19
  151. package/SCSS-Themes/material-lite.scss +27 -7
  152. package/SCSS-Themes/material.scss +39 -19
  153. package/SCSS-Themes/material3-dark-lite.scss +28 -8
  154. package/SCSS-Themes/material3-dark.scss +40 -20
  155. package/SCSS-Themes/material3-lite.scss +28 -8
  156. package/SCSS-Themes/material3.scss +40 -20
  157. package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/bds-dark-lite.scss +7 -0
  158. package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/bds-dark.scss +7 -0
  159. package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/bds-lite.scss +7 -0
  160. package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/bds.scss +7 -0
  161. package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/bootstrap-dark-lite.scss +7 -0
  162. package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/bootstrap-dark.scss +7 -0
  163. package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/bootstrap-lite.scss +7 -0
  164. package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/bootstrap.scss +7 -0
  165. package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/bootstrap4-lite.scss +7 -0
  166. package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/bootstrap4.scss +7 -0
  167. package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/bootstrap5-dark-lite.scss +7 -0
  168. package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/bootstrap5-dark.scss +7 -0
  169. package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/bootstrap5-lite.scss +7 -0
  170. package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/bootstrap5.3-dark-lite.scss +7 -0
  171. package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/bootstrap5.3-dark.scss +7 -0
  172. package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/bootstrap5.3-lite.scss +7 -0
  173. package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/bootstrap5.3.scss +7 -0
  174. package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/bootstrap5.scss +7 -0
  175. package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/fabric-dark-lite.scss +7 -0
  176. package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/fabric-dark.scss +7 -0
  177. package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/fabric-lite.scss +7 -0
  178. package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/fabric.scss +7 -0
  179. package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/fluent-dark-lite.scss +7 -0
  180. package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/fluent-dark.scss +7 -0
  181. package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/fluent-lite.scss +7 -0
  182. package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/fluent.scss +7 -0
  183. package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/fluent2-dark-lite.scss +7 -0
  184. package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/fluent2-dark.scss +7 -0
  185. package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/fluent2-highcontrast-lite.scss +7 -0
  186. package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/fluent2-highcontrast.scss +7 -0
  187. package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/fluent2-lite.scss +7 -0
  188. package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/fluent2.scss +7 -0
  189. package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/highcontrast-lite.scss +7 -0
  190. package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/highcontrast.scss +7 -0
  191. package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/material-dark-lite.scss +7 -0
  192. package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/material-dark.scss +7 -0
  193. package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/material-lite.scss +7 -0
  194. package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/material.scss +7 -0
  195. package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/material3-dark-lite.scss +7 -0
  196. package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/material3-dark.scss +7 -0
  197. package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/material3-lite.scss +7 -0
  198. package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/material3.scss +7 -0
  199. package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/tailwind-dark-lite.scss +7 -0
  200. package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/tailwind-dark.scss +7 -0
  201. package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/tailwind-lite.scss +7 -0
  202. package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/tailwind.scss +7 -0
  203. package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/tailwind3-dark-lite.scss +7 -0
  204. package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/tailwind3-dark.scss +7 -0
  205. package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/tailwind3-lite.scss +7 -0
  206. package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/tailwind3.scss +7 -0
  207. package/SCSS-Themes/tailwind-dark-lite.scss +27 -8
  208. package/SCSS-Themes/tailwind-dark.scss +39 -20
  209. package/SCSS-Themes/tailwind-lite.scss +27 -8
  210. package/SCSS-Themes/tailwind.scss +39 -20
  211. package/SCSS-Themes/tailwind3-dark-lite.scss +25 -6
  212. package/SCSS-Themes/tailwind3-dark.scss +37 -18
  213. package/SCSS-Themes/tailwind3-lite.scss +25 -6
  214. package/SCSS-Themes/tailwind3.scss +37 -18
  215. package/package.json +1 -1
@@ -64886,9 +64886,12 @@ $ddt-last-chip-right-margin: 45px !default;
64886
64886
  $ddt-last-chip-bigger-right-margin: 52px !default;
64887
64887
  $ddt-select-all-padding: 8px 12px !default;
64888
64888
  $ddt-select-all-height: 22px !default;
64889
- $ddt-select-all-checkbox-margin: 0 12px !default;
64890
- $ddt-select-all-text-indent: 0 !default;
64891
- $ddt-select-all-bigger-text-indent: 0 !default;
64889
+ $ddt-select-all-checkbox-margin: 0 4px !default;
64890
+ $ddt-rtl-select-all-checkbox-margin: 0 12px !default;
64891
+ $ddt-select-all-text-indent: 26px !default;
64892
+ $ddt-rtl-select-all-text-indent: 17px !default;
64893
+ $ddt-select-all-bigger-text-indent: 42px !default;
64894
+ $ddt-rtl-select-all-bigger-text-indent: 41px !default;
64892
64895
  $ddt-select-all-text-font-size: $text-sm !default;
64893
64896
  $ddt-popup-radius: 4px !default;
64894
64897
  $ddt-popup-reorder-border: $border-light !default;
@@ -64917,6 +64920,12 @@ $ddt-treeview-fullrow-bigger-height: 44px !default;
64917
64920
  $ddt-icon-bg-color: $content-bg-color !default;
64918
64921
  $ddt-delim-bigger-padding: 7px 16px !default;
64919
64922
  $ddt-remains-count-padding-top: 3px !default;
64923
+ $ddt-select-all-font-size: 14px !default;
64924
+ $ddt-big-select-all-font-size: 16px !default;
64925
+ $ddt-big-select-all-text-margin: 0 8px !default;
64926
+ $ddt-rtl-big-select-all-text-margin: 0 8px !default;
64927
+ $ddt-big-select-all-padding: 0 8px !default;
64928
+ $ddt-select-all-checkbox-bottom: 2px !default;
64920
64929
 
64921
64930
  // color variables
64922
64931
  $ddt-filter-box-shadow-color: none !default;
@@ -65491,10 +65500,7 @@ $ddt-chip-border-color: $chip-border-color !default;
65491
65500
  .e-checkbox-wrapper {
65492
65501
  position: relative;
65493
65502
  text-indent: 0;
65494
-
65495
- @if ($ddt-skin-name == 'tailwind3') {
65496
- bottom: 2px;
65497
- }
65503
+ bottom: $ddt-select-all-checkbox-bottom;
65498
65504
 
65499
65505
  .e-frame {
65500
65506
  @if $ddt-skin-name == 'tailwind' or $ddt-skin-name == 'bootstrap5' or $ddt-skin-name == 'FluentUI' {
@@ -65505,7 +65511,7 @@ $ddt-chip-border-color: $chip-border-color !default;
65505
65511
 
65506
65512
  .e-all-text {
65507
65513
  font-family: inherit;
65508
- font-size: 14px;
65514
+ font-size: $ddt-select-all-font-size;
65509
65515
  margin: $ddt-select-all-checkbox-margin;
65510
65516
  @if $ddt-skin-name == 'tailwind' {
65511
65517
  line-height: $ddt-select-all-height;
@@ -65858,6 +65864,13 @@ $ddt-chip-border-color: $chip-border-color !default;
65858
65864
  .e-treeview .e-list-item .e-ul {
65859
65865
  padding: 0 14px 0 0;
65860
65866
  }
65867
+
65868
+ .e-selectall-parent {
65869
+ text-indent: $ddt-rtl-select-all-text-indent;
65870
+ .e-all-text {
65871
+ margin: $ddt-rtl-select-all-checkbox-margin;
65872
+ }
65873
+ }
65861
65874
  }
65862
65875
  }
65863
65876
  }
@@ -66405,19 +66418,12 @@ $ddt-chip-border-color: $chip-border-color !default;
66405
66418
 
66406
66419
  .e-selectall-parent {
66407
66420
  text-indent: $ddt-select-all-bigger-text-indent;
66408
- @if $ddt-skin-name == 'tailwind' or $ddt-skin-name == 'bootstrap5' or $ddt-skin-name == 'FluentUI' {
66409
- padding: $ddt-big-select-all-padding;
66421
+ padding: $ddt-big-select-all-padding;
66410
66422
 
66411
- .e-all-text {
66412
- font-size: $text-base;
66413
- line-height: 24px;
66414
- @if $ddt-skin-name == 'bootstrap5' {
66415
- margin: 0 12px;
66416
- }
66417
- @else {
66418
- margin: 0 16px;
66419
- }
66420
- }
66423
+ .e-all-text {
66424
+ font-size: $ddt-big-select-all-font-size;
66425
+ line-height: 24px;
66426
+ margin: $ddt-big-select-all-text-margin;
66421
66427
  }
66422
66428
  }
66423
66429
 
@@ -66573,6 +66579,13 @@ $ddt-chip-border-color: $chip-border-color !default;
66573
66579
  right: auto;
66574
66580
  }
66575
66581
  }
66582
+
66583
+ .e-selectall-parent {
66584
+ text-indent: $ddt-rtl-select-all-bigger-text-indent;
66585
+ .e-all-text {
66586
+ margin: $ddt-rtl-big-select-all-text-margin;
66587
+ }
66588
+ }
66576
66589
  }
66577
66590
  }
66578
66591
  }
@@ -141910,6 +141923,13 @@ $nodata-border-color: $flyout-border !default;
141910
141923
  align-items: center;
141911
141924
  border-radius: 0 0 $multicolumn-popup-border-radius $multicolumn-popup-border-radius;
141912
141925
  }
141926
+ .e-multicolumn-list .e-multicolumn-list-hidden {
141927
+ border: 0;
141928
+ height: 0;
141929
+ padding: 0;
141930
+ visibility: hidden;
141931
+ width: 0;
141932
+ }
141913
141933
  .e-multicolumn-grid.e-grid {
141914
141934
  border-width: $grid-border-width;
141915
141935
  border-radius: $multicolumn-popup-border-radius;
@@ -48203,9 +48203,12 @@ $ddt-last-chip-right-margin: 45px !default;
48203
48203
  $ddt-last-chip-bigger-right-margin: 52px !default;
48204
48204
  $ddt-select-all-padding: 8px 12px !default;
48205
48205
  $ddt-select-all-height: 22px !default;
48206
- $ddt-select-all-checkbox-margin: 0 12px !default;
48207
- $ddt-select-all-text-indent: 0 !default;
48208
- $ddt-select-all-bigger-text-indent: 0 !default;
48206
+ $ddt-select-all-checkbox-margin: 0 4px !default;
48207
+ $ddt-rtl-select-all-checkbox-margin: 0 12px !default;
48208
+ $ddt-select-all-text-indent: 26px !default;
48209
+ $ddt-rtl-select-all-text-indent: 17px !default;
48210
+ $ddt-select-all-bigger-text-indent: 42px !default;
48211
+ $ddt-rtl-select-all-bigger-text-indent: 41px !default;
48209
48212
  $ddt-select-all-text-font-size: $text-sm !default;
48210
48213
  $ddt-popup-radius: 4px !default;
48211
48214
  $ddt-popup-reorder-border: $border-light !default;
@@ -48234,6 +48237,12 @@ $ddt-treeview-fullrow-bigger-height: 44px !default;
48234
48237
  $ddt-icon-bg-color: $content-bg-color !default;
48235
48238
  $ddt-delim-bigger-padding: 7px 16px !default;
48236
48239
  $ddt-remains-count-padding-top: 3px !default;
48240
+ $ddt-select-all-font-size: 14px !default;
48241
+ $ddt-big-select-all-font-size: 16px !default;
48242
+ $ddt-big-select-all-text-margin: 0 8px !default;
48243
+ $ddt-rtl-big-select-all-text-margin: 0 8px !default;
48244
+ $ddt-big-select-all-padding: 0 8px !default;
48245
+ $ddt-select-all-checkbox-bottom: 2px !default;
48237
48246
 
48238
48247
  // color variables
48239
48248
  $ddt-filter-box-shadow-color: none !default;
@@ -48808,10 +48817,7 @@ $ddt-chip-border-color: $chip-border-color !default;
48808
48817
  .e-checkbox-wrapper {
48809
48818
  position: relative;
48810
48819
  text-indent: 0;
48811
-
48812
- @if ($ddt-skin-name == 'tailwind3') {
48813
- bottom: 2px;
48814
- }
48820
+ bottom: $ddt-select-all-checkbox-bottom;
48815
48821
 
48816
48822
  .e-frame {
48817
48823
  @if $ddt-skin-name == 'tailwind' or $ddt-skin-name == 'bootstrap5' or $ddt-skin-name == 'FluentUI' {
@@ -48822,7 +48828,7 @@ $ddt-chip-border-color: $chip-border-color !default;
48822
48828
 
48823
48829
  .e-all-text {
48824
48830
  font-family: inherit;
48825
- font-size: 14px;
48831
+ font-size: $ddt-select-all-font-size;
48826
48832
  margin: $ddt-select-all-checkbox-margin;
48827
48833
  @if $ddt-skin-name == 'tailwind' {
48828
48834
  line-height: $ddt-select-all-height;
@@ -49175,6 +49181,13 @@ $ddt-chip-border-color: $chip-border-color !default;
49175
49181
  .e-treeview .e-list-item .e-ul {
49176
49182
  padding: 0 14px 0 0;
49177
49183
  }
49184
+
49185
+ .e-selectall-parent {
49186
+ text-indent: $ddt-rtl-select-all-text-indent;
49187
+ .e-all-text {
49188
+ margin: $ddt-rtl-select-all-checkbox-margin;
49189
+ }
49190
+ }
49178
49191
  }
49179
49192
  }
49180
49193
  }
@@ -109626,6 +109639,13 @@ $nodata-border-color: $flyout-border !default;
109626
109639
  align-items: center;
109627
109640
  border-radius: 0 0 $multicolumn-popup-border-radius $multicolumn-popup-border-radius;
109628
109641
  }
109642
+ .e-multicolumn-list .e-multicolumn-list-hidden {
109643
+ border: 0;
109644
+ height: 0;
109645
+ padding: 0;
109646
+ visibility: hidden;
109647
+ width: 0;
109648
+ }
109629
109649
  .e-multicolumn-grid.e-grid {
109630
109650
  border-width: $grid-border-width;
109631
109651
  border-radius: $multicolumn-popup-border-radius;
@@ -64886,9 +64886,12 @@ $ddt-last-chip-right-margin: 45px !default;
64886
64886
  $ddt-last-chip-bigger-right-margin: 52px !default;
64887
64887
  $ddt-select-all-padding: 8px 12px !default;
64888
64888
  $ddt-select-all-height: 22px !default;
64889
- $ddt-select-all-checkbox-margin: 0 12px !default;
64890
- $ddt-select-all-text-indent: 0 !default;
64891
- $ddt-select-all-bigger-text-indent: 0 !default;
64889
+ $ddt-select-all-checkbox-margin: 0 4px !default;
64890
+ $ddt-rtl-select-all-checkbox-margin: 0 12px !default;
64891
+ $ddt-select-all-text-indent: 26px !default;
64892
+ $ddt-rtl-select-all-text-indent: 17px !default;
64893
+ $ddt-select-all-bigger-text-indent: 42px !default;
64894
+ $ddt-rtl-select-all-bigger-text-indent: 41px !default;
64892
64895
  $ddt-select-all-text-font-size: $text-sm !default;
64893
64896
  $ddt-popup-radius: 4px !default;
64894
64897
  $ddt-popup-reorder-border: $border-light !default;
@@ -64917,6 +64920,12 @@ $ddt-treeview-fullrow-bigger-height: 44px !default;
64917
64920
  $ddt-icon-bg-color: $content-bg-color !default;
64918
64921
  $ddt-delim-bigger-padding: 7px 16px !default;
64919
64922
  $ddt-remains-count-padding-top: 3px !default;
64923
+ $ddt-select-all-font-size: 14px !default;
64924
+ $ddt-big-select-all-font-size: 16px !default;
64925
+ $ddt-big-select-all-text-margin: 0 8px !default;
64926
+ $ddt-rtl-big-select-all-text-margin: 0 8px !default;
64927
+ $ddt-big-select-all-padding: 0 8px !default;
64928
+ $ddt-select-all-checkbox-bottom: 2px !default;
64920
64929
 
64921
64930
  // color variables
64922
64931
  $ddt-filter-box-shadow-color: none !default;
@@ -65491,10 +65500,7 @@ $ddt-chip-border-color: $chip-border-color !default;
65491
65500
  .e-checkbox-wrapper {
65492
65501
  position: relative;
65493
65502
  text-indent: 0;
65494
-
65495
- @if ($ddt-skin-name == 'tailwind3') {
65496
- bottom: 2px;
65497
- }
65503
+ bottom: $ddt-select-all-checkbox-bottom;
65498
65504
 
65499
65505
  .e-frame {
65500
65506
  @if $ddt-skin-name == 'tailwind' or $ddt-skin-name == 'bootstrap5' or $ddt-skin-name == 'FluentUI' {
@@ -65505,7 +65511,7 @@ $ddt-chip-border-color: $chip-border-color !default;
65505
65511
 
65506
65512
  .e-all-text {
65507
65513
  font-family: inherit;
65508
- font-size: 14px;
65514
+ font-size: $ddt-select-all-font-size;
65509
65515
  margin: $ddt-select-all-checkbox-margin;
65510
65516
  @if $ddt-skin-name == 'tailwind' {
65511
65517
  line-height: $ddt-select-all-height;
@@ -65858,6 +65864,13 @@ $ddt-chip-border-color: $chip-border-color !default;
65858
65864
  .e-treeview .e-list-item .e-ul {
65859
65865
  padding: 0 14px 0 0;
65860
65866
  }
65867
+
65868
+ .e-selectall-parent {
65869
+ text-indent: $ddt-rtl-select-all-text-indent;
65870
+ .e-all-text {
65871
+ margin: $ddt-rtl-select-all-checkbox-margin;
65872
+ }
65873
+ }
65861
65874
  }
65862
65875
  }
65863
65876
  }
@@ -66405,19 +66418,12 @@ $ddt-chip-border-color: $chip-border-color !default;
66405
66418
 
66406
66419
  .e-selectall-parent {
66407
66420
  text-indent: $ddt-select-all-bigger-text-indent;
66408
- @if $ddt-skin-name == 'tailwind' or $ddt-skin-name == 'bootstrap5' or $ddt-skin-name == 'FluentUI' {
66409
- padding: $ddt-big-select-all-padding;
66421
+ padding: $ddt-big-select-all-padding;
66410
66422
 
66411
- .e-all-text {
66412
- font-size: $text-base;
66413
- line-height: 24px;
66414
- @if $ddt-skin-name == 'bootstrap5' {
66415
- margin: 0 12px;
66416
- }
66417
- @else {
66418
- margin: 0 16px;
66419
- }
66420
- }
66423
+ .e-all-text {
66424
+ font-size: $ddt-big-select-all-font-size;
66425
+ line-height: 24px;
66426
+ margin: $ddt-big-select-all-text-margin;
66421
66427
  }
66422
66428
  }
66423
66429
 
@@ -66573,6 +66579,13 @@ $ddt-chip-border-color: $chip-border-color !default;
66573
66579
  right: auto;
66574
66580
  }
66575
66581
  }
66582
+
66583
+ .e-selectall-parent {
66584
+ text-indent: $ddt-rtl-select-all-bigger-text-indent;
66585
+ .e-all-text {
66586
+ margin: $ddt-rtl-big-select-all-text-margin;
66587
+ }
66588
+ }
66576
66589
  }
66577
66590
  }
66578
66591
  }
@@ -141910,6 +141923,13 @@ $nodata-border-color: $flyout-border !default;
141910
141923
  align-items: center;
141911
141924
  border-radius: 0 0 $multicolumn-popup-border-radius $multicolumn-popup-border-radius;
141912
141925
  }
141926
+ .e-multicolumn-list .e-multicolumn-list-hidden {
141927
+ border: 0;
141928
+ height: 0;
141929
+ padding: 0;
141930
+ visibility: hidden;
141931
+ width: 0;
141932
+ }
141913
141933
  .e-multicolumn-grid.e-grid {
141914
141934
  border-width: $grid-border-width;
141915
141935
  border-radius: $multicolumn-popup-border-radius;
@@ -48975,9 +48975,12 @@ $ddt-last-chip-right-margin: 45px !default;
48975
48975
  $ddt-last-chip-bigger-right-margin: 52px !default;
48976
48976
  $ddt-select-all-padding: 8px 12px !default;
48977
48977
  $ddt-select-all-height: 22px !default;
48978
- $ddt-select-all-checkbox-margin: 0 12px !default;
48979
- $ddt-select-all-text-indent: 0 !default;
48980
- $ddt-select-all-bigger-text-indent: 0 !default;
48978
+ $ddt-select-all-checkbox-margin: 0 4px !default;
48979
+ $ddt-rtl-select-all-checkbox-margin: 0 12px !default;
48980
+ $ddt-select-all-text-indent: 26px !default;
48981
+ $ddt-rtl-select-all-text-indent: 17px !default;
48982
+ $ddt-select-all-bigger-text-indent: 42px !default;
48983
+ $ddt-rtl-select-all-bigger-text-indent: 41px !default;
48981
48984
  $ddt-select-all-text-font-size: $text-sm !default;
48982
48985
  $ddt-popup-radius: 4px !default;
48983
48986
  $ddt-popup-reorder-border: $border-light !default;
@@ -49006,6 +49009,12 @@ $ddt-treeview-fullrow-bigger-height: 44px !default;
49006
49009
  $ddt-icon-bg-color: $content-bg-color !default;
49007
49010
  $ddt-delim-bigger-padding: 7px 16px !default;
49008
49011
  $ddt-remains-count-padding-top: 3px !default;
49012
+ $ddt-select-all-font-size: 14px !default;
49013
+ $ddt-big-select-all-font-size: 16px !default;
49014
+ $ddt-big-select-all-text-margin: 0 8px !default;
49015
+ $ddt-rtl-big-select-all-text-margin: 0 8px !default;
49016
+ $ddt-big-select-all-padding: 0 8px !default;
49017
+ $ddt-select-all-checkbox-bottom: 2px !default;
49009
49018
 
49010
49019
  // color variables
49011
49020
  $ddt-filter-box-shadow-color: none !default;
@@ -49580,10 +49589,7 @@ $ddt-chip-border-color: $chip-border-color !default;
49580
49589
  .e-checkbox-wrapper {
49581
49590
  position: relative;
49582
49591
  text-indent: 0;
49583
-
49584
- @if ($ddt-skin-name == 'tailwind3') {
49585
- bottom: 2px;
49586
- }
49592
+ bottom: $ddt-select-all-checkbox-bottom;
49587
49593
 
49588
49594
  .e-frame {
49589
49595
  @if $ddt-skin-name == 'tailwind' or $ddt-skin-name == 'bootstrap5' or $ddt-skin-name == 'FluentUI' {
@@ -49594,7 +49600,7 @@ $ddt-chip-border-color: $chip-border-color !default;
49594
49600
 
49595
49601
  .e-all-text {
49596
49602
  font-family: inherit;
49597
- font-size: 14px;
49603
+ font-size: $ddt-select-all-font-size;
49598
49604
  margin: $ddt-select-all-checkbox-margin;
49599
49605
  @if $ddt-skin-name == 'tailwind' {
49600
49606
  line-height: $ddt-select-all-height;
@@ -49947,6 +49953,13 @@ $ddt-chip-border-color: $chip-border-color !default;
49947
49953
  .e-treeview .e-list-item .e-ul {
49948
49954
  padding: 0 14px 0 0;
49949
49955
  }
49956
+
49957
+ .e-selectall-parent {
49958
+ text-indent: $ddt-rtl-select-all-text-indent;
49959
+ .e-all-text {
49960
+ margin: $ddt-rtl-select-all-checkbox-margin;
49961
+ }
49962
+ }
49950
49963
  }
49951
49964
  }
49952
49965
  }
@@ -110398,6 +110411,13 @@ $nodata-border-color: $flyout-border !default;
110398
110411
  align-items: center;
110399
110412
  border-radius: 0 0 $multicolumn-popup-border-radius $multicolumn-popup-border-radius;
110400
110413
  }
110414
+ .e-multicolumn-list .e-multicolumn-list-hidden {
110415
+ border: 0;
110416
+ height: 0;
110417
+ padding: 0;
110418
+ visibility: hidden;
110419
+ width: 0;
110420
+ }
110401
110421
  .e-multicolumn-grid.e-grid {
110402
110422
  border-width: $grid-border-width;
110403
110423
  border-radius: $multicolumn-popup-border-radius;
@@ -65658,9 +65658,12 @@ $ddt-last-chip-right-margin: 45px !default;
65658
65658
  $ddt-last-chip-bigger-right-margin: 52px !default;
65659
65659
  $ddt-select-all-padding: 8px 12px !default;
65660
65660
  $ddt-select-all-height: 22px !default;
65661
- $ddt-select-all-checkbox-margin: 0 12px !default;
65662
- $ddt-select-all-text-indent: 0 !default;
65663
- $ddt-select-all-bigger-text-indent: 0 !default;
65661
+ $ddt-select-all-checkbox-margin: 0 4px !default;
65662
+ $ddt-rtl-select-all-checkbox-margin: 0 12px !default;
65663
+ $ddt-select-all-text-indent: 26px !default;
65664
+ $ddt-rtl-select-all-text-indent: 17px !default;
65665
+ $ddt-select-all-bigger-text-indent: 42px !default;
65666
+ $ddt-rtl-select-all-bigger-text-indent: 41px !default;
65664
65667
  $ddt-select-all-text-font-size: $text-sm !default;
65665
65668
  $ddt-popup-radius: 4px !default;
65666
65669
  $ddt-popup-reorder-border: $border-light !default;
@@ -65689,6 +65692,12 @@ $ddt-treeview-fullrow-bigger-height: 44px !default;
65689
65692
  $ddt-icon-bg-color: $content-bg-color !default;
65690
65693
  $ddt-delim-bigger-padding: 7px 16px !default;
65691
65694
  $ddt-remains-count-padding-top: 3px !default;
65695
+ $ddt-select-all-font-size: 14px !default;
65696
+ $ddt-big-select-all-font-size: 16px !default;
65697
+ $ddt-big-select-all-text-margin: 0 8px !default;
65698
+ $ddt-rtl-big-select-all-text-margin: 0 8px !default;
65699
+ $ddt-big-select-all-padding: 0 8px !default;
65700
+ $ddt-select-all-checkbox-bottom: 2px !default;
65692
65701
 
65693
65702
  // color variables
65694
65703
  $ddt-filter-box-shadow-color: none !default;
@@ -66263,10 +66272,7 @@ $ddt-chip-border-color: $chip-border-color !default;
66263
66272
  .e-checkbox-wrapper {
66264
66273
  position: relative;
66265
66274
  text-indent: 0;
66266
-
66267
- @if ($ddt-skin-name == 'tailwind3') {
66268
- bottom: 2px;
66269
- }
66275
+ bottom: $ddt-select-all-checkbox-bottom;
66270
66276
 
66271
66277
  .e-frame {
66272
66278
  @if $ddt-skin-name == 'tailwind' or $ddt-skin-name == 'bootstrap5' or $ddt-skin-name == 'FluentUI' {
@@ -66277,7 +66283,7 @@ $ddt-chip-border-color: $chip-border-color !default;
66277
66283
 
66278
66284
  .e-all-text {
66279
66285
  font-family: inherit;
66280
- font-size: 14px;
66286
+ font-size: $ddt-select-all-font-size;
66281
66287
  margin: $ddt-select-all-checkbox-margin;
66282
66288
  @if $ddt-skin-name == 'tailwind' {
66283
66289
  line-height: $ddt-select-all-height;
@@ -66630,6 +66636,13 @@ $ddt-chip-border-color: $chip-border-color !default;
66630
66636
  .e-treeview .e-list-item .e-ul {
66631
66637
  padding: 0 14px 0 0;
66632
66638
  }
66639
+
66640
+ .e-selectall-parent {
66641
+ text-indent: $ddt-rtl-select-all-text-indent;
66642
+ .e-all-text {
66643
+ margin: $ddt-rtl-select-all-checkbox-margin;
66644
+ }
66645
+ }
66633
66646
  }
66634
66647
  }
66635
66648
  }
@@ -67177,19 +67190,12 @@ $ddt-chip-border-color: $chip-border-color !default;
67177
67190
 
67178
67191
  .e-selectall-parent {
67179
67192
  text-indent: $ddt-select-all-bigger-text-indent;
67180
- @if $ddt-skin-name == 'tailwind' or $ddt-skin-name == 'bootstrap5' or $ddt-skin-name == 'FluentUI' {
67181
- padding: $ddt-big-select-all-padding;
67193
+ padding: $ddt-big-select-all-padding;
67182
67194
 
67183
- .e-all-text {
67184
- font-size: $text-base;
67185
- line-height: 24px;
67186
- @if $ddt-skin-name == 'bootstrap5' {
67187
- margin: 0 12px;
67188
- }
67189
- @else {
67190
- margin: 0 16px;
67191
- }
67192
- }
67195
+ .e-all-text {
67196
+ font-size: $ddt-big-select-all-font-size;
67197
+ line-height: 24px;
67198
+ margin: $ddt-big-select-all-text-margin;
67193
67199
  }
67194
67200
  }
67195
67201
 
@@ -67345,6 +67351,13 @@ $ddt-chip-border-color: $chip-border-color !default;
67345
67351
  right: auto;
67346
67352
  }
67347
67353
  }
67354
+
67355
+ .e-selectall-parent {
67356
+ text-indent: $ddt-rtl-select-all-bigger-text-indent;
67357
+ .e-all-text {
67358
+ margin: $ddt-rtl-big-select-all-text-margin;
67359
+ }
67360
+ }
67348
67361
  }
67349
67362
  }
67350
67363
  }
@@ -142682,6 +142695,13 @@ $nodata-border-color: $flyout-border !default;
142682
142695
  align-items: center;
142683
142696
  border-radius: 0 0 $multicolumn-popup-border-radius $multicolumn-popup-border-radius;
142684
142697
  }
142698
+ .e-multicolumn-list .e-multicolumn-list-hidden {
142699
+ border: 0;
142700
+ height: 0;
142701
+ padding: 0;
142702
+ visibility: hidden;
142703
+ width: 0;
142704
+ }
142685
142705
  .e-multicolumn-grid.e-grid {
142686
142706
  border-width: $grid-border-width;
142687
142707
  border-radius: $multicolumn-popup-border-radius;
@@ -46246,9 +46246,12 @@ $ddt-chip-icon-line-height: 21px !default;
46246
46246
  $ddt-last-chip-right-margin: 60px !default;
46247
46247
  $ddt-last-chip-bigger-right-margin: 76px !default;
46248
46248
  $ddt-select-all-height: 36px !default;
46249
- $ddt-select-all-checkbox-margin: 10px !default;
46249
+ $ddt-select-all-checkbox-margin: 8px !default;
46250
+ $ddt-rtl-select-all-checkbox-margin: 0 7px !default;
46250
46251
  $ddt-select-all-text-indent: 38px !default;
46252
+ $ddt-rtl-select-all-text-indent: 38px !default;
46251
46253
  $ddt-select-all-bigger-text-indent: 43px !default;
46254
+ $ddt-rtl-select-all-bigger-text-indent: 43px !default;
46252
46255
  $ddt-select-all-text-font-size: 14px !default;
46253
46256
  $ddt-popup-reorder-border: $hover-border !default;
46254
46257
  $ddt-popup-background-color: $bg-base-0 !default;
@@ -46272,6 +46275,12 @@ $ddt-chip-ddi-ci-width: calc(100% - 61px) !default;
46272
46275
  $ddt-big-chip-ddi-width: calc(100% - 39px) !default;
46273
46276
  $ddt-big-chip-ci-width: calc(100% - 39px) !default;
46274
46277
  $ddt-big-chip-ddi-ci-width: calc(100% - 77px) !default;
46278
+ $ddt-select-all-font-size: 14px !default;
46279
+ $ddt-big-select-all-font-size: 16px !default;
46280
+ $ddt-big-select-all-padding: 0px !default;
46281
+ $ddt-big-select-all-text-margin: 0 8px !default;
46282
+ $ddt-rtl-big-select-all-text-margin: 0 7px !default;
46283
+ $ddt-select-all-checkbox-bottom: 2px !default;
46275
46284
 
46276
46285
  $ddt-chip-text-line-height: 26px !default;
46277
46286
  $ddt-icon-bg-color: $bg-base-0 !default;
@@ -46843,10 +46852,7 @@ $ddt-item-hover-bg: $hover-bg !default;
46843
46852
  .e-checkbox-wrapper {
46844
46853
  position: relative;
46845
46854
  text-indent: 0;
46846
-
46847
- @if ($ddt-skin-name == 'tailwind3') {
46848
- bottom: 2px;
46849
- }
46855
+ bottom: $ddt-select-all-checkbox-bottom;
46850
46856
 
46851
46857
  .e-frame {
46852
46858
  @if $ddt-skin-name == 'tailwind' or $ddt-skin-name == 'bootstrap5' or $ddt-skin-name == 'FluentUI' {
@@ -46857,7 +46863,7 @@ $ddt-item-hover-bg: $hover-bg !default;
46857
46863
 
46858
46864
  .e-all-text {
46859
46865
  font-family: inherit;
46860
- font-size: 14px;
46866
+ font-size: $ddt-select-all-font-size;
46861
46867
  margin: $ddt-select-all-checkbox-margin;
46862
46868
  @if $ddt-skin-name == 'tailwind' {
46863
46869
  line-height: $ddt-select-all-height;
@@ -47210,6 +47216,13 @@ $ddt-item-hover-bg: $hover-bg !default;
47210
47216
  .e-treeview .e-list-item .e-ul {
47211
47217
  padding: 0 14px 0 0;
47212
47218
  }
47219
+
47220
+ .e-selectall-parent {
47221
+ text-indent: $ddt-rtl-select-all-text-indent;
47222
+ .e-all-text {
47223
+ margin: $ddt-rtl-select-all-checkbox-margin;
47224
+ }
47225
+ }
47213
47226
  }
47214
47227
  }
47215
47228
  }
@@ -55144,7 +55157,7 @@ $de-toggle-btn-outline: $content-font 0 solid !default;
55144
55157
  $de-toggle-btn-border: none !default;
55145
55158
  $de-panel-border: $bg-base-100 !default;
55146
55159
  $de-page-no-width-spellout: calc(100% - 160px) !default;
55147
- $de-page-no-width-spellout-big: calc(100% - 180px) !default;
55160
+ $de-page-no-width-spellout-big: calc(100% - 181px) !default;
55148
55161
  $de-font-color: $content-font !default;
55149
55162
  $de-hover-clr: 1px solid #ff8c00;
55150
55163
  $de-hover-bg: #d3d3d3 !default;
@@ -107205,6 +107218,13 @@ $nodata-border-color: $content-font-alt !default;
107205
107218
  align-items: center;
107206
107219
  border-radius: 0 0 $multicolumn-popup-border-radius $multicolumn-popup-border-radius;
107207
107220
  }
107221
+ .e-multicolumn-list .e-multicolumn-list-hidden {
107222
+ border: 0;
107223
+ height: 0;
107224
+ padding: 0;
107225
+ visibility: hidden;
107226
+ width: 0;
107227
+ }
107208
107228
  .e-multicolumn-grid.e-grid {
107209
107229
  border-width: $grid-border-width;
107210
107230
  border-radius: $multicolumn-popup-border-radius;