@admin-layout/tailwind-design-pro 11.0.4-alpha.4 → 11.2.1-alpha.1

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 (357) hide show
  1. package/README.md +471 -1
  2. package/lib/cdm-locales/en/menu.json +2 -1
  3. package/lib/cdm-locales/en/settings.json +40 -1
  4. package/lib/cdm-locales/es/menu.json +2 -1
  5. package/lib/cdm-locales/es/settings.json +42 -3
  6. package/lib/cdm-locales/index.d.ts +2 -0
  7. package/lib/cdm-locales/index.d.ts.map +1 -0
  8. package/lib/cdm-locales/index.ts +1 -0
  9. package/lib/components/LanguageMenu/LanguageMenu.d.ts +2 -1
  10. package/lib/components/LanguageMenu/LanguageMenu.d.ts.map +1 -1
  11. package/lib/components/LanguageMenu/LanguageMenu.js +40 -61
  12. package/lib/components/LanguageMenu/LanguageMenu.js.map +1 -1
  13. package/lib/components/Layout/BasicLayout/index.d.ts +6 -12
  14. package/lib/components/Layout/BasicLayout/index.d.ts.map +1 -1
  15. package/lib/components/Layout/BasicLayout/index.js +274 -108
  16. package/lib/components/Layout/BasicLayout/index.js.map +1 -1
  17. package/lib/components/Layout/BasicLayout/utils.d.ts +4 -2
  18. package/lib/components/Layout/BasicLayout/utils.d.ts.map +1 -1
  19. package/lib/components/Layout/BasicLayout/utils.js +80 -109
  20. package/lib/components/Layout/BasicLayout/utils.js.map +1 -1
  21. package/lib/components/Layout/GlobalFooter/BottomMenuDropdown.d.ts +1 -8
  22. package/lib/components/Layout/GlobalFooter/BottomMenuDropdown.d.ts.map +1 -1
  23. package/lib/components/Layout/GlobalFooter/BottomMenuDropdown.js +28 -38
  24. package/lib/components/Layout/GlobalFooter/BottomMenuDropdown.js.map +1 -1
  25. package/lib/components/Layout/GlobalFooter/Copyright.d.ts +2 -1
  26. package/lib/components/Layout/GlobalFooter/Copyright.d.ts.map +1 -1
  27. package/lib/components/Layout/GlobalFooter/Footer.d.ts +2 -1
  28. package/lib/components/Layout/GlobalFooter/Footer.d.ts.map +1 -1
  29. package/lib/components/Layout/GlobalHeader/Header.d.ts +1 -15
  30. package/lib/components/Layout/GlobalHeader/Header.d.ts.map +1 -1
  31. package/lib/components/Layout/GlobalHeader/Header.js +107 -65
  32. package/lib/components/Layout/GlobalHeader/Header.js.map +1 -1
  33. package/lib/components/Layout/GlobalHeader/MainHeader.d.ts +4 -0
  34. package/lib/components/Layout/GlobalHeader/MainHeader.d.ts.map +1 -0
  35. package/lib/components/Layout/GlobalHeader/MainHeader.js +187 -0
  36. package/lib/components/Layout/GlobalHeader/MainHeader.js.map +1 -0
  37. package/lib/components/Layout/GlobalHeader/OrganizationDropdown.d.ts +1 -12
  38. package/lib/components/Layout/GlobalHeader/OrganizationDropdown.d.ts.map +1 -1
  39. package/lib/components/Layout/GlobalHeader/OrganizationDropdown.js +26 -30
  40. package/lib/components/Layout/GlobalHeader/OrganizationDropdown.js.map +1 -1
  41. package/lib/components/Layout/GlobalHeader/RightContent.d.ts +3 -16
  42. package/lib/components/Layout/GlobalHeader/RightContent.d.ts.map +1 -1
  43. package/lib/components/Layout/GlobalHeader/RightContent.js +86 -0
  44. package/lib/components/Layout/GlobalHeader/RightContent.js.map +1 -0
  45. package/lib/components/Layout/GlobalHeader/RightMenu.d.ts +4 -0
  46. package/lib/components/Layout/GlobalHeader/RightMenu.d.ts.map +1 -0
  47. package/lib/components/Layout/GlobalHeader/RightMenu.js +248 -0
  48. package/lib/components/Layout/GlobalHeader/RightMenu.js.map +1 -0
  49. package/lib/components/Layout/GlobalHeader/SearchBar.d.ts +9 -0
  50. package/lib/components/Layout/GlobalHeader/SearchBar.d.ts.map +1 -0
  51. package/lib/components/Layout/GlobalHeader/SearchBar.js +109 -0
  52. package/lib/components/Layout/GlobalHeader/SearchBar.js.map +1 -0
  53. package/lib/components/Layout/GlobalHeader/index.d.ts +3 -0
  54. package/lib/components/Layout/GlobalHeader/index.d.ts.map +1 -0
  55. package/lib/components/Layout/ProTailwindLayout.d.ts +3 -1
  56. package/lib/components/Layout/ProTailwindLayout.d.ts.map +1 -1
  57. package/lib/components/Layout/ProTailwindLayout.js +77 -12
  58. package/lib/components/Layout/ProTailwindLayout.js.map +1 -1
  59. package/lib/components/Layout/Sidebar/BottomMenu.d.ts +4 -0
  60. package/lib/components/Layout/Sidebar/BottomMenu.d.ts.map +1 -0
  61. package/lib/components/Layout/Sidebar/BottomMenu.js +294 -0
  62. package/lib/components/Layout/Sidebar/BottomMenu.js.map +1 -0
  63. package/lib/components/Layout/Sidebar/Divider.d.ts +2 -31
  64. package/lib/components/Layout/Sidebar/Divider.d.ts.map +1 -1
  65. package/lib/components/Layout/Sidebar/Divider.js +26 -28
  66. package/lib/components/Layout/Sidebar/Divider.js.map +1 -1
  67. package/lib/components/Layout/Sidebar/DynamicIcon.d.ts +5 -0
  68. package/lib/components/Layout/Sidebar/DynamicIcon.d.ts.map +1 -0
  69. package/lib/components/Layout/Sidebar/DynamicIcon.js +50 -0
  70. package/lib/components/Layout/Sidebar/DynamicIcon.js.map +1 -0
  71. package/lib/components/Layout/Sidebar/MainSidebar.d.ts +5 -0
  72. package/lib/components/Layout/Sidebar/MainSidebar.d.ts.map +1 -0
  73. package/lib/components/Layout/Sidebar/MainSidebar.js +224 -0
  74. package/lib/components/Layout/Sidebar/MainSidebar.js.map +1 -0
  75. package/lib/components/Layout/Sidebar/MainSidebarMenu.d.ts +6 -0
  76. package/lib/components/Layout/Sidebar/MainSidebarMenu.d.ts.map +1 -0
  77. package/lib/components/Layout/Sidebar/MainSidebarMenu.js +451 -0
  78. package/lib/components/Layout/Sidebar/MainSidebarMenu.js.map +1 -0
  79. package/lib/components/Layout/Sidebar/PerplexSidebar.d.ts +4 -0
  80. package/lib/components/Layout/Sidebar/PerplexSidebar.d.ts.map +1 -0
  81. package/lib/components/Layout/Sidebar/PerplexSidebar.js +254 -0
  82. package/lib/components/Layout/Sidebar/PerplexSidebar.js.map +1 -0
  83. package/lib/components/Layout/Sidebar/PerplexSidebarMenu.d.ts +4 -0
  84. package/lib/components/Layout/Sidebar/PerplexSidebarMenu.d.ts.map +1 -0
  85. package/lib/components/Layout/Sidebar/PerplexSidebarMenu.js +318 -0
  86. package/lib/components/Layout/Sidebar/PerplexSidebarMenu.js.map +1 -0
  87. package/lib/components/Layout/TailwindLayout.d.ts.map +1 -1
  88. package/lib/components/Layout/TailwindLayout.js +46 -13
  89. package/lib/components/Layout/TailwindLayout.js.map +1 -1
  90. package/lib/components/Layout/getPageTitle.d.ts +1 -16
  91. package/lib/components/Layout/getPageTitle.d.ts.map +1 -1
  92. package/lib/components/Layout/getPageTitle.js +1 -1
  93. package/lib/components/Layout/getPageTitle.js.map +1 -1
  94. package/lib/components/Layout/slot-fill/AdditionalSettings.d.ts +5 -0
  95. package/lib/components/Layout/slot-fill/AdditionalSettings.d.ts.map +1 -0
  96. package/lib/components/Layout/slot-fill/AdditionalSettings.js +7 -0
  97. package/lib/components/Layout/slot-fill/AdditionalSettings.js.map +1 -0
  98. package/lib/components/Layout/slot-fill/Footer.d.ts +4 -3
  99. package/lib/components/Layout/slot-fill/Footer.d.ts.map +1 -1
  100. package/lib/components/Layout/slot-fill/Footer.js +6 -6
  101. package/lib/components/Layout/slot-fill/Footer.js.map +1 -1
  102. package/lib/components/Layout/slot-fill/HeaderNotice.d.ts +3 -2
  103. package/lib/components/Layout/slot-fill/HeaderNotice.d.ts.map +1 -1
  104. package/lib/components/Layout/slot-fill/HeaderNotice.js +7 -0
  105. package/lib/components/Layout/slot-fill/HeaderNotice.js.map +1 -0
  106. package/lib/components/Layout/slot-fill/HeaderSearchBar.d.ts +4 -0
  107. package/lib/components/Layout/slot-fill/HeaderSearchBar.d.ts.map +1 -0
  108. package/lib/components/Layout/slot-fill/HeaderSearchBar.js +6 -0
  109. package/lib/components/Layout/slot-fill/HeaderSearchBar.js.map +1 -0
  110. package/lib/components/Layout/slot-fill/HeaderSearchButton.d.ts +4 -0
  111. package/lib/components/Layout/slot-fill/HeaderSearchButton.d.ts.map +1 -0
  112. package/lib/components/Layout/slot-fill/HeaderSearchButton.js +6 -0
  113. package/lib/components/Layout/slot-fill/HeaderSearchButton.js.map +1 -0
  114. package/lib/components/Layout/slot-fill/Logo.d.ts +5 -0
  115. package/lib/components/Layout/slot-fill/Logo.d.ts.map +1 -0
  116. package/lib/components/Layout/slot-fill/Logo.js +7 -0
  117. package/lib/components/Layout/slot-fill/Logo.js.map +1 -0
  118. package/lib/components/Layout/slot-fill/RightContent.d.ts +4 -0
  119. package/lib/components/Layout/slot-fill/RightContent.d.ts.map +1 -0
  120. package/lib/components/Layout/slot-fill/RightContent.js +6 -0
  121. package/lib/components/Layout/slot-fill/RightContent.js.map +1 -0
  122. package/lib/components/Layout/slot-fill/SideMenuLogo.d.ts +5 -0
  123. package/lib/components/Layout/slot-fill/SideMenuLogo.d.ts.map +1 -0
  124. package/lib/components/Layout/slot-fill/SideMenuLogo.js +7 -0
  125. package/lib/components/Layout/slot-fill/SideMenuLogo.js.map +1 -0
  126. package/lib/components/Layout/slot-fill/index.d.ts +6 -0
  127. package/lib/components/Layout/slot-fill/index.d.ts.map +1 -1
  128. package/lib/components/Layout/util.d.ts.map +1 -1
  129. package/lib/components/Layout/util.js +12 -0
  130. package/lib/components/Layout/util.js.map +1 -0
  131. package/lib/components/SettingDrawer/SettingDrawer.d.ts +2 -25
  132. package/lib/components/SettingDrawer/SettingDrawer.d.ts.map +1 -1
  133. package/lib/components/SettingDrawer/SettingDrawer.js +203 -382
  134. package/lib/components/SettingDrawer/SettingDrawer.js.map +1 -1
  135. package/lib/components/SettingDrawer/components/ApplyToAllRoutesToggle.d.ts +8 -0
  136. package/lib/components/SettingDrawer/components/ApplyToAllRoutesToggle.d.ts.map +1 -0
  137. package/lib/components/SettingDrawer/components/ApplyToAllRoutesToggle.js +21 -0
  138. package/lib/components/SettingDrawer/components/ApplyToAllRoutesToggle.js.map +1 -0
  139. package/lib/components/SettingDrawer/components/CheckBoxTheme.d.ts +4 -0
  140. package/lib/components/SettingDrawer/components/CheckBoxTheme.d.ts.map +1 -0
  141. package/lib/components/SettingDrawer/components/CheckBoxTheme.js +119 -0
  142. package/lib/components/SettingDrawer/components/CheckBoxTheme.js.map +1 -0
  143. package/lib/components/SettingDrawer/components/DeviceTabs.d.ts +8 -0
  144. package/lib/components/SettingDrawer/components/DeviceTabs.d.ts.map +1 -0
  145. package/lib/components/SettingDrawer/components/DeviceTabs.js +74 -0
  146. package/lib/components/SettingDrawer/components/DeviceTabs.js.map +1 -0
  147. package/lib/components/SettingDrawer/components/InvitationSettings.d.ts +4 -0
  148. package/lib/components/SettingDrawer/components/InvitationSettings.d.ts.map +1 -0
  149. package/lib/components/SettingDrawer/components/InvitationSettings.js +72 -0
  150. package/lib/components/SettingDrawer/components/InvitationSettings.js.map +1 -0
  151. package/lib/components/SettingDrawer/components/LayoutChange.d.ts +4 -0
  152. package/lib/components/SettingDrawer/components/LayoutChange.d.ts.map +1 -0
  153. package/lib/components/SettingDrawer/components/LayoutChange.js +111 -0
  154. package/lib/components/SettingDrawer/components/LayoutChange.js.map +1 -0
  155. package/lib/components/SettingDrawer/components/MenuVisibilitySettings.d.ts +21 -0
  156. package/lib/components/SettingDrawer/components/MenuVisibilitySettings.d.ts.map +1 -0
  157. package/lib/components/SettingDrawer/components/MenuVisibilitySettings.js +106 -0
  158. package/lib/components/SettingDrawer/components/MenuVisibilitySettings.js.map +1 -0
  159. package/lib/components/SettingDrawer/components/NavigationsModes.d.ts +4 -0
  160. package/lib/components/SettingDrawer/components/NavigationsModes.d.ts.map +1 -0
  161. package/lib/components/SettingDrawer/components/NavigationsModes.js +322 -0
  162. package/lib/components/SettingDrawer/components/NavigationsModes.js.map +1 -0
  163. package/lib/components/SettingDrawer/components/RegionalSettings.d.ts +4 -0
  164. package/lib/components/SettingDrawer/components/RegionalSettings.d.ts.map +1 -0
  165. package/lib/components/SettingDrawer/components/RegionalSettings.js +519 -0
  166. package/lib/components/SettingDrawer/components/RegionalSettings.js.map +1 -0
  167. package/lib/components/SettingDrawer/components/SettingsActions.d.ts +13 -0
  168. package/lib/components/SettingDrawer/components/SettingsActions.d.ts.map +1 -0
  169. package/lib/components/SettingDrawer/components/SettingsActions.js +42 -0
  170. package/lib/components/SettingDrawer/components/SettingsActions.js.map +1 -0
  171. package/lib/components/SettingDrawer/components/SettingsDrawerHeader.d.ts +5 -0
  172. package/lib/components/SettingDrawer/components/SettingsDrawerHeader.d.ts.map +1 -0
  173. package/lib/components/SettingDrawer/components/SettingsDrawerHeader.js +22 -0
  174. package/lib/components/SettingDrawer/components/SettingsDrawerHeader.js.map +1 -0
  175. package/lib/components/SettingDrawer/components/Switch.d.ts +4 -0
  176. package/lib/components/SettingDrawer/components/Switch.d.ts.map +1 -0
  177. package/lib/components/SettingDrawer/components/Switch.js +20 -0
  178. package/lib/components/SettingDrawer/components/Switch.js.map +1 -0
  179. package/lib/components/SettingDrawer/components/ThemeColor.d.ts +4 -0
  180. package/lib/components/SettingDrawer/components/ThemeColor.d.ts.map +1 -0
  181. package/lib/components/SettingDrawer/components/ThemeColor.js +45 -0
  182. package/lib/components/SettingDrawer/components/ThemeColor.js.map +1 -0
  183. package/lib/components/SettingDrawer/components/ThemeSelector.d.ts +4 -0
  184. package/lib/components/SettingDrawer/components/ThemeSelector.d.ts.map +1 -0
  185. package/lib/components/SettingDrawer/components/ThemeSelector.js +16 -0
  186. package/lib/components/SettingDrawer/components/ThemeSelector.js.map +1 -0
  187. package/lib/components/SettingDrawer/components/WebFontsSelector.d.ts +4 -0
  188. package/lib/components/SettingDrawer/components/WebFontsSelector.d.ts.map +1 -0
  189. package/lib/components/SettingDrawer/components/WebFontsSelector.js +22 -0
  190. package/lib/components/SettingDrawer/components/WebFontsSelector.js.map +1 -0
  191. package/lib/components/SettingDrawer/hooks/useSettingsOperations.d.ts +18 -0
  192. package/lib/components/SettingDrawer/hooks/useSettingsOperations.d.ts.map +1 -0
  193. package/lib/components/SettingDrawer/hooks/useSettingsOperations.js +115 -0
  194. package/lib/components/SettingDrawer/hooks/useSettingsOperations.js.map +1 -0
  195. package/lib/components/SettingDrawer/utils/constants.d.ts +11 -0
  196. package/lib/components/SettingDrawer/utils/constants.d.ts.map +1 -0
  197. package/lib/components/SettingDrawer/utils/constants.js +77 -0
  198. package/lib/components/SettingDrawer/utils/constants.js.map +1 -0
  199. package/lib/components/SettingDrawer/utils/helper.d.ts +37 -0
  200. package/lib/components/SettingDrawer/utils/helper.d.ts.map +1 -0
  201. package/lib/components/SettingDrawer/utils/helper.js +154 -0
  202. package/lib/components/SettingDrawer/utils/helper.js.map +1 -0
  203. package/lib/components/SettingDrawer/utils/transformers.d.ts +15 -0
  204. package/lib/components/SettingDrawer/utils/transformers.d.ts.map +1 -0
  205. package/lib/components/SettingDrawer/utils/transformers.js +73 -0
  206. package/lib/components/SettingDrawer/utils/transformers.js.map +1 -0
  207. package/lib/components/SettingDrawer/utils/types.d.ts +105 -0
  208. package/lib/components/SettingDrawer/utils/types.d.ts.map +1 -0
  209. package/lib/components/UpdateSettingsResource/UpdateSettingsResource.server.d.ts +16 -1
  210. package/lib/components/UpdateSettingsResource/UpdateSettingsResource.server.d.ts.map +1 -1
  211. package/lib/components/UpdateSettingsResource/UpdateSettingsResource.server.js +97 -4
  212. package/lib/components/UpdateSettingsResource/UpdateSettingsResource.server.js.map +1 -1
  213. package/lib/components/index.d.ts +2 -0
  214. package/lib/components/index.d.ts.map +1 -0
  215. package/lib/components/index.js +1 -0
  216. package/lib/components/index.js.map +1 -0
  217. package/lib/components/typings.d.ts +154 -50
  218. package/lib/components/typings.d.ts.map +1 -1
  219. package/lib/compute.d.ts.map +1 -1
  220. package/lib/compute.js +16 -6
  221. package/lib/compute.js.map +1 -1
  222. package/lib/config/analytics-config.d.ts +59 -0
  223. package/lib/config/analytics-config.d.ts.map +1 -0
  224. package/lib/config/constants.d.ts +8 -0
  225. package/lib/config/constants.d.ts.map +1 -0
  226. package/lib/config/constants.js +32 -0
  227. package/lib/config/constants.js.map +1 -0
  228. package/lib/config/env-config.d.ts +21 -0
  229. package/lib/config/env-config.d.ts.map +1 -1
  230. package/lib/config/env-config.js +86 -1
  231. package/lib/config/env-config.js.map +1 -1
  232. package/lib/config/index.d.ts +3 -0
  233. package/lib/config/index.d.ts.map +1 -0
  234. package/lib/helpers/DynamicIcon.d.ts +8 -5
  235. package/lib/helpers/DynamicIcon.d.ts.map +1 -1
  236. package/lib/helpers/DynamicIcon.js +50 -0
  237. package/lib/helpers/DynamicIcon.js.map +1 -0
  238. package/lib/hooks/index.d.ts +3 -0
  239. package/lib/hooks/index.d.ts.map +1 -0
  240. package/lib/hooks/useMediaQuery.d.ts +14 -0
  241. package/lib/hooks/useMediaQuery.d.ts.map +1 -0
  242. package/lib/hooks/useMediaQuery.js +48 -0
  243. package/lib/hooks/useMediaQuery.js.map +1 -0
  244. package/lib/hooks/useScrollThreshold.d.ts +12 -0
  245. package/lib/hooks/useScrollThreshold.d.ts.map +1 -0
  246. package/lib/hooks/useScrollThreshold.js +60 -0
  247. package/lib/hooks/useScrollThreshold.js.map +1 -0
  248. package/lib/hooks/useTailwindTheme.d.ts +34 -0
  249. package/lib/hooks/useTailwindTheme.d.ts.map +1 -0
  250. package/lib/hooks/useTailwindTheme.js +82 -0
  251. package/lib/hooks/useTailwindTheme.js.map +1 -0
  252. package/lib/icons.d.ts +18 -0
  253. package/lib/icons.d.ts.map +1 -0
  254. package/lib/icons.js +14 -0
  255. package/lib/icons.js.map +1 -0
  256. package/lib/index.d.ts +3 -3
  257. package/lib/index.d.ts.map +1 -1
  258. package/lib/index.js +1 -1
  259. package/lib/index.js.map +1 -1
  260. package/lib/machines/selectors.d.ts +118 -0
  261. package/lib/machines/selectors.d.ts.map +1 -0
  262. package/lib/machines/settingsMachine.d.ts +29 -0
  263. package/lib/machines/settingsMachine.d.ts.map +1 -0
  264. package/lib/machines/settingsMachine.js +171 -0
  265. package/lib/machines/settingsMachine.js.map +1 -0
  266. package/lib/machines/types.d.ts +272 -0
  267. package/lib/machines/types.d.ts.map +1 -0
  268. package/lib/machines/types.js +5 -0
  269. package/lib/machines/types.js.map +1 -0
  270. package/lib/module.d.ts +0 -1
  271. package/lib/module.d.ts.map +1 -1
  272. package/lib/module.js +14 -15
  273. package/lib/module.js.map +1 -1
  274. package/lib/redux/index.d.ts +2 -0
  275. package/lib/redux/index.d.ts.map +1 -0
  276. package/lib/redux/searchReducer.d.ts +42 -0
  277. package/lib/redux/searchReducer.d.ts.map +1 -0
  278. package/lib/redux/searchReducer.js +64 -0
  279. package/lib/redux/searchReducer.js.map +1 -0
  280. package/lib/routes.json +10 -1
  281. package/lib/styles/index.css +667 -45
  282. package/lib/tailwindConfig.d.ts +100 -0
  283. package/lib/tailwindConfig.d.ts.map +1 -0
  284. package/lib/tailwindConfig.js +101 -0
  285. package/lib/tailwindConfig.js.map +1 -0
  286. package/lib/utils/__tests__/analytics-utils.test.d.ts +2 -0
  287. package/lib/utils/__tests__/analytics-utils.test.d.ts.map +1 -0
  288. package/lib/utils/__tests__/configOverrides.test.d.ts +2 -0
  289. package/lib/utils/__tests__/configOverrides.test.d.ts.map +1 -0
  290. package/lib/utils/__tests__/menu.test.d.ts +2 -0
  291. package/lib/utils/__tests__/menu.test.d.ts.map +1 -0
  292. package/lib/utils/__tests__/selectors.test.d.ts +2 -0
  293. package/lib/utils/__tests__/selectors.test.d.ts.map +1 -0
  294. package/lib/utils/__tests__/settingsMachine.test.d.ts +2 -0
  295. package/lib/utils/__tests__/settingsMachine.test.d.ts.map +1 -0
  296. package/lib/utils/__tests__/settingsUtils.test.d.ts +2 -0
  297. package/lib/utils/__tests__/settingsUtils.test.d.ts.map +1 -0
  298. package/lib/utils/analytics-utils.d.ts +43 -0
  299. package/lib/utils/analytics-utils.d.ts.map +1 -0
  300. package/lib/utils/analytics.d.ts +48 -0
  301. package/lib/utils/analytics.d.ts.map +1 -0
  302. package/lib/utils/configOverrides.d.ts +213 -0
  303. package/lib/utils/configOverrides.d.ts.map +1 -0
  304. package/lib/utils/configOverrides.js +91 -0
  305. package/lib/utils/configOverrides.js.map +1 -0
  306. package/lib/utils/formateCarData.d.ts +2 -0
  307. package/lib/utils/formateCarData.d.ts.map +1 -0
  308. package/lib/utils/isBrowser/index.js.map +1 -1
  309. package/lib/utils/menu.d.ts.map +1 -1
  310. package/lib/utils/settingsUtils.d.ts +20 -0
  311. package/lib/utils/settingsUtils.d.ts.map +1 -0
  312. package/lib/utils/settingsUtils.js +74 -0
  313. package/lib/utils/settingsUtils.js.map +1 -0
  314. package/lib/utils/test-utils.d.ts.map +1 -1
  315. package/lib/utils/utils/index.d.ts.map +1 -1
  316. package/lib/utils/utils/index.js.map +1 -1
  317. package/package.json +7 -15
  318. package/lib/components/Layout/GlobalFooter/Copyright.js +0 -8
  319. package/lib/components/Layout/GlobalFooter/Copyright.js.map +0 -1
  320. package/lib/components/Layout/GlobalFooter/Footer.js +0 -22
  321. package/lib/components/Layout/GlobalFooter/Footer.js.map +0 -1
  322. package/lib/components/Layout/Sidebar/Sidebar.d.ts +0 -15
  323. package/lib/components/Layout/Sidebar/Sidebar.d.ts.map +0 -1
  324. package/lib/components/Layout/Sidebar/Sidebar.js +0 -141
  325. package/lib/components/Layout/Sidebar/Sidebar.js.map +0 -1
  326. package/lib/components/Layout/Sidebar/SidebarMenu.d.ts +0 -6
  327. package/lib/components/Layout/Sidebar/SidebarMenu.d.ts.map +0 -1
  328. package/lib/components/Layout/Sidebar/SidebarMenu.js +0 -89
  329. package/lib/components/Layout/Sidebar/SidebarMenu.js.map +0 -1
  330. package/lib/components/SettingDrawer/CheckBoxTheme.d.ts +0 -8
  331. package/lib/components/SettingDrawer/CheckBoxTheme.d.ts.map +0 -1
  332. package/lib/components/SettingDrawer/CheckBoxTheme.js +0 -48
  333. package/lib/components/SettingDrawer/CheckBoxTheme.js.map +0 -1
  334. package/lib/components/SettingDrawer/LayoutChange.d.ts +0 -7
  335. package/lib/components/SettingDrawer/LayoutChange.d.ts.map +0 -1
  336. package/lib/components/SettingDrawer/LayoutChange.js +0 -69
  337. package/lib/components/SettingDrawer/LayoutChange.js.map +0 -1
  338. package/lib/components/SettingDrawer/RegionalSettings.d.ts +0 -8
  339. package/lib/components/SettingDrawer/RegionalSettings.d.ts.map +0 -1
  340. package/lib/components/SettingDrawer/RegionalSettings.js +0 -95
  341. package/lib/components/SettingDrawer/RegionalSettings.js.map +0 -1
  342. package/lib/components/SettingDrawer/Switch/index.d.ts +0 -9
  343. package/lib/components/SettingDrawer/Switch/index.d.ts.map +0 -1
  344. package/lib/components/SettingDrawer/Switch/index.js +0 -39
  345. package/lib/components/SettingDrawer/Switch/index.js.map +0 -1
  346. package/lib/components/SettingDrawer/ThemeColor.d.ts +0 -8
  347. package/lib/components/SettingDrawer/ThemeColor.d.ts.map +0 -1
  348. package/lib/components/SettingDrawer/ThemeColor.js +0 -32
  349. package/lib/components/SettingDrawer/ThemeColor.js.map +0 -1
  350. package/lib/components/defaultSettings.d.ts +0 -4
  351. package/lib/components/defaultSettings.d.ts.map +0 -1
  352. package/lib/components/defaultSettings.js +0 -14
  353. package/lib/components/defaultSettings.js.map +0 -1
  354. package/lib/utils/index.d.ts +0 -2
  355. package/lib/utils/index.d.ts.map +0 -1
  356. package/lib/utils/index.js +0 -13
  357. package/lib/utils/index.js.map +0 -1
@@ -0,0 +1,451 @@
1
+ import {generateMenuPath}from'@admin-layout/client';import {useLocation,useNavigate}from'@remix-run/react';import React__default,{useState,useEffect,useCallback}from'react';import {icons}from'../../../icons.js';// Constants moved outside component
2
+ const SIDEBAR_WIDTHS = {
3
+ COLLAPSED: 64,
4
+ EXPANDED: 256
5
+ };
6
+ const POPUP_CONFIG = {
7
+ MIN_WIDTH: 220};
8
+ // Pure function moved outside component
9
+ const getFirstLetter = name => name.charAt(0).toUpperCase();
10
+ // Utility for determining active menu item
11
+ const isMenuItemActive = (itemPath, currentPath, routeParams) => {
12
+ const menuPath = generateMenuPath(itemPath, routeParams);
13
+ // Exact match
14
+ if (currentPath === menuPath) {
15
+ return true;
16
+ }
17
+ // Check if current path is a child of the menu item path
18
+ if (menuPath && currentPath.startsWith(menuPath + '/')) {
19
+ return true;
20
+ }
21
+ return false;
22
+ };
23
+ // CSS keyframes definition moved outside component
24
+ const POPUP_ANIMATION_CSS = `
25
+ @keyframes fadeIn {
26
+ from { opacity: 0; transform: translateX(-10px); }
27
+ to { opacity: 1; transform: translateX(0); }
28
+ }
29
+ `;
30
+ const getTextColor = (active, navTheme) => {
31
+ if (active) return 'text-primary';
32
+ if (navTheme === 'realDark') return 'text-white';
33
+ return 'text-foreground';
34
+ };
35
+ const getIconColor = (active, navTheme) => {
36
+ if (active) return 'text-primary';
37
+ if (navTheme === 'realDark') return 'text-white';
38
+ return 'text-muted-foreground';
39
+ };
40
+ // Custom comparison function for React.memo
41
+ const areMenuItemPropsEqual = (prevProps, nextProps) => {
42
+ // 1. Item identity
43
+ if (prevProps.item !== nextProps.item) return false;
44
+ // 2. Simple props
45
+ if (prevProps.depth !== nextProps.depth || prevProps.isHoverMenu !== nextProps.isHoverMenu || prevProps.collapsed !== nextProps.collapsed || prevProps.navTheme !== nextProps.navTheme || prevProps.onNavigate !== nextProps.onNavigate) return false;
46
+ // 3. Route Params (Shallow compare)
47
+ const prevKeys = Object.keys(prevProps.routeParams);
48
+ const nextKeys = Object.keys(nextProps.routeParams);
49
+ if (prevKeys.length !== nextKeys.length) return false;
50
+ for (const key of prevKeys) {
51
+ if (prevProps.routeParams[key] !== nextProps.routeParams[key]) return false;
52
+ }
53
+ // 4. Active State
54
+ const prevIsActive = isMenuItemActive(prevProps.item.path, prevProps.locationPathname, prevProps.routeParams);
55
+ const nextIsActive = isMenuItemActive(nextProps.item.path, nextProps.locationPathname, nextProps.routeParams);
56
+ if (prevIsActive !== nextIsActive) return false;
57
+ // 5. Hover State
58
+ const prevIsHovered = prevProps.hoveredMenu === prevProps.item.path;
59
+ const nextIsHovered = nextProps.hoveredMenu === nextProps.item.path;
60
+ if (prevIsHovered !== nextIsHovered) return false;
61
+ // 6. Popup Position
62
+ if (prevProps.popupPosition.top !== nextProps.popupPosition.top || prevProps.popupPosition.height !== nextProps.popupPosition.height) return false;
63
+ // 7. Open State & OpenMenus propagation
64
+ const prevIsOpen = prevProps.openMenus.includes(prevProps.item.path);
65
+ const nextIsOpen = nextProps.openMenus.includes(nextProps.item.path);
66
+ if (prevIsOpen !== nextIsOpen) return false;
67
+ const hasChildren = prevProps.item.children && prevProps.item.children.length > 0;
68
+ if (hasChildren) {
69
+ // If we have children, we might need to re-render to pass down updated openMenus
70
+ // Case A: We are expanded (not collapsed) and Open. Children are visible.
71
+ if (!prevProps.collapsed && prevIsOpen) {
72
+ // If openMenus changed, we must re-render to update children.
73
+ if (prevProps.openMenus !== nextProps.openMenus) return false;
74
+ }
75
+ // Case B: We are collapsed and Hovered. Popup is visible.
76
+ if (prevProps.collapsed && prevIsHovered) {
77
+ if (prevProps.openMenus !== nextProps.openMenus) return false;
78
+ }
79
+ }
80
+ return true;
81
+ };
82
+ const MenuItem = React__default.memo(({
83
+ item,
84
+ depth,
85
+ isHoverMenu,
86
+ openMenus,
87
+ hoveredMenu,
88
+ collapsed,
89
+ navTheme,
90
+ locationPathname,
91
+ routeParams,
92
+ popupPosition,
93
+ onToggleMenu,
94
+ onMenuHover,
95
+ onMenuLeave,
96
+ onNavigate,
97
+ ChevronUpIcon,
98
+ ChevronDownIcon
99
+ }) => {
100
+ // Only log when actually rendering (not on every navigation)
101
+ const hasChildren = item.children && item.children.length > 0;
102
+ const isOpen = openMenus.includes(item.path);
103
+ const isActive = isMenuItemActive(item.path, locationPathname, routeParams);
104
+ const isHovered = hoveredMenu === item.path;
105
+ const menuItemPaddingLeft = `${depth * 1}rem`;
106
+ const subMenuItemPaddingLeft = `${depth * 2}rem`;
107
+ // Determine styling based on whether it's a parent or child item
108
+ const isParentWithChildren = hasChildren && depth === 0;
109
+ const shouldApplyBackground = isActive && !isParentWithChildren || isHovered;
110
+ const handleMenuClick = useCallback(e => {
111
+ // Prevent event from bubbling to parent menu items
112
+ e.stopPropagation();
113
+ if (collapsed && hasChildren && !isHoverMenu) {
114
+ // Let the hover menu handle this case - don't do anything here
115
+ // as this will be handled by the popup menu
116
+ return;
117
+ }
118
+ if (hasChildren) {
119
+ // Handle menu toggle for items with children
120
+ e.preventDefault();
121
+ onToggleMenu(item.path, depth, e);
122
+ } else {
123
+ // For items without children, navigate to their path
124
+ const targetPath = generateMenuPath(item.path, routeParams);
125
+ onNavigate(targetPath);
126
+ }
127
+ }, [hasChildren, item.path, depth, onToggleMenu, routeParams, collapsed, isHoverMenu]);
128
+ // Enhanced renderPopupMenu to handle nested items in collapsed mode
129
+ const renderPopupMenu = useCallback(() => {
130
+ if (!item.children || item.children.length === 0) return null;
131
+ // Create a helper function to directly toggle menu items in collapsed state
132
+ const toggleCollapsedMenu = (menuPath, menuItem) => {
133
+ // Direct implementation without relying on parent's onToggleMenu
134
+ openMenus.includes(menuPath);
135
+ // Access parent component's state setter directly from MainSidebarMenu
136
+ onToggleMenu(menuPath, 0, {
137
+ preventDefault: () => {},
138
+ stopPropagation: () => {}
139
+ });
140
+ };
141
+ // Create a recursive function to render menu items and their children
142
+ const renderNestedItems = (items, currentDepth) => {
143
+ return items.map(childItem => {
144
+ const isChildOpen = openMenus.includes(childItem.path);
145
+ const isChildActive = isMenuItemActive(childItem.path, locationPathname, routeParams);
146
+ const hasGrandchildren = childItem.children && childItem.children.length > 0;
147
+ return React__default.createElement("div", {
148
+ key: childItem.path,
149
+ className: "popup-menu-item"
150
+ }, React__default.createElement("div", {
151
+ className: `flex items-center justify-between w-full px-4 py-2.5 hover:bg-accent/20 text-sm cursor-pointer rounded-sm ${isChildActive ? 'bg-accent/10 text-primary font-medium' : 'text-foreground'} ${hasGrandchildren ? 'font-medium' : ''}`,
152
+ onClick: e => {
153
+ e.stopPropagation();
154
+ if (hasGrandchildren) {
155
+ // Handle menu toggle in collapsed mode using our helper
156
+ e.preventDefault();
157
+ toggleCollapsedMenu(childItem.path);
158
+ } else {
159
+ // For leaf nodes, navigate to the path
160
+ const targetPath = generateMenuPath(childItem.path, routeParams);
161
+ onNavigate(targetPath);
162
+ }
163
+ }
164
+ }, React__default.createElement("span", {
165
+ className: "text-sm font-medium"
166
+ }, childItem.name), hasGrandchildren && React__default.createElement("span", {
167
+ className: "text-muted-foreground ml-2"
168
+ }, isChildOpen ? React__default.createElement(ChevronUpIcon, {
169
+ className: "h-4 w-4"
170
+ }) : React__default.createElement(ChevronDownIcon, {
171
+ className: "h-4 w-4"
172
+ }))), hasGrandchildren && React__default.createElement("div", {
173
+ className: `pl-3 border-l border-border/60 ml-3 mt-1 mb-1 ${isChildOpen ? 'block' : 'hidden'} transition-all duration-200 ease-in-out`,
174
+ style: {
175
+ maxHeight: isChildOpen ? '500px' : '0px',
176
+ opacity: isChildOpen ? 1 : 0,
177
+ overflow: 'hidden'
178
+ }
179
+ }, renderNestedItems(childItem.children)));
180
+ });
181
+ };
182
+ return React__default.createElement("div", {
183
+ className: "fixed shadow-themed-xl rounded-themed-lg border border-border z-[999] themed-dropdown bg-card",
184
+ onClick: e => e.stopPropagation(),
185
+ style: {
186
+ left: `${SIDEBAR_WIDTHS[collapsed ? 'COLLAPSED' : 'EXPANDED']}px`,
187
+ top: `${Math.max(popupPosition.top - 20, 10)}px`,
188
+ // Adjust top position to be higher
189
+ animation: 'fadeIn 0.2s ease-out forwards',
190
+ maxWidth: 'calc(100vw - 120px)',
191
+ width: 'max-content',
192
+ minWidth: POPUP_CONFIG.MIN_WIDTH,
193
+ maxHeight: 'calc(90vh - 20px)',
194
+ // Allow for more height
195
+ overflowY: 'auto',
196
+ // Allow scrolling for tall menus
197
+ display: 'flex',
198
+ flexDirection: 'column'
199
+ }
200
+ }, React__default.createElement("style", {
201
+ dangerouslySetInnerHTML: {
202
+ __html: POPUP_ANIMATION_CSS
203
+ }
204
+ }), React__default.createElement("div", {
205
+ className: "font-medium text-sm px-4 py-3 border-b border-border whitespace-nowrap bg-muted"
206
+ }, React__default.createElement("span", {
207
+ className: "text-primary"
208
+ }, item.name)), React__default.createElement("div", {
209
+ className: "flex-grow overflow-auto py-2"
210
+ }, renderNestedItems(item.children)));
211
+ }, [item, depth, collapsed, popupPosition.top, openMenus, navTheme, locationPathname, routeParams, onToggleMenu, onNavigate, ChevronUpIcon, ChevronDownIcon]);
212
+ return React__default.createElement("div", {
213
+ className: `w-full relative group ${isHovered && collapsed && !isHoverMenu ? 'rounded-themed' : ''} ${isHovered && !isHoverMenu ? 'bg-muted' : ''}`,
214
+ onMouseEnter: e => onMenuHover(e, item, isHoverMenu),
215
+ onMouseLeave: () => onMenuLeave(item, isHoverMenu)
216
+ }, React__default.createElement("div", {
217
+ className: `flex items-center justify-between w-full px-1 py-2 hover:bg-muted text-sm cursor-pointer transition-colors rounded-themed mx-1 my-0.5 whitespace-nowrap overflow-hidden text-ellipsis ${shouldApplyBackground ? 'bg-muted' : ''}`,
218
+ style: {
219
+ paddingLeft: `calc(1rem + ${depth > 0 ? subMenuItemPaddingLeft : menuItemPaddingLeft})`
220
+ },
221
+ onClick: handleMenuClick
222
+ }, React__default.createElement("div", {
223
+ className: `flex items-center ${collapsed && !isHoverMenu ? 'justify-center w-full' : 'gap-3'}`
224
+ }, item.icon ? React__default.createElement("span", {
225
+ className: `flex-shrink-0 ${getIconColor(isActive, navTheme)}`
226
+ }, item.icon) : collapsed && !isHoverMenu ? React__default.createElement("span", {
227
+ className: `flex items-center justify-center flex-shrink-0 ${getIconColor(isActive, navTheme)}`
228
+ }, getFirstLetter(item.name)) : null, (!collapsed || isHoverMenu) && React__default.createElement("span", {
229
+ className: `font-medium whitespace-nowrap overflow-hidden text-ellipsis ${getTextColor(isActive, navTheme)} ${depth > 0 ? `text-xs` : ''}`
230
+ }, item.name)), hasChildren && (!collapsed || isHoverMenu) && React__default.createElement("span", {
231
+ className: `flex-shrink-0 ml-1 ${getIconColor(isActive, navTheme)}`
232
+ }, isOpen ? React__default.createElement(ChevronUpIcon, {
233
+ className: "h-4 w-4"
234
+ }) : React__default.createElement(ChevronDownIcon, {
235
+ className: "h-4 w-4"
236
+ }))), collapsed && hasChildren && isHovered && !isHoverMenu && item.children.length > 0 && renderPopupMenu(), hasChildren && isOpen && !collapsed && React__default.createElement("div", {
237
+ className: "transition-all duration-200 ease-in-out"
238
+ }, item.children.map(child => React__default.createElement(MenuItem, {
239
+ key: child.path,
240
+ item: child,
241
+ depth: depth + 1,
242
+ isHoverMenu: false,
243
+ openMenus: openMenus,
244
+ hoveredMenu: hoveredMenu,
245
+ collapsed: collapsed,
246
+ navTheme: navTheme,
247
+ locationPathname: locationPathname,
248
+ routeParams: routeParams,
249
+ popupPosition: popupPosition,
250
+ onToggleMenu: onToggleMenu,
251
+ onMenuHover: onMenuHover,
252
+ onMenuLeave: onMenuLeave,
253
+ onNavigate: onNavigate,
254
+ ChevronUpIcon: ChevronUpIcon,
255
+ ChevronDownIcon: ChevronDownIcon
256
+ }))));
257
+ }, areMenuItemPropsEqual);
258
+ MenuItem.displayName = 'MenuItem';
259
+ // Helper func
260
+ const findParentPaths = (menuData, currentPath, routeParams, result = [], parentStack = []) => {
261
+ for (const item of menuData) {
262
+ // Check if this item is active
263
+ const isActive = isMenuItemActive(item.path, currentPath, routeParams);
264
+ const currentParentStack = [...parentStack, item.path];
265
+ if (isActive) {
266
+ // If this item is active, add all its ancestors to the result
267
+ result.push(...currentParentStack);
268
+ }
269
+ // Check if any of its children are active
270
+ if (item.children && item.children.length > 0) {
271
+ findParentPaths(item.children, currentPath, routeParams, result, currentParentStack);
272
+ }
273
+ }
274
+ return result;
275
+ };
276
+ function MainSidebarMenuComponent({
277
+ menuData,
278
+ routeParams,
279
+ settings,
280
+ collapsed
281
+ }) {
282
+ const location = useLocation();
283
+ const navigate = useNavigate();
284
+ const [hoveredMenu, setHoveredMenu] = useState(null);
285
+ const [popupPosition, setPopupPosition] = useState({
286
+ top: 0,
287
+ height: 0
288
+ });
289
+ const {
290
+ ChevronDownIcon,
291
+ ChevronUpIcon
292
+ } = icons;
293
+ const navTheme = settings?.navTheme;
294
+ // Initialize openMenus based on the current path
295
+ const [openMenus, setOpenMenus] = useState(() => {
296
+ return findParentPaths(menuData, location.pathname, routeParams);
297
+ });
298
+ // Update openMenus when location changes
299
+ useEffect(() => {
300
+ // Find parent paths for current location
301
+ const parentPaths = findParentPaths(menuData, location.pathname, routeParams);
302
+ // Update openMenus to ensure all parent paths are open
303
+ setOpenMenus(prev => {
304
+ // Create a new Set of currently open menus
305
+ const openMenusSet = new Set(prev);
306
+ // Add all parent paths to the Set
307
+ parentPaths.forEach(path => openMenusSet.add(path));
308
+ // Convert back to array
309
+ return Array.from(openMenusSet);
310
+ });
311
+ }, [location.pathname, menuData, routeParams]);
312
+ // Helper function to find an item by path
313
+ const findMenuItem = useCallback((items, targetPath) => {
314
+ for (const item of items) {
315
+ if (item.path === targetPath) {
316
+ return item;
317
+ }
318
+ if (item.children && item.children.length > 0) {
319
+ const found = findMenuItem(item.children, targetPath);
320
+ if (found) return found;
321
+ }
322
+ }
323
+ return null;
324
+ }, []);
325
+ // Helper to find all parent paths for a menu item
326
+ const getParentMenuPaths = useCallback((items, targetPath, path = []) => {
327
+ for (const item of items) {
328
+ const currentPath = [...path, item.path];
329
+ if (item.path === targetPath) {
330
+ return path; // Return all parent paths excluding the target
331
+ }
332
+ if (item.children && item.children.length > 0) {
333
+ const parentPaths = getParentMenuPaths(item.children, targetPath, currentPath);
334
+ if (parentPaths.length > 0) {
335
+ return parentPaths;
336
+ }
337
+ }
338
+ }
339
+ return [];
340
+ }, []);
341
+ // Helper to find all child paths for a menu item
342
+ const getAllChildPaths = useCallback(item => {
343
+ const result = [];
344
+ if (!item.children) return result;
345
+ for (const child of item.children) {
346
+ result.push(child.path);
347
+ result.push(...getAllChildPaths(child));
348
+ }
349
+ return result;
350
+ }, []);
351
+ // Completely redesigned toggle function with explicit support for collapsed mode
352
+ const toggleMenu = useCallback((path, depth, e) => {
353
+ if (e && e.preventDefault) e.preventDefault();
354
+ // Allow collapsed mode to work with toggleMenu as well
355
+ // if (collapsed && !e.isTrusted) return;
356
+ const clickedItem = findMenuItem(menuData, path);
357
+ if (!clickedItem) return;
358
+ // No debug logs in production
359
+ setOpenMenus(prev => {
360
+ const newOpenMenus = new Set(prev);
361
+ const isCurrentlyOpen = prev.includes(path);
362
+ if (isCurrentlyOpen) {
363
+ // If closing a menu, close it and all its children
364
+ newOpenMenus.delete(path);
365
+ // Also close all child menus - use our helper function
366
+ const getAllChildrenOfPath = item => {
367
+ const result = [];
368
+ if (!item.children) return result;
369
+ for (const child of item.children) {
370
+ result.push(child.path);
371
+ result.push(...getAllChildrenOfPath(child));
372
+ }
373
+ return result;
374
+ };
375
+ // Close all children using our direct helper
376
+ if (clickedItem.children) {
377
+ const childPaths = getAllChildrenOfPath(clickedItem);
378
+ childPaths.forEach(childPath => newOpenMenus.delete(childPath));
379
+ }
380
+ } else {
381
+ // If opening a menu, open it and all its parent paths
382
+ newOpenMenus.add(path);
383
+ // When opening a menu, also ensure all parent paths are open
384
+ const getParentOfPath = (items, targetPath, path = []) => {
385
+ for (const item of items) {
386
+ if (item.path === targetPath) {
387
+ return path;
388
+ }
389
+ if (item.children && item.children.length > 0) {
390
+ const result = getParentOfPath(item.children, targetPath, [...path, item.path]);
391
+ if (result.length > 0) {
392
+ return result;
393
+ }
394
+ }
395
+ }
396
+ return [];
397
+ };
398
+ // Open all parent paths
399
+ const parentPaths = getParentOfPath(menuData, path);
400
+ parentPaths.forEach(parentPath => newOpenMenus.add(parentPath));
401
+ }
402
+ return Array.from(newOpenMenus);
403
+ });
404
+ }, [menuData, findMenuItem]);
405
+ // Event handlers for hover effects
406
+ const handleMenuHover = useCallback((e, item, isHoverMenu) => {
407
+ // Only set hover state if the menu has children
408
+ if (collapsed && !isHoverMenu && item.children && item.children.length > 0) {
409
+ const element = e.currentTarget;
410
+ const rect = element.getBoundingClientRect();
411
+ setPopupPosition({
412
+ top: rect.top,
413
+ height: rect.height
414
+ });
415
+ setHoveredMenu(item.path);
416
+ }
417
+ }, [collapsed]);
418
+ const handleMenuLeave = useCallback((item, isHoverMenu) => {
419
+ if (collapsed && !isHoverMenu) {
420
+ setHoveredMenu(null);
421
+ }
422
+ }, [collapsed]);
423
+ const handleNavigate = useCallback(path => {
424
+ navigate(path);
425
+ }, [navigate]);
426
+ return React__default.createElement("div", {
427
+ className: "overflow-hidden"
428
+ }, React__default.createElement("nav", {
429
+ className: `mt-2 ${collapsed ? 'px-1' : 'px-2'} overflow-x-hidden`
430
+ }, menuData.map(item => React__default.createElement(MenuItem, {
431
+ key: item.path,
432
+ item: item,
433
+ depth: 0,
434
+ isHoverMenu: false,
435
+ openMenus: openMenus,
436
+ hoveredMenu: hoveredMenu,
437
+ collapsed: collapsed,
438
+ navTheme: navTheme,
439
+ locationPathname: location.pathname,
440
+ routeParams: routeParams,
441
+ popupPosition: popupPosition,
442
+ onToggleMenu: toggleMenu,
443
+ onMenuHover: handleMenuHover,
444
+ onMenuLeave: handleMenuLeave,
445
+ onNavigate: handleNavigate,
446
+ ChevronUpIcon: ChevronUpIcon,
447
+ ChevronDownIcon: ChevronDownIcon
448
+ }))));
449
+ }
450
+ // Export the memoized version to prevent unnecessary re-renders
451
+ const MainSidebarMenu = React__default.memo(MainSidebarMenuComponent);export{MainSidebarMenu};//# sourceMappingURL=MainSidebarMenu.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MainSidebarMenu.js","sources":["../../../../src/components/Layout/Sidebar/MainSidebarMenu.tsx"],"sourcesContent":[null],"names":["React"],"mappings":"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"}
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { SidebarProps } from '../../typings';
3
+ export declare const PerplexSidebar: React.FC<SidebarProps>;
4
+ //# sourceMappingURL=PerplexSidebar.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PerplexSidebar.d.ts","sourceRoot":"","sources":["../../../../src/components/Layout/Sidebar/PerplexSidebar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAM1B,OAAO,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AAO7C,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,YAAY,CAwTjD,CAAC"}