aril 1.2.35 → 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 (389) 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 +6 -5
  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/index.mjs +3 -1
  69. package/esm2022/ui/lib/src/form/form-error-message.component.mjs +4 -4
  70. package/esm2022/ui/lib/src/form/form-error-message.directive.mjs +4 -4
  71. package/esm2022/ui/lib/src/grid/enum-color-picker.pipe.mjs +4 -4
  72. package/esm2022/ui/lib/src/grid/flex-grid.directive.mjs +4 -4
  73. package/esm2022/ui/lib/src/input/common-input-validators.service.mjs +4 -4
  74. package/esm2022/ui/lib/src/input/dx-input-error-message.pipe.mjs +4 -4
  75. package/esm2022/ui/lib/src/input/input-disabled.directive.mjs +4 -4
  76. package/esm2022/ui/lib/src/input/input-error-message.pipe.mjs +4 -4
  77. package/esm2022/ui/lib/src/input/value-accessor.directive.mjs +4 -4
  78. package/esm2022/ui/lib/src/tooltip/tooltip-on-overflow.directive.mjs +43 -0
  79. package/esm2022/ui/loader/src/loader.component.mjs +4 -4
  80. package/esm2022/ui/mask/src/mask.component.mjs +4 -4
  81. package/esm2022/ui/multiSelect/src/multi-select.component.mjs +4 -4
  82. package/esm2022/ui/number/src/number.component.mjs +4 -4
  83. package/esm2022/ui/operation-types-dialog/src/operation-types-dialog.component.mjs +4 -4
  84. package/esm2022/ui/overlayPanel/src/overlay-panel.component.mjs +4 -4
  85. package/esm2022/ui/panel/src/panel.component.mjs +4 -4
  86. package/esm2022/ui/password/src/password.component.mjs +4 -4
  87. package/esm2022/ui/pdf-viewer/src/pdf-viewer.component.mjs +4 -4
  88. package/esm2022/ui/progressbar/src/progressbar.component.mjs +4 -4
  89. package/esm2022/ui/radioButton/src/radio-button.component.mjs +4 -4
  90. package/esm2022/ui/relativeDateSelector/src/relative-date-selector.component.mjs +4 -4
  91. package/esm2022/ui/selectBox/src/select-box.component.mjs +4 -4
  92. package/esm2022/ui/switch/src/switch.component.mjs +4 -4
  93. package/esm2022/ui/table/index.mjs +5 -5
  94. package/esm2022/ui/table/src/export-overlay-panel.component.mjs +4 -4
  95. package/esm2022/ui/table/src/table-column.component.mjs +4 -4
  96. package/esm2022/ui/table/src/table.component.mjs +4 -4
  97. package/esm2022/ui/table-expand/index.mjs +5 -5
  98. package/esm2022/ui/table-expand/src/table-column.component.mjs +4 -4
  99. package/esm2022/ui/table-expand/src/table-expand-area.component.mjs +4 -4
  100. package/esm2022/ui/table-expand/src/table.component.mjs +4 -4
  101. package/esm2022/ui/tag/src/tag.component.mjs +4 -4
  102. package/esm2022/ui/tagBox/src/tag-box.component.mjs +4 -4
  103. package/esm2022/ui/text/src/text.component.mjs +4 -4
  104. package/esm2022/ui/textArea/src/text-area.component.mjs +4 -4
  105. package/esm2022/ui/toggle-button/src/toggle-button.component.mjs +4 -4
  106. package/esm2022/ui/tooltip/src/tooltip-component.mjs +4 -4
  107. package/esm2022/ui/translate-input/src/aril-lang-modal/aril-lang-modal.component.mjs +4 -4
  108. package/esm2022/ui/translate-input/src/aril-translate-input.component.mjs +4 -4
  109. package/esm2022/ui/tree/src/tree.component.mjs +4 -4
  110. package/esm2022/ui/treeSelect/src/treeSelect.component.mjs +4 -4
  111. package/esm2022/ui/treeTable/src/tree-table.component.mjs +4 -4
  112. package/esm2022/ui/value/src/value.component.mjs +7 -6
  113. package/esm2022/ui-business/assetPicker/src/asset-picker.component.mjs +4 -4
  114. package/esm2022/ui-business/detailed-overlay-panel/src/detailed-overlay-panel.component.mjs +4 -4
  115. package/esm2022/ui-business/enumPicker/src/enum-picker.component.mjs +4 -4
  116. package/esm2022/ui-business/image-viewer/src/aril-image-viewer.component.mjs +4 -4
  117. package/esm2022/ui-business/multiAssetPicker/src/multi-asset-picker.component.mjs +4 -4
  118. package/esm2022/ui-business/multiple-ref-value/src/multiple-ref-value.component.mjs +4 -4
  119. package/esm2022/ui-business/notification-templates-dialog/src/notification-templates-dialog.component.mjs +4 -4
  120. package/esm2022/ui-business/pdf-preview-modal/src/pdf-preview-modal.component.mjs +4 -4
  121. package/esm2022/ui-business/ref-value/src/ref-value.component.mjs +4 -4
  122. package/esm2022/ui-business/rolePicker/src/role-picker.component.mjs +4 -4
  123. package/esm2022/ui-business/trace-drawer/src/app-log.service.mjs +4 -4
  124. package/esm2022/ui-business/trace-drawer/src/trace-drawer.component.mjs +4 -4
  125. package/esm2022/ui-business/trace-drawer/src/trace-log.service.mjs +4 -4
  126. package/esm2022/ui-business/trace-id/src/trace-id.component.mjs +4 -4
  127. package/esm2022/ui-business/userPicker/src/user-picker.component.mjs +4 -4
  128. package/esm2022/util/activity/src/activity.service.mjs +4 -4
  129. package/esm2022/util/block/src/block.mjs +7 -7
  130. package/esm2022/util/directives/src/detail-page-customization/detail-page-customization.directive.mjs +4 -4
  131. package/esm2022/util/directives/src/dialog-component/plugin-dialog.component.mjs +4 -4
  132. package/esm2022/util/directives/src/dialog-service/plugin-dialog.service.mjs +4 -4
  133. package/esm2022/util/lib/src/module-router.mjs +4 -4
  134. package/esm2022/util/pipes/src/distance-to-now.pipe.mjs +4 -4
  135. package/esm2022/util/pipes/src/get-column-by-field.pipe.mjs +4 -4
  136. package/esm2022/util/pipes/src/parse.pipe.mjs +4 -4
  137. package/esm2022/util/pipes/src/round-number.pipe.mjs +4 -4
  138. package/esm2022/util/pipes/src/safe.pipe.mjs +4 -4
  139. package/esm2022/util/pipes/src/translate-json/translate-json.pipe.mjs +4 -4
  140. package/esm2022/util/pub-sub/src/pub-sub.service.mjs +4 -4
  141. package/esm2022/util/sync-active-tab-route/src/sync-active-tab-route.directive.mjs +4 -4
  142. package/esm2022/util/unwrap/src/unwrap-tag.directive.mjs +4 -4
  143. package/fesm2022/{aril-app.component-W3wwVSp1.mjs → aril-app.component-CwZZhJcO.mjs} +4 -4
  144. package/fesm2022/{aril-app.component-W3wwVSp1.mjs.map → aril-app.component-CwZZhJcO.mjs.map} +1 -1
  145. package/fesm2022/aril-boot-base.mjs +1 -1
  146. package/fesm2022/aril-boot-base.mjs.map +1 -1
  147. package/fesm2022/aril-boot-bridge.mjs.map +1 -1
  148. package/fesm2022/aril-boot-config-api.mjs +1 -1
  149. package/fesm2022/aril-boot-config-api.mjs.map +1 -1
  150. package/fesm2022/aril-boot-config-apps.mjs +10 -10
  151. package/fesm2022/aril-boot-config-apps.mjs.map +1 -1
  152. package/fesm2022/aril-boot-config-plugins.mjs +1 -1
  153. package/fesm2022/aril-boot-config-plugins.mjs.map +1 -1
  154. package/fesm2022/aril-boot-config-translate.mjs.map +1 -1
  155. package/fesm2022/aril-boot-host.mjs +4 -4
  156. package/fesm2022/aril-boot-host.mjs.map +1 -1
  157. package/fesm2022/{aril-boot-mfe-app.component-D1w8I2ug.mjs → aril-boot-mfe-app.component-DwYgUUdL.mjs} +5 -5
  158. package/fesm2022/{aril-boot-mfe-app.component-D1w8I2ug.mjs.map → aril-boot-mfe-app.component-DwYgUUdL.mjs.map} +1 -1
  159. package/fesm2022/{aril-boot-mfe-aril-boot-mfe-JHrhKvhU.mjs → aril-boot-mfe-aril-boot-mfe-hJkkFa_a.mjs} +4 -4
  160. package/fesm2022/{aril-boot-mfe-aril-boot-mfe-JHrhKvhU.mjs.map → aril-boot-mfe-aril-boot-mfe-hJkkFa_a.mjs.map} +1 -1
  161. package/fesm2022/aril-boot-mfe.mjs +1 -1
  162. package/fesm2022/aril-boot-pages.mjs +6 -6
  163. package/fesm2022/aril-boot-pages.mjs.map +1 -1
  164. package/fesm2022/aril-http.mjs +3 -3
  165. package/fesm2022/aril-http.mjs.map +1 -1
  166. package/fesm2022/aril-i18n.mjs +7 -7
  167. package/fesm2022/aril-i18n.mjs.map +1 -1
  168. package/fesm2022/aril-keycloak.mjs.map +1 -1
  169. package/fesm2022/aril-provider.mjs +1 -1
  170. package/fesm2022/aril-provider.mjs.map +1 -1
  171. package/fesm2022/aril-theme-layout.mjs +219 -113
  172. package/fesm2022/aril-theme-layout.mjs.map +1 -1
  173. package/fesm2022/aril-ui-autoComplete.mjs +6 -6
  174. package/fesm2022/aril-ui-autoComplete.mjs.map +1 -1
  175. package/fesm2022/aril-ui-badge.mjs +6 -5
  176. package/fesm2022/aril-ui-badge.mjs.map +1 -1
  177. package/fesm2022/aril-ui-business-assetPicker.mjs +5 -5
  178. package/fesm2022/aril-ui-business-assetPicker.mjs.map +1 -1
  179. package/fesm2022/aril-ui-business-detailed-overlay-panel.mjs +5 -5
  180. package/fesm2022/aril-ui-business-detailed-overlay-panel.mjs.map +1 -1
  181. package/fesm2022/aril-ui-business-enumPicker.mjs +5 -5
  182. package/fesm2022/aril-ui-business-enumPicker.mjs.map +1 -1
  183. package/fesm2022/aril-ui-business-image-viewer.mjs +3 -3
  184. package/fesm2022/aril-ui-business-image-viewer.mjs.map +1 -1
  185. package/fesm2022/aril-ui-business-multiAssetPicker.mjs +4 -4
  186. package/fesm2022/aril-ui-business-multiAssetPicker.mjs.map +1 -1
  187. package/fesm2022/aril-ui-business-multiple-ref-value.mjs +4 -4
  188. package/fesm2022/aril-ui-business-multiple-ref-value.mjs.map +1 -1
  189. package/fesm2022/aril-ui-business-notification-templates-dialog.mjs +3 -3
  190. package/fesm2022/aril-ui-business-notification-templates-dialog.mjs.map +1 -1
  191. package/fesm2022/aril-ui-business-pdf-preview-modal.mjs +3 -3
  192. package/fesm2022/aril-ui-business-pdf-preview-modal.mjs.map +1 -1
  193. package/fesm2022/aril-ui-business-ref-value.mjs +4 -4
  194. package/fesm2022/aril-ui-business-ref-value.mjs.map +1 -1
  195. package/fesm2022/aril-ui-business-rolePicker.mjs +4 -4
  196. package/fesm2022/aril-ui-business-rolePicker.mjs.map +1 -1
  197. package/fesm2022/aril-ui-business-trace-drawer.mjs +10 -10
  198. package/fesm2022/aril-ui-business-trace-drawer.mjs.map +1 -1
  199. package/fesm2022/aril-ui-business-trace-id.mjs +4 -4
  200. package/fesm2022/aril-ui-business-trace-id.mjs.map +1 -1
  201. package/fesm2022/aril-ui-business-userPicker.mjs +3 -3
  202. package/fesm2022/aril-ui-business-userPicker.mjs.map +1 -1
  203. package/fesm2022/aril-ui-button.mjs +7 -7
  204. package/fesm2022/aril-ui-button.mjs.map +1 -1
  205. package/fesm2022/aril-ui-calendar.mjs +3 -3
  206. package/fesm2022/aril-ui-calendar.mjs.map +1 -1
  207. package/fesm2022/aril-ui-charts.mjs +37 -37
  208. package/fesm2022/aril-ui-charts.mjs.map +1 -1
  209. package/fesm2022/aril-ui-checkbox.mjs +6 -6
  210. package/fesm2022/aril-ui-checkbox.mjs.map +1 -1
  211. package/fesm2022/aril-ui-chip.mjs +4 -4
  212. package/fesm2022/aril-ui-chip.mjs.map +1 -1
  213. package/fesm2022/aril-ui-collapse-reorder-list.mjs +4 -4
  214. package/fesm2022/aril-ui-collapse-reorder-list.mjs.map +1 -1
  215. package/fesm2022/aril-ui-dxEditor.mjs +4 -4
  216. package/fesm2022/aril-ui-dxEditor.mjs.map +1 -1
  217. package/fesm2022/aril-ui-dxField.mjs +4 -4
  218. package/fesm2022/aril-ui-dxField.mjs.map +1 -1
  219. package/fesm2022/aril-ui-editor.mjs +4 -4
  220. package/fesm2022/aril-ui-editor.mjs.map +1 -1
  221. package/fesm2022/aril-ui-field.mjs +4 -4
  222. package/fesm2022/aril-ui-field.mjs.map +1 -1
  223. package/fesm2022/aril-ui-fileUpload.mjs +4 -4
  224. package/fesm2022/aril-ui-fileUpload.mjs.map +1 -1
  225. package/fesm2022/aril-ui-form.mjs +11 -11
  226. package/fesm2022/aril-ui-form.mjs.map +1 -1
  227. package/fesm2022/aril-ui-img-viewer.mjs +3 -3
  228. package/fesm2022/aril-ui-img-viewer.mjs.map +1 -1
  229. package/fesm2022/aril-ui-json-diff-comparison.mjs +4 -4
  230. package/fesm2022/aril-ui-json-diff-comparison.mjs.map +1 -1
  231. package/fesm2022/aril-ui-lib.mjs +70 -29
  232. package/fesm2022/aril-ui-lib.mjs.map +1 -1
  233. package/fesm2022/aril-ui-loader.mjs +3 -3
  234. package/fesm2022/aril-ui-loader.mjs.map +1 -1
  235. package/fesm2022/aril-ui-mask.mjs +3 -3
  236. package/fesm2022/aril-ui-mask.mjs.map +1 -1
  237. package/fesm2022/aril-ui-multiSelect.mjs +3 -3
  238. package/fesm2022/aril-ui-multiSelect.mjs.map +1 -1
  239. package/fesm2022/aril-ui-number.mjs +3 -3
  240. package/fesm2022/aril-ui-number.mjs.map +1 -1
  241. package/fesm2022/aril-ui-operation-types-dialog.mjs +3 -3
  242. package/fesm2022/aril-ui-operation-types-dialog.mjs.map +1 -1
  243. package/fesm2022/aril-ui-overlayPanel.mjs +4 -4
  244. package/fesm2022/aril-ui-overlayPanel.mjs.map +1 -1
  245. package/fesm2022/aril-ui-panel.mjs +4 -4
  246. package/fesm2022/aril-ui-panel.mjs.map +1 -1
  247. package/fesm2022/aril-ui-password.mjs +3 -3
  248. package/fesm2022/aril-ui-password.mjs.map +1 -1
  249. package/fesm2022/aril-ui-pdf-viewer.mjs +3 -3
  250. package/fesm2022/aril-ui-pdf-viewer.mjs.map +1 -1
  251. package/fesm2022/aril-ui-progressbar.mjs +3 -3
  252. package/fesm2022/aril-ui-progressbar.mjs.map +1 -1
  253. package/fesm2022/aril-ui-radioButton.mjs +3 -3
  254. package/fesm2022/aril-ui-radioButton.mjs.map +1 -1
  255. package/fesm2022/aril-ui-relativeDateSelector.mjs +4 -4
  256. package/fesm2022/aril-ui-relativeDateSelector.mjs.map +1 -1
  257. package/fesm2022/aril-ui-selectBox.mjs +5 -5
  258. package/fesm2022/aril-ui-selectBox.mjs.map +1 -1
  259. package/fesm2022/aril-ui-switch.mjs +3 -3
  260. package/fesm2022/aril-ui-switch.mjs.map +1 -1
  261. package/fesm2022/aril-ui-table-expand.mjs +14 -14
  262. package/fesm2022/aril-ui-table-expand.mjs.map +1 -1
  263. package/fesm2022/aril-ui-table.mjs +15 -15
  264. package/fesm2022/aril-ui-table.mjs.map +1 -1
  265. package/fesm2022/aril-ui-tag.mjs +3 -3
  266. package/fesm2022/aril-ui-tag.mjs.map +1 -1
  267. package/fesm2022/aril-ui-tagBox.mjs +5 -5
  268. package/fesm2022/aril-ui-tagBox.mjs.map +1 -1
  269. package/fesm2022/aril-ui-text.mjs +3 -3
  270. package/fesm2022/aril-ui-text.mjs.map +1 -1
  271. package/fesm2022/aril-ui-textArea.mjs +3 -3
  272. package/fesm2022/aril-ui-textArea.mjs.map +1 -1
  273. package/fesm2022/aril-ui-toggle-button.mjs +4 -4
  274. package/fesm2022/aril-ui-toggle-button.mjs.map +1 -1
  275. package/fesm2022/aril-ui-tooltip.mjs +3 -3
  276. package/fesm2022/aril-ui-tooltip.mjs.map +1 -1
  277. package/fesm2022/aril-ui-translate-input.mjs +6 -6
  278. package/fesm2022/aril-ui-translate-input.mjs.map +1 -1
  279. package/fesm2022/aril-ui-tree.mjs +4 -4
  280. package/fesm2022/aril-ui-tree.mjs.map +1 -1
  281. package/fesm2022/aril-ui-treeSelect.mjs +4 -4
  282. package/fesm2022/aril-ui-treeSelect.mjs.map +1 -1
  283. package/fesm2022/aril-ui-treeTable.mjs +4 -4
  284. package/fesm2022/aril-ui-treeTable.mjs.map +1 -1
  285. package/fesm2022/aril-ui-value.mjs +8 -7
  286. package/fesm2022/aril-ui-value.mjs.map +1 -1
  287. package/fesm2022/aril-util-activity.mjs +3 -3
  288. package/fesm2022/aril-util-activity.mjs.map +1 -1
  289. package/fesm2022/aril-util-block.mjs +6 -6
  290. package/fesm2022/aril-util-block.mjs.map +1 -1
  291. package/fesm2022/aril-util-directives.mjs +10 -10
  292. package/fesm2022/aril-util-directives.mjs.map +1 -1
  293. package/fesm2022/aril-util-lib.mjs +3 -3
  294. package/fesm2022/aril-util-lib.mjs.map +1 -1
  295. package/fesm2022/aril-util-pipes.mjs +18 -18
  296. package/fesm2022/aril-util-pipes.mjs.map +1 -1
  297. package/fesm2022/aril-util-primitive-extensions.mjs.map +1 -1
  298. package/fesm2022/aril-util-pub-sub.mjs +3 -3
  299. package/fesm2022/aril-util-pub-sub.mjs.map +1 -1
  300. package/fesm2022/aril-util-sync-active-tab-route.mjs +4 -4
  301. package/fesm2022/aril-util-sync-active-tab-route.mjs.map +1 -1
  302. package/fesm2022/aril-util-unwrap.mjs +3 -3
  303. package/fesm2022/aril-util-unwrap.mjs.map +1 -1
  304. package/fesm2022/aril.mjs +6 -6
  305. package/fesm2022/aril.mjs.map +1 -1
  306. package/package.json +125 -125
  307. package/theme/layout/app/favorite-pages/favorite-pages-sidebar.component.d.ts +16 -0
  308. package/theme/layout/app/history/history-sidebar.component.d.ts +16 -0
  309. package/theme/layout/app/notifications/notifications-sidebar.component.d.ts +2304 -2267
  310. package/theme/layout/app/notifications/notifications-sidebar.component.html +66 -68
  311. package/theme/layout/app/notifications/notifications-sidebar.component.scss +234 -120
  312. package/theme/layout/app/notifications/notifications-sidebar.component.ts +182 -56
  313. package/theme/layout/app/site-map/site-map-sidebar.component.d.ts +16 -0
  314. package/theme/layout/service/interfaces/interfaces.d.ts +5 -1
  315. package/theme/layout/service/interfaces/interfaces.ts +6 -1
  316. package/theme/layout/service/notifications.service.d.ts +1 -0
  317. package/theme/layout/service/notifications.service.ts +5 -0
  318. package/ui/autoComplete/src/auto-complete.component.d.ts +8 -8
  319. package/ui/badge/src/badge.component.d.ts +9 -9
  320. package/ui/button/src/button.component.d.ts +12 -12
  321. package/ui/button/src/split-button.component.d.ts +1 -1
  322. package/ui/calendar/src/calendar.component.d.ts +22 -22
  323. package/ui/charts/src/amCharts/column/column-chart.component.d.ts +4 -4
  324. package/ui/charts/src/amCharts/line/line-chart.component.d.ts +5 -5
  325. package/ui/charts/src/amCharts/pie/pie-chart.component.d.ts +4 -4
  326. package/ui/charts/src/highCharts/area/area-chart.component.d.ts +3 -3
  327. package/ui/charts/src/highCharts/bar/bar-chart.component.d.ts +7 -7
  328. package/ui/charts/src/highCharts/column/column-chart.component.d.ts +9 -9
  329. package/ui/charts/src/highCharts/gauge/solid-gauge.component.d.ts +3 -3
  330. package/ui/charts/src/highCharts/heatmap/heatMap-chart.component.d.ts +4 -4
  331. package/ui/charts/src/highCharts/line/line-chart-datetime-axis.component.d.ts +5 -5
  332. package/ui/charts/src/highCharts/line/line-chart-series.component.d.ts +4 -4
  333. package/ui/charts/src/highCharts/line/line-chart.component.d.ts +4 -4
  334. package/ui/charts/src/highCharts/pie/pie-chart.component.d.ts +7 -7
  335. package/ui/checkbox/src/check-box.component.d.ts +3 -3
  336. package/ui/checkbox/src/tri-state-checkbox.component.d.ts +2 -2
  337. package/ui/chip/src/chip.component.d.ts +7 -7
  338. package/ui/collapse-reorder-list/src/collapse-reorder-list.component.d.ts +4 -4
  339. package/ui/dxEditor/src/dx-editor.component.d.ts +5 -5
  340. package/ui/dxField/src/dx-field.component.d.ts +5 -5
  341. package/ui/editor/src/aril-editor.component.d.ts +3 -3
  342. package/ui/field/src/field.component.d.ts +9 -9
  343. package/ui/fileUpload/src/file-upload.component.d.ts +14 -14
  344. package/ui/form/src/form-submit-button.component.d.ts +1 -1
  345. package/ui/form/src/form.component.d.ts +1 -1
  346. package/ui/img-viewer/src/img-viewer.component.d.ts +1 -1
  347. package/ui/lib/index.d.ts +1 -0
  348. package/ui/lib/src/form/form-error-message.directive.d.ts +1 -1
  349. package/ui/lib/src/tooltip/tooltip-on-overflow.directive.d.ts +18 -0
  350. package/ui/mask/src/mask.component.d.ts +6 -6
  351. package/ui/multiSelect/src/multi-select.component.d.ts +13 -13
  352. package/ui/number/src/number.component.d.ts +15 -15
  353. package/ui/overlayPanel/src/overlay-panel.component.d.ts +1 -1
  354. package/ui/panel/src/panel.component.d.ts +6 -6
  355. package/ui/password/src/password.component.d.ts +4 -4
  356. package/ui/pdf-viewer/src/pdf-viewer.component.d.ts +12 -12
  357. package/ui/progressbar/src/progressbar.component.d.ts +3 -3
  358. package/ui/radioButton/src/radio-button.component.d.ts +3 -3
  359. package/ui/selectBox/src/select-box.component.d.ts +10 -10
  360. package/ui/switch/src/switch.component.d.ts +1 -1
  361. package/ui/table/src/export-overlay-panel.component.d.ts +2 -2
  362. package/ui/table/src/table-column.component.d.ts +11 -11
  363. package/ui/table/src/table.component.d.ts +35 -35
  364. package/ui/table-expand/src/table-column.component.d.ts +6 -6
  365. package/ui/table-expand/src/table.component.d.ts +20 -20
  366. package/ui/tag/src/tag.component.d.ts +4 -6
  367. package/ui/tagBox/src/tag-box.component.d.ts +7 -7
  368. package/ui/text/src/text.component.d.ts +5 -5
  369. package/ui/textArea/src/text-area.component.d.ts +5 -5
  370. package/ui/toggle-button/src/toggle-button.component.d.ts +1 -1
  371. package/ui/tooltip/src/tooltip-component.d.ts +8 -8
  372. package/ui/translate-input/src/aril-translate-input.component.d.ts +2 -2
  373. package/ui/tree/src/tree.component.d.ts +8 -8
  374. package/ui/treeSelect/src/treeSelect.component.d.ts +12 -12
  375. package/ui/treeTable/src/tree-table.component.d.ts +5 -5
  376. package/ui/value/src/value.component.d.ts +15 -15
  377. package/ui-business/assetPicker/src/asset-picker.component.d.ts +11 -11
  378. package/ui-business/detailed-overlay-panel/src/detailed-overlay-panel.component.d.ts +3 -6
  379. package/ui-business/enumPicker/src/enum-picker.component.d.ts +24 -24
  380. package/ui-business/image-viewer/src/aril-image-viewer.component.d.ts +8 -8
  381. package/ui-business/multiAssetPicker/src/multi-asset-picker.component.d.ts +15 -15
  382. package/ui-business/multiple-ref-value/src/multiple-ref-value.component.d.ts +2 -5
  383. package/ui-business/ref-value/src/ref-value.component.d.ts +5 -5
  384. package/ui-business/rolePicker/src/role-picker.component.d.ts +7 -7
  385. package/ui-business/trace-drawer/src/trace-drawer.component.d.ts +8 -8
  386. package/ui-business/trace-id/src/trace-id.component.d.ts +6 -6
  387. package/ui-business/userPicker/src/user-picker.component.d.ts +3 -3
  388. package/util/block/src/block.d.ts +4 -4
  389. package/util/lib/src/types.d.ts +16 -0
@@ -1,21 +1,22 @@
1
1
  import { CommonModule } from '@angular/common';
2
- import { Component, OnInit, effect, signal } from '@angular/core';
2
+ import { Component, OnInit, computed, effect, signal, untracked } from '@angular/core';
3
3
  import { toSignal } from '@angular/core/rxjs-interop';
4
+ import { FormsModule } from '@angular/forms';
4
5
  import { Router } from '@angular/router';
5
6
 
6
- import { BadgeModule } from 'primeng/badge';
7
- import { ConfirmDialogModule } from 'primeng/confirmdialog';
8
- import { PaginatorModule } from 'primeng/paginator';
9
- import { ScrollPanelModule } from 'primeng/scrollpanel';
7
+ import { MenuItem } from 'primeng/api';
8
+ import { Menu, MenuModule } from 'primeng/menu';
10
9
  import { SidebarModule } from 'primeng/sidebar';
11
10
  import { TooltipModule } from 'primeng/tooltip';
12
11
 
12
+ import { IconProp } from '@fortawesome/fontawesome-svg-core';
13
13
  import { FontAwesomeModule } from '@fortawesome/angular-fontawesome';
14
14
  import { TranslocoModule, TranslocoService } from '@ngneat/transloco';
15
15
  import { KeycloakService } from 'keycloak-angular';
16
- import { Subject, switchMap } from 'rxjs';
16
+ import { map, mergeMap, Subject, switchMap } from 'rxjs';
17
17
 
18
18
  import { ButtonComponent } from 'aril/ui/button';
19
+ import { SwitchComponent } from 'aril/ui/switch';
19
20
  import { regularIcons, solidIcons } from 'aril/util/lib';
20
21
  import { SafePipe } from 'aril/util/pipes';
21
22
 
@@ -29,14 +30,13 @@ import { NotificationsService } from '../../service/notifications.service';
29
30
  selector: 'app-notifications-sidebar',
30
31
  imports: [
31
32
  CommonModule,
33
+ FormsModule,
32
34
  SidebarModule,
33
- ScrollPanelModule,
34
- ConfirmDialogModule,
35
- PaginatorModule,
35
+ MenuModule,
36
36
  ButtonComponent,
37
+ SwitchComponent,
37
38
  TranslocoModule,
38
39
  TooltipModule,
39
- BadgeModule,
40
40
  FontAwesomeModule,
41
41
  SafePipe
42
42
  ],
@@ -44,8 +44,16 @@ import { NotificationsService } from '../../service/notifications.service';
44
44
  styleUrls: ['./notifications-sidebar.component.scss']
45
45
  })
46
46
  export class NotificationsSidebarComponent implements OnInit {
47
+ private readonly pageSize = 10;
48
+
47
49
  notifications = signal<SmsEmailAuditResponseDTO[]>([]);
48
- selectedNotification: SmsEmailAuditResponseDTO | null = null;
50
+ totalRecords = signal(0);
51
+ onlyUnread = signal(true);
52
+ pageNumber = signal(1);
53
+
54
+ remainingCount = computed(() => Math.max(this.totalRecords() - this.notifications().length, 0));
55
+
56
+ menuItems: MenuItem[] = [];
49
57
 
50
58
  ActivityTypesEnum = ActivityTypesEnum;
51
59
  DetailNotificationTypeEnum = DetailNotificationTypeEnum;
@@ -57,11 +65,42 @@ export class NotificationsSidebarComponent implements OnInit {
57
65
 
58
66
  private subjects = {
59
67
  markAsRead: new Subject<string>(),
68
+ markAllAsRead: new Subject<void>(),
60
69
  loadNotifications: new Subject<void>()
61
70
  };
62
71
 
63
72
  markAsReadService = toSignal(
64
- this.subjects.markAsRead.pipe(switchMap((id) => this.notificationsService.markAsReadNotification(id)))
73
+ this.subjects.markAsRead.pipe(
74
+ mergeMap((id) => this.notificationsService.markAsReadNotification(id).pipe(map((result) => ({ result, id }))))
75
+ )
76
+ );
77
+
78
+ markAllAsReadService = toSignal(
79
+ this.subjects.markAllAsRead.pipe(
80
+ switchMap(() =>
81
+ this.notificationsService.markAllAsReadNotification({
82
+ toList: [this.getUserMail, ...this.getUserPhones],
83
+ endDate: new Date().dateToLong('time') || 0
84
+ })
85
+ )
86
+ )
87
+ );
88
+
89
+ loadNotificationsService = toSignal(
90
+ this.subjects.loadNotifications.pipe(
91
+ switchMap(() =>
92
+ this.notificationsService.getNotifications({
93
+ pager: {
94
+ pageSize: this.pageSize,
95
+ pageNumber: this.pageNumber()
96
+ },
97
+ startDate: this.oneMonthAgo.dateToLong('time') || 0,
98
+ endDate: new Date().dateToLong('time') || 0,
99
+ ...(this.onlyUnread() ? { read: false } : {}),
100
+ toList: [this.getUserMail, ...this.getUserPhones]
101
+ })
102
+ )
103
+ )
65
104
  );
66
105
 
67
106
  get getUserPhones(): string[] {
@@ -78,22 +117,13 @@ export class NotificationsSidebarComponent implements OnInit {
78
117
  return this.keycloak.getKeycloakInstance().profile?.email as string;
79
118
  }
80
119
 
81
- loadNotificationsService = toSignal(
82
- this.subjects.loadNotifications.pipe(
83
- switchMap(() =>
84
- this.notificationsService.getNotifications({
85
- pager: {
86
- pageSize: 10,
87
- pageNumber: 1
88
- },
89
- startDate: this.oneMonthAgo.dateToLong('time') || 0,
90
- endDate: new Date().dateToLong('time') || 0,
91
- read: false,
92
- toList: [this.getUserMail, ...this.getUserPhones],
93
- })
94
- )
95
- )
96
- );
120
+ get unreadCount(): number {
121
+ return this.layoutService.getUnreadNotificationCount();
122
+ }
123
+
124
+ get loading(): boolean {
125
+ return !!this.notificationsService.states.getNotifications?.waitingForResponse;
126
+ }
97
127
 
98
128
  constructor(
99
129
  public layoutService: LayoutService,
@@ -106,10 +136,6 @@ export class NotificationsSidebarComponent implements OnInit {
106
136
  }
107
137
 
108
138
  ngOnInit(): void {
109
- this.loadNotifications();
110
- }
111
-
112
- private loadNotifications(): void {
113
139
  this.subjects.loadNotifications.next();
114
140
  }
115
141
 
@@ -118,23 +144,57 @@ export class NotificationsSidebarComponent implements OnInit {
118
144
  () => {
119
145
  const service = this.loadNotificationsService();
120
146
  if (service?.response) {
121
- this.notifications.set(service.response.result);
122
- // Update unread count in layoutService
123
- this.layoutService.setUnreadNotificationCount(service?.response.resultInfo.totalItem || 0);
147
+ const result = service.response.result || [];
148
+ const isFirstPage = untracked(this.pageNumber) === 1;
149
+ this.notifications.update((current) =>
150
+ isFirstPage ? result : [...current, ...result.filter((item) => !current.some((existing) => existing.id === item.id))]
151
+ );
152
+ this.totalRecords.set(service.response.resultInfo.totalItem || 0);
153
+ if (untracked(this.onlyUnread)) {
154
+ this.layoutService.setUnreadNotificationCount(service.response.resultInfo.totalItem || 0);
155
+ }
124
156
  }
125
157
  },
126
158
  { allowSignalWrites: true }
127
159
  );
128
- effect(() => {
129
- const service = this.markAsReadService();
130
- if (service?.response) {
131
- this.loadNotifications();
132
-
133
- if (this.selectedNotification?.detailNotificationType === DetailNotificationTypeEnum.TODO_ITEM) {
134
- this.router.navigate([`mng/todo-tasks/detail/${this.selectedNotification?.referenceId}`]);
160
+ effect(
161
+ () => {
162
+ const marked = this.markAsReadService();
163
+ if (marked?.result?.response) {
164
+ this.applyMarkedAsRead(marked.id);
135
165
  }
136
- }
137
- });
166
+ },
167
+ { allowSignalWrites: true }
168
+ );
169
+ effect(
170
+ () => {
171
+ const service = this.markAllAsReadService();
172
+ if (service?.response) {
173
+ this.applyAllMarkedAsRead();
174
+ }
175
+ },
176
+ { allowSignalWrites: true }
177
+ );
178
+ }
179
+
180
+ private applyMarkedAsRead(id: string): void {
181
+ if (untracked(this.onlyUnread)) {
182
+ this.notifications.update((items) => items.filter((item) => item.id !== id));
183
+ this.totalRecords.update((total) => Math.max(total - 1, 0));
184
+ } else {
185
+ this.notifications.update((items) => items.map((item) => (item.id === id ? { ...item, read: true } : item)));
186
+ }
187
+ this.layoutService.setUnreadNotificationCount(Math.max(this.layoutService.getUnreadNotificationCount() - 1, 0));
188
+ }
189
+
190
+ private applyAllMarkedAsRead(): void {
191
+ if (untracked(this.onlyUnread)) {
192
+ this.notifications.set([]);
193
+ this.totalRecords.set(0);
194
+ } else {
195
+ this.notifications.update((items) => items.map((item) => (item.read ? item : { ...item, read: true })));
196
+ }
197
+ this.layoutService.setUnreadNotificationCount(0);
138
198
  }
139
199
 
140
200
  get visible(): boolean {
@@ -145,26 +205,92 @@ export class NotificationsSidebarComponent implements OnInit {
145
205
  this.layoutService.state.notificationsSidebarVisible = value;
146
206
  }
147
207
 
148
- markNotificationAsRead(notification: SmsEmailAuditResponseDTO): void {
149
- this.selectedNotification = notification;
150
- this.subjects.markAsRead.next(notification.id);
151
- this.visible = false;
208
+ onOnlyUnreadChange(value: boolean): void {
209
+ this.onlyUnread.set(value);
210
+ this.pageNumber.set(1);
211
+ this.notifications.set([]);
212
+ this.subjects.loadNotifications.next();
213
+ }
152
214
 
153
- if (notification?.detailNotificationType === DetailNotificationTypeEnum.TODO_ITEM) {
154
- this.router.navigate([`mng/todo-tasks/detail/${notification?.referenceId}`]);
155
- } else if (notification?.detailNotificationType === DetailNotificationTypeEnum.BATCH_JOB) {
156
- this.router.navigate([`mng/bulk-operations/${notification?.referenceId}`]);
157
- }
215
+ onSidebarShow(): void {
216
+ this.pageNumber.set(1);
217
+ this.subjects.loadNotifications.next();
218
+ }
219
+
220
+ showMore(): void {
221
+ this.pageNumber.set(Math.floor(this.notifications().length / this.pageSize) + 1);
222
+ this.subjects.loadNotifications.next();
223
+ }
224
+
225
+ toggleMenu(event: Event, menu: Menu): void {
226
+ this.menuItems = [
227
+ ...(this.unreadCount > 0 ?
228
+ [
229
+ {
230
+ label: this.translocoService.translate('notifications.markAllAsRead'),
231
+ icon: 'pi pi-check-circle',
232
+ command: () => this.subjects.markAllAsRead.next()
233
+ }
234
+ ]
235
+ : []),
236
+ {
237
+ label: this.translocoService.translate('notifications.allNotificationsPage'),
238
+ icon: 'pi pi-external-link',
239
+ command: () => this.navigateToAllNotifications()
240
+ }
241
+ ];
242
+ menu.toggle(event);
158
243
  }
159
244
 
160
- markNotificationAsReadOnDotIcon(notification: SmsEmailAuditResponseDTO): void {
245
+ markNotificationAsRead(notification: SmsEmailAuditResponseDTO): void {
161
246
  if (!notification.read) {
162
247
  this.subjects.markAsRead.next(notification.id);
163
248
  }
164
249
  }
165
250
 
166
- trackByNotificationId(index: number, notification: SmsEmailAuditResponseDTO): string {
167
- return notification.id;
251
+ openNotification(notification: SmsEmailAuditResponseDTO): void {
252
+ const isTodo = notification.detailNotificationType === DetailNotificationTypeEnum.TODO_ITEM;
253
+ const isBatch = notification.detailNotificationType === DetailNotificationTypeEnum.BATCH_JOB;
254
+ if (!isTodo && !isBatch) {
255
+ return;
256
+ }
257
+ this.markNotificationAsRead(notification);
258
+ this.visible = false;
259
+ const route = isTodo ? `mng/todo-tasks/detail/${notification.referenceId}` : `mng/bulk-operations/${notification.referenceId}`;
260
+ this.router.navigate([route]);
261
+ }
262
+
263
+ isNavigable(notification: SmsEmailAuditResponseDTO): boolean {
264
+ return (
265
+ notification.detailNotificationType === DetailNotificationTypeEnum.TODO_ITEM ||
266
+ notification.detailNotificationType === DetailNotificationTypeEnum.BATCH_JOB
267
+ );
268
+ }
269
+
270
+ getNotificationIcon(notification: SmsEmailAuditResponseDTO): IconProp {
271
+ if (notification.detailNotificationType === DetailNotificationTypeEnum.TODO_ITEM) {
272
+ return solidIcons.faListCheck;
273
+ }
274
+ if (notification.detailNotificationType === DetailNotificationTypeEnum.BATCH_JOB) {
275
+ return solidIcons.faGear;
276
+ }
277
+ if (notification.type === ActivityTypesEnum.SMS) {
278
+ return regularIcons.faMessage;
279
+ }
280
+ return notification.read ? regularIcons.faEnvelopeOpen : regularIcons.faEnvelope;
281
+ }
282
+
283
+ getNotificationIconClass(notification: SmsEmailAuditResponseDTO): string {
284
+ if (notification.detailNotificationType === DetailNotificationTypeEnum.TODO_ITEM) {
285
+ return 'todo';
286
+ }
287
+ if (notification.detailNotificationType === DetailNotificationTypeEnum.BATCH_JOB) {
288
+ return 'batch';
289
+ }
290
+ if (notification.type === ActivityTypesEnum.SMS) {
291
+ return 'sms';
292
+ }
293
+ return notification.read ? 'email-read' : 'email-unread';
168
294
  }
169
295
 
170
296
  getNotificationTitle(notification: SmsEmailAuditResponseDTO): string {
@@ -206,6 +206,7 @@ export declare class SiteMapSidebarComponent implements OnInit {
206
206
  readonly faPlaneArrival: import("@fortawesome/fontawesome-svg-core").IconProp;
207
207
  readonly faCashRegister: import("@fortawesome/fontawesome-svg-core").IconProp;
208
208
  readonly faRing: import("@fortawesome/fontawesome-svg-core").IconProp;
209
+ readonly faAquarius: import("@fortawesome/fontawesome-svg-core").IconProp;
209
210
  readonly faShareNodes: import("@fortawesome/fontawesome-svg-core").IconProp;
210
211
  readonly faShareAlt: import("@fortawesome/fontawesome-svg-core").IconProp;
211
212
  readonly faPersonCircleExclamation: import("@fortawesome/fontawesome-svg-core").IconProp;
@@ -488,6 +489,7 @@ export declare class SiteMapSidebarComponent implements OnInit {
488
489
  readonly faStarHalf: import("@fortawesome/fontawesome-svg-core").IconProp;
489
490
  readonly faPhotoFilm: import("@fortawesome/fontawesome-svg-core").IconProp;
490
491
  readonly faPhotoVideo: import("@fortawesome/fontawesome-svg-core").IconProp;
492
+ readonly faPictureInPicture: import("@fortawesome/fontawesome-svg-core").IconProp;
491
493
  readonly faPumpMedical: import("@fortawesome/fontawesome-svg-core").IconProp;
492
494
  readonly faFire: import("@fortawesome/fontawesome-svg-core").IconProp;
493
495
  readonly faMagnifyingGlassPlus: import("@fortawesome/fontawesome-svg-core").IconProp;
@@ -838,6 +840,7 @@ export declare class SiteMapSidebarComponent implements OnInit {
838
840
  readonly faPlusMinus: import("@fortawesome/fontawesome-svg-core").IconProp;
839
841
  readonly faHouseCircleCheck: import("@fortawesome/fontawesome-svg-core").IconProp;
840
842
  readonly faCalendarDay: import("@fortawesome/fontawesome-svg-core").IconProp;
843
+ readonly faLibra: import("@fortawesome/fontawesome-svg-core").IconProp;
841
844
  readonly faCircle: import("@fortawesome/fontawesome-svg-core").IconProp;
842
845
  readonly faMobileVibrate: import("@fortawesome/fontawesome-svg-core").IconProp;
843
846
  readonly faFaceGrinSquint: import("@fortawesome/fontawesome-svg-core").IconProp;
@@ -868,11 +871,13 @@ export declare class SiteMapSidebarComponent implements OnInit {
868
871
  readonly faListAlt: import("@fortawesome/fontawesome-svg-core").IconProp;
869
872
  readonly faHand: import("@fortawesome/fontawesome-svg-core").IconProp;
870
873
  readonly faHandPaper: import("@fortawesome/fontawesome-svg-core").IconProp;
874
+ readonly faCancer: import("@fortawesome/fontawesome-svg-core").IconProp;
871
875
  readonly faVanShuttle: import("@fortawesome/fontawesome-svg-core").IconProp;
872
876
  readonly faShuttleVan: import("@fortawesome/fontawesome-svg-core").IconProp;
873
877
  readonly faStairs: import("@fortawesome/fontawesome-svg-core").IconProp;
874
878
  readonly faHorseHead: import("@fortawesome/fontawesome-svg-core").IconProp;
875
879
  readonly faVault: import("@fortawesome/fontawesome-svg-core").IconProp;
880
+ readonly faClosedCaptioningSlash: import("@fortawesome/fontawesome-svg-core").IconProp;
876
881
  readonly faDrumSteelpan: import("@fortawesome/fontawesome-svg-core").IconProp;
877
882
  readonly faThumbsUp: import("@fortawesome/fontawesome-svg-core").IconProp;
878
883
  readonly faStamp: import("@fortawesome/fontawesome-svg-core").IconProp;
@@ -1127,6 +1132,7 @@ export declare class SiteMapSidebarComponent implements OnInit {
1127
1132
  readonly faUserAlt: import("@fortawesome/fontawesome-svg-core").IconProp;
1128
1133
  readonly faUserLarge: import("@fortawesome/fontawesome-svg-core").IconProp;
1129
1134
  readonly faSnowflake: import("@fortawesome/fontawesome-svg-core").IconProp;
1135
+ readonly faTaurus: import("@fortawesome/fontawesome-svg-core").IconProp;
1130
1136
  readonly faSkullCrossbones: import("@fortawesome/fontawesome-svg-core").IconProp;
1131
1137
  readonly faPesoSign: import("@fortawesome/fontawesome-svg-core").IconProp;
1132
1138
  readonly faWineGlass: import("@fortawesome/fontawesome-svg-core").IconProp;
@@ -1244,6 +1250,7 @@ export declare class SiteMapSidebarComponent implements OnInit {
1244
1250
  readonly faGun: import("@fortawesome/fontawesome-svg-core").IconProp;
1245
1251
  readonly faCircleCheck: import("@fortawesome/fontawesome-svg-core").IconProp;
1246
1252
  readonly faCheckCircle: import("@fortawesome/fontawesome-svg-core").IconProp;
1253
+ readonly faScorpio: import("@fortawesome/fontawesome-svg-core").IconProp;
1247
1254
  readonly faIdCardClip: import("@fortawesome/fontawesome-svg-core").IconProp;
1248
1255
  readonly faIdCardAlt: import("@fortawesome/fontawesome-svg-core").IconProp;
1249
1256
  readonly faMoon: import("@fortawesome/fontawesome-svg-core").IconProp;
@@ -1330,6 +1337,7 @@ export declare class SiteMapSidebarComponent implements OnInit {
1330
1337
  readonly faV: import("@fortawesome/fontawesome-svg-core").IconProp;
1331
1338
  readonly faList: import("@fortawesome/fontawesome-svg-core").IconProp;
1332
1339
  readonly faListSquares: import("@fortawesome/fontawesome-svg-core").IconProp;
1340
+ readonly faPisces: import("@fortawesome/fontawesome-svg-core").IconProp;
1333
1341
  readonly faSolarPanel: import("@fortawesome/fontawesome-svg-core").IconProp;
1334
1342
  readonly faLandMineOn: import("@fortawesome/fontawesome-svg-core").IconProp;
1335
1343
  readonly faHeadphones: import("@fortawesome/fontawesome-svg-core").IconProp;
@@ -1434,6 +1442,7 @@ export declare class SiteMapSidebarComponent implements OnInit {
1434
1442
  readonly faGridVertical: import("@fortawesome/fontawesome-svg-core").IconProp;
1435
1443
  readonly faCarTunnel: import("@fortawesome/fontawesome-svg-core").IconProp;
1436
1444
  readonly faChartColumn: import("@fortawesome/fontawesome-svg-core").IconProp;
1445
+ readonly faCapricorn: import("@fortawesome/fontawesome-svg-core").IconProp;
1437
1446
  readonly faTruckArrowRight: import("@fortawesome/fontawesome-svg-core").IconProp;
1438
1447
  readonly faTv: import("@fortawesome/fontawesome-svg-core").IconProp;
1439
1448
  readonly faTelevision: import("@fortawesome/fontawesome-svg-core").IconProp;
@@ -1490,6 +1499,7 @@ export declare class SiteMapSidebarComponent implements OnInit {
1490
1499
  readonly faHouseLaptop: import("@fortawesome/fontawesome-svg-core").IconProp;
1491
1500
  readonly faLaptopHouse: import("@fortawesome/fontawesome-svg-core").IconProp;
1492
1501
  readonly faDownload: import("@fortawesome/fontawesome-svg-core").IconProp;
1502
+ readonly faSagittarius: import("@fortawesome/fontawesome-svg-core").IconProp;
1493
1503
  readonly faCouch: import("@fortawesome/fontawesome-svg-core").IconProp;
1494
1504
  readonly faRoadLock: import("@fortawesome/fontawesome-svg-core").IconProp;
1495
1505
  readonly faScissors: import("@fortawesome/fontawesome-svg-core").IconProp;
@@ -1666,6 +1676,7 @@ export declare class SiteMapSidebarComponent implements OnInit {
1666
1676
  readonly faWaterLadder: import("@fortawesome/fontawesome-svg-core").IconProp;
1667
1677
  readonly faLadderWater: import("@fortawesome/fontawesome-svg-core").IconProp;
1668
1678
  readonly faSwimmingPool: import("@fortawesome/fontawesome-svg-core").IconProp;
1679
+ readonly faGemini: import("@fortawesome/fontawesome-svg-core").IconProp;
1669
1680
  readonly faTowerCell: import("@fortawesome/fontawesome-svg-core").IconProp;
1670
1681
  readonly faColonSign: import("@fortawesome/fontawesome-svg-core").IconProp;
1671
1682
  readonly faLaptopFile: import("@fortawesome/fontawesome-svg-core").IconProp;
@@ -1724,6 +1735,8 @@ export declare class SiteMapSidebarComponent implements OnInit {
1724
1735
  readonly faCameraRetro: import("@fortawesome/fontawesome-svg-core").IconProp;
1725
1736
  readonly faCapsules: import("@fortawesome/fontawesome-svg-core").IconProp;
1726
1737
  readonly faPoo: import("@fortawesome/fontawesome-svg-core").IconProp;
1738
+ readonly faVolume: import("@fortawesome/fontawesome-svg-core").IconProp;
1739
+ readonly faVolumeMedium: import("@fortawesome/fontawesome-svg-core").IconProp;
1727
1740
  readonly faElevator: import("@fortawesome/fontawesome-svg-core").IconProp;
1728
1741
  readonly faTag: import("@fortawesome/fontawesome-svg-core").IconProp;
1729
1742
  readonly faFileCircleMinus: import("@fortawesome/fontawesome-svg-core").IconProp;
@@ -1902,6 +1915,7 @@ export declare class SiteMapSidebarComponent implements OnInit {
1902
1915
  readonly faFemale: import("@fortawesome/fontawesome-svg-core").IconProp;
1903
1916
  readonly faBookOpen: import("@fortawesome/fontawesome-svg-core").IconProp;
1904
1917
  readonly faFolderTree: import("@fortawesome/fontawesome-svg-core").IconProp;
1918
+ readonly faVirgo: import("@fortawesome/fontawesome-svg-core").IconProp;
1905
1919
  readonly faBoxArchive: import("@fortawesome/fontawesome-svg-core").IconProp;
1906
1920
  readonly faArchive: import("@fortawesome/fontawesome-svg-core").IconProp;
1907
1921
  readonly faTentArrowDownToLine: import("@fortawesome/fontawesome-svg-core").IconProp;
@@ -1933,6 +1947,7 @@ export declare class SiteMapSidebarComponent implements OnInit {
1933
1947
  readonly faCat: import("@fortawesome/fontawesome-svg-core").IconProp;
1934
1948
  readonly faCalendarWeek: import("@fortawesome/fontawesome-svg-core").IconProp;
1935
1949
  readonly faCodeCompare: import("@fortawesome/fontawesome-svg-core").IconProp;
1950
+ readonly faLeo: import("@fortawesome/fontawesome-svg-core").IconProp;
1936
1951
  readonly faRoadCircleXmark: import("@fortawesome/fontawesome-svg-core").IconProp;
1937
1952
  readonly faPallet: import("@fortawesome/fontawesome-svg-core").IconProp;
1938
1953
  readonly faCakeCandles: import("@fortawesome/fontawesome-svg-core").IconProp;
@@ -1947,6 +1962,7 @@ export declare class SiteMapSidebarComponent implements OnInit {
1947
1962
  readonly faAnchorCircleXmark: import("@fortawesome/fontawesome-svg-core").IconProp;
1948
1963
  readonly faPersonCircleXmark: import("@fortawesome/fontawesome-svg-core").IconProp;
1949
1964
  readonly faSpa: import("@fortawesome/fontawesome-svg-core").IconProp;
1965
+ readonly faAries: import("@fortawesome/fontawesome-svg-core").IconProp;
1950
1966
  readonly faBarsProgress: import("@fortawesome/fontawesome-svg-core").IconProp;
1951
1967
  readonly faTasksAlt: import("@fortawesome/fontawesome-svg-core").IconProp;
1952
1968
  readonly faHeartCircleCheck: import("@fortawesome/fontawesome-svg-core").IconProp;
@@ -88,7 +88,7 @@ export interface SmsEmailAuditRequestDto {
88
88
  refMdId?: number;
89
89
  referenceId?: string;
90
90
  traceId?: string;
91
- read: boolean;
91
+ read?: boolean;
92
92
  pager?: Pager;
93
93
  username?: string;
94
94
  startReadTime?: number;
@@ -116,6 +116,10 @@ export interface SmsEmailAuditResponseDTO {
116
116
  traceId: string;
117
117
  detailNotificationType: string;
118
118
  }
119
+ export interface MarkAllReadNotificationRequestDTO {
120
+ toList: string[];
121
+ endDate: number;
122
+ }
119
123
  export interface Pager {
120
124
  pageSize: number;
121
125
  pageNumber: number;
@@ -105,7 +105,7 @@ export interface SmsEmailAuditRequestDto {
105
105
  refMdId?: number;
106
106
  referenceId?: string;
107
107
  traceId?: string;
108
- read: boolean;
108
+ read?: boolean;
109
109
  pager?: Pager;
110
110
  username?: string;
111
111
  startReadTime?: number;
@@ -135,6 +135,11 @@ export interface SmsEmailAuditResponseDTO {
135
135
  detailNotificationType: string;
136
136
  }
137
137
 
138
+ export interface MarkAllReadNotificationRequestDTO {
139
+ toList: string[];
140
+ endDate: number;
141
+ }
142
+
138
143
  export interface Pager {
139
144
  pageSize: number;
140
145
  pageNumber: number;
@@ -7,6 +7,7 @@ export declare class NotificationsService extends RestClient {
7
7
  constructor();
8
8
  getNotifications(post: Interfaces.SmsEmailAuditRequestDto): Observable<ServiceResponse<Interfaces.Response<Interfaces.SmsEmailAuditResponseDTO>>>;
9
9
  markAsReadNotification(pluginId: string): Observable<ServiceResponse<boolean>>;
10
+ markAllAsReadNotification(post: Interfaces.MarkAllReadNotificationRequestDTO): Observable<ServiceResponse<boolean>>;
10
11
  static ɵfac: i0.ɵɵFactoryDeclaration<NotificationsService, never>;
11
12
  static ɵprov: i0.ɵɵInjectableDeclaration<NotificationsService>;
12
13
  }
@@ -23,4 +23,9 @@ export class NotificationsService extends RestClient {
23
23
  markAsReadNotification(pluginId: string) {
24
24
  return new Observable<ServiceResponse<boolean>>();
25
25
  }
26
+
27
+ @ServiceCall(HTTPMethods.PUTBYPARAMS, ProxyTypes.ClientSide, 'audits/read-all', { success: 'notifications.markedAllAsRead' })
28
+ markAllAsReadNotification(post: Interfaces.MarkAllReadNotificationRequestDTO) {
29
+ return new Observable<ServiceResponse<boolean>>();
30
+ }
26
31
  }
@@ -10,14 +10,14 @@ export declare class AutoCompleteComponent extends BaseInputComponent implements
10
10
  private http;
11
11
  private translocoService;
12
12
  autoCompleteRef: AutoComplete;
13
- items: import("@angular/core").InputSignal<SuggestionsDTO[], SuggestionsDTO[]>;
14
- referenceAsset: import("@angular/core").InputSignal<ReferenceAsset | null, ReferenceAsset | null>;
15
- placeholder: import("@angular/core").InputSignal<string, string>;
16
- forceSelection: import("@angular/core").InputSignal<boolean, boolean>;
17
- multiple: import("@angular/core").InputSignal<boolean, boolean>;
18
- minLength: import("@angular/core").InputSignal<number, number>;
19
- optionValue: import("@angular/core").InputSignal<keyof SuggestionsDTO | null, keyof SuggestionsDTO | null>;
20
- optionLabel: import("@angular/core").InputSignal<keyof SuggestionsDTO, keyof SuggestionsDTO>;
13
+ items: import("@angular/core").InputSignal<SuggestionsDTO[]>;
14
+ referenceAsset: import("@angular/core").InputSignal<ReferenceAsset | null>;
15
+ placeholder: import("@angular/core").InputSignal<string>;
16
+ forceSelection: import("@angular/core").InputSignal<boolean>;
17
+ multiple: import("@angular/core").InputSignal<boolean>;
18
+ minLength: import("@angular/core").InputSignal<number>;
19
+ optionValue: import("@angular/core").InputSignal<keyof SuggestionsDTO | null>;
20
+ optionLabel: import("@angular/core").InputSignal<keyof SuggestionsDTO>;
21
21
  selectionItems: SuggestionsDTO[];
22
22
  filteredSelectionItems: SuggestionsDTO[];
23
23
  constructor(http: HttpClient, translocoService: TranslocoService);
@@ -1,15 +1,15 @@
1
1
  import * as i0 from "@angular/core";
2
2
  type Severity = 'success' | 'secondary' | 'info' | 'warning' | 'danger' | 'contrast' | undefined;
3
3
  export declare class BadgeComponent {
4
- icon: import("@angular/core").InputSignal<string | undefined, string | undefined>;
5
- value: import("@angular/core").InputSignal<string, string>;
6
- severity: import("@angular/core").InputSignal<Severity, Severity>;
7
- rounded: import("@angular/core").InputSignal<boolean | undefined, boolean | undefined>;
8
- background: import("@angular/core").InputSignal<string | undefined, string | undefined>;
9
- styleClass: import("@angular/core").InputSignal<string | undefined, string | undefined>;
10
- textColor: import("@angular/core").InputSignal<string | undefined, string | undefined>;
11
- borderColor: import("@angular/core").InputSignal<string | undefined, string | undefined>;
12
- textClampCharacters: import("@angular/core").InputSignal<number, number>;
4
+ icon: import("@angular/core").InputSignal<string | undefined>;
5
+ value: import("@angular/core").InputSignal<string>;
6
+ severity: import("@angular/core").InputSignal<Severity>;
7
+ rounded: import("@angular/core").InputSignal<boolean | undefined>;
8
+ background: import("@angular/core").InputSignal<string | undefined>;
9
+ styleClass: import("@angular/core").InputSignal<string | undefined>;
10
+ textColor: import("@angular/core").InputSignal<string | undefined>;
11
+ borderColor: import("@angular/core").InputSignal<string | undefined>;
12
+ textClampCharacters: import("@angular/core").InputSignal<number>;
13
13
  badgeStyle(): {
14
14
  backgroundColor: string;
15
15
  color: string;
@@ -6,18 +6,18 @@ type Size = 'sm' | 'md' | 'lg';
6
6
  type Colors = 'primary' | 'secondary' | 'success' | 'info' | 'warning' | 'help' | 'danger';
7
7
  type ButtonIconPosition = 'left' | 'right' | 'top' | 'bottom';
8
8
  export declare class ButtonComponent {
9
- label: import("@angular/core").InputSignal<string | undefined, string | undefined>;
10
- loading: import("@angular/core").InputSignal<boolean, boolean>;
11
- disabled: import("@angular/core").InputSignal<boolean, boolean>;
12
- raised: import("@angular/core").InputSignal<boolean, boolean>;
13
- rounded: import("@angular/core").InputSignal<boolean, boolean>;
14
- text: import("@angular/core").InputSignal<boolean, boolean>;
15
- outlined: import("@angular/core").InputSignal<boolean, boolean>;
16
- badge: import("@angular/core").InputSignal<string | undefined, string | undefined>;
17
- size: import("@angular/core").InputSignal<Size, Size>;
18
- icon: import("@angular/core").InputSignal<PrimeIcon | undefined, PrimeIcon | undefined>;
19
- iconPos: import("@angular/core").InputSignal<ButtonIconPosition, ButtonIconPosition>;
20
- color: import("@angular/core").InputSignal<Colors, Colors>;
9
+ label: import("@angular/core").InputSignal<string | undefined>;
10
+ loading: import("@angular/core").InputSignal<boolean>;
11
+ disabled: import("@angular/core").InputSignal<boolean>;
12
+ raised: import("@angular/core").InputSignal<boolean>;
13
+ rounded: import("@angular/core").InputSignal<boolean>;
14
+ text: import("@angular/core").InputSignal<boolean>;
15
+ outlined: import("@angular/core").InputSignal<boolean>;
16
+ badge: import("@angular/core").InputSignal<string | undefined>;
17
+ size: import("@angular/core").InputSignal<Size>;
18
+ icon: import("@angular/core").InputSignal<PrimeIcon | undefined>;
19
+ iconPos: import("@angular/core").InputSignal<ButtonIconPosition>;
20
+ color: import("@angular/core").InputSignal<Colors>;
21
21
  clickEvent: EventEmitter<Event>;
22
22
  protected readonly activity: ActivityService;
23
23
  _icon: import("@angular/core").Signal<string>;
@@ -2,7 +2,7 @@ import { MenuItem } from 'primeng/api';
2
2
  import { ButtonComponent } from './button.component';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class SplitButtonComponent extends ButtonComponent {
5
- menu: import("@angular/core").InputSignal<MenuItem[], MenuItem[]>;
5
+ menu: import("@angular/core").InputSignal<MenuItem[]>;
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<SplitButtonComponent, never>;
7
7
  static ɵcmp: i0.ɵɵComponentDeclaration<SplitButtonComponent, "aril-split-button", never, { "menu": { "alias": "menu"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
8
8
  }
@@ -26,28 +26,28 @@ export declare class CalendarComponent extends BaseInputComponent implements Aft
26
26
  private applyRangeConversion;
27
27
  private applyDateConversion;
28
28
  model: Date | [Date | null, Date | null] | undefined;
29
- minDate: import("@angular/core").InputSignal<number | undefined, number | undefined>;
30
- maxDate: import("@angular/core").InputSignal<number | undefined, number | undefined>;
31
- inputStyle: import("@angular/core").InputSignal<object | undefined, object | undefined>;
32
- inputStyleClass: import("@angular/core").InputSignal<string | undefined, string | undefined>;
33
- autoZIndex: import("@angular/core").InputSignal<boolean, boolean>;
34
- inline: import("@angular/core").InputSignal<boolean, boolean>;
35
- showIcon: import("@angular/core").InputSignal<boolean, boolean>;
36
- showTime: import("@angular/core").InputSignal<boolean, boolean>;
37
- showWeek: import("@angular/core").InputSignal<boolean, boolean>;
38
- showSeconds: import("@angular/core").InputSignal<boolean, boolean>;
39
- disabledDates: import("@angular/core").InputSignal<number[], number[]>;
40
- numberOfMonthToShow: import("@angular/core").InputSignal<number, number>;
41
- appendTo: import("@angular/core").InputSignal<string | HTMLElement | null, string | HTMLElement | null>;
42
- dataType: import("@angular/core").InputSignal<"string" | "date", "string" | "date">;
43
- placeholder: import("@angular/core").InputSignal<string | undefined, string | undefined>;
44
- view: import("@angular/core").InputSignal<View, View>;
45
- selectionMode: import("@angular/core").InputSignal<SelectionMode, SelectionMode>;
46
- rangeConfig: import("@angular/core").InputSignal<[RangeConfig, RangeConfig] | undefined, [RangeConfig, RangeConfig] | undefined>;
47
- tabindex: import("@angular/core").InputSignal<number | undefined, number | undefined>;
48
- showOnFocus: import("@angular/core").InputSignal<boolean, boolean>;
49
- timeOnly: import("@angular/core").InputSignal<boolean, boolean>;
50
- keepInvalid: import("@angular/core").InputSignal<boolean | undefined, boolean | undefined>;
29
+ minDate: import("@angular/core").InputSignal<number | undefined>;
30
+ maxDate: import("@angular/core").InputSignal<number | undefined>;
31
+ inputStyle: import("@angular/core").InputSignal<object | undefined>;
32
+ inputStyleClass: import("@angular/core").InputSignal<string | undefined>;
33
+ autoZIndex: import("@angular/core").InputSignal<boolean>;
34
+ inline: import("@angular/core").InputSignal<boolean>;
35
+ showIcon: import("@angular/core").InputSignal<boolean>;
36
+ showTime: import("@angular/core").InputSignal<boolean>;
37
+ showWeek: import("@angular/core").InputSignal<boolean>;
38
+ showSeconds: import("@angular/core").InputSignal<boolean>;
39
+ disabledDates: import("@angular/core").InputSignal<number[]>;
40
+ numberOfMonthToShow: import("@angular/core").InputSignal<number>;
41
+ appendTo: import("@angular/core").InputSignal<string | HTMLElement | null>;
42
+ dataType: import("@angular/core").InputSignal<"string" | "date">;
43
+ placeholder: import("@angular/core").InputSignal<string | undefined>;
44
+ view: import("@angular/core").InputSignal<View>;
45
+ selectionMode: import("@angular/core").InputSignal<SelectionMode>;
46
+ rangeConfig: import("@angular/core").InputSignal<[RangeConfig, RangeConfig] | undefined>;
47
+ tabindex: import("@angular/core").InputSignal<number | undefined>;
48
+ showOnFocus: import("@angular/core").InputSignal<boolean>;
49
+ timeOnly: import("@angular/core").InputSignal<boolean>;
50
+ keepInvalid: import("@angular/core").InputSignal<boolean | undefined>;
51
51
  _minJSDate: import("@angular/core").Signal<Date>;
52
52
  _maxJSDate: import("@angular/core").Signal<Date>;
53
53
  _selectedDisabledDates: import("@angular/core").Signal<Date[]>;