@solidxai/core-ui 0.1.1 → 0.1.2

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.
Files changed (962) hide show
  1. package/dist/adapters/auth/getSession.js.map +1 -1
  2. package/dist/adapters/auth/handleLogout.js.map +1 -1
  3. package/dist/adapters/auth/index.js.map +1 -1
  4. package/dist/adapters/auth/refreshAccessToken.js.map +1 -1
  5. package/dist/adapters/auth/sessionProvider.js.map +1 -1
  6. package/dist/adapters/auth/signIn.js.map +1 -1
  7. package/dist/adapters/auth/signInWithOAuthAccessCode.js.map +1 -1
  8. package/dist/adapters/auth/signInWithOtp.js.map +1 -1
  9. package/dist/adapters/auth/signOut.js.map +1 -1
  10. package/dist/adapters/auth/storage.js.map +1 -1
  11. package/dist/adapters/auth/types.js.map +1 -1
  12. package/dist/adapters/env.js.map +1 -1
  13. package/dist/components/Svg/DevDocs.js.map +1 -1
  14. package/dist/components/Svg/DocsSvg.js.map +1 -1
  15. package/dist/components/Svg/ExcelSvg.js.map +1 -1
  16. package/dist/components/Svg/FieldSvg.js.map +1 -1
  17. package/dist/components/Svg/FileSvg.js.map +1 -1
  18. package/dist/components/Svg/HomePageModuleSvg.js.map +1 -1
  19. package/dist/components/Svg/ModelSvg.js.map +1 -1
  20. package/dist/components/Svg/ModuleSvg.js.map +1 -1
  21. package/dist/components/Svg/PDFSvg.js.map +1 -1
  22. package/dist/components/Svg/RightArrowSvg.js.map +1 -1
  23. package/dist/components/Svg/SettingsSvg.js.map +1 -1
  24. package/dist/components/auth/AuthLayout.js.map +1 -1
  25. package/dist/components/auth/ForgotPasswordThankYou.js.map +1 -1
  26. package/dist/components/auth/GoogleAuthChecking.js.map +1 -1
  27. package/dist/components/auth/SolidChangeForcePassword.js.map +1 -1
  28. package/dist/components/auth/SolidForgotPassword.js.map +1 -1
  29. package/dist/components/auth/SolidInitialLoginOtp.js.map +1 -1
  30. package/dist/components/auth/SolidInitiateRegisterOtp.js.map +1 -1
  31. package/dist/components/auth/SolidLogin.js.map +1 -1
  32. package/dist/components/auth/SolidRegister.js.map +1 -1
  33. package/dist/components/auth/SolidResetPassword.js.map +1 -1
  34. package/dist/components/common/AutoCompleteField.js.map +1 -1
  35. package/dist/components/common/BackButton.js.map +1 -1
  36. package/dist/components/common/CancelButton.js.map +1 -1
  37. package/dist/components/common/CodeEditor.js.map +1 -1
  38. package/dist/components/common/CreateButton.js.map +1 -1
  39. package/dist/components/common/DownloadProgressToast.js.map +1 -1
  40. package/dist/components/common/DropzonePlaceholder.js.map +1 -1
  41. package/dist/components/common/DropzoneUpload.js.map +1 -1
  42. package/dist/components/common/FileReaderExt.js.map +1 -1
  43. package/dist/components/common/GeneralSettings.js.map +1 -1
  44. package/dist/components/common/HeaderDynamicTitles.js.map +1 -1
  45. package/dist/components/common/Image.js.map +1 -1
  46. package/dist/components/common/Link.js.map +1 -1
  47. package/dist/components/common/MarkdownViewer.js.map +1 -1
  48. package/dist/components/common/MultipleSelectAutoCompleteField.js.map +1 -1
  49. package/dist/components/common/NotFound.js.map +1 -1
  50. package/dist/components/common/SingleSelectAutoCompleteField.js.map +1 -1
  51. package/dist/components/common/SocialMediaLogin.js.map +1 -1
  52. package/dist/components/common/SolidAdmin.d.ts.map +1 -1
  53. package/dist/components/common/SolidAdmin.js +3 -3
  54. package/dist/components/common/SolidAdmin.js.map +1 -1
  55. package/dist/components/common/SolidAdmin.tsx +186 -10
  56. package/dist/components/common/SolidBreadcrumb.js.map +1 -1
  57. package/dist/components/common/SolidErrorPage.d.ts.map +1 -1
  58. package/dist/components/common/SolidErrorPage.js +3 -2
  59. package/dist/components/common/SolidErrorPage.js.map +1 -1
  60. package/dist/components/common/SolidErrorPage.tsx +31 -14
  61. package/dist/components/common/SolidExport.js.map +1 -1
  62. package/dist/components/common/SolidExportStepper.js.map +1 -1
  63. package/dist/components/common/SolidFieldTooltip.js.map +1 -1
  64. package/dist/components/common/SolidFormHeader.js.map +1 -1
  65. package/dist/components/common/SolidFormStepper.js.map +1 -1
  66. package/dist/components/common/SolidModuleHome.js.map +1 -1
  67. package/dist/components/common/SolidNotFoundPage.d.ts.map +1 -1
  68. package/dist/components/common/SolidNotFoundPage.js +2 -2
  69. package/dist/components/common/SolidNotFoundPage.js.map +1 -1
  70. package/dist/components/common/SolidNotFoundPage.tsx +23 -14
  71. package/dist/components/common/SolidPopupContainer.js.map +1 -1
  72. package/dist/components/common/SolidSettings/LlmSettings/AnthropicProviderComponent.js.map +1 -1
  73. package/dist/components/common/SolidSettings/LlmSettings/OpenAiProviderComponent.js.map +1 -1
  74. package/dist/components/common/SolidSettings/SettingDropzoneActivePlaceholder.js.map +1 -1
  75. package/dist/components/common/SolidSettings/SettingsImageRemoveButton.js.map +1 -1
  76. package/dist/components/common/SolidSettings/SolidUploadedImage.js.map +1 -1
  77. package/dist/components/common/SolidThemeLink.js.map +1 -1
  78. package/dist/components/common/SolidThemeProvider.js.map +1 -1
  79. package/dist/components/common/StepperArrows/ActiveArrowStep.js.map +1 -1
  80. package/dist/components/common/StepperArrows/ActiveBeforeStepArrow.js.map +1 -1
  81. package/dist/components/common/StepperArrows/InactiveStepArrow.js.map +1 -1
  82. package/dist/components/common/error.js.map +1 -1
  83. package/dist/components/common/useHandleFormCustomButtonClick.js.map +1 -1
  84. package/dist/components/common/useHandleListCustomButtonClick.js.map +1 -1
  85. package/dist/components/core/chatter/SolidChatter.js.map +1 -1
  86. package/dist/components/core/chatter/SolidChatterAuditMessage.js.map +1 -1
  87. package/dist/components/core/chatter/SolidChatterCustomMessage.js.map +1 -1
  88. package/dist/components/core/chatter/SolidChatterDateDivider.js.map +1 -1
  89. package/dist/components/core/chatter/SolidChatterHeader.js.map +1 -1
  90. package/dist/components/core/chatter/SolidChatterMessageBox.js.map +1 -1
  91. package/dist/components/core/chatter/SolidMessageComposer.js.map +1 -1
  92. package/dist/components/core/common/AvatarWidget.js.map +1 -1
  93. package/dist/components/core/common/DateFieldViewComponent.js.map +1 -1
  94. package/dist/components/core/common/FilterComponent.js.map +1 -1
  95. package/dist/components/core/common/PDFViewer.js.map +1 -1
  96. package/dist/components/core/common/SolidAccountSettings/SolidAccountSettings.js.map +1 -1
  97. package/dist/components/core/common/SolidAccountSettings/SolidChangePassword.js.map +1 -1
  98. package/dist/components/core/common/SolidAccountSettings/SolidNotifications.js.map +1 -1
  99. package/dist/components/core/common/SolidAccountSettings/SolidPersonalInfo.js.map +1 -1
  100. package/dist/components/core/common/SolidCreateButton.js.map +1 -1
  101. package/dist/components/core/common/SolidGenericImport/DocumentSvg.js.map +1 -1
  102. package/dist/components/core/common/SolidGenericImport/SolidGenericImport.js.map +1 -1
  103. package/dist/components/core/common/SolidGenericImport/SolidImportDropzone.js.map +1 -1
  104. package/dist/components/core/common/SolidGenericImport/SolidImportInstructions.js.map +1 -1
  105. package/dist/components/core/common/SolidGenericImport/SolidImportStepper.js.map +1 -1
  106. package/dist/components/core/common/SolidGenericImport/SolidImportTransaction.js.map +1 -1
  107. package/dist/components/core/common/SolidGenericImport/SolidImportTransactionStatus.js.map +1 -1
  108. package/dist/components/core/common/SolidGenericImport/SolidImportWrapper.js.map +1 -1
  109. package/dist/components/core/common/SolidGlobalSearchElement.d.ts.map +1 -1
  110. package/dist/components/core/common/SolidGlobalSearchElement.js +81 -44
  111. package/dist/components/core/common/SolidGlobalSearchElement.js.map +1 -1
  112. package/dist/components/core/common/SolidGlobalSearchElement.tsx +43 -19
  113. package/dist/components/core/common/SolidLayoutViews.js.map +1 -1
  114. package/dist/components/core/common/SolidListViewOptions.js.map +1 -1
  115. package/dist/components/core/common/SolidLoaders/SolidCircularLoader.js.map +1 -1
  116. package/dist/components/core/common/SolidPasswordHelperText.js.map +1 -1
  117. package/dist/components/core/common/SolidSaveCustomFilterForm.js.map +1 -1
  118. package/dist/components/core/common/SolidSearchBox.js.map +1 -1
  119. package/dist/components/core/common/SolidViewLayoutManager.js.map +1 -1
  120. package/dist/components/core/common/SolidXAiIframe.js.map +1 -1
  121. package/dist/components/core/dashboard/SolidDashboard.js.map +1 -1
  122. package/dist/components/core/dashboard/SolidDashboardBody.js.map +1 -1
  123. package/dist/components/core/dashboard/SolidDashboardFilterRequired.js.map +1 -1
  124. package/dist/components/core/dashboard/SolidDashboardHeader.js.map +1 -1
  125. package/dist/components/core/dashboard/SolidDashboardLoading.js.map +1 -1
  126. package/dist/components/core/dashboard/SolidDashboardNotAvailable.js.map +1 -1
  127. package/dist/components/core/dashboard/SolidDashboardRenderError.js.map +1 -1
  128. package/dist/components/core/dashboard/SolidDashboardVariable.js.map +1 -1
  129. package/dist/components/core/dashboard/SolidQuestionRenderer.js.map +1 -1
  130. package/dist/components/core/dashboard/chart-renderers/ChartJsRenderer.js.map +1 -1
  131. package/dist/components/core/dashboard/chart-renderers/PrimeReactDatatableRenderer.js.map +1 -1
  132. package/dist/components/core/dashboard/chart-renderers/init-chartjs.js.map +1 -1
  133. package/dist/components/core/dashboard/dashboard-utils.js.map +1 -1
  134. package/dist/components/core/extension/solid-core/CustomIcon/StatusIcon.js.map +1 -1
  135. package/dist/components/core/extension/solid-core/dashboardQuestion/ChartFormPreviewWidget.js.map +1 -1
  136. package/dist/components/core/extension/solid-core/emailTemplate/emailFormTypeChangeHandler.js.map +1 -1
  137. package/dist/components/core/extension/solid-core/emailTemplate/emailFormTypeLoad.js.map +1 -1
  138. package/dist/components/core/extension/solid-core/modelMetadata/list/DeleteModelRowAction.js.map +1 -1
  139. package/dist/components/core/extension/solid-core/modelMetadata/list/GenerateModelCodeRowAction.js.map +1 -1
  140. package/dist/components/core/extension/solid-core/moduleMetadata/list/DeleteModuleRowAction.js.map +1 -1
  141. package/dist/components/core/extension/solid-core/moduleMetadata/list/GenerateModuleCodeRowAction.js.map +1 -1
  142. package/dist/components/core/extension/solid-core/roleMetadata/RolePermissionsManyToManyFieldWidget.js.map +1 -1
  143. package/dist/components/core/field/FieldListViewData.js.map +1 -1
  144. package/dist/components/core/filter/SolidBooleanFilterElement.js.map +1 -1
  145. package/dist/components/core/filter/SolidFilterFields.js.map +1 -1
  146. package/dist/components/core/filter/SolidManyToManyFilterElement.js.map +1 -1
  147. package/dist/components/core/filter/SolidManyToOneFilterElement.js.map +1 -1
  148. package/dist/components/core/filter/SolidSelectionDynamicFilterElement.js.map +1 -1
  149. package/dist/components/core/filter/SolidSelectionStaticFilterElement.js.map +1 -1
  150. package/dist/components/core/filter/SolidVarInputsFilterElement.js.map +1 -1
  151. package/dist/components/core/filter/fields/SolidBigintField.js.map +1 -1
  152. package/dist/components/core/filter/fields/SolidBooleanField.js.map +1 -1
  153. package/dist/components/core/filter/fields/SolidComputedField.js.map +1 -1
  154. package/dist/components/core/filter/fields/SolidDateField.js.map +1 -1
  155. package/dist/components/core/filter/fields/SolidDatetimeField.js.map +1 -1
  156. package/dist/components/core/filter/fields/SolidDecimalField.js.map +1 -1
  157. package/dist/components/core/filter/fields/SolidExternalIdField.js.map +1 -1
  158. package/dist/components/core/filter/fields/SolidFloatField.js.map +1 -1
  159. package/dist/components/core/filter/fields/SolidIdField.js.map +1 -1
  160. package/dist/components/core/filter/fields/SolidIntField.js.map +1 -1
  161. package/dist/components/core/filter/fields/SolidLongTextField.js.map +1 -1
  162. package/dist/components/core/filter/fields/SolidMediaMultipleField.js.map +1 -1
  163. package/dist/components/core/filter/fields/SolidMediaSingleField.js.map +1 -1
  164. package/dist/components/core/filter/fields/SolidRelationField.js.map +1 -1
  165. package/dist/components/core/filter/fields/SolidRichTextField.js.map +1 -1
  166. package/dist/components/core/filter/fields/SolidSelectionDynamicField.js.map +1 -1
  167. package/dist/components/core/filter/fields/SolidSelectionStaticField.js.map +1 -1
  168. package/dist/components/core/filter/fields/SolidShortTextField.js.map +1 -1
  169. package/dist/components/core/filter/fields/SolidTimeField.js.map +1 -1
  170. package/dist/components/core/filter/fields/SolidUuidField.js.map +1 -1
  171. package/dist/components/core/filter/fields/relations/SolidRelationManyToManyField.js.map +1 -1
  172. package/dist/components/core/filter/fields/relations/SolidRelationManyToOneField.js.map +1 -1
  173. package/dist/components/core/form/SolidFormActionHeader.js.map +1 -1
  174. package/dist/components/core/form/SolidFormFieldRender.js.map +1 -1
  175. package/dist/components/core/form/SolidFormFieldRenderExtension.js.map +1 -1
  176. package/dist/components/core/form/SolidFormFooter.js.map +1 -1
  177. package/dist/components/core/form/SolidFormLayouts.js.map +1 -1
  178. package/dist/components/core/form/SolidFormUserViewLayout.js.map +1 -1
  179. package/dist/components/core/form/SolidFormView.js.map +1 -1
  180. package/dist/components/core/form/SolidFormViewContextMenuHeaderButton.js.map +1 -1
  181. package/dist/components/core/form/SolidFormViewNormalHeaderButton.js.map +1 -1
  182. package/dist/components/core/form/SolidFormViewShimmerLoading.js.map +1 -1
  183. package/dist/components/core/form/fields/ISolidField.js.map +1 -1
  184. package/dist/components/core/form/fields/SolidBooleanField.js.map +1 -1
  185. package/dist/components/core/form/fields/SolidDateField.js.map +1 -1
  186. package/dist/components/core/form/fields/SolidDateTimeField.js.map +1 -1
  187. package/dist/components/core/form/fields/SolidDecimalField.js.map +1 -1
  188. package/dist/components/core/form/fields/SolidEmailField.js.map +1 -1
  189. package/dist/components/core/form/fields/SolidIntegerField.js.map +1 -1
  190. package/dist/components/core/form/fields/SolidJsonField.js.map +1 -1
  191. package/dist/components/core/form/fields/SolidLongTextField.js.map +1 -1
  192. package/dist/components/core/form/fields/SolidMediaMultipleField.js.map +1 -1
  193. package/dist/components/core/form/fields/SolidMediaSingleField.js.map +1 -1
  194. package/dist/components/core/form/fields/SolidPasswordField.js.map +1 -1
  195. package/dist/components/core/form/fields/SolidRelationField.js.map +1 -1
  196. package/dist/components/core/form/fields/SolidRichTextField.js.map +1 -1
  197. package/dist/components/core/form/fields/SolidSelectionDynamicField.js.map +1 -1
  198. package/dist/components/core/form/fields/SolidSelectionStaticField.js.map +1 -1
  199. package/dist/components/core/form/fields/SolidShortTextField.js.map +1 -1
  200. package/dist/components/core/form/fields/SolidTimeField.js.map +1 -1
  201. package/dist/components/core/form/fields/relations/SolidRelationManyToManyField.js.map +1 -1
  202. package/dist/components/core/form/fields/relations/SolidRelationManyToOneField.js.map +1 -1
  203. package/dist/components/core/form/fields/relations/SolidRelationOneToManyField.d.ts.map +1 -1
  204. package/dist/components/core/form/fields/relations/SolidRelationOneToManyField.js +150 -72
  205. package/dist/components/core/form/fields/relations/SolidRelationOneToManyField.js.map +1 -1
  206. package/dist/components/core/form/fields/relations/SolidRelationOneToManyField.tsx +157 -46
  207. package/dist/components/core/form/fields/relations/widgets/helpers/InlineRelationEntityDialog.js.map +1 -1
  208. package/dist/components/core/form/fields/relations/widgets/helpers/useRelationEntityHandler.js.map +1 -1
  209. package/dist/components/core/form/fields/widgets/SolidAiInteractionMessageFieldFormWidget.js.map +1 -1
  210. package/dist/components/core/form/fields/widgets/SolidAiInteractionMetadataFieldFormWidget.js.map +1 -1
  211. package/dist/components/core/form/fields/widgets/SolidIconEditWidget.js.map +1 -1
  212. package/dist/components/core/form/fields/widgets/SolidIconViewWidget.js.map +1 -1
  213. package/dist/components/core/form/fields/widgets/SolidRelationFieldAvatarFormWidget.js.map +1 -1
  214. package/dist/components/core/form/fields/widgets/SolidS3FileViewerWidget.js.map +1 -1
  215. package/dist/components/core/form/fields/widgets/SolidShortTextFieldAvatarWidget.js.map +1 -1
  216. package/dist/components/core/form/widgets/CustomHtml.js.map +1 -1
  217. package/dist/components/core/kanban/KanbanBoard.js.map +1 -1
  218. package/dist/components/core/kanban/KanbanCard.js.map +1 -1
  219. package/dist/components/core/kanban/KanbanColumn.js.map +1 -1
  220. package/dist/components/core/kanban/KanbanUserViewLayout.js.map +1 -1
  221. package/dist/components/core/kanban/SolidKanbanView.d.ts.map +1 -1
  222. package/dist/components/core/kanban/SolidKanbanView.js +79 -82
  223. package/dist/components/core/kanban/SolidKanbanView.js.map +1 -1
  224. package/dist/components/core/kanban/SolidKanbanView.tsx +11 -18
  225. package/dist/components/core/kanban/SolidKanbanViewConfigure.js.map +1 -1
  226. package/dist/components/core/kanban/SolidKanbanViewFields.js.map +1 -1
  227. package/dist/components/core/kanban/SolidManyToOneFilterElement.js.map +1 -1
  228. package/dist/components/core/kanban/SolidSelectionDynamicFilterElement.js.map +1 -1
  229. package/dist/components/core/kanban/SolidSelectionStaticFilterElement.js.map +1 -1
  230. package/dist/components/core/kanban/SolidVarInputsFilterElement.js.map +1 -1
  231. package/dist/components/core/kanban/kanban-fields/SolidBigintKanbanField.js.map +1 -1
  232. package/dist/components/core/kanban/kanban-fields/SolidBooleanKanbanField.js.map +1 -1
  233. package/dist/components/core/kanban/kanban-fields/SolidComputedKanbanField.js.map +1 -1
  234. package/dist/components/core/kanban/kanban-fields/SolidDateKanbanField.js.map +1 -1
  235. package/dist/components/core/kanban/kanban-fields/SolidDatetimeKanbanField.js.map +1 -1
  236. package/dist/components/core/kanban/kanban-fields/SolidDecimalKanbanField.js.map +1 -1
  237. package/dist/components/core/kanban/kanban-fields/SolidExternalIdKanbanField.js.map +1 -1
  238. package/dist/components/core/kanban/kanban-fields/SolidFloatKanbanField.js.map +1 -1
  239. package/dist/components/core/kanban/kanban-fields/SolidIdKanbanField.js.map +1 -1
  240. package/dist/components/core/kanban/kanban-fields/SolidIntKanbanField.js.map +1 -1
  241. package/dist/components/core/kanban/kanban-fields/SolidLongTextKanbanField.js.map +1 -1
  242. package/dist/components/core/kanban/kanban-fields/SolidMediaMultipleKanbanField.js.map +1 -1
  243. package/dist/components/core/kanban/kanban-fields/SolidMediaSingleKanbanField.js.map +1 -1
  244. package/dist/components/core/kanban/kanban-fields/SolidRelationKanbanField.js.map +1 -1
  245. package/dist/components/core/kanban/kanban-fields/SolidRichTextKanbanField.js.map +1 -1
  246. package/dist/components/core/kanban/kanban-fields/SolidSelectionDynamicKanbanField.js.map +1 -1
  247. package/dist/components/core/kanban/kanban-fields/SolidSelectionStaticKanbanField.js.map +1 -1
  248. package/dist/components/core/kanban/kanban-fields/SolidShortTextKanbanField.js.map +1 -1
  249. package/dist/components/core/kanban/kanban-fields/SolidTimeKanbanField.js.map +1 -1
  250. package/dist/components/core/kanban/kanban-fields/SolidUuidKanbanField.js.map +1 -1
  251. package/dist/components/core/kanban/kanban-fields/relations/SolidRelationManyToOneKanbanField.js.map +1 -1
  252. package/dist/components/core/list/ListViewRowActionPopup.js.map +1 -1
  253. package/dist/components/core/list/SolidColumnSelector/SolidListColumnSelector.js.map +1 -1
  254. package/dist/components/core/list/SolidEmptyListViewPlaceholder.js.map +1 -1
  255. package/dist/components/core/list/SolidListView.d.ts +62 -1
  256. package/dist/components/core/list/SolidListView.d.ts.map +1 -1
  257. package/dist/components/core/list/SolidListView.js +133 -117
  258. package/dist/components/core/list/SolidListView.js.map +1 -1
  259. package/dist/components/core/list/SolidListView.tsx +203 -120
  260. package/dist/components/core/list/SolidListViewColumn.js.map +1 -1
  261. package/dist/components/core/list/SolidListViewConfigure.js.map +1 -1
  262. package/dist/components/core/list/SolidListViewHeaderButton.js.map +1 -1
  263. package/dist/components/core/list/SolidListViewHeaderContextMenuButton.js.map +1 -1
  264. package/dist/components/core/list/SolidListViewRowButtonContextMenu.js.map +1 -1
  265. package/dist/components/core/list/SolidListViewShimmerLoading.js.map +1 -1
  266. package/dist/components/core/list/SolidListingHeader.js.map +1 -1
  267. package/dist/components/core/list/SolidManyToOneFilterElement.js.map +1 -1
  268. package/dist/components/core/list/SolidSelectionDynamicFilterElement.js.map +1 -1
  269. package/dist/components/core/list/SolidSelectionStaticFilterElement.js.map +1 -1
  270. package/dist/components/core/list/SolidTableRowCell.js.map +1 -1
  271. package/dist/components/core/list/SolidVarInputsFilterElement.js.map +1 -1
  272. package/dist/components/core/list/columns/SolidBigintColumn.js.map +1 -1
  273. package/dist/components/core/list/columns/SolidBooleanColumn.js.map +1 -1
  274. package/dist/components/core/list/columns/SolidComputedColumn.js.map +1 -1
  275. package/dist/components/core/list/columns/SolidDateColumn.js.map +1 -1
  276. package/dist/components/core/list/columns/SolidDatetimeColumn.js.map +1 -1
  277. package/dist/components/core/list/columns/SolidDecimalColumn.js.map +1 -1
  278. package/dist/components/core/list/columns/SolidExternalIdColumn.js.map +1 -1
  279. package/dist/components/core/list/columns/SolidFloatColumn.js.map +1 -1
  280. package/dist/components/core/list/columns/SolidIdColumn.js.map +1 -1
  281. package/dist/components/core/list/columns/SolidIntColumn.js.map +1 -1
  282. package/dist/components/core/list/columns/SolidLongTextColumn.js.map +1 -1
  283. package/dist/components/core/list/columns/SolidMediaMultipleColumn.js.map +1 -1
  284. package/dist/components/core/list/columns/SolidMediaSingleColumn.js.map +1 -1
  285. package/dist/components/core/list/columns/SolidRelationColumn.js.map +1 -1
  286. package/dist/components/core/list/columns/SolidRichTextColumn.js.map +1 -1
  287. package/dist/components/core/list/columns/SolidSelectionDynamicColumn.js.map +1 -1
  288. package/dist/components/core/list/columns/SolidSelectionStaticColumn.js.map +1 -1
  289. package/dist/components/core/list/columns/SolidShortTextColumn.js.map +1 -1
  290. package/dist/components/core/list/columns/SolidTimeColumn.js.map +1 -1
  291. package/dist/components/core/list/columns/SolidUuidColumn.js.map +1 -1
  292. package/dist/components/core/list/columns/relations/SolidRelationManyToManyColumn.js.map +1 -1
  293. package/dist/components/core/list/columns/relations/SolidRelationManyToOneColumn.js.map +1 -1
  294. package/dist/components/core/list/columns/relations/SolidRelationOneToManyColumn.js.map +1 -1
  295. package/dist/components/core/list/listViewRegistry.d.ts +7 -0
  296. package/dist/components/core/list/listViewRegistry.d.ts.map +1 -0
  297. package/dist/components/core/list/listViewRegistry.js +17 -0
  298. package/dist/components/core/list/listViewRegistry.js.map +1 -0
  299. package/dist/components/core/list/listViewRegistry.ts +24 -0
  300. package/dist/components/core/list/widgets/SolidManyToManyRelationAvatarListWidget.js.map +1 -1
  301. package/dist/components/core/list/widgets/SolidManyToOneRelationAvatarListWidget.js.map +1 -1
  302. package/dist/components/core/list/widgets/SolidShortTextAvatarWidget.js.map +1 -1
  303. package/dist/components/core/list/widgets/SolidShortTextFieldImageRenderModeWidget.js.map +1 -1
  304. package/dist/components/core/locales/SolidChatterLocaleTabView.js.map +1 -1
  305. package/dist/components/core/locales/SolidLocale.js.map +1 -1
  306. package/dist/components/core/model/CreateModel.js.map +1 -1
  307. package/dist/components/core/model/FieldMetaData.js.map +1 -1
  308. package/dist/components/core/model/FieldMetaDataForm.js.map +1 -1
  309. package/dist/components/core/model/FieldSelector.js.map +1 -1
  310. package/dist/components/core/model/ModelListViewData.js.map +1 -1
  311. package/dist/components/core/model/ModelMetaData.js.map +1 -1
  312. package/dist/components/core/module/CreateModule.js.map +1 -1
  313. package/dist/components/core/module/ModuleListViewData.js.map +1 -1
  314. package/dist/components/core/solid-ai/SolidAiMainWrapper.js.map +1 -1
  315. package/dist/components/core/solid-ai/SolidXAIIcon.js.map +1 -1
  316. package/dist/components/core/users/CreateUser.js.map +1 -1
  317. package/dist/components/core/users/CreateUserRole.js.map +1 -1
  318. package/dist/components/core/users/UserListView.js.map +1 -1
  319. package/dist/components/layout/AdminLayout.js.map +1 -1
  320. package/dist/components/layout/AdminSidebar.js.map +1 -1
  321. package/dist/components/layout/AppConfig.js.map +1 -1
  322. package/dist/components/layout/AppSidebar.js.map +1 -1
  323. package/dist/components/layout/ButtonLoader.js.map +1 -1
  324. package/dist/components/layout/CustomPagination.js.map +1 -1
  325. package/dist/components/layout/DashboardHeader.js.map +1 -1
  326. package/dist/components/layout/FilterMenu.js.map +1 -1
  327. package/dist/components/layout/Footer.js.map +1 -1
  328. package/dist/components/layout/GlobalSearch.js.map +1 -1
  329. package/dist/components/layout/Header.js.map +1 -1
  330. package/dist/components/layout/Layout.js.map +1 -1
  331. package/dist/components/layout/ListingHeader.js.map +1 -1
  332. package/dist/components/layout/Loader.js.map +1 -1
  333. package/dist/components/layout/UserSidebar.js.map +1 -1
  334. package/dist/components/layout/context/layoutcontext.js.map +1 -1
  335. package/dist/components/layout/navbar-one.d.ts.map +1 -1
  336. package/dist/components/layout/navbar-one.js.map +1 -1
  337. package/dist/components/layout/navbar-one.tsx +0 -11
  338. package/dist/components/layout/navbar-two-menu.js.map +1 -1
  339. package/dist/components/layout/navbar-two.js.map +1 -1
  340. package/dist/components/layout/user-profile-menu.js.map +1 -1
  341. package/dist/components/layout/user-profile.js.map +1 -1
  342. package/dist/components/modelsComponents/filterIcon.js.map +1 -1
  343. package/dist/constants/error-messages.js.map +1 -1
  344. package/dist/helpers/AppTitle.js.map +1 -1
  345. package/dist/helpers/ToastContainer.js.map +1 -1
  346. package/dist/helpers/autoCompleteVirtualScroll.js.map +1 -1
  347. package/dist/helpers/countries.js.map +1 -1
  348. package/dist/helpers/downloadFileWithProgress.js.map +1 -1
  349. package/dist/helpers/downloadMediaFile.js.map +1 -1
  350. package/dist/helpers/eventBus.js.map +1 -1
  351. package/dist/helpers/getAcceptedFileTypes.js.map +1 -1
  352. package/dist/helpers/getRandomColors.js.map +1 -1
  353. package/dist/helpers/helpers.js.map +1 -1
  354. package/dist/helpers/hydrateRelationRules.js +1 -1
  355. package/dist/helpers/hydrateRelationRules.js.map +1 -1
  356. package/dist/helpers/hydrateRelationRules.ts +1 -1
  357. package/dist/helpers/logger.js.map +1 -1
  358. package/dist/helpers/permissions.js.map +1 -1
  359. package/dist/helpers/registry.js.map +1 -1
  360. package/dist/helpers/resendOtpHelper.js.map +1 -1
  361. package/dist/helpers/revalidate.js.map +1 -1
  362. package/dist/helpers/rolesHelper.js.map +1 -1
  363. package/dist/helpers/routePaths.js.map +1 -1
  364. package/dist/helpers/showToast.js.map +1 -1
  365. package/dist/helpers/solidIcons.js.map +1 -1
  366. package/dist/helpers/updatePasswordField.js.map +1 -1
  367. package/dist/hooks/usePathname.js.map +1 -1
  368. package/dist/hooks/useRouter.js.map +1 -1
  369. package/dist/hooks/useSearchParams.js.map +1 -1
  370. package/dist/hooks/useSession.js.map +1 -1
  371. package/dist/http/solidHttp.js.map +1 -1
  372. package/dist/index.d.ts +1 -1
  373. package/dist/index.d.ts.map +1 -1
  374. package/dist/index.js +1 -2
  375. package/dist/index.js.map +1 -1
  376. package/dist/index.ts +1 -2
  377. package/dist/layouts/AdminLayoutWrapper.js.map +1 -1
  378. package/dist/layouts/AuthLayoutWrapper.js.map +1 -1
  379. package/dist/redux/api/aiInteractionApi.js.map +1 -1
  380. package/dist/redux/api/authApi.js.map +1 -1
  381. package/dist/redux/api/dashboardApi.js.map +1 -1
  382. package/dist/redux/api/dashboardQuestionApi.js.map +1 -1
  383. package/dist/redux/api/exportTemplateApi.js.map +1 -1
  384. package/dist/redux/api/fetchBaseQuery.js.map +1 -1
  385. package/dist/redux/api/fieldApi.js.map +1 -1
  386. package/dist/redux/api/importTransactionApi.js.map +1 -1
  387. package/dist/redux/api/mediaApi.js.map +1 -1
  388. package/dist/redux/api/mediaStorageProviderApi.js.map +1 -1
  389. package/dist/redux/api/modelApi.js.map +1 -1
  390. package/dist/redux/api/moduleApi.js.map +1 -1
  391. package/dist/redux/api/permissionApi.js.map +1 -1
  392. package/dist/redux/api/pincodeApi.js.map +1 -1
  393. package/dist/redux/api/roleApi.js.map +1 -1
  394. package/dist/redux/api/solidActionApi.js.map +1 -1
  395. package/dist/redux/api/solidChatterMessageApi.js.map +1 -1
  396. package/dist/redux/api/solidEntityApi.js.map +1 -1
  397. package/dist/redux/api/solidMenuApi.js.map +1 -1
  398. package/dist/redux/api/solidServiceApi.js.map +1 -1
  399. package/dist/redux/api/solidSettingsApi.js.map +1 -1
  400. package/dist/redux/api/solidViewApi.js.map +1 -1
  401. package/dist/redux/api/stateApi.js.map +1 -1
  402. package/dist/redux/api/testApi.js.map +1 -1
  403. package/dist/redux/api/userApi.js.map +1 -1
  404. package/dist/redux/features/authSlice.js.map +1 -1
  405. package/dist/redux/features/dataViewSlice.js.map +1 -1
  406. package/dist/redux/features/navbarSlice.js.map +1 -1
  407. package/dist/redux/features/popupSlice.js.map +1 -1
  408. package/dist/redux/features/themeSlice.js.map +1 -1
  409. package/dist/redux/features/userSlice.js.map +1 -1
  410. package/dist/redux/hooks/useSolidPopup.js.map +1 -1
  411. package/dist/redux/store/StoreProvider.js.map +1 -1
  412. package/dist/redux/store/createSolidStore.js.map +1 -1
  413. package/dist/redux/store/defaultStoreConfig.js.map +1 -1
  414. package/dist/resources/globals.css +0 -21
  415. package/dist/resources/images/errors/error.svg +74 -0
  416. package/dist/routes/AppEventListener.js.map +1 -1
  417. package/dist/routes/guards/AuthGuard.js.map +1 -1
  418. package/dist/routes/pages/ErrorPage.js.map +1 -1
  419. package/dist/routes/pages/NotFoundPage.js.map +1 -1
  420. package/dist/routes/pages/admin/AdminPage.js.map +1 -1
  421. package/dist/routes/pages/admin/core/FormPage.js.map +1 -1
  422. package/dist/routes/pages/admin/core/KanbanPage.js.map +1 -1
  423. package/dist/routes/pages/admin/core/ListPage.d.ts.map +1 -1
  424. package/dist/routes/pages/admin/core/ListPage.js +11 -1
  425. package/dist/routes/pages/admin/core/ListPage.js.map +1 -1
  426. package/dist/routes/pages/admin/core/ListPage.tsx +14 -1
  427. package/dist/routes/pages/admin/core/ModuleHomePage.js.map +1 -1
  428. package/dist/routes/pages/admin/core/SettingsPage.js.map +1 -1
  429. package/dist/routes/pages/auth/ConfirmForgotPasswordPage.js.map +1 -1
  430. package/dist/routes/pages/auth/ForgotPasswordPage.js.map +1 -1
  431. package/dist/routes/pages/auth/InitiateForgotPasswordPage.js.map +1 -1
  432. package/dist/routes/pages/auth/InitiateForgotPasswordThankYouPage.js.map +1 -1
  433. package/dist/routes/pages/auth/InitiateGoogleOauthPage.js.map +1 -1
  434. package/dist/routes/pages/auth/InitiateLoginPage.js.map +1 -1
  435. package/dist/routes/pages/auth/InitiateRegisterPage.js.map +1 -1
  436. package/dist/routes/pages/auth/LoginPage.js.map +1 -1
  437. package/dist/routes/pages/auth/RegisterPage.js.map +1 -1
  438. package/dist/routes/pages/auth/ResetPasswordPage.js.map +1 -1
  439. package/dist/routes/pages/auth/SsoPage.js.map +1 -1
  440. package/dist/routes/solidRoutes.js.map +1 -1
  441. package/dist/routes/types.js.map +1 -1
  442. package/dist/styles.js.map +1 -1
  443. package/package.json +7 -5
  444. package/src/adapters/auth/getSession.ts +0 -49
  445. package/src/adapters/auth/handleLogout.ts +0 -39
  446. package/src/adapters/auth/index.ts +0 -10
  447. package/src/adapters/auth/refreshAccessToken.ts +0 -34
  448. package/src/adapters/auth/sessionProvider.tsx +0 -5
  449. package/src/adapters/auth/signIn.ts +0 -70
  450. package/src/adapters/auth/signInWithOAuthAccessCode.ts +0 -80
  451. package/src/adapters/auth/signInWithOtp.ts +0 -77
  452. package/src/adapters/auth/signOut.ts +0 -15
  453. package/src/adapters/auth/storage.ts +0 -28
  454. package/src/adapters/auth/types.ts +0 -9
  455. package/src/adapters/env.ts +0 -29
  456. package/src/components/Svg/DevDocs.tsx +0 -9
  457. package/src/components/Svg/DocsSvg.tsx +0 -9
  458. package/src/components/Svg/ExcelSvg.tsx +0 -15
  459. package/src/components/Svg/FieldSvg.tsx +0 -9
  460. package/src/components/Svg/FileSvg.tsx +0 -18
  461. package/src/components/Svg/HomePageModuleSvg.tsx +0 -179
  462. package/src/components/Svg/ModelSvg.tsx +0 -9
  463. package/src/components/Svg/ModuleSvg.tsx +0 -9
  464. package/src/components/Svg/PDFSvg.tsx +0 -15
  465. package/src/components/Svg/RightArrowSvg.tsx +0 -9
  466. package/src/components/Svg/SettingsSvg.tsx +0 -9
  467. package/src/components/auth/AuthLayout.tsx +0 -226
  468. package/src/components/auth/ForgotPasswordThankYou.tsx +0 -31
  469. package/src/components/auth/GoogleAuthChecking.tsx +0 -60
  470. package/src/components/auth/SolidChangeForcePassword.tsx +0 -213
  471. package/src/components/auth/SolidForgotPassword.tsx +0 -116
  472. package/src/components/auth/SolidInitialLoginOtp.tsx +0 -231
  473. package/src/components/auth/SolidInitiateRegisterOtp.tsx +0 -208
  474. package/src/components/auth/SolidLogin.tsx +0 -418
  475. package/src/components/auth/SolidRegister.tsx +0 -442
  476. package/src/components/auth/SolidResetPassword.tsx +0 -186
  477. package/src/components/common/AuthBanner.tsx +0 -41
  478. package/src/components/common/AutoCompleteField.tsx +0 -79
  479. package/src/components/common/BackButton.tsx +0 -73
  480. package/src/components/common/CancelButton.tsx +0 -62
  481. package/src/components/common/CodeEditor.tsx +0 -38
  482. package/src/components/common/CreateButton.tsx +0 -18
  483. package/src/components/common/DownloadProgressToast.tsx +0 -55
  484. package/src/components/common/DropzonePlaceholder.tsx +0 -31
  485. package/src/components/common/DropzoneUpload.tsx +0 -11
  486. package/src/components/common/FileReaderExt.tsx +0 -20
  487. package/src/components/common/GeneralSettings.tsx +0 -1215
  488. package/src/components/common/HeaderDynamicTitles.tsx +0 -13
  489. package/src/components/common/Image.tsx +0 -13
  490. package/src/components/common/Link.tsx +0 -13
  491. package/src/components/common/MarkdownViewer.tsx +0 -84
  492. package/src/components/common/MultipleSelectAutoCompleteField.tsx +0 -64
  493. package/src/components/common/NotFound.tsx +0 -22
  494. package/src/components/common/SingleSelectAutoCompleteField.tsx +0 -73
  495. package/src/components/common/SocialMediaLogin.tsx +0 -55
  496. package/src/components/common/SolidAdmin.tsx +0 -29
  497. package/src/components/common/SolidBreadcrumb.tsx +0 -130
  498. package/src/components/common/SolidErrorPage.tsx +0 -37
  499. package/src/components/common/SolidExport.tsx +0 -563
  500. package/src/components/common/SolidExportStepper.tsx +0 -135
  501. package/src/components/common/SolidFieldTooltip.tsx +0 -23
  502. package/src/components/common/SolidFormHeader.tsx +0 -25
  503. package/src/components/common/SolidFormStepper.tsx +0 -336
  504. package/src/components/common/SolidModuleHome.tsx +0 -128
  505. package/src/components/common/SolidNotFoundPage.tsx +0 -37
  506. package/src/components/common/SolidPopupContainer.tsx +0 -37
  507. package/src/components/common/SolidSettings/LlmSettings/AnthropicProviderComponent.tsx +0 -45
  508. package/src/components/common/SolidSettings/LlmSettings/OpenAiProviderComponent.tsx +0 -45
  509. package/src/components/common/SolidSettings/SettingDropzoneActivePlaceholder.tsx +0 -20
  510. package/src/components/common/SolidSettings/SettingsImageRemoveButton.tsx +0 -15
  511. package/src/components/common/SolidSettings/SolidUploadedImage.tsx +0 -16
  512. package/src/components/common/SolidThemeLink.tsx +0 -6
  513. package/src/components/common/SolidThemeProvider.tsx +0 -44
  514. package/src/components/common/StepperArrows/ActiveArrowStep.tsx +0 -18
  515. package/src/components/common/StepperArrows/ActiveBeforeStepArrow.tsx +0 -18
  516. package/src/components/common/StepperArrows/InactiveStepArrow.tsx +0 -19
  517. package/src/components/common/error.tsx +0 -30
  518. package/src/components/common/solid-export.css +0 -85
  519. package/src/components/common/solidModuleHome.module.css +0 -135
  520. package/src/components/common/useHandleFormCustomButtonClick.ts +0 -40
  521. package/src/components/common/useHandleListCustomButtonClick.ts +0 -40
  522. package/src/components/core/chatter/SolidChatter.tsx +0 -248
  523. package/src/components/core/chatter/SolidChatterAuditMessage.tsx +0 -35
  524. package/src/components/core/chatter/SolidChatterCustomMessage.tsx +0 -46
  525. package/src/components/core/chatter/SolidChatterDateDivider.tsx +0 -16
  526. package/src/components/core/chatter/SolidChatterHeader.tsx +0 -218
  527. package/src/components/core/chatter/SolidChatterMessageBox.tsx +0 -163
  528. package/src/components/core/chatter/SolidMessageComposer.tsx +0 -146
  529. package/src/components/core/chatter/chatter.module.css +0 -74
  530. package/src/components/core/common/AvatarWidget.tsx +0 -55
  531. package/src/components/core/common/DateFieldViewComponent.tsx +0 -36
  532. package/src/components/core/common/FilterComponent.tsx +0 -457
  533. package/src/components/core/common/PDFViewer.tsx +0 -117
  534. package/src/components/core/common/SolidAccountSettings/SolidAccountSettings.module.css +0 -59
  535. package/src/components/core/common/SolidAccountSettings/SolidAccountSettings.tsx +0 -89
  536. package/src/components/core/common/SolidAccountSettings/SolidChangePassword.tsx +0 -179
  537. package/src/components/core/common/SolidAccountSettings/SolidNotifications.tsx +0 -129
  538. package/src/components/core/common/SolidAccountSettings/SolidPersonalInfo.tsx +0 -304
  539. package/src/components/core/common/SolidCreateButton.tsx +0 -59
  540. package/src/components/core/common/SolidGenericImport/DocumentSvg.tsx +0 -15
  541. package/src/components/core/common/SolidGenericImport/SolidGenericImport.tsx +0 -64
  542. package/src/components/core/common/SolidGenericImport/SolidImport.module.css +0 -40
  543. package/src/components/core/common/SolidGenericImport/SolidImportDropzone.tsx +0 -116
  544. package/src/components/core/common/SolidGenericImport/SolidImportInstructions.tsx +0 -123
  545. package/src/components/core/common/SolidGenericImport/SolidImportStepper.tsx +0 -217
  546. package/src/components/core/common/SolidGenericImport/SolidImportTransaction.tsx +0 -196
  547. package/src/components/core/common/SolidGenericImport/SolidImportTransactionStatus.tsx +0 -157
  548. package/src/components/core/common/SolidGenericImport/SolidImportWrapper.tsx +0 -29
  549. package/src/components/core/common/SolidGlobalSearchElement.tsx +0 -1488
  550. package/src/components/core/common/SolidLayoutViews.tsx +0 -87
  551. package/src/components/core/common/SolidListViewOptions.tsx +0 -31
  552. package/src/components/core/common/SolidLoaders/SolidCircularLoader.tsx +0 -7
  553. package/src/components/core/common/SolidLoaders/SolidLoaders.module.css +0 -20
  554. package/src/components/core/common/SolidPasswordHelperText.tsx +0 -33
  555. package/src/components/core/common/SolidSaveCustomFilterForm.tsx +0 -75
  556. package/src/components/core/common/SolidSearchBox.tsx +0 -17
  557. package/src/components/core/common/SolidViewLayoutManager.ts +0 -421
  558. package/src/components/core/common/SolidXAiIframe.tsx +0 -77
  559. package/src/components/core/dashboard/SolidDashboard.module.css +0 -79
  560. package/src/components/core/dashboard/SolidDashboard.tsx +0 -332
  561. package/src/components/core/dashboard/SolidDashboardBody.tsx +0 -117
  562. package/src/components/core/dashboard/SolidDashboardFilterRequired.tsx +0 -28
  563. package/src/components/core/dashboard/SolidDashboardHeader.tsx +0 -10
  564. package/src/components/core/dashboard/SolidDashboardLoading.tsx +0 -55
  565. package/src/components/core/dashboard/SolidDashboardNotAvailable.tsx +0 -32
  566. package/src/components/core/dashboard/SolidDashboardRenderError.tsx +0 -29
  567. package/src/components/core/dashboard/SolidDashboardVariable.tsx +0 -256
  568. package/src/components/core/dashboard/SolidQuestionRenderer.tsx +0 -78
  569. package/src/components/core/dashboard/chart-renderers/ChartJsRenderer.tsx +0 -18
  570. package/src/components/core/dashboard/chart-renderers/PrimeReactDatatableRenderer.tsx +0 -54
  571. package/src/components/core/dashboard/chart-renderers/init-chartjs.ts +0 -25
  572. package/src/components/core/dashboard/dashboard-utils.ts +0 -39
  573. package/src/components/core/extension/solid-core/CustomIcon/StatusIcon.tsx +0 -17
  574. package/src/components/core/extension/solid-core/dashboardQuestion/ChartFormPreviewWidget.tsx +0 -36
  575. package/src/components/core/extension/solid-core/emailTemplate/emailFormTypeChangeHandler.ts +0 -18
  576. package/src/components/core/extension/solid-core/emailTemplate/emailFormTypeLoad.ts +0 -18
  577. package/src/components/core/extension/solid-core/modelMetadata/list/DeleteModelRowAction.tsx +0 -105
  578. package/src/components/core/extension/solid-core/modelMetadata/list/GenerateModelCodeRowAction.tsx +0 -205
  579. package/src/components/core/extension/solid-core/moduleMetadata/list/DeleteModuleRowAction.tsx +0 -131
  580. package/src/components/core/extension/solid-core/moduleMetadata/list/GenerateModuleCodeRowAction.tsx +0 -201
  581. package/src/components/core/extension/solid-core/roleMetadata/RolePermissionsManyToManyFieldWidget.tsx +0 -131
  582. package/src/components/core/field/FieldListViewData.tsx +0 -313
  583. package/src/components/core/filter/SolidBooleanFilterElement.tsx +0 -30
  584. package/src/components/core/filter/SolidFilterFields.tsx +0 -131
  585. package/src/components/core/filter/SolidManyToManyFilterElement.tsx +0 -64
  586. package/src/components/core/filter/SolidManyToOneFilterElement.tsx +0 -61
  587. package/src/components/core/filter/SolidSelectionDynamicFilterElement.tsx +0 -50
  588. package/src/components/core/filter/SolidSelectionStaticFilterElement.tsx +0 -32
  589. package/src/components/core/filter/SolidVarInputsFilterElement.tsx +0 -209
  590. package/src/components/core/filter/fields/SolidBigintField.tsx +0 -9
  591. package/src/components/core/filter/fields/SolidBooleanField.tsx +0 -68
  592. package/src/components/core/filter/fields/SolidComputedField.tsx +0 -23
  593. package/src/components/core/filter/fields/SolidDateField.tsx +0 -63
  594. package/src/components/core/filter/fields/SolidDatetimeField.tsx +0 -54
  595. package/src/components/core/filter/fields/SolidDecimalField.tsx +0 -9
  596. package/src/components/core/filter/fields/SolidExternalIdField.tsx +0 -52
  597. package/src/components/core/filter/fields/SolidFloatField.tsx +0 -9
  598. package/src/components/core/filter/fields/SolidIdField.tsx +0 -46
  599. package/src/components/core/filter/fields/SolidIntField.tsx +0 -61
  600. package/src/components/core/filter/fields/SolidLongTextField.tsx +0 -9
  601. package/src/components/core/filter/fields/SolidMediaMultipleField.tsx +0 -60
  602. package/src/components/core/filter/fields/SolidMediaSingleField.tsx +0 -62
  603. package/src/components/core/filter/fields/SolidRelationField.tsx +0 -17
  604. package/src/components/core/filter/fields/SolidRichTextField.tsx +0 -9
  605. package/src/components/core/filter/fields/SolidSelectionDynamicField.tsx +0 -52
  606. package/src/components/core/filter/fields/SolidSelectionStaticField.tsx +0 -54
  607. package/src/components/core/filter/fields/SolidShortTextField.tsx +0 -60
  608. package/src/components/core/filter/fields/SolidTimeField.tsx +0 -48
  609. package/src/components/core/filter/fields/SolidUuidField.tsx +0 -51
  610. package/src/components/core/filter/fields/relations/SolidRelationManyToManyField.tsx +0 -62
  611. package/src/components/core/filter/fields/relations/SolidRelationManyToOneField.tsx +0 -84
  612. package/src/components/core/form/SolidFormActionHeader.tsx +0 -516
  613. package/src/components/core/form/SolidFormFieldRender.tsx +0 -53
  614. package/src/components/core/form/SolidFormFieldRenderExtension.tsx +0 -26
  615. package/src/components/core/form/SolidFormFooter.tsx +0 -164
  616. package/src/components/core/form/SolidFormLayouts.tsx +0 -104
  617. package/src/components/core/form/SolidFormUserViewLayout.tsx +0 -75
  618. package/src/components/core/form/SolidFormView.tsx +0 -1869
  619. package/src/components/core/form/SolidFormViewContextMenuHeaderButton.tsx +0 -53
  620. package/src/components/core/form/SolidFormViewNormalHeaderButton.tsx +0 -53
  621. package/src/components/core/form/SolidFormViewShimmerLoading.tsx +0 -109
  622. package/src/components/core/form/fields/ISolidField.tsx +0 -72
  623. package/src/components/core/form/fields/SolidBooleanField.tsx +0 -445
  624. package/src/components/core/form/fields/SolidDateField.tsx +0 -247
  625. package/src/components/core/form/fields/SolidDateTimeField.tsx +0 -229
  626. package/src/components/core/form/fields/SolidDecimalField.tsx +0 -171
  627. package/src/components/core/form/fields/SolidEmailField.tsx +0 -176
  628. package/src/components/core/form/fields/SolidIntegerField.tsx +0 -282
  629. package/src/components/core/form/fields/SolidJsonField.tsx +0 -185
  630. package/src/components/core/form/fields/SolidLongTextField.tsx +0 -618
  631. package/src/components/core/form/fields/SolidMediaMultipleField.tsx +0 -662
  632. package/src/components/core/form/fields/SolidMediaSingleField.tsx +0 -546
  633. package/src/components/core/form/fields/SolidPasswordField.tsx +0 -391
  634. package/src/components/core/form/fields/SolidRelationField.tsx +0 -56
  635. package/src/components/core/form/fields/SolidRichTextField.tsx +0 -188
  636. package/src/components/core/form/fields/SolidSelectionDynamicField.tsx +0 -340
  637. package/src/components/core/form/fields/SolidSelectionStaticField.tsx +0 -462
  638. package/src/components/core/form/fields/SolidShortTextField.tsx +0 -399
  639. package/src/components/core/form/fields/SolidTimeField.tsx +0 -245
  640. package/src/components/core/form/fields/relations/SolidRelationManyToManyField.tsx +0 -453
  641. package/src/components/core/form/fields/relations/SolidRelationManyToOneField.tsx +0 -1009
  642. package/src/components/core/form/fields/relations/SolidRelationOneToManyField.tsx +0 -636
  643. package/src/components/core/form/fields/relations/widgets/helpers/InlineRelationEntityDialog.tsx +0 -38
  644. package/src/components/core/form/fields/relations/widgets/helpers/useRelationEntityHandler.ts +0 -64
  645. package/src/components/core/form/fields/solidFields.module.css +0 -7
  646. package/src/components/core/form/fields/widgets/SolidAiInteractionMessageFieldFormWidget.tsx +0 -135
  647. package/src/components/core/form/fields/widgets/SolidAiInteractionMetadataFieldFormWidget.tsx +0 -144
  648. package/src/components/core/form/fields/widgets/SolidIconEditWidget.tsx +0 -265
  649. package/src/components/core/form/fields/widgets/SolidIconViewWidget.tsx +0 -32
  650. package/src/components/core/form/fields/widgets/SolidRelationFieldAvatarFormWidget.tsx +0 -50
  651. package/src/components/core/form/fields/widgets/SolidS3FileViewerWidget.tsx +0 -222
  652. package/src/components/core/form/fields/widgets/SolidShortTextFieldAvatarWidget.tsx +0 -70
  653. package/src/components/core/form/solidFormViewShimmerLoading.module.css +0 -4
  654. package/src/components/core/form/widgets/CustomHtml.tsx +0 -20
  655. package/src/components/core/kanban/KanbanBoard.tsx +0 -116
  656. package/src/components/core/kanban/KanbanCard.tsx +0 -280
  657. package/src/components/core/kanban/KanbanColumn.tsx +0 -138
  658. package/src/components/core/kanban/KanbanUserViewLayout.tsx +0 -73
  659. package/src/components/core/kanban/SolidKanbanView.tsx +0 -866
  660. package/src/components/core/kanban/SolidKanbanViewConfigure.tsx +0 -152
  661. package/src/components/core/kanban/SolidKanbanViewFields.tsx +0 -164
  662. package/src/components/core/kanban/SolidManyToOneFilterElement.tsx +0 -59
  663. package/src/components/core/kanban/SolidSelectionDynamicFilterElement.tsx +0 -50
  664. package/src/components/core/kanban/SolidSelectionStaticFilterElement.tsx +0 -32
  665. package/src/components/core/kanban/SolidVarInputsFilterElement.tsx +0 -184
  666. package/src/components/core/kanban/kanban-fields/SolidBigintKanbanField.tsx +0 -9
  667. package/src/components/core/kanban/kanban-fields/SolidBooleanKanbanField.tsx +0 -16
  668. package/src/components/core/kanban/kanban-fields/SolidComputedKanbanField.tsx +0 -23
  669. package/src/components/core/kanban/kanban-fields/SolidDateKanbanField.tsx +0 -14
  670. package/src/components/core/kanban/kanban-fields/SolidDatetimeKanbanField.tsx +0 -13
  671. package/src/components/core/kanban/kanban-fields/SolidDecimalKanbanField.tsx +0 -9
  672. package/src/components/core/kanban/kanban-fields/SolidExternalIdKanbanField.tsx +0 -12
  673. package/src/components/core/kanban/kanban-fields/SolidFloatKanbanField.tsx +0 -9
  674. package/src/components/core/kanban/kanban-fields/SolidIdKanbanField.tsx +0 -14
  675. package/src/components/core/kanban/kanban-fields/SolidIntKanbanField.tsx +0 -20
  676. package/src/components/core/kanban/kanban-fields/SolidLongTextKanbanField.tsx +0 -9
  677. package/src/components/core/kanban/kanban-fields/SolidMediaMultipleKanbanField.tsx +0 -140
  678. package/src/components/core/kanban/kanban-fields/SolidMediaSingleKanbanField.tsx +0 -164
  679. package/src/components/core/kanban/kanban-fields/SolidRelationKanbanField.tsx +0 -13
  680. package/src/components/core/kanban/kanban-fields/SolidRichTextKanbanField.tsx +0 -9
  681. package/src/components/core/kanban/kanban-fields/SolidSelectionDynamicKanbanField.tsx +0 -14
  682. package/src/components/core/kanban/kanban-fields/SolidSelectionStaticKanbanField.tsx +0 -14
  683. package/src/components/core/kanban/kanban-fields/SolidShortTextKanbanField.tsx +0 -121
  684. package/src/components/core/kanban/kanban-fields/SolidTimeKanbanField.tsx +0 -12
  685. package/src/components/core/kanban/kanban-fields/SolidUuidKanbanField.tsx +0 -13
  686. package/src/components/core/kanban/kanban-fields/relations/SolidRelationManyToOneKanbanField.tsx +0 -16
  687. package/src/components/core/list/ListViewRowActionPopup.tsx +0 -40
  688. package/src/components/core/list/SolidColumnSelector/SolidListColumnSelector.module.css +0 -12
  689. package/src/components/core/list/SolidColumnSelector/SolidListColumnSelector.tsx +0 -233
  690. package/src/components/core/list/SolidEmptyListViewPlaceholder.tsx +0 -115
  691. package/src/components/core/list/SolidListView.tsx +0 -2009
  692. package/src/components/core/list/SolidListViewColumn.tsx +0 -165
  693. package/src/components/core/list/SolidListViewConfigure.tsx +0 -342
  694. package/src/components/core/list/SolidListViewHeaderButton.tsx +0 -32
  695. package/src/components/core/list/SolidListViewHeaderContextMenuButton.tsx +0 -32
  696. package/src/components/core/list/SolidListViewRowButtonContextMenu.tsx +0 -40
  697. package/src/components/core/list/SolidListViewShimmerLoading.tsx +0 -78
  698. package/src/components/core/list/SolidListViewWrapper.module.css +0 -49
  699. package/src/components/core/list/SolidListingHeader.tsx +0 -41
  700. package/src/components/core/list/SolidManyToOneFilterElement.tsx +0 -60
  701. package/src/components/core/list/SolidSelectionDynamicFilterElement.tsx +0 -50
  702. package/src/components/core/list/SolidSelectionStaticFilterElement.tsx +0 -32
  703. package/src/components/core/list/SolidTableRowCell.tsx +0 -35
  704. package/src/components/core/list/SolidVarInputsFilterElement.tsx +0 -184
  705. package/src/components/core/list/columns/SolidBigintColumn.tsx +0 -9
  706. package/src/components/core/list/columns/SolidBooleanColumn.tsx +0 -94
  707. package/src/components/core/list/columns/SolidComputedColumn.tsx +0 -27
  708. package/src/components/core/list/columns/SolidDateColumn.tsx +0 -90
  709. package/src/components/core/list/columns/SolidDatetimeColumn.tsx +0 -79
  710. package/src/components/core/list/columns/SolidDecimalColumn.tsx +0 -9
  711. package/src/components/core/list/columns/SolidExternalIdColumn.tsx +0 -80
  712. package/src/components/core/list/columns/SolidFloatColumn.tsx +0 -9
  713. package/src/components/core/list/columns/SolidIdColumn.tsx +0 -79
  714. package/src/components/core/list/columns/SolidIntColumn.tsx +0 -87
  715. package/src/components/core/list/columns/SolidLongTextColumn.tsx +0 -9
  716. package/src/components/core/list/columns/SolidMediaMultipleColumn.tsx +0 -301
  717. package/src/components/core/list/columns/SolidMediaSingleColumn.tsx +0 -170
  718. package/src/components/core/list/columns/SolidRelationColumn.tsx +0 -21
  719. package/src/components/core/list/columns/SolidRichTextColumn.tsx +0 -9
  720. package/src/components/core/list/columns/SolidSelectionDynamicColumn.tsx +0 -80
  721. package/src/components/core/list/columns/SolidSelectionStaticColumn.tsx +0 -81
  722. package/src/components/core/list/columns/SolidShortTextColumn.tsx +0 -160
  723. package/src/components/core/list/columns/SolidTimeColumn.tsx +0 -78
  724. package/src/components/core/list/columns/SolidUuidColumn.tsx +0 -79
  725. package/src/components/core/list/columns/relations/SolidRelationManyToManyColumn.tsx +0 -106
  726. package/src/components/core/list/columns/relations/SolidRelationManyToOneColumn.tsx +0 -117
  727. package/src/components/core/list/columns/relations/SolidRelationOneToManyColumn.tsx +0 -110
  728. package/src/components/core/list/widgets/SolidManyToManyRelationAvatarListWidget.tsx +0 -30
  729. package/src/components/core/list/widgets/SolidManyToOneRelationAvatarListWidget.tsx +0 -30
  730. package/src/components/core/list/widgets/SolidShortTextAvatarWidget.tsx +0 -70
  731. package/src/components/core/list/widgets/SolidShortTextFieldImageRenderModeWidget.tsx +0 -21
  732. package/src/components/core/locales/SolidChatterLocaleTabView.tsx +0 -91
  733. package/src/components/core/locales/SolidLocale.tsx +0 -127
  734. package/src/components/core/locales/solid-locale.css +0 -36
  735. package/src/components/core/model/CreateModel.tsx +0 -536
  736. package/src/components/core/model/FieldMetaData.tsx +0 -262
  737. package/src/components/core/model/FieldMetaDataForm.tsx +0 -3553
  738. package/src/components/core/model/FieldSelector.tsx +0 -62
  739. package/src/components/core/model/ModelListViewData.tsx +0 -384
  740. package/src/components/core/model/ModelMetaData.tsx +0 -949
  741. package/src/components/core/module/CreateModule.tsx +0 -613
  742. package/src/components/core/module/ModuleListViewData.tsx +0 -431
  743. package/src/components/core/solid-ai/SolidAiMainWrapper.tsx +0 -8
  744. package/src/components/core/solid-ai/SolidXAIIcon.tsx +0 -37
  745. package/src/components/core/users/CreateUser.tsx +0 -468
  746. package/src/components/core/users/CreateUserRole.tsx +0 -213
  747. package/src/components/core/users/UserListView.tsx +0 -376
  748. package/src/components/layout/AdminLayout.tsx +0 -55
  749. package/src/components/layout/AdminSidebar.tsx +0 -64
  750. package/src/components/layout/AppConfig.tsx +0 -104
  751. package/src/components/layout/AppSidebar.tsx +0 -216
  752. package/src/components/layout/ButtonLoader.tsx +0 -7
  753. package/src/components/layout/CustomPagination.tsx +0 -55
  754. package/src/components/layout/DashboardHeader.tsx +0 -89
  755. package/src/components/layout/FilterMenu.tsx +0 -122
  756. package/src/components/layout/Footer.tsx +0 -13
  757. package/src/components/layout/GlobalSearch.tsx +0 -36
  758. package/src/components/layout/Header.tsx +0 -8
  759. package/src/components/layout/Layout.tsx +0 -205
  760. package/src/components/layout/ListingHeader.tsx +0 -205
  761. package/src/components/layout/Loader.tsx +0 -16
  762. package/src/components/layout/UserSidebar.tsx +0 -52
  763. package/src/components/layout/context/layoutcontext.tsx +0 -52
  764. package/src/components/layout/navbar-one.tsx +0 -239
  765. package/src/components/layout/navbar-two-menu.tsx +0 -71
  766. package/src/components/layout/navbar-two.tsx +0 -37
  767. package/src/components/layout/user-profile-menu.tsx +0 -212
  768. package/src/components/layout/user-profile.tsx +0 -7
  769. package/src/components/modelsComponents/filterIcon.tsx +0 -9
  770. package/src/constants/error-messages.ts +0 -238
  771. package/src/declarations.d.ts +0 -22
  772. package/src/helpers/AppTitle.tsx +0 -12
  773. package/src/helpers/ToastContainer.tsx +0 -94
  774. package/src/helpers/autoCompleteVirtualScroll.ts +0 -41
  775. package/src/helpers/countries.tsx +0 -260
  776. package/src/helpers/downloadFileWithProgress.ts +0 -86
  777. package/src/helpers/downloadMediaFile.tsx +0 -22
  778. package/src/helpers/eventBus.ts +0 -40
  779. package/src/helpers/getAcceptedFileTypes.tsx +0 -22
  780. package/src/helpers/getRandomColors.tsx +0 -68
  781. package/src/helpers/helpers.ts +0 -61
  782. package/src/helpers/hydrateRelationRules.ts +0 -122
  783. package/src/helpers/logger.ts +0 -33
  784. package/src/helpers/permissions.ts +0 -7
  785. package/src/helpers/registry.ts +0 -337
  786. package/src/helpers/resendOtpHelper.tsx +0 -5
  787. package/src/helpers/revalidate.ts +0 -8
  788. package/src/helpers/rolesHelper.ts +0 -4
  789. package/src/helpers/routePaths.ts +0 -25
  790. package/src/helpers/showToast.ts +0 -13
  791. package/src/helpers/solidIcons.tsx +0 -1831
  792. package/src/helpers/updatePasswordField.ts +0 -42
  793. package/src/hooks/usePathname.ts +0 -6
  794. package/src/hooks/useRouter.ts +0 -35
  795. package/src/hooks/useSearchParams.ts +0 -10
  796. package/src/hooks/useSession.ts +0 -52
  797. package/src/http/solidHttp.ts +0 -63
  798. package/src/index.ts +0 -460
  799. package/src/layouts/AdminLayoutWrapper.tsx +0 -10
  800. package/src/layouts/AuthLayoutWrapper.tsx +0 -10
  801. package/src/redux/api/aiInteractionApi.ts +0 -59
  802. package/src/redux/api/authApi.ts +0 -131
  803. package/src/redux/api/dashboardApi.ts +0 -56
  804. package/src/redux/api/dashboardQuestionApi.ts +0 -17
  805. package/src/redux/api/exportTemplateApi.tsx +0 -59
  806. package/src/redux/api/fetchBaseQuery.tsx +0 -65
  807. package/src/redux/api/fieldApi.ts +0 -86
  808. package/src/redux/api/importTransactionApi.tsx +0 -69
  809. package/src/redux/api/mediaApi.ts +0 -55
  810. package/src/redux/api/mediaStorageProviderApi.ts +0 -55
  811. package/src/redux/api/modelApi.ts +0 -80
  812. package/src/redux/api/moduleApi.ts +0 -72
  813. package/src/redux/api/permissionApi.ts +0 -32
  814. package/src/redux/api/pincodeApi.tsx +0 -56
  815. package/src/redux/api/roleApi.ts +0 -58
  816. package/src/redux/api/solidActionApi.ts +0 -66
  817. package/src/redux/api/solidChatterMessageApi.ts +0 -25
  818. package/src/redux/api/solidEntityApi.tsx +0 -164
  819. package/src/redux/api/solidMenuApi.ts +0 -71
  820. package/src/redux/api/solidServiceApi.ts +0 -31
  821. package/src/redux/api/solidSettingsApi.tsx +0 -83
  822. package/src/redux/api/solidViewApi.ts +0 -73
  823. package/src/redux/api/stateApi.tsx +0 -56
  824. package/src/redux/api/testApi.ts +0 -21
  825. package/src/redux/api/userApi.ts +0 -135
  826. package/src/redux/features/authSlice.ts +0 -19
  827. package/src/redux/features/dataViewSlice.ts +0 -26
  828. package/src/redux/features/navbarSlice.ts +0 -21
  829. package/src/redux/features/popupSlice.ts +0 -37
  830. package/src/redux/features/themeSlice.ts +0 -17
  831. package/src/redux/features/userSlice.ts +0 -28
  832. package/src/redux/hooks/useSolidPopup.ts +0 -20
  833. package/src/redux/store/StoreProvider.tsx +0 -52
  834. package/src/redux/store/createSolidStore.ts +0 -55
  835. package/src/redux/store/defaultStoreConfig.ts +0 -62
  836. package/src/resources/fonts/SF-Pro-Display-Black.otf +0 -0
  837. package/src/resources/fonts/SF-Pro-Display-Bold.otf +0 -0
  838. package/src/resources/fonts/SF-Pro-Display-Heavy.otf +0 -0
  839. package/src/resources/fonts/SF-Pro-Display-Light.otf +0 -0
  840. package/src/resources/fonts/SF-Pro-Display-Medium.otf +0 -0
  841. package/src/resources/fonts/SF-Pro-Display-Regular.otf +0 -0
  842. package/src/resources/fonts/SF-Pro-Display-Semibold.otf +0 -0
  843. package/src/resources/fonts/SF-Pro-Display-Thin.otf +0 -0
  844. package/src/resources/fonts/SF-Pro-Display-Ultralight.otf +0 -0
  845. package/src/resources/globals.css +0 -3597
  846. package/src/resources/images/AvatarDemo.png +0 -0
  847. package/src/resources/images/Background.svg +0 -3
  848. package/src/resources/images/Footerbg.png +0 -0
  849. package/src/resources/images/LoginBanner.png +0 -0
  850. package/src/resources/images/Navigation/Level.svg +0 -5
  851. package/src/resources/images/Navigation/Presure.svg +0 -7
  852. package/src/resources/images/Navigation/SolidSettinsIcon.svg +0 -1
  853. package/src/resources/images/Navigation/Temperature.svg +0 -13
  854. package/src/resources/images/Profile/Avatar.png +0 -0
  855. package/src/resources/images/SolidXLogo.svg +0 -21
  856. package/src/resources/images/activity.svg +0 -3
  857. package/src/resources/images/app-builder.png +0 -0
  858. package/src/resources/images/auth/solid-left-layout-bg.png +0 -0
  859. package/src/resources/images/auth/solid-login-light.png +0 -0
  860. package/src/resources/images/auth/solid-right-layout-bg.png +0 -0
  861. package/src/resources/images/clog-wheel.png +0 -0
  862. package/src/resources/images/dark-mode.png +0 -0
  863. package/src/resources/images/dashboard/Ellipse 1.svg +0 -10
  864. package/src/resources/images/dashboard/Rectangle 17.svg +0 -10
  865. package/src/resources/images/dashboard/Rectangle 25.svg +0 -11
  866. package/src/resources/images/dashboard/image 5.svg +0 -9
  867. package/src/resources/images/eye-icon.png +0 -0
  868. package/src/resources/images/fb.svg +0 -3
  869. package/src/resources/images/fileReader/image-jpg.png +0 -0
  870. package/src/resources/images/fileTypes/File.png +0 -0
  871. package/src/resources/images/fileTypes/Mp3.png +0 -0
  872. package/src/resources/images/fileTypes/Mp4.png +0 -0
  873. package/src/resources/images/filter-icon.png +0 -0
  874. package/src/resources/images/form/user.png +0 -0
  875. package/src/resources/images/iam.png +0 -0
  876. package/src/resources/images/icons/icon-activity.svg +0 -3
  877. package/src/resources/images/icons/icon-calender.svg +0 -3
  878. package/src/resources/images/icons/icon-graph.svg +0 -3
  879. package/src/resources/images/icons/icon-kanban.svg +0 -3
  880. package/src/resources/images/icons/icon-list.svg +0 -3
  881. package/src/resources/images/icons/icon-users.svg +0 -3
  882. package/src/resources/images/icons/jump-to-icon.png +0 -0
  883. package/src/resources/images/insta.svg +0 -3
  884. package/src/resources/images/layout/images/comfortable.png +0 -0
  885. package/src/resources/images/layout/images/compact.png +0 -0
  886. package/src/resources/images/layout/images/cozy.png +0 -0
  887. package/src/resources/images/layout/images/kanban.png +0 -0
  888. package/src/resources/images/li.svg +0 -3
  889. package/src/resources/images/loginhero.png +0 -0
  890. package/src/resources/images/logo.png +0 -0
  891. package/src/resources/images/mail-icon.png +0 -0
  892. package/src/resources/images/menu/app-builder.svg +0 -19
  893. package/src/resources/images/menu/iam.svg +0 -14
  894. package/src/resources/images/menu/logicloop-black.svg +0 -28
  895. package/src/resources/images/menu/logicloop-blue.svg +0 -32
  896. package/src/resources/images/menu/logicloop-white.svg +0 -32
  897. package/src/resources/images/menu/queues.svg +0 -14
  898. package/src/resources/images/menu/radix.svg +0 -9
  899. package/src/resources/images/menu/rl-lead-middleware.svg +0 -19
  900. package/src/resources/images/menu/solid-address-master.svg +0 -10
  901. package/src/resources/images/menu/srmd-tracker-black.svg +0 -16
  902. package/src/resources/images/menu/srmd-tracker-original.svg +0 -32
  903. package/src/resources/images/menu/srmd-tracker-white.svg +0 -17
  904. package/src/resources/images/menu/srmd-tracker.svg +0 -16
  905. package/src/resources/images/menu-icon.png +0 -0
  906. package/src/resources/images/menu-toggle.png +0 -0
  907. package/src/resources/images/password-icon.png +0 -0
  908. package/src/resources/images/profile.png +0 -0
  909. package/src/resources/images/radix-logo-white.png +0 -0
  910. package/src/resources/images/radix-logo.png +0 -0
  911. package/src/resources/images/search-icon.png +0 -0
  912. package/src/resources/images/signupBanner.png +0 -0
  913. package/src/resources/images/tw.svg +0 -3
  914. package/src/resources/images/user-icon.png +0 -0
  915. package/src/resources/solid-primereact.css +0 -2986
  916. package/src/resources/solid-responsive.css +0 -791
  917. package/src/resources/stylesheets/_config.scss +0 -54
  918. package/src/resources/stylesheets/_content.scss +0 -95
  919. package/src/resources/stylesheets/_footer.scss +0 -10
  920. package/src/resources/stylesheets/_main.scss +0 -49
  921. package/src/resources/stylesheets/_menu.scss +0 -183
  922. package/src/resources/stylesheets/_mixins.scss +0 -13
  923. package/src/resources/stylesheets/_responsive.scss +0 -101
  924. package/src/resources/stylesheets/_topbar.scss +0 -152
  925. package/src/resources/stylesheets/_typography.scss +0 -65
  926. package/src/resources/stylesheets/_utils.scss +0 -29
  927. package/src/resources/stylesheets/_variables.scss +0 -3
  928. package/src/resources/stylesheets/layout.scss +0 -11
  929. package/src/resources/themes/solid-dark-purple/theme.css +0 -6208
  930. package/src/resources/themes/solid-light-purple/solid-login-light.png +0 -0
  931. package/src/resources/themes/solid-light-purple/theme.css +0 -6263
  932. package/src/routes/AppEventListener.tsx +0 -28
  933. package/src/routes/guards/AuthGuard.tsx +0 -17
  934. package/src/routes/pages/ErrorPage.tsx +0 -6
  935. package/src/routes/pages/NotFoundPage.tsx +0 -5
  936. package/src/routes/pages/admin/AdminPage.tsx +0 -5
  937. package/src/routes/pages/admin/core/FormPage.tsx +0 -7
  938. package/src/routes/pages/admin/core/KanbanPage.tsx +0 -10
  939. package/src/routes/pages/admin/core/ListPage.tsx +0 -10
  940. package/src/routes/pages/admin/core/ModuleHomePage.tsx +0 -7
  941. package/src/routes/pages/admin/core/SettingsPage.tsx +0 -5
  942. package/src/routes/pages/auth/ConfirmForgotPasswordPage.tsx +0 -5
  943. package/src/routes/pages/auth/ForgotPasswordPage.tsx +0 -5
  944. package/src/routes/pages/auth/InitiateForgotPasswordPage.tsx +0 -5
  945. package/src/routes/pages/auth/InitiateForgotPasswordThankYouPage.tsx +0 -5
  946. package/src/routes/pages/auth/InitiateGoogleOauthPage.tsx +0 -5
  947. package/src/routes/pages/auth/InitiateLoginPage.tsx +0 -5
  948. package/src/routes/pages/auth/InitiateRegisterPage.tsx +0 -5
  949. package/src/routes/pages/auth/LoginPage.tsx +0 -10
  950. package/src/routes/pages/auth/RegisterPage.tsx +0 -5
  951. package/src/routes/pages/auth/ResetPasswordPage.tsx +0 -5
  952. package/src/routes/pages/auth/SsoPage.tsx +0 -79
  953. package/src/routes/solidRoutes.tsx +0 -89
  954. package/src/routes/types.ts +0 -34
  955. package/src/styles.ts +0 -4
  956. package/src/types/css-modules.d.ts +0 -4
  957. package/src/types/handlebars.d.ts +0 -4
  958. package/src/types/index.d.ts +0 -76
  959. package/src/types/layout.d.ts +0 -94
  960. package/src/types/next-auth.d.ts +0 -0
  961. package/src/types/next.d.ts +0 -46
  962. package/src/types/solid-core.d.ts +0 -319
@@ -1,3597 +0,0 @@
1
- /* @import url('./stylesheets/layout.scss'); */
2
-
3
- /* Loader Main */
4
- a {
5
- text-decoration: none;
6
- }
7
-
8
- .center-loader {
9
- margin-left: auto;
10
- margin-right: auto;
11
- padding: 150px 0;
12
- }
13
-
14
- .lds-ellipsis {
15
- display: inline-block;
16
- position: relative;
17
- width: 80px;
18
- height: 80px;
19
- }
20
-
21
- .lds-ellipsis div {
22
- position: absolute;
23
- top: 33px;
24
- width: 13px;
25
- height: 13px;
26
- border-radius: 50%;
27
- background: #197EF7;
28
- animation-timing-function: cubic-bezier(0, 1, 1, 0);
29
- }
30
-
31
- .lds-ellipsis div:nth-child(1) {
32
- left: 8px;
33
- animation: lds-ellipsis1 0.6s infinite;
34
- }
35
-
36
- .lds-ellipsis div:nth-child(2) {
37
- left: 8px;
38
- animation: lds-ellipsis2 0.6s infinite;
39
- }
40
-
41
- .lds-ellipsis div:nth-child(3) {
42
- left: 32px;
43
- animation: lds-ellipsis2 0.6s infinite;
44
- }
45
-
46
- .lds-ellipsis div:nth-child(4) {
47
- left: 56px;
48
- animation: lds-ellipsis3 0.6s infinite;
49
- }
50
-
51
- @keyframes lds-ellipsis1 {
52
- 0% {
53
- transform: scale(0);
54
- }
55
-
56
- 100% {
57
- transform: scale(1);
58
- }
59
- }
60
-
61
- @keyframes lds-ellipsis3 {
62
- 0% {
63
- transform: scale(1);
64
- }
65
-
66
- 100% {
67
- transform: scale(0);
68
- }
69
- }
70
-
71
- @keyframes lds-ellipsis2 {
72
- 0% {
73
- transform: translate(0, 0);
74
- }
75
-
76
- 100% {
77
- transform: translate(24px, 0);
78
- }
79
- }
80
-
81
- /* User Setting Loader */
82
-
83
- @keyframes rotate {
84
- from {
85
- transform: rotate(0deg);
86
- }
87
-
88
- to {
89
- transform: rotate(360deg);
90
- }
91
- }
92
-
93
- @-webkit-keyframes rotate {
94
- from {
95
- -webkit-transform: rotate(0deg);
96
- }
97
-
98
- to {
99
- -webkit-transform: rotate(360deg);
100
- }
101
- }
102
-
103
- .load {
104
- width: 80px;
105
- height: 80px;
106
- margin: 110px auto 0;
107
- border: solid 6px #197EF7;
108
- border-radius: 50%;
109
- border-right-color: transparent;
110
- border-bottom-color: transparent;
111
- -webkit-transition: all 0.5s ease-in;
112
- -webkit-animation-name: rotate;
113
- -webkit-animation-duration: 1s;
114
- -webkit-animation-iteration-count: infinite;
115
- -webkit-animation-timing-function: linear;
116
-
117
- transition: all 0.5s ease-in;
118
- animation-name: rotate;
119
- animation-duration: 1s;
120
- animation-iteration-count: infinite;
121
- animation-timing-function: linear;
122
- }
123
-
124
- /* Button Loader */
125
- .lds-dual-ring {
126
- display: inline-block;
127
- width: 16px;
128
- height: 16px;
129
- }
130
-
131
- .lds-dual-ring:after {
132
- content: " ";
133
- display: block;
134
- width: 24px;
135
- height: 24px;
136
- border-radius: 50%;
137
- border: 3px solid #fff;
138
- border-color: #fff transparent #fff transparent;
139
- animation: lds-dual-ring 1.2s linear infinite;
140
- }
141
-
142
- @keyframes lds-dual-ring {
143
- 0% {
144
- transform: rotate(0deg);
145
- }
146
-
147
- 100% {
148
- transform: rotate(360deg);
149
- }
150
- }
151
-
152
- /* Login & Register */
153
-
154
- .wrapper {
155
- display: flex;
156
- justify-content: center;
157
- align-items: center;
158
- /* margin-top: 4rem; */
159
-
160
- font-weight: 700;
161
- }
162
-
163
- .user-dashboard .wrapper {
164
- margin-top: 3rem;
165
- }
166
-
167
- .wrapper form {
168
- padding: 2.5rem 3rem;
169
- }
170
-
171
- .wrapper form a {
172
- font-size: 0.9rem;
173
- color: grey;
174
- }
175
-
176
- .form-btn {
177
- background-color: #197EF7;
178
- border-color: #197EF7;
179
- color: white;
180
- margin-top: 2.5rem;
181
- font-weight: bold;
182
- --bs-btn-active-bg: #b02a37;
183
- --bs-btn-active-color: #fff;
184
- --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
185
- --bs-btn-disabled-color: #fff;
186
- --bs-btn-disabled-bg: #dc3545;
187
- --bs-btn-disabled-border-color: #dc3545;
188
- }
189
-
190
- .form-btn:hover {
191
- background-color: #bb2d3b;
192
- border-color: #bb2d3b;
193
- color: white;
194
- }
195
-
196
- .react-datepicker {
197
- width: 100%;
198
- }
199
-
200
- .react-datepicker__month-container {
201
- float: left;
202
- width: 100%;
203
- }
204
-
205
- /* Avatar */
206
- .avatar {
207
- display: inline-block;
208
- margin-bottom: 0;
209
- height: 3rem;
210
- width: 3rem;
211
- -webkit-border-radius: 50%;
212
- -moz-border-radius: 50%;
213
- border-radius: 50%;
214
- }
215
-
216
- .avatar img {
217
- width: 100%;
218
- height: 100%;
219
- object-fit: cover;
220
- }
221
-
222
- .rounded-circle {
223
- border-radius: 50% !important;
224
- }
225
-
226
- /* Navbar - left sidebar */
227
-
228
- .active-menu-image {
229
- border-radius: 4px;
230
- }
231
-
232
- .navbar-brand {
233
- display: inline-block;
234
- margin-bottom: 30px;
235
- width: 100%;
236
- text-align: center;
237
- }
238
-
239
- .navbar-brand .img {
240
- width: 50px;
241
- }
242
-
243
- .navBar {
244
- position: relative;
245
- }
246
-
247
-
248
- .userProfile {
249
- display: inline-block;
250
- margin-bottom: 20px;
251
- align-items: center;
252
- text-align: center;
253
- /* position: fixed !important;
254
- bottom: 20px !important; */
255
- }
256
-
257
- .user-profile-menu {
258
- padding: 20px;
259
- }
260
-
261
- .navBarTwo {
262
- position: relative;
263
- display: block;
264
- border-right: 1px solid var(--border-color);
265
- /* overflow-y: scroll; */
266
- width: 250px;
267
- margin-left: 70px;
268
- /* height: 100vh; */
269
- }
270
-
271
-
272
- .active-solid-menu {
273
- background-color: #f3fcfe;
274
- border-inline-end: 2px solid #0dcaf0;
275
- }
276
-
277
- .active-solid-menu a {
278
- color: #0baccc !important;
279
- font-weight: 700 !important;
280
- }
281
-
282
- .p-panelmenu .p-panelmenu-header .p-panelmenu-header-content {
283
- background-color: transparent;
284
- }
285
-
286
- .p-panelmenu .p-panelmenu-header:hover {
287
- /* background-color: #eff1f4; */
288
- }
289
-
290
- .navBarTwo .p-panelmenu .p-panelmenu-header .p-panelmenu-header-content {
291
- /* background-color: #eff1f4; */
292
- border: none;
293
- border-radius: 4px;
294
- }
295
-
296
-
297
- .navBarTwo .p-panelmenu .p-panelmenu-content {
298
- border: none;
299
- border-radius: 0;
300
- }
301
-
302
- .navBarTwo .menuHead a {
303
- text-decoration: none;
304
- font-weight: 600;
305
- font-size: 0.9rem;
306
- line-height: 16px;
307
- color: #4b4d52;
308
- padding: 0.75rem 0.75rem 0.75rem 0rem;
309
- }
310
-
311
- /* .navBarTwo .subMenuHead {
312
- padding: 0.75rem;
313
- } */
314
-
315
- .navBarTwo .subMenuHead a {
316
- text-decoration: none;
317
- font-weight: 500;
318
- font-size: 0.9rem;
319
- line-height: 16px;
320
- color: #4b4d52;
321
- padding: 0.75rem;
322
- }
323
-
324
- .navBarTwo .accordion-button {
325
- background-color: transparent;
326
- padding: 10px 5px;
327
- font-weight: 500;
328
- }
329
-
330
- .navBarTwo .accordion-button:focus {
331
- background-color: transparent;
332
- }
333
-
334
- .navbarTwoSubMenu .accordion-button {
335
- background-color: transparent;
336
- }
337
-
338
- .navbarTwoSubMenu .accordion-button:focus {
339
- background-color: var(--background-color);
340
- }
341
-
342
- .navbarTwoSubMenu .accordion-button.collapsed {
343
- background-color: transparent;
344
- }
345
-
346
- .navBarTwo .accordion-button::after {
347
- display: none;
348
- }
349
-
350
- .navBarTwo .accordion-button:not(.collapsed) {
351
- box-shadow: 0 0 0 0;
352
- }
353
-
354
-
355
- .navtwo-header {
356
- margin: 10px;
357
- align-items: center;
358
- }
359
-
360
- .navtwo-searchbox {
361
- margin: 10px;
362
- border: 1px solid #D8E2EA;
363
- border-radius: 5px;
364
- padding: 10px;
365
- width: 100%;
366
- }
367
-
368
- .navBarTwo .accordion-item:first-of-type>.accordion-header .accordion-button {
369
- background-color: var(--active-menu-background);
370
- }
371
-
372
- .navBarTwo .accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
373
- background-color: transparent;
374
- }
375
-
376
- .navBarTwo .accordion-item:first-of-type>.accordion-header .accordion-button .menu-icon {
377
- transform: rotate(90deg);
378
- transition: transform 0.5s ease-in-out;
379
- margin: 0px 10px;
380
- }
381
-
382
- .navBarTwo .accordion-item:first-of-type>.accordion-header .accordion-button.collapsed .menu-icon {
383
- transform: rotate(0);
384
- transition: transform 0.5s ease-in-out;
385
- margin: 0px 10px;
386
- }
387
-
388
- /* Wrappers */
389
- /* .p-component {
390
- border-radius: 4px !important;
391
- } */
392
-
393
- .p-column-filter.p-inputtext {
394
- max-height: 2rem !important;
395
- border-radius: 4px;
396
- }
397
-
398
- .page-parent-wrapper {
399
- height: 100%;
400
- /* max-height: calc(100vh - 154px); */
401
- overflow-y: auto !important;
402
- /* border-radius: 4px;
403
- box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.02), 0px 0px 2px rgba(0, 0, 0, 0.05),
404
- 0px 1px 4px rgba(0, 0, 0, 0.08) !important; */
405
- background-color: var(--surface-a) !important;
406
- /* padding: 1rem; */
407
- }
408
-
409
- .page-secondary-parent-wrapper {
410
- height: 100%;
411
- /* max-height: calc(100vh - 118px); */
412
- overflow-y: auto !important;
413
- border-radius: 4px;
414
- box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.02), 0px 0px 2px rgba(0, 0, 0, 0.05),
415
- 0px 1px 4px rgba(0, 0, 0, 0.08) !important;
416
- background-color: #fff !important;
417
- padding: 1.5rem;
418
- }
419
-
420
- .form-wrapper-title {
421
- color: var(--solid-form-title) !important;
422
- font-weight: 600;
423
- }
424
-
425
- .table-header-fs {}
426
-
427
- .table-header-fs .p-column-title {
428
- /* font-size: 14px !important; */
429
- white-space: nowrap;
430
- overflow: hidden;
431
- text-overflow: ellipsis;
432
- /* max-width: 15ch; */
433
- }
434
-
435
- .solid-table-row {
436
- white-space: nowrap !important;
437
- overflow: hidden !important;
438
- text-overflow: ellipsis !important;
439
- /* max-width: 30ch !important; */
440
- }
441
-
442
- .form-field-label {
443
- font-weight: 400;
444
- display: flex;
445
- align-items: center;
446
- }
447
-
448
- .solid-field-tooltip-icon {
449
- margin-left: 8px;
450
- color: var(--text-color);
451
- font-size: 14px;
452
- }
453
-
454
- .solid-field-tooltip.p-tooltip {
455
- font-size: 12px;
456
- color: #fff;
457
- }
458
-
459
- .form-wrapper-subtitle {
460
- font-size: 0.75rem !important;
461
- font-weight: 700;
462
- margin-bottom: 8px;
463
- color: #000 !important;
464
- }
465
-
466
- .form-wrapper {
467
- padding: 1.5rem 1rem 1rem 1rem;
468
- background: #f6f6f9;
469
- border-radius: 4px;
470
- position: relative;
471
- }
472
-
473
- .form-subheading {
474
- font-size: 0.8em;
475
- font-weight: 700;
476
- }
477
-
478
- .form-wrapper-heading {
479
- font-size: 1rem !important;
480
- font-weight: 600;
481
- color: var(--solid-form-title) !important;
482
- }
483
-
484
- .boolean-switch .p-button {
485
- max-height: 2rem;
486
- min-width: 7rem !important;
487
- border-radius: 4px;
488
- }
489
-
490
- .boolean-switch .p-button-label {
491
- font-size: 0.75rem !important;
492
- }
493
-
494
- /* Home page */
495
-
496
- .stays-heading {
497
- font-weight: 700;
498
- }
499
-
500
- .back-to-search {
501
- font-size: 1.1rem;
502
- color: #197EF7;
503
- font-weight: 600;
504
- }
505
-
506
- .back-to-search:hover {
507
- color: #197EF7;
508
- }
509
-
510
- .card {
511
- height: 100%;
512
- border: 0px;
513
- }
514
-
515
- .card-title a {
516
- color: #2e2e2e;
517
- text-decoration: none;
518
- font-size: 1.2rem;
519
- }
520
-
521
- .card-title a:hover {
522
- color: #197EF7;
523
- text-decoration: none;
524
- }
525
-
526
- .card-body {
527
- padding-left: 0;
528
- padding-right: 0;
529
- }
530
-
531
- .card-text {
532
- font-size: 1.2rem;
533
- color: black;
534
- }
535
-
536
- .card-body .view-btn {
537
- background-color: #197EF7;
538
- color: white;
539
- text-decoration: none;
540
- }
541
-
542
- .card-body .view-btn:hover {
543
- background-color: #197EF7;
544
- color: white;
545
- }
546
-
547
- .card-img-top {
548
- border-radius: 0.8rem;
549
- }
550
-
551
- .ratings {
552
- font-size: 1.2rem;
553
- color: #197EF7;
554
- }
555
-
556
- .no-of-reviews {
557
- font-size: 0.85rem;
558
- color: grey;
559
- margin-left: 0.5rem;
560
- padding-top: 0.3rem;
561
- }
562
-
563
- /* Room Details Page */
564
-
565
- .booking-card .booking-btn:hover {
566
- color: white;
567
- background-color: #197EF7;
568
- }
569
-
570
- .price-per-night {
571
- font-size: 1.3rem;
572
- }
573
-
574
- .booking-card {
575
- border: 1px solid #e3e3e3;
576
- border-radius: 20px;
577
- padding: 5px 10px;
578
- }
579
-
580
- .room-feature {
581
- font-size: 1.1rem;
582
- color: #404040;
583
- }
584
-
585
- .room-feature p {
586
- margin-left: 0.4rem;
587
- display: inline-block;
588
- }
589
-
590
- /* Reviews */
591
- .review_user {
592
- font-size: 0.8rem;
593
- color: grey;
594
- }
595
-
596
- /* Footer */
597
- footer {
598
- margin-top: auto;
599
- color: grey;
600
- bottom: 0;
601
- width: 100%;
602
- }
603
-
604
- .dropdown {
605
- position: relative;
606
- display: inline-block;
607
- vertical-align: middle;
608
- }
609
-
610
- /* Pagination */
611
- .page-item.active .page-link {
612
- background-color: #197EF7;
613
- border-color: #197EF7;
614
- color: #fff;
615
- }
616
-
617
- .page-item.active .page-link:hover {
618
- color: #fff;
619
- cursor: pointer;
620
- }
621
-
622
- .pagination .page-link {
623
- color: #197EF7;
624
- }
625
-
626
- .pagination .page-link:hover {
627
- color: #197EF7;
628
- }
629
-
630
- /* Booking Details */
631
- .booking-details p {
632
- margin-left: 1.5rem;
633
- }
634
-
635
- .redColor {
636
- color: red;
637
- }
638
-
639
- .greenColor {
640
- color: green;
641
- }
642
-
643
- /* Sidebar */
644
-
645
- .list-group-item:first-child {
646
- border-top-left-radius: 0;
647
- border-top-right-radius: 0;
648
- }
649
-
650
- .list-group-item {
651
- border: none;
652
- }
653
-
654
- .list-group-item.active {
655
- background-color: #f3f4f6;
656
- border-color: #f3f4f6;
657
- border-radius: 0.3rem;
658
- color: #197EF7;
659
- }
660
-
661
- /* Main Layout Styling */
662
- .mainLayout {
663
- display: flex;
664
- }
665
-
666
- .layoutPage {
667
- width: 100%;
668
- /* margin: 10px 40px 10px 20px; */
669
- }
670
-
671
- .dashboardHeader {
672
- padding: 10px;
673
- border-bottom: 1px solid var(--border-color);
674
- }
675
-
676
- .dashboardViews {
677
- display: flex;
678
- margin-right: 20px;
679
- }
680
-
681
- .dashBoardHeaderSections {
682
- display: flex;
683
- align-items: center;
684
- }
685
-
686
- .dashboardHeading img {
687
- padding: 0px 5px;
688
- }
689
-
690
- /*------ dashboard ------*/
691
- .dealsStatusTable .p-datatable .p-datatable-tbody>tr>td {
692
- border: none !important;
693
- }
694
-
695
- .dealsStatusTable .p-datatable.p-datatable-sm .p-datatable-thead>tr>th,
696
- .dealsStatusTable .p-datatable.p-datatable-sm .p-datatable-tbody>tr>td {
697
- font-size: 0.625rem !important;
698
- line-height: 16px !important;
699
- color: #4b4d52 !important;
700
- }
701
-
702
- .dealsStatusTable .p-datatable.p-datatable-sm .p-datatable-thead>tr>th {
703
- font-weight: 600;
704
- background-color: rgba(25, 126, 247, 0.1);
705
- }
706
-
707
- .dealsStatusTable .p-datatable.p-datatable-sm .p-datatable-tbody>tr>td {
708
- font-weight: 400;
709
- }
710
-
711
- .bgCircle {
712
- width: 32px;
713
- height: 32px;
714
- background-color: #eff1f4;
715
- border-radius: 50%;
716
- display: flex;
717
- align-items: center;
718
- justify-content: center;
719
- }
720
-
721
- .topbar-badge {
722
- position: absolute;
723
- display: block;
724
- right: 0;
725
- top: 0;
726
- width: 6px;
727
- height: 6px;
728
- border-radius: 50%;
729
- background-color: #197ef7;
730
- }
731
-
732
- .topbar-profile {
733
- border-radius: var(--border-radius);
734
- margin-left: 0.5rem;
735
- position: relative;
736
- flex-shrink: 0;
737
- }
738
-
739
- .topbar-profile .topbar-profile-button {
740
- display: flex;
741
- align-items: center;
742
- padding: 0.5rem;
743
- cursor: pointer;
744
- }
745
-
746
- .topbar-profile .topbar-profile-button .profile-details {
747
- display: flex;
748
- flex-direction: column;
749
- margin-left: 0.5rem;
750
- }
751
-
752
- .topbar-profile .topbar-profile-button .profile-details .profile-name {
753
- font-weight: 600;
754
- font-size: 0.725rem;
755
- line-height: 16px;
756
- color: #4b4d52;
757
- }
758
-
759
- .topbar-profile .topbar-profile-button .profile-details .profile-email {
760
- font-weight: 400;
761
- font-size: 0.625rem;
762
- line-height: 16px;
763
- color: #4b4d52;
764
- }
765
-
766
- .topbar-profile .topbar-profile-button i {
767
- margin-left: 0.5rem;
768
- color: var(--v-menuitem-text-color-secondary);
769
- transition: transform var(--transition-duration);
770
- }
771
-
772
- .listHead {
773
- font-weight: 600;
774
- font-size: 0.9rem;
775
- line-height: 16px;
776
- color: #4b4d52;
777
- }
778
-
779
- .seachInput .p-icon-field-left>.p-inputtext {
780
- padding-top: 0.5rem;
781
- padding-bottom: 0.5rem;
782
- border-color: #197ef7;
783
- }
784
-
785
- /* Make the button transparent and remove borders */
786
- .transparent-background {
787
- background: transparent;
788
- border: none;
789
- box-shadow: none;
790
- padding: 0;
791
- /* Adjust padding if needed */
792
- }
793
-
794
- /* Ensure icon color is visible */
795
- .transparent-background .p-button-icon {
796
- color: #4b4d52;
797
- /* Or specify a color */
798
- }
799
-
800
- /* Optional: Add hover effect */
801
- .transparent-background:hover {
802
- background: none;
803
- /* Adjust hover background if needed */
804
- }
805
-
806
- .custom-select-button .p-button {
807
- padding: 0.3rem 0.75rem;
808
- }
809
-
810
- .custom-row-height {
811
- height: 41px;
812
- }
813
-
814
- .custom-row-height .p-button.p-button-icon-only.p-button-rounded {
815
- height: 2.5rem !important;
816
- }
817
-
818
- .custom-row-height td {
819
- padding: 0px;
820
- }
821
-
822
- .custom-table .p-datatable-thead th {
823
- padding-left: 0px;
824
- }
825
-
826
- .custom-tooltip.p-tooltip .p-tooltip-text {
827
- padding: 0.5rem !important;
828
- font-weight: 400;
829
- font-size: 0.875rem !important;
830
- line-height: 16px !important;
831
- }
832
-
833
- /* Custom style for the small SplitButton */
834
- .small-splitbutton .p-button {
835
- font-size: 0.75rem;
836
- /* Adjust the font size */
837
- padding: 0.25rem 0.5rem;
838
- /* Adjust the padding */
839
- /* height: 34px; Adjust the height */
840
- }
841
-
842
- .small-splitbutton .p-button-icon {
843
- font-size: 1rem;
844
- /* Adjust the icon size */
845
- }
846
-
847
- .small-splitbutton .p-splitbutton-menubutton {
848
- font-size: 0.75rem;
849
- /* Adjust the font size */
850
- padding: 0.25rem 0.5rem;
851
- /* Adjust the padding */
852
- height: 2rem;
853
- /* Adjust the height */
854
- }
855
-
856
- /* .p-tieredmenu .p-menuitem>.p-menuitem-content .p-menuitem-link {
857
- padding: 0.5rem 1rem;
858
- color: #4b4d52;
859
- }
860
-
861
- .p-tieredmenu .p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-text {
862
- font-weight: 400;
863
- font-size: 0.725px;
864
- line-height: 16px;
865
- color: #4b4d52;
866
- } */
867
-
868
- /* Form Input */
869
- .submit-Button {
870
- padding-left: 1.25rem;
871
- }
872
-
873
- .creat-field-form {
874
- background-color: #fff;
875
- padding: 10px;
876
- border-radius: 10px;
877
- }
878
-
879
- .field {
880
- margin-bottom: 0 !important;
881
- }
882
-
883
- .form-demo .p-inline-message {
884
- padding-left: 0;
885
- padding-top: 5px;
886
- padding-bottom: 5px;
887
- }
888
-
889
- .form-demo .p-inline-message.p-inline-message-error {
890
- background-color: transparent;
891
- justify-content: flex-start;
892
- }
893
-
894
- .form-demo .p-inline-message .p-inline-message-text {
895
- font-size: 0.8rem;
896
- }
897
-
898
- .form-demo .form-label {
899
- font-weight: 700;
900
- font-size: 0.9rem;
901
- }
902
-
903
- /* Form */
904
-
905
- .inputDiv {
906
- margin-bottom: 10px;
907
- }
908
-
909
- .inputDiv select {
910
- width: 100%;
911
- border: 0;
912
- padding: 5px;
913
- /* background-color: var(--background-color) !important; */
914
- /* -webkit-box-shadow: 0 0 0px 1000px var(--box-shadow-color) inset !important; */
915
- }
916
-
917
- input:-webkit-autofill {
918
- background-color: var(--background-color) !important;
919
- -webkit-box-shadow: 0 0 0px 1000px var(--box-shadow-color) inset !important;
920
- }
921
-
922
- .input-icon {
923
- position: relative;
924
- display: flex;
925
- align-items: center;
926
- }
927
-
928
- /* input:focus-visible {
929
- outline: 0px !important;
930
- border: 0;
931
- } */
932
-
933
- select:focus-visible {
934
- outline: 0px !important;
935
- border: 0;
936
- }
937
-
938
- .input-icon input {
939
- padding-left: 10px;
940
- border: 0;
941
- width: 100%;
942
- }
943
-
944
- .input-icon svg {
945
- position: absolute;
946
- left: 8px;
947
- top: 50%;
948
- transform: translateY(-50%);
949
- fill: #aaa;
950
- }
951
-
952
- input::placeholder {
953
- font-size: 0.9rem;
954
- /* Change this value to your desired font size */
955
- color: var(--input-placeholder);
956
- }
957
-
958
- .contactInput {
959
- display: flex;
960
- }
961
-
962
- .contactInput .countryCode {
963
- width: 80px;
964
- }
965
-
966
- .contactInput .inputDiv {
967
- border-top-left-radius: 0;
968
- border-bottom-left-radius: 0;
969
- border: 1px solid var(--primary-color);
970
- width: 100%;
971
- }
972
-
973
- .inputDiv {
974
- /* border: 1px solid var(--primary-color); */
975
- border-radius: 5px;
976
- padding: 8px;
977
- }
978
-
979
- .wrapper form {
980
- padding: 0;
981
- }
982
-
983
- .signup-heading {
984
- color: var(--heading-color);
985
- }
986
-
987
- .signup-desc {
988
- color: var(--heading-color);
989
- font-weight: 300;
990
- }
991
-
992
- .submitBtn {
993
- width: 100%;
994
- background-color: var(--heading-color);
995
- padding: 10px;
996
- color: #fff;
997
- border-radius: 5px;
998
- border: 0;
999
- }
1000
-
1001
-
1002
- /* Search Filter*/
1003
- .custom-list {
1004
- list-style: none;
1005
- padding: 0;
1006
- }
1007
-
1008
- .custom-list li {
1009
- padding: 5px 0;
1010
- cursor: pointer;
1011
- }
1012
-
1013
- .custom-list li:hover {
1014
- color: #007ad9;
1015
- }
1016
-
1017
- /* filterDropdown */
1018
- .filterDropdown {
1019
- left: 32% !important;
1020
- min-width: 600px;
1021
- }
1022
-
1023
- .filterComponent {
1024
- background-color: #fff;
1025
- /* padding: 10px; */
1026
- }
1027
-
1028
-
1029
- .filter-builder select {
1030
- /* border: 0px; */
1031
- /* background-color: red; */
1032
- /* border-bottom: 1px solid #000; */
1033
- margin-right: 10px;
1034
-
1035
- }
1036
-
1037
- .filter-builder input {
1038
- /* border: 0px; */
1039
- /* background-color: red; */
1040
- /* border-bottom: 1px solid #000; */
1041
- margin-right: 10px;
1042
-
1043
- }
1044
-
1045
- .filter-group {
1046
- margin-top: 5px;
1047
-
1048
- }
1049
-
1050
- .filter-rule {
1051
- margin-top: 5px;
1052
- }
1053
-
1054
- .filter-rule button {
1055
- border: 0px;
1056
- }
1057
-
1058
- .filter-individual-rule {
1059
- /* display: flex; */
1060
- /* justify-content: space-between; */
1061
-
1062
- }
1063
-
1064
- .filter-individual-rule-form {
1065
- /* display: flex; */
1066
- /* justify-content: space-around; */
1067
- /* width: -webkit-fill-available; */
1068
- }
1069
-
1070
- .filter-individual-rule-form select {
1071
- width: 100%;
1072
- }
1073
-
1074
- .filter-individual-rule-form input {
1075
- width: 100%;
1076
- }
1077
-
1078
-
1079
- .filterDropdown .p-overlaypanel::before {
1080
- left: 100% !important;
1081
-
1082
- }
1083
-
1084
- .custom-header {
1085
- box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
1086
- }
1087
-
1088
- .header-margin-top {
1089
- margin-top: 70px;
1090
- }
1091
-
1092
- .custom-header-logo img {
1093
- width: calc(70px + (95 - 70) * (100vw - 320px) / (1920 - 320)) !important;
1094
- height: 100%;
1095
- }
1096
-
1097
- .header-ul li {
1098
- list-style-type: none;
1099
- }
1100
-
1101
- /* Header Dropdown */
1102
- .custom-dropdown {
1103
-
1104
- --drop-primary-color: #12415D;
1105
- --drop-secondary-color: #32A7B1;
1106
- /* width: 376px; */
1107
- height: calc(100vh - 69px);
1108
- top: 70px;
1109
- border: 1px solid #E9E9E9;
1110
- }
1111
-
1112
- .header-li-btn {
1113
- height: 70px;
1114
- display: flex;
1115
- align-items: center;
1116
- }
1117
-
1118
- .p-button:focus {
1119
- outline: none;
1120
- box-shadow: none;
1121
- /* border-radius: 0; */
1122
- }
1123
-
1124
- .header-li-btn .p-button,
1125
- .header-li-btn .p-button:hover,
1126
- .header-li-btn .p-button:focus,
1127
- .header-li-btn .p-button:active {
1128
- background-color: transparent !important;
1129
- outline: none;
1130
- box-shadow: none;
1131
- border-radius: 0;
1132
- background: none !important;
1133
- /* padding-left: 10px;
1134
- padding-right: 10px; */
1135
- }
1136
-
1137
- li.header-li-px {
1138
- padding: 0 16px;
1139
- }
1140
-
1141
- .active-nav-item {
1142
- background: linear-gradient(92.35deg, #12415D 1.97%, #2688C3 159.88%);
1143
- }
1144
-
1145
- .active-nav-item .p-button {
1146
- color: #fff !important;
1147
- }
1148
-
1149
- .active-nav-item .p-button svg path {
1150
- fill: #fff;
1151
- }
1152
-
1153
- .deactive-nav-item {
1154
- background-color: #fff;
1155
- }
1156
-
1157
- .deactive-nav-item .p-button {
1158
- color: var(--drop-primary-dark) !important;
1159
- }
1160
-
1161
- .main-megamenu-animation {
1162
- -webkit-animation-duration: 0.3s;
1163
- animation-duration: 0.3s;
1164
- -webkit-animation-fill-mode: both;
1165
- animation-fill-mode: both;
1166
- }
1167
-
1168
- @-webkit-keyframes slideDownIn {
1169
- 0% {
1170
- -webkit-transform: translateY(-20px);
1171
- }
1172
-
1173
- 100% {
1174
- -webkit-transform: translateY(0);
1175
- }
1176
-
1177
- 0% {
1178
- -webkit-transform: translateY(-20);
1179
- }
1180
- }
1181
-
1182
- @keyframes slideDownIn {
1183
- 0% {
1184
- transform: translateY(-20px);
1185
- }
1186
-
1187
- 100% {
1188
- transform: translateY(0);
1189
- }
1190
-
1191
- 0% {
1192
- transform: translateY(-20px);
1193
- }
1194
- }
1195
-
1196
- .main-megamenu-slide-down-in {
1197
- -webkit-animation-name: slideDownIn;
1198
- animation-name: slideDownIn;
1199
- }
1200
-
1201
- .primary-custom-megamenu {
1202
- max-width: 376px;
1203
- direction: rtl;
1204
- height: 100% !important;
1205
- overflow-y: auto;
1206
- }
1207
-
1208
- .primary-custom-megamenu:not(:first-child)>div {
1209
- border-left: 2px solid #DDD !important;
1210
- }
1211
-
1212
- .primary-custom-megamenu::-webkit-scrollbar {
1213
- width: 5px;
1214
- }
1215
-
1216
- .primary-custom-megamenu::-webkit-scrollbar-thumb {
1217
- background-color: var(--drop-primary-color);
1218
- border-radius: 10px;
1219
- width: 5px;
1220
- }
1221
-
1222
- .primary-custom-megamenu::-webkit-scrollbar-thumb:hover {
1223
- background-color: #407796;
1224
- }
1225
-
1226
- .primary-custom-megamenu::-webkit-scrollbar-track {
1227
- background: #E5E5E5;
1228
- }
1229
-
1230
- .primary-custom-megamenu .btn {
1231
- padding: 16px 12px;
1232
- border-bottom: 1px solid #DFDFDF;
1233
- border-top: none !important;
1234
- border-left: none !important;
1235
- border-right: none !important;
1236
- border-radius: 0;
1237
- display: flex;
1238
- align-items: center;
1239
- justify-content: space-between;
1240
- width: 100%;
1241
- }
1242
-
1243
- .btn.open-dropdown-item {
1244
- border-inline-start: 3px solid var(--drop-secondary-color) !important;
1245
- }
1246
-
1247
- .open-dropdown-item {
1248
- background-image: linear-gradient(92.35deg, #12415D 1.97%, #2688C3 159.88%) !important;
1249
- color: #fff !important;
1250
- }
1251
-
1252
- .open-dropdown-item img {
1253
- filter: invert(1) !important;
1254
- }
1255
-
1256
- .open-dropdown-item svg path {
1257
- stroke: #fff;
1258
- transition: all 0.25s ease-in;
1259
- }
1260
-
1261
- .active-dropdown-item {
1262
- -webkit-transition: ease-out 0.4s;
1263
- -moz-transition: ease-out 0.4s;
1264
- background-image: linear-gradient(to left,
1265
- transparent,
1266
- transparent 50%,
1267
- #2688C3 50%,
1268
- #12415D) !important;
1269
- background-position: 100% 0 !important;
1270
- background-size: 200% 100%;
1271
- transition: all 0.25s ease-in !important;
1272
- border-inline-start: 3px solid #fff !important;
1273
- color: var(--drop-primary-color);
1274
- }
1275
-
1276
- .active-dropdown-item:hover,
1277
- .open-dropdown-item:hover {
1278
- background-position: 0 0 !important;
1279
- color: #fff !important;
1280
- border-inline-start: 3px solid var(--drop-secondary-color) !important;
1281
- }
1282
-
1283
- .active-dropdown-item:hover img,
1284
- .open-dropdown-item:hover img {
1285
- filter: invert(1) !important;
1286
- }
1287
-
1288
- .active-dropdown-item:hover svg path,
1289
- .open-dropdown-item:hover svg path {
1290
- stroke: #fff;
1291
- transition: all 0.25s ease-in;
1292
- }
1293
-
1294
-
1295
- /* Footer */
1296
- .custom-footer {
1297
- background-image: url(../resources/images/Footerbg.png);
1298
- background-repeat: no-repeat;
1299
- background-size: cover;
1300
- background-position: top;
1301
- }
1302
-
1303
-
1304
- .custom-footer-logo {
1305
- width: calc(70px + (170 - 70) * (100vw - 320px) / (1920 - 320)) !important;
1306
- }
1307
-
1308
- .footer-input-border {
1309
- border-radius: 40px;
1310
- }
1311
-
1312
-
1313
-
1314
-
1315
- @media only screen and (min-device-width: 1500px) and (max-device-width: 1699px) {
1316
- li.header-li-px {
1317
- padding: 0 12px !important;
1318
- }
1319
-
1320
- .header-li-btn .p-button,
1321
- .header-li-btn .p-button:hover,
1322
- .header-li-btn .p-button:focus,
1323
- .header-li-btn .p-button:active {
1324
- padding-left: 12px;
1325
- padding-right: 10px;
1326
- }
1327
- }
1328
-
1329
- @media only screen and (min-device-width: 1200px) and (max-device-width: 1499px) {
1330
- li.header-li-px {
1331
- padding: 0 8px !important;
1332
- }
1333
-
1334
- .header-li-btn .p-button,
1335
- .header-li-btn .p-button:hover,
1336
- .header-li-btn .p-button:focus,
1337
- .header-li-btn .p-button:active {
1338
- padding-left: 8px !important;
1339
- padding-right: 8px !important;
1340
- }
1341
- }
1342
-
1343
- .small-button {
1344
- max-height: 2rem !important;
1345
- font-size: 0.75rem !important;
1346
- border-radius: 4px !important;
1347
- }
1348
-
1349
- .small-button .p-button-icon {
1350
- font-size: 0.75rem !important;
1351
- }
1352
-
1353
- .small-input {
1354
- max-height: 2rem;
1355
- border-radius: 4px !important;
1356
- }
1357
-
1358
- .small-input .p-password-input {
1359
- max-height: 2rem;
1360
- border-radius: 4px !important;
1361
- }
1362
-
1363
- .form-dropdown-select .p-dropdown-label {
1364
- height: 2rem;
1365
- padding: 6.5px 10.5px !important;
1366
- }
1367
-
1368
- .type-field-card {
1369
- border: 1px solid rgb(220, 220, 228);
1370
- text-align: left;
1371
- padding: 16px;
1372
- border-radius: 4px;
1373
- align-items: center;
1374
- }
1375
-
1376
- .type-text {
1377
- padding-left: 16px;
1378
-
1379
- }
1380
-
1381
- .type-icon {
1382
- width: 30px;
1383
- font-size: 1.1em !important;
1384
- margin-bottom: 0px !important;
1385
- }
1386
-
1387
- .type-field-card .type-heading {
1388
- font-weight: 600;
1389
- color: rgb(50, 50, 77);
1390
- font-size: 0.875rem;
1391
- line-height: 1.43;
1392
- padding: 0;
1393
- margin: 0;
1394
- }
1395
-
1396
- .type-field-card .type-description {
1397
- color: rgb(102, 102, 135);
1398
- font-size: 0.75rem;
1399
- line-height: 1.33;
1400
- padding: 0;
1401
- margin: 0;
1402
- }
1403
-
1404
- .type-field-card:hover {
1405
- background-color: rgb(240, 240, 255);
1406
- cursor: pointer;
1407
- }
1408
-
1409
- .section-sub-heading {
1410
- font-size: 1.2em;
1411
- }
1412
-
1413
-
1414
- .field-popup .p-tabview-nav {
1415
- justify-content: end;
1416
- font-size: 0.8em;
1417
- }
1418
-
1419
- .field-popup-heading {
1420
- position: absolute;
1421
- left: 0;
1422
- z-index: 999;
1423
- font-size: 1em;
1424
- font-weight: 700;
1425
- color: rgb(50, 50, 77);
1426
- top: -5px;
1427
- }
1428
-
1429
- .fieldSubTitle {
1430
- font-size: 0.8em;
1431
- margin-top: 5px;
1432
- }
1433
-
1434
- .tab-error-heading .p-tabview-title {
1435
- color: #ff5757;
1436
- }
1437
-
1438
- .tab-error-heading .p-tabview-nav-link:focus {
1439
- border-color: #ff5757 !important;
1440
- }
1441
-
1442
- .tab-error-heading {
1443
- animation: shake 0.8s ease-in-out;
1444
- border-bottom: 3px solid red;
1445
- font-weight: bold;
1446
- }
1447
-
1448
- @keyframes shake {
1449
- 0% {
1450
- transform: translateX(0);
1451
- }
1452
-
1453
- 20% {
1454
- transform: translateX(-5px);
1455
- }
1456
-
1457
- 40% {
1458
- transform: translateX(5px);
1459
- }
1460
-
1461
- 60% {
1462
- transform: translateX(-5px);
1463
- }
1464
-
1465
- 80% {
1466
- transform: translateX(5px);
1467
- }
1468
-
1469
- 100% {
1470
- transform: translateX(0);
1471
- }
1472
- }
1473
-
1474
- .field-selection-form {
1475
- padding: 15px;
1476
- padding-top: 0;
1477
- margin: 0 !important;
1478
- }
1479
-
1480
- .field-poopup-container .p-dialog-content {
1481
- padding: 0 !important;
1482
- margin: 0 !important;
1483
- }
1484
-
1485
- .field-table .p-datatable .p-datatable-tbody>tr>td {
1486
- padding: 0;
1487
- padding-left: 10px;
1488
- }
1489
-
1490
- .bg-red-row {
1491
- background-color: rgb(243, 43, 43);
1492
- }
1493
-
1494
- .markdown-view {
1495
- max-width: 100%;
1496
- /* Ensures the content doesn't exceed the container's width */
1497
- height: auto;
1498
- /* Set a specific height if needed */
1499
- padding: 16px;
1500
- overflow: auto;
1501
- /* Adds scroll if the content exceeds the container */
1502
- word-wrap: break-word;
1503
- /* Ensures long words break and don't overflow */
1504
- background-color: #f5f5f5;
1505
- /* Optional: background color for better readability */
1506
- border: 1px solid #ddd;
1507
- /* Optional: border for styling */
1508
- border-radius: 4px;
1509
- }
1510
-
1511
- .cursor-pointer {
1512
- cursor: pointer !important;
1513
- }
1514
-
1515
- .mini-tab {
1516
- padding-bottom: 3px;
1517
- }
1518
-
1519
- .active-mini-tab {
1520
- border-bottom: 1px solid #000;
1521
- }
1522
-
1523
- .deactive-mini-tab {
1524
- border-bottom: 1px solid #e3e3e3;
1525
- }
1526
-
1527
- .ormTypeflex {
1528
- display: flex;
1529
- flex-wrap: wrap;
1530
- justify-content: flex-start;
1531
- align-items: center;
1532
- gap: 10px;
1533
- }
1534
-
1535
- .cursor-not-allowed {
1536
- pointer-events: none;
1537
- }
1538
-
1539
- .opacity-50 {
1540
- opacity: 0.5;
1541
- }
1542
-
1543
- .p-datepicker {
1544
- max-width: 350px !important;
1545
- min-width: 350px !important
1546
- }
1547
-
1548
- .p-datepicker .p-timepicker span {
1549
- font-size: 0.9rem !important;
1550
-
1551
- }
1552
-
1553
- .p-datepicker table td>span {
1554
- width: 1.5rem !important;
1555
- height: 1.5rem !important;
1556
- font-size: 0.9rem !important;
1557
- padding: 5px !important;
1558
- margin: 5px !important;
1559
- }
1560
-
1561
- /* Input Error message css */
1562
- .p-inline-message.p-inline-message-error {
1563
- padding: 3px;
1564
- text-align: left;
1565
- background: transparent;
1566
- justify-content: flex-start;
1567
- }
1568
-
1569
- .p-inline-message .p-inline-message-icon {
1570
- display: none;
1571
- }
1572
-
1573
- .p-inline-message .p-inline-message-text {
1574
- font-size: 0.8rem;
1575
- }
1576
-
1577
- .small-input .p-multiselect-label .p-multiselect-token {
1578
- padding: 3px;
1579
- }
1580
-
1581
- .small-input .p-multiselect-label .p-multiselect-token .p-multiselect-token-label {
1582
- font-size: 0.8rem;
1583
- }
1584
-
1585
- .kanban-column {
1586
- flex: 1;
1587
- min-width: 270px;
1588
- width: 100%;
1589
- max-width: 270px;
1590
- /* background: #f0f0f5;
1591
- border: 8px;
1592
- padding: 0.2rem; */
1593
- }
1594
-
1595
- .kanban-card {
1596
- border: 1px solid #000;
1597
- padding: 10px;
1598
- background-color: #fff;
1599
- }
1600
-
1601
- .kanban-card-heading {
1602
- font-size: 0.9rem;
1603
- line-height: 16px;
1604
- color: #4b4d52;
1605
- font-weight: 600;
1606
- }
1607
-
1608
- .kanban-card-content {
1609
- font-size: 0.7rem;
1610
- line-height: 16px;
1611
- color: #4b4d52;
1612
- }
1613
-
1614
- .kanban-column-folded {
1615
- flex-grow: 0;
1616
- background: #F4F4F4;
1617
- border: 8px;
1618
- padding: 5px;
1619
- height: 100%;
1620
- min-width: fit-content;
1621
- width: 100%;
1622
- max-width: fit-content;
1623
- }
1624
-
1625
- .kaban-heading-area {
1626
- display: flex;
1627
- justify-content: space-between;
1628
- align-items: center;
1629
- color: #4b4d52;
1630
- }
1631
-
1632
- .kaban-heading-area .count {
1633
- background-color: #bbbbbb;
1634
- color: #000;
1635
- margin-left: 10px;
1636
- border-radius: 20px;
1637
- padding: 5px 10px 5px 10px;
1638
- font-size: 0.8rem
1639
- }
1640
-
1641
- .kanban-column-folded .kaban-heading-area:hover {
1642
- color: #4b4d52;
1643
- cursor: pointer;
1644
- }
1645
-
1646
- .kanban-column-folded .kaban-heading-area .count {
1647
- margin-top: 10px;
1648
-
1649
- }
1650
-
1651
- .kanban-column-folded .kaban-heading-area {
1652
- /* transform-origin: left bottom 0; */
1653
- /* transform: rotate(90deg); */
1654
- margin-top: 10px;
1655
- display: flex;
1656
- justify-content: space-between;
1657
- overflow: visible;
1658
- min-height: 250px;
1659
- color: #a0a0a0;
1660
- writing-mode: vertical-rl;
1661
- /* Make text vertical */
1662
- text-align: center;
1663
- /* Center the text vertically */
1664
-
1665
- }
1666
-
1667
- .kaban-swimlane-load-more {
1668
- display: flex;
1669
- justify-content: space-between;
1670
- overflow: visible;
1671
- height: 100%;
1672
- writing-mode: vertical-rl;
1673
- text-align: center;
1674
- justify-content: center;
1675
- cursor: pointer;
1676
- }
1677
-
1678
- .kanban-arrow-icon-container {
1679
- transform: rotate(90deg);
1680
- transition: transform 0.2s ease;
1681
- margin-bottom: 20px;
1682
- }
1683
-
1684
- .kanban-arrow-icon-container .pi {
1685
- font-size: 0.7rem;
1686
- }
1687
-
1688
- .kanban-arrow-icon-container:hover .pi-sort-up-fill {
1689
- transform: translatey(-3px);
1690
- }
1691
-
1692
- .kanban-arrow-icon-container:hover .pi-sort-down-fill {
1693
- transform: translateY(3px);
1694
- }
1695
-
1696
- .autocomplete-small-input .p-autocomplete-dropdown {
1697
- max-height: 48px;
1698
- }
1699
-
1700
- .load-more-button {
1701
- color: #000;
1702
- font-size: 0.8rem;
1703
- cursor: pointer;
1704
- }
1705
-
1706
- /* Solid Custom Css */
1707
- .page-header {
1708
- padding: 15px 14px 15px 24px;
1709
- display: flex;
1710
- align-items: center;
1711
- justify-content: space-between;
1712
- }
1713
-
1714
- .solid-form-wrapper {
1715
- overflow: hidden;
1716
- display: flex;
1717
- }
1718
-
1719
- .solid-form-section {
1720
- position: relative;
1721
- flex-grow: 1;
1722
- transition: width 0.3s ease;
1723
- min-width: 0;
1724
- overflow-x: auto;
1725
- }
1726
-
1727
- .solid-form-wrapper .solid-form-content {
1728
- height: calc(100vh - 145px);
1729
- /* height: calc(100vh - 111px); */
1730
- /* If No Breadcrumb */
1731
- /* height: calc(100vh - 64px); */
1732
- /* if Stepper */
1733
- /* height: calc(100vh - 127px); */
1734
- overflow-y: auto;
1735
- }
1736
-
1737
-
1738
- .chatter-collapse-btn {
1739
- position: absolute;
1740
- top: 50%;
1741
- transform: translateY(-50%);
1742
- left: -18px;
1743
- z-index: 10;
1744
- box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
1745
- background-color: #fff;
1746
- }
1747
-
1748
- .chatter-section {
1749
- position: relative;
1750
- /* width: 380px; */
1751
- flex-shrink: 0;
1752
- transition: width 0.3s ease, padding 0.3s ease;
1753
- /* overflow: hidden; */
1754
- min-height: 100%;
1755
- height: 100%;
1756
- }
1757
-
1758
- .chatter-section.collapsed {
1759
- width: 45px !important;
1760
- }
1761
-
1762
- .chatter-collapsed-content {
1763
- font-size: 0.875rem;
1764
- background-color: #eff1f4;
1765
- color: var(--secondary-dark-color);
1766
- white-space: nowrap;
1767
- padding: 0.75rem 0.5rem;
1768
- border-radius: 4px;
1769
- border: 1px solid var(--primary-light-color);
1770
- display: inline-block;
1771
- writing-mode: vertical-rl;
1772
- transform: rotate(180deg);
1773
- width: 30px;
1774
- cursor: pointer;
1775
- }
1776
-
1777
- .solid-form-header {
1778
- padding: 15px 14px 15px 24px;
1779
- display: flex;
1780
- align-items: center;
1781
- justify-content: space-between;
1782
- background: var(--solid-light-grey);
1783
- border-bottom: 1px solid var(--primary-light-color);
1784
- }
1785
-
1786
- .solid-header-buttons-wrapper{
1787
- gap: 1rem !important;
1788
- }
1789
-
1790
- .solid-form-stepper {
1791
- padding: 7.5px 14px 7.5px 24px;
1792
- background-color: #fff;
1793
- /* background-color: var(--solid-light-100); */
1794
- border-top: 1px solid var(--primary-light-color);
1795
- border-bottom: 1px solid var(--primary-light-color);
1796
- }
1797
-
1798
- .solid-dynamic-breadcrumb-stepper {
1799
- /* height: 50px; */
1800
- border-bottom: 1px solid var(--primary-light-color);
1801
- padding: 0.55rem 1.5rem;
1802
- }
1803
-
1804
-
1805
- .solid-breadcrumb.p-breadcrumb {
1806
- /* border-bottom: 1px solid #CED0D6; */
1807
- border-bottom: none;
1808
- border-right: none;
1809
- border-left: none;
1810
- border-top: none;
1811
- border-radius: 0;
1812
- padding: 0;
1813
- /* padding: 0.8rem 1.5rem; */
1814
- font-size: 14px;
1815
- font-weight: 500;
1816
- text-transform: capitalize;
1817
- }
1818
-
1819
- .solid-breadcrumb.p-breadcrumb .p-menuitem a {
1820
- text-decoration: none;
1821
- }
1822
-
1823
- .solid-breadcrumb.p-breadcrumb .p-menuitem a p {
1824
- font-weight: 600 !important;
1825
- }
1826
-
1827
- .solid-breadcrumb.p-breadcrumb .p-menuitem .p-menuitem-link .p-menuitem-text {
1828
- max-width: clamp(120px, 50vw, 600px);
1829
- white-space: nowrap;
1830
- overflow: hidden;
1831
- text-overflow: ellipsis;
1832
- }
1833
-
1834
- .solid-dropzone {
1835
- border-radius: 0.5rem;
1836
- border: 1px dashed var(--solid-primary-border);
1837
- background: var(--solid-dropzone-bg);
1838
- display: flex;
1839
- align-items: center;
1840
- justify-content: center;
1841
- flex-direction: column;
1842
- padding: 20px;
1843
- }
1844
-
1845
- .solid-dropzone p {
1846
- color: var(--solid-grey-500) !important;
1847
- font-size: 10px !important;
1848
- }
1849
-
1850
- .solid-file-upload-wrapper {
1851
- border-radius: 8px;
1852
- border: 1px solid var(--solid-file-wrapper);
1853
- padding: 10px;
1854
- margin-top: 10px;
1855
- }
1856
-
1857
- .solid-file-vieww-wrapper {
1858
- margin-top: 10px;
1859
- }
1860
-
1861
- .solid-dynamic-stepper {
1862
- overflow: hidden;
1863
- border-radius: 6px;
1864
- border: 1px solid var(--solid-stepper-border);
1865
- }
1866
-
1867
- .active-step-arrow {
1868
- left: -21px;
1869
- z-index: 2;
1870
- top: 50%;
1871
- transform: translateY(-38%);
1872
- }
1873
-
1874
- .active-before-step-arrow {
1875
- left: -18px;
1876
- z-index: 1;
1877
- top: 50%;
1878
- transform: translateY(-38%);
1879
- }
1880
-
1881
- .inactive-step-arrow {
1882
- right: 2px;
1883
- z-index: 99;
1884
- top: 50%;
1885
- transform: translateY(-37%);
1886
- }
1887
-
1888
- .solid-step-button.p-button {
1889
- position: relative;
1890
- width: auto;
1891
- display: flex;
1892
- justify-content: center;
1893
- padding-top: 8px;
1894
- padding-bottom: 8px;
1895
- font-size: 0.875rem;
1896
- border-radius: 0;
1897
- border: none;
1898
- }
1899
-
1900
- .solid-step-button.p-button-primary {
1901
- padding-left: 42px;
1902
- padding-right: 16px;
1903
- }
1904
-
1905
- .solid-step-button.p-button-secondary:first-child {
1906
- padding-left: 12px;
1907
- }
1908
-
1909
- .arrow-stepper-container {
1910
- display: flex;
1911
- align-items: center;
1912
- justify-content: end;
1913
- max-width: 900px;
1914
- width: 100%;
1915
- position: relative;
1916
- gap: 0;
1917
- }
1918
-
1919
- .arrow-step-button {
1920
- position: relative;
1921
- padding: 0.5rem 1.5rem;
1922
- border: none;
1923
- background: var(--solid-light-grey);
1924
- color: #0D0B26;
1925
- font-weight: 500 !important;
1926
- cursor: pointer;
1927
- transition: all 0.3s ease;
1928
- min-width: 100px;
1929
- white-space: nowrap;
1930
- font-size: 0.875rem;
1931
- clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 50%, calc(100% - 15px) 100%, 0 100%, 15px 50%);
1932
- margin-right: -13px;
1933
- z-index: 1;
1934
- }
1935
-
1936
- .step-text {
1937
- display: inline-block;
1938
- max-width: 180px; /* your limit */
1939
- overflow: hidden;
1940
- text-overflow: ellipsis;
1941
- white-space: nowrap;
1942
- vertical-align: middle;
1943
- }
1944
-
1945
- .arrow-step-button:first-child{
1946
- border-top-left-radius: 4px;
1947
- border-bottom-left-radius: 4px;
1948
- }
1949
-
1950
- .arrow-step-button:last-child{
1951
- border-top-right-radius: 4px;
1952
- border-bottom-right-radius: 4px;
1953
- }
1954
-
1955
- .arrow-step-button:first-of-type {
1956
- clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 50%, calc(100% - 15px) 100%, 0 100%);
1957
- padding-left: 1.5rem;
1958
- }
1959
-
1960
- .arrow-step-button:last-of-type {
1961
- clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 15px 50%);
1962
- margin-right: 0;
1963
- }
1964
-
1965
- .arrow-step-future {
1966
- clip-path: polygon(0 0,
1967
- calc(100% - 15px) 0,
1968
- 100% 50%,
1969
- calc(100% - 15px) 100%,
1970
- 0 100%,
1971
- 15px 50%);
1972
- margin-right: -13px;
1973
- }
1974
-
1975
- .arrow-step-button.single-button {
1976
- clip-path: none;
1977
- margin-right: 0;
1978
- }
1979
-
1980
- .arrow-step-button:hover:not(.arrow-step-active):not(.arrow-step-completed) {
1981
- background: #e9ecef;
1982
- z-index: 2;
1983
- }
1984
-
1985
- .arrow-step-button.arrow-step-completed {
1986
- background: var(--solid-light-grey);
1987
- color: #0D0B26;
1988
- z-index: 2;
1989
- }
1990
-
1991
- .arrow-step-button.arrow-step-active {
1992
- background: var(--primary-color);
1993
- color: white;
1994
- z-index: 3;
1995
- }
1996
-
1997
- .arrow-step-button.arrow-step-completed:hover {
1998
- background: var(--solid-light-grey);
1999
- }
2000
-
2001
- .overflow-button {
2002
- padding: 0.5rem;
2003
- min-width: 2.5rem;
2004
- height: 100%;
2005
- border: none;
2006
- background: transparent;
2007
- cursor: pointer;
2008
- color: #0D0B26;
2009
- display: flex;
2010
- align-items: center;
2011
- justify-content: center;
2012
- transition: all 0.2s ease;
2013
- }
2014
-
2015
- .overflow-right-button {
2016
- border-top: 1px solid var(--solid-light-grey);
2017
- border-bottom: 1px solid var(--solid-light-grey);
2018
- border-right: 1px solid var(--solid-light-grey);
2019
- border-left: none;
2020
- border-top-right-radius: 4px;
2021
- border-bottom-right-radius: 4px;
2022
- }
2023
-
2024
- .overflow-left-button {
2025
- border-top: 1px solid var(--solid-light-grey);
2026
- border-bottom: 1px solid var(--solid-light-grey);
2027
- border-left: 1px solid var(--solid-light-grey);
2028
- border-right: none;
2029
-
2030
- border-top-left-radius: 4px;
2031
- border-bottom-left-radius: 4px;
2032
- }
2033
-
2034
- .overflow-button:hover {
2035
- background: #e9ecef;
2036
- color: #0D0B26;
2037
- }
2038
-
2039
- .overlay-step-button {
2040
- width: 100%;
2041
- padding: 0.5rem 1rem;
2042
- border: none;
2043
- background: transparent;
2044
- text-align: left;
2045
- cursor: pointer;
2046
- transition: all 0.2s ease;
2047
- color: #0D0B26;
2048
- border-radius: 4px;
2049
- }
2050
-
2051
- .overlay-step-button:hover {
2052
- background: #e9ecef;
2053
- }
2054
-
2055
- .overlay-step-button.active {
2056
- background: var(--primary-color);
2057
- color: white;
2058
- }
2059
-
2060
- .overlay-step-button.completed {
2061
- background: var(--solid-light-grey);
2062
- color: #0D0B26;
2063
- }
2064
-
2065
- @media (max-width: 768px) {
2066
- .arrow-step-button {
2067
- padding: 0.5rem 1rem;
2068
- min-width: 100px;
2069
- font-size: 0.875rem;
2070
- }
2071
- }
2072
-
2073
- @media (max-width: 480px) {
2074
- .arrow-step-button {
2075
- padding: 0.5rem 0.75rem !important;
2076
- min-width: 100px;
2077
- font-size: 0.8rem;
2078
- }
2079
- }
2080
-
2081
- /* .solid-step-button.p-button.p-button-text:first-child {
2082
- padding-left: 16px !important;
2083
- }
2084
-
2085
- .solid-step-button.p-button.p-button-text:not(:first-child) {
2086
- padding-left: 0px !important;
2087
- } */
2088
-
2089
- .solid-step-button.p-button-secondary {
2090
- background-color: #EAEDF1;
2091
- color: #0D0B26;
2092
- padding-left: 24px;
2093
- /* Extra space for the arrow on the left */
2094
- /* padding-right: 28px; */
2095
- }
2096
-
2097
- .solid-step-button.p-button-secondary.p-button:not(:disabled):active {
2098
- background: #EAEDF1;
2099
- color: #0D0B26;
2100
- }
2101
-
2102
- .solid-step-button.p-button-secondary.p-button:not(:disabled):hover {
2103
- background: #EAEDF1;
2104
- color: #0D0B26;
2105
- }
2106
-
2107
- .solid-step-button.p-button:not(:disabled):active {
2108
- background: var(--primary-color);
2109
- color: #ffffff;
2110
- border-color: var(--primary-color);
2111
- }
2112
-
2113
- .solid-step-button.p-button:not(:disabled):hover {
2114
- background: var(--primary-color);
2115
- color: #ffffff;
2116
- border-color: var(--primary-color);
2117
- }
2118
-
2119
- .solid-step-button.p-button.p-button-text {
2120
- background-color: transparent;
2121
- border: 0;
2122
- padding-left: 36px;
2123
- /* Extra space for the arrow on the left */
2124
- padding-right: 16px;
2125
- /* padding-left: 0; */
2126
- }
2127
-
2128
- .solid-step-button.p-button.p-button-text:last-child {
2129
- padding-right: 16px;
2130
- padding-left: 16px
2131
- }
2132
-
2133
- .solid-step-label {
2134
- position: relative;
2135
- z-index: 10;
2136
- display: inline-block;
2137
- padding: 0 4px;
2138
- }
2139
-
2140
- /* .solid-dynamic-stepper.test .solid-step-button.p-button:nth-child(2) {
2141
- padding-left: 20px !important;
2142
- min-width: 130px;
2143
- } */
2144
-
2145
- .solid-step-button.p-button.p-button-text:not(:disabled):active {
2146
- background-color: transparent;
2147
- }
2148
-
2149
- .solid-step-button.p-button.p-button-text:not(:disabled):hover {
2150
- background-color: transparent;
2151
- }
2152
-
2153
- .solid-step-button.btn-step-first {
2154
- /* border: 1px solid var(--solid-stepper-border) !important; */
2155
- background-color: #EAEDF1;
2156
- }
2157
-
2158
- .solid-step-button.btn-step-last {
2159
- background-color: transparent;
2160
- }
2161
-
2162
- .solid-step-button.btn-step {
2163
- border-radius: 0;
2164
- border-left: none !important;
2165
- border-top: 1px solid var(--solid-stepper-border) !important;
2166
- border-bottom: 1px solid var(--solid-stepper-border) !important;
2167
- border-right: none !important;
2168
- }
2169
-
2170
- .solid-step-button.btn-step-first {
2171
- border-radius: 6px 0 0 6px !important;
2172
- border-right: none !important;
2173
- border-left: 1px solid var(--solid-stepper-border) !important;
2174
- border-top: 1px solid var(--solid-stepper-border) !important;
2175
- border-bottom: 1px solid var(--solid-stepper-border) !important;
2176
- }
2177
-
2178
-
2179
- .solid-step-button.btn-step-last {
2180
- border-radius: 0 6px 6px 0 !important;
2181
- border-left: none !important;
2182
- border-top: 1px solid var(--solid-stepper-border) !important;
2183
- border-bottom: 1px solid var(--solid-stepper-border) !important;
2184
- border-right: 1px solid var(--solid-stepper-border) !important;
2185
- }
2186
-
2187
- .solid-step-button.btn-step::after {
2188
- content: "";
2189
- position: absolute;
2190
- top: 50%;
2191
- left: 0px;
2192
- transform: translateY(-50%);
2193
- width: 0;
2194
- height: 0;
2195
- border-top: 20px solid transparent;
2196
- border-bottom: 20px solid transparent;
2197
- border-left: 20px solid var(--solid-stepper-border);
2198
- }
2199
-
2200
- .solid-step-button.btn-step::before {
2201
- content: "";
2202
- position: absolute;
2203
- top: 50%;
2204
- left: 0;
2205
- transform: translateY(-50%);
2206
- width: 0;
2207
- height: 0;
2208
- border-top: 18.5px solid transparent;
2209
- border-bottom: 18.5px solid transparent;
2210
- border-left: 18.5px solid #EAEDF1;
2211
- z-index: 1;
2212
- }
2213
-
2214
-
2215
- .solid-step-button.btn-step-last::after {
2216
- content: "";
2217
- position: absolute;
2218
- top: 50%;
2219
- left: 0px;
2220
- transform: translateY(-50%);
2221
- width: 0;
2222
- height: 0;
2223
- border-top: 20px solid transparent;
2224
- border-bottom: 20px solid transparent;
2225
- border-left: 20px solid var(--solid-stepper-border);
2226
- }
2227
-
2228
- .solid-step-button.btn-step-last::before {
2229
- content: "";
2230
- position: absolute;
2231
- top: 50%;
2232
- left: 0;
2233
- transform: translateY(-50%);
2234
- width: 0;
2235
- height: 0;
2236
- border-top: 18.5px solid transparent;
2237
- border-bottom: 18.5px solid transparent;
2238
- border-left: 18.5px solid var(--primary-color);
2239
- z-index: 1;
2240
- }
2241
-
2242
- .cancel-upload-button {
2243
- display: flex;
2244
- width: 18px;
2245
- height: 18px;
2246
- justify-content: center;
2247
- align-items: center;
2248
- background: #F0F0F0;
2249
- border-radius: 50%;
2250
- }
2251
-
2252
- .solid-datatable-wrapper {
2253
- position: relative;
2254
- height: calc(100% - 66px);
2255
- }
2256
-
2257
- .solid-datatable-wrapper .p-datatable-wrapper {
2258
- min-height: calc(100% - 70px);
2259
- }
2260
-
2261
- .solid-datatable-wrapper .p-datatable {
2262
- height: 100%;
2263
- width: 100%;
2264
- display: flex;
2265
- flex-direction: column;
2266
- justify-content: space-between !important;
2267
- }
2268
-
2269
- .solid-datatable-wrapper .solid-list-view-count {
2270
- position: absolute;
2271
- bottom: 10px;
2272
- right: 10px;
2273
- color: #8D9199;
2274
- font-size: 0.75rem;
2275
- font-weight: 400;
2276
- line-height: 1rem;
2277
- }
2278
-
2279
- /* .solid-paginator .p-paginator .p-dropdown {
2280
- height: 2rem !important;
2281
- } */
2282
- .solid-paginator {
2283
- display: flex !important;
2284
- align-items: center;
2285
- }
2286
-
2287
- .solid-paginator div.p-dropdown {
2288
- margin-left: 100px;
2289
- }
2290
-
2291
-
2292
- .solid-paginator .p-inputtext {
2293
- padding: 0;
2294
- color: #000000E0 !important;
2295
- }
2296
-
2297
- .solid-paginator.p-paginator .p-dropdown {
2298
- height: auto !important;
2299
- padding: 4px 8px !important;
2300
- display: flex;
2301
- align-items: center;
2302
- gap: 8px;
2303
- }
2304
-
2305
- .solid-paginator div.p-dropdown::before {
2306
- content: "Items per page:";
2307
- position: absolute;
2308
- top: 50%;
2309
- transform: translateY(-50%);
2310
- left: -100px;
2311
- color: var(--icon-color);
2312
- font-weight: 400;
2313
- display: inline-block;
2314
- }
2315
-
2316
- .solid-paginator .p-dropdown .p-dropdown-label {
2317
- color: var(--icon-color) !important;
2318
- }
2319
-
2320
- .solid-paginator .p-dropdown .p-dropdown-trigger {
2321
- width: auto;
2322
- }
2323
-
2324
- .solid-paginator span {
2325
- margin-left: auto;
2326
- }
2327
-
2328
-
2329
- .solid-paginator .p-inputtext {
2330
- font-size: 14px;
2331
- color: #4B4D52;
2332
- line-height: 1.4;
2333
- }
2334
-
2335
- .solid-paginator .p-link {
2336
- font-size: 14px;
2337
- }
2338
-
2339
- .solid-paginator .p-dropdown-trigger svg.p-dropdown-trigger-icon.p-clickable {
2340
- height: 14px;
2341
- width: 14px;
2342
- }
2343
-
2344
- .layout-config-button {
2345
- display: block;
2346
- position: fixed;
2347
- width: 3rem;
2348
- height: 3rem;
2349
- line-height: 3rem;
2350
- background: var(--primary-color);
2351
- color: var(--primary-color-text);
2352
- text-align: center;
2353
- top: 50%;
2354
- right: 0;
2355
- margin-top: -1.5rem;
2356
- border-top-left-radius: var(--border-radius);
2357
- border-bottom-left-radius: var(--border-radius);
2358
- border-top-right-radius: 0;
2359
- border-bottom-right-radius: 0;
2360
- transition: background-color var(--transition-duration);
2361
- overflow: hidden;
2362
- cursor: pointer;
2363
- z-index: 999;
2364
- box-shadow: -.25rem 0 1rem rgba(0, 0, 0, .15);
2365
-
2366
- &.config-link {
2367
- font-size: 1rem;
2368
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
2369
- border: none;
2370
- }
2371
-
2372
- .config-link:focus {
2373
- outline: 0 none;
2374
- outline-offset: 0;
2375
- box-shadow: 0 0 0 1px var(--focus-ring);
2376
- }
2377
-
2378
- i {
2379
- font-size: 2rem;
2380
- line-height: inherit;
2381
- transform: rotate(0deg);
2382
- transition: transform 1s;
2383
- }
2384
-
2385
- &:hover {
2386
- background: var(--primary-400);
2387
- }
2388
- }
2389
-
2390
- .row-spacing-img {
2391
- width: 2.75rem !important;
2392
- }
2393
-
2394
- .solid-panel-menu .menuHead a {
2395
- text-decoration: none;
2396
- color: var(--solid-dark-title) !important;
2397
- padding: 0.75rem 0rem 0.75rem 0rem;
2398
- }
2399
-
2400
- .solid-panel-menu .menuHead a .sidebar-chevrons {
2401
- color: var(--solid-dark-title) !important;
2402
- }
2403
-
2404
- /* .navBarTwo .subMenuHead {
2405
- padding: 0.75rem;
2406
- } */
2407
-
2408
-
2409
- .solid-panel-menu .p-panelmenu .p-panelmenu-header .p-panelmenu-header-content {
2410
- background-color: var(--surface-a);
2411
- border: none;
2412
- border-radius: 4px;
2413
- }
2414
-
2415
- .solid-panel-menu .p-panelmenu .p-panelmenu-content {
2416
- border: none;
2417
- border-radius: 0;
2418
- margin-left: 15px;
2419
- }
2420
-
2421
- .solid-panel-menu .subMenuHead a {
2422
- text-decoration: none;
2423
- font-weight: 500;
2424
- font-size: 0.9rem;
2425
- line-height: 16px;
2426
- color: var(--text-color);
2427
- padding: 0.75rem;
2428
- }
2429
-
2430
- .solid-panel-menu .accordion-button {
2431
- background-color: transparent;
2432
- padding: 10px 5px;
2433
- font-weight: 500;
2434
- }
2435
-
2436
- .solid-panel-menu .accordion-button:focus {
2437
- background-color: transparent;
2438
- }
2439
-
2440
- .solid-panel-menu .accordion-button {
2441
- background-color: transparent;
2442
- }
2443
-
2444
- .solid-panel-menu .accordion-button:focus {
2445
- background-color: var(--background-color);
2446
- }
2447
-
2448
- .solid-panel-menu .accordion-button.collapsed {
2449
- background-color: transparent;
2450
- }
2451
-
2452
- .solid-panel-menu .accordion-button::after {
2453
- display: none;
2454
- }
2455
-
2456
- .solid-panel-menu .accordion-button:not(.collapsed) {
2457
- box-shadow: 0 0 0 0;
2458
- }
2459
-
2460
-
2461
- /* User Profile */
2462
- .profile-icon {
2463
- width: 2.4375rem;
2464
- height: 2.4375rem;
2465
- }
2466
-
2467
- .user-profile-panel .p-overlaypanel-content {
2468
- padding: 0 !important;
2469
- /* min-width: 280px; */
2470
- border: 1px solid #D8E2EA;
2471
- border-radius: 0.25rem;
2472
- box-shadow: 0px 4px 4px 0px rgba(200, 199, 199, 0.25);
2473
- }
2474
-
2475
- .user-profile-panel.p-overlaypanel:after,
2476
- .user-profile-panel.p-overlaypanel:before {
2477
- display: none !important;
2478
- }
2479
-
2480
- .primary-border-bottom {
2481
- border-bottom: 2px solid #D8E2EA;
2482
- }
2483
-
2484
- .secondary-border-bottom {
2485
- border-bottom: 1px solid #D8E2EA;
2486
- }
2487
-
2488
- .solid-header-dropdown-panel.p-overlaypanel {
2489
- min-width: 250px !important;
2490
- }
2491
-
2492
- .solid-header-dropdown-panel .p-overlaypanel-content {
2493
- padding: 0;
2494
- }
2495
-
2496
- .solid-view {
2497
- padding: 12px;
2498
- }
2499
-
2500
- .p-password .p-icon-field {
2501
- width: 100%;
2502
- }
2503
-
2504
- /* Auth */
2505
- .solid-auth-theme-wrapper {
2506
- position: relative;
2507
- background-size: cover;
2508
- background-repeat: no-repeat;
2509
- height: 100vh;
2510
- overflow: hidden;
2511
- /* padding: 100px 0; */
2512
- display: flex;
2513
- align-items: center;
2514
- justify-content: center;
2515
- width: 100% !important;
2516
- }
2517
-
2518
- /* .solid-center-layout {
2519
- max-width: 80%;
2520
- margin: 0 auto;
2521
- } */
2522
-
2523
- /* .solid-auth-theme-wrapper.center {
2524
- display: flex;
2525
- align-items: center;
2526
- justify-content: center;
2527
- } */
2528
-
2529
-
2530
- .auth-container {
2531
- min-width: 525px;
2532
- padding: 54px;
2533
- border-radius: 1.25rem;
2534
- backdrop-filter: blur(25px);
2535
- box-shadow: 0px 4px 4px 0px rgba(49, 106, 215, 0.05);
2536
- }
2537
-
2538
- .auth-container h2 {
2539
- margin-top: 0;
2540
- }
2541
-
2542
- .auth-container.side {
2543
- /* max-width: 65%; */
2544
- width: 65%;
2545
- margin: 0 auto;
2546
- }
2547
-
2548
- .solid-logo.in_form_view {
2549
- margin-bottom: 30px;
2550
- justify-content: center;
2551
- }
2552
-
2553
- .solid-logo img {
2554
- max-width: 350px !important;
2555
- }
2556
-
2557
-
2558
- .solid-logo-title {
2559
- line-height: 1.3;
2560
- font-weight: 700;
2561
- }
2562
-
2563
- .solid-auth-title {
2564
- font-size: 1.5rem;
2565
- font-weight: 700;
2566
- line-height: 1.875rem;
2567
- }
2568
-
2569
- .solid-auth-input-label {
2570
- font-size: 0.875rem;
2571
- font-weight: 400;
2572
- line-height: 1.25rem;
2573
- }
2574
-
2575
- .theme-toggle {
2576
- position: absolute;
2577
- top: 10px;
2578
- right: 10px;
2579
- display: flex;
2580
- align-items: center;
2581
- gap: 10px;
2582
- }
2583
-
2584
- .theme-toggle .small-button.p-togglebutton {
2585
- aspect-ratio: 1/1;
2586
- }
2587
-
2588
- .solid-auth-subtitle a {
2589
- font-weight: 600;
2590
- text-decoration: underline;
2591
- font-size: 12px;
2592
- }
2593
-
2594
- /*
2595
- .solid-custom-overlay.p-overlaypanel {
2596
- position: absolute;
2597
- top: 140px !important;
2598
- z-index: 1004 !important;
2599
- position: absolute;
2600
- left: 1656.25px !important;
2601
- transform-origin: center top !important;
2602
- --overlayArrowLeft: 93px;
2603
- } */
2604
-
2605
- .solid-custom-overlay .p-overlaypanel-content {
2606
- padding: 0;
2607
- border-radius: 0.5rem;
2608
- border: 1px solid #D8E2EA;
2609
- box-shadow: 0px 4px 4px 0px rgba(200, 199, 199, 0.25);
2610
- }
2611
-
2612
- .solid-custom-overlay.p-overlaypanel:after,
2613
- .solid-custom-overlay.p-overlaypanel:before {
2614
- display: none;
2615
- }
2616
-
2617
-
2618
- .solid-login-dark-bg {
2619
- background-color: var(--solid-login-bg-color);
2620
- }
2621
-
2622
- .solid-left-layout {
2623
- /* background-image: url(../resources/images/auth/solid-left-layout-bg.png); */
2624
- background-repeat: no-repeat;
2625
- background-size: cover;
2626
- background-position: center;
2627
- }
2628
-
2629
- .solid-left-layout .solid-logo {
2630
- position: absolute;
2631
- right: 5rem;
2632
- top: 5rem;
2633
- z-index: 1;
2634
- }
2635
-
2636
- .solid-right-layout {
2637
- /* background-image: url(../resources/images/auth/solid-right-layout-bg.png); */
2638
- background-repeat: no-repeat;
2639
- background-size: cover;
2640
- background-position: center;
2641
- }
2642
-
2643
- .solid-right-layout .solid-logo {
2644
- position: absolute;
2645
- left: 5rem;
2646
- top: 5rem;
2647
- z-index: 1;
2648
- }
2649
-
2650
- .solid-left-layout .solid-logo .solid-logo-title,
2651
- .solid-right-layout .solid-logo .solid-logo-title {
2652
- color: #fff !important;
2653
- }
2654
-
2655
- .solid-left-layout,
2656
- .solid-right-layout {
2657
- display: flex;
2658
- align-items: center;
2659
- }
2660
-
2661
- .solid-auth-image-title {
2662
- font-size: 5rem;
2663
- font-weight: 600;
2664
- }
2665
-
2666
- .solid-auth-image-subtitle {
2667
- font-size: 3.5rem;
2668
- font-weight: 400;
2669
- }
2670
-
2671
- .solid-auth-image-helper-text {
2672
- font-size: 0.875rem;
2673
- }
2674
-
2675
- .solid-auth-image-title,
2676
- .solid-auth-image-subtitle,
2677
- .solid-auth-image-helper-text {
2678
- color: #FFF !important;
2679
- }
2680
-
2681
- .listview-cogwheel-panel .p-overlaypanel-content {
2682
- min-width: 220px;
2683
- }
2684
-
2685
- .cogwheel-column-filter label {
2686
- font-size: 14px;
2687
- }
2688
-
2689
- .customize-layout-panel.p-overlaypanel {
2690
- position: absolute;
2691
- /* left: 1400px !important;
2692
- top: 21% !important; */
2693
- left: 73.5% !important;
2694
- top: 15% !important;
2695
- }
2696
-
2697
- .solid-auth-footer {
2698
- bottom: 2%;
2699
- width: 80%;
2700
- z-index: 999;
2701
- }
2702
-
2703
- .solid-auth-footer-2 {
2704
- bottom: 2%;
2705
- width: 100%;
2706
- z-index: 999;
2707
- }
2708
-
2709
- .auth-submit-button {
2710
- display: flex !important;
2711
- align-items: center !important;
2712
- justify-content: center !important;
2713
- gap: 10px;
2714
- transition: 0.2s linear;
2715
- }
2716
-
2717
- .auth-submit-button .p-button-label {
2718
- flex: none;
2719
- font-weight: 400;
2720
- }
2721
-
2722
- .auth-back-button .p-button-label {
2723
- font-weight: 400;
2724
- color: #AEAEAE;
2725
- }
2726
-
2727
- .p-button.p-button-icon-only.custom-add-button {
2728
- padding: 4px !important;
2729
- width: 2rem;
2730
- height: 2rem;
2731
- }
2732
-
2733
- .p-button.p-button-icon-only.custom-add-button .p-button-icon {
2734
- font-size: 10px;
2735
- }
2736
-
2737
- .solid-field-metadata-form-header {
2738
- padding: 10px 14px 10px 24px;
2739
- display: flex;
2740
- align-items: center;
2741
- justify-content: space-between;
2742
- background: var(--solid-light-grey);
2743
- }
2744
-
2745
- .solid-auth-tabview .p-tabview-panels {
2746
- padding: 0;
2747
- }
2748
-
2749
- .solid-auth-tabview .p-tabview-nav {
2750
- border-radius: 0.5rem;
2751
- background: rgba(205, 205, 205, 0.20);
2752
- border: 1px solid #d7d7d7;
2753
- padding: 4px;
2754
- margin: 5px 0;
2755
- }
2756
-
2757
- .solid-auth-tabview .p-tabview-nav a {
2758
- font-weight: 400;
2759
- }
2760
-
2761
- .solid-auth-tabview .p-tabview-nav li {
2762
- flex: 1;
2763
- border-radius: 0.3rem;
2764
- }
2765
-
2766
- .solid-auth-tabview .p-tabview-nav-link {
2767
- display: flex;
2768
- align-items: center;
2769
- justify-content: center;
2770
- height: 40px;
2771
- color: var(--solid-grey-500) !important;
2772
- }
2773
-
2774
- .solid-auth-tabview .p-tabview-selected.p-highlight {
2775
- background-color: var(--primary-color);
2776
- }
2777
-
2778
- .solid-auth-tabview .p-tabview-selected.p-highlight .p-tabview-nav-link .p-tabview-title {
2779
- color: #fff !important;
2780
- }
2781
-
2782
- .solid-auth-tabview .p-tabview-nav-link {
2783
- border: none !important;
2784
- }
2785
-
2786
- .solid-global-search-element {
2787
- border-radius: 8px;
2788
- display: flex;
2789
- align-items: center;
2790
- padding-left: 3px;
2791
- padding-right: 0;
2792
- padding-top: 3px;
2793
- padding-bottom: 3px;
2794
- overflow: hidden;
2795
- height: 32px;
2796
- }
2797
-
2798
- .custom-filter-button {
2799
- border-right: none;
2800
- border-top: none;
2801
- border-bottom: none;
2802
- position: absolute;
2803
- right: 0;
2804
- top: 50%;
2805
- transform: translateY(-50%);
2806
- border-radius: 0;
2807
- height: 35.5px;
2808
- }
2809
-
2810
- .solid-global-search-element ul {
2811
- display: flex;
2812
- align-items: center;
2813
- gap: 8px;
2814
- margin: 0;
2815
- list-style-type: none;
2816
- padding: 0;
2817
- }
2818
-
2819
- .custom-filter-chip-type {
2820
- display: flex;
2821
- align-items: center;
2822
- padding: 0.25rem 0.5rem !important;
2823
- color: var(--primary-color) !important;
2824
- font-size: 0.875rem !important;
2825
- border-radius: 0.375rem !important;
2826
- background: #FBF5FF !important;
2827
- height: 100%;
2828
- }
2829
-
2830
- .search-filter-chip-type {
2831
- display: flex;
2832
- align-items: center;
2833
- font-size: 0.875rem !important;
2834
- background: #FBF5FF;
2835
- border-radius: 0.375rem;
2836
- padding: 0.417rem 0.5rem !important;
2837
- gap: 4px;
2838
- }
2839
-
2840
- .solid-global-search-element li {}
2841
-
2842
- .solid-global-search-element input {
2843
- padding-top: 0;
2844
- padding-left: 3;
2845
- padding-bottom: 0;
2846
- padding-right: 40px;
2847
- border: none;
2848
- max-width: 160px !important;
2849
- }
2850
-
2851
- .solid-global-search-filter .p-dialog-content {
2852
- padding: 0;
2853
- border-radius: 0.25rem;
2854
- }
2855
-
2856
- .solid-global-search-filter .p-dialog-content h5 {
2857
- font-size: 1.25rem !important;
2858
- }
2859
-
2860
- .solid-global-search-filter .p-fieldset .p-fieldset-legend {
2861
- padding: 0 !important;
2862
- border: none !important;
2863
- font-weight: 700;
2864
- }
2865
-
2866
-
2867
- .solid-global-search-filter .p-fieldset .p-fieldset-content {
2868
- padding: 0 0.25rem;
2869
- }
2870
-
2871
- .custom-filter-condition-btn {
2872
- padding: 0.25rem 0.5rem !important;
2873
- font-size: 0.625rem !important;
2874
- }
2875
-
2876
- .custom-filter-chip .p-chips-token {
2877
- padding: 0.25rem 0.5rem !important;
2878
- color: var(--primary-color) !important;
2879
- font-size: 0.875rem !important;
2880
- border-radius: 0.375rem !important;
2881
- background: #FBF5FF !important;
2882
- }
2883
-
2884
- .solid-filter-action-btn .p-button-icon {
2885
- font-weight: 600;
2886
- color: var(--solid-form-title);
2887
- font-size: 1rem;
2888
- }
2889
-
2890
-
2891
- .custom-filter-chip .p-chips-token-icon.pi {
2892
- font-size: 12px !important;
2893
- color: #000000E0;
2894
- }
2895
-
2896
- .custom-chip-column {
2897
- color: rgba(0, 0, 0, 0.65);
2898
- }
2899
-
2900
- .custom-chip-value {
2901
- color: #000000;
2902
- }
2903
-
2904
- .custom-chip-or {
2905
- color: rgba(0, 0, 0, 0.65);
2906
- font-weight: 700;
2907
- }
2908
-
2909
- .custom-filter-search-options button:first-child {
2910
- background-color: #64748b0a;
2911
- }
2912
-
2913
- .custom-filter-search-options button:first-child:hover {
2914
- background-color: transparent;
2915
- }
2916
-
2917
- .solid-layout-accordion .p-accordion .p-accordion-header .p-accordion-header-link {
2918
- padding: 1.25rem 1.25rem 0.875rem 1.25rem;
2919
- }
2920
-
2921
- .solid-layout-accordion .p-accordion .p-accordion-tab {
2922
- margin-bottom: 0;
2923
- }
2924
-
2925
- .solid-layout-accordion a {
2926
- color: var(--solid-title);
2927
- }
2928
-
2929
- .solid-layout-accordion .p-accordion .p-accordion-header .p-accordion-header-link {
2930
- border: none;
2931
- background-color: transparent;
2932
- }
2933
-
2934
- .solid-layout-accordion .p-accordion-tab:not(:last-child) {
2935
- border-bottom: 1px solid var(--primary-light-color);
2936
- }
2937
-
2938
- .solid-layout-accordion .p-accordion-content {
2939
- border: none;
2940
- padding: 0;
2941
- border-radius: 0;
2942
- }
2943
-
2944
- .solid-layout-accordion .p-accordion-header a {
2945
- display: flex;
2946
- align-items: center;
2947
- justify-content: space-between;
2948
- flex-direction: row-reverse;
2949
- }
2950
-
2951
- .solid-layout-accordion label {
2952
- font-weight: 400;
2953
- }
2954
-
2955
- .solid-standard-autocomplete .p-inputtext {
2956
- border-right: none;
2957
- }
2958
-
2959
- .solid-standard-autocomplete .p-autocomplete-dropdown.p-button {
2960
- border-left: none;
2961
- }
2962
-
2963
- .solid-standard-autocomplete:hover .p-autocomplete-dropdown.p-button,
2964
- .solid-standard-autocomplete:hover .p-inputtext {
2965
- border-color: var(--primary-color);
2966
- }
2967
-
2968
- .solid-dialog .p-dialog-content {
2969
- padding: 0 !important;
2970
- border-radius: 0;
2971
- overflow: hidden;
2972
- }
2973
-
2974
- .solid-dialog.p-dialog {
2975
- border-radius: 8px;
2976
- overflow: hidden;
2977
- }
2978
-
2979
- .google-auth-button {
2980
- font-weight: 400 !important;
2981
- color: var(--solid-grey-500);
2982
- /* font-size: 14px; */
2983
- }
2984
-
2985
- .custom-input-group.p-inputgroup-addon:first-child,
2986
- .custom-input-group.p-inputgroup button:first-child,
2987
- .custom-input-group.p-inputgroup input:first-child,
2988
- .custom-input-group.p-inputgroup>.p-inputwrapper:first-child,
2989
- .custom-input-group.p-inputgroup>.p-inputwrapper:first-child>.p-inputtext {
2990
- border-top-left-radius: 8px;
2991
- border-bottom-left-radius: 8px;
2992
- }
2993
-
2994
-
2995
- .custom-input-group.p-inputgroup-addon:last-child,
2996
- .custom-input-group.p-inputgroup button:last-child,
2997
- .custom-input-group.p-inputgroup input:last-child,
2998
- .custom-input-group.p-inputgroup>.p-inputwrapper:last-child,
2999
- .custom-input-group.p-inputgroup>.p-inputwrapper:last-child>.p-inputtext {
3000
- border-top-right-radius: 8px;
3001
- border-bottom-right-radius: 8px;
3002
- }
3003
-
3004
- .solid-form-stepper-overlay .p-button {
3005
- min-width: 150px;
3006
- }
3007
-
3008
- .solid-form-stepper-overlay .p-button .p-button-label {
3009
- font-weight: 400 !important;
3010
- flex: none;
3011
- font-size: 14px;
3012
- }
3013
-
3014
- .solid-form-stepper-overlay .p-button-primary.p-button .p-button-label {
3015
- color: var(--surface-a);
3016
- }
3017
-
3018
- .solid-form-stepper-overlay .p-button-text.p-button .p-button-label {
3019
- color: var(--solid-title);
3020
- }
3021
-
3022
- .solid-form-stepper-overlay .p-button:hover .p-button-label {
3023
- color: #fff;
3024
- }
3025
-
3026
- .solid-form-stepper-overlay .p-button.p-button-text:not(:disabled):hover {
3027
- background-color: var(--primary-color);
3028
- }
3029
-
3030
- .solid-custom-editor {
3031
- /* border-radius: 6px;
3032
- overflow: hidden;
3033
- border: 1px solid #d1d5db; */
3034
- }
3035
-
3036
- .solid-custom-editor .ql-toolbar.ql-snow {
3037
- border-top-right-radius: 6px;
3038
- border-top-left-radius: 6px;
3039
- }
3040
-
3041
- .solid-custom-editor .ql-container.ql-snow {
3042
- border-bottom-right-radius: 6px;
3043
- border-bottom-left-radius: 6px;
3044
- }
3045
-
3046
- .view-media-button {
3047
- padding: 0;
3048
- font-weight: 500;
3049
- font-size: 1rem;
3050
- }
3051
-
3052
- .view-media-button.p-button.p-button-text:not(:disabled):active {
3053
- background-color: transparent;
3054
- }
3055
-
3056
- .view-media-button.p-button.p-button-text:not(:disabled):hover {
3057
- background-color: transparent;
3058
- }
3059
-
3060
- .solid-tab-view .p-tabview-panels {
3061
- padding-top: 24px;
3062
- padding-left: 0;
3063
- padding-right: 0;
3064
- }
3065
-
3066
- /* .solid-fieldset-header{
3067
- background-color: #F9F9F9;
3068
- border-bottom: 1px solid rgba(216, 226, 234, 0.40);
3069
- padding: 16px 18px;
3070
- font-weight: 600;
3071
- color: var(--solid-form-title);
3072
- font-size: 1rem;
3073
- }
3074
-
3075
- .solid-fieldset-content{
3076
- padding: 0 18px 16px 18px;
3077
- } */
3078
-
3079
- .solid-column-panel.p-panel .p-panel-header {
3080
- color: var(--solid-form-title);
3081
- border-top-right-radius: 0.5rem;
3082
- border-top-left-radius: 0.5rem;
3083
- }
3084
-
3085
- .solid-column-panel.p-panel .p-panel-header .p-panel-title {
3086
- font-weight: 500;
3087
- }
3088
-
3089
- .solid-column-panel.p-panel .p-panel-content {
3090
- border-bottom-right-radius: 0.5rem;
3091
- border-bottom-left-radius: 0.5rem;
3092
- border-top: 0;
3093
- padding: 1px 1.25rem 1.25rem 1.25rem;
3094
- }
3095
-
3096
- .view-title {
3097
- color: var(--solid-title);
3098
- font-weight: 600;
3099
- font-size: 16px;
3100
- }
3101
-
3102
- .solid-tmenu-left .p-submenu-list {
3103
- left: auto !important;
3104
- right: 100% !important;
3105
- transform: translateX(-5px);
3106
- /* Adjust position slightly */
3107
- }
3108
-
3109
- @media (min-width: 2151px) and (max-width: 2399px) {
3110
- .customize-layout-panel.p-overlaypanel {
3111
- position: absolute;
3112
- left: 78.5% !important;
3113
- top: 13% !important;
3114
- }
3115
- }
3116
-
3117
- @media (min-width: 1920px) and (max-width: 2150px) {
3118
- .customize-layout-panel.p-overlaypanel {
3119
- position: absolute;
3120
- left: 76% !important;
3121
- top: 15% !important;
3122
- }
3123
- }
3124
-
3125
-
3126
- @media (min-width: 1700px) and (max-width: 1859px) {
3127
- .customize-layout-panel.p-overlaypanel {
3128
- position: absolute;
3129
- left: 73% !important;
3130
- top: 15% !important;
3131
- }
3132
- }
3133
-
3134
-
3135
- @media (min-width: 1600px) and (max-width: 1699px) {
3136
- html {
3137
- font-size: 95% !important;
3138
- }
3139
-
3140
- .auth-container {
3141
- padding: 45px;
3142
- }
3143
-
3144
- .customize-layout-panel.p-overlaypanel {
3145
- position: absolute;
3146
- left: 71% !important;
3147
- top: 17% !important;
3148
- }
3149
-
3150
- /* .chatter-section {
3151
- width: 360px;
3152
- } */
3153
- }
3154
-
3155
- /* 1500px - 1599px */
3156
- @media (min-width: 1500px) and (max-width: 1599px) {
3157
- html {
3158
- font-size: 90% !important;
3159
- }
3160
-
3161
- .auth-container {
3162
- padding: 42px;
3163
- }
3164
-
3165
- .solid-left-layout .solid-logo,
3166
- .solid-right-layout .solid-logo {
3167
- top: 4.5rem !important;
3168
- }
3169
-
3170
- .customize-layout-panel.p-overlaypanel {
3171
- position: absolute;
3172
- left: 69% !important;
3173
- top: 17.3% !important;
3174
- }
3175
-
3176
- /*
3177
- .chatter-section {
3178
- width: 345px;
3179
- } */
3180
- }
3181
-
3182
- /* 1400px - 1499px */
3183
- @media (min-width: 1401px) and (max-width: 1499px) {
3184
- html {
3185
- font-size: 85% !important;
3186
- }
3187
-
3188
- .auth-container {
3189
- padding: 38px;
3190
- }
3191
-
3192
- .solid-left-layout .solid-logo,
3193
- .solid-right-layout .solid-logo {
3194
- top: 4rem;
3195
- }
3196
-
3197
- .customize-layout-panel.p-overlaypanel {
3198
- position: absolute;
3199
- left: 67% !important;
3200
- top: 17.5% !important;
3201
- }
3202
-
3203
-
3204
- /* .chatter-section {
3205
- width: 330px;
3206
- } */
3207
- }
3208
-
3209
- /* 1300px - 1399px */
3210
- @media (min-width: 1300px) and (max-width: 1400px) {
3211
- html {
3212
- font-size: 80% !important;
3213
- }
3214
-
3215
- .auth-container {
3216
- padding: 33px;
3217
- }
3218
-
3219
- .solid-left-layout .solid-logo,
3220
- .solid-right-layout .solid-logo {
3221
- top: 3rem;
3222
- }
3223
-
3224
- .customize-layout-panel.p-overlaypanel {
3225
- position: absolute;
3226
- left: 63.5% !important;
3227
- top: 15% !important;
3228
- }
3229
-
3230
- /* .chatter-section {
3231
- width: 310px;
3232
- } */
3233
- }
3234
-
3235
- /* 1200px - 1299px */
3236
- @media (min-width: 1200px) and (max-width: 1299px) {
3237
- html {
3238
- font-size: 75% !important;
3239
- }
3240
-
3241
- .auth-container {
3242
- padding: 28px;
3243
- }
3244
-
3245
- .solid-left-layout .solid-logo,
3246
- .solid-right-layout .solid-logo {
3247
- top: 3rem;
3248
- }
3249
-
3250
- .customize-layout-panel.p-overlaypanel {
3251
- position: absolute;
3252
- left: 61% !important;
3253
- top: 15% !important;
3254
- }
3255
-
3256
- /*
3257
- .chatter-section {
3258
- width: 300px;
3259
- } */
3260
- }
3261
-
3262
- /* 1024px - 1199px */
3263
- @media (min-width: 991px) and (max-width: 1199px) {
3264
- html {
3265
- font-size: 70% !important;
3266
- }
3267
-
3268
- .auth-container.side {
3269
- width: 75%;
3270
- }
3271
-
3272
- .auth-container {
3273
- padding: 24px 32px;
3274
- }
3275
-
3276
- .solid-left-layout .solid-logo,
3277
- .solid-right-layout .solid-logo {
3278
- top: 3rem;
3279
- }
3280
-
3281
- .customize-layout-panel.p-overlaypanel {
3282
- position: absolute;
3283
- left: 59% !important;
3284
- top: 14% !important;
3285
- }
3286
- }
3287
-
3288
- .kanban-ungrouped-column {
3289
- max-width: 100%;
3290
- }
3291
-
3292
- .kanban-ungrouped-column-content {
3293
- display: flex;
3294
- flex-wrap: wrap;
3295
- column-gap: 25px;
3296
- row-gap: 10px;
3297
- }
3298
-
3299
- .kanban-card-container {
3300
- margin-top: 2rem;
3301
- }
3302
-
3303
- .kanban-ungrouped-column .kanban-card-container {
3304
- flex: 1 1 calc(20% - 20px);
3305
- max-width: calc(20% - 20px);
3306
- }
3307
-
3308
- .solid-kanban-action {
3309
- position: absolute;
3310
- right: 5px;
3311
- }
3312
-
3313
- .solid-kanban-card {
3314
- box-shadow: none;
3315
- border-radius: 0.5rem;
3316
- padding: 9px;
3317
- transition: 0.2s linear;
3318
- position: relative;
3319
- }
3320
-
3321
- .solid-media-card {
3322
- box-shadow: none;
3323
- border-radius: 0.5rem;
3324
- padding: 9px;
3325
- height: 100%;
3326
- transition: 0.2s linear;
3327
- position: relative;
3328
- }
3329
-
3330
- .solid-mimetype-chip {
3331
- border-radius: 0.25rem;
3332
- padding: 0.25rem 0.5rem;
3333
- color: var(--secondary-dark-color);
3334
- font-size: 12px;
3335
- font-weight: 500;
3336
- line-height: 16px;
3337
- }
3338
-
3339
- .kanban-group-heading {
3340
- font-weight: 600;
3341
- display: flex;
3342
- align-items: center;
3343
- gap: 10px;
3344
- }
3345
-
3346
- .kanban-count-badge {
3347
- display: flex;
3348
- width: 1.5rem;
3349
- height: 1.5rem;
3350
- padding: 0.125rem;
3351
- justify-content: center;
3352
- align-items: center;
3353
- flex-shrink: 0;
3354
- border-radius: 6.25rem;
3355
- font-size: 0.75rem;
3356
- font-weight: 600;
3357
- }
3358
-
3359
- .kanban-image-preview {
3360
- /* width: 100px; */
3361
- /* width: 240px;
3362
- height: 120px;
3363
- flex-shrink: 0; */
3364
- width: 100%;
3365
- border-radius: 8px;
3366
- max-height: 120px;
3367
- object-fit: contain;
3368
- /* box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px; */
3369
- }
3370
-
3371
- .kanban-media-image-preview {
3372
- /* width: 100px; */
3373
- /* width: 240px;
3374
- height: 120px;
3375
- flex-shrink: 0; */
3376
- width: 100%;
3377
- border-radius: 8px;
3378
- height: 145px;
3379
- object-fit: contain;
3380
- }
3381
-
3382
- .kanban-media-view-card {
3383
- width: 100%;
3384
- border-radius: 8px;
3385
- height: 145px;
3386
- object-fit: contain;
3387
- display: flex;
3388
- align-items: center;
3389
- justify-content: center;
3390
- }
3391
-
3392
- .solid-kanban-board-wrapper {
3393
- overflow: hidden;
3394
- height: calc(100vh - 65px) !important;
3395
- }
3396
-
3397
- .solid-kanban-board-scroll-context {
3398
- overflow: auto;
3399
- height: 100%;
3400
- }
3401
-
3402
- .kanban-column-cogwheel.p-button.p-button-icon-only.p-button-rounded {
3403
- height: 2rem;
3404
- width: 2rem;
3405
- }
3406
-
3407
- .kanban-column-cogwheel.p-button.p-button-secondary.p-button-text:not(:disabled):active {
3408
- background: transparent;
3409
- }
3410
-
3411
- .kanban-column-cogwheel.p-button.p-button-secondary.p-button-text:not(:disabled):hover {
3412
- background: transparent;
3413
- }
3414
-
3415
- .view-widget-chip.p-chip {
3416
- padding: 4px 10px !important;
3417
- }
3418
-
3419
- .view-widget-chip.p-chip .p-chip-text {
3420
- margin-top: 0 !important;
3421
- margin-bottom: 0 !important;
3422
- }
3423
-
3424
- @media(min-width:992px) {
3425
- .solid-global-search-element input {
3426
- min-width: 300px;
3427
- }
3428
-
3429
- }
3430
-
3431
- .solid-empty-listview-placeholder-container {
3432
- border-top: 1px solid var(--primary-light-color) !important;
3433
- height: calc(100vh - 64px);
3434
- /* height: 100%; */
3435
- background-color: var(--solid-list-view-placeholder);
3436
- display: flex;
3437
- flex-direction: column;
3438
- align-items: center;
3439
- justify-content: center;
3440
- gap: 12px;
3441
- }
3442
-
3443
- .solid-list-skeleton-wrapper {
3444
- height: calc(100vh - 60px);
3445
- display: flex;
3446
- flex-direction: column;
3447
- justify-content: space-between;
3448
- }
3449
-
3450
- .solid-list-skeleton-col-1 {
3451
- width: 50px;
3452
- }
3453
-
3454
- .solid-list-skeleton-col-2 {
3455
- width: 120px;
3456
- }
3457
-
3458
- .solid-list-skeleton-col-8 {
3459
- width: 50px;
3460
- }
3461
-
3462
- .solid-list-skeleton-col-3,
3463
- .solid-list-skeleton-col-4,
3464
- .solid-list-skeleton-col-5,
3465
- .solid-list-skeleton-col-6 {
3466
- width: auto;
3467
- }
3468
-
3469
- .solid-list-skeleton-header th {
3470
- border-top: 1px solid #CED0D6;
3471
- border-bottom: 1px solid #CED0D6;
3472
- text-align: left;
3473
- padding: 8px 15px;
3474
- height: 45px;
3475
- position: relative;
3476
- }
3477
-
3478
- .solid-list-skeleton-header th::after {
3479
- content: '';
3480
- position: absolute;
3481
- right: 0;
3482
- top: 50%;
3483
- transform: translateY(-50%);
3484
- height: 60%;
3485
- width: 0.0625rem;
3486
- background-color: #D8E2EA
3487
- }
3488
-
3489
- .solid-list-skeleton-row td {
3490
- border-bottom: 1px solid rgba(216, 226, 234, 0.40);
3491
- padding: 8px 15px;
3492
- height: 45px;
3493
- vertical-align: middle;
3494
- }
3495
-
3496
- .solid-list-skeleton-row td .p-skeleton {
3497
- height: 1rem;
3498
- /* Set skeleton height to 0.75rem */
3499
- }
3500
-
3501
- .solid-list-skeleton-footer {
3502
- border-top: 1px solid rgba(216, 226, 234, 0.40);
3503
- padding: 20px;
3504
- }
3505
-
3506
- .solid-sidebar-menuitems-wrapper {
3507
- height: calc(100vh - 64px);
3508
- overflow-y: auto;
3509
- }
3510
-
3511
- .warning-header-popup {
3512
- padding: 0.75rem;
3513
- }
3514
-
3515
- .password-field-component {
3516
- padding: 10px !important;
3517
- border: 2px solid rgba(216, 226, 234, 0.40);
3518
- border-radius: 8px !important;
3519
- }
3520
-
3521
- .register-success-popup {
3522
- border-radius: 1.25rem !important;
3523
- background: #fff !important;
3524
- z-index: 1000 !important;
3525
- }
3526
-
3527
- /* ========================= Taost =================================== */
3528
-
3529
- .p-toast .p-toast-message {
3530
- align-items: center;
3531
- padding: 0.5rem 0.5rem;
3532
- color: white;
3533
- width: fit-content;
3534
- }
3535
-
3536
- .p-toast .p-toast-message.p-toast-message-info {
3537
- border: 0;
3538
- }
3539
-
3540
- .p-toast .p-toast-message.p-toast-message-error .p-toast-message-icon,
3541
- .p-toast .p-toast-message.p-toast-message-error .p-toast-icon-close {
3542
- color: #fff !important;
3543
- }
3544
-
3545
- .p-toast .p-toast-message.p-toast-message-success {
3546
- background-color: #41b776 !important;
3547
- }
3548
-
3549
- .p-toast .p-toast-message.p-toast-message-warn {
3550
- background-color: #a46b00 !important;
3551
- }
3552
-
3553
- .p-toast .p-toast-message.p-toast-message-error {
3554
- background-color: #d32f2f !important;
3555
- }
3556
-
3557
- .p-toast-message-content {
3558
- display: flex !important;
3559
- flex-direction: row !important;
3560
- align-items: center !important;
3561
- justify-content: space-between !important;
3562
- padding: 5px;
3563
- /* text-wrap: nowrap; */
3564
- }
3565
-
3566
- .p-toast-message-text {
3567
- margin: 0px 10px !important;
3568
- font-size: 1rem;
3569
- color: var(--text-color-1);
3570
- font-style: normal;
3571
- font-weight: 500;
3572
- line-height: 20px;
3573
- }
3574
-
3575
- .p-toast-icon-close {
3576
- border-radius: 50px;
3577
- }
3578
-
3579
- /*css for custom status icon */
3580
- .status-icon {
3581
- width: 2rem;
3582
- height: 1.5rem;
3583
- display: inline-flex;
3584
- align-items: center;
3585
- justify-content: center;
3586
- border-radius: 18px;
3587
- }
3588
-
3589
- .status-icon.success {
3590
- background: var(--green-500);
3591
- color: var(--surface-0);
3592
- }
3593
-
3594
- .status-icon.danger {
3595
- background: var(--red-500);
3596
- color: var(--surface-0);
3597
- }