@solidstarters/solid-core-ui 1.1.210 → 1.1.212

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 (2107) hide show
  1. package/dist/components/Svg/DevDocs.d.ts.map +1 -1
  2. package/dist/components/Svg/DevDocs.js +1 -1
  3. package/dist/components/Svg/DevDocs.js.map +1 -1
  4. package/dist/components/Svg/DevDocs.tsx +9 -0
  5. package/dist/components/Svg/DocsSvg.d.ts.map +1 -1
  6. package/dist/components/Svg/DocsSvg.js +1 -1
  7. package/dist/components/Svg/DocsSvg.js.map +1 -1
  8. package/dist/components/Svg/DocsSvg.tsx +9 -0
  9. package/dist/components/Svg/ExcelSvg.d.ts.map +1 -1
  10. package/dist/components/Svg/ExcelSvg.js +3 -3
  11. package/dist/components/Svg/ExcelSvg.js.map +1 -1
  12. package/dist/components/Svg/ExcelSvg.tsx +15 -0
  13. package/dist/components/Svg/FieldSvg.d.ts.map +1 -1
  14. package/dist/components/Svg/FieldSvg.js +1 -1
  15. package/dist/components/Svg/FieldSvg.js.map +1 -1
  16. package/dist/components/Svg/FieldSvg.tsx +9 -0
  17. package/dist/components/Svg/FileSvg.d.ts +2 -2
  18. package/dist/components/Svg/FileSvg.d.ts.map +1 -1
  19. package/dist/components/Svg/FileSvg.js +1 -12
  20. package/dist/components/Svg/FileSvg.js.map +1 -1
  21. package/dist/components/Svg/FileSvg.tsx +18 -0
  22. package/dist/components/Svg/HomePageModuleSvg.d.ts.map +1 -1
  23. package/dist/components/Svg/HomePageModuleSvg.js +2 -2
  24. package/dist/components/Svg/HomePageModuleSvg.js.map +1 -1
  25. package/dist/components/Svg/HomePageModuleSvg.tsx +179 -0
  26. package/dist/components/Svg/ModelSvg.d.ts.map +1 -1
  27. package/dist/components/Svg/ModelSvg.js +1 -1
  28. package/dist/components/Svg/ModelSvg.js.map +1 -1
  29. package/dist/components/Svg/ModelSvg.tsx +9 -0
  30. package/dist/components/Svg/ModuleSvg.d.ts.map +1 -1
  31. package/dist/components/Svg/ModuleSvg.js +1 -1
  32. package/dist/components/Svg/ModuleSvg.js.map +1 -1
  33. package/dist/components/Svg/ModuleSvg.tsx +9 -0
  34. package/dist/components/Svg/PDFSvg.d.ts.map +1 -1
  35. package/dist/components/Svg/PDFSvg.js +3 -3
  36. package/dist/components/Svg/PDFSvg.js.map +1 -1
  37. package/dist/components/Svg/PDFSvg.tsx +15 -0
  38. package/dist/components/Svg/RightArrowSvg.d.ts.map +1 -1
  39. package/dist/components/Svg/RightArrowSvg.js +1 -1
  40. package/dist/components/Svg/RightArrowSvg.js.map +1 -1
  41. package/dist/components/Svg/RightArrowSvg.tsx +9 -0
  42. package/dist/components/Svg/SettingsSvg.d.ts.map +1 -1
  43. package/dist/components/Svg/SettingsSvg.js +1 -1
  44. package/dist/components/Svg/SettingsSvg.js.map +1 -1
  45. package/dist/components/Svg/SettingsSvg.tsx +9 -0
  46. package/dist/components/auth/AuthLayout.d.ts.map +1 -1
  47. package/dist/components/auth/AuthLayout.js +67 -74
  48. package/dist/components/auth/AuthLayout.js.map +1 -1
  49. package/dist/components/auth/AuthLayout.tsx +223 -0
  50. package/dist/components/auth/ForgotPasswordThankYou.d.ts.map +1 -1
  51. package/dist/components/auth/ForgotPasswordThankYou.js +11 -12
  52. package/dist/components/auth/ForgotPasswordThankYou.js.map +1 -1
  53. package/dist/components/auth/ForgotPasswordThankYou.tsx +33 -0
  54. package/dist/components/auth/GoogleAuthChecking.d.ts.map +1 -1
  55. package/dist/components/auth/GoogleAuthChecking.js +36 -90
  56. package/dist/components/auth/GoogleAuthChecking.js.map +1 -1
  57. package/dist/components/auth/GoogleAuthChecking.tsx +63 -0
  58. package/dist/components/auth/SolidChangeForcePassword.d.ts.map +1 -1
  59. package/dist/components/auth/SolidChangeForcePassword.js +56 -112
  60. package/dist/components/auth/SolidChangeForcePassword.js.map +1 -1
  61. package/dist/components/auth/SolidChangeForcePassword.tsx +222 -0
  62. package/dist/components/auth/SolidForgotPassword.d.ts.map +1 -1
  63. package/dist/components/auth/SolidForgotPassword.js +47 -104
  64. package/dist/components/auth/SolidForgotPassword.js.map +1 -1
  65. package/dist/components/auth/SolidForgotPassword.tsx +127 -0
  66. package/dist/components/auth/SolidInitialLoginOtp.d.ts.map +1 -1
  67. package/dist/components/auth/SolidInitialLoginOtp.js +121 -194
  68. package/dist/components/auth/SolidInitialLoginOtp.js.map +1 -1
  69. package/dist/components/auth/SolidInitialLoginOtp.tsx +271 -0
  70. package/dist/components/auth/SolidInitiateRegisterOtp.d.ts.map +1 -1
  71. package/dist/components/auth/SolidInitiateRegisterOtp.js +95 -166
  72. package/dist/components/auth/SolidInitiateRegisterOtp.js.map +1 -1
  73. package/dist/components/auth/SolidInitiateRegisterOtp.tsx +218 -0
  74. package/dist/components/auth/SolidLogin.d.ts.map +1 -1
  75. package/dist/components/auth/SolidLogin.js +125 -192
  76. package/dist/components/auth/SolidLogin.js.map +1 -1
  77. package/dist/components/auth/SolidLogin.tsx +428 -0
  78. package/dist/components/auth/SolidOTPVerify.d.ts.map +1 -1
  79. package/dist/components/auth/SolidOTPVerify.js +42 -98
  80. package/dist/components/auth/SolidOTPVerify.js.map +1 -1
  81. package/dist/components/auth/SolidOTPVerify.tsx +133 -0
  82. package/dist/components/auth/SolidRegister.d.ts.map +1 -1
  83. package/dist/components/auth/SolidRegister.js +123 -198
  84. package/dist/components/auth/SolidRegister.js.map +1 -1
  85. package/dist/components/auth/SolidRegister.tsx +454 -0
  86. package/dist/components/auth/SolidResetPassword.d.ts.map +1 -1
  87. package/dist/components/auth/SolidResetPassword.js +54 -110
  88. package/dist/components/auth/SolidResetPassword.js.map +1 -1
  89. package/dist/components/auth/SolidResetPassword.tsx +194 -0
  90. package/dist/components/common/AuthBanner.d.ts.map +1 -1
  91. package/dist/components/common/AuthBanner.js +1 -1
  92. package/dist/components/common/AuthBanner.js.map +1 -1
  93. package/dist/components/common/AuthBanner.tsx +41 -0
  94. package/dist/components/common/AutoCompleteField.d.ts.map +1 -1
  95. package/dist/components/common/AutoCompleteField.js +16 -63
  96. package/dist/components/common/AutoCompleteField.js.map +1 -1
  97. package/dist/components/common/AutoCompleteField.tsx +79 -0
  98. package/dist/components/common/BackButton.d.ts.map +1 -1
  99. package/dist/components/common/BackButton.js +20 -13
  100. package/dist/components/common/BackButton.js.map +1 -1
  101. package/dist/components/common/BackButton.tsx +72 -0
  102. package/dist/components/common/CancelButton.d.ts.map +1 -1
  103. package/dist/components/common/CancelButton.js +12 -12
  104. package/dist/components/common/CancelButton.js.map +1 -1
  105. package/dist/components/common/CancelButton.tsx +61 -0
  106. package/dist/components/common/CodeEditor.d.ts.map +1 -1
  107. package/dist/components/common/CodeEditor.js +4 -5
  108. package/dist/components/common/CodeEditor.js.map +1 -1
  109. package/dist/components/common/CodeEditor.tsx +38 -0
  110. package/dist/components/common/CreateButton.d.ts.map +1 -1
  111. package/dist/components/common/CreateButton.js +5 -5
  112. package/dist/components/common/CreateButton.js.map +1 -1
  113. package/dist/components/common/CreateButton.tsx +17 -0
  114. package/dist/components/common/DownloadProgressToast.d.ts.map +1 -1
  115. package/dist/components/common/DownloadProgressToast.js +3 -4
  116. package/dist/components/common/DownloadProgressToast.js.map +1 -1
  117. package/dist/components/common/DownloadProgressToast.tsx +55 -0
  118. package/dist/components/common/DropzonePlaceholder.d.ts.map +1 -1
  119. package/dist/components/common/DropzonePlaceholder.js +4 -5
  120. package/dist/components/common/DropzonePlaceholder.js.map +1 -1
  121. package/dist/components/common/DropzonePlaceholder.tsx +31 -0
  122. package/dist/components/common/DropzoneUpload.d.ts.map +1 -1
  123. package/dist/components/common/DropzoneUpload.js +1 -1
  124. package/dist/components/common/DropzoneUpload.js.map +1 -1
  125. package/dist/components/common/DropzoneUpload.tsx +11 -0
  126. package/dist/components/common/FileReaderExt.d.ts.map +1 -1
  127. package/dist/components/common/FileReaderExt.js +3 -4
  128. package/dist/components/common/FileReaderExt.js.map +1 -1
  129. package/dist/components/common/FileReaderExt.tsx +20 -0
  130. package/dist/components/common/GeneralSettings.d.ts.map +1 -1
  131. package/dist/components/common/GeneralSettings.js +216 -286
  132. package/dist/components/common/GeneralSettings.js.map +1 -1
  133. package/dist/components/common/GeneralSettings.tsx +1225 -0
  134. package/dist/components/common/HeaderDynamicTitles.d.ts.map +1 -1
  135. package/dist/components/common/HeaderDynamicTitles.js +3 -3
  136. package/dist/components/common/HeaderDynamicTitles.js.map +1 -1
  137. package/dist/components/common/HeaderDynamicTitles.tsx +13 -0
  138. package/dist/components/common/MarkdownViewer.d.ts.map +1 -1
  139. package/dist/components/common/MarkdownViewer.js +13 -40
  140. package/dist/components/common/MarkdownViewer.js.map +1 -1
  141. package/dist/components/common/MarkdownViewer.tsx +84 -0
  142. package/dist/components/common/MultipleSelectAutoCompleteField.d.ts.map +1 -1
  143. package/dist/components/common/MultipleSelectAutoCompleteField.js +11 -56
  144. package/dist/components/common/MultipleSelectAutoCompleteField.js.map +1 -1
  145. package/dist/components/common/MultipleSelectAutoCompleteField.tsx +64 -0
  146. package/dist/components/common/NotFound.d.ts.map +1 -1
  147. package/dist/components/common/NotFound.js +1 -1
  148. package/dist/components/common/NotFound.js.map +1 -1
  149. package/dist/components/common/NotFound.tsx +22 -0
  150. package/dist/components/common/SingleSelectAutoCompleteField.d.ts.map +1 -1
  151. package/dist/components/common/SingleSelectAutoCompleteField.js +9 -54
  152. package/dist/components/common/SingleSelectAutoCompleteField.js.map +1 -1
  153. package/dist/components/common/SingleSelectAutoCompleteField.tsx +73 -0
  154. package/dist/components/common/SocialMediaLogin.d.ts.map +1 -1
  155. package/dist/components/common/SocialMediaLogin.js +4 -4
  156. package/dist/components/common/SocialMediaLogin.js.map +1 -1
  157. package/dist/components/common/SocialMediaLogin.tsx +53 -0
  158. package/dist/components/common/SolidAdmin.d.ts.map +1 -1
  159. package/dist/components/common/SolidAdmin.js +1 -1
  160. package/dist/components/common/SolidAdmin.js.map +1 -1
  161. package/dist/components/common/SolidAdmin.tsx +6 -0
  162. package/dist/components/common/SolidBreadcrumb.d.ts.map +1 -1
  163. package/dist/components/common/SolidBreadcrumb.js +54 -53
  164. package/dist/components/common/SolidBreadcrumb.js.map +1 -1
  165. package/dist/components/common/SolidBreadcrumb.tsx +129 -0
  166. package/dist/components/common/SolidExport.d.ts.map +1 -1
  167. package/dist/components/common/SolidExport.js +151 -245
  168. package/dist/components/common/SolidExport.js.map +1 -1
  169. package/dist/components/common/SolidExport.tsx +563 -0
  170. package/dist/components/common/SolidExportStepper.d.ts.map +1 -1
  171. package/dist/components/common/SolidExportStepper.js +17 -19
  172. package/dist/components/common/SolidExportStepper.js.map +1 -1
  173. package/dist/components/common/SolidExportStepper.tsx +135 -0
  174. package/dist/components/common/SolidFieldTooltip.d.ts.map +1 -1
  175. package/dist/components/common/SolidFieldTooltip.js +7 -9
  176. package/dist/components/common/SolidFieldTooltip.js.map +1 -1
  177. package/dist/components/common/SolidFieldTooltip.tsx +23 -0
  178. package/dist/components/common/SolidFormHeader.d.ts.map +1 -1
  179. package/dist/components/common/SolidFormHeader.js +4 -16
  180. package/dist/components/common/SolidFormHeader.js.map +1 -1
  181. package/dist/components/common/SolidFormHeader.tsx +25 -0
  182. package/dist/components/common/SolidFormStepper.d.ts.map +1 -1
  183. package/dist/components/common/SolidFormStepper.js +110 -177
  184. package/dist/components/common/SolidFormStepper.js.map +1 -1
  185. package/dist/components/common/SolidFormStepper.tsx +350 -0
  186. package/dist/components/common/SolidModuleHome.d.ts.map +1 -1
  187. package/dist/components/common/SolidModuleHome.js +9 -11
  188. package/dist/components/common/SolidModuleHome.js.map +1 -1
  189. package/dist/components/common/SolidModuleHome.tsx +128 -0
  190. package/dist/components/common/SolidPopupContainer.d.ts.map +1 -1
  191. package/dist/components/common/SolidPopupContainer.js +5 -16
  192. package/dist/components/common/SolidPopupContainer.js.map +1 -1
  193. package/dist/components/common/SolidPopupContainer.tsx +37 -0
  194. package/dist/components/common/SolidSettings/LlmSettings/AnthropicProviderComponent.d.ts.map +1 -1
  195. package/dist/components/common/SolidSettings/LlmSettings/AnthropicProviderComponent.js +2 -3
  196. package/dist/components/common/SolidSettings/LlmSettings/AnthropicProviderComponent.js.map +1 -1
  197. package/dist/components/common/SolidSettings/LlmSettings/AnthropicProviderComponent.tsx +45 -0
  198. package/dist/components/common/SolidSettings/LlmSettings/OpenAiProviderComponent.d.ts.map +1 -1
  199. package/dist/components/common/SolidSettings/LlmSettings/OpenAiProviderComponent.js +2 -3
  200. package/dist/components/common/SolidSettings/LlmSettings/OpenAiProviderComponent.js.map +1 -1
  201. package/dist/components/common/SolidSettings/LlmSettings/OpenAiProviderComponent.tsx +45 -0
  202. package/dist/components/common/SolidSettings/SettingDropzoneActivePlaceholder.d.ts.map +1 -1
  203. package/dist/components/common/SolidSettings/SettingDropzoneActivePlaceholder.js +1 -2
  204. package/dist/components/common/SolidSettings/SettingDropzoneActivePlaceholder.js.map +1 -1
  205. package/dist/components/common/SolidSettings/SettingDropzoneActivePlaceholder.tsx +20 -0
  206. package/dist/components/common/SolidSettings/SettingsImageRemoveButton.d.ts.map +1 -1
  207. package/dist/components/common/SolidSettings/SettingsImageRemoveButton.js +1 -2
  208. package/dist/components/common/SolidSettings/SettingsImageRemoveButton.js.map +1 -1
  209. package/dist/components/common/SolidSettings/SettingsImageRemoveButton.tsx +15 -0
  210. package/dist/components/common/SolidSettings/SolidUploadedImage.d.ts.map +1 -1
  211. package/dist/components/common/SolidSettings/SolidUploadedImage.js +1 -2
  212. package/dist/components/common/SolidSettings/SolidUploadedImage.js.map +1 -1
  213. package/dist/components/common/SolidSettings/SolidUploadedImage.tsx +16 -0
  214. package/dist/components/common/SolidThemeLink.d.ts.map +1 -1
  215. package/dist/components/common/SolidThemeLink.js +2 -2
  216. package/dist/components/common/SolidThemeLink.js.map +1 -1
  217. package/dist/components/common/SolidThemeLink.tsx +6 -0
  218. package/dist/components/common/SolidThemeProvider.d.ts.map +1 -1
  219. package/dist/components/common/SolidThemeProvider.js +17 -17
  220. package/dist/components/common/SolidThemeProvider.js.map +1 -1
  221. package/dist/components/common/SolidThemeProvider.tsx +44 -0
  222. package/dist/components/common/StepperArrows/ActiveArrowStep.d.ts.map +1 -1
  223. package/dist/components/common/StepperArrows/ActiveArrowStep.js +2 -2
  224. package/dist/components/common/StepperArrows/ActiveArrowStep.js.map +1 -1
  225. package/dist/components/common/StepperArrows/ActiveArrowStep.tsx +18 -0
  226. package/dist/components/common/StepperArrows/ActiveBeforeStepArrow.d.ts.map +1 -1
  227. package/dist/components/common/StepperArrows/ActiveBeforeStepArrow.js +2 -2
  228. package/dist/components/common/StepperArrows/ActiveBeforeStepArrow.js.map +1 -1
  229. package/dist/components/common/StepperArrows/ActiveBeforeStepArrow.tsx +18 -0
  230. package/dist/components/common/StepperArrows/InactiveStepArrow.d.ts.map +1 -1
  231. package/dist/components/common/StepperArrows/InactiveStepArrow.js +2 -2
  232. package/dist/components/common/StepperArrows/InactiveStepArrow.js.map +1 -1
  233. package/dist/components/common/StepperArrows/InactiveStepArrow.tsx +19 -0
  234. package/dist/components/common/error.d.ts.map +1 -1
  235. package/dist/components/common/error.js +2 -3
  236. package/dist/components/common/error.js.map +1 -1
  237. package/dist/components/common/error.tsx +30 -0
  238. package/dist/components/common/useHandleFormCustomButtonClick.d.ts.map +1 -1
  239. package/dist/components/common/useHandleFormCustomButtonClick.js +7 -18
  240. package/dist/components/common/useHandleFormCustomButtonClick.js.map +1 -1
  241. package/dist/components/common/useHandleFormCustomButtonClick.ts +40 -0
  242. package/dist/components/common/useHandleListCustomButtonClick.d.ts.map +1 -1
  243. package/dist/components/common/useHandleListCustomButtonClick.js +7 -18
  244. package/dist/components/common/useHandleListCustomButtonClick.js.map +1 -1
  245. package/dist/components/common/useHandleListCustomButtonClick.ts +42 -0
  246. package/dist/components/core/chatter/SolidChatter.d.ts.map +1 -1
  247. package/dist/components/core/chatter/SolidChatter.js +99 -148
  248. package/dist/components/core/chatter/SolidChatter.js.map +1 -1
  249. package/dist/components/core/chatter/SolidChatter.tsx +248 -0
  250. package/dist/components/core/chatter/SolidChatterAuditMessage.d.ts.map +1 -1
  251. package/dist/components/core/chatter/SolidChatterAuditMessage.js +2 -3
  252. package/dist/components/core/chatter/SolidChatterAuditMessage.js.map +1 -1
  253. package/dist/components/core/chatter/SolidChatterAuditMessage.tsx +35 -0
  254. package/dist/components/core/chatter/SolidChatterCustomMessage.d.ts.map +1 -1
  255. package/dist/components/core/chatter/SolidChatterCustomMessage.js +6 -7
  256. package/dist/components/core/chatter/SolidChatterCustomMessage.js.map +1 -1
  257. package/dist/components/core/chatter/SolidChatterCustomMessage.tsx +46 -0
  258. package/dist/components/core/chatter/SolidChatterDateDivider.d.ts.map +1 -1
  259. package/dist/components/core/chatter/SolidChatterDateDivider.js +2 -3
  260. package/dist/components/core/chatter/SolidChatterDateDivider.js.map +1 -1
  261. package/dist/components/core/chatter/SolidChatterDateDivider.tsx +16 -0
  262. package/dist/components/core/chatter/SolidChatterHeader.d.ts.map +1 -1
  263. package/dist/components/core/chatter/SolidChatterHeader.js +33 -88
  264. package/dist/components/core/chatter/SolidChatterHeader.js.map +1 -1
  265. package/dist/components/core/chatter/SolidChatterHeader.tsx +218 -0
  266. package/dist/components/core/chatter/SolidChatterMessageBox.d.ts.map +1 -1
  267. package/dist/components/core/chatter/SolidChatterMessageBox.js +15 -15
  268. package/dist/components/core/chatter/SolidChatterMessageBox.js.map +1 -1
  269. package/dist/components/core/chatter/SolidChatterMessageBox.tsx +163 -0
  270. package/dist/components/core/chatter/SolidMessageComposer.d.ts.map +1 -1
  271. package/dist/components/core/chatter/SolidMessageComposer.js +35 -94
  272. package/dist/components/core/chatter/SolidMessageComposer.js.map +1 -1
  273. package/dist/components/core/chatter/SolidMessageComposer.tsx +146 -0
  274. package/dist/components/core/common/AvatarWidget.d.ts.map +1 -1
  275. package/dist/components/core/common/AvatarWidget.js +12 -13
  276. package/dist/components/core/common/AvatarWidget.js.map +1 -1
  277. package/dist/components/core/common/AvatarWidget.tsx +55 -0
  278. package/dist/components/core/common/DateFieldViewComponent.d.ts.map +1 -1
  279. package/dist/components/core/common/DateFieldViewComponent.js +2 -3
  280. package/dist/components/core/common/DateFieldViewComponent.js.map +1 -1
  281. package/dist/components/core/common/DateFieldViewComponent.tsx +36 -0
  282. package/dist/components/core/common/FilterComponent.d.ts.map +1 -1
  283. package/dist/components/core/common/FilterComponent.js +63 -82
  284. package/dist/components/core/common/FilterComponent.js.map +1 -1
  285. package/dist/components/core/common/FilterComponent.tsx +458 -0
  286. package/dist/components/core/common/LoadDynamicJsxComponent.d.ts.map +1 -1
  287. package/dist/components/core/common/LoadDynamicJsxComponent.js +14 -19
  288. package/dist/components/core/common/LoadDynamicJsxComponent.js.map +1 -1
  289. package/dist/components/core/common/LoadDynamicJsxComponent.tsx +70 -0
  290. package/dist/components/core/common/PDFViewer.d.ts.map +1 -1
  291. package/dist/components/core/common/PDFViewer.js +20 -68
  292. package/dist/components/core/common/PDFViewer.js.map +1 -1
  293. package/dist/components/core/common/PDFViewer.tsx +117 -0
  294. package/dist/components/core/common/SolidAccountSettings/SolidAccountSettings.d.ts.map +1 -1
  295. package/dist/components/core/common/SolidAccountSettings/SolidAccountSettings.js +13 -13
  296. package/dist/components/core/common/SolidAccountSettings/SolidAccountSettings.js.map +1 -1
  297. package/dist/components/core/common/SolidAccountSettings/SolidAccountSettings.tsx +89 -0
  298. package/dist/components/core/common/SolidAccountSettings/SolidChangePassword.d.ts.map +1 -1
  299. package/dist/components/core/common/SolidAccountSettings/SolidChangePassword.js +52 -115
  300. package/dist/components/core/common/SolidAccountSettings/SolidChangePassword.js.map +1 -1
  301. package/dist/components/core/common/SolidAccountSettings/SolidChangePassword.tsx +188 -0
  302. package/dist/components/core/common/SolidAccountSettings/SolidNotifications.d.ts.map +1 -1
  303. package/dist/components/core/common/SolidAccountSettings/SolidNotifications.js +70 -118
  304. package/dist/components/core/common/SolidAccountSettings/SolidNotifications.js.map +1 -1
  305. package/dist/components/core/common/SolidAccountSettings/SolidNotifications.tsx +139 -0
  306. package/dist/components/core/common/SolidAccountSettings/SolidPersonalInfo.d.ts.map +1 -1
  307. package/dist/components/core/common/SolidAccountSettings/SolidPersonalInfo.js +104 -190
  308. package/dist/components/core/common/SolidAccountSettings/SolidPersonalInfo.js.map +1 -1
  309. package/dist/components/core/common/SolidAccountSettings/SolidPersonalInfo.tsx +311 -0
  310. package/dist/components/core/common/SolidCreateButton.d.ts.map +1 -1
  311. package/dist/components/core/common/SolidCreateButton.js +7 -9
  312. package/dist/components/core/common/SolidCreateButton.js.map +1 -1
  313. package/dist/components/core/common/SolidCreateButton.tsx +48 -0
  314. package/dist/components/core/common/SolidGenericImport/DocumentSvg.d.ts.map +1 -1
  315. package/dist/components/core/common/SolidGenericImport/DocumentSvg.js +2 -2
  316. package/dist/components/core/common/SolidGenericImport/DocumentSvg.js.map +1 -1
  317. package/dist/components/core/common/SolidGenericImport/DocumentSvg.tsx +15 -0
  318. package/dist/components/core/common/SolidGenericImport/SolidGenericImport.d.ts.map +1 -1
  319. package/dist/components/core/common/SolidGenericImport/SolidGenericImport.js +6 -8
  320. package/dist/components/core/common/SolidGenericImport/SolidGenericImport.js.map +1 -1
  321. package/dist/components/core/common/SolidGenericImport/SolidGenericImport.tsx +64 -0
  322. package/dist/components/core/common/SolidGenericImport/SolidImportDropzone.d.ts.map +1 -1
  323. package/dist/components/core/common/SolidGenericImport/SolidImportDropzone.js +45 -102
  324. package/dist/components/core/common/SolidGenericImport/SolidImportDropzone.js.map +1 -1
  325. package/dist/components/core/common/SolidGenericImport/SolidImportDropzone.tsx +125 -0
  326. package/dist/components/core/common/SolidGenericImport/SolidImportInstructions.d.ts.map +1 -1
  327. package/dist/components/core/common/SolidGenericImport/SolidImportInstructions.js +50 -108
  328. package/dist/components/core/common/SolidGenericImport/SolidImportInstructions.js.map +1 -1
  329. package/dist/components/core/common/SolidGenericImport/SolidImportInstructions.tsx +122 -0
  330. package/dist/components/core/common/SolidGenericImport/SolidImportStepper.d.ts.map +1 -1
  331. package/dist/components/core/common/SolidGenericImport/SolidImportStepper.js +46 -58
  332. package/dist/components/core/common/SolidGenericImport/SolidImportStepper.js.map +1 -1
  333. package/dist/components/core/common/SolidGenericImport/SolidImportStepper.tsx +217 -0
  334. package/dist/components/core/common/SolidGenericImport/SolidImportTransaction.d.ts.map +1 -1
  335. package/dist/components/core/common/SolidGenericImport/SolidImportTransaction.js +72 -132
  336. package/dist/components/core/common/SolidGenericImport/SolidImportTransaction.js.map +1 -1
  337. package/dist/components/core/common/SolidGenericImport/SolidImportTransaction.tsx +205 -0
  338. package/dist/components/core/common/SolidGenericImport/SolidImportTransactionStatus.d.ts.map +1 -1
  339. package/dist/components/core/common/SolidGenericImport/SolidImportTransactionStatus.js +49 -107
  340. package/dist/components/core/common/SolidGenericImport/SolidImportTransactionStatus.js.map +1 -1
  341. package/dist/components/core/common/SolidGenericImport/SolidImportTransactionStatus.tsx +158 -0
  342. package/dist/components/core/common/SolidGenericImport/SolidImportWrapper.d.ts.map +1 -1
  343. package/dist/components/core/common/SolidGenericImport/SolidImportWrapper.js +4 -6
  344. package/dist/components/core/common/SolidGenericImport/SolidImportWrapper.js.map +1 -1
  345. package/dist/components/core/common/SolidGenericImport/SolidImportWrapper.tsx +29 -0
  346. package/dist/components/core/common/SolidGlobalSearchElement.d.ts.map +1 -1
  347. package/dist/components/core/common/SolidGlobalSearchElement.js +465 -609
  348. package/dist/components/core/common/SolidGlobalSearchElement.js.map +1 -1
  349. package/dist/components/core/common/SolidGlobalSearchElement.tsx +1470 -0
  350. package/dist/components/core/common/SolidLayoutViews.d.ts.map +1 -1
  351. package/dist/components/core/common/SolidLayoutViews.js +3 -4
  352. package/dist/components/core/common/SolidLayoutViews.js.map +1 -1
  353. package/dist/components/core/common/SolidLayoutViews.tsx +87 -0
  354. package/dist/components/core/common/SolidListViewOptions.d.ts.map +1 -1
  355. package/dist/components/core/common/SolidListViewOptions.js +4 -4
  356. package/dist/components/core/common/SolidListViewOptions.js.map +1 -1
  357. package/dist/components/core/common/SolidListViewOptions.tsx +31 -0
  358. package/dist/components/core/common/SolidLoaders/SolidCircularLoader.d.ts.map +1 -1
  359. package/dist/components/core/common/SolidLoaders/SolidCircularLoader.js +1 -1
  360. package/dist/components/core/common/SolidLoaders/SolidCircularLoader.js.map +1 -1
  361. package/dist/components/core/common/SolidLoaders/SolidCircularLoader.tsx +7 -0
  362. package/dist/components/core/common/SolidPasswordHelperText.d.ts.map +1 -1
  363. package/dist/components/core/common/SolidPasswordHelperText.js +3 -5
  364. package/dist/components/core/common/SolidPasswordHelperText.js.map +1 -1
  365. package/dist/components/core/common/SolidPasswordHelperText.tsx +34 -0
  366. package/dist/components/core/common/SolidSaveCustomFilterForm.d.ts.map +1 -1
  367. package/dist/components/core/common/SolidSaveCustomFilterForm.js +11 -23
  368. package/dist/components/core/common/SolidSaveCustomFilterForm.js.map +1 -1
  369. package/dist/components/core/common/SolidSaveCustomFilterForm.tsx +75 -0
  370. package/dist/components/core/common/SolidSearchBox.d.ts.map +1 -1
  371. package/dist/components/core/common/SolidSearchBox.js +5 -6
  372. package/dist/components/core/common/SolidSearchBox.js.map +1 -1
  373. package/dist/components/core/common/SolidSearchBox.tsx +17 -0
  374. package/dist/components/core/common/SolidViewLayoutManager.d.ts +3 -1
  375. package/dist/components/core/common/SolidViewLayoutManager.d.ts.map +1 -1
  376. package/dist/components/core/common/SolidViewLayoutManager.js +116 -111
  377. package/dist/components/core/common/SolidViewLayoutManager.js.map +1 -1
  378. package/dist/components/core/common/SolidViewLayoutManager.ts +421 -0
  379. package/dist/components/core/common/SolidXAiIframe.d.ts.map +1 -1
  380. package/dist/components/core/common/SolidXAiIframe.js +21 -68
  381. package/dist/components/core/common/SolidXAiIframe.js.map +1 -1
  382. package/dist/components/core/common/SolidXAiIframe.tsx +77 -0
  383. package/dist/components/core/dashboard/SolidDashboard.d.ts.map +1 -1
  384. package/dist/components/core/dashboard/SolidDashboard.js +61 -145
  385. package/dist/components/core/dashboard/SolidDashboard.js.map +1 -1
  386. package/dist/components/core/dashboard/SolidDashboard.tsx +332 -0
  387. package/dist/components/core/dashboard/SolidDashboardBody.d.ts.map +1 -1
  388. package/dist/components/core/dashboard/SolidDashboardBody.js +18 -38
  389. package/dist/components/core/dashboard/SolidDashboardBody.js.map +1 -1
  390. package/dist/components/core/dashboard/SolidDashboardBody.tsx +117 -0
  391. package/dist/components/core/dashboard/SolidDashboardFilterRequired.d.ts.map +1 -1
  392. package/dist/components/core/dashboard/SolidDashboardFilterRequired.js +1 -1
  393. package/dist/components/core/dashboard/SolidDashboardFilterRequired.js.map +1 -1
  394. package/dist/components/core/dashboard/SolidDashboardFilterRequired.tsx +28 -0
  395. package/dist/components/core/dashboard/SolidDashboardHeader.d.ts.map +1 -1
  396. package/dist/components/core/dashboard/SolidDashboardHeader.js +1 -1
  397. package/dist/components/core/dashboard/SolidDashboardHeader.js.map +1 -1
  398. package/dist/components/core/dashboard/SolidDashboardHeader.tsx +10 -0
  399. package/dist/components/core/dashboard/SolidDashboardLoading.d.ts.map +1 -1
  400. package/dist/components/core/dashboard/SolidDashboardLoading.js +1 -1
  401. package/dist/components/core/dashboard/SolidDashboardLoading.js.map +1 -1
  402. package/dist/components/core/dashboard/SolidDashboardLoading.tsx +55 -0
  403. package/dist/components/core/dashboard/SolidDashboardNotAvailable.d.ts.map +1 -1
  404. package/dist/components/core/dashboard/SolidDashboardNotAvailable.js +1 -1
  405. package/dist/components/core/dashboard/SolidDashboardNotAvailable.js.map +1 -1
  406. package/dist/components/core/dashboard/SolidDashboardNotAvailable.tsx +32 -0
  407. package/dist/components/core/dashboard/SolidDashboardRenderError.d.ts.map +1 -1
  408. package/dist/components/core/dashboard/SolidDashboardRenderError.js +1 -1
  409. package/dist/components/core/dashboard/SolidDashboardRenderError.js.map +1 -1
  410. package/dist/components/core/dashboard/SolidDashboardRenderError.tsx +29 -0
  411. package/dist/components/core/dashboard/SolidDashboardVariable.d.ts.map +1 -1
  412. package/dist/components/core/dashboard/SolidDashboardVariable.js +54 -71
  413. package/dist/components/core/dashboard/SolidDashboardVariable.js.map +1 -1
  414. package/dist/components/core/dashboard/SolidDashboardVariable.tsx +256 -0
  415. package/dist/components/core/dashboard/SolidQuestionRenderer.d.ts.map +1 -1
  416. package/dist/components/core/dashboard/SolidQuestionRenderer.js +9 -11
  417. package/dist/components/core/dashboard/SolidQuestionRenderer.js.map +1 -1
  418. package/dist/components/core/dashboard/SolidQuestionRenderer.tsx +78 -0
  419. package/dist/components/core/dashboard/chart-renderers/ChartJsRenderer.d.ts.map +1 -1
  420. package/dist/components/core/dashboard/chart-renderers/ChartJsRenderer.js +1 -2
  421. package/dist/components/core/dashboard/chart-renderers/ChartJsRenderer.js.map +1 -1
  422. package/dist/components/core/dashboard/chart-renderers/ChartJsRenderer.tsx +18 -0
  423. package/dist/components/core/dashboard/chart-renderers/PrimeReactDatatableRenderer.d.ts.map +1 -1
  424. package/dist/components/core/dashboard/chart-renderers/PrimeReactDatatableRenderer.js +10 -12
  425. package/dist/components/core/dashboard/chart-renderers/PrimeReactDatatableRenderer.js.map +1 -1
  426. package/dist/components/core/dashboard/chart-renderers/PrimeReactDatatableRenderer.tsx +54 -0
  427. package/dist/components/core/dashboard/chart-renderers/init-chartjs.d.ts.map +1 -1
  428. package/dist/components/core/dashboard/chart-renderers/init-chartjs.js.map +1 -1
  429. package/dist/components/core/dashboard/chart-renderers/init-chartjs.ts +25 -0
  430. package/dist/components/core/dashboard/dashboard-utils.d.ts.map +1 -1
  431. package/dist/components/core/dashboard/dashboard-utils.js +1 -1
  432. package/dist/components/core/dashboard/dashboard-utils.js.map +1 -1
  433. package/dist/components/core/dashboard/dashboard-utils.ts +39 -0
  434. package/dist/components/core/extension/solid-core/CustomIcon/StatusIcon.d.ts.map +1 -1
  435. package/dist/components/core/extension/solid-core/CustomIcon/StatusIcon.js +2 -3
  436. package/dist/components/core/extension/solid-core/CustomIcon/StatusIcon.js.map +1 -1
  437. package/dist/components/core/extension/solid-core/CustomIcon/StatusIcon.tsx +17 -0
  438. package/dist/components/core/extension/solid-core/dashboardQuestion/ChartFormPreviewWidget.d.ts.map +1 -1
  439. package/dist/components/core/extension/solid-core/dashboardQuestion/ChartFormPreviewWidget.js +8 -9
  440. package/dist/components/core/extension/solid-core/dashboardQuestion/ChartFormPreviewWidget.js.map +1 -1
  441. package/dist/components/core/extension/solid-core/dashboardQuestion/ChartFormPreviewWidget.tsx +36 -0
  442. package/dist/components/core/extension/solid-core/emailTemplate/emailFormTypeChangeHandler.d.ts.map +1 -1
  443. package/dist/components/core/extension/solid-core/emailTemplate/emailFormTypeChangeHandler.js +5 -5
  444. package/dist/components/core/extension/solid-core/emailTemplate/emailFormTypeChangeHandler.js.map +1 -1
  445. package/dist/components/core/extension/solid-core/emailTemplate/emailFormTypeChangeHandler.ts +18 -0
  446. package/dist/components/core/extension/solid-core/emailTemplate/emailFormTypeLoad.d.ts.map +1 -1
  447. package/dist/components/core/extension/solid-core/emailTemplate/emailFormTypeLoad.js +6 -6
  448. package/dist/components/core/extension/solid-core/emailTemplate/emailFormTypeLoad.js.map +1 -1
  449. package/dist/components/core/extension/solid-core/emailTemplate/emailFormTypeLoad.ts +18 -0
  450. package/dist/components/core/extension/solid-core/modelMetadata/list/DeleteModelRowAction.d.ts.map +1 -1
  451. package/dist/components/core/extension/solid-core/modelMetadata/list/DeleteModelRowAction.js +46 -99
  452. package/dist/components/core/extension/solid-core/modelMetadata/list/DeleteModelRowAction.js.map +1 -1
  453. package/dist/components/core/extension/solid-core/modelMetadata/list/DeleteModelRowAction.tsx +114 -0
  454. package/dist/components/core/extension/solid-core/modelMetadata/list/GenerateModelCodeRowAction.d.ts.map +1 -1
  455. package/dist/components/core/extension/solid-core/modelMetadata/list/GenerateModelCodeRowAction.js +60 -139
  456. package/dist/components/core/extension/solid-core/modelMetadata/list/GenerateModelCodeRowAction.js.map +1 -1
  457. package/dist/components/core/extension/solid-core/modelMetadata/list/GenerateModelCodeRowAction.tsx +213 -0
  458. package/dist/components/core/extension/solid-core/moduleMetadata/list/DeleteModuleRowAction.d.ts.map +1 -1
  459. package/dist/components/core/extension/solid-core/moduleMetadata/list/DeleteModuleRowAction.js +50 -102
  460. package/dist/components/core/extension/solid-core/moduleMetadata/list/DeleteModuleRowAction.js.map +1 -1
  461. package/dist/components/core/extension/solid-core/moduleMetadata/list/DeleteModuleRowAction.tsx +138 -0
  462. package/dist/components/core/extension/solid-core/moduleMetadata/list/GenerateModuleCodeRowAction.d.ts.map +1 -1
  463. package/dist/components/core/extension/solid-core/moduleMetadata/list/GenerateModuleCodeRowAction.js +66 -151
  464. package/dist/components/core/extension/solid-core/moduleMetadata/list/GenerateModuleCodeRowAction.js.map +1 -1
  465. package/dist/components/core/extension/solid-core/moduleMetadata/list/GenerateModuleCodeRowAction.tsx +209 -0
  466. package/dist/components/core/extension/solid-core/roleMetadata/RolePermissionsManyToManyFieldWidget.d.ts.map +1 -1
  467. package/dist/components/core/extension/solid-core/roleMetadata/RolePermissionsManyToManyFieldWidget.js +32 -57
  468. package/dist/components/core/extension/solid-core/roleMetadata/RolePermissionsManyToManyFieldWidget.js.map +1 -1
  469. package/dist/components/core/extension/solid-core/roleMetadata/RolePermissionsManyToManyFieldWidget.tsx +131 -0
  470. package/dist/components/core/field/FieldListViewData.d.ts.map +1 -1
  471. package/dist/components/core/field/FieldListViewData.js +93 -130
  472. package/dist/components/core/field/FieldListViewData.js.map +1 -1
  473. package/dist/components/core/field/FieldListViewData.tsx +313 -0
  474. package/dist/components/core/filter/SolidBooleanFilterElement.d.ts.map +1 -1
  475. package/dist/components/core/filter/SolidBooleanFilterElement.js +6 -7
  476. package/dist/components/core/filter/SolidBooleanFilterElement.js.map +1 -1
  477. package/dist/components/core/filter/SolidBooleanFilterElement.tsx +30 -0
  478. package/dist/components/core/filter/SolidFilterFields.d.ts.map +1 -1
  479. package/dist/components/core/filter/SolidFilterFields.js +22 -23
  480. package/dist/components/core/filter/SolidFilterFields.js.map +1 -1
  481. package/dist/components/core/filter/SolidFilterFields.tsx +131 -0
  482. package/dist/components/core/filter/SolidManyToManyFilterElement.d.ts.map +1 -1
  483. package/dist/components/core/filter/SolidManyToManyFilterElement.js +25 -73
  484. package/dist/components/core/filter/SolidManyToManyFilterElement.js.map +1 -1
  485. package/dist/components/core/filter/SolidManyToManyFilterElement.tsx +64 -0
  486. package/dist/components/core/filter/SolidManyToOneFilterElement.d.ts.map +1 -1
  487. package/dist/components/core/filter/SolidManyToOneFilterElement.js +32 -78
  488. package/dist/components/core/filter/SolidManyToOneFilterElement.js.map +1 -1
  489. package/dist/components/core/filter/SolidManyToOneFilterElement.tsx +61 -0
  490. package/dist/components/core/filter/SolidSelectionDynamicFilterElement.d.ts.map +1 -1
  491. package/dist/components/core/filter/SolidSelectionDynamicFilterElement.js +21 -64
  492. package/dist/components/core/filter/SolidSelectionDynamicFilterElement.js.map +1 -1
  493. package/dist/components/core/filter/SolidSelectionDynamicFilterElement.tsx +50 -0
  494. package/dist/components/core/filter/SolidSelectionStaticFilterElement.d.ts.map +1 -1
  495. package/dist/components/core/filter/SolidSelectionStaticFilterElement.js +6 -7
  496. package/dist/components/core/filter/SolidSelectionStaticFilterElement.js.map +1 -1
  497. package/dist/components/core/filter/SolidSelectionStaticFilterElement.tsx +32 -0
  498. package/dist/components/core/filter/SolidVarInputsFilterElement.d.ts.map +1 -1
  499. package/dist/components/core/filter/SolidVarInputsFilterElement.js +18 -30
  500. package/dist/components/core/filter/SolidVarInputsFilterElement.js.map +1 -1
  501. package/dist/components/core/filter/SolidVarInputsFilterElement.tsx +209 -0
  502. package/dist/components/core/filter/fields/SolidBigintField.d.ts.map +1 -1
  503. package/dist/components/core/filter/fields/SolidBigintField.js +2 -3
  504. package/dist/components/core/filter/fields/SolidBigintField.js.map +1 -1
  505. package/dist/components/core/filter/fields/SolidBigintField.tsx +9 -0
  506. package/dist/components/core/filter/fields/SolidBooleanField.d.ts.map +1 -1
  507. package/dist/components/core/filter/fields/SolidBooleanField.js +8 -9
  508. package/dist/components/core/filter/fields/SolidBooleanField.js.map +1 -1
  509. package/dist/components/core/filter/fields/SolidBooleanField.tsx +68 -0
  510. package/dist/components/core/filter/fields/SolidComputedField.d.ts.map +1 -1
  511. package/dist/components/core/filter/fields/SolidComputedField.js +5 -6
  512. package/dist/components/core/filter/fields/SolidComputedField.js.map +1 -1
  513. package/dist/components/core/filter/fields/SolidComputedField.tsx +23 -0
  514. package/dist/components/core/filter/fields/SolidDateField.d.ts.map +1 -1
  515. package/dist/components/core/filter/fields/SolidDateField.js +7 -8
  516. package/dist/components/core/filter/fields/SolidDateField.js.map +1 -1
  517. package/dist/components/core/filter/fields/SolidDateField.tsx +63 -0
  518. package/dist/components/core/filter/fields/SolidDatetimeField.d.ts.map +1 -1
  519. package/dist/components/core/filter/fields/SolidDatetimeField.js +7 -8
  520. package/dist/components/core/filter/fields/SolidDatetimeField.js.map +1 -1
  521. package/dist/components/core/filter/fields/SolidDatetimeField.tsx +54 -0
  522. package/dist/components/core/filter/fields/SolidDecimalField.d.ts.map +1 -1
  523. package/dist/components/core/filter/fields/SolidDecimalField.js +2 -3
  524. package/dist/components/core/filter/fields/SolidDecimalField.js.map +1 -1
  525. package/dist/components/core/filter/fields/SolidDecimalField.tsx +9 -0
  526. package/dist/components/core/filter/fields/SolidExternalIdField.d.ts.map +1 -1
  527. package/dist/components/core/filter/fields/SolidExternalIdField.js +7 -8
  528. package/dist/components/core/filter/fields/SolidExternalIdField.js.map +1 -1
  529. package/dist/components/core/filter/fields/SolidExternalIdField.tsx +52 -0
  530. package/dist/components/core/filter/fields/SolidFloatField.d.ts.map +1 -1
  531. package/dist/components/core/filter/fields/SolidFloatField.js +2 -3
  532. package/dist/components/core/filter/fields/SolidFloatField.js.map +1 -1
  533. package/dist/components/core/filter/fields/SolidFloatField.tsx +9 -0
  534. package/dist/components/core/filter/fields/SolidIdField.d.ts.map +1 -1
  535. package/dist/components/core/filter/fields/SolidIdField.js +7 -8
  536. package/dist/components/core/filter/fields/SolidIdField.js.map +1 -1
  537. package/dist/components/core/filter/fields/SolidIdField.tsx +46 -0
  538. package/dist/components/core/filter/fields/SolidIntField.d.ts.map +1 -1
  539. package/dist/components/core/filter/fields/SolidIntField.js +5 -6
  540. package/dist/components/core/filter/fields/SolidIntField.js.map +1 -1
  541. package/dist/components/core/filter/fields/SolidIntField.tsx +61 -0
  542. package/dist/components/core/filter/fields/SolidLongTextField.d.ts.map +1 -1
  543. package/dist/components/core/filter/fields/SolidLongTextField.js +2 -3
  544. package/dist/components/core/filter/fields/SolidLongTextField.js.map +1 -1
  545. package/dist/components/core/filter/fields/SolidLongTextField.tsx +9 -0
  546. package/dist/components/core/filter/fields/SolidMediaMultipleField.d.ts.map +1 -1
  547. package/dist/components/core/filter/fields/SolidMediaMultipleField.js +7 -8
  548. package/dist/components/core/filter/fields/SolidMediaMultipleField.js.map +1 -1
  549. package/dist/components/core/filter/fields/SolidMediaMultipleField.tsx +60 -0
  550. package/dist/components/core/filter/fields/SolidMediaSingleField.d.ts.map +1 -1
  551. package/dist/components/core/filter/fields/SolidMediaSingleField.js +7 -8
  552. package/dist/components/core/filter/fields/SolidMediaSingleField.js.map +1 -1
  553. package/dist/components/core/filter/fields/SolidMediaSingleField.tsx +62 -0
  554. package/dist/components/core/filter/fields/SolidRelationField.d.ts.map +1 -1
  555. package/dist/components/core/filter/fields/SolidRelationField.js +3 -4
  556. package/dist/components/core/filter/fields/SolidRelationField.js.map +1 -1
  557. package/dist/components/core/filter/fields/SolidRelationField.tsx +17 -0
  558. package/dist/components/core/filter/fields/SolidRichTextField.d.ts.map +1 -1
  559. package/dist/components/core/filter/fields/SolidRichTextField.js +2 -3
  560. package/dist/components/core/filter/fields/SolidRichTextField.js.map +1 -1
  561. package/dist/components/core/filter/fields/SolidRichTextField.tsx +9 -0
  562. package/dist/components/core/filter/fields/SolidSelectionDynamicField.d.ts.map +1 -1
  563. package/dist/components/core/filter/fields/SolidSelectionDynamicField.js +7 -8
  564. package/dist/components/core/filter/fields/SolidSelectionDynamicField.js.map +1 -1
  565. package/dist/components/core/filter/fields/SolidSelectionDynamicField.tsx +52 -0
  566. package/dist/components/core/filter/fields/SolidSelectionStaticField.d.ts.map +1 -1
  567. package/dist/components/core/filter/fields/SolidSelectionStaticField.js +7 -8
  568. package/dist/components/core/filter/fields/SolidSelectionStaticField.js.map +1 -1
  569. package/dist/components/core/filter/fields/SolidSelectionStaticField.tsx +54 -0
  570. package/dist/components/core/filter/fields/SolidShortTextField.d.ts.map +1 -1
  571. package/dist/components/core/filter/fields/SolidShortTextField.js +7 -8
  572. package/dist/components/core/filter/fields/SolidShortTextField.js.map +1 -1
  573. package/dist/components/core/filter/fields/SolidShortTextField.tsx +60 -0
  574. package/dist/components/core/filter/fields/SolidTimeField.d.ts.map +1 -1
  575. package/dist/components/core/filter/fields/SolidTimeField.js +6 -7
  576. package/dist/components/core/filter/fields/SolidTimeField.js.map +1 -1
  577. package/dist/components/core/filter/fields/SolidTimeField.tsx +48 -0
  578. package/dist/components/core/filter/fields/SolidUuidField.d.ts.map +1 -1
  579. package/dist/components/core/filter/fields/SolidUuidField.js +7 -8
  580. package/dist/components/core/filter/fields/SolidUuidField.js.map +1 -1
  581. package/dist/components/core/filter/fields/SolidUuidField.tsx +51 -0
  582. package/dist/components/core/filter/fields/relations/SolidRelationManyToManyField.d.ts +1 -1
  583. package/dist/components/core/filter/fields/relations/SolidRelationManyToManyField.d.ts.map +1 -1
  584. package/dist/components/core/filter/fields/relations/SolidRelationManyToManyField.js +8 -9
  585. package/dist/components/core/filter/fields/relations/SolidRelationManyToManyField.js.map +1 -1
  586. package/dist/components/core/filter/fields/relations/SolidRelationManyToManyField.tsx +62 -0
  587. package/dist/components/core/filter/fields/relations/SolidRelationManyToOneField.d.ts +1 -1
  588. package/dist/components/core/filter/fields/relations/SolidRelationManyToOneField.d.ts.map +1 -1
  589. package/dist/components/core/filter/fields/relations/SolidRelationManyToOneField.js +8 -9
  590. package/dist/components/core/filter/fields/relations/SolidRelationManyToOneField.js.map +1 -1
  591. package/dist/components/core/filter/fields/relations/SolidRelationManyToOneField.tsx +84 -0
  592. package/dist/components/core/form/SolidFormActionHeader.d.ts.map +1 -1
  593. package/dist/components/core/form/SolidFormActionHeader.js +64 -74
  594. package/dist/components/core/form/SolidFormActionHeader.js.map +1 -1
  595. package/dist/components/core/form/SolidFormActionHeader.tsx +497 -0
  596. package/dist/components/core/form/SolidFormFieldRender.d.ts.map +1 -1
  597. package/dist/components/core/form/SolidFormFieldRender.js +9 -11
  598. package/dist/components/core/form/SolidFormFieldRender.js.map +1 -1
  599. package/dist/components/core/form/SolidFormFieldRender.tsx +53 -0
  600. package/dist/components/core/form/SolidFormFieldRenderExtension.d.ts.map +1 -1
  601. package/dist/components/core/form/SolidFormFieldRenderExtension.js +4 -16
  602. package/dist/components/core/form/SolidFormFieldRenderExtension.js.map +1 -1
  603. package/dist/components/core/form/SolidFormFieldRenderExtension.tsx +26 -0
  604. package/dist/components/core/form/SolidFormFooter.d.ts.map +1 -1
  605. package/dist/components/core/form/SolidFormFooter.js +49 -103
  606. package/dist/components/core/form/SolidFormFooter.js.map +1 -1
  607. package/dist/components/core/form/SolidFormFooter.tsx +162 -0
  608. package/dist/components/core/form/SolidFormLayouts.d.ts.map +1 -1
  609. package/dist/components/core/form/SolidFormLayouts.js +18 -30
  610. package/dist/components/core/form/SolidFormLayouts.js.map +1 -1
  611. package/dist/components/core/form/SolidFormLayouts.tsx +104 -0
  612. package/dist/components/core/form/SolidFormUserViewLayout.d.ts.map +1 -1
  613. package/dist/components/core/form/SolidFormUserViewLayout.js +37 -94
  614. package/dist/components/core/form/SolidFormUserViewLayout.js.map +1 -1
  615. package/dist/components/core/form/SolidFormUserViewLayout.tsx +84 -0
  616. package/dist/components/core/form/SolidFormView.d.ts.map +1 -1
  617. package/dist/components/core/form/SolidFormView.js +735 -760
  618. package/dist/components/core/form/SolidFormView.js.map +1 -1
  619. package/dist/components/core/form/SolidFormView.tsx +1856 -0
  620. package/dist/components/core/form/SolidFormViewContextMenuHeaderButton.d.ts.map +1 -1
  621. package/dist/components/core/form/SolidFormViewContextMenuHeaderButton.js +9 -11
  622. package/dist/components/core/form/SolidFormViewContextMenuHeaderButton.js.map +1 -1
  623. package/dist/components/core/form/SolidFormViewContextMenuHeaderButton.tsx +52 -0
  624. package/dist/components/core/form/SolidFormViewNormalHeaderButton.d.ts.map +1 -1
  625. package/dist/components/core/form/SolidFormViewNormalHeaderButton.js +9 -11
  626. package/dist/components/core/form/SolidFormViewNormalHeaderButton.js.map +1 -1
  627. package/dist/components/core/form/SolidFormViewNormalHeaderButton.tsx +52 -0
  628. package/dist/components/core/form/SolidFormViewShimmerLoading.d.ts.map +1 -1
  629. package/dist/components/core/form/SolidFormViewShimmerLoading.js +1 -1
  630. package/dist/components/core/form/SolidFormViewShimmerLoading.js.map +1 -1
  631. package/dist/components/core/form/SolidFormViewShimmerLoading.tsx +109 -0
  632. package/dist/components/core/form/fields/ISolidField.d.ts.map +1 -1
  633. package/dist/components/core/form/fields/ISolidField.js.map +1 -1
  634. package/dist/components/core/form/fields/ISolidField.tsx +71 -0
  635. package/dist/components/core/form/fields/SolidBooleanField.d.ts +2 -2
  636. package/dist/components/core/form/fields/SolidBooleanField.d.ts.map +1 -1
  637. package/dist/components/core/form/fields/SolidBooleanField.js +112 -143
  638. package/dist/components/core/form/fields/SolidBooleanField.js.map +1 -1
  639. package/dist/components/core/form/fields/SolidBooleanField.tsx +434 -0
  640. package/dist/components/core/form/fields/SolidDateField.d.ts +2 -2
  641. package/dist/components/core/form/fields/SolidDateField.d.ts.map +1 -1
  642. package/dist/components/core/form/fields/SolidDateField.js +75 -98
  643. package/dist/components/core/form/fields/SolidDateField.js.map +1 -1
  644. package/dist/components/core/form/fields/SolidDateField.tsx +247 -0
  645. package/dist/components/core/form/fields/SolidDateTimeField.d.ts +2 -2
  646. package/dist/components/core/form/fields/SolidDateTimeField.d.ts.map +1 -1
  647. package/dist/components/core/form/fields/SolidDateTimeField.js +67 -89
  648. package/dist/components/core/form/fields/SolidDateTimeField.js.map +1 -1
  649. package/dist/components/core/form/fields/SolidDateTimeField.tsx +229 -0
  650. package/dist/components/core/form/fields/SolidDecimalField.d.ts +2 -2
  651. package/dist/components/core/form/fields/SolidDecimalField.d.ts.map +1 -1
  652. package/dist/components/core/form/fields/SolidDecimalField.js +51 -71
  653. package/dist/components/core/form/fields/SolidDecimalField.js.map +1 -1
  654. package/dist/components/core/form/fields/SolidDecimalField.tsx +171 -0
  655. package/dist/components/core/form/fields/SolidEmailField.d.ts +2 -2
  656. package/dist/components/core/form/fields/SolidEmailField.d.ts.map +1 -1
  657. package/dist/components/core/form/fields/SolidEmailField.js +50 -68
  658. package/dist/components/core/form/fields/SolidEmailField.js.map +1 -1
  659. package/dist/components/core/form/fields/SolidEmailField.tsx +176 -0
  660. package/dist/components/core/form/fields/SolidIntegerField.d.ts +2 -2
  661. package/dist/components/core/form/fields/SolidIntegerField.d.ts.map +1 -1
  662. package/dist/components/core/form/fields/SolidIntegerField.js +91 -103
  663. package/dist/components/core/form/fields/SolidIntegerField.js.map +1 -1
  664. package/dist/components/core/form/fields/SolidIntegerField.tsx +282 -0
  665. package/dist/components/core/form/fields/SolidJsonField.d.ts +2 -2
  666. package/dist/components/core/form/fields/SolidJsonField.d.ts.map +1 -1
  667. package/dist/components/core/form/fields/SolidJsonField.js +54 -74
  668. package/dist/components/core/form/fields/SolidJsonField.js.map +1 -1
  669. package/dist/components/core/form/fields/SolidJsonField.tsx +185 -0
  670. package/dist/components/core/form/fields/SolidLongTextField.d.ts +2 -2
  671. package/dist/components/core/form/fields/SolidLongTextField.d.ts.map +1 -1
  672. package/dist/components/core/form/fields/SolidLongTextField.js +128 -177
  673. package/dist/components/core/form/fields/SolidLongTextField.js.map +1 -1
  674. package/dist/components/core/form/fields/SolidLongTextField.tsx +618 -0
  675. package/dist/components/core/form/fields/SolidMediaMultipleField.d.ts +2 -2
  676. package/dist/components/core/form/fields/SolidMediaMultipleField.d.ts.map +1 -1
  677. package/dist/components/core/form/fields/SolidMediaMultipleField.js +150 -185
  678. package/dist/components/core/form/fields/SolidMediaMultipleField.js.map +1 -1
  679. package/dist/components/core/form/fields/SolidMediaMultipleField.tsx +663 -0
  680. package/dist/components/core/form/fields/SolidMediaSingleField.d.ts +2 -2
  681. package/dist/components/core/form/fields/SolidMediaSingleField.d.ts.map +1 -1
  682. package/dist/components/core/form/fields/SolidMediaSingleField.js +117 -143
  683. package/dist/components/core/form/fields/SolidMediaSingleField.js.map +1 -1
  684. package/dist/components/core/form/fields/SolidMediaSingleField.tsx +547 -0
  685. package/dist/components/core/form/fields/SolidPasswordField.d.ts +2 -2
  686. package/dist/components/core/form/fields/SolidPasswordField.d.ts.map +1 -1
  687. package/dist/components/core/form/fields/SolidPasswordField.js +117 -188
  688. package/dist/components/core/form/fields/SolidPasswordField.js.map +1 -1
  689. package/dist/components/core/form/fields/SolidPasswordField.tsx +390 -0
  690. package/dist/components/core/form/fields/SolidRelationField.d.ts.map +1 -1
  691. package/dist/components/core/form/fields/SolidRelationField.js +16 -19
  692. package/dist/components/core/form/fields/SolidRelationField.js.map +1 -1
  693. package/dist/components/core/form/fields/SolidRelationField.tsx +56 -0
  694. package/dist/components/core/form/fields/SolidRichTextField.d.ts +2 -2
  695. package/dist/components/core/form/fields/SolidRichTextField.d.ts.map +1 -1
  696. package/dist/components/core/form/fields/SolidRichTextField.js +50 -69
  697. package/dist/components/core/form/fields/SolidRichTextField.js.map +1 -1
  698. package/dist/components/core/form/fields/SolidRichTextField.tsx +188 -0
  699. package/dist/components/core/form/fields/SolidSelectionDynamicField.d.ts +2 -2
  700. package/dist/components/core/form/fields/SolidSelectionDynamicField.d.ts.map +1 -1
  701. package/dist/components/core/form/fields/SolidSelectionDynamicField.js +120 -197
  702. package/dist/components/core/form/fields/SolidSelectionDynamicField.js.map +1 -1
  703. package/dist/components/core/form/fields/SolidSelectionDynamicField.tsx +340 -0
  704. package/dist/components/core/form/fields/SolidSelectionStaticField.d.ts +2 -2
  705. package/dist/components/core/form/fields/SolidSelectionStaticField.d.ts.map +1 -1
  706. package/dist/components/core/form/fields/SolidSelectionStaticField.js +129 -160
  707. package/dist/components/core/form/fields/SolidSelectionStaticField.js.map +1 -1
  708. package/dist/components/core/form/fields/SolidSelectionStaticField.tsx +462 -0
  709. package/dist/components/core/form/fields/SolidShortTextField.d.ts +2 -2
  710. package/dist/components/core/form/fields/SolidShortTextField.d.ts.map +1 -1
  711. package/dist/components/core/form/fields/SolidShortTextField.js +104 -132
  712. package/dist/components/core/form/fields/SolidShortTextField.js.map +1 -1
  713. package/dist/components/core/form/fields/SolidShortTextField.tsx +399 -0
  714. package/dist/components/core/form/fields/SolidTimeField.d.ts +2 -2
  715. package/dist/components/core/form/fields/SolidTimeField.d.ts.map +1 -1
  716. package/dist/components/core/form/fields/SolidTimeField.js +64 -84
  717. package/dist/components/core/form/fields/SolidTimeField.js.map +1 -1
  718. package/dist/components/core/form/fields/SolidTimeField.tsx +245 -0
  719. package/dist/components/core/form/fields/relations/SolidRelationManyToManyField.d.ts +2 -2
  720. package/dist/components/core/form/fields/relations/SolidRelationManyToManyField.d.ts.map +1 -1
  721. package/dist/components/core/form/fields/relations/SolidRelationManyToManyField.js +155 -225
  722. package/dist/components/core/form/fields/relations/SolidRelationManyToManyField.js.map +1 -1
  723. package/dist/components/core/form/fields/relations/SolidRelationManyToManyField.tsx +453 -0
  724. package/dist/components/core/form/fields/relations/SolidRelationManyToOneField.d.ts +2 -2
  725. package/dist/components/core/form/fields/relations/SolidRelationManyToOneField.d.ts.map +1 -1
  726. package/dist/components/core/form/fields/relations/SolidRelationManyToOneField.js +570 -653
  727. package/dist/components/core/form/fields/relations/SolidRelationManyToOneField.js.map +1 -1
  728. package/dist/components/core/form/fields/relations/SolidRelationManyToOneField.tsx +1036 -0
  729. package/dist/components/core/form/fields/relations/SolidRelationOneToManyField.d.ts +2 -2
  730. package/dist/components/core/form/fields/relations/SolidRelationOneToManyField.d.ts.map +1 -1
  731. package/dist/components/core/form/fields/relations/SolidRelationOneToManyField.js +224 -318
  732. package/dist/components/core/form/fields/relations/SolidRelationOneToManyField.js.map +1 -1
  733. package/dist/components/core/form/fields/relations/SolidRelationOneToManyField.tsx +627 -0
  734. package/dist/components/core/form/fields/relations/widgets/helpers/InlineRelationEntityDialog.d.ts.map +1 -1
  735. package/dist/components/core/form/fields/relations/widgets/helpers/InlineRelationEntityDialog.js +10 -23
  736. package/dist/components/core/form/fields/relations/widgets/helpers/InlineRelationEntityDialog.js.map +1 -1
  737. package/dist/components/core/form/fields/relations/widgets/helpers/InlineRelationEntityDialog.tsx +38 -0
  738. package/dist/components/core/form/fields/relations/widgets/helpers/useRelationEntityHandler.d.ts.map +1 -1
  739. package/dist/components/core/form/fields/relations/widgets/helpers/useRelationEntityHandler.js +40 -92
  740. package/dist/components/core/form/fields/relations/widgets/helpers/useRelationEntityHandler.js.map +1 -1
  741. package/dist/components/core/form/fields/relations/widgets/helpers/useRelationEntityHandler.ts +64 -0
  742. package/dist/components/core/form/fields/widgets/SolidAiInteractionMessageFieldFormWidget.d.ts.map +1 -1
  743. package/dist/components/core/form/fields/widgets/SolidAiInteractionMessageFieldFormWidget.js +23 -30
  744. package/dist/components/core/form/fields/widgets/SolidAiInteractionMessageFieldFormWidget.js.map +1 -1
  745. package/dist/components/core/form/fields/widgets/SolidAiInteractionMessageFieldFormWidget.tsx +135 -0
  746. package/dist/components/core/form/fields/widgets/SolidAiInteractionMetadataFieldFormWidget.d.ts.map +1 -1
  747. package/dist/components/core/form/fields/widgets/SolidAiInteractionMetadataFieldFormWidget.js +25 -27
  748. package/dist/components/core/form/fields/widgets/SolidAiInteractionMetadataFieldFormWidget.js.map +1 -1
  749. package/dist/components/core/form/fields/widgets/SolidAiInteractionMetadataFieldFormWidget.tsx +144 -0
  750. package/dist/components/core/form/fields/widgets/SolidIconEditWidget.d.ts.map +1 -1
  751. package/dist/components/core/form/fields/widgets/SolidIconEditWidget.js +35 -55
  752. package/dist/components/core/form/fields/widgets/SolidIconEditWidget.js.map +1 -1
  753. package/dist/components/core/form/fields/widgets/SolidIconEditWidget.tsx +265 -0
  754. package/dist/components/core/form/fields/widgets/SolidIconViewWidget.d.ts.map +1 -1
  755. package/dist/components/core/form/fields/widgets/SolidIconViewWidget.js +8 -10
  756. package/dist/components/core/form/fields/widgets/SolidIconViewWidget.js.map +1 -1
  757. package/dist/components/core/form/fields/widgets/SolidIconViewWidget.tsx +32 -0
  758. package/dist/components/core/form/fields/widgets/SolidRelationFieldAvatarFormWidget.d.ts.map +1 -1
  759. package/dist/components/core/form/fields/widgets/SolidRelationFieldAvatarFormWidget.js +13 -16
  760. package/dist/components/core/form/fields/widgets/SolidRelationFieldAvatarFormWidget.js.map +1 -1
  761. package/dist/components/core/form/fields/widgets/SolidRelationFieldAvatarFormWidget.tsx +50 -0
  762. package/dist/components/core/form/fields/widgets/SolidS3FileViewerWidget.d.ts.map +1 -1
  763. package/dist/components/core/form/fields/widgets/SolidS3FileViewerWidget.js +80 -147
  764. package/dist/components/core/form/fields/widgets/SolidS3FileViewerWidget.js.map +1 -1
  765. package/dist/components/core/form/fields/widgets/SolidS3FileViewerWidget.tsx +222 -0
  766. package/dist/components/core/form/fields/widgets/SolidShortTextFieldAvatarWidget.d.ts.map +1 -1
  767. package/dist/components/core/form/fields/widgets/SolidShortTextFieldAvatarWidget.js +16 -18
  768. package/dist/components/core/form/fields/widgets/SolidShortTextFieldAvatarWidget.js.map +1 -1
  769. package/dist/components/core/form/fields/widgets/SolidShortTextFieldAvatarWidget.tsx +70 -0
  770. package/dist/components/core/form/widgets/CustomHtml.d.ts.map +1 -1
  771. package/dist/components/core/form/widgets/CustomHtml.js +6 -6
  772. package/dist/components/core/form/widgets/CustomHtml.js.map +1 -1
  773. package/dist/components/core/form/widgets/CustomHtml.tsx +20 -0
  774. package/dist/components/core/kanban/KanbanBoard.d.ts.map +1 -1
  775. package/dist/components/core/kanban/KanbanBoard.js +15 -28
  776. package/dist/components/core/kanban/KanbanBoard.js.map +1 -1
  777. package/dist/components/core/kanban/KanbanBoard.tsx +150 -0
  778. package/dist/components/core/kanban/KanbanCard.d.ts.map +1 -1
  779. package/dist/components/core/kanban/KanbanCard.js +49 -68
  780. package/dist/components/core/kanban/KanbanCard.js.map +1 -1
  781. package/dist/components/core/kanban/KanbanCard.tsx +279 -0
  782. package/dist/components/core/kanban/KanbanColumn.d.ts.map +1 -1
  783. package/dist/components/core/kanban/KanbanColumn.js +6 -18
  784. package/dist/components/core/kanban/KanbanColumn.js.map +1 -1
  785. package/dist/components/core/kanban/KanbanColumn.tsx +139 -0
  786. package/dist/components/core/kanban/KanbanUserViewLayout.d.ts.map +1 -1
  787. package/dist/components/core/kanban/KanbanUserViewLayout.js +37 -94
  788. package/dist/components/core/kanban/KanbanUserViewLayout.js.map +1 -1
  789. package/dist/components/core/kanban/KanbanUserViewLayout.tsx +84 -0
  790. package/dist/components/core/kanban/SolidKanbanView.d.ts.map +1 -1
  791. package/dist/components/core/kanban/SolidKanbanView.js +392 -495
  792. package/dist/components/core/kanban/SolidKanbanView.js.map +1 -1
  793. package/dist/components/core/kanban/SolidKanbanView.tsx +894 -0
  794. package/dist/components/core/kanban/SolidKanbanViewConfigure.d.ts.map +1 -1
  795. package/dist/components/core/kanban/SolidKanbanViewConfigure.js +24 -27
  796. package/dist/components/core/kanban/SolidKanbanViewConfigure.js.map +1 -1
  797. package/dist/components/core/kanban/SolidKanbanViewConfigure.tsx +154 -0
  798. package/dist/components/core/kanban/SolidKanbanViewFields.d.ts.map +1 -1
  799. package/dist/components/core/kanban/SolidKanbanViewFields.js +22 -23
  800. package/dist/components/core/kanban/SolidKanbanViewFields.js.map +1 -1
  801. package/dist/components/core/kanban/SolidKanbanViewFields.tsx +164 -0
  802. package/dist/components/core/kanban/SolidManyToOneFilterElement.d.ts.map +1 -1
  803. package/dist/components/core/kanban/SolidManyToOneFilterElement.js +32 -78
  804. package/dist/components/core/kanban/SolidManyToOneFilterElement.js.map +1 -1
  805. package/dist/components/core/kanban/SolidManyToOneFilterElement.tsx +59 -0
  806. package/dist/components/core/kanban/SolidSelectionDynamicFilterElement.d.ts.map +1 -1
  807. package/dist/components/core/kanban/SolidSelectionDynamicFilterElement.js +21 -64
  808. package/dist/components/core/kanban/SolidSelectionDynamicFilterElement.js.map +1 -1
  809. package/dist/components/core/kanban/SolidSelectionDynamicFilterElement.tsx +50 -0
  810. package/dist/components/core/kanban/SolidSelectionStaticFilterElement.d.ts.map +1 -1
  811. package/dist/components/core/kanban/SolidSelectionStaticFilterElement.js +6 -7
  812. package/dist/components/core/kanban/SolidSelectionStaticFilterElement.js.map +1 -1
  813. package/dist/components/core/kanban/SolidSelectionStaticFilterElement.tsx +32 -0
  814. package/dist/components/core/kanban/SolidVarInputsFilterElement.d.ts.map +1 -1
  815. package/dist/components/core/kanban/SolidVarInputsFilterElement.js +18 -30
  816. package/dist/components/core/kanban/SolidVarInputsFilterElement.js.map +1 -1
  817. package/dist/components/core/kanban/SolidVarInputsFilterElement.tsx +184 -0
  818. package/dist/components/core/kanban/kanban-fields/SolidBigintKanbanField.d.ts.map +1 -1
  819. package/dist/components/core/kanban/kanban-fields/SolidBigintKanbanField.js +2 -3
  820. package/dist/components/core/kanban/kanban-fields/SolidBigintKanbanField.js.map +1 -1
  821. package/dist/components/core/kanban/kanban-fields/SolidBigintKanbanField.tsx +9 -0
  822. package/dist/components/core/kanban/kanban-fields/SolidBooleanKanbanField.d.ts.map +1 -1
  823. package/dist/components/core/kanban/kanban-fields/SolidBooleanKanbanField.js +2 -4
  824. package/dist/components/core/kanban/kanban-fields/SolidBooleanKanbanField.js.map +1 -1
  825. package/dist/components/core/kanban/kanban-fields/SolidBooleanKanbanField.tsx +16 -0
  826. package/dist/components/core/kanban/kanban-fields/SolidComputedKanbanField.d.ts.map +1 -1
  827. package/dist/components/core/kanban/kanban-fields/SolidComputedKanbanField.js +5 -6
  828. package/dist/components/core/kanban/kanban-fields/SolidComputedKanbanField.js.map +1 -1
  829. package/dist/components/core/kanban/kanban-fields/SolidComputedKanbanField.tsx +23 -0
  830. package/dist/components/core/kanban/kanban-fields/SolidDateKanbanField.d.ts.map +1 -1
  831. package/dist/components/core/kanban/kanban-fields/SolidDateKanbanField.js +2 -4
  832. package/dist/components/core/kanban/kanban-fields/SolidDateKanbanField.js.map +1 -1
  833. package/dist/components/core/kanban/kanban-fields/SolidDateKanbanField.tsx +14 -0
  834. package/dist/components/core/kanban/kanban-fields/SolidDatetimeKanbanField.d.ts.map +1 -1
  835. package/dist/components/core/kanban/kanban-fields/SolidDatetimeKanbanField.js +2 -4
  836. package/dist/components/core/kanban/kanban-fields/SolidDatetimeKanbanField.js.map +1 -1
  837. package/dist/components/core/kanban/kanban-fields/SolidDatetimeKanbanField.tsx +13 -0
  838. package/dist/components/core/kanban/kanban-fields/SolidDecimalKanbanField.d.ts.map +1 -1
  839. package/dist/components/core/kanban/kanban-fields/SolidDecimalKanbanField.js +2 -3
  840. package/dist/components/core/kanban/kanban-fields/SolidDecimalKanbanField.js.map +1 -1
  841. package/dist/components/core/kanban/kanban-fields/SolidDecimalKanbanField.tsx +9 -0
  842. package/dist/components/core/kanban/kanban-fields/SolidExternalIdKanbanField.d.ts.map +1 -1
  843. package/dist/components/core/kanban/kanban-fields/SolidExternalIdKanbanField.js +2 -4
  844. package/dist/components/core/kanban/kanban-fields/SolidExternalIdKanbanField.js.map +1 -1
  845. package/dist/components/core/kanban/kanban-fields/SolidExternalIdKanbanField.tsx +12 -0
  846. package/dist/components/core/kanban/kanban-fields/SolidFloatKanbanField.d.ts.map +1 -1
  847. package/dist/components/core/kanban/kanban-fields/SolidFloatKanbanField.js +2 -3
  848. package/dist/components/core/kanban/kanban-fields/SolidFloatKanbanField.js.map +1 -1
  849. package/dist/components/core/kanban/kanban-fields/SolidFloatKanbanField.tsx +9 -0
  850. package/dist/components/core/kanban/kanban-fields/SolidIdKanbanField.d.ts.map +1 -1
  851. package/dist/components/core/kanban/kanban-fields/SolidIdKanbanField.js +2 -4
  852. package/dist/components/core/kanban/kanban-fields/SolidIdKanbanField.js.map +1 -1
  853. package/dist/components/core/kanban/kanban-fields/SolidIdKanbanField.tsx +14 -0
  854. package/dist/components/core/kanban/kanban-fields/SolidIntKanbanField.d.ts.map +1 -1
  855. package/dist/components/core/kanban/kanban-fields/SolidIntKanbanField.js +7 -9
  856. package/dist/components/core/kanban/kanban-fields/SolidIntKanbanField.js.map +1 -1
  857. package/dist/components/core/kanban/kanban-fields/SolidIntKanbanField.tsx +20 -0
  858. package/dist/components/core/kanban/kanban-fields/SolidLongTextKanbanField.d.ts.map +1 -1
  859. package/dist/components/core/kanban/kanban-fields/SolidLongTextKanbanField.js +2 -3
  860. package/dist/components/core/kanban/kanban-fields/SolidLongTextKanbanField.js.map +1 -1
  861. package/dist/components/core/kanban/kanban-fields/SolidLongTextKanbanField.tsx +9 -0
  862. package/dist/components/core/kanban/kanban-fields/SolidMediaMultipleKanbanField.d.ts.map +1 -1
  863. package/dist/components/core/kanban/kanban-fields/SolidMediaMultipleKanbanField.js +20 -22
  864. package/dist/components/core/kanban/kanban-fields/SolidMediaMultipleKanbanField.js.map +1 -1
  865. package/dist/components/core/kanban/kanban-fields/SolidMediaMultipleKanbanField.tsx +140 -0
  866. package/dist/components/core/kanban/kanban-fields/SolidMediaSingleKanbanField.d.ts.map +1 -1
  867. package/dist/components/core/kanban/kanban-fields/SolidMediaSingleKanbanField.js +13 -15
  868. package/dist/components/core/kanban/kanban-fields/SolidMediaSingleKanbanField.js.map +1 -1
  869. package/dist/components/core/kanban/kanban-fields/SolidMediaSingleKanbanField.tsx +164 -0
  870. package/dist/components/core/kanban/kanban-fields/SolidRelationKanbanField.d.ts.map +1 -1
  871. package/dist/components/core/kanban/kanban-fields/SolidRelationKanbanField.js +2 -3
  872. package/dist/components/core/kanban/kanban-fields/SolidRelationKanbanField.js.map +1 -1
  873. package/dist/components/core/kanban/kanban-fields/SolidRelationKanbanField.tsx +13 -0
  874. package/dist/components/core/kanban/kanban-fields/SolidRichTextKanbanField.d.ts.map +1 -1
  875. package/dist/components/core/kanban/kanban-fields/SolidRichTextKanbanField.js +2 -3
  876. package/dist/components/core/kanban/kanban-fields/SolidRichTextKanbanField.js.map +1 -1
  877. package/dist/components/core/kanban/kanban-fields/SolidRichTextKanbanField.tsx +9 -0
  878. package/dist/components/core/kanban/kanban-fields/SolidSelectionDynamicKanbanField.d.ts.map +1 -1
  879. package/dist/components/core/kanban/kanban-fields/SolidSelectionDynamicKanbanField.js +2 -4
  880. package/dist/components/core/kanban/kanban-fields/SolidSelectionDynamicKanbanField.js.map +1 -1
  881. package/dist/components/core/kanban/kanban-fields/SolidSelectionDynamicKanbanField.tsx +14 -0
  882. package/dist/components/core/kanban/kanban-fields/SolidSelectionStaticKanbanField.d.ts.map +1 -1
  883. package/dist/components/core/kanban/kanban-fields/SolidSelectionStaticKanbanField.js +2 -4
  884. package/dist/components/core/kanban/kanban-fields/SolidSelectionStaticKanbanField.js.map +1 -1
  885. package/dist/components/core/kanban/kanban-fields/SolidSelectionStaticKanbanField.tsx +14 -0
  886. package/dist/components/core/kanban/kanban-fields/SolidShortTextKanbanField.d.ts.map +1 -1
  887. package/dist/components/core/kanban/kanban-fields/SolidShortTextKanbanField.js +13 -15
  888. package/dist/components/core/kanban/kanban-fields/SolidShortTextKanbanField.js.map +1 -1
  889. package/dist/components/core/kanban/kanban-fields/SolidShortTextKanbanField.tsx +121 -0
  890. package/dist/components/core/kanban/kanban-fields/SolidTimeKanbanField.d.ts.map +1 -1
  891. package/dist/components/core/kanban/kanban-fields/SolidTimeKanbanField.js +2 -4
  892. package/dist/components/core/kanban/kanban-fields/SolidTimeKanbanField.js.map +1 -1
  893. package/dist/components/core/kanban/kanban-fields/SolidTimeKanbanField.tsx +12 -0
  894. package/dist/components/core/kanban/kanban-fields/SolidUuidKanbanField.d.ts.map +1 -1
  895. package/dist/components/core/kanban/kanban-fields/SolidUuidKanbanField.js +2 -4
  896. package/dist/components/core/kanban/kanban-fields/SolidUuidKanbanField.js.map +1 -1
  897. package/dist/components/core/kanban/kanban-fields/SolidUuidKanbanField.tsx +13 -0
  898. package/dist/components/core/kanban/kanban-fields/relations/SolidRelationManyToOneKanbanField.d.ts +1 -1
  899. package/dist/components/core/kanban/kanban-fields/relations/SolidRelationManyToOneKanbanField.d.ts.map +1 -1
  900. package/dist/components/core/kanban/kanban-fields/relations/SolidRelationManyToOneKanbanField.js +1 -2
  901. package/dist/components/core/kanban/kanban-fields/relations/SolidRelationManyToOneKanbanField.js.map +1 -1
  902. package/dist/components/core/kanban/kanban-fields/relations/SolidRelationManyToOneKanbanField.tsx +16 -0
  903. package/dist/components/core/list/ListViewRowActionPopup.d.ts.map +1 -1
  904. package/dist/components/core/list/ListViewRowActionPopup.js +7 -20
  905. package/dist/components/core/list/ListViewRowActionPopup.js.map +1 -1
  906. package/dist/components/core/list/ListViewRowActionPopup.tsx +41 -0
  907. package/dist/components/core/list/SolidColumnSelector/SolidListColumnSelector.d.ts.map +1 -1
  908. package/dist/components/core/list/SolidColumnSelector/SolidListColumnSelector.js +97 -164
  909. package/dist/components/core/list/SolidColumnSelector/SolidListColumnSelector.js.map +1 -1
  910. package/dist/components/core/list/SolidColumnSelector/SolidListColumnSelector.tsx +242 -0
  911. package/dist/components/core/list/SolidEmptyListViewPlaceholder.d.ts.map +1 -1
  912. package/dist/components/core/list/SolidEmptyListViewPlaceholder.js +20 -23
  913. package/dist/components/core/list/SolidEmptyListViewPlaceholder.js.map +1 -1
  914. package/dist/components/core/list/SolidEmptyListViewPlaceholder.tsx +111 -0
  915. package/dist/components/core/list/SolidListView.d.ts.map +1 -1
  916. package/dist/components/core/list/SolidListView.js +591 -711
  917. package/dist/components/core/list/SolidListView.js.map +1 -1
  918. package/dist/components/core/list/SolidListView.tsx +2007 -0
  919. package/dist/components/core/list/SolidListViewColumn.d.ts.map +1 -1
  920. package/dist/components/core/list/SolidListViewColumn.js +23 -24
  921. package/dist/components/core/list/SolidListViewColumn.js.map +1 -1
  922. package/dist/components/core/list/SolidListViewColumn.tsx +165 -0
  923. package/dist/components/core/list/SolidListViewConfigure.d.ts.map +1 -1
  924. package/dist/components/core/list/SolidListViewConfigure.js +52 -51
  925. package/dist/components/core/list/SolidListViewConfigure.js.map +1 -1
  926. package/dist/components/core/list/SolidListViewConfigure.tsx +339 -0
  927. package/dist/components/core/list/SolidListViewHeaderButton.d.ts.map +1 -1
  928. package/dist/components/core/list/SolidListViewHeaderButton.js +7 -9
  929. package/dist/components/core/list/SolidListViewHeaderButton.js.map +1 -1
  930. package/dist/components/core/list/SolidListViewHeaderButton.tsx +31 -0
  931. package/dist/components/core/list/SolidListViewHeaderContextMenuButton.d.ts.map +1 -1
  932. package/dist/components/core/list/SolidListViewHeaderContextMenuButton.js +6 -8
  933. package/dist/components/core/list/SolidListViewHeaderContextMenuButton.js.map +1 -1
  934. package/dist/components/core/list/SolidListViewHeaderContextMenuButton.tsx +30 -0
  935. package/dist/components/core/list/SolidListViewRowButtonContextMenu.d.ts.map +1 -1
  936. package/dist/components/core/list/SolidListViewRowButtonContextMenu.js +8 -21
  937. package/dist/components/core/list/SolidListViewRowButtonContextMenu.js.map +1 -1
  938. package/dist/components/core/list/SolidListViewRowButtonContextMenu.tsx +41 -0
  939. package/dist/components/core/list/SolidListViewShimmerLoading.d.ts.map +1 -1
  940. package/dist/components/core/list/SolidListViewShimmerLoading.js +3 -3
  941. package/dist/components/core/list/SolidListViewShimmerLoading.js.map +1 -1
  942. package/dist/components/core/list/SolidListViewShimmerLoading.tsx +78 -0
  943. package/dist/components/core/list/SolidListingHeader.d.ts.map +1 -1
  944. package/dist/components/core/list/SolidListingHeader.js +4 -4
  945. package/dist/components/core/list/SolidListingHeader.js.map +1 -1
  946. package/dist/components/core/list/SolidListingHeader.tsx +42 -0
  947. package/dist/components/core/list/SolidManyToOneFilterElement.d.ts.map +1 -1
  948. package/dist/components/core/list/SolidManyToOneFilterElement.js +33 -78
  949. package/dist/components/core/list/SolidManyToOneFilterElement.js.map +1 -1
  950. package/dist/components/core/list/SolidManyToOneFilterElement.tsx +60 -0
  951. package/dist/components/core/list/SolidSelectionDynamicFilterElement.d.ts.map +1 -1
  952. package/dist/components/core/list/SolidSelectionDynamicFilterElement.js +21 -64
  953. package/dist/components/core/list/SolidSelectionDynamicFilterElement.js.map +1 -1
  954. package/dist/components/core/list/SolidSelectionDynamicFilterElement.tsx +50 -0
  955. package/dist/components/core/list/SolidSelectionStaticFilterElement.d.ts.map +1 -1
  956. package/dist/components/core/list/SolidSelectionStaticFilterElement.js +6 -7
  957. package/dist/components/core/list/SolidSelectionStaticFilterElement.js.map +1 -1
  958. package/dist/components/core/list/SolidSelectionStaticFilterElement.tsx +32 -0
  959. package/dist/components/core/list/SolidTableRowCell.d.ts.map +1 -1
  960. package/dist/components/core/list/SolidTableRowCell.js +6 -7
  961. package/dist/components/core/list/SolidTableRowCell.js.map +1 -1
  962. package/dist/components/core/list/SolidTableRowCell.tsx +35 -0
  963. package/dist/components/core/list/SolidVarInputsFilterElement.d.ts.map +1 -1
  964. package/dist/components/core/list/SolidVarInputsFilterElement.js +18 -30
  965. package/dist/components/core/list/SolidVarInputsFilterElement.js.map +1 -1
  966. package/dist/components/core/list/SolidVarInputsFilterElement.tsx +184 -0
  967. package/dist/components/core/list/columns/SolidBigintColumn.d.ts.map +1 -1
  968. package/dist/components/core/list/columns/SolidBigintColumn.js +2 -3
  969. package/dist/components/core/list/columns/SolidBigintColumn.js.map +1 -1
  970. package/dist/components/core/list/columns/SolidBigintColumn.tsx +9 -0
  971. package/dist/components/core/list/columns/SolidBooleanColumn.d.ts.map +1 -1
  972. package/dist/components/core/list/columns/SolidBooleanColumn.js +25 -41
  973. package/dist/components/core/list/columns/SolidBooleanColumn.js.map +1 -1
  974. package/dist/components/core/list/columns/SolidBooleanColumn.tsx +90 -0
  975. package/dist/components/core/list/columns/SolidComputedColumn.d.ts.map +1 -1
  976. package/dist/components/core/list/columns/SolidComputedColumn.js +6 -7
  977. package/dist/components/core/list/columns/SolidComputedColumn.js.map +1 -1
  978. package/dist/components/core/list/columns/SolidComputedColumn.tsx +27 -0
  979. package/dist/components/core/list/columns/SolidDateColumn.d.ts.map +1 -1
  980. package/dist/components/core/list/columns/SolidDateColumn.js +22 -35
  981. package/dist/components/core/list/columns/SolidDateColumn.js.map +1 -1
  982. package/dist/components/core/list/columns/SolidDateColumn.tsx +90 -0
  983. package/dist/components/core/list/columns/SolidDatetimeColumn.d.ts.map +1 -1
  984. package/dist/components/core/list/columns/SolidDatetimeColumn.js +21 -34
  985. package/dist/components/core/list/columns/SolidDatetimeColumn.js.map +1 -1
  986. package/dist/components/core/list/columns/SolidDatetimeColumn.tsx +79 -0
  987. package/dist/components/core/list/columns/SolidDecimalColumn.d.ts.map +1 -1
  988. package/dist/components/core/list/columns/SolidDecimalColumn.js +2 -3
  989. package/dist/components/core/list/columns/SolidDecimalColumn.js.map +1 -1
  990. package/dist/components/core/list/columns/SolidDecimalColumn.tsx +9 -0
  991. package/dist/components/core/list/columns/SolidExternalIdColumn.d.ts.map +1 -1
  992. package/dist/components/core/list/columns/SolidExternalIdColumn.js +21 -34
  993. package/dist/components/core/list/columns/SolidExternalIdColumn.js.map +1 -1
  994. package/dist/components/core/list/columns/SolidExternalIdColumn.tsx +80 -0
  995. package/dist/components/core/list/columns/SolidFloatColumn.d.ts.map +1 -1
  996. package/dist/components/core/list/columns/SolidFloatColumn.js +2 -3
  997. package/dist/components/core/list/columns/SolidFloatColumn.js.map +1 -1
  998. package/dist/components/core/list/columns/SolidFloatColumn.tsx +9 -0
  999. package/dist/components/core/list/columns/SolidIdColumn.d.ts.map +1 -1
  1000. package/dist/components/core/list/columns/SolidIdColumn.js +21 -34
  1001. package/dist/components/core/list/columns/SolidIdColumn.js.map +1 -1
  1002. package/dist/components/core/list/columns/SolidIdColumn.tsx +79 -0
  1003. package/dist/components/core/list/columns/SolidIntColumn.d.ts.map +1 -1
  1004. package/dist/components/core/list/columns/SolidIntColumn.js +22 -35
  1005. package/dist/components/core/list/columns/SolidIntColumn.js.map +1 -1
  1006. package/dist/components/core/list/columns/SolidIntColumn.tsx +87 -0
  1007. package/dist/components/core/list/columns/SolidLongTextColumn.d.ts.map +1 -1
  1008. package/dist/components/core/list/columns/SolidLongTextColumn.js +2 -3
  1009. package/dist/components/core/list/columns/SolidLongTextColumn.js.map +1 -1
  1010. package/dist/components/core/list/columns/SolidLongTextColumn.tsx +9 -0
  1011. package/dist/components/core/list/columns/SolidMediaMultipleColumn.d.ts.map +1 -1
  1012. package/dist/components/core/list/columns/SolidMediaMultipleColumn.js +60 -83
  1013. package/dist/components/core/list/columns/SolidMediaMultipleColumn.js.map +1 -1
  1014. package/dist/components/core/list/columns/SolidMediaMultipleColumn.tsx +301 -0
  1015. package/dist/components/core/list/columns/SolidMediaSingleColumn.d.ts.map +1 -1
  1016. package/dist/components/core/list/columns/SolidMediaSingleColumn.js +31 -48
  1017. package/dist/components/core/list/columns/SolidMediaSingleColumn.js.map +1 -1
  1018. package/dist/components/core/list/columns/SolidMediaSingleColumn.tsx +170 -0
  1019. package/dist/components/core/list/columns/SolidRelationColumn.d.ts.map +1 -1
  1020. package/dist/components/core/list/columns/SolidRelationColumn.js +4 -5
  1021. package/dist/components/core/list/columns/SolidRelationColumn.js.map +1 -1
  1022. package/dist/components/core/list/columns/SolidRelationColumn.tsx +21 -0
  1023. package/dist/components/core/list/columns/SolidRichTextColumn.d.ts.map +1 -1
  1024. package/dist/components/core/list/columns/SolidRichTextColumn.js +2 -3
  1025. package/dist/components/core/list/columns/SolidRichTextColumn.js.map +1 -1
  1026. package/dist/components/core/list/columns/SolidRichTextColumn.tsx +9 -0
  1027. package/dist/components/core/list/columns/SolidSelectionDynamicColumn.d.ts.map +1 -1
  1028. package/dist/components/core/list/columns/SolidSelectionDynamicColumn.js +21 -34
  1029. package/dist/components/core/list/columns/SolidSelectionDynamicColumn.js.map +1 -1
  1030. package/dist/components/core/list/columns/SolidSelectionDynamicColumn.tsx +80 -0
  1031. package/dist/components/core/list/columns/SolidSelectionStaticColumn.d.ts.map +1 -1
  1032. package/dist/components/core/list/columns/SolidSelectionStaticColumn.js +21 -34
  1033. package/dist/components/core/list/columns/SolidSelectionStaticColumn.js.map +1 -1
  1034. package/dist/components/core/list/columns/SolidSelectionStaticColumn.tsx +81 -0
  1035. package/dist/components/core/list/columns/SolidShortTextColumn.d.ts.map +1 -1
  1036. package/dist/components/core/list/columns/SolidShortTextColumn.js +35 -50
  1037. package/dist/components/core/list/columns/SolidShortTextColumn.js.map +1 -1
  1038. package/dist/components/core/list/columns/SolidShortTextColumn.tsx +160 -0
  1039. package/dist/components/core/list/columns/SolidTimeColumn.d.ts.map +1 -1
  1040. package/dist/components/core/list/columns/SolidTimeColumn.js +21 -34
  1041. package/dist/components/core/list/columns/SolidTimeColumn.js.map +1 -1
  1042. package/dist/components/core/list/columns/SolidTimeColumn.tsx +78 -0
  1043. package/dist/components/core/list/columns/SolidUuidColumn.d.ts.map +1 -1
  1044. package/dist/components/core/list/columns/SolidUuidColumn.js +21 -34
  1045. package/dist/components/core/list/columns/SolidUuidColumn.js.map +1 -1
  1046. package/dist/components/core/list/columns/SolidUuidColumn.tsx +79 -0
  1047. package/dist/components/core/list/columns/relations/SolidRelationManyToManyColumn.d.ts +1 -1
  1048. package/dist/components/core/list/columns/relations/SolidRelationManyToManyColumn.d.ts.map +1 -1
  1049. package/dist/components/core/list/columns/relations/SolidRelationManyToManyColumn.js +24 -39
  1050. package/dist/components/core/list/columns/relations/SolidRelationManyToManyColumn.js.map +1 -1
  1051. package/dist/components/core/list/columns/relations/SolidRelationManyToManyColumn.tsx +106 -0
  1052. package/dist/components/core/list/columns/relations/SolidRelationManyToOneColumn.d.ts +1 -1
  1053. package/dist/components/core/list/columns/relations/SolidRelationManyToOneColumn.d.ts.map +1 -1
  1054. package/dist/components/core/list/columns/relations/SolidRelationManyToOneColumn.js +30 -46
  1055. package/dist/components/core/list/columns/relations/SolidRelationManyToOneColumn.js.map +1 -1
  1056. package/dist/components/core/list/columns/relations/SolidRelationManyToOneColumn.tsx +117 -0
  1057. package/dist/components/core/list/columns/relations/SolidRelationOneToManyColumn.d.ts +1 -1
  1058. package/dist/components/core/list/columns/relations/SolidRelationOneToManyColumn.d.ts.map +1 -1
  1059. package/dist/components/core/list/columns/relations/SolidRelationOneToManyColumn.js +24 -39
  1060. package/dist/components/core/list/columns/relations/SolidRelationOneToManyColumn.js.map +1 -1
  1061. package/dist/components/core/list/columns/relations/SolidRelationOneToManyColumn.tsx +110 -0
  1062. package/dist/components/core/list/widgets/SolidManyToManyRelationAvatarListWidget.d.ts.map +1 -1
  1063. package/dist/components/core/list/widgets/SolidManyToManyRelationAvatarListWidget.js +6 -8
  1064. package/dist/components/core/list/widgets/SolidManyToManyRelationAvatarListWidget.js.map +1 -1
  1065. package/dist/components/core/list/widgets/SolidManyToManyRelationAvatarListWidget.tsx +30 -0
  1066. package/dist/components/core/list/widgets/SolidManyToOneRelationAvatarListWidget.d.ts.map +1 -1
  1067. package/dist/components/core/list/widgets/SolidManyToOneRelationAvatarListWidget.js +6 -10
  1068. package/dist/components/core/list/widgets/SolidManyToOneRelationAvatarListWidget.js.map +1 -1
  1069. package/dist/components/core/list/widgets/SolidManyToOneRelationAvatarListWidget.tsx +30 -0
  1070. package/dist/components/core/list/widgets/SolidShortTextAvatarWidget.d.ts.map +1 -1
  1071. package/dist/components/core/list/widgets/SolidShortTextAvatarWidget.js +14 -16
  1072. package/dist/components/core/list/widgets/SolidShortTextAvatarWidget.js.map +1 -1
  1073. package/dist/components/core/list/widgets/SolidShortTextAvatarWidget.tsx +70 -0
  1074. package/dist/components/core/list/widgets/SolidShortTextFieldImageRenderModeWidget.d.ts.map +1 -1
  1075. package/dist/components/core/list/widgets/SolidShortTextFieldImageRenderModeWidget.js +2 -3
  1076. package/dist/components/core/list/widgets/SolidShortTextFieldImageRenderModeWidget.js.map +1 -1
  1077. package/dist/components/core/list/widgets/SolidShortTextFieldImageRenderModeWidget.tsx +21 -0
  1078. package/dist/components/core/locales/SolidChatterLocaleTabView.d.ts.map +1 -1
  1079. package/dist/components/core/locales/SolidChatterLocaleTabView.js +4 -6
  1080. package/dist/components/core/locales/SolidChatterLocaleTabView.js.map +1 -1
  1081. package/dist/components/core/locales/SolidChatterLocaleTabView.tsx +91 -0
  1082. package/dist/components/core/locales/SolidLocale.d.ts.map +1 -1
  1083. package/dist/components/core/locales/SolidLocale.js +24 -26
  1084. package/dist/components/core/locales/SolidLocale.js.map +1 -1
  1085. package/dist/components/core/locales/SolidLocale.tsx +127 -0
  1086. package/dist/components/core/model/CreateModel.d.ts.map +1 -1
  1087. package/dist/components/core/model/CreateModel.js +137 -221
  1088. package/dist/components/core/model/CreateModel.js.map +1 -1
  1089. package/dist/components/core/model/CreateModel.tsx +495 -0
  1090. package/dist/components/core/model/FieldMetaData.d.ts.map +1 -1
  1091. package/dist/components/core/model/FieldMetaData.js +40 -83
  1092. package/dist/components/core/model/FieldMetaData.js.map +1 -1
  1093. package/dist/components/core/model/FieldMetaData.tsx +263 -0
  1094. package/dist/components/core/model/FieldMetaDataForm.d.ts.map +1 -1
  1095. package/dist/components/core/model/FieldMetaDataForm.js +800 -914
  1096. package/dist/components/core/model/FieldMetaDataForm.js.map +1 -1
  1097. package/dist/components/core/model/FieldMetaDataForm.tsx +3509 -0
  1098. package/dist/components/core/model/FieldSelector.d.ts.map +1 -1
  1099. package/dist/components/core/model/FieldSelector.js +5 -6
  1100. package/dist/components/core/model/FieldSelector.js.map +1 -1
  1101. package/dist/components/core/model/FieldSelector.tsx +62 -0
  1102. package/dist/components/core/model/ModelListViewData.d.ts.map +1 -1
  1103. package/dist/components/core/model/ModelListViewData.js +101 -138
  1104. package/dist/components/core/model/ModelListViewData.js.map +1 -1
  1105. package/dist/components/core/model/ModelListViewData.tsx +384 -0
  1106. package/dist/components/core/model/ModelMetaData.d.ts.map +1 -1
  1107. package/dist/components/core/model/ModelMetaData.js +190 -269
  1108. package/dist/components/core/model/ModelMetaData.js.map +1 -1
  1109. package/dist/components/core/model/ModelMetaData.tsx +921 -0
  1110. package/dist/components/core/module/CreateModule.d.ts.map +1 -1
  1111. package/dist/components/core/module/CreateModule.js +142 -218
  1112. package/dist/components/core/module/CreateModule.js.map +1 -1
  1113. package/dist/components/core/module/CreateModule.tsx +617 -0
  1114. package/dist/components/core/module/ModuleListViewData.d.ts.map +1 -1
  1115. package/dist/components/core/module/ModuleListViewData.js +109 -153
  1116. package/dist/components/core/module/ModuleListViewData.js.map +1 -1
  1117. package/dist/components/core/module/ModuleListViewData.tsx +431 -0
  1118. package/dist/components/core/solid-ai/SolidAiMainWrapper.d.ts.map +1 -1
  1119. package/dist/components/core/solid-ai/SolidAiMainWrapper.js +1 -2
  1120. package/dist/components/core/solid-ai/SolidAiMainWrapper.js.map +1 -1
  1121. package/dist/components/core/solid-ai/SolidAiMainWrapper.tsx +8 -0
  1122. package/dist/components/core/solid-ai/SolidXAIIcon.d.ts.map +1 -1
  1123. package/dist/components/core/solid-ai/SolidXAIIcon.js +2 -3
  1124. package/dist/components/core/solid-ai/SolidXAIIcon.js.map +1 -1
  1125. package/dist/components/core/solid-ai/SolidXAIIcon.tsx +37 -0
  1126. package/dist/components/core/users/CreateUser.d.ts.map +1 -1
  1127. package/dist/components/core/users/CreateUser.js +76 -138
  1128. package/dist/components/core/users/CreateUser.js.map +1 -1
  1129. package/dist/components/core/users/CreateUser.tsx +467 -0
  1130. package/dist/components/core/users/CreateUserRole.d.ts.map +1 -1
  1131. package/dist/components/core/users/CreateUserRole.js +66 -127
  1132. package/dist/components/core/users/CreateUserRole.js.map +1 -1
  1133. package/dist/components/core/users/CreateUserRole.tsx +212 -0
  1134. package/dist/components/core/users/UserListView.d.ts.map +1 -1
  1135. package/dist/components/core/users/UserListView.js +100 -139
  1136. package/dist/components/core/users/UserListView.js.map +1 -1
  1137. package/dist/components/core/users/UserListView.tsx +376 -0
  1138. package/dist/components/layout/AdminLayout.d.ts.map +1 -1
  1139. package/dist/components/layout/AdminLayout.js +9 -11
  1140. package/dist/components/layout/AdminLayout.js.map +1 -1
  1141. package/dist/components/layout/AdminLayout.tsx +57 -0
  1142. package/dist/components/layout/AdminSidebar.d.ts.map +1 -1
  1143. package/dist/components/layout/AdminSidebar.js +6 -6
  1144. package/dist/components/layout/AdminSidebar.js.map +1 -1
  1145. package/dist/components/layout/AdminSidebar.tsx +65 -0
  1146. package/dist/components/layout/AppConfig.d.ts.map +1 -1
  1147. package/dist/components/layout/AppConfig.js +22 -33
  1148. package/dist/components/layout/AppConfig.js.map +1 -1
  1149. package/dist/components/layout/AppConfig.tsx +104 -0
  1150. package/dist/components/layout/AppSidebar.d.ts.map +1 -1
  1151. package/dist/components/layout/AppSidebar.js +35 -44
  1152. package/dist/components/layout/AppSidebar.js.map +1 -1
  1153. package/dist/components/layout/AppSidebar.tsx +232 -0
  1154. package/dist/components/layout/ButtonLoader.d.ts.map +1 -1
  1155. package/dist/components/layout/ButtonLoader.js +1 -1
  1156. package/dist/components/layout/ButtonLoader.js.map +1 -1
  1157. package/dist/components/layout/ButtonLoader.tsx +7 -0
  1158. package/dist/components/layout/CustomPagination.d.ts.map +1 -1
  1159. package/dist/components/layout/CustomPagination.js.map +1 -1
  1160. package/dist/components/layout/CustomPagination.tsx +55 -0
  1161. package/dist/components/layout/DashboardHeader.d.ts.map +1 -1
  1162. package/dist/components/layout/DashboardHeader.js +5 -5
  1163. package/dist/components/layout/DashboardHeader.js.map +1 -1
  1164. package/dist/components/layout/DashboardHeader.tsx +89 -0
  1165. package/dist/components/layout/FilterMenu.d.ts.map +1 -1
  1166. package/dist/components/layout/FilterMenu.js +22 -22
  1167. package/dist/components/layout/FilterMenu.js.map +1 -1
  1168. package/dist/components/layout/FilterMenu.tsx +122 -0
  1169. package/dist/components/layout/Footer.d.ts.map +1 -1
  1170. package/dist/components/layout/Footer.js +1 -1
  1171. package/dist/components/layout/Footer.js.map +1 -1
  1172. package/dist/components/layout/Footer.tsx +13 -0
  1173. package/dist/components/layout/GlobalSearch.d.ts.map +1 -1
  1174. package/dist/components/layout/GlobalSearch.js +5 -5
  1175. package/dist/components/layout/GlobalSearch.js.map +1 -1
  1176. package/dist/components/layout/GlobalSearch.tsx +37 -0
  1177. package/dist/components/layout/Header.d.ts.map +1 -1
  1178. package/dist/components/layout/Header.js +1 -1
  1179. package/dist/components/layout/Header.js.map +1 -1
  1180. package/dist/components/layout/Header.tsx +8 -0
  1181. package/dist/components/layout/Layout.d.ts.map +1 -1
  1182. package/dist/components/layout/Layout.js +62 -102
  1183. package/dist/components/layout/Layout.js.map +1 -1
  1184. package/dist/components/layout/Layout.tsx +205 -0
  1185. package/dist/components/layout/ListingHeader.d.ts.map +1 -1
  1186. package/dist/components/layout/ListingHeader.js +19 -19
  1187. package/dist/components/layout/ListingHeader.js.map +1 -1
  1188. package/dist/components/layout/ListingHeader.tsx +204 -0
  1189. package/dist/components/layout/Loader.d.ts.map +1 -1
  1190. package/dist/components/layout/Loader.js +1 -1
  1191. package/dist/components/layout/Loader.js.map +1 -1
  1192. package/dist/components/layout/Loader.tsx +16 -0
  1193. package/dist/components/layout/UserSidebar.d.ts.map +1 -1
  1194. package/dist/components/layout/UserSidebar.js +6 -6
  1195. package/dist/components/layout/UserSidebar.js.map +1 -1
  1196. package/dist/components/layout/UserSidebar.tsx +53 -0
  1197. package/dist/components/layout/context/layoutcontext.d.ts.map +1 -1
  1198. package/dist/components/layout/context/layoutcontext.js +19 -31
  1199. package/dist/components/layout/context/layoutcontext.js.map +1 -1
  1200. package/dist/components/layout/context/layoutcontext.tsx +52 -0
  1201. package/dist/components/layout/navbar-one.d.ts.map +1 -1
  1202. package/dist/components/layout/navbar-one.js +25 -26
  1203. package/dist/components/layout/navbar-one.js.map +1 -1
  1204. package/dist/components/layout/navbar-one.tsx +258 -0
  1205. package/dist/components/layout/navbar-two-menu.d.ts.map +1 -1
  1206. package/dist/components/layout/navbar-two-menu.js +21 -26
  1207. package/dist/components/layout/navbar-two-menu.js.map +1 -1
  1208. package/dist/components/layout/navbar-two-menu.tsx +72 -0
  1209. package/dist/components/layout/navbar-two.d.ts.map +1 -1
  1210. package/dist/components/layout/navbar-two.js +5 -5
  1211. package/dist/components/layout/navbar-two.js.map +1 -1
  1212. package/dist/components/layout/navbar-two.tsx +37 -0
  1213. package/dist/components/layout/user-profile-menu.d.ts.map +1 -1
  1214. package/dist/components/layout/user-profile-menu.js +49 -60
  1215. package/dist/components/layout/user-profile-menu.js.map +1 -1
  1216. package/dist/components/layout/user-profile-menu.tsx +213 -0
  1217. package/dist/components/layout/user-profile.d.ts.map +1 -1
  1218. package/dist/components/layout/user-profile.js +1 -1
  1219. package/dist/components/layout/user-profile.js.map +1 -1
  1220. package/dist/components/layout/user-profile.tsx +7 -0
  1221. package/dist/components/modelsComponents/filterIcon.d.ts.map +1 -1
  1222. package/dist/components/modelsComponents/filterIcon.js +1 -1
  1223. package/dist/components/modelsComponents/filterIcon.js.map +1 -1
  1224. package/dist/components/modelsComponents/filterIcon.tsx +9 -0
  1225. package/dist/constants/error-messages.d.ts.map +1 -1
  1226. package/dist/constants/error-messages.js +31 -78
  1227. package/dist/constants/error-messages.js.map +1 -1
  1228. package/dist/constants/error-messages.ts +238 -0
  1229. package/dist/helpers/AppTitle.d.ts.map +1 -1
  1230. package/dist/helpers/AppTitle.js +3 -5
  1231. package/dist/helpers/AppTitle.js.map +1 -1
  1232. package/dist/helpers/AppTitle.tsx +12 -0
  1233. package/dist/helpers/ToastContainer.d.ts.map +1 -1
  1234. package/dist/helpers/ToastContainer.js +10 -12
  1235. package/dist/helpers/ToastContainer.js.map +1 -1
  1236. package/dist/helpers/ToastContainer.tsx +94 -0
  1237. package/dist/helpers/autoCompleteVirtualScroll.d.ts.map +1 -1
  1238. package/dist/helpers/autoCompleteVirtualScroll.js +4 -5
  1239. package/dist/helpers/autoCompleteVirtualScroll.js.map +1 -1
  1240. package/dist/helpers/autoCompleteVirtualScroll.ts +41 -0
  1241. package/dist/helpers/countries.d.ts.map +1 -1
  1242. package/dist/helpers/countries.js +1 -1
  1243. package/dist/helpers/countries.js.map +1 -1
  1244. package/dist/helpers/countries.tsx +260 -0
  1245. package/dist/helpers/downloadFileWithProgress.d.ts.map +1 -1
  1246. package/dist/helpers/downloadFileWithProgress.js +69 -147
  1247. package/dist/helpers/downloadFileWithProgress.js.map +1 -1
  1248. package/dist/helpers/downloadFileWithProgress.ts +91 -0
  1249. package/dist/helpers/downloadMediaFile.d.ts.map +1 -1
  1250. package/dist/helpers/downloadMediaFile.js +16 -64
  1251. package/dist/helpers/downloadMediaFile.js.map +1 -1
  1252. package/dist/helpers/downloadMediaFile.tsx +21 -0
  1253. package/dist/helpers/getAcceptedFileTypes.d.ts.map +1 -1
  1254. package/dist/helpers/getAcceptedFileTypes.js +4 -4
  1255. package/dist/helpers/getAcceptedFileTypes.js.map +1 -1
  1256. package/dist/helpers/getAcceptedFileTypes.tsx +22 -0
  1257. package/dist/helpers/getRandomColors.d.ts.map +1 -1
  1258. package/dist/helpers/getRandomColors.js +20 -20
  1259. package/dist/helpers/getRandomColors.js.map +1 -1
  1260. package/dist/helpers/getRandomColors.tsx +68 -0
  1261. package/dist/helpers/helpers.d.ts.map +1 -1
  1262. package/dist/helpers/helpers.js +14 -14
  1263. package/dist/helpers/helpers.js.map +1 -1
  1264. package/dist/helpers/helpers.ts +61 -0
  1265. package/dist/helpers/hydrateRelationRules.d.ts.map +1 -1
  1266. package/dist/helpers/hydrateRelationRules.js +74 -138
  1267. package/dist/helpers/hydrateRelationRules.js.map +1 -1
  1268. package/dist/helpers/hydrateRelationRules.ts +120 -0
  1269. package/dist/helpers/permissions.d.ts.map +1 -1
  1270. package/dist/helpers/permissions.js +2 -2
  1271. package/dist/helpers/permissions.js.map +1 -1
  1272. package/dist/helpers/permissions.ts +7 -0
  1273. package/dist/helpers/registry.d.ts.map +1 -1
  1274. package/dist/helpers/registry.js +8 -12
  1275. package/dist/helpers/registry.js.map +1 -1
  1276. package/dist/helpers/registry.ts +337 -0
  1277. package/dist/helpers/resendOtpHelper.d.ts.map +1 -1
  1278. package/dist/helpers/resendOtpHelper.js +4 -4
  1279. package/dist/helpers/resendOtpHelper.js.map +1 -1
  1280. package/dist/helpers/resendOtpHelper.tsx +5 -0
  1281. package/dist/helpers/revalidate.d.ts.map +1 -1
  1282. package/dist/helpers/revalidate.js +2 -45
  1283. package/dist/helpers/revalidate.js.map +1 -1
  1284. package/dist/helpers/revalidate.ts +7 -0
  1285. package/dist/helpers/rolesHelper.d.ts.map +1 -1
  1286. package/dist/helpers/rolesHelper.js +5 -7
  1287. package/dist/helpers/rolesHelper.js.map +1 -1
  1288. package/dist/helpers/rolesHelper.ts +17 -0
  1289. package/dist/helpers/solidIcons.d.ts.map +1 -1
  1290. package/dist/helpers/solidIcons.js +1 -1
  1291. package/dist/helpers/solidIcons.js.map +1 -1
  1292. package/dist/helpers/solidIcons.tsx +1831 -0
  1293. package/dist/helpers/updatePasswordField.d.ts.map +1 -1
  1294. package/dist/helpers/updatePasswordField.js +19 -71
  1295. package/dist/helpers/updatePasswordField.js.map +1 -1
  1296. package/dist/helpers/updatePasswordField.ts +41 -0
  1297. package/dist/index.d.ts +6 -4
  1298. package/dist/index.d.ts.map +1 -1
  1299. package/dist/index.js +10 -145
  1300. package/dist/index.js.map +1 -1
  1301. package/dist/index.ts +421 -0
  1302. package/dist/nextAuth/authProviders.d.ts.map +1 -1
  1303. package/dist/nextAuth/authProviders.js +165 -211
  1304. package/dist/nextAuth/authProviders.js.map +1 -1
  1305. package/dist/nextAuth/authProviders.tsx +232 -0
  1306. package/dist/nextAuth/handleLogout.d.ts.map +1 -1
  1307. package/dist/nextAuth/handleLogout.js +30 -84
  1308. package/dist/nextAuth/handleLogout.js.map +1 -1
  1309. package/dist/nextAuth/handleLogout.tsx +39 -0
  1310. package/dist/nextAuth/refreshAccessToken.d.ts.map +1 -1
  1311. package/dist/nextAuth/refreshAccessToken.js +19 -72
  1312. package/dist/nextAuth/refreshAccessToken.js.map +1 -1
  1313. package/dist/nextAuth/refreshAccessToken.tsx +28 -0
  1314. package/dist/redux/api/aiInteractionApi.d.ts.map +1 -1
  1315. package/dist/redux/api/aiInteractionApi.js +10 -10
  1316. package/dist/redux/api/aiInteractionApi.js.map +1 -1
  1317. package/dist/redux/api/aiInteractionApi.ts +59 -0
  1318. package/dist/redux/api/authApi.d.ts.map +1 -1
  1319. package/dist/redux/api/authApi.js +33 -37
  1320. package/dist/redux/api/authApi.js.map +1 -1
  1321. package/dist/redux/api/authApi.ts +131 -0
  1322. package/dist/redux/api/dashboardApi.d.ts.map +1 -1
  1323. package/dist/redux/api/dashboardApi.js +8 -8
  1324. package/dist/redux/api/dashboardApi.js.map +1 -1
  1325. package/dist/redux/api/dashboardApi.ts +56 -0
  1326. package/dist/redux/api/dashboardQuestionApi.d.ts.map +1 -1
  1327. package/dist/redux/api/dashboardQuestionApi.js +5 -8
  1328. package/dist/redux/api/dashboardQuestionApi.js.map +1 -1
  1329. package/dist/redux/api/dashboardQuestionApi.ts +17 -0
  1330. package/dist/redux/api/exportTemplateApi.d.ts.map +1 -1
  1331. package/dist/redux/api/exportTemplateApi.js +21 -27
  1332. package/dist/redux/api/exportTemplateApi.js.map +1 -1
  1333. package/dist/redux/api/exportTemplateApi.tsx +59 -0
  1334. package/dist/redux/api/fetchBaseQuery.d.ts.map +1 -1
  1335. package/dist/redux/api/fetchBaseQuery.js +10 -54
  1336. package/dist/redux/api/fetchBaseQuery.js.map +1 -1
  1337. package/dist/redux/api/fetchBaseQuery.tsx +118 -0
  1338. package/dist/redux/api/fieldApi.d.ts.map +1 -1
  1339. package/dist/redux/api/fieldApi.js +18 -18
  1340. package/dist/redux/api/fieldApi.js.map +1 -1
  1341. package/dist/redux/api/fieldApi.ts +86 -0
  1342. package/dist/redux/api/importTransactionApi.d.ts.map +1 -1
  1343. package/dist/redux/api/importTransactionApi.js +25 -37
  1344. package/dist/redux/api/importTransactionApi.js.map +1 -1
  1345. package/dist/redux/api/importTransactionApi.tsx +69 -0
  1346. package/dist/redux/api/mediaApi.d.ts.map +1 -1
  1347. package/dist/redux/api/mediaApi.js +21 -24
  1348. package/dist/redux/api/mediaApi.js.map +1 -1
  1349. package/dist/redux/api/mediaApi.ts +55 -0
  1350. package/dist/redux/api/mediaStorageProviderApi.d.ts.map +1 -1
  1351. package/dist/redux/api/mediaStorageProviderApi.js +21 -24
  1352. package/dist/redux/api/mediaStorageProviderApi.js.map +1 -1
  1353. package/dist/redux/api/mediaStorageProviderApi.ts +55 -0
  1354. package/dist/redux/api/modelApi.d.ts.map +1 -1
  1355. package/dist/redux/api/modelApi.js +28 -31
  1356. package/dist/redux/api/modelApi.js.map +1 -1
  1357. package/dist/redux/api/modelApi.ts +80 -0
  1358. package/dist/redux/api/moduleApi.d.ts.map +1 -1
  1359. package/dist/redux/api/moduleApi.js +28 -31
  1360. package/dist/redux/api/moduleApi.js.map +1 -1
  1361. package/dist/redux/api/moduleApi.ts +72 -0
  1362. package/dist/redux/api/permissionApi.d.ts.map +1 -1
  1363. package/dist/redux/api/permissionApi.js +8 -8
  1364. package/dist/redux/api/permissionApi.js.map +1 -1
  1365. package/dist/redux/api/permissionApi.ts +32 -0
  1366. package/dist/redux/api/pincodeApi.d.ts.map +1 -1
  1367. package/dist/redux/api/pincodeApi.js +16 -16
  1368. package/dist/redux/api/pincodeApi.js.map +1 -1
  1369. package/dist/redux/api/pincodeApi.tsx +56 -0
  1370. package/dist/redux/api/roleApi.d.ts.map +1 -1
  1371. package/dist/redux/api/roleApi.js +21 -24
  1372. package/dist/redux/api/roleApi.js.map +1 -1
  1373. package/dist/redux/api/roleApi.ts +58 -0
  1374. package/dist/redux/api/solidActionApi.d.ts.map +1 -1
  1375. package/dist/redux/api/solidActionApi.js +22 -25
  1376. package/dist/redux/api/solidActionApi.js.map +1 -1
  1377. package/dist/redux/api/solidActionApi.ts +66 -0
  1378. package/dist/redux/api/solidChatterMessageApi.d.ts.map +1 -1
  1379. package/dist/redux/api/solidChatterMessageApi.js +7 -8
  1380. package/dist/redux/api/solidChatterMessageApi.js.map +1 -1
  1381. package/dist/redux/api/solidChatterMessageApi.ts +25 -0
  1382. package/dist/redux/api/solidEntityApi.d.ts.map +1 -1
  1383. package/dist/redux/api/solidEntityApi.js +73 -99
  1384. package/dist/redux/api/solidEntityApi.js.map +1 -1
  1385. package/dist/redux/api/solidEntityApi.tsx +164 -0
  1386. package/dist/redux/api/solidMenuApi.d.ts.map +1 -1
  1387. package/dist/redux/api/solidMenuApi.js +23 -26
  1388. package/dist/redux/api/solidMenuApi.js.map +1 -1
  1389. package/dist/redux/api/solidMenuApi.ts +71 -0
  1390. package/dist/redux/api/solidServiceApi.d.ts.map +1 -1
  1391. package/dist/redux/api/solidServiceApi.js +8 -8
  1392. package/dist/redux/api/solidServiceApi.js.map +1 -1
  1393. package/dist/redux/api/solidServiceApi.ts +31 -0
  1394. package/dist/redux/api/solidSettingsApi.d.ts.map +1 -1
  1395. package/dist/redux/api/solidSettingsApi.js +27 -36
  1396. package/dist/redux/api/solidSettingsApi.js.map +1 -1
  1397. package/dist/redux/api/solidSettingsApi.tsx +83 -0
  1398. package/dist/redux/api/solidViewApi.d.ts.map +1 -1
  1399. package/dist/redux/api/solidViewApi.js +24 -27
  1400. package/dist/redux/api/solidViewApi.js.map +1 -1
  1401. package/dist/redux/api/solidViewApi.ts +73 -0
  1402. package/dist/redux/api/stateApi.d.ts.map +1 -1
  1403. package/dist/redux/api/stateApi.js +16 -16
  1404. package/dist/redux/api/stateApi.js.map +1 -1
  1405. package/dist/redux/api/stateApi.tsx +56 -0
  1406. package/dist/redux/api/testApi.d.ts.map +1 -1
  1407. package/dist/redux/api/testApi.js +6 -6
  1408. package/dist/redux/api/testApi.js.map +1 -1
  1409. package/dist/redux/api/testApi.ts +21 -0
  1410. package/dist/redux/api/userApi.d.ts.map +1 -1
  1411. package/dist/redux/api/userApi.js +45 -49
  1412. package/dist/redux/api/userApi.js.map +1 -1
  1413. package/dist/redux/api/userApi.ts +135 -0
  1414. package/dist/redux/features/authSlice.d.ts.map +1 -1
  1415. package/dist/redux/features/authSlice.js +4 -5
  1416. package/dist/redux/features/authSlice.js.map +1 -1
  1417. package/dist/redux/features/authSlice.ts +19 -0
  1418. package/dist/redux/features/dataViewSlice.d.ts.map +1 -1
  1419. package/dist/redux/features/dataViewSlice.js +6 -7
  1420. package/dist/redux/features/dataViewSlice.js.map +1 -1
  1421. package/dist/redux/features/dataViewSlice.ts +26 -0
  1422. package/dist/redux/features/navbarSlice.d.ts.map +1 -1
  1423. package/dist/redux/features/navbarSlice.js +5 -6
  1424. package/dist/redux/features/navbarSlice.js.map +1 -1
  1425. package/dist/redux/features/navbarSlice.ts +21 -0
  1426. package/dist/redux/features/popupSlice.d.ts.map +1 -1
  1427. package/dist/redux/features/popupSlice.js +6 -7
  1428. package/dist/redux/features/popupSlice.js.map +1 -1
  1429. package/dist/redux/features/popupSlice.ts +37 -0
  1430. package/dist/redux/features/settingsSlice.d.ts +20 -0
  1431. package/dist/redux/features/settingsSlice.d.ts.map +1 -0
  1432. package/dist/redux/features/settingsSlice.js +39 -0
  1433. package/dist/redux/features/settingsSlice.js.map +1 -0
  1434. package/dist/redux/features/settingsSlice.ts +60 -0
  1435. package/dist/redux/features/themeSlice.d.ts.map +1 -1
  1436. package/dist/redux/features/themeSlice.js +3 -3
  1437. package/dist/redux/features/themeSlice.js.map +1 -1
  1438. package/dist/redux/features/themeSlice.ts +17 -0
  1439. package/dist/redux/features/userSlice.d.ts.map +1 -1
  1440. package/dist/redux/features/userSlice.js +6 -7
  1441. package/dist/redux/features/userSlice.js.map +1 -1
  1442. package/dist/redux/features/userSlice.ts +28 -0
  1443. package/dist/redux/hooks/useSolidPopup.d.ts.map +1 -1
  1444. package/dist/redux/hooks/useSolidPopup.js +5 -5
  1445. package/dist/redux/hooks/useSolidPopup.js.map +1 -1
  1446. package/dist/redux/hooks/useSolidPopup.ts +20 -0
  1447. package/dist/redux/store/defaultStoreConfig.d.ts +1 -0
  1448. package/dist/redux/store/defaultStoreConfig.d.ts.map +1 -1
  1449. package/dist/redux/store/defaultStoreConfig.js +4 -3
  1450. package/dist/redux/store/defaultStoreConfig.js.map +1 -1
  1451. package/dist/redux/store/defaultStoreConfig.ts +62 -0
  1452. package/dist/styles.d.ts +5 -0
  1453. package/dist/styles.d.ts.map +1 -0
  1454. package/dist/styles.js +5 -0
  1455. package/dist/styles.js.map +1 -0
  1456. package/dist/styles.ts +4 -0
  1457. package/dist/types/index.d.ts +10 -2
  1458. package/dist/types/next.d.ts +1 -1
  1459. package/dist/types/solid-core.d.ts +1 -1
  1460. package/package.json +11 -5
  1461. package/src/components/Svg/DevDocs.tsx +9 -0
  1462. package/src/components/Svg/DocsSvg.tsx +9 -0
  1463. package/src/components/Svg/ExcelSvg.tsx +15 -0
  1464. package/src/components/Svg/FieldSvg.tsx +9 -0
  1465. package/src/components/Svg/FileSvg.tsx +18 -0
  1466. package/src/components/Svg/HomePageModuleSvg.tsx +179 -0
  1467. package/src/components/Svg/ModelSvg.tsx +9 -0
  1468. package/src/components/Svg/ModuleSvg.tsx +9 -0
  1469. package/src/components/Svg/PDFSvg.tsx +15 -0
  1470. package/src/components/Svg/RightArrowSvg.tsx +9 -0
  1471. package/src/components/Svg/SettingsSvg.tsx +9 -0
  1472. package/src/components/auth/AuthLayout.tsx +237 -0
  1473. package/src/components/auth/ForgotPasswordThankYou.tsx +35 -0
  1474. package/src/components/auth/GoogleAuthChecking.tsx +63 -0
  1475. package/src/components/auth/SolidChangeForcePassword.tsx +222 -0
  1476. package/src/components/auth/SolidForgotPassword.tsx +127 -0
  1477. package/src/components/auth/SolidInitialLoginOtp.tsx +273 -0
  1478. package/src/components/auth/SolidInitiateRegisterOtp.tsx +220 -0
  1479. package/src/components/auth/SolidLogin.tsx +431 -0
  1480. package/src/components/auth/SolidOTPVerify.tsx +135 -0
  1481. package/src/components/auth/SolidRegister.tsx +456 -0
  1482. package/src/components/auth/SolidResetPassword.tsx +196 -0
  1483. package/src/components/common/AuthBanner.tsx +41 -0
  1484. package/src/components/common/AutoCompleteField.tsx +79 -0
  1485. package/src/components/common/BackButton.tsx +72 -0
  1486. package/src/components/common/CancelButton.tsx +61 -0
  1487. package/src/components/common/CodeEditor.tsx +38 -0
  1488. package/src/components/common/CreateButton.tsx +17 -0
  1489. package/src/components/common/DownloadProgressToast.tsx +55 -0
  1490. package/src/components/common/DropzonePlaceholder.tsx +31 -0
  1491. package/src/components/common/DropzoneUpload.tsx +11 -0
  1492. package/src/components/common/FileReaderExt.tsx +20 -0
  1493. package/src/components/common/GeneralSettings.tsx +1233 -0
  1494. package/src/components/common/HeaderDynamicTitles.tsx +13 -0
  1495. package/src/components/common/MarkdownViewer.tsx +84 -0
  1496. package/src/components/common/MultipleSelectAutoCompleteField.tsx +64 -0
  1497. package/src/components/common/NotFound.tsx +22 -0
  1498. package/src/components/common/SingleSelectAutoCompleteField.tsx +73 -0
  1499. package/src/components/common/SocialMediaLogin.tsx +53 -0
  1500. package/src/components/common/SolidAdmin.tsx +6 -0
  1501. package/src/components/common/SolidBreadcrumb.tsx +129 -0
  1502. package/src/components/common/SolidExport.tsx +563 -0
  1503. package/src/components/common/SolidExportStepper.tsx +135 -0
  1504. package/src/components/common/SolidFieldTooltip.tsx +23 -0
  1505. package/src/components/common/SolidFormHeader.tsx +25 -0
  1506. package/src/components/common/SolidFormStepper.tsx +350 -0
  1507. package/src/components/common/SolidModuleHome.tsx +128 -0
  1508. package/src/components/common/SolidPopupContainer.tsx +37 -0
  1509. package/src/components/common/SolidSettings/LlmSettings/AnthropicProviderComponent.tsx +45 -0
  1510. package/src/components/common/SolidSettings/LlmSettings/OpenAiProviderComponent.tsx +45 -0
  1511. package/src/components/common/SolidSettings/SettingDropzoneActivePlaceholder.tsx +20 -0
  1512. package/src/components/common/SolidSettings/SettingsImageRemoveButton.tsx +15 -0
  1513. package/src/components/common/SolidSettings/SolidUploadedImage.tsx +16 -0
  1514. package/src/components/common/SolidThemeLink.tsx +6 -0
  1515. package/src/components/common/SolidThemeProvider.tsx +46 -0
  1516. package/src/components/common/StepperArrows/ActiveArrowStep.tsx +18 -0
  1517. package/src/components/common/StepperArrows/ActiveBeforeStepArrow.tsx +18 -0
  1518. package/src/components/common/StepperArrows/InactiveStepArrow.tsx +19 -0
  1519. package/src/components/common/error.tsx +30 -0
  1520. package/src/components/common/useHandleFormCustomButtonClick.ts +40 -0
  1521. package/src/components/common/useHandleListCustomButtonClick.ts +42 -0
  1522. package/src/components/core/chatter/SolidChatter.tsx +246 -0
  1523. package/src/components/core/chatter/SolidChatterAuditMessage.tsx +35 -0
  1524. package/src/components/core/chatter/SolidChatterCustomMessage.tsx +46 -0
  1525. package/src/components/core/chatter/SolidChatterDateDivider.tsx +16 -0
  1526. package/src/components/core/chatter/SolidChatterHeader.tsx +218 -0
  1527. package/src/components/core/chatter/SolidChatterMessageBox.tsx +163 -0
  1528. package/src/components/core/chatter/SolidMessageComposer.tsx +146 -0
  1529. package/src/components/core/common/AvatarWidget.tsx +55 -0
  1530. package/src/components/core/common/DateFieldViewComponent.tsx +36 -0
  1531. package/src/components/core/common/FilterComponent.tsx +458 -0
  1532. package/src/components/core/common/LoadDynamicJsxComponent.tsx +70 -0
  1533. package/src/components/core/common/PDFViewer.tsx +117 -0
  1534. package/src/components/core/common/SolidAccountSettings/SolidAccountSettings.tsx +91 -0
  1535. package/src/components/core/common/SolidAccountSettings/SolidChangePassword.tsx +188 -0
  1536. package/src/components/core/common/SolidAccountSettings/SolidNotifications.tsx +140 -0
  1537. package/src/components/core/common/SolidAccountSettings/SolidPersonalInfo.tsx +311 -0
  1538. package/src/components/core/common/SolidCreateButton.tsx +48 -0
  1539. package/src/components/core/common/SolidGenericImport/DocumentSvg.tsx +15 -0
  1540. package/src/components/core/common/SolidGenericImport/SolidGenericImport.tsx +64 -0
  1541. package/src/components/core/common/SolidGenericImport/SolidImportDropzone.tsx +125 -0
  1542. package/src/components/core/common/SolidGenericImport/SolidImportInstructions.tsx +122 -0
  1543. package/src/components/core/common/SolidGenericImport/SolidImportStepper.tsx +217 -0
  1544. package/src/components/core/common/SolidGenericImport/SolidImportTransaction.tsx +205 -0
  1545. package/src/components/core/common/SolidGenericImport/SolidImportTransactionStatus.tsx +158 -0
  1546. package/src/components/core/common/SolidGenericImport/SolidImportWrapper.tsx +29 -0
  1547. package/src/components/core/common/SolidGlobalSearchElement.tsx +1470 -0
  1548. package/src/components/core/common/SolidLayoutViews.tsx +87 -0
  1549. package/src/components/core/common/SolidListViewOptions.tsx +31 -0
  1550. package/src/components/core/common/SolidLoaders/SolidCircularLoader.tsx +7 -0
  1551. package/src/components/core/common/SolidPasswordHelperText.tsx +34 -0
  1552. package/src/components/core/common/SolidSaveCustomFilterForm.tsx +75 -0
  1553. package/src/components/core/common/SolidSearchBox.tsx +17 -0
  1554. package/src/components/core/common/SolidViewLayoutManager.ts +421 -0
  1555. package/src/components/core/common/SolidXAiIframe.tsx +77 -0
  1556. package/src/components/core/dashboard/SolidDashboard.tsx +329 -0
  1557. package/src/components/core/dashboard/SolidDashboardBody.tsx +117 -0
  1558. package/src/components/core/dashboard/SolidDashboardFilterRequired.tsx +28 -0
  1559. package/src/components/core/dashboard/SolidDashboardHeader.tsx +10 -0
  1560. package/src/components/core/dashboard/SolidDashboardLoading.tsx +55 -0
  1561. package/src/components/core/dashboard/SolidDashboardNotAvailable.tsx +32 -0
  1562. package/src/components/core/dashboard/SolidDashboardRenderError.tsx +29 -0
  1563. package/src/components/core/dashboard/SolidDashboardVariable.tsx +256 -0
  1564. package/src/components/core/dashboard/SolidQuestionRenderer.tsx +78 -0
  1565. package/src/components/core/dashboard/chart-renderers/ChartJsRenderer.tsx +18 -0
  1566. package/src/components/core/dashboard/chart-renderers/PrimeReactDatatableRenderer.tsx +54 -0
  1567. package/src/components/core/dashboard/chart-renderers/init-chartjs.ts +25 -0
  1568. package/src/components/core/dashboard/dashboard-utils.ts +39 -0
  1569. package/src/components/core/extension/solid-core/CustomIcon/StatusIcon.tsx +17 -0
  1570. package/src/components/core/extension/solid-core/dashboardQuestion/ChartFormPreviewWidget.tsx +36 -0
  1571. package/src/components/core/extension/solid-core/emailTemplate/emailFormTypeChangeHandler.ts +18 -0
  1572. package/src/components/core/extension/solid-core/emailTemplate/emailFormTypeLoad.ts +18 -0
  1573. package/src/components/core/extension/solid-core/modelMetadata/list/DeleteModelRowAction.tsx +114 -0
  1574. package/src/components/core/extension/solid-core/modelMetadata/list/GenerateModelCodeRowAction.tsx +213 -0
  1575. package/src/components/core/extension/solid-core/moduleMetadata/list/DeleteModuleRowAction.tsx +138 -0
  1576. package/src/components/core/extension/solid-core/moduleMetadata/list/GenerateModuleCodeRowAction.tsx +209 -0
  1577. package/src/components/core/extension/solid-core/roleMetadata/RolePermissionsManyToManyFieldWidget.tsx +131 -0
  1578. package/src/components/core/field/FieldListViewData.tsx +313 -0
  1579. package/src/components/core/filter/SolidBooleanFilterElement.tsx +30 -0
  1580. package/src/components/core/filter/SolidFilterFields.tsx +131 -0
  1581. package/src/components/core/filter/SolidManyToManyFilterElement.tsx +64 -0
  1582. package/src/components/core/filter/SolidManyToOneFilterElement.tsx +61 -0
  1583. package/src/components/core/filter/SolidSelectionDynamicFilterElement.tsx +50 -0
  1584. package/src/components/core/filter/SolidSelectionStaticFilterElement.tsx +32 -0
  1585. package/src/components/core/filter/SolidVarInputsFilterElement.tsx +209 -0
  1586. package/src/components/core/filter/fields/SolidBigintField.tsx +9 -0
  1587. package/src/components/core/filter/fields/SolidBooleanField.tsx +68 -0
  1588. package/src/components/core/filter/fields/SolidComputedField.tsx +23 -0
  1589. package/src/components/core/filter/fields/SolidDateField.tsx +63 -0
  1590. package/src/components/core/filter/fields/SolidDatetimeField.tsx +54 -0
  1591. package/src/components/core/filter/fields/SolidDecimalField.tsx +9 -0
  1592. package/src/components/core/filter/fields/SolidExternalIdField.tsx +52 -0
  1593. package/src/components/core/filter/fields/SolidFloatField.tsx +9 -0
  1594. package/src/components/core/filter/fields/SolidIdField.tsx +46 -0
  1595. package/src/components/core/filter/fields/SolidIntField.tsx +61 -0
  1596. package/src/components/core/filter/fields/SolidLongTextField.tsx +9 -0
  1597. package/src/components/core/filter/fields/SolidMediaMultipleField.tsx +60 -0
  1598. package/src/components/core/filter/fields/SolidMediaSingleField.tsx +62 -0
  1599. package/src/components/core/filter/fields/SolidRelationField.tsx +17 -0
  1600. package/src/components/core/filter/fields/SolidRichTextField.tsx +9 -0
  1601. package/src/components/core/filter/fields/SolidSelectionDynamicField.tsx +52 -0
  1602. package/src/components/core/filter/fields/SolidSelectionStaticField.tsx +54 -0
  1603. package/src/components/core/filter/fields/SolidShortTextField.tsx +60 -0
  1604. package/src/components/core/filter/fields/SolidTimeField.tsx +48 -0
  1605. package/src/components/core/filter/fields/SolidUuidField.tsx +51 -0
  1606. package/src/components/core/filter/fields/relations/SolidRelationManyToManyField.tsx +62 -0
  1607. package/src/components/core/filter/fields/relations/SolidRelationManyToOneField.tsx +84 -0
  1608. package/src/components/core/form/SolidFormActionHeader.tsx +497 -0
  1609. package/src/components/core/form/SolidFormFieldRender.tsx +53 -0
  1610. package/src/components/core/form/SolidFormFieldRenderExtension.tsx +26 -0
  1611. package/src/components/core/form/SolidFormFooter.tsx +162 -0
  1612. package/src/components/core/form/SolidFormLayouts.tsx +104 -0
  1613. package/src/components/core/form/SolidFormUserViewLayout.tsx +84 -0
  1614. package/src/components/core/form/SolidFormView.tsx +1853 -0
  1615. package/src/components/core/form/SolidFormViewContextMenuHeaderButton.tsx +52 -0
  1616. package/src/components/core/form/SolidFormViewNormalHeaderButton.tsx +52 -0
  1617. package/src/components/core/form/SolidFormViewShimmerLoading.tsx +109 -0
  1618. package/src/components/core/form/fields/ISolidField.tsx +71 -0
  1619. package/src/components/core/form/fields/SolidBooleanField.tsx +434 -0
  1620. package/src/components/core/form/fields/SolidDateField.tsx +247 -0
  1621. package/src/components/core/form/fields/SolidDateTimeField.tsx +229 -0
  1622. package/src/components/core/form/fields/SolidDecimalField.tsx +171 -0
  1623. package/src/components/core/form/fields/SolidEmailField.tsx +176 -0
  1624. package/src/components/core/form/fields/SolidIntegerField.tsx +282 -0
  1625. package/src/components/core/form/fields/SolidJsonField.tsx +185 -0
  1626. package/src/components/core/form/fields/SolidLongTextField.tsx +618 -0
  1627. package/src/components/core/form/fields/SolidMediaMultipleField.tsx +663 -0
  1628. package/src/components/core/form/fields/SolidMediaSingleField.tsx +547 -0
  1629. package/src/components/core/form/fields/SolidPasswordField.tsx +390 -0
  1630. package/src/components/core/form/fields/SolidRelationField.tsx +56 -0
  1631. package/src/components/core/form/fields/SolidRichTextField.tsx +188 -0
  1632. package/src/components/core/form/fields/SolidSelectionDynamicField.tsx +340 -0
  1633. package/src/components/core/form/fields/SolidSelectionStaticField.tsx +462 -0
  1634. package/src/components/core/form/fields/SolidShortTextField.tsx +399 -0
  1635. package/src/components/core/form/fields/SolidTimeField.tsx +245 -0
  1636. package/src/components/core/form/fields/relations/SolidRelationManyToManyField.tsx +453 -0
  1637. package/src/components/core/form/fields/relations/SolidRelationManyToOneField.tsx +979 -0
  1638. package/src/components/core/form/fields/relations/SolidRelationOneToManyField.tsx +627 -0
  1639. package/src/components/core/form/fields/relations/widgets/helpers/InlineRelationEntityDialog.tsx +38 -0
  1640. package/src/components/core/form/fields/relations/widgets/helpers/useRelationEntityHandler.ts +64 -0
  1641. package/src/components/core/form/fields/widgets/SolidAiInteractionMessageFieldFormWidget.tsx +135 -0
  1642. package/src/components/core/form/fields/widgets/SolidAiInteractionMetadataFieldFormWidget.tsx +144 -0
  1643. package/src/components/core/form/fields/widgets/SolidIconEditWidget.tsx +265 -0
  1644. package/src/components/core/form/fields/widgets/SolidIconViewWidget.tsx +32 -0
  1645. package/src/components/core/form/fields/widgets/SolidRelationFieldAvatarFormWidget.tsx +50 -0
  1646. package/src/components/core/form/fields/widgets/SolidS3FileViewerWidget.tsx +222 -0
  1647. package/src/components/core/form/fields/widgets/SolidShortTextFieldAvatarWidget.tsx +70 -0
  1648. package/src/components/core/form/widgets/CustomHtml.tsx +20 -0
  1649. package/src/components/core/kanban/KanbanBoard.tsx +150 -0
  1650. package/src/components/core/kanban/KanbanCard.tsx +279 -0
  1651. package/src/components/core/kanban/KanbanColumn.tsx +139 -0
  1652. package/src/components/core/kanban/KanbanUserViewLayout.tsx +84 -0
  1653. package/src/components/core/kanban/SolidKanbanView.tsx +894 -0
  1654. package/src/components/core/kanban/SolidKanbanViewConfigure.tsx +154 -0
  1655. package/src/components/core/kanban/SolidKanbanViewFields.tsx +164 -0
  1656. package/src/components/core/kanban/SolidManyToOneFilterElement.tsx +59 -0
  1657. package/src/components/core/kanban/SolidSelectionDynamicFilterElement.tsx +50 -0
  1658. package/src/components/core/kanban/SolidSelectionStaticFilterElement.tsx +32 -0
  1659. package/src/components/core/kanban/SolidVarInputsFilterElement.tsx +184 -0
  1660. package/src/components/core/kanban/kanban-fields/SolidBigintKanbanField.tsx +9 -0
  1661. package/src/components/core/kanban/kanban-fields/SolidBooleanKanbanField.tsx +16 -0
  1662. package/src/components/core/kanban/kanban-fields/SolidComputedKanbanField.tsx +23 -0
  1663. package/src/components/core/kanban/kanban-fields/SolidDateKanbanField.tsx +14 -0
  1664. package/src/components/core/kanban/kanban-fields/SolidDatetimeKanbanField.tsx +13 -0
  1665. package/src/components/core/kanban/kanban-fields/SolidDecimalKanbanField.tsx +9 -0
  1666. package/src/components/core/kanban/kanban-fields/SolidExternalIdKanbanField.tsx +12 -0
  1667. package/src/components/core/kanban/kanban-fields/SolidFloatKanbanField.tsx +9 -0
  1668. package/src/components/core/kanban/kanban-fields/SolidIdKanbanField.tsx +14 -0
  1669. package/src/components/core/kanban/kanban-fields/SolidIntKanbanField.tsx +20 -0
  1670. package/src/components/core/kanban/kanban-fields/SolidLongTextKanbanField.tsx +9 -0
  1671. package/src/components/core/kanban/kanban-fields/SolidMediaMultipleKanbanField.tsx +140 -0
  1672. package/src/components/core/kanban/kanban-fields/SolidMediaSingleKanbanField.tsx +164 -0
  1673. package/src/components/core/kanban/kanban-fields/SolidRelationKanbanField.tsx +13 -0
  1674. package/src/components/core/kanban/kanban-fields/SolidRichTextKanbanField.tsx +9 -0
  1675. package/src/components/core/kanban/kanban-fields/SolidSelectionDynamicKanbanField.tsx +14 -0
  1676. package/src/components/core/kanban/kanban-fields/SolidSelectionStaticKanbanField.tsx +14 -0
  1677. package/src/components/core/kanban/kanban-fields/SolidShortTextKanbanField.tsx +121 -0
  1678. package/src/components/core/kanban/kanban-fields/SolidTimeKanbanField.tsx +12 -0
  1679. package/src/components/core/kanban/kanban-fields/SolidUuidKanbanField.tsx +13 -0
  1680. package/src/components/core/kanban/kanban-fields/relations/SolidRelationManyToOneKanbanField.tsx +16 -0
  1681. package/src/components/core/list/ListViewRowActionPopup.tsx +41 -0
  1682. package/src/components/core/list/SolidColumnSelector/SolidListColumnSelector.tsx +242 -0
  1683. package/src/components/core/list/SolidEmptyListViewPlaceholder.tsx +111 -0
  1684. package/src/components/core/list/SolidListView.tsx +2004 -0
  1685. package/src/components/core/list/SolidListViewColumn.tsx +165 -0
  1686. package/src/components/core/list/SolidListViewConfigure.tsx +339 -0
  1687. package/src/components/core/list/SolidListViewHeaderButton.tsx +31 -0
  1688. package/src/components/core/list/SolidListViewHeaderContextMenuButton.tsx +30 -0
  1689. package/src/components/core/list/SolidListViewRowButtonContextMenu.tsx +41 -0
  1690. package/src/components/core/list/SolidListViewShimmerLoading.tsx +78 -0
  1691. package/src/components/core/list/SolidListingHeader.tsx +42 -0
  1692. package/src/components/core/list/SolidManyToOneFilterElement.tsx +60 -0
  1693. package/src/components/core/list/SolidSelectionDynamicFilterElement.tsx +50 -0
  1694. package/src/components/core/list/SolidSelectionStaticFilterElement.tsx +32 -0
  1695. package/src/components/core/list/SolidTableRowCell.tsx +35 -0
  1696. package/src/components/core/list/SolidVarInputsFilterElement.tsx +184 -0
  1697. package/src/components/core/list/columns/SolidBigintColumn.tsx +9 -0
  1698. package/src/components/core/list/columns/SolidBooleanColumn.tsx +90 -0
  1699. package/src/components/core/list/columns/SolidComputedColumn.tsx +27 -0
  1700. package/src/components/core/list/columns/SolidDateColumn.tsx +90 -0
  1701. package/src/components/core/list/columns/SolidDatetimeColumn.tsx +79 -0
  1702. package/src/components/core/list/columns/SolidDecimalColumn.tsx +9 -0
  1703. package/src/components/core/list/columns/SolidExternalIdColumn.tsx +80 -0
  1704. package/src/components/core/list/columns/SolidFloatColumn.tsx +9 -0
  1705. package/src/components/core/list/columns/SolidIdColumn.tsx +79 -0
  1706. package/src/components/core/list/columns/SolidIntColumn.tsx +87 -0
  1707. package/src/components/core/list/columns/SolidLongTextColumn.tsx +9 -0
  1708. package/src/components/core/list/columns/SolidMediaMultipleColumn.tsx +301 -0
  1709. package/src/components/core/list/columns/SolidMediaSingleColumn.tsx +170 -0
  1710. package/src/components/core/list/columns/SolidRelationColumn.tsx +21 -0
  1711. package/src/components/core/list/columns/SolidRichTextColumn.tsx +9 -0
  1712. package/src/components/core/list/columns/SolidSelectionDynamicColumn.tsx +80 -0
  1713. package/src/components/core/list/columns/SolidSelectionStaticColumn.tsx +81 -0
  1714. package/src/components/core/list/columns/SolidShortTextColumn.tsx +160 -0
  1715. package/src/components/core/list/columns/SolidTimeColumn.tsx +78 -0
  1716. package/src/components/core/list/columns/SolidUuidColumn.tsx +79 -0
  1717. package/src/components/core/list/columns/relations/SolidRelationManyToManyColumn.tsx +106 -0
  1718. package/src/components/core/list/columns/relations/SolidRelationManyToOneColumn.tsx +117 -0
  1719. package/src/components/core/list/columns/relations/SolidRelationOneToManyColumn.tsx +110 -0
  1720. package/src/components/core/list/widgets/SolidManyToManyRelationAvatarListWidget.tsx +30 -0
  1721. package/src/components/core/list/widgets/SolidManyToOneRelationAvatarListWidget.tsx +30 -0
  1722. package/src/components/core/list/widgets/SolidShortTextAvatarWidget.tsx +70 -0
  1723. package/src/components/core/list/widgets/SolidShortTextFieldImageRenderModeWidget.tsx +21 -0
  1724. package/src/components/core/locales/SolidChatterLocaleTabView.tsx +91 -0
  1725. package/src/components/core/locales/SolidLocale.tsx +127 -0
  1726. package/src/components/core/model/CreateModel.tsx +495 -0
  1727. package/src/components/core/model/FieldMetaData.tsx +263 -0
  1728. package/src/components/core/model/FieldMetaDataForm.tsx +3509 -0
  1729. package/src/components/core/model/FieldSelector.tsx +62 -0
  1730. package/src/components/core/model/ModelListViewData.tsx +384 -0
  1731. package/src/components/core/model/ModelMetaData.tsx +921 -0
  1732. package/src/components/core/module/CreateModule.tsx +617 -0
  1733. package/src/components/core/module/ModuleListViewData.tsx +431 -0
  1734. package/src/components/core/solid-ai/SolidAiMainWrapper.tsx +8 -0
  1735. package/src/components/core/solid-ai/SolidXAIIcon.tsx +37 -0
  1736. package/src/components/core/users/CreateUser.tsx +467 -0
  1737. package/src/components/core/users/CreateUserRole.tsx +212 -0
  1738. package/src/components/core/users/UserListView.tsx +376 -0
  1739. package/src/components/layout/AdminLayout.tsx +57 -0
  1740. package/src/components/layout/AdminSidebar.tsx +65 -0
  1741. package/src/components/layout/AppConfig.tsx +104 -0
  1742. package/src/components/layout/AppSidebar.tsx +232 -0
  1743. package/src/components/layout/ButtonLoader.tsx +7 -0
  1744. package/src/components/layout/CustomPagination.tsx +55 -0
  1745. package/src/components/layout/DashboardHeader.tsx +89 -0
  1746. package/src/components/layout/FilterMenu.tsx +122 -0
  1747. package/src/components/layout/Footer.tsx +13 -0
  1748. package/src/components/layout/GlobalSearch.tsx +37 -0
  1749. package/src/components/layout/Header.tsx +8 -0
  1750. package/src/components/layout/Layout.tsx +211 -0
  1751. package/src/components/layout/ListingHeader.tsx +204 -0
  1752. package/src/components/layout/Loader.tsx +16 -0
  1753. package/src/components/layout/UserSidebar.tsx +53 -0
  1754. package/src/components/layout/context/layoutcontext.tsx +52 -0
  1755. package/src/components/layout/navbar-one.tsx +258 -0
  1756. package/src/components/layout/navbar-two-menu.tsx +72 -0
  1757. package/src/components/layout/navbar-two.tsx +37 -0
  1758. package/src/components/layout/user-profile-menu.tsx +213 -0
  1759. package/src/components/layout/user-profile.tsx +7 -0
  1760. package/src/components/modelsComponents/filterIcon.tsx +9 -0
  1761. package/src/constants/error-messages.ts +238 -0
  1762. package/src/helpers/AppTitle.tsx +12 -0
  1763. package/src/helpers/ToastContainer.tsx +94 -0
  1764. package/src/helpers/autoCompleteVirtualScroll.ts +41 -0
  1765. package/src/helpers/countries.tsx +260 -0
  1766. package/src/helpers/downloadFileWithProgress.ts +91 -0
  1767. package/src/helpers/downloadMediaFile.tsx +21 -0
  1768. package/src/helpers/getAcceptedFileTypes.tsx +22 -0
  1769. package/src/helpers/getRandomColors.tsx +68 -0
  1770. package/src/helpers/helpers.ts +61 -0
  1771. package/src/helpers/hydrateRelationRules.ts +120 -0
  1772. package/src/helpers/permissions.ts +7 -0
  1773. package/src/helpers/registry.ts +337 -0
  1774. package/src/helpers/resendOtpHelper.tsx +5 -0
  1775. package/src/helpers/revalidate.ts +7 -0
  1776. package/src/helpers/rolesHelper.ts +17 -0
  1777. package/src/helpers/solidIcons.tsx +1831 -0
  1778. package/src/helpers/updatePasswordField.ts +41 -0
  1779. package/src/index.ts +422 -0
  1780. package/src/nextAuth/authProviders.tsx +235 -0
  1781. package/src/nextAuth/handleLogout.tsx +39 -0
  1782. package/src/nextAuth/refreshAccessToken.tsx +28 -0
  1783. package/src/redux/api/aiInteractionApi.ts +59 -0
  1784. package/src/redux/api/authApi.ts +131 -0
  1785. package/src/redux/api/dashboardApi.ts +56 -0
  1786. package/src/redux/api/dashboardQuestionApi.ts +17 -0
  1787. package/src/redux/api/exportTemplateApi.tsx +59 -0
  1788. package/src/redux/api/fetchBaseQuery.tsx +98 -0
  1789. package/src/redux/api/fieldApi.ts +86 -0
  1790. package/src/redux/api/importTransactionApi.tsx +69 -0
  1791. package/src/redux/api/mediaApi.ts +55 -0
  1792. package/src/redux/api/mediaStorageProviderApi.ts +55 -0
  1793. package/src/redux/api/modelApi.ts +80 -0
  1794. package/src/redux/api/moduleApi.ts +72 -0
  1795. package/src/redux/api/permissionApi.ts +32 -0
  1796. package/src/redux/api/pincodeApi.tsx +56 -0
  1797. package/src/redux/api/roleApi.ts +58 -0
  1798. package/src/redux/api/solidActionApi.ts +66 -0
  1799. package/src/redux/api/solidChatterMessageApi.ts +25 -0
  1800. package/src/redux/api/solidEntityApi.tsx +164 -0
  1801. package/src/redux/api/solidMenuApi.ts +71 -0
  1802. package/src/redux/api/solidServiceApi.ts +31 -0
  1803. package/src/redux/api/solidSettingsApi.tsx +69 -0
  1804. package/src/redux/api/solidViewApi.ts +73 -0
  1805. package/src/redux/api/stateApi.tsx +56 -0
  1806. package/src/redux/api/testApi.ts +21 -0
  1807. package/src/redux/api/userApi.ts +135 -0
  1808. package/src/redux/features/authSlice.ts +19 -0
  1809. package/src/redux/features/dataViewSlice.ts +26 -0
  1810. package/src/redux/features/navbarSlice.ts +21 -0
  1811. package/src/redux/features/popupSlice.ts +37 -0
  1812. package/src/redux/features/settingsSlice.ts +60 -0
  1813. package/src/redux/features/themeSlice.ts +17 -0
  1814. package/src/redux/features/userSlice.ts +28 -0
  1815. package/src/redux/hooks/useSolidPopup.ts +20 -0
  1816. package/src/redux/store/defaultStoreConfig.ts +64 -0
  1817. package/src/styles.ts +4 -0
  1818. package/src/types/index.d.ts +10 -2
  1819. package/src/types/next.d.ts +1 -1
  1820. package/dist/components/CustomFooter/CustomFooter.d.ts +0 -2
  1821. package/dist/components/CustomFooter/CustomFooter.d.ts.map +0 -1
  1822. package/dist/components/CustomFooter/CustomFooter.js +0 -162
  1823. package/dist/components/CustomFooter/CustomFooter.js.map +0 -1
  1824. package/dist/components/CustomFooter/FooterForm.d.ts +0 -2
  1825. package/dist/components/CustomFooter/FooterForm.d.ts.map +0 -1
  1826. package/dist/components/CustomFooter/FooterForm.js +0 -8
  1827. package/dist/components/CustomFooter/FooterForm.js.map +0 -1
  1828. package/dist/components/CustomHeader/CallIcon.d.ts +0 -2
  1829. package/dist/components/CustomHeader/CallIcon.d.ts.map +0 -1
  1830. package/dist/components/CustomHeader/CallIcon.js +0 -6
  1831. package/dist/components/CustomHeader/CallIcon.js.map +0 -1
  1832. package/dist/components/CustomHeader/CustomDropdown.d.ts +0 -21
  1833. package/dist/components/CustomHeader/CustomDropdown.d.ts.map +0 -1
  1834. package/dist/components/CustomHeader/CustomDropdown.js +0 -38
  1835. package/dist/components/CustomHeader/CustomDropdown.js.map +0 -1
  1836. package/dist/components/CustomHeader/CustomHeader.d.ts +0 -2
  1837. package/dist/components/CustomHeader/CustomHeader.d.ts.map +0 -1
  1838. package/dist/components/CustomHeader/CustomHeader.js +0 -18
  1839. package/dist/components/CustomHeader/CustomHeader.js.map +0 -1
  1840. package/dist/components/CustomHeader/EmailIcon.d.ts +0 -2
  1841. package/dist/components/CustomHeader/EmailIcon.d.ts.map +0 -1
  1842. package/dist/components/CustomHeader/EmailIcon.js +0 -6
  1843. package/dist/components/CustomHeader/EmailIcon.js.map +0 -1
  1844. package/dist/components/CustomHeader/HeaderCart.d.ts +0 -2
  1845. package/dist/components/CustomHeader/HeaderCart.d.ts.map +0 -1
  1846. package/dist/components/CustomHeader/HeaderCart.js +0 -7
  1847. package/dist/components/CustomHeader/HeaderCart.js.map +0 -1
  1848. package/dist/components/CustomHeader/productNavData.d.ts +0 -3
  1849. package/dist/components/CustomHeader/productNavData.d.ts.map +0 -1
  1850. package/dist/components/CustomHeader/productNavData.js +0 -178
  1851. package/dist/components/CustomHeader/productNavData.js.map +0 -1
  1852. package/dist/components/FormView/DetailsViews.d.ts +0 -2
  1853. package/dist/components/FormView/DetailsViews.d.ts.map +0 -1
  1854. package/dist/components/FormView/DetailsViews.js +0 -23
  1855. package/dist/components/FormView/DetailsViews.js.map +0 -1
  1856. package/dist/components/FormView/OrderAddressDetails.d.ts +0 -2
  1857. package/dist/components/FormView/OrderAddressDetails.d.ts.map +0 -1
  1858. package/dist/components/FormView/OrderAddressDetails.js +0 -31
  1859. package/dist/components/FormView/OrderAddressDetails.js.map +0 -1
  1860. package/dist/components/FormView/OrderPaymentDetails.d.ts +0 -2
  1861. package/dist/components/FormView/OrderPaymentDetails.d.ts.map +0 -1
  1862. package/dist/components/FormView/OrderPaymentDetails.js +0 -6
  1863. package/dist/components/FormView/OrderPaymentDetails.js.map +0 -1
  1864. package/dist/components/FormView/OrderTableDetails.d.ts +0 -2
  1865. package/dist/components/FormView/OrderTableDetails.d.ts.map +0 -1
  1866. package/dist/components/FormView/OrderTableDetails.js +0 -22
  1867. package/dist/components/FormView/OrderTableDetails.js.map +0 -1
  1868. package/dist/components/FormView/OrderedProductDetail.d.ts +0 -2
  1869. package/dist/components/FormView/OrderedProductDetail.d.ts.map +0 -1
  1870. package/dist/components/FormView/OrderedProductDetail.js +0 -6
  1871. package/dist/components/FormView/OrderedProductDetail.js.map +0 -1
  1872. package/dist/components/Tag/CustomTag.d.ts +0 -8
  1873. package/dist/components/Tag/CustomTag.d.ts.map +0 -1
  1874. package/dist/components/Tag/CustomTag.js +0 -34
  1875. package/dist/components/Tag/CustomTag.js.map +0 -1
  1876. package/dist/components/auth/Login.d.ts +0 -3
  1877. package/dist/components/auth/Login.d.ts.map +0 -1
  1878. package/dist/components/auth/Login.js +0 -117
  1879. package/dist/components/auth/Login.js.map +0 -1
  1880. package/dist/components/auth/Register.d.ts +0 -3
  1881. package/dist/components/auth/Register.d.ts.map +0 -1
  1882. package/dist/components/auth/Register.js +0 -173
  1883. package/dist/components/auth/Register.js.map +0 -1
  1884. package/dist/components/common/SolidExport.module.css +0 -66
  1885. package/dist/components/core/dashboard/SolidDashboardVariableFilter.d.ts +0 -18
  1886. package/dist/components/core/dashboard/SolidDashboardVariableFilter.d.ts.map +0 -1
  1887. package/dist/components/core/dashboard/SolidDashboardVariableFilter.js +0 -57
  1888. package/dist/components/core/dashboard/SolidDashboardVariableFilter.js.map +0 -1
  1889. package/dist/components/core/dashboard/SolidDashboardVariableFilterDialog.d.ts +0 -10
  1890. package/dist/components/core/dashboard/SolidDashboardVariableFilterDialog.d.ts.map +0 -1
  1891. package/dist/components/core/dashboard/SolidDashboardVariableFilterDialog.js +0 -14
  1892. package/dist/components/core/dashboard/SolidDashboardVariableFilterDialog.js.map +0 -1
  1893. package/dist/components/core/dashboard/SolidDashboardVariableFilterWrapper.d.ts +0 -15
  1894. package/dist/components/core/dashboard/SolidDashboardVariableFilterWrapper.d.ts.map +0 -1
  1895. package/dist/components/core/dashboard/SolidDashboardVariableFilterWrapper.js +0 -121
  1896. package/dist/components/core/dashboard/SolidDashboardVariableFilterWrapper.js.map +0 -1
  1897. package/dist/components/core/dashboard/SolidDashboardVariableVarInputsFilterElement.d.ts +0 -7
  1898. package/dist/components/core/dashboard/SolidDashboardVariableVarInputsFilterElement.d.ts.map +0 -1
  1899. package/dist/components/core/dashboard/SolidDashboardVariableVarInputsFilterElement.js +0 -68
  1900. package/dist/components/core/dashboard/SolidDashboardVariableVarInputsFilterElement.js.map +0 -1
  1901. package/dist/components/core/dashboard/chart-renderers/BarChartRenderer.d.ts +0 -5
  1902. package/dist/components/core/dashboard/chart-renderers/BarChartRenderer.d.ts.map +0 -1
  1903. package/dist/components/core/dashboard/chart-renderers/BarChartRenderer.js +0 -33
  1904. package/dist/components/core/dashboard/chart-renderers/BarChartRenderer.js.map +0 -1
  1905. package/dist/components/core/dashboard/chart-renderers/LineChartRenderer.d.ts +0 -5
  1906. package/dist/components/core/dashboard/chart-renderers/LineChartRenderer.d.ts.map +0 -1
  1907. package/dist/components/core/dashboard/chart-renderers/LineChartRenderer.js +0 -33
  1908. package/dist/components/core/dashboard/chart-renderers/LineChartRenderer.js.map +0 -1
  1909. package/dist/components/core/dashboard/chart-renderers/PieChartRenderer.d.ts +0 -5
  1910. package/dist/components/core/dashboard/chart-renderers/PieChartRenderer.d.ts.map +0 -1
  1911. package/dist/components/core/dashboard/chart-renderers/PieChartRenderer.js +0 -32
  1912. package/dist/components/core/dashboard/chart-renderers/PieChartRenderer.js.map +0 -1
  1913. package/dist/components/core/dashboard/chart-renderers/PrimeReactMeterGroupRenderer.d.ts +0 -5
  1914. package/dist/components/core/dashboard/chart-renderers/PrimeReactMeterGroupRenderer.d.ts.map +0 -1
  1915. package/dist/components/core/dashboard/chart-renderers/PrimeReactMeterGroupRenderer.js +0 -39
  1916. package/dist/components/core/dashboard/chart-renderers/PrimeReactMeterGroupRenderer.js.map +0 -1
  1917. package/dist/components/core/dashboard/solid-dashboard.css +0 -3
  1918. package/dist/components/core/dashboard/variable-filters/SolidDashboardSelectionDynamicFilterElement.d.ts +0 -2
  1919. package/dist/components/core/dashboard/variable-filters/SolidDashboardSelectionDynamicFilterElement.d.ts.map +0 -1
  1920. package/dist/components/core/dashboard/variable-filters/SolidDashboardSelectionDynamicFilterElement.js +0 -75
  1921. package/dist/components/core/dashboard/variable-filters/SolidDashboardSelectionDynamicFilterElement.js.map +0 -1
  1922. package/dist/components/core/dashboard/variable-filters/SolidDashboardVariableDate.d.ts +0 -9
  1923. package/dist/components/core/dashboard/variable-filters/SolidDashboardVariableDate.d.ts.map +0 -1
  1924. package/dist/components/core/dashboard/variable-filters/SolidDashboardVariableDate.js +0 -35
  1925. package/dist/components/core/dashboard/variable-filters/SolidDashboardVariableDate.js.map +0 -1
  1926. package/dist/components/core/dashboard/variable-filters/SolidDashboardVariableSelectionDynamic.d.ts +0 -4
  1927. package/dist/components/core/dashboard/variable-filters/SolidDashboardVariableSelectionDynamic.d.ts.map +0 -1
  1928. package/dist/components/core/dashboard/variable-filters/SolidDashboardVariableSelectionDynamic.js +0 -30
  1929. package/dist/components/core/dashboard/variable-filters/SolidDashboardVariableSelectionDynamic.js.map +0 -1
  1930. package/dist/components/core/dashboard/variable-filters/SolidDashboardVariableSelectionStatic.d.ts +0 -7
  1931. package/dist/components/core/dashboard/variable-filters/SolidDashboardVariableSelectionStatic.d.ts.map +0 -1
  1932. package/dist/components/core/dashboard/variable-filters/SolidDashboardVariableSelectionStatic.js +0 -32
  1933. package/dist/components/core/dashboard/variable-filters/SolidDashboardVariableSelectionStatic.js.map +0 -1
  1934. package/dist/components/core/extension/solid-core/question/BarChartWidget.d.ts +0 -4
  1935. package/dist/components/core/extension/solid-core/question/BarChartWidget.d.ts.map +0 -1
  1936. package/dist/components/core/extension/solid-core/question/BarChartWidget.js +0 -19
  1937. package/dist/components/core/extension/solid-core/question/BarChartWidget.js.map +0 -1
  1938. package/dist/components/core/extension/solid-core/question/ChartFormPreviewWidget.d.ts +0 -4
  1939. package/dist/components/core/extension/solid-core/question/ChartFormPreviewWidget.d.ts.map +0 -1
  1940. package/dist/components/core/extension/solid-core/question/ChartFormPreviewWidget.js +0 -24
  1941. package/dist/components/core/extension/solid-core/question/ChartFormPreviewWidget.js.map +0 -1
  1942. package/dist/components/core/extension/solid-core/question/ChartWidget.d.ts +0 -4
  1943. package/dist/components/core/extension/solid-core/question/ChartWidget.d.ts.map +0 -1
  1944. package/dist/components/core/extension/solid-core/question/ChartWidget.js +0 -25
  1945. package/dist/components/core/extension/solid-core/question/ChartWidget.js.map +0 -1
  1946. package/dist/components/core/filter/fields/SolidManyToManyFilterElement.d.ts +0 -2
  1947. package/dist/components/core/filter/fields/SolidManyToManyFilterElement.d.ts.map +0 -1
  1948. package/dist/components/core/filter/fields/SolidManyToManyFilterElement.js +0 -89
  1949. package/dist/components/core/filter/fields/SolidManyToManyFilterElement.js.map +0 -1
  1950. package/dist/components/core/list/SolidListColumnSelector.d.ts +0 -2
  1951. package/dist/components/core/list/SolidListColumnSelector.d.ts.map +0 -1
  1952. package/dist/components/core/list/SolidListColumnSelector.js +0 -172
  1953. package/dist/components/core/list/SolidListColumnSelector.js.map +0 -1
  1954. package/dist/components/core/list/widgets/SolidRelationAvatarWidget.d.ts +0 -4
  1955. package/dist/components/core/list/widgets/SolidRelationAvatarWidget.d.ts.map +0 -1
  1956. package/dist/components/core/list/widgets/SolidRelationAvatarWidget.js +0 -61
  1957. package/dist/components/core/list/widgets/SolidRelationAvatarWidget.js.map +0 -1
  1958. package/dist/components/core/locales/SolidLocale.module.css +0 -35
  1959. package/dist/components/core/solid-ai/SolidXAI.module.css +0 -100
  1960. package/dist/components/core/solid-ai/SolidXAIEmptyPlaceholder.d.ts +0 -2
  1961. package/dist/components/core/solid-ai/SolidXAIEmptyPlaceholder.d.ts.map +0 -1
  1962. package/dist/components/core/solid-ai/SolidXAIEmptyPlaceholder.js +0 -7
  1963. package/dist/components/core/solid-ai/SolidXAIEmptyPlaceholder.js.map +0 -1
  1964. package/dist/components/core/solid-ai/SolidXAIInputBox.d.ts +0 -8
  1965. package/dist/components/core/solid-ai/SolidXAIInputBox.d.ts.map +0 -1
  1966. package/dist/components/core/solid-ai/SolidXAIInputBox.js +0 -112
  1967. package/dist/components/core/solid-ai/SolidXAIInputBox.js.map +0 -1
  1968. package/dist/components/core/solid-ai/SolidXAIModule.d.ts +0 -2
  1969. package/dist/components/core/solid-ai/SolidXAIModule.d.ts.map +0 -1
  1970. package/dist/components/core/solid-ai/SolidXAIModule.js +0 -138
  1971. package/dist/components/core/solid-ai/SolidXAIModule.js.map +0 -1
  1972. package/dist/components/core/solid-ai/SolidXAIModuleHeader.d.ts +0 -2
  1973. package/dist/components/core/solid-ai/SolidXAIModuleHeader.d.ts.map +0 -1
  1974. package/dist/components/core/solid-ai/SolidXAIModuleHeader.js +0 -8
  1975. package/dist/components/core/solid-ai/SolidXAIModuleHeader.js.map +0 -1
  1976. package/dist/components/core/solid-ai/SolidXAIResponse.d.ts +0 -5
  1977. package/dist/components/core/solid-ai/SolidXAIResponse.d.ts.map +0 -1
  1978. package/dist/components/core/solid-ai/SolidXAIResponse.js +0 -28
  1979. package/dist/components/core/solid-ai/SolidXAIResponse.js.map +0 -1
  1980. package/dist/components/core/solid-ai/SolidXAIThinking.d.ts +0 -2
  1981. package/dist/components/core/solid-ai/SolidXAIThinking.d.ts.map +0 -1
  1982. package/dist/components/core/solid-ai/SolidXAIThinking.js +0 -9
  1983. package/dist/components/core/solid-ai/SolidXAIThinking.js.map +0 -1
  1984. package/dist/components/core/solid-ai/SolidXAIThreadWrapper.d.ts +0 -9
  1985. package/dist/components/core/solid-ai/SolidXAIThreadWrapper.d.ts.map +0 -1
  1986. package/dist/components/core/solid-ai/SolidXAIThreadWrapper.js +0 -242
  1987. package/dist/components/core/solid-ai/SolidXAIThreadWrapper.js.map +0 -1
  1988. package/dist/components/core/solid-ai/SolidXAiJsonDisplay.d.ts +0 -7
  1989. package/dist/components/core/solid-ai/SolidXAiJsonDisplay.d.ts.map +0 -1
  1990. package/dist/components/core/solid-ai/SolidXAiJsonDisplay.js +0 -348
  1991. package/dist/components/core/solid-ai/SolidXAiJsonDisplay.js.map +0 -1
  1992. package/dist/components/core/solid-ai/SolidXAiMarkdownDisplay.d.ts +0 -7
  1993. package/dist/components/core/solid-ai/SolidXAiMarkdownDisplay.d.ts.map +0 -1
  1994. package/dist/components/core/solid-ai/SolidXAiMarkdownDisplay.js +0 -35
  1995. package/dist/components/core/solid-ai/SolidXAiMarkdownDisplay.js.map +0 -1
  1996. package/dist/components/core/solid-ai/SolidXAiPlainTextDisplay.d.ts +0 -7
  1997. package/dist/components/core/solid-ai/SolidXAiPlainTextDisplay.d.ts.map +0 -1
  1998. package/dist/components/core/solid-ai/SolidXAiPlainTextDisplay.js +0 -15
  1999. package/dist/components/core/solid-ai/SolidXAiPlainTextDisplay.js.map +0 -1
  2000. package/dist/components/core/solid-ai/SolidXAiStatusErrorDisplay.d.ts +0 -7
  2001. package/dist/components/core/solid-ai/SolidXAiStatusErrorDisplay.d.ts.map +0 -1
  2002. package/dist/components/core/solid-ai/SolidXAiStatusErrorDisplay.js +0 -7
  2003. package/dist/components/core/solid-ai/SolidXAiStatusErrorDisplay.js.map +0 -1
  2004. package/dist/components/core/solid-ai/SolidXUserPrompt.d.ts +0 -5
  2005. package/dist/components/core/solid-ai/SolidXUserPrompt.d.ts.map +0 -1
  2006. package/dist/components/core/solid-ai/SolidXUserPrompt.js +0 -11
  2007. package/dist/components/core/solid-ai/SolidXUserPrompt.js.map +0 -1
  2008. package/dist/components/tables/DemoData.d.ts +0 -23
  2009. package/dist/components/tables/DemoData.d.ts.map +0 -1
  2010. package/dist/components/tables/DemoData.js +0 -317
  2011. package/dist/components/tables/DemoData.js.map +0 -1
  2012. package/dist/components/tables/DynamicTable.d.ts +0 -6
  2013. package/dist/components/tables/DynamicTable.d.ts.map +0 -1
  2014. package/dist/components/tables/DynamicTable.js +0 -24
  2015. package/dist/components/tables/DynamicTable.js.map +0 -1
  2016. package/dist/components/tables/ListViewTable.d.ts +0 -12
  2017. package/dist/components/tables/ListViewTable.d.ts.map +0 -1
  2018. package/dist/components/tables/ListViewTable.js +0 -120
  2019. package/dist/components/tables/ListViewTable.js.map +0 -1
  2020. package/dist/helpers/authHeader.d.ts +0 -7
  2021. package/dist/helpers/authHeader.d.ts.map +0 -1
  2022. package/dist/helpers/authHeader.js +0 -18
  2023. package/dist/helpers/authHeader.js.map +0 -1
  2024. package/dist/helpers/menu.d.ts +0 -35
  2025. package/dist/helpers/menu.d.ts.map +0 -1
  2026. package/dist/helpers/menu.js +0 -668
  2027. package/dist/helpers/menu.js.map +0 -1
  2028. package/dist/helpers/security-headers.d.ts +0 -32
  2029. package/dist/helpers/security-headers.d.ts.map +0 -1
  2030. package/dist/helpers/security-headers.js +0 -150
  2031. package/dist/helpers/security-headers.js.map +0 -1
  2032. package/dist/redux/api/articleApi.d.ts +0 -19
  2033. package/dist/redux/api/articleApi.d.ts.map +0 -1
  2034. package/dist/redux/api/articleApi.js +0 -57
  2035. package/dist/redux/api/articleApi.js.map +0 -1
  2036. package/dist/redux/api/automationApi.d.ts +0 -19
  2037. package/dist/redux/api/automationApi.d.ts.map +0 -1
  2038. package/dist/redux/api/automationApi.js +0 -57
  2039. package/dist/redux/api/automationApi.js.map +0 -1
  2040. package/dist/redux/api/categoryApi.d.ts +0 -10
  2041. package/dist/redux/api/categoryApi.d.ts.map +0 -1
  2042. package/dist/redux/api/categoryApi.js +0 -48
  2043. package/dist/redux/api/categoryApi.js.map +0 -1
  2044. package/dist/redux/api/cityApi.d.ts +0 -36
  2045. package/dist/redux/api/cityApi.d.ts.map +0 -1
  2046. package/dist/redux/api/cityApi.js +0 -54
  2047. package/dist/redux/api/cityApi.js.map +0 -1
  2048. package/dist/redux/api/cmsBannerImageApi.d.ts +0 -19
  2049. package/dist/redux/api/cmsBannerImageApi.d.ts.map +0 -1
  2050. package/dist/redux/api/cmsBannerImageApi.js +0 -57
  2051. package/dist/redux/api/cmsBannerImageApi.js.map +0 -1
  2052. package/dist/redux/api/countryApi.d.ts +0 -39
  2053. package/dist/redux/api/countryApi.d.ts.map +0 -1
  2054. package/dist/redux/api/countryApi.js +0 -57
  2055. package/dist/redux/api/countryApi.js.map +0 -1
  2056. package/dist/redux/api/menuApi.d.ts +0 -19
  2057. package/dist/redux/api/menuApi.d.ts.map +0 -1
  2058. package/dist/redux/api/menuApi.js +0 -57
  2059. package/dist/redux/api/menuApi.js.map +0 -1
  2060. package/dist/redux/api/menuItemsApi.d.ts +0 -19
  2061. package/dist/redux/api/menuItemsApi.d.ts.map +0 -1
  2062. package/dist/redux/api/menuItemsApi.js +0 -58
  2063. package/dist/redux/api/menuItemsApi.js.map +0 -1
  2064. package/dist/redux/api/orderAttributeApi.d.ts +0 -8
  2065. package/dist/redux/api/orderAttributeApi.d.ts.map +0 -1
  2066. package/dist/redux/api/orderAttributeApi.js +0 -39
  2067. package/dist/redux/api/orderAttributeApi.js.map +0 -1
  2068. package/dist/redux/api/productData.d.ts +0 -51
  2069. package/dist/redux/api/productData.d.ts.map +0 -1
  2070. package/dist/redux/api/productData.js +0 -78
  2071. package/dist/redux/api/productData.js.map +0 -1
  2072. package/dist/redux/api/questionApi.d.ts +0 -5
  2073. package/dist/redux/api/questionApi.d.ts.map +0 -1
  2074. package/dist/redux/api/questionApi.js +0 -18
  2075. package/dist/redux/api/questionApi.js.map +0 -1
  2076. package/dist/redux/api/radixExtraModelAttributeApi.d.ts +0 -8
  2077. package/dist/redux/api/radixExtraModelAttributeApi.d.ts.map +0 -1
  2078. package/dist/redux/api/radixExtraModelAttributeApi.js +0 -39
  2079. package/dist/redux/api/radixExtraModelAttributeApi.js.map +0 -1
  2080. package/dist/redux/api/radixModelMetadataApi.d.ts +0 -20
  2081. package/dist/redux/api/radixModelMetadataApi.d.ts.map +0 -1
  2082. package/dist/redux/api/radixModelMetadataApi.js +0 -64
  2083. package/dist/redux/api/radixModelMetadataApi.js.map +0 -1
  2084. package/dist/redux/api/radixModelsApi.d.ts +0 -13
  2085. package/dist/redux/api/radixModelsApi.d.ts.map +0 -1
  2086. package/dist/redux/api/radixModelsApi.js +0 -67
  2087. package/dist/redux/api/radixModelsApi.js.map +0 -1
  2088. package/dist/redux/api/ratingApi.d.ts +0 -19
  2089. package/dist/redux/api/ratingApi.d.ts.map +0 -1
  2090. package/dist/redux/api/ratingApi.js +0 -57
  2091. package/dist/redux/api/ratingApi.js.map +0 -1
  2092. package/dist/redux/api/reviewApi.d.ts +0 -19
  2093. package/dist/redux/api/reviewApi.d.ts.map +0 -1
  2094. package/dist/redux/api/reviewApi.js +0 -57
  2095. package/dist/redux/api/reviewApi.js.map +0 -1
  2096. package/dist/redux/api/tagApi.d.ts +0 -19
  2097. package/dist/redux/api/tagApi.d.ts.map +0 -1
  2098. package/dist/redux/api/tagApi.js +0 -57
  2099. package/dist/redux/api/tagApi.js.map +0 -1
  2100. package/dist/redux/api/tagGroupApi.d.ts +0 -19
  2101. package/dist/redux/api/tagGroupApi.d.ts.map +0 -1
  2102. package/dist/redux/api/tagGroupApi.js +0 -57
  2103. package/dist/redux/api/tagGroupApi.js.map +0 -1
  2104. package/dist/resources/images/Navigation/settings.png +0 -0
  2105. package/dist/resources/images/SS-Logo.png +0 -0
  2106. package/publish.js +0 -19
  2107. package/tsconfig.json +0 -38
@@ -0,0 +1,1470 @@
1
+ "use client"
2
+
3
+ import React, { forwardRef, useEffect, useImperativeHandle, useRef, useState } from "react";
4
+ import { Dialog } from "primereact/dialog";
5
+ import FilterComponent, { FilterOperator, FilterRule, FilterRuleType } from "../../../components/core/common/FilterComponent";
6
+ import { Button } from "primereact/button";
7
+ import { OverlayPanel } from "primereact/overlaypanel";
8
+ import { Divider } from "primereact/divider";
9
+ import { usePathname, useRouter, useSearchParams } from "next/navigation";
10
+ import { queryStringToQueryObject } from "../list/SolidListView";
11
+ import { InputText } from "primereact/inputtext";
12
+ import { createSolidEntityApi } from "../../../redux/api/solidEntityApi";
13
+ import qs from "qs";
14
+ import { useSelector } from "react-redux";
15
+ import { SolidSaveCustomFilterForm } from "./SolidSaveCustomFilterForm";
16
+ import { ERROR_MESSAGES } from "../../../constants/error-messages";
17
+ import { hydrateRelationRules } from "../../../helpers/hydrateRelationRules";
18
+
19
+ const getRandomInt = (min: number, max: number) => {
20
+ return Math.floor(Math.random() * (max - min + 1)) + min;
21
+ }
22
+
23
+ interface PredefinedSearch {
24
+ name: string;
25
+ description?: string;
26
+ filters: Record<string, any>;
27
+ }
28
+
29
+ const extractFields = (nodes: any[] = []): any[] => {
30
+ const result: any[] = [];
31
+
32
+ for (const node of nodes) {
33
+ if (node?.type === "field") {
34
+ result.push(node);
35
+ }
36
+
37
+ if (Array.isArray(node?.children)) {
38
+ result.push(...extractFields(node.children));
39
+ }
40
+ }
41
+
42
+ return result;
43
+ };
44
+
45
+
46
+ const transformFiltersToRules = (filter: any, parentRule: number | null = null): FilterRule => {
47
+ if (!filter || typeof filter !== "object" || Object.keys(filter).length === 0) {
48
+ throw new Error("Invalid filter: expected a non-null object with properties");
49
+ }
50
+ if (!filter || typeof filter !== "object") {
51
+ throw new Error("Invalid filter: expected a non-null object");
52
+ }
53
+ const currentId = idCounter++;
54
+ if (filter["$or"]) {
55
+ return {
56
+ id: currentId,
57
+ type: FilterRuleType.RULE_GROUP,
58
+ matchOperator: FilterOperator.OR,
59
+ parentRule,
60
+ children: filter["$or"]
61
+ .filter((sub: any) => {
62
+ // Filter out null, undefined, empty strings, and empty objects
63
+ if (sub == null) return false;
64
+ if (typeof sub === "string" && sub.trim() === "") return false;
65
+ if (typeof sub === "object" && Object.keys(sub).length === 0) return false;
66
+ return true;
67
+ })
68
+ .map((subFilter: any) => transformFiltersToRules(subFilter, currentId))
69
+ };
70
+ }
71
+
72
+ if (filter["$and"]) {
73
+ return {
74
+ id: currentId,
75
+ type: FilterRuleType.RULE_GROUP,
76
+ matchOperator: FilterOperator.AND,
77
+ parentRule,
78
+ children: filter["$and"]
79
+ .filter((sub: any) => {
80
+ // Filter out null, undefined, empty strings, and empty objects
81
+ if (sub == null) return false;
82
+ if (typeof sub === "string" && sub.trim() === "") return false;
83
+ if (typeof sub === "object" && Object.keys(sub).length === 0) return false;
84
+ return true;
85
+ })
86
+ .map((subFilter: any) => transformFiltersToRules(subFilter, currentId))
87
+ };
88
+ }
89
+
90
+ // Handle single rule condition
91
+ for (const fieldName in filter) {
92
+ const condition = filter[fieldName];
93
+ if (!condition || typeof condition !== "object") {
94
+ throw new Error(`Invalid condition for field '${fieldName}'`);
95
+ }
96
+
97
+ // CASE 1: relation filter → unwrap first
98
+ if (condition?.id && typeof condition?.id === "object") {
99
+ for (const matchMode in condition.id) {
100
+ const rawValue = condition.id[matchMode];
101
+ const mathcModeValue: any = matchMode
102
+ return {
103
+ id: currentId,
104
+ type: FilterRuleType.RULE,
105
+ fieldName,
106
+ matchMode: mathcModeValue,
107
+ value: Array.isArray(rawValue) ? rawValue : [rawValue],
108
+ parentRule,
109
+ children: []
110
+ };
111
+ }
112
+ }
113
+
114
+ // CASE 2: normal field → loop stays
115
+ for (const matchMode in condition) {
116
+ const rawValue = condition[matchMode];
117
+ const mathcModeValue: any = matchMode
118
+ return {
119
+ id: currentId,
120
+ type: FilterRuleType.RULE,
121
+ fieldName,
122
+ matchMode: mathcModeValue,
123
+ value: Array.isArray(rawValue) ? rawValue : [rawValue],
124
+ parentRule,
125
+ children: []
126
+ };
127
+ }
128
+
129
+
130
+ }
131
+ throw new Error(ERROR_MESSAGES.INVALID_FILTER_STRUCTURE);
132
+ }
133
+
134
+
135
+
136
+
137
+ let idCounter = 1;
138
+ const generateId = () => Date.now() + Math.floor(Math.random() * 1000);
139
+
140
+
141
+ const transformRulesToFilters = (input: any, viewData: any) => {
142
+
143
+ // Helper function to process individual rules
144
+ const processRule = (rule: any) => {
145
+ if (rule.value !== undefined && rule.value !== null) {
146
+
147
+ // Ensure rule.value is always an array
148
+ let values = typeof rule.value[0] === "object" ? rule.value.map((i: any) => i?.value ? i?.value : i) : rule?.value;
149
+ if (rule.matchMode !== '$in' && rule.matchMode !== '$notIn' && rule.matchMode !== '$between' && rule.matchMode !== '$null' && rule.matchMode !== '$notNull') {
150
+ values = values[0];
151
+ }
152
+
153
+
154
+ const fieldMeta = viewData?.data?.solidFieldsMetadata?.[rule.fieldName];
155
+ const isManyToMany = fieldMeta?.type === 'relation' && fieldMeta?.relationType === 'many-to-many';
156
+
157
+
158
+ let transformedRule;
159
+ if (isManyToMany) {
160
+ // For many-to-many relations, always use array format for $in/$notIn
161
+ transformedRule = {
162
+ [rule.fieldName]: {
163
+ id: {
164
+ [rule.matchMode]: values // Keep as array
165
+ }
166
+ }
167
+ };
168
+ } else {
169
+ // Rule transformation
170
+ transformedRule = {
171
+ [rule.fieldName]: {
172
+ [rule.matchMode]: values // Assuming `value` is always an array with `value` and `label`
173
+ }
174
+ };
175
+ }
176
+
177
+ let processedFields;
178
+ if (rule.children && rule.children.length > 0) {
179
+ processedFields = rule.children.map((child: any) => processRuleGroup(child)).filter((child: any) => child != null);;
180
+ }
181
+ if (processedFields) {
182
+ return { ...transformedRule, processedFields }
183
+ }
184
+ return { ...transformedRule }
185
+
186
+ }
187
+
188
+ };
189
+
190
+ // Helper function to process rule groups
191
+ const processRuleGroup = (ruleGroup: any) => {
192
+ const operator = ruleGroup.matchOperator === 'or' ? '$or' : '$and';
193
+ const children = ruleGroup.children.map((child: any) => {
194
+ if (child.type === 'rule') {
195
+ // Process the rule
196
+ return processRule(child);
197
+ } else if (child.type === 'rule_group') {
198
+ // Process the rule group recursively
199
+ return processRuleGroup(child);
200
+ }
201
+ }).filter((child: any) => child != null);
202
+ // If no valid children, return null
203
+ // if (children.length === 0) {
204
+ // return null;
205
+ // }
206
+
207
+ // If only one child, return it directly without wrapping in operator
208
+ // if (children.length === 1) {
209
+ // return children[0];
210
+ // }
211
+
212
+ return {
213
+ [operator]: children
214
+ };
215
+ };
216
+
217
+
218
+ // Start processing the root rule group
219
+ const filterObject = processRuleGroup(input);
220
+
221
+ if (!filterObject) {
222
+ return {};
223
+ }
224
+
225
+ function liftProcessedFields(filters: any) {
226
+ if (!filters || typeof filters !== 'object') return filters;
227
+
228
+ const processArray = (arr: any) => {
229
+ let newArr = [];
230
+ for (let obj of arr) {
231
+ if (obj && obj.processedFields) {
232
+ let processed: any = processArray(obj.processedFields); // Recursively process nested processedFields
233
+ delete obj.processedFields;
234
+ newArr.push(obj, ...processed);
235
+ } else {
236
+ newArr.push(obj);
237
+ }
238
+
239
+ for (let key in obj) {
240
+ if (Array.isArray(obj[key])) {
241
+ obj[key] = processArray(obj[key]);
242
+ }
243
+ }
244
+ }
245
+ return newArr;
246
+ }
247
+
248
+ for (let key in filters) {
249
+ if (Array.isArray(filters[key])) {
250
+ filters[key] = processArray(filters[key]);
251
+ }
252
+ }
253
+
254
+ return filters;
255
+ }
256
+
257
+
258
+ return liftProcessedFields(filterObject)
259
+
260
+ }
261
+
262
+
263
+ type GroupedType = {
264
+ values: string[];
265
+ searchField: any;
266
+ matchMode: string;
267
+ }
268
+
269
+ // Build nested condition for relation fields
270
+ function buildNestedCondition(path: string, operatorKey: string, value: any) {
271
+ const keys = path.split(".").filter(Boolean);
272
+ const leaf = { [operatorKey]: value };
273
+ return keys.reduceRight((acc, key) => ({ [key]: acc }), leaf);
274
+ }
275
+
276
+ const tranformSearchToFilters = (input: any) => {
277
+ if (!input || !input.$and) return input;
278
+
279
+ const grouped: Record<string, GroupedType> = {};
280
+
281
+ input.$and.forEach(({ fieldName, value, searchField, matchMode }: any) => {
282
+ const val = Array.isArray(value) && value.length === 1 ? value[0] : value;
283
+
284
+ if (!grouped[fieldName]) {
285
+ grouped[fieldName] = { values: [], searchField: searchField || "", matchMode: matchMode || "$containsi" };
286
+ }
287
+
288
+ if (Array.isArray(val)) {
289
+ grouped[fieldName]?.values.push(...val);
290
+ } else {
291
+ grouped[fieldName]?.values.push(val);
292
+ }
293
+ });
294
+
295
+ // return {
296
+ // $and: Object.entries(grouped).map(([fieldName, values]) => ({
297
+ // [fieldName]: {
298
+ // $containsi: values.length === 1 ? values[0] : values
299
+ // }
300
+ // }))
301
+ // };
302
+
303
+ const andFilters: any[] = [];
304
+
305
+ Object.entries(grouped).forEach(([fieldName, value]) => {
306
+
307
+ const isNested = value.searchField ? value.searchField.includes(".") : false;
308
+
309
+ if (isNested) {
310
+
311
+ // NESTED: use $eq and expand dot-notation into nested objects
312
+ if (value.values.length === 1) {
313
+ andFilters.push(buildNestedCondition(value.searchField, value.matchMode, value.values[0]));
314
+ } else {
315
+ andFilters.push({
316
+ $or: value.values.map(v => buildNestedCondition(value.searchField, value.matchMode, v)),
317
+ });
318
+ }
319
+ } else {
320
+
321
+ if (value.values.length === 1) {
322
+ andFilters.push({
323
+ [fieldName]: {
324
+ $containsi: value.values[0]
325
+ }
326
+ });
327
+ } else {
328
+ andFilters.push({
329
+ $or: value.values.map((v) => ({
330
+ [fieldName]: { $containsi: v }
331
+ }))
332
+ });
333
+ }
334
+ }
335
+ });
336
+
337
+ return {
338
+ $and: andFilters
339
+ };
340
+ }
341
+
342
+ export const mergeSearchAndCustomFilters = (transformedFilter: any, newFilter: any, transformedFilterName: string, newFilterName: string) => {
343
+ const filters: any = {};
344
+
345
+ // Add only non-null filters
346
+ if (transformedFilter && Object.keys(transformedFilter).length > 0) {
347
+ filters[transformedFilterName] = transformedFilter;
348
+ }
349
+ if (newFilter && Object.keys(newFilter).length > 0) {
350
+ filters[newFilterName] = newFilter;
351
+ }
352
+
353
+ // Return the combined filters object
354
+ return filters;
355
+ }
356
+
357
+
358
+ export const mergeAllDiffFilters = (customFilter: any, searchFilter: any, savedFilter: any, preDefinedFilter?: any) => {
359
+ const filters: any = {};
360
+
361
+ // Add only non-null filters
362
+ if (customFilter && Object.keys(customFilter).length > 0) {
363
+ filters["custom_filter_predicate"] = customFilter;
364
+ }
365
+ if (searchFilter && Object.keys(searchFilter).length > 0) {
366
+ filters["search_predicate"] = searchFilter;
367
+ }
368
+ if (savedFilter && Object.keys(savedFilter).length > 0) {
369
+ filters["saved_filter_predicate"] = savedFilter;
370
+ }
371
+ if (preDefinedFilter && Object.keys(preDefinedFilter).length > 0) {
372
+ filters["predefined_search_predicate"] = preDefinedFilter;
373
+ }
374
+ // Return the combined filters object
375
+ return filters;
376
+ }
377
+
378
+ const SavedFilterList = ({ savedfilter, activeSavedFilter, applySavedFilter, openSavedCustomFilter, setSavedFilterTobeDeleted, setIsDeleteSQDialogVisible }: any) => {
379
+ return (
380
+ <div className="flex align-items-center justify-content-between gap-2">
381
+ <div>
382
+ <Button text size="small" className="text-base py-1 w-full" severity={Number(activeSavedFilter) == savedfilter.id ? "secondary" : "contrast"} onClick={() => applySavedFilter(savedfilter)}>{savedfilter.name}</Button>
383
+ {savedfilter?.description && <p className="text-xs pl-3">{savedfilter?.description}</p>}
384
+ </div>
385
+ <div className="flex align-items-center gap-2">
386
+ <Button
387
+ icon="pi pi-pencil"
388
+ style={{ fontSize: 10 }}
389
+ severity="secondary"
390
+ outlined size="small"
391
+ onClick={() => openSavedCustomFilter(savedfilter)}
392
+ />
393
+ <Button
394
+ icon="pi pi-trash"
395
+ style={{ fontSize: 10 }}
396
+ severity="secondary"
397
+ outlined size="small"
398
+ onClick={() => {
399
+ setSavedFilterTobeDeleted(savedfilter.id),
400
+ setIsDeleteSQDialogVisible(true);
401
+
402
+ }}
403
+ />
404
+ </div>
405
+ </div>
406
+ )
407
+ }
408
+
409
+ const replacePlaceholders = (obj: any, searchValue: string): any => {
410
+ if (typeof obj === 'string') {
411
+ return obj.replace(/\{\{search\}\}/g, searchValue);
412
+ }
413
+ if (Array.isArray(obj)) {
414
+ return obj.map(item => replacePlaceholders(item, searchValue));
415
+ }
416
+ if (obj && typeof obj === 'object') {
417
+ const newObj: any = {};
418
+ for (const key in obj) {
419
+ newObj[key] = replacePlaceholders(obj[key], searchValue);
420
+ }
421
+ return newObj;
422
+ }
423
+ return obj;
424
+ };
425
+
426
+ type RelationCache = Map<string, { label: string; value: number }>;
427
+
428
+
429
+
430
+ export const SolidGlobalSearchElement = forwardRef(({ viewData, handleApplyCustomFilter, filters, clearFilter, showSaveFilterPopup, setShowSaveFilterPopup }: any, ref) => {
431
+ const defaultState: FilterRule[] = [
432
+ {
433
+ id: 1,
434
+ type: FilterRuleType.RULE_GROUP,
435
+ matchOperator: FilterOperator.OR,
436
+ parentRule: null,
437
+ children: [
438
+ {
439
+ id: Date.now() + getRandomInt(1, 500),
440
+ type: FilterRuleType.RULE,
441
+ fieldName: null,
442
+ matchMode: null,
443
+ value: null,
444
+ parentRule: 1,
445
+ children: []
446
+ },
447
+ {
448
+ id: Date.now() + getRandomInt(1, 500),
449
+ type: FilterRuleType.RULE,
450
+ fieldName: null,
451
+ matchMode: null,
452
+ value: null,
453
+ parentRule: 1,
454
+ children: []
455
+ }
456
+ ]
457
+ }
458
+ ];
459
+ const [initialState, setInitialState] = useState(defaultState);
460
+ const pathname = usePathname();
461
+
462
+
463
+ const searchParams = useSearchParams() // Converts the query params to a string
464
+ const activeSavedFilter = searchParams?.get("savedQuery");
465
+
466
+ const router = useRouter();
467
+
468
+ const chipsRef = useRef<HTMLDivElement | null | any>(null);
469
+
470
+ // filterRules is used to maintian the ui of custom filter
471
+ // customFilter is used to maintian the transformed filter object of custom filter
472
+ const [filterRules, setFilterRules] = useState<FilterRule[]>(initialState);
473
+ const [customFilter, setCustomFilter] = useState<any | null>(null);
474
+
475
+ const [fields, setFields] = useState<any[]>([]);
476
+ const [searchableFields, setSearchableFields] = useState<any[]>([]);
477
+
478
+ // used to show the list of predefined searches
479
+ const [predefinedSearches, setPredefinedSearches] = useState<PredefinedSearch[]>([]);
480
+
481
+ // used to open / close the custom fitler popup
482
+ const [showGlobalSearchElement, setShowGlobalSearchElement] = useState<boolean>(false);
483
+
484
+ // searchChips maintain the ui to display searched query
485
+ // searchFilter maintain the transformed filter of the searched query
486
+ const [searchChips, setSearchChips] = useState<{ columnName?: string; value: string }[]>([]);
487
+ const [searchFilter, setSearchFilter] = useState<any | null>(null);
488
+
489
+ // predefinedSearchChip maintain the ui to display predefined searches query
490
+ const [predefinedSearchChip, setPredefinedSearchChip] = useState<{ name: string; value: string } | null>(null);
491
+
492
+ // state to maintain the text typed in the search input box
493
+ const [inputValue, setInputValue] = useState<string | null>("");
494
+
495
+ // flag to prevent un necessary re renders
496
+ const [hasSearched, setHasSearched] = useState<boolean>(false);
497
+
498
+ // currentSavedFilterData is used to save the whole object of saved filter
499
+ const [currentSavedFilterData, setCurrentSavedFilterData] = useState<any>();
500
+ const [currentSavedFilterQuery, setCurrentSavedFilterQuery] = useState<any>();
501
+ const [currentSavedFilterRules, setCurrentSavedFilterRules] = useState<any>();
502
+ const [showSavedFilterComponent, setShowSavedFilterComponent] = useState<boolean>(false);
503
+
504
+
505
+ const [savedFilterTobeDeleted, setSavedFilterTobeDeleted] = useState<any>();
506
+ const [isDeleteSQDialogVisible, setIsDeleteSQDialogVisible] = useState<boolean>(false);
507
+ const [savedFilterQueryString, setSavedFilterQueryString] = useState<string>();
508
+ const [showOverlay, setShowOverlay] = useState(false);
509
+ const overlayRef = useRef<HTMLDivElement | null>(null);
510
+ const { user } = useSelector((state: any) => state.auth);
511
+
512
+
513
+
514
+ const [refreshKey, setRefreshKey] = useState(0);
515
+
516
+ const [predefinedSearchBaseFilter, setPredefinedSearchBaseFilter] = useState<any>(null);
517
+
518
+ const [savedFilters, setSavedFilters] = useState([]);
519
+ const [savedFiltersLoaded, setSavedFiltersLoaded] = useState(false);
520
+
521
+ const entityApi = createSolidEntityApi("savedFilters");
522
+ const {
523
+ useCreateSolidEntityMutation,
524
+ useDeleteSolidEntityMutation,
525
+ useGetSolidEntityByIdQuery,
526
+ useUpdateSolidEntityMutation,
527
+ useLazyGetSolidEntitiesQuery
528
+ } = entityApi;
529
+
530
+ const [
531
+ createEntity,
532
+ { isSuccess: isEntityCreateSuccess, isError: isEntityCreateError, error: entityCreateError },
533
+ ] = useCreateSolidEntityMutation();
534
+
535
+ const [
536
+ updateEntity,
537
+ { isSuccess: isEntityUpdateSuceess, isError: isEntityUpdateError, error: entityUpdateError },
538
+ ] = useUpdateSolidEntityMutation();
539
+
540
+ const [
541
+ deleteEntity,
542
+ { isSuccess: isEntityDeleteSuceess, isError: isEntityDeleteError, error: entityDeleteError },
543
+ ] = useDeleteSolidEntityMutation();
544
+
545
+ const [triggerGetSolidEntities, { data: solidEntityListViewData, isLoading: isSavedFilterLoading, error }] = useLazyGetSolidEntitiesQuery();
546
+
547
+ const [savedFilterFetchDataRefreshKey, setSavedFilterFetchDataRefreshKey] = useState(0);
548
+
549
+ useEffect(() => {
550
+ const fn = async () => {
551
+ setSavedFiltersLoaded(false)
552
+ const filters = {
553
+ $or: [
554
+ {
555
+ $and: [
556
+ { model: { $in: [viewData?.data?.solidView?.model?.id] } },
557
+ { view: { $in: [viewData?.solidView?.id] } },
558
+ { user: { $in: [user?.user?.id] } },
559
+ { isPrivate: { $eq: true } }
560
+ ]
561
+ },
562
+ {
563
+ $and: [
564
+ { model: { $in: [viewData?.data?.solidView?.model?.id] } },
565
+ { view: { $in: [viewData?.solidView?.id] } },
566
+ { isPrivate: { $eq: false } }
567
+ ]
568
+ }
569
+
570
+ ]
571
+ }
572
+ const queryData: any = {
573
+ offset: 0,
574
+ limit: 10,
575
+ filters: filters,
576
+ populate: ["model", "view", "user"],
577
+ sort: ["id:desc"],
578
+ };
579
+ const queryString = qs.stringify(queryData, { encodeValuesOnly: true });
580
+ setSavedFilterQueryString(queryString)
581
+ const savedFilter = await triggerGetSolidEntities(queryString).unwrap();
582
+
583
+ if (savedFilter) {
584
+ console.log("savedFilter", savedFilter);
585
+ setSavedFilters(savedFilter?.records)
586
+ setSavedFiltersLoaded(true);
587
+ }
588
+ }
589
+ fn()
590
+ }, [activeSavedFilter, savedFilterFetchDataRefreshKey])
591
+
592
+ useImperativeHandle(ref, () => ({
593
+ clearFilter: () => {
594
+ setFilterRules(initialState);
595
+ }
596
+ }));
597
+
598
+ useEffect(() => {
599
+ const fn = async () => {
600
+ let searchChips: any;
601
+ let customChips: any;
602
+ let parsedSearchParams = searchParams;
603
+ if (savedFiltersLoaded) {
604
+
605
+ if (activeSavedFilter && savedFilters.length === 0) return;
606
+
607
+ const queryObject = queryStringToQueryObject();
608
+ // const savedQuery = parsedSearchParams?.get("savedQuery");
609
+ if (activeSavedFilter) {
610
+ const currentSavedFilterId = Number(activeSavedFilter);
611
+ const currentSavedFilterData: any = savedFilters.find((savedFilter: any) => savedFilter.id === currentSavedFilterId);
612
+ setCurrentSavedFilterData(currentSavedFilterData);
613
+ if (currentSavedFilterData) {
614
+ const filterJson = JSON.parse(currentSavedFilterData?.filterQueryJson);
615
+ if (filterJson) {
616
+ let finalSavedFilter = filterJson
617
+ setCurrentSavedFilterQuery(finalSavedFilter)
618
+ }
619
+ }
620
+ } else {
621
+ setCurrentSavedFilterData(null)
622
+ setCurrentSavedFilterQuery(null)
623
+ }
624
+ if (queryObject) {
625
+ if (queryObject) {
626
+ searchChips = queryObject?.search_predicate || null;
627
+ customChips = queryObject?.custom_filter_predicate || null;
628
+ }
629
+ }
630
+ if (searchChips) {
631
+ const formattedChips = searchChips?.$and.map((chip: any, key: any) => {
632
+ const chipKey = Object.keys(chip)[0]; // Get the key, e.g., "displayName"
633
+ const chipValue = chip[chipKey]?.$containsi; // Get the value of "$containsi"
634
+ const chipdata = {
635
+ columnName: chipKey,
636
+ value: chipValue
637
+ };
638
+ return chipdata
639
+ }
640
+ );
641
+ setSearchChips(formattedChips);
642
+ setSearchFilter(searchChips);
643
+
644
+ }
645
+
646
+ if (customChips && Object.keys(customChips).length !== 0) {
647
+ setCustomFilter(customChips);
648
+ const rules: FilterRule = transformFiltersToRules(customChips);
649
+ const hydratedRules = await hydrateRelationRules([rules], viewData);
650
+ setFilterRules(hydratedRules);
651
+ }
652
+
653
+ setHasSearched(true);
654
+ setRefreshKey((prev) => prev + 1)
655
+ }
656
+ }
657
+ fn()
658
+ }, [activeSavedFilter, savedFilters, savedFiltersLoaded])
659
+
660
+
661
+
662
+
663
+ useEffect(() => {
664
+ if (viewData?.data?.solidFieldsMetadata) {
665
+ let fieldsData = viewData?.data?.solidFieldsMetadata;
666
+ // console.log(`fiels data while rendering solid global search element: `);
667
+ // console.log(fieldsData);
668
+
669
+ const layoutChildren = viewData?.data?.solidView?.layout?.children ?? [];
670
+ const fieldElements = extractFields(layoutChildren);
671
+
672
+
673
+ const fieldsList = Object.entries(fieldsData ?? {}).map(([key, value]: any) => {
674
+ const viewFieldElement = fieldElements.find(
675
+ (f: any) => f?.attrs?.name === key
676
+ );
677
+ return {
678
+ name: value.displayName,
679
+ value: key,
680
+ type: value.type,
681
+ ormType: value.ormType,
682
+ matchMode: viewFieldElement?.attrs?.searchMatchMode,
683
+ searchField: viewFieldElement?.attrs?.searchField ?? null,
684
+ isSearchable: viewFieldElement?.attrs?.isSearchable ?? false,
685
+ };
686
+ });
687
+
688
+ setFields(fieldsList);
689
+
690
+ const searchableFieldsList = fieldsList.filter((field: any) => {
691
+ if (!field.isSearchable) return false;
692
+
693
+ switch (field.type) {
694
+ case "relation":
695
+ // Only include relation if searchField is present
696
+ return !!field.searchField;
697
+ case "longText":
698
+ case "shortText":
699
+ case "selectionStatic":
700
+ case "selectionDynamic":
701
+ return true;
702
+ // case "selectionStatic":
703
+ case "computed":
704
+ return field.ormType === "varchar";
705
+ default:
706
+ return false;
707
+ }
708
+ });
709
+
710
+ // console.log("searchableFieldsList", searchableFieldsList);
711
+
712
+
713
+ // Optionally map to a minimal structure if needed for UI
714
+ let finalSearchableFieldsList: any = searchableFieldsList.map((field: any) => ({
715
+ fieldName: field.value,
716
+ displayName: field.name,
717
+ searchField: field.searchField ?? "",
718
+ matchMode: field.matchMode
719
+ }));
720
+
721
+ // console.log("finalSearchableFieldsList", finalSearchableFieldsList);
722
+
723
+ setSearchableFields(finalSearchableFieldsList);
724
+
725
+ const predefinedSearchesList = viewData?.data?.solidView?.layout?.attrs?.predefinedSearches || [];
726
+ setPredefinedSearches(predefinedSearchesList);
727
+ }
728
+ // used to open the
729
+ }, [])
730
+
731
+ useEffect(() => {
732
+ if (chipsRef.current) {
733
+ const inputElement = chipsRef.current.querySelector("input");
734
+ if (inputElement) {
735
+ inputElement.addEventListener("input", (e: any) => {
736
+ setInputValue((e.target as HTMLInputElement).value);
737
+ });
738
+ }
739
+ }
740
+ }, []);
741
+
742
+
743
+ const handleAddChip = (columnName?: string) => {
744
+ if (inputValue?.trim()) {
745
+ const fallbackField = searchableFields[0]; // guaranteed object
746
+ if (!fallbackField) return;
747
+ // Support comma-separated values: split, trim and add as separate chips
748
+ const values = inputValue.split(",").map(v => v.trim()).filter(v => v !== "");
749
+ const fieldName = columnName || fallbackField.fieldName;
750
+ const chipsToAdd = values.map(v => ({
751
+ columnName: fieldName,
752
+ value: v,
753
+ columnDisplayName: fallbackField.displayName,
754
+ searchField: fallbackField.searchField,
755
+ matchMode: fallbackField.matchMode
756
+ }));
757
+
758
+ setSearchChips((prev) => [...prev, ...chipsToAdd]);
759
+ setInputValue("");
760
+ setHasSearched(true)
761
+ setRefreshKey((prev) => prev + 1)
762
+
763
+ }
764
+
765
+ };
766
+
767
+ const clearCustomFilter = () => {
768
+ // handleApplyCustomFilter(finalFilter)
769
+ setFilterRules(initialState);
770
+ setCustomFilter(null)
771
+ // setPredefinedSearchChip(null)
772
+ // setPredefinedSearchBaseFilter(null)
773
+ setHasSearched(true)
774
+ setRefreshKey((prev) => prev + 1)
775
+
776
+ }
777
+
778
+
779
+ const transformCustomFilterRules = (filterRules: any) => {
780
+ const transformedFilter = transformRulesToFilters(filterRules[0], viewData);
781
+ // If there's a predefined search, merge it with the new custom filter
782
+ let finalCustomFilter = transformedFilter;
783
+ // if (predefinedSearchChip && predefinedSearchBaseFilter) {
784
+ // // Combine predefined filter with new custom filter
785
+ // finalCustomFilter = {
786
+ // $and: [predefinedSearchBaseFilter, transformedFilter]
787
+ // };
788
+ // }
789
+ setCustomFilter(finalCustomFilter);
790
+ // handleApplyCustomFilter(finalFilter);
791
+ setShowGlobalSearchElement(false);
792
+ setHasSearched(true)
793
+ setRefreshKey((prev) => prev + 1)
794
+ }
795
+
796
+ const transformSavedFilterRules = (filterRules: any) => {
797
+ const transformedFilter = transformRulesToFilters(filterRules[0], viewData);
798
+
799
+ // If there's a predefined search, merge it with the new custom filter
800
+ let finalCustomFilter = transformedFilter;
801
+ // if (predefinedSearchChip && predefinedSearchBaseFilter) {
802
+ // // Combine predefined filter with new custom filter
803
+ // finalCustomFilter = {
804
+ // $and: [predefinedSearchBaseFilter, transformedFilter]
805
+ // };
806
+ // }
807
+ setCurrentSavedFilterQuery(finalCustomFilter);
808
+ // handleApplyCustomFilter(finalFilter);
809
+ setShowSavedFilterComponent(false);
810
+ setHasSearched(true)
811
+ setRefreshKey((prev) => prev + 1)
812
+
813
+
814
+ }
815
+
816
+ useEffect(() => {
817
+ if (refreshKey > 0) {
818
+ console.log("refres", refreshKey);
819
+ console.log("hasSearched", hasSearched);
820
+
821
+ const formattedChips = {
822
+ $and: searchChips.map((chip: any) => ({
823
+ fieldName: chip.columnName,
824
+ matchMode: chip.matchMode,
825
+ value: [chip.value],
826
+ searchField: chip.searchField ?? "",
827
+ }))
828
+ };
829
+
830
+
831
+ const finalSearchFilter = tranformSearchToFilters(formattedChips);
832
+ setSearchFilter(finalSearchFilter);
833
+
834
+ let finalSavedFilter: any = currentSavedFilterQuery
835
+ const finalPredefinedFilter = predefinedSearchBaseFilter
836
+
837
+ const finalCustomFilter = customFilter
838
+
839
+ console.log("finalCustomFilter", finalCustomFilter);
840
+ console.log("finalPredefinedFilter", finalPredefinedFilter);
841
+ console.log("finalSavedFilter", finalSavedFilter);
842
+ console.log("finalSearchFilter", finalSearchFilter);
843
+
844
+ const finalFilter = mergeAllDiffFilters(finalCustomFilter, finalSearchFilter, finalSavedFilter, finalPredefinedFilter)
845
+ handleApplyCustomFilter(finalFilter);
846
+ // }
847
+ }
848
+ }, [refreshKey]);
849
+
850
+
851
+ // Handle predefined search selection
852
+
853
+ const hasCustomFilterChanged = () => {
854
+ if (!predefinedSearchChip || !customFilter || !predefinedSearchBaseFilter) {
855
+ return false;
856
+ }
857
+ // Deep comparison to check if filter has changed
858
+ return JSON.stringify(customFilter) !== JSON.stringify(predefinedSearchBaseFilter);
859
+ };
860
+
861
+ const openSavedCustomFilter = async (savedfilter: any) => {
862
+ //Open custom filter popup
863
+ // router.push(`?savedQuery=${savedfilter.id}`);
864
+ // setShowGlobalSearchElement(true);
865
+ // // dont refetch the data yet
866
+ // const customFilter = JSON.parse(savedfilter.filterQueryJson);
867
+ // setCustomFilter(customFilter ? customFilter : null);
868
+ // if (customFilter) {
869
+ // const formatedCustomChips: FilterRule = transformFiltersToRules(customFilter ? customFilter : null);
870
+ // setFilterRules(formatedCustomChips ? [formatedCustomChips] : initialState);
871
+ // }
872
+
873
+
874
+ setSearchChips([]);
875
+ setSearchFilter(null);
876
+ setFilterRules(initialState);
877
+ setCustomFilter(null)
878
+ setPredefinedSearchChip(null);
879
+ setPredefinedSearchBaseFilter(null);
880
+
881
+ // push the savedQuery=1 in url
882
+ if (savedfilter?.id) {
883
+ const savedfilterId = savedfilter.id;
884
+ // router.push(`?savedQuery=${savedfilter.id}`);
885
+ setShowOverlay(false);
886
+ const currentSavedFilterData: any = savedFilters.find((savedFilter: any) => savedFilter.id === savedfilterId);
887
+ setCurrentSavedFilterData(currentSavedFilterData);
888
+ if (currentSavedFilterData) {
889
+ const filterJson = JSON.parse(currentSavedFilterData?.filterQueryJson);
890
+ if (filterJson) {
891
+ let finalSavedFilter = filterJson
892
+ setCurrentSavedFilterQuery(finalSavedFilter)
893
+ const rules: FilterRule = transformFiltersToRules(finalSavedFilter ? finalSavedFilter : null);
894
+ const hydratedRules = await hydrateRelationRules(
895
+ [rules],
896
+ viewData
897
+ );
898
+ setCurrentSavedFilterRules(hydratedRules ? hydratedRules : initialState);
899
+ setShowSavedFilterComponent(true)
900
+ }
901
+ }
902
+ } else {
903
+ console.error(ERROR_MESSAGES.SAVE_FILTER_UNDEFINED_NULL);
904
+ }
905
+
906
+ }
907
+ const deleteSavedFilter = async () => {
908
+ // delte the saved filter with id
909
+ await deleteEntity(savedFilterTobeDeleted);
910
+ // triggerGetSolidEntities(savedFilterQueryString);
911
+ let parsedSearchParams = searchParams;
912
+ const savedQuery = parsedSearchParams?.get("savedQuery");
913
+ if (savedFilterTobeDeleted == savedQuery) {
914
+ const urlParams = new URLSearchParams(window.location.search);
915
+ urlParams.delete("savedQuery");
916
+ router.push(`?${urlParams.toString()}`);
917
+ }
918
+ setIsDeleteSQDialogVisible(false);
919
+ setTimeout(() => {
920
+ setSavedFilterFetchDataRefreshKey(prev => prev + 1)
921
+ }, 500)
922
+ }
923
+ const handleSaveFilter = async (formValues: any) => {
924
+ setShowSaveFilterPopup(false)
925
+
926
+ try {
927
+ if (formValues.id) {
928
+ const filterJson = currentSavedFilterQuery;
929
+ const formData = new FormData();
930
+ formData.append("name", formValues.name);
931
+ formData.append("filterQueryJson", JSON.stringify(filterJson, null, 2));
932
+ formData.append("modelId", viewData?.data?.solidView?.model?.id);
933
+ formData.append("viewId", viewData?.data?.solidView?.id);
934
+ formData.append("isPrivate", formValues.isPrivate);
935
+ formData.append("userId", user?.user?.id);
936
+
937
+ await updateEntity({ id: +formValues.id, data: formData }).unwrap();
938
+
939
+ setSearchChips([]);
940
+ setSearchFilter(null);
941
+ setFilterRules(initialState);
942
+ setCustomFilter(null)
943
+ setPredefinedSearchChip(null);
944
+ const currentPageUrl = window.location.pathname; // Get the current page URL
945
+ localStorage.removeItem(currentPageUrl); // Store in local storage with the URL as the key
946
+
947
+ setPredefinedSearchBaseFilter(null);
948
+ setTimeout(() => {
949
+ router.push(`?savedQuery=${formValues.id}`);
950
+ }, 500)
951
+ } else {
952
+
953
+ const filterJson = customFilter;
954
+ const formData = new FormData();
955
+ formData.append("name", formValues.name);
956
+ formData.append("filterQueryJson", JSON.stringify(filterJson, null, 2));
957
+ formData.append("modelId", viewData?.data?.solidView?.model?.id);
958
+ formData.append("viewId", viewData?.data?.solidView?.id);
959
+ formData.append("isPrivate", formValues.isPrivate);
960
+ formData.append("userId", user?.user?.id);
961
+ const result = await createEntity(formData).unwrap();
962
+
963
+ setSearchChips([]);
964
+ setSearchFilter(null);
965
+ setFilterRules(initialState);
966
+ setCustomFilter(null)
967
+ setPredefinedSearchChip(null);
968
+ setPredefinedSearchBaseFilter(null);
969
+
970
+ const currentPageUrl = window.location.pathname; // Get the current page URL
971
+ localStorage.removeItem(currentPageUrl); // Store in local storage with the URL as the key
972
+
973
+ setTimeout(() => {
974
+ router.push(`?savedQuery=${result.data.id}`);
975
+ }, 500)
976
+
977
+ }
978
+ } catch (error) {
979
+
980
+ }
981
+ }
982
+
983
+
984
+
985
+ useEffect(() => {
986
+ // Explicitly type the event as a MouseEvent
987
+ function handleClickOutside(event: MouseEvent) {
988
+ if (overlayRef.current && !overlayRef.current.contains(event.target as Node)) {
989
+ setShowOverlay(false);
990
+ }
991
+ }
992
+ if (showOverlay) {
993
+ document.addEventListener("mousedown", handleClickOutside);
994
+ }
995
+ return () => {
996
+ document.removeEventListener("mousedown", handleClickOutside);
997
+ };
998
+ }, [showOverlay]);
999
+
1000
+ const CustomChip = () => {
1001
+ console.log("customFilter", customFilter);
1002
+ const ruleCount =
1003
+ customFilter?.$or?.length ??
1004
+ customFilter?.$and?.length ??
1005
+ Object.keys(customFilter || {}).length;
1006
+
1007
+ return (
1008
+ <li>
1009
+ <div className="custom-filter-chip-type">
1010
+ <div className="flex align-items-center gap-2 text-base">
1011
+ <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"
1012
+ onClick={() => {
1013
+ setShowGlobalSearchElement(true)
1014
+ }
1015
+ }>
1016
+ <rect width="20" height="20" rx="4" fill="#722ED1" />
1017
+ <path d="M8.66667 15V13.3333H11.3333V15H8.66667ZM6 10.8333V9.16667H14V10.8333H6ZM4 6.66667V5H16V6.66667H4Z"
1018
+ fill="white" />
1019
+ </svg>
1020
+ <span><strong>{ruleCount}</strong> rules applied</span>
1021
+ </div>
1022
+
1023
+ {/* button to clear filter */}
1024
+ <a onClick={clearCustomFilter}
1025
+ style={{ cursor: "pointer" }}
1026
+ >
1027
+ <i className="pi pi-times ml-1">
1028
+ </i></a>
1029
+ </div>
1030
+ </li>
1031
+ )
1032
+ };
1033
+
1034
+
1035
+ //saved filter related code start
1036
+
1037
+ const applySavedFilter = (savedfilter: any) => {
1038
+
1039
+ setSearchChips([]);
1040
+ setSearchFilter(null);
1041
+ setFilterRules(initialState);
1042
+ setCustomFilter(null)
1043
+ setPredefinedSearchChip(null);
1044
+ setPredefinedSearchBaseFilter(null);
1045
+ const currentPageUrl = window.location.pathname; // Get the current page URL
1046
+ localStorage.removeItem(currentPageUrl); // Store in local storage with the URL as the key
1047
+ // push the savedQuery=1 in url
1048
+ if (savedfilter?.id) {
1049
+ router.push(`?savedQuery=${savedfilter.id}`);
1050
+ setShowOverlay(false);
1051
+ } else {
1052
+ console.error(ERROR_MESSAGES.SAVE_FILTER_UNDEFINED_NULL);
1053
+ }
1054
+ }
1055
+
1056
+ const removeSavedFilter = () => {
1057
+ const params = new URLSearchParams(searchParams.toString());
1058
+ setCurrentSavedFilterData(null);
1059
+ setCurrentSavedFilterQuery(null)
1060
+ if (params.has("savedQuery")) {
1061
+ params.delete("savedQuery");
1062
+ const newUrl = params.toString()
1063
+ ? `${pathname}?${params.toString()}`
1064
+ : pathname;
1065
+ router.push(newUrl);
1066
+ }
1067
+ }
1068
+
1069
+
1070
+ const SavedFiltersChip = () => {
1071
+
1072
+ return (
1073
+ <li>
1074
+ <div className="custom-filter-chip-type">
1075
+ <div className="flex align-items-center gap-2 text-base">
1076
+ <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"
1077
+ onClick={() => {
1078
+ const fn = async () => {
1079
+ if (currentSavedFilterQuery) {
1080
+ const rules: FilterRule = transformFiltersToRules(currentSavedFilterQuery ? currentSavedFilterQuery : null);
1081
+ const hydratedRules = await hydrateRelationRules(
1082
+ [rules],
1083
+ viewData
1084
+ );
1085
+ setCurrentSavedFilterRules(hydratedRules ? hydratedRules : initialState);
1086
+ setShowSavedFilterComponent(true)
1087
+ }
1088
+ }
1089
+ fn()
1090
+ }
1091
+ }
1092
+ >
1093
+ <rect width="20" height="20" rx="4" fill="#722ED1" />
1094
+ <path d="M8.66667 15V13.3333H11.3333V15H8.66667ZM6 10.8333V9.16667H14V10.8333H6ZM4 6.66667V5H16V6.66667H4Z"
1095
+ fill="white" />
1096
+ </svg>
1097
+ <span><strong>{currentSavedFilterData?.name}</strong></span>
1098
+ </div>
1099
+
1100
+ {/* button to clear filter */}
1101
+ <a onClick={removeSavedFilter}
1102
+ style={{ cursor: "pointer" }}
1103
+ >
1104
+ <i className="pi pi-times ml-1">
1105
+ </i></a>
1106
+ </div>
1107
+ </li>
1108
+ )
1109
+ };
1110
+
1111
+
1112
+
1113
+
1114
+ //saved filter related code end
1115
+
1116
+
1117
+ // search related code start
1118
+
1119
+ const handleRemoveChipGroup = (columnName: string) => {
1120
+ const updatedChips = searchChips.filter(chip => chip.columnName !== columnName);
1121
+ setSearchChips(updatedChips);
1122
+ setHasSearched(true);
1123
+ setRefreshKey((prev) => prev + 1)
1124
+
1125
+ };
1126
+
1127
+ const groupedSearchChips = searchChips.reduce((acc: Record<string, string[]>, chip) => {
1128
+ const key = chip.columnName;
1129
+ if (!key) return acc; // skip if undefined
1130
+
1131
+ if (!acc[key]) {
1132
+ acc[key] = [];
1133
+ }
1134
+ acc[key].push(chip.value);
1135
+ return acc;
1136
+ }, {});
1137
+
1138
+
1139
+ const handleKeyDown = (e: React.KeyboardEvent<HTMLInputElement>) => {
1140
+ if (e.key === "Enter" && inputValue?.trim()) {
1141
+ handleAddChip();
1142
+ e.preventDefault();
1143
+ setShowOverlay(false);
1144
+ } else if (e.key === "Backspace" && inputValue === "") {
1145
+
1146
+ if (searchChips.length > 0) {
1147
+ setSearchChips((prev) => prev.slice(0, -1));
1148
+ } else if (customFilter) {
1149
+ setCustomFilter(null)
1150
+ setFilterRules(initialState);
1151
+ } else if (predefinedSearchChip) {
1152
+ setPredefinedSearchChip(null);
1153
+ setPredefinedSearchBaseFilter(null);
1154
+ } else if (activeSavedFilter) {
1155
+ removeSavedFilter()
1156
+ } else if (activeSavedFilter) {
1157
+ clearCustomFilter();
1158
+ }
1159
+ setHasSearched(true);
1160
+ setRefreshKey((prev) => prev + 1)
1161
+ }
1162
+ };
1163
+
1164
+ const SearchChip = () => (
1165
+ <>
1166
+ {Object.entries(groupedSearchChips).map(([column, values]) => {
1167
+ const fieldMeta = searchableFields.find(f => f.fieldName === column);
1168
+ const columnDisplayName = fieldMeta?.displayName || column;
1169
+
1170
+ return (
1171
+ <li key={column}>
1172
+ <div className="search-filter-chip-type">
1173
+ <div>{columnDisplayName}</div>
1174
+ {values.map((value, index) => (
1175
+ <React.Fragment>
1176
+ {/* displayname */}
1177
+ <span key={index} className="custom-chip-value">{value}
1178
+ </span>
1179
+ {index < values.length - 1 &&
1180
+ <span className="custom-chip-or">or</span>
1181
+ }
1182
+ </React.Fragment>
1183
+ ))}
1184
+ {/* button to clear filter */}
1185
+ <i className="pi pi-times ml-1"
1186
+ style={{ cursor: "pointer" }}
1187
+ onClick={() => handleRemoveChipGroup(column)}
1188
+ >
1189
+ </i>
1190
+ </div>
1191
+ </li>
1192
+ )
1193
+ })}
1194
+ </>
1195
+ );
1196
+
1197
+ // search related code end
1198
+
1199
+
1200
+ // predefinedfilter related code start
1201
+
1202
+ const handlePredefinedSearch = (predefinedSearch: any) => {
1203
+ if (!inputValue?.trim()) return;
1204
+
1205
+ if (!predefinedSearch?.filters) {
1206
+ console.error('Invalid predefined search: missing filters', predefinedSearch);
1207
+ return;
1208
+ }
1209
+
1210
+ try {
1211
+ // Replace {{search}} placeholders with actual search value
1212
+ const processedFilter = replacePlaceholders(predefinedSearch.filters, inputValue.trim());
1213
+
1214
+ // Clear all existing filters and searches
1215
+ // setSearchChips([]);
1216
+ // setSearchFilter(null);
1217
+ // setFilterRules(initialState);
1218
+ // setCustomFilter(null)
1219
+ // removeSavedFilter();
1220
+ // Set the predefined search chip
1221
+ setPredefinedSearchChip({
1222
+ name: predefinedSearch.name,
1223
+ value: inputValue.trim()
1224
+ });
1225
+
1226
+ setPredefinedSearchBaseFilter(processedFilter);
1227
+
1228
+ // Apply the predefined search filter as custom filter
1229
+ // setCustomFilter(processedFilter);
1230
+
1231
+ // Apply the filter
1232
+ // handleApplyCustomFilter(finalFilter);
1233
+
1234
+ // Clear input and close overlay
1235
+ setInputValue("");
1236
+ setShowOverlay(false);
1237
+ setHasSearched(true);
1238
+ setRefreshKey((prev) => prev + 1)
1239
+ } catch (error) {
1240
+ console.error('Error applying predefined search:', error);
1241
+ // Optionally show user-friendly error message
1242
+ }
1243
+ };
1244
+
1245
+
1246
+ const removePredefinedSearchChip = () => {
1247
+ setPredefinedSearchChip(null);
1248
+ setPredefinedSearchBaseFilter(null)
1249
+ setCustomFilter(null);
1250
+ // handleApplyCustomFilter(finalFilter);
1251
+ setHasSearched(true);
1252
+ setRefreshKey((prev) => prev + 1)
1253
+ };
1254
+
1255
+ const PredefinedSearchChip = () => (
1256
+ <li>
1257
+ <div className="search-filter-chip-type">
1258
+ <div className="flex align-items-center gap-2">
1259
+ <strong>{predefinedSearchChip?.name}:</strong>
1260
+ <span className="custom-chip-value">{predefinedSearchChip?.value}</span>
1261
+ </div>
1262
+ {/* button to clear filter */}
1263
+ <i className="pi pi-times ml-1"
1264
+ style={{ cursor: "pointer" }}
1265
+ onClick={removePredefinedSearchChip}
1266
+ >
1267
+ </i>
1268
+ </div>
1269
+ </li>
1270
+ );
1271
+
1272
+ // predefinedfilter related code end
1273
+
1274
+ return (
1275
+ <>
1276
+ <div className="flex justify-content-center solid-custom-filter-wrapper relative">
1277
+ <div className="solid-global-search-element">
1278
+ <ul className="">
1279
+ {currentSavedFilterData && <SavedFiltersChip />}
1280
+ {predefinedSearchChip && <PredefinedSearchChip />}
1281
+ {customFilter && <CustomChip />}
1282
+ <SearchChip />
1283
+ <li ref={chipsRef}>
1284
+ <div className="relative solid-global-search-element-wrapper">
1285
+ <InputText
1286
+ value={inputValue || ""}
1287
+ placeholder="Search..."
1288
+ onChange={(e) => {
1289
+ setInputValue(e.target.value);
1290
+ setShowOverlay(true);
1291
+ }}
1292
+ onFocus={() => {
1293
+ if (inputValue?.trim()) setShowOverlay(true);
1294
+ }}
1295
+ onBlur={() => {
1296
+ // Delay so you can click buttons inside overlay
1297
+ setTimeout(() => setShowOverlay(false), 150);
1298
+ }}
1299
+
1300
+ onKeyDown={handleKeyDown}
1301
+ />
1302
+ <Button
1303
+ icon="pi pi-search"
1304
+ style={{ fontSize: 10 }}
1305
+ severity="secondary"
1306
+ outlined size="small"
1307
+ onClick={() => setShowOverlay(true)}
1308
+ className="custom-filter-button"
1309
+ />
1310
+ </div>
1311
+ </li>
1312
+ </ul>
1313
+ </div>
1314
+
1315
+ {showOverlay && (
1316
+ <div ref={overlayRef} className="absolute w-full z-5 surface-0 border-round border-1 border-300 shadow-2 solid-search-overlay-pannel" style={{ top: 35 }}>
1317
+ {inputValue ? (
1318
+ <>
1319
+ <div className="custom-filter-search-options px-3 py-2 flex flex-column">
1320
+ <h6 className="my-1 font-bold">Search By Fields</h6>
1321
+ {
1322
+ searchableFields.map((value: any, index: any) => {
1323
+ // console.log("value", value);
1324
+
1325
+ return (
1326
+ <Button
1327
+ key={index}
1328
+ className="p-2 flex gap-1 text-color"
1329
+ // onClick={() => handleAddChip(value)}
1330
+ onMouseDown={(e) => {
1331
+ // Prevent focus loss from input
1332
+ e.preventDefault();
1333
+ const currentValue = inputValue?.trim();
1334
+ if (currentValue) {
1335
+ const values = currentValue.split(",").map((v) => v.trim()).filter((v) => v !== "");
1336
+ const chipsToAdd = values.map(v => ({
1337
+ columnName: value.fieldName,
1338
+ value: v,
1339
+ columnDisplayName: value.displayName,
1340
+ searchField: value.searchField,
1341
+ matchMode: value.matchMode
1342
+ }));
1343
+ setSearchChips((prev) => [...prev, ...chipsToAdd]);
1344
+ setInputValue("");
1345
+ setHasSearched(true);
1346
+ setRefreshKey((prev) => prev + 1)
1347
+ setShowOverlay(false);
1348
+ }
1349
+ }}
1350
+ text
1351
+ severity="secondary"
1352
+ size="small"
1353
+ >
1354
+ Search <strong>{value.displayName}</strong> for: <span className="font-bold text-color">{inputValue}</span>
1355
+ </Button>
1356
+ )
1357
+ })
1358
+ }
1359
+ </div>
1360
+ {predefinedSearches && predefinedSearches.length > 0 && (
1361
+ <>
1362
+ <Divider className="m-0" />
1363
+ <div className="custom-filter-search-options px-3 py-2 flex flex-column">
1364
+ <h6 className="my-1 font-bold">Predefined Searches</h6>
1365
+ {predefinedSearches.map((predefinedSearch: any, index: number) => (
1366
+ <Button
1367
+ key={index}
1368
+ className="p-2 flex flex-column align-items-start gap-1 text-color"
1369
+ onMouseDown={(e) => {
1370
+ e.preventDefault();
1371
+ handlePredefinedSearch(predefinedSearch);
1372
+ }}
1373
+ text
1374
+ severity="secondary"
1375
+ size="small"
1376
+ >
1377
+ <div className="flex gap-1 align-items-center">
1378
+ <strong>{predefinedSearch.name}:</strong>
1379
+ <span className="font-bold text-color">{inputValue}</span>
1380
+ </div>
1381
+ <div className="text-xs">{predefinedSearch.description}</div>
1382
+ </Button>
1383
+ ))}
1384
+ </div>
1385
+ </>
1386
+ )}
1387
+ </>
1388
+ ) :
1389
+ <>
1390
+ <div className="p-3 text-base">Search Here...</div>
1391
+ <Divider className="m-0" />
1392
+ </>
1393
+ }
1394
+ {savedFilters.length > 0 &&
1395
+ <>
1396
+ <div className="p-3">
1397
+ <p className="font-medium">Saved Filters</p>
1398
+ <div className="flex flex-column gap-2">
1399
+ {savedFilters.map((savedfilter: any) =>
1400
+ <SavedFilterList savedfilter={savedfilter} activeSavedFilter={activeSavedFilter} applySavedFilter={applySavedFilter} openSavedCustomFilter={openSavedCustomFilter} setSavedFilterTobeDeleted={setSavedFilterTobeDeleted} setIsDeleteSQDialogVisible={setIsDeleteSQDialogVisible}></SavedFilterList>
1401
+ )}
1402
+ </div>
1403
+ </div>
1404
+ <Divider className="m-0" />
1405
+ </>
1406
+ }
1407
+ <div className="px-2 py-1">
1408
+ <Button text size="small" label="Custom Filter" iconPos="left" icon='pi pi-plus' onClick={() => setShowGlobalSearchElement(true)} className="font-bold" />
1409
+ </div>
1410
+ </div>
1411
+ )
1412
+ }
1413
+ <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={() => { if (!showGlobalSearchElement) return; setShowGlobalSearchElement(false); }}>
1414
+ <div className="flex align-items-center justify-content-between px-3">
1415
+ <h5 className="solid-custom-title m-0">Add Custom Filter</h5>
1416
+ <Button icon="pi pi-times" rounded text aria-label="Cancel" type="reset" size="small" onClick={() => setShowGlobalSearchElement(false)} />
1417
+ </div>
1418
+ <Divider className="m-0" />
1419
+ <div className="p-3 lg:p-4">
1420
+ {fields.length > 0 &&
1421
+ <FilterComponent viewData={viewData} fields={fields} filterRules={filterRules} setFilterRules={setFilterRules} transformFilterRules={transformCustomFilterRules} closeDialog={() => setShowGlobalSearchElement(false)}></FilterComponent>
1422
+ }
1423
+ </div>
1424
+ </Dialog>
1425
+ <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={() => { if (!showSavedFilterComponent) return; setShowSavedFilterComponent(false); }}>
1426
+ <div className="flex align-items-center justify-content-between px-3">
1427
+ <h5 className="solid-custom-title m-0">Saved Filter</h5>
1428
+ <Button icon="pi pi-times" rounded text aria-label="Cancel" type="reset" size="small" onClick={() => setShowSavedFilterComponent(false)} />
1429
+ </div>
1430
+ <Divider className="m-0" />
1431
+ <div className="p-3 lg:p-4">
1432
+ {fields.length > 0 &&
1433
+ <FilterComponent viewData={viewData} fields={fields} filterRules={currentSavedFilterRules} setFilterRules={setCurrentSavedFilterRules} transformFilterRules={transformSavedFilterRules} closeDialog={() => setShowSavedFilterComponent(false)}></FilterComponent>
1434
+ }
1435
+ </div>
1436
+ </Dialog>
1437
+ <Dialog header="Save Custom Filter" className="solid-custom-filter-dialog" visible={showSaveFilterPopup} style={{ width: 500 }} onHide={() => { if (!showSaveFilterPopup) return; setShowSaveFilterPopup(false); }}>
1438
+ <SolidSaveCustomFilterForm currentSavedFilterData={currentSavedFilterData} handleSaveFilter={handleSaveFilter} closeDialog={setShowSaveFilterPopup}></SolidSaveCustomFilterForm>
1439
+ </Dialog>
1440
+
1441
+ <Dialog
1442
+ visible={isDeleteSQDialogVisible}
1443
+ header="Confirm Delete"
1444
+ modal
1445
+ className="solid-confirm-dialog"
1446
+ footer={() => (
1447
+ <div className="flex justify-content-center">
1448
+ <Button label="Yes" icon="pi pi-check" className='small-button' severity="danger" autoFocus onClick={deleteSavedFilter} />
1449
+ <Button label="No" icon="pi pi-times" className='small-button' onClick={() => setIsDeleteSQDialogVisible(false)} />
1450
+ </div>
1451
+ )}
1452
+ onHide={() => setIsDeleteSQDialogVisible(false)}
1453
+ >
1454
+ <p>Are you sure you want to delete the {currentSavedFilterData?.name} saved query?</p>
1455
+ </Dialog>
1456
+ </div>
1457
+ {/* <div>
1458
+ <Button
1459
+ icon="pi pi-save"
1460
+ style={{ fontSize: 10 }}
1461
+ severity="secondary"
1462
+ outlined size="small"
1463
+ onClick={() => {
1464
+ setShowSaveFilterPopup(true)
1465
+ }}
1466
+ />
1467
+ </div> */}
1468
+ </>
1469
+ )
1470
+ });