@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":"eventBus.d.ts","sourceRoot":"","sources":["../../src/helpers/eventBus.ts"],"names":[],"mappings":"AAAA,KAAK,YAAY,CAAC,CAAC,GAAG,GAAG,IAAI,CAAC,OAAO,EAAE,CAAC,KAAK,IAAI,CAAC;AAElD,cAAM,QAAQ;IACZ,OAAO,CAAC,SAAS,CAAwC;IAEzD,EAAE,CAAC,CAAC,GAAG,GAAG,EAAE,KAAK,EAAE,MAAM,EAAE,OAAO,EAAE,YAAY,CAAC,CAAC,CAAC;IAQnD,GAAG,CAAC,CAAC,GAAG,GAAG,EAAE,KAAK,EAAE,MAAM,EAAE,OAAO,EAAE,YAAY,CAAC,CAAC,CAAC;IAOpD,IAAI,CAAC,CAAC,GAAG,GAAG,EAAE,KAAK,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,CAAC;CAWzC;AAED,eAAO,MAAM,QAAQ,UAAiB,CAAC;AAEvC,eAAO,MAAM,SAAS;;;;CAIZ,CAAC"}
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
var EventBus = /** @class */ (function () {
|
|
2
|
+
function EventBus() {
|
|
3
|
+
Object.defineProperty(this, "listeners", {
|
|
4
|
+
enumerable: true,
|
|
5
|
+
configurable: true,
|
|
6
|
+
writable: true,
|
|
7
|
+
value: new Map()
|
|
8
|
+
});
|
|
9
|
+
}
|
|
10
|
+
Object.defineProperty(EventBus.prototype, "on", {
|
|
11
|
+
enumerable: false,
|
|
12
|
+
configurable: true,
|
|
13
|
+
writable: true,
|
|
14
|
+
value: function (event, handler) {
|
|
15
|
+
var _this = this;
|
|
16
|
+
if (!this.listeners.has(event)) {
|
|
17
|
+
this.listeners.set(event, new Set());
|
|
18
|
+
}
|
|
19
|
+
this.listeners.get(event).add(handler);
|
|
20
|
+
return function () { return _this.off(event, handler); };
|
|
21
|
+
}
|
|
22
|
+
});
|
|
23
|
+
Object.defineProperty(EventBus.prototype, "off", {
|
|
24
|
+
enumerable: false,
|
|
25
|
+
configurable: true,
|
|
26
|
+
writable: true,
|
|
27
|
+
value: function (event, handler) {
|
|
28
|
+
var set = this.listeners.get(event);
|
|
29
|
+
if (!set)
|
|
30
|
+
return;
|
|
31
|
+
set.delete(handler);
|
|
32
|
+
if (set.size === 0)
|
|
33
|
+
this.listeners.delete(event);
|
|
34
|
+
}
|
|
35
|
+
});
|
|
36
|
+
Object.defineProperty(EventBus.prototype, "emit", {
|
|
37
|
+
enumerable: false,
|
|
38
|
+
configurable: true,
|
|
39
|
+
writable: true,
|
|
40
|
+
value: function (event, payload) {
|
|
41
|
+
var set = this.listeners.get(event);
|
|
42
|
+
if (!set)
|
|
43
|
+
return;
|
|
44
|
+
for (var _i = 0, _a = Array.from(set); _i < _a.length; _i++) {
|
|
45
|
+
var handler = _a[_i];
|
|
46
|
+
try {
|
|
47
|
+
handler(payload);
|
|
48
|
+
}
|
|
49
|
+
catch (_b) {
|
|
50
|
+
// swallow to avoid breaking other listeners
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
});
|
|
55
|
+
return EventBus;
|
|
56
|
+
}());
|
|
57
|
+
export var eventBus = new EventBus();
|
|
58
|
+
export var AppEvents = {
|
|
59
|
+
SessionUpdated: "session:updated",
|
|
60
|
+
SessionCleared: "session:cleared",
|
|
61
|
+
GlobalError: "error:global",
|
|
62
|
+
};
|
|
63
|
+
//# sourceMappingURL=eventBus.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"eventBus.js","sourceRoot":"","sources":["../../src/helpers/eventBus.ts"],"names":[],"mappings":"AAEA;IAAA;QACU;;;;mBAAY,IAAI,GAAG,EAA6B;WAAC;IA4B3D,CAAC;;;;;eA1BC,UAAY,KAAa,EAAE,OAAwB;YAAnD,iBAMC;YALC,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,GAAG,CAAC,KAAK,CAAC,EAAE;gBAC9B,IAAI,CAAC,SAAS,CAAC,GAAG,CAAC,KAAK,EAAE,IAAI,GAAG,EAAE,CAAC,CAAC;aACtC;YACD,IAAI,CAAC,SAAS,CAAC,GAAG,CAAC,KAAK,CAAE,CAAC,GAAG,CAAC,OAAuB,CAAC,CAAC;YACxD,OAAO,cAAM,OAAA,KAAI,CAAC,GAAG,CAAC,KAAK,EAAE,OAAuB,CAAC,EAAxC,CAAwC,CAAC;QACxD,CAAC;;;;;;eAED,UAAa,KAAa,EAAE,OAAwB;YAClD,IAAM,GAAG,GAAG,IAAI,CAAC,SAAS,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC;YACtC,IAAI,CAAC,GAAG;gBAAE,OAAO;YACjB,GAAG,CAAC,MAAM,CAAC,OAAuB,CAAC,CAAC;YACpC,IAAI,GAAG,CAAC,IAAI,KAAK,CAAC;gBAAE,IAAI,CAAC,SAAS,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;QACnD,CAAC;;;;;;eAED,UAAc,KAAa,EAAE,OAAW;YACtC,IAAM,GAAG,GAAG,IAAI,CAAC,SAAS,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC;YACtC,IAAI,CAAC,GAAG;gBAAE,OAAO;YACjB,KAAsB,UAAe,EAAf,KAAA,KAAK,CAAC,IAAI,CAAC,GAAG,CAAC,EAAf,cAAe,EAAf,IAAe,EAAE;gBAAlC,IAAM,OAAO,SAAA;gBAChB,IAAI;oBACF,OAAO,CAAC,OAAY,CAAC,CAAC;iBACvB;gBAAC,WAAM;oBACN,4CAA4C;iBAC7C;aACF;QACH,CAAC;;IACH,eAAC;AAAD,CAAC,AA7BD,IA6BC;AAED,MAAM,CAAC,IAAM,QAAQ,GAAG,IAAI,QAAQ,EAAE,CAAC;AAEvC,MAAM,CAAC,IAAM,SAAS,GAAG;IACvB,cAAc,EAAE,iBAAiB;IACjC,cAAc,EAAE,iBAAiB;IACjC,WAAW,EAAE,cAAc;CACnB,CAAC"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
type EventHandler<T = any> = (payload: T) => void;
|
|
2
|
+
|
|
3
|
+
class EventBus {
|
|
4
|
+
private listeners = new Map<string, Set<EventHandler>>();
|
|
5
|
+
|
|
6
|
+
on<T = any>(event: string, handler: EventHandler<T>) {
|
|
7
|
+
if (!this.listeners.has(event)) {
|
|
8
|
+
this.listeners.set(event, new Set());
|
|
9
|
+
}
|
|
10
|
+
this.listeners.get(event)!.add(handler as EventHandler);
|
|
11
|
+
return () => this.off(event, handler as EventHandler);
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
off<T = any>(event: string, handler: EventHandler<T>) {
|
|
15
|
+
const set = this.listeners.get(event);
|
|
16
|
+
if (!set) return;
|
|
17
|
+
set.delete(handler as EventHandler);
|
|
18
|
+
if (set.size === 0) this.listeners.delete(event);
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
emit<T = any>(event: string, payload?: T) {
|
|
22
|
+
const set = this.listeners.get(event);
|
|
23
|
+
if (!set) return;
|
|
24
|
+
for (const handler of Array.from(set)) {
|
|
25
|
+
try {
|
|
26
|
+
handler(payload as T);
|
|
27
|
+
} catch {
|
|
28
|
+
// swallow to avoid breaking other listeners
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
export const eventBus = new EventBus();
|
|
35
|
+
|
|
36
|
+
export const AppEvents = {
|
|
37
|
+
SessionUpdated: "session:updated",
|
|
38
|
+
SessionCleared: "session:cleared",
|
|
39
|
+
GlobalError: "error:global",
|
|
40
|
+
} as const;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getAcceptedFileTypes.d.ts","sourceRoot":"","sources":["../../src/helpers/getAcceptedFileTypes.tsx"],"names":[],"mappings":"AAAA,MAAM,CAAC,OAAO,UAAU,oBAAoB,CAAC,UAAU,EAAE,MAAM,EAAE;;EAqBhE"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
export default function getAcceptedFileTypes(mediaTypes) {
|
|
2
|
+
if (!mediaTypes || mediaTypes.length === 0)
|
|
3
|
+
return {}; // Default empty
|
|
4
|
+
var fileTypeMapping = {
|
|
5
|
+
image: "image/*",
|
|
6
|
+
audio: "audio/*",
|
|
7
|
+
video: "video/*",
|
|
8
|
+
pdf: "application/pdf",
|
|
9
|
+
file: "",
|
|
10
|
+
};
|
|
11
|
+
// If "file" exists in mediaTypes, allow all files
|
|
12
|
+
if (mediaTypes.includes("file")) {
|
|
13
|
+
return {};
|
|
14
|
+
}
|
|
15
|
+
var acceptedTypes = mediaTypes
|
|
16
|
+
.map(function (type) { return fileTypeMapping[type.toLowerCase()]; })
|
|
17
|
+
.filter(Boolean); // Remove undefined values
|
|
18
|
+
return acceptedTypes.length > 0 ? Object.fromEntries(acceptedTypes.map(function (type) { return [type, []]; })) : {};
|
|
19
|
+
}
|
|
20
|
+
//# sourceMappingURL=getAcceptedFileTypes.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getAcceptedFileTypes.js","sourceRoot":"","sources":["../../src/helpers/getAcceptedFileTypes.tsx"],"names":[],"mappings":"AAAA,MAAM,CAAC,OAAO,UAAU,oBAAoB,CAAC,UAAoB;IAC7D,IAAI,CAAC,UAAU,IAAI,UAAU,CAAC,MAAM,KAAK,CAAC;QAAE,OAAO,EAAE,CAAC,CAAC,gBAAgB;IAEvE,IAAM,eAAe,GAA2B;QAC5C,KAAK,EAAE,SAAS;QAChB,KAAK,EAAE,SAAS;QAChB,KAAK,EAAE,SAAS;QAChB,GAAG,EAAE,iBAAiB;QACtB,IAAI,EAAE,EAAE;KACX,CAAC;IAEF,kDAAkD;IAClD,IAAI,UAAU,CAAC,QAAQ,CAAC,MAAM,CAAC,EAAE;QAC7B,OAAO,EAAE,CAAC;KACb;IAED,IAAM,aAAa,GAAG,UAAU;SAC3B,GAAG,CAAC,UAAA,IAAI,IAAI,OAAA,eAAe,CAAC,IAAI,CAAC,WAAW,EAAE,CAAC,EAAnC,CAAmC,CAAC;SAChD,MAAM,CAAC,OAAO,CAAC,CAAC,CAAC,0BAA0B;IAEhD,OAAO,aAAa,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,WAAW,CAAC,aAAa,CAAC,GAAG,CAAC,UAAA,IAAI,IAAI,OAAA,CAAC,IAAI,EAAE,EAAE,CAAC,EAAV,CAAU,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC;AACrG,CAAC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
export default function getAcceptedFileTypes(mediaTypes: string[]) {
|
|
2
|
+
if (!mediaTypes || mediaTypes.length === 0) return {}; // Default empty
|
|
3
|
+
|
|
4
|
+
const fileTypeMapping: Record<string, string> = {
|
|
5
|
+
image: "image/*",
|
|
6
|
+
audio: "audio/*",
|
|
7
|
+
video: "video/*",
|
|
8
|
+
pdf: "application/pdf",
|
|
9
|
+
file: "",
|
|
10
|
+
};
|
|
11
|
+
|
|
12
|
+
// If "file" exists in mediaTypes, allow all files
|
|
13
|
+
if (mediaTypes.includes("file")) {
|
|
14
|
+
return {};
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
const acceptedTypes = mediaTypes
|
|
18
|
+
.map(type => fileTypeMapping[type.toLowerCase()])
|
|
19
|
+
.filter(Boolean); // Remove undefined values
|
|
20
|
+
|
|
21
|
+
return acceptedTypes.length > 0 ? Object.fromEntries(acceptedTypes.map(type => [type, []])) : {};
|
|
22
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getRandomColors.d.ts","sourceRoot":"","sources":["../../src/helpers/getRandomColors.tsx"],"names":[],"mappings":"AAWA,wBAAgB,iBAAiB,WAOhC;AAED,eAAO,MAAM,aAAa,QAAS,MAAM,WAYxC,CAAC;AAEF,eAAO,MAAM,YAAY,YAAa,MAAM,0BAiC3C,CAAC"}
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
// export function getTextColor(bgColor: string) {
|
|
2
|
+
// // Convert hex to RGB using slice instead of deprecated substr
|
|
3
|
+
// const r = parseInt(bgColor.slice(1, 3), 16)
|
|
4
|
+
// const g = parseInt(bgColor.slice(3, 5), 16)
|
|
5
|
+
// const b = parseInt(bgColor.slice(5, 7), 16)
|
|
6
|
+
// // Brightness formula (standard luminance)
|
|
7
|
+
// const brightness = (r * 299 + g * 587 + b * 114) / 1000
|
|
8
|
+
// return brightness > 128 ? '#000000' : '#FFFFFF'
|
|
9
|
+
// }
|
|
10
|
+
export function getRandomHexColor() {
|
|
11
|
+
var letters = '0123456789ABCDEF';
|
|
12
|
+
var color = '#';
|
|
13
|
+
for (var i = 0; i < 6; i++) {
|
|
14
|
+
color += letters[Math.floor(Math.random() * 16)];
|
|
15
|
+
}
|
|
16
|
+
return color;
|
|
17
|
+
}
|
|
18
|
+
export var stringToColor = function (str) {
|
|
19
|
+
var hash = 0;
|
|
20
|
+
for (var i = 0; i < str.length; i++) {
|
|
21
|
+
hash = str.charCodeAt(i) + ((hash << 5) - hash);
|
|
22
|
+
}
|
|
23
|
+
// Convert hash to a color
|
|
24
|
+
var hue = hash % 360;
|
|
25
|
+
var saturation = 70 + (hash % 20); // 70-90% saturation
|
|
26
|
+
var lightness = 40 + (hash % 20); // 40-60% lightness
|
|
27
|
+
return "hsl(".concat(hue, ", ").concat(saturation, "%, ").concat(lightness, "%)");
|
|
28
|
+
};
|
|
29
|
+
export var getTextColor = function (bgColor) {
|
|
30
|
+
var hsl = bgColor.match(/\d+/g);
|
|
31
|
+
if (!hsl)
|
|
32
|
+
return '#000000';
|
|
33
|
+
var h = parseInt(hsl[0]) / 360;
|
|
34
|
+
var s = parseInt(hsl[1]) / 100;
|
|
35
|
+
var l = parseInt(hsl[2]) / 100;
|
|
36
|
+
var r, g, b;
|
|
37
|
+
if (s === 0) {
|
|
38
|
+
r = g = b = l;
|
|
39
|
+
}
|
|
40
|
+
else {
|
|
41
|
+
var hue2rgb = function (p, q, t) {
|
|
42
|
+
if (t < 0)
|
|
43
|
+
t += 1;
|
|
44
|
+
if (t > 1)
|
|
45
|
+
t -= 1;
|
|
46
|
+
if (t < 1 / 6)
|
|
47
|
+
return p + (q - p) * 6 * t;
|
|
48
|
+
if (t < 1 / 2)
|
|
49
|
+
return q;
|
|
50
|
+
if (t < 2 / 3)
|
|
51
|
+
return p + (q - p) * (2 / 3 - t) * 6;
|
|
52
|
+
return p;
|
|
53
|
+
};
|
|
54
|
+
var q = l < 0.5 ? l * (1 + s) : l + s - l * s;
|
|
55
|
+
var p = 2 * l - q;
|
|
56
|
+
r = hue2rgb(p, q, h + 1 / 3);
|
|
57
|
+
g = hue2rgb(p, q, h);
|
|
58
|
+
b = hue2rgb(p, q, h - 1 / 3);
|
|
59
|
+
}
|
|
60
|
+
var luminance = 0.2126 * r + 0.7152 * g + 0.0722 * b;
|
|
61
|
+
return luminance > 0.5 ? '#000000' : '#FFFFFF';
|
|
62
|
+
};
|
|
63
|
+
//# sourceMappingURL=getRandomColors.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getRandomColors.js","sourceRoot":"","sources":["../../src/helpers/getRandomColors.tsx"],"names":[],"mappings":"AAAA,kDAAkD;AAClD,qEAAqE;AACrE,kDAAkD;AAClD,kDAAkD;AAClD,kDAAkD;AAElD,iDAAiD;AACjD,8DAA8D;AAC9D,sDAAsD;AACtD,IAAI;AAEJ,MAAM,UAAU,iBAAiB;IAC7B,IAAM,OAAO,GAAG,kBAAkB,CAAA;IAClC,IAAI,KAAK,GAAG,GAAG,CAAA;IACf,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,CAAC,EAAE,CAAC,EAAE,EAAE;QACxB,KAAK,IAAI,OAAO,CAAC,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,MAAM,EAAE,GAAG,EAAE,CAAC,CAAC,CAAA;KACnD;IACD,OAAO,KAAK,CAAA;AAChB,CAAC;AAED,MAAM,CAAC,IAAM,aAAa,GAAG,UAAC,GAAW;IACrC,IAAI,IAAI,GAAG,CAAC,CAAC;IACb,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,GAAG,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE;QACjC,IAAI,GAAG,GAAG,CAAC,UAAU,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,IAAI,IAAI,CAAC,CAAC,GAAG,IAAI,CAAC,CAAC;KACnD;IAED,0BAA0B;IAC1B,IAAM,GAAG,GAAG,IAAI,GAAG,GAAG,CAAC;IACvB,IAAM,UAAU,GAAG,EAAE,GAAG,CAAC,IAAI,GAAG,EAAE,CAAC,CAAC,CAAC,oBAAoB;IACzD,IAAM,SAAS,GAAG,EAAE,GAAG,CAAC,IAAI,GAAG,EAAE,CAAC,CAAC,CAAC,mBAAmB;IAEvD,OAAO,cAAO,GAAG,eAAK,UAAU,gBAAM,SAAS,OAAI,CAAC;AACxD,CAAC,CAAC;AAEF,MAAM,CAAC,IAAM,YAAY,GAAG,UAAC,OAAe;IACxC,IAAM,GAAG,GAAG,OAAO,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IAClC,IAAI,CAAC,GAAG;QAAE,OAAO,SAAS,CAAC;IAE3B,IAAM,CAAC,GAAG,QAAQ,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,GAAG,GAAG,CAAC;IACjC,IAAM,CAAC,GAAG,QAAQ,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,GAAG,GAAG,CAAC;IACjC,IAAM,CAAC,GAAG,QAAQ,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,GAAG,GAAG,CAAC;IAEjC,IAAI,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC;IAEZ,IAAI,CAAC,KAAK,CAAC,EAAE;QACT,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;KACjB;SAAM;QACH,IAAM,OAAO,GAAG,UAAC,CAAS,EAAE,CAAS,EAAE,CAAS;YAC5C,IAAI,CAAC,GAAG,CAAC;gBAAE,CAAC,IAAI,CAAC,CAAC;YAClB,IAAI,CAAC,GAAG,CAAC;gBAAE,CAAC,IAAI,CAAC,CAAC;YAClB,IAAI,CAAC,GAAG,CAAC,GAAC,CAAC;gBAAE,OAAO,CAAC,GAAG,CAAC,CAAC,GAAG,CAAC,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;YACxC,IAAI,CAAC,GAAG,CAAC,GAAC,CAAC;gBAAE,OAAO,CAAC,CAAC;YACtB,IAAI,CAAC,GAAG,CAAC,GAAC,CAAC;gBAAE,OAAO,CAAC,GAAG,CAAC,CAAC,GAAG,CAAC,CAAC,GAAG,CAAC,CAAC,GAAC,CAAC,GAAG,CAAC,CAAC,GAAG,CAAC,CAAC;YAChD,OAAO,CAAC,CAAC;QACb,CAAC,CAAC;QAEF,IAAM,CAAC,GAAG,CAAC,GAAG,GAAG,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;QAChD,IAAM,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;QAEpB,CAAC,GAAG,OAAO,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,GAAG,CAAC,GAAC,CAAC,CAAC,CAAC;QAC3B,CAAC,GAAG,OAAO,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC;QACrB,CAAC,GAAG,OAAO,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,GAAG,CAAC,GAAC,CAAC,CAAC,CAAC;KAC9B;IAED,IAAM,SAAS,GAAG,MAAM,GAAG,CAAC,GAAG,MAAM,GAAG,CAAC,GAAG,MAAM,GAAG,CAAC,CAAC;IAEvD,OAAO,SAAS,GAAG,GAAG,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;AACnD,CAAC,CAAC"}
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
// export function getTextColor(bgColor: string) {
|
|
2
|
+
// // Convert hex to RGB using slice instead of deprecated substr
|
|
3
|
+
// const r = parseInt(bgColor.slice(1, 3), 16)
|
|
4
|
+
// const g = parseInt(bgColor.slice(3, 5), 16)
|
|
5
|
+
// const b = parseInt(bgColor.slice(5, 7), 16)
|
|
6
|
+
|
|
7
|
+
// // Brightness formula (standard luminance)
|
|
8
|
+
// const brightness = (r * 299 + g * 587 + b * 114) / 1000
|
|
9
|
+
// return brightness > 128 ? '#000000' : '#FFFFFF'
|
|
10
|
+
// }
|
|
11
|
+
|
|
12
|
+
export function getRandomHexColor() {
|
|
13
|
+
const letters = '0123456789ABCDEF'
|
|
14
|
+
let color = '#'
|
|
15
|
+
for (let i = 0; i < 6; i++) {
|
|
16
|
+
color += letters[Math.floor(Math.random() * 16)]
|
|
17
|
+
}
|
|
18
|
+
return color
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
export const stringToColor = (str: string) => {
|
|
22
|
+
let hash = 0;
|
|
23
|
+
for (let i = 0; i < str.length; i++) {
|
|
24
|
+
hash = str.charCodeAt(i) + ((hash << 5) - hash);
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
// Convert hash to a color
|
|
28
|
+
const hue = hash % 360;
|
|
29
|
+
const saturation = 70 + (hash % 20); // 70-90% saturation
|
|
30
|
+
const lightness = 40 + (hash % 20); // 40-60% lightness
|
|
31
|
+
|
|
32
|
+
return `hsl(${hue}, ${saturation}%, ${lightness}%)`;
|
|
33
|
+
};
|
|
34
|
+
|
|
35
|
+
export const getTextColor = (bgColor: string) => {
|
|
36
|
+
const hsl = bgColor.match(/\d+/g);
|
|
37
|
+
if (!hsl) return '#000000';
|
|
38
|
+
|
|
39
|
+
const h = parseInt(hsl[0]) / 360;
|
|
40
|
+
const s = parseInt(hsl[1]) / 100;
|
|
41
|
+
const l = parseInt(hsl[2]) / 100;
|
|
42
|
+
|
|
43
|
+
let r, g, b;
|
|
44
|
+
|
|
45
|
+
if (s === 0) {
|
|
46
|
+
r = g = b = l;
|
|
47
|
+
} else {
|
|
48
|
+
const hue2rgb = (p: number, q: number, t: number) => {
|
|
49
|
+
if (t < 0) t += 1;
|
|
50
|
+
if (t > 1) t -= 1;
|
|
51
|
+
if (t < 1/6) return p + (q - p) * 6 * t;
|
|
52
|
+
if (t < 1/2) return q;
|
|
53
|
+
if (t < 2/3) return p + (q - p) * (2/3 - t) * 6;
|
|
54
|
+
return p;
|
|
55
|
+
};
|
|
56
|
+
|
|
57
|
+
const q = l < 0.5 ? l * (1 + s) : l + s - l * s;
|
|
58
|
+
const p = 2 * l - q;
|
|
59
|
+
|
|
60
|
+
r = hue2rgb(p, q, h + 1/3);
|
|
61
|
+
g = hue2rgb(p, q, h);
|
|
62
|
+
b = hue2rgb(p, q, h - 1/3);
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
const luminance = 0.2126 * r + 0.7152 * g + 0.0722 * b;
|
|
66
|
+
|
|
67
|
+
return luminance > 0.5 ? '#000000' : '#FFFFFF';
|
|
68
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export declare const calculateDaysOfStay: (checkInDate: Date, checkOutDate: Date) => number;
|
|
2
|
+
export declare const addCommasToAmount: (amount: string) => string;
|
|
3
|
+
export declare const getSingularAndPlural: (displayName: any) => {
|
|
4
|
+
toKebabCase: any;
|
|
5
|
+
toSnakeCase: any;
|
|
6
|
+
toPluralKebabCase: string;
|
|
7
|
+
toPluralCamelCase: string;
|
|
8
|
+
toCamelCase: any;
|
|
9
|
+
};
|
|
10
|
+
export declare function formikValuestoQueryString(values: any): string;
|
|
11
|
+
//# sourceMappingURL=helpers.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"helpers.d.ts","sourceRoot":"","sources":["../../src/helpers/helpers.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,mBAAmB,gBAAiB,IAAI,gBAAgB,IAAI,WAKxE,CAAC;AAEF,eAAO,MAAM,iBAAiB,WAAY,MAAM,WAQ/C,CAAC;AAGF,eAAO,MAAM,oBAAoB,gBAAiB,GAAG;;;;;;CAgBpD,CAAC;AAYF,wBAAgB,yBAAyB,CAAC,MAAM,EAAE,GAAG,UAQpD"}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { camelCase, kebabCase, snakeCase } from "lodash";
|
|
2
|
+
import moment from "moment";
|
|
3
|
+
import pluralize from "pluralize";
|
|
4
|
+
import qs from "qs";
|
|
5
|
+
export var calculateDaysOfStay = function (checkInDate, checkOutDate) {
|
|
6
|
+
var startDate = moment(checkInDate);
|
|
7
|
+
var endDate = moment(checkOutDate);
|
|
8
|
+
return endDate.diff(startDate, "days") + 1;
|
|
9
|
+
};
|
|
10
|
+
export var addCommasToAmount = function (amount) {
|
|
11
|
+
amount = amount.toString();
|
|
12
|
+
var parts = amount.split(".");
|
|
13
|
+
parts[0] = parts[0].replace(/\B(?=(\d{3})+(?!\d))/g, ",");
|
|
14
|
+
return parts.join(".");
|
|
15
|
+
};
|
|
16
|
+
export var getSingularAndPlural = function (displayName) {
|
|
17
|
+
// Convert display name to kebab-case (lowercase with hyphens)
|
|
18
|
+
var toKebabCase = kebabCase(displayName);
|
|
19
|
+
var toSnakeCase = snakeCase(displayName);
|
|
20
|
+
var toCamelCase = camelCase(displayName);
|
|
21
|
+
// Get the plural form using pluralize
|
|
22
|
+
var toPluralKebabCase = pluralize(toKebabCase);
|
|
23
|
+
var toPluralCamelCase = pluralize(toCamelCase);
|
|
24
|
+
return { toKebabCase: toKebabCase, toSnakeCase: toSnakeCase, toPluralKebabCase: toPluralKebabCase, toPluralCamelCase: toPluralCamelCase, toCamelCase: toCamelCase };
|
|
25
|
+
};
|
|
26
|
+
function cleanForQuery(values) {
|
|
27
|
+
// remove files, blobs, data: URIs, null/undefined
|
|
28
|
+
return JSON.parse(JSON.stringify(values, function (k, v) {
|
|
29
|
+
if (v === null || v === undefined)
|
|
30
|
+
return undefined;
|
|
31
|
+
if (v instanceof File || v instanceof Blob)
|
|
32
|
+
return undefined;
|
|
33
|
+
if (typeof v === "string" && v.startsWith("data:"))
|
|
34
|
+
return undefined;
|
|
35
|
+
return v;
|
|
36
|
+
}));
|
|
37
|
+
}
|
|
38
|
+
export function formikValuestoQueryString(values) {
|
|
39
|
+
var filtered = cleanForQuery(values);
|
|
40
|
+
return qs.stringify(filtered, {
|
|
41
|
+
encode: true,
|
|
42
|
+
arrayFormat: "brackets",
|
|
43
|
+
allowDots: true,
|
|
44
|
+
skipNulls: true,
|
|
45
|
+
});
|
|
46
|
+
}
|
|
47
|
+
//# sourceMappingURL=helpers.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"helpers.js","sourceRoot":"","sources":["../../src/helpers/helpers.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,QAAQ,CAAC;AACzD,OAAO,MAAM,MAAM,QAAQ,CAAC;AAC5B,OAAO,SAAS,MAAM,WAAW,CAAC;AAClC,OAAO,EAAE,MAAM,IAAI,CAAC;AAEpB,MAAM,CAAC,IAAM,mBAAmB,GAAG,UAAC,WAAiB,EAAE,YAAkB;IACvE,IAAM,SAAS,GAAG,MAAM,CAAC,WAAW,CAAC,CAAC;IACtC,IAAM,OAAO,GAAG,MAAM,CAAC,YAAY,CAAC,CAAC;IAErC,OAAO,OAAO,CAAC,IAAI,CAAC,SAAS,EAAE,MAAM,CAAC,GAAG,CAAC,CAAC;AAC7C,CAAC,CAAC;AAEF,MAAM,CAAC,IAAM,iBAAiB,GAAG,UAAC,MAAc;IAC9C,MAAM,GAAG,MAAM,CAAC,QAAQ,EAAE,CAAC;IAE3B,IAAM,KAAK,GAAG,MAAM,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;IAEhC,KAAK,CAAC,CAAC,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,CAAC,OAAO,CAAC,uBAAuB,EAAE,GAAG,CAAC,CAAC;IAE1D,OAAO,KAAK,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;AACzB,CAAC,CAAC;AAGF,MAAM,CAAC,IAAM,oBAAoB,GAAG,UAAC,WAAgB;IACnD,8DAA8D;IAC9D,IAAM,WAAW,GAAQ,SAAS,CAAC,WAAW,CAAC,CAAC;IAEhD,IAAM,WAAW,GAAQ,SAAS,CAAC,WAAW,CAAC,CAAC;IAEhD,IAAM,WAAW,GAAQ,SAAS,CAAC,WAAW,CAAC,CAAC;IAGhD,sCAAsC;IACtC,IAAM,iBAAiB,GAAG,SAAS,CAAC,WAAW,CAAC,CAAC;IAEjD,IAAM,iBAAiB,GAAG,SAAS,CAAC,WAAW,CAAC,CAAC;IAGjD,OAAO,EAAE,WAAW,aAAA,EAAE,WAAW,aAAA,EAAE,iBAAiB,mBAAA,EAAE,iBAAiB,mBAAA,EAAC,WAAW,aAAA,EAAE,CAAC;AACxF,CAAC,CAAC;AAEF,SAAS,aAAa,CAAC,MAAW;IAChC,kDAAkD;IAClD,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,SAAS,CAAC,MAAM,EAAE,UAAC,CAAC,EAAE,CAAC;QAC5C,IAAI,CAAC,KAAK,IAAI,IAAI,CAAC,KAAK,SAAS;YAAE,OAAO,SAAS,CAAC;QACpD,IAAI,CAAC,YAAY,IAAI,IAAI,CAAC,YAAY,IAAI;YAAE,OAAO,SAAS,CAAC;QAC7D,IAAI,OAAO,CAAC,KAAK,QAAQ,IAAI,CAAC,CAAC,UAAU,CAAC,OAAO,CAAC;YAAE,OAAO,SAAS,CAAC;QACrE,OAAO,CAAC,CAAC;IACX,CAAC,CAAC,CAAC,CAAC;AACN,CAAC;AAED,MAAM,UAAU,yBAAyB,CAAC,MAAW;IACnD,IAAM,QAAQ,GAAG,aAAa,CAAC,MAAM,CAAC,CAAC;IACvC,OAAO,EAAE,CAAC,SAAS,CAAC,QAAQ,EAAE;QAC5B,MAAM,EAAE,IAAI;QACZ,WAAW,EAAE,UAAU;QACvB,SAAS,EAAE,IAAI;QACf,SAAS,EAAE,IAAI;KAChB,CAAC,CAAC;AACL,CAAC"}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
|
|
2
|
+
import { camelCase, kebabCase, snakeCase } from "lodash";
|
|
3
|
+
import moment from "moment";
|
|
4
|
+
import pluralize from "pluralize";
|
|
5
|
+
import qs from "qs";
|
|
6
|
+
|
|
7
|
+
export const calculateDaysOfStay = (checkInDate: Date, checkOutDate: Date) => {
|
|
8
|
+
const startDate = moment(checkInDate);
|
|
9
|
+
const endDate = moment(checkOutDate);
|
|
10
|
+
|
|
11
|
+
return endDate.diff(startDate, "days") + 1;
|
|
12
|
+
};
|
|
13
|
+
|
|
14
|
+
export const addCommasToAmount = (amount: string) => {
|
|
15
|
+
amount = amount.toString();
|
|
16
|
+
|
|
17
|
+
const parts = amount.split(".");
|
|
18
|
+
|
|
19
|
+
parts[0] = parts[0].replace(/\B(?=(\d{3})+(?!\d))/g, ",");
|
|
20
|
+
|
|
21
|
+
return parts.join(".");
|
|
22
|
+
};
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
export const getSingularAndPlural = (displayName: any) => {
|
|
26
|
+
// Convert display name to kebab-case (lowercase with hyphens)
|
|
27
|
+
const toKebabCase: any = kebabCase(displayName);
|
|
28
|
+
|
|
29
|
+
const toSnakeCase: any = snakeCase(displayName);
|
|
30
|
+
|
|
31
|
+
const toCamelCase: any = camelCase(displayName);
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
// Get the plural form using pluralize
|
|
35
|
+
const toPluralKebabCase = pluralize(toKebabCase);
|
|
36
|
+
|
|
37
|
+
const toPluralCamelCase = pluralize(toCamelCase);
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
return { toKebabCase, toSnakeCase, toPluralKebabCase, toPluralCamelCase,toCamelCase };
|
|
41
|
+
};
|
|
42
|
+
|
|
43
|
+
function cleanForQuery(values: any) {
|
|
44
|
+
// remove files, blobs, data: URIs, null/undefined
|
|
45
|
+
return JSON.parse(JSON.stringify(values, (k, v) => {
|
|
46
|
+
if (v === null || v === undefined) return undefined;
|
|
47
|
+
if (v instanceof File || v instanceof Blob) return undefined;
|
|
48
|
+
if (typeof v === "string" && v.startsWith("data:")) return undefined;
|
|
49
|
+
return v;
|
|
50
|
+
}));
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
export function formikValuestoQueryString(values: any) {
|
|
54
|
+
const filtered = cleanForQuery(values);
|
|
55
|
+
return qs.stringify(filtered, {
|
|
56
|
+
encode: true,
|
|
57
|
+
arrayFormat: "brackets",
|
|
58
|
+
allowDots: true,
|
|
59
|
+
skipNulls: true,
|
|
60
|
+
});
|
|
61
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"hydrateRelationRules.d.ts","sourceRoot":"","sources":["../../src/helpers/hydrateRelationRules.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAkB,MAAM,2CAA2C,CAAC;AAgBvF,wBAAsB,oBAAoB,CACxC,SAAS,EAAE,UAAU,EAAE,EACvB,QAAQ,EAAE,GAAG,GACZ,OAAO,CAAC,UAAU,EAAE,CAAC,CAsGvB"}
|
|
@@ -0,0 +1,147 @@
|
|
|
1
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
2
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
3
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
4
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
5
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
6
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
7
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
8
|
+
});
|
|
9
|
+
};
|
|
10
|
+
var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
11
|
+
var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
|
|
12
|
+
return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
|
|
13
|
+
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
14
|
+
function step(op) {
|
|
15
|
+
if (f) throw new TypeError("Generator is already executing.");
|
|
16
|
+
while (g && (g = 0, op[0] && (_ = 0)), _) try {
|
|
17
|
+
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
|
|
18
|
+
if (y = 0, t) op = [op[0] & 2, t.value];
|
|
19
|
+
switch (op[0]) {
|
|
20
|
+
case 0: case 1: t = op; break;
|
|
21
|
+
case 4: _.label++; return { value: op[1], done: false };
|
|
22
|
+
case 5: _.label++; y = op[1]; op = [0]; continue;
|
|
23
|
+
case 7: op = _.ops.pop(); _.trys.pop(); continue;
|
|
24
|
+
default:
|
|
25
|
+
if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
|
|
26
|
+
if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
|
|
27
|
+
if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
|
|
28
|
+
if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
|
|
29
|
+
if (t[2]) _.ops.pop();
|
|
30
|
+
_.trys.pop(); continue;
|
|
31
|
+
}
|
|
32
|
+
op = body.call(thisArg, _);
|
|
33
|
+
} catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
|
|
34
|
+
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
35
|
+
}
|
|
36
|
+
};
|
|
37
|
+
import { FilterRuleType } from "../components/core/common/FilterComponent";
|
|
38
|
+
import { kebabCase } from "change-case";
|
|
39
|
+
import { getSession } from "../adapters/auth/index";
|
|
40
|
+
import { env } from "../adapters/env";
|
|
41
|
+
import { solidGet } from "../http/solidHttp";
|
|
42
|
+
var API_URL = env("NEXT_PUBLIC_BACKEND_API_URL");
|
|
43
|
+
export function hydrateRelationRules(rootRules, viewData) {
|
|
44
|
+
var _a, _b, _c, _d, _e, _f;
|
|
45
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
46
|
+
var relationMap, walk, buckets, session, token, _loop_1, _i, buckets_1, bucket;
|
|
47
|
+
return __generator(this, function (_g) {
|
|
48
|
+
switch (_g.label) {
|
|
49
|
+
case 0:
|
|
50
|
+
relationMap = new Map();
|
|
51
|
+
walk = function (rule) {
|
|
52
|
+
var _a, _b;
|
|
53
|
+
if (rule.type === FilterRuleType.RULE && rule.fieldName) {
|
|
54
|
+
var meta = (_b = (_a = viewData === null || viewData === void 0 ? void 0 : viewData.data) === null || _a === void 0 ? void 0 : _a.solidFieldsMetadata) === null || _b === void 0 ? void 0 : _b[rule.fieldName];
|
|
55
|
+
if ((meta === null || meta === void 0 ? void 0 : meta.type) === "relation" &&
|
|
56
|
+
meta.relationType === "many-to-many" &&
|
|
57
|
+
Array.isArray(rule.value) &&
|
|
58
|
+
typeof rule.value[0] === "number") {
|
|
59
|
+
if (!relationMap.has(rule.fieldName)) {
|
|
60
|
+
relationMap.set(rule.fieldName, {
|
|
61
|
+
meta: meta,
|
|
62
|
+
rules: [],
|
|
63
|
+
ids: new Set()
|
|
64
|
+
});
|
|
65
|
+
}
|
|
66
|
+
var bucket_1 = relationMap.get(rule.fieldName);
|
|
67
|
+
rule.value.forEach(function (id) { return bucket_1.ids.add(id); });
|
|
68
|
+
bucket_1.rules.push(rule);
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
if (Array.isArray(rule.children)) {
|
|
72
|
+
rule.children.forEach(walk);
|
|
73
|
+
}
|
|
74
|
+
};
|
|
75
|
+
rootRules.forEach(walk);
|
|
76
|
+
buckets = Array.from(relationMap.values());
|
|
77
|
+
return [4 /*yield*/, getSession()];
|
|
78
|
+
case 1:
|
|
79
|
+
session = _g.sent();
|
|
80
|
+
token = (_a = session === null || session === void 0 ? void 0 : session.user) === null || _a === void 0 ? void 0 : _a.accessToken;
|
|
81
|
+
if (!token) {
|
|
82
|
+
console.error("hydrateRelationRules: Not authenticated");
|
|
83
|
+
return [2 /*return*/, rootRules];
|
|
84
|
+
}
|
|
85
|
+
_loop_1 = function (bucket) {
|
|
86
|
+
var meta, rules, ids, kebabEntityName, resp, records, labelField, idToLabel;
|
|
87
|
+
return __generator(this, function (_h) {
|
|
88
|
+
switch (_h.label) {
|
|
89
|
+
case 0:
|
|
90
|
+
meta = bucket.meta, rules = bucket.rules, ids = bucket.ids;
|
|
91
|
+
if (!meta.relationCoModelSingularName ||
|
|
92
|
+
!((_c = (_b = meta.relationModel) === null || _b === void 0 ? void 0 : _b.userKeyField) === null || _c === void 0 ? void 0 : _c.name)) {
|
|
93
|
+
return [2 /*return*/, "continue"];
|
|
94
|
+
}
|
|
95
|
+
kebabEntityName = kebabCase(meta.relationCoModelSingularName);
|
|
96
|
+
return [4 /*yield*/, solidGet("".concat(API_URL, "/api/").concat(kebabEntityName), {
|
|
97
|
+
params: {
|
|
98
|
+
offset: 0,
|
|
99
|
+
limit: 100,
|
|
100
|
+
filters: {
|
|
101
|
+
id: { $in: Array.from(ids) },
|
|
102
|
+
},
|
|
103
|
+
},
|
|
104
|
+
headers: {
|
|
105
|
+
Authorization: "Bearer ".concat(token),
|
|
106
|
+
},
|
|
107
|
+
})];
|
|
108
|
+
case 1:
|
|
109
|
+
resp = _h.sent();
|
|
110
|
+
records = (_f = (_e = (_d = resp === null || resp === void 0 ? void 0 : resp.data) === null || _d === void 0 ? void 0 : _d.data) === null || _e === void 0 ? void 0 : _e.records) !== null && _f !== void 0 ? _f : [];
|
|
111
|
+
labelField = meta.relationModel.userKeyField.name;
|
|
112
|
+
idToLabel = new Map(records.map(function (item) { return [
|
|
113
|
+
item.id,
|
|
114
|
+
item[labelField]
|
|
115
|
+
]; }));
|
|
116
|
+
// 3️⃣ Replace numeric IDs with { label, value }
|
|
117
|
+
rules.forEach(function (rule) {
|
|
118
|
+
rule.value = rule.value.map(function (id) {
|
|
119
|
+
var _a;
|
|
120
|
+
return ({
|
|
121
|
+
label: (_a = idToLabel.get(id)) !== null && _a !== void 0 ? _a : String(id),
|
|
122
|
+
value: id
|
|
123
|
+
});
|
|
124
|
+
});
|
|
125
|
+
});
|
|
126
|
+
return [2 /*return*/];
|
|
127
|
+
}
|
|
128
|
+
});
|
|
129
|
+
};
|
|
130
|
+
_i = 0, buckets_1 = buckets;
|
|
131
|
+
_g.label = 2;
|
|
132
|
+
case 2:
|
|
133
|
+
if (!(_i < buckets_1.length)) return [3 /*break*/, 5];
|
|
134
|
+
bucket = buckets_1[_i];
|
|
135
|
+
return [5 /*yield**/, _loop_1(bucket)];
|
|
136
|
+
case 3:
|
|
137
|
+
_g.sent();
|
|
138
|
+
_g.label = 4;
|
|
139
|
+
case 4:
|
|
140
|
+
_i++;
|
|
141
|
+
return [3 /*break*/, 2];
|
|
142
|
+
case 5: return [2 /*return*/, rootRules];
|
|
143
|
+
}
|
|
144
|
+
});
|
|
145
|
+
});
|
|
146
|
+
}
|
|
147
|
+
//# sourceMappingURL=hydrateRelationRules.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"hydrateRelationRules.js","sourceRoot":"","sources":["../../src/helpers/hydrateRelationRules.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,OAAO,EAAc,cAAc,EAAE,MAAM,2CAA2C,CAAC;AAEvF,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AACpD,OAAO,EAAE,GAAG,EAAE,MAAM,iBAAiB,CAAC;AACtC,OAAO,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAS7C,IAAM,OAAO,GAAG,GAAG,CAAC,6BAA6B,CAAC,CAAC;AAEnD,MAAM,UAAgB,oBAAoB,CACxC,SAAuB,EACvB,QAAa;;;;;;;oBAEP,WAAW,GAAG,IAAI,GAAG,EAAmC,CAAC;oBAGzD,IAAI,GAAG,UAAC,IAAgB;;wBAC5B,IAAI,IAAI,CAAC,IAAI,KAAK,cAAc,CAAC,IAAI,IAAI,IAAI,CAAC,SAAS,EAAE;4BACvD,IAAM,IAAI,GACR,MAAA,MAAA,QAAQ,aAAR,QAAQ,uBAAR,QAAQ,CAAE,IAAI,0CAAE,mBAAmB,0CAAG,IAAI,CAAC,SAAS,CAAC,CAAC;4BAExD,IACE,CAAA,IAAI,aAAJ,IAAI,uBAAJ,IAAI,CAAE,IAAI,MAAK,UAAU;gCACzB,IAAI,CAAC,YAAY,KAAK,cAAc;gCACpC,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,KAAK,CAAC;gCACzB,OAAO,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,KAAK,QAAQ,EACjC;gCACA,IAAI,CAAC,WAAW,CAAC,GAAG,CAAC,IAAI,CAAC,SAAS,CAAC,EAAE;oCACpC,WAAW,CAAC,GAAG,CAAC,IAAI,CAAC,SAAS,EAAE;wCAC9B,IAAI,MAAA;wCACJ,KAAK,EAAE,EAAE;wCACT,GAAG,EAAE,IAAI,GAAG,EAAU;qCACvB,CAAC,CAAC;iCACJ;gCAED,IAAM,QAAM,GAAG,WAAW,CAAC,GAAG,CAAC,IAAI,CAAC,SAAS,CAAE,CAAC;gCAC/C,IAAI,CAAC,KAAkB,CAAC,OAAO,CAAC,UAAA,EAAE,IAAI,OAAA,QAAM,CAAC,GAAG,CAAC,GAAG,CAAC,EAAE,CAAC,EAAlB,CAAkB,CAAC,CAAC;gCAC3D,QAAM,CAAC,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;6BACzB;yBACF;wBAED,IAAI,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,QAAQ,CAAC,EAAE;4BAChC,IAAI,CAAC,QAAQ,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC;yBAC7B;oBACH,CAAC,CAAC;oBAEF,SAAS,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC;oBAGlB,OAAO,GAAG,KAAK,CAAC,IAAI,CAAC,WAAW,CAAC,MAAM,EAAE,CAAC,CAAC;oBAE5B,qBAAM,UAAU,EAAE,EAAA;;oBAAjC,OAAO,GAAQ,SAAkB;oBACjC,KAAK,GAAG,MAAA,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,IAAI,0CAAE,WAAW,CAAC;oBAEzC,IAAI,CAAC,KAAK,EAAE;wBACV,OAAO,CAAC,KAAK,CAAC,yCAAyC,CAAC,CAAC;wBACzD,sBAAO,SAAS,EAAC;qBAClB;wCAGU,MAAM;;;;;oCACP,IAAI,GAAiB,MAAM,KAAvB,EAAE,KAAK,GAAU,MAAM,MAAhB,EAAE,GAAG,GAAK,MAAM,IAAX,CAAY;oCAEpC,IACE,CAAC,IAAI,CAAC,2BAA2B;wCACjC,CAAC,CAAA,MAAA,MAAA,IAAI,CAAC,aAAa,0CAAE,YAAY,0CAAE,IAAI,CAAA,EACvC;;qCAED;oCASK,eAAe,GAAG,SAAS,CAAC,IAAI,CAAC,2BAA2B,CAAC,CAAC;oCAEvD,qBAAM,QAAQ,CAAC,UAAG,OAAO,kBAAQ,eAAe,CAAE,EAC7D;4CACE,MAAM,EAAE;gDACN,MAAM,EAAE,CAAC;gDACT,KAAK,EAAE,GAAG;gDACV,OAAO,EAAE;oDACP,EAAE,EAAE,EAAE,GAAG,EAAE,KAAK,CAAC,IAAI,CAAC,GAAG,CAAC,EAAE;iDAC7B;6CACF;4CACD,OAAO,EAAE;gDACP,aAAa,EAAE,iBAAU,KAAK,CAAE;6CACjC;yCACF,CACF,EAAA;;oCAbK,IAAI,GAAG,SAaZ;oCACK,OAAO,GAAG,MAAA,MAAA,MAAA,IAAI,aAAJ,IAAI,uBAAJ,IAAI,CAAE,IAAI,0CAAE,IAAI,0CAAE,OAAO,mCAAI,EAAE,CAAC;oCAE1C,UAAU,GAAG,IAAI,CAAC,aAAa,CAAC,YAAY,CAAC,IAAI,CAAC;oCAElD,SAAS,GAAG,IAAI,GAAG,CACvB,OAAO,CAAC,GAAG,CAAC,UAAC,IAAS,IAAK,OAAA;wCACzB,IAAI,CAAC,EAAE;wCACP,IAAI,CAAC,UAAU,CAAC;qCACjB,EAH0B,CAG1B,CAAC,CACH,CAAC;oCAEF,gDAAgD;oCAChD,KAAK,CAAC,OAAO,CAAC,UAAC,IAAgB;wCAC7B,IAAI,CAAC,KAAK,GAAI,IAAI,CAAC,KAAkB,CAAC,GAAG,CAAC,UAAA,EAAE;;4CAAI,OAAA,CAAC;gDAC/C,KAAK,EAAE,MAAA,SAAS,CAAC,GAAG,CAAC,EAAE,CAAC,mCAAI,MAAM,CAAC,EAAE,CAAC;gDACtC,KAAK,EAAE,EAAE;6CACV,CAAC,CAAA;yCAAA,CAAC,CAAC;oCACN,CAAC,CAAC,CAAC;;;;;0BAlDuB,EAAP,mBAAO;;;yBAAP,CAAA,qBAAO,CAAA;oBAAjB,MAAM;kDAAN,MAAM;;;;;oBAAI,IAAO,CAAA;;wBAqD5B,sBAAO,SAAS,EAAC;;;;CAClB"}
|