@syncfusion/ej2-angular-navigations 20.2.50 → 20.3.47-ngcc

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 (1190) hide show
  1. package/@syncfusion/ej2-angular-navigations.es5.js +2021 -0
  2. package/@syncfusion/ej2-angular-navigations.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-navigations.js +1859 -0
  4. package/@syncfusion/ej2-angular-navigations.js.map +1 -0
  5. package/CHANGELOG.md +1805 -0
  6. package/README.md +14 -0
  7. package/dist/ej2-angular-navigations.umd.js +2113 -0
  8. package/dist/ej2-angular-navigations.umd.js.map +1 -0
  9. package/dist/ej2-angular-navigations.umd.min.js +11 -0
  10. package/dist/ej2-angular-navigations.umd.min.js.map +1 -0
  11. package/ej2-angular-navigations.d.ts +14 -0
  12. package/ej2-angular-navigations.metadata.json +1 -0
  13. package/package.json +19 -30
  14. package/postinstall/tagchange.js +18 -0
  15. package/schematics/collection.json +155 -0
  16. package/schematics/generators/accordion-default/index.d.ts +3 -0
  17. package/schematics/generators/accordion-default/index.js +8 -0
  18. package/schematics/generators/accordion-default/sample-details.d.ts +5 -0
  19. package/schematics/generators/accordion-default/sample-details.js +7 -0
  20. package/{styles/sidebar/_layout.scss → schematics/generators/accordion-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css} +0 -0
  21. package/schematics/generators/accordion-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +49 -0
  22. package/schematics/generators/accordion-default/schema.d.ts +3 -0
  23. package/schematics/generators/accordion-default/schema.js +2 -0
  24. package/schematics/generators/accordion-default/schema.json +125 -0
  25. package/schematics/generators/accordion-html-template/index.d.ts +3 -0
  26. package/schematics/generators/accordion-html-template/index.js +8 -0
  27. package/schematics/generators/accordion-html-template/sample-details.d.ts +5 -0
  28. package/schematics/generators/accordion-html-template/sample-details.js +7 -0
  29. package/schematics/generators/accordion-html-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +57 -0
  30. package/schematics/generators/accordion-html-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +50 -0
  31. package/schematics/generators/accordion-html-template/schema.d.ts +3 -0
  32. package/schematics/generators/accordion-html-template/schema.js +2 -0
  33. package/schematics/generators/accordion-html-template/schema.json +125 -0
  34. package/schematics/generators/accordion-multiple-expand/index.d.ts +3 -0
  35. package/schematics/generators/accordion-multiple-expand/index.js +8 -0
  36. package/schematics/generators/accordion-multiple-expand/sample-details.d.ts +5 -0
  37. package/schematics/generators/accordion-multiple-expand/sample-details.js +7 -0
  38. package/schematics/generators/accordion-multiple-expand/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -0
  39. package/schematics/generators/accordion-multiple-expand/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +49 -0
  40. package/schematics/generators/accordion-multiple-expand/schema.d.ts +3 -0
  41. package/schematics/generators/accordion-multiple-expand/schema.js +2 -0
  42. package/schematics/generators/accordion-multiple-expand/schema.json +125 -0
  43. package/schematics/generators/accordion-nested/index.d.ts +3 -0
  44. package/schematics/generators/accordion-nested/index.js +8 -0
  45. package/schematics/generators/accordion-nested/sample-details.d.ts +5 -0
  46. package/schematics/generators/accordion-nested/sample-details.js +7 -0
  47. package/schematics/generators/accordion-nested/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -0
  48. package/schematics/generators/accordion-nested/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +104 -0
  49. package/schematics/generators/accordion-nested/schema.d.ts +3 -0
  50. package/schematics/generators/accordion-nested/schema.js +2 -0
  51. package/schematics/generators/accordion-nested/schema.json +125 -0
  52. package/schematics/generators/contextmenu-default/index.d.ts +3 -0
  53. package/schematics/generators/contextmenu-default/index.js +8 -0
  54. package/schematics/generators/contextmenu-default/sample-details.d.ts +5 -0
  55. package/schematics/generators/contextmenu-default/sample-details.js +7 -0
  56. package/schematics/generators/contextmenu-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +65 -0
  57. package/schematics/generators/contextmenu-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +6 -0
  58. package/schematics/generators/contextmenu-default/schema.d.ts +3 -0
  59. package/schematics/generators/contextmenu-default/schema.js +2 -0
  60. package/schematics/generators/contextmenu-default/schema.json +125 -0
  61. package/schematics/generators/menu-default/index.d.ts +3 -0
  62. package/schematics/generators/menu-default/index.js +8 -0
  63. package/schematics/generators/menu-default/sample-details.d.ts +5 -0
  64. package/schematics/generators/menu-default/sample-details.js +7 -0
  65. package/schematics/generators/menu-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +52 -0
  66. package/schematics/generators/menu-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +5 -0
  67. package/schematics/generators/menu-default/schema.d.ts +3 -0
  68. package/schematics/generators/menu-default/schema.js +2 -0
  69. package/schematics/generators/menu-default/schema.json +125 -0
  70. package/schematics/generators/sidebar-backdrop/index.d.ts +3 -0
  71. package/schematics/generators/sidebar-backdrop/index.js +8 -0
  72. package/schematics/generators/sidebar-backdrop/sample-details.d.ts +5 -0
  73. package/schematics/generators/sidebar-backdrop/sample-details.js +7 -0
  74. package/schematics/generators/sidebar-backdrop/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +74 -0
  75. package/schematics/generators/sidebar-backdrop/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +17 -0
  76. package/schematics/generators/sidebar-backdrop/schema.d.ts +3 -0
  77. package/schematics/generators/sidebar-backdrop/schema.js +2 -0
  78. package/schematics/generators/sidebar-backdrop/schema.json +125 -0
  79. package/schematics/generators/sidebar-dock/index.d.ts +3 -0
  80. package/schematics/generators/sidebar-dock/index.js +8 -0
  81. package/schematics/generators/sidebar-dock/sample-details.d.ts +5 -0
  82. package/schematics/generators/sidebar-dock/sample-details.js +7 -0
  83. package/schematics/generators/sidebar-dock/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +170 -0
  84. package/schematics/generators/sidebar-dock/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +41 -0
  85. package/schematics/generators/sidebar-dock/schema.d.ts +3 -0
  86. package/schematics/generators/sidebar-dock/schema.js +2 -0
  87. package/schematics/generators/sidebar-dock/schema.json +125 -0
  88. package/schematics/generators/sidebar-target/index.d.ts +3 -0
  89. package/schematics/generators/sidebar-target/index.js +8 -0
  90. package/schematics/generators/sidebar-target/sample-details.d.ts +5 -0
  91. package/schematics/generators/sidebar-target/sample-details.js +7 -0
  92. package/schematics/generators/sidebar-target/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +91 -0
  93. package/schematics/generators/sidebar-target/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +20 -0
  94. package/schematics/generators/sidebar-target/schema.d.ts +3 -0
  95. package/schematics/generators/sidebar-target/schema.js +2 -0
  96. package/schematics/generators/sidebar-target/schema.json +125 -0
  97. package/schematics/generators/sidebar-types/index.d.ts +3 -0
  98. package/schematics/generators/sidebar-types/index.js +8 -0
  99. package/schematics/generators/sidebar-types/sample-details.d.ts +5 -0
  100. package/schematics/generators/sidebar-types/sample-details.js +7 -0
  101. package/schematics/generators/sidebar-types/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +134 -0
  102. package/schematics/generators/sidebar-types/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +37 -0
  103. package/schematics/generators/sidebar-types/schema.d.ts +3 -0
  104. package/schematics/generators/sidebar-types/schema.js +2 -0
  105. package/schematics/generators/sidebar-types/schema.json +125 -0
  106. package/schematics/generators/tab-html-template/index.d.ts +3 -0
  107. package/schematics/generators/tab-html-template/index.js +8 -0
  108. package/schematics/generators/tab-html-template/sample-details.d.ts +5 -0
  109. package/schematics/generators/tab-html-template/sample-details.js +7 -0
  110. package/schematics/generators/tab-html-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +9 -0
  111. package/schematics/generators/tab-html-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +42 -0
  112. package/schematics/generators/tab-html-template/schema.d.ts +3 -0
  113. package/schematics/generators/tab-html-template/schema.js +2 -0
  114. package/schematics/generators/tab-html-template/schema.json +125 -0
  115. package/schematics/generators/tab-icon/index.d.ts +3 -0
  116. package/schematics/generators/tab-icon/index.js +8 -0
  117. package/schematics/generators/tab-icon/sample-details.d.ts +5 -0
  118. package/schematics/generators/tab-icon/sample-details.js +7 -0
  119. package/schematics/generators/tab-icon/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +37 -0
  120. package/schematics/generators/tab-icon/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +45 -0
  121. package/schematics/generators/tab-icon/schema.d.ts +3 -0
  122. package/schematics/generators/tab-icon/schema.js +2 -0
  123. package/schematics/generators/tab-icon/schema.json +125 -0
  124. package/schematics/generators/tab-nested/index.d.ts +3 -0
  125. package/schematics/generators/tab-nested/index.js +8 -0
  126. package/schematics/generators/tab-nested/sample-details.d.ts +5 -0
  127. package/schematics/generators/tab-nested/sample-details.js +7 -0
  128. package/schematics/generators/tab-nested/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +9 -0
  129. package/schematics/generators/tab-nested/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +71 -0
  130. package/schematics/generators/tab-nested/schema.d.ts +3 -0
  131. package/schematics/generators/tab-nested/schema.js +2 -0
  132. package/schematics/generators/tab-nested/schema.json +125 -0
  133. package/schematics/generators/tab-popup/index.d.ts +3 -0
  134. package/schematics/generators/tab-popup/index.js +8 -0
  135. package/schematics/generators/tab-popup/sample-details.d.ts +5 -0
  136. package/schematics/generators/tab-popup/sample-details.js +7 -0
  137. package/schematics/generators/tab-popup/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +9 -0
  138. package/schematics/generators/tab-popup/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +118 -0
  139. package/schematics/generators/tab-popup/schema.d.ts +3 -0
  140. package/schematics/generators/tab-popup/schema.js +2 -0
  141. package/schematics/generators/tab-popup/schema.json +125 -0
  142. package/schematics/generators/tab-scrollable/index.d.ts +3 -0
  143. package/schematics/generators/tab-scrollable/index.js +8 -0
  144. package/schematics/generators/tab-scrollable/sample-details.d.ts +5 -0
  145. package/schematics/generators/tab-scrollable/sample-details.js +7 -0
  146. package/schematics/generators/tab-scrollable/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +9 -0
  147. package/schematics/generators/tab-scrollable/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +118 -0
  148. package/schematics/generators/tab-scrollable/schema.d.ts +3 -0
  149. package/schematics/generators/tab-scrollable/schema.js +2 -0
  150. package/schematics/generators/tab-scrollable/schema.json +125 -0
  151. package/schematics/generators/tab-vertical/index.d.ts +3 -0
  152. package/schematics/generators/tab-vertical/index.js +8 -0
  153. package/schematics/generators/tab-vertical/sample-details.d.ts +5 -0
  154. package/schematics/generators/tab-vertical/sample-details.js +7 -0
  155. package/schematics/generators/tab-vertical/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +9 -0
  156. package/schematics/generators/tab-vertical/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +118 -0
  157. package/schematics/generators/tab-vertical/schema.d.ts +3 -0
  158. package/schematics/generators/tab-vertical/schema.js +2 -0
  159. package/schematics/generators/tab-vertical/schema.json +125 -0
  160. package/schematics/generators/toolbar-alignment/index.d.ts +3 -0
  161. package/schematics/generators/toolbar-alignment/index.js +8 -0
  162. package/schematics/generators/toolbar-alignment/sample-details.d.ts +5 -0
  163. package/schematics/generators/toolbar-alignment/sample-details.js +7 -0
  164. package/schematics/generators/toolbar-alignment/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +97 -0
  165. package/schematics/generators/toolbar-alignment/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +48 -0
  166. package/schematics/generators/toolbar-alignment/schema.d.ts +3 -0
  167. package/schematics/generators/toolbar-alignment/schema.js +2 -0
  168. package/schematics/generators/toolbar-alignment/schema.json +125 -0
  169. package/schematics/generators/toolbar-extended/index.d.ts +3 -0
  170. package/schematics/generators/toolbar-extended/index.js +8 -0
  171. package/schematics/generators/toolbar-extended/sample-details.d.ts +5 -0
  172. package/schematics/generators/toolbar-extended/sample-details.js +7 -0
  173. package/schematics/generators/toolbar-extended/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +125 -0
  174. package/schematics/generators/toolbar-extended/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +33 -0
  175. package/schematics/generators/toolbar-extended/schema.d.ts +3 -0
  176. package/schematics/generators/toolbar-extended/schema.js +2 -0
  177. package/schematics/generators/toolbar-extended/schema.json +125 -0
  178. package/schematics/generators/toolbar-html-template/index.d.ts +3 -0
  179. package/schematics/generators/toolbar-html-template/index.js +8 -0
  180. package/schematics/generators/toolbar-html-template/sample-details.d.ts +5 -0
  181. package/schematics/generators/toolbar-html-template/sample-details.js +7 -0
  182. package/schematics/generators/toolbar-html-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -0
  183. package/schematics/generators/toolbar-html-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +16 -0
  184. package/schematics/generators/toolbar-html-template/schema.d.ts +3 -0
  185. package/schematics/generators/toolbar-html-template/schema.js +2 -0
  186. package/schematics/generators/toolbar-html-template/schema.json +125 -0
  187. package/schematics/generators/toolbar-multi-row/index.d.ts +3 -0
  188. package/schematics/generators/toolbar-multi-row/index.js +8 -0
  189. package/schematics/generators/toolbar-multi-row/sample-details.d.ts +5 -0
  190. package/schematics/generators/toolbar-multi-row/sample-details.js +7 -0
  191. package/schematics/generators/toolbar-multi-row/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +125 -0
  192. package/schematics/generators/toolbar-multi-row/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +33 -0
  193. package/schematics/generators/toolbar-multi-row/schema.d.ts +3 -0
  194. package/schematics/generators/toolbar-multi-row/schema.js +2 -0
  195. package/schematics/generators/toolbar-multi-row/schema.json +125 -0
  196. package/schematics/generators/toolbar-popup/index.d.ts +3 -0
  197. package/schematics/generators/toolbar-popup/index.js +8 -0
  198. package/schematics/generators/toolbar-popup/sample-details.d.ts +5 -0
  199. package/schematics/generators/toolbar-popup/sample-details.js +7 -0
  200. package/schematics/generators/toolbar-popup/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +125 -0
  201. package/schematics/generators/toolbar-popup/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +33 -0
  202. package/schematics/generators/toolbar-popup/schema.d.ts +3 -0
  203. package/schematics/generators/toolbar-popup/schema.js +2 -0
  204. package/schematics/generators/toolbar-popup/schema.json +125 -0
  205. package/schematics/generators/toolbar-scrollable/index.d.ts +3 -0
  206. package/schematics/generators/toolbar-scrollable/index.js +8 -0
  207. package/schematics/generators/toolbar-scrollable/sample-details.d.ts +5 -0
  208. package/schematics/generators/toolbar-scrollable/sample-details.js +7 -0
  209. package/schematics/generators/toolbar-scrollable/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +125 -0
  210. package/schematics/generators/toolbar-scrollable/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +33 -0
  211. package/schematics/generators/toolbar-scrollable/schema.d.ts +3 -0
  212. package/schematics/generators/toolbar-scrollable/schema.js +2 -0
  213. package/schematics/generators/toolbar-scrollable/schema.json +125 -0
  214. package/schematics/generators/treeview-checkbox/index.d.ts +3 -0
  215. package/schematics/generators/treeview-checkbox/index.js +8 -0
  216. package/schematics/generators/treeview-checkbox/sample-details.d.ts +5 -0
  217. package/schematics/generators/treeview-checkbox/sample-details.js +7 -0
  218. package/schematics/generators/treeview-checkbox/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +6 -0
  219. package/schematics/generators/treeview-checkbox/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +7 -0
  220. package/schematics/generators/treeview-checkbox/schema.d.ts +3 -0
  221. package/schematics/generators/treeview-checkbox/schema.js +2 -0
  222. package/schematics/generators/treeview-checkbox/schema.json +125 -0
  223. package/schematics/generators/treeview-default/index.d.ts +3 -0
  224. package/schematics/generators/treeview-default/index.js +8 -0
  225. package/schematics/generators/treeview-default/sample-details.d.ts +5 -0
  226. package/schematics/generators/treeview-default/sample-details.js +7 -0
  227. package/schematics/generators/treeview-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +6 -0
  228. package/schematics/generators/treeview-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +7 -0
  229. package/schematics/generators/treeview-default/schema.d.ts +3 -0
  230. package/schematics/generators/treeview-default/schema.js +2 -0
  231. package/schematics/generators/treeview-default/schema.json +125 -0
  232. package/schematics/generators/treeview-draganddrop/index.d.ts +3 -0
  233. package/schematics/generators/treeview-draganddrop/index.js +8 -0
  234. package/schematics/generators/treeview-draganddrop/sample-details.d.ts +5 -0
  235. package/schematics/generators/treeview-draganddrop/sample-details.js +7 -0
  236. package/schematics/generators/treeview-draganddrop/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +6 -0
  237. package/schematics/generators/treeview-draganddrop/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +7 -0
  238. package/schematics/generators/treeview-draganddrop/schema.d.ts +3 -0
  239. package/schematics/generators/treeview-draganddrop/schema.js +2 -0
  240. package/schematics/generators/treeview-draganddrop/schema.json +125 -0
  241. package/schematics/generators/treeview-multiselection/index.d.ts +3 -0
  242. package/schematics/generators/treeview-multiselection/index.js +8 -0
  243. package/schematics/generators/treeview-multiselection/sample-details.d.ts +5 -0
  244. package/schematics/generators/treeview-multiselection/sample-details.js +7 -0
  245. package/schematics/generators/treeview-multiselection/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +6 -0
  246. package/schematics/generators/treeview-multiselection/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +7 -0
  247. package/schematics/generators/treeview-multiselection/schema.d.ts +3 -0
  248. package/schematics/generators/treeview-multiselection/schema.js +2 -0
  249. package/schematics/generators/treeview-multiselection/schema.json +125 -0
  250. package/schematics/generators/treeview-nodeediting/index.d.ts +3 -0
  251. package/schematics/generators/treeview-nodeediting/index.js +8 -0
  252. package/schematics/generators/treeview-nodeediting/sample-details.d.ts +5 -0
  253. package/schematics/generators/treeview-nodeediting/sample-details.js +7 -0
  254. package/schematics/generators/treeview-nodeediting/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +6 -0
  255. package/schematics/generators/treeview-nodeediting/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +7 -0
  256. package/schematics/generators/treeview-nodeediting/schema.d.ts +3 -0
  257. package/schematics/generators/treeview-nodeediting/schema.js +2 -0
  258. package/schematics/generators/treeview-nodeediting/schema.json +125 -0
  259. package/schematics/generators/treeview-remotedata/index.d.ts +3 -0
  260. package/schematics/generators/treeview-remotedata/index.js +8 -0
  261. package/schematics/generators/treeview-remotedata/sample-details.d.ts +5 -0
  262. package/schematics/generators/treeview-remotedata/sample-details.js +7 -0
  263. package/schematics/generators/treeview-remotedata/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +12 -0
  264. package/schematics/generators/treeview-remotedata/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +8 -0
  265. package/schematics/generators/treeview-remotedata/schema.d.ts +3 -0
  266. package/schematics/generators/treeview-remotedata/schema.js +2 -0
  267. package/schematics/generators/treeview-remotedata/schema.json +125 -0
  268. package/schematics/generators/treeview-treetemplate/index.d.ts +3 -0
  269. package/schematics/generators/treeview-treetemplate/index.js +8 -0
  270. package/schematics/generators/treeview-treetemplate/sample-details.d.ts +5 -0
  271. package/schematics/generators/treeview-treetemplate/sample-details.js +7 -0
  272. package/schematics/generators/treeview-treetemplate/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +16 -0
  273. package/schematics/generators/treeview-treetemplate/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +21 -0
  274. package/schematics/generators/treeview-treetemplate/schema.d.ts +3 -0
  275. package/schematics/generators/treeview-treetemplate/schema.js +2 -0
  276. package/schematics/generators/treeview-treetemplate/schema.json +125 -0
  277. package/schematics/ng-add/index.d.ts +3 -0
  278. package/schematics/ng-add/index.js +9 -0
  279. package/schematics/ng-add/schema.d.ts +13 -0
  280. package/schematics/ng-add/schema.js +2 -0
  281. package/schematics/ng-add/schema.json +34 -0
  282. package/schematics/tsconfig.json +25 -0
  283. package/schematics/utils/lib-details.d.ts +4 -0
  284. package/schematics/utils/lib-details.js +6 -0
  285. package/schematics/utils/lib-details.ts +3 -3
  286. package/src/accordion/accordion-all.module.d.ts +0 -6
  287. package/src/accordion/accordion.component.d.ts +0 -3
  288. package/src/accordion/accordion.module.d.ts +0 -7
  289. package/src/accordion/items.directive.d.ts +0 -5
  290. package/src/appbar/appbar-all.module.d.ts +5 -0
  291. package/src/appbar/appbar.component.d.ts +29 -0
  292. package/src/appbar/appbar.module.d.ts +5 -0
  293. package/src/breadcrumb/breadcrumb-all.module.d.ts +0 -6
  294. package/src/breadcrumb/breadcrumb.component.d.ts +0 -3
  295. package/src/breadcrumb/breadcrumb.module.d.ts +0 -7
  296. package/src/breadcrumb/items.directive.d.ts +0 -5
  297. package/src/carousel/carousel-all.module.d.ts +0 -6
  298. package/src/carousel/carousel.component.d.ts +0 -3
  299. package/src/carousel/carousel.module.d.ts +0 -7
  300. package/src/carousel/items.directive.d.ts +0 -5
  301. package/src/context-menu/contextmenu-all.module.d.ts +0 -6
  302. package/src/context-menu/contextmenu.component.d.ts +0 -3
  303. package/src/context-menu/contextmenu.module.d.ts +0 -6
  304. package/src/index.d.ts +3 -0
  305. package/src/menu/items.directive.d.ts +0 -5
  306. package/src/menu/menu-all.module.d.ts +0 -6
  307. package/src/menu/menu.component.d.ts +0 -3
  308. package/src/menu/menu.module.d.ts +0 -7
  309. package/src/sidebar/sidebar-all.module.d.ts +0 -6
  310. package/src/sidebar/sidebar.component.d.ts +0 -3
  311. package/src/sidebar/sidebar.module.d.ts +0 -6
  312. package/src/tab/items.directive.d.ts +0 -5
  313. package/src/tab/tab-all.module.d.ts +0 -6
  314. package/src/tab/tab.component.d.ts +0 -3
  315. package/src/tab/tab.module.d.ts +0 -7
  316. package/src/toolbar/items.directive.d.ts +0 -5
  317. package/src/toolbar/toolbar-all.module.d.ts +0 -6
  318. package/src/toolbar/toolbar.component.d.ts +0 -3
  319. package/src/toolbar/toolbar.module.d.ts +0 -7
  320. package/src/treeview/treeview-all.module.d.ts +0 -6
  321. package/src/treeview/treeview.component.d.ts +0 -3
  322. package/src/treeview/treeview.module.d.ts +0 -6
  323. package/styles/accordion/bootstrap-dark.css +1 -0
  324. package/styles/accordion/bootstrap-dark.scss +1 -4
  325. package/styles/accordion/bootstrap.css +1 -0
  326. package/styles/accordion/bootstrap.scss +1 -4
  327. package/styles/accordion/bootstrap4.css +1 -0
  328. package/styles/accordion/bootstrap4.scss +1 -4
  329. package/styles/accordion/bootstrap5-dark.css +2 -0
  330. package/styles/accordion/bootstrap5-dark.scss +1 -4
  331. package/styles/accordion/bootstrap5.css +2 -0
  332. package/styles/accordion/bootstrap5.scss +1 -4
  333. package/styles/accordion/fabric-dark.css +1 -0
  334. package/styles/accordion/fabric-dark.scss +1 -4
  335. package/styles/accordion/fabric.css +1 -0
  336. package/styles/accordion/fabric.scss +1 -4
  337. package/styles/accordion/fluent-dark.css +1 -0
  338. package/styles/accordion/fluent-dark.scss +1 -4
  339. package/styles/accordion/fluent.css +1 -0
  340. package/styles/accordion/fluent.scss +1 -4
  341. package/styles/accordion/highcontrast-light.css +1 -0
  342. package/styles/accordion/highcontrast-light.scss +1 -4
  343. package/styles/accordion/highcontrast.css +1 -0
  344. package/styles/accordion/highcontrast.scss +1 -4
  345. package/styles/accordion/material-dark.css +1 -0
  346. package/styles/accordion/material-dark.scss +1 -4
  347. package/styles/accordion/material.css +1 -0
  348. package/styles/accordion/material.scss +1 -4
  349. package/styles/accordion/tailwind-dark.css +1 -0
  350. package/styles/accordion/tailwind-dark.scss +1 -4
  351. package/styles/accordion/tailwind.css +1 -0
  352. package/styles/accordion/tailwind.scss +1 -4
  353. package/styles/appbar/bootstrap-dark.css +244 -0
  354. package/styles/appbar/bootstrap-dark.scss +1 -0
  355. package/styles/appbar/bootstrap.css +244 -0
  356. package/styles/appbar/bootstrap.scss +1 -0
  357. package/styles/appbar/bootstrap4.css +244 -0
  358. package/styles/appbar/bootstrap4.scss +1 -0
  359. package/styles/appbar/bootstrap5-dark.css +244 -0
  360. package/styles/appbar/bootstrap5-dark.scss +1 -0
  361. package/styles/appbar/bootstrap5.css +244 -0
  362. package/styles/appbar/bootstrap5.scss +1 -0
  363. package/styles/appbar/fabric-dark.css +244 -0
  364. package/styles/appbar/fabric-dark.scss +1 -0
  365. package/styles/appbar/fabric.css +244 -0
  366. package/styles/appbar/fabric.scss +1 -0
  367. package/styles/appbar/fluent-dark.css +244 -0
  368. package/styles/appbar/fluent-dark.scss +1 -0
  369. package/styles/appbar/fluent.css +244 -0
  370. package/styles/appbar/fluent.scss +1 -0
  371. package/styles/appbar/highcontrast-light.css +244 -0
  372. package/styles/appbar/highcontrast-light.scss +1 -0
  373. package/styles/appbar/highcontrast.css +244 -0
  374. package/styles/appbar/highcontrast.scss +1 -0
  375. package/styles/appbar/material-dark.css +245 -0
  376. package/styles/appbar/material-dark.scss +1 -0
  377. package/styles/appbar/material.css +245 -0
  378. package/styles/appbar/material.scss +1 -0
  379. package/styles/appbar/tailwind-dark.css +245 -0
  380. package/styles/appbar/tailwind-dark.scss +1 -0
  381. package/styles/appbar/tailwind.css +245 -0
  382. package/styles/appbar/tailwind.scss +1 -0
  383. package/styles/bootstrap-dark.css +340 -21
  384. package/styles/bootstrap-dark.scss +1 -0
  385. package/styles/bootstrap.css +345 -26
  386. package/styles/bootstrap.scss +1 -0
  387. package/styles/bootstrap4.css +348 -29
  388. package/styles/bootstrap4.scss +1 -0
  389. package/styles/bootstrap5-dark.css +360 -36
  390. package/styles/bootstrap5-dark.scss +1 -0
  391. package/styles/bootstrap5.css +360 -36
  392. package/styles/bootstrap5.scss +1 -0
  393. package/styles/breadcrumb/bootstrap-dark.scss +1 -4
  394. package/styles/breadcrumb/bootstrap.scss +1 -4
  395. package/styles/breadcrumb/bootstrap4.scss +1 -4
  396. package/styles/breadcrumb/bootstrap5-dark.scss +1 -4
  397. package/styles/breadcrumb/bootstrap5.scss +1 -4
  398. package/styles/breadcrumb/fabric-dark.scss +1 -4
  399. package/styles/breadcrumb/fabric.scss +1 -4
  400. package/styles/breadcrumb/fluent-dark.scss +1 -4
  401. package/styles/breadcrumb/fluent.scss +1 -4
  402. package/styles/breadcrumb/highcontrast-light.scss +1 -4
  403. package/styles/breadcrumb/highcontrast.scss +1 -4
  404. package/styles/breadcrumb/material-dark.scss +1 -4
  405. package/styles/breadcrumb/material.scss +1 -4
  406. package/styles/breadcrumb/tailwind-dark.scss +1 -4
  407. package/styles/breadcrumb/tailwind.scss +1 -4
  408. package/styles/carousel/bootstrap-dark.css +46 -11
  409. package/styles/carousel/bootstrap-dark.scss +1 -5
  410. package/styles/carousel/bootstrap.css +46 -11
  411. package/styles/carousel/bootstrap.scss +1 -5
  412. package/styles/carousel/bootstrap4.css +46 -11
  413. package/styles/carousel/bootstrap4.scss +1 -5
  414. package/styles/carousel/bootstrap5-dark.css +46 -11
  415. package/styles/carousel/bootstrap5-dark.scss +1 -5
  416. package/styles/carousel/bootstrap5.css +46 -11
  417. package/styles/carousel/bootstrap5.scss +1 -5
  418. package/styles/carousel/fabric-dark.css +46 -11
  419. package/styles/carousel/fabric-dark.scss +1 -5
  420. package/styles/carousel/fabric.css +46 -11
  421. package/styles/carousel/fabric.scss +1 -5
  422. package/styles/carousel/fluent-dark.css +46 -11
  423. package/styles/carousel/fluent-dark.scss +1 -5
  424. package/styles/carousel/fluent.css +46 -11
  425. package/styles/carousel/fluent.scss +1 -5
  426. package/styles/carousel/highcontrast-light.css +46 -11
  427. package/styles/carousel/highcontrast-light.scss +1 -5
  428. package/styles/carousel/highcontrast.css +46 -11
  429. package/styles/carousel/highcontrast.scss +1 -5
  430. package/styles/carousel/material-dark.css +46 -11
  431. package/styles/carousel/material-dark.scss +1 -5
  432. package/styles/carousel/material.css +46 -11
  433. package/styles/carousel/material.scss +1 -5
  434. package/styles/carousel/tailwind-dark.css +46 -11
  435. package/styles/carousel/tailwind-dark.scss +1 -5
  436. package/styles/carousel/tailwind.css +46 -11
  437. package/styles/carousel/tailwind.scss +1 -5
  438. package/styles/context-menu/bootstrap-dark.scss +1 -7
  439. package/styles/context-menu/bootstrap.scss +1 -7
  440. package/styles/context-menu/bootstrap4.css +2 -2
  441. package/styles/context-menu/bootstrap4.scss +1 -7
  442. package/styles/context-menu/bootstrap5-dark.css +3 -3
  443. package/styles/context-menu/bootstrap5-dark.scss +1 -7
  444. package/styles/context-menu/bootstrap5.css +3 -3
  445. package/styles/context-menu/bootstrap5.scss +1 -7
  446. package/styles/context-menu/fabric-dark.scss +1 -7
  447. package/styles/context-menu/fabric.scss +1 -7
  448. package/styles/context-menu/fluent-dark.css +1 -1
  449. package/styles/context-menu/fluent-dark.scss +1 -7
  450. package/styles/context-menu/fluent.css +1 -1
  451. package/styles/context-menu/fluent.scss +1 -7
  452. package/styles/context-menu/highcontrast-light.scss +1 -7
  453. package/styles/context-menu/highcontrast.scss +1 -7
  454. package/styles/context-menu/material-dark.scss +1 -7
  455. package/styles/context-menu/material.scss +1 -7
  456. package/styles/context-menu/tailwind-dark.css +1 -1
  457. package/styles/context-menu/tailwind-dark.scss +1 -7
  458. package/styles/context-menu/tailwind.css +1 -1
  459. package/styles/context-menu/tailwind.scss +1 -7
  460. package/styles/fabric-dark.css +340 -21
  461. package/styles/fabric-dark.scss +1 -0
  462. package/styles/fabric.css +340 -21
  463. package/styles/fabric.scss +1 -0
  464. package/styles/fluent-dark.css +352 -33
  465. package/styles/fluent-dark.scss +1 -0
  466. package/styles/fluent.css +352 -33
  467. package/styles/fluent.scss +1 -0
  468. package/styles/h-scroll/bootstrap-dark.css +0 -2
  469. package/styles/h-scroll/bootstrap-dark.scss +1 -4
  470. package/styles/h-scroll/bootstrap.css +0 -2
  471. package/styles/h-scroll/bootstrap.scss +1 -4
  472. package/styles/h-scroll/bootstrap4.css +0 -2
  473. package/styles/h-scroll/bootstrap4.scss +1 -4
  474. package/styles/h-scroll/bootstrap5-dark.css +0 -2
  475. package/styles/h-scroll/bootstrap5-dark.scss +1 -4
  476. package/styles/h-scroll/bootstrap5.css +0 -2
  477. package/styles/h-scroll/bootstrap5.scss +1 -4
  478. package/styles/h-scroll/fabric-dark.css +0 -2
  479. package/styles/h-scroll/fabric-dark.scss +1 -4
  480. package/styles/h-scroll/fabric.css +0 -2
  481. package/styles/h-scroll/fabric.scss +1 -4
  482. package/styles/h-scroll/fluent-dark.css +0 -2
  483. package/styles/h-scroll/fluent-dark.scss +1 -4
  484. package/styles/h-scroll/fluent.css +0 -2
  485. package/styles/h-scroll/fluent.scss +1 -4
  486. package/styles/h-scroll/highcontrast-light.css +0 -2
  487. package/styles/h-scroll/highcontrast-light.scss +1 -4
  488. package/styles/h-scroll/highcontrast.css +0 -2
  489. package/styles/h-scroll/highcontrast.scss +1 -4
  490. package/styles/h-scroll/material-dark.css +0 -2
  491. package/styles/h-scroll/material-dark.scss +1 -4
  492. package/styles/h-scroll/material.css +0 -2
  493. package/styles/h-scroll/material.scss +1 -4
  494. package/styles/h-scroll/tailwind-dark.css +0 -2
  495. package/styles/h-scroll/tailwind-dark.scss +1 -4
  496. package/styles/h-scroll/tailwind.css +0 -2
  497. package/styles/h-scroll/tailwind.scss +1 -4
  498. package/styles/highcontrast-light.css +339 -20
  499. package/styles/highcontrast-light.scss +1 -0
  500. package/styles/highcontrast.css +339 -20
  501. package/styles/highcontrast.scss +1 -0
  502. package/styles/material-dark.css +339 -20
  503. package/styles/material-dark.scss +1 -0
  504. package/styles/material.css +339 -20
  505. package/styles/material.scss +1 -0
  506. package/styles/menu/bootstrap-dark.css +22 -0
  507. package/styles/menu/bootstrap-dark.scss +1 -8
  508. package/styles/menu/bootstrap.css +22 -0
  509. package/styles/menu/bootstrap.scss +1 -8
  510. package/styles/menu/bootstrap4.css +22 -0
  511. package/styles/menu/bootstrap4.scss +1 -8
  512. package/styles/menu/bootstrap5-dark.css +23 -1
  513. package/styles/menu/bootstrap5-dark.scss +1 -8
  514. package/styles/menu/bootstrap5.css +23 -1
  515. package/styles/menu/bootstrap5.scss +1 -8
  516. package/styles/menu/fabric-dark.css +22 -0
  517. package/styles/menu/fabric-dark.scss +1 -8
  518. package/styles/menu/fabric.css +22 -0
  519. package/styles/menu/fabric.scss +1 -8
  520. package/styles/menu/fluent-dark.css +23 -1
  521. package/styles/menu/fluent-dark.scss +1 -8
  522. package/styles/menu/fluent.css +23 -1
  523. package/styles/menu/fluent.scss +1 -8
  524. package/styles/menu/highcontrast-light.css +22 -0
  525. package/styles/menu/highcontrast-light.scss +1 -8
  526. package/styles/menu/highcontrast.css +22 -0
  527. package/styles/menu/highcontrast.scss +1 -8
  528. package/styles/menu/material-dark.css +22 -0
  529. package/styles/menu/material-dark.scss +1 -8
  530. package/styles/menu/material.css +22 -0
  531. package/styles/menu/material.scss +1 -8
  532. package/styles/menu/tailwind-dark.css +23 -1
  533. package/styles/menu/tailwind-dark.scss +1 -8
  534. package/styles/menu/tailwind.css +23 -1
  535. package/styles/menu/tailwind.scss +1 -8
  536. package/styles/pager/bootstrap-dark.css +5 -3
  537. package/styles/pager/bootstrap-dark.scss +1 -4
  538. package/styles/pager/bootstrap.css +10 -8
  539. package/styles/pager/bootstrap.scss +1 -4
  540. package/styles/pager/bootstrap4.css +11 -9
  541. package/styles/pager/bootstrap4.scss +1 -4
  542. package/styles/pager/bootstrap5-dark.css +14 -12
  543. package/styles/pager/bootstrap5-dark.scss +1 -4
  544. package/styles/pager/bootstrap5.css +14 -12
  545. package/styles/pager/bootstrap5.scss +1 -4
  546. package/styles/pager/fabric-dark.css +5 -3
  547. package/styles/pager/fabric-dark.scss +1 -4
  548. package/styles/pager/fabric.css +5 -3
  549. package/styles/pager/fabric.scss +1 -4
  550. package/styles/pager/fluent-dark.css +6 -4
  551. package/styles/pager/fluent-dark.scss +1 -4
  552. package/styles/pager/fluent.css +6 -4
  553. package/styles/pager/fluent.scss +1 -4
  554. package/styles/pager/highcontrast-light.css +4 -2
  555. package/styles/pager/highcontrast-light.scss +1 -4
  556. package/styles/pager/highcontrast.css +4 -2
  557. package/styles/pager/highcontrast.scss +1 -4
  558. package/styles/pager/material-dark.css +4 -2
  559. package/styles/pager/material-dark.scss +1 -4
  560. package/styles/pager/material.css +4 -2
  561. package/styles/pager/material.scss +1 -4
  562. package/styles/pager/tailwind-dark.css +19 -17
  563. package/styles/pager/tailwind-dark.scss +1 -4
  564. package/styles/pager/tailwind.css +19 -17
  565. package/styles/pager/tailwind.scss +1 -4
  566. package/styles/sidebar/bootstrap-dark.css +4 -0
  567. package/styles/sidebar/bootstrap-dark.scss +1 -3
  568. package/styles/sidebar/bootstrap.css +4 -0
  569. package/styles/sidebar/bootstrap.scss +1 -3
  570. package/styles/sidebar/bootstrap4.css +4 -0
  571. package/styles/sidebar/bootstrap4.scss +1 -3
  572. package/styles/sidebar/bootstrap5-dark.css +4 -0
  573. package/styles/sidebar/bootstrap5-dark.scss +1 -3
  574. package/styles/sidebar/bootstrap5.css +4 -0
  575. package/styles/sidebar/bootstrap5.scss +1 -3
  576. package/styles/sidebar/fabric-dark.css +4 -0
  577. package/styles/sidebar/fabric-dark.scss +1 -3
  578. package/styles/sidebar/fabric.css +4 -0
  579. package/styles/sidebar/fabric.scss +1 -3
  580. package/styles/sidebar/fluent-dark.css +4 -0
  581. package/styles/sidebar/fluent-dark.scss +1 -3
  582. package/styles/sidebar/fluent.css +4 -0
  583. package/styles/sidebar/fluent.scss +1 -3
  584. package/styles/sidebar/highcontrast-light.css +4 -0
  585. package/styles/sidebar/highcontrast-light.scss +1 -3
  586. package/styles/sidebar/highcontrast.css +4 -0
  587. package/styles/sidebar/highcontrast.scss +1 -3
  588. package/styles/sidebar/material-dark.css +4 -0
  589. package/styles/sidebar/material-dark.scss +1 -3
  590. package/styles/sidebar/material.css +4 -0
  591. package/styles/sidebar/material.scss +1 -3
  592. package/styles/sidebar/tailwind-dark.css +4 -0
  593. package/styles/sidebar/tailwind-dark.scss +1 -3
  594. package/styles/sidebar/tailwind.css +4 -0
  595. package/styles/sidebar/tailwind.scss +1 -3
  596. package/styles/tab/bootstrap-dark.css +1 -1
  597. package/styles/tab/bootstrap-dark.scss +1 -5
  598. package/styles/tab/bootstrap.css +1 -1
  599. package/styles/tab/bootstrap.scss +1 -5
  600. package/styles/tab/bootstrap4.css +1 -1
  601. package/styles/tab/bootstrap4.scss +1 -5
  602. package/styles/tab/bootstrap5-dark.css +5 -2
  603. package/styles/tab/bootstrap5-dark.scss +1 -5
  604. package/styles/tab/bootstrap5.css +5 -2
  605. package/styles/tab/bootstrap5.scss +1 -5
  606. package/styles/tab/fabric-dark.css +1 -1
  607. package/styles/tab/fabric-dark.scss +1 -5
  608. package/styles/tab/fabric.css +1 -1
  609. package/styles/tab/fabric.scss +1 -5
  610. package/styles/tab/fluent-dark.css +5 -5
  611. package/styles/tab/fluent-dark.scss +1 -5
  612. package/styles/tab/fluent.css +5 -5
  613. package/styles/tab/fluent.scss +1 -5
  614. package/styles/tab/highcontrast-light.css +1 -1
  615. package/styles/tab/highcontrast-light.scss +1 -5
  616. package/styles/tab/highcontrast.css +1 -1
  617. package/styles/tab/highcontrast.scss +1 -5
  618. package/styles/tab/material-dark.css +1 -1
  619. package/styles/tab/material-dark.scss +1 -5
  620. package/styles/tab/material.css +1 -1
  621. package/styles/tab/material.scss +1 -5
  622. package/styles/tab/tailwind-dark.css +1 -1
  623. package/styles/tab/tailwind-dark.scss +1 -5
  624. package/styles/tab/tailwind.css +1 -1
  625. package/styles/tab/tailwind.scss +1 -5
  626. package/styles/tailwind-dark.css +359 -38
  627. package/styles/tailwind-dark.scss +1 -0
  628. package/styles/tailwind.css +359 -38
  629. package/styles/tailwind.scss +1 -0
  630. package/styles/toolbar/bootstrap-dark.css +10 -2
  631. package/styles/toolbar/bootstrap-dark.scss +1 -8
  632. package/styles/toolbar/bootstrap.css +10 -2
  633. package/styles/toolbar/bootstrap.scss +1 -8
  634. package/styles/toolbar/bootstrap4.css +10 -2
  635. package/styles/toolbar/bootstrap4.scss +1 -8
  636. package/styles/toolbar/bootstrap5-dark.css +12 -3
  637. package/styles/toolbar/bootstrap5-dark.scss +1 -8
  638. package/styles/toolbar/bootstrap5.css +12 -3
  639. package/styles/toolbar/bootstrap5.scss +1 -8
  640. package/styles/toolbar/fabric-dark.css +10 -2
  641. package/styles/toolbar/fabric-dark.scss +1 -8
  642. package/styles/toolbar/fabric.css +10 -2
  643. package/styles/toolbar/fabric.scss +1 -8
  644. package/styles/toolbar/fluent-dark.css +15 -7
  645. package/styles/toolbar/fluent-dark.scss +1 -8
  646. package/styles/toolbar/fluent.css +15 -7
  647. package/styles/toolbar/fluent.scss +1 -8
  648. package/styles/toolbar/highcontrast-light.css +10 -2
  649. package/styles/toolbar/highcontrast-light.scss +1 -8
  650. package/styles/toolbar/highcontrast.css +10 -2
  651. package/styles/toolbar/highcontrast.scss +1 -8
  652. package/styles/toolbar/material-dark.css +10 -2
  653. package/styles/toolbar/material-dark.scss +1 -8
  654. package/styles/toolbar/material.css +10 -2
  655. package/styles/toolbar/material.scss +1 -8
  656. package/styles/toolbar/tailwind-dark.css +11 -3
  657. package/styles/toolbar/tailwind-dark.scss +1 -8
  658. package/styles/toolbar/tailwind.css +11 -3
  659. package/styles/toolbar/tailwind.scss +1 -8
  660. package/styles/treeview/bootstrap-dark.css +6 -0
  661. package/styles/treeview/bootstrap-dark.scss +1 -6
  662. package/styles/treeview/bootstrap.css +6 -0
  663. package/styles/treeview/bootstrap.scss +1 -6
  664. package/styles/treeview/bootstrap4.css +6 -0
  665. package/styles/treeview/bootstrap4.scss +1 -6
  666. package/styles/treeview/bootstrap5-dark.css +6 -0
  667. package/styles/treeview/bootstrap5-dark.scss +1 -6
  668. package/styles/treeview/bootstrap5.css +6 -0
  669. package/styles/treeview/bootstrap5.scss +1 -6
  670. package/styles/treeview/fabric-dark.css +6 -0
  671. package/styles/treeview/fabric-dark.scss +1 -6
  672. package/styles/treeview/fabric.css +6 -0
  673. package/styles/treeview/fabric.scss +1 -6
  674. package/styles/treeview/fluent-dark.css +6 -0
  675. package/styles/treeview/fluent-dark.scss +1 -6
  676. package/styles/treeview/fluent.css +6 -0
  677. package/styles/treeview/fluent.scss +1 -6
  678. package/styles/treeview/highcontrast-light.css +6 -0
  679. package/styles/treeview/highcontrast-light.scss +1 -6
  680. package/styles/treeview/highcontrast.css +6 -0
  681. package/styles/treeview/highcontrast.scss +1 -6
  682. package/styles/treeview/material-dark.css +6 -0
  683. package/styles/treeview/material-dark.scss +1 -6
  684. package/styles/treeview/material.css +6 -0
  685. package/styles/treeview/material.scss +1 -6
  686. package/styles/treeview/tailwind-dark.css +7 -0
  687. package/styles/treeview/tailwind-dark.scss +1 -6
  688. package/styles/treeview/tailwind.css +7 -0
  689. package/styles/treeview/tailwind.scss +1 -6
  690. package/styles/v-scroll/bootstrap-dark.css +0 -2
  691. package/styles/v-scroll/bootstrap-dark.scss +1 -4
  692. package/styles/v-scroll/bootstrap.css +0 -2
  693. package/styles/v-scroll/bootstrap.scss +1 -4
  694. package/styles/v-scroll/bootstrap4.css +0 -2
  695. package/styles/v-scroll/bootstrap4.scss +1 -4
  696. package/styles/v-scroll/bootstrap5-dark.css +0 -2
  697. package/styles/v-scroll/bootstrap5-dark.scss +1 -4
  698. package/styles/v-scroll/bootstrap5.css +0 -2
  699. package/styles/v-scroll/bootstrap5.scss +1 -4
  700. package/styles/v-scroll/fabric-dark.css +0 -2
  701. package/styles/v-scroll/fabric-dark.scss +1 -4
  702. package/styles/v-scroll/fabric.css +0 -2
  703. package/styles/v-scroll/fabric.scss +1 -4
  704. package/styles/v-scroll/fluent-dark.css +0 -2
  705. package/styles/v-scroll/fluent-dark.scss +1 -4
  706. package/styles/v-scroll/fluent.css +0 -2
  707. package/styles/v-scroll/fluent.scss +1 -4
  708. package/styles/v-scroll/highcontrast-light.css +0 -2
  709. package/styles/v-scroll/highcontrast-light.scss +1 -4
  710. package/styles/v-scroll/highcontrast.css +0 -2
  711. package/styles/v-scroll/highcontrast.scss +1 -4
  712. package/styles/v-scroll/material-dark.css +0 -2
  713. package/styles/v-scroll/material-dark.scss +1 -4
  714. package/styles/v-scroll/material.css +0 -2
  715. package/styles/v-scroll/material.scss +1 -4
  716. package/styles/v-scroll/tailwind-dark.css +0 -2
  717. package/styles/v-scroll/tailwind-dark.scss +1 -4
  718. package/styles/v-scroll/tailwind.css +0 -2
  719. package/styles/v-scroll/tailwind.scss +1 -4
  720. package/esm2020/public_api.mjs +0 -3
  721. package/esm2020/src/accordion/accordion-all.module.mjs +0 -23
  722. package/esm2020/src/accordion/accordion.component.mjs +0 -77
  723. package/esm2020/src/accordion/accordion.module.mjs +0 -34
  724. package/esm2020/src/accordion/items.directive.mjs +0 -72
  725. package/esm2020/src/breadcrumb/breadcrumb-all.module.mjs +0 -23
  726. package/esm2020/src/breadcrumb/breadcrumb.component.mjs +0 -77
  727. package/esm2020/src/breadcrumb/breadcrumb.module.mjs +0 -34
  728. package/esm2020/src/breadcrumb/items.directive.mjs +0 -58
  729. package/esm2020/src/carousel/carousel-all.module.mjs +0 -23
  730. package/esm2020/src/carousel/carousel.component.mjs +0 -95
  731. package/esm2020/src/carousel/carousel.module.mjs +0 -34
  732. package/esm2020/src/carousel/items.directive.mjs +0 -66
  733. package/esm2020/src/context-menu/contextmenu-all.module.mjs +0 -23
  734. package/esm2020/src/context-menu/contextmenu.component.mjs +0 -60
  735. package/esm2020/src/context-menu/contextmenu.module.mjs +0 -25
  736. package/esm2020/src/index.mjs +0 -35
  737. package/esm2020/src/menu/items.directive.mjs +0 -46
  738. package/esm2020/src/menu/menu-all.module.mjs +0 -23
  739. package/esm2020/src/menu/menu.component.mjs +0 -71
  740. package/esm2020/src/menu/menu.module.mjs +0 -34
  741. package/esm2020/src/sidebar/sidebar-all.module.mjs +0 -23
  742. package/esm2020/src/sidebar/sidebar.component.mjs +0 -59
  743. package/esm2020/src/sidebar/sidebar.module.mjs +0 -25
  744. package/esm2020/src/tab/items.directive.mjs +0 -78
  745. package/esm2020/src/tab/tab-all.module.mjs +0 -23
  746. package/esm2020/src/tab/tab.component.mjs +0 -64
  747. package/esm2020/src/tab/tab.module.mjs +0 -34
  748. package/esm2020/src/toolbar/items.directive.mjs +0 -66
  749. package/esm2020/src/toolbar/toolbar-all.module.mjs +0 -23
  750. package/esm2020/src/toolbar/toolbar.component.mjs +0 -64
  751. package/esm2020/src/toolbar/toolbar.module.mjs +0 -34
  752. package/esm2020/src/treeview/treeview-all.module.mjs +0 -23
  753. package/esm2020/src/treeview/treeview.component.mjs +0 -66
  754. package/esm2020/src/treeview/treeview.module.mjs +0 -25
  755. package/esm2020/syncfusion-ej2-angular-navigations.mjs +0 -5
  756. package/fesm2015/syncfusion-ej2-angular-navigations.mjs +0 -1352
  757. package/fesm2015/syncfusion-ej2-angular-navigations.mjs.map +0 -1
  758. package/fesm2020/syncfusion-ej2-angular-navigations.mjs +0 -1352
  759. package/fesm2020/syncfusion-ej2-angular-navigations.mjs.map +0 -1
  760. package/styles/accordion/_all.scss +0 -2
  761. package/styles/accordion/_bootstrap-dark-definition.scss +0 -72
  762. package/styles/accordion/_bootstrap-definition.scss +0 -80
  763. package/styles/accordion/_bootstrap4-definition.scss +0 -86
  764. package/styles/accordion/_bootstrap5-dark-definition.scss +0 -1
  765. package/styles/accordion/_bootstrap5-definition.scss +0 -85
  766. package/styles/accordion/_fabric-dark-definition.scss +0 -79
  767. package/styles/accordion/_fabric-definition.scss +0 -83
  768. package/styles/accordion/_fluent-dark-definition.scss +0 -1
  769. package/styles/accordion/_fluent-definition.scss +0 -85
  770. package/styles/accordion/_fusionnew-definition.scss +0 -85
  771. package/styles/accordion/_highcontrast-definition.scss +0 -110
  772. package/styles/accordion/_highcontrast-light-definition.scss +0 -108
  773. package/styles/accordion/_layout.scss +0 -417
  774. package/styles/accordion/_material-dark-definition.scss +0 -79
  775. package/styles/accordion/_material-definition.scss +0 -76
  776. package/styles/accordion/_material3-definition.scss +0 -85
  777. package/styles/accordion/_tailwind-dark-definition.scss +0 -1
  778. package/styles/accordion/_tailwind-definition.scss +0 -83
  779. package/styles/accordion/_theme.scss +0 -548
  780. package/styles/accordion/icons/_bootstrap-dark.scss +0 -17
  781. package/styles/accordion/icons/_bootstrap.scss +0 -17
  782. package/styles/accordion/icons/_bootstrap4.scss +0 -17
  783. package/styles/accordion/icons/_bootstrap5-dark.scss +0 -1
  784. package/styles/accordion/icons/_bootstrap5.scss +0 -18
  785. package/styles/accordion/icons/_fabric-dark.scss +0 -17
  786. package/styles/accordion/icons/_fabric.scss +0 -17
  787. package/styles/accordion/icons/_fluent-dark.scss +0 -1
  788. package/styles/accordion/icons/_fluent.scss +0 -18
  789. package/styles/accordion/icons/_fusionnew.scss +0 -18
  790. package/styles/accordion/icons/_highcontrast-light.scss +0 -17
  791. package/styles/accordion/icons/_highcontrast.scss +0 -17
  792. package/styles/accordion/icons/_material-dark.scss +0 -17
  793. package/styles/accordion/icons/_material.scss +0 -17
  794. package/styles/accordion/icons/_material3.scss +0 -18
  795. package/styles/accordion/icons/_tailwind-dark.scss +0 -1
  796. package/styles/accordion/icons/_tailwind.scss +0 -18
  797. package/styles/breadcrumb/_all.scss +0 -2
  798. package/styles/breadcrumb/_bootstrap-dark-definition.scss +0 -55
  799. package/styles/breadcrumb/_bootstrap-definition.scss +0 -54
  800. package/styles/breadcrumb/_bootstrap4-definition.scss +0 -54
  801. package/styles/breadcrumb/_bootstrap5-dark-definition.scss +0 -1
  802. package/styles/breadcrumb/_bootstrap5-definition.scss +0 -59
  803. package/styles/breadcrumb/_fabric-dark-definition.scss +0 -59
  804. package/styles/breadcrumb/_fabric-definition.scss +0 -59
  805. package/styles/breadcrumb/_fluent-dark-definition.scss +0 -1
  806. package/styles/breadcrumb/_fluent-definition.scss +0 -62
  807. package/styles/breadcrumb/_fusionnew-definition.scss +0 -59
  808. package/styles/breadcrumb/_highcontrast-definition.scss +0 -61
  809. package/styles/breadcrumb/_highcontrast-light-definition.scss +0 -61
  810. package/styles/breadcrumb/_layout.scss +0 -490
  811. package/styles/breadcrumb/_material-dark-definition.scss +0 -50
  812. package/styles/breadcrumb/_material-definition.scss +0 -50
  813. package/styles/breadcrumb/_material3-definition.scss +0 -59
  814. package/styles/breadcrumb/_tailwind-dark-definition.scss +0 -1
  815. package/styles/breadcrumb/_tailwind-definition.scss +0 -60
  816. package/styles/breadcrumb/_theme.scss +0 -159
  817. package/styles/breadcrumb/icons/_bootstrap-dark.scss +0 -14
  818. package/styles/breadcrumb/icons/_bootstrap.scss +0 -14
  819. package/styles/breadcrumb/icons/_bootstrap4.scss +0 -14
  820. package/styles/breadcrumb/icons/_bootstrap5-dark.scss +0 -1
  821. package/styles/breadcrumb/icons/_bootstrap5.scss +0 -25
  822. package/styles/breadcrumb/icons/_fabric-dark.scss +0 -14
  823. package/styles/breadcrumb/icons/_fabric.scss +0 -14
  824. package/styles/breadcrumb/icons/_fluent-dark.scss +0 -1
  825. package/styles/breadcrumb/icons/_fluent.scss +0 -25
  826. package/styles/breadcrumb/icons/_fusionnew.scss +0 -25
  827. package/styles/breadcrumb/icons/_highcontrast-light.scss +0 -14
  828. package/styles/breadcrumb/icons/_highcontrast.scss +0 -14
  829. package/styles/breadcrumb/icons/_material-dark.scss +0 -25
  830. package/styles/breadcrumb/icons/_material.scss +0 -25
  831. package/styles/breadcrumb/icons/_material3.scss +0 -25
  832. package/styles/breadcrumb/icons/_tailwind-dark.scss +0 -25
  833. package/styles/breadcrumb/icons/_tailwind.scss +0 -25
  834. package/styles/carousel/_all.scss +0 -2
  835. package/styles/carousel/_bootstrap-dark-definition.scss +0 -22
  836. package/styles/carousel/_bootstrap-definition.scss +0 -22
  837. package/styles/carousel/_bootstrap4-definition.scss +0 -22
  838. package/styles/carousel/_bootstrap5-dark-definition.scss +0 -1
  839. package/styles/carousel/_bootstrap5-definition.scss +0 -22
  840. package/styles/carousel/_fabric-dark-definition.scss +0 -22
  841. package/styles/carousel/_fabric-definition.scss +0 -22
  842. package/styles/carousel/_fluent-dark-definition.scss +0 -1
  843. package/styles/carousel/_fluent-definition.scss +0 -22
  844. package/styles/carousel/_fusionnew-definition.scss +0 -22
  845. package/styles/carousel/_highcontrast-definition.scss +0 -22
  846. package/styles/carousel/_highcontrast-light-definition.scss +0 -22
  847. package/styles/carousel/_layout.scss +0 -179
  848. package/styles/carousel/_material-dark-definition.scss +0 -22
  849. package/styles/carousel/_material-definition.scss +0 -22
  850. package/styles/carousel/_material3-definition.scss +0 -22
  851. package/styles/carousel/_tailwind-dark-definition.scss +0 -1
  852. package/styles/carousel/_tailwind-definition.scss +0 -22
  853. package/styles/carousel/_theme.scss +0 -56
  854. package/styles/carousel/icons/_bootstrap-dark.scss +0 -30
  855. package/styles/carousel/icons/_bootstrap.scss +0 -30
  856. package/styles/carousel/icons/_bootstrap4.scss +0 -30
  857. package/styles/carousel/icons/_bootstrap5-dark.scss +0 -1
  858. package/styles/carousel/icons/_bootstrap5.scss +0 -30
  859. package/styles/carousel/icons/_fabric-dark.scss +0 -30
  860. package/styles/carousel/icons/_fabric.scss +0 -30
  861. package/styles/carousel/icons/_fluent-dark.scss +0 -1
  862. package/styles/carousel/icons/_fluent.scss +0 -30
  863. package/styles/carousel/icons/_fusionnew.scss +0 -30
  864. package/styles/carousel/icons/_highcontrast-light.scss +0 -30
  865. package/styles/carousel/icons/_highcontrast.scss +0 -30
  866. package/styles/carousel/icons/_material-dark.scss +0 -30
  867. package/styles/carousel/icons/_material.scss +0 -30
  868. package/styles/carousel/icons/_material3.scss +0 -30
  869. package/styles/carousel/icons/_tailwind-dark.scss +0 -1
  870. package/styles/carousel/icons/_tailwind.scss +0 -30
  871. package/styles/context-menu/_all.scss +0 -2
  872. package/styles/context-menu/_bootstrap-dark-definition.scss +0 -52
  873. package/styles/context-menu/_bootstrap-definition.scss +0 -50
  874. package/styles/context-menu/_bootstrap4-definition.scss +0 -50
  875. package/styles/context-menu/_bootstrap5-dark-definition.scss +0 -1
  876. package/styles/context-menu/_bootstrap5-definition.scss +0 -52
  877. package/styles/context-menu/_fabric-dark-definition.scss +0 -52
  878. package/styles/context-menu/_fabric-definition.scss +0 -50
  879. package/styles/context-menu/_fluent-dark-definition.scss +0 -1
  880. package/styles/context-menu/_fluent-definition.scss +0 -52
  881. package/styles/context-menu/_fusionnew-definition.scss +0 -52
  882. package/styles/context-menu/_highcontrast-definition.scss +0 -50
  883. package/styles/context-menu/_highcontrast-light-definition.scss +0 -52
  884. package/styles/context-menu/_layout-mixin.scss +0 -169
  885. package/styles/context-menu/_layout.scss +0 -149
  886. package/styles/context-menu/_material-dark-definition.scss +0 -52
  887. package/styles/context-menu/_material-definition.scss +0 -50
  888. package/styles/context-menu/_material3-definition.scss +0 -52
  889. package/styles/context-menu/_tailwind-dark-definition.scss +0 -1
  890. package/styles/context-menu/_tailwind-definition.scss +0 -53
  891. package/styles/context-menu/_theme-mixin.scss +0 -59
  892. package/styles/context-menu/_theme.scss +0 -49
  893. package/styles/context-menu/icons/_bootstrap-dark.scss +0 -32
  894. package/styles/context-menu/icons/_bootstrap.scss +0 -32
  895. package/styles/context-menu/icons/_bootstrap4.scss +0 -32
  896. package/styles/context-menu/icons/_bootstrap5-dark.scss +0 -1
  897. package/styles/context-menu/icons/_bootstrap5.scss +0 -32
  898. package/styles/context-menu/icons/_fabric-dark.scss +0 -32
  899. package/styles/context-menu/icons/_fabric.scss +0 -32
  900. package/styles/context-menu/icons/_fluent-dark.scss +0 -1
  901. package/styles/context-menu/icons/_fluent.scss +0 -32
  902. package/styles/context-menu/icons/_fusionnew.scss +0 -32
  903. package/styles/context-menu/icons/_highcontrast-light.scss +0 -32
  904. package/styles/context-menu/icons/_highcontrast.scss +0 -32
  905. package/styles/context-menu/icons/_material-dark.scss +0 -32
  906. package/styles/context-menu/icons/_material.scss +0 -32
  907. package/styles/context-menu/icons/_material3.scss +0 -32
  908. package/styles/context-menu/icons/_tailwind-dark.scss +0 -32
  909. package/styles/context-menu/icons/_tailwind.scss +0 -32
  910. package/styles/h-scroll/_all.scss +0 -2
  911. package/styles/h-scroll/_bootstrap-dark-definition.scss +0 -49
  912. package/styles/h-scroll/_bootstrap-definition.scss +0 -50
  913. package/styles/h-scroll/_bootstrap4-definition.scss +0 -49
  914. package/styles/h-scroll/_bootstrap5-dark-definition.scss +0 -1
  915. package/styles/h-scroll/_bootstrap5-definition.scss +0 -78
  916. package/styles/h-scroll/_fabric-dark-definition.scss +0 -50
  917. package/styles/h-scroll/_fabric-definition.scss +0 -48
  918. package/styles/h-scroll/_fluent-dark-definition.scss +0 -1
  919. package/styles/h-scroll/_fluent-definition.scss +0 -78
  920. package/styles/h-scroll/_fusionnew-definition.scss +0 -78
  921. package/styles/h-scroll/_highcontrast-definition.scss +0 -52
  922. package/styles/h-scroll/_highcontrast-light-definition.scss +0 -54
  923. package/styles/h-scroll/_layout.scss +0 -202
  924. package/styles/h-scroll/_material-dark-definition.scss +0 -77
  925. package/styles/h-scroll/_material-definition.scss +0 -77
  926. package/styles/h-scroll/_material3-definition.scss +0 -78
  927. package/styles/h-scroll/_tailwind-dark-definition.scss +0 -1
  928. package/styles/h-scroll/_tailwind-definition.scss +0 -78
  929. package/styles/h-scroll/_theme.scss +0 -162
  930. package/styles/h-scroll/icons/_bootstrap-dark.scss +0 -50
  931. package/styles/h-scroll/icons/_bootstrap.scss +0 -50
  932. package/styles/h-scroll/icons/_bootstrap4.scss +0 -50
  933. package/styles/h-scroll/icons/_bootstrap5-dark.scss +0 -1
  934. package/styles/h-scroll/icons/_bootstrap5.scss +0 -49
  935. package/styles/h-scroll/icons/_fabric-dark.scss +0 -49
  936. package/styles/h-scroll/icons/_fabric.scss +0 -49
  937. package/styles/h-scroll/icons/_fluent-dark.scss +0 -1
  938. package/styles/h-scroll/icons/_fluent.scss +0 -49
  939. package/styles/h-scroll/icons/_fusionnew.scss +0 -49
  940. package/styles/h-scroll/icons/_highcontrast-light.scss +0 -49
  941. package/styles/h-scroll/icons/_highcontrast.scss +0 -49
  942. package/styles/h-scroll/icons/_material-dark.scss +0 -49
  943. package/styles/h-scroll/icons/_material.scss +0 -49
  944. package/styles/h-scroll/icons/_material3.scss +0 -49
  945. package/styles/h-scroll/icons/_tailwind-dark.scss +0 -1
  946. package/styles/h-scroll/icons/_tailwind.scss +0 -49
  947. package/styles/menu/_all.scss +0 -2
  948. package/styles/menu/_bootstrap-dark-definition.scss +0 -63
  949. package/styles/menu/_bootstrap-definition.scss +0 -65
  950. package/styles/menu/_bootstrap4-definition.scss +0 -64
  951. package/styles/menu/_bootstrap5-dark-definition.scss +0 -1
  952. package/styles/menu/_bootstrap5-definition.scss +0 -67
  953. package/styles/menu/_fabric-dark-definition.scss +0 -63
  954. package/styles/menu/_fabric-definition.scss +0 -64
  955. package/styles/menu/_fluent-dark-definition.scss +0 -1
  956. package/styles/menu/_fluent-definition.scss +0 -68
  957. package/styles/menu/_fusionnew-definition.scss +0 -67
  958. package/styles/menu/_highcontrast-definition.scss +0 -65
  959. package/styles/menu/_highcontrast-light-definition.scss +0 -61
  960. package/styles/menu/_layout.scss +0 -708
  961. package/styles/menu/_material-dark-definition.scss +0 -63
  962. package/styles/menu/_material-definition.scss +0 -64
  963. package/styles/menu/_material3-definition.scss +0 -67
  964. package/styles/menu/_tailwind-dark-definition.scss +0 -1
  965. package/styles/menu/_tailwind-definition.scss +0 -67
  966. package/styles/menu/_theme.scss +0 -261
  967. package/styles/menu/icons/_bootstrap-dark.scss +0 -133
  968. package/styles/menu/icons/_bootstrap.scss +0 -133
  969. package/styles/menu/icons/_bootstrap4.scss +0 -133
  970. package/styles/menu/icons/_bootstrap5-dark.scss +0 -1
  971. package/styles/menu/icons/_bootstrap5.scss +0 -133
  972. package/styles/menu/icons/_fabric-dark.scss +0 -133
  973. package/styles/menu/icons/_fabric.scss +0 -133
  974. package/styles/menu/icons/_fluent-dark.scss +0 -1
  975. package/styles/menu/icons/_fluent.scss +0 -133
  976. package/styles/menu/icons/_fusionnew.scss +0 -133
  977. package/styles/menu/icons/_highcontrast-light.scss +0 -133
  978. package/styles/menu/icons/_highcontrast.scss +0 -133
  979. package/styles/menu/icons/_material-dark.scss +0 -133
  980. package/styles/menu/icons/_material.scss +0 -133
  981. package/styles/menu/icons/_material3.scss +0 -133
  982. package/styles/menu/icons/_tailwind-dark.scss +0 -133
  983. package/styles/menu/icons/_tailwind.scss +0 -133
  984. package/styles/pager/_all.scss +0 -2
  985. package/styles/pager/_bootstrap-dark-definition.scss +0 -132
  986. package/styles/pager/_bootstrap-definition.scss +0 -132
  987. package/styles/pager/_bootstrap4-definition.scss +0 -131
  988. package/styles/pager/_bootstrap5-dark-definition.scss +0 -1
  989. package/styles/pager/_bootstrap5-definition.scss +0 -146
  990. package/styles/pager/_fabric-dark-definition.scss +0 -131
  991. package/styles/pager/_fabric-definition.scss +0 -130
  992. package/styles/pager/_fluent-dark-definition.scss +0 -1
  993. package/styles/pager/_fluent-definition.scss +0 -133
  994. package/styles/pager/_fusionnew-definition.scss +0 -146
  995. package/styles/pager/_highcontrast-definition.scss +0 -130
  996. package/styles/pager/_highcontrast-light-definition.scss +0 -130
  997. package/styles/pager/_layout.scss +0 -899
  998. package/styles/pager/_material-dark-definition.scss +0 -132
  999. package/styles/pager/_material-definition.scss +0 -131
  1000. package/styles/pager/_material3-definition.scss +0 -146
  1001. package/styles/pager/_tailwind-dark-definition.scss +0 -1
  1002. package/styles/pager/_tailwind-definition.scss +0 -132
  1003. package/styles/pager/_theme.scss +0 -153
  1004. package/styles/pager/icons/_bootstrap-dark.scss +0 -50
  1005. package/styles/pager/icons/_bootstrap.scss +0 -49
  1006. package/styles/pager/icons/_bootstrap4.scss +0 -49
  1007. package/styles/pager/icons/_bootstrap5-dark.scss +0 -1
  1008. package/styles/pager/icons/_bootstrap5.scss +0 -50
  1009. package/styles/pager/icons/_fabric-dark.scss +0 -50
  1010. package/styles/pager/icons/_fabric.scss +0 -50
  1011. package/styles/pager/icons/_fluent-dark.scss +0 -1
  1012. package/styles/pager/icons/_fluent.scss +0 -50
  1013. package/styles/pager/icons/_fusionnew.scss +0 -50
  1014. package/styles/pager/icons/_highcontrast-light.scss +0 -50
  1015. package/styles/pager/icons/_highcontrast.scss +0 -41
  1016. package/styles/pager/icons/_material-dark.scss +0 -50
  1017. package/styles/pager/icons/_material.scss +0 -41
  1018. package/styles/pager/icons/_material3.scss +0 -50
  1019. package/styles/pager/icons/_tailwind-dark.scss +0 -1
  1020. package/styles/pager/icons/_tailwind.scss +0 -50
  1021. package/styles/sidebar/_all.scss +0 -3
  1022. package/styles/sidebar/_bootstrap-dark-definition.scss +0 -4
  1023. package/styles/sidebar/_bootstrap-definition.scss +0 -4
  1024. package/styles/sidebar/_bootstrap4-definition.scss +0 -4
  1025. package/styles/sidebar/_bootstrap5-dark-definition.scss +0 -1
  1026. package/styles/sidebar/_bootstrap5-definition.scss +0 -5
  1027. package/styles/sidebar/_fabric-dark-definition.scss +0 -4
  1028. package/styles/sidebar/_fabric-definition.scss +0 -6
  1029. package/styles/sidebar/_fluent-dark-definition.scss +0 -1
  1030. package/styles/sidebar/_fluent-definition.scss +0 -5
  1031. package/styles/sidebar/_fusionnew-definition.scss +0 -5
  1032. package/styles/sidebar/_highcontrast-definition.scss +0 -4
  1033. package/styles/sidebar/_highcontrast-light-definition.scss +0 -4
  1034. package/styles/sidebar/_icons.scss +0 -1
  1035. package/styles/sidebar/_material-dark-definition.scss +0 -4
  1036. package/styles/sidebar/_material-definition.scss +0 -6
  1037. package/styles/sidebar/_material3-definition.scss +0 -5
  1038. package/styles/sidebar/_tailwind-dark-definition.scss +0 -1
  1039. package/styles/sidebar/_tailwind-definition.scss +0 -5
  1040. package/styles/sidebar/_theme.scss +0 -191
  1041. package/styles/tab/_all.scss +0 -2
  1042. package/styles/tab/_bootstrap-dark-definition.scss +0 -397
  1043. package/styles/tab/_bootstrap-definition.scss +0 -407
  1044. package/styles/tab/_bootstrap4-definition.scss +0 -411
  1045. package/styles/tab/_bootstrap5-dark-definition.scss +0 -1
  1046. package/styles/tab/_bootstrap5-definition.scss +0 -401
  1047. package/styles/tab/_fabric-dark-definition.scss +0 -406
  1048. package/styles/tab/_fabric-definition.scss +0 -422
  1049. package/styles/tab/_fluent-dark-definition.scss +0 -1
  1050. package/styles/tab/_fluent-definition.scss +0 -409
  1051. package/styles/tab/_fusionnew-definition.scss +0 -401
  1052. package/styles/tab/_highcontrast-definition.scss +0 -446
  1053. package/styles/tab/_highcontrast-light-definition.scss +0 -435
  1054. package/styles/tab/_icons.scss +0 -43
  1055. package/styles/tab/_layout.scss +0 -4115
  1056. package/styles/tab/_material-dark-definition.scss +0 -418
  1057. package/styles/tab/_material-definition.scss +0 -428
  1058. package/styles/tab/_material3-definition.scss +0 -401
  1059. package/styles/tab/_tailwind-dark-definition.scss +0 -1
  1060. package/styles/tab/_tailwind-definition.scss +0 -431
  1061. package/styles/tab/_theme.scss +0 -2026
  1062. package/styles/tab/icons/_bootstrap-dark.scss +0 -140
  1063. package/styles/tab/icons/_bootstrap.scss +0 -140
  1064. package/styles/tab/icons/_bootstrap4.scss +0 -140
  1065. package/styles/tab/icons/_bootstrap5-dark.scss +0 -1
  1066. package/styles/tab/icons/_bootstrap5.scss +0 -141
  1067. package/styles/tab/icons/_fabric-dark.scss +0 -140
  1068. package/styles/tab/icons/_fabric.scss +0 -140
  1069. package/styles/tab/icons/_fluent-dark.scss +0 -1
  1070. package/styles/tab/icons/_fluent.scss +0 -141
  1071. package/styles/tab/icons/_fusionnew.scss +0 -141
  1072. package/styles/tab/icons/_highcontrast-light.scss +0 -140
  1073. package/styles/tab/icons/_highcontrast.scss +0 -140
  1074. package/styles/tab/icons/_material-dark.scss +0 -140
  1075. package/styles/tab/icons/_material.scss +0 -140
  1076. package/styles/tab/icons/_material3.scss +0 -141
  1077. package/styles/tab/icons/_tailwind-dark.scss +0 -1
  1078. package/styles/tab/icons/_tailwind.scss +0 -141
  1079. package/styles/toolbar/_all.scss +0 -2
  1080. package/styles/toolbar/_bootstrap-dark-definition.scss +0 -142
  1081. package/styles/toolbar/_bootstrap-definition.scss +0 -141
  1082. package/styles/toolbar/_bootstrap4-definition.scss +0 -146
  1083. package/styles/toolbar/_bootstrap5-dark-definition.scss +0 -1
  1084. package/styles/toolbar/_bootstrap5-definition.scss +0 -162
  1085. package/styles/toolbar/_fabric-dark-definition.scss +0 -161
  1086. package/styles/toolbar/_fabric-definition.scss +0 -147
  1087. package/styles/toolbar/_fluent-dark-definition.scss +0 -1
  1088. package/styles/toolbar/_fluent-definition.scss +0 -150
  1089. package/styles/toolbar/_fusionnew-definition.scss +0 -162
  1090. package/styles/toolbar/_highcontrast-definition.scss +0 -157
  1091. package/styles/toolbar/_highcontrast-light-definition.scss +0 -172
  1092. package/styles/toolbar/_layout.scss +0 -1468
  1093. package/styles/toolbar/_material-dark-definition.scss +0 -186
  1094. package/styles/toolbar/_material-definition.scss +0 -171
  1095. package/styles/toolbar/_material3-definition.scss +0 -162
  1096. package/styles/toolbar/_tailwind-dark-definition.scss +0 -1
  1097. package/styles/toolbar/_tailwind-definition.scss +0 -150
  1098. package/styles/toolbar/_theme.scss +0 -553
  1099. package/styles/toolbar/icons/_bootstrap-dark.scss +0 -16
  1100. package/styles/toolbar/icons/_bootstrap.scss +0 -16
  1101. package/styles/toolbar/icons/_bootstrap4.scss +0 -16
  1102. package/styles/toolbar/icons/_bootstrap5-dark.scss +0 -1
  1103. package/styles/toolbar/icons/_bootstrap5.scss +0 -17
  1104. package/styles/toolbar/icons/_fabric-dark.scss +0 -16
  1105. package/styles/toolbar/icons/_fabric.scss +0 -16
  1106. package/styles/toolbar/icons/_fluent-dark.scss +0 -1
  1107. package/styles/toolbar/icons/_fluent.scss +0 -17
  1108. package/styles/toolbar/icons/_fusionnew.scss +0 -17
  1109. package/styles/toolbar/icons/_highcontrast-light.scss +0 -16
  1110. package/styles/toolbar/icons/_highcontrast.scss +0 -16
  1111. package/styles/toolbar/icons/_material-dark.scss +0 -16
  1112. package/styles/toolbar/icons/_material.scss +0 -16
  1113. package/styles/toolbar/icons/_material3.scss +0 -17
  1114. package/styles/toolbar/icons/_tailwind-dark.scss +0 -1
  1115. package/styles/toolbar/icons/_tailwind.scss +0 -17
  1116. package/styles/treeview/_all.scss +0 -2
  1117. package/styles/treeview/_bootstrap-dark-definition.scss +0 -118
  1118. package/styles/treeview/_bootstrap-definition.scss +0 -113
  1119. package/styles/treeview/_bootstrap4-definition.scss +0 -141
  1120. package/styles/treeview/_bootstrap5-dark-definition.scss +0 -1
  1121. package/styles/treeview/_bootstrap5-definition.scss +0 -120
  1122. package/styles/treeview/_fabric-dark-definition.scss +0 -116
  1123. package/styles/treeview/_fabric-definition.scss +0 -112
  1124. package/styles/treeview/_fluent-dark-definition.scss +0 -1
  1125. package/styles/treeview/_fluent-definition.scss +0 -120
  1126. package/styles/treeview/_fusionnew-definition.scss +0 -120
  1127. package/styles/treeview/_highcontrast-definition.scss +0 -118
  1128. package/styles/treeview/_highcontrast-light-definition.scss +0 -123
  1129. package/styles/treeview/_layout.scss +0 -1034
  1130. package/styles/treeview/_material-dark-definition.scss +0 -114
  1131. package/styles/treeview/_material-definition.scss +0 -112
  1132. package/styles/treeview/_material3-definition.scss +0 -120
  1133. package/styles/treeview/_tailwind-dark-definition.scss +0 -1
  1134. package/styles/treeview/_tailwind-definition.scss +0 -124
  1135. package/styles/treeview/_theme.scss +0 -361
  1136. package/styles/treeview/icons/_bootstrap-dark.scss +0 -39
  1137. package/styles/treeview/icons/_bootstrap.scss +0 -39
  1138. package/styles/treeview/icons/_bootstrap4.scss +0 -40
  1139. package/styles/treeview/icons/_bootstrap5-dark.scss +0 -1
  1140. package/styles/treeview/icons/_bootstrap5.scss +0 -43
  1141. package/styles/treeview/icons/_fabric-dark.scss +0 -43
  1142. package/styles/treeview/icons/_fabric.scss +0 -43
  1143. package/styles/treeview/icons/_fluent-dark.scss +0 -1
  1144. package/styles/treeview/icons/_fluent.scss +0 -43
  1145. package/styles/treeview/icons/_fusionnew.scss +0 -43
  1146. package/styles/treeview/icons/_highcontrast-light.scss +0 -43
  1147. package/styles/treeview/icons/_highcontrast.scss +0 -43
  1148. package/styles/treeview/icons/_material-dark.scss +0 -43
  1149. package/styles/treeview/icons/_material.scss +0 -43
  1150. package/styles/treeview/icons/_material3.scss +0 -43
  1151. package/styles/treeview/icons/_tailwind-dark.scss +0 -43
  1152. package/styles/treeview/icons/_tailwind.scss +0 -43
  1153. package/styles/v-scroll/_all.scss +0 -2
  1154. package/styles/v-scroll/_bootstrap-dark-definition.scss +0 -50
  1155. package/styles/v-scroll/_bootstrap-definition.scss +0 -49
  1156. package/styles/v-scroll/_bootstrap4-definition.scss +0 -49
  1157. package/styles/v-scroll/_bootstrap5-dark-definition.scss +0 -1
  1158. package/styles/v-scroll/_bootstrap5-definition.scss +0 -49
  1159. package/styles/v-scroll/_fabric-dark-definition.scss +0 -51
  1160. package/styles/v-scroll/_fabric-definition.scss +0 -50
  1161. package/styles/v-scroll/_fluent-dark-definition.scss +0 -1
  1162. package/styles/v-scroll/_fluent-definition.scss +0 -49
  1163. package/styles/v-scroll/_fusionnew-definition.scss +0 -49
  1164. package/styles/v-scroll/_highcontrast-definition.scss +0 -51
  1165. package/styles/v-scroll/_highcontrast-light-definition.scss +0 -52
  1166. package/styles/v-scroll/_layout.scss +0 -162
  1167. package/styles/v-scroll/_material-dark-definition.scss +0 -78
  1168. package/styles/v-scroll/_material-definition.scss +0 -77
  1169. package/styles/v-scroll/_material3-definition.scss +0 -49
  1170. package/styles/v-scroll/_tailwind-dark-definition.scss +0 -1
  1171. package/styles/v-scroll/_tailwind-definition.scss +0 -49
  1172. package/styles/v-scroll/_theme.scss +0 -133
  1173. package/styles/v-scroll/icons/_bootstrap-dark.scss +0 -27
  1174. package/styles/v-scroll/icons/_bootstrap.scss +0 -27
  1175. package/styles/v-scroll/icons/_bootstrap4.scss +0 -27
  1176. package/styles/v-scroll/icons/_bootstrap5-dark.scss +0 -1
  1177. package/styles/v-scroll/icons/_bootstrap5.scss +0 -27
  1178. package/styles/v-scroll/icons/_fabric-dark.scss +0 -26
  1179. package/styles/v-scroll/icons/_fabric.scss +0 -26
  1180. package/styles/v-scroll/icons/_fluent-dark.scss +0 -1
  1181. package/styles/v-scroll/icons/_fluent.scss +0 -27
  1182. package/styles/v-scroll/icons/_fusionnew.scss +0 -27
  1183. package/styles/v-scroll/icons/_highcontrast-light.scss +0 -26
  1184. package/styles/v-scroll/icons/_highcontrast.scss +0 -26
  1185. package/styles/v-scroll/icons/_material-dark.scss +0 -26
  1186. package/styles/v-scroll/icons/_material.scss +0 -26
  1187. package/styles/v-scroll/icons/_material3.scss +0 -27
  1188. package/styles/v-scroll/icons/_tailwind-dark.scss +0 -1
  1189. package/styles/v-scroll/icons/_tailwind.scss +0 -27
  1190. package/syncfusion-ej2-angular-navigations.d.ts +0 -5
package/styles/fabric.css CHANGED
@@ -1,4 +1,4 @@
1
- /*!component icons*/
1
+ /* !component icons */
2
2
  .e-pager .e-icon-last::before,
3
3
  .e-grid-menu .e-icon-last::before {
4
4
  content: "\e938";
@@ -224,6 +224,8 @@
224
224
  padding: 13px 0 12px;
225
225
  white-space: normal;
226
226
  width: 100%;
227
+ /* stylelint-disable */
228
+ /* stylelint-enable */
227
229
  }
228
230
  .e-pager [class^=e-] {
229
231
  box-sizing: border-box;
@@ -350,10 +352,10 @@
350
352
  margin: 0 6px -3px;
351
353
  overflow: hidden;
352
354
  }
353
- .e-pager .e-lastpage:Hover {
355
+ .e-pager .e-lastpage:hover {
354
356
  border-radius: 0;
355
357
  }
356
- .e-pager .e-firstpage:Hover {
358
+ .e-pager .e-firstpage:hover {
357
359
  border-radius: 0;
358
360
  }
359
361
  .e-pager .e-pagermessage,
@@ -810,8 +812,6 @@
810
812
  display: inline-block;
811
813
  height: inherit;
812
814
  position: relative;
813
- -ms-touch-action: none;
814
- touch-action: none;
815
815
  }
816
816
  .e-hscroll .e-hscroll-content > * {
817
817
  pointer-events: auto;
@@ -1025,8 +1025,6 @@
1025
1025
  display: inline-block;
1026
1026
  height: auto;
1027
1027
  position: relative;
1028
- -ms-touch-action: none;
1029
- touch-action: none;
1030
1028
  width: 100%;
1031
1029
  }
1032
1030
  .e-vscroll .e-vscroll-content > * {
@@ -1151,6 +1149,7 @@
1151
1149
  }
1152
1150
 
1153
1151
  /*! toolbar layout */
1152
+ /* stylelint-disable property-no-vendor-prefix */
1154
1153
  .e-bigger .e-toolbar,
1155
1154
  .e-toolbar.e-bigger {
1156
1155
  height: 50px;
@@ -1495,8 +1494,6 @@
1495
1494
  height: 40px;
1496
1495
  min-height: 40px;
1497
1496
  position: relative;
1498
- -ms-touch-action: none;
1499
- touch-action: none;
1500
1497
  -webkit-user-select: none;
1501
1498
  -ms-user-select: none;
1502
1499
  user-select: none;
@@ -1938,6 +1935,10 @@
1938
1935
  .e-toolbar .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
1939
1936
  margin-right: 3px;
1940
1937
  }
1938
+ .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content {
1939
+ -ms-touch-action: pan-y pinch-zoom;
1940
+ touch-action: pan-y pinch-zoom;
1941
+ }
1941
1942
  .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child {
1942
1943
  margin-right: 3px;
1943
1944
  }
@@ -2059,6 +2060,10 @@
2059
2060
  bottom: auto;
2060
2061
  top: 0;
2061
2062
  }
2063
+ .e-toolbar.e-vertical .e-toolbar-items .e-vscroll-bar .e-vscroll-content {
2064
+ -ms-touch-action: pan-x pinch-zoom;
2065
+ touch-action: pan-x pinch-zoom;
2066
+ }
2062
2067
  .e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-left,
2063
2068
  .e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-center,
2064
2069
  .e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-right {
@@ -2108,6 +2113,7 @@
2108
2113
  }
2109
2114
 
2110
2115
  /*! toolbar theme */
2116
+ /* stylelint-disable property-no-vendor-prefix */
2111
2117
  .e-toolbar {
2112
2118
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
2113
2119
  background: #fff;
@@ -2506,6 +2512,7 @@
2506
2512
  }
2507
2513
 
2508
2514
  /*! accordion theme */
2515
+ /* stylelint-disable property-no-vendor-prefix */
2509
2516
  .e-accordion {
2510
2517
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
2511
2518
  background: #fff;
@@ -2627,7 +2634,8 @@
2627
2634
  padding: 0;
2628
2635
  position: relative;
2629
2636
  }
2630
- .e-carousel .e-carousel-items {
2637
+ .e-carousel .e-carousel-items,
2638
+ .e-carousel .e-carousel-slide-container {
2631
2639
  height: 100%;
2632
2640
  margin: 0;
2633
2641
  overflow: hidden;
@@ -2635,7 +2643,41 @@
2635
2643
  position: relative;
2636
2644
  width: 100%;
2637
2645
  }
2638
- .e-carousel.e-carousel-slide-animation .e-carousel-item {
2646
+ .e-carousel.e-partial .e-carousel-slide-container {
2647
+ padding: 0 100px;
2648
+ }
2649
+ @media screen and (max-width: 480px) {
2650
+ .e-carousel.e-partial .e-carousel-slide-container {
2651
+ padding: 0 75px;
2652
+ }
2653
+ }
2654
+ @media screen and (max-width: 320px) {
2655
+ .e-carousel.e-partial .e-carousel-slide-container {
2656
+ padding: 0 50px;
2657
+ }
2658
+ }
2659
+ .e-carousel.e-partial .e-carousel-items {
2660
+ width: calc(var(--carousel-items-count) * 100%);
2661
+ display: -ms-flexbox;
2662
+ display: flex;
2663
+ -ms-flex-direction: row;
2664
+ flex-direction: row;
2665
+ transition-property: transform;
2666
+ transition-duration: 0.6s;
2667
+ transition-timing-function: ease-in-out;
2668
+ }
2669
+ .e-carousel.e-partial .e-carousel-item {
2670
+ height: 100%;
2671
+ overflow: hidden;
2672
+ padding: 0;
2673
+ position: relative;
2674
+ width: calc(100% / var(--carousel-items-count));
2675
+ }
2676
+ .e-carousel.e-blazor-carousel.e-partial .e-carousel-items {
2677
+ transform: translateX(calc(-100% / var(--carousel-items-count) * (var(--carousel-items-current))));
2678
+ transition: transform 0.6s ease-in-out;
2679
+ }
2680
+ .e-carousel.e-carousel-slide-animation:not(.e-partial) .e-carousel-item {
2639
2681
  backface-visibility: hidden;
2640
2682
  display: none;
2641
2683
  float: left;
@@ -2645,16 +2687,16 @@
2645
2687
  transition: transform 0.6s ease-in-out;
2646
2688
  width: 100%;
2647
2689
  }
2648
- .e-carousel.e-carousel-slide-animation .e-carousel-item.e-prev, .e-carousel.e-carousel-slide-animation .e-carousel-item.e-next, .e-carousel.e-carousel-slide-animation .e-carousel-item.e-active {
2690
+ .e-carousel.e-carousel-slide-animation:not(.e-partial) .e-carousel-item.e-prev, .e-carousel.e-carousel-slide-animation:not(.e-partial) .e-carousel-item.e-next, .e-carousel.e-carousel-slide-animation:not(.e-partial) .e-carousel-item.e-active {
2649
2691
  display: block;
2650
2692
  }
2651
- .e-carousel.e-carousel-slide-animation .e-carousel-item.e-next:not(.e-transition-start), .e-carousel.e-carousel-slide-animation .e-carousel-item.e-active.e-transition-end {
2693
+ .e-carousel.e-carousel-slide-animation:not(.e-partial) .e-carousel-item.e-next:not(.e-transition-start), .e-carousel.e-carousel-slide-animation:not(.e-partial) .e-carousel-item.e-active.e-transition-end {
2652
2694
  transform: translateX(100%);
2653
2695
  }
2654
- .e-carousel.e-carousel-slide-animation .e-carousel-item.e-prev:not(.e-transition-end), .e-carousel.e-carousel-slide-animation .e-carousel-item.e-active.e-transition-start {
2696
+ .e-carousel.e-carousel-slide-animation:not(.e-partial) .e-carousel-item.e-prev:not(.e-transition-end), .e-carousel.e-carousel-slide-animation:not(.e-partial) .e-carousel-item.e-active.e-transition-start {
2655
2697
  transform: translateX(-100%);
2656
2698
  }
2657
- .e-carousel.e-carousel-fade-animation .e-carousel-item {
2699
+ .e-carousel.e-carousel-fade-animation:not(.e-partial) .e-carousel-item {
2658
2700
  backface-visibility: hidden;
2659
2701
  display: block;
2660
2702
  float: left;
@@ -2666,19 +2708,19 @@
2666
2708
  width: 100%;
2667
2709
  z-index: 0;
2668
2710
  }
2669
- .e-carousel.e-carousel-fade-animation .e-carousel-item.e-active {
2711
+ .e-carousel.e-carousel-fade-animation:not(.e-partial) .e-carousel-item.e-active {
2670
2712
  opacity: 1;
2671
2713
  z-index: 1;
2672
2714
  }
2673
- .e-carousel.e-carousel-animation-none .e-carousel-item {
2715
+ .e-carousel.e-carousel-animation-none:not(.e-partial) .e-carousel-item {
2674
2716
  display: none;
2675
2717
  height: 100%;
2676
2718
  width: 100%;
2677
2719
  }
2678
- .e-carousel.e-carousel-animation-none .e-carousel-item.e-active {
2720
+ .e-carousel.e-carousel-animation-none:not(.e-partial) .e-carousel-item.e-active {
2679
2721
  display: block;
2680
2722
  }
2681
- .e-carousel.e-carousel-custom-animation .e-carousel-item {
2723
+ .e-carousel.e-carousel-custom-animation:not(.e-partial) .e-carousel-item {
2682
2724
  display: block;
2683
2725
  height: 100%;
2684
2726
  left: 0;
@@ -2688,7 +2730,7 @@
2688
2730
  top: 0;
2689
2731
  width: 100%;
2690
2732
  }
2691
- .e-carousel.e-carousel-custom-animation .e-carousel-item.e-active {
2733
+ .e-carousel.e-carousel-custom-animation:not(.e-partial) .e-carousel-item.e-active {
2692
2734
  opacity: 1;
2693
2735
  pointer-events: visible;
2694
2736
  }
@@ -5083,7 +5125,7 @@
5083
5125
  right: -20px;
5084
5126
  }
5085
5127
  .e-tab .e-tab-header.e-vertical .e-toolbar-pop {
5086
- top: initial !important;
5128
+ top: initial !important; /* stylelint-disable-line declaration-no-important */
5087
5129
  }
5088
5130
  .e-tab .e-tab-header.e-vertical.e-vertical-left {
5089
5131
  float: left;
@@ -6810,7 +6852,9 @@
6810
6852
  color: #333;
6811
6853
  }
6812
6854
 
6855
+ /* stylelint-disable property-no-vendor-prefix */
6813
6856
  /*! TreeView's fabric theme wise override definitions and variables */
6857
+ /* stylelint-disable */
6814
6858
  /*! TreeView icons */
6815
6859
  .e-treeview .e-list-item div.e-icons::before {
6816
6860
  content: "\e22e";
@@ -6834,6 +6878,7 @@
6834
6878
  content: "\e22a";
6835
6879
  }
6836
6880
 
6881
+ /* stylelint-disable property-no-vendor-prefix */
6837
6882
  @keyframes rotation {
6838
6883
  from {
6839
6884
  transform: rotate(0deg);
@@ -7362,6 +7407,8 @@
7362
7407
  pointer-events: auto;
7363
7408
  }
7364
7409
 
7410
+ /* stylelint-enable property-no-vendor-prefix */
7411
+ /* stylelint-disable property-no-vendor-prefix */
7365
7412
  .e-bigger .e-treeview .e-list-text,
7366
7413
  .e-treeview.e-bigger .e-list-text {
7367
7414
  font-size: 15px;
@@ -7374,6 +7421,7 @@
7374
7421
  }
7375
7422
  .e-treeview {
7376
7423
  -webkit-tap-highlight-color: transparent;
7424
+ /* stylelint-enable property-no-vendor-prefix */
7377
7425
  }
7378
7426
  .e-treeview .e-text-content,
7379
7427
  .e-treeview .e-fullrow {
@@ -7542,6 +7590,7 @@
7542
7590
  border-left-color: transparent;
7543
7591
  }
7544
7592
 
7593
+ /* stylelint-disable-line no-empty-source */ /* stylelint-disable-line no-empty-source */
7545
7594
  ejs-sidebar {
7546
7595
  display: none;
7547
7596
  }
@@ -7551,6 +7600,7 @@ ejs-sidebar {
7551
7600
  }
7552
7601
 
7553
7602
  .e-sidebar {
7603
+ /* stylelint-disable property-no-vendor-prefix */
7554
7604
  -webkit-tap-highlight-color: transparent;
7555
7605
  background: #fff;
7556
7606
  height: 100%;
@@ -7664,10 +7714,12 @@ ejs-sidebar {
7664
7714
  touch-action: none;
7665
7715
  }
7666
7716
 
7717
+ /* stylelint-disable */
7667
7718
  .e-sidebar-overflow {
7668
7719
  overflow-x: hidden !important;
7669
7720
  }
7670
7721
 
7722
+ /* stylelint-enable */
7671
7723
  .e-sidebar-overlay {
7672
7724
  background-color: rgba(0, 0, 0, 0.6);
7673
7725
  height: 100%;
@@ -8380,6 +8432,8 @@ ejs-sidebar {
8380
8432
  border: none;
8381
8433
  overflow-y: auto;
8382
8434
  width: 100%;
8435
+ /* stylelint-disable */
8436
+ /* stylelint-enable */
8383
8437
  }
8384
8438
  .e-menu-wrapper.e-hamburger ul.e-menu.e-menu-parent.e-hide-menu,
8385
8439
  .e-menu-container.e-hamburger ul.e-menu.e-menu-parent.e-hide-menu {
@@ -8741,6 +8795,26 @@ ejs-sidebar {
8741
8795
  .e-menu-container.e-menu-popup .e-menu-vscroll.e-vscroll .e-scroll-nav:active {
8742
8796
  background: #f4f4f4;
8743
8797
  }
8798
+ .e-menu-wrapper.e-inherit,
8799
+ .e-menu-container.e-inherit {
8800
+ border: 0;
8801
+ }
8802
+ .e-menu-wrapper.e-inherit .e-menu, .e-menu-wrapper.e-inherit .e-menu .e-menu-item .e-menu-icon, .e-menu-wrapper.e-inherit .e-menu .e-menu-item .e-caret,
8803
+ .e-menu-container.e-inherit .e-menu,
8804
+ .e-menu-container.e-inherit .e-menu .e-menu-item .e-menu-icon,
8805
+ .e-menu-container.e-inherit .e-menu .e-menu-item .e-caret {
8806
+ color: inherit;
8807
+ }
8808
+ .e-menu-wrapper.e-inherit .e-menu,
8809
+ .e-menu-container.e-inherit .e-menu {
8810
+ background: inherit;
8811
+ }
8812
+ .e-menu-wrapper.e-inherit .e-menu .e-menu-item.e-selected, .e-menu-wrapper.e-inherit .e-menu .e-menu-item.e-focused,
8813
+ .e-menu-container.e-inherit .e-menu .e-menu-item.e-selected,
8814
+ .e-menu-container.e-inherit .e-menu .e-menu-item.e-focused {
8815
+ background: rgba(0, 0, 0, 0.056);
8816
+ color: inherit;
8817
+ }
8744
8818
 
8745
8819
  .e-menu-wrapper.e-hamburger .e-menu-header,
8746
8820
  .e-menu-container.e-hamburger .e-menu-header {
@@ -9149,4 +9223,249 @@ ejs-sidebar {
9149
9223
  .e-breadcrumb-popup .e-breadcrumb-item .e-breadcrumb-text:focus {
9150
9224
  background-color: #f4f4f4;
9151
9225
  color: #333;
9226
+ }
9227
+
9228
+ /*! AppBar component fabric theme definitions and variables */
9229
+ /*! appbar component styles */
9230
+ .e-bigger .e-appbar,
9231
+ .e-appbar.e-bigger {
9232
+ height: 56px;
9233
+ font-size: 16px;
9234
+ }
9235
+ .e-bigger .e-appbar.e-dense,
9236
+ .e-appbar.e-bigger.e-dense {
9237
+ height: 48px;
9238
+ }
9239
+ .e-bigger .e-appbar.e-prominent,
9240
+ .e-appbar.e-bigger.e-prominent {
9241
+ height: 112px;
9242
+ }
9243
+
9244
+ .e-appbar {
9245
+ display: -ms-flexbox;
9246
+ display: flex;
9247
+ width: 100%;
9248
+ height: 48px;
9249
+ -ms-flex-negative: 0;
9250
+ flex-shrink: 0;
9251
+ -ms-flex-direction: row;
9252
+ flex-direction: row;
9253
+ position: relative;
9254
+ -ms-flex-align: center;
9255
+ align-items: center;
9256
+ padding: 8px;
9257
+ overflow: hidden;
9258
+ font-size: 14px;
9259
+ }
9260
+ .e-appbar > div:first-child {
9261
+ display: -ms-flexbox;
9262
+ display: flex;
9263
+ -ms-flex-align: center;
9264
+ align-items: center;
9265
+ width: 100%;
9266
+ height: 100%;
9267
+ }
9268
+ .e-appbar.e-sticky {
9269
+ position: sticky;
9270
+ top: 0;
9271
+ z-index: 1000;
9272
+ }
9273
+ .e-appbar.e-prominent {
9274
+ height: 94px;
9275
+ -ms-flex-align: start;
9276
+ align-items: flex-start;
9277
+ }
9278
+ .e-appbar.e-prominent > div:first-child {
9279
+ -ms-flex-align: start;
9280
+ align-items: flex-start;
9281
+ }
9282
+ .e-appbar.e-dense {
9283
+ height: 40px;
9284
+ }
9285
+ .e-appbar.e-horizontal-bottom {
9286
+ position: absolute;
9287
+ bottom: 0;
9288
+ right: 0;
9289
+ left: 0;
9290
+ }
9291
+ .e-appbar.e-horizontal-bottom.e-sticky {
9292
+ position: fixed;
9293
+ top: auto;
9294
+ }
9295
+ .e-appbar .e-appbar-separator {
9296
+ height: 32px;
9297
+ }
9298
+ .e-appbar .e-appbar-spacer {
9299
+ -ms-flex-positive: 1;
9300
+ flex-grow: 1;
9301
+ }
9302
+
9303
+ .e-inherit.e-menu-wrapper.e-scrollable .e-menu,
9304
+ .e-inherit.e-menu-container.e-scrollable .e-menu {
9305
+ overflow: hidden;
9306
+ }
9307
+
9308
+ /*! appbar component theme */
9309
+ .e-appbar {
9310
+ box-shadow: none;
9311
+ }
9312
+ .e-appbar.e-light {
9313
+ background: #f4f4f4;
9314
+ color: #333;
9315
+ border-color: #f4f4f4;
9316
+ border: none;
9317
+ }
9318
+ .e-appbar.e-light .e-appbar-separator {
9319
+ border-left: 1px solid #333;
9320
+ }
9321
+ .e-appbar.e-light .e-btn.e-inherit:hover, .e-appbar.e-light .e-btn.e-inherit:focus, .e-appbar.e-light .e-btn.e-inherit:active, .e-appbar.e-light .e-btn.e-inherit.e-active,
9322
+ .e-appbar.e-light .e-css.e-btn.e-inherit:hover,
9323
+ .e-appbar.e-light .e-css.e-btn.e-inherit:focus,
9324
+ .e-appbar.e-light .e-css.e-btn.e-inherit:active,
9325
+ .e-appbar.e-light .e-css.e-btn.e-inherit.e-active,
9326
+ .e-appbar.e-light .e-dropdown-btn.e-inherit:hover,
9327
+ .e-appbar.e-light .e-dropdown-btn.e-inherit:focus,
9328
+ .e-appbar.e-light .e-dropdown-btn.e-inherit:active,
9329
+ .e-appbar.e-light .e-dropdown-btn.e-inherit.e-active,
9330
+ .e-appbar.e-light .e-dropdown-btn.e-btn.e-inherit:hover,
9331
+ .e-appbar.e-light .e-dropdown-btn.e-btn.e-inherit:focus,
9332
+ .e-appbar.e-light .e-dropdown-btn.e-btn.e-inherit:active,
9333
+ .e-appbar.e-light .e-dropdown-btn.e-btn.e-inherit.e-active {
9334
+ background: rgba(0, 0, 0, 0.056);
9335
+ }
9336
+ .e-appbar.e-light .e-menu-wrapper.e-inherit,
9337
+ .e-appbar.e-light .e-menu-container.e-inherit {
9338
+ background: #f4f4f4;
9339
+ color: #333;
9340
+ border-color: #f4f4f4;
9341
+ box-shadow: none;
9342
+ }
9343
+ .e-appbar.e-light .e-menu-wrapper.e-inherit .e-menu .e-menu-item.e-selected, .e-appbar.e-light .e-menu-wrapper.e-inherit .e-menu .e-menu-item.e-focused,
9344
+ .e-appbar.e-light .e-menu-container.e-inherit .e-menu .e-menu-item.e-selected,
9345
+ .e-appbar.e-light .e-menu-container.e-inherit .e-menu .e-menu-item.e-focused {
9346
+ background: rgba(0, 0, 0, 0.056);
9347
+ }
9348
+ .e-appbar.e-dark {
9349
+ background: #333;
9350
+ color: #f4f4f4;
9351
+ border-color: #333;
9352
+ }
9353
+ .e-appbar.e-dark .e-appbar-separator {
9354
+ border-left: 1px solid #f4f4f4;
9355
+ }
9356
+ .e-appbar.e-dark .e-btn.e-inherit:hover, .e-appbar.e-dark .e-btn.e-inherit:focus, .e-appbar.e-dark .e-btn.e-inherit:active, .e-appbar.e-dark .e-btn.e-inherit.e-active,
9357
+ .e-appbar.e-dark .e-css.e-btn.e-inherit:hover,
9358
+ .e-appbar.e-dark .e-css.e-btn.e-inherit:focus,
9359
+ .e-appbar.e-dark .e-css.e-btn.e-inherit:active,
9360
+ .e-appbar.e-dark .e-css.e-btn.e-inherit.e-active,
9361
+ .e-appbar.e-dark .e-dropdown-btn.e-inherit:hover,
9362
+ .e-appbar.e-dark .e-dropdown-btn.e-inherit:focus,
9363
+ .e-appbar.e-dark .e-dropdown-btn.e-inherit:active,
9364
+ .e-appbar.e-dark .e-dropdown-btn.e-inherit.e-active,
9365
+ .e-appbar.e-dark .e-dropdown-btn.e-btn.e-inherit:hover,
9366
+ .e-appbar.e-dark .e-dropdown-btn.e-btn.e-inherit:focus,
9367
+ .e-appbar.e-dark .e-dropdown-btn.e-btn.e-inherit:active,
9368
+ .e-appbar.e-dark .e-dropdown-btn.e-btn.e-inherit.e-active {
9369
+ background: rgba(255, 255, 255, 0.08);
9370
+ }
9371
+ .e-appbar.e-dark .e-menu-wrapper.e-inherit,
9372
+ .e-appbar.e-dark .e-menu-container.e-inherit {
9373
+ background: #333;
9374
+ color: #f4f4f4;
9375
+ border-color: #333;
9376
+ box-shadow: none;
9377
+ }
9378
+ .e-appbar.e-dark .e-menu-wrapper.e-inherit .e-menu .e-menu-item.e-selected, .e-appbar.e-dark .e-menu-wrapper.e-inherit .e-menu .e-menu-item.e-focused,
9379
+ .e-appbar.e-dark .e-menu-container.e-inherit .e-menu .e-menu-item.e-selected,
9380
+ .e-appbar.e-dark .e-menu-container.e-inherit .e-menu .e-menu-item.e-focused {
9381
+ background: rgba(255, 255, 255, 0.08);
9382
+ }
9383
+ .e-appbar.e-primary {
9384
+ background: #0078d6;
9385
+ color: #fff;
9386
+ border-color: #0078d6;
9387
+ }
9388
+ .e-appbar.e-primary .e-appbar-separator {
9389
+ border-left: 1px solid #fff;
9390
+ }
9391
+ .e-appbar.e-primary .e-menu-wrapper.e-inherit,
9392
+ .e-appbar.e-primary .e-menu-container.e-inherit {
9393
+ background: #0078d6;
9394
+ color: #fff;
9395
+ border-color: #0078d6;
9396
+ box-shadow: none;
9397
+ }
9398
+ .e-appbar.e-inherit {
9399
+ background: inherit;
9400
+ color: inherit;
9401
+ border-color: inherit;
9402
+ border: 1px solid;
9403
+ }
9404
+ .e-appbar.e-inherit .e-appbar-separator {
9405
+ border-left: 1px solid;
9406
+ }
9407
+ .e-appbar.e-inherit .e-menu-wrapper.e-inherit,
9408
+ .e-appbar.e-inherit .e-menu-container.e-inherit {
9409
+ background: inherit;
9410
+ color: inherit;
9411
+ border-color: inherit;
9412
+ box-shadow: none;
9413
+ }
9414
+ .e-appbar.e-horizontal-bottom {
9415
+ box-shadow: none;
9416
+ }
9417
+
9418
+ .e-light.e-inherit.e-input-group, .e-light.e-inherit.e-input-group.e-control-wrapper, .e-light.e-inherit.e-float-input, .e-light.e-inherit.e-float-input.e-input-group, .e-light.e-inherit.e-float-input.e-control-wrapper, .e-light.e-inherit.e-float-input.e-input-group.e-control-wrapper, .e-light.e-inherit.e-input-group:not(.e-disabled) .e-input-group-icon:hover, .e-light.e-inherit.e-input-group.e-control-wrapper:not(.e-disabled) .e-input-group-icon:hover {
9419
+ background: #f4f4f4;
9420
+ color: #333;
9421
+ }
9422
+
9423
+ .e-dark.e-inherit.e-input-group, .e-dark.e-inherit.e-input-group.e-control-wrapper, .e-dark.e-inherit.e-float-input, .e-dark.e-inherit.e-float-input.e-input-group, .e-dark.e-inherit.e-float-input.e-control-wrapper, .e-dark.e-inherit.e-float-input.e-input-group.e-control-wrapper, .e-dark.e-inherit.e-input-group:not(.e-disabled) .e-input-group-icon:hover, .e-dark.e-inherit.e-input-group.e-control-wrapper:not(.e-disabled) .e-input-group-icon:hover {
9424
+ background: #333;
9425
+ color: #f4f4f4;
9426
+ }
9427
+
9428
+ .e-primary.e-inherit.e-input-group, .e-primary.e-inherit.e-input-group.e-control-wrapper, .e-primary.e-inherit.e-float-input, .e-primary.e-inherit.e-float-input.e-input-group, .e-primary.e-inherit.e-float-input.e-control-wrapper, .e-primary.e-inherit.e-float-input.e-input-group.e-control-wrapper, .e-primary.e-inherit.e-input-group:not(.e-disabled) .e-input-group-icon:hover, .e-primary.e-inherit.e-input-group.e-control-wrapper:not(.e-disabled) .e-input-group-icon:hover {
9429
+ background: #0078d6;
9430
+ color: #fff;
9431
+ }
9432
+
9433
+ .e-inherit.e-input-group,
9434
+ .e-inherit.e-input-group.e-control-wrapper,
9435
+ .e-inherit.e-float-input,
9436
+ .e-inherit.e-float-input.e-input-group,
9437
+ .e-inherit.e-float-input.e-control-wrapper,
9438
+ .e-inherit.e-float-input.e-input-group.e-control-wrapper,
9439
+ .e-inherit.e-input-group:not(.e-disabled) .e-input-group-icon:hover,
9440
+ .e-inherit.e-input-group.e-control-wrapper:not(.e-disabled) .e-input-group-icon:hover {
9441
+ color: inherit;
9442
+ background: rgba(0, 0, 0, 0.056);
9443
+ }
9444
+
9445
+ .e-inherit.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error),
9446
+ .e-inherit.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error),
9447
+ .e-inherit.e-input-group:not(.e-disabled):active:not(.e-success):not(.e-warning):not(.e-error),
9448
+ .e-inherit.e-input-group.e-control-wrapper:not(.e-disabled):active:not(.e-success):not(.e-warning):not(.e-error) {
9449
+ box-shadow: none;
9450
+ }
9451
+
9452
+ .e-inherit.e-input-group.e-control-wrapper .e-searchinput:-ms-input-placeholder {
9453
+ color: inherit;
9454
+ opacity: 0.8;
9455
+ }
9456
+
9457
+ .e-inherit.e-input-group.e-control-wrapper .e-searchinput::placeholder {
9458
+ color: inherit;
9459
+ opacity: 0.8;
9460
+ }
9461
+
9462
+ .e-inherit.e-input-group .e-input-group-icon,
9463
+ .e-inherit.e-input-group.e-control-wrapper .e-input-group-icon {
9464
+ border: none;
9465
+ color: inherit;
9466
+ }
9467
+
9468
+ .e-inherit.e-input-group .e-clear-icon,
9469
+ .e-inherit.e-input-group.e-control-wrapper .e-clear-icon {
9470
+ color: inherit;
9152
9471
  }
@@ -10,3 +10,4 @@
10
10
  @import 'sidebar/fabric.scss';
11
11
  @import 'menu/fabric.scss';
12
12
  @import 'breadcrumb/fabric.scss';
13
+ @import 'appbar/fabric.scss';