@solidxai/core-ui 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2681) hide show
  1. package/dist/adapters/auth/getSession.d.ts +3 -0
  2. package/dist/adapters/auth/getSession.d.ts.map +1 -0
  3. package/dist/adapters/auth/getSession.js +92 -0
  4. package/dist/adapters/auth/getSession.js.map +1 -0
  5. package/dist/adapters/auth/getSession.ts +49 -0
  6. package/dist/adapters/auth/handleLogout.d.ts +2 -0
  7. package/dist/adapters/auth/handleLogout.d.ts.map +1 -0
  8. package/dist/adapters/auth/handleLogout.js +90 -0
  9. package/dist/adapters/auth/handleLogout.js.map +1 -0
  10. package/dist/adapters/auth/handleLogout.ts +39 -0
  11. package/dist/adapters/auth/index.d.ts +11 -0
  12. package/dist/adapters/auth/index.d.ts.map +1 -0
  13. package/dist/adapters/auth/index.js +10 -0
  14. package/dist/adapters/auth/index.js.map +1 -0
  15. package/dist/adapters/auth/index.ts +10 -0
  16. package/dist/adapters/auth/refreshAccessToken.d.ts +2 -0
  17. package/dist/adapters/auth/refreshAccessToken.d.ts.map +1 -0
  18. package/dist/adapters/auth/refreshAccessToken.js +85 -0
  19. package/dist/adapters/auth/refreshAccessToken.js.map +1 -0
  20. package/dist/adapters/auth/refreshAccessToken.ts +34 -0
  21. package/dist/adapters/auth/sessionProvider.d.ts +5 -0
  22. package/dist/adapters/auth/sessionProvider.d.ts.map +1 -0
  23. package/dist/adapters/auth/sessionProvider.js +6 -0
  24. package/dist/adapters/auth/sessionProvider.js.map +1 -0
  25. package/dist/adapters/auth/sessionProvider.tsx +5 -0
  26. package/dist/adapters/auth/signIn.d.ts +9 -0
  27. package/dist/adapters/auth/signIn.d.ts.map +1 -0
  28. package/dist/adapters/auth/signIn.js +108 -0
  29. package/dist/adapters/auth/signIn.js.map +1 -0
  30. package/dist/adapters/auth/signIn.ts +70 -0
  31. package/dist/adapters/auth/signInWithOAuthAccessCode.d.ts +13 -0
  32. package/dist/adapters/auth/signInWithOAuthAccessCode.d.ts.map +1 -0
  33. package/dist/adapters/auth/signInWithOAuthAccessCode.js +110 -0
  34. package/dist/adapters/auth/signInWithOAuthAccessCode.js.map +1 -0
  35. package/dist/adapters/auth/signInWithOAuthAccessCode.ts +80 -0
  36. package/dist/adapters/auth/signInWithOtp.d.ts +14 -0
  37. package/dist/adapters/auth/signInWithOtp.d.ts.map +1 -0
  38. package/dist/adapters/auth/signInWithOtp.js +108 -0
  39. package/dist/adapters/auth/signInWithOtp.js.map +1 -0
  40. package/dist/adapters/auth/signInWithOtp.ts +77 -0
  41. package/dist/adapters/auth/signOut.d.ts +6 -0
  42. package/dist/adapters/auth/signOut.d.ts.map +1 -0
  43. package/dist/adapters/auth/signOut.js +52 -0
  44. package/dist/adapters/auth/signOut.js.map +1 -0
  45. package/dist/adapters/auth/signOut.ts +15 -0
  46. package/dist/adapters/auth/storage.d.ts +5 -0
  47. package/dist/adapters/auth/storage.d.ts.map +1 -0
  48. package/dist/adapters/auth/storage.js +29 -0
  49. package/dist/adapters/auth/storage.js.map +1 -0
  50. package/dist/adapters/auth/storage.ts +28 -0
  51. package/dist/adapters/auth/types.d.ts +10 -0
  52. package/dist/adapters/auth/types.d.ts.map +1 -0
  53. package/dist/adapters/auth/types.js +2 -0
  54. package/dist/adapters/auth/types.js.map +1 -0
  55. package/dist/adapters/auth/types.ts +9 -0
  56. package/dist/adapters/env.d.ts +2 -0
  57. package/dist/adapters/env.d.ts.map +1 -0
  58. package/dist/adapters/env.js +33 -0
  59. package/dist/adapters/env.js.map +1 -0
  60. package/dist/adapters/env.ts +29 -0
  61. package/dist/components/Svg/DevDocs.d.ts +2 -0
  62. package/dist/components/Svg/DevDocs.d.ts.map +1 -0
  63. package/dist/components/Svg/DevDocs.js +5 -0
  64. package/dist/components/Svg/DevDocs.js.map +1 -0
  65. package/dist/components/Svg/DevDocs.tsx +9 -0
  66. package/dist/components/Svg/DocsSvg.d.ts +2 -0
  67. package/dist/components/Svg/DocsSvg.d.ts.map +1 -0
  68. package/dist/components/Svg/DocsSvg.js +5 -0
  69. package/dist/components/Svg/DocsSvg.js.map +1 -0
  70. package/dist/components/Svg/DocsSvg.tsx +9 -0
  71. package/dist/components/Svg/ExcelSvg.d.ts +6 -0
  72. package/dist/components/Svg/ExcelSvg.d.ts.map +1 -0
  73. package/dist/components/Svg/ExcelSvg.js +6 -0
  74. package/dist/components/Svg/ExcelSvg.js.map +1 -0
  75. package/dist/components/Svg/ExcelSvg.tsx +15 -0
  76. package/dist/components/Svg/FieldSvg.d.ts +2 -0
  77. package/dist/components/Svg/FieldSvg.d.ts.map +1 -0
  78. package/dist/components/Svg/FieldSvg.js +5 -0
  79. package/dist/components/Svg/FieldSvg.js.map +1 -0
  80. package/dist/components/Svg/FieldSvg.tsx +9 -0
  81. package/dist/components/Svg/FileSvg.d.ts +4 -0
  82. package/dist/components/Svg/FileSvg.d.ts.map +1 -0
  83. package/dist/components/Svg/FileSvg.js +15 -0
  84. package/dist/components/Svg/FileSvg.js.map +1 -0
  85. package/dist/components/Svg/FileSvg.tsx +18 -0
  86. package/dist/components/Svg/HomePageModuleSvg.d.ts +2 -0
  87. package/dist/components/Svg/HomePageModuleSvg.d.ts.map +1 -0
  88. package/dist/components/Svg/HomePageModuleSvg.js +5 -0
  89. package/dist/components/Svg/HomePageModuleSvg.js.map +1 -0
  90. package/dist/components/Svg/HomePageModuleSvg.tsx +179 -0
  91. package/dist/components/Svg/ModelSvg.d.ts +2 -0
  92. package/dist/components/Svg/ModelSvg.d.ts.map +1 -0
  93. package/dist/components/Svg/ModelSvg.js +5 -0
  94. package/dist/components/Svg/ModelSvg.js.map +1 -0
  95. package/dist/components/Svg/ModelSvg.tsx +9 -0
  96. package/dist/components/Svg/ModuleSvg.d.ts +2 -0
  97. package/dist/components/Svg/ModuleSvg.d.ts.map +1 -0
  98. package/dist/components/Svg/ModuleSvg.js +5 -0
  99. package/dist/components/Svg/ModuleSvg.js.map +1 -0
  100. package/dist/components/Svg/ModuleSvg.tsx +9 -0
  101. package/dist/components/Svg/PDFSvg.d.ts +6 -0
  102. package/dist/components/Svg/PDFSvg.d.ts.map +1 -0
  103. package/dist/components/Svg/PDFSvg.js +6 -0
  104. package/dist/components/Svg/PDFSvg.js.map +1 -0
  105. package/dist/components/Svg/PDFSvg.tsx +15 -0
  106. package/dist/components/Svg/RightArrowSvg.d.ts +2 -0
  107. package/dist/components/Svg/RightArrowSvg.d.ts.map +1 -0
  108. package/dist/components/Svg/RightArrowSvg.js +5 -0
  109. package/dist/components/Svg/RightArrowSvg.js.map +1 -0
  110. package/dist/components/Svg/RightArrowSvg.tsx +9 -0
  111. package/dist/components/Svg/SettingsSvg.d.ts +2 -0
  112. package/dist/components/Svg/SettingsSvg.d.ts.map +1 -0
  113. package/dist/components/Svg/SettingsSvg.js +5 -0
  114. package/dist/components/Svg/SettingsSvg.js.map +1 -0
  115. package/dist/components/Svg/SettingsSvg.tsx +9 -0
  116. package/dist/components/auth/AuthLayout.d.ts +4 -0
  117. package/dist/components/auth/AuthLayout.d.ts.map +1 -0
  118. package/dist/components/auth/AuthLayout.js +103 -0
  119. package/dist/components/auth/AuthLayout.js.map +1 -0
  120. package/dist/components/auth/AuthLayout.tsx +226 -0
  121. package/dist/components/auth/ForgotPasswordThankYou.d.ts +2 -0
  122. package/dist/components/auth/ForgotPasswordThankYou.d.ts.map +1 -0
  123. package/dist/components/auth/ForgotPasswordThankYou.js +17 -0
  124. package/dist/components/auth/ForgotPasswordThankYou.js.map +1 -0
  125. package/dist/components/auth/ForgotPasswordThankYou.tsx +31 -0
  126. package/dist/components/auth/GoogleAuthChecking.d.ts +2 -0
  127. package/dist/components/auth/GoogleAuthChecking.d.ts.map +1 -0
  128. package/dist/components/auth/GoogleAuthChecking.js +98 -0
  129. package/dist/components/auth/GoogleAuthChecking.js.map +1 -0
  130. package/dist/components/auth/GoogleAuthChecking.tsx +60 -0
  131. package/dist/components/auth/SolidChangeForcePassword.d.ts +3 -0
  132. package/dist/components/auth/SolidChangeForcePassword.d.ts.map +1 -0
  133. package/dist/components/auth/SolidChangeForcePassword.js +161 -0
  134. package/dist/components/auth/SolidChangeForcePassword.js.map +1 -0
  135. package/dist/components/auth/SolidChangeForcePassword.tsx +213 -0
  136. package/dist/components/auth/SolidForgotPassword.d.ts +3 -0
  137. package/dist/components/auth/SolidForgotPassword.d.ts.map +1 -0
  138. package/dist/components/auth/SolidForgotPassword.js +115 -0
  139. package/dist/components/auth/SolidForgotPassword.js.map +1 -0
  140. package/dist/components/auth/SolidForgotPassword.tsx +116 -0
  141. package/dist/components/auth/SolidInitialLoginOtp.d.ts +3 -0
  142. package/dist/components/auth/SolidInitialLoginOtp.d.ts.map +1 -0
  143. package/dist/components/auth/SolidInitialLoginOtp.js +220 -0
  144. package/dist/components/auth/SolidInitialLoginOtp.js.map +1 -0
  145. package/dist/components/auth/SolidInitialLoginOtp.tsx +231 -0
  146. package/dist/components/auth/SolidInitiateRegisterOtp.d.ts +3 -0
  147. package/dist/components/auth/SolidInitiateRegisterOtp.d.ts.map +1 -0
  148. package/dist/components/auth/SolidInitiateRegisterOtp.js +200 -0
  149. package/dist/components/auth/SolidInitiateRegisterOtp.js.map +1 -0
  150. package/dist/components/auth/SolidInitiateRegisterOtp.tsx +208 -0
  151. package/dist/components/auth/SolidLogin.d.ts +3 -0
  152. package/dist/components/auth/SolidLogin.d.ts.map +1 -0
  153. package/dist/components/auth/SolidLogin.js +290 -0
  154. package/dist/components/auth/SolidLogin.js.map +1 -0
  155. package/dist/components/auth/SolidLogin.tsx +418 -0
  156. package/dist/components/auth/SolidOTPVerify.d.ts +3 -0
  157. package/dist/components/auth/SolidOTPVerify.d.ts.map +1 -0
  158. package/dist/components/auth/SolidOTPVerify.js +67 -0
  159. package/dist/components/auth/SolidOTPVerify.js.map +1 -0
  160. package/dist/components/auth/SolidOTPVerify.tsx +133 -0
  161. package/dist/components/auth/SolidRegister.d.ts +3 -0
  162. package/dist/components/auth/SolidRegister.d.ts.map +1 -0
  163. package/dist/components/auth/SolidRegister.js +294 -0
  164. package/dist/components/auth/SolidRegister.js.map +1 -0
  165. package/dist/components/auth/SolidRegister.tsx +442 -0
  166. package/dist/components/auth/SolidResetPassword.d.ts +3 -0
  167. package/dist/components/auth/SolidResetPassword.d.ts.map +1 -0
  168. package/dist/components/auth/SolidResetPassword.js +142 -0
  169. package/dist/components/auth/SolidResetPassword.js.map +1 -0
  170. package/dist/components/auth/SolidResetPassword.tsx +186 -0
  171. package/dist/components/common/AuthBanner.d.ts +3 -0
  172. package/dist/components/common/AuthBanner.d.ts.map +1 -0
  173. package/dist/components/common/AuthBanner.js +15 -0
  174. package/dist/components/common/AuthBanner.js.map +1 -0
  175. package/dist/components/common/AuthBanner.tsx +41 -0
  176. package/dist/components/common/AutoCompleteField.d.ts +2 -0
  177. package/dist/components/common/AutoCompleteField.d.ts.map +1 -0
  178. package/dist/components/common/AutoCompleteField.js +100 -0
  179. package/dist/components/common/AutoCompleteField.js.map +1 -0
  180. package/dist/components/common/AutoCompleteField.tsx +79 -0
  181. package/dist/components/common/BackButton.d.ts +2 -0
  182. package/dist/components/common/BackButton.d.ts.map +1 -0
  183. package/dist/components/common/BackButton.js +56 -0
  184. package/dist/components/common/BackButton.js.map +1 -0
  185. package/dist/components/common/BackButton.tsx +73 -0
  186. package/dist/components/common/CancelButton.d.ts +3 -0
  187. package/dist/components/common/CancelButton.d.ts.map +1 -0
  188. package/dist/components/common/CancelButton.js +41 -0
  189. package/dist/components/common/CancelButton.js.map +1 -0
  190. package/dist/components/common/CancelButton.tsx +62 -0
  191. package/dist/components/common/CodeEditor.d.ts +3 -0
  192. package/dist/components/common/CodeEditor.d.ts.map +1 -0
  193. package/dist/components/common/CodeEditor.js +24 -0
  194. package/dist/components/common/CodeEditor.js.map +1 -0
  195. package/dist/components/common/CodeEditor.tsx +38 -0
  196. package/dist/components/common/CreateButton.d.ts +2 -0
  197. package/dist/components/common/CreateButton.d.ts.map +1 -0
  198. package/dist/components/common/CreateButton.js +11 -0
  199. package/dist/components/common/CreateButton.js.map +1 -0
  200. package/dist/components/common/CreateButton.tsx +18 -0
  201. package/dist/components/common/DownloadProgressToast.d.ts +10 -0
  202. package/dist/components/common/DownloadProgressToast.d.ts.map +1 -0
  203. package/dist/components/common/DownloadProgressToast.js +17 -0
  204. package/dist/components/common/DownloadProgressToast.js.map +1 -0
  205. package/dist/components/common/DownloadProgressToast.tsx +55 -0
  206. package/dist/components/common/DropzonePlaceholder.d.ts +7 -0
  207. package/dist/components/common/DropzonePlaceholder.d.ts.map +1 -0
  208. package/dist/components/common/DropzonePlaceholder.js +12 -0
  209. package/dist/components/common/DropzonePlaceholder.js.map +1 -0
  210. package/dist/components/common/DropzonePlaceholder.tsx +31 -0
  211. package/dist/components/common/DropzoneUpload.d.ts +2 -0
  212. package/dist/components/common/DropzoneUpload.d.ts.map +1 -0
  213. package/dist/components/common/DropzoneUpload.js +6 -0
  214. package/dist/components/common/DropzoneUpload.js.map +1 -0
  215. package/dist/components/common/DropzoneUpload.tsx +11 -0
  216. package/dist/components/common/FileReaderExt.d.ts +4 -0
  217. package/dist/components/common/FileReaderExt.d.ts.map +1 -0
  218. package/dist/components/common/FileReaderExt.js +16 -0
  219. package/dist/components/common/FileReaderExt.js.map +1 -0
  220. package/dist/components/common/FileReaderExt.tsx +20 -0
  221. package/dist/components/common/GeneralSettings.d.ts +2 -0
  222. package/dist/components/common/GeneralSettings.d.ts.map +1 -0
  223. package/dist/components/common/GeneralSettings.js +526 -0
  224. package/dist/components/common/GeneralSettings.js.map +1 -0
  225. package/dist/components/common/GeneralSettings.tsx +1215 -0
  226. package/dist/components/common/HeaderDynamicTitles.d.ts +2 -0
  227. package/dist/components/common/HeaderDynamicTitles.d.ts.map +1 -0
  228. package/dist/components/common/HeaderDynamicTitles.js +8 -0
  229. package/dist/components/common/HeaderDynamicTitles.js.map +1 -0
  230. package/dist/components/common/HeaderDynamicTitles.tsx +13 -0
  231. package/dist/components/common/Image.d.ts +10 -0
  232. package/dist/components/common/Image.d.ts.map +1 -0
  233. package/dist/components/common/Image.js +29 -0
  234. package/dist/components/common/Image.js.map +1 -0
  235. package/dist/components/common/Image.tsx +13 -0
  236. package/dist/components/common/Link.d.ts +4 -0
  237. package/dist/components/common/Link.d.ts.map +1 -0
  238. package/dist/components/common/Link.js +31 -0
  239. package/dist/components/common/Link.js.map +1 -0
  240. package/dist/components/common/Link.tsx +13 -0
  241. package/dist/components/common/MarkdownViewer.d.ts +7 -0
  242. package/dist/components/common/MarkdownViewer.d.ts.map +1 -0
  243. package/dist/components/common/MarkdownViewer.js +58 -0
  244. package/dist/components/common/MarkdownViewer.js.map +1 -0
  245. package/dist/components/common/MarkdownViewer.tsx +84 -0
  246. package/dist/components/common/MultipleSelectAutoCompleteField.d.ts +2 -0
  247. package/dist/components/common/MultipleSelectAutoCompleteField.d.ts.map +1 -0
  248. package/dist/components/common/MultipleSelectAutoCompleteField.js +90 -0
  249. package/dist/components/common/MultipleSelectAutoCompleteField.js.map +1 -0
  250. package/dist/components/common/MultipleSelectAutoCompleteField.tsx +64 -0
  251. package/dist/components/common/NotFound.d.ts +2 -0
  252. package/dist/components/common/NotFound.d.ts.map +1 -0
  253. package/dist/components/common/NotFound.js +6 -0
  254. package/dist/components/common/NotFound.js.map +1 -0
  255. package/dist/components/common/NotFound.tsx +22 -0
  256. package/dist/components/common/SingleSelectAutoCompleteField.d.ts +2 -0
  257. package/dist/components/common/SingleSelectAutoCompleteField.d.ts.map +1 -0
  258. package/dist/components/common/SingleSelectAutoCompleteField.js +92 -0
  259. package/dist/components/common/SingleSelectAutoCompleteField.js.map +1 -0
  260. package/dist/components/common/SingleSelectAutoCompleteField.tsx +73 -0
  261. package/dist/components/common/SocialMediaLogin.d.ts +2 -0
  262. package/dist/components/common/SocialMediaLogin.d.ts.map +1 -0
  263. package/dist/components/common/SocialMediaLogin.js +12 -0
  264. package/dist/components/common/SocialMediaLogin.js.map +1 -0
  265. package/dist/components/common/SocialMediaLogin.tsx +55 -0
  266. package/dist/components/common/SolidAdmin.d.ts +2 -0
  267. package/dist/components/common/SolidAdmin.d.ts.map +1 -0
  268. package/dist/components/common/SolidAdmin.js +10 -0
  269. package/dist/components/common/SolidAdmin.js.map +1 -0
  270. package/dist/components/common/SolidAdmin.tsx +29 -0
  271. package/dist/components/common/SolidBreadcrumb.d.ts +7 -0
  272. package/dist/components/common/SolidBreadcrumb.d.ts.map +1 -0
  273. package/dist/components/common/SolidBreadcrumb.js +104 -0
  274. package/dist/components/common/SolidBreadcrumb.js.map +1 -0
  275. package/dist/components/common/SolidBreadcrumb.tsx +130 -0
  276. package/dist/components/common/SolidErrorPage.d.ts +9 -0
  277. package/dist/components/common/SolidErrorPage.d.ts.map +1 -0
  278. package/dist/components/common/SolidErrorPage.js +10 -0
  279. package/dist/components/common/SolidErrorPage.js.map +1 -0
  280. package/dist/components/common/SolidErrorPage.tsx +37 -0
  281. package/dist/components/common/SolidExport.d.ts +3 -0
  282. package/dist/components/common/SolidExport.d.ts.map +1 -0
  283. package/dist/components/common/SolidExport.js +349 -0
  284. package/dist/components/common/SolidExport.js.map +1 -0
  285. package/dist/components/common/SolidExport.tsx +563 -0
  286. package/dist/components/common/SolidExportStepper.d.ts +12 -0
  287. package/dist/components/common/SolidExportStepper.d.ts.map +1 -0
  288. package/dist/components/common/SolidExportStepper.js +30 -0
  289. package/dist/components/common/SolidExportStepper.js.map +1 -0
  290. package/dist/components/common/SolidExportStepper.tsx +135 -0
  291. package/dist/components/common/SolidFieldTooltip.d.ts +2 -0
  292. package/dist/components/common/SolidFieldTooltip.d.ts.map +1 -0
  293. package/dist/components/common/SolidFieldTooltip.js +15 -0
  294. package/dist/components/common/SolidFieldTooltip.js.map +1 -0
  295. package/dist/components/common/SolidFieldTooltip.tsx +23 -0
  296. package/dist/components/common/SolidFormHeader.d.ts +12 -0
  297. package/dist/components/common/SolidFormHeader.d.ts.map +1 -0
  298. package/dist/components/common/SolidFormHeader.js +21 -0
  299. package/dist/components/common/SolidFormHeader.js.map +1 -0
  300. package/dist/components/common/SolidFormHeader.tsx +25 -0
  301. package/dist/components/common/SolidFormStepper.d.ts +12 -0
  302. package/dist/components/common/SolidFormStepper.d.ts.map +1 -0
  303. package/dist/components/common/SolidFormStepper.js +273 -0
  304. package/dist/components/common/SolidFormStepper.js.map +1 -0
  305. package/dist/components/common/SolidFormStepper.tsx +336 -0
  306. package/dist/components/common/SolidModuleHome.d.ts +6 -0
  307. package/dist/components/common/SolidModuleHome.d.ts.map +1 -0
  308. package/dist/components/common/SolidModuleHome.js +56 -0
  309. package/dist/components/common/SolidModuleHome.js.map +1 -0
  310. package/dist/components/common/SolidModuleHome.tsx +128 -0
  311. package/dist/components/common/SolidNotFoundPage.d.ts +9 -0
  312. package/dist/components/common/SolidNotFoundPage.d.ts.map +1 -0
  313. package/dist/components/common/SolidNotFoundPage.js +10 -0
  314. package/dist/components/common/SolidNotFoundPage.js.map +1 -0
  315. package/dist/components/common/SolidNotFoundPage.tsx +37 -0
  316. package/dist/components/common/SolidPopupContainer.d.ts +3 -0
  317. package/dist/components/common/SolidPopupContainer.d.ts.map +1 -0
  318. package/dist/components/common/SolidPopupContainer.js +27 -0
  319. package/dist/components/common/SolidPopupContainer.js.map +1 -0
  320. package/dist/components/common/SolidPopupContainer.tsx +37 -0
  321. package/dist/components/common/SolidSettings/LlmSettings/AnthropicProviderComponent.d.ts +2 -0
  322. package/dist/components/common/SolidSettings/LlmSettings/AnthropicProviderComponent.d.ts.map +1 -0
  323. package/dist/components/common/SolidSettings/LlmSettings/AnthropicProviderComponent.js +8 -0
  324. package/dist/components/common/SolidSettings/LlmSettings/AnthropicProviderComponent.js.map +1 -0
  325. package/dist/components/common/SolidSettings/LlmSettings/AnthropicProviderComponent.tsx +45 -0
  326. package/dist/components/common/SolidSettings/LlmSettings/OpenAiProviderComponent.d.ts +2 -0
  327. package/dist/components/common/SolidSettings/LlmSettings/OpenAiProviderComponent.d.ts.map +1 -0
  328. package/dist/components/common/SolidSettings/LlmSettings/OpenAiProviderComponent.js +8 -0
  329. package/dist/components/common/SolidSettings/LlmSettings/OpenAiProviderComponent.js.map +1 -0
  330. package/dist/components/common/SolidSettings/LlmSettings/OpenAiProviderComponent.tsx +45 -0
  331. package/dist/components/common/SolidSettings/SettingDropzoneActivePlaceholder.d.ts +2 -0
  332. package/dist/components/common/SolidSettings/SettingDropzoneActivePlaceholder.d.ts.map +1 -0
  333. package/dist/components/common/SolidSettings/SettingDropzoneActivePlaceholder.js +7 -0
  334. package/dist/components/common/SolidSettings/SettingDropzoneActivePlaceholder.js.map +1 -0
  335. package/dist/components/common/SolidSettings/SettingDropzoneActivePlaceholder.tsx +20 -0
  336. package/dist/components/common/SolidSettings/SettingsImageRemoveButton.d.ts +2 -0
  337. package/dist/components/common/SolidSettings/SettingsImageRemoveButton.d.ts.map +1 -0
  338. package/dist/components/common/SolidSettings/SettingsImageRemoveButton.js +7 -0
  339. package/dist/components/common/SolidSettings/SettingsImageRemoveButton.js.map +1 -0
  340. package/dist/components/common/SolidSettings/SettingsImageRemoveButton.tsx +15 -0
  341. package/dist/components/common/SolidSettings/SolidUploadedImage.d.ts +2 -0
  342. package/dist/components/common/SolidSettings/SolidUploadedImage.d.ts.map +1 -0
  343. package/dist/components/common/SolidSettings/SolidUploadedImage.js +7 -0
  344. package/dist/components/common/SolidSettings/SolidUploadedImage.js.map +1 -0
  345. package/dist/components/common/SolidSettings/SolidUploadedImage.tsx +16 -0
  346. package/dist/components/common/SolidThemeLink.d.ts +2 -0
  347. package/dist/components/common/SolidThemeLink.d.ts.map +1 -0
  348. package/dist/components/common/SolidThemeLink.js +5 -0
  349. package/dist/components/common/SolidThemeLink.js.map +1 -0
  350. package/dist/components/common/SolidThemeLink.tsx +6 -0
  351. package/dist/components/common/SolidThemeProvider.d.ts +2 -0
  352. package/dist/components/common/SolidThemeProvider.d.ts.map +1 -0
  353. package/dist/components/common/SolidThemeProvider.js +37 -0
  354. package/dist/components/common/SolidThemeProvider.js.map +1 -0
  355. package/dist/components/common/SolidThemeProvider.tsx +44 -0
  356. package/dist/components/common/StepperArrows/ActiveArrowStep.d.ts +2 -0
  357. package/dist/components/common/StepperArrows/ActiveArrowStep.d.ts.map +1 -0
  358. package/dist/components/common/StepperArrows/ActiveArrowStep.js +5 -0
  359. package/dist/components/common/StepperArrows/ActiveArrowStep.js.map +1 -0
  360. package/dist/components/common/StepperArrows/ActiveArrowStep.tsx +18 -0
  361. package/dist/components/common/StepperArrows/ActiveBeforeStepArrow.d.ts +2 -0
  362. package/dist/components/common/StepperArrows/ActiveBeforeStepArrow.d.ts.map +1 -0
  363. package/dist/components/common/StepperArrows/ActiveBeforeStepArrow.js +5 -0
  364. package/dist/components/common/StepperArrows/ActiveBeforeStepArrow.js.map +1 -0
  365. package/dist/components/common/StepperArrows/ActiveBeforeStepArrow.tsx +18 -0
  366. package/dist/components/common/StepperArrows/InactiveStepArrow.d.ts +2 -0
  367. package/dist/components/common/StepperArrows/InactiveStepArrow.d.ts.map +1 -0
  368. package/dist/components/common/StepperArrows/InactiveStepArrow.js +5 -0
  369. package/dist/components/common/StepperArrows/InactiveStepArrow.js.map +1 -0
  370. package/dist/components/common/StepperArrows/InactiveStepArrow.tsx +19 -0
  371. package/dist/components/common/error.d.ts +9 -0
  372. package/dist/components/common/error.d.ts.map +1 -0
  373. package/dist/components/common/error.js +6 -0
  374. package/dist/components/common/error.js.map +1 -0
  375. package/dist/components/common/error.tsx +30 -0
  376. package/dist/components/common/solid-export.css +85 -0
  377. package/dist/components/common/solidModuleHome.module.css +135 -0
  378. package/dist/components/common/useHandleFormCustomButtonClick.d.ts +2 -0
  379. package/dist/components/common/useHandleFormCustomButtonClick.d.ts.map +1 -0
  380. package/dist/components/common/useHandleFormCustomButtonClick.js +35 -0
  381. package/dist/components/common/useHandleFormCustomButtonClick.js.map +1 -0
  382. package/dist/components/common/useHandleFormCustomButtonClick.ts +40 -0
  383. package/dist/components/common/useHandleListCustomButtonClick.d.ts +2 -0
  384. package/dist/components/common/useHandleListCustomButtonClick.d.ts.map +1 -0
  385. package/dist/components/common/useHandleListCustomButtonClick.js +35 -0
  386. package/dist/components/common/useHandleListCustomButtonClick.js.map +1 -0
  387. package/dist/components/common/useHandleListCustomButtonClick.ts +40 -0
  388. package/dist/components/core/chatter/SolidChatter.d.ts +8 -0
  389. package/dist/components/core/chatter/SolidChatter.d.ts.map +1 -0
  390. package/dist/components/core/chatter/SolidChatter.js +222 -0
  391. package/dist/components/core/chatter/SolidChatter.js.map +1 -0
  392. package/dist/components/core/chatter/SolidChatter.tsx +248 -0
  393. package/dist/components/core/chatter/SolidChatterAuditMessage.d.ts +13 -0
  394. package/dist/components/core/chatter/SolidChatterAuditMessage.d.ts.map +1 -0
  395. package/dist/components/core/chatter/SolidChatterAuditMessage.js +7 -0
  396. package/dist/components/core/chatter/SolidChatterAuditMessage.js.map +1 -0
  397. package/dist/components/core/chatter/SolidChatterAuditMessage.tsx +35 -0
  398. package/dist/components/core/chatter/SolidChatterCustomMessage.d.ts +7 -0
  399. package/dist/components/core/chatter/SolidChatterCustomMessage.d.ts.map +1 -0
  400. package/dist/components/core/chatter/SolidChatterCustomMessage.js +30 -0
  401. package/dist/components/core/chatter/SolidChatterCustomMessage.js.map +1 -0
  402. package/dist/components/core/chatter/SolidChatterCustomMessage.tsx +46 -0
  403. package/dist/components/core/chatter/SolidChatterDateDivider.d.ts +6 -0
  404. package/dist/components/core/chatter/SolidChatterDateDivider.d.ts.map +1 -0
  405. package/dist/components/core/chatter/SolidChatterDateDivider.js +7 -0
  406. package/dist/components/core/chatter/SolidChatterDateDivider.js.map +1 -0
  407. package/dist/components/core/chatter/SolidChatterDateDivider.tsx +16 -0
  408. package/dist/components/core/chatter/SolidChatterHeader.d.ts +17 -0
  409. package/dist/components/core/chatter/SolidChatterHeader.d.ts.map +1 -0
  410. package/dist/components/core/chatter/SolidChatterHeader.js +131 -0
  411. package/dist/components/core/chatter/SolidChatterHeader.js.map +1 -0
  412. package/dist/components/core/chatter/SolidChatterHeader.tsx +218 -0
  413. package/dist/components/core/chatter/SolidChatterMessageBox.d.ts +22 -0
  414. package/dist/components/core/chatter/SolidChatterMessageBox.d.ts.map +1 -0
  415. package/dist/components/core/chatter/SolidChatterMessageBox.js +60 -0
  416. package/dist/components/core/chatter/SolidChatterMessageBox.js.map +1 -0
  417. package/dist/components/core/chatter/SolidChatterMessageBox.tsx +163 -0
  418. package/dist/components/core/chatter/SolidMessageComposer.d.ts +7 -0
  419. package/dist/components/core/chatter/SolidMessageComposer.d.ts.map +1 -0
  420. package/dist/components/core/chatter/SolidMessageComposer.js +119 -0
  421. package/dist/components/core/chatter/SolidMessageComposer.js.map +1 -0
  422. package/dist/components/core/chatter/SolidMessageComposer.tsx +146 -0
  423. package/dist/components/core/chatter/chatter.module.css +74 -0
  424. package/dist/components/core/common/AvatarWidget.d.ts +2 -0
  425. package/dist/components/core/common/AvatarWidget.d.ts.map +1 -0
  426. package/dist/components/core/common/AvatarWidget.js +41 -0
  427. package/dist/components/core/common/AvatarWidget.js.map +1 -0
  428. package/dist/components/core/common/AvatarWidget.tsx +55 -0
  429. package/dist/components/core/common/DateFieldViewComponent.d.ts +8 -0
  430. package/dist/components/core/common/DateFieldViewComponent.d.ts.map +1 -0
  431. package/dist/components/core/common/DateFieldViewComponent.js +21 -0
  432. package/dist/components/core/common/DateFieldViewComponent.js.map +1 -0
  433. package/dist/components/core/common/DateFieldViewComponent.tsx +36 -0
  434. package/dist/components/core/common/FilterComponent.d.ts +39 -0
  435. package/dist/components/core/common/FilterComponent.d.ts.map +1 -0
  436. package/dist/components/core/common/FilterComponent.js +288 -0
  437. package/dist/components/core/common/FilterComponent.js.map +1 -0
  438. package/dist/components/core/common/FilterComponent.tsx +457 -0
  439. package/dist/components/core/common/LoadDynamicJsxComponent.d.ts +2 -0
  440. package/dist/components/core/common/LoadDynamicJsxComponent.d.ts.map +1 -0
  441. package/dist/components/core/common/LoadDynamicJsxComponent.js +50 -0
  442. package/dist/components/core/common/LoadDynamicJsxComponent.js.map +1 -0
  443. package/dist/components/core/common/LoadDynamicJsxComponent.tsx +70 -0
  444. package/dist/components/core/common/PDFViewer.d.ts +4 -0
  445. package/dist/components/core/common/PDFViewer.d.ts.map +1 -0
  446. package/dist/components/core/common/PDFViewer.js +98 -0
  447. package/dist/components/core/common/PDFViewer.js.map +1 -0
  448. package/dist/components/core/common/PDFViewer.tsx +117 -0
  449. package/dist/components/core/common/SolidAccountSettings/SolidAccountSettings.d.ts +2 -0
  450. package/dist/components/core/common/SolidAccountSettings/SolidAccountSettings.d.ts.map +1 -0
  451. package/dist/components/core/common/SolidAccountSettings/SolidAccountSettings.js +48 -0
  452. package/dist/components/core/common/SolidAccountSettings/SolidAccountSettings.js.map +1 -0
  453. package/dist/components/core/common/SolidAccountSettings/SolidAccountSettings.module.css +59 -0
  454. package/dist/components/core/common/SolidAccountSettings/SolidAccountSettings.tsx +89 -0
  455. package/dist/components/core/common/SolidAccountSettings/SolidChangePassword.d.ts +2 -0
  456. package/dist/components/core/common/SolidAccountSettings/SolidChangePassword.d.ts.map +1 -0
  457. package/dist/components/core/common/SolidAccountSettings/SolidChangePassword.js +156 -0
  458. package/dist/components/core/common/SolidAccountSettings/SolidChangePassword.js.map +1 -0
  459. package/dist/components/core/common/SolidAccountSettings/SolidChangePassword.tsx +179 -0
  460. package/dist/components/core/common/SolidAccountSettings/SolidNotifications.d.ts +2 -0
  461. package/dist/components/core/common/SolidAccountSettings/SolidNotifications.d.ts.map +1 -0
  462. package/dist/components/core/common/SolidAccountSettings/SolidNotifications.js +121 -0
  463. package/dist/components/core/common/SolidAccountSettings/SolidNotifications.js.map +1 -0
  464. package/dist/components/core/common/SolidAccountSettings/SolidNotifications.tsx +129 -0
  465. package/dist/components/core/common/SolidAccountSettings/SolidPersonalInfo.d.ts +2 -0
  466. package/dist/components/core/common/SolidAccountSettings/SolidPersonalInfo.d.ts.map +1 -0
  467. package/dist/components/core/common/SolidAccountSettings/SolidPersonalInfo.js +234 -0
  468. package/dist/components/core/common/SolidAccountSettings/SolidPersonalInfo.js.map +1 -0
  469. package/dist/components/core/common/SolidAccountSettings/SolidPersonalInfo.tsx +304 -0
  470. package/dist/components/core/common/SolidCreateButton.d.ts +2 -0
  471. package/dist/components/core/common/SolidCreateButton.d.ts.map +1 -0
  472. package/dist/components/core/common/SolidCreateButton.js +24 -0
  473. package/dist/components/core/common/SolidCreateButton.js.map +1 -0
  474. package/dist/components/core/common/SolidCreateButton.tsx +59 -0
  475. package/dist/components/core/common/SolidGenericImport/DocumentSvg.d.ts +2 -0
  476. package/dist/components/core/common/SolidGenericImport/DocumentSvg.d.ts.map +1 -0
  477. package/dist/components/core/common/SolidGenericImport/DocumentSvg.js +5 -0
  478. package/dist/components/core/common/SolidGenericImport/DocumentSvg.js.map +1 -0
  479. package/dist/components/core/common/SolidGenericImport/DocumentSvg.tsx +15 -0
  480. package/dist/components/core/common/SolidGenericImport/SolidGenericImport.d.ts +2 -0
  481. package/dist/components/core/common/SolidGenericImport/SolidGenericImport.d.ts.map +1 -0
  482. package/dist/components/core/common/SolidGenericImport/SolidGenericImport.js +24 -0
  483. package/dist/components/core/common/SolidGenericImport/SolidGenericImport.js.map +1 -0
  484. package/dist/components/core/common/SolidGenericImport/SolidGenericImport.tsx +64 -0
  485. package/dist/components/core/common/SolidGenericImport/SolidImport.module.css +40 -0
  486. package/dist/components/core/common/SolidGenericImport/SolidImportDropzone.d.ts +2 -0
  487. package/dist/components/core/common/SolidGenericImport/SolidImportDropzone.d.ts.map +1 -0
  488. package/dist/components/core/common/SolidGenericImport/SolidImportDropzone.js +130 -0
  489. package/dist/components/core/common/SolidGenericImport/SolidImportDropzone.js.map +1 -0
  490. package/dist/components/core/common/SolidGenericImport/SolidImportDropzone.tsx +116 -0
  491. package/dist/components/core/common/SolidGenericImport/SolidImportInstructions.d.ts +2 -0
  492. package/dist/components/core/common/SolidGenericImport/SolidImportInstructions.d.ts.map +1 -0
  493. package/dist/components/core/common/SolidGenericImport/SolidImportInstructions.js +128 -0
  494. package/dist/components/core/common/SolidGenericImport/SolidImportInstructions.js.map +1 -0
  495. package/dist/components/core/common/SolidGenericImport/SolidImportInstructions.tsx +123 -0
  496. package/dist/components/core/common/SolidGenericImport/SolidImportStepper.d.ts +2 -0
  497. package/dist/components/core/common/SolidGenericImport/SolidImportStepper.d.ts.map +1 -0
  498. package/dist/components/core/common/SolidGenericImport/SolidImportStepper.js +128 -0
  499. package/dist/components/core/common/SolidGenericImport/SolidImportStepper.js.map +1 -0
  500. package/dist/components/core/common/SolidGenericImport/SolidImportStepper.tsx +217 -0
  501. package/dist/components/core/common/SolidGenericImport/SolidImportTransaction.d.ts +2 -0
  502. package/dist/components/core/common/SolidGenericImport/SolidImportTransaction.d.ts.map +1 -0
  503. package/dist/components/core/common/SolidGenericImport/SolidImportTransaction.js +177 -0
  504. package/dist/components/core/common/SolidGenericImport/SolidImportTransaction.js.map +1 -0
  505. package/dist/components/core/common/SolidGenericImport/SolidImportTransaction.tsx +196 -0
  506. package/dist/components/core/common/SolidGenericImport/SolidImportTransactionStatus.d.ts +2 -0
  507. package/dist/components/core/common/SolidGenericImport/SolidImportTransactionStatus.d.ts.map +1 -0
  508. package/dist/components/core/common/SolidGenericImport/SolidImportTransactionStatus.js +141 -0
  509. package/dist/components/core/common/SolidGenericImport/SolidImportTransactionStatus.js.map +1 -0
  510. package/dist/components/core/common/SolidGenericImport/SolidImportTransactionStatus.tsx +157 -0
  511. package/dist/components/core/common/SolidGenericImport/SolidImportWrapper.d.ts +2 -0
  512. package/dist/components/core/common/SolidGenericImport/SolidImportWrapper.d.ts.map +1 -0
  513. package/dist/components/core/common/SolidGenericImport/SolidImportWrapper.js +16 -0
  514. package/dist/components/core/common/SolidGenericImport/SolidImportWrapper.js.map +1 -0
  515. package/dist/components/core/common/SolidGenericImport/SolidImportWrapper.tsx +29 -0
  516. package/dist/components/core/common/SolidGlobalSearchElement.d.ts +5 -0
  517. package/dist/components/core/common/SolidGlobalSearchElement.d.ts.map +1 -0
  518. package/dist/components/core/common/SolidGlobalSearchElement.js +1167 -0
  519. package/dist/components/core/common/SolidGlobalSearchElement.js.map +1 -0
  520. package/dist/components/core/common/SolidGlobalSearchElement.tsx +1488 -0
  521. package/dist/components/core/common/SolidLayoutViews.d.ts +19 -0
  522. package/dist/components/core/common/SolidLayoutViews.d.ts.map +1 -0
  523. package/dist/components/core/common/SolidLayoutViews.js +13 -0
  524. package/dist/components/core/common/SolidLayoutViews.js.map +1 -0
  525. package/dist/components/core/common/SolidLayoutViews.tsx +87 -0
  526. package/dist/components/core/common/SolidListViewOptions.d.ts +2 -0
  527. package/dist/components/core/common/SolidListViewOptions.d.ts.map +1 -0
  528. package/dist/components/core/common/SolidListViewOptions.js +10 -0
  529. package/dist/components/core/common/SolidListViewOptions.js.map +1 -0
  530. package/dist/components/core/common/SolidListViewOptions.tsx +31 -0
  531. package/dist/components/core/common/SolidLoaders/SolidCircularLoader.d.ts +2 -0
  532. package/dist/components/core/common/SolidLoaders/SolidCircularLoader.d.ts.map +1 -0
  533. package/dist/components/core/common/SolidLoaders/SolidCircularLoader.js +6 -0
  534. package/dist/components/core/common/SolidLoaders/SolidCircularLoader.js.map +1 -0
  535. package/dist/components/core/common/SolidLoaders/SolidCircularLoader.tsx +7 -0
  536. package/dist/components/core/common/SolidLoaders/SolidLoaders.module.css +20 -0
  537. package/dist/components/core/common/SolidPasswordHelperText.d.ts +7 -0
  538. package/dist/components/core/common/SolidPasswordHelperText.d.ts.map +1 -0
  539. package/dist/components/core/common/SolidPasswordHelperText.js +14 -0
  540. package/dist/components/core/common/SolidPasswordHelperText.js.map +1 -0
  541. package/dist/components/core/common/SolidPasswordHelperText.tsx +33 -0
  542. package/dist/components/core/common/SolidSaveCustomFilterForm.d.ts +9 -0
  543. package/dist/components/core/common/SolidSaveCustomFilterForm.d.ts.map +1 -0
  544. package/dist/components/core/common/SolidSaveCustomFilterForm.js +37 -0
  545. package/dist/components/core/common/SolidSaveCustomFilterForm.js.map +1 -0
  546. package/dist/components/core/common/SolidSaveCustomFilterForm.tsx +75 -0
  547. package/dist/components/core/common/SolidSearchBox.d.ts +2 -0
  548. package/dist/components/core/common/SolidSearchBox.d.ts.map +1 -0
  549. package/dist/components/core/common/SolidSearchBox.js +13 -0
  550. package/dist/components/core/common/SolidSearchBox.js.map +1 -0
  551. package/dist/components/core/common/SolidSearchBox.tsx +17 -0
  552. package/dist/components/core/common/SolidViewLayoutManager.d.ts +167 -0
  553. package/dist/components/core/common/SolidViewLayoutManager.d.ts.map +1 -0
  554. package/dist/components/core/common/SolidViewLayoutManager.js +490 -0
  555. package/dist/components/core/common/SolidViewLayoutManager.js.map +1 -0
  556. package/dist/components/core/common/SolidViewLayoutManager.ts +421 -0
  557. package/dist/components/core/common/SolidXAiIframe.d.ts +7 -0
  558. package/dist/components/core/common/SolidXAiIframe.d.ts.map +1 -0
  559. package/dist/components/core/common/SolidXAiIframe.js +94 -0
  560. package/dist/components/core/common/SolidXAiIframe.js.map +1 -0
  561. package/dist/components/core/common/SolidXAiIframe.tsx +77 -0
  562. package/dist/components/core/dashboard/SolidDashboard.d.ts +29 -0
  563. package/dist/components/core/dashboard/SolidDashboard.d.ts.map +1 -0
  564. package/dist/components/core/dashboard/SolidDashboard.js +266 -0
  565. package/dist/components/core/dashboard/SolidDashboard.js.map +1 -0
  566. package/dist/components/core/dashboard/SolidDashboard.module.css +79 -0
  567. package/dist/components/core/dashboard/SolidDashboard.tsx +332 -0
  568. package/dist/components/core/dashboard/SolidDashboardBody.d.ts +12 -0
  569. package/dist/components/core/dashboard/SolidDashboardBody.d.ts.map +1 -0
  570. package/dist/components/core/dashboard/SolidDashboardBody.js +76 -0
  571. package/dist/components/core/dashboard/SolidDashboardBody.js.map +1 -0
  572. package/dist/components/core/dashboard/SolidDashboardBody.tsx +117 -0
  573. package/dist/components/core/dashboard/SolidDashboardFilterRequired.d.ts +2 -0
  574. package/dist/components/core/dashboard/SolidDashboardFilterRequired.d.ts.map +1 -0
  575. package/dist/components/core/dashboard/SolidDashboardFilterRequired.js +10 -0
  576. package/dist/components/core/dashboard/SolidDashboardFilterRequired.js.map +1 -0
  577. package/dist/components/core/dashboard/SolidDashboardFilterRequired.tsx +28 -0
  578. package/dist/components/core/dashboard/SolidDashboardHeader.d.ts +3 -0
  579. package/dist/components/core/dashboard/SolidDashboardHeader.d.ts.map +1 -0
  580. package/dist/components/core/dashboard/SolidDashboardHeader.js +6 -0
  581. package/dist/components/core/dashboard/SolidDashboardHeader.js.map +1 -0
  582. package/dist/components/core/dashboard/SolidDashboardHeader.tsx +10 -0
  583. package/dist/components/core/dashboard/SolidDashboardLoading.d.ts +2 -0
  584. package/dist/components/core/dashboard/SolidDashboardLoading.d.ts.map +1 -0
  585. package/dist/components/core/dashboard/SolidDashboardLoading.js +7 -0
  586. package/dist/components/core/dashboard/SolidDashboardLoading.js.map +1 -0
  587. package/dist/components/core/dashboard/SolidDashboardLoading.tsx +55 -0
  588. package/dist/components/core/dashboard/SolidDashboardNotAvailable.d.ts +3 -0
  589. package/dist/components/core/dashboard/SolidDashboardNotAvailable.d.ts.map +1 -0
  590. package/dist/components/core/dashboard/SolidDashboardNotAvailable.js +11 -0
  591. package/dist/components/core/dashboard/SolidDashboardNotAvailable.js.map +1 -0
  592. package/dist/components/core/dashboard/SolidDashboardNotAvailable.tsx +32 -0
  593. package/dist/components/core/dashboard/SolidDashboardRenderError.d.ts +2 -0
  594. package/dist/components/core/dashboard/SolidDashboardRenderError.d.ts.map +1 -0
  595. package/dist/components/core/dashboard/SolidDashboardRenderError.js +10 -0
  596. package/dist/components/core/dashboard/SolidDashboardRenderError.js.map +1 -0
  597. package/dist/components/core/dashboard/SolidDashboardRenderError.tsx +29 -0
  598. package/dist/components/core/dashboard/SolidDashboardVariable.d.ts +19 -0
  599. package/dist/components/core/dashboard/SolidDashboardVariable.d.ts.map +1 -0
  600. package/dist/components/core/dashboard/SolidDashboardVariable.js +180 -0
  601. package/dist/components/core/dashboard/SolidDashboardVariable.js.map +1 -0
  602. package/dist/components/core/dashboard/SolidDashboardVariable.tsx +256 -0
  603. package/dist/components/core/dashboard/SolidQuestionRenderer.d.ts +9 -0
  604. package/dist/components/core/dashboard/SolidQuestionRenderer.d.ts.map +1 -0
  605. package/dist/components/core/dashboard/SolidQuestionRenderer.js +37 -0
  606. package/dist/components/core/dashboard/SolidQuestionRenderer.js.map +1 -0
  607. package/dist/components/core/dashboard/SolidQuestionRenderer.tsx +78 -0
  608. package/dist/components/core/dashboard/chart-renderers/ChartJsRenderer.d.ts +9 -0
  609. package/dist/components/core/dashboard/chart-renderers/ChartJsRenderer.d.ts.map +1 -0
  610. package/dist/components/core/dashboard/chart-renderers/ChartJsRenderer.js +8 -0
  611. package/dist/components/core/dashboard/chart-renderers/ChartJsRenderer.js.map +1 -0
  612. package/dist/components/core/dashboard/chart-renderers/ChartJsRenderer.tsx +18 -0
  613. package/dist/components/core/dashboard/chart-renderers/PrimeReactDatatableRenderer.d.ts +7 -0
  614. package/dist/components/core/dashboard/chart-renderers/PrimeReactDatatableRenderer.d.ts.map +1 -0
  615. package/dist/components/core/dashboard/chart-renderers/PrimeReactDatatableRenderer.js +32 -0
  616. package/dist/components/core/dashboard/chart-renderers/PrimeReactDatatableRenderer.js.map +1 -0
  617. package/dist/components/core/dashboard/chart-renderers/PrimeReactDatatableRenderer.tsx +54 -0
  618. package/dist/components/core/dashboard/chart-renderers/init-chartjs.d.ts +2 -0
  619. package/dist/components/core/dashboard/chart-renderers/init-chartjs.d.ts.map +1 -0
  620. package/dist/components/core/dashboard/chart-renderers/init-chartjs.js +4 -0
  621. package/dist/components/core/dashboard/chart-renderers/init-chartjs.js.map +1 -0
  622. package/dist/components/core/dashboard/chart-renderers/init-chartjs.ts +25 -0
  623. package/dist/components/core/dashboard/dashboard-utils.d.ts +2 -0
  624. package/dist/components/core/dashboard/dashboard-utils.d.ts.map +1 -0
  625. package/dist/components/core/dashboard/dashboard-utils.js +38 -0
  626. package/dist/components/core/dashboard/dashboard-utils.js.map +1 -0
  627. package/dist/components/core/dashboard/dashboard-utils.ts +39 -0
  628. package/dist/components/core/extension/solid-core/CustomIcon/StatusIcon.d.ts +8 -0
  629. package/dist/components/core/extension/solid-core/CustomIcon/StatusIcon.d.ts.map +1 -0
  630. package/dist/components/core/extension/solid-core/CustomIcon/StatusIcon.js +7 -0
  631. package/dist/components/core/extension/solid-core/CustomIcon/StatusIcon.js.map +1 -0
  632. package/dist/components/core/extension/solid-core/CustomIcon/StatusIcon.tsx +17 -0
  633. package/dist/components/core/extension/solid-core/dashboardQuestion/ChartFormPreviewWidget.d.ts +4 -0
  634. package/dist/components/core/extension/solid-core/dashboardQuestion/ChartFormPreviewWidget.d.ts.map +1 -0
  635. package/dist/components/core/extension/solid-core/dashboardQuestion/ChartFormPreviewWidget.js +23 -0
  636. package/dist/components/core/extension/solid-core/dashboardQuestion/ChartFormPreviewWidget.js.map +1 -0
  637. package/dist/components/core/extension/solid-core/dashboardQuestion/ChartFormPreviewWidget.tsx +36 -0
  638. package/dist/components/core/extension/solid-core/emailTemplate/emailFormTypeChangeHandler.d.ts +7 -0
  639. package/dist/components/core/extension/solid-core/emailTemplate/emailFormTypeChangeHandler.d.ts.map +1 -0
  640. package/dist/components/core/extension/solid-core/emailTemplate/emailFormTypeChangeHandler.js +17 -0
  641. package/dist/components/core/extension/solid-core/emailTemplate/emailFormTypeChangeHandler.js.map +1 -0
  642. package/dist/components/core/extension/solid-core/emailTemplate/emailFormTypeChangeHandler.ts +18 -0
  643. package/dist/components/core/extension/solid-core/emailTemplate/emailFormTypeLoad.d.ts +7 -0
  644. package/dist/components/core/extension/solid-core/emailTemplate/emailFormTypeLoad.d.ts.map +1 -0
  645. package/dist/components/core/extension/solid-core/emailTemplate/emailFormTypeLoad.js +17 -0
  646. package/dist/components/core/extension/solid-core/emailTemplate/emailFormTypeLoad.js.map +1 -0
  647. package/dist/components/core/extension/solid-core/emailTemplate/emailFormTypeLoad.ts +18 -0
  648. package/dist/components/core/extension/solid-core/modelMetadata/list/DeleteModelRowAction.d.ts +4 -0
  649. package/dist/components/core/extension/solid-core/modelMetadata/list/DeleteModelRowAction.d.ts.map +1 -0
  650. package/dist/components/core/extension/solid-core/modelMetadata/list/DeleteModelRowAction.js +102 -0
  651. package/dist/components/core/extension/solid-core/modelMetadata/list/DeleteModelRowAction.js.map +1 -0
  652. package/dist/components/core/extension/solid-core/modelMetadata/list/DeleteModelRowAction.tsx +105 -0
  653. package/dist/components/core/extension/solid-core/modelMetadata/list/GenerateModelCodeRowAction.d.ts +4 -0
  654. package/dist/components/core/extension/solid-core/modelMetadata/list/GenerateModelCodeRowAction.d.ts.map +1 -0
  655. package/dist/components/core/extension/solid-core/modelMetadata/list/GenerateModelCodeRowAction.js +206 -0
  656. package/dist/components/core/extension/solid-core/modelMetadata/list/GenerateModelCodeRowAction.js.map +1 -0
  657. package/dist/components/core/extension/solid-core/modelMetadata/list/GenerateModelCodeRowAction.tsx +205 -0
  658. package/dist/components/core/extension/solid-core/moduleMetadata/list/DeleteModuleRowAction.d.ts +4 -0
  659. package/dist/components/core/extension/solid-core/moduleMetadata/list/DeleteModuleRowAction.d.ts.map +1 -0
  660. package/dist/components/core/extension/solid-core/moduleMetadata/list/DeleteModuleRowAction.js +124 -0
  661. package/dist/components/core/extension/solid-core/moduleMetadata/list/DeleteModuleRowAction.js.map +1 -0
  662. package/dist/components/core/extension/solid-core/moduleMetadata/list/DeleteModuleRowAction.tsx +131 -0
  663. package/dist/components/core/extension/solid-core/moduleMetadata/list/GenerateModuleCodeRowAction.d.ts +4 -0
  664. package/dist/components/core/extension/solid-core/moduleMetadata/list/GenerateModuleCodeRowAction.d.ts.map +1 -0
  665. package/dist/components/core/extension/solid-core/moduleMetadata/list/GenerateModuleCodeRowAction.js +218 -0
  666. package/dist/components/core/extension/solid-core/moduleMetadata/list/GenerateModuleCodeRowAction.js.map +1 -0
  667. package/dist/components/core/extension/solid-core/moduleMetadata/list/GenerateModuleCodeRowAction.tsx +201 -0
  668. package/dist/components/core/extension/solid-core/roleMetadata/RolePermissionsManyToManyFieldWidget.d.ts +3 -0
  669. package/dist/components/core/extension/solid-core/roleMetadata/RolePermissionsManyToManyFieldWidget.d.ts.map +1 -0
  670. package/dist/components/core/extension/solid-core/roleMetadata/RolePermissionsManyToManyFieldWidget.js +85 -0
  671. package/dist/components/core/extension/solid-core/roleMetadata/RolePermissionsManyToManyFieldWidget.js.map +1 -0
  672. package/dist/components/core/extension/solid-core/roleMetadata/RolePermissionsManyToManyFieldWidget.tsx +131 -0
  673. package/dist/components/core/field/FieldListViewData.d.ts +7 -0
  674. package/dist/components/core/field/FieldListViewData.d.ts.map +1 -0
  675. package/dist/components/core/field/FieldListViewData.js +191 -0
  676. package/dist/components/core/field/FieldListViewData.js.map +1 -0
  677. package/dist/components/core/field/FieldListViewData.tsx +313 -0
  678. package/dist/components/core/filter/SolidBooleanFilterElement.d.ts +2 -0
  679. package/dist/components/core/filter/SolidBooleanFilterElement.d.ts.map +1 -0
  680. package/dist/components/core/filter/SolidBooleanFilterElement.js +18 -0
  681. package/dist/components/core/filter/SolidBooleanFilterElement.js.map +1 -0
  682. package/dist/components/core/filter/SolidBooleanFilterElement.tsx +30 -0
  683. package/dist/components/core/filter/SolidFilterFields.d.ts +10 -0
  684. package/dist/components/core/filter/SolidFilterFields.d.ts.map +1 -0
  685. package/dist/components/core/filter/SolidFilterFields.js +111 -0
  686. package/dist/components/core/filter/SolidFilterFields.js.map +1 -0
  687. package/dist/components/core/filter/SolidFilterFields.tsx +131 -0
  688. package/dist/components/core/filter/SolidManyToManyFilterElement.d.ts +2 -0
  689. package/dist/components/core/filter/SolidManyToManyFilterElement.d.ts.map +1 -0
  690. package/dist/components/core/filter/SolidManyToManyFilterElement.js +88 -0
  691. package/dist/components/core/filter/SolidManyToManyFilterElement.js.map +1 -0
  692. package/dist/components/core/filter/SolidManyToManyFilterElement.tsx +64 -0
  693. package/dist/components/core/filter/SolidManyToOneFilterElement.d.ts +2 -0
  694. package/dist/components/core/filter/SolidManyToOneFilterElement.d.ts.map +1 -0
  695. package/dist/components/core/filter/SolidManyToOneFilterElement.js +87 -0
  696. package/dist/components/core/filter/SolidManyToOneFilterElement.js.map +1 -0
  697. package/dist/components/core/filter/SolidManyToOneFilterElement.tsx +61 -0
  698. package/dist/components/core/filter/SolidSelectionDynamicFilterElement.d.ts +2 -0
  699. package/dist/components/core/filter/SolidSelectionDynamicFilterElement.d.ts.map +1 -0
  700. package/dist/components/core/filter/SolidSelectionDynamicFilterElement.js +73 -0
  701. package/dist/components/core/filter/SolidSelectionDynamicFilterElement.js.map +1 -0
  702. package/dist/components/core/filter/SolidSelectionDynamicFilterElement.tsx +50 -0
  703. package/dist/components/core/filter/SolidSelectionStaticFilterElement.d.ts +2 -0
  704. package/dist/components/core/filter/SolidSelectionStaticFilterElement.d.ts.map +1 -0
  705. package/dist/components/core/filter/SolidSelectionStaticFilterElement.js +20 -0
  706. package/dist/components/core/filter/SolidSelectionStaticFilterElement.js.map +1 -0
  707. package/dist/components/core/filter/SolidSelectionStaticFilterElement.tsx +32 -0
  708. package/dist/components/core/filter/SolidVarInputsFilterElement.d.ts +14 -0
  709. package/dist/components/core/filter/SolidVarInputsFilterElement.d.ts.map +1 -0
  710. package/dist/components/core/filter/SolidVarInputsFilterElement.js +90 -0
  711. package/dist/components/core/filter/SolidVarInputsFilterElement.js.map +1 -0
  712. package/dist/components/core/filter/SolidVarInputsFilterElement.tsx +209 -0
  713. package/dist/components/core/filter/fields/SolidBigintField.d.ts +4 -0
  714. package/dist/components/core/filter/fields/SolidBigintField.d.ts.map +1 -0
  715. package/dist/components/core/filter/fields/SolidBigintField.js +7 -0
  716. package/dist/components/core/filter/fields/SolidBigintField.js.map +1 -0
  717. package/dist/components/core/filter/fields/SolidBigintField.tsx +9 -0
  718. package/dist/components/core/filter/fields/SolidBooleanField.d.ts +4 -0
  719. package/dist/components/core/filter/fields/SolidBooleanField.d.ts.map +1 -0
  720. package/dist/components/core/filter/fields/SolidBooleanField.js +28 -0
  721. package/dist/components/core/filter/fields/SolidBooleanField.js.map +1 -0
  722. package/dist/components/core/filter/fields/SolidBooleanField.tsx +68 -0
  723. package/dist/components/core/filter/fields/SolidComputedField.d.ts +4 -0
  724. package/dist/components/core/filter/fields/SolidComputedField.d.ts.map +1 -0
  725. package/dist/components/core/filter/fields/SolidComputedField.js +21 -0
  726. package/dist/components/core/filter/fields/SolidComputedField.js.map +1 -0
  727. package/dist/components/core/filter/fields/SolidComputedField.tsx +23 -0
  728. package/dist/components/core/filter/fields/SolidDateField.d.ts +8 -0
  729. package/dist/components/core/filter/fields/SolidDateField.d.ts.map +1 -0
  730. package/dist/components/core/filter/fields/SolidDateField.js +33 -0
  731. package/dist/components/core/filter/fields/SolidDateField.js.map +1 -0
  732. package/dist/components/core/filter/fields/SolidDateField.tsx +63 -0
  733. package/dist/components/core/filter/fields/SolidDatetimeField.d.ts +4 -0
  734. package/dist/components/core/filter/fields/SolidDatetimeField.d.ts.map +1 -0
  735. package/dist/components/core/filter/fields/SolidDatetimeField.js +26 -0
  736. package/dist/components/core/filter/fields/SolidDatetimeField.js.map +1 -0
  737. package/dist/components/core/filter/fields/SolidDatetimeField.tsx +54 -0
  738. package/dist/components/core/filter/fields/SolidDecimalField.d.ts +4 -0
  739. package/dist/components/core/filter/fields/SolidDecimalField.d.ts.map +1 -0
  740. package/dist/components/core/filter/fields/SolidDecimalField.js +7 -0
  741. package/dist/components/core/filter/fields/SolidDecimalField.js.map +1 -0
  742. package/dist/components/core/filter/fields/SolidDecimalField.tsx +9 -0
  743. package/dist/components/core/filter/fields/SolidExternalIdField.d.ts +4 -0
  744. package/dist/components/core/filter/fields/SolidExternalIdField.d.ts.map +1 -0
  745. package/dist/components/core/filter/fields/SolidExternalIdField.js +23 -0
  746. package/dist/components/core/filter/fields/SolidExternalIdField.js.map +1 -0
  747. package/dist/components/core/filter/fields/SolidExternalIdField.tsx +52 -0
  748. package/dist/components/core/filter/fields/SolidFloatField.d.ts +4 -0
  749. package/dist/components/core/filter/fields/SolidFloatField.d.ts.map +1 -0
  750. package/dist/components/core/filter/fields/SolidFloatField.js +7 -0
  751. package/dist/components/core/filter/fields/SolidFloatField.js.map +1 -0
  752. package/dist/components/core/filter/fields/SolidFloatField.tsx +9 -0
  753. package/dist/components/core/filter/fields/SolidIdField.d.ts +4 -0
  754. package/dist/components/core/filter/fields/SolidIdField.d.ts.map +1 -0
  755. package/dist/components/core/filter/fields/SolidIdField.js +21 -0
  756. package/dist/components/core/filter/fields/SolidIdField.js.map +1 -0
  757. package/dist/components/core/filter/fields/SolidIdField.tsx +46 -0
  758. package/dist/components/core/filter/fields/SolidIntField.d.ts +4 -0
  759. package/dist/components/core/filter/fields/SolidIntField.d.ts.map +1 -0
  760. package/dist/components/core/filter/fields/SolidIntField.js +32 -0
  761. package/dist/components/core/filter/fields/SolidIntField.js.map +1 -0
  762. package/dist/components/core/filter/fields/SolidIntField.tsx +61 -0
  763. package/dist/components/core/filter/fields/SolidLongTextField.d.ts +4 -0
  764. package/dist/components/core/filter/fields/SolidLongTextField.d.ts.map +1 -0
  765. package/dist/components/core/filter/fields/SolidLongTextField.js +7 -0
  766. package/dist/components/core/filter/fields/SolidLongTextField.js.map +1 -0
  767. package/dist/components/core/filter/fields/SolidLongTextField.tsx +9 -0
  768. package/dist/components/core/filter/fields/SolidMediaMultipleField.d.ts +4 -0
  769. package/dist/components/core/filter/fields/SolidMediaMultipleField.d.ts.map +1 -0
  770. package/dist/components/core/filter/fields/SolidMediaMultipleField.js +33 -0
  771. package/dist/components/core/filter/fields/SolidMediaMultipleField.js.map +1 -0
  772. package/dist/components/core/filter/fields/SolidMediaMultipleField.tsx +60 -0
  773. package/dist/components/core/filter/fields/SolidMediaSingleField.d.ts +4 -0
  774. package/dist/components/core/filter/fields/SolidMediaSingleField.d.ts.map +1 -0
  775. package/dist/components/core/filter/fields/SolidMediaSingleField.js +33 -0
  776. package/dist/components/core/filter/fields/SolidMediaSingleField.js.map +1 -0
  777. package/dist/components/core/filter/fields/SolidMediaSingleField.tsx +62 -0
  778. package/dist/components/core/filter/fields/SolidRelationField.d.ts +4 -0
  779. package/dist/components/core/filter/fields/SolidRelationField.d.ts.map +1 -0
  780. package/dist/components/core/filter/fields/SolidRelationField.js +15 -0
  781. package/dist/components/core/filter/fields/SolidRelationField.js.map +1 -0
  782. package/dist/components/core/filter/fields/SolidRelationField.tsx +17 -0
  783. package/dist/components/core/filter/fields/SolidRichTextField.d.ts +4 -0
  784. package/dist/components/core/filter/fields/SolidRichTextField.d.ts.map +1 -0
  785. package/dist/components/core/filter/fields/SolidRichTextField.js +7 -0
  786. package/dist/components/core/filter/fields/SolidRichTextField.js.map +1 -0
  787. package/dist/components/core/filter/fields/SolidRichTextField.tsx +9 -0
  788. package/dist/components/core/filter/fields/SolidSelectionDynamicField.d.ts +4 -0
  789. package/dist/components/core/filter/fields/SolidSelectionDynamicField.d.ts.map +1 -0
  790. package/dist/components/core/filter/fields/SolidSelectionDynamicField.js +23 -0
  791. package/dist/components/core/filter/fields/SolidSelectionDynamicField.js.map +1 -0
  792. package/dist/components/core/filter/fields/SolidSelectionDynamicField.tsx +52 -0
  793. package/dist/components/core/filter/fields/SolidSelectionStaticField.d.ts +4 -0
  794. package/dist/components/core/filter/fields/SolidSelectionStaticField.d.ts.map +1 -0
  795. package/dist/components/core/filter/fields/SolidSelectionStaticField.js +24 -0
  796. package/dist/components/core/filter/fields/SolidSelectionStaticField.js.map +1 -0
  797. package/dist/components/core/filter/fields/SolidSelectionStaticField.tsx +54 -0
  798. package/dist/components/core/filter/fields/SolidShortTextField.d.ts +4 -0
  799. package/dist/components/core/filter/fields/SolidShortTextField.d.ts.map +1 -0
  800. package/dist/components/core/filter/fields/SolidShortTextField.js +31 -0
  801. package/dist/components/core/filter/fields/SolidShortTextField.js.map +1 -0
  802. package/dist/components/core/filter/fields/SolidShortTextField.tsx +60 -0
  803. package/dist/components/core/filter/fields/SolidTimeField.d.ts +4 -0
  804. package/dist/components/core/filter/fields/SolidTimeField.d.ts.map +1 -0
  805. package/dist/components/core/filter/fields/SolidTimeField.js +21 -0
  806. package/dist/components/core/filter/fields/SolidTimeField.js.map +1 -0
  807. package/dist/components/core/filter/fields/SolidTimeField.tsx +48 -0
  808. package/dist/components/core/filter/fields/SolidUuidField.d.ts +4 -0
  809. package/dist/components/core/filter/fields/SolidUuidField.d.ts.map +1 -0
  810. package/dist/components/core/filter/fields/SolidUuidField.js +23 -0
  811. package/dist/components/core/filter/fields/SolidUuidField.js.map +1 -0
  812. package/dist/components/core/filter/fields/SolidUuidField.tsx +51 -0
  813. package/dist/components/core/filter/fields/relations/SolidRelationManyToManyField.d.ts +4 -0
  814. package/dist/components/core/filter/fields/relations/SolidRelationManyToManyField.d.ts.map +1 -0
  815. package/dist/components/core/filter/fields/relations/SolidRelationManyToManyField.js +27 -0
  816. package/dist/components/core/filter/fields/relations/SolidRelationManyToManyField.js.map +1 -0
  817. package/dist/components/core/filter/fields/relations/SolidRelationManyToManyField.tsx +62 -0
  818. package/dist/components/core/filter/fields/relations/SolidRelationManyToOneField.d.ts +4 -0
  819. package/dist/components/core/filter/fields/relations/SolidRelationManyToOneField.d.ts.map +1 -0
  820. package/dist/components/core/filter/fields/relations/SolidRelationManyToOneField.js +50 -0
  821. package/dist/components/core/filter/fields/relations/SolidRelationManyToOneField.js.map +1 -0
  822. package/dist/components/core/filter/fields/relations/SolidRelationManyToOneField.tsx +84 -0
  823. package/dist/components/core/form/SolidFormActionHeader.d.ts +2 -0
  824. package/dist/components/core/form/SolidFormActionHeader.d.ts.map +1 -0
  825. package/dist/components/core/form/SolidFormActionHeader.js +202 -0
  826. package/dist/components/core/form/SolidFormActionHeader.js.map +1 -0
  827. package/dist/components/core/form/SolidFormActionHeader.tsx +516 -0
  828. package/dist/components/core/form/SolidFormFieldRender.d.ts +7 -0
  829. package/dist/components/core/form/SolidFormFieldRender.d.ts.map +1 -0
  830. package/dist/components/core/form/SolidFormFieldRender.js +27 -0
  831. package/dist/components/core/form/SolidFormFieldRender.js.map +1 -0
  832. package/dist/components/core/form/SolidFormFieldRender.tsx +53 -0
  833. package/dist/components/core/form/SolidFormFieldRenderExtension.d.ts +8 -0
  834. package/dist/components/core/form/SolidFormFieldRenderExtension.d.ts.map +1 -0
  835. package/dist/components/core/form/SolidFormFieldRenderExtension.js +23 -0
  836. package/dist/components/core/form/SolidFormFieldRenderExtension.js.map +1 -0
  837. package/dist/components/core/form/SolidFormFieldRenderExtension.tsx +26 -0
  838. package/dist/components/core/form/SolidFormFooter.d.ts +6 -0
  839. package/dist/components/core/form/SolidFormFooter.d.ts.map +1 -0
  840. package/dist/components/core/form/SolidFormFooter.js +149 -0
  841. package/dist/components/core/form/SolidFormFooter.js.map +1 -0
  842. package/dist/components/core/form/SolidFormFooter.tsx +164 -0
  843. package/dist/components/core/form/SolidFormLayouts.d.ts +3 -0
  844. package/dist/components/core/form/SolidFormLayouts.d.ts.map +1 -0
  845. package/dist/components/core/form/SolidFormLayouts.js +68 -0
  846. package/dist/components/core/form/SolidFormLayouts.js.map +1 -0
  847. package/dist/components/core/form/SolidFormLayouts.tsx +104 -0
  848. package/dist/components/core/form/SolidFormUserViewLayout.d.ts +2 -0
  849. package/dist/components/core/form/SolidFormUserViewLayout.d.ts.map +1 -0
  850. package/dist/components/core/form/SolidFormUserViewLayout.js +98 -0
  851. package/dist/components/core/form/SolidFormUserViewLayout.js.map +1 -0
  852. package/dist/components/core/form/SolidFormUserViewLayout.tsx +75 -0
  853. package/dist/components/core/form/SolidFormView.d.ts +22 -0
  854. package/dist/components/core/form/SolidFormView.d.ts.map +1 -0
  855. package/dist/components/core/form/SolidFormView.js +1507 -0
  856. package/dist/components/core/form/SolidFormView.js.map +1 -0
  857. package/dist/components/core/form/SolidFormView.tsx +1867 -0
  858. package/dist/components/core/form/SolidFormViewContextMenuHeaderButton.d.ts +11 -0
  859. package/dist/components/core/form/SolidFormViewContextMenuHeaderButton.d.ts.map +1 -0
  860. package/dist/components/core/form/SolidFormViewContextMenuHeaderButton.js +26 -0
  861. package/dist/components/core/form/SolidFormViewContextMenuHeaderButton.js.map +1 -0
  862. package/dist/components/core/form/SolidFormViewContextMenuHeaderButton.tsx +53 -0
  863. package/dist/components/core/form/SolidFormViewNormalHeaderButton.d.ts +11 -0
  864. package/dist/components/core/form/SolidFormViewNormalHeaderButton.d.ts.map +1 -0
  865. package/dist/components/core/form/SolidFormViewNormalHeaderButton.js +26 -0
  866. package/dist/components/core/form/SolidFormViewNormalHeaderButton.js.map +1 -0
  867. package/dist/components/core/form/SolidFormViewNormalHeaderButton.tsx +53 -0
  868. package/dist/components/core/form/SolidFormViewShimmerLoading.d.ts +2 -0
  869. package/dist/components/core/form/SolidFormViewShimmerLoading.d.ts.map +1 -0
  870. package/dist/components/core/form/SolidFormViewShimmerLoading.js +7 -0
  871. package/dist/components/core/form/SolidFormViewShimmerLoading.js.map +1 -0
  872. package/dist/components/core/form/SolidFormViewShimmerLoading.tsx +109 -0
  873. package/dist/components/core/form/fields/ISolidField.d.ts +70 -0
  874. package/dist/components/core/form/fields/ISolidField.d.ts.map +1 -0
  875. package/dist/components/core/form/fields/ISolidField.js +2 -0
  876. package/dist/components/core/form/fields/ISolidField.js.map +1 -0
  877. package/dist/components/core/form/fields/ISolidField.tsx +72 -0
  878. package/dist/components/core/form/fields/SolidBooleanField.d.ts +17 -0
  879. package/dist/components/core/form/fields/SolidBooleanField.d.ts.map +1 -0
  880. package/dist/components/core/form/fields/SolidBooleanField.js +307 -0
  881. package/dist/components/core/form/fields/SolidBooleanField.js.map +1 -0
  882. package/dist/components/core/form/fields/SolidBooleanField.tsx +434 -0
  883. package/dist/components/core/form/fields/SolidDateField.d.ts +16 -0
  884. package/dist/components/core/form/fields/SolidDateField.d.ts.map +1 -0
  885. package/dist/components/core/form/fields/SolidDateField.js +198 -0
  886. package/dist/components/core/form/fields/SolidDateField.js.map +1 -0
  887. package/dist/components/core/form/fields/SolidDateField.tsx +247 -0
  888. package/dist/components/core/form/fields/SolidDateTimeField.d.ts +15 -0
  889. package/dist/components/core/form/fields/SolidDateTimeField.d.ts.map +1 -0
  890. package/dist/components/core/form/fields/SolidDateTimeField.js +182 -0
  891. package/dist/components/core/form/fields/SolidDateTimeField.js.map +1 -0
  892. package/dist/components/core/form/fields/SolidDateTimeField.tsx +229 -0
  893. package/dist/components/core/form/fields/SolidDecimalField.d.ts +15 -0
  894. package/dist/components/core/form/fields/SolidDecimalField.d.ts.map +1 -0
  895. package/dist/components/core/form/fields/SolidDecimalField.js +148 -0
  896. package/dist/components/core/form/fields/SolidDecimalField.js.map +1 -0
  897. package/dist/components/core/form/fields/SolidDecimalField.tsx +171 -0
  898. package/dist/components/core/form/fields/SolidEmailField.d.ts +14 -0
  899. package/dist/components/core/form/fields/SolidEmailField.d.ts.map +1 -0
  900. package/dist/components/core/form/fields/SolidEmailField.js +156 -0
  901. package/dist/components/core/form/fields/SolidEmailField.js.map +1 -0
  902. package/dist/components/core/form/fields/SolidEmailField.tsx +176 -0
  903. package/dist/components/core/form/fields/SolidIntegerField.d.ts +16 -0
  904. package/dist/components/core/form/fields/SolidIntegerField.d.ts.map +1 -0
  905. package/dist/components/core/form/fields/SolidIntegerField.js +196 -0
  906. package/dist/components/core/form/fields/SolidIntegerField.js.map +1 -0
  907. package/dist/components/core/form/fields/SolidIntegerField.tsx +282 -0
  908. package/dist/components/core/form/fields/SolidJsonField.d.ts +15 -0
  909. package/dist/components/core/form/fields/SolidJsonField.d.ts.map +1 -0
  910. package/dist/components/core/form/fields/SolidJsonField.js +155 -0
  911. package/dist/components/core/form/fields/SolidJsonField.js.map +1 -0
  912. package/dist/components/core/form/fields/SolidJsonField.tsx +185 -0
  913. package/dist/components/core/form/fields/SolidLongTextField.d.ts +18 -0
  914. package/dist/components/core/form/fields/SolidLongTextField.d.ts.map +1 -0
  915. package/dist/components/core/form/fields/SolidLongTextField.js +382 -0
  916. package/dist/components/core/form/fields/SolidLongTextField.js.map +1 -0
  917. package/dist/components/core/form/fields/SolidLongTextField.tsx +618 -0
  918. package/dist/components/core/form/fields/SolidMediaMultipleField.d.ts +20 -0
  919. package/dist/components/core/form/fields/SolidMediaMultipleField.d.ts.map +1 -0
  920. package/dist/components/core/form/fields/SolidMediaMultipleField.js +431 -0
  921. package/dist/components/core/form/fields/SolidMediaMultipleField.js.map +1 -0
  922. package/dist/components/core/form/fields/SolidMediaMultipleField.tsx +662 -0
  923. package/dist/components/core/form/fields/SolidMediaSingleField.d.ts +20 -0
  924. package/dist/components/core/form/fields/SolidMediaSingleField.d.ts.map +1 -0
  925. package/dist/components/core/form/fields/SolidMediaSingleField.js +396 -0
  926. package/dist/components/core/form/fields/SolidMediaSingleField.js.map +1 -0
  927. package/dist/components/core/form/fields/SolidMediaSingleField.tsx +546 -0
  928. package/dist/components/core/form/fields/SolidPasswordField.d.ts +16 -0
  929. package/dist/components/core/form/fields/SolidPasswordField.d.ts.map +1 -0
  930. package/dist/components/core/form/fields/SolidPasswordField.js +302 -0
  931. package/dist/components/core/form/fields/SolidPasswordField.js.map +1 -0
  932. package/dist/components/core/form/fields/SolidPasswordField.tsx +391 -0
  933. package/dist/components/core/form/fields/SolidRelationField.d.ts +13 -0
  934. package/dist/components/core/form/fields/SolidRelationField.d.ts.map +1 -0
  935. package/dist/components/core/form/fields/SolidRelationField.js +73 -0
  936. package/dist/components/core/form/fields/SolidRelationField.js.map +1 -0
  937. package/dist/components/core/form/fields/SolidRelationField.tsx +56 -0
  938. package/dist/components/core/form/fields/SolidRichTextField.d.ts +15 -0
  939. package/dist/components/core/form/fields/SolidRichTextField.d.ts.map +1 -0
  940. package/dist/components/core/form/fields/SolidRichTextField.js +152 -0
  941. package/dist/components/core/form/fields/SolidRichTextField.js.map +1 -0
  942. package/dist/components/core/form/fields/SolidRichTextField.tsx +188 -0
  943. package/dist/components/core/form/fields/SolidSelectionDynamicField.d.ts +15 -0
  944. package/dist/components/core/form/fields/SolidSelectionDynamicField.d.ts.map +1 -0
  945. package/dist/components/core/form/fields/SolidSelectionDynamicField.js +347 -0
  946. package/dist/components/core/form/fields/SolidSelectionDynamicField.js.map +1 -0
  947. package/dist/components/core/form/fields/SolidSelectionDynamicField.tsx +340 -0
  948. package/dist/components/core/form/fields/SolidSelectionStaticField.d.ts +17 -0
  949. package/dist/components/core/form/fields/SolidSelectionStaticField.d.ts.map +1 -0
  950. package/dist/components/core/form/fields/SolidSelectionStaticField.js +334 -0
  951. package/dist/components/core/form/fields/SolidSelectionStaticField.js.map +1 -0
  952. package/dist/components/core/form/fields/SolidSelectionStaticField.tsx +462 -0
  953. package/dist/components/core/form/fields/SolidShortTextField.d.ts +18 -0
  954. package/dist/components/core/form/fields/SolidShortTextField.d.ts.map +1 -0
  955. package/dist/components/core/form/fields/SolidShortTextField.js +280 -0
  956. package/dist/components/core/form/fields/SolidShortTextField.js.map +1 -0
  957. package/dist/components/core/form/fields/SolidShortTextField.tsx +399 -0
  958. package/dist/components/core/form/fields/SolidTimeField.d.ts +15 -0
  959. package/dist/components/core/form/fields/SolidTimeField.d.ts.map +1 -0
  960. package/dist/components/core/form/fields/SolidTimeField.js +195 -0
  961. package/dist/components/core/form/fields/SolidTimeField.js.map +1 -0
  962. package/dist/components/core/form/fields/SolidTimeField.tsx +245 -0
  963. package/dist/components/core/form/fields/relations/SolidRelationManyToManyField.d.ts +15 -0
  964. package/dist/components/core/form/fields/relations/SolidRelationManyToManyField.d.ts.map +1 -0
  965. package/dist/components/core/form/fields/relations/SolidRelationManyToManyField.js +370 -0
  966. package/dist/components/core/form/fields/relations/SolidRelationManyToManyField.js.map +1 -0
  967. package/dist/components/core/form/fields/relations/SolidRelationManyToManyField.tsx +453 -0
  968. package/dist/components/core/form/fields/relations/SolidRelationManyToOneField.d.ts +25 -0
  969. package/dist/components/core/form/fields/relations/SolidRelationManyToOneField.d.ts.map +1 -0
  970. package/dist/components/core/form/fields/relations/SolidRelationManyToOneField.js +901 -0
  971. package/dist/components/core/form/fields/relations/SolidRelationManyToOneField.js.map +1 -0
  972. package/dist/components/core/form/fields/relations/SolidRelationManyToOneField.tsx +1009 -0
  973. package/dist/components/core/form/fields/relations/SolidRelationOneToManyField.d.ts +31 -0
  974. package/dist/components/core/form/fields/relations/SolidRelationOneToManyField.d.ts.map +1 -0
  975. package/dist/components/core/form/fields/relations/SolidRelationOneToManyField.js +560 -0
  976. package/dist/components/core/form/fields/relations/SolidRelationOneToManyField.js.map +1 -0
  977. package/dist/components/core/form/fields/relations/SolidRelationOneToManyField.tsx +636 -0
  978. package/dist/components/core/form/fields/relations/widgets/helpers/InlineRelationEntityDialog.d.ts +2 -0
  979. package/dist/components/core/form/fields/relations/widgets/helpers/InlineRelationEntityDialog.d.ts.map +1 -0
  980. package/dist/components/core/form/fields/relations/widgets/helpers/InlineRelationEntityDialog.js +40 -0
  981. package/dist/components/core/form/fields/relations/widgets/helpers/InlineRelationEntityDialog.js.map +1 -0
  982. package/dist/components/core/form/fields/relations/widgets/helpers/InlineRelationEntityDialog.tsx +38 -0
  983. package/dist/components/core/form/fields/relations/widgets/helpers/useRelationEntityHandler.d.ts +6 -0
  984. package/dist/components/core/form/fields/relations/widgets/helpers/useRelationEntityHandler.d.ts.map +1 -0
  985. package/dist/components/core/form/fields/relations/widgets/helpers/useRelationEntityHandler.js +105 -0
  986. package/dist/components/core/form/fields/relations/widgets/helpers/useRelationEntityHandler.js.map +1 -0
  987. package/dist/components/core/form/fields/relations/widgets/helpers/useRelationEntityHandler.ts +64 -0
  988. package/dist/components/core/form/fields/solidFields.module.css +7 -0
  989. package/dist/components/core/form/fields/widgets/SolidAiInteractionMessageFieldFormWidget.d.ts +16 -0
  990. package/dist/components/core/form/fields/widgets/SolidAiInteractionMessageFieldFormWidget.d.ts.map +1 -0
  991. package/dist/components/core/form/fields/widgets/SolidAiInteractionMessageFieldFormWidget.js +89 -0
  992. package/dist/components/core/form/fields/widgets/SolidAiInteractionMessageFieldFormWidget.js.map +1 -0
  993. package/dist/components/core/form/fields/widgets/SolidAiInteractionMessageFieldFormWidget.tsx +135 -0
  994. package/dist/components/core/form/fields/widgets/SolidAiInteractionMetadataFieldFormWidget.d.ts +3 -0
  995. package/dist/components/core/form/fields/widgets/SolidAiInteractionMetadataFieldFormWidget.d.ts.map +1 -0
  996. package/dist/components/core/form/fields/widgets/SolidAiInteractionMetadataFieldFormWidget.js +69 -0
  997. package/dist/components/core/form/fields/widgets/SolidAiInteractionMetadataFieldFormWidget.js.map +1 -0
  998. package/dist/components/core/form/fields/widgets/SolidAiInteractionMetadataFieldFormWidget.tsx +144 -0
  999. package/dist/components/core/form/fields/widgets/SolidIconEditWidget.d.ts +3 -0
  1000. package/dist/components/core/form/fields/widgets/SolidIconEditWidget.d.ts.map +1 -0
  1001. package/dist/components/core/form/fields/widgets/SolidIconEditWidget.js +103 -0
  1002. package/dist/components/core/form/fields/widgets/SolidIconEditWidget.js.map +1 -0
  1003. package/dist/components/core/form/fields/widgets/SolidIconEditWidget.tsx +265 -0
  1004. package/dist/components/core/form/fields/widgets/SolidIconViewWidget.d.ts +3 -0
  1005. package/dist/components/core/form/fields/widgets/SolidIconViewWidget.d.ts.map +1 -0
  1006. package/dist/components/core/form/fields/widgets/SolidIconViewWidget.js +18 -0
  1007. package/dist/components/core/form/fields/widgets/SolidIconViewWidget.js.map +1 -0
  1008. package/dist/components/core/form/fields/widgets/SolidIconViewWidget.tsx +32 -0
  1009. package/dist/components/core/form/fields/widgets/SolidRelationFieldAvatarFormWidget.d.ts +3 -0
  1010. package/dist/components/core/form/fields/widgets/SolidRelationFieldAvatarFormWidget.d.ts.map +1 -0
  1011. package/dist/components/core/form/fields/widgets/SolidRelationFieldAvatarFormWidget.js +34 -0
  1012. package/dist/components/core/form/fields/widgets/SolidRelationFieldAvatarFormWidget.js.map +1 -0
  1013. package/dist/components/core/form/fields/widgets/SolidRelationFieldAvatarFormWidget.tsx +50 -0
  1014. package/dist/components/core/form/fields/widgets/SolidS3FileViewerWidget.d.ts +7 -0
  1015. package/dist/components/core/form/fields/widgets/SolidS3FileViewerWidget.d.ts.map +1 -0
  1016. package/dist/components/core/form/fields/widgets/SolidS3FileViewerWidget.js +209 -0
  1017. package/dist/components/core/form/fields/widgets/SolidS3FileViewerWidget.js.map +1 -0
  1018. package/dist/components/core/form/fields/widgets/SolidS3FileViewerWidget.tsx +222 -0
  1019. package/dist/components/core/form/fields/widgets/SolidShortTextFieldAvatarWidget.d.ts +3 -0
  1020. package/dist/components/core/form/fields/widgets/SolidShortTextFieldAvatarWidget.d.ts.map +1 -0
  1021. package/dist/components/core/form/fields/widgets/SolidShortTextFieldAvatarWidget.js +45 -0
  1022. package/dist/components/core/form/fields/widgets/SolidShortTextFieldAvatarWidget.js.map +1 -0
  1023. package/dist/components/core/form/fields/widgets/SolidShortTextFieldAvatarWidget.tsx +70 -0
  1024. package/dist/components/core/form/solidFormViewShimmerLoading.module.css +4 -0
  1025. package/dist/components/core/form/widgets/CustomHtml.d.ts +3 -0
  1026. package/dist/components/core/form/widgets/CustomHtml.d.ts.map +1 -0
  1027. package/dist/components/core/form/widgets/CustomHtml.js +15 -0
  1028. package/dist/components/core/form/widgets/CustomHtml.js.map +1 -0
  1029. package/dist/components/core/form/widgets/CustomHtml.tsx +20 -0
  1030. package/dist/components/core/kanban/KanbanBoard.d.ts +3 -0
  1031. package/dist/components/core/kanban/KanbanBoard.d.ts.map +1 -0
  1032. package/dist/components/core/kanban/KanbanBoard.js +60 -0
  1033. package/dist/components/core/kanban/KanbanBoard.js.map +1 -0
  1034. package/dist/components/core/kanban/KanbanBoard.tsx +116 -0
  1035. package/dist/components/core/kanban/KanbanCard.d.ts +14 -0
  1036. package/dist/components/core/kanban/KanbanCard.d.ts.map +1 -0
  1037. package/dist/components/core/kanban/KanbanCard.js +181 -0
  1038. package/dist/components/core/kanban/KanbanCard.js.map +1 -0
  1039. package/dist/components/core/kanban/KanbanCard.tsx +280 -0
  1040. package/dist/components/core/kanban/KanbanColumn.d.ts +25 -0
  1041. package/dist/components/core/kanban/KanbanColumn.d.ts.map +1 -0
  1042. package/dist/components/core/kanban/KanbanColumn.js +34 -0
  1043. package/dist/components/core/kanban/KanbanColumn.js.map +1 -0
  1044. package/dist/components/core/kanban/KanbanColumn.tsx +138 -0
  1045. package/dist/components/core/kanban/KanbanUserViewLayout.d.ts +2 -0
  1046. package/dist/components/core/kanban/KanbanUserViewLayout.d.ts.map +1 -0
  1047. package/dist/components/core/kanban/KanbanUserViewLayout.js +98 -0
  1048. package/dist/components/core/kanban/KanbanUserViewLayout.js.map +1 -0
  1049. package/dist/components/core/kanban/KanbanUserViewLayout.tsx +73 -0
  1050. package/dist/components/core/kanban/SolidKanbanView.d.ts +10 -0
  1051. package/dist/components/core/kanban/SolidKanbanView.d.ts.map +1 -0
  1052. package/dist/components/core/kanban/SolidKanbanView.js +743 -0
  1053. package/dist/components/core/kanban/SolidKanbanView.js.map +1 -0
  1054. package/dist/components/core/kanban/SolidKanbanView.tsx +866 -0
  1055. package/dist/components/core/kanban/SolidKanbanViewConfigure.d.ts +2 -0
  1056. package/dist/components/core/kanban/SolidKanbanViewConfigure.d.ts.map +1 -0
  1057. package/dist/components/core/kanban/SolidKanbanViewConfigure.js +65 -0
  1058. package/dist/components/core/kanban/SolidKanbanViewConfigure.js.map +1 -0
  1059. package/dist/components/core/kanban/SolidKanbanViewConfigure.tsx +152 -0
  1060. package/dist/components/core/kanban/SolidKanbanViewFields.d.ts +12 -0
  1061. package/dist/components/core/kanban/SolidKanbanViewFields.d.ts.map +1 -0
  1062. package/dist/components/core/kanban/SolidKanbanViewFields.js +145 -0
  1063. package/dist/components/core/kanban/SolidKanbanViewFields.js.map +1 -0
  1064. package/dist/components/core/kanban/SolidKanbanViewFields.tsx +164 -0
  1065. package/dist/components/core/kanban/SolidManyToOneFilterElement.d.ts +2 -0
  1066. package/dist/components/core/kanban/SolidManyToOneFilterElement.d.ts.map +1 -0
  1067. package/dist/components/core/kanban/SolidManyToOneFilterElement.js +87 -0
  1068. package/dist/components/core/kanban/SolidManyToOneFilterElement.js.map +1 -0
  1069. package/dist/components/core/kanban/SolidManyToOneFilterElement.tsx +59 -0
  1070. package/dist/components/core/kanban/SolidSelectionDynamicFilterElement.d.ts +2 -0
  1071. package/dist/components/core/kanban/SolidSelectionDynamicFilterElement.d.ts.map +1 -0
  1072. package/dist/components/core/kanban/SolidSelectionDynamicFilterElement.js +73 -0
  1073. package/dist/components/core/kanban/SolidSelectionDynamicFilterElement.js.map +1 -0
  1074. package/dist/components/core/kanban/SolidSelectionDynamicFilterElement.tsx +50 -0
  1075. package/dist/components/core/kanban/SolidSelectionStaticFilterElement.d.ts +2 -0
  1076. package/dist/components/core/kanban/SolidSelectionStaticFilterElement.d.ts.map +1 -0
  1077. package/dist/components/core/kanban/SolidSelectionStaticFilterElement.js +20 -0
  1078. package/dist/components/core/kanban/SolidSelectionStaticFilterElement.js.map +1 -0
  1079. package/dist/components/core/kanban/SolidSelectionStaticFilterElement.tsx +32 -0
  1080. package/dist/components/core/kanban/SolidVarInputsFilterElement.d.ts +12 -0
  1081. package/dist/components/core/kanban/SolidVarInputsFilterElement.d.ts.map +1 -0
  1082. package/dist/components/core/kanban/SolidVarInputsFilterElement.js +81 -0
  1083. package/dist/components/core/kanban/SolidVarInputsFilterElement.js.map +1 -0
  1084. package/dist/components/core/kanban/SolidVarInputsFilterElement.tsx +184 -0
  1085. package/dist/components/core/kanban/kanban-fields/SolidBigintKanbanField.d.ts +4 -0
  1086. package/dist/components/core/kanban/kanban-fields/SolidBigintKanbanField.d.ts.map +1 -0
  1087. package/dist/components/core/kanban/kanban-fields/SolidBigintKanbanField.js +7 -0
  1088. package/dist/components/core/kanban/kanban-fields/SolidBigintKanbanField.js.map +1 -0
  1089. package/dist/components/core/kanban/kanban-fields/SolidBigintKanbanField.tsx +9 -0
  1090. package/dist/components/core/kanban/kanban-fields/SolidBooleanKanbanField.d.ts +4 -0
  1091. package/dist/components/core/kanban/kanban-fields/SolidBooleanKanbanField.d.ts.map +1 -0
  1092. package/dist/components/core/kanban/kanban-fields/SolidBooleanKanbanField.js +8 -0
  1093. package/dist/components/core/kanban/kanban-fields/SolidBooleanKanbanField.js.map +1 -0
  1094. package/dist/components/core/kanban/kanban-fields/SolidBooleanKanbanField.tsx +16 -0
  1095. package/dist/components/core/kanban/kanban-fields/SolidComputedKanbanField.d.ts +4 -0
  1096. package/dist/components/core/kanban/kanban-fields/SolidComputedKanbanField.d.ts.map +1 -0
  1097. package/dist/components/core/kanban/kanban-fields/SolidComputedKanbanField.js +21 -0
  1098. package/dist/components/core/kanban/kanban-fields/SolidComputedKanbanField.js.map +1 -0
  1099. package/dist/components/core/kanban/kanban-fields/SolidComputedKanbanField.tsx +23 -0
  1100. package/dist/components/core/kanban/kanban-fields/SolidDateKanbanField.d.ts +4 -0
  1101. package/dist/components/core/kanban/kanban-fields/SolidDateKanbanField.d.ts.map +1 -0
  1102. package/dist/components/core/kanban/kanban-fields/SolidDateKanbanField.js +8 -0
  1103. package/dist/components/core/kanban/kanban-fields/SolidDateKanbanField.js.map +1 -0
  1104. package/dist/components/core/kanban/kanban-fields/SolidDateKanbanField.tsx +14 -0
  1105. package/dist/components/core/kanban/kanban-fields/SolidDatetimeKanbanField.d.ts +4 -0
  1106. package/dist/components/core/kanban/kanban-fields/SolidDatetimeKanbanField.d.ts.map +1 -0
  1107. package/dist/components/core/kanban/kanban-fields/SolidDatetimeKanbanField.js +8 -0
  1108. package/dist/components/core/kanban/kanban-fields/SolidDatetimeKanbanField.js.map +1 -0
  1109. package/dist/components/core/kanban/kanban-fields/SolidDatetimeKanbanField.tsx +13 -0
  1110. package/dist/components/core/kanban/kanban-fields/SolidDecimalKanbanField.d.ts +4 -0
  1111. package/dist/components/core/kanban/kanban-fields/SolidDecimalKanbanField.d.ts.map +1 -0
  1112. package/dist/components/core/kanban/kanban-fields/SolidDecimalKanbanField.js +7 -0
  1113. package/dist/components/core/kanban/kanban-fields/SolidDecimalKanbanField.js.map +1 -0
  1114. package/dist/components/core/kanban/kanban-fields/SolidDecimalKanbanField.tsx +9 -0
  1115. package/dist/components/core/kanban/kanban-fields/SolidExternalIdKanbanField.d.ts +4 -0
  1116. package/dist/components/core/kanban/kanban-fields/SolidExternalIdKanbanField.d.ts.map +1 -0
  1117. package/dist/components/core/kanban/kanban-fields/SolidExternalIdKanbanField.js +8 -0
  1118. package/dist/components/core/kanban/kanban-fields/SolidExternalIdKanbanField.js.map +1 -0
  1119. package/dist/components/core/kanban/kanban-fields/SolidExternalIdKanbanField.tsx +12 -0
  1120. package/dist/components/core/kanban/kanban-fields/SolidFloatKanbanField.d.ts +4 -0
  1121. package/dist/components/core/kanban/kanban-fields/SolidFloatKanbanField.d.ts.map +1 -0
  1122. package/dist/components/core/kanban/kanban-fields/SolidFloatKanbanField.js +7 -0
  1123. package/dist/components/core/kanban/kanban-fields/SolidFloatKanbanField.js.map +1 -0
  1124. package/dist/components/core/kanban/kanban-fields/SolidFloatKanbanField.tsx +9 -0
  1125. package/dist/components/core/kanban/kanban-fields/SolidIdKanbanField.d.ts +4 -0
  1126. package/dist/components/core/kanban/kanban-fields/SolidIdKanbanField.d.ts.map +1 -0
  1127. package/dist/components/core/kanban/kanban-fields/SolidIdKanbanField.js +8 -0
  1128. package/dist/components/core/kanban/kanban-fields/SolidIdKanbanField.js.map +1 -0
  1129. package/dist/components/core/kanban/kanban-fields/SolidIdKanbanField.tsx +14 -0
  1130. package/dist/components/core/kanban/kanban-fields/SolidIntKanbanField.d.ts +4 -0
  1131. package/dist/components/core/kanban/kanban-fields/SolidIntKanbanField.d.ts.map +1 -0
  1132. package/dist/components/core/kanban/kanban-fields/SolidIntKanbanField.js +16 -0
  1133. package/dist/components/core/kanban/kanban-fields/SolidIntKanbanField.js.map +1 -0
  1134. package/dist/components/core/kanban/kanban-fields/SolidIntKanbanField.tsx +20 -0
  1135. package/dist/components/core/kanban/kanban-fields/SolidLongTextKanbanField.d.ts +4 -0
  1136. package/dist/components/core/kanban/kanban-fields/SolidLongTextKanbanField.d.ts.map +1 -0
  1137. package/dist/components/core/kanban/kanban-fields/SolidLongTextKanbanField.js +7 -0
  1138. package/dist/components/core/kanban/kanban-fields/SolidLongTextKanbanField.js.map +1 -0
  1139. package/dist/components/core/kanban/kanban-fields/SolidLongTextKanbanField.tsx +9 -0
  1140. package/dist/components/core/kanban/kanban-fields/SolidMediaMultipleKanbanField.d.ts +4 -0
  1141. package/dist/components/core/kanban/kanban-fields/SolidMediaMultipleKanbanField.d.ts.map +1 -0
  1142. package/dist/components/core/kanban/kanban-fields/SolidMediaMultipleKanbanField.js +56 -0
  1143. package/dist/components/core/kanban/kanban-fields/SolidMediaMultipleKanbanField.js.map +1 -0
  1144. package/dist/components/core/kanban/kanban-fields/SolidMediaMultipleKanbanField.tsx +140 -0
  1145. package/dist/components/core/kanban/kanban-fields/SolidMediaSingleKanbanField.d.ts +4 -0
  1146. package/dist/components/core/kanban/kanban-fields/SolidMediaSingleKanbanField.d.ts.map +1 -0
  1147. package/dist/components/core/kanban/kanban-fields/SolidMediaSingleKanbanField.js +42 -0
  1148. package/dist/components/core/kanban/kanban-fields/SolidMediaSingleKanbanField.js.map +1 -0
  1149. package/dist/components/core/kanban/kanban-fields/SolidMediaSingleKanbanField.tsx +164 -0
  1150. package/dist/components/core/kanban/kanban-fields/SolidRelationKanbanField.d.ts +4 -0
  1151. package/dist/components/core/kanban/kanban-fields/SolidRelationKanbanField.d.ts.map +1 -0
  1152. package/dist/components/core/kanban/kanban-fields/SolidRelationKanbanField.js +11 -0
  1153. package/dist/components/core/kanban/kanban-fields/SolidRelationKanbanField.js.map +1 -0
  1154. package/dist/components/core/kanban/kanban-fields/SolidRelationKanbanField.tsx +13 -0
  1155. package/dist/components/core/kanban/kanban-fields/SolidRichTextKanbanField.d.ts +4 -0
  1156. package/dist/components/core/kanban/kanban-fields/SolidRichTextKanbanField.d.ts.map +1 -0
  1157. package/dist/components/core/kanban/kanban-fields/SolidRichTextKanbanField.js +7 -0
  1158. package/dist/components/core/kanban/kanban-fields/SolidRichTextKanbanField.js.map +1 -0
  1159. package/dist/components/core/kanban/kanban-fields/SolidRichTextKanbanField.tsx +9 -0
  1160. package/dist/components/core/kanban/kanban-fields/SolidSelectionDynamicKanbanField.d.ts +4 -0
  1161. package/dist/components/core/kanban/kanban-fields/SolidSelectionDynamicKanbanField.d.ts.map +1 -0
  1162. package/dist/components/core/kanban/kanban-fields/SolidSelectionDynamicKanbanField.js +8 -0
  1163. package/dist/components/core/kanban/kanban-fields/SolidSelectionDynamicKanbanField.js.map +1 -0
  1164. package/dist/components/core/kanban/kanban-fields/SolidSelectionDynamicKanbanField.tsx +14 -0
  1165. package/dist/components/core/kanban/kanban-fields/SolidSelectionStaticKanbanField.d.ts +4 -0
  1166. package/dist/components/core/kanban/kanban-fields/SolidSelectionStaticKanbanField.d.ts.map +1 -0
  1167. package/dist/components/core/kanban/kanban-fields/SolidSelectionStaticKanbanField.js +8 -0
  1168. package/dist/components/core/kanban/kanban-fields/SolidSelectionStaticKanbanField.js.map +1 -0
  1169. package/dist/components/core/kanban/kanban-fields/SolidSelectionStaticKanbanField.tsx +14 -0
  1170. package/dist/components/core/kanban/kanban-fields/SolidShortTextKanbanField.d.ts +4 -0
  1171. package/dist/components/core/kanban/kanban-fields/SolidShortTextKanbanField.d.ts.map +1 -0
  1172. package/dist/components/core/kanban/kanban-fields/SolidShortTextKanbanField.js +37 -0
  1173. package/dist/components/core/kanban/kanban-fields/SolidShortTextKanbanField.js.map +1 -0
  1174. package/dist/components/core/kanban/kanban-fields/SolidShortTextKanbanField.tsx +121 -0
  1175. package/dist/components/core/kanban/kanban-fields/SolidTimeKanbanField.d.ts +4 -0
  1176. package/dist/components/core/kanban/kanban-fields/SolidTimeKanbanField.d.ts.map +1 -0
  1177. package/dist/components/core/kanban/kanban-fields/SolidTimeKanbanField.js +8 -0
  1178. package/dist/components/core/kanban/kanban-fields/SolidTimeKanbanField.js.map +1 -0
  1179. package/dist/components/core/kanban/kanban-fields/SolidTimeKanbanField.tsx +12 -0
  1180. package/dist/components/core/kanban/kanban-fields/SolidUuidKanbanField.d.ts +4 -0
  1181. package/dist/components/core/kanban/kanban-fields/SolidUuidKanbanField.d.ts.map +1 -0
  1182. package/dist/components/core/kanban/kanban-fields/SolidUuidKanbanField.js +8 -0
  1183. package/dist/components/core/kanban/kanban-fields/SolidUuidKanbanField.js.map +1 -0
  1184. package/dist/components/core/kanban/kanban-fields/SolidUuidKanbanField.tsx +13 -0
  1185. package/dist/components/core/kanban/kanban-fields/relations/SolidRelationManyToOneKanbanField.d.ts +4 -0
  1186. package/dist/components/core/kanban/kanban-fields/relations/SolidRelationManyToOneKanbanField.d.ts.map +1 -0
  1187. package/dist/components/core/kanban/kanban-fields/relations/SolidRelationManyToOneKanbanField.js +7 -0
  1188. package/dist/components/core/kanban/kanban-fields/relations/SolidRelationManyToOneKanbanField.js.map +1 -0
  1189. package/dist/components/core/kanban/kanban-fields/relations/SolidRelationManyToOneKanbanField.tsx +16 -0
  1190. package/dist/components/core/list/ListViewRowActionPopup.d.ts +2 -0
  1191. package/dist/components/core/list/ListViewRowActionPopup.d.ts.map +1 -0
  1192. package/dist/components/core/list/ListViewRowActionPopup.js +32 -0
  1193. package/dist/components/core/list/ListViewRowActionPopup.js.map +1 -0
  1194. package/dist/components/core/list/ListViewRowActionPopup.tsx +40 -0
  1195. package/dist/components/core/list/SolidColumnSelector/SolidListColumnSelector.d.ts +2 -0
  1196. package/dist/components/core/list/SolidColumnSelector/SolidListColumnSelector.d.ts.map +1 -0
  1197. package/dist/components/core/list/SolidColumnSelector/SolidListColumnSelector.js +209 -0
  1198. package/dist/components/core/list/SolidColumnSelector/SolidListColumnSelector.js.map +1 -0
  1199. package/dist/components/core/list/SolidColumnSelector/SolidListColumnSelector.module.css +12 -0
  1200. package/dist/components/core/list/SolidColumnSelector/SolidListColumnSelector.tsx +233 -0
  1201. package/dist/components/core/list/SolidEmptyListViewPlaceholder.d.ts +2 -0
  1202. package/dist/components/core/list/SolidEmptyListViewPlaceholder.d.ts.map +1 -0
  1203. package/dist/components/core/list/SolidEmptyListViewPlaceholder.js +44 -0
  1204. package/dist/components/core/list/SolidEmptyListViewPlaceholder.js.map +1 -0
  1205. package/dist/components/core/list/SolidEmptyListViewPlaceholder.tsx +115 -0
  1206. package/dist/components/core/list/SolidListView.d.ts +18 -0
  1207. package/dist/components/core/list/SolidListView.d.ts.map +1 -0
  1208. package/dist/components/core/list/SolidListView.js +1321 -0
  1209. package/dist/components/core/list/SolidListView.js.map +1 -0
  1210. package/dist/components/core/list/SolidListView.tsx +2009 -0
  1211. package/dist/components/core/list/SolidListViewColumn.d.ts +10 -0
  1212. package/dist/components/core/list/SolidListViewColumn.d.ts.map +1 -0
  1213. package/dist/components/core/list/SolidListViewColumn.js +146 -0
  1214. package/dist/components/core/list/SolidListViewColumn.js.map +1 -0
  1215. package/dist/components/core/list/SolidListViewColumn.tsx +165 -0
  1216. package/dist/components/core/list/SolidListViewConfigure.d.ts +3 -0
  1217. package/dist/components/core/list/SolidListViewConfigure.d.ts.map +1 -0
  1218. package/dist/components/core/list/SolidListViewConfigure.js +142 -0
  1219. package/dist/components/core/list/SolidListViewConfigure.js.map +1 -0
  1220. package/dist/components/core/list/SolidListViewConfigure.tsx +342 -0
  1221. package/dist/components/core/list/SolidListViewHeaderButton.d.ts +2 -0
  1222. package/dist/components/core/list/SolidListViewHeaderButton.d.ts.map +1 -0
  1223. package/dist/components/core/list/SolidListViewHeaderButton.js +23 -0
  1224. package/dist/components/core/list/SolidListViewHeaderButton.js.map +1 -0
  1225. package/dist/components/core/list/SolidListViewHeaderButton.tsx +32 -0
  1226. package/dist/components/core/list/SolidListViewHeaderContextMenuButton.d.ts +2 -0
  1227. package/dist/components/core/list/SolidListViewHeaderContextMenuButton.d.ts.map +1 -0
  1228. package/dist/components/core/list/SolidListViewHeaderContextMenuButton.js +21 -0
  1229. package/dist/components/core/list/SolidListViewHeaderContextMenuButton.js.map +1 -0
  1230. package/dist/components/core/list/SolidListViewHeaderContextMenuButton.tsx +32 -0
  1231. package/dist/components/core/list/SolidListViewRowButtonContextMenu.d.ts +2 -0
  1232. package/dist/components/core/list/SolidListViewRowButtonContextMenu.d.ts.map +1 -0
  1233. package/dist/components/core/list/SolidListViewRowButtonContextMenu.js +39 -0
  1234. package/dist/components/core/list/SolidListViewRowButtonContextMenu.js.map +1 -0
  1235. package/dist/components/core/list/SolidListViewRowButtonContextMenu.tsx +40 -0
  1236. package/dist/components/core/list/SolidListViewShimmerLoading.d.ts +2 -0
  1237. package/dist/components/core/list/SolidListViewShimmerLoading.d.ts.map +1 -0
  1238. package/dist/components/core/list/SolidListViewShimmerLoading.js +7 -0
  1239. package/dist/components/core/list/SolidListViewShimmerLoading.js.map +1 -0
  1240. package/dist/components/core/list/SolidListViewShimmerLoading.tsx +78 -0
  1241. package/dist/components/core/list/SolidListViewWrapper.module.css +49 -0
  1242. package/dist/components/core/list/SolidListingHeader.d.ts +3 -0
  1243. package/dist/components/core/list/SolidListingHeader.d.ts.map +1 -0
  1244. package/dist/components/core/list/SolidListingHeader.js +12 -0
  1245. package/dist/components/core/list/SolidListingHeader.js.map +1 -0
  1246. package/dist/components/core/list/SolidListingHeader.tsx +41 -0
  1247. package/dist/components/core/list/SolidManyToOneFilterElement.d.ts +2 -0
  1248. package/dist/components/core/list/SolidManyToOneFilterElement.d.ts.map +1 -0
  1249. package/dist/components/core/list/SolidManyToOneFilterElement.js +87 -0
  1250. package/dist/components/core/list/SolidManyToOneFilterElement.js.map +1 -0
  1251. package/dist/components/core/list/SolidManyToOneFilterElement.tsx +60 -0
  1252. package/dist/components/core/list/SolidSelectionDynamicFilterElement.d.ts +2 -0
  1253. package/dist/components/core/list/SolidSelectionDynamicFilterElement.d.ts.map +1 -0
  1254. package/dist/components/core/list/SolidSelectionDynamicFilterElement.js +73 -0
  1255. package/dist/components/core/list/SolidSelectionDynamicFilterElement.js.map +1 -0
  1256. package/dist/components/core/list/SolidSelectionDynamicFilterElement.tsx +50 -0
  1257. package/dist/components/core/list/SolidSelectionStaticFilterElement.d.ts +2 -0
  1258. package/dist/components/core/list/SolidSelectionStaticFilterElement.d.ts.map +1 -0
  1259. package/dist/components/core/list/SolidSelectionStaticFilterElement.js +20 -0
  1260. package/dist/components/core/list/SolidSelectionStaticFilterElement.js.map +1 -0
  1261. package/dist/components/core/list/SolidSelectionStaticFilterElement.tsx +32 -0
  1262. package/dist/components/core/list/SolidTableRowCell.d.ts +6 -0
  1263. package/dist/components/core/list/SolidTableRowCell.d.ts.map +1 -0
  1264. package/dist/components/core/list/SolidTableRowCell.js +15 -0
  1265. package/dist/components/core/list/SolidTableRowCell.js.map +1 -0
  1266. package/dist/components/core/list/SolidTableRowCell.tsx +35 -0
  1267. package/dist/components/core/list/SolidVarInputsFilterElement.d.ts +12 -0
  1268. package/dist/components/core/list/SolidVarInputsFilterElement.d.ts.map +1 -0
  1269. package/dist/components/core/list/SolidVarInputsFilterElement.js +81 -0
  1270. package/dist/components/core/list/SolidVarInputsFilterElement.js.map +1 -0
  1271. package/dist/components/core/list/SolidVarInputsFilterElement.tsx +184 -0
  1272. package/dist/components/core/list/columns/SolidBigintColumn.d.ts +4 -0
  1273. package/dist/components/core/list/columns/SolidBigintColumn.d.ts.map +1 -0
  1274. package/dist/components/core/list/columns/SolidBigintColumn.js +7 -0
  1275. package/dist/components/core/list/columns/SolidBigintColumn.js.map +1 -0
  1276. package/dist/components/core/list/columns/SolidBigintColumn.tsx +9 -0
  1277. package/dist/components/core/list/columns/SolidBooleanColumn.d.ts +6 -0
  1278. package/dist/components/core/list/columns/SolidBooleanColumn.d.ts.map +1 -0
  1279. package/dist/components/core/list/columns/SolidBooleanColumn.js +69 -0
  1280. package/dist/components/core/list/columns/SolidBooleanColumn.js.map +1 -0
  1281. package/dist/components/core/list/columns/SolidBooleanColumn.tsx +87 -0
  1282. package/dist/components/core/list/columns/SolidComputedColumn.d.ts +4 -0
  1283. package/dist/components/core/list/columns/SolidComputedColumn.d.ts.map +1 -0
  1284. package/dist/components/core/list/columns/SolidComputedColumn.js +25 -0
  1285. package/dist/components/core/list/columns/SolidComputedColumn.js.map +1 -0
  1286. package/dist/components/core/list/columns/SolidComputedColumn.tsx +27 -0
  1287. package/dist/components/core/list/columns/SolidDateColumn.d.ts +9 -0
  1288. package/dist/components/core/list/columns/SolidDateColumn.d.ts.map +1 -0
  1289. package/dist/components/core/list/columns/SolidDateColumn.js +68 -0
  1290. package/dist/components/core/list/columns/SolidDateColumn.js.map +1 -0
  1291. package/dist/components/core/list/columns/SolidDateColumn.tsx +90 -0
  1292. package/dist/components/core/list/columns/SolidDatetimeColumn.d.ts +4 -0
  1293. package/dist/components/core/list/columns/SolidDatetimeColumn.d.ts.map +1 -0
  1294. package/dist/components/core/list/columns/SolidDatetimeColumn.js +57 -0
  1295. package/dist/components/core/list/columns/SolidDatetimeColumn.js.map +1 -0
  1296. package/dist/components/core/list/columns/SolidDatetimeColumn.tsx +79 -0
  1297. package/dist/components/core/list/columns/SolidDecimalColumn.d.ts +4 -0
  1298. package/dist/components/core/list/columns/SolidDecimalColumn.d.ts.map +1 -0
  1299. package/dist/components/core/list/columns/SolidDecimalColumn.js +7 -0
  1300. package/dist/components/core/list/columns/SolidDecimalColumn.js.map +1 -0
  1301. package/dist/components/core/list/columns/SolidDecimalColumn.tsx +9 -0
  1302. package/dist/components/core/list/columns/SolidExternalIdColumn.d.ts +4 -0
  1303. package/dist/components/core/list/columns/SolidExternalIdColumn.d.ts.map +1 -0
  1304. package/dist/components/core/list/columns/SolidExternalIdColumn.js +58 -0
  1305. package/dist/components/core/list/columns/SolidExternalIdColumn.js.map +1 -0
  1306. package/dist/components/core/list/columns/SolidExternalIdColumn.tsx +80 -0
  1307. package/dist/components/core/list/columns/SolidFloatColumn.d.ts +4 -0
  1308. package/dist/components/core/list/columns/SolidFloatColumn.d.ts.map +1 -0
  1309. package/dist/components/core/list/columns/SolidFloatColumn.js +7 -0
  1310. package/dist/components/core/list/columns/SolidFloatColumn.js.map +1 -0
  1311. package/dist/components/core/list/columns/SolidFloatColumn.tsx +9 -0
  1312. package/dist/components/core/list/columns/SolidIdColumn.d.ts +4 -0
  1313. package/dist/components/core/list/columns/SolidIdColumn.d.ts.map +1 -0
  1314. package/dist/components/core/list/columns/SolidIdColumn.js +58 -0
  1315. package/dist/components/core/list/columns/SolidIdColumn.js.map +1 -0
  1316. package/dist/components/core/list/columns/SolidIdColumn.tsx +79 -0
  1317. package/dist/components/core/list/columns/SolidIntColumn.d.ts +4 -0
  1318. package/dist/components/core/list/columns/SolidIntColumn.d.ts.map +1 -0
  1319. package/dist/components/core/list/columns/SolidIntColumn.js +67 -0
  1320. package/dist/components/core/list/columns/SolidIntColumn.js.map +1 -0
  1321. package/dist/components/core/list/columns/SolidIntColumn.tsx +87 -0
  1322. package/dist/components/core/list/columns/SolidLongTextColumn.d.ts +4 -0
  1323. package/dist/components/core/list/columns/SolidLongTextColumn.d.ts.map +1 -0
  1324. package/dist/components/core/list/columns/SolidLongTextColumn.js +7 -0
  1325. package/dist/components/core/list/columns/SolidLongTextColumn.js.map +1 -0
  1326. package/dist/components/core/list/columns/SolidLongTextColumn.tsx +9 -0
  1327. package/dist/components/core/list/columns/SolidMediaMultipleColumn.d.ts +6 -0
  1328. package/dist/components/core/list/columns/SolidMediaMultipleColumn.d.ts.map +1 -0
  1329. package/dist/components/core/list/columns/SolidMediaMultipleColumn.js +170 -0
  1330. package/dist/components/core/list/columns/SolidMediaMultipleColumn.js.map +1 -0
  1331. package/dist/components/core/list/columns/SolidMediaMultipleColumn.tsx +301 -0
  1332. package/dist/components/core/list/columns/SolidMediaSingleColumn.d.ts +6 -0
  1333. package/dist/components/core/list/columns/SolidMediaSingleColumn.d.ts.map +1 -0
  1334. package/dist/components/core/list/columns/SolidMediaSingleColumn.js +108 -0
  1335. package/dist/components/core/list/columns/SolidMediaSingleColumn.js.map +1 -0
  1336. package/dist/components/core/list/columns/SolidMediaSingleColumn.tsx +170 -0
  1337. package/dist/components/core/list/columns/SolidRelationColumn.d.ts +4 -0
  1338. package/dist/components/core/list/columns/SolidRelationColumn.d.ts.map +1 -0
  1339. package/dist/components/core/list/columns/SolidRelationColumn.js +19 -0
  1340. package/dist/components/core/list/columns/SolidRelationColumn.js.map +1 -0
  1341. package/dist/components/core/list/columns/SolidRelationColumn.tsx +21 -0
  1342. package/dist/components/core/list/columns/SolidRichTextColumn.d.ts +4 -0
  1343. package/dist/components/core/list/columns/SolidRichTextColumn.d.ts.map +1 -0
  1344. package/dist/components/core/list/columns/SolidRichTextColumn.js +7 -0
  1345. package/dist/components/core/list/columns/SolidRichTextColumn.js.map +1 -0
  1346. package/dist/components/core/list/columns/SolidRichTextColumn.tsx +9 -0
  1347. package/dist/components/core/list/columns/SolidSelectionDynamicColumn.d.ts +4 -0
  1348. package/dist/components/core/list/columns/SolidSelectionDynamicColumn.d.ts.map +1 -0
  1349. package/dist/components/core/list/columns/SolidSelectionDynamicColumn.js +58 -0
  1350. package/dist/components/core/list/columns/SolidSelectionDynamicColumn.js.map +1 -0
  1351. package/dist/components/core/list/columns/SolidSelectionDynamicColumn.tsx +80 -0
  1352. package/dist/components/core/list/columns/SolidSelectionStaticColumn.d.ts +4 -0
  1353. package/dist/components/core/list/columns/SolidSelectionStaticColumn.d.ts.map +1 -0
  1354. package/dist/components/core/list/columns/SolidSelectionStaticColumn.js +58 -0
  1355. package/dist/components/core/list/columns/SolidSelectionStaticColumn.js.map +1 -0
  1356. package/dist/components/core/list/columns/SolidSelectionStaticColumn.tsx +81 -0
  1357. package/dist/components/core/list/columns/SolidShortTextColumn.d.ts +6 -0
  1358. package/dist/components/core/list/columns/SolidShortTextColumn.d.ts.map +1 -0
  1359. package/dist/components/core/list/columns/SolidShortTextColumn.js +122 -0
  1360. package/dist/components/core/list/columns/SolidShortTextColumn.js.map +1 -0
  1361. package/dist/components/core/list/columns/SolidShortTextColumn.tsx +160 -0
  1362. package/dist/components/core/list/columns/SolidTimeColumn.d.ts +4 -0
  1363. package/dist/components/core/list/columns/SolidTimeColumn.d.ts.map +1 -0
  1364. package/dist/components/core/list/columns/SolidTimeColumn.js +57 -0
  1365. package/dist/components/core/list/columns/SolidTimeColumn.js.map +1 -0
  1366. package/dist/components/core/list/columns/SolidTimeColumn.tsx +78 -0
  1367. package/dist/components/core/list/columns/SolidUuidColumn.d.ts +4 -0
  1368. package/dist/components/core/list/columns/SolidUuidColumn.d.ts.map +1 -0
  1369. package/dist/components/core/list/columns/SolidUuidColumn.js +58 -0
  1370. package/dist/components/core/list/columns/SolidUuidColumn.js.map +1 -0
  1371. package/dist/components/core/list/columns/SolidUuidColumn.tsx +79 -0
  1372. package/dist/components/core/list/columns/relations/SolidRelationManyToManyColumn.d.ts +6 -0
  1373. package/dist/components/core/list/columns/relations/SolidRelationManyToManyColumn.d.ts.map +1 -0
  1374. package/dist/components/core/list/columns/relations/SolidRelationManyToManyColumn.js +68 -0
  1375. package/dist/components/core/list/columns/relations/SolidRelationManyToManyColumn.js.map +1 -0
  1376. package/dist/components/core/list/columns/relations/SolidRelationManyToManyColumn.tsx +106 -0
  1377. package/dist/components/core/list/columns/relations/SolidRelationManyToOneColumn.d.ts +6 -0
  1378. package/dist/components/core/list/columns/relations/SolidRelationManyToOneColumn.d.ts.map +1 -0
  1379. package/dist/components/core/list/columns/relations/SolidRelationManyToOneColumn.js +82 -0
  1380. package/dist/components/core/list/columns/relations/SolidRelationManyToOneColumn.js.map +1 -0
  1381. package/dist/components/core/list/columns/relations/SolidRelationManyToOneColumn.tsx +117 -0
  1382. package/dist/components/core/list/columns/relations/SolidRelationOneToManyColumn.d.ts +6 -0
  1383. package/dist/components/core/list/columns/relations/SolidRelationOneToManyColumn.d.ts.map +1 -0
  1384. package/dist/components/core/list/columns/relations/SolidRelationOneToManyColumn.js +68 -0
  1385. package/dist/components/core/list/columns/relations/SolidRelationOneToManyColumn.js.map +1 -0
  1386. package/dist/components/core/list/columns/relations/SolidRelationOneToManyColumn.tsx +110 -0
  1387. package/dist/components/core/list/widgets/SolidManyToManyRelationAvatarListWidget.d.ts +3 -0
  1388. package/dist/components/core/list/widgets/SolidManyToManyRelationAvatarListWidget.d.ts.map +1 -0
  1389. package/dist/components/core/list/widgets/SolidManyToManyRelationAvatarListWidget.js +20 -0
  1390. package/dist/components/core/list/widgets/SolidManyToManyRelationAvatarListWidget.js.map +1 -0
  1391. package/dist/components/core/list/widgets/SolidManyToManyRelationAvatarListWidget.tsx +30 -0
  1392. package/dist/components/core/list/widgets/SolidManyToOneRelationAvatarListWidget.d.ts +3 -0
  1393. package/dist/components/core/list/widgets/SolidManyToOneRelationAvatarListWidget.d.ts.map +1 -0
  1394. package/dist/components/core/list/widgets/SolidManyToOneRelationAvatarListWidget.js +22 -0
  1395. package/dist/components/core/list/widgets/SolidManyToOneRelationAvatarListWidget.js.map +1 -0
  1396. package/dist/components/core/list/widgets/SolidManyToOneRelationAvatarListWidget.tsx +30 -0
  1397. package/dist/components/core/list/widgets/SolidShortTextAvatarWidget.d.ts +3 -0
  1398. package/dist/components/core/list/widgets/SolidShortTextAvatarWidget.d.ts.map +1 -0
  1399. package/dist/components/core/list/widgets/SolidShortTextAvatarWidget.js +51 -0
  1400. package/dist/components/core/list/widgets/SolidShortTextAvatarWidget.js.map +1 -0
  1401. package/dist/components/core/list/widgets/SolidShortTextAvatarWidget.tsx +70 -0
  1402. package/dist/components/core/list/widgets/SolidShortTextFieldImageRenderModeWidget.d.ts +3 -0
  1403. package/dist/components/core/list/widgets/SolidShortTextFieldImageRenderModeWidget.d.ts.map +1 -0
  1404. package/dist/components/core/list/widgets/SolidShortTextFieldImageRenderModeWidget.js +10 -0
  1405. package/dist/components/core/list/widgets/SolidShortTextFieldImageRenderModeWidget.js.map +1 -0
  1406. package/dist/components/core/list/widgets/SolidShortTextFieldImageRenderModeWidget.tsx +21 -0
  1407. package/dist/components/core/locales/SolidChatterLocaleTabView.d.ts +22 -0
  1408. package/dist/components/core/locales/SolidChatterLocaleTabView.d.ts.map +1 -0
  1409. package/dist/components/core/locales/SolidChatterLocaleTabView.js +15 -0
  1410. package/dist/components/core/locales/SolidChatterLocaleTabView.js.map +1 -0
  1411. package/dist/components/core/locales/SolidChatterLocaleTabView.tsx +91 -0
  1412. package/dist/components/core/locales/SolidLocale.d.ts +16 -0
  1413. package/dist/components/core/locales/SolidLocale.d.ts.map +1 -0
  1414. package/dist/components/core/locales/SolidLocale.js +62 -0
  1415. package/dist/components/core/locales/SolidLocale.js.map +1 -0
  1416. package/dist/components/core/locales/SolidLocale.tsx +127 -0
  1417. package/dist/components/core/locales/solid-locale.css +36 -0
  1418. package/dist/components/core/model/CreateModel.d.ts +3 -0
  1419. package/dist/components/core/model/CreateModel.d.ts.map +1 -0
  1420. package/dist/components/core/model/CreateModel.js +395 -0
  1421. package/dist/components/core/model/CreateModel.js.map +1 -0
  1422. package/dist/components/core/model/CreateModel.tsx +536 -0
  1423. package/dist/components/core/model/FieldMetaData.d.ts +3 -0
  1424. package/dist/components/core/model/FieldMetaData.d.ts.map +1 -0
  1425. package/dist/components/core/model/FieldMetaData.js +164 -0
  1426. package/dist/components/core/model/FieldMetaData.js.map +1 -0
  1427. package/dist/components/core/model/FieldMetaData.tsx +262 -0
  1428. package/dist/components/core/model/FieldMetaDataForm.d.ts +3 -0
  1429. package/dist/components/core/model/FieldMetaDataForm.d.ts.map +1 -0
  1430. package/dist/components/core/model/FieldMetaDataForm.js +1397 -0
  1431. package/dist/components/core/model/FieldMetaDataForm.js.map +1 -0
  1432. package/dist/components/core/model/FieldMetaDataForm.tsx +3553 -0
  1433. package/dist/components/core/model/FieldSelector.d.ts +3 -0
  1434. package/dist/components/core/model/FieldSelector.d.ts.map +1 -0
  1435. package/dist/components/core/model/FieldSelector.js +36 -0
  1436. package/dist/components/core/model/FieldSelector.js.map +1 -0
  1437. package/dist/components/core/model/FieldSelector.tsx +62 -0
  1438. package/dist/components/core/model/ModelListViewData.d.ts +8 -0
  1439. package/dist/components/core/model/ModelListViewData.d.ts.map +1 -0
  1440. package/dist/components/core/model/ModelListViewData.js +210 -0
  1441. package/dist/components/core/model/ModelListViewData.js.map +1 -0
  1442. package/dist/components/core/model/ModelListViewData.tsx +384 -0
  1443. package/dist/components/core/model/ModelMetaData.d.ts +4 -0
  1444. package/dist/components/core/model/ModelMetaData.d.ts.map +1 -0
  1445. package/dist/components/core/model/ModelMetaData.js +426 -0
  1446. package/dist/components/core/model/ModelMetaData.js.map +1 -0
  1447. package/dist/components/core/model/ModelMetaData.tsx +949 -0
  1448. package/dist/components/core/module/CreateModule.d.ts +3 -0
  1449. package/dist/components/core/module/CreateModule.d.ts.map +1 -0
  1450. package/dist/components/core/module/CreateModule.js +364 -0
  1451. package/dist/components/core/module/CreateModule.js.map +1 -0
  1452. package/dist/components/core/module/CreateModule.tsx +613 -0
  1453. package/dist/components/core/module/ModuleListViewData.d.ts +7 -0
  1454. package/dist/components/core/module/ModuleListViewData.d.ts.map +1 -0
  1455. package/dist/components/core/module/ModuleListViewData.js +262 -0
  1456. package/dist/components/core/module/ModuleListViewData.js.map +1 -0
  1457. package/dist/components/core/module/ModuleListViewData.tsx +431 -0
  1458. package/dist/components/core/solid-ai/SolidAiMainWrapper.d.ts +2 -0
  1459. package/dist/components/core/solid-ai/SolidAiMainWrapper.d.ts.map +1 -0
  1460. package/dist/components/core/solid-ai/SolidAiMainWrapper.js +7 -0
  1461. package/dist/components/core/solid-ai/SolidAiMainWrapper.js.map +1 -0
  1462. package/dist/components/core/solid-ai/SolidAiMainWrapper.tsx +8 -0
  1463. package/dist/components/core/solid-ai/SolidXAIIcon.d.ts +2 -0
  1464. package/dist/components/core/solid-ai/SolidXAIIcon.d.ts.map +1 -0
  1465. package/dist/components/core/solid-ai/SolidXAIIcon.js +6 -0
  1466. package/dist/components/core/solid-ai/SolidXAIIcon.js.map +1 -0
  1467. package/dist/components/core/solid-ai/SolidXAIIcon.tsx +37 -0
  1468. package/dist/components/core/users/CreateUser.d.ts +3 -0
  1469. package/dist/components/core/users/CreateUser.d.ts.map +1 -0
  1470. package/dist/components/core/users/CreateUser.js +250 -0
  1471. package/dist/components/core/users/CreateUser.js.map +1 -0
  1472. package/dist/components/core/users/CreateUser.tsx +468 -0
  1473. package/dist/components/core/users/CreateUserRole.d.ts +3 -0
  1474. package/dist/components/core/users/CreateUserRole.d.ts.map +1 -0
  1475. package/dist/components/core/users/CreateUserRole.js +169 -0
  1476. package/dist/components/core/users/CreateUserRole.js.map +1 -0
  1477. package/dist/components/core/users/CreateUserRole.tsx +213 -0
  1478. package/dist/components/core/users/UserListView.d.ts +2 -0
  1479. package/dist/components/core/users/UserListView.d.ts.map +1 -0
  1480. package/dist/components/core/users/UserListView.js +223 -0
  1481. package/dist/components/core/users/UserListView.js.map +1 -0
  1482. package/dist/components/core/users/UserListView.tsx +376 -0
  1483. package/dist/components/layout/AdminLayout.d.ts +4 -0
  1484. package/dist/components/layout/AdminLayout.d.ts.map +1 -0
  1485. package/dist/components/layout/AdminLayout.js +39 -0
  1486. package/dist/components/layout/AdminLayout.js.map +1 -0
  1487. package/dist/components/layout/AdminLayout.tsx +55 -0
  1488. package/dist/components/layout/AdminSidebar.d.ts +3 -0
  1489. package/dist/components/layout/AdminSidebar.d.ts.map +1 -0
  1490. package/dist/components/layout/AdminSidebar.js +41 -0
  1491. package/dist/components/layout/AdminSidebar.js.map +1 -0
  1492. package/dist/components/layout/AdminSidebar.tsx +64 -0
  1493. package/dist/components/layout/AppConfig.d.ts +4 -0
  1494. package/dist/components/layout/AppConfig.d.ts.map +1 -0
  1495. package/dist/components/layout/AppConfig.js +51 -0
  1496. package/dist/components/layout/AppConfig.js.map +1 -0
  1497. package/dist/components/layout/AppConfig.tsx +104 -0
  1498. package/dist/components/layout/AppSidebar.d.ts +3 -0
  1499. package/dist/components/layout/AppSidebar.d.ts.map +1 -0
  1500. package/dist/components/layout/AppSidebar.js +113 -0
  1501. package/dist/components/layout/AppSidebar.js.map +1 -0
  1502. package/dist/components/layout/AppSidebar.tsx +216 -0
  1503. package/dist/components/layout/ButtonLoader.d.ts +3 -0
  1504. package/dist/components/layout/ButtonLoader.d.ts.map +1 -0
  1505. package/dist/components/layout/ButtonLoader.js +6 -0
  1506. package/dist/components/layout/ButtonLoader.js.map +1 -0
  1507. package/dist/components/layout/ButtonLoader.tsx +7 -0
  1508. package/dist/components/layout/CustomPagination.d.ts +2 -0
  1509. package/dist/components/layout/CustomPagination.d.ts.map +1 -0
  1510. package/dist/components/layout/CustomPagination.js +49 -0
  1511. package/dist/components/layout/CustomPagination.js.map +1 -0
  1512. package/dist/components/layout/CustomPagination.tsx +55 -0
  1513. package/dist/components/layout/DashboardHeader.d.ts +3 -0
  1514. package/dist/components/layout/DashboardHeader.d.ts.map +1 -0
  1515. package/dist/components/layout/DashboardHeader.js +26 -0
  1516. package/dist/components/layout/DashboardHeader.js.map +1 -0
  1517. package/dist/components/layout/DashboardHeader.tsx +89 -0
  1518. package/dist/components/layout/FilterMenu.d.ts +3 -0
  1519. package/dist/components/layout/FilterMenu.d.ts.map +1 -0
  1520. package/dist/components/layout/FilterMenu.js +48 -0
  1521. package/dist/components/layout/FilterMenu.js.map +1 -0
  1522. package/dist/components/layout/FilterMenu.tsx +122 -0
  1523. package/dist/components/layout/Footer.d.ts +3 -0
  1524. package/dist/components/layout/Footer.d.ts.map +1 -0
  1525. package/dist/components/layout/Footer.js +6 -0
  1526. package/dist/components/layout/Footer.js.map +1 -0
  1527. package/dist/components/layout/Footer.tsx +13 -0
  1528. package/dist/components/layout/GlobalSearch.d.ts +2 -0
  1529. package/dist/components/layout/GlobalSearch.d.ts.map +1 -0
  1530. package/dist/components/layout/GlobalSearch.js +25 -0
  1531. package/dist/components/layout/GlobalSearch.js.map +1 -0
  1532. package/dist/components/layout/GlobalSearch.tsx +36 -0
  1533. package/dist/components/layout/Header.d.ts +3 -0
  1534. package/dist/components/layout/Header.d.ts.map +1 -0
  1535. package/dist/components/layout/Header.js +7 -0
  1536. package/dist/components/layout/Header.js.map +1 -0
  1537. package/dist/components/layout/Header.tsx +8 -0
  1538. package/dist/components/layout/Layout.d.ts +3 -0
  1539. package/dist/components/layout/Layout.d.ts.map +1 -0
  1540. package/dist/components/layout/Layout.js +212 -0
  1541. package/dist/components/layout/Layout.js.map +1 -0
  1542. package/dist/components/layout/Layout.tsx +205 -0
  1543. package/dist/components/layout/ListingHeader.d.ts +3 -0
  1544. package/dist/components/layout/ListingHeader.d.ts.map +1 -0
  1545. package/dist/components/layout/ListingHeader.js +90 -0
  1546. package/dist/components/layout/ListingHeader.js.map +1 -0
  1547. package/dist/components/layout/ListingHeader.tsx +205 -0
  1548. package/dist/components/layout/Loader.d.ts +3 -0
  1549. package/dist/components/layout/Loader.d.ts.map +1 -0
  1550. package/dist/components/layout/Loader.js +6 -0
  1551. package/dist/components/layout/Loader.js.map +1 -0
  1552. package/dist/components/layout/Loader.tsx +16 -0
  1553. package/dist/components/layout/UserSidebar.d.ts +3 -0
  1554. package/dist/components/layout/UserSidebar.d.ts.map +1 -0
  1555. package/dist/components/layout/UserSidebar.js +31 -0
  1556. package/dist/components/layout/UserSidebar.js.map +1 -0
  1557. package/dist/components/layout/UserSidebar.tsx +52 -0
  1558. package/dist/components/layout/context/layoutcontext.d.ts +5 -0
  1559. package/dist/components/layout/context/layoutcontext.d.ts.map +1 -0
  1560. package/dist/components/layout/context/layoutcontext.js +55 -0
  1561. package/dist/components/layout/context/layoutcontext.js.map +1 -0
  1562. package/dist/components/layout/context/layoutcontext.tsx +52 -0
  1563. package/dist/components/layout/navbar-one.d.ts +3 -0
  1564. package/dist/components/layout/navbar-one.d.ts.map +1 -0
  1565. package/dist/components/layout/navbar-one.js +75 -0
  1566. package/dist/components/layout/navbar-one.js.map +1 -0
  1567. package/dist/components/layout/navbar-one.tsx +239 -0
  1568. package/dist/components/layout/navbar-two-menu.d.ts +3 -0
  1569. package/dist/components/layout/navbar-two-menu.d.ts.map +1 -0
  1570. package/dist/components/layout/navbar-two-menu.js +45 -0
  1571. package/dist/components/layout/navbar-two-menu.js.map +1 -0
  1572. package/dist/components/layout/navbar-two-menu.tsx +71 -0
  1573. package/dist/components/layout/navbar-two.d.ts +3 -0
  1574. package/dist/components/layout/navbar-two.d.ts.map +1 -0
  1575. package/dist/components/layout/navbar-two.js +35 -0
  1576. package/dist/components/layout/navbar-two.js.map +1 -0
  1577. package/dist/components/layout/navbar-two.tsx +37 -0
  1578. package/dist/components/layout/user-profile-menu.d.ts +3 -0
  1579. package/dist/components/layout/user-profile-menu.d.ts.map +1 -0
  1580. package/dist/components/layout/user-profile-menu.js +97 -0
  1581. package/dist/components/layout/user-profile-menu.js.map +1 -0
  1582. package/dist/components/layout/user-profile-menu.tsx +212 -0
  1583. package/dist/components/layout/user-profile.d.ts +3 -0
  1584. package/dist/components/layout/user-profile.d.ts.map +1 -0
  1585. package/dist/components/layout/user-profile.js +7 -0
  1586. package/dist/components/layout/user-profile.js.map +1 -0
  1587. package/dist/components/layout/user-profile.tsx +7 -0
  1588. package/dist/components/modelsComponents/filterIcon.d.ts +2 -0
  1589. package/dist/components/modelsComponents/filterIcon.d.ts.map +1 -0
  1590. package/dist/components/modelsComponents/filterIcon.js +5 -0
  1591. package/dist/components/modelsComponents/filterIcon.js.map +1 -0
  1592. package/dist/components/modelsComponents/filterIcon.tsx +9 -0
  1593. package/dist/constants/error-messages.d.ts +161 -0
  1594. package/dist/constants/error-messages.d.ts.map +1 -0
  1595. package/dist/constants/error-messages.js +232 -0
  1596. package/dist/constants/error-messages.js.map +1 -0
  1597. package/dist/constants/error-messages.ts +238 -0
  1598. package/dist/declarations.d.ts +22 -0
  1599. package/dist/helpers/AppTitle.d.ts +4 -0
  1600. package/dist/helpers/AppTitle.d.ts.map +1 -0
  1601. package/dist/helpers/AppTitle.js +8 -0
  1602. package/dist/helpers/AppTitle.js.map +1 -0
  1603. package/dist/helpers/AppTitle.tsx +12 -0
  1604. package/dist/helpers/ToastContainer.d.ts +4 -0
  1605. package/dist/helpers/ToastContainer.d.ts.map +1 -0
  1606. package/dist/helpers/ToastContainer.js +49 -0
  1607. package/dist/helpers/ToastContainer.js.map +1 -0
  1608. package/dist/helpers/ToastContainer.tsx +94 -0
  1609. package/dist/helpers/autoCompleteVirtualScroll.d.ts +11 -0
  1610. package/dist/helpers/autoCompleteVirtualScroll.d.ts.map +1 -0
  1611. package/dist/helpers/autoCompleteVirtualScroll.js +20 -0
  1612. package/dist/helpers/autoCompleteVirtualScroll.js.map +1 -0
  1613. package/dist/helpers/autoCompleteVirtualScroll.ts +41 -0
  1614. package/dist/helpers/countries.d.ts +2 -0
  1615. package/dist/helpers/countries.d.ts.map +1 -0
  1616. package/dist/helpers/countries.js +261 -0
  1617. package/dist/helpers/countries.js.map +1 -0
  1618. package/dist/helpers/countries.tsx +260 -0
  1619. package/dist/helpers/downloadFileWithProgress.d.ts +8 -0
  1620. package/dist/helpers/downloadFileWithProgress.d.ts.map +1 -0
  1621. package/dist/helpers/downloadFileWithProgress.js +148 -0
  1622. package/dist/helpers/downloadFileWithProgress.js.map +1 -0
  1623. package/dist/helpers/downloadFileWithProgress.ts +86 -0
  1624. package/dist/helpers/downloadMediaFile.d.ts +2 -0
  1625. package/dist/helpers/downloadMediaFile.d.ts.map +1 -0
  1626. package/dist/helpers/downloadMediaFile.js +68 -0
  1627. package/dist/helpers/downloadMediaFile.js.map +1 -0
  1628. package/dist/helpers/downloadMediaFile.tsx +22 -0
  1629. package/dist/helpers/eventBus.d.ts +15 -0
  1630. package/dist/helpers/eventBus.d.ts.map +1 -0
  1631. package/dist/helpers/eventBus.js +63 -0
  1632. package/dist/helpers/eventBus.js.map +1 -0
  1633. package/dist/helpers/eventBus.ts +40 -0
  1634. package/dist/helpers/getAcceptedFileTypes.d.ts +4 -0
  1635. package/dist/helpers/getAcceptedFileTypes.d.ts.map +1 -0
  1636. package/dist/helpers/getAcceptedFileTypes.js +20 -0
  1637. package/dist/helpers/getAcceptedFileTypes.js.map +1 -0
  1638. package/dist/helpers/getAcceptedFileTypes.tsx +22 -0
  1639. package/dist/helpers/getRandomColors.d.ts +4 -0
  1640. package/dist/helpers/getRandomColors.d.ts.map +1 -0
  1641. package/dist/helpers/getRandomColors.js +63 -0
  1642. package/dist/helpers/getRandomColors.js.map +1 -0
  1643. package/dist/helpers/getRandomColors.tsx +68 -0
  1644. package/dist/helpers/helpers.d.ts +11 -0
  1645. package/dist/helpers/helpers.d.ts.map +1 -0
  1646. package/dist/helpers/helpers.js +47 -0
  1647. package/dist/helpers/helpers.js.map +1 -0
  1648. package/dist/helpers/helpers.ts +61 -0
  1649. package/dist/helpers/hydrateRelationRules.d.ts +3 -0
  1650. package/dist/helpers/hydrateRelationRules.d.ts.map +1 -0
  1651. package/dist/helpers/hydrateRelationRules.js +147 -0
  1652. package/dist/helpers/hydrateRelationRules.js.map +1 -0
  1653. package/dist/helpers/hydrateRelationRules.ts +122 -0
  1654. package/dist/helpers/logger.d.ts +7 -0
  1655. package/dist/helpers/logger.d.ts.map +1 -0
  1656. package/dist/helpers/logger.js +50 -0
  1657. package/dist/helpers/logger.js.map +1 -0
  1658. package/dist/helpers/logger.ts +33 -0
  1659. package/dist/helpers/permissions.d.ts +2 -0
  1660. package/dist/helpers/permissions.d.ts.map +1 -0
  1661. package/dist/helpers/permissions.js +6 -0
  1662. package/dist/helpers/permissions.js.map +1 -0
  1663. package/dist/helpers/permissions.ts +7 -0
  1664. package/dist/helpers/registry.d.ts +9 -0
  1665. package/dist/helpers/registry.d.ts.map +1 -0
  1666. package/dist/helpers/registry.js +243 -0
  1667. package/dist/helpers/registry.js.map +1 -0
  1668. package/dist/helpers/registry.ts +337 -0
  1669. package/dist/helpers/resendOtpHelper.d.ts +2 -0
  1670. package/dist/helpers/resendOtpHelper.d.ts.map +1 -0
  1671. package/dist/helpers/resendOtpHelper.js +6 -0
  1672. package/dist/helpers/resendOtpHelper.js.map +1 -0
  1673. package/dist/helpers/resendOtpHelper.tsx +5 -0
  1674. package/dist/helpers/revalidate.d.ts +2 -0
  1675. package/dist/helpers/revalidate.d.ts.map +1 -0
  1676. package/dist/helpers/revalidate.js +48 -0
  1677. package/dist/helpers/revalidate.js.map +1 -0
  1678. package/dist/helpers/revalidate.ts +8 -0
  1679. package/dist/helpers/rolesHelper.d.ts +2 -0
  1680. package/dist/helpers/rolesHelper.d.ts.map +1 -0
  1681. package/dist/helpers/rolesHelper.js +5 -0
  1682. package/dist/helpers/rolesHelper.js.map +1 -0
  1683. package/dist/helpers/rolesHelper.ts +4 -0
  1684. package/dist/helpers/routePaths.d.ts +3 -0
  1685. package/dist/helpers/routePaths.d.ts.map +1 -0
  1686. package/dist/helpers/routePaths.js +23 -0
  1687. package/dist/helpers/routePaths.js.map +1 -0
  1688. package/dist/helpers/routePaths.ts +25 -0
  1689. package/dist/helpers/showToast.d.ts +5 -0
  1690. package/dist/helpers/showToast.d.ts.map +1 -0
  1691. package/dist/helpers/showToast.js +17 -0
  1692. package/dist/helpers/showToast.js.map +1 -0
  1693. package/dist/helpers/showToast.ts +13 -0
  1694. package/dist/helpers/solidIcons.d.ts +5 -0
  1695. package/dist/helpers/solidIcons.d.ts.map +1 -0
  1696. package/dist/helpers/solidIcons.js +1831 -0
  1697. package/dist/helpers/solidIcons.js.map +1 -0
  1698. package/dist/helpers/solidIcons.tsx +1831 -0
  1699. package/dist/helpers/updatePasswordField.d.ts +9 -0
  1700. package/dist/helpers/updatePasswordField.d.ts.map +1 -0
  1701. package/dist/helpers/updatePasswordField.js +77 -0
  1702. package/dist/helpers/updatePasswordField.js.map +1 -0
  1703. package/dist/helpers/updatePasswordField.ts +42 -0
  1704. package/dist/hooks/usePathname.d.ts +2 -0
  1705. package/dist/hooks/usePathname.d.ts.map +1 -0
  1706. package/dist/hooks/usePathname.js +6 -0
  1707. package/dist/hooks/usePathname.js.map +1 -0
  1708. package/dist/hooks/usePathname.ts +6 -0
  1709. package/dist/hooks/useRouter.d.ts +8 -0
  1710. package/dist/hooks/useRouter.d.ts.map +1 -0
  1711. package/dist/hooks/useRouter.js +29 -0
  1712. package/dist/hooks/useRouter.js.map +1 -0
  1713. package/dist/hooks/useRouter.ts +35 -0
  1714. package/dist/hooks/useSearchParams.d.ts +2 -0
  1715. package/dist/hooks/useSearchParams.d.ts.map +1 -0
  1716. package/dist/hooks/useSearchParams.js +9 -0
  1717. package/dist/hooks/useSearchParams.js.map +1 -0
  1718. package/dist/hooks/useSearchParams.ts +10 -0
  1719. package/dist/hooks/useSession.d.ts +9 -0
  1720. package/dist/hooks/useSession.d.ts.map +1 -0
  1721. package/dist/hooks/useSession.js +90 -0
  1722. package/dist/hooks/useSession.js.map +1 -0
  1723. package/dist/hooks/useSession.ts +52 -0
  1724. package/dist/http/solidHttp.d.ts +24 -0
  1725. package/dist/http/solidHttp.d.ts.map +1 -0
  1726. package/dist/http/solidHttp.js +101 -0
  1727. package/dist/http/solidHttp.js.map +1 -0
  1728. package/dist/http/solidHttp.ts +63 -0
  1729. package/dist/index.d.ts +215 -0
  1730. package/dist/index.d.ts.map +1 -0
  1731. package/dist/index.js +223 -0
  1732. package/dist/index.js.map +1 -0
  1733. package/dist/index.ts +460 -0
  1734. package/dist/layouts/AdminLayoutWrapper.d.ts +2 -0
  1735. package/dist/layouts/AdminLayoutWrapper.d.ts.map +1 -0
  1736. package/dist/layouts/AdminLayoutWrapper.js +7 -0
  1737. package/dist/layouts/AdminLayoutWrapper.js.map +1 -0
  1738. package/dist/layouts/AdminLayoutWrapper.tsx +10 -0
  1739. package/dist/layouts/AuthLayoutWrapper.d.ts +2 -0
  1740. package/dist/layouts/AuthLayoutWrapper.d.ts.map +1 -0
  1741. package/dist/layouts/AuthLayoutWrapper.js +7 -0
  1742. package/dist/layouts/AuthLayoutWrapper.js.map +1 -0
  1743. package/dist/layouts/AuthLayoutWrapper.tsx +10 -0
  1744. package/dist/nextAuth/authProviders.d.ts +4 -0
  1745. package/dist/nextAuth/authProviders.d.ts.map +1 -0
  1746. package/dist/nextAuth/authProviders.js +198 -0
  1747. package/dist/nextAuth/authProviders.js.map +1 -0
  1748. package/dist/nextAuth/authProviders.tsx +232 -0
  1749. package/dist/nextAuth/handleLogout.d.ts +2 -0
  1750. package/dist/nextAuth/handleLogout.d.ts.map +1 -0
  1751. package/dist/nextAuth/handleLogout.js +36 -0
  1752. package/dist/nextAuth/handleLogout.js.map +1 -0
  1753. package/dist/nextAuth/handleLogout.tsx +39 -0
  1754. package/dist/nextAuth/refreshAccessToken.d.ts +2 -0
  1755. package/dist/nextAuth/refreshAccessToken.d.ts.map +1 -0
  1756. package/dist/nextAuth/refreshAccessToken.js +24 -0
  1757. package/dist/nextAuth/refreshAccessToken.js.map +1 -0
  1758. package/dist/nextAuth/refreshAccessToken.tsx +28 -0
  1759. package/dist/redux/api/aiInteractionApi.d.ts +26 -0
  1760. package/dist/redux/api/aiInteractionApi.d.ts.map +1 -0
  1761. package/dist/redux/api/aiInteractionApi.js +24 -0
  1762. package/dist/redux/api/aiInteractionApi.js.map +1 -0
  1763. package/dist/redux/api/aiInteractionApi.ts +59 -0
  1764. package/dist/redux/api/authApi.d.ts +16 -0
  1765. package/dist/redux/api/authApi.d.ts.map +1 -0
  1766. package/dist/redux/api/authApi.js +120 -0
  1767. package/dist/redux/api/authApi.js.map +1 -0
  1768. package/dist/redux/api/authApi.ts +131 -0
  1769. package/dist/redux/api/dashboardApi.d.ts +23 -0
  1770. package/dist/redux/api/dashboardApi.d.ts.map +1 -0
  1771. package/dist/redux/api/dashboardApi.js +35 -0
  1772. package/dist/redux/api/dashboardApi.js.map +1 -0
  1773. package/dist/redux/api/dashboardApi.ts +56 -0
  1774. package/dist/redux/api/dashboardQuestionApi.d.ts +5 -0
  1775. package/dist/redux/api/dashboardQuestionApi.d.ts.map +1 -0
  1776. package/dist/redux/api/dashboardQuestionApi.js +18 -0
  1777. package/dist/redux/api/dashboardQuestionApi.js.map +1 -0
  1778. package/dist/redux/api/dashboardQuestionApi.ts +17 -0
  1779. package/dist/redux/api/exportTemplateApi.d.ts +19 -0
  1780. package/dist/redux/api/exportTemplateApi.d.ts.map +1 -0
  1781. package/dist/redux/api/exportTemplateApi.js +64 -0
  1782. package/dist/redux/api/exportTemplateApi.js.map +1 -0
  1783. package/dist/redux/api/exportTemplateApi.tsx +59 -0
  1784. package/dist/redux/api/fetchBaseQuery.d.ts +3 -0
  1785. package/dist/redux/api/fetchBaseQuery.d.ts.map +1 -0
  1786. package/dist/redux/api/fetchBaseQuery.js +96 -0
  1787. package/dist/redux/api/fetchBaseQuery.js.map +1 -0
  1788. package/dist/redux/api/fetchBaseQuery.tsx +65 -0
  1789. package/dist/redux/api/fieldApi.d.ts +21 -0
  1790. package/dist/redux/api/fieldApi.d.ts.map +1 -0
  1791. package/dist/redux/api/fieldApi.js +70 -0
  1792. package/dist/redux/api/fieldApi.js.map +1 -0
  1793. package/dist/redux/api/fieldApi.ts +86 -0
  1794. package/dist/redux/api/importTransactionApi.d.ts +11 -0
  1795. package/dist/redux/api/importTransactionApi.d.ts.map +1 -0
  1796. package/dist/redux/api/importTransactionApi.js +69 -0
  1797. package/dist/redux/api/importTransactionApi.js.map +1 -0
  1798. package/dist/redux/api/importTransactionApi.tsx +69 -0
  1799. package/dist/redux/api/mediaApi.d.ts +19 -0
  1800. package/dist/redux/api/mediaApi.d.ts.map +1 -0
  1801. package/dist/redux/api/mediaApi.js +57 -0
  1802. package/dist/redux/api/mediaApi.js.map +1 -0
  1803. package/dist/redux/api/mediaApi.ts +55 -0
  1804. package/dist/redux/api/mediaStorageProviderApi.d.ts +19 -0
  1805. package/dist/redux/api/mediaStorageProviderApi.d.ts.map +1 -0
  1806. package/dist/redux/api/mediaStorageProviderApi.js +57 -0
  1807. package/dist/redux/api/mediaStorageProviderApi.js.map +1 -0
  1808. package/dist/redux/api/mediaStorageProviderApi.ts +55 -0
  1809. package/dist/redux/api/modelApi.d.ts +22 -0
  1810. package/dist/redux/api/modelApi.d.ts.map +1 -0
  1811. package/dist/redux/api/modelApi.js +81 -0
  1812. package/dist/redux/api/modelApi.js.map +1 -0
  1813. package/dist/redux/api/modelApi.ts +80 -0
  1814. package/dist/redux/api/moduleApi.d.ts +22 -0
  1815. package/dist/redux/api/moduleApi.d.ts.map +1 -0
  1816. package/dist/redux/api/moduleApi.js +74 -0
  1817. package/dist/redux/api/moduleApi.js.map +1 -0
  1818. package/dist/redux/api/moduleApi.ts +72 -0
  1819. package/dist/redux/api/permissionApi.d.ts +15 -0
  1820. package/dist/redux/api/permissionApi.d.ts.map +1 -0
  1821. package/dist/redux/api/permissionApi.js +27 -0
  1822. package/dist/redux/api/permissionApi.js.map +1 -0
  1823. package/dist/redux/api/permissionApi.ts +32 -0
  1824. package/dist/redux/api/pincodeApi.d.ts +36 -0
  1825. package/dist/redux/api/pincodeApi.d.ts.map +1 -0
  1826. package/dist/redux/api/pincodeApi.js +54 -0
  1827. package/dist/redux/api/pincodeApi.js.map +1 -0
  1828. package/dist/redux/api/pincodeApi.tsx +56 -0
  1829. package/dist/redux/api/roleApi.d.ts +10 -0
  1830. package/dist/redux/api/roleApi.d.ts.map +1 -0
  1831. package/dist/redux/api/roleApi.js +49 -0
  1832. package/dist/redux/api/roleApi.js.map +1 -0
  1833. package/dist/redux/api/roleApi.ts +58 -0
  1834. package/dist/redux/api/solidActionApi.d.ts +19 -0
  1835. package/dist/redux/api/solidActionApi.d.ts.map +1 -0
  1836. package/dist/redux/api/solidActionApi.js +58 -0
  1837. package/dist/redux/api/solidActionApi.js.map +1 -0
  1838. package/dist/redux/api/solidActionApi.ts +66 -0
  1839. package/dist/redux/api/solidChatterMessageApi.d.ts +6 -0
  1840. package/dist/redux/api/solidChatterMessageApi.d.ts.map +1 -0
  1841. package/dist/redux/api/solidChatterMessageApi.js +25 -0
  1842. package/dist/redux/api/solidChatterMessageApi.js.map +1 -0
  1843. package/dist/redux/api/solidChatterMessageApi.ts +25 -0
  1844. package/dist/redux/api/solidEntityApi.d.ts +24 -0
  1845. package/dist/redux/api/solidEntityApi.d.ts.map +1 -0
  1846. package/dist/redux/api/solidEntityApi.js +186 -0
  1847. package/dist/redux/api/solidEntityApi.js.map +1 -0
  1848. package/dist/redux/api/solidEntityApi.tsx +164 -0
  1849. package/dist/redux/api/solidMenuApi.d.ts +20 -0
  1850. package/dist/redux/api/solidMenuApi.d.ts.map +1 -0
  1851. package/dist/redux/api/solidMenuApi.js +61 -0
  1852. package/dist/redux/api/solidMenuApi.js.map +1 -0
  1853. package/dist/redux/api/solidMenuApi.ts +71 -0
  1854. package/dist/redux/api/solidServiceApi.d.ts +12 -0
  1855. package/dist/redux/api/solidServiceApi.d.ts.map +1 -0
  1856. package/dist/redux/api/solidServiceApi.js +27 -0
  1857. package/dist/redux/api/solidServiceApi.js.map +1 -0
  1858. package/dist/redux/api/solidServiceApi.ts +31 -0
  1859. package/dist/redux/api/solidSettingsApi.d.ts +12 -0
  1860. package/dist/redux/api/solidSettingsApi.d.ts.map +1 -0
  1861. package/dist/redux/api/solidSettingsApi.js +128 -0
  1862. package/dist/redux/api/solidSettingsApi.js.map +1 -0
  1863. package/dist/redux/api/solidSettingsApi.tsx +83 -0
  1864. package/dist/redux/api/solidViewApi.d.ts +20 -0
  1865. package/dist/redux/api/solidViewApi.d.ts.map +1 -0
  1866. package/dist/redux/api/solidViewApi.js +63 -0
  1867. package/dist/redux/api/solidViewApi.js.map +1 -0
  1868. package/dist/redux/api/solidViewApi.ts +73 -0
  1869. package/dist/redux/api/stateApi.d.ts +36 -0
  1870. package/dist/redux/api/stateApi.d.ts.map +1 -0
  1871. package/dist/redux/api/stateApi.js +54 -0
  1872. package/dist/redux/api/stateApi.js.map +1 -0
  1873. package/dist/redux/api/stateApi.tsx +56 -0
  1874. package/dist/redux/api/testApi.d.ts +5 -0
  1875. package/dist/redux/api/testApi.d.ts.map +1 -0
  1876. package/dist/redux/api/testApi.js +19 -0
  1877. package/dist/redux/api/testApi.js.map +1 -0
  1878. package/dist/redux/api/testApi.ts +21 -0
  1879. package/dist/redux/api/userApi.d.ts +19 -0
  1880. package/dist/redux/api/userApi.d.ts.map +1 -0
  1881. package/dist/redux/api/userApi.js +116 -0
  1882. package/dist/redux/api/userApi.js.map +1 -0
  1883. package/dist/redux/api/userApi.ts +135 -0
  1884. package/dist/redux/features/authSlice.d.ts +6 -0
  1885. package/dist/redux/features/authSlice.d.ts.map +1 -0
  1886. package/dist/redux/features/authSlice.js +19 -0
  1887. package/dist/redux/features/authSlice.js.map +1 -0
  1888. package/dist/redux/features/authSlice.ts +19 -0
  1889. package/dist/redux/features/dataViewSlice.d.ts +7 -0
  1890. package/dist/redux/features/dataViewSlice.d.ts.map +1 -0
  1891. package/dist/redux/features/dataViewSlice.js +21 -0
  1892. package/dist/redux/features/dataViewSlice.js.map +1 -0
  1893. package/dist/redux/features/dataViewSlice.ts +26 -0
  1894. package/dist/redux/features/navbarSlice.d.ts +6 -0
  1895. package/dist/redux/features/navbarSlice.d.ts.map +1 -0
  1896. package/dist/redux/features/navbarSlice.js +22 -0
  1897. package/dist/redux/features/navbarSlice.js.map +1 -0
  1898. package/dist/redux/features/navbarSlice.ts +21 -0
  1899. package/dist/redux/features/popupSlice.d.ts +13 -0
  1900. package/dist/redux/features/popupSlice.d.ts.map +1 -0
  1901. package/dist/redux/features/popupSlice.js +24 -0
  1902. package/dist/redux/features/popupSlice.js.map +1 -0
  1903. package/dist/redux/features/popupSlice.ts +37 -0
  1904. package/dist/redux/features/settingsSlice.d.ts +20 -0
  1905. package/dist/redux/features/settingsSlice.d.ts.map +1 -0
  1906. package/dist/redux/features/settingsSlice.js +39 -0
  1907. package/dist/redux/features/settingsSlice.js.map +1 -0
  1908. package/dist/redux/features/settingsSlice.ts +60 -0
  1909. package/dist/redux/features/themeSlice.d.ts +6 -0
  1910. package/dist/redux/features/themeSlice.d.ts.map +1 -0
  1911. package/dist/redux/features/themeSlice.js +16 -0
  1912. package/dist/redux/features/themeSlice.js.map +1 -0
  1913. package/dist/redux/features/themeSlice.ts +17 -0
  1914. package/dist/redux/features/userSlice.d.ts +13 -0
  1915. package/dist/redux/features/userSlice.d.ts.map +1 -0
  1916. package/dist/redux/features/userSlice.js +21 -0
  1917. package/dist/redux/features/userSlice.js.map +1 -0
  1918. package/dist/redux/features/userSlice.ts +28 -0
  1919. package/dist/redux/hooks/useSolidPopup.d.ts +7 -0
  1920. package/dist/redux/hooks/useSolidPopup.d.ts.map +1 -0
  1921. package/dist/redux/hooks/useSolidPopup.js +14 -0
  1922. package/dist/redux/hooks/useSolidPopup.js.map +1 -0
  1923. package/dist/redux/hooks/useSolidPopup.ts +20 -0
  1924. package/dist/redux/store/StoreProvider.d.ts +8 -0
  1925. package/dist/redux/store/StoreProvider.d.ts.map +1 -0
  1926. package/dist/redux/store/StoreProvider.js +89 -0
  1927. package/dist/redux/store/StoreProvider.js.map +1 -0
  1928. package/dist/redux/store/StoreProvider.tsx +52 -0
  1929. package/dist/redux/store/createSolidStore.d.ts +25 -0
  1930. package/dist/redux/store/createSolidStore.d.ts.map +1 -0
  1931. package/dist/redux/store/createSolidStore.js +54 -0
  1932. package/dist/redux/store/createSolidStore.js.map +1 -0
  1933. package/dist/redux/store/createSolidStore.ts +55 -0
  1934. package/dist/redux/store/defaultStoreConfig.d.ts +187 -0
  1935. package/dist/redux/store/defaultStoreConfig.d.ts.map +1 -0
  1936. package/dist/redux/store/defaultStoreConfig.js +34 -0
  1937. package/dist/redux/store/defaultStoreConfig.js.map +1 -0
  1938. package/dist/redux/store/defaultStoreConfig.ts +62 -0
  1939. package/dist/resources/fonts/SF-Pro-Display-Black.otf +0 -0
  1940. package/dist/resources/fonts/SF-Pro-Display-Bold.otf +0 -0
  1941. package/dist/resources/fonts/SF-Pro-Display-Heavy.otf +0 -0
  1942. package/dist/resources/fonts/SF-Pro-Display-Light.otf +0 -0
  1943. package/dist/resources/fonts/SF-Pro-Display-Medium.otf +0 -0
  1944. package/dist/resources/fonts/SF-Pro-Display-Regular.otf +0 -0
  1945. package/dist/resources/fonts/SF-Pro-Display-Semibold.otf +0 -0
  1946. package/dist/resources/fonts/SF-Pro-Display-Thin.otf +0 -0
  1947. package/dist/resources/fonts/SF-Pro-Display-Ultralight.otf +0 -0
  1948. package/dist/resources/globals.css +3597 -0
  1949. package/dist/resources/images/AvatarDemo.png +0 -0
  1950. package/dist/resources/images/Background.svg +3 -0
  1951. package/dist/resources/images/Footerbg.png +0 -0
  1952. package/dist/resources/images/LoginBanner.png +0 -0
  1953. package/dist/resources/images/Navigation/Level.svg +5 -0
  1954. package/dist/resources/images/Navigation/Presure.svg +7 -0
  1955. package/dist/resources/images/Navigation/SolidSettinsIcon.svg +1 -0
  1956. package/dist/resources/images/Navigation/Temperature.svg +13 -0
  1957. package/dist/resources/images/Profile/Avatar.png +0 -0
  1958. package/dist/resources/images/SolidXLogo.svg +21 -0
  1959. package/dist/resources/images/activity.svg +3 -0
  1960. package/dist/resources/images/app-builder.png +0 -0
  1961. package/dist/resources/images/auth/solid-left-layout-bg.png +0 -0
  1962. package/dist/resources/images/auth/solid-login-light.png +0 -0
  1963. package/dist/resources/images/auth/solid-right-layout-bg.png +0 -0
  1964. package/dist/resources/images/clog-wheel.png +0 -0
  1965. package/dist/resources/images/dark-mode.png +0 -0
  1966. package/dist/resources/images/dashboard/Ellipse 1.svg +10 -0
  1967. package/dist/resources/images/dashboard/Rectangle 17.svg +10 -0
  1968. package/dist/resources/images/dashboard/Rectangle 25.svg +11 -0
  1969. package/dist/resources/images/dashboard/image 5.svg +9 -0
  1970. package/dist/resources/images/eye-icon.png +0 -0
  1971. package/dist/resources/images/fb.svg +3 -0
  1972. package/dist/resources/images/fileReader/image-jpg.png +0 -0
  1973. package/dist/resources/images/fileTypes/File.png +0 -0
  1974. package/dist/resources/images/fileTypes/Mp3.png +0 -0
  1975. package/dist/resources/images/fileTypes/Mp4.png +0 -0
  1976. package/dist/resources/images/filter-icon.png +0 -0
  1977. package/dist/resources/images/form/user.png +0 -0
  1978. package/dist/resources/images/iam.png +0 -0
  1979. package/dist/resources/images/icons/icon-activity.svg +3 -0
  1980. package/dist/resources/images/icons/icon-calender.svg +3 -0
  1981. package/dist/resources/images/icons/icon-graph.svg +3 -0
  1982. package/dist/resources/images/icons/icon-kanban.svg +3 -0
  1983. package/dist/resources/images/icons/icon-list.svg +3 -0
  1984. package/dist/resources/images/icons/icon-users.svg +3 -0
  1985. package/dist/resources/images/icons/jump-to-icon.png +0 -0
  1986. package/dist/resources/images/insta.svg +3 -0
  1987. package/dist/resources/images/layout/images/comfortable.png +0 -0
  1988. package/dist/resources/images/layout/images/compact.png +0 -0
  1989. package/dist/resources/images/layout/images/cozy.png +0 -0
  1990. package/dist/resources/images/layout/images/kanban.png +0 -0
  1991. package/dist/resources/images/li.svg +3 -0
  1992. package/dist/resources/images/loginhero.png +0 -0
  1993. package/dist/resources/images/logo.png +0 -0
  1994. package/dist/resources/images/mail-icon.png +0 -0
  1995. package/dist/resources/images/menu/app-builder.svg +19 -0
  1996. package/dist/resources/images/menu/iam.svg +14 -0
  1997. package/dist/resources/images/menu/logicloop-black.svg +28 -0
  1998. package/dist/resources/images/menu/logicloop-blue.svg +32 -0
  1999. package/dist/resources/images/menu/logicloop-white.svg +32 -0
  2000. package/dist/resources/images/menu/queues.svg +14 -0
  2001. package/dist/resources/images/menu/radix.svg +9 -0
  2002. package/dist/resources/images/menu/rl-lead-middleware.svg +19 -0
  2003. package/dist/resources/images/menu/solid-address-master.svg +10 -0
  2004. package/dist/resources/images/menu/srmd-tracker-black.svg +16 -0
  2005. package/dist/resources/images/menu/srmd-tracker-original.svg +32 -0
  2006. package/dist/resources/images/menu/srmd-tracker-white.svg +17 -0
  2007. package/dist/resources/images/menu/srmd-tracker.svg +16 -0
  2008. package/dist/resources/images/menu-icon.png +0 -0
  2009. package/dist/resources/images/menu-toggle.png +0 -0
  2010. package/dist/resources/images/password-icon.png +0 -0
  2011. package/dist/resources/images/profile.png +0 -0
  2012. package/dist/resources/images/radix-logo-white.png +0 -0
  2013. package/dist/resources/images/radix-logo.png +0 -0
  2014. package/dist/resources/images/search-icon.png +0 -0
  2015. package/dist/resources/images/signupBanner.png +0 -0
  2016. package/dist/resources/images/tw.svg +3 -0
  2017. package/dist/resources/images/user-icon.png +0 -0
  2018. package/dist/resources/solid-primereact.css +2986 -0
  2019. package/dist/resources/solid-responsive.css +791 -0
  2020. package/dist/resources/stylesheets/_config.scss +54 -0
  2021. package/dist/resources/stylesheets/_content.scss +95 -0
  2022. package/dist/resources/stylesheets/_footer.scss +10 -0
  2023. package/dist/resources/stylesheets/_main.scss +49 -0
  2024. package/dist/resources/stylesheets/_menu.scss +183 -0
  2025. package/dist/resources/stylesheets/_mixins.scss +13 -0
  2026. package/dist/resources/stylesheets/_responsive.scss +101 -0
  2027. package/dist/resources/stylesheets/_topbar.scss +152 -0
  2028. package/dist/resources/stylesheets/_typography.scss +65 -0
  2029. package/dist/resources/stylesheets/_utils.scss +29 -0
  2030. package/dist/resources/stylesheets/_variables.scss +3 -0
  2031. package/dist/resources/stylesheets/layout.scss +11 -0
  2032. package/dist/resources/themes/solid-dark-purple/theme.css +6208 -0
  2033. package/dist/resources/themes/solid-light-purple/solid-login-light.png +0 -0
  2034. package/dist/resources/themes/solid-light-purple/theme.css +6263 -0
  2035. package/dist/routes/AppEventListener.d.ts +2 -0
  2036. package/dist/routes/AppEventListener.d.ts.map +1 -0
  2037. package/dist/routes/AppEventListener.js +21 -0
  2038. package/dist/routes/AppEventListener.js.map +1 -0
  2039. package/dist/routes/AppEventListener.tsx +28 -0
  2040. package/dist/routes/guards/AuthGuard.d.ts +2 -0
  2041. package/dist/routes/guards/AuthGuard.d.ts.map +1 -0
  2042. package/dist/routes/guards/AuthGuard.js +15 -0
  2043. package/dist/routes/guards/AuthGuard.js.map +1 -0
  2044. package/dist/routes/guards/AuthGuard.tsx +17 -0
  2045. package/dist/routes/pages/ErrorPage.d.ts +2 -0
  2046. package/dist/routes/pages/ErrorPage.d.ts.map +1 -0
  2047. package/dist/routes/pages/ErrorPage.js +7 -0
  2048. package/dist/routes/pages/ErrorPage.js.map +1 -0
  2049. package/dist/routes/pages/ErrorPage.tsx +6 -0
  2050. package/dist/routes/pages/NotFoundPage.d.ts +2 -0
  2051. package/dist/routes/pages/NotFoundPage.d.ts.map +1 -0
  2052. package/dist/routes/pages/NotFoundPage.js +6 -0
  2053. package/dist/routes/pages/NotFoundPage.js.map +1 -0
  2054. package/dist/routes/pages/NotFoundPage.tsx +5 -0
  2055. package/dist/routes/pages/admin/AdminPage.d.ts +2 -0
  2056. package/dist/routes/pages/admin/AdminPage.d.ts.map +1 -0
  2057. package/dist/routes/pages/admin/AdminPage.js +6 -0
  2058. package/dist/routes/pages/admin/AdminPage.js.map +1 -0
  2059. package/dist/routes/pages/admin/AdminPage.tsx +5 -0
  2060. package/dist/routes/pages/admin/core/FormPage.d.ts +2 -0
  2061. package/dist/routes/pages/admin/core/FormPage.d.ts.map +1 -0
  2062. package/dist/routes/pages/admin/core/FormPage.js +8 -0
  2063. package/dist/routes/pages/admin/core/FormPage.js.map +1 -0
  2064. package/dist/routes/pages/admin/core/FormPage.tsx +7 -0
  2065. package/dist/routes/pages/admin/core/KanbanPage.d.ts +2 -0
  2066. package/dist/routes/pages/admin/core/KanbanPage.d.ts.map +1 -0
  2067. package/dist/routes/pages/admin/core/KanbanPage.js +22 -0
  2068. package/dist/routes/pages/admin/core/KanbanPage.js.map +1 -0
  2069. package/dist/routes/pages/admin/core/KanbanPage.tsx +10 -0
  2070. package/dist/routes/pages/admin/core/ListPage.d.ts +2 -0
  2071. package/dist/routes/pages/admin/core/ListPage.d.ts.map +1 -0
  2072. package/dist/routes/pages/admin/core/ListPage.js +22 -0
  2073. package/dist/routes/pages/admin/core/ListPage.js.map +1 -0
  2074. package/dist/routes/pages/admin/core/ListPage.tsx +10 -0
  2075. package/dist/routes/pages/admin/core/ModuleHomePage.d.ts +2 -0
  2076. package/dist/routes/pages/admin/core/ModuleHomePage.d.ts.map +1 -0
  2077. package/dist/routes/pages/admin/core/ModuleHomePage.js +19 -0
  2078. package/dist/routes/pages/admin/core/ModuleHomePage.js.map +1 -0
  2079. package/dist/routes/pages/admin/core/ModuleHomePage.tsx +7 -0
  2080. package/dist/routes/pages/admin/core/SettingsPage.d.ts +2 -0
  2081. package/dist/routes/pages/admin/core/SettingsPage.d.ts.map +1 -0
  2082. package/dist/routes/pages/admin/core/SettingsPage.js +6 -0
  2083. package/dist/routes/pages/admin/core/SettingsPage.js.map +1 -0
  2084. package/dist/routes/pages/admin/core/SettingsPage.tsx +5 -0
  2085. package/dist/routes/pages/auth/ConfirmForgotPasswordPage.d.ts +2 -0
  2086. package/dist/routes/pages/auth/ConfirmForgotPasswordPage.d.ts.map +1 -0
  2087. package/dist/routes/pages/auth/ConfirmForgotPasswordPage.js +6 -0
  2088. package/dist/routes/pages/auth/ConfirmForgotPasswordPage.js.map +1 -0
  2089. package/dist/routes/pages/auth/ConfirmForgotPasswordPage.tsx +5 -0
  2090. package/dist/routes/pages/auth/ForgotPasswordPage.d.ts +2 -0
  2091. package/dist/routes/pages/auth/ForgotPasswordPage.d.ts.map +1 -0
  2092. package/dist/routes/pages/auth/ForgotPasswordPage.js +6 -0
  2093. package/dist/routes/pages/auth/ForgotPasswordPage.js.map +1 -0
  2094. package/dist/routes/pages/auth/ForgotPasswordPage.tsx +5 -0
  2095. package/dist/routes/pages/auth/InitiateForgotPasswordPage.d.ts +2 -0
  2096. package/dist/routes/pages/auth/InitiateForgotPasswordPage.d.ts.map +1 -0
  2097. package/dist/routes/pages/auth/InitiateForgotPasswordPage.js +6 -0
  2098. package/dist/routes/pages/auth/InitiateForgotPasswordPage.js.map +1 -0
  2099. package/dist/routes/pages/auth/InitiateForgotPasswordPage.tsx +5 -0
  2100. package/dist/routes/pages/auth/InitiateForgotPasswordThankYouPage.d.ts +2 -0
  2101. package/dist/routes/pages/auth/InitiateForgotPasswordThankYouPage.d.ts.map +1 -0
  2102. package/dist/routes/pages/auth/InitiateForgotPasswordThankYouPage.js +6 -0
  2103. package/dist/routes/pages/auth/InitiateForgotPasswordThankYouPage.js.map +1 -0
  2104. package/dist/routes/pages/auth/InitiateForgotPasswordThankYouPage.tsx +5 -0
  2105. package/dist/routes/pages/auth/InitiateGoogleOauthPage.d.ts +2 -0
  2106. package/dist/routes/pages/auth/InitiateGoogleOauthPage.d.ts.map +1 -0
  2107. package/dist/routes/pages/auth/InitiateGoogleOauthPage.js +6 -0
  2108. package/dist/routes/pages/auth/InitiateGoogleOauthPage.js.map +1 -0
  2109. package/dist/routes/pages/auth/InitiateGoogleOauthPage.tsx +5 -0
  2110. package/dist/routes/pages/auth/InitiateLoginPage.d.ts +2 -0
  2111. package/dist/routes/pages/auth/InitiateLoginPage.d.ts.map +1 -0
  2112. package/dist/routes/pages/auth/InitiateLoginPage.js +6 -0
  2113. package/dist/routes/pages/auth/InitiateLoginPage.js.map +1 -0
  2114. package/dist/routes/pages/auth/InitiateLoginPage.tsx +5 -0
  2115. package/dist/routes/pages/auth/InitiateRegisterPage.d.ts +2 -0
  2116. package/dist/routes/pages/auth/InitiateRegisterPage.d.ts.map +1 -0
  2117. package/dist/routes/pages/auth/InitiateRegisterPage.js +6 -0
  2118. package/dist/routes/pages/auth/InitiateRegisterPage.js.map +1 -0
  2119. package/dist/routes/pages/auth/InitiateRegisterPage.tsx +5 -0
  2120. package/dist/routes/pages/auth/LoginPage.d.ts +2 -0
  2121. package/dist/routes/pages/auth/LoginPage.d.ts.map +1 -0
  2122. package/dist/routes/pages/auth/LoginPage.js +6 -0
  2123. package/dist/routes/pages/auth/LoginPage.js.map +1 -0
  2124. package/dist/routes/pages/auth/LoginPage.tsx +10 -0
  2125. package/dist/routes/pages/auth/RegisterPage.d.ts +2 -0
  2126. package/dist/routes/pages/auth/RegisterPage.d.ts.map +1 -0
  2127. package/dist/routes/pages/auth/RegisterPage.js +6 -0
  2128. package/dist/routes/pages/auth/RegisterPage.js.map +1 -0
  2129. package/dist/routes/pages/auth/RegisterPage.tsx +5 -0
  2130. package/dist/routes/pages/auth/ResetPasswordPage.d.ts +2 -0
  2131. package/dist/routes/pages/auth/ResetPasswordPage.d.ts.map +1 -0
  2132. package/dist/routes/pages/auth/ResetPasswordPage.js +6 -0
  2133. package/dist/routes/pages/auth/ResetPasswordPage.js.map +1 -0
  2134. package/dist/routes/pages/auth/ResetPasswordPage.tsx +5 -0
  2135. package/dist/routes/pages/auth/SsoPage.d.ts +2 -0
  2136. package/dist/routes/pages/auth/SsoPage.d.ts.map +1 -0
  2137. package/dist/routes/pages/auth/SsoPage.js +92 -0
  2138. package/dist/routes/pages/auth/SsoPage.js.map +1 -0
  2139. package/dist/routes/pages/auth/SsoPage.tsx +79 -0
  2140. package/dist/routes/solidRoutes.d.ts +4 -0
  2141. package/dist/routes/solidRoutes.d.ts.map +1 -0
  2142. package/dist/routes/solidRoutes.js +85 -0
  2143. package/dist/routes/solidRoutes.js.map +1 -0
  2144. package/dist/routes/solidRoutes.tsx +89 -0
  2145. package/dist/routes/types.d.ts +10 -0
  2146. package/dist/routes/types.d.ts.map +1 -0
  2147. package/dist/routes/types.js +2 -0
  2148. package/dist/routes/types.js.map +1 -0
  2149. package/dist/routes/types.ts +34 -0
  2150. package/dist/styles.d.ts +5 -0
  2151. package/dist/styles.d.ts.map +1 -0
  2152. package/dist/styles.js +5 -0
  2153. package/dist/styles.js.map +1 -0
  2154. package/dist/styles.ts +4 -0
  2155. package/dist/types/css-modules.d.ts +4 -0
  2156. package/dist/types/handlebars.d.ts +4 -0
  2157. package/dist/types/index.d.ts +76 -0
  2158. package/dist/types/layout.d.ts +94 -0
  2159. package/dist/types/next-auth.d.ts +0 -0
  2160. package/dist/types/next.d.ts +46 -0
  2161. package/dist/types/solid-core.d.ts +319 -0
  2162. package/package.json +136 -0
  2163. package/src/adapters/auth/getSession.ts +49 -0
  2164. package/src/adapters/auth/handleLogout.ts +39 -0
  2165. package/src/adapters/auth/index.ts +10 -0
  2166. package/src/adapters/auth/refreshAccessToken.ts +34 -0
  2167. package/src/adapters/auth/sessionProvider.tsx +5 -0
  2168. package/src/adapters/auth/signIn.ts +70 -0
  2169. package/src/adapters/auth/signInWithOAuthAccessCode.ts +80 -0
  2170. package/src/adapters/auth/signInWithOtp.ts +77 -0
  2171. package/src/adapters/auth/signOut.ts +15 -0
  2172. package/src/adapters/auth/storage.ts +28 -0
  2173. package/src/adapters/auth/types.ts +9 -0
  2174. package/src/adapters/env.ts +29 -0
  2175. package/src/components/Svg/DevDocs.tsx +9 -0
  2176. package/src/components/Svg/DocsSvg.tsx +9 -0
  2177. package/src/components/Svg/ExcelSvg.tsx +15 -0
  2178. package/src/components/Svg/FieldSvg.tsx +9 -0
  2179. package/src/components/Svg/FileSvg.tsx +18 -0
  2180. package/src/components/Svg/HomePageModuleSvg.tsx +179 -0
  2181. package/src/components/Svg/ModelSvg.tsx +9 -0
  2182. package/src/components/Svg/ModuleSvg.tsx +9 -0
  2183. package/src/components/Svg/PDFSvg.tsx +15 -0
  2184. package/src/components/Svg/RightArrowSvg.tsx +9 -0
  2185. package/src/components/Svg/SettingsSvg.tsx +9 -0
  2186. package/src/components/auth/AuthLayout.tsx +226 -0
  2187. package/src/components/auth/ForgotPasswordThankYou.tsx +31 -0
  2188. package/src/components/auth/GoogleAuthChecking.tsx +60 -0
  2189. package/src/components/auth/SolidChangeForcePassword.tsx +213 -0
  2190. package/src/components/auth/SolidForgotPassword.tsx +116 -0
  2191. package/src/components/auth/SolidInitialLoginOtp.tsx +231 -0
  2192. package/src/components/auth/SolidInitiateRegisterOtp.tsx +208 -0
  2193. package/src/components/auth/SolidLogin.tsx +418 -0
  2194. package/src/components/auth/SolidRegister.tsx +442 -0
  2195. package/src/components/auth/SolidResetPassword.tsx +186 -0
  2196. package/src/components/common/AuthBanner.tsx +41 -0
  2197. package/src/components/common/AutoCompleteField.tsx +79 -0
  2198. package/src/components/common/BackButton.tsx +73 -0
  2199. package/src/components/common/CancelButton.tsx +62 -0
  2200. package/src/components/common/CodeEditor.tsx +38 -0
  2201. package/src/components/common/CreateButton.tsx +18 -0
  2202. package/src/components/common/DownloadProgressToast.tsx +55 -0
  2203. package/src/components/common/DropzonePlaceholder.tsx +31 -0
  2204. package/src/components/common/DropzoneUpload.tsx +11 -0
  2205. package/src/components/common/FileReaderExt.tsx +20 -0
  2206. package/src/components/common/GeneralSettings.tsx +1215 -0
  2207. package/src/components/common/HeaderDynamicTitles.tsx +13 -0
  2208. package/src/components/common/Image.tsx +13 -0
  2209. package/src/components/common/Link.tsx +13 -0
  2210. package/src/components/common/MarkdownViewer.tsx +84 -0
  2211. package/src/components/common/MultipleSelectAutoCompleteField.tsx +64 -0
  2212. package/src/components/common/NotFound.tsx +22 -0
  2213. package/src/components/common/SingleSelectAutoCompleteField.tsx +73 -0
  2214. package/src/components/common/SocialMediaLogin.tsx +55 -0
  2215. package/src/components/common/SolidAdmin.tsx +29 -0
  2216. package/src/components/common/SolidBreadcrumb.tsx +130 -0
  2217. package/src/components/common/SolidErrorPage.tsx +37 -0
  2218. package/src/components/common/SolidExport.tsx +563 -0
  2219. package/src/components/common/SolidExportStepper.tsx +135 -0
  2220. package/src/components/common/SolidFieldTooltip.tsx +23 -0
  2221. package/src/components/common/SolidFormHeader.tsx +25 -0
  2222. package/src/components/common/SolidFormStepper.tsx +336 -0
  2223. package/src/components/common/SolidModuleHome.tsx +128 -0
  2224. package/src/components/common/SolidNotFoundPage.tsx +37 -0
  2225. package/src/components/common/SolidPopupContainer.tsx +37 -0
  2226. package/src/components/common/SolidSettings/LlmSettings/AnthropicProviderComponent.tsx +45 -0
  2227. package/src/components/common/SolidSettings/LlmSettings/OpenAiProviderComponent.tsx +45 -0
  2228. package/src/components/common/SolidSettings/SettingDropzoneActivePlaceholder.tsx +20 -0
  2229. package/src/components/common/SolidSettings/SettingsImageRemoveButton.tsx +15 -0
  2230. package/src/components/common/SolidSettings/SolidUploadedImage.tsx +16 -0
  2231. package/src/components/common/SolidThemeLink.tsx +6 -0
  2232. package/src/components/common/SolidThemeProvider.tsx +44 -0
  2233. package/src/components/common/StepperArrows/ActiveArrowStep.tsx +18 -0
  2234. package/src/components/common/StepperArrows/ActiveBeforeStepArrow.tsx +18 -0
  2235. package/src/components/common/StepperArrows/InactiveStepArrow.tsx +19 -0
  2236. package/src/components/common/error.tsx +30 -0
  2237. package/src/components/common/solid-export.css +85 -0
  2238. package/src/components/common/solidModuleHome.module.css +135 -0
  2239. package/src/components/common/useHandleFormCustomButtonClick.ts +40 -0
  2240. package/src/components/common/useHandleListCustomButtonClick.ts +40 -0
  2241. package/src/components/core/chatter/SolidChatter.tsx +248 -0
  2242. package/src/components/core/chatter/SolidChatterAuditMessage.tsx +35 -0
  2243. package/src/components/core/chatter/SolidChatterCustomMessage.tsx +46 -0
  2244. package/src/components/core/chatter/SolidChatterDateDivider.tsx +16 -0
  2245. package/src/components/core/chatter/SolidChatterHeader.tsx +218 -0
  2246. package/src/components/core/chatter/SolidChatterMessageBox.tsx +163 -0
  2247. package/src/components/core/chatter/SolidMessageComposer.tsx +146 -0
  2248. package/src/components/core/chatter/chatter.module.css +74 -0
  2249. package/src/components/core/common/AvatarWidget.tsx +55 -0
  2250. package/src/components/core/common/DateFieldViewComponent.tsx +36 -0
  2251. package/src/components/core/common/FilterComponent.tsx +457 -0
  2252. package/src/components/core/common/PDFViewer.tsx +117 -0
  2253. package/src/components/core/common/SolidAccountSettings/SolidAccountSettings.module.css +59 -0
  2254. package/src/components/core/common/SolidAccountSettings/SolidAccountSettings.tsx +89 -0
  2255. package/src/components/core/common/SolidAccountSettings/SolidChangePassword.tsx +179 -0
  2256. package/src/components/core/common/SolidAccountSettings/SolidNotifications.tsx +129 -0
  2257. package/src/components/core/common/SolidAccountSettings/SolidPersonalInfo.tsx +304 -0
  2258. package/src/components/core/common/SolidCreateButton.tsx +59 -0
  2259. package/src/components/core/common/SolidGenericImport/DocumentSvg.tsx +15 -0
  2260. package/src/components/core/common/SolidGenericImport/SolidGenericImport.tsx +64 -0
  2261. package/src/components/core/common/SolidGenericImport/SolidImport.module.css +40 -0
  2262. package/src/components/core/common/SolidGenericImport/SolidImportDropzone.tsx +116 -0
  2263. package/src/components/core/common/SolidGenericImport/SolidImportInstructions.tsx +123 -0
  2264. package/src/components/core/common/SolidGenericImport/SolidImportStepper.tsx +217 -0
  2265. package/src/components/core/common/SolidGenericImport/SolidImportTransaction.tsx +196 -0
  2266. package/src/components/core/common/SolidGenericImport/SolidImportTransactionStatus.tsx +157 -0
  2267. package/src/components/core/common/SolidGenericImport/SolidImportWrapper.tsx +29 -0
  2268. package/src/components/core/common/SolidGlobalSearchElement.tsx +1488 -0
  2269. package/src/components/core/common/SolidLayoutViews.tsx +87 -0
  2270. package/src/components/core/common/SolidListViewOptions.tsx +31 -0
  2271. package/src/components/core/common/SolidLoaders/SolidCircularLoader.tsx +7 -0
  2272. package/src/components/core/common/SolidLoaders/SolidLoaders.module.css +20 -0
  2273. package/src/components/core/common/SolidPasswordHelperText.tsx +33 -0
  2274. package/src/components/core/common/SolidSaveCustomFilterForm.tsx +75 -0
  2275. package/src/components/core/common/SolidSearchBox.tsx +17 -0
  2276. package/src/components/core/common/SolidViewLayoutManager.ts +421 -0
  2277. package/src/components/core/common/SolidXAiIframe.tsx +77 -0
  2278. package/src/components/core/dashboard/SolidDashboard.module.css +79 -0
  2279. package/src/components/core/dashboard/SolidDashboard.tsx +332 -0
  2280. package/src/components/core/dashboard/SolidDashboardBody.tsx +117 -0
  2281. package/src/components/core/dashboard/SolidDashboardFilterRequired.tsx +28 -0
  2282. package/src/components/core/dashboard/SolidDashboardHeader.tsx +10 -0
  2283. package/src/components/core/dashboard/SolidDashboardLoading.tsx +55 -0
  2284. package/src/components/core/dashboard/SolidDashboardNotAvailable.tsx +32 -0
  2285. package/src/components/core/dashboard/SolidDashboardRenderError.tsx +29 -0
  2286. package/src/components/core/dashboard/SolidDashboardVariable.tsx +256 -0
  2287. package/src/components/core/dashboard/SolidQuestionRenderer.tsx +78 -0
  2288. package/src/components/core/dashboard/chart-renderers/ChartJsRenderer.tsx +18 -0
  2289. package/src/components/core/dashboard/chart-renderers/PrimeReactDatatableRenderer.tsx +54 -0
  2290. package/src/components/core/dashboard/chart-renderers/init-chartjs.ts +25 -0
  2291. package/src/components/core/dashboard/dashboard-utils.ts +39 -0
  2292. package/src/components/core/extension/solid-core/CustomIcon/StatusIcon.tsx +17 -0
  2293. package/src/components/core/extension/solid-core/dashboardQuestion/ChartFormPreviewWidget.tsx +36 -0
  2294. package/src/components/core/extension/solid-core/emailTemplate/emailFormTypeChangeHandler.ts +18 -0
  2295. package/src/components/core/extension/solid-core/emailTemplate/emailFormTypeLoad.ts +18 -0
  2296. package/src/components/core/extension/solid-core/modelMetadata/list/DeleteModelRowAction.tsx +105 -0
  2297. package/src/components/core/extension/solid-core/modelMetadata/list/GenerateModelCodeRowAction.tsx +205 -0
  2298. package/src/components/core/extension/solid-core/moduleMetadata/list/DeleteModuleRowAction.tsx +131 -0
  2299. package/src/components/core/extension/solid-core/moduleMetadata/list/GenerateModuleCodeRowAction.tsx +201 -0
  2300. package/src/components/core/extension/solid-core/roleMetadata/RolePermissionsManyToManyFieldWidget.tsx +131 -0
  2301. package/src/components/core/field/FieldListViewData.tsx +313 -0
  2302. package/src/components/core/filter/SolidBooleanFilterElement.tsx +30 -0
  2303. package/src/components/core/filter/SolidFilterFields.tsx +131 -0
  2304. package/src/components/core/filter/SolidManyToManyFilterElement.tsx +64 -0
  2305. package/src/components/core/filter/SolidManyToOneFilterElement.tsx +61 -0
  2306. package/src/components/core/filter/SolidSelectionDynamicFilterElement.tsx +50 -0
  2307. package/src/components/core/filter/SolidSelectionStaticFilterElement.tsx +32 -0
  2308. package/src/components/core/filter/SolidVarInputsFilterElement.tsx +209 -0
  2309. package/src/components/core/filter/fields/SolidBigintField.tsx +9 -0
  2310. package/src/components/core/filter/fields/SolidBooleanField.tsx +68 -0
  2311. package/src/components/core/filter/fields/SolidComputedField.tsx +23 -0
  2312. package/src/components/core/filter/fields/SolidDateField.tsx +63 -0
  2313. package/src/components/core/filter/fields/SolidDatetimeField.tsx +54 -0
  2314. package/src/components/core/filter/fields/SolidDecimalField.tsx +9 -0
  2315. package/src/components/core/filter/fields/SolidExternalIdField.tsx +52 -0
  2316. package/src/components/core/filter/fields/SolidFloatField.tsx +9 -0
  2317. package/src/components/core/filter/fields/SolidIdField.tsx +46 -0
  2318. package/src/components/core/filter/fields/SolidIntField.tsx +61 -0
  2319. package/src/components/core/filter/fields/SolidLongTextField.tsx +9 -0
  2320. package/src/components/core/filter/fields/SolidMediaMultipleField.tsx +60 -0
  2321. package/src/components/core/filter/fields/SolidMediaSingleField.tsx +62 -0
  2322. package/src/components/core/filter/fields/SolidRelationField.tsx +17 -0
  2323. package/src/components/core/filter/fields/SolidRichTextField.tsx +9 -0
  2324. package/src/components/core/filter/fields/SolidSelectionDynamicField.tsx +52 -0
  2325. package/src/components/core/filter/fields/SolidSelectionStaticField.tsx +54 -0
  2326. package/src/components/core/filter/fields/SolidShortTextField.tsx +60 -0
  2327. package/src/components/core/filter/fields/SolidTimeField.tsx +48 -0
  2328. package/src/components/core/filter/fields/SolidUuidField.tsx +51 -0
  2329. package/src/components/core/filter/fields/relations/SolidRelationManyToManyField.tsx +62 -0
  2330. package/src/components/core/filter/fields/relations/SolidRelationManyToOneField.tsx +84 -0
  2331. package/src/components/core/form/SolidFormActionHeader.tsx +516 -0
  2332. package/src/components/core/form/SolidFormFieldRender.tsx +53 -0
  2333. package/src/components/core/form/SolidFormFieldRenderExtension.tsx +26 -0
  2334. package/src/components/core/form/SolidFormFooter.tsx +164 -0
  2335. package/src/components/core/form/SolidFormLayouts.tsx +104 -0
  2336. package/src/components/core/form/SolidFormUserViewLayout.tsx +75 -0
  2337. package/src/components/core/form/SolidFormView.tsx +1867 -0
  2338. package/src/components/core/form/SolidFormViewContextMenuHeaderButton.tsx +53 -0
  2339. package/src/components/core/form/SolidFormViewNormalHeaderButton.tsx +53 -0
  2340. package/src/components/core/form/SolidFormViewShimmerLoading.tsx +109 -0
  2341. package/src/components/core/form/fields/ISolidField.tsx +72 -0
  2342. package/src/components/core/form/fields/SolidBooleanField.tsx +434 -0
  2343. package/src/components/core/form/fields/SolidDateField.tsx +247 -0
  2344. package/src/components/core/form/fields/SolidDateTimeField.tsx +229 -0
  2345. package/src/components/core/form/fields/SolidDecimalField.tsx +171 -0
  2346. package/src/components/core/form/fields/SolidEmailField.tsx +176 -0
  2347. package/src/components/core/form/fields/SolidIntegerField.tsx +282 -0
  2348. package/src/components/core/form/fields/SolidJsonField.tsx +185 -0
  2349. package/src/components/core/form/fields/SolidLongTextField.tsx +618 -0
  2350. package/src/components/core/form/fields/SolidMediaMultipleField.tsx +662 -0
  2351. package/src/components/core/form/fields/SolidMediaSingleField.tsx +546 -0
  2352. package/src/components/core/form/fields/SolidPasswordField.tsx +391 -0
  2353. package/src/components/core/form/fields/SolidRelationField.tsx +56 -0
  2354. package/src/components/core/form/fields/SolidRichTextField.tsx +188 -0
  2355. package/src/components/core/form/fields/SolidSelectionDynamicField.tsx +340 -0
  2356. package/src/components/core/form/fields/SolidSelectionStaticField.tsx +462 -0
  2357. package/src/components/core/form/fields/SolidShortTextField.tsx +399 -0
  2358. package/src/components/core/form/fields/SolidTimeField.tsx +245 -0
  2359. package/src/components/core/form/fields/relations/SolidRelationManyToManyField.tsx +453 -0
  2360. package/src/components/core/form/fields/relations/SolidRelationManyToOneField.tsx +1009 -0
  2361. package/src/components/core/form/fields/relations/SolidRelationOneToManyField.tsx +636 -0
  2362. package/src/components/core/form/fields/relations/widgets/helpers/InlineRelationEntityDialog.tsx +38 -0
  2363. package/src/components/core/form/fields/relations/widgets/helpers/useRelationEntityHandler.ts +64 -0
  2364. package/src/components/core/form/fields/solidFields.module.css +7 -0
  2365. package/src/components/core/form/fields/widgets/SolidAiInteractionMessageFieldFormWidget.tsx +135 -0
  2366. package/src/components/core/form/fields/widgets/SolidAiInteractionMetadataFieldFormWidget.tsx +144 -0
  2367. package/src/components/core/form/fields/widgets/SolidIconEditWidget.tsx +265 -0
  2368. package/src/components/core/form/fields/widgets/SolidIconViewWidget.tsx +32 -0
  2369. package/src/components/core/form/fields/widgets/SolidRelationFieldAvatarFormWidget.tsx +50 -0
  2370. package/src/components/core/form/fields/widgets/SolidS3FileViewerWidget.tsx +222 -0
  2371. package/src/components/core/form/fields/widgets/SolidShortTextFieldAvatarWidget.tsx +70 -0
  2372. package/src/components/core/form/solidFormViewShimmerLoading.module.css +4 -0
  2373. package/src/components/core/form/widgets/CustomHtml.tsx +20 -0
  2374. package/src/components/core/kanban/KanbanBoard.tsx +116 -0
  2375. package/src/components/core/kanban/KanbanCard.tsx +280 -0
  2376. package/src/components/core/kanban/KanbanColumn.tsx +138 -0
  2377. package/src/components/core/kanban/KanbanUserViewLayout.tsx +73 -0
  2378. package/src/components/core/kanban/SolidKanbanView.tsx +866 -0
  2379. package/src/components/core/kanban/SolidKanbanViewConfigure.tsx +152 -0
  2380. package/src/components/core/kanban/SolidKanbanViewFields.tsx +164 -0
  2381. package/src/components/core/kanban/SolidManyToOneFilterElement.tsx +59 -0
  2382. package/src/components/core/kanban/SolidSelectionDynamicFilterElement.tsx +50 -0
  2383. package/src/components/core/kanban/SolidSelectionStaticFilterElement.tsx +32 -0
  2384. package/src/components/core/kanban/SolidVarInputsFilterElement.tsx +184 -0
  2385. package/src/components/core/kanban/kanban-fields/SolidBigintKanbanField.tsx +9 -0
  2386. package/src/components/core/kanban/kanban-fields/SolidBooleanKanbanField.tsx +16 -0
  2387. package/src/components/core/kanban/kanban-fields/SolidComputedKanbanField.tsx +23 -0
  2388. package/src/components/core/kanban/kanban-fields/SolidDateKanbanField.tsx +14 -0
  2389. package/src/components/core/kanban/kanban-fields/SolidDatetimeKanbanField.tsx +13 -0
  2390. package/src/components/core/kanban/kanban-fields/SolidDecimalKanbanField.tsx +9 -0
  2391. package/src/components/core/kanban/kanban-fields/SolidExternalIdKanbanField.tsx +12 -0
  2392. package/src/components/core/kanban/kanban-fields/SolidFloatKanbanField.tsx +9 -0
  2393. package/src/components/core/kanban/kanban-fields/SolidIdKanbanField.tsx +14 -0
  2394. package/src/components/core/kanban/kanban-fields/SolidIntKanbanField.tsx +20 -0
  2395. package/src/components/core/kanban/kanban-fields/SolidLongTextKanbanField.tsx +9 -0
  2396. package/src/components/core/kanban/kanban-fields/SolidMediaMultipleKanbanField.tsx +140 -0
  2397. package/src/components/core/kanban/kanban-fields/SolidMediaSingleKanbanField.tsx +164 -0
  2398. package/src/components/core/kanban/kanban-fields/SolidRelationKanbanField.tsx +13 -0
  2399. package/src/components/core/kanban/kanban-fields/SolidRichTextKanbanField.tsx +9 -0
  2400. package/src/components/core/kanban/kanban-fields/SolidSelectionDynamicKanbanField.tsx +14 -0
  2401. package/src/components/core/kanban/kanban-fields/SolidSelectionStaticKanbanField.tsx +14 -0
  2402. package/src/components/core/kanban/kanban-fields/SolidShortTextKanbanField.tsx +121 -0
  2403. package/src/components/core/kanban/kanban-fields/SolidTimeKanbanField.tsx +12 -0
  2404. package/src/components/core/kanban/kanban-fields/SolidUuidKanbanField.tsx +13 -0
  2405. package/src/components/core/kanban/kanban-fields/relations/SolidRelationManyToOneKanbanField.tsx +16 -0
  2406. package/src/components/core/list/ListViewRowActionPopup.tsx +40 -0
  2407. package/src/components/core/list/SolidColumnSelector/SolidListColumnSelector.module.css +12 -0
  2408. package/src/components/core/list/SolidColumnSelector/SolidListColumnSelector.tsx +233 -0
  2409. package/src/components/core/list/SolidEmptyListViewPlaceholder.tsx +115 -0
  2410. package/src/components/core/list/SolidListView.tsx +2009 -0
  2411. package/src/components/core/list/SolidListViewColumn.tsx +165 -0
  2412. package/src/components/core/list/SolidListViewConfigure.tsx +342 -0
  2413. package/src/components/core/list/SolidListViewHeaderButton.tsx +32 -0
  2414. package/src/components/core/list/SolidListViewHeaderContextMenuButton.tsx +32 -0
  2415. package/src/components/core/list/SolidListViewRowButtonContextMenu.tsx +40 -0
  2416. package/src/components/core/list/SolidListViewShimmerLoading.tsx +78 -0
  2417. package/src/components/core/list/SolidListViewWrapper.module.css +49 -0
  2418. package/src/components/core/list/SolidListingHeader.tsx +41 -0
  2419. package/src/components/core/list/SolidManyToOneFilterElement.tsx +60 -0
  2420. package/src/components/core/list/SolidSelectionDynamicFilterElement.tsx +50 -0
  2421. package/src/components/core/list/SolidSelectionStaticFilterElement.tsx +32 -0
  2422. package/src/components/core/list/SolidTableRowCell.tsx +35 -0
  2423. package/src/components/core/list/SolidVarInputsFilterElement.tsx +184 -0
  2424. package/src/components/core/list/columns/SolidBigintColumn.tsx +9 -0
  2425. package/src/components/core/list/columns/SolidBooleanColumn.tsx +87 -0
  2426. package/src/components/core/list/columns/SolidComputedColumn.tsx +27 -0
  2427. package/src/components/core/list/columns/SolidDateColumn.tsx +90 -0
  2428. package/src/components/core/list/columns/SolidDatetimeColumn.tsx +79 -0
  2429. package/src/components/core/list/columns/SolidDecimalColumn.tsx +9 -0
  2430. package/src/components/core/list/columns/SolidExternalIdColumn.tsx +80 -0
  2431. package/src/components/core/list/columns/SolidFloatColumn.tsx +9 -0
  2432. package/src/components/core/list/columns/SolidIdColumn.tsx +79 -0
  2433. package/src/components/core/list/columns/SolidIntColumn.tsx +87 -0
  2434. package/src/components/core/list/columns/SolidLongTextColumn.tsx +9 -0
  2435. package/src/components/core/list/columns/SolidMediaMultipleColumn.tsx +301 -0
  2436. package/src/components/core/list/columns/SolidMediaSingleColumn.tsx +170 -0
  2437. package/src/components/core/list/columns/SolidRelationColumn.tsx +21 -0
  2438. package/src/components/core/list/columns/SolidRichTextColumn.tsx +9 -0
  2439. package/src/components/core/list/columns/SolidSelectionDynamicColumn.tsx +80 -0
  2440. package/src/components/core/list/columns/SolidSelectionStaticColumn.tsx +81 -0
  2441. package/src/components/core/list/columns/SolidShortTextColumn.tsx +160 -0
  2442. package/src/components/core/list/columns/SolidTimeColumn.tsx +78 -0
  2443. package/src/components/core/list/columns/SolidUuidColumn.tsx +79 -0
  2444. package/src/components/core/list/columns/relations/SolidRelationManyToManyColumn.tsx +106 -0
  2445. package/src/components/core/list/columns/relations/SolidRelationManyToOneColumn.tsx +117 -0
  2446. package/src/components/core/list/columns/relations/SolidRelationOneToManyColumn.tsx +110 -0
  2447. package/src/components/core/list/widgets/SolidManyToManyRelationAvatarListWidget.tsx +30 -0
  2448. package/src/components/core/list/widgets/SolidManyToOneRelationAvatarListWidget.tsx +30 -0
  2449. package/src/components/core/list/widgets/SolidShortTextAvatarWidget.tsx +70 -0
  2450. package/src/components/core/list/widgets/SolidShortTextFieldImageRenderModeWidget.tsx +21 -0
  2451. package/src/components/core/locales/SolidChatterLocaleTabView.tsx +91 -0
  2452. package/src/components/core/locales/SolidLocale.tsx +127 -0
  2453. package/src/components/core/locales/solid-locale.css +36 -0
  2454. package/src/components/core/model/CreateModel.tsx +536 -0
  2455. package/src/components/core/model/FieldMetaData.tsx +262 -0
  2456. package/src/components/core/model/FieldMetaDataForm.tsx +3553 -0
  2457. package/src/components/core/model/FieldSelector.tsx +62 -0
  2458. package/src/components/core/model/ModelListViewData.tsx +384 -0
  2459. package/src/components/core/model/ModelMetaData.tsx +949 -0
  2460. package/src/components/core/module/CreateModule.tsx +613 -0
  2461. package/src/components/core/module/ModuleListViewData.tsx +431 -0
  2462. package/src/components/core/solid-ai/SolidAiMainWrapper.tsx +8 -0
  2463. package/src/components/core/solid-ai/SolidXAIIcon.tsx +37 -0
  2464. package/src/components/core/users/CreateUser.tsx +468 -0
  2465. package/src/components/core/users/CreateUserRole.tsx +213 -0
  2466. package/src/components/core/users/UserListView.tsx +376 -0
  2467. package/src/components/layout/AdminLayout.tsx +55 -0
  2468. package/src/components/layout/AdminSidebar.tsx +64 -0
  2469. package/src/components/layout/AppConfig.tsx +104 -0
  2470. package/src/components/layout/AppSidebar.tsx +216 -0
  2471. package/src/components/layout/ButtonLoader.tsx +7 -0
  2472. package/src/components/layout/CustomPagination.tsx +55 -0
  2473. package/src/components/layout/DashboardHeader.tsx +89 -0
  2474. package/src/components/layout/FilterMenu.tsx +122 -0
  2475. package/src/components/layout/Footer.tsx +13 -0
  2476. package/src/components/layout/GlobalSearch.tsx +36 -0
  2477. package/src/components/layout/Header.tsx +8 -0
  2478. package/src/components/layout/Layout.tsx +205 -0
  2479. package/src/components/layout/ListingHeader.tsx +205 -0
  2480. package/src/components/layout/Loader.tsx +16 -0
  2481. package/src/components/layout/UserSidebar.tsx +52 -0
  2482. package/src/components/layout/context/layoutcontext.tsx +52 -0
  2483. package/src/components/layout/navbar-one.tsx +239 -0
  2484. package/src/components/layout/navbar-two-menu.tsx +71 -0
  2485. package/src/components/layout/navbar-two.tsx +37 -0
  2486. package/src/components/layout/user-profile-menu.tsx +212 -0
  2487. package/src/components/layout/user-profile.tsx +7 -0
  2488. package/src/components/modelsComponents/filterIcon.tsx +9 -0
  2489. package/src/constants/error-messages.ts +238 -0
  2490. package/src/declarations.d.ts +22 -0
  2491. package/src/helpers/AppTitle.tsx +12 -0
  2492. package/src/helpers/ToastContainer.tsx +94 -0
  2493. package/src/helpers/autoCompleteVirtualScroll.ts +41 -0
  2494. package/src/helpers/countries.tsx +260 -0
  2495. package/src/helpers/downloadFileWithProgress.ts +86 -0
  2496. package/src/helpers/downloadMediaFile.tsx +22 -0
  2497. package/src/helpers/eventBus.ts +40 -0
  2498. package/src/helpers/getAcceptedFileTypes.tsx +22 -0
  2499. package/src/helpers/getRandomColors.tsx +68 -0
  2500. package/src/helpers/helpers.ts +61 -0
  2501. package/src/helpers/hydrateRelationRules.ts +122 -0
  2502. package/src/helpers/logger.ts +33 -0
  2503. package/src/helpers/permissions.ts +7 -0
  2504. package/src/helpers/registry.ts +337 -0
  2505. package/src/helpers/resendOtpHelper.tsx +5 -0
  2506. package/src/helpers/revalidate.ts +8 -0
  2507. package/src/helpers/rolesHelper.ts +4 -0
  2508. package/src/helpers/routePaths.ts +25 -0
  2509. package/src/helpers/showToast.ts +13 -0
  2510. package/src/helpers/solidIcons.tsx +1831 -0
  2511. package/src/helpers/updatePasswordField.ts +42 -0
  2512. package/src/hooks/usePathname.ts +6 -0
  2513. package/src/hooks/useRouter.ts +35 -0
  2514. package/src/hooks/useSearchParams.ts +10 -0
  2515. package/src/hooks/useSession.ts +52 -0
  2516. package/src/http/solidHttp.ts +63 -0
  2517. package/src/index.ts +460 -0
  2518. package/src/layouts/AdminLayoutWrapper.tsx +10 -0
  2519. package/src/layouts/AuthLayoutWrapper.tsx +10 -0
  2520. package/src/redux/api/aiInteractionApi.ts +59 -0
  2521. package/src/redux/api/authApi.ts +131 -0
  2522. package/src/redux/api/dashboardApi.ts +56 -0
  2523. package/src/redux/api/dashboardQuestionApi.ts +17 -0
  2524. package/src/redux/api/exportTemplateApi.tsx +59 -0
  2525. package/src/redux/api/fetchBaseQuery.tsx +65 -0
  2526. package/src/redux/api/fieldApi.ts +86 -0
  2527. package/src/redux/api/importTransactionApi.tsx +69 -0
  2528. package/src/redux/api/mediaApi.ts +55 -0
  2529. package/src/redux/api/mediaStorageProviderApi.ts +55 -0
  2530. package/src/redux/api/modelApi.ts +80 -0
  2531. package/src/redux/api/moduleApi.ts +72 -0
  2532. package/src/redux/api/permissionApi.ts +32 -0
  2533. package/src/redux/api/pincodeApi.tsx +56 -0
  2534. package/src/redux/api/roleApi.ts +58 -0
  2535. package/src/redux/api/solidActionApi.ts +66 -0
  2536. package/src/redux/api/solidChatterMessageApi.ts +25 -0
  2537. package/src/redux/api/solidEntityApi.tsx +164 -0
  2538. package/src/redux/api/solidMenuApi.ts +71 -0
  2539. package/src/redux/api/solidServiceApi.ts +31 -0
  2540. package/src/redux/api/solidSettingsApi.tsx +83 -0
  2541. package/src/redux/api/solidViewApi.ts +73 -0
  2542. package/src/redux/api/stateApi.tsx +56 -0
  2543. package/src/redux/api/testApi.ts +21 -0
  2544. package/src/redux/api/userApi.ts +135 -0
  2545. package/src/redux/features/authSlice.ts +19 -0
  2546. package/src/redux/features/dataViewSlice.ts +26 -0
  2547. package/src/redux/features/navbarSlice.ts +21 -0
  2548. package/src/redux/features/popupSlice.ts +37 -0
  2549. package/src/redux/features/themeSlice.ts +17 -0
  2550. package/src/redux/features/userSlice.ts +28 -0
  2551. package/src/redux/hooks/useSolidPopup.ts +20 -0
  2552. package/src/redux/store/StoreProvider.tsx +52 -0
  2553. package/src/redux/store/createSolidStore.ts +55 -0
  2554. package/src/redux/store/defaultStoreConfig.ts +62 -0
  2555. package/src/resources/fonts/SF-Pro-Display-Black.otf +0 -0
  2556. package/src/resources/fonts/SF-Pro-Display-Bold.otf +0 -0
  2557. package/src/resources/fonts/SF-Pro-Display-Heavy.otf +0 -0
  2558. package/src/resources/fonts/SF-Pro-Display-Light.otf +0 -0
  2559. package/src/resources/fonts/SF-Pro-Display-Medium.otf +0 -0
  2560. package/src/resources/fonts/SF-Pro-Display-Regular.otf +0 -0
  2561. package/src/resources/fonts/SF-Pro-Display-Semibold.otf +0 -0
  2562. package/src/resources/fonts/SF-Pro-Display-Thin.otf +0 -0
  2563. package/src/resources/fonts/SF-Pro-Display-Ultralight.otf +0 -0
  2564. package/src/resources/globals.css +3597 -0
  2565. package/src/resources/images/AvatarDemo.png +0 -0
  2566. package/src/resources/images/Background.svg +3 -0
  2567. package/src/resources/images/Footerbg.png +0 -0
  2568. package/src/resources/images/LoginBanner.png +0 -0
  2569. package/src/resources/images/Navigation/Level.svg +5 -0
  2570. package/src/resources/images/Navigation/Presure.svg +7 -0
  2571. package/src/resources/images/Navigation/SolidSettinsIcon.svg +1 -0
  2572. package/src/resources/images/Navigation/Temperature.svg +13 -0
  2573. package/src/resources/images/Profile/Avatar.png +0 -0
  2574. package/src/resources/images/SolidXLogo.svg +21 -0
  2575. package/src/resources/images/activity.svg +3 -0
  2576. package/src/resources/images/app-builder.png +0 -0
  2577. package/src/resources/images/auth/solid-left-layout-bg.png +0 -0
  2578. package/src/resources/images/auth/solid-login-light.png +0 -0
  2579. package/src/resources/images/auth/solid-right-layout-bg.png +0 -0
  2580. package/src/resources/images/clog-wheel.png +0 -0
  2581. package/src/resources/images/dark-mode.png +0 -0
  2582. package/src/resources/images/dashboard/Ellipse 1.svg +10 -0
  2583. package/src/resources/images/dashboard/Rectangle 17.svg +10 -0
  2584. package/src/resources/images/dashboard/Rectangle 25.svg +11 -0
  2585. package/src/resources/images/dashboard/image 5.svg +9 -0
  2586. package/src/resources/images/eye-icon.png +0 -0
  2587. package/src/resources/images/fb.svg +3 -0
  2588. package/src/resources/images/fileReader/image-jpg.png +0 -0
  2589. package/src/resources/images/fileTypes/File.png +0 -0
  2590. package/src/resources/images/fileTypes/Mp3.png +0 -0
  2591. package/src/resources/images/fileTypes/Mp4.png +0 -0
  2592. package/src/resources/images/filter-icon.png +0 -0
  2593. package/src/resources/images/form/user.png +0 -0
  2594. package/src/resources/images/iam.png +0 -0
  2595. package/src/resources/images/icons/icon-activity.svg +3 -0
  2596. package/src/resources/images/icons/icon-calender.svg +3 -0
  2597. package/src/resources/images/icons/icon-graph.svg +3 -0
  2598. package/src/resources/images/icons/icon-kanban.svg +3 -0
  2599. package/src/resources/images/icons/icon-list.svg +3 -0
  2600. package/src/resources/images/icons/icon-users.svg +3 -0
  2601. package/src/resources/images/icons/jump-to-icon.png +0 -0
  2602. package/src/resources/images/insta.svg +3 -0
  2603. package/src/resources/images/layout/images/comfortable.png +0 -0
  2604. package/src/resources/images/layout/images/compact.png +0 -0
  2605. package/src/resources/images/layout/images/cozy.png +0 -0
  2606. package/src/resources/images/layout/images/kanban.png +0 -0
  2607. package/src/resources/images/li.svg +3 -0
  2608. package/src/resources/images/loginhero.png +0 -0
  2609. package/src/resources/images/logo.png +0 -0
  2610. package/src/resources/images/mail-icon.png +0 -0
  2611. package/src/resources/images/menu/app-builder.svg +19 -0
  2612. package/src/resources/images/menu/iam.svg +14 -0
  2613. package/src/resources/images/menu/logicloop-black.svg +28 -0
  2614. package/src/resources/images/menu/logicloop-blue.svg +32 -0
  2615. package/src/resources/images/menu/logicloop-white.svg +32 -0
  2616. package/src/resources/images/menu/queues.svg +14 -0
  2617. package/src/resources/images/menu/radix.svg +9 -0
  2618. package/src/resources/images/menu/rl-lead-middleware.svg +19 -0
  2619. package/src/resources/images/menu/solid-address-master.svg +10 -0
  2620. package/src/resources/images/menu/srmd-tracker-black.svg +16 -0
  2621. package/src/resources/images/menu/srmd-tracker-original.svg +32 -0
  2622. package/src/resources/images/menu/srmd-tracker-white.svg +17 -0
  2623. package/src/resources/images/menu/srmd-tracker.svg +16 -0
  2624. package/src/resources/images/menu-icon.png +0 -0
  2625. package/src/resources/images/menu-toggle.png +0 -0
  2626. package/src/resources/images/password-icon.png +0 -0
  2627. package/src/resources/images/profile.png +0 -0
  2628. package/src/resources/images/radix-logo-white.png +0 -0
  2629. package/src/resources/images/radix-logo.png +0 -0
  2630. package/src/resources/images/search-icon.png +0 -0
  2631. package/src/resources/images/signupBanner.png +0 -0
  2632. package/src/resources/images/tw.svg +3 -0
  2633. package/src/resources/images/user-icon.png +0 -0
  2634. package/src/resources/solid-primereact.css +2986 -0
  2635. package/src/resources/solid-responsive.css +791 -0
  2636. package/src/resources/stylesheets/_config.scss +54 -0
  2637. package/src/resources/stylesheets/_content.scss +95 -0
  2638. package/src/resources/stylesheets/_footer.scss +10 -0
  2639. package/src/resources/stylesheets/_main.scss +49 -0
  2640. package/src/resources/stylesheets/_menu.scss +183 -0
  2641. package/src/resources/stylesheets/_mixins.scss +13 -0
  2642. package/src/resources/stylesheets/_responsive.scss +101 -0
  2643. package/src/resources/stylesheets/_topbar.scss +152 -0
  2644. package/src/resources/stylesheets/_typography.scss +65 -0
  2645. package/src/resources/stylesheets/_utils.scss +29 -0
  2646. package/src/resources/stylesheets/_variables.scss +3 -0
  2647. package/src/resources/stylesheets/layout.scss +11 -0
  2648. package/src/resources/themes/solid-dark-purple/theme.css +6208 -0
  2649. package/src/resources/themes/solid-light-purple/solid-login-light.png +0 -0
  2650. package/src/resources/themes/solid-light-purple/theme.css +6263 -0
  2651. package/src/routes/AppEventListener.tsx +28 -0
  2652. package/src/routes/guards/AuthGuard.tsx +17 -0
  2653. package/src/routes/pages/ErrorPage.tsx +6 -0
  2654. package/src/routes/pages/NotFoundPage.tsx +5 -0
  2655. package/src/routes/pages/admin/AdminPage.tsx +5 -0
  2656. package/src/routes/pages/admin/core/FormPage.tsx +7 -0
  2657. package/src/routes/pages/admin/core/KanbanPage.tsx +10 -0
  2658. package/src/routes/pages/admin/core/ListPage.tsx +10 -0
  2659. package/src/routes/pages/admin/core/ModuleHomePage.tsx +7 -0
  2660. package/src/routes/pages/admin/core/SettingsPage.tsx +5 -0
  2661. package/src/routes/pages/auth/ConfirmForgotPasswordPage.tsx +5 -0
  2662. package/src/routes/pages/auth/ForgotPasswordPage.tsx +5 -0
  2663. package/src/routes/pages/auth/InitiateForgotPasswordPage.tsx +5 -0
  2664. package/src/routes/pages/auth/InitiateForgotPasswordThankYouPage.tsx +5 -0
  2665. package/src/routes/pages/auth/InitiateGoogleOauthPage.tsx +5 -0
  2666. package/src/routes/pages/auth/InitiateLoginPage.tsx +5 -0
  2667. package/src/routes/pages/auth/InitiateRegisterPage.tsx +5 -0
  2668. package/src/routes/pages/auth/LoginPage.tsx +10 -0
  2669. package/src/routes/pages/auth/RegisterPage.tsx +5 -0
  2670. package/src/routes/pages/auth/ResetPasswordPage.tsx +5 -0
  2671. package/src/routes/pages/auth/SsoPage.tsx +79 -0
  2672. package/src/routes/solidRoutes.tsx +89 -0
  2673. package/src/routes/types.ts +34 -0
  2674. package/src/styles.ts +4 -0
  2675. package/src/types/css-modules.d.ts +4 -0
  2676. package/src/types/handlebars.d.ts +4 -0
  2677. package/src/types/index.d.ts +76 -0
  2678. package/src/types/layout.d.ts +94 -0
  2679. package/src/types/next-auth.d.ts +0 -0
  2680. package/src/types/next.d.ts +46 -0
  2681. package/src/types/solid-core.d.ts +319 -0
@@ -0,0 +1,1507 @@
1
+ var __assign = (this && this.__assign) || function () {
2
+ __assign = Object.assign || function(t) {
3
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
4
+ s = arguments[i];
5
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
+ t[p] = s[p];
7
+ }
8
+ return t;
9
+ };
10
+ return __assign.apply(this, arguments);
11
+ };
12
+ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
13
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
14
+ return new (P || (P = Promise))(function (resolve, reject) {
15
+ function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
16
+ function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
17
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
18
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
19
+ });
20
+ };
21
+ var __generator = (this && this.__generator) || function (thisArg, body) {
22
+ var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
23
+ return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
24
+ function verb(n) { return function (v) { return step([n, v]); }; }
25
+ function step(op) {
26
+ if (f) throw new TypeError("Generator is already executing.");
27
+ while (g && (g = 0, op[0] && (_ = 0)), _) try {
28
+ if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
29
+ if (y = 0, t) op = [op[0] & 2, t.value];
30
+ switch (op[0]) {
31
+ case 0: case 1: t = op; break;
32
+ case 4: _.label++; return { value: op[1], done: false };
33
+ case 5: _.label++; y = op[1]; op = [0]; continue;
34
+ case 7: op = _.ops.pop(); _.trys.pop(); continue;
35
+ default:
36
+ if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
37
+ if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
38
+ if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
39
+ if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
40
+ if (t[2]) _.ops.pop();
41
+ _.trys.pop(); continue;
42
+ }
43
+ op = body.call(thisArg, _);
44
+ } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
45
+ if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
46
+ }
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
+ import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
58
+ import { useSession } from '../../../hooks/useSession';
59
+ import { permissionExpression } from "../../../helpers/permissions";
60
+ import { createSolidEntityApi } from "../../../redux/api/solidEntityApi";
61
+ import { useGetSolidViewLayoutQuery } from "../../../redux/api/solidViewApi";
62
+ import { useLazyCheckIfPermissionExistsQuery } from "../../../redux/api/userApi";
63
+ import { useFormik } from "formik";
64
+ import { usePathname } from "../../../hooks/usePathname";
65
+ import { useRouter } from "../../../hooks/useRouter";
66
+ import { useSearchParams } from "../../../hooks/useSearchParams";
67
+ import "primeflex/primeflex.css";
68
+ import { Button } from "primereact/button";
69
+ import { Dialog } from "primereact/dialog";
70
+ import { TabPanel, TabView } from "primereact/tabview";
71
+ import { Toast } from "primereact/toast";
72
+ import qs from "qs";
73
+ import React, { useEffect, useMemo, useRef, useState } from "react";
74
+ import * as Yup from "yup";
75
+ import { SolidBooleanField } from "./fields/SolidBooleanField";
76
+ import { SolidDateField } from "./fields/SolidDateField";
77
+ import { SolidDateTimeField } from "./fields/SolidDateTimeField";
78
+ import { SolidDecimalField } from "./fields/SolidDecimalField";
79
+ import { SolidIntegerField } from "./fields/SolidIntegerField";
80
+ import { SolidJsonField } from "./fields/SolidJsonField";
81
+ import { SolidLongTextField } from "./fields/SolidLongTextField";
82
+ import { SolidMediaMultipleField } from "./fields/SolidMediaMultipleField";
83
+ import { SolidMediaSingleField } from "./fields/SolidMediaSingleField";
84
+ import { SolidRelationField } from "./fields/SolidRelationField";
85
+ import { SolidRichTextField } from "./fields/SolidRichTextField";
86
+ import { SolidSelectionDynamicField } from "./fields/SolidSelectionDynamicField";
87
+ import { SolidSelectionStaticField } from "./fields/SolidSelectionStaticField";
88
+ import { SolidShortTextField } from "./fields/SolidShortTextField";
89
+ import { SolidTimeField } from "./fields/SolidTimeField";
90
+ import { getExtensionComponent, getExtensionFunction } from "../../../helpers/registry";
91
+ import { SolidPasswordField } from "./fields/SolidPasswordField";
92
+ import { SolidEmailField } from "./fields/SolidEmailField";
93
+ import { Panel } from "primereact/panel";
94
+ import { SolidFormUserViewLayout } from "./SolidFormUserViewLayout";
95
+ import Lightbox from "yet-another-react-lightbox";
96
+ import Counter from "yet-another-react-lightbox/plugins/counter";
97
+ import Download from "yet-another-react-lightbox/plugins/download";
98
+ import Video from "yet-another-react-lightbox/plugins/video";
99
+ import "yet-another-react-lightbox/styles.css";
100
+ import "yet-another-react-lightbox/plugins/counter.css";
101
+ import { SolidFormActionHeader } from "./SolidFormActionHeader";
102
+ import { SolidFormViewShimmerLoading } from "./SolidFormViewShimmerLoading";
103
+ import { hasAnyRole } from "../../../helpers/rolesHelper";
104
+ import SolidChatterLocaleTabView from "../locales/SolidChatterLocaleTabView";
105
+ import { ConfirmDialog } from "primereact/confirmdialog";
106
+ import { SolidXAIIcon } from "../solid-ai/SolidXAIIcon";
107
+ import { ERROR_MESSAGES } from "../../../constants/error-messages";
108
+ import { useLazyGetMcpUrlQuery, useLazyGetSolidSettingsQuery } from "../../../redux/api/solidSettingsApi";
109
+ import { SolidFormFooter } from "./SolidFormFooter";
110
+ import { normalizeSolidFormActionPath } from "../../../helpers/routePaths";
111
+ import showToast from "../../../helpers/showToast";
112
+ var getLayoutFields = function (node) {
113
+ var fields = [];
114
+ if (node.type === "field") {
115
+ fields.push(node);
116
+ }
117
+ if (node.children && Array.isArray(node.children)) {
118
+ for (var _i = 0, _a = node.children; _i < _a.length; _i++) {
119
+ var child = _a[_i];
120
+ fields = fields.concat(getLayoutFields(child));
121
+ }
122
+ }
123
+ return fields;
124
+ };
125
+ export var getLayoutFieldsAsObject = function (layout) {
126
+ var allFields = layout.flatMap(getLayoutFields);
127
+ return allFields.reduce(function (result, field) {
128
+ if (field.attrs.name) {
129
+ result[field.attrs.name] = __assign({}, field);
130
+ }
131
+ return result;
132
+ }, {});
133
+ };
134
+ export var getActualFieldMetadata = function (key, solidFieldsMetadata) {
135
+ if (solidFieldsMetadata[key]) {
136
+ return solidFieldsMetadata[key];
137
+ }
138
+ if (key.endsWith("Confirm")) {
139
+ var baseKey = key.slice(0, -"Confirm".length); // Remove "Confirm"
140
+ if (solidFieldsMetadata[baseKey]) {
141
+ return solidFieldsMetadata[baseKey];
142
+ }
143
+ }
144
+ return null; // or handle fallback
145
+ };
146
+ var fieldFactory = function (type, fieldContext, setLightboxUrls, setOpenLightbox) {
147
+ if (type === 'shortText') {
148
+ return new SolidShortTextField(fieldContext);
149
+ }
150
+ if (type === 'longText') {
151
+ return new SolidLongTextField(fieldContext);
152
+ }
153
+ if (type === 'int' || type === 'bigint') {
154
+ return new SolidIntegerField(fieldContext);
155
+ }
156
+ if (type === 'decimal' || type === 'float') {
157
+ return new SolidDecimalField(fieldContext);
158
+ }
159
+ if (type === 'boolean') {
160
+ return new SolidBooleanField(fieldContext);
161
+ }
162
+ if (type === 'richText') {
163
+ return new SolidRichTextField(fieldContext);
164
+ }
165
+ if (type === 'date') {
166
+ return new SolidDateField(fieldContext);
167
+ }
168
+ if (type === 'datetime') {
169
+ return new SolidDateTimeField(fieldContext);
170
+ }
171
+ if (type === 'time') {
172
+ return new SolidTimeField(fieldContext);
173
+ }
174
+ if (type === 'json') {
175
+ return new SolidJsonField(fieldContext);
176
+ }
177
+ if (type === 'selectionStatic') {
178
+ return new SolidSelectionStaticField(fieldContext);
179
+ }
180
+ if (type === 'selectionDynamic') {
181
+ return new SolidSelectionDynamicField(fieldContext);
182
+ }
183
+ if (type === 'relation') {
184
+ return new SolidRelationField(fieldContext);
185
+ }
186
+ if (type === 'mediaSingle') {
187
+ return new SolidMediaSingleField(fieldContext, setLightboxUrls, setOpenLightbox);
188
+ }
189
+ if (type === 'mediaMultiple') {
190
+ return new SolidMediaMultipleField(fieldContext, setLightboxUrls, setOpenLightbox);
191
+ }
192
+ if (type === 'password') {
193
+ return new SolidPasswordField(fieldContext);
194
+ }
195
+ if (type === 'email') {
196
+ return new SolidEmailField(fieldContext);
197
+ }
198
+ return null;
199
+ };
200
+ // solidFieldsMetadata={solidFieldsMetadata} solidView={solidView}
201
+ var SolidField = function (_a) {
202
+ var formik = _a.formik, field = _a.field, fieldMetadata = _a.fieldMetadata, initialEntityData = _a.initialEntityData, solidFormViewMetaData = _a.solidFormViewMetaData, modelName = _a.modelName, readOnly = _a.readOnly, viewMode = _a.viewMode, onChange = _a.onChange, onBlur = _a.onBlur, parentFieldName = _a.parentFieldName, parentData = _a.parentData, setLightboxUrls = _a.setLightboxUrls, setOpenLightbox = _a.setOpenLightbox, onEmbeddedFormSave = _a.onEmbeddedFormSave;
203
+ var fieldContext = {
204
+ // field metadata - coming from the field-metadata table.
205
+ fieldMetadata: fieldMetadata,
206
+ // field layout - coming from view.layout
207
+ field: field,
208
+ // initial data
209
+ data: initialEntityData,
210
+ // complete form view metadata - this includes layout of the whole form & metadata about all fields in the corresponding model.
211
+ solidFormViewMetaData: solidFormViewMetaData,
212
+ modelName: modelName,
213
+ readOnly: readOnly,
214
+ viewMode: viewMode,
215
+ onChange: onChange,
216
+ onBlur: onBlur
217
+ };
218
+ if (parentData) {
219
+ fieldContext.parentData = parentData;
220
+ }
221
+ if (parentFieldName) {
222
+ fieldContext.parentFieldName = parentFieldName;
223
+ }
224
+ if (onEmbeddedFormSave) {
225
+ fieldContext.onEmbeddedFormSave = onEmbeddedFormSave;
226
+ }
227
+ var solidField = fieldFactory(fieldMetadata === null || fieldMetadata === void 0 ? void 0 : fieldMetadata.type, fieldContext, setLightboxUrls, setOpenLightbox);
228
+ return solidField === null || solidField === void 0 ? void 0 : solidField.render(formik);
229
+ };
230
+ var SolidGroup = function (_a) {
231
+ var children = _a.children, attrs = _a.attrs;
232
+ var className = attrs.className;
233
+ return (_jsxs("div", { className: className, children: [attrs.label && _jsx("p", { children: attrs.label }), _jsx("div", { className: "grid", children: children })] })
234
+ // <div className={className}>
235
+ // <div className="s_group">
236
+ // <fieldset>
237
+ // {attrs.label && <p className="s_group_heading">{attrs.label}</p>}
238
+ // <div className="grid">{children}</div>
239
+ // </fieldset>
240
+ // </div>
241
+ // </div>
242
+ // <div className="formgrid grid">
243
+ // {children}
244
+ // </div>
245
+ );
246
+ };
247
+ var SolidRow = function (_a) {
248
+ var children = _a.children, attrs = _a.attrs;
249
+ var className = attrs.className;
250
+ return (
251
+ // <div className={`row ${className}`}>
252
+ // <div className="s_group">
253
+ // <fieldset>
254
+ // {attrs.label && <p className="s_group_heading">{attrs.label}</p>}
255
+ // <div className="grid">{children}</div>
256
+ // </fieldset>
257
+ // </div>
258
+ // </div>
259
+ _jsxs("div", { className: "row ".concat(className), children: [attrs.label && _jsx("p", { children: attrs.label }), _jsx("div", { className: "grid", children: children })] })
260
+ // <div>{children}</div>
261
+ );
262
+ };
263
+ var SolidColumn = function (_a) {
264
+ var children = _a.children, attrs = _a.attrs;
265
+ var className = attrs.className;
266
+ return (
267
+ // first fieldset ui
268
+ // <div className={`${className}`}>
269
+ // <div className="s_group">
270
+ // <fieldset>
271
+ // {attrs.label && <p className="s_group_heading">{attrs.label}</p>}
272
+ // <div className="grid">{children}</div>
273
+ // </fieldset>
274
+ // </div>
275
+ // </div>
276
+ //second fieldset ui
277
+ // <div className={`${className}`}>
278
+ // {attrs.label && <p>{attrs.label}</p>}
279
+ // <div className="grid">{children}</div>
280
+ // </div>
281
+ //figma fieldset ui
282
+ attrs.label ?
283
+ _jsx("div", { className: "".concat(className), children: _jsx(Panel, { header: attrs.label, className: "solid-column-panel", children: _jsx("div", { className: "grid", children: children }) }) })
284
+ :
285
+ _jsx("div", { className: "".concat(className), children: _jsx("div", { className: "grid", children: children }) }));
286
+ };
287
+ var SolidSheet = function (_a) {
288
+ var children = _a.children;
289
+ return (_jsx("div", { className: "p-fluid p-grid", children: children }));
290
+ };
291
+ var SolidNotebook = function (_a) {
292
+ var children = _a.children, activeTab = _a.activeTab, embeded = _a.embeded;
293
+ // const childrenArray = children;
294
+ // const childrenArray = React.Children.toArray(children).filter(Boolean);
295
+ var childrenArray = React.Children.toArray(children).filter(function (child) { return !!child; });
296
+ var router = useRouter();
297
+ var pathname = usePathname();
298
+ var searchParams = useSearchParams();
299
+ // Local state to manage active tab in embedded context
300
+ var _b = useState(activeTab), localActiveTab = _b[0], setLocalActiveTab = _b[1];
301
+ var activeIndex = useMemo(function () {
302
+ return childrenArray.findIndex(function (child) {
303
+ return child.key === (embeded ? localActiveTab : activeTab);
304
+ });
305
+ }, [childrenArray, activeTab, localActiveTab, embeded]);
306
+ var handleTabChange = function (e) {
307
+ var selectedChild = childrenArray[e.index];
308
+ var newTabLabel = selectedChild === null || selectedChild === void 0 ? void 0 : selectedChild.key;
309
+ if (newTabLabel) {
310
+ if (!embeded) {
311
+ var queryParams = new URLSearchParams(searchParams.toString());
312
+ queryParams.set('activeTab', newTabLabel);
313
+ router.push("".concat(pathname, "?").concat(queryParams.toString()));
314
+ }
315
+ else {
316
+ // Update the active tab state locally for embedded view
317
+ setLocalActiveTab(newTabLabel);
318
+ }
319
+ }
320
+ };
321
+ return (_jsx("div", { className: "solid-tab-view w-full", children: _jsx(TabView, { activeIndex: activeIndex >= 0 ? activeIndex : 0, onTabChange: handleTabChange, children: childrenArray }) }));
322
+ };
323
+ var SolidDynamicWidget = function (_a) {
324
+ var widgetName = _a.widgetName, formik = _a.formik, field = _a.field, solidFormViewMetaData = _a.solidFormViewMetaData, solidFormViewData = _a.solidFormViewData;
325
+ var solidView = solidFormViewMetaData.data.solidView;
326
+ var solidFieldsMetadata = solidFormViewMetaData.data.solidFieldsMetadata;
327
+ var DynamicWidget = getExtensionComponent(widgetName);
328
+ var widgetProps = {
329
+ formData: formik.values,
330
+ field: field,
331
+ fieldsMetadata: solidFieldsMetadata,
332
+ viewMetadata: solidView,
333
+ formViewData: solidFormViewData
334
+ };
335
+ return (_jsx("div", { className: "solid-tab-view w-full", children: DynamicWidget && _jsx(DynamicWidget, __assign({}, widgetProps)) }));
336
+ };
337
+ var SolidPage = function (_a) {
338
+ var attrs = _a.attrs, children = _a.children, key = _a.key, formik = _a.formik, fields = _a.fields;
339
+ var fieldsName = fields.map(function (f) { return f.attrs.name; });
340
+ var errorCount = formik.submitCount > 0 ? fieldsName.filter(function (name) { return !!formik.errors[name]; }).length : 0;
341
+ var label = (_jsxs("span", { style: { color: errorCount > 0 ? 'red' : 'inherit' }, children: [attrs.label, errorCount > 0 && " (".concat(errorCount, ")")] }));
342
+ return (_jsx(TabPanel, { header: label, children: _jsx("div", { className: "p-fluid", children: children }) }, key));
343
+ };
344
+ // Original code...
345
+ // const addLevelToGroups = (layout: any, level = 1) => {
346
+ // return layout.map((element: any) => {
347
+ // if (element.type === "group") {
348
+ // // Add the level to the group's attrs
349
+ // element.attrs = {
350
+ // ...element.attrs,
351
+ // level: level, // Add level information to the attrs
352
+ // // className: level === 1 ? 'col-12' : 'col-6', // Assign className based on level
353
+ // };
354
+ // } else {
355
+ // element.children = addLevelToGroups(element.children, level);
356
+ // }
357
+ // // If the element has children, recursively apply this logic
358
+ // // if (element.children) {
359
+ // // element.children = addLevelToGroups(element.children, level + 1);
360
+ // // }
361
+ // return element;
362
+ // });
363
+ // };
364
+ // Fix for immutable objects.
365
+ // const addLevelToGroups = (layout: any, level = 1): any[] => {
366
+ // return layout.map((element: any) => {
367
+ // // Create a new object for immutability
368
+ // const updatedElement = { ...element };
369
+ // if (updatedElement.type === "group") {
370
+ // // Add level to attrs, creating a new object for immutability
371
+ // updatedElement.attrs = {
372
+ // ...updatedElement.attrs,
373
+ // level: level, // Add level information
374
+ // };
375
+ // }
376
+ // // If the element has children, recursively apply this logic
377
+ // if (updatedElement.children) {
378
+ // updatedElement.children = addLevelToGroups(updatedElement.children, level + 1);
379
+ // }
380
+ // return updatedElement;
381
+ // });
382
+ // };
383
+ var SolidFormView = function (params) {
384
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
385
+ var _r = useSession(), session = _r.data, status = _r.status;
386
+ var user = session === null || session === void 0 ? void 0 : session.user;
387
+ var pathname = usePathname();
388
+ var router = useRouter();
389
+ var toast = useRef(null);
390
+ var searchParams = useSearchParams();
391
+ var _s = useState(false), confirmVisible = _s[0], setConfirmVisible = _s[1];
392
+ var confirmResolveRef = useRef();
393
+ var _t = useState(false), redirectToList = _t[0], setRedirectToList = _t[1];
394
+ var _u = useState('en'), selectedLocale = _u[0], setSelectedLocale = _u[1];
395
+ var _v = useState(null), defaultEntityLocaleId = _v[0], setDefaultEntityLocaleId = _v[1];
396
+ var _w = useState(false), isDeleteDialogVisible = _w[0], setDeleteDialogVisible = _w[1];
397
+ var _x = useState(false), isLayoutDialogVisible = _x[0], setLayoutDialogVisible = _x[1];
398
+ var _y = useState(null), published = _y[0], setPublished = _y[1];
399
+ var _z = useState([]), actionsAllowed = _z[0], setActionsAllowed = _z[1];
400
+ var _0 = useState(params.embeded === true ? "edit" : "view"), viewMode = _0[0], setViewMode = _0[1];
401
+ var _1 = useState(false), createMode = _1[0], setCreateMode = _1[1];
402
+ var _2 = useState(false), openLightbox = _2[0], setOpenLightbox = _2[1];
403
+ var _3 = useState([]), lightboxUrls = _3[0], setLightboxUrls = _3[1];
404
+ var _4 = useState(false), isShowChatter = _4[0], setShowChatter = _4[1];
405
+ var _5 = useState(380), chatterLocaleWidth = _5[0], setChatterLocaleWidth = _5[1]; // default width
406
+ var _6 = useState(false), isResizingChatterLocale = _6[0], setIsResizingChatterLocale = _6[1];
407
+ var _7 = useState(false), isSubmitting = _7[0], setIsSubmitting = _7[1];
408
+ var _8 = useState(""), solidWorkflowFieldValue = _8[0], setSolidWorkflowFieldValue = _8[1];
409
+ var _9 = useState(1), defaultTabViewOptionIndex = _9[0], setDefaultTabViewOptionIndex = _9[1];
410
+ var errorFields = [];
411
+ var triggerCheckIfPermissionExists = useLazyCheckIfPermissionExistsQuery()[0];
412
+ var _10 = useState(null), mcpUrl = _10[0], setMcpUrl = _10[1];
413
+ var getMcpUrl = useLazyGetMcpUrlQuery()[0];
414
+ // when rendering the form view we will optionally get action params...
415
+ // these we can bubble up in the event that is being raised onFormLayoutLoad, onFormDataLoad & onFormLoad
416
+ var actionName = searchParams.get('actionName');
417
+ var actionType = searchParams.get('actionType');
418
+ var actionContext = searchParams.get('actionContext');
419
+ var _11 = useLazyGetSolidSettingsQuery(), trigger = _11[0], solidSettingsData = _11[1].data;
420
+ useEffect(function () {
421
+ trigger(""); // Fetch settings on mount
422
+ }, []);
423
+ useEffect(function () {
424
+ var _a, _b;
425
+ if (((_a = solidSettingsData === null || solidSettingsData === void 0 ? void 0 : solidSettingsData.data) === null || _a === void 0 ? void 0 : _a.mcpEnabled) && ((_b = solidSettingsData === null || solidSettingsData === void 0 ? void 0 : solidSettingsData.data) === null || _b === void 0 ? void 0 : _b.mcpServerUrl)) {
426
+ enableSolidXAiPanel();
427
+ }
428
+ }, [solidSettingsData]);
429
+ var enableSolidXAiPanel = function () { return __awaiter(void 0, void 0, void 0, function () {
430
+ var queryData, queryString, response, error_1;
431
+ var _a, _b;
432
+ return __generator(this, function (_c) {
433
+ switch (_c.label) {
434
+ case 0:
435
+ _c.trys.push([0, 2, , 3]);
436
+ queryData = {
437
+ showHeader: "false",
438
+ inListView: "false"
439
+ };
440
+ queryString = qs.stringify(__assign({}, queryData), { encodeValuesOnly: true });
441
+ return [4 /*yield*/, getMcpUrl(queryString).unwrap()];
442
+ case 1:
443
+ response = _c.sent();
444
+ console.log("response", response);
445
+ if (response && ((_a = response === null || response === void 0 ? void 0 : response.data) === null || _a === void 0 ? void 0 : _a.mcpUrl)) {
446
+ setMcpUrl((_b = response === null || response === void 0 ? void 0 : response.data) === null || _b === void 0 ? void 0 : _b.mcpUrl);
447
+ }
448
+ return [3 /*break*/, 3];
449
+ case 2:
450
+ error_1 = _c.sent();
451
+ return [3 /*break*/, 3];
452
+ case 3: return [2 /*return*/];
453
+ }
454
+ });
455
+ }); };
456
+ var op = useRef(null);
457
+ useEffect(function () {
458
+ var stored = localStorage.getItem('chatter_locale_width');
459
+ if (stored) {
460
+ setChatterLocaleWidth(parseInt(stored, 10));
461
+ }
462
+ }, []);
463
+ useEffect(function () {
464
+ var handleMouseMove = function (e) {
465
+ if (!isResizingChatterLocale)
466
+ return;
467
+ var newWidth = window.innerWidth - e.clientX;
468
+ var clampedWidth = Math.max(280, Math.min(newWidth, 700));
469
+ setChatterLocaleWidth(clampedWidth);
470
+ localStorage.setItem('chatter_locale_width', clampedWidth.toString());
471
+ };
472
+ var handleMouseUp = function () {
473
+ setIsResizingChatterLocale(false);
474
+ };
475
+ if (isResizingChatterLocale) {
476
+ window.addEventListener('mousemove', handleMouseMove);
477
+ window.addEventListener('mouseup', handleMouseUp);
478
+ }
479
+ return function () {
480
+ window.removeEventListener('mousemove', handleMouseMove);
481
+ window.removeEventListener('mouseup', handleMouseUp);
482
+ };
483
+ }, [isResizingChatterLocale]);
484
+ useEffect(function () {
485
+ var mode = searchParams.get('viewMode');
486
+ var locale = searchParams.get('locale');
487
+ var defaultEntityLocaleIdn = searchParams.get('defaultEntityLocaleId');
488
+ if (params.id === 'new' && !locale) {
489
+ setViewMode('edit');
490
+ setCreateMode(true);
491
+ return;
492
+ }
493
+ if (locale) {
494
+ setSelectedLocale(locale);
495
+ }
496
+ if (defaultEntityLocaleIdn) {
497
+ setDefaultEntityLocaleId(defaultEntityLocaleIdn);
498
+ }
499
+ // Set the viewMode based on the URL
500
+ if (mode === 'view' || mode === 'edit') {
501
+ setViewMode(mode);
502
+ }
503
+ else {
504
+ setViewMode('view'); // Default to 'view' if no valid mode is provided
505
+ }
506
+ }, [searchParams, params.id]);
507
+ // function that updates view mode
508
+ var updateViewMode = function (newMode) {
509
+ setViewMode(newMode);
510
+ var params = new URLSearchParams(searchParams.toString());
511
+ params.set("viewMode", newMode);
512
+ router.push("".concat(pathname, "?").concat(params.toString()));
513
+ };
514
+ useEffect(function () {
515
+ var fetchPermissions = function () { return __awaiter(void 0, void 0, void 0, function () {
516
+ var permissionNames, queryData, queryString, response;
517
+ return __generator(this, function (_a) {
518
+ switch (_a.label) {
519
+ case 0:
520
+ if (!params.modelName) return [3 /*break*/, 2];
521
+ permissionNames = [
522
+ permissionExpression(params.modelName, 'create'),
523
+ permissionExpression(params.modelName, 'delete'),
524
+ permissionExpression(params.modelName, 'update'),
525
+ permissionExpression(params.modelName, 'findOne'),
526
+ permissionExpression(params.modelName, 'publish'),
527
+ permissionExpression(params.modelName, 'unpublish'),
528
+ permissionExpression('chatterMessage', 'findMany')
529
+ ];
530
+ queryData = {
531
+ permissionNames: permissionNames
532
+ };
533
+ queryString = qs.stringify(queryData, {
534
+ encodeValuesOnly: true
535
+ });
536
+ return [4 /*yield*/, triggerCheckIfPermissionExists(queryString)];
537
+ case 1:
538
+ response = _a.sent();
539
+ setActionsAllowed(response.data.data);
540
+ _a.label = 2;
541
+ case 2: return [2 /*return*/];
542
+ }
543
+ });
544
+ }); };
545
+ fetchPermissions();
546
+ }, [params.modelName]);
547
+ // Create the RTK slices for this entitor (const id of fieldValue) {
548
+ // if (!isInt(id)) {
549
+ // errors.push({ field: this.fieldMetadata.name, error: `Invalid ids in ${ commandFieldName } ` });
550
+ // }
551
+ // }y
552
+ var entityApi = createSolidEntityApi(params.modelName);
553
+ var useCreateSolidEntityMutation = entityApi.useCreateSolidEntityMutation, useDeleteSolidEntityMutation = entityApi.useDeleteSolidEntityMutation, useGetSolidEntityByIdQuery = entityApi.useGetSolidEntityByIdQuery, useUpdateSolidEntityMutation = entityApi.useUpdateSolidEntityMutation, usePatchUpdateSolidEntityMutation = entityApi.usePatchUpdateSolidEntityMutation, usePublishSolidEntityMutation = entityApi.usePublishSolidEntityMutation, useUnpublishSolidEntityMutation = entityApi.useUnpublishSolidEntityMutation;
554
+ var _12 = useCreateSolidEntityMutation(), createEntity = _12[0], _13 = _12[1], isEntityCreateSuccess = _13.isSuccess, isEntityCreateError = _13.isError, entityCreateError = _13.error;
555
+ var _14 = useUpdateSolidEntityMutation(), updateEntity = _14[0], _15 = _14[1], isEntityUpdateSuceess = _15.isSuccess, isEntityUpdateError = _15.isError, entityUpdateError = _15.error;
556
+ var _16 = useDeleteSolidEntityMutation(), deleteEntity = _16[0], _17 = _16[1], isEntityDeleteSuceess = _17.isSuccess, isEntityDeleteError = _17.isError, entityDeleteError = _17.error;
557
+ var _18 = usePatchUpdateSolidEntityMutation(), patchEntity = _18[0], _19 = _18[1], isEntityPatchSuceess = _19.isSuccess, isEntityPatchError = _19.isError, entityPatchError = _19.error;
558
+ var _20 = usePublishSolidEntityMutation(), publishSolidEntity = _20[0], _21 = _20[1], isEntityPublishedSuccess = _21.isSuccess, isEntityPublishedError = _21.isError, entityPublishedError = _21.error;
559
+ var _22 = useUnpublishSolidEntityMutation(), unpublishSolidEntity = _22[0], _23 = _22[1], isEntityUnpublishedSuccess = _23.isSuccess, isEntityUnpublishedError = _23.isError, entityUnpublishedError = _23.error;
560
+ // - - - - - - - - - - - -- - - - - - - - - - - - METADATA here
561
+ // Get the form view layout & metadata first.
562
+ var formViewMetaDataQs = qs.stringify(__assign(__assign({}, params), { viewType: 'form', defaultEntityLocaleId: defaultEntityLocaleId }), {
563
+ encodeValuesOnly: true,
564
+ });
565
+ var _24 = useState({}), formViewMetaData = _24[0], setFormViewMetaData = _24[1];
566
+ var _25 = useState(null), formViewLayout = _25[0], setFormViewLayout = _25[1];
567
+ var _26 = useGetSolidViewLayoutQuery(formViewMetaDataQs), solidFormViewMetaData = _26.data, solidFormViewMetaDataIsLoading = _26.isLoading;
568
+ var _27 = useState(true), refreshChatterMessage = _27[0], setRefreshChatterMessage = _27[1];
569
+ useEffect(function () {
570
+ if (isEntityCreateSuccess == true ||
571
+ isEntityUpdateSuceess == true ||
572
+ isEntityDeleteSuceess == true ||
573
+ isEntityPatchSuceess == true ||
574
+ isEntityPublishedSuccess == true ||
575
+ isEntityUnpublishedSuccess == true) {
576
+ setRefreshChatterMessage(true);
577
+ if (params.embeded == true && params.onEmbeddedFormSave) {
578
+ params.onEmbeddedFormSave();
579
+ }
580
+ // Close The pop in case the form is used in embeded form
581
+ if (params.embeded == true) {
582
+ params.handlePopupClose();
583
+ }
584
+ if (redirectToList === true) {
585
+ if (params.redirectToPath) {
586
+ router.push(params.redirectToPath);
587
+ window.location.reload();
588
+ }
589
+ else {
590
+ var segments = pathname.split('/').filter(Boolean); // Split and filter empty segments
591
+ var newPath = '/' + segments.slice(0, -2).join('/') + '/list'; // Remove last segment and add "/all"
592
+ router.push(newPath);
593
+ }
594
+ }
595
+ }
596
+ }, [isEntityCreateSuccess, isEntityUpdateSuceess, isEntityDeleteSuceess, isEntityPatchSuceess, isEntityPublishedSuccess, isEntityUnpublishedSuccess]);
597
+ useEffect(function () {
598
+ var _a, _b, _c, _d, _e;
599
+ if ((_c = (_b = (_a = solidFormViewMetaData === null || solidFormViewMetaData === void 0 ? void 0 : solidFormViewMetaData.data) === null || _a === void 0 ? void 0 : _a.solidView) === null || _b === void 0 ? void 0 : _b.model) === null || _c === void 0 ? void 0 : _c.internationalisation) {
600
+ setDefaultTabViewOptionIndex(0);
601
+ var matchedLocale = (_e = (_d = solidFormViewMetaData === null || solidFormViewMetaData === void 0 ? void 0 : solidFormViewMetaData.data) === null || _d === void 0 ? void 0 : _d.applicableLocales) === null || _e === void 0 ? void 0 : _e.find(function (x) { return x.isDefault === 'yes'; });
602
+ //this is to attach default locale when adding data in popup view where relations exists
603
+ if (!selectedLocale && matchedLocale && !searchParams.get('locale')) {
604
+ setSelectedLocale(matchedLocale.locale);
605
+ }
606
+ }
607
+ }, [params.modelName, solidFormViewMetaData]);
608
+ function isFetchBaseQueryErrorWithErrorResponse(error) {
609
+ return error && typeof error === 'object' && 'data' in error && 'message' in error.data;
610
+ }
611
+ useEffect(function () {
612
+ var handleError = function (errorToast) {
613
+ var _a;
614
+ var errorMessage = [ERROR_MESSAGES.ERROR_OCCURED];
615
+ if (isFetchBaseQueryErrorWithErrorResponse(errorToast)) {
616
+ errorMessage = errorToast.data.message;
617
+ }
618
+ else {
619
+ errorMessage = [ERROR_MESSAGES.SOMETHING_WRONG];
620
+ }
621
+ (_a = toast.current) === null || _a === void 0 ? void 0 : _a.show({
622
+ severity: 'error',
623
+ summary: 'Error',
624
+ detail: errorMessage,
625
+ sticky: true,
626
+ //@ts-ignore
627
+ content: function () { return (_jsx("div", { className: "flex flex-column align-items-left", style: { flex: "1" }, children: Array.isArray(errorMessage) ? (errorMessage.map(function (message, index) { return (_jsx("div", { className: "flex align-items-center gap-2", children: _jsx("span", { className: "font-bold text-900", children: message.trim() }) }, index)); })) : (_jsx("div", { className: "flex align-items-center gap-2", children: _jsx("span", { className: "font-bold text-900", children: errorMessage === null || errorMessage === void 0 ? void 0 : errorMessage.trim() }) })) })); },
628
+ });
629
+ };
630
+ // Check and handle errors from each API operation
631
+ if (isEntityCreateError) {
632
+ handleError(entityCreateError);
633
+ }
634
+ else if (isEntityDeleteError) {
635
+ handleError(entityDeleteError);
636
+ }
637
+ else if (isEntityUpdateError) {
638
+ handleError(entityUpdateError);
639
+ }
640
+ else if (isEntityPatchError) {
641
+ handleError(entityPatchError);
642
+ }
643
+ else if (isEntityPublishedError) {
644
+ handleError(entityPublishedError);
645
+ }
646
+ else if (isEntityUnpublishedError) {
647
+ handleError(entityUnpublishedError);
648
+ }
649
+ }, [
650
+ isEntityCreateError,
651
+ isEntityDeleteError,
652
+ isEntityUpdateError,
653
+ isEntityPatchError,
654
+ isEntityPublishedError,
655
+ isEntityUnpublishedError
656
+ ]);
657
+ var confirmDialogWithPromise = function () {
658
+ return new Promise(function (resolve) {
659
+ confirmResolveRef.current = resolve;
660
+ setConfirmVisible(true);
661
+ });
662
+ };
663
+ var onFormikSubmit = function (values) { return __awaiter(void 0, void 0, void 0, function () {
664
+ var solidView, solidFieldsMetadata, layoutFieldsObj, formData_1, solidWorkflowField, result, baseFormPath, queryParams, result, err_1;
665
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t;
666
+ return __generator(this, function (_u) {
667
+ switch (_u.label) {
668
+ case 0:
669
+ solidView = solidFormViewMetaData.data.solidView;
670
+ solidFieldsMetadata = solidFormViewMetaData.data.solidFieldsMetadata;
671
+ layoutFieldsObj = getLayoutFieldsAsObject([formViewLayout]);
672
+ setIsSubmitting(true);
673
+ _u.label = 1;
674
+ case 1:
675
+ _u.trys.push([1, 7, 8, 9]);
676
+ formData_1 = new FormData();
677
+ // Iterate through the keys in the values object
678
+ Object.entries(values).forEach(function (_a) {
679
+ var key = _a[0], value = _a[1];
680
+ var fieldMetadata = solidFieldsMetadata[key];
681
+ // const fieldMetadata = getActualFieldMetadata(key, solidFieldsMetadata);
682
+ var fieldContext = {
683
+ fieldMetadata: fieldMetadata,
684
+ field: layoutFieldsObj[key],
685
+ data: initialEntityData,
686
+ solidFormViewMetaData: solidFormViewMetaData,
687
+ modelName: params.modelName
688
+ };
689
+ var solidField = fieldFactory(fieldMetadata === null || fieldMetadata === void 0 ? void 0 : fieldMetadata.type, fieldContext);
690
+ // Append each field to the FormData
691
+ if (value !== undefined && value !== null && solidField) {
692
+ solidField.updateFormData(value, formData_1);
693
+ }
694
+ if (value !== undefined && value !== null && key.endsWith("Confirm")) {
695
+ formData_1.append(key, String(value));
696
+ }
697
+ });
698
+ solidWorkflowField = (_d = (_c = (_b = (_a = solidFormViewMetaData === null || solidFormViewMetaData === void 0 ? void 0 : solidFormViewMetaData.data) === null || _a === void 0 ? void 0 : _a.solidView) === null || _b === void 0 ? void 0 : _b.layout) === null || _c === void 0 ? void 0 : _c.attrs) === null || _d === void 0 ? void 0 : _d.workflowField;
699
+ if (params.id !== "new") {
700
+ if ((_e = solidFormViewMetaData === null || solidFormViewMetaData === void 0 ? void 0 : solidFormViewMetaData.data) === null || _e === void 0 ? void 0 : _e.solidFormViewWorkflowData) {
701
+ if (((_h = (_g = (_f = solidFormViewMetaData === null || solidFormViewMetaData === void 0 ? void 0 : solidFormViewMetaData.data) === null || _f === void 0 ? void 0 : _f.solidFieldsMetadata) === null || _g === void 0 ? void 0 : _g[solidWorkflowField]) === null || _h === void 0 ? void 0 : _h.type) === "selectionStatic") {
702
+ formData_1.append(solidWorkflowField, solidWorkflowFieldValue);
703
+ }
704
+ if (((_l = (_k = (_j = solidFormViewMetaData === null || solidFormViewMetaData === void 0 ? void 0 : solidFormViewMetaData.data) === null || _j === void 0 ? void 0 : _j.solidFieldsMetadata) === null || _k === void 0 ? void 0 : _k[solidWorkflowField]) === null || _l === void 0 ? void 0 : _l.type) === "many-to-one") {
705
+ formData_1.append("".concat(solidWorkflowField, "Id"), solidWorkflowFieldValue);
706
+ }
707
+ }
708
+ }
709
+ if ((_p = (_o = (_m = solidFormViewMetaData === null || solidFormViewMetaData === void 0 ? void 0 : solidFormViewMetaData.data) === null || _m === void 0 ? void 0 : _m.solidView) === null || _o === void 0 ? void 0 : _o.model) === null || _p === void 0 ? void 0 : _p.internationalisation) {
710
+ if (selectedLocale && !formData_1.has('localeName')) {
711
+ formData_1.append('localeName', selectedLocale);
712
+ }
713
+ if (defaultEntityLocaleId) {
714
+ formData_1.append('defaultEntityLocaleId', defaultEntityLocaleId.toString());
715
+ }
716
+ }
717
+ if ((_s = (_r = (_q = solidFormViewMetaData === null || solidFormViewMetaData === void 0 ? void 0 : solidFormViewMetaData.data) === null || _q === void 0 ? void 0 : _q.solidView) === null || _r === void 0 ? void 0 : _r.model) === null || _s === void 0 ? void 0 : _s.draftPublishWorkflow) {
718
+ if (published) {
719
+ formData_1.append('publishedAt', published);
720
+ }
721
+ }
722
+ if (!(params.inlineCreateAutoSave === true)) return [3 /*break*/, 2];
723
+ params.customCreateHandler(formData_1);
724
+ return [3 /*break*/, 6];
725
+ case 2:
726
+ if (!(params.id === 'new')) return [3 /*break*/, 4];
727
+ return [4 /*yield*/, createEntity(formData_1).unwrap()];
728
+ case 3:
729
+ result = _u.sent();
730
+ showToast(toast, "success", ERROR_MESSAGES.FORM_SAVED, ERROR_MESSAGES.FORM_SAVED_SUCCESSFULLY);
731
+ // if (!params.embeded && result?.data?.id) {
732
+ // const newPathname = pathname.replace(/new$/, result.data.id);
733
+ // const params = new URLSearchParams(searchParams.toString());
734
+ // params.set("viewMode", "view");
735
+ // const updatedUrl = `${newPathname}?${params.toString()}`;
736
+ // await router.push(updatedUrl, { scroll: false });
737
+ // setViewMode("view")
738
+ // }
739
+ if (!params.embeded) {
740
+ baseFormPath = normalizeSolidFormActionPath(pathname, "form");
741
+ queryParams = new URLSearchParams(searchParams.toString());
742
+ queryParams.set("viewMode", "view");
743
+ router.push("".concat(baseFormPath, "/").concat((_t = result === null || result === void 0 ? void 0 : result.data) === null || _t === void 0 ? void 0 : _t.id, "?").concat(queryParams.toString()));
744
+ setViewMode("view");
745
+ }
746
+ return [2 /*return*/, result];
747
+ case 4: return [4 /*yield*/, updateEntity({ id: +params.id, data: formData_1 }).unwrap()];
748
+ case 5:
749
+ result = _u.sent();
750
+ // const result = await updateEntity({ id: +params.id, data: formData }).unwrap();
751
+ if (!params.embeded) {
752
+ showToast(toast, "success", ERROR_MESSAGES.FORM_UPDATE, ERROR_MESSAGES.FORM_UPDATE_SUCCESSFULLY);
753
+ if ((result === null || result === void 0 ? void 0 : result.statusCode) === 200) {
754
+ updateViewMode("view");
755
+ }
756
+ }
757
+ return [2 /*return*/, result];
758
+ case 6: return [3 /*break*/, 9];
759
+ case 7:
760
+ err_1 = _u.sent();
761
+ console.error(ERROR_MESSAGES.ENTITY_FAILED, err_1);
762
+ return [3 /*break*/, 9];
763
+ case 8:
764
+ setIsSubmitting(false);
765
+ return [7 /*endfinally*/];
766
+ case 9: return [2 /*return*/];
767
+ }
768
+ });
769
+ }); };
770
+ var showFieldError = function () {
771
+ if ((errorFields === null || errorFields === void 0 ? void 0 : errorFields.length) === 0)
772
+ return;
773
+ errorFields.forEach(function (error) {
774
+ var _a;
775
+ (_a = toast === null || toast === void 0 ? void 0 : toast.current) === null || _a === void 0 ? void 0 : _a.show({
776
+ severity: "error",
777
+ summary: "Metadata Error",
778
+ detail: error,
779
+ life: 3000,
780
+ });
781
+ });
782
+ // errorFields.length = 0;
783
+ };
784
+ useEffect(function () {
785
+ if ((errorFields === null || errorFields === void 0 ? void 0 : errorFields.length) > 0) {
786
+ showFieldError();
787
+ }
788
+ }, [errorFields]);
789
+ // - - - - - - - - - - - -- - - - - - - - - - - - DATA here
790
+ // Fetch the actual data here.
791
+ // This is the initial value of this form, will come from an API call in the case of edit.
792
+ var layoutFields = [];
793
+ var toPopulate = [];
794
+ var toPopulateMedia = [];
795
+ if (solidFormViewMetaData && formViewLayout) {
796
+ var solidView = solidFormViewMetaData.data.solidView;
797
+ var solidFieldsMetadata = solidFormViewMetaData.data.solidFieldsMetadata;
798
+ layoutFields = [formViewLayout].flatMap(getLayoutFields);
799
+ for (var i = 0; i < (layoutFields === null || layoutFields === void 0 ? void 0 : layoutFields.length); i++) {
800
+ var formLayoutField = layoutFields[i];
801
+ var fieldMetadata = solidFieldsMetadata[formLayoutField.attrs.name];
802
+ if ((fieldMetadata === null || fieldMetadata === void 0 ? void 0 : fieldMetadata.type) === 'relation') {
803
+ toPopulate.push(fieldMetadata.name);
804
+ }
805
+ if ((fieldMetadata === null || fieldMetadata === void 0 ? void 0 : fieldMetadata.type) === 'mediaSingle' || (fieldMetadata === null || fieldMetadata === void 0 ? void 0 : fieldMetadata.type) === 'mediaMultiple') {
806
+ toPopulateMedia.push(fieldMetadata.name);
807
+ }
808
+ }
809
+ if (((_a = formViewLayout.attrs) === null || _a === void 0 ? void 0 : _a.workflowField) && ((_b = solidFieldsMetadata[formViewLayout.attrs.workflowField]) === null || _b === void 0 ? void 0 : _b.type) === 'relation' && ((_c = solidFieldsMetadata[formViewLayout.attrs.workflowField]) === null || _c === void 0 ? void 0 : _c.relationType) === 'many-to-one') {
810
+ toPopulate.push(solidFieldsMetadata[formViewLayout.attrs.workflowField].name);
811
+ }
812
+ }
813
+ // TODO: Possible optimisation here, we are firing 2 queries to load the form view data object.
814
+ // once without populate & populateMedia and then again once after that.
815
+ var formViewDataQs = qs.stringify({ populate: toPopulate, populateMedia: toPopulateMedia }, {
816
+ encodeValuesOnly: true,
817
+ });
818
+ var _28 = useState({}), initialEntityData = _28[0], setInitialEntityData = _28[1];
819
+ var _29 = useGetSolidEntityByIdQuery({ id: params.id, qs: formViewDataQs }, {
820
+ skip: params.id === 'new'
821
+ }), solidFormViewData = _29.data, solidFormViewDataIsLoading = _29.isLoading, refetchSolidFormViewData = _29.refetch;
822
+ useEffect(function () {
823
+ if (params.id !== 'new') {
824
+ refetchSolidFormViewData();
825
+ }
826
+ }, [formViewDataQs]);
827
+ useEffect(function () {
828
+ var _a, _b, _c;
829
+ if (solidFormViewMetaData) {
830
+ if (params.customLayout) {
831
+ setFormViewLayout(params.customLayout);
832
+ }
833
+ else {
834
+ setFormViewLayout((_b = (_a = solidFormViewMetaData === null || solidFormViewMetaData === void 0 ? void 0 : solidFormViewMetaData.data) === null || _a === void 0 ? void 0 : _a.solidView) === null || _b === void 0 ? void 0 : _b.layout);
835
+ }
836
+ setPublished((_c = solidFormViewData === null || solidFormViewData === void 0 ? void 0 : solidFormViewData.data) === null || _c === void 0 ? void 0 : _c.publishedAt);
837
+ setFormViewMetaData(solidFormViewMetaData);
838
+ }
839
+ }, [solidFormViewMetaData]);
840
+ // useEffect(() => {
841
+ // const handleOnFormLayoutLoadEvent = async () => {
842
+ // if (solidFormViewMetaData) {
843
+ // // let formLayout = solidFormViewMetaData;
844
+ // // let customLayout = params?.customLayout;
845
+ // const onFormLayoutLoadHandlerExtensionFunction = solidFormViewMetaData?.data?.solidView?.layout?.onFormLayoutLoad;
846
+ // // let dynamicExtensionFunction = null;
847
+ // let formLayout = solidFormViewMetaData?.data?.solidView?.layout;
848
+ // if (params.customLayout) {
849
+ // formLayout = params.customLayout;
850
+ // }
851
+ // const event: SolidLoadForm = {
852
+ // parentData: params?.parentData,
853
+ // fieldsMetadata: solidFormViewMetaData,
854
+ // formData: solidFormViewData?.data,
855
+ // type: 'onFormLayoutLoad',
856
+ // viewMetadata: solidFormViewMetaData?.data?.solidView,
857
+ // formViewLayout: formLayout,
858
+ // queryParams: {
859
+ // actionName,
860
+ // actionType,
861
+ // actionContext
862
+ // }
863
+ // }
864
+ // if (onFormLayoutLoadHandlerExtensionFunction) {
865
+ // const dynamicExtensionFunction = getExtensionFunction(onFormLayoutLoadHandlerExtensionFunction);
866
+ // if (dynamicExtensionFunction) {
867
+ // try {
868
+ // const updatedFormLayout: SolidUiEventResponse = await dynamicExtensionFunction(event);
869
+ // if (updatedFormLayout && updatedFormLayout?.layoutChanged && updatedFormLayout?.newLayout) {
870
+ // setFormViewLayout(updatedFormLayout.newLayout);
871
+ // // const newFormLayout = {
872
+ // // ...formLayout,
873
+ // // data: {
874
+ // // ...formLayout.data,
875
+ // // solidView: {
876
+ // // ...formLayout.data.solidView,
877
+ // // layout: updatedFormLayout.newLayout
878
+ // // }
879
+ // // }
880
+ // // };
881
+ // // formLayout = newFormLayout;
882
+ // // customLayout = updatedFormLayout.newLayout;
883
+ // }
884
+ // } catch (error) {
885
+ // console.error(ERROR_MESSAGES.DYNAMIC_FUNCTION_ERROR, error);
886
+ // }
887
+ // }
888
+ // }
889
+ // // setFormViewMetaData(formLayout);
890
+ // // if (params.customLayout) {
891
+ // // setFormViewLayout(customLayout);
892
+ // // } else {
893
+ // // setFormViewLayout(formLayout.data.solidView.layout);
894
+ // // }
895
+ // }
896
+ // };
897
+ // const handleOnFormDataLoadEvent = async () => {
898
+ // const onFormDataLoadHandlerExtensionFunction = solidFormViewMetaData?.data?.solidView?.layout?.onFormDataLoad;
899
+ // // let dynamicExtensionFunction = null;
900
+ // let formViewData = solidFormViewData?.data;
901
+ // let formLayout = solidFormViewMetaData?.data?.solidView?.layout;
902
+ // if (params.customLayout) {
903
+ // formLayout = params.customLayout;
904
+ // }
905
+ // const event: SolidLoadForm = {
906
+ // fieldsMetadata: solidFormViewMetaData,
907
+ // formData: solidFormViewData?.data,
908
+ // type: "onFormDataLoad",
909
+ // viewMetadata: solidFormViewMetaData?.data?.solidView,
910
+ // formViewLayout: formLayout,
911
+ // queryParams: {
912
+ // actionName,
913
+ // actionType,
914
+ // actionContext
915
+ // }
916
+ // };
917
+ // if (onFormDataLoadHandlerExtensionFunction) {
918
+ // const dynamicExtensionFunction = getExtensionFunction(onFormDataLoadHandlerExtensionFunction);
919
+ // if (dynamicExtensionFunction) {
920
+ // const updatedFormData: SolidUiEventResponse = await dynamicExtensionFunction(event);
921
+ // if (updatedFormData && updatedFormData?.dataChanged && updatedFormData?.newFormData) {
922
+ // formViewData = updatedFormData.newFormData;
923
+ // }
924
+ // }
925
+ // if (formViewData) {
926
+ // setInitialEntityData(formViewData);
927
+ // }
928
+ // }
929
+ // };
930
+ // const handleOnFormLoadEvent = async () => {
931
+ // const onFormLoadHandlerExtensionFunction = solidFormViewMetaData?.data?.solidView?.layout?.onFormLoad;
932
+ // // let dynamicExtensionFunction = null;
933
+ // let localFormViewMetadata = solidFormViewMetaData;
934
+ // // let customLayout = params?.customLayout;
935
+ // let formViewData = solidFormViewData?.data;
936
+ // let formLayout = solidFormViewMetaData?.data?.solidView?.layout;
937
+ // if (params.customLayout) {
938
+ // formLayout = params.customLayout;
939
+ // }
940
+ // const event: SolidLoadForm = {
941
+ // parentData: params?.parentData,
942
+ // fieldsMetadata: solidFormViewMetaData,
943
+ // formData: solidFormViewData?.data,
944
+ // type: 'onFormLoad',
945
+ // viewMetadata: solidFormViewMetaData?.data?.solidView,
946
+ // formViewLayout: formViewLayout,
947
+ // queryParams: {
948
+ // actionName,
949
+ // actionType,
950
+ // actionContext
951
+ // }
952
+ // };
953
+ // if (onFormLoadHandlerExtensionFunction) {
954
+ // const dynamicExtensionFunction = getExtensionFunction(onFormLoadHandlerExtensionFunction);
955
+ // if (dynamicExtensionFunction) {
956
+ // try {
957
+ // const result: SolidUiEventResponse = await dynamicExtensionFunction(event);
958
+ // if (result && result?.layoutChanged && result?.newLayout) {
959
+ // // const newLocalFormViewMetadata = {
960
+ // // ...localFormViewMetadata,
961
+ // // data: {
962
+ // // ...localFormViewMetadata.data,
963
+ // // solidView: {
964
+ // // ...localFormViewMetadata.data.solidView,
965
+ // // layout: result.newLayout
966
+ // // }
967
+ // // }
968
+ // // };
969
+ // // localFormViewMetadata = newLocalFormViewMetadata;
970
+ // // customLayout = result.newLayout;
971
+ // // setFormViewMetaData(localFormViewMetadata);
972
+ // setFormViewLayout(result.newLayout);
973
+ // // if (params.customLayout) {
974
+ // // setFormViewLayout(customLayout);
975
+ // // } else {
976
+ // // setFormViewLayout(localFormViewMetadata.data.solidView.layout);
977
+ // // }
978
+ // }
979
+ // if (result && result?.dataChanged && result?.newFormData) {
980
+ // formViewData = result.newFormData;
981
+ // setInitialEntityData(formViewData);
982
+ // }
983
+ // } catch (error) {
984
+ // console.error(ERROR_MESSAGES.ON_FORM_LOAD, error);
985
+ // }
986
+ // }
987
+ // }
988
+ // };
989
+ // handleOnFormLayoutLoadEvent();
990
+ // handleOnFormDataLoadEvent();
991
+ // handleOnFormLoadEvent();
992
+ // }, [solidFormViewMetaData, solidFormViewData]);
993
+ useEffect(function () {
994
+ var runFormEvents = function () { return __awaiter(void 0, void 0, void 0, function () {
995
+ var workingLayout, workingFormData, baseEvent, onFormLayoutLoadFn, fn, result, e_1, onFormDataLoadFn, fn, result, e_2, onFormLoadFn, fn, result, e_3;
996
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
997
+ return __generator(this, function (_p) {
998
+ switch (_p.label) {
999
+ case 0:
1000
+ if (!solidFormViewMetaData)
1001
+ return [2 /*return*/];
1002
+ workingLayout = (_a = params.customLayout) !== null && _a !== void 0 ? _a : (_c = (_b = solidFormViewMetaData === null || solidFormViewMetaData === void 0 ? void 0 : solidFormViewMetaData.data) === null || _b === void 0 ? void 0 : _b.solidView) === null || _c === void 0 ? void 0 : _c.layout;
1003
+ workingFormData = solidFormViewData === null || solidFormViewData === void 0 ? void 0 : solidFormViewData.data;
1004
+ baseEvent = {
1005
+ parentData: params === null || params === void 0 ? void 0 : params.parentData,
1006
+ fieldsMetadata: solidFormViewMetaData,
1007
+ viewMetadata: (_d = solidFormViewMetaData === null || solidFormViewMetaData === void 0 ? void 0 : solidFormViewMetaData.data) === null || _d === void 0 ? void 0 : _d.solidView,
1008
+ queryParams: {
1009
+ actionName: actionName,
1010
+ actionType: actionType,
1011
+ actionContext: actionContext,
1012
+ },
1013
+ };
1014
+ onFormLayoutLoadFn = (_g = (_f = (_e = solidFormViewMetaData === null || solidFormViewMetaData === void 0 ? void 0 : solidFormViewMetaData.data) === null || _e === void 0 ? void 0 : _e.solidView) === null || _f === void 0 ? void 0 : _f.layout) === null || _g === void 0 ? void 0 : _g.onFormLayoutLoad;
1015
+ if (!onFormLayoutLoadFn) return [3 /*break*/, 4];
1016
+ fn = getExtensionFunction(onFormLayoutLoadFn);
1017
+ if (!fn) return [3 /*break*/, 4];
1018
+ _p.label = 1;
1019
+ case 1:
1020
+ _p.trys.push([1, 3, , 4]);
1021
+ return [4 /*yield*/, fn(__assign(__assign({}, baseEvent), { type: "onFormLayoutLoad", formData: workingFormData, formViewLayout: workingLayout }))];
1022
+ case 2:
1023
+ result = _p.sent();
1024
+ if ((result === null || result === void 0 ? void 0 : result.layoutChanged) && (result === null || result === void 0 ? void 0 : result.newLayout)) {
1025
+ workingLayout = result.newLayout;
1026
+ }
1027
+ return [3 /*break*/, 4];
1028
+ case 3:
1029
+ e_1 = _p.sent();
1030
+ console.error(ERROR_MESSAGES.DYNAMIC_FUNCTION_ERROR, e_1);
1031
+ return [3 /*break*/, 4];
1032
+ case 4:
1033
+ onFormDataLoadFn = (_k = (_j = (_h = solidFormViewMetaData === null || solidFormViewMetaData === void 0 ? void 0 : solidFormViewMetaData.data) === null || _h === void 0 ? void 0 : _h.solidView) === null || _j === void 0 ? void 0 : _j.layout) === null || _k === void 0 ? void 0 : _k.onFormDataLoad;
1034
+ if (!onFormDataLoadFn) return [3 /*break*/, 8];
1035
+ fn = getExtensionFunction(onFormDataLoadFn);
1036
+ if (!fn) return [3 /*break*/, 8];
1037
+ _p.label = 5;
1038
+ case 5:
1039
+ _p.trys.push([5, 7, , 8]);
1040
+ return [4 /*yield*/, fn(__assign(__assign({}, baseEvent), { type: "onFormDataLoad", formData: workingFormData, formViewLayout: workingLayout }))];
1041
+ case 6:
1042
+ result = _p.sent();
1043
+ if ((result === null || result === void 0 ? void 0 : result.dataChanged) && (result === null || result === void 0 ? void 0 : result.newFormData)) {
1044
+ workingFormData = result.newFormData;
1045
+ }
1046
+ return [3 /*break*/, 8];
1047
+ case 7:
1048
+ e_2 = _p.sent();
1049
+ console.error(ERROR_MESSAGES.DYNAMIC_FUNCTION_ERROR, e_2);
1050
+ return [3 /*break*/, 8];
1051
+ case 8:
1052
+ onFormLoadFn = (_o = (_m = (_l = solidFormViewMetaData === null || solidFormViewMetaData === void 0 ? void 0 : solidFormViewMetaData.data) === null || _l === void 0 ? void 0 : _l.solidView) === null || _m === void 0 ? void 0 : _m.layout) === null || _o === void 0 ? void 0 : _o.onFormLoad;
1053
+ if (!onFormLoadFn) return [3 /*break*/, 12];
1054
+ fn = getExtensionFunction(onFormLoadFn);
1055
+ if (!fn) return [3 /*break*/, 12];
1056
+ _p.label = 9;
1057
+ case 9:
1058
+ _p.trys.push([9, 11, , 12]);
1059
+ return [4 /*yield*/, fn(__assign(__assign({}, baseEvent), { type: "onFormLoad", formData: workingFormData, formViewLayout: workingLayout }))];
1060
+ case 10:
1061
+ result = _p.sent();
1062
+ if ((result === null || result === void 0 ? void 0 : result.layoutChanged) && (result === null || result === void 0 ? void 0 : result.newLayout)) {
1063
+ workingLayout = result.newLayout;
1064
+ }
1065
+ if ((result === null || result === void 0 ? void 0 : result.dataChanged) && (result === null || result === void 0 ? void 0 : result.newFormData)) {
1066
+ workingFormData = result.newFormData;
1067
+ }
1068
+ return [3 /*break*/, 12];
1069
+ case 11:
1070
+ e_3 = _p.sent();
1071
+ console.error(ERROR_MESSAGES.ON_FORM_LOAD, e_3);
1072
+ return [3 /*break*/, 12];
1073
+ case 12:
1074
+ /** ----------------------------
1075
+ * 5. Commit once to React state
1076
+ * ----------------------------- */
1077
+ if (workingLayout) {
1078
+ setFormViewLayout(workingLayout);
1079
+ }
1080
+ if (workingFormData) {
1081
+ setInitialEntityData(workingFormData);
1082
+ }
1083
+ return [2 /*return*/];
1084
+ }
1085
+ });
1086
+ }); };
1087
+ runFormEvents();
1088
+ }, [solidFormViewMetaData, solidFormViewData]);
1089
+ useEffect(function () {
1090
+ if (solidFormViewData) {
1091
+ setInitialEntityData(solidFormViewData.data);
1092
+ }
1093
+ }, [solidFormViewData]);
1094
+ var formik;
1095
+ // If either the metadata or the data of this form is loading, then we simply render a loading screen...
1096
+ if (solidFormViewMetaDataIsLoading || solidFormViewDataIsLoading || !formViewLayout) {
1097
+ formik = useFormik({
1098
+ initialValues: {},
1099
+ validationSchema: Yup.object(),
1100
+ enableReinitialize: true,
1101
+ onSubmit: onFormikSubmit,
1102
+ });
1103
+ return _jsx(SolidFormViewShimmerLoading, {});
1104
+ }
1105
+ // At this point everything required to render the form is loaded, so we go ahead and start rendering things dynamically...
1106
+ else {
1107
+ // Initialize formik...
1108
+ var solidView_1 = solidFormViewMetaData.data.solidView;
1109
+ var solidFieldsMetadata_1 = solidFormViewMetaData.data.solidFieldsMetadata;
1110
+ var validationSchema = {};
1111
+ var initialValues = {};
1112
+ for (var i = 0; i < (layoutFields === null || layoutFields === void 0 ? void 0 : layoutFields.length); i++) {
1113
+ var formLayoutField = layoutFields[i];
1114
+ var fieldMetadata = solidFieldsMetadata_1[formLayoutField.attrs.name];
1115
+ var fieldContext = {
1116
+ fieldMetadata: fieldMetadata,
1117
+ field: formLayoutField,
1118
+ data: initialEntityData,
1119
+ solidFormViewMetaData: solidFormViewMetaData,
1120
+ modelName: params.modelName
1121
+ };
1122
+ if (params.parentData) {
1123
+ fieldContext.parentData = params.parentData;
1124
+ }
1125
+ var solidField = fieldFactory(fieldMetadata === null || fieldMetadata === void 0 ? void 0 : fieldMetadata.type, fieldContext);
1126
+ if (!(fieldMetadata === null || fieldMetadata === void 0 ? void 0 : fieldMetadata.type)) {
1127
+ var errorMessage = ((_d = formLayoutField === null || formLayoutField === void 0 ? void 0 : formLayoutField.attrs) === null || _d === void 0 ? void 0 : _d.label) ? (_e = formLayoutField === null || formLayoutField === void 0 ? void 0 : formLayoutField.attrs) === null || _e === void 0 ? void 0 : _e.label : formLayoutField.attrs.name;
1128
+ if (!errorFields.includes(errorMessage)) {
1129
+ // errorFields.push(errorMessage);
1130
+ }
1131
+ }
1132
+ if (solidField) {
1133
+ // @ts-ignore
1134
+ validationSchema[formLayoutField.attrs.name] = solidField.validationSchema();
1135
+ // @ts-ignore
1136
+ initialValues[formLayoutField.attrs.name] = solidField.initialValue();
1137
+ }
1138
+ }
1139
+ formik = useFormik({
1140
+ initialValues: initialValues,
1141
+ validationSchema: Yup.object(validationSchema),
1142
+ enableReinitialize: true,
1143
+ onSubmit: onFormikSubmit,
1144
+ });
1145
+ var formFieldOnXXX_1 = function (event, eventType) { return __awaiter(void 0, void 0, void 0, function () {
1146
+ var _a, fieldName, value, type, checked, changeHandler, dynamicChangeHandler, event_1, updatedFormInfo;
1147
+ return __generator(this, function (_b) {
1148
+ switch (_b.label) {
1149
+ case 0:
1150
+ // Invoke the formik change
1151
+ if (eventType === 'onFieldChange') {
1152
+ formik.handleChange(event);
1153
+ }
1154
+ _a = event.target, fieldName = _a.name, value = _a.value, type = _a.type, checked = _a.checked;
1155
+ changeHandler = solidView_1.layout.attrs[eventType];
1156
+ if (!changeHandler) {
1157
+ changeHandler = solidView_1.layout[eventType];
1158
+ }
1159
+ if (!changeHandler) return [3 /*break*/, 3];
1160
+ dynamicChangeHandler = getExtensionFunction(changeHandler);
1161
+ if (!dynamicChangeHandler) return [3 /*break*/, 2];
1162
+ event_1 = {
1163
+ fieldsMetadata: solidFieldsMetadata_1,
1164
+ formData: formik.values,
1165
+ modifiedField: fieldName,
1166
+ modifiedFieldValue: value,
1167
+ // @ts-ignore
1168
+ // TODO: HP & OR: This will be fixed once we figure out how to get types exported from core-ui
1169
+ type: eventType,
1170
+ viewMetadata: solidView_1,
1171
+ formViewLayout: formViewLayout,
1172
+ queryParams: {
1173
+ actionName: actionName,
1174
+ actionContext: actionContext,
1175
+ actionType: actionType
1176
+ }
1177
+ };
1178
+ return [4 /*yield*/, dynamicChangeHandler(event_1)];
1179
+ case 1:
1180
+ updatedFormInfo = _b.sent();
1181
+ // If dataChanged is true, update Formik values
1182
+ if ((updatedFormInfo === null || updatedFormInfo === void 0 ? void 0 : updatedFormInfo.dataChanged) && updatedFormInfo.newFormData) {
1183
+ // This does one field at a time.
1184
+ // TODO: does the below fire change events again?
1185
+ Object.entries(updatedFormInfo.newFormData).forEach(function (_a) {
1186
+ var key = _a[0], newValue = _a[1];
1187
+ formik.setFieldValue(key, newValue);
1188
+ });
1189
+ // This does all at once.
1190
+ // formik.setValues({
1191
+ // ...formik.values,
1192
+ // ...updatedFormInfo.newFormData
1193
+ // });
1194
+ }
1195
+ // if layout has changed then we need to re-render.
1196
+ if ((updatedFormInfo === null || updatedFormInfo === void 0 ? void 0 : updatedFormInfo.layoutChanged) && updatedFormInfo.newLayout) {
1197
+ // setFormViewMetaData({ ...formViewMetaData, layout: updatedFormInfo.newLayout });
1198
+ // TODO: this will trigger a useEffect dependent on formViewMetadata that invokes setFormViewLayout,
1199
+ // TODO: which means that this will not work if custom layout has been injected as a prop.
1200
+ setFormViewLayout(updatedFormInfo.newLayout);
1201
+ // setFormViewMetaData((prevMetaData: any) => {
1202
+ // const updatedFormViewMetadata = {
1203
+ // ...prevMetaData,
1204
+ // data: {
1205
+ // ...prevMetaData.data,
1206
+ // solidView: {
1207
+ // ...prevMetaData.data.solidView,
1208
+ // layout: updatedFormInfo.newLayout,
1209
+ // },
1210
+ // },
1211
+ // };
1212
+ // return updatedFormViewMetadata;
1213
+ // });
1214
+ }
1215
+ return [3 /*break*/, 3];
1216
+ case 2:
1217
+ // TODO: Show an error popup and stop form rendering ideallly...
1218
+ console.log(ERROR_MESSAGES.UNABLE_LOAD_DYNAMIC_MODULE, changeHandler);
1219
+ _b.label = 3;
1220
+ case 3: return [2 /*return*/];
1221
+ }
1222
+ });
1223
+ }); };
1224
+ // Now render the form dynamically...
1225
+ var renderFormElementDynamically_1 = function (element, recursiveFVMD) {
1226
+ var type = element.type, attrs = element.attrs, body = element.body, children = element.children;
1227
+ // const key = attrs?.name ?? generateRandomKey();
1228
+ var key = attrs === null || attrs === void 0 ? void 0 : attrs.label;
1229
+ var visible = attrs === null || attrs === void 0 ? void 0 : attrs.visible;
1230
+ if (visible === undefined || visible === null) {
1231
+ visible = true;
1232
+ }
1233
+ // console.log(`Resolved visibility of form element ${ key } to ${ visible } `);
1234
+ // console.log(`Form element ${ key }: `, attrs);
1235
+ var visibleToRole = (attrs === null || attrs === void 0 ? void 0 : attrs.roles) || [];
1236
+ if (visibleToRole.length > 0) {
1237
+ if (!hasAnyRole(user === null || user === void 0 ? void 0 : user.roles, visibleToRole)) {
1238
+ return _jsx(_Fragment, {});
1239
+ }
1240
+ }
1241
+ switch (type) {
1242
+ case "form":
1243
+ if (!children)
1244
+ children = [];
1245
+ return _jsx("div", { children: children.map(function (element) { return renderFormElementDynamically_1(element, recursiveFVMD, formik); }) }, key);
1246
+ case "div":
1247
+ if (!children)
1248
+ children = [];
1249
+ return _jsx("div", __assign({}, attrs, { children: children.map(function (element) { return renderFormElementDynamically_1(element, recursiveFVMD, formik); }) }), key);
1250
+ case "span":
1251
+ return _jsx("span", __assign({}, attrs, { children: body }), key);
1252
+ case "p":
1253
+ return _jsx("p", __assign({ className: attrs === null || attrs === void 0 ? void 0 : attrs.className }, attrs, { children: body }), key);
1254
+ case "h1":
1255
+ return _jsx("h1", __assign({}, attrs, { children: body }), key);
1256
+ case "h2":
1257
+ return _jsx("h2", __assign({}, attrs, { children: body }), key);
1258
+ case "ul":
1259
+ if (!children)
1260
+ children = [];
1261
+ return _jsx("ul", __assign({}, attrs, { children: children.map(function (element) { return renderFormElementDynamically_1(element, recursiveFVMD, formik); }) }), key);
1262
+ case "li":
1263
+ return _jsx("li", __assign({}, attrs, { children: body }), key);
1264
+ case "sheet":
1265
+ return _jsx(SolidSheet, { children: children.map(function (element) { return renderFormElementDynamically_1(element, recursiveFVMD, formik); }) }, key);
1266
+ case "group":
1267
+ if (visible === true) {
1268
+ return _jsx(SolidGroup, { attrs: attrs, children: children.map(function (element) { return renderFormElementDynamically_1(element, recursiveFVMD, formik); }) }, key);
1269
+ }
1270
+ break;
1271
+ case "row":
1272
+ if (visible === true) {
1273
+ return _jsx(SolidRow, { attrs: attrs, children: children.map(function (element) { return renderFormElementDynamically_1(element, recursiveFVMD, formik); }) }, key);
1274
+ }
1275
+ break;
1276
+ case "column":
1277
+ if (visible === true) {
1278
+ return _jsx(SolidColumn, { attrs: attrs, children: children.map(function (element) { return renderFormElementDynamically_1(element, recursiveFVMD, formik); }) }, key);
1279
+ }
1280
+ break;
1281
+ case "field":
1282
+ if (visible === true) {
1283
+ // const fieldMetadata = solidFieldsMetadata[attrs.name];
1284
+ var fieldMetadata = recursiveFVMD.data.solidFieldsMetadata[attrs.name];
1285
+ // Read only permission if there is no update permission on model and router doesnt contains new
1286
+ var readOnlyPermission = !actionsAllowed.includes("".concat(permissionExpression(params.modelName, 'update'))) && params.id !== "new";
1287
+ return _jsx(SolidField, { field: element, formik: formik, fieldMetadata: fieldMetadata, initialEntityData: solidFormViewData ? solidFormViewData.data : {}, solidFormViewMetaData: recursiveFVMD, modelName: params.modelName, readOnly: readOnlyPermission, viewMode: viewMode, onChange: formFieldOnXXX_1, onBlur: formFieldOnXXX_1, setLightboxUrls: setLightboxUrls, setOpenLightbox: setOpenLightbox, parentFieldName: params.parentFieldName, parentData: params.parentData, onEmbeddedFormSave: function () { return setRefreshChatterMessage(true); } }, attrs.name);
1288
+ }
1289
+ break;
1290
+ case "notebook":
1291
+ if (visible === true) {
1292
+ return _jsx(SolidNotebook, { activeTab: searchParams.get("activeTab") || "", embeded: params.embeded, children: children.map(function (element) { return renderFormElementDynamically_1(element, recursiveFVMD, formik); }) }, key);
1293
+ }
1294
+ break;
1295
+ case "page":
1296
+ if (visible === true) {
1297
+ var fields = children.flatMap(function (child) { return getLayoutFields(child); });
1298
+ var pageChildren = children.map(function (element) { return renderFormElementDynamically_1(element, recursiveFVMD); });
1299
+ return SolidPage({ children: pageChildren, attrs: attrs, key: key, formik: formik, fields: fields });
1300
+ }
1301
+ break;
1302
+ case "custom":
1303
+ if (visible === true) {
1304
+ var widgetName = attrs === null || attrs === void 0 ? void 0 : attrs.widget;
1305
+ var fieldMetadata = recursiveFVMD.data.solidFieldsMetadata[attrs.name];
1306
+ if (widgetName) {
1307
+ // widgetName, formik, field, fieldMetadata, solidFormViewMetaData
1308
+ return _jsx(SolidDynamicWidget, { widgetName: widgetName, field: element, formik: formik, fieldMetadata: fieldMetadata, solidFormViewMetaData: recursiveFVMD, solidFormViewData: solidFormViewData }, key);
1309
+ }
1310
+ }
1311
+ break;
1312
+ default:
1313
+ return null;
1314
+ }
1315
+ };
1316
+ var renderFormDynamically = function (recursiveFVMD, formViewLayout) {
1317
+ if (!recursiveFVMD) {
1318
+ return;
1319
+ }
1320
+ if (!recursiveFVMD.data) {
1321
+ return;
1322
+ }
1323
+ var solidView = recursiveFVMD.data.solidView;
1324
+ var solidFieldsMetadata = recursiveFVMD.data.solidFieldsMetadata;
1325
+ if (!solidView || !solidFieldsMetadata) {
1326
+ return;
1327
+ }
1328
+ var updatedLayout = [formViewLayout];
1329
+ var dynamicForm = updatedLayout.map(function (element) { return renderFormElementDynamically_1(element, recursiveFVMD); });
1330
+ return dynamicForm;
1331
+ };
1332
+ var handleDeleteEntity_1 = function () { return __awaiter(void 0, void 0, void 0, function () {
1333
+ return __generator(this, function (_a) {
1334
+ deleteEntity(solidFormViewData.data.id);
1335
+ setDeleteDialogVisible(false);
1336
+ if (params.embeded == true) {
1337
+ setRedirectToList(false);
1338
+ }
1339
+ else {
1340
+ setRedirectToList(true);
1341
+ }
1342
+ return [2 /*return*/];
1343
+ });
1344
+ }); };
1345
+ var onDeleteClose_1 = function () {
1346
+ setDeleteDialogVisible(false);
1347
+ };
1348
+ var dynamicHeader = (_f = solidView_1.layout) === null || _f === void 0 ? void 0 : _f.header;
1349
+ var DynamicHeaderComponent = null;
1350
+ if (dynamicHeader) {
1351
+ DynamicHeaderComponent = getExtensionComponent(dynamicHeader);
1352
+ }
1353
+ var customFormComponentEdit = solidView_1.layout.attrs.customFormComponentEdit;
1354
+ var customFormComponentNew = solidView_1.layout.attrs.customFormComponentNew;
1355
+ var DynamicFormComponentEdit = null;
1356
+ var DynamicFormComponentNew = null;
1357
+ if (customFormComponentEdit) {
1358
+ DynamicFormComponentEdit = getExtensionComponent(customFormComponentEdit);
1359
+ }
1360
+ if (customFormComponentNew) {
1361
+ DynamicFormComponentNew = getExtensionComponent(customFormComponentNew);
1362
+ }
1363
+ var handleChatterExpandClick_1 = function (option) {
1364
+ setShowChatter(true);
1365
+ if (option === 'info') {
1366
+ setDefaultTabViewOptionIndex(0);
1367
+ }
1368
+ else if (option === 'chatter') {
1369
+ setDefaultTabViewOptionIndex(1);
1370
+ setRefreshChatterMessage(true);
1371
+ }
1372
+ else {
1373
+ setDefaultTabViewOptionIndex(2);
1374
+ }
1375
+ };
1376
+ //en 4 null
1377
+ var handleLocaleChangeRedirect = function (locale, defaultEntityLocaleId, viewMode) {
1378
+ var _a, _b;
1379
+ var newViewMode = viewMode;
1380
+ var defaultApplicableLocales = ((_a = solidFormViewMetaData === null || solidFormViewMetaData === void 0 ? void 0 : solidFormViewMetaData.data) === null || _a === void 0 ? void 0 : _a.applicableLocales) || [];
1381
+ //fr 4
1382
+ var matchingLocale = defaultApplicableLocales.find(function (loc) {
1383
+ return loc.defaultEntityLocaleId &&
1384
+ loc.entityId &&
1385
+ loc.locale === locale;
1386
+ });
1387
+ // Extract the base path from the current pathname, removing query params if any
1388
+ var basePath = pathname.split('?')[0];
1389
+ // Determine entity part of the path (new or existing entityId)
1390
+ var entityPart = (_b = matchingLocale === null || matchingLocale === void 0 ? void 0 : matchingLocale.entityId) !== null && _b !== void 0 ? _b : 'new';
1391
+ if (entityPart === 'new' && viewMode === 'view') {
1392
+ newViewMode = 'edit';
1393
+ }
1394
+ else if (entityPart !== 'new' && viewMode === 'view') {
1395
+ newViewMode = 'view';
1396
+ }
1397
+ else {
1398
+ newViewMode = 'edit';
1399
+ }
1400
+ // Construct new pathname using existing basePath and replacing entity segment
1401
+ var updatedPath = basePath.replace(/\/form\/[^/]+/, "/form/".concat(entityPart));
1402
+ var queryParams = new URLSearchParams({
1403
+ viewMode: newViewMode,
1404
+ locale: locale,
1405
+ defaultEntityLocaleId: defaultEntityLocaleId,
1406
+ });
1407
+ router.push("".concat(updatedPath, "?").concat(queryParams.toString()));
1408
+ };
1409
+ var handleConfirmAccept = function () {
1410
+ var _a;
1411
+ (_a = confirmResolveRef.current) === null || _a === void 0 ? void 0 : _a.call(confirmResolveRef, true);
1412
+ setConfirmVisible(false);
1413
+ };
1414
+ var handleConfirmReject = function () {
1415
+ var _a;
1416
+ (_a = confirmResolveRef.current) === null || _a === void 0 ? void 0 : _a.call(confirmResolveRef, false);
1417
+ setConfirmVisible(false);
1418
+ };
1419
+ var handleDraftPublishWorkFlow = function (type) { return __awaiter(void 0, void 0, void 0, function () {
1420
+ var userChoice, result;
1421
+ var _a;
1422
+ return __generator(this, function (_b) {
1423
+ switch (_b.label) {
1424
+ case 0: return [4 /*yield*/, confirmDialogWithPromise()];
1425
+ case 1:
1426
+ userChoice = _b.sent();
1427
+ if (!userChoice)
1428
+ return [2 /*return*/];
1429
+ if (!(type === "publish")) return [3 /*break*/, 3];
1430
+ return [4 /*yield*/, publishSolidEntity(params.id).unwrap()];
1431
+ case 2:
1432
+ result = _b.sent();
1433
+ showToast(toast, "success", ERROR_MESSAGES.SAVED, ERROR_MESSAGES.MARK_PUBLISH);
1434
+ return [3 /*break*/, 5];
1435
+ case 3: return [4 /*yield*/, unpublishSolidEntity(params.id).unwrap()];
1436
+ case 4:
1437
+ result = _b.sent();
1438
+ showToast(toast, "success", ERROR_MESSAGES.SAVED, ERROR_MESSAGES.MARK_UNPUBLISH);
1439
+ _b.label = 5;
1440
+ case 5:
1441
+ console.log("publish/unpublish result", result);
1442
+ // Set updated publish value from API response
1443
+ setPublished((_a = result === null || result === void 0 ? void 0 : result.data) === null || _a === void 0 ? void 0 : _a.publishedAt);
1444
+ return [2 /*return*/];
1445
+ }
1446
+ });
1447
+ }); };
1448
+ var isVideoOrAudio_1 = function (url) {
1449
+ var _a;
1450
+ // Remove query params if present
1451
+ var cleanUrl = url.split("?")[0];
1452
+ var ext = (_a = cleanUrl.split(".").pop()) === null || _a === void 0 ? void 0 : _a.toLowerCase();
1453
+ // Combined list of supported media extensions
1454
+ var mediaExt = ["mp4", "webm", "ogg", "mov", "mp3", "wav", "m4a", "aac"];
1455
+ return ext ? mediaExt.includes(ext) : false;
1456
+ };
1457
+ var controlsList = ["nodownload", "nofullscreen", "noremoteplayback"];
1458
+ var slides = lightboxUrls.map(function (item) {
1459
+ var url = item.src || item.downloadUrl || "";
1460
+ if (isVideoOrAudio_1(url)) {
1461
+ return {
1462
+ type: "video",
1463
+ sources: [{ src: url, type: "video/mp4", }],
1464
+ };
1465
+ }
1466
+ return { src: url };
1467
+ });
1468
+ var hasMedia = slides.some(function (s) { return s.type === "video"; });
1469
+ return (_jsxs("div", { className: "solid-form-wrapper", children: [_jsx(Toast, { ref: toast }), _jsxs("div", { className: "solid-form-section", style: { borderRight: params.embeded !== true ? '1px solid var(--primary-light-color)' : '' }, children: [_jsxs("form", { style: { width: '100%' }, onSubmit: formik.handleSubmit, children: [_jsx(SolidFormActionHeader, { formik: formik, formData: solidFormViewData === null || solidFormViewData === void 0 ? void 0 : solidFormViewData.data, params: params, actionsAllowed: actionsAllowed, formViewLayout: formViewLayout, solidView: solidView_1, solidFormViewMetaData: solidFormViewMetaData, initialEntityData: solidFormViewData ? solidFormViewData.data : {}, setDeleteDialogVisible: setDeleteDialogVisible, setLayoutDialogVisible: setLayoutDialogVisible, setRedirectToList: setRedirectToList, viewMode: viewMode, setViewMode: setViewMode, solidWorkflowFieldValue: solidWorkflowFieldValue, setSolidWorkflowFieldValue: setSolidWorkflowFieldValue, draftEnabled: (_j = (_h = (_g = solidFormViewMetaData === null || solidFormViewMetaData === void 0 ? void 0 : solidFormViewMetaData.data) === null || _g === void 0 ? void 0 : _g.solidView) === null || _h === void 0 ? void 0 : _h.model) === null || _j === void 0 ? void 0 : _j.draftPublishWorkflow, publish: published, internationalisationEnabled: (_m = (_l = (_k = solidFormViewMetaData === null || solidFormViewMetaData === void 0 ? void 0 : solidFormViewMetaData.data) === null || _k === void 0 ? void 0 : _k.solidView) === null || _l === void 0 ? void 0 : _l.model) === null || _m === void 0 ? void 0 : _m.internationalisation, handleDraftPublishWorkFlow: handleDraftPublishWorkFlow, onStepperUpdate: function () { return setRefreshChatterMessage(true); }, isSubmitting: isSubmitting }), _jsxs("div", { className: "px-4 py-3 md:p-4 solid-form-content ".concat(params.embeded === true ? 'h-auto' : ''), style: { maxHeight: params.embeded === true ? '80vh' : '', overflowY: 'auto' }, children: [DynamicHeaderComponent && _jsx(DynamicHeaderComponent, {}), params.id === 'new' && DynamicFormComponentNew ? (_jsx(DynamicFormComponentNew, { params: params })) : params.id !== 'new' && DynamicFormComponentEdit ? (_jsx(DynamicFormComponentEdit, { params: params })) : (renderFormDynamically(formViewMetaData, formViewLayout))] })] }), _jsx(SolidFormFooter, { params: params })] }), params.embeded !== true &&
1470
+ _jsxs("div", { className: "chatter-section ".concat(isShowChatter === false ? 'collapsed' : 'open'), style: { width: chatterLocaleWidth }, children: [isShowChatter && (_jsx("div", { style: {
1471
+ width: 5,
1472
+ cursor: 'col-resize',
1473
+ position: 'absolute',
1474
+ left: 0,
1475
+ top: 0,
1476
+ bottom: 0,
1477
+ zIndex: 9,
1478
+ }, onMouseDown: function () { return setIsResizingChatterLocale(true); } })), isShowChatter === true &&
1479
+ _jsx(Button, { icon: "pi pi-angle-double-right", size: "small", text: true, className: "chatter-collapse-btn", style: { width: 30, height: 30, aspectRatio: '1/1' }, onClick: function () { return setShowChatter(false); } }), isShowChatter === false ?
1480
+ _jsxs("div", { className: "flex flex-column gap-2 justify-content-center p-2", children: [((_q = (_p = (_o = solidFormViewMetaData === null || solidFormViewMetaData === void 0 ? void 0 : solidFormViewMetaData.data) === null || _o === void 0 ? void 0 : _o.solidView) === null || _p === void 0 ? void 0 : _p.model) === null || _q === void 0 ? void 0 : _q.draftPublishWorkflow) &&
1481
+ _jsx("div", { className: "chatter-collapsed-content", onClick: function () { return handleChatterExpandClick_1('info'); }, children: "Info" }), _jsx("div", { className: "chatter-collapsed-content", onClick: function () { return handleChatterExpandClick_1('chatter'); }, children: "Audit Trail" }), mcpUrl &&
1482
+ (_jsx("div", { className: "chatter-collapsed-content", onClick: function () { return handleChatterExpandClick_1('solidx-ai'); }, children: _jsxs("div", { className: "flex gap-2", children: [" ", _jsx(SolidXAIIcon, {}), " SolidX AI "] }) })), _jsx(Button, { icon: "pi pi-chevron-left", size: "small", className: "px-0", style: { width: 30 }, onClick: function () { return handleChatterExpandClick_1('default'); } })] })
1483
+ :
1484
+ _jsx(SolidChatterLocaleTabView, { createMode: createMode, setSelectedLocale: setSelectedLocale, selectedLocale: selectedLocale, solidFormViewMetaData: solidFormViewMetaData, id: params.id, refreshChatterMessage: refreshChatterMessage, setRefreshChatterMessage: setRefreshChatterMessage, activeTab: defaultTabViewOptionIndex, viewMode: viewMode, defaultEntityLocaleId: defaultEntityLocaleId, handleLocaleChangeRedirect: handleLocaleChangeRedirect, solidFormViewData: solidFormViewData, published: published, actionsAllowed: actionsAllowed, mcpUrl: mcpUrl })] }), _jsx(Dialog, { visible: isDeleteDialogVisible, header: "Confirm Delete", className: "solid-confirm-dialog", modal: true, footer: function () { return (_jsxs("div", { className: "flex justify-content-center", children: [_jsx(Button, { label: "Yes", icon: "pi pi-check", className: 'small-button', severity: "danger", autoFocus: true, onClick: function () { return handleDeleteEntity_1(); } }), _jsx(Button, { label: "No", icon: "pi pi-times", className: 'small-button', onClick: onDeleteClose_1 })] })); }, onHide: function () { return setDeleteDialogVisible(false); }, children: _jsx("p", { children: "Are you sure you want to delete?" }) }), _jsx(Dialog, { visible: isLayoutDialogVisible, header: "Change Form Layout", modal: true, onHide: function () { return setLayoutDialogVisible(false); }, style: { width: '50vw' }, breakpoints: {
1485
+ '960px': '80vw',
1486
+ '641px': '95vw'
1487
+ }, contentClassName: "p-3 pt-0 lg:p-4", children: _jsx(SolidFormUserViewLayout, { solidFormViewMetaData: solidFormViewMetaData, setLayoutDialogVisible: setLayoutDialogVisible }) }), openLightbox &&
1488
+ _jsx(Lightbox, __assign({ open: openLightbox, plugins: hasMedia
1489
+ ? [Counter, Download, Video] // add Video plugin if needed
1490
+ : [Counter, Download], close: function () { return setOpenLightbox(false); }, slides: __spreadArray([], slides, true) }, (hasMedia && {
1491
+ video: {
1492
+ controls: true,
1493
+ playsInline: true,
1494
+ autoPlay: false,
1495
+ loop: false,
1496
+ muted: false,
1497
+ disablePictureInPicture: false,
1498
+ disableRemotePlayback: false,
1499
+ controlsList: controlsList.join(" "),
1500
+ crossOrigin: "anonymous",
1501
+ preload: "auto",
1502
+ },
1503
+ }))), _jsx(ConfirmDialog, { visible: confirmVisible, onHide: function () { return setConfirmVisible(false); }, header: "Confirmation", acceptLabel: "Yes, confrim", rejectLabel: "No, cancel", acceptClassName: "p-button-danger", rejectClassName: "p-button-text", position: "center", accept: handleConfirmAccept, reject: handleConfirmReject, message: _jsx("div", { className: "flex flex-col items-center justify-center text-center space-y-3", children: _jsxs("p", { className: "text-gray-800 text-base", children: ["Are you sure you want to ", published !== null ? 'unpublish' : 'publish', "?"] }) }) })] }));
1504
+ }
1505
+ };
1506
+ export default SolidFormView;
1507
+ //# sourceMappingURL=SolidFormView.js.map