@syncfusion/ej2-navigations 19.2.59 → 19.3.44

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 (292) hide show
  1. package/.eslintrc.json +1 -1
  2. package/CHANGELOG.md +32 -0
  3. package/README.md +15 -0
  4. package/breadcrumb.d.ts +4 -0
  5. package/breadcrumb.js +4 -0
  6. package/dist/ej2-navigations.umd.min.js +2 -2
  7. package/dist/ej2-navigations.umd.min.js.map +1 -1
  8. package/dist/es6/ej2-navigations.es2015.js +545 -170
  9. package/dist/es6/ej2-navigations.es2015.js.map +1 -1
  10. package/dist/es6/ej2-navigations.es5.js +567 -172
  11. package/dist/es6/ej2-navigations.es5.js.map +1 -1
  12. package/dist/global/ej2-navigations.min.js +2 -2
  13. package/dist/global/ej2-navigations.min.js.map +1 -1
  14. package/dist/global/index.d.ts +1 -1
  15. package/package.json +13 -12
  16. package/src/accordion/accordion.d.ts +2 -8
  17. package/src/accordion/accordion.js +16 -85
  18. package/src/breadcrumb/breadcrumb-model.d.ts +147 -0
  19. package/src/breadcrumb/breadcrumb.d.ts +232 -0
  20. package/src/breadcrumb/breadcrumb.js +497 -0
  21. package/src/breadcrumb/index.d.ts +5 -0
  22. package/src/breadcrumb/index.js +4 -0
  23. package/src/index.d.ts +1 -0
  24. package/src/index.js +1 -0
  25. package/src/sidebar/sidebar.js +2 -2
  26. package/src/tab/tab-model.d.ts +1 -1
  27. package/src/tab/tab.d.ts +1 -1
  28. package/src/tab/tab.js +50 -84
  29. package/src/toolbar/toolbar.js +1 -1
  30. package/styles/accordion/_bootstrap5-dark-definition.scss +1 -0
  31. package/styles/accordion/_bootstrap5-definition.scss +81 -0
  32. package/styles/accordion/_fabric-dark-definition.scss +1 -0
  33. package/styles/accordion/_fabric-definition.scss +1 -0
  34. package/styles/accordion/_highcontrast-definition.scss +1 -1
  35. package/styles/accordion/_layout.scss +6 -8
  36. package/styles/accordion/_tailwind-dark-definition.scss +1 -77
  37. package/styles/accordion/_tailwind-definition.scss +79 -79
  38. package/styles/accordion/_theme.scss +57 -17
  39. package/styles/accordion/bootstrap5-dark.css +428 -0
  40. package/styles/accordion/bootstrap5-dark.scss +4 -0
  41. package/styles/accordion/bootstrap5.css +428 -0
  42. package/styles/accordion/bootstrap5.scss +4 -0
  43. package/styles/accordion/highcontrast-light.css +0 -1
  44. package/styles/accordion/highcontrast.css +0 -1
  45. package/styles/accordion/icons/_bootstrap4.scss +1 -1
  46. package/styles/accordion/icons/_bootstrap5-dark.scss +1 -0
  47. package/styles/accordion/icons/_bootstrap5.scss +18 -0
  48. package/styles/accordion/icons/_tailwind-dark.scss +1 -17
  49. package/styles/accordion/icons/_tailwind.scss +17 -17
  50. package/styles/accordion/material-dark.css +2 -2
  51. package/styles/accordion/tailwind-dark.css +1 -1
  52. package/styles/bootstrap-dark.css +352 -60
  53. package/styles/bootstrap-dark.scss +1 -0
  54. package/styles/bootstrap.css +349 -57
  55. package/styles/bootstrap.scss +1 -0
  56. package/styles/bootstrap4.css +351 -60
  57. package/styles/bootstrap4.scss +1 -0
  58. package/styles/bootstrap5-dark.css +9922 -0
  59. package/styles/bootstrap5-dark.scss +10 -0
  60. package/styles/bootstrap5.css +9922 -0
  61. package/styles/bootstrap5.scss +10 -0
  62. package/styles/breadcrumb/_all.scss +2 -0
  63. package/styles/breadcrumb/_bootstrap-dark-definition.scss +41 -0
  64. package/styles/breadcrumb/_bootstrap-definition.scss +41 -0
  65. package/styles/breadcrumb/_bootstrap4-definition.scss +41 -0
  66. package/styles/breadcrumb/_bootstrap5-dark-definition.scss +1 -0
  67. package/styles/breadcrumb/_bootstrap5-definition.scss +46 -0
  68. package/styles/breadcrumb/_fabric-dark-definition.scss +46 -0
  69. package/styles/breadcrumb/_fabric-definition.scss +46 -0
  70. package/styles/breadcrumb/_highcontrast-definition.scss +48 -0
  71. package/styles/breadcrumb/_highcontrast-light-definition.scss +48 -0
  72. package/styles/breadcrumb/_layout.scss +291 -0
  73. package/styles/breadcrumb/_material-dark-definition.scss +37 -0
  74. package/styles/breadcrumb/_material-definition.scss +37 -0
  75. package/styles/breadcrumb/_tailwind-dark-definition.scss +47 -0
  76. package/styles/breadcrumb/_tailwind-definition.scss +47 -0
  77. package/styles/breadcrumb/_theme.scss +134 -0
  78. package/styles/breadcrumb/bootstrap-dark.css +279 -0
  79. package/styles/breadcrumb/bootstrap-dark.scss +4 -0
  80. package/styles/breadcrumb/bootstrap.css +279 -0
  81. package/styles/breadcrumb/bootstrap.scss +4 -0
  82. package/styles/breadcrumb/bootstrap4.css +279 -0
  83. package/styles/breadcrumb/bootstrap4.scss +4 -0
  84. package/styles/breadcrumb/bootstrap5-dark.css +297 -0
  85. package/styles/breadcrumb/bootstrap5-dark.scss +4 -0
  86. package/styles/breadcrumb/bootstrap5.css +297 -0
  87. package/styles/breadcrumb/bootstrap5.scss +4 -0
  88. package/styles/breadcrumb/fabric-dark.css +277 -0
  89. package/styles/breadcrumb/fabric-dark.scss +4 -0
  90. package/styles/breadcrumb/fabric.css +277 -0
  91. package/styles/breadcrumb/fabric.scss +4 -0
  92. package/styles/breadcrumb/highcontrast-light.css +285 -0
  93. package/styles/breadcrumb/highcontrast-light.scss +4 -0
  94. package/styles/breadcrumb/highcontrast.css +285 -0
  95. package/styles/breadcrumb/highcontrast.scss +4 -0
  96. package/styles/breadcrumb/icons/_bootstrap-dark.scss +13 -0
  97. package/styles/breadcrumb/icons/_bootstrap.scss +13 -0
  98. package/styles/breadcrumb/icons/_bootstrap4.scss +13 -0
  99. package/styles/breadcrumb/icons/_bootstrap5-dark.scss +1 -0
  100. package/styles/breadcrumb/icons/_bootstrap5.scss +24 -0
  101. package/styles/breadcrumb/icons/_fabric-dark.scss +13 -0
  102. package/styles/breadcrumb/icons/_fabric.scss +13 -0
  103. package/styles/breadcrumb/icons/_highcontrast-light.scss +13 -0
  104. package/styles/breadcrumb/icons/_highcontrast.scss +13 -0
  105. package/styles/breadcrumb/icons/_material-dark.scss +24 -0
  106. package/styles/breadcrumb/icons/_material.scss +24 -0
  107. package/styles/breadcrumb/icons/_tailwind-dark.scss +13 -0
  108. package/styles/breadcrumb/icons/_tailwind.scss +13 -0
  109. package/styles/breadcrumb/material-dark.css +259 -0
  110. package/styles/breadcrumb/material-dark.scss +4 -0
  111. package/styles/breadcrumb/material.css +259 -0
  112. package/styles/breadcrumb/material.scss +4 -0
  113. package/styles/breadcrumb/tailwind-dark.css +280 -0
  114. package/styles/breadcrumb/tailwind-dark.scss +4 -0
  115. package/styles/breadcrumb/tailwind.css +280 -0
  116. package/styles/breadcrumb/tailwind.scss +4 -0
  117. package/styles/context-menu/_bootstrap5-dark-definition.scss +1 -0
  118. package/styles/context-menu/_bootstrap5-definition.scss +52 -0
  119. package/styles/context-menu/_tailwind-dark-definition.scss +1 -53
  120. package/styles/context-menu/_tailwind-definition.scss +52 -51
  121. package/styles/context-menu/bootstrap5-dark.css +382 -0
  122. package/styles/context-menu/bootstrap5-dark.scss +4 -0
  123. package/styles/context-menu/bootstrap5.css +382 -0
  124. package/styles/context-menu/bootstrap5.scss +4 -0
  125. package/styles/context-menu/icons/_bootstrap5-dark.scss +1 -0
  126. package/styles/context-menu/icons/_bootstrap5.scss +32 -0
  127. package/styles/context-menu/icons/_tailwind-dark.scss +32 -32
  128. package/styles/context-menu/icons/_tailwind.scss +32 -32
  129. package/styles/fabric-dark.css +352 -78
  130. package/styles/fabric-dark.scss +1 -0
  131. package/styles/fabric.css +346 -72
  132. package/styles/fabric.scss +1 -0
  133. package/styles/h-scroll/_bootstrap5-dark-definition.scss +1 -0
  134. package/styles/h-scroll/_bootstrap5-definition.scss +78 -0
  135. package/styles/h-scroll/_fabric-dark-definition.scss +1 -1
  136. package/styles/h-scroll/_highcontrast-definition.scss +1 -1
  137. package/styles/h-scroll/_layout.scss +1 -1
  138. package/styles/h-scroll/_tailwind-dark-definition.scss +1 -78
  139. package/styles/h-scroll/bootstrap5-dark.css +328 -0
  140. package/styles/h-scroll/bootstrap5-dark.scss +4 -0
  141. package/styles/h-scroll/bootstrap5.css +328 -0
  142. package/styles/h-scroll/bootstrap5.scss +4 -0
  143. package/styles/h-scroll/fabric-dark.css +1 -1
  144. package/styles/h-scroll/highcontrast.css +1 -1
  145. package/styles/h-scroll/icons/_bootstrap4.scss +1 -1
  146. package/styles/h-scroll/icons/_bootstrap5-dark.scss +1 -0
  147. package/styles/h-scroll/icons/_bootstrap5.scss +49 -0
  148. package/styles/h-scroll/icons/_tailwind-dark.scss +1 -49
  149. package/styles/highcontrast-light.css +354 -73
  150. package/styles/highcontrast-light.scss +1 -0
  151. package/styles/highcontrast.css +356 -75
  152. package/styles/highcontrast.scss +1 -0
  153. package/styles/material-dark.css +360 -105
  154. package/styles/material-dark.scss +1 -0
  155. package/styles/material.css +324 -69
  156. package/styles/material.scss +1 -0
  157. package/styles/menu/_bootstrap5-dark-definition.scss +1 -0
  158. package/styles/menu/_bootstrap5-definition.scss +68 -0
  159. package/styles/menu/_layout.scss +12 -2
  160. package/styles/menu/_tailwind-dark-definition.scss +1 -66
  161. package/styles/menu/_tailwind-definition.scss +66 -64
  162. package/styles/menu/_theme.scss +1 -1
  163. package/styles/menu/bootstrap-dark.css +36 -36
  164. package/styles/menu/bootstrap.css +36 -36
  165. package/styles/menu/bootstrap4.css +34 -34
  166. package/styles/menu/bootstrap5-dark.css +1251 -0
  167. package/styles/menu/bootstrap5-dark.scss +8 -0
  168. package/styles/menu/bootstrap5.css +1251 -0
  169. package/styles/menu/bootstrap5.scss +8 -0
  170. package/styles/menu/fabric-dark.css +36 -36
  171. package/styles/menu/fabric.css +36 -36
  172. package/styles/menu/highcontrast-light.css +36 -36
  173. package/styles/menu/highcontrast.css +36 -36
  174. package/styles/menu/icons/_bootstrap5-dark.scss +1 -0
  175. package/styles/menu/icons/_bootstrap5.scss +133 -0
  176. package/styles/menu/icons/_tailwind-dark.scss +133 -133
  177. package/styles/menu/icons/_tailwind.scss +133 -133
  178. package/styles/menu/material-dark.css +36 -36
  179. package/styles/menu/material.css +36 -36
  180. package/styles/menu/tailwind-dark.css +36 -36
  181. package/styles/menu/tailwind.css +36 -36
  182. package/styles/sidebar/_bootstrap5-dark-definition.scss +1 -0
  183. package/styles/sidebar/_bootstrap5-definition.scss +5 -0
  184. package/styles/sidebar/_highcontrast-definition.scss +1 -1
  185. package/styles/sidebar/_tailwind-dark-definition.scss +1 -4
  186. package/styles/sidebar/_tailwind-definition.scss +2 -1
  187. package/styles/sidebar/_theme.scss +3 -3
  188. package/styles/sidebar/bootstrap5-dark.css +155 -0
  189. package/styles/sidebar/bootstrap5-dark.scss +3 -0
  190. package/styles/sidebar/bootstrap5.css +155 -0
  191. package/styles/sidebar/bootstrap5.scss +3 -0
  192. package/styles/sidebar/highcontrast.css +1 -1
  193. package/styles/tab/_bootstrap-dark-definition.scss +2 -2
  194. package/styles/tab/_bootstrap-definition.scss +1 -1
  195. package/styles/tab/_bootstrap4-definition.scss +2 -2
  196. package/styles/tab/_bootstrap5-dark-definition.scss +1 -0
  197. package/styles/tab/_bootstrap5-definition.scss +401 -0
  198. package/styles/tab/_layout.scss +45 -51
  199. package/styles/tab/_material-dark-definition.scss +0 -1
  200. package/styles/tab/_tailwind-dark-definition.scss +1 -420
  201. package/styles/tab/_tailwind-definition.scss +420 -420
  202. package/styles/tab/_theme.scss +166 -53
  203. package/styles/tab/bootstrap-dark.css +15 -14
  204. package/styles/tab/bootstrap.css +12 -11
  205. package/styles/tab/bootstrap4.css +15 -14
  206. package/styles/tab/bootstrap5-dark.css +4442 -0
  207. package/styles/tab/bootstrap5-dark.scss +5 -0
  208. package/styles/tab/bootstrap5.css +4442 -0
  209. package/styles/tab/bootstrap5.scss +5 -0
  210. package/styles/tab/fabric-dark.css +16 -15
  211. package/styles/tab/fabric.css +14 -13
  212. package/styles/tab/highcontrast-light.css +14 -13
  213. package/styles/tab/highcontrast.css +14 -13
  214. package/styles/tab/icons/_bootstrap-dark.scss +2 -2
  215. package/styles/tab/icons/_bootstrap5-dark.scss +1 -0
  216. package/styles/tab/icons/_bootstrap5.scss +141 -0
  217. package/styles/tab/icons/_fabric-dark.scss +2 -2
  218. package/styles/tab/icons/_tailwind-dark.scss +1 -140
  219. package/styles/tab/icons/_tailwind.scss +140 -140
  220. package/styles/tab/material-dark.css +36 -35
  221. package/styles/tab/material.css +11 -10
  222. package/styles/tab/tailwind-dark.css +27 -39
  223. package/styles/tab/tailwind.css +22 -34
  224. package/styles/tailwind-dark.css +379 -111
  225. package/styles/tailwind-dark.scss +1 -0
  226. package/styles/tailwind.css +364 -96
  227. package/styles/tailwind.scss +1 -0
  228. package/styles/toolbar/_bootstrap5-dark-definition.scss +1 -0
  229. package/styles/toolbar/_bootstrap5-definition.scss +143 -0
  230. package/styles/toolbar/_fabric-dark-definition.scss +1 -3
  231. package/styles/toolbar/_layout.scss +18 -9
  232. package/styles/toolbar/_material-dark-definition.scss +0 -1
  233. package/styles/toolbar/_tailwind-dark-definition.scss +1 -143
  234. package/styles/toolbar/_tailwind-definition.scss +143 -143
  235. package/styles/toolbar/_theme.scss +98 -16
  236. package/styles/toolbar/bootstrap-dark.css +13 -10
  237. package/styles/toolbar/bootstrap.css +13 -10
  238. package/styles/toolbar/bootstrap4.css +14 -12
  239. package/styles/toolbar/bootstrap5-dark.css +1409 -0
  240. package/styles/toolbar/bootstrap5-dark.scss +8 -0
  241. package/styles/toolbar/bootstrap5.css +1409 -0
  242. package/styles/toolbar/bootstrap5.scss +8 -0
  243. package/styles/toolbar/fabric-dark.css +13 -26
  244. package/styles/toolbar/fabric.css +10 -23
  245. package/styles/toolbar/highcontrast-light.css +10 -23
  246. package/styles/toolbar/highcontrast.css +10 -23
  247. package/styles/toolbar/icons/_bootstrap5-dark.scss +1 -0
  248. package/styles/toolbar/icons/_bootstrap5.scss +17 -0
  249. package/styles/toolbar/icons/_tailwind-dark.scss +1 -16
  250. package/styles/toolbar/icons/_tailwind.scss +16 -16
  251. package/styles/toolbar/material-dark.css +11 -24
  252. package/styles/toolbar/material.css +10 -23
  253. package/styles/toolbar/tailwind-dark.css +20 -29
  254. package/styles/toolbar/tailwind.css +16 -25
  255. package/styles/treeview/_bootstrap4-definition.scss +3 -3
  256. package/styles/treeview/_bootstrap5-dark-definition.scss +1 -0
  257. package/styles/treeview/_bootstrap5-definition.scss +109 -0
  258. package/styles/treeview/_layout.scss +64 -17
  259. package/styles/treeview/_tailwind-dark-definition.scss +1 -110
  260. package/styles/treeview/_tailwind-definition.scss +30 -28
  261. package/styles/treeview/_theme.scss +26 -6
  262. package/styles/treeview/bootstrap-dark.css +8 -0
  263. package/styles/treeview/bootstrap.css +8 -0
  264. package/styles/treeview/bootstrap4.css +8 -0
  265. package/styles/treeview/bootstrap5-dark.css +974 -0
  266. package/styles/treeview/bootstrap5-dark.scss +6 -0
  267. package/styles/treeview/bootstrap5.css +974 -0
  268. package/styles/treeview/bootstrap5.scss +6 -0
  269. package/styles/treeview/fabric-dark.css +8 -0
  270. package/styles/treeview/fabric.css +8 -0
  271. package/styles/treeview/highcontrast-light.css +8 -0
  272. package/styles/treeview/highcontrast.css +8 -0
  273. package/styles/treeview/icons/_bootstrap5-dark.scss +1 -0
  274. package/styles/treeview/icons/_bootstrap5.scss +43 -0
  275. package/styles/treeview/icons/_tailwind-dark.scss +43 -43
  276. package/styles/treeview/material-dark.css +15 -7
  277. package/styles/treeview/material.css +8 -0
  278. package/styles/treeview/tailwind-dark.css +10 -2
  279. package/styles/treeview/tailwind.css +9 -1
  280. package/styles/v-scroll/_bootstrap5-dark-definition.scss +1 -0
  281. package/styles/v-scroll/_bootstrap5-definition.scss +49 -0
  282. package/styles/v-scroll/_tailwind-dark-definition.scss +1 -49
  283. package/styles/v-scroll/bootstrap5-dark.css +247 -0
  284. package/styles/v-scroll/bootstrap5-dark.scss +4 -0
  285. package/styles/v-scroll/bootstrap5.css +247 -0
  286. package/styles/v-scroll/bootstrap5.scss +4 -0
  287. package/styles/v-scroll/icons/_bootstrap4.scss +1 -1
  288. package/styles/v-scroll/icons/_bootstrap5-dark.scss +1 -0
  289. package/styles/v-scroll/icons/_bootstrap5.scss +27 -0
  290. package/styles/v-scroll/icons/_tailwind-dark.scss +1 -26
  291. package/styles/v-scroll/material-dark.css +1 -1
  292. package/styles/v-scroll/tailwind-dark.css +4 -4
@@ -1,140 +1,140 @@
1
- @include export-module('tab-tailwind-icons') {
2
- /*! tab icons */
3
- #{&}.e-tab {
4
-
5
- .e-tab-header {
6
-
7
- .e-toolbar-items.e-hscroll.e-rtl {
8
-
9
- .e-nav-left-arrow::before {
10
- content: '\e707';
11
- }
12
-
13
- .e-nav-right-arrow::before {
14
- content: '\e761';
15
- }
16
- }
17
-
18
- .e-scroll-nav {
19
-
20
- .e-nav-left-arrow::before {
21
- content: '\e761';
22
- }
23
-
24
- .e-nav-right-arrow::before {
25
- content: '\e707';
26
- }
27
- }
28
-
29
- .e-close-icon::before {
30
- content: '\e771';
31
- position: relative;
32
- }
33
-
34
- .e-popup-up-icon::before {
35
- content: '\e7a0';
36
-
37
- @media screen and (max-width: 480px) {
38
- content: '\e75b';
39
- }
40
- }
41
-
42
- .e-popup-down-icon::before {
43
- content: '\e7b3';
44
-
45
- @media screen and (max-width: 480px) {
46
- content: '\e75b';
47
- }
48
- }
49
- }
50
-
51
- &.e-vertical-icon .e-tab-header {
52
-
53
- @media screen and (max-width: 480px) {
54
-
55
- .e-popup-up-icon::before {
56
- content: '\e7a0';
57
- }
58
-
59
- .e-popup-down-icon::before {
60
- content: '\e7b3';
61
- }
62
- }
63
- }
64
-
65
- &.e-vertical-tab {
66
-
67
- .e-tab-header {
68
-
69
- .e-scroll-nav {
70
-
71
- .e-nav-up-arrow::before {
72
- content: '\e752';
73
- }
74
-
75
- .e-nav-down-arrow::before {
76
- content: '\e706';
77
- }
78
- }
79
-
80
- .e-popup-up-icon {
81
-
82
- &::before {
83
- content: 'More';
84
- }
85
-
86
- &::after {
87
- content: '\e7a0';
88
- }
89
- }
90
-
91
- .e-popup-down-icon {
92
-
93
- &::before {
94
- content: 'More';
95
- }
96
-
97
- &::after {
98
- content: '\e7b3';
99
- }
100
- }
101
- }
102
-
103
- &.e-icon-tab {
104
-
105
- .e-tab-header {
106
-
107
- .e-popup-up-icon {
108
-
109
- &::before {
110
- content: '';
111
- }
112
-
113
- &::after {
114
- content: '\e7a0';
115
- }
116
- }
117
-
118
- .e-popup-down-icon {
119
-
120
- &::before {
121
- content: '';
122
- }
123
-
124
- &::after {
125
- content: '\e7b3';
126
- }
127
- }
128
- }
129
- }
130
- }
131
- }
132
-
133
- .e-tab-clone-element {
134
-
135
- .e-close-icon::before {
136
- content: '\e771';
137
- position: relative;
138
- }
139
- }
140
- }
1
+ @include export-module('tab-tailwind-icons') {
2
+ /*! tab icons */
3
+ #{&}.e-tab {
4
+
5
+ .e-tab-header {
6
+
7
+ .e-toolbar-items.e-hscroll.e-rtl {
8
+
9
+ .e-nav-left-arrow::before {
10
+ content: '\e707';
11
+ }
12
+
13
+ .e-nav-right-arrow::before {
14
+ content: '\e761';
15
+ }
16
+ }
17
+
18
+ .e-scroll-nav {
19
+
20
+ .e-nav-left-arrow::before {
21
+ content: '\e761';
22
+ }
23
+
24
+ .e-nav-right-arrow::before {
25
+ content: '\e707';
26
+ }
27
+ }
28
+
29
+ .e-close-icon::before {
30
+ content: '\e771';
31
+ position: relative;
32
+ }
33
+
34
+ .e-popup-up-icon::before {
35
+ content: '\e7a0';
36
+
37
+ @media screen and (max-width: 480px) {
38
+ content: '\e75b';
39
+ }
40
+ }
41
+
42
+ .e-popup-down-icon::before {
43
+ content: '\e7b3';
44
+
45
+ @media screen and (max-width: 480px) {
46
+ content: '\e75b';
47
+ }
48
+ }
49
+ }
50
+
51
+ &.e-vertical-icon .e-tab-header {
52
+
53
+ @media screen and (max-width: 480px) {
54
+
55
+ .e-popup-up-icon::before {
56
+ content: '\e7a0';
57
+ }
58
+
59
+ .e-popup-down-icon::before {
60
+ content: '\e7b3';
61
+ }
62
+ }
63
+ }
64
+
65
+ &.e-vertical-tab {
66
+
67
+ .e-tab-header {
68
+
69
+ .e-scroll-nav {
70
+
71
+ .e-nav-up-arrow::before {
72
+ content: '\e752';
73
+ }
74
+
75
+ .e-nav-down-arrow::before {
76
+ content: '\e706';
77
+ }
78
+ }
79
+
80
+ .e-popup-up-icon {
81
+
82
+ &::before {
83
+ content: 'More';
84
+ }
85
+
86
+ &::after {
87
+ content: '\e7a0';
88
+ }
89
+ }
90
+
91
+ .e-popup-down-icon {
92
+
93
+ &::before {
94
+ content: 'More';
95
+ }
96
+
97
+ &::after {
98
+ content: '\e7b3';
99
+ }
100
+ }
101
+ }
102
+
103
+ &.e-icon-tab {
104
+
105
+ .e-tab-header {
106
+
107
+ .e-popup-up-icon {
108
+
109
+ &::before {
110
+ content: '';
111
+ }
112
+
113
+ &::after {
114
+ content: '\e7a0';
115
+ }
116
+ }
117
+
118
+ .e-popup-down-icon {
119
+
120
+ &::before {
121
+ content: '';
122
+ }
123
+
124
+ &::after {
125
+ content: '\e7b3';
126
+ }
127
+ }
128
+ }
129
+ }
130
+ }
131
+ }
132
+
133
+ .e-tab-clone-element {
134
+
135
+ .e-close-icon::before {
136
+ content: '\e771';
137
+ position: relative;
138
+ }
139
+ }
140
+ }
@@ -3287,7 +3287,7 @@
3287
3287
  }
3288
3288
 
3289
3289
  .e-tab .e-tab-header .e-indicator {
3290
- background: #ff80ab;
3290
+ background: #00b0ff;
3291
3291
  }
3292
3292
 
3293
3293
  .e-tab .e-tab-header .e-toolbar-item {
@@ -3296,7 +3296,7 @@
3296
3296
  }
3297
3297
 
3298
3298
  .e-tab .e-tab-header .e-toolbar-item .e-ripple-element {
3299
- background: rgba(255, 128, 171, 0.12);
3299
+ background: rgba(0, 176, 255, 0.12);
3300
3300
  }
3301
3301
 
3302
3302
  .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
@@ -3336,26 +3336,26 @@
3336
3336
  }
3337
3337
 
3338
3338
  .e-tab .e-tab-header .e-toolbar-item.e-active {
3339
- border: 2px Solid #ff80ab;
3339
+ border: 2px Solid #00b0ff;
3340
3340
  border-radius: 0;
3341
3341
  }
3342
3342
 
3343
3343
  .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text,
3344
3344
  .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-icon {
3345
- color: #ff80ab;
3345
+ color: #00b0ff;
3346
3346
  }
3347
3347
 
3348
3348
  .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-text,
3349
3349
  .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-icon {
3350
- color: #ff80ab;
3350
+ color: #00b0ff;
3351
3351
  }
3352
3352
 
3353
3353
  .e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft .e-tab-icon, .e-tab .e-tab-header .e-toolbar-item.e-active.e-iright .e-tab-icon {
3354
- color: #ff80ab;
3354
+ color: #00b0ff;
3355
3355
  }
3356
3356
 
3357
3357
  .e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft .e-tab-text, .e-tab .e-tab-header .e-toolbar-item.e-active.e-iright .e-tab-text {
3358
- color: #ff80ab;
3358
+ color: #00b0ff;
3359
3359
  }
3360
3360
 
3361
3361
  .e-tab .e-tab-header .e-toolbar-item .e-close-icon {
@@ -3652,34 +3652,34 @@
3652
3652
  border: 0;
3653
3653
  }
3654
3654
 
3655
- .e-tab.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus {
3656
- background: rgba(255, 128, 171, 0.12);
3655
+ .e-tab.e-focused > .e-tab-header .e-toolbar-item .e-tab-wrap:focus {
3656
+ background: rgba(0, 176, 255, 0.12);
3657
3657
  }
3658
3658
 
3659
- .e-tab.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon,
3660
- .e-tab.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-text {
3661
- color: #ff80ab;
3659
+ .e-tab.e-focused > .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon,
3660
+ .e-tab.e-focused > .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-text {
3661
+ color: #00b0ff;
3662
3662
  }
3663
3663
 
3664
- .e-tab.e-focused .e-tab-header .e-scroll-nav:focus .e-nav-arrow {
3664
+ .e-tab.e-focused > .e-tab-header .e-scroll-nav:focus .e-nav-arrow {
3665
3665
  color: #fff;
3666
3666
  }
3667
3667
 
3668
- .e-tab.e-focused .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
3669
- .e-tab.e-focused .e-tab-header .e-hor-nav:focus .e-popup-down-icon {
3668
+ .e-tab.e-focused > .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
3669
+ .e-tab.e-focused > .e-tab-header .e-hor-nav:focus .e-popup-down-icon {
3670
3670
  color: #fff;
3671
3671
  }
3672
3672
 
3673
- .e-tab.e-focused .e-tab-header.e-vertical .e-scroll-nav:focus .e-nav-arrow {
3673
+ .e-tab.e-focused > .e-tab-header.e-vertical .e-scroll-nav:focus .e-nav-arrow {
3674
3674
  border: 0;
3675
3675
  }
3676
3676
 
3677
- .e-tab.e-focused .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon,
3678
- .e-tab.e-focused .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon {
3677
+ .e-tab.e-focused > .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon,
3678
+ .e-tab.e-focused > .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon {
3679
3679
  border: 0;
3680
3680
  }
3681
3681
 
3682
- .e-tab.e-focused .e-tab-header.e-vertical .e-hor-nav:focus {
3682
+ .e-tab.e-focused > .e-tab-header.e-vertical .e-hor-nav:focus {
3683
3683
  outline: 0;
3684
3684
  }
3685
3685
 
@@ -3688,7 +3688,7 @@
3688
3688
  }
3689
3689
 
3690
3690
  .e-tab.e-disable .e-tab-header .e-indicator {
3691
- background: rgba(255, 128, 171, 0.38);
3691
+ background: rgba(0, 176, 255, 0.38);
3692
3692
  }
3693
3693
 
3694
3694
  .e-tab.e-disable .e-tab-header .e-toolbar-item .e-tab-wrap {
@@ -3697,7 +3697,7 @@
3697
3697
 
3698
3698
  .e-tab.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-text,
3699
3699
  .e-tab.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-icon {
3700
- color: rgba(255, 128, 171, 0.3);
3700
+ color: rgba(0, 176, 255, 0.3);
3701
3701
  }
3702
3702
 
3703
3703
  .e-tab.e-disable .e-content {
@@ -3705,7 +3705,7 @@
3705
3705
  }
3706
3706
 
3707
3707
  .e-tab.e-fill .e-tab-header {
3708
- border-bottom: 2px Solid #ff80ab;
3708
+ border-bottom: 2px Solid #00b0ff;
3709
3709
  }
3710
3710
 
3711
3711
  .e-tab.e-fill .e-tab-header .e-toolbar-item {
@@ -3734,7 +3734,7 @@
3734
3734
  }
3735
3735
 
3736
3736
  .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
3737
- background: #ff80ab;
3737
+ background: #00b0ff;
3738
3738
  border-radius: 0;
3739
3739
  }
3740
3740
 
@@ -3762,7 +3762,7 @@
3762
3762
 
3763
3763
  .e-tab.e-fill .e-tab-header.e-horizontal-bottom {
3764
3764
  border-bottom: 0;
3765
- border-top: 2px Solid #ff80ab;
3765
+ border-top: 2px Solid #00b0ff;
3766
3766
  }
3767
3767
 
3768
3768
  .e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap {
@@ -3774,11 +3774,11 @@
3774
3774
  }
3775
3775
 
3776
3776
  .e-tab.e-fill .e-tab-header.e-vertical.e-vertical-left {
3777
- border-right: 2px Solid #ff80ab;
3777
+ border-right: 2px Solid #00b0ff;
3778
3778
  }
3779
3779
 
3780
3780
  .e-tab.e-fill .e-tab-header.e-vertical.e-vertical-right {
3781
- border-left: 2px Solid #ff80ab;
3781
+ border-left: 2px Solid #00b0ff;
3782
3782
  }
3783
3783
 
3784
3784
  .e-tab.e-fill.e-corner .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
@@ -3790,7 +3790,7 @@
3790
3790
  }
3791
3791
 
3792
3792
  .e-tab.e-fill.e-disable .e-tab-header {
3793
- border-bottom: 2px Solid rgba(255, 128, 171, 0.38);
3793
+ border-bottom: 2px Solid rgba(0, 176, 255, 0.38);
3794
3794
  }
3795
3795
 
3796
3796
  .e-tab.e-fill.e-disable .e-tab-header .e-toolbar-item .e-tab-wrap {
@@ -3803,7 +3803,7 @@
3803
3803
 
3804
3804
  .e-tab.e-fill.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap,
3805
3805
  .e-tab.e-fill.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
3806
- background: rgba(255, 128, 171, 0.38);
3806
+ background: rgba(0, 176, 255, 0.38);
3807
3807
  }
3808
3808
 
3809
3809
  .e-tab.e-fill.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-text,
@@ -3815,17 +3815,17 @@
3815
3815
 
3816
3816
  .e-tab.e-fill.e-disable .e-tab-header.e-horizontal-bottom {
3817
3817
  border-bottom: 0;
3818
- border-top: 2px Solid rgba(255, 128, 171, 0.38);
3818
+ border-top: 2px Solid rgba(0, 176, 255, 0.38);
3819
3819
  }
3820
3820
 
3821
3821
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon,
3822
3822
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-text,
3823
3823
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-close-icon {
3824
- color: #ff80ab;
3824
+ color: #00b0ff;
3825
3825
  }
3826
3826
 
3827
3827
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
3828
- background: rgba(255, 128, 171, 0.8);
3828
+ background: rgba(0, 176, 255, 0.8);
3829
3829
  }
3830
3830
 
3831
3831
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
@@ -3882,11 +3882,12 @@
3882
3882
  }
3883
3883
 
3884
3884
  .e-tab.e-background .e-tab-header .e-toolbar-item .e-close-icon:hover {
3885
- color: #ff80ab;
3885
+ color: #00b0ff;
3886
3886
  }
3887
3887
 
3888
3888
  .e-tab.e-background .e-tab-header .e-toolbar-item.e-active {
3889
3889
  border: 0;
3890
+ margin: 0;
3890
3891
  }
3891
3892
 
3892
3893
  .e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
@@ -4067,11 +4068,11 @@
4067
4068
  }
4068
4069
 
4069
4070
  .e-tab.e-background.e-accent .e-tab-header .e-indicator {
4070
- background: #ff80ab;
4071
+ background: #00b0ff;
4071
4072
  }
4072
4073
 
4073
4074
  .e-tab.e-background.e-accent .e-tab-header.e-disable .e-indicator {
4074
- background: rgba(255, 128, 171, 0.38);
4075
+ background: rgba(0, 176, 255, 0.38);
4075
4076
  }
4076
4077
 
4077
4078
  .e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus {
@@ -4122,7 +4123,7 @@
4122
4123
 
4123
4124
  .e-tab .e-content .e-item {
4124
4125
  background: inherit;
4125
- color: #000;
4126
+ color: rgba(255, 255, 255, 0.7);
4126
4127
  }
4127
4128
 
4128
4129
  .e-tab-clone-element {
@@ -3658,34 +3658,34 @@
3658
3658
  border: 0;
3659
3659
  }
3660
3660
 
3661
- .e-tab.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus {
3661
+ .e-tab.e-focused > .e-tab-header .e-toolbar-item .e-tab-wrap:focus {
3662
3662
  background: rgba(227, 22, 91, 0.12);
3663
3663
  }
3664
3664
 
3665
- .e-tab.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon,
3666
- .e-tab.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-text {
3665
+ .e-tab.e-focused > .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon,
3666
+ .e-tab.e-focused > .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-text {
3667
3667
  color: #e3165b;
3668
3668
  }
3669
3669
 
3670
- .e-tab.e-focused .e-tab-header .e-scroll-nav:focus .e-nav-arrow {
3670
+ .e-tab.e-focused > .e-tab-header .e-scroll-nav:focus .e-nav-arrow {
3671
3671
  color: rgba(0, 0, 0, 0.87);
3672
3672
  }
3673
3673
 
3674
- .e-tab.e-focused .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
3675
- .e-tab.e-focused .e-tab-header .e-hor-nav:focus .e-popup-down-icon {
3674
+ .e-tab.e-focused > .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
3675
+ .e-tab.e-focused > .e-tab-header .e-hor-nav:focus .e-popup-down-icon {
3676
3676
  color: rgba(0, 0, 0, 0.87);
3677
3677
  }
3678
3678
 
3679
- .e-tab.e-focused .e-tab-header.e-vertical .e-scroll-nav:focus .e-nav-arrow {
3679
+ .e-tab.e-focused > .e-tab-header.e-vertical .e-scroll-nav:focus .e-nav-arrow {
3680
3680
  border: 0;
3681
3681
  }
3682
3682
 
3683
- .e-tab.e-focused .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon,
3684
- .e-tab.e-focused .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon {
3683
+ .e-tab.e-focused > .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon,
3684
+ .e-tab.e-focused > .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon {
3685
3685
  border: 0;
3686
3686
  }
3687
3687
 
3688
- .e-tab.e-focused .e-tab-header.e-vertical .e-hor-nav:focus {
3688
+ .e-tab.e-focused > .e-tab-header.e-vertical .e-hor-nav:focus {
3689
3689
  outline: 0;
3690
3690
  }
3691
3691
 
@@ -3893,6 +3893,7 @@
3893
3893
 
3894
3894
  .e-tab.e-background .e-tab-header .e-toolbar-item.e-active {
3895
3895
  border: 0;
3896
+ margin: 0;
3896
3897
  }
3897
3898
 
3898
3899
  .e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {