@syncfusion/ej2-navigations 25.2.6 → 26.1.35-750253

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 (642) hide show
  1. package/.eslintrc.json +3 -2
  2. package/dist/ej2-navigations.min.js +2 -2
  3. package/dist/ej2-navigations.umd.min.js +2 -2
  4. package/dist/ej2-navigations.umd.min.js.map +1 -1
  5. package/dist/es6/ej2-navigations.es2015.js +1311 -1106
  6. package/dist/es6/ej2-navigations.es2015.js.map +1 -1
  7. package/dist/es6/ej2-navigations.es5.js +960 -740
  8. package/dist/es6/ej2-navigations.es5.js.map +1 -1
  9. package/dist/global/ej2-navigations.min.js +2 -2
  10. package/dist/global/ej2-navigations.min.js.map +1 -1
  11. package/dist/global/index.d.ts +1 -1
  12. package/package.json +12 -12
  13. package/src/accordion/accordion.d.ts +0 -3
  14. package/src/accordion/accordion.js +5 -5
  15. package/src/appbar/appbar.js +1 -1
  16. package/src/breadcrumb/breadcrumb-model.d.ts +7 -0
  17. package/src/breadcrumb/breadcrumb.d.ts +6 -0
  18. package/src/breadcrumb/breadcrumb.js +20 -6
  19. package/src/carousel/carousel.d.ts +1 -0
  20. package/src/carousel/carousel.js +12 -9
  21. package/src/common/menu-base.js +21 -13
  22. package/src/sidebar/sidebar-model.d.ts +5 -6
  23. package/src/sidebar/sidebar.d.ts +8 -6
  24. package/src/sidebar/sidebar.js +2 -3
  25. package/src/stepper/stepper-model.d.ts +7 -1
  26. package/src/stepper/stepper.d.ts +7 -3
  27. package/src/stepper/stepper.js +141 -76
  28. package/src/stepper-base/stepper-base-model.d.ts +1 -1
  29. package/src/stepper-base/stepper-base.d.ts +4 -4
  30. package/src/stepper-base/stepper-base.js +13 -8
  31. package/src/tab/tab-model.d.ts +1 -1
  32. package/src/tab/tab.d.ts +0 -3
  33. package/src/tab/tab.js +2 -2
  34. package/src/toolbar/toolbar-model.d.ts +1 -1
  35. package/src/toolbar/toolbar.js +13 -9
  36. package/src/treeview/treeview-model.d.ts +60 -53
  37. package/src/treeview/treeview.d.ts +134 -29
  38. package/src/treeview/treeview.js +572 -392
  39. package/styles/accordion/_bds-definition.scss +0 -13
  40. package/styles/accordion/_bootstrap-dark-definition.scss +0 -9
  41. package/styles/accordion/_bootstrap-definition.scss +0 -14
  42. package/styles/accordion/_bootstrap4-definition.scss +0 -9
  43. package/styles/accordion/_bootstrap5-definition.scss +8 -22
  44. package/styles/accordion/_bootstrap5.3-definition.scss +168 -0
  45. package/styles/accordion/_fabric-dark-definition.scss +0 -8
  46. package/styles/accordion/_fabric-definition.scss +0 -13
  47. package/styles/accordion/_fluent-definition.scss +0 -13
  48. package/styles/accordion/_fluent2-definition.scss +167 -0
  49. package/styles/accordion/_fusionnew-definition.scss +1 -15
  50. package/styles/accordion/_highcontrast-definition.scss +0 -13
  51. package/styles/accordion/_highcontrast-light-definition.scss +0 -11
  52. package/styles/accordion/_layout.scss +0 -2
  53. package/styles/accordion/_material-dark-definition.scss +0 -11
  54. package/styles/accordion/_material-definition.scss +0 -13
  55. package/styles/accordion/_material3-definition.scss +3 -17
  56. package/styles/accordion/_tailwind-definition.scss +0 -13
  57. package/styles/accordion/_theme.scss +0 -3
  58. package/styles/accordion/bootstrap-dark.css +11 -9
  59. package/styles/accordion/bootstrap.css +11 -10
  60. package/styles/accordion/bootstrap4.css +11 -9
  61. package/styles/accordion/bootstrap5-dark.css +20 -20
  62. package/styles/accordion/bootstrap5.css +20 -20
  63. package/styles/accordion/fabric-dark.css +11 -9
  64. package/styles/accordion/fabric.css +11 -10
  65. package/styles/accordion/fluent-dark.css +11 -10
  66. package/styles/accordion/fluent.css +11 -10
  67. package/styles/accordion/fluent2.css +1574 -0
  68. package/styles/accordion/fluent2.scss +4 -0
  69. package/styles/accordion/highcontrast-light.css +11 -9
  70. package/styles/accordion/highcontrast.css +11 -10
  71. package/styles/accordion/icons/_bds.scss +0 -2
  72. package/styles/accordion/icons/_bootstrap-dark.scss +0 -2
  73. package/styles/accordion/icons/_bootstrap.scss +0 -2
  74. package/styles/accordion/icons/_bootstrap4.scss +0 -2
  75. package/styles/accordion/icons/_bootstrap5.3.scss +15 -0
  76. package/styles/accordion/icons/_bootstrap5.scss +0 -2
  77. package/styles/accordion/icons/_fabric-dark.scss +0 -2
  78. package/styles/accordion/icons/_fabric.scss +0 -2
  79. package/styles/accordion/icons/_fluent.scss +0 -2
  80. package/styles/accordion/icons/_fluent2.scss +15 -0
  81. package/styles/accordion/icons/_fusionnew.scss +0 -2
  82. package/styles/accordion/icons/_highcontrast-light.scss +0 -2
  83. package/styles/accordion/icons/_highcontrast.scss +0 -2
  84. package/styles/accordion/icons/_material-dark.scss +0 -2
  85. package/styles/accordion/icons/_material.scss +0 -2
  86. package/styles/accordion/icons/_material3.scss +0 -2
  87. package/styles/accordion/icons/_tailwind.scss +0 -2
  88. package/styles/accordion/material-dark.css +11 -9
  89. package/styles/accordion/material.css +11 -10
  90. package/styles/accordion/material3-dark.css +12 -12
  91. package/styles/accordion/material3.css +12 -12
  92. package/styles/accordion/tailwind-dark.css +11 -10
  93. package/styles/accordion/tailwind.css +11 -10
  94. package/styles/appbar/_bds-definition.scss +1 -3
  95. package/styles/appbar/_bootstrap-dark-definition.scss +0 -2
  96. package/styles/appbar/_bootstrap-definition.scss +0 -2
  97. package/styles/appbar/_bootstrap4-definition.scss +0 -2
  98. package/styles/appbar/_bootstrap5-definition.scss +0 -2
  99. package/styles/appbar/_bootstrap5.3-definition.scss +6 -0
  100. package/styles/appbar/_fabric-dark-definition.scss +0 -2
  101. package/styles/appbar/_fabric-definition.scss +0 -2
  102. package/styles/appbar/_fluent-definition.scss +0 -2
  103. package/styles/appbar/_fluent2-definition.scss +24 -0
  104. package/styles/appbar/_fusionnew-definition.scss +0 -2
  105. package/styles/appbar/_highcontrast-definition.scss +0 -2
  106. package/styles/appbar/_highcontrast-light-definition.scss +0 -2
  107. package/styles/appbar/_layout.scss +3 -2
  108. package/styles/appbar/_material-dark-definition.scss +0 -2
  109. package/styles/appbar/_material-definition.scss +0 -2
  110. package/styles/appbar/_material3-definition.scss +0 -2
  111. package/styles/appbar/_tailwind-definition.scss +0 -2
  112. package/styles/appbar/_theme.scss +0 -2
  113. package/styles/appbar/bootstrap-dark.css +52 -23
  114. package/styles/appbar/bootstrap.css +52 -23
  115. package/styles/appbar/bootstrap4.css +52 -23
  116. package/styles/appbar/bootstrap5-dark.css +52 -23
  117. package/styles/appbar/bootstrap5.css +52 -23
  118. package/styles/appbar/fabric-dark.css +52 -23
  119. package/styles/appbar/fabric.css +52 -23
  120. package/styles/appbar/fluent-dark.css +52 -23
  121. package/styles/appbar/fluent.css +52 -23
  122. package/styles/appbar/fluent2.css +1332 -0
  123. package/styles/appbar/fluent2.scss +3 -0
  124. package/styles/appbar/highcontrast-light.css +52 -23
  125. package/styles/appbar/highcontrast.css +52 -23
  126. package/styles/appbar/material-dark.css +52 -23
  127. package/styles/appbar/material.css +52 -23
  128. package/styles/appbar/material3-dark.css +62 -26
  129. package/styles/appbar/material3.css +62 -26
  130. package/styles/appbar/tailwind-dark.css +52 -23
  131. package/styles/appbar/tailwind.css +52 -23
  132. package/styles/bootstrap-dark.css +1042 -643
  133. package/styles/bootstrap-dark.scss +47 -14
  134. package/styles/bootstrap.css +1050 -656
  135. package/styles/bootstrap.scss +47 -14
  136. package/styles/bootstrap4.css +1060 -673
  137. package/styles/bootstrap4.scss +47 -14
  138. package/styles/bootstrap5-dark.css +1101 -736
  139. package/styles/bootstrap5-dark.scss +47 -14
  140. package/styles/bootstrap5.css +1101 -736
  141. package/styles/bootstrap5.scss +47 -14
  142. package/styles/breadcrumb/_all.scss +0 -1
  143. package/styles/breadcrumb/_bds-definition.scss +1 -1
  144. package/styles/breadcrumb/_bootstrap5.3-definition.scss +57 -0
  145. package/styles/breadcrumb/_fluent-definition.scss +2 -1
  146. package/styles/breadcrumb/_fluent2-definition.scss +61 -0
  147. package/styles/breadcrumb/_layout.scss +92 -10
  148. package/styles/breadcrumb/_theme.scss +31 -2
  149. package/styles/breadcrumb/bootstrap-dark.css +37 -22
  150. package/styles/breadcrumb/bootstrap.css +37 -22
  151. package/styles/breadcrumb/bootstrap4.css +37 -22
  152. package/styles/breadcrumb/bootstrap5-dark.css +37 -22
  153. package/styles/breadcrumb/bootstrap5.css +37 -22
  154. package/styles/breadcrumb/fabric-dark.css +37 -22
  155. package/styles/breadcrumb/fabric.css +37 -22
  156. package/styles/breadcrumb/fluent-dark.css +39 -24
  157. package/styles/breadcrumb/fluent.css +39 -24
  158. package/styles/breadcrumb/fluent2.css +1489 -0
  159. package/styles/breadcrumb/fluent2.scss +4 -0
  160. package/styles/breadcrumb/highcontrast-light.css +37 -22
  161. package/styles/breadcrumb/highcontrast.css +37 -22
  162. package/styles/breadcrumb/icons/_bds.scss +0 -2
  163. package/styles/breadcrumb/icons/_bootstrap-dark.scss +0 -2
  164. package/styles/breadcrumb/icons/_bootstrap.scss +0 -2
  165. package/styles/breadcrumb/icons/_bootstrap4.scss +0 -2
  166. package/styles/breadcrumb/icons/_bootstrap5.3.scss +23 -0
  167. package/styles/breadcrumb/icons/_bootstrap5.scss +0 -2
  168. package/styles/breadcrumb/icons/_fabric-dark.scss +0 -2
  169. package/styles/breadcrumb/icons/_fabric.scss +0 -2
  170. package/styles/breadcrumb/icons/_fluent.scss +0 -2
  171. package/styles/breadcrumb/icons/_fluent2.scss +23 -0
  172. package/styles/breadcrumb/icons/_fusionnew.scss +0 -2
  173. package/styles/breadcrumb/icons/_highcontrast-light.scss +0 -2
  174. package/styles/breadcrumb/icons/_highcontrast.scss +0 -2
  175. package/styles/breadcrumb/icons/_material-dark.scss +0 -2
  176. package/styles/breadcrumb/icons/_material.scss +0 -2
  177. package/styles/breadcrumb/icons/_material3.scss +0 -2
  178. package/styles/breadcrumb/icons/_tailwind-dark.scss +0 -2
  179. package/styles/breadcrumb/icons/_tailwind.scss +0 -2
  180. package/styles/breadcrumb/material-dark.css +37 -22
  181. package/styles/breadcrumb/material.css +37 -22
  182. package/styles/breadcrumb/material3-dark.css +39 -23
  183. package/styles/breadcrumb/material3.css +39 -23
  184. package/styles/breadcrumb/tailwind-dark.css +37 -22
  185. package/styles/breadcrumb/tailwind.css +37 -22
  186. package/styles/carousel/_bds-definition.scss +0 -7
  187. package/styles/carousel/_bootstrap-dark-definition.scss +0 -7
  188. package/styles/carousel/_bootstrap-definition.scss +0 -7
  189. package/styles/carousel/_bootstrap4-definition.scss +0 -7
  190. package/styles/carousel/_bootstrap5-definition.scss +0 -7
  191. package/styles/carousel/_bootstrap5.3-definition.scss +20 -0
  192. package/styles/carousel/_fabric-dark-definition.scss +0 -7
  193. package/styles/carousel/_fabric-definition.scss +0 -7
  194. package/styles/carousel/_fluent-definition.scss +0 -7
  195. package/styles/carousel/_fluent2-definition.scss +21 -0
  196. package/styles/carousel/_fusionnew-definition.scss +0 -7
  197. package/styles/carousel/_highcontrast-definition.scss +0 -7
  198. package/styles/carousel/_highcontrast-light-definition.scss +0 -7
  199. package/styles/carousel/_layout.scss +0 -2
  200. package/styles/carousel/_material-dark-definition.scss +0 -7
  201. package/styles/carousel/_material-definition.scss +0 -7
  202. package/styles/carousel/_material3-definition.scss +0 -7
  203. package/styles/carousel/_tailwind-definition.scss +0 -7
  204. package/styles/carousel/_theme.scss +8 -2
  205. package/styles/carousel/bootstrap-dark.css +93 -39
  206. package/styles/carousel/bootstrap.css +93 -39
  207. package/styles/carousel/bootstrap4.css +93 -39
  208. package/styles/carousel/bootstrap5-dark.css +93 -39
  209. package/styles/carousel/bootstrap5.css +93 -39
  210. package/styles/carousel/fabric-dark.css +93 -39
  211. package/styles/carousel/fabric.css +93 -39
  212. package/styles/carousel/fluent-dark.css +93 -39
  213. package/styles/carousel/fluent.css +93 -39
  214. package/styles/carousel/fluent2.css +1405 -0
  215. package/styles/carousel/fluent2.scss +5 -0
  216. package/styles/carousel/highcontrast-light.css +93 -39
  217. package/styles/carousel/highcontrast.css +93 -39
  218. package/styles/carousel/icons/_bootstrap5.3.scss +30 -0
  219. package/styles/carousel/icons/_fluent2.scss +30 -0
  220. package/styles/carousel/material-dark.css +93 -39
  221. package/styles/carousel/material.css +93 -39
  222. package/styles/carousel/material3-dark.css +98 -41
  223. package/styles/carousel/material3.css +98 -41
  224. package/styles/carousel/tailwind-dark.css +93 -39
  225. package/styles/carousel/tailwind.css +93 -39
  226. package/styles/context-menu/_bds-definition.scss +5 -2
  227. package/styles/context-menu/_bootstrap-dark-definition.scss +0 -3
  228. package/styles/context-menu/_bootstrap5-definition.scss +0 -1
  229. package/styles/context-menu/_bootstrap5.3-definition.scss +51 -0
  230. package/styles/context-menu/_fabric-dark-definition.scss +0 -3
  231. package/styles/context-menu/_fluent-definition.scss +0 -1
  232. package/styles/context-menu/_fluent2-definition.scss +52 -0
  233. package/styles/context-menu/_fusionnew-definition.scss +0 -1
  234. package/styles/context-menu/_highcontrast-light-definition.scss +0 -3
  235. package/styles/context-menu/_layout-mixin.scss +24 -0
  236. package/styles/context-menu/_layout.scss +44 -4
  237. package/styles/context-menu/_material-dark-definition.scss +0 -3
  238. package/styles/context-menu/_material3-definition.scss +0 -1
  239. package/styles/context-menu/_tailwind-definition.scss +0 -1
  240. package/styles/context-menu/_theme-mixin.scss +13 -0
  241. package/styles/context-menu/_theme.scss +6 -3
  242. package/styles/context-menu/bootstrap-dark.css +19 -11
  243. package/styles/context-menu/bootstrap.css +21 -12
  244. package/styles/context-menu/bootstrap4.css +21 -12
  245. package/styles/context-menu/bootstrap5-dark.css +36 -14
  246. package/styles/context-menu/bootstrap5.css +36 -14
  247. package/styles/context-menu/fabric-dark.css +19 -11
  248. package/styles/context-menu/fabric.css +19 -11
  249. package/styles/context-menu/fluent-dark.css +36 -14
  250. package/styles/context-menu/fluent.css +36 -14
  251. package/styles/context-menu/fluent2.css +1497 -0
  252. package/styles/context-menu/fluent2.scss +7 -0
  253. package/styles/context-menu/highcontrast-light.css +19 -11
  254. package/styles/context-menu/highcontrast.css +19 -11
  255. package/styles/context-menu/icons/_bds.scss +0 -2
  256. package/styles/context-menu/icons/_bootstrap-dark.scss +0 -2
  257. package/styles/context-menu/icons/_bootstrap.scss +0 -2
  258. package/styles/context-menu/icons/_bootstrap4.scss +0 -2
  259. package/styles/context-menu/icons/_bootstrap5.3.scss +31 -0
  260. package/styles/context-menu/icons/_bootstrap5.scss +0 -2
  261. package/styles/context-menu/icons/_fabric-dark.scss +0 -2
  262. package/styles/context-menu/icons/_fabric.scss +0 -2
  263. package/styles/context-menu/icons/_fluent.scss +0 -2
  264. package/styles/context-menu/icons/_fluent2.scss +31 -0
  265. package/styles/context-menu/icons/_fusionnew.scss +0 -2
  266. package/styles/context-menu/icons/_highcontrast-light.scss +0 -2
  267. package/styles/context-menu/icons/_highcontrast.scss +0 -2
  268. package/styles/context-menu/icons/_material-dark.scss +0 -2
  269. package/styles/context-menu/icons/_material.scss +0 -2
  270. package/styles/context-menu/icons/_material3.scss +0 -2
  271. package/styles/context-menu/icons/_tailwind-dark.scss +0 -2
  272. package/styles/context-menu/icons/_tailwind.scss +0 -2
  273. package/styles/context-menu/material-dark.css +49 -15
  274. package/styles/context-menu/material.css +49 -15
  275. package/styles/context-menu/material3-dark.css +38 -15
  276. package/styles/context-menu/material3.css +38 -15
  277. package/styles/context-menu/tailwind-dark.css +36 -14
  278. package/styles/context-menu/tailwind.css +36 -14
  279. package/styles/fabric-dark.css +1040 -641
  280. package/styles/fabric-dark.scss +47 -14
  281. package/styles/fabric.css +1042 -652
  282. package/styles/fabric.scss +47 -14
  283. package/styles/fluent-dark.css +1074 -698
  284. package/styles/fluent-dark.scss +47 -14
  285. package/styles/fluent.css +1074 -698
  286. package/styles/fluent.scss +47 -14
  287. package/styles/fluent2.css +13003 -0
  288. package/styles/fluent2.scss +47 -0
  289. package/styles/h-scroll/_bootstrap5.3-definition.scss +83 -0
  290. package/styles/h-scroll/_fluent2-definition.scss +83 -0
  291. package/styles/h-scroll/bootstrap-dark.css +22 -10
  292. package/styles/h-scroll/bootstrap.css +22 -10
  293. package/styles/h-scroll/bootstrap4.css +22 -10
  294. package/styles/h-scroll/bootstrap5-dark.css +41 -14
  295. package/styles/h-scroll/bootstrap5.css +41 -14
  296. package/styles/h-scroll/fabric-dark.css +22 -10
  297. package/styles/h-scroll/fabric.css +22 -10
  298. package/styles/h-scroll/fluent-dark.css +41 -14
  299. package/styles/h-scroll/fluent.css +41 -14
  300. package/styles/h-scroll/fluent2.css +1341 -0
  301. package/styles/h-scroll/fluent2.scss +4 -0
  302. package/styles/h-scroll/highcontrast-light.css +22 -10
  303. package/styles/h-scroll/highcontrast.css +22 -10
  304. package/styles/h-scroll/icons/_bootstrap5.3.scss +49 -0
  305. package/styles/h-scroll/icons/_fluent2.scss +49 -0
  306. package/styles/h-scroll/material-dark.css +41 -14
  307. package/styles/h-scroll/material.css +41 -14
  308. package/styles/h-scroll/material3-dark.css +44 -15
  309. package/styles/h-scroll/material3.css +44 -15
  310. package/styles/h-scroll/tailwind-dark.css +41 -14
  311. package/styles/h-scroll/tailwind.css +41 -14
  312. package/styles/highcontrast-light.css +1040 -641
  313. package/styles/highcontrast-light.scss +47 -14
  314. package/styles/highcontrast.css +1056 -655
  315. package/styles/highcontrast.scss +47 -14
  316. package/styles/material-dark.css +1144 -709
  317. package/styles/material-dark.scss +47 -14
  318. package/styles/material.css +1157 -726
  319. package/styles/material.scss +47 -14
  320. package/styles/material3-dark.css +1148 -731
  321. package/styles/material3-dark.scss +47 -14
  322. package/styles/material3.css +1148 -731
  323. package/styles/material3.scss +47 -14
  324. package/styles/menu/_bds-definition.scss +0 -1
  325. package/styles/menu/_bootstrap-dark-definition.scss +0 -3
  326. package/styles/menu/_bootstrap5-definition.scss +0 -1
  327. package/styles/menu/_bootstrap5.3-definition.scss +66 -0
  328. package/styles/menu/_fabric-dark-definition.scss +0 -3
  329. package/styles/menu/_fluent-definition.scss +0 -1
  330. package/styles/menu/_fluent2-definition.scss +67 -0
  331. package/styles/menu/_fusionnew-definition.scss +0 -1
  332. package/styles/menu/_layout.scss +38 -17
  333. package/styles/menu/_material-dark-definition.scss +0 -3
  334. package/styles/menu/_material3-definition.scss +0 -1
  335. package/styles/menu/_tailwind-definition.scss +0 -1
  336. package/styles/menu/_theme.scss +46 -14
  337. package/styles/menu/bootstrap-dark.css +41 -39
  338. package/styles/menu/bootstrap.css +43 -40
  339. package/styles/menu/bootstrap4.css +47 -50
  340. package/styles/menu/bootstrap5-dark.css +58 -42
  341. package/styles/menu/bootstrap5.css +58 -42
  342. package/styles/menu/fabric-dark.css +41 -39
  343. package/styles/menu/fabric.css +41 -39
  344. package/styles/menu/fluent-dark.css +60 -47
  345. package/styles/menu/fluent.css +60 -47
  346. package/styles/menu/fluent2.css +2226 -0
  347. package/styles/menu/fluent2.scss +8 -0
  348. package/styles/menu/highcontrast-light.css +41 -39
  349. package/styles/menu/highcontrast.css +41 -39
  350. package/styles/menu/icons/_bds.scss +2 -32
  351. package/styles/menu/icons/_bootstrap-dark.scss +2 -31
  352. package/styles/menu/icons/_bootstrap.scss +2 -32
  353. package/styles/menu/icons/_bootstrap4.scss +2 -32
  354. package/styles/menu/icons/_bootstrap5.3.scss +104 -0
  355. package/styles/menu/icons/_bootstrap5.scss +2 -32
  356. package/styles/menu/icons/_fabric-dark.scss +2 -32
  357. package/styles/menu/icons/_fabric.scss +2 -32
  358. package/styles/menu/icons/_fluent.scss +2 -32
  359. package/styles/menu/icons/_fluent2.scss +104 -0
  360. package/styles/menu/icons/_fusionnew.scss +2 -32
  361. package/styles/menu/icons/_highcontrast-light.scss +2 -32
  362. package/styles/menu/icons/_highcontrast.scss +2 -32
  363. package/styles/menu/icons/_material-dark.scss +2 -32
  364. package/styles/menu/icons/_material.scss +2 -32
  365. package/styles/menu/icons/_material3.scss +2 -32
  366. package/styles/menu/icons/_tailwind-dark.scss +2 -32
  367. package/styles/menu/icons/_tailwind.scss +2 -32
  368. package/styles/menu/material-dark.css +71 -43
  369. package/styles/menu/material.css +71 -43
  370. package/styles/menu/material3-dark.css +61 -43
  371. package/styles/menu/material3.css +61 -43
  372. package/styles/menu/tailwind-dark.css +58 -42
  373. package/styles/menu/tailwind.css +58 -42
  374. package/styles/pager/_bds-definition.scss +6 -6
  375. package/styles/pager/_bootstrap-dark-definition.scss +2 -2
  376. package/styles/pager/_bootstrap-definition.scss +8 -8
  377. package/styles/pager/_bootstrap4-definition.scss +10 -10
  378. package/styles/pager/_bootstrap5-definition.scss +19 -19
  379. package/styles/pager/_bootstrap5.3-definition.scss +166 -0
  380. package/styles/pager/_fabric-dark-definition.scss +3 -5
  381. package/styles/pager/_fabric-definition.scss +3 -3
  382. package/styles/pager/_fluent-definition.scss +11 -11
  383. package/styles/pager/_fluent2-definition.scss +152 -0
  384. package/styles/pager/_fusionnew-definition.scss +19 -19
  385. package/styles/pager/_highcontrast-definition.scss +2 -2
  386. package/styles/pager/_highcontrast-light-definition.scss +2 -4
  387. package/styles/pager/_layout.scss +340 -339
  388. package/styles/pager/_material-dark-definition.scss +4 -6
  389. package/styles/pager/_material-definition.scss +4 -4
  390. package/styles/pager/_material3-definition.scss +22 -22
  391. package/styles/pager/_tailwind-definition.scss +17 -17
  392. package/styles/pager/_theme.scss +43 -26
  393. package/styles/pager/bootstrap-dark.css +88 -76
  394. package/styles/pager/bootstrap.css +90 -78
  395. package/styles/pager/bootstrap4.css +90 -78
  396. package/styles/pager/bootstrap5-dark.css +114 -111
  397. package/styles/pager/bootstrap5.css +114 -111
  398. package/styles/pager/fabric-dark.css +86 -74
  399. package/styles/pager/fabric.css +86 -74
  400. package/styles/pager/fluent-dark.css +92 -80
  401. package/styles/pager/fluent.css +92 -80
  402. package/styles/pager/fluent2.css +1862 -0
  403. package/styles/pager/fluent2.scss +4 -0
  404. package/styles/pager/highcontrast-light.css +86 -74
  405. package/styles/pager/highcontrast.css +86 -74
  406. package/styles/pager/icons/_bootstrap5.3.scss +50 -0
  407. package/styles/pager/icons/_fluent2.scss +50 -0
  408. package/styles/pager/material-dark.css +86 -74
  409. package/styles/pager/material.css +86 -74
  410. package/styles/pager/material3-dark.css +107 -106
  411. package/styles/pager/material3.css +107 -106
  412. package/styles/pager/tailwind-dark.css +139 -144
  413. package/styles/pager/tailwind.css +139 -144
  414. package/styles/sidebar/_bds-definition.scss +8 -0
  415. package/styles/sidebar/_bootstrap5.3-definition.scss +6 -0
  416. package/styles/sidebar/_fluent2-definition.scss +8 -0
  417. package/styles/sidebar/_material3-definition.scss +0 -3
  418. package/styles/sidebar/_theme.scss +114 -45
  419. package/styles/sidebar/bootstrap-dark.css +124 -49
  420. package/styles/sidebar/bootstrap.css +124 -49
  421. package/styles/sidebar/bootstrap4.css +124 -49
  422. package/styles/sidebar/bootstrap5-dark.css +122 -47
  423. package/styles/sidebar/bootstrap5.css +122 -47
  424. package/styles/sidebar/fabric-dark.css +124 -49
  425. package/styles/sidebar/fabric.css +124 -49
  426. package/styles/sidebar/fluent-dark.css +122 -47
  427. package/styles/sidebar/fluent.css +122 -47
  428. package/styles/sidebar/fluent2.css +1263 -0
  429. package/styles/sidebar/fluent2.scss +3 -0
  430. package/styles/sidebar/highcontrast-light.css +124 -49
  431. package/styles/sidebar/highcontrast.css +124 -49
  432. package/styles/sidebar/material-dark.css +124 -49
  433. package/styles/sidebar/material.css +124 -49
  434. package/styles/sidebar/material3-dark.css +125 -49
  435. package/styles/sidebar/material3.css +125 -49
  436. package/styles/sidebar/tailwind-dark.css +122 -47
  437. package/styles/sidebar/tailwind.css +122 -47
  438. package/styles/stepper/_bds-definition.scss +0 -7
  439. package/styles/stepper/_bootstrap-dark-definition.scss +0 -7
  440. package/styles/stepper/_bootstrap-definition.scss +0 -7
  441. package/styles/stepper/_bootstrap4-definition.scss +0 -7
  442. package/styles/stepper/_bootstrap5-definition.scss +0 -7
  443. package/styles/stepper/_bootstrap5.3-definition.scss +73 -0
  444. package/styles/stepper/_fabric-dark-definition.scss +0 -7
  445. package/styles/stepper/_fabric-definition.scss +0 -7
  446. package/styles/stepper/_fluent-definition.scss +0 -7
  447. package/styles/stepper/_fluent2-definition.scss +72 -0
  448. package/styles/stepper/_fusionnew-definition.scss +0 -7
  449. package/styles/stepper/_highcontrast-definition.scss +0 -7
  450. package/styles/stepper/_highcontrast-light-definition.scss +0 -7
  451. package/styles/stepper/_layout.scss +90 -143
  452. package/styles/stepper/_material-dark-definition.scss +0 -7
  453. package/styles/stepper/_material-definition.scss +0 -7
  454. package/styles/stepper/_material3-definition.scss +0 -7
  455. package/styles/stepper/_tailwind-definition.scss +0 -7
  456. package/styles/stepper/_theme.scss +12 -20
  457. package/styles/stepper/bootstrap-dark.css +162 -118
  458. package/styles/stepper/bootstrap.css +162 -118
  459. package/styles/stepper/bootstrap4.css +162 -118
  460. package/styles/stepper/bootstrap5-dark.css +162 -118
  461. package/styles/stepper/bootstrap5.css +162 -118
  462. package/styles/stepper/fabric-dark.css +162 -118
  463. package/styles/stepper/fabric.css +162 -118
  464. package/styles/stepper/fluent-dark.css +162 -118
  465. package/styles/stepper/fluent.css +162 -118
  466. package/styles/stepper/fluent2.css +1742 -0
  467. package/styles/stepper/fluent2.scss +5 -0
  468. package/styles/stepper/highcontrast-light.css +162 -118
  469. package/styles/stepper/highcontrast.css +162 -118
  470. package/styles/stepper/icons/_bootstrap5.3.scss +5 -0
  471. package/styles/stepper/icons/_fluent2.scss +5 -0
  472. package/styles/stepper/material-dark.css +162 -118
  473. package/styles/stepper/material.css +162 -118
  474. package/styles/stepper/material3-dark.css +167 -119
  475. package/styles/stepper/material3.css +167 -119
  476. package/styles/stepper/tailwind-dark.css +162 -118
  477. package/styles/stepper/tailwind.css +162 -118
  478. package/styles/tab/_bds-definition.scss +5 -45
  479. package/styles/tab/_bootstrap-dark-definition.scss +0 -26
  480. package/styles/tab/_bootstrap-definition.scss +0 -35
  481. package/styles/tab/_bootstrap4-definition.scss +9 -42
  482. package/styles/tab/_bootstrap5-definition.scss +0 -26
  483. package/styles/tab/_bootstrap5.3-definition.scss +635 -0
  484. package/styles/tab/_fabric-dark-definition.scss +0 -22
  485. package/styles/tab/_fabric-definition.scss +1 -36
  486. package/styles/tab/_fluent-definition.scss +0 -31
  487. package/styles/tab/_fluent2-definition.scss +667 -0
  488. package/styles/tab/_fusionnew-definition.scss +0 -26
  489. package/styles/tab/_highcontrast-definition.scss +0 -35
  490. package/styles/tab/_highcontrast-light-definition.scss +0 -24
  491. package/styles/tab/_icons.scss +0 -2
  492. package/styles/tab/_layout.scss +29 -31
  493. package/styles/tab/_material-dark-definition.scss +0 -28
  494. package/styles/tab/_material-definition.scss +0 -39
  495. package/styles/tab/_material3-definition.scss +3 -28
  496. package/styles/tab/_tailwind-definition.scss +0 -39
  497. package/styles/tab/_theme.scss +21 -2
  498. package/styles/tab/bootstrap-dark.css +171 -78
  499. package/styles/tab/bootstrap.css +171 -83
  500. package/styles/tab/bootstrap4.css +177 -87
  501. package/styles/tab/bootstrap5-dark.css +171 -84
  502. package/styles/tab/bootstrap5.css +171 -84
  503. package/styles/tab/fabric-dark.css +171 -78
  504. package/styles/tab/fabric.css +173 -85
  505. package/styles/tab/fluent-dark.css +171 -81
  506. package/styles/tab/fluent.css +171 -81
  507. package/styles/tab/fluent2.css +5251 -0
  508. package/styles/tab/fluent2.scss +5 -0
  509. package/styles/tab/highcontrast-light.css +171 -78
  510. package/styles/tab/highcontrast.css +171 -83
  511. package/styles/tab/icons/_bds.scss +0 -2
  512. package/styles/tab/icons/_bootstrap-dark.scss +0 -2
  513. package/styles/tab/icons/_bootstrap.scss +0 -2
  514. package/styles/tab/icons/_bootstrap4.scss +0 -2
  515. package/styles/tab/icons/_bootstrap5.3.scss +90 -0
  516. package/styles/tab/icons/_bootstrap5.scss +0 -2
  517. package/styles/tab/icons/_fabric-dark.scss +0 -2
  518. package/styles/tab/icons/_fabric.scss +0 -2
  519. package/styles/tab/icons/_fluent.scss +0 -2
  520. package/styles/tab/icons/_fluent2.scss +98 -0
  521. package/styles/tab/icons/_fusionnew.scss +0 -2
  522. package/styles/tab/icons/_highcontrast-light.scss +0 -2
  523. package/styles/tab/icons/_highcontrast.scss +0 -2
  524. package/styles/tab/icons/_material-dark.scss +0 -2
  525. package/styles/tab/icons/_material.scss +0 -2
  526. package/styles/tab/icons/_material3.scss +0 -2
  527. package/styles/tab/icons/_tailwind.scss +0 -2
  528. package/styles/tab/material-dark.css +232 -84
  529. package/styles/tab/material.css +232 -90
  530. package/styles/tab/material3-dark.css +174 -85
  531. package/styles/tab/material3.css +174 -85
  532. package/styles/tab/tailwind-dark.css +217 -87
  533. package/styles/tab/tailwind.css +217 -87
  534. package/styles/tailwind-dark.css +1165 -763
  535. package/styles/tailwind-dark.scss +47 -14
  536. package/styles/tailwind.css +1165 -763
  537. package/styles/tailwind.scss +47 -14
  538. package/styles/toolbar/_bds-definition.scss +0 -18
  539. package/styles/toolbar/_bootstrap-dark-definition.scss +0 -15
  540. package/styles/toolbar/_bootstrap-definition.scss +0 -3
  541. package/styles/toolbar/_bootstrap4-definition.scss +0 -13
  542. package/styles/toolbar/_bootstrap5-definition.scss +0 -22
  543. package/styles/toolbar/_bootstrap5.3-definition.scss +198 -0
  544. package/styles/toolbar/_fabric-dark-definition.scss +0 -15
  545. package/styles/toolbar/_fabric-definition.scss +0 -13
  546. package/styles/toolbar/_fluent-definition.scss +0 -13
  547. package/styles/toolbar/_fluent2-definition.scss +197 -0
  548. package/styles/toolbar/_fusionnew-definition.scss +0 -22
  549. package/styles/toolbar/_highcontrast-definition.scss +0 -14
  550. package/styles/toolbar/_highcontrast-light-definition.scss +0 -15
  551. package/styles/toolbar/_layout.scss +18 -32
  552. package/styles/toolbar/_material-dark-definition.scss +0 -16
  553. package/styles/toolbar/_material-definition.scss +0 -16
  554. package/styles/toolbar/_material3-definition.scss +0 -21
  555. package/styles/toolbar/_tailwind-definition.scss +0 -13
  556. package/styles/toolbar/_theme.scss +66 -5
  557. package/styles/toolbar/bootstrap-dark.css +94 -61
  558. package/styles/toolbar/bootstrap.css +96 -62
  559. package/styles/toolbar/bootstrap4.css +96 -62
  560. package/styles/toolbar/bootstrap5-dark.css +111 -64
  561. package/styles/toolbar/bootstrap5.css +111 -64
  562. package/styles/toolbar/fabric-dark.css +94 -61
  563. package/styles/toolbar/fabric.css +94 -61
  564. package/styles/toolbar/fluent-dark.css +111 -64
  565. package/styles/toolbar/fluent.css +111 -64
  566. package/styles/toolbar/fluent2.css +2224 -0
  567. package/styles/toolbar/fluent2.scss +8 -0
  568. package/styles/toolbar/highcontrast-light.css +94 -61
  569. package/styles/toolbar/highcontrast.css +94 -61
  570. package/styles/toolbar/icons/_bds.scss +0 -2
  571. package/styles/toolbar/icons/_bootstrap-dark.scss +0 -2
  572. package/styles/toolbar/icons/_bootstrap.scss +0 -2
  573. package/styles/toolbar/icons/_bootstrap4.scss +0 -2
  574. package/styles/toolbar/icons/_bootstrap5.3.scss +14 -0
  575. package/styles/toolbar/icons/_bootstrap5.scss +0 -2
  576. package/styles/toolbar/icons/_fabric-dark.scss +0 -2
  577. package/styles/toolbar/icons/_fabric.scss +0 -2
  578. package/styles/toolbar/icons/_fluent.scss +0 -2
  579. package/styles/toolbar/icons/_fluent2.scss +14 -0
  580. package/styles/toolbar/icons/_fusionnew.scss +0 -2
  581. package/styles/toolbar/icons/_highcontrast-light.scss +0 -2
  582. package/styles/toolbar/icons/_highcontrast.scss +0 -2
  583. package/styles/toolbar/icons/_material-dark.scss +0 -2
  584. package/styles/toolbar/icons/_material.scss +0 -2
  585. package/styles/toolbar/icons/_material3.scss +0 -2
  586. package/styles/toolbar/icons/_tailwind.scss +0 -2
  587. package/styles/toolbar/material-dark.css +143 -69
  588. package/styles/toolbar/material.css +143 -70
  589. package/styles/toolbar/material3-dark.css +123 -65
  590. package/styles/toolbar/material3.css +123 -65
  591. package/styles/toolbar/tailwind-dark.css +111 -64
  592. package/styles/toolbar/tailwind.css +111 -64
  593. package/styles/treeview/_bootstrap5.3-definition.scss +119 -0
  594. package/styles/treeview/_fluent2-definition.scss +126 -0
  595. package/styles/treeview/_layout.scss +154 -146
  596. package/styles/treeview/_material3-definition.scss +1 -12
  597. package/styles/treeview/_theme.scss +154 -168
  598. package/styles/treeview/bootstrap-dark.css +106 -98
  599. package/styles/treeview/bootstrap.css +112 -100
  600. package/styles/treeview/bootstrap4.css +112 -104
  601. package/styles/treeview/bootstrap5-dark.css +112 -103
  602. package/styles/treeview/bootstrap5.css +112 -103
  603. package/styles/treeview/fabric-dark.css +106 -98
  604. package/styles/treeview/fabric.css +106 -98
  605. package/styles/treeview/fluent-dark.css +112 -103
  606. package/styles/treeview/fluent.css +112 -103
  607. package/styles/treeview/fluent2.css +2052 -0
  608. package/styles/treeview/fluent2.scss +6 -0
  609. package/styles/treeview/highcontrast-light.css +106 -98
  610. package/styles/treeview/highcontrast.css +122 -103
  611. package/styles/treeview/icons/_bootstrap5.3.scss +43 -0
  612. package/styles/treeview/icons/_fluent2.scss +43 -0
  613. package/styles/treeview/material-dark.css +115 -99
  614. package/styles/treeview/material.css +129 -101
  615. package/styles/treeview/material3-dark.css +136 -109
  616. package/styles/treeview/material3.css +136 -109
  617. package/styles/treeview/tailwind-dark.css +113 -105
  618. package/styles/treeview/tailwind.css +113 -105
  619. package/styles/v-scroll/_bootstrap5.3-definition.scss +49 -0
  620. package/styles/v-scroll/_fluent2-definition.scss +49 -0
  621. package/styles/v-scroll/bootstrap-dark.css +22 -10
  622. package/styles/v-scroll/bootstrap.css +22 -10
  623. package/styles/v-scroll/bootstrap4.css +22 -10
  624. package/styles/v-scroll/bootstrap5-dark.css +22 -10
  625. package/styles/v-scroll/bootstrap5.css +22 -10
  626. package/styles/v-scroll/fabric-dark.css +22 -10
  627. package/styles/v-scroll/fabric.css +22 -10
  628. package/styles/v-scroll/fluent-dark.css +22 -10
  629. package/styles/v-scroll/fluent.css +22 -10
  630. package/styles/v-scroll/fluent2.css +1248 -0
  631. package/styles/v-scroll/fluent2.scss +4 -0
  632. package/styles/v-scroll/highcontrast-light.css +22 -10
  633. package/styles/v-scroll/highcontrast.css +22 -10
  634. package/styles/v-scroll/icons/_bootstrap5.3.scss +27 -0
  635. package/styles/v-scroll/icons/_fluent2.scss +27 -0
  636. package/styles/v-scroll/material-dark.css +41 -14
  637. package/styles/v-scroll/material.css +41 -14
  638. package/styles/v-scroll/material3-dark.css +25 -11
  639. package/styles/v-scroll/material3.css +25 -11
  640. package/styles/v-scroll/tailwind-dark.css +22 -10
  641. package/styles/v-scroll/tailwind.css +22 -10
  642. package/CHANGELOG.md +0 -2357
@@ -1,31 +1,69 @@
1
+ @-webkit-keyframes tbar-popup-shadow {
2
+ 0% {
3
+ border-color: rgba(255, 255, 255, 0.5);
4
+ -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
5
+ box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
6
+ }
7
+ 100% {
8
+ -webkit-box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
9
+ box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
10
+ }
11
+ }
1
12
  @keyframes tbar-popup-shadow {
2
13
  0% {
3
14
  border-color: rgba(255, 255, 255, 0.5);
4
- box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
15
+ -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
16
+ box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
17
+ }
18
+ 100% {
19
+ -webkit-box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
20
+ box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
21
+ }
22
+ }
23
+ @-webkit-keyframes tbar-alt-popup-shadow {
24
+ 0% {
25
+ border-color: rgba(0, 0, 0, 0.12);
26
+ -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.12);
27
+ box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.12);
5
28
  }
6
29
  100% {
7
- box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
30
+ -webkit-box-shadow: 0 0 0 200px rgba(0, 0, 0, 0.12);
31
+ box-shadow: 0 0 0 200px rgba(0, 0, 0, 0.12);
8
32
  }
9
33
  }
10
34
  @keyframes tbar-alt-popup-shadow {
11
35
  0% {
12
36
  border-color: rgba(0, 0, 0, 0.12);
13
- box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.12);
37
+ -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.12);
38
+ box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.12);
39
+ }
40
+ 100% {
41
+ -webkit-box-shadow: 0 0 0 200px rgba(0, 0, 0, 0.12);
42
+ box-shadow: 0 0 0 200px rgba(0, 0, 0, 0.12);
43
+ }
44
+ }
45
+ @-webkit-keyframes hscroll-alt-popup-shadow {
46
+ 0% {
47
+ border-color: rgba(0, 0, 0, 0.12);
48
+ -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.12);
49
+ box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.12);
14
50
  }
15
51
  100% {
16
- box-shadow: 0 0 0 200px rgba(0, 0, 0, 0.12);
52
+ -webkit-box-shadow: 0 0 0 200px rgba(0, 0, 0, 0.12);
53
+ box-shadow: 0 0 0 200px rgba(0, 0, 0, 0.12);
17
54
  }
18
55
  }
19
56
  @keyframes hscroll-alt-popup-shadow {
20
57
  0% {
21
58
  border-color: rgba(0, 0, 0, 0.12);
22
- box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.12);
59
+ -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.12);
60
+ box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.12);
23
61
  }
24
62
  100% {
25
- box-shadow: 0 0 0 200px rgba(0, 0, 0, 0.12);
63
+ -webkit-box-shadow: 0 0 0 200px rgba(0, 0, 0, 0.12);
64
+ box-shadow: 0 0 0 200px rgba(0, 0, 0, 0.12);
26
65
  }
27
66
  }
28
- /*! tab icons */
29
67
  .e-tab .e-tab-header .e-close-icon::before {
30
68
  content: "\e7fc";
31
69
  position: relative;
@@ -68,7 +106,6 @@
68
106
  position: relative;
69
107
  }
70
108
 
71
- /*! tab layout */
72
109
  .e-bigger .e-tab .e-tab-header,
73
110
  .e-tab.e-bigger .e-tab-header {
74
111
  height: 48px;
@@ -1225,6 +1262,7 @@
1225
1262
  left: unset;
1226
1263
  position: unset;
1227
1264
  right: unset;
1265
+ -webkit-transition: unset;
1228
1266
  transition: unset;
1229
1267
  }
1230
1268
  .e-tab .e-tab-header .e-toolbar-items .e-toolbar-item.e-active::after {
@@ -1276,6 +1314,7 @@
1276
1314
  left: 0;
1277
1315
  right: 0;
1278
1316
  border-radius: 0;
1317
+ -webkit-transition: left 0.125s cubic-bezier(0.35, 0, 0.25, 1), right 0.25s cubic-bezier(0.35, 0, 0.25, 1);
1279
1318
  transition: left 0.125s cubic-bezier(0.35, 0, 0.25, 1), right 0.25s cubic-bezier(0.35, 0, 0.25, 1);
1280
1319
  }
1281
1320
  .e-tab .e-tab-header .e-toolbar-item.e-hidden {
@@ -1308,8 +1347,10 @@
1308
1347
  .e-tab .e-tab-header .e-toolbar-item .e-text-wrap {
1309
1348
  -ms-flex-line-pack: center;
1310
1349
  align-content: center;
1311
- -ms-flex-align: center;
1312
- align-items: center;
1350
+ -webkit-box-align: center;
1351
+ -ms-flex-align: center;
1352
+ align-items: center;
1353
+ display: -webkit-inline-box;
1313
1354
  display: -ms-inline-flexbox;
1314
1355
  display: inline-flex;
1315
1356
  height: 36px;
@@ -1326,7 +1367,6 @@
1326
1367
  font-weight: 500;
1327
1368
  text-transform: uppercase;
1328
1369
  -ms-flex-item-align: auto;
1329
- -ms-grid-row-align: auto;
1330
1370
  align-self: auto;
1331
1371
  margin-bottom: 0;
1332
1372
  }
@@ -1400,6 +1440,7 @@
1400
1440
  top: 1px;
1401
1441
  }
1402
1442
  .e-tab .e-tab-header .e-toolbar-item .e-icons.e-tab-icon {
1443
+ display: -webkit-inline-box;
1403
1444
  display: -ms-inline-flexbox;
1404
1445
  display: inline-flex;
1405
1446
  height: 20px;
@@ -1433,8 +1474,9 @@
1433
1474
  left: 0;
1434
1475
  }
1435
1476
  .e-tab .e-tab-header .e-toolbar-item.e-icon .e-tab-wrap {
1436
- -ms-flex-pack: center;
1437
- justify-content: center;
1477
+ -webkit-box-pack: center;
1478
+ -ms-flex-pack: center;
1479
+ justify-content: center;
1438
1480
  padding: 0 18px;
1439
1481
  }
1440
1482
  @media screen and (max-width: 480px) {
@@ -1467,8 +1509,10 @@
1467
1509
  }
1468
1510
  }
1469
1511
  .e-tab .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap, .e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap {
1470
- -ms-flex-align: center;
1471
- align-items: center;
1512
+ -webkit-box-align: center;
1513
+ -ms-flex-align: center;
1514
+ align-items: center;
1515
+ display: -webkit-box;
1472
1516
  display: -ms-flexbox;
1473
1517
  display: flex;
1474
1518
  height: 62px;
@@ -1520,14 +1564,19 @@
1520
1564
  }
1521
1565
  .e-tab .e-tab-header .e-toolbar-item .e-tab-icon.e-icon-top,
1522
1566
  .e-tab .e-tab-header .e-toolbar-item .e-tab-icon.e-icon-bottom {
1523
- -ms-flex-align: center;
1524
- align-items: center;
1567
+ -webkit-box-align: center;
1568
+ -ms-flex-align: center;
1569
+ align-items: center;
1570
+ display: -webkit-box;
1525
1571
  display: -ms-flexbox;
1526
1572
  display: flex;
1527
- -ms-flex-direction: column;
1528
- flex-direction: column;
1529
- -ms-flex-pack: center;
1530
- justify-content: center;
1573
+ -webkit-box-orient: vertical;
1574
+ -webkit-box-direction: normal;
1575
+ -ms-flex-direction: column;
1576
+ flex-direction: column;
1577
+ -webkit-box-pack: center;
1578
+ -ms-flex-pack: center;
1579
+ justify-content: center;
1531
1580
  margin: auto;
1532
1581
  }
1533
1582
  .e-tab .e-tab-header .e-toolbar-pop {
@@ -1565,6 +1614,7 @@
1565
1614
  width: 100%;
1566
1615
  }
1567
1616
  .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text {
1617
+ display: -webkit-inline-box;
1568
1618
  display: -ms-inline-flexbox;
1569
1619
  display: inline-flex;
1570
1620
  width: 100%;
@@ -1608,22 +1658,25 @@
1608
1658
  }
1609
1659
  }
1610
1660
  .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-text-wrap, .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-text-wrap {
1661
+ display: -webkit-inline-box;
1611
1662
  display: -ms-inline-flexbox;
1612
1663
  display: inline-flex;
1613
1664
  height: auto;
1614
1665
  }
1615
1666
  .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text, .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text {
1616
1667
  display: block;
1617
- -ms-flex-pack: center;
1618
- justify-content: center;
1668
+ -webkit-box-pack: center;
1669
+ -ms-flex-pack: center;
1670
+ justify-content: center;
1619
1671
  margin: 0 0 0 10px;
1620
1672
  padding-left: 0;
1621
1673
  padding-right: 10px;
1622
1674
  }
1623
1675
  @media screen and (max-width: 480px) {
1624
1676
  .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text, .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text {
1625
- -ms-flex-pack: center;
1626
- justify-content: center;
1677
+ -webkit-box-pack: center;
1678
+ -ms-flex-pack: center;
1679
+ justify-content: center;
1627
1680
  margin: 0 0 0 12px;
1628
1681
  padding-left: 0;
1629
1682
  padding-right: 0;
@@ -1638,14 +1691,17 @@
1638
1691
  }
1639
1692
  .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-icon.e-icon-top,
1640
1693
  .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-icon.e-icon-bottom {
1694
+ display: -webkit-inline-box;
1641
1695
  display: -ms-inline-flexbox;
1642
1696
  display: inline-flex;
1643
1697
  }
1644
1698
  .e-tab .e-tab-header.e-close-show .e-icons.e-close-icon {
1645
- -ms-flex-align: center;
1646
- align-items: center;
1699
+ -webkit-box-align: center;
1700
+ -ms-flex-align: center;
1701
+ align-items: center;
1647
1702
  -ms-flex-item-align: center;
1648
1703
  align-self: center;
1704
+ display: -webkit-inline-box;
1649
1705
  display: -ms-inline-flexbox;
1650
1706
  display: inline-flex;
1651
1707
  }
@@ -1656,6 +1712,7 @@
1656
1712
  }
1657
1713
  @media screen and (max-width: 480px) {
1658
1714
  .e-tab .e-tab-header.e-close-show .e-toolbar-item.e-active .e-close-icon {
1715
+ display: -webkit-inline-box;
1659
1716
  display: -ms-inline-flexbox;
1660
1717
  display: inline-flex;
1661
1718
  }
@@ -1769,22 +1826,34 @@
1769
1826
  }
1770
1827
  }
1771
1828
  .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon {
1772
- transform: rotate(180deg);
1829
+ -webkit-transform: rotate(180deg);
1830
+ transform: rotate(180deg);
1831
+ -webkit-transition: -webkit-transform 0.1s ease;
1832
+ transition: -webkit-transform 0.1s ease;
1773
1833
  transition: transform 0.1s ease;
1834
+ transition: transform 0.1s ease, -webkit-transform 0.1s ease;
1774
1835
  }
1775
1836
  @media screen and (max-width: 480px) {
1776
1837
  .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon {
1777
- transform: none;
1838
+ -webkit-transform: none;
1839
+ transform: none;
1840
+ -webkit-transition: none;
1778
1841
  transition: none;
1779
1842
  }
1780
1843
  }
1781
1844
  .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon {
1782
- transform: rotate(0deg);
1845
+ -webkit-transform: rotate(0deg);
1846
+ transform: rotate(0deg);
1847
+ -webkit-transition: -webkit-transform 0.1s ease;
1848
+ transition: -webkit-transform 0.1s ease;
1783
1849
  transition: transform 0.1s ease;
1850
+ transition: transform 0.1s ease, -webkit-transform 0.1s ease;
1784
1851
  }
1785
1852
  @media screen and (max-width: 480px) {
1786
1853
  .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon {
1787
- transform: none;
1854
+ -webkit-transform: none;
1855
+ transform: none;
1856
+ -webkit-transition: none;
1788
1857
  transition: none;
1789
1858
  }
1790
1859
  }
@@ -1823,6 +1892,7 @@
1823
1892
  position: unset;
1824
1893
  right: unset;
1825
1894
  top: unset;
1895
+ -webkit-transition: unset;
1826
1896
  transition: unset;
1827
1897
  }
1828
1898
  .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items .e-toolbar-item.e-active::after {
@@ -1916,15 +1986,19 @@
1916
1986
  }
1917
1987
  .e-tab .e-tab-header.e-vertical .e-indicator {
1918
1988
  display: block;
1989
+ -webkit-transition: top 0.125s cubic-bezier(0.35, 0, 0.25, 1), bottom 0.25s cubic-bezier(0.35, 0, 0.25, 1);
1919
1990
  transition: top 0.125s cubic-bezier(0.35, 0, 0.25, 1), bottom 0.25s cubic-bezier(0.35, 0, 0.25, 1);
1920
1991
  width: 2px;
1921
1992
  }
1922
1993
  .e-tab .e-tab-header.e-vertical .e-toolbar-items {
1923
1994
  height: inherit;
1924
- -ms-flex-direction: column;
1925
- flex-direction: column;
1926
- -ms-flex-align: normal;
1927
- align-items: normal;
1995
+ -webkit-box-orient: vertical;
1996
+ -webkit-box-direction: normal;
1997
+ -ms-flex-direction: column;
1998
+ flex-direction: column;
1999
+ -webkit-box-align: normal;
2000
+ -ms-flex-align: normal;
2001
+ align-items: normal;
1928
2002
  }
1929
2003
  .e-tab .e-tab-header.e-vertical .e-toolbar-items.e-vscroll:not(.e-scroll-device) {
1930
2004
  padding: 16px 0;
@@ -1990,6 +2064,7 @@
1990
2064
  left: unset;
1991
2065
  position: unset;
1992
2066
  right: unset;
2067
+ -webkit-transition: unset;
1993
2068
  transition: unset;
1994
2069
  width: unset;
1995
2070
  }
@@ -2030,6 +2105,7 @@
2030
2105
  left: unset;
2031
2106
  position: unset;
2032
2107
  right: unset;
2108
+ -webkit-transition: unset;
2033
2109
  transition: unset;
2034
2110
  width: unset;
2035
2111
  }
@@ -2044,8 +2120,9 @@
2044
2120
  }
2045
2121
  .e-tab .e-tab-header.e-vertical .e-scroll-nav {
2046
2122
  height: 16px;
2047
- -ms-flex-pack: center;
2048
- justify-content: center;
2123
+ -webkit-box-pack: center;
2124
+ -ms-flex-pack: center;
2125
+ justify-content: center;
2049
2126
  min-height: 16px;
2050
2127
  width: 100%;
2051
2128
  }
@@ -2063,7 +2140,9 @@
2063
2140
  .e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon,
2064
2141
  .e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon {
2065
2142
  height: 100%;
2066
- transform: none;
2143
+ -webkit-transform: none;
2144
+ transform: none;
2145
+ -webkit-transition: none;
2067
2146
  transition: none;
2068
2147
  width: 100%;
2069
2148
  }
@@ -2076,7 +2155,9 @@
2076
2155
  line-height: 36px;
2077
2156
  text-align: left;
2078
2157
  text-transform: uppercase;
2079
- transform: none;
2158
+ -webkit-transform: none;
2159
+ transform: none;
2160
+ -webkit-transition: none;
2080
2161
  transition: none;
2081
2162
  }
2082
2163
  .e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon::after,
@@ -2143,14 +2224,17 @@
2143
2224
  overflow: hidden;
2144
2225
  }
2145
2226
  .e-tab.e-vertical-tab .e-content {
2227
+ display: -webkit-box;
2146
2228
  display: -ms-flexbox;
2147
2229
  display: flex;
2148
2230
  }
2149
2231
  .e-tab.e-vertical-tab .e-content .e-item.e-active {
2232
+ display: -webkit-box;
2150
2233
  display: -ms-flexbox;
2151
2234
  display: flex;
2152
- -ms-flex: none;
2153
- flex: none;
2235
+ -webkit-box-flex: 0;
2236
+ -ms-flex: none;
2237
+ flex: none;
2154
2238
  }
2155
2239
  .e-tab.e-vertical-tab .e-content .e-item,
2156
2240
  .e-tab.e-vertical-tab .e-content .e-item > :first-child {
@@ -2272,6 +2356,7 @@
2272
2356
  }
2273
2357
  .e-tab.e-ie .e-tab-header .e-hor-nav.e-ie-align,
2274
2358
  .e-tab.e-ie .e-tab-header .e-scroll-nav.e-ie-align {
2359
+ display: -webkit-box;
2275
2360
  display: -ms-flexbox;
2276
2361
  display: flex;
2277
2362
  }
@@ -2291,31 +2376,46 @@
2291
2376
  }
2292
2377
  .e-tab.e-ie .e-tab-header .e-popup-up-icon,
2293
2378
  .e-tab.e-ie .e-tab-header .e-popup-down-icon {
2294
- transform: none;
2379
+ -webkit-transform: none;
2380
+ transform: none;
2381
+ -webkit-transition: none;
2295
2382
  transition: none;
2296
2383
  }
2297
2384
  .e-tab.e-ie .e-tab-header .e-popup-up-icon::before {
2298
- transform: rotate(180deg);
2385
+ -webkit-transform: rotate(180deg);
2386
+ transform: rotate(180deg);
2387
+ -webkit-transition: -webkit-transform 0.1s ease;
2388
+ transition: -webkit-transform 0.1s ease;
2299
2389
  transition: transform 0.1s ease;
2390
+ transition: transform 0.1s ease, -webkit-transform 0.1s ease;
2300
2391
  }
2301
2392
  @media screen and (max-width: 480px) {
2302
2393
  .e-tab.e-ie .e-tab-header .e-popup-up-icon::before {
2303
- transform: none;
2394
+ -webkit-transform: none;
2395
+ transform: none;
2396
+ -webkit-transition: none;
2304
2397
  transition: none;
2305
2398
  }
2306
2399
  }
2307
2400
  .e-tab.e-ie .e-tab-header .e-popup-down-icon::before {
2308
- transform: rotate(0deg);
2401
+ -webkit-transform: rotate(0deg);
2402
+ transform: rotate(0deg);
2403
+ -webkit-transition: -webkit-transform 0.1s ease;
2404
+ transition: -webkit-transform 0.1s ease;
2309
2405
  transition: transform 0.1s ease;
2406
+ transition: transform 0.1s ease, -webkit-transform 0.1s ease;
2310
2407
  }
2311
2408
  @media screen and (max-width: 480px) {
2312
2409
  .e-tab.e-ie .e-tab-header .e-popup-down-icon::before {
2313
- transform: none;
2410
+ -webkit-transform: none;
2411
+ transform: none;
2412
+ -webkit-transition: none;
2314
2413
  transition: none;
2315
2414
  }
2316
2415
  }
2317
2416
  .e-tab.e-edge .e-tab-header .e-hor-nav.e-ie-align,
2318
2417
  .e-tab.e-edge .e-tab-header .e-scroll-nav.e-ie-align {
2418
+ display: -webkit-box;
2319
2419
  display: -ms-flexbox;
2320
2420
  display: flex;
2321
2421
  }
@@ -2336,48 +2436,74 @@
2336
2436
  position: relative;
2337
2437
  }
2338
2438
  .e-tab.e-edge .e-tab-header .e-popup-up-icon {
2339
- transform: rotate(180deg);
2439
+ -webkit-transform: rotate(180deg);
2440
+ transform: rotate(180deg);
2441
+ -webkit-transition: -webkit-transform 0.1s ease;
2442
+ transition: -webkit-transform 0.1s ease;
2340
2443
  transition: transform 0.1s ease;
2444
+ transition: transform 0.1s ease, -webkit-transform 0.1s ease;
2341
2445
  }
2342
2446
  @media screen and (max-width: 480px) {
2343
2447
  .e-tab.e-edge .e-tab-header .e-popup-up-icon {
2344
- transform: none;
2448
+ -webkit-transform: none;
2449
+ transform: none;
2450
+ -webkit-transition: none;
2345
2451
  transition: none;
2346
2452
  }
2347
2453
  }
2348
2454
  .e-tab.e-edge .e-tab-header .e-popup-down-icon {
2349
- transform: rotate(0deg);
2455
+ -webkit-transform: rotate(0deg);
2456
+ transform: rotate(0deg);
2457
+ -webkit-transition: -webkit-transform 0.1s ease;
2458
+ transition: -webkit-transform 0.1s ease;
2350
2459
  transition: transform 0.1s ease;
2460
+ transition: transform 0.1s ease, -webkit-transform 0.1s ease;
2351
2461
  }
2352
2462
  @media screen and (max-width: 480px) {
2353
2463
  .e-tab.e-edge .e-tab-header .e-popup-down-icon {
2354
- transform: none;
2464
+ -webkit-transform: none;
2465
+ transform: none;
2466
+ -webkit-transition: none;
2355
2467
  transition: none;
2356
2468
  }
2357
2469
  }
2358
2470
  @media screen and (max-width: 480px) and (max-width: 480px) {
2359
2471
  .e-tab.e-edge .e-tab-header .e-popup-down-icon {
2360
- transform: none;
2472
+ -webkit-transform: none;
2473
+ transform: none;
2474
+ -webkit-transition: none;
2361
2475
  transition: none;
2362
2476
  }
2363
2477
  }
2364
2478
  .e-tab.e-edge .e-tab-header .e-popup-up-icon::before {
2365
- transform: rotate(180deg);
2479
+ -webkit-transform: rotate(180deg);
2480
+ transform: rotate(180deg);
2481
+ -webkit-transition: -webkit-transform 0.1s ease;
2482
+ transition: -webkit-transform 0.1s ease;
2366
2483
  transition: transform 0.1s ease;
2484
+ transition: transform 0.1s ease, -webkit-transform 0.1s ease;
2367
2485
  }
2368
2486
  @media screen and (max-width: 480px) {
2369
2487
  .e-tab.e-edge .e-tab-header .e-popup-up-icon::before {
2370
- transform: none;
2488
+ -webkit-transform: none;
2489
+ transform: none;
2490
+ -webkit-transition: none;
2371
2491
  transition: none;
2372
2492
  }
2373
2493
  }
2374
2494
  .e-tab.e-edge .e-tab-header .e-popup-down-icon::before {
2375
- transform: rotate(0deg);
2495
+ -webkit-transform: rotate(0deg);
2496
+ transform: rotate(0deg);
2497
+ -webkit-transition: -webkit-transform 0.1s ease;
2498
+ transition: -webkit-transform 0.1s ease;
2376
2499
  transition: transform 0.1s ease;
2500
+ transition: transform 0.1s ease, -webkit-transform 0.1s ease;
2377
2501
  }
2378
2502
  @media screen and (max-width: 480px) {
2379
2503
  .e-tab.e-edge .e-tab-header .e-popup-down-icon::before {
2380
- transform: none;
2504
+ -webkit-transform: none;
2505
+ transform: none;
2506
+ -webkit-transition: none;
2381
2507
  transition: none;
2382
2508
  }
2383
2509
  }
@@ -2708,8 +2834,10 @@
2708
2834
  .e-tab-clone-element .e-text-wrap {
2709
2835
  -ms-flex-line-pack: center;
2710
2836
  align-content: center;
2711
- -ms-flex-align: center;
2712
- align-items: center;
2837
+ -webkit-box-align: center;
2838
+ -ms-flex-align: center;
2839
+ align-items: center;
2840
+ display: -webkit-inline-box;
2713
2841
  display: -ms-inline-flexbox;
2714
2842
  display: inline-flex;
2715
2843
  height: 36px;
@@ -2726,7 +2854,6 @@
2726
2854
  font-weight: 500;
2727
2855
  text-transform: uppercase;
2728
2856
  -ms-flex-item-align: auto;
2729
- -ms-grid-row-align: auto;
2730
2857
  align-self: auto;
2731
2858
  }
2732
2859
  @media screen and (max-width: 480px) {
@@ -2751,6 +2878,7 @@
2751
2878
  top: 1px;
2752
2879
  }
2753
2880
  .e-tab-clone-element .e-icons.e-tab-icon {
2881
+ display: -webkit-inline-box;
2754
2882
  display: -ms-inline-flexbox;
2755
2883
  display: inline-flex;
2756
2884
  height: 20px;
@@ -2775,8 +2903,9 @@
2775
2903
  }
2776
2904
  }
2777
2905
  .e-tab-clone-element.e-icon .e-tab-wrap {
2778
- -ms-flex-pack: center;
2779
- justify-content: center;
2906
+ -webkit-box-pack: center;
2907
+ -ms-flex-pack: center;
2908
+ justify-content: center;
2780
2909
  padding: 0 18px;
2781
2910
  }
2782
2911
  @media screen and (max-width: 480px) {
@@ -2809,8 +2938,10 @@
2809
2938
  }
2810
2939
  }
2811
2940
  .e-tab-clone-element.e-itop .e-tab-wrap, .e-tab-clone-element.e-ibottom .e-tab-wrap {
2812
- -ms-flex-align: center;
2813
- align-items: center;
2941
+ -webkit-box-align: center;
2942
+ -ms-flex-align: center;
2943
+ align-items: center;
2944
+ display: -webkit-box;
2814
2945
  display: -ms-flexbox;
2815
2946
  display: flex;
2816
2947
  height: 62px;
@@ -2856,21 +2987,28 @@
2856
2987
  }
2857
2988
  .e-tab-clone-element .e-tab-icon.e-icon-top,
2858
2989
  .e-tab-clone-element .e-tab-icon.e-icon-bottom {
2859
- -ms-flex-align: center;
2860
- align-items: center;
2990
+ -webkit-box-align: center;
2991
+ -ms-flex-align: center;
2992
+ align-items: center;
2993
+ display: -webkit-box;
2861
2994
  display: -ms-flexbox;
2862
2995
  display: flex;
2863
- -ms-flex-direction: column;
2864
- flex-direction: column;
2865
- -ms-flex-pack: center;
2866
- justify-content: center;
2996
+ -webkit-box-orient: vertical;
2997
+ -webkit-box-direction: normal;
2998
+ -ms-flex-direction: column;
2999
+ flex-direction: column;
3000
+ -webkit-box-pack: center;
3001
+ -ms-flex-pack: center;
3002
+ justify-content: center;
2867
3003
  margin: auto;
2868
3004
  }
2869
3005
  .e-tab-clone-element.e-close-show .e-icons.e-close-icon {
2870
- -ms-flex-align: center;
2871
- align-items: center;
3006
+ -webkit-box-align: center;
3007
+ -ms-flex-align: center;
3008
+ align-items: center;
2872
3009
  -ms-flex-item-align: center;
2873
3010
  align-self: center;
3011
+ display: -webkit-inline-box;
2874
3012
  display: -ms-inline-flexbox;
2875
3013
  display: inline-flex;
2876
3014
  }
@@ -2915,7 +3053,6 @@
2915
3053
  .e-bigger .e-tab-clone-element .e-tab-text {
2916
3054
  font-size: 14px;
2917
3055
  -ms-flex-item-align: auto;
2918
- -ms-grid-row-align: auto;
2919
3056
  align-self: auto;
2920
3057
  }
2921
3058
  .e-bigger .e-tab-clone-element .e-icons.e-close-icon {
@@ -2991,7 +3128,6 @@
2991
3128
  margin: 0 0 10px;
2992
3129
  }
2993
3130
 
2994
- /*! tab theme */
2995
3131
  .e-tab {
2996
3132
  background: transparent;
2997
3133
  border: none;
@@ -3000,7 +3136,8 @@
3000
3136
  background: inherit;
3001
3137
  border: 0;
3002
3138
  border-radius: 0;
3003
- box-shadow: none;
3139
+ -webkit-box-shadow: none;
3140
+ box-shadow: none;
3004
3141
  font-weight: normal;
3005
3142
  border-bottom: 0;
3006
3143
  }
@@ -3127,7 +3264,8 @@
3127
3264
  background: #424242;
3128
3265
  border: 0;
3129
3266
  border-radius: 0;
3130
- box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.21);
3267
+ -webkit-box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.21);
3268
+ box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.21);
3131
3269
  overflow-y: auto;
3132
3270
  }
3133
3271
  .e-tab .e-tab-header .e-toolbar-pop[e-animate=true] {
@@ -3135,7 +3273,8 @@
3135
3273
  }
3136
3274
  @media screen and (max-width: 480px) {
3137
3275
  .e-tab .e-tab-header .e-toolbar-pop {
3138
- box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.21);
3276
+ -webkit-box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.21);
3277
+ box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.21);
3139
3278
  }
3140
3279
  }
3141
3280
  .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-tab-text,
@@ -3190,7 +3329,8 @@
3190
3329
  }
3191
3330
  .e-tab .e-tab-header .e-scroll-nav .e-nav-arrow:active,
3192
3331
  .e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:active {
3193
- box-shadow: none;
3332
+ -webkit-box-shadow: none;
3333
+ box-shadow: none;
3194
3334
  border: 0;
3195
3335
  }
3196
3336
  .e-tab .e-tab-header .e-scroll-nav:focus,
@@ -3216,7 +3356,8 @@
3216
3356
  }
3217
3357
  .e-tab .e-tab-header .e-scroll-nav:active,
3218
3358
  .e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:active {
3219
- box-shadow: none;
3359
+ -webkit-box-shadow: none;
3360
+ box-shadow: none;
3220
3361
  background: inherit;
3221
3362
  border: 0;
3222
3363
  }
@@ -3283,7 +3424,8 @@
3283
3424
  color: #fff;
3284
3425
  border: 0;
3285
3426
  border-radius: 0;
3286
- box-shadow: none;
3427
+ -webkit-box-shadow: none;
3428
+ box-shadow: none;
3287
3429
  }
3288
3430
  .e-tab .e-tab-header .e-hor-nav:hover,
3289
3431
  .e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):hover {
@@ -3296,14 +3438,16 @@
3296
3438
  }
3297
3439
  .e-tab .e-tab-header .e-hor-nav:active,
3298
3440
  .e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):active {
3299
- box-shadow: none;
3441
+ -webkit-box-shadow: none;
3442
+ box-shadow: none;
3300
3443
  background: transparent;
3301
3444
  }
3302
3445
  .e-tab .e-tab-header .e-hor-nav.e-nav-active,
3303
3446
  .e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav).e-nav-active {
3304
3447
  background: inherit;
3305
3448
  border: 0;
3306
- box-shadow: none;
3449
+ -webkit-box-shadow: none;
3450
+ box-shadow: none;
3307
3451
  border-radius: 0 4px 4px 0;
3308
3452
  }
3309
3453
  .e-tab .e-tab-header .e-hor-nav.e-nav-active .e-icons,
@@ -3364,7 +3508,8 @@
3364
3508
  border-radius: 0;
3365
3509
  }
3366
3510
  .e-tab .e-tab-header.e-vertical .e-toolbar-pop {
3367
- box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
3511
+ -webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
3512
+ box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
3368
3513
  }
3369
3514
  .e-tab .e-tab-header.e-vertical .e-scroll-nav {
3370
3515
  background: inherit;
@@ -3429,7 +3574,8 @@
3429
3574
  .e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon:active:hover {
3430
3575
  background: inherit;
3431
3576
  border: 0;
3432
- box-shadow: none;
3577
+ -webkit-box-shadow: none;
3578
+ box-shadow: none;
3433
3579
  }
3434
3580
  .e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-up-icon:active,
3435
3581
  .e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon:active {
@@ -3824,7 +3970,8 @@
3824
3970
  }
3825
3971
  .e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:active::after,
3826
3972
  .e-tab.e-background .e-tab-header .e-scroll-nav:active::after {
3827
- animation: hscroll-alt-popup-shadow 1s ease-out 0ms;
3973
+ -webkit-animation: hscroll-alt-popup-shadow 1s ease-out 0ms;
3974
+ animation: hscroll-alt-popup-shadow 1s ease-out 0ms;
3828
3975
  }
3829
3976
  .e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav),
3830
3977
  .e-tab.e-background .e-tab-header .e-hor-nav {
@@ -3876,7 +4023,8 @@
3876
4023
  }
3877
4024
  .e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):active::after,
3878
4025
  .e-tab.e-background .e-tab-header .e-hor-nav:active::after {
3879
- animation: tbar-alt-popup-shadow 1s ease-out 0ms;
4026
+ -webkit-animation: tbar-alt-popup-shadow 1s ease-out 0ms;
4027
+ animation: tbar-alt-popup-shadow 1s ease-out 0ms;
3880
4028
  }
3881
4029
  .e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav).e-nav-active .e-popup-up-icon,
3882
4030
  .e-tab.e-background .e-tab-header .e-hor-nav.e-nav-active .e-popup-up-icon {