@solidxai/core-ui 0.1.7-beta.1 → 0.1.7-beta.11

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 (1250) hide show
  1. package/README.md +215 -0
  2. package/dist/adapters/auth/helper.d.ts +9 -0
  3. package/dist/adapters/auth/helper.d.ts.map +1 -0
  4. package/dist/adapters/auth/helper.js +37 -0
  5. package/dist/adapters/auth/helper.js.map +1 -0
  6. package/dist/adapters/auth/helper.ts +45 -0
  7. package/dist/adapters/auth/signInWithOtp.d.ts.map +1 -1
  8. package/dist/adapters/auth/signInWithOtp.js +3 -27
  9. package/dist/adapters/auth/signInWithOtp.js.map +1 -1
  10. package/dist/adapters/auth/signInWithOtp.ts +3 -23
  11. package/dist/components/auth/AuthLayout.d.ts.map +1 -1
  12. package/dist/components/auth/AuthLayout.js +41 -26
  13. package/dist/components/auth/AuthLayout.js.map +1 -1
  14. package/dist/components/auth/AuthLayout.tsx +89 -88
  15. package/dist/components/auth/ForgotPasswordThankYou.d.ts.map +1 -1
  16. package/dist/components/auth/ForgotPasswordThankYou.js +4 -2
  17. package/dist/components/auth/ForgotPasswordThankYou.js.map +1 -1
  18. package/dist/components/auth/ForgotPasswordThankYou.tsx +14 -11
  19. package/dist/components/auth/GoogleAuthChecking.d.ts.map +1 -1
  20. package/dist/components/auth/GoogleAuthChecking.js +17 -12
  21. package/dist/components/auth/GoogleAuthChecking.js.map +1 -1
  22. package/dist/components/auth/GoogleAuthChecking.tsx +8 -5
  23. package/dist/components/auth/SolidChangeForcePassword.d.ts.map +1 -1
  24. package/dist/components/auth/SolidChangeForcePassword.js +3 -5
  25. package/dist/components/auth/SolidChangeForcePassword.js.map +1 -1
  26. package/dist/components/auth/SolidChangeForcePassword.tsx +41 -34
  27. package/dist/components/auth/SolidForgotPassword.d.ts.map +1 -1
  28. package/dist/components/auth/SolidForgotPassword.js +5 -10
  29. package/dist/components/auth/SolidForgotPassword.js.map +1 -1
  30. package/dist/components/auth/SolidForgotPassword.tsx +26 -27
  31. package/dist/components/auth/SolidInitialLoginOtp.d.ts.map +1 -1
  32. package/dist/components/auth/SolidInitialLoginOtp.js +25 -25
  33. package/dist/components/auth/SolidInitialLoginOtp.js.map +1 -1
  34. package/dist/components/auth/SolidInitialLoginOtp.tsx +55 -43
  35. package/dist/components/auth/SolidInitiateRegisterOtp.d.ts.map +1 -1
  36. package/dist/components/auth/SolidInitiateRegisterOtp.js +11 -16
  37. package/dist/components/auth/SolidInitiateRegisterOtp.js.map +1 -1
  38. package/dist/components/auth/SolidInitiateRegisterOtp.tsx +48 -42
  39. package/dist/components/auth/SolidLogin.d.ts.map +1 -1
  40. package/dist/components/auth/SolidLogin.js +36 -37
  41. package/dist/components/auth/SolidLogin.js.map +1 -1
  42. package/dist/components/auth/SolidLogin.tsx +91 -116
  43. package/dist/components/auth/SolidRegister.d.ts.map +1 -1
  44. package/dist/components/auth/SolidRegister.js +23 -25
  45. package/dist/components/auth/SolidRegister.js.map +1 -1
  46. package/dist/components/auth/SolidRegister.tsx +53 -71
  47. package/dist/components/auth/SolidResetPassword.d.ts.map +1 -1
  48. package/dist/components/auth/SolidResetPassword.js +5 -15
  49. package/dist/components/auth/SolidResetPassword.js.map +1 -1
  50. package/dist/components/auth/SolidResetPassword.tsx +15 -37
  51. package/dist/components/common/AutoCompleteField.d.ts.map +1 -1
  52. package/dist/components/common/AutoCompleteField.js +2 -2
  53. package/dist/components/common/AutoCompleteField.js.map +1 -1
  54. package/dist/components/common/AutoCompleteField.tsx +4 -6
  55. package/dist/components/common/BackButton.js +4 -3
  56. package/dist/components/common/BackButton.js.map +1 -1
  57. package/dist/components/common/BackButton.tsx +6 -6
  58. package/dist/components/common/CancelButton.d.ts.map +1 -1
  59. package/dist/components/common/CancelButton.js +5 -4
  60. package/dist/components/common/CancelButton.js.map +1 -1
  61. package/dist/components/common/CancelButton.tsx +10 -6
  62. package/dist/components/common/CreateButton.d.ts.map +1 -1
  63. package/dist/components/common/CreateButton.js +2 -2
  64. package/dist/components/common/CreateButton.js.map +1 -1
  65. package/dist/components/common/CreateButton.tsx +8 -2
  66. package/dist/components/common/DownloadProgressToast.d.ts.map +1 -1
  67. package/dist/components/common/DownloadProgressToast.js +3 -3
  68. package/dist/components/common/DownloadProgressToast.js.map +1 -1
  69. package/dist/components/common/DownloadProgressToast.tsx +21 -18
  70. package/dist/components/common/DropzonePlaceholder.d.ts.map +1 -1
  71. package/dist/components/common/DropzonePlaceholder.js +2 -2
  72. package/dist/components/common/DropzonePlaceholder.js.map +1 -1
  73. package/dist/components/common/DropzonePlaceholder.tsx +10 -8
  74. package/dist/components/common/DropzoneUpload.js +2 -2
  75. package/dist/components/common/DropzoneUpload.js.map +1 -1
  76. package/dist/components/common/DropzoneUpload.tsx +3 -3
  77. package/dist/components/common/GeneralSettings.d.ts.map +1 -1
  78. package/dist/components/common/GeneralSettings.js +107 -109
  79. package/dist/components/common/GeneralSettings.js.map +1 -1
  80. package/dist/components/common/GeneralSettings.tsx +219 -329
  81. package/dist/components/common/GlobalToast.d.ts +1 -1
  82. package/dist/components/common/GlobalToast.d.ts.map +1 -1
  83. package/dist/components/common/GlobalToast.js +1 -24
  84. package/dist/components/common/GlobalToast.js.map +1 -1
  85. package/dist/components/common/GlobalToast.tsx +1 -25
  86. package/dist/components/common/MultipleSelectAutoCompleteField.d.ts.map +1 -1
  87. package/dist/components/common/MultipleSelectAutoCompleteField.js +2 -2
  88. package/dist/components/common/MultipleSelectAutoCompleteField.js.map +1 -1
  89. package/dist/components/common/MultipleSelectAutoCompleteField.tsx +3 -5
  90. package/dist/components/common/NotFound.d.ts.map +1 -1
  91. package/dist/components/common/NotFound.js +3 -3
  92. package/dist/components/common/NotFound.js.map +1 -1
  93. package/dist/components/common/NotFound.tsx +8 -15
  94. package/dist/components/common/SocialMediaLogin.d.ts.map +1 -1
  95. package/dist/components/common/SocialMediaLogin.js +13 -4
  96. package/dist/components/common/SocialMediaLogin.js.map +1 -1
  97. package/dist/components/common/SocialMediaLogin.tsx +58 -45
  98. package/dist/components/common/SolidAdmin.d.ts.map +1 -1
  99. package/dist/components/common/SolidAdmin.js +10 -2
  100. package/dist/components/common/SolidAdmin.js.map +1 -1
  101. package/dist/components/common/SolidAdmin.tsx +116 -131
  102. package/dist/components/common/SolidBreadcrumb.d.ts.map +1 -1
  103. package/dist/components/common/SolidBreadcrumb.js +10 -25
  104. package/dist/components/common/SolidBreadcrumb.js.map +1 -1
  105. package/dist/components/common/SolidBreadcrumb.tsx +32 -26
  106. package/dist/components/common/SolidErrorPage.d.ts.map +1 -1
  107. package/dist/components/common/SolidErrorPage.js +4 -6
  108. package/dist/components/common/SolidErrorPage.js.map +1 -1
  109. package/dist/components/common/SolidErrorPage.tsx +11 -37
  110. package/dist/components/common/SolidExport.d.ts +1 -1
  111. package/dist/components/common/SolidExport.d.ts.map +1 -1
  112. package/dist/components/common/SolidExport.js +182 -221
  113. package/dist/components/common/SolidExport.js.map +1 -1
  114. package/dist/components/common/SolidExport.tsx +401 -453
  115. package/dist/components/common/SolidFieldTooltip.d.ts +1 -1
  116. package/dist/components/common/SolidFieldTooltip.d.ts.map +1 -1
  117. package/dist/components/common/SolidFieldTooltip.js +8 -7
  118. package/dist/components/common/SolidFieldTooltip.js.map +1 -1
  119. package/dist/components/common/SolidFieldTooltip.tsx +29 -16
  120. package/dist/components/common/SolidFormHeader.d.ts +1 -1
  121. package/dist/components/common/SolidFormHeader.d.ts.map +1 -1
  122. package/dist/components/common/SolidFormHeader.js +7 -5
  123. package/dist/components/common/SolidFormHeader.js.map +1 -1
  124. package/dist/components/common/SolidFormHeader.tsx +11 -6
  125. package/dist/components/common/SolidFormStepper.d.ts.map +1 -1
  126. package/dist/components/common/SolidFormStepper.js +7 -22
  127. package/dist/components/common/SolidFormStepper.js.map +1 -1
  128. package/dist/components/common/SolidFormStepper.tsx +31 -50
  129. package/dist/components/common/SolidHeaderRequestStatus.d.ts +6 -0
  130. package/dist/components/common/SolidHeaderRequestStatus.d.ts.map +1 -0
  131. package/dist/components/common/SolidHeaderRequestStatus.js +9 -0
  132. package/dist/components/common/SolidHeaderRequestStatus.js.map +1 -0
  133. package/dist/components/common/SolidHeaderRequestStatus.tsx +16 -0
  134. package/dist/components/common/SolidModuleHome.d.ts.map +1 -1
  135. package/dist/components/common/SolidModuleHome.js +3 -3
  136. package/dist/components/common/SolidModuleHome.js.map +1 -1
  137. package/dist/components/common/SolidModuleHome.tsx +13 -5
  138. package/dist/components/common/SolidNotFoundPage.d.ts.map +1 -1
  139. package/dist/components/common/SolidNotFoundPage.js +4 -5
  140. package/dist/components/common/SolidNotFoundPage.js.map +1 -1
  141. package/dist/components/common/SolidNotFoundPage.tsx +11 -29
  142. package/dist/components/common/SolidPopupContainer.d.ts.map +1 -1
  143. package/dist/components/common/SolidPopupContainer.js +11 -6
  144. package/dist/components/common/SolidPopupContainer.js.map +1 -1
  145. package/dist/components/common/SolidPopupContainer.tsx +28 -29
  146. package/dist/components/common/SolidSettings/LlmSettings/AiModelConfigTab.d.ts +37 -0
  147. package/dist/components/common/SolidSettings/LlmSettings/AiModelConfigTab.d.ts.map +1 -0
  148. package/dist/components/common/SolidSettings/LlmSettings/AiModelConfigTab.js +152 -0
  149. package/dist/components/common/SolidSettings/LlmSettings/AiModelConfigTab.js.map +1 -0
  150. package/dist/components/common/SolidSettings/LlmSettings/AiModelConfigTab.tsx +394 -0
  151. package/dist/components/common/SolidSettings/LlmSettings/AnthropicProviderComponent.d.ts.map +1 -1
  152. package/dist/components/common/SolidSettings/LlmSettings/AnthropicProviderComponent.js +2 -3
  153. package/dist/components/common/SolidSettings/LlmSettings/AnthropicProviderComponent.js.map +1 -1
  154. package/dist/components/common/SolidSettings/LlmSettings/AnthropicProviderComponent.tsx +28 -38
  155. package/dist/components/common/SolidSettings/LlmSettings/OpenAiProviderComponent.d.ts.map +1 -1
  156. package/dist/components/common/SolidSettings/LlmSettings/OpenAiProviderComponent.js +2 -3
  157. package/dist/components/common/SolidSettings/LlmSettings/OpenAiProviderComponent.js.map +1 -1
  158. package/dist/components/common/SolidSettings/LlmSettings/OpenAiProviderComponent.tsx +28 -38
  159. package/dist/components/common/SolidSettings/SettingDropzoneActivePlaceholder.js +2 -2
  160. package/dist/components/common/SolidSettings/SettingDropzoneActivePlaceholder.js.map +1 -1
  161. package/dist/components/common/SolidSettings/SettingDropzoneActivePlaceholder.tsx +3 -3
  162. package/dist/components/common/SolidSettings/SettingsImageRemoveButton.js +2 -2
  163. package/dist/components/common/SolidSettings/SettingsImageRemoveButton.js.map +1 -1
  164. package/dist/components/common/SolidSettings/SettingsImageRemoveButton.tsx +3 -3
  165. package/dist/components/common/SolidToastProvider.d.ts +2 -0
  166. package/dist/components/common/SolidToastProvider.d.ts.map +1 -0
  167. package/dist/components/common/SolidToastProvider.js +45 -0
  168. package/dist/components/common/SolidToastProvider.js.map +1 -0
  169. package/dist/components/common/SolidToastProvider.tsx +39 -0
  170. package/dist/components/common/error.d.ts.map +1 -1
  171. package/dist/components/common/error.js +4 -2
  172. package/dist/components/common/error.js.map +1 -1
  173. package/dist/components/common/error.tsx +9 -15
  174. package/dist/components/common/solid-export.css +454 -59
  175. package/dist/components/core/card/CardGrid.d.ts +3 -0
  176. package/dist/components/core/card/CardGrid.d.ts.map +1 -0
  177. package/dist/components/core/card/CardGrid.js +42 -0
  178. package/dist/components/core/card/CardGrid.js.map +1 -0
  179. package/dist/components/core/card/CardGrid.tsx +83 -0
  180. package/dist/components/core/card/CardItem.d.ts +13 -0
  181. package/dist/components/core/card/CardItem.d.ts.map +1 -0
  182. package/dist/components/core/card/CardItem.js +21 -0
  183. package/dist/components/core/card/CardItem.js.map +1 -0
  184. package/dist/components/core/card/CardItem.tsx +91 -0
  185. package/dist/components/core/card/CardUserViewLayout.d.ts +2 -0
  186. package/dist/components/core/card/CardUserViewLayout.d.ts.map +1 -0
  187. package/dist/components/core/card/CardUserViewLayout.js +94 -0
  188. package/dist/components/core/card/CardUserViewLayout.js.map +1 -0
  189. package/dist/components/core/card/CardUserViewLayout.tsx +68 -0
  190. package/dist/components/core/card/SolidCardView.d.ts +8 -0
  191. package/dist/components/core/card/SolidCardView.d.ts.map +1 -0
  192. package/dist/components/core/card/SolidCardView.js +365 -0
  193. package/dist/components/core/card/SolidCardView.js.map +1 -0
  194. package/dist/components/core/card/SolidCardView.tsx +528 -0
  195. package/dist/components/core/card/SolidCardViewConfigure.d.ts +2 -0
  196. package/dist/components/core/card/SolidCardViewConfigure.d.ts.map +1 -0
  197. package/dist/components/core/card/SolidCardViewConfigure.js +122 -0
  198. package/dist/components/core/card/SolidCardViewConfigure.js.map +1 -0
  199. package/dist/components/core/card/SolidCardViewConfigure.tsx +268 -0
  200. package/dist/components/core/chatter/SolidChatter.d.ts +3 -1
  201. package/dist/components/core/chatter/SolidChatter.d.ts.map +1 -1
  202. package/dist/components/core/chatter/SolidChatter.js +25 -23
  203. package/dist/components/core/chatter/SolidChatter.js.map +1 -1
  204. package/dist/components/core/chatter/SolidChatter.tsx +87 -69
  205. package/dist/components/core/chatter/SolidChatterAuditMessage.js +1 -1
  206. package/dist/components/core/chatter/SolidChatterAuditMessage.js.map +1 -1
  207. package/dist/components/core/chatter/SolidChatterAuditMessage.tsx +3 -3
  208. package/dist/components/core/chatter/SolidChatterCustomMessage.d.ts.map +1 -1
  209. package/dist/components/core/chatter/SolidChatterCustomMessage.js +2 -1
  210. package/dist/components/core/chatter/SolidChatterCustomMessage.js.map +1 -1
  211. package/dist/components/core/chatter/SolidChatterCustomMessage.tsx +3 -6
  212. package/dist/components/core/chatter/SolidChatterDateDivider.js.map +1 -1
  213. package/dist/components/core/chatter/SolidChatterDateDivider.tsx +1 -1
  214. package/dist/components/core/chatter/SolidChatterHeader.d.ts +3 -0
  215. package/dist/components/core/chatter/SolidChatterHeader.d.ts.map +1 -1
  216. package/dist/components/core/chatter/SolidChatterHeader.js +40 -30
  217. package/dist/components/core/chatter/SolidChatterHeader.js.map +1 -1
  218. package/dist/components/core/chatter/SolidChatterHeader.tsx +139 -101
  219. package/dist/components/core/chatter/SolidChatterMessageBox.d.ts.map +1 -1
  220. package/dist/components/core/chatter/SolidChatterMessageBox.js +55 -21
  221. package/dist/components/core/chatter/SolidChatterMessageBox.js.map +1 -1
  222. package/dist/components/core/chatter/SolidChatterMessageBox.tsx +124 -91
  223. package/dist/components/core/chatter/SolidMessageComposer.d.ts +7 -3
  224. package/dist/components/core/chatter/SolidMessageComposer.d.ts.map +1 -1
  225. package/dist/components/core/chatter/SolidMessageComposer.js +17 -7
  226. package/dist/components/core/chatter/SolidMessageComposer.js.map +1 -1
  227. package/dist/components/core/chatter/SolidMessageComposer.tsx +92 -49
  228. package/dist/components/core/chatter/chatter.module.css +217 -17
  229. package/dist/components/core/common/FilterComponent.d.ts +2 -8
  230. package/dist/components/core/common/FilterComponent.d.ts.map +1 -1
  231. package/dist/components/core/common/FilterComponent.js +27 -49
  232. package/dist/components/core/common/FilterComponent.js.map +1 -1
  233. package/dist/components/core/common/FilterComponent.tsx +69 -127
  234. package/dist/components/core/common/GroupingComponent.d.ts.map +1 -1
  235. package/dist/components/core/common/GroupingComponent.js +40 -70
  236. package/dist/components/core/common/GroupingComponent.js.map +1 -1
  237. package/dist/components/core/common/GroupingComponent.tsx +174 -251
  238. package/dist/components/core/common/SolidAccountSettings/SolidAccountSettings.d.ts +1 -1
  239. package/dist/components/core/common/SolidAccountSettings/SolidAccountSettings.d.ts.map +1 -1
  240. package/dist/components/core/common/SolidAccountSettings/SolidAccountSettings.js +12 -32
  241. package/dist/components/core/common/SolidAccountSettings/SolidAccountSettings.js.map +1 -1
  242. package/dist/components/core/common/SolidAccountSettings/SolidAccountSettings.module.css +530 -42
  243. package/dist/components/core/common/SolidAccountSettings/SolidAccountSettings.tsx +71 -86
  244. package/dist/components/core/common/SolidAccountSettings/SolidChangePassword.d.ts.map +1 -1
  245. package/dist/components/core/common/SolidAccountSettings/SolidChangePassword.js +75 -48
  246. package/dist/components/core/common/SolidAccountSettings/SolidChangePassword.js.map +1 -1
  247. package/dist/components/core/common/SolidAccountSettings/SolidChangePassword.tsx +242 -172
  248. package/dist/components/core/common/SolidAccountSettings/SolidNotifications.d.ts.map +1 -1
  249. package/dist/components/core/common/SolidAccountSettings/SolidNotifications.js +44 -55
  250. package/dist/components/core/common/SolidAccountSettings/SolidNotifications.js.map +1 -1
  251. package/dist/components/core/common/SolidAccountSettings/SolidNotifications.tsx +108 -125
  252. package/dist/components/core/common/SolidAccountSettings/SolidPersonalInfo.d.ts.map +1 -1
  253. package/dist/components/core/common/SolidAccountSettings/SolidPersonalInfo.js +106 -87
  254. package/dist/components/core/common/SolidAccountSettings/SolidPersonalInfo.js.map +1 -1
  255. package/dist/components/core/common/SolidAccountSettings/SolidPersonalInfo.tsx +332 -285
  256. package/dist/components/core/common/SolidAccountSettings/SolidVersionInfo.d.ts.map +1 -1
  257. package/dist/components/core/common/SolidAccountSettings/SolidVersionInfo.js +12 -13
  258. package/dist/components/core/common/SolidAccountSettings/SolidVersionInfo.js.map +1 -1
  259. package/dist/components/core/common/SolidAccountSettings/SolidVersionInfo.tsx +48 -65
  260. package/dist/components/core/common/SolidCreateButton.d.ts.map +1 -1
  261. package/dist/components/core/common/SolidCreateButton.js +5 -3
  262. package/dist/components/core/common/SolidCreateButton.js.map +1 -1
  263. package/dist/components/core/common/SolidCreateButton.tsx +20 -14
  264. package/dist/components/core/common/SolidGenericImport/SolidGenericImport.d.ts.map +1 -1
  265. package/dist/components/core/common/SolidGenericImport/SolidGenericImport.js +30 -11
  266. package/dist/components/core/common/SolidGenericImport/SolidGenericImport.js.map +1 -1
  267. package/dist/components/core/common/SolidGenericImport/SolidGenericImport.tsx +91 -43
  268. package/dist/components/core/common/SolidGenericImport/SolidImport.module.css +697 -27
  269. package/dist/components/core/common/SolidGenericImport/SolidImportDropzone.d.ts.map +1 -1
  270. package/dist/components/core/common/SolidGenericImport/SolidImportDropzone.js +14 -9
  271. package/dist/components/core/common/SolidGenericImport/SolidImportDropzone.js.map +1 -1
  272. package/dist/components/core/common/SolidGenericImport/SolidImportDropzone.tsx +46 -24
  273. package/dist/components/core/common/SolidGenericImport/SolidImportInstructions.d.ts.map +1 -1
  274. package/dist/components/core/common/SolidGenericImport/SolidImportInstructions.js +24 -25
  275. package/dist/components/core/common/SolidGenericImport/SolidImportInstructions.js.map +1 -1
  276. package/dist/components/core/common/SolidGenericImport/SolidImportInstructions.tsx +77 -54
  277. package/dist/components/core/common/SolidGenericImport/SolidImportStepper.d.ts +1 -1
  278. package/dist/components/core/common/SolidGenericImport/SolidImportStepper.d.ts.map +1 -1
  279. package/dist/components/core/common/SolidGenericImport/SolidImportStepper.js +15 -125
  280. package/dist/components/core/common/SolidGenericImport/SolidImportStepper.js.map +1 -1
  281. package/dist/components/core/common/SolidGenericImport/SolidImportStepper.tsx +35 -213
  282. package/dist/components/core/common/SolidGenericImport/SolidImportTransaction.d.ts.map +1 -1
  283. package/dist/components/core/common/SolidGenericImport/SolidImportTransaction.js +16 -31
  284. package/dist/components/core/common/SolidGenericImport/SolidImportTransaction.js.map +1 -1
  285. package/dist/components/core/common/SolidGenericImport/SolidImportTransaction.tsx +77 -84
  286. package/dist/components/core/common/SolidGenericImport/SolidImportTransactionStatus.d.ts.map +1 -1
  287. package/dist/components/core/common/SolidGenericImport/SolidImportTransactionStatus.js +11 -13
  288. package/dist/components/core/common/SolidGenericImport/SolidImportTransactionStatus.js.map +1 -1
  289. package/dist/components/core/common/SolidGenericImport/SolidImportTransactionStatus.tsx +87 -52
  290. package/dist/components/core/common/SolidGlobalSearchElement.d.ts.map +1 -1
  291. package/dist/components/core/common/SolidGlobalSearchElement.js +319 -161
  292. package/dist/components/core/common/SolidGlobalSearchElement.js.map +1 -1
  293. package/dist/components/core/common/SolidGlobalSearchElement.tsx +654 -287
  294. package/dist/components/core/common/SolidLayoutViews.d.ts.map +1 -1
  295. package/dist/components/core/common/SolidLayoutViews.js +5 -8
  296. package/dist/components/core/common/SolidLayoutViews.js.map +1 -1
  297. package/dist/components/core/common/SolidLayoutViews.tsx +49 -63
  298. package/dist/components/core/common/SolidListViewOptions.d.ts.map +1 -1
  299. package/dist/components/core/common/SolidListViewOptions.js +3 -3
  300. package/dist/components/core/common/SolidListViewOptions.js.map +1 -1
  301. package/dist/components/core/common/SolidListViewOptions.tsx +7 -6
  302. package/dist/components/core/common/SolidSaveCustomFilterForm.d.ts.map +1 -1
  303. package/dist/components/core/common/SolidSaveCustomFilterForm.js +3 -3
  304. package/dist/components/core/common/SolidSaveCustomFilterForm.js.map +1 -1
  305. package/dist/components/core/common/SolidSaveCustomFilterForm.tsx +31 -28
  306. package/dist/components/core/common/SolidSearchBox.d.ts.map +1 -1
  307. package/dist/components/core/common/SolidSearchBox.js +2 -2
  308. package/dist/components/core/common/SolidSearchBox.js.map +1 -1
  309. package/dist/components/core/common/SolidSearchBox.tsx +3 -4
  310. package/dist/components/core/common/SolidViewLayoutManager.d.ts +17 -0
  311. package/dist/components/core/common/SolidViewLayoutManager.d.ts.map +1 -1
  312. package/dist/components/core/common/SolidViewLayoutManager.js +58 -1
  313. package/dist/components/core/common/SolidViewLayoutManager.js.map +1 -1
  314. package/dist/components/core/common/SolidViewLayoutManager.ts +43 -2
  315. package/dist/components/core/dashboard/DashboardFilter.d.ts.map +1 -1
  316. package/dist/components/core/dashboard/DashboardFilter.js +8 -14
  317. package/dist/components/core/dashboard/DashboardFilter.js.map +1 -1
  318. package/dist/components/core/dashboard/DashboardFilter.tsx +26 -34
  319. package/dist/components/core/dashboard/PrimeDataTableWrapper.js +2 -2
  320. package/dist/components/core/dashboard/PrimeDataTableWrapper.js.map +1 -1
  321. package/dist/components/core/dashboard/PrimeDataTableWrapper.tsx +3 -3
  322. package/dist/components/core/dashboard/SolidDashboard.d.ts.map +1 -1
  323. package/dist/components/core/dashboard/SolidDashboard.js +13 -125
  324. package/dist/components/core/dashboard/SolidDashboard.js.map +1 -1
  325. package/dist/components/core/dashboard/SolidDashboard.module.css +3 -3
  326. package/dist/components/core/dashboard/SolidDashboard.tsx +41 -187
  327. package/dist/components/core/dashboard/SolidDashboardBody.d.ts.map +1 -1
  328. package/dist/components/core/dashboard/SolidDashboardBody.js +14 -14
  329. package/dist/components/core/dashboard/SolidDashboardBody.js.map +1 -1
  330. package/dist/components/core/dashboard/SolidDashboardBody.tsx +6 -7
  331. package/dist/components/core/dashboard/SolidDashboardFilterRequired.js +2 -1
  332. package/dist/components/core/dashboard/SolidDashboardFilterRequired.js.map +1 -1
  333. package/dist/components/core/dashboard/SolidDashboardFilterRequired.tsx +3 -3
  334. package/dist/components/core/dashboard/SolidDashboardLoading.d.ts.map +1 -1
  335. package/dist/components/core/dashboard/SolidDashboardLoading.js +5 -2
  336. package/dist/components/core/dashboard/SolidDashboardLoading.js.map +1 -1
  337. package/dist/components/core/dashboard/SolidDashboardLoading.tsx +20 -14
  338. package/dist/components/core/dashboard/SolidDashboardNotAvailable.js +2 -1
  339. package/dist/components/core/dashboard/SolidDashboardNotAvailable.js.map +1 -1
  340. package/dist/components/core/dashboard/SolidDashboardNotAvailable.tsx +3 -3
  341. package/dist/components/core/dashboard/SolidDashboardRenderError.d.ts.map +1 -1
  342. package/dist/components/core/dashboard/SolidDashboardRenderError.js +2 -1
  343. package/dist/components/core/dashboard/SolidDashboardRenderError.js.map +1 -1
  344. package/dist/components/core/dashboard/SolidDashboardRenderError.tsx +3 -4
  345. package/dist/components/core/dashboard/SolidDashboardVariable.d.ts.map +1 -1
  346. package/dist/components/core/dashboard/SolidDashboardVariable.js +9 -18
  347. package/dist/components/core/dashboard/SolidDashboardVariable.js.map +1 -1
  348. package/dist/components/core/dashboard/SolidDashboardVariable.tsx +40 -37
  349. package/dist/components/core/dashboard/SolidQuestionRenderer.d.ts.map +1 -1
  350. package/dist/components/core/dashboard/SolidQuestionRenderer.js +16 -11
  351. package/dist/components/core/dashboard/SolidQuestionRenderer.js.map +1 -1
  352. package/dist/components/core/dashboard/SolidQuestionRenderer.tsx +30 -11
  353. package/dist/components/core/dashboard/chart-renderers/PrimeReactDatatableRenderer.d.ts.map +1 -1
  354. package/dist/components/core/dashboard/chart-renderers/PrimeReactDatatableRenderer.js +4 -14
  355. package/dist/components/core/dashboard/chart-renderers/PrimeReactDatatableRenderer.js.map +1 -1
  356. package/dist/components/core/dashboard/chart-renderers/PrimeReactDatatableRenderer.tsx +24 -27
  357. package/dist/components/core/extension/solid-core/CustomIcon/StatusIcon.d.ts +1 -2
  358. package/dist/components/core/extension/solid-core/CustomIcon/StatusIcon.d.ts.map +1 -1
  359. package/dist/components/core/extension/solid-core/CustomIcon/StatusIcon.js +2 -2
  360. package/dist/components/core/extension/solid-core/CustomIcon/StatusIcon.js.map +1 -1
  361. package/dist/components/core/extension/solid-core/CustomIcon/StatusIcon.tsx +10 -12
  362. package/dist/components/core/extension/solid-core/chatterMessage/form/SolidChatterMessageCoModelEntityIdFormViewWidget.d.ts +3 -0
  363. package/dist/components/core/extension/solid-core/chatterMessage/form/SolidChatterMessageCoModelEntityIdFormViewWidget.d.ts.map +1 -0
  364. package/dist/components/core/extension/solid-core/chatterMessage/form/SolidChatterMessageCoModelEntityIdFormViewWidget.js +92 -0
  365. package/dist/components/core/extension/solid-core/chatterMessage/form/SolidChatterMessageCoModelEntityIdFormViewWidget.js.map +1 -0
  366. package/dist/components/core/extension/solid-core/chatterMessage/form/SolidChatterMessageCoModelEntityIdFormViewWidget.tsx +68 -0
  367. package/dist/components/core/extension/solid-core/chatterMessage/list/SolidChatterMessageCoModelEntityIdListViewWidget.d.ts +3 -0
  368. package/dist/components/core/extension/solid-core/chatterMessage/list/SolidChatterMessageCoModelEntityIdListViewWidget.d.ts.map +1 -0
  369. package/dist/components/core/extension/solid-core/chatterMessage/list/SolidChatterMessageCoModelEntityIdListViewWidget.js +87 -0
  370. package/dist/components/core/extension/solid-core/chatterMessage/list/SolidChatterMessageCoModelEntityIdListViewWidget.js.map +1 -0
  371. package/dist/components/core/extension/solid-core/chatterMessage/list/SolidChatterMessageCoModelEntityIdListViewWidget.tsx +70 -0
  372. package/dist/components/core/extension/solid-core/dashboardQuestion/ChartFormPreviewWidget.js +2 -2
  373. package/dist/components/core/extension/solid-core/dashboardQuestion/ChartFormPreviewWidget.js.map +1 -1
  374. package/dist/components/core/extension/solid-core/dashboardQuestion/ChartFormPreviewWidget.tsx +3 -3
  375. package/dist/components/core/extension/solid-core/listOfValues/form/SolidLovTypeChangeFormEditWidget.d.ts +3 -0
  376. package/dist/components/core/extension/solid-core/listOfValues/form/SolidLovTypeChangeFormEditWidget.d.ts.map +1 -0
  377. package/dist/components/core/extension/solid-core/listOfValues/form/SolidLovTypeChangeFormEditWidget.js +111 -0
  378. package/dist/components/core/extension/solid-core/listOfValues/form/SolidLovTypeChangeFormEditWidget.js.map +1 -0
  379. package/dist/components/core/extension/solid-core/listOfValues/form/SolidLovTypeChangeFormEditWidget.tsx +122 -0
  380. package/dist/components/core/extension/solid-core/media/card/MediaCardWidget.d.ts +3 -0
  381. package/dist/components/core/extension/solid-core/media/card/MediaCardWidget.d.ts.map +1 -0
  382. package/dist/components/core/extension/solid-core/media/card/MediaCardWidget.js +69 -0
  383. package/dist/components/core/extension/solid-core/media/card/MediaCardWidget.js.map +1 -0
  384. package/dist/components/core/extension/solid-core/media/card/MediaCardWidget.tsx +141 -0
  385. package/dist/components/core/extension/solid-core/modelMetadata/list/DeleteModelRowAction.d.ts.map +1 -1
  386. package/dist/components/core/extension/solid-core/modelMetadata/list/DeleteModelRowAction.js +3 -6
  387. package/dist/components/core/extension/solid-core/modelMetadata/list/DeleteModelRowAction.js.map +1 -1
  388. package/dist/components/core/extension/solid-core/modelMetadata/list/DeleteModelRowAction.tsx +54 -38
  389. package/dist/components/core/extension/solid-core/modelMetadata/list/GenerateModelCodeRowAction.d.ts.map +1 -1
  390. package/dist/components/core/extension/solid-core/modelMetadata/list/GenerateModelCodeRowAction.js +74 -97
  391. package/dist/components/core/extension/solid-core/modelMetadata/list/GenerateModelCodeRowAction.js.map +1 -1
  392. package/dist/components/core/extension/solid-core/modelMetadata/list/GenerateModelCodeRowAction.tsx +178 -188
  393. package/dist/components/core/extension/solid-core/moduleMetadata/list/DeleteModuleRowAction.d.ts.map +1 -1
  394. package/dist/components/core/extension/solid-core/moduleMetadata/list/DeleteModuleRowAction.js +33 -35
  395. package/dist/components/core/extension/solid-core/moduleMetadata/list/DeleteModuleRowAction.js.map +1 -1
  396. package/dist/components/core/extension/solid-core/moduleMetadata/list/DeleteModuleRowAction.tsx +123 -110
  397. package/dist/components/core/extension/solid-core/moduleMetadata/list/GenerateModuleCodeRowAction.d.ts.map +1 -1
  398. package/dist/components/core/extension/solid-core/moduleMetadata/list/GenerateModuleCodeRowAction.js +70 -106
  399. package/dist/components/core/extension/solid-core/moduleMetadata/list/GenerateModuleCodeRowAction.js.map +1 -1
  400. package/dist/components/core/extension/solid-core/moduleMetadata/list/GenerateModuleCodeRowAction.tsx +175 -182
  401. package/dist/components/core/extension/solid-core/mqMessage/form/SolidMqMessageStageFormViewWIdget.d.ts +3 -0
  402. package/dist/components/core/extension/solid-core/mqMessage/form/SolidMqMessageStageFormViewWIdget.d.ts.map +1 -0
  403. package/dist/components/core/extension/solid-core/mqMessage/form/SolidMqMessageStageFormViewWIdget.js +10 -0
  404. package/dist/components/core/extension/solid-core/mqMessage/form/SolidMqMessageStageFormViewWIdget.js.map +1 -0
  405. package/dist/components/core/extension/solid-core/mqMessage/form/SolidMqMessageStageFormViewWIdget.tsx +21 -0
  406. package/dist/components/core/extension/solid-core/mqMessage/form/mqMessageOnFormLoadHandler.d.ts +8 -0
  407. package/dist/components/core/extension/solid-core/mqMessage/form/mqMessageOnFormLoadHandler.d.ts.map +1 -0
  408. package/dist/components/core/extension/solid-core/mqMessage/form/mqMessageOnFormLoadHandler.js +62 -0
  409. package/dist/components/core/extension/solid-core/mqMessage/form/mqMessageOnFormLoadHandler.js.map +1 -0
  410. package/dist/components/core/extension/solid-core/mqMessage/form/mqMessageOnFormLoadHandler.tsx +27 -0
  411. package/dist/components/core/extension/solid-core/mqMessage/kanban/MqMessageKanbanCardWidget.d.ts +3 -0
  412. package/dist/components/core/extension/solid-core/mqMessage/kanban/MqMessageKanbanCardWidget.d.ts.map +1 -0
  413. package/dist/components/core/extension/solid-core/mqMessage/kanban/MqMessageKanbanCardWidget.js +128 -0
  414. package/dist/components/core/extension/solid-core/mqMessage/kanban/MqMessageKanbanCardWidget.js.map +1 -0
  415. package/dist/components/core/extension/solid-core/mqMessage/kanban/MqMessageKanbanCardWidget.tsx +195 -0
  416. package/dist/components/core/extension/solid-core/mqMessage/list/SolidMqMessageStageListViewWidget.d.ts +3 -0
  417. package/dist/components/core/extension/solid-core/mqMessage/list/SolidMqMessageStageListViewWidget.d.ts.map +1 -0
  418. package/dist/components/core/extension/solid-core/mqMessage/list/SolidMqMessageStageListViewWidget.js +8 -0
  419. package/dist/components/core/extension/solid-core/mqMessage/list/SolidMqMessageStageListViewWidget.js.map +1 -0
  420. package/dist/components/core/extension/solid-core/mqMessage/list/SolidMqMessageStageListViewWidget.tsx +15 -0
  421. package/dist/components/core/extension/solid-core/mqMessage/list/SolidMqMessagesSummarizeListHeaderAction.d.ts +3 -0
  422. package/dist/components/core/extension/solid-core/mqMessage/list/SolidMqMessagesSummarizeListHeaderAction.d.ts.map +1 -0
  423. package/dist/components/core/extension/solid-core/mqMessage/list/SolidMqMessagesSummarizeListHeaderAction.js +158 -0
  424. package/dist/components/core/extension/solid-core/mqMessage/list/SolidMqMessagesSummarizeListHeaderAction.js.map +1 -0
  425. package/dist/components/core/extension/solid-core/mqMessage/list/SolidMqMessagesSummarizeListHeaderAction.tsx +185 -0
  426. package/dist/components/core/extension/solid-core/mqMessage/ui/MqMessageStageBadge.d.ts +17 -0
  427. package/dist/components/core/extension/solid-core/mqMessage/ui/MqMessageStageBadge.d.ts.map +1 -0
  428. package/dist/components/core/extension/solid-core/mqMessage/ui/MqMessageStageBadge.js +52 -0
  429. package/dist/components/core/extension/solid-core/mqMessage/ui/MqMessageStageBadge.js.map +1 -0
  430. package/dist/components/core/extension/solid-core/mqMessage/ui/MqMessageStageBadge.tsx +83 -0
  431. package/dist/components/core/extension/solid-core/roleMetadata/RolePermissionsManyToManyFieldWidget.d.ts.map +1 -1
  432. package/dist/components/core/extension/solid-core/roleMetadata/RolePermissionsManyToManyFieldWidget.js +10 -18
  433. package/dist/components/core/extension/solid-core/roleMetadata/RolePermissionsManyToManyFieldWidget.js.map +1 -1
  434. package/dist/components/core/extension/solid-core/roleMetadata/RolePermissionsManyToManyFieldWidget.tsx +32 -53
  435. package/dist/components/core/field/FieldListViewData.d.ts.map +1 -1
  436. package/dist/components/core/field/FieldListViewData.js +83 -74
  437. package/dist/components/core/field/FieldListViewData.js.map +1 -1
  438. package/dist/components/core/field/FieldListViewData.tsx +120 -168
  439. package/dist/components/core/filter/SEARCH_FILTER_HIERARCHY.md +582 -0
  440. package/dist/components/core/filter/SolidBooleanFilterElement.d.ts +1 -1
  441. package/dist/components/core/filter/SolidBooleanFilterElement.d.ts.map +1 -1
  442. package/dist/components/core/filter/SolidBooleanFilterElement.js +4 -4
  443. package/dist/components/core/filter/SolidBooleanFilterElement.js.map +1 -1
  444. package/dist/components/core/filter/SolidBooleanFilterElement.tsx +7 -6
  445. package/dist/components/core/filter/SolidManyToManyFilterElement.d.ts +1 -1
  446. package/dist/components/core/filter/SolidManyToManyFilterElement.d.ts.map +1 -1
  447. package/dist/components/core/filter/SolidManyToManyFilterElement.js +5 -9
  448. package/dist/components/core/filter/SolidManyToManyFilterElement.js.map +1 -1
  449. package/dist/components/core/filter/SolidManyToManyFilterElement.tsx +8 -7
  450. package/dist/components/core/filter/SolidManyToOneFilterElement.d.ts +1 -1
  451. package/dist/components/core/filter/SolidManyToOneFilterElement.d.ts.map +1 -1
  452. package/dist/components/core/filter/SolidManyToOneFilterElement.js +4 -4
  453. package/dist/components/core/filter/SolidManyToOneFilterElement.js.map +1 -1
  454. package/dist/components/core/filter/SolidManyToOneFilterElement.tsx +7 -6
  455. package/dist/components/core/filter/SolidOneToManyFilterElement.d.ts +1 -1
  456. package/dist/components/core/filter/SolidOneToManyFilterElement.d.ts.map +1 -1
  457. package/dist/components/core/filter/SolidOneToManyFilterElement.js +5 -9
  458. package/dist/components/core/filter/SolidOneToManyFilterElement.js.map +1 -1
  459. package/dist/components/core/filter/SolidOneToManyFilterElement.tsx +8 -7
  460. package/dist/components/core/filter/SolidSelectionDynamicFilterElement.d.ts +1 -1
  461. package/dist/components/core/filter/SolidSelectionDynamicFilterElement.d.ts.map +1 -1
  462. package/dist/components/core/filter/SolidSelectionDynamicFilterElement.js +4 -4
  463. package/dist/components/core/filter/SolidSelectionDynamicFilterElement.js.map +1 -1
  464. package/dist/components/core/filter/SolidSelectionDynamicFilterElement.tsx +7 -6
  465. package/dist/components/core/filter/SolidSelectionStaticFilterElement.d.ts +1 -1
  466. package/dist/components/core/filter/SolidSelectionStaticFilterElement.d.ts.map +1 -1
  467. package/dist/components/core/filter/SolidSelectionStaticFilterElement.js +4 -4
  468. package/dist/components/core/filter/SolidSelectionStaticFilterElement.js.map +1 -1
  469. package/dist/components/core/filter/SolidSelectionStaticFilterElement.tsx +7 -6
  470. package/dist/components/core/filter/SolidVarInputsFilterElement.d.ts +1 -1
  471. package/dist/components/core/filter/SolidVarInputsFilterElement.d.ts.map +1 -1
  472. package/dist/components/core/filter/SolidVarInputsFilterElement.js +109 -38
  473. package/dist/components/core/filter/SolidVarInputsFilterElement.js.map +1 -1
  474. package/dist/components/core/filter/SolidVarInputsFilterElement.tsx +215 -155
  475. package/dist/components/core/filter/fields/SolidBooleanField.js +3 -3
  476. package/dist/components/core/filter/fields/SolidBooleanField.js.map +1 -1
  477. package/dist/components/core/filter/fields/SolidBooleanField.tsx +6 -6
  478. package/dist/components/core/filter/fields/SolidDateField.d.ts.map +1 -1
  479. package/dist/components/core/filter/fields/SolidDateField.js +3 -5
  480. package/dist/components/core/filter/fields/SolidDateField.js.map +1 -1
  481. package/dist/components/core/filter/fields/SolidDateField.tsx +6 -8
  482. package/dist/components/core/filter/fields/SolidDatetimeField.js +3 -3
  483. package/dist/components/core/filter/fields/SolidDatetimeField.js.map +1 -1
  484. package/dist/components/core/filter/fields/SolidDatetimeField.tsx +5 -5
  485. package/dist/components/core/filter/fields/SolidExternalIdField.js +5 -5
  486. package/dist/components/core/filter/fields/SolidExternalIdField.js.map +1 -1
  487. package/dist/components/core/filter/fields/SolidExternalIdField.tsx +8 -8
  488. package/dist/components/core/filter/fields/SolidIdField.d.ts.map +1 -1
  489. package/dist/components/core/filter/fields/SolidIdField.js +11 -4
  490. package/dist/components/core/filter/fields/SolidIdField.js.map +1 -1
  491. package/dist/components/core/filter/fields/SolidIdField.tsx +12 -5
  492. package/dist/components/core/filter/fields/SolidIntField.d.ts.map +1 -1
  493. package/dist/components/core/filter/fields/SolidIntField.js +3 -5
  494. package/dist/components/core/filter/fields/SolidIntField.js.map +1 -1
  495. package/dist/components/core/filter/fields/SolidIntField.tsx +6 -8
  496. package/dist/components/core/filter/fields/SolidMediaMultipleField.d.ts.map +1 -1
  497. package/dist/components/core/filter/fields/SolidMediaMultipleField.js +3 -5
  498. package/dist/components/core/filter/fields/SolidMediaMultipleField.js.map +1 -1
  499. package/dist/components/core/filter/fields/SolidMediaMultipleField.tsx +6 -8
  500. package/dist/components/core/filter/fields/SolidMediaSingleField.d.ts.map +1 -1
  501. package/dist/components/core/filter/fields/SolidMediaSingleField.js +3 -5
  502. package/dist/components/core/filter/fields/SolidMediaSingleField.js.map +1 -1
  503. package/dist/components/core/filter/fields/SolidMediaSingleField.tsx +6 -8
  504. package/dist/components/core/filter/fields/SolidSelectionDynamicField.js +3 -3
  505. package/dist/components/core/filter/fields/SolidSelectionDynamicField.js.map +1 -1
  506. package/dist/components/core/filter/fields/SolidSelectionDynamicField.tsx +5 -5
  507. package/dist/components/core/filter/fields/SolidSelectionStaticField.js +3 -3
  508. package/dist/components/core/filter/fields/SolidSelectionStaticField.js.map +1 -1
  509. package/dist/components/core/filter/fields/SolidSelectionStaticField.tsx +5 -5
  510. package/dist/components/core/filter/fields/SolidShortTextField.d.ts.map +1 -1
  511. package/dist/components/core/filter/fields/SolidShortTextField.js +3 -5
  512. package/dist/components/core/filter/fields/SolidShortTextField.js.map +1 -1
  513. package/dist/components/core/filter/fields/SolidShortTextField.tsx +6 -8
  514. package/dist/components/core/filter/fields/SolidTimeField.js +3 -3
  515. package/dist/components/core/filter/fields/SolidTimeField.js.map +1 -1
  516. package/dist/components/core/filter/fields/SolidTimeField.tsx +5 -5
  517. package/dist/components/core/filter/fields/SolidUuidField.js +5 -5
  518. package/dist/components/core/filter/fields/SolidUuidField.js.map +1 -1
  519. package/dist/components/core/filter/fields/SolidUuidField.tsx +8 -8
  520. package/dist/components/core/filter/fields/relations/SolidRelationManyToManyField.js +2 -2
  521. package/dist/components/core/filter/fields/relations/SolidRelationManyToManyField.js.map +1 -1
  522. package/dist/components/core/filter/fields/relations/SolidRelationManyToManyField.tsx +4 -4
  523. package/dist/components/core/filter/fields/relations/SolidRelationManyToOneField.js +3 -3
  524. package/dist/components/core/filter/fields/relations/SolidRelationManyToOneField.js.map +1 -1
  525. package/dist/components/core/filter/fields/relations/SolidRelationManyToOneField.tsx +5 -5
  526. package/dist/components/core/filter/fields/relations/SolidRelationOneToManyField.js +2 -2
  527. package/dist/components/core/filter/fields/relations/SolidRelationOneToManyField.js.map +1 -1
  528. package/dist/components/core/filter/fields/relations/SolidRelationOneToManyField.tsx +4 -4
  529. package/dist/components/core/filter/filterMatchMode.d.ts +17 -0
  530. package/dist/components/core/filter/filterMatchMode.d.ts.map +1 -0
  531. package/dist/components/core/filter/filterMatchMode.js +16 -0
  532. package/dist/components/core/filter/filterMatchMode.js.map +1 -0
  533. package/dist/components/core/filter/filterMatchMode.ts +18 -0
  534. package/dist/components/core/form/SolidFormActionHeader.d.ts +1 -1
  535. package/dist/components/core/form/SolidFormActionHeader.d.ts.map +1 -1
  536. package/dist/components/core/form/SolidFormActionHeader.js +61 -55
  537. package/dist/components/core/form/SolidFormActionHeader.js.map +1 -1
  538. package/dist/components/core/form/SolidFormActionHeader.tsx +356 -334
  539. package/dist/components/core/form/SolidFormFieldRender.js +2 -2
  540. package/dist/components/core/form/SolidFormFieldRender.js.map +1 -1
  541. package/dist/components/core/form/SolidFormFieldRender.tsx +2 -2
  542. package/dist/components/core/form/SolidFormFooter.d.ts.map +1 -1
  543. package/dist/components/core/form/SolidFormFooter.js +3 -3
  544. package/dist/components/core/form/SolidFormFooter.js.map +1 -1
  545. package/dist/components/core/form/SolidFormFooter.tsx +26 -19
  546. package/dist/components/core/form/SolidFormUserViewLayout.d.ts.map +1 -1
  547. package/dist/components/core/form/SolidFormUserViewLayout.js +3 -6
  548. package/dist/components/core/form/SolidFormUserViewLayout.js.map +1 -1
  549. package/dist/components/core/form/SolidFormUserViewLayout.tsx +9 -13
  550. package/dist/components/core/form/SolidFormView.d.ts +0 -3
  551. package/dist/components/core/form/SolidFormView.d.ts.map +1 -1
  552. package/dist/components/core/form/SolidFormView.js +78 -127
  553. package/dist/components/core/form/SolidFormView.js.map +1 -1
  554. package/dist/components/core/form/SolidFormView.tsx +168 -212
  555. package/dist/components/core/form/SolidFormViewContextMenuHeaderButton.d.ts +3 -1
  556. package/dist/components/core/form/SolidFormViewContextMenuHeaderButton.d.ts.map +1 -1
  557. package/dist/components/core/form/SolidFormViewContextMenuHeaderButton.js +22 -16
  558. package/dist/components/core/form/SolidFormViewContextMenuHeaderButton.js.map +1 -1
  559. package/dist/components/core/form/SolidFormViewContextMenuHeaderButton.tsx +46 -17
  560. package/dist/components/core/form/SolidFormViewNormalHeaderButton.d.ts +3 -1
  561. package/dist/components/core/form/SolidFormViewNormalHeaderButton.d.ts.map +1 -1
  562. package/dist/components/core/form/SolidFormViewNormalHeaderButton.js +32 -15
  563. package/dist/components/core/form/SolidFormViewNormalHeaderButton.js.map +1 -1
  564. package/dist/components/core/form/SolidFormViewNormalHeaderButton.tsx +40 -17
  565. package/dist/components/core/form/SolidFormViewShimmerLoading.d.ts.map +1 -1
  566. package/dist/components/core/form/SolidFormViewShimmerLoading.js +5 -2
  567. package/dist/components/core/form/SolidFormViewShimmerLoading.js.map +1 -1
  568. package/dist/components/core/form/SolidFormViewShimmerLoading.tsx +40 -37
  569. package/dist/components/core/form/fields/SolidBooleanField.d.ts +1 -1
  570. package/dist/components/core/form/fields/SolidBooleanField.d.ts.map +1 -1
  571. package/dist/components/core/form/fields/SolidBooleanField.js +80 -69
  572. package/dist/components/core/form/fields/SolidBooleanField.js.map +1 -1
  573. package/dist/components/core/form/fields/SolidBooleanField.tsx +116 -145
  574. package/dist/components/core/form/fields/SolidDateField.d.ts.map +1 -1
  575. package/dist/components/core/form/fields/SolidDateField.js +22 -49
  576. package/dist/components/core/form/fields/SolidDateField.js.map +1 -1
  577. package/dist/components/core/form/fields/SolidDateField.tsx +30 -72
  578. package/dist/components/core/form/fields/SolidDateTimeField.d.ts.map +1 -1
  579. package/dist/components/core/form/fields/SolidDateTimeField.js +22 -48
  580. package/dist/components/core/form/fields/SolidDateTimeField.js.map +1 -1
  581. package/dist/components/core/form/fields/SolidDateTimeField.tsx +33 -69
  582. package/dist/components/core/form/fields/SolidDecimalField.d.ts +1 -1
  583. package/dist/components/core/form/fields/SolidDecimalField.d.ts.map +1 -1
  584. package/dist/components/core/form/fields/SolidDecimalField.js +17 -17
  585. package/dist/components/core/form/fields/SolidDecimalField.js.map +1 -1
  586. package/dist/components/core/form/fields/SolidDecimalField.tsx +21 -24
  587. package/dist/components/core/form/fields/SolidEmailField.d.ts.map +1 -1
  588. package/dist/components/core/form/fields/SolidEmailField.js +11 -15
  589. package/dist/components/core/form/fields/SolidEmailField.js.map +1 -1
  590. package/dist/components/core/form/fields/SolidEmailField.tsx +27 -33
  591. package/dist/components/core/form/fields/SolidIntegerField.d.ts +1 -1
  592. package/dist/components/core/form/fields/SolidIntegerField.d.ts.map +1 -1
  593. package/dist/components/core/form/fields/SolidIntegerField.js +12 -9
  594. package/dist/components/core/form/fields/SolidIntegerField.js.map +1 -1
  595. package/dist/components/core/form/fields/SolidIntegerField.tsx +23 -24
  596. package/dist/components/core/form/fields/SolidJsonField.d.ts.map +1 -1
  597. package/dist/components/core/form/fields/SolidJsonField.js +15 -10
  598. package/dist/components/core/form/fields/SolidJsonField.js.map +1 -1
  599. package/dist/components/core/form/fields/SolidJsonField.tsx +21 -20
  600. package/dist/components/core/form/fields/SolidLongTextField.d.ts.map +1 -1
  601. package/dist/components/core/form/fields/SolidLongTextField.js +28 -44
  602. package/dist/components/core/form/fields/SolidLongTextField.js.map +1 -1
  603. package/dist/components/core/form/fields/SolidLongTextField.tsx +90 -119
  604. package/dist/components/core/form/fields/SolidMediaMultipleField.d.ts.map +1 -1
  605. package/dist/components/core/form/fields/SolidMediaMultipleField.js +41 -49
  606. package/dist/components/core/form/fields/SolidMediaMultipleField.js.map +1 -1
  607. package/dist/components/core/form/fields/SolidMediaMultipleField.tsx +127 -111
  608. package/dist/components/core/form/fields/SolidMediaSingleField.d.ts.map +1 -1
  609. package/dist/components/core/form/fields/SolidMediaSingleField.js +10 -23
  610. package/dist/components/core/form/fields/SolidMediaSingleField.js.map +1 -1
  611. package/dist/components/core/form/fields/SolidMediaSingleField.tsx +117 -100
  612. package/dist/components/core/form/fields/SolidPasswordField.d.ts.map +1 -1
  613. package/dist/components/core/form/fields/SolidPasswordField.js +29 -32
  614. package/dist/components/core/form/fields/SolidPasswordField.js.map +1 -1
  615. package/dist/components/core/form/fields/SolidPasswordField.tsx +122 -117
  616. package/dist/components/core/form/fields/SolidRichTextField.d.ts.map +1 -1
  617. package/dist/components/core/form/fields/SolidRichTextField.js +6 -8
  618. package/dist/components/core/form/fields/SolidRichTextField.js.map +1 -1
  619. package/dist/components/core/form/fields/SolidRichTextField.tsx +31 -46
  620. package/dist/components/core/form/fields/SolidSelectionDynamicField.d.ts.map +1 -1
  621. package/dist/components/core/form/fields/SolidSelectionDynamicField.js +36 -24
  622. package/dist/components/core/form/fields/SolidSelectionDynamicField.js.map +1 -1
  623. package/dist/components/core/form/fields/SolidSelectionDynamicField.tsx +56 -61
  624. package/dist/components/core/form/fields/SolidSelectionStaticField.d.ts.map +1 -1
  625. package/dist/components/core/form/fields/SolidSelectionStaticField.js +60 -74
  626. package/dist/components/core/form/fields/SolidSelectionStaticField.js.map +1 -1
  627. package/dist/components/core/form/fields/SolidSelectionStaticField.tsx +99 -167
  628. package/dist/components/core/form/fields/SolidShortTextField.d.ts.map +1 -1
  629. package/dist/components/core/form/fields/SolidShortTextField.js +23 -36
  630. package/dist/components/core/form/fields/SolidShortTextField.js.map +1 -1
  631. package/dist/components/core/form/fields/SolidShortTextField.tsx +54 -119
  632. package/dist/components/core/form/fields/SolidTimeField.d.ts.map +1 -1
  633. package/dist/components/core/form/fields/SolidTimeField.js +14 -14
  634. package/dist/components/core/form/fields/SolidTimeField.js.map +1 -1
  635. package/dist/components/core/form/fields/SolidTimeField.tsx +23 -26
  636. package/dist/components/core/form/fields/fieldEventUtils.d.ts +10 -0
  637. package/dist/components/core/form/fields/fieldEventUtils.d.ts.map +1 -0
  638. package/dist/components/core/form/fields/fieldEventUtils.js +11 -0
  639. package/dist/components/core/form/fields/fieldEventUtils.js.map +1 -0
  640. package/dist/components/core/form/fields/fieldEventUtils.ts +24 -0
  641. package/dist/components/core/form/fields/relations/SolidRelationManyToManyField.d.ts.map +1 -1
  642. package/dist/components/core/form/fields/relations/SolidRelationManyToManyField.js +31 -28
  643. package/dist/components/core/form/fields/relations/SolidRelationManyToManyField.js.map +1 -1
  644. package/dist/components/core/form/fields/relations/SolidRelationManyToManyField.tsx +105 -103
  645. package/dist/components/core/form/fields/relations/SolidRelationManyToOneField.d.ts.map +1 -1
  646. package/dist/components/core/form/fields/relations/SolidRelationManyToOneField.js +38 -30
  647. package/dist/components/core/form/fields/relations/SolidRelationManyToOneField.js.map +1 -1
  648. package/dist/components/core/form/fields/relations/SolidRelationManyToOneField.tsx +55 -40
  649. package/dist/components/core/form/fields/relations/SolidRelationOneToManyField.d.ts.map +1 -1
  650. package/dist/components/core/form/fields/relations/SolidRelationOneToManyField.js +17 -19
  651. package/dist/components/core/form/fields/relations/SolidRelationOneToManyField.js.map +1 -1
  652. package/dist/components/core/form/fields/relations/SolidRelationOneToManyField.tsx +40 -29
  653. package/dist/components/core/form/fields/relations/widgets/helpers/InlineRelationEntityDialog.d.ts.map +1 -1
  654. package/dist/components/core/form/fields/relations/widgets/helpers/InlineRelationEntityDialog.js +5 -8
  655. package/dist/components/core/form/fields/relations/widgets/helpers/InlineRelationEntityDialog.js.map +1 -1
  656. package/dist/components/core/form/fields/relations/widgets/helpers/InlineRelationEntityDialog.tsx +20 -13
  657. package/dist/components/core/form/fields/solidFields.module.css +263 -1
  658. package/dist/components/core/form/fields/widgets/SolidAiInteractionMetadataFieldFormWidget.d.ts.map +1 -1
  659. package/dist/components/core/form/fields/widgets/SolidAiInteractionMetadataFieldFormWidget.js +76 -56
  660. package/dist/components/core/form/fields/widgets/SolidAiInteractionMetadataFieldFormWidget.js.map +1 -1
  661. package/dist/components/core/form/fields/widgets/SolidAiInteractionMetadataFieldFormWidget.tsx +106 -120
  662. package/dist/components/core/form/fields/widgets/SolidChatterMessageCoModelEntityIdFormViewWidget.d.ts +3 -0
  663. package/dist/components/core/form/fields/widgets/SolidChatterMessageCoModelEntityIdFormViewWidget.d.ts.map +1 -0
  664. package/dist/components/core/form/fields/widgets/SolidChatterMessageCoModelEntityIdFormViewWidget.js +92 -0
  665. package/dist/components/core/form/fields/widgets/SolidChatterMessageCoModelEntityIdFormViewWidget.js.map +1 -0
  666. package/dist/components/core/form/fields/widgets/SolidChatterMessageCoModelEntityIdFormViewWidget.tsx +68 -0
  667. package/dist/components/core/form/fields/widgets/SolidIconEditWidget.d.ts.map +1 -1
  668. package/dist/components/core/form/fields/widgets/SolidIconEditWidget.js +21 -31
  669. package/dist/components/core/form/fields/widgets/SolidIconEditWidget.js.map +1 -1
  670. package/dist/components/core/form/fields/widgets/SolidIconEditWidget.tsx +62 -58
  671. package/dist/components/core/form/fields/widgets/SolidLovTypeChangeFormEditWidget.d.ts +3 -0
  672. package/dist/components/core/form/fields/widgets/SolidLovTypeChangeFormEditWidget.d.ts.map +1 -0
  673. package/dist/components/core/form/fields/widgets/SolidLovTypeChangeFormEditWidget.js +111 -0
  674. package/dist/components/core/form/fields/widgets/SolidLovTypeChangeFormEditWidget.js.map +1 -0
  675. package/dist/components/core/form/fields/widgets/SolidLovTypeChangeFormEditWidget.tsx +122 -0
  676. package/dist/components/core/form/fields/widgets/SolidRelationFieldAvatarFormWidget.d.ts.map +1 -1
  677. package/dist/components/core/form/fields/widgets/SolidRelationFieldAvatarFormWidget.js.map +1 -1
  678. package/dist/components/core/form/fields/widgets/SolidRelationFieldAvatarFormWidget.tsx +0 -5
  679. package/dist/components/core/form/fields/widgets/SolidS3FileViewerWidget.d.ts.map +1 -1
  680. package/dist/components/core/form/fields/widgets/SolidS3FileViewerWidget.js +9 -8
  681. package/dist/components/core/form/fields/widgets/SolidS3FileViewerWidget.js.map +1 -1
  682. package/dist/components/core/form/fields/widgets/SolidS3FileViewerWidget.tsx +43 -33
  683. package/dist/components/core/form/fields/widgets/SolidShortTextFieldAvatarWidget.d.ts.map +1 -1
  684. package/dist/components/core/form/fields/widgets/SolidShortTextFieldAvatarWidget.js.map +1 -1
  685. package/dist/components/core/form/fields/widgets/SolidShortTextFieldAvatarWidget.tsx +1 -6
  686. package/dist/components/core/kanban/KanbanBoard.d.ts +1 -1
  687. package/dist/components/core/kanban/KanbanBoard.d.ts.map +1 -1
  688. package/dist/components/core/kanban/KanbanBoard.js +44 -8
  689. package/dist/components/core/kanban/KanbanBoard.js.map +1 -1
  690. package/dist/components/core/kanban/KanbanBoard.tsx +63 -9
  691. package/dist/components/core/kanban/KanbanCard.d.ts +8 -0
  692. package/dist/components/core/kanban/KanbanCard.d.ts.map +1 -1
  693. package/dist/components/core/kanban/KanbanCard.js +22 -162
  694. package/dist/components/core/kanban/KanbanCard.js.map +1 -1
  695. package/dist/components/core/kanban/KanbanCard.tsx +67 -224
  696. package/dist/components/core/kanban/KanbanColumn.d.ts +4 -2
  697. package/dist/components/core/kanban/KanbanColumn.d.ts.map +1 -1
  698. package/dist/components/core/kanban/KanbanColumn.js +8 -14
  699. package/dist/components/core/kanban/KanbanColumn.js.map +1 -1
  700. package/dist/components/core/kanban/KanbanColumn.tsx +60 -80
  701. package/dist/components/core/kanban/KanbanUserViewLayout.d.ts.map +1 -1
  702. package/dist/components/core/kanban/KanbanUserViewLayout.js +4 -7
  703. package/dist/components/core/kanban/KanbanUserViewLayout.js.map +1 -1
  704. package/dist/components/core/kanban/KanbanUserViewLayout.tsx +15 -16
  705. package/dist/components/core/kanban/SolidKanbanView.d.ts +0 -2
  706. package/dist/components/core/kanban/SolidKanbanView.d.ts.map +1 -1
  707. package/dist/components/core/kanban/SolidKanbanView.js +121 -74
  708. package/dist/components/core/kanban/SolidKanbanView.js.map +1 -1
  709. package/dist/components/core/kanban/SolidKanbanView.tsx +221 -139
  710. package/dist/components/core/kanban/SolidKanbanViewConfigure.d.ts +1 -1
  711. package/dist/components/core/kanban/SolidKanbanViewConfigure.d.ts.map +1 -1
  712. package/dist/components/core/kanban/SolidKanbanViewConfigure.js +111 -52
  713. package/dist/components/core/kanban/SolidKanbanViewConfigure.js.map +1 -1
  714. package/dist/components/core/kanban/SolidKanbanViewConfigure.tsx +239 -122
  715. package/dist/components/core/list/ListViewRowActionPopup.d.ts.map +1 -1
  716. package/dist/components/core/list/ListViewRowActionPopup.js +3 -2
  717. package/dist/components/core/list/ListViewRowActionPopup.js.map +1 -1
  718. package/dist/components/core/list/ListViewRowActionPopup.tsx +8 -5
  719. package/dist/components/core/list/PLAN.md +22 -2
  720. package/dist/components/core/list/SolidColumnSelector/SolidListColumnSelector.d.ts +1 -1
  721. package/dist/components/core/list/SolidColumnSelector/SolidListColumnSelector.d.ts.map +1 -1
  722. package/dist/components/core/list/SolidColumnSelector/SolidListColumnSelector.js +3 -8
  723. package/dist/components/core/list/SolidColumnSelector/SolidListColumnSelector.js.map +1 -1
  724. package/dist/components/core/list/SolidColumnSelector/SolidListColumnSelector.tsx +19 -24
  725. package/dist/components/core/list/SolidDataTable.d.ts +1 -0
  726. package/dist/components/core/list/SolidDataTable.d.ts.map +1 -1
  727. package/dist/components/core/list/SolidDataTable.js +26 -6
  728. package/dist/components/core/list/SolidDataTable.js.map +1 -1
  729. package/dist/components/core/list/SolidDataTable.tsx +38 -7
  730. package/dist/components/core/list/SolidEmptyListViewPlaceholder.d.ts +1 -1
  731. package/dist/components/core/list/SolidEmptyListViewPlaceholder.d.ts.map +1 -1
  732. package/dist/components/core/list/SolidEmptyListViewPlaceholder.js +51 -30
  733. package/dist/components/core/list/SolidEmptyListViewPlaceholder.js.map +1 -1
  734. package/dist/components/core/list/SolidEmptyListViewPlaceholder.tsx +122 -90
  735. package/dist/components/core/list/SolidListView.d.ts +5 -12
  736. package/dist/components/core/list/SolidListView.d.ts.map +1 -1
  737. package/dist/components/core/list/SolidListView.js +363 -426
  738. package/dist/components/core/list/SolidListView.js.map +1 -1
  739. package/dist/components/core/list/SolidListView.tsx +714 -899
  740. package/dist/components/core/list/SolidListViewConfigure.d.ts.map +1 -1
  741. package/dist/components/core/list/SolidListViewConfigure.js +50 -61
  742. package/dist/components/core/list/SolidListViewConfigure.js.map +1 -1
  743. package/dist/components/core/list/SolidListViewConfigure.tsx +237 -215
  744. package/dist/components/core/list/SolidListViewHeaderButton.d.ts.map +1 -1
  745. package/dist/components/core/list/SolidListViewHeaderButton.js +6 -5
  746. package/dist/components/core/list/SolidListViewHeaderButton.js.map +1 -1
  747. package/dist/components/core/list/SolidListViewHeaderButton.tsx +9 -7
  748. package/dist/components/core/list/SolidListViewHeaderContextMenuButton.d.ts +1 -1
  749. package/dist/components/core/list/SolidListViewHeaderContextMenuButton.d.ts.map +1 -1
  750. package/dist/components/core/list/SolidListViewHeaderContextMenuButton.js +12 -7
  751. package/dist/components/core/list/SolidListViewHeaderContextMenuButton.js.map +1 -1
  752. package/dist/components/core/list/SolidListViewHeaderContextMenuButton.tsx +15 -13
  753. package/dist/components/core/list/SolidListViewRowActionMenuItem.d.ts +2 -0
  754. package/dist/components/core/list/SolidListViewRowActionMenuItem.d.ts.map +1 -0
  755. package/dist/components/core/list/SolidListViewRowActionMenuItem.js +42 -0
  756. package/dist/components/core/list/SolidListViewRowActionMenuItem.js.map +1 -0
  757. package/dist/components/core/list/SolidListViewRowActionMenuItem.tsx +43 -0
  758. package/dist/components/core/list/SolidListViewRowActionsMenu.d.ts +2 -0
  759. package/dist/components/core/list/SolidListViewRowActionsMenu.d.ts.map +1 -0
  760. package/dist/components/core/list/SolidListViewRowActionsMenu.js +32 -0
  761. package/dist/components/core/list/SolidListViewRowActionsMenu.js.map +1 -0
  762. package/dist/components/core/list/SolidListViewRowActionsMenu.tsx +106 -0
  763. package/dist/components/core/list/SolidListViewShimmerLoading.d.ts.map +1 -1
  764. package/dist/components/core/list/SolidListViewShimmerLoading.js +3 -4
  765. package/dist/components/core/list/SolidListViewShimmerLoading.js.map +1 -1
  766. package/dist/components/core/list/SolidListViewShimmerLoading.tsx +4 -72
  767. package/dist/components/core/list/SolidListViewWrapper.module.css +82 -41
  768. package/dist/components/core/list/SolidManyToOneFilterElement.d.ts.map +1 -1
  769. package/dist/components/core/list/SolidManyToOneFilterElement.js +2 -2
  770. package/dist/components/core/list/SolidManyToOneFilterElement.js.map +1 -1
  771. package/dist/components/core/list/SolidManyToOneFilterElement.tsx +5 -5
  772. package/dist/components/core/list/SolidSelectionDynamicFilterElement.d.ts.map +1 -1
  773. package/dist/components/core/list/SolidSelectionDynamicFilterElement.js +2 -2
  774. package/dist/components/core/list/SolidSelectionDynamicFilterElement.js.map +1 -1
  775. package/dist/components/core/list/SolidSelectionDynamicFilterElement.tsx +5 -4
  776. package/dist/components/core/list/SolidSelectionStaticFilterElement.d.ts.map +1 -1
  777. package/dist/components/core/list/SolidSelectionStaticFilterElement.js +2 -2
  778. package/dist/components/core/list/SolidSelectionStaticFilterElement.js.map +1 -1
  779. package/dist/components/core/list/SolidSelectionStaticFilterElement.tsx +5 -4
  780. package/dist/components/core/list/SolidTableRowCell.d.ts.map +1 -1
  781. package/dist/components/core/list/SolidTableRowCell.js +4 -3
  782. package/dist/components/core/list/SolidTableRowCell.js.map +1 -1
  783. package/dist/components/core/list/SolidTableRowCell.tsx +11 -8
  784. package/dist/components/core/list/columns/SolidBooleanColumn.js +2 -2
  785. package/dist/components/core/list/columns/SolidBooleanColumn.js.map +1 -1
  786. package/dist/components/core/list/columns/SolidBooleanColumn.tsx +2 -2
  787. package/dist/components/core/list/columns/SolidDateColumn.js +1 -1
  788. package/dist/components/core/list/columns/SolidDateColumn.js.map +1 -1
  789. package/dist/components/core/list/columns/SolidDateColumn.tsx +1 -1
  790. package/dist/components/core/list/columns/SolidDatetimeColumn.js +1 -1
  791. package/dist/components/core/list/columns/SolidDatetimeColumn.js.map +1 -1
  792. package/dist/components/core/list/columns/SolidDatetimeColumn.tsx +1 -1
  793. package/dist/components/core/list/columns/SolidExternalIdColumn.js +1 -1
  794. package/dist/components/core/list/columns/SolidExternalIdColumn.js.map +1 -1
  795. package/dist/components/core/list/columns/SolidExternalIdColumn.tsx +1 -1
  796. package/dist/components/core/list/columns/SolidIdColumn.js +2 -2
  797. package/dist/components/core/list/columns/SolidIdColumn.js.map +1 -1
  798. package/dist/components/core/list/columns/SolidIdColumn.tsx +3 -3
  799. package/dist/components/core/list/columns/SolidIntColumn.d.ts.map +1 -1
  800. package/dist/components/core/list/columns/SolidIntColumn.js +2 -2
  801. package/dist/components/core/list/columns/SolidIntColumn.js.map +1 -1
  802. package/dist/components/core/list/columns/SolidIntColumn.tsx +4 -2
  803. package/dist/components/core/list/columns/SolidMediaMultipleColumn.d.ts.map +1 -1
  804. package/dist/components/core/list/columns/SolidMediaMultipleColumn.js +7 -10
  805. package/dist/components/core/list/columns/SolidMediaMultipleColumn.js.map +1 -1
  806. package/dist/components/core/list/columns/SolidMediaMultipleColumn.tsx +13 -18
  807. package/dist/components/core/list/columns/SolidMediaSingleColumn.d.ts.map +1 -1
  808. package/dist/components/core/list/columns/SolidMediaSingleColumn.js +4 -4
  809. package/dist/components/core/list/columns/SolidMediaSingleColumn.js.map +1 -1
  810. package/dist/components/core/list/columns/SolidMediaSingleColumn.tsx +4 -4
  811. package/dist/components/core/list/columns/SolidSelectionDynamicColumn.js +1 -1
  812. package/dist/components/core/list/columns/SolidSelectionDynamicColumn.js.map +1 -1
  813. package/dist/components/core/list/columns/SolidSelectionDynamicColumn.tsx +1 -1
  814. package/dist/components/core/list/columns/SolidSelectionStaticColumn.js +1 -1
  815. package/dist/components/core/list/columns/SolidSelectionStaticColumn.js.map +1 -1
  816. package/dist/components/core/list/columns/SolidSelectionStaticColumn.tsx +1 -1
  817. package/dist/components/core/list/columns/SolidShortTextColumn.js +1 -1
  818. package/dist/components/core/list/columns/SolidShortTextColumn.js.map +1 -1
  819. package/dist/components/core/list/columns/SolidShortTextColumn.tsx +1 -1
  820. package/dist/components/core/list/columns/SolidTimeColumn.js +1 -1
  821. package/dist/components/core/list/columns/SolidTimeColumn.js.map +1 -1
  822. package/dist/components/core/list/columns/SolidTimeColumn.tsx +1 -1
  823. package/dist/components/core/list/columns/SolidUuidColumn.js +1 -1
  824. package/dist/components/core/list/columns/SolidUuidColumn.js.map +1 -1
  825. package/dist/components/core/list/columns/SolidUuidColumn.tsx +1 -1
  826. package/dist/components/core/list/columns/relations/SolidRelationManyToManyColumn.js +1 -1
  827. package/dist/components/core/list/columns/relations/SolidRelationManyToManyColumn.js.map +1 -1
  828. package/dist/components/core/list/columns/relations/SolidRelationManyToManyColumn.tsx +1 -1
  829. package/dist/components/core/list/columns/relations/SolidRelationManyToOneColumn.d.ts.map +1 -1
  830. package/dist/components/core/list/columns/relations/SolidRelationManyToOneColumn.js +5 -7
  831. package/dist/components/core/list/columns/relations/SolidRelationManyToOneColumn.js.map +1 -1
  832. package/dist/components/core/list/columns/relations/SolidRelationManyToOneColumn.tsx +9 -11
  833. package/dist/components/core/list/columns/relations/SolidRelationOneToManyColumn.js +1 -1
  834. package/dist/components/core/list/columns/relations/SolidRelationOneToManyColumn.js.map +1 -1
  835. package/dist/components/core/list/columns/relations/SolidRelationOneToManyColumn.tsx +1 -1
  836. package/dist/components/core/list/widgets/SolidChatterMessageCoModelEntityIdListViewWidget.d.ts +3 -0
  837. package/dist/components/core/list/widgets/SolidChatterMessageCoModelEntityIdListViewWidget.d.ts.map +1 -0
  838. package/dist/components/core/list/widgets/SolidChatterMessageCoModelEntityIdListViewWidget.js +87 -0
  839. package/dist/components/core/list/widgets/SolidChatterMessageCoModelEntityIdListViewWidget.js.map +1 -0
  840. package/dist/components/core/list/widgets/SolidChatterMessageCoModelEntityIdListViewWidget.tsx +70 -0
  841. package/dist/components/core/list/widgets/SolidMqMessageStageListViewWidget.d.ts +3 -0
  842. package/dist/components/core/list/widgets/SolidMqMessageStageListViewWidget.d.ts.map +1 -0
  843. package/dist/components/core/list/widgets/SolidMqMessageStageListViewWidget.js +33 -0
  844. package/dist/components/core/list/widgets/SolidMqMessageStageListViewWidget.js.map +1 -0
  845. package/dist/components/core/list/widgets/SolidMqMessageStageListViewWidget.tsx +50 -0
  846. package/dist/components/core/list/widgets/SolidSummarizeListHeaderActionMqMessages.d.ts +3 -0
  847. package/dist/components/core/list/widgets/SolidSummarizeListHeaderActionMqMessages.d.ts.map +1 -0
  848. package/dist/components/core/list/widgets/SolidSummarizeListHeaderActionMqMessages.js +158 -0
  849. package/dist/components/core/list/widgets/SolidSummarizeListHeaderActionMqMessages.js.map +1 -0
  850. package/dist/components/core/list/widgets/SolidSummarizeListHeaderActionMqMessages.tsx +185 -0
  851. package/dist/components/core/locales/SolidChatterLocaleTabView.d.ts.map +1 -1
  852. package/dist/components/core/locales/SolidChatterLocaleTabView.js +56 -7
  853. package/dist/components/core/locales/SolidChatterLocaleTabView.js.map +1 -1
  854. package/dist/components/core/locales/SolidChatterLocaleTabView.tsx +97 -42
  855. package/dist/components/core/locales/SolidLocale.d.ts.map +1 -1
  856. package/dist/components/core/locales/SolidLocale.js +6 -10
  857. package/dist/components/core/locales/SolidLocale.js.map +1 -1
  858. package/dist/components/core/locales/SolidLocale.tsx +23 -29
  859. package/dist/components/core/locales/solid-locale.css +142 -23
  860. package/dist/components/core/model/CreateModel.d.ts.map +1 -1
  861. package/dist/components/core/model/CreateModel.js +58 -63
  862. package/dist/components/core/model/CreateModel.js.map +1 -1
  863. package/dist/components/core/model/CreateModel.tsx +179 -213
  864. package/dist/components/core/model/FieldMetaData.d.ts.map +1 -1
  865. package/dist/components/core/model/FieldMetaData.js +29 -40
  866. package/dist/components/core/model/FieldMetaData.js.map +1 -1
  867. package/dist/components/core/model/FieldMetaData.tsx +154 -103
  868. package/dist/components/core/model/FieldMetaDataForm.d.ts.map +1 -1
  869. package/dist/components/core/model/FieldMetaDataForm.js +521 -270
  870. package/dist/components/core/model/FieldMetaDataForm.js.map +1 -1
  871. package/dist/components/core/model/FieldMetaDataForm.tsx +1142 -956
  872. package/dist/components/core/model/FieldSelector.d.ts +5 -1
  873. package/dist/components/core/model/FieldSelector.d.ts.map +1 -1
  874. package/dist/components/core/model/FieldSelector.js +52 -30
  875. package/dist/components/core/model/FieldSelector.js.map +1 -1
  876. package/dist/components/core/model/FieldSelector.tsx +119 -57
  877. package/dist/components/core/model/ModelListViewData.d.ts.map +1 -1
  878. package/dist/components/core/model/ModelListViewData.js +110 -91
  879. package/dist/components/core/model/ModelListViewData.js.map +1 -1
  880. package/dist/components/core/model/ModelListViewData.tsx +172 -220
  881. package/dist/components/core/model/ModelMetaData.d.ts.map +1 -1
  882. package/dist/components/core/model/ModelMetaData.js +105 -61
  883. package/dist/components/core/model/ModelMetaData.js.map +1 -1
  884. package/dist/components/core/model/ModelMetaData.tsx +277 -457
  885. package/dist/components/core/module/CreateModule.d.ts +1 -1
  886. package/dist/components/core/module/CreateModule.d.ts.map +1 -1
  887. package/dist/components/core/module/CreateModule.js +33 -54
  888. package/dist/components/core/module/CreateModule.js.map +1 -1
  889. package/dist/components/core/module/CreateModule.tsx +273 -299
  890. package/dist/components/core/module/ModuleListViewData.d.ts.map +1 -1
  891. package/dist/components/core/module/ModuleListViewData.js +104 -135
  892. package/dist/components/core/module/ModuleListViewData.js.map +1 -1
  893. package/dist/components/core/module/ModuleListViewData.tsx +172 -278
  894. package/dist/components/core/solid-ai/SolidAiChat.d.ts.map +1 -1
  895. package/dist/components/core/solid-ai/SolidAiChat.js +25 -20
  896. package/dist/components/core/solid-ai/SolidAiChat.js.map +1 -1
  897. package/dist/components/core/solid-ai/SolidAiChat.tsx +80 -31
  898. package/dist/components/core/solid-ai/SolidAiMainWrapper.d.ts.map +1 -1
  899. package/dist/components/core/solid-ai/SolidAiMainWrapper.js +5 -2
  900. package/dist/components/core/solid-ai/SolidAiMainWrapper.js.map +1 -1
  901. package/dist/components/core/solid-ai/SolidAiMainWrapper.tsx +7 -2
  902. package/dist/components/core/tree/SolidTreeTable.d.ts +73 -0
  903. package/dist/components/core/tree/SolidTreeTable.d.ts.map +1 -0
  904. package/dist/components/core/tree/SolidTreeTable.js +275 -0
  905. package/dist/components/core/tree/SolidTreeTable.js.map +1 -0
  906. package/dist/components/core/tree/SolidTreeTable.tsx +522 -0
  907. package/dist/components/core/tree/SolidTreeView.d.ts.map +1 -1
  908. package/dist/components/core/tree/SolidTreeView.js +266 -244
  909. package/dist/components/core/tree/SolidTreeView.js.map +1 -1
  910. package/dist/components/core/tree/SolidTreeView.tsx +606 -625
  911. package/dist/components/core/users/ApiKeysTab/ApiKeysTab.css +38 -0
  912. package/dist/components/core/users/ApiKeysTab/ApiKeysTab.d.ts +8 -0
  913. package/dist/components/core/users/ApiKeysTab/ApiKeysTab.d.ts.map +1 -0
  914. package/dist/components/core/users/ApiKeysTab/ApiKeysTab.js +139 -0
  915. package/dist/components/core/users/ApiKeysTab/ApiKeysTab.js.map +1 -0
  916. package/dist/components/core/users/ApiKeysTab/ApiKeysTab.tsx +256 -0
  917. package/dist/components/core/users/ApiKeysTab/GenerateApiKeyModal.d.ts +9 -0
  918. package/dist/components/core/users/ApiKeysTab/GenerateApiKeyModal.d.ts.map +1 -0
  919. package/dist/components/core/users/ApiKeysTab/GenerateApiKeyModal.js +157 -0
  920. package/dist/components/core/users/ApiKeysTab/GenerateApiKeyModal.js.map +1 -0
  921. package/dist/components/core/users/ApiKeysTab/GenerateApiKeyModal.tsx +183 -0
  922. package/dist/components/core/users/ApiKeysTab/RevealApiKeyModal.d.ts +9 -0
  923. package/dist/components/core/users/ApiKeysTab/RevealApiKeyModal.d.ts.map +1 -0
  924. package/dist/components/core/users/ApiKeysTab/RevealApiKeyModal.js +37 -0
  925. package/dist/components/core/users/ApiKeysTab/RevealApiKeyModal.js.map +1 -0
  926. package/dist/components/core/users/ApiKeysTab/RevealApiKeyModal.tsx +111 -0
  927. package/dist/components/core/users/ApiKeysTab/index.d.ts +4 -0
  928. package/dist/components/core/users/ApiKeysTab/index.d.ts.map +1 -0
  929. package/dist/components/core/users/ApiKeysTab/index.js +4 -0
  930. package/dist/components/core/users/ApiKeysTab/index.js.map +1 -0
  931. package/dist/components/core/users/ApiKeysTab/index.ts +3 -0
  932. package/dist/components/core/users/CreateUser.d.ts.map +1 -1
  933. package/dist/components/core/users/CreateUser.js +147 -155
  934. package/dist/components/core/users/CreateUser.js.map +1 -1
  935. package/dist/components/core/users/CreateUser.tsx +396 -370
  936. package/dist/components/core/users/CreateUserRole.d.ts.map +1 -1
  937. package/dist/components/core/users/CreateUserRole.js +14 -21
  938. package/dist/components/core/users/CreateUserRole.js.map +1 -1
  939. package/dist/components/core/users/CreateUserRole.tsx +16 -33
  940. package/dist/components/core/users/UserListView.d.ts.map +1 -1
  941. package/dist/components/core/users/UserListView.js +95 -92
  942. package/dist/components/core/users/UserListView.js.map +1 -1
  943. package/dist/components/core/users/UserListView.tsx +286 -330
  944. package/dist/components/layout/AdminLayout.d.ts.map +1 -1
  945. package/dist/components/layout/AdminLayout.js +4 -12
  946. package/dist/components/layout/AdminLayout.js.map +1 -1
  947. package/dist/components/layout/AdminLayout.tsx +22 -31
  948. package/dist/components/layout/AppConfig.d.ts +2 -2
  949. package/dist/components/layout/AppConfig.d.ts.map +1 -1
  950. package/dist/components/layout/AppConfig.js +9 -47
  951. package/dist/components/layout/AppConfig.js.map +1 -1
  952. package/dist/components/layout/AppConfig.tsx +10 -98
  953. package/dist/components/layout/AppSidebar.d.ts.map +1 -1
  954. package/dist/components/layout/AppSidebar.js +215 -84
  955. package/dist/components/layout/AppSidebar.js.map +1 -1
  956. package/dist/components/layout/AppSidebar.tsx +357 -163
  957. package/dist/components/layout/DashboardHeader.d.ts.map +1 -1
  958. package/dist/components/layout/DashboardHeader.js +11 -17
  959. package/dist/components/layout/DashboardHeader.js.map +1 -1
  960. package/dist/components/layout/DashboardHeader.tsx +40 -35
  961. package/dist/components/layout/FilterMenu.d.ts.map +1 -1
  962. package/dist/components/layout/FilterMenu.js +4 -7
  963. package/dist/components/layout/FilterMenu.js.map +1 -1
  964. package/dist/components/layout/FilterMenu.tsx +22 -20
  965. package/dist/components/layout/GlobalSearch.d.ts.map +1 -1
  966. package/dist/components/layout/GlobalSearch.js +2 -6
  967. package/dist/components/layout/GlobalSearch.js.map +1 -1
  968. package/dist/components/layout/GlobalSearch.tsx +7 -13
  969. package/dist/components/layout/Layout.d.ts.map +1 -1
  970. package/dist/components/layout/Layout.js +11 -130
  971. package/dist/components/layout/Layout.js.map +1 -1
  972. package/dist/components/layout/Layout.tsx +18 -161
  973. package/dist/components/layout/ListingHeader.d.ts.map +1 -1
  974. package/dist/components/layout/ListingHeader.js +4 -8
  975. package/dist/components/layout/ListingHeader.js.map +1 -1
  976. package/dist/components/layout/ListingHeader.tsx +3 -9
  977. package/dist/components/layout/SolidAiStudioLayout.d.ts.map +1 -1
  978. package/dist/components/layout/SolidAiStudioLayout.js +130 -64
  979. package/dist/components/layout/SolidAiStudioLayout.js.map +1 -1
  980. package/dist/components/layout/SolidAiStudioLayout.tsx +141 -189
  981. package/dist/components/layout/UserSidebar.d.ts.map +1 -1
  982. package/dist/components/layout/UserSidebar.js +5 -4
  983. package/dist/components/layout/UserSidebar.js.map +1 -1
  984. package/dist/components/layout/UserSidebar.tsx +6 -5
  985. package/dist/components/layout/context/layoutcontext.d.ts.map +1 -1
  986. package/dist/components/layout/context/layoutcontext.js +31 -6
  987. package/dist/components/layout/context/layoutcontext.js.map +1 -1
  988. package/dist/components/layout/context/layoutcontext.tsx +31 -2
  989. package/dist/components/layout/navbar-one.d.ts.map +1 -1
  990. package/dist/components/layout/navbar-one.js +3 -8
  991. package/dist/components/layout/navbar-one.js.map +1 -1
  992. package/dist/components/layout/navbar-one.tsx +24 -15
  993. package/dist/components/layout/navbar-two-menu.d.ts.map +1 -1
  994. package/dist/components/layout/navbar-two-menu.js +16 -2
  995. package/dist/components/layout/navbar-two-menu.js.map +1 -1
  996. package/dist/components/layout/navbar-two-menu.tsx +50 -13
  997. package/dist/components/layout/user-profile-menu.d.ts.map +1 -1
  998. package/dist/components/layout/user-profile-menu.js +74 -59
  999. package/dist/components/layout/user-profile-menu.js.map +1 -1
  1000. package/dist/components/layout/user-profile-menu.tsx +206 -143
  1001. package/dist/components/shad-cn-ui/SolidAccordion.d.ts +7 -0
  1002. package/dist/components/shad-cn-ui/SolidAccordion.d.ts.map +1 -0
  1003. package/dist/components/shad-cn-ui/SolidAccordion.js +47 -0
  1004. package/dist/components/shad-cn-ui/SolidAccordion.js.map +1 -0
  1005. package/dist/components/shad-cn-ui/SolidAccordion.tsx +41 -0
  1006. package/dist/components/shad-cn-ui/SolidAutocomplete.d.ts +12 -1
  1007. package/dist/components/shad-cn-ui/SolidAutocomplete.d.ts.map +1 -1
  1008. package/dist/components/shad-cn-ui/SolidAutocomplete.js +31 -15
  1009. package/dist/components/shad-cn-ui/SolidAutocomplete.js.map +1 -1
  1010. package/dist/components/shad-cn-ui/SolidAutocomplete.tsx +60 -24
  1011. package/dist/components/shad-cn-ui/SolidButton.d.ts +10 -2
  1012. package/dist/components/shad-cn-ui/SolidButton.d.ts.map +1 -1
  1013. package/dist/components/shad-cn-ui/SolidButton.js +18 -2
  1014. package/dist/components/shad-cn-ui/SolidButton.js.map +1 -1
  1015. package/dist/components/shad-cn-ui/SolidButton.tsx +54 -8
  1016. package/dist/components/shad-cn-ui/SolidCheckbox.d.ts +7 -0
  1017. package/dist/components/shad-cn-ui/SolidCheckbox.d.ts.map +1 -0
  1018. package/dist/components/shad-cn-ui/SolidCheckbox.js +35 -0
  1019. package/dist/components/shad-cn-ui/SolidCheckbox.js.map +1 -0
  1020. package/dist/components/shad-cn-ui/SolidCheckbox.tsx +19 -0
  1021. package/dist/components/shad-cn-ui/SolidCodeEditor.d.ts +12 -0
  1022. package/dist/components/shad-cn-ui/SolidCodeEditor.d.ts.map +1 -0
  1023. package/dist/components/shad-cn-ui/SolidCodeEditor.js +19 -0
  1024. package/dist/components/shad-cn-ui/SolidCodeEditor.js.map +1 -0
  1025. package/dist/components/shad-cn-ui/SolidCodeEditor.tsx +48 -0
  1026. package/dist/components/shad-cn-ui/SolidConfirmDialog.d.ts +14 -0
  1027. package/dist/components/shad-cn-ui/SolidConfirmDialog.d.ts.map +1 -0
  1028. package/dist/components/shad-cn-ui/SolidConfirmDialog.js +8 -0
  1029. package/dist/components/shad-cn-ui/SolidConfirmDialog.js.map +1 -0
  1030. package/dist/components/shad-cn-ui/SolidConfirmDialog.tsx +50 -0
  1031. package/dist/components/shad-cn-ui/SolidDatePicker.d.ts +10 -0
  1032. package/dist/components/shad-cn-ui/SolidDatePicker.d.ts.map +1 -0
  1033. package/dist/components/shad-cn-ui/SolidDatePicker.js +66 -0
  1034. package/dist/components/shad-cn-ui/SolidDatePicker.js.map +1 -0
  1035. package/dist/components/shad-cn-ui/SolidDatePicker.tsx +72 -0
  1036. package/dist/components/shad-cn-ui/SolidDialog.d.ts +41 -0
  1037. package/dist/components/shad-cn-ui/SolidDialog.d.ts.map +1 -0
  1038. package/dist/components/shad-cn-ui/SolidDialog.js +61 -0
  1039. package/dist/components/shad-cn-ui/SolidDialog.js.map +1 -0
  1040. package/dist/components/shad-cn-ui/SolidDialog.tsx +141 -0
  1041. package/dist/components/shad-cn-ui/SolidDivider.d.ts +4 -0
  1042. package/dist/components/shad-cn-ui/SolidDivider.d.ts.map +1 -0
  1043. package/dist/components/shad-cn-ui/SolidDivider.js +6 -0
  1044. package/dist/components/shad-cn-ui/SolidDivider.js.map +1 -0
  1045. package/dist/components/shad-cn-ui/SolidDivider.tsx +5 -0
  1046. package/dist/components/shad-cn-ui/SolidDropdownMenu.d.ts +15 -0
  1047. package/dist/components/shad-cn-ui/SolidDropdownMenu.d.ts.map +1 -0
  1048. package/dist/components/shad-cn-ui/SolidDropdownMenu.js +70 -0
  1049. package/dist/components/shad-cn-ui/SolidDropdownMenu.js.map +1 -0
  1050. package/dist/components/shad-cn-ui/SolidDropdownMenu.tsx +124 -0
  1051. package/dist/components/shad-cn-ui/SolidIcon.d.ts +92 -0
  1052. package/dist/components/shad-cn-ui/SolidIcon.d.ts.map +1 -0
  1053. package/dist/components/shad-cn-ui/SolidIcon.js +149 -0
  1054. package/dist/components/shad-cn-ui/SolidIcon.js.map +1 -0
  1055. package/dist/components/shad-cn-ui/SolidIcon.tsx +223 -0
  1056. package/dist/components/shad-cn-ui/SolidInput.d.ts +1 -1
  1057. package/dist/components/shad-cn-ui/SolidInput.d.ts.map +1 -1
  1058. package/dist/components/shad-cn-ui/SolidInput.js +4 -3
  1059. package/dist/components/shad-cn-ui/SolidInput.js.map +1 -1
  1060. package/dist/components/shad-cn-ui/SolidInput.tsx +6 -4
  1061. package/dist/components/shad-cn-ui/SolidLightbox.d.ts +19 -0
  1062. package/dist/components/shad-cn-ui/SolidLightbox.d.ts.map +1 -0
  1063. package/dist/components/shad-cn-ui/SolidLightbox.js +160 -0
  1064. package/dist/components/shad-cn-ui/SolidLightbox.js.map +1 -0
  1065. package/dist/components/shad-cn-ui/SolidLightbox.tsx +281 -0
  1066. package/dist/components/shad-cn-ui/SolidMessage.d.ts +10 -0
  1067. package/dist/components/shad-cn-ui/SolidMessage.d.ts.map +1 -0
  1068. package/dist/components/shad-cn-ui/SolidMessage.js +13 -0
  1069. package/dist/components/shad-cn-ui/SolidMessage.js.map +1 -0
  1070. package/dist/components/shad-cn-ui/SolidMessage.tsx +20 -0
  1071. package/dist/components/shad-cn-ui/SolidOtpInput.d.ts +12 -0
  1072. package/dist/components/shad-cn-ui/SolidOtpInput.d.ts.map +1 -0
  1073. package/dist/components/shad-cn-ui/SolidOtpInput.js +143 -0
  1074. package/dist/components/shad-cn-ui/SolidOtpInput.js.map +1 -0
  1075. package/dist/components/shad-cn-ui/SolidOtpInput.tsx +149 -0
  1076. package/dist/components/shad-cn-ui/SolidPanel.d.ts +11 -0
  1077. package/dist/components/shad-cn-ui/SolidPanel.d.ts.map +1 -0
  1078. package/dist/components/shad-cn-ui/SolidPanel.js +17 -0
  1079. package/dist/components/shad-cn-ui/SolidPanel.js.map +1 -0
  1080. package/dist/components/shad-cn-ui/SolidPanel.tsx +36 -0
  1081. package/dist/components/shad-cn-ui/SolidPasswordInput.d.ts +7 -0
  1082. package/dist/components/shad-cn-ui/SolidPasswordInput.d.ts.map +1 -0
  1083. package/dist/components/shad-cn-ui/SolidPasswordInput.js +39 -0
  1084. package/dist/components/shad-cn-ui/SolidPasswordInput.js.map +1 -0
  1085. package/dist/components/shad-cn-ui/SolidPasswordInput.tsx +31 -0
  1086. package/dist/components/shad-cn-ui/SolidPopover.d.ts +19 -0
  1087. package/dist/components/shad-cn-ui/SolidPopover.d.ts.map +1 -0
  1088. package/dist/components/shad-cn-ui/SolidPopover.js +110 -0
  1089. package/dist/components/shad-cn-ui/SolidPopover.js.map +1 -0
  1090. package/dist/components/shad-cn-ui/SolidPopover.tsx +149 -0
  1091. package/dist/components/shad-cn-ui/SolidProgressBar.d.ts +10 -0
  1092. package/dist/components/shad-cn-ui/SolidProgressBar.d.ts.map +1 -0
  1093. package/dist/components/shad-cn-ui/SolidProgressBar.js +14 -0
  1094. package/dist/components/shad-cn-ui/SolidProgressBar.js.map +1 -0
  1095. package/dist/components/shad-cn-ui/SolidProgressBar.tsx +29 -0
  1096. package/dist/components/shad-cn-ui/SolidRadioGroup.d.ts +17 -0
  1097. package/dist/components/shad-cn-ui/SolidRadioGroup.d.ts.map +1 -0
  1098. package/dist/components/shad-cn-ui/SolidRadioGroup.js +13 -0
  1099. package/dist/components/shad-cn-ui/SolidRadioGroup.js.map +1 -0
  1100. package/dist/components/shad-cn-ui/SolidRadioGroup.tsx +50 -0
  1101. package/dist/components/shad-cn-ui/SolidRichTextEditor.d.ts +17 -0
  1102. package/dist/components/shad-cn-ui/SolidRichTextEditor.d.ts.map +1 -0
  1103. package/dist/components/shad-cn-ui/SolidRichTextEditor.js +109 -0
  1104. package/dist/components/shad-cn-ui/SolidRichTextEditor.js.map +1 -0
  1105. package/dist/components/shad-cn-ui/SolidRichTextEditor.tsx +146 -0
  1106. package/dist/components/shad-cn-ui/SolidSegmentedControl.d.ts +17 -0
  1107. package/dist/components/shad-cn-ui/SolidSegmentedControl.d.ts.map +1 -0
  1108. package/dist/components/shad-cn-ui/SolidSegmentedControl.js +34 -0
  1109. package/dist/components/shad-cn-ui/SolidSegmentedControl.js.map +1 -0
  1110. package/dist/components/shad-cn-ui/SolidSegmentedControl.tsx +60 -0
  1111. package/dist/components/shad-cn-ui/SolidSelect.d.ts +2 -1
  1112. package/dist/components/shad-cn-ui/SolidSelect.d.ts.map +1 -1
  1113. package/dist/components/shad-cn-ui/SolidSelect.js +4 -3
  1114. package/dist/components/shad-cn-ui/SolidSelect.js.map +1 -1
  1115. package/dist/components/shad-cn-ui/SolidSelect.tsx +5 -2
  1116. package/dist/components/shad-cn-ui/SolidSlider.d.ts +12 -0
  1117. package/dist/components/shad-cn-ui/SolidSlider.d.ts.map +1 -0
  1118. package/dist/components/shad-cn-ui/SolidSlider.js +13 -0
  1119. package/dist/components/shad-cn-ui/SolidSlider.js.map +1 -0
  1120. package/dist/components/shad-cn-ui/SolidSlider.tsx +30 -0
  1121. package/dist/components/shad-cn-ui/SolidSpinner.d.ts +8 -0
  1122. package/dist/components/shad-cn-ui/SolidSpinner.d.ts.map +1 -0
  1123. package/dist/components/shad-cn-ui/SolidSpinner.js +14 -0
  1124. package/dist/components/shad-cn-ui/SolidSpinner.js.map +1 -0
  1125. package/dist/components/shad-cn-ui/SolidSpinner.tsx +21 -0
  1126. package/dist/components/shad-cn-ui/SolidSwitch.d.ts +10 -0
  1127. package/dist/components/shad-cn-ui/SolidSwitch.d.ts.map +1 -0
  1128. package/dist/components/shad-cn-ui/SolidSwitch.js +18 -0
  1129. package/dist/components/shad-cn-ui/SolidSwitch.js.map +1 -0
  1130. package/dist/components/shad-cn-ui/SolidSwitch.tsx +34 -0
  1131. package/dist/components/shad-cn-ui/SolidTabs.d.ts +4 -1
  1132. package/dist/components/shad-cn-ui/SolidTabs.d.ts.map +1 -1
  1133. package/dist/components/shad-cn-ui/SolidTabs.js +6 -6
  1134. package/dist/components/shad-cn-ui/SolidTabs.js.map +1 -1
  1135. package/dist/components/shad-cn-ui/SolidTabs.tsx +22 -4
  1136. package/dist/components/shad-cn-ui/SolidTag.d.ts +9 -0
  1137. package/dist/components/shad-cn-ui/SolidTag.d.ts.map +1 -0
  1138. package/dist/components/shad-cn-ui/SolidTag.js +13 -0
  1139. package/dist/components/shad-cn-ui/SolidTag.js.map +1 -0
  1140. package/dist/components/shad-cn-ui/SolidTag.tsx +15 -0
  1141. package/dist/components/shad-cn-ui/SolidTextarea.d.ts +5 -0
  1142. package/dist/components/shad-cn-ui/SolidTextarea.d.ts.map +1 -0
  1143. package/dist/components/shad-cn-ui/SolidTextarea.js +36 -0
  1144. package/dist/components/shad-cn-ui/SolidTextarea.js.map +1 -0
  1145. package/dist/components/shad-cn-ui/SolidTextarea.tsx +26 -0
  1146. package/dist/components/shad-cn-ui/SolidToast.d.ts +13 -0
  1147. package/dist/components/shad-cn-ui/SolidToast.d.ts.map +1 -0
  1148. package/dist/components/shad-cn-ui/SolidToast.js +34 -0
  1149. package/dist/components/shad-cn-ui/SolidToast.js.map +1 -0
  1150. package/dist/components/shad-cn-ui/SolidToast.tsx +55 -0
  1151. package/dist/components/shad-cn-ui/SolidTooltip.d.ts +22 -0
  1152. package/dist/components/shad-cn-ui/SolidTooltip.d.ts.map +1 -0
  1153. package/dist/components/shad-cn-ui/SolidTooltip.js +22 -0
  1154. package/dist/components/shad-cn-ui/SolidTooltip.js.map +1 -0
  1155. package/dist/components/shad-cn-ui/SolidTooltip.tsx +65 -0
  1156. package/dist/components/shad-cn-ui/index.d.ts +26 -0
  1157. package/dist/components/shad-cn-ui/index.d.ts.map +1 -1
  1158. package/dist/components/shad-cn-ui/index.js +26 -0
  1159. package/dist/components/shad-cn-ui/index.js.map +1 -1
  1160. package/dist/components/shad-cn-ui/index.ts +48 -0
  1161. package/dist/helpers/# no such endpoints exist, need to calle +3 -0
  1162. package/dist/helpers/mediaType.d.ts +3 -0
  1163. package/dist/helpers/mediaType.d.ts.map +1 -0
  1164. package/dist/helpers/mediaType.js +19 -0
  1165. package/dist/helpers/mediaType.js.map +1 -0
  1166. package/dist/helpers/mediaType.ts +23 -0
  1167. package/dist/helpers/registry.d.ts +3 -4
  1168. package/dist/helpers/registry.d.ts.map +1 -1
  1169. package/dist/helpers/registry.js +111 -90
  1170. package/dist/helpers/registry.js.map +1 -1
  1171. package/dist/helpers/registry.ts +126 -91
  1172. package/dist/helpers/routePaths.js +1 -1
  1173. package/dist/helpers/routePaths.js.map +1 -1
  1174. package/dist/helpers/routePaths.ts +1 -1
  1175. package/dist/hooks/useSolidAutocompleteField.d.ts +31 -0
  1176. package/dist/hooks/useSolidAutocompleteField.d.ts.map +1 -0
  1177. package/dist/hooks/useSolidAutocompleteField.js +116 -0
  1178. package/dist/hooks/useSolidAutocompleteField.js.map +1 -0
  1179. package/dist/hooks/useSolidAutocompleteField.ts +90 -0
  1180. package/dist/index.d.ts +18 -5
  1181. package/dist/index.d.ts.map +1 -1
  1182. package/dist/index.js +15 -5
  1183. package/dist/index.js.map +1 -1
  1184. package/dist/index.ts +95 -6
  1185. package/dist/redux/api/apiKeyApi.d.ts +47 -0
  1186. package/dist/redux/api/apiKeyApi.d.ts.map +1 -0
  1187. package/dist/redux/api/apiKeyApi.js +47 -0
  1188. package/dist/redux/api/apiKeyApi.js.map +1 -0
  1189. package/dist/redux/api/apiKeyApi.ts +69 -0
  1190. package/dist/redux/store/defaultStoreConfig.d.ts +51 -35
  1191. package/dist/redux/store/defaultStoreConfig.d.ts.map +1 -1
  1192. package/dist/redux/store/defaultStoreConfig.js +32 -3
  1193. package/dist/redux/store/defaultStoreConfig.js.map +1 -1
  1194. package/dist/redux/store/defaultStoreConfig.ts +33 -33
  1195. package/dist/resources/globals.css +3231 -808
  1196. package/dist/resources/images/SolidXLogo-dark.svg +29 -0
  1197. package/dist/resources/images/SolidXLogo-light.svg +29 -0
  1198. package/dist/resources/shadcn-base.css +3040 -865
  1199. package/dist/resources/solid-responsive.css +42 -86
  1200. package/dist/resources/themes/solid-dark-purple/theme.css +15 -20
  1201. package/dist/resources/themes/solid-light-purple/theme.css +14 -19
  1202. package/dist/routes/AppEventListener.d.ts +1 -1
  1203. package/dist/routes/AppEventListener.d.ts.map +1 -1
  1204. package/dist/routes/AppEventListener.js +3 -1
  1205. package/dist/routes/AppEventListener.js.map +1 -1
  1206. package/dist/routes/AppEventListener.tsx +7 -1
  1207. package/dist/routes/guards/AuthGuard.d.ts +5 -1
  1208. package/dist/routes/guards/AuthGuard.d.ts.map +1 -1
  1209. package/dist/routes/guards/AuthGuard.js +13 -2
  1210. package/dist/routes/guards/AuthGuard.js.map +1 -1
  1211. package/dist/routes/guards/AuthGuard.tsx +27 -3
  1212. package/dist/routes/guards/GuestGuard.d.ts +2 -0
  1213. package/dist/routes/guards/GuestGuard.d.ts.map +1 -0
  1214. package/dist/routes/guards/GuestGuard.js +18 -0
  1215. package/dist/routes/guards/GuestGuard.js.map +1 -0
  1216. package/dist/routes/guards/GuestGuard.tsx +20 -0
  1217. package/dist/routes/pages/admin/core/CardPage.d.ts +2 -0
  1218. package/dist/routes/pages/admin/core/CardPage.d.ts.map +1 -0
  1219. package/dist/routes/pages/admin/core/CardPage.js +22 -0
  1220. package/dist/routes/pages/admin/core/CardPage.js.map +1 -0
  1221. package/dist/routes/pages/admin/core/CardPage.tsx +10 -0
  1222. package/dist/routes/pages/auth/SsoPage.d.ts.map +1 -1
  1223. package/dist/routes/pages/auth/SsoPage.js +4 -5
  1224. package/dist/routes/pages/auth/SsoPage.js.map +1 -1
  1225. package/dist/routes/pages/auth/SsoPage.tsx +7 -15
  1226. package/dist/routes/pages/studio/StudioLandingPage.js +3 -3
  1227. package/dist/routes/pages/studio/StudioLandingPage.js.map +1 -1
  1228. package/dist/routes/pages/studio/StudioLandingPage.tsx +5 -5
  1229. package/dist/routes/solidRoutes.d.ts.map +1 -1
  1230. package/dist/routes/solidRoutes.js +18 -1
  1231. package/dist/routes/solidRoutes.js.map +1 -1
  1232. package/dist/routes/solidRoutes.tsx +19 -1
  1233. package/dist/routes/types.d.ts +1 -1
  1234. package/dist/routes/types.d.ts.map +1 -1
  1235. package/dist/routes/types.js.map +1 -1
  1236. package/dist/routes/types.ts +5 -1
  1237. package/dist/styles.d.ts +1 -0
  1238. package/dist/styles.d.ts.map +1 -1
  1239. package/dist/styles.js +1 -0
  1240. package/dist/styles.js.map +1 -1
  1241. package/dist/styles.ts +1 -0
  1242. package/dist/types/extension-registry.d.ts +28 -0
  1243. package/dist/types/extension-registry.d.ts.map +1 -0
  1244. package/dist/types/extension-registry.js +26 -0
  1245. package/dist/types/extension-registry.js.map +1 -0
  1246. package/dist/types/extension-registry.ts +32 -0
  1247. package/dist/types/external.d.ts +11 -0
  1248. package/dist/types/layout.d.ts +4 -2
  1249. package/dist/types/solid-core.d.ts +30 -27
  1250. package/package.json +10 -4
@@ -0,0 +1,128 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ var STAGE_TONES = {
3
+ started: {
4
+ accent: "#4f46e5",
5
+ accentSoft: "rgba(79, 70, 229, 0.10)",
6
+ border: "rgba(79, 70, 229, 0.18)",
7
+ chipBg: "rgba(79, 70, 229, 0.08)",
8
+ chipText: "#4f46e5",
9
+ avatarBg: "rgba(79, 70, 229, 0.18)",
10
+ },
11
+ pending: {
12
+ accent: "#d97706",
13
+ accentSoft: "rgba(217, 119, 6, 0.10)",
14
+ border: "rgba(217, 119, 6, 0.18)",
15
+ chipBg: "rgba(217, 119, 6, 0.10)",
16
+ chipText: "#b45309",
17
+ avatarBg: "rgba(217, 119, 6, 0.18)",
18
+ },
19
+ succeeded: {
20
+ accent: "#059669",
21
+ accentSoft: "rgba(5, 150, 105, 0.10)",
22
+ border: "rgba(5, 150, 105, 0.18)",
23
+ chipBg: "rgba(5, 150, 105, 0.10)",
24
+ chipText: "#047857",
25
+ avatarBg: "rgba(5, 150, 105, 0.16)",
26
+ },
27
+ failed: {
28
+ accent: "#dc2626",
29
+ accentSoft: "rgba(220, 38, 38, 0.10)",
30
+ border: "rgba(220, 38, 38, 0.18)",
31
+ chipBg: "rgba(220, 38, 38, 0.10)",
32
+ chipText: "#b91c1c",
33
+ avatarBg: "rgba(220, 38, 38, 0.16)",
34
+ },
35
+ default: {
36
+ accent: "#64748b",
37
+ accentSoft: "rgba(100, 116, 139, 0.08)",
38
+ border: "rgba(100, 116, 139, 0.16)",
39
+ chipBg: "rgba(100, 116, 139, 0.08)",
40
+ chipText: "#475569",
41
+ avatarBg: "rgba(100, 116, 139, 0.14)",
42
+ },
43
+ };
44
+ var renderText = function (value, fallback) {
45
+ if (fallback === void 0) { fallback = "--"; }
46
+ if (value === null || value === undefined || value === "") {
47
+ return fallback;
48
+ }
49
+ return String(value);
50
+ };
51
+ var formatDate = function (value) {
52
+ if (!value)
53
+ return "Not set";
54
+ var date = new Date(value);
55
+ if (Number.isNaN(date.getTime()))
56
+ return "Not set";
57
+ return new Intl.DateTimeFormat("en-GB", {
58
+ day: "2-digit",
59
+ month: "short",
60
+ year: "2-digit",
61
+ }).format(date);
62
+ };
63
+ var formatDuration = function (value) {
64
+ if (value === null || value === undefined || value === "")
65
+ return "--";
66
+ var milliseconds = Number(value);
67
+ if (Number.isNaN(milliseconds))
68
+ return renderText(value);
69
+ if (milliseconds < 1000)
70
+ return "".concat(milliseconds, " ms");
71
+ if (milliseconds < 60000) {
72
+ var seconds = milliseconds / 1000;
73
+ return "".concat(seconds >= 10 ? Math.round(seconds) : seconds.toFixed(1), " s");
74
+ }
75
+ if (milliseconds < 3600000) {
76
+ return "".concat(Math.round(milliseconds / 60000), " min");
77
+ }
78
+ return "".concat((milliseconds / 3600000).toFixed(1), " h");
79
+ };
80
+ var getInitials = function () {
81
+ var values = [];
82
+ for (var _i = 0; _i < arguments.length; _i++) {
83
+ values[_i] = arguments[_i];
84
+ }
85
+ var source = values.find(function (value) { return value && String(value).trim().length > 0; });
86
+ if (!source)
87
+ return "MQ";
88
+ return String(source)
89
+ .trim()
90
+ .split(/[\s_-]+/)
91
+ .slice(0, 2)
92
+ .map(function (part) { return part.charAt(0).toUpperCase(); })
93
+ .join("") || "MQ";
94
+ };
95
+ var getTone = function (stage) {
96
+ var key = String(stage || "").toLowerCase();
97
+ return STAGE_TONES[key] || STAGE_TONES.default;
98
+ };
99
+ var truncate = function (value, maxLength) {
100
+ var text = renderText(value, "");
101
+ if (!text || text.length <= maxLength)
102
+ return text || "--";
103
+ return "".concat(text.slice(0, maxLength - 1), "...");
104
+ };
105
+ export default function MqMessageKanbanCardWidget(_a) {
106
+ var _b;
107
+ var _c, _d;
108
+ var rowData = _a.rowData;
109
+ var tone = getTone(rowData === null || rowData === void 0 ? void 0 : rowData.stage);
110
+ var chipLabel = renderText(rowData === null || rowData === void 0 ? void 0 : rowData.messageType, "Message");
111
+ var brokerLabel = renderText(rowData === null || rowData === void 0 ? void 0 : rowData.messageBroker, "Unknown broker");
112
+ var retryCount = (_c = rowData === null || rowData === void 0 ? void 0 : rowData.retryCount) !== null && _c !== void 0 ? _c : 0;
113
+ var retryInterval = (_d = rowData === null || rowData === void 0 ? void 0 : rowData.retryInterval) !== null && _d !== void 0 ? _d : 0;
114
+ var retryLabel = retryCount > 0 ? "".concat(retryCount, " x / ").concat(retryInterval, " ms") : "No retries";
115
+ var parentEntity = renderText(rowData === null || rowData === void 0 ? void 0 : rowData.parentEntity, "Root");
116
+ var errorPreview = truncate(rowData === null || rowData === void 0 ? void 0 : rowData.error, 96);
117
+ var hasError = Boolean((rowData === null || rowData === void 0 ? void 0 : rowData.error) && String(rowData.error).trim());
118
+ var cardStyle = (_b = {},
119
+ _b["--mq-card-accent"] = tone.accent,
120
+ _b["--mq-card-accent-soft"] = tone.accentSoft,
121
+ _b["--mq-card-border"] = tone.border,
122
+ _b["--mq-card-chip-bg"] = tone.chipBg,
123
+ _b["--mq-card-chip-text"] = tone.chipText,
124
+ _b["--mq-card-avatar-bg"] = tone.avatarBg,
125
+ _b);
126
+ return (_jsxs("div", { className: "mq-message-kanban-card", style: cardStyle, children: [_jsx("div", { className: "mq-message-kanban-card__accent" }), _jsxs("span", { className: "mq-message-kanban-card__record-id mq-message-kanban-card__badge mq-message-kanban-card__badge--record-id", children: ["#", renderText(rowData === null || rowData === void 0 ? void 0 : rowData.id)] }), _jsx("div", { className: "mq-message-kanban-card__eyebrow", children: _jsx("span", { className: "mq-message-kanban-card__chip", children: chipLabel }) }), _jsx("div", { className: "mq-message-kanban-card__title", title: renderText(rowData === null || rowData === void 0 ? void 0 : rowData.messageId), children: renderText(rowData === null || rowData === void 0 ? void 0 : rowData.messageId, "Message without identifier") }), _jsx("div", { className: "mq-message-kanban-card__subtitle", title: brokerLabel, children: brokerLabel }), _jsxs("div", { className: "mq-message-kanban-card__metrics", children: [_jsxs("div", { className: "mq-message-kanban-card__metric", children: [_jsx("div", { className: "mq-message-kanban-card__metric-label", children: "Retry" }), _jsx("div", { className: "mq-message-kanban-card__metric-value", children: retryLabel })] }), _jsxs("div", { className: "mq-message-kanban-card__metric", children: [_jsx("div", { className: "mq-message-kanban-card__metric-label", children: "Elapsed" }), _jsx("div", { className: "mq-message-kanban-card__metric-value", children: formatDuration(rowData === null || rowData === void 0 ? void 0 : rowData.elapsedMillis) })] }), _jsxs("div", { className: "mq-message-kanban-card__metric", children: [_jsx("div", { className: "mq-message-kanban-card__metric-label", children: "Parent" }), _jsx("div", { className: "mq-message-kanban-card__metric-value", title: parentEntity, children: parentEntity })] }), _jsxs("div", { className: "mq-message-kanban-card__metric", children: [_jsx("div", { className: "mq-message-kanban-card__metric-label", children: "Broker" }), _jsx("div", { className: "mq-message-kanban-card__metric-value", title: brokerLabel, children: brokerLabel })] })] }), _jsxs("div", { className: "mq-message-kanban-card__footer", children: [_jsxs("div", { className: "mq-message-kanban-card__timeline", children: [_jsxs("div", { className: "mq-message-kanban-card__timeline-item", children: [_jsx("span", { className: "mq-message-kanban-card__timeline-label", children: "Started" }), _jsx("span", { className: "mq-message-kanban-card__timeline-value", children: formatDate(rowData === null || rowData === void 0 ? void 0 : rowData.startedAt) })] }), _jsxs("div", { className: "mq-message-kanban-card__timeline-item", children: [_jsx("span", { className: "mq-message-kanban-card__timeline-label", children: "Finished" }), _jsx("span", { className: "mq-message-kanban-card__timeline-value", children: formatDate(rowData === null || rowData === void 0 ? void 0 : rowData.finishedAt) })] })] }), _jsx("div", { className: "mq-message-kanban-card__avatar", title: parentEntity, children: getInitials(rowData === null || rowData === void 0 ? void 0 : rowData.parentEntity, rowData === null || rowData === void 0 ? void 0 : rowData.messageBroker, rowData === null || rowData === void 0 ? void 0 : rowData.messageType) })] }), hasError && (_jsxs("div", { className: "mq-message-kanban-card__error", title: renderText(rowData === null || rowData === void 0 ? void 0 : rowData.error), children: [_jsx("span", { className: "mq-message-kanban-card__error-label", children: "Error" }), _jsx("span", { className: "mq-message-kanban-card__error-value", children: errorPreview })] }))] }));
127
+ }
128
+ //# sourceMappingURL=MqMessageKanbanCardWidget.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MqMessageKanbanCardWidget.js","sourceRoot":"","sources":["../../../../../../../src/components/core/extension/solid-core/mqMessage/kanban/MqMessageKanbanCardWidget.tsx"],"names":[],"mappings":"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","sourcesContent":["import { SolidKanbanCardWidgetProps } from \"../../../../../../types/solid-core\";\n\nconst STAGE_TONES: Record<string, Record<string, string>> = {\n started: {\n accent: \"#4f46e5\",\n accentSoft: \"rgba(79, 70, 229, 0.10)\",\n border: \"rgba(79, 70, 229, 0.18)\",\n chipBg: \"rgba(79, 70, 229, 0.08)\",\n chipText: \"#4f46e5\",\n avatarBg: \"rgba(79, 70, 229, 0.18)\",\n },\n pending: {\n accent: \"#d97706\",\n accentSoft: \"rgba(217, 119, 6, 0.10)\",\n border: \"rgba(217, 119, 6, 0.18)\",\n chipBg: \"rgba(217, 119, 6, 0.10)\",\n chipText: \"#b45309\",\n avatarBg: \"rgba(217, 119, 6, 0.18)\",\n },\n succeeded: {\n accent: \"#059669\",\n accentSoft: \"rgba(5, 150, 105, 0.10)\",\n border: \"rgba(5, 150, 105, 0.18)\",\n chipBg: \"rgba(5, 150, 105, 0.10)\",\n chipText: \"#047857\",\n avatarBg: \"rgba(5, 150, 105, 0.16)\",\n },\n failed: {\n accent: \"#dc2626\",\n accentSoft: \"rgba(220, 38, 38, 0.10)\",\n border: \"rgba(220, 38, 38, 0.18)\",\n chipBg: \"rgba(220, 38, 38, 0.10)\",\n chipText: \"#b91c1c\",\n avatarBg: \"rgba(220, 38, 38, 0.16)\",\n },\n default: {\n accent: \"#64748b\",\n accentSoft: \"rgba(100, 116, 139, 0.08)\",\n border: \"rgba(100, 116, 139, 0.16)\",\n chipBg: \"rgba(100, 116, 139, 0.08)\",\n chipText: \"#475569\",\n avatarBg: \"rgba(100, 116, 139, 0.14)\",\n },\n};\n\nconst renderText = (value: any, fallback = \"--\") => {\n if (value === null || value === undefined || value === \"\") {\n return fallback;\n }\n\n return String(value);\n};\n\nconst formatDate = (value: any) => {\n if (!value) return \"Not set\";\n\n const date = new Date(value);\n if (Number.isNaN(date.getTime())) return \"Not set\";\n\n return new Intl.DateTimeFormat(\"en-GB\", {\n day: \"2-digit\",\n month: \"short\",\n year: \"2-digit\",\n }).format(date);\n};\n\nconst formatDuration = (value: any) => {\n if (value === null || value === undefined || value === \"\") return \"--\";\n\n const milliseconds = Number(value);\n if (Number.isNaN(milliseconds)) return renderText(value);\n if (milliseconds < 1000) return `${milliseconds} ms`;\n if (milliseconds < 60_000) {\n const seconds = milliseconds / 1000;\n return `${seconds >= 10 ? Math.round(seconds) : seconds.toFixed(1)} s`;\n }\n if (milliseconds < 3_600_000) {\n return `${Math.round(milliseconds / 60_000)} min`;\n }\n\n return `${(milliseconds / 3_600_000).toFixed(1)} h`;\n};\n\nconst getInitials = (...values: Array<any>) => {\n const source = values.find((value) => value && String(value).trim().length > 0);\n if (!source) return \"MQ\";\n\n return String(source)\n .trim()\n .split(/[\\s_-]+/)\n .slice(0, 2)\n .map((part) => part.charAt(0).toUpperCase())\n .join(\"\") || \"MQ\";\n};\n\nconst getTone = (stage: any) => {\n const key = String(stage || \"\").toLowerCase();\n return STAGE_TONES[key] || STAGE_TONES.default;\n};\n\nconst truncate = (value: any, maxLength: number) => {\n const text = renderText(value, \"\");\n if (!text || text.length <= maxLength) return text || \"--\";\n return `${text.slice(0, maxLength - 1)}...`;\n};\n\nexport default function MqMessageKanbanCardWidget({\n rowData,\n}: SolidKanbanCardWidgetProps) {\n const tone = getTone(rowData?.stage);\n const chipLabel = renderText(rowData?.messageType, \"Message\");\n const brokerLabel = renderText(rowData?.messageBroker, \"Unknown broker\");\n const retryCount = rowData?.retryCount ?? 0;\n const retryInterval = rowData?.retryInterval ?? 0;\n const retryLabel = retryCount > 0 ? `${retryCount} x / ${retryInterval} ms` : \"No retries\";\n const parentEntity = renderText(rowData?.parentEntity, \"Root\");\n const errorPreview = truncate(rowData?.error, 96);\n const hasError = Boolean(rowData?.error && String(rowData.error).trim());\n const cardStyle = {\n [\"--mq-card-accent\" as any]: tone.accent,\n [\"--mq-card-accent-soft\" as any]: tone.accentSoft,\n [\"--mq-card-border\" as any]: tone.border,\n [\"--mq-card-chip-bg\" as any]: tone.chipBg,\n [\"--mq-card-chip-text\" as any]: tone.chipText,\n [\"--mq-card-avatar-bg\" as any]: tone.avatarBg,\n };\n\n return (\n <div className=\"mq-message-kanban-card\" style={cardStyle}>\n <div className=\"mq-message-kanban-card__accent\" />\n <span className=\"mq-message-kanban-card__record-id mq-message-kanban-card__badge mq-message-kanban-card__badge--record-id\">\n #{renderText(rowData?.id)}\n </span>\n\n <div className=\"mq-message-kanban-card__eyebrow\">\n <span className=\"mq-message-kanban-card__chip\">{chipLabel}</span>\n </div>\n\n <div className=\"mq-message-kanban-card__title\" title={renderText(rowData?.messageId)}>\n {renderText(rowData?.messageId, \"Message without identifier\")}\n </div>\n\n <div className=\"mq-message-kanban-card__subtitle\" title={brokerLabel}>\n {brokerLabel}\n </div>\n\n <div className=\"mq-message-kanban-card__metrics\">\n <div className=\"mq-message-kanban-card__metric\">\n <div className=\"mq-message-kanban-card__metric-label\">Retry</div>\n <div className=\"mq-message-kanban-card__metric-value\">{retryLabel}</div>\n </div>\n <div className=\"mq-message-kanban-card__metric\">\n <div className=\"mq-message-kanban-card__metric-label\">Elapsed</div>\n <div className=\"mq-message-kanban-card__metric-value\">{formatDuration(rowData?.elapsedMillis)}</div>\n </div>\n <div className=\"mq-message-kanban-card__metric\">\n <div className=\"mq-message-kanban-card__metric-label\">Parent</div>\n <div className=\"mq-message-kanban-card__metric-value\" title={parentEntity}>\n {parentEntity}\n </div>\n </div>\n <div className=\"mq-message-kanban-card__metric\">\n <div className=\"mq-message-kanban-card__metric-label\">Broker</div>\n <div className=\"mq-message-kanban-card__metric-value\" title={brokerLabel}>\n {brokerLabel}\n </div>\n </div>\n </div>\n\n <div className=\"mq-message-kanban-card__footer\">\n <div className=\"mq-message-kanban-card__timeline\">\n <div className=\"mq-message-kanban-card__timeline-item\">\n <span className=\"mq-message-kanban-card__timeline-label\">Started</span>\n <span className=\"mq-message-kanban-card__timeline-value\">{formatDate(rowData?.startedAt)}</span>\n </div>\n <div className=\"mq-message-kanban-card__timeline-item\">\n <span className=\"mq-message-kanban-card__timeline-label\">Finished</span>\n <span className=\"mq-message-kanban-card__timeline-value\">{formatDate(rowData?.finishedAt)}</span>\n </div>\n </div>\n\n <div className=\"mq-message-kanban-card__avatar\" title={parentEntity}>\n {getInitials(rowData?.parentEntity, rowData?.messageBroker, rowData?.messageType)}\n </div>\n </div>\n\n {hasError && (\n <div className=\"mq-message-kanban-card__error\" title={renderText(rowData?.error)}>\n <span className=\"mq-message-kanban-card__error-label\">Error</span>\n <span className=\"mq-message-kanban-card__error-value\">{errorPreview}</span>\n </div>\n )}\n </div>\n );\n}\n"]}
@@ -0,0 +1,195 @@
1
+ import { SolidKanbanCardWidgetProps } from "../../../../../../types/solid-core";
2
+
3
+ const STAGE_TONES: Record<string, Record<string, string>> = {
4
+ started: {
5
+ accent: "#4f46e5",
6
+ accentSoft: "rgba(79, 70, 229, 0.10)",
7
+ border: "rgba(79, 70, 229, 0.18)",
8
+ chipBg: "rgba(79, 70, 229, 0.08)",
9
+ chipText: "#4f46e5",
10
+ avatarBg: "rgba(79, 70, 229, 0.18)",
11
+ },
12
+ pending: {
13
+ accent: "#d97706",
14
+ accentSoft: "rgba(217, 119, 6, 0.10)",
15
+ border: "rgba(217, 119, 6, 0.18)",
16
+ chipBg: "rgba(217, 119, 6, 0.10)",
17
+ chipText: "#b45309",
18
+ avatarBg: "rgba(217, 119, 6, 0.18)",
19
+ },
20
+ succeeded: {
21
+ accent: "#059669",
22
+ accentSoft: "rgba(5, 150, 105, 0.10)",
23
+ border: "rgba(5, 150, 105, 0.18)",
24
+ chipBg: "rgba(5, 150, 105, 0.10)",
25
+ chipText: "#047857",
26
+ avatarBg: "rgba(5, 150, 105, 0.16)",
27
+ },
28
+ failed: {
29
+ accent: "#dc2626",
30
+ accentSoft: "rgba(220, 38, 38, 0.10)",
31
+ border: "rgba(220, 38, 38, 0.18)",
32
+ chipBg: "rgba(220, 38, 38, 0.10)",
33
+ chipText: "#b91c1c",
34
+ avatarBg: "rgba(220, 38, 38, 0.16)",
35
+ },
36
+ default: {
37
+ accent: "#64748b",
38
+ accentSoft: "rgba(100, 116, 139, 0.08)",
39
+ border: "rgba(100, 116, 139, 0.16)",
40
+ chipBg: "rgba(100, 116, 139, 0.08)",
41
+ chipText: "#475569",
42
+ avatarBg: "rgba(100, 116, 139, 0.14)",
43
+ },
44
+ };
45
+
46
+ const renderText = (value: any, fallback = "--") => {
47
+ if (value === null || value === undefined || value === "") {
48
+ return fallback;
49
+ }
50
+
51
+ return String(value);
52
+ };
53
+
54
+ const formatDate = (value: any) => {
55
+ if (!value) return "Not set";
56
+
57
+ const date = new Date(value);
58
+ if (Number.isNaN(date.getTime())) return "Not set";
59
+
60
+ return new Intl.DateTimeFormat("en-GB", {
61
+ day: "2-digit",
62
+ month: "short",
63
+ year: "2-digit",
64
+ }).format(date);
65
+ };
66
+
67
+ const formatDuration = (value: any) => {
68
+ if (value === null || value === undefined || value === "") return "--";
69
+
70
+ const milliseconds = Number(value);
71
+ if (Number.isNaN(milliseconds)) return renderText(value);
72
+ if (milliseconds < 1000) return `${milliseconds} ms`;
73
+ if (milliseconds < 60_000) {
74
+ const seconds = milliseconds / 1000;
75
+ return `${seconds >= 10 ? Math.round(seconds) : seconds.toFixed(1)} s`;
76
+ }
77
+ if (milliseconds < 3_600_000) {
78
+ return `${Math.round(milliseconds / 60_000)} min`;
79
+ }
80
+
81
+ return `${(milliseconds / 3_600_000).toFixed(1)} h`;
82
+ };
83
+
84
+ const getInitials = (...values: Array<any>) => {
85
+ const source = values.find((value) => value && String(value).trim().length > 0);
86
+ if (!source) return "MQ";
87
+
88
+ return String(source)
89
+ .trim()
90
+ .split(/[\s_-]+/)
91
+ .slice(0, 2)
92
+ .map((part) => part.charAt(0).toUpperCase())
93
+ .join("") || "MQ";
94
+ };
95
+
96
+ const getTone = (stage: any) => {
97
+ const key = String(stage || "").toLowerCase();
98
+ return STAGE_TONES[key] || STAGE_TONES.default;
99
+ };
100
+
101
+ const truncate = (value: any, maxLength: number) => {
102
+ const text = renderText(value, "");
103
+ if (!text || text.length <= maxLength) return text || "--";
104
+ return `${text.slice(0, maxLength - 1)}...`;
105
+ };
106
+
107
+ export default function MqMessageKanbanCardWidget({
108
+ rowData,
109
+ }: SolidKanbanCardWidgetProps) {
110
+ const tone = getTone(rowData?.stage);
111
+ const chipLabel = renderText(rowData?.messageType, "Message");
112
+ const brokerLabel = renderText(rowData?.messageBroker, "Unknown broker");
113
+ const retryCount = rowData?.retryCount ?? 0;
114
+ const retryInterval = rowData?.retryInterval ?? 0;
115
+ const retryLabel = retryCount > 0 ? `${retryCount} x / ${retryInterval} ms` : "No retries";
116
+ const parentEntity = renderText(rowData?.parentEntity, "Root");
117
+ const errorPreview = truncate(rowData?.error, 96);
118
+ const hasError = Boolean(rowData?.error && String(rowData.error).trim());
119
+ const cardStyle = {
120
+ ["--mq-card-accent" as any]: tone.accent,
121
+ ["--mq-card-accent-soft" as any]: tone.accentSoft,
122
+ ["--mq-card-border" as any]: tone.border,
123
+ ["--mq-card-chip-bg" as any]: tone.chipBg,
124
+ ["--mq-card-chip-text" as any]: tone.chipText,
125
+ ["--mq-card-avatar-bg" as any]: tone.avatarBg,
126
+ };
127
+
128
+ return (
129
+ <div className="mq-message-kanban-card" style={cardStyle}>
130
+ <div className="mq-message-kanban-card__accent" />
131
+ <span className="mq-message-kanban-card__record-id mq-message-kanban-card__badge mq-message-kanban-card__badge--record-id">
132
+ #{renderText(rowData?.id)}
133
+ </span>
134
+
135
+ <div className="mq-message-kanban-card__eyebrow">
136
+ <span className="mq-message-kanban-card__chip">{chipLabel}</span>
137
+ </div>
138
+
139
+ <div className="mq-message-kanban-card__title" title={renderText(rowData?.messageId)}>
140
+ {renderText(rowData?.messageId, "Message without identifier")}
141
+ </div>
142
+
143
+ <div className="mq-message-kanban-card__subtitle" title={brokerLabel}>
144
+ {brokerLabel}
145
+ </div>
146
+
147
+ <div className="mq-message-kanban-card__metrics">
148
+ <div className="mq-message-kanban-card__metric">
149
+ <div className="mq-message-kanban-card__metric-label">Retry</div>
150
+ <div className="mq-message-kanban-card__metric-value">{retryLabel}</div>
151
+ </div>
152
+ <div className="mq-message-kanban-card__metric">
153
+ <div className="mq-message-kanban-card__metric-label">Elapsed</div>
154
+ <div className="mq-message-kanban-card__metric-value">{formatDuration(rowData?.elapsedMillis)}</div>
155
+ </div>
156
+ <div className="mq-message-kanban-card__metric">
157
+ <div className="mq-message-kanban-card__metric-label">Parent</div>
158
+ <div className="mq-message-kanban-card__metric-value" title={parentEntity}>
159
+ {parentEntity}
160
+ </div>
161
+ </div>
162
+ <div className="mq-message-kanban-card__metric">
163
+ <div className="mq-message-kanban-card__metric-label">Broker</div>
164
+ <div className="mq-message-kanban-card__metric-value" title={brokerLabel}>
165
+ {brokerLabel}
166
+ </div>
167
+ </div>
168
+ </div>
169
+
170
+ <div className="mq-message-kanban-card__footer">
171
+ <div className="mq-message-kanban-card__timeline">
172
+ <div className="mq-message-kanban-card__timeline-item">
173
+ <span className="mq-message-kanban-card__timeline-label">Started</span>
174
+ <span className="mq-message-kanban-card__timeline-value">{formatDate(rowData?.startedAt)}</span>
175
+ </div>
176
+ <div className="mq-message-kanban-card__timeline-item">
177
+ <span className="mq-message-kanban-card__timeline-label">Finished</span>
178
+ <span className="mq-message-kanban-card__timeline-value">{formatDate(rowData?.finishedAt)}</span>
179
+ </div>
180
+ </div>
181
+
182
+ <div className="mq-message-kanban-card__avatar" title={parentEntity}>
183
+ {getInitials(rowData?.parentEntity, rowData?.messageBroker, rowData?.messageType)}
184
+ </div>
185
+ </div>
186
+
187
+ {hasError && (
188
+ <div className="mq-message-kanban-card__error" title={renderText(rowData?.error)}>
189
+ <span className="mq-message-kanban-card__error-label">Error</span>
190
+ <span className="mq-message-kanban-card__error-value">{errorPreview}</span>
191
+ </div>
192
+ )}
193
+ </div>
194
+ );
195
+ }
@@ -0,0 +1,3 @@
1
+ import { SolidListFieldWidgetProps } from "../../../../../../types/solid-core";
2
+ export declare const SolidMqMessageStageListViewWidget: ({ rowData, fieldMetadata, }: SolidListFieldWidgetProps) => import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=SolidMqMessageStageListViewWidget.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SolidMqMessageStageListViewWidget.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/core/extension/solid-core/mqMessage/list/SolidMqMessageStageListViewWidget.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,yBAAyB,EAAE,MAAM,oCAAoC,CAAC;AAG/E,eAAO,MAAM,iCAAiC,gCAG3C,yBAAyB,4CAQ3B,CAAC"}
@@ -0,0 +1,8 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { MqMessageStageBadge } from "../ui/MqMessageStageBadge";
3
+ export var SolidMqMessageStageListViewWidget = function (_a) {
4
+ var rowData = _a.rowData, fieldMetadata = _a.fieldMetadata;
5
+ var value = (fieldMetadata === null || fieldMetadata === void 0 ? void 0 : fieldMetadata.name) ? rowData === null || rowData === void 0 ? void 0 : rowData[fieldMetadata.name] : "";
6
+ return (_jsx("div", { className: "mt-2", children: _jsx(MqMessageStageBadge, { stage: value, compact: true }) }));
7
+ };
8
+ //# sourceMappingURL=SolidMqMessageStageListViewWidget.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SolidMqMessageStageListViewWidget.js","sourceRoot":"","sources":["../../../../../../../src/components/core/extension/solid-core/mqMessage/list/SolidMqMessageStageListViewWidget.tsx"],"names":[],"mappings":";AACA,OAAO,EAAE,mBAAmB,EAAE,MAAM,2BAA2B,CAAC;AAEhE,MAAM,CAAC,IAAM,iCAAiC,GAAG,UAAC,EAGtB;QAFxB,OAAO,aAAA,EACP,aAAa,mBAAA;IAEb,IAAM,KAAK,GAAG,CAAA,aAAa,aAAb,aAAa,uBAAb,aAAa,CAAE,IAAI,EAAC,CAAC,CAAC,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAG,aAAa,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC;IAEvE,OAAO,CACH,cAAK,SAAS,EAAC,MAAM,YACjB,KAAC,mBAAmB,IAAC,KAAK,EAAE,KAAK,EAAE,OAAO,SAAG,GAC3C,CACT,CAAC;AACN,CAAC,CAAC","sourcesContent":["import { SolidListFieldWidgetProps } from \"../../../../../../types/solid-core\";\nimport { MqMessageStageBadge } from \"../ui/MqMessageStageBadge\";\n\nexport const SolidMqMessageStageListViewWidget = ({\n rowData,\n fieldMetadata,\n}: SolidListFieldWidgetProps) => {\n const value = fieldMetadata?.name ? rowData?.[fieldMetadata.name] : \"\";\n\n return (\n <div className=\"mt-2\">\n <MqMessageStageBadge stage={value} compact />\n </div>\n );\n};\n"]}
@@ -0,0 +1,15 @@
1
+ import { SolidListFieldWidgetProps } from "../../../../../../types/solid-core";
2
+ import { MqMessageStageBadge } from "../ui/MqMessageStageBadge";
3
+
4
+ export const SolidMqMessageStageListViewWidget = ({
5
+ rowData,
6
+ fieldMetadata,
7
+ }: SolidListFieldWidgetProps) => {
8
+ const value = fieldMetadata?.name ? rowData?.[fieldMetadata.name] : "";
9
+
10
+ return (
11
+ <div className="mt-2">
12
+ <MqMessageStageBadge stage={value} compact />
13
+ </div>
14
+ );
15
+ };
@@ -0,0 +1,3 @@
1
+ import { SolidListFieldWidgetProps } from "../../../../../../types/solid-core";
2
+ export declare const SolidMqMessagesSummarizeListHeaderAction: ({ solidListViewMetaData }: SolidListFieldWidgetProps) => import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=SolidMqMessagesSummarizeListHeaderAction.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SolidMqMessagesSummarizeListHeaderAction.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/core/extension/solid-core/mqMessage/list/SolidMqMessagesSummarizeListHeaderAction.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,yBAAyB,EAAE,MAAM,oCAAoC,CAAC;AAyG/E,eAAO,MAAM,wCAAwC,8BAElD,yBAAyB,4CA6E3B,CAAC"}
@@ -0,0 +1,158 @@
1
+ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
2
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
3
+ return new (P || (P = Promise))(function (resolve, reject) {
4
+ function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
5
+ function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
6
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
7
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
8
+ });
9
+ };
10
+ var __generator = (this && this.__generator) || function (thisArg, body) {
11
+ var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
12
+ return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
13
+ function verb(n) { return function (v) { return step([n, v]); }; }
14
+ function step(op) {
15
+ if (f) throw new TypeError("Generator is already executing.");
16
+ while (g && (g = 0, op[0] && (_ = 0)), _) try {
17
+ if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
18
+ if (y = 0, t) op = [op[0] & 2, t.value];
19
+ switch (op[0]) {
20
+ case 0: case 1: t = op; break;
21
+ case 4: _.label++; return { value: op[1], done: false };
22
+ case 5: _.label++; y = op[1]; op = [0]; continue;
23
+ case 7: op = _.ops.pop(); _.trys.pop(); continue;
24
+ default:
25
+ if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
26
+ if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
27
+ if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
28
+ if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
29
+ if (t[2]) _.ops.pop();
30
+ _.trys.pop(); continue;
31
+ }
32
+ op = body.call(thisArg, _);
33
+ } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
34
+ if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
35
+ }
36
+ };
37
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
38
+ import { useState } from "react";
39
+ import { solidGet } from "../../../../../../http/solidHttp";
40
+ import { SolidButton } from "../../../../../shad-cn-ui";
41
+ import { useDispatch } from "react-redux";
42
+ import { closePopup } from "../../../../../../redux/features/popupSlice";
43
+ import { X } from "lucide-react";
44
+ // Chart.js imports
45
+ import { Chart as ChartJS, CategoryScale, LinearScale, BarElement, Tooltip, Legend } from "chart.js";
46
+ import { Bar } from "react-chartjs-2";
47
+ ChartJS.register(CategoryScale, LinearScale, BarElement, Tooltip, Legend);
48
+ var CHART_COLORS = [
49
+ "#3b82f6",
50
+ "#22c55e",
51
+ "#f59e0b",
52
+ "#ef4444",
53
+ "#8b5cf6",
54
+ "#14b8a6"
55
+ ];
56
+ var getColor = function (index) { return CHART_COLORS[index % CHART_COLORS.length]; };
57
+ // =========================
58
+ // Pivot Transform
59
+ // =========================
60
+ var transformToPivot = function (groupMeta) {
61
+ var pivot = {};
62
+ var stageSet = new Set();
63
+ groupMeta.forEach(function (item) {
64
+ var groupValue = item.groupValue || "";
65
+ var count = item.id_count || 0;
66
+ var parts = groupValue.split("_");
67
+ var stage = parts.pop();
68
+ var broker = parts.join("_");
69
+ if (!broker || !stage)
70
+ return;
71
+ stageSet.add(stage);
72
+ if (!pivot[broker])
73
+ pivot[broker] = {};
74
+ pivot[broker][stage] = count;
75
+ });
76
+ var stages = Array.from(stageSet);
77
+ Object.keys(pivot).forEach(function (broker) {
78
+ stages.forEach(function (stage) {
79
+ if (pivot[broker][stage] === undefined) {
80
+ pivot[broker][stage] = 0;
81
+ }
82
+ });
83
+ });
84
+ return { pivot: pivot, stages: stages };
85
+ };
86
+ // =========================
87
+ // Chart Component
88
+ // =========================
89
+ var PivotChart = function (_a) {
90
+ var data = _a.data;
91
+ var pivot = data.pivot, stages = data.stages;
92
+ var queues = Object.keys(pivot).sort(function (a, b) {
93
+ var sum = function (q) {
94
+ return stages.reduce(function (acc, s) { var _a; return acc + (((_a = pivot[q]) === null || _a === void 0 ? void 0 : _a[s]) || 0); }, 0);
95
+ };
96
+ return sum(b) - sum(a);
97
+ });
98
+ var chartData = {
99
+ labels: queues,
100
+ datasets: stages.map(function (stage, index) { return ({
101
+ label: stage,
102
+ data: queues.map(function (q) { var _a; return ((_a = pivot[q]) === null || _a === void 0 ? void 0 : _a[stage]) || 0; }),
103
+ backgroundColor: getColor(index)
104
+ }); })
105
+ };
106
+ var options = {
107
+ responsive: true,
108
+ plugins: { legend: { position: "top" } },
109
+ scales: {
110
+ x: { stacked: true },
111
+ y: { stacked: true, beginAtZero: true }
112
+ }
113
+ };
114
+ return _jsx(Bar, { data: chartData, options: options });
115
+ };
116
+ // =========================
117
+ // Widget
118
+ // =========================
119
+ export var SolidMqMessagesSummarizeListHeaderAction = function (_a) {
120
+ var solidListViewMetaData = _a.solidListViewMetaData;
121
+ var dispatch = useDispatch();
122
+ var _b = useState(false), loading = _b[0], setLoading = _b[1];
123
+ var _c = useState(null), pivotData = _c[0], setPivotData = _c[1];
124
+ var handleContinue = function () { return __awaiter(void 0, void 0, void 0, function () {
125
+ var selectedRows, filters, qs, res;
126
+ var _a, _b, _c;
127
+ return __generator(this, function (_d) {
128
+ switch (_d.label) {
129
+ case 0:
130
+ setLoading(true);
131
+ selectedRows = (solidListViewMetaData === null || solidListViewMetaData === void 0 ? void 0 : solidListViewMetaData.selectedRows) || [];
132
+ filters = selectedRows
133
+ .map(function (row, index) {
134
+ return "filters[$and][0][$or][".concat(index, "][id][$eq]=").concat(row.id);
135
+ })
136
+ .join("&");
137
+ qs = [
138
+ "offset=0",
139
+ "limit=100",
140
+ "groupBy[0]=messageBroker",
141
+ "groupBy[1]=stage",
142
+ "aggregates[0]=id:count",
143
+ filters || null
144
+ ]
145
+ .filter(Boolean)
146
+ .join("&");
147
+ return [4 /*yield*/, solidGet("/mq-message?".concat(qs))];
148
+ case 1:
149
+ res = _d.sent();
150
+ setPivotData(transformToPivot((_c = (_b = (_a = res === null || res === void 0 ? void 0 : res.data) === null || _a === void 0 ? void 0 : _a.data) === null || _b === void 0 ? void 0 : _b.groupMeta) !== null && _c !== void 0 ? _c : []));
151
+ setLoading(false);
152
+ return [2 /*return*/];
153
+ }
154
+ });
155
+ }); };
156
+ return (_jsxs("div", { children: [_jsxs("div", { className: "solid-filter-dialog-head", children: [_jsx("div", { children: _jsx("h3", { className: "solid-filter-dialog-title", children: "MQ Message Summary" }) }), _jsx("button", { className: "solid-radix-dialog-close", "aria-label": "Close", onClick: function () { return dispatch(closePopup()); }, children: _jsx(X, { size: 16 }) })] }), _jsx("div", { className: "solid-filter-dialog-sep" }), _jsxs("div", { className: "solid-filter-dialog-body", children: [_jsxs("div", { style: { textAlign: "center", marginBottom: "10px", marginTop: "10px" }, children: [_jsxs("p", { style: { textAlign: "center", fontSize: "13px", marginBottom: "0" }, children: ["You can summarize based on selected records or the full dataset.", _jsx("br", {}), "Click ", _jsx("strong", { children: "Continue" }), " to load the summary."] }), _jsx(SolidButton, { size: "small", loading: loading, onClick: handleContinue, children: "Continue" })] }), pivotData && (_jsx("div", { style: { marginTop: "20px" }, children: _jsx(PivotChart, { data: pivotData }) }))] })] }));
157
+ };
158
+ //# sourceMappingURL=SolidMqMessagesSummarizeListHeaderAction.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SolidMqMessagesSummarizeListHeaderAction.js","sourceRoot":"","sources":["../../../../../../../src/components/core/extension/solid-core/mqMessage/list/SolidMqMessagesSummarizeListHeaderAction.tsx"],"names":[],"mappings":"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","sourcesContent":["import { SolidListFieldWidgetProps } from \"../../../../../../types/solid-core\";\nimport { useState } from \"react\";\nimport { solidGet } from \"../../../../../../http/solidHttp\";\nimport { SolidButton } from \"../../../../../shad-cn-ui\";\nimport { useDispatch } from \"react-redux\";\nimport { closePopup } from \"../../../../../../redux/features/popupSlice\";\nimport { X } from \"lucide-react\";\n\n// Chart.js imports\nimport {\n Chart as ChartJS,\n CategoryScale,\n LinearScale,\n BarElement,\n Tooltip,\n Legend\n} from \"chart.js\";\nimport { Bar } from \"react-chartjs-2\";\n\nChartJS.register(CategoryScale, LinearScale, BarElement, Tooltip, Legend);\n\nconst CHART_COLORS = [\n \"#3b82f6\",\n \"#22c55e\",\n \"#f59e0b\",\n \"#ef4444\",\n \"#8b5cf6\",\n \"#14b8a6\"\n];\n\nconst getColor = (index: number) => CHART_COLORS[index % CHART_COLORS.length];\n\n// =========================\n// Pivot Transform\n// =========================\nconst transformToPivot = (groupMeta: any[]) => {\n const pivot: Record<string, Record<string, number>> = {};\n const stageSet = new Set<string>();\n\n groupMeta.forEach((item: any) => {\n const groupValue = item.groupValue || \"\";\n const count = item.id_count || 0;\n\n const parts = groupValue.split(\"_\");\n const stage = parts.pop();\n const broker = parts.join(\"_\");\n\n if (!broker || !stage) return;\n\n stageSet.add(stage);\n if (!pivot[broker]) pivot[broker] = {};\n pivot[broker][stage] = count;\n });\n\n const stages = Array.from(stageSet);\n\n Object.keys(pivot).forEach((broker) => {\n stages.forEach((stage) => {\n if (pivot[broker][stage] === undefined) {\n pivot[broker][stage] = 0;\n }\n });\n });\n\n return { pivot, stages };\n};\n\ntype PivotData = ReturnType<typeof transformToPivot>;\n\n// =========================\n// Chart Component\n// =========================\nconst PivotChart = ({ data }: { data: PivotData }) => {\n const { pivot, stages } = data;\n\n const queues = Object.keys(pivot).sort((a, b) => {\n const sum = (q: string) =>\n stages.reduce((acc, s) => acc + (pivot[q]?.[s] || 0), 0);\n return sum(b) - sum(a);\n });\n\n const chartData = {\n labels: queues,\n datasets: stages.map((stage, index) => ({\n label: stage,\n data: queues.map((q) => pivot[q]?.[stage] || 0),\n backgroundColor: getColor(index)\n }))\n };\n\n const options: any = {\n responsive: true,\n plugins: { legend: { position: \"top\" } },\n scales: {\n x: { stacked: true },\n y: { stacked: true, beginAtZero: true }\n }\n };\n\n return <Bar data={chartData} options={options} />;\n};\n\n// =========================\n// Widget\n// =========================\nexport const SolidMqMessagesSummarizeListHeaderAction = ({\n solidListViewMetaData\n}: SolidListFieldWidgetProps) => {\n const dispatch = useDispatch();\n const [loading, setLoading] = useState(false);\n const [pivotData, setPivotData] = useState<PivotData | null>(null);\n\n const handleContinue = async () => {\n setLoading(true);\n\n const selectedRows = solidListViewMetaData?.selectedRows || [];\n\n const filters = selectedRows\n .map(\n (row: any, index: number) =>\n `filters[$and][0][$or][${index}][id][$eq]=${row.id}`\n )\n .join(\"&\");\n\n const qs = [\n \"offset=0\",\n \"limit=100\",\n \"groupBy[0]=messageBroker\",\n \"groupBy[1]=stage\",\n \"aggregates[0]=id:count\",\n filters || null\n ]\n .filter(Boolean)\n .join(\"&\");\n\n const res = await solidGet(`/mq-message?${qs}`);\n setPivotData(transformToPivot(res?.data?.data?.groupMeta ?? []));\n setLoading(false);\n };\n\n return (\n <div>\n <div className=\"solid-filter-dialog-head\">\n <div>\n <h3 className=\"solid-filter-dialog-title\">MQ Message Summary</h3>\n </div>\n <button\n className=\"solid-radix-dialog-close\"\n aria-label=\"Close\"\n onClick={() => dispatch(closePopup())}\n >\n <X size={16} />\n </button>\n </div>\n\n <div className=\"solid-filter-dialog-sep\" />\n\n <div className=\"solid-filter-dialog-body\">\n <div style={{ textAlign: \"center\",marginBottom:\"10px\",marginTop:\"10px\" }}>\n\n <p style={{ textAlign: \"center\", fontSize: \"13px\", marginBottom: \"0\" }}>\n You can summarize based on selected records or the full dataset.\n <br />\n Click <strong>Continue</strong> to load the summary.\n </p>\n <SolidButton\n size=\"small\"\n loading={loading}\n onClick={handleContinue}\n >\n Continue\n </SolidButton>\n\n </div>\n {pivotData && (\n <div style={{ marginTop: \"20px\" }}>\n <PivotChart data={pivotData} />\n </div>\n )}\n </div>\n\n\n </div>\n );\n};\n"]}