@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,421 @@
1
+ import { ERROR_MESSAGES } from "../../../constants/error-messages";
2
+ import { LayoutAttribute, LayoutNode } from "../../../types/solid-core";
3
+
4
+ /**
5
+ * SolidViewLayoutManager
6
+ *
7
+ * Central manager for mutating Solid View layout trees.
8
+ * Provides low-level tree operations and domain-specific helpers
9
+ * for view attributes, form buttons, and row buttons.
10
+ */
11
+ export class SolidViewLayoutManager {
12
+ /** Internal mutable layout copy */
13
+ private layout: LayoutNode;
14
+
15
+ /**
16
+ * Creates a new layout manager instance.
17
+ * A deep copy of the provided layout is created to avoid side effects.
18
+ *
19
+ * @param layout - Original layout definition
20
+ */
21
+ constructor(layout: LayoutNode) {
22
+ // Create a deep copy to prevent modifying the original object
23
+ this.layout = structuredClone ? structuredClone(layout) : JSON.parse(JSON.stringify(layout));
24
+ }
25
+
26
+ /**
27
+ * Recursively finds a layout node by its `attrs.name`.
28
+ * Searches children and formButtons.
29
+ *
30
+ * @param node - Node to start searching from
31
+ * @param name - Name of the node to find
32
+ * @returns The matching LayoutNode or null
33
+ */
34
+ private findNode(node: LayoutNode, name: string): LayoutNode | null {
35
+ if (node.attrs.name === name) {
36
+ return node;
37
+ }
38
+
39
+ if (node.children) {
40
+ for (let child of node.children) {
41
+ const found = this.findNode(child, name);
42
+ if (found) return found;
43
+ }
44
+ }
45
+
46
+ // search in formButtons
47
+ if (node.attrs?.formButtons) {
48
+ for (const btn of node.attrs.formButtons) {
49
+ const found = this.findNode(btn, name);
50
+ if (found) return found;
51
+ }
52
+ }
53
+
54
+ return null;
55
+ }
56
+
57
+ private findNodes(node: LayoutNode, name: string): LayoutNode[] {
58
+ const nodes: LayoutNode[] = [];
59
+ if (node.attrs.name === name) {
60
+ nodes.push(node);
61
+ }
62
+ if (node.children) {
63
+ for (let child of node.children) {
64
+ nodes.push(...this.findNodes(child, name));
65
+ }
66
+ }
67
+ if (node.attrs?.formButtons) {
68
+ for (const btn of node.attrs.formButtons) {
69
+ nodes.push(...this.findNodes(btn, name));
70
+ }
71
+ }
72
+ return nodes;
73
+ }
74
+
75
+ /**
76
+ * Recursively removes a node from the layout tree.
77
+ *
78
+ * @param parent - Parent node to search within
79
+ * @param name - Name of the node to remove
80
+ * @returns true if the node was removed
81
+ */
82
+ private removeNodeRecursive(parent: LayoutNode, name: string): boolean {
83
+ if (!parent.children) return false;
84
+
85
+ const index = parent.children.findIndex((child) => child.attrs.name === name);
86
+ if (index !== -1) {
87
+ parent.children.splice(index, 1); // Remove the node
88
+ return true;
89
+ }
90
+
91
+ return parent.children.some((child) => this.removeNodeRecursive(child, name));
92
+ }
93
+
94
+
95
+ /**
96
+ * Returns the managed layout instance.
97
+ *
98
+ * @returns Current layout tree
99
+ */
100
+ getLayout(): LayoutNode {
101
+ // return structuredClone ? structuredClone(this.layout) : JSON.parse(JSON.stringify(this.layout));
102
+ return this.layout;
103
+ }
104
+
105
+ /**
106
+ * Updates attributes of a specific node.
107
+ * This method adds or overrides attributes.
108
+ *
109
+ * @param name - Node name
110
+ * @param newAttributes - Attributes to merge
111
+ * @returns true if node was found and updated
112
+ */
113
+ updateNodeAttributes(name: string, newAttributes: Partial<LayoutAttribute>): boolean {
114
+ const node = this.findNode(this.layout, name);
115
+ if (node) {
116
+ node.attrs = { ...node.attrs, ...newAttributes };
117
+ return true;
118
+ }
119
+ return false;
120
+ }
121
+
122
+ /**
123
+ * Adds a child node to a parent node.
124
+ *
125
+ * @param parentName - Name of the parent node
126
+ * @param newNode - Child layout node to add
127
+ * @param addChildrenToAll - If true, adds the child node to all nodes with the given parent name
128
+ * @returns true if parent exists and child was added
129
+ */
130
+ addChildNode(parentName: string, newNode: LayoutNode, addChildrenToAll: boolean = false): boolean {
131
+ console.log(`timepass....`);
132
+
133
+ if (addChildrenToAll) {
134
+ const parentNodes = this.findNodes(this.layout, parentName);
135
+ parentNodes.forEach((node) => {
136
+ if (!node.children) {
137
+ node.children = [];
138
+ }
139
+ node.children.push(newNode);
140
+ });
141
+ return true;
142
+ }
143
+ else {
144
+ const parentNode = this.findNode(this.layout, parentName);
145
+ if (parentNode) {
146
+ if (!parentNode.children) {
147
+ parentNode.children = [];
148
+ }
149
+ parentNode.children.push(newNode);
150
+ return true;
151
+ }
152
+ return false;
153
+ }
154
+ }
155
+
156
+
157
+ /**
158
+ * Removes a node and its subtree.
159
+ * Root node removal is prevented.
160
+ *
161
+ * @param name - Name of the node to remove
162
+ * @returns true if node was removed
163
+ */
164
+ removeNode(name: string): boolean {
165
+ if (this.layout.attrs.name === name) {
166
+ console.warn(ERROR_MESSAGES.REMOVE_ROOT_NODE);
167
+ return false;
168
+ }
169
+
170
+ return this.removeNodeRecursive(this.layout, name);
171
+ }
172
+
173
+ /**
174
+ * Traverses the entire layout tree and executes a callback for each node.
175
+ *
176
+ * @param callback - Function executed for each node
177
+ * @param node - Starting node (defaults to root)
178
+ */
179
+ traverse(callback: (node: LayoutNode) => void, node: LayoutNode = this.layout) {
180
+ callback(node);
181
+ if (node.children) {
182
+ node.children.forEach((child) => this.traverse(callback, child));
183
+ }
184
+ }
185
+
186
+
187
+
188
+ /**
189
+ * Adds or updates view-level attributes.
190
+ * Existing attributes are updated, missing attributes are added.
191
+ *
192
+ * @param attrs - Attributes to set on the view
193
+ * @returns true if at least one attribute was applied
194
+ */
195
+ setViewAttributes(attrs: Partial<LayoutAttribute>): boolean {
196
+ const viewNode = this.findNode(this.layout, this.layout.attrs.name);
197
+ if (!viewNode) return false;
198
+
199
+ let changed = false;
200
+
201
+ for (const key of Object.keys(attrs) as (keyof LayoutAttribute)[]) {
202
+ const newValue = attrs[key];
203
+
204
+ if (viewNode.attrs[key] !== newValue) {
205
+ viewNode.attrs[key] = newValue;
206
+ changed = true;
207
+ }
208
+ }
209
+
210
+ return changed;
211
+ }
212
+
213
+
214
+
215
+ /**
216
+ * Adds view-level attributes only if they do not already exist.
217
+ *
218
+ * @param attrs - Attributes to add
219
+ * @returns true if at least one attribute was added
220
+ */
221
+ addViewAttributes(attrs: Partial<LayoutAttribute>): boolean {
222
+ const viewNode = this.findNode(this.layout, this.layout.attrs.name);
223
+ if (!viewNode) return false;
224
+
225
+ let added = false;
226
+
227
+ for (const key in attrs) {
228
+ if (!(key in viewNode.attrs)) {
229
+ // @ts-ignore – layout attributes are dynamic
230
+ viewNode.attrs[key] = attrs[key];
231
+ added = true;
232
+ }
233
+ }
234
+
235
+ return added;
236
+ }
237
+
238
+ /**
239
+ * Updates existing view-level attributes.
240
+ * Attributes that do not exist are ignored.
241
+ *
242
+ * @param attrs - Attributes to update
243
+ * @returns true if at least one attribute was updated
244
+ */
245
+ updateViewAttributes(attrs: Partial<LayoutAttribute>): boolean {
246
+ const viewNode = this.findNode(this.layout, this.layout.attrs.name);
247
+ if (!viewNode) return false;
248
+
249
+ let updated = false;
250
+
251
+ for (const key in attrs) {
252
+ if (key in viewNode.attrs) {
253
+ // @ts-ignore
254
+ viewNode.attrs[key] = attrs[key];
255
+ updated = true;
256
+ }
257
+ }
258
+
259
+ return updated;
260
+ }
261
+
262
+
263
+ /**
264
+ * Removes specific view-level attributes.
265
+ *
266
+ * @param keys - Attribute keys to remove
267
+ * @returns true if at least one attribute was removed
268
+ */
269
+ removeViewAttributes(keys: (keyof LayoutAttribute)[]): boolean {
270
+ const viewNode = this.findNode(this.layout, this.layout.attrs.name);
271
+ if (!viewNode) return false;
272
+
273
+ let removed = false;
274
+
275
+ for (const key of keys) {
276
+ if (key in viewNode.attrs) {
277
+ // @ts-ignore
278
+ delete viewNode.attrs[key];
279
+ removed = true;
280
+ }
281
+ }
282
+
283
+ return removed;
284
+ }
285
+
286
+ /**
287
+ * Adds a new form-level button.
288
+ *
289
+ * @param button - Button layout node
290
+ */
291
+ addFormButton(button: LayoutNode): void {
292
+ this.layout.attrs.formButtons ??= [];
293
+ this.layout.attrs.formButtons.push(button);
294
+ }
295
+
296
+ /**
297
+ * Updates a form button identified by its action.
298
+ *
299
+ * @param action - Button action identifier
300
+ * @param attrs - Attributes to update
301
+ * @returns true if button was found and updated
302
+ */
303
+ updateFormButtonByAction(
304
+ action: string,
305
+ attrs: Partial<LayoutAttribute>
306
+ ): boolean {
307
+ const button = this.layout.attrs.formButtons?.find(
308
+ (b: any) => b.attrs.action === action
309
+ );
310
+
311
+ if (!button) return false;
312
+
313
+ button.attrs = { ...button.attrs, ...attrs };
314
+ return true;
315
+ }
316
+
317
+ /**
318
+ * Removes a form button by its action.
319
+ *
320
+ * @param action - Button action identifier
321
+ * @returns true if button was removed
322
+ */
323
+ removeFormButtonByAction(action: string): boolean {
324
+ if (!this.layout.attrs.formButtons) return false;
325
+
326
+ const initialLength = this.layout.attrs.formButtons.length;
327
+
328
+ this.layout.attrs.formButtons = this.layout.attrs.formButtons.filter(
329
+ (b: any) => b.attrs.action !== action
330
+ );
331
+
332
+ return this.layout.attrs.formButtons.length !== initialLength;
333
+ }
334
+
335
+ /**
336
+ * Disables a form-level button.
337
+ *
338
+ * @param action - Button action identifier
339
+ * @returns true if button was disabled
340
+ */
341
+ disableFormButton(action: string): boolean {
342
+ return this.updateFormButtonByAction(action, { disabled: true });
343
+ }
344
+
345
+
346
+ /**
347
+ * Hides a form-level button.
348
+ *
349
+ * @param action - Button action identifier
350
+ * @returns true if button was hidden
351
+ */
352
+ hideFormButton(action: string): boolean {
353
+ return this.updateFormButtonByAction(action, { visible: false });
354
+ }
355
+
356
+
357
+ /**
358
+ * Adds a row-level button to a field.
359
+ *
360
+ * @param fieldName - Target field name
361
+ * @param button - Button definition
362
+ * @returns true if field exists and button was added
363
+ */
364
+ addRowButtonToField(fieldName: string, button: LayoutNode): boolean {
365
+ const fieldNode = this.findNode(this.layout, fieldName);
366
+ if (!fieldNode) return false;
367
+
368
+ fieldNode.attrs.rowButtons ??= [];
369
+ fieldNode.attrs.rowButtons.push(button);
370
+ return true;
371
+ }
372
+
373
+ /**
374
+ * Updates a row-level button for a field.
375
+ *
376
+ * @param fieldName - Field name
377
+ * @param action - Button action identifier
378
+ * @param attrs - Attributes to update
379
+ * @returns true if button was updated
380
+ */
381
+ updateRowButtonByAction(
382
+ fieldName: string,
383
+ action: string,
384
+ attrs: Partial<LayoutAttribute>
385
+ ): boolean {
386
+ const fieldNode = this.findNode(this.layout, fieldName);
387
+ if (!fieldNode?.attrs?.rowButtons) return false;
388
+
389
+ const button = fieldNode.attrs.rowButtons.find(
390
+ (b: any) => b.action === action
391
+ );
392
+
393
+ if (!button) return false;
394
+
395
+ Object.assign(button, attrs);
396
+ return true;
397
+ }
398
+
399
+
400
+ /**
401
+ * Removes a row-level button from a field.
402
+ *
403
+ * @param fieldName - Field name
404
+ * @param action - Button action identifier
405
+ * @returns true if button was removed
406
+ */
407
+ removeRowButtonByAction(fieldName: string, action: string): boolean {
408
+ const fieldNode = this.findNode(this.layout, fieldName);
409
+ if (!fieldNode?.attrs?.rowButtons) return false;
410
+
411
+ const initialLength = fieldNode.attrs.rowButtons.length;
412
+
413
+ fieldNode.attrs.rowButtons = fieldNode.attrs.rowButtons.filter(
414
+ (b: any) => b.action !== action
415
+ );
416
+
417
+ return fieldNode.attrs.rowButtons.length !== initialLength;
418
+ }
419
+
420
+
421
+ }
@@ -1 +1 @@
1
- {"version":3,"file":"SolidXAiIframe.d.ts","sourceRoot":"","sources":["../../../../src/components/core/common/SolidXAiIframe.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsC,MAAM,OAAO,CAAC;AAE3D,UAAU,mBAAmB;IAC3B,GAAG,EAAE,MAAM,CAAC;CACb;AAED,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,mBAAmB,CAsExD,CAAC"}
1
+ {"version":3,"file":"SolidXAiIframe.d.ts","sourceRoot":"./","sources":["components/core/common/SolidXAiIframe.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsC,MAAM,OAAO,CAAC;AAE3D,UAAU,mBAAmB;IAC3B,GAAG,EAAE,MAAM,CAAC;CACb;AAED,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,mBAAmB,CAsExD,CAAC"}
@@ -1,79 +1,32 @@
1
- var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
2
- function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
3
- return new (P || (P = Promise))(function (resolve, reject) {
4
- function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
5
- function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
6
- function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
7
- step((generator = generator.apply(thisArg, _arguments || [])).next());
8
- });
9
- };
10
- var __generator = (this && this.__generator) || function (thisArg, body) {
11
- var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
12
- return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
13
- function verb(n) { return function (v) { return step([n, v]); }; }
14
- function step(op) {
15
- if (f) throw new TypeError("Generator is already executing.");
16
- while (g && (g = 0, op[0] && (_ = 0)), _) try {
17
- if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
18
- if (y = 0, t) op = [op[0] & 2, t.value];
19
- switch (op[0]) {
20
- case 0: case 1: t = op; break;
21
- case 4: _.label++; return { value: op[1], done: false };
22
- case 5: _.label++; y = op[1]; op = [0]; continue;
23
- case 7: op = _.ops.pop(); _.trys.pop(); continue;
24
- default:
25
- if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
26
- if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
27
- if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
28
- if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
29
- if (t[2]) _.ops.pop();
30
- _.trys.pop(); continue;
31
- }
32
- op = body.call(thisArg, _);
33
- } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
34
- if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
35
- }
36
- };
37
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
38
2
  import { useEffect, useState } from "react";
39
- export var SolidXAiIframe = function (_a) {
40
- var url = _a.url;
41
- var _b = useState(null), reachable = _b[0], setReachable = _b[1];
42
- useEffect(function () {
43
- var handler = function (event) {
44
- var _a;
45
- if (((_a = event.data) === null || _a === void 0 ? void 0 : _a.action) === "REFRESH_PARENT") {
3
+ export const SolidXAiIframe = ({ url }) => {
4
+ const [reachable, setReachable] = useState(null);
5
+ useEffect(() => {
6
+ const handler = (event) => {
7
+ if (event.data?.action === "REFRESH_PARENT") {
46
8
  window.location.reload();
47
9
  }
48
10
  };
49
11
  window.addEventListener("message", handler);
50
- return function () { return window.removeEventListener("message", handler); };
12
+ return () => window.removeEventListener("message", handler);
51
13
  }, []);
52
- useEffect(function () {
53
- var checkServer = function () { return __awaiter(void 0, void 0, void 0, function () {
54
- var res, err_1;
55
- return __generator(this, function (_a) {
56
- switch (_a.label) {
57
- case 0:
58
- _a.trys.push([0, 2, , 3]);
59
- return [4 /*yield*/, fetch(url, { method: "HEAD" })];
60
- case 1:
61
- res = _a.sent();
62
- if (res.ok) {
63
- setReachable(true);
64
- }
65
- else {
66
- setReachable(false);
67
- }
68
- return [3 /*break*/, 3];
69
- case 2:
70
- err_1 = _a.sent();
71
- setReachable(false);
72
- return [3 /*break*/, 3];
73
- case 3: return [2 /*return*/];
14
+ useEffect(() => {
15
+ const checkServer = async () => {
16
+ try {
17
+ // Try to fetch the page HEAD (fast, no content)
18
+ const res = await fetch(url, { method: "HEAD" });
19
+ if (res.ok) {
20
+ setReachable(true);
74
21
  }
75
- });
76
- }); };
22
+ else {
23
+ setReachable(false);
24
+ }
25
+ }
26
+ catch (err) {
27
+ setReachable(false);
28
+ }
29
+ };
77
30
  checkServer();
78
31
  }, [url]);
79
32
  // Loading state
@@ -1 +1 @@
1
- {"version":3,"file":"SolidXAiIframe.js","sourceRoot":"","sources":["../../../../src/components/core/common/SolidXAiIframe.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,OAAc,EAAE,SAAS,EAAU,QAAQ,EAAE,MAAM,OAAO,CAAC;AAM3D,MAAM,CAAC,IAAM,cAAc,GAAkC,UAAC,EAAO;QAAL,GAAG,SAAA;IAC3D,IAAA,KAA4B,QAAQ,CAAiB,IAAI,CAAC,EAAzD,SAAS,QAAA,EAAE,YAAY,QAAkC,CAAC;IAGjE,SAAS,CAAC;QACV,IAAM,OAAO,GAAG,UAAC,KAAS;;YACxB,IAAI,CAAA,MAAA,KAAK,CAAC,IAAI,0CAAE,MAAM,MAAK,gBAAgB,EAAE;gBAC3C,MAAM,CAAC,QAAQ,CAAC,MAAM,EAAE,CAAC;aAC1B;QACH,CAAC,CAAC;QAEF,MAAM,CAAC,gBAAgB,CAAC,SAAS,EAAE,OAAO,CAAC,CAAC;QAC5C,OAAO,cAAM,OAAA,MAAM,CAAC,mBAAmB,CAAC,SAAS,EAAE,OAAO,CAAC,EAA9C,CAA8C,CAAC;IAC9D,CAAC,EAAE,EAAE,CAAC,CAAC;IAIL,SAAS,CAAC;QACR,IAAM,WAAW,GAAG;;;;;;wBAGJ,qBAAM,KAAK,CAAC,GAAG,EAAE,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC,EAAA;;wBAA1C,GAAG,GAAG,SAAoC;wBAEhD,IAAI,GAAG,CAAC,EAAE,EAAE;4BACV,YAAY,CAAC,IAAI,CAAC,CAAC;yBACpB;6BAAM;4BACL,YAAY,CAAC,KAAK,CAAC,CAAC;yBACrB;;;;wBAED,YAAY,CAAC,KAAK,CAAC,CAAC;;;;;aAEvB,CAAC;QAEF,WAAW,EAAE,CAAC;IAChB,CAAC,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC;IAEV,gBAAgB;IAChB,IAAI,SAAS,KAAK,IAAI,EAAE;QACtB,OAAO,CACL,cAAK,SAAS,EAAC,uDAAuD,6CAEhE,CACP,CAAC;KACH;IAED,cAAc;IACd,IAAI,SAAS,KAAK,KAAK,EAAE;QACvB,OAAO,CACL,cAAK,SAAS,EAAC,+FAA8F,YAC3G,uDAA8B,cAAS,EACrC,eAAM,SAAS,EAAC,iBAAiB,YAC/B,2BAAS,GAAG,GAAU,GACjB,IACJ,GACD,CACP,CAAC;KACH;IACD,wBAAwB;IACxB,OAAO,CACL,iBACE,GAAG,EAAE,GAAG,EACR,KAAK,EAAE;YACL,KAAK,EAAE,MAAM;YACb,MAAM,EAAE,MAAM;YACd,MAAM,EAAE,MAAM;SACf,EACD,KAAK,EAAC,iCAAiC,EACvC,KAAK,EAAC,uBAAuB,GAC7B,CACH,CAAC;AACJ,CAAC,CAAC"}
1
+ {"version":3,"file":"SolidXAiIframe.js","sourceRoot":"./","sources":["components/core/common/SolidXAiIframe.tsx"],"names":[],"mappings":";AAAA,OAAc,EAAE,SAAS,EAAU,QAAQ,EAAE,MAAM,OAAO,CAAC;AAM3D,MAAM,CAAC,MAAM,cAAc,GAAkC,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE;IACvE,MAAM,CAAC,SAAS,EAAE,YAAY,CAAC,GAAG,QAAQ,CAAiB,IAAI,CAAC,CAAC;IAGjE,SAAS,CAAC,GAAG,EAAE;QACf,MAAM,OAAO,GAAG,CAAC,KAAS,EAAE,EAAE;YAC5B,IAAI,KAAK,CAAC,IAAI,EAAE,MAAM,KAAK,gBAAgB,EAAE;gBAC3C,MAAM,CAAC,QAAQ,CAAC,MAAM,EAAE,CAAC;aAC1B;QACH,CAAC,CAAC;QAEF,MAAM,CAAC,gBAAgB,CAAC,SAAS,EAAE,OAAO,CAAC,CAAC;QAC5C,OAAO,GAAG,EAAE,CAAC,MAAM,CAAC,mBAAmB,CAAC,SAAS,EAAE,OAAO,CAAC,CAAC;IAC9D,CAAC,EAAE,EAAE,CAAC,CAAC;IAIL,SAAS,CAAC,GAAG,EAAE;QACb,MAAM,WAAW,GAAG,KAAK,IAAI,EAAE;YAC7B,IAAI;gBACF,gDAAgD;gBAChD,MAAM,GAAG,GAAG,MAAM,KAAK,CAAC,GAAG,EAAE,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC,CAAC;gBAEjD,IAAI,GAAG,CAAC,EAAE,EAAE;oBACV,YAAY,CAAC,IAAI,CAAC,CAAC;iBACpB;qBAAM;oBACL,YAAY,CAAC,KAAK,CAAC,CAAC;iBACrB;aACF;YAAC,OAAO,GAAG,EAAE;gBACZ,YAAY,CAAC,KAAK,CAAC,CAAC;aACrB;QACH,CAAC,CAAC;QAEF,WAAW,EAAE,CAAC;IAChB,CAAC,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC;IAEV,gBAAgB;IAChB,IAAI,SAAS,KAAK,IAAI,EAAE;QACtB,OAAO,CACL,cAAK,SAAS,EAAC,uDAAuD,6CAEhE,CACP,CAAC;KACH;IAED,cAAc;IACd,IAAI,SAAS,KAAK,KAAK,EAAE;QACvB,OAAO,CACL,cAAK,SAAS,EAAC,+FAA8F,YAC3G,uDAA8B,cAAS,EACrC,eAAM,SAAS,EAAC,iBAAiB,YAC/B,2BAAS,GAAG,GAAU,GACjB,IACJ,GACD,CACP,CAAC;KACH;IACD,wBAAwB;IACxB,OAAO,CACL,iBACE,GAAG,EAAE,GAAG,EACR,KAAK,EAAE;YACL,KAAK,EAAE,MAAM;YACb,MAAM,EAAE,MAAM;YACd,MAAM,EAAE,MAAM;SACf,EACD,KAAK,EAAC,iCAAiC,EACvC,KAAK,EAAC,uBAAuB,GAC7B,CACH,CAAC;AACJ,CAAC,CAAC","sourcesContent":["import React, { useEffect, useRef, useState } from \"react\";\n\ninterface SolidXAiIframeProps {\n url: string;\n}\n\nexport const SolidXAiIframe: React.FC<SolidXAiIframeProps> = ({ url }) => {\n const [reachable, setReachable] = useState<boolean | null>(null);\n\n\n useEffect(() => {\n const handler = (event:any) => {\n if (event.data?.action === \"REFRESH_PARENT\") {\n window.location.reload();\n }\n };\n\n window.addEventListener(\"message\", handler);\n return () => window.removeEventListener(\"message\", handler);\n}, []);\n\n\n\n useEffect(() => {\n const checkServer = async () => {\n try {\n // Try to fetch the page HEAD (fast, no content)\n const res = await fetch(url, { method: \"HEAD\" });\n\n if (res.ok) {\n setReachable(true);\n } else {\n setReachable(false);\n }\n } catch (err) {\n setReachable(false);\n }\n };\n\n checkServer();\n }, [url]);\n\n // Loading state\n if (reachable === null) {\n return (\n <div className=\"flex items-center justify-center h-full text-gray-600\">\n Checking SolidX AI server...\n </div>\n );\n }\n\n // Error state\n if (reachable === false) {\n return (\n <div className=\"flex items-center justify-center align-items-center h-full text-center p-4 overflow-x-auto\t\">\n <h3>Mcp Server not reachable. <br></br>\n <span className=\"opacity-60 mt-2\">\n <strong>{url}</strong>\n </span>\n </h3>\n </div>\n );\n }\n // SUCCESS → load iframe\n return (\n <iframe\n src={url}\n style={{\n width: \"100%\",\n height: \"100%\",\n border: \"none\",\n }}\n allow=\"clipboard-write; clipboard-read\"\n title=\"SolidX AI JSON Viewer\"\n />\n );\n};\n"]}
@@ -0,0 +1,77 @@
1
+ import React, { useEffect, useRef, useState } from "react";
2
+
3
+ interface SolidXAiIframeProps {
4
+ url: string;
5
+ }
6
+
7
+ export const SolidXAiIframe: React.FC<SolidXAiIframeProps> = ({ url }) => {
8
+ const [reachable, setReachable] = useState<boolean | null>(null);
9
+
10
+
11
+ useEffect(() => {
12
+ const handler = (event:any) => {
13
+ if (event.data?.action === "REFRESH_PARENT") {
14
+ window.location.reload();
15
+ }
16
+ };
17
+
18
+ window.addEventListener("message", handler);
19
+ return () => window.removeEventListener("message", handler);
20
+ }, []);
21
+
22
+
23
+
24
+ useEffect(() => {
25
+ const checkServer = async () => {
26
+ try {
27
+ // Try to fetch the page HEAD (fast, no content)
28
+ const res = await fetch(url, { method: "HEAD" });
29
+
30
+ if (res.ok) {
31
+ setReachable(true);
32
+ } else {
33
+ setReachable(false);
34
+ }
35
+ } catch (err) {
36
+ setReachable(false);
37
+ }
38
+ };
39
+
40
+ checkServer();
41
+ }, [url]);
42
+
43
+ // Loading state
44
+ if (reachable === null) {
45
+ return (
46
+ <div className="flex items-center justify-center h-full text-gray-600">
47
+ Checking SolidX AI server...
48
+ </div>
49
+ );
50
+ }
51
+
52
+ // Error state
53
+ if (reachable === false) {
54
+ return (
55
+ <div className="flex items-center justify-center align-items-center h-full text-center p-4 overflow-x-auto ">
56
+ <h3>Mcp Server not reachable. <br></br>
57
+ <span className="opacity-60 mt-2">
58
+ <strong>{url}</strong>
59
+ </span>
60
+ </h3>
61
+ </div>
62
+ );
63
+ }
64
+ // SUCCESS → load iframe
65
+ return (
66
+ <iframe
67
+ src={url}
68
+ style={{
69
+ width: "100%",
70
+ height: "100%",
71
+ border: "none",
72
+ }}
73
+ allow="clipboard-write; clipboard-read"
74
+ title="SolidX AI JSON Viewer"
75
+ />
76
+ );
77
+ };
@@ -1 +1 @@
1
- {"version":3,"file":"SolidDashboard.d.ts","sourceRoot":"","sources":["../../../../src/components/core/dashboard/SolidDashboard.tsx"],"names":[],"mappings":"AAqBA,oBAAY,qBAAqB;IAC/B,IAAI,SAAS;IACb,gBAAgB,oBAAoB;IACpC,iBAAiB,qBAAqB;CACvC;AAED,aAAK,WAAW;IACd,GAAG,QAAQ;IACX,QAAQ,aAAa;CACtB;AAED,MAAM,WAAW,uBAAuB;IACtC,EAAE,EAAE,MAAM,CAAC;IACX,YAAY,EAAE,MAAM,CAAC;IACrB,YAAY,EAAE,qBAAqB,CAAC;IACpC,qBAAqB,CAAC,EAAE,MAAM,EAAE,CAAC;IACjC,0BAA0B,CAAC,EAAE,WAAW,CAAC;IACzC,4BAA4B,CAAC,EAAE,MAAM,CAAC;IACtC,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B;AAwED,KAAK,uBAAuB,GAAG;IAC7B,UAAU,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB,CAAC;AAEF,QAAA,MAAM,cAAc,WAAY,uBAAuB,4CA2NtD,CAAA;AAED,eAAe,cAAc,CAAC"}
1
+ {"version":3,"file":"SolidDashboard.d.ts","sourceRoot":"./","sources":["components/core/dashboard/SolidDashboard.tsx"],"names":[],"mappings":"AAoBA,oBAAY,qBAAqB;IAC/B,IAAI,SAAS;IACb,gBAAgB,oBAAoB;IACpC,iBAAiB,qBAAqB;CACvC;AAED,aAAK,WAAW;IACd,GAAG,QAAQ;IACX,QAAQ,aAAa;CACtB;AAED,MAAM,WAAW,uBAAuB;IACtC,EAAE,EAAE,MAAM,CAAC;IACX,YAAY,EAAE,MAAM,CAAC;IACrB,YAAY,EAAE,qBAAqB,CAAC;IACpC,qBAAqB,CAAC,EAAE,MAAM,EAAE,CAAC;IACjC,0BAA0B,CAAC,EAAE,WAAW,CAAC;IACzC,4BAA4B,CAAC,EAAE,MAAM,CAAC;IACtC,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B;AAwED,KAAK,uBAAuB,GAAG;IAC7B,UAAU,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB,CAAC;AAEF,QAAA,MAAM,cAAc,WAAY,uBAAuB,4CA8MtD,CAAA;AAED,eAAe,cAAc,CAAC"}