@burdenoff/microfe-coolandlovely 2026.614.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 (284) hide show
  1. package/README.md +12 -0
  2. package/dist/coolandlovely/CoolAndLovelyRoot.d.ts +5 -0
  3. package/dist/coolandlovely/CoolAndLovelyRoot.d.ts.map +1 -0
  4. package/dist/coolandlovely/CoolAndLovelyRoot.js +177 -0
  5. package/dist/coolandlovely/CoolAndLovelyRoot.js.map +1 -0
  6. package/dist/coolandlovely/CoolAndLovelyRoutes.d.ts +4 -0
  7. package/dist/coolandlovely/CoolAndLovelyRoutes.d.ts.map +1 -0
  8. package/dist/coolandlovely/CoolAndLovelyRoutes.js +215 -0
  9. package/dist/coolandlovely/CoolAndLovelyRoutes.js.map +1 -0
  10. package/dist/coolandlovely/components/CartCard.d.ts +18 -0
  11. package/dist/coolandlovely/components/CartCard.d.ts.map +1 -0
  12. package/dist/coolandlovely/components/EmptyState.d.ts +12 -0
  13. package/dist/coolandlovely/components/EmptyState.d.ts.map +1 -0
  14. package/dist/coolandlovely/components/EmptyState.js +28 -0
  15. package/dist/coolandlovely/components/EmptyState.js.map +1 -0
  16. package/dist/coolandlovely/components/InvestmentCard.d.ts +18 -0
  17. package/dist/coolandlovely/components/InvestmentCard.d.ts.map +1 -0
  18. package/dist/coolandlovely/components/InvestmentCard.js +96 -0
  19. package/dist/coolandlovely/components/InvestmentCard.js.map +1 -0
  20. package/dist/coolandlovely/components/MetricsCard.d.ts +14 -0
  21. package/dist/coolandlovely/components/MetricsCard.d.ts.map +1 -0
  22. package/dist/coolandlovely/components/MetricsCard.js +46 -0
  23. package/dist/coolandlovely/components/MetricsCard.js.map +1 -0
  24. package/dist/coolandlovely/components/OrderCard.d.ts +18 -0
  25. package/dist/coolandlovely/components/OrderCard.d.ts.map +1 -0
  26. package/dist/coolandlovely/components/PageLayout.d.ts +12 -0
  27. package/dist/coolandlovely/components/PageLayout.d.ts.map +1 -0
  28. package/dist/coolandlovely/components/PageLayout.js +26 -0
  29. package/dist/coolandlovely/components/PageLayout.js.map +1 -0
  30. package/dist/coolandlovely/components/RatingDisplay.d.ts +12 -0
  31. package/dist/coolandlovely/components/RatingDisplay.d.ts.map +1 -0
  32. package/dist/coolandlovely/components/RatingDisplay.js +35 -0
  33. package/dist/coolandlovely/components/RatingDisplay.js.map +1 -0
  34. package/dist/coolandlovely/components/StatusBadge.d.ts +9 -0
  35. package/dist/coolandlovely/components/StatusBadge.d.ts.map +1 -0
  36. package/dist/coolandlovely/components/StatusBadge.js +45 -0
  37. package/dist/coolandlovely/components/StatusBadge.js.map +1 -0
  38. package/dist/coolandlovely/components/index.d.ts +13 -0
  39. package/dist/coolandlovely/components/index.d.ts.map +1 -0
  40. package/dist/coolandlovely/context/CoolAndLovelyContext.d.ts +16 -0
  41. package/dist/coolandlovely/context/CoolAndLovelyContext.d.ts.map +1 -0
  42. package/dist/coolandlovely/context/CoolAndLovelyContext.js +93 -0
  43. package/dist/coolandlovely/context/CoolAndLovelyContext.js.map +1 -0
  44. package/dist/coolandlovely/context/index.d.ts +6 -0
  45. package/dist/coolandlovely/context/index.d.ts.map +1 -0
  46. package/dist/coolandlovely/context/index.js +1 -0
  47. package/dist/coolandlovely/hooks/index.d.ts +2 -0
  48. package/dist/coolandlovely/hooks/index.d.ts.map +1 -0
  49. package/dist/coolandlovely/hooks/useCoolAndLovelyApi.d.ts +44 -0
  50. package/dist/coolandlovely/hooks/useCoolAndLovelyApi.d.ts.map +1 -0
  51. package/dist/coolandlovely/hooks/useCoolAndLovelyApi.js +223 -0
  52. package/dist/coolandlovely/hooks/useCoolAndLovelyApi.js.map +1 -0
  53. package/dist/coolandlovely/index.d.ts +11 -0
  54. package/dist/coolandlovely/index.d.ts.map +1 -0
  55. package/dist/coolandlovely/index.js +7 -0
  56. package/dist/coolandlovely/mocks/data.d.ts +61 -0
  57. package/dist/coolandlovely/mocks/data.d.ts.map +1 -0
  58. package/dist/coolandlovely/mocks/data.js +1517 -0
  59. package/dist/coolandlovely/mocks/data.js.map +1 -0
  60. package/dist/coolandlovely/mocks/index.d.ts +7 -0
  61. package/dist/coolandlovely/mocks/index.d.ts.map +1 -0
  62. package/dist/coolandlovely/mocks/users.d.ts +18 -0
  63. package/dist/coolandlovely/mocks/users.d.ts.map +1 -0
  64. package/dist/coolandlovely/mocks/users.js +34 -0
  65. package/dist/coolandlovely/mocks/users.js.map +1 -0
  66. package/dist/coolandlovely/pages/HomePage.d.ts +10 -0
  67. package/dist/coolandlovely/pages/HomePage.d.ts.map +1 -0
  68. package/dist/coolandlovely/pages/HomePage.js +921 -0
  69. package/dist/coolandlovely/pages/HomePage.js.map +1 -0
  70. package/dist/coolandlovely/pages/admin/AdminAnalyticsPage.d.ts +11 -0
  71. package/dist/coolandlovely/pages/admin/AdminAnalyticsPage.d.ts.map +1 -0
  72. package/dist/coolandlovely/pages/admin/AdminAnalyticsPage.js +645 -0
  73. package/dist/coolandlovely/pages/admin/AdminAnalyticsPage.js.map +1 -0
  74. package/dist/coolandlovely/pages/admin/AdminDashboard.d.ts +10 -0
  75. package/dist/coolandlovely/pages/admin/AdminDashboard.d.ts.map +1 -0
  76. package/dist/coolandlovely/pages/admin/AdminDashboard.js +639 -0
  77. package/dist/coolandlovely/pages/admin/AdminDashboard.js.map +1 -0
  78. package/dist/coolandlovely/pages/admin/AdminFinancialPage.d.ts +11 -0
  79. package/dist/coolandlovely/pages/admin/AdminFinancialPage.d.ts.map +1 -0
  80. package/dist/coolandlovely/pages/admin/AdminFinancialPage.js +421 -0
  81. package/dist/coolandlovely/pages/admin/AdminFinancialPage.js.map +1 -0
  82. package/dist/coolandlovely/pages/admin/AdminOrdersPage.d.ts +10 -0
  83. package/dist/coolandlovely/pages/admin/AdminOrdersPage.d.ts.map +1 -0
  84. package/dist/coolandlovely/pages/admin/AdminOrdersPage.js +660 -0
  85. package/dist/coolandlovely/pages/admin/AdminOrdersPage.js.map +1 -0
  86. package/dist/coolandlovely/pages/admin/AdminProfilePage.d.ts +10 -0
  87. package/dist/coolandlovely/pages/admin/AdminProfilePage.d.ts.map +1 -0
  88. package/dist/coolandlovely/pages/admin/AdminProfilePage.js +259 -0
  89. package/dist/coolandlovely/pages/admin/AdminProfilePage.js.map +1 -0
  90. package/dist/coolandlovely/pages/admin/AdminSettingsPage.d.ts +10 -0
  91. package/dist/coolandlovely/pages/admin/AdminSettingsPage.d.ts.map +1 -0
  92. package/dist/coolandlovely/pages/admin/AdminSettingsPage.js +649 -0
  93. package/dist/coolandlovely/pages/admin/AdminSettingsPage.js.map +1 -0
  94. package/dist/coolandlovely/pages/admin/CartManagementPage.d.ts +10 -0
  95. package/dist/coolandlovely/pages/admin/CartManagementPage.d.ts.map +1 -0
  96. package/dist/coolandlovely/pages/admin/CartManagementPage.js +869 -0
  97. package/dist/coolandlovely/pages/admin/CartManagementPage.js.map +1 -0
  98. package/dist/coolandlovely/pages/admin/UserManagementPage.d.ts +10 -0
  99. package/dist/coolandlovely/pages/admin/UserManagementPage.d.ts.map +1 -0
  100. package/dist/coolandlovely/pages/admin/UserManagementPage.js +893 -0
  101. package/dist/coolandlovely/pages/admin/UserManagementPage.js.map +1 -0
  102. package/dist/coolandlovely/pages/cart-owner/AnalyticsDashboard.d.ts +12 -0
  103. package/dist/coolandlovely/pages/cart-owner/AnalyticsDashboard.d.ts.map +1 -0
  104. package/dist/coolandlovely/pages/cart-owner/AnalyticsDashboard.js +834 -0
  105. package/dist/coolandlovely/pages/cart-owner/AnalyticsDashboard.js.map +1 -0
  106. package/dist/coolandlovely/pages/cart-owner/BusinessSettingsPage.d.ts +11 -0
  107. package/dist/coolandlovely/pages/cart-owner/BusinessSettingsPage.d.ts.map +1 -0
  108. package/dist/coolandlovely/pages/cart-owner/BusinessSettingsPage.js +700 -0
  109. package/dist/coolandlovely/pages/cart-owner/BusinessSettingsPage.js.map +1 -0
  110. package/dist/coolandlovely/pages/cart-owner/CartOwnerDashboard.d.ts +11 -0
  111. package/dist/coolandlovely/pages/cart-owner/CartOwnerDashboard.d.ts.map +1 -0
  112. package/dist/coolandlovely/pages/cart-owner/CartOwnerDashboard.js +760 -0
  113. package/dist/coolandlovely/pages/cart-owner/CartOwnerDashboard.js.map +1 -0
  114. package/dist/coolandlovely/pages/cart-owner/CartOwnerProfilePage.d.ts +12 -0
  115. package/dist/coolandlovely/pages/cart-owner/CartOwnerProfilePage.d.ts.map +1 -0
  116. package/dist/coolandlovely/pages/cart-owner/CartOwnerProfilePage.js +886 -0
  117. package/dist/coolandlovely/pages/cart-owner/CartOwnerProfilePage.js.map +1 -0
  118. package/dist/coolandlovely/pages/cart-owner/CartServiceConfigPage.d.ts +11 -0
  119. package/dist/coolandlovely/pages/cart-owner/CartServiceConfigPage.d.ts.map +1 -0
  120. package/dist/coolandlovely/pages/cart-owner/CartServiceConfigPage.js +631 -0
  121. package/dist/coolandlovely/pages/cart-owner/CartServiceConfigPage.js.map +1 -0
  122. package/dist/coolandlovely/pages/cart-owner/InventoryManagementPage.d.ts +11 -0
  123. package/dist/coolandlovely/pages/cart-owner/InventoryManagementPage.d.ts.map +1 -0
  124. package/dist/coolandlovely/pages/cart-owner/InventoryManagementPage.js +913 -0
  125. package/dist/coolandlovely/pages/cart-owner/InventoryManagementPage.js.map +1 -0
  126. package/dist/coolandlovely/pages/cart-owner/OrderManagementPage.d.ts +10 -0
  127. package/dist/coolandlovely/pages/cart-owner/OrderManagementPage.d.ts.map +1 -0
  128. package/dist/coolandlovely/pages/cart-owner/OrderManagementPage.js +881 -0
  129. package/dist/coolandlovely/pages/cart-owner/OrderManagementPage.js.map +1 -0
  130. package/dist/coolandlovely/pages/cart-owner/StaffManagementPage.d.ts +11 -0
  131. package/dist/coolandlovely/pages/cart-owner/StaffManagementPage.d.ts.map +1 -0
  132. package/dist/coolandlovely/pages/cart-owner/StaffManagementPage.js +833 -0
  133. package/dist/coolandlovely/pages/cart-owner/StaffManagementPage.js.map +1 -0
  134. package/dist/coolandlovely/pages/common/HelpSupportPage.d.ts +11 -0
  135. package/dist/coolandlovely/pages/common/HelpSupportPage.d.ts.map +1 -0
  136. package/dist/coolandlovely/pages/common/HelpSupportPage.js +1325 -0
  137. package/dist/coolandlovely/pages/common/HelpSupportPage.js.map +1 -0
  138. package/dist/coolandlovely/pages/common/NotificationCenterPage.d.ts +11 -0
  139. package/dist/coolandlovely/pages/common/NotificationCenterPage.d.ts.map +1 -0
  140. package/dist/coolandlovely/pages/common/NotificationCenterPage.js +665 -0
  141. package/dist/coolandlovely/pages/common/NotificationCenterPage.js.map +1 -0
  142. package/dist/coolandlovely/pages/common/SettingsPage.d.ts +9 -0
  143. package/dist/coolandlovely/pages/common/SettingsPage.d.ts.map +1 -0
  144. package/dist/coolandlovely/pages/common/SettingsPage.js +964 -0
  145. package/dist/coolandlovely/pages/common/SettingsPage.js.map +1 -0
  146. package/dist/coolandlovely/pages/customer/BookingDetailsPage.d.ts +12 -0
  147. package/dist/coolandlovely/pages/customer/BookingDetailsPage.d.ts.map +1 -0
  148. package/dist/coolandlovely/pages/customer/BookingDetailsPage.js +593 -0
  149. package/dist/coolandlovely/pages/customer/BookingDetailsPage.js.map +1 -0
  150. package/dist/coolandlovely/pages/customer/CartDetailPage.d.ts +13 -0
  151. package/dist/coolandlovely/pages/customer/CartDetailPage.d.ts.map +1 -0
  152. package/dist/coolandlovely/pages/customer/CartDetailPage.js +620 -0
  153. package/dist/coolandlovely/pages/customer/CartDetailPage.js.map +1 -0
  154. package/dist/coolandlovely/pages/customer/CartDiscoveryPage.d.ts +11 -0
  155. package/dist/coolandlovely/pages/customer/CartDiscoveryPage.d.ts.map +1 -0
  156. package/dist/coolandlovely/pages/customer/CartDiscoveryPage.js +547 -0
  157. package/dist/coolandlovely/pages/customer/CartDiscoveryPage.js.map +1 -0
  158. package/dist/coolandlovely/pages/customer/CheckoutPage.d.ts +9 -0
  159. package/dist/coolandlovely/pages/customer/CheckoutPage.d.ts.map +1 -0
  160. package/dist/coolandlovely/pages/customer/CheckoutPage.js +532 -0
  161. package/dist/coolandlovely/pages/customer/CheckoutPage.js.map +1 -0
  162. package/dist/coolandlovely/pages/customer/CustomerDashboard.d.ts +10 -0
  163. package/dist/coolandlovely/pages/customer/CustomerDashboard.d.ts.map +1 -0
  164. package/dist/coolandlovely/pages/customer/CustomerDashboard.js +496 -0
  165. package/dist/coolandlovely/pages/customer/CustomerDashboard.js.map +1 -0
  166. package/dist/coolandlovely/pages/customer/CustomerProfilePage.d.ts +10 -0
  167. package/dist/coolandlovely/pages/customer/CustomerProfilePage.d.ts.map +1 -0
  168. package/dist/coolandlovely/pages/customer/CustomerProfilePage.js +621 -0
  169. package/dist/coolandlovely/pages/customer/CustomerProfilePage.js.map +1 -0
  170. package/dist/coolandlovely/pages/customer/DirectServiceBookingPage.d.ts +12 -0
  171. package/dist/coolandlovely/pages/customer/DirectServiceBookingPage.d.ts.map +1 -0
  172. package/dist/coolandlovely/pages/customer/DirectServiceBookingPage.js +623 -0
  173. package/dist/coolandlovely/pages/customer/DirectServiceBookingPage.js.map +1 -0
  174. package/dist/coolandlovely/pages/customer/FavoritesPage.d.ts +11 -0
  175. package/dist/coolandlovely/pages/customer/FavoritesPage.d.ts.map +1 -0
  176. package/dist/coolandlovely/pages/customer/FavoritesPage.js +477 -0
  177. package/dist/coolandlovely/pages/customer/FavoritesPage.js.map +1 -0
  178. package/dist/coolandlovely/pages/customer/OrderHistoryPage.d.ts +9 -0
  179. package/dist/coolandlovely/pages/customer/OrderHistoryPage.d.ts.map +1 -0
  180. package/dist/coolandlovely/pages/customer/OrderHistoryPage.js +438 -0
  181. package/dist/coolandlovely/pages/customer/OrderHistoryPage.js.map +1 -0
  182. package/dist/coolandlovely/pages/customer/OrderTrackingPage.d.ts +9 -0
  183. package/dist/coolandlovely/pages/customer/OrderTrackingPage.d.ts.map +1 -0
  184. package/dist/coolandlovely/pages/customer/OrderTrackingPage.js +388 -0
  185. package/dist/coolandlovely/pages/customer/OrderTrackingPage.js.map +1 -0
  186. package/dist/coolandlovely/pages/customer/PaymentMethodsPage.d.ts +11 -0
  187. package/dist/coolandlovely/pages/customer/PaymentMethodsPage.d.ts.map +1 -0
  188. package/dist/coolandlovely/pages/customer/PaymentMethodsPage.js +488 -0
  189. package/dist/coolandlovely/pages/customer/PaymentMethodsPage.js.map +1 -0
  190. package/dist/coolandlovely/pages/customer/ReviewsPage.d.ts +11 -0
  191. package/dist/coolandlovely/pages/customer/ReviewsPage.d.ts.map +1 -0
  192. package/dist/coolandlovely/pages/customer/ReviewsPage.js +606 -0
  193. package/dist/coolandlovely/pages/customer/ReviewsPage.js.map +1 -0
  194. package/dist/coolandlovely/pages/customer/SavedAddressesPage.d.ts +10 -0
  195. package/dist/coolandlovely/pages/customer/SavedAddressesPage.d.ts.map +1 -0
  196. package/dist/coolandlovely/pages/customer/SavedAddressesPage.js +443 -0
  197. package/dist/coolandlovely/pages/customer/SavedAddressesPage.js.map +1 -0
  198. package/dist/coolandlovely/pages/investor/InvestmentDetailsPage.d.ts +10 -0
  199. package/dist/coolandlovely/pages/investor/InvestmentDetailsPage.d.ts.map +1 -0
  200. package/dist/coolandlovely/pages/investor/InvestmentDetailsPage.js +849 -0
  201. package/dist/coolandlovely/pages/investor/InvestmentDetailsPage.js.map +1 -0
  202. package/dist/coolandlovely/pages/investor/InvestmentOpportunitiesPage.d.ts +10 -0
  203. package/dist/coolandlovely/pages/investor/InvestmentOpportunitiesPage.d.ts.map +1 -0
  204. package/dist/coolandlovely/pages/investor/InvestmentOpportunitiesPage.js +939 -0
  205. package/dist/coolandlovely/pages/investor/InvestmentOpportunitiesPage.js.map +1 -0
  206. package/dist/coolandlovely/pages/investor/InvestorAnalyticsPage.d.ts +11 -0
  207. package/dist/coolandlovely/pages/investor/InvestorAnalyticsPage.d.ts.map +1 -0
  208. package/dist/coolandlovely/pages/investor/InvestorAnalyticsPage.js +681 -0
  209. package/dist/coolandlovely/pages/investor/InvestorAnalyticsPage.js.map +1 -0
  210. package/dist/coolandlovely/pages/investor/InvestorDashboard.d.ts +9 -0
  211. package/dist/coolandlovely/pages/investor/InvestorDashboard.d.ts.map +1 -0
  212. package/dist/coolandlovely/pages/investor/InvestorDashboard.js +419 -0
  213. package/dist/coolandlovely/pages/investor/InvestorDashboard.js.map +1 -0
  214. package/dist/coolandlovely/pages/investor/InvestorInvestmentsPage.d.ts +10 -0
  215. package/dist/coolandlovely/pages/investor/InvestorInvestmentsPage.d.ts.map +1 -0
  216. package/dist/coolandlovely/pages/investor/InvestorInvestmentsPage.js +399 -0
  217. package/dist/coolandlovely/pages/investor/InvestorInvestmentsPage.js.map +1 -0
  218. package/dist/coolandlovely/pages/investor/InvestorPortfolioPage.d.ts +10 -0
  219. package/dist/coolandlovely/pages/investor/InvestorPortfolioPage.d.ts.map +1 -0
  220. package/dist/coolandlovely/pages/investor/InvestorPortfolioPage.js +569 -0
  221. package/dist/coolandlovely/pages/investor/InvestorPortfolioPage.js.map +1 -0
  222. package/dist/coolandlovely/pages/investor/InvestorProfilePage.d.ts +12 -0
  223. package/dist/coolandlovely/pages/investor/InvestorProfilePage.d.ts.map +1 -0
  224. package/dist/coolandlovely/pages/investor/InvestorProfilePage.js +1065 -0
  225. package/dist/coolandlovely/pages/investor/InvestorProfilePage.js.map +1 -0
  226. package/dist/coolandlovely/pages/worker/TaskDetailsPage.d.ts +22 -0
  227. package/dist/coolandlovely/pages/worker/TaskDetailsPage.d.ts.map +1 -0
  228. package/dist/coolandlovely/pages/worker/TaskDetailsPage.js +496 -0
  229. package/dist/coolandlovely/pages/worker/TaskDetailsPage.js.map +1 -0
  230. package/dist/coolandlovely/pages/worker/WorkerDashboard.d.ts +18 -0
  231. package/dist/coolandlovely/pages/worker/WorkerDashboard.d.ts.map +1 -0
  232. package/dist/coolandlovely/pages/worker/WorkerDashboard.js +634 -0
  233. package/dist/coolandlovely/pages/worker/WorkerDashboard.js.map +1 -0
  234. package/dist/coolandlovely/pages/worker/WorkerOrdersPage.d.ts +18 -0
  235. package/dist/coolandlovely/pages/worker/WorkerOrdersPage.d.ts.map +1 -0
  236. package/dist/coolandlovely/pages/worker/WorkerOrdersPage.js +675 -0
  237. package/dist/coolandlovely/pages/worker/WorkerOrdersPage.js.map +1 -0
  238. package/dist/coolandlovely/pages/worker/WorkerProfilePage.d.ts +18 -0
  239. package/dist/coolandlovely/pages/worker/WorkerProfilePage.d.ts.map +1 -0
  240. package/dist/coolandlovely/pages/worker/WorkerProfilePage.js +687 -0
  241. package/dist/coolandlovely/pages/worker/WorkerProfilePage.js.map +1 -0
  242. package/dist/coolandlovely/pages/worker/WorkerSchedulePage.d.ts +17 -0
  243. package/dist/coolandlovely/pages/worker/WorkerSchedulePage.d.ts.map +1 -0
  244. package/dist/coolandlovely/pages/worker/WorkerSchedulePage.js +578 -0
  245. package/dist/coolandlovely/pages/worker/WorkerSchedulePage.js.map +1 -0
  246. package/dist/coolandlovely/store/coolandlovelyStore.d.ts +60 -0
  247. package/dist/coolandlovely/store/coolandlovelyStore.d.ts.map +1 -0
  248. package/dist/coolandlovely/store/coolandlovelyStore.js +38 -0
  249. package/dist/coolandlovely/store/coolandlovelyStore.js.map +1 -0
  250. package/dist/coolandlovely/store/index.d.ts +6 -0
  251. package/dist/coolandlovely/store/index.d.ts.map +1 -0
  252. package/dist/coolandlovely/store/index.js +1 -0
  253. package/dist/coolandlovely/types/index.d.ts +458 -0
  254. package/dist/coolandlovely/types/index.d.ts.map +1 -0
  255. package/dist/coolandlovely/utils/cn.d.ts +4 -0
  256. package/dist/coolandlovely/utils/cn.d.ts.map +1 -0
  257. package/dist/coolandlovely/utils/cn.js +10 -0
  258. package/dist/coolandlovely/utils/cn.js.map +1 -0
  259. package/dist/coolandlovely/utils/formatters.d.ts +78 -0
  260. package/dist/coolandlovely/utils/formatters.d.ts.map +1 -0
  261. package/dist/coolandlovely/utils/formatters.js +51 -0
  262. package/dist/coolandlovely/utils/formatters.js.map +1 -0
  263. package/dist/coolandlovely/utils/index.d.ts +8 -0
  264. package/dist/coolandlovely/utils/index.d.ts.map +1 -0
  265. package/dist/coolandlovely/utils/navigation.d.ts +20 -0
  266. package/dist/coolandlovely/utils/navigation.d.ts.map +1 -0
  267. package/dist/coolandlovely/utils/navigation.js +9 -0
  268. package/dist/coolandlovely/utils/navigation.js.map +1 -0
  269. package/dist/generated/global-operations.d.ts +2 -0
  270. package/dist/generated/global-operations.d.ts.map +1 -0
  271. package/dist/generated/global-types.d.ts +23527 -0
  272. package/dist/generated/global-types.d.ts.map +1 -0
  273. package/dist/generated/wspace-operations.d.ts +2 -0
  274. package/dist/generated/wspace-operations.d.ts.map +1 -0
  275. package/dist/generated/wspace-types.d.ts +57851 -0
  276. package/dist/generated/wspace-types.d.ts.map +1 -0
  277. package/dist/index.d.ts +6 -0
  278. package/dist/index.d.ts.map +1 -0
  279. package/dist/index.js +7 -0
  280. package/dist/node_modules/.bun/clsx@2.1.1/node_modules/clsx/dist/clsx.js +18 -0
  281. package/dist/node_modules/.bun/clsx@2.1.1/node_modules/clsx/dist/clsx.js.map +1 -0
  282. package/dist/node_modules/.bun/tailwind-merge@3.5.0/node_modules/tailwind-merge/dist/bundle-mjs.js +1674 -0
  283. package/dist/node_modules/.bun/tailwind-merge@3.5.0/node_modules/tailwind-merge/dist/bundle-mjs.js.map +1 -0
  284. package/package.json +106 -0
@@ -0,0 +1,1517 @@
1
+ //#region src/coolandlovely/mocks/data.ts
2
+ var e = [
3
+ {
4
+ id: "FOOD-001",
5
+ name: "Dosa Express",
6
+ category: "Food & Beverage",
7
+ rating: 4.5,
8
+ totalRatings: 324,
9
+ distance: .5,
10
+ estimatedTime: 20,
11
+ image: "https://images.unsplash.com/photo-1567620905732-2d1ec7ab7445?w=400",
12
+ images: ["https://images.unsplash.com/photo-1567620905732-2d1ec7ab7445?w=400"],
13
+ isOpen: !0,
14
+ isVerified: !0,
15
+ location: {
16
+ address: "Koramangala 5th Block, Bangalore",
17
+ coordinates: {
18
+ lat: 12.9352,
19
+ lng: 77.6245
20
+ }
21
+ },
22
+ averageOrderValue: 180,
23
+ serviceTypes: ["delivery", "pickup"],
24
+ menu: [{
25
+ id: "food-1",
26
+ name: "Masala Dosa",
27
+ price: 120,
28
+ description: "Crispy dosa with spiced potato filling",
29
+ image: "https://images.unsplash.com/photo-1630383249896-424e482df921?w=300",
30
+ category: "South Indian",
31
+ isVeg: !0,
32
+ duration: 15
33
+ }, {
34
+ id: "food-2",
35
+ name: "Filter Coffee",
36
+ price: 60,
37
+ description: "Traditional South Indian filter coffee",
38
+ image: "https://images.unsplash.com/photo-1559496417-e7f25cb247f3?w=300",
39
+ category: "Beverages",
40
+ isVeg: !0,
41
+ duration: 5
42
+ }]
43
+ },
44
+ {
45
+ id: "FOOD-002",
46
+ name: "Chaat Corner",
47
+ category: "Food & Beverage",
48
+ rating: 4.2,
49
+ totalRatings: 156,
50
+ distance: .8,
51
+ estimatedTime: 15,
52
+ image: "https://images.unsplash.com/photo-1601050690597-df0568f70950?w=400",
53
+ images: ["https://images.unsplash.com/photo-1601050690597-df0568f70950?w=400"],
54
+ isOpen: !0,
55
+ isVerified: !0,
56
+ location: {
57
+ address: "Brigade Road, Central Bangalore",
58
+ coordinates: {
59
+ lat: 12.9716,
60
+ lng: 77.5946
61
+ }
62
+ },
63
+ averageOrderValue: 140,
64
+ serviceTypes: ["delivery", "pickup"],
65
+ menu: [{
66
+ id: "food-3",
67
+ name: "Pani Puri",
68
+ price: 80,
69
+ description: "Crispy puris with tangy water",
70
+ image: "https://images.unsplash.com/photo-1625398407796-82bd8ad6ba4d?w=300",
71
+ category: "Street Food",
72
+ isVeg: !0,
73
+ duration: 10
74
+ }, {
75
+ id: "food-4",
76
+ name: "Bhel Puri",
77
+ price: 70,
78
+ description: "Mixed puffed rice with chutneys",
79
+ image: "https://images.unsplash.com/photo-1606491956689-2ea866880c84?w=300",
80
+ category: "Street Food",
81
+ isVeg: !0,
82
+ duration: 8
83
+ }]
84
+ },
85
+ {
86
+ id: "FOOD-003",
87
+ name: "Biryani Pot",
88
+ category: "Food & Beverage",
89
+ rating: 4.6,
90
+ totalRatings: 412,
91
+ distance: 1.2,
92
+ estimatedTime: 35,
93
+ image: "https://images.unsplash.com/photo-1563379091339-03b21ab4a4f8?w=400",
94
+ images: ["https://images.unsplash.com/photo-1563379091339-03b21ab4a4f8?w=400"],
95
+ isOpen: !0,
96
+ isVerified: !0,
97
+ location: {
98
+ address: "Frazer Town, Bangalore",
99
+ coordinates: {
100
+ lat: 12.9975,
101
+ lng: 77.6113
102
+ }
103
+ },
104
+ averageOrderValue: 320,
105
+ serviceTypes: ["delivery", "pickup"],
106
+ menu: [{
107
+ id: "food-5",
108
+ name: "Chicken Biryani",
109
+ price: 280,
110
+ description: "Hyderabadi-style dum biryani with tender chicken",
111
+ image: "https://images.unsplash.com/photo-1563379091339-03b21ab4a4f8?w=300",
112
+ category: "Biryani",
113
+ isVeg: !1,
114
+ spiceLevel: "medium",
115
+ duration: 30
116
+ }, {
117
+ id: "food-6",
118
+ name: "Veg Biryani",
119
+ price: 220,
120
+ description: "Fragrant vegetable biryani with saffron",
121
+ image: "https://images.unsplash.com/photo-1589302168068-964664d93dc0?w=300",
122
+ category: "Biryani",
123
+ isVeg: !0,
124
+ spiceLevel: "mild",
125
+ duration: 25
126
+ }]
127
+ },
128
+ {
129
+ id: "SERV-001",
130
+ name: "Quick Cuts Salon",
131
+ category: "Personal Care & Beauty",
132
+ rating: 4.6,
133
+ totalRatings: 248,
134
+ distance: .3,
135
+ estimatedTime: 30,
136
+ image: "https://images.unsplash.com/photo-1562322140-8baeececf3df?w=400",
137
+ images: ["https://images.unsplash.com/photo-1562322140-8baeececf3df?w=400"],
138
+ isOpen: !0,
139
+ isVerified: !0,
140
+ location: {
141
+ address: "Indiranagar, Bangalore",
142
+ coordinates: {
143
+ lat: 12.9784,
144
+ lng: 77.6408
145
+ }
146
+ },
147
+ averageOrderValue: 350,
148
+ serviceTypes: ["home_service", "appointment"],
149
+ menu: [
150
+ {
151
+ id: "serv-1",
152
+ name: "Men's Haircut",
153
+ price: 300,
154
+ description: "Professional haircut and styling",
155
+ image: "https://images.unsplash.com/photo-1503951914875-452162b0f3f1?w=300",
156
+ category: "Hair Services",
157
+ isVeg: !0,
158
+ duration: 30,
159
+ serviceType: "appointment"
160
+ },
161
+ {
162
+ id: "serv-2",
163
+ name: "Beard Trim",
164
+ price: 150,
165
+ description: "Beard trimming and shaping",
166
+ image: "https://images.unsplash.com/photo-1621647117777-49a282d6878b?w=300",
167
+ category: "Hair Services",
168
+ isVeg: !0,
169
+ duration: 20,
170
+ serviceType: "appointment"
171
+ },
172
+ {
173
+ id: "serv-3",
174
+ name: "Hair Wash",
175
+ price: 100,
176
+ description: "Relaxing hair wash with premium shampoo",
177
+ image: "https://images.unsplash.com/photo-1560066984-138dadb4c035?w=300",
178
+ category: "Hair Services",
179
+ isVeg: !0,
180
+ duration: 15,
181
+ serviceType: "instant"
182
+ }
183
+ ]
184
+ },
185
+ {
186
+ id: "SERV-002",
187
+ name: "Glow Beauty Services",
188
+ category: "Personal Care & Beauty",
189
+ rating: 4.7,
190
+ totalRatings: 189,
191
+ distance: .6,
192
+ estimatedTime: 45,
193
+ image: "https://images.unsplash.com/photo-1570172619644-dfd03ed5d881?w=400",
194
+ images: ["https://images.unsplash.com/photo-1570172619644-dfd03ed5d881?w=400"],
195
+ isOpen: !0,
196
+ isVerified: !0,
197
+ location: {
198
+ address: "Koramangala, Bangalore",
199
+ coordinates: {
200
+ lat: 12.9352,
201
+ lng: 77.6245
202
+ }
203
+ },
204
+ averageOrderValue: 800,
205
+ serviceTypes: ["home_service", "on_location"],
206
+ menu: [
207
+ {
208
+ id: "beauty-1",
209
+ name: "Facial Treatment",
210
+ price: 800,
211
+ description: "Deep cleansing facial with natural ingredients",
212
+ image: "https://images.unsplash.com/photo-1571019613454-1cb2f99b2d8b?w=300",
213
+ category: "Skincare",
214
+ isVeg: !0,
215
+ duration: 60,
216
+ serviceType: "appointment"
217
+ },
218
+ {
219
+ id: "beauty-2",
220
+ name: "Manicure & Pedicure",
221
+ price: 600,
222
+ description: "Complete nail care and grooming",
223
+ image: "https://images.unsplash.com/photo-1604654894610-df63bc536371?w=300",
224
+ category: "Nail Care",
225
+ isVeg: !0,
226
+ duration: 45,
227
+ serviceType: "appointment"
228
+ },
229
+ {
230
+ id: "beauty-3",
231
+ name: "Makeup Service",
232
+ price: 1200,
233
+ description: "Professional makeup for special occasions",
234
+ image: "https://images.unsplash.com/photo-1487412947147-5cebf100ffc2?w=300",
235
+ category: "Makeup",
236
+ isVeg: !0,
237
+ duration: 90,
238
+ serviceType: "appointment"
239
+ }
240
+ ]
241
+ },
242
+ {
243
+ id: "SERV-003",
244
+ name: "Fix-It Mobile Repair",
245
+ category: "Repair & Maintenance",
246
+ rating: 4.4,
247
+ totalRatings: 186,
248
+ distance: .7,
249
+ estimatedTime: 45,
250
+ image: "https://images.unsplash.com/photo-1556656793-08538906a9f8?w=400",
251
+ images: ["https://images.unsplash.com/photo-1556656793-08538906a9f8?w=400"],
252
+ isOpen: !0,
253
+ isVerified: !0,
254
+ location: {
255
+ address: "Jayanagar, Bangalore",
256
+ coordinates: {
257
+ lat: 12.9279,
258
+ lng: 77.5837
259
+ }
260
+ },
261
+ averageOrderValue: 1400,
262
+ serviceTypes: ["on_location", "home_service"],
263
+ menu: [
264
+ {
265
+ id: "repair-1",
266
+ name: "Mobile Screen Repair",
267
+ price: 2500,
268
+ description: "Screen replacement for all smartphone models",
269
+ image: "https://images.unsplash.com/photo-1588508065123-287b28e013da?w=300",
270
+ category: "Mobile Repair",
271
+ isVeg: !0,
272
+ duration: 60,
273
+ serviceType: "instant"
274
+ },
275
+ {
276
+ id: "repair-2",
277
+ name: "Battery Replacement",
278
+ price: 1200,
279
+ description: "Original battery replacement service",
280
+ image: "https://images.unsplash.com/photo-1609592806285-f2e7b5c8a9c6?w=300",
281
+ category: "Mobile Repair",
282
+ isVeg: !0,
283
+ duration: 30,
284
+ serviceType: "instant"
285
+ },
286
+ {
287
+ id: "repair-3",
288
+ name: "Software Issues",
289
+ price: 500,
290
+ description: "Virus removal and software troubleshooting",
291
+ image: "https://images.unsplash.com/photo-1563013544-824ae1b704d3?w=300",
292
+ category: "Software",
293
+ isVeg: !0,
294
+ duration: 45,
295
+ serviceType: "instant"
296
+ }
297
+ ]
298
+ },
299
+ {
300
+ id: "SERV-004",
301
+ name: "TechCare Electronics",
302
+ category: "Repair & Maintenance",
303
+ rating: 4.3,
304
+ totalRatings: 124,
305
+ distance: 1.1,
306
+ estimatedTime: 60,
307
+ image: "https://images.unsplash.com/photo-1581092918056-0c4c3acd3789?w=400",
308
+ images: ["https://images.unsplash.com/photo-1581092918056-0c4c3acd3789?w=400"],
309
+ isOpen: !0,
310
+ isVerified: !0,
311
+ location: {
312
+ address: "BTM Layout, Bangalore",
313
+ coordinates: {
314
+ lat: 12.9165,
315
+ lng: 77.6101
316
+ }
317
+ },
318
+ averageOrderValue: 1800,
319
+ serviceTypes: ["on_location", "home_service"],
320
+ menu: [
321
+ {
322
+ id: "tech-1",
323
+ name: "Laptop Repair",
324
+ price: 1500,
325
+ description: "Hardware and software issues for laptops",
326
+ image: "https://images.unsplash.com/photo-1588508065123-287b28e013da?w=300",
327
+ category: "Computer Repair",
328
+ isVeg: !0,
329
+ duration: 120,
330
+ serviceType: "appointment"
331
+ },
332
+ {
333
+ id: "tech-2",
334
+ name: "TV Repair",
335
+ price: 2e3,
336
+ description: "LED/LCD TV repair and maintenance",
337
+ image: "https://images.unsplash.com/photo-1593784991095-a205069470b6?w=300",
338
+ category: "Appliance Repair",
339
+ isVeg: !0,
340
+ duration: 90,
341
+ serviceType: "appointment"
342
+ },
343
+ {
344
+ id: "tech-3",
345
+ name: "AC Service",
346
+ price: 800,
347
+ description: "Air conditioner cleaning and maintenance",
348
+ image: "https://images.unsplash.com/photo-1555503946-1f0f4f9e6e6e?w=300",
349
+ category: "Appliance Repair",
350
+ isVeg: !0,
351
+ duration: 75,
352
+ serviceType: "appointment"
353
+ }
354
+ ]
355
+ },
356
+ {
357
+ id: "SERV-005",
358
+ name: "Spotless Cleaning Services",
359
+ category: "Home Services",
360
+ rating: 4.8,
361
+ totalRatings: 312,
362
+ distance: 1.2,
363
+ estimatedTime: 60,
364
+ image: "https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=400",
365
+ images: ["https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=400"],
366
+ isOpen: !0,
367
+ isVerified: !0,
368
+ location: {
369
+ address: "HSR Layout, Bangalore",
370
+ coordinates: {
371
+ lat: 12.9081,
372
+ lng: 77.6476
373
+ }
374
+ },
375
+ averageOrderValue: 1200,
376
+ serviceTypes: ["home_service"],
377
+ menu: [
378
+ {
379
+ id: "clean-1",
380
+ name: "Deep House Cleaning",
381
+ price: 1500,
382
+ description: "Complete house cleaning service",
383
+ image: "https://images.unsplash.com/photo-1527515637462-cff94eecc1ac?w=300",
384
+ category: "House Cleaning",
385
+ isVeg: !0,
386
+ duration: 180,
387
+ serviceType: "appointment"
388
+ },
389
+ {
390
+ id: "clean-2",
391
+ name: "Bathroom Cleaning",
392
+ price: 400,
393
+ description: "Thorough bathroom sanitization",
394
+ image: "https://images.unsplash.com/photo-1584464491033-06628f3a6b7b?w=300",
395
+ category: "Specialized Cleaning",
396
+ isVeg: !0,
397
+ duration: 45,
398
+ serviceType: "appointment"
399
+ },
400
+ {
401
+ id: "clean-3",
402
+ name: "Kitchen Cleaning",
403
+ price: 600,
404
+ description: "Complete kitchen cleaning and organization",
405
+ image: "https://images.unsplash.com/photo-1556909114-f6e7ad7d3136?w=300",
406
+ category: "Specialized Cleaning",
407
+ isVeg: !0,
408
+ duration: 60,
409
+ serviceType: "appointment"
410
+ }
411
+ ]
412
+ },
413
+ {
414
+ id: "SERV-006",
415
+ name: "QuickWash Laundry",
416
+ category: "Home Services",
417
+ rating: 4.4,
418
+ totalRatings: 156,
419
+ distance: .9,
420
+ estimatedTime: 30,
421
+ image: "https://images.unsplash.com/photo-1545173168-9f1947eebb7f?w=400",
422
+ images: ["https://images.unsplash.com/photo-1545173168-9f1947eebb7f?w=400"],
423
+ isOpen: !0,
424
+ isVerified: !0,
425
+ location: {
426
+ address: "Whitefield, Bangalore",
427
+ coordinates: {
428
+ lat: 12.9698,
429
+ lng: 77.7499
430
+ }
431
+ },
432
+ averageOrderValue: 200,
433
+ serviceTypes: ["pickup", "delivery"],
434
+ menu: [
435
+ {
436
+ id: "laundry-1",
437
+ name: "Wash & Fold",
438
+ price: 80,
439
+ description: "Regular wash and fold service per kg",
440
+ image: "https://images.unsplash.com/photo-1545173168-9f1947eebb7f?w=300",
441
+ category: "Laundry",
442
+ isVeg: !0,
443
+ duration: 1440,
444
+ serviceType: "recurring"
445
+ },
446
+ {
447
+ id: "laundry-2",
448
+ name: "Dry Cleaning",
449
+ price: 150,
450
+ description: "Professional dry cleaning service",
451
+ image: "https://images.unsplash.com/photo-1558769132-cb1aea458c5e?w=300",
452
+ category: "Dry Cleaning",
453
+ isVeg: !0,
454
+ duration: 2880,
455
+ serviceType: "appointment"
456
+ },
457
+ {
458
+ id: "laundry-3",
459
+ name: "Ironing Service",
460
+ price: 30,
461
+ description: "Professional ironing per piece",
462
+ image: "https://images.unsplash.com/photo-1558769132-cb1aea458c5e?w=300",
463
+ category: "Ironing",
464
+ isVeg: !0,
465
+ duration: 720,
466
+ serviceType: "appointment"
467
+ }
468
+ ]
469
+ },
470
+ {
471
+ id: "HOME-001",
472
+ name: "Quick Clean Services",
473
+ category: "Home Services",
474
+ rating: 4.4,
475
+ totalRatings: 156,
476
+ distance: .9,
477
+ estimatedTime: 120,
478
+ image: "https://images.unsplash.com/photo-1581578731548-c64695cc6952?w=400",
479
+ images: ["https://images.unsplash.com/photo-1581578731548-c64695cc6952?w=400"],
480
+ isOpen: !0,
481
+ isVerified: !0,
482
+ location: {
483
+ address: "HSR Layout Sector 1, Bangalore",
484
+ coordinates: {
485
+ lat: 12.9082,
486
+ lng: 77.6476
487
+ }
488
+ },
489
+ averageOrderValue: 600,
490
+ serviceTypes: ["appointment", "home_service"],
491
+ menu: [{
492
+ id: "home-1",
493
+ name: "House Cleaning",
494
+ price: 800,
495
+ description: "Complete house cleaning service",
496
+ image: "https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=300",
497
+ category: "Cleaning Services",
498
+ isVeg: !0,
499
+ duration: 120,
500
+ serviceType: "appointment"
501
+ }, {
502
+ id: "home-2",
503
+ name: "Laundry Service",
504
+ price: 200,
505
+ description: "Wash, dry and fold laundry service",
506
+ image: "https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=300",
507
+ category: "Laundry Services",
508
+ isVeg: !0,
509
+ duration: 1440,
510
+ serviceType: "appointment"
511
+ }]
512
+ },
513
+ {
514
+ id: "SERV-007",
515
+ name: "Stitch Perfect Tailoring",
516
+ category: "Clothing & Fashion",
517
+ rating: 4.3,
518
+ totalRatings: 94,
519
+ distance: .9,
520
+ estimatedTime: 1440,
521
+ image: "https://images.unsplash.com/photo-1558769132-cb1aea458c5e?w=400",
522
+ images: ["https://images.unsplash.com/photo-1558769132-cb1aea458c5e?w=400"],
523
+ isOpen: !0,
524
+ isVerified: !0,
525
+ location: {
526
+ address: "Commercial Street, Bangalore",
527
+ coordinates: {
528
+ lat: 12.983,
529
+ lng: 77.606
530
+ }
531
+ },
532
+ averageOrderValue: 400,
533
+ serviceTypes: ["on_location", "home_service"],
534
+ menu: [
535
+ {
536
+ id: "tailor-1",
537
+ name: "Shirt Alteration",
538
+ price: 250,
539
+ description: "Professional shirt fitting and alteration",
540
+ image: "https://images.unsplash.com/photo-1564859228273-274232fdb516?w=300",
541
+ category: "Alterations",
542
+ isVeg: !0,
543
+ duration: 1440,
544
+ serviceType: "appointment"
545
+ },
546
+ {
547
+ id: "tailor-2",
548
+ name: "Trouser Hemming",
549
+ price: 150,
550
+ description: "Perfect trouser length adjustment",
551
+ image: "https://images.unsplash.com/photo-1473966968600-fa801b869a1a?w=300",
552
+ category: "Alterations",
553
+ isVeg: !0,
554
+ duration: 720,
555
+ serviceType: "appointment"
556
+ },
557
+ {
558
+ id: "tailor-3",
559
+ name: "Custom Dress Stitching",
560
+ price: 1200,
561
+ description: "Made-to-measure dress stitching",
562
+ image: "https://images.unsplash.com/photo-1515372039744-b8f02a3ae446?w=300",
563
+ category: "Custom Stitching",
564
+ isVeg: !0,
565
+ duration: 4320,
566
+ serviceType: "appointment"
567
+ }
568
+ ]
569
+ },
570
+ {
571
+ id: "RETAIL-001",
572
+ name: "Street Style Fashion",
573
+ category: "Clothing & Fashion",
574
+ rating: 4.1,
575
+ totalRatings: 67,
576
+ distance: 1.3,
577
+ estimatedTime: 20,
578
+ image: "https://images.unsplash.com/photo-1441986300917-64674bd600d8?w=400",
579
+ images: ["https://images.unsplash.com/photo-1441986300917-64674bd600d8?w=400"],
580
+ isOpen: !0,
581
+ isVerified: !0,
582
+ location: {
583
+ address: "MG Road, Bangalore",
584
+ coordinates: {
585
+ lat: 12.9716,
586
+ lng: 77.5946
587
+ }
588
+ },
589
+ averageOrderValue: 800,
590
+ serviceTypes: ["on_location", "delivery"],
591
+ menu: [
592
+ {
593
+ id: "fashion-1",
594
+ name: "Trendy T-Shirts",
595
+ price: 500,
596
+ description: "Latest fashion t-shirts for men and women",
597
+ image: "https://images.unsplash.com/photo-1521572163474-6864f9cf17ab?w=300",
598
+ category: "Casual Wear",
599
+ isVeg: !0,
600
+ duration: 15
601
+ },
602
+ {
603
+ id: "fashion-2",
604
+ name: "Accessories",
605
+ price: 300,
606
+ description: "Trendy accessories and jewelry",
607
+ image: "https://images.unsplash.com/photo-1506629905607-af5c92284aa6?w=300",
608
+ category: "Accessories",
609
+ isVeg: !0,
610
+ duration: 10
611
+ },
612
+ {
613
+ id: "fashion-3",
614
+ name: "Traditional Wear",
615
+ price: 1200,
616
+ description: "Beautiful traditional Indian clothing",
617
+ image: "https://images.unsplash.com/photo-1610030469983-98e550d6193c?w=300",
618
+ category: "Traditional",
619
+ isVeg: !0,
620
+ duration: 20
621
+ }
622
+ ]
623
+ },
624
+ {
625
+ id: "FASHION-001",
626
+ name: "Street Style Boutique",
627
+ category: "Clothing & Fashion",
628
+ rating: 4.1,
629
+ totalRatings: 67,
630
+ distance: 1.2,
631
+ estimatedTime: 25,
632
+ image: "https://images.unsplash.com/photo-1441986300917-64674bd600d8?w=400",
633
+ images: ["https://images.unsplash.com/photo-1441986300917-64674bd600d8?w=400"],
634
+ isOpen: !0,
635
+ isVerified: !1,
636
+ location: {
637
+ address: "Commercial Street, Bangalore",
638
+ coordinates: {
639
+ lat: 12.9843,
640
+ lng: 77.6056
641
+ }
642
+ },
643
+ averageOrderValue: 1200,
644
+ serviceTypes: ["pickup", "delivery"],
645
+ menu: [{
646
+ id: "boutique-1",
647
+ name: "Cotton T-Shirt",
648
+ price: 500,
649
+ description: "Premium quality cotton t-shirt",
650
+ image: "https://images.unsplash.com/photo-1521572163474-6864f9cf17ab?w=300",
651
+ category: "Casual Clothing",
652
+ isVeg: !0,
653
+ duration: 0
654
+ }, {
655
+ id: "boutique-2",
656
+ name: "Leather Wallet",
657
+ price: 800,
658
+ description: "Genuine leather wallet with card slots",
659
+ image: "https://images.unsplash.com/photo-1553062407-98eeb64c6a62?w=300",
660
+ category: "Accessories",
661
+ isVeg: !1,
662
+ duration: 0
663
+ }]
664
+ },
665
+ {
666
+ id: "SERV-008",
667
+ name: "Wellness Yoga Studio",
668
+ category: "Health & Wellness",
669
+ rating: 4.7,
670
+ totalRatings: 167,
671
+ distance: 1.5,
672
+ estimatedTime: 90,
673
+ image: "https://images.unsplash.com/photo-1544367567-0f2fcb009e0b?w=400",
674
+ images: ["https://images.unsplash.com/photo-1544367567-0f2fcb009e0b?w=400"],
675
+ isOpen: !0,
676
+ isVerified: !0,
677
+ location: {
678
+ address: "Whitefield, Bangalore",
679
+ coordinates: {
680
+ lat: 12.9698,
681
+ lng: 77.7499
682
+ }
683
+ },
684
+ averageOrderValue: 600,
685
+ serviceTypes: ["on_location", "home_service"],
686
+ menu: [
687
+ {
688
+ id: "yoga-1",
689
+ name: "Hatha Yoga Session",
690
+ price: 500,
691
+ description: "Beginner-friendly yoga session",
692
+ image: "https://images.unsplash.com/photo-1506629905607-af5c92284aa6?w=300",
693
+ category: "Yoga",
694
+ isVeg: !0,
695
+ duration: 60,
696
+ serviceType: "appointment"
697
+ },
698
+ {
699
+ id: "yoga-2",
700
+ name: "Meditation Session",
701
+ price: 300,
702
+ description: "Guided meditation and mindfulness",
703
+ image: "https://images.unsplash.com/photo-1499209974431-9dddcece7f88?w=300",
704
+ category: "Meditation",
705
+ isVeg: !0,
706
+ duration: 45,
707
+ serviceType: "appointment"
708
+ },
709
+ {
710
+ id: "yoga-3",
711
+ name: "Personal Training",
712
+ price: 1e3,
713
+ description: "One-on-one fitness training",
714
+ image: "https://images.unsplash.com/photo-1571019613454-1cb2f99b2d8b?w=300",
715
+ category: "Fitness",
716
+ isVeg: !0,
717
+ duration: 60,
718
+ serviceType: "appointment"
719
+ }
720
+ ]
721
+ },
722
+ {
723
+ id: "SERV-009",
724
+ name: "Dr. Health Consultation",
725
+ category: "Health & Wellness",
726
+ rating: 4.9,
727
+ totalRatings: 203,
728
+ distance: 2,
729
+ estimatedTime: 30,
730
+ image: "https://images.unsplash.com/photo-1559757148-5c350d0d3c56?w=400",
731
+ images: ["https://images.unsplash.com/photo-1559757148-5c350d0d3c56?w=400"],
732
+ isOpen: !0,
733
+ isVerified: !0,
734
+ location: {
735
+ address: "Koramangala, Bangalore",
736
+ coordinates: {
737
+ lat: 12.9352,
738
+ lng: 77.6245
739
+ }
740
+ },
741
+ averageOrderValue: 800,
742
+ serviceTypes: ["consultation", "home_service"],
743
+ menu: [
744
+ {
745
+ id: "health-1",
746
+ name: "General Consultation",
747
+ price: 600,
748
+ description: "General health consultation and checkup",
749
+ image: "https://images.unsplash.com/photo-1559757148-5c350d0d3c56?w=300",
750
+ category: "Consultation",
751
+ isVeg: !0,
752
+ duration: 30,
753
+ serviceType: "consultation"
754
+ },
755
+ {
756
+ id: "health-2",
757
+ name: "Physiotherapy",
758
+ price: 800,
759
+ description: "Professional physiotherapy session",
760
+ image: "https://images.unsplash.com/photo-1559757175-0eb30cd8c063?w=300",
761
+ category: "Therapy",
762
+ isVeg: !0,
763
+ duration: 45,
764
+ serviceType: "appointment"
765
+ },
766
+ {
767
+ id: "health-3",
768
+ name: "Nutrition Counseling",
769
+ price: 500,
770
+ description: "Personalized nutrition advice",
771
+ image: "https://images.unsplash.com/photo-1556909114-f6e7ad7d3136?w=300",
772
+ category: "Nutrition",
773
+ isVeg: !0,
774
+ duration: 30,
775
+ serviceType: "consultation"
776
+ }
777
+ ]
778
+ },
779
+ {
780
+ id: "SERV-010",
781
+ name: "Learn Hub Tutoring",
782
+ category: "Education & Skills",
783
+ rating: 4.5,
784
+ totalRatings: 89,
785
+ distance: 1.8,
786
+ estimatedTime: 90,
787
+ image: "https://images.unsplash.com/photo-1509062522246-3755977927d7?w=400",
788
+ images: ["https://images.unsplash.com/photo-1509062522246-3755977927d7?w=400"],
789
+ isOpen: !0,
790
+ isVerified: !0,
791
+ location: {
792
+ address: "Marathahalli, Bangalore",
793
+ coordinates: {
794
+ lat: 12.9592,
795
+ lng: 77.6974
796
+ }
797
+ },
798
+ averageOrderValue: 700,
799
+ serviceTypes: ["home_service", "consultation"],
800
+ menu: [
801
+ {
802
+ id: "edu-1",
803
+ name: "Mathematics Tutoring",
804
+ price: 600,
805
+ description: "One-on-one mathematics tutoring",
806
+ image: "https://images.unsplash.com/photo-1509062522246-3755977927d7?w=300",
807
+ category: "Academic",
808
+ isVeg: !0,
809
+ duration: 60,
810
+ serviceType: "recurring"
811
+ },
812
+ {
813
+ id: "edu-2",
814
+ name: "English Speaking",
815
+ price: 500,
816
+ description: "Improve your English speaking skills",
817
+ image: "https://images.unsplash.com/photo-1434030216411-0b793f4b4173?w=300",
818
+ category: "Language",
819
+ isVeg: !0,
820
+ duration: 45,
821
+ serviceType: "recurring"
822
+ },
823
+ {
824
+ id: "edu-3",
825
+ name: "Programming Lessons",
826
+ price: 800,
827
+ description: "Learn programming from basics",
828
+ image: "https://images.unsplash.com/photo-1516321318423-f06f85e504b3?w=300",
829
+ category: "Technical",
830
+ isVeg: !0,
831
+ duration: 90,
832
+ serviceType: "recurring"
833
+ }
834
+ ]
835
+ },
836
+ {
837
+ id: "RETAIL-002",
838
+ name: "Gadget Zone",
839
+ category: "Retail & Merchandise",
840
+ rating: 4.2,
841
+ totalRatings: 134,
842
+ distance: 1.1,
843
+ estimatedTime: 20,
844
+ image: "https://images.unsplash.com/photo-1468495244123-6c6c332eeece?w=400",
845
+ images: ["https://images.unsplash.com/photo-1468495244123-6c6c332eeece?w=400"],
846
+ isOpen: !0,
847
+ isVerified: !0,
848
+ location: {
849
+ address: "Electronic City, Bangalore",
850
+ coordinates: {
851
+ lat: 12.8456,
852
+ lng: 77.6603
853
+ }
854
+ },
855
+ averageOrderValue: 1500,
856
+ serviceTypes: ["delivery", "pickup"],
857
+ menu: [
858
+ {
859
+ id: "gadget-1",
860
+ name: "Mobile Accessories",
861
+ price: 500,
862
+ description: "Cases, chargers, and mobile accessories",
863
+ image: "https://images.unsplash.com/photo-1468495244123-6c6c332eeece?w=300",
864
+ category: "Electronics",
865
+ isVeg: !0,
866
+ duration: 15
867
+ },
868
+ {
869
+ id: "gadget-2",
870
+ name: "Bluetooth Speakers",
871
+ price: 2e3,
872
+ description: "Portable bluetooth speakers",
873
+ image: "https://images.unsplash.com/photo-1608043152269-423dbba4e7e1?w=300",
874
+ category: "Audio",
875
+ isVeg: !0,
876
+ duration: 10
877
+ },
878
+ {
879
+ id: "gadget-3",
880
+ name: "Smart Watch",
881
+ price: 5e3,
882
+ description: "Latest smartwatch with fitness tracking",
883
+ image: "https://images.unsplash.com/photo-1523275335684-37898b6baf30?w=300",
884
+ category: "Wearables",
885
+ isVeg: !0,
886
+ duration: 15
887
+ }
888
+ ]
889
+ },
890
+ {
891
+ id: "RETAIL-003",
892
+ name: "Gadget Zone Brigade",
893
+ category: "Retail & Merchandise",
894
+ rating: 4.2,
895
+ totalRatings: 98,
896
+ distance: .6,
897
+ estimatedTime: 15,
898
+ image: "https://images.unsplash.com/photo-1441986300917-64674bd600d8?w=400",
899
+ images: ["https://images.unsplash.com/photo-1441986300917-64674bd600d8?w=400"],
900
+ isOpen: !0,
901
+ isVerified: !0,
902
+ location: {
903
+ address: "Brigade Road, Bangalore",
904
+ coordinates: {
905
+ lat: 12.9719,
906
+ lng: 77.6095
907
+ }
908
+ },
909
+ averageOrderValue: 2500,
910
+ serviceTypes: ["pickup", "delivery"],
911
+ menu: [{
912
+ id: "retail-1",
913
+ name: "Bluetooth Headphones",
914
+ price: 2e3,
915
+ description: "Wireless bluetooth headphones with noise cancellation",
916
+ image: "https://images.unsplash.com/photo-1505740420928-5e560c06d30e?w=300",
917
+ category: "Electronics",
918
+ isVeg: !0,
919
+ duration: 0
920
+ }, {
921
+ id: "retail-2",
922
+ name: "Phone Case",
923
+ price: 300,
924
+ description: "Protective phone case with screen guard",
925
+ image: "https://images.unsplash.com/photo-1556656793-08538906a9f8?w=300",
926
+ category: "Electronics",
927
+ isVeg: !0,
928
+ duration: 0
929
+ }]
930
+ },
931
+ {
932
+ id: "RETAIL-004",
933
+ name: "Fresh Mart Grocery",
934
+ category: "Grocery & Essentials",
935
+ rating: 4.3,
936
+ totalRatings: 245,
937
+ distance: .4,
938
+ estimatedTime: 30,
939
+ image: "https://images.unsplash.com/photo-1542838132-92c53300491e?w=400",
940
+ images: ["https://images.unsplash.com/photo-1542838132-92c53300491e?w=400"],
941
+ isOpen: !0,
942
+ isVerified: !0,
943
+ location: {
944
+ address: "Koramangala, Bangalore",
945
+ coordinates: {
946
+ lat: 12.9352,
947
+ lng: 77.6245
948
+ }
949
+ },
950
+ averageOrderValue: 800,
951
+ serviceTypes: ["delivery", "pickup"],
952
+ menu: [
953
+ {
954
+ id: "grocery-1",
955
+ name: "Fresh Vegetables",
956
+ price: 200,
957
+ description: "Farm-fresh vegetables daily",
958
+ image: "https://images.unsplash.com/photo-1542838132-92c53300491e?w=300",
959
+ category: "Produce",
960
+ isVeg: !0,
961
+ duration: 20
962
+ },
963
+ {
964
+ id: "grocery-2",
965
+ name: "Dairy Products",
966
+ price: 150,
967
+ description: "Fresh milk, yogurt, and cheese",
968
+ image: "https://images.unsplash.com/photo-1563636619-e9143da7973b?w=300",
969
+ category: "Dairy",
970
+ isVeg: !0,
971
+ duration: 15
972
+ },
973
+ {
974
+ id: "grocery-3",
975
+ name: "Household Items",
976
+ price: 300,
977
+ description: "Daily household essentials",
978
+ image: "https://images.unsplash.com/photo-1556909114-f6e7ad7d3136?w=300",
979
+ category: "Household",
980
+ isVeg: !0,
981
+ duration: 25
982
+ }
983
+ ]
984
+ },
985
+ {
986
+ id: "CARE-001",
987
+ name: "Quick Cuts BTM",
988
+ category: "Personal Care & Beauty",
989
+ rating: 4.3,
990
+ totalRatings: 89,
991
+ distance: .3,
992
+ estimatedTime: 30,
993
+ image: "https://images.unsplash.com/photo-1522337660859-02fbefca4702?w=400",
994
+ images: ["https://images.unsplash.com/photo-1522337660859-02fbefca4702?w=400"],
995
+ isOpen: !0,
996
+ isVerified: !0,
997
+ location: {
998
+ address: "BTM Layout 2nd Stage, Bangalore",
999
+ coordinates: {
1000
+ lat: 12.9165,
1001
+ lng: 77.6101
1002
+ }
1003
+ },
1004
+ averageOrderValue: 250,
1005
+ serviceTypes: ["appointment", "direct_service"],
1006
+ menu: [{
1007
+ id: "care-1",
1008
+ name: "Men's Haircut",
1009
+ price: 200,
1010
+ description: "Professional haircut and styling",
1011
+ image: "https://images.unsplash.com/photo-1503951914875-452162b0f3f1?w=300",
1012
+ category: "Haircut & Styling",
1013
+ isVeg: !0,
1014
+ duration: 30,
1015
+ serviceType: "appointment"
1016
+ }, {
1017
+ id: "care-2",
1018
+ name: "Beard Trimming",
1019
+ price: 100,
1020
+ description: "Beard shaping and trimming service",
1021
+ image: "https://images.unsplash.com/photo-1581282919842-4bb6b6cbf095?w=300",
1022
+ category: "Beard Grooming",
1023
+ isVeg: !0,
1024
+ duration: 20,
1025
+ serviceType: "appointment"
1026
+ }]
1027
+ },
1028
+ {
1029
+ id: "REPAIR-001",
1030
+ name: "Mobile Fix Pro",
1031
+ category: "Repair & Maintenance",
1032
+ rating: 4.6,
1033
+ totalRatings: 234,
1034
+ distance: .7,
1035
+ estimatedTime: 45,
1036
+ image: "https://images.unsplash.com/photo-1601784551446-20c9e07cdbdb?w=400",
1037
+ images: ["https://images.unsplash.com/photo-1601784551446-20c9e07cdbdb?w=400"],
1038
+ isOpen: !0,
1039
+ isVerified: !0,
1040
+ location: {
1041
+ address: "Indiranagar 100 Feet Road, Bangalore",
1042
+ coordinates: {
1043
+ lat: 12.9719,
1044
+ lng: 77.6412
1045
+ }
1046
+ },
1047
+ averageOrderValue: 800,
1048
+ serviceTypes: ["direct_service", "pickup"],
1049
+ menu: [{
1050
+ id: "mfp-repair-1",
1051
+ name: "Screen Replacement",
1052
+ price: 1500,
1053
+ description: "Mobile phone screen replacement service",
1054
+ image: "https://images.unsplash.com/photo-1556656793-08538906a9f8?w=300",
1055
+ category: "Mobile Repair",
1056
+ isVeg: !0,
1057
+ duration: 60,
1058
+ serviceType: "instant"
1059
+ }, {
1060
+ id: "mfp-repair-2",
1061
+ name: "Battery Replacement",
1062
+ price: 800,
1063
+ description: "Mobile phone battery replacement",
1064
+ image: "https://images.unsplash.com/photo-1609540786889-e018b84a4a7d?w=300",
1065
+ category: "Mobile Repair",
1066
+ isVeg: !0,
1067
+ duration: 30,
1068
+ serviceType: "instant"
1069
+ }]
1070
+ }
1071
+ ], t = e.flatMap((e) => e.menu.map((t) => ({
1072
+ ...t,
1073
+ cartId: e.id,
1074
+ cartName: e.name,
1075
+ cart: e,
1076
+ images: [t.image],
1077
+ isAvailable: !0,
1078
+ rating: e.rating,
1079
+ reviewCount: e.totalRatings,
1080
+ stock: 10,
1081
+ tags: [e.category],
1082
+ createdAt: (/* @__PURE__ */ new Date()).toISOString(),
1083
+ updatedAt: (/* @__PURE__ */ new Date()).toISOString()
1084
+ }))), n = [
1085
+ {
1086
+ id: "ORD-001",
1087
+ cartId: "FOOD-001",
1088
+ cartName: "Dosa Express",
1089
+ cartImage: "https://images.unsplash.com/photo-1567620905732-2d1ec7ab7445?w=400",
1090
+ items: [{
1091
+ id: "food-1",
1092
+ name: "Masala Dosa",
1093
+ quantity: 1,
1094
+ price: 120,
1095
+ customizations: ["Extra Chutney", "Less Spicy"]
1096
+ }, {
1097
+ id: "food-2",
1098
+ name: "Filter Coffee",
1099
+ quantity: 1,
1100
+ price: 60
1101
+ }],
1102
+ subtotal: 180,
1103
+ taxes: 18,
1104
+ deliveryFee: 20,
1105
+ total: 218,
1106
+ status: "delivered",
1107
+ orderDate: "2024-01-15T10:30:00Z",
1108
+ estimatedDeliveryTime: "2024-01-15T11:00:00Z",
1109
+ actualDeliveryTime: "2024-01-15T10:55:00Z",
1110
+ deliveryAddress: {
1111
+ street: "123 Main Street",
1112
+ area: "Koramangala",
1113
+ city: "Bangalore",
1114
+ pincode: "560034",
1115
+ landmark: "Near Metro Station"
1116
+ },
1117
+ paymentMethod: "UPI",
1118
+ paymentStatus: "completed",
1119
+ customerNotes: "Extra spicy chutney please",
1120
+ rating: 4.5,
1121
+ review: "Great taste and quick delivery!",
1122
+ timeline: [
1123
+ {
1124
+ status: "confirmed",
1125
+ timestamp: "2024-01-15T10:30:00Z",
1126
+ description: "Order confirmed"
1127
+ },
1128
+ {
1129
+ status: "preparing",
1130
+ timestamp: "2024-01-15T10:35:00Z",
1131
+ description: "Preparing your food"
1132
+ },
1133
+ {
1134
+ status: "ready",
1135
+ timestamp: "2024-01-15T10:45:00Z",
1136
+ description: "Order ready for pickup"
1137
+ },
1138
+ {
1139
+ status: "out_for_delivery",
1140
+ timestamp: "2024-01-15T10:50:00Z",
1141
+ description: "Out for delivery"
1142
+ },
1143
+ {
1144
+ status: "delivered",
1145
+ timestamp: "2024-01-15T10:55:00Z",
1146
+ description: "Order delivered"
1147
+ }
1148
+ ],
1149
+ assignedWorker: {
1150
+ id: "worker-1",
1151
+ name: "Ravi Kumar",
1152
+ phone: "+91-9876543210",
1153
+ rating: 4.8
1154
+ }
1155
+ },
1156
+ {
1157
+ id: "ORD-002",
1158
+ cartId: "SERV-001",
1159
+ cartName: "Quick Cuts Salon",
1160
+ cartImage: "https://images.unsplash.com/photo-1562322140-8baeececf3df?w=400",
1161
+ items: [{
1162
+ id: "serv-1",
1163
+ name: "Men's Haircut",
1164
+ quantity: 1,
1165
+ price: 300
1166
+ }, {
1167
+ id: "serv-2",
1168
+ name: "Beard Trim",
1169
+ quantity: 1,
1170
+ price: 150
1171
+ }],
1172
+ subtotal: 450,
1173
+ taxes: 45,
1174
+ deliveryFee: 0,
1175
+ total: 495,
1176
+ status: "confirmed",
1177
+ orderDate: "2024-01-16T14:00:00Z",
1178
+ estimatedDeliveryTime: "2024-01-16T15:30:00Z",
1179
+ deliveryAddress: {
1180
+ street: "456 Service Road",
1181
+ area: "Indiranagar",
1182
+ city: "Bangalore",
1183
+ pincode: "560038",
1184
+ landmark: "Near Park"
1185
+ },
1186
+ paymentMethod: "Cash",
1187
+ paymentStatus: "pending",
1188
+ customerNotes: "Please bring your own equipment",
1189
+ timeline: [{
1190
+ status: "confirmed",
1191
+ timestamp: "2024-01-16T14:00:00Z",
1192
+ description: "Appointment confirmed"
1193
+ }],
1194
+ assignedWorker: {
1195
+ id: "worker-2",
1196
+ name: "Suresh Barber",
1197
+ phone: "+91-9876543211",
1198
+ rating: 4.6
1199
+ }
1200
+ },
1201
+ {
1202
+ id: "ORD-003",
1203
+ cartId: "SERV-003",
1204
+ cartName: "Fix-It Mobile Repair",
1205
+ cartImage: "https://images.unsplash.com/photo-1556656793-08538906a9f8?w=400",
1206
+ items: [{
1207
+ id: "repair-1",
1208
+ name: "Mobile Screen Repair",
1209
+ quantity: 1,
1210
+ price: 2500
1211
+ }],
1212
+ subtotal: 2500,
1213
+ taxes: 250,
1214
+ deliveryFee: 50,
1215
+ total: 2800,
1216
+ status: "preparing",
1217
+ orderDate: "2024-01-16T16:00:00Z",
1218
+ estimatedDeliveryTime: "2024-01-16T17:00:00Z",
1219
+ deliveryAddress: {
1220
+ street: "789 Tech Street",
1221
+ area: "Jayanagar",
1222
+ city: "Bangalore",
1223
+ pincode: "560041",
1224
+ landmark: "Near Bus Stop"
1225
+ },
1226
+ paymentMethod: "Card",
1227
+ paymentStatus: "completed",
1228
+ customerNotes: "iPhone 12 Pro Max screen replacement",
1229
+ timeline: [{
1230
+ status: "confirmed",
1231
+ timestamp: "2024-01-16T16:00:00Z",
1232
+ description: "Repair job confirmed"
1233
+ }, {
1234
+ status: "preparing",
1235
+ timestamp: "2024-01-16T16:15:00Z",
1236
+ description: "Technician assigned and working"
1237
+ }],
1238
+ assignedWorker: {
1239
+ id: "worker-3",
1240
+ name: "Amit Tech",
1241
+ phone: "+91-9876543212",
1242
+ rating: 4.4
1243
+ }
1244
+ }
1245
+ ], r = [{
1246
+ id: "INV-HOLD-001",
1247
+ opportunityId: "INV-001",
1248
+ cartName: "Quick Cuts Salon",
1249
+ investedAmount: 5e4,
1250
+ currentValue: 55e3,
1251
+ returns: 5e3,
1252
+ returnsPercentage: 10,
1253
+ investmentDate: "2024-01-15T10:00:00Z",
1254
+ status: "active"
1255
+ }, {
1256
+ id: "INV-HOLD-002",
1257
+ opportunityId: "INV-002",
1258
+ cartName: "Fix-It Mobile Repair",
1259
+ investedAmount: 25e3,
1260
+ currentValue: 26e3,
1261
+ returns: 1e3,
1262
+ returnsPercentage: 4,
1263
+ investmentDate: "2024-02-01T09:00:00Z",
1264
+ status: "active"
1265
+ }], i = {
1266
+ revenueByCategory: [
1267
+ {
1268
+ category: "Food & Beverage",
1269
+ revenue: 245e3,
1270
+ orders: 456
1271
+ },
1272
+ {
1273
+ category: "Personal Care & Beauty",
1274
+ revenue: 178e3,
1275
+ orders: 234
1276
+ },
1277
+ {
1278
+ category: "Repair & Maintenance",
1279
+ revenue: 156e3,
1280
+ orders: 89
1281
+ },
1282
+ {
1283
+ category: "Home Services",
1284
+ revenue: 134e3,
1285
+ orders: 112
1286
+ },
1287
+ {
1288
+ category: "Clothing & Fashion",
1289
+ revenue: 89e3,
1290
+ orders: 156
1291
+ },
1292
+ {
1293
+ category: "Health & Wellness",
1294
+ revenue: 67e3,
1295
+ orders: 78
1296
+ },
1297
+ {
1298
+ category: "Education & Skills",
1299
+ revenue: 45e3,
1300
+ orders: 45
1301
+ },
1302
+ {
1303
+ category: "Retail & Merchandise",
1304
+ revenue: 52e3,
1305
+ orders: 67
1306
+ },
1307
+ {
1308
+ category: "Grocery & Essentials",
1309
+ revenue: 26450,
1310
+ orders: 34
1311
+ }
1312
+ ],
1313
+ orderTrends: [
1314
+ {
1315
+ date: "2024-01-01",
1316
+ orders: 32,
1317
+ revenue: 24500
1318
+ },
1319
+ {
1320
+ date: "2024-01-02",
1321
+ orders: 45,
1322
+ revenue: 34200
1323
+ },
1324
+ {
1325
+ date: "2024-01-03",
1326
+ orders: 38,
1327
+ revenue: 28900
1328
+ },
1329
+ {
1330
+ date: "2024-01-04",
1331
+ orders: 52,
1332
+ revenue: 41600
1333
+ },
1334
+ {
1335
+ date: "2024-01-05",
1336
+ orders: 41,
1337
+ revenue: 31200
1338
+ },
1339
+ {
1340
+ date: "2024-01-06",
1341
+ orders: 58,
1342
+ revenue: 45800
1343
+ },
1344
+ {
1345
+ date: "2024-01-07",
1346
+ orders: 63,
1347
+ revenue: 52100
1348
+ },
1349
+ {
1350
+ date: "2024-01-08",
1351
+ orders: 47,
1352
+ revenue: 36400
1353
+ },
1354
+ {
1355
+ date: "2024-01-09",
1356
+ orders: 55,
1357
+ revenue: 43200
1358
+ },
1359
+ {
1360
+ date: "2024-01-10",
1361
+ orders: 49,
1362
+ revenue: 38500
1363
+ },
1364
+ {
1365
+ date: "2024-01-11",
1366
+ orders: 61,
1367
+ revenue: 49200
1368
+ },
1369
+ {
1370
+ date: "2024-01-12",
1371
+ orders: 72,
1372
+ revenue: 58400
1373
+ },
1374
+ {
1375
+ date: "2024-01-13",
1376
+ orders: 68,
1377
+ revenue: 54800
1378
+ },
1379
+ {
1380
+ date: "2024-01-14",
1381
+ orders: 56,
1382
+ revenue: 44600
1383
+ }
1384
+ ],
1385
+ topProviders: [
1386
+ {
1387
+ id: "FOOD-001",
1388
+ name: "Dosa Express",
1389
+ category: "Food & Beverage",
1390
+ revenue: 64500,
1391
+ orders: 324,
1392
+ rating: 4.5
1393
+ },
1394
+ {
1395
+ id: "SERV-005",
1396
+ name: "Spotless Cleaning Services",
1397
+ category: "Home Services",
1398
+ revenue: 58200,
1399
+ orders: 312,
1400
+ rating: 4.8
1401
+ },
1402
+ {
1403
+ id: "SERV-001",
1404
+ name: "Quick Cuts Salon",
1405
+ category: "Personal Care & Beauty",
1406
+ revenue: 52400,
1407
+ orders: 248,
1408
+ rating: 4.6
1409
+ },
1410
+ {
1411
+ id: "SERV-003",
1412
+ name: "Fix-It Mobile Repair",
1413
+ category: "Repair & Maintenance",
1414
+ revenue: 48100,
1415
+ orders: 186,
1416
+ rating: 4.4
1417
+ },
1418
+ {
1419
+ id: "SERV-009",
1420
+ name: "Dr. Health Consultation",
1421
+ category: "Health & Wellness",
1422
+ revenue: 41800,
1423
+ orders: 203,
1424
+ rating: 4.9
1425
+ }
1426
+ ],
1427
+ customerGrowth: [
1428
+ {
1429
+ month: "2023-08",
1430
+ newCustomers: 45,
1431
+ totalCustomers: 245
1432
+ },
1433
+ {
1434
+ month: "2023-09",
1435
+ newCustomers: 62,
1436
+ totalCustomers: 307
1437
+ },
1438
+ {
1439
+ month: "2023-10",
1440
+ newCustomers: 58,
1441
+ totalCustomers: 365
1442
+ },
1443
+ {
1444
+ month: "2023-11",
1445
+ newCustomers: 71,
1446
+ totalCustomers: 436
1447
+ },
1448
+ {
1449
+ month: "2023-12",
1450
+ newCustomers: 48,
1451
+ totalCustomers: 484
1452
+ },
1453
+ {
1454
+ month: "2024-01",
1455
+ newCustomers: 50,
1456
+ totalCustomers: 534
1457
+ }
1458
+ ],
1459
+ categoryDistribution: [
1460
+ {
1461
+ category: "Food & Beverage",
1462
+ count: 3,
1463
+ percentage: 14.3
1464
+ },
1465
+ {
1466
+ category: "Personal Care & Beauty",
1467
+ count: 3,
1468
+ percentage: 14.3
1469
+ },
1470
+ {
1471
+ category: "Repair & Maintenance",
1472
+ count: 3,
1473
+ percentage: 14.3
1474
+ },
1475
+ {
1476
+ category: "Home Services",
1477
+ count: 3,
1478
+ percentage: 14.3
1479
+ },
1480
+ {
1481
+ category: "Clothing & Fashion",
1482
+ count: 3,
1483
+ percentage: 14.3
1484
+ },
1485
+ {
1486
+ category: "Health & Wellness",
1487
+ count: 2,
1488
+ percentage: 9.5
1489
+ },
1490
+ {
1491
+ category: "Education & Skills",
1492
+ count: 1,
1493
+ percentage: 4.8
1494
+ },
1495
+ {
1496
+ category: "Retail & Merchandise",
1497
+ count: 2,
1498
+ percentage: 9.5
1499
+ },
1500
+ {
1501
+ category: "Grocery & Essentials",
1502
+ count: 1,
1503
+ percentage: 4.8
1504
+ }
1505
+ ]
1506
+ }, a = {
1507
+ totalDeliveries: 156,
1508
+ totalEarnings: 12450,
1509
+ averageRating: 4.7,
1510
+ completionRate: 96.8,
1511
+ todayTasks: 5,
1512
+ todayEarnings: 425
1513
+ }, o = (t) => e.find((e) => e.id === t), s = (e) => n.find((t) => t.id === e);
1514
+ //#endregion
1515
+ export { o as getCartById, s as getOrderById, r as mockActiveInvestments, i as mockAdminAnalytics, n as mockOrders, t as mockProducts, a as mockWorkerStats };
1516
+
1517
+ //# sourceMappingURL=data.js.map