aril 1.2.36 → 1.2.37

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 (387) hide show
  1. package/esm2022/boot/config/apps/src/apps.service.mjs +4 -4
  2. package/esm2022/boot/config/apps/src/auth.guard.mjs +4 -4
  3. package/esm2022/boot/config/apps/src/showdowDOMWrapper.mjs +4 -4
  4. package/esm2022/boot/host/src/app.component.mjs +4 -4
  5. package/esm2022/boot/mfe/src/app.component.mjs +4 -4
  6. package/esm2022/boot/pages/src/forbidden.component.mjs +4 -4
  7. package/esm2022/boot/pages/src/notFound.component.mjs +4 -4
  8. package/esm2022/http/src/httpBackend.mjs +4 -4
  9. package/esm2022/i18n/src/i18n.module.mjs +5 -5
  10. package/esm2022/i18n/src/loader.mjs +4 -4
  11. package/esm2022/theme/layout/app/breadcrumb/app.breadcrumb.component.mjs +4 -4
  12. package/esm2022/theme/layout/app/environment-banner/environment-banner.component.mjs +4 -4
  13. package/esm2022/theme/layout/app/expandableMenu/expandable-menu.component.mjs +4 -4
  14. package/esm2022/theme/layout/app/favorite-pages/favorite-pages-sidebar.component.mjs +4 -4
  15. package/esm2022/theme/layout/app/favorite-pages/favorite-pages.service.mjs +4 -4
  16. package/esm2022/theme/layout/app/favorite-pages/modals/add-edit-favorite-modal/add-edit-favorite-modal.component.mjs +4 -4
  17. package/esm2022/theme/layout/app/general-search/general-search.component.mjs +4 -4
  18. package/esm2022/theme/layout/app/history/history-sidebar.component.mjs +4 -4
  19. package/esm2022/theme/layout/app/history/history.service.mjs +4 -4
  20. package/esm2022/theme/layout/app/layout/app.layout.component.mjs +4 -4
  21. package/esm2022/theme/layout/app/layout/mfe.layout.component.mjs +4 -4
  22. package/esm2022/theme/layout/app/notifications/notifications-sidebar.component.mjs +148 -51
  23. package/esm2022/theme/layout/app/profileSidebar/app.profilesidebar.component.mjs +4 -4
  24. package/esm2022/theme/layout/app/profileSidebar/modals/change-password-modal/change-password-modal.component.mjs +4 -4
  25. package/esm2022/theme/layout/app/profileSidebar/modals/edit-profile-modal/edit-profile-modal.component.mjs +4 -4
  26. package/esm2022/theme/layout/app/profileSidebar/profile.service.mjs +4 -4
  27. package/esm2022/theme/layout/app/site-map/site-map-sidebar.component.mjs +4 -4
  28. package/esm2022/theme/layout/app/static-sidebar/static-sidebar.component.mjs +4 -4
  29. package/esm2022/theme/layout/app/topbar/app.topbar.component.mjs +4 -4
  30. package/esm2022/theme/layout/service/app.layout.service.mjs +4 -4
  31. package/esm2022/theme/layout/service/app.menu.service.mjs +4 -4
  32. package/esm2022/theme/layout/service/breadcrumb.service.mjs +4 -4
  33. package/esm2022/theme/layout/service/interfaces/interfaces.mjs +1 -1
  34. package/esm2022/theme/layout/service/notifications.service.mjs +11 -5
  35. package/esm2022/theme/layout/service/search.service.mjs +4 -4
  36. package/esm2022/theme/layout/service/selection-group.service.mjs +4 -4
  37. package/esm2022/ui/autoComplete/src/auto-complete.component.mjs +4 -4
  38. package/esm2022/ui/badge/src/badge.component.mjs +4 -4
  39. package/esm2022/ui/button/src/button.component.mjs +4 -4
  40. package/esm2022/ui/button/src/split-button.component.mjs +4 -4
  41. package/esm2022/ui/calendar/src/calendar.component.mjs +4 -4
  42. package/esm2022/ui/charts/src/amCharts/column/column-chart.component.mjs +4 -4
  43. package/esm2022/ui/charts/src/amCharts/line/line-chart.component.mjs +4 -4
  44. package/esm2022/ui/charts/src/amCharts/pie/pie-chart.component.mjs +4 -4
  45. package/esm2022/ui/charts/src/highCharts/area/area-chart.component.mjs +4 -4
  46. package/esm2022/ui/charts/src/highCharts/bar/bar-chart.component.mjs +4 -4
  47. package/esm2022/ui/charts/src/highCharts/column/column-chart.component.mjs +4 -4
  48. package/esm2022/ui/charts/src/highCharts/gauge/solid-gauge.component.mjs +4 -4
  49. package/esm2022/ui/charts/src/highCharts/heatmap/heatMap-chart.component.mjs +4 -4
  50. package/esm2022/ui/charts/src/highCharts/line/line-chart-datetime-axis.component.mjs +4 -4
  51. package/esm2022/ui/charts/src/highCharts/line/line-chart-series.component.mjs +4 -4
  52. package/esm2022/ui/charts/src/highCharts/line/line-chart.component.mjs +4 -4
  53. package/esm2022/ui/charts/src/highCharts/pie/pie-chart.component.mjs +4 -4
  54. package/esm2022/ui/checkbox/src/check-box.component.mjs +4 -4
  55. package/esm2022/ui/checkbox/src/tri-state-checkbox.component.mjs +4 -4
  56. package/esm2022/ui/chip/src/chip.component.mjs +4 -4
  57. package/esm2022/ui/collapse-reorder-list/src/collapse-reorder-list.component.mjs +4 -4
  58. package/esm2022/ui/dxEditor/src/dx-editor.component.mjs +4 -4
  59. package/esm2022/ui/dxField/src/dx-field.component.mjs +4 -4
  60. package/esm2022/ui/editor/src/aril-editor.component.mjs +4 -4
  61. package/esm2022/ui/field/src/field.component.mjs +4 -4
  62. package/esm2022/ui/fileUpload/src/file-upload.component.mjs +4 -4
  63. package/esm2022/ui/form/index.mjs +5 -5
  64. package/esm2022/ui/form/src/form-submit-button.component.mjs +4 -4
  65. package/esm2022/ui/form/src/form.component.mjs +4 -4
  66. package/esm2022/ui/img-viewer/src/img-viewer.component.mjs +4 -4
  67. package/esm2022/ui/json-diff-comparison/src/json-diff.component.mjs +4 -4
  68. package/esm2022/ui/lib/src/form/form-error-message.component.mjs +4 -4
  69. package/esm2022/ui/lib/src/form/form-error-message.directive.mjs +4 -4
  70. package/esm2022/ui/lib/src/grid/enum-color-picker.pipe.mjs +4 -4
  71. package/esm2022/ui/lib/src/grid/flex-grid.directive.mjs +4 -4
  72. package/esm2022/ui/lib/src/input/common-input-validators.service.mjs +4 -4
  73. package/esm2022/ui/lib/src/input/dx-input-error-message.pipe.mjs +4 -4
  74. package/esm2022/ui/lib/src/input/input-disabled.directive.mjs +4 -4
  75. package/esm2022/ui/lib/src/input/input-error-message.pipe.mjs +4 -4
  76. package/esm2022/ui/lib/src/input/value-accessor.directive.mjs +4 -4
  77. package/esm2022/ui/lib/src/tooltip/tooltip-on-overflow.directive.mjs +4 -4
  78. package/esm2022/ui/loader/src/loader.component.mjs +4 -4
  79. package/esm2022/ui/mask/src/mask.component.mjs +4 -4
  80. package/esm2022/ui/multiSelect/src/multi-select.component.mjs +4 -4
  81. package/esm2022/ui/number/src/number.component.mjs +4 -4
  82. package/esm2022/ui/operation-types-dialog/src/operation-types-dialog.component.mjs +4 -4
  83. package/esm2022/ui/overlayPanel/src/overlay-panel.component.mjs +4 -4
  84. package/esm2022/ui/panel/src/panel.component.mjs +4 -4
  85. package/esm2022/ui/password/src/password.component.mjs +4 -4
  86. package/esm2022/ui/pdf-viewer/src/pdf-viewer.component.mjs +4 -4
  87. package/esm2022/ui/progressbar/src/progressbar.component.mjs +4 -4
  88. package/esm2022/ui/radioButton/src/radio-button.component.mjs +4 -4
  89. package/esm2022/ui/relativeDateSelector/src/relative-date-selector.component.mjs +4 -4
  90. package/esm2022/ui/selectBox/src/select-box.component.mjs +4 -4
  91. package/esm2022/ui/switch/src/switch.component.mjs +4 -4
  92. package/esm2022/ui/table/index.mjs +5 -5
  93. package/esm2022/ui/table/src/export-overlay-panel.component.mjs +4 -4
  94. package/esm2022/ui/table/src/table-column.component.mjs +4 -4
  95. package/esm2022/ui/table/src/table.component.mjs +4 -4
  96. package/esm2022/ui/table-expand/index.mjs +5 -5
  97. package/esm2022/ui/table-expand/src/table-column.component.mjs +4 -4
  98. package/esm2022/ui/table-expand/src/table-expand-area.component.mjs +4 -4
  99. package/esm2022/ui/table-expand/src/table.component.mjs +4 -4
  100. package/esm2022/ui/tag/src/tag.component.mjs +4 -4
  101. package/esm2022/ui/tagBox/src/tag-box.component.mjs +4 -4
  102. package/esm2022/ui/text/src/text.component.mjs +4 -4
  103. package/esm2022/ui/textArea/src/text-area.component.mjs +4 -4
  104. package/esm2022/ui/toggle-button/src/toggle-button.component.mjs +4 -4
  105. package/esm2022/ui/tooltip/src/tooltip-component.mjs +4 -4
  106. package/esm2022/ui/translate-input/src/aril-lang-modal/aril-lang-modal.component.mjs +4 -4
  107. package/esm2022/ui/translate-input/src/aril-translate-input.component.mjs +4 -4
  108. package/esm2022/ui/tree/src/tree.component.mjs +4 -4
  109. package/esm2022/ui/treeSelect/src/treeSelect.component.mjs +4 -4
  110. package/esm2022/ui/treeTable/src/tree-table.component.mjs +4 -4
  111. package/esm2022/ui/value/src/value.component.mjs +4 -4
  112. package/esm2022/ui-business/assetPicker/src/asset-picker.component.mjs +4 -4
  113. package/esm2022/ui-business/detailed-overlay-panel/src/detailed-overlay-panel.component.mjs +4 -4
  114. package/esm2022/ui-business/enumPicker/src/enum-picker.component.mjs +4 -4
  115. package/esm2022/ui-business/image-viewer/src/aril-image-viewer.component.mjs +4 -4
  116. package/esm2022/ui-business/multiAssetPicker/src/multi-asset-picker.component.mjs +4 -4
  117. package/esm2022/ui-business/multiple-ref-value/src/multiple-ref-value.component.mjs +4 -4
  118. package/esm2022/ui-business/notification-templates-dialog/src/notification-templates-dialog.component.mjs +4 -4
  119. package/esm2022/ui-business/pdf-preview-modal/src/pdf-preview-modal.component.mjs +4 -4
  120. package/esm2022/ui-business/ref-value/src/ref-value.component.mjs +4 -4
  121. package/esm2022/ui-business/rolePicker/src/role-picker.component.mjs +4 -4
  122. package/esm2022/ui-business/trace-drawer/src/app-log.service.mjs +4 -4
  123. package/esm2022/ui-business/trace-drawer/src/trace-drawer.component.mjs +4 -4
  124. package/esm2022/ui-business/trace-drawer/src/trace-log.service.mjs +4 -4
  125. package/esm2022/ui-business/trace-id/src/trace-id.component.mjs +4 -4
  126. package/esm2022/ui-business/userPicker/src/user-picker.component.mjs +4 -4
  127. package/esm2022/util/activity/src/activity.service.mjs +4 -4
  128. package/esm2022/util/block/src/block.mjs +7 -7
  129. package/esm2022/util/directives/src/detail-page-customization/detail-page-customization.directive.mjs +4 -4
  130. package/esm2022/util/directives/src/dialog-component/plugin-dialog.component.mjs +4 -4
  131. package/esm2022/util/directives/src/dialog-service/plugin-dialog.service.mjs +4 -4
  132. package/esm2022/util/lib/src/module-router.mjs +4 -4
  133. package/esm2022/util/pipes/src/distance-to-now.pipe.mjs +4 -4
  134. package/esm2022/util/pipes/src/get-column-by-field.pipe.mjs +4 -4
  135. package/esm2022/util/pipes/src/parse.pipe.mjs +4 -4
  136. package/esm2022/util/pipes/src/round-number.pipe.mjs +4 -4
  137. package/esm2022/util/pipes/src/safe.pipe.mjs +4 -4
  138. package/esm2022/util/pipes/src/translate-json/translate-json.pipe.mjs +4 -4
  139. package/esm2022/util/pub-sub/src/pub-sub.service.mjs +4 -4
  140. package/esm2022/util/sync-active-tab-route/src/sync-active-tab-route.directive.mjs +4 -4
  141. package/esm2022/util/unwrap/src/unwrap-tag.directive.mjs +4 -4
  142. package/fesm2022/{aril-app.component-W3wwVSp1.mjs → aril-app.component-CwZZhJcO.mjs} +4 -4
  143. package/fesm2022/{aril-app.component-W3wwVSp1.mjs.map → aril-app.component-CwZZhJcO.mjs.map} +1 -1
  144. package/fesm2022/aril-boot-base.mjs +1 -1
  145. package/fesm2022/aril-boot-base.mjs.map +1 -1
  146. package/fesm2022/aril-boot-bridge.mjs.map +1 -1
  147. package/fesm2022/aril-boot-config-api.mjs +1 -1
  148. package/fesm2022/aril-boot-config-api.mjs.map +1 -1
  149. package/fesm2022/aril-boot-config-apps.mjs +10 -10
  150. package/fesm2022/aril-boot-config-apps.mjs.map +1 -1
  151. package/fesm2022/aril-boot-config-plugins.mjs +1 -1
  152. package/fesm2022/aril-boot-config-plugins.mjs.map +1 -1
  153. package/fesm2022/aril-boot-config-translate.mjs.map +1 -1
  154. package/fesm2022/aril-boot-host.mjs +4 -4
  155. package/fesm2022/aril-boot-host.mjs.map +1 -1
  156. package/fesm2022/{aril-boot-mfe-app.component-D1w8I2ug.mjs → aril-boot-mfe-app.component-DwYgUUdL.mjs} +5 -5
  157. package/fesm2022/{aril-boot-mfe-app.component-D1w8I2ug.mjs.map → aril-boot-mfe-app.component-DwYgUUdL.mjs.map} +1 -1
  158. package/fesm2022/{aril-boot-mfe-aril-boot-mfe-JHrhKvhU.mjs → aril-boot-mfe-aril-boot-mfe-hJkkFa_a.mjs} +4 -4
  159. package/fesm2022/{aril-boot-mfe-aril-boot-mfe-JHrhKvhU.mjs.map → aril-boot-mfe-aril-boot-mfe-hJkkFa_a.mjs.map} +1 -1
  160. package/fesm2022/aril-boot-mfe.mjs +1 -1
  161. package/fesm2022/aril-boot-pages.mjs +6 -6
  162. package/fesm2022/aril-boot-pages.mjs.map +1 -1
  163. package/fesm2022/aril-http.mjs +3 -3
  164. package/fesm2022/aril-http.mjs.map +1 -1
  165. package/fesm2022/aril-i18n.mjs +7 -7
  166. package/fesm2022/aril-i18n.mjs.map +1 -1
  167. package/fesm2022/aril-keycloak.mjs.map +1 -1
  168. package/fesm2022/aril-provider.mjs +1 -1
  169. package/fesm2022/aril-provider.mjs.map +1 -1
  170. package/fesm2022/aril-theme-layout.mjs +219 -113
  171. package/fesm2022/aril-theme-layout.mjs.map +1 -1
  172. package/fesm2022/aril-ui-autoComplete.mjs +6 -6
  173. package/fesm2022/aril-ui-autoComplete.mjs.map +1 -1
  174. package/fesm2022/aril-ui-badge.mjs +4 -4
  175. package/fesm2022/aril-ui-badge.mjs.map +1 -1
  176. package/fesm2022/aril-ui-business-assetPicker.mjs +5 -5
  177. package/fesm2022/aril-ui-business-assetPicker.mjs.map +1 -1
  178. package/fesm2022/aril-ui-business-detailed-overlay-panel.mjs +5 -5
  179. package/fesm2022/aril-ui-business-detailed-overlay-panel.mjs.map +1 -1
  180. package/fesm2022/aril-ui-business-enumPicker.mjs +5 -5
  181. package/fesm2022/aril-ui-business-enumPicker.mjs.map +1 -1
  182. package/fesm2022/aril-ui-business-image-viewer.mjs +3 -3
  183. package/fesm2022/aril-ui-business-image-viewer.mjs.map +1 -1
  184. package/fesm2022/aril-ui-business-multiAssetPicker.mjs +4 -4
  185. package/fesm2022/aril-ui-business-multiAssetPicker.mjs.map +1 -1
  186. package/fesm2022/aril-ui-business-multiple-ref-value.mjs +4 -4
  187. package/fesm2022/aril-ui-business-multiple-ref-value.mjs.map +1 -1
  188. package/fesm2022/aril-ui-business-notification-templates-dialog.mjs +3 -3
  189. package/fesm2022/aril-ui-business-notification-templates-dialog.mjs.map +1 -1
  190. package/fesm2022/aril-ui-business-pdf-preview-modal.mjs +3 -3
  191. package/fesm2022/aril-ui-business-pdf-preview-modal.mjs.map +1 -1
  192. package/fesm2022/aril-ui-business-ref-value.mjs +4 -4
  193. package/fesm2022/aril-ui-business-ref-value.mjs.map +1 -1
  194. package/fesm2022/aril-ui-business-rolePicker.mjs +4 -4
  195. package/fesm2022/aril-ui-business-rolePicker.mjs.map +1 -1
  196. package/fesm2022/aril-ui-business-trace-drawer.mjs +10 -10
  197. package/fesm2022/aril-ui-business-trace-drawer.mjs.map +1 -1
  198. package/fesm2022/aril-ui-business-trace-id.mjs +4 -4
  199. package/fesm2022/aril-ui-business-trace-id.mjs.map +1 -1
  200. package/fesm2022/aril-ui-business-userPicker.mjs +3 -3
  201. package/fesm2022/aril-ui-business-userPicker.mjs.map +1 -1
  202. package/fesm2022/aril-ui-button.mjs +7 -7
  203. package/fesm2022/aril-ui-button.mjs.map +1 -1
  204. package/fesm2022/aril-ui-calendar.mjs +3 -3
  205. package/fesm2022/aril-ui-calendar.mjs.map +1 -1
  206. package/fesm2022/aril-ui-charts.mjs +37 -37
  207. package/fesm2022/aril-ui-charts.mjs.map +1 -1
  208. package/fesm2022/aril-ui-checkbox.mjs +6 -6
  209. package/fesm2022/aril-ui-checkbox.mjs.map +1 -1
  210. package/fesm2022/aril-ui-chip.mjs +4 -4
  211. package/fesm2022/aril-ui-chip.mjs.map +1 -1
  212. package/fesm2022/aril-ui-collapse-reorder-list.mjs +4 -4
  213. package/fesm2022/aril-ui-collapse-reorder-list.mjs.map +1 -1
  214. package/fesm2022/aril-ui-dxEditor.mjs +4 -4
  215. package/fesm2022/aril-ui-dxEditor.mjs.map +1 -1
  216. package/fesm2022/aril-ui-dxField.mjs +4 -4
  217. package/fesm2022/aril-ui-dxField.mjs.map +1 -1
  218. package/fesm2022/aril-ui-editor.mjs +4 -4
  219. package/fesm2022/aril-ui-editor.mjs.map +1 -1
  220. package/fesm2022/aril-ui-field.mjs +4 -4
  221. package/fesm2022/aril-ui-field.mjs.map +1 -1
  222. package/fesm2022/aril-ui-fileUpload.mjs +4 -4
  223. package/fesm2022/aril-ui-fileUpload.mjs.map +1 -1
  224. package/fesm2022/aril-ui-form.mjs +11 -11
  225. package/fesm2022/aril-ui-form.mjs.map +1 -1
  226. package/fesm2022/aril-ui-img-viewer.mjs +3 -3
  227. package/fesm2022/aril-ui-img-viewer.mjs.map +1 -1
  228. package/fesm2022/aril-ui-json-diff-comparison.mjs +4 -4
  229. package/fesm2022/aril-ui-json-diff-comparison.mjs.map +1 -1
  230. package/fesm2022/aril-ui-lib.mjs +31 -31
  231. package/fesm2022/aril-ui-lib.mjs.map +1 -1
  232. package/fesm2022/aril-ui-loader.mjs +3 -3
  233. package/fesm2022/aril-ui-loader.mjs.map +1 -1
  234. package/fesm2022/aril-ui-mask.mjs +3 -3
  235. package/fesm2022/aril-ui-mask.mjs.map +1 -1
  236. package/fesm2022/aril-ui-multiSelect.mjs +3 -3
  237. package/fesm2022/aril-ui-multiSelect.mjs.map +1 -1
  238. package/fesm2022/aril-ui-number.mjs +3 -3
  239. package/fesm2022/aril-ui-number.mjs.map +1 -1
  240. package/fesm2022/aril-ui-operation-types-dialog.mjs +3 -3
  241. package/fesm2022/aril-ui-operation-types-dialog.mjs.map +1 -1
  242. package/fesm2022/aril-ui-overlayPanel.mjs +4 -4
  243. package/fesm2022/aril-ui-overlayPanel.mjs.map +1 -1
  244. package/fesm2022/aril-ui-panel.mjs +4 -4
  245. package/fesm2022/aril-ui-panel.mjs.map +1 -1
  246. package/fesm2022/aril-ui-password.mjs +3 -3
  247. package/fesm2022/aril-ui-password.mjs.map +1 -1
  248. package/fesm2022/aril-ui-pdf-viewer.mjs +3 -3
  249. package/fesm2022/aril-ui-pdf-viewer.mjs.map +1 -1
  250. package/fesm2022/aril-ui-progressbar.mjs +3 -3
  251. package/fesm2022/aril-ui-progressbar.mjs.map +1 -1
  252. package/fesm2022/aril-ui-radioButton.mjs +3 -3
  253. package/fesm2022/aril-ui-radioButton.mjs.map +1 -1
  254. package/fesm2022/aril-ui-relativeDateSelector.mjs +4 -4
  255. package/fesm2022/aril-ui-relativeDateSelector.mjs.map +1 -1
  256. package/fesm2022/aril-ui-selectBox.mjs +5 -5
  257. package/fesm2022/aril-ui-selectBox.mjs.map +1 -1
  258. package/fesm2022/aril-ui-switch.mjs +3 -3
  259. package/fesm2022/aril-ui-switch.mjs.map +1 -1
  260. package/fesm2022/aril-ui-table-expand.mjs +14 -14
  261. package/fesm2022/aril-ui-table-expand.mjs.map +1 -1
  262. package/fesm2022/aril-ui-table.mjs +15 -15
  263. package/fesm2022/aril-ui-table.mjs.map +1 -1
  264. package/fesm2022/aril-ui-tag.mjs +3 -3
  265. package/fesm2022/aril-ui-tag.mjs.map +1 -1
  266. package/fesm2022/aril-ui-tagBox.mjs +5 -5
  267. package/fesm2022/aril-ui-tagBox.mjs.map +1 -1
  268. package/fesm2022/aril-ui-text.mjs +3 -3
  269. package/fesm2022/aril-ui-text.mjs.map +1 -1
  270. package/fesm2022/aril-ui-textArea.mjs +3 -3
  271. package/fesm2022/aril-ui-textArea.mjs.map +1 -1
  272. package/fesm2022/aril-ui-toggle-button.mjs +4 -4
  273. package/fesm2022/aril-ui-toggle-button.mjs.map +1 -1
  274. package/fesm2022/aril-ui-tooltip.mjs +3 -3
  275. package/fesm2022/aril-ui-tooltip.mjs.map +1 -1
  276. package/fesm2022/aril-ui-translate-input.mjs +6 -6
  277. package/fesm2022/aril-ui-translate-input.mjs.map +1 -1
  278. package/fesm2022/aril-ui-tree.mjs +4 -4
  279. package/fesm2022/aril-ui-tree.mjs.map +1 -1
  280. package/fesm2022/aril-ui-treeSelect.mjs +4 -4
  281. package/fesm2022/aril-ui-treeSelect.mjs.map +1 -1
  282. package/fesm2022/aril-ui-treeTable.mjs +4 -4
  283. package/fesm2022/aril-ui-treeTable.mjs.map +1 -1
  284. package/fesm2022/aril-ui-value.mjs +5 -5
  285. package/fesm2022/aril-ui-value.mjs.map +1 -1
  286. package/fesm2022/aril-util-activity.mjs +3 -3
  287. package/fesm2022/aril-util-activity.mjs.map +1 -1
  288. package/fesm2022/aril-util-block.mjs +6 -6
  289. package/fesm2022/aril-util-block.mjs.map +1 -1
  290. package/fesm2022/aril-util-directives.mjs +10 -10
  291. package/fesm2022/aril-util-directives.mjs.map +1 -1
  292. package/fesm2022/aril-util-lib.mjs +3 -3
  293. package/fesm2022/aril-util-lib.mjs.map +1 -1
  294. package/fesm2022/aril-util-pipes.mjs +18 -18
  295. package/fesm2022/aril-util-pipes.mjs.map +1 -1
  296. package/fesm2022/aril-util-primitive-extensions.mjs.map +1 -1
  297. package/fesm2022/aril-util-pub-sub.mjs +3 -3
  298. package/fesm2022/aril-util-pub-sub.mjs.map +1 -1
  299. package/fesm2022/aril-util-sync-active-tab-route.mjs +4 -4
  300. package/fesm2022/aril-util-sync-active-tab-route.mjs.map +1 -1
  301. package/fesm2022/aril-util-unwrap.mjs +3 -3
  302. package/fesm2022/aril-util-unwrap.mjs.map +1 -1
  303. package/fesm2022/aril.mjs +6 -6
  304. package/fesm2022/aril.mjs.map +1 -1
  305. package/package.json +159 -159
  306. package/theme/layout/app/favorite-pages/favorite-pages-sidebar.component.d.ts +16 -0
  307. package/theme/layout/app/history/history-sidebar.component.d.ts +16 -0
  308. package/theme/layout/app/notifications/notifications-sidebar.component.d.ts +2304 -2267
  309. package/theme/layout/app/notifications/notifications-sidebar.component.html +66 -68
  310. package/theme/layout/app/notifications/notifications-sidebar.component.scss +234 -120
  311. package/theme/layout/app/notifications/notifications-sidebar.component.ts +182 -56
  312. package/theme/layout/app/site-map/site-map-sidebar.component.d.ts +16 -0
  313. package/theme/layout/service/interfaces/interfaces.d.ts +5 -1
  314. package/theme/layout/service/interfaces/interfaces.ts +6 -1
  315. package/theme/layout/service/notifications.service.d.ts +1 -0
  316. package/theme/layout/service/notifications.service.ts +5 -0
  317. package/ui/autoComplete/src/auto-complete.component.d.ts +8 -8
  318. package/ui/badge/src/badge.component.d.ts +9 -9
  319. package/ui/button/src/button.component.d.ts +12 -12
  320. package/ui/button/src/split-button.component.d.ts +1 -1
  321. package/ui/calendar/src/calendar.component.d.ts +22 -22
  322. package/ui/charts/src/amCharts/column/column-chart.component.d.ts +4 -4
  323. package/ui/charts/src/amCharts/line/line-chart.component.d.ts +5 -5
  324. package/ui/charts/src/amCharts/pie/pie-chart.component.d.ts +4 -4
  325. package/ui/charts/src/highCharts/area/area-chart.component.d.ts +3 -3
  326. package/ui/charts/src/highCharts/bar/bar-chart.component.d.ts +7 -7
  327. package/ui/charts/src/highCharts/column/column-chart.component.d.ts +9 -9
  328. package/ui/charts/src/highCharts/gauge/solid-gauge.component.d.ts +3 -3
  329. package/ui/charts/src/highCharts/heatmap/heatMap-chart.component.d.ts +4 -4
  330. package/ui/charts/src/highCharts/line/line-chart-datetime-axis.component.d.ts +5 -5
  331. package/ui/charts/src/highCharts/line/line-chart-series.component.d.ts +4 -4
  332. package/ui/charts/src/highCharts/line/line-chart.component.d.ts +4 -4
  333. package/ui/charts/src/highCharts/pie/pie-chart.component.d.ts +7 -7
  334. package/ui/checkbox/src/check-box.component.d.ts +3 -3
  335. package/ui/checkbox/src/tri-state-checkbox.component.d.ts +2 -2
  336. package/ui/chip/src/chip.component.d.ts +7 -7
  337. package/ui/collapse-reorder-list/src/collapse-reorder-list.component.d.ts +4 -4
  338. package/ui/dxEditor/src/dx-editor.component.d.ts +5 -5
  339. package/ui/dxField/src/dx-field.component.d.ts +5 -5
  340. package/ui/editor/src/aril-editor.component.d.ts +3 -3
  341. package/ui/field/src/field.component.d.ts +9 -9
  342. package/ui/fileUpload/src/file-upload.component.d.ts +14 -14
  343. package/ui/form/src/form-submit-button.component.d.ts +1 -1
  344. package/ui/form/src/form.component.d.ts +1 -1
  345. package/ui/img-viewer/src/img-viewer.component.d.ts +1 -1
  346. package/ui/lib/src/form/form-error-message.directive.d.ts +1 -1
  347. package/ui/lib/src/tooltip/tooltip-on-overflow.directive.d.ts +1 -1
  348. package/ui/mask/src/mask.component.d.ts +6 -6
  349. package/ui/multiSelect/src/multi-select.component.d.ts +13 -13
  350. package/ui/number/src/number.component.d.ts +15 -15
  351. package/ui/overlayPanel/src/overlay-panel.component.d.ts +1 -1
  352. package/ui/panel/src/panel.component.d.ts +6 -6
  353. package/ui/password/src/password.component.d.ts +4 -4
  354. package/ui/pdf-viewer/src/pdf-viewer.component.d.ts +12 -12
  355. package/ui/progressbar/src/progressbar.component.d.ts +3 -3
  356. package/ui/radioButton/src/radio-button.component.d.ts +3 -3
  357. package/ui/selectBox/src/select-box.component.d.ts +10 -10
  358. package/ui/switch/src/switch.component.d.ts +1 -1
  359. package/ui/table/src/export-overlay-panel.component.d.ts +2 -2
  360. package/ui/table/src/table-column.component.d.ts +11 -11
  361. package/ui/table/src/table.component.d.ts +35 -35
  362. package/ui/table-expand/src/table-column.component.d.ts +6 -6
  363. package/ui/table-expand/src/table.component.d.ts +20 -20
  364. package/ui/tag/src/tag.component.d.ts +4 -6
  365. package/ui/tagBox/src/tag-box.component.d.ts +7 -7
  366. package/ui/text/src/text.component.d.ts +5 -5
  367. package/ui/textArea/src/text-area.component.d.ts +5 -5
  368. package/ui/toggle-button/src/toggle-button.component.d.ts +1 -1
  369. package/ui/tooltip/src/tooltip-component.d.ts +8 -8
  370. package/ui/translate-input/src/aril-translate-input.component.d.ts +2 -2
  371. package/ui/tree/src/tree.component.d.ts +8 -8
  372. package/ui/treeSelect/src/treeSelect.component.d.ts +12 -12
  373. package/ui/treeTable/src/tree-table.component.d.ts +5 -5
  374. package/ui/value/src/value.component.d.ts +15 -15
  375. package/ui-business/assetPicker/src/asset-picker.component.d.ts +11 -11
  376. package/ui-business/detailed-overlay-panel/src/detailed-overlay-panel.component.d.ts +3 -6
  377. package/ui-business/enumPicker/src/enum-picker.component.d.ts +24 -24
  378. package/ui-business/image-viewer/src/aril-image-viewer.component.d.ts +8 -8
  379. package/ui-business/multiAssetPicker/src/multi-asset-picker.component.d.ts +15 -15
  380. package/ui-business/multiple-ref-value/src/multiple-ref-value.component.d.ts +2 -5
  381. package/ui-business/ref-value/src/ref-value.component.d.ts +5 -5
  382. package/ui-business/rolePicker/src/role-picker.component.d.ts +7 -7
  383. package/ui-business/trace-drawer/src/trace-drawer.component.d.ts +8 -8
  384. package/ui-business/trace-id/src/trace-id.component.d.ts +6 -6
  385. package/ui-business/userPicker/src/user-picker.component.d.ts +3 -3
  386. package/util/block/src/block.d.ts +4 -4
  387. package/util/lib/src/types.d.ts +16 -0
@@ -3,12 +3,22 @@
3
3
  position="right"
4
4
  [transitionOptions]="'.3s cubic-bezier(0, 0, 0.2, 1)'"
5
5
  styleClass="layout-notifications-sidebar w-full sm:w-30rem"
6
+ (onShow)="onSidebarShow()"
6
7
  *transloco="let t; read: 'notifications'">
7
8
  <ng-template pTemplate="header">
8
9
  <div class="flex align-items-center justify-content-between w-full">
9
- <div class="flex align-items-center">
10
- <i class="pi pi-bell text-primary text-xl"></i>
10
+ <div class="flex align-items-center gap-2">
11
+ <i class="pi pi-bell text-xl"></i>
11
12
  <span class="font-bold text-lg">{{ t('title') }}</span>
13
+ @if (unreadCount > 0) {
14
+ <span class="unread-count-chip">{{ unreadCount }}</span>
15
+ }
16
+ </div>
17
+ <div class="flex align-items-center gap-2 header-actions">
18
+ <span class="only-unread-label">{{ t('onlyUnread') }}</span>
19
+ <aril-switch [ngModel]="onlyUnread()" (ngModelChange)="onOnlyUnreadChange($event)"></aril-switch>
20
+ <i class="pi pi-ellipsis-v header-menu-icon" (click)="toggleMenu($event, headerMenu)"></i>
21
+ <p-menu #headerMenu [popup]="true" [model]="menuItems" appendTo="body"></p-menu>
12
22
  </div>
13
23
  </div>
14
24
  </ng-template>
@@ -16,70 +26,70 @@
16
26
  <div class="notifications-content">
17
27
  @if (notifications().length > 0) {
18
28
  <div class="notifications-list">
19
- <p-scrollPanel [style]="{ width: '100%', height: '100%' }">
20
- <div class="notifications-items">
21
- @for (notification of notifications(); track trackByNotificationId($index, notification)) {
22
- <div
23
- class="notification-item"
24
- [class.unread-item]="!notification.read"
25
- (click)="
26
- (
27
- notification?.detailNotificationType === DetailNotificationTypeEnum.TODO_ITEM ||
28
- notification?.detailNotificationType === DetailNotificationTypeEnum.BATCH_JOB
29
- ) ?
30
- markNotificationAsRead(notification)
31
- : null
32
- ">
33
- <div class="item-content">
34
- <div class="item-header">
35
- <div class="item-title">
36
- @if (notification.type === ActivityTypesEnum.SMS) {
37
- <div class="notification-icon sms-icon">
38
- <fa-icon [icon]="regularIcons.faMessage" />
39
- </div>
40
- } @else {
41
- @if (!notification.read) {
42
- <div class="notification-icon email-icon unread">
43
- <fa-icon [icon]="regularIcons.faEnvelope" />
44
- </div>
45
- } @else {
46
- <div class="notification-icon email-icon read">
47
- <fa-icon [icon]="regularIcons.faEnvelopeOpen" />
48
- </div>
49
- }
50
- }
51
- <p class="title-text ml-2">{{ getNotificationTitle(notification) }}</p>
52
- </div>
53
- <span class="notification-date">{{ formatNotificationDate(notification.sendingDate) }}</span>
54
- @if (!notification.read) {
29
+ <div class="notifications-items">
30
+ @for (notification of notifications(); track notification.id) {
31
+ <div
32
+ class="notification-item"
33
+ [class.unread-item]="!notification.read"
34
+ [class.navigable]="isNavigable(notification)"
35
+ (click)="openNotification(notification)">
36
+ <div class="notification-icon" [ngClass]="getNotificationIconClass(notification)">
37
+ <fa-icon [icon]="getNotificationIcon(notification)" />
38
+ </div>
39
+ <div class="item-body">
40
+ <div class="item-header">
41
+ <p class="item-title">{{ getNotificationTitle(notification) }}</p>
42
+ <span class="item-time">{{ formatNotificationDate(notification.sendingDate) }}</span>
43
+ @if (!notification.read) {
44
+ <span class="item-actions">
55
45
  <fa-icon
56
46
  [icon]="solidIcons.faCircle"
57
47
  class="unread-dot"
58
48
  [pTooltip]="t('markAsRead')"
59
49
  tooltipPosition="left"
60
- (click)="markNotificationAsReadOnDotIcon(notification); $event.stopPropagation()">
50
+ (click)="markNotificationAsRead(notification); $event.stopPropagation()">
61
51
  </fa-icon>
62
- }
63
- </div>
64
- <div class="item-meta"></div>
65
- @if (getNotificationContent(notification)) {
66
- <div class="item-content-preview">
67
- @if (notification.type === ActivityTypesEnum.EMAIL) {
68
- <div [innerHTML]="notification.content | safe: 'html'" class="html-preview line-clamp-3"></div>
69
- } @else {
70
- <p class="text-content">
71
- {{ getNotificationContent(notification) }}
72
- </p>
73
- }
74
- </div>
52
+ <button
53
+ type="button"
54
+ class="mark-read-action"
55
+ [pTooltip]="t('markAsRead')"
56
+ tooltipPosition="left"
57
+ (click)="markNotificationAsRead(notification); $event.stopPropagation()">
58
+ <i class="pi pi-check"></i>
59
+ </button>
60
+ </span>
75
61
  }
76
62
  </div>
63
+ @if (getNotificationContent(notification)) {
64
+ @if (notification.type === ActivityTypesEnum.EMAIL) {
65
+ <div [innerHTML]="notification.content | safe: 'html'" class="item-preview html-preview"></div>
66
+ } @else {
67
+ <p class="item-preview">{{ getNotificationContent(notification) }}</p>
68
+ }
69
+ }
70
+ @if (notification.detailNotificationType === DetailNotificationTypeEnum.TODO_ITEM) {
71
+ <span class="nav-chip">{{ t('goToTaskDetail') }} <i class="pi pi-arrow-right"></i></span>
72
+ } @else if (notification.detailNotificationType === DetailNotificationTypeEnum.BATCH_JOB) {
73
+ <span class="nav-chip">{{ t('goToBulkOperations') }} <i class="pi pi-arrow-right"></i></span>
74
+ }
77
75
  </div>
78
- }
79
- </div>
80
- </p-scrollPanel>
76
+ </div>
77
+ }
78
+ @if (remainingCount() > 0) {
79
+ <div class="show-more">
80
+ <aril-button
81
+ [label]="t('showMore', { count: remainingCount() })"
82
+ color="primary"
83
+ size="sm"
84
+ [outlined]="true"
85
+ [loading]="loading"
86
+ (clickEvent)="showMore()">
87
+ </aril-button>
88
+ </div>
89
+ }
90
+ </div>
81
91
  </div>
82
- } @else {
92
+ } @else if (!loading) {
83
93
  <div class="empty-state">
84
94
  <div class="empty-content">
85
95
  <i class="pi pi-bell empty-icon"></i>
@@ -88,17 +98,5 @@
88
98
  </div>
89
99
  </div>
90
100
  }
91
-
92
- <div class="flex justify-content-center p-2 border-top-1 surface-border">
93
- <aril-button
94
- [label]="t('allShow')"
95
- icon="EXTERNAL_LINK"
96
- color="primary"
97
- size="md"
98
- (clickEvent)="navigateToAllNotifications()">
99
- </aril-button>
100
- </div>
101
101
  </div>
102
-
103
- <p-confirmDialog></p-confirmDialog>
104
102
  </p-sidebar>
@@ -14,6 +14,69 @@
14
14
  font-size: 1.1rem;
15
15
  font-weight: 600;
16
16
  }
17
+
18
+ .p-sidebar-close {
19
+ color: var(--primary-color-text);
20
+
21
+ &:enabled:hover {
22
+ background: rgba(255, 255, 255, 0.15);
23
+ color: var(--primary-color-text);
24
+ }
25
+ }
26
+ }
27
+
28
+ .header-actions {
29
+ .p-inputswitch {
30
+ transform: scale(0.8);
31
+
32
+ .p-inputswitch-slider {
33
+ background: rgba(255, 255, 255, 0.3);
34
+ }
35
+
36
+ &.p-inputswitch-checked .p-inputswitch-slider {
37
+ background: var(--green-500);
38
+ }
39
+
40
+ &.p-inputswitch-checked:not(.p-disabled):hover .p-inputswitch-slider {
41
+ background: var(--green-600);
42
+ }
43
+ }
44
+
45
+ .only-unread-label {
46
+ font-size: 0.78rem;
47
+ font-weight: 500;
48
+ }
49
+ }
50
+ }
51
+
52
+ .item-preview.html-preview {
53
+ * {
54
+ font-family: inherit !important;
55
+ font-size: inherit !important;
56
+ font-weight: inherit !important;
57
+ font-style: inherit !important;
58
+ color: inherit !important;
59
+ line-height: inherit !important;
60
+ letter-spacing: inherit !important;
61
+ text-align: left !important;
62
+ margin: 0 !important;
63
+ padding: 0 !important;
64
+ border: none !important;
65
+ background: transparent !important;
66
+ display: inline !important;
67
+ }
68
+
69
+ p::after,
70
+ div::after,
71
+ li::after {
72
+ content: ' ';
73
+ }
74
+
75
+ img,
76
+ table,
77
+ hr,
78
+ br {
79
+ display: none !important;
17
80
  }
18
81
  }
19
82
  }
@@ -22,167 +85,230 @@
22
85
  display: flex;
23
86
  flex-direction: column;
24
87
  height: 100%;
25
- background: var(--surface-0);
88
+ background: var(--surface-ground);
26
89
  }
27
90
 
28
- .add-section {
29
- display: flex;
30
- align-items: center;
31
- gap: 0.5rem;
32
- padding: 1rem;
33
- border-bottom: 1px solid var(--surface-border);
34
- background: var(--surface-0);
91
+ .unread-count-chip {
92
+ background: rgba(255, 255, 255, 0.25);
93
+ border-radius: 999px;
94
+ font-size: 0.72rem !important;
95
+ font-weight: 600 !important;
96
+ padding: 0.1rem 0.55rem;
97
+ }
98
+
99
+ .header-menu-icon {
100
+ cursor: pointer;
101
+ font-size: 1.1rem;
102
+ padding: 0.25rem;
103
+ color: var(--primary-color-text);
104
+ border-radius: 6px;
105
+ transition: background-color 0.15s ease;
106
+
107
+ &:hover {
108
+ background: rgba(255, 255, 255, 0.15);
109
+ }
35
110
  }
36
111
 
37
112
  .notifications-list {
38
113
  flex: 1;
39
- overflow: hidden;
114
+ overflow-y: auto;
40
115
  }
41
116
 
42
117
  .notifications-items {
43
- padding: 0;
118
+ display: flex;
119
+ flex-direction: column;
120
+ gap: 0.625rem;
121
+ padding: 0.75rem;
44
122
  }
45
123
 
46
124
  .notification-item {
47
- background: transparent;
48
- border-bottom: 1px solid var(--surface-border);
49
- cursor: pointer;
50
- transition: background-color 0.2s ease;
51
- position: relative;
125
+ display: flex;
126
+ gap: 0.75rem;
127
+ padding: 0.875rem 1rem 0.875rem calc(1rem + 4px);
128
+ background: var(--surface-card);
129
+ border: 1px solid var(--surface-border);
130
+ border-radius: 8px;
131
+ transition:
132
+ background-color 0.2s ease,
133
+ border-color 0.2s ease;
52
134
 
53
135
  &:hover {
54
136
  background: var(--surface-hover);
137
+
138
+ .unread-dot {
139
+ display: none;
140
+ }
141
+
142
+ .mark-read-action {
143
+ display: flex;
144
+ }
55
145
  }
56
146
 
57
- &:last-child {
58
- border-bottom: none;
147
+ &.navigable {
148
+ cursor: pointer;
59
149
  }
60
150
 
61
151
  &.unread-item {
62
- background: var(--surface-50);
152
+ border-left-width: 5px;
153
+ border-left-color: var(--primary-color);
154
+ padding-left: 1rem;
63
155
 
64
- &:hover {
65
- background: var(--surface-100);
156
+ .item-title {
157
+ font-weight: 600;
158
+ color: var(--text-color);
66
159
  }
160
+ }
161
+ }
67
162
 
68
- .title-text {
69
- font-weight: 500;
70
- // color: var(--primary-color);
71
- }
163
+ .notification-icon {
164
+ width: 2.25rem;
165
+ height: 2.25rem;
166
+ border-radius: 50%;
167
+ display: flex;
168
+ align-items: center;
169
+ justify-content: center;
170
+ flex-shrink: 0;
171
+
172
+ fa-icon {
173
+ font-size: 0.9rem;
174
+ }
175
+
176
+ &.todo {
177
+ background: var(--purple-100);
178
+ color: var(--purple-600);
179
+ }
180
+
181
+ &.batch {
182
+ background: var(--orange-100);
183
+ color: var(--orange-600);
184
+ }
185
+
186
+ &.sms {
187
+ background: var(--green-100);
188
+ color: var(--green-600);
189
+ }
190
+
191
+ &.email-unread {
192
+ background: var(--blue-100);
193
+ color: var(--blue-600);
194
+ }
195
+
196
+ &.email-read {
197
+ background: var(--surface-200);
198
+ color: var(--text-color-secondary);
72
199
  }
73
200
  }
74
201
 
75
- .item-content {
76
- padding: 1.125rem 1rem;
202
+ .item-body {
203
+ flex: 1;
204
+ min-width: 0;
77
205
  }
78
206
 
79
207
  .item-header {
80
208
  display: flex;
81
209
  align-items: center;
82
- justify-content: space-between;
83
- margin-bottom: 0.625rem;
84
- gap: 1rem;
210
+ gap: 0.5rem;
211
+ margin-bottom: 0.3rem;
212
+ min-height: 1.5rem;
85
213
  }
86
214
 
87
215
  .item-title {
88
- display: flex;
89
- align-items: center;
90
216
  flex: 1;
91
217
  min-width: 0;
92
- gap: 0.4em;
93
-
94
- .notification-icon {
95
- width: 1.75rem;
96
- height: 1.75rem;
97
- border-radius: 50%;
98
- display: flex;
99
- align-items: center;
100
- justify-content: center;
101
- // margin-top: 0.125rem;
102
- flex-shrink: 0;
103
- transition: all 0.2s ease;
104
-
105
- fa-icon {
106
- font-size: 0.875rem;
107
- transition: all 0.2s ease;
108
- }
218
+ margin: 0;
219
+ font-size: 0.875rem;
220
+ font-weight: 500;
221
+ color: var(--text-color-secondary);
222
+ line-height: 1.4;
223
+ white-space: nowrap;
224
+ text-overflow: ellipsis;
225
+ overflow: hidden;
226
+ }
109
227
 
110
- &.email-icon {
111
- &.unread {
112
- background-color: #3b82f6;
113
- color: white;
114
- box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
228
+ .item-time {
229
+ font-size: 0.72rem;
230
+ color: var(--text-color-secondary);
231
+ white-space: nowrap;
232
+ }
115
233
 
116
- fa-icon {
117
- color: white;
118
- }
119
- }
234
+ .item-actions {
235
+ display: inline-flex;
236
+ align-items: center;
237
+ justify-content: center;
238
+ width: 1.5rem;
239
+ flex-shrink: 0;
240
+ }
120
241
 
121
- &.read {
122
- background: var(--surface-200);
123
- color: var(--text-color-secondary);
242
+ .unread-dot {
243
+ color: var(--primary-color);
244
+ font-size: 0.5rem;
245
+ cursor: pointer;
246
+ opacity: 0.85;
124
247
 
125
- fa-icon {
126
- color: var(--text-color-secondary);
127
- }
128
- }
129
- }
248
+ &:hover {
249
+ opacity: 1;
250
+ }
251
+ }
130
252
 
131
- &.sms-icon {
132
- background: linear-gradient(135deg, var(--green-500), var(--green-600));
133
- color: white;
134
- box-shadow: 0 2px 8px rgba(34, 197, 94, 0.25);
253
+ .mark-read-action {
254
+ display: none;
255
+ width: 1.5rem;
256
+ height: 1.5rem;
257
+ border-radius: 6px;
258
+ border: 1px solid var(--surface-border);
259
+ background: var(--surface-card);
260
+ color: var(--text-color-secondary);
261
+ align-items: center;
262
+ justify-content: center;
263
+ cursor: pointer;
264
+ padding: 0;
135
265
 
136
- fa-icon {
137
- color: white;
138
- }
139
- }
266
+ &:hover {
267
+ color: var(--primary-color);
268
+ border-color: var(--primary-color);
140
269
  }
141
270
 
142
- .title-text {
143
- font-weight: 500;
144
- line-height: 1.5;
145
- font-size: 0.975rem;
146
- margin: 0;
271
+ i {
272
+ font-size: 0.7rem;
147
273
  }
148
274
  }
149
275
 
150
- .notification-date {
276
+ .item-preview {
277
+ margin: 0;
151
278
  font-size: 0.8rem;
152
279
  color: var(--text-color-secondary);
153
- font-weight: 500;
154
- white-space: nowrap;
155
- background: var(--surface-100);
156
- padding: 0.2rem 0.4rem;
157
- border-radius: 0.25rem;
280
+ line-height: 1.5;
281
+ display: -webkit-box;
282
+ -webkit-box-orient: vertical;
283
+ -webkit-line-clamp: 2;
284
+ line-clamp: 2;
285
+ overflow: hidden;
286
+ word-break: break-word;
287
+ white-space: normal;
158
288
  }
159
289
 
160
- .item-content-preview {
161
- margin-top: 0.625rem;
162
- color: var(--text-color-secondary);
163
- padding-left: 1.5rem;
164
- border-left: 2px solid var(--surface-200);
165
-
166
- .text-content {
167
- font-size: 0.875rem;
168
- line-height: 1.5;
169
- margin: 0;
170
- font-style: italic;
290
+ .nav-chip {
291
+ display: inline-flex;
292
+ align-items: center;
293
+ gap: 0.3rem;
294
+ margin-top: 0.4rem;
295
+ font-size: 0.75rem;
296
+ font-weight: 600;
297
+ color: var(--primary-color);
298
+
299
+ i {
300
+ font-size: 0.65rem;
171
301
  }
302
+ }
172
303
 
173
- .html-preview {
174
- font-size: 0.875rem;
175
- line-height: 1.5;
176
- max-height: 75px;
177
- display: -webkit-box;
178
- -webkit-box-orient: vertical;
179
- -webkit-line-clamp: 3;
180
- line-clamp: 3;
181
- overflow: hidden;
182
- word-break: break-word;
183
- white-space: normal;
184
- font-style: italic;
185
- }
304
+ .notification-item.navigable:hover .nav-chip {
305
+ text-decoration: underline;
306
+ }
307
+
308
+ .show-more {
309
+ display: flex;
310
+ justify-content: center;
311
+ padding: 0.25rem 0 0.5rem;
186
312
  }
187
313
 
188
314
  .empty-state {
@@ -216,18 +342,6 @@
216
342
  }
217
343
  }
218
344
 
219
- .unread-dot {
220
- color: #3b82f6;
221
- font-size: 0.625rem;
222
- cursor: pointer;
223
- transition: opacity 0.2s ease;
224
- opacity: 0.8;
225
-
226
- &:hover {
227
- opacity: 1;
228
- }
229
- }
230
-
231
345
  @media (max-width: 768px) {
232
346
  .layout-notifications-sidebar {
233
347
  ::ng-deep .p-sidebar {