@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,1167 @@
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 React, { forwardRef, useEffect, useImperativeHandle, useRef, useState } from "react";
59
+ import { Dialog } from "primereact/dialog";
60
+ import FilterComponent, { FilterOperator, FilterRuleType } from "../../../components/core/common/FilterComponent";
61
+ import { Button } from "primereact/button";
62
+ import { Divider } from "primereact/divider";
63
+ import { usePathname } from "../../../hooks/usePathname";
64
+ import { useRouter } from "../../../hooks/useRouter";
65
+ import { useSearchParams } from "../../../hooks/useSearchParams";
66
+ import { queryStringToQueryObject } from "../list/SolidListView";
67
+ import { InputText } from "primereact/inputtext";
68
+ import { createSolidEntityApi } from "../../../redux/api/solidEntityApi";
69
+ import qs from "qs";
70
+ import { SolidSaveCustomFilterForm } from "./SolidSaveCustomFilterForm";
71
+ import { ERROR_MESSAGES } from "../../../constants/error-messages";
72
+ import { hydrateRelationRules } from "../../../helpers/hydrateRelationRules";
73
+ import { useSession } from '../../../hooks/useSession';
74
+ var getRandomInt = function (min, max) {
75
+ return Math.floor(Math.random() * (max - min + 1)) + min;
76
+ };
77
+ var extractFields = function (nodes) {
78
+ if (nodes === void 0) { nodes = []; }
79
+ var result = [];
80
+ for (var _i = 0, nodes_1 = nodes; _i < nodes_1.length; _i++) {
81
+ var node = nodes_1[_i];
82
+ if ((node === null || node === void 0 ? void 0 : node.type) === "field") {
83
+ result.push(node);
84
+ }
85
+ if (Array.isArray(node === null || node === void 0 ? void 0 : node.children)) {
86
+ result.push.apply(result, extractFields(node.children));
87
+ }
88
+ }
89
+ return result;
90
+ };
91
+ var transformFiltersToRules = function (filter, parentRule) {
92
+ if (parentRule === void 0) { parentRule = null; }
93
+ if (!filter || typeof filter !== "object" || Object.keys(filter).length === 0) {
94
+ throw new Error("Invalid filter: expected a non-null object with properties");
95
+ }
96
+ if (!filter || typeof filter !== "object") {
97
+ throw new Error("Invalid filter: expected a non-null object");
98
+ }
99
+ var currentId = idCounter++;
100
+ if (filter["$or"]) {
101
+ return {
102
+ id: currentId,
103
+ type: FilterRuleType.RULE_GROUP,
104
+ matchOperator: FilterOperator.OR,
105
+ parentRule: parentRule,
106
+ children: filter["$or"]
107
+ .filter(function (sub) {
108
+ // Filter out null, undefined, empty strings, and empty objects
109
+ if (sub == null)
110
+ return false;
111
+ if (typeof sub === "string" && sub.trim() === "")
112
+ return false;
113
+ if (typeof sub === "object" && Object.keys(sub).length === 0)
114
+ return false;
115
+ return true;
116
+ })
117
+ .map(function (subFilter) { return transformFiltersToRules(subFilter, currentId); })
118
+ };
119
+ }
120
+ if (filter["$and"]) {
121
+ return {
122
+ id: currentId,
123
+ type: FilterRuleType.RULE_GROUP,
124
+ matchOperator: FilterOperator.AND,
125
+ parentRule: parentRule,
126
+ children: filter["$and"]
127
+ .filter(function (sub) {
128
+ // Filter out null, undefined, empty strings, and empty objects
129
+ if (sub == null)
130
+ return false;
131
+ if (typeof sub === "string" && sub.trim() === "")
132
+ return false;
133
+ if (typeof sub === "object" && Object.keys(sub).length === 0)
134
+ return false;
135
+ return true;
136
+ })
137
+ .map(function (subFilter) { return transformFiltersToRules(subFilter, currentId); })
138
+ };
139
+ }
140
+ // Handle single rule condition
141
+ for (var fieldName in filter) {
142
+ var condition = filter[fieldName];
143
+ if (!condition || typeof condition !== "object") {
144
+ throw new Error("Invalid condition for field '".concat(fieldName, "'"));
145
+ }
146
+ // CASE 1: relation filter → unwrap first
147
+ if ((condition === null || condition === void 0 ? void 0 : condition.id) && typeof (condition === null || condition === void 0 ? void 0 : condition.id) === "object") {
148
+ for (var matchMode in condition.id) {
149
+ var rawValue = condition.id[matchMode];
150
+ var mathcModeValue = matchMode;
151
+ return {
152
+ id: currentId,
153
+ type: FilterRuleType.RULE,
154
+ fieldName: fieldName,
155
+ matchMode: mathcModeValue,
156
+ value: Array.isArray(rawValue) ? rawValue : [rawValue],
157
+ parentRule: parentRule,
158
+ children: []
159
+ };
160
+ }
161
+ }
162
+ // CASE 2: normal field → loop stays
163
+ for (var matchMode in condition) {
164
+ var rawValue = condition[matchMode];
165
+ var mathcModeValue = matchMode;
166
+ return {
167
+ id: currentId,
168
+ type: FilterRuleType.RULE,
169
+ fieldName: fieldName,
170
+ matchMode: mathcModeValue,
171
+ value: Array.isArray(rawValue) ? rawValue : [rawValue],
172
+ parentRule: parentRule,
173
+ children: []
174
+ };
175
+ }
176
+ }
177
+ throw new Error(ERROR_MESSAGES.INVALID_FILTER_STRUCTURE);
178
+ };
179
+ var idCounter = 1;
180
+ var generateId = function () { return Date.now() + Math.floor(Math.random() * 1000); };
181
+ var transformRulesToFilters = function (input, viewData) {
182
+ // Helper function to process individual rules
183
+ var processRule = function (rule) {
184
+ var _a, _b, _c, _d;
185
+ var _e, _f;
186
+ if (rule.value !== undefined && rule.value !== null) {
187
+ // Ensure rule.value is always an array
188
+ var values = typeof rule.value[0] === "object" ? rule.value.map(function (i) { return (i === null || i === void 0 ? void 0 : i.value) ? i === null || i === void 0 ? void 0 : i.value : i; }) : rule === null || rule === void 0 ? void 0 : rule.value;
189
+ if (rule.matchMode !== '$in' && rule.matchMode !== '$notIn' && rule.matchMode !== '$between' && rule.matchMode !== '$null' && rule.matchMode !== '$notNull') {
190
+ values = values[0];
191
+ }
192
+ var fieldMeta = (_f = (_e = viewData === null || viewData === void 0 ? void 0 : viewData.data) === null || _e === void 0 ? void 0 : _e.solidFieldsMetadata) === null || _f === void 0 ? void 0 : _f[rule.fieldName];
193
+ var isManyToMany = (fieldMeta === null || fieldMeta === void 0 ? void 0 : fieldMeta.type) === 'relation' && (fieldMeta === null || fieldMeta === void 0 ? void 0 : fieldMeta.relationType) === 'many-to-many';
194
+ var transformedRule = void 0;
195
+ if (isManyToMany) {
196
+ // For many-to-many relations, always use array format for $in/$notIn
197
+ transformedRule = (_a = {},
198
+ _a[rule.fieldName] = {
199
+ id: (_b = {},
200
+ _b[rule.matchMode] = values // Keep as array
201
+ ,
202
+ _b)
203
+ },
204
+ _a);
205
+ }
206
+ else {
207
+ // Rule transformation
208
+ transformedRule = (_c = {},
209
+ _c[rule.fieldName] = (_d = {},
210
+ _d[rule.matchMode] = values // Assuming `value` is always an array with `value` and `label`
211
+ ,
212
+ _d),
213
+ _c);
214
+ }
215
+ var processedFields = void 0;
216
+ if (rule.children && rule.children.length > 0) {
217
+ processedFields = rule.children.map(function (child) { return processRuleGroup(child); }).filter(function (child) { return child != null; });
218
+ ;
219
+ }
220
+ if (processedFields) {
221
+ return __assign(__assign({}, transformedRule), { processedFields: processedFields });
222
+ }
223
+ return __assign({}, transformedRule);
224
+ }
225
+ };
226
+ // Helper function to process rule groups
227
+ var processRuleGroup = function (ruleGroup) {
228
+ var _a;
229
+ var operator = ruleGroup.matchOperator === 'or' ? '$or' : '$and';
230
+ var children = ruleGroup.children.map(function (child) {
231
+ if (child.type === 'rule') {
232
+ // Process the rule
233
+ return processRule(child);
234
+ }
235
+ else if (child.type === 'rule_group') {
236
+ // Process the rule group recursively
237
+ return processRuleGroup(child);
238
+ }
239
+ }).filter(function (child) { return child != null; });
240
+ // If no valid children, return null
241
+ // if (children.length === 0) {
242
+ // return null;
243
+ // }
244
+ // If only one child, return it directly without wrapping in operator
245
+ // if (children.length === 1) {
246
+ // return children[0];
247
+ // }
248
+ return _a = {},
249
+ _a[operator] = children,
250
+ _a;
251
+ };
252
+ // Start processing the root rule group
253
+ var filterObject = processRuleGroup(input);
254
+ if (!filterObject) {
255
+ return {};
256
+ }
257
+ function liftProcessedFields(filters) {
258
+ if (!filters || typeof filters !== 'object')
259
+ return filters;
260
+ var processArray = function (arr) {
261
+ var newArr = [];
262
+ for (var _i = 0, arr_1 = arr; _i < arr_1.length; _i++) {
263
+ var obj = arr_1[_i];
264
+ if (obj && obj.processedFields) {
265
+ var processed = processArray(obj.processedFields); // Recursively process nested processedFields
266
+ delete obj.processedFields;
267
+ newArr.push.apply(newArr, __spreadArray([obj], processed, false));
268
+ }
269
+ else {
270
+ newArr.push(obj);
271
+ }
272
+ for (var key in obj) {
273
+ if (Array.isArray(obj[key])) {
274
+ obj[key] = processArray(obj[key]);
275
+ }
276
+ }
277
+ }
278
+ return newArr;
279
+ };
280
+ for (var key in filters) {
281
+ if (Array.isArray(filters[key])) {
282
+ filters[key] = processArray(filters[key]);
283
+ }
284
+ }
285
+ return filters;
286
+ }
287
+ return liftProcessedFields(filterObject);
288
+ };
289
+ // Build nested condition for relation fields
290
+ function buildNestedCondition(path, operatorKey, value) {
291
+ var _a;
292
+ var keys = path.split(".").filter(Boolean);
293
+ var leaf = (_a = {}, _a[operatorKey] = value, _a);
294
+ return keys.reduceRight(function (acc, key) {
295
+ var _a;
296
+ return (_a = {}, _a[key] = acc, _a);
297
+ }, leaf);
298
+ }
299
+ var tranformSearchToFilters = function (input) {
300
+ if (!input || !input.$and)
301
+ return input;
302
+ var grouped = {};
303
+ input.$and.forEach(function (_a) {
304
+ var _b;
305
+ var _c, _d;
306
+ var fieldName = _a.fieldName, value = _a.value, searchField = _a.searchField, matchMode = _a.matchMode;
307
+ var val = Array.isArray(value) && value.length === 1 ? value[0] : value;
308
+ if (!grouped[fieldName]) {
309
+ grouped[fieldName] = { values: [], searchField: searchField || "", matchMode: matchMode || "$containsi" };
310
+ }
311
+ if (Array.isArray(val)) {
312
+ (_c = grouped[fieldName]) === null || _c === void 0 ? void 0 : (_b = _c.values).push.apply(_b, val);
313
+ }
314
+ else {
315
+ (_d = grouped[fieldName]) === null || _d === void 0 ? void 0 : _d.values.push(val);
316
+ }
317
+ });
318
+ // return {
319
+ // $and: Object.entries(grouped).map(([fieldName, values]) => ({
320
+ // [fieldName]: {
321
+ // $containsi: values.length === 1 ? values[0] : values
322
+ // }
323
+ // }))
324
+ // };
325
+ var andFilters = [];
326
+ Object.entries(grouped).forEach(function (_a) {
327
+ var _b;
328
+ var fieldName = _a[0], value = _a[1];
329
+ var isNested = value.searchField ? value.searchField.includes(".") : false;
330
+ if (isNested) {
331
+ // NESTED: use $eq and expand dot-notation into nested objects
332
+ if (value.values.length === 1) {
333
+ andFilters.push(buildNestedCondition(value.searchField, value.matchMode, value.values[0]));
334
+ }
335
+ else {
336
+ andFilters.push({
337
+ $or: value.values.map(function (v) { return buildNestedCondition(value.searchField, value.matchMode, v); }),
338
+ });
339
+ }
340
+ }
341
+ else {
342
+ if (value.values.length === 1) {
343
+ andFilters.push((_b = {},
344
+ _b[fieldName] = {
345
+ $containsi: value.values[0]
346
+ },
347
+ _b));
348
+ }
349
+ else {
350
+ andFilters.push({
351
+ $or: value.values.map(function (v) {
352
+ var _a;
353
+ return (_a = {},
354
+ _a[fieldName] = { $containsi: v },
355
+ _a);
356
+ })
357
+ });
358
+ }
359
+ }
360
+ });
361
+ return {
362
+ $and: andFilters
363
+ };
364
+ };
365
+ export var mergeSearchAndCustomFilters = function (transformedFilter, newFilter, transformedFilterName, newFilterName) {
366
+ var filters = {};
367
+ // Add only non-null filters
368
+ if (transformedFilter && Object.keys(transformedFilter).length > 0) {
369
+ filters[transformedFilterName] = transformedFilter;
370
+ }
371
+ if (newFilter && Object.keys(newFilter).length > 0) {
372
+ filters[newFilterName] = newFilter;
373
+ }
374
+ // Return the combined filters object
375
+ return filters;
376
+ };
377
+ export var mergeAllDiffFilters = function (customFilter, searchFilter, savedFilter, preDefinedFilter) {
378
+ var filters = {};
379
+ // Add only non-null filters
380
+ if (customFilter && Object.keys(customFilter).length > 0) {
381
+ filters["custom_filter_predicate"] = customFilter;
382
+ }
383
+ if (searchFilter && Object.keys(searchFilter).length > 0) {
384
+ filters["search_predicate"] = searchFilter;
385
+ }
386
+ if (savedFilter && Object.keys(savedFilter).length > 0) {
387
+ filters["saved_filter_predicate"] = savedFilter;
388
+ }
389
+ if (preDefinedFilter && Object.keys(preDefinedFilter).length > 0) {
390
+ filters["predefined_search_predicate"] = preDefinedFilter;
391
+ }
392
+ // Return the combined filters object
393
+ return filters;
394
+ };
395
+ var SavedFilterList = function (_a) {
396
+ var savedfilter = _a.savedfilter, activeSavedFilter = _a.activeSavedFilter, applySavedFilter = _a.applySavedFilter, openSavedCustomFilter = _a.openSavedCustomFilter, setSavedFilterTobeDeleted = _a.setSavedFilterTobeDeleted, setIsDeleteSQDialogVisible = _a.setIsDeleteSQDialogVisible;
397
+ return (_jsxs("div", { className: "flex align-items-center justify-content-between gap-2", children: [_jsxs("div", { children: [_jsx(Button, { text: true, size: "small", className: "text-base py-1 w-full", severity: Number(activeSavedFilter) == savedfilter.id ? "secondary" : "contrast", onClick: function () { return applySavedFilter(savedfilter); }, children: savedfilter.name }), (savedfilter === null || savedfilter === void 0 ? void 0 : savedfilter.description) && _jsx("p", { className: "text-xs pl-3", children: savedfilter === null || savedfilter === void 0 ? void 0 : savedfilter.description })] }), _jsxs("div", { className: "flex align-items-center gap-2", children: [_jsx(Button, { icon: "pi pi-pencil", style: { fontSize: 10 }, severity: "secondary", outlined: true, size: "small", onClick: function () { return openSavedCustomFilter(savedfilter); } }), _jsx(Button, { icon: "pi pi-trash", style: { fontSize: 10 }, severity: "secondary", outlined: true, size: "small", onClick: function () {
398
+ setSavedFilterTobeDeleted(savedfilter.id),
399
+ setIsDeleteSQDialogVisible(true);
400
+ } })] })] }));
401
+ };
402
+ var replacePlaceholders = function (obj, searchValue) {
403
+ if (typeof obj === 'string') {
404
+ return obj.replace(/\{\{search\}\}/g, searchValue);
405
+ }
406
+ if (Array.isArray(obj)) {
407
+ return obj.map(function (item) { return replacePlaceholders(item, searchValue); });
408
+ }
409
+ if (obj && typeof obj === 'object') {
410
+ var newObj = {};
411
+ for (var key in obj) {
412
+ newObj[key] = replacePlaceholders(obj[key], searchValue);
413
+ }
414
+ return newObj;
415
+ }
416
+ return obj;
417
+ };
418
+ export var SolidGlobalSearchElement = forwardRef(function (_a, ref) {
419
+ var _b, _c, _d, _e, _f;
420
+ var viewData = _a.viewData, handleApplyCustomFilter = _a.handleApplyCustomFilter, filters = _a.filters, clearFilter = _a.clearFilter, showSaveFilterPopup = _a.showSaveFilterPopup, setShowSaveFilterPopup = _a.setShowSaveFilterPopup;
421
+ var defaultState = [
422
+ {
423
+ id: 1,
424
+ type: FilterRuleType.RULE_GROUP,
425
+ matchOperator: FilterOperator.OR,
426
+ parentRule: null,
427
+ children: [
428
+ {
429
+ id: Date.now() + getRandomInt(1, 500),
430
+ type: FilterRuleType.RULE,
431
+ fieldName: null,
432
+ matchMode: null,
433
+ value: null,
434
+ parentRule: 1,
435
+ children: []
436
+ },
437
+ {
438
+ id: Date.now() + getRandomInt(1, 500),
439
+ type: FilterRuleType.RULE,
440
+ fieldName: null,
441
+ matchMode: null,
442
+ value: null,
443
+ parentRule: 1,
444
+ children: []
445
+ }
446
+ ]
447
+ }
448
+ ];
449
+ var _g = useState(defaultState), initialState = _g[0], setInitialState = _g[1];
450
+ var pathname = usePathname();
451
+ var searchParams = useSearchParams(); // Converts the query params to a string
452
+ var activeSavedFilter = searchParams === null || searchParams === void 0 ? void 0 : searchParams.get("savedQuery");
453
+ var router = useRouter();
454
+ var chipsRef = useRef(null);
455
+ // filterRules is used to maintian the ui of custom filter
456
+ // customFilter is used to maintian the transformed filter object of custom filter
457
+ var _h = useState(initialState), filterRules = _h[0], setFilterRules = _h[1];
458
+ var _j = useState(null), customFilter = _j[0], setCustomFilter = _j[1];
459
+ var _k = useState([]), fields = _k[0], setFields = _k[1];
460
+ var _l = useState([]), searchableFields = _l[0], setSearchableFields = _l[1];
461
+ // used to show the list of predefined searches
462
+ var _m = useState([]), predefinedSearches = _m[0], setPredefinedSearches = _m[1];
463
+ // used to open / close the custom fitler popup
464
+ var _o = useState(false), showGlobalSearchElement = _o[0], setShowGlobalSearchElement = _o[1];
465
+ // searchChips maintain the ui to display searched query
466
+ // searchFilter maintain the transformed filter of the searched query
467
+ var _p = useState([]), searchChips = _p[0], setSearchChips = _p[1];
468
+ var _q = useState(null), searchFilter = _q[0], setSearchFilter = _q[1];
469
+ // predefinedSearchChip maintain the ui to display predefined searches query
470
+ var _r = useState(null), predefinedSearchChip = _r[0], setPredefinedSearchChip = _r[1];
471
+ // state to maintain the text typed in the search input box
472
+ var _s = useState(""), inputValue = _s[0], setInputValue = _s[1];
473
+ // flag to prevent un necessary re renders
474
+ var _t = useState(false), hasSearched = _t[0], setHasSearched = _t[1];
475
+ // currentSavedFilterData is used to save the whole object of saved filter
476
+ var _u = useState(), currentSavedFilterData = _u[0], setCurrentSavedFilterData = _u[1];
477
+ var _v = useState(), currentSavedFilterQuery = _v[0], setCurrentSavedFilterQuery = _v[1];
478
+ var _w = useState(), currentSavedFilterRules = _w[0], setCurrentSavedFilterRules = _w[1];
479
+ var _x = useState(false), showSavedFilterComponent = _x[0], setShowSavedFilterComponent = _x[1];
480
+ var _y = useState(), savedFilterTobeDeleted = _y[0], setSavedFilterTobeDeleted = _y[1];
481
+ var _z = useState(false), isDeleteSQDialogVisible = _z[0], setIsDeleteSQDialogVisible = _z[1];
482
+ var _0 = useState(), savedFilterQueryString = _0[0], setSavedFilterQueryString = _0[1];
483
+ var _1 = useState(false), showOverlay = _1[0], setShowOverlay = _1[1];
484
+ var overlayRef = useRef(null);
485
+ var _2 = useSession(), session = _2.data, status = _2.status;
486
+ var user = session === null || session === void 0 ? void 0 : session.user;
487
+ var _3 = useState(0), refreshKey = _3[0], setRefreshKey = _3[1];
488
+ var _4 = useState(null), predefinedSearchBaseFilter = _4[0], setPredefinedSearchBaseFilter = _4[1];
489
+ var _5 = useState([]), savedFilters = _5[0], setSavedFilters = _5[1];
490
+ var _6 = useState(false), savedFiltersLoaded = _6[0], setSavedFiltersLoaded = _6[1];
491
+ var entityApi = createSolidEntityApi("savedFilters");
492
+ var useCreateSolidEntityMutation = entityApi.useCreateSolidEntityMutation, useDeleteSolidEntityMutation = entityApi.useDeleteSolidEntityMutation, useGetSolidEntityByIdQuery = entityApi.useGetSolidEntityByIdQuery, useUpdateSolidEntityMutation = entityApi.useUpdateSolidEntityMutation, useLazyGetSolidEntitiesQuery = entityApi.useLazyGetSolidEntitiesQuery;
493
+ var _7 = useCreateSolidEntityMutation(), createEntity = _7[0], _8 = _7[1], isEntityCreateSuccess = _8.isSuccess, isEntityCreateError = _8.isError, entityCreateError = _8.error;
494
+ var _9 = useUpdateSolidEntityMutation(), updateEntity = _9[0], _10 = _9[1], isEntityUpdateSuceess = _10.isSuccess, isEntityUpdateError = _10.isError, entityUpdateError = _10.error;
495
+ var _11 = useDeleteSolidEntityMutation(), deleteEntity = _11[0], _12 = _11[1], isEntityDeleteSuceess = _12.isSuccess, isEntityDeleteError = _12.isError, entityDeleteError = _12.error;
496
+ var _13 = useLazyGetSolidEntitiesQuery(), triggerGetSolidEntities = _13[0], _14 = _13[1], solidEntityListViewData = _14.data, isSavedFilterLoading = _14.isLoading, error = _14.error;
497
+ var _15 = useState(0), savedFilterFetchDataRefreshKey = _15[0], setSavedFilterFetchDataRefreshKey = _15[1];
498
+ useEffect(function () {
499
+ var fn = function () { return __awaiter(void 0, void 0, void 0, function () {
500
+ var filters, queryData, queryString, savedFilter;
501
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
502
+ return __generator(this, function (_p) {
503
+ switch (_p.label) {
504
+ case 0:
505
+ if (!((_c = (_b = (_a = viewData === null || viewData === void 0 ? void 0 : viewData.data) === null || _a === void 0 ? void 0 : _a.solidView) === null || _b === void 0 ? void 0 : _b.model) === null || _c === void 0 ? void 0 : _c.id) || !((_e = (_d = viewData === null || viewData === void 0 ? void 0 : viewData.data) === null || _d === void 0 ? void 0 : _d.solidView) === null || _e === void 0 ? void 0 : _e.id) || !(user === null || user === void 0 ? void 0 : user.id)) {
506
+ return [2 /*return*/];
507
+ }
508
+ setSavedFiltersLoaded(false);
509
+ filters = {
510
+ $or: [
511
+ {
512
+ $and: [
513
+ { model: { $in: [(_h = (_g = (_f = viewData === null || viewData === void 0 ? void 0 : viewData.data) === null || _f === void 0 ? void 0 : _f.solidView) === null || _g === void 0 ? void 0 : _g.model) === null || _h === void 0 ? void 0 : _h.id] } },
514
+ { view: { $in: [(_j = viewData === null || viewData === void 0 ? void 0 : viewData.solidView) === null || _j === void 0 ? void 0 : _j.id] } },
515
+ { user: { $in: [user === null || user === void 0 ? void 0 : user.id] } },
516
+ { isPrivate: { $eq: true } }
517
+ ]
518
+ },
519
+ {
520
+ $and: [
521
+ { model: { $in: [(_m = (_l = (_k = viewData === null || viewData === void 0 ? void 0 : viewData.data) === null || _k === void 0 ? void 0 : _k.solidView) === null || _l === void 0 ? void 0 : _l.model) === null || _m === void 0 ? void 0 : _m.id] } },
522
+ { view: { $in: [(_o = viewData === null || viewData === void 0 ? void 0 : viewData.solidView) === null || _o === void 0 ? void 0 : _o.id] } },
523
+ { isPrivate: { $eq: false } }
524
+ ]
525
+ }
526
+ ]
527
+ };
528
+ queryData = {
529
+ offset: 0,
530
+ limit: 10,
531
+ filters: filters,
532
+ populate: ["model", "view", "user"],
533
+ sort: ["id:desc"],
534
+ };
535
+ queryString = qs.stringify(queryData, { encodeValuesOnly: true });
536
+ setSavedFilterQueryString(queryString);
537
+ return [4 /*yield*/, triggerGetSolidEntities(queryString).unwrap()];
538
+ case 1:
539
+ savedFilter = _p.sent();
540
+ if (savedFilter) {
541
+ console.log("savedFilter", savedFilter);
542
+ setSavedFilters(savedFilter === null || savedFilter === void 0 ? void 0 : savedFilter.records);
543
+ setSavedFiltersLoaded(true);
544
+ }
545
+ return [2 /*return*/];
546
+ }
547
+ });
548
+ }); };
549
+ fn();
550
+ }, [
551
+ activeSavedFilter,
552
+ savedFilterFetchDataRefreshKey,
553
+ (_c = (_b = viewData === null || viewData === void 0 ? void 0 : viewData.data) === null || _b === void 0 ? void 0 : _b.solidView) === null || _c === void 0 ? void 0 : _c.id,
554
+ (_f = (_e = (_d = viewData === null || viewData === void 0 ? void 0 : viewData.data) === null || _d === void 0 ? void 0 : _d.solidView) === null || _e === void 0 ? void 0 : _e.model) === null || _f === void 0 ? void 0 : _f.id,
555
+ user === null || user === void 0 ? void 0 : user.id
556
+ ]);
557
+ useImperativeHandle(ref, function () { return ({
558
+ clearFilter: function () {
559
+ setFilterRules(initialState);
560
+ }
561
+ }); });
562
+ useEffect(function () {
563
+ var fn = function () { return __awaiter(void 0, void 0, void 0, function () {
564
+ var searchChips, customChips, parsedSearchParams, queryObject, currentSavedFilterId_1, currentSavedFilterData_1, filterJson, finalSavedFilter, formattedChips, rules, hydratedRules;
565
+ return __generator(this, function (_a) {
566
+ switch (_a.label) {
567
+ case 0:
568
+ parsedSearchParams = searchParams;
569
+ if (!savedFiltersLoaded) return [3 /*break*/, 3];
570
+ if (activeSavedFilter && savedFilters.length === 0)
571
+ return [2 /*return*/];
572
+ queryObject = queryStringToQueryObject();
573
+ // const savedQuery = parsedSearchParams?.get("savedQuery");
574
+ if (activeSavedFilter) {
575
+ currentSavedFilterId_1 = Number(activeSavedFilter);
576
+ currentSavedFilterData_1 = savedFilters.find(function (savedFilter) { return savedFilter.id === currentSavedFilterId_1; });
577
+ setCurrentSavedFilterData(currentSavedFilterData_1);
578
+ if (currentSavedFilterData_1) {
579
+ filterJson = JSON.parse(currentSavedFilterData_1 === null || currentSavedFilterData_1 === void 0 ? void 0 : currentSavedFilterData_1.filterQueryJson);
580
+ if (filterJson) {
581
+ finalSavedFilter = filterJson;
582
+ setCurrentSavedFilterQuery(finalSavedFilter);
583
+ }
584
+ }
585
+ }
586
+ else {
587
+ setCurrentSavedFilterData(null);
588
+ setCurrentSavedFilterQuery(null);
589
+ }
590
+ if (queryObject) {
591
+ if (queryObject) {
592
+ searchChips = (queryObject === null || queryObject === void 0 ? void 0 : queryObject.search_predicate) || null;
593
+ customChips = (queryObject === null || queryObject === void 0 ? void 0 : queryObject.custom_filter_predicate) || null;
594
+ }
595
+ }
596
+ if (searchChips) {
597
+ formattedChips = searchChips === null || searchChips === void 0 ? void 0 : searchChips.$and.map(function (chip, key) {
598
+ var _a;
599
+ var chipKey = Object.keys(chip)[0]; // Get the key, e.g., "displayName"
600
+ var chipValue = (_a = chip[chipKey]) === null || _a === void 0 ? void 0 : _a.$containsi; // Get the value of "$containsi"
601
+ var chipdata = {
602
+ columnName: chipKey,
603
+ value: chipValue
604
+ };
605
+ return chipdata;
606
+ });
607
+ setSearchChips(formattedChips);
608
+ setSearchFilter(searchChips);
609
+ }
610
+ if (!(customChips && Object.keys(customChips).length !== 0)) return [3 /*break*/, 2];
611
+ setCustomFilter(customChips);
612
+ rules = transformFiltersToRules(customChips);
613
+ return [4 /*yield*/, hydrateRelationRules([rules], viewData)];
614
+ case 1:
615
+ hydratedRules = _a.sent();
616
+ setFilterRules(hydratedRules);
617
+ _a.label = 2;
618
+ case 2:
619
+ setHasSearched(true);
620
+ setRefreshKey(function (prev) { return prev + 1; });
621
+ _a.label = 3;
622
+ case 3: return [2 /*return*/];
623
+ }
624
+ });
625
+ }); };
626
+ fn();
627
+ }, [viewData, activeSavedFilter, savedFilters, savedFiltersLoaded]);
628
+ useEffect(function () {
629
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
630
+ if ((_a = viewData === null || viewData === void 0 ? void 0 : viewData.data) === null || _a === void 0 ? void 0 : _a.solidFieldsMetadata) {
631
+ // Reset search state when switching views
632
+ setSearchChips([]);
633
+ setSearchFilter(null);
634
+ setFilterRules(initialState);
635
+ setCustomFilter(null);
636
+ setPredefinedSearchChip(null);
637
+ setPredefinedSearchBaseFilter(null);
638
+ setInputValue("");
639
+ var fieldsData = (_b = viewData === null || viewData === void 0 ? void 0 : viewData.data) === null || _b === void 0 ? void 0 : _b.solidFieldsMetadata;
640
+ // console.log(`fiels data while rendering solid global search element: `);
641
+ // console.log(fieldsData);
642
+ var layoutChildren = (_f = (_e = (_d = (_c = viewData === null || viewData === void 0 ? void 0 : viewData.data) === null || _c === void 0 ? void 0 : _c.solidView) === null || _d === void 0 ? void 0 : _d.layout) === null || _e === void 0 ? void 0 : _e.children) !== null && _f !== void 0 ? _f : [];
643
+ var fieldElements_1 = extractFields(layoutChildren);
644
+ var fieldsList = Object.entries(fieldsData !== null && fieldsData !== void 0 ? fieldsData : {}).map(function (_a) {
645
+ var _b, _c, _d, _e, _f;
646
+ var key = _a[0], value = _a[1];
647
+ var viewFieldElement = fieldElements_1.find(function (f) { var _a; return ((_a = f === null || f === void 0 ? void 0 : f.attrs) === null || _a === void 0 ? void 0 : _a.name) === key; });
648
+ return {
649
+ name: value.displayName,
650
+ value: key,
651
+ type: value.type,
652
+ ormType: value.ormType,
653
+ matchMode: (_b = viewFieldElement === null || viewFieldElement === void 0 ? void 0 : viewFieldElement.attrs) === null || _b === void 0 ? void 0 : _b.searchMatchMode,
654
+ searchField: (_d = (_c = viewFieldElement === null || viewFieldElement === void 0 ? void 0 : viewFieldElement.attrs) === null || _c === void 0 ? void 0 : _c.searchField) !== null && _d !== void 0 ? _d : null,
655
+ isSearchable: (_f = (_e = viewFieldElement === null || viewFieldElement === void 0 ? void 0 : viewFieldElement.attrs) === null || _e === void 0 ? void 0 : _e.isSearchable) !== null && _f !== void 0 ? _f : false,
656
+ };
657
+ });
658
+ setFields(fieldsList);
659
+ var searchableFieldsList = fieldsList.filter(function (field) {
660
+ if (!field.isSearchable)
661
+ return false;
662
+ switch (field.type) {
663
+ case "relation":
664
+ // Only include relation if searchField is present
665
+ return !!field.searchField;
666
+ case "longText":
667
+ case "shortText":
668
+ case "selectionStatic":
669
+ case "selectionDynamic":
670
+ return true;
671
+ // case "selectionStatic":
672
+ case "computed":
673
+ return field.ormType === "varchar";
674
+ default:
675
+ return false;
676
+ }
677
+ });
678
+ // console.log("searchableFieldsList", searchableFieldsList);
679
+ // Optionally map to a minimal structure if needed for UI
680
+ var finalSearchableFieldsList = searchableFieldsList.map(function (field) {
681
+ var _a;
682
+ return ({
683
+ fieldName: field.value,
684
+ displayName: field.name,
685
+ searchField: (_a = field.searchField) !== null && _a !== void 0 ? _a : "",
686
+ matchMode: field.matchMode
687
+ });
688
+ });
689
+ // console.log("finalSearchableFieldsList", finalSearchableFieldsList);
690
+ setSearchableFields(finalSearchableFieldsList);
691
+ var predefinedSearchesList = ((_k = (_j = (_h = (_g = viewData === null || viewData === void 0 ? void 0 : viewData.data) === null || _g === void 0 ? void 0 : _g.solidView) === null || _h === void 0 ? void 0 : _h.layout) === null || _j === void 0 ? void 0 : _j.attrs) === null || _k === void 0 ? void 0 : _k.predefinedSearches) || [];
692
+ setPredefinedSearches(predefinedSearchesList);
693
+ }
694
+ // used to open the
695
+ }, [viewData]);
696
+ useEffect(function () {
697
+ if (chipsRef.current) {
698
+ var inputElement = chipsRef.current.querySelector("input");
699
+ if (inputElement) {
700
+ inputElement.addEventListener("input", function (e) {
701
+ setInputValue(e.target.value);
702
+ });
703
+ }
704
+ }
705
+ }, []);
706
+ var handleAddChip = function (columnName) {
707
+ if (inputValue === null || inputValue === void 0 ? void 0 : inputValue.trim()) {
708
+ var fallbackField_1 = searchableFields[0]; // guaranteed object
709
+ if (!fallbackField_1)
710
+ return;
711
+ // Support comma-separated values: split, trim and add as separate chips
712
+ var values = inputValue.split(",").map(function (v) { return v.trim(); }).filter(function (v) { return v !== ""; });
713
+ var fieldName_1 = columnName || fallbackField_1.fieldName;
714
+ var chipsToAdd_1 = values.map(function (v) { return ({
715
+ columnName: fieldName_1,
716
+ value: v,
717
+ columnDisplayName: fallbackField_1.displayName,
718
+ searchField: fallbackField_1.searchField,
719
+ matchMode: fallbackField_1.matchMode
720
+ }); });
721
+ setSearchChips(function (prev) { return __spreadArray(__spreadArray([], prev, true), chipsToAdd_1, true); });
722
+ setInputValue("");
723
+ setHasSearched(true);
724
+ setRefreshKey(function (prev) { return prev + 1; });
725
+ }
726
+ };
727
+ var clearCustomFilter = function () {
728
+ // handleApplyCustomFilter(finalFilter)
729
+ setFilterRules(initialState);
730
+ setCustomFilter(null);
731
+ // setPredefinedSearchChip(null)
732
+ // setPredefinedSearchBaseFilter(null)
733
+ setHasSearched(true);
734
+ setRefreshKey(function (prev) { return prev + 1; });
735
+ };
736
+ var transformCustomFilterRules = function (filterRules) {
737
+ var transformedFilter = transformRulesToFilters(filterRules[0], viewData);
738
+ // If there's a predefined search, merge it with the new custom filter
739
+ var finalCustomFilter = transformedFilter;
740
+ // if (predefinedSearchChip && predefinedSearchBaseFilter) {
741
+ // // Combine predefined filter with new custom filter
742
+ // finalCustomFilter = {
743
+ // $and: [predefinedSearchBaseFilter, transformedFilter]
744
+ // };
745
+ // }
746
+ setCustomFilter(finalCustomFilter);
747
+ // handleApplyCustomFilter(finalFilter);
748
+ setShowGlobalSearchElement(false);
749
+ setHasSearched(true);
750
+ setRefreshKey(function (prev) { return prev + 1; });
751
+ };
752
+ var transformSavedFilterRules = function (filterRules) {
753
+ var transformedFilter = transformRulesToFilters(filterRules[0], viewData);
754
+ // If there's a predefined search, merge it with the new custom filter
755
+ var finalCustomFilter = transformedFilter;
756
+ // if (predefinedSearchChip && predefinedSearchBaseFilter) {
757
+ // // Combine predefined filter with new custom filter
758
+ // finalCustomFilter = {
759
+ // $and: [predefinedSearchBaseFilter, transformedFilter]
760
+ // };
761
+ // }
762
+ setCurrentSavedFilterQuery(finalCustomFilter);
763
+ // handleApplyCustomFilter(finalFilter);
764
+ setShowSavedFilterComponent(false);
765
+ setHasSearched(true);
766
+ setRefreshKey(function (prev) { return prev + 1; });
767
+ };
768
+ useEffect(function () {
769
+ if (refreshKey > 0) {
770
+ console.log("refres", refreshKey);
771
+ console.log("hasSearched", hasSearched);
772
+ var formattedChips = {
773
+ $and: searchChips.map(function (chip) {
774
+ var _a;
775
+ return ({
776
+ fieldName: chip.columnName,
777
+ matchMode: chip.matchMode,
778
+ value: [chip.value],
779
+ searchField: (_a = chip.searchField) !== null && _a !== void 0 ? _a : "",
780
+ });
781
+ })
782
+ };
783
+ var finalSearchFilter = tranformSearchToFilters(formattedChips);
784
+ setSearchFilter(finalSearchFilter);
785
+ var finalSavedFilter = currentSavedFilterQuery;
786
+ var finalPredefinedFilter = predefinedSearchBaseFilter;
787
+ var finalCustomFilter = customFilter;
788
+ console.log("finalCustomFilter", finalCustomFilter);
789
+ console.log("finalPredefinedFilter", finalPredefinedFilter);
790
+ console.log("finalSavedFilter", finalSavedFilter);
791
+ console.log("finalSearchFilter", finalSearchFilter);
792
+ var finalFilter = mergeAllDiffFilters(finalCustomFilter, finalSearchFilter, finalSavedFilter, finalPredefinedFilter);
793
+ handleApplyCustomFilter(finalFilter);
794
+ // }
795
+ }
796
+ }, [refreshKey]);
797
+ // Handle predefined search selection
798
+ var hasCustomFilterChanged = function () {
799
+ if (!predefinedSearchChip || !customFilter || !predefinedSearchBaseFilter) {
800
+ return false;
801
+ }
802
+ // Deep comparison to check if filter has changed
803
+ return JSON.stringify(customFilter) !== JSON.stringify(predefinedSearchBaseFilter);
804
+ };
805
+ var openSavedCustomFilter = function (savedfilter) { return __awaiter(void 0, void 0, void 0, function () {
806
+ var savedfilterId_1, currentSavedFilterData_2, filterJson, finalSavedFilter, rules, hydratedRules;
807
+ return __generator(this, function (_a) {
808
+ switch (_a.label) {
809
+ case 0:
810
+ //Open custom filter popup
811
+ // router.push(`?savedQuery=${savedfilter.id}`);
812
+ // setShowGlobalSearchElement(true);
813
+ // // dont refetch the data yet
814
+ // const customFilter = JSON.parse(savedfilter.filterQueryJson);
815
+ // setCustomFilter(customFilter ? customFilter : null);
816
+ // if (customFilter) {
817
+ // const formatedCustomChips: FilterRule = transformFiltersToRules(customFilter ? customFilter : null);
818
+ // setFilterRules(formatedCustomChips ? [formatedCustomChips] : initialState);
819
+ // }
820
+ setSearchChips([]);
821
+ setSearchFilter(null);
822
+ setFilterRules(initialState);
823
+ setCustomFilter(null);
824
+ setPredefinedSearchChip(null);
825
+ setPredefinedSearchBaseFilter(null);
826
+ if (!(savedfilter === null || savedfilter === void 0 ? void 0 : savedfilter.id)) return [3 /*break*/, 3];
827
+ savedfilterId_1 = savedfilter.id;
828
+ // router.push(`?savedQuery=${savedfilter.id}`);
829
+ setShowOverlay(false);
830
+ currentSavedFilterData_2 = savedFilters.find(function (savedFilter) { return savedFilter.id === savedfilterId_1; });
831
+ setCurrentSavedFilterData(currentSavedFilterData_2);
832
+ if (!currentSavedFilterData_2) return [3 /*break*/, 2];
833
+ filterJson = JSON.parse(currentSavedFilterData_2 === null || currentSavedFilterData_2 === void 0 ? void 0 : currentSavedFilterData_2.filterQueryJson);
834
+ if (!filterJson) return [3 /*break*/, 2];
835
+ finalSavedFilter = filterJson;
836
+ setCurrentSavedFilterQuery(finalSavedFilter);
837
+ rules = transformFiltersToRules(finalSavedFilter ? finalSavedFilter : null);
838
+ return [4 /*yield*/, hydrateRelationRules([rules], viewData)];
839
+ case 1:
840
+ hydratedRules = _a.sent();
841
+ setCurrentSavedFilterRules(hydratedRules ? hydratedRules : initialState);
842
+ setShowSavedFilterComponent(true);
843
+ _a.label = 2;
844
+ case 2: return [3 /*break*/, 4];
845
+ case 3:
846
+ console.error(ERROR_MESSAGES.SAVE_FILTER_UNDEFINED_NULL);
847
+ _a.label = 4;
848
+ case 4: return [2 /*return*/];
849
+ }
850
+ });
851
+ }); };
852
+ var deleteSavedFilter = function () { return __awaiter(void 0, void 0, void 0, function () {
853
+ var parsedSearchParams, savedQuery, urlParams;
854
+ return __generator(this, function (_a) {
855
+ switch (_a.label) {
856
+ case 0:
857
+ // delte the saved filter with id
858
+ return [4 /*yield*/, deleteEntity(savedFilterTobeDeleted)];
859
+ case 1:
860
+ // delte the saved filter with id
861
+ _a.sent();
862
+ parsedSearchParams = searchParams;
863
+ savedQuery = parsedSearchParams === null || parsedSearchParams === void 0 ? void 0 : parsedSearchParams.get("savedQuery");
864
+ if (savedFilterTobeDeleted == savedQuery) {
865
+ urlParams = new URLSearchParams(window.location.search);
866
+ urlParams.delete("savedQuery");
867
+ router.push("?".concat(urlParams.toString()));
868
+ }
869
+ setIsDeleteSQDialogVisible(false);
870
+ setTimeout(function () {
871
+ setSavedFilterFetchDataRefreshKey(function (prev) { return prev + 1; });
872
+ }, 500);
873
+ return [2 /*return*/];
874
+ }
875
+ });
876
+ }); };
877
+ var handleSaveFilter = function (formValues) { return __awaiter(void 0, void 0, void 0, function () {
878
+ var filterJson, formData, currentPageUrl, filterJson, formData, result_1, currentPageUrl, error_1;
879
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
880
+ return __generator(this, function (_l) {
881
+ switch (_l.label) {
882
+ case 0:
883
+ setShowSaveFilterPopup(false);
884
+ _l.label = 1;
885
+ case 1:
886
+ _l.trys.push([1, 6, , 7]);
887
+ if (!formValues.id) return [3 /*break*/, 3];
888
+ filterJson = currentSavedFilterQuery;
889
+ formData = new FormData();
890
+ formData.append("name", formValues.name);
891
+ formData.append("filterQueryJson", JSON.stringify(filterJson, null, 2));
892
+ formData.append("modelId", (_c = (_b = (_a = viewData === null || viewData === void 0 ? void 0 : viewData.data) === null || _a === void 0 ? void 0 : _a.solidView) === null || _b === void 0 ? void 0 : _b.model) === null || _c === void 0 ? void 0 : _c.id);
893
+ formData.append("viewId", (_e = (_d = viewData === null || viewData === void 0 ? void 0 : viewData.data) === null || _d === void 0 ? void 0 : _d.solidView) === null || _e === void 0 ? void 0 : _e.id);
894
+ formData.append("isPrivate", formValues.isPrivate);
895
+ formData.append("userId", user === null || user === void 0 ? void 0 : user.id);
896
+ return [4 /*yield*/, updateEntity({ id: +formValues.id, data: formData }).unwrap()];
897
+ case 2:
898
+ _l.sent();
899
+ setSearchChips([]);
900
+ setSearchFilter(null);
901
+ setFilterRules(initialState);
902
+ setCustomFilter(null);
903
+ setPredefinedSearchChip(null);
904
+ currentPageUrl = window.location.pathname;
905
+ localStorage.removeItem(currentPageUrl); // Store in local storage with the URL as the key
906
+ setPredefinedSearchBaseFilter(null);
907
+ setTimeout(function () {
908
+ router.push("?savedQuery=".concat(formValues.id));
909
+ }, 500);
910
+ return [3 /*break*/, 5];
911
+ case 3:
912
+ filterJson = customFilter;
913
+ formData = new FormData();
914
+ formData.append("name", formValues.name);
915
+ formData.append("filterQueryJson", JSON.stringify(filterJson, null, 2));
916
+ formData.append("modelId", (_h = (_g = (_f = viewData === null || viewData === void 0 ? void 0 : viewData.data) === null || _f === void 0 ? void 0 : _f.solidView) === null || _g === void 0 ? void 0 : _g.model) === null || _h === void 0 ? void 0 : _h.id);
917
+ formData.append("viewId", (_k = (_j = viewData === null || viewData === void 0 ? void 0 : viewData.data) === null || _j === void 0 ? void 0 : _j.solidView) === null || _k === void 0 ? void 0 : _k.id);
918
+ formData.append("isPrivate", formValues.isPrivate);
919
+ formData.append("userId", user === null || user === void 0 ? void 0 : user.id);
920
+ return [4 /*yield*/, createEntity(formData).unwrap()];
921
+ case 4:
922
+ result_1 = _l.sent();
923
+ setSearchChips([]);
924
+ setSearchFilter(null);
925
+ setFilterRules(initialState);
926
+ setCustomFilter(null);
927
+ setPredefinedSearchChip(null);
928
+ setPredefinedSearchBaseFilter(null);
929
+ currentPageUrl = window.location.pathname;
930
+ localStorage.removeItem(currentPageUrl); // Store in local storage with the URL as the key
931
+ setTimeout(function () {
932
+ router.push("?savedQuery=".concat(result_1.data.id));
933
+ }, 500);
934
+ _l.label = 5;
935
+ case 5: return [3 /*break*/, 7];
936
+ case 6:
937
+ error_1 = _l.sent();
938
+ return [3 /*break*/, 7];
939
+ case 7: return [2 /*return*/];
940
+ }
941
+ });
942
+ }); };
943
+ useEffect(function () {
944
+ // Explicitly type the event as a MouseEvent
945
+ function handleClickOutside(event) {
946
+ if (overlayRef.current && !overlayRef.current.contains(event.target)) {
947
+ setShowOverlay(false);
948
+ }
949
+ }
950
+ if (showOverlay) {
951
+ document.addEventListener("mousedown", handleClickOutside);
952
+ }
953
+ return function () {
954
+ document.removeEventListener("mousedown", handleClickOutside);
955
+ };
956
+ }, [showOverlay]);
957
+ var CustomChip = function () {
958
+ var _a, _b, _c, _d;
959
+ console.log("customFilter", customFilter);
960
+ var ruleCount = (_d = (_b = (_a = customFilter === null || customFilter === void 0 ? void 0 : customFilter.$or) === null || _a === void 0 ? void 0 : _a.length) !== null && _b !== void 0 ? _b : (_c = customFilter === null || customFilter === void 0 ? void 0 : customFilter.$and) === null || _c === void 0 ? void 0 : _c.length) !== null && _d !== void 0 ? _d : Object.keys(customFilter || {}).length;
961
+ return (_jsx("li", { children: _jsxs("div", { className: "custom-filter-chip-type", children: [_jsxs("div", { className: "flex align-items-center gap-2 text-base", children: [_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", onClick: function () {
962
+ setShowGlobalSearchElement(true);
963
+ }, children: [_jsx("rect", { width: "20", height: "20", rx: "4", fill: "#722ED1" }), _jsx("path", { d: "M8.66667 15V13.3333H11.3333V15H8.66667ZM6 10.8333V9.16667H14V10.8333H6ZM4 6.66667V5H16V6.66667H4Z", fill: "white" })] }), _jsxs("span", { children: [_jsx("strong", { children: ruleCount }), " rules applied"] })] }), _jsx("a", { onClick: clearCustomFilter, style: { cursor: "pointer" }, children: _jsx("i", { className: "pi pi-times ml-1" }) })] }) }));
964
+ };
965
+ //saved filter related code start
966
+ var applySavedFilter = function (savedfilter) {
967
+ setSearchChips([]);
968
+ setSearchFilter(null);
969
+ setFilterRules(initialState);
970
+ setCustomFilter(null);
971
+ setPredefinedSearchChip(null);
972
+ setPredefinedSearchBaseFilter(null);
973
+ var currentPageUrl = window.location.pathname; // Get the current page URL
974
+ localStorage.removeItem(currentPageUrl); // Store in local storage with the URL as the key
975
+ // push the savedQuery=1 in url
976
+ if (savedfilter === null || savedfilter === void 0 ? void 0 : savedfilter.id) {
977
+ router.push("?savedQuery=".concat(savedfilter.id));
978
+ setShowOverlay(false);
979
+ }
980
+ else {
981
+ console.error(ERROR_MESSAGES.SAVE_FILTER_UNDEFINED_NULL);
982
+ }
983
+ };
984
+ var removeSavedFilter = function () {
985
+ var params = new URLSearchParams(searchParams.toString());
986
+ setCurrentSavedFilterData(null);
987
+ setCurrentSavedFilterQuery(null);
988
+ if (params.has("savedQuery")) {
989
+ params.delete("savedQuery");
990
+ var newUrl = params.toString()
991
+ ? "".concat(pathname, "?").concat(params.toString())
992
+ : pathname;
993
+ router.push(newUrl);
994
+ }
995
+ };
996
+ var SavedFiltersChip = function () {
997
+ return (_jsx("li", { children: _jsxs("div", { className: "custom-filter-chip-type", children: [_jsxs("div", { className: "flex align-items-center gap-2 text-base", children: [_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", onClick: function () {
998
+ var fn = function () { return __awaiter(void 0, void 0, void 0, function () {
999
+ var rules, hydratedRules;
1000
+ return __generator(this, function (_a) {
1001
+ switch (_a.label) {
1002
+ case 0:
1003
+ if (!currentSavedFilterQuery) return [3 /*break*/, 2];
1004
+ rules = transformFiltersToRules(currentSavedFilterQuery ? currentSavedFilterQuery : null);
1005
+ return [4 /*yield*/, hydrateRelationRules([rules], viewData)];
1006
+ case 1:
1007
+ hydratedRules = _a.sent();
1008
+ setCurrentSavedFilterRules(hydratedRules ? hydratedRules : initialState);
1009
+ setShowSavedFilterComponent(true);
1010
+ _a.label = 2;
1011
+ case 2: return [2 /*return*/];
1012
+ }
1013
+ });
1014
+ }); };
1015
+ fn();
1016
+ }, children: [_jsx("rect", { width: "20", height: "20", rx: "4", fill: "#722ED1" }), _jsx("path", { d: "M8.66667 15V13.3333H11.3333V15H8.66667ZM6 10.8333V9.16667H14V10.8333H6ZM4 6.66667V5H16V6.66667H4Z", fill: "white" })] }), _jsx("span", { children: _jsx("strong", { children: currentSavedFilterData === null || currentSavedFilterData === void 0 ? void 0 : currentSavedFilterData.name }) })] }), _jsx("a", { onClick: removeSavedFilter, style: { cursor: "pointer" }, children: _jsx("i", { className: "pi pi-times ml-1" }) })] }) }));
1017
+ };
1018
+ //saved filter related code end
1019
+ // search related code start
1020
+ var handleRemoveChipGroup = function (columnName) {
1021
+ var updatedChips = searchChips.filter(function (chip) { return chip.columnName !== columnName; });
1022
+ setSearchChips(updatedChips);
1023
+ setHasSearched(true);
1024
+ setRefreshKey(function (prev) { return prev + 1; });
1025
+ };
1026
+ var groupedSearchChips = searchChips.reduce(function (acc, chip) {
1027
+ var key = chip.columnName;
1028
+ if (!key)
1029
+ return acc; // skip if undefined
1030
+ if (!acc[key]) {
1031
+ acc[key] = [];
1032
+ }
1033
+ acc[key].push(chip.value);
1034
+ return acc;
1035
+ }, {});
1036
+ var handleKeyDown = function (e) {
1037
+ if (e.key === "Enter" && (inputValue === null || inputValue === void 0 ? void 0 : inputValue.trim())) {
1038
+ handleAddChip();
1039
+ e.preventDefault();
1040
+ setShowOverlay(false);
1041
+ }
1042
+ else if (e.key === "Backspace" && inputValue === "") {
1043
+ if (searchChips.length > 0) {
1044
+ setSearchChips(function (prev) { return prev.slice(0, -1); });
1045
+ }
1046
+ else if (customFilter) {
1047
+ setCustomFilter(null);
1048
+ setFilterRules(initialState);
1049
+ }
1050
+ else if (predefinedSearchChip) {
1051
+ setPredefinedSearchChip(null);
1052
+ setPredefinedSearchBaseFilter(null);
1053
+ }
1054
+ else if (activeSavedFilter) {
1055
+ removeSavedFilter();
1056
+ }
1057
+ else if (activeSavedFilter) {
1058
+ clearCustomFilter();
1059
+ }
1060
+ setHasSearched(true);
1061
+ setRefreshKey(function (prev) { return prev + 1; });
1062
+ }
1063
+ };
1064
+ var SearchChip = function () { return (_jsx(_Fragment, { children: Object.entries(groupedSearchChips).map(function (_a) {
1065
+ var column = _a[0], values = _a[1];
1066
+ var fieldMeta = searchableFields.find(function (f) { return f.fieldName === column; });
1067
+ var columnDisplayName = (fieldMeta === null || fieldMeta === void 0 ? void 0 : fieldMeta.displayName) || column;
1068
+ return (_jsx("li", { children: _jsxs("div", { className: "search-filter-chip-type", children: [_jsx("div", { children: columnDisplayName }), values.map(function (value, index) { return (_jsxs(React.Fragment, { children: [_jsx("span", { className: "custom-chip-value", children: value }, index), index < values.length - 1 &&
1069
+ _jsx("span", { className: "custom-chip-or", children: "or" })] })); }), _jsx("i", { className: "pi pi-times ml-1", style: { cursor: "pointer" }, onClick: function () { return handleRemoveChipGroup(column); } })] }) }, column));
1070
+ }) })); };
1071
+ // search related code end
1072
+ // predefinedfilter related code start
1073
+ var handlePredefinedSearch = function (predefinedSearch) {
1074
+ if (!(inputValue === null || inputValue === void 0 ? void 0 : inputValue.trim()))
1075
+ return;
1076
+ if (!(predefinedSearch === null || predefinedSearch === void 0 ? void 0 : predefinedSearch.filters)) {
1077
+ console.error('Invalid predefined search: missing filters', predefinedSearch);
1078
+ return;
1079
+ }
1080
+ try {
1081
+ // Replace {{search}} placeholders with actual search value
1082
+ var processedFilter = replacePlaceholders(predefinedSearch.filters, inputValue.trim());
1083
+ // Clear all existing filters and searches
1084
+ // setSearchChips([]);
1085
+ // setSearchFilter(null);
1086
+ // setFilterRules(initialState);
1087
+ // setCustomFilter(null)
1088
+ // removeSavedFilter();
1089
+ // Set the predefined search chip
1090
+ setPredefinedSearchChip({
1091
+ name: predefinedSearch.name,
1092
+ value: inputValue.trim()
1093
+ });
1094
+ setPredefinedSearchBaseFilter(processedFilter);
1095
+ // Apply the predefined search filter as custom filter
1096
+ // setCustomFilter(processedFilter);
1097
+ // Apply the filter
1098
+ // handleApplyCustomFilter(finalFilter);
1099
+ // Clear input and close overlay
1100
+ setInputValue("");
1101
+ setShowOverlay(false);
1102
+ setHasSearched(true);
1103
+ setRefreshKey(function (prev) { return prev + 1; });
1104
+ }
1105
+ catch (error) {
1106
+ console.error('Error applying predefined search:', error);
1107
+ // Optionally show user-friendly error message
1108
+ }
1109
+ };
1110
+ var removePredefinedSearchChip = function () {
1111
+ setPredefinedSearchChip(null);
1112
+ setPredefinedSearchBaseFilter(null);
1113
+ setCustomFilter(null);
1114
+ // handleApplyCustomFilter(finalFilter);
1115
+ setHasSearched(true);
1116
+ setRefreshKey(function (prev) { return prev + 1; });
1117
+ };
1118
+ var PredefinedSearchChip = function () { return (_jsx("li", { children: _jsxs("div", { className: "search-filter-chip-type", children: [_jsxs("div", { className: "flex align-items-center gap-2", children: [_jsxs("strong", { children: [predefinedSearchChip === null || predefinedSearchChip === void 0 ? void 0 : predefinedSearchChip.name, ":"] }), _jsx("span", { className: "custom-chip-value", children: predefinedSearchChip === null || predefinedSearchChip === void 0 ? void 0 : predefinedSearchChip.value })] }), _jsx("i", { className: "pi pi-times ml-1", style: { cursor: "pointer" }, onClick: removePredefinedSearchChip })] }) })); };
1119
+ // predefinedfilter related code end
1120
+ return (_jsx(_Fragment, { children: _jsxs("div", { className: "flex justify-content-center solid-custom-filter-wrapper relative", children: [_jsx("div", { className: "solid-global-search-element", children: _jsxs("ul", { className: "", children: [currentSavedFilterData && _jsx(SavedFiltersChip, {}), predefinedSearchChip && _jsx(PredefinedSearchChip, {}), customFilter && _jsx(CustomChip, {}), _jsx(SearchChip, {}), _jsx("li", { ref: chipsRef, children: _jsxs("div", { className: "relative solid-global-search-element-wrapper", children: [_jsx(InputText, { value: inputValue || "", placeholder: "Search.", onChange: function (e) {
1121
+ setInputValue(e.target.value);
1122
+ setShowOverlay(true);
1123
+ }, onFocus: function () {
1124
+ if (inputValue === null || inputValue === void 0 ? void 0 : inputValue.trim())
1125
+ setShowOverlay(true);
1126
+ }, onBlur: function () {
1127
+ // Delay so you can click buttons inside overlay
1128
+ setTimeout(function () { return setShowOverlay(false); }, 150);
1129
+ }, onKeyDown: handleKeyDown }), _jsx(Button, { icon: "pi pi-search", style: { fontSize: 10 }, severity: "secondary", outlined: true, size: "small", onClick: function () { return setShowOverlay(true); }, className: "custom-filter-button" })] }) })] }) }), showOverlay && (_jsxs("div", { ref: overlayRef, className: "absolute w-full z-5 shadow-2 solid-search-overlay-pannel", style: { top: 35, background: "var(--surface-0)", border: '1px solid var(--surface-300) !important', borderRadius: '6px' }, children: [inputValue ? (_jsxs(_Fragment, { children: [_jsxs("div", { className: "custom-filter-search-options px-3 py-2 flex flex-column", children: [_jsx("h6", { className: "my-1 font-bold", children: "Search By Fields" }), searchableFields.map(function (value, index) {
1130
+ // console.log("value", value);
1131
+ return (_jsxs(Button, { className: "p-2 flex gap-1 text-color",
1132
+ // onClick={() => handleAddChip(value)}
1133
+ onMouseDown: function (e) {
1134
+ // Prevent focus loss from input
1135
+ e.preventDefault();
1136
+ var currentValue = inputValue === null || inputValue === void 0 ? void 0 : inputValue.trim();
1137
+ if (currentValue) {
1138
+ var values = currentValue.split(",").map(function (v) { return v.trim(); }).filter(function (v) { return v !== ""; });
1139
+ var chipsToAdd_2 = values.map(function (v) { return ({
1140
+ columnName: value.fieldName,
1141
+ value: v,
1142
+ columnDisplayName: value.displayName,
1143
+ searchField: value.searchField,
1144
+ matchMode: value.matchMode
1145
+ }); });
1146
+ setSearchChips(function (prev) { return __spreadArray(__spreadArray([], prev, true), chipsToAdd_2, true); });
1147
+ setInputValue("");
1148
+ setHasSearched(true);
1149
+ setRefreshKey(function (prev) { return prev + 1; });
1150
+ setShowOverlay(false);
1151
+ }
1152
+ }, text: true, severity: "secondary", size: "small", children: ["Search ", _jsx("strong", { children: value.displayName }), " for: ", _jsx("span", { className: "font-bold text-color", children: inputValue })] }, index));
1153
+ })] }), predefinedSearches && predefinedSearches.length > 0 && (_jsxs(_Fragment, { children: [_jsx(Divider, { className: "m-0" }), _jsxs("div", { className: "custom-filter-search-options px-3 py-2 flex flex-column", children: [_jsx("h6", { className: "my-1 font-bold", children: "Predefined Searches" }), predefinedSearches.map(function (predefinedSearch, index) { return (_jsxs(Button, { className: "p-2 flex flex-column align-items-start gap-1 text-color", onMouseDown: function (e) {
1154
+ e.preventDefault();
1155
+ handlePredefinedSearch(predefinedSearch);
1156
+ }, text: true, severity: "secondary", size: "small", children: [_jsxs("div", { className: "flex gap-1 align-items-center", children: [_jsxs("strong", { children: [predefinedSearch.name, ":"] }), _jsx("span", { className: "font-bold text-color", children: inputValue })] }), _jsx("div", { className: "text-xs", children: predefinedSearch.description })] }, index)); })] })] }))] })) :
1157
+ _jsxs(_Fragment, { children: [_jsx("div", { className: "p-3 text-base", children: "Search Here..." }), _jsx(Divider, { className: "m-0" })] }), savedFilters.length > 0 &&
1158
+ _jsxs(_Fragment, { children: [_jsxs("div", { className: "p-3", children: [_jsx("p", { className: "font-medium", children: "Saved Filters" }), _jsx("div", { className: "flex flex-column gap-2", children: savedFilters.map(function (savedfilter) {
1159
+ return _jsx(SavedFilterList, { savedfilter: savedfilter, activeSavedFilter: activeSavedFilter, applySavedFilter: applySavedFilter, openSavedCustomFilter: openSavedCustomFilter, setSavedFilterTobeDeleted: setSavedFilterTobeDeleted, setIsDeleteSQDialogVisible: setIsDeleteSQDialogVisible });
1160
+ }) })] }), _jsx(Divider, { className: "m-0" })] }), _jsx("div", { className: "px-2 py-1", children: _jsx(Button, { text: true, size: "small", label: "Custom Filter", iconPos: "left", icon: 'pi pi-plus', onClick: function () { return setShowGlobalSearchElement(true); }, className: "font-bold" }) })] })), _jsxs(Dialog, { header: false, className: "solid-global-search-filter", showHeader: false, visible: showGlobalSearchElement, style: { width: '65vw' }, breakpoints: { '1024px': '75vw', '991px': '90vw', '767px': '94w', '250px': '96vw' }, onHide: function () { if (!showGlobalSearchElement)
1161
+ return; setShowGlobalSearchElement(false); }, children: [_jsxs("div", { className: "flex align-items-center justify-content-between px-3", children: [_jsx("h5", { className: "solid-custom-title m-0", children: "Add Custom Filter" }), _jsx(Button, { icon: "pi pi-times", rounded: true, text: true, "aria-label": "Cancel", type: "reset", size: "small", onClick: function () { return setShowGlobalSearchElement(false); } })] }), _jsx(Divider, { className: "m-0" }), _jsx("div", { className: "p-3 lg:p-4", children: fields.length > 0 &&
1162
+ _jsx(FilterComponent, { viewData: viewData, fields: fields, filterRules: filterRules, setFilterRules: setFilterRules, transformFilterRules: transformCustomFilterRules, closeDialog: function () { return setShowGlobalSearchElement(false); } }) })] }), _jsxs(Dialog, { header: false, className: "solid-global-search-filter", showHeader: false, visible: showSavedFilterComponent, style: { width: '65vw' }, breakpoints: { '1024px': '75vw', '991px': '90vw', '767px': '94w', '250px': '96vw' }, onHide: function () { if (!showSavedFilterComponent)
1163
+ return; setShowSavedFilterComponent(false); }, children: [_jsxs("div", { className: "flex align-items-center justify-content-between px-3", children: [_jsx("h5", { className: "solid-custom-title m-0", children: "Saved Filter" }), _jsx(Button, { icon: "pi pi-times", rounded: true, text: true, "aria-label": "Cancel", type: "reset", size: "small", onClick: function () { return setShowSavedFilterComponent(false); } })] }), _jsx(Divider, { className: "m-0" }), _jsx("div", { className: "p-3 lg:p-4", children: fields.length > 0 &&
1164
+ _jsx(FilterComponent, { viewData: viewData, fields: fields, filterRules: currentSavedFilterRules, setFilterRules: setCurrentSavedFilterRules, transformFilterRules: transformSavedFilterRules, closeDialog: function () { return setShowSavedFilterComponent(false); } }) })] }), _jsx(Dialog, { header: "Save Custom Filter", className: "solid-custom-filter-dialog", visible: showSaveFilterPopup, style: { width: 500 }, onHide: function () { if (!showSaveFilterPopup)
1165
+ return; setShowSaveFilterPopup(false); }, children: _jsx(SolidSaveCustomFilterForm, { currentSavedFilterData: currentSavedFilterData, handleSaveFilter: handleSaveFilter, closeDialog: setShowSaveFilterPopup }) }), _jsx(Dialog, { visible: isDeleteSQDialogVisible, header: "Confirm Delete", modal: true, className: "solid-confirm-dialog", 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: deleteSavedFilter }), _jsx(Button, { label: "No", icon: "pi pi-times", className: 'small-button', onClick: function () { return setIsDeleteSQDialogVisible(false); } })] })); }, onHide: function () { return setIsDeleteSQDialogVisible(false); }, children: _jsxs("p", { children: ["Are you sure you want to delete the ", currentSavedFilterData === null || currentSavedFilterData === void 0 ? void 0 : currentSavedFilterData.name, " saved query?"] }) })] }) }));
1166
+ });
1167
+ //# sourceMappingURL=SolidGlobalSearchElement.js.map