@solidxai/core-ui 0.1.7-beta.1 → 0.1.7-beta.10

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 (1322) hide show
  1. package/dist/adapters/auth/helper.d.ts +9 -0
  2. package/dist/adapters/auth/helper.d.ts.map +1 -0
  3. package/dist/adapters/auth/helper.js +37 -0
  4. package/dist/adapters/auth/helper.js.map +1 -0
  5. package/dist/adapters/auth/helper.ts +45 -0
  6. package/dist/adapters/auth/signInWithOtp.d.ts.map +1 -1
  7. package/dist/adapters/auth/signInWithOtp.js +3 -27
  8. package/dist/adapters/auth/signInWithOtp.js.map +1 -1
  9. package/dist/adapters/auth/signInWithOtp.ts +3 -23
  10. package/dist/components/auth/AuthLayout.d.ts.map +1 -1
  11. package/dist/components/auth/AuthLayout.js +41 -26
  12. package/dist/components/auth/AuthLayout.js.map +1 -1
  13. package/dist/components/auth/AuthLayout.tsx +89 -88
  14. package/dist/components/auth/ForgotPasswordThankYou.d.ts.map +1 -1
  15. package/dist/components/auth/ForgotPasswordThankYou.js +4 -2
  16. package/dist/components/auth/ForgotPasswordThankYou.js.map +1 -1
  17. package/dist/components/auth/ForgotPasswordThankYou.tsx +14 -11
  18. package/dist/components/auth/GoogleAuthChecking.d.ts.map +1 -1
  19. package/dist/components/auth/GoogleAuthChecking.js +17 -12
  20. package/dist/components/auth/GoogleAuthChecking.js.map +1 -1
  21. package/dist/components/auth/GoogleAuthChecking.tsx +8 -5
  22. package/dist/components/auth/SolidChangeForcePassword.d.ts.map +1 -1
  23. package/dist/components/auth/SolidChangeForcePassword.js +3 -5
  24. package/dist/components/auth/SolidChangeForcePassword.js.map +1 -1
  25. package/dist/components/auth/SolidChangeForcePassword.tsx +41 -34
  26. package/dist/components/auth/SolidForgotPassword.d.ts.map +1 -1
  27. package/dist/components/auth/SolidForgotPassword.js +5 -10
  28. package/dist/components/auth/SolidForgotPassword.js.map +1 -1
  29. package/dist/components/auth/SolidForgotPassword.tsx +26 -27
  30. package/dist/components/auth/SolidInitialLoginOtp.d.ts.map +1 -1
  31. package/dist/components/auth/SolidInitialLoginOtp.js +25 -25
  32. package/dist/components/auth/SolidInitialLoginOtp.js.map +1 -1
  33. package/dist/components/auth/SolidInitialLoginOtp.tsx +55 -43
  34. package/dist/components/auth/SolidInitiateRegisterOtp.d.ts.map +1 -1
  35. package/dist/components/auth/SolidInitiateRegisterOtp.js +11 -16
  36. package/dist/components/auth/SolidInitiateRegisterOtp.js.map +1 -1
  37. package/dist/components/auth/SolidInitiateRegisterOtp.tsx +48 -42
  38. package/dist/components/auth/SolidLogin.d.ts.map +1 -1
  39. package/dist/components/auth/SolidLogin.js +36 -37
  40. package/dist/components/auth/SolidLogin.js.map +1 -1
  41. package/dist/components/auth/SolidLogin.tsx +91 -116
  42. package/dist/components/auth/SolidRegister.d.ts.map +1 -1
  43. package/dist/components/auth/SolidRegister.js +23 -25
  44. package/dist/components/auth/SolidRegister.js.map +1 -1
  45. package/dist/components/auth/SolidRegister.tsx +53 -71
  46. package/dist/components/auth/SolidResetPassword.d.ts.map +1 -1
  47. package/dist/components/auth/SolidResetPassword.js +5 -15
  48. package/dist/components/auth/SolidResetPassword.js.map +1 -1
  49. package/dist/components/auth/SolidResetPassword.tsx +15 -37
  50. package/dist/components/common/AuthBanner.js.map +1 -1
  51. package/dist/components/common/AutoCompleteField.d.ts.map +1 -1
  52. package/dist/components/common/AutoCompleteField.js +2 -2
  53. package/dist/components/common/AutoCompleteField.js.map +1 -1
  54. package/dist/components/common/AutoCompleteField.tsx +4 -6
  55. package/dist/components/common/BackButton.js +4 -3
  56. package/dist/components/common/BackButton.js.map +1 -1
  57. package/dist/components/common/BackButton.tsx +6 -6
  58. package/dist/components/common/CancelButton.d.ts.map +1 -1
  59. package/dist/components/common/CancelButton.js +5 -4
  60. package/dist/components/common/CancelButton.js.map +1 -1
  61. package/dist/components/common/CancelButton.tsx +10 -6
  62. package/dist/components/common/CreateButton.d.ts.map +1 -1
  63. package/dist/components/common/CreateButton.js +2 -2
  64. package/dist/components/common/CreateButton.js.map +1 -1
  65. package/dist/components/common/CreateButton.tsx +8 -2
  66. package/dist/components/common/DownloadProgressToast.d.ts.map +1 -1
  67. package/dist/components/common/DownloadProgressToast.js +3 -3
  68. package/dist/components/common/DownloadProgressToast.js.map +1 -1
  69. package/dist/components/common/DownloadProgressToast.tsx +21 -18
  70. package/dist/components/common/DropzonePlaceholder.d.ts.map +1 -1
  71. package/dist/components/common/DropzonePlaceholder.js +2 -2
  72. package/dist/components/common/DropzonePlaceholder.js.map +1 -1
  73. package/dist/components/common/DropzonePlaceholder.tsx +10 -8
  74. package/dist/components/common/DropzoneUpload.js +2 -2
  75. package/dist/components/common/DropzoneUpload.js.map +1 -1
  76. package/dist/components/common/DropzoneUpload.tsx +3 -3
  77. package/dist/components/common/GeneralSettings.d.ts.map +1 -1
  78. package/dist/components/common/GeneralSettings.js +105 -109
  79. package/dist/components/common/GeneralSettings.js.map +1 -1
  80. package/dist/components/common/GeneralSettings.tsx +209 -329
  81. package/dist/components/common/GlobalToast.d.ts +1 -1
  82. package/dist/components/common/GlobalToast.d.ts.map +1 -1
  83. package/dist/components/common/GlobalToast.js +1 -24
  84. package/dist/components/common/GlobalToast.js.map +1 -1
  85. package/dist/components/common/GlobalToast.tsx +1 -25
  86. package/dist/components/common/MultipleSelectAutoCompleteField.d.ts.map +1 -1
  87. package/dist/components/common/MultipleSelectAutoCompleteField.js +2 -2
  88. package/dist/components/common/MultipleSelectAutoCompleteField.js.map +1 -1
  89. package/dist/components/common/MultipleSelectAutoCompleteField.tsx +3 -5
  90. package/dist/components/common/NotFound.d.ts.map +1 -1
  91. package/dist/components/common/NotFound.js +3 -3
  92. package/dist/components/common/NotFound.js.map +1 -1
  93. package/dist/components/common/NotFound.tsx +8 -15
  94. package/dist/components/common/SocialMediaLogin.d.ts.map +1 -1
  95. package/dist/components/common/SocialMediaLogin.js +13 -4
  96. package/dist/components/common/SocialMediaLogin.js.map +1 -1
  97. package/dist/components/common/SocialMediaLogin.tsx +58 -45
  98. package/dist/components/common/SolidAdmin.d.ts.map +1 -1
  99. package/dist/components/common/SolidAdmin.js +10 -2
  100. package/dist/components/common/SolidAdmin.js.map +1 -1
  101. package/dist/components/common/SolidAdmin.tsx +116 -131
  102. package/dist/components/common/SolidBreadcrumb.d.ts.map +1 -1
  103. package/dist/components/common/SolidBreadcrumb.js +10 -25
  104. package/dist/components/common/SolidBreadcrumb.js.map +1 -1
  105. package/dist/components/common/SolidBreadcrumb.tsx +32 -26
  106. package/dist/components/common/SolidErrorPage.d.ts.map +1 -1
  107. package/dist/components/common/SolidErrorPage.js +4 -6
  108. package/dist/components/common/SolidErrorPage.js.map +1 -1
  109. package/dist/components/common/SolidErrorPage.tsx +11 -37
  110. package/dist/components/common/SolidExport.d.ts +1 -1
  111. package/dist/components/common/SolidExport.d.ts.map +1 -1
  112. package/dist/components/common/SolidExport.js +182 -221
  113. package/dist/components/common/SolidExport.js.map +1 -1
  114. package/dist/components/common/SolidExport.tsx +401 -453
  115. package/dist/components/common/SolidFieldTooltip.d.ts +1 -1
  116. package/dist/components/common/SolidFieldTooltip.d.ts.map +1 -1
  117. package/dist/components/common/SolidFieldTooltip.js +8 -7
  118. package/dist/components/common/SolidFieldTooltip.js.map +1 -1
  119. package/dist/components/common/SolidFieldTooltip.tsx +29 -16
  120. package/dist/components/common/SolidFormHeader.d.ts +1 -1
  121. package/dist/components/common/SolidFormHeader.d.ts.map +1 -1
  122. package/dist/components/common/SolidFormHeader.js +7 -5
  123. package/dist/components/common/SolidFormHeader.js.map +1 -1
  124. package/dist/components/common/SolidFormHeader.tsx +11 -6
  125. package/dist/components/common/SolidFormStepper.d.ts.map +1 -1
  126. package/dist/components/common/SolidFormStepper.js +7 -22
  127. package/dist/components/common/SolidFormStepper.js.map +1 -1
  128. package/dist/components/common/SolidFormStepper.tsx +31 -50
  129. package/dist/components/common/SolidHeaderRequestStatus.d.ts +6 -0
  130. package/dist/components/common/SolidHeaderRequestStatus.d.ts.map +1 -0
  131. package/dist/components/common/SolidHeaderRequestStatus.js +9 -0
  132. package/dist/components/common/SolidHeaderRequestStatus.js.map +1 -0
  133. package/dist/components/common/SolidHeaderRequestStatus.tsx +16 -0
  134. package/dist/components/common/SolidModuleHome.d.ts.map +1 -1
  135. package/dist/components/common/SolidModuleHome.js +3 -3
  136. package/dist/components/common/SolidModuleHome.js.map +1 -1
  137. package/dist/components/common/SolidModuleHome.tsx +13 -5
  138. package/dist/components/common/SolidNotFoundPage.d.ts.map +1 -1
  139. package/dist/components/common/SolidNotFoundPage.js +4 -5
  140. package/dist/components/common/SolidNotFoundPage.js.map +1 -1
  141. package/dist/components/common/SolidNotFoundPage.tsx +11 -29
  142. package/dist/components/common/SolidPopupContainer.d.ts.map +1 -1
  143. package/dist/components/common/SolidPopupContainer.js +11 -6
  144. package/dist/components/common/SolidPopupContainer.js.map +1 -1
  145. package/dist/components/common/SolidPopupContainer.tsx +28 -29
  146. package/dist/components/common/SolidSettings/LlmSettings/AiModelConfigTab.d.ts +33 -0
  147. package/dist/components/common/SolidSettings/LlmSettings/AiModelConfigTab.d.ts.map +1 -0
  148. package/dist/components/common/SolidSettings/LlmSettings/AiModelConfigTab.js +48 -0
  149. package/dist/components/common/SolidSettings/LlmSettings/AiModelConfigTab.js.map +1 -0
  150. package/dist/components/common/SolidSettings/LlmSettings/AiModelConfigTab.tsx +155 -0
  151. package/dist/components/common/SolidSettings/LlmSettings/AnthropicProviderComponent.d.ts.map +1 -1
  152. package/dist/components/common/SolidSettings/LlmSettings/AnthropicProviderComponent.js +2 -3
  153. package/dist/components/common/SolidSettings/LlmSettings/AnthropicProviderComponent.js.map +1 -1
  154. package/dist/components/common/SolidSettings/LlmSettings/AnthropicProviderComponent.tsx +28 -38
  155. package/dist/components/common/SolidSettings/LlmSettings/OpenAiProviderComponent.d.ts.map +1 -1
  156. package/dist/components/common/SolidSettings/LlmSettings/OpenAiProviderComponent.js +2 -3
  157. package/dist/components/common/SolidSettings/LlmSettings/OpenAiProviderComponent.js.map +1 -1
  158. package/dist/components/common/SolidSettings/LlmSettings/OpenAiProviderComponent.tsx +28 -38
  159. package/dist/components/common/SolidSettings/SettingDropzoneActivePlaceholder.js +2 -2
  160. package/dist/components/common/SolidSettings/SettingDropzoneActivePlaceholder.js.map +1 -1
  161. package/dist/components/common/SolidSettings/SettingDropzoneActivePlaceholder.tsx +3 -3
  162. package/dist/components/common/SolidSettings/SettingsImageRemoveButton.js +2 -2
  163. package/dist/components/common/SolidSettings/SettingsImageRemoveButton.js.map +1 -1
  164. package/dist/components/common/SolidSettings/SettingsImageRemoveButton.tsx +3 -3
  165. package/dist/components/common/SolidToastProvider.d.ts +2 -0
  166. package/dist/components/common/SolidToastProvider.d.ts.map +1 -0
  167. package/dist/components/common/SolidToastProvider.js +45 -0
  168. package/dist/components/common/SolidToastProvider.js.map +1 -0
  169. package/dist/components/common/SolidToastProvider.tsx +39 -0
  170. package/dist/components/common/error.d.ts.map +1 -1
  171. package/dist/components/common/error.js +4 -2
  172. package/dist/components/common/error.js.map +1 -1
  173. package/dist/components/common/error.tsx +9 -15
  174. package/dist/components/common/solid-export.css +454 -59
  175. package/dist/components/core/card/CardGrid.d.ts +3 -0
  176. package/dist/components/core/card/CardGrid.d.ts.map +1 -0
  177. package/dist/components/core/card/CardGrid.js +42 -0
  178. package/dist/components/core/card/CardGrid.js.map +1 -0
  179. package/dist/components/core/card/CardGrid.tsx +83 -0
  180. package/dist/components/core/card/CardItem.d.ts +13 -0
  181. package/dist/components/core/card/CardItem.d.ts.map +1 -0
  182. package/dist/components/core/card/CardItem.js +21 -0
  183. package/dist/components/core/card/CardItem.js.map +1 -0
  184. package/dist/components/core/card/CardItem.tsx +91 -0
  185. package/dist/components/core/card/CardUserViewLayout.d.ts +2 -0
  186. package/dist/components/core/card/CardUserViewLayout.d.ts.map +1 -0
  187. package/dist/components/core/card/CardUserViewLayout.js +94 -0
  188. package/dist/components/core/card/CardUserViewLayout.js.map +1 -0
  189. package/dist/components/core/card/CardUserViewLayout.tsx +68 -0
  190. package/dist/components/core/card/SolidCardView.d.ts +8 -0
  191. package/dist/components/core/card/SolidCardView.d.ts.map +1 -0
  192. package/dist/components/core/card/SolidCardView.js +365 -0
  193. package/dist/components/core/card/SolidCardView.js.map +1 -0
  194. package/dist/components/core/card/SolidCardView.tsx +528 -0
  195. package/dist/components/core/card/SolidCardViewConfigure.d.ts +2 -0
  196. package/dist/components/core/card/SolidCardViewConfigure.d.ts.map +1 -0
  197. package/dist/components/core/card/SolidCardViewConfigure.js +122 -0
  198. package/dist/components/core/card/SolidCardViewConfigure.js.map +1 -0
  199. package/dist/components/core/card/SolidCardViewConfigure.tsx +268 -0
  200. package/dist/components/core/chatter/SolidChatter.d.ts +3 -1
  201. package/dist/components/core/chatter/SolidChatter.d.ts.map +1 -1
  202. package/dist/components/core/chatter/SolidChatter.js +25 -23
  203. package/dist/components/core/chatter/SolidChatter.js.map +1 -1
  204. package/dist/components/core/chatter/SolidChatter.tsx +87 -69
  205. package/dist/components/core/chatter/SolidChatterAuditMessage.js +1 -1
  206. package/dist/components/core/chatter/SolidChatterAuditMessage.js.map +1 -1
  207. package/dist/components/core/chatter/SolidChatterAuditMessage.tsx +3 -3
  208. package/dist/components/core/chatter/SolidChatterCustomMessage.d.ts.map +1 -1
  209. package/dist/components/core/chatter/SolidChatterCustomMessage.js +2 -1
  210. package/dist/components/core/chatter/SolidChatterCustomMessage.js.map +1 -1
  211. package/dist/components/core/chatter/SolidChatterCustomMessage.tsx +3 -6
  212. package/dist/components/core/chatter/SolidChatterDateDivider.js.map +1 -1
  213. package/dist/components/core/chatter/SolidChatterDateDivider.tsx +1 -1
  214. package/dist/components/core/chatter/SolidChatterHeader.d.ts +3 -0
  215. package/dist/components/core/chatter/SolidChatterHeader.d.ts.map +1 -1
  216. package/dist/components/core/chatter/SolidChatterHeader.js +40 -30
  217. package/dist/components/core/chatter/SolidChatterHeader.js.map +1 -1
  218. package/dist/components/core/chatter/SolidChatterHeader.tsx +139 -101
  219. package/dist/components/core/chatter/SolidChatterMessageBox.d.ts.map +1 -1
  220. package/dist/components/core/chatter/SolidChatterMessageBox.js +55 -21
  221. package/dist/components/core/chatter/SolidChatterMessageBox.js.map +1 -1
  222. package/dist/components/core/chatter/SolidChatterMessageBox.tsx +124 -91
  223. package/dist/components/core/chatter/SolidMessageComposer.d.ts +7 -3
  224. package/dist/components/core/chatter/SolidMessageComposer.d.ts.map +1 -1
  225. package/dist/components/core/chatter/SolidMessageComposer.js +17 -7
  226. package/dist/components/core/chatter/SolidMessageComposer.js.map +1 -1
  227. package/dist/components/core/chatter/SolidMessageComposer.tsx +92 -49
  228. package/dist/components/core/chatter/chatter.module.css +217 -17
  229. package/dist/components/core/common/FilterComponent.d.ts +2 -8
  230. package/dist/components/core/common/FilterComponent.d.ts.map +1 -1
  231. package/dist/components/core/common/FilterComponent.js +27 -49
  232. package/dist/components/core/common/FilterComponent.js.map +1 -1
  233. package/dist/components/core/common/FilterComponent.tsx +69 -127
  234. package/dist/components/core/common/GroupingComponent.d.ts.map +1 -1
  235. package/dist/components/core/common/GroupingComponent.js +40 -70
  236. package/dist/components/core/common/GroupingComponent.js.map +1 -1
  237. package/dist/components/core/common/GroupingComponent.tsx +174 -251
  238. package/dist/components/core/common/SolidAccountSettings/SolidAccountSettings.d.ts +1 -1
  239. package/dist/components/core/common/SolidAccountSettings/SolidAccountSettings.d.ts.map +1 -1
  240. package/dist/components/core/common/SolidAccountSettings/SolidAccountSettings.js +12 -32
  241. package/dist/components/core/common/SolidAccountSettings/SolidAccountSettings.js.map +1 -1
  242. package/dist/components/core/common/SolidAccountSettings/SolidAccountSettings.module.css +530 -42
  243. package/dist/components/core/common/SolidAccountSettings/SolidAccountSettings.tsx +71 -86
  244. package/dist/components/core/common/SolidAccountSettings/SolidChangePassword.d.ts.map +1 -1
  245. package/dist/components/core/common/SolidAccountSettings/SolidChangePassword.js +75 -48
  246. package/dist/components/core/common/SolidAccountSettings/SolidChangePassword.js.map +1 -1
  247. package/dist/components/core/common/SolidAccountSettings/SolidChangePassword.tsx +242 -172
  248. package/dist/components/core/common/SolidAccountSettings/SolidNotifications.d.ts.map +1 -1
  249. package/dist/components/core/common/SolidAccountSettings/SolidNotifications.js +44 -55
  250. package/dist/components/core/common/SolidAccountSettings/SolidNotifications.js.map +1 -1
  251. package/dist/components/core/common/SolidAccountSettings/SolidNotifications.tsx +108 -125
  252. package/dist/components/core/common/SolidAccountSettings/SolidPersonalInfo.d.ts.map +1 -1
  253. package/dist/components/core/common/SolidAccountSettings/SolidPersonalInfo.js +106 -87
  254. package/dist/components/core/common/SolidAccountSettings/SolidPersonalInfo.js.map +1 -1
  255. package/dist/components/core/common/SolidAccountSettings/SolidPersonalInfo.tsx +332 -285
  256. package/dist/components/core/common/SolidAccountSettings/SolidVersionInfo.d.ts.map +1 -1
  257. package/dist/components/core/common/SolidAccountSettings/SolidVersionInfo.js +12 -13
  258. package/dist/components/core/common/SolidAccountSettings/SolidVersionInfo.js.map +1 -1
  259. package/dist/components/core/common/SolidAccountSettings/SolidVersionInfo.tsx +48 -65
  260. package/dist/components/core/common/SolidCreateButton.d.ts.map +1 -1
  261. package/dist/components/core/common/SolidCreateButton.js +5 -3
  262. package/dist/components/core/common/SolidCreateButton.js.map +1 -1
  263. package/dist/components/core/common/SolidCreateButton.tsx +20 -14
  264. package/dist/components/core/common/SolidGenericImport/SolidGenericImport.d.ts.map +1 -1
  265. package/dist/components/core/common/SolidGenericImport/SolidGenericImport.js +30 -11
  266. package/dist/components/core/common/SolidGenericImport/SolidGenericImport.js.map +1 -1
  267. package/dist/components/core/common/SolidGenericImport/SolidGenericImport.tsx +91 -43
  268. package/dist/components/core/common/SolidGenericImport/SolidImport.module.css +697 -27
  269. package/dist/components/core/common/SolidGenericImport/SolidImportDropzone.d.ts.map +1 -1
  270. package/dist/components/core/common/SolidGenericImport/SolidImportDropzone.js +14 -9
  271. package/dist/components/core/common/SolidGenericImport/SolidImportDropzone.js.map +1 -1
  272. package/dist/components/core/common/SolidGenericImport/SolidImportDropzone.tsx +46 -24
  273. package/dist/components/core/common/SolidGenericImport/SolidImportInstructions.d.ts.map +1 -1
  274. package/dist/components/core/common/SolidGenericImport/SolidImportInstructions.js +24 -25
  275. package/dist/components/core/common/SolidGenericImport/SolidImportInstructions.js.map +1 -1
  276. package/dist/components/core/common/SolidGenericImport/SolidImportInstructions.tsx +77 -54
  277. package/dist/components/core/common/SolidGenericImport/SolidImportStepper.d.ts +1 -1
  278. package/dist/components/core/common/SolidGenericImport/SolidImportStepper.d.ts.map +1 -1
  279. package/dist/components/core/common/SolidGenericImport/SolidImportStepper.js +15 -125
  280. package/dist/components/core/common/SolidGenericImport/SolidImportStepper.js.map +1 -1
  281. package/dist/components/core/common/SolidGenericImport/SolidImportStepper.tsx +35 -213
  282. package/dist/components/core/common/SolidGenericImport/SolidImportTransaction.d.ts.map +1 -1
  283. package/dist/components/core/common/SolidGenericImport/SolidImportTransaction.js +16 -31
  284. package/dist/components/core/common/SolidGenericImport/SolidImportTransaction.js.map +1 -1
  285. package/dist/components/core/common/SolidGenericImport/SolidImportTransaction.tsx +77 -84
  286. package/dist/components/core/common/SolidGenericImport/SolidImportTransactionStatus.d.ts.map +1 -1
  287. package/dist/components/core/common/SolidGenericImport/SolidImportTransactionStatus.js +11 -13
  288. package/dist/components/core/common/SolidGenericImport/SolidImportTransactionStatus.js.map +1 -1
  289. package/dist/components/core/common/SolidGenericImport/SolidImportTransactionStatus.tsx +87 -52
  290. package/dist/components/core/common/SolidGlobalSearchElement.d.ts.map +1 -1
  291. package/dist/components/core/common/SolidGlobalSearchElement.js +319 -161
  292. package/dist/components/core/common/SolidGlobalSearchElement.js.map +1 -1
  293. package/dist/components/core/common/SolidGlobalSearchElement.tsx +654 -287
  294. package/dist/components/core/common/SolidLayoutViews.d.ts.map +1 -1
  295. package/dist/components/core/common/SolidLayoutViews.js +5 -8
  296. package/dist/components/core/common/SolidLayoutViews.js.map +1 -1
  297. package/dist/components/core/common/SolidLayoutViews.tsx +49 -63
  298. package/dist/components/core/common/SolidListViewOptions.d.ts.map +1 -1
  299. package/dist/components/core/common/SolidListViewOptions.js +3 -3
  300. package/dist/components/core/common/SolidListViewOptions.js.map +1 -1
  301. package/dist/components/core/common/SolidListViewOptions.tsx +7 -6
  302. package/dist/components/core/common/SolidSaveCustomFilterForm.d.ts.map +1 -1
  303. package/dist/components/core/common/SolidSaveCustomFilterForm.js +3 -3
  304. package/dist/components/core/common/SolidSaveCustomFilterForm.js.map +1 -1
  305. package/dist/components/core/common/SolidSaveCustomFilterForm.tsx +31 -28
  306. package/dist/components/core/common/SolidSearchBox.d.ts.map +1 -1
  307. package/dist/components/core/common/SolidSearchBox.js +2 -2
  308. package/dist/components/core/common/SolidSearchBox.js.map +1 -1
  309. package/dist/components/core/common/SolidSearchBox.tsx +3 -4
  310. package/dist/components/core/common/SolidViewLayoutManager.d.ts +17 -0
  311. package/dist/components/core/common/SolidViewLayoutManager.d.ts.map +1 -1
  312. package/dist/components/core/common/SolidViewLayoutManager.js +58 -1
  313. package/dist/components/core/common/SolidViewLayoutManager.js.map +1 -1
  314. package/dist/components/core/common/SolidViewLayoutManager.ts +43 -2
  315. package/dist/components/core/dashboard/DashboardFilter.d.ts.map +1 -1
  316. package/dist/components/core/dashboard/DashboardFilter.js +8 -14
  317. package/dist/components/core/dashboard/DashboardFilter.js.map +1 -1
  318. package/dist/components/core/dashboard/DashboardFilter.tsx +26 -34
  319. package/dist/components/core/dashboard/PrimeDataTableWrapper.js +2 -2
  320. package/dist/components/core/dashboard/PrimeDataTableWrapper.js.map +1 -1
  321. package/dist/components/core/dashboard/PrimeDataTableWrapper.tsx +3 -3
  322. package/dist/components/core/dashboard/SolidDashboard.d.ts.map +1 -1
  323. package/dist/components/core/dashboard/SolidDashboard.js +13 -125
  324. package/dist/components/core/dashboard/SolidDashboard.js.map +1 -1
  325. package/dist/components/core/dashboard/SolidDashboard.module.css +3 -3
  326. package/dist/components/core/dashboard/SolidDashboard.tsx +41 -187
  327. package/dist/components/core/dashboard/SolidDashboardBody.d.ts.map +1 -1
  328. package/dist/components/core/dashboard/SolidDashboardBody.js +14 -14
  329. package/dist/components/core/dashboard/SolidDashboardBody.js.map +1 -1
  330. package/dist/components/core/dashboard/SolidDashboardBody.tsx +6 -7
  331. package/dist/components/core/dashboard/SolidDashboardFilterRequired.js +2 -1
  332. package/dist/components/core/dashboard/SolidDashboardFilterRequired.js.map +1 -1
  333. package/dist/components/core/dashboard/SolidDashboardFilterRequired.tsx +3 -3
  334. package/dist/components/core/dashboard/SolidDashboardLoading.d.ts.map +1 -1
  335. package/dist/components/core/dashboard/SolidDashboardLoading.js +5 -2
  336. package/dist/components/core/dashboard/SolidDashboardLoading.js.map +1 -1
  337. package/dist/components/core/dashboard/SolidDashboardLoading.tsx +20 -14
  338. package/dist/components/core/dashboard/SolidDashboardNotAvailable.js +2 -1
  339. package/dist/components/core/dashboard/SolidDashboardNotAvailable.js.map +1 -1
  340. package/dist/components/core/dashboard/SolidDashboardNotAvailable.tsx +3 -3
  341. package/dist/components/core/dashboard/SolidDashboardRenderError.d.ts.map +1 -1
  342. package/dist/components/core/dashboard/SolidDashboardRenderError.js +2 -1
  343. package/dist/components/core/dashboard/SolidDashboardRenderError.js.map +1 -1
  344. package/dist/components/core/dashboard/SolidDashboardRenderError.tsx +3 -4
  345. package/dist/components/core/dashboard/SolidDashboardVariable.d.ts.map +1 -1
  346. package/dist/components/core/dashboard/SolidDashboardVariable.js +9 -18
  347. package/dist/components/core/dashboard/SolidDashboardVariable.js.map +1 -1
  348. package/dist/components/core/dashboard/SolidDashboardVariable.tsx +40 -37
  349. package/dist/components/core/dashboard/SolidQuestionRenderer.d.ts.map +1 -1
  350. package/dist/components/core/dashboard/SolidQuestionRenderer.js +16 -11
  351. package/dist/components/core/dashboard/SolidQuestionRenderer.js.map +1 -1
  352. package/dist/components/core/dashboard/SolidQuestionRenderer.tsx +30 -11
  353. package/dist/components/core/dashboard/chart-renderers/PrimeReactDatatableRenderer.d.ts.map +1 -1
  354. package/dist/components/core/dashboard/chart-renderers/PrimeReactDatatableRenderer.js +4 -14
  355. package/dist/components/core/dashboard/chart-renderers/PrimeReactDatatableRenderer.js.map +1 -1
  356. package/dist/components/core/dashboard/chart-renderers/PrimeReactDatatableRenderer.tsx +24 -27
  357. package/dist/components/core/extension/solid-core/CustomIcon/StatusIcon.d.ts +1 -2
  358. package/dist/components/core/extension/solid-core/CustomIcon/StatusIcon.d.ts.map +1 -1
  359. package/dist/components/core/extension/solid-core/CustomIcon/StatusIcon.js +2 -2
  360. package/dist/components/core/extension/solid-core/CustomIcon/StatusIcon.js.map +1 -1
  361. package/dist/components/core/extension/solid-core/CustomIcon/StatusIcon.tsx +10 -12
  362. package/dist/components/core/extension/solid-core/chatterMessage/form/SolidChatterMessageCoModelEntityIdFormViewWidget.d.ts +3 -0
  363. package/dist/components/core/extension/solid-core/chatterMessage/form/SolidChatterMessageCoModelEntityIdFormViewWidget.d.ts.map +1 -0
  364. package/dist/components/core/extension/solid-core/chatterMessage/form/SolidChatterMessageCoModelEntityIdFormViewWidget.js +92 -0
  365. package/dist/components/core/extension/solid-core/chatterMessage/form/SolidChatterMessageCoModelEntityIdFormViewWidget.js.map +1 -0
  366. package/dist/components/core/extension/solid-core/chatterMessage/form/SolidChatterMessageCoModelEntityIdFormViewWidget.tsx +68 -0
  367. package/dist/components/core/extension/solid-core/chatterMessage/list/SolidChatterMessageCoModelEntityIdListViewWidget.d.ts +3 -0
  368. package/dist/components/core/extension/solid-core/chatterMessage/list/SolidChatterMessageCoModelEntityIdListViewWidget.d.ts.map +1 -0
  369. package/dist/components/core/extension/solid-core/chatterMessage/list/SolidChatterMessageCoModelEntityIdListViewWidget.js +87 -0
  370. package/dist/components/core/extension/solid-core/chatterMessage/list/SolidChatterMessageCoModelEntityIdListViewWidget.js.map +1 -0
  371. package/dist/components/core/extension/solid-core/chatterMessage/list/SolidChatterMessageCoModelEntityIdListViewWidget.tsx +70 -0
  372. package/dist/components/core/extension/solid-core/dashboardQuestion/ChartFormPreviewWidget.js +2 -2
  373. package/dist/components/core/extension/solid-core/dashboardQuestion/ChartFormPreviewWidget.js.map +1 -1
  374. package/dist/components/core/extension/solid-core/dashboardQuestion/ChartFormPreviewWidget.tsx +3 -3
  375. package/dist/components/core/extension/solid-core/listOfValues/form/SolidLovTypeChangeFormEditWidget.d.ts +3 -0
  376. package/dist/components/core/extension/solid-core/listOfValues/form/SolidLovTypeChangeFormEditWidget.d.ts.map +1 -0
  377. package/dist/components/core/extension/solid-core/listOfValues/form/SolidLovTypeChangeFormEditWidget.js +111 -0
  378. package/dist/components/core/extension/solid-core/listOfValues/form/SolidLovTypeChangeFormEditWidget.js.map +1 -0
  379. package/dist/components/core/extension/solid-core/listOfValues/form/SolidLovTypeChangeFormEditWidget.tsx +122 -0
  380. package/dist/components/core/extension/solid-core/media/card/MediaCardWidget.d.ts +3 -0
  381. package/dist/components/core/extension/solid-core/media/card/MediaCardWidget.d.ts.map +1 -0
  382. package/dist/components/core/extension/solid-core/media/card/MediaCardWidget.js +69 -0
  383. package/dist/components/core/extension/solid-core/media/card/MediaCardWidget.js.map +1 -0
  384. package/dist/components/core/extension/solid-core/media/card/MediaCardWidget.tsx +141 -0
  385. package/dist/components/core/extension/solid-core/modelMetadata/list/DeleteModelRowAction.d.ts.map +1 -1
  386. package/dist/components/core/extension/solid-core/modelMetadata/list/DeleteModelRowAction.js +3 -6
  387. package/dist/components/core/extension/solid-core/modelMetadata/list/DeleteModelRowAction.js.map +1 -1
  388. package/dist/components/core/extension/solid-core/modelMetadata/list/DeleteModelRowAction.tsx +54 -38
  389. package/dist/components/core/extension/solid-core/modelMetadata/list/GenerateModelCodeRowAction.d.ts.map +1 -1
  390. package/dist/components/core/extension/solid-core/modelMetadata/list/GenerateModelCodeRowAction.js +74 -97
  391. package/dist/components/core/extension/solid-core/modelMetadata/list/GenerateModelCodeRowAction.js.map +1 -1
  392. package/dist/components/core/extension/solid-core/modelMetadata/list/GenerateModelCodeRowAction.tsx +178 -188
  393. package/dist/components/core/extension/solid-core/moduleMetadata/list/DeleteModuleRowAction.d.ts.map +1 -1
  394. package/dist/components/core/extension/solid-core/moduleMetadata/list/DeleteModuleRowAction.js +33 -35
  395. package/dist/components/core/extension/solid-core/moduleMetadata/list/DeleteModuleRowAction.js.map +1 -1
  396. package/dist/components/core/extension/solid-core/moduleMetadata/list/DeleteModuleRowAction.tsx +123 -110
  397. package/dist/components/core/extension/solid-core/moduleMetadata/list/GenerateModuleCodeRowAction.d.ts.map +1 -1
  398. package/dist/components/core/extension/solid-core/moduleMetadata/list/GenerateModuleCodeRowAction.js +70 -106
  399. package/dist/components/core/extension/solid-core/moduleMetadata/list/GenerateModuleCodeRowAction.js.map +1 -1
  400. package/dist/components/core/extension/solid-core/moduleMetadata/list/GenerateModuleCodeRowAction.tsx +175 -182
  401. package/dist/components/core/extension/solid-core/mqMessage/form/SolidMqMessageStageFormViewWIdget.d.ts +3 -0
  402. package/dist/components/core/extension/solid-core/mqMessage/form/SolidMqMessageStageFormViewWIdget.d.ts.map +1 -0
  403. package/dist/components/core/extension/solid-core/mqMessage/form/SolidMqMessageStageFormViewWIdget.js +10 -0
  404. package/dist/components/core/extension/solid-core/mqMessage/form/SolidMqMessageStageFormViewWIdget.js.map +1 -0
  405. package/dist/components/core/extension/solid-core/mqMessage/form/SolidMqMessageStageFormViewWIdget.tsx +21 -0
  406. package/dist/components/core/extension/solid-core/mqMessage/form/mqMessageOnFormLoadHandler.d.ts +8 -0
  407. package/dist/components/core/extension/solid-core/mqMessage/form/mqMessageOnFormLoadHandler.d.ts.map +1 -0
  408. package/dist/components/core/extension/solid-core/mqMessage/form/mqMessageOnFormLoadHandler.js +62 -0
  409. package/dist/components/core/extension/solid-core/mqMessage/form/mqMessageOnFormLoadHandler.js.map +1 -0
  410. package/dist/components/core/extension/solid-core/mqMessage/form/mqMessageOnFormLoadHandler.tsx +27 -0
  411. package/dist/components/core/extension/solid-core/mqMessage/kanban/MqMessageKanbanCardWidget.d.ts +3 -0
  412. package/dist/components/core/extension/solid-core/mqMessage/kanban/MqMessageKanbanCardWidget.d.ts.map +1 -0
  413. package/dist/components/core/extension/solid-core/mqMessage/kanban/MqMessageKanbanCardWidget.js +128 -0
  414. package/dist/components/core/extension/solid-core/mqMessage/kanban/MqMessageKanbanCardWidget.js.map +1 -0
  415. package/dist/components/core/extension/solid-core/mqMessage/kanban/MqMessageKanbanCardWidget.tsx +195 -0
  416. package/dist/components/core/extension/solid-core/mqMessage/list/SolidMqMessageStageListViewWidget.d.ts +3 -0
  417. package/dist/components/core/extension/solid-core/mqMessage/list/SolidMqMessageStageListViewWidget.d.ts.map +1 -0
  418. package/dist/components/core/extension/solid-core/mqMessage/list/SolidMqMessageStageListViewWidget.js +8 -0
  419. package/dist/components/core/extension/solid-core/mqMessage/list/SolidMqMessageStageListViewWidget.js.map +1 -0
  420. package/dist/components/core/extension/solid-core/mqMessage/list/SolidMqMessageStageListViewWidget.tsx +15 -0
  421. package/dist/components/core/extension/solid-core/mqMessage/list/SolidMqMessagesSummarizeListHeaderAction.d.ts +3 -0
  422. package/dist/components/core/extension/solid-core/mqMessage/list/SolidMqMessagesSummarizeListHeaderAction.d.ts.map +1 -0
  423. package/dist/components/core/extension/solid-core/mqMessage/list/SolidMqMessagesSummarizeListHeaderAction.js +158 -0
  424. package/dist/components/core/extension/solid-core/mqMessage/list/SolidMqMessagesSummarizeListHeaderAction.js.map +1 -0
  425. package/dist/components/core/extension/solid-core/mqMessage/list/SolidMqMessagesSummarizeListHeaderAction.tsx +185 -0
  426. package/dist/components/core/extension/solid-core/mqMessage/ui/MqMessageStageBadge.d.ts +17 -0
  427. package/dist/components/core/extension/solid-core/mqMessage/ui/MqMessageStageBadge.d.ts.map +1 -0
  428. package/dist/components/core/extension/solid-core/mqMessage/ui/MqMessageStageBadge.js +52 -0
  429. package/dist/components/core/extension/solid-core/mqMessage/ui/MqMessageStageBadge.js.map +1 -0
  430. package/dist/components/core/extension/solid-core/mqMessage/ui/MqMessageStageBadge.tsx +83 -0
  431. package/dist/components/core/extension/solid-core/roleMetadata/RolePermissionsManyToManyFieldWidget.d.ts.map +1 -1
  432. package/dist/components/core/extension/solid-core/roleMetadata/RolePermissionsManyToManyFieldWidget.js +10 -18
  433. package/dist/components/core/extension/solid-core/roleMetadata/RolePermissionsManyToManyFieldWidget.js.map +1 -1
  434. package/dist/components/core/extension/solid-core/roleMetadata/RolePermissionsManyToManyFieldWidget.tsx +32 -53
  435. package/dist/components/core/field/FieldListViewData.d.ts.map +1 -1
  436. package/dist/components/core/field/FieldListViewData.js +83 -74
  437. package/dist/components/core/field/FieldListViewData.js.map +1 -1
  438. package/dist/components/core/field/FieldListViewData.tsx +120 -168
  439. package/dist/components/core/filter/SEARCH_FILTER_HIERARCHY.md +582 -0
  440. package/dist/components/core/filter/SolidBooleanFilterElement.d.ts +1 -1
  441. package/dist/components/core/filter/SolidBooleanFilterElement.d.ts.map +1 -1
  442. package/dist/components/core/filter/SolidBooleanFilterElement.js +4 -4
  443. package/dist/components/core/filter/SolidBooleanFilterElement.js.map +1 -1
  444. package/dist/components/core/filter/SolidBooleanFilterElement.tsx +7 -6
  445. package/dist/components/core/filter/SolidManyToManyFilterElement.d.ts +1 -1
  446. package/dist/components/core/filter/SolidManyToManyFilterElement.d.ts.map +1 -1
  447. package/dist/components/core/filter/SolidManyToManyFilterElement.js +5 -9
  448. package/dist/components/core/filter/SolidManyToManyFilterElement.js.map +1 -1
  449. package/dist/components/core/filter/SolidManyToManyFilterElement.tsx +8 -7
  450. package/dist/components/core/filter/SolidManyToOneFilterElement.d.ts +1 -1
  451. package/dist/components/core/filter/SolidManyToOneFilterElement.d.ts.map +1 -1
  452. package/dist/components/core/filter/SolidManyToOneFilterElement.js +4 -4
  453. package/dist/components/core/filter/SolidManyToOneFilterElement.js.map +1 -1
  454. package/dist/components/core/filter/SolidManyToOneFilterElement.tsx +7 -6
  455. package/dist/components/core/filter/SolidOneToManyFilterElement.d.ts +1 -1
  456. package/dist/components/core/filter/SolidOneToManyFilterElement.d.ts.map +1 -1
  457. package/dist/components/core/filter/SolidOneToManyFilterElement.js +5 -9
  458. package/dist/components/core/filter/SolidOneToManyFilterElement.js.map +1 -1
  459. package/dist/components/core/filter/SolidOneToManyFilterElement.tsx +8 -7
  460. package/dist/components/core/filter/SolidSelectionDynamicFilterElement.d.ts +1 -1
  461. package/dist/components/core/filter/SolidSelectionDynamicFilterElement.d.ts.map +1 -1
  462. package/dist/components/core/filter/SolidSelectionDynamicFilterElement.js +4 -4
  463. package/dist/components/core/filter/SolidSelectionDynamicFilterElement.js.map +1 -1
  464. package/dist/components/core/filter/SolidSelectionDynamicFilterElement.tsx +7 -6
  465. package/dist/components/core/filter/SolidSelectionStaticFilterElement.d.ts +1 -1
  466. package/dist/components/core/filter/SolidSelectionStaticFilterElement.d.ts.map +1 -1
  467. package/dist/components/core/filter/SolidSelectionStaticFilterElement.js +4 -4
  468. package/dist/components/core/filter/SolidSelectionStaticFilterElement.js.map +1 -1
  469. package/dist/components/core/filter/SolidSelectionStaticFilterElement.tsx +7 -6
  470. package/dist/components/core/filter/SolidVarInputsFilterElement.d.ts +1 -1
  471. package/dist/components/core/filter/SolidVarInputsFilterElement.d.ts.map +1 -1
  472. package/dist/components/core/filter/SolidVarInputsFilterElement.js +109 -38
  473. package/dist/components/core/filter/SolidVarInputsFilterElement.js.map +1 -1
  474. package/dist/components/core/filter/SolidVarInputsFilterElement.tsx +215 -155
  475. package/dist/components/core/filter/fields/SolidBooleanField.js +3 -3
  476. package/dist/components/core/filter/fields/SolidBooleanField.js.map +1 -1
  477. package/dist/components/core/filter/fields/SolidBooleanField.tsx +6 -6
  478. package/dist/components/core/filter/fields/SolidDateField.d.ts.map +1 -1
  479. package/dist/components/core/filter/fields/SolidDateField.js +3 -5
  480. package/dist/components/core/filter/fields/SolidDateField.js.map +1 -1
  481. package/dist/components/core/filter/fields/SolidDateField.tsx +6 -8
  482. package/dist/components/core/filter/fields/SolidDatetimeField.js +3 -3
  483. package/dist/components/core/filter/fields/SolidDatetimeField.js.map +1 -1
  484. package/dist/components/core/filter/fields/SolidDatetimeField.tsx +5 -5
  485. package/dist/components/core/filter/fields/SolidExternalIdField.js +5 -5
  486. package/dist/components/core/filter/fields/SolidExternalIdField.js.map +1 -1
  487. package/dist/components/core/filter/fields/SolidExternalIdField.tsx +8 -8
  488. package/dist/components/core/filter/fields/SolidIdField.d.ts.map +1 -1
  489. package/dist/components/core/filter/fields/SolidIdField.js +11 -4
  490. package/dist/components/core/filter/fields/SolidIdField.js.map +1 -1
  491. package/dist/components/core/filter/fields/SolidIdField.tsx +12 -5
  492. package/dist/components/core/filter/fields/SolidIntField.d.ts.map +1 -1
  493. package/dist/components/core/filter/fields/SolidIntField.js +3 -5
  494. package/dist/components/core/filter/fields/SolidIntField.js.map +1 -1
  495. package/dist/components/core/filter/fields/SolidIntField.tsx +6 -8
  496. package/dist/components/core/filter/fields/SolidMediaMultipleField.d.ts.map +1 -1
  497. package/dist/components/core/filter/fields/SolidMediaMultipleField.js +3 -5
  498. package/dist/components/core/filter/fields/SolidMediaMultipleField.js.map +1 -1
  499. package/dist/components/core/filter/fields/SolidMediaMultipleField.tsx +6 -8
  500. package/dist/components/core/filter/fields/SolidMediaSingleField.d.ts.map +1 -1
  501. package/dist/components/core/filter/fields/SolidMediaSingleField.js +3 -5
  502. package/dist/components/core/filter/fields/SolidMediaSingleField.js.map +1 -1
  503. package/dist/components/core/filter/fields/SolidMediaSingleField.tsx +6 -8
  504. package/dist/components/core/filter/fields/SolidSelectionDynamicField.js +3 -3
  505. package/dist/components/core/filter/fields/SolidSelectionDynamicField.js.map +1 -1
  506. package/dist/components/core/filter/fields/SolidSelectionDynamicField.tsx +5 -5
  507. package/dist/components/core/filter/fields/SolidSelectionStaticField.js +3 -3
  508. package/dist/components/core/filter/fields/SolidSelectionStaticField.js.map +1 -1
  509. package/dist/components/core/filter/fields/SolidSelectionStaticField.tsx +5 -5
  510. package/dist/components/core/filter/fields/SolidShortTextField.d.ts.map +1 -1
  511. package/dist/components/core/filter/fields/SolidShortTextField.js +3 -5
  512. package/dist/components/core/filter/fields/SolidShortTextField.js.map +1 -1
  513. package/dist/components/core/filter/fields/SolidShortTextField.tsx +6 -8
  514. package/dist/components/core/filter/fields/SolidTimeField.js +3 -3
  515. package/dist/components/core/filter/fields/SolidTimeField.js.map +1 -1
  516. package/dist/components/core/filter/fields/SolidTimeField.tsx +5 -5
  517. package/dist/components/core/filter/fields/SolidUuidField.js +5 -5
  518. package/dist/components/core/filter/fields/SolidUuidField.js.map +1 -1
  519. package/dist/components/core/filter/fields/SolidUuidField.tsx +8 -8
  520. package/dist/components/core/filter/fields/relations/SolidRelationManyToManyField.js +2 -2
  521. package/dist/components/core/filter/fields/relations/SolidRelationManyToManyField.js.map +1 -1
  522. package/dist/components/core/filter/fields/relations/SolidRelationManyToManyField.tsx +4 -4
  523. package/dist/components/core/filter/fields/relations/SolidRelationManyToOneField.js +3 -3
  524. package/dist/components/core/filter/fields/relations/SolidRelationManyToOneField.js.map +1 -1
  525. package/dist/components/core/filter/fields/relations/SolidRelationManyToOneField.tsx +5 -5
  526. package/dist/components/core/filter/fields/relations/SolidRelationOneToManyField.js +2 -2
  527. package/dist/components/core/filter/fields/relations/SolidRelationOneToManyField.js.map +1 -1
  528. package/dist/components/core/filter/fields/relations/SolidRelationOneToManyField.tsx +4 -4
  529. package/dist/components/core/filter/filterMatchMode.d.ts +17 -0
  530. package/dist/components/core/filter/filterMatchMode.d.ts.map +1 -0
  531. package/dist/components/core/filter/filterMatchMode.js +16 -0
  532. package/dist/components/core/filter/filterMatchMode.js.map +1 -0
  533. package/dist/components/core/filter/filterMatchMode.ts +18 -0
  534. package/dist/components/core/form/SolidFormActionHeader.d.ts +1 -1
  535. package/dist/components/core/form/SolidFormActionHeader.d.ts.map +1 -1
  536. package/dist/components/core/form/SolidFormActionHeader.js +61 -55
  537. package/dist/components/core/form/SolidFormActionHeader.js.map +1 -1
  538. package/dist/components/core/form/SolidFormActionHeader.tsx +356 -334
  539. package/dist/components/core/form/SolidFormFieldRender.js +2 -2
  540. package/dist/components/core/form/SolidFormFieldRender.js.map +1 -1
  541. package/dist/components/core/form/SolidFormFieldRender.tsx +2 -2
  542. package/dist/components/core/form/SolidFormFooter.d.ts.map +1 -1
  543. package/dist/components/core/form/SolidFormFooter.js +3 -3
  544. package/dist/components/core/form/SolidFormFooter.js.map +1 -1
  545. package/dist/components/core/form/SolidFormFooter.tsx +26 -19
  546. package/dist/components/core/form/SolidFormUserViewLayout.d.ts.map +1 -1
  547. package/dist/components/core/form/SolidFormUserViewLayout.js +3 -6
  548. package/dist/components/core/form/SolidFormUserViewLayout.js.map +1 -1
  549. package/dist/components/core/form/SolidFormUserViewLayout.tsx +9 -13
  550. package/dist/components/core/form/SolidFormView.d.ts +0 -3
  551. package/dist/components/core/form/SolidFormView.d.ts.map +1 -1
  552. package/dist/components/core/form/SolidFormView.js +78 -127
  553. package/dist/components/core/form/SolidFormView.js.map +1 -1
  554. package/dist/components/core/form/SolidFormView.tsx +168 -212
  555. package/dist/components/core/form/SolidFormViewContextMenuHeaderButton.d.ts +3 -1
  556. package/dist/components/core/form/SolidFormViewContextMenuHeaderButton.d.ts.map +1 -1
  557. package/dist/components/core/form/SolidFormViewContextMenuHeaderButton.js +22 -16
  558. package/dist/components/core/form/SolidFormViewContextMenuHeaderButton.js.map +1 -1
  559. package/dist/components/core/form/SolidFormViewContextMenuHeaderButton.tsx +46 -17
  560. package/dist/components/core/form/SolidFormViewNormalHeaderButton.d.ts +3 -1
  561. package/dist/components/core/form/SolidFormViewNormalHeaderButton.d.ts.map +1 -1
  562. package/dist/components/core/form/SolidFormViewNormalHeaderButton.js +32 -15
  563. package/dist/components/core/form/SolidFormViewNormalHeaderButton.js.map +1 -1
  564. package/dist/components/core/form/SolidFormViewNormalHeaderButton.tsx +40 -17
  565. package/dist/components/core/form/SolidFormViewShimmerLoading.d.ts.map +1 -1
  566. package/dist/components/core/form/SolidFormViewShimmerLoading.js +5 -2
  567. package/dist/components/core/form/SolidFormViewShimmerLoading.js.map +1 -1
  568. package/dist/components/core/form/SolidFormViewShimmerLoading.tsx +40 -37
  569. package/dist/components/core/form/fields/SolidBooleanField.d.ts +1 -1
  570. package/dist/components/core/form/fields/SolidBooleanField.d.ts.map +1 -1
  571. package/dist/components/core/form/fields/SolidBooleanField.js +80 -69
  572. package/dist/components/core/form/fields/SolidBooleanField.js.map +1 -1
  573. package/dist/components/core/form/fields/SolidBooleanField.tsx +116 -145
  574. package/dist/components/core/form/fields/SolidDateField.d.ts.map +1 -1
  575. package/dist/components/core/form/fields/SolidDateField.js +22 -49
  576. package/dist/components/core/form/fields/SolidDateField.js.map +1 -1
  577. package/dist/components/core/form/fields/SolidDateField.tsx +30 -72
  578. package/dist/components/core/form/fields/SolidDateTimeField.d.ts.map +1 -1
  579. package/dist/components/core/form/fields/SolidDateTimeField.js +22 -48
  580. package/dist/components/core/form/fields/SolidDateTimeField.js.map +1 -1
  581. package/dist/components/core/form/fields/SolidDateTimeField.tsx +33 -69
  582. package/dist/components/core/form/fields/SolidDecimalField.d.ts +1 -1
  583. package/dist/components/core/form/fields/SolidDecimalField.d.ts.map +1 -1
  584. package/dist/components/core/form/fields/SolidDecimalField.js +17 -17
  585. package/dist/components/core/form/fields/SolidDecimalField.js.map +1 -1
  586. package/dist/components/core/form/fields/SolidDecimalField.tsx +21 -24
  587. package/dist/components/core/form/fields/SolidEmailField.d.ts.map +1 -1
  588. package/dist/components/core/form/fields/SolidEmailField.js +11 -15
  589. package/dist/components/core/form/fields/SolidEmailField.js.map +1 -1
  590. package/dist/components/core/form/fields/SolidEmailField.tsx +27 -33
  591. package/dist/components/core/form/fields/SolidIntegerField.d.ts +1 -1
  592. package/dist/components/core/form/fields/SolidIntegerField.d.ts.map +1 -1
  593. package/dist/components/core/form/fields/SolidIntegerField.js +12 -9
  594. package/dist/components/core/form/fields/SolidIntegerField.js.map +1 -1
  595. package/dist/components/core/form/fields/SolidIntegerField.tsx +23 -24
  596. package/dist/components/core/form/fields/SolidJsonField.d.ts.map +1 -1
  597. package/dist/components/core/form/fields/SolidJsonField.js +15 -10
  598. package/dist/components/core/form/fields/SolidJsonField.js.map +1 -1
  599. package/dist/components/core/form/fields/SolidJsonField.tsx +21 -20
  600. package/dist/components/core/form/fields/SolidLongTextField.d.ts.map +1 -1
  601. package/dist/components/core/form/fields/SolidLongTextField.js +28 -44
  602. package/dist/components/core/form/fields/SolidLongTextField.js.map +1 -1
  603. package/dist/components/core/form/fields/SolidLongTextField.tsx +90 -119
  604. package/dist/components/core/form/fields/SolidMediaMultipleField.d.ts.map +1 -1
  605. package/dist/components/core/form/fields/SolidMediaMultipleField.js +41 -49
  606. package/dist/components/core/form/fields/SolidMediaMultipleField.js.map +1 -1
  607. package/dist/components/core/form/fields/SolidMediaMultipleField.tsx +127 -111
  608. package/dist/components/core/form/fields/SolidMediaSingleField.d.ts.map +1 -1
  609. package/dist/components/core/form/fields/SolidMediaSingleField.js +10 -23
  610. package/dist/components/core/form/fields/SolidMediaSingleField.js.map +1 -1
  611. package/dist/components/core/form/fields/SolidMediaSingleField.tsx +117 -100
  612. package/dist/components/core/form/fields/SolidPasswordField.d.ts.map +1 -1
  613. package/dist/components/core/form/fields/SolidPasswordField.js +29 -32
  614. package/dist/components/core/form/fields/SolidPasswordField.js.map +1 -1
  615. package/dist/components/core/form/fields/SolidPasswordField.tsx +122 -117
  616. package/dist/components/core/form/fields/SolidRichTextField.d.ts.map +1 -1
  617. package/dist/components/core/form/fields/SolidRichTextField.js +6 -8
  618. package/dist/components/core/form/fields/SolidRichTextField.js.map +1 -1
  619. package/dist/components/core/form/fields/SolidRichTextField.tsx +31 -46
  620. package/dist/components/core/form/fields/SolidSelectionDynamicField.d.ts.map +1 -1
  621. package/dist/components/core/form/fields/SolidSelectionDynamicField.js +36 -24
  622. package/dist/components/core/form/fields/SolidSelectionDynamicField.js.map +1 -1
  623. package/dist/components/core/form/fields/SolidSelectionDynamicField.tsx +56 -61
  624. package/dist/components/core/form/fields/SolidSelectionStaticField.d.ts.map +1 -1
  625. package/dist/components/core/form/fields/SolidSelectionStaticField.js +60 -74
  626. package/dist/components/core/form/fields/SolidSelectionStaticField.js.map +1 -1
  627. package/dist/components/core/form/fields/SolidSelectionStaticField.tsx +99 -167
  628. package/dist/components/core/form/fields/SolidShortTextField.d.ts.map +1 -1
  629. package/dist/components/core/form/fields/SolidShortTextField.js +23 -36
  630. package/dist/components/core/form/fields/SolidShortTextField.js.map +1 -1
  631. package/dist/components/core/form/fields/SolidShortTextField.tsx +54 -119
  632. package/dist/components/core/form/fields/SolidTimeField.d.ts.map +1 -1
  633. package/dist/components/core/form/fields/SolidTimeField.js +14 -14
  634. package/dist/components/core/form/fields/SolidTimeField.js.map +1 -1
  635. package/dist/components/core/form/fields/SolidTimeField.tsx +23 -26
  636. package/dist/components/core/form/fields/fieldEventUtils.d.ts +10 -0
  637. package/dist/components/core/form/fields/fieldEventUtils.d.ts.map +1 -0
  638. package/dist/components/core/form/fields/fieldEventUtils.js +11 -0
  639. package/dist/components/core/form/fields/fieldEventUtils.js.map +1 -0
  640. package/dist/components/core/form/fields/fieldEventUtils.ts +24 -0
  641. package/dist/components/core/form/fields/relations/SolidRelationManyToManyField.d.ts.map +1 -1
  642. package/dist/components/core/form/fields/relations/SolidRelationManyToManyField.js +31 -28
  643. package/dist/components/core/form/fields/relations/SolidRelationManyToManyField.js.map +1 -1
  644. package/dist/components/core/form/fields/relations/SolidRelationManyToManyField.tsx +105 -103
  645. package/dist/components/core/form/fields/relations/SolidRelationManyToOneField.d.ts.map +1 -1
  646. package/dist/components/core/form/fields/relations/SolidRelationManyToOneField.js +38 -30
  647. package/dist/components/core/form/fields/relations/SolidRelationManyToOneField.js.map +1 -1
  648. package/dist/components/core/form/fields/relations/SolidRelationManyToOneField.tsx +55 -40
  649. package/dist/components/core/form/fields/relations/SolidRelationOneToManyField.d.ts.map +1 -1
  650. package/dist/components/core/form/fields/relations/SolidRelationOneToManyField.js +17 -19
  651. package/dist/components/core/form/fields/relations/SolidRelationOneToManyField.js.map +1 -1
  652. package/dist/components/core/form/fields/relations/SolidRelationOneToManyField.tsx +40 -29
  653. package/dist/components/core/form/fields/relations/widgets/helpers/InlineRelationEntityDialog.d.ts.map +1 -1
  654. package/dist/components/core/form/fields/relations/widgets/helpers/InlineRelationEntityDialog.js +5 -8
  655. package/dist/components/core/form/fields/relations/widgets/helpers/InlineRelationEntityDialog.js.map +1 -1
  656. package/dist/components/core/form/fields/relations/widgets/helpers/InlineRelationEntityDialog.tsx +20 -13
  657. package/dist/components/core/form/fields/solidFields.module.css +263 -1
  658. package/dist/components/core/form/fields/widgets/SolidAiInteractionMetadataFieldFormWidget.d.ts.map +1 -1
  659. package/dist/components/core/form/fields/widgets/SolidAiInteractionMetadataFieldFormWidget.js +76 -56
  660. package/dist/components/core/form/fields/widgets/SolidAiInteractionMetadataFieldFormWidget.js.map +1 -1
  661. package/dist/components/core/form/fields/widgets/SolidAiInteractionMetadataFieldFormWidget.tsx +106 -120
  662. package/dist/components/core/form/fields/widgets/SolidChatterMessageCoModelEntityIdFormViewWidget.d.ts +3 -0
  663. package/dist/components/core/form/fields/widgets/SolidChatterMessageCoModelEntityIdFormViewWidget.d.ts.map +1 -0
  664. package/dist/components/core/form/fields/widgets/SolidChatterMessageCoModelEntityIdFormViewWidget.js +92 -0
  665. package/dist/components/core/form/fields/widgets/SolidChatterMessageCoModelEntityIdFormViewWidget.js.map +1 -0
  666. package/dist/components/core/form/fields/widgets/SolidChatterMessageCoModelEntityIdFormViewWidget.tsx +68 -0
  667. package/dist/components/core/form/fields/widgets/SolidIconEditWidget.d.ts.map +1 -1
  668. package/dist/components/core/form/fields/widgets/SolidIconEditWidget.js +21 -31
  669. package/dist/components/core/form/fields/widgets/SolidIconEditWidget.js.map +1 -1
  670. package/dist/components/core/form/fields/widgets/SolidIconEditWidget.tsx +62 -58
  671. package/dist/components/core/form/fields/widgets/SolidLovTypeChangeFormEditWidget.d.ts +3 -0
  672. package/dist/components/core/form/fields/widgets/SolidLovTypeChangeFormEditWidget.d.ts.map +1 -0
  673. package/dist/components/core/form/fields/widgets/SolidLovTypeChangeFormEditWidget.js +111 -0
  674. package/dist/components/core/form/fields/widgets/SolidLovTypeChangeFormEditWidget.js.map +1 -0
  675. package/dist/components/core/form/fields/widgets/SolidLovTypeChangeFormEditWidget.tsx +122 -0
  676. package/dist/components/core/form/fields/widgets/SolidRelationFieldAvatarFormWidget.d.ts.map +1 -1
  677. package/dist/components/core/form/fields/widgets/SolidRelationFieldAvatarFormWidget.js.map +1 -1
  678. package/dist/components/core/form/fields/widgets/SolidRelationFieldAvatarFormWidget.tsx +0 -5
  679. package/dist/components/core/form/fields/widgets/SolidS3FileViewerWidget.d.ts.map +1 -1
  680. package/dist/components/core/form/fields/widgets/SolidS3FileViewerWidget.js +9 -8
  681. package/dist/components/core/form/fields/widgets/SolidS3FileViewerWidget.js.map +1 -1
  682. package/dist/components/core/form/fields/widgets/SolidS3FileViewerWidget.tsx +43 -33
  683. package/dist/components/core/form/fields/widgets/SolidShortTextFieldAvatarWidget.d.ts.map +1 -1
  684. package/dist/components/core/form/fields/widgets/SolidShortTextFieldAvatarWidget.js.map +1 -1
  685. package/dist/components/core/form/fields/widgets/SolidShortTextFieldAvatarWidget.tsx +1 -6
  686. package/dist/components/core/kanban/KanbanBoard.d.ts +1 -1
  687. package/dist/components/core/kanban/KanbanBoard.d.ts.map +1 -1
  688. package/dist/components/core/kanban/KanbanBoard.js +44 -8
  689. package/dist/components/core/kanban/KanbanBoard.js.map +1 -1
  690. package/dist/components/core/kanban/KanbanBoard.tsx +63 -9
  691. package/dist/components/core/kanban/KanbanCard.d.ts +8 -0
  692. package/dist/components/core/kanban/KanbanCard.d.ts.map +1 -1
  693. package/dist/components/core/kanban/KanbanCard.js +22 -162
  694. package/dist/components/core/kanban/KanbanCard.js.map +1 -1
  695. package/dist/components/core/kanban/KanbanCard.tsx +67 -224
  696. package/dist/components/core/kanban/KanbanColumn.d.ts +4 -2
  697. package/dist/components/core/kanban/KanbanColumn.d.ts.map +1 -1
  698. package/dist/components/core/kanban/KanbanColumn.js +8 -14
  699. package/dist/components/core/kanban/KanbanColumn.js.map +1 -1
  700. package/dist/components/core/kanban/KanbanColumn.tsx +60 -80
  701. package/dist/components/core/kanban/KanbanUserViewLayout.d.ts.map +1 -1
  702. package/dist/components/core/kanban/KanbanUserViewLayout.js +4 -7
  703. package/dist/components/core/kanban/KanbanUserViewLayout.js.map +1 -1
  704. package/dist/components/core/kanban/KanbanUserViewLayout.tsx +15 -16
  705. package/dist/components/core/kanban/SolidKanbanView.d.ts +0 -2
  706. package/dist/components/core/kanban/SolidKanbanView.d.ts.map +1 -1
  707. package/dist/components/core/kanban/SolidKanbanView.js +121 -74
  708. package/dist/components/core/kanban/SolidKanbanView.js.map +1 -1
  709. package/dist/components/core/kanban/SolidKanbanView.tsx +221 -139
  710. package/dist/components/core/kanban/SolidKanbanViewConfigure.d.ts +1 -1
  711. package/dist/components/core/kanban/SolidKanbanViewConfigure.d.ts.map +1 -1
  712. package/dist/components/core/kanban/SolidKanbanViewConfigure.js +111 -52
  713. package/dist/components/core/kanban/SolidKanbanViewConfigure.js.map +1 -1
  714. package/dist/components/core/kanban/SolidKanbanViewConfigure.tsx +239 -122
  715. package/dist/components/core/kanban/SolidManyToOneFilterElement.d.ts.map +1 -1
  716. package/dist/components/core/kanban/SolidManyToOneFilterElement.js.map +1 -1
  717. package/dist/components/core/kanban/SolidManyToOneFilterElement.tsx +1 -2
  718. package/dist/components/core/kanban/kanban-fields/SolidMediaMultipleKanbanField.d.ts.map +1 -1
  719. package/dist/components/core/kanban/kanban-fields/SolidMediaMultipleKanbanField.js +2 -2
  720. package/dist/components/core/kanban/kanban-fields/SolidMediaMultipleKanbanField.js.map +1 -1
  721. package/dist/components/core/kanban/kanban-fields/SolidMediaMultipleKanbanField.tsx +21 -10
  722. package/dist/components/core/kanban/kanban-fields/SolidMediaSingleKanbanField.d.ts.map +1 -1
  723. package/dist/components/core/kanban/kanban-fields/SolidMediaSingleKanbanField.js +2 -2
  724. package/dist/components/core/kanban/kanban-fields/SolidMediaSingleKanbanField.js.map +1 -1
  725. package/dist/components/core/kanban/kanban-fields/SolidMediaSingleKanbanField.tsx +18 -10
  726. package/dist/components/core/kanban/kanban-fields/SolidShortTextKanbanField.d.ts.map +1 -1
  727. package/dist/components/core/kanban/kanban-fields/SolidShortTextKanbanField.js +3 -6
  728. package/dist/components/core/kanban/kanban-fields/SolidShortTextKanbanField.js.map +1 -1
  729. package/dist/components/core/kanban/kanban-fields/SolidShortTextKanbanField.tsx +30 -24
  730. package/dist/components/core/kanban/kanban-fields/relations/SolidRelationManyToOneKanbanField.js.map +1 -1
  731. package/dist/components/core/kanban/kanban-fields/relations/SolidRelationManyToOneKanbanField.tsx +2 -2
  732. package/dist/components/core/list/ListViewRowActionPopup.d.ts.map +1 -1
  733. package/dist/components/core/list/ListViewRowActionPopup.js +3 -2
  734. package/dist/components/core/list/ListViewRowActionPopup.js.map +1 -1
  735. package/dist/components/core/list/ListViewRowActionPopup.tsx +8 -5
  736. package/dist/components/core/list/PLAN.md +22 -2
  737. package/dist/components/core/list/SolidColumnSelector/SolidListColumnSelector.d.ts +1 -1
  738. package/dist/components/core/list/SolidColumnSelector/SolidListColumnSelector.d.ts.map +1 -1
  739. package/dist/components/core/list/SolidColumnSelector/SolidListColumnSelector.js +3 -8
  740. package/dist/components/core/list/SolidColumnSelector/SolidListColumnSelector.js.map +1 -1
  741. package/dist/components/core/list/SolidColumnSelector/SolidListColumnSelector.tsx +19 -24
  742. package/dist/components/core/list/SolidDataTable.d.ts +1 -0
  743. package/dist/components/core/list/SolidDataTable.d.ts.map +1 -1
  744. package/dist/components/core/list/SolidDataTable.js +26 -6
  745. package/dist/components/core/list/SolidDataTable.js.map +1 -1
  746. package/dist/components/core/list/SolidDataTable.tsx +38 -7
  747. package/dist/components/core/list/SolidDataTablePagination.d.ts +15 -0
  748. package/dist/components/core/list/SolidDataTablePagination.d.ts.map +1 -0
  749. package/dist/components/core/list/SolidDataTablePagination.js +22 -0
  750. package/dist/components/core/list/SolidDataTablePagination.js.map +1 -0
  751. package/dist/components/core/list/SolidDataTablePagination.tsx +71 -0
  752. package/dist/components/core/list/SolidEmptyListViewPlaceholder.d.ts +1 -1
  753. package/dist/components/core/list/SolidEmptyListViewPlaceholder.d.ts.map +1 -1
  754. package/dist/components/core/list/SolidEmptyListViewPlaceholder.js +51 -30
  755. package/dist/components/core/list/SolidEmptyListViewPlaceholder.js.map +1 -1
  756. package/dist/components/core/list/SolidEmptyListViewPlaceholder.tsx +122 -90
  757. package/dist/components/core/list/SolidListView.d.ts +5 -12
  758. package/dist/components/core/list/SolidListView.d.ts.map +1 -1
  759. package/dist/components/core/list/SolidListView.js +363 -426
  760. package/dist/components/core/list/SolidListView.js.map +1 -1
  761. package/dist/components/core/list/SolidListView.tsx +714 -899
  762. package/dist/components/core/list/SolidListViewConfigure.d.ts.map +1 -1
  763. package/dist/components/core/list/SolidListViewConfigure.js +50 -61
  764. package/dist/components/core/list/SolidListViewConfigure.js.map +1 -1
  765. package/dist/components/core/list/SolidListViewConfigure.tsx +237 -215
  766. package/dist/components/core/list/SolidListViewHeaderButton.d.ts.map +1 -1
  767. package/dist/components/core/list/SolidListViewHeaderButton.js +6 -5
  768. package/dist/components/core/list/SolidListViewHeaderButton.js.map +1 -1
  769. package/dist/components/core/list/SolidListViewHeaderButton.tsx +9 -7
  770. package/dist/components/core/list/SolidListViewHeaderContextMenuButton.d.ts +1 -1
  771. package/dist/components/core/list/SolidListViewHeaderContextMenuButton.d.ts.map +1 -1
  772. package/dist/components/core/list/SolidListViewHeaderContextMenuButton.js +12 -7
  773. package/dist/components/core/list/SolidListViewHeaderContextMenuButton.js.map +1 -1
  774. package/dist/components/core/list/SolidListViewHeaderContextMenuButton.tsx +15 -13
  775. package/dist/components/core/list/SolidListViewRowActionMenuItem.d.ts +2 -0
  776. package/dist/components/core/list/SolidListViewRowActionMenuItem.d.ts.map +1 -0
  777. package/dist/components/core/list/SolidListViewRowActionMenuItem.js +42 -0
  778. package/dist/components/core/list/SolidListViewRowActionMenuItem.js.map +1 -0
  779. package/dist/components/core/list/SolidListViewRowActionMenuItem.tsx +43 -0
  780. package/dist/components/core/list/SolidListViewRowActionsMenu.d.ts +2 -0
  781. package/dist/components/core/list/SolidListViewRowActionsMenu.d.ts.map +1 -0
  782. package/dist/components/core/list/SolidListViewRowActionsMenu.js +32 -0
  783. package/dist/components/core/list/SolidListViewRowActionsMenu.js.map +1 -0
  784. package/dist/components/core/list/SolidListViewRowActionsMenu.tsx +106 -0
  785. package/dist/components/core/list/SolidListViewRowButtonContextMenu.d.ts +1 -1
  786. package/dist/components/core/list/SolidListViewRowButtonContextMenu.d.ts.map +1 -1
  787. package/dist/components/core/list/SolidListViewRowButtonContextMenu.js +6 -7
  788. package/dist/components/core/list/SolidListViewRowButtonContextMenu.js.map +1 -1
  789. package/dist/components/core/list/SolidListViewRowButtonContextMenu.tsx +9 -10
  790. package/dist/components/core/list/SolidListViewShimmerLoading.d.ts.map +1 -1
  791. package/dist/components/core/list/SolidListViewShimmerLoading.js +3 -4
  792. package/dist/components/core/list/SolidListViewShimmerLoading.js.map +1 -1
  793. package/dist/components/core/list/SolidListViewShimmerLoading.tsx +4 -72
  794. package/dist/components/core/list/SolidListViewWrapper.module.css +82 -41
  795. package/dist/components/core/list/SolidManyToOneFilterElement.d.ts.map +1 -1
  796. package/dist/components/core/list/SolidManyToOneFilterElement.js +2 -2
  797. package/dist/components/core/list/SolidManyToOneFilterElement.js.map +1 -1
  798. package/dist/components/core/list/SolidManyToOneFilterElement.tsx +5 -5
  799. package/dist/components/core/list/SolidSelectionDynamicFilterElement.d.ts.map +1 -1
  800. package/dist/components/core/list/SolidSelectionDynamicFilterElement.js +2 -2
  801. package/dist/components/core/list/SolidSelectionDynamicFilterElement.js.map +1 -1
  802. package/dist/components/core/list/SolidSelectionDynamicFilterElement.tsx +5 -4
  803. package/dist/components/core/list/SolidSelectionStaticFilterElement.d.ts.map +1 -1
  804. package/dist/components/core/list/SolidSelectionStaticFilterElement.js +2 -2
  805. package/dist/components/core/list/SolidSelectionStaticFilterElement.js.map +1 -1
  806. package/dist/components/core/list/SolidSelectionStaticFilterElement.tsx +5 -4
  807. package/dist/components/core/list/SolidTableRowCell.d.ts.map +1 -1
  808. package/dist/components/core/list/SolidTableRowCell.js +4 -3
  809. package/dist/components/core/list/SolidTableRowCell.js.map +1 -1
  810. package/dist/components/core/list/SolidTableRowCell.tsx +11 -8
  811. package/dist/components/core/list/columns/SolidBooleanColumn.js +2 -2
  812. package/dist/components/core/list/columns/SolidBooleanColumn.js.map +1 -1
  813. package/dist/components/core/list/columns/SolidBooleanColumn.tsx +2 -2
  814. package/dist/components/core/list/columns/SolidDateColumn.js +1 -1
  815. package/dist/components/core/list/columns/SolidDateColumn.js.map +1 -1
  816. package/dist/components/core/list/columns/SolidDateColumn.tsx +1 -1
  817. package/dist/components/core/list/columns/SolidDatetimeColumn.js +1 -1
  818. package/dist/components/core/list/columns/SolidDatetimeColumn.js.map +1 -1
  819. package/dist/components/core/list/columns/SolidDatetimeColumn.tsx +1 -1
  820. package/dist/components/core/list/columns/SolidExternalIdColumn.js +1 -1
  821. package/dist/components/core/list/columns/SolidExternalIdColumn.js.map +1 -1
  822. package/dist/components/core/list/columns/SolidExternalIdColumn.tsx +1 -1
  823. package/dist/components/core/list/columns/SolidIdColumn.js +2 -2
  824. package/dist/components/core/list/columns/SolidIdColumn.js.map +1 -1
  825. package/dist/components/core/list/columns/SolidIdColumn.tsx +3 -3
  826. package/dist/components/core/list/columns/SolidIntColumn.d.ts.map +1 -1
  827. package/dist/components/core/list/columns/SolidIntColumn.js +2 -2
  828. package/dist/components/core/list/columns/SolidIntColumn.js.map +1 -1
  829. package/dist/components/core/list/columns/SolidIntColumn.tsx +4 -2
  830. package/dist/components/core/list/columns/SolidMediaMultipleColumn.d.ts.map +1 -1
  831. package/dist/components/core/list/columns/SolidMediaMultipleColumn.js +7 -10
  832. package/dist/components/core/list/columns/SolidMediaMultipleColumn.js.map +1 -1
  833. package/dist/components/core/list/columns/SolidMediaMultipleColumn.tsx +13 -18
  834. package/dist/components/core/list/columns/SolidMediaSingleColumn.d.ts.map +1 -1
  835. package/dist/components/core/list/columns/SolidMediaSingleColumn.js +4 -4
  836. package/dist/components/core/list/columns/SolidMediaSingleColumn.js.map +1 -1
  837. package/dist/components/core/list/columns/SolidMediaSingleColumn.tsx +4 -4
  838. package/dist/components/core/list/columns/SolidSelectionDynamicColumn.js +1 -1
  839. package/dist/components/core/list/columns/SolidSelectionDynamicColumn.js.map +1 -1
  840. package/dist/components/core/list/columns/SolidSelectionDynamicColumn.tsx +1 -1
  841. package/dist/components/core/list/columns/SolidSelectionStaticColumn.js +1 -1
  842. package/dist/components/core/list/columns/SolidSelectionStaticColumn.js.map +1 -1
  843. package/dist/components/core/list/columns/SolidSelectionStaticColumn.tsx +1 -1
  844. package/dist/components/core/list/columns/SolidShortTextColumn.js +1 -1
  845. package/dist/components/core/list/columns/SolidShortTextColumn.js.map +1 -1
  846. package/dist/components/core/list/columns/SolidShortTextColumn.tsx +1 -1
  847. package/dist/components/core/list/columns/SolidTimeColumn.js +1 -1
  848. package/dist/components/core/list/columns/SolidTimeColumn.js.map +1 -1
  849. package/dist/components/core/list/columns/SolidTimeColumn.tsx +1 -1
  850. package/dist/components/core/list/columns/SolidUuidColumn.js +1 -1
  851. package/dist/components/core/list/columns/SolidUuidColumn.js.map +1 -1
  852. package/dist/components/core/list/columns/SolidUuidColumn.tsx +1 -1
  853. package/dist/components/core/list/columns/relations/SolidRelationManyToManyColumn.js +1 -1
  854. package/dist/components/core/list/columns/relations/SolidRelationManyToManyColumn.js.map +1 -1
  855. package/dist/components/core/list/columns/relations/SolidRelationManyToManyColumn.tsx +1 -1
  856. package/dist/components/core/list/columns/relations/SolidRelationManyToOneColumn.d.ts.map +1 -1
  857. package/dist/components/core/list/columns/relations/SolidRelationManyToOneColumn.js +5 -7
  858. package/dist/components/core/list/columns/relations/SolidRelationManyToOneColumn.js.map +1 -1
  859. package/dist/components/core/list/columns/relations/SolidRelationManyToOneColumn.tsx +9 -11
  860. package/dist/components/core/list/columns/relations/SolidRelationOneToManyColumn.js +1 -1
  861. package/dist/components/core/list/columns/relations/SolidRelationOneToManyColumn.js.map +1 -1
  862. package/dist/components/core/list/columns/relations/SolidRelationOneToManyColumn.tsx +1 -1
  863. package/dist/components/core/list/widgets/SolidChatterMessageCoModelEntityIdListViewWidget.d.ts +3 -0
  864. package/dist/components/core/list/widgets/SolidChatterMessageCoModelEntityIdListViewWidget.d.ts.map +1 -0
  865. package/dist/components/core/list/widgets/SolidChatterMessageCoModelEntityIdListViewWidget.js +87 -0
  866. package/dist/components/core/list/widgets/SolidChatterMessageCoModelEntityIdListViewWidget.js.map +1 -0
  867. package/dist/components/core/list/widgets/SolidChatterMessageCoModelEntityIdListViewWidget.tsx +70 -0
  868. package/dist/components/core/list/widgets/SolidMqMessageStageListViewWidget.d.ts +3 -0
  869. package/dist/components/core/list/widgets/SolidMqMessageStageListViewWidget.d.ts.map +1 -0
  870. package/dist/components/core/list/widgets/SolidMqMessageStageListViewWidget.js +33 -0
  871. package/dist/components/core/list/widgets/SolidMqMessageStageListViewWidget.js.map +1 -0
  872. package/dist/components/core/list/widgets/SolidMqMessageStageListViewWidget.tsx +50 -0
  873. package/dist/components/core/list/widgets/SolidSummarizeListHeaderActionMqMessages.d.ts +3 -0
  874. package/dist/components/core/list/widgets/SolidSummarizeListHeaderActionMqMessages.d.ts.map +1 -0
  875. package/dist/components/core/list/widgets/SolidSummarizeListHeaderActionMqMessages.js +158 -0
  876. package/dist/components/core/list/widgets/SolidSummarizeListHeaderActionMqMessages.js.map +1 -0
  877. package/dist/components/core/list/widgets/SolidSummarizeListHeaderActionMqMessages.tsx +185 -0
  878. package/dist/components/core/locales/SolidChatterLocaleTabView.d.ts.map +1 -1
  879. package/dist/components/core/locales/SolidChatterLocaleTabView.js +56 -7
  880. package/dist/components/core/locales/SolidChatterLocaleTabView.js.map +1 -1
  881. package/dist/components/core/locales/SolidChatterLocaleTabView.tsx +97 -42
  882. package/dist/components/core/locales/SolidLocale.d.ts.map +1 -1
  883. package/dist/components/core/locales/SolidLocale.js +6 -10
  884. package/dist/components/core/locales/SolidLocale.js.map +1 -1
  885. package/dist/components/core/locales/SolidLocale.tsx +23 -29
  886. package/dist/components/core/locales/solid-locale.css +142 -23
  887. package/dist/components/core/model/CreateModel.d.ts.map +1 -1
  888. package/dist/components/core/model/CreateModel.js +58 -63
  889. package/dist/components/core/model/CreateModel.js.map +1 -1
  890. package/dist/components/core/model/CreateModel.tsx +179 -213
  891. package/dist/components/core/model/FieldMetaData.d.ts.map +1 -1
  892. package/dist/components/core/model/FieldMetaData.js +29 -40
  893. package/dist/components/core/model/FieldMetaData.js.map +1 -1
  894. package/dist/components/core/model/FieldMetaData.tsx +154 -103
  895. package/dist/components/core/model/FieldMetaDataForm.d.ts.map +1 -1
  896. package/dist/components/core/model/FieldMetaDataForm.js +521 -270
  897. package/dist/components/core/model/FieldMetaDataForm.js.map +1 -1
  898. package/dist/components/core/model/FieldMetaDataForm.tsx +1142 -956
  899. package/dist/components/core/model/FieldSelector.d.ts +5 -1
  900. package/dist/components/core/model/FieldSelector.d.ts.map +1 -1
  901. package/dist/components/core/model/FieldSelector.js +52 -30
  902. package/dist/components/core/model/FieldSelector.js.map +1 -1
  903. package/dist/components/core/model/FieldSelector.tsx +119 -57
  904. package/dist/components/core/model/ModelListViewData.d.ts.map +1 -1
  905. package/dist/components/core/model/ModelListViewData.js +110 -91
  906. package/dist/components/core/model/ModelListViewData.js.map +1 -1
  907. package/dist/components/core/model/ModelListViewData.tsx +172 -220
  908. package/dist/components/core/model/ModelMetaData.d.ts.map +1 -1
  909. package/dist/components/core/model/ModelMetaData.js +105 -61
  910. package/dist/components/core/model/ModelMetaData.js.map +1 -1
  911. package/dist/components/core/model/ModelMetaData.tsx +277 -457
  912. package/dist/components/core/module/CreateModule.d.ts +1 -1
  913. package/dist/components/core/module/CreateModule.d.ts.map +1 -1
  914. package/dist/components/core/module/CreateModule.js +33 -54
  915. package/dist/components/core/module/CreateModule.js.map +1 -1
  916. package/dist/components/core/module/CreateModule.tsx +273 -299
  917. package/dist/components/core/module/ModuleListViewData.d.ts.map +1 -1
  918. package/dist/components/core/module/ModuleListViewData.js +104 -135
  919. package/dist/components/core/module/ModuleListViewData.js.map +1 -1
  920. package/dist/components/core/module/ModuleListViewData.tsx +172 -278
  921. package/dist/components/core/solid-ai/SolidAiChat.d.ts.map +1 -1
  922. package/dist/components/core/solid-ai/SolidAiChat.js +25 -20
  923. package/dist/components/core/solid-ai/SolidAiChat.js.map +1 -1
  924. package/dist/components/core/solid-ai/SolidAiChat.tsx +80 -31
  925. package/dist/components/core/solid-ai/SolidAiMainWrapper.d.ts.map +1 -1
  926. package/dist/components/core/solid-ai/SolidAiMainWrapper.js +5 -2
  927. package/dist/components/core/solid-ai/SolidAiMainWrapper.js.map +1 -1
  928. package/dist/components/core/solid-ai/SolidAiMainWrapper.tsx +7 -2
  929. package/dist/components/core/tree/SolidTreeTable.d.ts +73 -0
  930. package/dist/components/core/tree/SolidTreeTable.d.ts.map +1 -0
  931. package/dist/components/core/tree/SolidTreeTable.js +275 -0
  932. package/dist/components/core/tree/SolidTreeTable.js.map +1 -0
  933. package/dist/components/core/tree/SolidTreeTable.tsx +522 -0
  934. package/dist/components/core/tree/SolidTreeView.d.ts.map +1 -1
  935. package/dist/components/core/tree/SolidTreeView.js +266 -244
  936. package/dist/components/core/tree/SolidTreeView.js.map +1 -1
  937. package/dist/components/core/tree/SolidTreeView.tsx +606 -625
  938. package/dist/components/core/users/ApiKeysTab/ApiKeysTab.css +38 -0
  939. package/dist/components/core/users/ApiKeysTab/ApiKeysTab.d.ts +8 -0
  940. package/dist/components/core/users/ApiKeysTab/ApiKeysTab.d.ts.map +1 -0
  941. package/dist/components/core/users/ApiKeysTab/ApiKeysTab.js +139 -0
  942. package/dist/components/core/users/ApiKeysTab/ApiKeysTab.js.map +1 -0
  943. package/dist/components/core/users/ApiKeysTab/ApiKeysTab.tsx +256 -0
  944. package/dist/components/core/users/ApiKeysTab/GenerateApiKeyModal.d.ts +9 -0
  945. package/dist/components/core/users/ApiKeysTab/GenerateApiKeyModal.d.ts.map +1 -0
  946. package/dist/components/core/users/ApiKeysTab/GenerateApiKeyModal.js +157 -0
  947. package/dist/components/core/users/ApiKeysTab/GenerateApiKeyModal.js.map +1 -0
  948. package/dist/components/core/users/ApiKeysTab/GenerateApiKeyModal.tsx +183 -0
  949. package/dist/components/core/users/ApiKeysTab/RevealApiKeyModal.d.ts +9 -0
  950. package/dist/components/core/users/ApiKeysTab/RevealApiKeyModal.d.ts.map +1 -0
  951. package/dist/components/core/users/ApiKeysTab/RevealApiKeyModal.js +37 -0
  952. package/dist/components/core/users/ApiKeysTab/RevealApiKeyModal.js.map +1 -0
  953. package/dist/components/core/users/ApiKeysTab/RevealApiKeyModal.tsx +111 -0
  954. package/dist/components/core/users/ApiKeysTab/index.d.ts +4 -0
  955. package/dist/components/core/users/ApiKeysTab/index.d.ts.map +1 -0
  956. package/dist/components/core/users/ApiKeysTab/index.js +4 -0
  957. package/dist/components/core/users/ApiKeysTab/index.js.map +1 -0
  958. package/dist/components/core/users/ApiKeysTab/index.ts +3 -0
  959. package/dist/components/core/users/CreateUser.d.ts.map +1 -1
  960. package/dist/components/core/users/CreateUser.js +147 -155
  961. package/dist/components/core/users/CreateUser.js.map +1 -1
  962. package/dist/components/core/users/CreateUser.tsx +396 -370
  963. package/dist/components/core/users/CreateUserRole.d.ts.map +1 -1
  964. package/dist/components/core/users/CreateUserRole.js +14 -21
  965. package/dist/components/core/users/CreateUserRole.js.map +1 -1
  966. package/dist/components/core/users/CreateUserRole.tsx +16 -33
  967. package/dist/components/core/users/UserListView.d.ts.map +1 -1
  968. package/dist/components/core/users/UserListView.js +95 -92
  969. package/dist/components/core/users/UserListView.js.map +1 -1
  970. package/dist/components/core/users/UserListView.tsx +286 -330
  971. package/dist/components/layout/AdminLayout.d.ts.map +1 -1
  972. package/dist/components/layout/AdminLayout.js +4 -12
  973. package/dist/components/layout/AdminLayout.js.map +1 -1
  974. package/dist/components/layout/AdminLayout.tsx +22 -31
  975. package/dist/components/layout/AppConfig.d.ts +2 -2
  976. package/dist/components/layout/AppConfig.d.ts.map +1 -1
  977. package/dist/components/layout/AppConfig.js +9 -47
  978. package/dist/components/layout/AppConfig.js.map +1 -1
  979. package/dist/components/layout/AppConfig.tsx +10 -98
  980. package/dist/components/layout/AppSidebar.d.ts.map +1 -1
  981. package/dist/components/layout/AppSidebar.js +215 -84
  982. package/dist/components/layout/AppSidebar.js.map +1 -1
  983. package/dist/components/layout/AppSidebar.tsx +357 -163
  984. package/dist/components/layout/DashboardHeader.d.ts.map +1 -1
  985. package/dist/components/layout/DashboardHeader.js +11 -17
  986. package/dist/components/layout/DashboardHeader.js.map +1 -1
  987. package/dist/components/layout/DashboardHeader.tsx +40 -35
  988. package/dist/components/layout/FilterMenu.d.ts.map +1 -1
  989. package/dist/components/layout/FilterMenu.js +4 -7
  990. package/dist/components/layout/FilterMenu.js.map +1 -1
  991. package/dist/components/layout/FilterMenu.tsx +22 -20
  992. package/dist/components/layout/GlobalSearch.d.ts.map +1 -1
  993. package/dist/components/layout/GlobalSearch.js +2 -6
  994. package/dist/components/layout/GlobalSearch.js.map +1 -1
  995. package/dist/components/layout/GlobalSearch.tsx +7 -13
  996. package/dist/components/layout/Layout.d.ts.map +1 -1
  997. package/dist/components/layout/Layout.js +11 -130
  998. package/dist/components/layout/Layout.js.map +1 -1
  999. package/dist/components/layout/Layout.tsx +18 -161
  1000. package/dist/components/layout/ListingHeader.d.ts.map +1 -1
  1001. package/dist/components/layout/ListingHeader.js +4 -8
  1002. package/dist/components/layout/ListingHeader.js.map +1 -1
  1003. package/dist/components/layout/ListingHeader.tsx +3 -9
  1004. package/dist/components/layout/SolidAiStudioLayout.d.ts.map +1 -1
  1005. package/dist/components/layout/SolidAiStudioLayout.js +130 -64
  1006. package/dist/components/layout/SolidAiStudioLayout.js.map +1 -1
  1007. package/dist/components/layout/SolidAiStudioLayout.tsx +141 -189
  1008. package/dist/components/layout/UserSidebar.d.ts.map +1 -1
  1009. package/dist/components/layout/UserSidebar.js +5 -4
  1010. package/dist/components/layout/UserSidebar.js.map +1 -1
  1011. package/dist/components/layout/UserSidebar.tsx +6 -5
  1012. package/dist/components/layout/context/layoutcontext.d.ts.map +1 -1
  1013. package/dist/components/layout/context/layoutcontext.js +31 -6
  1014. package/dist/components/layout/context/layoutcontext.js.map +1 -1
  1015. package/dist/components/layout/context/layoutcontext.tsx +31 -2
  1016. package/dist/components/layout/navbar-one.d.ts.map +1 -1
  1017. package/dist/components/layout/navbar-one.js +3 -8
  1018. package/dist/components/layout/navbar-one.js.map +1 -1
  1019. package/dist/components/layout/navbar-one.tsx +24 -15
  1020. package/dist/components/layout/navbar-two-menu.d.ts.map +1 -1
  1021. package/dist/components/layout/navbar-two-menu.js +16 -2
  1022. package/dist/components/layout/navbar-two-menu.js.map +1 -1
  1023. package/dist/components/layout/navbar-two-menu.tsx +50 -13
  1024. package/dist/components/layout/user-profile-menu.d.ts.map +1 -1
  1025. package/dist/components/layout/user-profile-menu.js +74 -59
  1026. package/dist/components/layout/user-profile-menu.js.map +1 -1
  1027. package/dist/components/layout/user-profile-menu.tsx +206 -143
  1028. package/dist/components/shad-cn-ui/SolidAccordion.d.ts +7 -0
  1029. package/dist/components/shad-cn-ui/SolidAccordion.d.ts.map +1 -0
  1030. package/dist/components/shad-cn-ui/SolidAccordion.js +47 -0
  1031. package/dist/components/shad-cn-ui/SolidAccordion.js.map +1 -0
  1032. package/dist/components/shad-cn-ui/SolidAccordion.tsx +41 -0
  1033. package/dist/components/shad-cn-ui/SolidAutocomplete.d.ts +12 -1
  1034. package/dist/components/shad-cn-ui/SolidAutocomplete.d.ts.map +1 -1
  1035. package/dist/components/shad-cn-ui/SolidAutocomplete.js +31 -15
  1036. package/dist/components/shad-cn-ui/SolidAutocomplete.js.map +1 -1
  1037. package/dist/components/shad-cn-ui/SolidAutocomplete.tsx +60 -24
  1038. package/dist/components/shad-cn-ui/SolidButton.d.ts +10 -2
  1039. package/dist/components/shad-cn-ui/SolidButton.d.ts.map +1 -1
  1040. package/dist/components/shad-cn-ui/SolidButton.js +18 -2
  1041. package/dist/components/shad-cn-ui/SolidButton.js.map +1 -1
  1042. package/dist/components/shad-cn-ui/SolidButton.tsx +54 -8
  1043. package/dist/components/shad-cn-ui/SolidCheckbox.d.ts +7 -0
  1044. package/dist/components/shad-cn-ui/SolidCheckbox.d.ts.map +1 -0
  1045. package/dist/components/shad-cn-ui/SolidCheckbox.js +35 -0
  1046. package/dist/components/shad-cn-ui/SolidCheckbox.js.map +1 -0
  1047. package/dist/components/shad-cn-ui/SolidCheckbox.tsx +19 -0
  1048. package/dist/components/shad-cn-ui/SolidCodeEditor.d.ts +12 -0
  1049. package/dist/components/shad-cn-ui/SolidCodeEditor.d.ts.map +1 -0
  1050. package/dist/components/shad-cn-ui/SolidCodeEditor.js +19 -0
  1051. package/dist/components/shad-cn-ui/SolidCodeEditor.js.map +1 -0
  1052. package/dist/components/shad-cn-ui/SolidCodeEditor.tsx +48 -0
  1053. package/dist/components/shad-cn-ui/SolidConfirmDialog.d.ts +14 -0
  1054. package/dist/components/shad-cn-ui/SolidConfirmDialog.d.ts.map +1 -0
  1055. package/dist/components/shad-cn-ui/SolidConfirmDialog.js +8 -0
  1056. package/dist/components/shad-cn-ui/SolidConfirmDialog.js.map +1 -0
  1057. package/dist/components/shad-cn-ui/SolidConfirmDialog.tsx +50 -0
  1058. package/dist/components/shad-cn-ui/SolidDatePicker.d.ts +10 -0
  1059. package/dist/components/shad-cn-ui/SolidDatePicker.d.ts.map +1 -0
  1060. package/dist/components/shad-cn-ui/SolidDatePicker.js +66 -0
  1061. package/dist/components/shad-cn-ui/SolidDatePicker.js.map +1 -0
  1062. package/dist/components/shad-cn-ui/SolidDatePicker.tsx +72 -0
  1063. package/dist/components/shad-cn-ui/SolidDialog.d.ts +41 -0
  1064. package/dist/components/shad-cn-ui/SolidDialog.d.ts.map +1 -0
  1065. package/dist/components/shad-cn-ui/SolidDialog.js +61 -0
  1066. package/dist/components/shad-cn-ui/SolidDialog.js.map +1 -0
  1067. package/dist/components/shad-cn-ui/SolidDialog.tsx +141 -0
  1068. package/dist/components/shad-cn-ui/SolidDivider.d.ts +4 -0
  1069. package/dist/components/shad-cn-ui/SolidDivider.d.ts.map +1 -0
  1070. package/dist/components/shad-cn-ui/SolidDivider.js +6 -0
  1071. package/dist/components/shad-cn-ui/SolidDivider.js.map +1 -0
  1072. package/dist/components/shad-cn-ui/SolidDivider.tsx +5 -0
  1073. package/dist/components/shad-cn-ui/SolidDropdownMenu.d.ts +15 -0
  1074. package/dist/components/shad-cn-ui/SolidDropdownMenu.d.ts.map +1 -0
  1075. package/dist/components/shad-cn-ui/SolidDropdownMenu.js +70 -0
  1076. package/dist/components/shad-cn-ui/SolidDropdownMenu.js.map +1 -0
  1077. package/dist/components/shad-cn-ui/SolidDropdownMenu.tsx +124 -0
  1078. package/dist/components/shad-cn-ui/SolidIcon.d.ts +92 -0
  1079. package/dist/components/shad-cn-ui/SolidIcon.d.ts.map +1 -0
  1080. package/dist/components/shad-cn-ui/SolidIcon.js +149 -0
  1081. package/dist/components/shad-cn-ui/SolidIcon.js.map +1 -0
  1082. package/dist/components/shad-cn-ui/SolidIcon.tsx +223 -0
  1083. package/dist/components/shad-cn-ui/SolidInput.d.ts +1 -1
  1084. package/dist/components/shad-cn-ui/SolidInput.d.ts.map +1 -1
  1085. package/dist/components/shad-cn-ui/SolidInput.js +4 -3
  1086. package/dist/components/shad-cn-ui/SolidInput.js.map +1 -1
  1087. package/dist/components/shad-cn-ui/SolidInput.tsx +6 -4
  1088. package/dist/components/shad-cn-ui/SolidLightbox.d.ts +19 -0
  1089. package/dist/components/shad-cn-ui/SolidLightbox.d.ts.map +1 -0
  1090. package/dist/components/shad-cn-ui/SolidLightbox.js +160 -0
  1091. package/dist/components/shad-cn-ui/SolidLightbox.js.map +1 -0
  1092. package/dist/components/shad-cn-ui/SolidLightbox.tsx +281 -0
  1093. package/dist/components/shad-cn-ui/SolidMessage.d.ts +10 -0
  1094. package/dist/components/shad-cn-ui/SolidMessage.d.ts.map +1 -0
  1095. package/dist/components/shad-cn-ui/SolidMessage.js +13 -0
  1096. package/dist/components/shad-cn-ui/SolidMessage.js.map +1 -0
  1097. package/dist/components/shad-cn-ui/SolidMessage.tsx +20 -0
  1098. package/dist/components/shad-cn-ui/SolidOtpInput.d.ts +12 -0
  1099. package/dist/components/shad-cn-ui/SolidOtpInput.d.ts.map +1 -0
  1100. package/dist/components/shad-cn-ui/SolidOtpInput.js +143 -0
  1101. package/dist/components/shad-cn-ui/SolidOtpInput.js.map +1 -0
  1102. package/dist/components/shad-cn-ui/SolidOtpInput.tsx +149 -0
  1103. package/dist/components/shad-cn-ui/SolidPanel.d.ts +11 -0
  1104. package/dist/components/shad-cn-ui/SolidPanel.d.ts.map +1 -0
  1105. package/dist/components/shad-cn-ui/SolidPanel.js +17 -0
  1106. package/dist/components/shad-cn-ui/SolidPanel.js.map +1 -0
  1107. package/dist/components/shad-cn-ui/SolidPanel.tsx +36 -0
  1108. package/dist/components/shad-cn-ui/SolidPasswordInput.d.ts +7 -0
  1109. package/dist/components/shad-cn-ui/SolidPasswordInput.d.ts.map +1 -0
  1110. package/dist/components/shad-cn-ui/SolidPasswordInput.js +39 -0
  1111. package/dist/components/shad-cn-ui/SolidPasswordInput.js.map +1 -0
  1112. package/dist/components/shad-cn-ui/SolidPasswordInput.tsx +31 -0
  1113. package/dist/components/shad-cn-ui/SolidPopover.d.ts +19 -0
  1114. package/dist/components/shad-cn-ui/SolidPopover.d.ts.map +1 -0
  1115. package/dist/components/shad-cn-ui/SolidPopover.js +110 -0
  1116. package/dist/components/shad-cn-ui/SolidPopover.js.map +1 -0
  1117. package/dist/components/shad-cn-ui/SolidPopover.tsx +149 -0
  1118. package/dist/components/shad-cn-ui/SolidProgressBar.d.ts +10 -0
  1119. package/dist/components/shad-cn-ui/SolidProgressBar.d.ts.map +1 -0
  1120. package/dist/components/shad-cn-ui/SolidProgressBar.js +14 -0
  1121. package/dist/components/shad-cn-ui/SolidProgressBar.js.map +1 -0
  1122. package/dist/components/shad-cn-ui/SolidProgressBar.tsx +29 -0
  1123. package/dist/components/shad-cn-ui/SolidRadioGroup.d.ts +17 -0
  1124. package/dist/components/shad-cn-ui/SolidRadioGroup.d.ts.map +1 -0
  1125. package/dist/components/shad-cn-ui/SolidRadioGroup.js +13 -0
  1126. package/dist/components/shad-cn-ui/SolidRadioGroup.js.map +1 -0
  1127. package/dist/components/shad-cn-ui/SolidRadioGroup.tsx +50 -0
  1128. package/dist/components/shad-cn-ui/SolidRichTextEditor.d.ts +17 -0
  1129. package/dist/components/shad-cn-ui/SolidRichTextEditor.d.ts.map +1 -0
  1130. package/dist/components/shad-cn-ui/SolidRichTextEditor.js +109 -0
  1131. package/dist/components/shad-cn-ui/SolidRichTextEditor.js.map +1 -0
  1132. package/dist/components/shad-cn-ui/SolidRichTextEditor.tsx +146 -0
  1133. package/dist/components/shad-cn-ui/SolidSegmentedControl.d.ts +17 -0
  1134. package/dist/components/shad-cn-ui/SolidSegmentedControl.d.ts.map +1 -0
  1135. package/dist/components/shad-cn-ui/SolidSegmentedControl.js +34 -0
  1136. package/dist/components/shad-cn-ui/SolidSegmentedControl.js.map +1 -0
  1137. package/dist/components/shad-cn-ui/SolidSegmentedControl.tsx +60 -0
  1138. package/dist/components/shad-cn-ui/SolidSelect.d.ts +2 -1
  1139. package/dist/components/shad-cn-ui/SolidSelect.d.ts.map +1 -1
  1140. package/dist/components/shad-cn-ui/SolidSelect.js +4 -3
  1141. package/dist/components/shad-cn-ui/SolidSelect.js.map +1 -1
  1142. package/dist/components/shad-cn-ui/SolidSelect.tsx +5 -2
  1143. package/dist/components/shad-cn-ui/SolidSlider.d.ts +12 -0
  1144. package/dist/components/shad-cn-ui/SolidSlider.d.ts.map +1 -0
  1145. package/dist/components/shad-cn-ui/SolidSlider.js +13 -0
  1146. package/dist/components/shad-cn-ui/SolidSlider.js.map +1 -0
  1147. package/dist/components/shad-cn-ui/SolidSlider.tsx +30 -0
  1148. package/dist/components/shad-cn-ui/SolidSpinner.d.ts +8 -0
  1149. package/dist/components/shad-cn-ui/SolidSpinner.d.ts.map +1 -0
  1150. package/dist/components/shad-cn-ui/SolidSpinner.js +14 -0
  1151. package/dist/components/shad-cn-ui/SolidSpinner.js.map +1 -0
  1152. package/dist/components/shad-cn-ui/SolidSpinner.tsx +21 -0
  1153. package/dist/components/shad-cn-ui/SolidSwitch.d.ts +10 -0
  1154. package/dist/components/shad-cn-ui/SolidSwitch.d.ts.map +1 -0
  1155. package/dist/components/shad-cn-ui/SolidSwitch.js +18 -0
  1156. package/dist/components/shad-cn-ui/SolidSwitch.js.map +1 -0
  1157. package/dist/components/shad-cn-ui/SolidSwitch.tsx +34 -0
  1158. package/dist/components/shad-cn-ui/SolidTabs.d.ts +3 -1
  1159. package/dist/components/shad-cn-ui/SolidTabs.d.ts.map +1 -1
  1160. package/dist/components/shad-cn-ui/SolidTabs.js +4 -4
  1161. package/dist/components/shad-cn-ui/SolidTabs.js.map +1 -1
  1162. package/dist/components/shad-cn-ui/SolidTabs.tsx +16 -4
  1163. package/dist/components/shad-cn-ui/SolidTag.d.ts +9 -0
  1164. package/dist/components/shad-cn-ui/SolidTag.d.ts.map +1 -0
  1165. package/dist/components/shad-cn-ui/SolidTag.js +13 -0
  1166. package/dist/components/shad-cn-ui/SolidTag.js.map +1 -0
  1167. package/dist/components/shad-cn-ui/SolidTag.tsx +15 -0
  1168. package/dist/components/shad-cn-ui/SolidTextarea.d.ts +5 -0
  1169. package/dist/components/shad-cn-ui/SolidTextarea.d.ts.map +1 -0
  1170. package/dist/components/shad-cn-ui/SolidTextarea.js +36 -0
  1171. package/dist/components/shad-cn-ui/SolidTextarea.js.map +1 -0
  1172. package/dist/components/shad-cn-ui/SolidTextarea.tsx +26 -0
  1173. package/dist/components/shad-cn-ui/SolidToast.d.ts +13 -0
  1174. package/dist/components/shad-cn-ui/SolidToast.d.ts.map +1 -0
  1175. package/dist/components/shad-cn-ui/SolidToast.js +34 -0
  1176. package/dist/components/shad-cn-ui/SolidToast.js.map +1 -0
  1177. package/dist/components/shad-cn-ui/SolidToast.tsx +55 -0
  1178. package/dist/components/shad-cn-ui/SolidTooltip.d.ts +22 -0
  1179. package/dist/components/shad-cn-ui/SolidTooltip.d.ts.map +1 -0
  1180. package/dist/components/shad-cn-ui/SolidTooltip.js +22 -0
  1181. package/dist/components/shad-cn-ui/SolidTooltip.js.map +1 -0
  1182. package/dist/components/shad-cn-ui/SolidTooltip.tsx +65 -0
  1183. package/dist/components/shad-cn-ui/index.d.ts +26 -0
  1184. package/dist/components/shad-cn-ui/index.d.ts.map +1 -1
  1185. package/dist/components/shad-cn-ui/index.js +26 -0
  1186. package/dist/components/shad-cn-ui/index.js.map +1 -1
  1187. package/dist/components/shad-cn-ui/index.ts +48 -0
  1188. package/dist/components/solid-ui/SolidButton.d.ts +14 -0
  1189. package/dist/components/solid-ui/SolidButton.d.ts.map +1 -0
  1190. package/dist/components/solid-ui/SolidButton.js +36 -0
  1191. package/dist/components/solid-ui/SolidButton.js.map +1 -0
  1192. package/dist/components/solid-ui/SolidButton.tsx +54 -0
  1193. package/dist/components/solid-ui/SolidTabs.d.ts +18 -0
  1194. package/dist/components/solid-ui/SolidTabs.d.ts.map +1 -0
  1195. package/dist/components/solid-ui/SolidTabs.js +22 -0
  1196. package/dist/components/solid-ui/SolidTabs.js.map +1 -0
  1197. package/dist/components/solid-ui/SolidTabs.tsx +73 -0
  1198. package/dist/components/solid-ui/index.d.ts +3 -0
  1199. package/dist/components/solid-ui/index.d.ts.map +1 -0
  1200. package/dist/components/solid-ui/index.js +3 -0
  1201. package/dist/components/solid-ui/index.js.map +1 -0
  1202. package/dist/components/solid-ui/index.ts +2 -0
  1203. package/dist/helpers/# no such endpoints exist, need to calle +3 -0
  1204. package/dist/helpers/mediaType.d.ts +3 -0
  1205. package/dist/helpers/mediaType.d.ts.map +1 -0
  1206. package/dist/helpers/mediaType.js +19 -0
  1207. package/dist/helpers/mediaType.js.map +1 -0
  1208. package/dist/helpers/mediaType.ts +23 -0
  1209. package/dist/helpers/registry.d.ts +3 -4
  1210. package/dist/helpers/registry.d.ts.map +1 -1
  1211. package/dist/helpers/registry.js +111 -90
  1212. package/dist/helpers/registry.js.map +1 -1
  1213. package/dist/helpers/registry.ts +126 -91
  1214. package/dist/helpers/routePaths.js +1 -1
  1215. package/dist/helpers/routePaths.js.map +1 -1
  1216. package/dist/helpers/routePaths.ts +1 -1
  1217. package/dist/hooks/useSolidAutocompleteField.d.ts +31 -0
  1218. package/dist/hooks/useSolidAutocompleteField.d.ts.map +1 -0
  1219. package/dist/hooks/useSolidAutocompleteField.js +116 -0
  1220. package/dist/hooks/useSolidAutocompleteField.js.map +1 -0
  1221. package/dist/hooks/useSolidAutocompleteField.ts +90 -0
  1222. package/dist/index.d.ts +18 -5
  1223. package/dist/index.d.ts.map +1 -1
  1224. package/dist/index.js +15 -5
  1225. package/dist/index.js.map +1 -1
  1226. package/dist/index.ts +95 -6
  1227. package/dist/redux/api/apiKeyApi.d.ts +47 -0
  1228. package/dist/redux/api/apiKeyApi.d.ts.map +1 -0
  1229. package/dist/redux/api/apiKeyApi.js +47 -0
  1230. package/dist/redux/api/apiKeyApi.js.map +1 -0
  1231. package/dist/redux/api/apiKeyApi.ts +69 -0
  1232. package/dist/redux/store/defaultStoreConfig.d.ts +51 -35
  1233. package/dist/redux/store/defaultStoreConfig.d.ts.map +1 -1
  1234. package/dist/redux/store/defaultStoreConfig.js +32 -3
  1235. package/dist/redux/store/defaultStoreConfig.js.map +1 -1
  1236. package/dist/redux/store/defaultStoreConfig.ts +33 -33
  1237. package/dist/resources/globals.css +3231 -808
  1238. package/dist/resources/images/SolidXLogo-dark.svg +29 -0
  1239. package/dist/resources/images/SolidXLogo-light.svg +29 -0
  1240. package/dist/resources/shadcn-base.css +3040 -865
  1241. package/dist/resources/solid-responsive.css +42 -86
  1242. package/dist/resources/themes/solid-dark-purple/theme.css +15 -20
  1243. package/dist/resources/themes/solid-light-purple/theme.css +14 -19
  1244. package/dist/routes/AppEventListener.d.ts +1 -1
  1245. package/dist/routes/AppEventListener.d.ts.map +1 -1
  1246. package/dist/routes/AppEventListener.js +3 -1
  1247. package/dist/routes/AppEventListener.js.map +1 -1
  1248. package/dist/routes/AppEventListener.tsx +7 -1
  1249. package/dist/routes/guards/AuthGuard.d.ts +5 -1
  1250. package/dist/routes/guards/AuthGuard.d.ts.map +1 -1
  1251. package/dist/routes/guards/AuthGuard.js +13 -2
  1252. package/dist/routes/guards/AuthGuard.js.map +1 -1
  1253. package/dist/routes/guards/AuthGuard.tsx +27 -3
  1254. package/dist/routes/guards/GuestGuard.d.ts +2 -0
  1255. package/dist/routes/guards/GuestGuard.d.ts.map +1 -0
  1256. package/dist/routes/guards/GuestGuard.js +18 -0
  1257. package/dist/routes/guards/GuestGuard.js.map +1 -0
  1258. package/dist/routes/guards/GuestGuard.tsx +20 -0
  1259. package/dist/routes/pages/admin/core/CardPage.d.ts +2 -0
  1260. package/dist/routes/pages/admin/core/CardPage.d.ts.map +1 -0
  1261. package/dist/routes/pages/admin/core/CardPage.js +22 -0
  1262. package/dist/routes/pages/admin/core/CardPage.js.map +1 -0
  1263. package/dist/routes/pages/admin/core/CardPage.tsx +10 -0
  1264. package/dist/routes/pages/auth/SsoPage.d.ts.map +1 -1
  1265. package/dist/routes/pages/auth/SsoPage.js +4 -5
  1266. package/dist/routes/pages/auth/SsoPage.js.map +1 -1
  1267. package/dist/routes/pages/auth/SsoPage.tsx +7 -15
  1268. package/dist/routes/pages/studio/StudioLandingPage.js +3 -3
  1269. package/dist/routes/pages/studio/StudioLandingPage.js.map +1 -1
  1270. package/dist/routes/pages/studio/StudioLandingPage.tsx +5 -5
  1271. package/dist/routes/solidRoutes.d.ts.map +1 -1
  1272. package/dist/routes/solidRoutes.js +18 -1
  1273. package/dist/routes/solidRoutes.js.map +1 -1
  1274. package/dist/routes/solidRoutes.tsx +19 -1
  1275. package/dist/routes/types.d.ts +1 -1
  1276. package/dist/routes/types.d.ts.map +1 -1
  1277. package/dist/routes/types.js.map +1 -1
  1278. package/dist/routes/types.ts +5 -1
  1279. package/dist/styles.d.ts +1 -0
  1280. package/dist/styles.d.ts.map +1 -1
  1281. package/dist/styles.js +1 -0
  1282. package/dist/styles.js.map +1 -1
  1283. package/dist/styles.ts +1 -0
  1284. package/dist/types/extension-registry.d.ts +28 -0
  1285. package/dist/types/extension-registry.d.ts.map +1 -0
  1286. package/dist/types/extension-registry.js +26 -0
  1287. package/dist/types/extension-registry.js.map +1 -0
  1288. package/dist/types/extension-registry.ts +32 -0
  1289. package/dist/types/external.d.ts +11 -0
  1290. package/dist/types/layout.d.ts +4 -2
  1291. package/dist/types/solid-core.d.ts +30 -27
  1292. package/package.json +10 -4
  1293. package/dist/components/auth/SolidOTPVerify.d.ts +0 -3
  1294. package/dist/components/auth/SolidOTPVerify.d.ts.map +0 -1
  1295. package/dist/components/auth/SolidOTPVerify.js +0 -67
  1296. package/dist/components/auth/SolidOTPVerify.js.map +0 -1
  1297. package/dist/components/auth/SolidOTPVerify.tsx +0 -133
  1298. package/dist/components/core/common/LoadDynamicJsxComponent.d.ts +0 -2
  1299. package/dist/components/core/common/LoadDynamicJsxComponent.d.ts.map +0 -1
  1300. package/dist/components/core/common/LoadDynamicJsxComponent.js +0 -50
  1301. package/dist/components/core/common/LoadDynamicJsxComponent.js.map +0 -1
  1302. package/dist/components/core/common/LoadDynamicJsxComponent.tsx +0 -70
  1303. package/dist/nextAuth/authProviders.d.ts +0 -4
  1304. package/dist/nextAuth/authProviders.d.ts.map +0 -1
  1305. package/dist/nextAuth/authProviders.js +0 -198
  1306. package/dist/nextAuth/authProviders.js.map +0 -1
  1307. package/dist/nextAuth/authProviders.tsx +0 -232
  1308. package/dist/nextAuth/handleLogout.d.ts +0 -2
  1309. package/dist/nextAuth/handleLogout.d.ts.map +0 -1
  1310. package/dist/nextAuth/handleLogout.js +0 -36
  1311. package/dist/nextAuth/handleLogout.js.map +0 -1
  1312. package/dist/nextAuth/handleLogout.tsx +0 -39
  1313. package/dist/nextAuth/refreshAccessToken.d.ts +0 -2
  1314. package/dist/nextAuth/refreshAccessToken.d.ts.map +0 -1
  1315. package/dist/nextAuth/refreshAccessToken.js +0 -24
  1316. package/dist/nextAuth/refreshAccessToken.js.map +0 -1
  1317. package/dist/nextAuth/refreshAccessToken.tsx +0 -28
  1318. package/dist/redux/features/settingsSlice.d.ts +0 -20
  1319. package/dist/redux/features/settingsSlice.d.ts.map +0 -1
  1320. package/dist/redux/features/settingsSlice.js +0 -39
  1321. package/dist/redux/features/settingsSlice.js.map +0 -1
  1322. package/dist/redux/features/settingsSlice.ts +0 -60
@@ -1 +1 @@
1
- {"version":3,"file":"DropzonePlaceholder.d.ts","sourceRoot":"","sources":["../../../src/components/common/DropzonePlaceholder.tsx"],"names":[],"mappings":"AAGA,UAAU,wBAAwB;IAC9B,UAAU,CAAC,EAAE,MAAM,EAAE,CAAC;IACtB,cAAc,CAAC,EAAE,MAAM,CAAC;CAC3B;AAED,eAAO,MAAM,mBAAmB,mCAAoC,wBAAwB,4CAsB3F,CAAA"}
1
+ {"version":3,"file":"DropzonePlaceholder.d.ts","sourceRoot":"","sources":["../../../src/components/common/DropzonePlaceholder.tsx"],"names":[],"mappings":"AAGA,UAAU,wBAAwB;IAC9B,UAAU,CAAC,EAAE,MAAM,EAAE,CAAC;IACtB,cAAc,CAAC,EAAE,MAAM,CAAC;CAC3B;AAED,eAAO,MAAM,mBAAmB,mCAAoC,wBAAwB,4CAwB3F,CAAA"}
@@ -1,5 +1,5 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- import { Button } from "primereact/button";
2
+ import { SolidButton } from "../shad-cn-ui";
3
3
  export var DropzonePlaceholder = function (_a) {
4
4
  var mediaTypes = _a.mediaTypes, mediaMaxSizeKb = _a.mediaMaxSizeKb;
5
5
  var supportedFormats = (mediaTypes === null || mediaTypes === void 0 ? void 0 : mediaTypes.length)
@@ -7,6 +7,6 @@ export var DropzonePlaceholder = function (_a) {
7
7
  : "PDF, JPEG | File";
8
8
  // Convert max size from KB to MB and ensure it's at least 1MB
9
9
  var maxSizeMB = mediaMaxSizeKb ? (mediaMaxSizeKb / 1024).toFixed(1) : "10";
10
- return (_jsxs("div", { className: 'solid-dropzone', children: [_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", children: _jsx("path", { d: "M11 16V7.85L8.4 10.45L7 9L12 4L17 9L15.6 10.45L13 7.85V16H11ZM6 20C5.45 20 4.97917 19.8042 4.5875 19.4125C4.19583 19.0208 4 18.55 4 18V15H6V18H18V15H20V18C20 18.55 19.8042 19.0208 19.4125 19.4125C19.0208 19.8042 18.55 20 18 20H6Z", fill: "#666666" }) }), _jsxs("div", { className: 'font-bold mt-2 text-center', children: ["Drag and Drop or ", _jsx("span", { className: 'text-primary', children: " choose files" }), " to upload"] }), _jsxs("p", { children: ["Supported format: ", supportedFormats, " | Max size: ", maxSizeMB, " MB"] }), _jsx("div", { children: _jsx(Button, { outlined: true, size: 'small', severity: 'secondary', label: 'Click to Browse', type: "button" }) })] }));
10
+ return (_jsxs("div", { className: 'solid-dropzone', children: [_jsx("svg", { className: "solid-dropzone-icon", xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", "aria-hidden": "true", children: _jsx("path", { d: "M11 16V7.85L8.4 10.45L7 9L12 4L17 9L15.6 10.45L13 7.85V16H11ZM6 20C5.45 20 4.97917 19.8042 4.5875 19.4125C4.19583 19.0208 4 18.55 4 18V15H6V18H18V15H20V18C20 18.55 19.8042 19.0208 19.4125 19.4125C19.0208 19.8042 18.55 20 18 20H6Z", fill: "currentColor" }) }), _jsxs("div", { className: 'solid-dropzone-title', children: ["Drag and Drop or ", _jsx("span", { className: 'solid-dropzone-title-accent', children: "choose files" }), " to upload"] }), _jsxs("p", { className: "solid-dropzone-meta", children: ["Supported format: ", supportedFormats, " | Max size: ", maxSizeMB, " MB"] }), _jsx("div", { children: _jsx(SolidButton, { variant: "outline", size: 'sm', type: "button", children: "Click to Browse" }) })] }));
11
11
  };
12
12
  //# sourceMappingURL=DropzonePlaceholder.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"DropzonePlaceholder.js","sourceRoot":"","sources":["../../../src/components/common/DropzonePlaceholder.tsx"],"names":[],"mappings":";AAEA,OAAO,EAAE,MAAM,EAAE,MAAM,mBAAmB,CAAC;AAM3C,MAAM,CAAC,IAAM,mBAAmB,GAAG,UAAC,EAAwD;QAAtD,UAAU,gBAAA,EAAE,cAAc,oBAAA;IAC5D,IAAM,gBAAgB,GAAG,CAAA,UAAU,aAAV,UAAU,uBAAV,UAAU,CAAE,MAAM;QACvC,CAAC,CAAC,UAAU,CAAC,GAAG,CAAC,UAAA,IAAI,IAAI,OAAA,IAAI,CAAC,WAAW,EAAE,EAAlB,CAAkB,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC;QACvD,CAAC,CAAC,kBAAkB,CAAC;IAEzB,8DAA8D;IAC9D,IAAM,SAAS,GAAG,cAAc,CAAC,CAAC,CAAC,CAAC,cAAc,GAAG,IAAI,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC;IAE7E,OAAO,CACH,eAAK,SAAS,EAAC,gBAAgB,aAC3B,cAAK,KAAK,EAAC,4BAA4B,EAAC,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,YAC1F,eAAM,CAAC,EAAC,uOAAuO,EAAC,IAAI,EAAC,SAAS,GAAG,GAC/P,EACN,eAAK,SAAS,EAAC,4BAA4B,kCACtB,eAAM,SAAS,EAAC,cAAc,8BAAqB,kBAClE,EACN,8CAAsB,gBAAgB,mBAAe,SAAS,WAAQ,EACtE,wBACI,KAAC,MAAM,IAAC,QAAQ,QAAC,IAAI,EAAC,OAAO,EAAC,QAAQ,EAAC,WAAW,EAAC,KAAK,EAAC,iBAAiB,EAAC,IAAI,EAAC,QAAQ,GAAG,GACzF,IACJ,CACT,CAAA;AACL,CAAC,CAAA","sourcesContent":["\n\nimport { Button } from \"primereact/button\";\ninterface DropzonePlaceholderProps {\n mediaTypes?: string[];\n mediaMaxSizeKb?: number;\n}\n\nexport const DropzonePlaceholder = ({ mediaTypes, mediaMaxSizeKb }: DropzonePlaceholderProps) => {\n const supportedFormats = mediaTypes?.length\n ? mediaTypes.map(type => type.toUpperCase()).join(\", \")\n : \"PDF, JPEG | File\";\n\n // Convert max size from KB to MB and ensure it's at least 1MB\n const maxSizeMB = mediaMaxSizeKb ? (mediaMaxSizeKb / 1024).toFixed(1) : \"10\";\n\n return (\n <div className='solid-dropzone'>\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\">\n <path d=\"M11 16V7.85L8.4 10.45L7 9L12 4L17 9L15.6 10.45L13 7.85V16H11ZM6 20C5.45 20 4.97917 19.8042 4.5875 19.4125C4.19583 19.0208 4 18.55 4 18V15H6V18H18V15H20V18C20 18.55 19.8042 19.0208 19.4125 19.4125C19.0208 19.8042 18.55 20 18 20H6Z\" fill=\"#666666\" />\n </svg>\n <div className='font-bold mt-2 text-center'>\n Drag and Drop or <span className='text-primary'> choose files</span> to upload\n </div>\n <p>Supported format: {supportedFormats} | Max size: {maxSizeMB} MB</p>\n <div>\n <Button outlined size='small' severity='secondary' label='Click to Browse' type=\"button\" />\n </div>\n </div>\n )\n}"]}
1
+ {"version":3,"file":"DropzonePlaceholder.js","sourceRoot":"","sources":["../../../src/components/common/DropzonePlaceholder.tsx"],"names":[],"mappings":";AAEA,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAM5C,MAAM,CAAC,IAAM,mBAAmB,GAAG,UAAC,EAAwD;QAAtD,UAAU,gBAAA,EAAE,cAAc,oBAAA;IAC5D,IAAM,gBAAgB,GAAG,CAAA,UAAU,aAAV,UAAU,uBAAV,UAAU,CAAE,MAAM;QACvC,CAAC,CAAC,UAAU,CAAC,GAAG,CAAC,UAAA,IAAI,IAAI,OAAA,IAAI,CAAC,WAAW,EAAE,EAAlB,CAAkB,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC;QACvD,CAAC,CAAC,kBAAkB,CAAC;IAEzB,8DAA8D;IAC9D,IAAM,SAAS,GAAG,cAAc,CAAC,CAAC,CAAC,CAAC,cAAc,GAAG,IAAI,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC;IAE7E,OAAO,CACH,eAAK,SAAS,EAAC,gBAAgB,aAC3B,cAAK,SAAS,EAAC,qBAAqB,EAAC,KAAK,EAAC,4BAA4B,EAAC,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,iBAAa,MAAM,YAC7I,eAAM,CAAC,EAAC,uOAAuO,EAAC,IAAI,EAAC,cAAc,GAAG,GACpQ,EACN,eAAK,SAAS,EAAC,sBAAsB,kCAChB,eAAM,SAAS,EAAC,6BAA6B,6BAAoB,kBAChF,EACN,aAAG,SAAS,EAAC,qBAAqB,mCAAoB,gBAAgB,mBAAe,SAAS,WAAQ,EACtG,wBACI,KAAC,WAAW,IAAC,OAAO,EAAC,SAAS,EAAC,IAAI,EAAC,IAAI,EAAC,IAAI,EAAC,QAAQ,gCAExC,GACZ,IACJ,CACT,CAAA;AACL,CAAC,CAAA","sourcesContent":["\n\nimport { SolidButton } from \"../shad-cn-ui\";\ninterface DropzonePlaceholderProps {\n mediaTypes?: string[];\n mediaMaxSizeKb?: number;\n}\n\nexport const DropzonePlaceholder = ({ mediaTypes, mediaMaxSizeKb }: DropzonePlaceholderProps) => {\n const supportedFormats = mediaTypes?.length\n ? mediaTypes.map(type => type.toUpperCase()).join(\", \")\n : \"PDF, JPEG | File\";\n\n // Convert max size from KB to MB and ensure it's at least 1MB\n const maxSizeMB = mediaMaxSizeKb ? (mediaMaxSizeKb / 1024).toFixed(1) : \"10\";\n\n return (\n <div className='solid-dropzone'>\n <svg className=\"solid-dropzone-icon\" xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" aria-hidden=\"true\">\n <path d=\"M11 16V7.85L8.4 10.45L7 9L12 4L17 9L15.6 10.45L13 7.85V16H11ZM6 20C5.45 20 4.97917 19.8042 4.5875 19.4125C4.19583 19.0208 4 18.55 4 18V15H6V18H18V15H20V18C20 18.55 19.8042 19.0208 19.4125 19.4125C19.0208 19.8042 18.55 20 18 20H6Z\" fill=\"currentColor\" />\n </svg>\n <div className='solid-dropzone-title'>\n Drag and Drop or <span className='solid-dropzone-title-accent'>choose files</span> to upload\n </div>\n <p className=\"solid-dropzone-meta\">Supported format: {supportedFormats} | Max size: {maxSizeMB} MB</p>\n <div>\n <SolidButton variant=\"outline\" size='sm' type=\"button\">\n Click to Browse\n </SolidButton>\n </div>\n </div>\n )\n}\n"]}
@@ -1,6 +1,6 @@
1
1
 
2
2
 
3
- import { Button } from "primereact/button";
3
+ import { SolidButton } from "../shad-cn-ui";
4
4
  interface DropzonePlaceholderProps {
5
5
  mediaTypes?: string[];
6
6
  mediaMaxSizeKb?: number;
@@ -16,16 +16,18 @@ export const DropzonePlaceholder = ({ mediaTypes, mediaMaxSizeKb }: DropzonePlac
16
16
 
17
17
  return (
18
18
  <div className='solid-dropzone'>
19
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
20
- <path d="M11 16V7.85L8.4 10.45L7 9L12 4L17 9L15.6 10.45L13 7.85V16H11ZM6 20C5.45 20 4.97917 19.8042 4.5875 19.4125C4.19583 19.0208 4 18.55 4 18V15H6V18H18V15H20V18C20 18.55 19.8042 19.0208 19.4125 19.4125C19.0208 19.8042 18.55 20 18 20H6Z" fill="#666666" />
19
+ <svg className="solid-dropzone-icon" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" aria-hidden="true">
20
+ <path d="M11 16V7.85L8.4 10.45L7 9L12 4L17 9L15.6 10.45L13 7.85V16H11ZM6 20C5.45 20 4.97917 19.8042 4.5875 19.4125C4.19583 19.0208 4 18.55 4 18V15H6V18H18V15H20V18C20 18.55 19.8042 19.0208 19.4125 19.4125C19.0208 19.8042 18.55 20 18 20H6Z" fill="currentColor" />
21
21
  </svg>
22
- <div className='font-bold mt-2 text-center'>
23
- Drag and Drop or <span className='text-primary'> choose files</span> to upload
22
+ <div className='solid-dropzone-title'>
23
+ Drag and Drop or <span className='solid-dropzone-title-accent'>choose files</span> to upload
24
24
  </div>
25
- <p>Supported format: {supportedFormats} | Max size: {maxSizeMB} MB</p>
25
+ <p className="solid-dropzone-meta">Supported format: {supportedFormats} | Max size: {maxSizeMB} MB</p>
26
26
  <div>
27
- <Button outlined size='small' severity='secondary' label='Click to Browse' type="button" />
27
+ <SolidButton variant="outline" size='sm' type="button">
28
+ Click to Browse
29
+ </SolidButton>
28
30
  </div>
29
31
  </div>
30
32
  )
31
- }
33
+ }
@@ -1,6 +1,6 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
- import { Button } from 'primereact/button';
2
+ import { SolidButton } from "../shad-cn-ui";
3
3
  export var DropzoneUpload = function () {
4
- return (_jsx("div", { className: 'text-center mt-2', children: _jsx(Button, { type: 'button', label: "Click here to Upload", className: 'no-underline', size: 'small', text: true, raised: false }) }));
4
+ return (_jsx("div", { className: 'text-center mt-2', children: _jsx(SolidButton, { type: 'button', label: "Click here to Upload", className: 'no-underline', size: 'small', text: true }) }));
5
5
  };
6
6
  //# sourceMappingURL=DropzoneUpload.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"DropzoneUpload.js","sourceRoot":"","sources":["../../../src/components/common/DropzoneUpload.tsx"],"names":[],"mappings":";AAEA,OAAO,EAAE,MAAM,EAAE,MAAM,mBAAmB,CAAA;AAE1C,MAAM,CAAC,IAAM,cAAc,GAAG;IAC1B,OAAO,CACH,cAAK,SAAS,EAAC,kBAAkB,YAC7B,KAAC,MAAM,IAAC,IAAI,EAAC,QAAQ,EAAC,KAAK,EAAC,sBAAsB,EAAC,SAAS,EAAC,cAAc,EAAC,IAAI,EAAC,OAAO,EAAC,IAAI,QAAC,MAAM,EAAE,KAAK,GAAG,GAC5G,CACT,CAAA;AACL,CAAC,CAAA","sourcesContent":["\n\nimport { Button } from 'primereact/button'\n\nexport const DropzoneUpload = () => {\n return (\n <div className='text-center mt-2'>\n <Button type='button' label=\"Click here to Upload\" className='no-underline' size='small' text raised={false}/>\n </div>\n )\n}"]}
1
+ {"version":3,"file":"DropzoneUpload.js","sourceRoot":"","sources":["../../../src/components/common/DropzoneUpload.tsx"],"names":[],"mappings":";AAEA,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAE5C,MAAM,CAAC,IAAM,cAAc,GAAG;IAC1B,OAAO,CACH,cAAK,SAAS,EAAC,kBAAkB,YAC7B,KAAC,WAAW,IAAC,IAAI,EAAC,QAAQ,EAAC,KAAK,EAAC,sBAAsB,EAAC,SAAS,EAAC,cAAc,EAAC,IAAI,EAAC,OAAO,EAAC,IAAI,SAAG,GACnG,CACT,CAAA;AACL,CAAC,CAAA","sourcesContent":["\n\nimport { SolidButton } from \"../shad-cn-ui\";\n\nexport const DropzoneUpload = () => {\n return (\n <div className='text-center mt-2'>\n <SolidButton type='button' label=\"Click here to Upload\" className='no-underline' size='small' text />\n </div>\n )\n}\n"]}
@@ -1,11 +1,11 @@
1
1
 
2
2
 
3
- import { Button } from 'primereact/button'
3
+ import { SolidButton } from "../shad-cn-ui";
4
4
 
5
5
  export const DropzoneUpload = () => {
6
6
  return (
7
7
  <div className='text-center mt-2'>
8
- <Button type='button' label="Click here to Upload" className='no-underline' size='small' text raised={false}/>
8
+ <SolidButton type='button' label="Click here to Upload" className='no-underline' size='small' text />
9
9
  </div>
10
10
  )
11
- }
11
+ }
@@ -1 +1 @@
1
- {"version":3,"file":"GeneralSettings.d.ts","sourceRoot":"","sources":["../../../src/components/common/GeneralSettings.tsx"],"names":[],"mappings":"AA4BA,eAAO,MAAM,eAAe,+CAmqC3B,CAAA"}
1
+ {"version":3,"file":"GeneralSettings.d.ts","sourceRoot":"","sources":["../../../src/components/common/GeneralSettings.tsx"],"names":[],"mappings":"AAuBA,eAAO,MAAM,eAAe,+CA2+B3B,CAAA"}
@@ -45,51 +45,37 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
45
45
  if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
46
46
  }
47
47
  };
48
- var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
49
- if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
50
- if (ar || !(i in from)) {
51
- if (!ar) ar = Array.prototype.slice.call(from, 0, i);
52
- ar[i] = from[i];
53
- }
54
- }
55
- return to.concat(ar || Array.prototype.slice.call(from));
56
- };
57
48
  import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
58
49
  import { useFormik } from 'formik';
59
- import { Button } from 'primereact/button';
60
- import { InputText } from 'primereact/inputtext';
61
50
  import { useCallback, useEffect, useState } from 'react';
62
- import { CancelButton } from './CancelButton';
63
- import { InputSwitch } from 'primereact/inputswitch';
64
- import { RadioButton } from 'primereact/radiobutton';
51
+ import { ApiKeysTab } from '../core/users/ApiKeysTab';
52
+ import { useSession } from '../../hooks/useSession';
53
+ import { SolidButton, SolidDivider, SolidInput, SolidSegmentedControl, SolidSwitch, SolidTabGroup, SolidTextarea } from '../shad-cn-ui';
65
54
  import { usePathname } from "../../hooks/usePathname";
66
- import { InputTextarea } from 'primereact/inputtextarea';
67
55
  import SolidLogo from '../../resources/images/SolidXLogo.svg';
68
56
  import AuthScreenRightBackgroundImage from '../../resources/images/auth/solid-left-layout-bg.png';
69
57
  import AuthScreenLeftBackgroundImage from '../../resources/images/auth/solid-right-layout-bg.png';
70
58
  import AuthScreenCenterBackgroundImage from '../../resources/images/auth/solid-login-light.png';
71
59
  import { useDropzone } from 'react-dropzone';
72
- import { Divider } from 'primereact/divider';
73
60
  import { SettingDropzoneActivePlaceholder } from './SolidSettings/SettingDropzoneActivePlaceholder';
74
61
  import { SolidUploadedImage } from './SolidSettings/SolidUploadedImage';
75
62
  import { SettingsImageRemoveButton } from './SolidSettings/SettingsImageRemoveButton';
76
- import { Dropdown } from 'primereact/dropdown';
77
- import { OpenAiProviderComponent } from './SolidSettings/LlmSettings/OpenAiProviderComponent';
78
- import { AnthropicProviderComponent } from './SolidSettings/LlmSettings/AnthropicProviderComponent';
63
+ import { AiModelConfigTab } from './SolidSettings/LlmSettings/AiModelConfigTab';
79
64
  import { useDispatch } from 'react-redux';
80
65
  import { ERROR_MESSAGES } from '../../constants/error-messages';
81
66
  import { useBulkUpdateSolidSettingsMutation, useLazyGetSolidSettingsQuery } from '../../redux/api/solidSettingsApi';
82
67
  import { env } from "../../adapters/env";
83
68
  import { showToast } from '../../redux/features/toastSlice';
84
69
  export var GeneralSettings = function () {
85
- var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z, _0, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16, _17, _18, _19, _20, _21, _22, _23, _24, _25, _26, _27, _28, _29, _30, _31, _32, _33, _34, _35, _36, _37;
86
- var _38 = useState(null), appLogoPreview = _38[0], setAppLogoPreview = _38[1];
87
- var _39 = useState(null), companyLogoPreview = _39[0], setCompanyLogoPreview = _39[1];
88
- var _40 = useState(null), authScreenRightBackgroundImagePreview = _40[0], setAuthScreenRightBackgroundImagePreview = _40[1];
89
- var _41 = useState(null), authScreenLeftBackgroundImagePreview = _41[0], setAuthScreenLeftBackgroundImagePreview = _41[1];
90
- var _42 = useState(null), authScreenCenterBackgroundImagePreview = _42[0], setAuthScreenCenterBackgroundImagePreview = _42[1];
70
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z, _0, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16, _17, _18, _19, _20, _21, _22, _23, _24, _25, _26, _27, _28, _29, _30, _31, _32, _33, _34, _35, _36, _37, _38, _39, _40, _41, _42, _43, _44, _45;
71
+ var session = useSession().data;
72
+ var _46 = useState(null), appLogoPreview = _46[0], setAppLogoPreview = _46[1];
73
+ var _47 = useState(null), companyLogoPreview = _47[0], setCompanyLogoPreview = _47[1];
74
+ var _48 = useState(null), authScreenRightBackgroundImagePreview = _48[0], setAuthScreenRightBackgroundImagePreview = _48[1];
75
+ var _49 = useState(null), authScreenLeftBackgroundImagePreview = _49[0], setAuthScreenLeftBackgroundImagePreview = _49[1];
76
+ var _50 = useState(null), authScreenCenterBackgroundImagePreview = _50[0], setAuthScreenCenterBackgroundImagePreview = _50[1];
91
77
  var dispatch = useDispatch();
92
- var _43 = useLazyGetSolidSettingsQuery(), trigger = _43[0], solidSettingsData = _43[1].data;
78
+ var _51 = useLazyGetSolidSettingsQuery(), trigger = _51[0], solidSettingsData = _51[1].data;
93
79
  useEffect(function () {
94
80
  trigger(""); // Fetch settings on mount
95
81
  }, [trigger]);
@@ -127,10 +113,26 @@ export var GeneralSettings = function () {
127
113
  authScreenRightBackgroundImage: (_29 = (_28 = solidSettingsData === null || solidSettingsData === void 0 ? void 0 : solidSettingsData.data) === null || _28 === void 0 ? void 0 : _28.authScreenRightBackgroundImage) !== null && _29 !== void 0 ? _29 : null,
128
114
  authScreenLeftBackgroundImage: (_31 = (_30 = solidSettingsData === null || solidSettingsData === void 0 ? void 0 : solidSettingsData.data) === null || _30 === void 0 ? void 0 : _30.authScreenLeftBackgroundImage) !== null && _31 !== void 0 ? _31 : null,
129
115
  authScreenCenterBackgroundImage: (_33 = (_32 = solidSettingsData === null || solidSettingsData === void 0 ? void 0 : solidSettingsData.data) === null || _32 === void 0 ? void 0 : _32.authScreenCenterBackgroundImage) !== null && _33 !== void 0 ? _33 : null,
130
- solidXGenAiCodeBuilderConfig: (_35 = (_34 = solidSettingsData === null || solidSettingsData === void 0 ? void 0 : solidSettingsData.data) === null || _34 === void 0 ? void 0 : _34.solidXGenAiCodeBuilderConfig) !== null && _35 !== void 0 ? _35 : {
131
- defaultProvider: "",
132
- availableProviders: []
133
- }
116
+ solidXGenAiCodeBuilderConfig: (function () {
117
+ var _a;
118
+ var defaultAiConfig = {
119
+ models: {
120
+ default: { providerKey: "", behavior: { streaming: false, custom: "" } },
121
+ fast: { providerKey: "", behavior: { streaming: false, custom: "" } },
122
+ },
123
+ providers: {},
124
+ };
125
+ var raw = (_a = solidSettingsData === null || solidSettingsData === void 0 ? void 0 : solidSettingsData.data) === null || _a === void 0 ? void 0 : _a.solidXGenAiCodeBuilderConfig;
126
+ if (!raw)
127
+ return defaultAiConfig;
128
+ try {
129
+ var parsed = typeof raw === "string" ? JSON.parse(raw) : raw;
130
+ return (parsed && typeof parsed === "object" ? parsed : defaultAiConfig);
131
+ }
132
+ catch (_b) {
133
+ return defaultAiConfig;
134
+ }
135
+ })(),
134
136
  // llmProvider: solidSettingsData?.data?.llmProvider ?? null,
135
137
  // llModelName: solidSettingsData?.data?.llModelName ?? null,
136
138
  // llmProviderApiKey: solidSettingsData?.data?.llmProviderApiKey ?? null,
@@ -141,18 +143,12 @@ export var GeneralSettings = function () {
141
143
  initialValues: initialValues,
142
144
  enableReinitialize: true,
143
145
  onSubmit: function (values) { return __awaiter(void 0, void 0, void 0, function () {
144
- var profiles, updatedSettingsArray_1, currentSettings_1, formData_1, response, error_1;
146
+ var updatedSettingsArray_1, currentSettings_1, formData_1, response, error_1;
145
147
  var _a;
146
148
  return __generator(this, function (_b) {
147
149
  switch (_b.label) {
148
150
  case 0:
149
151
  _b.trys.push([0, 2, , 3]);
150
- profiles = values.solidXGenAiCodeBuilderConfig.availableProviders;
151
- console.log("profiles", profiles);
152
- // ✅ Only set defaultProvider if it's empty AND there is at least one profile
153
- if (!values.solidXGenAiCodeBuilderConfig.defaultProvider && profiles && profiles.length > 0) {
154
- values.solidXGenAiCodeBuilderConfig.defaultProvider = profiles[0].provider;
155
- }
156
152
  updatedSettingsArray_1 = [];
157
153
  currentSettings_1 = solidSettingsData || {};
158
154
  formData_1 = new FormData();
@@ -249,7 +245,7 @@ export var GeneralSettings = function () {
249
245
  setCompanyLogoPreview(URL.createObjectURL(file));
250
246
  }
251
247
  }, [formik]);
252
- var _44 = useDropzone({
248
+ var _52 = useDropzone({
253
249
  accept: {
254
250
  'image/png': ['.png'],
255
251
  'image/jpeg': ['.jpeg', '.jpg'],
@@ -258,8 +254,8 @@ export var GeneralSettings = function () {
258
254
  },
259
255
  multiple: false,
260
256
  onDrop: onAppLogoDrop
261
- }), getAppLogoRootProps = _44.getRootProps, getAppLogoInputProps = _44.getInputProps, isAppLogoDragActive = _44.isDragActive;
262
- var _45 = useDropzone({
257
+ }), getAppLogoRootProps = _52.getRootProps, getAppLogoInputProps = _52.getInputProps, isAppLogoDragActive = _52.isDragActive;
258
+ var _53 = useDropzone({
263
259
  accept: {
264
260
  'image/png': ['.png'],
265
261
  'image/jpeg': ['.jpeg', '.jpg'],
@@ -268,7 +264,7 @@ export var GeneralSettings = function () {
268
264
  },
269
265
  multiple: false,
270
266
  onDrop: onCompanyLogoDrop
271
- }), getCompanyLogoRootProps = _45.getRootProps, getCompanyLogoInputProps = _45.getInputProps, isCompanyLogoDragActive = _45.isDragActive;
267
+ }), getCompanyLogoRootProps = _53.getRootProps, getCompanyLogoInputProps = _53.getInputProps, isCompanyLogoDragActive = _53.isDragActive;
272
268
  var removeAppLogo = function () {
273
269
  formik.setFieldValue("appLogo", null);
274
270
  if (appLogoPreview) {
@@ -316,7 +312,7 @@ export var GeneralSettings = function () {
316
312
  setAuthScreenCenterBackgroundImagePreview(URL.createObjectURL(file));
317
313
  }
318
314
  }, [formik]);
319
- var _46 = useDropzone({
315
+ var _54 = useDropzone({
320
316
  accept: {
321
317
  'image/png': ['.png'],
322
318
  'image/jpeg': ['.jpeg', '.jpg'],
@@ -325,8 +321,8 @@ export var GeneralSettings = function () {
325
321
  },
326
322
  multiple: false,
327
323
  onDrop: onAuthScreenRightBackgroundImageDrop
328
- }), getAuthScreenRightBackgroundImageRootProps = _46.getRootProps, getAuthScreenRightBackgroundImageInputProps = _46.getInputProps, isAuthScreenRightBackgroundImageDragActive = _46.isDragActive;
329
- var _47 = useDropzone({
324
+ }), getAuthScreenRightBackgroundImageRootProps = _54.getRootProps, getAuthScreenRightBackgroundImageInputProps = _54.getInputProps, isAuthScreenRightBackgroundImageDragActive = _54.isDragActive;
325
+ var _55 = useDropzone({
330
326
  accept: {
331
327
  'image/png': ['.png'],
332
328
  'image/jpeg': ['.jpeg', '.jpg'],
@@ -335,8 +331,8 @@ export var GeneralSettings = function () {
335
331
  },
336
332
  multiple: false,
337
333
  onDrop: onAuthScreenLeftBackgroundImageDrop
338
- }), getAuthScreenLeftBackgroundImageRootProps = _47.getRootProps, getAuthScreenLeftBackgroundImageInputProps = _47.getInputProps, isAuthScreenLeftBackgroundImageDragActive = _47.isDragActive;
339
- var _48 = useDropzone({
334
+ }), getAuthScreenLeftBackgroundImageRootProps = _55.getRootProps, getAuthScreenLeftBackgroundImageInputProps = _55.getInputProps, isAuthScreenLeftBackgroundImageDragActive = _55.isDragActive;
335
+ var _56 = useDropzone({
340
336
  accept: {
341
337
  'image/png': ['.png'],
342
338
  'image/jpeg': ['.jpeg', '.jpg'],
@@ -345,7 +341,7 @@ export var GeneralSettings = function () {
345
341
  },
346
342
  multiple: false,
347
343
  onDrop: onAuthScreenCenterBackgroundImageDrop
348
- }), getAuthScreenCenterBackgroundImageRootProps = _48.getRootProps, getAuthScreenCenterBackgroundImageInputProps = _48.getInputProps, isAuthScreenCenterBackgroundImageDragActive = _48.isDragActive;
344
+ }), getAuthScreenCenterBackgroundImageRootProps = _56.getRootProps, getAuthScreenCenterBackgroundImageInputProps = _56.getInputProps, isAuthScreenCenterBackgroundImageDragActive = _56.isDragActive;
349
345
  var removeAuthScreenRightBackgroundImage = function () {
350
346
  formik.setFieldValue("authScreenRightBackgroundImage", null);
351
347
  if (authScreenRightBackgroundImagePreview) {
@@ -367,57 +363,11 @@ export var GeneralSettings = function () {
367
363
  setAuthScreenCenterBackgroundImagePreview(null);
368
364
  }
369
365
  };
370
- // const [currentProfile, setcurrentProfile] = useState<string>("");
371
- var handleProviderSelect = function (value) {
372
- // 🔄 Add profile if doesn't exist
373
- var profiles = formik.values.solidXGenAiCodeBuilderConfig.availableProviders;
374
- var exists = profiles.some(function (p) { return p.provider === value; });
375
- var newProfiles = exists
376
- ? profiles
377
- : __spreadArray(__spreadArray([], profiles, true), [
378
- {
379
- id: Date.now().toString(),
380
- provider: ""
381
- },
382
- ], false);
383
- formik.setFieldValue("solidXGenAiCodeBuilderConfig.defaultProvider", value);
384
- formik.setFieldValue("solidXGenAiCodeBuilderConfig.availableProviders", newProfiles);
366
+ var handleAiConfigChange = function (newConfig) {
367
+ formik.setFieldValue("solidXGenAiCodeBuilderConfig", newConfig);
385
368
  };
386
- var handleProfileUpdate = function (key, value) {
387
- var _a;
388
- var _b, _c;
389
- var config = (_b = formik.values.solidXGenAiCodeBuilderConfig) !== null && _b !== void 0 ? _b : {
390
- availableProviders: [],
391
- defaultProvider: "",
392
- };
393
- var profiles = (_c = config.availableProviders) !== null && _c !== void 0 ? _c : [];
394
- var defaultProvider = config.defaultProvider;
395
- var updatedProfiles;
396
- // ✅ If profile exists → update it immutably
397
- if (profiles.some(function (p) { return p.provider === defaultProvider; })) {
398
- updatedProfiles = profiles.map(function (p) {
399
- var _a;
400
- return p.provider === defaultProvider ? __assign(__assign({}, p), (_a = {}, _a[key] = value, _a)) : p;
401
- });
402
- }
403
- else {
404
- // ✅ If profile doesn't exist → create it and set this key
405
- updatedProfiles = __spreadArray(__spreadArray([], profiles, true), [
406
- (_a = {
407
- id: Date.now().toString(),
408
- provider: defaultProvider
409
- },
410
- _a[key] = value,
411
- _a),
412
- ], false);
413
- }
414
- // ✅ New array reference → Formik dirty check will pass
415
- formik.setFieldValue("solidXGenAiCodeBuilderConfig.availableProviders", updatedProfiles);
416
- };
417
- var currentProfile = ((_36 = formik.values.solidXGenAiCodeBuilderConfig.availableProviders) !== null && _36 !== void 0 ? _36 : []).find(function (p) { return p.provider === formik.values.solidXGenAiCodeBuilderConfig.defaultProvider; }) || null;
418
- return (_jsx("div", { className: "page-parent-wrapper", children: _jsx("div", { className: "solid-form-wrapper", children: _jsx("div", { className: "solid-form-section", children: _jsxs("form", { onSubmit: formik.handleSubmit, children: [_jsxs("div", { className: "page-header secondary-border-bottom", children: [_jsx("div", { className: "form-wrapper-title ", children: "Settings" }), _jsxs("div", { className: "gap-3 flex", children: [formik.dirty &&
419
- _jsx(Button, { label: "Save", size: "small", onClick: function () { return showError(); }, type: "submit" }), _jsx(CancelButton, {})] })] }), _jsxs("div", { className: "px-4 py-3 md:p-4 solid-form-content", children: [pathname.includes("app-settings") &&
420
- _jsxs(_Fragment, { children: [_jsx("div", { className: 'formgrid grid', children: _jsx("div", { className: 'col-12 lg:col-10 xl:col-8', children: _jsxs("div", { className: "formgrid grid", children: [_jsxs("div", { className: "col-12 md:col-6", children: [_jsx("p", { className: 'font-bold ', style: { fontSize: 16, color: 'var(--solid-setting-title)' }, children: "App Logo " }), _jsxs("div", { children: [_jsxs("div", __assign({}, getAppLogoRootProps(), { className: "solid-dropzone-wrapper", style: { borderRadius: 8 }, children: [_jsx("input", __assign({}, getAppLogoInputProps())), _jsx(SettingDropzoneActivePlaceholder, {})] })), _jsx("div", { className: "mt-2", children: (function () {
369
+ return (_jsx("div", { className: "page-parent-wrapper", children: _jsx("div", { className: "solid-form-wrapper", children: _jsx("div", { className: "solid-form-section", children: _jsxs("form", { onSubmit: formik.handleSubmit, children: [_jsxs("div", { className: "page-header secondary-border-bottom", children: [_jsx("div", { className: "form-wrapper-title ", children: "Settings" }), _jsx("div", { className: "gap-3 flex", children: formik.dirty && (_jsx(SolidButton, { size: "sm", type: "submit", loading: formik.isSubmitting, onClick: function () { return showError(); }, children: "Save" })) })] }), _jsxs("div", { className: "px-4 py-3 md:p-4 solid-form-content", children: [pathname.includes("app-settings") &&
370
+ _jsxs(_Fragment, { children: [_jsx("div", { className: 'formgrid grid', children: _jsx("div", { className: 'col-12 lg:col-10 xl:col-8', children: _jsxs("div", { className: "formgrid grid", children: [_jsxs("div", { className: "col-12 md:col-6", children: [_jsx("p", { className: "solid-settings-subheading", children: "App Logo" }), _jsxs("div", { children: [_jsxs("div", __assign({}, getAppLogoRootProps(), { className: "solid-dropzone-wrapper", style: { borderRadius: 8 }, children: [_jsx("input", __assign({}, getAppLogoInputProps())), _jsx(SettingDropzoneActivePlaceholder, {})] })), _jsx("div", { className: "mt-2", children: (function () {
421
371
  var logoSrc = SolidLogo.src || SolidLogo;
422
372
  var src = appLogoPreview
423
373
  ? appLogoPreview
@@ -429,7 +379,7 @@ export var GeneralSettings = function () {
429
379
  src = "".concat(env("API_URL"), "/").concat(src);
430
380
  }
431
381
  return (_jsx(SolidUploadedImage, { src: src, className: 'solid-app-logo' }));
432
- })() }), formik.values.appLogo && (_jsx(SettingsImageRemoveButton, { onClick: removeAppLogo }))] })] }), _jsxs("div", { className: "col-12 md:col-6", children: [_jsx("p", { className: 'font-bold ', style: { fontSize: 16, color: 'var(--solid-setting-title)' }, children: "Company Logo " }), _jsxs("div", { children: [_jsxs("div", __assign({}, getCompanyLogoRootProps(), { className: "solid-dropzone-wrapper", style: { borderRadius: 8 }, children: [_jsx("input", __assign({}, getCompanyLogoInputProps())), _jsx(SettingDropzoneActivePlaceholder, {})] })), _jsx("div", { className: "mt-2", children: (function () {
382
+ })() }), formik.values.appLogo && (_jsx(SettingsImageRemoveButton, { onClick: removeAppLogo }))] })] }), _jsxs("div", { className: "col-12 md:col-6", children: [_jsx("p", { className: "solid-settings-subheading", children: "Company Logo" }), _jsxs("div", { children: [_jsxs("div", __assign({}, getCompanyLogoRootProps(), { className: "solid-dropzone-wrapper", style: { borderRadius: 8 }, children: [_jsx("input", __assign({}, getCompanyLogoInputProps())), _jsx(SettingDropzoneActivePlaceholder, {})] })), _jsx("div", { className: "mt-2", children: (function () {
433
383
  var logoSrc = SolidLogo.src || SolidLogo;
434
384
  var src = companyLogoPreview
435
385
  ? companyLogoPreview
@@ -441,10 +391,24 @@ export var GeneralSettings = function () {
441
391
  src = "".concat(env("API_URL"), "/").concat(src);
442
392
  }
443
393
  return (_jsx(SolidUploadedImage, { src: src, className: 'solid-compony-logo' }));
444
- })() }), formik.values.companylogo && (_jsx(SettingsImageRemoveButton, { onClick: removeCompanyLogo }))] })] })] }) }) }), _jsx("p", { className: 'font-bold mt-4', style: { fontSize: 16, color: 'var(--solid-setting-title)' }, children: "App Logo Position" }), _jsx("div", { className: 'formgrid grid', children: _jsx("div", { className: 'col-12 lg:col-10 xl:col-8', children: _jsxs("div", { className: "flex align-items-center gap-3", children: [_jsxs("div", { className: "flex align-items-center", children: [_jsx(RadioButton, { inputId: "appLogoPosition-in_form_view", name: "appLogoPosition", value: "in_form_view", checked: formik.values.appLogoPosition === "in_form_view", onChange: function (e) { return formik.setFieldValue("appLogoPosition", e.value); } }), _jsx("label", { htmlFor: "appLogoPosition-in_form_view", className: "ml-2", children: "In Form View" })] }), _jsxs("div", { className: "flex align-items-center", children: [_jsx(RadioButton, { inputId: "appLogoPosition-in_image_view", name: "appLogoPosition", value: "in_image_view", checked: formik.values.appLogoPosition === "in_image_view", onChange: function (e) { return formik.setFieldValue("appLogoPosition", e.value); } }), _jsx("label", { htmlFor: "appLogoPosition-in_image_view", className: "ml-2", children: "In Image View" })] })] }) }) }), _jsx("div", { className: 'mt-4', style: { borderBottom: '1px dashed #D8E2EA' } }), _jsx("p", { className: 'font-bold mt-4', style: { fontSize: 16, color: 'var(--solid-setting-title)' }, children: "Title & Description Details " }), _jsx("div", { className: 'formgrid grid', children: _jsx("div", { className: 'col-12 lg:col-10 xl:col-8', children: _jsxs("div", { className: "formgrid grid", children: [_jsx("div", { className: "col-12 md:col-6", children: _jsxs("div", { className: "formgrid grid align-items-center", children: [_jsx("div", { className: "col-10 sm:col-9 lg:col-5 pb-2 md:pb-0", children: _jsx("label", { className: "form-field-label", children: "Show Details on Authentication Screen" }) }), _jsx("div", { className: "col-2 sm:col-3 lg:col-7", children: _jsx(InputSwitch, { name: "showAuthContent", checked: formik.values.showAuthContent, onChange: function (e) { return formik.setFieldValue("showAuthContent", e.value); } }) })] }) }), _jsx("div", { className: "col-12 md:col-6", children: _jsxs("div", { className: "formgrid grid align-items-center", children: [_jsx("div", { className: "col-12 md:col-5 pb-2 md:pb-0", children: _jsx("label", { className: "form-field-label", children: "App Title" }) }), _jsx("div", { className: "col-12 md:col-7", children: _jsx(InputText, { type: "text", id: "appTitle", name: "appTitle", onChange: formik.handleChange, value: formik.values.appTitle, className: 'w-full' }) })] }) }), _jsx("div", { className: "col-12 md:col-6 mt-4", children: _jsxs("div", { className: "formgrid grid align-items-center", children: [_jsx("div", { className: "col-12 md:col-5 pb-2 md:pb-0", children: _jsx("label", { className: "form-field-label", children: "App Subtitle" }) }), _jsx("div", { className: "col-12 md:col-7", children: _jsx(InputText, { type: "text", id: "appSubtitle", name: "appSubtitle", onChange: formik.handleChange, value: formik.values.appSubtitle, className: 'w-full' }) })] }) }), _jsx("div", { className: "col-12 md:col-6 mt-4", children: _jsxs("div", { className: "formgrid grid align-items-start", children: [_jsx("div", { className: "col-12 md:col-5 pb-2 md:pb-0", children: _jsx("label", { className: "form-field-label", children: "Description" }) }), _jsx("div", { className: "col-12 md:col-7", children: _jsx(InputTextarea, { rows: 3, id: "appDescription", name: "appDescription", onChange: formik.handleChange, value: formik.values.appDescription, className: 'w-full' }) })] }) }), _jsx("div", { className: "col-12 md:col-6 mt-4", children: _jsxs("div", { className: "formgrid grid align-items-start", children: [_jsx("div", { className: "col-12 md:col-5 pb-2 md:pb-0", children: _jsx("label", { className: "form-field-label", children: "Copyright" }) }), _jsx("div", { className: "col-12 md:col-7", children: _jsx(InputTextarea, { rows: 3, id: "copyright", name: "copyright", onChange: formik.handleChange, value: formik.values.copyright, className: 'w-full' }) })] }) })] }) }) }), _jsx("div", { className: 'mt-4', style: { borderBottom: '1px dashed #D8E2EA' } }), _jsx("p", { className: 'font-bold mt-4', style: { fontSize: 16, color: 'var(--solid-setting-title)' }, children: "Legal Links" }), _jsx("div", { className: 'formgrid grid', children: _jsx("div", { className: 'col-12 lg:col-10 xl:col-8', children: _jsxs("div", { className: "formgrid grid", children: [_jsx("div", { className: "col-12 md:col-6", children: _jsxs("div", { className: "formgrid grid align-items-center", children: [_jsx("div", { className: "col-10 sm:col-9 lg:col-5", children: _jsx("label", { className: "form-field-label", children: "Show Legal Links" }) }), _jsx("div", { className: "col-2 sm:col-3 lg:col-7", children: _jsx(InputSwitch, { name: "showLegalLinks", checked: formik.values.showLegalLinks, onChange: function (e) { return formik.setFieldValue("showLegalLinks", e.value); } }) })] }) }), _jsx("div", { className: "col-12 md:col-6", children: _jsxs("div", { className: "formgrid grid align-items-center", children: [_jsx("div", { className: "col-12 md:col-5 py-2 md:py-0", children: _jsx("label", { className: "form-field-label", children: "Terms and Conditions Link" }) }), _jsx("div", { className: "col-12 md:col-7", children: _jsx(InputText, { type: "text", id: "appTnc", name: "appTnc", onChange: formik.handleChange, value: formik.values.appTnc, className: 'w-full' }) })] }) }), _jsx("div", { className: "col-12 md:col-6 mt-3", children: _jsxs("div", { className: "formgrid grid align-items-center", children: [_jsx("div", { className: "col-12 md:col-5 pb-2 md:pb-0", children: _jsx("label", { className: "form-field-label", children: "Privacy Policy Link" }) }), _jsx("div", { className: "col-12 md:col-7", children: _jsx(InputText, { type: "text", id: "appPrivacyPolicy", name: "appPrivacyPolicy", onChange: formik.handleChange, value: formik.values.appPrivacyPolicy, className: 'w-full' }) })] }) })] }) }) }), _jsx("div", { className: 'mt-4', style: { borderBottom: '1px dashed #D8E2EA' } }), _jsx("p", { className: 'font-bold mt-4', style: { fontSize: 16, color: 'var(--solid-setting-title)' }, children: "Theme" }), _jsx("div", { className: 'formgrid grid', children: _jsx("div", { className: 'col-12 lg:col-10 xl:col-8', children: _jsx("div", { className: "formgrid grid", children: _jsx("div", { className: "col-12 md:col-6", children: _jsxs("div", { className: "formgrid grid align-items-center", children: [_jsx("div", { className: "col-10 sm:col-10 lg:col-5", children: _jsx("label", { className: "form-field-label", children: "Enable Dark Mode" }) }), _jsx("div", { className: "col-2 sm:col-3 lg:col-7", children: _jsx(InputSwitch, { name: "enableDarkMode", checked: formik.values.enableDarkMode, onChange: function (e) { return formik.setFieldValue("enableDarkMode", e.value); } }) })] }) }) }) }) })] }), pathname.includes("authentication-settings") &&
445
- _jsxs(_Fragment, { children: [_jsx("p", { className: 'font-bold', style: { fontSize: 16, color: 'var(--solid-setting-title)' }, children: "User Authentication " }), _jsx("div", { className: 'formgrid grid', children: _jsx("div", { className: 'col-12 lg:col-10 xl:col-8', children: _jsxs("div", { className: "formgrid grid", children: [_jsx("div", { className: "col-12", children: _jsxs("div", { className: "formgrid grid align-items-center", children: [_jsx("div", { className: "col-10 sm:col-9 lg:col-5", children: _jsx("label", { className: "form-field-label", children: "Public Registration" }) }), _jsx("div", { className: "col-2 sm:col-3 lg:col-7", children: _jsx(InputSwitch, { name: "allowPublicRegistration", checked: formik.values.allowPublicRegistration, onChange: function (e) { return formik.setFieldValue("allowPublicRegistration", e.value); } }) })] }) }), _jsx("div", { className: "col-12 mt-3", children: _jsxs("div", { className: "formgrid grid align-items-center", children: [_jsx("div", { className: "col-10 sm:col-9 lg:col-5", children: _jsx("label", { className: "form-field-label", children: "Password Based Authentication" }) }), _jsx("div", { className: "col-2 sm:col-3 lg:col-7", children: _jsx(InputSwitch, { name: "passwordBasedAuth", checked: formik.values.passwordBasedAuth, onChange: function (e) { return formik.setFieldValue("passwordBasedAuth", e.value); } }) })] }) }), _jsx("div", { className: "col-12 mt-3", children: _jsxs("div", { className: "formgrid grid align-items-center", children: [_jsx("div", { className: "col-10 sm:col-9 lg:col-5", children: _jsx("label", { className: "form-field-label", children: "Password Less Authentication" }) }), _jsx("div", { className: "col-2 sm:col-3 lg:col-7", children: _jsx(InputSwitch, { name: "passwordLessAuth", checked: formik.values.passwordLessAuth, onChange: function (e) { return formik.setFieldValue("passwordLessAuth", e.value); } }) })] }) }), _jsx("div", { className: "col-12 mt-3", children: _jsxs("div", { className: "formgrid grid align-items-center", children: [_jsx("div", { className: "col-10 sm:col-9 lg:col-5", children: _jsx("label", { className: "form-field-label", children: "Auto Activate User on Registration " }) }), _jsx("div", { className: "col-2 sm:col-3 lg:col-7", children: _jsx(InputSwitch, { name: "activateUserOnRegistration", checked: formik.values.activateUserOnRegistration, onChange: function (e) { return formik.setFieldValue("activateUserOnRegistration", e.value); } }) })] }) }), _jsx("div", { className: "col-12 mt-3", children: _jsxs("div", { className: "formgrid grid align-items-center", children: [_jsx("div", { className: "col-10 sm:col-9 lg:col-5", children: _jsx("label", { className: "form-field-label", children: "Allow Login/ Signup with Google " }) }), _jsx("div", { className: "col-2 sm:col-3 lg:col-7", children: _jsx(InputSwitch, { name: "iamGoogleOAuthEnabled", checked: formik.values.iamGoogleOAuthEnabled, onChange: function (e) { return formik.setFieldValue("iamGoogleOAuthEnabled", e.value); } }) })] }) }), _jsx("div", { className: "col-12 mt-3", children: _jsxs("div", { className: "formgrid grid align-items-center", children: [_jsx("div", { className: "col-10 sm:col-9 lg:col-5", children: _jsx("label", { className: "form-field-label", children: "Force Password change on first Login " }) }), _jsx("div", { className: "col-2 sm:col-3 lg:col-7", children: _jsx(InputSwitch, { name: "forceChangePasswordOnFirstLogin", checked: formik.values.forceChangePasswordOnFirstLogin, onChange: function (e) { return formik.setFieldValue("forceChangePasswordOnFirstLogin", e.value); } }) })] }) }), formik.values.passwordLessAuth === true &&
446
- _jsx("div", { className: "col-12 mt-3", children: _jsxs("div", { className: "formgrid grid align-items-center", children: [_jsx("div", { className: "col-12 sm:col-12 lg:col-5 xl:col-5", children: _jsx("label", { className: "form-field-label", children: "Password Less Registration Method" }) }), _jsx("div", { className: 'col-12 sm:col-12 lg:col-6 xl:col-6', children: _jsxs("div", { className: "flex align-items-center gap-3 mt-3 lg:mt-0", children: [_jsxs("div", { className: "flex align-items-center", children: [_jsx(RadioButton, { inputId: "passwordlessRegistrationValidateWhat-email", name: "passwordlessRegistrationValidateWhat", value: "email", checked: formik.values.passwordlessRegistrationValidateWhat === "email", onChange: function (e) { return formik.setFieldValue("passwordlessRegistrationValidateWhat", e.value); } }), _jsx("label", { htmlFor: "passwordlessRegistrationValidateWhat-email", className: "ml-2", children: "Email" })] }), _jsxs("div", { className: "flex align-items-center", children: [_jsx(RadioButton, { inputId: "passwordlessRegistrationValidateWhat-mobile", name: "passwordlessRegistrationValidateWhat", value: "mobile", checked: formik.values.passwordlessRegistrationValidateWhat === "mobile", onChange: function (e) { return formik.setFieldValue("passwordlessRegistrationValidateWhat", e.value); } }), _jsx("label", { htmlFor: "passwordlessRegistrationValidateWhat-mobile", className: "ml-2", children: "Mobile" })] })] }) })] }) }), formik.values.passwordLessAuth === true &&
447
- _jsx("div", { className: "col-12 mt-3", children: _jsxs("div", { className: "formgrid grid align-items-center", children: [_jsx("div", { className: "col-12 sm:col-12 lg:col-5 xl:col-5", children: _jsx("label", { className: "form-field-label", children: "Password Less Login Method" }) }), _jsx("div", { className: 'col-12 sm:col-12 lg:col-6 xl:col-6', children: _jsxs("div", { className: "flex align-items-center gap-3 mt-3 lg:mt-0", children: [_jsxs("div", { className: "flex align-items-center", children: [_jsx(RadioButton, { inputId: "passwordlessLoginValidateWhat-email", name: "passwordlessLoginValidateWhat", value: "email", checked: formik.values.passwordlessLoginValidateWhat === "email", onChange: function (e) { return formik.setFieldValue("passwordlessLoginValidateWhat", e.value); } }), _jsx("label", { htmlFor: "passwordlessLoginValidateWhat-email", className: "ml-2", children: "Email" })] }), _jsxs("div", { className: "flex align-items-center", children: [_jsx(RadioButton, { inputId: "passwordlessLoginValidateWhat-mobile", name: "passwordlessLoginValidateWhat", value: "mobile", checked: formik.values.passwordlessLoginValidateWhat === "mobile", onChange: function (e) { return formik.setFieldValue("passwordlessLoginValidateWhat", e.value); } }), _jsx("label", { htmlFor: "passwordlessLoginValidateWhat-mobile", className: "ml-2", children: "Mobile" })] }), _jsxs("div", { className: "flex align-items-center", children: [_jsx(RadioButton, { inputId: "passwordlessLoginValidateWhat-selectable", name: "passwordlessLoginValidateWhat", value: "selectable", checked: formik.values.passwordlessLoginValidateWhat === "selectable", onChange: function (e) { return formik.setFieldValue("passwordlessLoginValidateWhat", e.value); } }), _jsx("label", { htmlFor: "passwordlessLoginValidateWhat-selectable", className: "ml-2", children: "Selectable" })] })] }) })] }) })] }) }) }), _jsx("div", { className: 'mt-4', style: { borderBottom: '1px dashed #D8E2EA' } }), _jsx("p", { className: 'font-bold mt-4', style: { fontSize: 16, color: 'var(--solid-setting-title)' }, children: "Authentication Screen Layout" }), _jsx("div", { className: 'formgrid grid', children: _jsxs("div", { className: 'col-12 lg:col-10 xl:col-8', children: [_jsxs("div", { className: "flex align-items-center gap-3", children: [_jsxs("div", { className: "flex align-items-center", children: [_jsx(RadioButton, { inputId: "authPagesLayout-left", name: "authPagesLayout", value: "left", checked: formik.values.authPagesLayout === "left", onChange: function (e) { return formik.setFieldValue("authPagesLayout", e.value); } }), _jsx("label", { htmlFor: "authPagesLayout-left", className: "ml-2", children: "Left" })] }), _jsxs("div", { className: "flex align-items-center", children: [_jsx(RadioButton, { inputId: "authPagesLayout-center", name: "authPagesLayout", value: "center", checked: formik.values.authPagesLayout === "center", onChange: function (e) { return formik.setFieldValue("authPagesLayout", e.value); } }), _jsx("label", { htmlFor: "authPagesLayout-center", className: "ml-2", children: "Center" })] }), _jsxs("div", { className: "flex align-items-center", children: [_jsx(RadioButton, { inputId: "authPagesLayout-right", name: "authPagesLayout", value: "right", checked: formik.values.authPagesLayout === "right", onChange: function (e) { return formik.setFieldValue("authPagesLayout", e.value); } }), _jsx("label", { htmlFor: "authPagesLayout-right", className: "ml-2", children: "Right" })] })] }), _jsxs("p", { className: "mt-3 text-sm font-bold", children: ["Note : ", positionMap[formik.values.authPagesLayout]] })] }) }), formik.values.authPagesLayout === "center" && _jsx(_Fragment, {}), _jsx("div", { className: 'formgrid grid', children: _jsx("div", { className: 'col-12 lg:col-10 xl:col-8', children: _jsx("div", { className: "formgrid grid", children: _jsxs("div", { className: "col-12 md:col-8 lg:col-6", children: [_jsxs("p", { className: 'font-bold ', style: { fontSize: 16, color: 'var(--solid-setting-title)' }, children: [formik.values.authPagesLayout === "center" ? "Background" : "Banner", " Image"] }), formik.values.authPagesLayout === "left" &&
394
+ })() }), formik.values.companylogo && (_jsx(SettingsImageRemoveButton, { onClick: removeCompanyLogo }))] })] })] }) }) }), _jsx("p", { className: "solid-settings-heading", children: "App Logo Position" }), _jsx("div", { className: 'formgrid grid', children: _jsx("div", { className: 'col-12 lg:col-10 xl:col-8', children: _jsx("div", { className: "flex", children: _jsx(SolidSegmentedControl, { className: "solid-settings-segmented", value: formik.values.appLogoPosition, options: [
395
+ { value: "in_form_view", label: "In Form View" },
396
+ { value: "in_image_view", label: "In Image View" },
397
+ ], onChange: function (value) { return formik.setFieldValue("appLogoPosition", value); } }) }) }) }), _jsx(SolidDivider, { className: "my-4" }), _jsx("p", { className: "solid-settings-heading", children: "Title & Description Details" }), _jsx("div", { className: 'formgrid grid', children: _jsx("div", { className: 'col-12 lg:col-10 xl:col-8', children: _jsxs("div", { className: "formgrid grid", children: [_jsx("div", { className: "col-12 md:col-6", children: _jsxs("div", { className: "formgrid grid align-items-center", children: [_jsx("div", { className: "col-10 sm:col-9 lg:col-5 pb-2 md:pb-0", children: _jsx("label", { className: "form-field-label", children: "Show Details on Authentication Screen" }) }), _jsx("div", { className: "col-2 sm:col-3 lg:col-7", children: _jsx(SolidSwitch, { name: "showAuthContent", checked: formik.values.showAuthContent, onChange: function (checked) { return formik.setFieldValue("showAuthContent", checked); } }) })] }) }), _jsx("div", { className: "col-12 md:col-6", children: _jsxs("div", { className: "formgrid grid align-items-center", children: [_jsx("div", { className: "col-12 md:col-5 pb-2 md:pb-0", children: _jsx("label", { className: "form-field-label", children: "App Title" }) }), _jsx("div", { className: "col-12 md:col-7", children: _jsx(SolidInput, { type: "text", id: "appTitle", name: "appTitle", onChange: formik.handleChange, value: (_34 = formik.values.appTitle) !== null && _34 !== void 0 ? _34 : '', className: 'w-full' }) })] }) }), _jsx("div", { className: "col-12 md:col-6 mt-4", children: _jsxs("div", { className: "formgrid grid align-items-center", children: [_jsx("div", { className: "col-12 md:col-5 pb-2 md:pb-0", children: _jsx("label", { className: "form-field-label", children: "App Subtitle" }) }), _jsx("div", { className: "col-12 md:col-7", children: _jsx(SolidInput, { type: "text", id: "appSubtitle", name: "appSubtitle", onChange: formik.handleChange, value: (_35 = formik.values.appSubtitle) !== null && _35 !== void 0 ? _35 : '', className: 'w-full' }) })] }) }), _jsx("div", { className: "col-12 md:col-6 mt-4", children: _jsxs("div", { className: "formgrid grid align-items-start", children: [_jsx("div", { className: "col-12 md:col-5 pb-2 md:pb-0", children: _jsx("label", { className: "form-field-label", children: "Description" }) }), _jsx("div", { className: "col-12 md:col-7", children: _jsx(SolidTextarea, { rows: 3, id: "appDescription", name: "appDescription", onChange: formik.handleChange, value: (_36 = formik.values.appDescription) !== null && _36 !== void 0 ? _36 : '', className: 'w-full' }) })] }) }), _jsx("div", { className: "col-12 md:col-6 mt-4", children: _jsxs("div", { className: "formgrid grid align-items-start", children: [_jsx("div", { className: "col-12 md:col-5 pb-2 md:pb-0", children: _jsx("label", { className: "form-field-label", children: "Copyright" }) }), _jsx("div", { className: "col-12 md:col-7", children: _jsx(SolidTextarea, { rows: 3, id: "copyright", name: "copyright", onChange: formik.handleChange, value: (_37 = formik.values.copyright) !== null && _37 !== void 0 ? _37 : '', className: 'w-full' }) })] }) })] }) }) }), _jsx(SolidDivider, { className: "my-4" }), _jsx("p", { className: "solid-settings-heading", children: "Legal Links" }), _jsx("div", { className: 'formgrid grid', children: _jsx("div", { className: 'col-12 lg:col-10 xl:col-8', children: _jsxs("div", { className: "formgrid grid", children: [_jsx("div", { className: "col-12 md:col-6", children: _jsxs("div", { className: "formgrid grid align-items-center", children: [_jsx("div", { className: "col-10 sm:col-9 lg:col-5", children: _jsx("label", { className: "form-field-label", children: "Show Legal Links" }) }), _jsx("div", { className: "col-2 sm:col-3 lg:col-7", children: _jsx(SolidSwitch, { name: "showLegalLinks", checked: formik.values.showLegalLinks, onChange: function (checked) { return formik.setFieldValue("showLegalLinks", checked); } }) })] }) }), _jsx("div", { className: "col-12 md:col-6", children: _jsxs("div", { className: "formgrid grid align-items-center", children: [_jsx("div", { className: "col-12 md:col-5 py-2 md:py-0", children: _jsx("label", { className: "form-field-label", children: "Terms and Conditions Link" }) }), _jsx("div", { className: "col-12 md:col-7", children: _jsx(SolidInput, { type: "text", id: "appTnc", name: "appTnc", onChange: formik.handleChange, value: (_38 = formik.values.appTnc) !== null && _38 !== void 0 ? _38 : '', className: 'w-full' }) })] }) }), _jsx("div", { className: "col-12 md:col-6 mt-3", children: _jsxs("div", { className: "formgrid grid align-items-center", children: [_jsx("div", { className: "col-12 md:col-5 pb-2 md:pb-0", children: _jsx("label", { className: "form-field-label", children: "Privacy Policy Link" }) }), _jsx("div", { className: "col-12 md:col-7", children: _jsx(SolidInput, { type: "text", id: "appPrivacyPolicy", name: "appPrivacyPolicy", onChange: formik.handleChange, value: (_39 = formik.values.appPrivacyPolicy) !== null && _39 !== void 0 ? _39 : '', className: 'w-full' }) })] }) })] }) }) }), _jsx(SolidDivider, { className: "my-4" }), _jsx("p", { className: "solid-settings-heading", children: "Theme" }), _jsx("div", { className: 'formgrid grid', children: _jsx("div", { className: 'col-12 lg:col-10 xl:col-8', children: _jsx("div", { className: "formgrid grid", children: _jsx("div", { className: "col-12 md:col-6", children: _jsxs("div", { className: "formgrid grid align-items-center", children: [_jsx("div", { className: "col-10 sm:col-10 lg:col-5", children: _jsx("label", { className: "form-field-label", children: "Enable Dark Mode" }) }), _jsx("div", { className: "col-2 sm:col-3 lg:col-7", children: _jsx(SolidSwitch, { name: "enableDarkMode", checked: formik.values.enableDarkMode, onChange: function (checked) { return formik.setFieldValue("enableDarkMode", checked); } }) })] }) }) }) }) })] }), pathname.includes("authentication-settings") &&
398
+ _jsxs(_Fragment, { children: [_jsx("p", { className: "solid-settings-heading", children: "User Authentication" }), _jsx("div", { className: 'formgrid grid', children: _jsx("div", { className: 'col-12 lg:col-10 xl:col-8', children: _jsxs("div", { className: "formgrid grid", children: [_jsx("div", { className: "col-12", children: _jsxs("div", { className: "formgrid grid align-items-center", children: [_jsx("div", { className: "col-10 sm:col-9 lg:col-5", children: _jsx("label", { className: "form-field-label", children: "Public Registration" }) }), _jsx("div", { className: "col-2 sm:col-3 lg:col-7", children: _jsx(SolidSwitch, { name: "allowPublicRegistration", checked: formik.values.allowPublicRegistration, onChange: function (checked) { return formik.setFieldValue("allowPublicRegistration", checked); } }) })] }) }), _jsx("div", { className: "col-12 mt-3", children: _jsxs("div", { className: "formgrid grid align-items-center", children: [_jsx("div", { className: "col-10 sm:col-9 lg:col-5", children: _jsx("label", { className: "form-field-label", children: "Password Based Authentication" }) }), _jsx("div", { className: "col-2 sm:col-3 lg:col-7", children: _jsx(SolidSwitch, { name: "passwordBasedAuth", checked: formik.values.passwordBasedAuth, onChange: function (checked) { return formik.setFieldValue("passwordBasedAuth", checked); } }) })] }) }), _jsx("div", { className: "col-12 mt-3", children: _jsxs("div", { className: "formgrid grid align-items-center", children: [_jsx("div", { className: "col-10 sm:col-9 lg:col-5", children: _jsx("label", { className: "form-field-label", children: "Password Less Authentication" }) }), _jsx("div", { className: "col-2 sm:col-3 lg:col-7", children: _jsx(SolidSwitch, { name: "passwordLessAuth", checked: formik.values.passwordLessAuth, onChange: function (checked) { return formik.setFieldValue("passwordLessAuth", checked); } }) })] }) }), _jsx("div", { className: "col-12 mt-3", children: _jsxs("div", { className: "formgrid grid align-items-center", children: [_jsx("div", { className: "col-10 sm:col-9 lg:col-5", children: _jsx("label", { className: "form-field-label", children: "Auto Activate User on Registration " }) }), _jsx("div", { className: "col-2 sm:col-3 lg:col-7", children: _jsx(SolidSwitch, { name: "activateUserOnRegistration", checked: formik.values.activateUserOnRegistration, onChange: function (checked) { return formik.setFieldValue("activateUserOnRegistration", checked); } }) })] }) }), _jsx("div", { className: "col-12 mt-3", children: _jsxs("div", { className: "formgrid grid align-items-center", children: [_jsx("div", { className: "col-10 sm:col-9 lg:col-5", children: _jsx("label", { className: "form-field-label", children: "Allow Login/ Signup with Google " }) }), _jsx("div", { className: "col-2 sm:col-3 lg:col-7", children: _jsx(SolidSwitch, { name: "iamGoogleOAuthEnabled", checked: formik.values.iamGoogleOAuthEnabled, onChange: function (checked) { return formik.setFieldValue("iamGoogleOAuthEnabled", checked); } }) })] }) }), _jsx("div", { className: "col-12 mt-3", children: _jsxs("div", { className: "formgrid grid align-items-center", children: [_jsx("div", { className: "col-10 sm:col-9 lg:col-5", children: _jsx("label", { className: "form-field-label", children: "Force Password change on first Login " }) }), _jsx("div", { className: "col-2 sm:col-3 lg:col-7", children: _jsx(SolidSwitch, { name: "forceChangePasswordOnFirstLogin", checked: formik.values.forceChangePasswordOnFirstLogin, onChange: function (checked) { return formik.setFieldValue("forceChangePasswordOnFirstLogin", checked); } }) })] }) }), formik.values.passwordLessAuth === true &&
399
+ _jsx("div", { className: "col-12 mt-3", children: _jsxs("div", { className: "formgrid grid align-items-center", children: [_jsx("div", { className: "col-12 sm:col-12 lg:col-5 xl:col-5", children: _jsx("label", { className: "form-field-label", children: "Password Less Registration Method" }) }), _jsx("div", { className: 'col-12 sm:col-12 lg:col-6 xl:col-6', children: _jsx(SolidSegmentedControl, { className: "solid-settings-segmented mt-3 lg:mt-0", value: formik.values.passwordlessRegistrationValidateWhat, options: [
400
+ { value: "email", label: "Email" },
401
+ { value: "mobile", label: "Mobile" },
402
+ ], onChange: function (value) { return formik.setFieldValue("passwordlessRegistrationValidateWhat", value); } }) })] }) }), formik.values.passwordLessAuth === true &&
403
+ _jsx("div", { className: "col-12 mt-3", children: _jsxs("div", { className: "formgrid grid align-items-center", children: [_jsx("div", { className: "col-12 sm:col-12 lg:col-5 xl:col-5", children: _jsx("label", { className: "form-field-label", children: "Password Less Login Method" }) }), _jsx("div", { className: 'col-12 sm:col-12 lg:col-6 xl:col-6', children: _jsx(SolidSegmentedControl, { className: "solid-settings-segmented mt-3 lg:mt-0", value: formik.values.passwordlessLoginValidateWhat, options: [
404
+ { value: "email", label: "Email" },
405
+ { value: "mobile", label: "Mobile" },
406
+ { value: "selectable", label: "Selectable" },
407
+ ], onChange: function (value) { return formik.setFieldValue("passwordlessLoginValidateWhat", value); } }) })] }) })] }) }) }), _jsx(SolidDivider, { className: "my-4" }), _jsx("p", { className: "solid-settings-heading", children: "Authentication Screen Layout" }), _jsx("div", { className: 'formgrid grid', children: _jsxs("div", { className: 'col-12 lg:col-10 xl:col-8', children: [_jsx(SolidSegmentedControl, { className: "solid-settings-segmented", value: formik.values.authPagesLayout, options: [
408
+ { value: "left", label: "Left" },
409
+ { value: "center", label: "Center" },
410
+ { value: "right", label: "Right" },
411
+ ], onChange: function (value) { return formik.setFieldValue("authPagesLayout", value); } }), _jsxs("p", { className: "mt-3 text-sm font-bold", children: ["Note : ", positionMap[formik.values.authPagesLayout]] })] }) }), formik.values.authPagesLayout === "center" && _jsx(_Fragment, {}), _jsx("div", { className: 'formgrid grid', children: _jsx("div", { className: 'col-12 lg:col-10 xl:col-8', children: _jsx("div", { className: "formgrid grid", children: _jsxs("div", { className: "col-12 md:col-8 lg:col-6", children: [_jsxs("p", { className: "solid-settings-subheading", children: [formik.values.authPagesLayout === "center" ? "Background" : "Banner", " Image"] }), formik.values.authPagesLayout === "left" &&
448
412
  _jsxs("div", { children: [_jsxs("div", __assign({}, getAuthScreenLeftBackgroundImageRootProps(), { className: "solid-dropzone-wrapper", style: { borderRadius: 8 }, children: [_jsx("input", __assign({}, getAuthScreenLeftBackgroundImageInputProps())), _jsx(SettingDropzoneActivePlaceholder, { note: "Recommended: 724×724px | Aspect ratio: 1:1" })] })), _jsx("div", { className: "mt-2", children: (function () {
449
413
  var logoSrc = AuthScreenLeftBackgroundImage.src || AuthScreenLeftBackgroundImage;
450
414
  var src = authScreenLeftBackgroundImagePreview
@@ -483,12 +447,44 @@ export var GeneralSettings = function () {
483
447
  src = "".concat(env("API_URL"), "/").concat(src);
484
448
  }
485
449
  return (_jsx(SolidUploadedImage, { src: src, height: 300, width: 600, maxHeight: 300 }));
486
- })() }), formik.values.authScreenCenterBackgroundImage && (_jsx(SettingsImageRemoveButton, { onClick: removeAuthScreenCenterBackgroundImage }))] })] }) }) }) }), _jsx("div", { className: 'mt-2 lg:mt-4', style: { borderBottom: '1px dashed #D8E2EA' } }), ((_37 = solidSettingsData === null || solidSettingsData === void 0 ? void 0 : solidSettingsData.data) === null || _37 === void 0 ? void 0 : _37.enableDarkMode) === true &&
487
- _jsxs(_Fragment, { children: [_jsx("p", { className: 'font-bold mt-3 lg:mt-4', style: { fontSize: 16, color: 'var(--solid-setting-title)' }, children: "Authentication Screen Theme" }), _jsx("div", { className: 'formgrid grid', children: _jsx("div", { className: 'col-12 lg:col-10 xl:col-8', children: _jsxs("div", { className: "flex align-items-center gap-3", children: [_jsxs("div", { className: "flex align-items-center", children: [_jsx(RadioButton, { inputId: "theme-light", name: "authPagesTheme", value: "light", checked: formik.values.authPagesTheme === "light", onChange: function (e) { return formik.setFieldValue("authPagesTheme", e.value); } }), _jsx("label", { htmlFor: "theme-light", className: "ml-2", children: "Solid Light" })] }), _jsxs("div", { className: "flex align-items-center", children: [_jsx(RadioButton, { inputId: "theme-dark", name: "authPagesTheme", value: "dark", checked: formik.values.authPagesTheme === "dark", onChange: function (e) { return formik.setFieldValue("authPagesTheme", e.value); } }), _jsx("label", { htmlFor: "theme-dark", className: "ml-2", children: "Solid Dark" })] })] }) }) })] })] }), pathname.includes("misc-settings") &&
488
- _jsxs(_Fragment, { children: [_jsx("p", { className: 'font-bold', style: { fontSize: 16, color: 'var(--solid-setting-title)' }, children: "Contact Support" }), _jsx("div", { className: 'formgrid grid', children: _jsx("div", { className: "col-12 lg:col-10 xl:col-8", children: _jsxs("div", { className: 'formgrid grid', children: [_jsx("div", { className: "col-12 md:col-6 pb-3 md:pb-0", children: _jsxs("div", { className: "formgrid grid align-items-center", children: [_jsx("div", { className: "col-12 md:col-5 pb-2 md:pb-0", children: _jsx("label", { className: "form-field-label", children: "Contact Support Email" }) }), _jsx("div", { className: "col-12 md:col-7", children: _jsx(InputText, { type: "text", id: "contactSupportEmail", name: "contactSupportEmail", onChange: formik.handleChange, value: formik.values.contactSupportEmail, className: 'w-full' }) })] }) }), _jsx("div", { className: "col-12 md:col-6", children: _jsxs("div", { className: "formgrid grid align-items-center", children: [_jsx("div", { className: "col-12 md:col-5 pb-2 md:pb-0", children: _jsx("label", { className: "form-field-label", children: "Display Name" }) }), _jsx("div", { className: "col-12 md:col-7", children: _jsx(InputText, { type: "text", id: "contactSupportDisplayName", name: "contactSupportDisplayName", onChange: formik.handleChange, value: formik.values.contactSupportDisplayName, className: 'w-full' }) })] }) })] }) }) })] }), pathname.includes("ai-settings") &&
489
- _jsxs(_Fragment, { children: [_jsx("p", { className: 'font-bold', style: { fontSize: 16, color: 'var(--solid-setting-title)' }, children: "Ai Details" }), _jsx("div", { className: 'formgrid grid', children: _jsx("div", { className: 'col-12 lg:col-10 xl:col-8', children: _jsx("div", { className: "formgrid grid", children: _jsx("div", { className: "col-12 md:col-10 lg:col-6 mt-3 md:mt-4", children: _jsxs("div", { className: "formgrid grid align-items-center", children: [_jsx("div", { className: "col-12 md:col-3 pb-2 md:pb-0", children: _jsx("label", { className: "form-field-label", children: "Default Provider" }) }), _jsx("div", { className: "col-12 md:col-9", children: _jsx(Dropdown, { className: 'w-full', value: formik.values.solidXGenAiCodeBuilderConfig.defaultProvider, options: [
490
- { label: "OpenAI", value: "openai" },
491
- { label: "Anthropic", value: "anthropic" },
492
- ], onChange: function (e) { return handleProviderSelect(e.value); }, placeholder: "Select Provider" }) })] }) }) }) }) }), _jsx(Divider, {}), _jsx("div", { className: 'grid', children: _jsx("div", { className: 'col-12 md:col-6', children: formik.values.solidXGenAiCodeBuilderConfig.defaultProvider && (_jsxs(_Fragment, { children: [formik.values.solidXGenAiCodeBuilderConfig.defaultProvider === "openai" && (_jsx(OpenAiProviderComponent, { profile: currentProfile, onUpdate: handleProfileUpdate })), formik.values.solidXGenAiCodeBuilderConfig.defaultProvider === "anthropic" && (_jsx(AnthropicProviderComponent, { profile: currentProfile, onUpdate: handleProfileUpdate }))] })) }) })] })] })] }) }) }) }));
450
+ })() }), formik.values.authScreenCenterBackgroundImage && (_jsx(SettingsImageRemoveButton, { onClick: removeAuthScreenCenterBackgroundImage }))] })] }) }) }) }), _jsx(SolidDivider, { className: "my-4" }), ((_40 = solidSettingsData === null || solidSettingsData === void 0 ? void 0 : solidSettingsData.data) === null || _40 === void 0 ? void 0 : _40.enableDarkMode) === true &&
451
+ _jsxs(_Fragment, { children: [_jsx("p", { className: "solid-settings-heading", children: "Authentication Screen Theme" }), _jsx("div", { className: 'formgrid grid', children: _jsx("div", { className: 'col-12 lg:col-10 xl:col-8', children: _jsx(SolidSegmentedControl, { className: "solid-settings-segmented", value: formik.values.authPagesTheme, options: [
452
+ { value: "light", label: "Solid Light" },
453
+ { value: "dark", label: "Solid Dark" },
454
+ ], onChange: function (value) { return formik.setFieldValue("authPagesTheme", value); } }) }) })] })] }), pathname.includes("misc-settings") &&
455
+ _jsxs(_Fragment, { children: [_jsx("p", { className: "solid-settings-heading", children: "Contact Support" }), _jsx("div", { className: 'formgrid grid', children: _jsx("div", { className: "col-12 lg:col-10 xl:col-8", children: _jsxs("div", { className: 'formgrid grid', children: [_jsx("div", { className: "col-12 md:col-6 pb-3 md:pb-0", children: _jsxs("div", { className: "formgrid grid align-items-center", children: [_jsx("div", { className: "col-12 md:col-5 pb-2 md:pb-0", children: _jsx("label", { className: "form-field-label", children: "Contact Support Email" }) }), _jsx("div", { className: "col-12 md:col-7", children: _jsx(SolidInput, { type: "text", id: "contactSupportEmail", name: "contactSupportEmail", onChange: formik.handleChange, value: (_41 = formik.values.contactSupportEmail) !== null && _41 !== void 0 ? _41 : '', className: 'w-full' }) })] }) }), _jsx("div", { className: "col-12 md:col-6", children: _jsxs("div", { className: "formgrid grid align-items-center", children: [_jsx("div", { className: "col-12 md:col-5 pb-2 md:pb-0", children: _jsx("label", { className: "form-field-label", children: "Display Name" }) }), _jsx("div", { className: "col-12 md:col-7", children: _jsx(SolidInput, { type: "text", id: "contactSupportDisplayName", name: "contactSupportDisplayName", onChange: formik.handleChange, value: (_42 = formik.values.contactSupportDisplayName) !== null && _42 !== void 0 ? _42 : '', className: 'w-full' }) })] }) })] }) }) })] }), pathname.includes("ai-settings") &&
456
+ _jsx(AiSettingsSection, { aiConfig: formik.values.solidXGenAiCodeBuilderConfig, onAiConfigChange: handleAiConfigChange }), pathname.includes("api-keys") && ((_43 = session === null || session === void 0 ? void 0 : session.user) === null || _43 === void 0 ? void 0 : _43.id) &&
457
+ _jsx(ApiKeysTab, { userId: session.user.id, canCreate: (_45 = (_44 = session === null || session === void 0 ? void 0 : session.user) === null || _44 === void 0 ? void 0 : _44.isAllowedToGenerateApiKeys) !== null && _45 !== void 0 ? _45 : false })] })] }) }) }) }));
458
+ };
459
+ var AI_TABS = [
460
+ { key: "fast", label: "Fast Model", title: "Fast Model" },
461
+ { key: "default", label: "Intelligent Model", title: "Intelligent Model (Reasoning & tool use)" },
462
+ ];
463
+ var DEFAULT_BEHAVIOR = { streaming: false, custom: "" };
464
+ var AiSettingsSection = function (_a) {
465
+ var aiConfig = _a.aiConfig, onAiConfigChange = _a.onAiConfigChange;
466
+ var _b = useState("fast"), activeTab = _b[0], setActiveTab = _b[1];
467
+ var tabItems = AI_TABS.map(function (tab) {
468
+ var _a, _b, _c, _d, _e, _f, _g;
469
+ var modelEntry = (_b = (_a = aiConfig.models) === null || _a === void 0 ? void 0 : _a[tab.key]) !== null && _b !== void 0 ? _b : { providerKey: "", behavior: DEFAULT_BEHAVIOR };
470
+ var providerKey = (_c = modelEntry.providerKey) !== null && _c !== void 0 ? _c : "";
471
+ var providerConfig = (_e = (_d = aiConfig.providers) === null || _d === void 0 ? void 0 : _d[providerKey]) !== null && _e !== void 0 ? _e : { provider: providerKey, apiKey: "", model: "" };
472
+ var behavior = (_f = modelEntry.behavior) !== null && _f !== void 0 ? _f : DEFAULT_BEHAVIOR;
473
+ return {
474
+ value: tab.key,
475
+ label: tab.label,
476
+ content: (_jsx(AiModelConfigTab, { providerKey: providerKey, providerConfig: providerConfig, behavior: behavior, allProviders: (_g = aiConfig.providers) !== null && _g !== void 0 ? _g : {}, onProviderKeyChange: function (newKey, newConfig) {
477
+ var _a, _b;
478
+ onAiConfigChange(__assign(__assign({}, aiConfig), { models: __assign(__assign({}, aiConfig.models), (_a = {}, _a[tab.key] = __assign(__assign({}, modelEntry), { providerKey: newKey }), _a)), providers: __assign(__assign({}, aiConfig.providers), (_b = {}, _b[newKey] = newConfig, _b)) }));
479
+ }, onProviderConfigChange: function (pk, config) {
480
+ var _a;
481
+ onAiConfigChange(__assign(__assign({}, aiConfig), { providers: __assign(__assign({}, aiConfig.providers), (_a = {}, _a[pk] = config, _a)) }));
482
+ }, onBehaviorChange: function (newBehavior) {
483
+ var _a;
484
+ onAiConfigChange(__assign(__assign({}, aiConfig), { models: __assign(__assign({}, aiConfig.models), (_a = {}, _a[tab.key] = __assign(__assign({}, modelEntry), { behavior: newBehavior }), _a)) }));
485
+ } })),
486
+ };
487
+ });
488
+ return (_jsxs("div", { children: [_jsx("p", { className: "solid-settings-heading", style: { marginBottom: "1rem" }, children: "AI Model Configuration" }), _jsx(SolidTabGroup, { tabs: tabItems, value: activeTab, onValueChange: function (value) { return setActiveTab(value); }, tabPosition: "left" })] }));
493
489
  };
494
490
  //# sourceMappingURL=GeneralSettings.js.map