@solidxai/core-ui 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/adapters/auth/getSession.d.ts +3 -0
- package/dist/adapters/auth/getSession.d.ts.map +1 -0
- package/dist/adapters/auth/getSession.js +92 -0
- package/dist/adapters/auth/getSession.js.map +1 -0
- package/dist/adapters/auth/getSession.ts +49 -0
- package/dist/adapters/auth/handleLogout.d.ts +2 -0
- package/dist/adapters/auth/handleLogout.d.ts.map +1 -0
- package/dist/adapters/auth/handleLogout.js +90 -0
- package/dist/adapters/auth/handleLogout.js.map +1 -0
- package/dist/adapters/auth/handleLogout.ts +39 -0
- package/dist/adapters/auth/index.d.ts +11 -0
- package/dist/adapters/auth/index.d.ts.map +1 -0
- package/dist/adapters/auth/index.js +10 -0
- package/dist/adapters/auth/index.js.map +1 -0
- package/dist/adapters/auth/index.ts +10 -0
- package/dist/adapters/auth/refreshAccessToken.d.ts +2 -0
- package/dist/adapters/auth/refreshAccessToken.d.ts.map +1 -0
- package/dist/adapters/auth/refreshAccessToken.js +85 -0
- package/dist/adapters/auth/refreshAccessToken.js.map +1 -0
- package/dist/adapters/auth/refreshAccessToken.ts +34 -0
- package/dist/adapters/auth/sessionProvider.d.ts +5 -0
- package/dist/adapters/auth/sessionProvider.d.ts.map +1 -0
- package/dist/adapters/auth/sessionProvider.js +6 -0
- package/dist/adapters/auth/sessionProvider.js.map +1 -0
- package/dist/adapters/auth/sessionProvider.tsx +5 -0
- package/dist/adapters/auth/signIn.d.ts +9 -0
- package/dist/adapters/auth/signIn.d.ts.map +1 -0
- package/dist/adapters/auth/signIn.js +108 -0
- package/dist/adapters/auth/signIn.js.map +1 -0
- package/dist/adapters/auth/signIn.ts +70 -0
- package/dist/adapters/auth/signInWithOAuthAccessCode.d.ts +13 -0
- package/dist/adapters/auth/signInWithOAuthAccessCode.d.ts.map +1 -0
- package/dist/adapters/auth/signInWithOAuthAccessCode.js +110 -0
- package/dist/adapters/auth/signInWithOAuthAccessCode.js.map +1 -0
- package/dist/adapters/auth/signInWithOAuthAccessCode.ts +80 -0
- package/dist/adapters/auth/signInWithOtp.d.ts +14 -0
- package/dist/adapters/auth/signInWithOtp.d.ts.map +1 -0
- package/dist/adapters/auth/signInWithOtp.js +108 -0
- package/dist/adapters/auth/signInWithOtp.js.map +1 -0
- package/dist/adapters/auth/signInWithOtp.ts +77 -0
- package/dist/adapters/auth/signOut.d.ts +6 -0
- package/dist/adapters/auth/signOut.d.ts.map +1 -0
- package/dist/adapters/auth/signOut.js +52 -0
- package/dist/adapters/auth/signOut.js.map +1 -0
- package/dist/adapters/auth/signOut.ts +15 -0
- package/dist/adapters/auth/storage.d.ts +5 -0
- package/dist/adapters/auth/storage.d.ts.map +1 -0
- package/dist/adapters/auth/storage.js +29 -0
- package/dist/adapters/auth/storage.js.map +1 -0
- package/dist/adapters/auth/storage.ts +28 -0
- package/dist/adapters/auth/types.d.ts +10 -0
- package/dist/adapters/auth/types.d.ts.map +1 -0
- package/dist/adapters/auth/types.js +2 -0
- package/dist/adapters/auth/types.js.map +1 -0
- package/dist/adapters/auth/types.ts +9 -0
- package/dist/adapters/env.d.ts +2 -0
- package/dist/adapters/env.d.ts.map +1 -0
- package/dist/adapters/env.js +33 -0
- package/dist/adapters/env.js.map +1 -0
- package/dist/adapters/env.ts +29 -0
- package/dist/components/Svg/DevDocs.d.ts +2 -0
- package/dist/components/Svg/DevDocs.d.ts.map +1 -0
- package/dist/components/Svg/DevDocs.js +5 -0
- package/dist/components/Svg/DevDocs.js.map +1 -0
- package/dist/components/Svg/DevDocs.tsx +9 -0
- package/dist/components/Svg/DocsSvg.d.ts +2 -0
- package/dist/components/Svg/DocsSvg.d.ts.map +1 -0
- package/dist/components/Svg/DocsSvg.js +5 -0
- package/dist/components/Svg/DocsSvg.js.map +1 -0
- package/dist/components/Svg/DocsSvg.tsx +9 -0
- package/dist/components/Svg/ExcelSvg.d.ts +6 -0
- package/dist/components/Svg/ExcelSvg.d.ts.map +1 -0
- package/dist/components/Svg/ExcelSvg.js +6 -0
- package/dist/components/Svg/ExcelSvg.js.map +1 -0
- package/dist/components/Svg/ExcelSvg.tsx +15 -0
- package/dist/components/Svg/FieldSvg.d.ts +2 -0
- package/dist/components/Svg/FieldSvg.d.ts.map +1 -0
- package/dist/components/Svg/FieldSvg.js +5 -0
- package/dist/components/Svg/FieldSvg.js.map +1 -0
- package/dist/components/Svg/FieldSvg.tsx +9 -0
- package/dist/components/Svg/FileSvg.d.ts +4 -0
- package/dist/components/Svg/FileSvg.d.ts.map +1 -0
- package/dist/components/Svg/FileSvg.js +15 -0
- package/dist/components/Svg/FileSvg.js.map +1 -0
- package/dist/components/Svg/FileSvg.tsx +18 -0
- package/dist/components/Svg/HomePageModuleSvg.d.ts +2 -0
- package/dist/components/Svg/HomePageModuleSvg.d.ts.map +1 -0
- package/dist/components/Svg/HomePageModuleSvg.js +5 -0
- package/dist/components/Svg/HomePageModuleSvg.js.map +1 -0
- package/dist/components/Svg/HomePageModuleSvg.tsx +179 -0
- package/dist/components/Svg/ModelSvg.d.ts +2 -0
- package/dist/components/Svg/ModelSvg.d.ts.map +1 -0
- package/dist/components/Svg/ModelSvg.js +5 -0
- package/dist/components/Svg/ModelSvg.js.map +1 -0
- package/dist/components/Svg/ModelSvg.tsx +9 -0
- package/dist/components/Svg/ModuleSvg.d.ts +2 -0
- package/dist/components/Svg/ModuleSvg.d.ts.map +1 -0
- package/dist/components/Svg/ModuleSvg.js +5 -0
- package/dist/components/Svg/ModuleSvg.js.map +1 -0
- package/dist/components/Svg/ModuleSvg.tsx +9 -0
- package/dist/components/Svg/PDFSvg.d.ts +6 -0
- package/dist/components/Svg/PDFSvg.d.ts.map +1 -0
- package/dist/components/Svg/PDFSvg.js +6 -0
- package/dist/components/Svg/PDFSvg.js.map +1 -0
- package/dist/components/Svg/PDFSvg.tsx +15 -0
- package/dist/components/Svg/RightArrowSvg.d.ts +2 -0
- package/dist/components/Svg/RightArrowSvg.d.ts.map +1 -0
- package/dist/components/Svg/RightArrowSvg.js +5 -0
- package/dist/components/Svg/RightArrowSvg.js.map +1 -0
- package/dist/components/Svg/RightArrowSvg.tsx +9 -0
- package/dist/components/Svg/SettingsSvg.d.ts +2 -0
- package/dist/components/Svg/SettingsSvg.d.ts.map +1 -0
- package/dist/components/Svg/SettingsSvg.js +5 -0
- package/dist/components/Svg/SettingsSvg.js.map +1 -0
- package/dist/components/Svg/SettingsSvg.tsx +9 -0
- package/dist/components/auth/AuthLayout.d.ts +4 -0
- package/dist/components/auth/AuthLayout.d.ts.map +1 -0
- package/dist/components/auth/AuthLayout.js +103 -0
- package/dist/components/auth/AuthLayout.js.map +1 -0
- package/dist/components/auth/AuthLayout.tsx +226 -0
- package/dist/components/auth/ForgotPasswordThankYou.d.ts +2 -0
- package/dist/components/auth/ForgotPasswordThankYou.d.ts.map +1 -0
- package/dist/components/auth/ForgotPasswordThankYou.js +17 -0
- package/dist/components/auth/ForgotPasswordThankYou.js.map +1 -0
- package/dist/components/auth/ForgotPasswordThankYou.tsx +31 -0
- package/dist/components/auth/GoogleAuthChecking.d.ts +2 -0
- package/dist/components/auth/GoogleAuthChecking.d.ts.map +1 -0
- package/dist/components/auth/GoogleAuthChecking.js +98 -0
- package/dist/components/auth/GoogleAuthChecking.js.map +1 -0
- package/dist/components/auth/GoogleAuthChecking.tsx +60 -0
- package/dist/components/auth/SolidChangeForcePassword.d.ts +3 -0
- package/dist/components/auth/SolidChangeForcePassword.d.ts.map +1 -0
- package/dist/components/auth/SolidChangeForcePassword.js +161 -0
- package/dist/components/auth/SolidChangeForcePassword.js.map +1 -0
- package/dist/components/auth/SolidChangeForcePassword.tsx +213 -0
- package/dist/components/auth/SolidForgotPassword.d.ts +3 -0
- package/dist/components/auth/SolidForgotPassword.d.ts.map +1 -0
- package/dist/components/auth/SolidForgotPassword.js +115 -0
- package/dist/components/auth/SolidForgotPassword.js.map +1 -0
- package/dist/components/auth/SolidForgotPassword.tsx +116 -0
- package/dist/components/auth/SolidInitialLoginOtp.d.ts +3 -0
- package/dist/components/auth/SolidInitialLoginOtp.d.ts.map +1 -0
- package/dist/components/auth/SolidInitialLoginOtp.js +220 -0
- package/dist/components/auth/SolidInitialLoginOtp.js.map +1 -0
- package/dist/components/auth/SolidInitialLoginOtp.tsx +231 -0
- package/dist/components/auth/SolidInitiateRegisterOtp.d.ts +3 -0
- package/dist/components/auth/SolidInitiateRegisterOtp.d.ts.map +1 -0
- package/dist/components/auth/SolidInitiateRegisterOtp.js +200 -0
- package/dist/components/auth/SolidInitiateRegisterOtp.js.map +1 -0
- package/dist/components/auth/SolidInitiateRegisterOtp.tsx +208 -0
- package/dist/components/auth/SolidLogin.d.ts +3 -0
- package/dist/components/auth/SolidLogin.d.ts.map +1 -0
- package/dist/components/auth/SolidLogin.js +290 -0
- package/dist/components/auth/SolidLogin.js.map +1 -0
- package/dist/components/auth/SolidLogin.tsx +418 -0
- package/dist/components/auth/SolidOTPVerify.d.ts +3 -0
- package/dist/components/auth/SolidOTPVerify.d.ts.map +1 -0
- package/dist/components/auth/SolidOTPVerify.js +67 -0
- package/dist/components/auth/SolidOTPVerify.js.map +1 -0
- package/dist/components/auth/SolidOTPVerify.tsx +133 -0
- package/dist/components/auth/SolidRegister.d.ts +3 -0
- package/dist/components/auth/SolidRegister.d.ts.map +1 -0
- package/dist/components/auth/SolidRegister.js +294 -0
- package/dist/components/auth/SolidRegister.js.map +1 -0
- package/dist/components/auth/SolidRegister.tsx +442 -0
- package/dist/components/auth/SolidResetPassword.d.ts +3 -0
- package/dist/components/auth/SolidResetPassword.d.ts.map +1 -0
- package/dist/components/auth/SolidResetPassword.js +142 -0
- package/dist/components/auth/SolidResetPassword.js.map +1 -0
- package/dist/components/auth/SolidResetPassword.tsx +186 -0
- package/dist/components/common/AuthBanner.d.ts +3 -0
- package/dist/components/common/AuthBanner.d.ts.map +1 -0
- package/dist/components/common/AuthBanner.js +15 -0
- package/dist/components/common/AuthBanner.js.map +1 -0
- package/dist/components/common/AuthBanner.tsx +41 -0
- package/dist/components/common/AutoCompleteField.d.ts +2 -0
- package/dist/components/common/AutoCompleteField.d.ts.map +1 -0
- package/dist/components/common/AutoCompleteField.js +100 -0
- package/dist/components/common/AutoCompleteField.js.map +1 -0
- package/dist/components/common/AutoCompleteField.tsx +79 -0
- package/dist/components/common/BackButton.d.ts +2 -0
- package/dist/components/common/BackButton.d.ts.map +1 -0
- package/dist/components/common/BackButton.js +56 -0
- package/dist/components/common/BackButton.js.map +1 -0
- package/dist/components/common/BackButton.tsx +73 -0
- package/dist/components/common/CancelButton.d.ts +3 -0
- package/dist/components/common/CancelButton.d.ts.map +1 -0
- package/dist/components/common/CancelButton.js +41 -0
- package/dist/components/common/CancelButton.js.map +1 -0
- package/dist/components/common/CancelButton.tsx +62 -0
- package/dist/components/common/CodeEditor.d.ts +3 -0
- package/dist/components/common/CodeEditor.d.ts.map +1 -0
- package/dist/components/common/CodeEditor.js +24 -0
- package/dist/components/common/CodeEditor.js.map +1 -0
- package/dist/components/common/CodeEditor.tsx +38 -0
- package/dist/components/common/CreateButton.d.ts +2 -0
- package/dist/components/common/CreateButton.d.ts.map +1 -0
- package/dist/components/common/CreateButton.js +11 -0
- package/dist/components/common/CreateButton.js.map +1 -0
- package/dist/components/common/CreateButton.tsx +18 -0
- package/dist/components/common/DownloadProgressToast.d.ts +10 -0
- package/dist/components/common/DownloadProgressToast.d.ts.map +1 -0
- package/dist/components/common/DownloadProgressToast.js +17 -0
- package/dist/components/common/DownloadProgressToast.js.map +1 -0
- package/dist/components/common/DownloadProgressToast.tsx +55 -0
- package/dist/components/common/DropzonePlaceholder.d.ts +7 -0
- package/dist/components/common/DropzonePlaceholder.d.ts.map +1 -0
- package/dist/components/common/DropzonePlaceholder.js +12 -0
- package/dist/components/common/DropzonePlaceholder.js.map +1 -0
- package/dist/components/common/DropzonePlaceholder.tsx +31 -0
- package/dist/components/common/DropzoneUpload.d.ts +2 -0
- package/dist/components/common/DropzoneUpload.d.ts.map +1 -0
- package/dist/components/common/DropzoneUpload.js +6 -0
- package/dist/components/common/DropzoneUpload.js.map +1 -0
- package/dist/components/common/DropzoneUpload.tsx +11 -0
- package/dist/components/common/FileReaderExt.d.ts +4 -0
- package/dist/components/common/FileReaderExt.d.ts.map +1 -0
- package/dist/components/common/FileReaderExt.js +16 -0
- package/dist/components/common/FileReaderExt.js.map +1 -0
- package/dist/components/common/FileReaderExt.tsx +20 -0
- package/dist/components/common/GeneralSettings.d.ts +2 -0
- package/dist/components/common/GeneralSettings.d.ts.map +1 -0
- package/dist/components/common/GeneralSettings.js +526 -0
- package/dist/components/common/GeneralSettings.js.map +1 -0
- package/dist/components/common/GeneralSettings.tsx +1215 -0
- package/dist/components/common/HeaderDynamicTitles.d.ts +2 -0
- package/dist/components/common/HeaderDynamicTitles.d.ts.map +1 -0
- package/dist/components/common/HeaderDynamicTitles.js +8 -0
- package/dist/components/common/HeaderDynamicTitles.js.map +1 -0
- package/dist/components/common/HeaderDynamicTitles.tsx +13 -0
- package/dist/components/common/Image.d.ts +10 -0
- package/dist/components/common/Image.d.ts.map +1 -0
- package/dist/components/common/Image.js +29 -0
- package/dist/components/common/Image.js.map +1 -0
- package/dist/components/common/Image.tsx +13 -0
- package/dist/components/common/Link.d.ts +4 -0
- package/dist/components/common/Link.d.ts.map +1 -0
- package/dist/components/common/Link.js +31 -0
- package/dist/components/common/Link.js.map +1 -0
- package/dist/components/common/Link.tsx +13 -0
- package/dist/components/common/MarkdownViewer.d.ts +7 -0
- package/dist/components/common/MarkdownViewer.d.ts.map +1 -0
- package/dist/components/common/MarkdownViewer.js +58 -0
- package/dist/components/common/MarkdownViewer.js.map +1 -0
- package/dist/components/common/MarkdownViewer.tsx +84 -0
- package/dist/components/common/MultipleSelectAutoCompleteField.d.ts +2 -0
- package/dist/components/common/MultipleSelectAutoCompleteField.d.ts.map +1 -0
- package/dist/components/common/MultipleSelectAutoCompleteField.js +90 -0
- package/dist/components/common/MultipleSelectAutoCompleteField.js.map +1 -0
- package/dist/components/common/MultipleSelectAutoCompleteField.tsx +64 -0
- package/dist/components/common/NotFound.d.ts +2 -0
- package/dist/components/common/NotFound.d.ts.map +1 -0
- package/dist/components/common/NotFound.js +6 -0
- package/dist/components/common/NotFound.js.map +1 -0
- package/dist/components/common/NotFound.tsx +22 -0
- package/dist/components/common/SingleSelectAutoCompleteField.d.ts +2 -0
- package/dist/components/common/SingleSelectAutoCompleteField.d.ts.map +1 -0
- package/dist/components/common/SingleSelectAutoCompleteField.js +92 -0
- package/dist/components/common/SingleSelectAutoCompleteField.js.map +1 -0
- package/dist/components/common/SingleSelectAutoCompleteField.tsx +73 -0
- package/dist/components/common/SocialMediaLogin.d.ts +2 -0
- package/dist/components/common/SocialMediaLogin.d.ts.map +1 -0
- package/dist/components/common/SocialMediaLogin.js +12 -0
- package/dist/components/common/SocialMediaLogin.js.map +1 -0
- package/dist/components/common/SocialMediaLogin.tsx +55 -0
- package/dist/components/common/SolidAdmin.d.ts +2 -0
- package/dist/components/common/SolidAdmin.d.ts.map +1 -0
- package/dist/components/common/SolidAdmin.js +10 -0
- package/dist/components/common/SolidAdmin.js.map +1 -0
- package/dist/components/common/SolidAdmin.tsx +29 -0
- package/dist/components/common/SolidBreadcrumb.d.ts +7 -0
- package/dist/components/common/SolidBreadcrumb.d.ts.map +1 -0
- package/dist/components/common/SolidBreadcrumb.js +104 -0
- package/dist/components/common/SolidBreadcrumb.js.map +1 -0
- package/dist/components/common/SolidBreadcrumb.tsx +130 -0
- package/dist/components/common/SolidErrorPage.d.ts +9 -0
- package/dist/components/common/SolidErrorPage.d.ts.map +1 -0
- package/dist/components/common/SolidErrorPage.js +10 -0
- package/dist/components/common/SolidErrorPage.js.map +1 -0
- package/dist/components/common/SolidErrorPage.tsx +37 -0
- package/dist/components/common/SolidExport.d.ts +3 -0
- package/dist/components/common/SolidExport.d.ts.map +1 -0
- package/dist/components/common/SolidExport.js +349 -0
- package/dist/components/common/SolidExport.js.map +1 -0
- package/dist/components/common/SolidExport.tsx +563 -0
- package/dist/components/common/SolidExportStepper.d.ts +12 -0
- package/dist/components/common/SolidExportStepper.d.ts.map +1 -0
- package/dist/components/common/SolidExportStepper.js +30 -0
- package/dist/components/common/SolidExportStepper.js.map +1 -0
- package/dist/components/common/SolidExportStepper.tsx +135 -0
- package/dist/components/common/SolidFieldTooltip.d.ts +2 -0
- package/dist/components/common/SolidFieldTooltip.d.ts.map +1 -0
- package/dist/components/common/SolidFieldTooltip.js +15 -0
- package/dist/components/common/SolidFieldTooltip.js.map +1 -0
- package/dist/components/common/SolidFieldTooltip.tsx +23 -0
- package/dist/components/common/SolidFormHeader.d.ts +12 -0
- package/dist/components/common/SolidFormHeader.d.ts.map +1 -0
- package/dist/components/common/SolidFormHeader.js +21 -0
- package/dist/components/common/SolidFormHeader.js.map +1 -0
- package/dist/components/common/SolidFormHeader.tsx +25 -0
- package/dist/components/common/SolidFormStepper.d.ts +12 -0
- package/dist/components/common/SolidFormStepper.d.ts.map +1 -0
- package/dist/components/common/SolidFormStepper.js +273 -0
- package/dist/components/common/SolidFormStepper.js.map +1 -0
- package/dist/components/common/SolidFormStepper.tsx +336 -0
- package/dist/components/common/SolidModuleHome.d.ts +6 -0
- package/dist/components/common/SolidModuleHome.d.ts.map +1 -0
- package/dist/components/common/SolidModuleHome.js +56 -0
- package/dist/components/common/SolidModuleHome.js.map +1 -0
- package/dist/components/common/SolidModuleHome.tsx +128 -0
- package/dist/components/common/SolidNotFoundPage.d.ts +9 -0
- package/dist/components/common/SolidNotFoundPage.d.ts.map +1 -0
- package/dist/components/common/SolidNotFoundPage.js +10 -0
- package/dist/components/common/SolidNotFoundPage.js.map +1 -0
- package/dist/components/common/SolidNotFoundPage.tsx +37 -0
- package/dist/components/common/SolidPopupContainer.d.ts +3 -0
- package/dist/components/common/SolidPopupContainer.d.ts.map +1 -0
- package/dist/components/common/SolidPopupContainer.js +27 -0
- package/dist/components/common/SolidPopupContainer.js.map +1 -0
- package/dist/components/common/SolidPopupContainer.tsx +37 -0
- package/dist/components/common/SolidSettings/LlmSettings/AnthropicProviderComponent.d.ts +2 -0
- package/dist/components/common/SolidSettings/LlmSettings/AnthropicProviderComponent.d.ts.map +1 -0
- package/dist/components/common/SolidSettings/LlmSettings/AnthropicProviderComponent.js +8 -0
- package/dist/components/common/SolidSettings/LlmSettings/AnthropicProviderComponent.js.map +1 -0
- package/dist/components/common/SolidSettings/LlmSettings/AnthropicProviderComponent.tsx +45 -0
- package/dist/components/common/SolidSettings/LlmSettings/OpenAiProviderComponent.d.ts +2 -0
- package/dist/components/common/SolidSettings/LlmSettings/OpenAiProviderComponent.d.ts.map +1 -0
- package/dist/components/common/SolidSettings/LlmSettings/OpenAiProviderComponent.js +8 -0
- package/dist/components/common/SolidSettings/LlmSettings/OpenAiProviderComponent.js.map +1 -0
- package/dist/components/common/SolidSettings/LlmSettings/OpenAiProviderComponent.tsx +45 -0
- package/dist/components/common/SolidSettings/SettingDropzoneActivePlaceholder.d.ts +2 -0
- package/dist/components/common/SolidSettings/SettingDropzoneActivePlaceholder.d.ts.map +1 -0
- package/dist/components/common/SolidSettings/SettingDropzoneActivePlaceholder.js +7 -0
- package/dist/components/common/SolidSettings/SettingDropzoneActivePlaceholder.js.map +1 -0
- package/dist/components/common/SolidSettings/SettingDropzoneActivePlaceholder.tsx +20 -0
- package/dist/components/common/SolidSettings/SettingsImageRemoveButton.d.ts +2 -0
- package/dist/components/common/SolidSettings/SettingsImageRemoveButton.d.ts.map +1 -0
- package/dist/components/common/SolidSettings/SettingsImageRemoveButton.js +7 -0
- package/dist/components/common/SolidSettings/SettingsImageRemoveButton.js.map +1 -0
- package/dist/components/common/SolidSettings/SettingsImageRemoveButton.tsx +15 -0
- package/dist/components/common/SolidSettings/SolidUploadedImage.d.ts +2 -0
- package/dist/components/common/SolidSettings/SolidUploadedImage.d.ts.map +1 -0
- package/dist/components/common/SolidSettings/SolidUploadedImage.js +7 -0
- package/dist/components/common/SolidSettings/SolidUploadedImage.js.map +1 -0
- package/dist/components/common/SolidSettings/SolidUploadedImage.tsx +16 -0
- package/dist/components/common/SolidThemeLink.d.ts +2 -0
- package/dist/components/common/SolidThemeLink.d.ts.map +1 -0
- package/dist/components/common/SolidThemeLink.js +5 -0
- package/dist/components/common/SolidThemeLink.js.map +1 -0
- package/dist/components/common/SolidThemeLink.tsx +6 -0
- package/dist/components/common/SolidThemeProvider.d.ts +2 -0
- package/dist/components/common/SolidThemeProvider.d.ts.map +1 -0
- package/dist/components/common/SolidThemeProvider.js +37 -0
- package/dist/components/common/SolidThemeProvider.js.map +1 -0
- package/dist/components/common/SolidThemeProvider.tsx +44 -0
- package/dist/components/common/StepperArrows/ActiveArrowStep.d.ts +2 -0
- package/dist/components/common/StepperArrows/ActiveArrowStep.d.ts.map +1 -0
- package/dist/components/common/StepperArrows/ActiveArrowStep.js +5 -0
- package/dist/components/common/StepperArrows/ActiveArrowStep.js.map +1 -0
- package/dist/components/common/StepperArrows/ActiveArrowStep.tsx +18 -0
- package/dist/components/common/StepperArrows/ActiveBeforeStepArrow.d.ts +2 -0
- package/dist/components/common/StepperArrows/ActiveBeforeStepArrow.d.ts.map +1 -0
- package/dist/components/common/StepperArrows/ActiveBeforeStepArrow.js +5 -0
- package/dist/components/common/StepperArrows/ActiveBeforeStepArrow.js.map +1 -0
- package/dist/components/common/StepperArrows/ActiveBeforeStepArrow.tsx +18 -0
- package/dist/components/common/StepperArrows/InactiveStepArrow.d.ts +2 -0
- package/dist/components/common/StepperArrows/InactiveStepArrow.d.ts.map +1 -0
- package/dist/components/common/StepperArrows/InactiveStepArrow.js +5 -0
- package/dist/components/common/StepperArrows/InactiveStepArrow.js.map +1 -0
- package/dist/components/common/StepperArrows/InactiveStepArrow.tsx +19 -0
- package/dist/components/common/error.d.ts +9 -0
- package/dist/components/common/error.d.ts.map +1 -0
- package/dist/components/common/error.js +6 -0
- package/dist/components/common/error.js.map +1 -0
- package/dist/components/common/error.tsx +30 -0
- package/dist/components/common/solid-export.css +85 -0
- package/dist/components/common/solidModuleHome.module.css +135 -0
- package/dist/components/common/useHandleFormCustomButtonClick.d.ts +2 -0
- package/dist/components/common/useHandleFormCustomButtonClick.d.ts.map +1 -0
- package/dist/components/common/useHandleFormCustomButtonClick.js +35 -0
- package/dist/components/common/useHandleFormCustomButtonClick.js.map +1 -0
- package/dist/components/common/useHandleFormCustomButtonClick.ts +40 -0
- package/dist/components/common/useHandleListCustomButtonClick.d.ts +2 -0
- package/dist/components/common/useHandleListCustomButtonClick.d.ts.map +1 -0
- package/dist/components/common/useHandleListCustomButtonClick.js +35 -0
- package/dist/components/common/useHandleListCustomButtonClick.js.map +1 -0
- package/dist/components/common/useHandleListCustomButtonClick.ts +40 -0
- package/dist/components/core/chatter/SolidChatter.d.ts +8 -0
- package/dist/components/core/chatter/SolidChatter.d.ts.map +1 -0
- package/dist/components/core/chatter/SolidChatter.js +222 -0
- package/dist/components/core/chatter/SolidChatter.js.map +1 -0
- package/dist/components/core/chatter/SolidChatter.tsx +248 -0
- package/dist/components/core/chatter/SolidChatterAuditMessage.d.ts +13 -0
- package/dist/components/core/chatter/SolidChatterAuditMessage.d.ts.map +1 -0
- package/dist/components/core/chatter/SolidChatterAuditMessage.js +7 -0
- package/dist/components/core/chatter/SolidChatterAuditMessage.js.map +1 -0
- package/dist/components/core/chatter/SolidChatterAuditMessage.tsx +35 -0
- package/dist/components/core/chatter/SolidChatterCustomMessage.d.ts +7 -0
- package/dist/components/core/chatter/SolidChatterCustomMessage.d.ts.map +1 -0
- package/dist/components/core/chatter/SolidChatterCustomMessage.js +30 -0
- package/dist/components/core/chatter/SolidChatterCustomMessage.js.map +1 -0
- package/dist/components/core/chatter/SolidChatterCustomMessage.tsx +46 -0
- package/dist/components/core/chatter/SolidChatterDateDivider.d.ts +6 -0
- package/dist/components/core/chatter/SolidChatterDateDivider.d.ts.map +1 -0
- package/dist/components/core/chatter/SolidChatterDateDivider.js +7 -0
- package/dist/components/core/chatter/SolidChatterDateDivider.js.map +1 -0
- package/dist/components/core/chatter/SolidChatterDateDivider.tsx +16 -0
- package/dist/components/core/chatter/SolidChatterHeader.d.ts +17 -0
- package/dist/components/core/chatter/SolidChatterHeader.d.ts.map +1 -0
- package/dist/components/core/chatter/SolidChatterHeader.js +131 -0
- package/dist/components/core/chatter/SolidChatterHeader.js.map +1 -0
- package/dist/components/core/chatter/SolidChatterHeader.tsx +218 -0
- package/dist/components/core/chatter/SolidChatterMessageBox.d.ts +22 -0
- package/dist/components/core/chatter/SolidChatterMessageBox.d.ts.map +1 -0
- package/dist/components/core/chatter/SolidChatterMessageBox.js +60 -0
- package/dist/components/core/chatter/SolidChatterMessageBox.js.map +1 -0
- package/dist/components/core/chatter/SolidChatterMessageBox.tsx +163 -0
- package/dist/components/core/chatter/SolidMessageComposer.d.ts +7 -0
- package/dist/components/core/chatter/SolidMessageComposer.d.ts.map +1 -0
- package/dist/components/core/chatter/SolidMessageComposer.js +119 -0
- package/dist/components/core/chatter/SolidMessageComposer.js.map +1 -0
- package/dist/components/core/chatter/SolidMessageComposer.tsx +146 -0
- package/dist/components/core/chatter/chatter.module.css +74 -0
- package/dist/components/core/common/AvatarWidget.d.ts +2 -0
- package/dist/components/core/common/AvatarWidget.d.ts.map +1 -0
- package/dist/components/core/common/AvatarWidget.js +41 -0
- package/dist/components/core/common/AvatarWidget.js.map +1 -0
- package/dist/components/core/common/AvatarWidget.tsx +55 -0
- package/dist/components/core/common/DateFieldViewComponent.d.ts +8 -0
- package/dist/components/core/common/DateFieldViewComponent.d.ts.map +1 -0
- package/dist/components/core/common/DateFieldViewComponent.js +21 -0
- package/dist/components/core/common/DateFieldViewComponent.js.map +1 -0
- package/dist/components/core/common/DateFieldViewComponent.tsx +36 -0
- package/dist/components/core/common/FilterComponent.d.ts +39 -0
- package/dist/components/core/common/FilterComponent.d.ts.map +1 -0
- package/dist/components/core/common/FilterComponent.js +288 -0
- package/dist/components/core/common/FilterComponent.js.map +1 -0
- package/dist/components/core/common/FilterComponent.tsx +457 -0
- package/dist/components/core/common/LoadDynamicJsxComponent.d.ts +2 -0
- package/dist/components/core/common/LoadDynamicJsxComponent.d.ts.map +1 -0
- package/dist/components/core/common/LoadDynamicJsxComponent.js +50 -0
- package/dist/components/core/common/LoadDynamicJsxComponent.js.map +1 -0
- package/dist/components/core/common/LoadDynamicJsxComponent.tsx +70 -0
- package/dist/components/core/common/PDFViewer.d.ts +4 -0
- package/dist/components/core/common/PDFViewer.d.ts.map +1 -0
- package/dist/components/core/common/PDFViewer.js +98 -0
- package/dist/components/core/common/PDFViewer.js.map +1 -0
- package/dist/components/core/common/PDFViewer.tsx +117 -0
- package/dist/components/core/common/SolidAccountSettings/SolidAccountSettings.d.ts +2 -0
- package/dist/components/core/common/SolidAccountSettings/SolidAccountSettings.d.ts.map +1 -0
- package/dist/components/core/common/SolidAccountSettings/SolidAccountSettings.js +48 -0
- package/dist/components/core/common/SolidAccountSettings/SolidAccountSettings.js.map +1 -0
- package/dist/components/core/common/SolidAccountSettings/SolidAccountSettings.module.css +59 -0
- package/dist/components/core/common/SolidAccountSettings/SolidAccountSettings.tsx +89 -0
- package/dist/components/core/common/SolidAccountSettings/SolidChangePassword.d.ts +2 -0
- package/dist/components/core/common/SolidAccountSettings/SolidChangePassword.d.ts.map +1 -0
- package/dist/components/core/common/SolidAccountSettings/SolidChangePassword.js +156 -0
- package/dist/components/core/common/SolidAccountSettings/SolidChangePassword.js.map +1 -0
- package/dist/components/core/common/SolidAccountSettings/SolidChangePassword.tsx +179 -0
- package/dist/components/core/common/SolidAccountSettings/SolidNotifications.d.ts +2 -0
- package/dist/components/core/common/SolidAccountSettings/SolidNotifications.d.ts.map +1 -0
- package/dist/components/core/common/SolidAccountSettings/SolidNotifications.js +121 -0
- package/dist/components/core/common/SolidAccountSettings/SolidNotifications.js.map +1 -0
- package/dist/components/core/common/SolidAccountSettings/SolidNotifications.tsx +129 -0
- package/dist/components/core/common/SolidAccountSettings/SolidPersonalInfo.d.ts +2 -0
- package/dist/components/core/common/SolidAccountSettings/SolidPersonalInfo.d.ts.map +1 -0
- package/dist/components/core/common/SolidAccountSettings/SolidPersonalInfo.js +234 -0
- package/dist/components/core/common/SolidAccountSettings/SolidPersonalInfo.js.map +1 -0
- package/dist/components/core/common/SolidAccountSettings/SolidPersonalInfo.tsx +304 -0
- package/dist/components/core/common/SolidCreateButton.d.ts +2 -0
- package/dist/components/core/common/SolidCreateButton.d.ts.map +1 -0
- package/dist/components/core/common/SolidCreateButton.js +24 -0
- package/dist/components/core/common/SolidCreateButton.js.map +1 -0
- package/dist/components/core/common/SolidCreateButton.tsx +59 -0
- package/dist/components/core/common/SolidGenericImport/DocumentSvg.d.ts +2 -0
- package/dist/components/core/common/SolidGenericImport/DocumentSvg.d.ts.map +1 -0
- package/dist/components/core/common/SolidGenericImport/DocumentSvg.js +5 -0
- package/dist/components/core/common/SolidGenericImport/DocumentSvg.js.map +1 -0
- package/dist/components/core/common/SolidGenericImport/DocumentSvg.tsx +15 -0
- package/dist/components/core/common/SolidGenericImport/SolidGenericImport.d.ts +2 -0
- package/dist/components/core/common/SolidGenericImport/SolidGenericImport.d.ts.map +1 -0
- package/dist/components/core/common/SolidGenericImport/SolidGenericImport.js +24 -0
- package/dist/components/core/common/SolidGenericImport/SolidGenericImport.js.map +1 -0
- package/dist/components/core/common/SolidGenericImport/SolidGenericImport.tsx +64 -0
- package/dist/components/core/common/SolidGenericImport/SolidImport.module.css +40 -0
- package/dist/components/core/common/SolidGenericImport/SolidImportDropzone.d.ts +2 -0
- package/dist/components/core/common/SolidGenericImport/SolidImportDropzone.d.ts.map +1 -0
- package/dist/components/core/common/SolidGenericImport/SolidImportDropzone.js +130 -0
- package/dist/components/core/common/SolidGenericImport/SolidImportDropzone.js.map +1 -0
- package/dist/components/core/common/SolidGenericImport/SolidImportDropzone.tsx +116 -0
- package/dist/components/core/common/SolidGenericImport/SolidImportInstructions.d.ts +2 -0
- package/dist/components/core/common/SolidGenericImport/SolidImportInstructions.d.ts.map +1 -0
- package/dist/components/core/common/SolidGenericImport/SolidImportInstructions.js +128 -0
- package/dist/components/core/common/SolidGenericImport/SolidImportInstructions.js.map +1 -0
- package/dist/components/core/common/SolidGenericImport/SolidImportInstructions.tsx +123 -0
- package/dist/components/core/common/SolidGenericImport/SolidImportStepper.d.ts +2 -0
- package/dist/components/core/common/SolidGenericImport/SolidImportStepper.d.ts.map +1 -0
- package/dist/components/core/common/SolidGenericImport/SolidImportStepper.js +128 -0
- package/dist/components/core/common/SolidGenericImport/SolidImportStepper.js.map +1 -0
- package/dist/components/core/common/SolidGenericImport/SolidImportStepper.tsx +217 -0
- package/dist/components/core/common/SolidGenericImport/SolidImportTransaction.d.ts +2 -0
- package/dist/components/core/common/SolidGenericImport/SolidImportTransaction.d.ts.map +1 -0
- package/dist/components/core/common/SolidGenericImport/SolidImportTransaction.js +177 -0
- package/dist/components/core/common/SolidGenericImport/SolidImportTransaction.js.map +1 -0
- package/dist/components/core/common/SolidGenericImport/SolidImportTransaction.tsx +196 -0
- package/dist/components/core/common/SolidGenericImport/SolidImportTransactionStatus.d.ts +2 -0
- package/dist/components/core/common/SolidGenericImport/SolidImportTransactionStatus.d.ts.map +1 -0
- package/dist/components/core/common/SolidGenericImport/SolidImportTransactionStatus.js +141 -0
- package/dist/components/core/common/SolidGenericImport/SolidImportTransactionStatus.js.map +1 -0
- package/dist/components/core/common/SolidGenericImport/SolidImportTransactionStatus.tsx +157 -0
- package/dist/components/core/common/SolidGenericImport/SolidImportWrapper.d.ts +2 -0
- package/dist/components/core/common/SolidGenericImport/SolidImportWrapper.d.ts.map +1 -0
- package/dist/components/core/common/SolidGenericImport/SolidImportWrapper.js +16 -0
- package/dist/components/core/common/SolidGenericImport/SolidImportWrapper.js.map +1 -0
- package/dist/components/core/common/SolidGenericImport/SolidImportWrapper.tsx +29 -0
- package/dist/components/core/common/SolidGlobalSearchElement.d.ts +5 -0
- package/dist/components/core/common/SolidGlobalSearchElement.d.ts.map +1 -0
- package/dist/components/core/common/SolidGlobalSearchElement.js +1167 -0
- package/dist/components/core/common/SolidGlobalSearchElement.js.map +1 -0
- package/dist/components/core/common/SolidGlobalSearchElement.tsx +1488 -0
- package/dist/components/core/common/SolidLayoutViews.d.ts +19 -0
- package/dist/components/core/common/SolidLayoutViews.d.ts.map +1 -0
- package/dist/components/core/common/SolidLayoutViews.js +13 -0
- package/dist/components/core/common/SolidLayoutViews.js.map +1 -0
- package/dist/components/core/common/SolidLayoutViews.tsx +87 -0
- package/dist/components/core/common/SolidListViewOptions.d.ts +2 -0
- package/dist/components/core/common/SolidListViewOptions.d.ts.map +1 -0
- package/dist/components/core/common/SolidListViewOptions.js +10 -0
- package/dist/components/core/common/SolidListViewOptions.js.map +1 -0
- package/dist/components/core/common/SolidListViewOptions.tsx +31 -0
- package/dist/components/core/common/SolidLoaders/SolidCircularLoader.d.ts +2 -0
- package/dist/components/core/common/SolidLoaders/SolidCircularLoader.d.ts.map +1 -0
- package/dist/components/core/common/SolidLoaders/SolidCircularLoader.js +6 -0
- package/dist/components/core/common/SolidLoaders/SolidCircularLoader.js.map +1 -0
- package/dist/components/core/common/SolidLoaders/SolidCircularLoader.tsx +7 -0
- package/dist/components/core/common/SolidLoaders/SolidLoaders.module.css +20 -0
- package/dist/components/core/common/SolidPasswordHelperText.d.ts +7 -0
- package/dist/components/core/common/SolidPasswordHelperText.d.ts.map +1 -0
- package/dist/components/core/common/SolidPasswordHelperText.js +14 -0
- package/dist/components/core/common/SolidPasswordHelperText.js.map +1 -0
- package/dist/components/core/common/SolidPasswordHelperText.tsx +33 -0
- package/dist/components/core/common/SolidSaveCustomFilterForm.d.ts +9 -0
- package/dist/components/core/common/SolidSaveCustomFilterForm.d.ts.map +1 -0
- package/dist/components/core/common/SolidSaveCustomFilterForm.js +37 -0
- package/dist/components/core/common/SolidSaveCustomFilterForm.js.map +1 -0
- package/dist/components/core/common/SolidSaveCustomFilterForm.tsx +75 -0
- package/dist/components/core/common/SolidSearchBox.d.ts +2 -0
- package/dist/components/core/common/SolidSearchBox.d.ts.map +1 -0
- package/dist/components/core/common/SolidSearchBox.js +13 -0
- package/dist/components/core/common/SolidSearchBox.js.map +1 -0
- package/dist/components/core/common/SolidSearchBox.tsx +17 -0
- package/dist/components/core/common/SolidViewLayoutManager.d.ts +167 -0
- package/dist/components/core/common/SolidViewLayoutManager.d.ts.map +1 -0
- package/dist/components/core/common/SolidViewLayoutManager.js +490 -0
- package/dist/components/core/common/SolidViewLayoutManager.js.map +1 -0
- package/dist/components/core/common/SolidViewLayoutManager.ts +421 -0
- package/dist/components/core/common/SolidXAiIframe.d.ts +7 -0
- package/dist/components/core/common/SolidXAiIframe.d.ts.map +1 -0
- package/dist/components/core/common/SolidXAiIframe.js +94 -0
- package/dist/components/core/common/SolidXAiIframe.js.map +1 -0
- package/dist/components/core/common/SolidXAiIframe.tsx +77 -0
- package/dist/components/core/dashboard/SolidDashboard.d.ts +29 -0
- package/dist/components/core/dashboard/SolidDashboard.d.ts.map +1 -0
- package/dist/components/core/dashboard/SolidDashboard.js +266 -0
- package/dist/components/core/dashboard/SolidDashboard.js.map +1 -0
- package/dist/components/core/dashboard/SolidDashboard.module.css +79 -0
- package/dist/components/core/dashboard/SolidDashboard.tsx +332 -0
- package/dist/components/core/dashboard/SolidDashboardBody.d.ts +12 -0
- package/dist/components/core/dashboard/SolidDashboardBody.d.ts.map +1 -0
- package/dist/components/core/dashboard/SolidDashboardBody.js +76 -0
- package/dist/components/core/dashboard/SolidDashboardBody.js.map +1 -0
- package/dist/components/core/dashboard/SolidDashboardBody.tsx +117 -0
- package/dist/components/core/dashboard/SolidDashboardFilterRequired.d.ts +2 -0
- package/dist/components/core/dashboard/SolidDashboardFilterRequired.d.ts.map +1 -0
- package/dist/components/core/dashboard/SolidDashboardFilterRequired.js +10 -0
- package/dist/components/core/dashboard/SolidDashboardFilterRequired.js.map +1 -0
- package/dist/components/core/dashboard/SolidDashboardFilterRequired.tsx +28 -0
- package/dist/components/core/dashboard/SolidDashboardHeader.d.ts +3 -0
- package/dist/components/core/dashboard/SolidDashboardHeader.d.ts.map +1 -0
- package/dist/components/core/dashboard/SolidDashboardHeader.js +6 -0
- package/dist/components/core/dashboard/SolidDashboardHeader.js.map +1 -0
- package/dist/components/core/dashboard/SolidDashboardHeader.tsx +10 -0
- package/dist/components/core/dashboard/SolidDashboardLoading.d.ts +2 -0
- package/dist/components/core/dashboard/SolidDashboardLoading.d.ts.map +1 -0
- package/dist/components/core/dashboard/SolidDashboardLoading.js +7 -0
- package/dist/components/core/dashboard/SolidDashboardLoading.js.map +1 -0
- package/dist/components/core/dashboard/SolidDashboardLoading.tsx +55 -0
- package/dist/components/core/dashboard/SolidDashboardNotAvailable.d.ts +3 -0
- package/dist/components/core/dashboard/SolidDashboardNotAvailable.d.ts.map +1 -0
- package/dist/components/core/dashboard/SolidDashboardNotAvailable.js +11 -0
- package/dist/components/core/dashboard/SolidDashboardNotAvailable.js.map +1 -0
- package/dist/components/core/dashboard/SolidDashboardNotAvailable.tsx +32 -0
- package/dist/components/core/dashboard/SolidDashboardRenderError.d.ts +2 -0
- package/dist/components/core/dashboard/SolidDashboardRenderError.d.ts.map +1 -0
- package/dist/components/core/dashboard/SolidDashboardRenderError.js +10 -0
- package/dist/components/core/dashboard/SolidDashboardRenderError.js.map +1 -0
- package/dist/components/core/dashboard/SolidDashboardRenderError.tsx +29 -0
- package/dist/components/core/dashboard/SolidDashboardVariable.d.ts +19 -0
- package/dist/components/core/dashboard/SolidDashboardVariable.d.ts.map +1 -0
- package/dist/components/core/dashboard/SolidDashboardVariable.js +180 -0
- package/dist/components/core/dashboard/SolidDashboardVariable.js.map +1 -0
- package/dist/components/core/dashboard/SolidDashboardVariable.tsx +256 -0
- package/dist/components/core/dashboard/SolidQuestionRenderer.d.ts +9 -0
- package/dist/components/core/dashboard/SolidQuestionRenderer.d.ts.map +1 -0
- package/dist/components/core/dashboard/SolidQuestionRenderer.js +37 -0
- package/dist/components/core/dashboard/SolidQuestionRenderer.js.map +1 -0
- package/dist/components/core/dashboard/SolidQuestionRenderer.tsx +78 -0
- package/dist/components/core/dashboard/chart-renderers/ChartJsRenderer.d.ts +9 -0
- package/dist/components/core/dashboard/chart-renderers/ChartJsRenderer.d.ts.map +1 -0
- package/dist/components/core/dashboard/chart-renderers/ChartJsRenderer.js +8 -0
- package/dist/components/core/dashboard/chart-renderers/ChartJsRenderer.js.map +1 -0
- package/dist/components/core/dashboard/chart-renderers/ChartJsRenderer.tsx +18 -0
- package/dist/components/core/dashboard/chart-renderers/PrimeReactDatatableRenderer.d.ts +7 -0
- package/dist/components/core/dashboard/chart-renderers/PrimeReactDatatableRenderer.d.ts.map +1 -0
- package/dist/components/core/dashboard/chart-renderers/PrimeReactDatatableRenderer.js +32 -0
- package/dist/components/core/dashboard/chart-renderers/PrimeReactDatatableRenderer.js.map +1 -0
- package/dist/components/core/dashboard/chart-renderers/PrimeReactDatatableRenderer.tsx +54 -0
- package/dist/components/core/dashboard/chart-renderers/init-chartjs.d.ts +2 -0
- package/dist/components/core/dashboard/chart-renderers/init-chartjs.d.ts.map +1 -0
- package/dist/components/core/dashboard/chart-renderers/init-chartjs.js +4 -0
- package/dist/components/core/dashboard/chart-renderers/init-chartjs.js.map +1 -0
- package/dist/components/core/dashboard/chart-renderers/init-chartjs.ts +25 -0
- package/dist/components/core/dashboard/dashboard-utils.d.ts +2 -0
- package/dist/components/core/dashboard/dashboard-utils.d.ts.map +1 -0
- package/dist/components/core/dashboard/dashboard-utils.js +38 -0
- package/dist/components/core/dashboard/dashboard-utils.js.map +1 -0
- package/dist/components/core/dashboard/dashboard-utils.ts +39 -0
- package/dist/components/core/extension/solid-core/CustomIcon/StatusIcon.d.ts +8 -0
- package/dist/components/core/extension/solid-core/CustomIcon/StatusIcon.d.ts.map +1 -0
- package/dist/components/core/extension/solid-core/CustomIcon/StatusIcon.js +7 -0
- package/dist/components/core/extension/solid-core/CustomIcon/StatusIcon.js.map +1 -0
- package/dist/components/core/extension/solid-core/CustomIcon/StatusIcon.tsx +17 -0
- package/dist/components/core/extension/solid-core/dashboardQuestion/ChartFormPreviewWidget.d.ts +4 -0
- package/dist/components/core/extension/solid-core/dashboardQuestion/ChartFormPreviewWidget.d.ts.map +1 -0
- package/dist/components/core/extension/solid-core/dashboardQuestion/ChartFormPreviewWidget.js +23 -0
- package/dist/components/core/extension/solid-core/dashboardQuestion/ChartFormPreviewWidget.js.map +1 -0
- package/dist/components/core/extension/solid-core/dashboardQuestion/ChartFormPreviewWidget.tsx +36 -0
- package/dist/components/core/extension/solid-core/emailTemplate/emailFormTypeChangeHandler.d.ts +7 -0
- package/dist/components/core/extension/solid-core/emailTemplate/emailFormTypeChangeHandler.d.ts.map +1 -0
- package/dist/components/core/extension/solid-core/emailTemplate/emailFormTypeChangeHandler.js +17 -0
- package/dist/components/core/extension/solid-core/emailTemplate/emailFormTypeChangeHandler.js.map +1 -0
- package/dist/components/core/extension/solid-core/emailTemplate/emailFormTypeChangeHandler.ts +18 -0
- package/dist/components/core/extension/solid-core/emailTemplate/emailFormTypeLoad.d.ts +7 -0
- package/dist/components/core/extension/solid-core/emailTemplate/emailFormTypeLoad.d.ts.map +1 -0
- package/dist/components/core/extension/solid-core/emailTemplate/emailFormTypeLoad.js +17 -0
- package/dist/components/core/extension/solid-core/emailTemplate/emailFormTypeLoad.js.map +1 -0
- package/dist/components/core/extension/solid-core/emailTemplate/emailFormTypeLoad.ts +18 -0
- package/dist/components/core/extension/solid-core/modelMetadata/list/DeleteModelRowAction.d.ts +4 -0
- package/dist/components/core/extension/solid-core/modelMetadata/list/DeleteModelRowAction.d.ts.map +1 -0
- package/dist/components/core/extension/solid-core/modelMetadata/list/DeleteModelRowAction.js +102 -0
- package/dist/components/core/extension/solid-core/modelMetadata/list/DeleteModelRowAction.js.map +1 -0
- package/dist/components/core/extension/solid-core/modelMetadata/list/DeleteModelRowAction.tsx +105 -0
- package/dist/components/core/extension/solid-core/modelMetadata/list/GenerateModelCodeRowAction.d.ts +4 -0
- package/dist/components/core/extension/solid-core/modelMetadata/list/GenerateModelCodeRowAction.d.ts.map +1 -0
- package/dist/components/core/extension/solid-core/modelMetadata/list/GenerateModelCodeRowAction.js +206 -0
- package/dist/components/core/extension/solid-core/modelMetadata/list/GenerateModelCodeRowAction.js.map +1 -0
- package/dist/components/core/extension/solid-core/modelMetadata/list/GenerateModelCodeRowAction.tsx +205 -0
- package/dist/components/core/extension/solid-core/moduleMetadata/list/DeleteModuleRowAction.d.ts +4 -0
- package/dist/components/core/extension/solid-core/moduleMetadata/list/DeleteModuleRowAction.d.ts.map +1 -0
- package/dist/components/core/extension/solid-core/moduleMetadata/list/DeleteModuleRowAction.js +124 -0
- package/dist/components/core/extension/solid-core/moduleMetadata/list/DeleteModuleRowAction.js.map +1 -0
- package/dist/components/core/extension/solid-core/moduleMetadata/list/DeleteModuleRowAction.tsx +131 -0
- package/dist/components/core/extension/solid-core/moduleMetadata/list/GenerateModuleCodeRowAction.d.ts +4 -0
- package/dist/components/core/extension/solid-core/moduleMetadata/list/GenerateModuleCodeRowAction.d.ts.map +1 -0
- package/dist/components/core/extension/solid-core/moduleMetadata/list/GenerateModuleCodeRowAction.js +218 -0
- package/dist/components/core/extension/solid-core/moduleMetadata/list/GenerateModuleCodeRowAction.js.map +1 -0
- package/dist/components/core/extension/solid-core/moduleMetadata/list/GenerateModuleCodeRowAction.tsx +201 -0
- package/dist/components/core/extension/solid-core/roleMetadata/RolePermissionsManyToManyFieldWidget.d.ts +3 -0
- package/dist/components/core/extension/solid-core/roleMetadata/RolePermissionsManyToManyFieldWidget.d.ts.map +1 -0
- package/dist/components/core/extension/solid-core/roleMetadata/RolePermissionsManyToManyFieldWidget.js +85 -0
- package/dist/components/core/extension/solid-core/roleMetadata/RolePermissionsManyToManyFieldWidget.js.map +1 -0
- package/dist/components/core/extension/solid-core/roleMetadata/RolePermissionsManyToManyFieldWidget.tsx +131 -0
- package/dist/components/core/field/FieldListViewData.d.ts +7 -0
- package/dist/components/core/field/FieldListViewData.d.ts.map +1 -0
- package/dist/components/core/field/FieldListViewData.js +191 -0
- package/dist/components/core/field/FieldListViewData.js.map +1 -0
- package/dist/components/core/field/FieldListViewData.tsx +313 -0
- package/dist/components/core/filter/SolidBooleanFilterElement.d.ts +2 -0
- package/dist/components/core/filter/SolidBooleanFilterElement.d.ts.map +1 -0
- package/dist/components/core/filter/SolidBooleanFilterElement.js +18 -0
- package/dist/components/core/filter/SolidBooleanFilterElement.js.map +1 -0
- package/dist/components/core/filter/SolidBooleanFilterElement.tsx +30 -0
- package/dist/components/core/filter/SolidFilterFields.d.ts +10 -0
- package/dist/components/core/filter/SolidFilterFields.d.ts.map +1 -0
- package/dist/components/core/filter/SolidFilterFields.js +111 -0
- package/dist/components/core/filter/SolidFilterFields.js.map +1 -0
- package/dist/components/core/filter/SolidFilterFields.tsx +131 -0
- package/dist/components/core/filter/SolidManyToManyFilterElement.d.ts +2 -0
- package/dist/components/core/filter/SolidManyToManyFilterElement.d.ts.map +1 -0
- package/dist/components/core/filter/SolidManyToManyFilterElement.js +88 -0
- package/dist/components/core/filter/SolidManyToManyFilterElement.js.map +1 -0
- package/dist/components/core/filter/SolidManyToManyFilterElement.tsx +64 -0
- package/dist/components/core/filter/SolidManyToOneFilterElement.d.ts +2 -0
- package/dist/components/core/filter/SolidManyToOneFilterElement.d.ts.map +1 -0
- package/dist/components/core/filter/SolidManyToOneFilterElement.js +87 -0
- package/dist/components/core/filter/SolidManyToOneFilterElement.js.map +1 -0
- package/dist/components/core/filter/SolidManyToOneFilterElement.tsx +61 -0
- package/dist/components/core/filter/SolidSelectionDynamicFilterElement.d.ts +2 -0
- package/dist/components/core/filter/SolidSelectionDynamicFilterElement.d.ts.map +1 -0
- package/dist/components/core/filter/SolidSelectionDynamicFilterElement.js +73 -0
- package/dist/components/core/filter/SolidSelectionDynamicFilterElement.js.map +1 -0
- package/dist/components/core/filter/SolidSelectionDynamicFilterElement.tsx +50 -0
- package/dist/components/core/filter/SolidSelectionStaticFilterElement.d.ts +2 -0
- package/dist/components/core/filter/SolidSelectionStaticFilterElement.d.ts.map +1 -0
- package/dist/components/core/filter/SolidSelectionStaticFilterElement.js +20 -0
- package/dist/components/core/filter/SolidSelectionStaticFilterElement.js.map +1 -0
- package/dist/components/core/filter/SolidSelectionStaticFilterElement.tsx +32 -0
- package/dist/components/core/filter/SolidVarInputsFilterElement.d.ts +14 -0
- package/dist/components/core/filter/SolidVarInputsFilterElement.d.ts.map +1 -0
- package/dist/components/core/filter/SolidVarInputsFilterElement.js +90 -0
- package/dist/components/core/filter/SolidVarInputsFilterElement.js.map +1 -0
- package/dist/components/core/filter/SolidVarInputsFilterElement.tsx +209 -0
- package/dist/components/core/filter/fields/SolidBigintField.d.ts +4 -0
- package/dist/components/core/filter/fields/SolidBigintField.d.ts.map +1 -0
- package/dist/components/core/filter/fields/SolidBigintField.js +7 -0
- package/dist/components/core/filter/fields/SolidBigintField.js.map +1 -0
- package/dist/components/core/filter/fields/SolidBigintField.tsx +9 -0
- package/dist/components/core/filter/fields/SolidBooleanField.d.ts +4 -0
- package/dist/components/core/filter/fields/SolidBooleanField.d.ts.map +1 -0
- package/dist/components/core/filter/fields/SolidBooleanField.js +28 -0
- package/dist/components/core/filter/fields/SolidBooleanField.js.map +1 -0
- package/dist/components/core/filter/fields/SolidBooleanField.tsx +68 -0
- package/dist/components/core/filter/fields/SolidComputedField.d.ts +4 -0
- package/dist/components/core/filter/fields/SolidComputedField.d.ts.map +1 -0
- package/dist/components/core/filter/fields/SolidComputedField.js +21 -0
- package/dist/components/core/filter/fields/SolidComputedField.js.map +1 -0
- package/dist/components/core/filter/fields/SolidComputedField.tsx +23 -0
- package/dist/components/core/filter/fields/SolidDateField.d.ts +8 -0
- package/dist/components/core/filter/fields/SolidDateField.d.ts.map +1 -0
- package/dist/components/core/filter/fields/SolidDateField.js +33 -0
- package/dist/components/core/filter/fields/SolidDateField.js.map +1 -0
- package/dist/components/core/filter/fields/SolidDateField.tsx +63 -0
- package/dist/components/core/filter/fields/SolidDatetimeField.d.ts +4 -0
- package/dist/components/core/filter/fields/SolidDatetimeField.d.ts.map +1 -0
- package/dist/components/core/filter/fields/SolidDatetimeField.js +26 -0
- package/dist/components/core/filter/fields/SolidDatetimeField.js.map +1 -0
- package/dist/components/core/filter/fields/SolidDatetimeField.tsx +54 -0
- package/dist/components/core/filter/fields/SolidDecimalField.d.ts +4 -0
- package/dist/components/core/filter/fields/SolidDecimalField.d.ts.map +1 -0
- package/dist/components/core/filter/fields/SolidDecimalField.js +7 -0
- package/dist/components/core/filter/fields/SolidDecimalField.js.map +1 -0
- package/dist/components/core/filter/fields/SolidDecimalField.tsx +9 -0
- package/dist/components/core/filter/fields/SolidExternalIdField.d.ts +4 -0
- package/dist/components/core/filter/fields/SolidExternalIdField.d.ts.map +1 -0
- package/dist/components/core/filter/fields/SolidExternalIdField.js +23 -0
- package/dist/components/core/filter/fields/SolidExternalIdField.js.map +1 -0
- package/dist/components/core/filter/fields/SolidExternalIdField.tsx +52 -0
- package/dist/components/core/filter/fields/SolidFloatField.d.ts +4 -0
- package/dist/components/core/filter/fields/SolidFloatField.d.ts.map +1 -0
- package/dist/components/core/filter/fields/SolidFloatField.js +7 -0
- package/dist/components/core/filter/fields/SolidFloatField.js.map +1 -0
- package/dist/components/core/filter/fields/SolidFloatField.tsx +9 -0
- package/dist/components/core/filter/fields/SolidIdField.d.ts +4 -0
- package/dist/components/core/filter/fields/SolidIdField.d.ts.map +1 -0
- package/dist/components/core/filter/fields/SolidIdField.js +21 -0
- package/dist/components/core/filter/fields/SolidIdField.js.map +1 -0
- package/dist/components/core/filter/fields/SolidIdField.tsx +46 -0
- package/dist/components/core/filter/fields/SolidIntField.d.ts +4 -0
- package/dist/components/core/filter/fields/SolidIntField.d.ts.map +1 -0
- package/dist/components/core/filter/fields/SolidIntField.js +32 -0
- package/dist/components/core/filter/fields/SolidIntField.js.map +1 -0
- package/dist/components/core/filter/fields/SolidIntField.tsx +61 -0
- package/dist/components/core/filter/fields/SolidLongTextField.d.ts +4 -0
- package/dist/components/core/filter/fields/SolidLongTextField.d.ts.map +1 -0
- package/dist/components/core/filter/fields/SolidLongTextField.js +7 -0
- package/dist/components/core/filter/fields/SolidLongTextField.js.map +1 -0
- package/dist/components/core/filter/fields/SolidLongTextField.tsx +9 -0
- package/dist/components/core/filter/fields/SolidMediaMultipleField.d.ts +4 -0
- package/dist/components/core/filter/fields/SolidMediaMultipleField.d.ts.map +1 -0
- package/dist/components/core/filter/fields/SolidMediaMultipleField.js +33 -0
- package/dist/components/core/filter/fields/SolidMediaMultipleField.js.map +1 -0
- package/dist/components/core/filter/fields/SolidMediaMultipleField.tsx +60 -0
- package/dist/components/core/filter/fields/SolidMediaSingleField.d.ts +4 -0
- package/dist/components/core/filter/fields/SolidMediaSingleField.d.ts.map +1 -0
- package/dist/components/core/filter/fields/SolidMediaSingleField.js +33 -0
- package/dist/components/core/filter/fields/SolidMediaSingleField.js.map +1 -0
- package/dist/components/core/filter/fields/SolidMediaSingleField.tsx +62 -0
- package/dist/components/core/filter/fields/SolidRelationField.d.ts +4 -0
- package/dist/components/core/filter/fields/SolidRelationField.d.ts.map +1 -0
- package/dist/components/core/filter/fields/SolidRelationField.js +15 -0
- package/dist/components/core/filter/fields/SolidRelationField.js.map +1 -0
- package/dist/components/core/filter/fields/SolidRelationField.tsx +17 -0
- package/dist/components/core/filter/fields/SolidRichTextField.d.ts +4 -0
- package/dist/components/core/filter/fields/SolidRichTextField.d.ts.map +1 -0
- package/dist/components/core/filter/fields/SolidRichTextField.js +7 -0
- package/dist/components/core/filter/fields/SolidRichTextField.js.map +1 -0
- package/dist/components/core/filter/fields/SolidRichTextField.tsx +9 -0
- package/dist/components/core/filter/fields/SolidSelectionDynamicField.d.ts +4 -0
- package/dist/components/core/filter/fields/SolidSelectionDynamicField.d.ts.map +1 -0
- package/dist/components/core/filter/fields/SolidSelectionDynamicField.js +23 -0
- package/dist/components/core/filter/fields/SolidSelectionDynamicField.js.map +1 -0
- package/dist/components/core/filter/fields/SolidSelectionDynamicField.tsx +52 -0
- package/dist/components/core/filter/fields/SolidSelectionStaticField.d.ts +4 -0
- package/dist/components/core/filter/fields/SolidSelectionStaticField.d.ts.map +1 -0
- package/dist/components/core/filter/fields/SolidSelectionStaticField.js +24 -0
- package/dist/components/core/filter/fields/SolidSelectionStaticField.js.map +1 -0
- package/dist/components/core/filter/fields/SolidSelectionStaticField.tsx +54 -0
- package/dist/components/core/filter/fields/SolidShortTextField.d.ts +4 -0
- package/dist/components/core/filter/fields/SolidShortTextField.d.ts.map +1 -0
- package/dist/components/core/filter/fields/SolidShortTextField.js +31 -0
- package/dist/components/core/filter/fields/SolidShortTextField.js.map +1 -0
- package/dist/components/core/filter/fields/SolidShortTextField.tsx +60 -0
- package/dist/components/core/filter/fields/SolidTimeField.d.ts +4 -0
- package/dist/components/core/filter/fields/SolidTimeField.d.ts.map +1 -0
- package/dist/components/core/filter/fields/SolidTimeField.js +21 -0
- package/dist/components/core/filter/fields/SolidTimeField.js.map +1 -0
- package/dist/components/core/filter/fields/SolidTimeField.tsx +48 -0
- package/dist/components/core/filter/fields/SolidUuidField.d.ts +4 -0
- package/dist/components/core/filter/fields/SolidUuidField.d.ts.map +1 -0
- package/dist/components/core/filter/fields/SolidUuidField.js +23 -0
- package/dist/components/core/filter/fields/SolidUuidField.js.map +1 -0
- package/dist/components/core/filter/fields/SolidUuidField.tsx +51 -0
- package/dist/components/core/filter/fields/relations/SolidRelationManyToManyField.d.ts +4 -0
- package/dist/components/core/filter/fields/relations/SolidRelationManyToManyField.d.ts.map +1 -0
- package/dist/components/core/filter/fields/relations/SolidRelationManyToManyField.js +27 -0
- package/dist/components/core/filter/fields/relations/SolidRelationManyToManyField.js.map +1 -0
- package/dist/components/core/filter/fields/relations/SolidRelationManyToManyField.tsx +62 -0
- package/dist/components/core/filter/fields/relations/SolidRelationManyToOneField.d.ts +4 -0
- package/dist/components/core/filter/fields/relations/SolidRelationManyToOneField.d.ts.map +1 -0
- package/dist/components/core/filter/fields/relations/SolidRelationManyToOneField.js +50 -0
- package/dist/components/core/filter/fields/relations/SolidRelationManyToOneField.js.map +1 -0
- package/dist/components/core/filter/fields/relations/SolidRelationManyToOneField.tsx +84 -0
- package/dist/components/core/form/SolidFormActionHeader.d.ts +2 -0
- package/dist/components/core/form/SolidFormActionHeader.d.ts.map +1 -0
- package/dist/components/core/form/SolidFormActionHeader.js +202 -0
- package/dist/components/core/form/SolidFormActionHeader.js.map +1 -0
- package/dist/components/core/form/SolidFormActionHeader.tsx +516 -0
- package/dist/components/core/form/SolidFormFieldRender.d.ts +7 -0
- package/dist/components/core/form/SolidFormFieldRender.d.ts.map +1 -0
- package/dist/components/core/form/SolidFormFieldRender.js +27 -0
- package/dist/components/core/form/SolidFormFieldRender.js.map +1 -0
- package/dist/components/core/form/SolidFormFieldRender.tsx +53 -0
- package/dist/components/core/form/SolidFormFieldRenderExtension.d.ts +8 -0
- package/dist/components/core/form/SolidFormFieldRenderExtension.d.ts.map +1 -0
- package/dist/components/core/form/SolidFormFieldRenderExtension.js +23 -0
- package/dist/components/core/form/SolidFormFieldRenderExtension.js.map +1 -0
- package/dist/components/core/form/SolidFormFieldRenderExtension.tsx +26 -0
- package/dist/components/core/form/SolidFormFooter.d.ts +6 -0
- package/dist/components/core/form/SolidFormFooter.d.ts.map +1 -0
- package/dist/components/core/form/SolidFormFooter.js +149 -0
- package/dist/components/core/form/SolidFormFooter.js.map +1 -0
- package/dist/components/core/form/SolidFormFooter.tsx +164 -0
- package/dist/components/core/form/SolidFormLayouts.d.ts +3 -0
- package/dist/components/core/form/SolidFormLayouts.d.ts.map +1 -0
- package/dist/components/core/form/SolidFormLayouts.js +68 -0
- package/dist/components/core/form/SolidFormLayouts.js.map +1 -0
- package/dist/components/core/form/SolidFormLayouts.tsx +104 -0
- package/dist/components/core/form/SolidFormUserViewLayout.d.ts +2 -0
- package/dist/components/core/form/SolidFormUserViewLayout.d.ts.map +1 -0
- package/dist/components/core/form/SolidFormUserViewLayout.js +98 -0
- package/dist/components/core/form/SolidFormUserViewLayout.js.map +1 -0
- package/dist/components/core/form/SolidFormUserViewLayout.tsx +75 -0
- package/dist/components/core/form/SolidFormView.d.ts +22 -0
- package/dist/components/core/form/SolidFormView.d.ts.map +1 -0
- package/dist/components/core/form/SolidFormView.js +1507 -0
- package/dist/components/core/form/SolidFormView.js.map +1 -0
- package/dist/components/core/form/SolidFormView.tsx +1867 -0
- package/dist/components/core/form/SolidFormViewContextMenuHeaderButton.d.ts +11 -0
- package/dist/components/core/form/SolidFormViewContextMenuHeaderButton.d.ts.map +1 -0
- package/dist/components/core/form/SolidFormViewContextMenuHeaderButton.js +26 -0
- package/dist/components/core/form/SolidFormViewContextMenuHeaderButton.js.map +1 -0
- package/dist/components/core/form/SolidFormViewContextMenuHeaderButton.tsx +53 -0
- package/dist/components/core/form/SolidFormViewNormalHeaderButton.d.ts +11 -0
- package/dist/components/core/form/SolidFormViewNormalHeaderButton.d.ts.map +1 -0
- package/dist/components/core/form/SolidFormViewNormalHeaderButton.js +26 -0
- package/dist/components/core/form/SolidFormViewNormalHeaderButton.js.map +1 -0
- package/dist/components/core/form/SolidFormViewNormalHeaderButton.tsx +53 -0
- package/dist/components/core/form/SolidFormViewShimmerLoading.d.ts +2 -0
- package/dist/components/core/form/SolidFormViewShimmerLoading.d.ts.map +1 -0
- package/dist/components/core/form/SolidFormViewShimmerLoading.js +7 -0
- package/dist/components/core/form/SolidFormViewShimmerLoading.js.map +1 -0
- package/dist/components/core/form/SolidFormViewShimmerLoading.tsx +109 -0
- package/dist/components/core/form/fields/ISolidField.d.ts +70 -0
- package/dist/components/core/form/fields/ISolidField.d.ts.map +1 -0
- package/dist/components/core/form/fields/ISolidField.js +2 -0
- package/dist/components/core/form/fields/ISolidField.js.map +1 -0
- package/dist/components/core/form/fields/ISolidField.tsx +72 -0
- package/dist/components/core/form/fields/SolidBooleanField.d.ts +17 -0
- package/dist/components/core/form/fields/SolidBooleanField.d.ts.map +1 -0
- package/dist/components/core/form/fields/SolidBooleanField.js +307 -0
- package/dist/components/core/form/fields/SolidBooleanField.js.map +1 -0
- package/dist/components/core/form/fields/SolidBooleanField.tsx +434 -0
- package/dist/components/core/form/fields/SolidDateField.d.ts +16 -0
- package/dist/components/core/form/fields/SolidDateField.d.ts.map +1 -0
- package/dist/components/core/form/fields/SolidDateField.js +198 -0
- package/dist/components/core/form/fields/SolidDateField.js.map +1 -0
- package/dist/components/core/form/fields/SolidDateField.tsx +247 -0
- package/dist/components/core/form/fields/SolidDateTimeField.d.ts +15 -0
- package/dist/components/core/form/fields/SolidDateTimeField.d.ts.map +1 -0
- package/dist/components/core/form/fields/SolidDateTimeField.js +182 -0
- package/dist/components/core/form/fields/SolidDateTimeField.js.map +1 -0
- package/dist/components/core/form/fields/SolidDateTimeField.tsx +229 -0
- package/dist/components/core/form/fields/SolidDecimalField.d.ts +15 -0
- package/dist/components/core/form/fields/SolidDecimalField.d.ts.map +1 -0
- package/dist/components/core/form/fields/SolidDecimalField.js +148 -0
- package/dist/components/core/form/fields/SolidDecimalField.js.map +1 -0
- package/dist/components/core/form/fields/SolidDecimalField.tsx +171 -0
- package/dist/components/core/form/fields/SolidEmailField.d.ts +14 -0
- package/dist/components/core/form/fields/SolidEmailField.d.ts.map +1 -0
- package/dist/components/core/form/fields/SolidEmailField.js +156 -0
- package/dist/components/core/form/fields/SolidEmailField.js.map +1 -0
- package/dist/components/core/form/fields/SolidEmailField.tsx +176 -0
- package/dist/components/core/form/fields/SolidIntegerField.d.ts +16 -0
- package/dist/components/core/form/fields/SolidIntegerField.d.ts.map +1 -0
- package/dist/components/core/form/fields/SolidIntegerField.js +196 -0
- package/dist/components/core/form/fields/SolidIntegerField.js.map +1 -0
- package/dist/components/core/form/fields/SolidIntegerField.tsx +282 -0
- package/dist/components/core/form/fields/SolidJsonField.d.ts +15 -0
- package/dist/components/core/form/fields/SolidJsonField.d.ts.map +1 -0
- package/dist/components/core/form/fields/SolidJsonField.js +155 -0
- package/dist/components/core/form/fields/SolidJsonField.js.map +1 -0
- package/dist/components/core/form/fields/SolidJsonField.tsx +185 -0
- package/dist/components/core/form/fields/SolidLongTextField.d.ts +18 -0
- package/dist/components/core/form/fields/SolidLongTextField.d.ts.map +1 -0
- package/dist/components/core/form/fields/SolidLongTextField.js +382 -0
- package/dist/components/core/form/fields/SolidLongTextField.js.map +1 -0
- package/dist/components/core/form/fields/SolidLongTextField.tsx +618 -0
- package/dist/components/core/form/fields/SolidMediaMultipleField.d.ts +20 -0
- package/dist/components/core/form/fields/SolidMediaMultipleField.d.ts.map +1 -0
- package/dist/components/core/form/fields/SolidMediaMultipleField.js +431 -0
- package/dist/components/core/form/fields/SolidMediaMultipleField.js.map +1 -0
- package/dist/components/core/form/fields/SolidMediaMultipleField.tsx +662 -0
- package/dist/components/core/form/fields/SolidMediaSingleField.d.ts +20 -0
- package/dist/components/core/form/fields/SolidMediaSingleField.d.ts.map +1 -0
- package/dist/components/core/form/fields/SolidMediaSingleField.js +396 -0
- package/dist/components/core/form/fields/SolidMediaSingleField.js.map +1 -0
- package/dist/components/core/form/fields/SolidMediaSingleField.tsx +546 -0
- package/dist/components/core/form/fields/SolidPasswordField.d.ts +16 -0
- package/dist/components/core/form/fields/SolidPasswordField.d.ts.map +1 -0
- package/dist/components/core/form/fields/SolidPasswordField.js +302 -0
- package/dist/components/core/form/fields/SolidPasswordField.js.map +1 -0
- package/dist/components/core/form/fields/SolidPasswordField.tsx +391 -0
- package/dist/components/core/form/fields/SolidRelationField.d.ts +13 -0
- package/dist/components/core/form/fields/SolidRelationField.d.ts.map +1 -0
- package/dist/components/core/form/fields/SolidRelationField.js +73 -0
- package/dist/components/core/form/fields/SolidRelationField.js.map +1 -0
- package/dist/components/core/form/fields/SolidRelationField.tsx +56 -0
- package/dist/components/core/form/fields/SolidRichTextField.d.ts +15 -0
- package/dist/components/core/form/fields/SolidRichTextField.d.ts.map +1 -0
- package/dist/components/core/form/fields/SolidRichTextField.js +152 -0
- package/dist/components/core/form/fields/SolidRichTextField.js.map +1 -0
- package/dist/components/core/form/fields/SolidRichTextField.tsx +188 -0
- package/dist/components/core/form/fields/SolidSelectionDynamicField.d.ts +15 -0
- package/dist/components/core/form/fields/SolidSelectionDynamicField.d.ts.map +1 -0
- package/dist/components/core/form/fields/SolidSelectionDynamicField.js +347 -0
- package/dist/components/core/form/fields/SolidSelectionDynamicField.js.map +1 -0
- package/dist/components/core/form/fields/SolidSelectionDynamicField.tsx +340 -0
- package/dist/components/core/form/fields/SolidSelectionStaticField.d.ts +17 -0
- package/dist/components/core/form/fields/SolidSelectionStaticField.d.ts.map +1 -0
- package/dist/components/core/form/fields/SolidSelectionStaticField.js +334 -0
- package/dist/components/core/form/fields/SolidSelectionStaticField.js.map +1 -0
- package/dist/components/core/form/fields/SolidSelectionStaticField.tsx +462 -0
- package/dist/components/core/form/fields/SolidShortTextField.d.ts +18 -0
- package/dist/components/core/form/fields/SolidShortTextField.d.ts.map +1 -0
- package/dist/components/core/form/fields/SolidShortTextField.js +280 -0
- package/dist/components/core/form/fields/SolidShortTextField.js.map +1 -0
- package/dist/components/core/form/fields/SolidShortTextField.tsx +399 -0
- package/dist/components/core/form/fields/SolidTimeField.d.ts +15 -0
- package/dist/components/core/form/fields/SolidTimeField.d.ts.map +1 -0
- package/dist/components/core/form/fields/SolidTimeField.js +195 -0
- package/dist/components/core/form/fields/SolidTimeField.js.map +1 -0
- package/dist/components/core/form/fields/SolidTimeField.tsx +245 -0
- package/dist/components/core/form/fields/relations/SolidRelationManyToManyField.d.ts +15 -0
- package/dist/components/core/form/fields/relations/SolidRelationManyToManyField.d.ts.map +1 -0
- package/dist/components/core/form/fields/relations/SolidRelationManyToManyField.js +370 -0
- package/dist/components/core/form/fields/relations/SolidRelationManyToManyField.js.map +1 -0
- package/dist/components/core/form/fields/relations/SolidRelationManyToManyField.tsx +453 -0
- package/dist/components/core/form/fields/relations/SolidRelationManyToOneField.d.ts +25 -0
- package/dist/components/core/form/fields/relations/SolidRelationManyToOneField.d.ts.map +1 -0
- package/dist/components/core/form/fields/relations/SolidRelationManyToOneField.js +901 -0
- package/dist/components/core/form/fields/relations/SolidRelationManyToOneField.js.map +1 -0
- package/dist/components/core/form/fields/relations/SolidRelationManyToOneField.tsx +1009 -0
- package/dist/components/core/form/fields/relations/SolidRelationOneToManyField.d.ts +31 -0
- package/dist/components/core/form/fields/relations/SolidRelationOneToManyField.d.ts.map +1 -0
- package/dist/components/core/form/fields/relations/SolidRelationOneToManyField.js +560 -0
- package/dist/components/core/form/fields/relations/SolidRelationOneToManyField.js.map +1 -0
- package/dist/components/core/form/fields/relations/SolidRelationOneToManyField.tsx +636 -0
- package/dist/components/core/form/fields/relations/widgets/helpers/InlineRelationEntityDialog.d.ts +2 -0
- package/dist/components/core/form/fields/relations/widgets/helpers/InlineRelationEntityDialog.d.ts.map +1 -0
- package/dist/components/core/form/fields/relations/widgets/helpers/InlineRelationEntityDialog.js +40 -0
- package/dist/components/core/form/fields/relations/widgets/helpers/InlineRelationEntityDialog.js.map +1 -0
- package/dist/components/core/form/fields/relations/widgets/helpers/InlineRelationEntityDialog.tsx +38 -0
- package/dist/components/core/form/fields/relations/widgets/helpers/useRelationEntityHandler.d.ts +6 -0
- package/dist/components/core/form/fields/relations/widgets/helpers/useRelationEntityHandler.d.ts.map +1 -0
- package/dist/components/core/form/fields/relations/widgets/helpers/useRelationEntityHandler.js +105 -0
- package/dist/components/core/form/fields/relations/widgets/helpers/useRelationEntityHandler.js.map +1 -0
- package/dist/components/core/form/fields/relations/widgets/helpers/useRelationEntityHandler.ts +64 -0
- package/dist/components/core/form/fields/solidFields.module.css +7 -0
- package/dist/components/core/form/fields/widgets/SolidAiInteractionMessageFieldFormWidget.d.ts +16 -0
- package/dist/components/core/form/fields/widgets/SolidAiInteractionMessageFieldFormWidget.d.ts.map +1 -0
- package/dist/components/core/form/fields/widgets/SolidAiInteractionMessageFieldFormWidget.js +89 -0
- package/dist/components/core/form/fields/widgets/SolidAiInteractionMessageFieldFormWidget.js.map +1 -0
- package/dist/components/core/form/fields/widgets/SolidAiInteractionMessageFieldFormWidget.tsx +135 -0
- package/dist/components/core/form/fields/widgets/SolidAiInteractionMetadataFieldFormWidget.d.ts +3 -0
- package/dist/components/core/form/fields/widgets/SolidAiInteractionMetadataFieldFormWidget.d.ts.map +1 -0
- package/dist/components/core/form/fields/widgets/SolidAiInteractionMetadataFieldFormWidget.js +69 -0
- package/dist/components/core/form/fields/widgets/SolidAiInteractionMetadataFieldFormWidget.js.map +1 -0
- package/dist/components/core/form/fields/widgets/SolidAiInteractionMetadataFieldFormWidget.tsx +144 -0
- package/dist/components/core/form/fields/widgets/SolidIconEditWidget.d.ts +3 -0
- package/dist/components/core/form/fields/widgets/SolidIconEditWidget.d.ts.map +1 -0
- package/dist/components/core/form/fields/widgets/SolidIconEditWidget.js +103 -0
- package/dist/components/core/form/fields/widgets/SolidIconEditWidget.js.map +1 -0
- package/dist/components/core/form/fields/widgets/SolidIconEditWidget.tsx +265 -0
- package/dist/components/core/form/fields/widgets/SolidIconViewWidget.d.ts +3 -0
- package/dist/components/core/form/fields/widgets/SolidIconViewWidget.d.ts.map +1 -0
- package/dist/components/core/form/fields/widgets/SolidIconViewWidget.js +18 -0
- package/dist/components/core/form/fields/widgets/SolidIconViewWidget.js.map +1 -0
- package/dist/components/core/form/fields/widgets/SolidIconViewWidget.tsx +32 -0
- package/dist/components/core/form/fields/widgets/SolidRelationFieldAvatarFormWidget.d.ts +3 -0
- package/dist/components/core/form/fields/widgets/SolidRelationFieldAvatarFormWidget.d.ts.map +1 -0
- package/dist/components/core/form/fields/widgets/SolidRelationFieldAvatarFormWidget.js +34 -0
- package/dist/components/core/form/fields/widgets/SolidRelationFieldAvatarFormWidget.js.map +1 -0
- package/dist/components/core/form/fields/widgets/SolidRelationFieldAvatarFormWidget.tsx +50 -0
- package/dist/components/core/form/fields/widgets/SolidS3FileViewerWidget.d.ts +7 -0
- package/dist/components/core/form/fields/widgets/SolidS3FileViewerWidget.d.ts.map +1 -0
- package/dist/components/core/form/fields/widgets/SolidS3FileViewerWidget.js +209 -0
- package/dist/components/core/form/fields/widgets/SolidS3FileViewerWidget.js.map +1 -0
- package/dist/components/core/form/fields/widgets/SolidS3FileViewerWidget.tsx +222 -0
- package/dist/components/core/form/fields/widgets/SolidShortTextFieldAvatarWidget.d.ts +3 -0
- package/dist/components/core/form/fields/widgets/SolidShortTextFieldAvatarWidget.d.ts.map +1 -0
- package/dist/components/core/form/fields/widgets/SolidShortTextFieldAvatarWidget.js +45 -0
- package/dist/components/core/form/fields/widgets/SolidShortTextFieldAvatarWidget.js.map +1 -0
- package/dist/components/core/form/fields/widgets/SolidShortTextFieldAvatarWidget.tsx +70 -0
- package/dist/components/core/form/solidFormViewShimmerLoading.module.css +4 -0
- package/dist/components/core/form/widgets/CustomHtml.d.ts +3 -0
- package/dist/components/core/form/widgets/CustomHtml.d.ts.map +1 -0
- package/dist/components/core/form/widgets/CustomHtml.js +15 -0
- package/dist/components/core/form/widgets/CustomHtml.js.map +1 -0
- package/dist/components/core/form/widgets/CustomHtml.tsx +20 -0
- package/dist/components/core/kanban/KanbanBoard.d.ts +3 -0
- package/dist/components/core/kanban/KanbanBoard.d.ts.map +1 -0
- package/dist/components/core/kanban/KanbanBoard.js +60 -0
- package/dist/components/core/kanban/KanbanBoard.js.map +1 -0
- package/dist/components/core/kanban/KanbanBoard.tsx +116 -0
- package/dist/components/core/kanban/KanbanCard.d.ts +14 -0
- package/dist/components/core/kanban/KanbanCard.d.ts.map +1 -0
- package/dist/components/core/kanban/KanbanCard.js +181 -0
- package/dist/components/core/kanban/KanbanCard.js.map +1 -0
- package/dist/components/core/kanban/KanbanCard.tsx +280 -0
- package/dist/components/core/kanban/KanbanColumn.d.ts +25 -0
- package/dist/components/core/kanban/KanbanColumn.d.ts.map +1 -0
- package/dist/components/core/kanban/KanbanColumn.js +34 -0
- package/dist/components/core/kanban/KanbanColumn.js.map +1 -0
- package/dist/components/core/kanban/KanbanColumn.tsx +138 -0
- package/dist/components/core/kanban/KanbanUserViewLayout.d.ts +2 -0
- package/dist/components/core/kanban/KanbanUserViewLayout.d.ts.map +1 -0
- package/dist/components/core/kanban/KanbanUserViewLayout.js +98 -0
- package/dist/components/core/kanban/KanbanUserViewLayout.js.map +1 -0
- package/dist/components/core/kanban/KanbanUserViewLayout.tsx +73 -0
- package/dist/components/core/kanban/SolidKanbanView.d.ts +10 -0
- package/dist/components/core/kanban/SolidKanbanView.d.ts.map +1 -0
- package/dist/components/core/kanban/SolidKanbanView.js +743 -0
- package/dist/components/core/kanban/SolidKanbanView.js.map +1 -0
- package/dist/components/core/kanban/SolidKanbanView.tsx +866 -0
- package/dist/components/core/kanban/SolidKanbanViewConfigure.d.ts +2 -0
- package/dist/components/core/kanban/SolidKanbanViewConfigure.d.ts.map +1 -0
- package/dist/components/core/kanban/SolidKanbanViewConfigure.js +65 -0
- package/dist/components/core/kanban/SolidKanbanViewConfigure.js.map +1 -0
- package/dist/components/core/kanban/SolidKanbanViewConfigure.tsx +152 -0
- package/dist/components/core/kanban/SolidKanbanViewFields.d.ts +12 -0
- package/dist/components/core/kanban/SolidKanbanViewFields.d.ts.map +1 -0
- package/dist/components/core/kanban/SolidKanbanViewFields.js +145 -0
- package/dist/components/core/kanban/SolidKanbanViewFields.js.map +1 -0
- package/dist/components/core/kanban/SolidKanbanViewFields.tsx +164 -0
- package/dist/components/core/kanban/SolidManyToOneFilterElement.d.ts +2 -0
- package/dist/components/core/kanban/SolidManyToOneFilterElement.d.ts.map +1 -0
- package/dist/components/core/kanban/SolidManyToOneFilterElement.js +87 -0
- package/dist/components/core/kanban/SolidManyToOneFilterElement.js.map +1 -0
- package/dist/components/core/kanban/SolidManyToOneFilterElement.tsx +59 -0
- package/dist/components/core/kanban/SolidSelectionDynamicFilterElement.d.ts +2 -0
- package/dist/components/core/kanban/SolidSelectionDynamicFilterElement.d.ts.map +1 -0
- package/dist/components/core/kanban/SolidSelectionDynamicFilterElement.js +73 -0
- package/dist/components/core/kanban/SolidSelectionDynamicFilterElement.js.map +1 -0
- package/dist/components/core/kanban/SolidSelectionDynamicFilterElement.tsx +50 -0
- package/dist/components/core/kanban/SolidSelectionStaticFilterElement.d.ts +2 -0
- package/dist/components/core/kanban/SolidSelectionStaticFilterElement.d.ts.map +1 -0
- package/dist/components/core/kanban/SolidSelectionStaticFilterElement.js +20 -0
- package/dist/components/core/kanban/SolidSelectionStaticFilterElement.js.map +1 -0
- package/dist/components/core/kanban/SolidSelectionStaticFilterElement.tsx +32 -0
- package/dist/components/core/kanban/SolidVarInputsFilterElement.d.ts +12 -0
- package/dist/components/core/kanban/SolidVarInputsFilterElement.d.ts.map +1 -0
- package/dist/components/core/kanban/SolidVarInputsFilterElement.js +81 -0
- package/dist/components/core/kanban/SolidVarInputsFilterElement.js.map +1 -0
- package/dist/components/core/kanban/SolidVarInputsFilterElement.tsx +184 -0
- package/dist/components/core/kanban/kanban-fields/SolidBigintKanbanField.d.ts +4 -0
- package/dist/components/core/kanban/kanban-fields/SolidBigintKanbanField.d.ts.map +1 -0
- package/dist/components/core/kanban/kanban-fields/SolidBigintKanbanField.js +7 -0
- package/dist/components/core/kanban/kanban-fields/SolidBigintKanbanField.js.map +1 -0
- package/dist/components/core/kanban/kanban-fields/SolidBigintKanbanField.tsx +9 -0
- package/dist/components/core/kanban/kanban-fields/SolidBooleanKanbanField.d.ts +4 -0
- package/dist/components/core/kanban/kanban-fields/SolidBooleanKanbanField.d.ts.map +1 -0
- package/dist/components/core/kanban/kanban-fields/SolidBooleanKanbanField.js +8 -0
- package/dist/components/core/kanban/kanban-fields/SolidBooleanKanbanField.js.map +1 -0
- package/dist/components/core/kanban/kanban-fields/SolidBooleanKanbanField.tsx +16 -0
- package/dist/components/core/kanban/kanban-fields/SolidComputedKanbanField.d.ts +4 -0
- package/dist/components/core/kanban/kanban-fields/SolidComputedKanbanField.d.ts.map +1 -0
- package/dist/components/core/kanban/kanban-fields/SolidComputedKanbanField.js +21 -0
- package/dist/components/core/kanban/kanban-fields/SolidComputedKanbanField.js.map +1 -0
- package/dist/components/core/kanban/kanban-fields/SolidComputedKanbanField.tsx +23 -0
- package/dist/components/core/kanban/kanban-fields/SolidDateKanbanField.d.ts +4 -0
- package/dist/components/core/kanban/kanban-fields/SolidDateKanbanField.d.ts.map +1 -0
- package/dist/components/core/kanban/kanban-fields/SolidDateKanbanField.js +8 -0
- package/dist/components/core/kanban/kanban-fields/SolidDateKanbanField.js.map +1 -0
- package/dist/components/core/kanban/kanban-fields/SolidDateKanbanField.tsx +14 -0
- package/dist/components/core/kanban/kanban-fields/SolidDatetimeKanbanField.d.ts +4 -0
- package/dist/components/core/kanban/kanban-fields/SolidDatetimeKanbanField.d.ts.map +1 -0
- package/dist/components/core/kanban/kanban-fields/SolidDatetimeKanbanField.js +8 -0
- package/dist/components/core/kanban/kanban-fields/SolidDatetimeKanbanField.js.map +1 -0
- package/dist/components/core/kanban/kanban-fields/SolidDatetimeKanbanField.tsx +13 -0
- package/dist/components/core/kanban/kanban-fields/SolidDecimalKanbanField.d.ts +4 -0
- package/dist/components/core/kanban/kanban-fields/SolidDecimalKanbanField.d.ts.map +1 -0
- package/dist/components/core/kanban/kanban-fields/SolidDecimalKanbanField.js +7 -0
- package/dist/components/core/kanban/kanban-fields/SolidDecimalKanbanField.js.map +1 -0
- package/dist/components/core/kanban/kanban-fields/SolidDecimalKanbanField.tsx +9 -0
- package/dist/components/core/kanban/kanban-fields/SolidExternalIdKanbanField.d.ts +4 -0
- package/dist/components/core/kanban/kanban-fields/SolidExternalIdKanbanField.d.ts.map +1 -0
- package/dist/components/core/kanban/kanban-fields/SolidExternalIdKanbanField.js +8 -0
- package/dist/components/core/kanban/kanban-fields/SolidExternalIdKanbanField.js.map +1 -0
- package/dist/components/core/kanban/kanban-fields/SolidExternalIdKanbanField.tsx +12 -0
- package/dist/components/core/kanban/kanban-fields/SolidFloatKanbanField.d.ts +4 -0
- package/dist/components/core/kanban/kanban-fields/SolidFloatKanbanField.d.ts.map +1 -0
- package/dist/components/core/kanban/kanban-fields/SolidFloatKanbanField.js +7 -0
- package/dist/components/core/kanban/kanban-fields/SolidFloatKanbanField.js.map +1 -0
- package/dist/components/core/kanban/kanban-fields/SolidFloatKanbanField.tsx +9 -0
- package/dist/components/core/kanban/kanban-fields/SolidIdKanbanField.d.ts +4 -0
- package/dist/components/core/kanban/kanban-fields/SolidIdKanbanField.d.ts.map +1 -0
- package/dist/components/core/kanban/kanban-fields/SolidIdKanbanField.js +8 -0
- package/dist/components/core/kanban/kanban-fields/SolidIdKanbanField.js.map +1 -0
- package/dist/components/core/kanban/kanban-fields/SolidIdKanbanField.tsx +14 -0
- package/dist/components/core/kanban/kanban-fields/SolidIntKanbanField.d.ts +4 -0
- package/dist/components/core/kanban/kanban-fields/SolidIntKanbanField.d.ts.map +1 -0
- package/dist/components/core/kanban/kanban-fields/SolidIntKanbanField.js +16 -0
- package/dist/components/core/kanban/kanban-fields/SolidIntKanbanField.js.map +1 -0
- package/dist/components/core/kanban/kanban-fields/SolidIntKanbanField.tsx +20 -0
- package/dist/components/core/kanban/kanban-fields/SolidLongTextKanbanField.d.ts +4 -0
- package/dist/components/core/kanban/kanban-fields/SolidLongTextKanbanField.d.ts.map +1 -0
- package/dist/components/core/kanban/kanban-fields/SolidLongTextKanbanField.js +7 -0
- package/dist/components/core/kanban/kanban-fields/SolidLongTextKanbanField.js.map +1 -0
- package/dist/components/core/kanban/kanban-fields/SolidLongTextKanbanField.tsx +9 -0
- package/dist/components/core/kanban/kanban-fields/SolidMediaMultipleKanbanField.d.ts +4 -0
- package/dist/components/core/kanban/kanban-fields/SolidMediaMultipleKanbanField.d.ts.map +1 -0
- package/dist/components/core/kanban/kanban-fields/SolidMediaMultipleKanbanField.js +56 -0
- package/dist/components/core/kanban/kanban-fields/SolidMediaMultipleKanbanField.js.map +1 -0
- package/dist/components/core/kanban/kanban-fields/SolidMediaMultipleKanbanField.tsx +140 -0
- package/dist/components/core/kanban/kanban-fields/SolidMediaSingleKanbanField.d.ts +4 -0
- package/dist/components/core/kanban/kanban-fields/SolidMediaSingleKanbanField.d.ts.map +1 -0
- package/dist/components/core/kanban/kanban-fields/SolidMediaSingleKanbanField.js +42 -0
- package/dist/components/core/kanban/kanban-fields/SolidMediaSingleKanbanField.js.map +1 -0
- package/dist/components/core/kanban/kanban-fields/SolidMediaSingleKanbanField.tsx +164 -0
- package/dist/components/core/kanban/kanban-fields/SolidRelationKanbanField.d.ts +4 -0
- package/dist/components/core/kanban/kanban-fields/SolidRelationKanbanField.d.ts.map +1 -0
- package/dist/components/core/kanban/kanban-fields/SolidRelationKanbanField.js +11 -0
- package/dist/components/core/kanban/kanban-fields/SolidRelationKanbanField.js.map +1 -0
- package/dist/components/core/kanban/kanban-fields/SolidRelationKanbanField.tsx +13 -0
- package/dist/components/core/kanban/kanban-fields/SolidRichTextKanbanField.d.ts +4 -0
- package/dist/components/core/kanban/kanban-fields/SolidRichTextKanbanField.d.ts.map +1 -0
- package/dist/components/core/kanban/kanban-fields/SolidRichTextKanbanField.js +7 -0
- package/dist/components/core/kanban/kanban-fields/SolidRichTextKanbanField.js.map +1 -0
- package/dist/components/core/kanban/kanban-fields/SolidRichTextKanbanField.tsx +9 -0
- package/dist/components/core/kanban/kanban-fields/SolidSelectionDynamicKanbanField.d.ts +4 -0
- package/dist/components/core/kanban/kanban-fields/SolidSelectionDynamicKanbanField.d.ts.map +1 -0
- package/dist/components/core/kanban/kanban-fields/SolidSelectionDynamicKanbanField.js +8 -0
- package/dist/components/core/kanban/kanban-fields/SolidSelectionDynamicKanbanField.js.map +1 -0
- package/dist/components/core/kanban/kanban-fields/SolidSelectionDynamicKanbanField.tsx +14 -0
- package/dist/components/core/kanban/kanban-fields/SolidSelectionStaticKanbanField.d.ts +4 -0
- package/dist/components/core/kanban/kanban-fields/SolidSelectionStaticKanbanField.d.ts.map +1 -0
- package/dist/components/core/kanban/kanban-fields/SolidSelectionStaticKanbanField.js +8 -0
- package/dist/components/core/kanban/kanban-fields/SolidSelectionStaticKanbanField.js.map +1 -0
- package/dist/components/core/kanban/kanban-fields/SolidSelectionStaticKanbanField.tsx +14 -0
- package/dist/components/core/kanban/kanban-fields/SolidShortTextKanbanField.d.ts +4 -0
- package/dist/components/core/kanban/kanban-fields/SolidShortTextKanbanField.d.ts.map +1 -0
- package/dist/components/core/kanban/kanban-fields/SolidShortTextKanbanField.js +37 -0
- package/dist/components/core/kanban/kanban-fields/SolidShortTextKanbanField.js.map +1 -0
- package/dist/components/core/kanban/kanban-fields/SolidShortTextKanbanField.tsx +121 -0
- package/dist/components/core/kanban/kanban-fields/SolidTimeKanbanField.d.ts +4 -0
- package/dist/components/core/kanban/kanban-fields/SolidTimeKanbanField.d.ts.map +1 -0
- package/dist/components/core/kanban/kanban-fields/SolidTimeKanbanField.js +8 -0
- package/dist/components/core/kanban/kanban-fields/SolidTimeKanbanField.js.map +1 -0
- package/dist/components/core/kanban/kanban-fields/SolidTimeKanbanField.tsx +12 -0
- package/dist/components/core/kanban/kanban-fields/SolidUuidKanbanField.d.ts +4 -0
- package/dist/components/core/kanban/kanban-fields/SolidUuidKanbanField.d.ts.map +1 -0
- package/dist/components/core/kanban/kanban-fields/SolidUuidKanbanField.js +8 -0
- package/dist/components/core/kanban/kanban-fields/SolidUuidKanbanField.js.map +1 -0
- package/dist/components/core/kanban/kanban-fields/SolidUuidKanbanField.tsx +13 -0
- package/dist/components/core/kanban/kanban-fields/relations/SolidRelationManyToOneKanbanField.d.ts +4 -0
- package/dist/components/core/kanban/kanban-fields/relations/SolidRelationManyToOneKanbanField.d.ts.map +1 -0
- package/dist/components/core/kanban/kanban-fields/relations/SolidRelationManyToOneKanbanField.js +7 -0
- package/dist/components/core/kanban/kanban-fields/relations/SolidRelationManyToOneKanbanField.js.map +1 -0
- package/dist/components/core/kanban/kanban-fields/relations/SolidRelationManyToOneKanbanField.tsx +16 -0
- package/dist/components/core/list/ListViewRowActionPopup.d.ts +2 -0
- package/dist/components/core/list/ListViewRowActionPopup.d.ts.map +1 -0
- package/dist/components/core/list/ListViewRowActionPopup.js +32 -0
- package/dist/components/core/list/ListViewRowActionPopup.js.map +1 -0
- package/dist/components/core/list/ListViewRowActionPopup.tsx +40 -0
- package/dist/components/core/list/SolidColumnSelector/SolidListColumnSelector.d.ts +2 -0
- package/dist/components/core/list/SolidColumnSelector/SolidListColumnSelector.d.ts.map +1 -0
- package/dist/components/core/list/SolidColumnSelector/SolidListColumnSelector.js +209 -0
- package/dist/components/core/list/SolidColumnSelector/SolidListColumnSelector.js.map +1 -0
- package/dist/components/core/list/SolidColumnSelector/SolidListColumnSelector.module.css +12 -0
- package/dist/components/core/list/SolidColumnSelector/SolidListColumnSelector.tsx +233 -0
- package/dist/components/core/list/SolidEmptyListViewPlaceholder.d.ts +2 -0
- package/dist/components/core/list/SolidEmptyListViewPlaceholder.d.ts.map +1 -0
- package/dist/components/core/list/SolidEmptyListViewPlaceholder.js +44 -0
- package/dist/components/core/list/SolidEmptyListViewPlaceholder.js.map +1 -0
- package/dist/components/core/list/SolidEmptyListViewPlaceholder.tsx +115 -0
- package/dist/components/core/list/SolidListView.d.ts +18 -0
- package/dist/components/core/list/SolidListView.d.ts.map +1 -0
- package/dist/components/core/list/SolidListView.js +1321 -0
- package/dist/components/core/list/SolidListView.js.map +1 -0
- package/dist/components/core/list/SolidListView.tsx +2009 -0
- package/dist/components/core/list/SolidListViewColumn.d.ts +10 -0
- package/dist/components/core/list/SolidListViewColumn.d.ts.map +1 -0
- package/dist/components/core/list/SolidListViewColumn.js +146 -0
- package/dist/components/core/list/SolidListViewColumn.js.map +1 -0
- package/dist/components/core/list/SolidListViewColumn.tsx +165 -0
- package/dist/components/core/list/SolidListViewConfigure.d.ts +3 -0
- package/dist/components/core/list/SolidListViewConfigure.d.ts.map +1 -0
- package/dist/components/core/list/SolidListViewConfigure.js +142 -0
- package/dist/components/core/list/SolidListViewConfigure.js.map +1 -0
- package/dist/components/core/list/SolidListViewConfigure.tsx +342 -0
- package/dist/components/core/list/SolidListViewHeaderButton.d.ts +2 -0
- package/dist/components/core/list/SolidListViewHeaderButton.d.ts.map +1 -0
- package/dist/components/core/list/SolidListViewHeaderButton.js +23 -0
- package/dist/components/core/list/SolidListViewHeaderButton.js.map +1 -0
- package/dist/components/core/list/SolidListViewHeaderButton.tsx +32 -0
- package/dist/components/core/list/SolidListViewHeaderContextMenuButton.d.ts +2 -0
- package/dist/components/core/list/SolidListViewHeaderContextMenuButton.d.ts.map +1 -0
- package/dist/components/core/list/SolidListViewHeaderContextMenuButton.js +21 -0
- package/dist/components/core/list/SolidListViewHeaderContextMenuButton.js.map +1 -0
- package/dist/components/core/list/SolidListViewHeaderContextMenuButton.tsx +32 -0
- package/dist/components/core/list/SolidListViewRowButtonContextMenu.d.ts +2 -0
- package/dist/components/core/list/SolidListViewRowButtonContextMenu.d.ts.map +1 -0
- package/dist/components/core/list/SolidListViewRowButtonContextMenu.js +39 -0
- package/dist/components/core/list/SolidListViewRowButtonContextMenu.js.map +1 -0
- package/dist/components/core/list/SolidListViewRowButtonContextMenu.tsx +40 -0
- package/dist/components/core/list/SolidListViewShimmerLoading.d.ts +2 -0
- package/dist/components/core/list/SolidListViewShimmerLoading.d.ts.map +1 -0
- package/dist/components/core/list/SolidListViewShimmerLoading.js +7 -0
- package/dist/components/core/list/SolidListViewShimmerLoading.js.map +1 -0
- package/dist/components/core/list/SolidListViewShimmerLoading.tsx +78 -0
- package/dist/components/core/list/SolidListViewWrapper.module.css +49 -0
- package/dist/components/core/list/SolidListingHeader.d.ts +3 -0
- package/dist/components/core/list/SolidListingHeader.d.ts.map +1 -0
- package/dist/components/core/list/SolidListingHeader.js +12 -0
- package/dist/components/core/list/SolidListingHeader.js.map +1 -0
- package/dist/components/core/list/SolidListingHeader.tsx +41 -0
- package/dist/components/core/list/SolidManyToOneFilterElement.d.ts +2 -0
- package/dist/components/core/list/SolidManyToOneFilterElement.d.ts.map +1 -0
- package/dist/components/core/list/SolidManyToOneFilterElement.js +87 -0
- package/dist/components/core/list/SolidManyToOneFilterElement.js.map +1 -0
- package/dist/components/core/list/SolidManyToOneFilterElement.tsx +60 -0
- package/dist/components/core/list/SolidSelectionDynamicFilterElement.d.ts +2 -0
- package/dist/components/core/list/SolidSelectionDynamicFilterElement.d.ts.map +1 -0
- package/dist/components/core/list/SolidSelectionDynamicFilterElement.js +73 -0
- package/dist/components/core/list/SolidSelectionDynamicFilterElement.js.map +1 -0
- package/dist/components/core/list/SolidSelectionDynamicFilterElement.tsx +50 -0
- package/dist/components/core/list/SolidSelectionStaticFilterElement.d.ts +2 -0
- package/dist/components/core/list/SolidSelectionStaticFilterElement.d.ts.map +1 -0
- package/dist/components/core/list/SolidSelectionStaticFilterElement.js +20 -0
- package/dist/components/core/list/SolidSelectionStaticFilterElement.js.map +1 -0
- package/dist/components/core/list/SolidSelectionStaticFilterElement.tsx +32 -0
- package/dist/components/core/list/SolidTableRowCell.d.ts +6 -0
- package/dist/components/core/list/SolidTableRowCell.d.ts.map +1 -0
- package/dist/components/core/list/SolidTableRowCell.js +15 -0
- package/dist/components/core/list/SolidTableRowCell.js.map +1 -0
- package/dist/components/core/list/SolidTableRowCell.tsx +35 -0
- package/dist/components/core/list/SolidVarInputsFilterElement.d.ts +12 -0
- package/dist/components/core/list/SolidVarInputsFilterElement.d.ts.map +1 -0
- package/dist/components/core/list/SolidVarInputsFilterElement.js +81 -0
- package/dist/components/core/list/SolidVarInputsFilterElement.js.map +1 -0
- package/dist/components/core/list/SolidVarInputsFilterElement.tsx +184 -0
- package/dist/components/core/list/columns/SolidBigintColumn.d.ts +4 -0
- package/dist/components/core/list/columns/SolidBigintColumn.d.ts.map +1 -0
- package/dist/components/core/list/columns/SolidBigintColumn.js +7 -0
- package/dist/components/core/list/columns/SolidBigintColumn.js.map +1 -0
- package/dist/components/core/list/columns/SolidBigintColumn.tsx +9 -0
- package/dist/components/core/list/columns/SolidBooleanColumn.d.ts +6 -0
- package/dist/components/core/list/columns/SolidBooleanColumn.d.ts.map +1 -0
- package/dist/components/core/list/columns/SolidBooleanColumn.js +69 -0
- package/dist/components/core/list/columns/SolidBooleanColumn.js.map +1 -0
- package/dist/components/core/list/columns/SolidBooleanColumn.tsx +87 -0
- package/dist/components/core/list/columns/SolidComputedColumn.d.ts +4 -0
- package/dist/components/core/list/columns/SolidComputedColumn.d.ts.map +1 -0
- package/dist/components/core/list/columns/SolidComputedColumn.js +25 -0
- package/dist/components/core/list/columns/SolidComputedColumn.js.map +1 -0
- package/dist/components/core/list/columns/SolidComputedColumn.tsx +27 -0
- package/dist/components/core/list/columns/SolidDateColumn.d.ts +9 -0
- package/dist/components/core/list/columns/SolidDateColumn.d.ts.map +1 -0
- package/dist/components/core/list/columns/SolidDateColumn.js +68 -0
- package/dist/components/core/list/columns/SolidDateColumn.js.map +1 -0
- package/dist/components/core/list/columns/SolidDateColumn.tsx +90 -0
- package/dist/components/core/list/columns/SolidDatetimeColumn.d.ts +4 -0
- package/dist/components/core/list/columns/SolidDatetimeColumn.d.ts.map +1 -0
- package/dist/components/core/list/columns/SolidDatetimeColumn.js +57 -0
- package/dist/components/core/list/columns/SolidDatetimeColumn.js.map +1 -0
- package/dist/components/core/list/columns/SolidDatetimeColumn.tsx +79 -0
- package/dist/components/core/list/columns/SolidDecimalColumn.d.ts +4 -0
- package/dist/components/core/list/columns/SolidDecimalColumn.d.ts.map +1 -0
- package/dist/components/core/list/columns/SolidDecimalColumn.js +7 -0
- package/dist/components/core/list/columns/SolidDecimalColumn.js.map +1 -0
- package/dist/components/core/list/columns/SolidDecimalColumn.tsx +9 -0
- package/dist/components/core/list/columns/SolidExternalIdColumn.d.ts +4 -0
- package/dist/components/core/list/columns/SolidExternalIdColumn.d.ts.map +1 -0
- package/dist/components/core/list/columns/SolidExternalIdColumn.js +58 -0
- package/dist/components/core/list/columns/SolidExternalIdColumn.js.map +1 -0
- package/dist/components/core/list/columns/SolidExternalIdColumn.tsx +80 -0
- package/dist/components/core/list/columns/SolidFloatColumn.d.ts +4 -0
- package/dist/components/core/list/columns/SolidFloatColumn.d.ts.map +1 -0
- package/dist/components/core/list/columns/SolidFloatColumn.js +7 -0
- package/dist/components/core/list/columns/SolidFloatColumn.js.map +1 -0
- package/dist/components/core/list/columns/SolidFloatColumn.tsx +9 -0
- package/dist/components/core/list/columns/SolidIdColumn.d.ts +4 -0
- package/dist/components/core/list/columns/SolidIdColumn.d.ts.map +1 -0
- package/dist/components/core/list/columns/SolidIdColumn.js +58 -0
- package/dist/components/core/list/columns/SolidIdColumn.js.map +1 -0
- package/dist/components/core/list/columns/SolidIdColumn.tsx +79 -0
- package/dist/components/core/list/columns/SolidIntColumn.d.ts +4 -0
- package/dist/components/core/list/columns/SolidIntColumn.d.ts.map +1 -0
- package/dist/components/core/list/columns/SolidIntColumn.js +67 -0
- package/dist/components/core/list/columns/SolidIntColumn.js.map +1 -0
- package/dist/components/core/list/columns/SolidIntColumn.tsx +87 -0
- package/dist/components/core/list/columns/SolidLongTextColumn.d.ts +4 -0
- package/dist/components/core/list/columns/SolidLongTextColumn.d.ts.map +1 -0
- package/dist/components/core/list/columns/SolidLongTextColumn.js +7 -0
- package/dist/components/core/list/columns/SolidLongTextColumn.js.map +1 -0
- package/dist/components/core/list/columns/SolidLongTextColumn.tsx +9 -0
- package/dist/components/core/list/columns/SolidMediaMultipleColumn.d.ts +6 -0
- package/dist/components/core/list/columns/SolidMediaMultipleColumn.d.ts.map +1 -0
- package/dist/components/core/list/columns/SolidMediaMultipleColumn.js +170 -0
- package/dist/components/core/list/columns/SolidMediaMultipleColumn.js.map +1 -0
- package/dist/components/core/list/columns/SolidMediaMultipleColumn.tsx +301 -0
- package/dist/components/core/list/columns/SolidMediaSingleColumn.d.ts +6 -0
- package/dist/components/core/list/columns/SolidMediaSingleColumn.d.ts.map +1 -0
- package/dist/components/core/list/columns/SolidMediaSingleColumn.js +108 -0
- package/dist/components/core/list/columns/SolidMediaSingleColumn.js.map +1 -0
- package/dist/components/core/list/columns/SolidMediaSingleColumn.tsx +170 -0
- package/dist/components/core/list/columns/SolidRelationColumn.d.ts +4 -0
- package/dist/components/core/list/columns/SolidRelationColumn.d.ts.map +1 -0
- package/dist/components/core/list/columns/SolidRelationColumn.js +19 -0
- package/dist/components/core/list/columns/SolidRelationColumn.js.map +1 -0
- package/dist/components/core/list/columns/SolidRelationColumn.tsx +21 -0
- package/dist/components/core/list/columns/SolidRichTextColumn.d.ts +4 -0
- package/dist/components/core/list/columns/SolidRichTextColumn.d.ts.map +1 -0
- package/dist/components/core/list/columns/SolidRichTextColumn.js +7 -0
- package/dist/components/core/list/columns/SolidRichTextColumn.js.map +1 -0
- package/dist/components/core/list/columns/SolidRichTextColumn.tsx +9 -0
- package/dist/components/core/list/columns/SolidSelectionDynamicColumn.d.ts +4 -0
- package/dist/components/core/list/columns/SolidSelectionDynamicColumn.d.ts.map +1 -0
- package/dist/components/core/list/columns/SolidSelectionDynamicColumn.js +58 -0
- package/dist/components/core/list/columns/SolidSelectionDynamicColumn.js.map +1 -0
- package/dist/components/core/list/columns/SolidSelectionDynamicColumn.tsx +80 -0
- package/dist/components/core/list/columns/SolidSelectionStaticColumn.d.ts +4 -0
- package/dist/components/core/list/columns/SolidSelectionStaticColumn.d.ts.map +1 -0
- package/dist/components/core/list/columns/SolidSelectionStaticColumn.js +58 -0
- package/dist/components/core/list/columns/SolidSelectionStaticColumn.js.map +1 -0
- package/dist/components/core/list/columns/SolidSelectionStaticColumn.tsx +81 -0
- package/dist/components/core/list/columns/SolidShortTextColumn.d.ts +6 -0
- package/dist/components/core/list/columns/SolidShortTextColumn.d.ts.map +1 -0
- package/dist/components/core/list/columns/SolidShortTextColumn.js +122 -0
- package/dist/components/core/list/columns/SolidShortTextColumn.js.map +1 -0
- package/dist/components/core/list/columns/SolidShortTextColumn.tsx +160 -0
- package/dist/components/core/list/columns/SolidTimeColumn.d.ts +4 -0
- package/dist/components/core/list/columns/SolidTimeColumn.d.ts.map +1 -0
- package/dist/components/core/list/columns/SolidTimeColumn.js +57 -0
- package/dist/components/core/list/columns/SolidTimeColumn.js.map +1 -0
- package/dist/components/core/list/columns/SolidTimeColumn.tsx +78 -0
- package/dist/components/core/list/columns/SolidUuidColumn.d.ts +4 -0
- package/dist/components/core/list/columns/SolidUuidColumn.d.ts.map +1 -0
- package/dist/components/core/list/columns/SolidUuidColumn.js +58 -0
- package/dist/components/core/list/columns/SolidUuidColumn.js.map +1 -0
- package/dist/components/core/list/columns/SolidUuidColumn.tsx +79 -0
- package/dist/components/core/list/columns/relations/SolidRelationManyToManyColumn.d.ts +6 -0
- package/dist/components/core/list/columns/relations/SolidRelationManyToManyColumn.d.ts.map +1 -0
- package/dist/components/core/list/columns/relations/SolidRelationManyToManyColumn.js +68 -0
- package/dist/components/core/list/columns/relations/SolidRelationManyToManyColumn.js.map +1 -0
- package/dist/components/core/list/columns/relations/SolidRelationManyToManyColumn.tsx +106 -0
- package/dist/components/core/list/columns/relations/SolidRelationManyToOneColumn.d.ts +6 -0
- package/dist/components/core/list/columns/relations/SolidRelationManyToOneColumn.d.ts.map +1 -0
- package/dist/components/core/list/columns/relations/SolidRelationManyToOneColumn.js +82 -0
- package/dist/components/core/list/columns/relations/SolidRelationManyToOneColumn.js.map +1 -0
- package/dist/components/core/list/columns/relations/SolidRelationManyToOneColumn.tsx +117 -0
- package/dist/components/core/list/columns/relations/SolidRelationOneToManyColumn.d.ts +6 -0
- package/dist/components/core/list/columns/relations/SolidRelationOneToManyColumn.d.ts.map +1 -0
- package/dist/components/core/list/columns/relations/SolidRelationOneToManyColumn.js +68 -0
- package/dist/components/core/list/columns/relations/SolidRelationOneToManyColumn.js.map +1 -0
- package/dist/components/core/list/columns/relations/SolidRelationOneToManyColumn.tsx +110 -0
- package/dist/components/core/list/widgets/SolidManyToManyRelationAvatarListWidget.d.ts +3 -0
- package/dist/components/core/list/widgets/SolidManyToManyRelationAvatarListWidget.d.ts.map +1 -0
- package/dist/components/core/list/widgets/SolidManyToManyRelationAvatarListWidget.js +20 -0
- package/dist/components/core/list/widgets/SolidManyToManyRelationAvatarListWidget.js.map +1 -0
- package/dist/components/core/list/widgets/SolidManyToManyRelationAvatarListWidget.tsx +30 -0
- package/dist/components/core/list/widgets/SolidManyToOneRelationAvatarListWidget.d.ts +3 -0
- package/dist/components/core/list/widgets/SolidManyToOneRelationAvatarListWidget.d.ts.map +1 -0
- package/dist/components/core/list/widgets/SolidManyToOneRelationAvatarListWidget.js +22 -0
- package/dist/components/core/list/widgets/SolidManyToOneRelationAvatarListWidget.js.map +1 -0
- package/dist/components/core/list/widgets/SolidManyToOneRelationAvatarListWidget.tsx +30 -0
- package/dist/components/core/list/widgets/SolidShortTextAvatarWidget.d.ts +3 -0
- package/dist/components/core/list/widgets/SolidShortTextAvatarWidget.d.ts.map +1 -0
- package/dist/components/core/list/widgets/SolidShortTextAvatarWidget.js +51 -0
- package/dist/components/core/list/widgets/SolidShortTextAvatarWidget.js.map +1 -0
- package/dist/components/core/list/widgets/SolidShortTextAvatarWidget.tsx +70 -0
- package/dist/components/core/list/widgets/SolidShortTextFieldImageRenderModeWidget.d.ts +3 -0
- package/dist/components/core/list/widgets/SolidShortTextFieldImageRenderModeWidget.d.ts.map +1 -0
- package/dist/components/core/list/widgets/SolidShortTextFieldImageRenderModeWidget.js +10 -0
- package/dist/components/core/list/widgets/SolidShortTextFieldImageRenderModeWidget.js.map +1 -0
- package/dist/components/core/list/widgets/SolidShortTextFieldImageRenderModeWidget.tsx +21 -0
- package/dist/components/core/locales/SolidChatterLocaleTabView.d.ts +22 -0
- package/dist/components/core/locales/SolidChatterLocaleTabView.d.ts.map +1 -0
- package/dist/components/core/locales/SolidChatterLocaleTabView.js +15 -0
- package/dist/components/core/locales/SolidChatterLocaleTabView.js.map +1 -0
- package/dist/components/core/locales/SolidChatterLocaleTabView.tsx +91 -0
- package/dist/components/core/locales/SolidLocale.d.ts +16 -0
- package/dist/components/core/locales/SolidLocale.d.ts.map +1 -0
- package/dist/components/core/locales/SolidLocale.js +62 -0
- package/dist/components/core/locales/SolidLocale.js.map +1 -0
- package/dist/components/core/locales/SolidLocale.tsx +127 -0
- package/dist/components/core/locales/solid-locale.css +36 -0
- package/dist/components/core/model/CreateModel.d.ts +3 -0
- package/dist/components/core/model/CreateModel.d.ts.map +1 -0
- package/dist/components/core/model/CreateModel.js +395 -0
- package/dist/components/core/model/CreateModel.js.map +1 -0
- package/dist/components/core/model/CreateModel.tsx +536 -0
- package/dist/components/core/model/FieldMetaData.d.ts +3 -0
- package/dist/components/core/model/FieldMetaData.d.ts.map +1 -0
- package/dist/components/core/model/FieldMetaData.js +164 -0
- package/dist/components/core/model/FieldMetaData.js.map +1 -0
- package/dist/components/core/model/FieldMetaData.tsx +262 -0
- package/dist/components/core/model/FieldMetaDataForm.d.ts +3 -0
- package/dist/components/core/model/FieldMetaDataForm.d.ts.map +1 -0
- package/dist/components/core/model/FieldMetaDataForm.js +1397 -0
- package/dist/components/core/model/FieldMetaDataForm.js.map +1 -0
- package/dist/components/core/model/FieldMetaDataForm.tsx +3553 -0
- package/dist/components/core/model/FieldSelector.d.ts +3 -0
- package/dist/components/core/model/FieldSelector.d.ts.map +1 -0
- package/dist/components/core/model/FieldSelector.js +36 -0
- package/dist/components/core/model/FieldSelector.js.map +1 -0
- package/dist/components/core/model/FieldSelector.tsx +62 -0
- package/dist/components/core/model/ModelListViewData.d.ts +8 -0
- package/dist/components/core/model/ModelListViewData.d.ts.map +1 -0
- package/dist/components/core/model/ModelListViewData.js +210 -0
- package/dist/components/core/model/ModelListViewData.js.map +1 -0
- package/dist/components/core/model/ModelListViewData.tsx +384 -0
- package/dist/components/core/model/ModelMetaData.d.ts +4 -0
- package/dist/components/core/model/ModelMetaData.d.ts.map +1 -0
- package/dist/components/core/model/ModelMetaData.js +426 -0
- package/dist/components/core/model/ModelMetaData.js.map +1 -0
- package/dist/components/core/model/ModelMetaData.tsx +949 -0
- package/dist/components/core/module/CreateModule.d.ts +3 -0
- package/dist/components/core/module/CreateModule.d.ts.map +1 -0
- package/dist/components/core/module/CreateModule.js +364 -0
- package/dist/components/core/module/CreateModule.js.map +1 -0
- package/dist/components/core/module/CreateModule.tsx +613 -0
- package/dist/components/core/module/ModuleListViewData.d.ts +7 -0
- package/dist/components/core/module/ModuleListViewData.d.ts.map +1 -0
- package/dist/components/core/module/ModuleListViewData.js +262 -0
- package/dist/components/core/module/ModuleListViewData.js.map +1 -0
- package/dist/components/core/module/ModuleListViewData.tsx +431 -0
- package/dist/components/core/solid-ai/SolidAiMainWrapper.d.ts +2 -0
- package/dist/components/core/solid-ai/SolidAiMainWrapper.d.ts.map +1 -0
- package/dist/components/core/solid-ai/SolidAiMainWrapper.js +7 -0
- package/dist/components/core/solid-ai/SolidAiMainWrapper.js.map +1 -0
- package/dist/components/core/solid-ai/SolidAiMainWrapper.tsx +8 -0
- package/dist/components/core/solid-ai/SolidXAIIcon.d.ts +2 -0
- package/dist/components/core/solid-ai/SolidXAIIcon.d.ts.map +1 -0
- package/dist/components/core/solid-ai/SolidXAIIcon.js +6 -0
- package/dist/components/core/solid-ai/SolidXAIIcon.js.map +1 -0
- package/dist/components/core/solid-ai/SolidXAIIcon.tsx +37 -0
- package/dist/components/core/users/CreateUser.d.ts +3 -0
- package/dist/components/core/users/CreateUser.d.ts.map +1 -0
- package/dist/components/core/users/CreateUser.js +250 -0
- package/dist/components/core/users/CreateUser.js.map +1 -0
- package/dist/components/core/users/CreateUser.tsx +468 -0
- package/dist/components/core/users/CreateUserRole.d.ts +3 -0
- package/dist/components/core/users/CreateUserRole.d.ts.map +1 -0
- package/dist/components/core/users/CreateUserRole.js +169 -0
- package/dist/components/core/users/CreateUserRole.js.map +1 -0
- package/dist/components/core/users/CreateUserRole.tsx +213 -0
- package/dist/components/core/users/UserListView.d.ts +2 -0
- package/dist/components/core/users/UserListView.d.ts.map +1 -0
- package/dist/components/core/users/UserListView.js +223 -0
- package/dist/components/core/users/UserListView.js.map +1 -0
- package/dist/components/core/users/UserListView.tsx +376 -0
- package/dist/components/layout/AdminLayout.d.ts +4 -0
- package/dist/components/layout/AdminLayout.d.ts.map +1 -0
- package/dist/components/layout/AdminLayout.js +39 -0
- package/dist/components/layout/AdminLayout.js.map +1 -0
- package/dist/components/layout/AdminLayout.tsx +55 -0
- package/dist/components/layout/AdminSidebar.d.ts +3 -0
- package/dist/components/layout/AdminSidebar.d.ts.map +1 -0
- package/dist/components/layout/AdminSidebar.js +41 -0
- package/dist/components/layout/AdminSidebar.js.map +1 -0
- package/dist/components/layout/AdminSidebar.tsx +64 -0
- package/dist/components/layout/AppConfig.d.ts +4 -0
- package/dist/components/layout/AppConfig.d.ts.map +1 -0
- package/dist/components/layout/AppConfig.js +51 -0
- package/dist/components/layout/AppConfig.js.map +1 -0
- package/dist/components/layout/AppConfig.tsx +104 -0
- package/dist/components/layout/AppSidebar.d.ts +3 -0
- package/dist/components/layout/AppSidebar.d.ts.map +1 -0
- package/dist/components/layout/AppSidebar.js +113 -0
- package/dist/components/layout/AppSidebar.js.map +1 -0
- package/dist/components/layout/AppSidebar.tsx +216 -0
- package/dist/components/layout/ButtonLoader.d.ts +3 -0
- package/dist/components/layout/ButtonLoader.d.ts.map +1 -0
- package/dist/components/layout/ButtonLoader.js +6 -0
- package/dist/components/layout/ButtonLoader.js.map +1 -0
- package/dist/components/layout/ButtonLoader.tsx +7 -0
- package/dist/components/layout/CustomPagination.d.ts +2 -0
- package/dist/components/layout/CustomPagination.d.ts.map +1 -0
- package/dist/components/layout/CustomPagination.js +49 -0
- package/dist/components/layout/CustomPagination.js.map +1 -0
- package/dist/components/layout/CustomPagination.tsx +55 -0
- package/dist/components/layout/DashboardHeader.d.ts +3 -0
- package/dist/components/layout/DashboardHeader.d.ts.map +1 -0
- package/dist/components/layout/DashboardHeader.js +26 -0
- package/dist/components/layout/DashboardHeader.js.map +1 -0
- package/dist/components/layout/DashboardHeader.tsx +89 -0
- package/dist/components/layout/FilterMenu.d.ts +3 -0
- package/dist/components/layout/FilterMenu.d.ts.map +1 -0
- package/dist/components/layout/FilterMenu.js +48 -0
- package/dist/components/layout/FilterMenu.js.map +1 -0
- package/dist/components/layout/FilterMenu.tsx +122 -0
- package/dist/components/layout/Footer.d.ts +3 -0
- package/dist/components/layout/Footer.d.ts.map +1 -0
- package/dist/components/layout/Footer.js +6 -0
- package/dist/components/layout/Footer.js.map +1 -0
- package/dist/components/layout/Footer.tsx +13 -0
- package/dist/components/layout/GlobalSearch.d.ts +2 -0
- package/dist/components/layout/GlobalSearch.d.ts.map +1 -0
- package/dist/components/layout/GlobalSearch.js +25 -0
- package/dist/components/layout/GlobalSearch.js.map +1 -0
- package/dist/components/layout/GlobalSearch.tsx +36 -0
- package/dist/components/layout/Header.d.ts +3 -0
- package/dist/components/layout/Header.d.ts.map +1 -0
- package/dist/components/layout/Header.js +7 -0
- package/dist/components/layout/Header.js.map +1 -0
- package/dist/components/layout/Header.tsx +8 -0
- package/dist/components/layout/Layout.d.ts +3 -0
- package/dist/components/layout/Layout.d.ts.map +1 -0
- package/dist/components/layout/Layout.js +212 -0
- package/dist/components/layout/Layout.js.map +1 -0
- package/dist/components/layout/Layout.tsx +205 -0
- package/dist/components/layout/ListingHeader.d.ts +3 -0
- package/dist/components/layout/ListingHeader.d.ts.map +1 -0
- package/dist/components/layout/ListingHeader.js +90 -0
- package/dist/components/layout/ListingHeader.js.map +1 -0
- package/dist/components/layout/ListingHeader.tsx +205 -0
- package/dist/components/layout/Loader.d.ts +3 -0
- package/dist/components/layout/Loader.d.ts.map +1 -0
- package/dist/components/layout/Loader.js +6 -0
- package/dist/components/layout/Loader.js.map +1 -0
- package/dist/components/layout/Loader.tsx +16 -0
- package/dist/components/layout/UserSidebar.d.ts +3 -0
- package/dist/components/layout/UserSidebar.d.ts.map +1 -0
- package/dist/components/layout/UserSidebar.js +31 -0
- package/dist/components/layout/UserSidebar.js.map +1 -0
- package/dist/components/layout/UserSidebar.tsx +52 -0
- package/dist/components/layout/context/layoutcontext.d.ts +5 -0
- package/dist/components/layout/context/layoutcontext.d.ts.map +1 -0
- package/dist/components/layout/context/layoutcontext.js +55 -0
- package/dist/components/layout/context/layoutcontext.js.map +1 -0
- package/dist/components/layout/context/layoutcontext.tsx +52 -0
- package/dist/components/layout/navbar-one.d.ts +3 -0
- package/dist/components/layout/navbar-one.d.ts.map +1 -0
- package/dist/components/layout/navbar-one.js +75 -0
- package/dist/components/layout/navbar-one.js.map +1 -0
- package/dist/components/layout/navbar-one.tsx +239 -0
- package/dist/components/layout/navbar-two-menu.d.ts +3 -0
- package/dist/components/layout/navbar-two-menu.d.ts.map +1 -0
- package/dist/components/layout/navbar-two-menu.js +45 -0
- package/dist/components/layout/navbar-two-menu.js.map +1 -0
- package/dist/components/layout/navbar-two-menu.tsx +71 -0
- package/dist/components/layout/navbar-two.d.ts +3 -0
- package/dist/components/layout/navbar-two.d.ts.map +1 -0
- package/dist/components/layout/navbar-two.js +35 -0
- package/dist/components/layout/navbar-two.js.map +1 -0
- package/dist/components/layout/navbar-two.tsx +37 -0
- package/dist/components/layout/user-profile-menu.d.ts +3 -0
- package/dist/components/layout/user-profile-menu.d.ts.map +1 -0
- package/dist/components/layout/user-profile-menu.js +97 -0
- package/dist/components/layout/user-profile-menu.js.map +1 -0
- package/dist/components/layout/user-profile-menu.tsx +212 -0
- package/dist/components/layout/user-profile.d.ts +3 -0
- package/dist/components/layout/user-profile.d.ts.map +1 -0
- package/dist/components/layout/user-profile.js +7 -0
- package/dist/components/layout/user-profile.js.map +1 -0
- package/dist/components/layout/user-profile.tsx +7 -0
- package/dist/components/modelsComponents/filterIcon.d.ts +2 -0
- package/dist/components/modelsComponents/filterIcon.d.ts.map +1 -0
- package/dist/components/modelsComponents/filterIcon.js +5 -0
- package/dist/components/modelsComponents/filterIcon.js.map +1 -0
- package/dist/components/modelsComponents/filterIcon.tsx +9 -0
- package/dist/constants/error-messages.d.ts +161 -0
- package/dist/constants/error-messages.d.ts.map +1 -0
- package/dist/constants/error-messages.js +232 -0
- package/dist/constants/error-messages.js.map +1 -0
- package/dist/constants/error-messages.ts +238 -0
- package/dist/declarations.d.ts +22 -0
- package/dist/helpers/AppTitle.d.ts +4 -0
- package/dist/helpers/AppTitle.d.ts.map +1 -0
- package/dist/helpers/AppTitle.js +8 -0
- package/dist/helpers/AppTitle.js.map +1 -0
- package/dist/helpers/AppTitle.tsx +12 -0
- package/dist/helpers/ToastContainer.d.ts +4 -0
- package/dist/helpers/ToastContainer.d.ts.map +1 -0
- package/dist/helpers/ToastContainer.js +49 -0
- package/dist/helpers/ToastContainer.js.map +1 -0
- package/dist/helpers/ToastContainer.tsx +94 -0
- package/dist/helpers/autoCompleteVirtualScroll.d.ts +11 -0
- package/dist/helpers/autoCompleteVirtualScroll.d.ts.map +1 -0
- package/dist/helpers/autoCompleteVirtualScroll.js +20 -0
- package/dist/helpers/autoCompleteVirtualScroll.js.map +1 -0
- package/dist/helpers/autoCompleteVirtualScroll.ts +41 -0
- package/dist/helpers/countries.d.ts +2 -0
- package/dist/helpers/countries.d.ts.map +1 -0
- package/dist/helpers/countries.js +261 -0
- package/dist/helpers/countries.js.map +1 -0
- package/dist/helpers/countries.tsx +260 -0
- package/dist/helpers/downloadFileWithProgress.d.ts +8 -0
- package/dist/helpers/downloadFileWithProgress.d.ts.map +1 -0
- package/dist/helpers/downloadFileWithProgress.js +148 -0
- package/dist/helpers/downloadFileWithProgress.js.map +1 -0
- package/dist/helpers/downloadFileWithProgress.ts +86 -0
- package/dist/helpers/downloadMediaFile.d.ts +2 -0
- package/dist/helpers/downloadMediaFile.d.ts.map +1 -0
- package/dist/helpers/downloadMediaFile.js +68 -0
- package/dist/helpers/downloadMediaFile.js.map +1 -0
- package/dist/helpers/downloadMediaFile.tsx +22 -0
- package/dist/helpers/eventBus.d.ts +15 -0
- package/dist/helpers/eventBus.d.ts.map +1 -0
- package/dist/helpers/eventBus.js +63 -0
- package/dist/helpers/eventBus.js.map +1 -0
- package/dist/helpers/eventBus.ts +40 -0
- package/dist/helpers/getAcceptedFileTypes.d.ts +4 -0
- package/dist/helpers/getAcceptedFileTypes.d.ts.map +1 -0
- package/dist/helpers/getAcceptedFileTypes.js +20 -0
- package/dist/helpers/getAcceptedFileTypes.js.map +1 -0
- package/dist/helpers/getAcceptedFileTypes.tsx +22 -0
- package/dist/helpers/getRandomColors.d.ts +4 -0
- package/dist/helpers/getRandomColors.d.ts.map +1 -0
- package/dist/helpers/getRandomColors.js +63 -0
- package/dist/helpers/getRandomColors.js.map +1 -0
- package/dist/helpers/getRandomColors.tsx +68 -0
- package/dist/helpers/helpers.d.ts +11 -0
- package/dist/helpers/helpers.d.ts.map +1 -0
- package/dist/helpers/helpers.js +47 -0
- package/dist/helpers/helpers.js.map +1 -0
- package/dist/helpers/helpers.ts +61 -0
- package/dist/helpers/hydrateRelationRules.d.ts +3 -0
- package/dist/helpers/hydrateRelationRules.d.ts.map +1 -0
- package/dist/helpers/hydrateRelationRules.js +147 -0
- package/dist/helpers/hydrateRelationRules.js.map +1 -0
- package/dist/helpers/hydrateRelationRules.ts +122 -0
- package/dist/helpers/logger.d.ts +7 -0
- package/dist/helpers/logger.d.ts.map +1 -0
- package/dist/helpers/logger.js +50 -0
- package/dist/helpers/logger.js.map +1 -0
- package/dist/helpers/logger.ts +33 -0
- package/dist/helpers/permissions.d.ts +2 -0
- package/dist/helpers/permissions.d.ts.map +1 -0
- package/dist/helpers/permissions.js +6 -0
- package/dist/helpers/permissions.js.map +1 -0
- package/dist/helpers/permissions.ts +7 -0
- package/dist/helpers/registry.d.ts +9 -0
- package/dist/helpers/registry.d.ts.map +1 -0
- package/dist/helpers/registry.js +243 -0
- package/dist/helpers/registry.js.map +1 -0
- package/dist/helpers/registry.ts +337 -0
- package/dist/helpers/resendOtpHelper.d.ts +2 -0
- package/dist/helpers/resendOtpHelper.d.ts.map +1 -0
- package/dist/helpers/resendOtpHelper.js +6 -0
- package/dist/helpers/resendOtpHelper.js.map +1 -0
- package/dist/helpers/resendOtpHelper.tsx +5 -0
- package/dist/helpers/revalidate.d.ts +2 -0
- package/dist/helpers/revalidate.d.ts.map +1 -0
- package/dist/helpers/revalidate.js +48 -0
- package/dist/helpers/revalidate.js.map +1 -0
- package/dist/helpers/revalidate.ts +8 -0
- package/dist/helpers/rolesHelper.d.ts +2 -0
- package/dist/helpers/rolesHelper.d.ts.map +1 -0
- package/dist/helpers/rolesHelper.js +5 -0
- package/dist/helpers/rolesHelper.js.map +1 -0
- package/dist/helpers/rolesHelper.ts +4 -0
- package/dist/helpers/routePaths.d.ts +3 -0
- package/dist/helpers/routePaths.d.ts.map +1 -0
- package/dist/helpers/routePaths.js +23 -0
- package/dist/helpers/routePaths.js.map +1 -0
- package/dist/helpers/routePaths.ts +25 -0
- package/dist/helpers/showToast.d.ts +5 -0
- package/dist/helpers/showToast.d.ts.map +1 -0
- package/dist/helpers/showToast.js +17 -0
- package/dist/helpers/showToast.js.map +1 -0
- package/dist/helpers/showToast.ts +13 -0
- package/dist/helpers/solidIcons.d.ts +5 -0
- package/dist/helpers/solidIcons.d.ts.map +1 -0
- package/dist/helpers/solidIcons.js +1831 -0
- package/dist/helpers/solidIcons.js.map +1 -0
- package/dist/helpers/solidIcons.tsx +1831 -0
- package/dist/helpers/updatePasswordField.d.ts +9 -0
- package/dist/helpers/updatePasswordField.d.ts.map +1 -0
- package/dist/helpers/updatePasswordField.js +77 -0
- package/dist/helpers/updatePasswordField.js.map +1 -0
- package/dist/helpers/updatePasswordField.ts +42 -0
- package/dist/hooks/usePathname.d.ts +2 -0
- package/dist/hooks/usePathname.d.ts.map +1 -0
- package/dist/hooks/usePathname.js +6 -0
- package/dist/hooks/usePathname.js.map +1 -0
- package/dist/hooks/usePathname.ts +6 -0
- package/dist/hooks/useRouter.d.ts +8 -0
- package/dist/hooks/useRouter.d.ts.map +1 -0
- package/dist/hooks/useRouter.js +29 -0
- package/dist/hooks/useRouter.js.map +1 -0
- package/dist/hooks/useRouter.ts +35 -0
- package/dist/hooks/useSearchParams.d.ts +2 -0
- package/dist/hooks/useSearchParams.d.ts.map +1 -0
- package/dist/hooks/useSearchParams.js +9 -0
- package/dist/hooks/useSearchParams.js.map +1 -0
- package/dist/hooks/useSearchParams.ts +10 -0
- package/dist/hooks/useSession.d.ts +9 -0
- package/dist/hooks/useSession.d.ts.map +1 -0
- package/dist/hooks/useSession.js +90 -0
- package/dist/hooks/useSession.js.map +1 -0
- package/dist/hooks/useSession.ts +52 -0
- package/dist/http/solidHttp.d.ts +24 -0
- package/dist/http/solidHttp.d.ts.map +1 -0
- package/dist/http/solidHttp.js +101 -0
- package/dist/http/solidHttp.js.map +1 -0
- package/dist/http/solidHttp.ts +63 -0
- package/dist/index.d.ts +215 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +223 -0
- package/dist/index.js.map +1 -0
- package/dist/index.ts +460 -0
- package/dist/layouts/AdminLayoutWrapper.d.ts +2 -0
- package/dist/layouts/AdminLayoutWrapper.d.ts.map +1 -0
- package/dist/layouts/AdminLayoutWrapper.js +7 -0
- package/dist/layouts/AdminLayoutWrapper.js.map +1 -0
- package/dist/layouts/AdminLayoutWrapper.tsx +10 -0
- package/dist/layouts/AuthLayoutWrapper.d.ts +2 -0
- package/dist/layouts/AuthLayoutWrapper.d.ts.map +1 -0
- package/dist/layouts/AuthLayoutWrapper.js +7 -0
- package/dist/layouts/AuthLayoutWrapper.js.map +1 -0
- package/dist/layouts/AuthLayoutWrapper.tsx +10 -0
- package/dist/nextAuth/authProviders.d.ts +4 -0
- package/dist/nextAuth/authProviders.d.ts.map +1 -0
- package/dist/nextAuth/authProviders.js +198 -0
- package/dist/nextAuth/authProviders.js.map +1 -0
- package/dist/nextAuth/authProviders.tsx +232 -0
- package/dist/nextAuth/handleLogout.d.ts +2 -0
- package/dist/nextAuth/handleLogout.d.ts.map +1 -0
- package/dist/nextAuth/handleLogout.js +36 -0
- package/dist/nextAuth/handleLogout.js.map +1 -0
- package/dist/nextAuth/handleLogout.tsx +39 -0
- package/dist/nextAuth/refreshAccessToken.d.ts +2 -0
- package/dist/nextAuth/refreshAccessToken.d.ts.map +1 -0
- package/dist/nextAuth/refreshAccessToken.js +24 -0
- package/dist/nextAuth/refreshAccessToken.js.map +1 -0
- package/dist/nextAuth/refreshAccessToken.tsx +28 -0
- package/dist/redux/api/aiInteractionApi.d.ts +26 -0
- package/dist/redux/api/aiInteractionApi.d.ts.map +1 -0
- package/dist/redux/api/aiInteractionApi.js +24 -0
- package/dist/redux/api/aiInteractionApi.js.map +1 -0
- package/dist/redux/api/aiInteractionApi.ts +59 -0
- package/dist/redux/api/authApi.d.ts +16 -0
- package/dist/redux/api/authApi.d.ts.map +1 -0
- package/dist/redux/api/authApi.js +120 -0
- package/dist/redux/api/authApi.js.map +1 -0
- package/dist/redux/api/authApi.ts +131 -0
- package/dist/redux/api/dashboardApi.d.ts +23 -0
- package/dist/redux/api/dashboardApi.d.ts.map +1 -0
- package/dist/redux/api/dashboardApi.js +35 -0
- package/dist/redux/api/dashboardApi.js.map +1 -0
- package/dist/redux/api/dashboardApi.ts +56 -0
- package/dist/redux/api/dashboardQuestionApi.d.ts +5 -0
- package/dist/redux/api/dashboardQuestionApi.d.ts.map +1 -0
- package/dist/redux/api/dashboardQuestionApi.js +18 -0
- package/dist/redux/api/dashboardQuestionApi.js.map +1 -0
- package/dist/redux/api/dashboardQuestionApi.ts +17 -0
- package/dist/redux/api/exportTemplateApi.d.ts +19 -0
- package/dist/redux/api/exportTemplateApi.d.ts.map +1 -0
- package/dist/redux/api/exportTemplateApi.js +64 -0
- package/dist/redux/api/exportTemplateApi.js.map +1 -0
- package/dist/redux/api/exportTemplateApi.tsx +59 -0
- package/dist/redux/api/fetchBaseQuery.d.ts +3 -0
- package/dist/redux/api/fetchBaseQuery.d.ts.map +1 -0
- package/dist/redux/api/fetchBaseQuery.js +96 -0
- package/dist/redux/api/fetchBaseQuery.js.map +1 -0
- package/dist/redux/api/fetchBaseQuery.tsx +65 -0
- package/dist/redux/api/fieldApi.d.ts +21 -0
- package/dist/redux/api/fieldApi.d.ts.map +1 -0
- package/dist/redux/api/fieldApi.js +70 -0
- package/dist/redux/api/fieldApi.js.map +1 -0
- package/dist/redux/api/fieldApi.ts +86 -0
- package/dist/redux/api/importTransactionApi.d.ts +11 -0
- package/dist/redux/api/importTransactionApi.d.ts.map +1 -0
- package/dist/redux/api/importTransactionApi.js +69 -0
- package/dist/redux/api/importTransactionApi.js.map +1 -0
- package/dist/redux/api/importTransactionApi.tsx +69 -0
- package/dist/redux/api/mediaApi.d.ts +19 -0
- package/dist/redux/api/mediaApi.d.ts.map +1 -0
- package/dist/redux/api/mediaApi.js +57 -0
- package/dist/redux/api/mediaApi.js.map +1 -0
- package/dist/redux/api/mediaApi.ts +55 -0
- package/dist/redux/api/mediaStorageProviderApi.d.ts +19 -0
- package/dist/redux/api/mediaStorageProviderApi.d.ts.map +1 -0
- package/dist/redux/api/mediaStorageProviderApi.js +57 -0
- package/dist/redux/api/mediaStorageProviderApi.js.map +1 -0
- package/dist/redux/api/mediaStorageProviderApi.ts +55 -0
- package/dist/redux/api/modelApi.d.ts +22 -0
- package/dist/redux/api/modelApi.d.ts.map +1 -0
- package/dist/redux/api/modelApi.js +81 -0
- package/dist/redux/api/modelApi.js.map +1 -0
- package/dist/redux/api/modelApi.ts +80 -0
- package/dist/redux/api/moduleApi.d.ts +22 -0
- package/dist/redux/api/moduleApi.d.ts.map +1 -0
- package/dist/redux/api/moduleApi.js +74 -0
- package/dist/redux/api/moduleApi.js.map +1 -0
- package/dist/redux/api/moduleApi.ts +72 -0
- package/dist/redux/api/permissionApi.d.ts +15 -0
- package/dist/redux/api/permissionApi.d.ts.map +1 -0
- package/dist/redux/api/permissionApi.js +27 -0
- package/dist/redux/api/permissionApi.js.map +1 -0
- package/dist/redux/api/permissionApi.ts +32 -0
- package/dist/redux/api/pincodeApi.d.ts +36 -0
- package/dist/redux/api/pincodeApi.d.ts.map +1 -0
- package/dist/redux/api/pincodeApi.js +54 -0
- package/dist/redux/api/pincodeApi.js.map +1 -0
- package/dist/redux/api/pincodeApi.tsx +56 -0
- package/dist/redux/api/roleApi.d.ts +10 -0
- package/dist/redux/api/roleApi.d.ts.map +1 -0
- package/dist/redux/api/roleApi.js +49 -0
- package/dist/redux/api/roleApi.js.map +1 -0
- package/dist/redux/api/roleApi.ts +58 -0
- package/dist/redux/api/solidActionApi.d.ts +19 -0
- package/dist/redux/api/solidActionApi.d.ts.map +1 -0
- package/dist/redux/api/solidActionApi.js +58 -0
- package/dist/redux/api/solidActionApi.js.map +1 -0
- package/dist/redux/api/solidActionApi.ts +66 -0
- package/dist/redux/api/solidChatterMessageApi.d.ts +6 -0
- package/dist/redux/api/solidChatterMessageApi.d.ts.map +1 -0
- package/dist/redux/api/solidChatterMessageApi.js +25 -0
- package/dist/redux/api/solidChatterMessageApi.js.map +1 -0
- package/dist/redux/api/solidChatterMessageApi.ts +25 -0
- package/dist/redux/api/solidEntityApi.d.ts +24 -0
- package/dist/redux/api/solidEntityApi.d.ts.map +1 -0
- package/dist/redux/api/solidEntityApi.js +186 -0
- package/dist/redux/api/solidEntityApi.js.map +1 -0
- package/dist/redux/api/solidEntityApi.tsx +164 -0
- package/dist/redux/api/solidMenuApi.d.ts +20 -0
- package/dist/redux/api/solidMenuApi.d.ts.map +1 -0
- package/dist/redux/api/solidMenuApi.js +61 -0
- package/dist/redux/api/solidMenuApi.js.map +1 -0
- package/dist/redux/api/solidMenuApi.ts +71 -0
- package/dist/redux/api/solidServiceApi.d.ts +12 -0
- package/dist/redux/api/solidServiceApi.d.ts.map +1 -0
- package/dist/redux/api/solidServiceApi.js +27 -0
- package/dist/redux/api/solidServiceApi.js.map +1 -0
- package/dist/redux/api/solidServiceApi.ts +31 -0
- package/dist/redux/api/solidSettingsApi.d.ts +12 -0
- package/dist/redux/api/solidSettingsApi.d.ts.map +1 -0
- package/dist/redux/api/solidSettingsApi.js +128 -0
- package/dist/redux/api/solidSettingsApi.js.map +1 -0
- package/dist/redux/api/solidSettingsApi.tsx +83 -0
- package/dist/redux/api/solidViewApi.d.ts +20 -0
- package/dist/redux/api/solidViewApi.d.ts.map +1 -0
- package/dist/redux/api/solidViewApi.js +63 -0
- package/dist/redux/api/solidViewApi.js.map +1 -0
- package/dist/redux/api/solidViewApi.ts +73 -0
- package/dist/redux/api/stateApi.d.ts +36 -0
- package/dist/redux/api/stateApi.d.ts.map +1 -0
- package/dist/redux/api/stateApi.js +54 -0
- package/dist/redux/api/stateApi.js.map +1 -0
- package/dist/redux/api/stateApi.tsx +56 -0
- package/dist/redux/api/testApi.d.ts +5 -0
- package/dist/redux/api/testApi.d.ts.map +1 -0
- package/dist/redux/api/testApi.js +19 -0
- package/dist/redux/api/testApi.js.map +1 -0
- package/dist/redux/api/testApi.ts +21 -0
- package/dist/redux/api/userApi.d.ts +19 -0
- package/dist/redux/api/userApi.d.ts.map +1 -0
- package/dist/redux/api/userApi.js +116 -0
- package/dist/redux/api/userApi.js.map +1 -0
- package/dist/redux/api/userApi.ts +135 -0
- package/dist/redux/features/authSlice.d.ts +6 -0
- package/dist/redux/features/authSlice.d.ts.map +1 -0
- package/dist/redux/features/authSlice.js +19 -0
- package/dist/redux/features/authSlice.js.map +1 -0
- package/dist/redux/features/authSlice.ts +19 -0
- package/dist/redux/features/dataViewSlice.d.ts +7 -0
- package/dist/redux/features/dataViewSlice.d.ts.map +1 -0
- package/dist/redux/features/dataViewSlice.js +21 -0
- package/dist/redux/features/dataViewSlice.js.map +1 -0
- package/dist/redux/features/dataViewSlice.ts +26 -0
- package/dist/redux/features/navbarSlice.d.ts +6 -0
- package/dist/redux/features/navbarSlice.d.ts.map +1 -0
- package/dist/redux/features/navbarSlice.js +22 -0
- package/dist/redux/features/navbarSlice.js.map +1 -0
- package/dist/redux/features/navbarSlice.ts +21 -0
- package/dist/redux/features/popupSlice.d.ts +13 -0
- package/dist/redux/features/popupSlice.d.ts.map +1 -0
- package/dist/redux/features/popupSlice.js +24 -0
- package/dist/redux/features/popupSlice.js.map +1 -0
- package/dist/redux/features/popupSlice.ts +37 -0
- package/dist/redux/features/settingsSlice.d.ts +20 -0
- package/dist/redux/features/settingsSlice.d.ts.map +1 -0
- package/dist/redux/features/settingsSlice.js +39 -0
- package/dist/redux/features/settingsSlice.js.map +1 -0
- package/dist/redux/features/settingsSlice.ts +60 -0
- package/dist/redux/features/themeSlice.d.ts +6 -0
- package/dist/redux/features/themeSlice.d.ts.map +1 -0
- package/dist/redux/features/themeSlice.js +16 -0
- package/dist/redux/features/themeSlice.js.map +1 -0
- package/dist/redux/features/themeSlice.ts +17 -0
- package/dist/redux/features/userSlice.d.ts +13 -0
- package/dist/redux/features/userSlice.d.ts.map +1 -0
- package/dist/redux/features/userSlice.js +21 -0
- package/dist/redux/features/userSlice.js.map +1 -0
- package/dist/redux/features/userSlice.ts +28 -0
- package/dist/redux/hooks/useSolidPopup.d.ts +7 -0
- package/dist/redux/hooks/useSolidPopup.d.ts.map +1 -0
- package/dist/redux/hooks/useSolidPopup.js +14 -0
- package/dist/redux/hooks/useSolidPopup.js.map +1 -0
- package/dist/redux/hooks/useSolidPopup.ts +20 -0
- package/dist/redux/store/StoreProvider.d.ts +8 -0
- package/dist/redux/store/StoreProvider.d.ts.map +1 -0
- package/dist/redux/store/StoreProvider.js +89 -0
- package/dist/redux/store/StoreProvider.js.map +1 -0
- package/dist/redux/store/StoreProvider.tsx +52 -0
- package/dist/redux/store/createSolidStore.d.ts +25 -0
- package/dist/redux/store/createSolidStore.d.ts.map +1 -0
- package/dist/redux/store/createSolidStore.js +54 -0
- package/dist/redux/store/createSolidStore.js.map +1 -0
- package/dist/redux/store/createSolidStore.ts +55 -0
- package/dist/redux/store/defaultStoreConfig.d.ts +187 -0
- package/dist/redux/store/defaultStoreConfig.d.ts.map +1 -0
- package/dist/redux/store/defaultStoreConfig.js +34 -0
- package/dist/redux/store/defaultStoreConfig.js.map +1 -0
- package/dist/redux/store/defaultStoreConfig.ts +62 -0
- package/dist/resources/fonts/SF-Pro-Display-Black.otf +0 -0
- package/dist/resources/fonts/SF-Pro-Display-Bold.otf +0 -0
- package/dist/resources/fonts/SF-Pro-Display-Heavy.otf +0 -0
- package/dist/resources/fonts/SF-Pro-Display-Light.otf +0 -0
- package/dist/resources/fonts/SF-Pro-Display-Medium.otf +0 -0
- package/dist/resources/fonts/SF-Pro-Display-Regular.otf +0 -0
- package/dist/resources/fonts/SF-Pro-Display-Semibold.otf +0 -0
- package/dist/resources/fonts/SF-Pro-Display-Thin.otf +0 -0
- package/dist/resources/fonts/SF-Pro-Display-Ultralight.otf +0 -0
- package/dist/resources/globals.css +3597 -0
- package/dist/resources/images/AvatarDemo.png +0 -0
- package/dist/resources/images/Background.svg +3 -0
- package/dist/resources/images/Footerbg.png +0 -0
- package/dist/resources/images/LoginBanner.png +0 -0
- package/dist/resources/images/Navigation/Level.svg +5 -0
- package/dist/resources/images/Navigation/Presure.svg +7 -0
- package/dist/resources/images/Navigation/SolidSettinsIcon.svg +1 -0
- package/dist/resources/images/Navigation/Temperature.svg +13 -0
- package/dist/resources/images/Profile/Avatar.png +0 -0
- package/dist/resources/images/SolidXLogo.svg +21 -0
- package/dist/resources/images/activity.svg +3 -0
- package/dist/resources/images/app-builder.png +0 -0
- package/dist/resources/images/auth/solid-left-layout-bg.png +0 -0
- package/dist/resources/images/auth/solid-login-light.png +0 -0
- package/dist/resources/images/auth/solid-right-layout-bg.png +0 -0
- package/dist/resources/images/clog-wheel.png +0 -0
- package/dist/resources/images/dark-mode.png +0 -0
- package/dist/resources/images/dashboard/Ellipse 1.svg +10 -0
- package/dist/resources/images/dashboard/Rectangle 17.svg +10 -0
- package/dist/resources/images/dashboard/Rectangle 25.svg +11 -0
- package/dist/resources/images/dashboard/image 5.svg +9 -0
- package/dist/resources/images/eye-icon.png +0 -0
- package/dist/resources/images/fb.svg +3 -0
- package/dist/resources/images/fileReader/image-jpg.png +0 -0
- package/dist/resources/images/fileTypes/File.png +0 -0
- package/dist/resources/images/fileTypes/Mp3.png +0 -0
- package/dist/resources/images/fileTypes/Mp4.png +0 -0
- package/dist/resources/images/filter-icon.png +0 -0
- package/dist/resources/images/form/user.png +0 -0
- package/dist/resources/images/iam.png +0 -0
- package/dist/resources/images/icons/icon-activity.svg +3 -0
- package/dist/resources/images/icons/icon-calender.svg +3 -0
- package/dist/resources/images/icons/icon-graph.svg +3 -0
- package/dist/resources/images/icons/icon-kanban.svg +3 -0
- package/dist/resources/images/icons/icon-list.svg +3 -0
- package/dist/resources/images/icons/icon-users.svg +3 -0
- package/dist/resources/images/icons/jump-to-icon.png +0 -0
- package/dist/resources/images/insta.svg +3 -0
- package/dist/resources/images/layout/images/comfortable.png +0 -0
- package/dist/resources/images/layout/images/compact.png +0 -0
- package/dist/resources/images/layout/images/cozy.png +0 -0
- package/dist/resources/images/layout/images/kanban.png +0 -0
- package/dist/resources/images/li.svg +3 -0
- package/dist/resources/images/loginhero.png +0 -0
- package/dist/resources/images/logo.png +0 -0
- package/dist/resources/images/mail-icon.png +0 -0
- package/dist/resources/images/menu/app-builder.svg +19 -0
- package/dist/resources/images/menu/iam.svg +14 -0
- package/dist/resources/images/menu/logicloop-black.svg +28 -0
- package/dist/resources/images/menu/logicloop-blue.svg +32 -0
- package/dist/resources/images/menu/logicloop-white.svg +32 -0
- package/dist/resources/images/menu/queues.svg +14 -0
- package/dist/resources/images/menu/radix.svg +9 -0
- package/dist/resources/images/menu/rl-lead-middleware.svg +19 -0
- package/dist/resources/images/menu/solid-address-master.svg +10 -0
- package/dist/resources/images/menu/srmd-tracker-black.svg +16 -0
- package/dist/resources/images/menu/srmd-tracker-original.svg +32 -0
- package/dist/resources/images/menu/srmd-tracker-white.svg +17 -0
- package/dist/resources/images/menu/srmd-tracker.svg +16 -0
- package/dist/resources/images/menu-icon.png +0 -0
- package/dist/resources/images/menu-toggle.png +0 -0
- package/dist/resources/images/password-icon.png +0 -0
- package/dist/resources/images/profile.png +0 -0
- package/dist/resources/images/radix-logo-white.png +0 -0
- package/dist/resources/images/radix-logo.png +0 -0
- package/dist/resources/images/search-icon.png +0 -0
- package/dist/resources/images/signupBanner.png +0 -0
- package/dist/resources/images/tw.svg +3 -0
- package/dist/resources/images/user-icon.png +0 -0
- package/dist/resources/solid-primereact.css +2986 -0
- package/dist/resources/solid-responsive.css +791 -0
- package/dist/resources/stylesheets/_config.scss +54 -0
- package/dist/resources/stylesheets/_content.scss +95 -0
- package/dist/resources/stylesheets/_footer.scss +10 -0
- package/dist/resources/stylesheets/_main.scss +49 -0
- package/dist/resources/stylesheets/_menu.scss +183 -0
- package/dist/resources/stylesheets/_mixins.scss +13 -0
- package/dist/resources/stylesheets/_responsive.scss +101 -0
- package/dist/resources/stylesheets/_topbar.scss +152 -0
- package/dist/resources/stylesheets/_typography.scss +65 -0
- package/dist/resources/stylesheets/_utils.scss +29 -0
- package/dist/resources/stylesheets/_variables.scss +3 -0
- package/dist/resources/stylesheets/layout.scss +11 -0
- package/dist/resources/themes/solid-dark-purple/theme.css +6208 -0
- package/dist/resources/themes/solid-light-purple/solid-login-light.png +0 -0
- package/dist/resources/themes/solid-light-purple/theme.css +6263 -0
- package/dist/routes/AppEventListener.d.ts +2 -0
- package/dist/routes/AppEventListener.d.ts.map +1 -0
- package/dist/routes/AppEventListener.js +21 -0
- package/dist/routes/AppEventListener.js.map +1 -0
- package/dist/routes/AppEventListener.tsx +28 -0
- package/dist/routes/guards/AuthGuard.d.ts +2 -0
- package/dist/routes/guards/AuthGuard.d.ts.map +1 -0
- package/dist/routes/guards/AuthGuard.js +15 -0
- package/dist/routes/guards/AuthGuard.js.map +1 -0
- package/dist/routes/guards/AuthGuard.tsx +17 -0
- package/dist/routes/pages/ErrorPage.d.ts +2 -0
- package/dist/routes/pages/ErrorPage.d.ts.map +1 -0
- package/dist/routes/pages/ErrorPage.js +7 -0
- package/dist/routes/pages/ErrorPage.js.map +1 -0
- package/dist/routes/pages/ErrorPage.tsx +6 -0
- package/dist/routes/pages/NotFoundPage.d.ts +2 -0
- package/dist/routes/pages/NotFoundPage.d.ts.map +1 -0
- package/dist/routes/pages/NotFoundPage.js +6 -0
- package/dist/routes/pages/NotFoundPage.js.map +1 -0
- package/dist/routes/pages/NotFoundPage.tsx +5 -0
- package/dist/routes/pages/admin/AdminPage.d.ts +2 -0
- package/dist/routes/pages/admin/AdminPage.d.ts.map +1 -0
- package/dist/routes/pages/admin/AdminPage.js +6 -0
- package/dist/routes/pages/admin/AdminPage.js.map +1 -0
- package/dist/routes/pages/admin/AdminPage.tsx +5 -0
- package/dist/routes/pages/admin/core/FormPage.d.ts +2 -0
- package/dist/routes/pages/admin/core/FormPage.d.ts.map +1 -0
- package/dist/routes/pages/admin/core/FormPage.js +8 -0
- package/dist/routes/pages/admin/core/FormPage.js.map +1 -0
- package/dist/routes/pages/admin/core/FormPage.tsx +7 -0
- package/dist/routes/pages/admin/core/KanbanPage.d.ts +2 -0
- package/dist/routes/pages/admin/core/KanbanPage.d.ts.map +1 -0
- package/dist/routes/pages/admin/core/KanbanPage.js +22 -0
- package/dist/routes/pages/admin/core/KanbanPage.js.map +1 -0
- package/dist/routes/pages/admin/core/KanbanPage.tsx +10 -0
- package/dist/routes/pages/admin/core/ListPage.d.ts +2 -0
- package/dist/routes/pages/admin/core/ListPage.d.ts.map +1 -0
- package/dist/routes/pages/admin/core/ListPage.js +22 -0
- package/dist/routes/pages/admin/core/ListPage.js.map +1 -0
- package/dist/routes/pages/admin/core/ListPage.tsx +10 -0
- package/dist/routes/pages/admin/core/ModuleHomePage.d.ts +2 -0
- package/dist/routes/pages/admin/core/ModuleHomePage.d.ts.map +1 -0
- package/dist/routes/pages/admin/core/ModuleHomePage.js +19 -0
- package/dist/routes/pages/admin/core/ModuleHomePage.js.map +1 -0
- package/dist/routes/pages/admin/core/ModuleHomePage.tsx +7 -0
- package/dist/routes/pages/admin/core/SettingsPage.d.ts +2 -0
- package/dist/routes/pages/admin/core/SettingsPage.d.ts.map +1 -0
- package/dist/routes/pages/admin/core/SettingsPage.js +6 -0
- package/dist/routes/pages/admin/core/SettingsPage.js.map +1 -0
- package/dist/routes/pages/admin/core/SettingsPage.tsx +5 -0
- package/dist/routes/pages/auth/ConfirmForgotPasswordPage.d.ts +2 -0
- package/dist/routes/pages/auth/ConfirmForgotPasswordPage.d.ts.map +1 -0
- package/dist/routes/pages/auth/ConfirmForgotPasswordPage.js +6 -0
- package/dist/routes/pages/auth/ConfirmForgotPasswordPage.js.map +1 -0
- package/dist/routes/pages/auth/ConfirmForgotPasswordPage.tsx +5 -0
- package/dist/routes/pages/auth/ForgotPasswordPage.d.ts +2 -0
- package/dist/routes/pages/auth/ForgotPasswordPage.d.ts.map +1 -0
- package/dist/routes/pages/auth/ForgotPasswordPage.js +6 -0
- package/dist/routes/pages/auth/ForgotPasswordPage.js.map +1 -0
- package/dist/routes/pages/auth/ForgotPasswordPage.tsx +5 -0
- package/dist/routes/pages/auth/InitiateForgotPasswordPage.d.ts +2 -0
- package/dist/routes/pages/auth/InitiateForgotPasswordPage.d.ts.map +1 -0
- package/dist/routes/pages/auth/InitiateForgotPasswordPage.js +6 -0
- package/dist/routes/pages/auth/InitiateForgotPasswordPage.js.map +1 -0
- package/dist/routes/pages/auth/InitiateForgotPasswordPage.tsx +5 -0
- package/dist/routes/pages/auth/InitiateForgotPasswordThankYouPage.d.ts +2 -0
- package/dist/routes/pages/auth/InitiateForgotPasswordThankYouPage.d.ts.map +1 -0
- package/dist/routes/pages/auth/InitiateForgotPasswordThankYouPage.js +6 -0
- package/dist/routes/pages/auth/InitiateForgotPasswordThankYouPage.js.map +1 -0
- package/dist/routes/pages/auth/InitiateForgotPasswordThankYouPage.tsx +5 -0
- package/dist/routes/pages/auth/InitiateGoogleOauthPage.d.ts +2 -0
- package/dist/routes/pages/auth/InitiateGoogleOauthPage.d.ts.map +1 -0
- package/dist/routes/pages/auth/InitiateGoogleOauthPage.js +6 -0
- package/dist/routes/pages/auth/InitiateGoogleOauthPage.js.map +1 -0
- package/dist/routes/pages/auth/InitiateGoogleOauthPage.tsx +5 -0
- package/dist/routes/pages/auth/InitiateLoginPage.d.ts +2 -0
- package/dist/routes/pages/auth/InitiateLoginPage.d.ts.map +1 -0
- package/dist/routes/pages/auth/InitiateLoginPage.js +6 -0
- package/dist/routes/pages/auth/InitiateLoginPage.js.map +1 -0
- package/dist/routes/pages/auth/InitiateLoginPage.tsx +5 -0
- package/dist/routes/pages/auth/InitiateRegisterPage.d.ts +2 -0
- package/dist/routes/pages/auth/InitiateRegisterPage.d.ts.map +1 -0
- package/dist/routes/pages/auth/InitiateRegisterPage.js +6 -0
- package/dist/routes/pages/auth/InitiateRegisterPage.js.map +1 -0
- package/dist/routes/pages/auth/InitiateRegisterPage.tsx +5 -0
- package/dist/routes/pages/auth/LoginPage.d.ts +2 -0
- package/dist/routes/pages/auth/LoginPage.d.ts.map +1 -0
- package/dist/routes/pages/auth/LoginPage.js +6 -0
- package/dist/routes/pages/auth/LoginPage.js.map +1 -0
- package/dist/routes/pages/auth/LoginPage.tsx +10 -0
- package/dist/routes/pages/auth/RegisterPage.d.ts +2 -0
- package/dist/routes/pages/auth/RegisterPage.d.ts.map +1 -0
- package/dist/routes/pages/auth/RegisterPage.js +6 -0
- package/dist/routes/pages/auth/RegisterPage.js.map +1 -0
- package/dist/routes/pages/auth/RegisterPage.tsx +5 -0
- package/dist/routes/pages/auth/ResetPasswordPage.d.ts +2 -0
- package/dist/routes/pages/auth/ResetPasswordPage.d.ts.map +1 -0
- package/dist/routes/pages/auth/ResetPasswordPage.js +6 -0
- package/dist/routes/pages/auth/ResetPasswordPage.js.map +1 -0
- package/dist/routes/pages/auth/ResetPasswordPage.tsx +5 -0
- package/dist/routes/pages/auth/SsoPage.d.ts +2 -0
- package/dist/routes/pages/auth/SsoPage.d.ts.map +1 -0
- package/dist/routes/pages/auth/SsoPage.js +92 -0
- package/dist/routes/pages/auth/SsoPage.js.map +1 -0
- package/dist/routes/pages/auth/SsoPage.tsx +79 -0
- package/dist/routes/solidRoutes.d.ts +4 -0
- package/dist/routes/solidRoutes.d.ts.map +1 -0
- package/dist/routes/solidRoutes.js +85 -0
- package/dist/routes/solidRoutes.js.map +1 -0
- package/dist/routes/solidRoutes.tsx +89 -0
- package/dist/routes/types.d.ts +10 -0
- package/dist/routes/types.d.ts.map +1 -0
- package/dist/routes/types.js +2 -0
- package/dist/routes/types.js.map +1 -0
- package/dist/routes/types.ts +34 -0
- package/dist/styles.d.ts +5 -0
- package/dist/styles.d.ts.map +1 -0
- package/dist/styles.js +5 -0
- package/dist/styles.js.map +1 -0
- package/dist/styles.ts +4 -0
- package/dist/types/css-modules.d.ts +4 -0
- package/dist/types/handlebars.d.ts +4 -0
- package/dist/types/index.d.ts +76 -0
- package/dist/types/layout.d.ts +94 -0
- package/dist/types/next-auth.d.ts +0 -0
- package/dist/types/next.d.ts +46 -0
- package/dist/types/solid-core.d.ts +319 -0
- package/package.json +136 -0
- package/src/adapters/auth/getSession.ts +49 -0
- package/src/adapters/auth/handleLogout.ts +39 -0
- package/src/adapters/auth/index.ts +10 -0
- package/src/adapters/auth/refreshAccessToken.ts +34 -0
- package/src/adapters/auth/sessionProvider.tsx +5 -0
- package/src/adapters/auth/signIn.ts +70 -0
- package/src/adapters/auth/signInWithOAuthAccessCode.ts +80 -0
- package/src/adapters/auth/signInWithOtp.ts +77 -0
- package/src/adapters/auth/signOut.ts +15 -0
- package/src/adapters/auth/storage.ts +28 -0
- package/src/adapters/auth/types.ts +9 -0
- package/src/adapters/env.ts +29 -0
- package/src/components/Svg/DevDocs.tsx +9 -0
- package/src/components/Svg/DocsSvg.tsx +9 -0
- package/src/components/Svg/ExcelSvg.tsx +15 -0
- package/src/components/Svg/FieldSvg.tsx +9 -0
- package/src/components/Svg/FileSvg.tsx +18 -0
- package/src/components/Svg/HomePageModuleSvg.tsx +179 -0
- package/src/components/Svg/ModelSvg.tsx +9 -0
- package/src/components/Svg/ModuleSvg.tsx +9 -0
- package/src/components/Svg/PDFSvg.tsx +15 -0
- package/src/components/Svg/RightArrowSvg.tsx +9 -0
- package/src/components/Svg/SettingsSvg.tsx +9 -0
- package/src/components/auth/AuthLayout.tsx +226 -0
- package/src/components/auth/ForgotPasswordThankYou.tsx +31 -0
- package/src/components/auth/GoogleAuthChecking.tsx +60 -0
- package/src/components/auth/SolidChangeForcePassword.tsx +213 -0
- package/src/components/auth/SolidForgotPassword.tsx +116 -0
- package/src/components/auth/SolidInitialLoginOtp.tsx +231 -0
- package/src/components/auth/SolidInitiateRegisterOtp.tsx +208 -0
- package/src/components/auth/SolidLogin.tsx +418 -0
- package/src/components/auth/SolidRegister.tsx +442 -0
- package/src/components/auth/SolidResetPassword.tsx +186 -0
- package/src/components/common/AuthBanner.tsx +41 -0
- package/src/components/common/AutoCompleteField.tsx +79 -0
- package/src/components/common/BackButton.tsx +73 -0
- package/src/components/common/CancelButton.tsx +62 -0
- package/src/components/common/CodeEditor.tsx +38 -0
- package/src/components/common/CreateButton.tsx +18 -0
- package/src/components/common/DownloadProgressToast.tsx +55 -0
- package/src/components/common/DropzonePlaceholder.tsx +31 -0
- package/src/components/common/DropzoneUpload.tsx +11 -0
- package/src/components/common/FileReaderExt.tsx +20 -0
- package/src/components/common/GeneralSettings.tsx +1215 -0
- package/src/components/common/HeaderDynamicTitles.tsx +13 -0
- package/src/components/common/Image.tsx +13 -0
- package/src/components/common/Link.tsx +13 -0
- package/src/components/common/MarkdownViewer.tsx +84 -0
- package/src/components/common/MultipleSelectAutoCompleteField.tsx +64 -0
- package/src/components/common/NotFound.tsx +22 -0
- package/src/components/common/SingleSelectAutoCompleteField.tsx +73 -0
- package/src/components/common/SocialMediaLogin.tsx +55 -0
- package/src/components/common/SolidAdmin.tsx +29 -0
- package/src/components/common/SolidBreadcrumb.tsx +130 -0
- package/src/components/common/SolidErrorPage.tsx +37 -0
- package/src/components/common/SolidExport.tsx +563 -0
- package/src/components/common/SolidExportStepper.tsx +135 -0
- package/src/components/common/SolidFieldTooltip.tsx +23 -0
- package/src/components/common/SolidFormHeader.tsx +25 -0
- package/src/components/common/SolidFormStepper.tsx +336 -0
- package/src/components/common/SolidModuleHome.tsx +128 -0
- package/src/components/common/SolidNotFoundPage.tsx +37 -0
- package/src/components/common/SolidPopupContainer.tsx +37 -0
- package/src/components/common/SolidSettings/LlmSettings/AnthropicProviderComponent.tsx +45 -0
- package/src/components/common/SolidSettings/LlmSettings/OpenAiProviderComponent.tsx +45 -0
- package/src/components/common/SolidSettings/SettingDropzoneActivePlaceholder.tsx +20 -0
- package/src/components/common/SolidSettings/SettingsImageRemoveButton.tsx +15 -0
- package/src/components/common/SolidSettings/SolidUploadedImage.tsx +16 -0
- package/src/components/common/SolidThemeLink.tsx +6 -0
- package/src/components/common/SolidThemeProvider.tsx +44 -0
- package/src/components/common/StepperArrows/ActiveArrowStep.tsx +18 -0
- package/src/components/common/StepperArrows/ActiveBeforeStepArrow.tsx +18 -0
- package/src/components/common/StepperArrows/InactiveStepArrow.tsx +19 -0
- package/src/components/common/error.tsx +30 -0
- package/src/components/common/solid-export.css +85 -0
- package/src/components/common/solidModuleHome.module.css +135 -0
- package/src/components/common/useHandleFormCustomButtonClick.ts +40 -0
- package/src/components/common/useHandleListCustomButtonClick.ts +40 -0
- package/src/components/core/chatter/SolidChatter.tsx +248 -0
- package/src/components/core/chatter/SolidChatterAuditMessage.tsx +35 -0
- package/src/components/core/chatter/SolidChatterCustomMessage.tsx +46 -0
- package/src/components/core/chatter/SolidChatterDateDivider.tsx +16 -0
- package/src/components/core/chatter/SolidChatterHeader.tsx +218 -0
- package/src/components/core/chatter/SolidChatterMessageBox.tsx +163 -0
- package/src/components/core/chatter/SolidMessageComposer.tsx +146 -0
- package/src/components/core/chatter/chatter.module.css +74 -0
- package/src/components/core/common/AvatarWidget.tsx +55 -0
- package/src/components/core/common/DateFieldViewComponent.tsx +36 -0
- package/src/components/core/common/FilterComponent.tsx +457 -0
- package/src/components/core/common/PDFViewer.tsx +117 -0
- package/src/components/core/common/SolidAccountSettings/SolidAccountSettings.module.css +59 -0
- package/src/components/core/common/SolidAccountSettings/SolidAccountSettings.tsx +89 -0
- package/src/components/core/common/SolidAccountSettings/SolidChangePassword.tsx +179 -0
- package/src/components/core/common/SolidAccountSettings/SolidNotifications.tsx +129 -0
- package/src/components/core/common/SolidAccountSettings/SolidPersonalInfo.tsx +304 -0
- package/src/components/core/common/SolidCreateButton.tsx +59 -0
- package/src/components/core/common/SolidGenericImport/DocumentSvg.tsx +15 -0
- package/src/components/core/common/SolidGenericImport/SolidGenericImport.tsx +64 -0
- package/src/components/core/common/SolidGenericImport/SolidImport.module.css +40 -0
- package/src/components/core/common/SolidGenericImport/SolidImportDropzone.tsx +116 -0
- package/src/components/core/common/SolidGenericImport/SolidImportInstructions.tsx +123 -0
- package/src/components/core/common/SolidGenericImport/SolidImportStepper.tsx +217 -0
- package/src/components/core/common/SolidGenericImport/SolidImportTransaction.tsx +196 -0
- package/src/components/core/common/SolidGenericImport/SolidImportTransactionStatus.tsx +157 -0
- package/src/components/core/common/SolidGenericImport/SolidImportWrapper.tsx +29 -0
- package/src/components/core/common/SolidGlobalSearchElement.tsx +1488 -0
- package/src/components/core/common/SolidLayoutViews.tsx +87 -0
- package/src/components/core/common/SolidListViewOptions.tsx +31 -0
- package/src/components/core/common/SolidLoaders/SolidCircularLoader.tsx +7 -0
- package/src/components/core/common/SolidLoaders/SolidLoaders.module.css +20 -0
- package/src/components/core/common/SolidPasswordHelperText.tsx +33 -0
- package/src/components/core/common/SolidSaveCustomFilterForm.tsx +75 -0
- package/src/components/core/common/SolidSearchBox.tsx +17 -0
- package/src/components/core/common/SolidViewLayoutManager.ts +421 -0
- package/src/components/core/common/SolidXAiIframe.tsx +77 -0
- package/src/components/core/dashboard/SolidDashboard.module.css +79 -0
- package/src/components/core/dashboard/SolidDashboard.tsx +332 -0
- package/src/components/core/dashboard/SolidDashboardBody.tsx +117 -0
- package/src/components/core/dashboard/SolidDashboardFilterRequired.tsx +28 -0
- package/src/components/core/dashboard/SolidDashboardHeader.tsx +10 -0
- package/src/components/core/dashboard/SolidDashboardLoading.tsx +55 -0
- package/src/components/core/dashboard/SolidDashboardNotAvailable.tsx +32 -0
- package/src/components/core/dashboard/SolidDashboardRenderError.tsx +29 -0
- package/src/components/core/dashboard/SolidDashboardVariable.tsx +256 -0
- package/src/components/core/dashboard/SolidQuestionRenderer.tsx +78 -0
- package/src/components/core/dashboard/chart-renderers/ChartJsRenderer.tsx +18 -0
- package/src/components/core/dashboard/chart-renderers/PrimeReactDatatableRenderer.tsx +54 -0
- package/src/components/core/dashboard/chart-renderers/init-chartjs.ts +25 -0
- package/src/components/core/dashboard/dashboard-utils.ts +39 -0
- package/src/components/core/extension/solid-core/CustomIcon/StatusIcon.tsx +17 -0
- package/src/components/core/extension/solid-core/dashboardQuestion/ChartFormPreviewWidget.tsx +36 -0
- package/src/components/core/extension/solid-core/emailTemplate/emailFormTypeChangeHandler.ts +18 -0
- package/src/components/core/extension/solid-core/emailTemplate/emailFormTypeLoad.ts +18 -0
- package/src/components/core/extension/solid-core/modelMetadata/list/DeleteModelRowAction.tsx +105 -0
- package/src/components/core/extension/solid-core/modelMetadata/list/GenerateModelCodeRowAction.tsx +205 -0
- package/src/components/core/extension/solid-core/moduleMetadata/list/DeleteModuleRowAction.tsx +131 -0
- package/src/components/core/extension/solid-core/moduleMetadata/list/GenerateModuleCodeRowAction.tsx +201 -0
- package/src/components/core/extension/solid-core/roleMetadata/RolePermissionsManyToManyFieldWidget.tsx +131 -0
- package/src/components/core/field/FieldListViewData.tsx +313 -0
- package/src/components/core/filter/SolidBooleanFilterElement.tsx +30 -0
- package/src/components/core/filter/SolidFilterFields.tsx +131 -0
- package/src/components/core/filter/SolidManyToManyFilterElement.tsx +64 -0
- package/src/components/core/filter/SolidManyToOneFilterElement.tsx +61 -0
- package/src/components/core/filter/SolidSelectionDynamicFilterElement.tsx +50 -0
- package/src/components/core/filter/SolidSelectionStaticFilterElement.tsx +32 -0
- package/src/components/core/filter/SolidVarInputsFilterElement.tsx +209 -0
- package/src/components/core/filter/fields/SolidBigintField.tsx +9 -0
- package/src/components/core/filter/fields/SolidBooleanField.tsx +68 -0
- package/src/components/core/filter/fields/SolidComputedField.tsx +23 -0
- package/src/components/core/filter/fields/SolidDateField.tsx +63 -0
- package/src/components/core/filter/fields/SolidDatetimeField.tsx +54 -0
- package/src/components/core/filter/fields/SolidDecimalField.tsx +9 -0
- package/src/components/core/filter/fields/SolidExternalIdField.tsx +52 -0
- package/src/components/core/filter/fields/SolidFloatField.tsx +9 -0
- package/src/components/core/filter/fields/SolidIdField.tsx +46 -0
- package/src/components/core/filter/fields/SolidIntField.tsx +61 -0
- package/src/components/core/filter/fields/SolidLongTextField.tsx +9 -0
- package/src/components/core/filter/fields/SolidMediaMultipleField.tsx +60 -0
- package/src/components/core/filter/fields/SolidMediaSingleField.tsx +62 -0
- package/src/components/core/filter/fields/SolidRelationField.tsx +17 -0
- package/src/components/core/filter/fields/SolidRichTextField.tsx +9 -0
- package/src/components/core/filter/fields/SolidSelectionDynamicField.tsx +52 -0
- package/src/components/core/filter/fields/SolidSelectionStaticField.tsx +54 -0
- package/src/components/core/filter/fields/SolidShortTextField.tsx +60 -0
- package/src/components/core/filter/fields/SolidTimeField.tsx +48 -0
- package/src/components/core/filter/fields/SolidUuidField.tsx +51 -0
- package/src/components/core/filter/fields/relations/SolidRelationManyToManyField.tsx +62 -0
- package/src/components/core/filter/fields/relations/SolidRelationManyToOneField.tsx +84 -0
- package/src/components/core/form/SolidFormActionHeader.tsx +516 -0
- package/src/components/core/form/SolidFormFieldRender.tsx +53 -0
- package/src/components/core/form/SolidFormFieldRenderExtension.tsx +26 -0
- package/src/components/core/form/SolidFormFooter.tsx +164 -0
- package/src/components/core/form/SolidFormLayouts.tsx +104 -0
- package/src/components/core/form/SolidFormUserViewLayout.tsx +75 -0
- package/src/components/core/form/SolidFormView.tsx +1867 -0
- package/src/components/core/form/SolidFormViewContextMenuHeaderButton.tsx +53 -0
- package/src/components/core/form/SolidFormViewNormalHeaderButton.tsx +53 -0
- package/src/components/core/form/SolidFormViewShimmerLoading.tsx +109 -0
- package/src/components/core/form/fields/ISolidField.tsx +72 -0
- package/src/components/core/form/fields/SolidBooleanField.tsx +434 -0
- package/src/components/core/form/fields/SolidDateField.tsx +247 -0
- package/src/components/core/form/fields/SolidDateTimeField.tsx +229 -0
- package/src/components/core/form/fields/SolidDecimalField.tsx +171 -0
- package/src/components/core/form/fields/SolidEmailField.tsx +176 -0
- package/src/components/core/form/fields/SolidIntegerField.tsx +282 -0
- package/src/components/core/form/fields/SolidJsonField.tsx +185 -0
- package/src/components/core/form/fields/SolidLongTextField.tsx +618 -0
- package/src/components/core/form/fields/SolidMediaMultipleField.tsx +662 -0
- package/src/components/core/form/fields/SolidMediaSingleField.tsx +546 -0
- package/src/components/core/form/fields/SolidPasswordField.tsx +391 -0
- package/src/components/core/form/fields/SolidRelationField.tsx +56 -0
- package/src/components/core/form/fields/SolidRichTextField.tsx +188 -0
- package/src/components/core/form/fields/SolidSelectionDynamicField.tsx +340 -0
- package/src/components/core/form/fields/SolidSelectionStaticField.tsx +462 -0
- package/src/components/core/form/fields/SolidShortTextField.tsx +399 -0
- package/src/components/core/form/fields/SolidTimeField.tsx +245 -0
- package/src/components/core/form/fields/relations/SolidRelationManyToManyField.tsx +453 -0
- package/src/components/core/form/fields/relations/SolidRelationManyToOneField.tsx +1009 -0
- package/src/components/core/form/fields/relations/SolidRelationOneToManyField.tsx +636 -0
- package/src/components/core/form/fields/relations/widgets/helpers/InlineRelationEntityDialog.tsx +38 -0
- package/src/components/core/form/fields/relations/widgets/helpers/useRelationEntityHandler.ts +64 -0
- package/src/components/core/form/fields/solidFields.module.css +7 -0
- package/src/components/core/form/fields/widgets/SolidAiInteractionMessageFieldFormWidget.tsx +135 -0
- package/src/components/core/form/fields/widgets/SolidAiInteractionMetadataFieldFormWidget.tsx +144 -0
- package/src/components/core/form/fields/widgets/SolidIconEditWidget.tsx +265 -0
- package/src/components/core/form/fields/widgets/SolidIconViewWidget.tsx +32 -0
- package/src/components/core/form/fields/widgets/SolidRelationFieldAvatarFormWidget.tsx +50 -0
- package/src/components/core/form/fields/widgets/SolidS3FileViewerWidget.tsx +222 -0
- package/src/components/core/form/fields/widgets/SolidShortTextFieldAvatarWidget.tsx +70 -0
- package/src/components/core/form/solidFormViewShimmerLoading.module.css +4 -0
- package/src/components/core/form/widgets/CustomHtml.tsx +20 -0
- package/src/components/core/kanban/KanbanBoard.tsx +116 -0
- package/src/components/core/kanban/KanbanCard.tsx +280 -0
- package/src/components/core/kanban/KanbanColumn.tsx +138 -0
- package/src/components/core/kanban/KanbanUserViewLayout.tsx +73 -0
- package/src/components/core/kanban/SolidKanbanView.tsx +866 -0
- package/src/components/core/kanban/SolidKanbanViewConfigure.tsx +152 -0
- package/src/components/core/kanban/SolidKanbanViewFields.tsx +164 -0
- package/src/components/core/kanban/SolidManyToOneFilterElement.tsx +59 -0
- package/src/components/core/kanban/SolidSelectionDynamicFilterElement.tsx +50 -0
- package/src/components/core/kanban/SolidSelectionStaticFilterElement.tsx +32 -0
- package/src/components/core/kanban/SolidVarInputsFilterElement.tsx +184 -0
- package/src/components/core/kanban/kanban-fields/SolidBigintKanbanField.tsx +9 -0
- package/src/components/core/kanban/kanban-fields/SolidBooleanKanbanField.tsx +16 -0
- package/src/components/core/kanban/kanban-fields/SolidComputedKanbanField.tsx +23 -0
- package/src/components/core/kanban/kanban-fields/SolidDateKanbanField.tsx +14 -0
- package/src/components/core/kanban/kanban-fields/SolidDatetimeKanbanField.tsx +13 -0
- package/src/components/core/kanban/kanban-fields/SolidDecimalKanbanField.tsx +9 -0
- package/src/components/core/kanban/kanban-fields/SolidExternalIdKanbanField.tsx +12 -0
- package/src/components/core/kanban/kanban-fields/SolidFloatKanbanField.tsx +9 -0
- package/src/components/core/kanban/kanban-fields/SolidIdKanbanField.tsx +14 -0
- package/src/components/core/kanban/kanban-fields/SolidIntKanbanField.tsx +20 -0
- package/src/components/core/kanban/kanban-fields/SolidLongTextKanbanField.tsx +9 -0
- package/src/components/core/kanban/kanban-fields/SolidMediaMultipleKanbanField.tsx +140 -0
- package/src/components/core/kanban/kanban-fields/SolidMediaSingleKanbanField.tsx +164 -0
- package/src/components/core/kanban/kanban-fields/SolidRelationKanbanField.tsx +13 -0
- package/src/components/core/kanban/kanban-fields/SolidRichTextKanbanField.tsx +9 -0
- package/src/components/core/kanban/kanban-fields/SolidSelectionDynamicKanbanField.tsx +14 -0
- package/src/components/core/kanban/kanban-fields/SolidSelectionStaticKanbanField.tsx +14 -0
- package/src/components/core/kanban/kanban-fields/SolidShortTextKanbanField.tsx +121 -0
- package/src/components/core/kanban/kanban-fields/SolidTimeKanbanField.tsx +12 -0
- package/src/components/core/kanban/kanban-fields/SolidUuidKanbanField.tsx +13 -0
- package/src/components/core/kanban/kanban-fields/relations/SolidRelationManyToOneKanbanField.tsx +16 -0
- package/src/components/core/list/ListViewRowActionPopup.tsx +40 -0
- package/src/components/core/list/SolidColumnSelector/SolidListColumnSelector.module.css +12 -0
- package/src/components/core/list/SolidColumnSelector/SolidListColumnSelector.tsx +233 -0
- package/src/components/core/list/SolidEmptyListViewPlaceholder.tsx +115 -0
- package/src/components/core/list/SolidListView.tsx +2009 -0
- package/src/components/core/list/SolidListViewColumn.tsx +165 -0
- package/src/components/core/list/SolidListViewConfigure.tsx +342 -0
- package/src/components/core/list/SolidListViewHeaderButton.tsx +32 -0
- package/src/components/core/list/SolidListViewHeaderContextMenuButton.tsx +32 -0
- package/src/components/core/list/SolidListViewRowButtonContextMenu.tsx +40 -0
- package/src/components/core/list/SolidListViewShimmerLoading.tsx +78 -0
- package/src/components/core/list/SolidListViewWrapper.module.css +49 -0
- package/src/components/core/list/SolidListingHeader.tsx +41 -0
- package/src/components/core/list/SolidManyToOneFilterElement.tsx +60 -0
- package/src/components/core/list/SolidSelectionDynamicFilterElement.tsx +50 -0
- package/src/components/core/list/SolidSelectionStaticFilterElement.tsx +32 -0
- package/src/components/core/list/SolidTableRowCell.tsx +35 -0
- package/src/components/core/list/SolidVarInputsFilterElement.tsx +184 -0
- package/src/components/core/list/columns/SolidBigintColumn.tsx +9 -0
- package/src/components/core/list/columns/SolidBooleanColumn.tsx +87 -0
- package/src/components/core/list/columns/SolidComputedColumn.tsx +27 -0
- package/src/components/core/list/columns/SolidDateColumn.tsx +90 -0
- package/src/components/core/list/columns/SolidDatetimeColumn.tsx +79 -0
- package/src/components/core/list/columns/SolidDecimalColumn.tsx +9 -0
- package/src/components/core/list/columns/SolidExternalIdColumn.tsx +80 -0
- package/src/components/core/list/columns/SolidFloatColumn.tsx +9 -0
- package/src/components/core/list/columns/SolidIdColumn.tsx +79 -0
- package/src/components/core/list/columns/SolidIntColumn.tsx +87 -0
- package/src/components/core/list/columns/SolidLongTextColumn.tsx +9 -0
- package/src/components/core/list/columns/SolidMediaMultipleColumn.tsx +301 -0
- package/src/components/core/list/columns/SolidMediaSingleColumn.tsx +170 -0
- package/src/components/core/list/columns/SolidRelationColumn.tsx +21 -0
- package/src/components/core/list/columns/SolidRichTextColumn.tsx +9 -0
- package/src/components/core/list/columns/SolidSelectionDynamicColumn.tsx +80 -0
- package/src/components/core/list/columns/SolidSelectionStaticColumn.tsx +81 -0
- package/src/components/core/list/columns/SolidShortTextColumn.tsx +160 -0
- package/src/components/core/list/columns/SolidTimeColumn.tsx +78 -0
- package/src/components/core/list/columns/SolidUuidColumn.tsx +79 -0
- package/src/components/core/list/columns/relations/SolidRelationManyToManyColumn.tsx +106 -0
- package/src/components/core/list/columns/relations/SolidRelationManyToOneColumn.tsx +117 -0
- package/src/components/core/list/columns/relations/SolidRelationOneToManyColumn.tsx +110 -0
- package/src/components/core/list/widgets/SolidManyToManyRelationAvatarListWidget.tsx +30 -0
- package/src/components/core/list/widgets/SolidManyToOneRelationAvatarListWidget.tsx +30 -0
- package/src/components/core/list/widgets/SolidShortTextAvatarWidget.tsx +70 -0
- package/src/components/core/list/widgets/SolidShortTextFieldImageRenderModeWidget.tsx +21 -0
- package/src/components/core/locales/SolidChatterLocaleTabView.tsx +91 -0
- package/src/components/core/locales/SolidLocale.tsx +127 -0
- package/src/components/core/locales/solid-locale.css +36 -0
- package/src/components/core/model/CreateModel.tsx +536 -0
- package/src/components/core/model/FieldMetaData.tsx +262 -0
- package/src/components/core/model/FieldMetaDataForm.tsx +3553 -0
- package/src/components/core/model/FieldSelector.tsx +62 -0
- package/src/components/core/model/ModelListViewData.tsx +384 -0
- package/src/components/core/model/ModelMetaData.tsx +949 -0
- package/src/components/core/module/CreateModule.tsx +613 -0
- package/src/components/core/module/ModuleListViewData.tsx +431 -0
- package/src/components/core/solid-ai/SolidAiMainWrapper.tsx +8 -0
- package/src/components/core/solid-ai/SolidXAIIcon.tsx +37 -0
- package/src/components/core/users/CreateUser.tsx +468 -0
- package/src/components/core/users/CreateUserRole.tsx +213 -0
- package/src/components/core/users/UserListView.tsx +376 -0
- package/src/components/layout/AdminLayout.tsx +55 -0
- package/src/components/layout/AdminSidebar.tsx +64 -0
- package/src/components/layout/AppConfig.tsx +104 -0
- package/src/components/layout/AppSidebar.tsx +216 -0
- package/src/components/layout/ButtonLoader.tsx +7 -0
- package/src/components/layout/CustomPagination.tsx +55 -0
- package/src/components/layout/DashboardHeader.tsx +89 -0
- package/src/components/layout/FilterMenu.tsx +122 -0
- package/src/components/layout/Footer.tsx +13 -0
- package/src/components/layout/GlobalSearch.tsx +36 -0
- package/src/components/layout/Header.tsx +8 -0
- package/src/components/layout/Layout.tsx +205 -0
- package/src/components/layout/ListingHeader.tsx +205 -0
- package/src/components/layout/Loader.tsx +16 -0
- package/src/components/layout/UserSidebar.tsx +52 -0
- package/src/components/layout/context/layoutcontext.tsx +52 -0
- package/src/components/layout/navbar-one.tsx +239 -0
- package/src/components/layout/navbar-two-menu.tsx +71 -0
- package/src/components/layout/navbar-two.tsx +37 -0
- package/src/components/layout/user-profile-menu.tsx +212 -0
- package/src/components/layout/user-profile.tsx +7 -0
- package/src/components/modelsComponents/filterIcon.tsx +9 -0
- package/src/constants/error-messages.ts +238 -0
- package/src/declarations.d.ts +22 -0
- package/src/helpers/AppTitle.tsx +12 -0
- package/src/helpers/ToastContainer.tsx +94 -0
- package/src/helpers/autoCompleteVirtualScroll.ts +41 -0
- package/src/helpers/countries.tsx +260 -0
- package/src/helpers/downloadFileWithProgress.ts +86 -0
- package/src/helpers/downloadMediaFile.tsx +22 -0
- package/src/helpers/eventBus.ts +40 -0
- package/src/helpers/getAcceptedFileTypes.tsx +22 -0
- package/src/helpers/getRandomColors.tsx +68 -0
- package/src/helpers/helpers.ts +61 -0
- package/src/helpers/hydrateRelationRules.ts +122 -0
- package/src/helpers/logger.ts +33 -0
- package/src/helpers/permissions.ts +7 -0
- package/src/helpers/registry.ts +337 -0
- package/src/helpers/resendOtpHelper.tsx +5 -0
- package/src/helpers/revalidate.ts +8 -0
- package/src/helpers/rolesHelper.ts +4 -0
- package/src/helpers/routePaths.ts +25 -0
- package/src/helpers/showToast.ts +13 -0
- package/src/helpers/solidIcons.tsx +1831 -0
- package/src/helpers/updatePasswordField.ts +42 -0
- package/src/hooks/usePathname.ts +6 -0
- package/src/hooks/useRouter.ts +35 -0
- package/src/hooks/useSearchParams.ts +10 -0
- package/src/hooks/useSession.ts +52 -0
- package/src/http/solidHttp.ts +63 -0
- package/src/index.ts +460 -0
- package/src/layouts/AdminLayoutWrapper.tsx +10 -0
- package/src/layouts/AuthLayoutWrapper.tsx +10 -0
- package/src/redux/api/aiInteractionApi.ts +59 -0
- package/src/redux/api/authApi.ts +131 -0
- package/src/redux/api/dashboardApi.ts +56 -0
- package/src/redux/api/dashboardQuestionApi.ts +17 -0
- package/src/redux/api/exportTemplateApi.tsx +59 -0
- package/src/redux/api/fetchBaseQuery.tsx +65 -0
- package/src/redux/api/fieldApi.ts +86 -0
- package/src/redux/api/importTransactionApi.tsx +69 -0
- package/src/redux/api/mediaApi.ts +55 -0
- package/src/redux/api/mediaStorageProviderApi.ts +55 -0
- package/src/redux/api/modelApi.ts +80 -0
- package/src/redux/api/moduleApi.ts +72 -0
- package/src/redux/api/permissionApi.ts +32 -0
- package/src/redux/api/pincodeApi.tsx +56 -0
- package/src/redux/api/roleApi.ts +58 -0
- package/src/redux/api/solidActionApi.ts +66 -0
- package/src/redux/api/solidChatterMessageApi.ts +25 -0
- package/src/redux/api/solidEntityApi.tsx +164 -0
- package/src/redux/api/solidMenuApi.ts +71 -0
- package/src/redux/api/solidServiceApi.ts +31 -0
- package/src/redux/api/solidSettingsApi.tsx +83 -0
- package/src/redux/api/solidViewApi.ts +73 -0
- package/src/redux/api/stateApi.tsx +56 -0
- package/src/redux/api/testApi.ts +21 -0
- package/src/redux/api/userApi.ts +135 -0
- package/src/redux/features/authSlice.ts +19 -0
- package/src/redux/features/dataViewSlice.ts +26 -0
- package/src/redux/features/navbarSlice.ts +21 -0
- package/src/redux/features/popupSlice.ts +37 -0
- package/src/redux/features/themeSlice.ts +17 -0
- package/src/redux/features/userSlice.ts +28 -0
- package/src/redux/hooks/useSolidPopup.ts +20 -0
- package/src/redux/store/StoreProvider.tsx +52 -0
- package/src/redux/store/createSolidStore.ts +55 -0
- package/src/redux/store/defaultStoreConfig.ts +62 -0
- package/src/resources/fonts/SF-Pro-Display-Black.otf +0 -0
- package/src/resources/fonts/SF-Pro-Display-Bold.otf +0 -0
- package/src/resources/fonts/SF-Pro-Display-Heavy.otf +0 -0
- package/src/resources/fonts/SF-Pro-Display-Light.otf +0 -0
- package/src/resources/fonts/SF-Pro-Display-Medium.otf +0 -0
- package/src/resources/fonts/SF-Pro-Display-Regular.otf +0 -0
- package/src/resources/fonts/SF-Pro-Display-Semibold.otf +0 -0
- package/src/resources/fonts/SF-Pro-Display-Thin.otf +0 -0
- package/src/resources/fonts/SF-Pro-Display-Ultralight.otf +0 -0
- package/src/resources/globals.css +3597 -0
- package/src/resources/images/AvatarDemo.png +0 -0
- package/src/resources/images/Background.svg +3 -0
- package/src/resources/images/Footerbg.png +0 -0
- package/src/resources/images/LoginBanner.png +0 -0
- package/src/resources/images/Navigation/Level.svg +5 -0
- package/src/resources/images/Navigation/Presure.svg +7 -0
- package/src/resources/images/Navigation/SolidSettinsIcon.svg +1 -0
- package/src/resources/images/Navigation/Temperature.svg +13 -0
- package/src/resources/images/Profile/Avatar.png +0 -0
- package/src/resources/images/SolidXLogo.svg +21 -0
- package/src/resources/images/activity.svg +3 -0
- package/src/resources/images/app-builder.png +0 -0
- package/src/resources/images/auth/solid-left-layout-bg.png +0 -0
- package/src/resources/images/auth/solid-login-light.png +0 -0
- package/src/resources/images/auth/solid-right-layout-bg.png +0 -0
- package/src/resources/images/clog-wheel.png +0 -0
- package/src/resources/images/dark-mode.png +0 -0
- package/src/resources/images/dashboard/Ellipse 1.svg +10 -0
- package/src/resources/images/dashboard/Rectangle 17.svg +10 -0
- package/src/resources/images/dashboard/Rectangle 25.svg +11 -0
- package/src/resources/images/dashboard/image 5.svg +9 -0
- package/src/resources/images/eye-icon.png +0 -0
- package/src/resources/images/fb.svg +3 -0
- package/src/resources/images/fileReader/image-jpg.png +0 -0
- package/src/resources/images/fileTypes/File.png +0 -0
- package/src/resources/images/fileTypes/Mp3.png +0 -0
- package/src/resources/images/fileTypes/Mp4.png +0 -0
- package/src/resources/images/filter-icon.png +0 -0
- package/src/resources/images/form/user.png +0 -0
- package/src/resources/images/iam.png +0 -0
- package/src/resources/images/icons/icon-activity.svg +3 -0
- package/src/resources/images/icons/icon-calender.svg +3 -0
- package/src/resources/images/icons/icon-graph.svg +3 -0
- package/src/resources/images/icons/icon-kanban.svg +3 -0
- package/src/resources/images/icons/icon-list.svg +3 -0
- package/src/resources/images/icons/icon-users.svg +3 -0
- package/src/resources/images/icons/jump-to-icon.png +0 -0
- package/src/resources/images/insta.svg +3 -0
- package/src/resources/images/layout/images/comfortable.png +0 -0
- package/src/resources/images/layout/images/compact.png +0 -0
- package/src/resources/images/layout/images/cozy.png +0 -0
- package/src/resources/images/layout/images/kanban.png +0 -0
- package/src/resources/images/li.svg +3 -0
- package/src/resources/images/loginhero.png +0 -0
- package/src/resources/images/logo.png +0 -0
- package/src/resources/images/mail-icon.png +0 -0
- package/src/resources/images/menu/app-builder.svg +19 -0
- package/src/resources/images/menu/iam.svg +14 -0
- package/src/resources/images/menu/logicloop-black.svg +28 -0
- package/src/resources/images/menu/logicloop-blue.svg +32 -0
- package/src/resources/images/menu/logicloop-white.svg +32 -0
- package/src/resources/images/menu/queues.svg +14 -0
- package/src/resources/images/menu/radix.svg +9 -0
- package/src/resources/images/menu/rl-lead-middleware.svg +19 -0
- package/src/resources/images/menu/solid-address-master.svg +10 -0
- package/src/resources/images/menu/srmd-tracker-black.svg +16 -0
- package/src/resources/images/menu/srmd-tracker-original.svg +32 -0
- package/src/resources/images/menu/srmd-tracker-white.svg +17 -0
- package/src/resources/images/menu/srmd-tracker.svg +16 -0
- package/src/resources/images/menu-icon.png +0 -0
- package/src/resources/images/menu-toggle.png +0 -0
- package/src/resources/images/password-icon.png +0 -0
- package/src/resources/images/profile.png +0 -0
- package/src/resources/images/radix-logo-white.png +0 -0
- package/src/resources/images/radix-logo.png +0 -0
- package/src/resources/images/search-icon.png +0 -0
- package/src/resources/images/signupBanner.png +0 -0
- package/src/resources/images/tw.svg +3 -0
- package/src/resources/images/user-icon.png +0 -0
- package/src/resources/solid-primereact.css +2986 -0
- package/src/resources/solid-responsive.css +791 -0
- package/src/resources/stylesheets/_config.scss +54 -0
- package/src/resources/stylesheets/_content.scss +95 -0
- package/src/resources/stylesheets/_footer.scss +10 -0
- package/src/resources/stylesheets/_main.scss +49 -0
- package/src/resources/stylesheets/_menu.scss +183 -0
- package/src/resources/stylesheets/_mixins.scss +13 -0
- package/src/resources/stylesheets/_responsive.scss +101 -0
- package/src/resources/stylesheets/_topbar.scss +152 -0
- package/src/resources/stylesheets/_typography.scss +65 -0
- package/src/resources/stylesheets/_utils.scss +29 -0
- package/src/resources/stylesheets/_variables.scss +3 -0
- package/src/resources/stylesheets/layout.scss +11 -0
- package/src/resources/themes/solid-dark-purple/theme.css +6208 -0
- package/src/resources/themes/solid-light-purple/solid-login-light.png +0 -0
- package/src/resources/themes/solid-light-purple/theme.css +6263 -0
- package/src/routes/AppEventListener.tsx +28 -0
- package/src/routes/guards/AuthGuard.tsx +17 -0
- package/src/routes/pages/ErrorPage.tsx +6 -0
- package/src/routes/pages/NotFoundPage.tsx +5 -0
- package/src/routes/pages/admin/AdminPage.tsx +5 -0
- package/src/routes/pages/admin/core/FormPage.tsx +7 -0
- package/src/routes/pages/admin/core/KanbanPage.tsx +10 -0
- package/src/routes/pages/admin/core/ListPage.tsx +10 -0
- package/src/routes/pages/admin/core/ModuleHomePage.tsx +7 -0
- package/src/routes/pages/admin/core/SettingsPage.tsx +5 -0
- package/src/routes/pages/auth/ConfirmForgotPasswordPage.tsx +5 -0
- package/src/routes/pages/auth/ForgotPasswordPage.tsx +5 -0
- package/src/routes/pages/auth/InitiateForgotPasswordPage.tsx +5 -0
- package/src/routes/pages/auth/InitiateForgotPasswordThankYouPage.tsx +5 -0
- package/src/routes/pages/auth/InitiateGoogleOauthPage.tsx +5 -0
- package/src/routes/pages/auth/InitiateLoginPage.tsx +5 -0
- package/src/routes/pages/auth/InitiateRegisterPage.tsx +5 -0
- package/src/routes/pages/auth/LoginPage.tsx +10 -0
- package/src/routes/pages/auth/RegisterPage.tsx +5 -0
- package/src/routes/pages/auth/ResetPasswordPage.tsx +5 -0
- package/src/routes/pages/auth/SsoPage.tsx +79 -0
- package/src/routes/solidRoutes.tsx +89 -0
- package/src/routes/types.ts +34 -0
- package/src/styles.ts +4 -0
- package/src/types/css-modules.d.ts +4 -0
- package/src/types/handlebars.d.ts +4 -0
- package/src/types/index.d.ts +76 -0
- package/src/types/layout.d.ts +94 -0
- package/src/types/next-auth.d.ts +0 -0
- package/src/types/next.d.ts +46 -0
- package/src/types/solid-core.d.ts +319 -0
|
@@ -0,0 +1,1321 @@
|
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
|
2
|
+
__assign = Object.assign || function(t) {
|
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
+
s = arguments[i];
|
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
+
t[p] = s[p];
|
|
7
|
+
}
|
|
8
|
+
return t;
|
|
9
|
+
};
|
|
10
|
+
return __assign.apply(this, arguments);
|
|
11
|
+
};
|
|
12
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
13
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
14
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
15
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
16
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
17
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
18
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
19
|
+
});
|
|
20
|
+
};
|
|
21
|
+
var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
22
|
+
var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
|
|
23
|
+
return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
|
|
24
|
+
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
25
|
+
function step(op) {
|
|
26
|
+
if (f) throw new TypeError("Generator is already executing.");
|
|
27
|
+
while (g && (g = 0, op[0] && (_ = 0)), _) try {
|
|
28
|
+
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
|
|
29
|
+
if (y = 0, t) op = [op[0] & 2, t.value];
|
|
30
|
+
switch (op[0]) {
|
|
31
|
+
case 0: case 1: t = op; break;
|
|
32
|
+
case 4: _.label++; return { value: op[1], done: false };
|
|
33
|
+
case 5: _.label++; y = op[1]; op = [0]; continue;
|
|
34
|
+
case 7: op = _.ops.pop(); _.trys.pop(); continue;
|
|
35
|
+
default:
|
|
36
|
+
if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
|
|
37
|
+
if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
|
|
38
|
+
if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
|
|
39
|
+
if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
|
|
40
|
+
if (t[2]) _.ops.pop();
|
|
41
|
+
_.trys.pop(); continue;
|
|
42
|
+
}
|
|
43
|
+
op = body.call(thisArg, _);
|
|
44
|
+
} catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
|
|
45
|
+
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
46
|
+
}
|
|
47
|
+
};
|
|
48
|
+
var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
|
|
49
|
+
if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
|
|
50
|
+
if (ar || !(i in from)) {
|
|
51
|
+
if (!ar) ar = Array.prototype.slice.call(from, 0, i);
|
|
52
|
+
ar[i] = from[i];
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
return to.concat(ar || Array.prototype.slice.call(from));
|
|
56
|
+
};
|
|
57
|
+
import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
|
|
58
|
+
// @ts-nocheck
|
|
59
|
+
import { useState, useEffect, useRef, useMemo } from "react";
|
|
60
|
+
import { DataTable, } from "primereact/datatable";
|
|
61
|
+
import { Column } from "primereact/column";
|
|
62
|
+
import { FilterMatchMode } from "primereact/api";
|
|
63
|
+
import qs from "qs";
|
|
64
|
+
import { Button } from "primereact/button";
|
|
65
|
+
import { Dialog } from "primereact/dialog";
|
|
66
|
+
import { createSolidEntityApi } from "../../../redux/api/solidEntityApi";
|
|
67
|
+
import { useGetSolidViewLayoutQuery } from "../../../redux/api/solidViewApi";
|
|
68
|
+
import { SolidListViewColumn } from "./SolidListViewColumn";
|
|
69
|
+
// import { SolidListViewOptions } from "../common/SolidListviewOptions";
|
|
70
|
+
import { SolidCreateButton } from "../common/SolidCreateButton";
|
|
71
|
+
import { SolidGlobalSearchElement } from "../common/SolidGlobalSearchElement";
|
|
72
|
+
import { useLazyCheckIfPermissionExistsQuery } from "../../../redux/api/userApi";
|
|
73
|
+
import { permissionExpression } from "../../../helpers/permissions";
|
|
74
|
+
import { usePathname } from "../../../hooks/usePathname";
|
|
75
|
+
import { useRouter } from "../../../hooks/useRouter";
|
|
76
|
+
import { useSearchParams } from "../../../hooks/useSearchParams";
|
|
77
|
+
import { ListViewRowActionPopup } from "./ListViewRowActionPopup";
|
|
78
|
+
import { FilterIcon } from '../../../components/modelsComponents/filterIcon';
|
|
79
|
+
import { OverlayPanel } from "primereact/overlaypanel";
|
|
80
|
+
import { Toast } from "primereact/toast";
|
|
81
|
+
import { Divider } from "primereact/divider";
|
|
82
|
+
import CompactImage from '../../../resources/images/layout/images/compact.png';
|
|
83
|
+
import CozyImage from '../../../resources/images/layout/images/cozy.png';
|
|
84
|
+
import ComfortableImage from '../../../resources/images/layout/images/comfortable.png';
|
|
85
|
+
import { capitalize } from "lodash";
|
|
86
|
+
import Lightbox from "yet-another-react-lightbox";
|
|
87
|
+
import Counter from "yet-another-react-lightbox/plugins/counter";
|
|
88
|
+
import Download from "yet-another-react-lightbox/plugins/download";
|
|
89
|
+
import Video from "yet-another-react-lightbox/plugins/video";
|
|
90
|
+
import "yet-another-react-lightbox/styles.css";
|
|
91
|
+
import "yet-another-react-lightbox/plugins/counter.css";
|
|
92
|
+
import { SolidListViewConfigure } from "./SolidListViewConfigure";
|
|
93
|
+
import { SolidListViewShimmerLoading } from "./SolidListViewShimmerLoading";
|
|
94
|
+
import { SolidEmptyListViewPlaceholder } from "./SolidEmptyListViewPlaceholder";
|
|
95
|
+
import { useHandleListCustomButtonClick } from "../../../components/common/useHandleListCustomButtonClick";
|
|
96
|
+
import { hasAnyRole } from "../../../helpers/rolesHelper";
|
|
97
|
+
import { SolidListViewHeaderButton } from "./SolidListViewHeaderButton";
|
|
98
|
+
import { SolidListViewRowButtonContextMenu } from "./SolidListViewRowButtonContextMenu";
|
|
99
|
+
import { useDispatch, useSelector } from "react-redux";
|
|
100
|
+
import styles from "./SolidListViewWrapper.module.css";
|
|
101
|
+
import { SolidXAIIcon } from "../solid-ai/SolidXAIIcon";
|
|
102
|
+
import { getExtensionFunction } from "../../../helpers/registry";
|
|
103
|
+
import { useSession } from "../../../hooks/useSession";
|
|
104
|
+
import { ERROR_MESSAGES } from "../../../constants/error-messages";
|
|
105
|
+
import { SolidAiMainWrapper } from "../solid-ai/SolidAiMainWrapper";
|
|
106
|
+
import { showNavbar, toggleNavbar } from "../../../redux/features/navbarSlice";
|
|
107
|
+
import { useLazyGetMcpUrlQuery, useLazyGetSolidSettingsQuery } from "../../../redux/api/solidSettingsApi";
|
|
108
|
+
import { normalizeSolidListKanbanActionPath } from "../../../helpers/routePaths";
|
|
109
|
+
// import { ERROR_MESSAGES } from "../../../constants/error-messages";
|
|
110
|
+
var getRandomInt = function (min, max) {
|
|
111
|
+
return Math.floor(Math.random() * (max - min + 1)) + min;
|
|
112
|
+
};
|
|
113
|
+
export var queryStringToQueryObject = function () {
|
|
114
|
+
var currentPageUrl = window.location.pathname; // Get the current page URL
|
|
115
|
+
var encodedQueryString = localStorage.getItem(currentPageUrl); // Retrieve the encoded query string from local storage
|
|
116
|
+
if (encodedQueryString) {
|
|
117
|
+
try {
|
|
118
|
+
var decodedQueryString = atob(encodedQueryString); // Base64 decode the string
|
|
119
|
+
var parsedParams = JSON.parse(decodedQueryString); // Parse the decoded string into an object
|
|
120
|
+
return parsedParams;
|
|
121
|
+
}
|
|
122
|
+
catch (error) {
|
|
123
|
+
console.error(ERROR_MESSAGES.ERROR_DECODING, error);
|
|
124
|
+
}
|
|
125
|
+
}
|
|
126
|
+
};
|
|
127
|
+
export var queryStringToQueryObjectByUrl = function (url) {
|
|
128
|
+
var currentPageUrl = url; // Get the current page URL
|
|
129
|
+
var encodedQueryString = localStorage.getItem(currentPageUrl); // Retrieve the encoded query string from local storage
|
|
130
|
+
if (encodedQueryString) {
|
|
131
|
+
try {
|
|
132
|
+
var decodedQueryString = atob(encodedQueryString); // Base64 decode the string
|
|
133
|
+
var parsedParams = JSON.parse(decodedQueryString); // Parse the decoded string into an object
|
|
134
|
+
return parsedParams;
|
|
135
|
+
}
|
|
136
|
+
catch (error) {
|
|
137
|
+
console.error(ERROR_MESSAGES.ERROR_DECODING, error);
|
|
138
|
+
}
|
|
139
|
+
}
|
|
140
|
+
};
|
|
141
|
+
export var queryObjectToQueryString = function (queryObject) {
|
|
142
|
+
if (queryObject) {
|
|
143
|
+
var stringifiedObject = JSON.stringify(queryObject);
|
|
144
|
+
// const stringifiedObject = qs.stringify(queryObject, { encodeValuesOnly: true, arrayFormat: "brackets" });
|
|
145
|
+
var encodedQueryString = btoa(stringifiedObject); // Base64 encode the stringified object
|
|
146
|
+
var currentPageUrl = window.location.pathname; // Get the current page URL
|
|
147
|
+
localStorage.setItem(currentPageUrl, encodedQueryString); // Store in local storage with the URL as the key
|
|
148
|
+
return encodedQueryString;
|
|
149
|
+
}
|
|
150
|
+
return null;
|
|
151
|
+
};
|
|
152
|
+
export var queryObjectToQueryStringByUrl = function (url, queryObject) {
|
|
153
|
+
if (queryObject) {
|
|
154
|
+
var stringifiedObject = JSON.stringify(queryObject);
|
|
155
|
+
// const stringifiedObject = qs.stringify(queryObject, { encodeValuesOnly: true, arrayFormat: "brackets" });
|
|
156
|
+
var encodedQueryString = btoa(stringifiedObject); // Base64 encode the stringified object
|
|
157
|
+
var currentPageUrl = url; // Get the current page URL
|
|
158
|
+
localStorage.setItem(currentPageUrl, encodedQueryString); // Store in local storage with the URL as the key
|
|
159
|
+
return encodedQueryString;
|
|
160
|
+
}
|
|
161
|
+
return null;
|
|
162
|
+
};
|
|
163
|
+
export var SolidListView = function (params) {
|
|
164
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z, _0, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16, _17, _18, _19, _20, _21, _22, _23, _24, _25, _26, _27, _28, _29, _30, _31;
|
|
165
|
+
var session = useSession();
|
|
166
|
+
var user = (_a = session === null || session === void 0 ? void 0 : session.data) === null || _a === void 0 ? void 0 : _a.user;
|
|
167
|
+
var dispatch = useDispatch();
|
|
168
|
+
var visibleNavbar = useSelector(function (state) { var _a; return (_a = state.navbarState) === null || _a === void 0 ? void 0 : _a.visibleNavbar; });
|
|
169
|
+
var pathname = usePathname();
|
|
170
|
+
var solidGlobalSearchElementRef = useRef();
|
|
171
|
+
var router = useRouter();
|
|
172
|
+
var searchParams = useSearchParams();
|
|
173
|
+
var localeName = searchParams.get("locale");
|
|
174
|
+
var _32 = useState(params.customFilter || null), filters = _32[0], setFilters = _32[1];
|
|
175
|
+
// const [customFilter, setCustomFilter] = useState<FilterRule[]>(initialState);
|
|
176
|
+
// const [showGlobalSearchElement, setShowGlobalSearchElement] = useState<boolean>(false);
|
|
177
|
+
var _33 = useState([]), toPopulate = _33[0], setToPopulate = _33[1];
|
|
178
|
+
var _34 = useState([]), toPopulateMedia = _34[0], setToPopulateMedia = _34[1];
|
|
179
|
+
var _35 = useState([]), actionsAllowed = _35[0], setActionsAllowed = _35[1];
|
|
180
|
+
var _36 = useState(false), isOpenSolidXAiPanel = _36[0], setIsOpenSolidXAiPanel = _36[1];
|
|
181
|
+
var _37 = useState(380), chatterWidth = _37[0], setChatterWidth = _37[1];
|
|
182
|
+
var _38 = useState(false), isResizing = _38[0], setIsResizing = _38[1];
|
|
183
|
+
var triggerCheckIfPermissionExists = useLazyCheckIfPermissionExistsQuery()[0];
|
|
184
|
+
var handleCustomButtonClick = useHandleListCustomButtonClick();
|
|
185
|
+
var _39 = useState(null), mcpUrl = _39[0], setMcpUrl = _39[1];
|
|
186
|
+
var getMcpUrl = useLazyGetMcpUrlQuery()[0];
|
|
187
|
+
var _40 = useLazyGetSolidSettingsQuery(), trigger = _40[0], solidSettingsData = _40[1].data;
|
|
188
|
+
useEffect(function () {
|
|
189
|
+
trigger(""); // Fetch settings on mount
|
|
190
|
+
}, []);
|
|
191
|
+
var editBaseUrl = useMemo(function () { return normalizeSolidListKanbanActionPath(pathname, editButtonUrl || "form"); }, [editButtonUrl, pathname]);
|
|
192
|
+
useEffect(function () {
|
|
193
|
+
var _a, _b;
|
|
194
|
+
if (((_a = solidSettingsData === null || solidSettingsData === void 0 ? void 0 : solidSettingsData.data) === null || _a === void 0 ? void 0 : _a.mcpEnabled) && ((_b = solidSettingsData === null || solidSettingsData === void 0 ? void 0 : solidSettingsData.data) === null || _b === void 0 ? void 0 : _b.mcpServerUrl)) {
|
|
195
|
+
enableSolidXAiPanel();
|
|
196
|
+
}
|
|
197
|
+
}, [solidSettingsData]);
|
|
198
|
+
var enableSolidXAiPanel = function () { return __awaiter(void 0, void 0, void 0, function () {
|
|
199
|
+
var queryData, queryString, response, error_1;
|
|
200
|
+
var _a, _b;
|
|
201
|
+
return __generator(this, function (_c) {
|
|
202
|
+
switch (_c.label) {
|
|
203
|
+
case 0:
|
|
204
|
+
_c.trys.push([0, 2, , 3]);
|
|
205
|
+
queryData = {
|
|
206
|
+
showHeader: "true",
|
|
207
|
+
inListView: "true"
|
|
208
|
+
};
|
|
209
|
+
queryString = qs.stringify(__assign({}, queryData), { encodeValuesOnly: true });
|
|
210
|
+
return [4 /*yield*/, getMcpUrl(queryString).unwrap()];
|
|
211
|
+
case 1:
|
|
212
|
+
response = _c.sent();
|
|
213
|
+
console.log("response", response);
|
|
214
|
+
if (response && ((_a = response === null || response === void 0 ? void 0 : response.data) === null || _a === void 0 ? void 0 : _a.mcpUrl)) {
|
|
215
|
+
setMcpUrl((_b = response === null || response === void 0 ? void 0 : response.data) === null || _b === void 0 ? void 0 : _b.mcpUrl);
|
|
216
|
+
}
|
|
217
|
+
return [3 /*break*/, 3];
|
|
218
|
+
case 2:
|
|
219
|
+
error_1 = _c.sent();
|
|
220
|
+
return [3 /*break*/, 3];
|
|
221
|
+
case 3: return [2 /*return*/];
|
|
222
|
+
}
|
|
223
|
+
});
|
|
224
|
+
}); };
|
|
225
|
+
useEffect(function () {
|
|
226
|
+
var storedOpen = localStorage.getItem("l_solidxai_open");
|
|
227
|
+
var storedWidth = localStorage.getItem("l_solidxai_width");
|
|
228
|
+
if (storedOpen !== null) {
|
|
229
|
+
setIsOpenSolidXAiPanel(storedOpen === "true");
|
|
230
|
+
}
|
|
231
|
+
if (storedWidth !== null) {
|
|
232
|
+
var width = parseInt(storedWidth, 10);
|
|
233
|
+
if (!isNaN(width)) {
|
|
234
|
+
setChatterWidth(width);
|
|
235
|
+
}
|
|
236
|
+
}
|
|
237
|
+
}, []);
|
|
238
|
+
useEffect(function () {
|
|
239
|
+
if (isResizing) {
|
|
240
|
+
var handleMouseMove_1 = function (e) {
|
|
241
|
+
var newWidth = window.innerWidth - e.clientX;
|
|
242
|
+
var clampedWidth = Math.max(280, Math.min(newWidth, 700));
|
|
243
|
+
setChatterWidth(clampedWidth);
|
|
244
|
+
localStorage.setItem("l_solidxai_width", clampedWidth.toString());
|
|
245
|
+
};
|
|
246
|
+
var handleMouseUp_1 = function () {
|
|
247
|
+
setIsResizing(false);
|
|
248
|
+
};
|
|
249
|
+
window.addEventListener("mousemove", handleMouseMove_1);
|
|
250
|
+
window.addEventListener("mouseup", handleMouseUp_1);
|
|
251
|
+
return function () {
|
|
252
|
+
window.removeEventListener("mousemove", handleMouseMove_1);
|
|
253
|
+
window.removeEventListener("mouseup", handleMouseUp_1);
|
|
254
|
+
};
|
|
255
|
+
}
|
|
256
|
+
}, [isResizing]);
|
|
257
|
+
useEffect(function () {
|
|
258
|
+
var fetchPermissions = function () { return __awaiter(void 0, void 0, void 0, function () {
|
|
259
|
+
var permissionNames, queryData, queryString, response;
|
|
260
|
+
return __generator(this, function (_a) {
|
|
261
|
+
switch (_a.label) {
|
|
262
|
+
case 0:
|
|
263
|
+
if (!params.modelName) return [3 /*break*/, 2];
|
|
264
|
+
permissionNames = [
|
|
265
|
+
permissionExpression(params.modelName, 'create'),
|
|
266
|
+
permissionExpression(params.modelName, 'delete'),
|
|
267
|
+
permissionExpression(params.modelName, 'update'),
|
|
268
|
+
permissionExpression(params.modelName, 'deleteMany'),
|
|
269
|
+
permissionExpression(params.modelName, 'findOne'),
|
|
270
|
+
permissionExpression(params.modelName, 'findMany'),
|
|
271
|
+
permissionExpression(params.modelName, 'insertMany'),
|
|
272
|
+
permissionExpression('importTransaction', 'create'),
|
|
273
|
+
permissionExpression('exportTransaction', 'create'),
|
|
274
|
+
permissionExpression('userViewMetadata', 'create'),
|
|
275
|
+
permissionExpression('savedFilters', 'create')
|
|
276
|
+
];
|
|
277
|
+
queryData = {
|
|
278
|
+
permissionNames: permissionNames,
|
|
279
|
+
};
|
|
280
|
+
queryString = qs.stringify(queryData, {
|
|
281
|
+
encodeValuesOnly: true,
|
|
282
|
+
});
|
|
283
|
+
return [4 /*yield*/, triggerCheckIfPermissionExists(queryString)];
|
|
284
|
+
case 1:
|
|
285
|
+
response = _a.sent();
|
|
286
|
+
setActionsAllowed(response.data.data);
|
|
287
|
+
_a.label = 2;
|
|
288
|
+
case 2: return [2 /*return*/];
|
|
289
|
+
}
|
|
290
|
+
});
|
|
291
|
+
}); };
|
|
292
|
+
fetchPermissions();
|
|
293
|
+
}, [params.modelName]);
|
|
294
|
+
var isFilterApplied = filters ? true : false;
|
|
295
|
+
// Create the RTK slices for this entity
|
|
296
|
+
var entityApi = createSolidEntityApi(params.modelName);
|
|
297
|
+
var useCreateSolidEntityMutation = entityApi.useCreateSolidEntityMutation, useDeleteMultipleSolidEntitiesMutation = entityApi.useDeleteMultipleSolidEntitiesMutation, useDeleteSolidEntityMutation = entityApi.useDeleteSolidEntityMutation, useGetSolidEntitiesQuery = entityApi.useGetSolidEntitiesQuery, useGetSolidEntityByIdQuery = entityApi.useGetSolidEntityByIdQuery, useLazyGetSolidEntitiesQuery = entityApi.useLazyGetSolidEntitiesQuery, useLazyGetSolidEntityByIdQuery = entityApi.useLazyGetSolidEntityByIdQuery, usePrefetch = entityApi.usePrefetch, useUpdateSolidEntityMutation = entityApi.useUpdateSolidEntityMutation, useRecoverSolidEntityByIdQuery = entityApi.useRecoverSolidEntityByIdQuery, useLazyRecoverSolidEntityByIdQuery = entityApi.useLazyRecoverSolidEntityByIdQuery, useRecoverSolidEntityMutation = entityApi.useRecoverSolidEntityMutation;
|
|
298
|
+
var menuItemId = searchParams.get("menuItemId");
|
|
299
|
+
var menuItemName = searchParams.get("menuItemName");
|
|
300
|
+
var actionId = searchParams.get("actionId");
|
|
301
|
+
var actionName = searchParams.get("actionName");
|
|
302
|
+
// Get the list view layout & metadata first.
|
|
303
|
+
var listViewMetaDataQs = qs.stringify({
|
|
304
|
+
modelName: params.modelName,
|
|
305
|
+
moduleName: params.moduleName,
|
|
306
|
+
viewType: "list",
|
|
307
|
+
menuItemId: menuItemId,
|
|
308
|
+
menuItemName: menuItemName,
|
|
309
|
+
actionId: actionId,
|
|
310
|
+
actionName: actionName,
|
|
311
|
+
}, {
|
|
312
|
+
encodeValuesOnly: true,
|
|
313
|
+
});
|
|
314
|
+
var _41 = useState(null), solidListViewMetaData = _41[0], setSolidListViewMetaData = _41[1];
|
|
315
|
+
var _42 = useState(null), solidListViewLayout = _42[0], setSolidListViewLayout = _42[1];
|
|
316
|
+
var _43 = useState(false), isDraftPublishWorkflowEnabled = _43[0], setIsDraftPublishWorkflowEnabled = _43[1];
|
|
317
|
+
var _44 = useGetSolidViewLayoutQuery(listViewMetaDataQs), solidListViewInitialMetaData = _44.data, solidListViewMetaDataError = _44.error, solidListViewMetaDataIsLoading = _44.isLoading, solidListViewMetaDataIsError = _44.isError, refetch = _44.refetch;
|
|
318
|
+
var initialFilterMethod = function () {
|
|
319
|
+
var _a, _b, _c, _d;
|
|
320
|
+
var solidView = (_a = solidListViewMetaData === null || solidListViewMetaData === void 0 ? void 0 : solidListViewMetaData.data) === null || _a === void 0 ? void 0 : _a.solidView;
|
|
321
|
+
var solidFieldsMetadata = (_b = solidListViewMetaData === null || solidListViewMetaData === void 0 ? void 0 : solidListViewMetaData.data) === null || _b === void 0 ? void 0 : _b.solidFieldsMetadata;
|
|
322
|
+
var initialFilters = {};
|
|
323
|
+
var toPopulate = [];
|
|
324
|
+
var toPopulateMedia = [];
|
|
325
|
+
var currentLayout = params.customLayout ? params.customLayout : solidView === null || solidView === void 0 ? void 0 : solidView.layout;
|
|
326
|
+
for (var i = 0; i < (currentLayout === null || currentLayout === void 0 ? void 0 : currentLayout.children.length); i++) {
|
|
327
|
+
var column = currentLayout === null || currentLayout === void 0 ? void 0 : currentLayout.children[i];
|
|
328
|
+
var fieldMetadata = solidFieldsMetadata === null || solidFieldsMetadata === void 0 ? void 0 : solidFieldsMetadata[column.attrs.name];
|
|
329
|
+
if (!(fieldMetadata === null || fieldMetadata === void 0 ? void 0 : fieldMetadata.type)) {
|
|
330
|
+
console.log("Some problem in rendering column: ", column);
|
|
331
|
+
showFieldError(ERROR_MESSAGES.FIELD_NOT_IN_METADATA(column.attrs.label));
|
|
332
|
+
// return;
|
|
333
|
+
}
|
|
334
|
+
if (fieldMetadata) {
|
|
335
|
+
// Form the initial filters after iterating over the columns and field metadata.
|
|
336
|
+
if (["int", "bigint", "float", "decimal"].includes(fieldMetadata === null || fieldMetadata === void 0 ? void 0 : fieldMetadata.type)) {
|
|
337
|
+
// initialFilters[column.attrs.name] = { operator: FilterOperator.OR, constraints: [{ value: null, matchMode: FilterMatchMode.EQUALS }] }
|
|
338
|
+
initialFilters[column.attrs.name] = {
|
|
339
|
+
value: null,
|
|
340
|
+
matchMode: FilterMatchMode.EQUALS,
|
|
341
|
+
};
|
|
342
|
+
}
|
|
343
|
+
else if (["date", "datetime", "time", "boolean"].includes(fieldMetadata === null || fieldMetadata === void 0 ? void 0 : fieldMetadata.type)) {
|
|
344
|
+
// initialFilters[column.attrs.name] = { operator: FilterOperator.OR, constraints: [{ value: null, matchMode: FilterMatchMode.DATE_IS }] }
|
|
345
|
+
initialFilters[column.attrs.name] = {
|
|
346
|
+
value: null,
|
|
347
|
+
matchMode: FilterMatchMode.EQUALS,
|
|
348
|
+
};
|
|
349
|
+
}
|
|
350
|
+
else if (["relation", "selectionStatic", "selectionDynamic"].includes(fieldMetadata === null || fieldMetadata === void 0 ? void 0 : fieldMetadata.type)) {
|
|
351
|
+
initialFilters[column.attrs.name] = {
|
|
352
|
+
value: null,
|
|
353
|
+
matchMode: FilterMatchMode.IN,
|
|
354
|
+
};
|
|
355
|
+
}
|
|
356
|
+
else {
|
|
357
|
+
// initialFilters[column.attrs.name] = { operator: FilterOperator.OR, constraints: [{ value: null, matchMode: FilterMatchMode.STARTS_WITH }] }
|
|
358
|
+
initialFilters[column.attrs.name] = {
|
|
359
|
+
value: null,
|
|
360
|
+
matchMode: FilterMatchMode.STARTS_WITH,
|
|
361
|
+
};
|
|
362
|
+
}
|
|
363
|
+
if (column.attrs.name === "id") {
|
|
364
|
+
initialFilters[column.attrs.name] = {
|
|
365
|
+
value: null,
|
|
366
|
+
matchMode: FilterMatchMode.IN,
|
|
367
|
+
};
|
|
368
|
+
}
|
|
369
|
+
// Form the "toPopulate" array.
|
|
370
|
+
if (fieldMetadata.type === "relation") {
|
|
371
|
+
if (!toPopulate.includes(fieldMetadata.name)) {
|
|
372
|
+
toPopulate.push(fieldMetadata.name);
|
|
373
|
+
}
|
|
374
|
+
}
|
|
375
|
+
if (fieldMetadata.type === "mediaSingle" ||
|
|
376
|
+
fieldMetadata.type === "mediaMultiple") {
|
|
377
|
+
if (!toPopulateMedia.includes(fieldMetadata.name)) {
|
|
378
|
+
toPopulateMedia.push(fieldMetadata.name);
|
|
379
|
+
}
|
|
380
|
+
}
|
|
381
|
+
}
|
|
382
|
+
}
|
|
383
|
+
var populate = toPopulate;
|
|
384
|
+
var populateMedia = toPopulateMedia;
|
|
385
|
+
var rows = (_d = (_c = currentLayout === null || currentLayout === void 0 ? void 0 : currentLayout.attrs) === null || _c === void 0 ? void 0 : _c.defaultPageSize) !== null && _d !== void 0 ? _d : 25;
|
|
386
|
+
var sortField = "id";
|
|
387
|
+
var sortOrder = -1;
|
|
388
|
+
// setRows(rows);
|
|
389
|
+
// setToPopulate(populate);
|
|
390
|
+
// setToPopulateMedia(populateMedia);
|
|
391
|
+
// setSortField("id");
|
|
392
|
+
// setSortOrder(-1);
|
|
393
|
+
return { sortField: sortField, sortOrder: sortOrder, rows: rows, populate: populate, populateMedia: populateMedia };
|
|
394
|
+
};
|
|
395
|
+
// Set the initial filter state based on the metadata.
|
|
396
|
+
useEffect(function () {
|
|
397
|
+
var _a, _b, _c;
|
|
398
|
+
// refetch();
|
|
399
|
+
if (solidListViewInitialMetaData) {
|
|
400
|
+
if (params.customLayout) {
|
|
401
|
+
setSolidListViewLayout(params.customLayout);
|
|
402
|
+
}
|
|
403
|
+
else {
|
|
404
|
+
setSolidListViewLayout(solidListViewInitialMetaData === null || solidListViewInitialMetaData === void 0 ? void 0 : solidListViewInitialMetaData.data.solidView.layout);
|
|
405
|
+
}
|
|
406
|
+
setSolidListViewMetaData(solidListViewInitialMetaData);
|
|
407
|
+
setIsDraftPublishWorkflowEnabled(((_c = (_b = (_a = solidListViewInitialMetaData === null || solidListViewInitialMetaData === void 0 ? void 0 : solidListViewInitialMetaData.data) === null || _a === void 0 ? void 0 : _a.solidView) === null || _b === void 0 ? void 0 : _b.model) === null || _c === void 0 ? void 0 : _c.draftPublishWorkflow) === true);
|
|
408
|
+
}
|
|
409
|
+
}, [solidListViewInitialMetaData]);
|
|
410
|
+
// set layout and actions for create and edit buttons and view modes
|
|
411
|
+
// useEffect(() => {
|
|
412
|
+
// if (solidListViewMetaData) {
|
|
413
|
+
// const listLayoutAttrs = solidListViewMetaData?.data?.solidView?.layout?.attrs;
|
|
414
|
+
// const createActionUrl = listLayoutAttrs?.createAction && listLayoutAttrs?.createAction?.type === "custom" ? listLayoutAttrs?.createAction?.customComponent : "form/new";
|
|
415
|
+
// const editActionUrl = listLayoutAttrs?.editAction && listLayoutAttrs?.editAction?.type === "custom" ? listLayoutAttrs?.editAction?.customComponent : "form";
|
|
416
|
+
// if (listLayoutAttrs?.createAction) {
|
|
417
|
+
// setCreateActionQueryParams({
|
|
418
|
+
// actionName: listLayoutAttrs.createAction.name,
|
|
419
|
+
// actionType: listLayoutAttrs.createAction.type,
|
|
420
|
+
// actionContext: listLayoutAttrs.createAction.context,
|
|
421
|
+
// });
|
|
422
|
+
// }
|
|
423
|
+
// if (listLayoutAttrs?.editAction) {
|
|
424
|
+
// setEditActionQueryParams({
|
|
425
|
+
// actionName: listLayoutAttrs.editAction.name,
|
|
426
|
+
// actionType: listLayoutAttrs.editAction.type,
|
|
427
|
+
// actionContext: listLayoutAttrs.editAction.context,
|
|
428
|
+
// });
|
|
429
|
+
// }
|
|
430
|
+
// const viewModes = listLayoutAttrs?.allowedViews && listLayoutAttrs?.allowedViews.length > 0 && listLayoutAttrs?.allowedViews.map((view: any) => { return { label: capitalize(view), value: view }; });
|
|
431
|
+
// setViewModes(viewModes);
|
|
432
|
+
// if (createActionUrl) {
|
|
433
|
+
// setCreateButtonUrl(createActionUrl);
|
|
434
|
+
// }
|
|
435
|
+
// if (editActionUrl) {
|
|
436
|
+
// setEditButtonUrl(editActionUrl);
|
|
437
|
+
// }
|
|
438
|
+
// }
|
|
439
|
+
// }, [solidListViewMetaData]);
|
|
440
|
+
// set layout and actions for create and edit buttons and view modes
|
|
441
|
+
useEffect(function () {
|
|
442
|
+
var _a, _b, _c, _d;
|
|
443
|
+
if (solidListViewLayout) {
|
|
444
|
+
var listLayoutAttrs = solidListViewLayout.attrs;
|
|
445
|
+
var createActionUrl = (listLayoutAttrs === null || listLayoutAttrs === void 0 ? void 0 : listLayoutAttrs.createAction) && ((_a = listLayoutAttrs === null || listLayoutAttrs === void 0 ? void 0 : listLayoutAttrs.createAction) === null || _a === void 0 ? void 0 : _a.type) === "custom" ? (_b = listLayoutAttrs === null || listLayoutAttrs === void 0 ? void 0 : listLayoutAttrs.createAction) === null || _b === void 0 ? void 0 : _b.customComponent : "form/new";
|
|
446
|
+
var editActionUrl = (listLayoutAttrs === null || listLayoutAttrs === void 0 ? void 0 : listLayoutAttrs.editAction) && ((_c = listLayoutAttrs === null || listLayoutAttrs === void 0 ? void 0 : listLayoutAttrs.editAction) === null || _c === void 0 ? void 0 : _c.type) === "custom" ? (_d = listLayoutAttrs === null || listLayoutAttrs === void 0 ? void 0 : listLayoutAttrs.editAction) === null || _d === void 0 ? void 0 : _d.customComponent : "form";
|
|
447
|
+
if (listLayoutAttrs === null || listLayoutAttrs === void 0 ? void 0 : listLayoutAttrs.createAction) {
|
|
448
|
+
setCreateActionQueryParams({
|
|
449
|
+
actionName: listLayoutAttrs.createAction.name,
|
|
450
|
+
actionType: listLayoutAttrs.createAction.type,
|
|
451
|
+
actionContext: listLayoutAttrs.createAction.context,
|
|
452
|
+
});
|
|
453
|
+
}
|
|
454
|
+
if (listLayoutAttrs === null || listLayoutAttrs === void 0 ? void 0 : listLayoutAttrs.editAction) {
|
|
455
|
+
setEditActionQueryParams({
|
|
456
|
+
actionName: listLayoutAttrs.editAction.name,
|
|
457
|
+
actionType: listLayoutAttrs.editAction.type,
|
|
458
|
+
actionContext: listLayoutAttrs.editAction.context,
|
|
459
|
+
});
|
|
460
|
+
}
|
|
461
|
+
var viewModes_1 = (listLayoutAttrs === null || listLayoutAttrs === void 0 ? void 0 : listLayoutAttrs.allowedViews) && (listLayoutAttrs === null || listLayoutAttrs === void 0 ? void 0 : listLayoutAttrs.allowedViews.length) > 0 && (listLayoutAttrs === null || listLayoutAttrs === void 0 ? void 0 : listLayoutAttrs.allowedViews.map(function (view) { return { label: capitalize(view), value: view }; }));
|
|
462
|
+
setViewModes(viewModes_1);
|
|
463
|
+
if (createActionUrl) {
|
|
464
|
+
setCreateButtonUrl(createActionUrl);
|
|
465
|
+
}
|
|
466
|
+
if (editActionUrl) {
|
|
467
|
+
setEditButtonUrl(editActionUrl);
|
|
468
|
+
}
|
|
469
|
+
}
|
|
470
|
+
}, [solidListViewLayout]);
|
|
471
|
+
// All list view state.
|
|
472
|
+
var _45 = useState([]), listViewData = _45[0], setListViewData = _45[1];
|
|
473
|
+
var _46 = useState(0), first = _46[0], setFirst = _46[1];
|
|
474
|
+
var _47 = useState(((_b = solidListViewLayout === null || solidListViewLayout === void 0 ? void 0 : solidListViewLayout.attrs) === null || _b === void 0 ? void 0 : _b.defaultPageSize) ? (_c = solidListViewLayout === null || solidListViewLayout === void 0 ? void 0 : solidListViewLayout.attrs) === null || _c === void 0 ? void 0 : _c.defaultPageSize : 10), rows = _47[0], setRows = _47[1];
|
|
475
|
+
var _48 = useState(0), totalRecords = _48[0], setTotalRecords = _48[1];
|
|
476
|
+
var _49 = useState("id"), sortField = _49[0], setSortField = _49[1];
|
|
477
|
+
var _50 = useState(-1), sortOrder = _50[0], setSortOrder = _50[1];
|
|
478
|
+
var _51 = useState([]), selectedRecords = _51[0], setSelectedRecords = _51[1];
|
|
479
|
+
var _52 = useState([]), selectedRecoverRecords = _52[0], setSelectedRecoverRecords = _52[1];
|
|
480
|
+
var _53 = useState(true), loading = _53[0], setLoading = _53[1];
|
|
481
|
+
var _54 = useState(false), isDialogVisible = _54[0], setDialogVisible = _54[1];
|
|
482
|
+
var _55 = useState(false), isRecoverDialogVisible = _55[0], setRecoverDialogVisible = _55[1];
|
|
483
|
+
var _56 = useState(), createButtonUrl = _56[0], setCreateButtonUrl = _56[1];
|
|
484
|
+
var _57 = useState(), editButtonUrl = _57[0], setEditButtonUrl = _57[1];
|
|
485
|
+
var _58 = useState({}), createActionQueryParams = _58[0], setCreateActionQueryParams = _58[1];
|
|
486
|
+
var _59 = useState({}), editActionQueryParams = _59[0], setEditActionQueryParams = _59[1];
|
|
487
|
+
var _60 = useState(false), showArchived = _60[0], setShowArchived = _60[1];
|
|
488
|
+
var _61 = useState(false), queryDataLoaded = _61[0], setQueryDataLoaded = _61[1];
|
|
489
|
+
var _62 = useState(null), customFilter = _62[0], setCustomFilter = _62[1];
|
|
490
|
+
var _63 = useState(false), showSaveFilterPopup = _63[0], setShowSaveFilterPopup = _63[1];
|
|
491
|
+
var sizeOptions = [
|
|
492
|
+
{ label: "Compact", value: "small", image: CompactImage },
|
|
493
|
+
{ label: "Cozy", value: "normal", image: CozyImage },
|
|
494
|
+
{ label: "Comfortable", value: "large", image: ComfortableImage },
|
|
495
|
+
];
|
|
496
|
+
// const viewModes = [
|
|
497
|
+
// { label: 'List ', value: 'list', image: ListImage },
|
|
498
|
+
// { label: 'Kanban', value: 'kanban', image: KanbanImage },
|
|
499
|
+
// ]
|
|
500
|
+
var _64 = useState(sizeOptions[1].value), size = _64[0], setSize = _64[1];
|
|
501
|
+
var _65 = useState([]), viewModes = _65[0], setViewModes = _65[1];
|
|
502
|
+
// Custom Row Action
|
|
503
|
+
var _66 = useState(false), listViewRowActionPopupState = _66[0], setListViewRowActionPopupState = _66[1];
|
|
504
|
+
var _67 = useState(), listViewRowActionData = _67[0], setListRowActionData = _67[1];
|
|
505
|
+
var toast = useRef(null);
|
|
506
|
+
// Get the list view data.
|
|
507
|
+
var _68 = useLazyGetSolidEntitiesQuery(), triggerGetSolidEntities = _68[0], _69 = _68[1], solidEntityListViewData = _69.data, isLoading = _69.isLoading, error = _69.error;
|
|
508
|
+
var _70 = useLazyRecoverSolidEntityByIdQuery(), triggerRecoverSolidEntitiesById = _70[0], _71 = _70[1], recoverByIdData = _71.data, recoverByIdIsLoading = _71.isLoading, recoverByIdError = _71.error, recoverByIdIsError = _71.isError, recoverByIdIsSuccess = _71.isSuccess;
|
|
509
|
+
var _72 = useRecoverSolidEntityMutation(), triggerRecoverSolidEntities = _72[0], _73 = _72[1], recoverByData = _73.data, recoverByIsLoading = _73.isLoading, recoverError = _73.error, recoverIsError = _73.isError, recoverByIsSuccess = _73.isSuccess;
|
|
510
|
+
// After data is fetched populate the list view state so as to be able to render the data.
|
|
511
|
+
useEffect(function () {
|
|
512
|
+
if (solidEntityListViewData) {
|
|
513
|
+
setLoading(true);
|
|
514
|
+
var cleanedRecords = solidEntityListViewData.records.map(function (record) {
|
|
515
|
+
var newRecord = __assign({}, record);
|
|
516
|
+
Object.entries(newRecord).forEach(function (_a) {
|
|
517
|
+
var key = _a[0], value = _a[1];
|
|
518
|
+
if (typeof value === "string") {
|
|
519
|
+
try {
|
|
520
|
+
var parsed = JSON.parse(value);
|
|
521
|
+
if (Array.isArray(parsed)) {
|
|
522
|
+
newRecord[key] = parsed.join(", ");
|
|
523
|
+
}
|
|
524
|
+
}
|
|
525
|
+
catch (_b) {
|
|
526
|
+
// If not valid JSON array, optionally strip brackets/quotes
|
|
527
|
+
if (/^\[.*\]$/.test(value)) {
|
|
528
|
+
newRecord[key] = value.replace(/[\[\]"]+/g, "");
|
|
529
|
+
}
|
|
530
|
+
}
|
|
531
|
+
}
|
|
532
|
+
});
|
|
533
|
+
return newRecord;
|
|
534
|
+
});
|
|
535
|
+
setListViewData(cleanedRecords);
|
|
536
|
+
// setListViewData(solidEntityListViewData?.records);
|
|
537
|
+
setTotalRecords(solidEntityListViewData === null || solidEntityListViewData === void 0 ? void 0 : solidEntityListViewData.meta.totalRecords);
|
|
538
|
+
setLoading(false);
|
|
539
|
+
}
|
|
540
|
+
}, [solidEntityListViewData]);
|
|
541
|
+
var _74 = useDeleteSolidEntityMutation(), deleteSolidSingleEntiry = _74[0], isDeleteSolidSingleEntitySuccess = _74[1].isSuccess;
|
|
542
|
+
// Delete mutation
|
|
543
|
+
var _75 = useDeleteMultipleSolidEntitiesMutation(), deleteManySolidEntities = _75[0], _76 = _75[1], isSolidEntitiesDeleted = _76.isLoading, isDeleteSolidEntitiesSucess = _76.isSuccess, isSolidEntitiesDeleteError = _76.isError, SolidEntitiesDeleteError = _76.error, DeletedSolidEntities = _76.data;
|
|
544
|
+
// Fetch data after toPopulate has been populated...
|
|
545
|
+
useEffect(function () {
|
|
546
|
+
var _a, _b, _c;
|
|
547
|
+
console.log("useEffect: [isDeleteSolidEntitiesSucess, isDeleteSolidSingleEntitySuccess, recoverByIdIsSuccess, recoverByIsSuccess, solidListViewMetaData]");
|
|
548
|
+
if (solidListViewMetaData && solidListViewLayout) {
|
|
549
|
+
var queryObject = queryStringToQueryObject();
|
|
550
|
+
if (queryObject) {
|
|
551
|
+
var queryData = {
|
|
552
|
+
offset: queryObject.offset || 0,
|
|
553
|
+
limit: queryObject.limit || 25,
|
|
554
|
+
populate: queryObject.populate,
|
|
555
|
+
populateMedia: queryObject.populateMedia,
|
|
556
|
+
sort: queryObject.sort
|
|
557
|
+
? (_a = queryObject.sort) === null || _a === void 0 ? void 0 : _a.map(function (sortItem) {
|
|
558
|
+
var _a = sortItem.split(":"), field = _a[0], order = _a[1];
|
|
559
|
+
return { field: field, order: order };
|
|
560
|
+
})
|
|
561
|
+
: ["id:desc"],
|
|
562
|
+
filters: queryObject.filters,
|
|
563
|
+
};
|
|
564
|
+
var filters_1 = {
|
|
565
|
+
$and: [],
|
|
566
|
+
};
|
|
567
|
+
if (queryObject.custom_filter_predicate) {
|
|
568
|
+
filters_1.$and.push(queryObject.custom_filter_predicate);
|
|
569
|
+
}
|
|
570
|
+
if (queryObject.search_predicate) {
|
|
571
|
+
filters_1.$and.push(queryObject.search_predicate);
|
|
572
|
+
}
|
|
573
|
+
// if (queryObject.saved_filter_predicate) {
|
|
574
|
+
// filters.$and.push(queryObject.saved_filter_predicate);
|
|
575
|
+
// }
|
|
576
|
+
// if (queryObject.predefined_search_predicate) {
|
|
577
|
+
// filters.$and.push(queryObject.predefined_search_predicate);
|
|
578
|
+
// }
|
|
579
|
+
// if (queryObject.s_filter) {
|
|
580
|
+
// filters.$and.push(queryObject.s_filter);
|
|
581
|
+
// }
|
|
582
|
+
// if (queryObject.c_filter) {
|
|
583
|
+
// filters.$and.push(queryObject.c_filter);
|
|
584
|
+
// }
|
|
585
|
+
setRows(Number(queryData.limit));
|
|
586
|
+
setFirst(Number(queryData === null || queryData === void 0 ? void 0 : queryData.offset));
|
|
587
|
+
setSortField((_b = queryData === null || queryData === void 0 ? void 0 : queryData.sort[0]) === null || _b === void 0 ? void 0 : _b.field);
|
|
588
|
+
setSortOrder((_c = queryData === null || queryData === void 0 ? void 0 : queryData.sort[0]) === null || _c === void 0 ? void 0 : _c.order);
|
|
589
|
+
// latestFiltersRef.current = filters;
|
|
590
|
+
// setFilters(filters);
|
|
591
|
+
var _d = initialFilterMethod(), sortField_1 = _d.sortField, sortOrder_1 = _d.sortOrder, rows_1 = _d.rows, populate = _d.populate, populateMedia = _d.populateMedia;
|
|
592
|
+
setToPopulate(populate);
|
|
593
|
+
setToPopulateMedia(populateMedia);
|
|
594
|
+
setQueryDataLoaded(true);
|
|
595
|
+
}
|
|
596
|
+
else {
|
|
597
|
+
var _e = initialFilterMethod(), sortField_2 = _e.sortField, sortOrder_2 = _e.sortOrder, rows_2 = _e.rows, populate = _e.populate, populateMedia = _e.populateMedia;
|
|
598
|
+
setRows(rows_2);
|
|
599
|
+
setSortField(sortField_2);
|
|
600
|
+
setSortOrder(sortOrder_2);
|
|
601
|
+
setQueryDataLoaded(true);
|
|
602
|
+
setToPopulate(populate);
|
|
603
|
+
setToPopulateMedia(populateMedia);
|
|
604
|
+
setFirst(0);
|
|
605
|
+
}
|
|
606
|
+
setSelectedRecords([]);
|
|
607
|
+
setSelectedRecoverRecords([]);
|
|
608
|
+
}
|
|
609
|
+
}, [
|
|
610
|
+
isDeleteSolidEntitiesSucess,
|
|
611
|
+
isDeleteSolidSingleEntitySuccess,
|
|
612
|
+
recoverByIdIsSuccess,
|
|
613
|
+
recoverByIsSuccess,
|
|
614
|
+
solidListViewMetaData,
|
|
615
|
+
solidListViewLayout
|
|
616
|
+
]);
|
|
617
|
+
useEffect(function () {
|
|
618
|
+
if (solidListViewMetaData && (solidListViewMetaData === null || solidListViewMetaData === void 0 ? void 0 : solidListViewMetaData.data) && !loading) {
|
|
619
|
+
var handleDynamicFunction = function () { return __awaiter(void 0, void 0, void 0, function () {
|
|
620
|
+
var dynamicHeader, dynamicExtensionFunction, listViewRecords, listLayout, event, updatedListData;
|
|
621
|
+
var _a, _b, _c, _d, _e, _f, _g;
|
|
622
|
+
return __generator(this, function (_h) {
|
|
623
|
+
switch (_h.label) {
|
|
624
|
+
case 0:
|
|
625
|
+
dynamicHeader = (_c = (_b = (_a = solidListViewMetaData === null || solidListViewMetaData === void 0 ? void 0 : solidListViewMetaData.data) === null || _a === void 0 ? void 0 : _a.solidView) === null || _b === void 0 ? void 0 : _b.layout) === null || _c === void 0 ? void 0 : _c.onListLoad;
|
|
626
|
+
dynamicExtensionFunction = null;
|
|
627
|
+
listViewRecords = listViewData;
|
|
628
|
+
listLayout = (_e = (_d = solidListViewMetaData === null || solidListViewMetaData === void 0 ? void 0 : solidListViewMetaData.data) === null || _d === void 0 ? void 0 : _d.solidView) === null || _e === void 0 ? void 0 : _e.layout;
|
|
629
|
+
if (params.customLayout) {
|
|
630
|
+
listLayout = params.customLayout;
|
|
631
|
+
}
|
|
632
|
+
event = {
|
|
633
|
+
fieldsMetadata: (_f = solidListViewMetaData === null || solidListViewMetaData === void 0 ? void 0 : solidListViewMetaData.data) === null || _f === void 0 ? void 0 : _f.solidFieldsMetadata,
|
|
634
|
+
listData: listViewData,
|
|
635
|
+
totalRecords: totalRecords,
|
|
636
|
+
type: "onListLoad",
|
|
637
|
+
viewMetadata: (_g = solidListViewMetaData === null || solidListViewMetaData === void 0 ? void 0 : solidListViewMetaData.data) === null || _g === void 0 ? void 0 : _g.solidView,
|
|
638
|
+
listViewLayout: listLayout,
|
|
639
|
+
queryParams: {
|
|
640
|
+
menuItemId: menuItemId,
|
|
641
|
+
menuItemName: menuItemName,
|
|
642
|
+
actionId: actionId,
|
|
643
|
+
actionName: actionName,
|
|
644
|
+
},
|
|
645
|
+
user: user,
|
|
646
|
+
session: session.data,
|
|
647
|
+
params: params
|
|
648
|
+
};
|
|
649
|
+
if (!dynamicHeader) return [3 /*break*/, 3];
|
|
650
|
+
dynamicExtensionFunction = getExtensionFunction(dynamicHeader);
|
|
651
|
+
if (!dynamicExtensionFunction) return [3 /*break*/, 2];
|
|
652
|
+
return [4 /*yield*/, dynamicExtensionFunction(event)];
|
|
653
|
+
case 1:
|
|
654
|
+
updatedListData = _h.sent();
|
|
655
|
+
if (updatedListData && (updatedListData === null || updatedListData === void 0 ? void 0 : updatedListData.dataChanged) && (updatedListData === null || updatedListData === void 0 ? void 0 : updatedListData.newListData)) {
|
|
656
|
+
listViewRecords = updatedListData.newListData;
|
|
657
|
+
}
|
|
658
|
+
if (updatedListData && (updatedListData === null || updatedListData === void 0 ? void 0 : updatedListData.layoutChanged) && (updatedListData === null || updatedListData === void 0 ? void 0 : updatedListData.newLayout)) {
|
|
659
|
+
listLayout = updatedListData.newLayout;
|
|
660
|
+
}
|
|
661
|
+
_h.label = 2;
|
|
662
|
+
case 2:
|
|
663
|
+
if (listViewRecords) {
|
|
664
|
+
setListViewData(listViewRecords);
|
|
665
|
+
}
|
|
666
|
+
if (listLayout) {
|
|
667
|
+
setSolidListViewLayout(listLayout);
|
|
668
|
+
}
|
|
669
|
+
_h.label = 3;
|
|
670
|
+
case 3: return [2 /*return*/];
|
|
671
|
+
}
|
|
672
|
+
});
|
|
673
|
+
}); };
|
|
674
|
+
handleDynamicFunction();
|
|
675
|
+
}
|
|
676
|
+
}, [solidListViewMetaData, loading]);
|
|
677
|
+
// Create a ref that always has the latest filters
|
|
678
|
+
var latestFiltersRef = useRef(filters);
|
|
679
|
+
var latestCustomFilterRef = useRef(customFilter);
|
|
680
|
+
// Keep refs in sync
|
|
681
|
+
useEffect(function () {
|
|
682
|
+
latestFiltersRef.current = filters;
|
|
683
|
+
}, [filters]);
|
|
684
|
+
useEffect(function () {
|
|
685
|
+
latestCustomFilterRef.current = customFilter;
|
|
686
|
+
}, [customFilter]);
|
|
687
|
+
useEffect(function () {
|
|
688
|
+
console.log("useEffect: [first- ".concat(first, ", rows- ").concat(rows, ", sortField- ").concat(sortField, ", sortOrder- ").concat(sortOrder, ", showArchived- ").concat(showArchived, ", toPopulate- ").concat(toPopulate, ", toPopulateMedia- ").concat(toPopulateMedia, ", queryDataLoaded- ").concat(queryDataLoaded, "]"));
|
|
689
|
+
if (queryDataLoaded && filters) {
|
|
690
|
+
setQueryString();
|
|
691
|
+
}
|
|
692
|
+
}, [
|
|
693
|
+
first,
|
|
694
|
+
rows,
|
|
695
|
+
sortField,
|
|
696
|
+
sortOrder,
|
|
697
|
+
filters,
|
|
698
|
+
showArchived,
|
|
699
|
+
toPopulate,
|
|
700
|
+
toPopulateMedia,
|
|
701
|
+
queryDataLoaded
|
|
702
|
+
]);
|
|
703
|
+
// Handle pagination event.
|
|
704
|
+
var onPageChange = function (event) {
|
|
705
|
+
setFirst(event.first);
|
|
706
|
+
setRows(event.rows);
|
|
707
|
+
};
|
|
708
|
+
// Handle sort event.
|
|
709
|
+
var onSort = function (event) {
|
|
710
|
+
var sortField = event.sortField, sortOrder = event.sortOrder;
|
|
711
|
+
var validSortOrder = sortOrder === 1 || sortOrder === -1 ? sortOrder : 0;
|
|
712
|
+
setSortField(sortField);
|
|
713
|
+
setSortOrder(validSortOrder);
|
|
714
|
+
setFirst(0);
|
|
715
|
+
};
|
|
716
|
+
// handle change in the records which are currently selected...
|
|
717
|
+
var onSelectionChange = function (event) {
|
|
718
|
+
var value = event.value;
|
|
719
|
+
var activeRecords = value.filter(function (record) { return record.deletedAt === null; });
|
|
720
|
+
var deletedRecords = value.filter(function (record) { return record.deletedAt !== null; });
|
|
721
|
+
setSelectedRecords(activeRecords);
|
|
722
|
+
setSelectedRecoverRecords(deletedRecords);
|
|
723
|
+
};
|
|
724
|
+
var setQueryString = function () { return __awaiter(void 0, void 0, void 0, function () {
|
|
725
|
+
var solidFieldsMetadata, queryData, sortFieldMetadata, dynamicHeader, dynamicExtensionFunction, event, updatedListData, err_1, queryString, url, urlData;
|
|
726
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
|
727
|
+
return __generator(this, function (_k) {
|
|
728
|
+
switch (_k.label) {
|
|
729
|
+
case 0:
|
|
730
|
+
solidFieldsMetadata = (_a = solidListViewMetaData === null || solidListViewMetaData === void 0 ? void 0 : solidListViewMetaData.data) === null || _a === void 0 ? void 0 : _a.solidFieldsMetadata;
|
|
731
|
+
queryData = {
|
|
732
|
+
offset: first,
|
|
733
|
+
limit: rows,
|
|
734
|
+
filters: (_b = latestFiltersRef.current) !== null && _b !== void 0 ? _b : latestFiltersRef.current,
|
|
735
|
+
populate: toPopulate,
|
|
736
|
+
populateMedia: toPopulateMedia,
|
|
737
|
+
locale: localeName ? localeName : "en",
|
|
738
|
+
};
|
|
739
|
+
if (sortField && solidFieldsMetadata && solidFieldsMetadata[sortField]) {
|
|
740
|
+
sortFieldMetadata = solidFieldsMetadata[sortField];
|
|
741
|
+
if ((sortFieldMetadata === null || sortFieldMetadata === void 0 ? void 0 : sortFieldMetadata.type) === "relation" &&
|
|
742
|
+
(sortFieldMetadata === null || sortFieldMetadata === void 0 ? void 0 : sortFieldMetadata.relationType) === "many-to-one") {
|
|
743
|
+
sortField = "".concat(sortField, ".").concat((_d = (_c = sortFieldMetadata === null || sortFieldMetadata === void 0 ? void 0 : sortFieldMetadata.relationModel) === null || _c === void 0 ? void 0 : _c.userKeyField) === null || _d === void 0 ? void 0 : _d.name);
|
|
744
|
+
}
|
|
745
|
+
queryData.sort = [
|
|
746
|
+
"".concat(sortField, ":").concat(sortOrder == 0 ? null : sortOrder == 1 ? "asc" : "desc"),
|
|
747
|
+
];
|
|
748
|
+
}
|
|
749
|
+
else {
|
|
750
|
+
queryData.sort = ["id:desc"];
|
|
751
|
+
}
|
|
752
|
+
if (showArchived) {
|
|
753
|
+
queryData.showSoftDeleted = "inclusive";
|
|
754
|
+
}
|
|
755
|
+
dynamicHeader = (_g = (_f = (_e = solidListViewMetaData === null || solidListViewMetaData === void 0 ? void 0 : solidListViewMetaData.data) === null || _e === void 0 ? void 0 : _e.solidView) === null || _f === void 0 ? void 0 : _f.layout) === null || _g === void 0 ? void 0 : _g.onBeforeListDataLoad;
|
|
756
|
+
dynamicExtensionFunction = null;
|
|
757
|
+
event = {
|
|
758
|
+
type: "onBeforeListDataLoad",
|
|
759
|
+
fieldsMetadata: (_h = solidListViewMetaData === null || solidListViewMetaData === void 0 ? void 0 : solidListViewMetaData.data) === null || _h === void 0 ? void 0 : _h.solidFieldsMetadata,
|
|
760
|
+
viewMetadata: (_j = solidListViewMetaData === null || solidListViewMetaData === void 0 ? void 0 : solidListViewMetaData.data) === null || _j === void 0 ? void 0 : _j.solidView,
|
|
761
|
+
listViewLayout: solidListViewMetaData === null || solidListViewMetaData === void 0 ? void 0 : solidListViewMetaData.data.solidView.layout,
|
|
762
|
+
filter: structuredClone(queryData),
|
|
763
|
+
queryParams: {
|
|
764
|
+
menuItemId: menuItemId,
|
|
765
|
+
menuItemName: menuItemName,
|
|
766
|
+
actionId: actionId,
|
|
767
|
+
actionName: actionName,
|
|
768
|
+
},
|
|
769
|
+
user: user,
|
|
770
|
+
session: session.data,
|
|
771
|
+
params: params
|
|
772
|
+
};
|
|
773
|
+
if (!dynamicHeader) return [3 /*break*/, 4];
|
|
774
|
+
dynamicExtensionFunction = getExtensionFunction(dynamicHeader);
|
|
775
|
+
if (!dynamicExtensionFunction) return [3 /*break*/, 4];
|
|
776
|
+
_k.label = 1;
|
|
777
|
+
case 1:
|
|
778
|
+
_k.trys.push([1, 3, , 4]);
|
|
779
|
+
return [4 /*yield*/, dynamicExtensionFunction(event)];
|
|
780
|
+
case 2:
|
|
781
|
+
updatedListData = _k.sent();
|
|
782
|
+
if (updatedListData && (updatedListData === null || updatedListData === void 0 ? void 0 : updatedListData.filterApplied) && (updatedListData === null || updatedListData === void 0 ? void 0 : updatedListData.newFilter)) {
|
|
783
|
+
queryData = updatedListData === null || updatedListData === void 0 ? void 0 : updatedListData.newFilter;
|
|
784
|
+
}
|
|
785
|
+
return [3 /*break*/, 4];
|
|
786
|
+
case 3:
|
|
787
|
+
err_1 = _k.sent();
|
|
788
|
+
console.error("Error executing onBeforeListDataLoad extension:", err_1);
|
|
789
|
+
return [3 /*break*/, 4];
|
|
790
|
+
case 4:
|
|
791
|
+
queryString = qs.stringify(queryData, { encodeValuesOnly: true });
|
|
792
|
+
if (latestCustomFilterRef.current) {
|
|
793
|
+
url = void 0;
|
|
794
|
+
urlData = structuredClone(queryData);
|
|
795
|
+
delete urlData.filters;
|
|
796
|
+
urlData.custom_filter_predicate = latestCustomFilterRef.current.custom_filter_predicate || null;
|
|
797
|
+
urlData.search_predicate = latestCustomFilterRef.current.search_predicate || null;
|
|
798
|
+
queryObjectToQueryString(urlData);
|
|
799
|
+
}
|
|
800
|
+
triggerGetSolidEntities(queryString);
|
|
801
|
+
return [2 /*return*/];
|
|
802
|
+
}
|
|
803
|
+
});
|
|
804
|
+
}); };
|
|
805
|
+
// handle filter...
|
|
806
|
+
var handleApplyCustomFilter = function (transformedFilter) {
|
|
807
|
+
var queryfilter = params.customFilter || {
|
|
808
|
+
$and: [],
|
|
809
|
+
};
|
|
810
|
+
// custom_filter_predicate
|
|
811
|
+
// search_predicate
|
|
812
|
+
// saved_filter_predicate
|
|
813
|
+
// predefined_search_predicate
|
|
814
|
+
if (transformedFilter.custom_filter_predicate) {
|
|
815
|
+
queryfilter.$and.push(transformedFilter.custom_filter_predicate);
|
|
816
|
+
}
|
|
817
|
+
if (transformedFilter.search_predicate) {
|
|
818
|
+
queryfilter.$and.push(transformedFilter.search_predicate);
|
|
819
|
+
}
|
|
820
|
+
if (transformedFilter.saved_filter_predicate) {
|
|
821
|
+
queryfilter.$and.push(transformedFilter.saved_filter_predicate);
|
|
822
|
+
}
|
|
823
|
+
if (transformedFilter.predefined_search_predicate) {
|
|
824
|
+
queryfilter.$and.push(transformedFilter.predefined_search_predicate);
|
|
825
|
+
}
|
|
826
|
+
var customFilter = transformedFilter;
|
|
827
|
+
var updatedFilter = __assign(__assign({}, (filters || {})), (queryfilter || {}));
|
|
828
|
+
// Update refs IMMEDIATELY (synchronously)
|
|
829
|
+
latestFiltersRef.current = updatedFilter;
|
|
830
|
+
latestCustomFilterRef.current = transformedFilter;
|
|
831
|
+
// Then update state
|
|
832
|
+
setFilters(updatedFilter);
|
|
833
|
+
setCustomFilter(transformedFilter);
|
|
834
|
+
// Force synchronous state updates
|
|
835
|
+
};
|
|
836
|
+
// clear Filter
|
|
837
|
+
var clearFilter = function () {
|
|
838
|
+
if (solidListViewMetaData) {
|
|
839
|
+
var _a = initialFilterMethod(), sortField_3 = _a.sortField, sortOrder_3 = _a.sortOrder, rows_3 = _a.rows, populate = _a.populate, populateMedia = _a.populateMedia;
|
|
840
|
+
setRows(rows_3);
|
|
841
|
+
setSortField(sortField_3);
|
|
842
|
+
setSortOrder(sortOrder_3);
|
|
843
|
+
setToPopulate(populate);
|
|
844
|
+
setToPopulateMedia(populateMedia);
|
|
845
|
+
}
|
|
846
|
+
latestFiltersRef.current = {
|
|
847
|
+
$and: []
|
|
848
|
+
};
|
|
849
|
+
setFilters({
|
|
850
|
+
$and: []
|
|
851
|
+
});
|
|
852
|
+
solidGlobalSearchElementRef.current.clearFilter();
|
|
853
|
+
};
|
|
854
|
+
var _77 = useState(), selectedSolidViewData = _77[0], setSelectedSolidViewData = _77[1];
|
|
855
|
+
var selectedDataRef = useRef();
|
|
856
|
+
var op = useRef(null);
|
|
857
|
+
var _78 = useState(false), deleteEntity = _78[0], setDeleteEntity = _78[1];
|
|
858
|
+
// clickable link allowing one to open the detail / form view.
|
|
859
|
+
var detailsBodyTemplate = function (solidViewData) {
|
|
860
|
+
return (_jsx("div", { children: _jsx(Button, { type: "button", text: true, size: "small", className: "", onClick: function (e) {
|
|
861
|
+
e.stopPropagation();
|
|
862
|
+
selectedDataRef.current = solidViewData;
|
|
863
|
+
setSelectedSolidViewData(solidViewData);
|
|
864
|
+
op.current.toggle(e);
|
|
865
|
+
}, children: _jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: "3", height: "10", viewBox: "0 0 4 16", fill: "none", children: _jsx("path", { d: "M4 14C4 14.55 3.80417 15.0208 3.4125 15.4125C3.02083 15.8042 2.55 16 2 16C1.45 16 0.979167 15.8042 0.5875 15.4125C0.195833 15.0208 0 14.55 0 14C0 13.45 0.195833 12.9792 0.5875 12.5875C0.979167 12.1958 1.45 12 2 12C2.55 12 3.02083 12.1958 3.4125 12.5875C3.80417 12.9792 4 13.45 4 14ZM4 8C4 8.55 3.80417 9.02083 3.4125 9.4125C3.02083 9.80417 2.55 10 2 10C1.45 10 0.979167 9.80417 0.5875 9.4125C0.195833 9.02083 0 8.55 0 8C0 7.45 0.195833 6.97917 0.5875 6.5875C0.979167 6.19583 1.45 6 2 6C2.55 6 3.02083 6.19583 3.4125 6.5875C3.80417 6.97917 4 7.45 4 8ZM4 2C4 2.55 3.80417 3.02083 3.4125 3.4125C3.02083 3.80417 2.55 4 2 4C1.45 4 0.979167 3.80417 0.5875 3.4125C0.195833 3.02083 0 2.55 0 2C0 1.45 0.195833 0.979166 0.5875 0.5875C0.979167 0.195833 1.45 0 2 0C2.55 0 3.02083 0.195833 3.4125 0.5875C3.80417 0.979166 4 1.45 4 2Z", fill: "#666666" }) }) }) })
|
|
866
|
+
// <a onClick={() => {
|
|
867
|
+
// if (params.embeded == true) {
|
|
868
|
+
// params.handlePopUpOpen(solidViewData.id);
|
|
869
|
+
// } else {
|
|
870
|
+
// router.push(`${editButtonUrl}/${solidViewData.id}`)
|
|
871
|
+
// }
|
|
872
|
+
// }} rel="noopener noreferrer" className="text-sm font-bold p-0" style={{ color: "#12415D" }}>
|
|
873
|
+
// <i className="pi pi-pencil" style={{ fontSize: "1rem" }}></i>
|
|
874
|
+
// </a>
|
|
875
|
+
);
|
|
876
|
+
};
|
|
877
|
+
// Recover functions
|
|
878
|
+
var recoverById = function (id) {
|
|
879
|
+
triggerRecoverSolidEntitiesById(id);
|
|
880
|
+
};
|
|
881
|
+
var recoverAll = function () {
|
|
882
|
+
var recoverList = [];
|
|
883
|
+
selectedRecoverRecords.forEach(function (element) {
|
|
884
|
+
recoverList.push(element.id);
|
|
885
|
+
});
|
|
886
|
+
triggerRecoverSolidEntities(recoverList);
|
|
887
|
+
setRecoverDialogVisible(false);
|
|
888
|
+
};
|
|
889
|
+
useEffect(function () {
|
|
890
|
+
var _a;
|
|
891
|
+
if (recoverByIdIsSuccess && recoverByIdData) {
|
|
892
|
+
(_a = toast.current) === null || _a === void 0 ? void 0 : _a.show({
|
|
893
|
+
severity: "success",
|
|
894
|
+
summary: "Success",
|
|
895
|
+
detail: recoverByIdData.data.message,
|
|
896
|
+
life: 3000,
|
|
897
|
+
});
|
|
898
|
+
return;
|
|
899
|
+
}
|
|
900
|
+
if (recoverByIdIsError && recoverByIdError) {
|
|
901
|
+
showError(recoverByIdError);
|
|
902
|
+
return;
|
|
903
|
+
}
|
|
904
|
+
if (recoverIsError && recoverError) {
|
|
905
|
+
showError(recoverError);
|
|
906
|
+
}
|
|
907
|
+
}, [recoverByIdIsSuccess, recoverByIdData, recoverByIdIsError, recoverByIdError, recoverIsError, recoverError]);
|
|
908
|
+
var showError = function (error) { return __awaiter(void 0, void 0, void 0, function () {
|
|
909
|
+
var errorMessages, messages;
|
|
910
|
+
var _a, _b;
|
|
911
|
+
return __generator(this, function (_c) {
|
|
912
|
+
errorMessages = (_a = error === null || error === void 0 ? void 0 : error.data) === null || _a === void 0 ? void 0 : _a.message;
|
|
913
|
+
messages = Array.isArray(errorMessages)
|
|
914
|
+
? errorMessages
|
|
915
|
+
: errorMessages
|
|
916
|
+
? [errorMessages]
|
|
917
|
+
: [];
|
|
918
|
+
if (messages.length > 0) {
|
|
919
|
+
(_b = toast === null || toast === void 0 ? void 0 : toast.current) === null || _b === void 0 ? void 0 : _b.show({
|
|
920
|
+
severity: "error",
|
|
921
|
+
summary: ERROR_MESSAGES.SEND_REPORT,
|
|
922
|
+
sticky: true,
|
|
923
|
+
//@ts-ignore
|
|
924
|
+
content: function (props) { return (_jsx("div", { className: "flex flex-column align-items-left", style: { flex: "1" }, children: messages.map(function (m, index) { return (_jsx("div", { className: "flex align-items-center gap-2", children: _jsx("span", { className: "font-bold text-900", children: String(m) }) }, index)); }) })); },
|
|
925
|
+
});
|
|
926
|
+
}
|
|
927
|
+
return [2 /*return*/];
|
|
928
|
+
});
|
|
929
|
+
}); };
|
|
930
|
+
var showFieldError = function (error) { return __awaiter(void 0, void 0, void 0, function () {
|
|
931
|
+
var _a;
|
|
932
|
+
return __generator(this, function (_b) {
|
|
933
|
+
if (error) {
|
|
934
|
+
(_a = toast === null || toast === void 0 ? void 0 : toast.current) === null || _a === void 0 ? void 0 : _a.show({
|
|
935
|
+
severity: "error",
|
|
936
|
+
summary: ERROR_MESSAGES.SEND_REPORT,
|
|
937
|
+
// sticky: true,
|
|
938
|
+
life: 3000,
|
|
939
|
+
//@ts-ignore
|
|
940
|
+
content: function (props) { return (_jsx("div", { className: "flex flex-column align-items-left", style: { flex: "1" }, children: _jsx("div", { className: "flex align-items-center gap-2", children: _jsx("span", { className: "font-bold text-900", children: String(error) }) }) })); },
|
|
941
|
+
});
|
|
942
|
+
}
|
|
943
|
+
return [2 /*return*/];
|
|
944
|
+
});
|
|
945
|
+
}); };
|
|
946
|
+
// handle bulk deletion
|
|
947
|
+
var deleteBulk = function () {
|
|
948
|
+
var deleteList = [];
|
|
949
|
+
selectedRecords.forEach(function (element) {
|
|
950
|
+
deleteList.push(element.id);
|
|
951
|
+
});
|
|
952
|
+
deleteManySolidEntities(deleteList)
|
|
953
|
+
.unwrap()
|
|
954
|
+
.then(function () {
|
|
955
|
+
var _a;
|
|
956
|
+
(_a = toast.current) === null || _a === void 0 ? void 0 : _a.show({
|
|
957
|
+
severity: 'success',
|
|
958
|
+
summary: 'Deleted',
|
|
959
|
+
detail: ERROR_MESSAGES.RECORD_DELETE,
|
|
960
|
+
life: 3000
|
|
961
|
+
});
|
|
962
|
+
setDialogVisible(false);
|
|
963
|
+
})
|
|
964
|
+
.catch(function (error) {
|
|
965
|
+
var _a, _b;
|
|
966
|
+
(_a = toast.current) === null || _a === void 0 ? void 0 : _a.show({
|
|
967
|
+
severity: 'error',
|
|
968
|
+
summary: 'Delete Failed',
|
|
969
|
+
detail: (_b = error === null || error === void 0 ? void 0 : error.data) === null || _b === void 0 ? void 0 : _b.message,
|
|
970
|
+
life: 4000
|
|
971
|
+
});
|
|
972
|
+
});
|
|
973
|
+
};
|
|
974
|
+
// handle closing of the delete dialog...
|
|
975
|
+
var onDeleteClose = function () {
|
|
976
|
+
setDialogVisible(false);
|
|
977
|
+
setSelectedRecords([]);
|
|
978
|
+
setSelectedRecoverRecords([]);
|
|
979
|
+
};
|
|
980
|
+
var _79 = useState(false), openLightbox = _79[0], setOpenLightbox = _79[1];
|
|
981
|
+
var _80 = useState({}), lightboxUrls = _80[0], setLightboxUrls = _80[1];
|
|
982
|
+
var _81 = useState(false), showGlobalSearchElement = _81[0], setShowGlobalSearchElement = _81[1];
|
|
983
|
+
// Render columns dynamically based on metadata
|
|
984
|
+
var renderColumnsDynamically = function (solidListViewMetaData, solidListViewLayout) {
|
|
985
|
+
var _a;
|
|
986
|
+
if (!solidListViewMetaData) {
|
|
987
|
+
return;
|
|
988
|
+
}
|
|
989
|
+
if (!solidListViewMetaData.data) {
|
|
990
|
+
return;
|
|
991
|
+
}
|
|
992
|
+
var solidView = solidListViewMetaData.data.solidView;
|
|
993
|
+
var solidFieldsMetadata = solidListViewMetaData.data.solidFieldsMetadata;
|
|
994
|
+
if (!solidView || !solidFieldsMetadata) {
|
|
995
|
+
return;
|
|
996
|
+
}
|
|
997
|
+
var currentLayout = solidListViewLayout;
|
|
998
|
+
return (_a = currentLayout.children) === null || _a === void 0 ? void 0 : _a.map(function (column) {
|
|
999
|
+
var _a;
|
|
1000
|
+
var fieldMetadata = solidFieldsMetadata[column.attrs.name];
|
|
1001
|
+
if (!fieldMetadata) {
|
|
1002
|
+
return;
|
|
1003
|
+
}
|
|
1004
|
+
var visibleToRole = ((_a = column === null || column === void 0 ? void 0 : column.attrs) === null || _a === void 0 ? void 0 : _a.roles) || [];
|
|
1005
|
+
if (visibleToRole.length > 0) {
|
|
1006
|
+
if (hasAnyRole(user === null || user === void 0 ? void 0 : user.roles, visibleToRole)) {
|
|
1007
|
+
return SolidListViewColumn({
|
|
1008
|
+
solidListViewMetaData: solidListViewMetaData,
|
|
1009
|
+
fieldMetadata: fieldMetadata,
|
|
1010
|
+
column: column,
|
|
1011
|
+
setLightboxUrls: setLightboxUrls,
|
|
1012
|
+
setOpenLightbox: setOpenLightbox,
|
|
1013
|
+
});
|
|
1014
|
+
}
|
|
1015
|
+
else {
|
|
1016
|
+
return null;
|
|
1017
|
+
}
|
|
1018
|
+
}
|
|
1019
|
+
else {
|
|
1020
|
+
return SolidListViewColumn({
|
|
1021
|
+
solidListViewMetaData: solidListViewMetaData,
|
|
1022
|
+
fieldMetadata: fieldMetadata,
|
|
1023
|
+
column: column,
|
|
1024
|
+
setLightboxUrls: setLightboxUrls,
|
|
1025
|
+
setOpenLightbox: setOpenLightbox,
|
|
1026
|
+
});
|
|
1027
|
+
}
|
|
1028
|
+
});
|
|
1029
|
+
};
|
|
1030
|
+
//Note - Custom Row Action Popup
|
|
1031
|
+
var closeListViewRowActionPopup = function () {
|
|
1032
|
+
setListViewRowActionPopupState(false);
|
|
1033
|
+
};
|
|
1034
|
+
// if (loading || isLoading) {
|
|
1035
|
+
// return <SolidListViewShimmerLoading />;
|
|
1036
|
+
// }
|
|
1037
|
+
var viewMode = searchParams.get("viewMode");
|
|
1038
|
+
// if (
|
|
1039
|
+
// (loading || isLoading) && params.embeded == false && viewMode !== "view"
|
|
1040
|
+
// ) {
|
|
1041
|
+
// return <SolidListViewShimmerLoading />;
|
|
1042
|
+
// }
|
|
1043
|
+
var isListViewEmptyWithoutFilters = !loading &&
|
|
1044
|
+
(!filters || Object.keys(filters).length === 0) &&
|
|
1045
|
+
listViewData.length === 0;
|
|
1046
|
+
// if (isListViewEmptyWithoutFilters) {
|
|
1047
|
+
// return (
|
|
1048
|
+
// <SolidEmptyListViewPlaceholder
|
|
1049
|
+
// createButtonUrl={createButtonUrl}
|
|
1050
|
+
// actionsAllowed={actionsAllowed}
|
|
1051
|
+
// params={params}
|
|
1052
|
+
// solidListViewMetaData={solidListViewMetaData}
|
|
1053
|
+
// />
|
|
1054
|
+
// );
|
|
1055
|
+
// }
|
|
1056
|
+
var handleFetchUpdatedRecords = function () {
|
|
1057
|
+
setQueryString();
|
|
1058
|
+
};
|
|
1059
|
+
var handleOpenSolidXAIPanel = function () {
|
|
1060
|
+
setIsOpenSolidXAiPanel(true);
|
|
1061
|
+
localStorage.setItem("l_solidxai_open", "true");
|
|
1062
|
+
};
|
|
1063
|
+
var handleCloseSolidXAIPanel = function () {
|
|
1064
|
+
setIsOpenSolidXAiPanel(false);
|
|
1065
|
+
localStorage.setItem("l_solidxai_open", "false");
|
|
1066
|
+
};
|
|
1067
|
+
var handleDeleteEntity = function () { return __awaiter(void 0, void 0, void 0, function () {
|
|
1068
|
+
var response, error_2;
|
|
1069
|
+
var _a, _b, _c, _d, _e, _f;
|
|
1070
|
+
return __generator(this, function (_g) {
|
|
1071
|
+
switch (_g.label) {
|
|
1072
|
+
case 0:
|
|
1073
|
+
_g.trys.push([0, 2, , 3]);
|
|
1074
|
+
if (!(selectedSolidViewData === null || selectedSolidViewData === void 0 ? void 0 : selectedSolidViewData.id)) {
|
|
1075
|
+
throw new Error(ERROR_MESSAGES.NO_ENTITY_SELECTED);
|
|
1076
|
+
}
|
|
1077
|
+
return [4 /*yield*/, deleteSolidSingleEntiry(selectedSolidViewData.id)];
|
|
1078
|
+
case 1:
|
|
1079
|
+
response = _g.sent();
|
|
1080
|
+
if (((_a = response === null || response === void 0 ? void 0 : response.data) === null || _a === void 0 ? void 0 : _a.statusCode) === 200) {
|
|
1081
|
+
setDeleteEntity(false);
|
|
1082
|
+
(_b = toast.current) === null || _b === void 0 ? void 0 : _b.show(__assign({ severity: "success", summary: ERROR_MESSAGES.DELETED, detail: ERROR_MESSAGES.ENTITY_DELETE }, (severity === "error"
|
|
1083
|
+
? { sticky: true } // stays until user closes
|
|
1084
|
+
: { life: 3000 })));
|
|
1085
|
+
}
|
|
1086
|
+
else {
|
|
1087
|
+
(_c = toast.current) === null || _c === void 0 ? void 0 : _c.show(__assign({ severity: "error", summary: ERROR_MESSAGES.DELETE_FAIELD, detail: (_e = (_d = response === null || response === void 0 ? void 0 : response.error) === null || _d === void 0 ? void 0 : _d.data) === null || _e === void 0 ? void 0 : _e.error }, (severity === "error"
|
|
1088
|
+
? { sticky: true } // stays until user closes
|
|
1089
|
+
: { life: 3000 })));
|
|
1090
|
+
}
|
|
1091
|
+
return [3 /*break*/, 3];
|
|
1092
|
+
case 2:
|
|
1093
|
+
error_2 = _g.sent();
|
|
1094
|
+
(_f = toast.current) === null || _f === void 0 ? void 0 : _f.show(__assign({ severity: "error", summary: ERROR_MESSAGES.DELETE_FAIELD, detail: ERROR_MESSAGES.SOMETHING_WRONG }, (severity === "error"
|
|
1095
|
+
? { sticky: true } // stays until user closes
|
|
1096
|
+
: { life: 3000 })));
|
|
1097
|
+
return [3 /*break*/, 3];
|
|
1098
|
+
case 3: return [2 /*return*/];
|
|
1099
|
+
}
|
|
1100
|
+
});
|
|
1101
|
+
}); };
|
|
1102
|
+
var isVideoOrAudio = function (url) {
|
|
1103
|
+
var _a;
|
|
1104
|
+
// Remove query params if present
|
|
1105
|
+
var cleanUrl = url.split("?")[0];
|
|
1106
|
+
var ext = (_a = cleanUrl.split(".").pop()) === null || _a === void 0 ? void 0 : _a.toLowerCase();
|
|
1107
|
+
var mediaExt = ["mp4", "webm", "ogg", "mov", "mp3", "wav", "m4a", "aac"];
|
|
1108
|
+
return ext ? mediaExt.includes(ext) : false;
|
|
1109
|
+
};
|
|
1110
|
+
var controlsList = ["nodownload", "nofullscreen", "noremoteplayback"];
|
|
1111
|
+
var slides = Array.isArray(lightboxUrls)
|
|
1112
|
+
? lightboxUrls.map(function (item) {
|
|
1113
|
+
var url = (item === null || item === void 0 ? void 0 : item.src) || (item === null || item === void 0 ? void 0 : item.downloadUrl) || "";
|
|
1114
|
+
if (isVideoOrAudio(url)) {
|
|
1115
|
+
return {
|
|
1116
|
+
type: "video",
|
|
1117
|
+
sources: [{ src: url, type: "video/mp4" }],
|
|
1118
|
+
};
|
|
1119
|
+
}
|
|
1120
|
+
return { src: url };
|
|
1121
|
+
})
|
|
1122
|
+
: [];
|
|
1123
|
+
var hasMedia = slides.some(function (s) { return s.type === "video"; });
|
|
1124
|
+
var hasEditInContextMenu = actionsAllowed.includes("".concat(permissionExpression(params.modelName, 'update'))) &&
|
|
1125
|
+
((_d = solidListViewLayout === null || solidListViewLayout === void 0 ? void 0 : solidListViewLayout.attrs) === null || _d === void 0 ? void 0 : _d.edit) !== false &&
|
|
1126
|
+
((_e = solidListViewLayout === null || solidListViewLayout === void 0 ? void 0 : solidListViewLayout.attrs) === null || _e === void 0 ? void 0 : _e.showDefaultEditButton) !== false &&
|
|
1127
|
+
((_f = solidListViewLayout === null || solidListViewLayout === void 0 ? void 0 : solidListViewLayout.attrs) === null || _f === void 0 ? void 0 : _f.showRowEditInContextMenu) !== false &&
|
|
1128
|
+
!(isDraftPublishWorkflowEnabled && ((_g = selectedDataRef.current) === null || _g === void 0 ? void 0 : _g.publishedAt));
|
|
1129
|
+
var hasDeleteInContextMenu = actionsAllowed.includes("".concat(permissionExpression(params.modelName, 'delete'))) &&
|
|
1130
|
+
((_h = solidListViewLayout === null || solidListViewLayout === void 0 ? void 0 : solidListViewLayout.attrs) === null || _h === void 0 ? void 0 : _h.delete) !== false &&
|
|
1131
|
+
((_j = solidListViewLayout === null || solidListViewLayout === void 0 ? void 0 : solidListViewLayout.attrs) === null || _j === void 0 ? void 0 : _j.showRowDeleteInContextMenu) !== false &&
|
|
1132
|
+
!(isDraftPublishWorkflowEnabled && ((_k = selectedDataRef.current) === null || _k === void 0 ? void 0 : _k.publishedAt));
|
|
1133
|
+
var hasCustomContextMenuButtons = (_m = (_l = solidListViewLayout === null || solidListViewLayout === void 0 ? void 0 : solidListViewLayout.attrs) === null || _l === void 0 ? void 0 : _l.rowButtons) === null || _m === void 0 ? void 0 : _m.some(function (rb) { var _a; return ((_a = rb === null || rb === void 0 ? void 0 : rb.attrs) === null || _a === void 0 ? void 0 : _a.actionInContextMenu) === true; });
|
|
1134
|
+
var hasAnyContextMenuActions = hasEditInContextMenu || hasDeleteInContextMenu || hasCustomContextMenuButtons;
|
|
1135
|
+
var toggleBothSidebars = function () {
|
|
1136
|
+
if (visibleNavbar) {
|
|
1137
|
+
dispatch(toggleNavbar()); // close both
|
|
1138
|
+
}
|
|
1139
|
+
else {
|
|
1140
|
+
dispatch(showNavbar()); // open both
|
|
1141
|
+
}
|
|
1142
|
+
};
|
|
1143
|
+
return (_jsxs("div", { className: "page-parent-wrapper flex", children: [_jsxs("div", { className: "h-full flex-grow-1 ".concat(styles.ListContentWrapper), children: [solidListViewInitialMetaData && queryDataLoaded &&
|
|
1144
|
+
_jsxs("div", { className: "page-header flex-column lg:flex-row", children: [_jsx(Toast, { ref: toast }), _jsxs("div", { className: "flex justify-content-between w-full", children: [_jsxs("div", { className: "flex gap-3 align-items-center w-full ", children: [_jsxs("div", { className: 'flex align-items-center gap-2', children: [params.embeded !== true &&
|
|
1145
|
+
_jsx("div", { className: "apps-icon block md:hidden cursor-pointer", onClick: toggleBothSidebars, children: _jsx("i", { className: "pi pi-th-large" }) }), _jsx("p", { className: "m-0 view-title solid-text-wrapper", children: ((_q = (_p = (_o = solidListViewMetaData === null || solidListViewMetaData === void 0 ? void 0 : solidListViewMetaData.data) === null || _o === void 0 ? void 0 : _o.solidView) === null || _p === void 0 ? void 0 : _p.action) === null || _q === void 0 ? void 0 : _q.displayName) || ((_s = (_r = solidListViewMetaData === null || solidListViewMetaData === void 0 ? void 0 : solidListViewMetaData.data) === null || _r === void 0 ? void 0 : _r.solidView) === null || _s === void 0 ? void 0 : _s.displayName) })] }), ((_t = solidListViewLayout === null || solidListViewLayout === void 0 ? void 0 : solidListViewLayout.attrs) === null || _t === void 0 ? void 0 : _t.enableGlobalSearch) === true &&
|
|
1146
|
+
params.embeded === false && (_jsx("div", { className: "hidden lg:flex", children: _jsx(SolidGlobalSearchElement, { showSaveFilterPopup: showSaveFilterPopup, setShowSaveFilterPopup: setShowSaveFilterPopup, filters: filters, clearFilter: clearFilter, ref: solidGlobalSearchElementRef, viewData: solidListViewMetaData, handleApplyCustomFilter: handleApplyCustomFilter }) }))] }), _jsxs("div", { className: "flex align-items-center solid-header-buttons-wrapper", children: [((_u = solidListViewLayout === null || solidListViewLayout === void 0 ? void 0 : solidListViewLayout.attrs) === null || _u === void 0 ? void 0 : _u.enableGlobalSearch) === true &&
|
|
1147
|
+
params.embeded === false && (_jsx("div", { className: "flex lg:hidden", children: _jsx(Button, { type: "button", size: "small", icon: "pi pi-search", severity: "secondary", outlined: true, className: "solid-icon-button", onClick: function () { return setShowGlobalSearchElement(!showGlobalSearchElement); } }) })), _jsx("div", { className: "hidden lg:flex align-items-center solid-header-buttons-wrapper", children: (_x = (_w = (_v = solidListViewLayout === null || solidListViewLayout === void 0 ? void 0 : solidListViewLayout.attrs) === null || _v === void 0 ? void 0 : _v.headerButtons) === null || _w === void 0 ? void 0 : _w.filter(function (rb) { return rb.attrs.actionInContextMenu != true; })) === null || _x === void 0 ? void 0 : _x.map(function (button, index) { return (_jsx(SolidListViewHeaderButton, { button: button, params: params, solidListViewMetaData: solidListViewMetaData, handleCustomButtonClick: handleCustomButtonClick, selectedRecords: selectedRecords, filters: filters }, index)); }) }), actionsAllowed.includes("".concat(permissionExpression(params.modelName, 'create'))) &&
|
|
1148
|
+
((_y = solidListViewLayout === null || solidListViewLayout === void 0 ? void 0 : solidListViewLayout.attrs) === null || _y === void 0 ? void 0 : _y.create) !== false &&
|
|
1149
|
+
params.embeded !== true &&
|
|
1150
|
+
((_1 = (_0 = (_z = solidListViewMetaData === null || solidListViewMetaData === void 0 ? void 0 : solidListViewMetaData.data) === null || _z === void 0 ? void 0 : _z.solidView) === null || _0 === void 0 ? void 0 : _0.layout) === null || _1 === void 0 ? void 0 : _1.attrs.showDefaultAddButton) !== false && (_jsx(SolidCreateButton, { createButtonUrl: createButtonUrl, createActionQueryParams: createActionQueryParams, solidListViewLayout: solidListViewLayout, responsiveIconOnly: true })), actionsAllowed.includes("".concat(permissionExpression(params.modelName, 'create'))) &&
|
|
1151
|
+
((_2 = solidListViewLayout === null || solidListViewLayout === void 0 ? void 0 : solidListViewLayout.attrs) === null || _2 === void 0 ? void 0 : _2.create) !== false &&
|
|
1152
|
+
params.embeded == true &&
|
|
1153
|
+
params.inlineCreate == true &&
|
|
1154
|
+
searchParams.get("viewMode") !== "view" && (_jsx(Button, { type: "button", icon: ((_3 = solidListViewLayout === null || solidListViewLayout === void 0 ? void 0 : solidListViewLayout.attrs) === null || _3 === void 0 ? void 0 : _3.addButtonIcon) ? (_4 = solidListViewLayout === null || solidListViewLayout === void 0 ? void 0 : solidListViewLayout.attrs) === null || _4 === void 0 ? void 0 : _4.addButtonIcon : "pi pi-plus", label: ((_5 = solidListViewLayout === null || solidListViewLayout === void 0 ? void 0 : solidListViewLayout.attrs) === null || _5 === void 0 ? void 0 : _5.addButtonTitle) ? (_6 = solidListViewLayout === null || solidListViewLayout === void 0 ? void 0 : solidListViewLayout.attrs) === null || _6 === void 0 ? void 0 : _6.addButtonTitle : "Add", className: "".concat((_7 = solidListViewLayout === null || solidListViewLayout === void 0 ? void 0 : solidListViewLayout.attrs) === null || _7 === void 0 ? void 0 : _7.addButtonClassName), size: "small", onClick: function () { return params.handlePopUpOpen("new"); } })), params.embeded !== true && (_jsx(Button, { type: "button", size: "small", icon: "pi pi-refresh", severity: "secondary", className: "solid-icon-button ", outlined: true, onClick: function () {
|
|
1155
|
+
setQueryString();
|
|
1156
|
+
} })), showArchived && (_jsx(Button, { type: "button", icon: "pi pi-refresh", label: "Recover", size: "small", severity: "secondary", className: "hidden lg:flex solid-icon-button ", onClick: function () { return setRecoverDialogVisible(true); } })), params.embeded === false &&
|
|
1157
|
+
((_8 = solidListViewLayout === null || solidListViewLayout === void 0 ? void 0 : solidListViewLayout.attrs) === null || _8 === void 0 ? void 0 : _8.configureView) !== false && (_jsx(SolidListViewConfigure, { listViewMetaData: solidListViewMetaData, solidListViewLayout: solidListViewLayout, setShowArchived: setShowArchived, showArchived: showArchived, viewData: solidListViewMetaData, sizeOptions: sizeOptions, setSize: setSize, size: size, viewModes: viewModes, params: params, actionsAllowed: actionsAllowed, selectedRecords: selectedRecords, setDialogVisible: setDialogVisible, setShowSaveFilterPopup: setShowSaveFilterPopup, filters: filters, handleFetchUpdatedRecords: handleFetchUpdatedRecords, setRecoverDialogVisible: setRecoverDialogVisible }))] })] }), ((_9 = solidListViewLayout === null || solidListViewLayout === void 0 ? void 0 : solidListViewLayout.attrs) === null || _9 === void 0 ? void 0 : _9.enableGlobalSearch) === true && showGlobalSearchElement &&
|
|
1158
|
+
params.embeded === false && (_jsx("div", { className: "flex lg:hidden", children: _jsx(SolidGlobalSearchElement, { showSaveFilterPopup: showSaveFilterPopup, setShowSaveFilterPopup: setShowSaveFilterPopup, filters: filters, clearFilter: clearFilter, ref: solidGlobalSearchElementRef, viewData: solidListViewMetaData, handleApplyCustomFilter: handleApplyCustomFilter }) }))] }), (loading || isLoading) && params.embeded == false && viewMode !== "view" ?
|
|
1159
|
+
_jsx(SolidListViewShimmerLoading, {})
|
|
1160
|
+
:
|
|
1161
|
+
_jsx(_Fragment, { children: isListViewEmptyWithoutFilters ? (_jsx(SolidEmptyListViewPlaceholder, { createButtonUrl: createButtonUrl, createActionQueryParams: createActionQueryParams, actionsAllowed: actionsAllowed, params: params, solidListViewMetaData: solidListViewMetaData })) : (_jsx("div", { className: "solid-datatable-wrapper flex-1 min-h-0 overflow-auto", children: _jsxs(DataTable, { value: listViewData, rowClassName: function (rowData) {
|
|
1162
|
+
return rowData.deletedAt ? "greyed-out-row" : "";
|
|
1163
|
+
}, showGridlines: false, lazy: true, scrollable: true,
|
|
1164
|
+
// scrollHeight="90vh"
|
|
1165
|
+
size: size, resizableColumns: true, columnResizeMode: "expand", paginator: true, rows: rows, rowsPerPageOptions: (_10 = solidListViewLayout === null || solidListViewLayout === void 0 ? void 0 : solidListViewLayout.attrs) === null || _10 === void 0 ? void 0 : _10.pageSizeOptions, dataKey: "id", emptyMessage: ((_13 = (_12 = (_11 = solidListViewMetaData === null || solidListViewMetaData === void 0 ? void 0 : solidListViewMetaData.data) === null || _11 === void 0 ? void 0 : _11.solidView) === null || _12 === void 0 ? void 0 : _12.model) === null || _13 === void 0 ? void 0 : _13.description) ||
|
|
1166
|
+
"No Entities found", filterDisplay: "menu", totalRecords: totalRecords, first: first, onPage: onPageChange, onSort: function (e) { return onSort(e); }, sortField: sortField, sortOrder: sortOrder === 1 || sortOrder === -1 ? sortOrder : 0, loading: false,
|
|
1167
|
+
// loading={loading || isLoading}
|
|
1168
|
+
// loadingIcon="pi pi-spinner"
|
|
1169
|
+
selection: params.embeded === true
|
|
1170
|
+
? null
|
|
1171
|
+
: __spreadArray(__spreadArray([], selectedRecords, true), selectedRecoverRecords, true), onSelectionChange: params.embeded === true ? undefined : onSelectionChange, selectionMode: params.embeded === true ? null : "checkbox", removableSort: true, filterIcon: _jsx(FilterIcon, {}), tableClassName: "solid-data-table", paginatorClassName: "solid-paginator", paginatorTemplate: "RowsPerPageDropdown CurrentPageReport PrevPageLink NextPageLink", currentPageReportTemplate: "{first} - {last} of {totalRecords}", onRowClick: function (e) {
|
|
1172
|
+
var _a, _b;
|
|
1173
|
+
var rowData = e.data;
|
|
1174
|
+
if (((_a = solidListViewLayout === null || solidListViewLayout === void 0 ? void 0 : solidListViewLayout.attrs) === null || _a === void 0 ? void 0 : _a.disableRowClick) === true)
|
|
1175
|
+
return;
|
|
1176
|
+
var hasFindPermission = actionsAllowed.includes(permissionExpression(params.modelName, 'findOne'));
|
|
1177
|
+
var hasUpdatePermission = actionsAllowed.includes(permissionExpression(params.modelName, 'update')) &&
|
|
1178
|
+
((_b = solidListViewLayout === null || solidListViewLayout === void 0 ? void 0 : solidListViewLayout.attrs) === null || _b === void 0 ? void 0 : _b.edit) !== false;
|
|
1179
|
+
if (!(hasFindPermission || hasUpdatePermission))
|
|
1180
|
+
return;
|
|
1181
|
+
if (params.embeded === true) {
|
|
1182
|
+
params.handlePopUpOpen(rowData === null || rowData === void 0 ? void 0 : rowData.id);
|
|
1183
|
+
}
|
|
1184
|
+
else {
|
|
1185
|
+
if (typeof window !== "undefined") {
|
|
1186
|
+
// store a simple marker for the caller
|
|
1187
|
+
// also store the full current URL so Back can restore exact state (including action params)
|
|
1188
|
+
try {
|
|
1189
|
+
sessionStorage.setItem("fromView", "list");
|
|
1190
|
+
sessionStorage.setItem("fromViewUrl", window.location.pathname + window.location.search);
|
|
1191
|
+
}
|
|
1192
|
+
catch (e) {
|
|
1193
|
+
// ignore storage errors
|
|
1194
|
+
}
|
|
1195
|
+
}
|
|
1196
|
+
router.push("".concat(editBaseUrl, "/").concat(rowData === null || rowData === void 0 ? void 0 : rowData.id, "?viewMode=view&").concat(new URLSearchParams(editActionQueryParams).toString()));
|
|
1197
|
+
}
|
|
1198
|
+
}, children: [params.embeded === true ? null : (_jsx(Column, { selectionMode: "multiple", headerStyle: { width: "3em" } })), solidListViewMetaData && solidListViewLayout && renderColumnsDynamically(solidListViewMetaData, solidListViewLayout), ((_14 = solidListViewLayout === null || solidListViewLayout === void 0 ? void 0 : solidListViewLayout.attrs) === null || _14 === void 0 ? void 0 : _14.rowButtons) &&
|
|
1199
|
+
((_15 = solidListViewLayout === null || solidListViewLayout === void 0 ? void 0 : solidListViewLayout.attrs) === null || _15 === void 0 ? void 0 : _15.rowButtons.filter(function (rb) {
|
|
1200
|
+
var _a, _b;
|
|
1201
|
+
var roles = ((_a = rb === null || rb === void 0 ? void 0 : rb.attrs) === null || _a === void 0 ? void 0 : _a.roles) || [];
|
|
1202
|
+
var isInContextMenu = rb.attrs.actionInContextMenu === true;
|
|
1203
|
+
// Only check hasAnyRole if roles are provided
|
|
1204
|
+
var isAllowed = roles.length === 0 ||
|
|
1205
|
+
hasAnyRole(user === null || user === void 0 ? void 0 : user.roles, roles);
|
|
1206
|
+
var isVisible = ((_b = rb === null || rb === void 0 ? void 0 : rb.attrs) === null || _b === void 0 ? void 0 : _b.visible) !== false;
|
|
1207
|
+
return !isInContextMenu && isAllowed && isVisible;
|
|
1208
|
+
}).map(function (button, index) {
|
|
1209
|
+
return (_jsx(Column, { header: button.attrs.label, body: function (rowData) {
|
|
1210
|
+
var _a, _b, _c, _d;
|
|
1211
|
+
return (_jsx(Button, { type: "button", icon: ((_a = button === null || button === void 0 ? void 0 : button.attrs) === null || _a === void 0 ? void 0 : _a.icon)
|
|
1212
|
+
? (_b = button === null || button === void 0 ? void 0 : button.attrs) === null || _b === void 0 ? void 0 : _b.icon
|
|
1213
|
+
: "pi pi-pencil", className: "w-full text-left gap-2 ".concat(((_c = button === null || button === void 0 ? void 0 : button.attrs) === null || _c === void 0 ? void 0 : _c.className)
|
|
1214
|
+
? (_d = button === null || button === void 0 ? void 0 : button.attrs) === null || _d === void 0 ? void 0 : _d.className
|
|
1215
|
+
: ""), label: button.attrs.showLabel !== false
|
|
1216
|
+
? button.attrs.label
|
|
1217
|
+
: "", size: "small", iconPos: "left", onClick: function () {
|
|
1218
|
+
var event = {
|
|
1219
|
+
params: params,
|
|
1220
|
+
rowData: rowData,
|
|
1221
|
+
solidListViewMetaData: solidListViewMetaData === null || solidListViewMetaData === void 0 ? void 0 : solidListViewMetaData.data,
|
|
1222
|
+
};
|
|
1223
|
+
handleCustomButtonClick(button.attrs, event);
|
|
1224
|
+
} }));
|
|
1225
|
+
} }, index));
|
|
1226
|
+
})), actionsAllowed.includes("".concat(permissionExpression(params.modelName, 'update'))) &&
|
|
1227
|
+
((_16 = solidListViewLayout === null || solidListViewLayout === void 0 ? void 0 : solidListViewLayout.attrs) === null || _16 === void 0 ? void 0 : _16.edit) !== false &&
|
|
1228
|
+
((_17 = solidListViewLayout === null || solidListViewLayout === void 0 ? void 0 : solidListViewLayout.attrs) === null || _17 === void 0 ? void 0 : _17.showRowEditInContextMenu) ===
|
|
1229
|
+
false && (_jsx(Column, { header: "Edit", body: function (rowData) {
|
|
1230
|
+
var shouldHideEditOrDeleteButton = isDraftPublishWorkflowEnabled && (rowData === null || rowData === void 0 ? void 0 : rowData.publishedAt);
|
|
1231
|
+
return (_jsx(_Fragment, { children: !shouldHideEditOrDeleteButton && (_jsx(Button, { text: true, type: "button", severity: "secondary", className: "", label: "", size: "small", iconPos: "left", icon: "pi pi-pencil", onClick: function () {
|
|
1232
|
+
if (params.embeded == true) {
|
|
1233
|
+
params.handlePopUpOpen(rowData === null || rowData === void 0 ? void 0 : rowData.id);
|
|
1234
|
+
}
|
|
1235
|
+
else {
|
|
1236
|
+
if (typeof window !== "undefined") {
|
|
1237
|
+
try {
|
|
1238
|
+
sessionStorage.setItem("fromView", "list");
|
|
1239
|
+
sessionStorage.setItem("fromViewUrl", window.location.pathname + window.location.search);
|
|
1240
|
+
}
|
|
1241
|
+
catch (e) { }
|
|
1242
|
+
}
|
|
1243
|
+
router.push("".concat(editBaseUrl, "/").concat(rowData === null || rowData === void 0 ? void 0 : rowData.id, "?viewMode=edit&").concat(new URLSearchParams(editActionQueryParams).toString()));
|
|
1244
|
+
}
|
|
1245
|
+
} })) }));
|
|
1246
|
+
} })), actionsAllowed.includes("".concat(permissionExpression(params.modelName, 'delete'))) &&
|
|
1247
|
+
((_18 = solidListViewLayout === null || solidListViewLayout === void 0 ? void 0 : solidListViewLayout.attrs) === null || _18 === void 0 ? void 0 : _18.delete) !== false &&
|
|
1248
|
+
((_19 = solidListViewLayout === null || solidListViewLayout === void 0 ? void 0 : solidListViewLayout.attrs) === null || _19 === void 0 ? void 0 : _19.showRowDeleteInContextMenu) ===
|
|
1249
|
+
false && (_jsx(Column, { header: "Delete", body: function (rowData) {
|
|
1250
|
+
var shouldHideEditOrDeleteButton = isDraftPublishWorkflowEnabled && (rowData === null || rowData === void 0 ? void 0 : rowData.publishedAt);
|
|
1251
|
+
return (_jsx(_Fragment, { children: !shouldHideEditOrDeleteButton && (_jsx(Button, { text: true, type: "button", className: "", size: "small", iconPos: "left", severity: "danger", icon: "pi pi-trash", onClick: function () {
|
|
1252
|
+
setSelectedSolidViewData(rowData);
|
|
1253
|
+
setDeleteEntity(true);
|
|
1254
|
+
} })) }));
|
|
1255
|
+
} })), hasAnyContextMenuActions && (_jsx(Column, { frozen: true, alignFrozen: "right", body: function (rowData) {
|
|
1256
|
+
var _a, _b, _c;
|
|
1257
|
+
return (rowData === null || rowData === void 0 ? void 0 : rowData.deletedAt) ? (_jsx("a", { onClick: function (event) {
|
|
1258
|
+
event.stopPropagation();
|
|
1259
|
+
recoverById(rowData.id);
|
|
1260
|
+
}, className: "retrieve-button", children: _jsx("i", { className: "pi pi-refresh", style: { fontSize: "1rem" } }) })) : (_jsx(_Fragment, { children: ((_a = solidListViewLayout === null || solidListViewLayout === void 0 ? void 0 : solidListViewLayout.attrs) === null || _a === void 0 ? void 0 : _a.showRowContextMenu) !==
|
|
1261
|
+
false && (_jsxs(_Fragment, { children: [detailsBodyTemplate(rowData), _jsx(OverlayPanel, { ref: op, className: "solid-custom-overlay", style: { top: 10, minWidth: 120 }, children: _jsxs("div", { className: "flex flex-column gap-1 p-1", children: [hasEditInContextMenu && (_jsx(Button, { type: "button", className: "w-full text-left gap-1", label: "Edit", size: "small", iconPos: "left", icon: "pi pi-pencil", onClick: function () {
|
|
1262
|
+
var _a, _b;
|
|
1263
|
+
if (params.embeded == true) {
|
|
1264
|
+
params.handlePopUpOpen((_a = selectedDataRef.current) === null || _a === void 0 ? void 0 : _a.id);
|
|
1265
|
+
}
|
|
1266
|
+
else {
|
|
1267
|
+
try {
|
|
1268
|
+
sessionStorage.setItem("fromView", "list");
|
|
1269
|
+
sessionStorage.setItem("fromViewUrl", window.location.pathname + window.location.search);
|
|
1270
|
+
}
|
|
1271
|
+
catch (e) { }
|
|
1272
|
+
router.push("".concat(editBaseUrl, "/").concat((_b = selectedDataRef.current) === null || _b === void 0 ? void 0 : _b.id, "?viewMode=edit&").concat(new URLSearchParams(editActionQueryParams).toString()));
|
|
1273
|
+
}
|
|
1274
|
+
} })), hasDeleteInContextMenu && (_jsx(Button, { text: true, type: "button", className: "w-full text-left gap-1", label: "Delete", size: "small", iconPos: "left", severity: "danger", icon: "pi pi-trash", onClick: function () { return setDeleteEntity(true); } })), hasCustomContextMenuButtons && ((_c = (_b = solidListViewLayout === null || solidListViewLayout === void 0 ? void 0 : solidListViewLayout.attrs) === null || _b === void 0 ? void 0 : _b.rowButtons) === null || _c === void 0 ? void 0 : _c.filter(function (rb) {
|
|
1275
|
+
var _a, _b;
|
|
1276
|
+
return ((_a = rb === null || rb === void 0 ? void 0 : rb.attrs) === null || _a === void 0 ? void 0 : _a.actionInContextMenu) === true &&
|
|
1277
|
+
((_b = rb === null || rb === void 0 ? void 0 : rb.attrs) === null || _b === void 0 ? void 0 : _b.visible) !== false;
|
|
1278
|
+
}).map(function (button, index) {
|
|
1279
|
+
var _a;
|
|
1280
|
+
return (_jsx(SolidListViewRowButtonContextMenu, { button: button, params: params, getSelectedSolidViewData: function () { return selectedDataRef.current; },
|
|
1281
|
+
// selectedSolidViewData={selectedSolidViewData}
|
|
1282
|
+
solidListViewMetaData: solidListViewMetaData, handleCustomButtonClick: handleCustomButtonClick }, "".concat(index, "-").concat(((_a = selectedDataRef === null || selectedDataRef === void 0 ? void 0 : selectedDataRef.current) === null || _a === void 0 ? void 0 : _a.id) || '')));
|
|
1283
|
+
}))] }) })] })) }));
|
|
1284
|
+
} }))] }) })) })] }), mcpUrl &&
|
|
1285
|
+
params.embeded !== true && (_jsxs("div", { className: "chatter-section ".concat(isOpenSolidXAiPanel === false ? "collapsed" : "open"), style: { width: chatterWidth }, children: [isOpenSolidXAiPanel && (_jsx("div", { style: {
|
|
1286
|
+
width: 5,
|
|
1287
|
+
cursor: "col-resize",
|
|
1288
|
+
position: "absolute",
|
|
1289
|
+
left: 0,
|
|
1290
|
+
top: 0,
|
|
1291
|
+
bottom: 0,
|
|
1292
|
+
height: "100%",
|
|
1293
|
+
zIndex: 9,
|
|
1294
|
+
}, onMouseDown: function () { return setIsResizing(true); } })), isOpenSolidXAiPanel && (_jsx(Button, { icon: "pi pi-angle-double-right", size: "small", text: true, className: "chatter-collapse-btn", style: { width: 30, height: 30, aspectRatio: "1/1" }, onClick: handleCloseSolidXAIPanel })), isOpenSolidXAiPanel === false ? (_jsxs("div", { className: "flex flex-column gap-2 justify-content-center p-2", children: [_jsx("div", { className: "chatter-collapsed-content", onClick: handleOpenSolidXAIPanel, children: _jsxs("div", { className: "flex gap-2", children: [" ", _jsx(SolidXAIIcon, {}), " SolidX AI", " "] }) }), _jsx(Button, { icon: "pi pi-chevron-left", size: "small", className: "px-0", style: { width: 30 }, onClick: handleOpenSolidXAIPanel })] })) : (_jsx(SolidAiMainWrapper, { mcpUrl: mcpUrl }))] })), _jsxs(Dialog, { visible: isDialogVisible, header: "Confirm Delete", onHide: function () { return setDialogVisible(false); }, headerClassName: "py-2", contentClassName: "px-0 pb-0",
|
|
1295
|
+
// style={{ width: '20vw' }}
|
|
1296
|
+
breakpoints: { '1199px': '30rem', '550px': '85vw' }, children: [_jsx(Divider, { className: "m-0" }), _jsxs("div", { className: "p-4", children: [_jsx("p", { className: "m-0 solid-primary-title", style: { fontSize: 16 }, children: "Are you sure you want to delete the selected records?" }), _jsxs("div", { className: "flex align-items-center gap-2 mt-3", children: [_jsx(Button, { label: "Delete", severity: "danger", size: "small", onClick: handleDeleteEntity, autoFocus: true, onClick: deleteBulk }), _jsx(Button, { label: "Cancel", size: "small", onClick: onDeleteClose, outlined: true, className: 'bg-primary-reverse' })] })] })] }), _jsx(Dialog, { visible: isRecoverDialogVisible, header: "Confirm Recover", modal: true, className: "solid-confirm-dialog", footer: function () { return (_jsxs("div", { className: "flex justify-content-center", children: [_jsx(Button, { label: "Yes", icon: "pi pi-check", severity: "danger", autoFocus: true, onClick: recoverAll }), _jsx(Button, { label: "No", icon: "pi pi-times", onClick: function () { return setRecoverDialogVisible(false); } })] })); }, onHide: function () { return setRecoverDialogVisible(false); }, children: _jsx("p", { children: "Are you sure you want to recover all records?" }) }), listViewRowActionData && (_jsx(Dialog, { visible: listViewRowActionPopupState, modal: true, onHide: closeListViewRowActionPopup, children: _jsx(ListViewRowActionPopup, { context: listViewRowActionData }) })), _jsxs(Dialog, { header: "Delete ".concat(((_22 = (_21 = (_20 = solidListViewMetaData === null || solidListViewMetaData === void 0 ? void 0 : solidListViewMetaData.data) === null || _20 === void 0 ? void 0 : _20.solidView) === null || _21 === void 0 ? void 0 : _21.model) === null || _22 === void 0 ? void 0 : _22.displayName)
|
|
1297
|
+
? (_25 = (_24 = (_23 = solidListViewMetaData === null || solidListViewMetaData === void 0 ? void 0 : solidListViewMetaData.data) === null || _23 === void 0 ? void 0 : _23.solidView) === null || _24 === void 0 ? void 0 : _24.model) === null || _25 === void 0 ? void 0 : _25.displayName
|
|
1298
|
+
: params === null || params === void 0 ? void 0 : params.modelName), headerClassName: "py-2", contentClassName: "px-0 pb-0", visible: deleteEntity, style: { width: "20vw" }, onHide: function () {
|
|
1299
|
+
if (!deleteEntity)
|
|
1300
|
+
return;
|
|
1301
|
+
setDeleteEntity(false);
|
|
1302
|
+
}, className: "solid-confirm-dialog", children: [_jsx(Divider, { className: "m-0" }), _jsxs("div", { className: "p-4", children: [_jsx("p", { className: "m-0 solid-primary-title", style: { fontSize: 16 }, children: "Are you sure you want to delete this ".concat(((_28 = (_27 = (_26 = solidListViewMetaData === null || solidListViewMetaData === void 0 ? void 0 : solidListViewMetaData.data) === null || _26 === void 0 ? void 0 : _26.solidView) === null || _27 === void 0 ? void 0 : _27.model) === null || _28 === void 0 ? void 0 : _28.displayName)
|
|
1303
|
+
? (_31 = (_30 = (_29 = solidListViewMetaData === null || solidListViewMetaData === void 0 ? void 0 : solidListViewMetaData.data) === null || _29 === void 0 ? void 0 : _29.solidView) === null || _30 === void 0 ? void 0 : _30.model) === null || _31 === void 0 ? void 0 : _31.displayName
|
|
1304
|
+
: params === null || params === void 0 ? void 0 : params.modelName, "?") }), _jsxs("div", { className: "flex align-items-center gap-2 mt-3", children: [_jsx(Button, { label: "Delete", severity: "danger", size: "small", onClick: handleDeleteEntity }), _jsx(Button, { label: "Cancel", size: "small", onClick: function () { return setDeleteEntity(false); }, outlined: true, className: 'bg-primary-reverse' })] })] })] }), openLightbox && (_jsx(Lightbox, __assign({ open: openLightbox, plugins: hasMedia
|
|
1305
|
+
? [Counter, Download, Video] // add Video plugin if needed
|
|
1306
|
+
: [Counter, Download], close: function () { return setOpenLightbox(false); }, slides: __spreadArray([], slides, true) }, (hasMedia && {
|
|
1307
|
+
video: {
|
|
1308
|
+
controls: true,
|
|
1309
|
+
playsInline: true,
|
|
1310
|
+
autoPlay: false,
|
|
1311
|
+
loop: false,
|
|
1312
|
+
muted: false,
|
|
1313
|
+
disablePictureInPicture: false,
|
|
1314
|
+
disableRemotePlayback: false,
|
|
1315
|
+
controlsList: controlsList.join(" "),
|
|
1316
|
+
crossOrigin: "anonymous",
|
|
1317
|
+
preload: "auto",
|
|
1318
|
+
},
|
|
1319
|
+
}))))] }));
|
|
1320
|
+
};
|
|
1321
|
+
//# sourceMappingURL=SolidListView.js.map
|