@syncfusion/ej2-navigations 19.4.56 → 20.1.51

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 (371) hide show
  1. package/CHANGELOG.md +53 -2
  2. package/README.md +16 -1
  3. package/carousel.d.ts +4 -0
  4. package/carousel.js +4 -0
  5. package/dist/ej2-navigations.umd.min.js +2 -2
  6. package/dist/ej2-navigations.umd.min.js.map +1 -1
  7. package/dist/es6/ej2-navigations.es2015.js +1065 -30
  8. package/dist/es6/ej2-navigations.es2015.js.map +1 -1
  9. package/dist/es6/ej2-navigations.es5.js +1106 -33
  10. package/dist/es6/ej2-navigations.es5.js.map +1 -1
  11. package/dist/global/ej2-navigations.min.js +2 -2
  12. package/dist/global/ej2-navigations.min.js.map +1 -1
  13. package/dist/global/index.d.ts +1 -1
  14. package/package.json +11 -11
  15. package/src/accordion/accordion.js +11 -3
  16. package/src/breadcrumb/breadcrumb.js +6 -0
  17. package/src/carousel/carousel-model.d.ts +227 -0
  18. package/src/carousel/carousel.d.ts +338 -0
  19. package/src/carousel/carousel.js +988 -0
  20. package/src/carousel/index.d.ts +3 -0
  21. package/src/carousel/index.js +2 -0
  22. package/src/common/h-scroll.js +5 -3
  23. package/src/common/menu-base.js +11 -13
  24. package/src/index.d.ts +1 -0
  25. package/src/index.js +1 -0
  26. package/src/tab/tab-model.d.ts +1 -1
  27. package/src/tab/tab.js +72 -11
  28. package/src/toolbar/toolbar.js +11 -0
  29. package/src/treeview/treeview.js +5 -2
  30. package/styles/accordion/_bootstrap-dark-definition.scss +4 -4
  31. package/styles/accordion/_bootstrap-definition.scss +4 -4
  32. package/styles/accordion/_bootstrap4-definition.scss +4 -4
  33. package/styles/accordion/_bootstrap5-definition.scss +10 -10
  34. package/styles/accordion/_fabric-dark-definition.scss +9 -9
  35. package/styles/accordion/_fabric-definition.scss +9 -9
  36. package/styles/accordion/_fluent-dark-definition.scss +1 -0
  37. package/styles/accordion/_fluent-definition.scss +10 -10
  38. package/styles/accordion/_highcontrast-definition.scss +8 -8
  39. package/styles/accordion/_highcontrast-light-definition.scss +8 -8
  40. package/styles/accordion/_layout.scss +56 -86
  41. package/styles/accordion/_material-dark-definition.scss +8 -8
  42. package/styles/accordion/_material-definition.scss +8 -8
  43. package/styles/accordion/_tailwind-definition.scss +10 -10
  44. package/styles/accordion/_theme.scss +14 -1
  45. package/styles/accordion/bootstrap-dark.css +48 -63
  46. package/styles/accordion/bootstrap.css +48 -63
  47. package/styles/accordion/bootstrap4.css +48 -63
  48. package/styles/accordion/bootstrap5-dark.css +51 -66
  49. package/styles/accordion/bootstrap5.css +51 -66
  50. package/styles/accordion/fabric-dark.css +50 -65
  51. package/styles/accordion/fabric.css +50 -65
  52. package/styles/accordion/fluent-dark.css +395 -0
  53. package/styles/accordion/fluent-dark.scss +4 -0
  54. package/styles/accordion/fluent.css +395 -0
  55. package/styles/accordion/fluent.scss +4 -0
  56. package/styles/accordion/highcontrast-light.css +49 -64
  57. package/styles/accordion/highcontrast.css +49 -64
  58. package/styles/accordion/icons/_fluent-dark.scss +1 -0
  59. package/styles/accordion/icons/_fluent.scss +2 -1
  60. package/styles/accordion/icons/_tailwind.scss +2 -1
  61. package/styles/accordion/material-dark.css +49 -64
  62. package/styles/accordion/material.css +49 -64
  63. package/styles/accordion/tailwind-dark.css +52 -67
  64. package/styles/accordion/tailwind.css +52 -67
  65. package/styles/bootstrap-dark.css +309 -68
  66. package/styles/bootstrap-dark.scss +1 -0
  67. package/styles/bootstrap.css +309 -68
  68. package/styles/bootstrap.scss +1 -0
  69. package/styles/bootstrap4.css +309 -68
  70. package/styles/bootstrap4.scss +1 -0
  71. package/styles/bootstrap5-dark.css +414 -170
  72. package/styles/bootstrap5-dark.scss +1 -0
  73. package/styles/bootstrap5.css +414 -170
  74. package/styles/bootstrap5.scss +1 -0
  75. package/styles/breadcrumb/_bootstrap5-definition.scss +2 -2
  76. package/styles/breadcrumb/_fluent-dark-definition.scss +1 -0
  77. package/styles/breadcrumb/_fluent-definition.scss +4 -1
  78. package/styles/breadcrumb/_layout.scss +42 -5
  79. package/styles/breadcrumb/_tailwind-dark-definition.scss +1 -60
  80. package/styles/breadcrumb/_tailwind-definition.scss +2 -2
  81. package/styles/breadcrumb/_theme.scss +11 -5
  82. package/styles/breadcrumb/bootstrap-dark.css +9 -1
  83. package/styles/breadcrumb/bootstrap.css +9 -1
  84. package/styles/breadcrumb/bootstrap4.css +9 -1
  85. package/styles/breadcrumb/bootstrap5-dark.css +11 -3
  86. package/styles/breadcrumb/bootstrap5.css +11 -3
  87. package/styles/breadcrumb/fabric-dark.css +9 -3
  88. package/styles/breadcrumb/fabric.css +9 -3
  89. package/styles/breadcrumb/fluent-dark.css +444 -0
  90. package/styles/breadcrumb/fluent-dark.scss +4 -0
  91. package/styles/breadcrumb/fluent.css +444 -0
  92. package/styles/breadcrumb/fluent.scss +4 -0
  93. package/styles/breadcrumb/highcontrast-light.css +9 -3
  94. package/styles/breadcrumb/highcontrast.css +9 -3
  95. package/styles/breadcrumb/icons/_fluent-dark.scss +1 -0
  96. package/styles/breadcrumb/icons/_fluent.scss +4 -4
  97. package/styles/breadcrumb/icons/_tailwind-dark.scss +13 -2
  98. package/styles/breadcrumb/icons/_tailwind.scss +13 -2
  99. package/styles/breadcrumb/material-dark.css +9 -1
  100. package/styles/breadcrumb/material.css +9 -1
  101. package/styles/breadcrumb/tailwind-dark.css +27 -10
  102. package/styles/breadcrumb/tailwind.css +26 -9
  103. package/styles/carousel/_all.scss +2 -0
  104. package/styles/carousel/_bootstrap-dark-definition.scss +22 -0
  105. package/styles/carousel/_bootstrap-definition.scss +22 -0
  106. package/styles/carousel/_bootstrap4-definition.scss +22 -0
  107. package/styles/carousel/_bootstrap5-dark-definition.scss +1 -0
  108. package/styles/carousel/_bootstrap5-definition.scss +22 -0
  109. package/styles/carousel/_fabric-dark-definition.scss +22 -0
  110. package/styles/carousel/_fabric-definition.scss +22 -0
  111. package/styles/carousel/_fluent-dark-definition.scss +1 -0
  112. package/styles/carousel/_fluent-definition.scss +22 -0
  113. package/styles/carousel/_highcontrast-definition.scss +22 -0
  114. package/styles/carousel/_highcontrast-light-definition.scss +22 -0
  115. package/styles/carousel/_layout.scss +150 -0
  116. package/styles/carousel/_material-dark-definition.scss +22 -0
  117. package/styles/carousel/_material-definition.scss +22 -0
  118. package/styles/carousel/_tailwind-dark-definition.scss +1 -0
  119. package/styles/carousel/_tailwind-definition.scss +22 -0
  120. package/styles/carousel/_theme.scss +56 -0
  121. package/styles/carousel/bootstrap-dark.css +236 -0
  122. package/styles/carousel/bootstrap-dark.scss +5 -0
  123. package/styles/carousel/bootstrap.css +236 -0
  124. package/styles/carousel/bootstrap.scss +5 -0
  125. package/styles/carousel/bootstrap4.css +236 -0
  126. package/styles/carousel/bootstrap4.scss +5 -0
  127. package/styles/carousel/bootstrap5-dark.css +236 -0
  128. package/styles/carousel/bootstrap5-dark.scss +5 -0
  129. package/styles/carousel/bootstrap5.css +236 -0
  130. package/styles/carousel/bootstrap5.scss +5 -0
  131. package/styles/carousel/fabric-dark.css +236 -0
  132. package/styles/carousel/fabric-dark.scss +5 -0
  133. package/styles/carousel/fabric.css +236 -0
  134. package/styles/carousel/fabric.scss +5 -0
  135. package/styles/carousel/fluent-dark.css +236 -0
  136. package/styles/carousel/fluent-dark.scss +5 -0
  137. package/styles/carousel/fluent.css +236 -0
  138. package/styles/carousel/fluent.scss +5 -0
  139. package/styles/carousel/highcontrast-light.css +236 -0
  140. package/styles/carousel/highcontrast-light.scss +5 -0
  141. package/styles/carousel/highcontrast.css +236 -0
  142. package/styles/carousel/highcontrast.scss +5 -0
  143. package/styles/carousel/icons/_bootstrap-dark.scss +30 -0
  144. package/styles/carousel/icons/_bootstrap.scss +30 -0
  145. package/styles/carousel/icons/_bootstrap4.scss +30 -0
  146. package/styles/carousel/icons/_bootstrap5-dark.scss +1 -0
  147. package/styles/carousel/icons/_bootstrap5.scss +30 -0
  148. package/styles/carousel/icons/_fabric-dark.scss +30 -0
  149. package/styles/carousel/icons/_fabric.scss +30 -0
  150. package/styles/carousel/icons/_fluent-dark.scss +1 -0
  151. package/styles/carousel/icons/_fluent.scss +30 -0
  152. package/styles/carousel/icons/_highcontrast-light.scss +30 -0
  153. package/styles/carousel/icons/_highcontrast.scss +30 -0
  154. package/styles/carousel/icons/_material-dark.scss +30 -0
  155. package/styles/carousel/icons/_material.scss +30 -0
  156. package/styles/carousel/icons/_tailwind-dark.scss +1 -0
  157. package/styles/carousel/icons/_tailwind.scss +30 -0
  158. package/styles/carousel/material-dark.css +237 -0
  159. package/styles/carousel/material-dark.scss +5 -0
  160. package/styles/carousel/material.css +237 -0
  161. package/styles/carousel/material.scss +5 -0
  162. package/styles/carousel/tailwind-dark.css +237 -0
  163. package/styles/carousel/tailwind-dark.scss +5 -0
  164. package/styles/carousel/tailwind.css +237 -0
  165. package/styles/carousel/tailwind.scss +5 -0
  166. package/styles/context-menu/_bootstrap5-definition.scss +2 -2
  167. package/styles/context-menu/_fluent-dark-definition.scss +1 -0
  168. package/styles/context-menu/_fluent-definition.scss +10 -10
  169. package/styles/context-menu/_layout-mixin.scss +3 -0
  170. package/styles/context-menu/_layout.scss +11 -1
  171. package/styles/context-menu/_tailwind-definition.scss +2 -1
  172. package/styles/context-menu/bootstrap-dark.css +5 -0
  173. package/styles/context-menu/bootstrap.css +5 -0
  174. package/styles/context-menu/bootstrap4.css +5 -0
  175. package/styles/context-menu/bootstrap5-dark.css +16 -8
  176. package/styles/context-menu/bootstrap5.css +16 -8
  177. package/styles/context-menu/fabric-dark.css +5 -0
  178. package/styles/context-menu/fabric.css +5 -0
  179. package/styles/context-menu/fluent-dark.css +388 -0
  180. package/styles/context-menu/fluent-dark.scss +4 -0
  181. package/styles/context-menu/fluent.css +388 -0
  182. package/styles/context-menu/fluent.scss +4 -0
  183. package/styles/context-menu/highcontrast-light.css +5 -0
  184. package/styles/context-menu/highcontrast.css +5 -0
  185. package/styles/context-menu/icons/_fluent-dark.scss +1 -0
  186. package/styles/context-menu/icons/_fluent.scss +3 -3
  187. package/styles/context-menu/icons/_tailwind-dark.scss +3 -3
  188. package/styles/context-menu/icons/_tailwind.scss +3 -3
  189. package/styles/context-menu/material-dark.css +5 -0
  190. package/styles/context-menu/material.css +5 -0
  191. package/styles/context-menu/tailwind-dark.css +11 -4
  192. package/styles/context-menu/tailwind.css +11 -4
  193. package/styles/fabric-dark.css +311 -72
  194. package/styles/fabric-dark.scss +1 -0
  195. package/styles/fabric.css +311 -72
  196. package/styles/fabric.scss +1 -0
  197. package/styles/fluent-dark.css +10263 -0
  198. package/styles/fluent-dark.scss +11 -0
  199. package/styles/fluent.css +10263 -0
  200. package/styles/fluent.scss +11 -0
  201. package/styles/h-scroll/_bootstrap5-definition.scss +3 -3
  202. package/styles/h-scroll/_fluent-dark-definition.scss +1 -0
  203. package/styles/h-scroll/_layout.scss +0 -1
  204. package/styles/h-scroll/_material-dark-definition.scss +3 -3
  205. package/styles/h-scroll/bootstrap-dark.css +0 -1
  206. package/styles/h-scroll/bootstrap.css +0 -1
  207. package/styles/h-scroll/bootstrap4.css +0 -1
  208. package/styles/h-scroll/bootstrap5-dark.css +10 -11
  209. package/styles/h-scroll/bootstrap5.css +10 -11
  210. package/styles/h-scroll/fabric-dark.css +0 -1
  211. package/styles/h-scroll/fabric.css +0 -1
  212. package/styles/h-scroll/fluent-dark.css +326 -0
  213. package/styles/h-scroll/fluent-dark.scss +4 -0
  214. package/styles/h-scroll/fluent.css +326 -0
  215. package/styles/h-scroll/fluent.scss +4 -0
  216. package/styles/h-scroll/highcontrast-light.css +0 -1
  217. package/styles/h-scroll/highcontrast.css +0 -1
  218. package/styles/h-scroll/icons/_fluent-dark.scss +1 -0
  219. package/styles/h-scroll/icons/_fluent.scss +9 -9
  220. package/styles/h-scroll/icons/_tailwind.scss +8 -8
  221. package/styles/h-scroll/material-dark.css +3 -4
  222. package/styles/h-scroll/material.css +0 -1
  223. package/styles/h-scroll/tailwind-dark.css +8 -9
  224. package/styles/h-scroll/tailwind.css +8 -9
  225. package/styles/highcontrast-light.css +310 -71
  226. package/styles/highcontrast-light.scss +1 -0
  227. package/styles/highcontrast.css +311 -72
  228. package/styles/highcontrast.scss +1 -0
  229. package/styles/material-dark.css +313 -72
  230. package/styles/material-dark.scss +1 -0
  231. package/styles/material.css +310 -69
  232. package/styles/material.scss +1 -0
  233. package/styles/menu/_bootstrap5-definition.scss +4 -5
  234. package/styles/menu/_fluent-dark-definition.scss +1 -0
  235. package/styles/menu/_fluent-definition.scss +9 -9
  236. package/styles/menu/_layout.scss +8 -4
  237. package/styles/menu/_tailwind-definition.scss +1 -0
  238. package/styles/menu/_theme.scss +9 -0
  239. package/styles/menu/bootstrap-dark.css +1 -2
  240. package/styles/menu/bootstrap.css +1 -2
  241. package/styles/menu/bootstrap4.css +1 -2
  242. package/styles/menu/bootstrap5-dark.css +23 -24
  243. package/styles/menu/bootstrap5.css +23 -24
  244. package/styles/menu/fabric-dark.css +1 -2
  245. package/styles/menu/fabric.css +1 -2
  246. package/styles/menu/fluent-dark.css +1261 -0
  247. package/styles/menu/fluent-dark.scss +8 -0
  248. package/styles/menu/fluent.css +1261 -0
  249. package/styles/menu/fluent.scss +8 -0
  250. package/styles/menu/highcontrast-light.css +1 -2
  251. package/styles/menu/highcontrast.css +1 -2
  252. package/styles/menu/icons/_fluent-dark.scss +1 -0
  253. package/styles/menu/icons/_fluent.scss +14 -14
  254. package/styles/menu/icons/_tailwind-dark.scss +14 -14
  255. package/styles/menu/icons/_tailwind.scss +15 -15
  256. package/styles/menu/material-dark.css +1 -2
  257. package/styles/menu/material.css +1 -2
  258. package/styles/menu/tailwind-dark.css +18 -18
  259. package/styles/menu/tailwind.css +18 -18
  260. package/styles/sidebar/_fluent-dark-definition.scss +1 -0
  261. package/styles/sidebar/_theme.scss +5 -0
  262. package/styles/sidebar/bootstrap-dark.css +4 -0
  263. package/styles/sidebar/bootstrap.css +4 -0
  264. package/styles/sidebar/bootstrap4.css +4 -0
  265. package/styles/sidebar/bootstrap5-dark.css +4 -0
  266. package/styles/sidebar/bootstrap5.css +4 -0
  267. package/styles/sidebar/fabric-dark.css +4 -0
  268. package/styles/sidebar/fabric.css +4 -0
  269. package/styles/sidebar/fluent-dark.css +158 -0
  270. package/styles/sidebar/fluent-dark.scss +3 -0
  271. package/styles/sidebar/fluent.css +158 -0
  272. package/styles/sidebar/fluent.scss +3 -0
  273. package/styles/sidebar/highcontrast-light.css +4 -0
  274. package/styles/sidebar/highcontrast.css +4 -0
  275. package/styles/sidebar/material-dark.css +4 -0
  276. package/styles/sidebar/material.css +4 -0
  277. package/styles/sidebar/tailwind-dark.css +4 -0
  278. package/styles/sidebar/tailwind.css +4 -0
  279. package/styles/tab/_bootstrap5-definition.scss +7 -7
  280. package/styles/tab/_fluent-dark-definition.scss +1 -0
  281. package/styles/tab/_fluent-definition.scss +20 -20
  282. package/styles/tab/_highcontrast-definition.scss +1 -1
  283. package/styles/tab/_layout.scss +68 -12
  284. package/styles/tab/_tailwind-definition.scss +7 -7
  285. package/styles/tab/_theme.scss +12 -6
  286. package/styles/tab/bootstrap-dark.css +1 -1
  287. package/styles/tab/bootstrap.css +1 -1
  288. package/styles/tab/bootstrap4.css +1 -1
  289. package/styles/tab/bootstrap5-dark.css +23 -23
  290. package/styles/tab/bootstrap5.css +23 -23
  291. package/styles/tab/fabric-dark.css +1 -1
  292. package/styles/tab/fabric.css +1 -1
  293. package/styles/tab/fluent-dark.css +4394 -0
  294. package/styles/tab/fluent-dark.scss +5 -0
  295. package/styles/tab/fluent.css +4394 -0
  296. package/styles/tab/fluent.scss +5 -0
  297. package/styles/tab/highcontrast-light.css +1 -1
  298. package/styles/tab/highcontrast.css +2 -2
  299. package/styles/tab/icons/_fluent-dark.scss +1 -0
  300. package/styles/tab/icons/_fluent.scss +19 -18
  301. package/styles/tab/icons/_tailwind.scss +19 -18
  302. package/styles/tab/material-dark.css +1 -1
  303. package/styles/tab/material.css +1 -1
  304. package/styles/tab/tailwind-dark.css +43 -45
  305. package/styles/tab/tailwind.css +43 -45
  306. package/styles/tailwind-dark.css +428 -177
  307. package/styles/tailwind-dark.scss +1 -0
  308. package/styles/tailwind.css +427 -176
  309. package/styles/tailwind.scss +1 -0
  310. package/styles/toolbar/_bootstrap-dark-definition.scss +1 -0
  311. package/styles/toolbar/_bootstrap-definition.scss +1 -0
  312. package/styles/toolbar/_bootstrap4-definition.scss +1 -0
  313. package/styles/toolbar/_bootstrap5-definition.scss +12 -11
  314. package/styles/toolbar/_fabric-dark-definition.scss +1 -0
  315. package/styles/toolbar/_fabric-definition.scss +1 -0
  316. package/styles/toolbar/_fluent-dark-definition.scss +1 -0
  317. package/styles/toolbar/_fluent-definition.scss +14 -13
  318. package/styles/toolbar/_highcontrast-definition.scss +1 -0
  319. package/styles/toolbar/_highcontrast-light-definition.scss +1 -0
  320. package/styles/toolbar/_layout.scss +13 -5
  321. package/styles/toolbar/_material-dark-definition.scss +1 -0
  322. package/styles/toolbar/_material-definition.scss +1 -0
  323. package/styles/toolbar/_tailwind-definition.scss +4 -3
  324. package/styles/toolbar/_theme.scss +5 -1
  325. package/styles/toolbar/bootstrap-dark.css +4 -0
  326. package/styles/toolbar/bootstrap.css +4 -0
  327. package/styles/toolbar/bootstrap4.css +4 -0
  328. package/styles/toolbar/bootstrap5-dark.css +35 -31
  329. package/styles/toolbar/bootstrap5.css +35 -31
  330. package/styles/toolbar/fabric-dark.css +4 -0
  331. package/styles/toolbar/fabric.css +4 -0
  332. package/styles/toolbar/fluent-dark.css +1365 -0
  333. package/styles/toolbar/fluent-dark.scss +8 -0
  334. package/styles/toolbar/fluent.css +1365 -0
  335. package/styles/toolbar/fluent.scss +8 -0
  336. package/styles/toolbar/highcontrast-light.css +4 -0
  337. package/styles/toolbar/highcontrast.css +4 -0
  338. package/styles/toolbar/icons/_fluent-dark.scss +1 -0
  339. package/styles/toolbar/icons/_fluent.scss +3 -2
  340. package/styles/toolbar/icons/_tailwind.scss +3 -2
  341. package/styles/toolbar/material-dark.css +4 -0
  342. package/styles/toolbar/material.css +4 -0
  343. package/styles/toolbar/tailwind-dark.css +10 -6
  344. package/styles/toolbar/tailwind.css +10 -6
  345. package/styles/treeview/_bootstrap5-definition.scss +2 -2
  346. package/styles/treeview/_fluent-dark-definition.scss +1 -0
  347. package/styles/treeview/_fluent-definition.scss +2 -2
  348. package/styles/treeview/_layout.scss +8 -3
  349. package/styles/treeview/_tailwind-definition.scss +5 -5
  350. package/styles/treeview/bootstrap5-dark.css +4 -4
  351. package/styles/treeview/bootstrap5.css +4 -4
  352. package/styles/treeview/fluent-dark.css +1039 -0
  353. package/styles/treeview/fluent-dark.scss +6 -0
  354. package/styles/treeview/fluent.css +1039 -0
  355. package/styles/treeview/fluent.scss +6 -0
  356. package/styles/treeview/icons/_fluent-dark.scss +1 -0
  357. package/styles/treeview/icons/_fluent.scss +5 -5
  358. package/styles/treeview/icons/_tailwind-dark.scss +5 -5
  359. package/styles/treeview/icons/_tailwind.scss +5 -5
  360. package/styles/treeview/tailwind-dark.css +13 -14
  361. package/styles/treeview/tailwind.css +13 -14
  362. package/styles/v-scroll/_fluent-dark-definition.scss +1 -0
  363. package/styles/v-scroll/fluent-dark.css +247 -0
  364. package/styles/v-scroll/fluent-dark.scss +4 -0
  365. package/styles/v-scroll/fluent.css +247 -0
  366. package/styles/v-scroll/fluent.scss +4 -0
  367. package/styles/v-scroll/icons/_fluent-dark.scss +1 -0
  368. package/styles/v-scroll/icons/_fluent.scss +5 -4
  369. package/styles/v-scroll/icons/_tailwind.scss +5 -4
  370. package/styles/v-scroll/tailwind-dark.css +4 -4
  371. package/styles/v-scroll/tailwind.css +4 -4
@@ -0,0 +1,326 @@
1
+ /*! component's theme wise override definitions and variables */
2
+ @keyframes hscroll-popup-shadow {
3
+ 0% {
4
+ border-color: rgba(255, 255, 255, 0.5);
5
+ box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
6
+ }
7
+ 100% {
8
+ box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
9
+ }
10
+ }
11
+
12
+ /*! hscroll icons */
13
+ .e-hscroll.e-rtl.e-scroll-device .e-nav-right-arrow::before {
14
+ content: '\e765';
15
+ }
16
+
17
+ .e-hscroll.e-rtl.e-scroll-device .e-nav-left-arrow::before {
18
+ content: '\e748';
19
+ }
20
+
21
+ .e-hscroll.e-rtl .e-nav-left-arrow::before {
22
+ content: '\e748';
23
+ }
24
+
25
+ .e-hscroll.e-rtl .e-nav-right-arrow::before {
26
+ content: '\e765';
27
+ }
28
+
29
+ .e-hscroll.e-scroll-device .e-nav-right-arrow::before {
30
+ content: '\e748';
31
+ }
32
+
33
+ .e-hscroll.e-scroll-device .e-nav-left-arrow::before {
34
+ content: '\e765';
35
+ }
36
+
37
+ .e-hscroll .e-nav-left-arrow::before {
38
+ content: '\e765';
39
+ line-height: normal;
40
+ }
41
+
42
+ .e-hscroll .e-nav-right-arrow::before {
43
+ content: '\e748';
44
+ line-height: normal;
45
+ }
46
+
47
+ /*! h-scroll layout */
48
+ .e-bigger .e-hscroll,
49
+ .e-hscroll.e-bigger {
50
+ min-height: 48px;
51
+ }
52
+
53
+ .e-bigger .e-hscroll:not(.e-scroll-device),
54
+ .e-hscroll.e-bigger:not(.e-scroll-device) {
55
+ padding: 0 48px;
56
+ }
57
+
58
+ .e-bigger .e-hscroll.e-scroll-device,
59
+ .e-hscroll.e-bigger.e-scroll-device {
60
+ padding-right: 48px;
61
+ }
62
+
63
+ .e-bigger .e-hscroll.e-rtl.e-scroll-device,
64
+ .e-hscroll.e-bigger.e-rtl.e-scroll-device {
65
+ padding-left: 48px;
66
+ padding-right: initial;
67
+ }
68
+
69
+ .e-bigger .e-hscroll .e-nav-arrow.e-icons,
70
+ .e-hscroll.e-bigger .e-nav-arrow.e-icons {
71
+ font-size: 22px;
72
+ }
73
+
74
+ .e-bigger .e-hscroll.e-rtl .e-scroll-overlay.e-scroll-right-overlay,
75
+ .e-hscroll.e-bigger.e-rtl .e-scroll-overlay.e-scroll-right-overlay {
76
+ left: 48px;
77
+ }
78
+
79
+ .e-bigger .e-hscroll .e-scroll-overlay.e-scroll-right-overlay,
80
+ .e-hscroll.e-bigger .e-scroll-overlay.e-scroll-right-overlay {
81
+ right: 48px;
82
+ }
83
+
84
+ .e-bigger .e-hscroll .e-scroll-nav,
85
+ .e-hscroll.e-bigger .e-scroll-nav {
86
+ min-height: 48px;
87
+ width: 48px;
88
+ }
89
+
90
+ .e-hscroll {
91
+ display: block;
92
+ position: relative;
93
+ width: inherit;
94
+ }
95
+
96
+ .e-hscroll.e-rtl.e-scroll-device {
97
+ padding-left: 40px;
98
+ padding-right: initial;
99
+ }
100
+
101
+ .e-hscroll.e-rtl.e-scroll-device .e-scroll-nav {
102
+ transform: skewX(-16deg) translateX(-6px);
103
+ }
104
+
105
+ .e-hscroll.e-rtl.e-scroll-device .e-scroll-overlay.e-scroll-right-overlay {
106
+ left: 48px;
107
+ right: auto;
108
+ transform: skewX(-16deg) translateX(-6px);
109
+ }
110
+
111
+ .e-hscroll.e-rtl.e-scroll-device .e-scroll-overlay.e-scroll-left-overlay {
112
+ left: auto;
113
+ right: 0;
114
+ }
115
+
116
+ .e-hscroll:not(.e-scroll-device) {
117
+ padding: 0 28px;
118
+ }
119
+
120
+ .e-hscroll.e-scroll-device {
121
+ padding-right: 40px;
122
+ }
123
+
124
+ .e-hscroll.e-scroll-device .e-scroll-nav {
125
+ transform: skewX(-16deg) translateX(6px);
126
+ width: 48px;
127
+ }
128
+
129
+ .e-hscroll.e-scroll-device .e-scroll-nav .e-nav-arrow {
130
+ font-size: 18px;
131
+ transform: skewX(16deg);
132
+ }
133
+
134
+ .e-hscroll.e-scroll-device .e-scroll-overlay {
135
+ opacity: 0.5;
136
+ pointer-events: none;
137
+ position: absolute;
138
+ top: 0;
139
+ z-index: 100;
140
+ }
141
+
142
+ .e-hscroll.e-scroll-device .e-scroll-overlay.e-scroll-right-overlay {
143
+ left: auto;
144
+ right: 48px;
145
+ transform: skewX(-16deg) translateX(6px);
146
+ }
147
+
148
+ .e-hscroll.e-scroll-device .e-scroll-overlay.e-scroll-left-overlay {
149
+ left: 0;
150
+ right: auto;
151
+ }
152
+
153
+ .e-hscroll.e-overlay .e-hscroll-content > * {
154
+ pointer-events: none;
155
+ }
156
+
157
+ .e-hscroll > * {
158
+ height: inherit;
159
+ }
160
+
161
+ .e-hscroll .e-hscroll-content {
162
+ display: inline-block;
163
+ height: inherit;
164
+ position: relative;
165
+ -ms-touch-action: none;
166
+ touch-action: none;
167
+ }
168
+
169
+ .e-hscroll .e-hscroll-content > * {
170
+ pointer-events: auto;
171
+ }
172
+
173
+ .e-hscroll.e-rtl .e-scroll-nav.e-scroll-right-nav {
174
+ left: 0;
175
+ right: auto;
176
+ }
177
+
178
+ .e-hscroll.e-rtl .e-scroll-nav.e-scroll-left-nav {
179
+ left: auto;
180
+ right: 0;
181
+ }
182
+
183
+ .e-hscroll .e-scroll-nav {
184
+ -ms-flex-align: center;
185
+ align-items: center;
186
+ bottom: 0;
187
+ cursor: pointer;
188
+ display: -ms-flexbox;
189
+ display: flex;
190
+ min-height: 38px;
191
+ overflow: hidden;
192
+ position: absolute;
193
+ top: 0;
194
+ width: 28px;
195
+ }
196
+
197
+ .e-hscroll .e-scroll-nav.e-scroll-left-nav {
198
+ left: 0;
199
+ }
200
+
201
+ .e-hscroll .e-scroll-nav.e-scroll-right-nav {
202
+ right: 0;
203
+ }
204
+
205
+ .e-hscroll .e-scroll-nav.e-ie-align {
206
+ display: table;
207
+ }
208
+
209
+ .e-hscroll .e-nav-arrow {
210
+ position: relative;
211
+ }
212
+
213
+ .e-hscroll .e-nav-arrow.e-icons {
214
+ display: table-cell;
215
+ text-align: center;
216
+ vertical-align: middle;
217
+ width: 100%;
218
+ }
219
+
220
+ .e-hscroll .e-hscroll-bar .e-hscroll-content .e-overlay {
221
+ pointer-events: none;
222
+ }
223
+
224
+ /*! h-scroll theme */
225
+ .e-hscroll .e-scroll-nav .e-icons {
226
+ color: #605e5c;
227
+ }
228
+
229
+ .e-hscroll.e-rtl.e-scroll-device .e-scroll-nav.e-scroll-right-nav {
230
+ border-color: #edebe9;
231
+ box-shadow: 0 0.8px 16px rgba(0, 0, 0, 0.15);
232
+ }
233
+
234
+ .e-hscroll.e-scroll-device .e-scroll-nav.e-scroll-right-nav {
235
+ background-color: #f3f2f1;
236
+ border-color: #edebe9;
237
+ border-width: 1px;
238
+ box-shadow: 0 0.8px 16px rgba(0, 0, 0, 0.15);
239
+ }
240
+
241
+ .e-hscroll.e-scroll-device .e-scroll-nav.e-scroll-right-nav .e-nav-arrow {
242
+ color: #605e5c;
243
+ }
244
+
245
+ .e-hscroll .e-scroll-overlay {
246
+ background-color: transparent;
247
+ background-repeat: repeat-x;
248
+ }
249
+
250
+ .e-hscroll .e-scroll-overlay.e-scroll-left-overlay {
251
+ background-image: linear-gradient(-270deg, #f3f2f1 0%, rgba(243, 242, 241, 0) 100%);
252
+ }
253
+
254
+ .e-hscroll .e-scroll-overlay.e-scroll-right-overlay {
255
+ background-image: linear-gradient(-270deg, rgba(243, 242, 241, 0) 0%, #f3f2f1 100%);
256
+ }
257
+
258
+ .e-hscroll.e-rtl .e-scroll-nav {
259
+ background: #f3f2f1;
260
+ }
261
+
262
+ .e-hscroll.e-rtl .e-scroll-nav.e-scroll-left-nav {
263
+ border-left: 1px solid #edebe9;
264
+ border-right: 0;
265
+ }
266
+
267
+ .e-hscroll.e-rtl .e-scroll-nav.e-scroll-right-nav {
268
+ border-left: 0;
269
+ border-right: 1px solid #edebe9;
270
+ }
271
+
272
+ .e-hscroll.e-rtl .e-scroll-nav:hover {
273
+ background: #edebe9;
274
+ border: 0;
275
+ color: #605e5c;
276
+ }
277
+
278
+ .e-hscroll:not(.e-scroll-device) .e-scroll-nav:hover {
279
+ background: #edebe9;
280
+ border: 0;
281
+ color: #605e5c;
282
+ }
283
+
284
+ .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus {
285
+ background: #edebe9;
286
+ border: 0;
287
+ color: #605e5c;
288
+ }
289
+
290
+ .e-hscroll:not(.e-scroll-device) .e-scroll-nav:active {
291
+ background: #f3f2f1;
292
+ border: 0;
293
+ box-shadow: none;
294
+ color: #3b3a39;
295
+ }
296
+
297
+ .e-hscroll .e-scroll-nav {
298
+ background: #f3f2f1;
299
+ }
300
+
301
+ .e-hscroll .e-scroll-nav.e-scroll-left-nav {
302
+ border-right: 1px solid #edebe9;
303
+ }
304
+
305
+ .e-hscroll .e-scroll-nav.e-scroll-right-nav {
306
+ border-left: 1px solid #edebe9;
307
+ }
308
+
309
+ .e-hscroll .e-scroll-nav::after {
310
+ background-color: transparent;
311
+ border-radius: 50%;
312
+ border-width: 1px;
313
+ box-sizing: border-box;
314
+ content: '';
315
+ height: 1px;
316
+ left: 50%;
317
+ position: absolute;
318
+ top: 50%;
319
+ visibility: hidden;
320
+ width: 1px;
321
+ }
322
+
323
+ .e-hscroll .e-scroll-nav:active::after {
324
+ animation: hscroll-popup-shadow .6s ease-out 0ms;
325
+ visibility: visible;
326
+ }
@@ -0,0 +1,4 @@
1
+ @import 'ej2-base/styles/fluent-definition.scss';
2
+ @import 'fluent-definition.scss';
3
+ @import 'icons/fluent.scss';
4
+ @import 'all.scss';
@@ -176,7 +176,6 @@
176
176
  cursor: pointer;
177
177
  display: -ms-flexbox;
178
178
  display: flex;
179
- height: 100%;
180
179
  min-height: 40px;
181
180
  overflow: hidden;
182
181
  position: absolute;
@@ -176,7 +176,6 @@
176
176
  cursor: pointer;
177
177
  display: -ms-flexbox;
178
178
  display: flex;
179
- height: 100%;
180
179
  min-height: 40px;
181
180
  overflow: hidden;
182
181
  position: absolute;
@@ -0,0 +1 @@
1
+ @import './fluent.scss';
@@ -7,42 +7,42 @@
7
7
  &.e-scroll-device {
8
8
 
9
9
  .e-nav-right-arrow::before {
10
- content: '\e80e';
10
+ content: '\e765';
11
11
  }
12
12
 
13
13
  .e-nav-left-arrow::before {
14
- content: '\e80f';
14
+ content: '\e748';
15
15
  }
16
16
 
17
17
  }
18
18
 
19
19
  .e-nav-left-arrow::before {
20
- content: '\e7c2';
21
- }
20
+ content: '\e748';
21
+ }
22
22
 
23
23
  .e-nav-right-arrow::before {
24
- content: '\e7c1';
24
+ content: '\e765';
25
25
  }
26
26
  }
27
27
 
28
28
  &.e-scroll-device {
29
29
 
30
30
  .e-nav-right-arrow::before {
31
- content: '\e80f';
31
+ content: '\e748';
32
32
  }
33
33
 
34
34
  .e-nav-left-arrow::before {
35
- content: '\e80e';
35
+ content: '\e765';
36
36
  }
37
37
  }
38
38
 
39
39
  .e-nav-left-arrow::before {
40
- content: '\e7c1';
40
+ content: '\e765';
41
41
  line-height: normal;
42
42
  }
43
43
 
44
44
  .e-nav-right-arrow::before {
45
- content: '\e7c2';
45
+ content: '\e748';
46
46
  line-height: normal;
47
47
  }
48
48
  }
@@ -7,42 +7,42 @@
7
7
  &.e-scroll-device {
8
8
 
9
9
  .e-nav-right-arrow::before {
10
- content: '\e70f';
10
+ content: '\e765';
11
11
  }
12
12
 
13
13
  .e-nav-left-arrow::before {
14
- content: '\e7b7';
14
+ content: '\e748';
15
15
  }
16
16
 
17
17
  }
18
18
 
19
19
  .e-nav-left-arrow::before {
20
- content: '\e7b7';
20
+ content: '\e748';
21
21
  }
22
22
 
23
23
  .e-nav-right-arrow::before {
24
- content: '\e70f';
24
+ content: '\e765';
25
25
  }
26
26
  }
27
27
 
28
28
  &.e-scroll-device {
29
29
 
30
30
  .e-nav-right-arrow::before {
31
- content: '\e7b7';
31
+ content: '\e748';
32
32
  }
33
33
 
34
34
  .e-nav-left-arrow::before {
35
- content: '\e70f';
35
+ content: '\e765';
36
36
  }
37
37
  }
38
38
 
39
39
  .e-nav-left-arrow::before {
40
- content: '\e70f';
40
+ content: '\e765';
41
41
  line-height: normal;
42
42
  }
43
43
 
44
44
  .e-nav-right-arrow::before {
45
- content: '\e7b7';
45
+ content: '\e748';
46
46
  line-height: normal;
47
47
  }
48
48
  }
@@ -187,7 +187,6 @@
187
187
  cursor: pointer;
188
188
  display: -ms-flexbox;
189
189
  display: flex;
190
- height: 100%;
191
190
  min-height: 42px;
192
191
  overflow: hidden;
193
192
  position: absolute;
@@ -229,18 +228,18 @@
229
228
 
230
229
  .e-hscroll.e-rtl.e-scroll-device .e-scroll-nav.e-scroll-right-nav {
231
230
  border-color: #000;
232
- box-shadow: 4px 0 8px 0 rgba(0, 0, 0, 0.06);
231
+ box-shadow: 4px 0 8px 0 #fff;
233
232
  }
234
233
 
235
234
  .e-hscroll.e-scroll-device .e-scroll-nav.e-scroll-right-nav {
236
235
  background-color: #212121;
237
236
  border-color: #000;
238
237
  border-width: 0;
239
- box-shadow: -4px 0 8px 0 rgba(0, 0, 0, 0.6);
238
+ box-shadow: -4px 0 8px 0 #fff;
240
239
  }
241
240
 
242
241
  .e-hscroll.e-scroll-device .e-scroll-nav.e-scroll-right-nav .e-nav-arrow {
243
- color: #000;
242
+ color: #fff;
244
243
  }
245
244
 
246
245
  .e-hscroll .e-scroll-overlay {
@@ -188,7 +188,6 @@
188
188
  cursor: pointer;
189
189
  display: -ms-flexbox;
190
190
  display: flex;
191
- height: 100%;
192
191
  min-height: 42px;
193
192
  overflow: hidden;
194
193
  position: absolute;
@@ -12,36 +12,36 @@
12
12
 
13
13
  /*! hscroll icons */
14
14
  .e-hscroll.e-rtl.e-scroll-device .e-nav-right-arrow::before {
15
- content: '\e70f';
15
+ content: '\e765';
16
16
  }
17
17
 
18
18
  .e-hscroll.e-rtl.e-scroll-device .e-nav-left-arrow::before {
19
- content: '\e7b7';
19
+ content: '\e748';
20
20
  }
21
21
 
22
22
  .e-hscroll.e-rtl .e-nav-left-arrow::before {
23
- content: '\e7b7';
23
+ content: '\e748';
24
24
  }
25
25
 
26
26
  .e-hscroll.e-rtl .e-nav-right-arrow::before {
27
- content: '\e70f';
27
+ content: '\e765';
28
28
  }
29
29
 
30
30
  .e-hscroll.e-scroll-device .e-nav-right-arrow::before {
31
- content: '\e7b7';
31
+ content: '\e748';
32
32
  }
33
33
 
34
34
  .e-hscroll.e-scroll-device .e-nav-left-arrow::before {
35
- content: '\e70f';
35
+ content: '\e765';
36
36
  }
37
37
 
38
38
  .e-hscroll .e-nav-left-arrow::before {
39
- content: '\e70f';
39
+ content: '\e765';
40
40
  line-height: normal;
41
41
  }
42
42
 
43
43
  .e-hscroll .e-nav-right-arrow::before {
44
- content: '\e7b7';
44
+ content: '\e748';
45
45
  line-height: normal;
46
46
  }
47
47
 
@@ -188,7 +188,6 @@
188
188
  cursor: pointer;
189
189
  display: -ms-flexbox;
190
190
  display: flex;
191
- height: 100%;
192
191
  min-height: 38px;
193
192
  overflow: hidden;
194
193
  position: absolute;
@@ -12,36 +12,36 @@
12
12
 
13
13
  /*! hscroll icons */
14
14
  .e-hscroll.e-rtl.e-scroll-device .e-nav-right-arrow::before {
15
- content: '\e70f';
15
+ content: '\e765';
16
16
  }
17
17
 
18
18
  .e-hscroll.e-rtl.e-scroll-device .e-nav-left-arrow::before {
19
- content: '\e7b7';
19
+ content: '\e748';
20
20
  }
21
21
 
22
22
  .e-hscroll.e-rtl .e-nav-left-arrow::before {
23
- content: '\e7b7';
23
+ content: '\e748';
24
24
  }
25
25
 
26
26
  .e-hscroll.e-rtl .e-nav-right-arrow::before {
27
- content: '\e70f';
27
+ content: '\e765';
28
28
  }
29
29
 
30
30
  .e-hscroll.e-scroll-device .e-nav-right-arrow::before {
31
- content: '\e7b7';
31
+ content: '\e748';
32
32
  }
33
33
 
34
34
  .e-hscroll.e-scroll-device .e-nav-left-arrow::before {
35
- content: '\e70f';
35
+ content: '\e765';
36
36
  }
37
37
 
38
38
  .e-hscroll .e-nav-left-arrow::before {
39
- content: '\e70f';
39
+ content: '\e765';
40
40
  line-height: normal;
41
41
  }
42
42
 
43
43
  .e-hscroll .e-nav-right-arrow::before {
44
- content: '\e7b7';
44
+ content: '\e748';
45
45
  line-height: normal;
46
46
  }
47
47
 
@@ -188,7 +188,6 @@
188
188
  cursor: pointer;
189
189
  display: -ms-flexbox;
190
190
  display: flex;
191
- height: 100%;
192
191
  min-height: 38px;
193
192
  overflow: hidden;
194
193
  position: absolute;