@syncfusion/ej2-angular-navigations 20.2.38 → 20.2.39-ngcc

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 (972) hide show
  1. package/@syncfusion/ej2-angular-navigations.es5.js +1880 -0
  2. package/@syncfusion/ej2-angular-navigations.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-navigations.js +1729 -0
  4. package/@syncfusion/ej2-angular-navigations.js.map +1 -0
  5. package/CHANGELOG.md +1749 -0
  6. package/dist/ej2-angular-navigations.umd.js +1967 -0
  7. package/dist/ej2-angular-navigations.umd.js.map +1 -0
  8. package/dist/ej2-angular-navigations.umd.min.js +11 -0
  9. package/dist/ej2-angular-navigations.umd.min.js.map +1 -0
  10. package/ej2-angular-navigations.d.ts +13 -0
  11. package/ej2-angular-navigations.metadata.json +1 -0
  12. package/package.json +13 -27
  13. package/postinstall/tagchange.js +18 -0
  14. package/schematics/collection.json +155 -0
  15. package/schematics/generators/accordion-default/index.d.ts +3 -0
  16. package/schematics/generators/accordion-default/index.js +8 -0
  17. package/schematics/generators/accordion-default/sample-details.d.ts +5 -0
  18. package/schematics/generators/accordion-default/sample-details.js +7 -0
  19. package/{styles/sidebar/_layout.scss → schematics/generators/accordion-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css} +0 -0
  20. package/schematics/generators/accordion-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +49 -0
  21. package/schematics/generators/accordion-default/schema.d.ts +3 -0
  22. package/schematics/generators/accordion-default/schema.js +2 -0
  23. package/schematics/generators/accordion-default/schema.json +125 -0
  24. package/schematics/generators/accordion-html-template/index.d.ts +3 -0
  25. package/schematics/generators/accordion-html-template/index.js +8 -0
  26. package/schematics/generators/accordion-html-template/sample-details.d.ts +5 -0
  27. package/schematics/generators/accordion-html-template/sample-details.js +7 -0
  28. package/schematics/generators/accordion-html-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +57 -0
  29. package/schematics/generators/accordion-html-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +50 -0
  30. package/schematics/generators/accordion-html-template/schema.d.ts +3 -0
  31. package/schematics/generators/accordion-html-template/schema.js +2 -0
  32. package/schematics/generators/accordion-html-template/schema.json +125 -0
  33. package/schematics/generators/accordion-multiple-expand/index.d.ts +3 -0
  34. package/schematics/generators/accordion-multiple-expand/index.js +8 -0
  35. package/schematics/generators/accordion-multiple-expand/sample-details.d.ts +5 -0
  36. package/schematics/generators/accordion-multiple-expand/sample-details.js +7 -0
  37. package/schematics/generators/accordion-multiple-expand/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -0
  38. package/schematics/generators/accordion-multiple-expand/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +49 -0
  39. package/schematics/generators/accordion-multiple-expand/schema.d.ts +3 -0
  40. package/schematics/generators/accordion-multiple-expand/schema.js +2 -0
  41. package/schematics/generators/accordion-multiple-expand/schema.json +125 -0
  42. package/schematics/generators/accordion-nested/index.d.ts +3 -0
  43. package/schematics/generators/accordion-nested/index.js +8 -0
  44. package/schematics/generators/accordion-nested/sample-details.d.ts +5 -0
  45. package/schematics/generators/accordion-nested/sample-details.js +7 -0
  46. package/schematics/generators/accordion-nested/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -0
  47. package/schematics/generators/accordion-nested/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +104 -0
  48. package/schematics/generators/accordion-nested/schema.d.ts +3 -0
  49. package/schematics/generators/accordion-nested/schema.js +2 -0
  50. package/schematics/generators/accordion-nested/schema.json +125 -0
  51. package/schematics/generators/contextmenu-default/index.d.ts +3 -0
  52. package/schematics/generators/contextmenu-default/index.js +8 -0
  53. package/schematics/generators/contextmenu-default/sample-details.d.ts +5 -0
  54. package/schematics/generators/contextmenu-default/sample-details.js +7 -0
  55. package/schematics/generators/contextmenu-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +65 -0
  56. package/schematics/generators/contextmenu-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +6 -0
  57. package/schematics/generators/contextmenu-default/schema.d.ts +3 -0
  58. package/schematics/generators/contextmenu-default/schema.js +2 -0
  59. package/schematics/generators/contextmenu-default/schema.json +125 -0
  60. package/schematics/generators/menu-default/index.d.ts +3 -0
  61. package/schematics/generators/menu-default/index.js +8 -0
  62. package/schematics/generators/menu-default/sample-details.d.ts +5 -0
  63. package/schematics/generators/menu-default/sample-details.js +7 -0
  64. package/schematics/generators/menu-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +52 -0
  65. package/schematics/generators/menu-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +5 -0
  66. package/schematics/generators/menu-default/schema.d.ts +3 -0
  67. package/schematics/generators/menu-default/schema.js +2 -0
  68. package/schematics/generators/menu-default/schema.json +125 -0
  69. package/schematics/generators/sidebar-backdrop/index.d.ts +3 -0
  70. package/schematics/generators/sidebar-backdrop/index.js +8 -0
  71. package/schematics/generators/sidebar-backdrop/sample-details.d.ts +5 -0
  72. package/schematics/generators/sidebar-backdrop/sample-details.js +7 -0
  73. package/schematics/generators/sidebar-backdrop/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +74 -0
  74. package/schematics/generators/sidebar-backdrop/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +17 -0
  75. package/schematics/generators/sidebar-backdrop/schema.d.ts +3 -0
  76. package/schematics/generators/sidebar-backdrop/schema.js +2 -0
  77. package/schematics/generators/sidebar-backdrop/schema.json +125 -0
  78. package/schematics/generators/sidebar-dock/index.d.ts +3 -0
  79. package/schematics/generators/sidebar-dock/index.js +8 -0
  80. package/schematics/generators/sidebar-dock/sample-details.d.ts +5 -0
  81. package/schematics/generators/sidebar-dock/sample-details.js +7 -0
  82. package/schematics/generators/sidebar-dock/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +170 -0
  83. package/schematics/generators/sidebar-dock/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +41 -0
  84. package/schematics/generators/sidebar-dock/schema.d.ts +3 -0
  85. package/schematics/generators/sidebar-dock/schema.js +2 -0
  86. package/schematics/generators/sidebar-dock/schema.json +125 -0
  87. package/schematics/generators/sidebar-target/index.d.ts +3 -0
  88. package/schematics/generators/sidebar-target/index.js +8 -0
  89. package/schematics/generators/sidebar-target/sample-details.d.ts +5 -0
  90. package/schematics/generators/sidebar-target/sample-details.js +7 -0
  91. package/schematics/generators/sidebar-target/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +91 -0
  92. package/schematics/generators/sidebar-target/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +20 -0
  93. package/schematics/generators/sidebar-target/schema.d.ts +3 -0
  94. package/schematics/generators/sidebar-target/schema.js +2 -0
  95. package/schematics/generators/sidebar-target/schema.json +125 -0
  96. package/schematics/generators/sidebar-types/index.d.ts +3 -0
  97. package/schematics/generators/sidebar-types/index.js +8 -0
  98. package/schematics/generators/sidebar-types/sample-details.d.ts +5 -0
  99. package/schematics/generators/sidebar-types/sample-details.js +7 -0
  100. package/schematics/generators/sidebar-types/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +134 -0
  101. package/schematics/generators/sidebar-types/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +37 -0
  102. package/schematics/generators/sidebar-types/schema.d.ts +3 -0
  103. package/schematics/generators/sidebar-types/schema.js +2 -0
  104. package/schematics/generators/sidebar-types/schema.json +125 -0
  105. package/schematics/generators/tab-html-template/index.d.ts +3 -0
  106. package/schematics/generators/tab-html-template/index.js +8 -0
  107. package/schematics/generators/tab-html-template/sample-details.d.ts +5 -0
  108. package/schematics/generators/tab-html-template/sample-details.js +7 -0
  109. package/schematics/generators/tab-html-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +9 -0
  110. package/schematics/generators/tab-html-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +42 -0
  111. package/schematics/generators/tab-html-template/schema.d.ts +3 -0
  112. package/schematics/generators/tab-html-template/schema.js +2 -0
  113. package/schematics/generators/tab-html-template/schema.json +125 -0
  114. package/schematics/generators/tab-icon/index.d.ts +3 -0
  115. package/schematics/generators/tab-icon/index.js +8 -0
  116. package/schematics/generators/tab-icon/sample-details.d.ts +5 -0
  117. package/schematics/generators/tab-icon/sample-details.js +7 -0
  118. package/schematics/generators/tab-icon/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +37 -0
  119. package/schematics/generators/tab-icon/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +45 -0
  120. package/schematics/generators/tab-icon/schema.d.ts +3 -0
  121. package/schematics/generators/tab-icon/schema.js +2 -0
  122. package/schematics/generators/tab-icon/schema.json +125 -0
  123. package/schematics/generators/tab-nested/index.d.ts +3 -0
  124. package/schematics/generators/tab-nested/index.js +8 -0
  125. package/schematics/generators/tab-nested/sample-details.d.ts +5 -0
  126. package/schematics/generators/tab-nested/sample-details.js +7 -0
  127. package/schematics/generators/tab-nested/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +9 -0
  128. package/schematics/generators/tab-nested/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +71 -0
  129. package/schematics/generators/tab-nested/schema.d.ts +3 -0
  130. package/schematics/generators/tab-nested/schema.js +2 -0
  131. package/schematics/generators/tab-nested/schema.json +125 -0
  132. package/schematics/generators/tab-popup/index.d.ts +3 -0
  133. package/schematics/generators/tab-popup/index.js +8 -0
  134. package/schematics/generators/tab-popup/sample-details.d.ts +5 -0
  135. package/schematics/generators/tab-popup/sample-details.js +7 -0
  136. package/schematics/generators/tab-popup/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +9 -0
  137. package/schematics/generators/tab-popup/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +118 -0
  138. package/schematics/generators/tab-popup/schema.d.ts +3 -0
  139. package/schematics/generators/tab-popup/schema.js +2 -0
  140. package/schematics/generators/tab-popup/schema.json +125 -0
  141. package/schematics/generators/tab-scrollable/index.d.ts +3 -0
  142. package/schematics/generators/tab-scrollable/index.js +8 -0
  143. package/schematics/generators/tab-scrollable/sample-details.d.ts +5 -0
  144. package/schematics/generators/tab-scrollable/sample-details.js +7 -0
  145. package/schematics/generators/tab-scrollable/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +9 -0
  146. package/schematics/generators/tab-scrollable/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +118 -0
  147. package/schematics/generators/tab-scrollable/schema.d.ts +3 -0
  148. package/schematics/generators/tab-scrollable/schema.js +2 -0
  149. package/schematics/generators/tab-scrollable/schema.json +125 -0
  150. package/schematics/generators/tab-vertical/index.d.ts +3 -0
  151. package/schematics/generators/tab-vertical/index.js +8 -0
  152. package/schematics/generators/tab-vertical/sample-details.d.ts +5 -0
  153. package/schematics/generators/tab-vertical/sample-details.js +7 -0
  154. package/schematics/generators/tab-vertical/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +9 -0
  155. package/schematics/generators/tab-vertical/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +118 -0
  156. package/schematics/generators/tab-vertical/schema.d.ts +3 -0
  157. package/schematics/generators/tab-vertical/schema.js +2 -0
  158. package/schematics/generators/tab-vertical/schema.json +125 -0
  159. package/schematics/generators/toolbar-alignment/index.d.ts +3 -0
  160. package/schematics/generators/toolbar-alignment/index.js +8 -0
  161. package/schematics/generators/toolbar-alignment/sample-details.d.ts +5 -0
  162. package/schematics/generators/toolbar-alignment/sample-details.js +7 -0
  163. package/schematics/generators/toolbar-alignment/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +97 -0
  164. package/schematics/generators/toolbar-alignment/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +48 -0
  165. package/schematics/generators/toolbar-alignment/schema.d.ts +3 -0
  166. package/schematics/generators/toolbar-alignment/schema.js +2 -0
  167. package/schematics/generators/toolbar-alignment/schema.json +125 -0
  168. package/schematics/generators/toolbar-extended/index.d.ts +3 -0
  169. package/schematics/generators/toolbar-extended/index.js +8 -0
  170. package/schematics/generators/toolbar-extended/sample-details.d.ts +5 -0
  171. package/schematics/generators/toolbar-extended/sample-details.js +7 -0
  172. package/schematics/generators/toolbar-extended/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +125 -0
  173. package/schematics/generators/toolbar-extended/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +33 -0
  174. package/schematics/generators/toolbar-extended/schema.d.ts +3 -0
  175. package/schematics/generators/toolbar-extended/schema.js +2 -0
  176. package/schematics/generators/toolbar-extended/schema.json +125 -0
  177. package/schematics/generators/toolbar-html-template/index.d.ts +3 -0
  178. package/schematics/generators/toolbar-html-template/index.js +8 -0
  179. package/schematics/generators/toolbar-html-template/sample-details.d.ts +5 -0
  180. package/schematics/generators/toolbar-html-template/sample-details.js +7 -0
  181. package/schematics/generators/toolbar-html-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -0
  182. package/schematics/generators/toolbar-html-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +16 -0
  183. package/schematics/generators/toolbar-html-template/schema.d.ts +3 -0
  184. package/schematics/generators/toolbar-html-template/schema.js +2 -0
  185. package/schematics/generators/toolbar-html-template/schema.json +125 -0
  186. package/schematics/generators/toolbar-multi-row/index.d.ts +3 -0
  187. package/schematics/generators/toolbar-multi-row/index.js +8 -0
  188. package/schematics/generators/toolbar-multi-row/sample-details.d.ts +5 -0
  189. package/schematics/generators/toolbar-multi-row/sample-details.js +7 -0
  190. package/schematics/generators/toolbar-multi-row/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +125 -0
  191. package/schematics/generators/toolbar-multi-row/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +33 -0
  192. package/schematics/generators/toolbar-multi-row/schema.d.ts +3 -0
  193. package/schematics/generators/toolbar-multi-row/schema.js +2 -0
  194. package/schematics/generators/toolbar-multi-row/schema.json +125 -0
  195. package/schematics/generators/toolbar-popup/index.d.ts +3 -0
  196. package/schematics/generators/toolbar-popup/index.js +8 -0
  197. package/schematics/generators/toolbar-popup/sample-details.d.ts +5 -0
  198. package/schematics/generators/toolbar-popup/sample-details.js +7 -0
  199. package/schematics/generators/toolbar-popup/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +125 -0
  200. package/schematics/generators/toolbar-popup/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +33 -0
  201. package/schematics/generators/toolbar-popup/schema.d.ts +3 -0
  202. package/schematics/generators/toolbar-popup/schema.js +2 -0
  203. package/schematics/generators/toolbar-popup/schema.json +125 -0
  204. package/schematics/generators/toolbar-scrollable/index.d.ts +3 -0
  205. package/schematics/generators/toolbar-scrollable/index.js +8 -0
  206. package/schematics/generators/toolbar-scrollable/sample-details.d.ts +5 -0
  207. package/schematics/generators/toolbar-scrollable/sample-details.js +7 -0
  208. package/schematics/generators/toolbar-scrollable/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +125 -0
  209. package/schematics/generators/toolbar-scrollable/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +33 -0
  210. package/schematics/generators/toolbar-scrollable/schema.d.ts +3 -0
  211. package/schematics/generators/toolbar-scrollable/schema.js +2 -0
  212. package/schematics/generators/toolbar-scrollable/schema.json +125 -0
  213. package/schematics/generators/treeview-checkbox/index.d.ts +3 -0
  214. package/schematics/generators/treeview-checkbox/index.js +8 -0
  215. package/schematics/generators/treeview-checkbox/sample-details.d.ts +5 -0
  216. package/schematics/generators/treeview-checkbox/sample-details.js +7 -0
  217. package/schematics/generators/treeview-checkbox/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +6 -0
  218. package/schematics/generators/treeview-checkbox/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +7 -0
  219. package/schematics/generators/treeview-checkbox/schema.d.ts +3 -0
  220. package/schematics/generators/treeview-checkbox/schema.js +2 -0
  221. package/schematics/generators/treeview-checkbox/schema.json +125 -0
  222. package/schematics/generators/treeview-default/index.d.ts +3 -0
  223. package/schematics/generators/treeview-default/index.js +8 -0
  224. package/schematics/generators/treeview-default/sample-details.d.ts +5 -0
  225. package/schematics/generators/treeview-default/sample-details.js +7 -0
  226. package/schematics/generators/treeview-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +6 -0
  227. package/schematics/generators/treeview-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +7 -0
  228. package/schematics/generators/treeview-default/schema.d.ts +3 -0
  229. package/schematics/generators/treeview-default/schema.js +2 -0
  230. package/schematics/generators/treeview-default/schema.json +125 -0
  231. package/schematics/generators/treeview-draganddrop/index.d.ts +3 -0
  232. package/schematics/generators/treeview-draganddrop/index.js +8 -0
  233. package/schematics/generators/treeview-draganddrop/sample-details.d.ts +5 -0
  234. package/schematics/generators/treeview-draganddrop/sample-details.js +7 -0
  235. package/schematics/generators/treeview-draganddrop/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +6 -0
  236. package/schematics/generators/treeview-draganddrop/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +7 -0
  237. package/schematics/generators/treeview-draganddrop/schema.d.ts +3 -0
  238. package/schematics/generators/treeview-draganddrop/schema.js +2 -0
  239. package/schematics/generators/treeview-draganddrop/schema.json +125 -0
  240. package/schematics/generators/treeview-multiselection/index.d.ts +3 -0
  241. package/schematics/generators/treeview-multiselection/index.js +8 -0
  242. package/schematics/generators/treeview-multiselection/sample-details.d.ts +5 -0
  243. package/schematics/generators/treeview-multiselection/sample-details.js +7 -0
  244. package/schematics/generators/treeview-multiselection/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +6 -0
  245. package/schematics/generators/treeview-multiselection/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +7 -0
  246. package/schematics/generators/treeview-multiselection/schema.d.ts +3 -0
  247. package/schematics/generators/treeview-multiselection/schema.js +2 -0
  248. package/schematics/generators/treeview-multiselection/schema.json +125 -0
  249. package/schematics/generators/treeview-nodeediting/index.d.ts +3 -0
  250. package/schematics/generators/treeview-nodeediting/index.js +8 -0
  251. package/schematics/generators/treeview-nodeediting/sample-details.d.ts +5 -0
  252. package/schematics/generators/treeview-nodeediting/sample-details.js +7 -0
  253. package/schematics/generators/treeview-nodeediting/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +6 -0
  254. package/schematics/generators/treeview-nodeediting/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +7 -0
  255. package/schematics/generators/treeview-nodeediting/schema.d.ts +3 -0
  256. package/schematics/generators/treeview-nodeediting/schema.js +2 -0
  257. package/schematics/generators/treeview-nodeediting/schema.json +125 -0
  258. package/schematics/generators/treeview-remotedata/index.d.ts +3 -0
  259. package/schematics/generators/treeview-remotedata/index.js +8 -0
  260. package/schematics/generators/treeview-remotedata/sample-details.d.ts +5 -0
  261. package/schematics/generators/treeview-remotedata/sample-details.js +7 -0
  262. package/schematics/generators/treeview-remotedata/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +12 -0
  263. package/schematics/generators/treeview-remotedata/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +8 -0
  264. package/schematics/generators/treeview-remotedata/schema.d.ts +3 -0
  265. package/schematics/generators/treeview-remotedata/schema.js +2 -0
  266. package/schematics/generators/treeview-remotedata/schema.json +125 -0
  267. package/schematics/generators/treeview-treetemplate/index.d.ts +3 -0
  268. package/schematics/generators/treeview-treetemplate/index.js +8 -0
  269. package/schematics/generators/treeview-treetemplate/sample-details.d.ts +5 -0
  270. package/schematics/generators/treeview-treetemplate/sample-details.js +7 -0
  271. package/schematics/generators/treeview-treetemplate/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +16 -0
  272. package/schematics/generators/treeview-treetemplate/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +21 -0
  273. package/schematics/generators/treeview-treetemplate/schema.d.ts +3 -0
  274. package/schematics/generators/treeview-treetemplate/schema.js +2 -0
  275. package/schematics/generators/treeview-treetemplate/schema.json +125 -0
  276. package/schematics/ng-add/index.d.ts +3 -0
  277. package/schematics/ng-add/index.js +9 -0
  278. package/schematics/ng-add/schema.d.ts +13 -0
  279. package/schematics/ng-add/schema.js +2 -0
  280. package/schematics/ng-add/schema.json +34 -0
  281. package/schematics/tsconfig.json +25 -0
  282. package/schematics/utils/lib-details.d.ts +4 -0
  283. package/schematics/utils/lib-details.js +6 -0
  284. package/schematics/utils/lib-details.ts +2 -2
  285. package/src/accordion/accordion-all.module.d.ts +0 -6
  286. package/src/accordion/accordion.component.d.ts +0 -3
  287. package/src/accordion/accordion.module.d.ts +0 -7
  288. package/src/accordion/items.directive.d.ts +0 -5
  289. package/src/breadcrumb/breadcrumb-all.module.d.ts +0 -6
  290. package/src/breadcrumb/breadcrumb.component.d.ts +0 -3
  291. package/src/breadcrumb/breadcrumb.module.d.ts +0 -7
  292. package/src/breadcrumb/items.directive.d.ts +0 -5
  293. package/src/carousel/carousel-all.module.d.ts +0 -6
  294. package/src/carousel/carousel.component.d.ts +0 -3
  295. package/src/carousel/carousel.module.d.ts +0 -7
  296. package/src/carousel/items.directive.d.ts +0 -5
  297. package/src/context-menu/contextmenu-all.module.d.ts +0 -6
  298. package/src/context-menu/contextmenu.component.d.ts +0 -3
  299. package/src/context-menu/contextmenu.module.d.ts +0 -6
  300. package/src/menu/items.directive.d.ts +0 -5
  301. package/src/menu/menu-all.module.d.ts +0 -6
  302. package/src/menu/menu.component.d.ts +0 -3
  303. package/src/menu/menu.module.d.ts +0 -7
  304. package/src/sidebar/sidebar-all.module.d.ts +0 -6
  305. package/src/sidebar/sidebar.component.d.ts +0 -3
  306. package/src/sidebar/sidebar.module.d.ts +0 -6
  307. package/src/tab/items.directive.d.ts +0 -5
  308. package/src/tab/tab-all.module.d.ts +0 -6
  309. package/src/tab/tab.component.d.ts +0 -3
  310. package/src/tab/tab.module.d.ts +0 -7
  311. package/src/toolbar/items.directive.d.ts +0 -5
  312. package/src/toolbar/toolbar-all.module.d.ts +0 -6
  313. package/src/toolbar/toolbar.component.d.ts +0 -3
  314. package/src/toolbar/toolbar.module.d.ts +0 -7
  315. package/src/treeview/treeview-all.module.d.ts +0 -6
  316. package/src/treeview/treeview.component.d.ts +0 -3
  317. package/src/treeview/treeview.module.d.ts +0 -6
  318. package/styles/accordion/bootstrap-dark.scss +1 -4
  319. package/styles/accordion/bootstrap.scss +1 -4
  320. package/styles/accordion/bootstrap4.scss +1 -4
  321. package/styles/accordion/bootstrap5-dark.scss +1 -4
  322. package/styles/accordion/bootstrap5.scss +1 -4
  323. package/styles/accordion/fabric-dark.scss +1 -4
  324. package/styles/accordion/fabric.scss +1 -4
  325. package/styles/accordion/fluent-dark.scss +1 -4
  326. package/styles/accordion/fluent.scss +1 -4
  327. package/styles/accordion/highcontrast-light.scss +1 -4
  328. package/styles/accordion/highcontrast.scss +1 -4
  329. package/styles/accordion/material-dark.scss +1 -4
  330. package/styles/accordion/material.scss +1 -4
  331. package/styles/accordion/tailwind-dark.scss +1 -4
  332. package/styles/accordion/tailwind.scss +1 -4
  333. package/styles/breadcrumb/bootstrap-dark.scss +1 -4
  334. package/styles/breadcrumb/bootstrap.scss +1 -4
  335. package/styles/breadcrumb/bootstrap4.scss +1 -4
  336. package/styles/breadcrumb/bootstrap5-dark.scss +1 -4
  337. package/styles/breadcrumb/bootstrap5.scss +1 -4
  338. package/styles/breadcrumb/fabric-dark.scss +1 -4
  339. package/styles/breadcrumb/fabric.scss +1 -4
  340. package/styles/breadcrumb/fluent-dark.scss +1 -4
  341. package/styles/breadcrumb/fluent.scss +1 -4
  342. package/styles/breadcrumb/highcontrast-light.scss +1 -4
  343. package/styles/breadcrumb/highcontrast.scss +1 -4
  344. package/styles/breadcrumb/material-dark.scss +1 -4
  345. package/styles/breadcrumb/material.scss +1 -4
  346. package/styles/breadcrumb/tailwind-dark.scss +1 -4
  347. package/styles/breadcrumb/tailwind.scss +1 -4
  348. package/styles/carousel/bootstrap-dark.scss +1 -5
  349. package/styles/carousel/bootstrap.scss +1 -5
  350. package/styles/carousel/bootstrap4.scss +1 -5
  351. package/styles/carousel/bootstrap5-dark.scss +1 -5
  352. package/styles/carousel/bootstrap5.scss +1 -5
  353. package/styles/carousel/fabric-dark.scss +1 -5
  354. package/styles/carousel/fabric.scss +1 -5
  355. package/styles/carousel/fluent-dark.css +5 -5
  356. package/styles/carousel/fluent-dark.scss +1 -5
  357. package/styles/carousel/fluent.scss +1 -5
  358. package/styles/carousel/highcontrast-light.scss +1 -5
  359. package/styles/carousel/highcontrast.scss +1 -5
  360. package/styles/carousel/material-dark.scss +1 -5
  361. package/styles/carousel/material.scss +1 -5
  362. package/styles/carousel/tailwind-dark.scss +1 -5
  363. package/styles/carousel/tailwind.scss +1 -5
  364. package/styles/context-menu/bootstrap-dark.scss +1 -7
  365. package/styles/context-menu/bootstrap.scss +1 -7
  366. package/styles/context-menu/bootstrap4.scss +1 -7
  367. package/styles/context-menu/bootstrap5-dark.scss +1 -7
  368. package/styles/context-menu/bootstrap5.scss +1 -7
  369. package/styles/context-menu/fabric-dark.scss +1 -7
  370. package/styles/context-menu/fabric.scss +1 -7
  371. package/styles/context-menu/fluent-dark.scss +1 -7
  372. package/styles/context-menu/fluent.scss +1 -7
  373. package/styles/context-menu/highcontrast-light.scss +1 -7
  374. package/styles/context-menu/highcontrast.scss +1 -7
  375. package/styles/context-menu/material-dark.scss +1 -7
  376. package/styles/context-menu/material.scss +1 -7
  377. package/styles/context-menu/tailwind-dark.scss +1 -7
  378. package/styles/context-menu/tailwind.scss +1 -7
  379. package/styles/fluent-dark.css +37 -37
  380. package/styles/h-scroll/bootstrap-dark.scss +1 -4
  381. package/styles/h-scroll/bootstrap.scss +1 -4
  382. package/styles/h-scroll/bootstrap4.scss +1 -4
  383. package/styles/h-scroll/bootstrap5-dark.scss +1 -4
  384. package/styles/h-scroll/bootstrap5.scss +1 -4
  385. package/styles/h-scroll/fabric-dark.scss +1 -4
  386. package/styles/h-scroll/fabric.scss +1 -4
  387. package/styles/h-scroll/fluent-dark.scss +1 -4
  388. package/styles/h-scroll/fluent.scss +1 -4
  389. package/styles/h-scroll/highcontrast-light.scss +1 -4
  390. package/styles/h-scroll/highcontrast.scss +1 -4
  391. package/styles/h-scroll/material-dark.scss +1 -4
  392. package/styles/h-scroll/material.scss +1 -4
  393. package/styles/h-scroll/tailwind-dark.scss +1 -4
  394. package/styles/h-scroll/tailwind.scss +1 -4
  395. package/styles/menu/bootstrap-dark.scss +1 -8
  396. package/styles/menu/bootstrap.scss +1 -8
  397. package/styles/menu/bootstrap4.scss +1 -8
  398. package/styles/menu/bootstrap5-dark.scss +1 -8
  399. package/styles/menu/bootstrap5.scss +1 -8
  400. package/styles/menu/fabric-dark.scss +1 -8
  401. package/styles/menu/fabric.scss +1 -8
  402. package/styles/menu/fluent-dark.scss +1 -8
  403. package/styles/menu/fluent.scss +1 -8
  404. package/styles/menu/highcontrast-light.scss +1 -8
  405. package/styles/menu/highcontrast.scss +1 -8
  406. package/styles/menu/material-dark.scss +1 -8
  407. package/styles/menu/material.scss +1 -8
  408. package/styles/menu/tailwind-dark.scss +1 -8
  409. package/styles/menu/tailwind.scss +1 -8
  410. package/styles/pager/bootstrap-dark.scss +1 -4
  411. package/styles/pager/bootstrap.scss +1 -4
  412. package/styles/pager/bootstrap4.scss +1 -4
  413. package/styles/pager/bootstrap5-dark.scss +1 -4
  414. package/styles/pager/bootstrap5.scss +1 -4
  415. package/styles/pager/fabric-dark.scss +1 -4
  416. package/styles/pager/fabric.scss +1 -4
  417. package/styles/pager/fluent-dark.scss +1 -4
  418. package/styles/pager/fluent.scss +1 -4
  419. package/styles/pager/highcontrast-light.scss +1 -4
  420. package/styles/pager/highcontrast.scss +1 -4
  421. package/styles/pager/material-dark.scss +1 -4
  422. package/styles/pager/material.scss +1 -4
  423. package/styles/pager/tailwind-dark.scss +1 -4
  424. package/styles/pager/tailwind.scss +1 -4
  425. package/styles/sidebar/bootstrap-dark.scss +1 -3
  426. package/styles/sidebar/bootstrap.scss +1 -3
  427. package/styles/sidebar/bootstrap4.scss +1 -3
  428. package/styles/sidebar/bootstrap5-dark.scss +1 -3
  429. package/styles/sidebar/bootstrap5.scss +1 -3
  430. package/styles/sidebar/fabric-dark.scss +1 -3
  431. package/styles/sidebar/fabric.scss +1 -3
  432. package/styles/sidebar/fluent-dark.scss +1 -3
  433. package/styles/sidebar/fluent.scss +1 -3
  434. package/styles/sidebar/highcontrast-light.scss +1 -3
  435. package/styles/sidebar/highcontrast.scss +1 -3
  436. package/styles/sidebar/material-dark.scss +1 -3
  437. package/styles/sidebar/material.scss +1 -3
  438. package/styles/sidebar/tailwind-dark.scss +1 -3
  439. package/styles/sidebar/tailwind.scss +1 -3
  440. package/styles/tab/bootstrap-dark.scss +1 -5
  441. package/styles/tab/bootstrap.scss +1 -5
  442. package/styles/tab/bootstrap4.scss +1 -5
  443. package/styles/tab/bootstrap5-dark.scss +1 -5
  444. package/styles/tab/bootstrap5.scss +1 -5
  445. package/styles/tab/fabric-dark.scss +1 -5
  446. package/styles/tab/fabric.scss +1 -5
  447. package/styles/tab/fluent-dark.css +30 -30
  448. package/styles/tab/fluent-dark.scss +1 -5
  449. package/styles/tab/fluent.scss +1 -5
  450. package/styles/tab/highcontrast-light.scss +1 -5
  451. package/styles/tab/highcontrast.scss +1 -5
  452. package/styles/tab/material-dark.scss +1 -5
  453. package/styles/tab/material.scss +1 -5
  454. package/styles/tab/tailwind-dark.scss +1 -5
  455. package/styles/tab/tailwind.scss +1 -5
  456. package/styles/toolbar/bootstrap-dark.scss +1 -8
  457. package/styles/toolbar/bootstrap.scss +1 -8
  458. package/styles/toolbar/bootstrap4.scss +1 -8
  459. package/styles/toolbar/bootstrap5-dark.scss +1 -8
  460. package/styles/toolbar/bootstrap5.scss +1 -8
  461. package/styles/toolbar/fabric-dark.scss +1 -8
  462. package/styles/toolbar/fabric.scss +1 -8
  463. package/styles/toolbar/fluent-dark.scss +1 -8
  464. package/styles/toolbar/fluent.scss +1 -8
  465. package/styles/toolbar/highcontrast-light.scss +1 -8
  466. package/styles/toolbar/highcontrast.scss +1 -8
  467. package/styles/toolbar/material-dark.scss +1 -8
  468. package/styles/toolbar/material.scss +1 -8
  469. package/styles/toolbar/tailwind-dark.scss +1 -8
  470. package/styles/toolbar/tailwind.scss +1 -8
  471. package/styles/treeview/bootstrap-dark.scss +1 -6
  472. package/styles/treeview/bootstrap.scss +1 -6
  473. package/styles/treeview/bootstrap4.scss +1 -6
  474. package/styles/treeview/bootstrap5-dark.scss +1 -6
  475. package/styles/treeview/bootstrap5.scss +1 -6
  476. package/styles/treeview/fabric-dark.scss +1 -6
  477. package/styles/treeview/fabric.scss +1 -6
  478. package/styles/treeview/fluent-dark.css +2 -2
  479. package/styles/treeview/fluent-dark.scss +1 -6
  480. package/styles/treeview/fluent.scss +1 -6
  481. package/styles/treeview/highcontrast-light.scss +1 -6
  482. package/styles/treeview/highcontrast.scss +1 -6
  483. package/styles/treeview/material-dark.scss +1 -6
  484. package/styles/treeview/material.scss +1 -6
  485. package/styles/treeview/tailwind-dark.scss +1 -6
  486. package/styles/treeview/tailwind.scss +1 -6
  487. package/styles/v-scroll/bootstrap-dark.scss +1 -4
  488. package/styles/v-scroll/bootstrap.scss +1 -4
  489. package/styles/v-scroll/bootstrap4.scss +1 -4
  490. package/styles/v-scroll/bootstrap5-dark.scss +1 -4
  491. package/styles/v-scroll/bootstrap5.scss +1 -4
  492. package/styles/v-scroll/fabric-dark.scss +1 -4
  493. package/styles/v-scroll/fabric.scss +1 -4
  494. package/styles/v-scroll/fluent-dark.scss +1 -4
  495. package/styles/v-scroll/fluent.scss +1 -4
  496. package/styles/v-scroll/highcontrast-light.scss +1 -4
  497. package/styles/v-scroll/highcontrast.scss +1 -4
  498. package/styles/v-scroll/material-dark.scss +1 -4
  499. package/styles/v-scroll/material.scss +1 -4
  500. package/styles/v-scroll/tailwind-dark.scss +1 -4
  501. package/styles/v-scroll/tailwind.scss +1 -4
  502. package/esm2020/public_api.mjs +0 -3
  503. package/esm2020/src/accordion/accordion-all.module.mjs +0 -23
  504. package/esm2020/src/accordion/accordion.component.mjs +0 -77
  505. package/esm2020/src/accordion/accordion.module.mjs +0 -34
  506. package/esm2020/src/accordion/items.directive.mjs +0 -72
  507. package/esm2020/src/breadcrumb/breadcrumb-all.module.mjs +0 -23
  508. package/esm2020/src/breadcrumb/breadcrumb.component.mjs +0 -77
  509. package/esm2020/src/breadcrumb/breadcrumb.module.mjs +0 -34
  510. package/esm2020/src/breadcrumb/items.directive.mjs +0 -58
  511. package/esm2020/src/carousel/carousel-all.module.mjs +0 -23
  512. package/esm2020/src/carousel/carousel.component.mjs +0 -95
  513. package/esm2020/src/carousel/carousel.module.mjs +0 -34
  514. package/esm2020/src/carousel/items.directive.mjs +0 -66
  515. package/esm2020/src/context-menu/contextmenu-all.module.mjs +0 -23
  516. package/esm2020/src/context-menu/contextmenu.component.mjs +0 -60
  517. package/esm2020/src/context-menu/contextmenu.module.mjs +0 -25
  518. package/esm2020/src/index.mjs +0 -35
  519. package/esm2020/src/menu/items.directive.mjs +0 -46
  520. package/esm2020/src/menu/menu-all.module.mjs +0 -23
  521. package/esm2020/src/menu/menu.component.mjs +0 -71
  522. package/esm2020/src/menu/menu.module.mjs +0 -34
  523. package/esm2020/src/sidebar/sidebar-all.module.mjs +0 -23
  524. package/esm2020/src/sidebar/sidebar.component.mjs +0 -59
  525. package/esm2020/src/sidebar/sidebar.module.mjs +0 -25
  526. package/esm2020/src/tab/items.directive.mjs +0 -78
  527. package/esm2020/src/tab/tab-all.module.mjs +0 -23
  528. package/esm2020/src/tab/tab.component.mjs +0 -64
  529. package/esm2020/src/tab/tab.module.mjs +0 -34
  530. package/esm2020/src/toolbar/items.directive.mjs +0 -66
  531. package/esm2020/src/toolbar/toolbar-all.module.mjs +0 -23
  532. package/esm2020/src/toolbar/toolbar.component.mjs +0 -64
  533. package/esm2020/src/toolbar/toolbar.module.mjs +0 -34
  534. package/esm2020/src/treeview/treeview-all.module.mjs +0 -23
  535. package/esm2020/src/treeview/treeview.component.mjs +0 -66
  536. package/esm2020/src/treeview/treeview.module.mjs +0 -25
  537. package/esm2020/syncfusion-ej2-angular-navigations.mjs +0 -5
  538. package/fesm2015/syncfusion-ej2-angular-navigations.mjs +0 -1352
  539. package/fesm2015/syncfusion-ej2-angular-navigations.mjs.map +0 -1
  540. package/fesm2020/syncfusion-ej2-angular-navigations.mjs +0 -1352
  541. package/fesm2020/syncfusion-ej2-angular-navigations.mjs.map +0 -1
  542. package/styles/accordion/_all.scss +0 -2
  543. package/styles/accordion/_bootstrap-dark-definition.scss +0 -72
  544. package/styles/accordion/_bootstrap-definition.scss +0 -80
  545. package/styles/accordion/_bootstrap4-definition.scss +0 -86
  546. package/styles/accordion/_bootstrap5-dark-definition.scss +0 -1
  547. package/styles/accordion/_bootstrap5-definition.scss +0 -85
  548. package/styles/accordion/_fabric-dark-definition.scss +0 -79
  549. package/styles/accordion/_fabric-definition.scss +0 -83
  550. package/styles/accordion/_fluent-dark-definition.scss +0 -1
  551. package/styles/accordion/_fluent-definition.scss +0 -85
  552. package/styles/accordion/_fusionnew-definition.scss +0 -85
  553. package/styles/accordion/_highcontrast-definition.scss +0 -110
  554. package/styles/accordion/_highcontrast-light-definition.scss +0 -108
  555. package/styles/accordion/_layout.scss +0 -417
  556. package/styles/accordion/_material-dark-definition.scss +0 -79
  557. package/styles/accordion/_material-definition.scss +0 -76
  558. package/styles/accordion/_material3-definition.scss +0 -85
  559. package/styles/accordion/_tailwind-dark-definition.scss +0 -1
  560. package/styles/accordion/_tailwind-definition.scss +0 -83
  561. package/styles/accordion/_theme.scss +0 -548
  562. package/styles/accordion/icons/_bootstrap-dark.scss +0 -17
  563. package/styles/accordion/icons/_bootstrap.scss +0 -17
  564. package/styles/accordion/icons/_bootstrap4.scss +0 -17
  565. package/styles/accordion/icons/_bootstrap5-dark.scss +0 -1
  566. package/styles/accordion/icons/_bootstrap5.scss +0 -18
  567. package/styles/accordion/icons/_fabric-dark.scss +0 -17
  568. package/styles/accordion/icons/_fabric.scss +0 -17
  569. package/styles/accordion/icons/_fluent-dark.scss +0 -1
  570. package/styles/accordion/icons/_fluent.scss +0 -18
  571. package/styles/accordion/icons/_fusionnew.scss +0 -18
  572. package/styles/accordion/icons/_highcontrast-light.scss +0 -17
  573. package/styles/accordion/icons/_highcontrast.scss +0 -17
  574. package/styles/accordion/icons/_material-dark.scss +0 -17
  575. package/styles/accordion/icons/_material.scss +0 -17
  576. package/styles/accordion/icons/_material3.scss +0 -18
  577. package/styles/accordion/icons/_tailwind-dark.scss +0 -1
  578. package/styles/accordion/icons/_tailwind.scss +0 -18
  579. package/styles/breadcrumb/_all.scss +0 -2
  580. package/styles/breadcrumb/_bootstrap-dark-definition.scss +0 -55
  581. package/styles/breadcrumb/_bootstrap-definition.scss +0 -54
  582. package/styles/breadcrumb/_bootstrap4-definition.scss +0 -54
  583. package/styles/breadcrumb/_bootstrap5-dark-definition.scss +0 -1
  584. package/styles/breadcrumb/_bootstrap5-definition.scss +0 -59
  585. package/styles/breadcrumb/_fabric-dark-definition.scss +0 -59
  586. package/styles/breadcrumb/_fabric-definition.scss +0 -59
  587. package/styles/breadcrumb/_fluent-dark-definition.scss +0 -1
  588. package/styles/breadcrumb/_fluent-definition.scss +0 -62
  589. package/styles/breadcrumb/_fusionnew-definition.scss +0 -59
  590. package/styles/breadcrumb/_highcontrast-definition.scss +0 -61
  591. package/styles/breadcrumb/_highcontrast-light-definition.scss +0 -61
  592. package/styles/breadcrumb/_layout.scss +0 -490
  593. package/styles/breadcrumb/_material-dark-definition.scss +0 -50
  594. package/styles/breadcrumb/_material-definition.scss +0 -50
  595. package/styles/breadcrumb/_material3-definition.scss +0 -59
  596. package/styles/breadcrumb/_tailwind-dark-definition.scss +0 -1
  597. package/styles/breadcrumb/_tailwind-definition.scss +0 -60
  598. package/styles/breadcrumb/_theme.scss +0 -159
  599. package/styles/breadcrumb/icons/_bootstrap-dark.scss +0 -14
  600. package/styles/breadcrumb/icons/_bootstrap.scss +0 -14
  601. package/styles/breadcrumb/icons/_bootstrap4.scss +0 -14
  602. package/styles/breadcrumb/icons/_bootstrap5-dark.scss +0 -1
  603. package/styles/breadcrumb/icons/_bootstrap5.scss +0 -25
  604. package/styles/breadcrumb/icons/_fabric-dark.scss +0 -14
  605. package/styles/breadcrumb/icons/_fabric.scss +0 -14
  606. package/styles/breadcrumb/icons/_fluent-dark.scss +0 -1
  607. package/styles/breadcrumb/icons/_fluent.scss +0 -25
  608. package/styles/breadcrumb/icons/_fusionnew.scss +0 -25
  609. package/styles/breadcrumb/icons/_highcontrast-light.scss +0 -14
  610. package/styles/breadcrumb/icons/_highcontrast.scss +0 -14
  611. package/styles/breadcrumb/icons/_material-dark.scss +0 -25
  612. package/styles/breadcrumb/icons/_material.scss +0 -25
  613. package/styles/breadcrumb/icons/_material3.scss +0 -25
  614. package/styles/breadcrumb/icons/_tailwind-dark.scss +0 -25
  615. package/styles/breadcrumb/icons/_tailwind.scss +0 -25
  616. package/styles/carousel/_all.scss +0 -2
  617. package/styles/carousel/_bootstrap-dark-definition.scss +0 -22
  618. package/styles/carousel/_bootstrap-definition.scss +0 -22
  619. package/styles/carousel/_bootstrap4-definition.scss +0 -22
  620. package/styles/carousel/_bootstrap5-dark-definition.scss +0 -1
  621. package/styles/carousel/_bootstrap5-definition.scss +0 -22
  622. package/styles/carousel/_fabric-dark-definition.scss +0 -22
  623. package/styles/carousel/_fabric-definition.scss +0 -22
  624. package/styles/carousel/_fluent-dark-definition.scss +0 -1
  625. package/styles/carousel/_fluent-definition.scss +0 -22
  626. package/styles/carousel/_fusionnew-definition.scss +0 -22
  627. package/styles/carousel/_highcontrast-definition.scss +0 -22
  628. package/styles/carousel/_highcontrast-light-definition.scss +0 -22
  629. package/styles/carousel/_layout.scss +0 -179
  630. package/styles/carousel/_material-dark-definition.scss +0 -22
  631. package/styles/carousel/_material-definition.scss +0 -22
  632. package/styles/carousel/_material3-definition.scss +0 -22
  633. package/styles/carousel/_tailwind-dark-definition.scss +0 -1
  634. package/styles/carousel/_tailwind-definition.scss +0 -22
  635. package/styles/carousel/_theme.scss +0 -56
  636. package/styles/carousel/icons/_bootstrap-dark.scss +0 -30
  637. package/styles/carousel/icons/_bootstrap.scss +0 -30
  638. package/styles/carousel/icons/_bootstrap4.scss +0 -30
  639. package/styles/carousel/icons/_bootstrap5-dark.scss +0 -1
  640. package/styles/carousel/icons/_bootstrap5.scss +0 -30
  641. package/styles/carousel/icons/_fabric-dark.scss +0 -30
  642. package/styles/carousel/icons/_fabric.scss +0 -30
  643. package/styles/carousel/icons/_fluent-dark.scss +0 -1
  644. package/styles/carousel/icons/_fluent.scss +0 -30
  645. package/styles/carousel/icons/_fusionnew.scss +0 -30
  646. package/styles/carousel/icons/_highcontrast-light.scss +0 -30
  647. package/styles/carousel/icons/_highcontrast.scss +0 -30
  648. package/styles/carousel/icons/_material-dark.scss +0 -30
  649. package/styles/carousel/icons/_material.scss +0 -30
  650. package/styles/carousel/icons/_material3.scss +0 -30
  651. package/styles/carousel/icons/_tailwind-dark.scss +0 -1
  652. package/styles/carousel/icons/_tailwind.scss +0 -30
  653. package/styles/context-menu/_all.scss +0 -2
  654. package/styles/context-menu/_bootstrap-dark-definition.scss +0 -52
  655. package/styles/context-menu/_bootstrap-definition.scss +0 -50
  656. package/styles/context-menu/_bootstrap4-definition.scss +0 -50
  657. package/styles/context-menu/_bootstrap5-dark-definition.scss +0 -1
  658. package/styles/context-menu/_bootstrap5-definition.scss +0 -52
  659. package/styles/context-menu/_fabric-dark-definition.scss +0 -52
  660. package/styles/context-menu/_fabric-definition.scss +0 -50
  661. package/styles/context-menu/_fluent-dark-definition.scss +0 -1
  662. package/styles/context-menu/_fluent-definition.scss +0 -52
  663. package/styles/context-menu/_fusionnew-definition.scss +0 -52
  664. package/styles/context-menu/_highcontrast-definition.scss +0 -50
  665. package/styles/context-menu/_highcontrast-light-definition.scss +0 -52
  666. package/styles/context-menu/_layout-mixin.scss +0 -169
  667. package/styles/context-menu/_layout.scss +0 -149
  668. package/styles/context-menu/_material-dark-definition.scss +0 -52
  669. package/styles/context-menu/_material-definition.scss +0 -50
  670. package/styles/context-menu/_material3-definition.scss +0 -52
  671. package/styles/context-menu/_tailwind-dark-definition.scss +0 -1
  672. package/styles/context-menu/_tailwind-definition.scss +0 -53
  673. package/styles/context-menu/_theme-mixin.scss +0 -59
  674. package/styles/context-menu/_theme.scss +0 -49
  675. package/styles/context-menu/icons/_bootstrap-dark.scss +0 -32
  676. package/styles/context-menu/icons/_bootstrap.scss +0 -32
  677. package/styles/context-menu/icons/_bootstrap4.scss +0 -32
  678. package/styles/context-menu/icons/_bootstrap5-dark.scss +0 -1
  679. package/styles/context-menu/icons/_bootstrap5.scss +0 -32
  680. package/styles/context-menu/icons/_fabric-dark.scss +0 -32
  681. package/styles/context-menu/icons/_fabric.scss +0 -32
  682. package/styles/context-menu/icons/_fluent-dark.scss +0 -1
  683. package/styles/context-menu/icons/_fluent.scss +0 -32
  684. package/styles/context-menu/icons/_fusionnew.scss +0 -32
  685. package/styles/context-menu/icons/_highcontrast-light.scss +0 -32
  686. package/styles/context-menu/icons/_highcontrast.scss +0 -32
  687. package/styles/context-menu/icons/_material-dark.scss +0 -32
  688. package/styles/context-menu/icons/_material.scss +0 -32
  689. package/styles/context-menu/icons/_material3.scss +0 -32
  690. package/styles/context-menu/icons/_tailwind-dark.scss +0 -32
  691. package/styles/context-menu/icons/_tailwind.scss +0 -32
  692. package/styles/h-scroll/_all.scss +0 -2
  693. package/styles/h-scroll/_bootstrap-dark-definition.scss +0 -49
  694. package/styles/h-scroll/_bootstrap-definition.scss +0 -50
  695. package/styles/h-scroll/_bootstrap4-definition.scss +0 -49
  696. package/styles/h-scroll/_bootstrap5-dark-definition.scss +0 -1
  697. package/styles/h-scroll/_bootstrap5-definition.scss +0 -78
  698. package/styles/h-scroll/_fabric-dark-definition.scss +0 -50
  699. package/styles/h-scroll/_fabric-definition.scss +0 -48
  700. package/styles/h-scroll/_fluent-dark-definition.scss +0 -1
  701. package/styles/h-scroll/_fluent-definition.scss +0 -78
  702. package/styles/h-scroll/_fusionnew-definition.scss +0 -78
  703. package/styles/h-scroll/_highcontrast-definition.scss +0 -52
  704. package/styles/h-scroll/_highcontrast-light-definition.scss +0 -54
  705. package/styles/h-scroll/_layout.scss +0 -202
  706. package/styles/h-scroll/_material-dark-definition.scss +0 -77
  707. package/styles/h-scroll/_material-definition.scss +0 -77
  708. package/styles/h-scroll/_material3-definition.scss +0 -78
  709. package/styles/h-scroll/_tailwind-dark-definition.scss +0 -1
  710. package/styles/h-scroll/_tailwind-definition.scss +0 -78
  711. package/styles/h-scroll/_theme.scss +0 -162
  712. package/styles/h-scroll/icons/_bootstrap-dark.scss +0 -50
  713. package/styles/h-scroll/icons/_bootstrap.scss +0 -50
  714. package/styles/h-scroll/icons/_bootstrap4.scss +0 -50
  715. package/styles/h-scroll/icons/_bootstrap5-dark.scss +0 -1
  716. package/styles/h-scroll/icons/_bootstrap5.scss +0 -49
  717. package/styles/h-scroll/icons/_fabric-dark.scss +0 -49
  718. package/styles/h-scroll/icons/_fabric.scss +0 -49
  719. package/styles/h-scroll/icons/_fluent-dark.scss +0 -1
  720. package/styles/h-scroll/icons/_fluent.scss +0 -49
  721. package/styles/h-scroll/icons/_fusionnew.scss +0 -49
  722. package/styles/h-scroll/icons/_highcontrast-light.scss +0 -49
  723. package/styles/h-scroll/icons/_highcontrast.scss +0 -49
  724. package/styles/h-scroll/icons/_material-dark.scss +0 -49
  725. package/styles/h-scroll/icons/_material.scss +0 -49
  726. package/styles/h-scroll/icons/_material3.scss +0 -49
  727. package/styles/h-scroll/icons/_tailwind-dark.scss +0 -1
  728. package/styles/h-scroll/icons/_tailwind.scss +0 -49
  729. package/styles/menu/_all.scss +0 -2
  730. package/styles/menu/_bootstrap-dark-definition.scss +0 -63
  731. package/styles/menu/_bootstrap-definition.scss +0 -65
  732. package/styles/menu/_bootstrap4-definition.scss +0 -64
  733. package/styles/menu/_bootstrap5-dark-definition.scss +0 -1
  734. package/styles/menu/_bootstrap5-definition.scss +0 -67
  735. package/styles/menu/_fabric-dark-definition.scss +0 -63
  736. package/styles/menu/_fabric-definition.scss +0 -64
  737. package/styles/menu/_fluent-dark-definition.scss +0 -1
  738. package/styles/menu/_fluent-definition.scss +0 -68
  739. package/styles/menu/_fusionnew-definition.scss +0 -67
  740. package/styles/menu/_highcontrast-definition.scss +0 -65
  741. package/styles/menu/_highcontrast-light-definition.scss +0 -61
  742. package/styles/menu/_layout.scss +0 -708
  743. package/styles/menu/_material-dark-definition.scss +0 -63
  744. package/styles/menu/_material-definition.scss +0 -64
  745. package/styles/menu/_material3-definition.scss +0 -67
  746. package/styles/menu/_tailwind-dark-definition.scss +0 -1
  747. package/styles/menu/_tailwind-definition.scss +0 -67
  748. package/styles/menu/_theme.scss +0 -261
  749. package/styles/menu/icons/_bootstrap-dark.scss +0 -133
  750. package/styles/menu/icons/_bootstrap.scss +0 -133
  751. package/styles/menu/icons/_bootstrap4.scss +0 -133
  752. package/styles/menu/icons/_bootstrap5-dark.scss +0 -1
  753. package/styles/menu/icons/_bootstrap5.scss +0 -133
  754. package/styles/menu/icons/_fabric-dark.scss +0 -133
  755. package/styles/menu/icons/_fabric.scss +0 -133
  756. package/styles/menu/icons/_fluent-dark.scss +0 -1
  757. package/styles/menu/icons/_fluent.scss +0 -133
  758. package/styles/menu/icons/_fusionnew.scss +0 -133
  759. package/styles/menu/icons/_highcontrast-light.scss +0 -133
  760. package/styles/menu/icons/_highcontrast.scss +0 -133
  761. package/styles/menu/icons/_material-dark.scss +0 -133
  762. package/styles/menu/icons/_material.scss +0 -133
  763. package/styles/menu/icons/_material3.scss +0 -133
  764. package/styles/menu/icons/_tailwind-dark.scss +0 -133
  765. package/styles/menu/icons/_tailwind.scss +0 -133
  766. package/styles/pager/_all.scss +0 -2
  767. package/styles/pager/_bootstrap-dark-definition.scss +0 -132
  768. package/styles/pager/_bootstrap-definition.scss +0 -132
  769. package/styles/pager/_bootstrap4-definition.scss +0 -131
  770. package/styles/pager/_bootstrap5-dark-definition.scss +0 -1
  771. package/styles/pager/_bootstrap5-definition.scss +0 -146
  772. package/styles/pager/_fabric-dark-definition.scss +0 -131
  773. package/styles/pager/_fabric-definition.scss +0 -130
  774. package/styles/pager/_fluent-dark-definition.scss +0 -1
  775. package/styles/pager/_fluent-definition.scss +0 -133
  776. package/styles/pager/_fusionnew-definition.scss +0 -146
  777. package/styles/pager/_highcontrast-definition.scss +0 -130
  778. package/styles/pager/_highcontrast-light-definition.scss +0 -130
  779. package/styles/pager/_layout.scss +0 -899
  780. package/styles/pager/_material-dark-definition.scss +0 -132
  781. package/styles/pager/_material-definition.scss +0 -131
  782. package/styles/pager/_material3-definition.scss +0 -146
  783. package/styles/pager/_tailwind-dark-definition.scss +0 -1
  784. package/styles/pager/_tailwind-definition.scss +0 -132
  785. package/styles/pager/_theme.scss +0 -153
  786. package/styles/pager/icons/_bootstrap-dark.scss +0 -50
  787. package/styles/pager/icons/_bootstrap.scss +0 -49
  788. package/styles/pager/icons/_bootstrap4.scss +0 -49
  789. package/styles/pager/icons/_bootstrap5-dark.scss +0 -1
  790. package/styles/pager/icons/_bootstrap5.scss +0 -50
  791. package/styles/pager/icons/_fabric-dark.scss +0 -50
  792. package/styles/pager/icons/_fabric.scss +0 -50
  793. package/styles/pager/icons/_fluent-dark.scss +0 -1
  794. package/styles/pager/icons/_fluent.scss +0 -50
  795. package/styles/pager/icons/_fusionnew.scss +0 -50
  796. package/styles/pager/icons/_highcontrast-light.scss +0 -50
  797. package/styles/pager/icons/_highcontrast.scss +0 -41
  798. package/styles/pager/icons/_material-dark.scss +0 -50
  799. package/styles/pager/icons/_material.scss +0 -41
  800. package/styles/pager/icons/_material3.scss +0 -50
  801. package/styles/pager/icons/_tailwind-dark.scss +0 -1
  802. package/styles/pager/icons/_tailwind.scss +0 -50
  803. package/styles/sidebar/_all.scss +0 -3
  804. package/styles/sidebar/_bootstrap-dark-definition.scss +0 -4
  805. package/styles/sidebar/_bootstrap-definition.scss +0 -4
  806. package/styles/sidebar/_bootstrap4-definition.scss +0 -4
  807. package/styles/sidebar/_bootstrap5-dark-definition.scss +0 -1
  808. package/styles/sidebar/_bootstrap5-definition.scss +0 -5
  809. package/styles/sidebar/_fabric-dark-definition.scss +0 -4
  810. package/styles/sidebar/_fabric-definition.scss +0 -6
  811. package/styles/sidebar/_fluent-dark-definition.scss +0 -1
  812. package/styles/sidebar/_fluent-definition.scss +0 -5
  813. package/styles/sidebar/_fusionnew-definition.scss +0 -5
  814. package/styles/sidebar/_highcontrast-definition.scss +0 -4
  815. package/styles/sidebar/_highcontrast-light-definition.scss +0 -4
  816. package/styles/sidebar/_icons.scss +0 -1
  817. package/styles/sidebar/_material-dark-definition.scss +0 -4
  818. package/styles/sidebar/_material-definition.scss +0 -6
  819. package/styles/sidebar/_material3-definition.scss +0 -5
  820. package/styles/sidebar/_tailwind-dark-definition.scss +0 -1
  821. package/styles/sidebar/_tailwind-definition.scss +0 -5
  822. package/styles/sidebar/_theme.scss +0 -191
  823. package/styles/tab/_all.scss +0 -2
  824. package/styles/tab/_bootstrap-dark-definition.scss +0 -397
  825. package/styles/tab/_bootstrap-definition.scss +0 -407
  826. package/styles/tab/_bootstrap4-definition.scss +0 -411
  827. package/styles/tab/_bootstrap5-dark-definition.scss +0 -1
  828. package/styles/tab/_bootstrap5-definition.scss +0 -401
  829. package/styles/tab/_fabric-dark-definition.scss +0 -406
  830. package/styles/tab/_fabric-definition.scss +0 -422
  831. package/styles/tab/_fluent-dark-definition.scss +0 -1
  832. package/styles/tab/_fluent-definition.scss +0 -409
  833. package/styles/tab/_fusionnew-definition.scss +0 -401
  834. package/styles/tab/_highcontrast-definition.scss +0 -446
  835. package/styles/tab/_highcontrast-light-definition.scss +0 -435
  836. package/styles/tab/_icons.scss +0 -43
  837. package/styles/tab/_layout.scss +0 -4115
  838. package/styles/tab/_material-dark-definition.scss +0 -418
  839. package/styles/tab/_material-definition.scss +0 -428
  840. package/styles/tab/_material3-definition.scss +0 -401
  841. package/styles/tab/_tailwind-dark-definition.scss +0 -1
  842. package/styles/tab/_tailwind-definition.scss +0 -431
  843. package/styles/tab/_theme.scss +0 -2026
  844. package/styles/tab/icons/_bootstrap-dark.scss +0 -140
  845. package/styles/tab/icons/_bootstrap.scss +0 -140
  846. package/styles/tab/icons/_bootstrap4.scss +0 -140
  847. package/styles/tab/icons/_bootstrap5-dark.scss +0 -1
  848. package/styles/tab/icons/_bootstrap5.scss +0 -141
  849. package/styles/tab/icons/_fabric-dark.scss +0 -140
  850. package/styles/tab/icons/_fabric.scss +0 -140
  851. package/styles/tab/icons/_fluent-dark.scss +0 -1
  852. package/styles/tab/icons/_fluent.scss +0 -141
  853. package/styles/tab/icons/_fusionnew.scss +0 -141
  854. package/styles/tab/icons/_highcontrast-light.scss +0 -140
  855. package/styles/tab/icons/_highcontrast.scss +0 -140
  856. package/styles/tab/icons/_material-dark.scss +0 -140
  857. package/styles/tab/icons/_material.scss +0 -140
  858. package/styles/tab/icons/_material3.scss +0 -141
  859. package/styles/tab/icons/_tailwind-dark.scss +0 -1
  860. package/styles/tab/icons/_tailwind.scss +0 -141
  861. package/styles/toolbar/_all.scss +0 -2
  862. package/styles/toolbar/_bootstrap-dark-definition.scss +0 -142
  863. package/styles/toolbar/_bootstrap-definition.scss +0 -141
  864. package/styles/toolbar/_bootstrap4-definition.scss +0 -146
  865. package/styles/toolbar/_bootstrap5-dark-definition.scss +0 -1
  866. package/styles/toolbar/_bootstrap5-definition.scss +0 -162
  867. package/styles/toolbar/_fabric-dark-definition.scss +0 -161
  868. package/styles/toolbar/_fabric-definition.scss +0 -147
  869. package/styles/toolbar/_fluent-dark-definition.scss +0 -1
  870. package/styles/toolbar/_fluent-definition.scss +0 -150
  871. package/styles/toolbar/_fusionnew-definition.scss +0 -162
  872. package/styles/toolbar/_highcontrast-definition.scss +0 -157
  873. package/styles/toolbar/_highcontrast-light-definition.scss +0 -172
  874. package/styles/toolbar/_layout.scss +0 -1468
  875. package/styles/toolbar/_material-dark-definition.scss +0 -186
  876. package/styles/toolbar/_material-definition.scss +0 -171
  877. package/styles/toolbar/_material3-definition.scss +0 -162
  878. package/styles/toolbar/_tailwind-dark-definition.scss +0 -1
  879. package/styles/toolbar/_tailwind-definition.scss +0 -150
  880. package/styles/toolbar/_theme.scss +0 -553
  881. package/styles/toolbar/icons/_bootstrap-dark.scss +0 -16
  882. package/styles/toolbar/icons/_bootstrap.scss +0 -16
  883. package/styles/toolbar/icons/_bootstrap4.scss +0 -16
  884. package/styles/toolbar/icons/_bootstrap5-dark.scss +0 -1
  885. package/styles/toolbar/icons/_bootstrap5.scss +0 -17
  886. package/styles/toolbar/icons/_fabric-dark.scss +0 -16
  887. package/styles/toolbar/icons/_fabric.scss +0 -16
  888. package/styles/toolbar/icons/_fluent-dark.scss +0 -1
  889. package/styles/toolbar/icons/_fluent.scss +0 -17
  890. package/styles/toolbar/icons/_fusionnew.scss +0 -17
  891. package/styles/toolbar/icons/_highcontrast-light.scss +0 -16
  892. package/styles/toolbar/icons/_highcontrast.scss +0 -16
  893. package/styles/toolbar/icons/_material-dark.scss +0 -16
  894. package/styles/toolbar/icons/_material.scss +0 -16
  895. package/styles/toolbar/icons/_material3.scss +0 -17
  896. package/styles/toolbar/icons/_tailwind-dark.scss +0 -1
  897. package/styles/toolbar/icons/_tailwind.scss +0 -17
  898. package/styles/treeview/_all.scss +0 -2
  899. package/styles/treeview/_bootstrap-dark-definition.scss +0 -118
  900. package/styles/treeview/_bootstrap-definition.scss +0 -113
  901. package/styles/treeview/_bootstrap4-definition.scss +0 -141
  902. package/styles/treeview/_bootstrap5-dark-definition.scss +0 -1
  903. package/styles/treeview/_bootstrap5-definition.scss +0 -120
  904. package/styles/treeview/_fabric-dark-definition.scss +0 -116
  905. package/styles/treeview/_fabric-definition.scss +0 -112
  906. package/styles/treeview/_fluent-dark-definition.scss +0 -1
  907. package/styles/treeview/_fluent-definition.scss +0 -120
  908. package/styles/treeview/_fusionnew-definition.scss +0 -120
  909. package/styles/treeview/_highcontrast-definition.scss +0 -118
  910. package/styles/treeview/_highcontrast-light-definition.scss +0 -123
  911. package/styles/treeview/_layout.scss +0 -1034
  912. package/styles/treeview/_material-dark-definition.scss +0 -114
  913. package/styles/treeview/_material-definition.scss +0 -112
  914. package/styles/treeview/_material3-definition.scss +0 -120
  915. package/styles/treeview/_tailwind-dark-definition.scss +0 -1
  916. package/styles/treeview/_tailwind-definition.scss +0 -124
  917. package/styles/treeview/_theme.scss +0 -361
  918. package/styles/treeview/icons/_bootstrap-dark.scss +0 -39
  919. package/styles/treeview/icons/_bootstrap.scss +0 -39
  920. package/styles/treeview/icons/_bootstrap4.scss +0 -40
  921. package/styles/treeview/icons/_bootstrap5-dark.scss +0 -1
  922. package/styles/treeview/icons/_bootstrap5.scss +0 -43
  923. package/styles/treeview/icons/_fabric-dark.scss +0 -43
  924. package/styles/treeview/icons/_fabric.scss +0 -43
  925. package/styles/treeview/icons/_fluent-dark.scss +0 -1
  926. package/styles/treeview/icons/_fluent.scss +0 -43
  927. package/styles/treeview/icons/_fusionnew.scss +0 -43
  928. package/styles/treeview/icons/_highcontrast-light.scss +0 -43
  929. package/styles/treeview/icons/_highcontrast.scss +0 -43
  930. package/styles/treeview/icons/_material-dark.scss +0 -43
  931. package/styles/treeview/icons/_material.scss +0 -43
  932. package/styles/treeview/icons/_material3.scss +0 -43
  933. package/styles/treeview/icons/_tailwind-dark.scss +0 -43
  934. package/styles/treeview/icons/_tailwind.scss +0 -43
  935. package/styles/v-scroll/_all.scss +0 -2
  936. package/styles/v-scroll/_bootstrap-dark-definition.scss +0 -50
  937. package/styles/v-scroll/_bootstrap-definition.scss +0 -49
  938. package/styles/v-scroll/_bootstrap4-definition.scss +0 -49
  939. package/styles/v-scroll/_bootstrap5-dark-definition.scss +0 -1
  940. package/styles/v-scroll/_bootstrap5-definition.scss +0 -49
  941. package/styles/v-scroll/_fabric-dark-definition.scss +0 -51
  942. package/styles/v-scroll/_fabric-definition.scss +0 -50
  943. package/styles/v-scroll/_fluent-dark-definition.scss +0 -1
  944. package/styles/v-scroll/_fluent-definition.scss +0 -49
  945. package/styles/v-scroll/_fusionnew-definition.scss +0 -49
  946. package/styles/v-scroll/_highcontrast-definition.scss +0 -51
  947. package/styles/v-scroll/_highcontrast-light-definition.scss +0 -52
  948. package/styles/v-scroll/_layout.scss +0 -162
  949. package/styles/v-scroll/_material-dark-definition.scss +0 -78
  950. package/styles/v-scroll/_material-definition.scss +0 -77
  951. package/styles/v-scroll/_material3-definition.scss +0 -49
  952. package/styles/v-scroll/_tailwind-dark-definition.scss +0 -1
  953. package/styles/v-scroll/_tailwind-definition.scss +0 -49
  954. package/styles/v-scroll/_theme.scss +0 -133
  955. package/styles/v-scroll/icons/_bootstrap-dark.scss +0 -27
  956. package/styles/v-scroll/icons/_bootstrap.scss +0 -27
  957. package/styles/v-scroll/icons/_bootstrap4.scss +0 -27
  958. package/styles/v-scroll/icons/_bootstrap5-dark.scss +0 -1
  959. package/styles/v-scroll/icons/_bootstrap5.scss +0 -27
  960. package/styles/v-scroll/icons/_fabric-dark.scss +0 -26
  961. package/styles/v-scroll/icons/_fabric.scss +0 -26
  962. package/styles/v-scroll/icons/_fluent-dark.scss +0 -1
  963. package/styles/v-scroll/icons/_fluent.scss +0 -27
  964. package/styles/v-scroll/icons/_fusionnew.scss +0 -27
  965. package/styles/v-scroll/icons/_highcontrast-light.scss +0 -26
  966. package/styles/v-scroll/icons/_highcontrast.scss +0 -26
  967. package/styles/v-scroll/icons/_material-dark.scss +0 -26
  968. package/styles/v-scroll/icons/_material.scss +0 -26
  969. package/styles/v-scroll/icons/_material3.scss +0 -27
  970. package/styles/v-scroll/icons/_tailwind-dark.scss +0 -1
  971. package/styles/v-scroll/icons/_tailwind.scss +0 -27
  972. package/syncfusion-ej2-angular-navigations.d.ts +0 -5
@@ -1,4115 +0,0 @@
1
- @include export-module('tab-layout') {
2
- /*! tab layout */
3
-
4
- .e-bigger .e-tab,
5
- .e-tab.e-bigger {
6
-
7
- .e-tab-header {
8
- height: $tab-big-height;
9
- min-height: $tab-big-height;
10
-
11
- .e-toolbar-items {
12
- height: auto;
13
- min-height: auto;
14
-
15
- @if $tab-skin == 'bootstrap' or $tab-skin == 'bootstrap4' or $tbar-skin == 'bootstrap5' or $tbar-skin == 'FluentUI' {
16
- height: $tab-big-height;
17
- min-height: $tab-big-height;
18
- }
19
-
20
- &:not(.e-tbar-pos) .e-toolbar-item:first-child,
21
- &:not(.e-tbar-pos) .e-toolbar-item:last-child {
22
- margin: $tab-big-first-item-margin;
23
-
24
- @media screen and (max-width: 480px) {
25
- margin: $tab-nrml-first-item-margin;
26
- }
27
- }
28
-
29
- &:not(.e-tbar-pos) .e-toolbar-item:last-child {
30
- padding-bottom: $tab-big-boot-active-item-padding-bottom;
31
-
32
- @media screen and (max-width: 480px) {
33
- margin: $tab-mob-last-item-margin;
34
- }
35
- }
36
-
37
- .e-indicator + .e-toolbar-item:last-child.e-active {
38
- @if $tab-skin == 'bootstrap' or $tab-skin == 'bootstrap4' or $tbar-skin == 'bootstrap5' {
39
- margin: 1px 2px 0 0;
40
- }
41
- }
42
- }
43
-
44
- .e-toolbar-items.e-hscroll {
45
-
46
- &:not(.e-tbar-pos) .e-toolbar-item:last-child {
47
- margin: $tab-big-scroll-last-item-margin;
48
-
49
- @media screen and (max-width: 480px) {
50
- margin: $tab-mob-last-item-margin;
51
- }
52
-
53
- &.e-active {
54
- margin: $tab-big-active-last-item-margin;
55
- }
56
- }
57
-
58
- .e-scroll-nav {
59
- width: 50px;
60
- @if $tab-skin == 'FluentUI' {
61
- width: 38px;
62
- }
63
- @if $tab-skin == 'bootstrap4' or $tbar-skin == 'bootstrap5' {
64
- border-radius: 4px;
65
- width: 38px;
66
- }
67
- }
68
- }
69
-
70
- .e-toolbar-item {
71
-
72
- &:not(.e-separator) {
73
- height: $tab-big-height;
74
- margin: $tab-big-item-margin;
75
- min-height: $tab-big-height;
76
- min-width: auto;
77
- padding: $tab-big-item-padding;
78
-
79
- @media screen and (max-width: 480px) {
80
- margin: $tab-nrml-item-margin;
81
- }
82
- }
83
-
84
- &:not(.e-separator).e-itop,
85
- &:not(.e-separator).e-ibottom {
86
- height: $tab-big-icon-top-bottom-item-height;
87
- min-height: $tab-big-icon-top-bottom-item-height;
88
- }
89
-
90
- .e-tab-wrap {
91
- height: $tab-big-height;
92
- padding: $tab-big-wrap-padding;
93
-
94
- @media screen and (max-width: 480px) {
95
- padding: $tab-mob-wrap-padding;
96
- }
97
- }
98
-
99
- .e-text-wrap {
100
- height: $tab-big-height;
101
-
102
- @if $tab-skin == 'fabric' {
103
- height: $tab-big-height - 2;
104
- }
105
- @else if $tab-skin == 'highcontrast' {
106
- height: $tab-big-height - 4;
107
- }
108
-
109
- }
110
-
111
- .e-tab-text {
112
- font-size: $tab-big-font-size;
113
- @if $tab-skin == 'fabric' or $tab-skin == 'highcontrast' {
114
- align-self: auto;
115
- }
116
- }
117
-
118
- &.e-active {
119
- margin: $tab-big-boot-item-margin;
120
- padding-bottom: $tab-big-boot-active-item-padding-bottom;
121
-
122
- @media screen and (max-width: 480px) {
123
- margin: $tab-mob-boot-item-margin;
124
- }
125
-
126
- @if $tab-skin == 'bootstrap' or $tab-skin == 'bootstrap4' or $tbar-skin == 'bootstrap5' {
127
- &.e-ileft:not(.e-icon) .e-tab-icon::before {
128
- position: relative;
129
- top: -.5px;
130
- }
131
- }
132
-
133
- .e-text-wrap {
134
- height: $tab-big-active-text-container-height;
135
- margin-top: $tab-active-text-container-margin;
136
-
137
- @if $tab-skin == 'fabric' {
138
- height: $tab-big-height - 2;
139
- }
140
- @else if $tab-skin == 'highcontrast' {
141
- height: $tab-big-height - 4;
142
- }
143
- }
144
-
145
- &.e-ileft .e-text-wrap,
146
- &.e-iright .e-text-wrap {
147
- height: $tab-big-active-it-text-container-height;
148
-
149
- @if $tab-skin == 'fabric' {
150
- height: $tab-big-height - 2;
151
- }
152
- @else if $tab-skin == 'highcontrast' {
153
- height: $tab-big-height - 4;
154
- }
155
- }
156
-
157
- &.e-ileft .e-text-wrap {
158
- padding: $tab-big-ileft-active-text-wrap-padding;
159
-
160
- @if $tab-skin == 'fabric' or $tab-skin == 'highcontrast' {
161
- padding: 0;
162
- }
163
- }
164
- }
165
-
166
- .e-icons.e-close-icon {
167
- cursor: pointer;
168
- margin: $tab-big-close-icon-margin;
169
-
170
- @media screen and (max-width: 480px) {
171
- margin: $tab-mob-close-icon-margin;
172
- }
173
- }
174
-
175
- .e-icons.e-close-icon,
176
- .e-close-icon::before {
177
- font-size: $tab-big-close-icon-size;
178
-
179
- @media screen and (max-width: 480px) {
180
- font-size: $tab-mob-close-icon-size;
181
- }
182
- }
183
-
184
- .e-icons.e-tab-icon {
185
- height: $tab-big-icon-container-size;
186
- min-width: $tab-big-icon-container-size;
187
- width: $tab-big-icon-container-size;
188
-
189
- @if $tab-skin == 'bootstrap4' or $tbar-skin == 'bootstrap5' {
190
- line-height: $tab-big-icon-container-size;
191
- }
192
- }
193
-
194
- .e-tab-icon,
195
- .e-tab-icon::before {
196
- font-size: $tab-big-icon-size;
197
- }
198
-
199
- &.e-icon {
200
-
201
- .e-tab-wrap {
202
- padding: $tab-big-io-wrap-padding;
203
- }
204
- }
205
-
206
- @if $tab-skin == 'FluentUI' {
207
- .e-icon-right {
208
- margin: $tab-big-it-text-margin;
209
-
210
- @media screen and (max-width: 480px) {
211
- margin: $tab-mob-it-text-margin;
212
- }
213
- }
214
- }
215
-
216
- .e-icon-left + .e-tab-text {
217
- margin: $tab-big-it-text-margin;
218
-
219
- @media screen and (max-width: 480px) {
220
- margin: $tab-mob-it-text-margin;
221
- }
222
- }
223
-
224
- &.e-itop,
225
- &.e-ibottom {
226
- height: $tab-big-icon-top-bottom-item-height;
227
-
228
- .e-tab-wrap {
229
- height: $tab-big-icon-top-bottom-item-height;
230
-
231
- &:focus .e-text-wrap {
232
- height: auto;
233
- }
234
- }
235
-
236
- &.e-active .e-tab-wrap {
237
- height: $tab-big-icon-top-bottom-item-height;
238
-
239
- &:focus .e-text-wrap {
240
- height: auto;
241
- }
242
- }
243
-
244
- .e-close-icon {
245
- right: $tab-big-close-icon-top-bottom-right;
246
- }
247
-
248
- @if $tab-skin == 'fabric' or $tab-skin == 'highcontrast' {
249
-
250
- .e-text-wrap {
251
- height: auto;
252
- }
253
-
254
- &.e-active .e-tab-wrap {
255
- height: 72px;
256
- }
257
- }
258
- }
259
-
260
- &.e-itop .e-tab-text {
261
- margin: $tab-big-icon-top-margin;
262
- }
263
-
264
- &.e-ibottom .e-tab-text {
265
- margin: $tab-big-icon-bottom-margin;
266
- }
267
- }
268
-
269
- &.e-close-show {
270
-
271
- .e-toolbar-item.e-itop .e-text-wrap,
272
- .e-toolbar-item.e-ibottom .e-text-wrap {
273
- margin-right: $tab-big-text-container-margin-right;
274
- }
275
- }
276
-
277
- .e-toolbar-pop {
278
-
279
- .e-toolbar-item {
280
- height: $tab-big-pop-item-height;
281
- min-height: $tab-big-pop-item-height;
282
-
283
- .e-tab-wrap {
284
- height: $tab-big-pop-item-height;
285
- padding: $tab-big-pop-item-wrap-padding;
286
-
287
- @media screen and (max-width: 480px) {
288
- padding: $tab-mob-pop-item-wrap-padding;
289
- }
290
- }
291
-
292
- .e-text-wrap {
293
- height: $tab-big-pop-item-height;
294
-
295
- @if $tab-skin == 'fabric' {
296
- height: $tab-big-pop-item-height - 2;
297
- }
298
- @else if $tab-skin == 'highcontrast' {
299
- height: $tab-big-pop-item-height - 4;
300
- }
301
- }
302
-
303
- .e-tab-text + .e-close-icon[style = 'display:block'] {
304
- padding-right: $tab-big-pop-text-padding-right;
305
-
306
- @media screen and (max-width: 480px) {
307
- padding-right: 0;
308
- }
309
- }
310
-
311
- .e-close-icon {
312
- margin: 0;
313
- }
314
-
315
- .e-close-icon::before {
316
- top: $tab-big-pop-close-top;
317
- }
318
-
319
- &.e-itop,
320
- &.e-ibottom {
321
-
322
- .e-close-icon {
323
- right: $tab-big-pop-close-icon-top-bottom-right;
324
- }
325
- }
326
-
327
- &.e-itop:not(.e-separator),
328
- &.e-ibottom:not(.e-separator) {
329
- min-height: $tab-pop-big-icon-top-bottom-item-height;
330
-
331
- @media screen and (max-width: 480px) {
332
- min-height: $tab-pop-big-icon-top-bottom-item-height;
333
- }
334
- }
335
-
336
- &.e-itop,
337
- &.e-itop .e-tab-wrap,
338
- &.e-ibottom,
339
- &.e-ibottom .e-tab-wrap {
340
- height: $tab-pop-big-icon-top-bottom-item-height;
341
-
342
- @media screen and (max-width: 480px) {
343
- height: $tab-pop-big-icon-top-bottom-item-height;
344
- }
345
- }
346
-
347
- &.e-itop .e-tab-text,
348
- &.e-ibottom .e-tab-text {
349
- margin: 0;
350
- padding-left: 0;
351
- padding-right: 12px;
352
-
353
- @media screen and (max-width: 480px) {
354
- margin: 0;
355
- padding-left: 0;
356
- padding-right: 0;
357
- }
358
- }
359
- }
360
- }
361
-
362
- .e-scroll-nav {
363
- height: $tab-big-height;
364
- min-height: $tab-big-height;
365
- padding: $tab-big-nav-right-icon-padding;
366
-
367
- @media screen and (max-width: 480px) {
368
- padding: $tab-mob-nav-right-icon-padding;
369
- }
370
-
371
- &.e-scroll-right-nav {
372
- padding: $tab-big-nav-right-icon-padding;
373
- }
374
-
375
- &.e-scroll-left-nav {
376
- padding: $tab-big-nav-left-icon-padding;
377
- }
378
-
379
- .e-nav-arrow {
380
- font-size: $tab-big-nav-icon-size;
381
- height: $tab-big-nav-icon-container-size;
382
- line-height: $tab-big-nav-icon-container-size;
383
- width: $tab-big-nav-icon-container-size;
384
-
385
- @media screen and (max-width: 480px) {
386
- font-size: $tab-big-nav-icon-size;
387
- height: $tab-big-nav-icon-container-size;
388
- line-height: $tab-big-nav-icon-container-size;
389
- width: $tab-big-nav-icon-container-size;
390
- }
391
- }
392
-
393
- .e-nav-left-arrow,
394
- .e-nav-right-arrow {
395
-
396
- &::before {
397
- font-size: $tab-big-nav-icon-size;
398
- line-height: $tab-big-nav-icon-container-size;
399
- top: 0;
400
- vertical-align: initial;
401
-
402
- @if $tab-skin == 'highcontrast' {
403
- top: -2px;
404
- }
405
- }
406
- }
407
- }
408
-
409
- .e-hor-nav {
410
- height: $tab-big-height;
411
- min-height: $tab-big-height;
412
- padding: $tab-big-nav-right-icon-padding;
413
-
414
- @media screen and (max-width: 480px) {
415
- padding: $tab-mob-nav-right-icon-padding;
416
- }
417
-
418
- .e-popup-up-icon,
419
- .e-popup-down-icon {
420
- font-size: $tab-big-nav-icon-size;
421
- height: $tab-big-nav-icon-container-size;
422
- line-height: $tab-big-nav-icon-container-size;
423
- width: $tab-big-nav-icon-container-size;
424
-
425
- @media screen and (max-width: 480px) {
426
- font-size: $tab-big-nav-icon-size;
427
- height: $tab-big-nav-icon-container-size;
428
- line-height: $tab-big-nav-icon-container-size;
429
- width: $tab-big-nav-icon-container-size;
430
- }
431
-
432
- &::before {
433
- font-size: $tab-big-nav-icon-size;
434
- line-height: $tab-big-nav-icon-container-size;
435
- top: 0;
436
- vertical-align: initial;
437
-
438
- @media screen and (max-width: 480px) {
439
- font-size: $tab-mob-nav-icon-size;
440
- }
441
-
442
- @if $tab-skin == 'highcontrast' {
443
- top: -2px;
444
- }
445
- }
446
-
447
- &:hover {
448
- @if $tab-skin == 'bootstrap' {
449
- line-height: 42px;
450
- }
451
- @if $tab-skin == 'bootstrap4' or $tbar-skin == 'bootstrap5' {
452
- line-height: 38px;
453
- }
454
-
455
- &::before {
456
- top: $tab-big-hover-nav-pop-icon-top;
457
-
458
- @if $tab-skin == 'bootstrap' {
459
- line-height: 42px;
460
- top: .5px;
461
- }
462
- @if $tab-skin == 'bootstrap4' or $tbar-skin == 'bootstrap5' {
463
- line-height: 38px;
464
- top: .5px;
465
- }
466
-
467
- @if $tab-skin == 'highcontrast' {
468
- top: -2px;
469
- }
470
- }
471
- }
472
- }
473
-
474
- &:focus {
475
-
476
- .e-popup-up-icon,
477
- .e-popup-down-icon {
478
- @if $tab-skin == 'bootstrap' {
479
- line-height: 42px;
480
- }
481
- @if $tab-skin == 'bootstrap4' or $tbar-skin == 'bootstrap5' {
482
- line-height: 38px;
483
- }
484
-
485
- &::before {
486
- top: $tab-big-hover-nav-pop-icon-top;
487
-
488
- @if $tab-skin == 'bootstrap' {
489
- line-height: 42px;
490
- }
491
- @if $tab-skin == 'bootstrap4' or $tbar-skin == 'bootstrap5' {
492
- line-height: 38px;
493
- }
494
-
495
- @if $tab-skin == 'highcontrast' {
496
- top: -2px;
497
- }
498
- }
499
-
500
- &:hover {
501
- @if $tab-skin == 'bootstrap' {
502
- line-height: 42px;
503
- top: -2px;
504
- }
505
- @if $tab-skin == 'bootstrap4' or $tbar-skin == 'bootstrap5' {
506
- line-height: 38px;
507
- top: -2px;
508
- }
509
- }
510
- }
511
- }
512
- }
513
-
514
- .e-hor-nav.e-ie-align,
515
- .e-scroll-nav.e-ie-align {
516
-
517
- .e-popup-up-icon,
518
- .e-popup-down-icon {
519
- line-height: $tab-big-ie-pop-icon-line-height;
520
- }
521
-
522
- .e-nav-left-arrow,
523
- .e-nav-right-arrow {
524
- line-height: $tab-big-ie-nav-icon-line-height;
525
- }
526
- }
527
-
528
- &.e-horizontal-bottom {
529
-
530
- .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child.e-active {
531
- margin: $tab-big-even-last-item-margin;
532
- }
533
-
534
- .e-toolbar-item {
535
-
536
- &.e-active {
537
- margin: $tab-big-even-boot-item-margin;
538
- padding-bottom: 0;
539
-
540
- @media screen and (max-width: 480px) {
541
- margin: $tab-mob-even-boot-item-margin;
542
- }
543
-
544
- .e-tab-text {
545
- padding-top: $tab-big-even-boot-active-item-padding-bottom;
546
- }
547
-
548
- @if $tab-skin == 'bootstrap' or $tab-skin == 'bootstrap4' or $tbar-skin == 'bootstrap5' {
549
- .e-close-icon::before {
550
- top: .5px;
551
- }
552
-
553
- &.e-itop .e-text-wrap,
554
- &.e-ibottom .e-text-wrap {
555
- height: initial;
556
- }
557
-
558
- &.e-itop .e-close-icon::before,
559
- &.e-ibottom .e-close-icon::before {
560
- top: 1.5px;
561
- }
562
- }
563
- }
564
-
565
- &.e-active:last-child {
566
- margin: $tab-big-even-last-item-margin;
567
- padding-bottom: 0;
568
-
569
- @media screen and (max-width: 480px) {
570
- margin: $tab-mob-even-last-item-margin;
571
- }
572
-
573
- @if $tab-skin == 'bootstrap' or $tab-skin == 'bootstrap4'or $tbar-skin == 'bootstrap5' {
574
-
575
- .e-tab-text {
576
- padding-top: .5px;
577
- }
578
-
579
- .e-close-icon::before {
580
- top: 0;
581
- }
582
- }
583
- }
584
-
585
- &.e-itop,
586
- &.e-ibottom {
587
- padding-bottom: 0;
588
- padding-top: 0;
589
- }
590
-
591
- &.e-itop.e-active .e-tab-wrap:focus,
592
- &.e-ibottom.e-active .e-tab-wrap:focus {
593
-
594
- @if $tab-skin == 'fabric' or $tab-skin == 'highcontrast' {
595
-
596
- .e-icon-close::before {
597
- top: -1px;
598
- }
599
- }
600
- }
601
-
602
- &.e-ileft.e-active .e-text-wrap {
603
- margin: $tab-big-even-ileft-active-text-wrap-margin;
604
- }
605
-
606
- &.e-active .e-text-wrap {
607
- height: $tab-big-even-active-text-container-height;
608
- padding: 0;
609
-
610
- @if $tab-skin == 'fabric' {
611
- height: $tab-big-height - 2;
612
- }
613
- @else if $tab-skin == 'highcontrast' {
614
- height: $tab-big-height - 4;
615
- }
616
- }
617
-
618
- &.e-active.e-itop .e-text-wrap,
619
- &.e-active.e-ibottom .e-text-wrap {
620
- height: $tab-big-height;
621
-
622
- @if $tab-skin == 'fabric' or $tab-skin == 'highcontrast' {
623
- height: auto;
624
- }
625
- }
626
-
627
- &.e-itop.e-active .e-text-wrap,
628
- &.e-ibottom.e-active .e-text-wrap {
629
- height: initial;
630
- }
631
-
632
- &.e-ileft.e-active {
633
-
634
- @if $tab-skin == 'fabric' {
635
- height: $tab-big-height - 2;
636
- }
637
- @else if $tab-skin == 'highcontrast' {
638
- height: $tab-big-height - 4;
639
- }
640
- }
641
- }
642
- }
643
-
644
- &.e-vertical {
645
- max-width: 150px;
646
-
647
- &[style*= 'overflow: hidden']::before {
648
- bottom: $tab-big-vertical-scroll-nav-top-bottom;
649
- top: $tab-big-vertical-scroll-nav-top-bottom;
650
-
651
- @media screen and (max-width: 480px) {
652
- bottom: 0;
653
- top: 0;
654
- }
655
- }
656
-
657
- .e-toolbar-items {
658
- height: inherit;
659
-
660
- &:not(.e-tbar-pos) {
661
-
662
- .e-toolbar-item:last-child {
663
- margin: 0;
664
- }
665
- }
666
- }
667
-
668
- .e-toolbar-items.e-vscroll:not(.e-scroll-device) {
669
- padding: $tab-vscroll-big-padding;
670
- }
671
-
672
- .e-toolbar-item {
673
-
674
- .e-tab-wrap {
675
- padding: $tab-big-v-wrap-padding;
676
- }
677
-
678
- &.e-itop,
679
- &.e-ibottom {
680
-
681
- .e-close-icon {
682
- right: $tab-v-big-close-icon-top-bottom-right;
683
- }
684
- }
685
-
686
- @if $tab-skin == 'fabric' or $tab-skin == 'highcontrast' {
687
-
688
- &.e-ileft.e-icon {
689
- min-height: $tab-big-height;
690
- min-width: $tab-big-height;
691
- }
692
- }
693
- }
694
-
695
- .e-scroll-nav {
696
- height: $tab-big-vertical-nav-arrow-size;
697
- min-height: $tab-big-vertical-nav-arrow-size;
698
-
699
- .e-nav-arrow {
700
- font-size: $tab-big-vertical-nav-arrow-font-size;
701
- height: $tab-big-vertical-nav-arrow-size;
702
- line-height: $tab-big-vertical-nav-arrow-size;
703
- width: $tab-big-vertical-nav-arrow-size;
704
- }
705
- }
706
-
707
- .e-hor-nav {
708
- padding: $tab-big-wrap-padding;
709
-
710
- .e-popup-up-icon,
711
- .e-popup-down-icon {
712
-
713
- &::before {
714
- line-height: $tab-big-more-btn-line-height;
715
- }
716
-
717
- &::after {
718
- font-size: $tab-big-font-size;
719
- line-height: $tab-big-more-btn-line-height;
720
- margin: $tab-pop-more-icon-margin;
721
- }
722
- }
723
- }
724
-
725
- &.e-toolpop {
726
-
727
- .e-toolbar-items {
728
- height: auto;
729
- }
730
- }
731
- }
732
- }
733
-
734
- &.e-vertical-icon {
735
-
736
- .e-tab-header {
737
- height: $tab-big-tb-icon-height;
738
- min-height: $tab-big-tb-icon-height;
739
-
740
- .e-toolbar-items {
741
- height: $tab-big-tb-icon-height;
742
- }
743
-
744
- .e-toolbar-item.e-active,
745
- .e-toolbar-item:not(.e-separator):last-child.e-active {
746
-
747
- @if $tab-skin == 'fabric' or $tab-skin == 'highcontrast' {
748
-
749
- .e-text-wrap::before {
750
- bottom: -10px;
751
- top: auto;
752
- }
753
- }
754
- }
755
-
756
- .e-scroll-nav {
757
- height: $tab-big-icon-top-bottom-item-height;
758
- }
759
-
760
- .e-hor-nav {
761
- height: $tab-big-icon-top-bottom-item-height;
762
-
763
- .e-popup-up-icon::before,
764
- .e-popup-down-icon::before {
765
-
766
- @media screen and (max-width: 480px) {
767
- font-size: $tab-mob-nav-vicon-size;
768
- }
769
- }
770
- }
771
- }
772
-
773
- @if $tab-skin == 'bootstrap' or $tab-skin == 'bootstrap4' or $tbar-skin == 'bootstrap5' {
774
- &.e-rtl .e-toolbar-item.e-active {
775
- margin: 0 0 0 2px;
776
- }
777
- }
778
-
779
- &.e-vertical-tab {
780
-
781
- .e-tab-header.e-vertical {
782
-
783
- .e-toolbar-items {
784
- height: inherit;
785
- }
786
-
787
- .e-scroll-nav {
788
- height: $tab-big-vertical-nav-arrow-size;
789
- }
790
- }
791
- }
792
- }
793
-
794
- &.e-focused {
795
-
796
- .e-tab-header {
797
-
798
- .e-toolbar-item {
799
-
800
- .e-tab-wrap:focus {
801
- height: $tab-big-height;
802
- }
803
-
804
- .e-tab-wrap:focus .e-text-wrap {
805
- height: $tab-big-height;
806
-
807
- @if $tab-skin == 'fabric' {
808
- height: $tab-big-height - 2;
809
- }
810
- @else if $tab-skin == 'highcontrast' {
811
- height: $tab-big-height - 4;
812
- }
813
- }
814
-
815
- &.e-itop,
816
- &.e-ibottom {
817
-
818
- .e-tab-wrap:focus {
819
- height: $tab-big-focus-icon-top-bottom-item-height;
820
-
821
- .e-text-wrap {
822
- height: auto;
823
- }
824
- }
825
-
826
- &.e-active .e-tab-wrap:focus .e-text-wrap {
827
- height: auto;
828
- }
829
- }
830
- }
831
-
832
- .e-toolbar-pop {
833
-
834
- .e-toolbar-item {
835
-
836
- .e-tab-wrap:focus {
837
- height: $tab-big-pop-item-height;
838
-
839
- .e-text-wrap {
840
- height: $tab-big-pop-item-height;
841
-
842
- @if $tab-skin == 'fabric' {
843
- height: $tab-big-pop-item-height - 2;
844
- }
845
- @else if $tab-skin == 'highcontrast' {
846
- height: $tab-big-pop-item-height - 4;
847
- }
848
- }
849
- }
850
-
851
- &.e-itop .e-tab-wrap:focus,
852
- &.e-ibottom .e-tab-wrap:focus {
853
- height: $tab-big-height;
854
- }
855
- }
856
- }
857
-
858
- &.e-horizontal-bottom {
859
-
860
- .e-toolbar-item {
861
-
862
- &.e-active {
863
-
864
- .e-tab-wrap:focus .e-text-wrap {
865
- height: $tab-big-height;
866
- padding: 0;
867
-
868
- @if $tab-skin == 'fabric' {
869
- height: $tab-big-height - 2;
870
- }
871
- @else if $tab-skin == 'highcontrast' {
872
- height: $tab-big-height - 4;
873
- }
874
- }
875
-
876
- &.e-ileft {
877
-
878
- @if $tab-skin == 'fabric' {
879
- height: $tab-big-height - 2;
880
- }
881
- @else if $tab-skin == 'highcontrast' {
882
- height: $tab-big-height - 4;
883
- }
884
- }
885
- }
886
- }
887
- }
888
- }
889
- }
890
-
891
- &.e-ie .e-tab-header {
892
-
893
- .e-hor-nav.e-ie-align,
894
- .e-scroll-nav.e-ie-align {
895
-
896
- .e-popup-up-icon,
897
- .e-popup-down-icon {
898
- line-height: $tab-big-ie-pop-icon-line-height;
899
- }
900
-
901
- .e-nav-left-arrow,
902
- .e-nav-right-arrow {
903
- line-height: $tab-big-ie-nav-icon-line-height;
904
- }
905
- }
906
- }
907
-
908
- &.e-edge .e-tab-header {
909
-
910
- .e-hor-nav.e-ie-align,
911
- .e-scroll-nav.e-ie-align {
912
-
913
- .e-popup-up-icon,
914
- .e-popup-down-icon {
915
- line-height: $tab-big-edge-pop-icon-line-height;
916
- }
917
-
918
- .e-nav-left-arrow,
919
- .e-nav-right-arrow {
920
- line-height: $tab-big-edge-nav-icon-line-height;
921
- }
922
- }
923
- }
924
-
925
- &.e-safari .e-tab-header {
926
-
927
- .e-close-icon::before {
928
- top: $tab-big-safari-close-icon-top;
929
- }
930
-
931
- .e-hor-nav,
932
- .e-scroll-nav {
933
-
934
- .e-popup-up-icon::before,
935
- .e-popup-down-icon::before {
936
- top: 0;
937
- }
938
-
939
- .e-nav-left-arrow::before,
940
- .e-nav-right-arrow::before {
941
- top: 0;
942
- }
943
- }
944
- }
945
-
946
- &.e-rtl {
947
-
948
- @if $tab-skin == 'bootstrap' or $tab-skin == 'bootstrap4' or $tbar-skin == 'bootstrap5' {
949
-
950
- .e-tab-header {
951
-
952
- .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child.e-active {
953
- margin: $tab-big-rtl-item-margin;
954
- }
955
-
956
- &.e-horizontal-bottom {
957
-
958
- .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:not(.e-separator) {
959
- margin: 0 0 0 2px;
960
-
961
- &.e-active {
962
- margin: 0 0 0 2px;
963
- }
964
- }
965
- }
966
- }
967
- }
968
- }
969
-
970
- &.e-fill {
971
-
972
- .e-tab-header {
973
- height: $tab-big-fill-height;
974
- min-height: $tab-big-fill-height;
975
-
976
- @media screen and (max-width: 480px) {
977
- height: $tab-mob-fill-height;
978
- min-height: $tab-mob-fill-height;
979
- }
980
-
981
- .e-toolbar-items {
982
- height: auto;
983
- min-height: $tab-big-fill-height;
984
-
985
- @media screen and (max-width: 480px) {
986
- min-height: $tab-mob-fill-height;
987
- }
988
- }
989
-
990
- .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
991
- .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
992
- margin: $tab-big-alt-first-item-margin;
993
- padding: 0;
994
- @if $tab-skin == 'tailwind' {
995
- padding: 0 12px;
996
- }
997
- }
998
-
999
- .e-toolbar-item {
1000
-
1001
- &:not(.e-separator) {
1002
- height: $tab-big-fill-height;
1003
- margin: $tab-alt-item-margin;
1004
- min-height: $tab-big-fill-height;
1005
-
1006
- @media screen and (max-width: 480px) {
1007
- height: $tab-mob-fill-height;
1008
- min-height: $tab-mob-fill-height;
1009
- }
1010
- }
1011
-
1012
- &:not(.e-separator).e-itop,
1013
- &:not(.e-separator).e-ibottom {
1014
- height: $tab-big-fill-icon-top-bottom-item-height;
1015
- min-height: $tab-big-fill-icon-top-bottom-item-height;
1016
- }
1017
-
1018
- .e-tab-wrap {
1019
- height: $tab-big-fill-height;
1020
- padding: $tab-fill-big-wrap-padding;
1021
-
1022
- @media screen and (max-width: 480px) {
1023
- height: $tab-mob-fill-height;
1024
- padding: $tab-fill-big-wrap-padding;
1025
- }
1026
- }
1027
-
1028
- .e-text-wrap {
1029
- height: $tab-big-fill-height;
1030
-
1031
- @media screen and (max-width: 480px) {
1032
- height: $tab-mob-fill-height;
1033
- }
1034
-
1035
- @if $tab-skin == 'fabric' {
1036
- height: $tab-big-fill-height - 2;
1037
- }
1038
-
1039
- @if $tab-skin == 'highcontrast' {
1040
- height: $tab-big-fill-height - 4;
1041
- }
1042
- }
1043
-
1044
- &.e-active {
1045
- padding: $tab-alt-big-active-item-padding;
1046
-
1047
- .e-tab-wrap {
1048
- margin-bottom: $tab-fill-big-active-item-wrap-margin-bottom;
1049
- }
1050
-
1051
- .e-text-wrap {
1052
- height: $tab-big-fill-height;
1053
-
1054
- @media screen and (max-width: 480px) {
1055
- height: $tab-mob-fill-height;
1056
- }
1057
-
1058
- @if $tab-skin == 'fabric' {
1059
- height: $tab-big-fill-height - 2;
1060
- }
1061
-
1062
- @if $tab-skin == 'highcontrast' {
1063
- height: $tab-big-fill-height - 4;
1064
- }
1065
- }
1066
-
1067
- &.e-ileft .e-text-wrap,
1068
- &.e-iright .e-text-wrap {
1069
- height: $tab-fill-big-active-it-text-container-height;
1070
-
1071
- @media screen and (max-width: 480px) {
1072
- height: $tab-fill-big-active-it-text-container-height;
1073
- }
1074
-
1075
- @if $tab-skin == 'fabric' {
1076
- height: $tab-big-fill-height - 2;
1077
- }
1078
- @else if $tab-skin == 'highcontrast' {
1079
- height: $tab-big-fill-height - 4;
1080
- }
1081
- }
1082
- }
1083
-
1084
- &.e-itop .e-tab-wrap,
1085
- &.e-ibottom .e-tab-wrap {
1086
- height: $tab-big-fill-icon-top-bottom-item-height;
1087
- }
1088
- }
1089
-
1090
- .e-toolbar-pop {
1091
-
1092
- .e-toolbar-item.e-itop:not(.e-separator),
1093
- .e-toolbar-item.e-ibottom:not(.e-separator) {
1094
- height: auto;
1095
- }
1096
- }
1097
-
1098
- &.e-vertical {
1099
-
1100
- .e-toolbar-items {
1101
-
1102
- .e-toolbar-item {
1103
-
1104
- .e-tab-wrap {
1105
- padding: $tab-big-v-wrap-padding;
1106
- }
1107
- }
1108
- }
1109
- }
1110
-
1111
- &.e-horizontal-bottom {
1112
-
1113
- .e-toolbar-item.e-active .e-text-wrap {
1114
- height: $tab-fill-big-even-active-text-height;
1115
-
1116
- @if $tab-skin == 'fabric' {
1117
- height: $tab-big-fill-height - 2;
1118
- }
1119
-
1120
- @if $tab-skin == 'highcontrast' {
1121
- height: $tab-big-fill-height - 4;
1122
- }
1123
- }
1124
-
1125
- .e-toolbar-item.e-itop .e-text-wrap,
1126
- .e-toolbar-item.e-ibottom .e-text-wrap {
1127
- height: auto;
1128
- }
1129
-
1130
- .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap,
1131
- .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap {
1132
- height: $tab-big-fill-tb-wrap-height;
1133
- }
1134
- }
1135
- }
1136
-
1137
- &.e-focused {
1138
-
1139
- .e-tab-header {
1140
-
1141
- .e-toolbar-item {
1142
-
1143
- .e-tab-wrap:focus {
1144
- height: $tab-focus-big-fill-height;
1145
- }
1146
-
1147
- .e-tab-wrap:focus .e-text-wrap {
1148
- height: $tab-focus-big-fill-height;
1149
-
1150
- @if $tab-skin == 'fabric' {
1151
- height: $tab-big-fill-height - 2;
1152
- }
1153
-
1154
- @if $tab-skin == 'highcontrast' {
1155
- height: $tab-big-fill-height - 4;
1156
- }
1157
- }
1158
-
1159
- &.e-active .e-tab-wrap:focus {
1160
-
1161
- .e-text-wrap {
1162
- @if $tab-skin == 'fabric' {
1163
- height: $tab-big-fill-height - 2;
1164
- }
1165
- @else if $tab-skin == 'highcontrast' {
1166
- height: $tab-big-fill-height - 4;
1167
- }
1168
- }
1169
-
1170
- .e-close-icon::before {
1171
-
1172
- @if $tab-skin == 'fabric' or $tab-skin == 'highcontrast' {
1173
- top: 1px;
1174
- }
1175
- }
1176
- }
1177
-
1178
- &.e-itop .e-tab-wrap:focus,
1179
- &.e-ibottom .e-tab-wrap:focus {
1180
- height: $tab-big-focus-fill-icon-top-bottom-item-height;
1181
-
1182
- .e-text-wrap {
1183
- height: auto;
1184
-
1185
- @media screen and (max-width: 480px) {
1186
- height: auto;
1187
- }
1188
- }
1189
- }
1190
- }
1191
-
1192
- &.e-horizontal-bottom {
1193
-
1194
- .e-tab-wrap:focus .e-text-wrap {
1195
- @if $tab-skin == 'fabric' {
1196
- height: $tab-big-fill-height - 2;
1197
- }
1198
-
1199
- @if $tab-skin == 'highcontrast' {
1200
- height: $tab-big-fill-height - 4;
1201
- }
1202
- }
1203
- }
1204
- }
1205
- }
1206
-
1207
- &.e-rtl .e-tab-header {
1208
-
1209
- .e-toolbar-item:not(.e-separator) {
1210
- margin: $tab-big-rtl-alt-item-margin;
1211
- }
1212
- }
1213
-
1214
- &.e-vertical-icon {
1215
-
1216
- .e-tab-header {
1217
- height: $tab-big-tb-icon-height - 2;
1218
- min-height: $tab-big-tb-icon-height - 2;
1219
- }
1220
- }
1221
- }
1222
-
1223
- &.e-background {
1224
-
1225
- .e-tab-header {
1226
-
1227
- .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
1228
- .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
1229
- margin: $tab-big-alt-first-item-margin;
1230
- padding: 0;
1231
- @if $tab-skin == 'tailwind' {
1232
- padding: 0 12px;
1233
- }
1234
- }
1235
-
1236
- .e-toolbar-item {
1237
-
1238
- &:not(.e-separator) {
1239
- @if $tab-skin != 'bootstrap5' {
1240
- margin: $tab-alt-item-margin;
1241
- }
1242
- }
1243
-
1244
- .e-tab-wrap {
1245
- padding: $tab-bg-big-wrap-padding;
1246
-
1247
- @media screen and (max-width: 480px) {
1248
- padding: $tab-bg-big-wrap-padding;
1249
- }
1250
- }
1251
-
1252
- &.e-active {
1253
- padding: $tab-alt-big-active-item-padding;
1254
-
1255
- .e-tab-wrap {
1256
- margin-bottom: $tab-bg-big-active-item-wrap-margin-bottom;
1257
- }
1258
-
1259
- .e-text-wrap {
1260
- height: $tab-big-height;
1261
-
1262
- @if $tab-skin == 'fabric' {
1263
- height: $tab-big-height - 2;
1264
- }
1265
-
1266
- @if $tab-skin == 'highcontrast' {
1267
- height: $tab-big-height - 4;
1268
- }
1269
- }
1270
- }
1271
-
1272
- &:hover {
1273
- @if $tab-skin == 'highcontrast' {
1274
- &.e-itop,
1275
- &.e-ibottom {
1276
-
1277
- .e-text-wrap {
1278
- height: auto;
1279
- }
1280
- }
1281
- }
1282
- }
1283
- }
1284
-
1285
- &.e-vertical {
1286
-
1287
- .e-toolbar-items {
1288
-
1289
- .e-toolbar-item {
1290
-
1291
- .e-tab-wrap {
1292
- padding: $tab-big-v-wrap-padding;
1293
- }
1294
- }
1295
- }
1296
- }
1297
- }
1298
-
1299
- &.e-rtl .e-tab-header {
1300
-
1301
- .e-toolbar-item:not(.e-separator) {
1302
- margin: $tab-big-rtl-alt-item-margin;
1303
- }
1304
- }
1305
- }
1306
-
1307
- &.e-rtl {
1308
-
1309
- .e-tab-header {
1310
-
1311
- .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
1312
- .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
1313
- margin: $tab-big-rtl-item-margin;
1314
- }
1315
-
1316
- .e-toolbar-item:not(.e-separator) {
1317
- margin: $tab-big-rtl-item-margin;
1318
-
1319
- @if $tab-skin == 'FluentUI' {
1320
- .e-icon-right {
1321
- margin: $tab-rtl-big-it-text-margin;
1322
-
1323
- @media screen and (max-width: 480px) {
1324
- margin: $tab-rtl-mob-it-text-margin;
1325
- }
1326
- }
1327
- }
1328
-
1329
- .e-icon-left + .e-tab-text {
1330
- margin: $tab-rtl-big-it-text-margin;
1331
-
1332
- @media screen and (max-width: 480px) {
1333
- margin: $tab-rtl-mob-it-text-margin;
1334
- }
1335
- }
1336
-
1337
- .e-icons.e-close-icon {
1338
- margin: $tab-rtl-big-close-icon-margin;
1339
-
1340
- @media screen and (max-width: 480px) {
1341
- margin: $tab-rtl-mob-close-icon-margin;
1342
- }
1343
- }
1344
-
1345
- &.e-itop .e-close-icon,
1346
- &.e-ibottom .e-close-icon {
1347
- left: $tab-rtl-big-close-icon-top-bottom-left;
1348
- right: auto;
1349
- }
1350
- }
1351
-
1352
- &.e-close-show {
1353
-
1354
- .e-toolbar-item.e-itop .e-text-wrap,
1355
- .e-toolbar-item.e-ibottom .e-text-wrap {
1356
- margin-left: $tab-rtl-big-text-container-margin-left;
1357
- margin-right: $tab-rtl-big-text-container-margin-right;
1358
- }
1359
- }
1360
-
1361
- .e-toolbar-pop {
1362
-
1363
- .e-toolbar-item {
1364
- margin: 0;
1365
-
1366
- .e-tab-text {
1367
- padding-left: $tab-rtl-big-pop-text-padding-left;
1368
- padding-right: 0;
1369
-
1370
- @media screen and (max-width: 480px) {
1371
- padding-left: 0;
1372
- }
1373
- }
1374
-
1375
- .e-icons.e-close-icon {
1376
- margin: $tab-rtl-big-pop-close-icon-margin;
1377
- }
1378
-
1379
- &.e-itop,
1380
- &.e-ibottom {
1381
-
1382
- .e-close-icon {
1383
- left: $tab-rtl-big-pop-close-icon-top-bottom-left;
1384
- right: auto;
1385
- }
1386
- }
1387
-
1388
- &.e-itop .e-tab-text,
1389
- &.e-ibottom .e-tab-text {
1390
- margin: 0;
1391
- padding-left: 12px;
1392
- padding-right: 0;
1393
-
1394
- @media screen and (max-width: 480px) {
1395
- margin: 0;
1396
- padding-left: 0;
1397
- padding-right: 0;
1398
- }
1399
- }
1400
- }
1401
- }
1402
-
1403
- .e-hor-nav,
1404
- .e-scroll-right-nav {
1405
- padding: $tab-rtl-big-nav-right-icon-padding;
1406
- }
1407
-
1408
- .e-scroll-left-nav {
1409
- padding: $tab-rtl-big-nav-left-icon-padding;
1410
- }
1411
-
1412
- &.e-vertical {
1413
-
1414
- .e-toolbar-item {
1415
-
1416
- &:not(.e-separator) {
1417
- margin: 0;
1418
- }
1419
-
1420
- &.e-itop,
1421
- &.e-ibottom {
1422
-
1423
- .e-close-icon {
1424
- left: $tab-v-rtl-big-close-icon-top-bottom-left;
1425
- }
1426
- }
1427
- }
1428
-
1429
- .e-hor-nav {
1430
- padding: $tab-big-wrap-padding;
1431
- }
1432
-
1433
- .e-popup-up-icon,
1434
- .e-popup-down-icon {
1435
-
1436
- &::after {
1437
- margin: $tab-rtl-pop-more-icon-margin;
1438
- }
1439
- }
1440
- }
1441
- }
1442
- }
1443
- }
1444
-
1445
- .e-tab {
1446
- display: block;
1447
- position: relative;
1448
-
1449
- &.e-hidden {
1450
- display: none;
1451
- }
1452
-
1453
- &.e-fill-mode .e-content,
1454
- &.e-fill-mode .e-content .e-item,
1455
- &.e-fill-mode .e-content .e-item > div,
1456
- &.e-fill-mode .e-content .e-item > div > .e-blazor-template {
1457
- height: 100%;
1458
- }
1459
-
1460
- .e-tab-header {
1461
- height: $tab-nrml-height;
1462
- min-height: $tab-nrml-height;
1463
-
1464
- @media screen and (max-width: 480px) {
1465
- height: $tab-big-height;
1466
- min-height: $tab-big-height;
1467
- }
1468
-
1469
- &::before {
1470
- content: '';
1471
- position: absolute;
1472
-
1473
- @if $tab-skin == 'bootstrap' or $tab-skin == 'bootstrap4' or $tbar-skin == 'bootstrap5' {
1474
- display: block;
1475
- }
1476
- }
1477
-
1478
- &:not(.e-vertical) {
1479
-
1480
- &::before {
1481
- bottom: 0;
1482
- top: 0;
1483
- width: 100%;
1484
- }
1485
- }
1486
-
1487
- .e-toolbar-items {
1488
- height: auto;
1489
- margin: 0;
1490
- min-height: $tab-nrml-height;
1491
- position: relative;
1492
-
1493
- @if $tab-skin == 'bootstrap' or $tab-skin == 'bootstrap4' or $tbar-skin == 'bootstrap5' or $tbar-skin == 'FluentUI' {
1494
- height: $tab-nrml-height;
1495
- min-height: $tab-nrml-height;
1496
- }
1497
-
1498
- @media screen and (max-width: 480px) {
1499
- min-height: $tab-big-height;
1500
- @if $tab-skin == 'bootstrap' or $tab-skin == 'bootstrap4' or $tbar-skin == 'bootstrap5' {
1501
- height: $tab-big-height;
1502
- }
1503
- }
1504
-
1505
- &:not(.e-tbar-pos) .e-toolbar-item:first-child,
1506
- &:not(.e-tbar-pos) .e-toolbar-item:last-child {
1507
- margin: $tab-nrml-first-item-margin;
1508
- }
1509
-
1510
- &:not(.e-tbar-pos) .e-toolbar-item:last-child {
1511
- margin: $tab-nrml-last-item-margin;
1512
- padding-bottom: $tab-big-boot-active-item-padding-bottom;
1513
-
1514
- @media screen and (max-width: 480px) {
1515
- margin: $tab-mob-last-item-margin;
1516
- }
1517
- }
1518
- @if $tab-skin == 'FluentUI' {
1519
- .e-toolbar-item.e-active {
1520
- position: relative;
1521
-
1522
- &:hover::before {
1523
- left: 0;
1524
- right: 0;
1525
- }
1526
-
1527
- &::before {
1528
- background-color: $tab-alt-hdr-bg-color;
1529
- bottom: 0;
1530
- content: '';
1531
- height: 2px;
1532
- left: 8px;
1533
- position: absolute;
1534
- right: 8px;
1535
- transition: left .267s cubic-bezier(.1, .25, .75, .9) 0s, right .267s cubic-bezier(.1, .25, .75, .9) 0s;
1536
- }
1537
-
1538
- &::after {
1539
- color: transparent;
1540
- content: attr(data-content);
1541
- display: block;
1542
- font-weight: 700;
1543
- height: 1px;
1544
- overflow: hidden;
1545
- visibility: hidden;
1546
- }
1547
- }
1548
- }
1549
- }
1550
-
1551
- .e-toolbar-items.e-hscroll {
1552
-
1553
- &.e-scroll-device {
1554
- padding: 0;
1555
-
1556
- .e-scroll-right-nav {
1557
- display: none;
1558
- }
1559
- }
1560
-
1561
- @if $tab-skin == 'bootstrap'or $tab-skin == 'bootstrap4' or $tbar-skin == 'bootstrap5' {
1562
-
1563
- &[style*= 'overflow: hidden'] .e-toolbar-item:not(.e-separator).e-active {
1564
- margin-bottom: 0;
1565
- }
1566
- }
1567
-
1568
- @if $tab-skin == 'fabric' or $tab-skin == 'highcontrast' {
1569
- .e-hscroll-bar {
1570
- padding: 0 1px;
1571
- }
1572
- }
1573
-
1574
- .e-scroll-nav {
1575
- width: 40px;
1576
- @if $tab-skin == 'FluentUI' {
1577
- width: 32px;
1578
- }
1579
- @if $tab-skin == 'bootstrap4' or $tbar-skin == 'bootstrap5' {
1580
- border-radius: 4px;
1581
- width: 32px;
1582
- }
1583
-
1584
- @if $tab-skin == 'tailwind' {
1585
- width: 24px;
1586
- }
1587
- }
1588
-
1589
- &:not(.e-tbar-pos) .e-toolbar-item:last-child {
1590
- margin: $tab-nrml-scroll-last-item-margin;
1591
-
1592
- @media screen and (max-width: 480px) {
1593
- margin: $tab-mob-last-item-margin;
1594
- }
1595
-
1596
- &.e-active {
1597
- margin: $tab-nrml-active-scroll-last-item-margin;
1598
- }
1599
- }
1600
- }
1601
-
1602
- .e-hscroll-bar {
1603
- overflow: hidden;
1604
- }
1605
-
1606
- .e-indicator {
1607
- display: $tab-anim-border-display;
1608
- position: absolute;
1609
-
1610
- &.e-hidden {
1611
- display: none;
1612
- }
1613
- }
1614
-
1615
- &:not(.e-vertical) .e-indicator {
1616
- bottom: 0;
1617
- height: $tab-border-width;
1618
- left: 0;
1619
- right: 0;
1620
- transition: left .125s cubic-bezier(.35, 0, .25, 1), right .25s cubic-bezier(.35, 0, .25, 1);
1621
-
1622
- @if $tab-skin == 'tailwind' {
1623
- border-radius: $tab-border-width;
1624
- transition: all .4s cubic-bezier(.25,.46,.45,.94); // sass-lint:disable-line no-transition-all space-after-comma
1625
- }
1626
- }
1627
-
1628
- .e-toolbar-item {
1629
-
1630
- &.e-hidden {
1631
- display: none;
1632
- }
1633
-
1634
- &:not(.e-separator) {
1635
- height: $tab-nrml-height;
1636
- margin: $tab-nrml-item-margin;
1637
- min-height: $tab-nrml-height;
1638
- min-width: auto;
1639
- padding: $tab-nrml-item-padding;
1640
-
1641
- @media screen and (max-width: 480px) {
1642
- height: $tab-big-height;
1643
- min-height: $tab-big-height;
1644
- }
1645
- }
1646
-
1647
- .e-tab-wrap {
1648
- height: $tab-nrml-height;
1649
- padding: $tab-nrml-wrap-padding;
1650
- width: 100%;
1651
-
1652
- @media screen and (max-width: 480px) {
1653
- height: $tab-big-height;
1654
- padding: $tab-mob-wrap-padding;
1655
- }
1656
-
1657
- }
1658
-
1659
- .e-text-wrap {
1660
- align-content: center;
1661
- align-items: center;
1662
- display: inline-flex;
1663
- height: $tab-nrml-height;
1664
-
1665
- @media screen and (max-width: 480px) {
1666
- height: $tab-big-height;
1667
- }
1668
-
1669
- @if $tab-skin == 'fabric' {
1670
- height: $tab-nrml-height - 2;
1671
- }
1672
- @else if $tab-skin == 'highcontrast' {
1673
- height: $tab-nrml-height - 4;
1674
- }
1675
-
1676
- }
1677
-
1678
- .e-tab-text {
1679
- display: inherit;
1680
- font-family: $tab-font-family;
1681
- font-size: $tab-nrml-font-size;
1682
- font-weight: $tab-font-weight;
1683
- text-transform: $tab-text-transform;
1684
-
1685
- @media screen and (max-width: 480px) {
1686
- font-size: $tab-big-font-size;
1687
- }
1688
- }
1689
-
1690
- @if $tab-skin == 'fabric' or $tab-skin == 'highcontrast' {
1691
- .e-tab-text {
1692
- align-self: auto;
1693
- }
1694
- }
1695
-
1696
- &.e-active {
1697
- margin: $tab-nrml-boot-item-margin;
1698
- padding-bottom: $tab-nrml-even-boot-active-item-padding-bottom;
1699
-
1700
- @media screen and (max-width: 480px) {
1701
- margin: $tab-mob-boot-item-margin;
1702
- }
1703
-
1704
- .e-text-wrap {
1705
- height: $tab-nrml-active-text-container-height;
1706
- margin-top: $tab-active-text-container-margin;
1707
-
1708
- @media screen and (max-width: 480px) {
1709
- height: $tab-big-active-text-container-height;
1710
- }
1711
-
1712
- @if $tab-skin == 'fabric' {
1713
- height: $tab-nrml-height - 2;
1714
- }
1715
- @else if $tab-skin == 'highcontrast' {
1716
- height: $tab-nrml-height - 4;
1717
- }
1718
- }
1719
-
1720
- .e-tab-wrap {
1721
- margin-bottom: $tab-nrml-active-item-wrap-margin-bottom;
1722
-
1723
- @if $tab-skin == 'bootstrap4' or $tbar-skin == 'bootstrap5' {
1724
- &:hover {
1725
- border: 0;
1726
- }
1727
- }
1728
- }
1729
-
1730
- .e-tab-text {
1731
- font-weight: $tab-semi-font-weight;
1732
- }
1733
-
1734
- @if $tab-skin == 'fabric' or $tab-skin == 'highcontrast' {
1735
- .e-tab-text {
1736
- align-self: auto;
1737
- }
1738
- }
1739
-
1740
- @if $tab-skin == 'bootstrap' or $tab-skin == 'bootstrap4' or $tbar-skin == 'bootstrap5' {
1741
- .e-tab-icon::before {
1742
- top: -1px;
1743
- }
1744
- }
1745
-
1746
- &.e-ileft,
1747
- &.e-iright {
1748
-
1749
- .e-text-wrap {
1750
- height: $tab-nrml-active-it-text-container-height;
1751
- padding: $tab-nrml-ileft-active-text-wrap-padding;
1752
-
1753
- @media screen and (max-width: 480px) {
1754
- height: $tab-big-active-it-text-container-height;
1755
- }
1756
-
1757
- @if $tab-skin == 'fabric' {
1758
- height: $tab-nrml-height - 2;
1759
- padding: 0;
1760
- }
1761
- @else if $tab-skin == 'highcontrast' {
1762
- height: $tab-nrml-height - 4;
1763
- padding: 0;
1764
- }
1765
- }
1766
-
1767
- @if $tab-skin == 'fabric' or $tab-skin == 'highcontrast' {
1768
- .e-tab-wrap .e-tab-text {
1769
- align-self: auto;
1770
- }
1771
-
1772
- .e-tab-wrap:focus .e-tab-text {
1773
- align-self: auto;
1774
- }
1775
- }
1776
- }
1777
- }
1778
-
1779
- .e-icons.e-close-icon {
1780
- display: none;
1781
- margin: $tab-nrml-close-icon-margin;
1782
- min-width: $tab-close-icon-minwidth;
1783
-
1784
- @media screen and (max-width: 480px) {
1785
- margin: $tab-mob-close-icon-margin;
1786
- }
1787
- }
1788
-
1789
- .e-close-icon,
1790
- .e-close-icon::before {
1791
- font-size: $tab-nrml-close-icon-size;
1792
-
1793
- @media screen and (max-width: 480px) {
1794
- font-size: $tab-mob-close-icon-size;
1795
- }
1796
- }
1797
-
1798
- .e-close-icon::before {
1799
- top: $tab-pop-close-icon-top;
1800
-
1801
- @if $tab-skin == 'fabric' or $tab-skin == 'highcontrast' {
1802
- top: 1px;
1803
- }
1804
- }
1805
-
1806
- .e-icons.e-tab-icon {
1807
- display: inline-flex;
1808
- height: $tab-nrml-icon-container-size;
1809
- min-width: $tab-nrml-icon-container-size;
1810
- width: $tab-nrml-icon-container-size;
1811
-
1812
- @if $tab-skin == 'bootstrap4' or $tbar-skin == 'bootstrap5' {
1813
- line-height: $tab-nrml-icon-container-size;
1814
- }
1815
-
1816
- @media screen and (max-width: 480px) {
1817
- height: $tab-mob-icon-container-size;
1818
- width: $tab-mob-icon-container-size;
1819
- }
1820
- }
1821
-
1822
- .e-tab-icon,
1823
- .e-tab-icon::before {
1824
- font-size: $tab-nrml-icon-size;
1825
-
1826
- @media screen and (max-width: 480px) {
1827
- font-size: $tab-mob-icon-size;
1828
- }
1829
- }
1830
-
1831
- &.e-icon {
1832
-
1833
- .e-tab-wrap {
1834
- justify-content: center;
1835
- padding: $tab-nrml-io-wrap-padding;
1836
-
1837
- @media screen and (max-width: 480px) {
1838
- padding: $tab-big-wrap-padding;
1839
- }
1840
- }
1841
- }
1842
-
1843
- @if $tab-skin == 'FluentUI' {
1844
- .e-icon-right {
1845
- margin: $tab-nrml-it-text-margin;
1846
-
1847
- @media screen and (max-width: 480px) {
1848
- margin: $tab-mob-it-text-margin;
1849
- }
1850
- }
1851
- }
1852
-
1853
- .e-icon-left + .e-tab-text {
1854
- margin: $tab-nrml-it-text-margin;
1855
-
1856
- @media screen and (max-width: 480px) {
1857
- margin: $tab-mob-it-text-margin;
1858
- }
1859
- }
1860
-
1861
- &.e-itop,
1862
- &.e-ibottom {
1863
- height: $tab-nrml-icon-top-bottom-item-height;
1864
-
1865
- @media screen and (max-width: 480px) {
1866
- height: $tab-big-icon-top-bottom-item-height;
1867
- }
1868
-
1869
- .e-tab-wrap {
1870
- align-items: center;
1871
- display: flex;
1872
- height: $tab-nrml-icon-top-bottom-item-height;
1873
- position: relative;
1874
-
1875
- @media screen and (max-width: 480px) {
1876
- height: $tab-big-icon-top-bottom-item-height;
1877
- }
1878
-
1879
- &:focus {
1880
-
1881
- .e-text-wrap {
1882
- height: auto;
1883
- }
1884
- }
1885
- }
1886
-
1887
- .e-text-wrap {
1888
- display: block;
1889
- height: auto;
1890
- }
1891
-
1892
- &.e-active {
1893
-
1894
- .e-tab-wrap {
1895
- @if $tab-skin == 'fabric' or $tab-skin == 'highcontrast' {
1896
- height: 62px;
1897
- }
1898
-
1899
- &:focus {
1900
-
1901
- .e-text-wrap {
1902
- height: auto;
1903
- }
1904
- }
1905
-
1906
- .e-text-wrap {
1907
- height: auto;
1908
- }
1909
- }
1910
- }
1911
-
1912
- .e-close-icon {
1913
- position: absolute;
1914
- right: $tab-nrml-close-icon-top-bottom-right;
1915
- top: calc(50% - 6px);
1916
-
1917
- @media screen and (max-width: 480px) {
1918
- right: $tab-mob-close-icon-top-bottom-right;
1919
- }
1920
- }
1921
- }
1922
-
1923
- &.e-itop .e-tab-text {
1924
- margin: $tab-nrml-icon-top-margin;
1925
-
1926
- @media screen and (max-width: 480px) {
1927
- margin: $tab-big-icon-top-margin;
1928
- }
1929
- }
1930
-
1931
- &.e-ibottom .e-tab-text {
1932
- margin: $tab-nrml-icon-bottom-margin;
1933
-
1934
- @media screen and (max-width: 480px) {
1935
- margin: $tab-big-icon-bottom-margin;
1936
- }
1937
- }
1938
-
1939
- .e-tab-icon.e-icon-top,
1940
- .e-tab-icon.e-icon-bottom {
1941
- align-items: center;
1942
- display: flex;
1943
- flex-direction: column;
1944
- justify-content: center;
1945
- margin: auto;
1946
- }
1947
- }
1948
-
1949
- .e-toolbar-pop {
1950
- overflow-y: auto;
1951
- padding: $tab-pop-padding;
1952
-
1953
- .e-toolbar-item {
1954
- height: $tab-nrml-pop-item-height;
1955
- min-height: $tab-nrml-pop-item-height;
1956
- min-width: auto;
1957
-
1958
- @media screen and (max-width: 480px) {
1959
- height: $tab-mob-pop-item-height;
1960
- min-height: $tab-mob-pop-item-height;
1961
- }
1962
-
1963
- &:not(.e-separator) {
1964
- margin: $tab-pop-item-margin;
1965
- @if $tab-skin == 'tailwind' {
1966
- padding: 0;
1967
- }
1968
- }
1969
-
1970
- .e-tab-wrap {
1971
- height: $tab-nrml-pop-item-height;
1972
- padding: $tab-nrml-pop-item-wrap-padding;
1973
- text-align: initial;
1974
-
1975
- @media screen and (max-width: 480px) {
1976
- height: $tab-mob-pop-item-height;
1977
- padding: $tab-mob-pop-item-wrap-padding;
1978
- }
1979
- }
1980
-
1981
- .e-text-wrap {
1982
- height: $tab-nrml-pop-item-height;
1983
- width: 100%;
1984
-
1985
- @if $tab-skin == 'fabric' {
1986
- height: $tab-nrml-pop-item-height - 2;
1987
- }
1988
- @else if $tab-skin == 'highcontrast' {
1989
- height: $tab-nrml-pop-item-height - 4;
1990
- }
1991
- }
1992
-
1993
- .e-tab-text {
1994
- display: inline-flex;
1995
- width: 100%;
1996
- }
1997
-
1998
- .e-close-icon {
1999
- margin: 0 0 0 8px;
2000
- }
2001
-
2002
- .e-close-icon::before {
2003
- top: $tab-nrml-pop-close-top;
2004
- }
2005
-
2006
- .e-tab-text + .e-close-icon[style= 'display:block'] {
2007
- padding-right: $tab-nrml-pop-text-padding-right;
2008
-
2009
- @media screen and (max-width: 480px) {
2010
- padding-right: 0;
2011
- }
2012
- }
2013
-
2014
- &.e-itop,
2015
- &.e-ibottom {
2016
- height: $tab-pop-nrml-icon-top-bottom-item-height;
2017
-
2018
- @media screen and (max-width: 480px) {
2019
- height: $tab-pop-big-icon-top-bottom-item-height;
2020
- }
2021
-
2022
- &:not(.e-separator) {
2023
- min-height: $tab-pop-nrml-icon-top-bottom-item-height;
2024
-
2025
- @media screen and (max-width: 480px) {
2026
- min-height: $tab-pop-big-icon-top-bottom-item-height;
2027
- }
2028
- }
2029
-
2030
- .e-tab-wrap {
2031
- height: $tab-pop-nrml-icon-top-bottom-item-height;
2032
-
2033
- @media screen and (max-width: 480px) {
2034
- height: $tab-pop-big-icon-top-bottom-item-height;
2035
- }
2036
- }
2037
-
2038
- .e-text-wrap {
2039
- display: inline-flex;
2040
- height: auto;
2041
- }
2042
-
2043
- .e-tab-text {
2044
- display: block;
2045
- justify-content: center;
2046
- margin: 0 0 0 10px;
2047
- padding-left: 0;
2048
- padding-right: 10px;
2049
-
2050
- @media screen and (max-width: 480px) {
2051
- justify-content: center;
2052
- margin: 0 0 0 12px;
2053
- padding-left: 0;
2054
- padding-right: 0;
2055
- }
2056
- }
2057
-
2058
- .e-close-icon {
2059
- right: $tab-nrml-pop-close-icon-top-bottom-right;
2060
- top: initial;
2061
- }
2062
- }
2063
-
2064
- &.e-ibottom {
2065
-
2066
- .e-tab-text {
2067
- margin: 0;
2068
- }
2069
- }
2070
-
2071
- .e-tab-icon.e-icon-top,
2072
- .e-tab-icon.e-icon-bottom {
2073
- display: inline-flex;
2074
- }
2075
- }
2076
- }
2077
-
2078
- &.e-close-show {
2079
-
2080
- .e-icons.e-close-icon {
2081
- align-items: center;
2082
- align-self: center;
2083
- display: inline-flex;
2084
-
2085
- @media screen and (max-width: 480px) {
2086
- display: none;
2087
- }
2088
- }
2089
-
2090
- .e-toolbar-item.e-active .e-close-icon {
2091
-
2092
- @media screen and (max-width: 480px) {
2093
- display: inline-flex;
2094
- }
2095
- }
2096
-
2097
- .e-toolbar-item.e-itop .e-text-wrap,
2098
- .e-toolbar-item.e-ibottom .e-text-wrap {
2099
- margin-right: $tab-nrml-text-container-margin-right;
2100
- }
2101
- }
2102
-
2103
- .e-scroll-nav {
2104
- height: $tab-nrml-height;
2105
- min-height: $tab-nrml-height;
2106
- min-width: auto;
2107
- width: auto;
2108
-
2109
- @media screen and (max-width: 480px) {
2110
- height: $tab-big-height;
2111
- min-height: $tab-big-height;
2112
- }
2113
-
2114
- &.e-scroll-left-nav {
2115
- padding: $tab-nrml-nav-left-icon-padding;
2116
- }
2117
-
2118
- &.e-scroll-right-nav {
2119
- padding: $tab-nrml-nav-right-icon-padding;
2120
-
2121
- @media screen and (max-width: 480px) {
2122
- padding: $tab-mob-nav-right-icon-padding;
2123
- }
2124
- }
2125
-
2126
- .e-nav-left-arrow::before,
2127
- .e-nav-right-arrow::before {
2128
- font-size: $tab-nrml-nav-icon-size;
2129
- line-height: $tab-nrml-nav-icon-container-size;
2130
- position: relative;
2131
- top: 0;
2132
- vertical-align: initial;
2133
-
2134
- @if $tab-skin == 'fabric' {
2135
- top: -1px;
2136
- }
2137
-
2138
- @if $tab-skin == 'highcontrast' {
2139
- top: -2px;
2140
- }
2141
- }
2142
-
2143
- .e-nav-arrow {
2144
- font-size: $tab-nrml-nav-icon-size;
2145
- height: $tab-nrml-nav-icon-container-size;
2146
- line-height: $tab-nrml-nav-icon-container-size;
2147
- width: $tab-nrml-nav-icon-container-size;
2148
-
2149
- @media screen and (max-width: 480px) {
2150
- font-size: $tab-big-nav-icon-size;
2151
- height: $tab-big-nav-icon-container-size;
2152
- line-height: $tab-big-nav-icon-container-size;
2153
- width: $tab-big-nav-icon-container-size;
2154
- }
2155
- }
2156
- }
2157
-
2158
- .e-hor-nav {
2159
- height: $tab-nrml-height;
2160
- min-height: $tab-nrml-height;
2161
- min-width: auto;
2162
- padding: $tab-nrml-nav-right-icon-padding;
2163
- width: auto;
2164
-
2165
- @media screen and (max-width: 480px) {
2166
- height: $tab-big-height;
2167
- min-height: $tab-big-height;
2168
- padding: $tab-mob-nav-right-icon-padding;
2169
- }
2170
-
2171
- .e-popup-up-icon,
2172
- .e-popup-down-icon {
2173
- font-size: $tab-nrml-nav-icon-size;
2174
- height: $tab-nrml-nav-icon-container-size;
2175
- line-height: $tab-nrml-nav-icon-container-size;
2176
- width: $tab-nrml-nav-icon-container-size;
2177
-
2178
- @media screen and (max-width: 480px) {
2179
- font-size: $tab-big-nav-icon-size;
2180
- height: $tab-big-nav-icon-container-size;
2181
- line-height: $tab-big-nav-icon-container-size;
2182
- width: $tab-big-nav-icon-container-size;
2183
- }
2184
-
2185
- &::before {
2186
- font-size: $tab-nrml-nav-icon-size;
2187
- line-height: $tab-nrml-nav-icon-container-size;
2188
- position: relative;
2189
- top: 0;
2190
- vertical-align: initial;
2191
-
2192
- @if $tab-skin == 'fabric' {
2193
- top: -1px;
2194
- }
2195
-
2196
- @if $tab-skin == 'highcontrast' {
2197
- top: -2px;
2198
- }
2199
-
2200
- @media screen and (max-width: 480px) {
2201
- font-size: $tab-mob-nav-icon-size;
2202
- }
2203
- }
2204
-
2205
- &:hover {
2206
- @if $tab-skin == 'bootstrap' {
2207
- line-height: 34px;
2208
- }
2209
- @if $tab-skin == 'bootstrap4' or $tbar-skin == 'bootstrap5' {
2210
- line-height: 32px;
2211
- }
2212
-
2213
- &::before {
2214
- top: $tab-nrml-hover-nav-pop-icon-top;
2215
-
2216
- @if $tab-skin == 'fabric' {
2217
- top: -1px;
2218
- }
2219
-
2220
- @if $tab-skin == 'bootstrap' {
2221
- line-height: 34px;
2222
- top: 0;
2223
-
2224
- @media screen and (max-width: 480px) {
2225
- line-height: 43px;
2226
- }
2227
- }
2228
- @if $tab-skin == 'bootstrap4' or $tbar-skin == 'bootstrap5' {
2229
- line-height: 32px;
2230
- top: 0;
2231
-
2232
- @media screen and (max-width: 480px) {
2233
- line-height: 43px;
2234
- }
2235
- }
2236
-
2237
- @if $tab-skin == 'highcontrast' {
2238
- top: -2px;
2239
- }
2240
- }
2241
- }
2242
- }
2243
-
2244
- .e-popup-up-icon {
2245
- transform: $tab-pop-up-icon-transform;
2246
- transition: $tab-pop-icon-transition;
2247
-
2248
- @media screen and (max-width: 480px) {
2249
- transform: none;
2250
- transition: none;
2251
- }
2252
- }
2253
-
2254
- .e-popup-down-icon {
2255
- transform: $tab-pop-down-icon-transform;
2256
- transition: $tab-pop-icon-transition;
2257
-
2258
- @media screen and (max-width: 480px) {
2259
- transform: none;
2260
- transition: none;
2261
- }
2262
- }
2263
-
2264
- &:focus {
2265
-
2266
- .e-popup-up-icon,
2267
- .e-popup-down-icon {
2268
- @if $tab-skin == 'bootstrap' or $tab-skin == 'bootstrap4' or $tbar-skin == 'bootstrap5' {
2269
- line-height: 32px;
2270
- }
2271
-
2272
- &::before {
2273
- top: $tab-nrml-hover-nav-pop-icon-top;
2274
-
2275
- @if $tab-skin == 'fabric' {
2276
- top: -1px;
2277
- }
2278
-
2279
- @if $tab-skin == 'bootstrap' or $tab-skin == 'bootstrap4' or $tbar-skin == 'bootstrap5' {
2280
- line-height: 32px;
2281
- top: 0;
2282
-
2283
- @media screen and (max-width: 480px) {
2284
- line-height: 43px;
2285
- }
2286
- }
2287
-
2288
- @if $tab-skin == 'highcontrast' {
2289
- top: -2px;
2290
- }
2291
- }
2292
-
2293
- &:hover {
2294
- @if $tab-skin == 'bootstrap' or $tab-skin == 'bootstrap4' or $tbar-skin == 'bootstrap5' {
2295
- line-height: 32px;
2296
- top: -.5px;
2297
- }
2298
- }
2299
- }
2300
- }
2301
- }
2302
-
2303
- &.e-horizontal-bottom {
2304
-
2305
- @if $tab-skin == 'FluentUI' {
2306
- .e-toolbar-items .e-toolbar-item.e-active {
2307
- position: relative;
2308
-
2309
- &:hover::before {
2310
- left: 0;
2311
- right: 0;
2312
- }
2313
-
2314
- &::before {
2315
- background-color: $tab-alt-hdr-bg-color;
2316
- content: '';
2317
- height: 2px;
2318
- left: 8px;
2319
- position: absolute;
2320
- right: 8px;
2321
- top: 0;
2322
- transition: left .267s cubic-bezier(.1, .25, .75, .9) 0s, right .267s cubic-bezier(.1, .25, .75, .9) 0s;
2323
- }
2324
-
2325
- &::after {
2326
- color: transparent;
2327
- content: attr(data-content);
2328
- display: block;
2329
- font-weight: 700;
2330
- height: 1px;
2331
- overflow: hidden;
2332
- visibility: hidden;
2333
- }
2334
- }
2335
- }
2336
-
2337
- &::before {
2338
- bottom: auto;
2339
- }
2340
-
2341
- @if $tab-skin == 'bootstrap' or $tab-skin == 'bootstrap4' or $tbar-skin == 'bootstrap5' {
2342
- .e-hscroll-bar {
2343
- margin-top: -1px;
2344
- }
2345
- }
2346
-
2347
- .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
2348
- margin: $tab-nrml-even-last-item-margin;
2349
- padding-bottom: 0;
2350
- padding-top: $tab-nrml-even-boot-active-item-padding-bottom;
2351
-
2352
- @media screen and (max-width: 480px) {
2353
- margin: $tab-mob-even-last-item-margin;
2354
- }
2355
- }
2356
-
2357
- .e-indicator {
2358
- bottom: auto;
2359
- top: 0;
2360
- }
2361
-
2362
- .e-toolbar-item {
2363
-
2364
- &.e-active {
2365
- margin: $tab-nrml-even-boot-item-margin;
2366
- padding-bottom: 0;
2367
- padding-top: $tab-nrml-boot-active-item-padding-bottom;
2368
-
2369
- @media screen and (max-width: 480px) {
2370
- margin: $tab-mob-even-boot-item-margin;
2371
- }
2372
-
2373
- .e-text-wrap {
2374
- height: $tab-nrml-height;
2375
- padding: $tab-even-active-text-container-padding;
2376
-
2377
- @if $tab-skin == 'fabric' {
2378
- height: $tab-nrml-height - 2;
2379
- padding: 0;
2380
- }
2381
- @else if $tab-skin == 'highcontrast' {
2382
- height: $tab-nrml-height - 4;
2383
- padding: 0;
2384
- }
2385
- }
2386
-
2387
- @if $tab-skin == 'fabric' or $tab-skin == 'highcontrast' {
2388
- .e-text-wrap::before,
2389
- &:not(.e-separator):last-child .e-text-wrap::before {
2390
- top: 0;
2391
- }
2392
-
2393
- &.e-itop {
2394
-
2395
- @if $tab-skin == 'fabric' or $tab-skin == 'highcontrast' {
2396
- .e-tab-wrap:focus .e-close-icon::before {
2397
- top: 0;
2398
- }
2399
-
2400
- .e-text-wrap {
2401
- height: auto;
2402
- }
2403
- }
2404
- }
2405
- }
2406
-
2407
- &.e-ileft {
2408
-
2409
- @if $tab-skin == 'fabric' or $tab-skin == 'highcontrast' {
2410
- .e-tab-wrap .e-tab-text {
2411
- align-self: auto;
2412
- }
2413
-
2414
- .e-tab-wrap:focus .e-tab-text {
2415
- align-self: auto;
2416
- }
2417
- }
2418
- }
2419
- }
2420
-
2421
- &.e-itop,
2422
- &.e-ibottom {
2423
-
2424
- .e-text-wrap {
2425
- height: initial;
2426
- }
2427
-
2428
- &.e-active {
2429
-
2430
- .e-text-wrap {
2431
- height: initial;
2432
- padding: 0;
2433
- }
2434
-
2435
- .e-text-wrap::before {
2436
- bottom: auto;
2437
- top: 0;
2438
- }
2439
- }
2440
- }
2441
- }
2442
- }
2443
-
2444
- &.e-reorder-active-item .e-toolbar-pop .e-toolbar-item.e-active .e-text-wrap::before {
2445
- display: none;
2446
- }
2447
-
2448
- &.e-vertical {
2449
- max-width: 150px;
2450
- z-index: 1;
2451
-
2452
- &::before {
2453
- bottom: 0;
2454
- height: 100%;
2455
- left: 0;
2456
- top: 0;
2457
- }
2458
-
2459
- &[style*= 'overflow: hidden']::before {
2460
- bottom: $tab-nrml-vertical-scroll-nav-top-bottom;
2461
- height: auto;
2462
- top: $tab-nrml-vertical-scroll-nav-top-bottom;
2463
-
2464
- @media screen and (max-width: 480px) {
2465
- bottom: 0;
2466
- top: 0;
2467
- }
2468
- }
2469
-
2470
- .e-indicator {
2471
- display: $tab-indicator-display;
2472
- transition: top .125s cubic-bezier(.35, 0, .25, 1), bottom .25s cubic-bezier(.35, 0, .25, 1);
2473
- width: 2px;
2474
-
2475
- @if $tab-skin == 'fabric' or $tab-skin == 'highcontrast' {
2476
- transition: initial;
2477
- }
2478
- }
2479
-
2480
- .e-toolbar-items {
2481
- height: inherit;
2482
-
2483
- &.e-vscroll:not(.e-scroll-device) {
2484
- padding: $tab-vscroll-nrml-padding;
2485
- }
2486
- }
2487
-
2488
- .e-toolbar-item {
2489
-
2490
- &:last-child {
2491
- margin: 0;
2492
- }
2493
-
2494
- &:not(.e-separator) {
2495
- margin: 0;
2496
- }
2497
-
2498
- .e-tab-wrap {
2499
- padding: $tab-nrml-v-wrap-padding;
2500
- }
2501
-
2502
- .e-text-wrap {
2503
- position: relative;
2504
- width: 100%;
2505
- }
2506
-
2507
- .e-tab-text,
2508
- .e-tab-icon::before {
2509
- text-align: center;
2510
- width: 100%;
2511
- }
2512
-
2513
- .e-tab-text {
2514
- overflow: hidden;
2515
- text-overflow: ellipsis;
2516
- white-space: nowrap;
2517
- }
2518
-
2519
- &.e-active {
2520
-
2521
- .e-text-wrap::before {
2522
- display: none;
2523
- }
2524
- }
2525
-
2526
- &.e-ileft.e-icon {
2527
-
2528
- @if $tab-skin == 'fabric' or $tab-skin == 'highcontrast' {
2529
- min-height: $tab-nrml-height;
2530
- min-width: $tab-nrml-height;
2531
-
2532
- .e-tab-icon {
2533
- margin: auto;
2534
- }
2535
- }
2536
- }
2537
-
2538
- &.e-itop,
2539
- &.e-ibottom {
2540
-
2541
- .e-close-icon {
2542
- right: $tab-v-nrml-close-icon-top-bottom-right;
2543
- }
2544
- }
2545
- }
2546
-
2547
- .e-toolbar-pop {
2548
- top: initial !important; // sass-lint:disable-line no-important
2549
- }
2550
-
2551
- &.e-vertical-left {
2552
- float: left;
2553
-
2554
- &::before {
2555
- right: 0;
2556
- }
2557
-
2558
- .e-indicator {
2559
- left: auto;
2560
- right: 0;
2561
- }
2562
-
2563
- @if $tab-skin == 'FluentUI' {
2564
- .e-toolbar-items .e-toolbar-item.e-active {
2565
- position: relative;
2566
-
2567
- &:hover::before {
2568
- bottom: 0;
2569
- height: 100%;
2570
- }
2571
-
2572
- &::before {
2573
- background-color: $tab-alt-hdr-bg-color;
2574
- bottom: 10px;
2575
- content: '';
2576
- height: 60%;
2577
- left: 99%;
2578
- position: absolute;
2579
- right: 0;
2580
- transition: bottom .267s cubic-bezier(.1, .25, .75, .9) 0s, height .267s cubic-bezier(.1, .25, .75, .9) 0s;
2581
- width: 2px;
2582
- }
2583
-
2584
- &::after {
2585
- color: transparent;
2586
- content: attr(data-content);
2587
- display: block;
2588
- font-weight: 700;
2589
- height: 1px;
2590
- overflow: hidden;
2591
- visibility: hidden;
2592
- }
2593
- }
2594
- }
2595
- }
2596
-
2597
- &.e-vertical-right {
2598
- float: right;
2599
-
2600
- &::before {
2601
- right: auto;
2602
- }
2603
-
2604
- .e-indicator {
2605
- left: 0;
2606
- right: auto;
2607
- }
2608
-
2609
- .e-tab-wrap {
2610
- text-align: right;
2611
- }
2612
-
2613
- .e-toolbar-pop {
2614
-
2615
- .e-tab-text {
2616
- width: auto;
2617
- }
2618
- }
2619
-
2620
- @if $tab-skin == 'FluentUI' {
2621
- .e-toolbar-items .e-toolbar-item.e-active {
2622
- position: relative;
2623
-
2624
- &:hover::before {
2625
- bottom: 0;
2626
- height: 100%;
2627
- }
2628
-
2629
- &::before {
2630
- background-color: $tab-alt-hdr-bg-color;
2631
- bottom: 10px;
2632
- content: '';
2633
- height: 60%;
2634
- left: 0;
2635
- position: absolute;
2636
- right: 99%;
2637
- transition: bottom .267s cubic-bezier(.1, .25, .75, .9) 0s, height .267s cubic-bezier(.1, .25, .75, .9) 0s;
2638
- width: 2px;
2639
- }
2640
-
2641
- &::after {
2642
- color: transparent;
2643
- content: attr(data-content);
2644
- display: block;
2645
- font-weight: 700;
2646
- height: 1px;
2647
- overflow: hidden;
2648
- visibility: hidden;
2649
- }
2650
- }
2651
- }
2652
- }
2653
-
2654
- .e-scroll-nav {
2655
- height: $tab-nrml-vertical-nav-arrow-size;
2656
- justify-content: center;
2657
- min-height: $tab-nrml-vertical-nav-arrow-size;
2658
- width: 100%;
2659
-
2660
- .e-nav-arrow {
2661
- font-size: $tab-nrml-vertical-nav-arrow-font-size;
2662
- height: $tab-nrml-vertical-nav-arrow-size;
2663
- line-height: $tab-nrml-vertical-nav-arrow-size;
2664
- margin: 0 auto;
2665
- width: $tab-nrml-vertical-nav-arrow-size;
2666
- }
2667
- }
2668
-
2669
- .e-hor-nav {
2670
- padding: $tab-nrml-wrap-padding;
2671
- width: 100%;
2672
-
2673
- .e-popup-up-icon,
2674
- .e-popup-down-icon {
2675
- height: 100%;
2676
- transform: none;
2677
- transition: none;
2678
- width: 100%;
2679
-
2680
- &::before {
2681
- float: left;
2682
- font-family: $tab-font-family;
2683
- font-size: $tab-nrml-font-size;
2684
- font-weight: $tab-font-weight;
2685
- line-height: $tab-nrml-more-btn-line-height;
2686
- text-align: left;
2687
- text-transform: $tab-text-transform;
2688
- transform: none;
2689
- transition: none;
2690
- }
2691
-
2692
- &::after {
2693
- float: left;
2694
- font-size: 12px;
2695
- line-height: $tab-nrml-more-btn-line-height;
2696
- margin: $tab-pop-more-icon-margin;
2697
- vertical-align: initial;
2698
-
2699
- @media screen and (max-width: 480px) {
2700
- font-size: $tab-big-font-size;
2701
- }
2702
- }
2703
- }
2704
- }
2705
-
2706
- .e-scroll-device {
2707
-
2708
- .e-scroll-nav,
2709
- .e-scroll-overlay {
2710
- display: none;
2711
- }
2712
- }
2713
-
2714
- &.e-toolpop {
2715
-
2716
- .e-toolbar-items {
2717
- height: auto;
2718
- }
2719
- }
2720
- }
2721
- }
2722
-
2723
- &.e-rtl {
2724
-
2725
- .e-tab-header.e-vertical {
2726
-
2727
- .e-toolbar-items:not(.e-tbar-pos) {
2728
-
2729
- .e-toolbar-item:last-child {
2730
- margin: 0;
2731
- }
2732
- }
2733
-
2734
- .e-toolbar-item {
2735
-
2736
- &:not(.e-separator) {
2737
- margin: 0;
2738
-
2739
- &.e-itop .e-close-icon,
2740
- &.e-ibottom .e-close-icon {
2741
- left: $tab-v-rtl-nrml-close-icon-top-bottom-left;
2742
- }
2743
- }
2744
- }
2745
-
2746
- .e-hor-nav {
2747
- padding: $tab-nrml-wrap-padding;
2748
-
2749
- .e-popup-up-icon,
2750
- .e-popup-down-icon {
2751
-
2752
- &::before {
2753
- float: right;
2754
- }
2755
-
2756
- &::after {
2757
- float: right;
2758
- margin: $tab-rtl-pop-more-icon-margin;
2759
- }
2760
- }
2761
- }
2762
- }
2763
- }
2764
-
2765
- .e-content {
2766
- position: relative;
2767
-
2768
- .e-item {
2769
-
2770
- &.e-view {
2771
- bottom: 0;
2772
- left: 0;
2773
- overflow: hidden;
2774
- position: absolute;
2775
- right: 0;
2776
- top: 0;
2777
- }
2778
- }
2779
-
2780
- > .e-item {
2781
- display: none;
2782
-
2783
- &.e-active {
2784
- background: inherit;
2785
- display: block;
2786
- }
2787
- }
2788
-
2789
- &.e-progress {
2790
- overflow: hidden;
2791
- }
2792
- }
2793
-
2794
- &.e-vertical-tab {
2795
-
2796
- .e-content {
2797
- display: flex;
2798
-
2799
- .e-item.e-active {
2800
- display: flex;
2801
- flex: none;
2802
- }
2803
-
2804
- .e-item,
2805
- .e-item > :first-child {
2806
- width: 100%;
2807
- }
2808
- }
2809
- }
2810
-
2811
- &.e-vertical-icon {
2812
-
2813
- .e-tab-header {
2814
- height: $tab-nrml-tb-icon-height;
2815
- min-height: $tab-nrml-tb-icon-height;
2816
-
2817
- &.e-reorder-active-item .e-toolbar-pop {
2818
-
2819
- .e-toolbar-item.e-active .e-tab-wrap::before,
2820
- .e-toolbar-item:not(.e-separator):last-child.e-active .e-tab-wrap::before {
2821
- display: none;
2822
- }
2823
- }
2824
-
2825
- .e-toolbar-items {
2826
- height: $tab-nrml-tb-icon-height;
2827
- }
2828
-
2829
- .e-toolbar-item.e-active,
2830
- .e-toolbar-item:not(.e-separator):last-child.e-active {
2831
- @if $tab-skin == 'fabric' or $tab-skin == 'highcontrast' {
2832
- .e-text-wrap {
2833
- position: static;
2834
-
2835
- &::before {
2836
- content: none;
2837
- }
2838
- }
2839
-
2840
- .e-tab-wrap::before {
2841
- content: '';
2842
- display: block;
2843
- position: absolute;
2844
- top: 96%;
2845
- width: calc(100% - 16px);
2846
-
2847
- @if $tab-skin == 'fabric' {
2848
- border: 1px solid $theme-primary;
2849
- }
2850
- @else if $tab-skin == 'highcontrast' {
2851
- border: 1px solid $selection-bg;
2852
- }
2853
- }
2854
- }
2855
- }
2856
-
2857
- .e-scroll-nav {
2858
- height: $tab-nrml-icon-top-bottom-item-height;
2859
- }
2860
-
2861
- .e-hor-nav {
2862
- height: $tab-nrml-icon-top-bottom-item-height;
2863
-
2864
- .e-popup-up-icon::before,
2865
- .e-popup-down-icon::before {
2866
-
2867
- @media screen and (max-width: 480px) {
2868
- font-size: $tab-mob-nav-vicon-size;
2869
- }
2870
- }
2871
- }
2872
-
2873
- &.e-vertical {
2874
-
2875
- .e-indicator {
2876
-
2877
- @if $tab-skin == 'fabric' or $tab-skin == 'highcontrast' {
2878
- width: 3px;
2879
- }
2880
- }
2881
-
2882
- .e-toolbar-item.e-active,
2883
- .e-toolbar-item:not(.e-separator):last-child.e-active {
2884
-
2885
- .e-tab-wrap::before {
2886
- display: none;
2887
- }
2888
-
2889
- .e-text-wrap {
2890
- position: relative;
2891
- }
2892
- }
2893
-
2894
- .e-scroll-nav {
2895
- height: $tab-nrml-vertical-nav-arrow-size;
2896
- }
2897
- }
2898
-
2899
- &.e-horizontal-bottom {
2900
-
2901
- .e-toolbar-item.e-active,
2902
- .e-toolbar-item:not(.e-separator):last-child.e-active {
2903
- @if $tab-skin == 'fabric' or $tab-skin == 'highcontrast' {
2904
- .e-tab-wrap::before {
2905
- top: 0;
2906
- }
2907
- }
2908
- }
2909
- }
2910
- }
2911
-
2912
- @if $tab-skin == 'bootstrap' or $tab-skin == 'bootstrap4' or $tbar-skin == 'bootstrap5' {
2913
- &.e-rtl .e-tab-header .e-toolbar-item.e-active {
2914
- margin: 0 0 0 2px;
2915
- }
2916
- }
2917
-
2918
- &.e-vertical-tab {
2919
-
2920
- .e-tab-header.e-vertical .e-toolbar-items {
2921
- height: inherit;
2922
- }
2923
- }
2924
- }
2925
-
2926
- &.e-focused {
2927
-
2928
- .e-tab-header .e-toolbar-item {
2929
-
2930
- .e-tab-wrap:focus {
2931
- height: $tab-nrml-height;
2932
-
2933
- .e-text-wrap {
2934
- height: $tab-nrml-height;
2935
-
2936
- @if $tab-skin == 'fabric' {
2937
- height: $tab-nrml-height - 2;
2938
- }
2939
- @else if $tab-skin == 'highcontrast' {
2940
- height: $tab-nrml-height - 4;
2941
- }
2942
- }
2943
- }
2944
-
2945
- &.e-itop,
2946
- &.e-ibottom {
2947
-
2948
- .e-tab-wrap:focus {
2949
- height: $tab-nrml-icon-top-bottom-item-height;
2950
- }
2951
-
2952
- .e-tab-wrap:focus .e-text-wrap {
2953
- height: auto;
2954
- }
2955
-
2956
- &.e-active .e-tab-wrap:focus .e-text-wrap {
2957
- height: auto;
2958
- }
2959
- }
2960
- }
2961
-
2962
- .e-tab-header .e-toolbar-pop {
2963
-
2964
- .e-toolbar-item {
2965
-
2966
- .e-tab-wrap:focus {
2967
- height: $tab-nrml-pop-item-height;
2968
-
2969
- .e-text-wrap {
2970
- height: $tab-nrml-pop-item-height;
2971
-
2972
- @if $tab-skin == 'fabric' {
2973
- height: $tab-nrml-pop-item-height - 2;
2974
- }
2975
- @else if $tab-skin == 'highcontrast' {
2976
- height: $tab-nrml-pop-item-height - 4;
2977
- }
2978
- }
2979
- }
2980
-
2981
- &.e-itop .e-tab-wrap:focus,
2982
- &.e-ibottom .e-tab-wrap:focus {
2983
- height: $tab-nrml-height;
2984
- }
2985
- }
2986
- }
2987
-
2988
- .e-tab-header .e-horizontal-bottom {
2989
-
2990
- .e-toolbar-item {
2991
-
2992
- &.e-active {
2993
-
2994
- .e-tab-wrap:focus .e-text-wrap {
2995
- height: $tab-nrml-height;
2996
- padding: 0;
2997
-
2998
- @if $tab-skin == 'fabric' {
2999
- height: $tab-nrml-height - 2;
3000
- }
3001
- @else if $tab-skin == 'highcontrast' {
3002
- height: $tab-nrml-height - 4;
3003
- }
3004
- }
3005
-
3006
- &.e-ileft {
3007
-
3008
- @if $tab-skin == 'fabric' or $tab-skin == 'highcontrast' {
3009
- .e-tab-wrap:focus .e-tab-text {
3010
- align-self: auto;
3011
- }
3012
- }
3013
- }
3014
- }
3015
-
3016
- &.e-itop,
3017
- &.e-ibottom {
3018
-
3019
- .e-tab-wrap:focus .e-text-wrap {
3020
- height: auto;
3021
- }
3022
-
3023
- &.e-active .e-tab-wrap:focus .e-text-wrap {
3024
- height: auto;
3025
- }
3026
- }
3027
- }
3028
- }
3029
- }
3030
-
3031
- &.e-template .e-content {
3032
-
3033
- > .e-item {
3034
- display: none;
3035
-
3036
- &.e-active {
3037
- background: inherit;
3038
- display: block;
3039
- }
3040
- }
3041
- }
3042
-
3043
- &.e-ie .e-tab-header {
3044
-
3045
- .e-hor-nav.e-ie-align,
3046
- .e-scroll-nav.e-ie-align {
3047
- display: flex;
3048
-
3049
- .e-popup-up-icon,
3050
- .e-popup-down-icon {
3051
- display: block;
3052
- line-height: $tab-nrml-ie-pop-icon-line-height;
3053
- }
3054
-
3055
- .e-nav-left-arrow,
3056
- .e-nav-right-arrow {
3057
- display: block;
3058
- line-height: $tab-nrml-ie-nav-icon-line-height;
3059
- }
3060
- }
3061
-
3062
- .e-popup-up-icon,
3063
- .e-popup-down-icon {
3064
- transform: none;
3065
- transition: none;
3066
- }
3067
-
3068
- .e-popup-up-icon::before {
3069
- transform: $tab-pop-up-icon-transform;
3070
- transition: $tab-pop-icon-transition;
3071
-
3072
- @media screen and (max-width: 480px) {
3073
- transform: none;
3074
- transition: none;
3075
- }
3076
- }
3077
-
3078
- .e-popup-down-icon::before {
3079
- transform: $tab-pop-down-icon-transform;
3080
- transition: $tab-pop-icon-transition;
3081
-
3082
- @media screen and (max-width: 480px) {
3083
- transform: none;
3084
- transition: none;
3085
- }
3086
- }
3087
- }
3088
-
3089
- &.e-edge .e-tab-header {
3090
-
3091
- .e-hor-nav.e-ie-align,
3092
- .e-scroll-nav.e-ie-align {
3093
- display: flex;
3094
-
3095
- .e-popup-up-icon,
3096
- .e-popup-down-icon {
3097
- display: block;
3098
- line-height: $tab-nrml-edge-pop-icon-line-height;
3099
- position: relative;
3100
- }
3101
-
3102
- .e-nav-left-arrow,
3103
- .e-nav-right-arrow {
3104
- display: block;
3105
- line-height: $tab-nrml-edge-nav-icon-line-height;
3106
- position: relative;
3107
- }
3108
- }
3109
-
3110
- .e-popup-up-icon {
3111
- transform: $tab-pop-up-icon-transform;
3112
- transition: $tab-pop-icon-transition;
3113
-
3114
- @media screen and (max-width: 480px) {
3115
- transform: none;
3116
- transition: none;
3117
- }
3118
- }
3119
-
3120
- .e-popup-down-icon {
3121
- transform: $tab-pop-down-icon-transform;
3122
- transition: $tab-pop-icon-transition;
3123
-
3124
- @media screen and (max-width: 480px) {
3125
- transform: none;
3126
- transition: none;
3127
-
3128
- @media screen and (max-width: 480px) {
3129
- transform: none;
3130
- transition: none;
3131
- }
3132
- }
3133
- }
3134
-
3135
- .e-popup-up-icon::before {
3136
- transform: $tab-pop-up-icon-transform;
3137
- transition: $tab-pop-icon-transition;
3138
-
3139
- @media screen and (max-width: 480px) {
3140
- transform: none;
3141
- transition: none;
3142
- }
3143
- }
3144
-
3145
- .e-popup-down-icon::before {
3146
- transform: $tab-pop-down-icon-transform;
3147
- transition: $tab-pop-icon-transition;
3148
-
3149
- @media screen and (max-width: 480px) {
3150
- transform: none;
3151
- transition: none;
3152
- }
3153
- }
3154
- }
3155
-
3156
- &.e-safari .e-tab-header {
3157
-
3158
- .e-close-icon::before {
3159
- top: $tab-nrml-safari-close-icon-top;
3160
- }
3161
-
3162
- .e-hor-nav,
3163
- .e-scroll-nav {
3164
-
3165
- .e-popup-up-icon::before,
3166
- .e-popup-down-icon::before {
3167
- top: 0;
3168
- }
3169
-
3170
- .e-nav-left-arrow::before,
3171
- .e-nav-right-arrow::before {
3172
- top: 0;
3173
- }
3174
- }
3175
- }
3176
-
3177
- &.e-disable {
3178
- pointer-events: none;
3179
- }
3180
-
3181
- &.e-fill {
3182
-
3183
- .e-tab-header {
3184
- height: $tab-nrml-fill-height;
3185
- min-height: $tab-nrml-fill-height;
3186
-
3187
- @media screen and (max-width: 480px) {
3188
- height: $tab-mob-fill-height;
3189
- min-height: $tab-mob-fill-height;
3190
- }
3191
-
3192
- @if $tab-skin == 'bootstrap' or $tab-skin == 'bootstrap4' or $tbar-skin == 'bootstrap5' {
3193
- &::before {
3194
- display: none;
3195
- }
3196
- }
3197
-
3198
- .e-indicator {
3199
- display: none;
3200
- }
3201
-
3202
- .e-toolbar-items {
3203
- height: auto;
3204
- min-height: $tab-nrml-fill-height;
3205
-
3206
- @media screen and (max-width: 480px) {
3207
- min-height: $tab-mob-fill-height;
3208
- }
3209
-
3210
- &:not(.e-tbar-pos) .e-toolbar-item:first-child,
3211
- &:not(.e-tbar-pos) .e-toolbar-item:last-child {
3212
- margin: $tab-nrml-alt-first-item-margin;
3213
- padding: 0;
3214
- @if $tab-skin == 'tailwind' {
3215
- padding: 0 8px;
3216
- }
3217
- }
3218
- }
3219
-
3220
- .e-toolbar-item {
3221
-
3222
- &:not(.e-separator) {
3223
- height: $tab-nrml-fill-height;
3224
- margin: $tab-alt-item-margin;
3225
- min-height: $tab-nrml-fill-height;
3226
-
3227
- @media screen and (max-width: 480px) {
3228
- height: $tab-mob-fill-height;
3229
- min-height: $tab-mob-fill-height;
3230
- }
3231
-
3232
- &.e-itop,
3233
- &.e-ibottom {
3234
- height: $tab-nrml-fill-icon-top-bottom-item-height;
3235
- min-height: $tab-nrml-fill-icon-top-bottom-item-height;
3236
- }
3237
- }
3238
-
3239
- .e-tab-wrap {
3240
- height: $tab-nrml-fill-height;
3241
- padding: $tab-fill-nrml-wrap-padding;
3242
-
3243
- @media screen and (max-width: 480px) {
3244
- height: $tab-mob-fill-height;
3245
- padding: $tab-mob-fill-wrap-padding;
3246
- }
3247
- }
3248
-
3249
- .e-text-wrap {
3250
- height: $tab-nrml-fill-height;
3251
-
3252
- @media screen and (max-width: 480px) {
3253
- height: $tab-mob-fill-height;
3254
- }
3255
-
3256
- @if $tab-skin == 'fabric' {
3257
- height: $tab-nrml-fill-height - 2;
3258
- }
3259
-
3260
- @if $tab-skin == 'highcontrast' {
3261
- height: $tab-nrml-fill-height - 4;
3262
- }
3263
- }
3264
-
3265
- &.e-active {
3266
- padding: $tab-alt-nrml-active-item-padding;
3267
-
3268
- .e-tab-wrap {
3269
- margin-bottom: $tab-fill-nrml-active-item-wrap-margin-bottom;
3270
- }
3271
-
3272
- .e-text-wrap {
3273
- height: $tab-nrml-fill-height;
3274
-
3275
- @media screen and (max-width: 480px) {
3276
- height: $tab-mob-fill-height;
3277
- }
3278
-
3279
- @if $tab-skin == 'fabric' {
3280
- height: $tab-nrml-fill-height - 2;
3281
- }
3282
-
3283
- @if $tab-skin == 'highcontrast' {
3284
- height: $tab-nrml-fill-height - 4;
3285
- }
3286
- }
3287
-
3288
- .e-tab-text {
3289
- font-weight: $tab-light-font-weight;
3290
- }
3291
-
3292
- &.e-ileft .e-text-wrap,
3293
- &.e-iright .e-text-wrap {
3294
- height: $tab-fill-nrml-active-it-text-container-height;
3295
-
3296
- @media screen and (max-width: 480px) {
3297
- height: $tab-fill-big-active-it-text-container-height;
3298
- }
3299
-
3300
- @if $tab-skin == 'fabric' {
3301
- height: $tab-nrml-fill-height - 2;
3302
- }
3303
- @else if $tab-skin == 'highcontrast' {
3304
- height: $tab-nrml-fill-height - 4;
3305
- }
3306
- }
3307
- }
3308
-
3309
- &.e-itop .e-tab-wrap,
3310
- &.e-ibottom .e-tab-wrap {
3311
- height: $tab-nrml-fill-icon-top-bottom-item-height;
3312
- }
3313
-
3314
- &.e-itop .e-text-wrap,
3315
- &.e-ibottom .e-text-wrap {
3316
- height: auto;
3317
- }
3318
- }
3319
-
3320
- .e-toolbar-pop {
3321
-
3322
- .e-toolbar-item.e-itop:not(.e-separator),
3323
- .e-toolbar-item.e-ibottom:not(.e-separator) {
3324
- height: auto;
3325
- }
3326
- }
3327
-
3328
- &.e-horizontal-bottom {
3329
-
3330
- .e-toolbar-items:not(.e-tbar-pos) {
3331
-
3332
- .e-toolbar-item {
3333
-
3334
- &:first-child.e-active,
3335
- &:last-child.e-active {
3336
- padding: 0;
3337
- }
3338
-
3339
- &.e-itop,
3340
- &:first-child.e-itop,
3341
- &:last-child.e-itop {
3342
- padding-top: 0;
3343
- }
3344
- }
3345
- }
3346
-
3347
- .e-toolbar-item {
3348
-
3349
- &.e-active {
3350
- margin-right: 0;
3351
- padding: 0;
3352
-
3353
- .e-text-wrap {
3354
- height: $tab-nrml-fill-height;
3355
-
3356
- @media screen and (max-width: 480px) {
3357
- height: $tab-mob-fill-height;
3358
- }
3359
-
3360
- @if $tab-skin == 'fabric' {
3361
- height: $tab-nrml-fill-height - 2;
3362
- }
3363
-
3364
- @if $tab-skin == 'highcontrast' {
3365
- height: $tab-nrml-fill-height - 4;
3366
- }
3367
- }
3368
- }
3369
-
3370
- &.e-itop,
3371
- &.e-ibottom {
3372
-
3373
- .e-tab-wrap:focus .e-text-wrap {
3374
- height: $tab-nrml-fill-tb-wrap-height;
3375
- }
3376
-
3377
- .e-text-wrap {
3378
- height: auto;
3379
- }
3380
- }
3381
- }
3382
- }
3383
-
3384
- &.e-vertical {
3385
-
3386
- .e-toolbar-items {
3387
- height: inherit;
3388
-
3389
- .e-toolbar-item {
3390
-
3391
- .e-tab-wrap {
3392
- padding: $tab-nrml-v-wrap-padding;
3393
- }
3394
- }
3395
- }
3396
- }
3397
- }
3398
-
3399
- &.e-focused {
3400
-
3401
- .e-tab-header .e-toolbar-item {
3402
-
3403
- .e-tab-wrap:focus {
3404
- height: $tab-focus-nrml-fill-height;
3405
-
3406
- .e-text-wrap {
3407
- height: $tab-focus-nrml-fill-height;
3408
-
3409
- @if $tab-skin == 'fabric' {
3410
- height: $tab-nrml-fill-height - 2;
3411
- }
3412
-
3413
- @if $tab-skin == 'highcontrast' {
3414
- height: $tab-nrml-fill-height - 4;
3415
- }
3416
- }
3417
- }
3418
-
3419
- &.e-active .e-tab-wrap:focus {
3420
-
3421
- @if $tab-skin == 'fabric' or $tab-skin == 'highcontrast' {
3422
- .e-text-wrap {
3423
- @if $tab-skin == 'fabric' {
3424
- height: $tab-nrml-fill-height - 2;
3425
- }
3426
- @else if $tab-skin == 'highcontrast' {
3427
- height: $tab-nrml-fill-height - 4;
3428
- }
3429
- }
3430
-
3431
- .e-close-icon::before {
3432
- top: 1px;
3433
- }
3434
- }
3435
- }
3436
-
3437
- &.e-itop .e-tab-wrap:focus,
3438
- &.e-ibottom .e-tab-wrap:focus {
3439
- height: $tab-nrml-focus-fill-icon-top-bottom-item-height;
3440
-
3441
- .e-text-wrap {
3442
- height: auto;
3443
-
3444
- @media screen and (max-width: 480px) {
3445
- height: auto;
3446
- }
3447
- }
3448
- }
3449
- }
3450
- }
3451
-
3452
- &.e-rtl {
3453
-
3454
- .e-tab-header .e-toolbar-item:not(.e-separator) {
3455
- margin: $tab-nrml-rtl-alt-item-margin;
3456
- }
3457
- }
3458
-
3459
- &.e-vertical-icon {
3460
-
3461
- .e-tab-header {
3462
- height: $tab-nrml-tb-icon-height - 2;
3463
- min-height: $tab-nrml-tb-icon-height - 2;
3464
- }
3465
- }
3466
- }
3467
-
3468
- &.e-background {
3469
-
3470
- .e-tab-header {
3471
-
3472
- @if $tab-skin == 'bootstrap' or $tab-skin == 'bootstrap4' or $tbar-skin == 'bootstrap5' {
3473
- &::before {
3474
- display: none;
3475
- }
3476
- }
3477
-
3478
- .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
3479
- .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
3480
- margin: $tab-nrml-alt-first-item-margin;
3481
- padding: 0;
3482
- @if $tab-skin == 'tailwind' {
3483
- padding: 0 8px;
3484
- }
3485
- }
3486
-
3487
- .e-toolbar-item {
3488
-
3489
- &:not(.e-separator) {
3490
- margin: $tab-alt-item-margin;
3491
- }
3492
-
3493
- &:hover {
3494
- @if $tab-skin == 'highcontrast' {
3495
- &.e-itop .e-text-wrap,
3496
- &.e-ibottom .e-text-wrap {
3497
- height: auto;
3498
- }
3499
- }
3500
- }
3501
-
3502
- .e-tab-wrap {
3503
- padding: $tab-bg-nrml-wrap-padding;
3504
-
3505
- @media screen and (max-width: 480px) {
3506
- padding: $tab-bg-big-wrap-padding;
3507
- }
3508
- }
3509
-
3510
- &.e-active {
3511
- padding: $tab-alt-nrml-active-item-padding;
3512
-
3513
- .e-tab-wrap {
3514
- margin-bottom: $tab-bg-nrml-active-item-wrap-margin-bottom;
3515
- }
3516
-
3517
- .e-text-wrap {
3518
- height: $tab-nrml-height;
3519
-
3520
- @if $tab-skin == 'fabric' {
3521
- height: $tab-nrml-height - 2;
3522
- }
3523
-
3524
- @if $tab-skin == 'highcontrast' {
3525
- height: $tab-nrml-height - 4;
3526
- }
3527
- }
3528
-
3529
- .e-tab-text {
3530
- font-weight: $tab-light-font-weight;
3531
- }
3532
- }
3533
- }
3534
-
3535
- &.e-vertical {
3536
-
3537
- @if $tab-skin == 'fabric' or $tab-skin == 'highcontrast' {
3538
-
3539
- .e-indicator {
3540
- display: none;
3541
- }
3542
- }
3543
-
3544
- .e-toolbar-items {
3545
-
3546
- .e-toolbar-item {
3547
-
3548
- .e-tab-wrap {
3549
- padding: $tab-nrml-v-wrap-padding;
3550
- }
3551
- }
3552
- }
3553
- }
3554
-
3555
- &.e-horizontal-bottom {
3556
-
3557
- .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child.e-active,
3558
- .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child.e-active {
3559
- padding: 0;
3560
- }
3561
-
3562
- .e-toolbar-item.e-active {
3563
- margin: 0;
3564
- padding: 0;
3565
- }
3566
- }
3567
-
3568
- .e-toolbar-pop {
3569
-
3570
- .e-toolbar-item {
3571
-
3572
- &.e-active {
3573
-
3574
- .e-text-wrap {
3575
- height: $tab-nrml-pop-item-height;
3576
-
3577
- @if $tab-skin == 'fabric' {
3578
- height: $tab-nrml-pop-item-height - 2;
3579
- }
3580
- @else if $tab-skin == 'highcontrast' {
3581
- height: $tab-nrml-pop-item-height - 4;
3582
- }
3583
- }
3584
- }
3585
- }
3586
- }
3587
- }
3588
-
3589
- &.e-rtl {
3590
-
3591
- .e-tab-header .e-toolbar-item {
3592
-
3593
- &:not(.e-separator) {
3594
- margin: $tab-nrml-rtl-alt-item-margin;
3595
- }
3596
- }
3597
- }
3598
- }
3599
-
3600
- &.e-rtl {
3601
-
3602
- .e-tab-header {
3603
-
3604
- .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
3605
- .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
3606
- margin: $tab-nrml-rtl-item-margin;
3607
- }
3608
-
3609
- @if $tab-skin == 'bootstrap' or $tab-skin == 'bootstrap4' or $tbar-skin == 'bootstrap5' {
3610
- .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child.e-active {
3611
- margin: $tab-nrml-rtl-item-margin;
3612
- }
3613
- }
3614
-
3615
- .e-toolbar-item:not(.e-separator) {
3616
- margin: $tab-nrml-rtl-item-margin;
3617
-
3618
- @if $tab-skin == 'FluentUI' {
3619
- .e-icon-right {
3620
- margin: $tab-rtl-nrml-it-text-margin;
3621
- }
3622
- }
3623
-
3624
- .e-icon-left + .e-tab-text {
3625
- margin: $tab-rtl-nrml-it-text-margin;
3626
- }
3627
-
3628
- .e-icons.e-close-icon {
3629
- margin: $tab-rtl-nrml-close-icon-margin;
3630
- }
3631
-
3632
- &.e-itop .e-close-icon,
3633
- &.e-ibottom .e-close-icon {
3634
- left: $tab-rtl-nrml-close-icon-top-bottom-left;
3635
- right: auto;
3636
- }
3637
- }
3638
-
3639
- &.e-close-show {
3640
-
3641
- .e-toolbar-item.e-itop .e-text-wrap,
3642
- .e-toolbar-item.e-ibottom .e-text-wrap {
3643
- margin-left: $tab-rtl-nrml-text-container-margin-left;
3644
- margin-right: $tab-rtl-nrml-text-container-margin-right;
3645
- }
3646
- }
3647
-
3648
- @if $tab-skin == 'bootstrap' or $tab-skin == 'bootstrap4' or $tbar-skin == 'bootstrap5' {
3649
- &.e-horizontal-bottom {
3650
-
3651
- .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:not(.e-separator) {
3652
- margin: 0 0 0 2px;
3653
-
3654
- &.e-active {
3655
- margin: 0 0 0 2px;
3656
-
3657
- .e-tab-text {
3658
- margin-bottom: 0;
3659
- }
3660
- }
3661
- }
3662
- }
3663
- }
3664
-
3665
- .e-toolbar-pop {
3666
-
3667
- .e-toolbar-item {
3668
- margin: 0;
3669
-
3670
- .e-tab-text {
3671
- padding-left: $tab-rtl-nrml-pop-text-padding-left;
3672
- padding-right: 0;
3673
-
3674
- @media screen and (max-width: 480px) {
3675
- padding-left: 0;
3676
- }
3677
- }
3678
-
3679
- .e-icons.e-close-icon {
3680
- margin: $tab-rtl-nrml-pop-close-icon-margin;
3681
- }
3682
-
3683
- .e-close-icon {
3684
- left: $tab-rtl-pop-close-icon-left;
3685
- right: auto;
3686
- }
3687
-
3688
- &.e-itop .e-close-icon,
3689
- &.e-ibottom .e-close-icon {
3690
- left: $tab-rtl-big-pop-close-icon-top-bottom-left;
3691
- right: auto;
3692
- }
3693
-
3694
- &.e-itop .e-tab-text,
3695
- &.e-ibottom .e-tab-text {
3696
- margin: 0;
3697
- padding-left: 10px;
3698
- padding-right: 0;
3699
-
3700
- @media screen and (max-width: 480px) {
3701
- margin: 0;
3702
- padding-left: 10px;
3703
- padding-right: 0;
3704
- }
3705
- }
3706
- }
3707
- }
3708
-
3709
- .e-hor-nav,
3710
- .e-scroll-right-nav {
3711
- padding: $tab-rtl-nrml-nav-right-icon-padding;
3712
- }
3713
-
3714
- .e-scroll-left-nav {
3715
- padding: $tab-rtl-nrml-nav-left-icon-padding;
3716
- }
3717
- }
3718
- }
3719
-
3720
- &.e-vertical-tab.e-icon-tab {
3721
-
3722
- .e-tab-header.e-vertical {
3723
-
3724
- .e-hor-nav .e-popup-up-icon,
3725
- .e-hor-nav .e-popup-down-icon {
3726
-
3727
- &::before {
3728
- display: none;
3729
- }
3730
-
3731
- &::after {
3732
- margin: 0;
3733
- width: 100%;
3734
- }
3735
- }
3736
- }
3737
- }
3738
- }
3739
-
3740
- .e-tab-clone-element {
3741
- overflow: visible;
3742
- z-index: 10000;
3743
-
3744
- &:not(.e-separator) {
3745
- height: $tab-nrml-height;
3746
- margin: $tab-nrml-item-margin;
3747
- min-height: $tab-nrml-height;
3748
- min-width: auto;
3749
- padding: $tab-nrml-item-padding;
3750
-
3751
- @media screen and (max-width: 480px) {
3752
- height: $tab-big-height;
3753
- min-height: $tab-big-height;
3754
- }
3755
- }
3756
-
3757
- .e-tab-wrap {
3758
- height: $tab-nrml-height;
3759
- padding: $tab-nrml-wrap-padding;
3760
- width: 100%;
3761
-
3762
- @media screen and (max-width: 480px) {
3763
- height: $tab-big-height;
3764
- padding: $tab-mob-wrap-padding;
3765
- }
3766
- }
3767
-
3768
- .e-text-wrap {
3769
- align-content: center;
3770
- align-items: center;
3771
- display: inline-flex;
3772
- height: $tab-nrml-height;
3773
-
3774
- @media screen and (max-width: 480px) {
3775
- height: $tab-big-height;
3776
- }
3777
-
3778
- @if $tab-skin == 'fabric' {
3779
- height: $tab-nrml-height - 2;
3780
- }
3781
- @else if $tab-skin == 'highcontrast' {
3782
- height: $tab-nrml-height - 4;
3783
- }
3784
- }
3785
-
3786
- .e-tab-text {
3787
- display: inherit;
3788
- font-family: $tab-font-family;
3789
- font-size: $tab-nrml-font-size;
3790
- font-weight: $tab-font-weight;
3791
- text-transform: $tab-text-transform;
3792
-
3793
- @media screen and (max-width: 480px) {
3794
- font-size: $tab-big-font-size;
3795
- }
3796
- }
3797
-
3798
- @if $tab-skin == 'fabric' or $tab-skin == 'highcontrast' {
3799
- .e-tab-text {
3800
- align-self: auto;
3801
- }
3802
- }
3803
-
3804
- .e-icons.e-close-icon {
3805
- display: none;
3806
- }
3807
-
3808
- .e-close-icon,
3809
- .e-close-icon::before {
3810
- font-size: $tab-nrml-close-icon-size;
3811
-
3812
- @media screen and (max-width: 480px) {
3813
- font-size: $tab-mob-close-icon-size;
3814
- }
3815
- }
3816
-
3817
- .e-close-icon::before {
3818
- top: $tab-pop-close-icon-top;
3819
-
3820
- @if $tab-skin == 'fabric' or $tab-skin == 'highcontrast' {
3821
- top: 1px;
3822
- }
3823
- }
3824
-
3825
- .e-icons.e-tab-icon {
3826
- display: inline-flex;
3827
- height: $tab-nrml-icon-container-size;
3828
- min-width: $tab-nrml-icon-container-size;
3829
- width: $tab-nrml-icon-container-size;
3830
-
3831
- @if $tab-skin == 'bootstrap4' or $tbar-skin == 'bootstrap5' {
3832
- line-height: $tab-nrml-icon-container-size;
3833
- }
3834
-
3835
- @media screen and (max-width: 480px) {
3836
- height: $tab-mob-icon-container-size;
3837
- width: $tab-mob-icon-container-size;
3838
- }
3839
- }
3840
-
3841
- .e-tab-icon,
3842
- .e-tab-icon::before {
3843
- font-size: $tab-nrml-icon-size;
3844
-
3845
- @media screen and (max-width: 480px) {
3846
- font-size: $tab-mob-icon-size;
3847
- }
3848
- }
3849
-
3850
- &.e-icon {
3851
-
3852
- .e-tab-wrap {
3853
- justify-content: center;
3854
- padding: $tab-nrml-io-wrap-padding;
3855
-
3856
- @media screen and (max-width: 480px) {
3857
- padding: $tab-big-wrap-padding;
3858
- }
3859
- }
3860
- }
3861
-
3862
- @if $tab-skin == 'FluentUI' {
3863
- .e-icon-right {
3864
- margin: $tab-nrml-it-text-margin;
3865
-
3866
- @media screen and (max-width: 480px) {
3867
- margin: $tab-mob-it-text-margin;
3868
- }
3869
- }
3870
- }
3871
-
3872
- .e-icon-left + .e-tab-text {
3873
- margin: $tab-nrml-it-text-margin;
3874
-
3875
- @media screen and (max-width: 480px) {
3876
- margin: $tab-mob-it-text-margin;
3877
- }
3878
- }
3879
-
3880
- &.e-itop,
3881
- &.e-ibottom {
3882
- height: $tab-nrml-icon-top-bottom-item-height;
3883
-
3884
- @media screen and (max-width: 480px) {
3885
- height: $tab-big-icon-top-bottom-item-height;
3886
- }
3887
-
3888
- .e-tab-wrap {
3889
- align-items: center;
3890
- display: flex;
3891
- height: $tab-nrml-icon-top-bottom-item-height;
3892
- position: relative;
3893
-
3894
- @media screen and (max-width: 480px) {
3895
- height: $tab-big-icon-top-bottom-item-height;
3896
- }
3897
-
3898
- &:focus {
3899
-
3900
- .e-text-wrap {
3901
- height: auto;
3902
- }
3903
- }
3904
- }
3905
-
3906
- .e-text-wrap {
3907
- display: block;
3908
- height: auto;
3909
- }
3910
-
3911
- .e-close-icon {
3912
- position: absolute;
3913
- right: $tab-nrml-close-icon-top-bottom-right;
3914
- top: calc(50% - 6px);
3915
-
3916
- @media screen and (max-width: 480px) {
3917
- right: $tab-mob-close-icon-top-bottom-right;
3918
- }
3919
- }
3920
- }
3921
-
3922
- &.e-itop .e-tab-text {
3923
- margin: $tab-nrml-icon-top-margin;
3924
-
3925
- @media screen and (max-width: 480px) {
3926
- margin: $tab-big-icon-top-margin;
3927
- }
3928
- }
3929
-
3930
- &.e-ibottom .e-tab-text {
3931
- margin: $tab-nrml-icon-bottom-margin;
3932
-
3933
- @media screen and (max-width: 480px) {
3934
- margin: $tab-big-icon-bottom-margin;
3935
- }
3936
- }
3937
-
3938
- .e-tab-icon.e-icon-top,
3939
- .e-tab-icon.e-icon-bottom {
3940
- align-items: center;
3941
- display: flex;
3942
- flex-direction: column;
3943
- justify-content: center;
3944
- margin: auto;
3945
- }
3946
-
3947
- &.e-close-show {
3948
-
3949
- .e-icons.e-close-icon {
3950
- align-items: center;
3951
- align-self: center;
3952
- display: inline-flex;
3953
-
3954
- @media screen and (max-width: 480px) {
3955
- display: none;
3956
- }
3957
- }
3958
-
3959
- .e-toolbar-item.e-itop .e-text-wrap,
3960
- .e-toolbar-item.e-ibottom .e-text-wrap {
3961
- margin-right: $tab-nrml-text-container-margin-right;
3962
- }
3963
- }
3964
- }
3965
-
3966
- .e-bigger .e-tab-clone-element {
3967
-
3968
- &:not(.e-separator) {
3969
- height: $tab-big-height;
3970
- margin: $tab-big-item-margin;
3971
- min-height: $tab-big-height;
3972
- min-width: auto;
3973
- padding: $tab-big-item-padding;
3974
-
3975
- @media screen and (max-width: 480px) {
3976
- margin: $tab-nrml-item-margin;
3977
- }
3978
- }
3979
-
3980
- &:not(.e-separator).e-itop,
3981
- &:not(.e-separator).e-ibottom {
3982
- height: $tab-big-icon-top-bottom-item-height;
3983
- min-height: $tab-big-icon-top-bottom-item-height;
3984
- }
3985
-
3986
- .e-tab-wrap {
3987
- height: $tab-big-height;
3988
- padding: $tab-big-wrap-padding;
3989
-
3990
- @media screen and (max-width: 480px) {
3991
- padding: $tab-mob-wrap-padding;
3992
- }
3993
- }
3994
-
3995
- .e-text-wrap {
3996
- height: $tab-big-height;
3997
-
3998
- @if $tab-skin == 'fabric' {
3999
- height: $tab-big-height - 2;
4000
- }
4001
- @else if $tab-skin == 'highcontrast' {
4002
- height: $tab-big-height - 4;
4003
- }
4004
- }
4005
-
4006
- .e-tab-text {
4007
- font-size: $tab-big-font-size;
4008
- @if $tab-skin == 'fabric' or $tab-skin == 'highcontrast' {
4009
- align-self: auto;
4010
- }
4011
- }
4012
-
4013
- .e-icons.e-close-icon {
4014
- cursor: pointer;
4015
- margin: $tab-big-close-icon-margin;
4016
-
4017
- @media screen and (max-width: 480px) {
4018
- margin: $tab-mob-close-icon-margin;
4019
- }
4020
- }
4021
-
4022
- .e-icons.e-close-icon,
4023
- .e-close-icon::before {
4024
- font-size: $tab-big-close-icon-size;
4025
-
4026
- @media screen and (max-width: 480px) {
4027
- font-size: $tab-mob-close-icon-size;
4028
- }
4029
- }
4030
-
4031
- .e-icons.e-tab-icon {
4032
- height: $tab-big-icon-container-size;
4033
- min-width: $tab-big-icon-container-size;
4034
- width: $tab-big-icon-container-size;
4035
-
4036
- @if $tab-skin == 'bootstrap4' or $tbar-skin == 'bootstrap5' {
4037
- line-height: $tab-big-icon-container-size;
4038
- }
4039
- }
4040
-
4041
- .e-tab-icon,
4042
- .e-tab-icon::before {
4043
- font-size: $tab-big-icon-size;
4044
- }
4045
-
4046
- &.e-icon {
4047
-
4048
- .e-tab-wrap {
4049
- padding: $tab-big-io-wrap-padding;
4050
- }
4051
- }
4052
-
4053
- @if $tab-skin == 'FluentUI' {
4054
- .e-icon-right {
4055
- margin: $tab-big-it-text-margin;
4056
-
4057
- @media screen and (max-width: 480px) {
4058
- margin: $tab-mob-it-text-margin;
4059
- }
4060
- }
4061
- }
4062
-
4063
- .e-icon-left + .e-tab-text {
4064
- margin: $tab-big-it-text-margin;
4065
-
4066
- @media screen and (max-width: 480px) {
4067
- margin: $tab-mob-it-text-margin;
4068
- }
4069
- }
4070
-
4071
- &.e-itop,
4072
- &.e-ibottom {
4073
- height: $tab-big-icon-top-bottom-item-height;
4074
-
4075
- .e-tab-wrap {
4076
- height: $tab-big-icon-top-bottom-item-height;
4077
-
4078
- &:focus .e-text-wrap {
4079
- height: auto;
4080
- }
4081
- }
4082
-
4083
- &.e-active .e-tab-wrap {
4084
- height: $tab-big-icon-top-bottom-item-height;
4085
-
4086
- &:focus .e-text-wrap {
4087
- height: auto;
4088
- }
4089
- }
4090
-
4091
- .e-close-icon {
4092
- right: $tab-big-close-icon-top-bottom-right;
4093
- }
4094
-
4095
- @if $tab-skin == 'fabric' or $tab-skin == 'highcontrast' {
4096
-
4097
- .e-text-wrap {
4098
- height: auto;
4099
- }
4100
-
4101
- &.e-active .e-tab-wrap {
4102
- height: 72px;
4103
- }
4104
- }
4105
- }
4106
-
4107
- &.e-itop .e-tab-text {
4108
- margin: $tab-big-icon-top-margin;
4109
- }
4110
-
4111
- &.e-ibottom .e-tab-text {
4112
- margin: $tab-big-icon-bottom-margin;
4113
- }
4114
- }
4115
- }