@syncfusion/ej2-navigations 20.1.47 → 20.1.51-10460

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 (417) hide show
  1. package/.eslintrc.json +243 -243
  2. package/CHANGELOG.md +1601 -1570
  3. package/README.md +194 -194
  4. package/dist/ej2-navigations.min.js +1 -0
  5. package/dist/ej2-navigations.umd.min.js +1 -10
  6. package/dist/ej2-navigations.umd.min.js.map +1 -1
  7. package/dist/es6/ej2-navigations.es2015.js +92 -80
  8. package/dist/es6/ej2-navigations.es2015.js.map +1 -1
  9. package/dist/es6/ej2-navigations.es5.js +251 -239
  10. package/dist/es6/ej2-navigations.es5.js.map +1 -1
  11. package/dist/global/ej2-navigations.min.js +1 -10
  12. package/dist/global/ej2-navigations.min.js.map +1 -1
  13. package/dist/global/index.d.ts +0 -9
  14. package/dist/ts/accordion/accordion.ts +1545 -0
  15. package/dist/ts/breadcrumb/breadcrumb.ts +873 -0
  16. package/dist/ts/carousel/carousel.ts +1181 -0
  17. package/dist/ts/common/h-scroll.ts +477 -0
  18. package/dist/ts/common/menu-base.ts +2357 -0
  19. package/dist/ts/common/menu-scroll.ts +105 -0
  20. package/dist/ts/common/v-scroll.ts +454 -0
  21. package/{src/context-menu/context-menu.d.ts → dist/ts/context-menu/context-menu.ts} +134 -88
  22. package/dist/ts/menu/menu.ts +302 -0
  23. package/dist/ts/sidebar/sidebar.ts +874 -0
  24. package/dist/ts/tab/tab.ts +2637 -0
  25. package/dist/ts/toolbar/toolbar.ts +2378 -0
  26. package/dist/ts/treeview/treeview.ts +5768 -0
  27. package/helpers/e2e/accordionHelper.js +70 -53
  28. package/helpers/e2e/contextmenuHelper.js +52 -35
  29. package/helpers/e2e/index.js +14 -12
  30. package/helpers/e2e/menuHelper.js +52 -35
  31. package/helpers/e2e/sidebarHelper.js +109 -92
  32. package/helpers/e2e/tabHelper.js +73 -56
  33. package/helpers/e2e/toolbarHelper.js +73 -56
  34. package/helpers/e2e/treeview.js +79 -61
  35. package/license +10 -10
  36. package/package.json +164 -164
  37. package/src/accordion/accordion-model.d.ts +190 -190
  38. package/src/accordion/accordion.js +19 -19
  39. package/src/breadcrumb/breadcrumb-model.d.ts +105 -105
  40. package/src/breadcrumb/breadcrumb.js +19 -19
  41. package/src/carousel/carousel-model.d.ts +148 -148
  42. package/src/carousel/carousel.js +19 -19
  43. package/src/common/h-scroll-model.d.ts +6 -6
  44. package/src/common/h-scroll.js +23 -21
  45. package/src/common/menu-base-model.d.ts +206 -206
  46. package/src/common/menu-base.js +31 -25
  47. package/src/common/v-scroll-model.d.ts +6 -6
  48. package/src/common/v-scroll.js +19 -19
  49. package/src/context-menu/context-menu-model.d.ts +18 -18
  50. package/src/context-menu/context-menu.js +19 -19
  51. package/src/menu/menu-model.d.ts +43 -43
  52. package/src/menu/menu.js +19 -19
  53. package/src/sidebar/sidebar-model.d.ts +191 -191
  54. package/src/sidebar/sidebar.js +19 -19
  55. package/src/tab/tab-model.d.ts +291 -291
  56. package/src/tab/tab.js +21 -21
  57. package/src/toolbar/toolbar-model.d.ts +195 -195
  58. package/src/toolbar/toolbar.js +23 -19
  59. package/src/treeview/treeview-model.d.ts +411 -411
  60. package/src/treeview/treeview.js +20 -20
  61. package/styles/accordion/_bds-definition.scss +167 -0
  62. package/styles/accordion/_bigger.scss +121 -0
  63. package/styles/accordion/_bootstrap5.3-definition.scss +168 -0
  64. package/styles/accordion/_fluent2-definition.scss +167 -0
  65. package/styles/accordion/_fusionnew-definition.scss +168 -0
  66. package/styles/accordion/_material3-dark-definition.scss +1 -0
  67. package/styles/accordion/_material3-definition.scss +168 -0
  68. package/styles/accordion/fluent2.scss +4 -0
  69. package/styles/accordion/icons/_bds.scss +15 -0
  70. package/styles/accordion/icons/_bootstrap5.3.scss +15 -0
  71. package/styles/accordion/icons/_fluent2.scss +15 -0
  72. package/styles/accordion/icons/_fusionnew.scss +15 -0
  73. package/styles/accordion/icons/_material3-dark.scss +1 -0
  74. package/styles/accordion/icons/_material3.scss +15 -0
  75. package/styles/accordion/material3-dark.scss +4 -0
  76. package/styles/accordion/material3.scss +4 -0
  77. package/styles/appbar/_all.scss +2 -0
  78. package/styles/appbar/_bds-definition.scss +25 -0
  79. package/styles/appbar/_bigger.scss +15 -0
  80. package/styles/appbar/_bootstrap-dark-definition.scss +6 -0
  81. package/styles/appbar/_bootstrap-definition.scss +6 -0
  82. package/styles/appbar/_bootstrap4-definition.scss +6 -0
  83. package/styles/appbar/_bootstrap5-definition.scss +6 -0
  84. package/styles/appbar/_bootstrap5.3-definition.scss +6 -0
  85. package/styles/appbar/_fabric-dark-definition.scss +6 -0
  86. package/styles/appbar/_fabric-definition.scss +6 -0
  87. package/styles/appbar/_fluent-definition.scss +6 -0
  88. package/styles/appbar/_fluent2-definition.scss +24 -0
  89. package/styles/appbar/_fusionnew-definition.scss +6 -0
  90. package/styles/appbar/_highcontrast-definition.scss +6 -0
  91. package/styles/appbar/_highcontrast-light-definition.scss +6 -0
  92. package/styles/appbar/_layout.scss +76 -0
  93. package/styles/appbar/_material-dark-definition.scss +6 -0
  94. package/styles/appbar/_material-definition.scss +6 -0
  95. package/styles/appbar/_material3-definition.scss +6 -0
  96. package/styles/appbar/_tailwind-definition.scss +6 -0
  97. package/styles/appbar/_theme.scss +216 -0
  98. package/styles/bootstrap-dark.css +1 -1
  99. package/styles/bootstrap.css +1 -1
  100. package/styles/bootstrap4.css +1 -1
  101. package/styles/bootstrap5-dark.css +1 -1
  102. package/styles/bootstrap5.css +1 -1
  103. package/styles/breadcrumb/_bds-definition.scss +60 -0
  104. package/styles/breadcrumb/_bigger.scss +160 -0
  105. package/styles/breadcrumb/_bootstrap5.3-definition.scss +61 -0
  106. package/styles/breadcrumb/_fluent2-definition.scss +61 -0
  107. package/styles/breadcrumb/_fusionnew-definition.scss +59 -0
  108. package/styles/breadcrumb/_layout.scss +1 -1
  109. package/styles/breadcrumb/_material3-dark-definition.scss +1 -0
  110. package/styles/breadcrumb/_material3-definition.scss +60 -0
  111. package/styles/breadcrumb/_tailwind-dark-definition.scss +1 -60
  112. package/styles/breadcrumb/_tailwind-definition.scss +3 -3
  113. package/styles/breadcrumb/bootstrap-dark.css +1 -1
  114. package/styles/breadcrumb/bootstrap.css +1 -1
  115. package/styles/breadcrumb/bootstrap4.css +1 -1
  116. package/styles/breadcrumb/bootstrap5-dark.css +1 -1
  117. package/styles/breadcrumb/bootstrap5.css +1 -1
  118. package/styles/breadcrumb/fabric-dark.css +1 -1
  119. package/styles/breadcrumb/fabric.css +1 -1
  120. package/styles/breadcrumb/fluent-dark.css +1 -1
  121. package/styles/breadcrumb/fluent.css +1 -1
  122. package/styles/breadcrumb/fluent2.scss +4 -0
  123. package/styles/breadcrumb/highcontrast-light.css +1 -1
  124. package/styles/breadcrumb/highcontrast.css +1 -1
  125. package/styles/breadcrumb/icons/_bds.scss +23 -0
  126. package/styles/breadcrumb/icons/_bootstrap5.3.scss +23 -0
  127. package/styles/breadcrumb/icons/_fluent2.scss +23 -0
  128. package/styles/breadcrumb/icons/_fusionnew.scss +23 -0
  129. package/styles/breadcrumb/icons/_material3-dark.scss +1 -0
  130. package/styles/breadcrumb/icons/_material3.scss +12 -0
  131. package/styles/breadcrumb/material-dark.css +1 -1
  132. package/styles/breadcrumb/material.css +1 -1
  133. package/styles/breadcrumb/material3-dark.scss +4 -0
  134. package/styles/breadcrumb/material3.scss +4 -0
  135. package/styles/breadcrumb/tailwind-dark.css +8 -8
  136. package/styles/breadcrumb/tailwind.css +8 -8
  137. package/styles/carousel/_bds-definition.scss +20 -0
  138. package/styles/carousel/_bootstrap5.3-definition.scss +20 -0
  139. package/styles/carousel/_fluent2-definition.scss +23 -0
  140. package/styles/carousel/_fusionnew-definition.scss +20 -0
  141. package/styles/carousel/_material3-dark-definition.scss +1 -0
  142. package/styles/carousel/_material3-definition.scss +21 -0
  143. package/styles/carousel/fluent2.scss +4 -0
  144. package/styles/carousel/icons/_bds.scss +30 -0
  145. package/styles/carousel/icons/_bootstrap5.3.scss +30 -0
  146. package/styles/carousel/icons/_fluent2.scss +30 -0
  147. package/styles/carousel/icons/_fusionnew.scss +30 -0
  148. package/styles/carousel/icons/_material3-dark.scss +1 -0
  149. package/styles/carousel/icons/_material3.scss +30 -0
  150. package/styles/carousel/material3-dark.scss +4 -0
  151. package/styles/carousel/material3.scss +4 -0
  152. package/styles/context-menu/_bds-definition.scss +68 -0
  153. package/styles/context-menu/_bigger.scss +96 -0
  154. package/styles/context-menu/_bootstrap5.3-definition.scss +52 -0
  155. package/styles/context-menu/_fluent2-definition.scss +52 -0
  156. package/styles/context-menu/_fusionnew-definition.scss +51 -0
  157. package/styles/context-menu/_material3-dark-definition.scss +1 -0
  158. package/styles/context-menu/_material3-definition.scss +51 -0
  159. package/styles/context-menu/fluent2.scss +4 -0
  160. package/styles/context-menu/icons/_bds.scss +31 -0
  161. package/styles/context-menu/icons/_bootstrap5.3.scss +31 -0
  162. package/styles/context-menu/icons/_fluent2.scss +31 -0
  163. package/styles/context-menu/icons/_fusionnew.scss +31 -0
  164. package/styles/context-menu/icons/_material3-dark.scss +1 -0
  165. package/styles/context-menu/icons/_material3.scss +31 -0
  166. package/styles/context-menu/material3-dark.scss +4 -0
  167. package/styles/context-menu/material3.scss +4 -0
  168. package/styles/fabric-dark.css +1 -1
  169. package/styles/fabric.css +1 -1
  170. package/styles/fluent-dark.css +1 -1
  171. package/styles/fluent.css +1 -1
  172. package/styles/fluent2.scss +34 -0
  173. package/styles/h-scroll/_bds-definition.scss +83 -0
  174. package/styles/h-scroll/_bigger.scss +39 -0
  175. package/styles/h-scroll/_bootstrap5.3-definition.scss +83 -0
  176. package/styles/h-scroll/_fluent2-definition.scss +83 -0
  177. package/styles/h-scroll/_fusionnew-definition.scss +83 -0
  178. package/styles/h-scroll/_material3-dark-definition.scss +1 -0
  179. package/styles/h-scroll/_material3-definition.scss +83 -0
  180. package/styles/h-scroll/fluent2.scss +4 -0
  181. package/styles/h-scroll/icons/_bds.scss +49 -0
  182. package/styles/h-scroll/icons/_bootstrap5.3.scss +49 -0
  183. package/styles/h-scroll/icons/_fluent2.scss +49 -0
  184. package/styles/h-scroll/icons/_fusionnew.scss +49 -0
  185. package/styles/h-scroll/icons/_material3-dark.scss +1 -0
  186. package/styles/h-scroll/icons/_material3.scss +49 -0
  187. package/styles/h-scroll/material3-dark.scss +4 -0
  188. package/styles/h-scroll/material3.scss +4 -0
  189. package/styles/highcontrast-light.css +1 -1
  190. package/styles/highcontrast.css +1 -1
  191. package/styles/material-dark.css +1 -1
  192. package/styles/material.css +1 -1
  193. package/styles/material3-dark.scss +34 -0
  194. package/styles/material3.scss +34 -0
  195. package/styles/menu/_bds-definition.scss +65 -0
  196. package/styles/menu/_bigger.scss +355 -0
  197. package/styles/menu/_bootstrap5.3-definition.scss +66 -0
  198. package/styles/menu/_fluent2-definition.scss +67 -0
  199. package/styles/menu/_fusionnew-definition.scss +66 -0
  200. package/styles/menu/_material3-dark-definition.scss +1 -0
  201. package/styles/menu/_material3-definition.scss +66 -0
  202. package/styles/menu/fluent2.scss +7 -0
  203. package/styles/menu/icons/_bds.scss +104 -0
  204. package/styles/menu/icons/_bootstrap5.3.scss +104 -0
  205. package/styles/menu/icons/_fluent2.scss +104 -0
  206. package/styles/menu/icons/_fusionnew.scss +104 -0
  207. package/styles/menu/icons/_material3-dark.scss +1 -0
  208. package/styles/menu/icons/_material3.scss +104 -0
  209. package/styles/menu/material3-dark.scss +7 -0
  210. package/styles/menu/material3.scss +7 -0
  211. package/styles/pager/_all.scss +2 -0
  212. package/styles/pager/_bds-definition.scss +152 -0
  213. package/styles/pager/_bigger.scss +311 -0
  214. package/styles/pager/_bootstrap-dark-definition.scss +151 -0
  215. package/styles/pager/_bootstrap-definition.scss +151 -0
  216. package/styles/pager/_bootstrap4-definition.scss +151 -0
  217. package/styles/pager/_bootstrap5-definition.scss +166 -0
  218. package/styles/pager/_bootstrap5.3-definition.scss +166 -0
  219. package/styles/pager/_fabric-dark-definition.scss +149 -0
  220. package/styles/pager/_fabric-definition.scss +149 -0
  221. package/styles/pager/_fluent-definition.scss +153 -0
  222. package/styles/pager/_fluent2-definition.scss +152 -0
  223. package/styles/pager/_fusionnew-definition.scss +166 -0
  224. package/styles/pager/_highcontrast-definition.scss +149 -0
  225. package/styles/pager/_highcontrast-light-definition.scss +149 -0
  226. package/styles/pager/_layout.scss +742 -0
  227. package/styles/pager/_material-dark-definition.scss +150 -0
  228. package/styles/pager/_material-definition.scss +150 -0
  229. package/styles/pager/_material3-definition.scss +166 -0
  230. package/styles/pager/_tailwind-definition.scss +152 -0
  231. package/styles/pager/_theme.scss +189 -0
  232. package/styles/pager/icons/_bds.scss +50 -0
  233. package/styles/pager/icons/_bootstrap-dark.scss +50 -0
  234. package/styles/pager/icons/_bootstrap.scss +50 -0
  235. package/styles/pager/icons/_bootstrap4.scss +50 -0
  236. package/styles/pager/icons/_bootstrap5.3.scss +50 -0
  237. package/styles/pager/icons/_bootstrap5.scss +50 -0
  238. package/styles/pager/icons/_fabric-dark.scss +50 -0
  239. package/styles/pager/icons/_fabric.scss +50 -0
  240. package/styles/pager/icons/_fluent.scss +50 -0
  241. package/styles/pager/icons/_fluent2.scss +50 -0
  242. package/styles/pager/icons/_fusionnew.scss +50 -0
  243. package/styles/pager/icons/_highcontrast-light.scss +50 -0
  244. package/styles/pager/icons/_highcontrast.scss +46 -0
  245. package/styles/pager/icons/_material-dark.scss +50 -0
  246. package/styles/pager/icons/_material.scss +46 -0
  247. package/styles/pager/icons/_material3.scss +50 -0
  248. package/styles/pager/icons/_tailwind.scss +50 -0
  249. package/styles/sidebar/_bds-definition.scss +53 -0
  250. package/styles/sidebar/_bootstrap5.3-definition.scss +6 -0
  251. package/styles/sidebar/_fluent2-definition.scss +8 -0
  252. package/styles/sidebar/_fusionnew-definition.scss +6 -0
  253. package/styles/sidebar/_material3-dark-definition.scss +1 -0
  254. package/styles/sidebar/_material3-definition.scss +4 -0
  255. package/styles/sidebar/fluent2.scss +3 -0
  256. package/styles/sidebar/material3-dark.scss +3 -0
  257. package/styles/sidebar/material3.scss +3 -0
  258. package/styles/stepper/_all.scss +2 -0
  259. package/styles/stepper/_bds-definition.scss +72 -0
  260. package/styles/stepper/_bigger.scss +53 -0
  261. package/styles/stepper/_bootstrap-dark-definition.scss +72 -0
  262. package/styles/stepper/_bootstrap-definition.scss +72 -0
  263. package/styles/stepper/_bootstrap4-definition.scss +72 -0
  264. package/styles/stepper/_bootstrap5-definition.scss +73 -0
  265. package/styles/stepper/_bootstrap5.3-definition.scss +72 -0
  266. package/styles/stepper/_fabric-dark-definition.scss +72 -0
  267. package/styles/stepper/_fabric-definition.scss +72 -0
  268. package/styles/stepper/_fluent-definition.scss +72 -0
  269. package/styles/stepper/_fluent2-definition.scss +72 -0
  270. package/styles/stepper/_fusionnew-definition.scss +72 -0
  271. package/styles/stepper/_highcontrast-definition.scss +72 -0
  272. package/styles/stepper/_highcontrast-light-definition.scss +72 -0
  273. package/styles/stepper/_layout.scss +431 -0
  274. package/styles/stepper/_material-dark-definition.scss +72 -0
  275. package/styles/stepper/_material-definition.scss +72 -0
  276. package/styles/stepper/_material3-definition.scss +72 -0
  277. package/styles/stepper/_tailwind-definition.scss +72 -0
  278. package/styles/stepper/_theme.scss +195 -0
  279. package/styles/stepper/icons/_bds.scss +5 -0
  280. package/styles/stepper/icons/_bootstrap-dark.scss +5 -0
  281. package/styles/stepper/icons/_bootstrap.scss +5 -0
  282. package/styles/stepper/icons/_bootstrap4.scss +5 -0
  283. package/styles/stepper/icons/_bootstrap5.3.scss +5 -0
  284. package/styles/stepper/icons/_bootstrap5.scss +5 -0
  285. package/styles/stepper/icons/_fabric-dark.scss +5 -0
  286. package/styles/stepper/icons/_fabric.scss +5 -0
  287. package/styles/stepper/icons/_fluent.scss +5 -0
  288. package/styles/stepper/icons/_fluent2.scss +5 -0
  289. package/styles/stepper/icons/_fusionnew.scss +5 -0
  290. package/styles/stepper/icons/_highcontrast-light.scss +5 -0
  291. package/styles/stepper/icons/_highcontrast.scss +5 -0
  292. package/styles/stepper/icons/_material-dark.scss +5 -0
  293. package/styles/stepper/icons/_material.scss +5 -0
  294. package/styles/stepper/icons/_material3.scss +5 -0
  295. package/styles/stepper/icons/_tailwind.scss +5 -0
  296. package/styles/tab/_bds-definition.scss +661 -0
  297. package/styles/tab/_bigger.scss +1270 -0
  298. package/styles/tab/_bootstrap5.3-definition.scss +636 -0
  299. package/styles/tab/_fluent2-definition.scss +667 -0
  300. package/styles/tab/_fusionnew-definition.scss +634 -0
  301. package/styles/tab/_material3-dark-definition.scss +1 -0
  302. package/styles/tab/_material3-definition.scss +636 -0
  303. package/styles/tab/fluent2.scss +5 -0
  304. package/styles/tab/icons/_bds.scss +90 -0
  305. package/styles/tab/icons/_bootstrap5.3.scss +90 -0
  306. package/styles/tab/icons/_fluent2.scss +98 -0
  307. package/styles/tab/icons/_fusionnew.scss +90 -0
  308. package/styles/tab/icons/_material3-dark.scss +1 -0
  309. package/styles/tab/icons/_material3.scss +90 -0
  310. package/styles/tab/material3-dark.scss +5 -0
  311. package/styles/tab/material3.scss +5 -0
  312. package/styles/tailwind-dark.css +8 -8
  313. package/styles/tailwind.css +8 -8
  314. package/styles/toolbar/_bds-definition.scss +197 -0
  315. package/styles/toolbar/_bigger.scss +309 -0
  316. package/styles/toolbar/_bootstrap5.3-definition.scss +198 -0
  317. package/styles/toolbar/_fluent2-definition.scss +198 -0
  318. package/styles/toolbar/_fusionnew-definition.scss +198 -0
  319. package/styles/toolbar/_material3-dark-definition.scss +1 -0
  320. package/styles/toolbar/_material3-definition.scss +199 -0
  321. package/styles/toolbar/fluent2.scss +6 -0
  322. package/styles/toolbar/icons/_bds.scss +14 -0
  323. package/styles/toolbar/icons/_bootstrap5.3.scss +14 -0
  324. package/styles/toolbar/icons/_fluent2.scss +14 -0
  325. package/styles/toolbar/icons/_fusionnew.scss +14 -0
  326. package/styles/toolbar/icons/_material3-dark.scss +1 -0
  327. package/styles/toolbar/icons/_material3.scss +14 -0
  328. package/styles/toolbar/material3-dark.scss +6 -0
  329. package/styles/toolbar/material3.scss +6 -0
  330. package/styles/treeview/_bds-definition.scss +132 -0
  331. package/styles/treeview/_bigger.scss +393 -0
  332. package/styles/treeview/_bootstrap5.3-definition.scss +119 -0
  333. package/styles/treeview/_fluent2-definition.scss +128 -0
  334. package/styles/treeview/_fusionnew-definition.scss +120 -0
  335. package/styles/treeview/_material3-dark-definition.scss +1 -0
  336. package/styles/treeview/_material3-definition.scss +110 -0
  337. package/styles/treeview/fluent2.scss +4 -0
  338. package/styles/treeview/icons/_bds.scss +44 -0
  339. package/styles/treeview/icons/_bootstrap5.3.scss +44 -0
  340. package/styles/treeview/icons/_fluent2.scss +44 -0
  341. package/styles/treeview/icons/_fusionnew.scss +44 -0
  342. package/styles/treeview/icons/_material3-dark.scss +1 -0
  343. package/styles/treeview/icons/_material3.scss +44 -0
  344. package/styles/treeview/material3-dark.scss +4 -0
  345. package/styles/treeview/material3.scss +4 -0
  346. package/styles/v-scroll/_bds-definition.scss +49 -0
  347. package/styles/v-scroll/_bigger.scss +28 -0
  348. package/styles/v-scroll/_bootstrap5.3-definition.scss +49 -0
  349. package/styles/v-scroll/_fluent2-definition.scss +49 -0
  350. package/styles/v-scroll/_fusionnew-definition.scss +49 -0
  351. package/styles/v-scroll/_material3-dark-definition.scss +1 -0
  352. package/styles/v-scroll/_material3-definition.scss +49 -0
  353. package/styles/v-scroll/fluent2.scss +4 -0
  354. package/styles/v-scroll/icons/_bds.scss +27 -0
  355. package/styles/v-scroll/icons/_bootstrap5.3.scss +27 -0
  356. package/styles/v-scroll/icons/_fluent2.scss +27 -0
  357. package/styles/v-scroll/icons/_fusionnew.scss +27 -0
  358. package/styles/v-scroll/icons/_material3-dark.scss +1 -0
  359. package/styles/v-scroll/icons/_material3.scss +27 -0
  360. package/styles/v-scroll/material3-dark.scss +4 -0
  361. package/styles/v-scroll/material3.scss +4 -0
  362. package/tslint.json +111 -111
  363. package/.github/PULL_REQUEST_TEMPLATE/Bug.md +0 -63
  364. package/.github/PULL_REQUEST_TEMPLATE/feature.md +0 -39
  365. package/accordion.d.ts +0 -4
  366. package/accordion.js +0 -4
  367. package/breadcrumb.d.ts +0 -4
  368. package/breadcrumb.js +0 -4
  369. package/carousel.d.ts +0 -4
  370. package/carousel.js +0 -4
  371. package/common.d.ts +0 -4
  372. package/common.js +0 -4
  373. package/context-menu.d.ts +0 -4
  374. package/context-menu.js +0 -4
  375. package/helpers/e2e/accordionHelper.d.ts +0 -56
  376. package/helpers/e2e/contextmenuHelper.d.ts +0 -37
  377. package/helpers/e2e/index.d.ts +0 -7
  378. package/helpers/e2e/menuHelper.d.ts +0 -37
  379. package/helpers/e2e/sidebarHelper.d.ts +0 -94
  380. package/helpers/e2e/tabHelper.d.ts +0 -60
  381. package/helpers/e2e/toolbarHelper.d.ts +0 -60
  382. package/helpers/e2e/treeview.d.ts +0 -50
  383. package/index.d.ts +0 -4
  384. package/index.js +0 -4
  385. package/menu.d.ts +0 -4
  386. package/menu.js +0 -4
  387. package/sidebar.d.ts +0 -4
  388. package/sidebar.js +0 -4
  389. package/src/accordion/accordion.d.ts +0 -440
  390. package/src/accordion/index.d.ts +0 -5
  391. package/src/breadcrumb/breadcrumb.d.ts +0 -255
  392. package/src/breadcrumb/index.d.ts +0 -5
  393. package/src/carousel/carousel.d.ts +0 -338
  394. package/src/carousel/index.d.ts +0 -3
  395. package/src/common/h-scroll.d.ts +0 -105
  396. package/src/common/index.d.ts +0 -9
  397. package/src/common/menu-base.d.ts +0 -526
  398. package/src/common/menu-scroll.d.ts +0 -29
  399. package/src/common/v-scroll.d.ts +0 -106
  400. package/src/context-menu/index.d.ts +0 -5
  401. package/src/index.d.ts +0 -13
  402. package/src/menu/index.d.ts +0 -5
  403. package/src/menu/menu.d.ts +0 -121
  404. package/src/sidebar/index.d.ts +0 -5
  405. package/src/sidebar/sidebar.d.ts +0 -321
  406. package/src/tab/index.d.ts +0 -5
  407. package/src/tab/tab.d.ts +0 -650
  408. package/src/toolbar/index.d.ts +0 -5
  409. package/src/toolbar/toolbar.d.ts +0 -470
  410. package/src/treeview/index.d.ts +0 -5
  411. package/src/treeview/treeview.d.ts +0 -1256
  412. package/tab.d.ts +0 -4
  413. package/tab.js +0 -4
  414. package/toolbar.d.ts +0 -4
  415. package/toolbar.js +0 -4
  416. package/treeview.d.ts +0 -4
  417. package/treeview.js +0 -4
@@ -0,0 +1,1270 @@
1
+ @mixin tab-mob-last-item-margin {
2
+ @media screen and (max-width: 480px) {
3
+ margin: $tab-mob-last-item-margin;
4
+ }
5
+ }
6
+ @mixin tab-mob-close-icon-margin {
7
+ @media screen and (max-width: 480px) {
8
+ margin: $tab-mob-close-icon-margin;
9
+ }
10
+ }
11
+ @include export-module('tab-bigger') {
12
+ .e-bigger .e-tab,
13
+ .e-tab.e-bigger {
14
+
15
+ .e-tab-header {
16
+ height: $tab-big-height;
17
+ min-height: $tab-big-height;
18
+
19
+ .e-toolbar-items {
20
+ height: auto;
21
+ min-height: auto;
22
+
23
+ &:not(.e-tbar-pos) .e-toolbar-item:first-child,
24
+ &:not(.e-tbar-pos) .e-toolbar-item:last-child {
25
+ margin: $tab-big-first-item-margin;
26
+
27
+ @media screen and (max-width: 480px) {
28
+ margin: $tab-nrml-first-item-margin;
29
+ }
30
+ }
31
+
32
+ &:not(.e-tbar-pos) .e-toolbar-item:last-child {
33
+ padding-bottom: $tab-big-boot-active-item-padding-bottom;
34
+ @include tab-mob-last-item-margin;
35
+ }
36
+
37
+ .e-indicator + .e-toolbar-item:last-child.e-active {
38
+ margin: $tab-bgr-active-last-margin;
39
+ }
40
+ }
41
+
42
+ .e-toolbar-items.e-hscroll {
43
+
44
+ &:not(.e-tbar-pos) .e-toolbar-item:last-child {
45
+ margin: $tab-big-scroll-last-item-margin;
46
+ @include tab-mob-last-item-margin;
47
+
48
+ &.e-active {
49
+ margin: $tab-big-active-last-item-margin;
50
+ }
51
+ }
52
+
53
+ .e-scroll-nav {
54
+ width: $tab-bgr-hscroll-items-nav-width;
55
+ }
56
+ }
57
+
58
+ .e-toolbar-item {
59
+
60
+ &:not(.e-separator) {
61
+ height: $tab-big-height;
62
+ margin: $tab-big-item-margin;
63
+ min-height: $tab-big-height;
64
+ min-width: auto;
65
+ padding: $tab-big-item-padding;
66
+
67
+ @media screen and (max-width: 480px) {
68
+ margin: $tab-nrml-item-margin;
69
+ }
70
+ }
71
+
72
+ &:not(.e-separator).e-itop,
73
+ &:not(.e-separator).e-ibottom {
74
+ height: $tab-big-icon-top-bottom-item-height;
75
+ min-height: $tab-big-icon-top-bottom-item-height;
76
+ }
77
+
78
+ .e-tab-wrap {
79
+ height: $tab-big-height;
80
+ padding: $tab-big-wrap-padding;
81
+
82
+ @media screen and (max-width: 480px) {
83
+ padding: $tab-mob-wrap-padding;
84
+ }
85
+ }
86
+
87
+ .e-text-wrap {
88
+ height: $tab-bgr-item-textwrap-height;
89
+ }
90
+
91
+ .e-tab-text {
92
+ font-size: $tab-big-font-size;
93
+ margin-bottom: $tab-bgr-item-text-margin-bottom;
94
+ }
95
+
96
+ &.e-ileft:not(.e-icon) .e-tab-icon::before {
97
+ position: relative;
98
+ top: $tab-item-left-icon-before-top;
99
+ }
100
+
101
+ &.e-active {
102
+ margin: $tab-big-boot-item-margin;
103
+ padding-bottom: $tab-big-boot-active-item-padding-bottom;
104
+
105
+ @media screen and (max-width: 480px) {
106
+ margin: $tab-mob-boot-item-margin;
107
+ }
108
+
109
+ &.e-ileft:not(.e-icon) .e-tab-icon::before {
110
+ position: relative;
111
+ top: $tab-item-left-icon-before-top;
112
+ }
113
+
114
+ .e-text-wrap {
115
+ height: $tab-bgr-item-textwrap-height;
116
+ margin-top: $tab-active-text-container-margin;
117
+ }
118
+
119
+ &.e-ileft .e-text-wrap,
120
+ &.e-iright .e-text-wrap {
121
+ height: $tab-bgr-item-textwrap-height;
122
+ }
123
+ }
124
+
125
+ .e-icons.e-close-icon {
126
+ cursor: pointer;
127
+ margin: $tab-big-close-icon-margin;
128
+ @include tab-mob-close-icon-margin;
129
+ }
130
+
131
+ .e-icons.e-close-icon,
132
+ .e-close-icon::before {
133
+ font-size: $tab-big-close-icon-size;
134
+
135
+ @media screen and (max-width: 480px) {
136
+ font-size: $tab-mob-close-icon-size;
137
+ }
138
+ }
139
+
140
+ .e-icons.e-tab-icon {
141
+ height: $tab-big-icon-container-size;
142
+ min-width: $tab-big-icon-container-size;
143
+ width: $tab-big-icon-container-size;
144
+ line-height: $tab-bgr-icon-line-height;
145
+ }
146
+
147
+ .e-tab-icon,
148
+ .e-tab-icon::before {
149
+ font-size: $tab-big-icon-size;
150
+ }
151
+
152
+ &.e-icon {
153
+
154
+ .e-tab-wrap {
155
+ padding: $tab-big-io-wrap-padding;
156
+ }
157
+ }
158
+
159
+ .e-icon-right {
160
+ margin: 0 0 0 12px;
161
+
162
+ @media screen and (max-width: 480px) {
163
+ margin: $tab-bgr-mob-item-iconright-margin;
164
+ }
165
+ }
166
+
167
+ .e-icon-left + .e-tab-text {
168
+ margin: $tab-big-it-text-margin;
169
+
170
+ @media screen and (max-width: 480px) {
171
+ margin: $tab-mob-it-text-margin;
172
+ }
173
+ }
174
+
175
+ &.e-itop,
176
+ &.e-ibottom {
177
+ height: $tab-big-icon-top-bottom-item-height;
178
+
179
+ .e-tab-wrap {
180
+ height: $tab-big-icon-top-bottom-item-height;
181
+
182
+ &:focus .e-text-wrap {
183
+ height: auto;
184
+ }
185
+ }
186
+
187
+ &.e-active .e-tab-wrap {
188
+ height: $tab-big-icon-top-bottom-item-height;
189
+
190
+ &:focus .e-text-wrap {
191
+ height: auto;
192
+ }
193
+ }
194
+
195
+ .e-close-icon {
196
+ right: $tab-big-close-icon-top-bottom-right;
197
+ }
198
+ }
199
+
200
+ &.e-itop .e-tab-text {
201
+ margin: $tab-big-icon-top-margin;
202
+ }
203
+
204
+ &.e-ibottom .e-tab-text {
205
+ margin: $tab-big-icon-bottom-margin;
206
+ }
207
+ }
208
+
209
+ &.e-close-show {
210
+
211
+ .e-toolbar-item.e-itop .e-text-wrap,
212
+ .e-toolbar-item.e-ibottom .e-text-wrap {
213
+ margin-right: $tab-big-text-container-margin-right;
214
+ }
215
+ }
216
+
217
+ .e-toolbar-pop {
218
+
219
+ .e-toolbar-item {
220
+ height: $tab-big-pop-item-height;
221
+ min-height: $tab-big-pop-item-height;
222
+
223
+ @if ($skin-name == 'fluent2') {
224
+ &:not(.e-separator) {
225
+ margin: 1px 6px;
226
+ }
227
+ }
228
+
229
+ .e-tab-wrap {
230
+ height: $tab-big-pop-item-height;
231
+ padding: $tab-big-pop-item-wrap-padding;
232
+
233
+ @media screen and (max-width: 480px) {
234
+ padding: $tab-mob-pop-item-wrap-padding;
235
+ }
236
+ }
237
+
238
+ .e-text-wrap {
239
+ height: $tab-bgr-pop-item-textwrap-height;
240
+ }
241
+
242
+ .e-tab-text + .e-close-icon[style = 'display:block'] {
243
+ padding-right: $tab-big-pop-text-padding-right;
244
+
245
+ @media screen and (max-width: 480px) {
246
+ padding-right: 0;
247
+ }
248
+ }
249
+
250
+ .e-close-icon {
251
+ margin: 0 0 0 8px;
252
+ }
253
+
254
+ .e-close-icon::before {
255
+ top: $tab-big-pop-close-top;
256
+ }
257
+
258
+ &.e-itop,
259
+ &.e-ibottom {
260
+
261
+ .e-close-icon {
262
+ right: $tab-big-pop-close-icon-top-bottom-right;
263
+ }
264
+ }
265
+
266
+ &.e-itop:not(.e-separator),
267
+ &.e-ibottom:not(.e-separator) {
268
+ min-height: $tab-pop-big-icon-top-bottom-item-height;
269
+
270
+ @media screen and (max-width: 480px) {
271
+ min-height: $tab-pop-big-icon-top-bottom-item-height;
272
+ }
273
+ }
274
+
275
+ &.e-itop,
276
+ &.e-itop .e-tab-wrap,
277
+ &.e-ibottom,
278
+ &.e-ibottom .e-tab-wrap {
279
+ height: $tab-pop-big-icon-top-bottom-item-height;
280
+
281
+ @media screen and (max-width: 480px) {
282
+ height: $tab-pop-big-icon-top-bottom-item-height;
283
+ }
284
+ }
285
+
286
+ &.e-itop .e-tab-text,
287
+ &.e-ibottom .e-tab-text {
288
+ margin: 0;
289
+ padding-left: 0;
290
+ padding-right: 12px;
291
+
292
+ @media screen and (max-width: 480px) {
293
+ margin: 0;
294
+ padding-left: 0;
295
+ padding-right: 0;
296
+ }
297
+ }
298
+ }
299
+ }
300
+
301
+ .e-scroll-nav {
302
+ height: $tab-big-height;
303
+ min-height: $tab-big-height;
304
+ padding: $tab-big-nav-right-icon-padding;
305
+
306
+ @media screen and (max-width: 480px) {
307
+ padding: $tab-mob-nav-right-icon-padding;
308
+ }
309
+
310
+ &.e-scroll-right-nav {
311
+ padding: $tab-big-nav-right-icon-padding;
312
+ }
313
+
314
+ &.e-scroll-left-nav {
315
+ padding: $tab-big-nav-left-icon-padding;
316
+ }
317
+
318
+ .e-nav-arrow {
319
+ font-size: $tab-big-nav-icon-size;
320
+ height: $tab-big-nav-icon-container-size;
321
+ line-height: $tab-big-nav-icon-container-size;
322
+ width: $tab-big-nav-icon-container-size;
323
+
324
+ @media screen and (max-width: 480px) {
325
+ font-size: $tab-big-nav-icon-size;
326
+ height: $tab-big-nav-icon-container-size;
327
+ line-height: $tab-big-nav-icon-container-size;
328
+ width: $tab-big-nav-icon-container-size;
329
+ }
330
+ }
331
+
332
+ .e-nav-left-arrow,
333
+ .e-nav-right-arrow {
334
+
335
+ &::before {
336
+ font-size: $tab-big-nav-icon-size;
337
+ line-height: $tab-big-nav-icon-container-size;
338
+ top: $tab-bgr-scroll-nav-arrow-before-top;
339
+ vertical-align: initial;
340
+ }
341
+ }
342
+ }
343
+
344
+ &.e-vertical {
345
+ .e-hor-nav {
346
+ .e-popup-up-icon,
347
+ .e-popup-down-icon {
348
+ height: 100%;
349
+ width: 100%;
350
+ }
351
+ }
352
+ }
353
+
354
+ .e-hor-nav {
355
+ height: $tab-big-height;
356
+ min-height: $tab-big-height;
357
+ padding: $tab-big-nav-right-icon-padding;
358
+
359
+ @media screen and (max-width: 480px) {
360
+ padding: $tab-mob-nav-right-icon-padding;
361
+ }
362
+
363
+ .e-popup-up-icon,
364
+ .e-popup-down-icon {
365
+ font-size: $tab-big-nav-icon-size;
366
+ height: $tab-big-nav-icon-container-size;
367
+ line-height: $tab-big-nav-icon-container-size;
368
+ width: $tab-big-nav-icon-container-size;
369
+
370
+ @media screen and (max-width: 480px) {
371
+ font-size: $tab-big-nav-icon-size;
372
+ height: $tab-big-nav-icon-container-size;
373
+ line-height: $tab-big-nav-icon-container-size;
374
+ width: $tab-big-nav-icon-container-size;
375
+ }
376
+
377
+ &::before {
378
+ font-size: $tab-big-nav-icon-size;
379
+ line-height: $tab-big-nav-icon-container-size;
380
+ top: 0;
381
+ vertical-align: initial;
382
+
383
+ @media screen and (max-width: 480px) {
384
+ font-size: $tab-mob-nav-icon-size;
385
+ }
386
+ }
387
+
388
+ &:hover {
389
+ line-height: $tab-bgr-hor-pop-lineheight;
390
+
391
+ &::before {
392
+ line-height: $tab-bgr-hor-pop-lineheight;
393
+ top: 0;
394
+ }
395
+ }
396
+ }
397
+
398
+ &:focus {
399
+
400
+ .e-popup-up-icon,
401
+ .e-popup-down-icon {
402
+ line-height: $tab-bgr-hor-pop-lineheight;
403
+
404
+ &::before {
405
+ line-height: $tab-bgr-hor-pop-lineheight;
406
+ top: 0;
407
+ }
408
+
409
+ &:hover {
410
+ line-height: $tab-bgr-hor-pop-lineheight;
411
+ top: $tab-bgr-hor-focus-pop-hover-top;
412
+ }
413
+ }
414
+ }
415
+ }
416
+
417
+ .e-hor-nav.e-ie-align,
418
+ .e-scroll-nav.e-ie-align {
419
+
420
+ .e-popup-up-icon,
421
+ .e-popup-down-icon {
422
+ line-height: $tab-big-ie-pop-icon-line-height;
423
+ }
424
+
425
+ .e-nav-left-arrow,
426
+ .e-nav-right-arrow {
427
+ line-height: $tab-big-ie-nav-icon-line-height;
428
+ }
429
+ }
430
+
431
+ &.e-horizontal-bottom {
432
+
433
+ .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child.e-active {
434
+ margin: $tab-big-even-last-item-margin;
435
+ }
436
+
437
+ .e-toolbar-item {
438
+
439
+ &.e-active {
440
+ margin: $tab-big-even-boot-item-margin;
441
+ padding-bottom: 0;
442
+
443
+ @media screen and (max-width: 480px) {
444
+ margin: $tab-mob-even-boot-item-margin;
445
+ }
446
+
447
+ .e-tab-text {
448
+ padding-top: $tab-big-even-boot-active-item-padding-bottom;
449
+ }
450
+
451
+ .e-close-icon::before {
452
+ top: $tab-bgr-bottom-active-close-top;
453
+ }
454
+
455
+ &.e-itop .e-close-icon::before,
456
+ &.e-ibottom .e-close-icon::before {
457
+ top: $tab-bgr-bottom-active-itop-close-top;
458
+ }
459
+ }
460
+
461
+ &.e-active:last-child {
462
+ margin: $tab-big-even-last-item-margin;
463
+ padding-bottom: 0;
464
+
465
+ @media screen and (max-width: 480px) {
466
+ margin: $tab-mob-even-last-item-margin;
467
+ }
468
+
469
+ .e-tab-text {
470
+ padding-top: $tab-bgr-bottom-active-text-padding-top;
471
+ }
472
+
473
+ .e-close-icon::before {
474
+ top: $tab-bgr-bottom-active-last-close-top;
475
+ }
476
+ }
477
+
478
+ &.e-itop,
479
+ &.e-ibottom {
480
+ padding-bottom: 0;
481
+ padding-top: 0;
482
+ }
483
+
484
+ &.e-ileft.e-active .e-text-wrap {
485
+ margin: $tab-big-even-ileft-active-text-wrap-margin;
486
+ }
487
+
488
+ &.e-active .e-text-wrap {
489
+ height: $tab-big-even-active-text-container-height;
490
+ padding: 0;
491
+ }
492
+
493
+ &.e-itop.e-active .e-text-wrap,
494
+ &.e-ibottom.e-active .e-text-wrap {
495
+ height: initial;
496
+ }
497
+
498
+ &.e-ileft.e-active {
499
+ height: $tab-big-even-active-text-container-height;
500
+ }
501
+ }
502
+ }
503
+
504
+ &.e-vertical {
505
+ max-width: 150px;
506
+
507
+ &[style *= 'overflow: hidden']::before {
508
+ bottom: $tab-big-vertical-scroll-nav-top-bottom;
509
+ top: $tab-big-vertical-scroll-nav-top-bottom;
510
+
511
+ @media screen and (max-width: 480px) {
512
+ bottom: 0;
513
+ top: 0;
514
+ }
515
+ }
516
+
517
+ .e-toolbar-items {
518
+ height: inherit;
519
+
520
+ &:not(.e-tbar-pos) {
521
+
522
+ .e-toolbar-item:last-child {
523
+ margin: 0;
524
+ }
525
+ }
526
+ }
527
+
528
+ .e-toolbar-items.e-vscroll:not(.e-scroll-device) {
529
+ padding: $tab-vscroll-big-padding;
530
+ }
531
+
532
+ .e-toolbar-item {
533
+
534
+ .e-tab-wrap {
535
+ padding: $tab-big-v-wrap-padding;
536
+ }
537
+
538
+ &.e-itop,
539
+ &.e-ibottom {
540
+
541
+ .e-close-icon {
542
+ right: $tab-v-big-close-icon-top-bottom-right;
543
+ }
544
+ }
545
+
546
+ &.e-ileft.e-icon {
547
+ min-height: $tab-bgr-vertical-icon-min-height;
548
+ min-width: $tab-bgr-vertical-icon-min-width;
549
+ }
550
+ }
551
+
552
+ .e-scroll-nav {
553
+ height: $tab-big-vertical-nav-arrow-size;
554
+ min-height: $tab-big-vertical-nav-arrow-size;
555
+
556
+ .e-nav-arrow {
557
+ font-size: $tab-big-vertical-nav-arrow-font-size;
558
+ height: $tab-big-vertical-nav-arrow-size;
559
+ line-height: $tab-big-vertical-nav-arrow-size;
560
+ width: $tab-big-vertical-nav-arrow-size;
561
+ }
562
+ }
563
+
564
+ .e-hor-nav {
565
+ padding: $tab-big-wrap-padding;
566
+
567
+ .e-popup-up-icon,
568
+ .e-popup-down-icon {
569
+
570
+ &::before {
571
+ line-height: $tab-big-more-btn-line-height;
572
+ }
573
+
574
+ &::after {
575
+ font-size: $tab-big-font-size;
576
+ line-height: $tab-big-more-btn-line-height;
577
+ margin: $tab-pop-more-icon-margin;
578
+ }
579
+ }
580
+ }
581
+
582
+ &.e-toolpop {
583
+
584
+ .e-toolbar-items {
585
+ height: auto;
586
+ }
587
+ }
588
+ }
589
+ }
590
+
591
+ &.e-vertical-icon {
592
+
593
+ > .e-tab-header {
594
+ height: $tab-big-tb-icon-height;
595
+ min-height: $tab-big-tb-icon-height;
596
+
597
+ > .e-toolbar-items {
598
+ height: $tab-big-tb-icon-height;
599
+ }
600
+
601
+ .e-scroll-nav {
602
+ height: $tab-big-icon-top-bottom-item-height;
603
+ }
604
+
605
+ .e-hor-nav {
606
+ height: $tab-big-icon-top-bottom-item-height;
607
+
608
+ .e-popup-up-icon::before,
609
+ .e-popup-down-icon::before {
610
+
611
+ @media screen and (max-width: 480px) {
612
+ font-size: $tab-mob-nav-vicon-size;
613
+ }
614
+ }
615
+ }
616
+ }
617
+
618
+ &.e-vertical-tab {
619
+
620
+ .e-tab-header.e-vertical {
621
+
622
+ .e-toolbar-items {
623
+ height: inherit;
624
+ }
625
+
626
+ .e-scroll-nav {
627
+ height: $tab-big-vertical-nav-arrow-size;
628
+ }
629
+ }
630
+ }
631
+ }
632
+
633
+ &.e-focused {
634
+
635
+ .e-tab-header {
636
+
637
+ .e-toolbar-item {
638
+
639
+ .e-tab-wrap:focus {
640
+ height: $tab-big-height;
641
+ }
642
+
643
+ .e-tab-wrap:focus .e-text-wrap {
644
+ height: $tab-bgr-item-textwrap-height;
645
+ }
646
+
647
+ &.e-itop,
648
+ &.e-ibottom {
649
+
650
+ .e-tab-wrap:focus {
651
+ height: $tab-big-focus-icon-top-bottom-item-height;
652
+
653
+ .e-text-wrap {
654
+ height: auto;
655
+ }
656
+ }
657
+
658
+ &.e-active .e-tab-wrap:focus .e-text-wrap {
659
+ height: auto;
660
+ }
661
+ }
662
+ }
663
+
664
+ .e-toolbar-pop {
665
+
666
+ .e-toolbar-item {
667
+
668
+ .e-tab-wrap:focus {
669
+ height: $tab-big-pop-item-height;
670
+
671
+ .e-text-wrap {
672
+ height: $tab-bgr-pop-item-textwrap-height;
673
+ }
674
+ }
675
+
676
+ &.e-itop .e-tab-wrap:focus,
677
+ &.e-ibottom .e-tab-wrap:focus {
678
+ height: $tab-big-height;
679
+ }
680
+ }
681
+ }
682
+
683
+ &.e-horizontal-bottom {
684
+
685
+ .e-toolbar-item {
686
+
687
+ &.e-active {
688
+
689
+ .e-tab-wrap:focus .e-text-wrap {
690
+ height: $tab-bgr-item-textwrap-height;
691
+ padding: 0;
692
+ }
693
+
694
+ &.e-ileft {
695
+ height: $tab-big-even-active-text-container-height;
696
+ }
697
+ }
698
+ }
699
+ }
700
+ }
701
+ }
702
+
703
+ &.e-ie .e-tab-header {
704
+
705
+ .e-hor-nav.e-ie-align,
706
+ .e-scroll-nav.e-ie-align {
707
+
708
+ .e-popup-up-icon,
709
+ .e-popup-down-icon {
710
+ line-height: $tab-big-ie-pop-icon-line-height;
711
+ }
712
+
713
+ .e-nav-left-arrow,
714
+ .e-nav-right-arrow {
715
+ line-height: $tab-big-ie-nav-icon-line-height;
716
+ }
717
+ }
718
+ }
719
+
720
+ &.e-edge .e-tab-header {
721
+
722
+ .e-hor-nav.e-ie-align,
723
+ .e-scroll-nav.e-ie-align {
724
+
725
+ .e-popup-up-icon,
726
+ .e-popup-down-icon {
727
+ line-height: $tab-big-edge-pop-icon-line-height;
728
+ }
729
+
730
+ .e-nav-left-arrow,
731
+ .e-nav-right-arrow {
732
+ line-height: $tab-big-edge-nav-icon-line-height;
733
+ }
734
+ }
735
+ }
736
+
737
+ &.e-safari .e-tab-header {
738
+
739
+ .e-close-icon::before {
740
+ top: $tab-big-safari-close-icon-top;
741
+ }
742
+
743
+ .e-hor-nav,
744
+ .e-scroll-nav {
745
+
746
+ .e-popup-up-icon::before,
747
+ .e-popup-down-icon::before {
748
+ top: 0;
749
+ }
750
+
751
+ .e-nav-left-arrow::before,
752
+ .e-nav-right-arrow::before {
753
+ top: 0;
754
+ }
755
+ }
756
+ }
757
+
758
+ &.e-rtl {
759
+
760
+ .e-tab-header {
761
+
762
+ &.e-horizontal-bottom {
763
+
764
+ .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:not(.e-separator) {
765
+ margin: $tab-bgr-rtl-bottom-item-margin;
766
+
767
+ &.e-active {
768
+ margin: $tab-bgr-rtl-bottom-active-margin;
769
+ }
770
+ }
771
+ }
772
+ }
773
+ }
774
+
775
+ &.e-fill {
776
+
777
+ .e-tab-header {
778
+ height: $tab-big-fill-height;
779
+ min-height: $tab-big-fill-height;
780
+
781
+ @media screen and (max-width: 480px) {
782
+ height: $tab-mob-fill-height;
783
+ min-height: $tab-mob-fill-height;
784
+ }
785
+
786
+ .e-toolbar-items {
787
+ height: auto;
788
+ min-height: $tab-big-fill-height;
789
+
790
+ @media screen and (max-width: 480px) {
791
+ min-height: $tab-mob-fill-height;
792
+ }
793
+ }
794
+
795
+ .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
796
+ .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
797
+ margin: $tab-big-alt-first-item-margin;
798
+ padding: $tab-bgr-fill-active-item-padding;
799
+ }
800
+
801
+ .e-toolbar-item {
802
+
803
+ &:not(.e-separator) {
804
+ height: $tab-big-fill-height;
805
+ margin: $tab-alt-item-margin;
806
+ min-height: $tab-big-fill-height;
807
+ padding: $tab-bgr-fill-active-item-padding;
808
+
809
+ @media screen and (max-width: 480px) {
810
+ height: $tab-mob-fill-height;
811
+ min-height: $tab-mob-fill-height;
812
+ }
813
+ }
814
+
815
+ &:not(.e-separator).e-itop,
816
+ &:not(.e-separator).e-ibottom {
817
+ height: $tab-big-fill-icon-top-bottom-item-height;
818
+ min-height: $tab-big-fill-icon-top-bottom-item-height;
819
+ }
820
+
821
+ .e-tab-wrap {
822
+ height: $tab-big-fill-height;
823
+ padding: $tab-fill-big-wrap-padding;
824
+
825
+ @media screen and (max-width: 480px) {
826
+ height: $tab-mob-fill-height;
827
+ padding: $tab-fill-big-wrap-padding;
828
+ }
829
+ }
830
+
831
+ .e-text-wrap {
832
+ height: $tab-bgr-fill-item-textwrap-height;
833
+
834
+ @media screen and (max-width: 480px) {
835
+ height: $tab-mob-fill-height;
836
+ }
837
+ }
838
+
839
+ &.e-active {
840
+ padding: $tab-bgr-fill-active-item-padding;
841
+
842
+ .e-tab-wrap {
843
+ margin-bottom: $tab-fill-big-active-item-wrap-margin-bottom;
844
+ }
845
+
846
+ .e-text-wrap {
847
+ height: $tab-bgr-fill-item-textwrap-height;
848
+
849
+ @media screen and (max-width: 480px) {
850
+ height: $tab-mob-fill-height;
851
+ }
852
+ }
853
+
854
+ &.e-ileft .e-text-wrap,
855
+ &.e-iright .e-text-wrap {
856
+ height: $tab-bgr-fill-active-ileft-textwrap-height;
857
+
858
+ @media screen and (max-width: 480px) {
859
+ height: $tab-fill-big-active-it-text-container-height;
860
+ }
861
+ }
862
+ }
863
+
864
+ &.e-itop .e-tab-wrap,
865
+ &.e-ibottom .e-tab-wrap {
866
+ height: $tab-big-fill-icon-top-bottom-item-height;
867
+ }
868
+ }
869
+
870
+ .e-toolbar-pop {
871
+
872
+ .e-toolbar-item.e-itop:not(.e-separator),
873
+ .e-toolbar-item.e-ibottom:not(.e-separator) {
874
+ height: auto;
875
+ }
876
+ }
877
+
878
+ &.e-vertical {
879
+
880
+ .e-toolbar-items {
881
+
882
+ .e-toolbar-item {
883
+
884
+ .e-tab-wrap {
885
+ padding: $tab-big-v-wrap-padding;
886
+ }
887
+ }
888
+ }
889
+ }
890
+
891
+ &.e-horizontal-bottom {
892
+
893
+ .e-toolbar-item.e-active .e-text-wrap {
894
+ height: $tab-fill-big-even-active-text-height;
895
+ }
896
+
897
+ .e-toolbar-item.e-itop .e-text-wrap,
898
+ .e-toolbar-item.e-ibottom .e-text-wrap {
899
+ height: auto;
900
+ }
901
+
902
+ .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap,
903
+ .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap {
904
+ height: $tab-big-fill-tb-wrap-height;
905
+ }
906
+ }
907
+ }
908
+
909
+ &.e-focused {
910
+
911
+ .e-tab-header {
912
+
913
+ .e-toolbar-item {
914
+
915
+ .e-tab-wrap:focus {
916
+ height: $tab-focus-big-fill-height;
917
+ }
918
+
919
+ .e-tab-wrap:focus .e-text-wrap {
920
+ height: $tab-bgr-fill-focused-wrap-height;
921
+ }
922
+
923
+ &.e-active .e-tab-wrap:focus {
924
+
925
+ .e-text-wrap {
926
+ height: $tab-bgr-fill-focused-wrap-height;
927
+ }
928
+ }
929
+
930
+ &.e-itop .e-tab-wrap:focus,
931
+ &.e-ibottom .e-tab-wrap:focus {
932
+ height: $tab-big-focus-fill-icon-top-bottom-item-height;
933
+
934
+ .e-text-wrap {
935
+ height: auto;
936
+
937
+ @media screen and (max-width: 480px) {
938
+ height: auto;
939
+ }
940
+ }
941
+ }
942
+ }
943
+ }
944
+ }
945
+
946
+ &.e-rtl .e-tab-header {
947
+
948
+ .e-toolbar-item:not(.e-separator) {
949
+ margin: $tab-big-rtl-alt-item-margin;
950
+ }
951
+ }
952
+
953
+ &.e-vertical-icon {
954
+
955
+ > .e-tab-header {
956
+ height: $tab-big-tb-icon-height - 2;
957
+ min-height: $tab-big-tb-icon-height - 2;
958
+ }
959
+ }
960
+ }
961
+
962
+ &.e-background {
963
+
964
+ .e-tab-header {
965
+
966
+ .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
967
+ .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
968
+ margin: $tab-big-alt-first-item-margin;
969
+ padding: $tab-bgr-background-active-padding;
970
+ }
971
+
972
+ .e-toolbar-item {
973
+
974
+ &:not(.e-separator) {
975
+ padding: $tab-bgr-background-active-padding;
976
+ }
977
+
978
+ .e-tab-wrap {
979
+ padding: $tab-bg-big-wrap-padding;
980
+
981
+ @media screen and (max-width: 480px) {
982
+ padding: $tab-bg-big-wrap-padding;
983
+ }
984
+ }
985
+
986
+ &.e-active {
987
+ padding: $tab-bgr-background-active-padding;
988
+
989
+ .e-tab-wrap {
990
+ margin-bottom: $tab-bg-big-active-item-wrap-margin-bottom;
991
+ }
992
+ }
993
+ }
994
+
995
+ &.e-vertical {
996
+
997
+ .e-toolbar-items {
998
+
999
+ .e-toolbar-item {
1000
+
1001
+ .e-tab-wrap {
1002
+ padding: $tab-big-v-wrap-padding;
1003
+ }
1004
+ }
1005
+ }
1006
+ }
1007
+ }
1008
+
1009
+ &.e-rtl .e-tab-header {
1010
+
1011
+ .e-toolbar-item:not(.e-separator) {
1012
+ margin: $tab-big-rtl-alt-item-margin;
1013
+ }
1014
+ }
1015
+ }
1016
+
1017
+ &.e-rtl {
1018
+
1019
+ .e-tab-header {
1020
+
1021
+ .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
1022
+ .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
1023
+ margin: $tab-big-rtl-item-margin;
1024
+ }
1025
+
1026
+ .e-toolbar-item:not(.e-separator) {
1027
+ margin: $tab-big-rtl-item-margin;
1028
+
1029
+ .e-icon-right {
1030
+ margin: $tab-bgr-rtl-icon-right-margin;
1031
+ }
1032
+
1033
+ .e-icon-left + .e-tab-text {
1034
+ margin: $tab-rtl-big-it-text-margin;
1035
+
1036
+ @media screen and (max-width: 480px) {
1037
+ margin: $tab-rtl-mob-it-text-margin;
1038
+ }
1039
+ }
1040
+
1041
+ .e-icons.e-close-icon {
1042
+ margin: $tab-rtl-big-close-icon-margin;
1043
+
1044
+ @media screen and (max-width: 480px) {
1045
+ margin: $tab-rtl-mob-close-icon-margin;
1046
+ }
1047
+ }
1048
+
1049
+ &.e-itop .e-close-icon,
1050
+ &.e-ibottom .e-close-icon {
1051
+ left: $tab-rtl-big-close-icon-top-bottom-left;
1052
+ right: auto;
1053
+ }
1054
+ }
1055
+
1056
+ &.e-close-show {
1057
+
1058
+ .e-toolbar-item.e-itop .e-text-wrap,
1059
+ .e-toolbar-item.e-ibottom .e-text-wrap {
1060
+ margin-left: $tab-rtl-big-text-container-margin-left;
1061
+ margin-right: $tab-rtl-big-text-container-margin-right;
1062
+ }
1063
+ }
1064
+
1065
+ .e-toolbar-pop {
1066
+
1067
+ .e-toolbar-item {
1068
+ margin: 0;
1069
+
1070
+ .e-tab-text {
1071
+ padding-left: $tab-rtl-big-pop-text-padding-left;
1072
+ padding-right: 0;
1073
+
1074
+ @media screen and (max-width: 480px) {
1075
+ padding-left: 0;
1076
+ }
1077
+ }
1078
+
1079
+ .e-icons.e-close-icon {
1080
+ margin: $tab-rtl-big-pop-close-icon-margin;
1081
+ }
1082
+
1083
+ &.e-itop,
1084
+ &.e-ibottom {
1085
+
1086
+ .e-close-icon {
1087
+ left: $tab-rtl-big-pop-close-icon-top-bottom-left;
1088
+ right: auto;
1089
+ }
1090
+ }
1091
+
1092
+ &.e-itop .e-tab-text,
1093
+ &.e-ibottom .e-tab-text {
1094
+ margin: 0;
1095
+ padding-left: 12px;
1096
+ padding-right: 0;
1097
+
1098
+ @media screen and (max-width: 480px) {
1099
+ margin: 0;
1100
+ padding-left: 0;
1101
+ padding-right: 0;
1102
+ }
1103
+ }
1104
+ }
1105
+ }
1106
+
1107
+ .e-hor-nav,
1108
+ .e-scroll-right-nav {
1109
+ padding: $tab-rtl-big-nav-right-icon-padding;
1110
+ }
1111
+
1112
+ .e-scroll-left-nav {
1113
+ padding: $tab-rtl-big-nav-left-icon-padding;
1114
+ }
1115
+
1116
+ &.e-vertical {
1117
+
1118
+ .e-toolbar-item {
1119
+
1120
+ &:not(.e-separator) {
1121
+ margin: 0;
1122
+ }
1123
+
1124
+ &.e-itop,
1125
+ &.e-ibottom {
1126
+
1127
+ .e-close-icon {
1128
+ left: $tab-v-rtl-big-close-icon-top-bottom-left;
1129
+ }
1130
+ }
1131
+ }
1132
+
1133
+ .e-hor-nav {
1134
+ padding: $tab-big-wrap-padding;
1135
+ }
1136
+
1137
+ .e-popup-up-icon,
1138
+ .e-popup-down-icon {
1139
+
1140
+ &::after {
1141
+ margin: $tab-rtl-pop-more-icon-margin;
1142
+ }
1143
+ }
1144
+ }
1145
+ }
1146
+ }
1147
+ }
1148
+
1149
+ .e-bigger .e-tab-clone-element {
1150
+
1151
+ &:not(.e-separator) {
1152
+ height: $tab-big-height;
1153
+ margin: $tab-big-item-margin;
1154
+ min-height: $tab-big-height;
1155
+ min-width: auto;
1156
+ padding: $tab-big-item-padding;
1157
+
1158
+ @media screen and (max-width: 480px) {
1159
+ margin: $tab-nrml-item-margin;
1160
+ }
1161
+ }
1162
+
1163
+ &:not(.e-separator).e-itop,
1164
+ &:not(.e-separator).e-ibottom {
1165
+ height: $tab-big-icon-top-bottom-item-height;
1166
+ min-height: $tab-big-icon-top-bottom-item-height;
1167
+ }
1168
+
1169
+ .e-tab-wrap {
1170
+ height: $tab-big-height;
1171
+ padding: $tab-big-wrap-padding;
1172
+
1173
+ @media screen and (max-width: 480px) {
1174
+ padding: $tab-mob-wrap-padding;
1175
+ }
1176
+ }
1177
+
1178
+ .e-text-wrap {
1179
+ height: $tab-bgr-item-textwrap-height;
1180
+ }
1181
+
1182
+ .e-tab-text {
1183
+ font-size: $tab-big-font-size;
1184
+ align-self: auto;
1185
+ }
1186
+
1187
+ .e-icons.e-close-icon {
1188
+ cursor: pointer;
1189
+ margin: $tab-big-close-icon-margin;
1190
+ @include tab-mob-close-icon-margin;
1191
+ }
1192
+
1193
+ .e-icons.e-close-icon,
1194
+ .e-close-icon::before {
1195
+ font-size: $tab-big-close-icon-size;
1196
+
1197
+ @media screen and (max-width: 480px) {
1198
+ font-size: $tab-mob-close-icon-size;
1199
+ }
1200
+ }
1201
+
1202
+ .e-icons.e-tab-icon {
1203
+ height: $tab-big-icon-container-size;
1204
+ min-width: $tab-big-icon-container-size;
1205
+ width: $tab-big-icon-container-size;
1206
+ line-height: $tab-bgr-icon-line-height;
1207
+ }
1208
+
1209
+ .e-tab-icon,
1210
+ .e-tab-icon::before {
1211
+ font-size: $tab-big-icon-size;
1212
+ }
1213
+
1214
+ &.e-icon {
1215
+
1216
+ .e-tab-wrap {
1217
+ padding: $tab-big-io-wrap-padding;
1218
+ }
1219
+ }
1220
+
1221
+ .e-icon-right {
1222
+ margin: 0 0 0 12px;
1223
+
1224
+ @media screen and (max-width: 480px) {
1225
+ margin: $tab-bgr-mob-item-iconright-margin;
1226
+ }
1227
+ }
1228
+
1229
+ .e-icon-left + .e-tab-text {
1230
+ margin: $tab-big-it-text-margin;
1231
+
1232
+ @media screen and (max-width: 480px) {
1233
+ margin: $tab-mob-it-text-margin;
1234
+ }
1235
+ }
1236
+
1237
+ &.e-itop,
1238
+ &.e-ibottom {
1239
+ height: $tab-big-icon-top-bottom-item-height;
1240
+
1241
+ .e-tab-wrap {
1242
+ height: $tab-big-icon-top-bottom-item-height;
1243
+
1244
+ &:focus .e-text-wrap {
1245
+ height: auto;
1246
+ }
1247
+ }
1248
+
1249
+ &.e-active .e-tab-wrap {
1250
+ height: $tab-big-icon-top-bottom-item-height;
1251
+
1252
+ &:focus .e-text-wrap {
1253
+ height: auto;
1254
+ }
1255
+ }
1256
+
1257
+ .e-close-icon {
1258
+ right: $tab-big-close-icon-top-bottom-right;
1259
+ }
1260
+ }
1261
+
1262
+ &.e-itop .e-tab-text {
1263
+ margin: $tab-big-icon-top-margin;
1264
+ }
1265
+
1266
+ &.e-ibottom .e-tab-text {
1267
+ margin: $tab-big-icon-bottom-margin;
1268
+ }
1269
+ }
1270
+ }