@baasix/baasix 0.1.34 → 0.1.35

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 (110) hide show
  1. package/dist/app/404/index.html +1 -1
  2. package/dist/app/404.html +1 -1
  3. package/dist/app/_next/static/chunks/app/(authenticated)/settings/schema/page-9895483765b6dfd7.js +1 -0
  4. package/dist/app/_next/static/css/{d08072df3a043c8d.css → 8572ff91c3639efa.css} +1 -1
  5. package/dist/app/activity-log/all-activity/index.html +1 -1
  6. package/dist/app/activity-log/all-activity/index.txt +1 -1
  7. package/dist/app/activity-log/email-log/index.html +1 -1
  8. package/dist/app/activity-log/email-log/index.txt +1 -1
  9. package/dist/app/activity-log/index.html +1 -1
  10. package/dist/app/activity-log/index.txt +1 -1
  11. package/dist/app/activity-log/notifications/index.html +1 -1
  12. package/dist/app/activity-log/notifications/index.txt +1 -1
  13. package/dist/app/activity-log/sessions/index.html +1 -1
  14. package/dist/app/activity-log/sessions/index.txt +1 -1
  15. package/dist/app/activity-log/workflow-executions/index.html +1 -1
  16. package/dist/app/activity-log/workflow-executions/index.txt +1 -1
  17. package/dist/app/activity-log/workflow-logs/index.html +1 -1
  18. package/dist/app/activity-log/workflow-logs/index.txt +1 -1
  19. package/dist/app/change-password/index.html +1 -1
  20. package/dist/app/change-password/index.txt +1 -1
  21. package/dist/app/dashboard/index.html +1 -1
  22. package/dist/app/dashboard/index.txt +1 -1
  23. package/dist/app/data-browser/index.html +1 -1
  24. package/dist/app/data-browser/index.txt +1 -1
  25. package/dist/app/file-manager/index.html +1 -1
  26. package/dist/app/file-manager/index.txt +1 -1
  27. package/dist/app/forgot-password/index.html +1 -1
  28. package/dist/app/forgot-password/index.txt +1 -1
  29. package/dist/app/index.html +1 -1
  30. package/dist/app/index.txt +1 -1
  31. package/dist/app/login/index.html +1 -1
  32. package/dist/app/login/index.txt +1 -1
  33. package/dist/app/register/index.html +1 -1
  34. package/dist/app/register/index.txt +1 -1
  35. package/dist/app/settings/migrations/index.html +1 -1
  36. package/dist/app/settings/migrations/index.txt +1 -1
  37. package/dist/app/settings/permissions/index.html +1 -1
  38. package/dist/app/settings/permissions/index.txt +1 -1
  39. package/dist/app/settings/project/index.html +1 -1
  40. package/dist/app/settings/project/index.txt +1 -1
  41. package/dist/app/settings/roles/index.html +1 -1
  42. package/dist/app/settings/roles/index.txt +1 -1
  43. package/dist/app/settings/schema/index.html +1 -1
  44. package/dist/app/settings/schema/index.txt +2 -2
  45. package/dist/app/settings/tasks/index.html +1 -1
  46. package/dist/app/settings/tasks/index.txt +1 -1
  47. package/dist/app/settings/templates/edit/index.html +1 -1
  48. package/dist/app/settings/templates/edit/index.txt +1 -1
  49. package/dist/app/settings/templates/index.html +1 -1
  50. package/dist/app/settings/templates/index.txt +1 -1
  51. package/dist/app/settings/tenants/index.html +1 -1
  52. package/dist/app/settings/tenants/index.txt +1 -1
  53. package/dist/app/users/index.html +1 -1
  54. package/dist/app/users/index.txt +1 -1
  55. package/dist/app/users/invites/index.html +1 -1
  56. package/dist/app/users/invites/index.txt +1 -1
  57. package/dist/app/users/list/index.html +1 -1
  58. package/dist/app/users/list/index.txt +1 -1
  59. package/dist/app/users/preferences/index.html +1 -1
  60. package/dist/app/users/preferences/index.txt +1 -1
  61. package/dist/app/users/user-roles/index.html +1 -1
  62. package/dist/app/users/user-roles/index.txt +1 -1
  63. package/dist/app/workflows/detail/index.html +1 -1
  64. package/dist/app/workflows/detail/index.txt +1 -1
  65. package/dist/app/workflows/edit/index.html +1 -1
  66. package/dist/app/workflows/edit/index.txt +1 -1
  67. package/dist/app/workflows/execution/index.html +1 -1
  68. package/dist/app/workflows/execution/index.txt +1 -1
  69. package/dist/app/workflows/index.html +1 -1
  70. package/dist/app/workflows/index.txt +1 -1
  71. package/dist/app.d.ts.map +1 -1
  72. package/dist/app.js +10 -13
  73. package/dist/app.js.map +1 -1
  74. package/dist/auth/services/session.d.ts.map +1 -1
  75. package/dist/auth/services/session.js +7 -0
  76. package/dist/auth/services/session.js.map +1 -1
  77. package/dist/routes/permission.route.d.ts.map +1 -1
  78. package/dist/routes/permission.route.js +15 -22
  79. package/dist/routes/permission.route.js.map +1 -1
  80. package/dist/services/ItemsService.d.ts +4 -0
  81. package/dist/services/ItemsService.d.ts.map +1 -1
  82. package/dist/services/ItemsService.js +79 -126
  83. package/dist/services/ItemsService.js.map +1 -1
  84. package/dist/services/PermissionService.d.ts +9 -0
  85. package/dist/services/PermissionService.d.ts.map +1 -1
  86. package/dist/services/PermissionService.js +33 -0
  87. package/dist/services/PermissionService.js.map +1 -1
  88. package/dist/utils/auth.d.ts.map +1 -1
  89. package/dist/utils/auth.js +71 -53
  90. package/dist/utils/auth.js.map +1 -1
  91. package/dist/utils/cache.d.ts.map +1 -1
  92. package/dist/utils/cache.js +15 -1
  93. package/dist/utils/cache.js.map +1 -1
  94. package/dist/utils/common.d.ts.map +1 -1
  95. package/dist/utils/common.js +1 -0
  96. package/dist/utils/common.js.map +1 -1
  97. package/dist/utils/relationUtils.d.ts +17 -2
  98. package/dist/utils/relationUtils.d.ts.map +1 -1
  99. package/dist/utils/relationUtils.js +58 -103
  100. package/dist/utils/relationUtils.js.map +1 -1
  101. package/dist/utils/schemaManager.d.ts.map +1 -1
  102. package/dist/utils/schemaManager.js +11 -19
  103. package/dist/utils/schemaManager.js.map +1 -1
  104. package/dist/utils/tenantUtils.d.ts.map +1 -1
  105. package/dist/utils/tenantUtils.js +9 -9
  106. package/dist/utils/tenantUtils.js.map +1 -1
  107. package/package.json +1 -1
  108. package/dist/app/_next/static/chunks/app/(authenticated)/settings/schema/page-b1a7b169b91a3795.js +0 -1
  109. /package/dist/app/_next/static/{ZXCWkgHobz-KLrAXDB5-p → VKxfWxC1_CBTppJYBGEwt}/_buildManifest.js +0 -0
  110. /package/dist/app/_next/static/{ZXCWkgHobz-KLrAXDB5-p → VKxfWxC1_CBTppJYBGEwt}/_ssgManifest.js +0 -0
@@ -1 +1 @@
1
- <!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/admin/_next/static/css/d08072df3a043c8d.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/admin/_next/static/chunks/webpack-953623aeb7ba634a.js"/><script src="/admin/_next/static/chunks/fd9d1056-54169f07cd680d6c.js" async=""></script><script src="/admin/_next/static/chunks/2117-29b5fa47421595ad.js" async=""></script><script src="/admin/_next/static/chunks/main-app-55bcae20c77aaf0e.js" async=""></script><script src="/admin/_next/static/chunks/6fcbdc68-90be1a5480b8d353.js" async=""></script><script src="/admin/_next/static/chunks/5094-8d53e403235d4ca6.js" async=""></script><script src="/admin/_next/static/chunks/4438-c9a12ca15b6e9160.js" async=""></script><script src="/admin/_next/static/chunks/6530-a91e10cffa4200c4.js" async=""></script><script src="/admin/_next/static/chunks/6241-30d7169d1010e5a4.js" async=""></script><script src="/admin/_next/static/chunks/1668-e3eabd0f6753c780.js" async=""></script><script src="/admin/_next/static/chunks/6869-11b3cd61c78598a7.js" async=""></script><script src="/admin/_next/static/chunks/8473-6598318371eca31b.js" async=""></script><script src="/admin/_next/static/chunks/4883-8a924721bb21b3b0.js" async=""></script><script src="/admin/_next/static/chunks/7304-9584593752db7f07.js" async=""></script><script src="/admin/_next/static/chunks/app/layout-64ac14a534e2809b.js" async=""></script><link rel="preload" href="https://www.googletagmanager.com/gtag/js?id=G-FBCW8DT7KT" as="script"/><meta name="robots" content="noindex"/><title>Baasix</title><script src="/admin/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body class="min-h-screen bg-background font-sans antialiased"><!--$--><div class="flex items-center justify-center min-h-screen bg-background"><div class="text-center"><div class="inline-block h-8 w-8 animate-spin rounded-full border-4 border-solid border-primary border-r-transparent align-[-0.125em] motion-reduce:animate-[spin_1.5s_linear_infinite]"></div><p class="mt-4 text-muted-foreground">Loading...</p></div></div><!--/$--><script src="/admin/_next/static/chunks/webpack-953623aeb7ba634a.js" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0]);self.__next_f.push([2,null])</script><script>self.__next_f.push([1,"1:HL[\"/admin/_next/static/css/d08072df3a043c8d.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"2:I[12846,[],\"\"]\n4:I[4707,[],\"\"]\n5:I[36423,[],\"\"]\n6:I[84821,[\"7999\",\"static/chunks/6fcbdc68-90be1a5480b8d353.js\",\"5094\",\"static/chunks/5094-8d53e403235d4ca6.js\",\"4438\",\"static/chunks/4438-c9a12ca15b6e9160.js\",\"6530\",\"static/chunks/6530-a91e10cffa4200c4.js\",\"6241\",\"static/chunks/6241-30d7169d1010e5a4.js\",\"1668\",\"static/chunks/1668-e3eabd0f6753c780.js\",\"6869\",\"static/chunks/6869-11b3cd61c78598a7.js\",\"8473\",\"static/chunks/8473-6598318371eca31b.js\",\"4883\",\"static/chunks/4883-8a924721bb21b3b0.js\",\"7304\",\"static/chunks/7304-9584593752db7f07.js\",\"3185\",\"static/chunks/app/layout-64ac14a534e2809b.js\"],\"default\",1]\nc:I[61060,[],\"\"]\n7:{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"}\n8:{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"}\n9:{\"display\":\"inline-block\"}\na:{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0}\nd:[]\n"])</script><script>self.__next_f.push([1,"0:[\"$\",\"$L2\",null,{\"buildId\":\"ZXCWkgHobz-KLrAXDB5-p\",\"assetPrefix\":\"/admin\",\"urlParts\":[\"\",\"_not-found\",\"\"],\"initialTree\":[\"\",{\"children\":[\"/_not-found\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",true],\"initialSeedData\":[\"\",{\"children\":[\"/_not-found\",{\"children\":[\"__PAGE__\",{},[[\"$L3\",[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":\"404\"}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],null],null],null]},[null,[\"$\",\"$L4\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\",\"/_not-found\",\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L5\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"notFoundStyles\":\"$undefined\"}]],null]},[[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/admin/_next/static/css/d08072df3a043c8d.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\"}]],[\"$\",\"$L6\",null,{\"children\":[\"$\",\"$L4\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L5\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":\"$7\",\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":\"$8\",\"children\":\"404\"}],[\"$\",\"div\",null,{\"style\":\"$9\",\"children\":[\"$\",\"h2\",null,{\"style\":\"$a\",\"children\":\"This page could not be found.\"}]}]]}]}]],\"notFoundStyles\":[]}],\"params\":{}}]],null],null],\"couldBeIntercepted\":false,\"initialHead\":[[\"$\",\"meta\",null,{\"name\":\"robots\",\"content\":\"noindex\"}],\"$Lb\"],\"globalErrorComponent\":\"$c\",\"missingSlots\":\"$Wd\"}]\n"])</script><script>self.__next_f.push([1,"b:[[\"$\",\"meta\",\"0\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}],[\"$\",\"meta\",\"1\",{\"charSet\":\"utf-8\"}]]\n3:null\n"])</script></body></html>
1
+ <!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/admin/_next/static/css/8572ff91c3639efa.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/admin/_next/static/chunks/webpack-953623aeb7ba634a.js"/><script src="/admin/_next/static/chunks/fd9d1056-54169f07cd680d6c.js" async=""></script><script src="/admin/_next/static/chunks/2117-29b5fa47421595ad.js" async=""></script><script src="/admin/_next/static/chunks/main-app-55bcae20c77aaf0e.js" async=""></script><script src="/admin/_next/static/chunks/6fcbdc68-90be1a5480b8d353.js" async=""></script><script src="/admin/_next/static/chunks/5094-8d53e403235d4ca6.js" async=""></script><script src="/admin/_next/static/chunks/4438-c9a12ca15b6e9160.js" async=""></script><script src="/admin/_next/static/chunks/6530-a91e10cffa4200c4.js" async=""></script><script src="/admin/_next/static/chunks/6241-30d7169d1010e5a4.js" async=""></script><script src="/admin/_next/static/chunks/1668-e3eabd0f6753c780.js" async=""></script><script src="/admin/_next/static/chunks/6869-11b3cd61c78598a7.js" async=""></script><script src="/admin/_next/static/chunks/8473-6598318371eca31b.js" async=""></script><script src="/admin/_next/static/chunks/4883-8a924721bb21b3b0.js" async=""></script><script src="/admin/_next/static/chunks/7304-9584593752db7f07.js" async=""></script><script src="/admin/_next/static/chunks/app/layout-64ac14a534e2809b.js" async=""></script><link rel="preload" href="https://www.googletagmanager.com/gtag/js?id=G-FBCW8DT7KT" as="script"/><meta name="robots" content="noindex"/><title>Baasix</title><script src="/admin/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body class="min-h-screen bg-background font-sans antialiased"><!--$--><div class="flex items-center justify-center min-h-screen bg-background"><div class="text-center"><div class="inline-block h-8 w-8 animate-spin rounded-full border-4 border-solid border-primary border-r-transparent align-[-0.125em] motion-reduce:animate-[spin_1.5s_linear_infinite]"></div><p class="mt-4 text-muted-foreground">Loading...</p></div></div><!--/$--><script src="/admin/_next/static/chunks/webpack-953623aeb7ba634a.js" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0]);self.__next_f.push([2,null])</script><script>self.__next_f.push([1,"1:HL[\"/admin/_next/static/css/8572ff91c3639efa.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"2:I[12846,[],\"\"]\n4:I[4707,[],\"\"]\n5:I[36423,[],\"\"]\n6:I[84821,[\"7999\",\"static/chunks/6fcbdc68-90be1a5480b8d353.js\",\"5094\",\"static/chunks/5094-8d53e403235d4ca6.js\",\"4438\",\"static/chunks/4438-c9a12ca15b6e9160.js\",\"6530\",\"static/chunks/6530-a91e10cffa4200c4.js\",\"6241\",\"static/chunks/6241-30d7169d1010e5a4.js\",\"1668\",\"static/chunks/1668-e3eabd0f6753c780.js\",\"6869\",\"static/chunks/6869-11b3cd61c78598a7.js\",\"8473\",\"static/chunks/8473-6598318371eca31b.js\",\"4883\",\"static/chunks/4883-8a924721bb21b3b0.js\",\"7304\",\"static/chunks/7304-9584593752db7f07.js\",\"3185\",\"static/chunks/app/layout-64ac14a534e2809b.js\"],\"default\",1]\nc:I[61060,[],\"\"]\n7:{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"}\n8:{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"}\n9:{\"display\":\"inline-block\"}\na:{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0}\nd:[]\n"])</script><script>self.__next_f.push([1,"0:[\"$\",\"$L2\",null,{\"buildId\":\"VKxfWxC1_CBTppJYBGEwt\",\"assetPrefix\":\"/admin\",\"urlParts\":[\"\",\"_not-found\",\"\"],\"initialTree\":[\"\",{\"children\":[\"/_not-found\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",true],\"initialSeedData\":[\"\",{\"children\":[\"/_not-found\",{\"children\":[\"__PAGE__\",{},[[\"$L3\",[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":\"404\"}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],null],null],null]},[null,[\"$\",\"$L4\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\",\"/_not-found\",\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L5\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"notFoundStyles\":\"$undefined\"}]],null]},[[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/admin/_next/static/css/8572ff91c3639efa.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\"}]],[\"$\",\"$L6\",null,{\"children\":[\"$\",\"$L4\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L5\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":\"$7\",\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":\"$8\",\"children\":\"404\"}],[\"$\",\"div\",null,{\"style\":\"$9\",\"children\":[\"$\",\"h2\",null,{\"style\":\"$a\",\"children\":\"This page could not be found.\"}]}]]}]}]],\"notFoundStyles\":[]}],\"params\":{}}]],null],null],\"couldBeIntercepted\":false,\"initialHead\":[[\"$\",\"meta\",null,{\"name\":\"robots\",\"content\":\"noindex\"}],\"$Lb\"],\"globalErrorComponent\":\"$c\",\"missingSlots\":\"$Wd\"}]\n"])</script><script>self.__next_f.push([1,"b:[[\"$\",\"meta\",\"0\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}],[\"$\",\"meta\",\"1\",{\"charSet\":\"utf-8\"}]]\n3:null\n"])</script></body></html>
package/dist/app/404.html CHANGED
@@ -1 +1 @@
1
- <!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/admin/_next/static/css/d08072df3a043c8d.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/admin/_next/static/chunks/webpack-953623aeb7ba634a.js"/><script src="/admin/_next/static/chunks/fd9d1056-54169f07cd680d6c.js" async=""></script><script src="/admin/_next/static/chunks/2117-29b5fa47421595ad.js" async=""></script><script src="/admin/_next/static/chunks/main-app-55bcae20c77aaf0e.js" async=""></script><script src="/admin/_next/static/chunks/6fcbdc68-90be1a5480b8d353.js" async=""></script><script src="/admin/_next/static/chunks/5094-8d53e403235d4ca6.js" async=""></script><script src="/admin/_next/static/chunks/4438-c9a12ca15b6e9160.js" async=""></script><script src="/admin/_next/static/chunks/6530-a91e10cffa4200c4.js" async=""></script><script src="/admin/_next/static/chunks/6241-30d7169d1010e5a4.js" async=""></script><script src="/admin/_next/static/chunks/1668-e3eabd0f6753c780.js" async=""></script><script src="/admin/_next/static/chunks/6869-11b3cd61c78598a7.js" async=""></script><script src="/admin/_next/static/chunks/8473-6598318371eca31b.js" async=""></script><script src="/admin/_next/static/chunks/4883-8a924721bb21b3b0.js" async=""></script><script src="/admin/_next/static/chunks/7304-9584593752db7f07.js" async=""></script><script src="/admin/_next/static/chunks/app/layout-64ac14a534e2809b.js" async=""></script><link rel="preload" href="https://www.googletagmanager.com/gtag/js?id=G-FBCW8DT7KT" as="script"/><meta name="robots" content="noindex"/><title>Baasix</title><script src="/admin/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body class="min-h-screen bg-background font-sans antialiased"><!--$--><div class="flex items-center justify-center min-h-screen bg-background"><div class="text-center"><div class="inline-block h-8 w-8 animate-spin rounded-full border-4 border-solid border-primary border-r-transparent align-[-0.125em] motion-reduce:animate-[spin_1.5s_linear_infinite]"></div><p class="mt-4 text-muted-foreground">Loading...</p></div></div><!--/$--><script src="/admin/_next/static/chunks/webpack-953623aeb7ba634a.js" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0]);self.__next_f.push([2,null])</script><script>self.__next_f.push([1,"1:HL[\"/admin/_next/static/css/d08072df3a043c8d.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"2:I[12846,[],\"\"]\n4:I[4707,[],\"\"]\n5:I[36423,[],\"\"]\n6:I[84821,[\"7999\",\"static/chunks/6fcbdc68-90be1a5480b8d353.js\",\"5094\",\"static/chunks/5094-8d53e403235d4ca6.js\",\"4438\",\"static/chunks/4438-c9a12ca15b6e9160.js\",\"6530\",\"static/chunks/6530-a91e10cffa4200c4.js\",\"6241\",\"static/chunks/6241-30d7169d1010e5a4.js\",\"1668\",\"static/chunks/1668-e3eabd0f6753c780.js\",\"6869\",\"static/chunks/6869-11b3cd61c78598a7.js\",\"8473\",\"static/chunks/8473-6598318371eca31b.js\",\"4883\",\"static/chunks/4883-8a924721bb21b3b0.js\",\"7304\",\"static/chunks/7304-9584593752db7f07.js\",\"3185\",\"static/chunks/app/layout-64ac14a534e2809b.js\"],\"default\",1]\nc:I[61060,[],\"\"]\n7:{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"}\n8:{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"}\n9:{\"display\":\"inline-block\"}\na:{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0}\nd:[]\n"])</script><script>self.__next_f.push([1,"0:[\"$\",\"$L2\",null,{\"buildId\":\"ZXCWkgHobz-KLrAXDB5-p\",\"assetPrefix\":\"/admin\",\"urlParts\":[\"\",\"_not-found\",\"\"],\"initialTree\":[\"\",{\"children\":[\"/_not-found\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",true],\"initialSeedData\":[\"\",{\"children\":[\"/_not-found\",{\"children\":[\"__PAGE__\",{},[[\"$L3\",[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":\"404\"}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],null],null],null]},[null,[\"$\",\"$L4\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\",\"/_not-found\",\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L5\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"notFoundStyles\":\"$undefined\"}]],null]},[[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/admin/_next/static/css/d08072df3a043c8d.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\"}]],[\"$\",\"$L6\",null,{\"children\":[\"$\",\"$L4\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L5\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":\"$7\",\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":\"$8\",\"children\":\"404\"}],[\"$\",\"div\",null,{\"style\":\"$9\",\"children\":[\"$\",\"h2\",null,{\"style\":\"$a\",\"children\":\"This page could not be found.\"}]}]]}]}]],\"notFoundStyles\":[]}],\"params\":{}}]],null],null],\"couldBeIntercepted\":false,\"initialHead\":[[\"$\",\"meta\",null,{\"name\":\"robots\",\"content\":\"noindex\"}],\"$Lb\"],\"globalErrorComponent\":\"$c\",\"missingSlots\":\"$Wd\"}]\n"])</script><script>self.__next_f.push([1,"b:[[\"$\",\"meta\",\"0\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}],[\"$\",\"meta\",\"1\",{\"charSet\":\"utf-8\"}]]\n3:null\n"])</script></body></html>
1
+ <!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/admin/_next/static/css/8572ff91c3639efa.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/admin/_next/static/chunks/webpack-953623aeb7ba634a.js"/><script src="/admin/_next/static/chunks/fd9d1056-54169f07cd680d6c.js" async=""></script><script src="/admin/_next/static/chunks/2117-29b5fa47421595ad.js" async=""></script><script src="/admin/_next/static/chunks/main-app-55bcae20c77aaf0e.js" async=""></script><script src="/admin/_next/static/chunks/6fcbdc68-90be1a5480b8d353.js" async=""></script><script src="/admin/_next/static/chunks/5094-8d53e403235d4ca6.js" async=""></script><script src="/admin/_next/static/chunks/4438-c9a12ca15b6e9160.js" async=""></script><script src="/admin/_next/static/chunks/6530-a91e10cffa4200c4.js" async=""></script><script src="/admin/_next/static/chunks/6241-30d7169d1010e5a4.js" async=""></script><script src="/admin/_next/static/chunks/1668-e3eabd0f6753c780.js" async=""></script><script src="/admin/_next/static/chunks/6869-11b3cd61c78598a7.js" async=""></script><script src="/admin/_next/static/chunks/8473-6598318371eca31b.js" async=""></script><script src="/admin/_next/static/chunks/4883-8a924721bb21b3b0.js" async=""></script><script src="/admin/_next/static/chunks/7304-9584593752db7f07.js" async=""></script><script src="/admin/_next/static/chunks/app/layout-64ac14a534e2809b.js" async=""></script><link rel="preload" href="https://www.googletagmanager.com/gtag/js?id=G-FBCW8DT7KT" as="script"/><meta name="robots" content="noindex"/><title>Baasix</title><script src="/admin/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body class="min-h-screen bg-background font-sans antialiased"><!--$--><div class="flex items-center justify-center min-h-screen bg-background"><div class="text-center"><div class="inline-block h-8 w-8 animate-spin rounded-full border-4 border-solid border-primary border-r-transparent align-[-0.125em] motion-reduce:animate-[spin_1.5s_linear_infinite]"></div><p class="mt-4 text-muted-foreground">Loading...</p></div></div><!--/$--><script src="/admin/_next/static/chunks/webpack-953623aeb7ba634a.js" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0]);self.__next_f.push([2,null])</script><script>self.__next_f.push([1,"1:HL[\"/admin/_next/static/css/8572ff91c3639efa.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"2:I[12846,[],\"\"]\n4:I[4707,[],\"\"]\n5:I[36423,[],\"\"]\n6:I[84821,[\"7999\",\"static/chunks/6fcbdc68-90be1a5480b8d353.js\",\"5094\",\"static/chunks/5094-8d53e403235d4ca6.js\",\"4438\",\"static/chunks/4438-c9a12ca15b6e9160.js\",\"6530\",\"static/chunks/6530-a91e10cffa4200c4.js\",\"6241\",\"static/chunks/6241-30d7169d1010e5a4.js\",\"1668\",\"static/chunks/1668-e3eabd0f6753c780.js\",\"6869\",\"static/chunks/6869-11b3cd61c78598a7.js\",\"8473\",\"static/chunks/8473-6598318371eca31b.js\",\"4883\",\"static/chunks/4883-8a924721bb21b3b0.js\",\"7304\",\"static/chunks/7304-9584593752db7f07.js\",\"3185\",\"static/chunks/app/layout-64ac14a534e2809b.js\"],\"default\",1]\nc:I[61060,[],\"\"]\n7:{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"}\n8:{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"}\n9:{\"display\":\"inline-block\"}\na:{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0}\nd:[]\n"])</script><script>self.__next_f.push([1,"0:[\"$\",\"$L2\",null,{\"buildId\":\"VKxfWxC1_CBTppJYBGEwt\",\"assetPrefix\":\"/admin\",\"urlParts\":[\"\",\"_not-found\",\"\"],\"initialTree\":[\"\",{\"children\":[\"/_not-found\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",true],\"initialSeedData\":[\"\",{\"children\":[\"/_not-found\",{\"children\":[\"__PAGE__\",{},[[\"$L3\",[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":\"404\"}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],null],null],null]},[null,[\"$\",\"$L4\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\",\"/_not-found\",\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L5\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"notFoundStyles\":\"$undefined\"}]],null]},[[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/admin/_next/static/css/8572ff91c3639efa.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\"}]],[\"$\",\"$L6\",null,{\"children\":[\"$\",\"$L4\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L5\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":\"$7\",\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":\"$8\",\"children\":\"404\"}],[\"$\",\"div\",null,{\"style\":\"$9\",\"children\":[\"$\",\"h2\",null,{\"style\":\"$a\",\"children\":\"This page could not be found.\"}]}]]}]}]],\"notFoundStyles\":[]}],\"params\":{}}]],null],null],\"couldBeIntercepted\":false,\"initialHead\":[[\"$\",\"meta\",null,{\"name\":\"robots\",\"content\":\"noindex\"}],\"$Lb\"],\"globalErrorComponent\":\"$c\",\"missingSlots\":\"$Wd\"}]\n"])</script><script>self.__next_f.push([1,"b:[[\"$\",\"meta\",\"0\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}],[\"$\",\"meta\",\"1\",{\"charSet\":\"utf-8\"}]]\n3:null\n"])</script></body></html>
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[842],{49204:function(e,a,l){Promise.resolve().then(l.bind(l,67028))},79205:function(e,a,l){"use strict";l.d(a,{Z:function(){return d}});var s=l(2265);let t=e=>e.replace(/([a-z0-9])([A-Z])/g,"$1-$2").toLowerCase(),n=function(){for(var e=arguments.length,a=Array(e),l=0;l<e;l++)a[l]=arguments[l];return a.filter((e,a,l)=>!!e&&l.indexOf(e)===a).join(" ")};var i={xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"};let r=(0,s.forwardRef)((e,a)=>{let{color:l="currentColor",size:t=24,strokeWidth:r=2,absoluteStrokeWidth:d,className:c="",children:o,iconNode:u,...h}=e;return(0,s.createElement)("svg",{ref:a,...i,width:t,height:t,stroke:l,strokeWidth:d?24*Number(r)/Number(t):r,className:n("lucide",c),...h},[...u.map(e=>{let[a,l]=e;return(0,s.createElement)(a,l)}),...Array.isArray(o)?o:[o]])}),d=(e,a)=>{let l=(0,s.forwardRef)((l,i)=>{let{className:d,...c}=l;return(0,s.createElement)(r,{ref:i,iconNode:a,className:n("lucide-".concat(t(e)),d),...c})});return l.displayName="".concat(e),l}},41671:function(e,a,l){"use strict";l.d(a,{Z:function(){return s}});let s=(0,l(79205).Z)("CircleCheckBig",[["path",{d:"M21.801 10A10 10 0 1 1 17 3.335",key:"yps3ct"}],["path",{d:"m9 11 3 3L22 4",key:"1pflzl"}]])},54001:function(e,a,l){"use strict";l.d(a,{Z:function(){return s}});let s=(0,l(79205).Z)("Key",[["path",{d:"m15.5 7.5 2.3 2.3a1 1 0 0 0 1.4 0l2.1-2.1a1 1 0 0 0 0-1.4L19 4",key:"g0fldk"}],["path",{d:"m21 2-9.6 9.6",key:"1j0ho8"}],["circle",{cx:"7.5",cy:"15.5",r:"5.5",key:"yqb3hr"}]])},51817:function(e,a,l){"use strict";l.d(a,{Z:function(){return s}});let s=(0,l(79205).Z)("LoaderCircle",[["path",{d:"M21 12a9 9 0 1 1-6.219-8.56",key:"13zald"}]])},67028:function(e,a,l){"use strict";l.r(a),l.d(a,{default:function(){return eu}});var s=l(57437),t=l(2265),n=l(72135),i=l(29696),r=l(14438),d=l(79820),c=l(12381),o=l(43368),u=l(69174),h=l(33804),m=l(30767),x=l(82431),p=l(99397),j=l(17689),v=l(92735),f=l(51817),g=l(50091),N=l(79205);let y=(0,N.Z)("Columns3",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M9 3v18",key:"fh3hqa"}],["path",{d:"M15 3v18",key:"14nvp0"}]]);var b=l(54001),C=l(98728),w=l(18930),S=l(91032),I=l(40279),A=l(75060),k=l(94589),T=l(15291);let _=e=>{let{open:a,onClose:l,onSuccess:d}=e,[o,u]=(0,t.useState)(""),[h,m]=(0,t.useState)("id"),[x,p]=(0,t.useState)("UUID"),[j,v]=(0,t.useState)(!0),[g,N]=(0,t.useState)(!0),[y,b]=(0,t.useState)(!1),{mutate:C,isLoading:w}=(0,n.RO)(),{refetch:_}=(0,i.I_)(),D=()=>{u(""),m("id"),p("UUID"),v(!0),N(!0),b(!1)};return(0,s.jsx)(S.yo,{open:a,onOpenChange:e=>!e&&l(),children:(0,s.jsxs)(S.ue,{className:"w-[500px] sm:w-[600px] flex flex-col",children:[(0,s.jsx)(S.Tu,{children:(0,s.jsx)(S.bC,{children:"Create New Schema"})}),(0,s.jsxs)("form",{onSubmit:e=>{if(e.preventDefault(),!o.trim()){r.Am.error("Please enter a schema name");return}if(o.length>63){r.Am.error("Schema name must be 63 characters or less (PostgreSQL identifier limit)");return}C({resource:"collections",values:{collectionName:o.toLowerCase(),schema:{name:o,fields:{[h]:{type:x,primaryKey:!0,defaultValue:"UUID"===x?{type:"UUIDV4"}:"Integer"===x?{type:"AUTOINCREMENT"}:"SUID"===x?{type:"SUID"}:void 0}},timestamps:j,paranoid:y,usertrack:g}}},{onSuccess:()=>{r.Am.success("Schema created successfully"),_(),D(),d()},onError:e=>{r.Am.error("Error creating schema: ".concat(e.message))}})},className:"mt-6 space-y-6 flex-1 overflow-y-auto",children:[(0,s.jsxs)("div",{className:"space-y-2",children:[(0,s.jsx)(A._,{htmlFor:"schemaName",children:"Schema Name"}),(0,s.jsx)(I.I,{id:"schemaName",placeholder:"Enter schema name",value:o,onChange:e=>u(e.target.value),maxLength:63,className:o.length>63?"border-red-500":"",required:!0}),(0,s.jsxs)("p",{className:"text-xs ".concat(o.length>63?"text-red-600":o.length>50?"text-yellow-600":"text-muted-foreground"),children:[o.length,"/63 characters",o.length>63&&" - Name too long for PostgreSQL!"]})]}),(0,s.jsxs)("div",{className:"space-y-2",children:[(0,s.jsx)(A._,{htmlFor:"primaryKeyName",children:"Primary Key Name"}),(0,s.jsx)(I.I,{id:"primaryKeyName",placeholder:"id",value:h,onChange:e=>m(e.target.value),required:!0})]}),(0,s.jsxs)("div",{className:"space-y-2",children:[(0,s.jsx)(A._,{htmlFor:"primaryKeyType",children:"Primary Key Type"}),(0,s.jsxs)(T.Ph,{value:x,onValueChange:p,children:[(0,s.jsx)(T.i4,{children:(0,s.jsx)(T.ki,{placeholder:"Select type"})}),(0,s.jsxs)(T.Bw,{children:[(0,s.jsx)(T.Ql,{value:"UUID",children:"UUID"}),(0,s.jsx)(T.Ql,{value:"Integer",children:"Integer"}),(0,s.jsx)(T.Ql,{value:"String",children:"String"}),(0,s.jsx)(T.Ql,{value:"SUID",children:"Short UID"})]})]})]}),(0,s.jsxs)("div",{className:"space-y-4",children:[(0,s.jsxs)("div",{className:"flex items-center justify-between",children:[(0,s.jsxs)("div",{className:"space-y-0.5",children:[(0,s.jsx)(A._,{children:"Timestamps"}),(0,s.jsx)("p",{className:"text-xs text-muted-foreground",children:"Add createdAt and updatedAt fields"})]}),(0,s.jsx)(k.r,{checked:j,onCheckedChange:v})]}),(0,s.jsxs)("div",{className:"flex items-center justify-between",children:[(0,s.jsxs)("div",{className:"space-y-0.5",children:[(0,s.jsx)(A._,{children:"Audit Logs"}),(0,s.jsx)("p",{className:"text-xs text-muted-foreground",children:"Track user changes to records"})]}),(0,s.jsx)(k.r,{checked:g,onCheckedChange:N})]}),(0,s.jsxs)("div",{className:"flex items-center justify-between",children:[(0,s.jsxs)("div",{className:"space-y-0.5",children:[(0,s.jsx)(A._,{children:"Soft Delete"}),(0,s.jsx)("p",{className:"text-xs text-muted-foreground",children:"Mark records as deleted instead of removing them"})]}),(0,s.jsx)(k.r,{checked:y,onCheckedChange:b})]})]}),(0,s.jsxs)("div",{className:"flex justify-end gap-2 pt-4",children:[(0,s.jsx)(c.z,{type:"button",variant:"outline",onClick:l,children:"Cancel"}),(0,s.jsxs)(c.z,{type:"submit",disabled:w,children:[w&&(0,s.jsx)(f.Z,{className:"mr-2 h-4 w-4 animate-spin"}),"Create Schema"]})]})]})]})})},D=(0,N.Z)("Link2",[["path",{d:"M9 17H7A5 5 0 0 1 7 7h2",key:"8i5ue5"}],["path",{d:"M15 7h2a5 5 0 1 1 0 10h-2",key:"1b9ql8"}],["line",{x1:"8",x2:"16",y1:"12",y2:"12",key:"1jonct"}]]);var M=l(73247),E=l(45675),R=l(23675),O=l(68245),U=l(33245),L=l(32489),V=l(71488),Z=l(12749),z=l(93448),P=l(79622);let F=[{value:" - ",label:"Dash ( - )"},{value:" ",label:"Space ( )"},{value:", ",label:"Comma (, )"},{value:"_",label:"Underscore (_)"},{value:" & ",label:"Ampersand ( & )"},{value:" | ",label:"Pipe ( | )"},{value:" (",label:"Open Paren ( ()"},{value:") ",label:"Close Paren ( ))"},{value:"(",label:"Open Paren (()"},{value:")",label:"Close Paren ())"}],Q={text:[{value:"String",label:"String"},{value:"Text",label:"Text"},{value:"HTML",label:"HTML (Rich Text)"},{value:"CiText",label:"Text (Case Insensitive)"},{value:"ENUM",label:"ENUM"}],numeric:[{value:"Integer",label:"Integer"},{value:"BigInt",label:"BigInt"},{value:"Decimal",label:"Decimal"},{value:"Double",label:"Double"},{value:"Real",label:"Real"}],date:[{value:"DateTime",label:"DateTime (with timezone)"},{value:"DateTime_NO_TZ",label:"DateTime (no timezone)"},{value:"Date",label:"Date"},{value:"Time",label:"Time (with timezone)"},{value:"Time_NO_TZ",label:"Time (no timezone)"}],other:[{value:"Boolean",label:"Boolean"},{value:"UUID",label:"UUID"},{value:"SUID",label:"Short UID"},{value:"JSON",label:"JSON"},{value:"JSONB",label:"JSONB"},{value:"VIRTUAL",label:"Virtual"}],array:[{value:"Array_Integer",label:"Array Integer"},{value:"Array_String",label:"Array String"},{value:"Array_Double",label:"Array Double"},{value:"Array_Date",label:"Array Date"},{value:"Array_DateTime",label:"Array DateTime (with timezone)"},{value:"Array_DateTime_NO_TZ",label:"Array DateTime (no timezone)"},{value:"Array_Time",label:"Array Time (with timezone)"},{value:"Array_Time_NO_TZ",label:"Array Time (no timezone)"},{value:"Array_Boolean",label:"Array Boolean"}],range:[{value:"Range_Integer",label:"Range Integer"},{value:"Range_Double",label:"Range Double"},{value:"Range_Decimal",label:"Range Decimal"},{value:"Range_Date",label:"Range Date"},{value:"Range_DateTime",label:"Range DateTime (with timezone)"},{value:"Range_DateTime_NO_TZ",label:"Range DateTime (no timezone)"},{value:"Range_Time",label:"Range Time (with timezone)"},{value:"Range_Time_NO_TZ",label:"Range Time (no timezone)"}],geo:[{value:"Point",label:"Point"},{value:"Polygon",label:"Polygon"},{value:"LineString",label:"LineString"}]},B=[{value:"M2O",label:"Many-to-One"},{value:"O2O",label:"One-to-One"},{value:"M2M",label:"Many-to-Many"},{value:"M2A",label:"Many-to-Any"}],$=e=>["DateTime","DateTime_NO_TZ","Date","Time","Time_NO_TZ"].includes(e),W=e=>{var a,l,d,o,h;let{open:m,onClose:x,collectionName:p,fieldName:j,isRelationship:v,onSuccess:g}=e,[N,y]=(0,t.useState)({name:"",type:"",allowNull:!0,hidden:!1,defaultValue:"",values:[],stringLength:"",precision:"",scale:"",calculated:"",target:"",relType:"",onDelete:"CASCADE",onUpdate:"CASCADE",alias:"",through:"",tables:[],showAs:[],polymorphic:!1,description:"",validateMin:"",validateMax:"",validateIsInt:!1,validateNotEmpty:!1,validateIsEmail:!1,validateIsUrl:!1,validateMinLength:"",validateMaxLength:"",validatePattern:""}),[b,C]=(0,t.useState)([]),[w,_]=(0,t.useState)(!1),{getSchemaByName:D,getNestedFields:M,schemas:E,refetch:W}=(0,i.I_)(),q=(0,t.useMemo)(()=>m&&p?{data:D(p)}:null,[m,p,D]),J=(0,t.useMemo)(()=>(null==E?void 0:E.map(e=>({id:e.collectionName,name:e.collectionName})))||[],[E]),H=(0,t.useMemo)(()=>N.target&&(null==M?void 0:M(N.target))||[],[N.target,M]),{mutate:K,isLoading:X}=(0,n.PQ)(),{mutate:Y,isLoading:G}=(0,n.RO)(),ee=!!j,ea=X||G;(0,t.useEffect)(()=>{if(m&&(null==q?void 0:q.data)&&j){var e,a,l,s,t,n,i,r,d;let c=q.data.schema.fields[j]||{},o=c.values||[],u="",h="",m="";c.values&&"object"==typeof c.values&&!Array.isArray(c.values)&&(u=c.values.stringLength||"",h=c.values.precision||"",m=c.values.scale||"",o=[]);let x="",p=!1;c.defaultValue&&("object"==typeof c.defaultValue&&"NOW"===c.defaultValue.type?x="$NOW":"object"==typeof c.defaultValue&&"UUIDV4"===c.defaultValue.type?x="$UUIDV4":"object"==typeof c.defaultValue&&"SUID"===c.defaultValue.type?x="$SUID":"object"==typeof c.defaultValue&&"AUTOINCREMENT"===c.defaultValue.type?x="$AUTOINCREMENT":"boolean"==typeof c.defaultValue?x=c.defaultValue?"true":"false":(x=String(c.defaultValue),("Integer"===c.type||"BigInt"===c.type)&&""!==x&&(p=!0))),_(p);let f=c.validate||{},g=c.type||"";if(v&&c.relType){if("BelongsTo"===c.relType)g="M2O";else if("HasOne"===c.relType)g="O2O";else if("BelongsToMany"===c.relType)g="M2M";else if("HasMany"===c.relType){if(c.polymorphic)g="M2A";else{let e=D(c.target);g=(null==e?void 0:null===(l=e.schema)||void 0===l?void 0:l.isJunction)?"M2M":"M2O"}}}y({name:j,type:g,allowNull:null===(s=c.allowNull)||void 0===s||s,hidden:null!==(t=c.hidden)&&void 0!==t&&t,defaultValue:x,values:o,stringLength:u,precision:h,scale:m,calculated:c.calculated||"",target:c.target||"",relType:c.relType||"",onDelete:c.onDelete||"CASCADE",onUpdate:c.onUpdate||"CASCADE",alias:c.alias||"",through:c.through||"",tables:c.tables||[],showAs:c.showAs||[],polymorphic:c.polymorphic||!1,constraints:c.constraints,description:c.description||"",validateMin:void 0!==f.min?String(f.min):"",validateMax:void 0!==f.max?String(f.max):"",validateIsInt:null!==(n=f.isInt)&&void 0!==n&&n,validateNotEmpty:null!==(i=f.notEmpty)&&void 0!==i&&i,validateIsEmail:null!==(r=f.isEmail)&&void 0!==r&&r,validateIsUrl:null!==(d=f.isUrl)&&void 0!==d&&d,validateMinLength:(null===(e=f.len)||void 0===e?void 0:e[0])!==void 0?String(f.len[0]):"",validateMaxLength:(null===(a=f.len)||void 0===a?void 0:a[1])!==void 0?String(f.len[1]):"",validatePattern:f.is||f.matches||""}),c.showAs&&Array.isArray(c.showAs)?C(c.showAs):C([])}else m&&!j&&(y({name:"",type:"",allowNull:!0,hidden:!1,defaultValue:"",values:[],stringLength:"",precision:"",scale:"",calculated:"",target:"",relType:"",onDelete:"CASCADE",onUpdate:"CASCADE",alias:"",through:"",tables:[],showAs:[],polymorphic:!1,description:"",validateMin:"",validateMax:"",validateIsInt:!1,validateNotEmpty:!1,validateIsEmail:!1,validateIsUrl:!1,validateMinLength:"",validateMaxLength:"",validatePattern:""}),C([]),_(!1))},[m,q,j]),(0,t.useEffect)(()=>{if(!ee&&v&&("M2M"===N.type||"M2A"===N.type)){let e="";"M2M"===N.type&&N.target&&N.name?e="".concat(p,"_").concat(N.target,"_").concat(N.name,"_junction"):"M2A"===N.type&&N.name&&(e="".concat(p,"_").concat(N.name,"_junction")),e&&(!N.through||N.through.endsWith("_junction"))&&y(a=>({...a,through:e}))}},[N.type,N.target,N.name,p,ee,v]);let el=()=>{var e;let a={name:N.name,type:N.type,target:N.target,onDelete:N.onDelete,onUpdate:N.onUpdate};N.alias&&(a.alias=N.alias),N.through&&("M2M"===N.type||"M2A"===N.type)&&(a.through=N.through),(null===(e=N.tables)||void 0===e?void 0:e.length)&&(a.tables=N.tables),(null==b?void 0:b.length)>0&&(a.showAs=b),(j?K:Y)({resource:"relationships",meta:{collectionName:p},values:a,...j&&{id:j}},{onSuccess:()=>{r.Am.success("Relationship ".concat(j?"updated":"created"," successfully")),W(),x(),g()},onError:e=>{r.Am.error("Error ".concat(j?"updating":"creating"," relationship: ").concat(e.message))}})},es=e=>["Integer","BigInt","Decimal","Double","Real","Array_Integer","Array_BigInt","Array_Double","Array_Decimal","Range_Integer","Range_BigInt","Range_Double","Range_Decimal"].includes(e),et=e=>["String","Text","CiText"].includes(e),en=()=>{var e,a;let l=D(p),s={...null==l?void 0:null===(e=l.schema)||void 0===e?void 0:e.fields},t={type:N.type,allowNull:N.allowNull};if(N.hidden&&(t.hidden=!0),N.defaultValue&&("$NOW"===N.defaultValue?t.defaultValue={type:"NOW"}:"$UUIDV4"===N.defaultValue?t.defaultValue={type:"UUIDV4"}:"$SUID"===N.defaultValue?t.defaultValue={type:"SUID"}:"$AUTOINCREMENT"===N.defaultValue?t.defaultValue={type:"AUTOINCREMENT"}:"Boolean"===N.type?t.defaultValue="true"===N.defaultValue:"Integer"!==N.type&&"BigInt"!==N.type||isNaN(Number(N.defaultValue))?t.defaultValue=N.defaultValue:t.defaultValue=parseInt(N.defaultValue,10)),"ENUM"===N.type&&(null===(a=N.values)||void 0===a?void 0:a.length)>0&&(t.values=N.values),"VIRTUAL"===N.type&&N.calculated&&(t.calculated=N.calculated),"String"===N.type&&N.stringLength&&(t.values={stringLength:N.stringLength}),"Decimal"===N.type&&(N.precision||N.scale)){let e={};N.precision&&(e.precision=parseInt(N.precision,10)),N.scale&&(e.scale=parseInt(N.scale,10)),t.values=e}if(es(N.type)){let e={};""!==N.validateMin&&null!==N.validateMin&&void 0!==N.validateMin&&(e.min=parseFloat(N.validateMin)),""!==N.validateMax&&null!==N.validateMax&&void 0!==N.validateMax&&(e.max=parseFloat(N.validateMax)),N.validateIsInt&&(e.isInt=!0),Object.keys(e).length>0&&(t.validate=e)}if(et(N.type)){let e={};N.validateNotEmpty&&(e.notEmpty=!0),N.validateIsEmail&&(e.isEmail=!0),N.validateIsUrl&&(e.isUrl=!0);let a=""!==N.validateMinLength?parseInt(N.validateMinLength,10):null,l=""!==N.validateMaxLength?parseInt(N.validateMaxLength,10):null;(null!==a||null!==l)&&(e.len=[null!=a?a:0,null!=l?l:999999]),N.validatePattern&&(e.is=N.validatePattern),Object.keys(e).length>0&&(t.validate=e)}if(ee){let e={...s[j]};e.hidden&&!N.hidden&&delete e.hidden,e.validate&&!t.validate&&delete e.validate,s[j]={...e,...t}}else s[N.name]=t;K({resource:"collections",id:p,values:{schema:{...null==l?void 0:l.schema,fields:s}}},{onSuccess:()=>{r.Am.success("Field ".concat(ee?"updated":"added"," successfully")),W(),x(),g()},onError:e=>{r.Am.error("Error ".concat(ee?"updating":"adding"," field: ").concat(e.message))}})},ei=(e,a)=>{y(l=>({...l,[e]:a}))};return(0,s.jsx)(S.yo,{open:m,onOpenChange:e=>!e&&x(),children:(0,s.jsxs)(S.ue,{className:"!w-full sm:!w-[600px] overflow-y-auto",children:[(0,s.jsx)(S.Tu,{children:(0,s.jsxs)(S.bC,{children:[ee?"Edit":"Create"," ",v?"Relationship":"Field"]})}),(0,s.jsxs)("form",{onSubmit:e=>{if(e.preventDefault(),!N.name){r.Am.error("Please enter a field name");return}if(!N.type){r.Am.error("Please select a field type");return}v?el():en()},className:"mt-6 space-y-5",children:[(0,s.jsxs)("div",{className:"space-y-2",children:[(0,s.jsx)(A._,{htmlFor:"name",children:"Field Name"}),(0,s.jsx)(I.I,{id:"name",placeholder:"Enter field name",value:N.name,onChange:e=>ei("name",e.target.value),disabled:ee,required:!0})]}),v?(0,s.jsxs)(s.Fragment,{children:[ee&&(0,s.jsxs)("div",{className:"space-y-2",children:[(0,s.jsx)(A._,{children:"Description"}),(0,s.jsx)(I.I,{value:N.description||"",disabled:!0})]}),!ee&&(0,s.jsxs)("div",{className:"space-y-2",children:[(0,s.jsx)(A._,{children:"Relationship Type"}),(0,s.jsxs)(T.Ph,{value:N.type,onValueChange:e=>{ei("type",e),C([])},children:[(0,s.jsx)(T.i4,{children:(0,s.jsx)(T.ki,{placeholder:"Select relationship type"})}),(0,s.jsx)(T.Bw,{children:B.map(e=>(0,s.jsx)(T.Ql,{value:e.value,children:e.label},e.value))})]})]}),ee&&N.relType&&(0,s.jsxs)("div",{className:"space-y-2",children:[(0,s.jsx)(A._,{children:"Relation Type"}),(0,s.jsxs)(T.Ph,{value:N.relType,disabled:!0,children:[(0,s.jsx)(T.i4,{children:(0,s.jsx)(T.ki,{})}),(0,s.jsxs)(T.Bw,{children:[(0,s.jsx)(T.Ql,{value:"BelongsTo",children:"BelongsTo"}),(0,s.jsx)(T.Ql,{value:"HasOne",children:"HasOne"}),(0,s.jsx)(T.Ql,{value:"HasMany",children:"HasMany"}),(0,s.jsx)(T.Ql,{value:"BelongsToMany",children:"BelongsToMany"})]})]})]}),"M2A"!==N.type&&(0,s.jsxs)("div",{className:"space-y-2",children:[(0,s.jsx)(A._,{children:"Target Collection"}),(0,s.jsxs)(T.Ph,{value:N.target,onValueChange:e=>{ei("target",e),C([])},disabled:ee,children:[(0,s.jsx)(T.i4,{children:(0,s.jsx)(T.ki,{placeholder:"Select target collection"})}),(0,s.jsx)(T.Bw,{children:J.map(e=>(0,s.jsx)(T.Ql,{value:e.id,children:e.name},e.id))})]})]}),N.target&&"M2A"!==N.type&&(0,s.jsxs)("div",{className:"space-y-2",children:[(0,s.jsxs)("div",{className:"flex items-center gap-1",children:[(0,s.jsx)(A._,{children:"Display Format"}),(0,s.jsx)(V.pn,{children:(0,s.jsxs)(V.u,{children:[(0,s.jsx)(V.aJ,{asChild:!0,children:(0,s.jsx)(U.Z,{className:"h-3.5 w-3.5 text-muted-foreground cursor-help"})}),(0,s.jsx)(V._v,{children:(0,s.jsx)("p",{children:"Select fields to display for this relationship"})})]})})]}),(0,s.jsxs)(Z.J2,{children:[(0,s.jsx)(Z.xo,{asChild:!0,children:(0,s.jsx)(c.z,{variant:"outline",role:"combobox",className:"w-full justify-start font-normal h-auto min-h-10",children:b.length>0?(0,s.jsx)("div",{className:"flex flex-wrap gap-1",children:b.map((e,a)=>(0,s.jsxs)(u.C,{variant:"secondary",className:"mr-1",children:[e,(0,s.jsx)("button",{type:"button",className:"ml-1 ring-offset-background rounded-full outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2",onClick:e=>{e.stopPropagation(),C(b.filter((e,l)=>l!==a))},children:(0,s.jsx)(L.Z,{className:"h-3 w-3"})})]},"".concat(e,"-").concat(a)))}):(0,s.jsx)("span",{className:"text-muted-foreground",children:"Select fields to display..."})})}),(0,s.jsxs)(Z.yk,{className:"w-[300px] p-0 overflow-hidden",align:"start",children:[(0,s.jsx)("div",{className:"px-2 py-1.5 border-b",children:(0,s.jsx)("div",{className:"text-sm font-medium",children:"Target Fields"})}),(0,s.jsx)("div",{className:"max-h-[200px] overflow-y-auto overflow-x-hidden p-1.5",style:{overscrollBehavior:"contain",touchAction:"pan-y",WebkitOverflowScrolling:"touch",willChange:"scroll-position",pointerEvents:"auto"},onWheel:e=>e.stopPropagation(),children:H.length>0?H.map(e=>(0,s.jsxs)("div",{className:"flex items-center space-x-2 py-1 px-2 hover:bg-muted rounded cursor-pointer",onClick:()=>{let a=e.value||e;b.includes(a)||C([...b,a])},children:[(0,s.jsx)(O.X,{checked:b.includes(e.value||e),onCheckedChange:a=>{let l=e.value||e;a?C([...b,l]):C(b.filter(e=>e!==l))}}),(0,s.jsx)("span",{className:"text-sm",children:e.title||e.value||e})]},e.value||e)):(0,s.jsx)("div",{className:"text-sm text-muted-foreground p-2",children:"No fields available"})}),(0,s.jsxs)("div",{className:"px-2 py-1.5 border-t",children:[(0,s.jsx)("div",{className:"text-xs font-medium mb-1",children:"Dividers"}),(0,s.jsx)("div",{className:"flex flex-wrap gap-0.5",children:F.map(e=>(0,s.jsx)(c.z,{type:"button",variant:"outline",size:"sm",className:"h-6 px-2 text-xs",onClick:()=>{C([...b,e.value])},children:e.label},e.value))})]})]})]})]}),!ee&&(0,s.jsxs)("div",{className:"space-y-2",children:[(0,s.jsx)(A._,{htmlFor:"alias",children:"Target Alias (optional)"}),(0,s.jsx)(I.I,{id:"alias",placeholder:"Enter alias",value:N.alias,onChange:e=>ei("alias",e.target.value)})]}),!ee&&("M2M"===N.type||"M2A"===N.type)&&(0,s.jsxs)("div",{className:"space-y-2",children:[(0,s.jsxs)("div",{className:"flex items-center gap-2",children:[(0,s.jsx)(A._,{htmlFor:"through",children:"Junction Table Name"}),(0,s.jsx)(V.pn,{children:(0,s.jsxs)(V.u,{children:[(0,s.jsx)(V.aJ,{asChild:!0,children:(0,s.jsx)(U.Z,{className:"h-4 w-4 text-muted-foreground cursor-help"})}),(0,s.jsx)(V._v,{className:"max-w-xs",children:(0,s.jsx)("p",{children:"Name for the junction table. PostgreSQL limits table names to 63 characters. Modify if the auto-generated name is too long."})})]})})]}),(0,s.jsx)(I.I,{id:"through",placeholder:"Enter junction table name",value:N.through,onChange:e=>ei("through",e.target.value),maxLength:63,className:N.through&&N.through.length>63?"border-red-500":""}),(0,s.jsxs)("p",{className:(0,z.cn)("text-xs",(null===(a=N.through)||void 0===a?void 0:a.length)>63?"text-red-600":(null===(l=N.through)||void 0===l?void 0:l.length)>50?"text-amber-600":"text-muted-foreground"),children:[(null===(d=N.through)||void 0===d?void 0:d.length)||0,"/63 characters",(null===(o=N.through)||void 0===o?void 0:o.length)>63&&" - Name too long!"]})]}),("M2A"===N.type||N.polymorphic)&&(0,s.jsxs)("div",{className:"space-y-2",children:[(0,s.jsx)(A._,{children:"Tables (for Many-to-Any)"}),(0,s.jsxs)(Z.J2,{children:[(0,s.jsx)(Z.xo,{asChild:!0,children:(0,s.jsx)(c.z,{variant:"outline",role:"combobox",className:"w-full justify-start font-normal h-auto min-h-10",children:(null===(h=N.tables)||void 0===h?void 0:h.length)>0?(0,s.jsx)("div",{className:"flex flex-wrap gap-1",children:N.tables.map(e=>(0,s.jsxs)(u.C,{variant:"secondary",className:"mr-1",children:[e,(0,s.jsx)("button",{type:"button",className:"ml-1 ring-offset-background rounded-full outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2",onClick:a=>{a.stopPropagation(),ei("tables",N.tables.filter(a=>a!==e))},children:(0,s.jsx)(L.Z,{className:"h-3 w-3"})})]},e))}):(0,s.jsx)("span",{className:"text-muted-foreground",children:"Select tables..."})})}),(0,s.jsx)(Z.yk,{className:"w-[300px] p-0",align:"start",children:(0,s.jsx)("div",{className:"max-h-[200px] overflow-y-auto p-2",children:J.map(e=>{var a;return(0,s.jsxs)("div",{className:"flex items-center space-x-2 py-1.5 px-2 hover:bg-muted rounded cursor-pointer",onClick:()=>{let a=N.tables||[];a.includes(e.id)||ei("tables",[...a,e.id])},children:[(0,s.jsx)(O.X,{checked:null===(a=N.tables)||void 0===a?void 0:a.includes(e.id),onCheckedChange:a=>{let l=N.tables||[];a?ei("tables",[...l,e.id]):ei("tables",l.filter(a=>a!==e.id))}}),(0,s.jsx)("span",{className:"text-sm",children:e.name})]},e.id)})})})]})]}),("M2O"===N.type||"O2O"===N.type)&&(0,s.jsxs)("div",{className:"space-y-2",children:[(0,s.jsxs)(A._,{className:"flex items-center gap-2",children:["On Delete",(0,s.jsx)(V.pn,{children:(0,s.jsxs)(V.u,{children:[(0,s.jsx)(V.aJ,{asChild:!0,children:(0,s.jsx)(U.Z,{className:"h-4 w-4 text-muted-foreground cursor-help"})}),(0,s.jsx)(V._v,{side:"right",className:"max-w-xs",children:(0,s.jsxs)("p",{children:["Action when a record in ",(0,s.jsx)("strong",{children:N.target||"target"})," is deleted"]})})]})})]}),(0,s.jsxs)(T.Ph,{value:N.onDelete,onValueChange:e=>ei("onDelete",e),children:[(0,s.jsx)(T.i4,{className:"[&_span.text-muted-foreground]:hidden",children:(0,s.jsx)(T.ki,{})}),(0,s.jsxs)(T.Bw,{children:[(0,s.jsx)(T.Ql,{value:"CASCADE",children:(0,s.jsxs)("div",{className:"flex flex-col items-start",children:[(0,s.jsx)("span",{children:"CASCADE"}),(0,s.jsx)("span",{className:"text-xs text-muted-foreground",children:"Delete related records"})]})}),(0,s.jsx)(T.Ql,{value:"SET NULL",children:(0,s.jsxs)("div",{className:"flex flex-col items-start",children:[(0,s.jsx)("span",{children:"SET NULL"}),(0,s.jsx)("span",{className:"text-xs text-muted-foreground",children:"Set reference to null"})]})}),(0,s.jsx)(T.Ql,{value:"RESTRICT",children:(0,s.jsxs)("div",{className:"flex flex-col items-start",children:[(0,s.jsx)("span",{children:"RESTRICT"}),(0,s.jsx)("span",{className:"text-xs text-muted-foreground",children:"Prevent delete if referenced"})]})}),(0,s.jsx)(T.Ql,{value:"NO ACTION",children:(0,s.jsxs)("div",{className:"flex flex-col items-start",children:[(0,s.jsx)("span",{children:"NO ACTION"}),(0,s.jsx)("span",{className:"text-xs text-muted-foreground",children:"Like RESTRICT, checked at end of transaction"})]})})]})]})]}),("M2O"===N.type||"O2O"===N.type)&&!1!==N.constraints&&(0,s.jsxs)("div",{className:"space-y-2",children:[(0,s.jsxs)(A._,{className:"flex items-center gap-2",children:["On Update",(0,s.jsx)(V.pn,{children:(0,s.jsxs)(V.u,{children:[(0,s.jsx)(V.aJ,{asChild:!0,children:(0,s.jsx)(U.Z,{className:"h-4 w-4 text-muted-foreground cursor-help"})}),(0,s.jsx)(V._v,{side:"right",className:"max-w-xs",children:(0,s.jsxs)("p",{children:["Action when the primary key of ",(0,s.jsx)("strong",{children:N.target||"target"})," is updated"]})})]})})]}),(0,s.jsxs)(T.Ph,{value:N.onUpdate,onValueChange:e=>ei("onUpdate",e),children:[(0,s.jsx)(T.i4,{className:"[&_span.text-muted-foreground]:hidden",children:(0,s.jsx)(T.ki,{})}),(0,s.jsxs)(T.Bw,{children:[(0,s.jsx)(T.Ql,{value:"CASCADE",children:(0,s.jsxs)("div",{className:"flex flex-col items-start",children:[(0,s.jsx)("span",{children:"CASCADE"}),(0,s.jsx)("span",{className:"text-xs text-muted-foreground",children:"Update reference automatically"})]})}),(0,s.jsx)(T.Ql,{value:"SET NULL",children:(0,s.jsxs)("div",{className:"flex flex-col items-start",children:[(0,s.jsx)("span",{children:"SET NULL"}),(0,s.jsx)("span",{className:"text-xs text-muted-foreground",children:"Set reference to null"})]})}),(0,s.jsx)(T.Ql,{value:"RESTRICT",children:(0,s.jsxs)("div",{className:"flex flex-col items-start",children:[(0,s.jsx)("span",{children:"RESTRICT"}),(0,s.jsx)("span",{className:"text-xs text-muted-foreground",children:"Prevent update if referenced"})]})}),(0,s.jsx)(T.Ql,{value:"NO ACTION",children:(0,s.jsxs)("div",{className:"flex flex-col items-start",children:[(0,s.jsx)("span",{children:"NO ACTION"}),(0,s.jsx)("span",{className:"text-xs text-muted-foreground",children:"Like RESTRICT, checked at end of transaction"})]})})]})]})]})]}):(0,s.jsxs)(s.Fragment,{children:[(0,s.jsxs)("div",{className:"space-y-2",children:[(0,s.jsx)(A._,{children:"Field Type"}),(0,s.jsxs)(T.Ph,{value:N.type,onValueChange:e=>ei("type",e),disabled:ee,children:[(0,s.jsx)(T.i4,{children:(0,s.jsx)(T.ki,{placeholder:"Select field type"})}),(0,s.jsxs)(T.Bw,{children:[(0,s.jsxs)(T.DI,{children:[(0,s.jsx)(T.n5,{children:"Text Types"}),Q.text.map(e=>(0,s.jsx)(T.Ql,{value:e.value,children:e.label},e.value))]}),(0,s.jsxs)(T.DI,{children:[(0,s.jsx)(T.n5,{children:"Numeric Types"}),Q.numeric.map(e=>(0,s.jsx)(T.Ql,{value:e.value,children:e.label},e.value))]}),(0,s.jsxs)(T.DI,{children:[(0,s.jsx)(T.n5,{children:"Date Types"}),Q.date.map(e=>(0,s.jsx)(T.Ql,{value:e.value,children:e.label},e.value))]}),(0,s.jsxs)(T.DI,{children:[(0,s.jsx)(T.n5,{children:"Other Types"}),Q.other.map(e=>(0,s.jsx)(T.Ql,{value:e.value,children:e.label},e.value))]}),(0,s.jsxs)(T.DI,{children:[(0,s.jsx)(T.n5,{children:"Array Types"}),Q.array.map(e=>(0,s.jsx)(T.Ql,{value:e.value,children:e.label},e.value))]}),(0,s.jsxs)(T.DI,{children:[(0,s.jsx)(T.n5,{children:"Range Types"}),Q.range.map(e=>(0,s.jsx)(T.Ql,{value:e.value,children:e.label},e.value))]}),(0,s.jsxs)(T.DI,{children:[(0,s.jsx)(T.n5,{children:"Geo Types"}),Q.geo.map(e=>(0,s.jsx)(T.Ql,{value:e.value,children:e.label},e.value))]})]})]})]}),"VIRTUAL"===N.type?(0,s.jsxs)("div",{className:"space-y-2",children:[(0,s.jsx)(A._,{htmlFor:"calculated",children:"Calculation String"}),(0,s.jsx)(R.g,{id:"calculated",placeholder:"${this.firstName} ${this.lastName}",value:N.calculated,onChange:e=>ei("calculated",e.target.value)}),(0,s.jsxs)("p",{className:"text-xs text-muted-foreground",children:["Use $","{this.fieldName}"," syntax to reference other fields"]})]}):"ENUM"===N.type?(0,s.jsxs)("div",{className:"space-y-2",children:[(0,s.jsx)(A._,{children:"Enum Values"}),(0,s.jsx)(P.OF,{value:N.values||[],onChange:e=>ei("values",e),itemType:"string",placeholder:"Type a value and press Enter"})]}):"String"===N.type?(0,s.jsxs)("div",{className:"space-y-2",children:[(0,s.jsx)(A._,{htmlFor:"stringLength",children:"Maximum Length"}),(0,s.jsx)(I.I,{id:"stringLength",type:"number",placeholder:"255",value:N.stringLength||"",onChange:e=>ei("stringLength",e.target.value)})]}):"Decimal"===N.type?(0,s.jsxs)("div",{className:"space-y-4",children:[(0,s.jsxs)("div",{className:"space-y-2",children:[(0,s.jsx)(A._,{htmlFor:"precision",children:"Precision (Total Digits)"}),(0,s.jsx)(I.I,{id:"precision",type:"number",placeholder:"e.g., 10",value:N.precision||"",onChange:e=>ei("precision",e.target.value)}),(0,s.jsx)("p",{className:"text-xs text-muted-foreground",children:"Total number of digits (before and after decimal point)"})]}),(0,s.jsxs)("div",{className:"space-y-2",children:[(0,s.jsx)(A._,{htmlFor:"scale",children:"Scale (Decimal Places)"}),(0,s.jsx)(I.I,{id:"scale",type:"number",placeholder:"e.g., 2",value:N.scale||"",onChange:e=>ei("scale",e.target.value)}),(0,s.jsx)("p",{className:"text-xs text-muted-foreground",children:"Number of digits after the decimal point"})]})]}):null,(0,s.jsxs)(s.Fragment,{children:[(()=>{if(!es(N.type))return null;let e=["Integer","BigInt","Array_Integer","Array_BigInt","Range_Integer","Range_BigInt"].includes(N.type),a=N.type.startsWith("Range_"),l=N.type.startsWith("Array_");return(0,s.jsxs)("div",{className:"space-y-4 pt-4 border-t",children:[(0,s.jsxs)("div",{className:"flex items-center gap-2",children:[(0,s.jsx)(A._,{className:"text-sm font-medium",children:"Validation Rules"}),(0,s.jsx)(V.pn,{children:(0,s.jsxs)(V.u,{children:[(0,s.jsx)(V.aJ,{asChild:!0,children:(0,s.jsx)(U.Z,{className:"h-4 w-4 text-muted-foreground cursor-help"})}),(0,s.jsx)(V._v,{className:"max-w-xs",children:(0,s.jsx)("p",{children:a?"Min/max values apply to both lower and upper bounds of the range.":l?"Min/max values apply to each element in the array.":"Set minimum and maximum allowed values for this field."})})]})})]}),(0,s.jsxs)("div",{className:"grid grid-cols-2 gap-4",children:[(0,s.jsxs)("div",{className:"space-y-2",children:[(0,s.jsx)(A._,{htmlFor:"validateMin",children:"Minimum Value"}),(0,s.jsx)(I.I,{id:"validateMin",type:"number",step:e?"1":"any",placeholder:"No minimum",value:N.validateMin,onChange:e=>ei("validateMin",e.target.value)})]}),(0,s.jsxs)("div",{className:"space-y-2",children:[(0,s.jsx)(A._,{htmlFor:"validateMax",children:"Maximum Value"}),(0,s.jsx)(I.I,{id:"validateMax",type:"number",step:e?"1":"any",placeholder:"No maximum",value:N.validateMax,onChange:e=>ei("validateMax",e.target.value)})]})]}),!e&&(0,s.jsxs)("div",{className:"flex items-center space-x-2",children:[(0,s.jsx)(O.X,{id:"validateIsInt",checked:N.validateIsInt,onCheckedChange:e=>ei("validateIsInt",!0===e)}),(0,s.jsx)(A._,{htmlFor:"validateIsInt",className:"text-sm font-normal cursor-pointer",children:"Require integer values (no decimals)"})]})]})})(),et(N.type)?(0,s.jsxs)("div",{className:"space-y-4 pt-4 border-t",children:[(0,s.jsxs)("div",{className:"flex items-center gap-2",children:[(0,s.jsx)(A._,{className:"text-sm font-medium",children:"Validation Rules"}),(0,s.jsx)(V.pn,{children:(0,s.jsxs)(V.u,{children:[(0,s.jsx)(V.aJ,{asChild:!0,children:(0,s.jsx)(U.Z,{className:"h-4 w-4 text-muted-foreground cursor-help"})}),(0,s.jsx)(V._v,{className:"max-w-xs",children:(0,s.jsx)("p",{children:"Configure validation rules for string content and format."})})]})})]}),(0,s.jsxs)("div",{className:"space-y-2",children:[(0,s.jsx)(A._,{className:"text-sm text-muted-foreground",children:"Format Validation"}),(0,s.jsxs)(T.Ph,{value:N.validateIsEmail?"email":N.validateIsUrl?"url":N.validateNotEmpty?"notEmpty":"none",onValueChange:e=>{ei("validateNotEmpty","notEmpty"===e),ei("validateIsEmail","email"===e),ei("validateIsUrl","url"===e)},children:[(0,s.jsx)(T.i4,{children:(0,s.jsx)(T.ki,{placeholder:"No format validation"})}),(0,s.jsxs)(T.Bw,{children:[(0,s.jsx)(T.Ql,{value:"none",children:"No format validation"}),(0,s.jsx)(T.Ql,{value:"notEmpty",children:"Required (cannot be empty)"}),(0,s.jsx)(T.Ql,{value:"email",children:"Must be valid email format"}),(0,s.jsx)(T.Ql,{value:"url",children:"Must be valid URL format"})]})]})]}),(0,s.jsxs)("div",{className:"grid grid-cols-2 gap-4",children:[(0,s.jsxs)("div",{className:"space-y-2",children:[(0,s.jsx)(A._,{htmlFor:"validateMinLength",children:"Min Length"}),(0,s.jsx)(I.I,{id:"validateMinLength",type:"number",min:"0",placeholder:"No minimum",value:N.validateMinLength,onChange:e=>ei("validateMinLength",e.target.value)})]}),(0,s.jsxs)("div",{className:"space-y-2",children:[(0,s.jsx)(A._,{htmlFor:"validateMaxLength",children:"Max Length"}),(0,s.jsx)(I.I,{id:"validateMaxLength",type:"number",min:"0",placeholder:"No maximum",value:N.validateMaxLength,onChange:e=>ei("validateMaxLength",e.target.value)})]})]}),(0,s.jsxs)("div",{className:"space-y-2",children:[(0,s.jsx)(A._,{htmlFor:"validatePattern",children:"Regex Pattern"}),(0,s.jsx)(I.I,{id:"validatePattern",placeholder:"e.g., ^[A-Z]{2}\\\\d{4}$",value:N.validatePattern,onChange:e=>ei("validatePattern",e.target.value)}),(0,s.jsx)("p",{className:"text-xs text-muted-foreground",children:"Regular expression pattern the value must match"})]})]}):null]}),"VIRTUAL"!==N.type&&(0,s.jsxs)("div",{className:"flex items-center justify-between",children:[(0,s.jsxs)("div",{className:"space-y-0.5",children:[(0,s.jsx)(A._,{children:"Nullable"}),(0,s.jsx)("p",{className:"text-xs text-muted-foreground",children:"Allow null values for this field"})]}),(0,s.jsx)(k.r,{checked:N.allowNull,onCheckedChange:e=>ei("allowNull",e)})]}),(0,s.jsxs)("div",{className:"flex items-center justify-between",children:[(0,s.jsxs)("div",{className:"space-y-0.5",children:[(0,s.jsx)(A._,{children:"Hidden"}),(0,s.jsx)("p",{className:"text-xs text-muted-foreground",children:"Never return this field in API responses (for sensitive data like passwords)"})]}),(0,s.jsx)(k.r,{checked:N.hidden,onCheckedChange:e=>ei("hidden",e)})]}),"VIRTUAL"!==N.type&&(0,s.jsxs)("div",{className:"space-y-2",children:[(0,s.jsx)(A._,{htmlFor:"defaultValue",children:"Default Value"}),$(N.type)?(0,s.jsxs)(T.Ph,{value:N.defaultValue||"_none_",onValueChange:e=>ei("defaultValue","_none_"===e?"":e),children:[(0,s.jsx)(T.i4,{children:(0,s.jsx)(T.ki,{placeholder:"Select default value"})}),(0,s.jsxs)(T.Bw,{children:[(0,s.jsx)(T.Ql,{value:"_none_",children:"No default"}),(0,s.jsx)(T.Ql,{value:"$NOW",children:"Current Date/Time"})]})]}):"UUID"===N.type?(0,s.jsxs)(T.Ph,{value:N.defaultValue||"_none_",onValueChange:e=>ei("defaultValue","_none_"===e?"":e),children:[(0,s.jsx)(T.i4,{children:(0,s.jsx)(T.ki,{placeholder:"Select default value"})}),(0,s.jsxs)(T.Bw,{children:[(0,s.jsx)(T.Ql,{value:"_none_",children:"No default"}),(0,s.jsx)(T.Ql,{value:"$UUIDV4",children:"Auto-generate UUID"})]})]}):"SUID"===N.type?(0,s.jsxs)(T.Ph,{value:N.defaultValue||"_none_",onValueChange:e=>ei("defaultValue","_none_"===e?"":e),children:[(0,s.jsx)(T.i4,{children:(0,s.jsx)(T.ki,{placeholder:"Select default value"})}),(0,s.jsxs)(T.Bw,{children:[(0,s.jsx)(T.Ql,{value:"_none_",children:"No default"}),(0,s.jsx)(T.Ql,{value:"$SUID",children:"Auto-generate Short UID"})]})]}):"Boolean"===N.type?(0,s.jsxs)(T.Ph,{value:""===N.defaultValue?"_none_":N.defaultValue,onValueChange:e=>ei("defaultValue","_none_"===e?"":e),children:[(0,s.jsx)(T.i4,{children:(0,s.jsx)(T.ki,{placeholder:"Select default value"})}),(0,s.jsxs)(T.Bw,{children:[(0,s.jsx)(T.Ql,{value:"_none_",children:"No default"}),(0,s.jsx)(T.Ql,{value:"true",children:"True"}),(0,s.jsx)(T.Ql,{value:"false",children:"False"})]})]}):"Integer"===N.type||"BigInt"===N.type?(0,s.jsxs)(T.Ph,{value:w?"$CUSTOM":N.defaultValue||"_none_",onValueChange:e=>{"$CUSTOM"===e?(_(!0),ei("defaultValue","")):(_(!1),ei("defaultValue","_none_"===e?"":e))},children:[(0,s.jsx)(T.i4,{children:(0,s.jsx)(T.ki,{placeholder:"Select default value"})}),(0,s.jsxs)(T.Bw,{children:[(0,s.jsx)(T.Ql,{value:"_none_",children:"No default"}),(0,s.jsx)(T.Ql,{value:"$AUTOINCREMENT",children:"Auto-increment"}),(0,s.jsx)(T.Ql,{value:"$CUSTOM",children:"Custom value..."})]})]}):(0,s.jsx)(I.I,{id:"defaultValue",placeholder:"Enter default value",value:N.defaultValue,onChange:e=>ei("defaultValue",e.target.value)}),("Integer"===N.type||"BigInt"===N.type)&&w&&(0,s.jsx)(I.I,{id:"defaultValueCustom",type:"number",placeholder:"Enter numeric default value",className:"mt-2",value:N.defaultValue,onChange:e=>{ei("defaultValue",e.target.value)}})]})]}),(0,s.jsxs)("div",{className:"flex justify-end gap-2 pt-4",children:[(0,s.jsx)(c.z,{type:"button",variant:"outline",onClick:x,children:"Cancel"}),(0,s.jsxs)(c.z,{type:"submit",disabled:ea,children:[ea&&(0,s.jsx)(f.Z,{className:"mr-2 h-4 w-4 animate-spin"}),ee?"Update":"Create"," ",v?"Relationship":"Field"]})]})]})]})})},q=e=>{var a,l;let{open:d,onClose:o,collectionName:x,onSuccess:j}=e,[v,g]=(0,t.useState)(!1),[N,y]=(0,t.useState)(null),[b,C]=(0,t.useState)(!1),[A,k]=(0,t.useState)([]),[T,_]=(0,t.useState)(!1),[R,O]=(0,t.useState)(null),[U,L]=(0,t.useState)(""),{getSchemaByName:V,isLoading:Z,refetch:z}=(0,i.I_)(),P=(0,t.useMemo)(()=>d&&x?{data:V(x)}:null,[d,x,V]),F=(0,t.useMemo)(()=>A.filter(e=>e.name.toLowerCase().includes(U.toLowerCase())),[A,U]),{mutate:Q,isLoading:B}=(0,n.PQ)(),{mutate:$,isLoading:q}=(0,n.R2)();(0,t.useEffect)(()=>{var e,a;(null==P?void 0:null===(a=P.data)||void 0===a?void 0:null===(e=a.schema)||void 0===e?void 0:e.fields)&&k(Object.entries(P.data.schema.fields).map(e=>{let[a,l]=e;return{name:a,...l}}))},[P]);let J=function(){let e=arguments.length>0&&void 0!==arguments[0]&&arguments[0];y(null),C(e),g(!0)},H=e=>{let a=A.find(a=>a.name===e);y(e),C(!!(null==a?void 0:a.relType)),g(!0)},K=e=>{O(e),_(!0)},X=e=>e.relType?(0,s.jsxs)(u.C,{variant:"outline",className:"gap-1",children:[(0,s.jsx)(D,{className:"h-3 w-3"}),e.relType]}):(0,s.jsx)(u.C,{variant:"secondary",children:e.type});return(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)(S.yo,{open:d,onOpenChange:e=>!e&&o(),children:(0,s.jsx)(S.ue,{className:"!w-full sm:!w-[800px] flex flex-col overflow-hidden p-0",children:(0,s.jsxs)("div",{className:"flex flex-col h-full overflow-hidden p-6",children:[(0,s.jsx)(S.Tu,{children:(0,s.jsxs)(S.bC,{className:"truncate max-w-[250px] sm:max-w-full",children:["Manage Fields - ",null==P?void 0:null===(l=P.data)||void 0===l?void 0:null===(a=l.schema)||void 0===a?void 0:a.name]})}),(0,s.jsxs)("div",{className:"mt-6 space-y-4 flex-1 flex flex-col min-h-0",children:[(0,s.jsxs)("div",{className:"flex gap-2 flex-wrap justify-between items-center",children:[(0,s.jsxs)("div",{className:"flex gap-2 flex-wrap",children:[(0,s.jsxs)(c.z,{onClick:()=>J(!1),size:"sm",children:[(0,s.jsx)(p.Z,{className:"mr-2 h-4 w-4"}),"Add Field"]}),(0,s.jsxs)(c.z,{variant:"outline",size:"sm",onClick:()=>J(!0),children:[(0,s.jsx)(D,{className:"mr-2 h-4 w-4"}),"Add Relationship"]})]}),(0,s.jsxs)("div",{className:"relative w-full sm:w-auto",children:[(0,s.jsx)(M.Z,{className:"absolute left-2.5 top-1/2 transform -translate-y-1/2 h-4 w-4 text-muted-foreground"}),(0,s.jsx)(I.I,{placeholder:"Search fields...",value:U,onChange:e=>L(e.target.value),className:"pl-8 h-9 w-full sm:w-[200px]"})]})]}),(0,s.jsx)("div",{className:"flex-1 overflow-auto",children:(0,s.jsx)("div",{className:"min-w-[500px]",children:(0,s.jsxs)(h.iA,{children:[(0,s.jsx)(h.xD,{children:(0,s.jsxs)(h.SC,{children:[(0,s.jsx)(h.ss,{children:"Name"}),(0,s.jsx)(h.ss,{children:"Type"}),(0,s.jsx)(h.ss,{children:"Nullable"}),(0,s.jsx)(h.ss,{className:"w-28",children:"Actions"})]})}),(0,s.jsx)(h.RM,{children:Z?(0,s.jsx)(h.SC,{children:(0,s.jsx)(h.pj,{colSpan:4,className:"h-32 text-center",children:(0,s.jsx)(f.Z,{className:"h-6 w-6 animate-spin mx-auto"})})}):0===A.length?(0,s.jsx)(h.SC,{children:(0,s.jsx)(h.pj,{colSpan:4,className:"h-32 text-center text-muted-foreground",children:"No fields defined"})}):0===F.length?(0,s.jsx)(h.SC,{children:(0,s.jsx)(h.pj,{colSpan:4,className:"h-32 text-center text-muted-foreground",children:"No fields match your search"})}):F.map(e=>(0,s.jsxs)(h.SC,{children:[(0,s.jsx)(h.pj,{children:(0,s.jsxs)("div",{className:"flex items-center gap-2",children:[(0,s.jsx)("span",{className:"font-medium",children:e.name}),e.primaryKey&&(0,s.jsx)(u.C,{variant:"default",className:"text-xs",children:"PK"}),e.SystemGenerated&&(0,s.jsx)(u.C,{variant:"outline",className:"text-xs",children:"System"})]})}),(0,s.jsx)(h.pj,{children:X(e)}),(0,s.jsx)(h.pj,{children:e.allowNull?(0,s.jsx)(u.C,{variant:"outline",children:"Yes"}):(0,s.jsx)(u.C,{variant:"secondary",children:"No"})}),(0,s.jsx)(h.pj,{children:(0,s.jsxs)("div",{className:"flex items-center gap-1",children:[(0,s.jsx)(c.z,{variant:"ghost",size:"icon",className:"h-8 w-8",onClick:()=>H(e.name),children:(0,s.jsx)(E.Z,{className:"h-4 w-4"})}),!e.SystemGenerated&&!e.primaryKey&&(0,s.jsx)(c.z,{variant:"ghost",size:"icon",className:"h-8 w-8 text-destructive",onClick:()=>K(e),children:(0,s.jsx)(w.Z,{className:"h-4 w-4"})})]})})]},e.name))})]})})})]})]})})}),(0,s.jsx)(W,{open:v,onClose:()=>g(!1),collectionName:x,fieldName:N,isRelationship:b,onSuccess:()=>{g(!1),z(),j()}}),(0,s.jsx)(m.aR,{open:T,onOpenChange:_,children:(0,s.jsxs)(m._T,{children:[(0,s.jsxs)(m.fY,{children:[(0,s.jsx)(m.f$,{children:"Delete Field"}),(0,s.jsxs)(m.yT,{children:['Are you sure you want to delete the field "',null==R?void 0:R.name,'"? This action cannot be undone.']})]}),(0,s.jsxs)(m.xo,{children:[(0,s.jsx)(m.le,{children:"Cancel"}),(0,s.jsxs)(m.OL,{onClick:()=>{var e;if(!R)return;let a=V(x);if(!(null==a?void 0:null===(e=a.schema)||void 0===e?void 0:e.fields)||0===Object.keys(a.schema.fields).length){r.Am.error("Unable to get current schema data");return}if(R.relType)$({resource:"relationships",meta:{collectionName:x},id:R.name},{onSuccess:()=>{r.Am.success("Field deleted successfully"),z(),_(!1),O(null)},onError:e=>{r.Am.error("Error deleting field: ".concat(e.message))}});else{let e={...a.schema.fields};delete e[R.name],Q({resource:"collections",id:x,values:{schema:{...a.schema,fields:e}}},{onSuccess:()=>{r.Am.success("Field deleted successfully"),z(),j(),_(!1),O(null)},onError:e=>{r.Am.error("Error deleting field: ".concat(e.message))}})}},className:"bg-destructive text-destructive-foreground hover:bg-destructive/90",children:[q||B?(0,s.jsx)(f.Z,{className:"mr-2 h-4 w-4 animate-spin"}):(0,s.jsx)(w.Z,{className:"mr-2 h-4 w-4"}),"Delete"]})]})]})})]})};var J=l(74291);let H=e=>{var a,l;let{open:d,onClose:o,collectionName:x}=e,[j,v]=(0,t.useState)(!1),[g,N]=(0,t.useState)(""),[y,C]=(0,t.useState)([]),[k,T]=(0,t.useState)(!1),[_,D]=(0,t.useState)(!1),[M,E]=(0,t.useState)(!1),[R,U]=(0,t.useState)(null),[L,V]=(0,t.useState)([]),{getSchemaByName:Z,isLoading:z,refetch:P}=(0,i.I_)(),F=(0,t.useMemo)(()=>d&&x?{data:Z(x)}:null,[d,x,Z]),Q=(0,t.useMemo)(()=>{var e,a;return(null==F?void 0:null===(a=F.data)||void 0===a?void 0:null===(e=a.schema)||void 0===e?void 0:e.fields)?Object.keys(F.data.schema.fields):[]},[F]);(0,t.useEffect)(()=>{var e,a;(null==F?void 0:null===(a=F.data)||void 0===a?void 0:null===(e=a.schema)||void 0===e?void 0:e.indexes)?V(F.data.schema.indexes):V([])},[F]);let{mutate:B,isLoading:$}=(0,n.RO)(),{mutate:W,isLoading:q}=(0,n.R2)(),H=()=>{N(""),C([]),T(!1),D(!1)},K=()=>{P()},X=e=>{U(e),E(!0)},Y=e=>{y.includes(e)?C(y.filter(a=>a!==e)):C([...y,e])};return(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)(S.yo,{open:d,onOpenChange:e=>!e&&o(),children:(0,s.jsx)(S.ue,{className:"!w-full sm:!w-[700px] flex flex-col overflow-hidden p-0",children:(0,s.jsxs)("div",{className:"flex flex-col h-full overflow-hidden p-6",children:[(0,s.jsx)(S.Tu,{children:(0,s.jsxs)(S.bC,{className:"truncate max-w-[250px] sm:max-w-full",children:["Manage Indexes - ",null==F?void 0:null===(l=F.data)||void 0===l?void 0:null===(a=l.schema)||void 0===a?void 0:a.name]})}),(0,s.jsxs)("div",{className:"mt-6 space-y-4 flex-1 flex flex-col min-h-0",children:[(0,s.jsxs)(c.z,{onClick:()=>v(!0),size:"sm",children:[(0,s.jsx)(p.Z,{className:"mr-2 h-4 w-4"}),"Add Index"]}),(0,s.jsx)("div",{className:"flex-1 overflow-auto",children:(0,s.jsx)("div",{className:"min-w-[450px]",children:(0,s.jsxs)(h.iA,{children:[(0,s.jsx)(h.xD,{children:(0,s.jsxs)(h.SC,{children:[(0,s.jsx)(h.ss,{children:"Name"}),(0,s.jsx)(h.ss,{children:"Fields"}),(0,s.jsx)(h.ss,{children:"Type"}),(0,s.jsx)(h.ss,{className:"w-20",children:"Actions"})]})}),(0,s.jsx)(h.RM,{children:z?(0,s.jsx)(h.SC,{children:(0,s.jsx)(h.pj,{colSpan:4,className:"h-32 text-center",children:(0,s.jsx)(f.Z,{className:"h-6 w-6 animate-spin mx-auto"})})}):0===L.length?(0,s.jsx)(h.SC,{children:(0,s.jsxs)(h.pj,{colSpan:4,className:"h-32 text-center text-muted-foreground",children:[(0,s.jsx)(b.Z,{className:"h-8 w-8 mx-auto mb-2 opacity-50"}),(0,s.jsx)("p",{children:"No indexes defined"})]})}):L.map(e=>(0,s.jsxs)(h.SC,{children:[(0,s.jsx)(h.pj,{className:"font-medium",children:e.name||e.id}),(0,s.jsx)(h.pj,{children:(0,s.jsx)("div",{className:"flex flex-wrap gap-1",children:(e.fields||[]).map(e=>(0,s.jsx)(u.C,{variant:"secondary",children:e},e))})}),(0,s.jsx)(h.pj,{children:(0,s.jsxs)("div",{className:"flex items-center gap-1 flex-wrap",children:[e.unique?(0,s.jsx)(u.C,{variant:"default",children:"Unique"}):(0,s.jsx)(u.C,{variant:"outline",children:"Standard"}),e.nullsNotDistinct&&(0,s.jsx)(u.C,{variant:"secondary",className:"text-xs",children:"NULLS NOT DISTINCT"})]})}),(0,s.jsx)(h.pj,{children:(0,s.jsx)(c.z,{variant:"ghost",size:"icon",className:"h-8 w-8 text-destructive",onClick:()=>X(e.name||e.id),children:(0,s.jsx)(w.Z,{className:"h-4 w-4"})})})]},e.name||e.id))})]})})})]})]})})}),(0,s.jsx)(J.Vq,{open:j,onOpenChange:v,children:(0,s.jsxs)(J.cZ,{children:[(0,s.jsx)(J.fK,{children:(0,s.jsx)(J.$N,{children:"Create Index"})}),(0,s.jsxs)("div",{className:"space-y-4 py-4",children:[(0,s.jsxs)("div",{className:"space-y-2",children:[(0,s.jsx)(A._,{htmlFor:"indexName",children:"Index Name"}),(0,s.jsx)(I.I,{id:"indexName",placeholder:"Enter index name",value:g,onChange:e=>N(e.target.value)})]}),(0,s.jsxs)("div",{className:"space-y-2",children:[(0,s.jsx)(A._,{children:"Select Fields"}),(0,s.jsx)("div",{className:"border rounded-md p-3 space-y-2 max-h-48 overflow-y-auto",children:Q.map(e=>(0,s.jsxs)("div",{className:"flex items-center gap-2",children:[(0,s.jsx)(O.X,{id:e,checked:y.includes(e),onCheckedChange:()=>Y(e)}),(0,s.jsx)(A._,{htmlFor:e,className:"cursor-pointer",children:e})]},e))})]}),(0,s.jsxs)("div",{className:"flex items-center gap-2",children:[(0,s.jsx)(O.X,{id:"unique",checked:k,onCheckedChange:e=>{T(e),e||D(!1)}}),(0,s.jsx)(A._,{htmlFor:"unique",className:"cursor-pointer",children:"Unique Index"})]}),k&&(0,s.jsxs)("div",{className:"flex items-center gap-2",children:[(0,s.jsx)(O.X,{id:"nullsNotDistinct",checked:_,onCheckedChange:e=>D(e)}),(0,s.jsxs)(A._,{htmlFor:"nullsNotDistinct",className:"cursor-pointer flex items-center gap-1",children:["Nulls Not Distinct",(0,s.jsx)("span",{className:"text-xs text-muted-foreground",children:"(treat NULLs as equal)"})]})]})]}),(0,s.jsxs)(J.cN,{children:[(0,s.jsx)(c.z,{variant:"outline",onClick:()=>{H(),v(!1)},children:"Cancel"}),(0,s.jsxs)(c.z,{onClick:()=>{if(!g.trim()){r.Am.error("Please enter an index name");return}if(0===y.length){r.Am.error("Please select at least one field");return}B({resource:"indexes",meta:{collectionName:x},values:{name:g,fields:y,unique:k,...k&&_?{nullsNotDistinct:!0}:{}}},{onSuccess:()=>{r.Am.success("Index created successfully"),H(),v(!1),K()},onError:e=>{r.Am.error("Error creating index: ".concat(e.message))}})},disabled:$,children:[$&&(0,s.jsx)(f.Z,{className:"mr-2 h-4 w-4 animate-spin"}),"Create Index"]})]})]})}),(0,s.jsx)(m.aR,{open:M,onOpenChange:E,children:(0,s.jsxs)(m._T,{children:[(0,s.jsxs)(m.fY,{children:[(0,s.jsx)(m.f$,{children:"Delete Index"}),(0,s.jsxs)(m.yT,{children:['Are you sure you want to delete the index "',R,'"? This action cannot be undone.']})]}),(0,s.jsxs)(m.xo,{children:[(0,s.jsx)(m.le,{children:"Cancel"}),(0,s.jsxs)(m.OL,{onClick:()=>{R&&W({resource:"indexes",meta:{collectionName:x},id:R},{onSuccess:()=>{r.Am.success("Index deleted successfully"),E(!1),U(null),K()},onError:e=>{r.Am.error("Error deleting index: ".concat(e.message))}})},className:"bg-destructive text-destructive-foreground hover:bg-destructive/90",children:[q?(0,s.jsx)(f.Z,{className:"mr-2 h-4 w-4 animate-spin"}):(0,s.jsx)(w.Z,{className:"mr-2 h-4 w-4"}),"Delete"]})]})]})})]})};var K=l(95937),X=l(90641),Y=l(962);let G=Y.fC,ee=Y.wy,ea=Y.Fw;var el=l(40875),es=l(10407);let et=(0,N.Z)("Radio",[["path",{d:"M4.9 19.1C1 15.2 1 8.8 4.9 4.9",key:"1vaf9d"}],["path",{d:"M7.8 16.2c-2.3-2.3-2.3-6.1 0-8.5",key:"u1ii0m"}],["circle",{cx:"12",cy:"12",r:"2",key:"1c9p78"}],["path",{d:"M16.2 7.8c2.3 2.3 2.3 6.1 0 8.5",key:"1j5fej"}],["path",{d:"M19.1 4.9C23 8.8 23 15.1 19.1 19",key:"10b0cb"}]]);var en=l(41671);let ei=e=>{if(!e)return"disabled";if(!0===e)return"enabled (all actions)";if("object"==typeof e){if(!e.enabled)return"disabled";let a=e.actions||["insert","update","delete"];return"enabled (".concat(a.join(", "),")")}return"disabled"},er=e=>{let{open:a,onClose:l}=e,[d,o]=(0,t.useState)(null),[h,m]=(0,t.useState)(null),[x,v]=(0,t.useState)(["new","modified","deleted"]),g=(0,t.useRef)(null),N=(0,n.Ji)(),{refetch:y}=(0,i.I_)(),{mutate:b,isLoading:C}=(0,n.uC)(),{mutate:I,isLoading:A}=(0,n.uC)(),k=()=>{o(null),m(null),g.current&&(g.current.value="")},T=async e=>{var a;let l=null===(a=e.target.files)||void 0===a?void 0:a[0];if(!l)return;o(l),m(null);let s=new FormData;s.append("schema",l),b({url:"".concat(N,"/schemas-preview-import"),method:"post",values:s},{onSuccess:e=>{m(null==e?void 0:e.data)},onError:e=>{r.Am.error("Preview failed: ".concat(e.message||"Unknown error")),m(null)}})},_=async()=>{if(!d)return;let e=new FormData;e.append("schema",d),I({url:"".concat(N,"/schemas-import"),method:"post",values:e},{onSuccess:()=>{r.Am.success("Schemas imported successfully"),y(),k(),l()},onError:e=>{r.Am.error("Import failed: ".concat(e.message||"Unknown error"))}})},D=e=>{v(a=>a.includes(e)?a.filter(a=>a!==e):[...a,e])},M=function(e,a,l,t){let n=arguments.length>4&&void 0!==arguments[4]?arguments[4]:"default";if(!e||0===e.length)return null;let i=x.includes(t);return(0,s.jsxs)(G,{open:i,onOpenChange:()=>D(t),children:[(0,s.jsxs)(ee,{className:"flex items-center justify-between w-full p-3 bg-muted/50 rounded-lg hover:bg-muted transition-colors",children:[(0,s.jsxs)("div",{className:"flex items-center gap-2",children:[a,(0,s.jsx)("span",{className:"font-medium",children:l}),(0,s.jsx)(u.C,{variant:n,children:e.length})]}),i?(0,s.jsx)(el.Z,{className:"h-4 w-4"}):(0,s.jsx)(es.Z,{className:"h-4 w-4"})]}),(0,s.jsx)(ea,{children:(0,s.jsx)("div",{className:"mt-2 space-y-2 pl-4",children:e.map((e,l)=>(0,s.jsxs)("div",{className:"p-2 rounded border bg-background",children:[(0,s.jsxs)("div",{className:"flex items-center gap-2",children:[a,(0,s.jsx)("span",{children:"string"==typeof e?e:e.collectionName}),e.differences&&Object.keys(e.differences).length>0&&(0,s.jsxs)(u.C,{variant:"outline",className:"ml-auto",children:[Object.keys(e.differences).length," change(s)"]})]}),e.differences&&Object.keys(e.differences).length>0&&(0,s.jsx)("div",{className:"mt-2 pl-6 text-xs space-y-1",children:Object.entries(e.differences).map(e=>{let[a,l]=e;return(0,s.jsx)("div",{className:"flex items-start gap-2 text-muted-foreground",children:"realtime"===a?(0,s.jsxs)("div",{className:"flex items-center gap-1",children:[(0,s.jsx)(et,{className:"h-3 w-3"}),(0,s.jsx)("span",{className:"font-medium",children:"Realtime:"}),(0,s.jsx)("span",{className:"text-red-500 line-through",children:ei(l.from)}),(0,s.jsx)("span",{children:"→"}),(0,s.jsx)("span",{className:"text-green-500",children:ei(l.to)})]}):(0,s.jsxs)("span",{children:[(0,s.jsxs)("span",{className:"font-medium",children:[a,":"]})," ","added"===l.type&&(0,s.jsx)("span",{className:"text-green-500",children:"added"}),"removed"===l.type&&(0,s.jsx)("span",{className:"text-red-500",children:"removed"}),"modified"===l.type&&(0,s.jsx)("span",{className:"text-yellow-500",children:"modified"})]})},a)})})]},l))})})]})},R=h&&(h.changes.new.length>0||h.changes.modified.length>0||h.changes.deleted.length>0);return(0,s.jsx)(S.yo,{open:a,onOpenChange:e=>{e||(k(),l())},children:(0,s.jsxs)(S.ue,{className:"w-[600px] sm:w-[700px] sm:max-w-[700px] flex flex-col",children:[(0,s.jsx)(S.Tu,{children:(0,s.jsx)(S.bC,{children:"Import Schema"})}),(0,s.jsxs)("div",{className:"flex-1 overflow-hidden flex flex-col mt-6",children:[(0,s.jsxs)("div",{className:"border-2 border-dashed rounded-lg p-8 text-center cursor-pointer hover:border-primary transition-colors flex-shrink-0",onClick:()=>{var e;return null===(e=g.current)||void 0===e?void 0:e.click()},children:[(0,s.jsx)(j.Z,{className:"h-10 w-10 mx-auto mb-4 text-muted-foreground"}),d?(0,s.jsxs)("div",{children:[(0,s.jsx)("p",{className:"font-medium",children:d.name}),(0,s.jsx)("p",{className:"text-sm text-muted-foreground",children:"Click to select a different file"})]}):(0,s.jsxs)("div",{children:[(0,s.jsx)("p",{className:"font-medium",children:"Click or drag schema file to upload"}),(0,s.jsx)("p",{className:"text-sm text-muted-foreground mt-1",children:"Support for single JSON file upload only"})]}),(0,s.jsx)("input",{ref:g,type:"file",accept:".json",className:"hidden",onChange:T})]}),C&&(0,s.jsxs)("div",{className:"flex items-center justify-center py-8",children:[(0,s.jsx)(f.Z,{className:"h-6 w-6 animate-spin mr-2"}),(0,s.jsx)("span",{children:"Analyzing schema changes..."})]}),h&&(0,s.jsx)(X.x,{className:"flex-1 mt-4",children:(0,s.jsxs)("div",{className:"space-y-4 pr-4",children:[(0,s.jsxs)(K.bZ,{children:[(0,s.jsx)(U.Z,{className:"h-4 w-4"}),(0,s.jsx)(K.Cd,{children:"Schema Analysis Complete"}),(0,s.jsxs)(K.X,{children:["Import version: ",h.importVersion," (",h.importTimestamp,")"]})]}),(0,s.jsxs)("div",{className:"space-y-3",children:[M(h.changes.new,(0,s.jsx)(p.Z,{className:"h-4 w-4 text-green-500"}),"New Schemas","new","default"),M(h.changes.modified,(0,s.jsx)(E.Z,{className:"h-4 w-4 text-yellow-500"}),"Modified Schemas","modified","secondary"),M(h.changes.deleted,(0,s.jsx)(w.Z,{className:"h-4 w-4 text-red-500"}),"Deleted Schemas","deleted","destructive"),M(h.changes.unchanged,(0,s.jsx)(en.Z,{className:"h-4 w-4 text-green-500"}),"Unchanged Schemas","unchanged","outline")]}),!R&&(0,s.jsxs)(K.bZ,{children:[(0,s.jsx)(en.Z,{className:"h-4 w-4"}),(0,s.jsx)(K.X,{children:"No changes detected. All schemas are already up to date."})]})]})})]}),(0,s.jsxs)("div",{className:"flex justify-end gap-2 pt-4 border-t mt-4 flex-shrink-0",children:[(0,s.jsx)(c.z,{variant:"outline",onClick:()=>{k(),l()},children:"Cancel"}),h&&(0,s.jsxs)(c.z,{onClick:_,disabled:A,children:[A&&(0,s.jsx)(f.Z,{className:"mr-2 h-4 w-4 animate-spin"}),"Confirm Import"]})]})]})})};var ed=l(31593);let ec=e=>{let{open:a,onClose:l,onSuccess:d,schema:o,collectionName:u}=e,[h,m]=(0,t.useState)(!1),[x,p]=(0,t.useState)(!1),[j,v]=(0,t.useState)(!1),[g,N]=(0,t.useState)(!1),[y,b]=(0,t.useState)(!1),[w,I]=(0,t.useState)(["insert","update","delete"]),{getSchemaByName:T,refetch:_}=(0,i.I_)(),{mutate:D,isLoading:M}=(0,n.PQ)(),E=a?T(u):null,R=(null==E?void 0:E.schema)||o;(0,t.useEffect)(()=>{if(a&&R){let e=!0===R.timestamps,a=!0===R.usertrack,l=!0===R.paranoid,s=!0===R.sortEnabled,t=!1,n=["insert","update","delete"];!0===R.realtime?t=!0:"object"==typeof R.realtime&&null!==R.realtime&&(t=!0===R.realtime.enabled,n=R.realtime.actions||["insert","update","delete"]),console.log("Schema settings loaded:",{collectionName:u,timestamps:R.timestamps,usertrack:R.usertrack,paranoid:R.paranoid,sortEnabled:R.sortEnabled,realtime:R.realtime,parsed:{ts:e,ut:a,pn:l,se:s,rtEnabled:t,rtActions:n}}),m(e),p(a),v(l),N(s),b(t),I(n)}},[a,u,R]);let U=(e,a)=>{a?I(a=>[...a,e]):I(a=>a.filter(a=>a!==e))};return(0,s.jsx)(S.yo,{open:a,onOpenChange:e=>!e&&l(),children:(0,s.jsx)(S.ue,{className:"!w-full sm:!w-[500px] flex flex-col overflow-hidden p-0",children:(0,s.jsxs)("div",{className:"flex flex-col h-full overflow-hidden p-6",children:[(0,s.jsx)(S.Tu,{className:"flex-shrink-0",children:(0,s.jsxs)(S.bC,{className:"flex items-center gap-2",children:[(0,s.jsx)(C.Z,{className:"h-5 w-5 flex-shrink-0"}),"Schema Settings"]})}),(0,s.jsx)(X.x,{className:"flex-1 mt-6",children:(0,s.jsxs)("div",{className:"space-y-6 pr-4",children:[(0,s.jsxs)("div",{className:"p-4 rounded-lg bg-muted",children:[(0,s.jsx)("p",{className:"text-sm font-medium truncate max-w-[250px] sm:max-w-[400px]",title:null==R?void 0:R.name,children:null==R?void 0:R.name}),(0,s.jsxs)("p",{className:"text-xs text-muted-foreground truncate max-w-[250px] sm:max-w-[400px]",title:u,children:["Collection: ",u]})]}),(0,s.jsx)(ed.Z,{}),(0,s.jsxs)("div",{className:"space-y-6",children:[(0,s.jsxs)("div",{className:"flex items-center justify-between",children:[(0,s.jsxs)("div",{className:"space-y-0.5",children:[(0,s.jsx)(A._,{children:"Timestamps"}),(0,s.jsx)("p",{className:"text-xs text-muted-foreground",children:"Add createdAt and updatedAt fields automatically"})]}),(0,s.jsx)(k.r,{checked:h,onCheckedChange:m})]}),(0,s.jsxs)("div",{className:"flex items-center justify-between",children:[(0,s.jsxs)("div",{className:"space-y-0.5",children:[(0,s.jsx)(A._,{children:"User Tracking"}),(0,s.jsx)("p",{className:"text-xs text-muted-foreground",children:"Track who created and modified records"})]}),(0,s.jsx)(k.r,{checked:x,onCheckedChange:p})]}),(0,s.jsxs)("div",{className:"flex items-center justify-between",children:[(0,s.jsxs)("div",{className:"space-y-0.5",children:[(0,s.jsx)(A._,{children:"Sorting"}),(0,s.jsx)("p",{className:"text-xs text-muted-foreground",children:"Enable sorting capabilities for this collection"})]}),(0,s.jsx)(k.r,{checked:g,onCheckedChange:N})]}),(0,s.jsxs)("div",{className:"flex items-center justify-between",children:[(0,s.jsxs)("div",{className:"space-y-0.5",children:[(0,s.jsx)(A._,{children:"Soft Delete"}),(0,s.jsx)("p",{className:"text-xs text-muted-foreground",children:"Mark records as deleted instead of removing them"}),(null==R?void 0:R.paranoid)&&(0,s.jsx)("p",{className:"text-xs text-amber-600",children:"⚠️ Cannot be disabled once enabled"})]}),(0,s.jsx)(k.r,{checked:j,onCheckedChange:v,disabled:null==R?void 0:R.paranoid})]}),(0,s.jsx)(ed.Z,{}),(0,s.jsxs)("div",{className:"space-y-4",children:[(0,s.jsxs)("div",{className:"flex items-center justify-between",children:[(0,s.jsxs)("div",{className:"space-y-0.5",children:[(0,s.jsxs)(A._,{className:"flex items-center gap-2",children:[(0,s.jsx)(et,{className:"h-4 w-4"}),"Realtime"]}),(0,s.jsx)("p",{className:"text-xs text-muted-foreground",children:"Broadcast changes via WebSocket using PostgreSQL WAL"})]}),(0,s.jsx)(k.r,{checked:y,onCheckedChange:b})]}),y&&(0,s.jsxs)("div",{className:"pl-4 space-y-3 border-l-2 border-muted",children:[(0,s.jsx)(A._,{className:"text-xs text-muted-foreground",children:"Broadcast on:"}),(0,s.jsxs)("div",{className:"flex flex-wrap gap-4",children:[(0,s.jsxs)("div",{className:"flex items-center space-x-2",children:[(0,s.jsx)(O.X,{id:"rt-insert",checked:w.includes("insert"),onCheckedChange:e=>U("insert",e)}),(0,s.jsx)("label",{htmlFor:"rt-insert",className:"text-sm font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70",children:"Insert"})]}),(0,s.jsxs)("div",{className:"flex items-center space-x-2",children:[(0,s.jsx)(O.X,{id:"rt-update",checked:w.includes("update"),onCheckedChange:e=>U("update",e)}),(0,s.jsx)("label",{htmlFor:"rt-update",className:"text-sm font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70",children:"Update"})]}),(0,s.jsxs)("div",{className:"flex items-center space-x-2",children:[(0,s.jsx)(O.X,{id:"rt-delete",checked:w.includes("delete"),onCheckedChange:e=>U("delete",e)}),(0,s.jsx)("label",{htmlFor:"rt-delete",className:"text-sm font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70",children:"Delete"})]})]}),0===w.length&&(0,s.jsx)("p",{className:"text-xs text-amber-600",children:"⚠️ Select at least one action to broadcast"})]})]})]})]})}),(0,s.jsxs)("div",{className:"flex justify-end gap-2 pt-4 border-t mt-4 flex-shrink-0",children:[(0,s.jsx)(c.z,{variant:"outline",onClick:l,children:"Cancel"}),(0,s.jsxs)(c.z,{onClick:()=>{let e=T(u),a=y?{enabled:!0,actions:w}:{enabled:!1,actions:[]};D({resource:"collections",id:u,values:{schema:{...null==e?void 0:e.schema,timestamps:h,usertrack:x,paranoid:j,sortEnabled:g,realtime:a}}},{onSuccess:()=>{r.Am.success("Schema settings updated successfully"),_(),d(),l()},onError:e=>{r.Am.error("Error updating settings: ".concat(e.message))}})},disabled:M,children:[M&&(0,s.jsx)(f.Z,{className:"mr-2 h-4 w-4 animate-spin"}),"Save Changes"]})]})]})})})},eo=()=>{let[e,a]=(0,t.useState)(!1),[l,N]=(0,t.useState)(!1),[S,I]=(0,t.useState)(!1),[A,k]=(0,t.useState)(!1),[T,D]=(0,t.useState)(!1),[M,E]=(0,t.useState)(null),[R,O]=(0,t.useState)(null),[U,L]=(0,t.useState)(""),[V,Z]=(0,t.useState)(!1),[z,P]=(0,t.useState)(null),F=(0,n.Ji)(),{schemas:Q,isLoading:B,refetch:$}=(0,i.I_)(),{mutate:W,isLoading:J}=(0,n.R2)(),K=(0,t.useMemo)(()=>Q&&U.trim()?Q.filter(e=>{var a,l,s;let t=(null==e?void 0:null===(l=e.schema)||void 0===l?void 0:null===(a=l.name)||void 0===a?void 0:a.toLowerCase())||"",n=(null==e?void 0:null===(s=e.collectionName)||void 0===s?void 0:s.toLowerCase())||"",i=U.toLowerCase();return t.includes(i)||n.includes(i)}):Q||[],[Q,U]),X=e=>{E(e),N(!0)},Y=e=>{E(e),I(!0)},G=e=>{E(e.collectionName),O(e.schema),D(!0)},ee=e=>{P(e),Z(!0)},{refetch:ea}=(0,n.EV)({url:"".concat(F,"/schemas-export"),method:"get",queryOptions:{enabled:!1,retry:!1}}),el=async()=>{try{var e;let a=await ea(),l=null==a?void 0:a.data;if(!(null==l?void 0:l.data)){r.Am.error("No schemas found to export");return}let s=window.URL.createObjectURL(new Blob([JSON.stringify(l.data)])),t=document.createElement("a");t.href=s,t.setAttribute("download","schema-export-".concat((null===(e=l.data)||void 0===e?void 0:e.timestamp)||Date.now(),".json")),document.body.appendChild(t),t.click(),t.remove(),r.Am.success("Schemas exported successfully")}catch(e){r.Am.error("Error exporting schemas: ".concat(e.message))}},es=e=>Object.keys((null==e?void 0:e.fields)||{}).length;return(0,s.jsxs)("div",{className:"flex flex-col h-full overflow-hidden gap-2",children:[(0,s.jsxs)("div",{className:"flex flex-col sm:flex-row items-start sm:items-center justify-between gap-2 flex-shrink-0",children:[(0,s.jsx)("h1",{className:"text-lg font-semibold",children:"Collections Management"}),(0,s.jsxs)("div",{className:"flex flex-wrap items-center gap-2",children:[(0,s.jsx)(o.t,{value:U,onChange:L,placeholder:"Search collections...",expandedWidth:"w-64"}),(0,s.jsx)(c.z,{variant:"outline",size:"icon",onClick:()=>$(),children:(0,s.jsx)(x.Z,{className:"h-4 w-4"})}),(0,s.jsxs)(c.z,{onClick:()=>a(!0),children:[(0,s.jsx)(p.Z,{className:"mr-2 h-4 w-4"}),"Create Schema"]}),(0,s.jsxs)(c.z,{variant:"outline",onClick:()=>k(!0),children:[(0,s.jsx)(j.Z,{className:"mr-2 h-4 w-4"}),"Import"]}),(0,s.jsxs)(c.z,{variant:"outline",onClick:el,children:[(0,s.jsx)(v.Z,{className:"mr-2 h-4 w-4"}),"Export"]})]})]}),(0,s.jsx)(d.Zb,{className:"flex-1 flex flex-col min-h-0 overflow-hidden",children:(0,s.jsx)("div",{className:"flex-1 overflow-auto",children:(0,s.jsxs)("table",{className:"w-full min-w-max",children:[(0,s.jsx)("thead",{className:"sticky top-0 z-10 bg-background border-b",children:(0,s.jsxs)(h.SC,{children:[(0,s.jsx)(h.ss,{children:"Schema Name"}),(0,s.jsx)(h.ss,{children:"Fields"}),(0,s.jsx)(h.ss,{children:"Options"}),(0,s.jsx)(h.ss,{className:"w-64",children:"Actions"})]})}),(0,s.jsx)("tbody",{children:B?(0,s.jsx)(h.SC,{children:(0,s.jsx)(h.pj,{colSpan:4,className:"h-48 text-center",children:(0,s.jsx)(f.Z,{className:"h-8 w-8 animate-spin mx-auto"})})}):0===K.length?(0,s.jsx)(h.SC,{children:(0,s.jsxs)(h.pj,{colSpan:4,className:"h-48 text-center text-muted-foreground",children:[(0,s.jsx)(g.Z,{className:"h-12 w-12 mx-auto mb-4 opacity-50"}),(0,s.jsx)("p",{children:"No collections found"}),(0,s.jsxs)(c.z,{variant:"outline",className:"mt-4",onClick:()=>a(!0),children:[(0,s.jsx)(p.Z,{className:"mr-2 h-4 w-4"}),"Create your first collection"]})]})}):K.map(e=>{var a,l,t,n,i;return(0,s.jsxs)(h.SC,{children:[(0,s.jsx)(h.pj,{children:(0,s.jsxs)("div",{className:"flex items-center gap-2",children:[(0,s.jsx)(g.Z,{className:"h-4 w-4 text-muted-foreground"}),(0,s.jsxs)("div",{className:"flex flex-col",children:[(0,s.jsx)("span",{className:"font-medium",children:null===(a=e.schema)||void 0===a?void 0:a.name}),(null===(l=e.schema)||void 0===l?void 0:l.name)!==e.collectionName&&(0,s.jsx)("code",{className:"text-xs text-muted-foreground bg-muted px-1 py-0.5 rounded w-fit",children:e.collectionName})]})]})}),(0,s.jsx)(h.pj,{children:(0,s.jsxs)(u.C,{variant:"secondary",children:[es(e.schema)," fields"]})}),(0,s.jsx)(h.pj,{children:(0,s.jsxs)("div",{className:"flex flex-wrap gap-1",children:[(null===(t=e.schema)||void 0===t?void 0:t.timestamps)&&(0,s.jsx)(u.C,{variant:"outline",className:"text-xs",children:"Timestamps"}),(null===(n=e.schema)||void 0===n?void 0:n.paranoid)&&(0,s.jsx)(u.C,{variant:"outline",className:"text-xs",children:"Soft Delete"}),(null===(i=e.schema)||void 0===i?void 0:i.usertrack)&&(0,s.jsx)(u.C,{variant:"outline",className:"text-xs",children:"Audit"})]})}),(0,s.jsx)(h.pj,{children:(0,s.jsxs)("div",{className:"flex items-center gap-1",children:[(0,s.jsxs)(c.z,{variant:"outline",size:"sm",onClick:()=>X(e.collectionName),children:[(0,s.jsx)(y,{className:"mr-1 h-3 w-3"}),"Fields"]}),(0,s.jsxs)(c.z,{variant:"outline",size:"sm",onClick:()=>Y(e.collectionName),children:[(0,s.jsx)(b.Z,{className:"mr-1 h-3 w-3"}),"Indexes"]}),(0,s.jsx)(c.z,{variant:"ghost",size:"icon",className:"h-8 w-8",onClick:()=>G(e),children:(0,s.jsx)(C.Z,{className:"h-4 w-4"})}),!e.collectionName.includes("baasix_")&&(0,s.jsx)(c.z,{variant:"ghost",size:"icon",className:"h-8 w-8 text-destructive",onClick:()=>ee(e.collectionName),children:(0,s.jsx)(w.Z,{className:"h-4 w-4"})})]})})]},e.collectionName)})})]})})}),(0,s.jsx)(_,{open:e,onClose:()=>a(!1),onSuccess:()=>{a(!1),$()}}),M&&(0,s.jsx)(q,{open:l,onClose:()=>N(!1),collectionName:M,onSuccess:()=>$()}),M&&(0,s.jsx)(H,{open:S,onClose:()=>I(!1),collectionName:M}),(0,s.jsx)(er,{open:A,onClose:()=>{k(!1),$()}}),M&&R&&(0,s.jsx)(ec,{open:T,onClose:()=>D(!1),onSuccess:()=>$(),schema:R,collectionName:M}),(0,s.jsx)(m.aR,{open:V,onOpenChange:Z,children:(0,s.jsxs)(m._T,{children:[(0,s.jsxs)(m.fY,{children:[(0,s.jsx)(m.f$,{children:"Delete Schema"}),(0,s.jsxs)(m.yT,{children:['Are you sure you want to delete the schema "',z,'"? This action cannot be undone and will remove all data in this collection.']})]}),(0,s.jsxs)(m.xo,{children:[(0,s.jsx)(m.le,{children:"Cancel"}),(0,s.jsxs)(m.OL,{onClick:()=>{z&&W({resource:"collections",id:z},{onSuccess:()=>{r.Am.success("Schema deleted successfully"),Z(!1),P(null),$()},onError:e=>{r.Am.error("Error deleting schema: ".concat(e.message))}})},className:"bg-destructive text-destructive-foreground hover:bg-destructive/90",children:[J?(0,s.jsx)(f.Z,{className:"mr-2 h-4 w-4 animate-spin"}):(0,s.jsx)(w.Z,{className:"mr-2 h-4 w-4"}),"Delete"]})]})]})})]})};var eu=()=>(0,s.jsx)(eo,{})},30767:function(e,a,l){"use strict";l.d(a,{OL:function(){return v},_T:function(){return h},aR:function(){return d},f$:function(){return p},fY:function(){return m},le:function(){return f},vW:function(){return c},xo:function(){return x},yT:function(){return j}});var s=l(57437),t=l(2265),n=l(16720),i=l(93448),r=l(12381);let d=n.fC,c=n.xz,o=n.h_,u=t.forwardRef((e,a)=>{let{className:l,...t}=e;return(0,s.jsx)(n.aV,{className:(0,i.cn)("fixed inset-0 z-50 bg-background/80 backdrop-blur-sm data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0",l),...t,ref:a})});u.displayName="AlertDialogOverlay";let h=t.forwardRef((e,a)=>{let{className:l,...t}=e;return(0,s.jsxs)(o,{children:[(0,s.jsx)(u,{}),(0,s.jsx)(n.VY,{ref:a,className:(0,i.cn)("fixed left-[50%] top-[50%] z-50 grid w-full max-w-lg translate-x-[-50%] translate-y-[-50%] gap-4 border bg-background p-6 shadow-lg duration-200 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 sm:rounded-lg",l),...t})]})});h.displayName="AlertDialogContent";let m=e=>{let{className:a,...l}=e;return(0,s.jsx)("div",{className:(0,i.cn)("flex flex-col space-y-2 text-center sm:text-left",a),...l})};m.displayName="AlertDialogHeader";let x=e=>{let{className:a,...l}=e;return(0,s.jsx)("div",{className:(0,i.cn)("flex flex-col-reverse sm:flex-row sm:justify-end sm:space-x-2",a),...l})};x.displayName="AlertDialogFooter";let p=t.forwardRef((e,a)=>{let{className:l,...t}=e;return(0,s.jsx)(n.Dx,{ref:a,className:(0,i.cn)("text-lg font-semibold",l),...t})});p.displayName="AlertDialogTitle";let j=t.forwardRef((e,a)=>{let{className:l,...t}=e;return(0,s.jsx)(n.dk,{ref:a,className:(0,i.cn)("text-sm text-muted-foreground",l),...t})});j.displayName="AlertDialogDescription";let v=t.forwardRef((e,a)=>{let{className:l,...t}=e;return(0,s.jsx)(n.aU,{ref:a,className:(0,i.cn)((0,r.d)(),l),...t})});v.displayName="AlertDialogAction";let f=t.forwardRef((e,a)=>{let{className:l,...t}=e;return(0,s.jsx)(n.$j,{ref:a,className:(0,i.cn)((0,r.d)({variant:"outline"}),"mt-2 sm:mt-0",l),...t})});f.displayName="AlertDialogCancel"},31593:function(e,a,l){"use strict";l.d(a,{Z:function(){return r}});var s=l(57437),t=l(2265),n=l(90759),i=l(93448);let r=t.forwardRef((e,a)=>{let{className:l,orientation:t="horizontal",decorative:r=!0,...d}=e;return(0,s.jsx)(n.f,{ref:a,decorative:r,orientation:t,className:(0,i.cn)("shrink-0 bg-border","horizontal"===t?"h-[1px] w-full":"h-full w-[1px]",l),...d})});r.displayName=n.f.displayName},962:function(e,a,l){"use strict";l.d(a,{Fw:function(){return b},VY:function(){return A},fC:function(){return S},p_:function(){return p},wy:function(){return N},xz:function(){return I}});var s=l(2265),t=l(6741),n=l(73966),i=l(80886),r=l(61188),d=l(98575),c=l(82912),o=l(71599),u=l(99255),h=l(57437),m="Collapsible",[x,p]=(0,n.b)(m),[j,v]=x(m),f=s.forwardRef((e,a)=>{let{__scopeCollapsible:l,open:t,defaultOpen:n,disabled:r,onOpenChange:d,...o}=e,[x,p]=(0,i.T)({prop:t,defaultProp:null!=n&&n,onChange:d,caller:m});return(0,h.jsx)(j,{scope:l,disabled:r,contentId:(0,u.M)(),open:x,onOpenToggle:s.useCallback(()=>p(e=>!e),[p]),children:(0,h.jsx)(c.WV.div,{"data-state":w(x),"data-disabled":r?"":void 0,...o,ref:a})})});f.displayName=m;var g="CollapsibleTrigger",N=s.forwardRef((e,a)=>{let{__scopeCollapsible:l,...s}=e,n=v(g,l);return(0,h.jsx)(c.WV.button,{type:"button","aria-controls":n.contentId,"aria-expanded":n.open||!1,"data-state":w(n.open),"data-disabled":n.disabled?"":void 0,disabled:n.disabled,...s,ref:a,onClick:(0,t.Mj)(e.onClick,n.onOpenToggle)})});N.displayName=g;var y="CollapsibleContent",b=s.forwardRef((e,a)=>{let{forceMount:l,...s}=e,t=v(y,e.__scopeCollapsible);return(0,h.jsx)(o.z,{present:l||t.open,children:e=>{let{present:l}=e;return(0,h.jsx)(C,{...s,ref:a,present:l})}})});b.displayName=y;var C=s.forwardRef((e,a)=>{let{__scopeCollapsible:l,present:t,children:n,...i}=e,o=v(y,l),[u,m]=s.useState(t),x=s.useRef(null),p=(0,d.e)(a,x),j=s.useRef(0),f=j.current,g=s.useRef(0),N=g.current,b=o.open||u,C=s.useRef(b),S=s.useRef(void 0);return s.useEffect(()=>{let e=requestAnimationFrame(()=>C.current=!1);return()=>cancelAnimationFrame(e)},[]),(0,r.b)(()=>{let e=x.current;if(e){S.current=S.current||{transitionDuration:e.style.transitionDuration,animationName:e.style.animationName},e.style.transitionDuration="0s",e.style.animationName="none";let a=e.getBoundingClientRect();j.current=a.height,g.current=a.width,C.current||(e.style.transitionDuration=S.current.transitionDuration,e.style.animationName=S.current.animationName),m(t)}},[o.open,t]),(0,h.jsx)(c.WV.div,{"data-state":w(o.open),"data-disabled":o.disabled?"":void 0,id:o.contentId,hidden:!b,...i,ref:p,style:{"--radix-collapsible-content-height":f?"".concat(f,"px"):void 0,"--radix-collapsible-content-width":N?"".concat(N,"px"):void 0,...e.style},children:b&&n})});function w(e){return e?"open":"closed"}var S=f,I=N,A=b},370:function(e,a,l){"use strict";l.d(a,{f:function(){return d}});var s=l(2265);l(54887);var t=l(37053),n=l(57437),i=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","select","span","svg","ul"].reduce((e,a)=>{let l=(0,t.Z8)(`Primitive.${a}`),i=s.forwardRef((e,s)=>{let{asChild:t,...i}=e,r=t?l:a;return"undefined"!=typeof window&&(window[Symbol.for("radix-ui")]=!0),(0,n.jsx)(r,{...i,ref:s})});return i.displayName=`Primitive.${a}`,{...e,[a]:i}},{}),r=s.forwardRef((e,a)=>(0,n.jsx)(i.label,{...e,ref:a,onMouseDown:a=>{var l;a.target.closest("button, input, select, textarea")||(null===(l=e.onMouseDown)||void 0===l||l.call(e,a),!a.defaultPrevented&&a.detail>1&&a.preventDefault())}}));r.displayName="Label";var d=r},90759:function(e,a,l){"use strict";l.d(a,{f:function(){return o}});var s=l(2265);l(54887);var t=l(37053),n=l(57437),i=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","select","span","svg","ul"].reduce((e,a)=>{let l=(0,t.Z8)(`Primitive.${a}`),i=s.forwardRef((e,s)=>{let{asChild:t,...i}=e,r=t?l:a;return"undefined"!=typeof window&&(window[Symbol.for("radix-ui")]=!0),(0,n.jsx)(r,{...i,ref:s})});return i.displayName=`Primitive.${a}`,{...e,[a]:i}},{}),r="horizontal",d=["horizontal","vertical"],c=s.forwardRef((e,a)=>{let{decorative:l,orientation:s=r,...t}=e,c=d.includes(s)?s:r;return(0,n.jsx)(i.div,{"data-orientation":c,...l?{role:"none"}:{"aria-orientation":"vertical"===c?c:void 0,role:"separator"},...t,ref:a})});c.displayName="Separator";var o=c}},function(e){e.O(0,[7999,3572,7902,5094,4438,6530,6241,4475,926,600,1668,1509,9487,1783,9881,7324,3563,6547,2033,2971,2117,1744],function(){return e(e.s=49204)}),_N_E=e.O()}]);