@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,6 @@
1
+ @import 'ej2-base/styles/fluent-definition.scss';
2
+ @import 'ej2-inputs/styles/input/fluent-definition.scss';
3
+ @import 'ej2-buttons/styles/check-box/fluent-definition.scss';
4
+ @import 'fluent-definition.scss';
5
+ @import 'icons/fluent.scss';
6
+ @import 'all.scss';
@@ -0,0 +1 @@
1
+ @import './fluent.scss';
@@ -6,7 +6,7 @@
6
6
  .e-list-item {
7
7
 
8
8
  div.e-icons::before {
9
- content: '\e80f';
9
+ content: '\e75c';
10
10
  }
11
11
  }
12
12
 
@@ -24,19 +24,19 @@
24
24
  &.e-drag-item {
25
25
 
26
26
  .e-icons.e-drop-in::before {
27
- content: '\e7ba';
27
+ content: '\e768';
28
28
  }
29
29
 
30
30
  .e-icons.e-drop-out::before {
31
- content: '\e720';
31
+ content: '\e839';
32
32
  }
33
33
 
34
34
  .e-icons.e-drop-next::before {
35
- content: '\e7f4';
35
+ content: '\e736';
36
36
  }
37
37
 
38
38
  .e-icons.e-no-drop::before {
39
- content: '\e720';
39
+ content: '\e839';
40
40
  }
41
41
  }
42
42
  }
@@ -6,7 +6,7 @@
6
6
  .e-list-item {
7
7
 
8
8
  div.e-icons::before {
9
- content: '\e707';
9
+ content: '\e75c';
10
10
  }
11
11
  }
12
12
 
@@ -24,19 +24,19 @@
24
24
  &.e-drag-item {
25
25
 
26
26
  .e-icons.e-drop-in::before {
27
- content: '\e783';
27
+ content: '\e768';
28
28
  }
29
29
 
30
30
  .e-icons.e-drop-out::before {
31
- content: '\e77e';
31
+ content: '\e839';
32
32
  }
33
33
 
34
34
  .e-icons.e-drop-next::before {
35
- content: '\e7a9';
35
+ content: '\e736';
36
36
  }
37
37
 
38
38
  .e-icons.e-no-drop::before {
39
- content: '\e77e';
39
+ content: '\e839';
40
40
  }
41
41
  }
42
42
  }
@@ -6,7 +6,7 @@
6
6
  .e-list-item {
7
7
 
8
8
  div.e-icons::before {
9
- content: '\e707';
9
+ content: '\e75c';
10
10
  }
11
11
  }
12
12
 
@@ -24,19 +24,19 @@
24
24
  &.e-drag-item {
25
25
 
26
26
  .e-icons.e-drop-in::before {
27
- content: '\e783';
27
+ content: '\e768';
28
28
  }
29
29
 
30
30
  .e-icons.e-drop-out::before {
31
- content: '\e77e';
31
+ content: '\e839';
32
32
  }
33
33
 
34
34
  .e-icons.e-drop-next::before {
35
- content: '\e7a9';
35
+ content: '\e736';
36
36
  }
37
37
 
38
38
  .e-icons.e-no-drop::before {
39
- content: '\e77e';
39
+ content: '\e839';
40
40
  }
41
41
  }
42
42
  }
@@ -2,7 +2,7 @@
2
2
  /*! TreeView's tailwind theme wise override definitions and variables */
3
3
  /*! TreeView icons */
4
4
  .e-treeview .e-list-item div.e-icons::before {
5
- content: '\e707';
5
+ content: '\e75c';
6
6
  }
7
7
 
8
8
  .e-treeview .e-sibling::before {
@@ -14,19 +14,19 @@
14
14
  }
15
15
 
16
16
  .e-treeview.e-drag-item .e-icons.e-drop-in::before {
17
- content: '\e783';
17
+ content: '\e768';
18
18
  }
19
19
 
20
20
  .e-treeview.e-drag-item .e-icons.e-drop-out::before {
21
- content: '\e77e';
21
+ content: '\e839';
22
22
  }
23
23
 
24
24
  .e-treeview.e-drag-item .e-icons.e-drop-next::before {
25
- content: '\e7a9';
25
+ content: '\e736';
26
26
  }
27
27
 
28
28
  .e-treeview.e-drag-item .e-icons.e-no-drop::before {
29
- content: '\e77e';
29
+ content: '\e839';
30
30
  }
31
31
 
32
32
  @keyframes rotation {
@@ -191,7 +191,7 @@
191
191
 
192
192
  .e-bigger .e-treeview .e-checkbox-wrapper,
193
193
  .e-treeview.e-bigger .e-checkbox-wrapper {
194
- margin: 0 0 0 12px;
194
+ margin: 0 0 0 8px;
195
195
  }
196
196
 
197
197
  .e-bigger .e-treeview .e-checkbox-wrapper + .e-list-text,
@@ -303,7 +303,7 @@
303
303
 
304
304
  .e-bigger .e-treeview.e-rtl .e-checkbox-wrapper,
305
305
  .e-treeview.e-bigger.e-rtl .e-checkbox-wrapper {
306
- margin: 0 12px 0 0;
306
+ margin: 0 8px 0 0;
307
307
  }
308
308
 
309
309
  .e-bigger .e-treeview.e-rtl .e-checkbox-wrapper + .e-list-icon,
@@ -393,7 +393,7 @@
393
393
  }
394
394
 
395
395
  .e-treeview .e-list-item.e-active {
396
- font-weight: 500;
396
+ font-weight: 600;
397
397
  }
398
398
 
399
399
  .e-treeview .e-list-item div.e-icons.interaction {
@@ -416,7 +416,6 @@
416
416
 
417
417
  .e-treeview .e-list-item {
418
418
  list-style: none;
419
- padding: 2px 0;
420
419
  }
421
420
 
422
421
  .e-treeview .e-list-item .e-ul {
@@ -474,7 +473,7 @@
474
473
  }
475
474
 
476
475
  .e-treeview .e-checkbox-wrapper {
477
- margin: 0 0 0 8px;
476
+ margin: 0 0 0 6px;
478
477
  pointer-events: all;
479
478
  position: relative;
480
479
  }
@@ -510,7 +509,7 @@
510
509
 
511
510
  .e-treeview .e-list-text .e-input-group {
512
511
  height: 30px;
513
- margin-top: 3px;
512
+ margin-bottom: 3px;
514
513
  min-width: 150px;
515
514
  vertical-align: bottom;
516
515
  }
@@ -656,7 +655,7 @@
656
655
  }
657
656
 
658
657
  .e-treeview .e-navigable .e-anchor-wrap {
659
- padding: 0 0 0 8px;
658
+ padding: 0 0 0 6px;
660
659
  }
661
660
 
662
661
  .e-treeview .e-navigable .e-list-icon,
@@ -718,7 +717,7 @@
718
717
  }
719
718
 
720
719
  .e-treeview.e-rtl .e-navigable .e-anchor-wrap {
721
- padding: 0 8px 0 0;
720
+ padding: 0 6px 0 0;
722
721
  }
723
722
 
724
723
  .e-treeview.e-rtl .e-navigable .e-list-icon,
@@ -740,7 +739,7 @@
740
739
  }
741
740
 
742
741
  .e-treeview.e-rtl .e-checkbox-wrapper {
743
- margin: 0 8px 0 0;
742
+ margin: 0 6px 0 0;
744
743
  }
745
744
 
746
745
  .e-treeview.e-rtl .e-checkbox-wrapper + .e-list-icon,
@@ -2,7 +2,7 @@
2
2
  /*! TreeView's tailwind theme wise override definitions and variables */
3
3
  /*! TreeView icons */
4
4
  .e-treeview .e-list-item div.e-icons::before {
5
- content: '\e707';
5
+ content: '\e75c';
6
6
  }
7
7
 
8
8
  .e-treeview .e-sibling::before {
@@ -14,19 +14,19 @@
14
14
  }
15
15
 
16
16
  .e-treeview.e-drag-item .e-icons.e-drop-in::before {
17
- content: '\e783';
17
+ content: '\e768';
18
18
  }
19
19
 
20
20
  .e-treeview.e-drag-item .e-icons.e-drop-out::before {
21
- content: '\e77e';
21
+ content: '\e839';
22
22
  }
23
23
 
24
24
  .e-treeview.e-drag-item .e-icons.e-drop-next::before {
25
- content: '\e7a9';
25
+ content: '\e736';
26
26
  }
27
27
 
28
28
  .e-treeview.e-drag-item .e-icons.e-no-drop::before {
29
- content: '\e77e';
29
+ content: '\e839';
30
30
  }
31
31
 
32
32
  @keyframes rotation {
@@ -191,7 +191,7 @@
191
191
 
192
192
  .e-bigger .e-treeview .e-checkbox-wrapper,
193
193
  .e-treeview.e-bigger .e-checkbox-wrapper {
194
- margin: 0 0 0 12px;
194
+ margin: 0 0 0 8px;
195
195
  }
196
196
 
197
197
  .e-bigger .e-treeview .e-checkbox-wrapper + .e-list-text,
@@ -303,7 +303,7 @@
303
303
 
304
304
  .e-bigger .e-treeview.e-rtl .e-checkbox-wrapper,
305
305
  .e-treeview.e-bigger.e-rtl .e-checkbox-wrapper {
306
- margin: 0 12px 0 0;
306
+ margin: 0 8px 0 0;
307
307
  }
308
308
 
309
309
  .e-bigger .e-treeview.e-rtl .e-checkbox-wrapper + .e-list-icon,
@@ -393,7 +393,7 @@
393
393
  }
394
394
 
395
395
  .e-treeview .e-list-item.e-active {
396
- font-weight: 500;
396
+ font-weight: 600;
397
397
  }
398
398
 
399
399
  .e-treeview .e-list-item div.e-icons.interaction {
@@ -416,7 +416,6 @@
416
416
 
417
417
  .e-treeview .e-list-item {
418
418
  list-style: none;
419
- padding: 2px 0;
420
419
  }
421
420
 
422
421
  .e-treeview .e-list-item .e-ul {
@@ -474,7 +473,7 @@
474
473
  }
475
474
 
476
475
  .e-treeview .e-checkbox-wrapper {
477
- margin: 0 0 0 8px;
476
+ margin: 0 0 0 6px;
478
477
  pointer-events: all;
479
478
  position: relative;
480
479
  }
@@ -510,7 +509,7 @@
510
509
 
511
510
  .e-treeview .e-list-text .e-input-group {
512
511
  height: 30px;
513
- margin-top: 3px;
512
+ margin-bottom: 3px;
514
513
  min-width: 150px;
515
514
  vertical-align: bottom;
516
515
  }
@@ -656,7 +655,7 @@
656
655
  }
657
656
 
658
657
  .e-treeview .e-navigable .e-anchor-wrap {
659
- padding: 0 0 0 8px;
658
+ padding: 0 0 0 6px;
660
659
  }
661
660
 
662
661
  .e-treeview .e-navigable .e-list-icon,
@@ -718,7 +717,7 @@
718
717
  }
719
718
 
720
719
  .e-treeview.e-rtl .e-navigable .e-anchor-wrap {
721
- padding: 0 8px 0 0;
720
+ padding: 0 6px 0 0;
722
721
  }
723
722
 
724
723
  .e-treeview.e-rtl .e-navigable .e-list-icon,
@@ -740,7 +739,7 @@
740
739
  }
741
740
 
742
741
  .e-treeview.e-rtl .e-checkbox-wrapper {
743
- margin: 0 8px 0 0;
742
+ margin: 0 6px 0 0;
744
743
  }
745
744
 
746
745
  .e-treeview.e-rtl .e-checkbox-wrapper + .e-list-icon,
@@ -0,0 +1 @@
1
+ @import './fluent-definition.scss';
@@ -0,0 +1,247 @@
1
+ /*! component's theme wise override definitions and variables */
2
+ /*! vscroll icons */
3
+ .e-vscroll.e-scroll-device .e-nav-up-arrow::before {
4
+ content: '\e7dd';
5
+ }
6
+
7
+ .e-vscroll.e-scroll-device .e-nav-down-arrow::before {
8
+ content: '\e734';
9
+ }
10
+
11
+ .e-vscroll .e-nav-up-arrow::before {
12
+ content: '\e7dd';
13
+ line-height: normal;
14
+ }
15
+
16
+ .e-vscroll .e-nav-down-arrow::before {
17
+ content: '\e734';
18
+ line-height: normal;
19
+ }
20
+
21
+ /*! v-scroll layout */
22
+ .e-bigger .e-vscroll:not(.e-scroll-device),
23
+ .e-vscroll.e-bigger:not(.e-scroll-device) {
24
+ padding: 48px 0;
25
+ }
26
+
27
+ .e-bigger .e-vscroll .e-icons,
28
+ .e-vscroll.e-bigger .e-icons {
29
+ font-size: 18px;
30
+ }
31
+
32
+ .e-bigger .e-vscroll.e-rtl .e-scroll-overlay.e-scroll-down-overlay,
33
+ .e-vscroll.e-bigger.e-rtl .e-scroll-overlay.e-scroll-down-overlay {
34
+ left: 48px;
35
+ }
36
+
37
+ .e-bigger .e-vscroll .e-scroll-overlay.e-scroll-down-overlay,
38
+ .e-vscroll.e-bigger .e-scroll-overlay.e-scroll-down-overlay {
39
+ right: 48px;
40
+ }
41
+
42
+ .e-bigger .e-vscroll .e-scroll-nav,
43
+ .e-vscroll.e-bigger .e-scroll-nav {
44
+ height: 48px;
45
+ }
46
+
47
+ .e-vscroll {
48
+ display: block;
49
+ position: relative;
50
+ width: inherit;
51
+ }
52
+
53
+ .e-vscroll.e-rtl.e-scroll-device .e-scroll-nav {
54
+ transform: skewX(-16deg) translateX(-6px);
55
+ }
56
+
57
+ .e-vscroll.e-rtl.e-scroll-device .e-scroll-overlay.e-scroll-down-overlay {
58
+ left: 48px;
59
+ right: auto;
60
+ transform: skewX(-16deg) translateX(-6px);
61
+ }
62
+
63
+ .e-vscroll.e-rtl.e-scroll-device .e-scroll-overlay.e-scroll-up-overlay {
64
+ left: auto;
65
+ right: 0;
66
+ }
67
+
68
+ .e-vscroll:not(.e-scroll-device) {
69
+ padding: 0 28px;
70
+ }
71
+
72
+ .e-vscroll.e-scroll-device .e-scroll-nav {
73
+ transform: skewX(-16deg) translateX(6px);
74
+ width: 48px;
75
+ z-index: 1001;
76
+ }
77
+
78
+ .e-vscroll.e-scroll-device .e-scroll-nav .e-nav-arrow {
79
+ font-size: 14px;
80
+ transform: skewX(16deg);
81
+ }
82
+
83
+ .e-vscroll.e-scroll-device .e-scroll-overlay {
84
+ opacity: 0.5;
85
+ pointer-events: none;
86
+ position: absolute;
87
+ top: 0;
88
+ z-index: 100;
89
+ }
90
+
91
+ .e-vscroll.e-scroll-device .e-scroll-overlay.e-scroll-down-overlay {
92
+ left: auto;
93
+ right: 48px;
94
+ transform: skewX(-16deg) translateX(6px);
95
+ }
96
+
97
+ .e-vscroll.e-scroll-device .e-scroll-overlay.e-scroll-up-overlay {
98
+ left: 0;
99
+ right: auto;
100
+ }
101
+
102
+ .e-vscroll > * {
103
+ height: inherit;
104
+ }
105
+
106
+ .e-vscroll .e-vscroll-content {
107
+ display: inline-block;
108
+ height: auto;
109
+ position: relative;
110
+ -ms-touch-action: none;
111
+ touch-action: none;
112
+ width: 100%;
113
+ }
114
+
115
+ .e-vscroll .e-vscroll-content > * {
116
+ pointer-events: auto;
117
+ }
118
+
119
+ .e-vscroll.e-rtl .e-scroll-nav.e-scroll-up-nav {
120
+ left: auto;
121
+ right: 0;
122
+ }
123
+
124
+ .e-vscroll.e-rtl .e-scroll-nav.e-scroll-down-nav {
125
+ left: 0;
126
+ right: auto;
127
+ }
128
+
129
+ .e-vscroll .e-scroll-nav {
130
+ -ms-flex-align: center;
131
+ align-items: center;
132
+ cursor: pointer;
133
+ display: -ms-flexbox;
134
+ display: flex;
135
+ height: 38px;
136
+ overflow: hidden;
137
+ position: absolute;
138
+ width: 100%;
139
+ }
140
+
141
+ .e-vscroll .e-scroll-nav.e-scroll-up-nav {
142
+ top: 0;
143
+ }
144
+
145
+ .e-vscroll .e-scroll-nav.e-scroll-down-nav {
146
+ bottom: 0;
147
+ }
148
+
149
+ .e-vscroll .e-scroll-nav.e-ie-align {
150
+ display: table;
151
+ }
152
+
153
+ .e-vscroll .e-nav-arrow {
154
+ position: relative;
155
+ }
156
+
157
+ .e-vscroll .e-nav-arrow.e-icons {
158
+ display: table-cell;
159
+ text-align: center;
160
+ vertical-align: middle;
161
+ width: 100%;
162
+ }
163
+
164
+ /*! v-scroll theme */
165
+ .e-vscroll .e-icons {
166
+ color: #a19f9d;
167
+ }
168
+
169
+ .e-vscroll.e-rtl.e-scroll-device .e-scroll-nav.e-scroll-right-nav {
170
+ border-color: #a19f9d;
171
+ box-shadow: 0 0.8px 16px rgba(0, 0, 0, 0.15);
172
+ }
173
+
174
+ .e-vscroll.e-scroll-device .e-scroll-nav.e-scroll-right-nav {
175
+ background-color: #252423;
176
+ border-color: #a19f9d;
177
+ border-width: 1px;
178
+ box-shadow: 0 0.8px 16px rgba(0, 0, 0, 0.15);
179
+ }
180
+
181
+ .e-vscroll.e-scroll-device .e-scroll-nav.e-scroll-right-nav .e-nav-arrow {
182
+ color: #a19f9d;
183
+ }
184
+
185
+ .e-vscroll .e-scroll-overlay {
186
+ background-color: transparent;
187
+ background-repeat: repeat-x;
188
+ }
189
+
190
+ .e-vscroll .e-scroll-overlay.e-scroll-up-overlay {
191
+ background-image: linear-gradient(-270deg, #252423 0%, rgba(37, 36, 35, 0) 100%);
192
+ }
193
+
194
+ .e-vscroll .e-scroll-overlay.e-scroll-down-overlay {
195
+ background-image: linear-gradient(-270deg, rgba(37, 36, 35, 0) 0%, #252423 100%);
196
+ }
197
+
198
+ .e-vscroll.e-rtl .e-scroll-nav {
199
+ background: #252423;
200
+ }
201
+
202
+ .e-vscroll.e-rtl .e-scroll-nav:hover {
203
+ background: #292827;
204
+ border: 0;
205
+ border-color: transparent;
206
+ color: #c8c6c4;
207
+ }
208
+
209
+ .e-vscroll:not(.e-scroll-device) .e-scroll-nav:hover {
210
+ background: #292827;
211
+ border: 0;
212
+ color: #c8c6c4;
213
+ }
214
+
215
+ .e-vscroll:not(.e-scroll-device) .e-scroll-nav:focus {
216
+ background: #292827;
217
+ border: 0;
218
+ border-color: transparent;
219
+ color: #c8c6c4;
220
+ }
221
+
222
+ .e-vscroll:not(.e-scroll-device) .e-scroll-nav:active {
223
+ background: #292827;
224
+ border: 0;
225
+ box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
226
+ color: #c8c6c4;
227
+ }
228
+
229
+ .e-vscroll .e-scroll-nav {
230
+ background: #252423;
231
+ }
232
+
233
+ .e-vscroll .e-scroll-nav.e-scroll-up-nav {
234
+ border-bottom: 1px solid #a19f9d;
235
+ }
236
+
237
+ .e-vscroll .e-scroll-nav.e-scroll-down-nav {
238
+ border-top: 1px solid #a19f9d;
239
+ }
240
+
241
+ .e-vscroll .e-scroll-nav::after {
242
+ content: '';
243
+ }
244
+
245
+ .e-vscroll .e-scroll-nav:active::after {
246
+ content: '';
247
+ }
@@ -0,0 +1,4 @@
1
+ @import 'ej2-base/styles/fluent-dark-definition.scss';
2
+ @import 'fluent-dark-definition.scss';
3
+ @import 'icons/fluent-dark.scss';
4
+ @import 'all.scss';