@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
@@ -33,8 +33,11 @@ $ddt-select-all-padding: 8px 12px !default;
33
33
  $ddt-big-select-all-padding: 10px 16px !default;
34
34
  $ddt-select-all-height: 36px !default;
35
35
  $ddt-select-all-checkbox-margin: 0 12px !default;
36
- $ddt-select-all-text-indent: 0 !default;
37
- $ddt-select-all-bigger-text-indent: 0 !default;
36
+ $ddt-rtl-select-all-checkbox-margin: 0 12px !default;
37
+ $ddt-select-all-text-indent: 33px !default;
38
+ $ddt-rtl-select-all-text-indent: 33px !default;
39
+ $ddt-select-all-bigger-text-indent: 40px !default;
40
+ $ddt-rtl-select-all-bigger-text-indent: 40px !default;
38
41
  $ddt-select-all-text-font-size: $text-sm !default;
39
42
  $ddt-popup-radius: 2px !default;
40
43
  $ddt-popup-reorder-border: $border-light !default;
@@ -62,6 +65,11 @@ $ddt-close-icon-bigger-min-height: 38px !default;
62
65
  $ddt-close-icon-bigger-width: 38px !default;
63
66
  $ddt-treeview-fullrow-bigger-height: 44px !default;
64
67
  $ddt-icon-bg-color: $content-bg-color !default;
68
+ $ddt-select-all-font-size: 14px !default;
69
+ $ddt-big-select-all-font-size: 16px !default;
70
+ $ddt-big-select-all-text-margin: 0 16px !default;
71
+ $ddt-rtl-big-select-all-text-margin: 0 16px !default;
72
+ $ddt-select-all-checkbox-bottom: 1px !default;
65
73
 
66
74
  // color variables
67
75
  $ddt-chip-bg-color: $content-bg-color-alt2!default;
@@ -635,10 +643,7 @@ $ddt-item-hover-bg: $content-bg-color-hover !default;
635
643
  .e-checkbox-wrapper {
636
644
  position: relative;
637
645
  text-indent: 0;
638
-
639
- @if ($ddt-skin-name == 'tailwind3') {
640
- bottom: 2px;
641
- }
646
+ bottom: $ddt-select-all-checkbox-bottom;
642
647
 
643
648
  .e-frame {
644
649
  @if $ddt-skin-name == 'tailwind' or $ddt-skin-name == 'bootstrap5' or $ddt-skin-name == 'FluentUI' {
@@ -649,7 +654,7 @@ $ddt-item-hover-bg: $content-bg-color-hover !default;
649
654
 
650
655
  .e-all-text {
651
656
  font-family: inherit;
652
- font-size: 14px;
657
+ font-size: $ddt-select-all-font-size;
653
658
  margin: $ddt-select-all-checkbox-margin;
654
659
  @if $ddt-skin-name == 'tailwind' {
655
660
  line-height: $ddt-select-all-height;
@@ -1002,6 +1007,13 @@ $ddt-item-hover-bg: $content-bg-color-hover !default;
1002
1007
  .e-treeview .e-list-item .e-ul {
1003
1008
  padding: 0 14px 0 0;
1004
1009
  }
1010
+
1011
+ .e-selectall-parent {
1012
+ text-indent: $ddt-rtl-select-all-text-indent;
1013
+ .e-all-text {
1014
+ margin: $ddt-rtl-select-all-checkbox-margin;
1015
+ }
1016
+ }
1005
1017
  }
1006
1018
  }
1007
1019
  }
@@ -33,8 +33,11 @@ $ddt-select-all-padding: 8px 12px !default;
33
33
  $ddt-big-select-all-padding: 10px 16px !default;
34
34
  $ddt-select-all-height: 36px !default;
35
35
  $ddt-select-all-checkbox-margin: 0 12px !default;
36
- $ddt-select-all-text-indent: 0 !default;
37
- $ddt-select-all-bigger-text-indent: 0 !default;
36
+ $ddt-rtl-select-all-checkbox-margin: 0 12px !default;
37
+ $ddt-select-all-text-indent: 33px !default;
38
+ $ddt-rtl-select-all-text-indent: 33px !default;
39
+ $ddt-select-all-bigger-text-indent: 40px !default;
40
+ $ddt-rtl-select-all-bigger-text-indent: 40px !default;
38
41
  $ddt-select-all-text-font-size: $text-sm !default;
39
42
  $ddt-popup-radius: 2px !default;
40
43
  $ddt-popup-reorder-border: $border-light !default;
@@ -62,6 +65,11 @@ $ddt-close-icon-bigger-min-height: 38px !default;
62
65
  $ddt-close-icon-bigger-width: 38px !default;
63
66
  $ddt-treeview-fullrow-bigger-height: 44px !default;
64
67
  $ddt-icon-bg-color: $content-bg-color !default;
68
+ $ddt-select-all-font-size: 14px !default;
69
+ $ddt-big-select-all-font-size: 16px !default;
70
+ $ddt-big-select-all-text-margin: 0 16px !default;
71
+ $ddt-rtl-big-select-all-text-margin: 0 16px !default;
72
+ $ddt-select-all-checkbox-bottom: 1px !default;
65
73
 
66
74
  // color variables
67
75
  $ddt-chip-bg-color: $content-bg-color-alt2!default;
@@ -635,10 +643,7 @@ $ddt-item-hover-bg: $content-bg-color-hover !default;
635
643
  .e-checkbox-wrapper {
636
644
  position: relative;
637
645
  text-indent: 0;
638
-
639
- @if ($ddt-skin-name == 'tailwind3') {
640
- bottom: 2px;
641
- }
646
+ bottom: $ddt-select-all-checkbox-bottom;
642
647
 
643
648
  .e-frame {
644
649
  @if $ddt-skin-name == 'tailwind' or $ddt-skin-name == 'bootstrap5' or $ddt-skin-name == 'FluentUI' {
@@ -649,7 +654,7 @@ $ddt-item-hover-bg: $content-bg-color-hover !default;
649
654
 
650
655
  .e-all-text {
651
656
  font-family: inherit;
652
- font-size: 14px;
657
+ font-size: $ddt-select-all-font-size;
653
658
  margin: $ddt-select-all-checkbox-margin;
654
659
  @if $ddt-skin-name == 'tailwind' {
655
660
  line-height: $ddt-select-all-height;
@@ -1002,6 +1007,13 @@ $ddt-item-hover-bg: $content-bg-color-hover !default;
1002
1007
  .e-treeview .e-list-item .e-ul {
1003
1008
  padding: 0 14px 0 0;
1004
1009
  }
1010
+
1011
+ .e-selectall-parent {
1012
+ text-indent: $ddt-rtl-select-all-text-indent;
1013
+ .e-all-text {
1014
+ margin: $ddt-rtl-select-all-checkbox-margin;
1015
+ }
1016
+ }
1005
1017
  }
1006
1018
  }
1007
1019
  }
@@ -1546,19 +1558,12 @@ $ddt-item-hover-bg: $content-bg-color-hover !default;
1546
1558
 
1547
1559
  .e-selectall-parent {
1548
1560
  text-indent: $ddt-select-all-bigger-text-indent;
1549
- @if $ddt-skin-name == 'tailwind' or $ddt-skin-name == 'bootstrap5' or $ddt-skin-name == 'FluentUI' {
1550
- padding: $ddt-big-select-all-padding;
1561
+ padding: $ddt-big-select-all-padding;
1551
1562
 
1552
- .e-all-text {
1553
- font-size: $text-base;
1554
- line-height: 24px;
1555
- @if $ddt-skin-name == 'bootstrap5' {
1556
- margin: 0 12px;
1557
- }
1558
- @else {
1559
- margin: 0 16px;
1560
- }
1561
- }
1563
+ .e-all-text {
1564
+ font-size: $ddt-big-select-all-font-size;
1565
+ line-height: 24px;
1566
+ margin: $ddt-big-select-all-text-margin;
1562
1567
  }
1563
1568
  }
1564
1569
 
@@ -1714,6 +1719,13 @@ $ddt-item-hover-bg: $content-bg-color-hover !default;
1714
1719
  right: auto;
1715
1720
  }
1716
1721
  }
1722
+
1723
+ .e-selectall-parent {
1724
+ text-indent: $ddt-rtl-select-all-bigger-text-indent;
1725
+ .e-all-text {
1726
+ margin: $ddt-rtl-big-select-all-text-margin;
1727
+ }
1728
+ }
1717
1729
  }
1718
1730
  }
1719
1731
  }
@@ -33,8 +33,11 @@ $ddt-select-all-padding: 8px 12px !default;
33
33
  $ddt-big-select-all-padding: 10px 16px !default;
34
34
  $ddt-select-all-height: 36px !default;
35
35
  $ddt-select-all-checkbox-margin: 0 12px !default;
36
- $ddt-select-all-text-indent: 0 !default;
37
- $ddt-select-all-bigger-text-indent: 0 !default;
36
+ $ddt-rtl-select-all-checkbox-margin: 0 12px !default;
37
+ $ddt-select-all-text-indent: 33px !default;
38
+ $ddt-rtl-select-all-text-indent: 33px !default;
39
+ $ddt-select-all-bigger-text-indent: 40px !default;
40
+ $ddt-rtl-select-all-bigger-text-indent: 40px !default;
38
41
  $ddt-select-all-text-font-size: $text-sm !default;
39
42
  $ddt-popup-radius: 2px !default;
40
43
  $ddt-popup-reorder-border: $border-light !default;
@@ -62,6 +65,11 @@ $ddt-close-icon-bigger-min-height: 38px !default;
62
65
  $ddt-close-icon-bigger-width: 38px !default;
63
66
  $ddt-treeview-fullrow-bigger-height: 44px !default;
64
67
  $ddt-icon-bg-color: $content-bg-color !default;
68
+ $ddt-select-all-font-size: 14px !default;
69
+ $ddt-big-select-all-font-size: 16px !default;
70
+ $ddt-big-select-all-text-margin: 0 16px !default;
71
+ $ddt-rtl-big-select-all-text-margin: 0 16px !default;
72
+ $ddt-select-all-checkbox-bottom: 1px !default;
65
73
 
66
74
  // color variables
67
75
  $ddt-chip-bg-color: $content-bg-color-alt2!default;
@@ -635,10 +643,7 @@ $ddt-item-hover-bg: $content-bg-color-hover !default;
635
643
  .e-checkbox-wrapper {
636
644
  position: relative;
637
645
  text-indent: 0;
638
-
639
- @if ($ddt-skin-name == 'tailwind3') {
640
- bottom: 2px;
641
- }
646
+ bottom: $ddt-select-all-checkbox-bottom;
642
647
 
643
648
  .e-frame {
644
649
  @if $ddt-skin-name == 'tailwind' or $ddt-skin-name == 'bootstrap5' or $ddt-skin-name == 'FluentUI' {
@@ -649,7 +654,7 @@ $ddt-item-hover-bg: $content-bg-color-hover !default;
649
654
 
650
655
  .e-all-text {
651
656
  font-family: inherit;
652
- font-size: 14px;
657
+ font-size: $ddt-select-all-font-size;
653
658
  margin: $ddt-select-all-checkbox-margin;
654
659
  @if $ddt-skin-name == 'tailwind' {
655
660
  line-height: $ddt-select-all-height;
@@ -1002,6 +1007,13 @@ $ddt-item-hover-bg: $content-bg-color-hover !default;
1002
1007
  .e-treeview .e-list-item .e-ul {
1003
1008
  padding: 0 14px 0 0;
1004
1009
  }
1010
+
1011
+ .e-selectall-parent {
1012
+ text-indent: $ddt-rtl-select-all-text-indent;
1013
+ .e-all-text {
1014
+ margin: $ddt-rtl-select-all-checkbox-margin;
1015
+ }
1016
+ }
1005
1017
  }
1006
1018
  }
1007
1019
  }
@@ -33,8 +33,11 @@ $ddt-select-all-padding: 8px 12px !default;
33
33
  $ddt-big-select-all-padding: 10px 16px !default;
34
34
  $ddt-select-all-height: 36px !default;
35
35
  $ddt-select-all-checkbox-margin: 0 12px !default;
36
- $ddt-select-all-text-indent: 0 !default;
37
- $ddt-select-all-bigger-text-indent: 0 !default;
36
+ $ddt-rtl-select-all-checkbox-margin: 0 12px !default;
37
+ $ddt-select-all-text-indent: 33px !default;
38
+ $ddt-rtl-select-all-text-indent: 33px !default;
39
+ $ddt-select-all-bigger-text-indent: 40px !default;
40
+ $ddt-rtl-select-all-bigger-text-indent: 40px !default;
38
41
  $ddt-select-all-text-font-size: $text-sm !default;
39
42
  $ddt-popup-radius: 2px !default;
40
43
  $ddt-popup-reorder-border: $border-light !default;
@@ -62,6 +65,11 @@ $ddt-close-icon-bigger-min-height: 38px !default;
62
65
  $ddt-close-icon-bigger-width: 38px !default;
63
66
  $ddt-treeview-fullrow-bigger-height: 44px !default;
64
67
  $ddt-icon-bg-color: $content-bg-color !default;
68
+ $ddt-select-all-font-size: 14px !default;
69
+ $ddt-big-select-all-font-size: 16px !default;
70
+ $ddt-big-select-all-text-margin: 0 16px !default;
71
+ $ddt-rtl-big-select-all-text-margin: 0 16px !default;
72
+ $ddt-select-all-checkbox-bottom: 1px !default;
65
73
 
66
74
  // color variables
67
75
  $ddt-chip-bg-color: $content-bg-color-alt2!default;
@@ -635,10 +643,7 @@ $ddt-item-hover-bg: $content-bg-color-hover !default;
635
643
  .e-checkbox-wrapper {
636
644
  position: relative;
637
645
  text-indent: 0;
638
-
639
- @if ($ddt-skin-name == 'tailwind3') {
640
- bottom: 2px;
641
- }
646
+ bottom: $ddt-select-all-checkbox-bottom;
642
647
 
643
648
  .e-frame {
644
649
  @if $ddt-skin-name == 'tailwind' or $ddt-skin-name == 'bootstrap5' or $ddt-skin-name == 'FluentUI' {
@@ -649,7 +654,7 @@ $ddt-item-hover-bg: $content-bg-color-hover !default;
649
654
 
650
655
  .e-all-text {
651
656
  font-family: inherit;
652
- font-size: 14px;
657
+ font-size: $ddt-select-all-font-size;
653
658
  margin: $ddt-select-all-checkbox-margin;
654
659
  @if $ddt-skin-name == 'tailwind' {
655
660
  line-height: $ddt-select-all-height;
@@ -1002,6 +1007,13 @@ $ddt-item-hover-bg: $content-bg-color-hover !default;
1002
1007
  .e-treeview .e-list-item .e-ul {
1003
1008
  padding: 0 14px 0 0;
1004
1009
  }
1010
+
1011
+ .e-selectall-parent {
1012
+ text-indent: $ddt-rtl-select-all-text-indent;
1013
+ .e-all-text {
1014
+ margin: $ddt-rtl-select-all-checkbox-margin;
1015
+ }
1016
+ }
1005
1017
  }
1006
1018
  }
1007
1019
  }
@@ -1546,19 +1558,12 @@ $ddt-item-hover-bg: $content-bg-color-hover !default;
1546
1558
 
1547
1559
  .e-selectall-parent {
1548
1560
  text-indent: $ddt-select-all-bigger-text-indent;
1549
- @if $ddt-skin-name == 'tailwind' or $ddt-skin-name == 'bootstrap5' or $ddt-skin-name == 'FluentUI' {
1550
- padding: $ddt-big-select-all-padding;
1561
+ padding: $ddt-big-select-all-padding;
1551
1562
 
1552
- .e-all-text {
1553
- font-size: $text-base;
1554
- line-height: 24px;
1555
- @if $ddt-skin-name == 'bootstrap5' {
1556
- margin: 0 12px;
1557
- }
1558
- @else {
1559
- margin: 0 16px;
1560
- }
1561
- }
1563
+ .e-all-text {
1564
+ font-size: $ddt-big-select-all-font-size;
1565
+ line-height: 24px;
1566
+ margin: $ddt-big-select-all-text-margin;
1562
1567
  }
1563
1568
  }
1564
1569
 
@@ -1714,6 +1719,13 @@ $ddt-item-hover-bg: $content-bg-color-hover !default;
1714
1719
  right: auto;
1715
1720
  }
1716
1721
  }
1722
+
1723
+ .e-selectall-parent {
1724
+ text-indent: $ddt-rtl-select-all-bigger-text-indent;
1725
+ .e-all-text {
1726
+ margin: $ddt-rtl-big-select-all-text-margin;
1727
+ }
1728
+ }
1717
1729
  }
1718
1730
  }
1719
1731
  }
@@ -36,9 +36,12 @@ $ddt-last-chip-right-margin: 45px !default;
36
36
  $ddt-last-chip-bigger-right-margin: 52px !default;
37
37
  $ddt-select-all-padding: 8px 12px !default;
38
38
  $ddt-select-all-height: 22px !default;
39
- $ddt-select-all-checkbox-margin: 0 12px !default;
40
- $ddt-select-all-text-indent: 0 !default;
41
- $ddt-select-all-bigger-text-indent: 0 !default;
39
+ $ddt-select-all-checkbox-margin: 0 4px !default;
40
+ $ddt-rtl-select-all-checkbox-margin: 0 12px !default;
41
+ $ddt-select-all-text-indent: 26px !default;
42
+ $ddt-rtl-select-all-text-indent: 17px !default;
43
+ $ddt-select-all-bigger-text-indent: 42px !default;
44
+ $ddt-rtl-select-all-bigger-text-indent: 41px !default;
42
45
  $ddt-select-all-text-font-size: $text-sm !default;
43
46
  $ddt-popup-radius: 4px !default;
44
47
  $ddt-popup-reorder-border: $border-light !default;
@@ -67,6 +70,12 @@ $ddt-treeview-fullrow-bigger-height: 44px !default;
67
70
  $ddt-icon-bg-color: $content-bg-color !default;
68
71
  $ddt-delim-bigger-padding: 7px 16px !default;
69
72
  $ddt-remains-count-padding-top: 3px !default;
73
+ $ddt-select-all-font-size: 14px !default;
74
+ $ddt-big-select-all-font-size: 16px !default;
75
+ $ddt-big-select-all-text-margin: 0 8px !default;
76
+ $ddt-rtl-big-select-all-text-margin: 0 8px !default;
77
+ $ddt-big-select-all-padding: 0 8px !default;
78
+ $ddt-select-all-checkbox-bottom: 2px !default;
70
79
 
71
80
  // color variables
72
81
  $ddt-filter-box-shadow-color: none !default;
@@ -641,10 +650,7 @@ $ddt-chip-border-color: $chip-border-color !default;
641
650
  .e-checkbox-wrapper {
642
651
  position: relative;
643
652
  text-indent: 0;
644
-
645
- @if ($ddt-skin-name == 'tailwind3') {
646
- bottom: 2px;
647
- }
653
+ bottom: $ddt-select-all-checkbox-bottom;
648
654
 
649
655
  .e-frame {
650
656
  @if $ddt-skin-name == 'tailwind' or $ddt-skin-name == 'bootstrap5' or $ddt-skin-name == 'FluentUI' {
@@ -655,7 +661,7 @@ $ddt-chip-border-color: $chip-border-color !default;
655
661
 
656
662
  .e-all-text {
657
663
  font-family: inherit;
658
- font-size: 14px;
664
+ font-size: $ddt-select-all-font-size;
659
665
  margin: $ddt-select-all-checkbox-margin;
660
666
  @if $ddt-skin-name == 'tailwind' {
661
667
  line-height: $ddt-select-all-height;
@@ -1008,6 +1014,13 @@ $ddt-chip-border-color: $chip-border-color !default;
1008
1014
  .e-treeview .e-list-item .e-ul {
1009
1015
  padding: 0 14px 0 0;
1010
1016
  }
1017
+
1018
+ .e-selectall-parent {
1019
+ text-indent: $ddt-rtl-select-all-text-indent;
1020
+ .e-all-text {
1021
+ margin: $ddt-rtl-select-all-checkbox-margin;
1022
+ }
1023
+ }
1011
1024
  }
1012
1025
  }
1013
1026
  }
@@ -36,9 +36,12 @@ $ddt-last-chip-right-margin: 45px !default;
36
36
  $ddt-last-chip-bigger-right-margin: 52px !default;
37
37
  $ddt-select-all-padding: 8px 12px !default;
38
38
  $ddt-select-all-height: 22px !default;
39
- $ddt-select-all-checkbox-margin: 0 12px !default;
40
- $ddt-select-all-text-indent: 0 !default;
41
- $ddt-select-all-bigger-text-indent: 0 !default;
39
+ $ddt-select-all-checkbox-margin: 0 4px !default;
40
+ $ddt-rtl-select-all-checkbox-margin: 0 12px !default;
41
+ $ddt-select-all-text-indent: 26px !default;
42
+ $ddt-rtl-select-all-text-indent: 17px !default;
43
+ $ddt-select-all-bigger-text-indent: 42px !default;
44
+ $ddt-rtl-select-all-bigger-text-indent: 41px !default;
42
45
  $ddt-select-all-text-font-size: $text-sm !default;
43
46
  $ddt-popup-radius: 4px !default;
44
47
  $ddt-popup-reorder-border: $border-light !default;
@@ -67,6 +70,12 @@ $ddt-treeview-fullrow-bigger-height: 44px !default;
67
70
  $ddt-icon-bg-color: $content-bg-color !default;
68
71
  $ddt-delim-bigger-padding: 7px 16px !default;
69
72
  $ddt-remains-count-padding-top: 3px !default;
73
+ $ddt-select-all-font-size: 14px !default;
74
+ $ddt-big-select-all-font-size: 16px !default;
75
+ $ddt-big-select-all-text-margin: 0 8px !default;
76
+ $ddt-rtl-big-select-all-text-margin: 0 8px !default;
77
+ $ddt-big-select-all-padding: 0 8px !default;
78
+ $ddt-select-all-checkbox-bottom: 2px !default;
70
79
 
71
80
  // color variables
72
81
  $ddt-filter-box-shadow-color: none !default;
@@ -641,10 +650,7 @@ $ddt-chip-border-color: $chip-border-color !default;
641
650
  .e-checkbox-wrapper {
642
651
  position: relative;
643
652
  text-indent: 0;
644
-
645
- @if ($ddt-skin-name == 'tailwind3') {
646
- bottom: 2px;
647
- }
653
+ bottom: $ddt-select-all-checkbox-bottom;
648
654
 
649
655
  .e-frame {
650
656
  @if $ddt-skin-name == 'tailwind' or $ddt-skin-name == 'bootstrap5' or $ddt-skin-name == 'FluentUI' {
@@ -655,7 +661,7 @@ $ddt-chip-border-color: $chip-border-color !default;
655
661
 
656
662
  .e-all-text {
657
663
  font-family: inherit;
658
- font-size: 14px;
664
+ font-size: $ddt-select-all-font-size;
659
665
  margin: $ddt-select-all-checkbox-margin;
660
666
  @if $ddt-skin-name == 'tailwind' {
661
667
  line-height: $ddt-select-all-height;
@@ -1008,6 +1014,13 @@ $ddt-chip-border-color: $chip-border-color !default;
1008
1014
  .e-treeview .e-list-item .e-ul {
1009
1015
  padding: 0 14px 0 0;
1010
1016
  }
1017
+
1018
+ .e-selectall-parent {
1019
+ text-indent: $ddt-rtl-select-all-text-indent;
1020
+ .e-all-text {
1021
+ margin: $ddt-rtl-select-all-checkbox-margin;
1022
+ }
1023
+ }
1011
1024
  }
1012
1025
  }
1013
1026
  }
@@ -1555,19 +1568,12 @@ $ddt-chip-border-color: $chip-border-color !default;
1555
1568
 
1556
1569
  .e-selectall-parent {
1557
1570
  text-indent: $ddt-select-all-bigger-text-indent;
1558
- @if $ddt-skin-name == 'tailwind' or $ddt-skin-name == 'bootstrap5' or $ddt-skin-name == 'FluentUI' {
1559
- padding: $ddt-big-select-all-padding;
1571
+ padding: $ddt-big-select-all-padding;
1560
1572
 
1561
- .e-all-text {
1562
- font-size: $text-base;
1563
- line-height: 24px;
1564
- @if $ddt-skin-name == 'bootstrap5' {
1565
- margin: 0 12px;
1566
- }
1567
- @else {
1568
- margin: 0 16px;
1569
- }
1570
- }
1573
+ .e-all-text {
1574
+ font-size: $ddt-big-select-all-font-size;
1575
+ line-height: 24px;
1576
+ margin: $ddt-big-select-all-text-margin;
1571
1577
  }
1572
1578
  }
1573
1579
 
@@ -1723,6 +1729,13 @@ $ddt-chip-border-color: $chip-border-color !default;
1723
1729
  right: auto;
1724
1730
  }
1725
1731
  }
1732
+
1733
+ .e-selectall-parent {
1734
+ text-indent: $ddt-rtl-select-all-bigger-text-indent;
1735
+ .e-all-text {
1736
+ margin: $ddt-rtl-big-select-all-text-margin;
1737
+ }
1738
+ }
1726
1739
  }
1727
1740
  }
1728
1741
  }
@@ -36,9 +36,12 @@ $ddt-last-chip-right-margin: 45px !default;
36
36
  $ddt-last-chip-bigger-right-margin: 52px !default;
37
37
  $ddt-select-all-padding: 8px 12px !default;
38
38
  $ddt-select-all-height: 22px !default;
39
- $ddt-select-all-checkbox-margin: 0 12px !default;
40
- $ddt-select-all-text-indent: 0 !default;
41
- $ddt-select-all-bigger-text-indent: 0 !default;
39
+ $ddt-select-all-checkbox-margin: 0 4px !default;
40
+ $ddt-rtl-select-all-checkbox-margin: 0 12px !default;
41
+ $ddt-select-all-text-indent: 26px !default;
42
+ $ddt-rtl-select-all-text-indent: 17px !default;
43
+ $ddt-select-all-bigger-text-indent: 42px !default;
44
+ $ddt-rtl-select-all-bigger-text-indent: 41px !default;
42
45
  $ddt-select-all-text-font-size: $text-sm !default;
43
46
  $ddt-popup-radius: 4px !default;
44
47
  $ddt-popup-reorder-border: $border-light !default;
@@ -67,6 +70,12 @@ $ddt-treeview-fullrow-bigger-height: 44px !default;
67
70
  $ddt-icon-bg-color: $content-bg-color !default;
68
71
  $ddt-delim-bigger-padding: 7px 16px !default;
69
72
  $ddt-remains-count-padding-top: 3px !default;
73
+ $ddt-select-all-font-size: 14px !default;
74
+ $ddt-big-select-all-font-size: 16px !default;
75
+ $ddt-big-select-all-text-margin: 0 8px !default;
76
+ $ddt-rtl-big-select-all-text-margin: 0 8px !default;
77
+ $ddt-big-select-all-padding: 0 8px !default;
78
+ $ddt-select-all-checkbox-bottom: 2px !default;
70
79
 
71
80
  // color variables
72
81
  $ddt-filter-box-shadow-color: none !default;
@@ -641,10 +650,7 @@ $ddt-chip-border-color: $chip-border-color !default;
641
650
  .e-checkbox-wrapper {
642
651
  position: relative;
643
652
  text-indent: 0;
644
-
645
- @if ($ddt-skin-name == 'tailwind3') {
646
- bottom: 2px;
647
- }
653
+ bottom: $ddt-select-all-checkbox-bottom;
648
654
 
649
655
  .e-frame {
650
656
  @if $ddt-skin-name == 'tailwind' or $ddt-skin-name == 'bootstrap5' or $ddt-skin-name == 'FluentUI' {
@@ -655,7 +661,7 @@ $ddt-chip-border-color: $chip-border-color !default;
655
661
 
656
662
  .e-all-text {
657
663
  font-family: inherit;
658
- font-size: 14px;
664
+ font-size: $ddt-select-all-font-size;
659
665
  margin: $ddt-select-all-checkbox-margin;
660
666
  @if $ddt-skin-name == 'tailwind' {
661
667
  line-height: $ddt-select-all-height;
@@ -1008,6 +1014,13 @@ $ddt-chip-border-color: $chip-border-color !default;
1008
1014
  .e-treeview .e-list-item .e-ul {
1009
1015
  padding: 0 14px 0 0;
1010
1016
  }
1017
+
1018
+ .e-selectall-parent {
1019
+ text-indent: $ddt-rtl-select-all-text-indent;
1020
+ .e-all-text {
1021
+ margin: $ddt-rtl-select-all-checkbox-margin;
1022
+ }
1023
+ }
1011
1024
  }
1012
1025
  }
1013
1026
  }
@@ -36,9 +36,12 @@ $ddt-last-chip-right-margin: 45px !default;
36
36
  $ddt-last-chip-bigger-right-margin: 52px !default;
37
37
  $ddt-select-all-padding: 8px 12px !default;
38
38
  $ddt-select-all-height: 22px !default;
39
- $ddt-select-all-checkbox-margin: 0 12px !default;
40
- $ddt-select-all-text-indent: 0 !default;
41
- $ddt-select-all-bigger-text-indent: 0 !default;
39
+ $ddt-select-all-checkbox-margin: 0 4px !default;
40
+ $ddt-rtl-select-all-checkbox-margin: 0 12px !default;
41
+ $ddt-select-all-text-indent: 26px !default;
42
+ $ddt-rtl-select-all-text-indent: 17px !default;
43
+ $ddt-select-all-bigger-text-indent: 42px !default;
44
+ $ddt-rtl-select-all-bigger-text-indent: 41px !default;
42
45
  $ddt-select-all-text-font-size: $text-sm !default;
43
46
  $ddt-popup-radius: 4px !default;
44
47
  $ddt-popup-reorder-border: $border-light !default;
@@ -67,6 +70,12 @@ $ddt-treeview-fullrow-bigger-height: 44px !default;
67
70
  $ddt-icon-bg-color: $content-bg-color !default;
68
71
  $ddt-delim-bigger-padding: 7px 16px !default;
69
72
  $ddt-remains-count-padding-top: 3px !default;
73
+ $ddt-select-all-font-size: 14px !default;
74
+ $ddt-big-select-all-font-size: 16px !default;
75
+ $ddt-big-select-all-text-margin: 0 8px !default;
76
+ $ddt-rtl-big-select-all-text-margin: 0 8px !default;
77
+ $ddt-big-select-all-padding: 0 8px !default;
78
+ $ddt-select-all-checkbox-bottom: 2px !default;
70
79
 
71
80
  // color variables
72
81
  $ddt-filter-box-shadow-color: none !default;
@@ -641,10 +650,7 @@ $ddt-chip-border-color: $chip-border-color !default;
641
650
  .e-checkbox-wrapper {
642
651
  position: relative;
643
652
  text-indent: 0;
644
-
645
- @if ($ddt-skin-name == 'tailwind3') {
646
- bottom: 2px;
647
- }
653
+ bottom: $ddt-select-all-checkbox-bottom;
648
654
 
649
655
  .e-frame {
650
656
  @if $ddt-skin-name == 'tailwind' or $ddt-skin-name == 'bootstrap5' or $ddt-skin-name == 'FluentUI' {
@@ -655,7 +661,7 @@ $ddt-chip-border-color: $chip-border-color !default;
655
661
 
656
662
  .e-all-text {
657
663
  font-family: inherit;
658
- font-size: 14px;
664
+ font-size: $ddt-select-all-font-size;
659
665
  margin: $ddt-select-all-checkbox-margin;
660
666
  @if $ddt-skin-name == 'tailwind' {
661
667
  line-height: $ddt-select-all-height;
@@ -1008,6 +1014,13 @@ $ddt-chip-border-color: $chip-border-color !default;
1008
1014
  .e-treeview .e-list-item .e-ul {
1009
1015
  padding: 0 14px 0 0;
1010
1016
  }
1017
+
1018
+ .e-selectall-parent {
1019
+ text-indent: $ddt-rtl-select-all-text-indent;
1020
+ .e-all-text {
1021
+ margin: $ddt-rtl-select-all-checkbox-margin;
1022
+ }
1023
+ }
1011
1024
  }
1012
1025
  }
1013
1026
  }
@@ -1555,19 +1568,12 @@ $ddt-chip-border-color: $chip-border-color !default;
1555
1568
 
1556
1569
  .e-selectall-parent {
1557
1570
  text-indent: $ddt-select-all-bigger-text-indent;
1558
- @if $ddt-skin-name == 'tailwind' or $ddt-skin-name == 'bootstrap5' or $ddt-skin-name == 'FluentUI' {
1559
- padding: $ddt-big-select-all-padding;
1571
+ padding: $ddt-big-select-all-padding;
1560
1572
 
1561
- .e-all-text {
1562
- font-size: $text-base;
1563
- line-height: 24px;
1564
- @if $ddt-skin-name == 'bootstrap5' {
1565
- margin: 0 12px;
1566
- }
1567
- @else {
1568
- margin: 0 16px;
1569
- }
1570
- }
1573
+ .e-all-text {
1574
+ font-size: $ddt-big-select-all-font-size;
1575
+ line-height: 24px;
1576
+ margin: $ddt-big-select-all-text-margin;
1571
1577
  }
1572
1578
  }
1573
1579
 
@@ -1723,6 +1729,13 @@ $ddt-chip-border-color: $chip-border-color !default;
1723
1729
  right: auto;
1724
1730
  }
1725
1731
  }
1732
+
1733
+ .e-selectall-parent {
1734
+ text-indent: $ddt-rtl-select-all-bigger-text-indent;
1735
+ .e-all-text {
1736
+ margin: $ddt-rtl-big-select-all-text-margin;
1737
+ }
1738
+ }
1726
1739
  }
1727
1740
  }
1728
1741
  }