@solidxai/core-ui 0.1.7-beta.0 → 0.1.7-beta.3

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 (1135) hide show
  1. package/dist/components/auth/AuthLayout.d.ts.map +1 -1
  2. package/dist/components/auth/AuthLayout.js +41 -26
  3. package/dist/components/auth/AuthLayout.js.map +1 -1
  4. package/dist/components/auth/AuthLayout.tsx +87 -88
  5. package/dist/components/auth/ForgotPasswordThankYou.d.ts.map +1 -1
  6. package/dist/components/auth/ForgotPasswordThankYou.js +4 -2
  7. package/dist/components/auth/ForgotPasswordThankYou.js.map +1 -1
  8. package/dist/components/auth/ForgotPasswordThankYou.tsx +14 -11
  9. package/dist/components/auth/GoogleAuthChecking.d.ts.map +1 -1
  10. package/dist/components/auth/GoogleAuthChecking.js +17 -12
  11. package/dist/components/auth/GoogleAuthChecking.js.map +1 -1
  12. package/dist/components/auth/GoogleAuthChecking.tsx +8 -5
  13. package/dist/components/auth/SolidChangeForcePassword.d.ts.map +1 -1
  14. package/dist/components/auth/SolidChangeForcePassword.js +3 -5
  15. package/dist/components/auth/SolidChangeForcePassword.js.map +1 -1
  16. package/dist/components/auth/SolidChangeForcePassword.tsx +41 -34
  17. package/dist/components/auth/SolidForgotPassword.d.ts.map +1 -1
  18. package/dist/components/auth/SolidForgotPassword.js +5 -10
  19. package/dist/components/auth/SolidForgotPassword.js.map +1 -1
  20. package/dist/components/auth/SolidForgotPassword.tsx +26 -27
  21. package/dist/components/auth/SolidInitialLoginOtp.d.ts.map +1 -1
  22. package/dist/components/auth/SolidInitialLoginOtp.js +25 -25
  23. package/dist/components/auth/SolidInitialLoginOtp.js.map +1 -1
  24. package/dist/components/auth/SolidInitialLoginOtp.tsx +55 -43
  25. package/dist/components/auth/SolidInitiateRegisterOtp.d.ts.map +1 -1
  26. package/dist/components/auth/SolidInitiateRegisterOtp.js +11 -16
  27. package/dist/components/auth/SolidInitiateRegisterOtp.js.map +1 -1
  28. package/dist/components/auth/SolidInitiateRegisterOtp.tsx +48 -42
  29. package/dist/components/auth/SolidLogin.d.ts.map +1 -1
  30. package/dist/components/auth/SolidLogin.js +34 -35
  31. package/dist/components/auth/SolidLogin.js.map +1 -1
  32. package/dist/components/auth/SolidLogin.tsx +90 -115
  33. package/dist/components/auth/SolidRegister.d.ts.map +1 -1
  34. package/dist/components/auth/SolidRegister.js +23 -25
  35. package/dist/components/auth/SolidRegister.js.map +1 -1
  36. package/dist/components/auth/SolidRegister.tsx +53 -71
  37. package/dist/components/auth/SolidResetPassword.d.ts.map +1 -1
  38. package/dist/components/auth/SolidResetPassword.js +5 -15
  39. package/dist/components/auth/SolidResetPassword.js.map +1 -1
  40. package/dist/components/auth/SolidResetPassword.tsx +15 -37
  41. package/dist/components/common/AutoCompleteField.d.ts.map +1 -1
  42. package/dist/components/common/AutoCompleteField.js +2 -2
  43. package/dist/components/common/AutoCompleteField.js.map +1 -1
  44. package/dist/components/common/AutoCompleteField.tsx +4 -6
  45. package/dist/components/common/BackButton.js +4 -3
  46. package/dist/components/common/BackButton.js.map +1 -1
  47. package/dist/components/common/BackButton.tsx +6 -6
  48. package/dist/components/common/CancelButton.d.ts.map +1 -1
  49. package/dist/components/common/CancelButton.js +5 -4
  50. package/dist/components/common/CancelButton.js.map +1 -1
  51. package/dist/components/common/CancelButton.tsx +10 -6
  52. package/dist/components/common/CreateButton.d.ts.map +1 -1
  53. package/dist/components/common/CreateButton.js +2 -2
  54. package/dist/components/common/CreateButton.js.map +1 -1
  55. package/dist/components/common/CreateButton.tsx +8 -2
  56. package/dist/components/common/DownloadProgressToast.d.ts.map +1 -1
  57. package/dist/components/common/DownloadProgressToast.js +3 -3
  58. package/dist/components/common/DownloadProgressToast.js.map +1 -1
  59. package/dist/components/common/DownloadProgressToast.tsx +21 -18
  60. package/dist/components/common/DropzonePlaceholder.js +2 -2
  61. package/dist/components/common/DropzonePlaceholder.js.map +1 -1
  62. package/dist/components/common/DropzonePlaceholder.tsx +3 -3
  63. package/dist/components/common/DropzoneUpload.js +2 -2
  64. package/dist/components/common/DropzoneUpload.js.map +1 -1
  65. package/dist/components/common/DropzoneUpload.tsx +3 -3
  66. package/dist/components/common/GeneralSettings.d.ts.map +1 -1
  67. package/dist/components/common/GeneralSettings.js +70 -106
  68. package/dist/components/common/GeneralSettings.js.map +1 -1
  69. package/dist/components/common/GeneralSettings.tsx +168 -327
  70. package/dist/components/common/GlobalToast.d.ts +1 -1
  71. package/dist/components/common/GlobalToast.d.ts.map +1 -1
  72. package/dist/components/common/GlobalToast.js +1 -24
  73. package/dist/components/common/GlobalToast.js.map +1 -1
  74. package/dist/components/common/GlobalToast.tsx +1 -25
  75. package/dist/components/common/MultipleSelectAutoCompleteField.d.ts.map +1 -1
  76. package/dist/components/common/MultipleSelectAutoCompleteField.js +2 -2
  77. package/dist/components/common/MultipleSelectAutoCompleteField.js.map +1 -1
  78. package/dist/components/common/MultipleSelectAutoCompleteField.tsx +3 -5
  79. package/dist/components/common/NotFound.d.ts.map +1 -1
  80. package/dist/components/common/NotFound.js +3 -3
  81. package/dist/components/common/NotFound.js.map +1 -1
  82. package/dist/components/common/NotFound.tsx +8 -15
  83. package/dist/components/common/SocialMediaLogin.d.ts.map +1 -1
  84. package/dist/components/common/SocialMediaLogin.js +13 -4
  85. package/dist/components/common/SocialMediaLogin.js.map +1 -1
  86. package/dist/components/common/SocialMediaLogin.tsx +58 -45
  87. package/dist/components/common/SolidAdmin.d.ts.map +1 -1
  88. package/dist/components/common/SolidAdmin.js +10 -2
  89. package/dist/components/common/SolidAdmin.js.map +1 -1
  90. package/dist/components/common/SolidAdmin.tsx +116 -131
  91. package/dist/components/common/SolidBreadcrumb.d.ts.map +1 -1
  92. package/dist/components/common/SolidBreadcrumb.js +10 -25
  93. package/dist/components/common/SolidBreadcrumb.js.map +1 -1
  94. package/dist/components/common/SolidBreadcrumb.tsx +32 -26
  95. package/dist/components/common/SolidErrorPage.d.ts.map +1 -1
  96. package/dist/components/common/SolidErrorPage.js +4 -6
  97. package/dist/components/common/SolidErrorPage.js.map +1 -1
  98. package/dist/components/common/SolidErrorPage.tsx +11 -37
  99. package/dist/components/common/SolidExport.d.ts +1 -1
  100. package/dist/components/common/SolidExport.d.ts.map +1 -1
  101. package/dist/components/common/SolidExport.js +182 -221
  102. package/dist/components/common/SolidExport.js.map +1 -1
  103. package/dist/components/common/SolidExport.tsx +401 -453
  104. package/dist/components/common/SolidFieldTooltip.d.ts +1 -1
  105. package/dist/components/common/SolidFieldTooltip.d.ts.map +1 -1
  106. package/dist/components/common/SolidFieldTooltip.js +8 -7
  107. package/dist/components/common/SolidFieldTooltip.js.map +1 -1
  108. package/dist/components/common/SolidFieldTooltip.tsx +29 -16
  109. package/dist/components/common/SolidFormHeader.d.ts +1 -1
  110. package/dist/components/common/SolidFormHeader.d.ts.map +1 -1
  111. package/dist/components/common/SolidFormHeader.js +7 -5
  112. package/dist/components/common/SolidFormHeader.js.map +1 -1
  113. package/dist/components/common/SolidFormHeader.tsx +11 -6
  114. package/dist/components/common/SolidFormStepper.d.ts.map +1 -1
  115. package/dist/components/common/SolidFormStepper.js +7 -22
  116. package/dist/components/common/SolidFormStepper.js.map +1 -1
  117. package/dist/components/common/SolidFormStepper.tsx +31 -50
  118. package/dist/components/common/SolidHeaderRequestStatus.d.ts +6 -0
  119. package/dist/components/common/SolidHeaderRequestStatus.d.ts.map +1 -0
  120. package/dist/components/common/SolidHeaderRequestStatus.js +9 -0
  121. package/dist/components/common/SolidHeaderRequestStatus.js.map +1 -0
  122. package/dist/components/common/SolidHeaderRequestStatus.tsx +16 -0
  123. package/dist/components/common/SolidModuleHome.d.ts.map +1 -1
  124. package/dist/components/common/SolidModuleHome.js +3 -3
  125. package/dist/components/common/SolidModuleHome.js.map +1 -1
  126. package/dist/components/common/SolidModuleHome.tsx +13 -5
  127. package/dist/components/common/SolidNotFoundPage.d.ts.map +1 -1
  128. package/dist/components/common/SolidNotFoundPage.js +4 -5
  129. package/dist/components/common/SolidNotFoundPage.js.map +1 -1
  130. package/dist/components/common/SolidNotFoundPage.tsx +11 -29
  131. package/dist/components/common/SolidPopupContainer.d.ts.map +1 -1
  132. package/dist/components/common/SolidPopupContainer.js +11 -6
  133. package/dist/components/common/SolidPopupContainer.js.map +1 -1
  134. package/dist/components/common/SolidPopupContainer.tsx +28 -29
  135. package/dist/components/common/SolidSettings/LlmSettings/AiModelConfigTab.d.ts +11 -0
  136. package/dist/components/common/SolidSettings/LlmSettings/AiModelConfigTab.d.ts.map +1 -0
  137. package/dist/components/common/SolidSettings/LlmSettings/AiModelConfigTab.js +60 -0
  138. package/dist/components/common/SolidSettings/LlmSettings/AiModelConfigTab.js.map +1 -0
  139. package/dist/components/common/SolidSettings/LlmSettings/AiModelConfigTab.tsx +76 -0
  140. package/dist/components/common/SolidSettings/LlmSettings/AnthropicProviderComponent.d.ts.map +1 -1
  141. package/dist/components/common/SolidSettings/LlmSettings/AnthropicProviderComponent.js +2 -3
  142. package/dist/components/common/SolidSettings/LlmSettings/AnthropicProviderComponent.js.map +1 -1
  143. package/dist/components/common/SolidSettings/LlmSettings/AnthropicProviderComponent.tsx +28 -38
  144. package/dist/components/common/SolidSettings/LlmSettings/OpenAiProviderComponent.d.ts.map +1 -1
  145. package/dist/components/common/SolidSettings/LlmSettings/OpenAiProviderComponent.js +2 -3
  146. package/dist/components/common/SolidSettings/LlmSettings/OpenAiProviderComponent.js.map +1 -1
  147. package/dist/components/common/SolidSettings/LlmSettings/OpenAiProviderComponent.tsx +28 -38
  148. package/dist/components/common/SolidSettings/SettingDropzoneActivePlaceholder.js +2 -2
  149. package/dist/components/common/SolidSettings/SettingDropzoneActivePlaceholder.js.map +1 -1
  150. package/dist/components/common/SolidSettings/SettingDropzoneActivePlaceholder.tsx +3 -3
  151. package/dist/components/common/SolidSettings/SettingsImageRemoveButton.js +2 -2
  152. package/dist/components/common/SolidSettings/SettingsImageRemoveButton.js.map +1 -1
  153. package/dist/components/common/SolidSettings/SettingsImageRemoveButton.tsx +3 -3
  154. package/dist/components/common/SolidToastProvider.d.ts +2 -0
  155. package/dist/components/common/SolidToastProvider.d.ts.map +1 -0
  156. package/dist/components/common/SolidToastProvider.js +45 -0
  157. package/dist/components/common/SolidToastProvider.js.map +1 -0
  158. package/dist/components/common/SolidToastProvider.tsx +39 -0
  159. package/dist/components/common/error.d.ts.map +1 -1
  160. package/dist/components/common/error.js +4 -2
  161. package/dist/components/common/error.js.map +1 -1
  162. package/dist/components/common/error.tsx +9 -15
  163. package/dist/components/common/solid-export.css +454 -59
  164. package/dist/components/core/card/CardGrid.d.ts +3 -0
  165. package/dist/components/core/card/CardGrid.d.ts.map +1 -0
  166. package/dist/components/core/card/CardGrid.js +42 -0
  167. package/dist/components/core/card/CardGrid.js.map +1 -0
  168. package/dist/components/core/card/CardGrid.tsx +83 -0
  169. package/dist/components/core/card/CardItem.d.ts +13 -0
  170. package/dist/components/core/card/CardItem.d.ts.map +1 -0
  171. package/dist/components/core/card/CardItem.js +21 -0
  172. package/dist/components/core/card/CardItem.js.map +1 -0
  173. package/dist/components/core/card/CardItem.tsx +91 -0
  174. package/dist/components/core/card/CardUserViewLayout.d.ts +2 -0
  175. package/dist/components/core/card/CardUserViewLayout.d.ts.map +1 -0
  176. package/dist/components/core/card/CardUserViewLayout.js +94 -0
  177. package/dist/components/core/card/CardUserViewLayout.js.map +1 -0
  178. package/dist/components/core/card/CardUserViewLayout.tsx +68 -0
  179. package/dist/components/core/card/SolidCardView.d.ts +8 -0
  180. package/dist/components/core/card/SolidCardView.d.ts.map +1 -0
  181. package/dist/components/core/card/SolidCardView.js +365 -0
  182. package/dist/components/core/card/SolidCardView.js.map +1 -0
  183. package/dist/components/core/card/SolidCardView.tsx +528 -0
  184. package/dist/components/core/card/SolidCardViewConfigure.d.ts +2 -0
  185. package/dist/components/core/card/SolidCardViewConfigure.d.ts.map +1 -0
  186. package/dist/components/core/card/SolidCardViewConfigure.js +122 -0
  187. package/dist/components/core/card/SolidCardViewConfigure.js.map +1 -0
  188. package/dist/components/core/card/SolidCardViewConfigure.tsx +268 -0
  189. package/dist/components/core/chatter/SolidChatter.d.ts.map +1 -1
  190. package/dist/components/core/chatter/SolidChatter.js +25 -21
  191. package/dist/components/core/chatter/SolidChatter.js.map +1 -1
  192. package/dist/components/core/chatter/SolidChatter.tsx +85 -67
  193. package/dist/components/core/chatter/SolidChatterAuditMessage.js +1 -1
  194. package/dist/components/core/chatter/SolidChatterAuditMessage.js.map +1 -1
  195. package/dist/components/core/chatter/SolidChatterAuditMessage.tsx +3 -3
  196. package/dist/components/core/chatter/SolidChatterCustomMessage.d.ts.map +1 -1
  197. package/dist/components/core/chatter/SolidChatterCustomMessage.js +2 -1
  198. package/dist/components/core/chatter/SolidChatterCustomMessage.js.map +1 -1
  199. package/dist/components/core/chatter/SolidChatterCustomMessage.tsx +3 -6
  200. package/dist/components/core/chatter/SolidChatterDateDivider.js.map +1 -1
  201. package/dist/components/core/chatter/SolidChatterDateDivider.tsx +1 -1
  202. package/dist/components/core/chatter/SolidChatterHeader.d.ts +1 -0
  203. package/dist/components/core/chatter/SolidChatterHeader.d.ts.map +1 -1
  204. package/dist/components/core/chatter/SolidChatterHeader.js +40 -30
  205. package/dist/components/core/chatter/SolidChatterHeader.js.map +1 -1
  206. package/dist/components/core/chatter/SolidChatterHeader.tsx +137 -101
  207. package/dist/components/core/chatter/SolidChatterMessageBox.d.ts.map +1 -1
  208. package/dist/components/core/chatter/SolidChatterMessageBox.js +55 -21
  209. package/dist/components/core/chatter/SolidChatterMessageBox.js.map +1 -1
  210. package/dist/components/core/chatter/SolidChatterMessageBox.tsx +124 -91
  211. package/dist/components/core/chatter/SolidMessageComposer.d.ts +6 -3
  212. package/dist/components/core/chatter/SolidMessageComposer.d.ts.map +1 -1
  213. package/dist/components/core/chatter/SolidMessageComposer.js +15 -7
  214. package/dist/components/core/chatter/SolidMessageComposer.js.map +1 -1
  215. package/dist/components/core/chatter/SolidMessageComposer.tsx +90 -49
  216. package/dist/components/core/chatter/chatter.module.css +197 -7
  217. package/dist/components/core/common/DateFieldViewComponent.d.ts +2 -1
  218. package/dist/components/core/common/DateFieldViewComponent.d.ts.map +1 -1
  219. package/dist/components/core/common/DateFieldViewComponent.js +2 -2
  220. package/dist/components/core/common/DateFieldViewComponent.js.map +1 -1
  221. package/dist/components/core/common/DateFieldViewComponent.tsx +3 -1
  222. package/dist/components/core/common/FilterComponent.d.ts +2 -8
  223. package/dist/components/core/common/FilterComponent.d.ts.map +1 -1
  224. package/dist/components/core/common/FilterComponent.js +27 -49
  225. package/dist/components/core/common/FilterComponent.js.map +1 -1
  226. package/dist/components/core/common/FilterComponent.tsx +69 -127
  227. package/dist/components/core/common/GroupingComponent.d.ts.map +1 -1
  228. package/dist/components/core/common/GroupingComponent.js +40 -70
  229. package/dist/components/core/common/GroupingComponent.js.map +1 -1
  230. package/dist/components/core/common/GroupingComponent.tsx +174 -251
  231. package/dist/components/core/common/SolidAccountSettings/SolidAccountSettings.d.ts +1 -1
  232. package/dist/components/core/common/SolidAccountSettings/SolidAccountSettings.d.ts.map +1 -1
  233. package/dist/components/core/common/SolidAccountSettings/SolidAccountSettings.js +12 -32
  234. package/dist/components/core/common/SolidAccountSettings/SolidAccountSettings.js.map +1 -1
  235. package/dist/components/core/common/SolidAccountSettings/SolidAccountSettings.module.css +530 -42
  236. package/dist/components/core/common/SolidAccountSettings/SolidAccountSettings.tsx +71 -86
  237. package/dist/components/core/common/SolidAccountSettings/SolidChangePassword.d.ts.map +1 -1
  238. package/dist/components/core/common/SolidAccountSettings/SolidChangePassword.js +75 -48
  239. package/dist/components/core/common/SolidAccountSettings/SolidChangePassword.js.map +1 -1
  240. package/dist/components/core/common/SolidAccountSettings/SolidChangePassword.tsx +242 -172
  241. package/dist/components/core/common/SolidAccountSettings/SolidNotifications.d.ts.map +1 -1
  242. package/dist/components/core/common/SolidAccountSettings/SolidNotifications.js +44 -55
  243. package/dist/components/core/common/SolidAccountSettings/SolidNotifications.js.map +1 -1
  244. package/dist/components/core/common/SolidAccountSettings/SolidNotifications.tsx +108 -125
  245. package/dist/components/core/common/SolidAccountSettings/SolidPersonalInfo.d.ts.map +1 -1
  246. package/dist/components/core/common/SolidAccountSettings/SolidPersonalInfo.js +106 -87
  247. package/dist/components/core/common/SolidAccountSettings/SolidPersonalInfo.js.map +1 -1
  248. package/dist/components/core/common/SolidAccountSettings/SolidPersonalInfo.tsx +332 -285
  249. package/dist/components/core/common/SolidAccountSettings/SolidVersionInfo.d.ts.map +1 -1
  250. package/dist/components/core/common/SolidAccountSettings/SolidVersionInfo.js +12 -13
  251. package/dist/components/core/common/SolidAccountSettings/SolidVersionInfo.js.map +1 -1
  252. package/dist/components/core/common/SolidAccountSettings/SolidVersionInfo.tsx +48 -65
  253. package/dist/components/core/common/SolidCreateButton.d.ts.map +1 -1
  254. package/dist/components/core/common/SolidCreateButton.js +5 -3
  255. package/dist/components/core/common/SolidCreateButton.js.map +1 -1
  256. package/dist/components/core/common/SolidCreateButton.tsx +20 -14
  257. package/dist/components/core/common/SolidGenericImport/SolidGenericImport.d.ts.map +1 -1
  258. package/dist/components/core/common/SolidGenericImport/SolidGenericImport.js +30 -11
  259. package/dist/components/core/common/SolidGenericImport/SolidGenericImport.js.map +1 -1
  260. package/dist/components/core/common/SolidGenericImport/SolidGenericImport.tsx +91 -43
  261. package/dist/components/core/common/SolidGenericImport/SolidImport.module.css +574 -27
  262. package/dist/components/core/common/SolidGenericImport/SolidImportDropzone.d.ts.map +1 -1
  263. package/dist/components/core/common/SolidGenericImport/SolidImportDropzone.js +14 -9
  264. package/dist/components/core/common/SolidGenericImport/SolidImportDropzone.js.map +1 -1
  265. package/dist/components/core/common/SolidGenericImport/SolidImportDropzone.tsx +46 -24
  266. package/dist/components/core/common/SolidGenericImport/SolidImportInstructions.d.ts.map +1 -1
  267. package/dist/components/core/common/SolidGenericImport/SolidImportInstructions.js +24 -25
  268. package/dist/components/core/common/SolidGenericImport/SolidImportInstructions.js.map +1 -1
  269. package/dist/components/core/common/SolidGenericImport/SolidImportInstructions.tsx +78 -54
  270. package/dist/components/core/common/SolidGenericImport/SolidImportStepper.d.ts +1 -1
  271. package/dist/components/core/common/SolidGenericImport/SolidImportStepper.d.ts.map +1 -1
  272. package/dist/components/core/common/SolidGenericImport/SolidImportStepper.js +15 -125
  273. package/dist/components/core/common/SolidGenericImport/SolidImportStepper.js.map +1 -1
  274. package/dist/components/core/common/SolidGenericImport/SolidImportStepper.tsx +35 -213
  275. package/dist/components/core/common/SolidGenericImport/SolidImportTransaction.d.ts.map +1 -1
  276. package/dist/components/core/common/SolidGenericImport/SolidImportTransaction.js +16 -31
  277. package/dist/components/core/common/SolidGenericImport/SolidImportTransaction.js.map +1 -1
  278. package/dist/components/core/common/SolidGenericImport/SolidImportTransaction.tsx +77 -84
  279. package/dist/components/core/common/SolidGenericImport/SolidImportTransactionStatus.d.ts.map +1 -1
  280. package/dist/components/core/common/SolidGenericImport/SolidImportTransactionStatus.js +11 -13
  281. package/dist/components/core/common/SolidGenericImport/SolidImportTransactionStatus.js.map +1 -1
  282. package/dist/components/core/common/SolidGenericImport/SolidImportTransactionStatus.tsx +87 -52
  283. package/dist/components/core/common/SolidGlobalSearchElement.d.ts.map +1 -1
  284. package/dist/components/core/common/SolidGlobalSearchElement.js +319 -161
  285. package/dist/components/core/common/SolidGlobalSearchElement.js.map +1 -1
  286. package/dist/components/core/common/SolidGlobalSearchElement.tsx +654 -287
  287. package/dist/components/core/common/SolidLayoutViews.d.ts.map +1 -1
  288. package/dist/components/core/common/SolidLayoutViews.js +5 -8
  289. package/dist/components/core/common/SolidLayoutViews.js.map +1 -1
  290. package/dist/components/core/common/SolidLayoutViews.tsx +49 -63
  291. package/dist/components/core/common/SolidListViewOptions.d.ts.map +1 -1
  292. package/dist/components/core/common/SolidListViewOptions.js +3 -3
  293. package/dist/components/core/common/SolidListViewOptions.js.map +1 -1
  294. package/dist/components/core/common/SolidListViewOptions.tsx +7 -6
  295. package/dist/components/core/common/SolidSaveCustomFilterForm.d.ts.map +1 -1
  296. package/dist/components/core/common/SolidSaveCustomFilterForm.js +3 -3
  297. package/dist/components/core/common/SolidSaveCustomFilterForm.js.map +1 -1
  298. package/dist/components/core/common/SolidSaveCustomFilterForm.tsx +31 -28
  299. package/dist/components/core/common/SolidSearchBox.d.ts.map +1 -1
  300. package/dist/components/core/common/SolidSearchBox.js +2 -2
  301. package/dist/components/core/common/SolidSearchBox.js.map +1 -1
  302. package/dist/components/core/common/SolidSearchBox.tsx +3 -4
  303. package/dist/components/core/dashboard/DashboardFilter.d.ts.map +1 -1
  304. package/dist/components/core/dashboard/DashboardFilter.js +8 -14
  305. package/dist/components/core/dashboard/DashboardFilter.js.map +1 -1
  306. package/dist/components/core/dashboard/DashboardFilter.tsx +26 -34
  307. package/dist/components/core/dashboard/PrimeDataTableWrapper.js +2 -2
  308. package/dist/components/core/dashboard/PrimeDataTableWrapper.js.map +1 -1
  309. package/dist/components/core/dashboard/PrimeDataTableWrapper.tsx +3 -3
  310. package/dist/components/core/dashboard/SolidDashboard.d.ts.map +1 -1
  311. package/dist/components/core/dashboard/SolidDashboard.js +13 -125
  312. package/dist/components/core/dashboard/SolidDashboard.js.map +1 -1
  313. package/dist/components/core/dashboard/SolidDashboard.module.css +3 -3
  314. package/dist/components/core/dashboard/SolidDashboard.tsx +41 -187
  315. package/dist/components/core/dashboard/SolidDashboardBody.d.ts.map +1 -1
  316. package/dist/components/core/dashboard/SolidDashboardBody.js +14 -14
  317. package/dist/components/core/dashboard/SolidDashboardBody.js.map +1 -1
  318. package/dist/components/core/dashboard/SolidDashboardBody.tsx +6 -7
  319. package/dist/components/core/dashboard/SolidDashboardFilterRequired.js +2 -1
  320. package/dist/components/core/dashboard/SolidDashboardFilterRequired.js.map +1 -1
  321. package/dist/components/core/dashboard/SolidDashboardFilterRequired.tsx +3 -3
  322. package/dist/components/core/dashboard/SolidDashboardLoading.d.ts.map +1 -1
  323. package/dist/components/core/dashboard/SolidDashboardLoading.js +5 -2
  324. package/dist/components/core/dashboard/SolidDashboardLoading.js.map +1 -1
  325. package/dist/components/core/dashboard/SolidDashboardLoading.tsx +20 -14
  326. package/dist/components/core/dashboard/SolidDashboardNotAvailable.js +2 -1
  327. package/dist/components/core/dashboard/SolidDashboardNotAvailable.js.map +1 -1
  328. package/dist/components/core/dashboard/SolidDashboardNotAvailable.tsx +3 -3
  329. package/dist/components/core/dashboard/SolidDashboardRenderError.d.ts.map +1 -1
  330. package/dist/components/core/dashboard/SolidDashboardRenderError.js +2 -1
  331. package/dist/components/core/dashboard/SolidDashboardRenderError.js.map +1 -1
  332. package/dist/components/core/dashboard/SolidDashboardRenderError.tsx +3 -4
  333. package/dist/components/core/dashboard/SolidDashboardVariable.d.ts.map +1 -1
  334. package/dist/components/core/dashboard/SolidDashboardVariable.js +9 -18
  335. package/dist/components/core/dashboard/SolidDashboardVariable.js.map +1 -1
  336. package/dist/components/core/dashboard/SolidDashboardVariable.tsx +40 -37
  337. package/dist/components/core/dashboard/SolidQuestionRenderer.d.ts.map +1 -1
  338. package/dist/components/core/dashboard/SolidQuestionRenderer.js +16 -11
  339. package/dist/components/core/dashboard/SolidQuestionRenderer.js.map +1 -1
  340. package/dist/components/core/dashboard/SolidQuestionRenderer.tsx +30 -11
  341. package/dist/components/core/dashboard/chart-renderers/PrimeReactDatatableRenderer.d.ts.map +1 -1
  342. package/dist/components/core/dashboard/chart-renderers/PrimeReactDatatableRenderer.js +4 -14
  343. package/dist/components/core/dashboard/chart-renderers/PrimeReactDatatableRenderer.js.map +1 -1
  344. package/dist/components/core/dashboard/chart-renderers/PrimeReactDatatableRenderer.tsx +24 -27
  345. package/dist/components/core/extension/solid-core/CustomIcon/StatusIcon.d.ts +1 -2
  346. package/dist/components/core/extension/solid-core/CustomIcon/StatusIcon.d.ts.map +1 -1
  347. package/dist/components/core/extension/solid-core/CustomIcon/StatusIcon.js +2 -2
  348. package/dist/components/core/extension/solid-core/CustomIcon/StatusIcon.js.map +1 -1
  349. package/dist/components/core/extension/solid-core/CustomIcon/StatusIcon.tsx +10 -12
  350. package/dist/components/core/extension/solid-core/dashboardQuestion/ChartFormPreviewWidget.js +2 -2
  351. package/dist/components/core/extension/solid-core/dashboardQuestion/ChartFormPreviewWidget.js.map +1 -1
  352. package/dist/components/core/extension/solid-core/dashboardQuestion/ChartFormPreviewWidget.tsx +3 -3
  353. package/dist/components/core/extension/solid-core/media/card/MediaCardWidget.d.ts +3 -0
  354. package/dist/components/core/extension/solid-core/media/card/MediaCardWidget.d.ts.map +1 -0
  355. package/dist/components/core/extension/solid-core/media/card/MediaCardWidget.js +69 -0
  356. package/dist/components/core/extension/solid-core/media/card/MediaCardWidget.js.map +1 -0
  357. package/dist/components/core/extension/solid-core/media/card/MediaCardWidget.tsx +139 -0
  358. package/dist/components/core/extension/solid-core/modelMetadata/list/DeleteModelRowAction.d.ts.map +1 -1
  359. package/dist/components/core/extension/solid-core/modelMetadata/list/DeleteModelRowAction.js +3 -6
  360. package/dist/components/core/extension/solid-core/modelMetadata/list/DeleteModelRowAction.js.map +1 -1
  361. package/dist/components/core/extension/solid-core/modelMetadata/list/DeleteModelRowAction.tsx +54 -38
  362. package/dist/components/core/extension/solid-core/modelMetadata/list/GenerateModelCodeRowAction.d.ts.map +1 -1
  363. package/dist/components/core/extension/solid-core/modelMetadata/list/GenerateModelCodeRowAction.js +74 -97
  364. package/dist/components/core/extension/solid-core/modelMetadata/list/GenerateModelCodeRowAction.js.map +1 -1
  365. package/dist/components/core/extension/solid-core/modelMetadata/list/GenerateModelCodeRowAction.tsx +178 -188
  366. package/dist/components/core/extension/solid-core/moduleMetadata/list/DeleteModuleRowAction.d.ts.map +1 -1
  367. package/dist/components/core/extension/solid-core/moduleMetadata/list/DeleteModuleRowAction.js +33 -35
  368. package/dist/components/core/extension/solid-core/moduleMetadata/list/DeleteModuleRowAction.js.map +1 -1
  369. package/dist/components/core/extension/solid-core/moduleMetadata/list/DeleteModuleRowAction.tsx +123 -110
  370. package/dist/components/core/extension/solid-core/moduleMetadata/list/GenerateModuleCodeRowAction.d.ts.map +1 -1
  371. package/dist/components/core/extension/solid-core/moduleMetadata/list/GenerateModuleCodeRowAction.js +70 -106
  372. package/dist/components/core/extension/solid-core/moduleMetadata/list/GenerateModuleCodeRowAction.js.map +1 -1
  373. package/dist/components/core/extension/solid-core/moduleMetadata/list/GenerateModuleCodeRowAction.tsx +175 -182
  374. package/dist/components/core/extension/solid-core/mqMessage/kanban/MqMessageKanbanCardWidget.d.ts +3 -0
  375. package/dist/components/core/extension/solid-core/mqMessage/kanban/MqMessageKanbanCardWidget.d.ts.map +1 -0
  376. package/dist/components/core/extension/solid-core/mqMessage/kanban/MqMessageKanbanCardWidget.js +128 -0
  377. package/dist/components/core/extension/solid-core/mqMessage/kanban/MqMessageKanbanCardWidget.js.map +1 -0
  378. package/dist/components/core/extension/solid-core/mqMessage/kanban/MqMessageKanbanCardWidget.tsx +193 -0
  379. package/dist/components/core/extension/solid-core/roleMetadata/RolePermissionsManyToManyFieldWidget.d.ts.map +1 -1
  380. package/dist/components/core/extension/solid-core/roleMetadata/RolePermissionsManyToManyFieldWidget.js +10 -18
  381. package/dist/components/core/extension/solid-core/roleMetadata/RolePermissionsManyToManyFieldWidget.js.map +1 -1
  382. package/dist/components/core/extension/solid-core/roleMetadata/RolePermissionsManyToManyFieldWidget.tsx +32 -53
  383. package/dist/components/core/field/FieldListViewData.d.ts.map +1 -1
  384. package/dist/components/core/field/FieldListViewData.js +83 -74
  385. package/dist/components/core/field/FieldListViewData.js.map +1 -1
  386. package/dist/components/core/field/FieldListViewData.tsx +120 -168
  387. package/dist/components/core/filter/SEARCH_FILTER_HIERARCHY.md +582 -0
  388. package/dist/components/core/filter/SolidBooleanFilterElement.d.ts +1 -1
  389. package/dist/components/core/filter/SolidBooleanFilterElement.d.ts.map +1 -1
  390. package/dist/components/core/filter/SolidBooleanFilterElement.js +4 -4
  391. package/dist/components/core/filter/SolidBooleanFilterElement.js.map +1 -1
  392. package/dist/components/core/filter/SolidBooleanFilterElement.tsx +7 -6
  393. package/dist/components/core/filter/SolidManyToManyFilterElement.d.ts +1 -1
  394. package/dist/components/core/filter/SolidManyToManyFilterElement.d.ts.map +1 -1
  395. package/dist/components/core/filter/SolidManyToManyFilterElement.js +5 -9
  396. package/dist/components/core/filter/SolidManyToManyFilterElement.js.map +1 -1
  397. package/dist/components/core/filter/SolidManyToManyFilterElement.tsx +8 -7
  398. package/dist/components/core/filter/SolidManyToOneFilterElement.d.ts +1 -1
  399. package/dist/components/core/filter/SolidManyToOneFilterElement.d.ts.map +1 -1
  400. package/dist/components/core/filter/SolidManyToOneFilterElement.js +4 -4
  401. package/dist/components/core/filter/SolidManyToOneFilterElement.js.map +1 -1
  402. package/dist/components/core/filter/SolidManyToOneFilterElement.tsx +7 -6
  403. package/dist/components/core/filter/SolidOneToManyFilterElement.d.ts +1 -1
  404. package/dist/components/core/filter/SolidOneToManyFilterElement.d.ts.map +1 -1
  405. package/dist/components/core/filter/SolidOneToManyFilterElement.js +5 -9
  406. package/dist/components/core/filter/SolidOneToManyFilterElement.js.map +1 -1
  407. package/dist/components/core/filter/SolidOneToManyFilterElement.tsx +8 -7
  408. package/dist/components/core/filter/SolidSelectionDynamicFilterElement.d.ts +1 -1
  409. package/dist/components/core/filter/SolidSelectionDynamicFilterElement.d.ts.map +1 -1
  410. package/dist/components/core/filter/SolidSelectionDynamicFilterElement.js +4 -4
  411. package/dist/components/core/filter/SolidSelectionDynamicFilterElement.js.map +1 -1
  412. package/dist/components/core/filter/SolidSelectionDynamicFilterElement.tsx +7 -6
  413. package/dist/components/core/filter/SolidSelectionStaticFilterElement.d.ts +1 -1
  414. package/dist/components/core/filter/SolidSelectionStaticFilterElement.d.ts.map +1 -1
  415. package/dist/components/core/filter/SolidSelectionStaticFilterElement.js +4 -4
  416. package/dist/components/core/filter/SolidSelectionStaticFilterElement.js.map +1 -1
  417. package/dist/components/core/filter/SolidSelectionStaticFilterElement.tsx +7 -6
  418. package/dist/components/core/filter/SolidVarInputsFilterElement.d.ts +1 -1
  419. package/dist/components/core/filter/SolidVarInputsFilterElement.d.ts.map +1 -1
  420. package/dist/components/core/filter/SolidVarInputsFilterElement.js +109 -38
  421. package/dist/components/core/filter/SolidVarInputsFilterElement.js.map +1 -1
  422. package/dist/components/core/filter/SolidVarInputsFilterElement.tsx +215 -155
  423. package/dist/components/core/filter/fields/SolidBooleanField.js +3 -3
  424. package/dist/components/core/filter/fields/SolidBooleanField.js.map +1 -1
  425. package/dist/components/core/filter/fields/SolidBooleanField.tsx +6 -6
  426. package/dist/components/core/filter/fields/SolidDateField.d.ts.map +1 -1
  427. package/dist/components/core/filter/fields/SolidDateField.js +3 -5
  428. package/dist/components/core/filter/fields/SolidDateField.js.map +1 -1
  429. package/dist/components/core/filter/fields/SolidDateField.tsx +6 -8
  430. package/dist/components/core/filter/fields/SolidDatetimeField.js +3 -3
  431. package/dist/components/core/filter/fields/SolidDatetimeField.js.map +1 -1
  432. package/dist/components/core/filter/fields/SolidDatetimeField.tsx +5 -5
  433. package/dist/components/core/filter/fields/SolidExternalIdField.js +5 -5
  434. package/dist/components/core/filter/fields/SolidExternalIdField.js.map +1 -1
  435. package/dist/components/core/filter/fields/SolidExternalIdField.tsx +8 -8
  436. package/dist/components/core/filter/fields/SolidIdField.d.ts.map +1 -1
  437. package/dist/components/core/filter/fields/SolidIdField.js +11 -4
  438. package/dist/components/core/filter/fields/SolidIdField.js.map +1 -1
  439. package/dist/components/core/filter/fields/SolidIdField.tsx +12 -5
  440. package/dist/components/core/filter/fields/SolidIntField.d.ts.map +1 -1
  441. package/dist/components/core/filter/fields/SolidIntField.js +3 -5
  442. package/dist/components/core/filter/fields/SolidIntField.js.map +1 -1
  443. package/dist/components/core/filter/fields/SolidIntField.tsx +6 -8
  444. package/dist/components/core/filter/fields/SolidMediaMultipleField.d.ts.map +1 -1
  445. package/dist/components/core/filter/fields/SolidMediaMultipleField.js +3 -5
  446. package/dist/components/core/filter/fields/SolidMediaMultipleField.js.map +1 -1
  447. package/dist/components/core/filter/fields/SolidMediaMultipleField.tsx +6 -8
  448. package/dist/components/core/filter/fields/SolidMediaSingleField.d.ts.map +1 -1
  449. package/dist/components/core/filter/fields/SolidMediaSingleField.js +3 -5
  450. package/dist/components/core/filter/fields/SolidMediaSingleField.js.map +1 -1
  451. package/dist/components/core/filter/fields/SolidMediaSingleField.tsx +6 -8
  452. package/dist/components/core/filter/fields/SolidSelectionDynamicField.js +3 -3
  453. package/dist/components/core/filter/fields/SolidSelectionDynamicField.js.map +1 -1
  454. package/dist/components/core/filter/fields/SolidSelectionDynamicField.tsx +5 -5
  455. package/dist/components/core/filter/fields/SolidSelectionStaticField.js +3 -3
  456. package/dist/components/core/filter/fields/SolidSelectionStaticField.js.map +1 -1
  457. package/dist/components/core/filter/fields/SolidSelectionStaticField.tsx +5 -5
  458. package/dist/components/core/filter/fields/SolidShortTextField.d.ts.map +1 -1
  459. package/dist/components/core/filter/fields/SolidShortTextField.js +3 -5
  460. package/dist/components/core/filter/fields/SolidShortTextField.js.map +1 -1
  461. package/dist/components/core/filter/fields/SolidShortTextField.tsx +6 -8
  462. package/dist/components/core/filter/fields/SolidTimeField.js +3 -3
  463. package/dist/components/core/filter/fields/SolidTimeField.js.map +1 -1
  464. package/dist/components/core/filter/fields/SolidTimeField.tsx +5 -5
  465. package/dist/components/core/filter/fields/SolidUuidField.js +5 -5
  466. package/dist/components/core/filter/fields/SolidUuidField.js.map +1 -1
  467. package/dist/components/core/filter/fields/SolidUuidField.tsx +8 -8
  468. package/dist/components/core/filter/fields/relations/SolidRelationManyToManyField.js +2 -2
  469. package/dist/components/core/filter/fields/relations/SolidRelationManyToManyField.js.map +1 -1
  470. package/dist/components/core/filter/fields/relations/SolidRelationManyToManyField.tsx +4 -4
  471. package/dist/components/core/filter/fields/relations/SolidRelationManyToOneField.js +3 -3
  472. package/dist/components/core/filter/fields/relations/SolidRelationManyToOneField.js.map +1 -1
  473. package/dist/components/core/filter/fields/relations/SolidRelationManyToOneField.tsx +5 -5
  474. package/dist/components/core/filter/fields/relations/SolidRelationOneToManyField.js +2 -2
  475. package/dist/components/core/filter/fields/relations/SolidRelationOneToManyField.js.map +1 -1
  476. package/dist/components/core/filter/fields/relations/SolidRelationOneToManyField.tsx +4 -4
  477. package/dist/components/core/filter/filterMatchMode.d.ts +17 -0
  478. package/dist/components/core/filter/filterMatchMode.d.ts.map +1 -0
  479. package/dist/components/core/filter/filterMatchMode.js +16 -0
  480. package/dist/components/core/filter/filterMatchMode.js.map +1 -0
  481. package/dist/components/core/filter/filterMatchMode.ts +18 -0
  482. package/dist/components/core/form/SolidFormActionHeader.d.ts +1 -1
  483. package/dist/components/core/form/SolidFormActionHeader.d.ts.map +1 -1
  484. package/dist/components/core/form/SolidFormActionHeader.js +60 -54
  485. package/dist/components/core/form/SolidFormActionHeader.js.map +1 -1
  486. package/dist/components/core/form/SolidFormActionHeader.tsx +356 -331
  487. package/dist/components/core/form/SolidFormFieldRender.js +2 -2
  488. package/dist/components/core/form/SolidFormFieldRender.js.map +1 -1
  489. package/dist/components/core/form/SolidFormFieldRender.tsx +2 -2
  490. package/dist/components/core/form/SolidFormFooter.d.ts.map +1 -1
  491. package/dist/components/core/form/SolidFormFooter.js +2 -2
  492. package/dist/components/core/form/SolidFormFooter.js.map +1 -1
  493. package/dist/components/core/form/SolidFormFooter.tsx +26 -18
  494. package/dist/components/core/form/SolidFormUserViewLayout.d.ts.map +1 -1
  495. package/dist/components/core/form/SolidFormUserViewLayout.js +3 -6
  496. package/dist/components/core/form/SolidFormUserViewLayout.js.map +1 -1
  497. package/dist/components/core/form/SolidFormUserViewLayout.tsx +8 -12
  498. package/dist/components/core/form/SolidFormView.d.ts +0 -3
  499. package/dist/components/core/form/SolidFormView.d.ts.map +1 -1
  500. package/dist/components/core/form/SolidFormView.js +62 -100
  501. package/dist/components/core/form/SolidFormView.js.map +1 -1
  502. package/dist/components/core/form/SolidFormView.tsx +140 -163
  503. package/dist/components/core/form/SolidFormViewContextMenuHeaderButton.d.ts +3 -1
  504. package/dist/components/core/form/SolidFormViewContextMenuHeaderButton.d.ts.map +1 -1
  505. package/dist/components/core/form/SolidFormViewContextMenuHeaderButton.js +22 -16
  506. package/dist/components/core/form/SolidFormViewContextMenuHeaderButton.js.map +1 -1
  507. package/dist/components/core/form/SolidFormViewContextMenuHeaderButton.tsx +46 -17
  508. package/dist/components/core/form/SolidFormViewNormalHeaderButton.d.ts +3 -1
  509. package/dist/components/core/form/SolidFormViewNormalHeaderButton.d.ts.map +1 -1
  510. package/dist/components/core/form/SolidFormViewNormalHeaderButton.js +21 -15
  511. package/dist/components/core/form/SolidFormViewNormalHeaderButton.js.map +1 -1
  512. package/dist/components/core/form/SolidFormViewNormalHeaderButton.tsx +39 -17
  513. package/dist/components/core/form/SolidFormViewShimmerLoading.d.ts.map +1 -1
  514. package/dist/components/core/form/SolidFormViewShimmerLoading.js +5 -2
  515. package/dist/components/core/form/SolidFormViewShimmerLoading.js.map +1 -1
  516. package/dist/components/core/form/SolidFormViewShimmerLoading.tsx +40 -37
  517. package/dist/components/core/form/fields/SolidBooleanField.d.ts +1 -1
  518. package/dist/components/core/form/fields/SolidBooleanField.d.ts.map +1 -1
  519. package/dist/components/core/form/fields/SolidBooleanField.js +80 -69
  520. package/dist/components/core/form/fields/SolidBooleanField.js.map +1 -1
  521. package/dist/components/core/form/fields/SolidBooleanField.tsx +116 -145
  522. package/dist/components/core/form/fields/SolidDateField.d.ts.map +1 -1
  523. package/dist/components/core/form/fields/SolidDateField.js +22 -49
  524. package/dist/components/core/form/fields/SolidDateField.js.map +1 -1
  525. package/dist/components/core/form/fields/SolidDateField.tsx +30 -72
  526. package/dist/components/core/form/fields/SolidDateTimeField.d.ts.map +1 -1
  527. package/dist/components/core/form/fields/SolidDateTimeField.js +22 -48
  528. package/dist/components/core/form/fields/SolidDateTimeField.js.map +1 -1
  529. package/dist/components/core/form/fields/SolidDateTimeField.tsx +32 -68
  530. package/dist/components/core/form/fields/SolidDecimalField.d.ts +1 -1
  531. package/dist/components/core/form/fields/SolidDecimalField.d.ts.map +1 -1
  532. package/dist/components/core/form/fields/SolidDecimalField.js +17 -17
  533. package/dist/components/core/form/fields/SolidDecimalField.js.map +1 -1
  534. package/dist/components/core/form/fields/SolidDecimalField.tsx +21 -24
  535. package/dist/components/core/form/fields/SolidEmailField.d.ts.map +1 -1
  536. package/dist/components/core/form/fields/SolidEmailField.js +11 -15
  537. package/dist/components/core/form/fields/SolidEmailField.js.map +1 -1
  538. package/dist/components/core/form/fields/SolidEmailField.tsx +27 -33
  539. package/dist/components/core/form/fields/SolidIntegerField.d.ts +1 -1
  540. package/dist/components/core/form/fields/SolidIntegerField.d.ts.map +1 -1
  541. package/dist/components/core/form/fields/SolidIntegerField.js +12 -9
  542. package/dist/components/core/form/fields/SolidIntegerField.js.map +1 -1
  543. package/dist/components/core/form/fields/SolidIntegerField.tsx +23 -24
  544. package/dist/components/core/form/fields/SolidJsonField.d.ts.map +1 -1
  545. package/dist/components/core/form/fields/SolidJsonField.js +15 -10
  546. package/dist/components/core/form/fields/SolidJsonField.js.map +1 -1
  547. package/dist/components/core/form/fields/SolidJsonField.tsx +21 -20
  548. package/dist/components/core/form/fields/SolidLongTextField.d.ts.map +1 -1
  549. package/dist/components/core/form/fields/SolidLongTextField.js +28 -44
  550. package/dist/components/core/form/fields/SolidLongTextField.js.map +1 -1
  551. package/dist/components/core/form/fields/SolidLongTextField.tsx +90 -119
  552. package/dist/components/core/form/fields/SolidMediaMultipleField.d.ts.map +1 -1
  553. package/dist/components/core/form/fields/SolidMediaMultipleField.js +33 -41
  554. package/dist/components/core/form/fields/SolidMediaMultipleField.js.map +1 -1
  555. package/dist/components/core/form/fields/SolidMediaMultipleField.tsx +96 -94
  556. package/dist/components/core/form/fields/SolidMediaSingleField.d.ts.map +1 -1
  557. package/dist/components/core/form/fields/SolidMediaSingleField.js +10 -23
  558. package/dist/components/core/form/fields/SolidMediaSingleField.js.map +1 -1
  559. package/dist/components/core/form/fields/SolidMediaSingleField.tsx +94 -91
  560. package/dist/components/core/form/fields/SolidPasswordField.d.ts.map +1 -1
  561. package/dist/components/core/form/fields/SolidPasswordField.js +29 -32
  562. package/dist/components/core/form/fields/SolidPasswordField.js.map +1 -1
  563. package/dist/components/core/form/fields/SolidPasswordField.tsx +89 -88
  564. package/dist/components/core/form/fields/SolidRichTextField.d.ts.map +1 -1
  565. package/dist/components/core/form/fields/SolidRichTextField.js +6 -8
  566. package/dist/components/core/form/fields/SolidRichTextField.js.map +1 -1
  567. package/dist/components/core/form/fields/SolidRichTextField.tsx +31 -46
  568. package/dist/components/core/form/fields/SolidSelectionDynamicField.d.ts.map +1 -1
  569. package/dist/components/core/form/fields/SolidSelectionDynamicField.js +36 -24
  570. package/dist/components/core/form/fields/SolidSelectionDynamicField.js.map +1 -1
  571. package/dist/components/core/form/fields/SolidSelectionDynamicField.tsx +56 -61
  572. package/dist/components/core/form/fields/SolidSelectionStaticField.d.ts.map +1 -1
  573. package/dist/components/core/form/fields/SolidSelectionStaticField.js +60 -74
  574. package/dist/components/core/form/fields/SolidSelectionStaticField.js.map +1 -1
  575. package/dist/components/core/form/fields/SolidSelectionStaticField.tsx +99 -167
  576. package/dist/components/core/form/fields/SolidShortTextField.d.ts.map +1 -1
  577. package/dist/components/core/form/fields/SolidShortTextField.js +23 -36
  578. package/dist/components/core/form/fields/SolidShortTextField.js.map +1 -1
  579. package/dist/components/core/form/fields/SolidShortTextField.tsx +54 -119
  580. package/dist/components/core/form/fields/SolidTimeField.d.ts.map +1 -1
  581. package/dist/components/core/form/fields/SolidTimeField.js +14 -14
  582. package/dist/components/core/form/fields/SolidTimeField.js.map +1 -1
  583. package/dist/components/core/form/fields/SolidTimeField.tsx +23 -26
  584. package/dist/components/core/form/fields/fieldEventUtils.d.ts +10 -0
  585. package/dist/components/core/form/fields/fieldEventUtils.d.ts.map +1 -0
  586. package/dist/components/core/form/fields/fieldEventUtils.js +11 -0
  587. package/dist/components/core/form/fields/fieldEventUtils.js.map +1 -0
  588. package/dist/components/core/form/fields/fieldEventUtils.ts +24 -0
  589. package/dist/components/core/form/fields/relations/SolidRelationManyToManyField.d.ts.map +1 -1
  590. package/dist/components/core/form/fields/relations/SolidRelationManyToManyField.js +19 -12
  591. package/dist/components/core/form/fields/relations/SolidRelationManyToManyField.js.map +1 -1
  592. package/dist/components/core/form/fields/relations/SolidRelationManyToManyField.tsx +57 -53
  593. package/dist/components/core/form/fields/relations/SolidRelationManyToOneField.d.ts.map +1 -1
  594. package/dist/components/core/form/fields/relations/SolidRelationManyToOneField.js +37 -25
  595. package/dist/components/core/form/fields/relations/SolidRelationManyToOneField.js.map +1 -1
  596. package/dist/components/core/form/fields/relations/SolidRelationManyToOneField.tsx +52 -34
  597. package/dist/components/core/form/fields/relations/SolidRelationOneToManyField.d.ts.map +1 -1
  598. package/dist/components/core/form/fields/relations/SolidRelationOneToManyField.js +9 -8
  599. package/dist/components/core/form/fields/relations/SolidRelationOneToManyField.js.map +1 -1
  600. package/dist/components/core/form/fields/relations/SolidRelationOneToManyField.tsx +15 -18
  601. package/dist/components/core/form/fields/relations/widgets/helpers/InlineRelationEntityDialog.d.ts.map +1 -1
  602. package/dist/components/core/form/fields/relations/widgets/helpers/InlineRelationEntityDialog.js +5 -8
  603. package/dist/components/core/form/fields/relations/widgets/helpers/InlineRelationEntityDialog.js.map +1 -1
  604. package/dist/components/core/form/fields/relations/widgets/helpers/InlineRelationEntityDialog.tsx +20 -13
  605. package/dist/components/core/form/fields/solidFields.module.css +192 -1
  606. package/dist/components/core/form/fields/widgets/SolidAiInteractionMetadataFieldFormWidget.d.ts.map +1 -1
  607. package/dist/components/core/form/fields/widgets/SolidAiInteractionMetadataFieldFormWidget.js +76 -56
  608. package/dist/components/core/form/fields/widgets/SolidAiInteractionMetadataFieldFormWidget.js.map +1 -1
  609. package/dist/components/core/form/fields/widgets/SolidAiInteractionMetadataFieldFormWidget.tsx +106 -120
  610. package/dist/components/core/form/fields/widgets/SolidIconEditWidget.js +8 -8
  611. package/dist/components/core/form/fields/widgets/SolidIconEditWidget.js.map +1 -1
  612. package/dist/components/core/form/fields/widgets/SolidIconEditWidget.tsx +16 -16
  613. package/dist/components/core/form/fields/widgets/SolidRelationFieldAvatarFormWidget.d.ts.map +1 -1
  614. package/dist/components/core/form/fields/widgets/SolidRelationFieldAvatarFormWidget.js.map +1 -1
  615. package/dist/components/core/form/fields/widgets/SolidRelationFieldAvatarFormWidget.tsx +0 -5
  616. package/dist/components/core/form/fields/widgets/SolidS3FileViewerWidget.d.ts.map +1 -1
  617. package/dist/components/core/form/fields/widgets/SolidS3FileViewerWidget.js +9 -8
  618. package/dist/components/core/form/fields/widgets/SolidS3FileViewerWidget.js.map +1 -1
  619. package/dist/components/core/form/fields/widgets/SolidS3FileViewerWidget.tsx +38 -29
  620. package/dist/components/core/form/fields/widgets/SolidShortTextFieldAvatarWidget.d.ts.map +1 -1
  621. package/dist/components/core/form/fields/widgets/SolidShortTextFieldAvatarWidget.js.map +1 -1
  622. package/dist/components/core/form/fields/widgets/SolidShortTextFieldAvatarWidget.tsx +1 -6
  623. package/dist/components/core/kanban/KanbanBoard.d.ts +1 -1
  624. package/dist/components/core/kanban/KanbanBoard.d.ts.map +1 -1
  625. package/dist/components/core/kanban/KanbanBoard.js +38 -8
  626. package/dist/components/core/kanban/KanbanBoard.js.map +1 -1
  627. package/dist/components/core/kanban/KanbanBoard.tsx +55 -9
  628. package/dist/components/core/kanban/KanbanCard.d.ts +7 -0
  629. package/dist/components/core/kanban/KanbanCard.d.ts.map +1 -1
  630. package/dist/components/core/kanban/KanbanCard.js +22 -162
  631. package/dist/components/core/kanban/KanbanCard.js.map +1 -1
  632. package/dist/components/core/kanban/KanbanCard.tsx +64 -222
  633. package/dist/components/core/kanban/KanbanColumn.d.ts +3 -2
  634. package/dist/components/core/kanban/KanbanColumn.d.ts.map +1 -1
  635. package/dist/components/core/kanban/KanbanColumn.js +8 -14
  636. package/dist/components/core/kanban/KanbanColumn.js.map +1 -1
  637. package/dist/components/core/kanban/KanbanColumn.tsx +59 -80
  638. package/dist/components/core/kanban/KanbanUserViewLayout.d.ts.map +1 -1
  639. package/dist/components/core/kanban/KanbanUserViewLayout.js +4 -7
  640. package/dist/components/core/kanban/KanbanUserViewLayout.js.map +1 -1
  641. package/dist/components/core/kanban/KanbanUserViewLayout.tsx +15 -16
  642. package/dist/components/core/kanban/SolidKanbanView.d.ts +0 -2
  643. package/dist/components/core/kanban/SolidKanbanView.d.ts.map +1 -1
  644. package/dist/components/core/kanban/SolidKanbanView.js +121 -74
  645. package/dist/components/core/kanban/SolidKanbanView.js.map +1 -1
  646. package/dist/components/core/kanban/SolidKanbanView.tsx +221 -139
  647. package/dist/components/core/kanban/SolidKanbanViewConfigure.d.ts +1 -1
  648. package/dist/components/core/kanban/SolidKanbanViewConfigure.d.ts.map +1 -1
  649. package/dist/components/core/kanban/SolidKanbanViewConfigure.js +111 -52
  650. package/dist/components/core/kanban/SolidKanbanViewConfigure.js.map +1 -1
  651. package/dist/components/core/kanban/SolidKanbanViewConfigure.tsx +239 -122
  652. package/dist/components/core/list/ListViewRowActionPopup.d.ts.map +1 -1
  653. package/dist/components/core/list/ListViewRowActionPopup.js +3 -2
  654. package/dist/components/core/list/ListViewRowActionPopup.js.map +1 -1
  655. package/dist/components/core/list/ListViewRowActionPopup.tsx +8 -5
  656. package/dist/components/core/list/PLAN.md +22 -2
  657. package/dist/components/core/list/SolidColumnSelector/SolidListColumnSelector.d.ts +1 -1
  658. package/dist/components/core/list/SolidColumnSelector/SolidListColumnSelector.d.ts.map +1 -1
  659. package/dist/components/core/list/SolidColumnSelector/SolidListColumnSelector.js +3 -8
  660. package/dist/components/core/list/SolidColumnSelector/SolidListColumnSelector.js.map +1 -1
  661. package/dist/components/core/list/SolidColumnSelector/SolidListColumnSelector.tsx +19 -24
  662. package/dist/components/core/list/SolidDataTable.d.ts.map +1 -1
  663. package/dist/components/core/list/SolidDataTable.js +7 -4
  664. package/dist/components/core/list/SolidDataTable.js.map +1 -1
  665. package/dist/components/core/list/SolidDataTable.tsx +8 -5
  666. package/dist/components/core/list/SolidEmptyListViewPlaceholder.d.ts +1 -1
  667. package/dist/components/core/list/SolidEmptyListViewPlaceholder.d.ts.map +1 -1
  668. package/dist/components/core/list/SolidEmptyListViewPlaceholder.js +51 -30
  669. package/dist/components/core/list/SolidEmptyListViewPlaceholder.js.map +1 -1
  670. package/dist/components/core/list/SolidEmptyListViewPlaceholder.tsx +122 -90
  671. package/dist/components/core/list/SolidListView.d.ts +5 -12
  672. package/dist/components/core/list/SolidListView.d.ts.map +1 -1
  673. package/dist/components/core/list/SolidListView.js +363 -426
  674. package/dist/components/core/list/SolidListView.js.map +1 -1
  675. package/dist/components/core/list/SolidListView.tsx +713 -899
  676. package/dist/components/core/list/SolidListViewConfigure.d.ts.map +1 -1
  677. package/dist/components/core/list/SolidListViewConfigure.js +50 -61
  678. package/dist/components/core/list/SolidListViewConfigure.js.map +1 -1
  679. package/dist/components/core/list/SolidListViewConfigure.tsx +237 -215
  680. package/dist/components/core/list/SolidListViewHeaderButton.d.ts.map +1 -1
  681. package/dist/components/core/list/SolidListViewHeaderButton.js +6 -5
  682. package/dist/components/core/list/SolidListViewHeaderButton.js.map +1 -1
  683. package/dist/components/core/list/SolidListViewHeaderButton.tsx +9 -7
  684. package/dist/components/core/list/SolidListViewHeaderContextMenuButton.d.ts +1 -1
  685. package/dist/components/core/list/SolidListViewHeaderContextMenuButton.d.ts.map +1 -1
  686. package/dist/components/core/list/SolidListViewHeaderContextMenuButton.js +12 -7
  687. package/dist/components/core/list/SolidListViewHeaderContextMenuButton.js.map +1 -1
  688. package/dist/components/core/list/SolidListViewHeaderContextMenuButton.tsx +15 -13
  689. package/dist/components/core/list/SolidListViewRowActionMenuItem.d.ts +2 -0
  690. package/dist/components/core/list/SolidListViewRowActionMenuItem.d.ts.map +1 -0
  691. package/dist/components/core/list/SolidListViewRowActionMenuItem.js +42 -0
  692. package/dist/components/core/list/SolidListViewRowActionMenuItem.js.map +1 -0
  693. package/dist/components/core/list/SolidListViewRowActionMenuItem.tsx +43 -0
  694. package/dist/components/core/list/SolidListViewRowActionsMenu.d.ts +2 -0
  695. package/dist/components/core/list/SolidListViewRowActionsMenu.d.ts.map +1 -0
  696. package/dist/components/core/list/SolidListViewRowActionsMenu.js +32 -0
  697. package/dist/components/core/list/SolidListViewRowActionsMenu.js.map +1 -0
  698. package/dist/components/core/list/SolidListViewRowActionsMenu.tsx +106 -0
  699. package/dist/components/core/list/SolidListViewShimmerLoading.d.ts.map +1 -1
  700. package/dist/components/core/list/SolidListViewShimmerLoading.js +3 -4
  701. package/dist/components/core/list/SolidListViewShimmerLoading.js.map +1 -1
  702. package/dist/components/core/list/SolidListViewShimmerLoading.tsx +4 -72
  703. package/dist/components/core/list/SolidListViewWrapper.module.css +82 -41
  704. package/dist/components/core/list/SolidManyToOneFilterElement.d.ts.map +1 -1
  705. package/dist/components/core/list/SolidManyToOneFilterElement.js +2 -2
  706. package/dist/components/core/list/SolidManyToOneFilterElement.js.map +1 -1
  707. package/dist/components/core/list/SolidManyToOneFilterElement.tsx +5 -5
  708. package/dist/components/core/list/SolidSelectionDynamicFilterElement.d.ts.map +1 -1
  709. package/dist/components/core/list/SolidSelectionDynamicFilterElement.js +2 -2
  710. package/dist/components/core/list/SolidSelectionDynamicFilterElement.js.map +1 -1
  711. package/dist/components/core/list/SolidSelectionDynamicFilterElement.tsx +5 -4
  712. package/dist/components/core/list/SolidSelectionStaticFilterElement.d.ts.map +1 -1
  713. package/dist/components/core/list/SolidSelectionStaticFilterElement.js +2 -2
  714. package/dist/components/core/list/SolidSelectionStaticFilterElement.js.map +1 -1
  715. package/dist/components/core/list/SolidSelectionStaticFilterElement.tsx +5 -4
  716. package/dist/components/core/list/SolidTableRowCell.d.ts.map +1 -1
  717. package/dist/components/core/list/SolidTableRowCell.js +4 -3
  718. package/dist/components/core/list/SolidTableRowCell.js.map +1 -1
  719. package/dist/components/core/list/SolidTableRowCell.tsx +11 -8
  720. package/dist/components/core/list/columns/SolidBooleanColumn.js +2 -2
  721. package/dist/components/core/list/columns/SolidBooleanColumn.js.map +1 -1
  722. package/dist/components/core/list/columns/SolidBooleanColumn.tsx +2 -2
  723. package/dist/components/core/list/columns/SolidDateColumn.d.ts +1 -0
  724. package/dist/components/core/list/columns/SolidDateColumn.d.ts.map +1 -1
  725. package/dist/components/core/list/columns/SolidDateColumn.js +10 -3
  726. package/dist/components/core/list/columns/SolidDateColumn.js.map +1 -1
  727. package/dist/components/core/list/columns/SolidDateColumn.tsx +12 -3
  728. package/dist/components/core/list/columns/SolidDatetimeColumn.js +1 -1
  729. package/dist/components/core/list/columns/SolidDatetimeColumn.js.map +1 -1
  730. package/dist/components/core/list/columns/SolidDatetimeColumn.tsx +1 -1
  731. package/dist/components/core/list/columns/SolidExternalIdColumn.js +1 -1
  732. package/dist/components/core/list/columns/SolidExternalIdColumn.js.map +1 -1
  733. package/dist/components/core/list/columns/SolidExternalIdColumn.tsx +1 -1
  734. package/dist/components/core/list/columns/SolidIdColumn.js +2 -2
  735. package/dist/components/core/list/columns/SolidIdColumn.js.map +1 -1
  736. package/dist/components/core/list/columns/SolidIdColumn.tsx +3 -3
  737. package/dist/components/core/list/columns/SolidIntColumn.d.ts.map +1 -1
  738. package/dist/components/core/list/columns/SolidIntColumn.js +2 -2
  739. package/dist/components/core/list/columns/SolidIntColumn.js.map +1 -1
  740. package/dist/components/core/list/columns/SolidIntColumn.tsx +4 -2
  741. package/dist/components/core/list/columns/SolidMediaMultipleColumn.d.ts.map +1 -1
  742. package/dist/components/core/list/columns/SolidMediaMultipleColumn.js +7 -10
  743. package/dist/components/core/list/columns/SolidMediaMultipleColumn.js.map +1 -1
  744. package/dist/components/core/list/columns/SolidMediaMultipleColumn.tsx +13 -18
  745. package/dist/components/core/list/columns/SolidMediaSingleColumn.d.ts.map +1 -1
  746. package/dist/components/core/list/columns/SolidMediaSingleColumn.js +4 -4
  747. package/dist/components/core/list/columns/SolidMediaSingleColumn.js.map +1 -1
  748. package/dist/components/core/list/columns/SolidMediaSingleColumn.tsx +4 -4
  749. package/dist/components/core/list/columns/SolidSelectionDynamicColumn.js +1 -1
  750. package/dist/components/core/list/columns/SolidSelectionDynamicColumn.js.map +1 -1
  751. package/dist/components/core/list/columns/SolidSelectionDynamicColumn.tsx +1 -1
  752. package/dist/components/core/list/columns/SolidSelectionStaticColumn.js +1 -1
  753. package/dist/components/core/list/columns/SolidSelectionStaticColumn.js.map +1 -1
  754. package/dist/components/core/list/columns/SolidSelectionStaticColumn.tsx +1 -1
  755. package/dist/components/core/list/columns/SolidShortTextColumn.js +1 -1
  756. package/dist/components/core/list/columns/SolidShortTextColumn.js.map +1 -1
  757. package/dist/components/core/list/columns/SolidShortTextColumn.tsx +1 -1
  758. package/dist/components/core/list/columns/SolidTimeColumn.js +1 -1
  759. package/dist/components/core/list/columns/SolidTimeColumn.js.map +1 -1
  760. package/dist/components/core/list/columns/SolidTimeColumn.tsx +1 -1
  761. package/dist/components/core/list/columns/SolidUuidColumn.js +1 -1
  762. package/dist/components/core/list/columns/SolidUuidColumn.js.map +1 -1
  763. package/dist/components/core/list/columns/SolidUuidColumn.tsx +1 -1
  764. package/dist/components/core/list/columns/relations/SolidRelationManyToManyColumn.js +1 -1
  765. package/dist/components/core/list/columns/relations/SolidRelationManyToManyColumn.js.map +1 -1
  766. package/dist/components/core/list/columns/relations/SolidRelationManyToManyColumn.tsx +1 -1
  767. package/dist/components/core/list/columns/relations/SolidRelationManyToOneColumn.d.ts.map +1 -1
  768. package/dist/components/core/list/columns/relations/SolidRelationManyToOneColumn.js +5 -7
  769. package/dist/components/core/list/columns/relations/SolidRelationManyToOneColumn.js.map +1 -1
  770. package/dist/components/core/list/columns/relations/SolidRelationManyToOneColumn.tsx +9 -11
  771. package/dist/components/core/list/columns/relations/SolidRelationOneToManyColumn.js +1 -1
  772. package/dist/components/core/list/columns/relations/SolidRelationOneToManyColumn.js.map +1 -1
  773. package/dist/components/core/list/columns/relations/SolidRelationOneToManyColumn.tsx +1 -1
  774. package/dist/components/core/locales/SolidChatterLocaleTabView.d.ts.map +1 -1
  775. package/dist/components/core/locales/SolidChatterLocaleTabView.js +50 -6
  776. package/dist/components/core/locales/SolidChatterLocaleTabView.js.map +1 -1
  777. package/dist/components/core/locales/SolidChatterLocaleTabView.tsx +78 -43
  778. package/dist/components/core/locales/SolidLocale.d.ts.map +1 -1
  779. package/dist/components/core/locales/SolidLocale.js +4 -8
  780. package/dist/components/core/locales/SolidLocale.js.map +1 -1
  781. package/dist/components/core/locales/SolidLocale.tsx +5 -11
  782. package/dist/components/core/locales/solid-locale.css +44 -23
  783. package/dist/components/core/model/CreateModel.d.ts.map +1 -1
  784. package/dist/components/core/model/CreateModel.js +58 -63
  785. package/dist/components/core/model/CreateModel.js.map +1 -1
  786. package/dist/components/core/model/CreateModel.tsx +178 -212
  787. package/dist/components/core/model/FieldMetaData.d.ts.map +1 -1
  788. package/dist/components/core/model/FieldMetaData.js +29 -40
  789. package/dist/components/core/model/FieldMetaData.js.map +1 -1
  790. package/dist/components/core/model/FieldMetaData.tsx +128 -100
  791. package/dist/components/core/model/FieldMetaDataForm.d.ts.map +1 -1
  792. package/dist/components/core/model/FieldMetaDataForm.js +521 -270
  793. package/dist/components/core/model/FieldMetaDataForm.js.map +1 -1
  794. package/dist/components/core/model/FieldMetaDataForm.tsx +1142 -956
  795. package/dist/components/core/model/FieldSelector.d.ts +5 -1
  796. package/dist/components/core/model/FieldSelector.d.ts.map +1 -1
  797. package/dist/components/core/model/FieldSelector.js +52 -30
  798. package/dist/components/core/model/FieldSelector.js.map +1 -1
  799. package/dist/components/core/model/FieldSelector.tsx +119 -57
  800. package/dist/components/core/model/ModelListViewData.d.ts.map +1 -1
  801. package/dist/components/core/model/ModelListViewData.js +110 -91
  802. package/dist/components/core/model/ModelListViewData.js.map +1 -1
  803. package/dist/components/core/model/ModelListViewData.tsx +172 -220
  804. package/dist/components/core/model/ModelMetaData.d.ts.map +1 -1
  805. package/dist/components/core/model/ModelMetaData.js +105 -61
  806. package/dist/components/core/model/ModelMetaData.js.map +1 -1
  807. package/dist/components/core/model/ModelMetaData.tsx +277 -457
  808. package/dist/components/core/module/CreateModule.d.ts +1 -1
  809. package/dist/components/core/module/CreateModule.d.ts.map +1 -1
  810. package/dist/components/core/module/CreateModule.js +33 -54
  811. package/dist/components/core/module/CreateModule.js.map +1 -1
  812. package/dist/components/core/module/CreateModule.tsx +273 -299
  813. package/dist/components/core/module/ModuleListViewData.d.ts.map +1 -1
  814. package/dist/components/core/module/ModuleListViewData.js +104 -135
  815. package/dist/components/core/module/ModuleListViewData.js.map +1 -1
  816. package/dist/components/core/module/ModuleListViewData.tsx +172 -278
  817. package/dist/components/core/solid-ai/SolidAiChat.d.ts.map +1 -1
  818. package/dist/components/core/solid-ai/SolidAiChat.js +25 -20
  819. package/dist/components/core/solid-ai/SolidAiChat.js.map +1 -1
  820. package/dist/components/core/solid-ai/SolidAiChat.tsx +80 -31
  821. package/dist/components/core/solid-ai/SolidAiMainWrapper.d.ts.map +1 -1
  822. package/dist/components/core/solid-ai/SolidAiMainWrapper.js +5 -2
  823. package/dist/components/core/solid-ai/SolidAiMainWrapper.js.map +1 -1
  824. package/dist/components/core/solid-ai/SolidAiMainWrapper.tsx +7 -2
  825. package/dist/components/core/tree/SolidTreeTable.d.ts +73 -0
  826. package/dist/components/core/tree/SolidTreeTable.d.ts.map +1 -0
  827. package/dist/components/core/tree/SolidTreeTable.js +275 -0
  828. package/dist/components/core/tree/SolidTreeTable.js.map +1 -0
  829. package/dist/components/core/tree/SolidTreeTable.tsx +522 -0
  830. package/dist/components/core/tree/SolidTreeView.d.ts.map +1 -1
  831. package/dist/components/core/tree/SolidTreeView.js +266 -244
  832. package/dist/components/core/tree/SolidTreeView.js.map +1 -1
  833. package/dist/components/core/tree/SolidTreeView.tsx +606 -625
  834. package/dist/components/core/users/CreateUser.d.ts.map +1 -1
  835. package/dist/components/core/users/CreateUser.js +81 -143
  836. package/dist/components/core/users/CreateUser.js.map +1 -1
  837. package/dist/components/core/users/CreateUser.tsx +217 -317
  838. package/dist/components/core/users/CreateUserRole.d.ts.map +1 -1
  839. package/dist/components/core/users/CreateUserRole.js +14 -21
  840. package/dist/components/core/users/CreateUserRole.js.map +1 -1
  841. package/dist/components/core/users/CreateUserRole.tsx +16 -33
  842. package/dist/components/core/users/UserListView.d.ts.map +1 -1
  843. package/dist/components/core/users/UserListView.js +95 -92
  844. package/dist/components/core/users/UserListView.js.map +1 -1
  845. package/dist/components/core/users/UserListView.tsx +286 -330
  846. package/dist/components/layout/AdminLayout.d.ts.map +1 -1
  847. package/dist/components/layout/AdminLayout.js +4 -12
  848. package/dist/components/layout/AdminLayout.js.map +1 -1
  849. package/dist/components/layout/AdminLayout.tsx +22 -31
  850. package/dist/components/layout/AppConfig.d.ts +2 -2
  851. package/dist/components/layout/AppConfig.d.ts.map +1 -1
  852. package/dist/components/layout/AppConfig.js +9 -47
  853. package/dist/components/layout/AppConfig.js.map +1 -1
  854. package/dist/components/layout/AppConfig.tsx +10 -98
  855. package/dist/components/layout/AppSidebar.d.ts.map +1 -1
  856. package/dist/components/layout/AppSidebar.js +149 -86
  857. package/dist/components/layout/AppSidebar.js.map +1 -1
  858. package/dist/components/layout/AppSidebar.tsx +281 -164
  859. package/dist/components/layout/DashboardHeader.d.ts.map +1 -1
  860. package/dist/components/layout/DashboardHeader.js +11 -17
  861. package/dist/components/layout/DashboardHeader.js.map +1 -1
  862. package/dist/components/layout/DashboardHeader.tsx +40 -35
  863. package/dist/components/layout/FilterMenu.d.ts.map +1 -1
  864. package/dist/components/layout/FilterMenu.js +4 -6
  865. package/dist/components/layout/FilterMenu.js.map +1 -1
  866. package/dist/components/layout/FilterMenu.tsx +21 -19
  867. package/dist/components/layout/GlobalSearch.d.ts.map +1 -1
  868. package/dist/components/layout/GlobalSearch.js +2 -6
  869. package/dist/components/layout/GlobalSearch.js.map +1 -1
  870. package/dist/components/layout/GlobalSearch.tsx +7 -13
  871. package/dist/components/layout/Layout.d.ts.map +1 -1
  872. package/dist/components/layout/Layout.js +11 -130
  873. package/dist/components/layout/Layout.js.map +1 -1
  874. package/dist/components/layout/Layout.tsx +18 -161
  875. package/dist/components/layout/ListingHeader.d.ts.map +1 -1
  876. package/dist/components/layout/ListingHeader.js +4 -8
  877. package/dist/components/layout/ListingHeader.js.map +1 -1
  878. package/dist/components/layout/ListingHeader.tsx +3 -9
  879. package/dist/components/layout/SolidAiStudioLayout.d.ts.map +1 -1
  880. package/dist/components/layout/SolidAiStudioLayout.js +14 -63
  881. package/dist/components/layout/SolidAiStudioLayout.js.map +1 -1
  882. package/dist/components/layout/SolidAiStudioLayout.tsx +75 -187
  883. package/dist/components/layout/UserSidebar.d.ts.map +1 -1
  884. package/dist/components/layout/UserSidebar.js +5 -4
  885. package/dist/components/layout/UserSidebar.js.map +1 -1
  886. package/dist/components/layout/UserSidebar.tsx +6 -5
  887. package/dist/components/layout/context/layoutcontext.d.ts.map +1 -1
  888. package/dist/components/layout/context/layoutcontext.js +31 -6
  889. package/dist/components/layout/context/layoutcontext.js.map +1 -1
  890. package/dist/components/layout/context/layoutcontext.tsx +31 -2
  891. package/dist/components/layout/navbar-one.d.ts.map +1 -1
  892. package/dist/components/layout/navbar-one.js +3 -8
  893. package/dist/components/layout/navbar-one.js.map +1 -1
  894. package/dist/components/layout/navbar-one.tsx +24 -15
  895. package/dist/components/layout/navbar-two-menu.d.ts.map +1 -1
  896. package/dist/components/layout/navbar-two-menu.js +16 -2
  897. package/dist/components/layout/navbar-two-menu.js.map +1 -1
  898. package/dist/components/layout/navbar-two-menu.tsx +50 -13
  899. package/dist/components/layout/user-profile-menu.d.ts.map +1 -1
  900. package/dist/components/layout/user-profile-menu.js +74 -59
  901. package/dist/components/layout/user-profile-menu.js.map +1 -1
  902. package/dist/components/layout/user-profile-menu.tsx +206 -143
  903. package/dist/components/shad-cn-ui/SolidAccordion.d.ts +7 -0
  904. package/dist/components/shad-cn-ui/SolidAccordion.d.ts.map +1 -0
  905. package/dist/components/shad-cn-ui/SolidAccordion.js +47 -0
  906. package/dist/components/shad-cn-ui/SolidAccordion.js.map +1 -0
  907. package/dist/components/shad-cn-ui/SolidAccordion.tsx +41 -0
  908. package/dist/components/shad-cn-ui/SolidAutocomplete.d.ts +12 -1
  909. package/dist/components/shad-cn-ui/SolidAutocomplete.d.ts.map +1 -1
  910. package/dist/components/shad-cn-ui/SolidAutocomplete.js +31 -15
  911. package/dist/components/shad-cn-ui/SolidAutocomplete.js.map +1 -1
  912. package/dist/components/shad-cn-ui/SolidAutocomplete.tsx +60 -24
  913. package/dist/components/shad-cn-ui/SolidButton.d.ts +10 -2
  914. package/dist/components/shad-cn-ui/SolidButton.d.ts.map +1 -1
  915. package/dist/components/shad-cn-ui/SolidButton.js +18 -2
  916. package/dist/components/shad-cn-ui/SolidButton.js.map +1 -1
  917. package/dist/components/shad-cn-ui/SolidButton.tsx +54 -8
  918. package/dist/components/shad-cn-ui/SolidCheckbox.d.ts +7 -0
  919. package/dist/components/shad-cn-ui/SolidCheckbox.d.ts.map +1 -0
  920. package/dist/components/shad-cn-ui/SolidCheckbox.js +35 -0
  921. package/dist/components/shad-cn-ui/SolidCheckbox.js.map +1 -0
  922. package/dist/components/shad-cn-ui/SolidCheckbox.tsx +19 -0
  923. package/dist/components/shad-cn-ui/SolidCodeEditor.d.ts +12 -0
  924. package/dist/components/shad-cn-ui/SolidCodeEditor.d.ts.map +1 -0
  925. package/dist/components/shad-cn-ui/SolidCodeEditor.js +13 -0
  926. package/dist/components/shad-cn-ui/SolidCodeEditor.js.map +1 -0
  927. package/dist/components/shad-cn-ui/SolidCodeEditor.tsx +38 -0
  928. package/dist/components/shad-cn-ui/SolidConfirmDialog.d.ts +14 -0
  929. package/dist/components/shad-cn-ui/SolidConfirmDialog.d.ts.map +1 -0
  930. package/dist/components/shad-cn-ui/SolidConfirmDialog.js +8 -0
  931. package/dist/components/shad-cn-ui/SolidConfirmDialog.js.map +1 -0
  932. package/dist/components/shad-cn-ui/SolidConfirmDialog.tsx +50 -0
  933. package/dist/components/shad-cn-ui/SolidDatePicker.d.ts +10 -0
  934. package/dist/components/shad-cn-ui/SolidDatePicker.d.ts.map +1 -0
  935. package/dist/components/shad-cn-ui/SolidDatePicker.js +65 -0
  936. package/dist/components/shad-cn-ui/SolidDatePicker.js.map +1 -0
  937. package/dist/components/shad-cn-ui/SolidDatePicker.tsx +72 -0
  938. package/dist/components/shad-cn-ui/SolidDialog.d.ts +40 -0
  939. package/dist/components/shad-cn-ui/SolidDialog.d.ts.map +1 -0
  940. package/dist/components/shad-cn-ui/SolidDialog.js +61 -0
  941. package/dist/components/shad-cn-ui/SolidDialog.js.map +1 -0
  942. package/dist/components/shad-cn-ui/SolidDialog.tsx +138 -0
  943. package/dist/components/shad-cn-ui/SolidDivider.d.ts +4 -0
  944. package/dist/components/shad-cn-ui/SolidDivider.d.ts.map +1 -0
  945. package/dist/components/shad-cn-ui/SolidDivider.js +6 -0
  946. package/dist/components/shad-cn-ui/SolidDivider.js.map +1 -0
  947. package/dist/components/shad-cn-ui/SolidDivider.tsx +5 -0
  948. package/dist/components/shad-cn-ui/SolidDropdownMenu.d.ts +15 -0
  949. package/dist/components/shad-cn-ui/SolidDropdownMenu.d.ts.map +1 -0
  950. package/dist/components/shad-cn-ui/SolidDropdownMenu.js +70 -0
  951. package/dist/components/shad-cn-ui/SolidDropdownMenu.js.map +1 -0
  952. package/dist/components/shad-cn-ui/SolidDropdownMenu.tsx +124 -0
  953. package/dist/components/shad-cn-ui/SolidIcon.d.ts +92 -0
  954. package/dist/components/shad-cn-ui/SolidIcon.d.ts.map +1 -0
  955. package/dist/components/shad-cn-ui/SolidIcon.js +148 -0
  956. package/dist/components/shad-cn-ui/SolidIcon.js.map +1 -0
  957. package/dist/components/shad-cn-ui/SolidIcon.tsx +220 -0
  958. package/dist/components/shad-cn-ui/SolidInput.d.ts +1 -1
  959. package/dist/components/shad-cn-ui/SolidInput.d.ts.map +1 -1
  960. package/dist/components/shad-cn-ui/SolidInput.js +4 -3
  961. package/dist/components/shad-cn-ui/SolidInput.js.map +1 -1
  962. package/dist/components/shad-cn-ui/SolidInput.tsx +6 -4
  963. package/dist/components/shad-cn-ui/SolidLightbox.d.ts +19 -0
  964. package/dist/components/shad-cn-ui/SolidLightbox.d.ts.map +1 -0
  965. package/dist/components/shad-cn-ui/SolidLightbox.js +160 -0
  966. package/dist/components/shad-cn-ui/SolidLightbox.js.map +1 -0
  967. package/dist/components/shad-cn-ui/SolidLightbox.tsx +281 -0
  968. package/dist/components/shad-cn-ui/SolidMessage.d.ts +10 -0
  969. package/dist/components/shad-cn-ui/SolidMessage.d.ts.map +1 -0
  970. package/dist/components/shad-cn-ui/SolidMessage.js +13 -0
  971. package/dist/components/shad-cn-ui/SolidMessage.js.map +1 -0
  972. package/dist/components/shad-cn-ui/SolidMessage.tsx +20 -0
  973. package/dist/components/shad-cn-ui/SolidOtpInput.d.ts +12 -0
  974. package/dist/components/shad-cn-ui/SolidOtpInput.d.ts.map +1 -0
  975. package/dist/components/shad-cn-ui/SolidOtpInput.js +143 -0
  976. package/dist/components/shad-cn-ui/SolidOtpInput.js.map +1 -0
  977. package/dist/components/shad-cn-ui/SolidOtpInput.tsx +149 -0
  978. package/dist/components/shad-cn-ui/SolidPanel.d.ts +11 -0
  979. package/dist/components/shad-cn-ui/SolidPanel.d.ts.map +1 -0
  980. package/dist/components/shad-cn-ui/SolidPanel.js +17 -0
  981. package/dist/components/shad-cn-ui/SolidPanel.js.map +1 -0
  982. package/dist/components/shad-cn-ui/SolidPanel.tsx +36 -0
  983. package/dist/components/shad-cn-ui/SolidPasswordInput.d.ts +7 -0
  984. package/dist/components/shad-cn-ui/SolidPasswordInput.d.ts.map +1 -0
  985. package/dist/components/shad-cn-ui/SolidPasswordInput.js +39 -0
  986. package/dist/components/shad-cn-ui/SolidPasswordInput.js.map +1 -0
  987. package/dist/components/shad-cn-ui/SolidPasswordInput.tsx +31 -0
  988. package/dist/components/shad-cn-ui/SolidPopover.d.ts +19 -0
  989. package/dist/components/shad-cn-ui/SolidPopover.d.ts.map +1 -0
  990. package/dist/components/shad-cn-ui/SolidPopover.js +110 -0
  991. package/dist/components/shad-cn-ui/SolidPopover.js.map +1 -0
  992. package/dist/components/shad-cn-ui/SolidPopover.tsx +149 -0
  993. package/dist/components/shad-cn-ui/SolidProgressBar.d.ts +10 -0
  994. package/dist/components/shad-cn-ui/SolidProgressBar.d.ts.map +1 -0
  995. package/dist/components/shad-cn-ui/SolidProgressBar.js +14 -0
  996. package/dist/components/shad-cn-ui/SolidProgressBar.js.map +1 -0
  997. package/dist/components/shad-cn-ui/SolidProgressBar.tsx +29 -0
  998. package/dist/components/shad-cn-ui/SolidRadioGroup.d.ts +17 -0
  999. package/dist/components/shad-cn-ui/SolidRadioGroup.d.ts.map +1 -0
  1000. package/dist/components/shad-cn-ui/SolidRadioGroup.js +13 -0
  1001. package/dist/components/shad-cn-ui/SolidRadioGroup.js.map +1 -0
  1002. package/dist/components/shad-cn-ui/SolidRadioGroup.tsx +50 -0
  1003. package/dist/components/shad-cn-ui/SolidRichTextEditor.d.ts +17 -0
  1004. package/dist/components/shad-cn-ui/SolidRichTextEditor.d.ts.map +1 -0
  1005. package/dist/components/shad-cn-ui/SolidRichTextEditor.js +109 -0
  1006. package/dist/components/shad-cn-ui/SolidRichTextEditor.js.map +1 -0
  1007. package/dist/components/shad-cn-ui/SolidRichTextEditor.tsx +146 -0
  1008. package/dist/components/shad-cn-ui/SolidSegmentedControl.d.ts +17 -0
  1009. package/dist/components/shad-cn-ui/SolidSegmentedControl.d.ts.map +1 -0
  1010. package/dist/components/shad-cn-ui/SolidSegmentedControl.js +34 -0
  1011. package/dist/components/shad-cn-ui/SolidSegmentedControl.js.map +1 -0
  1012. package/dist/components/shad-cn-ui/SolidSegmentedControl.tsx +60 -0
  1013. package/dist/components/shad-cn-ui/SolidSelect.d.ts.map +1 -1
  1014. package/dist/components/shad-cn-ui/SolidSelect.js +2 -1
  1015. package/dist/components/shad-cn-ui/SolidSelect.js.map +1 -1
  1016. package/dist/components/shad-cn-ui/SolidSelect.tsx +2 -2
  1017. package/dist/components/shad-cn-ui/SolidSlider.d.ts +12 -0
  1018. package/dist/components/shad-cn-ui/SolidSlider.d.ts.map +1 -0
  1019. package/dist/components/shad-cn-ui/SolidSlider.js +13 -0
  1020. package/dist/components/shad-cn-ui/SolidSlider.js.map +1 -0
  1021. package/dist/components/shad-cn-ui/SolidSlider.tsx +30 -0
  1022. package/dist/components/shad-cn-ui/SolidSpinner.d.ts +8 -0
  1023. package/dist/components/shad-cn-ui/SolidSpinner.d.ts.map +1 -0
  1024. package/dist/components/shad-cn-ui/SolidSpinner.js +14 -0
  1025. package/dist/components/shad-cn-ui/SolidSpinner.js.map +1 -0
  1026. package/dist/components/shad-cn-ui/SolidSpinner.tsx +21 -0
  1027. package/dist/components/shad-cn-ui/SolidSwitch.d.ts +10 -0
  1028. package/dist/components/shad-cn-ui/SolidSwitch.d.ts.map +1 -0
  1029. package/dist/components/shad-cn-ui/SolidSwitch.js +18 -0
  1030. package/dist/components/shad-cn-ui/SolidSwitch.js.map +1 -0
  1031. package/dist/components/shad-cn-ui/SolidSwitch.tsx +34 -0
  1032. package/dist/components/shad-cn-ui/SolidTabs.d.ts +3 -1
  1033. package/dist/components/shad-cn-ui/SolidTabs.d.ts.map +1 -1
  1034. package/dist/components/shad-cn-ui/SolidTabs.js +4 -4
  1035. package/dist/components/shad-cn-ui/SolidTabs.js.map +1 -1
  1036. package/dist/components/shad-cn-ui/SolidTabs.tsx +16 -4
  1037. package/dist/components/shad-cn-ui/SolidTag.d.ts +9 -0
  1038. package/dist/components/shad-cn-ui/SolidTag.d.ts.map +1 -0
  1039. package/dist/components/shad-cn-ui/SolidTag.js +13 -0
  1040. package/dist/components/shad-cn-ui/SolidTag.js.map +1 -0
  1041. package/dist/components/shad-cn-ui/SolidTag.tsx +15 -0
  1042. package/dist/components/shad-cn-ui/SolidTextarea.d.ts +5 -0
  1043. package/dist/components/shad-cn-ui/SolidTextarea.d.ts.map +1 -0
  1044. package/dist/components/shad-cn-ui/SolidTextarea.js +35 -0
  1045. package/dist/components/shad-cn-ui/SolidTextarea.js.map +1 -0
  1046. package/dist/components/shad-cn-ui/SolidTextarea.tsx +11 -0
  1047. package/dist/components/shad-cn-ui/SolidToast.d.ts +13 -0
  1048. package/dist/components/shad-cn-ui/SolidToast.d.ts.map +1 -0
  1049. package/dist/components/shad-cn-ui/SolidToast.js +34 -0
  1050. package/dist/components/shad-cn-ui/SolidToast.js.map +1 -0
  1051. package/dist/components/shad-cn-ui/SolidToast.tsx +55 -0
  1052. package/dist/components/shad-cn-ui/SolidTooltip.d.ts +22 -0
  1053. package/dist/components/shad-cn-ui/SolidTooltip.d.ts.map +1 -0
  1054. package/dist/components/shad-cn-ui/SolidTooltip.js +22 -0
  1055. package/dist/components/shad-cn-ui/SolidTooltip.js.map +1 -0
  1056. package/dist/components/shad-cn-ui/SolidTooltip.tsx +65 -0
  1057. package/dist/components/shad-cn-ui/index.d.ts +26 -0
  1058. package/dist/components/shad-cn-ui/index.d.ts.map +1 -1
  1059. package/dist/components/shad-cn-ui/index.js +26 -0
  1060. package/dist/components/shad-cn-ui/index.js.map +1 -1
  1061. package/dist/components/shad-cn-ui/index.ts +48 -0
  1062. package/dist/helpers/mediaType.d.ts +3 -0
  1063. package/dist/helpers/mediaType.d.ts.map +1 -0
  1064. package/dist/helpers/mediaType.js +19 -0
  1065. package/dist/helpers/mediaType.js.map +1 -0
  1066. package/dist/helpers/mediaType.ts +23 -0
  1067. package/dist/helpers/registry.d.ts +3 -4
  1068. package/dist/helpers/registry.d.ts.map +1 -1
  1069. package/dist/helpers/registry.js +99 -90
  1070. package/dist/helpers/registry.js.map +1 -1
  1071. package/dist/helpers/registry.ts +109 -92
  1072. package/dist/helpers/routePaths.js +1 -1
  1073. package/dist/helpers/routePaths.js.map +1 -1
  1074. package/dist/helpers/routePaths.ts +1 -1
  1075. package/dist/hooks/useSolidAutocompleteField.d.ts +31 -0
  1076. package/dist/hooks/useSolidAutocompleteField.d.ts.map +1 -0
  1077. package/dist/hooks/useSolidAutocompleteField.js +116 -0
  1078. package/dist/hooks/useSolidAutocompleteField.js.map +1 -0
  1079. package/dist/hooks/useSolidAutocompleteField.ts +90 -0
  1080. package/dist/index.d.ts +12 -4
  1081. package/dist/index.d.ts.map +1 -1
  1082. package/dist/index.js +9 -4
  1083. package/dist/index.js.map +1 -1
  1084. package/dist/index.ts +13 -5
  1085. package/dist/redux/store/defaultStoreConfig.d.ts +35 -34
  1086. package/dist/redux/store/defaultStoreConfig.d.ts.map +1 -1
  1087. package/dist/redux/store/defaultStoreConfig.js +29 -2
  1088. package/dist/redux/store/defaultStoreConfig.js.map +1 -1
  1089. package/dist/redux/store/defaultStoreConfig.ts +30 -32
  1090. package/dist/resources/globals.css +2400 -538
  1091. package/dist/resources/images/SolidXLogo-dark.svg +29 -0
  1092. package/dist/resources/images/SolidXLogo-light.svg +29 -0
  1093. package/dist/resources/shadcn-base.css +2688 -839
  1094. package/dist/resources/solid-responsive.css +36 -80
  1095. package/dist/resources/themes/solid-dark-purple/theme.css +14 -19
  1096. package/dist/resources/themes/solid-light-purple/theme.css +14 -19
  1097. package/dist/routes/AppEventListener.d.ts +1 -1
  1098. package/dist/routes/AppEventListener.d.ts.map +1 -1
  1099. package/dist/routes/AppEventListener.js +3 -1
  1100. package/dist/routes/AppEventListener.js.map +1 -1
  1101. package/dist/routes/AppEventListener.tsx +7 -1
  1102. package/dist/routes/pages/admin/core/CardPage.d.ts +2 -0
  1103. package/dist/routes/pages/admin/core/CardPage.d.ts.map +1 -0
  1104. package/dist/routes/pages/admin/core/CardPage.js +22 -0
  1105. package/dist/routes/pages/admin/core/CardPage.js.map +1 -0
  1106. package/dist/routes/pages/admin/core/CardPage.tsx +10 -0
  1107. package/dist/routes/pages/auth/SsoPage.d.ts.map +1 -1
  1108. package/dist/routes/pages/auth/SsoPage.js +4 -5
  1109. package/dist/routes/pages/auth/SsoPage.js.map +1 -1
  1110. package/dist/routes/pages/auth/SsoPage.tsx +7 -15
  1111. package/dist/routes/pages/studio/StudioLandingPage.js +3 -3
  1112. package/dist/routes/pages/studio/StudioLandingPage.js.map +1 -1
  1113. package/dist/routes/pages/studio/StudioLandingPage.tsx +4 -4
  1114. package/dist/routes/solidRoutes.d.ts.map +1 -1
  1115. package/dist/routes/solidRoutes.js +16 -0
  1116. package/dist/routes/solidRoutes.js.map +1 -1
  1117. package/dist/routes/solidRoutes.tsx +17 -0
  1118. package/dist/routes/types.d.ts +1 -1
  1119. package/dist/routes/types.d.ts.map +1 -1
  1120. package/dist/routes/types.js.map +1 -1
  1121. package/dist/routes/types.ts +5 -1
  1122. package/dist/styles.d.ts +1 -0
  1123. package/dist/styles.d.ts.map +1 -1
  1124. package/dist/styles.js +1 -0
  1125. package/dist/styles.js.map +1 -1
  1126. package/dist/styles.ts +1 -0
  1127. package/dist/types/extension-registry.d.ts +28 -0
  1128. package/dist/types/extension-registry.d.ts.map +1 -0
  1129. package/dist/types/extension-registry.js +26 -0
  1130. package/dist/types/extension-registry.js.map +1 -0
  1131. package/dist/types/extension-registry.ts +32 -0
  1132. package/dist/types/external.d.ts +11 -0
  1133. package/dist/types/layout.d.ts +4 -2
  1134. package/dist/types/solid-core.d.ts +29 -27
  1135. package/package.json +9 -4
@@ -1,17 +1,16 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import { useEffect } from "react";
3
3
  import { useLazyGetSolidVersionInfoQuery } from "../../../../redux/api/solidSettingsApi";
4
- import { Tag } from "primereact/tag";
5
- import { ProgressSpinner } from "primereact/progressspinner";
4
+ import styles from "./SolidAccountSettings.module.css";
6
5
  var PACKAGE_LABELS = {
7
- 'solid-core': 'Solid Core',
8
- 'solid-core-ui': 'Solid Core UI',
9
- 'solid-code-builder': 'Solid Code Builder',
6
+ "solid-core": "Solid Core",
7
+ "solid-core-ui": "Solid Core UI",
8
+ "solid-code-builder": "Solid Code Builder",
10
9
  };
11
- var PACKAGE_ICONS = {
12
- 'solid-core': 'pi pi-server',
13
- 'solid-core-ui': 'pi pi-desktop',
14
- 'solid-code-builder': 'pi pi-code',
10
+ var PACKAGE_HINTS = {
11
+ "solid-core": "@solidxai/core",
12
+ "solid-core-ui": "@solidxai/core-ui",
13
+ "solid-code-builder": "@solidxai/code-builder",
15
14
  };
16
15
  export var SolidVersionInfo = function () {
17
16
  var _a;
@@ -20,15 +19,15 @@ export var SolidVersionInfo = function () {
20
19
  trigger("");
21
20
  }, [trigger]);
22
21
  if (isLoading) {
23
- return (_jsx("div", { className: "flex align-items-center justify-content-center", style: { minHeight: '200px' }, children: _jsx(ProgressSpinner, { style: { width: '40px', height: '40px' } }) }));
22
+ return (_jsx("div", { className: styles.versionLoaderWrap, children: _jsx("span", { className: "solid-btn-spinner", "aria-hidden": "true" }) }));
24
23
  }
25
24
  if (isError || !data) {
26
- return (_jsx("div", { className: "flex align-items-center justify-content-center p-4", children: _jsx("p", { className: "text-500", children: "Unable to load version information." }) }));
25
+ return _jsx("p", { className: styles.versionError, children: "Unable to load version information." });
27
26
  }
28
27
  var packages = ((_a = data === null || data === void 0 ? void 0 : data.data) !== null && _a !== void 0 ? _a : data);
29
- return (_jsxs("div", { className: "flex flex-column gap-3", children: [_jsx("h5", { className: "m-0 font-bold", children: "Version Information" }), _jsx("p", { className: "m-0 text-500", style: { fontSize: '0.875rem' }, children: "Packages powering this application" }), _jsx("div", { className: "flex flex-column gap-2 mt-2", children: Object.entries(packages).map(function (_a) {
28
+ return (_jsxs("div", { className: styles.versionPanel, children: [_jsx("h3", { className: styles.sectionTitle, children: "Version Information" }), _jsx("p", { className: styles.versionCaption, children: "Packages powering this application" }), _jsx("div", { className: styles.versionList, children: Object.entries(packages).map(function (_a) {
30
29
  var key = _a[0], info = _a[1];
31
- return (_jsxs("div", { className: "flex align-items-center justify-content-between p-3 border-round surface-ground", children: [_jsxs("div", { className: "flex align-items-center gap-3", children: [_jsx("i", { className: "".concat(PACKAGE_ICONS[key] || 'pi pi-box', " text-primary"), style: { fontSize: '1.25rem' } }), _jsxs("div", { className: "flex flex-column", children: [_jsx("span", { className: "font-semibold", children: PACKAGE_LABELS[key] || key }), _jsxs("span", { className: "text-500", style: { fontSize: '0.75rem' }, children: ["@solidxai/", key === 'solid-core' ? 'core' : key === 'solid-core-ui' ? 'core-ui' : 'code-builder'] })] })] }), _jsxs("div", { className: "flex align-items-center gap-2", children: [_jsx(Tag, { value: info.version, severity: "info", className: "text-sm" }), _jsx(Tag, { value: info.repo, severity: info.repo === 'local' ? 'warning' : 'success', className: "text-sm" })] })] }, key));
30
+ return (_jsxs("div", { className: styles.versionRow, children: [_jsxs("div", { children: [_jsx("div", { className: styles.versionName, children: PACKAGE_LABELS[key] || key }), _jsx("div", { className: styles.versionHint, children: PACKAGE_HINTS[key] || key })] }), _jsxs("div", { className: styles.versionTags, children: [_jsx("span", { className: styles.versionTag, children: info.version }), _jsx("span", { className: "".concat(styles.versionTag, " ").concat(info.repo === "local" ? styles.repoLocal : styles.repoNpm), children: info.repo })] })] }, key));
32
31
  }) })] }));
33
32
  };
34
33
  //# sourceMappingURL=SolidVersionInfo.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"SolidVersionInfo.js","sourceRoot":"","sources":["../../../../../src/components/core/common/SolidAccountSettings/SolidVersionInfo.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAClC,OAAO,EAAE,+BAA+B,EAAE,MAAM,wCAAwC,CAAC;AACzF,OAAO,EAAE,GAAG,EAAE,MAAM,gBAAgB,CAAC;AACrC,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAC;AAM7D,IAAM,cAAc,GAA2B;IAC3C,YAAY,EAAE,YAAY;IAC1B,eAAe,EAAE,eAAe;IAChC,oBAAoB,EAAE,oBAAoB;CAC7C,CAAC;AAEF,IAAM,aAAa,GAA2B;IAC1C,YAAY,EAAE,cAAc;IAC5B,eAAe,EAAE,eAAe;IAChC,oBAAoB,EAAE,YAAY;CACrC,CAAC;AAEF,MAAM,CAAC,IAAM,gBAAgB,GAAG;;IACtB,IAAA,KAA0C,+BAA+B,EAAE,EAA1E,OAAO,QAAA,EAAE,UAA4B,EAA1B,IAAI,UAAA,EAAE,SAAS,eAAA,EAAE,OAAO,aAAuC,CAAC;IAElF,SAAS,CAAC;QACN,OAAO,CAAC,EAAE,CAAC,CAAC;IAChB,CAAC,EAAE,CAAC,OAAO,CAAC,CAAC,CAAC;IAEd,IAAI,SAAS,EAAE;QACX,OAAO,CACH,cAAK,SAAS,EAAC,gDAAgD,EAAC,KAAK,EAAE,EAAE,SAAS,EAAE,OAAO,EAAE,YACzF,KAAC,eAAe,IAAC,KAAK,EAAE,EAAE,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,GAAI,GAC3D,CACT,CAAC;KACL;IAED,IAAI,OAAO,IAAI,CAAC,IAAI,EAAE;QAClB,OAAO,CACH,cAAK,SAAS,EAAC,oDAAoD,YAC/D,YAAG,SAAS,EAAC,UAAU,oDAAwC,GAC7D,CACT,CAAC;KACL;IAED,IAAM,QAAQ,GAAG,CAAC,MAAC,IAAY,aAAZ,IAAI,uBAAJ,IAAI,CAAU,IAAI,mCAAI,IAAI,CAAuC,CAAC;IAErF,OAAO,CACH,eAAK,SAAS,EAAC,wBAAwB,aACnC,aAAI,SAAS,EAAC,eAAe,oCAAyB,EACtD,YAAG,SAAS,EAAC,cAAc,EAAC,KAAK,EAAE,EAAE,QAAQ,EAAE,UAAU,EAAE,mDAEvD,EACJ,cAAK,SAAS,EAAC,6BAA6B,YACvC,MAAM,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC,GAAG,CAAC,UAAC,EAAW;wBAAV,GAAG,QAAA,EAAE,IAAI,QAAA;oBAAM,OAAA,CAC3C,eAEI,SAAS,EAAC,iFAAiF,aAE3F,eAAK,SAAS,EAAC,+BAA+B,aAC1C,YAAG,SAAS,EAAE,UAAG,aAAa,CAAC,GAAG,CAAC,IAAI,WAAW,kBAAe,EAAE,KAAK,EAAE,EAAE,QAAQ,EAAE,SAAS,EAAE,GAAM,EACvG,eAAK,SAAS,EAAC,kBAAkB,aAC7B,eAAM,SAAS,EAAC,eAAe,YAAE,cAAc,CAAC,GAAG,CAAC,IAAI,GAAG,GAAQ,EACnE,gBAAM,SAAS,EAAC,UAAU,EAAC,KAAK,EAAE,EAAE,QAAQ,EAAE,SAAS,EAAE,2BAAa,GAAG,KAAK,YAAY,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,GAAG,KAAK,eAAe,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,cAAc,IAAQ,IAChK,IACJ,EACN,eAAK,SAAS,EAAC,+BAA+B,aAC1C,KAAC,GAAG,IACA,KAAK,EAAE,IAAI,CAAC,OAAO,EACnB,QAAQ,EAAC,MAAM,EACf,SAAS,EAAC,SAAS,GACrB,EACF,KAAC,GAAG,IACA,KAAK,EAAE,IAAI,CAAC,IAAI,EAChB,QAAQ,EAAE,IAAI,CAAC,IAAI,KAAK,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,EACvD,SAAS,EAAC,SAAS,GACrB,IACA,KArBD,GAAG,CAsBN,CACT;gBAzB8C,CAyB9C,CAAC,GACA,IACJ,CACT,CAAC;AACN,CAAC,CAAC","sourcesContent":["import { useEffect } from \"react\";\nimport { useLazyGetSolidVersionInfoQuery } from \"../../../../redux/api/solidSettingsApi\";\nimport { Tag } from \"primereact/tag\";\nimport { ProgressSpinner } from \"primereact/progressspinner\";\ninterface PackageVersionInfo {\n repo: 'local' | 'npm';\n version: string;\n}\n\nconst PACKAGE_LABELS: Record<string, string> = {\n 'solid-core': 'Solid Core',\n 'solid-core-ui': 'Solid Core UI',\n 'solid-code-builder': 'Solid Code Builder',\n};\n\nconst PACKAGE_ICONS: Record<string, string> = {\n 'solid-core': 'pi pi-server',\n 'solid-core-ui': 'pi pi-desktop',\n 'solid-code-builder': 'pi pi-code',\n};\n\nexport const SolidVersionInfo = () => {\n const [trigger, { data, isLoading, isError }] = useLazyGetSolidVersionInfoQuery();\n\n useEffect(() => {\n trigger(\"\");\n }, [trigger]);\n\n if (isLoading) {\n return (\n <div className=\"flex align-items-center justify-content-center\" style={{ minHeight: '200px' }}>\n <ProgressSpinner style={{ width: '40px', height: '40px' }} />\n </div>\n );\n }\n\n if (isError || !data) {\n return (\n <div className=\"flex align-items-center justify-content-center p-4\">\n <p className=\"text-500\">Unable to load version information.</p>\n </div>\n );\n }\n\n const packages = ((data as any)?.data ?? data) as Record<string, PackageVersionInfo>;\n\n return (\n <div className=\"flex flex-column gap-3\">\n <h5 className=\"m-0 font-bold\">Version Information</h5>\n <p className=\"m-0 text-500\" style={{ fontSize: '0.875rem' }}>\n Packages powering this application\n </p>\n <div className=\"flex flex-column gap-2 mt-2\">\n {Object.entries(packages).map(([key, info]) => (\n <div\n key={key}\n className=\"flex align-items-center justify-content-between p-3 border-round surface-ground\"\n >\n <div className=\"flex align-items-center gap-3\">\n <i className={`${PACKAGE_ICONS[key] || 'pi pi-box'} text-primary`} style={{ fontSize: '1.25rem' }}></i>\n <div className=\"flex flex-column\">\n <span className=\"font-semibold\">{PACKAGE_LABELS[key] || key}</span>\n <span className=\"text-500\" style={{ fontSize: '0.75rem' }}>@solidxai/{key === 'solid-core' ? 'core' : key === 'solid-core-ui' ? 'core-ui' : 'code-builder'}</span>\n </div>\n </div>\n <div className=\"flex align-items-center gap-2\">\n <Tag\n value={info.version}\n severity=\"info\"\n className=\"text-sm\"\n />\n <Tag\n value={info.repo}\n severity={info.repo === 'local' ? 'warning' : 'success'}\n className=\"text-sm\"\n />\n </div>\n </div>\n ))}\n </div>\n </div>\n );\n};\n"]}
1
+ {"version":3,"file":"SolidVersionInfo.js","sourceRoot":"","sources":["../../../../../src/components/core/common/SolidAccountSettings/SolidVersionInfo.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAClC,OAAO,EAAE,+BAA+B,EAAE,MAAM,wCAAwC,CAAC;AACzF,OAAO,MAAM,MAAM,mCAAmC,CAAC;AAOvD,IAAM,cAAc,GAA2B;IAC7C,YAAY,EAAE,YAAY;IAC1B,eAAe,EAAE,eAAe;IAChC,oBAAoB,EAAE,oBAAoB;CAC3C,CAAC;AAEF,IAAM,aAAa,GAA2B;IAC5C,YAAY,EAAE,gBAAgB;IAC9B,eAAe,EAAE,mBAAmB;IACpC,oBAAoB,EAAE,wBAAwB;CAC/C,CAAC;AAEF,MAAM,CAAC,IAAM,gBAAgB,GAAG;;IACxB,IAAA,KAA0C,+BAA+B,EAAE,EAA1E,OAAO,QAAA,EAAE,UAA4B,EAA1B,IAAI,UAAA,EAAE,SAAS,eAAA,EAAE,OAAO,aAAuC,CAAC;IAElF,SAAS,CAAC;QACR,OAAO,CAAC,EAAE,CAAC,CAAC;IACd,CAAC,EAAE,CAAC,OAAO,CAAC,CAAC,CAAC;IAEd,IAAI,SAAS,EAAE;QACb,OAAO,CACL,cAAK,SAAS,EAAE,MAAM,CAAC,iBAAiB,YACtC,eAAM,SAAS,EAAC,mBAAmB,iBAAa,MAAM,GAAG,GACrD,CACP,CAAC;KACH;IAED,IAAI,OAAO,IAAI,CAAC,IAAI,EAAE;QACpB,OAAO,YAAG,SAAS,EAAE,MAAM,CAAC,YAAY,oDAAyC,CAAC;KACnF;IAED,IAAM,QAAQ,GAAG,CAAC,MAAC,IAAY,aAAZ,IAAI,uBAAJ,IAAI,CAAU,IAAI,mCAAI,IAAI,CAAuC,CAAC;IAErF,OAAO,CACL,eAAK,SAAS,EAAE,MAAM,CAAC,YAAY,aACjC,aAAI,SAAS,EAAE,MAAM,CAAC,YAAY,oCAA0B,EAC5D,YAAG,SAAS,EAAE,MAAM,CAAC,cAAc,mDAAwC,EAE3E,cAAK,SAAS,EAAE,MAAM,CAAC,WAAW,YAC/B,MAAM,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC,GAAG,CAAC,UAAC,EAAW;wBAAV,GAAG,QAAA,EAAE,IAAI,QAAA;oBAAM,OAAA,CAC7C,eAAe,SAAS,EAAE,MAAM,CAAC,UAAU,aACzC,0BACE,cAAK,SAAS,EAAE,MAAM,CAAC,WAAW,YAAG,cAAc,CAAC,GAAG,CAAC,IAAI,GAAG,GAAO,EACtE,cAAK,SAAS,EAAE,MAAM,CAAC,WAAW,YAAG,aAAa,CAAC,GAAG,CAAC,IAAI,GAAG,GAAO,IACjE,EACN,eAAK,SAAS,EAAE,MAAM,CAAC,WAAW,aAChC,eAAM,SAAS,EAAE,MAAM,CAAC,UAAU,YAAG,IAAI,CAAC,OAAO,GAAQ,EACzD,eAAM,SAAS,EAAE,UAAG,MAAM,CAAC,UAAU,cAAI,IAAI,CAAC,IAAI,KAAK,OAAO,CAAC,CAAC,CAAC,MAAM,CAAC,SAAS,CAAC,CAAC,CAAC,MAAM,CAAC,OAAO,CAAE,YACjG,IAAI,CAAC,IAAI,GACL,IACH,KAVE,GAAG,CAWP,CACP;gBAb8C,CAa9C,CAAC,GACE,IACF,CACP,CAAC;AACJ,CAAC,CAAC","sourcesContent":["import { useEffect } from \"react\";\nimport { useLazyGetSolidVersionInfoQuery } from \"../../../../redux/api/solidSettingsApi\";\nimport styles from \"./SolidAccountSettings.module.css\";\n\ninterface PackageVersionInfo {\n repo: \"local\" | \"npm\";\n version: string;\n}\n\nconst PACKAGE_LABELS: Record<string, string> = {\n \"solid-core\": \"Solid Core\",\n \"solid-core-ui\": \"Solid Core UI\",\n \"solid-code-builder\": \"Solid Code Builder\",\n};\n\nconst PACKAGE_HINTS: Record<string, string> = {\n \"solid-core\": \"@solidxai/core\",\n \"solid-core-ui\": \"@solidxai/core-ui\",\n \"solid-code-builder\": \"@solidxai/code-builder\",\n};\n\nexport const SolidVersionInfo = () => {\n const [trigger, { data, isLoading, isError }] = useLazyGetSolidVersionInfoQuery();\n\n useEffect(() => {\n trigger(\"\");\n }, [trigger]);\n\n if (isLoading) {\n return (\n <div className={styles.versionLoaderWrap}>\n <span className=\"solid-btn-spinner\" aria-hidden=\"true\" />\n </div>\n );\n }\n\n if (isError || !data) {\n return <p className={styles.versionError}>Unable to load version information.</p>;\n }\n\n const packages = ((data as any)?.data ?? data) as Record<string, PackageVersionInfo>;\n\n return (\n <div className={styles.versionPanel}>\n <h3 className={styles.sectionTitle}>Version Information</h3>\n <p className={styles.versionCaption}>Packages powering this application</p>\n\n <div className={styles.versionList}>\n {Object.entries(packages).map(([key, info]) => (\n <div key={key} className={styles.versionRow}>\n <div>\n <div className={styles.versionName}>{PACKAGE_LABELS[key] || key}</div>\n <div className={styles.versionHint}>{PACKAGE_HINTS[key] || key}</div>\n </div>\n <div className={styles.versionTags}>\n <span className={styles.versionTag}>{info.version}</span>\n <span className={`${styles.versionTag} ${info.repo === \"local\" ? styles.repoLocal : styles.repoNpm}`}>\n {info.repo}\n </span>\n </div>\n </div>\n ))}\n </div>\n </div>\n );\n};\n"]}
@@ -1,83 +1,66 @@
1
1
  import { useEffect } from "react";
2
2
  import { useLazyGetSolidVersionInfoQuery } from "../../../../redux/api/solidSettingsApi";
3
- import { Tag } from "primereact/tag";
4
- import { ProgressSpinner } from "primereact/progressspinner";
3
+ import styles from "./SolidAccountSettings.module.css";
4
+
5
5
  interface PackageVersionInfo {
6
- repo: 'local' | 'npm';
7
- version: string;
6
+ repo: "local" | "npm";
7
+ version: string;
8
8
  }
9
9
 
10
10
  const PACKAGE_LABELS: Record<string, string> = {
11
- 'solid-core': 'Solid Core',
12
- 'solid-core-ui': 'Solid Core UI',
13
- 'solid-code-builder': 'Solid Code Builder',
11
+ "solid-core": "Solid Core",
12
+ "solid-core-ui": "Solid Core UI",
13
+ "solid-code-builder": "Solid Code Builder",
14
14
  };
15
15
 
16
- const PACKAGE_ICONS: Record<string, string> = {
17
- 'solid-core': 'pi pi-server',
18
- 'solid-core-ui': 'pi pi-desktop',
19
- 'solid-code-builder': 'pi pi-code',
16
+ const PACKAGE_HINTS: Record<string, string> = {
17
+ "solid-core": "@solidxai/core",
18
+ "solid-core-ui": "@solidxai/core-ui",
19
+ "solid-code-builder": "@solidxai/code-builder",
20
20
  };
21
21
 
22
22
  export const SolidVersionInfo = () => {
23
- const [trigger, { data, isLoading, isError }] = useLazyGetSolidVersionInfoQuery();
23
+ const [trigger, { data, isLoading, isError }] = useLazyGetSolidVersionInfoQuery();
24
24
 
25
- useEffect(() => {
26
- trigger("");
27
- }, [trigger]);
25
+ useEffect(() => {
26
+ trigger("");
27
+ }, [trigger]);
28
28
 
29
- if (isLoading) {
30
- return (
31
- <div className="flex align-items-center justify-content-center" style={{ minHeight: '200px' }}>
32
- <ProgressSpinner style={{ width: '40px', height: '40px' }} />
33
- </div>
34
- );
35
- }
29
+ if (isLoading) {
30
+ return (
31
+ <div className={styles.versionLoaderWrap}>
32
+ <span className="solid-btn-spinner" aria-hidden="true" />
33
+ </div>
34
+ );
35
+ }
36
36
 
37
- if (isError || !data) {
38
- return (
39
- <div className="flex align-items-center justify-content-center p-4">
40
- <p className="text-500">Unable to load version information.</p>
41
- </div>
42
- );
43
- }
37
+ if (isError || !data) {
38
+ return <p className={styles.versionError}>Unable to load version information.</p>;
39
+ }
44
40
 
45
- const packages = ((data as any)?.data ?? data) as Record<string, PackageVersionInfo>;
41
+ const packages = ((data as any)?.data ?? data) as Record<string, PackageVersionInfo>;
46
42
 
47
- return (
48
- <div className="flex flex-column gap-3">
49
- <h5 className="m-0 font-bold">Version Information</h5>
50
- <p className="m-0 text-500" style={{ fontSize: '0.875rem' }}>
51
- Packages powering this application
52
- </p>
53
- <div className="flex flex-column gap-2 mt-2">
54
- {Object.entries(packages).map(([key, info]) => (
55
- <div
56
- key={key}
57
- className="flex align-items-center justify-content-between p-3 border-round surface-ground"
58
- >
59
- <div className="flex align-items-center gap-3">
60
- <i className={`${PACKAGE_ICONS[key] || 'pi pi-box'} text-primary`} style={{ fontSize: '1.25rem' }}></i>
61
- <div className="flex flex-column">
62
- <span className="font-semibold">{PACKAGE_LABELS[key] || key}</span>
63
- <span className="text-500" style={{ fontSize: '0.75rem' }}>@solidxai/{key === 'solid-core' ? 'core' : key === 'solid-core-ui' ? 'core-ui' : 'code-builder'}</span>
64
- </div>
65
- </div>
66
- <div className="flex align-items-center gap-2">
67
- <Tag
68
- value={info.version}
69
- severity="info"
70
- className="text-sm"
71
- />
72
- <Tag
73
- value={info.repo}
74
- severity={info.repo === 'local' ? 'warning' : 'success'}
75
- className="text-sm"
76
- />
77
- </div>
78
- </div>
79
- ))}
43
+ return (
44
+ <div className={styles.versionPanel}>
45
+ <h3 className={styles.sectionTitle}>Version Information</h3>
46
+ <p className={styles.versionCaption}>Packages powering this application</p>
47
+
48
+ <div className={styles.versionList}>
49
+ {Object.entries(packages).map(([key, info]) => (
50
+ <div key={key} className={styles.versionRow}>
51
+ <div>
52
+ <div className={styles.versionName}>{PACKAGE_LABELS[key] || key}</div>
53
+ <div className={styles.versionHint}>{PACKAGE_HINTS[key] || key}</div>
80
54
  </div>
81
- </div>
82
- );
55
+ <div className={styles.versionTags}>
56
+ <span className={styles.versionTag}>{info.version}</span>
57
+ <span className={`${styles.versionTag} ${info.repo === "local" ? styles.repoLocal : styles.repoNpm}`}>
58
+ {info.repo}
59
+ </span>
60
+ </div>
61
+ </div>
62
+ ))}
63
+ </div>
64
+ </div>
65
+ );
83
66
  };
@@ -1 +1 @@
1
- {"version":3,"file":"SolidCreateButton.d.ts","sourceRoot":"","sources":["../../../../src/components/core/common/SolidCreateButton.tsx"],"names":[],"mappings":"AAKA,eAAO,MAAM,iBAAiB,0FAAmG,GAAG,4CAqDnI,CAAC"}
1
+ {"version":3,"file":"SolidCreateButton.d.ts","sourceRoot":"","sources":["../../../../src/components/core/common/SolidCreateButton.tsx"],"names":[],"mappings":"AAMA,eAAO,MAAM,iBAAiB,0FAAmG,GAAG,4CA0DnI,CAAC"}
@@ -1,8 +1,9 @@
1
1
  import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import Link from "../../common/Link";
3
3
  import { usePathname } from "../../../hooks/usePathname";
4
- import { Button } from 'primereact/button';
5
4
  import { normalizeSolidListTreeKanbanActionPath } from "../../../helpers/routePaths";
5
+ import { SolidButton } from "../../shad-cn-ui";
6
+ import { Plus } from "lucide-react";
6
7
  export var SolidCreateButton = function (_a) {
7
8
  var _b, _c, _d;
8
9
  var createButtonUrl = _a.createButtonUrl, createActionQueryParams = _a.createActionQueryParams, solidListViewLayout = _a.solidListViewLayout, _e = _a.responsiveIconOnly, responsiveIconOnly = _e === void 0 ? false : _e;
@@ -16,9 +17,10 @@ export var SolidCreateButton = function (_a) {
16
17
  return "".concat(normalizeSolidListTreeKanbanActionPath(pathName, "form"), "/new?viewMode=edit");
17
18
  };
18
19
  var createPath = resolveCreatePath();
19
- var icon = ((_b = solidListViewLayout === null || solidListViewLayout === void 0 ? void 0 : solidListViewLayout.attrs) === null || _b === void 0 ? void 0 : _b.addButtonIcon) || "pi pi-plus";
20
+ var icon = (_b = solidListViewLayout === null || solidListViewLayout === void 0 ? void 0 : solidListViewLayout.attrs) === null || _b === void 0 ? void 0 : _b.addButtonIcon;
20
21
  var label = ((_c = solidListViewLayout === null || solidListViewLayout === void 0 ? void 0 : solidListViewLayout.attrs) === null || _c === void 0 ? void 0 : _c.addButtonTitle) || "Add";
21
22
  var className = ((_d = solidListViewLayout === null || solidListViewLayout === void 0 ? void 0 : solidListViewLayout.attrs) === null || _d === void 0 ? void 0 : _d.addButtonClassName) || "";
22
- return (_jsx("div", { children: _jsx(Link, { href: createPath, children: responsiveIconOnly ? (_jsxs(_Fragment, { children: [_jsx(Button, { type: "button", icon: icon, className: "".concat(className, " p-button-sm lg:hidden solid-icon-button "), size: 'small' }), _jsx(Button, { type: "button", icon: icon, label: label, className: "".concat(className, " hidden lg:inline-flex"), size: 'small' })] })) : (_jsx(Button, { type: "button", icon: icon, label: label, className: "".concat(className), size: 'small' })) }) }));
23
+ var defaultIcon = _jsx(Plus, { size: 14 });
24
+ return (_jsx("div", { children: _jsx(Link, { href: createPath, children: responsiveIconOnly ? (_jsxs(_Fragment, { children: [_jsx(SolidButton, { type: "button", icon: icon, leftIcon: !icon ? defaultIcon : undefined, className: "".concat(className, " lg:hidden solid-icon-button "), size: 'sm' }), _jsx(SolidButton, { type: "button", icon: icon, leftIcon: !icon ? defaultIcon : undefined, className: "".concat(className, " hidden lg:inline-flex"), size: 'sm', children: label })] })) : (_jsx(SolidButton, { type: "button", icon: icon, leftIcon: !icon ? defaultIcon : undefined, className: "".concat(className), size: 'sm', children: label })) }) }));
23
25
  };
24
26
  //# sourceMappingURL=SolidCreateButton.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"SolidCreateButton.js","sourceRoot":"","sources":["../../../../src/components/core/common/SolidCreateButton.tsx"],"names":[],"mappings":";AAAA,OAAO,IAAI,MAAM,mBAAmB,CAAC;AACrC,OAAO,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAC;AACzD,OAAO,EAAE,MAAM,EAAE,MAAM,mBAAmB,CAAC;AAC3C,OAAO,EAAE,sCAAsC,EAAE,MAAM,6BAA6B,CAAC;AAErF,MAAM,CAAC,IAAM,iBAAiB,GAAG,UAAC,EAAkG;;QAAhG,eAAe,qBAAA,EAAE,uBAAuB,6BAAA,EAAE,mBAAmB,yBAAA,EAAE,0BAA0B,EAA1B,kBAAkB,mBAAG,KAAK,KAAA;IACzH,IAAM,QAAQ,GAAG,WAAW,EAAE,CAAC;IAE/B,IAAM,iBAAiB,GAAG;QACtB,IAAI,eAAe,EAAE;YACjB,IAAM,aAAa,GAAG,sCAAsC,CAAC,QAAQ,EAAE,eAAe,CAAC,CAAC;YACxF,IAAM,KAAK,GAAG,IAAI,eAAe,CAAC,uBAAuB,CAAC,CAAC,QAAQ,EAAE,CAAC;YACtE,OAAO,KAAK,CAAC,CAAC,CAAC,UAAG,aAAa,cAAI,KAAK,CAAE,CAAC,CAAC,CAAC,aAAa,CAAC;SAC9D;QAED,OAAO,UAAG,sCAAsC,CAAC,QAAQ,EAAE,MAAM,CAAC,uBAAoB,CAAC;IAC3F,CAAC,CAAC;IAEF,IAAM,UAAU,GAAG,iBAAiB,EAAE,CAAC;IAEvC,IAAM,IAAI,GAAG,CAAA,MAAA,mBAAmB,aAAnB,mBAAmB,uBAAnB,mBAAmB,CAAE,KAAK,0CAAE,aAAa,KAAI,YAAY,CAAC;IACvE,IAAM,KAAK,GAAG,CAAA,MAAA,mBAAmB,aAAnB,mBAAmB,uBAAnB,mBAAmB,CAAE,KAAK,0CAAE,cAAc,KAAI,KAAK,CAAC;IAClE,IAAM,SAAS,GAAG,CAAA,MAAA,mBAAmB,aAAnB,mBAAmB,uBAAnB,mBAAmB,CAAE,KAAK,0CAAE,kBAAkB,KAAI,EAAE,CAAC;IAEvE,OAAO,CACH,wBACI,KAAC,IAAI,IAAC,IAAI,EAAE,UAAU,YACjB,kBAAkB,CAAC,CAAC,CAAC,CAClB,8BACI,KAAC,MAAM,IACH,IAAI,EAAC,QAAQ,EACb,IAAI,EAAE,IAAI,EACV,SAAS,EAAE,UAAG,SAAS,8CAA2C,EAClE,IAAI,EAAC,OAAO,GACd,EAEF,KAAC,MAAM,IACH,IAAI,EAAC,QAAQ,EACb,IAAI,EAAE,IAAI,EACV,KAAK,EAAE,KAAK,EACZ,SAAS,EAAE,UAAG,SAAS,2BAAwB,EAC/C,IAAI,EAAC,OAAO,GAEd,IACH,CACN,CAAC,CAAC,CAAC,CACA,KAAC,MAAM,IACH,IAAI,EAAC,QAAQ,EACb,IAAI,EAAE,IAAI,EACV,KAAK,EAAE,KAAK,EACZ,SAAS,EAAE,UAAG,SAAS,CAAE,EACzB,IAAI,EAAC,OAAO,GACd,CACL,GAEE,GACL,CACT,CAAC;AACN,CAAC,CAAC","sourcesContent":["import Link from \"../../common/Link\";\nimport { usePathname } from \"../../../hooks/usePathname\";\nimport { Button } from 'primereact/button';\nimport { normalizeSolidListTreeKanbanActionPath } from \"../../../helpers/routePaths\";\n\nexport const SolidCreateButton = ({ createButtonUrl, createActionQueryParams, solidListViewLayout, responsiveIconOnly = false }: any) => {\n const pathName = usePathname();\n\n const resolveCreatePath = () => {\n if (createButtonUrl) {\n const normalizedUrl = normalizeSolidListTreeKanbanActionPath(pathName, createButtonUrl);\n const query = new URLSearchParams(createActionQueryParams).toString();\n return query ? `${normalizedUrl}?${query}` : normalizedUrl;\n }\n\n return `${normalizeSolidListTreeKanbanActionPath(pathName, \"form\")}/new?viewMode=edit`;\n };\n\n const createPath = resolveCreatePath();\n\n const icon = solidListViewLayout?.attrs?.addButtonIcon || \"pi pi-plus\";\n const label = solidListViewLayout?.attrs?.addButtonTitle || \"Add\";\n const className = solidListViewLayout?.attrs?.addButtonClassName || \"\";\n\n return (\n <div>\n <Link href={createPath}>\n {responsiveIconOnly ? (\n <>\n <Button\n type=\"button\"\n icon={icon}\n className={`${className} p-button-sm lg:hidden solid-icon-button `}\n size='small'\n />\n\n <Button\n type=\"button\"\n icon={icon}\n label={label}\n className={`${className} hidden lg:inline-flex`}\n size='small'\n\n />\n </>\n ) : (\n <Button\n type=\"button\"\n icon={icon}\n label={label}\n className={`${className}`}\n size='small'\n />\n )}\n\n </Link>\n </div>\n );\n};\n"]}
1
+ {"version":3,"file":"SolidCreateButton.js","sourceRoot":"","sources":["../../../../src/components/core/common/SolidCreateButton.tsx"],"names":[],"mappings":";AAAA,OAAO,IAAI,MAAM,mBAAmB,CAAC;AACrC,OAAO,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAC;AACzD,OAAO,EAAE,sCAAsC,EAAE,MAAM,6BAA6B,CAAC;AACrF,OAAO,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAC/C,OAAO,EAAE,IAAI,EAAE,MAAM,cAAc,CAAC;AAEpC,MAAM,CAAC,IAAM,iBAAiB,GAAG,UAAC,EAAkG;;QAAhG,eAAe,qBAAA,EAAE,uBAAuB,6BAAA,EAAE,mBAAmB,yBAAA,EAAE,0BAA0B,EAA1B,kBAAkB,mBAAG,KAAK,KAAA;IACzH,IAAM,QAAQ,GAAG,WAAW,EAAE,CAAC;IAE/B,IAAM,iBAAiB,GAAG;QACtB,IAAI,eAAe,EAAE;YACjB,IAAM,aAAa,GAAG,sCAAsC,CAAC,QAAQ,EAAE,eAAe,CAAC,CAAC;YACxF,IAAM,KAAK,GAAG,IAAI,eAAe,CAAC,uBAAuB,CAAC,CAAC,QAAQ,EAAE,CAAC;YACtE,OAAO,KAAK,CAAC,CAAC,CAAC,UAAG,aAAa,cAAI,KAAK,CAAE,CAAC,CAAC,CAAC,aAAa,CAAC;SAC9D;QAED,OAAO,UAAG,sCAAsC,CAAC,QAAQ,EAAE,MAAM,CAAC,uBAAoB,CAAC;IAC3F,CAAC,CAAC;IAEF,IAAM,UAAU,GAAG,iBAAiB,EAAE,CAAC;IAEvC,IAAM,IAAI,GAAG,MAAA,mBAAmB,aAAnB,mBAAmB,uBAAnB,mBAAmB,CAAE,KAAK,0CAAE,aAAa,CAAC;IACvD,IAAM,KAAK,GAAG,CAAA,MAAA,mBAAmB,aAAnB,mBAAmB,uBAAnB,mBAAmB,CAAE,KAAK,0CAAE,cAAc,KAAI,KAAK,CAAC;IAClE,IAAM,SAAS,GAAG,CAAA,MAAA,mBAAmB,aAAnB,mBAAmB,uBAAnB,mBAAmB,CAAE,KAAK,0CAAE,kBAAkB,KAAI,EAAE,CAAC;IACvE,IAAM,WAAW,GAAG,KAAC,IAAI,IAAC,IAAI,EAAE,EAAE,GAAI,CAAC;IAEvC,OAAO,CACH,wBACI,KAAC,IAAI,IAAC,IAAI,EAAE,UAAU,YACjB,kBAAkB,CAAC,CAAC,CAAC,CAClB,8BACI,KAAC,WAAW,IACR,IAAI,EAAC,QAAQ,EACb,IAAI,EAAE,IAAI,EACV,QAAQ,EAAE,CAAC,IAAI,CAAC,CAAC,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,EACzC,SAAS,EAAE,UAAG,SAAS,kCAA+B,EACtD,IAAI,EAAC,IAAI,GACX,EAEF,KAAC,WAAW,IACR,IAAI,EAAC,QAAQ,EACb,IAAI,EAAE,IAAI,EACV,QAAQ,EAAE,CAAC,IAAI,CAAC,CAAC,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,EACzC,SAAS,EAAE,UAAG,SAAS,2BAAwB,EAC/C,IAAI,EAAC,IAAI,YAER,KAAK,GACI,IACf,CACN,CAAC,CAAC,CAAC,CACA,KAAC,WAAW,IACR,IAAI,EAAC,QAAQ,EACb,IAAI,EAAE,IAAI,EACV,QAAQ,EAAE,CAAC,IAAI,CAAC,CAAC,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,EACzC,SAAS,EAAE,UAAG,SAAS,CAAE,EACzB,IAAI,EAAC,IAAI,YAER,KAAK,GACI,CACjB,GAEE,GACL,CACT,CAAC;AACN,CAAC,CAAC","sourcesContent":["import Link from \"../../common/Link\";\nimport { usePathname } from \"../../../hooks/usePathname\";\nimport { normalizeSolidListTreeKanbanActionPath } from \"../../../helpers/routePaths\";\nimport { SolidButton } from \"../../shad-cn-ui\";\nimport { Plus } from \"lucide-react\";\n\nexport const SolidCreateButton = ({ createButtonUrl, createActionQueryParams, solidListViewLayout, responsiveIconOnly = false }: any) => {\n const pathName = usePathname();\n\n const resolveCreatePath = () => {\n if (createButtonUrl) {\n const normalizedUrl = normalizeSolidListTreeKanbanActionPath(pathName, createButtonUrl);\n const query = new URLSearchParams(createActionQueryParams).toString();\n return query ? `${normalizedUrl}?${query}` : normalizedUrl;\n }\n\n return `${normalizeSolidListTreeKanbanActionPath(pathName, \"form\")}/new?viewMode=edit`;\n };\n\n const createPath = resolveCreatePath();\n\n const icon = solidListViewLayout?.attrs?.addButtonIcon;\n const label = solidListViewLayout?.attrs?.addButtonTitle || \"Add\";\n const className = solidListViewLayout?.attrs?.addButtonClassName || \"\";\n const defaultIcon = <Plus size={14} />;\n\n return (\n <div>\n <Link href={createPath}>\n {responsiveIconOnly ? (\n <>\n <SolidButton\n type=\"button\"\n icon={icon}\n leftIcon={!icon ? defaultIcon : undefined}\n className={`${className} lg:hidden solid-icon-button `}\n size='sm'\n />\n\n <SolidButton\n type=\"button\"\n icon={icon}\n leftIcon={!icon ? defaultIcon : undefined}\n className={`${className} hidden lg:inline-flex`}\n size='sm'\n >\n {label}\n </SolidButton>\n </>\n ) : (\n <SolidButton\n type=\"button\"\n icon={icon}\n leftIcon={!icon ? defaultIcon : undefined}\n className={`${className}`}\n size='sm'\n >\n {label}\n </SolidButton>\n )}\n\n </Link>\n </div>\n );\n};\n"]}
@@ -1,7 +1,8 @@
1
1
  import Link from "../../common/Link";
2
2
  import { usePathname } from "../../../hooks/usePathname";
3
- import { Button } from 'primereact/button';
4
3
  import { normalizeSolidListTreeKanbanActionPath } from "../../../helpers/routePaths";
4
+ import { SolidButton } from "../../shad-cn-ui";
5
+ import { Plus } from "lucide-react";
5
6
 
6
7
  export const SolidCreateButton = ({ createButtonUrl, createActionQueryParams, solidListViewLayout, responsiveIconOnly = false }: any) => {
7
8
  const pathName = usePathname();
@@ -18,39 +19,44 @@ export const SolidCreateButton = ({ createButtonUrl, createActionQueryParams, so
18
19
 
19
20
  const createPath = resolveCreatePath();
20
21
 
21
- const icon = solidListViewLayout?.attrs?.addButtonIcon || "pi pi-plus";
22
+ const icon = solidListViewLayout?.attrs?.addButtonIcon;
22
23
  const label = solidListViewLayout?.attrs?.addButtonTitle || "Add";
23
24
  const className = solidListViewLayout?.attrs?.addButtonClassName || "";
25
+ const defaultIcon = <Plus size={14} />;
24
26
 
25
27
  return (
26
28
  <div>
27
29
  <Link href={createPath}>
28
30
  {responsiveIconOnly ? (
29
31
  <>
30
- <Button
32
+ <SolidButton
31
33
  type="button"
32
34
  icon={icon}
33
- className={`${className} p-button-sm lg:hidden solid-icon-button `}
34
- size='small'
35
+ leftIcon={!icon ? defaultIcon : undefined}
36
+ className={`${className} lg:hidden solid-icon-button `}
37
+ size='sm'
35
38
  />
36
39
 
37
- <Button
40
+ <SolidButton
38
41
  type="button"
39
42
  icon={icon}
40
- label={label}
43
+ leftIcon={!icon ? defaultIcon : undefined}
41
44
  className={`${className} hidden lg:inline-flex`}
42
- size='small'
43
-
44
- />
45
+ size='sm'
46
+ >
47
+ {label}
48
+ </SolidButton>
45
49
  </>
46
50
  ) : (
47
- <Button
51
+ <SolidButton
48
52
  type="button"
49
53
  icon={icon}
50
- label={label}
54
+ leftIcon={!icon ? defaultIcon : undefined}
51
55
  className={`${className}`}
52
- size='small'
53
- />
56
+ size='sm'
57
+ >
58
+ {label}
59
+ </SolidButton>
54
60
  )}
55
61
 
56
62
  </Link>
@@ -1 +1 @@
1
- {"version":3,"file":"SolidGenericImport.d.ts","sourceRoot":"","sources":["../../../../../src/components/core/common/SolidGenericImport/SolidGenericImport.tsx"],"names":[],"mappings":"AAUA,eAAO,MAAM,kBAAkB,2FAK5B,GAAG,4CAgDL,CAAA"}
1
+ {"version":3,"file":"SolidGenericImport.d.ts","sourceRoot":"","sources":["../../../../../src/components/core/common/SolidGenericImport/SolidGenericImport.tsx"],"names":[],"mappings":"AAgBA,eAAO,MAAM,kBAAkB,2FAK5B,GAAG,4CA0FL,CAAA"}
@@ -1,24 +1,43 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- import { Dialog } from 'primereact/dialog';
3
- import { useState } from 'react';
2
+ import { useEffect, useState } from 'react';
4
3
  import { SolidImportStepper } from './SolidImportStepper';
5
4
  import { SolidImportInstructions } from './SolidImportInstructions';
6
- // import { SolidImportWrapper } from './SolidImportWrapper';
7
5
  import { SolidImportDropzone } from './SolidImportDropzone';
8
6
  import { SolidImportTransaction } from './SolidImportTransaction';
9
7
  import { SolidImportTransactionStatus } from './SolidImportTransactionStatus';
8
+ import { SolidDialog, SolidDialogBody, SolidDialogClose, SolidDialogDescription, SolidDialogHeader, SolidDialogSeparator, SolidDialogTitle, } from "../../../shad-cn-ui";
10
9
  export var SolidGenericImport = function (_a) {
11
10
  var _b, _c, _d;
12
11
  var openImportDialog = _a.openImportDialog, setOpenImportDialog = _a.setOpenImportDialog, listViewMetaData = _a.listViewMetaData, handleFetchUpdatedRecords = _a.handleFetchUpdatedRecords;
13
12
  var _e = useState(1), importStep = _e[0], setImportStep = _e[1];
14
- var _f = useState(null), transactionId = _f[0], setTransactionId = _f[1];
15
- var _g = useState(null), importStatusResult = _g[0], setImportStatusResult = _g[1];
13
+ var _f = useState(1), maxStepReached = _f[0], setMaxStepReached = _f[1];
14
+ var _g = useState(null), transactionId = _g[0], setTransactionId = _g[1];
15
+ var _h = useState(null), importStatusResult = _h[0], setImportStatusResult = _h[1];
16
16
  var modelMetadataId = (_d = (_c = (_b = listViewMetaData === null || listViewMetaData === void 0 ? void 0 : listViewMetaData.data) === null || _b === void 0 ? void 0 : _b.solidView) === null || _c === void 0 ? void 0 : _c.model) === null || _d === void 0 ? void 0 : _d.id;
17
- return (_jsxs(Dialog, { header: _jsx("h5", { className: 'm-0', children: "Import Data" }), visible: openImportDialog, style: { width: '60vw' }, onHide: function () { if (!openImportDialog)
18
- return; setOpenImportDialog(false); }, headerClassName: "px-4 py-2 secondary-border-bottom solid-import-dialog-header", contentClassName: "p-0", className: 'solid-import-dialog', children: [_jsx(SolidImportStepper, { importStep: importStep, setImportStep: setImportStep }), _jsxs("div", { className: 'px-3 md:px-4 py-3', children: [importStep === 1 &&
19
- _jsx(SolidImportInstructions, { setImportStep: setImportStep, listViewMetaData: listViewMetaData }), importStep === 2 &&
20
- _jsx(SolidImportDropzone, { setImportStep: setImportStep, setTransactionId: setTransactionId, modelMetadataId: modelMetadataId }), importStep === 3 &&
21
- _jsx(SolidImportTransaction, { transactionId: transactionId, setImportStatusResult: setImportStatusResult, setImportStep: setImportStep }), importStep === 4 &&
22
- _jsx(SolidImportTransactionStatus, { importStatusResult: importStatusResult, transactionId: transactionId, setOpenImportDialog: setOpenImportDialog, handleFetchUpdatedRecords: handleFetchUpdatedRecords })] })] }));
17
+ useEffect(function () {
18
+ if (openImportDialog) {
19
+ setImportStep(1);
20
+ setMaxStepReached(1);
21
+ setTransactionId(null);
22
+ setImportStatusResult(null);
23
+ }
24
+ }, [openImportDialog]);
25
+ var handleStepChange = function (nextStep) {
26
+ setImportStep(nextStep);
27
+ setMaxStepReached(function (current) { return Math.max(current, nextStep); });
28
+ };
29
+ var renderStepContent = function () {
30
+ if (importStep === 1) {
31
+ return (_jsx(SolidImportInstructions, { setImportStep: handleStepChange, listViewMetaData: listViewMetaData }));
32
+ }
33
+ if (importStep === 2) {
34
+ return (_jsx(SolidImportDropzone, { setImportStep: handleStepChange, setTransactionId: setTransactionId, modelMetadataId: modelMetadataId }));
35
+ }
36
+ if (importStep === 3) {
37
+ return (_jsx(SolidImportTransaction, { transactionId: transactionId, setImportStatusResult: setImportStatusResult, setImportStep: handleStepChange }));
38
+ }
39
+ return (_jsx(SolidImportTransactionStatus, { importStatusResult: importStatusResult, transactionId: transactionId, setOpenImportDialog: setOpenImportDialog, handleFetchUpdatedRecords: handleFetchUpdatedRecords }));
40
+ };
41
+ return (_jsxs(SolidDialog, { open: openImportDialog, onOpenChange: setOpenImportDialog, className: 'solid-import-dialog', style: { width: "min(840px, calc(100vw - 1.5rem))" }, children: [_jsxs(SolidDialogHeader, { className: "solid-filter-dialog-head solid-import-dialog-head", children: [_jsxs("div", { children: [_jsx(SolidDialogTitle, { className: "solid-filter-dialog-title m-0", children: "Import Data" }), _jsx(SolidDialogDescription, { className: "solid-filter-dialog-subtitle solid-import-dialog-subtitle", children: "Upload a CSV or Excel file, map its columns, and import records in four short steps." })] }), _jsx(SolidDialogClose, { className: "solid-filter-dialog-close" })] }), _jsx(SolidDialogSeparator, { className: "solid-filter-dialog-sep" }), _jsx(SolidDialogBody, { className: 'solid-import-dialog-body', children: _jsxs("div", { className: "solid-import-shell", children: [_jsx(SolidImportStepper, { importStep: importStep, maxStepReached: maxStepReached, setImportStep: handleStepChange }), renderStepContent()] }) })] }));
23
42
  };
24
43
  //# sourceMappingURL=SolidGenericImport.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"SolidGenericImport.js","sourceRoot":"","sources":["../../../../../src/components/core/common/SolidGenericImport/SolidGenericImport.tsx"],"names":[],"mappings":";AACA,OAAO,EAAE,MAAM,EAAE,MAAM,mBAAmB,CAAC;AAC3C,OAAc,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAA;AACvC,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AACpE,6DAA6D;AAC7D,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAClE,OAAO,EAAE,4BAA4B,EAAE,MAAM,gCAAgC,CAAC;AAE9E,MAAM,CAAC,IAAM,kBAAkB,GAAG,UAAC,EAK7B;;QAJF,gBAAgB,sBAAA,EAChB,mBAAmB,yBAAA,EACnB,gBAAgB,sBAAA,EAChB,yBAAyB,+BAAA;IAEnB,IAAA,KAA8B,QAAQ,CAAS,CAAC,CAAC,EAAhD,UAAU,QAAA,EAAE,aAAa,QAAuB,CAAA;IACjD,IAAA,KAAoC,QAAQ,CAAC,IAAI,CAAC,EAAjD,aAAa,QAAA,EAAE,gBAAgB,QAAkB,CAAC;IACnD,IAAA,KAA8C,QAAQ,CAAM,IAAI,CAAC,EAAhE,kBAAkB,QAAA,EAAE,qBAAqB,QAAuB,CAAA;IACvE,IAAM,eAAe,GAAG,MAAA,MAAA,MAAA,gBAAgB,aAAhB,gBAAgB,uBAAhB,gBAAgB,CAAE,IAAI,0CAAE,SAAS,0CAAE,KAAK,0CAAE,EAAE,CAAC;IACrE,OAAO,CACH,MAAC,MAAM,IACH,MAAM,EAAE,aAAI,SAAS,EAAC,KAAK,4BAAiB,EAC5C,OAAO,EAAE,gBAAgB,EACzB,KAAK,EAAE,EAAE,KAAK,EAAE,MAAM,EAAE,EACxB,MAAM,EAAE,cAAQ,IAAI,CAAC,gBAAgB;YAAE,OAAO,CAAC,mBAAmB,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EAC5E,eAAe,EAAC,8DAA8D,EAC9E,gBAAgB,EAAC,KAAK,EACtB,SAAS,EAAC,qBAAqB,aAE/B,KAAC,kBAAkB,IAAC,UAAU,EAAE,UAAU,EAAE,aAAa,EAAE,aAAa,GAAI,EAC5E,eAAK,SAAS,EAAC,mBAAmB,aAC7B,UAAU,KAAK,CAAC;wBACb,KAAC,uBAAuB,IAAC,aAAa,EAAE,aAAa,EAAE,gBAAgB,EAAE,gBAAgB,GAAI,EAKhG,UAAU,KAAK,CAAC;wBACb,KAAC,mBAAmB,IAChB,aAAa,EAAE,aAAa,EAC5B,gBAAgB,EAAE,gBAAgB,EAClC,eAAe,EAAE,eAAe,GAClC,EAEL,UAAU,KAAK,CAAC;wBACb,KAAC,sBAAsB,IACnB,aAAa,EAAE,aAAa,EAC5B,qBAAqB,EAAE,qBAAqB,EAC5C,aAAa,EAAE,aAAa,GAC9B,EAEL,UAAU,KAAK,CAAC;wBACb,KAAC,4BAA4B,IACzB,kBAAkB,EAAE,kBAAkB,EACtC,aAAa,EAAE,aAAa,EAC5B,mBAAmB,EAAE,mBAAmB,EACxC,yBAAyB,EAAE,yBAAyB,GACtD,IAEJ,IACD,CACZ,CAAA;AACL,CAAC,CAAA","sourcesContent":["\nimport { Dialog } from 'primereact/dialog';\nimport React, { useState } from 'react'\nimport { SolidImportStepper } from './SolidImportStepper';\nimport { SolidImportInstructions } from './SolidImportInstructions';\n// import { SolidImportWrapper } from './SolidImportWrapper';\nimport { SolidImportDropzone } from './SolidImportDropzone';\nimport { SolidImportTransaction } from './SolidImportTransaction';\nimport { SolidImportTransactionStatus } from './SolidImportTransactionStatus';\n\nexport const SolidGenericImport = ({\n openImportDialog,\n setOpenImportDialog,\n listViewMetaData,\n handleFetchUpdatedRecords\n}: any) => {\n const [importStep, setImportStep] = useState<number>(1)\n const [transactionId, setTransactionId] = useState(null);\n const [importStatusResult, setImportStatusResult] = useState<any>(null)\n const modelMetadataId = listViewMetaData?.data?.solidView?.model?.id;\n return (\n <Dialog\n header={<h5 className='m-0'>Import Data</h5>}\n visible={openImportDialog}\n style={{ width: '60vw' }}\n onHide={() => { if (!openImportDialog) return; setOpenImportDialog(false); }}\n headerClassName=\"px-4 py-2 secondary-border-bottom solid-import-dialog-header\"\n contentClassName=\"p-0\"\n className='solid-import-dialog'\n >\n <SolidImportStepper importStep={importStep} setImportStep={setImportStep} />\n <div className='px-3 md:px-4 py-3'>\n {importStep === 1 &&\n <SolidImportInstructions setImportStep={setImportStep} listViewMetaData={listViewMetaData} />\n }\n {/* {importStep === 2 &&\n <SolidImportWrapper handleFetchUpdatedRecords={handleFetchUpdatedRecords} setImportStep={setImportStep} listViewMetaData={listViewMetaData} setOpenImportDialog={setOpenImportDialog} />\n } */}\n {importStep === 2 &&\n <SolidImportDropzone\n setImportStep={setImportStep}\n setTransactionId={setTransactionId}\n modelMetadataId={modelMetadataId}\n />\n }\n {importStep === 3 &&\n <SolidImportTransaction\n transactionId={transactionId}\n setImportStatusResult={setImportStatusResult}\n setImportStep={setImportStep}\n />\n }\n {importStep === 4 &&\n <SolidImportTransactionStatus\n importStatusResult={importStatusResult}\n transactionId={transactionId}\n setOpenImportDialog={setOpenImportDialog}\n handleFetchUpdatedRecords={handleFetchUpdatedRecords}\n />\n }\n </div>\n </Dialog>\n )\n}"]}
1
+ {"version":3,"file":"SolidGenericImport.js","sourceRoot":"","sources":["../../../../../src/components/core/common/SolidGenericImport/SolidGenericImport.tsx"],"names":[],"mappings":";AAAA,OAAc,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAA;AAClD,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AACpE,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAClE,OAAO,EAAE,4BAA4B,EAAE,MAAM,gCAAgC,CAAC;AAC9E,OAAO,EACH,WAAW,EACX,eAAe,EACf,gBAAgB,EAChB,sBAAsB,EACtB,iBAAiB,EACjB,oBAAoB,EACpB,gBAAgB,GACnB,MAAM,qBAAqB,CAAC;AAE7B,MAAM,CAAC,IAAM,kBAAkB,GAAG,UAAC,EAK7B;;QAJF,gBAAgB,sBAAA,EAChB,mBAAmB,yBAAA,EACnB,gBAAgB,sBAAA,EAChB,yBAAyB,+BAAA;IAEnB,IAAA,KAA8B,QAAQ,CAAS,CAAC,CAAC,EAAhD,UAAU,QAAA,EAAE,aAAa,QAAuB,CAAA;IACjD,IAAA,KAAsC,QAAQ,CAAS,CAAC,CAAC,EAAxD,cAAc,QAAA,EAAE,iBAAiB,QAAuB,CAAC;IAC1D,IAAA,KAAoC,QAAQ,CAAC,IAAI,CAAC,EAAjD,aAAa,QAAA,EAAE,gBAAgB,QAAkB,CAAC;IACnD,IAAA,KAA8C,QAAQ,CAAM,IAAI,CAAC,EAAhE,kBAAkB,QAAA,EAAE,qBAAqB,QAAuB,CAAA;IACvE,IAAM,eAAe,GAAG,MAAA,MAAA,MAAA,gBAAgB,aAAhB,gBAAgB,uBAAhB,gBAAgB,CAAE,IAAI,0CAAE,SAAS,0CAAE,KAAK,0CAAE,EAAE,CAAC;IAErE,SAAS,CAAC;QACN,IAAI,gBAAgB,EAAE;YAClB,aAAa,CAAC,CAAC,CAAC,CAAC;YACjB,iBAAiB,CAAC,CAAC,CAAC,CAAC;YACrB,gBAAgB,CAAC,IAAI,CAAC,CAAC;YACvB,qBAAqB,CAAC,IAAI,CAAC,CAAC;SAC/B;IACL,CAAC,EAAE,CAAC,gBAAgB,CAAC,CAAC,CAAC;IAEvB,IAAM,gBAAgB,GAAG,UAAC,QAAgB;QACtC,aAAa,CAAC,QAAQ,CAAC,CAAC;QACxB,iBAAiB,CAAC,UAAC,OAAO,IAAK,OAAA,IAAI,CAAC,GAAG,CAAC,OAAO,EAAE,QAAQ,CAAC,EAA3B,CAA2B,CAAC,CAAC;IAChE,CAAC,CAAC;IAEF,IAAM,iBAAiB,GAAG;QACtB,IAAI,UAAU,KAAK,CAAC,EAAE;YAClB,OAAO,CACH,KAAC,uBAAuB,IACpB,aAAa,EAAE,gBAAgB,EAC/B,gBAAgB,EAAE,gBAAgB,GACpC,CACL,CAAC;SACL;QAED,IAAI,UAAU,KAAK,CAAC,EAAE;YAClB,OAAO,CACH,KAAC,mBAAmB,IAChB,aAAa,EAAE,gBAAgB,EAC/B,gBAAgB,EAAE,gBAAgB,EAClC,eAAe,EAAE,eAAe,GAClC,CACL,CAAC;SACL;QAED,IAAI,UAAU,KAAK,CAAC,EAAE;YAClB,OAAO,CACH,KAAC,sBAAsB,IACnB,aAAa,EAAE,aAAa,EAC5B,qBAAqB,EAAE,qBAAqB,EAC5C,aAAa,EAAE,gBAAgB,GACjC,CACL,CAAC;SACL;QAED,OAAO,CACH,KAAC,4BAA4B,IACzB,kBAAkB,EAAE,kBAAkB,EACtC,aAAa,EAAE,aAAa,EAC5B,mBAAmB,EAAE,mBAAmB,EACxC,yBAAyB,EAAE,yBAAyB,GACtD,CACL,CAAC;IACN,CAAC,CAAC;IAEF,OAAO,CACH,MAAC,WAAW,IACR,IAAI,EAAE,gBAAgB,EACtB,YAAY,EAAE,mBAAmB,EACjC,SAAS,EAAC,qBAAqB,EAC/B,KAAK,EAAE,EAAE,KAAK,EAAE,kCAAkC,EAAE,aAEpD,MAAC,iBAAiB,IAAC,SAAS,EAAC,mDAAmD,aAC5E,0BACI,KAAC,gBAAgB,IAAC,SAAS,EAAC,+BAA+B,4BAA+B,EAC1F,KAAC,sBAAsB,IAAC,SAAS,EAAC,2DAA2D,qGAEpE,IACvB,EACN,KAAC,gBAAgB,IAAC,SAAS,EAAC,2BAA2B,GAAG,IAC1C,EACpB,KAAC,oBAAoB,IAAC,SAAS,EAAC,yBAAyB,GAAG,EAC5D,KAAC,eAAe,IAAC,SAAS,EAAC,0BAA0B,YACjD,eAAK,SAAS,EAAC,oBAAoB,aAC/B,KAAC,kBAAkB,IACf,UAAU,EAAE,UAAU,EACtB,cAAc,EAAE,cAAc,EAC9B,aAAa,EAAE,gBAAgB,GACjC,EACD,iBAAiB,EAAE,IAClB,GACQ,IACR,CACjB,CAAA;AACL,CAAC,CAAA","sourcesContent":["import React, { useEffect, useState } from 'react'\nimport { SolidImportStepper } from './SolidImportStepper';\nimport { SolidImportInstructions } from './SolidImportInstructions';\nimport { SolidImportDropzone } from './SolidImportDropzone';\nimport { SolidImportTransaction } from './SolidImportTransaction';\nimport { SolidImportTransactionStatus } from './SolidImportTransactionStatus';\nimport {\n SolidDialog,\n SolidDialogBody,\n SolidDialogClose,\n SolidDialogDescription,\n SolidDialogHeader,\n SolidDialogSeparator,\n SolidDialogTitle,\n} from \"../../../shad-cn-ui\";\n\nexport const SolidGenericImport = ({\n openImportDialog,\n setOpenImportDialog,\n listViewMetaData,\n handleFetchUpdatedRecords\n}: any) => {\n const [importStep, setImportStep] = useState<number>(1)\n const [maxStepReached, setMaxStepReached] = useState<number>(1);\n const [transactionId, setTransactionId] = useState(null);\n const [importStatusResult, setImportStatusResult] = useState<any>(null)\n const modelMetadataId = listViewMetaData?.data?.solidView?.model?.id;\n\n useEffect(() => {\n if (openImportDialog) {\n setImportStep(1);\n setMaxStepReached(1);\n setTransactionId(null);\n setImportStatusResult(null);\n }\n }, [openImportDialog]);\n\n const handleStepChange = (nextStep: number) => {\n setImportStep(nextStep);\n setMaxStepReached((current) => Math.max(current, nextStep));\n };\n\n const renderStepContent = () => {\n if (importStep === 1) {\n return (\n <SolidImportInstructions\n setImportStep={handleStepChange}\n listViewMetaData={listViewMetaData}\n />\n );\n }\n\n if (importStep === 2) {\n return (\n <SolidImportDropzone\n setImportStep={handleStepChange}\n setTransactionId={setTransactionId}\n modelMetadataId={modelMetadataId}\n />\n );\n }\n\n if (importStep === 3) {\n return (\n <SolidImportTransaction\n transactionId={transactionId}\n setImportStatusResult={setImportStatusResult}\n setImportStep={handleStepChange}\n />\n );\n }\n\n return (\n <SolidImportTransactionStatus\n importStatusResult={importStatusResult}\n transactionId={transactionId}\n setOpenImportDialog={setOpenImportDialog}\n handleFetchUpdatedRecords={handleFetchUpdatedRecords}\n />\n );\n };\n\n return (\n <SolidDialog\n open={openImportDialog}\n onOpenChange={setOpenImportDialog}\n className='solid-import-dialog'\n style={{ width: \"min(840px, calc(100vw - 1.5rem))\" }}\n >\n <SolidDialogHeader className=\"solid-filter-dialog-head solid-import-dialog-head\">\n <div>\n <SolidDialogTitle className=\"solid-filter-dialog-title m-0\">Import Data</SolidDialogTitle>\n <SolidDialogDescription className=\"solid-filter-dialog-subtitle solid-import-dialog-subtitle\">\n Upload a CSV or Excel file, map its columns, and import records in four short steps.\n </SolidDialogDescription>\n </div>\n <SolidDialogClose className=\"solid-filter-dialog-close\" />\n </SolidDialogHeader>\n <SolidDialogSeparator className=\"solid-filter-dialog-sep\" />\n <SolidDialogBody className='solid-import-dialog-body'>\n <div className=\"solid-import-shell\">\n <SolidImportStepper\n importStep={importStep}\n maxStepReached={maxStepReached}\n setImportStep={handleStepChange}\n />\n {renderStepContent()}\n </div>\n </SolidDialogBody>\n </SolidDialog>\n )\n}\n"]}
@@ -1,12 +1,18 @@
1
-
2
- import { Dialog } from 'primereact/dialog';
3
- import React, { useState } from 'react'
1
+ import React, { useEffect, useState } from 'react'
4
2
  import { SolidImportStepper } from './SolidImportStepper';
5
3
  import { SolidImportInstructions } from './SolidImportInstructions';
6
- // import { SolidImportWrapper } from './SolidImportWrapper';
7
4
  import { SolidImportDropzone } from './SolidImportDropzone';
8
5
  import { SolidImportTransaction } from './SolidImportTransaction';
9
6
  import { SolidImportTransactionStatus } from './SolidImportTransactionStatus';
7
+ import {
8
+ SolidDialog,
9
+ SolidDialogBody,
10
+ SolidDialogClose,
11
+ SolidDialogDescription,
12
+ SolidDialogHeader,
13
+ SolidDialogSeparator,
14
+ SolidDialogTitle,
15
+ } from "../../../shad-cn-ui";
10
16
 
11
17
  export const SolidGenericImport = ({
12
18
  openImportDialog,
@@ -15,50 +21,92 @@ export const SolidGenericImport = ({
15
21
  handleFetchUpdatedRecords
16
22
  }: any) => {
17
23
  const [importStep, setImportStep] = useState<number>(1)
24
+ const [maxStepReached, setMaxStepReached] = useState<number>(1);
18
25
  const [transactionId, setTransactionId] = useState(null);
19
26
  const [importStatusResult, setImportStatusResult] = useState<any>(null)
20
27
  const modelMetadataId = listViewMetaData?.data?.solidView?.model?.id;
28
+
29
+ useEffect(() => {
30
+ if (openImportDialog) {
31
+ setImportStep(1);
32
+ setMaxStepReached(1);
33
+ setTransactionId(null);
34
+ setImportStatusResult(null);
35
+ }
36
+ }, [openImportDialog]);
37
+
38
+ const handleStepChange = (nextStep: number) => {
39
+ setImportStep(nextStep);
40
+ setMaxStepReached((current) => Math.max(current, nextStep));
41
+ };
42
+
43
+ const renderStepContent = () => {
44
+ if (importStep === 1) {
45
+ return (
46
+ <SolidImportInstructions
47
+ setImportStep={handleStepChange}
48
+ listViewMetaData={listViewMetaData}
49
+ />
50
+ );
51
+ }
52
+
53
+ if (importStep === 2) {
54
+ return (
55
+ <SolidImportDropzone
56
+ setImportStep={handleStepChange}
57
+ setTransactionId={setTransactionId}
58
+ modelMetadataId={modelMetadataId}
59
+ />
60
+ );
61
+ }
62
+
63
+ if (importStep === 3) {
64
+ return (
65
+ <SolidImportTransaction
66
+ transactionId={transactionId}
67
+ setImportStatusResult={setImportStatusResult}
68
+ setImportStep={handleStepChange}
69
+ />
70
+ );
71
+ }
72
+
73
+ return (
74
+ <SolidImportTransactionStatus
75
+ importStatusResult={importStatusResult}
76
+ transactionId={transactionId}
77
+ setOpenImportDialog={setOpenImportDialog}
78
+ handleFetchUpdatedRecords={handleFetchUpdatedRecords}
79
+ />
80
+ );
81
+ };
82
+
21
83
  return (
22
- <Dialog
23
- header={<h5 className='m-0'>Import Data</h5>}
24
- visible={openImportDialog}
25
- style={{ width: '60vw' }}
26
- onHide={() => { if (!openImportDialog) return; setOpenImportDialog(false); }}
27
- headerClassName="px-4 py-2 secondary-border-bottom solid-import-dialog-header"
28
- contentClassName="p-0"
84
+ <SolidDialog
85
+ open={openImportDialog}
86
+ onOpenChange={setOpenImportDialog}
29
87
  className='solid-import-dialog'
88
+ style={{ width: "min(840px, calc(100vw - 1.5rem))" }}
30
89
  >
31
- <SolidImportStepper importStep={importStep} setImportStep={setImportStep} />
32
- <div className='px-3 md:px-4 py-3'>
33
- {importStep === 1 &&
34
- <SolidImportInstructions setImportStep={setImportStep} listViewMetaData={listViewMetaData} />
35
- }
36
- {/* {importStep === 2 &&
37
- <SolidImportWrapper handleFetchUpdatedRecords={handleFetchUpdatedRecords} setImportStep={setImportStep} listViewMetaData={listViewMetaData} setOpenImportDialog={setOpenImportDialog} />
38
- } */}
39
- {importStep === 2 &&
40
- <SolidImportDropzone
41
- setImportStep={setImportStep}
42
- setTransactionId={setTransactionId}
43
- modelMetadataId={modelMetadataId}
44
- />
45
- }
46
- {importStep === 3 &&
47
- <SolidImportTransaction
48
- transactionId={transactionId}
49
- setImportStatusResult={setImportStatusResult}
50
- setImportStep={setImportStep}
51
- />
52
- }
53
- {importStep === 4 &&
54
- <SolidImportTransactionStatus
55
- importStatusResult={importStatusResult}
56
- transactionId={transactionId}
57
- setOpenImportDialog={setOpenImportDialog}
58
- handleFetchUpdatedRecords={handleFetchUpdatedRecords}
90
+ <SolidDialogHeader className="solid-filter-dialog-head solid-import-dialog-head">
91
+ <div>
92
+ <SolidDialogTitle className="solid-filter-dialog-title m-0">Import Data</SolidDialogTitle>
93
+ <SolidDialogDescription className="solid-filter-dialog-subtitle solid-import-dialog-subtitle">
94
+ Upload a CSV or Excel file, map its columns, and import records in four short steps.
95
+ </SolidDialogDescription>
96
+ </div>
97
+ <SolidDialogClose className="solid-filter-dialog-close" />
98
+ </SolidDialogHeader>
99
+ <SolidDialogSeparator className="solid-filter-dialog-sep" />
100
+ <SolidDialogBody className='solid-import-dialog-body'>
101
+ <div className="solid-import-shell">
102
+ <SolidImportStepper
103
+ importStep={importStep}
104
+ maxStepReached={maxStepReached}
105
+ setImportStep={handleStepChange}
59
106
  />
60
- }
61
- </div>
62
- </Dialog>
107
+ {renderStepContent()}
108
+ </div>
109
+ </SolidDialogBody>
110
+ </SolidDialog>
63
111
  )
64
- }
112
+ }