@solidxai/core-ui 0.1.9-beta.7 → 0.1.9
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/README.md +1 -1
- package/dist/adapters/auth/handleLogout.d.ts +1 -1
- package/dist/adapters/auth/handleLogout.d.ts.map +1 -1
- package/dist/adapters/auth/handleLogout.js +20 -32
- package/dist/adapters/auth/handleLogout.js.map +1 -1
- package/dist/adapters/auth/handleLogout.ts +7 -14
- package/dist/components/auth/AuthLayout.d.ts.map +1 -1
- package/dist/components/auth/AuthLayout.js +23 -19
- package/dist/components/auth/AuthLayout.js.map +1 -1
- package/dist/components/auth/AuthLayout.tsx +62 -52
- package/dist/components/auth/ForgotPasswordThankYou.js +1 -1
- package/dist/components/auth/ForgotPasswordThankYou.js.map +1 -1
- package/dist/components/auth/ForgotPasswordThankYou.tsx +2 -2
- package/dist/components/auth/MicrosoftActiveDirectoryAuthChecking.d.ts +2 -0
- package/dist/components/auth/MicrosoftActiveDirectoryAuthChecking.d.ts.map +1 -0
- package/dist/components/auth/MicrosoftActiveDirectoryAuthChecking.js +112 -0
- package/dist/components/auth/MicrosoftActiveDirectoryAuthChecking.js.map +1 -0
- package/dist/components/auth/MicrosoftActiveDirectoryAuthChecking.tsx +78 -0
- package/dist/components/auth/SolidChangeForcePassword.js +2 -2
- package/dist/components/auth/SolidChangeForcePassword.js.map +1 -1
- package/dist/components/auth/SolidChangeForcePassword.tsx +13 -13
- package/dist/components/auth/SolidForgotPassword.js +1 -1
- package/dist/components/auth/SolidForgotPassword.js.map +1 -1
- package/dist/components/auth/SolidForgotPassword.tsx +3 -3
- package/dist/components/auth/SolidInitialLoginOtp.js +1 -1
- package/dist/components/auth/SolidInitialLoginOtp.js.map +1 -1
- package/dist/components/auth/SolidInitialLoginOtp.tsx +2 -2
- package/dist/components/auth/SolidInitiateRegisterOtp.js +1 -1
- package/dist/components/auth/SolidInitiateRegisterOtp.js.map +1 -1
- package/dist/components/auth/SolidInitiateRegisterOtp.tsx +2 -2
- package/dist/components/auth/SolidLogin.js +4 -4
- package/dist/components/auth/SolidLogin.js.map +1 -1
- package/dist/components/auth/SolidLogin.tsx +13 -13
- 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.js +6 -6
- package/dist/components/auth/SolidRegister.js.map +1 -1
- package/dist/components/auth/SolidRegister.tsx +15 -15
- package/dist/components/auth/SolidResetPassword.js +2 -2
- package/dist/components/auth/SolidResetPassword.js.map +1 -1
- package/dist/components/auth/SolidResetPassword.tsx +8 -8
- package/dist/components/common/AuthBanner.js.map +1 -1
- package/dist/components/common/BackButton.js +1 -1
- package/dist/components/common/BackButton.js.map +1 -1
- package/dist/components/common/BackButton.tsx +1 -1
- package/dist/components/common/CancelButton.js +2 -2
- package/dist/components/common/CancelButton.js.map +1 -1
- package/dist/components/common/CancelButton.tsx +3 -3
- package/dist/components/common/GeneralSettings.js +18 -18
- package/dist/components/common/GeneralSettings.js.map +1 -1
- package/dist/components/common/GeneralSettings.tsx +137 -137
- package/dist/components/common/SettingsComponent.d.ts.map +1 -1
- package/dist/components/common/SettingsComponent.js +4 -1
- package/dist/components/common/SettingsComponent.js.map +1 -1
- package/dist/components/common/SettingsComponent.module.css +95 -2
- package/dist/components/common/SettingsComponent.tsx +4 -1
- package/dist/components/common/SocialMediaLogin.d.ts.map +1 -1
- package/dist/components/common/SocialMediaLogin.js +1 -1
- package/dist/components/common/SocialMediaLogin.js.map +1 -1
- package/dist/components/common/SocialMediaLogin.tsx +4 -0
- package/dist/components/common/SolidExport.d.ts +1 -1
- package/dist/components/common/SolidExport.d.ts.map +1 -1
- package/dist/components/common/SolidExport.js +11 -4
- package/dist/components/common/SolidExport.js.map +1 -1
- package/dist/components/common/SolidExport.tsx +12 -2
- package/dist/components/common/SolidFaviconProvider.d.ts +3 -0
- package/dist/components/common/SolidFaviconProvider.d.ts.map +1 -0
- package/dist/components/common/SolidFaviconProvider.js +102 -0
- package/dist/components/common/SolidFaviconProvider.js.map +1 -0
- package/dist/components/common/SolidFaviconProvider.tsx +55 -0
- package/dist/components/common/SolidFormHeader.js +1 -1
- package/dist/components/common/SolidFormHeader.js.map +1 -1
- package/dist/components/common/SolidFormHeader.tsx +1 -1
- package/dist/components/common/SolidModuleHome.js +2 -2
- package/dist/components/common/SolidModuleHome.js.map +1 -1
- package/dist/components/common/SolidModuleHome.tsx +7 -7
- package/dist/components/common/SolidSettings/LlmSettings/AiModelConfigTab.js +3 -3
- package/dist/components/common/SolidSettings/LlmSettings/AiModelConfigTab.js.map +1 -1
- package/dist/components/common/SolidSettings/LlmSettings/AiModelConfigTab.tsx +6 -6
- package/dist/components/common/SolidSettings/LlmSettings/AnthropicProviderComponent.js +1 -1
- package/dist/components/common/SolidSettings/LlmSettings/AnthropicProviderComponent.js.map +1 -1
- package/dist/components/common/SolidSettings/LlmSettings/AnthropicProviderComponent.tsx +4 -4
- package/dist/components/common/SolidSettings/LlmSettings/OpenAiProviderComponent.js +1 -1
- package/dist/components/common/SolidSettings/LlmSettings/OpenAiProviderComponent.js.map +1 -1
- package/dist/components/common/SolidSettings/LlmSettings/OpenAiProviderComponent.tsx +4 -4
- package/dist/components/common/SolidSettings/SettingDropzoneActivePlaceholder.js +1 -1
- package/dist/components/common/SolidSettings/SettingDropzoneActivePlaceholder.js.map +1 -1
- package/dist/components/common/SolidSettings/SettingDropzoneActivePlaceholder.tsx +1 -1
- package/dist/components/core/card/SolidCardView.js +1 -1
- package/dist/components/core/card/SolidCardView.js.map +1 -1
- package/dist/components/core/card/SolidCardView.tsx +6 -6
- package/dist/components/core/card/SolidCardViewConfigure.d.ts.map +1 -1
- package/dist/components/core/card/SolidCardViewConfigure.js +1 -1
- package/dist/components/core/card/SolidCardViewConfigure.js.map +1 -1
- package/dist/components/core/card/SolidCardViewConfigure.tsx +5 -1
- package/dist/components/core/chatter/SolidChatter.d.ts.map +1 -1
- package/dist/components/core/chatter/SolidChatter.js +29 -16
- package/dist/components/core/chatter/SolidChatter.js.map +1 -1
- package/dist/components/core/chatter/SolidChatter.tsx +28 -14
- package/dist/components/core/chatter/SolidChatterAuditMessage.js +1 -1
- package/dist/components/core/chatter/SolidChatterAuditMessage.js.map +1 -1
- package/dist/components/core/chatter/SolidChatterAuditMessage.tsx +2 -2
- package/dist/components/core/chatter/SolidChatterHeader.d.ts.map +1 -1
- package/dist/components/core/chatter/SolidChatterHeader.js +2 -2
- package/dist/components/core/chatter/SolidChatterHeader.js.map +1 -1
- package/dist/components/core/chatter/SolidChatterHeader.tsx +10 -6
- package/dist/components/core/chatter/SolidChatterMessageBox.d.ts +1 -0
- package/dist/components/core/chatter/SolidChatterMessageBox.d.ts.map +1 -1
- package/dist/components/core/chatter/SolidChatterMessageBox.js +151 -12
- package/dist/components/core/chatter/SolidChatterMessageBox.js.map +1 -1
- package/dist/components/core/chatter/SolidChatterMessageBox.tsx +256 -15
- package/dist/components/core/chatter/SolidMessageComposer.d.ts.map +1 -1
- package/dist/components/core/chatter/SolidMessageComposer.js +3 -2
- package/dist/components/core/chatter/SolidMessageComposer.js.map +1 -1
- package/dist/components/core/chatter/SolidMessageComposer.tsx +11 -9
- package/dist/components/core/chatter/chatter.module.css +1 -1
- package/dist/components/core/common/FilterComponent.d.ts.map +1 -1
- package/dist/components/core/common/FilterComponent.js +5 -3
- package/dist/components/core/common/FilterComponent.js.map +1 -1
- package/dist/components/core/common/FilterComponent.tsx +6 -2
- package/dist/components/core/common/GroupingComponent.d.ts.map +1 -1
- package/dist/components/core/common/GroupingComponent.js +2 -2
- package/dist/components/core/common/GroupingComponent.js.map +1 -1
- package/dist/components/core/common/GroupingComponent.tsx +2 -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/SolidAccountSettings/SolidChangePassword.d.ts.map +1 -1
- package/dist/components/core/common/SolidAccountSettings/SolidChangePassword.js +1 -10
- package/dist/components/core/common/SolidAccountSettings/SolidChangePassword.js.map +1 -1
- package/dist/components/core/common/SolidAccountSettings/SolidChangePassword.tsx +1 -8
- package/dist/components/core/common/SolidAccountSettings/SolidNotifications.d.ts.map +1 -1
- package/dist/components/core/common/SolidAccountSettings/SolidNotifications.js +6 -11
- package/dist/components/core/common/SolidAccountSettings/SolidNotifications.js.map +1 -1
- package/dist/components/core/common/SolidAccountSettings/SolidNotifications.tsx +5 -31
- package/dist/components/core/common/SolidCreateButton.d.ts.map +1 -1
- package/dist/components/core/common/SolidCreateButton.js +16 -1
- package/dist/components/core/common/SolidCreateButton.js.map +1 -1
- package/dist/components/core/common/SolidCreateButton.tsx +18 -1
- package/dist/components/core/common/SolidGenericImport/SolidImport.module.css +61 -1
- package/dist/components/core/common/SolidGenericImport/SolidImportDropzone.d.ts.map +1 -1
- package/dist/components/core/common/SolidGenericImport/SolidImportDropzone.js +3 -1
- package/dist/components/core/common/SolidGenericImport/SolidImportDropzone.js.map +1 -1
- package/dist/components/core/common/SolidGenericImport/SolidImportDropzone.tsx +4 -2
- package/dist/components/core/common/SolidGenericImport/SolidImportInstructions.d.ts.map +1 -1
- package/dist/components/core/common/SolidGenericImport/SolidImportInstructions.js +19 -1
- package/dist/components/core/common/SolidGenericImport/SolidImportInstructions.js.map +1 -1
- package/dist/components/core/common/SolidGenericImport/SolidImportInstructions.tsx +16 -3
- package/dist/components/core/common/SolidGenericImport/SolidImportTransaction.d.ts.map +1 -1
- package/dist/components/core/common/SolidGenericImport/SolidImportTransaction.js +168 -26
- package/dist/components/core/common/SolidGenericImport/SolidImportTransaction.js.map +1 -1
- package/dist/components/core/common/SolidGenericImport/SolidImportTransaction.tsx +174 -10
- package/dist/components/core/common/SolidGlobalSearchElement.d.ts.map +1 -1
- package/dist/components/core/common/SolidGlobalSearchElement.js +180 -90
- package/dist/components/core/common/SolidGlobalSearchElement.js.map +1 -1
- package/dist/components/core/common/SolidGlobalSearchElement.tsx +167 -49
- package/dist/components/core/common/SolidLayoutViews.js +2 -2
- package/dist/components/core/common/SolidLayoutViews.js.map +1 -1
- package/dist/components/core/common/SolidLayoutViews.tsx +4 -4
- package/dist/components/core/common/SolidListViewOptions.js +1 -1
- package/dist/components/core/common/SolidListViewOptions.js.map +1 -1
- package/dist/components/core/common/SolidListViewOptions.tsx +1 -1
- package/dist/components/core/common/SolidPasswordHelperText.js +2 -2
- package/dist/components/core/common/SolidPasswordHelperText.js.map +1 -1
- package/dist/components/core/common/SolidPasswordHelperText.tsx +4 -4
- package/dist/components/core/common/SolidSaveCustomFilterForm.d.ts.map +1 -1
- package/dist/components/core/common/SolidSaveCustomFilterForm.js +1 -1
- package/dist/components/core/common/SolidSaveCustomFilterForm.js.map +1 -1
- package/dist/components/core/common/SolidSaveCustomFilterForm.tsx +0 -1
- package/dist/components/core/common/SolidSearchBox.js +1 -1
- package/dist/components/core/common/SolidSearchBox.js.map +1 -1
- package/dist/components/core/common/SolidSearchBox.tsx +1 -1
- package/dist/components/core/common/SolidXAiIframe.js +1 -1
- package/dist/components/core/common/SolidXAiIframe.js.map +1 -1
- package/dist/components/core/common/SolidXAiIframe.tsx +1 -1
- package/dist/components/core/dashboard/mappers/echartsOptionMapper.d.ts +4 -0
- package/dist/components/core/dashboard/mappers/echartsOptionMapper.d.ts.map +1 -0
- package/dist/components/core/dashboard/mappers/echartsOptionMapper.js +79 -0
- package/dist/components/core/dashboard/mappers/echartsOptionMapper.js.map +1 -0
- package/dist/components/core/dashboard/mappers/echartsOptionMapper.ts +81 -0
- package/dist/components/core/dashboard/widgets/DefaultDashboardBarChartWidget.d.ts +3 -0
- package/dist/components/core/dashboard/widgets/DefaultDashboardBarChartWidget.d.ts.map +1 -0
- package/dist/components/core/dashboard/widgets/DefaultDashboardBarChartWidget.js +17 -0
- package/dist/components/core/dashboard/widgets/DefaultDashboardBarChartWidget.js.map +1 -0
- package/dist/components/core/dashboard/widgets/DefaultDashboardBarChartWidget.tsx +6 -0
- package/dist/components/core/dashboard/widgets/DefaultDashboardChartWidget.d.ts +3 -0
- package/dist/components/core/dashboard/widgets/DefaultDashboardChartWidget.d.ts.map +1 -0
- package/dist/components/core/dashboard/widgets/DefaultDashboardChartWidget.js +41 -0
- package/dist/components/core/dashboard/widgets/DefaultDashboardChartWidget.js.map +1 -0
- package/dist/components/core/dashboard/widgets/DefaultDashboardChartWidget.tsx +56 -0
- package/dist/components/core/dashboard/widgets/DefaultDashboardKpiWidget.d.ts +3 -0
- package/dist/components/core/dashboard/widgets/DefaultDashboardKpiWidget.d.ts.map +1 -0
- package/dist/components/core/dashboard/widgets/DefaultDashboardKpiWidget.js +14 -0
- package/dist/components/core/dashboard/widgets/DefaultDashboardKpiWidget.js.map +1 -0
- package/dist/components/core/dashboard/widgets/DefaultDashboardKpiWidget.tsx +19 -0
- package/dist/components/core/dashboard/widgets/DefaultDashboardLineChartWidget.d.ts +3 -0
- package/dist/components/core/dashboard/widgets/DefaultDashboardLineChartWidget.d.ts.map +1 -0
- package/dist/components/core/dashboard/widgets/DefaultDashboardLineChartWidget.js +17 -0
- package/dist/components/core/dashboard/widgets/DefaultDashboardLineChartWidget.js.map +1 -0
- package/dist/components/core/dashboard/widgets/DefaultDashboardLineChartWidget.tsx +6 -0
- package/dist/components/core/dashboard/widgets/DefaultDashboardPieChartWidget.d.ts +3 -0
- package/dist/components/core/dashboard/widgets/DefaultDashboardPieChartWidget.d.ts.map +1 -0
- package/dist/components/core/dashboard/widgets/DefaultDashboardPieChartWidget.js +17 -0
- package/dist/components/core/dashboard/widgets/DefaultDashboardPieChartWidget.js.map +1 -0
- package/dist/components/core/dashboard/widgets/DefaultDashboardPieChartWidget.tsx +6 -0
- package/dist/components/core/dashboard/widgets/DefaultDashboardTableWidget.d.ts +3 -0
- package/dist/components/core/dashboard/widgets/DefaultDashboardTableWidget.d.ts.map +1 -0
- package/dist/components/core/dashboard/widgets/DefaultDashboardTableWidget.js +12 -0
- package/dist/components/core/dashboard/widgets/DefaultDashboardTableWidget.js.map +1 -0
- package/dist/components/core/dashboard/widgets/DefaultDashboardTableWidget.tsx +39 -0
- package/dist/components/core/dashboard/widgets/DefaultDashboardUnknownWidget.d.ts +3 -0
- package/dist/components/core/dashboard/widgets/DefaultDashboardUnknownWidget.d.ts.map +1 -0
- package/dist/components/core/dashboard/widgets/DefaultDashboardUnknownWidget.js +7 -0
- package/dist/components/core/dashboard/widgets/DefaultDashboardUnknownWidget.js.map +1 -0
- package/dist/components/core/dashboard/widgets/DefaultDashboardUnknownWidget.tsx +9 -0
- package/dist/components/core/dashboard/widgets/QueueSlaHeatmapWidget.d.ts +3 -0
- package/dist/components/core/dashboard/widgets/QueueSlaHeatmapWidget.d.ts.map +1 -0
- package/dist/components/core/dashboard/widgets/QueueSlaHeatmapWidget.js +203 -0
- package/dist/components/core/dashboard/widgets/QueueSlaHeatmapWidget.js.map +1 -0
- package/dist/components/core/dashboard/widgets/QueueSlaHeatmapWidget.tsx +251 -0
- package/dist/components/core/extension/solid-core/listOfValues/form/SolidLovTypeChangeFormEditWidget.js +1 -1
- package/dist/components/core/extension/solid-core/listOfValues/form/SolidLovTypeChangeFormEditWidget.js.map +1 -1
- package/dist/components/core/extension/solid-core/listOfValues/form/SolidLovTypeChangeFormEditWidget.tsx +2 -2
- package/dist/components/core/extension/solid-core/metadata/MetadataExplorerFormWidget.d.ts +16 -0
- package/dist/components/core/extension/solid-core/metadata/MetadataExplorerFormWidget.d.ts.map +1 -0
- package/dist/components/core/extension/solid-core/metadata/MetadataExplorerFormWidget.js +31 -0
- package/dist/components/core/extension/solid-core/metadata/MetadataExplorerFormWidget.js.map +1 -0
- package/dist/components/core/extension/solid-core/metadata/MetadataExplorerFormWidget.tsx +43 -0
- package/dist/components/core/extension/solid-core/moduleMetadata/list/ClearModulePackageRuntimeHeaderAction.d.ts +3 -0
- package/dist/components/core/extension/solid-core/moduleMetadata/list/ClearModulePackageRuntimeHeaderAction.d.ts.map +1 -0
- package/dist/components/core/extension/solid-core/moduleMetadata/list/ClearModulePackageRuntimeHeaderAction.js +141 -0
- package/dist/components/core/extension/solid-core/moduleMetadata/list/ClearModulePackageRuntimeHeaderAction.js.map +1 -0
- package/dist/components/core/extension/solid-core/moduleMetadata/list/ClearModulePackageRuntimeHeaderAction.tsx +205 -0
- package/dist/components/core/extension/solid-core/moduleMetadata/list/ExportModulePackageRowAction.d.ts +4 -0
- package/dist/components/core/extension/solid-core/moduleMetadata/list/ExportModulePackageRowAction.d.ts.map +1 -0
- package/dist/components/core/extension/solid-core/moduleMetadata/list/ExportModulePackageRowAction.js +112 -0
- package/dist/components/core/extension/solid-core/moduleMetadata/list/ExportModulePackageRowAction.js.map +1 -0
- package/dist/components/core/extension/solid-core/moduleMetadata/list/ExportModulePackageRowAction.tsx +146 -0
- package/dist/components/core/extension/solid-core/moduleMetadata/list/ModuleImportListHeaderAction.d.ts +11 -0
- package/dist/components/core/extension/solid-core/moduleMetadata/list/ModuleImportListHeaderAction.d.ts.map +1 -0
- package/dist/components/core/extension/solid-core/moduleMetadata/list/ModuleImportListHeaderAction.js +22 -0
- package/dist/components/core/extension/solid-core/moduleMetadata/list/ModuleImportListHeaderAction.js.map +1 -0
- package/dist/components/core/extension/solid-core/moduleMetadata/list/ModuleImportListHeaderAction.tsx +36 -0
- package/dist/components/core/extension/solid-core/moduleMetadata/list/moduleMetadataListOnLoad.d.ts +3 -0
- package/dist/components/core/extension/solid-core/moduleMetadata/list/moduleMetadataListOnLoad.d.ts.map +1 -0
- package/dist/components/core/extension/solid-core/moduleMetadata/list/moduleMetadataListOnLoad.js +133 -0
- package/dist/components/core/extension/solid-core/moduleMetadata/list/moduleMetadataListOnLoad.js.map +1 -0
- package/dist/components/core/extension/solid-core/moduleMetadata/list/moduleMetadataListOnLoad.ts +76 -0
- package/dist/components/core/extension/solid-core/roleMetadata/RolePermissionsManyToManyFieldWidget.js +2 -2
- package/dist/components/core/extension/solid-core/roleMetadata/RolePermissionsManyToManyFieldWidget.js.map +1 -1
- package/dist/components/core/extension/solid-core/roleMetadata/RolePermissionsManyToManyFieldWidget.tsx +5 -5
- package/dist/components/core/field/FieldListViewData.js +2 -2
- package/dist/components/core/field/FieldListViewData.js.map +1 -1
- package/dist/components/core/field/FieldListViewData.tsx +5 -5
- package/dist/components/core/filter/fields/SolidBooleanField.d.ts.map +1 -1
- package/dist/components/core/filter/fields/SolidBooleanField.js +2 -2
- package/dist/components/core/filter/fields/SolidBooleanField.js.map +1 -1
- package/dist/components/core/filter/fields/SolidBooleanField.tsx +5 -13
- package/dist/components/core/filter/fields/SolidDateField.d.ts.map +1 -1
- package/dist/components/core/filter/fields/SolidDateField.js +2 -2
- package/dist/components/core/filter/fields/SolidDateField.js.map +1 -1
- package/dist/components/core/filter/fields/SolidDateField.tsx +4 -3
- package/dist/components/core/filter/fields/SolidDatetimeField.d.ts.map +1 -1
- package/dist/components/core/filter/fields/SolidDatetimeField.js +2 -2
- package/dist/components/core/filter/fields/SolidDatetimeField.js.map +1 -1
- package/dist/components/core/filter/fields/SolidDatetimeField.tsx +5 -4
- package/dist/components/core/filter/fields/SolidExternalIdField.d.ts.map +1 -1
- package/dist/components/core/filter/fields/SolidExternalIdField.js +2 -2
- package/dist/components/core/filter/fields/SolidExternalIdField.js.map +1 -1
- package/dist/components/core/filter/fields/SolidExternalIdField.tsx +4 -3
- package/dist/components/core/filter/fields/SolidIdField.d.ts.map +1 -1
- package/dist/components/core/filter/fields/SolidIdField.js +2 -2
- package/dist/components/core/filter/fields/SolidIdField.js.map +1 -1
- package/dist/components/core/filter/fields/SolidIdField.tsx +3 -2
- package/dist/components/core/filter/fields/SolidIntField.d.ts.map +1 -1
- package/dist/components/core/filter/fields/SolidIntField.js +2 -2
- package/dist/components/core/filter/fields/SolidIntField.js.map +1 -1
- package/dist/components/core/filter/fields/SolidIntField.tsx +4 -3
- package/dist/components/core/filter/fields/SolidMediaMultipleField.d.ts.map +1 -1
- package/dist/components/core/filter/fields/SolidMediaMultipleField.js +2 -2
- package/dist/components/core/filter/fields/SolidMediaMultipleField.js.map +1 -1
- package/dist/components/core/filter/fields/SolidMediaMultipleField.tsx +4 -3
- package/dist/components/core/filter/fields/SolidMediaSingleField.d.ts.map +1 -1
- package/dist/components/core/filter/fields/SolidMediaSingleField.js +2 -2
- package/dist/components/core/filter/fields/SolidMediaSingleField.js.map +1 -1
- package/dist/components/core/filter/fields/SolidMediaSingleField.tsx +4 -3
- package/dist/components/core/filter/fields/SolidSelectionDynamicField.d.ts.map +1 -1
- package/dist/components/core/filter/fields/SolidSelectionDynamicField.js +2 -2
- package/dist/components/core/filter/fields/SolidSelectionDynamicField.js.map +1 -1
- package/dist/components/core/filter/fields/SolidSelectionDynamicField.tsx +5 -4
- package/dist/components/core/filter/fields/SolidSelectionStaticField.d.ts.map +1 -1
- package/dist/components/core/filter/fields/SolidSelectionStaticField.js +2 -2
- package/dist/components/core/filter/fields/SolidSelectionStaticField.js.map +1 -1
- package/dist/components/core/filter/fields/SolidSelectionStaticField.tsx +5 -4
- package/dist/components/core/filter/fields/SolidShortTextField.d.ts.map +1 -1
- package/dist/components/core/filter/fields/SolidShortTextField.js +2 -2
- package/dist/components/core/filter/fields/SolidShortTextField.js.map +1 -1
- package/dist/components/core/filter/fields/SolidShortTextField.tsx +4 -3
- package/dist/components/core/filter/fields/SolidTimeField.d.ts.map +1 -1
- package/dist/components/core/filter/fields/SolidTimeField.js +2 -2
- package/dist/components/core/filter/fields/SolidTimeField.js.map +1 -1
- package/dist/components/core/filter/fields/SolidTimeField.tsx +5 -4
- package/dist/components/core/filter/fields/SolidUuidField.d.ts.map +1 -1
- package/dist/components/core/filter/fields/SolidUuidField.js +2 -2
- package/dist/components/core/filter/fields/SolidUuidField.js.map +1 -1
- package/dist/components/core/filter/fields/SolidUuidField.tsx +5 -4
- package/dist/components/core/filter/fields/relations/SolidRelationManyToManyField.d.ts.map +1 -1
- package/dist/components/core/filter/fields/relations/SolidRelationManyToManyField.js +2 -2
- package/dist/components/core/filter/fields/relations/SolidRelationManyToManyField.js.map +1 -1
- package/dist/components/core/filter/fields/relations/SolidRelationManyToManyField.tsx +5 -4
- package/dist/components/core/filter/fields/relations/SolidRelationManyToOneField.d.ts.map +1 -1
- package/dist/components/core/filter/fields/relations/SolidRelationManyToOneField.js +2 -2
- package/dist/components/core/filter/fields/relations/SolidRelationManyToOneField.js.map +1 -1
- package/dist/components/core/filter/fields/relations/SolidRelationManyToOneField.tsx +5 -4
- package/dist/components/core/filter/fields/relations/SolidRelationOneToManyField.d.ts.map +1 -1
- package/dist/components/core/filter/fields/relations/SolidRelationOneToManyField.js +2 -2
- package/dist/components/core/filter/fields/relations/SolidRelationOneToManyField.js.map +1 -1
- package/dist/components/core/filter/fields/relations/SolidRelationOneToManyField.tsx +5 -4
- package/dist/components/core/form/SolidFormActionHeader.js +8 -8
- package/dist/components/core/form/SolidFormActionHeader.js.map +1 -1
- package/dist/components/core/form/SolidFormActionHeader.tsx +13 -13
- package/dist/components/core/form/SolidFormFieldRender.js +1 -1
- package/dist/components/core/form/SolidFormFieldRender.js.map +1 -1
- package/dist/components/core/form/SolidFormFieldRender.tsx +1 -1
- package/dist/components/core/form/SolidFormFooter.d.ts.map +1 -1
- package/dist/components/core/form/SolidFormFooter.js +20 -7
- package/dist/components/core/form/SolidFormFooter.js.map +1 -1
- package/dist/components/core/form/SolidFormFooter.tsx +23 -7
- package/dist/components/core/form/SolidFormView.d.ts.map +1 -1
- package/dist/components/core/form/SolidFormView.js +207 -68
- package/dist/components/core/form/SolidFormView.js.map +1 -1
- package/dist/components/core/form/SolidFormView.tsx +197 -45
- package/dist/components/core/form/SolidFormViewContextMenuHeaderButton.d.ts.map +1 -1
- package/dist/components/core/form/SolidFormViewContextMenuHeaderButton.js +16 -3
- package/dist/components/core/form/SolidFormViewContextMenuHeaderButton.js.map +1 -1
- package/dist/components/core/form/SolidFormViewContextMenuHeaderButton.tsx +25 -16
- package/dist/components/core/form/SolidFormViewNormalHeaderButton.d.ts.map +1 -1
- package/dist/components/core/form/SolidFormViewNormalHeaderButton.js +19 -5
- package/dist/components/core/form/SolidFormViewNormalHeaderButton.js.map +1 -1
- package/dist/components/core/form/SolidFormViewNormalHeaderButton.tsx +25 -9
- package/dist/components/core/form/SolidFormViewShimmerLoading.js +1 -1
- package/dist/components/core/form/SolidFormViewShimmerLoading.js.map +1 -1
- package/dist/components/core/form/SolidFormViewShimmerLoading.tsx +46 -46
- package/dist/components/core/form/field-quality-check-fixes.md +201 -0
- package/dist/components/core/form/fields/SolidBooleanField.js +3 -3
- package/dist/components/core/form/fields/SolidBooleanField.js.map +1 -1
- package/dist/components/core/form/fields/SolidBooleanField.tsx +3 -3
- package/dist/components/core/form/fields/SolidComputedField.js +1 -1
- package/dist/components/core/form/fields/SolidComputedField.js.map +1 -1
- package/dist/components/core/form/fields/SolidComputedField.tsx +1 -1
- package/dist/components/core/form/fields/SolidDateField.js +2 -2
- package/dist/components/core/form/fields/SolidDateField.js.map +1 -1
- package/dist/components/core/form/fields/SolidDateField.tsx +2 -2
- package/dist/components/core/form/fields/SolidDateTimeField.js +2 -2
- package/dist/components/core/form/fields/SolidDateTimeField.js.map +1 -1
- package/dist/components/core/form/fields/SolidDateTimeField.tsx +2 -2
- package/dist/components/core/form/fields/SolidDecimalField.js +1 -1
- package/dist/components/core/form/fields/SolidDecimalField.js.map +1 -1
- package/dist/components/core/form/fields/SolidDecimalField.tsx +1 -1
- package/dist/components/core/form/fields/SolidEmailField.js +1 -1
- package/dist/components/core/form/fields/SolidEmailField.js.map +1 -1
- package/dist/components/core/form/fields/SolidEmailField.tsx +1 -1
- package/dist/components/core/form/fields/SolidIntegerField.js +3 -3
- package/dist/components/core/form/fields/SolidIntegerField.js.map +1 -1
- package/dist/components/core/form/fields/SolidIntegerField.tsx +3 -3
- package/dist/components/core/form/fields/SolidJsonField.js +3 -3
- package/dist/components/core/form/fields/SolidJsonField.js.map +1 -1
- package/dist/components/core/form/fields/SolidJsonField.tsx +3 -3
- package/dist/components/core/form/fields/SolidLongTextField.d.ts +0 -1
- package/dist/components/core/form/fields/SolidLongTextField.d.ts.map +1 -1
- package/dist/components/core/form/fields/SolidLongTextField.js +6 -58
- package/dist/components/core/form/fields/SolidLongTextField.js.map +1 -1
- package/dist/components/core/form/fields/SolidLongTextField.tsx +12 -107
- package/dist/components/core/form/fields/SolidMediaMultipleField.js +11 -11
- package/dist/components/core/form/fields/SolidMediaMultipleField.js.map +1 -1
- package/dist/components/core/form/fields/SolidMediaMultipleField.tsx +28 -28
- package/dist/components/core/form/fields/SolidMediaSingleField.js +5 -5
- package/dist/components/core/form/fields/SolidMediaSingleField.js.map +1 -1
- package/dist/components/core/form/fields/SolidMediaSingleField.tsx +9 -9
- package/dist/components/core/form/fields/SolidPasswordField.d.ts.map +1 -1
- package/dist/components/core/form/fields/SolidPasswordField.js +12 -6
- package/dist/components/core/form/fields/SolidPasswordField.js.map +1 -1
- package/dist/components/core/form/fields/SolidPasswordField.tsx +13 -6
- package/dist/components/core/form/fields/SolidRichTextField.js +2 -2
- package/dist/components/core/form/fields/SolidRichTextField.js.map +1 -1
- package/dist/components/core/form/fields/SolidRichTextField.tsx +2 -2
- package/dist/components/core/form/fields/SolidSelectionDynamicField.js +2 -2
- package/dist/components/core/form/fields/SolidSelectionDynamicField.js.map +1 -1
- package/dist/components/core/form/fields/SolidSelectionDynamicField.tsx +2 -2
- package/dist/components/core/form/fields/SolidSelectionStaticField.js +1 -1
- package/dist/components/core/form/fields/SolidSelectionStaticField.js.map +1 -1
- package/dist/components/core/form/fields/SolidSelectionStaticField.tsx +1 -1
- package/dist/components/core/form/fields/SolidShortTextField.js +1 -1
- package/dist/components/core/form/fields/SolidShortTextField.js.map +1 -1
- package/dist/components/core/form/fields/SolidShortTextField.tsx +1 -1
- package/dist/components/core/form/fields/SolidTimeField.js +2 -2
- package/dist/components/core/form/fields/SolidTimeField.js.map +1 -1
- package/dist/components/core/form/fields/SolidTimeField.tsx +2 -2
- package/dist/components/core/form/fields/relations/RolesGroupedByModuleWidget.d.ts +8 -0
- package/dist/components/core/form/fields/relations/RolesGroupedByModuleWidget.d.ts.map +1 -0
- package/dist/components/core/form/fields/relations/RolesGroupedByModuleWidget.js +123 -0
- package/dist/components/core/form/fields/relations/RolesGroupedByModuleWidget.js.map +1 -0
- package/dist/components/core/form/fields/relations/RolesGroupedByModuleWidget.tsx +140 -0
- package/dist/components/core/form/fields/relations/SolidRelationManyToManyField.d.ts.map +1 -1
- package/dist/components/core/form/fields/relations/SolidRelationManyToManyField.js +20 -18
- package/dist/components/core/form/fields/relations/SolidRelationManyToManyField.js.map +1 -1
- package/dist/components/core/form/fields/relations/SolidRelationManyToManyField.tsx +47 -37
- package/dist/components/core/form/fields/relations/SolidRelationManyToOneField.d.ts.map +1 -1
- package/dist/components/core/form/fields/relations/SolidRelationManyToOneField.js +18 -18
- package/dist/components/core/form/fields/relations/SolidRelationManyToOneField.js.map +1 -1
- package/dist/components/core/form/fields/relations/SolidRelationManyToOneField.tsx +17 -13
- package/dist/components/core/form/fields/relations/SolidRelationOneToManyField.d.ts.map +1 -1
- package/dist/components/core/form/fields/relations/SolidRelationOneToManyField.js +19 -17
- package/dist/components/core/form/fields/relations/SolidRelationOneToManyField.js.map +1 -1
- package/dist/components/core/form/fields/relations/SolidRelationOneToManyField.tsx +28 -27
- package/dist/components/core/form/fields/relations/widgets/helpers/InlineRelationEntityDialog.js +1 -1
- package/dist/components/core/form/fields/relations/widgets/helpers/InlineRelationEntityDialog.js.map +1 -1
- package/dist/components/core/form/fields/relations/widgets/helpers/InlineRelationEntityDialog.tsx +1 -1
- package/dist/components/core/form/fields/widgets/SolidAiInteractionMessageFieldFormWidget.js +1 -1
- package/dist/components/core/form/fields/widgets/SolidAiInteractionMessageFieldFormWidget.js.map +1 -1
- package/dist/components/core/form/fields/widgets/SolidAiInteractionMessageFieldFormWidget.tsx +1 -1
- package/dist/components/core/form/fields/widgets/SolidAiInteractionMetadataFieldFormWidget.js +1 -1
- package/dist/components/core/form/fields/widgets/SolidAiInteractionMetadataFieldFormWidget.js.map +1 -1
- package/dist/components/core/form/fields/widgets/SolidAiInteractionMetadataFieldFormWidget.tsx +1 -1
- package/dist/components/core/form/fields/widgets/SolidIconEditWidget.js +5 -5
- package/dist/components/core/form/fields/widgets/SolidIconEditWidget.js.map +1 -1
- package/dist/components/core/form/fields/widgets/SolidIconEditWidget.tsx +17 -17
- package/dist/components/core/form/fields/widgets/SolidRelationFieldAvatarFormWidget.js +1 -1
- package/dist/components/core/form/fields/widgets/SolidRelationFieldAvatarFormWidget.js.map +1 -1
- package/dist/components/core/form/fields/widgets/SolidRelationFieldAvatarFormWidget.tsx +1 -1
- package/dist/components/core/form/fields/widgets/SolidShortTextFieldAvatarWidget.js +1 -1
- package/dist/components/core/form/fields/widgets/SolidShortTextFieldAvatarWidget.js.map +1 -1
- package/dist/components/core/form/fields/widgets/SolidShortTextFieldAvatarWidget.tsx +1 -1
- package/dist/components/core/kanban/KanbanBoard.d.ts +1 -1
- package/dist/components/core/kanban/KanbanBoard.d.ts.map +1 -1
- package/dist/components/core/kanban/KanbanBoard.js +2 -2
- package/dist/components/core/kanban/KanbanBoard.js.map +1 -1
- package/dist/components/core/kanban/KanbanBoard.tsx +2 -1
- package/dist/components/core/kanban/KanbanCard.d.ts +1 -0
- package/dist/components/core/kanban/KanbanCard.d.ts.map +1 -1
- package/dist/components/core/kanban/KanbanCard.js +15 -4
- package/dist/components/core/kanban/KanbanCard.js.map +1 -1
- package/dist/components/core/kanban/KanbanCard.tsx +27 -4
- package/dist/components/core/kanban/KanbanColumn.d.ts +2 -1
- package/dist/components/core/kanban/KanbanColumn.d.ts.map +1 -1
- package/dist/components/core/kanban/KanbanColumn.js +4 -4
- package/dist/components/core/kanban/KanbanColumn.js.map +1 -1
- package/dist/components/core/kanban/KanbanColumn.tsx +5 -4
- package/dist/components/core/kanban/SolidKanbanView.d.ts.map +1 -1
- package/dist/components/core/kanban/SolidKanbanView.js +44 -39
- package/dist/components/core/kanban/SolidKanbanView.js.map +1 -1
- package/dist/components/core/kanban/SolidKanbanView.tsx +22 -10
- package/dist/components/core/kanban/SolidKanbanViewConfigure.d.ts.map +1 -1
- package/dist/components/core/kanban/SolidKanbanViewConfigure.js +1 -1
- package/dist/components/core/kanban/SolidKanbanViewConfigure.js.map +1 -1
- package/dist/components/core/kanban/SolidKanbanViewConfigure.tsx +5 -1
- package/dist/components/core/kanban/SolidManyToOneFilterElement.d.ts.map +1 -1
- package/dist/components/core/kanban/SolidManyToOneFilterElement.js.map +1 -1
- package/dist/components/core/kanban/SolidManyToOneFilterElement.tsx +2 -1
- package/dist/components/core/kanban/kanban-fields/SolidMediaMultipleKanbanField.d.ts.map +1 -1
- package/dist/components/core/kanban/kanban-fields/SolidMediaMultipleKanbanField.js +2 -2
- package/dist/components/core/kanban/kanban-fields/SolidMediaMultipleKanbanField.js.map +1 -1
- package/dist/components/core/kanban/kanban-fields/SolidMediaMultipleKanbanField.tsx +10 -21
- package/dist/components/core/kanban/kanban-fields/SolidMediaSingleKanbanField.d.ts.map +1 -1
- package/dist/components/core/kanban/kanban-fields/SolidMediaSingleKanbanField.js +2 -2
- package/dist/components/core/kanban/kanban-fields/SolidMediaSingleKanbanField.js.map +1 -1
- package/dist/components/core/kanban/kanban-fields/SolidMediaSingleKanbanField.tsx +10 -18
- package/dist/components/core/kanban/kanban-fields/SolidShortTextKanbanField.d.ts.map +1 -1
- package/dist/components/core/kanban/kanban-fields/SolidShortTextKanbanField.js +6 -3
- package/dist/components/core/kanban/kanban-fields/SolidShortTextKanbanField.js.map +1 -1
- package/dist/components/core/kanban/kanban-fields/SolidShortTextKanbanField.tsx +24 -30
- package/dist/components/core/kanban/kanban-fields/relations/SolidRelationManyToOneKanbanField.js.map +1 -1
- package/dist/components/core/kanban/kanban-fields/relations/SolidRelationManyToOneKanbanField.tsx +2 -2
- package/dist/components/core/list/ListViewRowActionPopup.js +1 -1
- package/dist/components/core/list/ListViewRowActionPopup.js.map +1 -1
- package/dist/components/core/list/ListViewRowActionPopup.tsx +1 -2
- package/dist/components/core/list/SolidColumnSelector/SolidListColumnSelector.js +1 -1
- package/dist/components/core/list/SolidColumnSelector/SolidListColumnSelector.js.map +1 -1
- package/dist/components/core/list/SolidColumnSelector/SolidListColumnSelector.tsx +3 -3
- package/dist/components/core/list/SolidDataTable.d.ts.map +1 -1
- package/dist/components/core/list/SolidDataTable.js +3 -2
- package/dist/components/core/list/SolidDataTable.js.map +1 -1
- package/dist/components/core/list/SolidDataTable.tsx +9 -10
- package/dist/components/core/list/SolidEmptyListViewPlaceholder.d.ts.map +1 -1
- package/dist/components/core/list/SolidEmptyListViewPlaceholder.js +3 -0
- package/dist/components/core/list/SolidEmptyListViewPlaceholder.js.map +1 -1
- package/dist/components/core/list/SolidEmptyListViewPlaceholder.tsx +2 -0
- package/dist/components/core/list/SolidListView.d.ts.map +1 -1
- package/dist/components/core/list/SolidListView.js +123 -100
- package/dist/components/core/list/SolidListView.js.map +1 -1
- package/dist/components/core/list/SolidListView.tsx +70 -41
- package/dist/components/core/list/SolidListViewColumn.d.ts +3 -1
- package/dist/components/core/list/SolidListViewColumn.d.ts.map +1 -1
- package/dist/components/core/list/SolidListViewColumn.js +27 -2
- package/dist/components/core/list/SolidListViewColumn.js.map +1 -1
- package/dist/components/core/list/SolidListViewColumn.tsx +16 -3
- package/dist/components/core/list/SolidListViewConfigure.d.ts.map +1 -1
- package/dist/components/core/list/SolidListViewConfigure.js +11 -10
- package/dist/components/core/list/SolidListViewConfigure.js.map +1 -1
- package/dist/components/core/list/SolidListViewConfigure.tsx +9 -3
- package/dist/components/core/list/SolidListViewHeaderButton.d.ts.map +1 -1
- package/dist/components/core/list/SolidListViewHeaderButton.js +13 -3
- package/dist/components/core/list/SolidListViewHeaderButton.js.map +1 -1
- package/dist/components/core/list/SolidListViewHeaderButton.tsx +16 -7
- package/dist/components/core/list/SolidListViewHeaderContextMenuButton.d.ts.map +1 -1
- package/dist/components/core/list/SolidListViewHeaderContextMenuButton.js +19 -7
- package/dist/components/core/list/SolidListViewHeaderContextMenuButton.js.map +1 -1
- package/dist/components/core/list/SolidListViewHeaderContextMenuButton.tsx +19 -6
- package/dist/components/core/list/SolidListViewRowActionMenuItem.d.ts.map +1 -1
- package/dist/components/core/list/SolidListViewRowActionMenuItem.js +14 -5
- package/dist/components/core/list/SolidListViewRowActionMenuItem.js.map +1 -1
- package/dist/components/core/list/SolidListViewRowActionMenuItem.tsx +17 -6
- package/dist/components/core/list/SolidListViewRowActionsMenu.d.ts.map +1 -1
- package/dist/components/core/list/SolidListViewRowActionsMenu.js +7 -1
- package/dist/components/core/list/SolidListViewRowActionsMenu.js.map +1 -1
- package/dist/components/core/list/SolidListViewRowActionsMenu.tsx +5 -1
- package/dist/components/core/list/SolidListViewRowButtonContextMenu.d.ts +1 -1
- package/dist/components/core/list/SolidListViewRowButtonContextMenu.d.ts.map +1 -1
- package/dist/components/core/list/SolidListViewRowButtonContextMenu.js +7 -6
- package/dist/components/core/list/SolidListViewRowButtonContextMenu.js.map +1 -1
- package/dist/components/core/list/SolidListViewRowButtonContextMenu.tsx +10 -9
- package/dist/components/core/list/SolidListingHeader.js +1 -1
- package/dist/components/core/list/SolidListingHeader.js.map +1 -1
- package/dist/components/core/list/SolidListingHeader.tsx +4 -4
- package/dist/components/core/list/SolidTableRowCell.js +1 -1
- package/dist/components/core/list/SolidTableRowCell.js.map +1 -1
- package/dist/components/core/list/SolidTableRowCell.tsx +1 -1
- package/dist/components/core/list/columns/SolidBooleanColumn.d.ts.map +1 -1
- package/dist/components/core/list/columns/SolidBooleanColumn.js +4 -6
- package/dist/components/core/list/columns/SolidBooleanColumn.js.map +1 -1
- package/dist/components/core/list/columns/SolidBooleanColumn.tsx +1 -3
- package/dist/components/core/list/columns/SolidMediaMultipleColumn.d.ts.map +1 -1
- package/dist/components/core/list/columns/SolidMediaMultipleColumn.js +8 -7
- package/dist/components/core/list/columns/SolidMediaMultipleColumn.js.map +1 -1
- package/dist/components/core/list/columns/SolidMediaMultipleColumn.tsx +11 -10
- package/dist/components/core/list/columns/SolidMediaSingleColumn.d.ts.map +1 -1
- package/dist/components/core/list/columns/SolidMediaSingleColumn.js +6 -5
- package/dist/components/core/list/columns/SolidMediaSingleColumn.js.map +1 -1
- package/dist/components/core/list/columns/SolidMediaSingleColumn.tsx +6 -5
- package/dist/components/core/list/columns/SolidRelationColumn.d.ts +1 -1
- package/dist/components/core/list/columns/SolidRelationColumn.d.ts.map +1 -1
- package/dist/components/core/list/columns/SolidRelationColumn.js +2 -2
- package/dist/components/core/list/columns/SolidRelationColumn.js.map +1 -1
- package/dist/components/core/list/columns/SolidRelationColumn.tsx +2 -2
- package/dist/components/core/list/columns/relations/SolidRelationManyToOneColumn.d.ts +2 -2
- package/dist/components/core/list/columns/relations/SolidRelationManyToOneColumn.d.ts.map +1 -1
- package/dist/components/core/list/columns/relations/SolidRelationManyToOneColumn.js +9 -4
- package/dist/components/core/list/columns/relations/SolidRelationManyToOneColumn.js.map +1 -1
- package/dist/components/core/list/columns/relations/SolidRelationManyToOneColumn.tsx +14 -4
- package/dist/components/core/list/field-quality-check-fixes.md +178 -0
- package/dist/components/core/list/widgets/SolidManyToManyRelationAvatarListWidget.js +1 -1
- package/dist/components/core/list/widgets/SolidManyToManyRelationAvatarListWidget.js.map +1 -1
- package/dist/components/core/list/widgets/SolidManyToManyRelationAvatarListWidget.tsx +1 -1
- package/dist/components/core/list/widgets/SolidShortTextFieldImageRenderModeWidget.js +1 -1
- package/dist/components/core/list/widgets/SolidShortTextFieldImageRenderModeWidget.js.map +1 -1
- package/dist/components/core/list/widgets/SolidShortTextFieldImageRenderModeWidget.tsx +1 -2
- package/dist/components/core/list/widgets/SolidUserBlockedStatusListWidget.d.ts +3 -0
- package/dist/components/core/list/widgets/SolidUserBlockedStatusListWidget.d.ts.map +1 -0
- package/dist/components/core/list/widgets/SolidUserBlockedStatusListWidget.js +39 -0
- package/dist/components/core/list/widgets/SolidUserBlockedStatusListWidget.js.map +1 -0
- package/dist/components/core/list/widgets/SolidUserBlockedStatusListWidget.tsx +50 -0
- package/dist/components/core/locales/SolidLocale.js +3 -3
- package/dist/components/core/locales/SolidLocale.js.map +1 -1
- package/dist/components/core/locales/SolidLocale.tsx +7 -7
- package/dist/components/core/locales/solid-locale.css +5 -4
- package/dist/components/core/model/CreateModel.css +48 -0
- package/dist/components/core/model/CreateModel.d.ts +1 -0
- package/dist/components/core/model/CreateModel.d.ts.map +1 -1
- package/dist/components/core/model/CreateModel.js +80 -128
- package/dist/components/core/model/CreateModel.js.map +1 -1
- package/dist/components/core/model/CreateModel.tsx +102 -226
- package/dist/components/core/model/FieldMetaData.d.ts +1 -1
- package/dist/components/core/model/FieldMetaData.d.ts.map +1 -1
- package/dist/components/core/model/FieldMetaData.js +7 -23
- package/dist/components/core/model/FieldMetaData.js.map +1 -1
- package/dist/components/core/model/FieldMetaData.tsx +17 -50
- package/dist/components/core/model/FieldMetaDataForm.d.ts.map +1 -1
- package/dist/components/core/model/FieldMetaDataForm.js +198 -224
- package/dist/components/core/model/FieldMetaDataForm.js.map +1 -1
- package/dist/components/core/model/FieldMetaDataForm.tsx +75 -302
- package/dist/components/core/model/ModelListViewData.js +4 -4
- package/dist/components/core/model/ModelListViewData.js.map +1 -1
- package/dist/components/core/model/ModelListViewData.tsx +7 -7
- package/dist/components/core/model/ModelMetaData.d.ts.map +1 -1
- package/dist/components/core/model/ModelMetaData.js +13 -25
- package/dist/components/core/model/ModelMetaData.js.map +1 -1
- package/dist/components/core/model/ModelMetaData.tsx +18 -79
- package/dist/components/core/module/CreateModule.css +44 -0
- package/dist/components/core/module/CreateModule.d.ts +1 -0
- package/dist/components/core/module/CreateModule.d.ts.map +1 -1
- package/dist/components/core/module/CreateModule.js +40 -57
- package/dist/components/core/module/CreateModule.js.map +1 -1
- package/dist/components/core/module/CreateModule.tsx +246 -264
- package/dist/components/core/module/ModuleListViewData.d.ts.map +1 -1
- package/dist/components/core/module/ModuleListViewData.js +48 -8
- package/dist/components/core/module/ModuleListViewData.js.map +1 -1
- package/dist/components/core/module/ModuleListViewData.tsx +65 -7
- package/dist/components/core/module/ModuleMetadataExplorer.css +638 -0
- package/dist/components/core/module/ModuleMetadataExplorer.d.ts +15 -0
- package/dist/components/core/module/ModuleMetadataExplorer.d.ts.map +1 -0
- package/dist/components/core/module/ModuleMetadataExplorer.js +666 -0
- package/dist/components/core/module/ModuleMetadataExplorer.js.map +1 -0
- package/dist/components/core/module/ModuleMetadataExplorer.tsx +1000 -0
- package/dist/components/core/module/ModulePackageDialog.css +540 -0
- package/dist/components/core/module/ModulePackageDialog.d.ts +16 -0
- package/dist/components/core/module/ModulePackageDialog.d.ts.map +1 -0
- package/dist/components/core/module/ModulePackageDialog.js +625 -0
- package/dist/components/core/module/ModulePackageDialog.js.map +1 -0
- package/dist/components/core/module/ModulePackageDialog.tsx +906 -0
- package/dist/components/core/solid-ai/SolidAiChat.module.css +2 -2
- package/dist/components/core/tree/SolidTreeTable.js +1 -1
- package/dist/components/core/tree/SolidTreeTable.js.map +1 -1
- package/dist/components/core/tree/SolidTreeTable.tsx +1 -1
- package/dist/components/core/tree/SolidTreeView.d.ts.map +1 -1
- package/dist/components/core/tree/SolidTreeView.js +4 -4
- package/dist/components/core/tree/SolidTreeView.js.map +1 -1
- package/dist/components/core/tree/SolidTreeView.tsx +16 -12
- package/dist/components/core/users/CreateUser.d.ts.map +1 -1
- package/dist/components/core/users/CreateUser.js +51 -27
- package/dist/components/core/users/CreateUser.js.map +1 -1
- package/dist/components/core/users/CreateUser.tsx +47 -68
- package/dist/components/core/users/CreateUserRole.js +2 -2
- package/dist/components/core/users/CreateUserRole.js.map +1 -1
- package/dist/components/core/users/CreateUserRole.tsx +9 -9
- package/dist/components/core/users/UserListView.js +4 -4
- package/dist/components/core/users/UserListView.js.map +1 -1
- package/dist/components/core/users/UserListView.tsx +6 -6
- package/dist/components/layout/AdminHeaderActions.d.ts +8 -0
- package/dist/components/layout/AdminHeaderActions.d.ts.map +1 -0
- package/dist/components/layout/AdminHeaderActions.js +77 -0
- package/dist/components/layout/AdminHeaderActions.js.map +1 -0
- package/dist/components/layout/AdminHeaderActions.tsx +155 -0
- package/dist/components/layout/AdminSidebar.js +1 -1
- package/dist/components/layout/AdminSidebar.js.map +1 -1
- package/dist/components/layout/AdminSidebar.tsx +1 -1
- package/dist/components/layout/AdminTopHeader.d.ts.map +1 -1
- package/dist/components/layout/AdminTopHeader.js +14 -5
- package/dist/components/layout/AdminTopHeader.js.map +1 -1
- package/dist/components/layout/AdminTopHeader.tsx +35 -28
- package/dist/components/layout/AppSidebar.d.ts.map +1 -1
- package/dist/components/layout/AppSidebar.js +2 -1
- package/dist/components/layout/AppSidebar.js.map +1 -1
- package/dist/components/layout/AppSidebar.tsx +2 -0
- package/dist/components/layout/CustomPagination.js +0 -1
- package/dist/components/layout/CustomPagination.js.map +1 -1
- package/dist/components/layout/CustomPagination.tsx +0 -1
- package/dist/components/layout/FilterMenu.js +1 -1
- package/dist/components/layout/FilterMenu.js.map +1 -1
- package/dist/components/layout/FilterMenu.tsx +4 -4
- package/dist/components/layout/Footer.js +1 -1
- package/dist/components/layout/Footer.js.map +1 -1
- package/dist/components/layout/Footer.tsx +1 -1
- package/dist/components/layout/GlobalSearch.js +1 -1
- package/dist/components/layout/GlobalSearch.js.map +1 -1
- package/dist/components/layout/GlobalSearch.tsx +1 -1
- package/dist/components/layout/ListingHeader.js +3 -3
- package/dist/components/layout/ListingHeader.js.map +1 -1
- package/dist/components/layout/ListingHeader.tsx +4 -4
- package/dist/components/layout/Loader.js +1 -1
- package/dist/components/layout/Loader.js.map +1 -1
- package/dist/components/layout/Loader.tsx +1 -1
- package/dist/components/layout/UserSidebar.js +1 -1
- package/dist/components/layout/UserSidebar.js.map +1 -1
- package/dist/components/layout/UserSidebar.tsx +1 -1
- package/dist/components/layout/navbar-one.js +2 -2
- package/dist/components/layout/navbar-one.js.map +1 -1
- package/dist/components/layout/navbar-one.tsx +8 -8
- package/dist/components/layout/navbar-two-menu.js +2 -2
- package/dist/components/layout/navbar-two-menu.js.map +1 -1
- package/dist/components/layout/navbar-two-menu.tsx +7 -7
- package/dist/components/layout/user-profile-menu.d.ts.map +1 -1
- package/dist/components/layout/user-profile-menu.js +57 -33
- package/dist/components/layout/user-profile-menu.js.map +1 -1
- package/dist/components/layout/user-profile-menu.tsx +11 -59
- package/dist/components/shad-cn-ui/SolidAutocomplete.d.ts +2 -1
- package/dist/components/shad-cn-ui/SolidAutocomplete.d.ts.map +1 -1
- package/dist/components/shad-cn-ui/SolidAutocomplete.js +60 -6
- package/dist/components/shad-cn-ui/SolidAutocomplete.js.map +1 -1
- package/dist/components/shad-cn-ui/SolidAutocomplete.tsx +81 -22
- package/dist/components/shad-cn-ui/SolidButton.d.ts.map +1 -1
- package/dist/components/shad-cn-ui/SolidButton.js +10 -2
- package/dist/components/shad-cn-ui/SolidButton.js.map +1 -1
- package/dist/components/shad-cn-ui/SolidButton.tsx +10 -2
- package/dist/components/shad-cn-ui/SolidCodeEditor.d.ts.map +1 -1
- package/dist/components/shad-cn-ui/SolidCodeEditor.js +3 -1
- package/dist/components/shad-cn-ui/SolidCodeEditor.js.map +1 -1
- package/dist/components/shad-cn-ui/SolidCodeEditor.tsx +3 -0
- package/dist/components/shad-cn-ui/SolidDatePicker.d.ts +1 -1
- package/dist/components/shad-cn-ui/SolidDatePicker.d.ts.map +1 -1
- package/dist/components/shad-cn-ui/SolidDatePicker.js +2 -2
- package/dist/components/shad-cn-ui/SolidDatePicker.js.map +1 -1
- package/dist/components/shad-cn-ui/SolidDatePicker.tsx +4 -0
- package/dist/components/shad-cn-ui/SolidDialog.d.ts.map +1 -1
- package/dist/components/shad-cn-ui/SolidDialog.js +38 -4
- package/dist/components/shad-cn-ui/SolidDialog.js.map +1 -1
- package/dist/components/shad-cn-ui/SolidDialog.tsx +47 -3
- package/dist/components/shad-cn-ui/SolidIcon.d.ts +2 -1
- package/dist/components/shad-cn-ui/SolidIcon.d.ts.map +1 -1
- package/dist/components/shad-cn-ui/SolidIcon.js +1 -0
- package/dist/components/shad-cn-ui/SolidIcon.js.map +1 -1
- package/dist/components/shad-cn-ui/SolidIcon.tsx +1 -0
- package/dist/components/shad-cn-ui/SolidPasswordInput.d.ts.map +1 -1
- package/dist/components/shad-cn-ui/SolidPasswordInput.js +1 -1
- package/dist/components/shad-cn-ui/SolidPasswordInput.js.map +1 -1
- package/dist/components/shad-cn-ui/SolidPasswordInput.tsx +1 -0
- package/dist/components/shad-cn-ui/SolidPopover.d.ts +1 -0
- package/dist/components/shad-cn-ui/SolidPopover.d.ts.map +1 -1
- package/dist/components/shad-cn-ui/SolidPopover.js +124 -5
- package/dist/components/shad-cn-ui/SolidPopover.js.map +1 -1
- package/dist/components/shad-cn-ui/SolidPopover.tsx +173 -10
- package/dist/components/shad-cn-ui/SolidSelect.d.ts +2 -1
- package/dist/components/shad-cn-ui/SolidSelect.d.ts.map +1 -1
- package/dist/components/shad-cn-ui/SolidSelect.js +51 -1
- package/dist/components/shad-cn-ui/SolidSelect.js.map +1 -1
- package/dist/components/shad-cn-ui/SolidSelect.tsx +95 -0
- package/dist/constants/error-messages.d.ts +13 -0
- package/dist/constants/error-messages.d.ts.map +1 -1
- package/dist/constants/error-messages.js +17 -0
- package/dist/constants/error-messages.js.map +1 -1
- package/dist/constants/error-messages.ts +15 -0
- package/dist/helpers/buttonEnvironment.d.ts +5 -0
- package/dist/helpers/buttonEnvironment.d.ts.map +1 -0
- package/dist/helpers/buttonEnvironment.js +30 -0
- package/dist/helpers/buttonEnvironment.js.map +1 -0
- package/dist/helpers/buttonEnvironment.ts +35 -0
- package/dist/helpers/buttonPresentation.d.ts +24 -0
- package/dist/helpers/buttonPresentation.d.ts.map +1 -0
- package/dist/helpers/buttonPresentation.js +28 -0
- package/dist/helpers/buttonPresentation.js.map +1 -0
- package/dist/helpers/buttonPresentation.ts +53 -0
- package/dist/helpers/fileTypeIcon.d.ts +12 -0
- package/dist/helpers/fileTypeIcon.d.ts.map +1 -0
- package/dist/helpers/fileTypeIcon.js +37 -0
- package/dist/helpers/fileTypeIcon.js.map +1 -0
- package/dist/helpers/fileTypeIcon.tsx +65 -0
- package/dist/helpers/registry.d.ts.map +1 -1
- package/dist/helpers/registry.js +28 -10
- package/dist/helpers/registry.js.map +1 -1
- package/dist/helpers/registry.ts +31 -13
- package/dist/helpers/waitForBackendAvailability.d.ts +7 -0
- package/dist/helpers/waitForBackendAvailability.d.ts.map +1 -0
- package/dist/helpers/waitForBackendAvailability.js +86 -0
- package/dist/helpers/waitForBackendAvailability.js.map +1 -0
- package/dist/helpers/waitForBackendAvailability.ts +37 -0
- package/dist/index.d.ts +8 -9
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +6 -8
- package/dist/index.js.map +1 -1
- package/dist/index.ts +32 -13
- 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/dashboardRuntimeApi.d.ts +34 -0
- package/dist/redux/api/dashboardRuntimeApi.d.ts.map +1 -0
- package/dist/redux/api/dashboardRuntimeApi.js +79 -0
- package/dist/redux/api/dashboardRuntimeApi.js.map +1 -0
- package/dist/redux/api/dashboardRuntimeApi.ts +75 -0
- package/dist/redux/api/moduleApi.d.ts +26 -1
- package/dist/redux/api/moduleApi.d.ts.map +1 -1
- package/dist/redux/api/moduleApi.js +237 -1
- package/dist/redux/api/moduleApi.js.map +1 -1
- package/dist/redux/api/moduleApi.ts +181 -1
- package/dist/redux/api/solidChatterMessageApi.d.ts +2 -1
- package/dist/redux/api/solidChatterMessageApi.d.ts.map +1 -1
- package/dist/redux/api/solidChatterMessageApi.js +11 -1
- package/dist/redux/api/solidChatterMessageApi.js.map +1 -1
- package/dist/redux/api/solidChatterMessageApi.ts +10 -1
- 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/store/defaultStoreConfig.d.ts +57 -9
- package/dist/redux/store/defaultStoreConfig.d.ts.map +1 -1
- package/dist/redux/store/defaultStoreConfig.js +2 -6
- package/dist/redux/store/defaultStoreConfig.js.map +1 -1
- package/dist/redux/store/defaultStoreConfig.ts +2 -6
- package/dist/redux/store/solidEntityApiPool.d.ts +1 -0
- package/dist/redux/store/solidEntityApiPool.d.ts.map +1 -1
- package/dist/redux/store/solidEntityApiPool.js +4 -0
- package/dist/redux/store/solidEntityApiPool.js.map +1 -1
- package/dist/redux/store/solidEntityApiPool.ts +4 -0
- package/dist/resources/globals.css +195 -20
- package/dist/resources/shadcn-base.css +392 -175
- package/dist/resources/solid-custom.css +6565 -0
- package/dist/resources/solid-primereact.css +14 -12
- package/dist/resources/solid-responsive.css +259 -51
- package/dist/resources/solid-tailwind-generated.css +1 -0
- package/dist/resources/solid-tailwind.css +3 -0
- package/dist/routes/AppEventListener.d.ts.map +1 -1
- package/dist/routes/AppEventListener.js +58 -8
- package/dist/routes/AppEventListener.js.map +1 -1
- package/dist/routes/AppEventListener.tsx +69 -8
- package/dist/routes/pages/admin/core/DashboardPage.d.ts +1 -0
- package/dist/routes/pages/admin/core/DashboardPage.d.ts.map +1 -1
- package/dist/routes/pages/admin/core/DashboardPage.js +860 -5
- package/dist/routes/pages/admin/core/DashboardPage.js.map +1 -1
- package/dist/routes/pages/admin/core/DashboardPage.module.css +219 -0
- package/dist/routes/pages/admin/core/DashboardPage.tsx +1025 -7
- package/dist/routes/pages/auth/InitiateMicrosoftActiveDirectoryOauthPage.d.ts +2 -0
- package/dist/routes/pages/auth/InitiateMicrosoftActiveDirectoryOauthPage.d.ts.map +1 -0
- package/dist/routes/pages/auth/InitiateMicrosoftActiveDirectoryOauthPage.js +6 -0
- package/dist/routes/pages/auth/InitiateMicrosoftActiveDirectoryOauthPage.js.map +1 -0
- package/dist/routes/pages/auth/InitiateMicrosoftActiveDirectoryOauthPage.tsx +5 -0
- package/dist/routes/pages/auth/SsoPage.js +1 -1
- package/dist/routes/pages/auth/SsoPage.js.map +1 -1
- package/dist/routes/pages/auth/SsoPage.tsx +1 -1
- package/dist/routes/solidRoutes.d.ts.map +1 -1
- package/dist/routes/solidRoutes.js +2 -2
- package/dist/routes/solidRoutes.js.map +1 -1
- package/dist/routes/solidRoutes.tsx +2 -2
- package/dist/routes/types.d.ts +1 -1
- package/dist/routes/types.d.ts.map +1 -1
- package/dist/routes/types.js.map +1 -1
- package/dist/routes/types.ts +1 -1
- package/dist/styles.d.ts +2 -1
- package/dist/styles.d.ts.map +1 -1
- package/dist/styles.js +2 -1
- package/dist/styles.js.map +1 -1
- package/dist/styles.ts +2 -1
- package/dist/types/dashboard.d.ts +16 -0
- package/dist/types/dashboard.d.ts.map +1 -0
- package/dist/types/dashboard.js +2 -0
- package/dist/types/dashboard.js.map +1 -0
- package/dist/types/dashboard.ts +23 -0
- package/dist/types/extension-registry.d.ts +1 -0
- package/dist/types/extension-registry.d.ts.map +1 -1
- package/dist/types/extension-registry.js +1 -0
- package/dist/types/extension-registry.js.map +1 -1
- package/dist/types/extension-registry.ts +1 -0
- package/dist/types/index.d.ts +3 -0
- package/dist/types/jsoneditor.d.ts +4 -0
- package/dist/types/solid-core.d.ts +1 -0
- package/package.json +9 -3
- package/dist/components/core/list/SolidDataTablePagination.d.ts +0 -15
- package/dist/components/core/list/SolidDataTablePagination.d.ts.map +0 -1
- package/dist/components/core/list/SolidDataTablePagination.js +0 -22
- package/dist/components/core/list/SolidDataTablePagination.js.map +0 -1
- package/dist/components/core/list/SolidDataTablePagination.tsx +0 -71
- package/dist/components/solid-ui/SolidButton.d.ts +0 -14
- package/dist/components/solid-ui/SolidButton.d.ts.map +0 -1
- package/dist/components/solid-ui/SolidButton.js +0 -36
- package/dist/components/solid-ui/SolidButton.js.map +0 -1
- package/dist/components/solid-ui/SolidButton.tsx +0 -54
- package/dist/components/solid-ui/SolidTabs.d.ts +0 -18
- package/dist/components/solid-ui/SolidTabs.d.ts.map +0 -1
- package/dist/components/solid-ui/SolidTabs.js +0 -22
- package/dist/components/solid-ui/SolidTabs.js.map +0 -1
- package/dist/components/solid-ui/SolidTabs.tsx +0 -73
- package/dist/components/solid-ui/index.d.ts +0 -3
- package/dist/components/solid-ui/index.d.ts.map +0 -1
- package/dist/components/solid-ui/index.js +0 -3
- package/dist/components/solid-ui/index.js.map +0 -1
- package/dist/components/solid-ui/index.ts +0 -2
|
@@ -172,8 +172,17 @@ const transformRulesToFilters = (input: any, viewData: any) => {
|
|
|
172
172
|
const processRule = (rule: any) => {
|
|
173
173
|
if (rule.value !== undefined && rule.value !== null) {
|
|
174
174
|
|
|
175
|
-
// Ensure rule.value is always an array
|
|
176
|
-
|
|
175
|
+
// Ensure rule.value is always an array of primitive values.
|
|
176
|
+
// Mixed arrays like ["failed", { label: "pending", value: "pending" }]
|
|
177
|
+
// must be normalized before query serialization.
|
|
178
|
+
const rawValues = Array.isArray(rule?.value) ? rule.value : [rule?.value];
|
|
179
|
+
let values = rawValues.map((item: any) => {
|
|
180
|
+
if (item && typeof item === "object") {
|
|
181
|
+
if (Object.prototype.hasOwnProperty.call(item, "value")) return item.value;
|
|
182
|
+
if (Object.prototype.hasOwnProperty.call(item, "label")) return item.label;
|
|
183
|
+
}
|
|
184
|
+
return item;
|
|
185
|
+
});
|
|
177
186
|
if (rule.matchMode !== '$in' && rule.matchMode !== '$notIn' && rule.matchMode !== '$between' && rule.matchMode !== '$null' && rule.matchMode !== '$notNull') {
|
|
178
187
|
values = values[0];
|
|
179
188
|
}
|
|
@@ -419,7 +428,10 @@ const SavedFilterList = ({ savedfilter, activeSavedFilter, applySavedFilter, ope
|
|
|
419
428
|
variant="ghost"
|
|
420
429
|
size="sm"
|
|
421
430
|
className={`solid-saved-filter-main w-full ${isActive ? "is-active" : ""} ${isFocused ? "solid-search-overlay-option-active" : ""}`}
|
|
422
|
-
|
|
431
|
+
onMouseDown={(e) => {
|
|
432
|
+
e.preventDefault();
|
|
433
|
+
applySavedFilter(savedfilter);
|
|
434
|
+
}}
|
|
423
435
|
title={savedfilter?.description}
|
|
424
436
|
>
|
|
425
437
|
{savedfilter.name}
|
|
@@ -432,7 +444,10 @@ const SavedFilterList = ({ savedfilter, activeSavedFilter, applySavedFilter, ope
|
|
|
432
444
|
variant="outline"
|
|
433
445
|
size="sm"
|
|
434
446
|
className="solid-saved-filter-icon-btn"
|
|
435
|
-
|
|
447
|
+
onMouseDown={(e) => {
|
|
448
|
+
e.preventDefault();
|
|
449
|
+
openSavedCustomFilter(savedfilter);
|
|
450
|
+
}}
|
|
436
451
|
>
|
|
437
452
|
<Pencil size={14} />
|
|
438
453
|
</SolidButton>
|
|
@@ -440,7 +455,8 @@ const SavedFilterList = ({ savedfilter, activeSavedFilter, applySavedFilter, ope
|
|
|
440
455
|
variant="outline"
|
|
441
456
|
size="sm"
|
|
442
457
|
className="solid-saved-filter-icon-btn is-danger"
|
|
443
|
-
|
|
458
|
+
onMouseDown={(e) => {
|
|
459
|
+
e.preventDefault();
|
|
444
460
|
setSavedFilterTobeDeleted(savedfilter.id),
|
|
445
461
|
setIsDeleteSQDialogVisible(true);
|
|
446
462
|
}}
|
|
@@ -533,7 +549,9 @@ export const SolidGlobalSearchElement = forwardRef(({ viewData, viewType, handle
|
|
|
533
549
|
type OverlayOption =
|
|
534
550
|
| { id: string; kind: "field"; field: any }
|
|
535
551
|
| { id: string; kind: "predefined"; predefined: any }
|
|
536
|
-
| { id: string; kind: "saved"; saved: any }
|
|
552
|
+
| { id: string; kind: "saved"; saved: any }
|
|
553
|
+
| { id: string; kind: "custom" }
|
|
554
|
+
| { id: string; kind: "grouping" };
|
|
537
555
|
type ManagedChipItem = {
|
|
538
556
|
id: string;
|
|
539
557
|
type: "saved" | "search" | "predefined" | "custom" | "grouping";
|
|
@@ -648,10 +666,17 @@ export const SolidGlobalSearchElement = forwardRef(({ viewData, viewType, handle
|
|
|
648
666
|
const [savedFilterQueryString, setSavedFilterQueryString] = useState<string>();
|
|
649
667
|
const [showOverlay, setShowOverlay] = useState(false);
|
|
650
668
|
const overlayRef = useRef<HTMLDivElement | null>(null);
|
|
669
|
+
const searchInputRef = useRef<HTMLInputElement | null>(null);
|
|
651
670
|
const [showChipManager, setShowChipManager] = useState(false);
|
|
652
671
|
const chipManagerRef = useRef<HTMLDivElement | null>(null);
|
|
653
672
|
const chipManagerTriggerRef = useRef<HTMLButtonElement | null>(null);
|
|
654
673
|
|
|
674
|
+
const focusSearchInput = () => {
|
|
675
|
+
requestAnimationFrame(() => {
|
|
676
|
+
searchInputRef.current?.focus();
|
|
677
|
+
});
|
|
678
|
+
};
|
|
679
|
+
|
|
655
680
|
useEffect(() => {
|
|
656
681
|
if (focusedIndex >= 0 && showOverlay) {
|
|
657
682
|
const activeElement = document.querySelector(`.solid-search-overlay-option-active`);
|
|
@@ -702,6 +727,18 @@ export const SolidGlobalSearchElement = forwardRef(({ viewData, viewType, handle
|
|
|
702
727
|
|
|
703
728
|
const [savedFilterFetchDataRefreshKey, setSavedFilterFetchDataRefreshKey] = useState(0);
|
|
704
729
|
|
|
730
|
+
const buildSavedFilterUrl = (savedQueryId?: string | number | null) => {
|
|
731
|
+
const params = new URLSearchParams(searchParams.toString());
|
|
732
|
+
|
|
733
|
+
if (savedQueryId === null || savedQueryId === undefined || savedQueryId === "") {
|
|
734
|
+
params.delete("savedQuery");
|
|
735
|
+
} else {
|
|
736
|
+
params.set("savedQuery", String(savedQueryId));
|
|
737
|
+
}
|
|
738
|
+
|
|
739
|
+
const queryString = params.toString();
|
|
740
|
+
return queryString ? `${pathname}?${queryString}` : pathname;
|
|
741
|
+
};
|
|
705
742
|
|
|
706
743
|
|
|
707
744
|
useEffect(() => {
|
|
@@ -909,12 +946,20 @@ export const SolidGlobalSearchElement = forwardRef(({ viewData, viewType, handle
|
|
|
909
946
|
const fieldElements = extractFields(layoutChildren);
|
|
910
947
|
|
|
911
948
|
|
|
912
|
-
|
|
949
|
+
// Build one entry per layout column (not per field name), so multiple columns
|
|
950
|
+
// sharing the same field name (e.g. several viewMetadata columns with different
|
|
951
|
+
// searchFields/labels) each appear as a separate searchable option.
|
|
952
|
+
const seenKeys = new Set<string>();
|
|
953
|
+
const fieldsList: any[] = [];
|
|
954
|
+
|
|
955
|
+
// First pass: one entry per unique field name (for non-searchable / filter use)
|
|
956
|
+
Object.entries(fieldsData ?? {}).forEach(([key, value]: any) => {
|
|
913
957
|
const viewFieldElement = fieldElements.find(
|
|
914
958
|
(f: any) => f?.attrs?.name === key
|
|
915
959
|
);
|
|
916
|
-
|
|
917
|
-
|
|
960
|
+
seenKeys.add(key);
|
|
961
|
+
fieldsList.push({
|
|
962
|
+
name: viewFieldElement?.attrs?.label ?? value.displayName,
|
|
918
963
|
value: key,
|
|
919
964
|
type: value.type,
|
|
920
965
|
ormType: value.ormType,
|
|
@@ -922,7 +967,33 @@ export const SolidGlobalSearchElement = forwardRef(({ viewData, viewType, handle
|
|
|
922
967
|
searchField: viewFieldElement?.attrs?.searchField ?? null,
|
|
923
968
|
isSearchable: viewFieldElement?.attrs?.isSearchable ?? false,
|
|
924
969
|
relationType: value?.relationType ?? null,
|
|
925
|
-
};
|
|
970
|
+
});
|
|
971
|
+
});
|
|
972
|
+
|
|
973
|
+
// Second pass: for any layout column that shares a field name but has a
|
|
974
|
+
// distinct searchField, add it as an additional searchable entry.
|
|
975
|
+
fieldElements.forEach((fieldElement: any) => {
|
|
976
|
+
const key = fieldElement?.attrs?.name;
|
|
977
|
+
const searchField = fieldElement?.attrs?.searchField;
|
|
978
|
+
const isSearchable = fieldElement?.attrs?.isSearchable ?? false;
|
|
979
|
+
if (!isSearchable || !searchField) return;
|
|
980
|
+
// Already covered by the first pass entry for this key?
|
|
981
|
+
const existingEntry = fieldsList.find(
|
|
982
|
+
(e: any) => e.value === key && e.searchField === searchField
|
|
983
|
+
);
|
|
984
|
+
if (existingEntry) return; // already in list
|
|
985
|
+
const value: any = (fieldsData ?? {})[key];
|
|
986
|
+
if (!value) return;
|
|
987
|
+
fieldsList.push({
|
|
988
|
+
name: fieldElement?.attrs?.label ?? value.displayName,
|
|
989
|
+
value: key,
|
|
990
|
+
type: value.type,
|
|
991
|
+
ormType: value.ormType,
|
|
992
|
+
matchMode: fieldElement?.attrs?.searchMatchMode,
|
|
993
|
+
searchField: searchField,
|
|
994
|
+
isSearchable: true,
|
|
995
|
+
relationType: value?.relationType ?? null,
|
|
996
|
+
});
|
|
926
997
|
});
|
|
927
998
|
|
|
928
999
|
const filterableFieldsList = fieldsList.filter((field: any) => {
|
|
@@ -1202,9 +1273,7 @@ export const SolidGlobalSearchElement = forwardRef(({ viewData, viewType, handle
|
|
|
1202
1273
|
let parsedSearchParams = searchParams;
|
|
1203
1274
|
const savedQuery = parsedSearchParams?.get("savedQuery");
|
|
1204
1275
|
if (savedFilterTobeDeleted == savedQuery) {
|
|
1205
|
-
|
|
1206
|
-
urlParams.delete("savedQuery");
|
|
1207
|
-
router.push(`?${urlParams.toString()}`);
|
|
1276
|
+
router.push(buildSavedFilterUrl(null));
|
|
1208
1277
|
}
|
|
1209
1278
|
setIsDeleteSQDialogVisible(false);
|
|
1210
1279
|
setTimeout(() => {
|
|
@@ -1237,7 +1306,7 @@ export const SolidGlobalSearchElement = forwardRef(({ viewData, viewType, handle
|
|
|
1237
1306
|
|
|
1238
1307
|
setPredefinedSearchBaseFilter(null);
|
|
1239
1308
|
setTimeout(() => {
|
|
1240
|
-
router.push(
|
|
1309
|
+
router.push(buildSavedFilterUrl(formValues.id));
|
|
1241
1310
|
}, 500)
|
|
1242
1311
|
} else {
|
|
1243
1312
|
|
|
@@ -1262,7 +1331,7 @@ export const SolidGlobalSearchElement = forwardRef(({ viewData, viewType, handle
|
|
|
1262
1331
|
localStorage.removeItem(currentPageUrl); // Store in local storage with the URL as the key
|
|
1263
1332
|
|
|
1264
1333
|
setTimeout(() => {
|
|
1265
|
-
router.push(
|
|
1334
|
+
router.push(buildSavedFilterUrl(result.data.id));
|
|
1266
1335
|
}, 500)
|
|
1267
1336
|
|
|
1268
1337
|
}
|
|
@@ -1315,7 +1384,7 @@ export const SolidGlobalSearchElement = forwardRef(({ viewData, viewType, handle
|
|
|
1315
1384
|
return (
|
|
1316
1385
|
<li>
|
|
1317
1386
|
<div className="custom-filter-chip-type">
|
|
1318
|
-
<div className="flex
|
|
1387
|
+
<div className="flex items-center gap-2 text-base">
|
|
1319
1388
|
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"
|
|
1320
1389
|
onClick={() => {
|
|
1321
1390
|
setShowGlobalSearchElement(true)
|
|
@@ -1352,7 +1421,7 @@ export const SolidGlobalSearchElement = forwardRef(({ viewData, viewType, handle
|
|
|
1352
1421
|
localStorage.removeItem(currentPageUrl); // Store in local storage with the URL as the key
|
|
1353
1422
|
// push the savedQuery=1 in url
|
|
1354
1423
|
if (savedfilter?.id) {
|
|
1355
|
-
router.push(
|
|
1424
|
+
router.push(buildSavedFilterUrl(savedfilter.id));
|
|
1356
1425
|
setShowOverlay(false);
|
|
1357
1426
|
} else {
|
|
1358
1427
|
console.error(ERROR_MESSAGES.SAVE_FILTER_UNDEFINED_NULL);
|
|
@@ -1360,15 +1429,10 @@ export const SolidGlobalSearchElement = forwardRef(({ viewData, viewType, handle
|
|
|
1360
1429
|
}
|
|
1361
1430
|
|
|
1362
1431
|
const removeSavedFilter = () => {
|
|
1363
|
-
const params = new URLSearchParams(searchParams.toString());
|
|
1364
1432
|
setCurrentSavedFilterData(null);
|
|
1365
1433
|
setCurrentSavedFilterQuery(null)
|
|
1366
|
-
if (
|
|
1367
|
-
|
|
1368
|
-
const newUrl = params.toString()
|
|
1369
|
-
? `${pathname}?${params.toString()}`
|
|
1370
|
-
: pathname;
|
|
1371
|
-
router.push(newUrl);
|
|
1434
|
+
if (searchParams.has("savedQuery")) {
|
|
1435
|
+
router.push(buildSavedFilterUrl(null));
|
|
1372
1436
|
}
|
|
1373
1437
|
}
|
|
1374
1438
|
|
|
@@ -1377,7 +1441,7 @@ export const SolidGlobalSearchElement = forwardRef(({ viewData, viewType, handle
|
|
|
1377
1441
|
return (
|
|
1378
1442
|
<li>
|
|
1379
1443
|
<div className="custom-filter-chip-type">
|
|
1380
|
-
<div className="flex
|
|
1444
|
+
<div className="flex items-center gap-2 text-base">
|
|
1381
1445
|
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"
|
|
1382
1446
|
onClick={() => {
|
|
1383
1447
|
const fn = async () => {
|
|
@@ -1421,8 +1485,8 @@ export const SolidGlobalSearchElement = forwardRef(({ viewData, viewType, handle
|
|
|
1421
1485
|
const GroupingChip = () => {
|
|
1422
1486
|
return (
|
|
1423
1487
|
<li className="solid-global-search-chip">
|
|
1424
|
-
<div className="flex
|
|
1425
|
-
<div className="flex
|
|
1488
|
+
<div className="flex items-center gap-2">
|
|
1489
|
+
<div className="flex items-center gap-2">
|
|
1426
1490
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"
|
|
1427
1491
|
|
|
1428
1492
|
onClick={() => setShowGroupFilterElement(true)}
|
|
@@ -1544,6 +1608,11 @@ export const SolidGlobalSearchElement = forwardRef(({ viewData, viewType, handle
|
|
|
1544
1608
|
const hiddenChipItems = managedChipItems.slice(MAX_VISIBLE_CHIPS);
|
|
1545
1609
|
const hiddenChipCount = hiddenChipItems.length;
|
|
1546
1610
|
|
|
1611
|
+
const handleManagedChipOpen = (chip: ManagedChipItem) => {
|
|
1612
|
+
if (!chip.onOpen) return;
|
|
1613
|
+
chip.onOpen();
|
|
1614
|
+
};
|
|
1615
|
+
|
|
1547
1616
|
const clearAllAppliedChips = () => {
|
|
1548
1617
|
if (managedChipItems.length === 0) return;
|
|
1549
1618
|
|
|
@@ -1593,9 +1662,20 @@ export const SolidGlobalSearchElement = forwardRef(({ viewData, viewType, handle
|
|
|
1593
1662
|
kind: "saved" as const,
|
|
1594
1663
|
saved: s,
|
|
1595
1664
|
}));
|
|
1665
|
+
const custom: OverlayOption[] = [{
|
|
1666
|
+
id: "footer:custom",
|
|
1667
|
+
kind: "custom" as const,
|
|
1668
|
+
}];
|
|
1669
|
+
const grouping: OverlayOption[] =
|
|
1670
|
+
viewType === "tree"
|
|
1671
|
+
? [{
|
|
1672
|
+
id: "footer:grouping",
|
|
1673
|
+
kind: "grouping" as const,
|
|
1674
|
+
}]
|
|
1675
|
+
: [];
|
|
1596
1676
|
|
|
1597
|
-
return [...fields, ...predefined, ...saved];
|
|
1598
|
-
}, [inputValue, searchableFields, predefinedSearches, savedFilters]);
|
|
1677
|
+
return [...fields, ...predefined, ...saved, ...custom, ...grouping];
|
|
1678
|
+
}, [inputValue, searchableFields, predefinedSearches, savedFilters, viewType]);
|
|
1599
1679
|
|
|
1600
1680
|
const handleKeyDown = (e: React.KeyboardEvent<HTMLInputElement>) => {
|
|
1601
1681
|
const currentValue = inputValue?.trim() || "";
|
|
@@ -1640,6 +1720,10 @@ export const SolidGlobalSearchElement = forwardRef(({ viewData, viewType, handle
|
|
|
1640
1720
|
handlePredefinedSearch(activeOption.predefined);
|
|
1641
1721
|
} else if (activeOption?.kind === "saved") {
|
|
1642
1722
|
applySavedFilter(activeOption.saved);
|
|
1723
|
+
} else if (activeOption?.kind === "custom") {
|
|
1724
|
+
openCustomFilterDialog();
|
|
1725
|
+
} else if (activeOption?.kind === "grouping") {
|
|
1726
|
+
openGroupingDialog();
|
|
1643
1727
|
} else if (currentValue) {
|
|
1644
1728
|
handleAddChip();
|
|
1645
1729
|
setShowOverlay(false);
|
|
@@ -1756,7 +1840,7 @@ export const SolidGlobalSearchElement = forwardRef(({ viewData, viewType, handle
|
|
|
1756
1840
|
const PredefinedSearchChip = () => (
|
|
1757
1841
|
<li>
|
|
1758
1842
|
<div className="search-filter-chip-type">
|
|
1759
|
-
<div className="flex
|
|
1843
|
+
<div className="flex items-center gap-2">
|
|
1760
1844
|
<strong>{predefinedSearchChip?.name}:</strong>
|
|
1761
1845
|
<span className="custom-chip-value">{predefinedSearchChip?.value}</span>
|
|
1762
1846
|
</div>
|
|
@@ -1772,15 +1856,35 @@ export const SolidGlobalSearchElement = forwardRef(({ viewData, viewType, handle
|
|
|
1772
1856
|
|
|
1773
1857
|
return (
|
|
1774
1858
|
<>
|
|
1775
|
-
<div className="flex justify-
|
|
1859
|
+
<div className="relative flex justify-center solid-custom-filter-wrapper">
|
|
1776
1860
|
<div className="solid-global-search-element">
|
|
1777
1861
|
<ul className="solid-global-search-chip-list">
|
|
1778
1862
|
{visibleChipItems.map((chip) => (
|
|
1779
1863
|
<li key={chip.id}>
|
|
1780
1864
|
<div className={`search-filter-chip-type solid-chip-pill solid-chip-tone-${chip.type}`}>
|
|
1781
|
-
|
|
1782
|
-
|
|
1783
|
-
|
|
1865
|
+
{chip.onOpen ? (
|
|
1866
|
+
<>
|
|
1867
|
+
<button
|
|
1868
|
+
type="button"
|
|
1869
|
+
className="solid-chip-open-button"
|
|
1870
|
+
title={chip.label}
|
|
1871
|
+
aria-label={`Open ${chip.label}`}
|
|
1872
|
+
onMouseDown={(e) => e.preventDefault()}
|
|
1873
|
+
onClick={() => handleManagedChipOpen(chip)}
|
|
1874
|
+
>
|
|
1875
|
+
<span className="solid-chip-open-icon" aria-hidden="true">
|
|
1876
|
+
<Filter size={12} />
|
|
1877
|
+
</span>
|
|
1878
|
+
</button>
|
|
1879
|
+
<span className="custom-chip-value solid-chip-pill-label solid-chip-open-label" title={chip.label}>
|
|
1880
|
+
{chip.label}
|
|
1881
|
+
</span>
|
|
1882
|
+
</>
|
|
1883
|
+
) : (
|
|
1884
|
+
<span className="custom-chip-value solid-chip-pill-label" title={chip.label}>
|
|
1885
|
+
{chip.label}
|
|
1886
|
+
</span>
|
|
1887
|
+
)}
|
|
1784
1888
|
<button
|
|
1785
1889
|
type="button"
|
|
1786
1890
|
className="solid-chip-pill-remove"
|
|
@@ -1806,7 +1910,7 @@ export const SolidGlobalSearchElement = forwardRef(({ viewData, viewType, handle
|
|
|
1806
1910
|
</button>
|
|
1807
1911
|
</li>
|
|
1808
1912
|
)}
|
|
1809
|
-
{managedChipItems.length > 0 && hiddenChipCount === 0 && (
|
|
1913
|
+
{/* {managedChipItems.length > 0 && hiddenChipCount === 0 && (
|
|
1810
1914
|
<li>
|
|
1811
1915
|
<button
|
|
1812
1916
|
type="button"
|
|
@@ -1818,10 +1922,11 @@ export const SolidGlobalSearchElement = forwardRef(({ viewData, viewType, handle
|
|
|
1818
1922
|
Manage
|
|
1819
1923
|
</button>
|
|
1820
1924
|
</li>
|
|
1821
|
-
)}
|
|
1925
|
+
)} */}
|
|
1822
1926
|
<li ref={chipsRef} className="solid-global-search-input-item">
|
|
1823
1927
|
<div className="relative solid-global-search-element-wrapper">
|
|
1824
1928
|
<SolidInput
|
|
1929
|
+
ref={searchInputRef}
|
|
1825
1930
|
className="solid-global-search-input"
|
|
1826
1931
|
value={inputValue || ""}
|
|
1827
1932
|
placeholder="Search."
|
|
@@ -1845,9 +1950,14 @@ export const SolidGlobalSearchElement = forwardRef(({ viewData, viewType, handle
|
|
|
1845
1950
|
<SolidButton
|
|
1846
1951
|
variant="outline"
|
|
1847
1952
|
size="sm"
|
|
1953
|
+
onMouseDown={(e) => {
|
|
1954
|
+
// Preserve input focus so overlay keyboard navigation continues to work.
|
|
1955
|
+
e.preventDefault();
|
|
1956
|
+
}}
|
|
1848
1957
|
onClick={() => {
|
|
1849
1958
|
setShowChipManager(false);
|
|
1850
1959
|
setShowOverlay(true);
|
|
1960
|
+
focusSearchInput();
|
|
1851
1961
|
}}
|
|
1852
1962
|
className="custom-filter-button solid-global-search-trigger"
|
|
1853
1963
|
>
|
|
@@ -1858,7 +1968,7 @@ export const SolidGlobalSearchElement = forwardRef(({ viewData, viewType, handle
|
|
|
1858
1968
|
</ul>
|
|
1859
1969
|
</div>
|
|
1860
1970
|
|
|
1861
|
-
{showChipManager && managedChipItems.length > 0 && (
|
|
1971
|
+
{/* {showChipManager && managedChipItems.length > 0 && (
|
|
1862
1972
|
<div ref={chipManagerRef} className="absolute z-5 solid-chip-manager-panel">
|
|
1863
1973
|
<div className="solid-chip-manager-header">
|
|
1864
1974
|
<div className="solid-chip-manager-title">Applied chips ({managedChipItems.length})</div>
|
|
@@ -1891,14 +2001,14 @@ export const SolidGlobalSearchElement = forwardRef(({ viewData, viewType, handle
|
|
|
1891
2001
|
))}
|
|
1892
2002
|
</div>
|
|
1893
2003
|
</div>
|
|
1894
|
-
)}
|
|
2004
|
+
)} */}
|
|
1895
2005
|
|
|
1896
2006
|
{showOverlay && (
|
|
1897
|
-
<div ref={overlayRef} className="absolute w-full shadow-
|
|
2007
|
+
<div ref={overlayRef} className="absolute w-full shadow-md solid-search-overlay-pannel">
|
|
1898
2008
|
<div className="solid-search-overlay-scroll">
|
|
1899
2009
|
{inputValue ? (
|
|
1900
2010
|
<>
|
|
1901
|
-
<div className="custom-filter-search-options solid-search-overlay-section px-3 py-1
|
|
2011
|
+
<div className="custom-filter-search-options solid-search-overlay-section flex flex-col px-3 py-1">
|
|
1902
2012
|
<h6 className="my-1 solid-search-overlay-heading solid-search-overlay-section-title solid-search-overlay-heading-with-icon">
|
|
1903
2013
|
<Search size={13} />
|
|
1904
2014
|
<span>Search by fields</span>
|
|
@@ -1910,7 +2020,7 @@ export const SolidGlobalSearchElement = forwardRef(({ viewData, viewType, handle
|
|
|
1910
2020
|
key={index}
|
|
1911
2021
|
variant="ghost"
|
|
1912
2022
|
size="sm"
|
|
1913
|
-
className={`flex gap-1 text-color solid-search-overlay-option ${focusedIndex === index ? "solid-search-overlay-option-active" : ""}
|
|
2023
|
+
className={`flex justify-start gap-1 text-color solid-search-overlay-option ${focusedIndex === index ? "solid-search-overlay-option-active" : ""}`}
|
|
1914
2024
|
onMouseDown={(e) => {
|
|
1915
2025
|
e.preventDefault();
|
|
1916
2026
|
const currentValue = inputValue?.trim();
|
|
@@ -1932,7 +2042,7 @@ export const SolidGlobalSearchElement = forwardRef(({ viewData, viewType, handle
|
|
|
1932
2042
|
}}
|
|
1933
2043
|
onMouseEnter={() => setFocusedIndex(index)}
|
|
1934
2044
|
>
|
|
1935
|
-
Search <strong style={{paddingLeft:"2px"}}>{value.displayName}</strong
|
|
2045
|
+
Search <strong style={{paddingLeft:"2px"}}>{value.displayName.trim()}</strong> for: <span className="font-bold text-color">{inputValue}</span>
|
|
1936
2046
|
</SolidButton>
|
|
1937
2047
|
)
|
|
1938
2048
|
})
|
|
@@ -1950,21 +2060,21 @@ export const SolidGlobalSearchElement = forwardRef(({ viewData, viewType, handle
|
|
|
1950
2060
|
{predefinedSearches && predefinedSearches.length > 0 && (
|
|
1951
2061
|
<>
|
|
1952
2062
|
<div className="solid-filter-dialog-sep" />
|
|
1953
|
-
<div className="custom-filter-search-options solid-search-overlay-section px-3 py-1
|
|
2063
|
+
<div className="custom-filter-search-options solid-search-overlay-section flex flex-col px-3 py-1">
|
|
1954
2064
|
<h6 className="my-1 solid-search-overlay-heading solid-search-overlay-section-title">Predefined searches</h6>
|
|
1955
2065
|
{predefinedSearches.map((predefinedSearch: any, index: number) => (
|
|
1956
2066
|
<SolidButton
|
|
1957
2067
|
key={index}
|
|
1958
2068
|
variant="ghost"
|
|
1959
2069
|
size="sm"
|
|
1960
|
-
className={`flex flex-
|
|
2070
|
+
className={`flex flex-col items-start gap-1 text-color solid-search-overlay-option solid-search-overlay-option-stacked ${focusedIndex === searchableFields.length + index ? "solid-search-overlay-option-active" : ""}`}
|
|
1961
2071
|
onMouseDown={(e) => {
|
|
1962
2072
|
e.preventDefault();
|
|
1963
2073
|
handlePredefinedSearch(predefinedSearch);
|
|
1964
2074
|
}}
|
|
1965
2075
|
onMouseEnter={() => setFocusedIndex(searchableFields.length + index)}
|
|
1966
2076
|
>
|
|
1967
|
-
<div className="flex gap-1
|
|
2077
|
+
<div className="flex items-center gap-1">
|
|
1968
2078
|
<strong>{predefinedSearch.name}:</strong>
|
|
1969
2079
|
<span className="font-bold text-color">{inputValue}</span>
|
|
1970
2080
|
</div>
|
|
@@ -2009,7 +2119,7 @@ export const SolidGlobalSearchElement = forwardRef(({ viewData, viewType, handle
|
|
|
2009
2119
|
</div>
|
|
2010
2120
|
</div>
|
|
2011
2121
|
</div>
|
|
2012
|
-
<div className="flex flex-
|
|
2122
|
+
<div className="flex flex-col solid-search-overlay-saved-list">
|
|
2013
2123
|
{savedFilters.map((savedfilter: any, index: number) => (
|
|
2014
2124
|
<SavedFilterList
|
|
2015
2125
|
key={savedfilter.id}
|
|
@@ -2035,8 +2145,12 @@ export const SolidGlobalSearchElement = forwardRef(({ viewData, viewType, handle
|
|
|
2035
2145
|
<div className="solid-search-overlay-footer">
|
|
2036
2146
|
<button
|
|
2037
2147
|
type="button"
|
|
2038
|
-
className=
|
|
2148
|
+
className={`flex flex-col px-3 py-2 solid-search-overlay-footer-action ${overlayOptions[focusedIndex]?.id === "footer:custom" ? "solid-search-overlay-option-active" : ""}`}
|
|
2039
2149
|
onClick={openCustomFilterDialog}
|
|
2150
|
+
onMouseEnter={() => {
|
|
2151
|
+
const optIndex = overlayOptions.findIndex((o) => o.id === "footer:custom");
|
|
2152
|
+
if (optIndex !== -1) setFocusedIndex(optIndex);
|
|
2153
|
+
}}
|
|
2040
2154
|
>
|
|
2041
2155
|
<div className="solid-search-overlay-footer-action-main">
|
|
2042
2156
|
<div className="solid-search-overlay-panel-callout-icon">
|
|
@@ -2055,8 +2169,12 @@ export const SolidGlobalSearchElement = forwardRef(({ viewData, viewType, handle
|
|
|
2055
2169
|
{viewType === "tree" && (
|
|
2056
2170
|
<button
|
|
2057
2171
|
type="button"
|
|
2058
|
-
className=
|
|
2172
|
+
className={`flex flex-col px-3 py-2 solid-search-overlay-footer-action solid-search-overlay-footer-action-secondary ${overlayOptions[focusedIndex]?.id === "footer:grouping" ? "solid-search-overlay-option-active" : ""}`}
|
|
2059
2173
|
onClick={openGroupingDialog}
|
|
2174
|
+
onMouseEnter={() => {
|
|
2175
|
+
const optIndex = overlayOptions.findIndex((o) => o.id === "footer:grouping");
|
|
2176
|
+
if (optIndex !== -1) setFocusedIndex(optIndex);
|
|
2177
|
+
}}
|
|
2060
2178
|
>
|
|
2061
2179
|
<div className="solid-search-overlay-footer-action-main">
|
|
2062
2180
|
<div className="solid-search-overlay-panel-callout-icon">
|
|
@@ -2154,7 +2272,7 @@ export const SolidGlobalSearchElement = forwardRef(({ viewData, viewType, handle
|
|
|
2154
2272
|
<SolidDialogClose />
|
|
2155
2273
|
</SolidDialogHeader>
|
|
2156
2274
|
<SolidDialogSeparator />
|
|
2157
|
-
<SolidDialogFooter className="justify-
|
|
2275
|
+
<SolidDialogFooter className="justify-center">
|
|
2158
2276
|
<SolidButton variant="destructive" size="sm" onClick={deleteSavedFilter}>
|
|
2159
2277
|
<Check size={14} />
|
|
2160
2278
|
Yes
|
|
@@ -4,7 +4,7 @@ import { useState } from 'react';
|
|
|
4
4
|
export var SolidLayoutViews = function (_a) {
|
|
5
5
|
var sizeOptions = _a.sizeOptions, setSize = _a.setSize, size = _a.size, viewModes = _a.viewModes, setView = _a.setView, view = _a.view;
|
|
6
6
|
var _b = useState(false), open = _b[0], setOpen = _b[1];
|
|
7
|
-
var renderOption = function (option, groupName, currentValue, onSelect) { return (_jsxs("label", { className: "flex
|
|
8
|
-
return (_jsxs(SolidPopover, { open: open, onOpenChange: setOpen, autoCloseGroup: "layout-views", children: [_jsx(SolidPopoverTrigger, { asChild: true, children: _jsx(SolidButton, { type: "button", size: 'sm', variant: 'secondary', className: 'custom-icon-button', leftIcon: _jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 24 24", fill: "none", children: _jsx("path", { d: "M14.9016 13.1969L10.8031 9.09845L14.9016 5L19 9.09845L14.9016 13.1969ZM5 11.7461V5.94301H10.8031V11.7461H5ZM12.2539 19V13.1969H18.057V19H12.2539ZM5 19V13.1969H10.8031V19H5ZM6.45078 10.2953H9.35233V7.39378H6.45078V10.2953ZM14.9197 11.1658L16.9689 9.11658L14.9197 7.06736L12.8705 9.11658L14.9197 11.1658ZM13.7047 17.5492H16.6062V14.6477H13.7047V17.5492ZM6.45078 17.5492H9.35233V14.6477H6.45078V17.5492Z", fill: "#4B4D52" }) }) }) }), _jsxs(SolidPopoverContent, { className: 'solid-header-dropdown-panel', children: [_jsxs("div", { className: 'secondary-border-bottom p-1', children: [_jsx("p", { className: 'px-3 pt-2', children: "Density" }), _jsx("div", { className: "flex flex-
|
|
7
|
+
var renderOption = function (option, groupName, currentValue, onSelect) { return (_jsxs("label", { className: "flex items-center ".concat(option.value === currentValue ? 'solid-active-view' : 'solid-view'), children: [_jsx("input", { type: "radio", name: groupName, value: option.value, checked: option.value === currentValue, onChange: function () { return onSelect(option.value); }, className: "solid-radio-native" }), _jsxs("span", { className: "ml-2 flex w-full items-center justify-between", children: [option.label, _jsx("img", { src: option.image, alt: option.value, className: 'img-fluid position-relative', style: { width: '2.75rem' } })] })] }, option.value)); };
|
|
8
|
+
return (_jsxs(SolidPopover, { open: open, onOpenChange: setOpen, autoCloseGroup: "layout-views", children: [_jsx(SolidPopoverTrigger, { asChild: true, children: _jsx(SolidButton, { type: "button", size: 'sm', variant: 'secondary', className: 'custom-icon-button', leftIcon: _jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 24 24", fill: "none", children: _jsx("path", { d: "M14.9016 13.1969L10.8031 9.09845L14.9016 5L19 9.09845L14.9016 13.1969ZM5 11.7461V5.94301H10.8031V11.7461H5ZM12.2539 19V13.1969H18.057V19H12.2539ZM5 19V13.1969H10.8031V19H5ZM6.45078 10.2953H9.35233V7.39378H6.45078V10.2953ZM14.9197 11.1658L16.9689 9.11658L14.9197 7.06736L12.8705 9.11658L14.9197 11.1658ZM13.7047 17.5492H16.6062V14.6477H13.7047V17.5492ZM6.45078 17.5492H9.35233V14.6477H6.45078V17.5492Z", fill: "#4B4D52" }) }) }) }), _jsxs(SolidPopoverContent, { className: 'solid-header-dropdown-panel', children: [_jsxs("div", { className: 'secondary-border-bottom p-1', children: [_jsx("p", { className: 'px-3 pt-2', children: "Density" }), _jsx("div", { className: "flex flex-col gap-1", children: sizeOptions.map(function (option) { return renderOption(option, "sizes", size, setSize); }) })] }), _jsxs("div", { className: 'p-1', children: [_jsx("p", { className: 'px-3 pt-2', children: "View Mode" }), _jsx("div", { className: "flex flex-col gap-1", children: viewModes.map(function (option) { return renderOption(option, "views", view, setView); }) })] })] })] }));
|
|
9
9
|
};
|
|
10
10
|
//# sourceMappingURL=SolidLayoutViews.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SolidLayoutViews.js","sourceRoot":"","sources":["../../../../src/components/core/common/SolidLayoutViews.tsx"],"names":[],"mappings":";AACA,OAAO,EAAE,WAAW,EAAE,YAAY,EAAE,mBAAmB,EAAE,mBAAmB,EAAE,MAAM,kBAAkB,CAAC;AACvG,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AASjC,MAAM,CAAC,IAAM,gBAAgB,GAAG,UAAC,EAA+D;QAA7D,WAAW,iBAAA,EAAE,OAAO,aAAA,EAAE,IAAI,UAAA,EAAE,SAAS,eAAA,EAAE,OAAO,aAAA,EAAE,IAAI,UAAA;IAC7E,IAAA,KAAkB,QAAQ,CAAC,KAAK,CAAC,EAAhC,IAAI,QAAA,EAAE,OAAO,QAAmB,CAAC;IAExC,IAAM,YAAY,GAAG,UACjB,MAAuD,EACvD,SAAiB,EACjB,YAAoB,EACpB,QAAiC,IAChC,OAAA,CACD,iBAA0B,SAAS,EAAE,
|
|
1
|
+
{"version":3,"file":"SolidLayoutViews.js","sourceRoot":"","sources":["../../../../src/components/core/common/SolidLayoutViews.tsx"],"names":[],"mappings":";AACA,OAAO,EAAE,WAAW,EAAE,YAAY,EAAE,mBAAmB,EAAE,mBAAmB,EAAE,MAAM,kBAAkB,CAAC;AACvG,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AASjC,MAAM,CAAC,IAAM,gBAAgB,GAAG,UAAC,EAA+D;QAA7D,WAAW,iBAAA,EAAE,OAAO,aAAA,EAAE,IAAI,UAAA,EAAE,SAAS,eAAA,EAAE,OAAO,aAAA,EAAE,IAAI,UAAA;IAC7E,IAAA,KAAkB,QAAQ,CAAC,KAAK,CAAC,EAAhC,IAAI,QAAA,EAAE,OAAO,QAAmB,CAAC;IAExC,IAAM,YAAY,GAAG,UACjB,MAAuD,EACvD,SAAiB,EACjB,YAAoB,EACpB,QAAiC,IAChC,OAAA,CACD,iBAA0B,SAAS,EAAE,4BAAqB,MAAM,CAAC,KAAK,KAAK,YAAY,CAAC,CAAC,CAAC,mBAAmB,CAAC,CAAC,CAAC,YAAY,CAAE,aAC1H,gBACI,IAAI,EAAC,OAAO,EACZ,IAAI,EAAE,SAAS,EACf,KAAK,EAAE,MAAM,CAAC,KAAK,EACnB,OAAO,EAAE,MAAM,CAAC,KAAK,KAAK,YAAY,EACtC,QAAQ,EAAE,cAAM,OAAA,QAAQ,CAAC,MAAM,CAAC,KAAK,CAAC,EAAtB,CAAsB,EACtC,SAAS,EAAC,oBAAoB,GAChC,EACF,gBAAM,SAAS,EAAC,+CAA+C,aAC1D,MAAM,CAAC,KAAK,EACb,cACI,GAAG,EAAE,MAAM,CAAC,KAAK,EACjB,GAAG,EAAE,MAAM,CAAC,KAAK,EACjB,SAAS,EAAC,6BAA6B,EACvC,KAAK,EAAE,EAAE,KAAK,EAAE,SAAS,EAAE,GAC7B,IACC,KAjBC,MAAM,CAAC,KAAK,CAkBhB,CACX,EApBI,CAoBJ,CAAC;IAEF,OAAO,CACH,MAAC,YAAY,IAAC,IAAI,EAAE,IAAI,EAAE,YAAY,EAAE,OAAO,EAAE,cAAc,EAAC,cAAc,aAC1E,KAAC,mBAAmB,IAAC,OAAO,kBACxB,KAAC,WAAW,IACR,IAAI,EAAC,QAAQ,EACb,IAAI,EAAC,IAAI,EACT,OAAO,EAAC,WAAW,EACnB,SAAS,EAAC,oBAAoB,EAC9B,QAAQ,EACJ,cAAK,KAAK,EAAC,4BAA4B,EAAC,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,YAC1F,eAAM,CAAC,EAAC,kZAAkZ,EAAC,IAAI,EAAC,SAAS,GAAG,GAC1a,GAEZ,GACgB,EACtB,MAAC,mBAAmB,IAAC,SAAS,EAAC,6BAA6B,aACxD,eAAK,SAAS,EAAC,6BAA6B,aACxC,YAAG,SAAS,EAAC,WAAW,wBAAY,EACpC,cAAK,SAAS,EAAC,qBAAqB,YAC/B,WAAW,CAAC,GAAG,CAAC,UAAC,MAAM,IAAK,OAAA,YAAY,CAAC,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,OAAO,CAAC,EAA5C,CAA4C,CAAC,GACxE,IACJ,EACN,eAAK,SAAS,EAAC,KAAK,aAChB,YAAG,SAAS,EAAC,WAAW,0BAAc,EACtC,cAAK,SAAS,EAAC,qBAAqB,YAC/B,SAAS,CAAC,GAAG,CAAC,UAAC,MAAM,IAAK,OAAA,YAAY,CAAC,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,OAAO,CAAC,EAA5C,CAA4C,CAAC,GACtE,IACJ,IACY,IACX,CAClB,CAAC;AACN,CAAC,CAAA","sourcesContent":["\nimport { SolidButton, SolidPopover, SolidPopoverContent, SolidPopoverTrigger } from '../../shad-cn-ui';\nimport { useState } from 'react';\ninterface Props {\n sizeOptions: { label: string; value: string, image: string }[];\n setSize: (value: string) => void;\n size: string;\n viewModes: { label: string; value: string, image: string }[];\n setView: (value: string) => void;\n view: string;\n}\nexport const SolidLayoutViews = ({ sizeOptions, setSize, size, viewModes, setView, view }: Props) => {\n const [open, setOpen] = useState(false);\n\n const renderOption = (\n option: { label: string; value: string; image: string },\n groupName: string,\n currentValue: string,\n onSelect: (value: string) => void\n ) => (\n <label key={option.value} className={`flex items-center ${option.value === currentValue ? 'solid-active-view' : 'solid-view'}`}>\n <input\n type=\"radio\"\n name={groupName}\n value={option.value}\n checked={option.value === currentValue}\n onChange={() => onSelect(option.value)}\n className=\"solid-radio-native\"\n />\n <span className=\"ml-2 flex w-full items-center justify-between\">\n {option.label}\n <img\n src={option.image}\n alt={option.value}\n className='img-fluid position-relative'\n style={{ width: '2.75rem' }}\n />\n </span>\n </label>\n );\n\n return (\n <SolidPopover open={open} onOpenChange={setOpen} autoCloseGroup=\"layout-views\">\n <SolidPopoverTrigger asChild>\n <SolidButton\n type=\"button\"\n size='sm'\n variant='secondary'\n className='custom-icon-button'\n leftIcon={\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\">\n <path d=\"M14.9016 13.1969L10.8031 9.09845L14.9016 5L19 9.09845L14.9016 13.1969ZM5 11.7461V5.94301H10.8031V11.7461H5ZM12.2539 19V13.1969H18.057V19H12.2539ZM5 19V13.1969H10.8031V19H5ZM6.45078 10.2953H9.35233V7.39378H6.45078V10.2953ZM14.9197 11.1658L16.9689 9.11658L14.9197 7.06736L12.8705 9.11658L14.9197 11.1658ZM13.7047 17.5492H16.6062V14.6477H13.7047V17.5492ZM6.45078 17.5492H9.35233V14.6477H6.45078V17.5492Z\" fill=\"#4B4D52\" />\n </svg>\n }\n />\n </SolidPopoverTrigger>\n <SolidPopoverContent className='solid-header-dropdown-panel'>\n <div className='secondary-border-bottom p-1'>\n <p className='px-3 pt-2'>Density</p>\n <div className=\"flex flex-col gap-1\">\n {sizeOptions.map((option) => renderOption(option, \"sizes\", size, setSize))}\n </div>\n </div>\n <div className='p-1'>\n <p className='px-3 pt-2'>View Mode</p>\n <div className=\"flex flex-col gap-1\">\n {viewModes.map((option) => renderOption(option, \"views\", view, setView))}\n </div>\n </div>\n </SolidPopoverContent>\n </SolidPopover>\n );\n}\n"]}
|
|
@@ -18,7 +18,7 @@ export const SolidLayoutViews = ({ sizeOptions, setSize, size, viewModes, setVie
|
|
|
18
18
|
currentValue: string,
|
|
19
19
|
onSelect: (value: string) => void
|
|
20
20
|
) => (
|
|
21
|
-
<label key={option.value} className={`flex
|
|
21
|
+
<label key={option.value} className={`flex items-center ${option.value === currentValue ? 'solid-active-view' : 'solid-view'}`}>
|
|
22
22
|
<input
|
|
23
23
|
type="radio"
|
|
24
24
|
name={groupName}
|
|
@@ -27,7 +27,7 @@ export const SolidLayoutViews = ({ sizeOptions, setSize, size, viewModes, setVie
|
|
|
27
27
|
onChange={() => onSelect(option.value)}
|
|
28
28
|
className="solid-radio-native"
|
|
29
29
|
/>
|
|
30
|
-
<span className="ml-2 flex
|
|
30
|
+
<span className="ml-2 flex w-full items-center justify-between">
|
|
31
31
|
{option.label}
|
|
32
32
|
<img
|
|
33
33
|
src={option.image}
|
|
@@ -57,13 +57,13 @@ export const SolidLayoutViews = ({ sizeOptions, setSize, size, viewModes, setVie
|
|
|
57
57
|
<SolidPopoverContent className='solid-header-dropdown-panel'>
|
|
58
58
|
<div className='secondary-border-bottom p-1'>
|
|
59
59
|
<p className='px-3 pt-2'>Density</p>
|
|
60
|
-
<div className="flex flex-
|
|
60
|
+
<div className="flex flex-col gap-1">
|
|
61
61
|
{sizeOptions.map((option) => renderOption(option, "sizes", size, setSize))}
|
|
62
62
|
</div>
|
|
63
63
|
</div>
|
|
64
64
|
<div className='p-1'>
|
|
65
65
|
<p className='px-3 pt-2'>View Mode</p>
|
|
66
|
-
<div className="flex flex-
|
|
66
|
+
<div className="flex flex-col gap-1">
|
|
67
67
|
{viewModes.map((option) => renderOption(option, "views", view, setView))}
|
|
68
68
|
</div>
|
|
69
69
|
</div>
|
|
@@ -5,6 +5,6 @@ import { SolidIcon } from "../../shad-cn-ui/SolidIcon";
|
|
|
5
5
|
export var SolidListViewOptions = function (_a) {
|
|
6
6
|
var _b = useState(false), visible = _b[0], setVisible = _b[1];
|
|
7
7
|
var _c = useState(["Header", "NonExistentComponent"]), componentsToRender = _c[0], setComponentsToRender = _c[1];
|
|
8
|
-
return (_jsxs("div", { className: "card flex justify-
|
|
8
|
+
return (_jsxs("div", { className: "card flex justify-center", children: [_jsx(SolidIcon, { name: "si-cog", onClick: function () { return setVisible(true); }, style: { cursor: 'pointer' } }), _jsxs(SolidDialog, { header: "Header", visible: visible, onHide: function () { return setVisible(false); }, contentClassName: "w-full", className: "solid-dialog-lg", children: [_jsx("p", { className: "m-0", children: "ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum." }), _jsx("div", {})] })] }));
|
|
9
9
|
};
|
|
10
10
|
//# sourceMappingURL=SolidListViewOptions.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SolidListViewOptions.js","sourceRoot":"","sources":["../../../../src/components/core/common/SolidListViewOptions.tsx"],"names":[],"mappings":";AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACjC,OAAO,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAC/C,OAAO,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAC;AAGvD,MAAM,CAAC,IAAM,oBAAoB,GAAG,UAAC,EAAQ;IAEnC,IAAA,KAAwB,QAAQ,CAAU,KAAK,CAAC,EAA/C,OAAO,QAAA,EAAE,UAAU,QAA4B,CAAC;IAEjD,IAAA,KAA8C,QAAQ,CAAC,CAAC,QAAQ,EAAE,sBAAsB,CAAC,CAAC,EAAzF,kBAAkB,QAAA,EAAE,qBAAqB,QAAgD,CAAC;IAEjG,OAAO,CACH,eAAK,SAAS,EAAC,
|
|
1
|
+
{"version":3,"file":"SolidListViewOptions.js","sourceRoot":"","sources":["../../../../src/components/core/common/SolidListViewOptions.tsx"],"names":[],"mappings":";AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACjC,OAAO,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAC/C,OAAO,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAC;AAGvD,MAAM,CAAC,IAAM,oBAAoB,GAAG,UAAC,EAAQ;IAEnC,IAAA,KAAwB,QAAQ,CAAU,KAAK,CAAC,EAA/C,OAAO,QAAA,EAAE,UAAU,QAA4B,CAAC;IAEjD,IAAA,KAA8C,QAAQ,CAAC,CAAC,QAAQ,EAAE,sBAAsB,CAAC,CAAC,EAAzF,kBAAkB,QAAA,EAAE,qBAAqB,QAAgD,CAAC;IAEjG,OAAO,CACH,eAAK,SAAS,EAAC,0BAA0B,aACrC,KAAC,SAAS,IAAC,IAAI,EAAC,QAAQ,EAAC,OAAO,EAAE,cAAM,OAAA,UAAU,CAAC,IAAI,CAAC,EAAhB,CAAgB,EAAE,KAAK,EAAE,EAAE,MAAM,EAAE,SAAS,EAAE,GAAI,EAE1F,MAAC,WAAW,IAAC,MAAM,EAAC,QAAQ,EAAC,OAAO,EAAE,OAAO,EAAE,MAAM,EAAE,cAAM,OAAA,UAAU,CAAC,KAAK,CAAC,EAAjB,CAAiB,EAAE,gBAAgB,EAAC,QAAQ,EAAC,SAAS,EAAC,iBAAiB,aACjI,YAAG,SAAS,EAAC,KAAK,wcAKd,EACJ,eAEM,IAEI,IACZ,CACT,CAAA;AAEL,CAAC,CAAA","sourcesContent":["\nimport { useState } from \"react\";\nimport { SolidDialog } from \"../../shad-cn-ui\";\nimport { SolidIcon } from \"../../shad-cn-ui/SolidIcon\";\n\n\nexport const SolidListViewOptions = ({ }: any) => {\n\n const [visible, setVisible] = useState<boolean>(false);\n\n const [componentsToRender, setComponentsToRender] = useState([\"Header\", \"NonExistentComponent\"]);\n\n return (\n <div className=\"card flex justify-center\">\n <SolidIcon name=\"si-cog\" onClick={() => setVisible(true)} style={{ cursor: 'pointer' }} />\n\n <SolidDialog header=\"Header\" visible={visible} onHide={() => setVisible(false)} contentClassName=\"w-full\" className=\"solid-dialog-lg\">\n <p className=\"m-0\">\n ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\n Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo\n consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.\n Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\n </p>\n <div>\n\n </div>\n\n </SolidDialog>\n </div>\n )\n\n}\n"]}
|
|
@@ -11,7 +11,7 @@ export const SolidListViewOptions = ({ }: any) => {
|
|
|
11
11
|
const [componentsToRender, setComponentsToRender] = useState(["Header", "NonExistentComponent"]);
|
|
12
12
|
|
|
13
13
|
return (
|
|
14
|
-
<div className="card flex justify-
|
|
14
|
+
<div className="card flex justify-center">
|
|
15
15
|
<SolidIcon name="si-cog" onClick={() => setVisible(true)} style={{ cursor: 'pointer' }} />
|
|
16
16
|
|
|
17
17
|
<SolidDialog header="Header" visible={visible} onHide={() => setVisible(false)} contentClassName="w-full" className="solid-dialog-lg">
|
|
@@ -6,9 +6,9 @@ export var SolidPasswordHelperText = function (_a) {
|
|
|
6
6
|
var envPasswordHelperText = (_b = env("NEXT_PUBLIC_PASSWORD_COMPLEXITY_DESC")) !== null && _b !== void 0 ? _b : "";
|
|
7
7
|
if (!text && !envPasswordHelperText)
|
|
8
8
|
return null;
|
|
9
|
-
return (_jsx("div", { className: "mt-4 text-sm
|
|
9
|
+
return (_jsx("div", { className: "mt-4 text-sm", children: text ?
|
|
10
10
|
_jsx("div", { dangerouslySetInnerHTML: { __html: text } })
|
|
11
11
|
:
|
|
12
|
-
_jsx("div", { className: "
|
|
12
|
+
_jsx("div", { className: "w-full", children: _jsx("div", { className: "flex flex-wrap -mx-2", children: envPasswordHelperText.split("\\n").map(function (line, idx) { return (_jsx("div", { className: "w-1/2 px-2 pt-0", children: _jsxs("div", { className: "flex gap-2", children: [_jsx("span", { children: "\u2022" }), _jsx("span", { children: line })] }) }, idx)); }) }) }) }));
|
|
13
13
|
};
|
|
14
14
|
//# sourceMappingURL=SolidPasswordHelperText.js.map
|