@syncfusion/ej2-navigations 20.1.61 → 20.2.39

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 (231) hide show
  1. package/CHANGELOG.md +49 -0
  2. package/dist/ej2-navigations.umd.min.js +2 -2
  3. package/dist/ej2-navigations.umd.min.js.map +1 -1
  4. package/dist/es6/ej2-navigations.es2015.js +75 -127
  5. package/dist/es6/ej2-navigations.es2015.js.map +1 -1
  6. package/dist/es6/ej2-navigations.es5.js +75 -133
  7. package/dist/es6/ej2-navigations.es5.js.map +1 -1
  8. package/dist/global/ej2-navigations.min.js +2 -2
  9. package/dist/global/ej2-navigations.min.js.map +1 -1
  10. package/dist/global/index.d.ts +1 -1
  11. package/helpers/e2e/accordionHelper.js +70 -53
  12. package/helpers/e2e/contextmenuHelper.js +52 -35
  13. package/helpers/e2e/index.js +14 -12
  14. package/helpers/e2e/menuHelper.js +52 -35
  15. package/helpers/e2e/sidebarHelper.js +109 -92
  16. package/helpers/e2e/tabHelper.js +73 -56
  17. package/helpers/e2e/toolbarHelper.js +73 -56
  18. package/helpers/e2e/treeview.js +79 -61
  19. package/package.json +11 -11
  20. package/src/breadcrumb/breadcrumb.js +0 -6
  21. package/src/carousel/carousel-model.d.ts +15 -28
  22. package/src/carousel/carousel.d.ts +16 -23
  23. package/src/carousel/carousel.js +37 -45
  24. package/src/common/menu-base.js +3 -4
  25. package/src/sidebar/sidebar.d.ts +0 -1
  26. package/src/sidebar/sidebar.js +2 -6
  27. package/src/tab/tab-model.d.ts +1 -1
  28. package/src/tab/tab.d.ts +0 -4
  29. package/src/tab/tab.js +25 -73
  30. package/src/toolbar/toolbar.js +6 -0
  31. package/src/treeview/treeview.js +1 -0
  32. package/styles/accordion/_fusionnew-definition.scss +85 -0
  33. package/styles/accordion/_material3-definition.scss +85 -0
  34. package/styles/accordion/icons/_fusionnew.scss +18 -0
  35. package/styles/accordion/icons/_material3.scss +18 -0
  36. package/styles/bootstrap-dark.css +743 -14
  37. package/styles/bootstrap-dark.scss +1 -0
  38. package/styles/bootstrap.css +744 -14
  39. package/styles/bootstrap.scss +1 -0
  40. package/styles/bootstrap4.css +745 -14
  41. package/styles/bootstrap4.scss +1 -0
  42. package/styles/bootstrap5-dark.css +789 -14
  43. package/styles/bootstrap5-dark.scss +1 -0
  44. package/styles/bootstrap5.css +789 -14
  45. package/styles/bootstrap5.scss +1 -0
  46. package/styles/breadcrumb/_fluent-definition.scss +1 -1
  47. package/styles/breadcrumb/_fusionnew-definition.scss +59 -0
  48. package/styles/breadcrumb/_layout.scss +1 -1
  49. package/styles/breadcrumb/_material3-definition.scss +59 -0
  50. package/styles/breadcrumb/fluent-dark.css +5 -4
  51. package/styles/breadcrumb/fluent.css +5 -4
  52. package/styles/breadcrumb/icons/_fluent.scss +2 -2
  53. package/styles/breadcrumb/icons/_fusionnew.scss +25 -0
  54. package/styles/breadcrumb/icons/_material3.scss +25 -0
  55. package/styles/carousel/_fusionnew-definition.scss +22 -0
  56. package/styles/carousel/_layout.scss +54 -43
  57. package/styles/carousel/_material3-definition.scss +22 -0
  58. package/styles/carousel/bootstrap-dark.css +23 -14
  59. package/styles/carousel/bootstrap.css +23 -14
  60. package/styles/carousel/bootstrap4.css +23 -14
  61. package/styles/carousel/bootstrap5-dark.css +23 -14
  62. package/styles/carousel/bootstrap5.css +23 -14
  63. package/styles/carousel/fabric-dark.css +23 -14
  64. package/styles/carousel/fabric.css +23 -14
  65. package/styles/carousel/fluent-dark.css +28 -19
  66. package/styles/carousel/fluent.css +23 -14
  67. package/styles/carousel/highcontrast-light.css +23 -14
  68. package/styles/carousel/highcontrast.css +23 -14
  69. package/styles/carousel/icons/_fusionnew.scss +30 -0
  70. package/styles/carousel/icons/_material3.scss +30 -0
  71. package/styles/carousel/material-dark.css +23 -14
  72. package/styles/carousel/material.css +23 -14
  73. package/styles/carousel/tailwind-dark.css +23 -14
  74. package/styles/carousel/tailwind.css +23 -14
  75. package/styles/context-menu/_fusionnew-definition.scss +52 -0
  76. package/styles/context-menu/_layout.scss +26 -0
  77. package/styles/context-menu/_material3-definition.scss +52 -0
  78. package/styles/context-menu/_theme.scss +12 -0
  79. package/styles/context-menu/bootstrap-dark.css +33 -0
  80. package/styles/context-menu/bootstrap-dark.scss +3 -0
  81. package/styles/context-menu/bootstrap.css +34 -0
  82. package/styles/context-menu/bootstrap.scss +3 -0
  83. package/styles/context-menu/bootstrap4.css +34 -0
  84. package/styles/context-menu/bootstrap4.scss +3 -0
  85. package/styles/context-menu/bootstrap5-dark.css +44 -0
  86. package/styles/context-menu/bootstrap5-dark.scss +3 -0
  87. package/styles/context-menu/bootstrap5.css +44 -0
  88. package/styles/context-menu/bootstrap5.scss +3 -0
  89. package/styles/context-menu/fabric-dark.css +33 -0
  90. package/styles/context-menu/fabric-dark.scss +3 -0
  91. package/styles/context-menu/fabric.css +34 -0
  92. package/styles/context-menu/fabric.scss +3 -0
  93. package/styles/context-menu/fluent-dark.css +44 -0
  94. package/styles/context-menu/fluent-dark.scss +3 -0
  95. package/styles/context-menu/fluent.css +44 -0
  96. package/styles/context-menu/fluent.scss +3 -0
  97. package/styles/context-menu/highcontrast-light.css +33 -0
  98. package/styles/context-menu/highcontrast-light.scss +3 -0
  99. package/styles/context-menu/highcontrast.css +34 -0
  100. package/styles/context-menu/highcontrast.scss +3 -0
  101. package/styles/context-menu/icons/_fusionnew.scss +32 -0
  102. package/styles/context-menu/icons/_material3.scss +32 -0
  103. package/styles/context-menu/material-dark.css +51 -0
  104. package/styles/context-menu/material-dark.scss +3 -0
  105. package/styles/context-menu/material.css +53 -0
  106. package/styles/context-menu/material.scss +3 -0
  107. package/styles/context-menu/tailwind-dark.css +44 -0
  108. package/styles/context-menu/tailwind-dark.scss +3 -0
  109. package/styles/context-menu/tailwind.css +44 -0
  110. package/styles/context-menu/tailwind.scss +3 -0
  111. package/styles/fabric-dark.css +743 -14
  112. package/styles/fabric-dark.scss +1 -0
  113. package/styles/fabric.css +744 -14
  114. package/styles/fabric.scss +1 -0
  115. package/styles/fluent-dark.css +799 -56
  116. package/styles/fluent-dark.scss +1 -0
  117. package/styles/fluent.css +762 -19
  118. package/styles/fluent.scss +1 -0
  119. package/styles/h-scroll/_fusionnew-definition.scss +78 -0
  120. package/styles/h-scroll/_material3-definition.scss +78 -0
  121. package/styles/h-scroll/icons/_fusionnew.scss +49 -0
  122. package/styles/h-scroll/icons/_material3.scss +49 -0
  123. package/styles/highcontrast-light.css +743 -14
  124. package/styles/highcontrast-light.scss +1 -0
  125. package/styles/highcontrast.css +744 -14
  126. package/styles/highcontrast.scss +1 -0
  127. package/styles/material-dark.css +762 -15
  128. package/styles/material-dark.scss +1 -0
  129. package/styles/material.css +763 -14
  130. package/styles/material.scss +1 -0
  131. package/styles/menu/_fusionnew-definition.scss +67 -0
  132. package/styles/menu/_material3-definition.scss +67 -0
  133. package/styles/menu/_theme.scss +3 -0
  134. package/styles/menu/bootstrap4.css +1 -0
  135. package/styles/menu/fluent-dark.css +1 -1
  136. package/styles/menu/fluent.css +1 -1
  137. package/styles/menu/icons/_fusionnew.scss +133 -0
  138. package/styles/menu/icons/_material3.scss +133 -0
  139. package/styles/pager/_all.scss +2 -0
  140. package/styles/pager/_bootstrap-dark-definition.scss +132 -0
  141. package/styles/pager/_bootstrap-definition.scss +132 -0
  142. package/styles/pager/_bootstrap4-definition.scss +131 -0
  143. package/styles/pager/_bootstrap5-dark-definition.scss +1 -0
  144. package/styles/pager/_bootstrap5-definition.scss +146 -0
  145. package/styles/pager/_fabric-dark-definition.scss +131 -0
  146. package/styles/pager/_fabric-definition.scss +130 -0
  147. package/styles/pager/_fluent-dark-definition.scss +1 -0
  148. package/styles/pager/_fluent-definition.scss +133 -0
  149. package/styles/pager/_fusionnew-definition.scss +146 -0
  150. package/styles/pager/_highcontrast-definition.scss +130 -0
  151. package/styles/pager/_highcontrast-light-definition.scss +130 -0
  152. package/styles/pager/_layout.scss +899 -0
  153. package/styles/pager/_material-dark-definition.scss +132 -0
  154. package/styles/pager/_material-definition.scss +131 -0
  155. package/styles/pager/_material3-definition.scss +146 -0
  156. package/styles/pager/_tailwind-dark-definition.scss +1 -0
  157. package/styles/pager/_tailwind-definition.scss +132 -0
  158. package/styles/pager/_theme.scss +153 -0
  159. package/styles/pager/bootstrap-dark.css +686 -0
  160. package/styles/pager/bootstrap-dark.scss +4 -0
  161. package/styles/pager/bootstrap.css +686 -0
  162. package/styles/pager/bootstrap.scss +4 -0
  163. package/styles/pager/bootstrap4.css +686 -0
  164. package/styles/pager/bootstrap4.scss +4 -0
  165. package/styles/pager/bootstrap5-dark.css +721 -0
  166. package/styles/pager/bootstrap5-dark.scss +4 -0
  167. package/styles/pager/bootstrap5.css +721 -0
  168. package/styles/pager/bootstrap5.scss +4 -0
  169. package/styles/pager/fabric-dark.css +686 -0
  170. package/styles/pager/fabric-dark.scss +4 -0
  171. package/styles/pager/fabric.css +686 -0
  172. package/styles/pager/fabric.scss +4 -0
  173. package/styles/pager/fluent-dark.css +688 -0
  174. package/styles/pager/fluent-dark.scss +4 -0
  175. package/styles/pager/fluent.css +688 -0
  176. package/styles/pager/fluent.scss +4 -0
  177. package/styles/pager/highcontrast-light.css +686 -0
  178. package/styles/pager/highcontrast-light.scss +4 -0
  179. package/styles/pager/highcontrast.css +686 -0
  180. package/styles/pager/highcontrast.scss +4 -0
  181. package/styles/pager/icons/_bootstrap-dark.scss +50 -0
  182. package/styles/pager/icons/_bootstrap.scss +49 -0
  183. package/styles/pager/icons/_bootstrap4.scss +49 -0
  184. package/styles/pager/icons/_bootstrap5-dark.scss +1 -0
  185. package/styles/pager/icons/_bootstrap5.scss +50 -0
  186. package/styles/pager/icons/_fabric-dark.scss +50 -0
  187. package/styles/pager/icons/_fabric.scss +50 -0
  188. package/styles/pager/icons/_fluent-dark.scss +1 -0
  189. package/styles/pager/icons/_fluent.scss +50 -0
  190. package/styles/pager/icons/_fusionnew.scss +50 -0
  191. package/styles/pager/icons/_highcontrast-light.scss +50 -0
  192. package/styles/pager/icons/_highcontrast.scss +41 -0
  193. package/styles/pager/icons/_material-dark.scss +50 -0
  194. package/styles/pager/icons/_material.scss +41 -0
  195. package/styles/pager/icons/_material3.scss +50 -0
  196. package/styles/pager/icons/_tailwind-dark.scss +1 -0
  197. package/styles/pager/icons/_tailwind.scss +50 -0
  198. package/styles/pager/material-dark.css +687 -0
  199. package/styles/pager/material-dark.scss +4 -0
  200. package/styles/pager/material.css +687 -0
  201. package/styles/pager/material.scss +4 -0
  202. package/styles/pager/tailwind-dark.css +813 -0
  203. package/styles/pager/tailwind-dark.scss +4 -0
  204. package/styles/pager/tailwind.css +813 -0
  205. package/styles/pager/tailwind.scss +4 -0
  206. package/styles/sidebar/_fusionnew-definition.scss +5 -0
  207. package/styles/sidebar/_material3-definition.scss +5 -0
  208. package/styles/tab/_fusionnew-definition.scss +401 -0
  209. package/styles/tab/_material-dark-definition.scss +1 -1
  210. package/styles/tab/_material3-definition.scss +401 -0
  211. package/styles/tab/fluent-dark.css +30 -30
  212. package/styles/tab/icons/_fusionnew.scss +141 -0
  213. package/styles/tab/icons/_material3.scss +141 -0
  214. package/styles/tab/material-dark.css +1 -1
  215. package/styles/tailwind-dark.css +882 -15
  216. package/styles/tailwind-dark.scss +1 -0
  217. package/styles/tailwind.css +882 -15
  218. package/styles/tailwind.scss +1 -0
  219. package/styles/toolbar/_fusionnew-definition.scss +162 -0
  220. package/styles/toolbar/_material3-definition.scss +162 -0
  221. package/styles/toolbar/icons/_fusionnew.scss +17 -0
  222. package/styles/toolbar/icons/_material3.scss +17 -0
  223. package/styles/treeview/_fusionnew-definition.scss +120 -0
  224. package/styles/treeview/_material3-definition.scss +120 -0
  225. package/styles/treeview/fluent-dark.css +2 -2
  226. package/styles/treeview/icons/_fusionnew.scss +43 -0
  227. package/styles/treeview/icons/_material3.scss +43 -0
  228. package/styles/v-scroll/_fusionnew-definition.scss +49 -0
  229. package/styles/v-scroll/_material3-definition.scss +49 -0
  230. package/styles/v-scroll/icons/_fusionnew.scss +27 -0
  231. package/styles/v-scroll/icons/_material3.scss +27 -0
@@ -1,3 +1,4 @@
1
+ @import 'pager/tailwind.scss';
1
2
  @import 'h-scroll/tailwind.scss';
2
3
  @import 'v-scroll/tailwind.scss';
3
4
  @import 'toolbar/tailwind.scss';
@@ -0,0 +1,162 @@
1
+ /*! Toolbar's bootstrap5 theme wise override definitions and variables */
2
+ // sass-lint:disable-all
3
+ $tbar-skin: 'bootstrap5' !default;
4
+
5
+ //font definitions
6
+ $tbar-btn-family: $font-family !default;
7
+ $tbar-btn-weight: $font-weight-normal !default;
8
+ $tbar-icons-bgr-font-size: $text-xl;
9
+ $tbar-btn-font-size: $text-lg !default;
10
+ $tbar-btn-txt-font-size: $text-sm !default;
11
+
12
+ // box shadow definitions
13
+ $tbar-pop-box-shadow: $shadow-lg;
14
+ $tbar-btn-box-shadow: none !default;
15
+ $tbar-box-shadow: none !default;
16
+ $tbar-nav-pressed-box-shadow: none !default;
17
+ $tbar-btn-pressed-box-shadow: none !default;
18
+
19
+ // padding definitions
20
+ $tbar-item-bgr-padding: 4px !default;
21
+ $tbar-item-nrml-padding: 4px !default;
22
+ $tbar-btn-nrml-padding: 0 4px !default;
23
+ $tbar-btn-bgr-padding: 0 8px !default;
24
+ $tbar-btn-bgr-focus-padding: 0 6px !default;
25
+ $tbar-btn-icn-nrml-padding: 4px !default;
26
+ $tbar-btn-icn-bgr-padding: 4px 6px !default;
27
+ $tbar-btn-icn-right-bgr-padding: 4px 6px !default;
28
+ $tbar-btn-icn-right-nrml-padding: 4px !default;
29
+ $btn-txt-nrml-padding: 4px !default;
30
+ $btn-txt-bgr-padding: 4px !default;
31
+ $tbar-item-pop-nrml-padding: 0 !default;
32
+ $tbar-item-pop-bgr-padding: 0 !default;
33
+ $tbar-pop-btn-bgr-padding: 8px 18px !default;
34
+ $tbar-pop-btn-nrml-padding: 6px 12px !default;
35
+ $tbar-pop-icon-bgr-padding: 0 6px 0 0 !default;
36
+ $tbar-pop-icon-nrml-padding: 0 4px 0 0 !default;
37
+ $tbar-pop-btn-txt-nrml-pad: 0 0 0 4px !default;
38
+ $tbar-pop-btn-txt-bgr-pad: 0 0 0 6px !default;
39
+ $tbar-popup-padding: 0 !default;
40
+ $tbar-item-bgr-padding-bigger: 1.5px 0 !default;
41
+ $tbar-item-nrml-padding-small: 1px 0 !default;
42
+
43
+ // dimension definitions
44
+ $tbar-btn-bgr-line-height: 24px !default;
45
+ $tbar-btn-nrml-line-height: 22px !default;
46
+ $tbar-btn-nrml-minheight: 32px !default;
47
+ $tbar-btn-bgr-minheight: 38px !default;
48
+ $tbar-btn-nrml-minwidth: 32px !default;
49
+ $tbar-btn-bgr-minwidth: 38px !default;
50
+ $tbar-btn-bgr-height: calc(100% - 11px) !default;
51
+ $tbar-btn-nrml-height: calc(100% - 10px) !default;
52
+ $tbar-nrml-size: 38px !default;
53
+ $tbar-bgr-size: 46px !default;
54
+ $tbar-nrml-items-size: 38px !default;
55
+ $tbar-bgr-items-size: 46px !default;
56
+ $tbar-nrml-item-size: 38px !default;
57
+ $tbar-item-height: 38px !default;
58
+ $tbar-item-nrml-minwidth: 28px !default;
59
+ $tbar-bgr-item-size: 49px !default;
60
+ $tbar-btn-icon-nrml-width: 12px !default;
61
+ $tbar-btn-icon-nrml-height: 16px !default;
62
+ $tbar-btn-icon-nrml-line-height: 16px !default;
63
+ $tbar-left-item-line-height: 35px !default;
64
+ $tbar-right-item-line-height: 24px !default;
65
+ $tbar-btn-icon-bgr-width: 13px !default;
66
+ $tbar-btn-icon-bgr-height: 18px !default;
67
+ $tbar-btn-icon-bgr-line-height: 18px !default;
68
+ $tbar-btn-txt-line-height: inherit !default;
69
+ $tbar-nav-nrml-width: 28px !default;
70
+ $tbar-nav-bgr-width: 36px !default;
71
+ $tbar-btn-pop-nrml-minheight: 38px !default;
72
+ $tbar-btn-pop-bgr-minheight: 46px !default;
73
+ $tbar-radius: 0;
74
+ $tbar-pop-radius: 4px;
75
+ $tbar-pop-padding-bottom: 5px !default;
76
+ $tbar-big-pop-padding-bottom: 3px !default;
77
+ $tbar-zero-value: 0 !default;
78
+ $tbar-separator-nrml-height: 24px !default;
79
+ $tbar-separator-bgr-height: 30px !default;
80
+ $tbar-separator-nrml-minheight: $tbar-separator-nrml-height !default;
81
+ $tbar-separator-bgr-minheight: $tbar-separator-bgr-height !default;
82
+ $tbar-separator-size: 1px !default;
83
+ $tba-horizontal-separator: 0 $tbar-separator-size 0 0 !default;
84
+ $tba-vertical-separator: 0 0 $tbar-separator-size 0 !default;
85
+
86
+ // margin definitions
87
+ $tbar-item-nrml-mrgn: 8px !default;
88
+ $tbar-item-bgr-mrgn: 12px !default;
89
+ $tbar-multirow-items-mrgn-bigger: 12.5px !default;
90
+ $tbar-multirow-items-mrgn-small: 10px !default;
91
+ $tbar-multirow-item-top-btm-mrgn-bigger: 1.5px 0 !default;
92
+ $tbar-multirow-item-top-btm-mrgn-small: 1px 0 !default;
93
+ $tbar-multirow-item-mrgn: 0 !default;
94
+ $tbar-btn-bgr-mrgn: 0 !default;
95
+ $tbar-btn-nrml-mrgn: 0 !default;
96
+ $tbar-v-btn-bgr-mrgn: 0 !default;
97
+ $tbar-v-btn-nrml-mrgn: 0 !default;
98
+ $tbar-separator-vertical-nrml-mrgn: 3px 7px;
99
+ $tbar-separator-bgr-mrgn: 8px;
100
+ $tbar-separator-vertical-bgr-mrgn: 5px 10px;
101
+ $tbar-separator-nrml-mrgn: 5px 10px;
102
+
103
+ // border definitions
104
+ $border-size: 0;
105
+ $border-type: solid;
106
+ $tbar-border-radius: 4px !default;
107
+ $tbar-border-nav-type: solid !default;
108
+ $tbar-border-size: $border-size;
109
+ $tbar-separator-border-type: $border-type;
110
+ $tbar-hover-border-color: $icon-color;
111
+ $tbar-pressed-border: $tbar-hover-border-color;
112
+ $tbar-separator-border: $border-light !default;
113
+ $tbar-default-border: $border-light !default;
114
+ $tbar-hover-border-color: $icon-color !default;
115
+ $tbar-focus-border-color: $tbar-hover-border-color !default;
116
+ $tbar-press-border-color: $border-light !default;
117
+ $tbar-border-nav-type: $border-light !default;
118
+ $tbar-border-nav-active-type: $border-light !default;
119
+ $tbar-btn-border: none !default;
120
+ $tbar-item-pop-bg-color: $transparent !default;
121
+ $tbar-popup-border-width: 0 0 0 $border-size !default;
122
+ $tbar-popup-rtl-border-width: 0 $border-size 0 0 !default;
123
+ $tbar-popup-vertical-border-width: $border-size 0 0 0 !default;
124
+ $tbar-popup-vertical-rtl-border-width: 0 0 $border-size 0 !default;
125
+ $tbar-border-type: $border-type !default;
126
+ $tbar-nav-press-border: 0 !default;
127
+ $tbar-nav-hover-border: 0 !default;
128
+ $tbar-nav-focus-border: 0 !default;
129
+ $tbar-btn-border-radius: 0 !default;
130
+
131
+ // color definitions
132
+ $tbar-default-bg: $content-bg-color-alt1 !default;
133
+ $tbar-items-default-bg: $tbar-default-bg !default;
134
+ $tbar-default-font: $content-text-color !default;
135
+ $tbar-active-bg: $secondary-bg-color-pressed !default;
136
+ $tbar-active-icon-color: $primary-text-color !default;
137
+ $tbar-tab-highlight-color: rgba(0, 0, 0, 0) !default;
138
+ $tbar-press-bg: $content-bg-color-alt2 !default;
139
+ $tbar-btn-press-bg: $tbar-active-bg !default;
140
+ $tbar-hover-bg: $secondary-bg-color-hover !default;
141
+ $tbar-hover-font: $icon-color !default;
142
+ $tbar-hover-font-color: $tbar-hover-font !default;
143
+ $tbar-default-icon-color: $icon-color !default;
144
+ $tbar-pressed-bg: $secondary-bg-color-focus !default;
145
+ $tbar-pressed-font: $content-text-color-alt2 !default;
146
+ $tbar-select-font: $content-text-color-alt2 !default;
147
+ $tbar-default-font-overlay: $content-text-color-alt2 !default;
148
+ $tbar-default-icon-overlay: $content-text-color-alt2 !default;
149
+ $tbar-focus-bg: $tbar-hover-bg !default;
150
+ $tbar-press-font: $content-text-color-alt2 !default;
151
+ $tbar-active-font-color: $primary-text-color !default;
152
+ $tbar-btn-active-font-color: $tbar-press-font !default;
153
+ $tbar-popup-btn-bg-color: transparent !default;
154
+ $tbar-pop-bg: $flyout-bg-color !default;
155
+
156
+ @mixin tbar-btn-animation {
157
+ content: '';
158
+ }
159
+
160
+ @mixin tbar-btn-animation-after {
161
+ content: '';
162
+ }
@@ -0,0 +1,162 @@
1
+ /*! Toolbar's bootstrap5 theme wise override definitions and variables */
2
+ // sass-lint:disable-all
3
+ $tbar-skin: 'bootstrap5' !default;
4
+
5
+ //font definitions
6
+ $tbar-btn-family: $font-family !default;
7
+ $tbar-btn-weight: $font-weight-normal !default;
8
+ $tbar-icons-bgr-font-size: $text-xl;
9
+ $tbar-btn-font-size: $text-lg !default;
10
+ $tbar-btn-txt-font-size: $text-sm !default;
11
+
12
+ // box shadow definitions
13
+ $tbar-pop-box-shadow: $shadow-lg;
14
+ $tbar-btn-box-shadow: none !default;
15
+ $tbar-box-shadow: none !default;
16
+ $tbar-nav-pressed-box-shadow: none !default;
17
+ $tbar-btn-pressed-box-shadow: none !default;
18
+
19
+ // padding definitions
20
+ $tbar-item-bgr-padding: 4px !default;
21
+ $tbar-item-nrml-padding: 4px !default;
22
+ $tbar-btn-nrml-padding: 0 4px !default;
23
+ $tbar-btn-bgr-padding: 0 8px !default;
24
+ $tbar-btn-bgr-focus-padding: 0 6px !default;
25
+ $tbar-btn-icn-nrml-padding: 4px !default;
26
+ $tbar-btn-icn-bgr-padding: 4px 6px !default;
27
+ $tbar-btn-icn-right-bgr-padding: 4px 6px !default;
28
+ $tbar-btn-icn-right-nrml-padding: 4px !default;
29
+ $btn-txt-nrml-padding: 4px !default;
30
+ $btn-txt-bgr-padding: 4px !default;
31
+ $tbar-item-pop-nrml-padding: 0 !default;
32
+ $tbar-item-pop-bgr-padding: 0 !default;
33
+ $tbar-pop-btn-bgr-padding: 8px 18px !default;
34
+ $tbar-pop-btn-nrml-padding: 6px 12px !default;
35
+ $tbar-pop-icon-bgr-padding: 0 6px 0 0 !default;
36
+ $tbar-pop-icon-nrml-padding: 0 4px 0 0 !default;
37
+ $tbar-pop-btn-txt-nrml-pad: 0 0 0 4px !default;
38
+ $tbar-pop-btn-txt-bgr-pad: 0 0 0 6px !default;
39
+ $tbar-popup-padding: 0 !default;
40
+ $tbar-item-bgr-padding-bigger: 1.5px 0 !default;
41
+ $tbar-item-nrml-padding-small: 1px 0 !default;
42
+
43
+ // dimension definitions
44
+ $tbar-btn-bgr-line-height: 24px !default;
45
+ $tbar-btn-nrml-line-height: 22px !default;
46
+ $tbar-btn-nrml-minheight: 32px !default;
47
+ $tbar-btn-bgr-minheight: 38px !default;
48
+ $tbar-btn-nrml-minwidth: 32px !default;
49
+ $tbar-btn-bgr-minwidth: 38px !default;
50
+ $tbar-btn-bgr-height: calc(100% - 11px) !default;
51
+ $tbar-btn-nrml-height: calc(100% - 10px) !default;
52
+ $tbar-nrml-size: 38px !default;
53
+ $tbar-bgr-size: 46px !default;
54
+ $tbar-nrml-items-size: 38px !default;
55
+ $tbar-bgr-items-size: 46px !default;
56
+ $tbar-nrml-item-size: 38px !default;
57
+ $tbar-item-height: 38px !default;
58
+ $tbar-item-nrml-minwidth: 28px !default;
59
+ $tbar-bgr-item-size: 49px !default;
60
+ $tbar-btn-icon-nrml-width: 12px !default;
61
+ $tbar-btn-icon-nrml-height: 16px !default;
62
+ $tbar-btn-icon-nrml-line-height: 16px !default;
63
+ $tbar-left-item-line-height: 35px !default;
64
+ $tbar-right-item-line-height: 24px !default;
65
+ $tbar-btn-icon-bgr-width: 13px !default;
66
+ $tbar-btn-icon-bgr-height: 18px !default;
67
+ $tbar-btn-icon-bgr-line-height: 18px !default;
68
+ $tbar-btn-txt-line-height: inherit !default;
69
+ $tbar-nav-nrml-width: 28px !default;
70
+ $tbar-nav-bgr-width: 36px !default;
71
+ $tbar-btn-pop-nrml-minheight: 38px !default;
72
+ $tbar-btn-pop-bgr-minheight: 46px !default;
73
+ $tbar-radius: 0;
74
+ $tbar-pop-radius: 4px;
75
+ $tbar-pop-padding-bottom: 5px !default;
76
+ $tbar-big-pop-padding-bottom: 3px !default;
77
+ $tbar-zero-value: 0 !default;
78
+ $tbar-separator-nrml-height: 24px !default;
79
+ $tbar-separator-bgr-height: 30px !default;
80
+ $tbar-separator-nrml-minheight: $tbar-separator-nrml-height !default;
81
+ $tbar-separator-bgr-minheight: $tbar-separator-bgr-height !default;
82
+ $tbar-separator-size: 1px !default;
83
+ $tba-horizontal-separator: 0 $tbar-separator-size 0 0 !default;
84
+ $tba-vertical-separator: 0 0 $tbar-separator-size 0 !default;
85
+
86
+ // margin definitions
87
+ $tbar-item-nrml-mrgn: 8px !default;
88
+ $tbar-item-bgr-mrgn: 12px !default;
89
+ $tbar-multirow-items-mrgn-bigger: 12.5px !default;
90
+ $tbar-multirow-items-mrgn-small: 10px !default;
91
+ $tbar-multirow-item-top-btm-mrgn-bigger: 1.5px 0 !default;
92
+ $tbar-multirow-item-top-btm-mrgn-small: 1px 0 !default;
93
+ $tbar-multirow-item-mrgn: 0 !default;
94
+ $tbar-btn-bgr-mrgn: 0 !default;
95
+ $tbar-btn-nrml-mrgn: 0 !default;
96
+ $tbar-v-btn-bgr-mrgn: 0 !default;
97
+ $tbar-v-btn-nrml-mrgn: 0 !default;
98
+ $tbar-separator-vertical-nrml-mrgn: 3px 7px;
99
+ $tbar-separator-bgr-mrgn: 8px;
100
+ $tbar-separator-vertical-bgr-mrgn: 5px 10px;
101
+ $tbar-separator-nrml-mrgn: 5px 10px;
102
+
103
+ // border definitions
104
+ $border-size: 0;
105
+ $border-type: solid;
106
+ $tbar-border-radius: 4px !default;
107
+ $tbar-border-nav-type: solid !default;
108
+ $tbar-border-size: $border-size;
109
+ $tbar-separator-border-type: $border-type;
110
+ $tbar-hover-border-color: $icon-color;
111
+ $tbar-pressed-border: $tbar-hover-border-color;
112
+ $tbar-separator-border: $border-light !default;
113
+ $tbar-default-border: $border-light !default;
114
+ $tbar-hover-border-color: $icon-color !default;
115
+ $tbar-focus-border-color: $tbar-hover-border-color !default;
116
+ $tbar-press-border-color: $border-light !default;
117
+ $tbar-border-nav-type: $border-light !default;
118
+ $tbar-border-nav-active-type: $border-light !default;
119
+ $tbar-btn-border: none !default;
120
+ $tbar-item-pop-bg-color: $transparent !default;
121
+ $tbar-popup-border-width: 0 0 0 $border-size !default;
122
+ $tbar-popup-rtl-border-width: 0 $border-size 0 0 !default;
123
+ $tbar-popup-vertical-border-width: $border-size 0 0 0 !default;
124
+ $tbar-popup-vertical-rtl-border-width: 0 0 $border-size 0 !default;
125
+ $tbar-border-type: $border-type !default;
126
+ $tbar-nav-press-border: 0 !default;
127
+ $tbar-nav-hover-border: 0 !default;
128
+ $tbar-nav-focus-border: 0 !default;
129
+ $tbar-btn-border-radius: 0 !default;
130
+
131
+ // color definitions
132
+ $tbar-default-bg: $content-bg-color-alt1 !default;
133
+ $tbar-items-default-bg: $tbar-default-bg !default;
134
+ $tbar-default-font: $content-text-color !default;
135
+ $tbar-active-bg: $secondary-bg-color-pressed !default;
136
+ $tbar-active-icon-color: $primary-text-color !default;
137
+ $tbar-tab-highlight-color: rgba(0, 0, 0, 0) !default;
138
+ $tbar-press-bg: $content-bg-color-alt2 !default;
139
+ $tbar-btn-press-bg: $tbar-active-bg !default;
140
+ $tbar-hover-bg: $secondary-bg-color-hover !default;
141
+ $tbar-hover-font: $icon-color !default;
142
+ $tbar-hover-font-color: $tbar-hover-font !default;
143
+ $tbar-default-icon-color: $icon-color !default;
144
+ $tbar-pressed-bg: $secondary-bg-color-focus !default;
145
+ $tbar-pressed-font: $content-text-color-alt2 !default;
146
+ $tbar-select-font: $content-text-color-alt2 !default;
147
+ $tbar-default-font-overlay: $content-text-color-alt2 !default;
148
+ $tbar-default-icon-overlay: $content-text-color-alt2 !default;
149
+ $tbar-focus-bg: $tbar-hover-bg !default;
150
+ $tbar-press-font: $content-text-color-alt2 !default;
151
+ $tbar-active-font-color: $primary-text-color !default;
152
+ $tbar-btn-active-font-color: $tbar-press-font !default;
153
+ $tbar-popup-btn-bg-color: transparent !default;
154
+ $tbar-pop-bg: $flyout-bg-color !default;
155
+
156
+ @mixin tbar-btn-animation {
157
+ content: '';
158
+ }
159
+
160
+ @mixin tbar-btn-animation-after {
161
+ content: '';
162
+ }
@@ -0,0 +1,17 @@
1
+
2
+ @include export-module('toolbar-fusionnew-icons') {
3
+ /*! toolbar icons */
4
+ #{&}.e-toolbar {
5
+
6
+ .e-popup-down-icon::before {
7
+ content: '\e729';
8
+ line-height: normal;
9
+ }
10
+
11
+ .e-popup-up-icon::before {
12
+ content: '\e776';
13
+ line-height: normal;
14
+ }
15
+ }
16
+ }
17
+
@@ -0,0 +1,17 @@
1
+
2
+ @include export-module('toolbar-material3-icons') {
3
+ /*! toolbar icons */
4
+ #{&}.e-toolbar {
5
+
6
+ .e-popup-down-icon::before {
7
+ content: '\e729';
8
+ line-height: normal;
9
+ }
10
+
11
+ .e-popup-up-icon::before {
12
+ content: '\e776';
13
+ line-height: normal;
14
+ }
15
+ }
16
+ }
17
+
@@ -0,0 +1,120 @@
1
+ /*! TreeView's bootstrap5 theme wise override definitions and variables */
2
+ // sass-lint:disable-all
3
+ $treeview-font-size: $text-sm !default;
4
+ $treeview-icon-font-size: 20px !default;
5
+ $treeview-image-font-size: 20px !default;
6
+ $treeview-item-height: 36px !default;
7
+ $treeview-text-height: 34px !default;
8
+ $treeview-input-height: 30px !default;
9
+ $treeview-root-ul-padding: 0 0 0 12px !default;
10
+ $treeview-rtl-root-ul-padding: 0 12px 0 0 !default;
11
+ $treeview-child-ul-padding: 0 0 0 20px !default;
12
+ $treeview-rtl-child-ul-padding: 0 20px 0 0 !default;
13
+ $treeview-text-wrap-padding: 0 0 0 20px !default;
14
+ $treeview-rtl-text-wrap-padding: 0 20px 0 0 !default;
15
+ $treeview-icon-size: 20px !default;
16
+ $treeview-icon-margin: 0 0 0 -20px !default;
17
+ $treeview-rtl-icon-margin: 0 -20px 0 0 !default;
18
+ $treeview-icon-padding: 0px !default;
19
+ $treeview-text-padding: 0 8px !default;
20
+ $treeview-text-margin: 0 !default;
21
+ $treeview-image-size: 20px !default;
22
+ $treeview-image-margin: 0 0 0 8px !default;
23
+ $treeview-navigable-icon-image-anchor-margin-bigger: 0 12px 0 8px !default;
24
+ $treeview-navigable-icon-image-anchor-margin-reverse-bigger: 0 6px 0 10px !default;
25
+ $treeview-navigable-icon-image-anchor-margin: 0 8px 0 0 !default;
26
+ $treeview-navigable-icon-image-anchor-margin-reverse: 0 0 0 8px !default;
27
+ $treeview-navigable-rtl-margin-reverse: 0 12px 0 0 !default;
28
+ $treeview-rtl-image-margin: 0 8px 0 0 !default;
29
+ $treeview-image-text-padding: 0 8px !default;
30
+ $treeview-icon-image-margin: 0 0 0 8px !default;
31
+ $treeview-rtl-icon-image-margin: 0 8px 0 0 !default;
32
+ $treeview-check-margin: 0 0 0 12px !default;
33
+ $treeview-rtl-check-margin: 0 12px 0 0 !default;
34
+ $treeview-check-text-padding: 0 8px !default;
35
+ $treeview-check-image-margin: 0 0 0 8px !default;
36
+ $treeview-rtl-check-image-margin: 0 8px 0 0 !default;
37
+ $treeview-drop-count-border-size: 1px !default;
38
+ $treeview-drop-count-font-size: $text-xs !default;
39
+ $treeview-edit-wrap-width: calc(100% - 2px) !default;
40
+ $treeview-check-wrap-width: calc(100% - 21px) !default;
41
+ $treeview-check-icon-wrap-width: calc(100% - 54px) !default;
42
+ $treeview-check-icon-img-wrap-width: calc(100% - 82px) !default;
43
+ $treeview-icon-wrap-width: calc(100% - 32px) !default;
44
+ $treeview-icon-img-wrap-width: calc(100% - 60px) !default;
45
+
46
+ $treeview-big-font-size: $text-base !default;
47
+ $treeview-big-icon-font-size: 24px !default;
48
+ $treeview-big-item-height: 42px !default;
49
+ $treeview-big-text-height: 40px !default;
50
+ $treeview-big-input-height: 40px !default;
51
+ $treeview-big-text-padding: 0 12px !default;
52
+ $treeview-big-input-padding: 0 9px !default;
53
+ $treeview-big-icon-padding: 0px !default;
54
+ $treeview-big-image-margin: 0 0 0 12px !default;
55
+ $treeview-big-rtl-image-margin: 0 12px 0 0 !default;
56
+ $treeview-big-icon-image-margin: 0 0 0 12px !default;
57
+ $treeview-big-rtl-icon-image-margin: 0 12px 0 0 !default;
58
+ $treeview-big-check-margin: 0 0 0 12px !default;
59
+ $treeview-big-rtl-check-margin: 0 12px 0 0 !default;
60
+ $treeview-big-check-image-margin: 0 0 0 12px !default;
61
+ $treeview-big-rtl-check-image-margin: 0 12px 0 0 !default;
62
+ $treeview-big-root-ul-padding: 0 0 0 16px !default;
63
+ $treeview-big-rtl-root-ul-padding: 0 16px 0 0 !default;
64
+ $treeview-big-child-ul-padding: 0 0 0 20px !default;
65
+ $treeview-big-rtl-child-ul-padding: 0 20px 0 0 !default;
66
+ $treeview-big-image-text-padding: 0 12px !default;
67
+ $treeview-big-icon-margin: 0 0 0 -24px !default;
68
+ $treeview-big-rtl-icon-margin: 0 -24px 0 0 !default;
69
+ $treeview-big-text-wrap-padding: 0 0 0 24px !default;
70
+ $treeview-big-rtl-text-wrap-padding: 0 24px 0 0 !default;
71
+ $treeview-big-drag-icon-font-size: 24px !default;
72
+ $treeview-big-drag-item-text-padding-left: 24px !default;
73
+ $treeview-big-drag-before-icon-padding: 6px !default;
74
+ $treeview-big-check-text-padding: 0 12px !default;
75
+ $treeview-big-check-wrap-width: calc(100% - 29px) !default;
76
+ $treeview-big-check-icon-wrap-width: calc(100% - 65px) !default;
77
+ $treeview-big-check-icon-img-wrap-width: calc(100% - 101px) !default;
78
+ $treeview-big-icon-wrap-width: calc(100% - 35px) !default;
79
+ $treeview-big-icon-img-wrap-width: calc(100% - 71px) !default;
80
+
81
+ $treeview-font-family: $font-family !default;
82
+ $treeview-drag-icon-font-size: 20px !default;
83
+ $treeview-drag-icon-padding: 12px !default;
84
+
85
+ //treeview ripple effect variables
86
+ $ripple-size: -7px !default;
87
+ $ripple-height: 32px !default;
88
+ $ripple-width: 32px !default;
89
+
90
+ //color variables
91
+ $treeview-icon-color: $icon-color !default;
92
+ $treeview-text-color: $content-text-color !default;
93
+ $treeview-item-border-color: $transparent !default;
94
+ $treeview-item-active-bg: $content-bg-color-selected !default;
95
+ $treeview-icon-active-color: $content-text-color-selected !default;
96
+ $treeview-text-active-color: $content-text-color-selected !default;
97
+ $treeview-item-active-border-color: $content-bg-color-selected !default;
98
+ $treeview-item-hover-bg: $content-bg-color-hover !default;
99
+ $treeview-icon-hover-color: $icon-color-hover !default;
100
+ $treeview-text-hover-color: $content-text-color-hover !default;
101
+ $treeview-item-hover-border-color: $content-bg-color-hover !default;
102
+ $treeview-item-active-hover-bg: darken($treeview-item-active-bg, 5%) !default;
103
+ $treeview-icon-active-hover-color: $content-text-color-selected !default;
104
+ $treeview-text-active-hover-color: $content-text-color-selected !default;
105
+ $treeview-item-active-hover-border-color: $content-bg-color-selected !default;
106
+ $treeview-text-disable-color: $content-text-color-disabled !default;
107
+ $treeview-icon-disable-color: $icon-color-disabled !default;
108
+ $treeview-drag-line-bg: $primary !default;
109
+ $treeview-drag-line-color: $primary !default;
110
+ $treeview-popup-bg-color: $content-bg-color-hover !default;
111
+ $treeview-popup-border-color: $content-bg-color-hover !default;
112
+ $treeview-drop-count-bg: $primary !default;
113
+ $treeview-drop-count-border: $primary-text-color !default;
114
+ $treeview-drop-count-color: $primary-text-color !default;
115
+ $treeview-drag-item-bg: $content-bg-color-alt3 !default;
116
+ $treeview-drag-item-color: $content-text-color-alt1 !default;
117
+ $treeview-drag-icon-color: $content-text-color-alt1 !default;
118
+ $treeview-item-active-check-bg: $primary-text-color !default;
119
+ $treeview-item-active-check-border-color: $primary-text-color !default;
120
+ $treeview-item-active-check-color: $primary !default;
@@ -0,0 +1,120 @@
1
+ /*! TreeView's bootstrap5 theme wise override definitions and variables */
2
+ // sass-lint:disable-all
3
+ $treeview-font-size: $text-sm !default;
4
+ $treeview-icon-font-size: 20px !default;
5
+ $treeview-image-font-size: 20px !default;
6
+ $treeview-item-height: 36px !default;
7
+ $treeview-text-height: 34px !default;
8
+ $treeview-input-height: 30px !default;
9
+ $treeview-root-ul-padding: 0 0 0 12px !default;
10
+ $treeview-rtl-root-ul-padding: 0 12px 0 0 !default;
11
+ $treeview-child-ul-padding: 0 0 0 20px !default;
12
+ $treeview-rtl-child-ul-padding: 0 20px 0 0 !default;
13
+ $treeview-text-wrap-padding: 0 0 0 20px !default;
14
+ $treeview-rtl-text-wrap-padding: 0 20px 0 0 !default;
15
+ $treeview-icon-size: 20px !default;
16
+ $treeview-icon-margin: 0 0 0 -20px !default;
17
+ $treeview-rtl-icon-margin: 0 -20px 0 0 !default;
18
+ $treeview-icon-padding: 0px !default;
19
+ $treeview-text-padding: 0 8px !default;
20
+ $treeview-text-margin: 0 !default;
21
+ $treeview-image-size: 20px !default;
22
+ $treeview-image-margin: 0 0 0 8px !default;
23
+ $treeview-navigable-icon-image-anchor-margin-bigger: 0 12px 0 8px !default;
24
+ $treeview-navigable-icon-image-anchor-margin-reverse-bigger: 0 6px 0 10px !default;
25
+ $treeview-navigable-icon-image-anchor-margin: 0 8px 0 0 !default;
26
+ $treeview-navigable-icon-image-anchor-margin-reverse: 0 0 0 8px !default;
27
+ $treeview-navigable-rtl-margin-reverse: 0 12px 0 0 !default;
28
+ $treeview-rtl-image-margin: 0 8px 0 0 !default;
29
+ $treeview-image-text-padding: 0 8px !default;
30
+ $treeview-icon-image-margin: 0 0 0 8px !default;
31
+ $treeview-rtl-icon-image-margin: 0 8px 0 0 !default;
32
+ $treeview-check-margin: 0 0 0 12px !default;
33
+ $treeview-rtl-check-margin: 0 12px 0 0 !default;
34
+ $treeview-check-text-padding: 0 8px !default;
35
+ $treeview-check-image-margin: 0 0 0 8px !default;
36
+ $treeview-rtl-check-image-margin: 0 8px 0 0 !default;
37
+ $treeview-drop-count-border-size: 1px !default;
38
+ $treeview-drop-count-font-size: $text-xs !default;
39
+ $treeview-edit-wrap-width: calc(100% - 2px) !default;
40
+ $treeview-check-wrap-width: calc(100% - 21px) !default;
41
+ $treeview-check-icon-wrap-width: calc(100% - 54px) !default;
42
+ $treeview-check-icon-img-wrap-width: calc(100% - 82px) !default;
43
+ $treeview-icon-wrap-width: calc(100% - 32px) !default;
44
+ $treeview-icon-img-wrap-width: calc(100% - 60px) !default;
45
+
46
+ $treeview-big-font-size: $text-base !default;
47
+ $treeview-big-icon-font-size: 24px !default;
48
+ $treeview-big-item-height: 42px !default;
49
+ $treeview-big-text-height: 40px !default;
50
+ $treeview-big-input-height: 40px !default;
51
+ $treeview-big-text-padding: 0 12px !default;
52
+ $treeview-big-input-padding: 0 9px !default;
53
+ $treeview-big-icon-padding: 0px !default;
54
+ $treeview-big-image-margin: 0 0 0 12px !default;
55
+ $treeview-big-rtl-image-margin: 0 12px 0 0 !default;
56
+ $treeview-big-icon-image-margin: 0 0 0 12px !default;
57
+ $treeview-big-rtl-icon-image-margin: 0 12px 0 0 !default;
58
+ $treeview-big-check-margin: 0 0 0 12px !default;
59
+ $treeview-big-rtl-check-margin: 0 12px 0 0 !default;
60
+ $treeview-big-check-image-margin: 0 0 0 12px !default;
61
+ $treeview-big-rtl-check-image-margin: 0 12px 0 0 !default;
62
+ $treeview-big-root-ul-padding: 0 0 0 16px !default;
63
+ $treeview-big-rtl-root-ul-padding: 0 16px 0 0 !default;
64
+ $treeview-big-child-ul-padding: 0 0 0 20px !default;
65
+ $treeview-big-rtl-child-ul-padding: 0 20px 0 0 !default;
66
+ $treeview-big-image-text-padding: 0 12px !default;
67
+ $treeview-big-icon-margin: 0 0 0 -24px !default;
68
+ $treeview-big-rtl-icon-margin: 0 -24px 0 0 !default;
69
+ $treeview-big-text-wrap-padding: 0 0 0 24px !default;
70
+ $treeview-big-rtl-text-wrap-padding: 0 24px 0 0 !default;
71
+ $treeview-big-drag-icon-font-size: 24px !default;
72
+ $treeview-big-drag-item-text-padding-left: 24px !default;
73
+ $treeview-big-drag-before-icon-padding: 6px !default;
74
+ $treeview-big-check-text-padding: 0 12px !default;
75
+ $treeview-big-check-wrap-width: calc(100% - 29px) !default;
76
+ $treeview-big-check-icon-wrap-width: calc(100% - 65px) !default;
77
+ $treeview-big-check-icon-img-wrap-width: calc(100% - 101px) !default;
78
+ $treeview-big-icon-wrap-width: calc(100% - 35px) !default;
79
+ $treeview-big-icon-img-wrap-width: calc(100% - 71px) !default;
80
+
81
+ $treeview-font-family: $font-family !default;
82
+ $treeview-drag-icon-font-size: 20px !default;
83
+ $treeview-drag-icon-padding: 12px !default;
84
+
85
+ //treeview ripple effect variables
86
+ $ripple-size: -7px !default;
87
+ $ripple-height: 32px !default;
88
+ $ripple-width: 32px !default;
89
+
90
+ //color variables
91
+ $treeview-icon-color: $icon-color !default;
92
+ $treeview-text-color: $content-text-color !default;
93
+ $treeview-item-border-color: $transparent !default;
94
+ $treeview-item-active-bg: $content-bg-color-selected !default;
95
+ $treeview-icon-active-color: $content-text-color-selected !default;
96
+ $treeview-text-active-color: $content-text-color-selected !default;
97
+ $treeview-item-active-border-color: $content-bg-color-selected !default;
98
+ $treeview-item-hover-bg: $content-bg-color-hover !default;
99
+ $treeview-icon-hover-color: $icon-color-hover !default;
100
+ $treeview-text-hover-color: $content-text-color-hover !default;
101
+ $treeview-item-hover-border-color: $content-bg-color-hover !default;
102
+ $treeview-item-active-hover-bg: darken($treeview-item-active-bg, 5%) !default;
103
+ $treeview-icon-active-hover-color: $content-text-color-selected !default;
104
+ $treeview-text-active-hover-color: $content-text-color-selected !default;
105
+ $treeview-item-active-hover-border-color: $content-bg-color-selected !default;
106
+ $treeview-text-disable-color: $content-text-color-disabled !default;
107
+ $treeview-icon-disable-color: $icon-color-disabled !default;
108
+ $treeview-drag-line-bg: $primary !default;
109
+ $treeview-drag-line-color: $primary !default;
110
+ $treeview-popup-bg-color: $content-bg-color-hover !default;
111
+ $treeview-popup-border-color: $content-bg-color-hover !default;
112
+ $treeview-drop-count-bg: $primary !default;
113
+ $treeview-drop-count-border: $primary-text-color !default;
114
+ $treeview-drop-count-color: $primary-text-color !default;
115
+ $treeview-drag-item-bg: $content-bg-color-alt3 !default;
116
+ $treeview-drag-item-color: $content-text-color-alt1 !default;
117
+ $treeview-drag-icon-color: $content-text-color-alt1 !default;
118
+ $treeview-item-active-check-bg: $primary-text-color !default;
119
+ $treeview-item-active-check-border-color: $primary-text-color !default;
120
+ $treeview-item-active-check-color: $primary !default;
@@ -838,8 +838,8 @@
838
838
  }
839
839
  .e-treeview.e-drag-item .e-drop-count {
840
840
  background-color: #0078d4;
841
- border-color: #fff;
842
- color: #fff;
841
+ border-color: #1b1a19;
842
+ color: #1b1a19;
843
843
  }
844
844
  .e-treeview.e-drag-item.e-rtl .e-sibling {
845
845
  border: 1px solid #0078d4;
@@ -0,0 +1,43 @@
1
+
2
+ @include export-module('treeview-fusionnew-icons') {
3
+ /*! TreeView icons */
4
+ .e-treeview {
5
+
6
+ .e-list-item {
7
+
8
+ div.e-icons::before {
9
+ content: '\e75c';
10
+ }
11
+ }
12
+
13
+ .e-sibling::before {
14
+ content: '';
15
+ }
16
+
17
+ .e-popup {
18
+
19
+ .e-icons::before {
20
+ content: '\e76a';
21
+ }
22
+ }
23
+
24
+ &.e-drag-item {
25
+
26
+ .e-icons.e-drop-in::before {
27
+ content: '\e768';
28
+ }
29
+
30
+ .e-icons.e-drop-out::before {
31
+ content: '\e839';
32
+ }
33
+
34
+ .e-icons.e-drop-next::before {
35
+ content: '\e736';
36
+ }
37
+
38
+ .e-icons.e-no-drop::before {
39
+ content: '\e839';
40
+ }
41
+ }
42
+ }
43
+ }