@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,37 +1,69 @@
1
- /*! component's theme wise override definitions and variables */
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
+ }
2
12
  @keyframes tbar-popup-shadow {
3
13
  0% {
4
14
  border-color: rgba(255, 255, 255, 0.5);
5
- 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);
6
28
  }
7
29
  100% {
8
- 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);
9
32
  }
10
33
  }
11
- /*! Material theme definition's */
12
- /*! component's theme wise override definitions and variables */
13
- /*! Horizontal Tab */
14
34
  @keyframes tbar-alt-popup-shadow {
15
35
  0% {
16
36
  border-color: rgba(0, 0, 0, 0.12);
17
- 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);
18
50
  }
19
51
  100% {
20
- 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);
21
54
  }
22
55
  }
23
56
  @keyframes hscroll-alt-popup-shadow {
24
57
  0% {
25
58
  border-color: rgba(0, 0, 0, 0.12);
26
- 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);
27
61
  }
28
62
  100% {
29
- 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);
30
65
  }
31
66
  }
32
- /*! Material specific themes definition's */
33
- /*! Vertical Tab */
34
- /*! tab icons */
35
67
  .e-tab .e-tab-header .e-close-icon::before {
36
68
  content: "\e7fc";
37
69
  position: relative;
@@ -74,7 +106,6 @@
74
106
  position: relative;
75
107
  }
76
108
 
77
- /*! tab layout */
78
109
  .e-bigger .e-tab .e-tab-header,
79
110
  .e-tab.e-bigger .e-tab-header {
80
111
  height: 48px;
@@ -1231,6 +1262,7 @@
1231
1262
  left: unset;
1232
1263
  position: unset;
1233
1264
  right: unset;
1265
+ -webkit-transition: unset;
1234
1266
  transition: unset;
1235
1267
  }
1236
1268
  .e-tab .e-tab-header .e-toolbar-items .e-toolbar-item.e-active::after {
@@ -1282,6 +1314,7 @@
1282
1314
  left: 0;
1283
1315
  right: 0;
1284
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);
1285
1318
  transition: left 0.125s cubic-bezier(0.35, 0, 0.25, 1), right 0.25s cubic-bezier(0.35, 0, 0.25, 1);
1286
1319
  }
1287
1320
  .e-tab .e-tab-header .e-toolbar-item.e-hidden {
@@ -1314,8 +1347,10 @@
1314
1347
  .e-tab .e-tab-header .e-toolbar-item .e-text-wrap {
1315
1348
  -ms-flex-line-pack: center;
1316
1349
  align-content: center;
1317
- -ms-flex-align: center;
1318
- align-items: center;
1350
+ -webkit-box-align: center;
1351
+ -ms-flex-align: center;
1352
+ align-items: center;
1353
+ display: -webkit-inline-box;
1319
1354
  display: -ms-inline-flexbox;
1320
1355
  display: inline-flex;
1321
1356
  height: 36px;
@@ -1332,7 +1367,6 @@
1332
1367
  font-weight: 500;
1333
1368
  text-transform: uppercase;
1334
1369
  -ms-flex-item-align: auto;
1335
- -ms-grid-row-align: auto;
1336
1370
  align-self: auto;
1337
1371
  margin-bottom: 0;
1338
1372
  }
@@ -1406,6 +1440,7 @@
1406
1440
  top: 1px;
1407
1441
  }
1408
1442
  .e-tab .e-tab-header .e-toolbar-item .e-icons.e-tab-icon {
1443
+ display: -webkit-inline-box;
1409
1444
  display: -ms-inline-flexbox;
1410
1445
  display: inline-flex;
1411
1446
  height: 20px;
@@ -1439,8 +1474,9 @@
1439
1474
  left: 0;
1440
1475
  }
1441
1476
  .e-tab .e-tab-header .e-toolbar-item.e-icon .e-tab-wrap {
1442
- -ms-flex-pack: center;
1443
- justify-content: center;
1477
+ -webkit-box-pack: center;
1478
+ -ms-flex-pack: center;
1479
+ justify-content: center;
1444
1480
  padding: 0 18px;
1445
1481
  }
1446
1482
  @media screen and (max-width: 480px) {
@@ -1473,8 +1509,10 @@
1473
1509
  }
1474
1510
  }
1475
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 {
1476
- -ms-flex-align: center;
1477
- align-items: center;
1512
+ -webkit-box-align: center;
1513
+ -ms-flex-align: center;
1514
+ align-items: center;
1515
+ display: -webkit-box;
1478
1516
  display: -ms-flexbox;
1479
1517
  display: flex;
1480
1518
  height: 62px;
@@ -1526,14 +1564,19 @@
1526
1564
  }
1527
1565
  .e-tab .e-tab-header .e-toolbar-item .e-tab-icon.e-icon-top,
1528
1566
  .e-tab .e-tab-header .e-toolbar-item .e-tab-icon.e-icon-bottom {
1529
- -ms-flex-align: center;
1530
- align-items: center;
1567
+ -webkit-box-align: center;
1568
+ -ms-flex-align: center;
1569
+ align-items: center;
1570
+ display: -webkit-box;
1531
1571
  display: -ms-flexbox;
1532
1572
  display: flex;
1533
- -ms-flex-direction: column;
1534
- flex-direction: column;
1535
- -ms-flex-pack: center;
1536
- 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;
1537
1580
  margin: auto;
1538
1581
  }
1539
1582
  .e-tab .e-tab-header .e-toolbar-pop {
@@ -1571,6 +1614,7 @@
1571
1614
  width: 100%;
1572
1615
  }
1573
1616
  .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text {
1617
+ display: -webkit-inline-box;
1574
1618
  display: -ms-inline-flexbox;
1575
1619
  display: inline-flex;
1576
1620
  width: 100%;
@@ -1614,22 +1658,25 @@
1614
1658
  }
1615
1659
  }
1616
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;
1617
1662
  display: -ms-inline-flexbox;
1618
1663
  display: inline-flex;
1619
1664
  height: auto;
1620
1665
  }
1621
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 {
1622
1667
  display: block;
1623
- -ms-flex-pack: center;
1624
- justify-content: center;
1668
+ -webkit-box-pack: center;
1669
+ -ms-flex-pack: center;
1670
+ justify-content: center;
1625
1671
  margin: 0 0 0 10px;
1626
1672
  padding-left: 0;
1627
1673
  padding-right: 10px;
1628
1674
  }
1629
1675
  @media screen and (max-width: 480px) {
1630
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 {
1631
- -ms-flex-pack: center;
1632
- justify-content: center;
1677
+ -webkit-box-pack: center;
1678
+ -ms-flex-pack: center;
1679
+ justify-content: center;
1633
1680
  margin: 0 0 0 12px;
1634
1681
  padding-left: 0;
1635
1682
  padding-right: 0;
@@ -1644,14 +1691,17 @@
1644
1691
  }
1645
1692
  .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-icon.e-icon-top,
1646
1693
  .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-icon.e-icon-bottom {
1694
+ display: -webkit-inline-box;
1647
1695
  display: -ms-inline-flexbox;
1648
1696
  display: inline-flex;
1649
1697
  }
1650
1698
  .e-tab .e-tab-header.e-close-show .e-icons.e-close-icon {
1651
- -ms-flex-align: center;
1652
- align-items: center;
1699
+ -webkit-box-align: center;
1700
+ -ms-flex-align: center;
1701
+ align-items: center;
1653
1702
  -ms-flex-item-align: center;
1654
1703
  align-self: center;
1704
+ display: -webkit-inline-box;
1655
1705
  display: -ms-inline-flexbox;
1656
1706
  display: inline-flex;
1657
1707
  }
@@ -1662,6 +1712,7 @@
1662
1712
  }
1663
1713
  @media screen and (max-width: 480px) {
1664
1714
  .e-tab .e-tab-header.e-close-show .e-toolbar-item.e-active .e-close-icon {
1715
+ display: -webkit-inline-box;
1665
1716
  display: -ms-inline-flexbox;
1666
1717
  display: inline-flex;
1667
1718
  }
@@ -1775,22 +1826,34 @@
1775
1826
  }
1776
1827
  }
1777
1828
  .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon {
1778
- 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;
1779
1833
  transition: transform 0.1s ease;
1834
+ transition: transform 0.1s ease, -webkit-transform 0.1s ease;
1780
1835
  }
1781
1836
  @media screen and (max-width: 480px) {
1782
1837
  .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon {
1783
- transform: none;
1838
+ -webkit-transform: none;
1839
+ transform: none;
1840
+ -webkit-transition: none;
1784
1841
  transition: none;
1785
1842
  }
1786
1843
  }
1787
1844
  .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon {
1788
- 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;
1789
1849
  transition: transform 0.1s ease;
1850
+ transition: transform 0.1s ease, -webkit-transform 0.1s ease;
1790
1851
  }
1791
1852
  @media screen and (max-width: 480px) {
1792
1853
  .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon {
1793
- transform: none;
1854
+ -webkit-transform: none;
1855
+ transform: none;
1856
+ -webkit-transition: none;
1794
1857
  transition: none;
1795
1858
  }
1796
1859
  }
@@ -1829,6 +1892,7 @@
1829
1892
  position: unset;
1830
1893
  right: unset;
1831
1894
  top: unset;
1895
+ -webkit-transition: unset;
1832
1896
  transition: unset;
1833
1897
  }
1834
1898
  .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items .e-toolbar-item.e-active::after {
@@ -1922,15 +1986,19 @@
1922
1986
  }
1923
1987
  .e-tab .e-tab-header.e-vertical .e-indicator {
1924
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);
1925
1990
  transition: top 0.125s cubic-bezier(0.35, 0, 0.25, 1), bottom 0.25s cubic-bezier(0.35, 0, 0.25, 1);
1926
1991
  width: 2px;
1927
1992
  }
1928
1993
  .e-tab .e-tab-header.e-vertical .e-toolbar-items {
1929
1994
  height: inherit;
1930
- -ms-flex-direction: column;
1931
- flex-direction: column;
1932
- -ms-flex-align: normal;
1933
- 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;
1934
2002
  }
1935
2003
  .e-tab .e-tab-header.e-vertical .e-toolbar-items.e-vscroll:not(.e-scroll-device) {
1936
2004
  padding: 16px 0;
@@ -1996,6 +2064,7 @@
1996
2064
  left: unset;
1997
2065
  position: unset;
1998
2066
  right: unset;
2067
+ -webkit-transition: unset;
1999
2068
  transition: unset;
2000
2069
  width: unset;
2001
2070
  }
@@ -2036,6 +2105,7 @@
2036
2105
  left: unset;
2037
2106
  position: unset;
2038
2107
  right: unset;
2108
+ -webkit-transition: unset;
2039
2109
  transition: unset;
2040
2110
  width: unset;
2041
2111
  }
@@ -2050,8 +2120,9 @@
2050
2120
  }
2051
2121
  .e-tab .e-tab-header.e-vertical .e-scroll-nav {
2052
2122
  height: 16px;
2053
- -ms-flex-pack: center;
2054
- justify-content: center;
2123
+ -webkit-box-pack: center;
2124
+ -ms-flex-pack: center;
2125
+ justify-content: center;
2055
2126
  min-height: 16px;
2056
2127
  width: 100%;
2057
2128
  }
@@ -2069,7 +2140,9 @@
2069
2140
  .e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon,
2070
2141
  .e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon {
2071
2142
  height: 100%;
2072
- transform: none;
2143
+ -webkit-transform: none;
2144
+ transform: none;
2145
+ -webkit-transition: none;
2073
2146
  transition: none;
2074
2147
  width: 100%;
2075
2148
  }
@@ -2082,7 +2155,9 @@
2082
2155
  line-height: 35px;
2083
2156
  text-align: left;
2084
2157
  text-transform: uppercase;
2085
- transform: none;
2158
+ -webkit-transform: none;
2159
+ transform: none;
2160
+ -webkit-transition: none;
2086
2161
  transition: none;
2087
2162
  }
2088
2163
  .e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon::after,
@@ -2149,14 +2224,17 @@
2149
2224
  overflow: hidden;
2150
2225
  }
2151
2226
  .e-tab.e-vertical-tab .e-content {
2227
+ display: -webkit-box;
2152
2228
  display: -ms-flexbox;
2153
2229
  display: flex;
2154
2230
  }
2155
2231
  .e-tab.e-vertical-tab .e-content .e-item.e-active {
2232
+ display: -webkit-box;
2156
2233
  display: -ms-flexbox;
2157
2234
  display: flex;
2158
- -ms-flex: none;
2159
- flex: none;
2235
+ -webkit-box-flex: 0;
2236
+ -ms-flex: none;
2237
+ flex: none;
2160
2238
  }
2161
2239
  .e-tab.e-vertical-tab .e-content .e-item,
2162
2240
  .e-tab.e-vertical-tab .e-content .e-item > :first-child {
@@ -2278,6 +2356,7 @@
2278
2356
  }
2279
2357
  .e-tab.e-ie .e-tab-header .e-hor-nav.e-ie-align,
2280
2358
  .e-tab.e-ie .e-tab-header .e-scroll-nav.e-ie-align {
2359
+ display: -webkit-box;
2281
2360
  display: -ms-flexbox;
2282
2361
  display: flex;
2283
2362
  }
@@ -2297,31 +2376,46 @@
2297
2376
  }
2298
2377
  .e-tab.e-ie .e-tab-header .e-popup-up-icon,
2299
2378
  .e-tab.e-ie .e-tab-header .e-popup-down-icon {
2300
- transform: none;
2379
+ -webkit-transform: none;
2380
+ transform: none;
2381
+ -webkit-transition: none;
2301
2382
  transition: none;
2302
2383
  }
2303
2384
  .e-tab.e-ie .e-tab-header .e-popup-up-icon::before {
2304
- 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;
2305
2389
  transition: transform 0.1s ease;
2390
+ transition: transform 0.1s ease, -webkit-transform 0.1s ease;
2306
2391
  }
2307
2392
  @media screen and (max-width: 480px) {
2308
2393
  .e-tab.e-ie .e-tab-header .e-popup-up-icon::before {
2309
- transform: none;
2394
+ -webkit-transform: none;
2395
+ transform: none;
2396
+ -webkit-transition: none;
2310
2397
  transition: none;
2311
2398
  }
2312
2399
  }
2313
2400
  .e-tab.e-ie .e-tab-header .e-popup-down-icon::before {
2314
- 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;
2315
2405
  transition: transform 0.1s ease;
2406
+ transition: transform 0.1s ease, -webkit-transform 0.1s ease;
2316
2407
  }
2317
2408
  @media screen and (max-width: 480px) {
2318
2409
  .e-tab.e-ie .e-tab-header .e-popup-down-icon::before {
2319
- transform: none;
2410
+ -webkit-transform: none;
2411
+ transform: none;
2412
+ -webkit-transition: none;
2320
2413
  transition: none;
2321
2414
  }
2322
2415
  }
2323
2416
  .e-tab.e-edge .e-tab-header .e-hor-nav.e-ie-align,
2324
2417
  .e-tab.e-edge .e-tab-header .e-scroll-nav.e-ie-align {
2418
+ display: -webkit-box;
2325
2419
  display: -ms-flexbox;
2326
2420
  display: flex;
2327
2421
  }
@@ -2342,48 +2436,74 @@
2342
2436
  position: relative;
2343
2437
  }
2344
2438
  .e-tab.e-edge .e-tab-header .e-popup-up-icon {
2345
- 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;
2346
2443
  transition: transform 0.1s ease;
2444
+ transition: transform 0.1s ease, -webkit-transform 0.1s ease;
2347
2445
  }
2348
2446
  @media screen and (max-width: 480px) {
2349
2447
  .e-tab.e-edge .e-tab-header .e-popup-up-icon {
2350
- transform: none;
2448
+ -webkit-transform: none;
2449
+ transform: none;
2450
+ -webkit-transition: none;
2351
2451
  transition: none;
2352
2452
  }
2353
2453
  }
2354
2454
  .e-tab.e-edge .e-tab-header .e-popup-down-icon {
2355
- 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;
2356
2459
  transition: transform 0.1s ease;
2460
+ transition: transform 0.1s ease, -webkit-transform 0.1s ease;
2357
2461
  }
2358
2462
  @media screen and (max-width: 480px) {
2359
2463
  .e-tab.e-edge .e-tab-header .e-popup-down-icon {
2360
- transform: none;
2464
+ -webkit-transform: none;
2465
+ transform: none;
2466
+ -webkit-transition: none;
2361
2467
  transition: none;
2362
2468
  }
2363
2469
  }
2364
2470
  @media screen and (max-width: 480px) and (max-width: 480px) {
2365
2471
  .e-tab.e-edge .e-tab-header .e-popup-down-icon {
2366
- transform: none;
2472
+ -webkit-transform: none;
2473
+ transform: none;
2474
+ -webkit-transition: none;
2367
2475
  transition: none;
2368
2476
  }
2369
2477
  }
2370
2478
  .e-tab.e-edge .e-tab-header .e-popup-up-icon::before {
2371
- 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;
2372
2483
  transition: transform 0.1s ease;
2484
+ transition: transform 0.1s ease, -webkit-transform 0.1s ease;
2373
2485
  }
2374
2486
  @media screen and (max-width: 480px) {
2375
2487
  .e-tab.e-edge .e-tab-header .e-popup-up-icon::before {
2376
- transform: none;
2488
+ -webkit-transform: none;
2489
+ transform: none;
2490
+ -webkit-transition: none;
2377
2491
  transition: none;
2378
2492
  }
2379
2493
  }
2380
2494
  .e-tab.e-edge .e-tab-header .e-popup-down-icon::before {
2381
- 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;
2382
2499
  transition: transform 0.1s ease;
2500
+ transition: transform 0.1s ease, -webkit-transform 0.1s ease;
2383
2501
  }
2384
2502
  @media screen and (max-width: 480px) {
2385
2503
  .e-tab.e-edge .e-tab-header .e-popup-down-icon::before {
2386
- transform: none;
2504
+ -webkit-transform: none;
2505
+ transform: none;
2506
+ -webkit-transition: none;
2387
2507
  transition: none;
2388
2508
  }
2389
2509
  }
@@ -2714,8 +2834,10 @@
2714
2834
  .e-tab-clone-element .e-text-wrap {
2715
2835
  -ms-flex-line-pack: center;
2716
2836
  align-content: center;
2717
- -ms-flex-align: center;
2718
- align-items: center;
2837
+ -webkit-box-align: center;
2838
+ -ms-flex-align: center;
2839
+ align-items: center;
2840
+ display: -webkit-inline-box;
2719
2841
  display: -ms-inline-flexbox;
2720
2842
  display: inline-flex;
2721
2843
  height: 36px;
@@ -2732,7 +2854,6 @@
2732
2854
  font-weight: 500;
2733
2855
  text-transform: uppercase;
2734
2856
  -ms-flex-item-align: auto;
2735
- -ms-grid-row-align: auto;
2736
2857
  align-self: auto;
2737
2858
  }
2738
2859
  @media screen and (max-width: 480px) {
@@ -2757,6 +2878,7 @@
2757
2878
  top: 1px;
2758
2879
  }
2759
2880
  .e-tab-clone-element .e-icons.e-tab-icon {
2881
+ display: -webkit-inline-box;
2760
2882
  display: -ms-inline-flexbox;
2761
2883
  display: inline-flex;
2762
2884
  height: 20px;
@@ -2781,8 +2903,9 @@
2781
2903
  }
2782
2904
  }
2783
2905
  .e-tab-clone-element.e-icon .e-tab-wrap {
2784
- -ms-flex-pack: center;
2785
- justify-content: center;
2906
+ -webkit-box-pack: center;
2907
+ -ms-flex-pack: center;
2908
+ justify-content: center;
2786
2909
  padding: 0 18px;
2787
2910
  }
2788
2911
  @media screen and (max-width: 480px) {
@@ -2815,8 +2938,10 @@
2815
2938
  }
2816
2939
  }
2817
2940
  .e-tab-clone-element.e-itop .e-tab-wrap, .e-tab-clone-element.e-ibottom .e-tab-wrap {
2818
- -ms-flex-align: center;
2819
- align-items: center;
2941
+ -webkit-box-align: center;
2942
+ -ms-flex-align: center;
2943
+ align-items: center;
2944
+ display: -webkit-box;
2820
2945
  display: -ms-flexbox;
2821
2946
  display: flex;
2822
2947
  height: 62px;
@@ -2862,21 +2987,28 @@
2862
2987
  }
2863
2988
  .e-tab-clone-element .e-tab-icon.e-icon-top,
2864
2989
  .e-tab-clone-element .e-tab-icon.e-icon-bottom {
2865
- -ms-flex-align: center;
2866
- align-items: center;
2990
+ -webkit-box-align: center;
2991
+ -ms-flex-align: center;
2992
+ align-items: center;
2993
+ display: -webkit-box;
2867
2994
  display: -ms-flexbox;
2868
2995
  display: flex;
2869
- -ms-flex-direction: column;
2870
- flex-direction: column;
2871
- -ms-flex-pack: center;
2872
- 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;
2873
3003
  margin: auto;
2874
3004
  }
2875
3005
  .e-tab-clone-element.e-close-show .e-icons.e-close-icon {
2876
- -ms-flex-align: center;
2877
- align-items: center;
3006
+ -webkit-box-align: center;
3007
+ -ms-flex-align: center;
3008
+ align-items: center;
2878
3009
  -ms-flex-item-align: center;
2879
3010
  align-self: center;
3011
+ display: -webkit-inline-box;
2880
3012
  display: -ms-inline-flexbox;
2881
3013
  display: inline-flex;
2882
3014
  }
@@ -2921,7 +3053,6 @@
2921
3053
  .e-bigger .e-tab-clone-element .e-tab-text {
2922
3054
  font-size: 14px;
2923
3055
  -ms-flex-item-align: auto;
2924
- -ms-grid-row-align: auto;
2925
3056
  align-self: auto;
2926
3057
  }
2927
3058
  .e-bigger .e-tab-clone-element .e-icons.e-close-icon {
@@ -2997,7 +3128,6 @@
2997
3128
  margin: 0 0 10px;
2998
3129
  }
2999
3130
 
3000
- /*! tab theme */
3001
3131
  .e-tab {
3002
3132
  background: transparent;
3003
3133
  border: none;
@@ -3006,7 +3136,8 @@
3006
3136
  background: inherit;
3007
3137
  border: 0;
3008
3138
  border-radius: 0;
3009
- box-shadow: none;
3139
+ -webkit-box-shadow: none;
3140
+ box-shadow: none;
3010
3141
  font-weight: normal;
3011
3142
  border-bottom: 0;
3012
3143
  }
@@ -3133,7 +3264,8 @@
3133
3264
  background: #fff;
3134
3265
  border: 0;
3135
3266
  border-radius: 0;
3136
- 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);
3137
3269
  overflow-y: auto;
3138
3270
  }
3139
3271
  .e-tab .e-tab-header .e-toolbar-pop[e-animate=true] {
@@ -3141,7 +3273,8 @@
3141
3273
  }
3142
3274
  @media screen and (max-width: 480px) {
3143
3275
  .e-tab .e-tab-header .e-toolbar-pop {
3144
- 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);
3145
3278
  }
3146
3279
  }
3147
3280
  .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-tab-text,
@@ -3196,7 +3329,8 @@
3196
3329
  }
3197
3330
  .e-tab .e-tab-header .e-scroll-nav .e-nav-arrow:active,
3198
3331
  .e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:active {
3199
- box-shadow: none;
3332
+ -webkit-box-shadow: none;
3333
+ box-shadow: none;
3200
3334
  border: 0;
3201
3335
  }
3202
3336
  .e-tab .e-tab-header .e-scroll-nav:focus,
@@ -3222,7 +3356,8 @@
3222
3356
  }
3223
3357
  .e-tab .e-tab-header .e-scroll-nav:active,
3224
3358
  .e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:active {
3225
- box-shadow: none;
3359
+ -webkit-box-shadow: none;
3360
+ box-shadow: none;
3226
3361
  background: inherit;
3227
3362
  border: 0;
3228
3363
  }
@@ -3289,7 +3424,8 @@
3289
3424
  color: rgba(0, 0, 0, 0.87);
3290
3425
  border: 0;
3291
3426
  border-radius: 0;
3292
- box-shadow: none;
3427
+ -webkit-box-shadow: none;
3428
+ box-shadow: none;
3293
3429
  }
3294
3430
  .e-tab .e-tab-header .e-hor-nav:hover,
3295
3431
  .e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):hover {
@@ -3302,14 +3438,16 @@
3302
3438
  }
3303
3439
  .e-tab .e-tab-header .e-hor-nav:active,
3304
3440
  .e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):active {
3305
- box-shadow: none;
3441
+ -webkit-box-shadow: none;
3442
+ box-shadow: none;
3306
3443
  background: transparent;
3307
3444
  }
3308
3445
  .e-tab .e-tab-header .e-hor-nav.e-nav-active,
3309
3446
  .e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav).e-nav-active {
3310
3447
  background: inherit;
3311
3448
  border: 0;
3312
- box-shadow: none;
3449
+ -webkit-box-shadow: none;
3450
+ box-shadow: none;
3313
3451
  border-radius: 0;
3314
3452
  }
3315
3453
  .e-tab .e-tab-header .e-hor-nav.e-nav-active .e-icons,
@@ -3370,7 +3508,8 @@
3370
3508
  border-radius: 0;
3371
3509
  }
3372
3510
  .e-tab .e-tab-header.e-vertical .e-toolbar-pop {
3373
- 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);
3374
3513
  }
3375
3514
  .e-tab .e-tab-header.e-vertical .e-scroll-nav {
3376
3515
  background: inherit;
@@ -3435,7 +3574,8 @@
3435
3574
  .e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon:active:hover {
3436
3575
  background: inherit;
3437
3576
  border: 0;
3438
- box-shadow: none;
3577
+ -webkit-box-shadow: none;
3578
+ box-shadow: none;
3439
3579
  }
3440
3580
  .e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-up-icon:active,
3441
3581
  .e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon:active {
@@ -3830,7 +3970,8 @@
3830
3970
  }
3831
3971
  .e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:active::after,
3832
3972
  .e-tab.e-background .e-tab-header .e-scroll-nav:active::after {
3833
- 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;
3834
3975
  }
3835
3976
  .e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav),
3836
3977
  .e-tab.e-background .e-tab-header .e-hor-nav {
@@ -3882,7 +4023,8 @@
3882
4023
  }
3883
4024
  .e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):active::after,
3884
4025
  .e-tab.e-background .e-tab-header .e-hor-nav:active::after {
3885
- 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;
3886
4028
  }
3887
4029
  .e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav).e-nav-active .e-popup-up-icon,
3888
4030
  .e-tab.e-background .e-tab-header .e-hor-nav.e-nav-active .e-popup-up-icon {