@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,39 @@
|
|
|
1
|
+
// export enum RuleMatchMode {
|
|
2
|
+
// EQUALS = '$equals',
|
|
3
|
+
// NOT_EQUALS = '$notEquals',
|
|
4
|
+
// CONTAINS = '$contains',
|
|
5
|
+
// NOT_CONTAINS = '$notContains',
|
|
6
|
+
// STARTS_WITH = '$startsWith',
|
|
7
|
+
// ENDS_WITH = '$endsWith',
|
|
8
|
+
// IN = '$in',
|
|
9
|
+
// NOT_IN = '$notIn',
|
|
10
|
+
// BETWEEN = '$between',
|
|
11
|
+
// LT = '$lt',
|
|
12
|
+
// LTE = '$lte',
|
|
13
|
+
// GT = '$gt',
|
|
14
|
+
// GTE = '$gte'
|
|
15
|
+
// }
|
|
16
|
+
|
|
17
|
+
export const getNumberOfInputs = (matchMode: any): number | null => {
|
|
18
|
+
|
|
19
|
+
switch (matchMode) {
|
|
20
|
+
case '$between':
|
|
21
|
+
return 2;
|
|
22
|
+
case '$in':
|
|
23
|
+
case '$notIn':
|
|
24
|
+
return null;
|
|
25
|
+
case '$startsWith':
|
|
26
|
+
case '$contains':
|
|
27
|
+
case '$notContains':
|
|
28
|
+
case '$endsWith':
|
|
29
|
+
case '$equals':
|
|
30
|
+
case '$notEquals':
|
|
31
|
+
case '$lt':
|
|
32
|
+
case '$lte':
|
|
33
|
+
case '$gt':
|
|
34
|
+
case '$gte':
|
|
35
|
+
return 1;
|
|
36
|
+
default:
|
|
37
|
+
return 1; // Default to single input if no specific match is found
|
|
38
|
+
}
|
|
39
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"StatusIcon.d.ts","sourceRoot":"","sources":["../../../../../../src/components/core/extension/solid-core/CustomIcon/StatusIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,2BAA2B,CAAC;AAEnC,UAAU,eAAe;IACvB,WAAW,EAAE,OAAO,CAAC;CACtB;AAED,eAAO,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CAShD,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import 'primeicons/primeicons.css';
|
|
3
|
+
export var StatusIcon = function (_a) {
|
|
4
|
+
var isPublished = _a.isPublished;
|
|
5
|
+
return (_jsx("span", { className: "status-icon ".concat(isPublished ? 'success' : 'danger'), title: isPublished ? 'Published' : 'Not Published', children: _jsx("i", { className: "pi ".concat(isPublished ? 'pi-check' : 'pi-times') }) }));
|
|
6
|
+
};
|
|
7
|
+
//# sourceMappingURL=StatusIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"StatusIcon.js","sourceRoot":"","sources":["../../../../../../src/components/core/extension/solid-core/CustomIcon/StatusIcon.tsx"],"names":[],"mappings":";AACA,OAAO,2BAA2B,CAAC;AAMnC,MAAM,CAAC,IAAM,UAAU,GAA8B,UAAC,EAAe;QAAb,WAAW,iBAAA;IACjE,OAAO,CACL,eACE,SAAS,EAAE,sBAAe,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,QAAQ,CAAE,EAC9D,KAAK,EAAE,WAAW,CAAC,CAAC,CAAC,WAAW,CAAC,CAAC,CAAC,eAAe,YAElD,YAAG,SAAS,EAAE,aAAM,WAAW,CAAC,CAAC,CAAC,UAAU,CAAC,CAAC,CAAC,UAAU,CAAE,GAAI,GAC1D,CACR,CAAC;AACJ,CAAC,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import 'primeicons/primeicons.css';
|
|
3
|
+
|
|
4
|
+
interface StatusIconProps {
|
|
5
|
+
isPublished: boolean;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
export const StatusIcon: React.FC<StatusIconProps> = ({ isPublished }) => {
|
|
9
|
+
return (
|
|
10
|
+
<span
|
|
11
|
+
className={`status-icon ${isPublished ? 'success' : 'danger'}`}
|
|
12
|
+
title={isPublished ? 'Published' : 'Not Published'}
|
|
13
|
+
>
|
|
14
|
+
<i className={`pi ${isPublished ? 'pi-check' : 'pi-times'}`} />
|
|
15
|
+
</span>
|
|
16
|
+
);
|
|
17
|
+
};
|
package/dist/components/core/extension/solid-core/dashboardQuestion/ChartFormPreviewWidget.d.ts
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { SolidFormWidgetProps } from "../../../../../types";
|
|
2
|
+
declare const ChartFormPreviewWidget: ({ formData, field, fieldsMetadata, viewMetadata, formViewData }: SolidFormWidgetProps) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
export default ChartFormPreviewWidget;
|
|
4
|
+
//# sourceMappingURL=ChartFormPreviewWidget.d.ts.map
|
package/dist/components/core/extension/solid-core/dashboardQuestion/ChartFormPreviewWidget.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ChartFormPreviewWidget.d.ts","sourceRoot":"","sources":["../../../../../../src/components/core/extension/solid-core/dashboardQuestion/ChartFormPreviewWidget.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAC;AAI5D,QAAA,MAAM,sBAAsB,oEAAqE,oBAAoB,4CA2BpH,CAAC;AAEF,eAAe,sBAAsB,CAAC"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { jsx as _jsx, Fragment as _Fragment } from "react/jsx-runtime";
|
|
2
|
+
import { Message } from 'primereact/message';
|
|
3
|
+
import { SolidQuestionRenderer } from "../../../../../components/core/dashboard/SolidQuestionRenderer";
|
|
4
|
+
var ChartFormPreviewWidget = function (_a) {
|
|
5
|
+
var formData = _a.formData, field = _a.field, fieldsMetadata = _a.fieldsMetadata, viewMetadata = _a.viewMetadata, formViewData = _a.formViewData;
|
|
6
|
+
console.log("formData: ");
|
|
7
|
+
console.log(formData);
|
|
8
|
+
console.log("field: ");
|
|
9
|
+
console.log(field);
|
|
10
|
+
console.log("fieldsMetadata: ");
|
|
11
|
+
console.log(fieldsMetadata);
|
|
12
|
+
console.log("viewMetadata: ");
|
|
13
|
+
console.log(viewMetadata);
|
|
14
|
+
console.log("formViewData: ");
|
|
15
|
+
console.log(formViewData);
|
|
16
|
+
if (!formData || !formData.visualisedAs) {
|
|
17
|
+
return (_jsx(_Fragment, { children: _jsx(Message, { text: "Preview Unavailable" }) }));
|
|
18
|
+
}
|
|
19
|
+
var visualisedAs = formData.visualisedAs.value;
|
|
20
|
+
return (_jsx("div", { className: "mt-3 p-2", children: _jsx(SolidQuestionRenderer, { question: formViewData === null || formViewData === void 0 ? void 0 : formViewData.data, isPreview: true, filters: [] }) }));
|
|
21
|
+
};
|
|
22
|
+
export default ChartFormPreviewWidget;
|
|
23
|
+
//# sourceMappingURL=ChartFormPreviewWidget.js.map
|
package/dist/components/core/extension/solid-core/dashboardQuestion/ChartFormPreviewWidget.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ChartFormPreviewWidget.js","sourceRoot":"","sources":["../../../../../../src/components/core/extension/solid-core/dashboardQuestion/ChartFormPreviewWidget.tsx"],"names":[],"mappings":";AAGA,OAAO,EAAE,OAAO,EAAE,MAAM,oBAAoB,CAAC;AAC7C,OAAO,EAAE,qBAAqB,EAAE,MAAM,gEAAgE,CAAC;AAEvG,IAAM,sBAAsB,GAAG,UAAC,EAAqF;QAAnF,QAAQ,cAAA,EAAE,KAAK,WAAA,EAAE,cAAc,oBAAA,EAAE,YAAY,kBAAA,EAAE,YAAY,kBAAA;IACzF,OAAO,CAAC,GAAG,CAAC,YAAY,CAAC,CAAC;IAC1B,OAAO,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC;IACtB,OAAO,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC;IACvB,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC;IACnB,OAAO,CAAC,GAAG,CAAC,kBAAkB,CAAC,CAAC;IAChC,OAAO,CAAC,GAAG,CAAC,cAAc,CAAC,CAAC;IAC5B,OAAO,CAAC,GAAG,CAAC,gBAAgB,CAAC,CAAC;IAC9B,OAAO,CAAC,GAAG,CAAC,YAAY,CAAC,CAAC;IAC1B,OAAO,CAAC,GAAG,CAAC,gBAAgB,CAAC,CAAC;IAC9B,OAAO,CAAC,GAAG,CAAC,YAAY,CAAC,CAAC;IAE1B,IAAI,CAAC,QAAQ,IAAI,CAAC,QAAQ,CAAC,YAAY,EAAE;QACrC,OAAO,CACH,4BACI,KAAC,OAAO,IAAC,IAAI,EAAC,qBAAqB,GAAG,GACvC,CACN,CAAA;KACJ;IAED,IAAM,YAAY,GAAG,QAAQ,CAAC,YAAY,CAAC,KAAK,CAAC;IAEjD,OAAO,CACC,cAAK,SAAS,EAAC,UAAU,YACrB,KAAC,qBAAqB,IAAC,QAAQ,EAAE,YAAY,aAAZ,YAAY,uBAAZ,YAAY,CAAE,IAAI,EAAE,SAAS,EAAE,IAAI,EAAE,OAAO,EAAE,EAAE,GAAI,GACnF,CACb,CAAC;AACN,CAAC,CAAC;AAEF,eAAe,sBAAsB,CAAC"}
|
package/dist/components/core/extension/solid-core/dashboardQuestion/ChartFormPreviewWidget.tsx
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
|
|
2
|
+
|
|
3
|
+
import { SolidFormWidgetProps } from "../../../../../types";
|
|
4
|
+
import { Message } from 'primereact/message';
|
|
5
|
+
import { SolidQuestionRenderer } from "../../../../../components/core/dashboard/SolidQuestionRenderer";
|
|
6
|
+
|
|
7
|
+
const ChartFormPreviewWidget = ({ formData, field, fieldsMetadata, viewMetadata, formViewData }: SolidFormWidgetProps) => {
|
|
8
|
+
console.log(`formData: `);
|
|
9
|
+
console.log(formData);
|
|
10
|
+
console.log(`field: `);
|
|
11
|
+
console.log(field);
|
|
12
|
+
console.log(`fieldsMetadata: `);
|
|
13
|
+
console.log(fieldsMetadata);
|
|
14
|
+
console.log(`viewMetadata: `);
|
|
15
|
+
console.log(viewMetadata);
|
|
16
|
+
console.log(`formViewData: `);
|
|
17
|
+
console.log(formViewData);
|
|
18
|
+
|
|
19
|
+
if (!formData || !formData.visualisedAs) {
|
|
20
|
+
return (
|
|
21
|
+
<>
|
|
22
|
+
<Message text="Preview Unavailable" />
|
|
23
|
+
</>
|
|
24
|
+
)
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
const visualisedAs = formData.visualisedAs.value;
|
|
28
|
+
|
|
29
|
+
return (
|
|
30
|
+
<div className="mt-3 p-2">
|
|
31
|
+
<SolidQuestionRenderer question={formViewData?.data} isPreview={true} filters={[]} />
|
|
32
|
+
</div>
|
|
33
|
+
);
|
|
34
|
+
};
|
|
35
|
+
|
|
36
|
+
export default ChartFormPreviewWidget;
|
package/dist/components/core/extension/solid-core/emailTemplate/emailFormTypeChangeHandler.d.ts
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
declare const hanldeEmailFormTypeChange: (event: any) => {
|
|
2
|
+
layoutChanged: boolean;
|
|
3
|
+
dataChanged: boolean;
|
|
4
|
+
newLayout: import("../../../../..").LayoutNode;
|
|
5
|
+
} | undefined;
|
|
6
|
+
export default hanldeEmailFormTypeChange;
|
|
7
|
+
//# sourceMappingURL=emailFormTypeChangeHandler.d.ts.map
|
package/dist/components/core/extension/solid-core/emailTemplate/emailFormTypeChangeHandler.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"emailFormTypeChangeHandler.d.ts","sourceRoot":"","sources":["../../../../../../src/components/core/extension/solid-core/emailTemplate/emailFormTypeChangeHandler.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,yBAAyB,UAAW,GAAG;;;;aAc5C,CAAA;AACD,eAAe,yBAAyB,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { SolidViewLayoutManager } from "../../../../../components/core/common/SolidViewLayoutManager";
|
|
2
|
+
var hanldeEmailFormTypeChange = function (event) {
|
|
3
|
+
var modifiedField = event.modifiedField, modifiedFieldValue = event.modifiedFieldValue, viewMetadata = event.viewMetadata;
|
|
4
|
+
var layout = viewMetadata.layout;
|
|
5
|
+
if (modifiedField === 'type') {
|
|
6
|
+
var layoutManager = new SolidViewLayoutManager(layout);
|
|
7
|
+
var renderMode = modifiedFieldValue.value === 'text' ? 'DefaultLongTextFormEditWidget' : 'DefaultRichTextFormEditWidget';
|
|
8
|
+
layoutManager.updateNodeAttributes('body', { "editWidget": renderMode });
|
|
9
|
+
return {
|
|
10
|
+
layoutChanged: true,
|
|
11
|
+
dataChanged: false,
|
|
12
|
+
newLayout: layoutManager.getLayout(),
|
|
13
|
+
};
|
|
14
|
+
}
|
|
15
|
+
};
|
|
16
|
+
export default hanldeEmailFormTypeChange;
|
|
17
|
+
//# sourceMappingURL=emailFormTypeChangeHandler.js.map
|
package/dist/components/core/extension/solid-core/emailTemplate/emailFormTypeChangeHandler.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"emailFormTypeChangeHandler.js","sourceRoot":"","sources":["../../../../../../src/components/core/extension/solid-core/emailTemplate/emailFormTypeChangeHandler.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAAE,MAAM,8DAA8D,CAAC;AAEtG,IAAM,yBAAyB,GAAG,UAAC,KAAU;IAEjC,IAAA,aAAa,GAAwC,KAAK,cAA7C,EAAE,kBAAkB,GAAoB,KAAK,mBAAzB,EAAE,YAAY,GAAM,KAAK,aAAX,CAAY;IACnE,IAAM,MAAM,GAAG,YAAY,CAAC,MAAM,CAAC;IACnC,IAAI,aAAa,KAAK,MAAM,EAAE;QAC1B,IAAM,aAAa,GAAG,IAAI,sBAAsB,CAAC,MAAM,CAAC,CAAC;QACzD,IAAM,UAAU,GAAG,kBAAkB,CAAC,KAAK,KAAK,MAAM,CAAC,CAAC,CAAC,+BAA+B,CAAC,CAAC,CAAC,+BAA+B,CAAC;QAC3H,aAAa,CAAC,oBAAoB,CAAC,MAAM,EAAE,EAAE,YAAY,EAAE,UAAU,EAAC,CAAC,CAAC;QACxE,OAAO;YACH,aAAa,EAAE,IAAI;YACnB,WAAW,EAAE,KAAK;YAClB,SAAS,EAAE,aAAa,CAAC,SAAS,EAAE;SACvC,CAAA;KACJ;AACL,CAAC,CAAA;AACD,eAAe,yBAAyB,CAAC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { SolidViewLayoutManager } from "../../../../../components/core/common/SolidViewLayoutManager";
|
|
2
|
+
|
|
3
|
+
const hanldeEmailFormTypeChange = (event: any) => {
|
|
4
|
+
|
|
5
|
+
const { modifiedField, modifiedFieldValue, viewMetadata, } = event;
|
|
6
|
+
const layout = viewMetadata.layout;
|
|
7
|
+
if (modifiedField === 'type') {
|
|
8
|
+
const layoutManager = new SolidViewLayoutManager(layout);
|
|
9
|
+
const renderMode = modifiedFieldValue.value === 'text' ? 'DefaultLongTextFormEditWidget' : 'DefaultRichTextFormEditWidget';
|
|
10
|
+
layoutManager.updateNodeAttributes('body', { "editWidget": renderMode});
|
|
11
|
+
return {
|
|
12
|
+
layoutChanged: true,
|
|
13
|
+
dataChanged: false,
|
|
14
|
+
newLayout: layoutManager.getLayout(),
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
export default hanldeEmailFormTypeChange;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"emailFormTypeLoad.d.ts","sourceRoot":"","sources":["../../../../../../src/components/core/extension/solid-core/emailTemplate/emailFormTypeLoad.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,uBAAuB,UAAW,GAAG;;;;aAc1C,CAAA;AACD,eAAe,uBAAuB,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { SolidViewLayoutManager } from "../../../../../components/core/common/SolidViewLayoutManager";
|
|
2
|
+
var hanldeEmailFormTypeLoad = function (event) {
|
|
3
|
+
var formData = event.formData, type = event.type, viewMetadata = event.viewMetadata;
|
|
4
|
+
var layout = viewMetadata.layout;
|
|
5
|
+
if ((formData === null || formData === void 0 ? void 0 : formData.type) && type === 'onFormLayoutLoad') {
|
|
6
|
+
var layoutManager = new SolidViewLayoutManager(layout);
|
|
7
|
+
var renderMode = formData.type === 'text' ? 'DefaultLongTextFormEditWidget' : 'DefaultRichTextFormEditWidget';
|
|
8
|
+
layoutManager.updateNodeAttributes('body', { "editWidget": renderMode });
|
|
9
|
+
return {
|
|
10
|
+
layoutChanged: true,
|
|
11
|
+
dataChanged: false,
|
|
12
|
+
newLayout: layoutManager.getLayout(),
|
|
13
|
+
};
|
|
14
|
+
}
|
|
15
|
+
};
|
|
16
|
+
export default hanldeEmailFormTypeLoad;
|
|
17
|
+
//# sourceMappingURL=emailFormTypeLoad.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"emailFormTypeLoad.js","sourceRoot":"","sources":["../../../../../../src/components/core/extension/solid-core/emailTemplate/emailFormTypeLoad.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAAE,MAAM,8DAA8D,CAAC;AAEtG,IAAM,uBAAuB,GAAG,UAAC,KAAU;IAE/B,IAAA,QAAQ,GAAyB,KAAK,SAA9B,EAAE,IAAI,GAAmB,KAAK,KAAxB,EAAE,YAAY,GAAK,KAAK,aAAV,CAAW;IAC/C,IAAM,MAAM,GAAG,YAAY,CAAC,MAAM,CAAC;IACnC,IAAI,CAAA,QAAQ,aAAR,QAAQ,uBAAR,QAAQ,CAAE,IAAI,KAAI,IAAI,KAAK,kBAAkB,EAAE;QAC/C,IAAM,aAAa,GAAG,IAAI,sBAAsB,CAAC,MAAM,CAAC,CAAC;QACzD,IAAM,UAAU,GAAG,QAAQ,CAAC,IAAI,KAAK,MAAM,CAAC,CAAC,CAAC,+BAA+B,CAAC,CAAC,CAAC,+BAA+B,CAAC;QAChH,aAAa,CAAC,oBAAoB,CAAC,MAAM,EAAE,EAAE,YAAY,EAAE,UAAU,EAAC,CAAC,CAAC;QACxE,OAAO;YACH,aAAa,EAAE,IAAI;YACnB,WAAW,EAAE,KAAK;YAClB,SAAS,EAAE,aAAa,CAAC,SAAS,EAAE;SACvC,CAAA;KACJ;AACL,CAAC,CAAA;AACD,eAAe,uBAAuB,CAAC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { SolidViewLayoutManager } from "../../../../../components/core/common/SolidViewLayoutManager";
|
|
2
|
+
|
|
3
|
+
const hanldeEmailFormTypeLoad = (event: any) => {
|
|
4
|
+
|
|
5
|
+
const { formData, type, viewMetadata } = event;
|
|
6
|
+
const layout = viewMetadata.layout;
|
|
7
|
+
if (formData?.type && type === 'onFormLayoutLoad') {
|
|
8
|
+
const layoutManager = new SolidViewLayoutManager(layout);
|
|
9
|
+
const renderMode = formData.type === 'text' ? 'DefaultLongTextFormEditWidget' : 'DefaultRichTextFormEditWidget';
|
|
10
|
+
layoutManager.updateNodeAttributes('body', { "editWidget": renderMode});
|
|
11
|
+
return {
|
|
12
|
+
layoutChanged: true,
|
|
13
|
+
dataChanged: false,
|
|
14
|
+
newLayout: layoutManager.getLayout(),
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
export default hanldeEmailFormTypeLoad;
|
package/dist/components/core/extension/solid-core/modelMetadata/list/DeleteModelRowAction.d.ts
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { SolidListRowdataDynamicFunctionProps } from "../../../../../../types/solid-core";
|
|
2
|
+
declare const DeleteModelRowAction: (event: SolidListRowdataDynamicFunctionProps) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
export default DeleteModelRowAction;
|
|
4
|
+
//# sourceMappingURL=DeleteModelRowAction.d.ts.map
|
package/dist/components/core/extension/solid-core/modelMetadata/list/DeleteModelRowAction.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DeleteModelRowAction.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/core/extension/solid-core/modelMetadata/list/DeleteModelRowAction.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,oCAAoC,EAAE,MAAM,oCAAoC,CAAC;AAc1F,QAAA,MAAM,oBAAoB,UAAW,oCAAoC,4CAqFxE,CAAA;AAED,eAAe,oBAAoB,CAAC"}
|
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
2
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
3
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
4
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
5
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
6
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
7
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
8
|
+
});
|
|
9
|
+
};
|
|
10
|
+
var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
11
|
+
var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
|
|
12
|
+
return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
|
|
13
|
+
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
14
|
+
function step(op) {
|
|
15
|
+
if (f) throw new TypeError("Generator is already executing.");
|
|
16
|
+
while (g && (g = 0, op[0] && (_ = 0)), _) try {
|
|
17
|
+
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
|
|
18
|
+
if (y = 0, t) op = [op[0] & 2, t.value];
|
|
19
|
+
switch (op[0]) {
|
|
20
|
+
case 0: case 1: t = op; break;
|
|
21
|
+
case 4: _.label++; return { value: op[1], done: false };
|
|
22
|
+
case 5: _.label++; y = op[1]; op = [0]; continue;
|
|
23
|
+
case 7: op = _.ops.pop(); _.trys.pop(); continue;
|
|
24
|
+
default:
|
|
25
|
+
if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
|
|
26
|
+
if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
|
|
27
|
+
if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
|
|
28
|
+
if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
|
|
29
|
+
if (t[2]) _.ops.pop();
|
|
30
|
+
_.trys.pop(); continue;
|
|
31
|
+
}
|
|
32
|
+
op = body.call(thisArg, _);
|
|
33
|
+
} catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
|
|
34
|
+
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
35
|
+
}
|
|
36
|
+
};
|
|
37
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
38
|
+
import { closePopup } from "../../../../../../redux/features/popupSlice";
|
|
39
|
+
import { Button } from "primereact/button";
|
|
40
|
+
import { useRef, useState } from "react";
|
|
41
|
+
import { useDispatch } from "react-redux";
|
|
42
|
+
import { Toast } from 'primereact/toast';
|
|
43
|
+
import { DataTable } from "primereact/datatable";
|
|
44
|
+
import { Column } from "primereact/column";
|
|
45
|
+
import { Checkbox } from "primereact/checkbox";
|
|
46
|
+
import { kebabCase } from "lodash";
|
|
47
|
+
import { createSolidEntityApi } from "../../../../../../redux/api/solidEntityApi";
|
|
48
|
+
import { ERROR_MESSAGES } from "../../../../../../constants/error-messages";
|
|
49
|
+
import showToast from "../../../../../../helpers/showToast";
|
|
50
|
+
var DeleteModelRowAction = function (event) {
|
|
51
|
+
var _a = useState(false), isConfirmed = _a[0], setIsConfirmed = _a[1];
|
|
52
|
+
var dispatch = useDispatch();
|
|
53
|
+
var entityApi = createSolidEntityApi(event.params.modelName);
|
|
54
|
+
var useDeleteSolidEntityMutation = entityApi.useDeleteSolidEntityMutation;
|
|
55
|
+
var _b = useDeleteSolidEntityMutation(), deleteSolidSingleEntiry = _b[0], isSolidEntitiesDeleteError = _b[1].isError;
|
|
56
|
+
var toast = useRef(null);
|
|
57
|
+
var deleteModelHandler = function () { return __awaiter(void 0, void 0, void 0, function () {
|
|
58
|
+
var res, message, err_1;
|
|
59
|
+
var _a, _b, _c;
|
|
60
|
+
return __generator(this, function (_d) {
|
|
61
|
+
switch (_d.label) {
|
|
62
|
+
case 0:
|
|
63
|
+
_d.trys.push([0, 2, , 3]);
|
|
64
|
+
return [4 /*yield*/, deleteSolidSingleEntiry(event.rowData.id)];
|
|
65
|
+
case 1:
|
|
66
|
+
res = _d.sent();
|
|
67
|
+
// console.log('delete model res', res);
|
|
68
|
+
if (res.error) {
|
|
69
|
+
message = ((_b = (_a = res.error) === null || _a === void 0 ? void 0 : _a.data) === null || _b === void 0 ? void 0 : _b.message) ||
|
|
70
|
+
((_c = res.error) === null || _c === void 0 ? void 0 : _c.error) ||
|
|
71
|
+
ERROR_MESSAGES.ERROR_OCCURED;
|
|
72
|
+
showToast(toast, 'error', ERROR_MESSAGES.DELETE_FAIELD, message);
|
|
73
|
+
}
|
|
74
|
+
else {
|
|
75
|
+
showToast(toast, 'success', ERROR_MESSAGES.MODEL_DELETE, ERROR_MESSAGES.MODEL_DELETE_SUCCESSFULLY(event.rowData.singularName));
|
|
76
|
+
dispatch(closePopup());
|
|
77
|
+
}
|
|
78
|
+
return [3 /*break*/, 3];
|
|
79
|
+
case 2:
|
|
80
|
+
err_1 = _d.sent();
|
|
81
|
+
console.error("catch error", err_1);
|
|
82
|
+
showToast(toast, 'error', ERROR_MESSAGES.ERROR, ERROR_MESSAGES.NETWORK_OR_SERVER_ERROR);
|
|
83
|
+
return [3 /*break*/, 3];
|
|
84
|
+
case 3: return [2 /*return*/];
|
|
85
|
+
}
|
|
86
|
+
});
|
|
87
|
+
}); };
|
|
88
|
+
var rows = [
|
|
89
|
+
{ file: "".concat(kebabCase(event.rowData.singularName), ".entity.ts"), description: 'The TypeORM entity definition for this model. Deleting it removes the model’s schema mapping', intervention: 'Automatic' },
|
|
90
|
+
{ file: "".concat(kebabCase(event.rowData.singularName), ".create.dto.ts"), description: 'DTO defining the payload for creating a new record of this model', intervention: 'Automatic' },
|
|
91
|
+
{ file: "".concat(kebabCase(event.rowData.singularName), ".update.dto.ts"), description: 'DTO defining the payload for updating an existing record of this model', intervention: 'Automatic' },
|
|
92
|
+
{ file: "".concat(kebabCase(event.rowData.singularName), ".repository.ts"), description: 'Custom repository encapsulating database operations for this model', intervention: 'Automatic' },
|
|
93
|
+
{ file: "".concat(kebabCase(event.rowData.singularName), ".service.ts"), description: 'Service layer containing business logic and interactions for this model', intervention: 'Automatic' },
|
|
94
|
+
{ file: "".concat(kebabCase(event.rowData.singularName), ".controller.ts"), description: 'Controller exposing API endpoints related to this model', intervention: 'Automatic' },
|
|
95
|
+
{ file: "".concat(kebabCase(event.rowData.singularName), ".module.ts"), description: 'Module declaration that wires together the controller, service, and repository. All references to the deleted model must be removed here', intervention: 'Manual (X)', manual: true },
|
|
96
|
+
{ file: "".concat(kebabCase(event.rowData.singularName), "-metadata.json"), description: 'Remove references to this model in the model metadata, menu, action & view sections', intervention: 'Automatic' },
|
|
97
|
+
{ file: '-', description: 'Drop database table. Removes the database table from the DB, this is a very risky step. Best to review all relations to other models etc and then do this manually', intervention: 'Manual (X)', manual: true },
|
|
98
|
+
];
|
|
99
|
+
return (_jsxs("div", { className: "", children: [_jsx(Toast, { ref: toast }), _jsx("div", { className: "p-dialog-header secondary-border-bottom py-3", style: { background: 'var(--solid-light-grey)' }, children: _jsx("span", { className: "p-dialog-title", children: "Delete Model" }) }), _jsxs("div", { className: "px-4 pb-4 pt-3", children: [_jsxs("div", { children: [_jsx("p", { className: "form-field-label font-medium", children: "Deleting a model should be done carefully. The below files will be impacted as part of deleting a model:" }), _jsxs(DataTable, { value: rows, size: "small", children: [_jsx(Column, { field: "file", header: "File Name" }), _jsx(Column, { field: "description", header: "Description" }), _jsx(Column, { field: "intervention", header: "Intervention" })] }), _jsx("div", { className: "my-4", children: _jsxs("div", { className: "flex align-items-center", children: [_jsx(Checkbox, { inputId: "confirmation", name: "confirm", checked: isConfirmed, onChange: function () { return setIsConfirmed(!isConfirmed); } }), _jsx("label", { htmlFor: "confirmation", className: "ml-2 form-field-label", children: "I confirm that #7 & #9 will be done by me manually after the automatic steps above are applied." })] }) })] }), _jsxs("div", { className: "flex gap-3 justify-content-start", children: [_jsx(Button, { size: "small", label: "Apply", disabled: !isConfirmed, autoFocus: true, onClick: deleteModelHandler }), _jsx(Button, { size: "small", label: "Cancel", outlined: true, onClick: function () { return dispatch(closePopup()); } })] })] })] }));
|
|
100
|
+
};
|
|
101
|
+
export default DeleteModelRowAction;
|
|
102
|
+
//# sourceMappingURL=DeleteModelRowAction.js.map
|
package/dist/components/core/extension/solid-core/modelMetadata/list/DeleteModelRowAction.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DeleteModelRowAction.js","sourceRoot":"","sources":["../../../../../../../src/components/core/extension/solid-core/modelMetadata/list/DeleteModelRowAction.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEA,OAAO,EAAE,UAAU,EAAE,MAAM,6CAA6C,CAAC;AAEzE,OAAO,EAAE,MAAM,EAAE,MAAM,mBAAmB,CAAC;AAC3C,OAAO,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACzC,OAAO,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAC1C,OAAO,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAC;AACzC,OAAO,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAC;AACjD,OAAO,EAAE,MAAM,EAAE,MAAM,mBAAmB,CAAC;AAC3C,OAAO,EAAE,QAAQ,EAAE,MAAM,qBAAqB,CAAC;AAC/C,OAAO,EAAE,SAAS,EAAE,MAAM,QAAQ,CAAC;AACnC,OAAO,EAAE,oBAAoB,EAAE,MAAM,4CAA4C,CAAC;AAClF,OAAO,EAAE,cAAc,EAAE,MAAM,4CAA4C,CAAC;AAC5E,OAAO,SAAS,MAAM,qCAAqC,CAAC;AAG5D,IAAM,oBAAoB,GAAG,UAAC,KAA2C;IAC/D,IAAA,KAAgC,QAAQ,CAAC,KAAK,CAAC,EAA9C,WAAW,QAAA,EAAE,cAAc,QAAmB,CAAC;IACtD,IAAM,QAAQ,GAAG,WAAW,EAAE,CAAC;IAC/B,IAAM,SAAS,GAAG,oBAAoB,CAAC,KAAK,CAAC,MAAM,CAAC,SAAS,CAAC,CAAC;IACxD,IAAA,4BAA4B,GAAI,SAAS,6BAAb,CAAc;IAC3C,IAAA,KAED,4BAA4B,EAAE,EAF5B,uBAAuB,QAAA,EAClB,0BAA0B,gBACH,CAAA;IAEnC,IAAM,KAAK,GAAG,MAAM,CAAQ,IAAI,CAAC,CAAC;IAElC,IAAM,kBAAkB,GAAG;;;;;;;oBAEF,qBAAM,uBAAuB,CAAC,KAAK,CAAC,OAAO,CAAC,EAAE,CAAC,EAAA;;oBAA1D,GAAG,GAAQ,SAA+C;oBAEhE,wCAAwC;oBACxC,IAAI,GAAG,CAAC,KAAK,EAAE;wBAEL,OAAO,GACT,CAAA,MAAA,MAAA,GAAG,CAAC,KAAK,0CAAE,IAAI,0CAAE,OAAO;6BACxB,MAAA,GAAG,CAAC,KAAK,0CAAE,KAAK,CAAA;4BAChB,cAAc,CAAC,aAAa,CAAC;wBACjC,SAAS,CAAC,KAAK,EAAE,OAAO,EAAE,cAAc,CAAC,aAAa,EAAE,OAAO,CAAC,CAAC;qBACpE;yBAAM;wBACH,SAAS,CAAC,KAAK,EAAE,SAAS,EAAE,cAAc,CAAC,YAAY,EAAE,cAAc,CAAC,yBAAyB,CAAC,KAAK,CAAC,OAAO,CAAC,YAAY,CAAC,CAAC,CAAC;wBAC/H,QAAQ,CAAC,UAAU,EAAE,CAAC,CAAC;qBAC1B;;;;oBAED,OAAO,CAAC,KAAK,CAAC,aAAa,EAAE,KAAG,CAAC,CAAC;oBAClC,SAAS,CAAC,KAAK,EAAE,OAAO,EAAE,cAAc,CAAC,KAAK,EAAE,cAAc,CAAC,uBAAuB,CAAC,CAAC;;;;;SAE/F,CAAA;IAED,IAAM,IAAI,GAAG;QACT,EAAE,IAAI,EAAE,UAAG,SAAS,CAAC,KAAK,CAAC,OAAO,CAAC,YAAY,CAAC,eAAY,EAAE,WAAW,EAAE,8FAA8F,EAAE,YAAY,EAAE,WAAW,EAAE;QACtM,EAAE,IAAI,EAAE,UAAG,SAAS,CAAC,KAAK,CAAC,OAAO,CAAC,YAAY,CAAC,mBAAgB,EAAE,WAAW,EAAE,kEAAkE,EAAE,YAAY,EAAE,WAAW,EAAE;QAC9K,EAAE,IAAI,EAAE,UAAG,SAAS,CAAC,KAAK,CAAC,OAAO,CAAC,YAAY,CAAC,mBAAgB,EAAE,WAAW,EAAE,wEAAwE,EAAE,YAAY,EAAE,WAAW,EAAE;QACpL,EAAE,IAAI,EAAE,UAAG,SAAS,CAAC,KAAK,CAAC,OAAO,CAAC,YAAY,CAAC,mBAAgB,EAAE,WAAW,EAAE,oEAAoE,EAAE,YAAY,EAAE,WAAW,EAAE;QAChL,EAAE,IAAI,EAAE,UAAG,SAAS,CAAC,KAAK,CAAC,OAAO,CAAC,YAAY,CAAC,gBAAa,EAAE,WAAW,EAAE,yEAAyE,EAAE,YAAY,EAAE,WAAW,EAAE;QAClL,EAAE,IAAI,EAAE,UAAG,SAAS,CAAC,KAAK,CAAC,OAAO,CAAC,YAAY,CAAC,mBAAgB,EAAE,WAAW,EAAE,yDAAyD,EAAE,YAAY,EAAE,WAAW,EAAE;QACrK,EAAE,IAAI,EAAE,UAAG,SAAS,CAAC,KAAK,CAAC,OAAO,CAAC,YAAY,CAAC,eAAY,EAAE,WAAW,EAAE,0IAA0I,EAAE,YAAY,EAAE,YAAY,EAAE,MAAM,EAAE,IAAI,EAAE;QACjQ,EAAE,IAAI,EAAE,UAAG,SAAS,CAAC,KAAK,CAAC,OAAO,CAAC,YAAY,CAAC,mBAAgB,EAAE,WAAW,EAAE,qFAAqF,EAAE,YAAY,EAAE,WAAW,EAAE;QACjM,EAAE,IAAI,EAAE,GAAG,EAAE,WAAW,EAAE,oKAAoK,EAAE,YAAY,EAAE,YAAY,EAAE,MAAM,EAAE,IAAI,EAAE;KAC7O,CAAC;IAIF,OAAO,CACH,eAAK,SAAS,EAAC,EAAE,aACb,KAAC,KAAK,IAAC,GAAG,EAAE,KAAK,GAAI,EACrB,cAAK,SAAS,EAAC,8CAA8C,EAAC,KAAK,EAAE,EAAE,UAAU,EAAE,yBAAyB,EAAE,YAC1G,eAAM,SAAS,EAAC,gBAAgB,6BAEzB,GACL,EACN,eAAK,SAAS,EAAC,gBAAgB,aAC3B,0BACI,YAAG,SAAS,EAAC,8BAA8B,yHAEvC,EACJ,MAAC,SAAS,IAAC,KAAK,EAAE,IAAI,EAAE,IAAI,EAAC,OAAO,aAChC,KAAC,MAAM,IAAC,KAAK,EAAC,MAAM,EAAC,MAAM,EAAC,WAAW,GAAG,EAC1C,KAAC,MAAM,IAAC,KAAK,EAAC,aAAa,EAAC,MAAM,EAAC,aAAa,GAAG,EACnD,KAAC,MAAM,IAAC,KAAK,EAAC,cAAc,EAAC,MAAM,EAAC,cAAc,GAAG,IAC7C,EACZ,cAAK,SAAS,EAAC,MAAM,YACjB,eAAK,SAAS,EAAC,yBAAyB,aACpC,KAAC,QAAQ,IACL,OAAO,EAAC,cAAc,EACtB,IAAI,EAAC,SAAS,EACd,OAAO,EAAE,WAAW,EACpB,QAAQ,EAAE,cAAM,OAAA,cAAc,CAAC,CAAC,WAAW,CAAC,EAA5B,CAA4B,GAAI,EACpD,gBAAO,OAAO,EAAC,cAAc,EAAC,SAAS,EAAC,uBAAuB,gHAEvD,IACN,GACJ,IACJ,EACN,eAAK,SAAS,EAAC,kCAAkC,aAC7C,KAAC,MAAM,IAAC,IAAI,EAAC,OAAO,EAAC,KAAK,EAAC,OAAO,EAAC,QAAQ,EAAE,CAAC,WAAW,EAAE,SAAS,QAAC,OAAO,EAAE,kBAAkB,GAAI,EACpG,KAAC,MAAM,IAAC,IAAI,EAAC,OAAO,EAAC,KAAK,EAAC,QAAQ,EAAC,QAAQ,QAAC,OAAO,EAAE,cAAM,OAAA,QAAQ,CAAC,UAAU,EAAE,CAAC,EAAtB,CAAsB,GAAI,IACpF,IACJ,IACJ,CACT,CAAA;AACL,CAAC,CAAA;AAED,eAAe,oBAAoB,CAAC"}
|
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
|
|
2
|
+
import { useGenerateCodeForModelMutation } from "../../../../../../redux/api/modelApi";
|
|
3
|
+
import { closePopup } from "../../../../../../redux/features/popupSlice";
|
|
4
|
+
import { SolidListRowdataDynamicFunctionProps } from "../../../../../../types/solid-core";
|
|
5
|
+
import { Button } from "primereact/button";
|
|
6
|
+
import { useRef, useState } from "react";
|
|
7
|
+
import { useDispatch } from "react-redux";
|
|
8
|
+
import { Toast } from 'primereact/toast';
|
|
9
|
+
import { DataTable } from "primereact/datatable";
|
|
10
|
+
import { Column } from "primereact/column";
|
|
11
|
+
import { Checkbox } from "primereact/checkbox";
|
|
12
|
+
import { kebabCase } from "lodash";
|
|
13
|
+
import { createSolidEntityApi } from "../../../../../../redux/api/solidEntityApi";
|
|
14
|
+
import { ERROR_MESSAGES } from "../../../../../../constants/error-messages";
|
|
15
|
+
import showToast from "../../../../../../helpers/showToast";
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
const DeleteModelRowAction = (event: SolidListRowdataDynamicFunctionProps) => {
|
|
19
|
+
const [isConfirmed, setIsConfirmed] = useState(false);
|
|
20
|
+
const dispatch = useDispatch();
|
|
21
|
+
const entityApi = createSolidEntityApi(event.params.modelName);
|
|
22
|
+
const {useDeleteSolidEntityMutation} = entityApi;
|
|
23
|
+
const [deleteSolidSingleEntiry, {
|
|
24
|
+
isError:isSolidEntitiesDeleteError ,
|
|
25
|
+
}] = useDeleteSolidEntityMutation()
|
|
26
|
+
|
|
27
|
+
const toast = useRef<Toast>(null);
|
|
28
|
+
|
|
29
|
+
const deleteModelHandler = async () => {
|
|
30
|
+
try {
|
|
31
|
+
const res: any = await deleteSolidSingleEntiry(event.rowData.id);
|
|
32
|
+
|
|
33
|
+
// console.log('delete model res', res);
|
|
34
|
+
if (res.error) {
|
|
35
|
+
// handle backend or RTK error object
|
|
36
|
+
const message =
|
|
37
|
+
res.error?.data?.message ||
|
|
38
|
+
res.error?.error ||
|
|
39
|
+
ERROR_MESSAGES.ERROR_OCCURED;
|
|
40
|
+
showToast(toast, 'error', ERROR_MESSAGES.DELETE_FAIELD, message);
|
|
41
|
+
} else {
|
|
42
|
+
showToast(toast, 'success', ERROR_MESSAGES.MODEL_DELETE, ERROR_MESSAGES.MODEL_DELETE_SUCCESSFULLY(event.rowData.singularName));
|
|
43
|
+
dispatch(closePopup());
|
|
44
|
+
}
|
|
45
|
+
} catch (err: any) {
|
|
46
|
+
console.error("catch error", err);
|
|
47
|
+
showToast(toast, 'error', ERROR_MESSAGES.ERROR, ERROR_MESSAGES.NETWORK_OR_SERVER_ERROR);
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
const rows = [
|
|
52
|
+
{ file: `${kebabCase(event.rowData.singularName)}.entity.ts`, description: 'The TypeORM entity definition for this model. Deleting it removes the model’s schema mapping', intervention: 'Automatic' },
|
|
53
|
+
{ file: `${kebabCase(event.rowData.singularName)}.create.dto.ts`, description: 'DTO defining the payload for creating a new record of this model', intervention: 'Automatic' },
|
|
54
|
+
{ file: `${kebabCase(event.rowData.singularName)}.update.dto.ts`, description: 'DTO defining the payload for updating an existing record of this model', intervention: 'Automatic' },
|
|
55
|
+
{ file: `${kebabCase(event.rowData.singularName)}.repository.ts`, description: 'Custom repository encapsulating database operations for this model', intervention: 'Automatic' },
|
|
56
|
+
{ file: `${kebabCase(event.rowData.singularName)}.service.ts`, description: 'Service layer containing business logic and interactions for this model', intervention: 'Automatic' },
|
|
57
|
+
{ file: `${kebabCase(event.rowData.singularName)}.controller.ts`, description: 'Controller exposing API endpoints related to this model', intervention: 'Automatic' },
|
|
58
|
+
{ file: `${kebabCase(event.rowData.singularName)}.module.ts`, description: 'Module declaration that wires together the controller, service, and repository. All references to the deleted model must be removed here', intervention: 'Manual (X)', manual: true },
|
|
59
|
+
{ file: `${kebabCase(event.rowData.singularName)}-metadata.json`, description: 'Remove references to this model in the model metadata, menu, action & view sections', intervention: 'Automatic' },
|
|
60
|
+
{ file: '-', description: 'Drop database table. Removes the database table from the DB, this is a very risky step. Best to review all relations to other models etc and then do this manually', intervention: 'Manual (X)', manual: true },
|
|
61
|
+
];
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
return (
|
|
66
|
+
<div className="">
|
|
67
|
+
<Toast ref={toast} />
|
|
68
|
+
<div className="p-dialog-header secondary-border-bottom py-3" style={{ background: 'var(--solid-light-grey)' }}>
|
|
69
|
+
<span className="p-dialog-title">
|
|
70
|
+
Delete Model
|
|
71
|
+
</span>
|
|
72
|
+
</div>
|
|
73
|
+
<div className="px-4 pb-4 pt-3">
|
|
74
|
+
<div>
|
|
75
|
+
<p className="form-field-label font-medium">
|
|
76
|
+
Deleting a model should be done carefully. The below files will be impacted as part of deleting a model:
|
|
77
|
+
</p>
|
|
78
|
+
<DataTable value={rows} size="small">
|
|
79
|
+
<Column field="file" header="File Name" />
|
|
80
|
+
<Column field="description" header="Description" />
|
|
81
|
+
<Column field="intervention" header="Intervention" />
|
|
82
|
+
</DataTable>
|
|
83
|
+
<div className="my-4">
|
|
84
|
+
<div className="flex align-items-center">
|
|
85
|
+
<Checkbox
|
|
86
|
+
inputId="confirmation"
|
|
87
|
+
name="confirm"
|
|
88
|
+
checked={isConfirmed}
|
|
89
|
+
onChange={() => setIsConfirmed(!isConfirmed)} />
|
|
90
|
+
<label htmlFor="confirmation" className="ml-2 form-field-label">
|
|
91
|
+
I confirm that #7 & #9 will be done by me manually after the automatic steps above are applied.
|
|
92
|
+
</label>
|
|
93
|
+
</div>
|
|
94
|
+
</div>
|
|
95
|
+
</div>
|
|
96
|
+
<div className="flex gap-3 justify-content-start">
|
|
97
|
+
<Button size="small" label="Apply" disabled={!isConfirmed} autoFocus onClick={deleteModelHandler} />
|
|
98
|
+
<Button size="small" label="Cancel" outlined onClick={() => dispatch(closePopup())} />
|
|
99
|
+
</div>
|
|
100
|
+
</div>
|
|
101
|
+
</div>
|
|
102
|
+
)
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
export default DeleteModelRowAction;
|
package/dist/components/core/extension/solid-core/modelMetadata/list/GenerateModelCodeRowAction.d.ts
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { SolidListRowdataDynamicFunctionProps } from "../../../../../../types/solid-core";
|
|
2
|
+
declare const GenerateModelCodeRowAction: (event: SolidListRowdataDynamicFunctionProps) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
export default GenerateModelCodeRowAction;
|
|
4
|
+
//# sourceMappingURL=GenerateModelCodeRowAction.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GenerateModelCodeRowAction.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/core/extension/solid-core/modelMetadata/list/GenerateModelCodeRowAction.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,oCAAoC,EAAE,MAAM,oCAAoC,CAAC;AAW1F,QAAA,MAAM,0BAA0B,UAAW,oCAAoC,4CA2L9E,CAAA;AAED,eAAe,0BAA0B,CAAC"}
|