@syncfusion/ej2-navigations 27.2.5 → 28.1.33-686179

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 (806) hide show
  1. package/.eslintrc.json +243 -260
  2. package/README.md +301 -301
  3. package/dist/ej2-navigations.umd.min.js +1 -10
  4. package/dist/ej2-navigations.umd.min.js.map +1 -1
  5. package/dist/es6/ej2-navigations.es2015.js +571 -384
  6. package/dist/es6/ej2-navigations.es2015.js.map +1 -1
  7. package/dist/es6/ej2-navigations.es5.js +817 -624
  8. package/dist/es6/ej2-navigations.es5.js.map +1 -1
  9. package/license +10 -10
  10. package/package.json +167 -167
  11. package/src/accordion/accordion-model.d.ts +199 -199
  12. package/src/accordion/accordion.js +19 -19
  13. package/src/appbar/appbar-model.d.ts +51 -51
  14. package/src/appbar/appbar.js +19 -19
  15. package/src/breadcrumb/breadcrumb-model.d.ts +114 -114
  16. package/src/breadcrumb/breadcrumb.js +19 -19
  17. package/src/carousel/carousel-model.d.ts +206 -194
  18. package/src/carousel/carousel.d.ts +11 -0
  19. package/src/carousel/carousel.js +43 -22
  20. package/src/common/h-scroll-model.d.ts +6 -6
  21. package/src/common/h-scroll.js +19 -19
  22. package/src/common/menu-base-model.d.ts +236 -229
  23. package/src/common/menu-base.d.ts +7 -0
  24. package/src/common/menu-base.js +99 -38
  25. package/src/common/v-scroll-model.d.ts +6 -6
  26. package/src/common/v-scroll.js +19 -19
  27. package/src/context-menu/context-menu-model.d.ts +33 -18
  28. package/src/context-menu/context-menu.d.ts +13 -0
  29. package/src/context-menu/context-menu.js +29 -19
  30. package/src/menu/menu-model.d.ts +45 -45
  31. package/src/menu/menu.js +23 -19
  32. package/src/sidebar/sidebar-model.d.ts +189 -189
  33. package/src/sidebar/sidebar.js +19 -19
  34. package/src/stepper/stepper.d.ts +9 -0
  35. package/src/stepper/stepper.js +281 -256
  36. package/src/stepper-base/stepper-base.js +34 -30
  37. package/src/tab/tab-model.d.ts +306 -293
  38. package/src/tab/tab.d.ts +26 -2
  39. package/src/tab/tab.js +98 -31
  40. package/src/toolbar/toolbar-model.d.ts +209 -215
  41. package/src/toolbar/toolbar.d.ts +0 -6
  42. package/src/toolbar/toolbar.js +19 -19
  43. package/src/treeview/treeview-model.d.ts +520 -520
  44. package/src/treeview/treeview.d.ts +2 -10
  45. package/src/treeview/treeview.js +36 -35
  46. package/styles/accordion/_all.scss +2 -2
  47. package/styles/accordion/_bds-definition.scss +167 -167
  48. package/styles/accordion/_bigger.scss +121 -121
  49. package/styles/accordion/_bootstrap-dark-definition.scss +169 -167
  50. package/styles/accordion/_bootstrap-definition.scss +167 -167
  51. package/styles/accordion/_bootstrap4-definition.scss +177 -175
  52. package/styles/accordion/_bootstrap5-definition.scss +168 -168
  53. package/styles/accordion/_bootstrap5.3-definition.scss +168 -168
  54. package/styles/accordion/_fabric-dark-definition.scss +171 -171
  55. package/styles/accordion/_fabric-definition.scss +171 -171
  56. package/styles/accordion/_fluent-definition.scss +168 -168
  57. package/styles/accordion/_fluent2-definition.scss +167 -167
  58. package/styles/accordion/_fusionnew-definition.scss +168 -168
  59. package/styles/accordion/_highcontrast-definition.scss +193 -193
  60. package/styles/accordion/_highcontrast-light-definition.scss +193 -193
  61. package/styles/accordion/_layout.scss +236 -236
  62. package/styles/accordion/_material-dark-definition.scss +171 -171
  63. package/styles/accordion/_material-definition.scss +165 -165
  64. package/styles/accordion/_material3-definition.scss +168 -168
  65. package/styles/accordion/_tailwind-definition.scss +167 -167
  66. package/styles/accordion/_tailwind3-definition.scss +168 -0
  67. package/styles/accordion/_theme.scss +418 -418
  68. package/styles/accordion/bds.css +544 -0
  69. package/styles/accordion/bds.scss +5 -0
  70. package/styles/accordion/icons/_bds.scss +15 -15
  71. package/styles/accordion/icons/_bootstrap-dark.scss +15 -15
  72. package/styles/accordion/icons/_bootstrap.scss +15 -15
  73. package/styles/accordion/icons/_bootstrap4.scss +15 -15
  74. package/styles/accordion/icons/_bootstrap5.3.scss +15 -15
  75. package/styles/accordion/icons/_bootstrap5.scss +15 -15
  76. package/styles/accordion/icons/_fabric-dark.scss +15 -15
  77. package/styles/accordion/icons/_fabric.scss +15 -15
  78. package/styles/accordion/icons/_fluent.scss +15 -15
  79. package/styles/accordion/icons/_fluent2.scss +15 -15
  80. package/styles/accordion/icons/_fusionnew.scss +15 -15
  81. package/styles/accordion/icons/_highcontrast-light.scss +15 -15
  82. package/styles/accordion/icons/_highcontrast.scss +15 -15
  83. package/styles/accordion/icons/_material-dark.scss +15 -15
  84. package/styles/accordion/icons/_material.scss +15 -15
  85. package/styles/accordion/icons/_material3.scss +15 -15
  86. package/styles/accordion/icons/_tailwind.scss +15 -15
  87. package/styles/accordion/icons/_tailwind3.scss +15 -0
  88. package/styles/accordion/material3-dark.scss +1 -1
  89. package/styles/accordion/material3.scss +1 -1
  90. package/styles/accordion/tailwind-dark.css +2 -2
  91. package/styles/accordion/tailwind3.css +552 -0
  92. package/styles/accordion/tailwind3.scss +5 -0
  93. package/styles/appbar/_all.scss +2 -2
  94. package/styles/appbar/_bds-definition.scss +24 -24
  95. package/styles/appbar/_bigger.scss +15 -15
  96. package/styles/appbar/_bootstrap-dark-definition.scss +6 -6
  97. package/styles/appbar/_bootstrap-definition.scss +6 -6
  98. package/styles/appbar/_bootstrap4-definition.scss +6 -6
  99. package/styles/appbar/_bootstrap5-definition.scss +6 -6
  100. package/styles/appbar/_bootstrap5.3-definition.scss +6 -6
  101. package/styles/appbar/_fabric-dark-definition.scss +6 -6
  102. package/styles/appbar/_fabric-definition.scss +6 -6
  103. package/styles/appbar/_fluent-definition.scss +6 -6
  104. package/styles/appbar/_fluent2-definition.scss +23 -23
  105. package/styles/appbar/_fusionnew-definition.scss +6 -6
  106. package/styles/appbar/_highcontrast-definition.scss +6 -6
  107. package/styles/appbar/_highcontrast-light-definition.scss +6 -6
  108. package/styles/appbar/_layout.scss +76 -76
  109. package/styles/appbar/_material-dark-definition.scss +6 -6
  110. package/styles/appbar/_material-definition.scss +6 -6
  111. package/styles/appbar/_material3-definition.scss +6 -6
  112. package/styles/appbar/_tailwind-definition.scss +6 -6
  113. package/styles/appbar/_tailwind3-definition.scss +6 -0
  114. package/styles/appbar/_theme.scss +216 -216
  115. package/styles/appbar/bds.css +302 -0
  116. package/styles/appbar/bds.scss +4 -0
  117. package/styles/appbar/material3-dark.scss +1 -1
  118. package/styles/appbar/material3.scss +1 -1
  119. package/styles/appbar/tailwind3.css +285 -0
  120. package/styles/appbar/tailwind3.scss +4 -0
  121. package/styles/bds-lite.css +9233 -0
  122. package/styles/bds-lite.scss +47 -0
  123. package/styles/bds.css +11954 -0
  124. package/styles/bds.scss +59 -0
  125. package/styles/bootstrap-dark-lite.css +21 -13
  126. package/styles/bootstrap-dark.css +35 -14
  127. package/styles/bootstrap-lite.css +21 -13
  128. package/styles/bootstrap.css +35 -14
  129. package/styles/bootstrap4-lite.css +23 -15
  130. package/styles/bootstrap4.css +37 -16
  131. package/styles/bootstrap5-dark-lite.css +42 -34
  132. package/styles/bootstrap5-dark.css +56 -35
  133. package/styles/bootstrap5-lite.css +29 -21
  134. package/styles/bootstrap5.3-lite.css +29 -13
  135. package/styles/bootstrap5.3.css +43 -14
  136. package/styles/bootstrap5.css +43 -22
  137. package/styles/breadcrumb/_all.scss +2 -2
  138. package/styles/breadcrumb/_bds-definition.scss +60 -60
  139. package/styles/breadcrumb/_bigger.scss +168 -160
  140. package/styles/breadcrumb/_bootstrap-dark-definition.scss +54 -54
  141. package/styles/breadcrumb/_bootstrap-definition.scss +54 -54
  142. package/styles/breadcrumb/_bootstrap4-definition.scss +56 -54
  143. package/styles/breadcrumb/_bootstrap5-definition.scss +65 -63
  144. package/styles/breadcrumb/_bootstrap5.3-definition.scss +61 -61
  145. package/styles/breadcrumb/_fabric-dark-definition.scss +59 -59
  146. package/styles/breadcrumb/_fabric-definition.scss +59 -59
  147. package/styles/breadcrumb/_fluent-definition.scss +63 -63
  148. package/styles/breadcrumb/_fluent2-definition.scss +61 -61
  149. package/styles/breadcrumb/_fusionnew-definition.scss +65 -59
  150. package/styles/breadcrumb/_highcontrast-definition.scss +61 -61
  151. package/styles/breadcrumb/_highcontrast-light-definition.scss +61 -61
  152. package/styles/breadcrumb/_layout.scss +451 -431
  153. package/styles/breadcrumb/_material-dark-definition.scss +50 -50
  154. package/styles/breadcrumb/_material-definition.scss +50 -50
  155. package/styles/breadcrumb/_material3-definition.scss +60 -60
  156. package/styles/breadcrumb/_tailwind-definition.scss +60 -60
  157. package/styles/breadcrumb/_tailwind3-definition.scss +61 -0
  158. package/styles/breadcrumb/_theme.scss +296 -236
  159. package/styles/breadcrumb/bds.css +418 -0
  160. package/styles/breadcrumb/bds.scss +5 -0
  161. package/styles/breadcrumb/bootstrap4.css +2 -2
  162. package/styles/breadcrumb/fabric-dark.css +3 -3
  163. package/styles/breadcrumb/icons/_bds.scss +23 -23
  164. package/styles/breadcrumb/icons/_bootstrap-dark.scss +12 -12
  165. package/styles/breadcrumb/icons/_bootstrap.scss +12 -12
  166. package/styles/breadcrumb/icons/_bootstrap4.scss +12 -12
  167. package/styles/breadcrumb/icons/_bootstrap5.3.scss +23 -23
  168. package/styles/breadcrumb/icons/_bootstrap5.scss +23 -23
  169. package/styles/breadcrumb/icons/_fabric-dark.scss +12 -12
  170. package/styles/breadcrumb/icons/_fabric.scss +12 -12
  171. package/styles/breadcrumb/icons/_fluent.scss +23 -23
  172. package/styles/breadcrumb/icons/_fluent2.scss +23 -23
  173. package/styles/breadcrumb/icons/_fusionnew.scss +23 -23
  174. package/styles/breadcrumb/icons/_highcontrast-light.scss +12 -12
  175. package/styles/breadcrumb/icons/_highcontrast.scss +12 -12
  176. package/styles/breadcrumb/icons/_material-dark.scss +23 -23
  177. package/styles/breadcrumb/icons/_material.scss +23 -23
  178. package/styles/breadcrumb/icons/_material3.scss +12 -12
  179. package/styles/breadcrumb/icons/_tailwind-dark.scss +23 -23
  180. package/styles/breadcrumb/icons/_tailwind.scss +23 -23
  181. package/styles/breadcrumb/icons/_tailwind3.scss +23 -0
  182. package/styles/breadcrumb/material3-dark.scss +1 -1
  183. package/styles/breadcrumb/material3.scss +1 -1
  184. package/styles/breadcrumb/tailwind3.css +441 -0
  185. package/styles/breadcrumb/tailwind3.scss +5 -0
  186. package/styles/carousel/_all.scss +2 -2
  187. package/styles/carousel/_bds-definition.scss +20 -20
  188. package/styles/carousel/_bootstrap-dark-definition.scss +20 -20
  189. package/styles/carousel/_bootstrap-definition.scss +20 -20
  190. package/styles/carousel/_bootstrap4-definition.scss +20 -20
  191. package/styles/carousel/_bootstrap5-definition.scss +20 -20
  192. package/styles/carousel/_bootstrap5.3-definition.scss +20 -20
  193. package/styles/carousel/_fabric-dark-definition.scss +20 -20
  194. package/styles/carousel/_fabric-definition.scss +20 -20
  195. package/styles/carousel/_fluent-definition.scss +20 -20
  196. package/styles/carousel/_fluent2-definition.scss +23 -23
  197. package/styles/carousel/_fusionnew-definition.scss +20 -20
  198. package/styles/carousel/_highcontrast-definition.scss +20 -20
  199. package/styles/carousel/_highcontrast-light-definition.scss +20 -20
  200. package/styles/carousel/_layout.scss +257 -257
  201. package/styles/carousel/_material-dark-definition.scss +20 -20
  202. package/styles/carousel/_material-definition.scss +20 -20
  203. package/styles/carousel/_material3-definition.scss +21 -21
  204. package/styles/carousel/_tailwind-definition.scss +20 -20
  205. package/styles/carousel/_tailwind3-definition.scss +24 -0
  206. package/styles/carousel/_theme.scss +108 -102
  207. package/styles/carousel/bds.css +426 -0
  208. package/styles/carousel/bds.scss +5 -0
  209. package/styles/carousel/fluent2.css +5 -0
  210. package/styles/carousel/icons/_bds.scss +30 -30
  211. package/styles/carousel/icons/_bootstrap-dark.scss +30 -30
  212. package/styles/carousel/icons/_bootstrap.scss +30 -30
  213. package/styles/carousel/icons/_bootstrap4.scss +30 -30
  214. package/styles/carousel/icons/_bootstrap5.3.scss +30 -30
  215. package/styles/carousel/icons/_bootstrap5.scss +30 -30
  216. package/styles/carousel/icons/_fabric-dark.scss +30 -30
  217. package/styles/carousel/icons/_fabric.scss +30 -30
  218. package/styles/carousel/icons/_fluent.scss +30 -30
  219. package/styles/carousel/icons/_fluent2.scss +30 -30
  220. package/styles/carousel/icons/_fusionnew.scss +30 -30
  221. package/styles/carousel/icons/_highcontrast-light.scss +30 -30
  222. package/styles/carousel/icons/_highcontrast.scss +30 -30
  223. package/styles/carousel/icons/_material-dark.scss +30 -30
  224. package/styles/carousel/icons/_material.scss +30 -30
  225. package/styles/carousel/icons/_material3.scss +30 -30
  226. package/styles/carousel/icons/_tailwind.scss +30 -30
  227. package/styles/carousel/icons/_tailwind3.scss +30 -0
  228. package/styles/carousel/material3-dark.scss +1 -1
  229. package/styles/carousel/material3.scss +1 -1
  230. package/styles/carousel/tailwind3.css +396 -0
  231. package/styles/carousel/tailwind3.scss +5 -0
  232. package/styles/context-menu/_all.scss +2 -2
  233. package/styles/context-menu/_bds-definition.scss +67 -67
  234. package/styles/context-menu/_bigger.scss +111 -96
  235. package/styles/context-menu/_bootstrap-dark-definition.scss +50 -50
  236. package/styles/context-menu/_bootstrap-definition.scss +50 -50
  237. package/styles/context-menu/_bootstrap4-definition.scss +52 -50
  238. package/styles/context-menu/_bootstrap5-definition.scss +52 -52
  239. package/styles/context-menu/_bootstrap5.3-definition.scss +52 -52
  240. package/styles/context-menu/_fabric-dark-definition.scss +50 -50
  241. package/styles/context-menu/_fabric-definition.scss +50 -50
  242. package/styles/context-menu/_fluent-definition.scss +51 -51
  243. package/styles/context-menu/_fluent2-definition.scss +52 -52
  244. package/styles/context-menu/_fusionnew-definition.scss +52 -51
  245. package/styles/context-menu/_highcontrast-definition.scss +50 -50
  246. package/styles/context-menu/_highcontrast-light-definition.scss +50 -50
  247. package/styles/context-menu/_layout-mixin.scss +140 -140
  248. package/styles/context-menu/_layout.scss +174 -150
  249. package/styles/context-menu/_material-dark-definition.scss +50 -50
  250. package/styles/context-menu/_material-definition.scss +50 -50
  251. package/styles/context-menu/_material3-definition.scss +51 -51
  252. package/styles/context-menu/_tailwind-definition.scss +52 -52
  253. package/styles/context-menu/_tailwind3-definition.scss +55 -0
  254. package/styles/context-menu/_theme-mixin.scss +91 -91
  255. package/styles/context-menu/_theme.scss +69 -69
  256. package/styles/context-menu/bds.css +421 -0
  257. package/styles/context-menu/bds.scss +8 -0
  258. package/styles/context-menu/fluent2.css +1 -1
  259. package/styles/context-menu/icons/_bds.scss +31 -31
  260. package/styles/context-menu/icons/_bootstrap-dark.scss +31 -31
  261. package/styles/context-menu/icons/_bootstrap.scss +31 -31
  262. package/styles/context-menu/icons/_bootstrap4.scss +31 -31
  263. package/styles/context-menu/icons/_bootstrap5.3.scss +31 -31
  264. package/styles/context-menu/icons/_bootstrap5.scss +31 -31
  265. package/styles/context-menu/icons/_fabric-dark.scss +31 -31
  266. package/styles/context-menu/icons/_fabric.scss +31 -31
  267. package/styles/context-menu/icons/_fluent.scss +31 -31
  268. package/styles/context-menu/icons/_fluent2.scss +31 -31
  269. package/styles/context-menu/icons/_fusionnew.scss +31 -31
  270. package/styles/context-menu/icons/_highcontrast-light.scss +31 -31
  271. package/styles/context-menu/icons/_highcontrast.scss +31 -31
  272. package/styles/context-menu/icons/_material-dark.scss +31 -31
  273. package/styles/context-menu/icons/_material.scss +31 -31
  274. package/styles/context-menu/icons/_material3.scss +31 -31
  275. package/styles/context-menu/icons/_tailwind-dark.scss +31 -31
  276. package/styles/context-menu/icons/_tailwind.scss +31 -31
  277. package/styles/context-menu/icons/_tailwind3.scss +31 -0
  278. package/styles/context-menu/material3-dark.scss +1 -1
  279. package/styles/context-menu/material3.scss +1 -1
  280. package/styles/context-menu/tailwind3.css +449 -0
  281. package/styles/context-menu/tailwind3.scss +8 -0
  282. package/styles/fabric-dark-lite.css +25 -17
  283. package/styles/fabric-dark.css +39 -18
  284. package/styles/fabric-lite.css +21 -13
  285. package/styles/fabric.css +35 -14
  286. package/styles/fluent-dark-lite.css +23 -17
  287. package/styles/fluent-dark.css +37 -18
  288. package/styles/fluent-lite.css +23 -17
  289. package/styles/fluent.css +37 -18
  290. package/styles/fluent2-lite.css +52 -24
  291. package/styles/fluent2.css +66 -25
  292. package/styles/h-scroll/_all.scss +2 -2
  293. package/styles/h-scroll/_bds-definition.scss +83 -83
  294. package/styles/h-scroll/_bigger.scss +39 -39
  295. package/styles/h-scroll/_bootstrap-dark-definition.scss +57 -57
  296. package/styles/h-scroll/_bootstrap-definition.scss +56 -56
  297. package/styles/h-scroll/_bootstrap4-definition.scss +58 -56
  298. package/styles/h-scroll/_bootstrap5-definition.scss +83 -83
  299. package/styles/h-scroll/_bootstrap5.3-definition.scss +83 -83
  300. package/styles/h-scroll/_fabric-dark-definition.scss +58 -58
  301. package/styles/h-scroll/_fabric-definition.scss +55 -55
  302. package/styles/h-scroll/_fluent-definition.scss +83 -83
  303. package/styles/h-scroll/_fluent2-definition.scss +83 -83
  304. package/styles/h-scroll/_fusionnew-definition.scss +83 -83
  305. package/styles/h-scroll/_highcontrast-definition.scss +56 -56
  306. package/styles/h-scroll/_highcontrast-light-definition.scss +59 -59
  307. package/styles/h-scroll/_layout.scss +160 -160
  308. package/styles/h-scroll/_material-dark-definition.scss +85 -85
  309. package/styles/h-scroll/_material-definition.scss +82 -82
  310. package/styles/h-scroll/_material3-definition.scss +83 -83
  311. package/styles/h-scroll/_tailwind-definition.scss +83 -83
  312. package/styles/h-scroll/_tailwind3-definition.scss +83 -0
  313. package/styles/h-scroll/_theme.scss +146 -146
  314. package/styles/h-scroll/bds.css +311 -0
  315. package/styles/h-scroll/bds.scss +5 -0
  316. package/styles/h-scroll/icons/_bds.scss +49 -49
  317. package/styles/h-scroll/icons/_bootstrap-dark.scss +49 -49
  318. package/styles/h-scroll/icons/_bootstrap.scss +49 -49
  319. package/styles/h-scroll/icons/_bootstrap4.scss +49 -49
  320. package/styles/h-scroll/icons/_bootstrap5.3.scss +49 -49
  321. package/styles/h-scroll/icons/_bootstrap5.scss +49 -49
  322. package/styles/h-scroll/icons/_fabric-dark.scss +49 -49
  323. package/styles/h-scroll/icons/_fabric.scss +49 -49
  324. package/styles/h-scroll/icons/_fluent.scss +49 -49
  325. package/styles/h-scroll/icons/_fluent2.scss +49 -49
  326. package/styles/h-scroll/icons/_fusionnew.scss +49 -49
  327. package/styles/h-scroll/icons/_highcontrast-light.scss +49 -49
  328. package/styles/h-scroll/icons/_highcontrast.scss +49 -49
  329. package/styles/h-scroll/icons/_material-dark.scss +49 -49
  330. package/styles/h-scroll/icons/_material.scss +49 -49
  331. package/styles/h-scroll/icons/_material3.scss +49 -49
  332. package/styles/h-scroll/icons/_tailwind.scss +49 -49
  333. package/styles/h-scroll/icons/_tailwind3.scss +49 -0
  334. package/styles/h-scroll/material3-dark.scss +1 -1
  335. package/styles/h-scroll/material3.scss +1 -1
  336. package/styles/h-scroll/tailwind3.css +311 -0
  337. package/styles/h-scroll/tailwind3.scss +5 -0
  338. package/styles/highcontrast-light-lite.css +21 -13
  339. package/styles/highcontrast-light.css +35 -14
  340. package/styles/highcontrast-lite.css +24 -16
  341. package/styles/highcontrast.css +38 -17
  342. package/styles/material-dark-lite.css +21 -13
  343. package/styles/material-dark.css +35 -14
  344. package/styles/material-lite.css +21 -13
  345. package/styles/material.css +35 -14
  346. package/styles/material3-dark-lite.css +21 -13
  347. package/styles/material3-dark.css +45 -15
  348. package/styles/material3-dark.scss +1 -1
  349. package/styles/material3-lite.css +21 -13
  350. package/styles/material3.css +45 -15
  351. package/styles/material3.scss +1 -1
  352. package/styles/menu/_all.scss +2 -2
  353. package/styles/menu/_bds-definition.scss +65 -65
  354. package/styles/menu/_bigger.scss +381 -355
  355. package/styles/menu/_bootstrap-dark-definition.scss +61 -61
  356. package/styles/menu/_bootstrap-definition.scss +65 -65
  357. package/styles/menu/_bootstrap4-definition.scss +66 -64
  358. package/styles/menu/_bootstrap5-definition.scss +66 -66
  359. package/styles/menu/_bootstrap5.3-definition.scss +66 -66
  360. package/styles/menu/_fabric-dark-definition.scss +61 -61
  361. package/styles/menu/_fabric-definition.scss +64 -64
  362. package/styles/menu/_fluent-definition.scss +66 -66
  363. package/styles/menu/_fluent2-definition.scss +67 -67
  364. package/styles/menu/_fusionnew-definition.scss +66 -66
  365. package/styles/menu/_highcontrast-definition.scss +65 -65
  366. package/styles/menu/_highcontrast-light-definition.scss +61 -61
  367. package/styles/menu/_layout.scss +501 -466
  368. package/styles/menu/_material-dark-definition.scss +61 -61
  369. package/styles/menu/_material-definition.scss +64 -64
  370. package/styles/menu/_material3-definition.scss +66 -66
  371. package/styles/menu/_tailwind-definition.scss +65 -65
  372. package/styles/menu/_tailwind3-definition.scss +66 -0
  373. package/styles/menu/_theme.scss +428 -386
  374. package/styles/menu/bds.css +1155 -0
  375. package/styles/menu/bds.scss +9 -0
  376. package/styles/menu/bootstrap5-dark.css +2 -2
  377. package/styles/menu/fluent2.css +13 -4
  378. package/styles/menu/icons/_bds.scss +104 -104
  379. package/styles/menu/icons/_bootstrap-dark.scss +105 -105
  380. package/styles/menu/icons/_bootstrap.scss +104 -104
  381. package/styles/menu/icons/_bootstrap4.scss +104 -104
  382. package/styles/menu/icons/_bootstrap5.3.scss +104 -104
  383. package/styles/menu/icons/_bootstrap5.scss +104 -104
  384. package/styles/menu/icons/_fabric-dark.scss +104 -104
  385. package/styles/menu/icons/_fabric.scss +104 -104
  386. package/styles/menu/icons/_fluent.scss +104 -104
  387. package/styles/menu/icons/_fluent2.scss +104 -104
  388. package/styles/menu/icons/_fusionnew.scss +104 -104
  389. package/styles/menu/icons/_highcontrast-light.scss +104 -104
  390. package/styles/menu/icons/_highcontrast.scss +104 -104
  391. package/styles/menu/icons/_material-dark.scss +104 -104
  392. package/styles/menu/icons/_material.scss +104 -104
  393. package/styles/menu/icons/_material3.scss +104 -104
  394. package/styles/menu/icons/_tailwind-dark.scss +104 -104
  395. package/styles/menu/icons/_tailwind.scss +104 -104
  396. package/styles/menu/icons/_tailwind3.scss +104 -0
  397. package/styles/menu/material3-dark.scss +1 -1
  398. package/styles/menu/material3.scss +1 -1
  399. package/styles/menu/tailwind3.css +1238 -0
  400. package/styles/menu/tailwind3.scss +9 -0
  401. package/styles/pager/_all.scss +2 -2
  402. package/styles/pager/_bds-definition.scss +152 -152
  403. package/styles/pager/_bigger.scss +365 -304
  404. package/styles/pager/_bootstrap-dark-definition.scss +152 -151
  405. package/styles/pager/_bootstrap-definition.scss +151 -151
  406. package/styles/pager/_bootstrap4-definition.scss +152 -151
  407. package/styles/pager/_bootstrap5-definition.scss +166 -166
  408. package/styles/pager/_bootstrap5.3-definition.scss +166 -166
  409. package/styles/pager/_fabric-dark-definition.scss +149 -149
  410. package/styles/pager/_fabric-definition.scss +149 -149
  411. package/styles/pager/_fluent-definition.scss +153 -153
  412. package/styles/pager/_fluent2-definition.scss +152 -152
  413. package/styles/pager/_fusionnew-definition.scss +166 -166
  414. package/styles/pager/_highcontrast-definition.scss +149 -149
  415. package/styles/pager/_highcontrast-light-definition.scss +149 -149
  416. package/styles/pager/_layout.scss +768 -742
  417. package/styles/pager/_material-dark-definition.scss +150 -150
  418. package/styles/pager/_material-definition.scss +150 -150
  419. package/styles/pager/_material3-definition.scss +166 -166
  420. package/styles/pager/_tailwind-definition.scss +152 -152
  421. package/styles/pager/_tailwind3-definition.scss +166 -0
  422. package/styles/pager/_theme.scss +189 -189
  423. package/styles/pager/bds.css +915 -0
  424. package/styles/pager/bds.scss +5 -0
  425. package/styles/pager/bootstrap-dark.css +7 -0
  426. package/styles/pager/bootstrap.css +7 -0
  427. package/styles/pager/bootstrap4.css +7 -0
  428. package/styles/pager/bootstrap5-dark.css +7 -0
  429. package/styles/pager/bootstrap5.3.css +7 -0
  430. package/styles/pager/bootstrap5.css +7 -0
  431. package/styles/pager/fabric-dark.css +7 -0
  432. package/styles/pager/fabric.css +7 -0
  433. package/styles/pager/fluent-dark.css +7 -0
  434. package/styles/pager/fluent.css +7 -0
  435. package/styles/pager/fluent2.css +10 -0
  436. package/styles/pager/highcontrast-light.css +7 -0
  437. package/styles/pager/highcontrast.css +7 -0
  438. package/styles/pager/icons/_bds.scss +50 -50
  439. package/styles/pager/icons/_bootstrap-dark.scss +50 -50
  440. package/styles/pager/icons/_bootstrap.scss +50 -50
  441. package/styles/pager/icons/_bootstrap4.scss +50 -50
  442. package/styles/pager/icons/_bootstrap5.3.scss +50 -50
  443. package/styles/pager/icons/_bootstrap5.scss +50 -50
  444. package/styles/pager/icons/_fabric-dark.scss +50 -50
  445. package/styles/pager/icons/_fabric.scss +50 -50
  446. package/styles/pager/icons/_fluent.scss +50 -50
  447. package/styles/pager/icons/_fluent2.scss +50 -50
  448. package/styles/pager/icons/_fusionnew.scss +50 -50
  449. package/styles/pager/icons/_highcontrast-light.scss +50 -50
  450. package/styles/pager/icons/_highcontrast.scss +46 -46
  451. package/styles/pager/icons/_material-dark.scss +50 -50
  452. package/styles/pager/icons/_material.scss +46 -46
  453. package/styles/pager/icons/_material3.scss +50 -50
  454. package/styles/pager/icons/_tailwind.scss +50 -50
  455. package/styles/pager/icons/_tailwind3.scss +50 -0
  456. package/styles/pager/material-dark.css +7 -0
  457. package/styles/pager/material.css +7 -0
  458. package/styles/pager/material3-dark.css +15 -1
  459. package/styles/pager/material3-dark.scss +1 -1
  460. package/styles/pager/material3.css +15 -1
  461. package/styles/pager/material3.scss +1 -1
  462. package/styles/pager/tailwind-dark.css +16 -9
  463. package/styles/pager/tailwind.css +16 -9
  464. package/styles/pager/tailwind3.css +875 -0
  465. package/styles/pager/tailwind3.scss +5 -0
  466. package/styles/sidebar/_all.scss +3 -3
  467. package/styles/sidebar/_bds-definition.scss +53 -53
  468. package/styles/sidebar/_bootstrap-dark-definition.scss +4 -4
  469. package/styles/sidebar/_bootstrap-definition.scss +4 -4
  470. package/styles/sidebar/_bootstrap4-definition.scss +4 -4
  471. package/styles/sidebar/_bootstrap5-definition.scss +6 -6
  472. package/styles/sidebar/_bootstrap5.3-definition.scss +6 -6
  473. package/styles/sidebar/_fabric-dark-definition.scss +4 -4
  474. package/styles/sidebar/_fabric-definition.scss +4 -4
  475. package/styles/sidebar/_fluent-definition.scss +6 -6
  476. package/styles/sidebar/_fluent2-definition.scss +8 -8
  477. package/styles/sidebar/_fusionnew-definition.scss +6 -6
  478. package/styles/sidebar/_highcontrast-definition.scss +4 -4
  479. package/styles/sidebar/_highcontrast-light-definition.scss +4 -4
  480. package/styles/sidebar/_icons.scss +1 -1
  481. package/styles/sidebar/_layout.scss +1 -1
  482. package/styles/sidebar/_material-dark-definition.scss +4 -4
  483. package/styles/sidebar/_material-definition.scss +6 -6
  484. package/styles/sidebar/_material3-definition.scss +4 -4
  485. package/styles/sidebar/_tailwind-definition.scss +6 -6
  486. package/styles/sidebar/_tailwind3-definition.scss +6 -0
  487. package/styles/sidebar/_theme.scss +251 -251
  488. package/styles/sidebar/bds.css +263 -0
  489. package/styles/sidebar/bds.scss +3 -0
  490. package/styles/sidebar/bootstrap5-dark.css +1 -1
  491. package/styles/sidebar/material3-dark.scss +1 -1
  492. package/styles/sidebar/material3.scss +1 -1
  493. package/styles/sidebar/tailwind3.css +227 -0
  494. package/styles/sidebar/tailwind3.scss +3 -0
  495. package/styles/stepper/_bds-definition.scss +72 -72
  496. package/styles/stepper/_bigger.scss +53 -53
  497. package/styles/stepper/_bootstrap4-definition.scss +4 -2
  498. package/styles/stepper/_bootstrap5.3-definition.scss +72 -72
  499. package/styles/stepper/_fluent2-definition.scss +72 -72
  500. package/styles/stepper/_layout.scss +2 -0
  501. package/styles/stepper/_material-dark-definition.scss +4 -2
  502. package/styles/stepper/_material-definition.scss +7 -5
  503. package/styles/stepper/_tailwind3-definition.scss +72 -0
  504. package/styles/stepper/_theme.scss +2 -1
  505. package/styles/stepper/bds.css +724 -0
  506. package/styles/stepper/bds.scss +6 -0
  507. package/styles/stepper/bootstrap-dark.css +4 -1
  508. package/styles/stepper/bootstrap.css +4 -1
  509. package/styles/stepper/bootstrap4.css +4 -1
  510. package/styles/stepper/bootstrap5-dark.css +4 -1
  511. package/styles/stepper/bootstrap5.3.css +4 -1
  512. package/styles/stepper/bootstrap5.css +4 -1
  513. package/styles/stepper/fabric-dark.css +4 -1
  514. package/styles/stepper/fabric.css +4 -1
  515. package/styles/stepper/fluent-dark.css +4 -1
  516. package/styles/stepper/fluent.css +4 -1
  517. package/styles/stepper/fluent2.css +4 -1
  518. package/styles/stepper/highcontrast-light.css +4 -1
  519. package/styles/stepper/highcontrast.css +4 -1
  520. package/styles/stepper/icons/_bds.scss +5 -5
  521. package/styles/stepper/icons/_bootstrap5.3.scss +5 -5
  522. package/styles/stepper/icons/_fluent2.scss +5 -5
  523. package/styles/stepper/icons/_tailwind3.scss +5 -0
  524. package/styles/stepper/material-dark.css +4 -1
  525. package/styles/stepper/material.css +4 -1
  526. package/styles/stepper/material3-dark.css +4 -1
  527. package/styles/stepper/material3-dark.scss +1 -1
  528. package/styles/stepper/material3.css +4 -1
  529. package/styles/stepper/material3.scss +1 -1
  530. package/styles/stepper/tailwind-dark.css +4 -1
  531. package/styles/stepper/tailwind.css +4 -1
  532. package/styles/stepper/tailwind3.css +724 -0
  533. package/styles/stepper/tailwind3.scss +6 -0
  534. package/styles/tab/_all.scss +2 -2
  535. package/styles/tab/_bds-definition.scss +661 -661
  536. package/styles/tab/_bigger.scss +1276 -1260
  537. package/styles/tab/_bootstrap-dark-definition.scss +630 -630
  538. package/styles/tab/_bootstrap-definition.scss +629 -631
  539. package/styles/tab/_bootstrap4-definition.scss +637 -637
  540. package/styles/tab/_bootstrap5-definition.scss +635 -635
  541. package/styles/tab/_bootstrap5.3-definition.scss +636 -636
  542. package/styles/tab/_fabric-dark-definition.scss +641 -643
  543. package/styles/tab/_fabric-definition.scss +643 -645
  544. package/styles/tab/_fluent-definition.scss +637 -637
  545. package/styles/tab/_fluent2-definition.scss +664 -666
  546. package/styles/tab/_fusionnew-definition.scss +632 -634
  547. package/styles/tab/_highcontrast-definition.scss +667 -669
  548. package/styles/tab/_highcontrast-light-definition.scss +666 -668
  549. package/styles/tab/_icons.scss +34 -34
  550. package/styles/tab/_layout.scss +2187 -2187
  551. package/styles/tab/_material-dark-definition.scss +646 -648
  552. package/styles/tab/_material-definition.scss +645 -647
  553. package/styles/tab/_material3-definition.scss +634 -636
  554. package/styles/tab/_tailwind-definition.scss +648 -650
  555. package/styles/tab/_tailwind3-definition.scss +634 -0
  556. package/styles/tab/_theme.scss +1580 -1592
  557. package/styles/tab/bds.css +4190 -0
  558. package/styles/tab/bds.scss +6 -0
  559. package/styles/tab/bootstrap-dark.css +7 -11
  560. package/styles/tab/bootstrap.css +7 -11
  561. package/styles/tab/bootstrap4.css +7 -11
  562. package/styles/tab/bootstrap5-dark.css +7 -11
  563. package/styles/tab/bootstrap5.3.css +7 -11
  564. package/styles/tab/bootstrap5.css +7 -11
  565. package/styles/tab/fabric-dark.css +7 -11
  566. package/styles/tab/fabric.css +7 -11
  567. package/styles/tab/fluent-dark.css +7 -11
  568. package/styles/tab/fluent.css +7 -11
  569. package/styles/tab/fluent2.css +10 -14
  570. package/styles/tab/highcontrast-light.css +7 -11
  571. package/styles/tab/highcontrast.css +7 -11
  572. package/styles/tab/icons/_bds.scss +90 -90
  573. package/styles/tab/icons/_bootstrap-dark.scss +98 -98
  574. package/styles/tab/icons/_bootstrap.scss +98 -98
  575. package/styles/tab/icons/_bootstrap4.scss +101 -101
  576. package/styles/tab/icons/_bootstrap5.3.scss +90 -90
  577. package/styles/tab/icons/_bootstrap5.scss +90 -90
  578. package/styles/tab/icons/_fabric-dark.scss +98 -98
  579. package/styles/tab/icons/_fabric.scss +98 -98
  580. package/styles/tab/icons/_fluent.scss +98 -98
  581. package/styles/tab/icons/_fluent2.scss +98 -98
  582. package/styles/tab/icons/_fusionnew.scss +90 -90
  583. package/styles/tab/icons/_highcontrast-light.scss +90 -90
  584. package/styles/tab/icons/_highcontrast.scss +101 -101
  585. package/styles/tab/icons/_material-dark.scss +90 -90
  586. package/styles/tab/icons/_material.scss +90 -90
  587. package/styles/tab/icons/_material3.scss +90 -90
  588. package/styles/tab/icons/_tailwind.scss +90 -90
  589. package/styles/tab/icons/_tailwind3.scss +90 -0
  590. package/styles/tab/material-dark.css +7 -11
  591. package/styles/tab/material.css +7 -11
  592. package/styles/tab/material3-dark.css +9 -11
  593. package/styles/tab/material3-dark.scss +1 -1
  594. package/styles/tab/material3.css +9 -11
  595. package/styles/tab/material3.scss +1 -1
  596. package/styles/tab/tailwind-dark.css +11 -15
  597. package/styles/tab/tailwind.css +11 -15
  598. package/styles/tab/tailwind3.css +4125 -0
  599. package/styles/tab/tailwind3.scss +6 -0
  600. package/styles/tailwind-dark-lite.css +30 -22
  601. package/styles/tailwind-dark.css +51 -30
  602. package/styles/tailwind-lite.css +28 -20
  603. package/styles/tailwind.css +49 -28
  604. package/styles/tailwind3-lite.css +9055 -0
  605. package/styles/tailwind3-lite.scss +47 -0
  606. package/styles/tailwind3.css +11743 -0
  607. package/styles/tailwind3.scss +59 -0
  608. package/styles/toolbar/_all.scss +2 -2
  609. package/styles/toolbar/_bds-definition.scss +197 -197
  610. package/styles/toolbar/_bigger.scss +323 -309
  611. package/styles/toolbar/_bootstrap-dark-definition.scss +193 -193
  612. package/styles/toolbar/_bootstrap-definition.scss +203 -203
  613. package/styles/toolbar/_bootstrap4-definition.scss +200 -198
  614. package/styles/toolbar/_bootstrap5-definition.scss +198 -198
  615. package/styles/toolbar/_bootstrap5.3-definition.scss +198 -198
  616. package/styles/toolbar/_fabric-dark-definition.scss +207 -207
  617. package/styles/toolbar/_fabric-definition.scss +195 -195
  618. package/styles/toolbar/_fluent-definition.scss +197 -197
  619. package/styles/toolbar/_fluent2-definition.scss +198 -198
  620. package/styles/toolbar/_fusionnew-definition.scss +198 -198
  621. package/styles/toolbar/_highcontrast-definition.scss +204 -204
  622. package/styles/toolbar/_highcontrast-light-definition.scss +218 -218
  623. package/styles/toolbar/_layout.scss +748 -742
  624. package/styles/toolbar/_material-dark-definition.scss +233 -231
  625. package/styles/toolbar/_material-definition.scss +221 -219
  626. package/styles/toolbar/_material3-definition.scss +199 -199
  627. package/styles/toolbar/_tailwind-definition.scss +197 -197
  628. package/styles/toolbar/_tailwind3-definition.scss +199 -0
  629. package/styles/toolbar/_theme.scss +449 -436
  630. package/styles/toolbar/bds.css +1219 -0
  631. package/styles/toolbar/bds.scss +9 -0
  632. package/styles/toolbar/bootstrap-dark.css +1 -1
  633. package/styles/toolbar/bootstrap.css +1 -1
  634. package/styles/toolbar/bootstrap4.css +1 -1
  635. package/styles/toolbar/bootstrap5-dark.css +19 -19
  636. package/styles/toolbar/bootstrap5.3.css +9 -1
  637. package/styles/toolbar/bootstrap5.css +9 -9
  638. package/styles/toolbar/fabric-dark.css +1 -1
  639. package/styles/toolbar/fabric.css +1 -1
  640. package/styles/toolbar/fluent-dark.css +1 -1
  641. package/styles/toolbar/fluent.css +1 -1
  642. package/styles/toolbar/fluent2.css +1 -1
  643. package/styles/toolbar/highcontrast-light.css +1 -1
  644. package/styles/toolbar/highcontrast.css +1 -1
  645. package/styles/toolbar/icons/_bds.scss +14 -14
  646. package/styles/toolbar/icons/_bootstrap-dark.scss +14 -14
  647. package/styles/toolbar/icons/_bootstrap.scss +14 -14
  648. package/styles/toolbar/icons/_bootstrap4.scss +14 -14
  649. package/styles/toolbar/icons/_bootstrap5.3.scss +14 -14
  650. package/styles/toolbar/icons/_bootstrap5.scss +14 -14
  651. package/styles/toolbar/icons/_fabric-dark.scss +14 -14
  652. package/styles/toolbar/icons/_fabric.scss +14 -14
  653. package/styles/toolbar/icons/_fluent.scss +14 -14
  654. package/styles/toolbar/icons/_fluent2.scss +14 -14
  655. package/styles/toolbar/icons/_fusionnew.scss +14 -14
  656. package/styles/toolbar/icons/_highcontrast-light.scss +14 -14
  657. package/styles/toolbar/icons/_highcontrast.scss +14 -14
  658. package/styles/toolbar/icons/_material-dark.scss +14 -14
  659. package/styles/toolbar/icons/_material.scss +14 -14
  660. package/styles/toolbar/icons/_material3.scss +14 -14
  661. package/styles/toolbar/icons/_tailwind.scss +14 -14
  662. package/styles/toolbar/icons/_tailwind3.scss +14 -0
  663. package/styles/toolbar/material-dark.css +1 -1
  664. package/styles/toolbar/material.css +1 -1
  665. package/styles/toolbar/material3-dark.css +1 -1
  666. package/styles/toolbar/material3-dark.scss +1 -1
  667. package/styles/toolbar/material3.css +1 -1
  668. package/styles/toolbar/material3.scss +1 -1
  669. package/styles/toolbar/tailwind-dark.css +1 -1
  670. package/styles/toolbar/tailwind.css +1 -1
  671. package/styles/toolbar/tailwind3.css +1211 -0
  672. package/styles/toolbar/tailwind3.scss +9 -0
  673. package/styles/treeview/_all.scss +2 -2
  674. package/styles/treeview/_bds-definition.scss +131 -131
  675. package/styles/treeview/_bigger.scss +406 -393
  676. package/styles/treeview/_bootstrap-dark-definition.scss +118 -118
  677. package/styles/treeview/_bootstrap-definition.scss +113 -113
  678. package/styles/treeview/_bootstrap4-definition.scss +143 -141
  679. package/styles/treeview/_bootstrap5-definition.scss +122 -120
  680. package/styles/treeview/_bootstrap5.3-definition.scss +119 -119
  681. package/styles/treeview/_fabric-dark-definition.scss +116 -116
  682. package/styles/treeview/_fabric-definition.scss +112 -112
  683. package/styles/treeview/_fluent-definition.scss +122 -120
  684. package/styles/treeview/_fluent2-definition.scss +128 -128
  685. package/styles/treeview/_fusionnew-definition.scss +120 -120
  686. package/styles/treeview/_highcontrast-definition.scss +118 -118
  687. package/styles/treeview/_highcontrast-light-definition.scss +123 -123
  688. package/styles/treeview/_layout.scss +761 -724
  689. package/styles/treeview/_material-dark-definition.scss +114 -114
  690. package/styles/treeview/_material-definition.scss +112 -112
  691. package/styles/treeview/_material3-definition.scss +110 -110
  692. package/styles/treeview/_tailwind-definition.scss +126 -124
  693. package/styles/treeview/_tailwind3-definition.scss +126 -0
  694. package/styles/treeview/_theme.scss +352 -350
  695. package/styles/treeview/bds.css +1031 -0
  696. package/styles/treeview/bds.scss +7 -0
  697. package/styles/treeview/bootstrap-dark.css +16 -1
  698. package/styles/treeview/bootstrap.css +16 -1
  699. package/styles/treeview/bootstrap4.css +16 -1
  700. package/styles/treeview/bootstrap5-dark.css +16 -1
  701. package/styles/treeview/bootstrap5.3.css +16 -1
  702. package/styles/treeview/bootstrap5.css +16 -1
  703. package/styles/treeview/fabric-dark.css +16 -1
  704. package/styles/treeview/fabric.css +16 -1
  705. package/styles/treeview/fluent-dark.css +18 -5
  706. package/styles/treeview/fluent.css +18 -5
  707. package/styles/treeview/fluent2.css +22 -4
  708. package/styles/treeview/highcontrast-light.css +16 -1
  709. package/styles/treeview/highcontrast.css +19 -4
  710. package/styles/treeview/icons/_bds.scss +44 -44
  711. package/styles/treeview/icons/_bootstrap-dark.scss +40 -40
  712. package/styles/treeview/icons/_bootstrap.scss +40 -40
  713. package/styles/treeview/icons/_bootstrap4.scss +40 -40
  714. package/styles/treeview/icons/_bootstrap5.3.scss +44 -44
  715. package/styles/treeview/icons/_bootstrap5.scss +44 -44
  716. package/styles/treeview/icons/_fabric-dark.scss +44 -44
  717. package/styles/treeview/icons/_fabric.scss +44 -44
  718. package/styles/treeview/icons/_fluent.scss +44 -44
  719. package/styles/treeview/icons/_fluent2.scss +44 -44
  720. package/styles/treeview/icons/_fusionnew.scss +44 -44
  721. package/styles/treeview/icons/_highcontrast-light.scss +44 -44
  722. package/styles/treeview/icons/_highcontrast.scss +44 -44
  723. package/styles/treeview/icons/_material-dark.scss +44 -44
  724. package/styles/treeview/icons/_material.scss +44 -44
  725. package/styles/treeview/icons/_material3.scss +44 -44
  726. package/styles/treeview/icons/_tailwind-dark.scss +44 -44
  727. package/styles/treeview/icons/_tailwind.scss +44 -44
  728. package/styles/treeview/icons/_tailwind3.scss +44 -0
  729. package/styles/treeview/material-dark.css +16 -1
  730. package/styles/treeview/material.css +16 -1
  731. package/styles/treeview/material3-dark.css +16 -1
  732. package/styles/treeview/material3-dark.scss +1 -1
  733. package/styles/treeview/material3.css +16 -1
  734. package/styles/treeview/material3.scss +1 -1
  735. package/styles/treeview/tailwind-dark.css +17 -2
  736. package/styles/treeview/tailwind.css +17 -2
  737. package/styles/treeview/tailwind3.css +806 -0
  738. package/styles/treeview/tailwind3.scss +7 -0
  739. package/styles/v-scroll/_all.scss +2 -2
  740. package/styles/v-scroll/_bds-definition.scss +49 -49
  741. package/styles/v-scroll/_bigger.scss +28 -28
  742. package/styles/v-scroll/_bootstrap-dark-definition.scss +51 -51
  743. package/styles/v-scroll/_bootstrap-definition.scss +49 -49
  744. package/styles/v-scroll/_bootstrap4-definition.scss +49 -49
  745. package/styles/v-scroll/_bootstrap5-definition.scss +49 -49
  746. package/styles/v-scroll/_bootstrap5.3-definition.scss +49 -49
  747. package/styles/v-scroll/_fabric-dark-definition.scss +52 -52
  748. package/styles/v-scroll/_fabric-definition.scss +50 -50
  749. package/styles/v-scroll/_fluent-definition.scss +49 -49
  750. package/styles/v-scroll/_fluent2-definition.scss +49 -49
  751. package/styles/v-scroll/_fusionnew-definition.scss +49 -49
  752. package/styles/v-scroll/_highcontrast-definition.scss +50 -50
  753. package/styles/v-scroll/_highcontrast-light-definition.scss +52 -52
  754. package/styles/v-scroll/_layout.scss +135 -135
  755. package/styles/v-scroll/_material-dark-definition.scss +79 -79
  756. package/styles/v-scroll/_material-definition.scss +77 -77
  757. package/styles/v-scroll/_material3-definition.scss +49 -49
  758. package/styles/v-scroll/_tailwind-definition.scss +49 -49
  759. package/styles/v-scroll/_tailwind3-definition.scss +49 -0
  760. package/styles/v-scroll/_theme.scss +114 -114
  761. package/styles/v-scroll/bds.css +218 -0
  762. package/styles/v-scroll/bds.scss +5 -0
  763. package/styles/v-scroll/fabric-dark.css +1 -1
  764. package/styles/v-scroll/icons/_bds.scss +27 -27
  765. package/styles/v-scroll/icons/_bootstrap-dark.scss +27 -27
  766. package/styles/v-scroll/icons/_bootstrap.scss +27 -27
  767. package/styles/v-scroll/icons/_bootstrap4.scss +27 -27
  768. package/styles/v-scroll/icons/_bootstrap5.3.scss +27 -27
  769. package/styles/v-scroll/icons/_bootstrap5.scss +27 -27
  770. package/styles/v-scroll/icons/_fabric-dark.scss +27 -27
  771. package/styles/v-scroll/icons/_fabric.scss +27 -27
  772. package/styles/v-scroll/icons/_fluent.scss +27 -27
  773. package/styles/v-scroll/icons/_fluent2.scss +27 -27
  774. package/styles/v-scroll/icons/_fusionnew.scss +27 -27
  775. package/styles/v-scroll/icons/_highcontrast-light.scss +27 -27
  776. package/styles/v-scroll/icons/_highcontrast.scss +27 -27
  777. package/styles/v-scroll/icons/_material-dark.scss +27 -27
  778. package/styles/v-scroll/icons/_material.scss +27 -27
  779. package/styles/v-scroll/icons/_material3.scss +27 -27
  780. package/styles/v-scroll/icons/_tailwind.scss +27 -27
  781. package/styles/v-scroll/icons/_tailwind3.scss +27 -0
  782. package/styles/v-scroll/material3-dark.scss +1 -1
  783. package/styles/v-scroll/material3.scss +1 -1
  784. package/styles/v-scroll/tailwind3.css +218 -0
  785. package/styles/v-scroll/tailwind3.scss +5 -0
  786. package/tslint.json +111 -111
  787. package/dist/ej2-navigations.min.js +0 -10
  788. package/dist/global/ej2-navigations.min.js +0 -11
  789. package/dist/global/ej2-navigations.min.js.map +0 -1
  790. package/dist/global/index.d.ts +0 -14
  791. package/helpers/e2e/accordionHelper.d.ts +0 -56
  792. package/helpers/e2e/accordionHelper.js +0 -71
  793. package/helpers/e2e/contextmenuHelper.d.ts +0 -37
  794. package/helpers/e2e/contextmenuHelper.js +0 -53
  795. package/helpers/e2e/index.d.ts +0 -7
  796. package/helpers/e2e/index.js +0 -14
  797. package/helpers/e2e/menuHelper.d.ts +0 -37
  798. package/helpers/e2e/menuHelper.js +0 -53
  799. package/helpers/e2e/sidebarHelper.d.ts +0 -94
  800. package/helpers/e2e/sidebarHelper.js +0 -110
  801. package/helpers/e2e/tabHelper.d.ts +0 -60
  802. package/helpers/e2e/tabHelper.js +0 -74
  803. package/helpers/e2e/toolbarHelper.d.ts +0 -60
  804. package/helpers/e2e/toolbarHelper.js +0 -74
  805. package/helpers/e2e/treeview.d.ts +0 -50
  806. package/helpers/e2e/treeview.js +0 -80
@@ -1,1592 +1,1580 @@
1
- @include export-module('tab-theme') {
2
- .e-tab {
3
- background: $tab-bg-color;
4
- border: $tab-border;
5
-
6
- .e-tab-header {
7
- background: inherit;
8
- border: 0;
9
- border-radius: 0;
10
- box-shadow: none;
11
- font-weight: $tab-header-font-weight;
12
- border-bottom: $tab-header-border-bottom;
13
-
14
- &::before {
15
- border-color: $tab-header-before-border-color;
16
- border-style: solid;
17
- }
18
-
19
- &:not(.e-vertical) {
20
- &::before {
21
- border-width: $tab-header-before-border-width;
22
- }
23
- }
24
-
25
- &:not(.e-vertical) {
26
-
27
- .e-toolbar-item.e-active {
28
- border-bottom: $tab-item-active-border-bottom;
29
- margin-bottom: 0;
30
- }
31
- }
32
-
33
- .e-toolbar-items {
34
- background: inherit;
35
- }
36
-
37
- .e-indicator {
38
- background: $tab-border-color;
39
- }
40
-
41
- .e-toolbar-item {
42
- background: inherit;
43
- border: $tab-item-border;
44
-
45
- &:hover {
46
- background: $tab-item-hover-bg;
47
- }
48
-
49
- &.e-active {
50
- @if ($skin-name == 'Bootstrap5') {
51
- background: $tab-item-active-bg;
52
- }
53
- }
54
-
55
- &.e-active:hover {
56
- background: $tab-item-active-hover-bg;
57
- }
58
-
59
- .e-ripple-element {
60
- background: $tab-ripple-bg-color;
61
- }
62
-
63
- .e-tab-wrap {
64
- border-radius: $tab-active-item-border-radius;
65
- color: $tab-text-color;
66
- border: $tab-item-wrap-border;
67
-
68
- .e-tab-icon {
69
- color: $tab-wrap-comb-icon-color;
70
- }
71
-
72
- @media screen and (max-width: 480px) {
73
- color: $tab-mob-text-color;
74
-
75
- .e-tab-icon {
76
- color: $tab-mob-text-color;
77
- }
78
-
79
- .e-close-icon {
80
- color: $tab-mob-close-icon-color;
81
- }
82
- }
83
-
84
- &:hover {
85
- background: $tab-item-hover-bg-color;
86
- border: $tab-item-wrap-hover-border;
87
- border-radius: $tab-item-wrap-hover-border-radius;
88
-
89
- @media screen and (max-width: 480px) {
90
- background: $tab-mob-item-hover-bg-color;
91
- }
92
-
93
- .e-tab-text,
94
- .e-tab-icon {
95
- color: $tab-hover-text-color;
96
- }
97
- }
98
- }
99
-
100
- &.e-active {
101
- border: $tab-active-item-border;
102
- border-radius: $tab-top-active-item-border-radius;
103
-
104
- .e-tab-wrap {
105
- border: $tab-item-active-tabwrap-border;
106
- &:hover {
107
-
108
- .e-tab-text,
109
- .e-tab-icon {
110
- color: $tab-active-text-color;
111
- }
112
- }
113
- }
114
-
115
- .e-text-wrap {
116
- position: $tab-active-wrap-position;
117
-
118
- &::before {
119
- border: $tab-active-wrap-before-border;
120
- content: $tab-active-wrap-before-content;
121
- display: $tab-active-wrap-before-display;
122
- position: $tab-active-wrap-before-position;
123
- width: $tab-active-wrap-before-width;
124
- @if ($skin-name == 'Material3') {
125
- border-radius: 3px 3px 0 0;
126
- bottom: $tab-active-wrap-before-top;
127
- }
128
- @else {
129
- top: $tab-active-wrap-before-top;
130
- }
131
- }
132
- }
133
-
134
- .e-tab-text,
135
- .e-tab-icon {
136
- color: $tab-active-text-color;
137
- }
138
-
139
- &.e-ileft,
140
- &.e-iright {
141
-
142
- .e-tab-icon {
143
- color: $tab-comb-icon-color;
144
- }
145
-
146
- .e-tab-text {
147
- color: $tab-comb-text-color;
148
- }
149
- }
150
-
151
- .e-close-icon {
152
- color: $tab-active-close-icon-color;
153
- }
154
- }
155
-
156
- .e-close-icon {
157
- color: $tab-close-icon-color;
158
-
159
- &:hover {
160
- color: $tab-close-icon-hover-color;
161
- }
162
-
163
- &:active {
164
- color: $tab-close-icon-active-color;
165
- }
166
-
167
- @if $skin-name == 'bootstrap5.3' {
168
- &:focus {
169
- color: $tab-close-icon-focus-color;
170
- }
171
- }
172
- }
173
-
174
- &.e-disable.e-overlay {
175
- background: inherit;
176
- opacity: 1;
177
- @if $skin-name =='bootstrap5.3' {
178
- opacity: .65;
179
- }
180
- pointer-events: none;
181
-
182
- .e-tab-text,
183
- .e-tab-icon {
184
- color: $tab-disable-text-color;
185
- }
186
- }
187
- }
188
-
189
- &.e-reorder-active-item:not(.e-vertical) .e-toolbar-pop .e-toolbar-item.e-active {
190
- border: $tab-active-item-hide-border;
191
- }
192
-
193
- .e-toolbar-pop {
194
- background: $tab-pop-bg-color;
195
- border: $tab-pop-border;
196
- border-radius: $tab-pop-border-radius;
197
- box-shadow: $tab-pop-box-shadow;
198
- overflow-y: auto;
199
-
200
- &[e-animate = 'true'] {
201
- overflow-y: hidden;
202
- }
203
-
204
- @media screen and (max-width: 480px) {
205
- box-shadow: $tab-pop-box-shadow;
206
- }
207
-
208
- .e-toolbar-item {
209
-
210
- .e-tab-wrap {
211
-
212
- .e-tab-text,
213
- .e-tab-icon {
214
- color: $tab-pop-text-color;
215
- }
216
-
217
- &:hover {
218
- background: $tab-hover-bg-color;
219
- border: $tab-pop-wrap-hover-border;
220
- border-radius: $tab-pop-wrap-hover-border-radius;
221
-
222
- .e-tab-text,
223
- .e-tab-icon,
224
- .e-close-icon {
225
- color: $tab-pop-wrap-hover-close-color;
226
- @if $skin-name == 'bootstrap5.3' {
227
- color: $tab-alt-active-style-hover-text-color;
228
- }
229
- }
230
- }
231
-
232
- &:active {
233
- background: $tab-active-bg-color;
234
- border-color: $tab-pop-wrap-active-border-color;
235
-
236
- .e-tab-text,
237
- .e-tab-icon {
238
- color: $tab-pop-wrap-active-icon-font;
239
- }
240
- }
241
- }
242
-
243
- &.e-active .e-tab-wrap {
244
-
245
- .e-tab-text,
246
- .e-tab-icon {
247
- color: $tab-active-text-color;
248
- }
249
- }
250
-
251
- &.e-disable.e-overlay {
252
- .e-tab-text,
253
- .e-tab-icon {
254
- color: $tab-disable-text-color;
255
- }
256
- }
257
- }
258
- }
259
-
260
- .e-scroll-nav,
261
- .e-hscroll:not(.e-scroll-device) .e-scroll-nav {
262
- background: $tab-scroll-nav-bg;
263
- border: 0;
264
-
265
- .e-nav-arrow {
266
- color: $tab-scroll-nav-arrow-font;
267
- border: $tab-item-active-wrap-border;
268
-
269
- &:hover {
270
- background: $tab-hover-nav-bg-color;
271
- color: $tab-hover-nav-icon-color;
272
- border: $tab-scroll-arrow-hover-border;
273
- }
274
-
275
- &:active {
276
- box-shadow: none;
277
- border: $tab-scroll-arrow-active-border;
278
- }
279
- }
280
-
281
- &:focus {
282
- background: $tab-scroll-nav-bg;
283
-
284
- .e-nav-arrow {
285
- background: $tab-nav-focus-bg-color;
286
- color: $tab-nav-focus-icon-color;
287
- border: $tab-scroll-focus-arrow-border;
288
-
289
- &:hover {
290
- background: $tab-hover-nav-bg-color;
291
- color: $tab-hover-nav-icon-color;
292
- }
293
-
294
- &:active {
295
- background: $tab-scroll-focus-arrow-active-bg;
296
- border-color: $tab-scroll-focus-arrow-active-border-color;
297
- color: $tab-scroll-focus-arrow-active-color;
298
- }
299
- }
300
- }
301
-
302
- &:active {
303
- box-shadow: none;
304
- background: $tab-scroll-nav-bg;
305
- border: $tab-scroll-active-border;
306
- @if $skin-name == 'bootstrap5.3' or $skin-name == 'fluent2' {
307
- background: $tab-vertical-scroll-hover-active-bg;
308
- .e-nav-arrow {
309
- color: $tab-pop-focus-icon-active-color;
310
- }
311
- }
312
- }
313
-
314
- &.e-overlay {
315
-
316
- .e-nav-arrow {
317
- color: $tab-scroll-overlay-arrow-color;
318
-
319
- &:hover {
320
- color: $tab-scroll-overlay-arrow-hover-color;
321
- background: $tab-scroll-overlay-arrow-hover-bg;
322
- border-color: $tab-scroll-overlay-arrow-hover-border-color;
323
- }
324
- }
325
- }
326
- }
327
-
328
- .e-hor-nav,
329
- .e-hor-nav:not(.e-expended-nav) {
330
- background: transparent;
331
- border: 0;
332
-
333
- .e-popup-up-icon,
334
- .e-popup-down-icon {
335
- color: $tab-pop-icon-color;
336
- border: $tab-pop-icon-border;
337
-
338
- &:hover {
339
- background: $tab-pop-icon-hover-bg-color;
340
- border: $tab-pop-up-icon-hover-border;
341
- border-radius: $tab-active-item-border-radius;
342
- }
343
- }
344
-
345
- .e-popup-down-icon {
346
-
347
- &:hover {
348
- color: $tab-hover-nav-icon-color;
349
- }
350
- }
351
-
352
- &:focus {
353
- background: $tab-pop-focus-bg;
354
- .e-popup-up-icon,
355
- .e-popup-down-icon {
356
- background: $tab-nav-focus-bg-color;
357
- border: $tab-pop-up-icon-focus-border;
358
- border-radius: $tab-active-item-border-radius;
359
- color: $tab-nav-focus-icon-color;
360
-
361
- &:hover {
362
- background: $tab-pop-icon-hover-bg-color;
363
- border: $tab-pop-up-down-icon-hover-border;
364
- border-radius: $tab-active-item-border-radius;
365
- }
366
-
367
- &:active {
368
- background: $tab-pop-focus-icon-active-bg;
369
- color: $tab-pop-focus-icon-active-color;
370
- border: $tab-pop-up-icon-active-border;
371
- border-radius: $tab-active-item-border-radius;
372
- box-shadow: $tab-pop-border-box-shadow;
373
- }
374
- }
375
- }
376
-
377
- &:hover {
378
- border: 0;
379
- background: $tab-pop-hover-bg;
380
-
381
- &:active {
382
- background: transparent;
383
- @if $skin-name == 'bootstrap5.3' {
384
- background: $tab-pop-focus-bg;
385
- }
386
- }
387
- }
388
-
389
- &:active {
390
- box-shadow: none;
391
- background: $tab-pop-focus-bg;
392
- @if $skin-name == 'bootstrap5.3' or $skin-name == 'fluent2' {
393
- .e-popup-down-icon,
394
- .e-popup-up-icon {
395
- color: $tab-pop-focus-icon-active-color;
396
- }
397
- }
398
- }
399
-
400
- &.e-nav-active {
401
- background: $tab-pop-nav-active-bg;
402
- border: $tab-pop-nav-active-border;
403
- box-shadow: none;
404
- border-radius: $tab-pop-nav-active-border-radius;
405
-
406
- .e-icons {
407
- color: $tab-pop-active-icons-color;
408
- }
409
-
410
- &:focus {
411
- border: $tab-pop-nav-active-border;
412
- }
413
- }
414
- }
415
-
416
- &.e-horizontal-bottom {
417
- border-color: $tab-bottom-border-color;
418
- border-style: solid;
419
- border-width: $tab-bottom-border-width;
420
-
421
- &[style *= 'overflow: hidden'] {
422
- border-color: $tab-bottom-border-color;
423
- border-style: solid;
424
- border-width: $tab-bottom-border-width;
425
- }
426
-
427
- &[style *= 'overflow: hidden'] .e-toolbar-items {
428
- border-color: $tab-bottom-hidden-items-border-color;
429
- border-style: solid;
430
- border-width: $tab-bottom-hidden-items-border-width;
431
- }
432
-
433
- .e-toolbar-item {
434
-
435
- .e-tab-wrap:hover {
436
- border-radius: $tab-bottom-active-item-border-radius;
437
- }
438
-
439
- &.e-active {
440
- border-color: $tab-bottom-active-border-color;
441
- border-style: solid;
442
- border-width: $tab-bottom-active-border-width;
443
- margin-top: $tab-bottom-active-margin-top;
444
- border-radius: $tab-bottom-active-item-border-radius;
445
- }
446
- }
447
- }
448
-
449
- &.e-vertical {
450
- border-bottom: 0;
451
-
452
- &::before {
453
- border-width: $tab-vertical-before-border-width;
454
- }
455
-
456
- .e-toolbar-item {
457
-
458
- &.e-active {
459
- border-bottom: $tab-hdr-border;
460
- border-top: $tab-hdr-border;
461
- }
462
- }
463
-
464
- &.e-vertical-left {
465
-
466
- .e-toolbar-item {
467
-
468
- .e-tab-wrap:hover {
469
- border-radius: $tab-left-active-item-border-radius;
470
- }
471
-
472
- &.e-active {
473
- border-radius: $tab-left-active-item-border-radius;
474
- border-right: $tab-item-active-border-bottom;
475
- }
476
- }
477
- }
478
-
479
- &.e-vertical-right {
480
-
481
- .e-toolbar-item {
482
-
483
- .e-tab-wrap:hover {
484
- border-radius: $tab-right-active-item-border-radius;
485
- }
486
-
487
- &.e-active {
488
- border-left: $tab-item-active-border-bottom;
489
- border-radius: $tab-right-active-item-border-radius;
490
- }
491
- }
492
- }
493
-
494
- .e-toolbar-pop {
495
- box-shadow: $tab-v-popup-box-shadow;
496
- }
497
-
498
- .e-scroll-nav {
499
- background: inherit;
500
- border: $tab-vscroll-nav-border;
501
-
502
- &.e-scroll-up-nav {
503
- border-bottom-color: $tab-vscroll-nav-border-color;
504
- }
505
-
506
- &.e-scroll-down-nav {
507
- border-top-color: $tab-vscroll-nav-border-color;
508
- }
509
-
510
- .e-nav-arrow {
511
- border: 0;
512
-
513
- &:hover {
514
- background: none;
515
- }
516
- }
517
-
518
- &:hover {
519
- background: $tab-v-nav-hover-bg-color;
520
- border-color: $tab-vertical-scroll-hover-border-color;
521
-
522
- &:active:focus {
523
- background: $tab-vertical-scroll-hover-active-bg;
524
- }
525
-
526
- .e-nav-arrow {
527
- color: $tab-hover-nav-icon-color;
528
-
529
- &:hover {
530
- background: none;
531
- }
532
- }
533
- }
534
-
535
- &:focus {
536
- background: $tab-v-nav-focus-bg-color;
537
-
538
- &:hover:active {
539
-
540
- .e-nav-arrow {
541
- color: $tab-vertical-focus-active-arrow-color;
542
- }
543
- }
544
-
545
- .e-nav-arrow {
546
- background: none;
547
-
548
- &:hover {
549
- background: none;
550
- border: 0;
551
- }
552
- }
553
- }
554
-
555
- &:active {
556
- @if $skin-name == 'bootstrap5.3' {
557
- background: $tab-vertical-scroll-hover-active-bg;
558
- }
559
- }
560
- }
561
-
562
- .e-hor-nav {
563
-
564
- .e-popup-up-icon,
565
- .e-popup-down-icon {
566
- border: 0;
567
-
568
- &:hover {
569
- background: inherit;
570
- border: 0;
571
- color: $tab-vertical-pop-icon-hover-color;
572
- }
573
- }
574
-
575
- &:focus {
576
-
577
- .e-popup-up-icon,
578
- .e-popup-down-icon {
579
- background: inherit;
580
- border: 0;
581
-
582
- &:hover,
583
- &:active,
584
- &:active:hover {
585
- background: inherit;
586
- border: 0;
587
- box-shadow: none;
588
- }
589
-
590
- &:active {
591
- color: $tab-vertical-pop-icon-active-color;
592
- }
593
- }
594
- }
595
-
596
- &:hover {
597
-
598
- .e-popup-up-icon,
599
- .e-popup-down-icon {
600
- border: 0;
601
- }
602
- }
603
- }
604
- }
605
- }
606
-
607
- &.e-focused > .e-tab-header {
608
-
609
- .e-toolbar-item {
610
- @if ($skin-name == 'Material3') {
611
- &.e-active .e-tab-wrap:focus {
612
- background: $tab-active-focus-bg-color;
613
-
614
- .e-tab-icon,
615
- .e-tab-text {
616
- color: $tab-active-text-color;
617
- }
618
- }
619
- }
620
-
621
- .e-tab-wrap:focus {
622
- @if ($skin-name == 'fluent2') {
623
- box-shadow: $tab-focus-box-shadow;
624
- }
625
- background: $tab-focus-bg-color;
626
- border: $tab-focused-wrap-focus-border;
627
-
628
- .e-tab-icon,
629
- .e-tab-text {
630
- color: $tab-focus-text-color;
631
- }
632
-
633
- .e-tab-icon {
634
- color: $tab-focused-wrap-focus-icon-color;
635
- }
636
- }
637
- }
638
-
639
- .e-scroll-nav {
640
-
641
- &:focus {
642
-
643
- .e-nav-arrow {
644
- color: $tab-nav-focus-icon-color;
645
- }
646
- }
647
- }
648
-
649
- .e-hor-nav {
650
-
651
- &:focus {
652
-
653
- .e-popup-up-icon,
654
- .e-popup-down-icon {
655
- color: $tab-nav-focus-icon-color;
656
- background: $tab-scroll-focused-nav-focus-icon-bg;
657
- border: $tab-scroll-focused-nav-focus-icon-border;
658
- }
659
- }
660
- }
661
-
662
- &.e-vertical {
663
-
664
- .e-scroll-nav {
665
-
666
- &:focus {
667
- border-color: $tab-vertical-focused-nav-focus-border-color;
668
-
669
- .e-nav-arrow {
670
- border: 0;
671
- }
672
- }
673
- }
674
-
675
- .e-hor-nav {
676
-
677
- .e-popup-up-icon,
678
- .e-popup-down-icon {
679
- border: 0;
680
- }
681
-
682
- &:focus {
683
- outline: $tab-v-pop-focus-outline;
684
- }
685
- }
686
- }
687
- }
688
-
689
- &.e-disable {
690
- pointer-events: none;
691
-
692
- .e-tab-header {
693
-
694
- .e-indicator {
695
- background: $tab-disable-border-color;
696
- }
697
-
698
- .e-toolbar-item {
699
-
700
- .e-tab-wrap {
701
- color: $tab-disable-text-color;
702
- }
703
-
704
- &.e-active {
705
-
706
- .e-tab-text,
707
- .e-tab-icon {
708
- color: $tab-disable-active-text-color;
709
- }
710
- }
711
- }
712
- }
713
-
714
- .e-content {
715
- opacity: $tab-disable-cnt-opacity;
716
- }
717
- }
718
-
719
- &.e-fill {
720
-
721
- .e-tab-header {
722
- border-bottom: $tab-fill-hdr-border;
723
-
724
- .e-toolbar-items.e-hscroll {
725
- border: 0;
726
- }
727
-
728
- .e-toolbar-item {
729
- border: 0;
730
-
731
- .e-ripple-element {
732
- background: $tab-fill-ripple-bg-color;
733
- }
734
-
735
- .e-tab-wrap {
736
- color: $tab-text-color;
737
-
738
- &:hover {
739
- @if ($skin-name == 'fluent2') {
740
- background: $tab-fill-wrap-hover-bg;
741
- }
742
- }
743
-
744
- &:hover .e-tab-text,
745
- &:hover .e-tab-icon {
746
- color: $tab-hover-text-color;
747
- @if ($skin-name == 'fluent2') {
748
- color: $tab-fill-wrap-hover-icon-color;
749
- }
750
- }
751
-
752
- &:hover .e-tab-icon {
753
- color: $tab-fill-wrap-hover-icon-color;
754
- }
755
-
756
- @if ($skin-name == 'fluent2') {
757
- &:hover .e-close-icon {
758
- color: $tab-fill-wrap-hover-icon-color;
759
- }
760
- }
761
- }
762
-
763
- .e-text-wrap {
764
- margin-top: 0;
765
- }
766
-
767
- &.e-active {
768
- border: 0;
769
-
770
- &.e-disable.e-overlay {
771
-
772
- .e-tab-text,
773
- .e-tab-icon {
774
- color: $tab-fill-background-disable-text-color;
775
- }
776
- }
777
-
778
- .e-tab-wrap {
779
- background: $tab-fill-active-bg-color;
780
- border-radius: $tab-active-item-border-radius;
781
- border-color: $tab-fill-active-tabwrap-border-color;
782
-
783
- &:hover .e-tab-text,
784
- &:hover .e-tab-icon {
785
- color: $tab-alt-active-text-color;
786
- }
787
- }
788
-
789
- .e-text-wrap {
790
- margin-top: 0;
791
- }
792
-
793
- .e-text-wrap::before {
794
- border: $tab-fill-active-text-before-border;
795
- }
796
-
797
- .e-tab-text,
798
- .e-tab-icon {
799
- color: $tab-alt-active-text-color;
800
- }
801
-
802
- .e-close-icon {
803
- color: $tab-alt-active-close-icon-color;
804
- }
805
-
806
- .e-close-icon:hover {
807
- color: $tab-fill-active-close-hover-color;
808
- }
809
- }
810
- }
811
-
812
- .e-toolbar-pop {
813
-
814
- .e-toolbar-item:active:hover {
815
- .e-tab-text,
816
- .e-tab-icon {
817
- color: $tab-fill-pop-active-icon-color;
818
- }
819
- }
820
-
821
- .e-tab-wrap {
822
- &:hover {
823
- background: $tab-fill-pop-wrap-hover-bg;
824
-
825
- .e-tab-text {
826
- color: $tab-fill-pop-wrap-hover-text-color;
827
- }
828
-
829
- .e-tab-icon {
830
- color: $tab-fill-pop-wrap-hover-icon-color;
831
- }
832
-
833
- .e-close-icon {
834
- color: $tab-fill-pop-wrap-hover-close-color;
835
- }
836
- }
837
- }
838
- }
839
-
840
- &.e-horizontal-bottom {
841
- border-bottom: 0;
842
- border-top: $tab-fill-hdr-border;
843
-
844
- .e-toolbar-item {
845
-
846
- &.e-active .e-text-wrap {
847
- margin-top: 0;
848
- }
849
- }
850
- }
851
-
852
- &.e-vertical {
853
- border-bottom: 0;
854
-
855
- &.e-vertical-left {
856
- border-right: $tab-fill-hdr-border;
857
- }
858
-
859
- &.e-vertical-right {
860
- border-left: $tab-fill-hdr-border;
861
- }
862
- }
863
- }
864
-
865
- &.e-corner {
866
-
867
- .e-tab-header {
868
-
869
- .e-toolbar-item {
870
-
871
- &.e-active .e-tab-wrap {
872
- border-radius: $tab-fill-active-wrap-corner;
873
- }
874
- }
875
-
876
- &.e-horizontal-bottom {
877
-
878
- .e-toolbar-item.e-active .e-tab-wrap {
879
- border-radius: $tab-fill-even-active-wrap-corner;
880
- }
881
- }
882
- }
883
- }
884
-
885
- &.e-disable {
886
-
887
- .e-tab-header {
888
- border-bottom: $tab-fill-disable-hdr-border;
889
-
890
- .e-toolbar-item {
891
-
892
- .e-tab-wrap {
893
- color: $tab-disable-text-color;
894
- }
895
-
896
- &.e-active {
897
- opacity: $tab-alt-disable-active-item-opacity;
898
-
899
- .e-tab-wrap,
900
- .e-tab-wrap:focus {
901
- background: $tab-fill-disable-active-bg-color;
902
- }
903
-
904
- .e-tab-wrap .e-tab-text,
905
- .e-tab-wrap .e-tab-icon,
906
- .e-tab-wrap:focus .e-tab-text,
907
- .e-tab-wrap:focus .e-tab-icon {
908
- color: $tab-alt-disable-active-text-color;
909
- }
910
- }
911
- }
912
-
913
- &.e-horizontal-bottom {
914
- border-bottom: 0;
915
- border-top: $tab-fill-disable-hdr-border;
916
- }
917
- }
918
- }
919
-
920
- &.e-focused .e-tab-header {
921
-
922
- .e-toolbar-item {
923
-
924
- .e-tab-wrap:focus .e-tab-icon,
925
- .e-tab-wrap:focus .e-tab-text,
926
- .e-tab-wrap:focus .e-close-icon {
927
- color: $tab-hover-text-color;
928
- }
929
-
930
- &.e-active .e-tab-wrap:focus {
931
- background: $tab-fill-focus-bg-color;
932
- border-color: $tab-fill-focused-active-tabwrap-focus-border-color;
933
-
934
- .e-tab-text {
935
- color: $tab-fill-focused-active-wrap-focus-text-color;
936
- }
937
-
938
- .e-close-icon {
939
- color: $tab-fill-focused-active-wrap-focus-close-color;
940
- }
941
-
942
- .e-tab-text,
943
- .e-tab-icon {
944
- color: $tab-alt-active-style-hover-icon-color;
945
- }
946
- }
947
- }
948
- }
949
- }
950
-
951
- &.e-background {
952
-
953
- .e-tab-header {
954
- background: $tab-alt-hdr-bg-color;
955
- border: 0;
956
-
957
- .e-toolbar-items {
958
- background: $tab-alt-item-bg-color;
959
- }
960
-
961
- .e-toolbar-items.e-hscroll {
962
- border: 0;
963
- }
964
-
965
- .e-indicator {
966
- background: $tab-alt-border-color;
967
- bottom: $tab-background-indicator-bottom;
968
- }
969
-
970
- .e-toolbar-item {
971
- border: 0;
972
-
973
- .e-ripple-element {
974
- background: $tab-alt-ripple-bg-color;
975
- }
976
-
977
- .e-tab-wrap {
978
- background: $tab-alt-item-bg-color;
979
- border-color: $tab-background-wrap-border-color;
980
-
981
- .e-tab-icon,
982
- .e-close-icon {
983
- color: $tab-alt-text-color;
984
- }
985
-
986
- .e-tab-text {
987
- color: $tab-background-text-color;
988
- }
989
-
990
- .e-close-icon:hover {
991
- color: $tab-background-close-hover-color;
992
- }
993
-
994
- &:hover {
995
- background: $tab-bg-item-wrap-hover-bg-color;
996
- background-color: $tab-background-wrap-hover-bg-color;
997
- border-color: $tab-background-wrap-hover-border-color;
998
-
999
- .e-tab-text {
1000
- color: $tab-background-wrap-hover-text-color;
1001
- }
1002
-
1003
- .e-tab-icon {
1004
- color: $tab-background-wrap-hover-icon-color;
1005
- }
1006
-
1007
- .e-close-icon {
1008
- color: $tab-background-wrap-hover-close-color;
1009
-
1010
- &:hover,
1011
- &:active {
1012
- color: $tab-background-close-hover-active-color;
1013
- }
1014
- }
1015
- }
1016
- }
1017
-
1018
- &.e-active {
1019
- border: 0;
1020
- margin: 0;
1021
- background: $tab-background-active-bg;
1022
-
1023
- &.e-disable.e-overlay {
1024
-
1025
- .e-tab-text,
1026
- .e-tab-icon {
1027
- color: $tab-fill-background-disable-text-color;
1028
- }
1029
- }
1030
-
1031
- .e-tab-wrap {
1032
- background: $tab-background-active-wrap-bg;
1033
- border-color: $tab-background-active-wrap-border-color;
1034
- border-radius: $tab-background-active-wrap-border-radius;
1035
- border-style: solid;
1036
- border-width: $tab-background-active-wrap-border-width;
1037
-
1038
- .e-tab-text {
1039
- color: $tab-background-active-text-color;
1040
- }
1041
-
1042
- .e-tab-icon {
1043
- color: $tab-background-active-icon-color;
1044
- }
1045
-
1046
- .e-close-icon {
1047
- color: $tab-background-active-close-color;
1048
- }
1049
-
1050
- &:hover {
1051
- background: $tab-background-active-hover-bg;
1052
- border-color: $tab-background-active-hover-border-color;
1053
- .e-tab-text {
1054
- color: $tab-background-active-hover-text-color;
1055
- }
1056
-
1057
- .e-tab-icon {
1058
- color: $tab-background-active-hover-icon-color;
1059
- }
1060
-
1061
- .e-close-icon {
1062
- color: $tab-background-active-hover-close-color;
1063
-
1064
- &:hover {
1065
- color: $tab-background-active-close-hover-color;
1066
- }
1067
-
1068
- &:active {
1069
- color: $tab-background-activeitem-close-active-color;
1070
- }
1071
- }
1072
-
1073
- &:focus {
1074
- background: $tab-background-active-wrap-focus-bg;
1075
-
1076
- .e-tab-icon,
1077
- .e-tab-text {
1078
- color: $tab-background-active-wrap-focus-text-color;
1079
- }
1080
- }
1081
- }
1082
-
1083
- &:focus {
1084
- background: $tab-alt-active-focus-bg-color;
1085
-
1086
- .e-tab-text,
1087
- .e-tab-icon {
1088
- color: $tab-background-active-wrap-focus-icon;
1089
- }
1090
- }
1091
-
1092
- &:focus:hover {
1093
-
1094
- .e-tab-text {
1095
- color: $tab-background-active-wrap-focushover-text-color;
1096
- }
1097
-
1098
- .e-close-icon {
1099
- color: $tab-background-active-wrap-focushover-close-color;
1100
- }
1101
- }
1102
- }
1103
-
1104
- .e-text-wrap::before {
1105
- border: $tab-nrml-bottom-wrap-before-top;
1106
- @if ($skin-name == 'Material3') {
1107
- border-radius: 3px 3px 0 0;
1108
- }
1109
- }
1110
-
1111
- .e-tab-text,
1112
- .e-tab-icon {
1113
- color: $tab-background-active-text-icon-color;
1114
- }
1115
-
1116
- .e-close-icon {
1117
- color: $tab-background-active-close-icon-color;
1118
- }
1119
-
1120
- .e-close-icon:hover,
1121
- .e-tab-text:hover {
1122
- color: $tab-background-active-close-text-hover-color;
1123
- }
1124
-
1125
- &.e-itop .e-tab-wrap,
1126
- &.e-ibottom .e-tab-wrap {
1127
- background: $tab-alt-tb-active-bg-color;
1128
- }
1129
- }
1130
-
1131
- &.e-disable {
1132
- .e-tab-text,
1133
- .e-tab-icon,
1134
- .e-close-icon {
1135
- color: $tab-alt-disable-text-color;
1136
- }
1137
- }
1138
- }
1139
-
1140
- .e-toolbar-pop {
1141
-
1142
- .e-toolbar-item {
1143
- background: $tab-alt-item-bg-color;
1144
-
1145
- .e-tab-wrap {
1146
-
1147
- .e-tab-text,
1148
- .e-tab-icon,
1149
- .e-close-icon {
1150
- color: $tab-background-pop-text-color;
1151
- }
1152
-
1153
- &:hover {
1154
- background: $tab-background-pop-wrap-hover-bg;
1155
-
1156
- .e-tab-text,
1157
- .e-tab-icon,
1158
- .e-close-icon {
1159
- color: $tab-background-pop-wrap-hover-text-color;
1160
- }
1161
- }
1162
-
1163
- &:active {
1164
- .e-tab-text {
1165
- color: $tab-background-pop-wrap-active-text-color;
1166
- }
1167
-
1168
- .e-tab-icon {
1169
- color: $tab-background-pop-wrap-active-icon-color;
1170
- }
1171
-
1172
- .e-close-icon {
1173
- color: $tab-background-pop-wrap-active-close-color;
1174
- }
1175
- }
1176
- }
1177
- }
1178
- }
1179
-
1180
- .e-hscroll:not(.e-scroll-device) .e-scroll-nav,
1181
- .e-scroll-nav {
1182
- background: $tab-background-scroll-bg;
1183
-
1184
- .e-nav-arrow {
1185
- color: $tab-alt-nav-icon-color;
1186
- border: $tab-background-scroll-arrow-border;
1187
-
1188
- &:hover {
1189
- background: $tab-background-scroll-arrow-hover-bg;
1190
- color: $tab-bg-hover-nav-icon-color;
1191
- border-color: $tab-background-scroll-arrow-hover-border-color;
1192
- }
1193
-
1194
- &:active {
1195
- background: $tab-background-scroll-arrow-active-bg;
1196
- color: $tab-background-scroll-arrow-active-color;
1197
- }
1198
- }
1199
-
1200
- &:focus {
1201
-
1202
- .e-nav-arrow {
1203
- color: $tab-bg-hover-nav-icon-color;
1204
- border: $tab-background-scroll-focus-arrow-border;
1205
- background: $tab-background-scroll-focus-arrow-bg;
1206
-
1207
- &:hover {
1208
- background: $tab-bg-hover-nav-bg-color;
1209
- color: $tab-bg-hover-nav-icon-color;
1210
- }
1211
-
1212
- &:active {
1213
- background: $tab-background-nav-focus-active-bg;
1214
- border-color: $tab-background-nav-focus-active-border-color;
1215
- color: $tab-background-nav-focus-active-color;
1216
- }
1217
- }
1218
- }
1219
-
1220
- &:active::after {
1221
- @include hscroll-alt-btn-animation-after;
1222
- }
1223
- }
1224
-
1225
- .e-hor-nav:not(.e-expended-nav),
1226
- .e-hor-nav {
1227
- background: $tab-background-hor-nav-bg;
1228
-
1229
- .e-popup-up-icon,
1230
- .e-popup-down-icon {
1231
- color: $tab-background-pop-icon-color;
1232
- border: $tab-background-pop-icon-border;
1233
-
1234
- &:hover {
1235
- background: $tab-background-pop-icon-hover-bg;
1236
- border-color: $tab-background-pop-icon-hover-border-color;
1237
- color: $tab-bg-hover-nav-icon-color;
1238
- }
1239
-
1240
- &:active {
1241
- &:hover {
1242
- background: $tab-background-pop-active-hover-bg;
1243
- color: $tab-background-pop-active-hover-color;
1244
- }
1245
- }
1246
- }
1247
-
1248
- &:focus {
1249
-
1250
- .e-popup-up-icon,
1251
- .e-popup-down-icon {
1252
- color: $tab-bg-hover-nav-icon-color;
1253
- background: $tab-background-focus-pop-bg;
1254
- border: $tab-background-focus-pop-border;
1255
-
1256
- &:hover {
1257
- background: $tab-background-focus-pop-hover-bg;
1258
- }
1259
-
1260
- &:active {
1261
- background: $tab-background-popicon-focus-active-bg;
1262
- border-color: $tab-background-popicon-focus-active-border-color;
1263
- color: $tab-background-popicon-focus-active-color;
1264
- }
1265
- }
1266
- }
1267
-
1268
- &:active::after {
1269
- @include tbar-alt-btn-animation-after;
1270
- }
1271
-
1272
- &.e-nav-active {
1273
- .e-popup-up-icon {
1274
- color: $tab-bg-hover-nav-icon-color;
1275
- }
1276
- }
1277
- }
1278
-
1279
- &.e-horizontal-bottom {
1280
- .e-toolbar-item.e-active {
1281
- border: 0;
1282
- margin: 0;
1283
-
1284
- .e-tab-wrap {
1285
- border-color: $tab-background-bottom-active-wrap-border-color;
1286
- border-radius: $tab-background-bottom-active-wrap-border-radius;
1287
- border-style: solid;
1288
- border-width: $tab-background-bottom-active-wrap-border-width;
1289
- }
1290
- }
1291
- }
1292
-
1293
- &.e-vertical {
1294
-
1295
- &.e-vertical-left {
1296
- .e-toolbar-item.e-active {
1297
- border-color: $tab-background-vertical-left-active-border-color;
1298
- border-style: solid;
1299
- border-width: $tab-background-vertical-left-active-border-width;
1300
- margin: 0;
1301
- @if ($skin-name == 'fluent2') {
1302
- &::before {
1303
- background-color: $tab-background-text-color;
1304
- }
1305
- }
1306
-
1307
- .e-tab-wrap {
1308
- border-color: $tab-background-bottom-active-wrap-border-color;
1309
- border-radius: $tab-background-vertical-left-active-wrap-border-radius;
1310
- border-style: solid;
1311
- border-width: $tab-background-vertical-left-active-wrap-border-width;
1312
- }
1313
- }
1314
- }
1315
-
1316
- &.e-vertical-right {
1317
- .e-toolbar-item.e-active {
1318
- border-color: $tab-background-vertical-left-active-border-color;
1319
- border-style: solid;
1320
- border-width: $tab-background-vertical-right-active-border-width;
1321
- margin: 0;
1322
-
1323
- @if ($skin-name == 'fluent2') {
1324
- &::before {
1325
- background-color: $tab-background-text-color;
1326
- }
1327
- }
1328
-
1329
- .e-tab-wrap {
1330
- border-color: $tab-background-bottom-active-wrap-border-color;
1331
- border-radius: $tab-background-vertical-right-active-wrap-border-radius;
1332
- border-style: solid;
1333
- border-width: $tab-background-vertical-right-active-wrap-border-width;
1334
- }
1335
- }
1336
- }
1337
-
1338
- .e-scroll-nav {
1339
-
1340
- .e-nav-arrow {
1341
- border: 0;
1342
- }
1343
-
1344
- &:focus {
1345
-
1346
- .e-nav-arrow {
1347
- border: 0;
1348
-
1349
- &:hover {
1350
- background: none;
1351
- }
1352
- }
1353
- }
1354
-
1355
- &:hover {
1356
-
1357
- .e-nav-arrow {
1358
- color: $tab-bg-hover-nav-icon-color;
1359
- }
1360
- }
1361
- }
1362
-
1363
- .e-hor-nav {
1364
-
1365
- &:focus {
1366
-
1367
- .e-popup-up-icon,
1368
- .e-popup-down-icon {
1369
- background: inherit;
1370
- border-color: transparent;
1371
-
1372
- &:hover {
1373
- background: inherit;
1374
- border-color: transparent;
1375
- }
1376
- }
1377
- }
1378
-
1379
- .e-popup-up-icon,
1380
- .e-popup-down-icon {
1381
-
1382
- &:hover {
1383
- background: inherit;
1384
- border-color: transparent;
1385
- }
1386
- }
1387
- }
1388
- }
1389
- }
1390
-
1391
- &.e-disable .e-tab-header {
1392
-
1393
- .e-indicator {
1394
- background: $tab-alt-disable-border-color;
1395
- }
1396
-
1397
- .e-toolbar-item {
1398
-
1399
- .e-tab-wrap {
1400
- color: $tab-alt-disable-text-color;
1401
-
1402
- .e-tab-text,
1403
- .e-tab-icon {
1404
- color: $tab-alt-disable-text-color;
1405
- }
1406
-
1407
- &:focus {
1408
-
1409
- .e-tab-text,
1410
- .e-tab-icon {
1411
- color: $tab-alt-disable-text-color;
1412
- }
1413
- }
1414
- }
1415
-
1416
- &.e-active {
1417
- opacity: $tab-alt-disable-active-item-opacity;
1418
-
1419
- .e-tab-wrap,
1420
- .e-tab-wrap:focus {
1421
- background: $tab-alt-disable-active-bg-color;
1422
- color: $tab-alt-disable-active-text-color;
1423
-
1424
- .e-tab-text,
1425
- .e-tab-icon {
1426
- color: $tab-alt-disable-active-text-color;
1427
- }
1428
- }
1429
- }
1430
- }
1431
- }
1432
-
1433
- &.e-accent .e-tab-header {
1434
-
1435
- .e-indicator {
1436
- background: $tab-background-accent-indicator-bg;
1437
- }
1438
-
1439
- &.e-disable {
1440
-
1441
- .e-indicator {
1442
- background: $tab-disable-border-color;
1443
- }
1444
- }
1445
- }
1446
-
1447
- &.e-focused .e-tab-header {
1448
-
1449
- .e-toolbar-item {
1450
-
1451
- .e-tab-wrap:focus {
1452
- @if ($skin-name == 'fluent2') {
1453
- box-shadow: $tab-focus-box-shadow;
1454
- }
1455
- background: $tab-background-focused-wrap-focus-bg;
1456
- border-color: $tab-background-focused-wrap-focus-border-color;
1457
-
1458
- .e-tab-icon,
1459
- .e-tab-text,
1460
- .e-close-icon {
1461
- color: $tab-background-focused-wrap-focus-close-color;
1462
- }
1463
- }
1464
-
1465
- &.e-active {
1466
-
1467
- .e-tab-wrap:focus {
1468
- background: $tab-background-focused-active-wrap-focus-bg;
1469
- border-color: $tab-background-focused-active-wrap-focus-border-color;
1470
- }
1471
-
1472
- .e-tab-wrap:focus .e-tab-text,
1473
- .e-tab-wrap:focus .e-tab-icon {
1474
- color: $tab-background-focused-active-wrap-icon-color;
1475
- }
1476
-
1477
- .e-tab-wrap:hover {
1478
- background: $tab-background-focused-active-wrap-hover-bg;
1479
- border: $tab-background-focused-active-wrap-hover-border;
1480
- border-radius: $tab-background-focused-active-wrap-hover-border-radius;
1481
- }
1482
-
1483
- .e-tab-wrap:focus {
1484
- .e-tab-text {
1485
- color: $tab-background-focused-active-wrap-focus-text-color;
1486
- }
1487
-
1488
- .e-tab-icon {
1489
- color: $tab-background-focused-active-wrap-focus-icon-color;
1490
- }
1491
-
1492
- .e-close-icon {
1493
- color: $tab-background-focused-active-wrap-focus-close-color;
1494
- }
1495
- }
1496
-
1497
- .e-tab-wrap:hover {
1498
- .e-tab-text {
1499
- color: $tab-background-focused-active-wrap-hover-text-color;
1500
- }
1501
-
1502
- .e-tab-icon {
1503
- color: $tab-background-focused-active-wrap-hover-icon-color;
1504
- }
1505
-
1506
- .e-close-icon {
1507
- color: $tab-background-focused-active-wrap-hover-close-color;
1508
- }
1509
- }
1510
-
1511
- .e-tab-wrap:focus:hover {
1512
- .e-tab-text {
1513
- color: $tab-background-focused-active-focus-hover-text-color;
1514
- }
1515
- .e-close-icon {
1516
- color: $tab-background-focused-active-focus-hover-close-color;
1517
- }
1518
- }
1519
-
1520
- &.e-itop .e-tab-wrap,
1521
- &.e-ibottom .e-tab-wrap {
1522
- background: $tab-alt-tb-active-bg-color;
1523
-
1524
- &:focus {
1525
- background: $tab-key-alt-active-focus-bg-color;
1526
- }
1527
- }
1528
- }
1529
- }
1530
-
1531
- .e-scroll-nav {
1532
-
1533
- &:focus {
1534
-
1535
- .e-nav-arrow {
1536
- color: $tab-bg-nav-focus-icon-color;
1537
- }
1538
- }
1539
- }
1540
-
1541
- .e-hor-nav {
1542
-
1543
- &:focus {
1544
-
1545
- .e-popup-up-icon,
1546
- .e-popup-down-icon {
1547
- color: $tab-bg-nav-focus-icon-color;
1548
- }
1549
- }
1550
- }
1551
- }
1552
- }
1553
-
1554
- &.e-rtl {
1555
-
1556
- .e-tab-header {
1557
-
1558
- .e-hscroll.e-rtl {
1559
-
1560
- .e-scroll-nav {
1561
- border: 0;
1562
- }
1563
- }
1564
- }
1565
- }
1566
-
1567
- .e-content {
1568
- background: inherit;
1569
-
1570
- .e-item {
1571
- background: inherit;
1572
- color: $tab-content-font-color;
1573
- font-size: $tab-content-font-size;
1574
- }
1575
- }
1576
- }
1577
-
1578
- .e-tab-clone-element {
1579
- background: $tab-clone-item-bg-color;
1580
- color: $tab-clone-text-color;
1581
-
1582
- .e-tab-wrap {
1583
- border-radius: $tab-active-item-border-radius;
1584
- color: $tab-clone-text-color;
1585
- border: $tab-clone-item-wrap-border;
1586
-
1587
- .e-tab-icon {
1588
- color: $tab-clone-text-color;
1589
- }
1590
- }
1591
- }
1592
- }
1
+ @include export-module('tab-theme') {
2
+ .e-tab {
3
+ background: $tab-bg-color;
4
+ border: $tab-border;
5
+
6
+ .e-tab-header {
7
+ background: inherit;
8
+ border: 0;
9
+ border-radius: 0;
10
+ box-shadow: none;
11
+ font-weight: $tab-header-font-weight;
12
+ border-bottom: $tab-header-border-bottom;
13
+
14
+ &::before {
15
+ border-color: $tab-header-before-border-color;
16
+ border-style: solid;
17
+ }
18
+
19
+ &:not(.e-vertical) {
20
+ &::before {
21
+ border-width: $tab-header-before-border-width;
22
+ }
23
+ }
24
+
25
+ &:not(.e-vertical) {
26
+
27
+ .e-toolbar-item.e-active {
28
+ border-bottom: $tab-item-active-border-bottom;
29
+ margin-bottom: 0;
30
+ }
31
+ }
32
+
33
+ .e-toolbar-items {
34
+ background: inherit;
35
+ }
36
+
37
+ .e-indicator {
38
+ background: $tab-border-color;
39
+ }
40
+
41
+ .e-toolbar-item {
42
+ background: inherit;
43
+ border: $tab-item-border;
44
+
45
+ &:hover {
46
+ background: $tab-item-hover-bg;
47
+ }
48
+
49
+ &.e-active {
50
+ @if ($skin-name == 'Bootstrap5') {
51
+ background: $tab-item-active-bg;
52
+ }
53
+ }
54
+
55
+ &.e-active:hover {
56
+ background: $tab-item-active-hover-bg;
57
+ }
58
+
59
+ .e-ripple-element {
60
+ background: $tab-ripple-bg-color;
61
+ }
62
+
63
+ .e-tab-wrap {
64
+ border-radius: $tab-active-item-border-radius;
65
+ color: $tab-text-color;
66
+ border: $tab-item-wrap-border;
67
+
68
+ .e-tab-icon {
69
+ color: $tab-wrap-comb-icon-color;
70
+ }
71
+
72
+ &:hover {
73
+ background: $tab-item-hover-bg-color;
74
+ border: $tab-item-wrap-hover-border;
75
+ border-radius: $tab-item-wrap-hover-border-radius;
76
+
77
+ @media screen and (max-width: 480px) {
78
+ background: $tab-mob-item-hover-bg-color;
79
+ }
80
+
81
+ .e-tab-text,
82
+ .e-tab-icon {
83
+ color: $tab-hover-text-color;
84
+ }
85
+ }
86
+ }
87
+
88
+ &.e-active {
89
+ border: $tab-active-item-border;
90
+ border-radius: $tab-top-active-item-border-radius;
91
+
92
+ .e-tab-wrap {
93
+ border: $tab-item-active-tabwrap-border;
94
+ &:hover {
95
+
96
+ .e-tab-text,
97
+ .e-tab-icon {
98
+ color: $tab-active-text-color;
99
+ }
100
+ }
101
+ }
102
+
103
+ .e-text-wrap {
104
+ position: $tab-active-wrap-position;
105
+
106
+ &::before {
107
+ border: $tab-active-wrap-before-border;
108
+ content: $tab-active-wrap-before-content;
109
+ display: $tab-active-wrap-before-display;
110
+ position: $tab-active-wrap-before-position;
111
+ width: $tab-active-wrap-before-width;
112
+ @if ($skin-name == 'Material3') {
113
+ border-radius: 3px 3px 0 0;
114
+ bottom: $tab-active-wrap-before-top;
115
+ }
116
+ @else {
117
+ top: $tab-active-wrap-before-top;
118
+ }
119
+ }
120
+ }
121
+
122
+ .e-tab-text,
123
+ .e-tab-icon {
124
+ color: $tab-active-text-color;
125
+ }
126
+
127
+ &.e-ileft,
128
+ &.e-iright {
129
+
130
+ .e-tab-icon {
131
+ color: $tab-comb-icon-color;
132
+ }
133
+
134
+ .e-tab-text {
135
+ color: $tab-comb-text-color;
136
+ }
137
+ }
138
+
139
+ .e-close-icon {
140
+ color: $tab-active-close-icon-color;
141
+ }
142
+ }
143
+
144
+ .e-close-icon {
145
+ color: $tab-close-icon-color;
146
+
147
+ &:hover {
148
+ color: $tab-close-icon-hover-color;
149
+ }
150
+
151
+ &:active {
152
+ color: $tab-close-icon-active-color;
153
+ }
154
+
155
+ @if $skin-name == 'bootstrap5.3' {
156
+ &:focus {
157
+ color: $tab-close-icon-focus-color;
158
+ }
159
+ }
160
+ }
161
+
162
+ &.e-disable.e-overlay {
163
+ background: inherit;
164
+ opacity: 1;
165
+ @if $skin-name =='bootstrap5.3' {
166
+ opacity: .65;
167
+ }
168
+ pointer-events: none;
169
+
170
+ .e-tab-text,
171
+ .e-tab-icon {
172
+ color: $tab-disable-text-color;
173
+ }
174
+ }
175
+ }
176
+
177
+ &.e-reorder-active-item:not(.e-vertical) .e-toolbar-pop .e-toolbar-item.e-active {
178
+ border: $tab-active-item-hide-border;
179
+ }
180
+
181
+ .e-toolbar-pop {
182
+ background: $tab-pop-bg-color;
183
+ border: $tab-pop-border;
184
+ border-radius: $tab-pop-border-radius;
185
+ box-shadow: $tab-pop-box-shadow;
186
+ overflow-y: auto;
187
+
188
+ &[e-animate = 'true'] {
189
+ overflow-y: hidden;
190
+ }
191
+
192
+ @media screen and (max-width: 480px) {
193
+ box-shadow: $tab-pop-box-shadow;
194
+ }
195
+
196
+ .e-toolbar-item {
197
+
198
+ .e-tab-wrap {
199
+
200
+ .e-tab-text,
201
+ .e-tab-icon {
202
+ color: $tab-pop-text-color;
203
+ }
204
+
205
+ &:hover {
206
+ background: $tab-hover-bg-color;
207
+ border: $tab-pop-wrap-hover-border;
208
+ border-radius: $tab-pop-wrap-hover-border-radius;
209
+
210
+ .e-tab-text,
211
+ .e-tab-icon,
212
+ .e-close-icon {
213
+ color: $tab-pop-wrap-hover-close-color;
214
+ @if $skin-name == 'bootstrap5.3' {
215
+ color: $tab-alt-active-style-hover-text-color;
216
+ }
217
+ }
218
+ }
219
+
220
+ &:active {
221
+ background: $tab-active-bg-color;
222
+ border-color: $tab-pop-wrap-active-border-color;
223
+
224
+ .e-tab-text,
225
+ .e-tab-icon {
226
+ color: $tab-pop-wrap-active-icon-font;
227
+ }
228
+ }
229
+ }
230
+
231
+ &.e-active .e-tab-wrap {
232
+
233
+ .e-tab-text,
234
+ .e-tab-icon {
235
+ color: $tab-active-text-color;
236
+ }
237
+ }
238
+
239
+ &.e-disable.e-overlay {
240
+ .e-tab-text,
241
+ .e-tab-icon {
242
+ color: $tab-disable-text-color;
243
+ }
244
+ }
245
+ }
246
+ }
247
+
248
+ .e-scroll-nav,
249
+ .e-hscroll:not(.e-scroll-device) .e-scroll-nav {
250
+ background: $tab-scroll-nav-bg;
251
+ border: 0;
252
+
253
+ .e-nav-arrow {
254
+ color: $tab-scroll-nav-arrow-font;
255
+ border: $tab-item-active-wrap-border;
256
+
257
+ &:hover {
258
+ background: $tab-hover-nav-bg-color;
259
+ color: $tab-hover-nav-icon-color;
260
+ border: $tab-scroll-arrow-hover-border;
261
+ }
262
+
263
+ &:active {
264
+ box-shadow: none;
265
+ border: $tab-scroll-arrow-active-border;
266
+ }
267
+ }
268
+
269
+ &:focus {
270
+ background: $tab-scroll-nav-bg;
271
+
272
+ .e-nav-arrow {
273
+ background: $tab-nav-focus-bg-color;
274
+ color: $tab-nav-focus-icon-color;
275
+ border: $tab-scroll-focus-arrow-border;
276
+
277
+ &:hover {
278
+ background: $tab-hover-nav-bg-color;
279
+ color: $tab-hover-nav-icon-color;
280
+ }
281
+
282
+ &:active {
283
+ background: $tab-scroll-focus-arrow-active-bg;
284
+ border-color: $tab-scroll-focus-arrow-active-border-color;
285
+ color: $tab-scroll-focus-arrow-active-color;
286
+ }
287
+ }
288
+ }
289
+
290
+ &:active {
291
+ box-shadow: none;
292
+ background: $tab-scroll-nav-bg;
293
+ border: $tab-scroll-active-border;
294
+ @if $skin-name == 'bootstrap5.3' or $skin-name == 'fluent2' {
295
+ background: $tab-vertical-scroll-hover-active-bg;
296
+ .e-nav-arrow {
297
+ color: $tab-pop-focus-icon-active-color;
298
+ }
299
+ }
300
+ }
301
+
302
+ &.e-overlay {
303
+
304
+ .e-nav-arrow {
305
+ color: $tab-scroll-overlay-arrow-color;
306
+
307
+ &:hover {
308
+ color: $tab-scroll-overlay-arrow-hover-color;
309
+ background: $tab-scroll-overlay-arrow-hover-bg;
310
+ border-color: $tab-scroll-overlay-arrow-hover-border-color;
311
+ }
312
+ }
313
+ }
314
+ }
315
+
316
+ .e-hor-nav,
317
+ .e-hor-nav:not(.e-expended-nav) {
318
+ background: transparent;
319
+ border: 0;
320
+
321
+ .e-popup-up-icon,
322
+ .e-popup-down-icon {
323
+ color: $tab-pop-icon-color;
324
+ border: $tab-pop-icon-border;
325
+
326
+ &:hover {
327
+ background: $tab-pop-icon-hover-bg-color;
328
+ border: $tab-pop-up-icon-hover-border;
329
+ border-radius: $tab-active-item-border-radius;
330
+ }
331
+ }
332
+
333
+ .e-popup-down-icon {
334
+
335
+ &:hover {
336
+ color: $tab-hover-nav-icon-color;
337
+ }
338
+ }
339
+
340
+ &:focus {
341
+ background: $tab-pop-focus-bg;
342
+ .e-popup-up-icon,
343
+ .e-popup-down-icon {
344
+ background: $tab-nav-focus-bg-color;
345
+ border: $tab-pop-up-icon-focus-border;
346
+ border-radius: $tab-active-item-border-radius;
347
+ color: $tab-nav-focus-icon-color;
348
+
349
+ &:hover {
350
+ background: $tab-pop-icon-hover-bg-color;
351
+ border: $tab-pop-up-down-icon-hover-border;
352
+ border-radius: $tab-active-item-border-radius;
353
+ }
354
+
355
+ &:active {
356
+ background: $tab-pop-focus-icon-active-bg;
357
+ color: $tab-pop-focus-icon-active-color;
358
+ border: $tab-pop-up-icon-active-border;
359
+ border-radius: $tab-active-item-border-radius;
360
+ box-shadow: $tab-pop-border-box-shadow;
361
+ }
362
+ }
363
+ }
364
+
365
+ &:hover {
366
+ border: 0;
367
+ background: $tab-pop-hover-bg;
368
+
369
+ &:active {
370
+ background: transparent;
371
+ @if $skin-name == 'bootstrap5.3' {
372
+ background: $tab-pop-focus-bg;
373
+ }
374
+ }
375
+ }
376
+
377
+ &:active {
378
+ box-shadow: none;
379
+ background: $tab-pop-focus-bg;
380
+ @if $skin-name == 'bootstrap5.3' or $skin-name == 'fluent2' {
381
+ .e-popup-down-icon,
382
+ .e-popup-up-icon {
383
+ color: $tab-pop-focus-icon-active-color;
384
+ }
385
+ }
386
+ }
387
+
388
+ &.e-nav-active {
389
+ background: $tab-pop-nav-active-bg;
390
+ border: $tab-pop-nav-active-border;
391
+ box-shadow: none;
392
+ border-radius: $tab-pop-nav-active-border-radius;
393
+
394
+ .e-icons {
395
+ color: $tab-pop-active-icons-color;
396
+ }
397
+
398
+ &:focus {
399
+ border: $tab-pop-nav-active-border;
400
+ }
401
+ }
402
+ }
403
+
404
+ &.e-horizontal-bottom {
405
+ border-color: $tab-bottom-border-color;
406
+ border-style: solid;
407
+ border-width: $tab-bottom-border-width;
408
+
409
+ &[style *= 'overflow: hidden'] {
410
+ border-color: $tab-bottom-border-color;
411
+ border-style: solid;
412
+ border-width: $tab-bottom-border-width;
413
+ }
414
+
415
+ &[style *= 'overflow: hidden'] .e-toolbar-items {
416
+ border-color: $tab-bottom-hidden-items-border-color;
417
+ border-style: solid;
418
+ border-width: $tab-bottom-hidden-items-border-width;
419
+ }
420
+
421
+ .e-toolbar-item {
422
+
423
+ .e-tab-wrap:hover {
424
+ border-radius: $tab-bottom-active-item-border-radius;
425
+ }
426
+
427
+ &.e-active {
428
+ border-color: $tab-bottom-active-border-color;
429
+ border-style: solid;
430
+ border-width: $tab-bottom-active-border-width;
431
+ margin-top: $tab-bottom-active-margin-top;
432
+ border-radius: $tab-bottom-active-item-border-radius;
433
+ }
434
+ }
435
+ }
436
+
437
+ &.e-vertical {
438
+ border-bottom: 0;
439
+
440
+ &::before {
441
+ border-width: $tab-vertical-before-border-width;
442
+ }
443
+
444
+ .e-toolbar-item {
445
+
446
+ &.e-active {
447
+ border-bottom: $tab-hdr-border;
448
+ border-top: $tab-hdr-border;
449
+ }
450
+ }
451
+
452
+ &.e-vertical-left {
453
+
454
+ .e-toolbar-item {
455
+
456
+ .e-tab-wrap:hover {
457
+ border-radius: $tab-left-active-item-border-radius;
458
+ }
459
+
460
+ &.e-active {
461
+ border-radius: $tab-left-active-item-border-radius;
462
+ border-right: $tab-item-active-border-bottom;
463
+ }
464
+ }
465
+ }
466
+
467
+ &.e-vertical-right {
468
+
469
+ .e-toolbar-item {
470
+
471
+ .e-tab-wrap:hover {
472
+ border-radius: $tab-right-active-item-border-radius;
473
+ }
474
+
475
+ &.e-active {
476
+ border-left: $tab-item-active-border-bottom;
477
+ border-radius: $tab-right-active-item-border-radius;
478
+ }
479
+ }
480
+ }
481
+
482
+ .e-toolbar-pop {
483
+ box-shadow: $tab-v-popup-box-shadow;
484
+ }
485
+
486
+ .e-scroll-nav {
487
+ background: inherit;
488
+ border: $tab-vscroll-nav-border;
489
+
490
+ &.e-scroll-up-nav {
491
+ border-bottom-color: $tab-vscroll-nav-border-color;
492
+ }
493
+
494
+ &.e-scroll-down-nav {
495
+ border-top-color: $tab-vscroll-nav-border-color;
496
+ }
497
+
498
+ .e-nav-arrow {
499
+ border: 0;
500
+
501
+ &:hover {
502
+ background: none;
503
+ }
504
+ }
505
+
506
+ &:hover {
507
+ background: $tab-v-nav-hover-bg-color;
508
+ border-color: $tab-vertical-scroll-hover-border-color;
509
+
510
+ &:active:focus {
511
+ background: $tab-vertical-scroll-hover-active-bg;
512
+ }
513
+
514
+ .e-nav-arrow {
515
+ color: $tab-hover-nav-icon-color;
516
+
517
+ &:hover {
518
+ background: none;
519
+ }
520
+ }
521
+ }
522
+
523
+ &:focus {
524
+ background: $tab-v-nav-focus-bg-color;
525
+
526
+ &:hover:active {
527
+
528
+ .e-nav-arrow {
529
+ color: $tab-vertical-focus-active-arrow-color;
530
+ }
531
+ }
532
+
533
+ .e-nav-arrow {
534
+ background: none;
535
+
536
+ &:hover {
537
+ background: none;
538
+ border: 0;
539
+ }
540
+ }
541
+ }
542
+
543
+ &:active {
544
+ @if $skin-name == 'bootstrap5.3' {
545
+ background: $tab-vertical-scroll-hover-active-bg;
546
+ }
547
+ }
548
+ }
549
+
550
+ .e-hor-nav {
551
+
552
+ .e-popup-up-icon,
553
+ .e-popup-down-icon {
554
+ border: 0;
555
+
556
+ &:hover {
557
+ background: inherit;
558
+ border: 0;
559
+ color: $tab-vertical-pop-icon-hover-color;
560
+ }
561
+ }
562
+
563
+ &:focus {
564
+
565
+ .e-popup-up-icon,
566
+ .e-popup-down-icon {
567
+ background: inherit;
568
+ border: 0;
569
+
570
+ &:hover,
571
+ &:active,
572
+ &:active:hover {
573
+ background: inherit;
574
+ border: 0;
575
+ box-shadow: none;
576
+ }
577
+
578
+ &:active {
579
+ color: $tab-vertical-pop-icon-active-color;
580
+ }
581
+ }
582
+ }
583
+
584
+ &:hover {
585
+
586
+ .e-popup-up-icon,
587
+ .e-popup-down-icon {
588
+ border: 0;
589
+ }
590
+ }
591
+ }
592
+ }
593
+ }
594
+
595
+ &.e-focused > .e-tab-header {
596
+
597
+ .e-toolbar-item {
598
+ @if ($skin-name == 'Material3') {
599
+ &.e-active .e-tab-wrap:focus {
600
+ background: $tab-active-focus-bg-color;
601
+
602
+ .e-tab-icon,
603
+ .e-tab-text {
604
+ color: $tab-active-text-color;
605
+ }
606
+ }
607
+ }
608
+
609
+ .e-tab-wrap:focus {
610
+ @if ($skin-name == 'fluent2') {
611
+ box-shadow: $tab-focus-box-shadow;
612
+ }
613
+ background: $tab-focus-bg-color;
614
+ border: $tab-focused-wrap-focus-border;
615
+
616
+ .e-tab-icon,
617
+ .e-tab-text {
618
+ color: $tab-focus-text-color;
619
+ }
620
+
621
+ .e-tab-icon {
622
+ color: $tab-focused-wrap-focus-icon-color;
623
+ }
624
+ }
625
+ }
626
+
627
+ .e-scroll-nav {
628
+
629
+ &:focus {
630
+
631
+ .e-nav-arrow {
632
+ color: $tab-nav-focus-icon-color;
633
+ }
634
+ }
635
+ }
636
+
637
+ .e-hor-nav {
638
+
639
+ &:focus {
640
+
641
+ .e-popup-up-icon,
642
+ .e-popup-down-icon {
643
+ color: $tab-nav-focus-icon-color;
644
+ background: $tab-scroll-focused-nav-focus-icon-bg;
645
+ border: $tab-scroll-focused-nav-focus-icon-border;
646
+ }
647
+ }
648
+ }
649
+
650
+ &.e-vertical {
651
+
652
+ .e-scroll-nav {
653
+
654
+ &:focus {
655
+ border-color: $tab-vertical-focused-nav-focus-border-color;
656
+
657
+ .e-nav-arrow {
658
+ border: 0;
659
+ }
660
+ }
661
+ }
662
+
663
+ .e-hor-nav {
664
+
665
+ .e-popup-up-icon,
666
+ .e-popup-down-icon {
667
+ border: 0;
668
+ }
669
+
670
+ &:focus {
671
+ outline: $tab-v-pop-focus-outline;
672
+ }
673
+ }
674
+ }
675
+ }
676
+
677
+ &.e-disable {
678
+ pointer-events: none;
679
+
680
+ .e-tab-header {
681
+
682
+ .e-indicator {
683
+ background: $tab-disable-border-color;
684
+ }
685
+
686
+ .e-toolbar-item {
687
+
688
+ .e-tab-wrap {
689
+ color: $tab-disable-text-color;
690
+ }
691
+
692
+ &.e-active {
693
+
694
+ .e-tab-text,
695
+ .e-tab-icon {
696
+ color: $tab-disable-active-text-color;
697
+ }
698
+ }
699
+ }
700
+ }
701
+
702
+ .e-content {
703
+ opacity: $tab-disable-cnt-opacity;
704
+ }
705
+ }
706
+
707
+ &.e-fill {
708
+
709
+ .e-tab-header {
710
+ border-bottom: $tab-fill-hdr-border;
711
+
712
+ .e-toolbar-items.e-hscroll {
713
+ border: 0;
714
+ }
715
+
716
+ .e-toolbar-item {
717
+ border: 0;
718
+
719
+ .e-ripple-element {
720
+ background: $tab-fill-ripple-bg-color;
721
+ }
722
+
723
+ .e-tab-wrap {
724
+ color: $tab-text-color;
725
+
726
+ &:hover {
727
+ @if ($skin-name == 'fluent2') {
728
+ background: $tab-fill-wrap-hover-bg;
729
+ }
730
+ }
731
+
732
+ &:hover .e-tab-text,
733
+ &:hover .e-tab-icon {
734
+ color: $tab-hover-text-color;
735
+ @if ($skin-name == 'fluent2') {
736
+ color: $tab-fill-wrap-hover-icon-color;
737
+ }
738
+ }
739
+
740
+ &:hover .e-tab-icon {
741
+ color: $tab-fill-wrap-hover-icon-color;
742
+ }
743
+
744
+ @if ($skin-name == 'fluent2') {
745
+ &:hover .e-close-icon {
746
+ color: $tab-fill-wrap-hover-icon-color;
747
+ }
748
+ }
749
+ }
750
+
751
+ .e-text-wrap {
752
+ margin-top: 0;
753
+ }
754
+
755
+ &.e-active {
756
+ border: 0;
757
+
758
+ &.e-disable.e-overlay {
759
+
760
+ .e-tab-text,
761
+ .e-tab-icon {
762
+ color: $tab-fill-background-disable-text-color;
763
+ }
764
+ }
765
+
766
+ .e-tab-wrap {
767
+ background: $tab-fill-active-bg-color;
768
+ border-radius: $tab-active-item-border-radius;
769
+ border-color: $tab-fill-active-tabwrap-border-color;
770
+
771
+ &:hover .e-tab-text,
772
+ &:hover .e-tab-icon {
773
+ color: $tab-alt-active-text-color;
774
+ }
775
+ }
776
+
777
+ .e-text-wrap {
778
+ margin-top: 0;
779
+ }
780
+
781
+ .e-text-wrap::before {
782
+ border: $tab-fill-active-text-before-border;
783
+ }
784
+
785
+ .e-tab-text,
786
+ .e-tab-icon {
787
+ color: $tab-alt-active-text-color;
788
+ }
789
+
790
+ .e-close-icon {
791
+ color: $tab-alt-active-close-icon-color;
792
+ }
793
+
794
+ .e-close-icon:hover {
795
+ color: $tab-fill-active-close-hover-color;
796
+ }
797
+ }
798
+ }
799
+
800
+ .e-toolbar-pop {
801
+
802
+ .e-toolbar-item:active:hover {
803
+ .e-tab-text,
804
+ .e-tab-icon {
805
+ color: $tab-fill-pop-active-icon-color;
806
+ }
807
+ }
808
+
809
+ .e-tab-wrap {
810
+ &:hover {
811
+ background: $tab-fill-pop-wrap-hover-bg;
812
+
813
+ .e-tab-text {
814
+ color: $tab-fill-pop-wrap-hover-text-color;
815
+ }
816
+
817
+ .e-tab-icon {
818
+ color: $tab-fill-pop-wrap-hover-icon-color;
819
+ }
820
+
821
+ .e-close-icon {
822
+ color: $tab-fill-pop-wrap-hover-close-color;
823
+ }
824
+ }
825
+ }
826
+ }
827
+
828
+ &.e-horizontal-bottom {
829
+ border-bottom: 0;
830
+ border-top: $tab-fill-hdr-border;
831
+
832
+ .e-toolbar-item {
833
+
834
+ &.e-active .e-text-wrap {
835
+ margin-top: 0;
836
+ }
837
+ }
838
+ }
839
+
840
+ &.e-vertical {
841
+ border-bottom: 0;
842
+
843
+ &.e-vertical-left {
844
+ border-right: $tab-fill-hdr-border;
845
+ }
846
+
847
+ &.e-vertical-right {
848
+ border-left: $tab-fill-hdr-border;
849
+ }
850
+ }
851
+ }
852
+
853
+ &.e-corner {
854
+
855
+ .e-tab-header {
856
+
857
+ .e-toolbar-item {
858
+
859
+ &.e-active .e-tab-wrap {
860
+ border-radius: $tab-fill-active-wrap-corner;
861
+ }
862
+ }
863
+
864
+ &.e-horizontal-bottom {
865
+
866
+ .e-toolbar-item.e-active .e-tab-wrap {
867
+ border-radius: $tab-fill-even-active-wrap-corner;
868
+ }
869
+ }
870
+ }
871
+ }
872
+
873
+ &.e-disable {
874
+
875
+ .e-tab-header {
876
+ border-bottom: $tab-fill-disable-hdr-border;
877
+
878
+ .e-toolbar-item {
879
+
880
+ .e-tab-wrap {
881
+ color: $tab-disable-text-color;
882
+ }
883
+
884
+ &.e-active {
885
+ opacity: $tab-alt-disable-active-item-opacity;
886
+
887
+ .e-tab-wrap,
888
+ .e-tab-wrap:focus {
889
+ background: $tab-fill-disable-active-bg-color;
890
+ }
891
+
892
+ .e-tab-wrap .e-tab-text,
893
+ .e-tab-wrap .e-tab-icon,
894
+ .e-tab-wrap:focus .e-tab-text,
895
+ .e-tab-wrap:focus .e-tab-icon {
896
+ color: $tab-alt-disable-active-text-color;
897
+ }
898
+ }
899
+ }
900
+
901
+ &.e-horizontal-bottom {
902
+ border-bottom: 0;
903
+ border-top: $tab-fill-disable-hdr-border;
904
+ }
905
+ }
906
+ }
907
+
908
+ &.e-focused .e-tab-header {
909
+
910
+ .e-toolbar-item {
911
+
912
+ .e-tab-wrap:focus .e-tab-icon,
913
+ .e-tab-wrap:focus .e-tab-text,
914
+ .e-tab-wrap:focus .e-close-icon {
915
+ color: $tab-hover-text-color;
916
+ }
917
+
918
+ &.e-active .e-tab-wrap:focus {
919
+ background: $tab-fill-focus-bg-color;
920
+ border-color: $tab-fill-focused-active-tabwrap-focus-border-color;
921
+
922
+ .e-tab-text {
923
+ color: $tab-fill-focused-active-wrap-focus-text-color;
924
+ }
925
+
926
+ .e-close-icon {
927
+ color: $tab-fill-focused-active-wrap-focus-close-color;
928
+ }
929
+
930
+ .e-tab-text,
931
+ .e-tab-icon {
932
+ color: $tab-alt-active-style-hover-icon-color;
933
+ }
934
+ }
935
+ }
936
+ }
937
+ }
938
+
939
+ &.e-background {
940
+
941
+ .e-tab-header {
942
+ background: $tab-alt-hdr-bg-color;
943
+ border: 0;
944
+
945
+ .e-toolbar-items {
946
+ background: $tab-alt-item-bg-color;
947
+ }
948
+
949
+ .e-toolbar-items.e-hscroll {
950
+ border: 0;
951
+ }
952
+
953
+ .e-indicator {
954
+ background: $tab-alt-border-color;
955
+ bottom: $tab-background-indicator-bottom;
956
+ }
957
+
958
+ .e-toolbar-item {
959
+ border: 0;
960
+
961
+ .e-ripple-element {
962
+ background: $tab-alt-ripple-bg-color;
963
+ }
964
+
965
+ .e-tab-wrap {
966
+ background: $tab-alt-item-bg-color;
967
+ border-color: $tab-background-wrap-border-color;
968
+
969
+ .e-tab-icon,
970
+ .e-close-icon {
971
+ color: $tab-alt-text-color;
972
+ }
973
+
974
+ .e-tab-text {
975
+ color: $tab-background-text-color;
976
+ }
977
+
978
+ .e-close-icon:hover {
979
+ color: $tab-background-close-hover-color;
980
+ }
981
+
982
+ &:hover {
983
+ background: $tab-bg-item-wrap-hover-bg-color;
984
+ background-color: $tab-background-wrap-hover-bg-color;
985
+ border-color: $tab-background-wrap-hover-border-color;
986
+
987
+ .e-tab-text {
988
+ color: $tab-background-wrap-hover-text-color;
989
+ }
990
+
991
+ .e-tab-icon {
992
+ color: $tab-background-wrap-hover-icon-color;
993
+ }
994
+
995
+ .e-close-icon {
996
+ color: $tab-background-wrap-hover-close-color;
997
+
998
+ &:hover,
999
+ &:active {
1000
+ color: $tab-background-close-hover-active-color;
1001
+ }
1002
+ }
1003
+ }
1004
+ }
1005
+
1006
+ &.e-active {
1007
+ border: 0;
1008
+ margin: 0;
1009
+ background: $tab-background-active-bg;
1010
+
1011
+ &.e-disable.e-overlay {
1012
+
1013
+ .e-tab-text,
1014
+ .e-tab-icon {
1015
+ color: $tab-fill-background-disable-text-color;
1016
+ }
1017
+ }
1018
+
1019
+ .e-tab-wrap {
1020
+ background: $tab-background-active-wrap-bg;
1021
+ border-color: $tab-background-active-wrap-border-color;
1022
+ border-radius: $tab-background-active-wrap-border-radius;
1023
+ border-style: solid;
1024
+ border-width: $tab-background-active-wrap-border-width;
1025
+
1026
+ .e-tab-text {
1027
+ color: $tab-background-active-text-color;
1028
+ }
1029
+
1030
+ .e-tab-icon {
1031
+ color: $tab-background-active-icon-color;
1032
+ }
1033
+
1034
+ .e-close-icon {
1035
+ color: $tab-background-active-close-color;
1036
+ }
1037
+
1038
+ &:hover {
1039
+ background: $tab-background-active-hover-bg;
1040
+ border-color: $tab-background-active-hover-border-color;
1041
+ .e-tab-text {
1042
+ color: $tab-background-active-hover-text-color;
1043
+ }
1044
+
1045
+ .e-tab-icon {
1046
+ color: $tab-background-active-hover-icon-color;
1047
+ }
1048
+
1049
+ .e-close-icon {
1050
+ color: $tab-background-active-hover-close-color;
1051
+
1052
+ &:hover {
1053
+ color: $tab-background-active-close-hover-color;
1054
+ }
1055
+
1056
+ &:active {
1057
+ color: $tab-background-activeitem-close-active-color;
1058
+ }
1059
+ }
1060
+
1061
+ &:focus {
1062
+ background: $tab-background-active-wrap-focus-bg;
1063
+
1064
+ .e-tab-icon,
1065
+ .e-tab-text {
1066
+ color: $tab-background-active-wrap-focus-text-color;
1067
+ }
1068
+ }
1069
+ }
1070
+
1071
+ &:focus {
1072
+ background: $tab-alt-active-focus-bg-color;
1073
+
1074
+ .e-tab-text,
1075
+ .e-tab-icon {
1076
+ color: $tab-background-active-wrap-focus-icon;
1077
+ }
1078
+ }
1079
+
1080
+ &:focus:hover {
1081
+
1082
+ .e-tab-text {
1083
+ color: $tab-background-active-wrap-focushover-text-color;
1084
+ }
1085
+
1086
+ .e-close-icon {
1087
+ color: $tab-background-active-wrap-focushover-close-color;
1088
+ }
1089
+ }
1090
+ }
1091
+
1092
+ .e-text-wrap::before {
1093
+ border: $tab-nrml-bottom-wrap-before-top;
1094
+ @if ($skin-name == 'Material3') {
1095
+ border-radius: 3px 3px 0 0;
1096
+ }
1097
+ }
1098
+
1099
+ .e-tab-text,
1100
+ .e-tab-icon {
1101
+ color: $tab-background-active-text-icon-color;
1102
+ }
1103
+
1104
+ .e-close-icon {
1105
+ color: $tab-background-active-close-icon-color;
1106
+ }
1107
+
1108
+ .e-close-icon:hover,
1109
+ .e-tab-text:hover {
1110
+ color: $tab-background-active-close-text-hover-color;
1111
+ }
1112
+
1113
+ &.e-itop .e-tab-wrap,
1114
+ &.e-ibottom .e-tab-wrap {
1115
+ background: $tab-alt-tb-active-bg-color;
1116
+ }
1117
+ }
1118
+
1119
+ &.e-disable {
1120
+ .e-tab-text,
1121
+ .e-tab-icon,
1122
+ .e-close-icon {
1123
+ color: $tab-alt-disable-text-color;
1124
+ }
1125
+ }
1126
+ }
1127
+
1128
+ .e-toolbar-pop {
1129
+
1130
+ .e-toolbar-item {
1131
+ background: $tab-alt-item-bg-color;
1132
+
1133
+ .e-tab-wrap {
1134
+
1135
+ .e-tab-text,
1136
+ .e-tab-icon,
1137
+ .e-close-icon {
1138
+ color: $tab-background-pop-text-color;
1139
+ }
1140
+
1141
+ &:hover {
1142
+ background: $tab-background-pop-wrap-hover-bg;
1143
+
1144
+ .e-tab-text,
1145
+ .e-tab-icon,
1146
+ .e-close-icon {
1147
+ color: $tab-background-pop-wrap-hover-text-color;
1148
+ }
1149
+ }
1150
+
1151
+ &:active {
1152
+ .e-tab-text {
1153
+ color: $tab-background-pop-wrap-active-text-color;
1154
+ }
1155
+
1156
+ .e-tab-icon {
1157
+ color: $tab-background-pop-wrap-active-icon-color;
1158
+ }
1159
+
1160
+ .e-close-icon {
1161
+ color: $tab-background-pop-wrap-active-close-color;
1162
+ }
1163
+ }
1164
+ }
1165
+ }
1166
+ }
1167
+
1168
+ .e-hscroll:not(.e-scroll-device) .e-scroll-nav,
1169
+ .e-scroll-nav {
1170
+ background: $tab-background-scroll-bg;
1171
+
1172
+ .e-nav-arrow {
1173
+ color: $tab-alt-nav-icon-color;
1174
+ border: $tab-background-scroll-arrow-border;
1175
+
1176
+ &:hover {
1177
+ background: $tab-background-scroll-arrow-hover-bg;
1178
+ color: $tab-bg-hover-nav-icon-color;
1179
+ border-color: $tab-background-scroll-arrow-hover-border-color;
1180
+ }
1181
+
1182
+ &:active {
1183
+ background: $tab-background-scroll-arrow-active-bg;
1184
+ color: $tab-background-scroll-arrow-active-color;
1185
+ }
1186
+ }
1187
+
1188
+ &:focus {
1189
+
1190
+ .e-nav-arrow {
1191
+ color: $tab-bg-hover-nav-icon-color;
1192
+ border: $tab-background-scroll-focus-arrow-border;
1193
+ background: $tab-background-scroll-focus-arrow-bg;
1194
+
1195
+ &:hover {
1196
+ background: $tab-bg-hover-nav-bg-color;
1197
+ color: $tab-bg-hover-nav-icon-color;
1198
+ }
1199
+
1200
+ &:active {
1201
+ background: $tab-background-nav-focus-active-bg;
1202
+ border-color: $tab-background-nav-focus-active-border-color;
1203
+ color: $tab-background-nav-focus-active-color;
1204
+ }
1205
+ }
1206
+ }
1207
+
1208
+ &:active::after {
1209
+ @include hscroll-alt-btn-animation-after;
1210
+ }
1211
+ }
1212
+
1213
+ .e-hor-nav:not(.e-expended-nav),
1214
+ .e-hor-nav {
1215
+ background: $tab-background-hor-nav-bg;
1216
+
1217
+ .e-popup-up-icon,
1218
+ .e-popup-down-icon {
1219
+ color: $tab-background-pop-icon-color;
1220
+ border: $tab-background-pop-icon-border;
1221
+
1222
+ &:hover {
1223
+ background: $tab-background-pop-icon-hover-bg;
1224
+ border-color: $tab-background-pop-icon-hover-border-color;
1225
+ color: $tab-bg-hover-nav-icon-color;
1226
+ }
1227
+
1228
+ &:active {
1229
+ &:hover {
1230
+ background: $tab-background-pop-active-hover-bg;
1231
+ color: $tab-background-pop-active-hover-color;
1232
+ }
1233
+ }
1234
+ }
1235
+
1236
+ &:focus {
1237
+
1238
+ .e-popup-up-icon,
1239
+ .e-popup-down-icon {
1240
+ color: $tab-bg-hover-nav-icon-color;
1241
+ background: $tab-background-focus-pop-bg;
1242
+ border: $tab-background-focus-pop-border;
1243
+
1244
+ &:hover {
1245
+ background: $tab-background-focus-pop-hover-bg;
1246
+ }
1247
+
1248
+ &:active {
1249
+ background: $tab-background-popicon-focus-active-bg;
1250
+ border-color: $tab-background-popicon-focus-active-border-color;
1251
+ color: $tab-background-popicon-focus-active-color;
1252
+ }
1253
+ }
1254
+ }
1255
+
1256
+ &:active::after {
1257
+ @include tbar-alt-btn-animation-after;
1258
+ }
1259
+
1260
+ &.e-nav-active {
1261
+ .e-popup-up-icon {
1262
+ color: $tab-bg-hover-nav-icon-color;
1263
+ }
1264
+ }
1265
+ }
1266
+
1267
+ &.e-horizontal-bottom {
1268
+ .e-toolbar-item.e-active {
1269
+ border: 0;
1270
+ margin: 0;
1271
+
1272
+ .e-tab-wrap {
1273
+ border-color: $tab-background-bottom-active-wrap-border-color;
1274
+ border-radius: $tab-background-bottom-active-wrap-border-radius;
1275
+ border-style: solid;
1276
+ border-width: $tab-background-bottom-active-wrap-border-width;
1277
+ }
1278
+ }
1279
+ }
1280
+
1281
+ &.e-vertical {
1282
+
1283
+ &.e-vertical-left {
1284
+ .e-toolbar-item.e-active {
1285
+ border-color: $tab-background-vertical-left-active-border-color;
1286
+ border-style: solid;
1287
+ border-width: $tab-background-vertical-left-active-border-width;
1288
+ margin: 0;
1289
+ @if ($skin-name == 'fluent2') {
1290
+ &::before {
1291
+ background-color: $tab-background-text-color;
1292
+ }
1293
+ }
1294
+
1295
+ .e-tab-wrap {
1296
+ border-color: $tab-background-bottom-active-wrap-border-color;
1297
+ border-radius: $tab-background-vertical-left-active-wrap-border-radius;
1298
+ border-style: solid;
1299
+ border-width: $tab-background-vertical-left-active-wrap-border-width;
1300
+ }
1301
+ }
1302
+ }
1303
+
1304
+ &.e-vertical-right {
1305
+ .e-toolbar-item.e-active {
1306
+ border-color: $tab-background-vertical-left-active-border-color;
1307
+ border-style: solid;
1308
+ border-width: $tab-background-vertical-right-active-border-width;
1309
+ margin: 0;
1310
+
1311
+ @if ($skin-name == 'fluent2') {
1312
+ &::before {
1313
+ background-color: $tab-background-text-color;
1314
+ }
1315
+ }
1316
+
1317
+ .e-tab-wrap {
1318
+ border-color: $tab-background-bottom-active-wrap-border-color;
1319
+ border-radius: $tab-background-vertical-right-active-wrap-border-radius;
1320
+ border-style: solid;
1321
+ border-width: $tab-background-vertical-right-active-wrap-border-width;
1322
+ }
1323
+ }
1324
+ }
1325
+
1326
+ .e-scroll-nav {
1327
+
1328
+ .e-nav-arrow {
1329
+ border: 0;
1330
+ }
1331
+
1332
+ &:focus {
1333
+
1334
+ .e-nav-arrow {
1335
+ border: 0;
1336
+
1337
+ &:hover {
1338
+ background: none;
1339
+ }
1340
+ }
1341
+ }
1342
+
1343
+ &:hover {
1344
+
1345
+ .e-nav-arrow {
1346
+ color: $tab-bg-hover-nav-icon-color;
1347
+ }
1348
+ }
1349
+ }
1350
+
1351
+ .e-hor-nav {
1352
+
1353
+ &:focus {
1354
+
1355
+ .e-popup-up-icon,
1356
+ .e-popup-down-icon {
1357
+ background: inherit;
1358
+ border-color: transparent;
1359
+
1360
+ &:hover {
1361
+ background: inherit;
1362
+ border-color: transparent;
1363
+ }
1364
+ }
1365
+ }
1366
+
1367
+ .e-popup-up-icon,
1368
+ .e-popup-down-icon {
1369
+
1370
+ &:hover {
1371
+ background: inherit;
1372
+ border-color: transparent;
1373
+ }
1374
+ }
1375
+ }
1376
+ }
1377
+ }
1378
+
1379
+ &.e-disable .e-tab-header {
1380
+
1381
+ .e-indicator {
1382
+ background: $tab-alt-disable-border-color;
1383
+ }
1384
+
1385
+ .e-toolbar-item {
1386
+
1387
+ .e-tab-wrap {
1388
+ color: $tab-alt-disable-text-color;
1389
+
1390
+ .e-tab-text,
1391
+ .e-tab-icon {
1392
+ color: $tab-alt-disable-text-color;
1393
+ }
1394
+
1395
+ &:focus {
1396
+
1397
+ .e-tab-text,
1398
+ .e-tab-icon {
1399
+ color: $tab-alt-disable-text-color;
1400
+ }
1401
+ }
1402
+ }
1403
+
1404
+ &.e-active {
1405
+ opacity: $tab-alt-disable-active-item-opacity;
1406
+
1407
+ .e-tab-wrap,
1408
+ .e-tab-wrap:focus {
1409
+ background: $tab-alt-disable-active-bg-color;
1410
+ color: $tab-alt-disable-active-text-color;
1411
+
1412
+ .e-tab-text,
1413
+ .e-tab-icon {
1414
+ color: $tab-alt-disable-active-text-color;
1415
+ }
1416
+ }
1417
+ }
1418
+ }
1419
+ }
1420
+
1421
+ &.e-accent .e-tab-header {
1422
+
1423
+ .e-indicator {
1424
+ background: $tab-background-accent-indicator-bg;
1425
+ }
1426
+
1427
+ &.e-disable {
1428
+
1429
+ .e-indicator {
1430
+ background: $tab-disable-border-color;
1431
+ }
1432
+ }
1433
+ }
1434
+
1435
+ &.e-focused .e-tab-header {
1436
+
1437
+ .e-toolbar-item {
1438
+
1439
+ .e-tab-wrap:focus {
1440
+ @if ($skin-name == 'fluent2') {
1441
+ box-shadow: $tab-focus-box-shadow;
1442
+ }
1443
+ background: $tab-background-focused-wrap-focus-bg;
1444
+ border-color: $tab-background-focused-wrap-focus-border-color;
1445
+
1446
+ .e-tab-icon,
1447
+ .e-tab-text,
1448
+ .e-close-icon {
1449
+ color: $tab-background-focused-wrap-focus-close-color;
1450
+ }
1451
+ }
1452
+
1453
+ &.e-active {
1454
+
1455
+ .e-tab-wrap:focus {
1456
+ background: $tab-background-focused-active-wrap-focus-bg;
1457
+ border-color: $tab-background-focused-active-wrap-focus-border-color;
1458
+ }
1459
+
1460
+ .e-tab-wrap:focus .e-tab-text,
1461
+ .e-tab-wrap:focus .e-tab-icon {
1462
+ color: $tab-background-focused-active-wrap-icon-color;
1463
+ }
1464
+
1465
+ .e-tab-wrap:hover {
1466
+ background: $tab-background-focused-active-wrap-hover-bg;
1467
+ border: $tab-background-focused-active-wrap-hover-border;
1468
+ border-radius: $tab-background-focused-active-wrap-hover-border-radius;
1469
+ }
1470
+
1471
+ .e-tab-wrap:focus {
1472
+ .e-tab-text {
1473
+ color: $tab-background-focused-active-wrap-focus-text-color;
1474
+ }
1475
+
1476
+ .e-tab-icon {
1477
+ color: $tab-background-focused-active-wrap-focus-icon-color;
1478
+ }
1479
+
1480
+ .e-close-icon {
1481
+ color: $tab-background-focused-active-wrap-focus-close-color;
1482
+ }
1483
+ }
1484
+
1485
+ .e-tab-wrap:hover {
1486
+ .e-tab-text {
1487
+ color: $tab-background-focused-active-wrap-hover-text-color;
1488
+ }
1489
+
1490
+ .e-tab-icon {
1491
+ color: $tab-background-focused-active-wrap-hover-icon-color;
1492
+ }
1493
+
1494
+ .e-close-icon {
1495
+ color: $tab-background-focused-active-wrap-hover-close-color;
1496
+ }
1497
+ }
1498
+
1499
+ .e-tab-wrap:focus:hover {
1500
+ .e-tab-text {
1501
+ color: $tab-background-focused-active-focus-hover-text-color;
1502
+ }
1503
+ .e-close-icon {
1504
+ color: $tab-background-focused-active-focus-hover-close-color;
1505
+ }
1506
+ }
1507
+
1508
+ &.e-itop .e-tab-wrap,
1509
+ &.e-ibottom .e-tab-wrap {
1510
+ background: $tab-alt-tb-active-bg-color;
1511
+
1512
+ &:focus {
1513
+ background: $tab-key-alt-active-focus-bg-color;
1514
+ }
1515
+ }
1516
+ }
1517
+ }
1518
+
1519
+ .e-scroll-nav {
1520
+
1521
+ &:focus {
1522
+
1523
+ .e-nav-arrow {
1524
+ color: $tab-bg-nav-focus-icon-color;
1525
+ }
1526
+ }
1527
+ }
1528
+
1529
+ .e-hor-nav {
1530
+
1531
+ &:focus {
1532
+
1533
+ .e-popup-up-icon,
1534
+ .e-popup-down-icon {
1535
+ color: $tab-bg-nav-focus-icon-color;
1536
+ }
1537
+ }
1538
+ }
1539
+ }
1540
+ }
1541
+
1542
+ &.e-rtl {
1543
+
1544
+ .e-tab-header {
1545
+
1546
+ .e-hscroll.e-rtl {
1547
+
1548
+ .e-scroll-nav {
1549
+ border: 0;
1550
+ }
1551
+ }
1552
+ }
1553
+ }
1554
+
1555
+ .e-content {
1556
+ background: inherit;
1557
+
1558
+ .e-item {
1559
+ background: inherit;
1560
+ color: $tab-content-font-color;
1561
+ font-size: $tab-content-font-size;
1562
+ }
1563
+ }
1564
+ }
1565
+
1566
+ .e-tab-clone-element {
1567
+ background: $tab-clone-item-bg-color;
1568
+ color: $tab-clone-text-color;
1569
+
1570
+ .e-tab-wrap {
1571
+ border-radius: $tab-active-item-border-radius;
1572
+ color: $tab-clone-text-color;
1573
+ border: $tab-clone-item-wrap-border;
1574
+
1575
+ .e-tab-icon {
1576
+ color: $tab-clone-text-color;
1577
+ }
1578
+ }
1579
+ }
1580
+ }