@syncfusion/ej2-angular-navigations 20.2.38 → 20.2.39-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 (972) hide show
  1. package/@syncfusion/ej2-angular-navigations.es5.js +1880 -0
  2. package/@syncfusion/ej2-angular-navigations.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-navigations.js +1729 -0
  4. package/@syncfusion/ej2-angular-navigations.js.map +1 -0
  5. package/CHANGELOG.md +1749 -0
  6. package/dist/ej2-angular-navigations.umd.js +1967 -0
  7. package/dist/ej2-angular-navigations.umd.js.map +1 -0
  8. package/dist/ej2-angular-navigations.umd.min.js +11 -0
  9. package/dist/ej2-angular-navigations.umd.min.js.map +1 -0
  10. package/ej2-angular-navigations.d.ts +13 -0
  11. package/ej2-angular-navigations.metadata.json +1 -0
  12. package/package.json +13 -27
  13. package/postinstall/tagchange.js +18 -0
  14. package/schematics/collection.json +155 -0
  15. package/schematics/generators/accordion-default/index.d.ts +3 -0
  16. package/schematics/generators/accordion-default/index.js +8 -0
  17. package/schematics/generators/accordion-default/sample-details.d.ts +5 -0
  18. package/schematics/generators/accordion-default/sample-details.js +7 -0
  19. package/{styles/sidebar/_layout.scss → schematics/generators/accordion-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css} +0 -0
  20. package/schematics/generators/accordion-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +49 -0
  21. package/schematics/generators/accordion-default/schema.d.ts +3 -0
  22. package/schematics/generators/accordion-default/schema.js +2 -0
  23. package/schematics/generators/accordion-default/schema.json +125 -0
  24. package/schematics/generators/accordion-html-template/index.d.ts +3 -0
  25. package/schematics/generators/accordion-html-template/index.js +8 -0
  26. package/schematics/generators/accordion-html-template/sample-details.d.ts +5 -0
  27. package/schematics/generators/accordion-html-template/sample-details.js +7 -0
  28. package/schematics/generators/accordion-html-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +57 -0
  29. package/schematics/generators/accordion-html-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +50 -0
  30. package/schematics/generators/accordion-html-template/schema.d.ts +3 -0
  31. package/schematics/generators/accordion-html-template/schema.js +2 -0
  32. package/schematics/generators/accordion-html-template/schema.json +125 -0
  33. package/schematics/generators/accordion-multiple-expand/index.d.ts +3 -0
  34. package/schematics/generators/accordion-multiple-expand/index.js +8 -0
  35. package/schematics/generators/accordion-multiple-expand/sample-details.d.ts +5 -0
  36. package/schematics/generators/accordion-multiple-expand/sample-details.js +7 -0
  37. package/schematics/generators/accordion-multiple-expand/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -0
  38. package/schematics/generators/accordion-multiple-expand/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +49 -0
  39. package/schematics/generators/accordion-multiple-expand/schema.d.ts +3 -0
  40. package/schematics/generators/accordion-multiple-expand/schema.js +2 -0
  41. package/schematics/generators/accordion-multiple-expand/schema.json +125 -0
  42. package/schematics/generators/accordion-nested/index.d.ts +3 -0
  43. package/schematics/generators/accordion-nested/index.js +8 -0
  44. package/schematics/generators/accordion-nested/sample-details.d.ts +5 -0
  45. package/schematics/generators/accordion-nested/sample-details.js +7 -0
  46. package/schematics/generators/accordion-nested/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -0
  47. package/schematics/generators/accordion-nested/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +104 -0
  48. package/schematics/generators/accordion-nested/schema.d.ts +3 -0
  49. package/schematics/generators/accordion-nested/schema.js +2 -0
  50. package/schematics/generators/accordion-nested/schema.json +125 -0
  51. package/schematics/generators/contextmenu-default/index.d.ts +3 -0
  52. package/schematics/generators/contextmenu-default/index.js +8 -0
  53. package/schematics/generators/contextmenu-default/sample-details.d.ts +5 -0
  54. package/schematics/generators/contextmenu-default/sample-details.js +7 -0
  55. package/schematics/generators/contextmenu-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +65 -0
  56. package/schematics/generators/contextmenu-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +6 -0
  57. package/schematics/generators/contextmenu-default/schema.d.ts +3 -0
  58. package/schematics/generators/contextmenu-default/schema.js +2 -0
  59. package/schematics/generators/contextmenu-default/schema.json +125 -0
  60. package/schematics/generators/menu-default/index.d.ts +3 -0
  61. package/schematics/generators/menu-default/index.js +8 -0
  62. package/schematics/generators/menu-default/sample-details.d.ts +5 -0
  63. package/schematics/generators/menu-default/sample-details.js +7 -0
  64. package/schematics/generators/menu-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +52 -0
  65. package/schematics/generators/menu-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +5 -0
  66. package/schematics/generators/menu-default/schema.d.ts +3 -0
  67. package/schematics/generators/menu-default/schema.js +2 -0
  68. package/schematics/generators/menu-default/schema.json +125 -0
  69. package/schematics/generators/sidebar-backdrop/index.d.ts +3 -0
  70. package/schematics/generators/sidebar-backdrop/index.js +8 -0
  71. package/schematics/generators/sidebar-backdrop/sample-details.d.ts +5 -0
  72. package/schematics/generators/sidebar-backdrop/sample-details.js +7 -0
  73. package/schematics/generators/sidebar-backdrop/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +74 -0
  74. package/schematics/generators/sidebar-backdrop/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +17 -0
  75. package/schematics/generators/sidebar-backdrop/schema.d.ts +3 -0
  76. package/schematics/generators/sidebar-backdrop/schema.js +2 -0
  77. package/schematics/generators/sidebar-backdrop/schema.json +125 -0
  78. package/schematics/generators/sidebar-dock/index.d.ts +3 -0
  79. package/schematics/generators/sidebar-dock/index.js +8 -0
  80. package/schematics/generators/sidebar-dock/sample-details.d.ts +5 -0
  81. package/schematics/generators/sidebar-dock/sample-details.js +7 -0
  82. package/schematics/generators/sidebar-dock/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +170 -0
  83. package/schematics/generators/sidebar-dock/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +41 -0
  84. package/schematics/generators/sidebar-dock/schema.d.ts +3 -0
  85. package/schematics/generators/sidebar-dock/schema.js +2 -0
  86. package/schematics/generators/sidebar-dock/schema.json +125 -0
  87. package/schematics/generators/sidebar-target/index.d.ts +3 -0
  88. package/schematics/generators/sidebar-target/index.js +8 -0
  89. package/schematics/generators/sidebar-target/sample-details.d.ts +5 -0
  90. package/schematics/generators/sidebar-target/sample-details.js +7 -0
  91. package/schematics/generators/sidebar-target/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +91 -0
  92. package/schematics/generators/sidebar-target/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +20 -0
  93. package/schematics/generators/sidebar-target/schema.d.ts +3 -0
  94. package/schematics/generators/sidebar-target/schema.js +2 -0
  95. package/schematics/generators/sidebar-target/schema.json +125 -0
  96. package/schematics/generators/sidebar-types/index.d.ts +3 -0
  97. package/schematics/generators/sidebar-types/index.js +8 -0
  98. package/schematics/generators/sidebar-types/sample-details.d.ts +5 -0
  99. package/schematics/generators/sidebar-types/sample-details.js +7 -0
  100. package/schematics/generators/sidebar-types/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +134 -0
  101. package/schematics/generators/sidebar-types/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +37 -0
  102. package/schematics/generators/sidebar-types/schema.d.ts +3 -0
  103. package/schematics/generators/sidebar-types/schema.js +2 -0
  104. package/schematics/generators/sidebar-types/schema.json +125 -0
  105. package/schematics/generators/tab-html-template/index.d.ts +3 -0
  106. package/schematics/generators/tab-html-template/index.js +8 -0
  107. package/schematics/generators/tab-html-template/sample-details.d.ts +5 -0
  108. package/schematics/generators/tab-html-template/sample-details.js +7 -0
  109. package/schematics/generators/tab-html-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +9 -0
  110. package/schematics/generators/tab-html-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +42 -0
  111. package/schematics/generators/tab-html-template/schema.d.ts +3 -0
  112. package/schematics/generators/tab-html-template/schema.js +2 -0
  113. package/schematics/generators/tab-html-template/schema.json +125 -0
  114. package/schematics/generators/tab-icon/index.d.ts +3 -0
  115. package/schematics/generators/tab-icon/index.js +8 -0
  116. package/schematics/generators/tab-icon/sample-details.d.ts +5 -0
  117. package/schematics/generators/tab-icon/sample-details.js +7 -0
  118. package/schematics/generators/tab-icon/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +37 -0
  119. package/schematics/generators/tab-icon/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +45 -0
  120. package/schematics/generators/tab-icon/schema.d.ts +3 -0
  121. package/schematics/generators/tab-icon/schema.js +2 -0
  122. package/schematics/generators/tab-icon/schema.json +125 -0
  123. package/schematics/generators/tab-nested/index.d.ts +3 -0
  124. package/schematics/generators/tab-nested/index.js +8 -0
  125. package/schematics/generators/tab-nested/sample-details.d.ts +5 -0
  126. package/schematics/generators/tab-nested/sample-details.js +7 -0
  127. package/schematics/generators/tab-nested/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +9 -0
  128. package/schematics/generators/tab-nested/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +71 -0
  129. package/schematics/generators/tab-nested/schema.d.ts +3 -0
  130. package/schematics/generators/tab-nested/schema.js +2 -0
  131. package/schematics/generators/tab-nested/schema.json +125 -0
  132. package/schematics/generators/tab-popup/index.d.ts +3 -0
  133. package/schematics/generators/tab-popup/index.js +8 -0
  134. package/schematics/generators/tab-popup/sample-details.d.ts +5 -0
  135. package/schematics/generators/tab-popup/sample-details.js +7 -0
  136. package/schematics/generators/tab-popup/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +9 -0
  137. package/schematics/generators/tab-popup/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +118 -0
  138. package/schematics/generators/tab-popup/schema.d.ts +3 -0
  139. package/schematics/generators/tab-popup/schema.js +2 -0
  140. package/schematics/generators/tab-popup/schema.json +125 -0
  141. package/schematics/generators/tab-scrollable/index.d.ts +3 -0
  142. package/schematics/generators/tab-scrollable/index.js +8 -0
  143. package/schematics/generators/tab-scrollable/sample-details.d.ts +5 -0
  144. package/schematics/generators/tab-scrollable/sample-details.js +7 -0
  145. package/schematics/generators/tab-scrollable/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +9 -0
  146. package/schematics/generators/tab-scrollable/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +118 -0
  147. package/schematics/generators/tab-scrollable/schema.d.ts +3 -0
  148. package/schematics/generators/tab-scrollable/schema.js +2 -0
  149. package/schematics/generators/tab-scrollable/schema.json +125 -0
  150. package/schematics/generators/tab-vertical/index.d.ts +3 -0
  151. package/schematics/generators/tab-vertical/index.js +8 -0
  152. package/schematics/generators/tab-vertical/sample-details.d.ts +5 -0
  153. package/schematics/generators/tab-vertical/sample-details.js +7 -0
  154. package/schematics/generators/tab-vertical/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +9 -0
  155. package/schematics/generators/tab-vertical/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +118 -0
  156. package/schematics/generators/tab-vertical/schema.d.ts +3 -0
  157. package/schematics/generators/tab-vertical/schema.js +2 -0
  158. package/schematics/generators/tab-vertical/schema.json +125 -0
  159. package/schematics/generators/toolbar-alignment/index.d.ts +3 -0
  160. package/schematics/generators/toolbar-alignment/index.js +8 -0
  161. package/schematics/generators/toolbar-alignment/sample-details.d.ts +5 -0
  162. package/schematics/generators/toolbar-alignment/sample-details.js +7 -0
  163. package/schematics/generators/toolbar-alignment/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +97 -0
  164. package/schematics/generators/toolbar-alignment/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +48 -0
  165. package/schematics/generators/toolbar-alignment/schema.d.ts +3 -0
  166. package/schematics/generators/toolbar-alignment/schema.js +2 -0
  167. package/schematics/generators/toolbar-alignment/schema.json +125 -0
  168. package/schematics/generators/toolbar-extended/index.d.ts +3 -0
  169. package/schematics/generators/toolbar-extended/index.js +8 -0
  170. package/schematics/generators/toolbar-extended/sample-details.d.ts +5 -0
  171. package/schematics/generators/toolbar-extended/sample-details.js +7 -0
  172. package/schematics/generators/toolbar-extended/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +125 -0
  173. package/schematics/generators/toolbar-extended/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +33 -0
  174. package/schematics/generators/toolbar-extended/schema.d.ts +3 -0
  175. package/schematics/generators/toolbar-extended/schema.js +2 -0
  176. package/schematics/generators/toolbar-extended/schema.json +125 -0
  177. package/schematics/generators/toolbar-html-template/index.d.ts +3 -0
  178. package/schematics/generators/toolbar-html-template/index.js +8 -0
  179. package/schematics/generators/toolbar-html-template/sample-details.d.ts +5 -0
  180. package/schematics/generators/toolbar-html-template/sample-details.js +7 -0
  181. package/schematics/generators/toolbar-html-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -0
  182. package/schematics/generators/toolbar-html-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +16 -0
  183. package/schematics/generators/toolbar-html-template/schema.d.ts +3 -0
  184. package/schematics/generators/toolbar-html-template/schema.js +2 -0
  185. package/schematics/generators/toolbar-html-template/schema.json +125 -0
  186. package/schematics/generators/toolbar-multi-row/index.d.ts +3 -0
  187. package/schematics/generators/toolbar-multi-row/index.js +8 -0
  188. package/schematics/generators/toolbar-multi-row/sample-details.d.ts +5 -0
  189. package/schematics/generators/toolbar-multi-row/sample-details.js +7 -0
  190. package/schematics/generators/toolbar-multi-row/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +125 -0
  191. package/schematics/generators/toolbar-multi-row/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +33 -0
  192. package/schematics/generators/toolbar-multi-row/schema.d.ts +3 -0
  193. package/schematics/generators/toolbar-multi-row/schema.js +2 -0
  194. package/schematics/generators/toolbar-multi-row/schema.json +125 -0
  195. package/schematics/generators/toolbar-popup/index.d.ts +3 -0
  196. package/schematics/generators/toolbar-popup/index.js +8 -0
  197. package/schematics/generators/toolbar-popup/sample-details.d.ts +5 -0
  198. package/schematics/generators/toolbar-popup/sample-details.js +7 -0
  199. package/schematics/generators/toolbar-popup/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +125 -0
  200. package/schematics/generators/toolbar-popup/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +33 -0
  201. package/schematics/generators/toolbar-popup/schema.d.ts +3 -0
  202. package/schematics/generators/toolbar-popup/schema.js +2 -0
  203. package/schematics/generators/toolbar-popup/schema.json +125 -0
  204. package/schematics/generators/toolbar-scrollable/index.d.ts +3 -0
  205. package/schematics/generators/toolbar-scrollable/index.js +8 -0
  206. package/schematics/generators/toolbar-scrollable/sample-details.d.ts +5 -0
  207. package/schematics/generators/toolbar-scrollable/sample-details.js +7 -0
  208. package/schematics/generators/toolbar-scrollable/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +125 -0
  209. package/schematics/generators/toolbar-scrollable/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +33 -0
  210. package/schematics/generators/toolbar-scrollable/schema.d.ts +3 -0
  211. package/schematics/generators/toolbar-scrollable/schema.js +2 -0
  212. package/schematics/generators/toolbar-scrollable/schema.json +125 -0
  213. package/schematics/generators/treeview-checkbox/index.d.ts +3 -0
  214. package/schematics/generators/treeview-checkbox/index.js +8 -0
  215. package/schematics/generators/treeview-checkbox/sample-details.d.ts +5 -0
  216. package/schematics/generators/treeview-checkbox/sample-details.js +7 -0
  217. package/schematics/generators/treeview-checkbox/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +6 -0
  218. package/schematics/generators/treeview-checkbox/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +7 -0
  219. package/schematics/generators/treeview-checkbox/schema.d.ts +3 -0
  220. package/schematics/generators/treeview-checkbox/schema.js +2 -0
  221. package/schematics/generators/treeview-checkbox/schema.json +125 -0
  222. package/schematics/generators/treeview-default/index.d.ts +3 -0
  223. package/schematics/generators/treeview-default/index.js +8 -0
  224. package/schematics/generators/treeview-default/sample-details.d.ts +5 -0
  225. package/schematics/generators/treeview-default/sample-details.js +7 -0
  226. package/schematics/generators/treeview-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +6 -0
  227. package/schematics/generators/treeview-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +7 -0
  228. package/schematics/generators/treeview-default/schema.d.ts +3 -0
  229. package/schematics/generators/treeview-default/schema.js +2 -0
  230. package/schematics/generators/treeview-default/schema.json +125 -0
  231. package/schematics/generators/treeview-draganddrop/index.d.ts +3 -0
  232. package/schematics/generators/treeview-draganddrop/index.js +8 -0
  233. package/schematics/generators/treeview-draganddrop/sample-details.d.ts +5 -0
  234. package/schematics/generators/treeview-draganddrop/sample-details.js +7 -0
  235. package/schematics/generators/treeview-draganddrop/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +6 -0
  236. package/schematics/generators/treeview-draganddrop/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +7 -0
  237. package/schematics/generators/treeview-draganddrop/schema.d.ts +3 -0
  238. package/schematics/generators/treeview-draganddrop/schema.js +2 -0
  239. package/schematics/generators/treeview-draganddrop/schema.json +125 -0
  240. package/schematics/generators/treeview-multiselection/index.d.ts +3 -0
  241. package/schematics/generators/treeview-multiselection/index.js +8 -0
  242. package/schematics/generators/treeview-multiselection/sample-details.d.ts +5 -0
  243. package/schematics/generators/treeview-multiselection/sample-details.js +7 -0
  244. package/schematics/generators/treeview-multiselection/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +6 -0
  245. package/schematics/generators/treeview-multiselection/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +7 -0
  246. package/schematics/generators/treeview-multiselection/schema.d.ts +3 -0
  247. package/schematics/generators/treeview-multiselection/schema.js +2 -0
  248. package/schematics/generators/treeview-multiselection/schema.json +125 -0
  249. package/schematics/generators/treeview-nodeediting/index.d.ts +3 -0
  250. package/schematics/generators/treeview-nodeediting/index.js +8 -0
  251. package/schematics/generators/treeview-nodeediting/sample-details.d.ts +5 -0
  252. package/schematics/generators/treeview-nodeediting/sample-details.js +7 -0
  253. package/schematics/generators/treeview-nodeediting/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +6 -0
  254. package/schematics/generators/treeview-nodeediting/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +7 -0
  255. package/schematics/generators/treeview-nodeediting/schema.d.ts +3 -0
  256. package/schematics/generators/treeview-nodeediting/schema.js +2 -0
  257. package/schematics/generators/treeview-nodeediting/schema.json +125 -0
  258. package/schematics/generators/treeview-remotedata/index.d.ts +3 -0
  259. package/schematics/generators/treeview-remotedata/index.js +8 -0
  260. package/schematics/generators/treeview-remotedata/sample-details.d.ts +5 -0
  261. package/schematics/generators/treeview-remotedata/sample-details.js +7 -0
  262. package/schematics/generators/treeview-remotedata/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +12 -0
  263. package/schematics/generators/treeview-remotedata/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +8 -0
  264. package/schematics/generators/treeview-remotedata/schema.d.ts +3 -0
  265. package/schematics/generators/treeview-remotedata/schema.js +2 -0
  266. package/schematics/generators/treeview-remotedata/schema.json +125 -0
  267. package/schematics/generators/treeview-treetemplate/index.d.ts +3 -0
  268. package/schematics/generators/treeview-treetemplate/index.js +8 -0
  269. package/schematics/generators/treeview-treetemplate/sample-details.d.ts +5 -0
  270. package/schematics/generators/treeview-treetemplate/sample-details.js +7 -0
  271. package/schematics/generators/treeview-treetemplate/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +16 -0
  272. package/schematics/generators/treeview-treetemplate/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +21 -0
  273. package/schematics/generators/treeview-treetemplate/schema.d.ts +3 -0
  274. package/schematics/generators/treeview-treetemplate/schema.js +2 -0
  275. package/schematics/generators/treeview-treetemplate/schema.json +125 -0
  276. package/schematics/ng-add/index.d.ts +3 -0
  277. package/schematics/ng-add/index.js +9 -0
  278. package/schematics/ng-add/schema.d.ts +13 -0
  279. package/schematics/ng-add/schema.js +2 -0
  280. package/schematics/ng-add/schema.json +34 -0
  281. package/schematics/tsconfig.json +25 -0
  282. package/schematics/utils/lib-details.d.ts +4 -0
  283. package/schematics/utils/lib-details.js +6 -0
  284. package/schematics/utils/lib-details.ts +2 -2
  285. package/src/accordion/accordion-all.module.d.ts +0 -6
  286. package/src/accordion/accordion.component.d.ts +0 -3
  287. package/src/accordion/accordion.module.d.ts +0 -7
  288. package/src/accordion/items.directive.d.ts +0 -5
  289. package/src/breadcrumb/breadcrumb-all.module.d.ts +0 -6
  290. package/src/breadcrumb/breadcrumb.component.d.ts +0 -3
  291. package/src/breadcrumb/breadcrumb.module.d.ts +0 -7
  292. package/src/breadcrumb/items.directive.d.ts +0 -5
  293. package/src/carousel/carousel-all.module.d.ts +0 -6
  294. package/src/carousel/carousel.component.d.ts +0 -3
  295. package/src/carousel/carousel.module.d.ts +0 -7
  296. package/src/carousel/items.directive.d.ts +0 -5
  297. package/src/context-menu/contextmenu-all.module.d.ts +0 -6
  298. package/src/context-menu/contextmenu.component.d.ts +0 -3
  299. package/src/context-menu/contextmenu.module.d.ts +0 -6
  300. package/src/menu/items.directive.d.ts +0 -5
  301. package/src/menu/menu-all.module.d.ts +0 -6
  302. package/src/menu/menu.component.d.ts +0 -3
  303. package/src/menu/menu.module.d.ts +0 -7
  304. package/src/sidebar/sidebar-all.module.d.ts +0 -6
  305. package/src/sidebar/sidebar.component.d.ts +0 -3
  306. package/src/sidebar/sidebar.module.d.ts +0 -6
  307. package/src/tab/items.directive.d.ts +0 -5
  308. package/src/tab/tab-all.module.d.ts +0 -6
  309. package/src/tab/tab.component.d.ts +0 -3
  310. package/src/tab/tab.module.d.ts +0 -7
  311. package/src/toolbar/items.directive.d.ts +0 -5
  312. package/src/toolbar/toolbar-all.module.d.ts +0 -6
  313. package/src/toolbar/toolbar.component.d.ts +0 -3
  314. package/src/toolbar/toolbar.module.d.ts +0 -7
  315. package/src/treeview/treeview-all.module.d.ts +0 -6
  316. package/src/treeview/treeview.component.d.ts +0 -3
  317. package/src/treeview/treeview.module.d.ts +0 -6
  318. package/styles/accordion/bootstrap-dark.scss +1 -4
  319. package/styles/accordion/bootstrap.scss +1 -4
  320. package/styles/accordion/bootstrap4.scss +1 -4
  321. package/styles/accordion/bootstrap5-dark.scss +1 -4
  322. package/styles/accordion/bootstrap5.scss +1 -4
  323. package/styles/accordion/fabric-dark.scss +1 -4
  324. package/styles/accordion/fabric.scss +1 -4
  325. package/styles/accordion/fluent-dark.scss +1 -4
  326. package/styles/accordion/fluent.scss +1 -4
  327. package/styles/accordion/highcontrast-light.scss +1 -4
  328. package/styles/accordion/highcontrast.scss +1 -4
  329. package/styles/accordion/material-dark.scss +1 -4
  330. package/styles/accordion/material.scss +1 -4
  331. package/styles/accordion/tailwind-dark.scss +1 -4
  332. package/styles/accordion/tailwind.scss +1 -4
  333. package/styles/breadcrumb/bootstrap-dark.scss +1 -4
  334. package/styles/breadcrumb/bootstrap.scss +1 -4
  335. package/styles/breadcrumb/bootstrap4.scss +1 -4
  336. package/styles/breadcrumb/bootstrap5-dark.scss +1 -4
  337. package/styles/breadcrumb/bootstrap5.scss +1 -4
  338. package/styles/breadcrumb/fabric-dark.scss +1 -4
  339. package/styles/breadcrumb/fabric.scss +1 -4
  340. package/styles/breadcrumb/fluent-dark.scss +1 -4
  341. package/styles/breadcrumb/fluent.scss +1 -4
  342. package/styles/breadcrumb/highcontrast-light.scss +1 -4
  343. package/styles/breadcrumb/highcontrast.scss +1 -4
  344. package/styles/breadcrumb/material-dark.scss +1 -4
  345. package/styles/breadcrumb/material.scss +1 -4
  346. package/styles/breadcrumb/tailwind-dark.scss +1 -4
  347. package/styles/breadcrumb/tailwind.scss +1 -4
  348. package/styles/carousel/bootstrap-dark.scss +1 -5
  349. package/styles/carousel/bootstrap.scss +1 -5
  350. package/styles/carousel/bootstrap4.scss +1 -5
  351. package/styles/carousel/bootstrap5-dark.scss +1 -5
  352. package/styles/carousel/bootstrap5.scss +1 -5
  353. package/styles/carousel/fabric-dark.scss +1 -5
  354. package/styles/carousel/fabric.scss +1 -5
  355. package/styles/carousel/fluent-dark.css +5 -5
  356. package/styles/carousel/fluent-dark.scss +1 -5
  357. package/styles/carousel/fluent.scss +1 -5
  358. package/styles/carousel/highcontrast-light.scss +1 -5
  359. package/styles/carousel/highcontrast.scss +1 -5
  360. package/styles/carousel/material-dark.scss +1 -5
  361. package/styles/carousel/material.scss +1 -5
  362. package/styles/carousel/tailwind-dark.scss +1 -5
  363. package/styles/carousel/tailwind.scss +1 -5
  364. package/styles/context-menu/bootstrap-dark.scss +1 -7
  365. package/styles/context-menu/bootstrap.scss +1 -7
  366. package/styles/context-menu/bootstrap4.scss +1 -7
  367. package/styles/context-menu/bootstrap5-dark.scss +1 -7
  368. package/styles/context-menu/bootstrap5.scss +1 -7
  369. package/styles/context-menu/fabric-dark.scss +1 -7
  370. package/styles/context-menu/fabric.scss +1 -7
  371. package/styles/context-menu/fluent-dark.scss +1 -7
  372. package/styles/context-menu/fluent.scss +1 -7
  373. package/styles/context-menu/highcontrast-light.scss +1 -7
  374. package/styles/context-menu/highcontrast.scss +1 -7
  375. package/styles/context-menu/material-dark.scss +1 -7
  376. package/styles/context-menu/material.scss +1 -7
  377. package/styles/context-menu/tailwind-dark.scss +1 -7
  378. package/styles/context-menu/tailwind.scss +1 -7
  379. package/styles/fluent-dark.css +37 -37
  380. package/styles/h-scroll/bootstrap-dark.scss +1 -4
  381. package/styles/h-scroll/bootstrap.scss +1 -4
  382. package/styles/h-scroll/bootstrap4.scss +1 -4
  383. package/styles/h-scroll/bootstrap5-dark.scss +1 -4
  384. package/styles/h-scroll/bootstrap5.scss +1 -4
  385. package/styles/h-scroll/fabric-dark.scss +1 -4
  386. package/styles/h-scroll/fabric.scss +1 -4
  387. package/styles/h-scroll/fluent-dark.scss +1 -4
  388. package/styles/h-scroll/fluent.scss +1 -4
  389. package/styles/h-scroll/highcontrast-light.scss +1 -4
  390. package/styles/h-scroll/highcontrast.scss +1 -4
  391. package/styles/h-scroll/material-dark.scss +1 -4
  392. package/styles/h-scroll/material.scss +1 -4
  393. package/styles/h-scroll/tailwind-dark.scss +1 -4
  394. package/styles/h-scroll/tailwind.scss +1 -4
  395. package/styles/menu/bootstrap-dark.scss +1 -8
  396. package/styles/menu/bootstrap.scss +1 -8
  397. package/styles/menu/bootstrap4.scss +1 -8
  398. package/styles/menu/bootstrap5-dark.scss +1 -8
  399. package/styles/menu/bootstrap5.scss +1 -8
  400. package/styles/menu/fabric-dark.scss +1 -8
  401. package/styles/menu/fabric.scss +1 -8
  402. package/styles/menu/fluent-dark.scss +1 -8
  403. package/styles/menu/fluent.scss +1 -8
  404. package/styles/menu/highcontrast-light.scss +1 -8
  405. package/styles/menu/highcontrast.scss +1 -8
  406. package/styles/menu/material-dark.scss +1 -8
  407. package/styles/menu/material.scss +1 -8
  408. package/styles/menu/tailwind-dark.scss +1 -8
  409. package/styles/menu/tailwind.scss +1 -8
  410. package/styles/pager/bootstrap-dark.scss +1 -4
  411. package/styles/pager/bootstrap.scss +1 -4
  412. package/styles/pager/bootstrap4.scss +1 -4
  413. package/styles/pager/bootstrap5-dark.scss +1 -4
  414. package/styles/pager/bootstrap5.scss +1 -4
  415. package/styles/pager/fabric-dark.scss +1 -4
  416. package/styles/pager/fabric.scss +1 -4
  417. package/styles/pager/fluent-dark.scss +1 -4
  418. package/styles/pager/fluent.scss +1 -4
  419. package/styles/pager/highcontrast-light.scss +1 -4
  420. package/styles/pager/highcontrast.scss +1 -4
  421. package/styles/pager/material-dark.scss +1 -4
  422. package/styles/pager/material.scss +1 -4
  423. package/styles/pager/tailwind-dark.scss +1 -4
  424. package/styles/pager/tailwind.scss +1 -4
  425. package/styles/sidebar/bootstrap-dark.scss +1 -3
  426. package/styles/sidebar/bootstrap.scss +1 -3
  427. package/styles/sidebar/bootstrap4.scss +1 -3
  428. package/styles/sidebar/bootstrap5-dark.scss +1 -3
  429. package/styles/sidebar/bootstrap5.scss +1 -3
  430. package/styles/sidebar/fabric-dark.scss +1 -3
  431. package/styles/sidebar/fabric.scss +1 -3
  432. package/styles/sidebar/fluent-dark.scss +1 -3
  433. package/styles/sidebar/fluent.scss +1 -3
  434. package/styles/sidebar/highcontrast-light.scss +1 -3
  435. package/styles/sidebar/highcontrast.scss +1 -3
  436. package/styles/sidebar/material-dark.scss +1 -3
  437. package/styles/sidebar/material.scss +1 -3
  438. package/styles/sidebar/tailwind-dark.scss +1 -3
  439. package/styles/sidebar/tailwind.scss +1 -3
  440. package/styles/tab/bootstrap-dark.scss +1 -5
  441. package/styles/tab/bootstrap.scss +1 -5
  442. package/styles/tab/bootstrap4.scss +1 -5
  443. package/styles/tab/bootstrap5-dark.scss +1 -5
  444. package/styles/tab/bootstrap5.scss +1 -5
  445. package/styles/tab/fabric-dark.scss +1 -5
  446. package/styles/tab/fabric.scss +1 -5
  447. package/styles/tab/fluent-dark.css +30 -30
  448. package/styles/tab/fluent-dark.scss +1 -5
  449. package/styles/tab/fluent.scss +1 -5
  450. package/styles/tab/highcontrast-light.scss +1 -5
  451. package/styles/tab/highcontrast.scss +1 -5
  452. package/styles/tab/material-dark.scss +1 -5
  453. package/styles/tab/material.scss +1 -5
  454. package/styles/tab/tailwind-dark.scss +1 -5
  455. package/styles/tab/tailwind.scss +1 -5
  456. package/styles/toolbar/bootstrap-dark.scss +1 -8
  457. package/styles/toolbar/bootstrap.scss +1 -8
  458. package/styles/toolbar/bootstrap4.scss +1 -8
  459. package/styles/toolbar/bootstrap5-dark.scss +1 -8
  460. package/styles/toolbar/bootstrap5.scss +1 -8
  461. package/styles/toolbar/fabric-dark.scss +1 -8
  462. package/styles/toolbar/fabric.scss +1 -8
  463. package/styles/toolbar/fluent-dark.scss +1 -8
  464. package/styles/toolbar/fluent.scss +1 -8
  465. package/styles/toolbar/highcontrast-light.scss +1 -8
  466. package/styles/toolbar/highcontrast.scss +1 -8
  467. package/styles/toolbar/material-dark.scss +1 -8
  468. package/styles/toolbar/material.scss +1 -8
  469. package/styles/toolbar/tailwind-dark.scss +1 -8
  470. package/styles/toolbar/tailwind.scss +1 -8
  471. package/styles/treeview/bootstrap-dark.scss +1 -6
  472. package/styles/treeview/bootstrap.scss +1 -6
  473. package/styles/treeview/bootstrap4.scss +1 -6
  474. package/styles/treeview/bootstrap5-dark.scss +1 -6
  475. package/styles/treeview/bootstrap5.scss +1 -6
  476. package/styles/treeview/fabric-dark.scss +1 -6
  477. package/styles/treeview/fabric.scss +1 -6
  478. package/styles/treeview/fluent-dark.css +2 -2
  479. package/styles/treeview/fluent-dark.scss +1 -6
  480. package/styles/treeview/fluent.scss +1 -6
  481. package/styles/treeview/highcontrast-light.scss +1 -6
  482. package/styles/treeview/highcontrast.scss +1 -6
  483. package/styles/treeview/material-dark.scss +1 -6
  484. package/styles/treeview/material.scss +1 -6
  485. package/styles/treeview/tailwind-dark.scss +1 -6
  486. package/styles/treeview/tailwind.scss +1 -6
  487. package/styles/v-scroll/bootstrap-dark.scss +1 -4
  488. package/styles/v-scroll/bootstrap.scss +1 -4
  489. package/styles/v-scroll/bootstrap4.scss +1 -4
  490. package/styles/v-scroll/bootstrap5-dark.scss +1 -4
  491. package/styles/v-scroll/bootstrap5.scss +1 -4
  492. package/styles/v-scroll/fabric-dark.scss +1 -4
  493. package/styles/v-scroll/fabric.scss +1 -4
  494. package/styles/v-scroll/fluent-dark.scss +1 -4
  495. package/styles/v-scroll/fluent.scss +1 -4
  496. package/styles/v-scroll/highcontrast-light.scss +1 -4
  497. package/styles/v-scroll/highcontrast.scss +1 -4
  498. package/styles/v-scroll/material-dark.scss +1 -4
  499. package/styles/v-scroll/material.scss +1 -4
  500. package/styles/v-scroll/tailwind-dark.scss +1 -4
  501. package/styles/v-scroll/tailwind.scss +1 -4
  502. package/esm2020/public_api.mjs +0 -3
  503. package/esm2020/src/accordion/accordion-all.module.mjs +0 -23
  504. package/esm2020/src/accordion/accordion.component.mjs +0 -77
  505. package/esm2020/src/accordion/accordion.module.mjs +0 -34
  506. package/esm2020/src/accordion/items.directive.mjs +0 -72
  507. package/esm2020/src/breadcrumb/breadcrumb-all.module.mjs +0 -23
  508. package/esm2020/src/breadcrumb/breadcrumb.component.mjs +0 -77
  509. package/esm2020/src/breadcrumb/breadcrumb.module.mjs +0 -34
  510. package/esm2020/src/breadcrumb/items.directive.mjs +0 -58
  511. package/esm2020/src/carousel/carousel-all.module.mjs +0 -23
  512. package/esm2020/src/carousel/carousel.component.mjs +0 -95
  513. package/esm2020/src/carousel/carousel.module.mjs +0 -34
  514. package/esm2020/src/carousel/items.directive.mjs +0 -66
  515. package/esm2020/src/context-menu/contextmenu-all.module.mjs +0 -23
  516. package/esm2020/src/context-menu/contextmenu.component.mjs +0 -60
  517. package/esm2020/src/context-menu/contextmenu.module.mjs +0 -25
  518. package/esm2020/src/index.mjs +0 -35
  519. package/esm2020/src/menu/items.directive.mjs +0 -46
  520. package/esm2020/src/menu/menu-all.module.mjs +0 -23
  521. package/esm2020/src/menu/menu.component.mjs +0 -71
  522. package/esm2020/src/menu/menu.module.mjs +0 -34
  523. package/esm2020/src/sidebar/sidebar-all.module.mjs +0 -23
  524. package/esm2020/src/sidebar/sidebar.component.mjs +0 -59
  525. package/esm2020/src/sidebar/sidebar.module.mjs +0 -25
  526. package/esm2020/src/tab/items.directive.mjs +0 -78
  527. package/esm2020/src/tab/tab-all.module.mjs +0 -23
  528. package/esm2020/src/tab/tab.component.mjs +0 -64
  529. package/esm2020/src/tab/tab.module.mjs +0 -34
  530. package/esm2020/src/toolbar/items.directive.mjs +0 -66
  531. package/esm2020/src/toolbar/toolbar-all.module.mjs +0 -23
  532. package/esm2020/src/toolbar/toolbar.component.mjs +0 -64
  533. package/esm2020/src/toolbar/toolbar.module.mjs +0 -34
  534. package/esm2020/src/treeview/treeview-all.module.mjs +0 -23
  535. package/esm2020/src/treeview/treeview.component.mjs +0 -66
  536. package/esm2020/src/treeview/treeview.module.mjs +0 -25
  537. package/esm2020/syncfusion-ej2-angular-navigations.mjs +0 -5
  538. package/fesm2015/syncfusion-ej2-angular-navigations.mjs +0 -1352
  539. package/fesm2015/syncfusion-ej2-angular-navigations.mjs.map +0 -1
  540. package/fesm2020/syncfusion-ej2-angular-navigations.mjs +0 -1352
  541. package/fesm2020/syncfusion-ej2-angular-navigations.mjs.map +0 -1
  542. package/styles/accordion/_all.scss +0 -2
  543. package/styles/accordion/_bootstrap-dark-definition.scss +0 -72
  544. package/styles/accordion/_bootstrap-definition.scss +0 -80
  545. package/styles/accordion/_bootstrap4-definition.scss +0 -86
  546. package/styles/accordion/_bootstrap5-dark-definition.scss +0 -1
  547. package/styles/accordion/_bootstrap5-definition.scss +0 -85
  548. package/styles/accordion/_fabric-dark-definition.scss +0 -79
  549. package/styles/accordion/_fabric-definition.scss +0 -83
  550. package/styles/accordion/_fluent-dark-definition.scss +0 -1
  551. package/styles/accordion/_fluent-definition.scss +0 -85
  552. package/styles/accordion/_fusionnew-definition.scss +0 -85
  553. package/styles/accordion/_highcontrast-definition.scss +0 -110
  554. package/styles/accordion/_highcontrast-light-definition.scss +0 -108
  555. package/styles/accordion/_layout.scss +0 -417
  556. package/styles/accordion/_material-dark-definition.scss +0 -79
  557. package/styles/accordion/_material-definition.scss +0 -76
  558. package/styles/accordion/_material3-definition.scss +0 -85
  559. package/styles/accordion/_tailwind-dark-definition.scss +0 -1
  560. package/styles/accordion/_tailwind-definition.scss +0 -83
  561. package/styles/accordion/_theme.scss +0 -548
  562. package/styles/accordion/icons/_bootstrap-dark.scss +0 -17
  563. package/styles/accordion/icons/_bootstrap.scss +0 -17
  564. package/styles/accordion/icons/_bootstrap4.scss +0 -17
  565. package/styles/accordion/icons/_bootstrap5-dark.scss +0 -1
  566. package/styles/accordion/icons/_bootstrap5.scss +0 -18
  567. package/styles/accordion/icons/_fabric-dark.scss +0 -17
  568. package/styles/accordion/icons/_fabric.scss +0 -17
  569. package/styles/accordion/icons/_fluent-dark.scss +0 -1
  570. package/styles/accordion/icons/_fluent.scss +0 -18
  571. package/styles/accordion/icons/_fusionnew.scss +0 -18
  572. package/styles/accordion/icons/_highcontrast-light.scss +0 -17
  573. package/styles/accordion/icons/_highcontrast.scss +0 -17
  574. package/styles/accordion/icons/_material-dark.scss +0 -17
  575. package/styles/accordion/icons/_material.scss +0 -17
  576. package/styles/accordion/icons/_material3.scss +0 -18
  577. package/styles/accordion/icons/_tailwind-dark.scss +0 -1
  578. package/styles/accordion/icons/_tailwind.scss +0 -18
  579. package/styles/breadcrumb/_all.scss +0 -2
  580. package/styles/breadcrumb/_bootstrap-dark-definition.scss +0 -55
  581. package/styles/breadcrumb/_bootstrap-definition.scss +0 -54
  582. package/styles/breadcrumb/_bootstrap4-definition.scss +0 -54
  583. package/styles/breadcrumb/_bootstrap5-dark-definition.scss +0 -1
  584. package/styles/breadcrumb/_bootstrap5-definition.scss +0 -59
  585. package/styles/breadcrumb/_fabric-dark-definition.scss +0 -59
  586. package/styles/breadcrumb/_fabric-definition.scss +0 -59
  587. package/styles/breadcrumb/_fluent-dark-definition.scss +0 -1
  588. package/styles/breadcrumb/_fluent-definition.scss +0 -62
  589. package/styles/breadcrumb/_fusionnew-definition.scss +0 -59
  590. package/styles/breadcrumb/_highcontrast-definition.scss +0 -61
  591. package/styles/breadcrumb/_highcontrast-light-definition.scss +0 -61
  592. package/styles/breadcrumb/_layout.scss +0 -490
  593. package/styles/breadcrumb/_material-dark-definition.scss +0 -50
  594. package/styles/breadcrumb/_material-definition.scss +0 -50
  595. package/styles/breadcrumb/_material3-definition.scss +0 -59
  596. package/styles/breadcrumb/_tailwind-dark-definition.scss +0 -1
  597. package/styles/breadcrumb/_tailwind-definition.scss +0 -60
  598. package/styles/breadcrumb/_theme.scss +0 -159
  599. package/styles/breadcrumb/icons/_bootstrap-dark.scss +0 -14
  600. package/styles/breadcrumb/icons/_bootstrap.scss +0 -14
  601. package/styles/breadcrumb/icons/_bootstrap4.scss +0 -14
  602. package/styles/breadcrumb/icons/_bootstrap5-dark.scss +0 -1
  603. package/styles/breadcrumb/icons/_bootstrap5.scss +0 -25
  604. package/styles/breadcrumb/icons/_fabric-dark.scss +0 -14
  605. package/styles/breadcrumb/icons/_fabric.scss +0 -14
  606. package/styles/breadcrumb/icons/_fluent-dark.scss +0 -1
  607. package/styles/breadcrumb/icons/_fluent.scss +0 -25
  608. package/styles/breadcrumb/icons/_fusionnew.scss +0 -25
  609. package/styles/breadcrumb/icons/_highcontrast-light.scss +0 -14
  610. package/styles/breadcrumb/icons/_highcontrast.scss +0 -14
  611. package/styles/breadcrumb/icons/_material-dark.scss +0 -25
  612. package/styles/breadcrumb/icons/_material.scss +0 -25
  613. package/styles/breadcrumb/icons/_material3.scss +0 -25
  614. package/styles/breadcrumb/icons/_tailwind-dark.scss +0 -25
  615. package/styles/breadcrumb/icons/_tailwind.scss +0 -25
  616. package/styles/carousel/_all.scss +0 -2
  617. package/styles/carousel/_bootstrap-dark-definition.scss +0 -22
  618. package/styles/carousel/_bootstrap-definition.scss +0 -22
  619. package/styles/carousel/_bootstrap4-definition.scss +0 -22
  620. package/styles/carousel/_bootstrap5-dark-definition.scss +0 -1
  621. package/styles/carousel/_bootstrap5-definition.scss +0 -22
  622. package/styles/carousel/_fabric-dark-definition.scss +0 -22
  623. package/styles/carousel/_fabric-definition.scss +0 -22
  624. package/styles/carousel/_fluent-dark-definition.scss +0 -1
  625. package/styles/carousel/_fluent-definition.scss +0 -22
  626. package/styles/carousel/_fusionnew-definition.scss +0 -22
  627. package/styles/carousel/_highcontrast-definition.scss +0 -22
  628. package/styles/carousel/_highcontrast-light-definition.scss +0 -22
  629. package/styles/carousel/_layout.scss +0 -179
  630. package/styles/carousel/_material-dark-definition.scss +0 -22
  631. package/styles/carousel/_material-definition.scss +0 -22
  632. package/styles/carousel/_material3-definition.scss +0 -22
  633. package/styles/carousel/_tailwind-dark-definition.scss +0 -1
  634. package/styles/carousel/_tailwind-definition.scss +0 -22
  635. package/styles/carousel/_theme.scss +0 -56
  636. package/styles/carousel/icons/_bootstrap-dark.scss +0 -30
  637. package/styles/carousel/icons/_bootstrap.scss +0 -30
  638. package/styles/carousel/icons/_bootstrap4.scss +0 -30
  639. package/styles/carousel/icons/_bootstrap5-dark.scss +0 -1
  640. package/styles/carousel/icons/_bootstrap5.scss +0 -30
  641. package/styles/carousel/icons/_fabric-dark.scss +0 -30
  642. package/styles/carousel/icons/_fabric.scss +0 -30
  643. package/styles/carousel/icons/_fluent-dark.scss +0 -1
  644. package/styles/carousel/icons/_fluent.scss +0 -30
  645. package/styles/carousel/icons/_fusionnew.scss +0 -30
  646. package/styles/carousel/icons/_highcontrast-light.scss +0 -30
  647. package/styles/carousel/icons/_highcontrast.scss +0 -30
  648. package/styles/carousel/icons/_material-dark.scss +0 -30
  649. package/styles/carousel/icons/_material.scss +0 -30
  650. package/styles/carousel/icons/_material3.scss +0 -30
  651. package/styles/carousel/icons/_tailwind-dark.scss +0 -1
  652. package/styles/carousel/icons/_tailwind.scss +0 -30
  653. package/styles/context-menu/_all.scss +0 -2
  654. package/styles/context-menu/_bootstrap-dark-definition.scss +0 -52
  655. package/styles/context-menu/_bootstrap-definition.scss +0 -50
  656. package/styles/context-menu/_bootstrap4-definition.scss +0 -50
  657. package/styles/context-menu/_bootstrap5-dark-definition.scss +0 -1
  658. package/styles/context-menu/_bootstrap5-definition.scss +0 -52
  659. package/styles/context-menu/_fabric-dark-definition.scss +0 -52
  660. package/styles/context-menu/_fabric-definition.scss +0 -50
  661. package/styles/context-menu/_fluent-dark-definition.scss +0 -1
  662. package/styles/context-menu/_fluent-definition.scss +0 -52
  663. package/styles/context-menu/_fusionnew-definition.scss +0 -52
  664. package/styles/context-menu/_highcontrast-definition.scss +0 -50
  665. package/styles/context-menu/_highcontrast-light-definition.scss +0 -52
  666. package/styles/context-menu/_layout-mixin.scss +0 -169
  667. package/styles/context-menu/_layout.scss +0 -149
  668. package/styles/context-menu/_material-dark-definition.scss +0 -52
  669. package/styles/context-menu/_material-definition.scss +0 -50
  670. package/styles/context-menu/_material3-definition.scss +0 -52
  671. package/styles/context-menu/_tailwind-dark-definition.scss +0 -1
  672. package/styles/context-menu/_tailwind-definition.scss +0 -53
  673. package/styles/context-menu/_theme-mixin.scss +0 -59
  674. package/styles/context-menu/_theme.scss +0 -49
  675. package/styles/context-menu/icons/_bootstrap-dark.scss +0 -32
  676. package/styles/context-menu/icons/_bootstrap.scss +0 -32
  677. package/styles/context-menu/icons/_bootstrap4.scss +0 -32
  678. package/styles/context-menu/icons/_bootstrap5-dark.scss +0 -1
  679. package/styles/context-menu/icons/_bootstrap5.scss +0 -32
  680. package/styles/context-menu/icons/_fabric-dark.scss +0 -32
  681. package/styles/context-menu/icons/_fabric.scss +0 -32
  682. package/styles/context-menu/icons/_fluent-dark.scss +0 -1
  683. package/styles/context-menu/icons/_fluent.scss +0 -32
  684. package/styles/context-menu/icons/_fusionnew.scss +0 -32
  685. package/styles/context-menu/icons/_highcontrast-light.scss +0 -32
  686. package/styles/context-menu/icons/_highcontrast.scss +0 -32
  687. package/styles/context-menu/icons/_material-dark.scss +0 -32
  688. package/styles/context-menu/icons/_material.scss +0 -32
  689. package/styles/context-menu/icons/_material3.scss +0 -32
  690. package/styles/context-menu/icons/_tailwind-dark.scss +0 -32
  691. package/styles/context-menu/icons/_tailwind.scss +0 -32
  692. package/styles/h-scroll/_all.scss +0 -2
  693. package/styles/h-scroll/_bootstrap-dark-definition.scss +0 -49
  694. package/styles/h-scroll/_bootstrap-definition.scss +0 -50
  695. package/styles/h-scroll/_bootstrap4-definition.scss +0 -49
  696. package/styles/h-scroll/_bootstrap5-dark-definition.scss +0 -1
  697. package/styles/h-scroll/_bootstrap5-definition.scss +0 -78
  698. package/styles/h-scroll/_fabric-dark-definition.scss +0 -50
  699. package/styles/h-scroll/_fabric-definition.scss +0 -48
  700. package/styles/h-scroll/_fluent-dark-definition.scss +0 -1
  701. package/styles/h-scroll/_fluent-definition.scss +0 -78
  702. package/styles/h-scroll/_fusionnew-definition.scss +0 -78
  703. package/styles/h-scroll/_highcontrast-definition.scss +0 -52
  704. package/styles/h-scroll/_highcontrast-light-definition.scss +0 -54
  705. package/styles/h-scroll/_layout.scss +0 -202
  706. package/styles/h-scroll/_material-dark-definition.scss +0 -77
  707. package/styles/h-scroll/_material-definition.scss +0 -77
  708. package/styles/h-scroll/_material3-definition.scss +0 -78
  709. package/styles/h-scroll/_tailwind-dark-definition.scss +0 -1
  710. package/styles/h-scroll/_tailwind-definition.scss +0 -78
  711. package/styles/h-scroll/_theme.scss +0 -162
  712. package/styles/h-scroll/icons/_bootstrap-dark.scss +0 -50
  713. package/styles/h-scroll/icons/_bootstrap.scss +0 -50
  714. package/styles/h-scroll/icons/_bootstrap4.scss +0 -50
  715. package/styles/h-scroll/icons/_bootstrap5-dark.scss +0 -1
  716. package/styles/h-scroll/icons/_bootstrap5.scss +0 -49
  717. package/styles/h-scroll/icons/_fabric-dark.scss +0 -49
  718. package/styles/h-scroll/icons/_fabric.scss +0 -49
  719. package/styles/h-scroll/icons/_fluent-dark.scss +0 -1
  720. package/styles/h-scroll/icons/_fluent.scss +0 -49
  721. package/styles/h-scroll/icons/_fusionnew.scss +0 -49
  722. package/styles/h-scroll/icons/_highcontrast-light.scss +0 -49
  723. package/styles/h-scroll/icons/_highcontrast.scss +0 -49
  724. package/styles/h-scroll/icons/_material-dark.scss +0 -49
  725. package/styles/h-scroll/icons/_material.scss +0 -49
  726. package/styles/h-scroll/icons/_material3.scss +0 -49
  727. package/styles/h-scroll/icons/_tailwind-dark.scss +0 -1
  728. package/styles/h-scroll/icons/_tailwind.scss +0 -49
  729. package/styles/menu/_all.scss +0 -2
  730. package/styles/menu/_bootstrap-dark-definition.scss +0 -63
  731. package/styles/menu/_bootstrap-definition.scss +0 -65
  732. package/styles/menu/_bootstrap4-definition.scss +0 -64
  733. package/styles/menu/_bootstrap5-dark-definition.scss +0 -1
  734. package/styles/menu/_bootstrap5-definition.scss +0 -67
  735. package/styles/menu/_fabric-dark-definition.scss +0 -63
  736. package/styles/menu/_fabric-definition.scss +0 -64
  737. package/styles/menu/_fluent-dark-definition.scss +0 -1
  738. package/styles/menu/_fluent-definition.scss +0 -68
  739. package/styles/menu/_fusionnew-definition.scss +0 -67
  740. package/styles/menu/_highcontrast-definition.scss +0 -65
  741. package/styles/menu/_highcontrast-light-definition.scss +0 -61
  742. package/styles/menu/_layout.scss +0 -708
  743. package/styles/menu/_material-dark-definition.scss +0 -63
  744. package/styles/menu/_material-definition.scss +0 -64
  745. package/styles/menu/_material3-definition.scss +0 -67
  746. package/styles/menu/_tailwind-dark-definition.scss +0 -1
  747. package/styles/menu/_tailwind-definition.scss +0 -67
  748. package/styles/menu/_theme.scss +0 -261
  749. package/styles/menu/icons/_bootstrap-dark.scss +0 -133
  750. package/styles/menu/icons/_bootstrap.scss +0 -133
  751. package/styles/menu/icons/_bootstrap4.scss +0 -133
  752. package/styles/menu/icons/_bootstrap5-dark.scss +0 -1
  753. package/styles/menu/icons/_bootstrap5.scss +0 -133
  754. package/styles/menu/icons/_fabric-dark.scss +0 -133
  755. package/styles/menu/icons/_fabric.scss +0 -133
  756. package/styles/menu/icons/_fluent-dark.scss +0 -1
  757. package/styles/menu/icons/_fluent.scss +0 -133
  758. package/styles/menu/icons/_fusionnew.scss +0 -133
  759. package/styles/menu/icons/_highcontrast-light.scss +0 -133
  760. package/styles/menu/icons/_highcontrast.scss +0 -133
  761. package/styles/menu/icons/_material-dark.scss +0 -133
  762. package/styles/menu/icons/_material.scss +0 -133
  763. package/styles/menu/icons/_material3.scss +0 -133
  764. package/styles/menu/icons/_tailwind-dark.scss +0 -133
  765. package/styles/menu/icons/_tailwind.scss +0 -133
  766. package/styles/pager/_all.scss +0 -2
  767. package/styles/pager/_bootstrap-dark-definition.scss +0 -132
  768. package/styles/pager/_bootstrap-definition.scss +0 -132
  769. package/styles/pager/_bootstrap4-definition.scss +0 -131
  770. package/styles/pager/_bootstrap5-dark-definition.scss +0 -1
  771. package/styles/pager/_bootstrap5-definition.scss +0 -146
  772. package/styles/pager/_fabric-dark-definition.scss +0 -131
  773. package/styles/pager/_fabric-definition.scss +0 -130
  774. package/styles/pager/_fluent-dark-definition.scss +0 -1
  775. package/styles/pager/_fluent-definition.scss +0 -133
  776. package/styles/pager/_fusionnew-definition.scss +0 -146
  777. package/styles/pager/_highcontrast-definition.scss +0 -130
  778. package/styles/pager/_highcontrast-light-definition.scss +0 -130
  779. package/styles/pager/_layout.scss +0 -899
  780. package/styles/pager/_material-dark-definition.scss +0 -132
  781. package/styles/pager/_material-definition.scss +0 -131
  782. package/styles/pager/_material3-definition.scss +0 -146
  783. package/styles/pager/_tailwind-dark-definition.scss +0 -1
  784. package/styles/pager/_tailwind-definition.scss +0 -132
  785. package/styles/pager/_theme.scss +0 -153
  786. package/styles/pager/icons/_bootstrap-dark.scss +0 -50
  787. package/styles/pager/icons/_bootstrap.scss +0 -49
  788. package/styles/pager/icons/_bootstrap4.scss +0 -49
  789. package/styles/pager/icons/_bootstrap5-dark.scss +0 -1
  790. package/styles/pager/icons/_bootstrap5.scss +0 -50
  791. package/styles/pager/icons/_fabric-dark.scss +0 -50
  792. package/styles/pager/icons/_fabric.scss +0 -50
  793. package/styles/pager/icons/_fluent-dark.scss +0 -1
  794. package/styles/pager/icons/_fluent.scss +0 -50
  795. package/styles/pager/icons/_fusionnew.scss +0 -50
  796. package/styles/pager/icons/_highcontrast-light.scss +0 -50
  797. package/styles/pager/icons/_highcontrast.scss +0 -41
  798. package/styles/pager/icons/_material-dark.scss +0 -50
  799. package/styles/pager/icons/_material.scss +0 -41
  800. package/styles/pager/icons/_material3.scss +0 -50
  801. package/styles/pager/icons/_tailwind-dark.scss +0 -1
  802. package/styles/pager/icons/_tailwind.scss +0 -50
  803. package/styles/sidebar/_all.scss +0 -3
  804. package/styles/sidebar/_bootstrap-dark-definition.scss +0 -4
  805. package/styles/sidebar/_bootstrap-definition.scss +0 -4
  806. package/styles/sidebar/_bootstrap4-definition.scss +0 -4
  807. package/styles/sidebar/_bootstrap5-dark-definition.scss +0 -1
  808. package/styles/sidebar/_bootstrap5-definition.scss +0 -5
  809. package/styles/sidebar/_fabric-dark-definition.scss +0 -4
  810. package/styles/sidebar/_fabric-definition.scss +0 -6
  811. package/styles/sidebar/_fluent-dark-definition.scss +0 -1
  812. package/styles/sidebar/_fluent-definition.scss +0 -5
  813. package/styles/sidebar/_fusionnew-definition.scss +0 -5
  814. package/styles/sidebar/_highcontrast-definition.scss +0 -4
  815. package/styles/sidebar/_highcontrast-light-definition.scss +0 -4
  816. package/styles/sidebar/_icons.scss +0 -1
  817. package/styles/sidebar/_material-dark-definition.scss +0 -4
  818. package/styles/sidebar/_material-definition.scss +0 -6
  819. package/styles/sidebar/_material3-definition.scss +0 -5
  820. package/styles/sidebar/_tailwind-dark-definition.scss +0 -1
  821. package/styles/sidebar/_tailwind-definition.scss +0 -5
  822. package/styles/sidebar/_theme.scss +0 -191
  823. package/styles/tab/_all.scss +0 -2
  824. package/styles/tab/_bootstrap-dark-definition.scss +0 -397
  825. package/styles/tab/_bootstrap-definition.scss +0 -407
  826. package/styles/tab/_bootstrap4-definition.scss +0 -411
  827. package/styles/tab/_bootstrap5-dark-definition.scss +0 -1
  828. package/styles/tab/_bootstrap5-definition.scss +0 -401
  829. package/styles/tab/_fabric-dark-definition.scss +0 -406
  830. package/styles/tab/_fabric-definition.scss +0 -422
  831. package/styles/tab/_fluent-dark-definition.scss +0 -1
  832. package/styles/tab/_fluent-definition.scss +0 -409
  833. package/styles/tab/_fusionnew-definition.scss +0 -401
  834. package/styles/tab/_highcontrast-definition.scss +0 -446
  835. package/styles/tab/_highcontrast-light-definition.scss +0 -435
  836. package/styles/tab/_icons.scss +0 -43
  837. package/styles/tab/_layout.scss +0 -4115
  838. package/styles/tab/_material-dark-definition.scss +0 -418
  839. package/styles/tab/_material-definition.scss +0 -428
  840. package/styles/tab/_material3-definition.scss +0 -401
  841. package/styles/tab/_tailwind-dark-definition.scss +0 -1
  842. package/styles/tab/_tailwind-definition.scss +0 -431
  843. package/styles/tab/_theme.scss +0 -2026
  844. package/styles/tab/icons/_bootstrap-dark.scss +0 -140
  845. package/styles/tab/icons/_bootstrap.scss +0 -140
  846. package/styles/tab/icons/_bootstrap4.scss +0 -140
  847. package/styles/tab/icons/_bootstrap5-dark.scss +0 -1
  848. package/styles/tab/icons/_bootstrap5.scss +0 -141
  849. package/styles/tab/icons/_fabric-dark.scss +0 -140
  850. package/styles/tab/icons/_fabric.scss +0 -140
  851. package/styles/tab/icons/_fluent-dark.scss +0 -1
  852. package/styles/tab/icons/_fluent.scss +0 -141
  853. package/styles/tab/icons/_fusionnew.scss +0 -141
  854. package/styles/tab/icons/_highcontrast-light.scss +0 -140
  855. package/styles/tab/icons/_highcontrast.scss +0 -140
  856. package/styles/tab/icons/_material-dark.scss +0 -140
  857. package/styles/tab/icons/_material.scss +0 -140
  858. package/styles/tab/icons/_material3.scss +0 -141
  859. package/styles/tab/icons/_tailwind-dark.scss +0 -1
  860. package/styles/tab/icons/_tailwind.scss +0 -141
  861. package/styles/toolbar/_all.scss +0 -2
  862. package/styles/toolbar/_bootstrap-dark-definition.scss +0 -142
  863. package/styles/toolbar/_bootstrap-definition.scss +0 -141
  864. package/styles/toolbar/_bootstrap4-definition.scss +0 -146
  865. package/styles/toolbar/_bootstrap5-dark-definition.scss +0 -1
  866. package/styles/toolbar/_bootstrap5-definition.scss +0 -162
  867. package/styles/toolbar/_fabric-dark-definition.scss +0 -161
  868. package/styles/toolbar/_fabric-definition.scss +0 -147
  869. package/styles/toolbar/_fluent-dark-definition.scss +0 -1
  870. package/styles/toolbar/_fluent-definition.scss +0 -150
  871. package/styles/toolbar/_fusionnew-definition.scss +0 -162
  872. package/styles/toolbar/_highcontrast-definition.scss +0 -157
  873. package/styles/toolbar/_highcontrast-light-definition.scss +0 -172
  874. package/styles/toolbar/_layout.scss +0 -1468
  875. package/styles/toolbar/_material-dark-definition.scss +0 -186
  876. package/styles/toolbar/_material-definition.scss +0 -171
  877. package/styles/toolbar/_material3-definition.scss +0 -162
  878. package/styles/toolbar/_tailwind-dark-definition.scss +0 -1
  879. package/styles/toolbar/_tailwind-definition.scss +0 -150
  880. package/styles/toolbar/_theme.scss +0 -553
  881. package/styles/toolbar/icons/_bootstrap-dark.scss +0 -16
  882. package/styles/toolbar/icons/_bootstrap.scss +0 -16
  883. package/styles/toolbar/icons/_bootstrap4.scss +0 -16
  884. package/styles/toolbar/icons/_bootstrap5-dark.scss +0 -1
  885. package/styles/toolbar/icons/_bootstrap5.scss +0 -17
  886. package/styles/toolbar/icons/_fabric-dark.scss +0 -16
  887. package/styles/toolbar/icons/_fabric.scss +0 -16
  888. package/styles/toolbar/icons/_fluent-dark.scss +0 -1
  889. package/styles/toolbar/icons/_fluent.scss +0 -17
  890. package/styles/toolbar/icons/_fusionnew.scss +0 -17
  891. package/styles/toolbar/icons/_highcontrast-light.scss +0 -16
  892. package/styles/toolbar/icons/_highcontrast.scss +0 -16
  893. package/styles/toolbar/icons/_material-dark.scss +0 -16
  894. package/styles/toolbar/icons/_material.scss +0 -16
  895. package/styles/toolbar/icons/_material3.scss +0 -17
  896. package/styles/toolbar/icons/_tailwind-dark.scss +0 -1
  897. package/styles/toolbar/icons/_tailwind.scss +0 -17
  898. package/styles/treeview/_all.scss +0 -2
  899. package/styles/treeview/_bootstrap-dark-definition.scss +0 -118
  900. package/styles/treeview/_bootstrap-definition.scss +0 -113
  901. package/styles/treeview/_bootstrap4-definition.scss +0 -141
  902. package/styles/treeview/_bootstrap5-dark-definition.scss +0 -1
  903. package/styles/treeview/_bootstrap5-definition.scss +0 -120
  904. package/styles/treeview/_fabric-dark-definition.scss +0 -116
  905. package/styles/treeview/_fabric-definition.scss +0 -112
  906. package/styles/treeview/_fluent-dark-definition.scss +0 -1
  907. package/styles/treeview/_fluent-definition.scss +0 -120
  908. package/styles/treeview/_fusionnew-definition.scss +0 -120
  909. package/styles/treeview/_highcontrast-definition.scss +0 -118
  910. package/styles/treeview/_highcontrast-light-definition.scss +0 -123
  911. package/styles/treeview/_layout.scss +0 -1034
  912. package/styles/treeview/_material-dark-definition.scss +0 -114
  913. package/styles/treeview/_material-definition.scss +0 -112
  914. package/styles/treeview/_material3-definition.scss +0 -120
  915. package/styles/treeview/_tailwind-dark-definition.scss +0 -1
  916. package/styles/treeview/_tailwind-definition.scss +0 -124
  917. package/styles/treeview/_theme.scss +0 -361
  918. package/styles/treeview/icons/_bootstrap-dark.scss +0 -39
  919. package/styles/treeview/icons/_bootstrap.scss +0 -39
  920. package/styles/treeview/icons/_bootstrap4.scss +0 -40
  921. package/styles/treeview/icons/_bootstrap5-dark.scss +0 -1
  922. package/styles/treeview/icons/_bootstrap5.scss +0 -43
  923. package/styles/treeview/icons/_fabric-dark.scss +0 -43
  924. package/styles/treeview/icons/_fabric.scss +0 -43
  925. package/styles/treeview/icons/_fluent-dark.scss +0 -1
  926. package/styles/treeview/icons/_fluent.scss +0 -43
  927. package/styles/treeview/icons/_fusionnew.scss +0 -43
  928. package/styles/treeview/icons/_highcontrast-light.scss +0 -43
  929. package/styles/treeview/icons/_highcontrast.scss +0 -43
  930. package/styles/treeview/icons/_material-dark.scss +0 -43
  931. package/styles/treeview/icons/_material.scss +0 -43
  932. package/styles/treeview/icons/_material3.scss +0 -43
  933. package/styles/treeview/icons/_tailwind-dark.scss +0 -43
  934. package/styles/treeview/icons/_tailwind.scss +0 -43
  935. package/styles/v-scroll/_all.scss +0 -2
  936. package/styles/v-scroll/_bootstrap-dark-definition.scss +0 -50
  937. package/styles/v-scroll/_bootstrap-definition.scss +0 -49
  938. package/styles/v-scroll/_bootstrap4-definition.scss +0 -49
  939. package/styles/v-scroll/_bootstrap5-dark-definition.scss +0 -1
  940. package/styles/v-scroll/_bootstrap5-definition.scss +0 -49
  941. package/styles/v-scroll/_fabric-dark-definition.scss +0 -51
  942. package/styles/v-scroll/_fabric-definition.scss +0 -50
  943. package/styles/v-scroll/_fluent-dark-definition.scss +0 -1
  944. package/styles/v-scroll/_fluent-definition.scss +0 -49
  945. package/styles/v-scroll/_fusionnew-definition.scss +0 -49
  946. package/styles/v-scroll/_highcontrast-definition.scss +0 -51
  947. package/styles/v-scroll/_highcontrast-light-definition.scss +0 -52
  948. package/styles/v-scroll/_layout.scss +0 -162
  949. package/styles/v-scroll/_material-dark-definition.scss +0 -78
  950. package/styles/v-scroll/_material-definition.scss +0 -77
  951. package/styles/v-scroll/_material3-definition.scss +0 -49
  952. package/styles/v-scroll/_tailwind-dark-definition.scss +0 -1
  953. package/styles/v-scroll/_tailwind-definition.scss +0 -49
  954. package/styles/v-scroll/_theme.scss +0 -133
  955. package/styles/v-scroll/icons/_bootstrap-dark.scss +0 -27
  956. package/styles/v-scroll/icons/_bootstrap.scss +0 -27
  957. package/styles/v-scroll/icons/_bootstrap4.scss +0 -27
  958. package/styles/v-scroll/icons/_bootstrap5-dark.scss +0 -1
  959. package/styles/v-scroll/icons/_bootstrap5.scss +0 -27
  960. package/styles/v-scroll/icons/_fabric-dark.scss +0 -26
  961. package/styles/v-scroll/icons/_fabric.scss +0 -26
  962. package/styles/v-scroll/icons/_fluent-dark.scss +0 -1
  963. package/styles/v-scroll/icons/_fluent.scss +0 -27
  964. package/styles/v-scroll/icons/_fusionnew.scss +0 -27
  965. package/styles/v-scroll/icons/_highcontrast-light.scss +0 -26
  966. package/styles/v-scroll/icons/_highcontrast.scss +0 -26
  967. package/styles/v-scroll/icons/_material-dark.scss +0 -26
  968. package/styles/v-scroll/icons/_material.scss +0 -26
  969. package/styles/v-scroll/icons/_material3.scss +0 -27
  970. package/styles/v-scroll/icons/_tailwind-dark.scss +0 -1
  971. package/styles/v-scroll/icons/_tailwind.scss +0 -27
  972. package/syncfusion-ej2-angular-navigations.d.ts +0 -5
@@ -1,553 +0,0 @@
1
- @include export-module('toolbar-theme') {
2
- /*! toolbar theme */
3
- // sass-lint:disable no-vendor-prefixes
4
- .e-toolbar {
5
- -webkit-tap-highlight-color: $tbar-tab-highlight-color;
6
- background: $tbar-default-bg;
7
- border: $tbar-border-size $tbar-border-type $tbar-default-border;
8
- box-shadow: $tbar-box-shadow;
9
-
10
- &.e-vertical {
11
-
12
- .e-hor-nav {
13
- border: $tbar-border-nav-type $tbar-default-border;
14
- border-width: $tbar-popup-vertical-border-width;
15
- }
16
-
17
- &.e-rtl .e-hor-nav {
18
- border: $tbar-border-nav-type $tbar-default-border;
19
- border-width: $tbar-popup-vertical-rtl-border-width;
20
- }
21
-
22
-
23
- .e-toolbar-items .e-toolbar-item {
24
-
25
- &.e-separator {
26
- border-width: $tba-vertical-separator;
27
- }
28
-
29
- }
30
- }
31
-
32
- &.e-extended-toolbar {
33
-
34
- .e-toolbar-extended {
35
-
36
- .e-toolbar-item.e-overlay {
37
- background: $tbar-default-bg;
38
- }
39
-
40
- .e-toolbar-item.e-separator {
41
- border: $tbar-separator-border-type $tbar-separator-border;
42
- border-width: $tba-horizontal-separator;
43
- }
44
-
45
- .e-toolbar-item .e-tbar-btn .e-icons {
46
- color: $tbar-default-icon-color;
47
- }
48
-
49
- .e-toolbar-item .e-tbar-btn {
50
- background: $tbar-default-bg;
51
- box-shadow: $tbar-btn-box-shadow;
52
- color: $tbar-default-font;
53
-
54
- .e-toolbar-item .e-tbar-btn-text {
55
- color: $tbar-default-font;
56
- }
57
- @if $tbar-skin == 'bootstrap' {
58
- margin: 1px 0;
59
- }
60
-
61
- @if $tbar-skin == 'highcontrast' {
62
- border: 2px $tbar-border-type $ext-tbar-btn-border-color;
63
- }
64
-
65
- &:focus {
66
- background: $tbar-focus-bg;
67
- border-color: $tbar-focus-border-color;
68
- border-radius: $tbar-btn-border-radius;
69
- color: $tbar-hover-font-color;
70
-
71
- @if $tbar-skin == 'bootstrap' {
72
- border: 1px solid $tbar-focus-border-color;
73
- margin: 0;
74
- }
75
-
76
- @if $tbar-skin == 'bootstrap4' {
77
- border: 1px solid $tbar-focus-border-color;
78
- box-shadow: $tbar-focus-btn-box-shadow;
79
- }
80
-
81
- @if $tbar-skin == 'bootstrap5' {
82
- .e-toolbar-item .e-tbar-btn-text,
83
- .e-icons {
84
- color: $tbar-active-icon-color;
85
- }
86
- }
87
-
88
- @if $tbar-skin == 'highcontrast' {
89
- border: $tbar-dash-border;
90
-
91
- &:active {
92
- background: $ext-tbar-btn-focus-active-bg-color;
93
- }
94
- }
95
- }
96
-
97
- &:hover {
98
- background: $tbar-hover-bg;
99
- border-color: $tbar-hover-border-color;
100
- border-radius: $tbar-btn-border-radius;
101
- color: $tbar-hover-font-color;
102
-
103
- @if $tbar-skin == 'bootstrap' {
104
- border: 1px solid $tbar-hover-border-color;
105
- }
106
-
107
- @if $tbar-skin == 'highcontrast' {
108
- border: 2px $tbar-border-type $ext-tbar-btn-hover-border-color;
109
-
110
- .e-icons {
111
- color: $tbar-hover-font;
112
- }
113
-
114
- &:focus {
115
-
116
- .e-icons,
117
- .e-tbar-btn-text {
118
- color: $tbar-hover-font;
119
- }
120
- }
121
-
122
- &:active {
123
-
124
- .e-icons,
125
- .e-tbar-btn-text {
126
- color: $tbar-select-font;
127
- }
128
- }
129
- }
130
-
131
- @if $tbar-skin == 'bootstrap5' {
132
- .e-toolbar-item .e-tbar-btn-text,
133
- .e-icons {
134
- color: $tbar-active-icon-color;
135
- }
136
- }
137
- }
138
-
139
- &:active {
140
- background: $tbar-btn-press-bg;
141
- border-color: $tbar-press-border-color;
142
- border-radius: $tbar-btn-border-radius;
143
- box-shadow: $tbar-btn-pressed-box-shadow;
144
- color: $tbar-btn-active-font-color;
145
-
146
- @if $tbar-skin == 'bootstrap' {
147
- border-left: 1px solid $tbar-press-border-color;
148
- }
149
- @if $tbar-skin == 'highcontrast' {
150
- .e-icons,
151
- .e-tbar-btn-text {
152
- color: $tbar-pressed-font;
153
- }
154
- }
155
- @if $tbar-skin == 'bootstrap5' {
156
- .e-icons {
157
- color: $tbar-active-icon-color;
158
- }
159
- }
160
- }
161
-
162
- }
163
-
164
- }
165
- }
166
-
167
- .e-tbar-btn.e-btn .e-icons {
168
- color: $tbar-default-icon-color;
169
- @if $tbar-skin == 'bootstrap5' {
170
- padding-bottom: 4px;
171
- }
172
- }
173
-
174
- .e-toolbar-pop {
175
- background: $tbar-pop-bg;
176
- border: $tbar-border-size $tbar-border-type $tbar-default-border;
177
- box-shadow: $tbar-pop-box-shadow;
178
-
179
- .e-toolbar-item {
180
-
181
- @if $tbar-skin == 'bootstrap4' {
182
- .e-tbar-btn:hover,
183
- .e-tbar-btn:active,
184
- .e-tbar-btn:focus {
185
- background: $primary;
186
- box-shadow: none;
187
- color: $primary-font;
188
-
189
- .e-icons,
190
- .e-tbar-btn-text {
191
- color: inherit;
192
- }
193
- }
194
-
195
- .e-tbar-btn {
196
- background: $tbar-popup-btn-bg-color;
197
- }
198
- }
199
-
200
- @if $tbar-skin == 'tailwind' or $tbar-skin == 'bootstrap5' {
201
- .e-tbar-btn {
202
- background: $tbar-popup-btn-bg-color;
203
-
204
- &:focus {
205
- background: $tbar-focus-bg;
206
- }
207
-
208
- &:hover {
209
- background: $tbar-hover-bg;
210
- }
211
- }
212
- }
213
-
214
- @if $tbar-skin == 'highcontrast' or $tbar-skin == 'fabric' or $tbar-skin == 'FluentUI' {
215
- .e-btn:focus {
216
- outline: none;
217
- }
218
- }
219
-
220
- &:not(.e-separator) {
221
- background: $tbar-item-pop-bg-color;
222
- }
223
- }
224
- }
225
-
226
- &.e-extended-toolbar .e-toolbar-pop {
227
- background: $tbar-default-bg;
228
- }
229
-
230
- &.e-toolpop {
231
-
232
- .e-hor-nav.e-nav-active,
233
- .e-hor-nav.e-nav-active:not(.e-expended-nav) {
234
- background: $tbar-pressed-bg;
235
- border: $tbar-nav-press-border;
236
- box-shadow: $tbar-nav-pressed-box-shadow;
237
-
238
- @if $tbar-skin != 'bootstrap4' {
239
- border-left: $border-size $tbar-border-nav-active-type $tbar-pressed-bg;
240
- }
241
-
242
- @if $tbar-skin == 'highcontrast' {
243
- &:focus {
244
- border: $tbar-dash-border;
245
- }
246
- }
247
-
248
- .e-icons {
249
- color: $tbar-active-font-color;
250
- @if $tbar-skin == 'bootstrap4' {
251
- &:active {
252
- color: inherit;
253
- }
254
- }
255
- }
256
- }
257
- }
258
-
259
- .e-tbar-btn {
260
- background: $tbar-items-default-bg;
261
- box-shadow: $tbar-btn-box-shadow;
262
- color: $tbar-default-font;
263
-
264
- @if $tbar-skin == 'bootstrap' {
265
- margin: 1px 0;
266
- }
267
-
268
- @if $tbar-skin == 'highcontrast' {
269
- border: 2px $tbar-border-type $tbar-btn-border-color;
270
- }
271
-
272
- &:focus {
273
- background: $tbar-focus-bg;
274
- @if $tbar-skin == 'bootstrap4' {
275
- box-shadow: $tbar-focus-btn-box-shadow;
276
- }
277
- @if $tbar-skin == 'bootstrap' or $tbar-skin == 'bootstrap4' {
278
- border: 1px solid $tbar-focus-border-color;
279
- margin: 0;
280
- }
281
- border-color: $tbar-focus-border-color;
282
- border-radius: $tbar-btn-border-radius;
283
- color: $tbar-hover-font;
284
- @if $tbar-skin == 'highcontrast' {
285
- border: $tbar-dash-border;
286
-
287
- &:active {
288
- background: $tbar-btn-focus-active-bg-color;
289
- }
290
- }
291
- @if $tbar-skin == 'bootstrap5' {
292
- .e-icons,
293
- .e-tbar-btn-text {
294
- color: $tbar-active-icon-color;
295
- padding-bottom: 4px;
296
- }
297
- }
298
- }
299
-
300
- &:hover {
301
- background: $tbar-hover-bg;
302
- @if $tbar-skin == 'bootstrap' or $tbar-skin == 'bootstrap4' {
303
- border: 1px solid $tbar-hover-border-color;
304
- }
305
- border-color: $tbar-hover-border-color;
306
- border-radius: $tbar-btn-border-radius;
307
- color: $tbar-hover-font;
308
-
309
- @if $tbar-skin == 'bootstrap4' {
310
- .e-icons,
311
- .e-tbar-btn-text {
312
- color: inherit;
313
- }
314
- }
315
-
316
- @if $tbar-skin == 'highcontrast' {
317
- border: 2px $tbar-border-type $tbar-btn-hover-border-color;
318
-
319
- .e-icons {
320
- color: $tbar-hover-font;
321
- }
322
-
323
- &:focus {
324
- .e-icons,
325
- .e-tbar-btn-text {
326
- color: $tbar-hover-font;
327
- }
328
- }
329
-
330
- &:active {
331
- .e-icons,
332
- .e-tbar-btn-text {
333
- color: $tbar-select-font;
334
- }
335
- }
336
- }
337
- @if $tbar-skin == 'bootstrap5' {
338
- .e-icons,
339
- .e-tbar-btn-text {
340
- color: $tbar-active-icon-color;
341
- padding-bottom: 4px;
342
- }
343
- }
344
- }
345
- }
346
-
347
- .e-toolbar-items {
348
- background: $tbar-default-bg;
349
-
350
- .e-toolbar-item {
351
-
352
- &.e-overlay {
353
- background: $tbar-default-bg;
354
-
355
- @if $tbar-skin == 'highcontrast' {
356
- opacity: 1;
357
- }
358
-
359
- @if $tbar-skin == 'bootstrap4' {
360
- opacity: .65;
361
- }
362
-
363
- .e-tbar-btn-text {
364
- color: $tbar-default-font-overlay;
365
- }
366
-
367
- .e-icons {
368
- color: $tbar-default-icon-overlay;
369
- }
370
- }
371
-
372
- @if $tbar-skin != 'bootstrap5' {
373
- @if $tbar-skin != 'highcontrast' and $tbar-skin != 'bootstrap4' {
374
- .e-tbar-btn-text {
375
- color: $tbar-default-font;
376
- }
377
- }
378
- }
379
-
380
- @if $tbar-skin == 'bootstrap4' {
381
- .e-tbar-btn {
382
- &:hover,
383
- &:focus {
384
- .e-icons,
385
- .e-tbar-btn-text {
386
- color: inherit;
387
- }
388
- }
389
- }
390
- }
391
-
392
- &.e-separator {
393
- border: $tbar-separator-border-type $tbar-separator-border;
394
- border-width: $tba-horizontal-separator;
395
- }
396
- }
397
- }
398
-
399
- &.e-rtl .e-hor-nav {
400
- background: $tbar-default-bg;
401
- border: $tbar-border-nav-type $tbar-default-border;
402
- border-left: 0;
403
- border-width: $tbar-popup-rtl-border-width;
404
-
405
- &:not(.e-nav-active):hover {
406
- background: $tbar-hover-bg;
407
- color: $tbar-hover-font;
408
- }
409
- }
410
-
411
- .e-hor-nav {
412
- background: $tbar-default-bg;
413
- border: $tbar-border-nav-type $tbar-default-border;
414
- border-width: $tbar-popup-border-width;
415
- }
416
-
417
- .e-hor-nav {
418
-
419
- &::after {
420
- @include tbar-btn-animation;
421
- }
422
-
423
- @if $tbar-skin == 'bootstrap' or $tbar-skin == 'bootstrap4' {
424
- &.e-nav-active {
425
- &:active,
426
- &:focus,
427
- &:hover {
428
- border-bottom-right-radius: 0;
429
- }
430
- }
431
- }
432
-
433
- &:active {
434
- border: $tbar-nav-press-border;
435
- box-shadow: $tbar-nav-pressed-box-shadow;
436
- color: $tbar-select-font;
437
-
438
- @if $tbar-skin == 'bootstrap4' {
439
- background: $tbar-hover-bg;
440
-
441
- .e-icons {
442
- color: inherit;
443
- }
444
- }
445
-
446
- &::after {
447
- @include tbar-btn-animation-after;
448
- }
449
- }
450
-
451
- &:hover {
452
- background: $tbar-hover-bg;
453
- border-left: $tbar-nav-hover-border;
454
-
455
- @if $tbar-skin == 'bootstrap4' {
456
- background: $tbar-popup-hover-bg;
457
-
458
- .e-icons {
459
- color: inherit;
460
- }
461
- }
462
-
463
- @if $tbar-skin == 'bootstrap5' {
464
- color: $tbar-active-icon-color;
465
-
466
- .e-icons {
467
- color: inherit;
468
- }
469
- }
470
- @else {
471
- color: $tbar-hover-font;
472
- }
473
-
474
- @if $tbar-skin == 'highcontrast' {
475
- &:not(.e-nav-active) {
476
- border: 2px $tbar-border-type $tbar-nav-hover-color;
477
- }
478
-
479
- &:active {
480
- background: $tbar-nav-hover-active-bg-color;
481
- border: 0;
482
- }
483
- }
484
- }
485
-
486
- &:focus {
487
- background: $tbar-hover-bg;
488
- border-left: $tbar-nav-focus-border;
489
-
490
- @if $tbar-skin != 'bootstrap' {
491
- border-color: $tbar-pressed-border;
492
- }
493
-
494
- @if $tbar-skin == 'bootstrap4' {
495
- .e-icons {
496
- color: inherit;
497
- }
498
- }
499
-
500
- @if $tbar-skin == 'bootstrap5' {
501
- color: $tbar-active-icon-color;
502
-
503
- .e-icons {
504
- color: inherit;
505
- }
506
- }
507
- @else {
508
- color: $tbar-pressed-font;
509
- }
510
-
511
- @if $tbar-skin == 'highcontrast' {
512
- background: inherit;
513
- border: $tbar-dash-border;
514
- }
515
- }
516
- }
517
-
518
- .e-tbar-btn {
519
-
520
- &:active {
521
- background: $tbar-press-bg;
522
- @if $tbar-skin == 'bootstrap5' {
523
- background: $tbar-active-bg;
524
- }
525
- @if $tbar-skin == 'bootstrap' {
526
- border-left: 1px solid $tbar-press-border-color;
527
- }
528
- border-color: $tbar-press-border-color;
529
- border-radius: $tbar-btn-border-radius;
530
- box-shadow: $tbar-btn-pressed-box-shadow;
531
- color: $tbar-press-font;
532
-
533
- @if $tbar-skin == 'bootstrap4' {
534
- background: $tbar-active-btn-bg;
535
- border: 1px solid $tbar-active-border-color;
536
-
537
- .e-icons,
538
- .e-tbar-btn-text {
539
- color: inherit;
540
- }
541
- }
542
- @if $tbar-skin == 'highcontrast' {
543
- color: $tbar-pressed-font;
544
-
545
- .e-icons,
546
- .e-tbar-btn-text {
547
- color: $tbar-pressed-font;
548
- }
549
- }
550
- }
551
- }
552
- }
553
- }
@@ -1,16 +0,0 @@
1
-
2
- @include export-module('toolbar-bootstrap-dark-icons') {
3
- /*! toolbar icons */
4
- #{&}.e-toolbar {
5
-
6
- .e-popup-down-icon::before {
7
- content: '\e83d';
8
- line-height: normal;
9
- }
10
-
11
- .e-popup-up-icon::before {
12
- content: '\e834';
13
- line-height: normal;
14
- }
15
- }
16
- }
@@ -1,16 +0,0 @@
1
-
2
- @include export-module('toolbar-bootstrap-icons') {
3
- /*! toolbar icons */
4
- #{&}.e-toolbar {
5
-
6
- .e-popup-down-icon::before {
7
- content: '\e83d';
8
- line-height: normal;
9
- }
10
-
11
- .e-popup-up-icon::before {
12
- content: '\e834';
13
- line-height: normal;
14
- }
15
- }
16
- }
@@ -1,16 +0,0 @@
1
-
2
- @include export-module('toolbar-bootstrap4-icons') {
3
- /*! toolbar icons */
4
- #{&}.e-toolbar {
5
-
6
- .e-popup-down-icon::before {
7
- content: '\e744';
8
- line-height: normal;
9
- }
10
-
11
- .e-popup-up-icon::before {
12
- content: '\e721';
13
- line-height: normal;
14
- }
15
- }
16
- }
@@ -1 +0,0 @@
1
- @import './bootstrap5.scss';
@@ -1,17 +0,0 @@
1
-
2
- @include export-module('toolbar-bootstrap5-icons') {
3
- /*! toolbar icons */
4
- #{&}.e-toolbar {
5
-
6
- .e-popup-down-icon::before {
7
- content: '\e729';
8
- line-height: normal;
9
- }
10
-
11
- .e-popup-up-icon::before {
12
- content: '\e776';
13
- line-height: normal;
14
- }
15
- }
16
- }
17
-
@@ -1,16 +0,0 @@
1
-
2
- @include export-module('toolbar-fabric-dark-icons') {
3
- /*! toolbar icons */
4
- #{&}.e-toolbar {
5
-
6
- .e-popup-down-icon::before {
7
- content: '\e916';
8
- line-height: normal;
9
- }
10
-
11
- .e-popup-up-icon::before {
12
- content: '\e910';
13
- line-height: normal;
14
- }
15
- }
16
- }
@@ -1,16 +0,0 @@
1
-
2
- @include export-module('toolbar-fabric-icons') {
3
- /*! toolbar icons */
4
- #{&}.e-toolbar {
5
-
6
- .e-popup-down-icon::before {
7
- content: '\e916';
8
- line-height: normal;
9
- }
10
-
11
- .e-popup-up-icon::before {
12
- content: '\e910';
13
- line-height: normal;
14
- }
15
- }
16
- }
@@ -1 +0,0 @@
1
- @import './fluent.scss';
@@ -1,17 +0,0 @@
1
-
2
- @include export-module('toolbar-fluent-icons') {
3
- /*! toolbar icons */
4
- #{&}.e-toolbar {
5
-
6
- .e-popup-down-icon::before {
7
- content: '\e71c';
8
- line-height: normal;
9
- }
10
-
11
- .e-popup-up-icon::before {
12
- content: '\e71c';
13
- line-height: normal;
14
- }
15
- }
16
- }
17
-
@@ -1,17 +0,0 @@
1
-
2
- @include export-module('toolbar-fusionnew-icons') {
3
- /*! toolbar icons */
4
- #{&}.e-toolbar {
5
-
6
- .e-popup-down-icon::before {
7
- content: '\e729';
8
- line-height: normal;
9
- }
10
-
11
- .e-popup-up-icon::before {
12
- content: '\e776';
13
- line-height: normal;
14
- }
15
- }
16
- }
17
-
@@ -1,16 +0,0 @@
1
-
2
- @include export-module('toolbar-highcontrast-light-icons') {
3
- /*! toolbar icons */
4
- #{&}.e-toolbar {
5
-
6
- .e-popup-down-icon::before {
7
- content: '\e84f';
8
- line-height: normal;
9
- }
10
-
11
- .e-popup-up-icon::before {
12
- content: '\e85e';
13
- line-height: normal;
14
- }
15
- }
16
- }