@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 @@
|
|
|
1
|
+
{"version":3,"file":"CancelButton.js","sourceRoot":"","sources":["../../../src/components/common/CancelButton.tsx"],"names":[],"mappings":";AAEA,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAClD,OAAO,EAAE,MAAM,EAAE,MAAM,mBAAmB,CAAC;AAG3C,MAAM,CAAC,IAAM,YAAY,GAAG;IACxB,IAAM,MAAM,GAAG,SAAS,EAAE,CAAC;IAC3B,IAAM,QAAQ,GAAG,WAAW,EAAE,CAAC,CAAC,uBAAuB;IAEvD,IAAM,YAAY,GAAG;QACjB,IAAM,QAAQ,GAAG,QAAQ,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC,CAAC,kCAAkC;QACxF,IAAI,QAAQ,CAAC,MAAM,GAAG,CAAC,EAAE;YACrB,wGAAwG;YACxG,gFAAgF;YAChF,MAAM,CAAC,IAAI,EAAE,CAAA;SAChB;IACL,CAAC,CAAC;IACF,OAAO,CACH,wBACI,KAAC,MAAM,IAAC,QAAQ,QAAC,IAAI,EAAC,OAAO,EAAC,IAAI,EAAC,QAAQ,EAAC,KAAK,EAAC,OAAO,EAAC,OAAO,EAAE,YAAY,EAAE,SAAS,EAAC,oBAAoB,EAAC,KAAK,EAAE,EAAE,QAAQ,EAAE,EAAE,EAAE,GAAI,GACzI,CACT,CAAA;AACL,CAAC,CAAA;AAED,MAAM,CAAC,IAAM,iBAAiB,GAAG;IAC7B,IAAM,MAAM,GAAG,SAAS,EAAE,CAAC;IAC3B,IAAM,QAAQ,GAAG,WAAW,EAAE,CAAC,CAAC,uBAAuB;IAEvD,IAAM,YAAY,GAAG;QACjB,IAAI,QAAQ,GAAkB,IAAI,CAAC;QACnC,IAAI,OAAO,MAAM,KAAK,WAAW,EAAE;YAC/B,QAAQ,GAAG,cAAc,CAAC,OAAO,CAAC,UAAU,CAAC,CAAC;SACjD;QAED,qCAAqC;QACrC,IAAM,IAAI,GAAG,QAAQ,KAAK,QAAQ,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,CAAC;QAEvD,oEAAoE;QACpE,IAAM,OAAO,GAAG,QAAQ,CAAC,OAAO,CAAC,gBAAgB,EAAE,WAAI,IAAI,CAAE,CAAC,CAAC;QAC/D,MAAM,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACrB,iDAAiD;QACjD,kBAAkB;QAClB,6BAA6B;QAC7B,WAAW;QACX,yCAAyC;QACzC,qBAAqB;QACrB,IAAI;IACR,CAAC,CAAC;IACF,OAAO,CACH,8BAGI,KAAC,MAAM,IAAC,QAAQ,QAAC,IAAI,EAAC,OAAO,EAAC,IAAI,EAAC,QAAQ,EAAC,KAAK,EAAC,OAAO,EAAC,OAAO,EAAE,YAAY,EAAE,SAAS,EAAC,mCAAmC,EAAC,KAAK,EAAE,EAAE,QAAQ,EAAE,EAAE,EAAE,GAAI,EAG1J,KAAC,MAAM,IAAC,IAAI,EAAC,OAAO,EAAC,IAAI,EAAC,QAAQ,EAAC,IAAI,EAAC,aAAa,EAAC,OAAO,EAAE,YAAY,EAAE,SAAS,EAAC,qDAAqD,GAAG,IAChJ,CACN,CAAA;AACL,CAAC,CAAA"}
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
|
|
2
|
+
|
|
3
|
+
import { usePathname } from "../../hooks/usePathname";
|
|
4
|
+
import { useRouter } from "../../hooks/useRouter";
|
|
5
|
+
import { Button } from 'primereact/button';
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
export const CancelButton = () => {
|
|
9
|
+
const router = useRouter();
|
|
10
|
+
const pathname = usePathname(); // Get the current path
|
|
11
|
+
|
|
12
|
+
const handleGoBack = () => {
|
|
13
|
+
const segments = pathname.split('/').filter(Boolean); // Split and filter empty segments
|
|
14
|
+
if (segments.length > 1) {
|
|
15
|
+
// const newPath = '/' + segments.slice(0, -1).join('/') + '/all'; // Remove last segment and add "/all"
|
|
16
|
+
// router.push(newPath); // Navigate to the parent route with "/all"
|
|
17
|
+
router.back()
|
|
18
|
+
}
|
|
19
|
+
};
|
|
20
|
+
return (
|
|
21
|
+
<div>
|
|
22
|
+
<Button outlined size="small" type="button" label="Close" onClick={handleGoBack} className='bg-primary-reverse' style={{ minWidth: 66 }} />
|
|
23
|
+
</div>
|
|
24
|
+
)
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
export const SolidCancelButton = () => {
|
|
28
|
+
const router = useRouter();
|
|
29
|
+
const pathname = usePathname(); // Get the current path
|
|
30
|
+
|
|
31
|
+
const handleGoBack = () => {
|
|
32
|
+
let fromView: string | null = null;
|
|
33
|
+
if (typeof window !== "undefined") {
|
|
34
|
+
fromView = sessionStorage.getItem("fromView");
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
// Default to 'list' if not available
|
|
38
|
+
const view = fromView === "kanban" ? "kanban" : "list";
|
|
39
|
+
|
|
40
|
+
// Navigate back to the previous path with the appropriate view type
|
|
41
|
+
const newPath = pathname.replace(/\/form\/[^/]+$/, `/${view}`);
|
|
42
|
+
router.push(newPath);
|
|
43
|
+
// fromView = sessionStorage.getItem("fromView");
|
|
44
|
+
// if (fromView) {
|
|
45
|
+
// router.push(fromView);
|
|
46
|
+
// } else {
|
|
47
|
+
// // fallback if path is not matched
|
|
48
|
+
// router.back();
|
|
49
|
+
// }
|
|
50
|
+
};
|
|
51
|
+
return (
|
|
52
|
+
<>
|
|
53
|
+
{/* <div className="hidden lg:flex"> */}
|
|
54
|
+
{/* <div> */}
|
|
55
|
+
<Button outlined size="small" type="button" label="Close" onClick={handleGoBack} className='bg-primary-reverse hidden lg:flex' style={{ minWidth: 66 }} />
|
|
56
|
+
{/* </div> */}
|
|
57
|
+
{/* </div> */}
|
|
58
|
+
<Button size="small" type="button" icon="pi pi-times" onClick={handleGoBack} className='bg-primary-reverse solid-icon-button flex lg:hidden' />
|
|
59
|
+
</>
|
|
60
|
+
)
|
|
61
|
+
}
|
|
62
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CodeEditor.d.ts","sourceRoot":"","sources":["../../../src/components/common/CodeEditor.tsx"],"names":[],"mappings":"AAMA,QAAA,MAAM,UAAU,kDAAmD,GAAG,4CA6BrE,CAAC;AAEF,eAAe,UAAU,CAAC"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { javascript } from '@codemirror/lang-javascript';
|
|
3
|
+
import { oneDark } from '@codemirror/theme-one-dark';
|
|
4
|
+
import CodeMirror, { EditorView } from '@uiw/react-codemirror'; // Correct import
|
|
5
|
+
var CodeEditor = function (_a) {
|
|
6
|
+
var formik = _a.formik, field = _a.field, height = _a.height, fontSize = _a.fontSize, readOnly = _a.readOnly;
|
|
7
|
+
var code;
|
|
8
|
+
var value = formik === null || formik === void 0 ? void 0 : formik.values[field];
|
|
9
|
+
if (value == null) {
|
|
10
|
+
// null or undefined → empty string
|
|
11
|
+
code = "";
|
|
12
|
+
}
|
|
13
|
+
else if (typeof value === "string") {
|
|
14
|
+
code = value;
|
|
15
|
+
}
|
|
16
|
+
else {
|
|
17
|
+
code = JSON.stringify(value, null, 2);
|
|
18
|
+
}
|
|
19
|
+
return (_jsx(CodeMirror, { id: field, value: code, height: height !== null && height !== void 0 ? height : '300px', style: { fontSize: fontSize !== null && fontSize !== void 0 ? fontSize : '10px' }, theme: oneDark, readOnly: readOnly, extensions: [javascript(), EditorView.lineWrapping], onChange: function (e) {
|
|
20
|
+
formik.setFieldValue(field, e);
|
|
21
|
+
} }));
|
|
22
|
+
};
|
|
23
|
+
export default CodeEditor;
|
|
24
|
+
//# sourceMappingURL=CodeEditor.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CodeEditor.js","sourceRoot":"","sources":["../../../src/components/common/CodeEditor.tsx"],"names":[],"mappings":";AAEA,OAAO,EAAE,UAAU,EAAE,MAAM,6BAA6B,CAAC;AACzD,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAC;AACrD,OAAO,UAAU,EAAE,EAAE,UAAU,EAAE,MAAM,uBAAuB,CAAC,CAAC,iBAAiB;AAEjF,IAAM,UAAU,GAAG,UAAC,EAAkD;QAAhD,MAAM,YAAA,EAAE,KAAK,WAAA,EAAE,MAAM,YAAA,EAAE,QAAQ,cAAA,EAAE,QAAQ,cAAA;IAC7D,IAAI,IAAI,CAAC;IACT,IAAM,KAAK,GAAG,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,MAAM,CAAC,KAAK,CAAC,CAAC;IAEpC,IAAI,KAAK,IAAI,IAAI,EAAE;QACjB,mCAAmC;QACnC,IAAI,GAAG,EAAE,CAAC;KACX;SAAM,IAAI,OAAO,KAAK,KAAK,QAAQ,EAAE;QACpC,IAAI,GAAG,KAAK,CAAC;KACd;SAAM;QACL,IAAI,GAAG,IAAI,CAAC,SAAS,CAAC,KAAK,EAAE,IAAI,EAAE,CAAC,CAAC,CAAC;KACvC;IAGD,OAAO,CACL,KAAC,UAAU,IACT,EAAE,EAAE,KAAK,EACT,KAAK,EAAE,IAAI,EACX,MAAM,EAAE,MAAM,aAAN,MAAM,cAAN,MAAM,GAAI,OAAO,EACzB,KAAK,EAAE,EAAE,QAAQ,EAAE,QAAQ,aAAR,QAAQ,cAAR,QAAQ,GAAI,MAAM,EAAE,EACvC,KAAK,EAAE,OAAO,EACd,QAAQ,EAAE,QAAQ,EAClB,UAAU,EAAE,CAAC,UAAU,EAAE,EAAE,UAAU,CAAC,YAAY,CAAC,EACnD,QAAQ,EAAE,UAAC,CAAM;YACf,MAAM,CAAC,aAAa,CAAC,KAAK,EAAE,CAAC,CAAC,CAAC;QACjC,CAAC,GAED,CACH,CAAC;AACJ,CAAC,CAAC;AAEF,eAAe,UAAU,CAAC"}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
|
|
2
|
+
|
|
3
|
+
import { javascript } from '@codemirror/lang-javascript';
|
|
4
|
+
import { oneDark } from '@codemirror/theme-one-dark';
|
|
5
|
+
import CodeMirror, { EditorView } from '@uiw/react-codemirror'; // Correct import
|
|
6
|
+
|
|
7
|
+
const CodeEditor = ({ formik, field, height, fontSize, readOnly }: any) => {
|
|
8
|
+
let code;
|
|
9
|
+
const value = formik?.values[field];
|
|
10
|
+
|
|
11
|
+
if (value == null) {
|
|
12
|
+
// null or undefined → empty string
|
|
13
|
+
code = "";
|
|
14
|
+
} else if (typeof value === "string") {
|
|
15
|
+
code = value;
|
|
16
|
+
} else {
|
|
17
|
+
code = JSON.stringify(value, null, 2);
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
return (
|
|
22
|
+
<CodeMirror
|
|
23
|
+
id={field}
|
|
24
|
+
value={code}
|
|
25
|
+
height={height ?? '300px'}
|
|
26
|
+
style={{ fontSize: fontSize ?? '10px' }}
|
|
27
|
+
theme={oneDark}
|
|
28
|
+
readOnly={readOnly}
|
|
29
|
+
extensions={[javascript(), EditorView.lineWrapping]}
|
|
30
|
+
onChange={(e: any) => {
|
|
31
|
+
formik.setFieldValue(field, e);
|
|
32
|
+
}}
|
|
33
|
+
// Line numbers are now handled through a theme or extension
|
|
34
|
+
/>
|
|
35
|
+
);
|
|
36
|
+
};
|
|
37
|
+
|
|
38
|
+
export default CodeEditor;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateButton.d.ts","sourceRoot":"","sources":["../../../src/components/common/CreateButton.tsx"],"names":[],"mappings":"AAMA,eAAO,MAAM,YAAY,+CAWxB,CAAA"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { usePathname } from "../../hooks/usePathname";
|
|
3
|
+
import { useRouter } from "../../hooks/useRouter";
|
|
4
|
+
import { Button } from 'primereact/button';
|
|
5
|
+
export var CreateButton = function () {
|
|
6
|
+
var router = useRouter();
|
|
7
|
+
var pathName = usePathname();
|
|
8
|
+
var createPAth = pathName.split('/').slice(0, -1).join('/') + '/create';
|
|
9
|
+
return (_jsx("div", { children: _jsx(Button, { type: "button", label: "Add", size: 'small', onClick: function () { return router.push(createPAth); }, className: 'small-button' }) }));
|
|
10
|
+
};
|
|
11
|
+
//# sourceMappingURL=CreateButton.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateButton.js","sourceRoot":"","sources":["../../../src/components/common/CreateButton.tsx"],"names":[],"mappings":";AAEA,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAClD,OAAO,EAAE,MAAM,EAAE,MAAM,mBAAmB,CAAC;AAE3C,MAAM,CAAC,IAAM,YAAY,GAAG;IACxB,IAAM,MAAM,GAAG,SAAS,EAAE,CAAC;IAC3B,IAAM,QAAQ,GAAG,WAAW,EAAE,CAAC;IAE/B,IAAM,UAAU,GAAG,QAAQ,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,KAAK,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,GAAG,SAAS,CAAC;IAE1E,OAAO,CACH,wBACI,KAAC,MAAM,IAAC,IAAI,EAAC,QAAQ,EAAC,KAAK,EAAC,KAAK,EAAC,IAAI,EAAC,OAAO,EAAC,OAAO,EAAE,cAAM,OAAA,MAAM,CAAC,IAAI,CAAC,UAAU,CAAC,EAAvB,CAAuB,EAAE,SAAS,EAAC,cAAc,GAAG,GAChH,CACT,CAAA;AACL,CAAC,CAAA"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
|
|
2
|
+
|
|
3
|
+
import { usePathname } from "../../hooks/usePathname";
|
|
4
|
+
import { useRouter } from "../../hooks/useRouter";
|
|
5
|
+
import { Button } from 'primereact/button';
|
|
6
|
+
|
|
7
|
+
export const CreateButton = () => {
|
|
8
|
+
const router = useRouter();
|
|
9
|
+
const pathName = usePathname();
|
|
10
|
+
|
|
11
|
+
const createPAth = pathName.split('/').slice(0, -1).join('/') + '/create';
|
|
12
|
+
|
|
13
|
+
return (
|
|
14
|
+
<div>
|
|
15
|
+
<Button type="button" label="Add" size='small' onClick={() => router.push(createPAth)} className='small-button' />
|
|
16
|
+
</div>
|
|
17
|
+
)
|
|
18
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import "./solid-export.css";
|
|
2
|
+
export declare const DownloadProgressToast: ({ progress, visible, onClose, message, submessage, status }: {
|
|
3
|
+
progress: number;
|
|
4
|
+
visible: boolean;
|
|
5
|
+
onClose: () => void;
|
|
6
|
+
message?: string | undefined;
|
|
7
|
+
submessage?: string | undefined;
|
|
8
|
+
status?: string | undefined;
|
|
9
|
+
}) => import("react/jsx-runtime").JSX.Element | null;
|
|
10
|
+
//# sourceMappingURL=DownloadProgressToast.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DownloadProgressToast.d.ts","sourceRoot":"","sources":["../../../src/components/common/DownloadProgressToast.tsx"],"names":[],"mappings":"AAGA,OAAO,oBAAoB,CAAC;AAC5B,eAAO,MAAM,qBAAqB;cAQtB,MAAM;aACP,OAAO;aACP,MAAM,IAAI;;;;oDAwCpB,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { Button } from "primereact/button";
|
|
3
|
+
import { ProgressBar } from "primereact/progressbar";
|
|
4
|
+
import { useEffect } from "react";
|
|
5
|
+
import "./solid-export.css";
|
|
6
|
+
export var DownloadProgressToast = function (_a) {
|
|
7
|
+
var progress = _a.progress, visible = _a.visible, onClose = _a.onClose, message = _a.message, submessage = _a.submessage, status = _a.status;
|
|
8
|
+
useEffect(function () {
|
|
9
|
+
if (progress >= 100) {
|
|
10
|
+
setTimeout(onClose, 2000);
|
|
11
|
+
}
|
|
12
|
+
}, [progress]);
|
|
13
|
+
if (!visible)
|
|
14
|
+
return null;
|
|
15
|
+
return (_jsxs("div", { className: "SolidExportProgressToaster", children: [_jsxs("div", { className: "flex align-items-center justify-content-between gap-3", children: [_jsx("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: _jsx("path", { d: "M9 12.5H10V10.5H11C11.2833 10.5 11.5208 10.4042 11.7125 10.2125C11.9042 10.0208 12 9.78333 12 9.5V8.5C12 8.21667 11.9042 7.97917 11.7125 7.7875C11.5208 7.59583 11.2833 7.5 11 7.5H9V12.5ZM10 9.5V8.5H11V9.5H10ZM13 12.5H15C15.2833 12.5 15.5208 12.4042 15.7125 12.2125C15.9042 12.0208 16 11.7833 16 11.5V8.5C16 8.21667 15.9042 7.97917 15.7125 7.7875C15.5208 7.59583 15.2833 7.5 15 7.5H13V12.5ZM14 11.5V8.5H15V11.5H14ZM17 12.5H18V10.5H19V9.5H18V8.5H19V7.5H17V12.5ZM8 18C7.45 18 6.97917 17.8042 6.5875 17.4125C6.19583 17.0208 6 16.55 6 16V4C6 3.45 6.19583 2.97917 6.5875 2.5875C6.97917 2.19583 7.45 2 8 2H20C20.55 2 21.0208 2.19583 21.4125 2.5875C21.8042 2.97917 22 3.45 22 4V16C22 16.55 21.8042 17.0208 21.4125 17.4125C21.0208 17.8042 20.55 18 20 18H8ZM8 16H20V4H8V16ZM4 22C3.45 22 2.97917 21.8042 2.5875 21.4125C2.19583 21.0208 2 20.55 2 20V6H4V20H18V22H4Z", fill: status === "error" ? "red" : "#722ED1" }) }), _jsxs("div", { className: "flex-1", children: [_jsx("h2", { className: "text-lg font-semibold m-0 ".concat(status === "error" ? "text-red-500" : "ExportText"), children: message }), _jsx("p", { className: "text-sm ".concat(status === "error" ? "text-red-400" : "ExportText"), children: submessage })] }), status === "success" && (_jsx(Button, { label: "View Status", size: "small", className: "p-button-sm white-space-nowrap p-button-primary" })), _jsxs("svg", { onClick: onClose, width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [_jsx("rect", { width: "20", height: "20", rx: "10", fill: "#F0F0F0" }), _jsx("path", { d: "M6.8 14L6 13.2L9.2 10L6 6.8L6.8 6L10 9.2L13.2 6L14 6.8L10.8 10L14 13.2L13.2 14L10 10.8L6.8 14Z", fill: "#4B4D52" })] })] }), status !== "error" && (_jsx(ProgressBar, { value: progress, showValue: false, className: "ExportCustomProgressbar mt-2" }))] }));
|
|
16
|
+
};
|
|
17
|
+
//# sourceMappingURL=DownloadProgressToast.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DownloadProgressToast.js","sourceRoot":"","sources":["../../../src/components/common/DownloadProgressToast.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,mBAAmB,CAAC;AAC3C,OAAO,EAAE,WAAW,EAAE,MAAM,wBAAwB,CAAC;AACrD,OAAO,EAAE,SAAS,EAAY,MAAM,OAAO,CAAC;AAC5C,OAAO,oBAAoB,CAAC;AAC5B,MAAM,CAAC,IAAM,qBAAqB,GAAG,UAAC,EAcrC;QAbC,QAAQ,cAAA,EACR,OAAO,aAAA,EACP,OAAO,aAAA,EACP,OAAO,aAAA,EACP,UAAU,gBAAA,EACV,MAAM,YAAA;IASN,SAAS,CAAC;QACR,IAAI,QAAQ,IAAI,GAAG,EAAE;YACnB,UAAU,CAAC,OAAO,EAAE,IAAI,CAAC,CAAC;SAC3B;IACH,CAAC,EAAE,CAAC,QAAQ,CAAC,CAAC,CAAC;IAEf,IAAI,CAAC,OAAO;QAAE,OAAO,IAAI,CAAC;IAE1B,OAAO,CACL,eAAK,SAAS,EAAC,4BAA4B,aAC1C,eAAK,SAAS,EAAC,uDAAuD,aACnE,cAAK,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,YAC9F,eAAM,CAAC,EAAC,s1BAAs1B,EAAC,IAAI,EAAG,MAAM,KAAK,OAAO,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAA,SAAS,GAAG,GACx4B,EACN,eAAK,SAAS,EAAC,QAAQ,aACrB,aAAI,SAAS,EAAE,oCAA6B,MAAM,KAAK,OAAO,CAAC,CAAC,CAAC,cAAc,CAAC,CAAC,CAAC,YAAY,CAAE,YAC7F,OAAO,GACL,EACL,YAAG,SAAS,EAAE,kBAAW,MAAM,KAAK,OAAO,CAAC,CAAC,CAAC,cAAc,CAAC,CAAC,CAAC,YAAY,CAAE,YAC1E,UAAU,GACT,IACA,EACL,MAAM,KAAK,SAAS,IAAI,CACzB,KAAC,MAAM,IAAC,KAAK,EAAC,aAAa,EAAC,IAAI,EAAC,OAAO,EAAC,SAAS,EAAC,iDAAiD,GAAG,CACtG,EACD,eAAK,OAAO,EAAE,OAAO,EAAE,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,aAChH,eAAM,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,EAAE,EAAC,IAAI,EAAC,IAAI,EAAC,SAAS,GAAE,EACrD,eAAM,CAAC,EAAC,gGAAgG,EAAC,IAAI,EAAC,SAAS,GAAE,IACnH,IACF,EACL,MAAM,KAAK,OAAO,IAAI,CACrB,KAAC,WAAW,IAAC,KAAK,EAAE,QAAQ,EAAE,SAAS,EAAE,KAAK,EAAE,SAAS,EAAC,8BAA8B,GAAG,CAC5F,IACG,CACP,CAAC;AACJ,CAAC,CAAC"}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import { Button } from "primereact/button";
|
|
2
|
+
import { ProgressBar } from "primereact/progressbar";
|
|
3
|
+
import { useEffect, useState } from "react";
|
|
4
|
+
import "./solid-export.css";
|
|
5
|
+
export const DownloadProgressToast = ({
|
|
6
|
+
progress,
|
|
7
|
+
visible,
|
|
8
|
+
onClose,
|
|
9
|
+
message,
|
|
10
|
+
submessage,
|
|
11
|
+
status
|
|
12
|
+
}: {
|
|
13
|
+
progress: number;
|
|
14
|
+
visible: boolean;
|
|
15
|
+
onClose: () => void;
|
|
16
|
+
message?: string;
|
|
17
|
+
submessage?: string;
|
|
18
|
+
status?: string;
|
|
19
|
+
}) => {
|
|
20
|
+
useEffect(() => {
|
|
21
|
+
if (progress >= 100) {
|
|
22
|
+
setTimeout(onClose, 2000);
|
|
23
|
+
}
|
|
24
|
+
}, [progress]);
|
|
25
|
+
|
|
26
|
+
if (!visible) return null;
|
|
27
|
+
|
|
28
|
+
return (
|
|
29
|
+
<div className="SolidExportProgressToaster">
|
|
30
|
+
<div className="flex align-items-center justify-content-between gap-3">
|
|
31
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
32
|
+
<path d="M9 12.5H10V10.5H11C11.2833 10.5 11.5208 10.4042 11.7125 10.2125C11.9042 10.0208 12 9.78333 12 9.5V8.5C12 8.21667 11.9042 7.97917 11.7125 7.7875C11.5208 7.59583 11.2833 7.5 11 7.5H9V12.5ZM10 9.5V8.5H11V9.5H10ZM13 12.5H15C15.2833 12.5 15.5208 12.4042 15.7125 12.2125C15.9042 12.0208 16 11.7833 16 11.5V8.5C16 8.21667 15.9042 7.97917 15.7125 7.7875C15.5208 7.59583 15.2833 7.5 15 7.5H13V12.5ZM14 11.5V8.5H15V11.5H14ZM17 12.5H18V10.5H19V9.5H18V8.5H19V7.5H17V12.5ZM8 18C7.45 18 6.97917 17.8042 6.5875 17.4125C6.19583 17.0208 6 16.55 6 16V4C6 3.45 6.19583 2.97917 6.5875 2.5875C6.97917 2.19583 7.45 2 8 2H20C20.55 2 21.0208 2.19583 21.4125 2.5875C21.8042 2.97917 22 3.45 22 4V16C22 16.55 21.8042 17.0208 21.4125 17.4125C21.0208 17.8042 20.55 18 20 18H8ZM8 16H20V4H8V16ZM4 22C3.45 22 2.97917 21.8042 2.5875 21.4125C2.19583 21.0208 2 20.55 2 20V6H4V20H18V22H4Z" fill={ status === "error" ? "red" :"#722ED1"}/>
|
|
33
|
+
</svg>
|
|
34
|
+
<div className="flex-1">
|
|
35
|
+
<h2 className={`text-lg font-semibold m-0 ${status === "error" ? "text-red-500" : "ExportText"}`}>
|
|
36
|
+
{message}
|
|
37
|
+
</h2>
|
|
38
|
+
<p className={`text-sm ${status === "error" ? "text-red-400" : "ExportText"}`}>
|
|
39
|
+
{submessage}
|
|
40
|
+
</p>
|
|
41
|
+
</div>
|
|
42
|
+
{status === "success" && (
|
|
43
|
+
<Button label="View Status" size="small" className="p-button-sm white-space-nowrap p-button-primary" />
|
|
44
|
+
)}
|
|
45
|
+
<svg onClick={onClose} width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
46
|
+
<rect width="20" height="20" rx="10" fill="#F0F0F0"/>
|
|
47
|
+
<path d="M6.8 14L6 13.2L9.2 10L6 6.8L6.8 6L10 9.2L13.2 6L14 6.8L10.8 10L14 13.2L13.2 14L10 10.8L6.8 14Z" fill="#4B4D52"/>
|
|
48
|
+
</svg>
|
|
49
|
+
</div>
|
|
50
|
+
{status !== "error" && (
|
|
51
|
+
<ProgressBar value={progress} showValue={false} className="ExportCustomProgressbar mt-2" />
|
|
52
|
+
)}
|
|
53
|
+
</div>
|
|
54
|
+
);
|
|
55
|
+
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
interface DropzonePlaceholderProps {
|
|
2
|
+
mediaTypes?: string[];
|
|
3
|
+
mediaMaxSizeKb?: number;
|
|
4
|
+
}
|
|
5
|
+
export declare const DropzonePlaceholder: ({ mediaTypes, mediaMaxSizeKb }: DropzonePlaceholderProps) => import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
export {};
|
|
7
|
+
//# sourceMappingURL=DropzonePlaceholder.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DropzonePlaceholder.d.ts","sourceRoot":"","sources":["../../../src/components/common/DropzonePlaceholder.tsx"],"names":[],"mappings":"AAGA,UAAU,wBAAwB;IAC9B,UAAU,CAAC,EAAE,MAAM,EAAE,CAAC;IACtB,cAAc,CAAC,EAAE,MAAM,CAAC;CAC3B;AAED,eAAO,MAAM,mBAAmB,mCAAoC,wBAAwB,4CAsB3F,CAAA"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { Button } from "primereact/button";
|
|
3
|
+
export var DropzonePlaceholder = function (_a) {
|
|
4
|
+
var mediaTypes = _a.mediaTypes, mediaMaxSizeKb = _a.mediaMaxSizeKb;
|
|
5
|
+
var supportedFormats = (mediaTypes === null || mediaTypes === void 0 ? void 0 : mediaTypes.length)
|
|
6
|
+
? mediaTypes.map(function (type) { return type.toUpperCase(); }).join(", ")
|
|
7
|
+
: "PDF, JPEG | File";
|
|
8
|
+
// Convert max size from KB to MB and ensure it's at least 1MB
|
|
9
|
+
var maxSizeMB = mediaMaxSizeKb ? (mediaMaxSizeKb / 1024).toFixed(1) : "10";
|
|
10
|
+
return (_jsxs("div", { className: 'solid-dropzone', children: [_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", children: _jsx("path", { d: "M11 16V7.85L8.4 10.45L7 9L12 4L17 9L15.6 10.45L13 7.85V16H11ZM6 20C5.45 20 4.97917 19.8042 4.5875 19.4125C4.19583 19.0208 4 18.55 4 18V15H6V18H18V15H20V18C20 18.55 19.8042 19.0208 19.4125 19.4125C19.0208 19.8042 18.55 20 18 20H6Z", fill: "#666666" }) }), _jsxs("div", { className: 'font-bold mt-2 text-center', children: ["Drag and Drop or ", _jsx("span", { className: 'text-primary', children: " choose files" }), " to upload"] }), _jsxs("p", { children: ["Supported format: ", supportedFormats, " | Max size: ", maxSizeMB, " MB"] }), _jsx("div", { children: _jsx(Button, { outlined: true, size: 'small', severity: 'secondary', label: 'Click to Browse', type: "button" }) })] }));
|
|
11
|
+
};
|
|
12
|
+
//# sourceMappingURL=DropzonePlaceholder.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DropzonePlaceholder.js","sourceRoot":"","sources":["../../../src/components/common/DropzonePlaceholder.tsx"],"names":[],"mappings":";AAEA,OAAO,EAAE,MAAM,EAAE,MAAM,mBAAmB,CAAC;AAM3C,MAAM,CAAC,IAAM,mBAAmB,GAAG,UAAC,EAAwD;QAAtD,UAAU,gBAAA,EAAE,cAAc,oBAAA;IAC5D,IAAM,gBAAgB,GAAG,CAAA,UAAU,aAAV,UAAU,uBAAV,UAAU,CAAE,MAAM;QACvC,CAAC,CAAC,UAAU,CAAC,GAAG,CAAC,UAAA,IAAI,IAAI,OAAA,IAAI,CAAC,WAAW,EAAE,EAAlB,CAAkB,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC;QACvD,CAAC,CAAC,kBAAkB,CAAC;IAEzB,8DAA8D;IAC9D,IAAM,SAAS,GAAG,cAAc,CAAC,CAAC,CAAC,CAAC,cAAc,GAAG,IAAI,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC;IAE7E,OAAO,CACH,eAAK,SAAS,EAAC,gBAAgB,aAC3B,cAAK,KAAK,EAAC,4BAA4B,EAAC,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,YAC1F,eAAM,CAAC,EAAC,uOAAuO,EAAC,IAAI,EAAC,SAAS,GAAG,GAC/P,EACN,eAAK,SAAS,EAAC,4BAA4B,kCACtB,eAAM,SAAS,EAAC,cAAc,8BAAqB,kBAClE,EACN,8CAAsB,gBAAgB,mBAAe,SAAS,WAAQ,EACtE,wBACI,KAAC,MAAM,IAAC,QAAQ,QAAC,IAAI,EAAC,OAAO,EAAC,QAAQ,EAAC,WAAW,EAAC,KAAK,EAAC,iBAAiB,EAAC,IAAI,EAAC,QAAQ,GAAG,GACzF,IACJ,CACT,CAAA;AACL,CAAC,CAAA"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
|
|
2
|
+
|
|
3
|
+
import { Button } from "primereact/button";
|
|
4
|
+
interface DropzonePlaceholderProps {
|
|
5
|
+
mediaTypes?: string[];
|
|
6
|
+
mediaMaxSizeKb?: number;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
export const DropzonePlaceholder = ({ mediaTypes, mediaMaxSizeKb }: DropzonePlaceholderProps) => {
|
|
10
|
+
const supportedFormats = mediaTypes?.length
|
|
11
|
+
? mediaTypes.map(type => type.toUpperCase()).join(", ")
|
|
12
|
+
: "PDF, JPEG | File";
|
|
13
|
+
|
|
14
|
+
// Convert max size from KB to MB and ensure it's at least 1MB
|
|
15
|
+
const maxSizeMB = mediaMaxSizeKb ? (mediaMaxSizeKb / 1024).toFixed(1) : "10";
|
|
16
|
+
|
|
17
|
+
return (
|
|
18
|
+
<div className='solid-dropzone'>
|
|
19
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
|
|
20
|
+
<path d="M11 16V7.85L8.4 10.45L7 9L12 4L17 9L15.6 10.45L13 7.85V16H11ZM6 20C5.45 20 4.97917 19.8042 4.5875 19.4125C4.19583 19.0208 4 18.55 4 18V15H6V18H18V15H20V18C20 18.55 19.8042 19.0208 19.4125 19.4125C19.0208 19.8042 18.55 20 18 20H6Z" fill="#666666" />
|
|
21
|
+
</svg>
|
|
22
|
+
<div className='font-bold mt-2 text-center'>
|
|
23
|
+
Drag and Drop or <span className='text-primary'> choose files</span> to upload
|
|
24
|
+
</div>
|
|
25
|
+
<p>Supported format: {supportedFormats} | Max size: {maxSizeMB} MB</p>
|
|
26
|
+
<div>
|
|
27
|
+
<Button outlined size='small' severity='secondary' label='Click to Browse' type="button" />
|
|
28
|
+
</div>
|
|
29
|
+
</div>
|
|
30
|
+
)
|
|
31
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DropzoneUpload.d.ts","sourceRoot":"","sources":["../../../src/components/common/DropzoneUpload.tsx"],"names":[],"mappings":"AAIA,eAAO,MAAM,cAAc,+CAM1B,CAAA"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { Button } from 'primereact/button';
|
|
3
|
+
export var DropzoneUpload = function () {
|
|
4
|
+
return (_jsx("div", { className: 'text-center mt-2', children: _jsx(Button, { type: 'button', label: "Click here to Upload", className: 'no-underline', size: 'small', text: true, raised: false }) }));
|
|
5
|
+
};
|
|
6
|
+
//# sourceMappingURL=DropzoneUpload.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DropzoneUpload.js","sourceRoot":"","sources":["../../../src/components/common/DropzoneUpload.tsx"],"names":[],"mappings":";AAEA,OAAO,EAAE,MAAM,EAAE,MAAM,mBAAmB,CAAA;AAE1C,MAAM,CAAC,IAAM,cAAc,GAAG;IAC1B,OAAO,CACH,cAAK,SAAS,EAAC,kBAAkB,YAC7B,KAAC,MAAM,IAAC,IAAI,EAAC,QAAQ,EAAC,KAAK,EAAC,sBAAsB,EAAC,SAAS,EAAC,cAAc,EAAC,IAAI,EAAC,OAAO,EAAC,IAAI,QAAC,MAAM,EAAE,KAAK,GAAG,GAC5G,CACT,CAAA;AACL,CAAC,CAAA"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
|
|
2
|
+
|
|
3
|
+
import { Button } from 'primereact/button'
|
|
4
|
+
|
|
5
|
+
export const DropzoneUpload = () => {
|
|
6
|
+
return (
|
|
7
|
+
<div className='text-center mt-2'>
|
|
8
|
+
<Button type='button' label="Click here to Upload" className='no-underline' size='small' text raised={false}/>
|
|
9
|
+
</div>
|
|
10
|
+
)
|
|
11
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FileReaderExt.d.ts","sourceRoot":"","sources":["../../../src/components/common/FileReaderExt.tsx"],"names":[],"mappings":"AAGA,eAAO,MAAM,aAAa;iBAAoC,GAAG;6CAgBhE,CAAA"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import FileSvg from '../Svg/FileSvg';
|
|
3
|
+
export var FileReaderExt = function (_a) {
|
|
4
|
+
var fileDetails = _a.fileDetails;
|
|
5
|
+
var renderFile = function () {
|
|
6
|
+
var type = fileDetails.type;
|
|
7
|
+
switch (type) {
|
|
8
|
+
case "image/png":
|
|
9
|
+
return '/images/fileReader/image-jpg.png';
|
|
10
|
+
default:
|
|
11
|
+
return '/images/fileReader/image-jpg.png';
|
|
12
|
+
}
|
|
13
|
+
};
|
|
14
|
+
return (_jsx("div", { children: _jsx(FileSvg, {}) }));
|
|
15
|
+
};
|
|
16
|
+
//# sourceMappingURL=FileReaderExt.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FileReaderExt.js","sourceRoot":"","sources":["../../../src/components/common/FileReaderExt.tsx"],"names":[],"mappings":";AACA,OAAO,OAAO,MAAM,gBAAgB,CAAA;AAEpC,MAAM,CAAC,IAAM,aAAa,GAAG,UAAC,EAAqC;QAAnC,WAAW,iBAAA;IACvC,IAAM,UAAU,GAAG;QACf,IAAM,IAAI,GAAG,WAAW,CAAC,IAAI,CAAA;QAC7B,QAAQ,IAAI,EAAE;YACV,KAAK,WAAW;gBACZ,OAAO,kCAAkC,CAAA;YAC7C;gBACI,OAAO,kCAAkC,CAAA;SAChD;IACL,CAAC,CAAA;IACD,OAAO,CACH,wBACI,KAAC,OAAO,KAAG,GAET,CACT,CAAA;AACL,CAAC,CAAA"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
|
|
2
|
+
import FileSvg from '../Svg/FileSvg'
|
|
3
|
+
|
|
4
|
+
export const FileReaderExt = ({ fileDetails }: { fileDetails: any }) => {
|
|
5
|
+
const renderFile = () => {
|
|
6
|
+
const type = fileDetails.type
|
|
7
|
+
switch (type) {
|
|
8
|
+
case "image/png":
|
|
9
|
+
return '/images/fileReader/image-jpg.png'
|
|
10
|
+
default:
|
|
11
|
+
return '/images/fileReader/image-jpg.png'
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
return (
|
|
15
|
+
<div>
|
|
16
|
+
<FileSvg />
|
|
17
|
+
{/* <img src={renderFile()} style={{height: 50, width:50}}/> */}
|
|
18
|
+
</div>
|
|
19
|
+
)
|
|
20
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GeneralSettings.d.ts","sourceRoot":"","sources":["../../../src/components/common/GeneralSettings.tsx"],"names":[],"mappings":"AA8BA,eAAO,MAAM,eAAe,+CAgqC3B,CAAA"}
|