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
@@ -202,6 +202,7 @@ export declare class HistorySidebarComponent implements OnInit, OnDestroy {
202
202
  readonly faPlaneArrival: import("@fortawesome/fontawesome-svg-core").IconProp;
203
203
  readonly faCashRegister: import("@fortawesome/fontawesome-svg-core").IconProp;
204
204
  readonly faRing: import("@fortawesome/fontawesome-svg-core").IconProp;
205
+ readonly faAquarius: import("@fortawesome/fontawesome-svg-core").IconProp;
205
206
  readonly faShareNodes: import("@fortawesome/fontawesome-svg-core").IconProp;
206
207
  readonly faShareAlt: import("@fortawesome/fontawesome-svg-core").IconProp;
207
208
  readonly faPersonCircleExclamation: import("@fortawesome/fontawesome-svg-core").IconProp;
@@ -484,6 +485,7 @@ export declare class HistorySidebarComponent implements OnInit, OnDestroy {
484
485
  readonly faStarHalf: import("@fortawesome/fontawesome-svg-core").IconProp;
485
486
  readonly faPhotoFilm: import("@fortawesome/fontawesome-svg-core").IconProp;
486
487
  readonly faPhotoVideo: import("@fortawesome/fontawesome-svg-core").IconProp;
488
+ readonly faPictureInPicture: import("@fortawesome/fontawesome-svg-core").IconProp;
487
489
  readonly faPumpMedical: import("@fortawesome/fontawesome-svg-core").IconProp;
488
490
  readonly faFire: import("@fortawesome/fontawesome-svg-core").IconProp;
489
491
  readonly faMagnifyingGlassPlus: import("@fortawesome/fontawesome-svg-core").IconProp;
@@ -834,6 +836,7 @@ export declare class HistorySidebarComponent implements OnInit, OnDestroy {
834
836
  readonly faPlusMinus: import("@fortawesome/fontawesome-svg-core").IconProp;
835
837
  readonly faHouseCircleCheck: import("@fortawesome/fontawesome-svg-core").IconProp;
836
838
  readonly faCalendarDay: import("@fortawesome/fontawesome-svg-core").IconProp;
839
+ readonly faLibra: import("@fortawesome/fontawesome-svg-core").IconProp;
837
840
  readonly faCircle: import("@fortawesome/fontawesome-svg-core").IconProp;
838
841
  readonly faMobileVibrate: import("@fortawesome/fontawesome-svg-core").IconProp;
839
842
  readonly faFaceGrinSquint: import("@fortawesome/fontawesome-svg-core").IconProp;
@@ -864,11 +867,13 @@ export declare class HistorySidebarComponent implements OnInit, OnDestroy {
864
867
  readonly faListAlt: import("@fortawesome/fontawesome-svg-core").IconProp;
865
868
  readonly faHand: import("@fortawesome/fontawesome-svg-core").IconProp;
866
869
  readonly faHandPaper: import("@fortawesome/fontawesome-svg-core").IconProp;
870
+ readonly faCancer: import("@fortawesome/fontawesome-svg-core").IconProp;
867
871
  readonly faVanShuttle: import("@fortawesome/fontawesome-svg-core").IconProp;
868
872
  readonly faShuttleVan: import("@fortawesome/fontawesome-svg-core").IconProp;
869
873
  readonly faStairs: import("@fortawesome/fontawesome-svg-core").IconProp;
870
874
  readonly faHorseHead: import("@fortawesome/fontawesome-svg-core").IconProp;
871
875
  readonly faVault: import("@fortawesome/fontawesome-svg-core").IconProp;
876
+ readonly faClosedCaptioningSlash: import("@fortawesome/fontawesome-svg-core").IconProp;
872
877
  readonly faDrumSteelpan: import("@fortawesome/fontawesome-svg-core").IconProp;
873
878
  readonly faThumbsUp: import("@fortawesome/fontawesome-svg-core").IconProp;
874
879
  readonly faStamp: import("@fortawesome/fontawesome-svg-core").IconProp;
@@ -1123,6 +1128,7 @@ export declare class HistorySidebarComponent implements OnInit, OnDestroy {
1123
1128
  readonly faUserAlt: import("@fortawesome/fontawesome-svg-core").IconProp;
1124
1129
  readonly faUserLarge: import("@fortawesome/fontawesome-svg-core").IconProp;
1125
1130
  readonly faSnowflake: import("@fortawesome/fontawesome-svg-core").IconProp;
1131
+ readonly faTaurus: import("@fortawesome/fontawesome-svg-core").IconProp;
1126
1132
  readonly faSkullCrossbones: import("@fortawesome/fontawesome-svg-core").IconProp;
1127
1133
  readonly faPesoSign: import("@fortawesome/fontawesome-svg-core").IconProp;
1128
1134
  readonly faWineGlass: import("@fortawesome/fontawesome-svg-core").IconProp;
@@ -1240,6 +1246,7 @@ export declare class HistorySidebarComponent implements OnInit, OnDestroy {
1240
1246
  readonly faGun: import("@fortawesome/fontawesome-svg-core").IconProp;
1241
1247
  readonly faCircleCheck: import("@fortawesome/fontawesome-svg-core").IconProp;
1242
1248
  readonly faCheckCircle: import("@fortawesome/fontawesome-svg-core").IconProp;
1249
+ readonly faScorpio: import("@fortawesome/fontawesome-svg-core").IconProp;
1243
1250
  readonly faIdCardClip: import("@fortawesome/fontawesome-svg-core").IconProp;
1244
1251
  readonly faIdCardAlt: import("@fortawesome/fontawesome-svg-core").IconProp;
1245
1252
  readonly faMoon: import("@fortawesome/fontawesome-svg-core").IconProp;
@@ -1326,6 +1333,7 @@ export declare class HistorySidebarComponent implements OnInit, OnDestroy {
1326
1333
  readonly faV: import("@fortawesome/fontawesome-svg-core").IconProp;
1327
1334
  readonly faList: import("@fortawesome/fontawesome-svg-core").IconProp;
1328
1335
  readonly faListSquares: import("@fortawesome/fontawesome-svg-core").IconProp;
1336
+ readonly faPisces: import("@fortawesome/fontawesome-svg-core").IconProp;
1329
1337
  readonly faSolarPanel: import("@fortawesome/fontawesome-svg-core").IconProp;
1330
1338
  readonly faLandMineOn: import("@fortawesome/fontawesome-svg-core").IconProp;
1331
1339
  readonly faHeadphones: import("@fortawesome/fontawesome-svg-core").IconProp;
@@ -1430,6 +1438,7 @@ export declare class HistorySidebarComponent implements OnInit, OnDestroy {
1430
1438
  readonly faGridVertical: import("@fortawesome/fontawesome-svg-core").IconProp;
1431
1439
  readonly faCarTunnel: import("@fortawesome/fontawesome-svg-core").IconProp;
1432
1440
  readonly faChartColumn: import("@fortawesome/fontawesome-svg-core").IconProp;
1441
+ readonly faCapricorn: import("@fortawesome/fontawesome-svg-core").IconProp;
1433
1442
  readonly faTruckArrowRight: import("@fortawesome/fontawesome-svg-core").IconProp;
1434
1443
  readonly faTv: import("@fortawesome/fontawesome-svg-core").IconProp;
1435
1444
  readonly faTelevision: import("@fortawesome/fontawesome-svg-core").IconProp;
@@ -1486,6 +1495,7 @@ export declare class HistorySidebarComponent implements OnInit, OnDestroy {
1486
1495
  readonly faHouseLaptop: import("@fortawesome/fontawesome-svg-core").IconProp;
1487
1496
  readonly faLaptopHouse: import("@fortawesome/fontawesome-svg-core").IconProp;
1488
1497
  readonly faDownload: import("@fortawesome/fontawesome-svg-core").IconProp;
1498
+ readonly faSagittarius: import("@fortawesome/fontawesome-svg-core").IconProp;
1489
1499
  readonly faCouch: import("@fortawesome/fontawesome-svg-core").IconProp;
1490
1500
  readonly faRoadLock: import("@fortawesome/fontawesome-svg-core").IconProp;
1491
1501
  readonly faScissors: import("@fortawesome/fontawesome-svg-core").IconProp;
@@ -1662,6 +1672,7 @@ export declare class HistorySidebarComponent implements OnInit, OnDestroy {
1662
1672
  readonly faWaterLadder: import("@fortawesome/fontawesome-svg-core").IconProp;
1663
1673
  readonly faLadderWater: import("@fortawesome/fontawesome-svg-core").IconProp;
1664
1674
  readonly faSwimmingPool: import("@fortawesome/fontawesome-svg-core").IconProp;
1675
+ readonly faGemini: import("@fortawesome/fontawesome-svg-core").IconProp;
1665
1676
  readonly faTowerCell: import("@fortawesome/fontawesome-svg-core").IconProp;
1666
1677
  readonly faColonSign: import("@fortawesome/fontawesome-svg-core").IconProp;
1667
1678
  readonly faLaptopFile: import("@fortawesome/fontawesome-svg-core").IconProp;
@@ -1720,6 +1731,8 @@ export declare class HistorySidebarComponent implements OnInit, OnDestroy {
1720
1731
  readonly faCameraRetro: import("@fortawesome/fontawesome-svg-core").IconProp;
1721
1732
  readonly faCapsules: import("@fortawesome/fontawesome-svg-core").IconProp;
1722
1733
  readonly faPoo: import("@fortawesome/fontawesome-svg-core").IconProp;
1734
+ readonly faVolume: import("@fortawesome/fontawesome-svg-core").IconProp;
1735
+ readonly faVolumeMedium: import("@fortawesome/fontawesome-svg-core").IconProp;
1723
1736
  readonly faElevator: import("@fortawesome/fontawesome-svg-core").IconProp;
1724
1737
  readonly faTag: import("@fortawesome/fontawesome-svg-core").IconProp;
1725
1738
  readonly faFileCircleMinus: import("@fortawesome/fontawesome-svg-core").IconProp;
@@ -1898,6 +1911,7 @@ export declare class HistorySidebarComponent implements OnInit, OnDestroy {
1898
1911
  readonly faFemale: import("@fortawesome/fontawesome-svg-core").IconProp;
1899
1912
  readonly faBookOpen: import("@fortawesome/fontawesome-svg-core").IconProp;
1900
1913
  readonly faFolderTree: import("@fortawesome/fontawesome-svg-core").IconProp;
1914
+ readonly faVirgo: import("@fortawesome/fontawesome-svg-core").IconProp;
1901
1915
  readonly faBoxArchive: import("@fortawesome/fontawesome-svg-core").IconProp;
1902
1916
  readonly faArchive: import("@fortawesome/fontawesome-svg-core").IconProp;
1903
1917
  readonly faTentArrowDownToLine: import("@fortawesome/fontawesome-svg-core").IconProp;
@@ -1929,6 +1943,7 @@ export declare class HistorySidebarComponent implements OnInit, OnDestroy {
1929
1943
  readonly faCat: import("@fortawesome/fontawesome-svg-core").IconProp;
1930
1944
  readonly faCalendarWeek: import("@fortawesome/fontawesome-svg-core").IconProp;
1931
1945
  readonly faCodeCompare: import("@fortawesome/fontawesome-svg-core").IconProp;
1946
+ readonly faLeo: import("@fortawesome/fontawesome-svg-core").IconProp;
1932
1947
  readonly faRoadCircleXmark: import("@fortawesome/fontawesome-svg-core").IconProp;
1933
1948
  readonly faPallet: import("@fortawesome/fontawesome-svg-core").IconProp;
1934
1949
  readonly faCakeCandles: import("@fortawesome/fontawesome-svg-core").IconProp;
@@ -1943,6 +1958,7 @@ export declare class HistorySidebarComponent implements OnInit, OnDestroy {
1943
1958
  readonly faAnchorCircleXmark: import("@fortawesome/fontawesome-svg-core").IconProp;
1944
1959
  readonly faPersonCircleXmark: import("@fortawesome/fontawesome-svg-core").IconProp;
1945
1960
  readonly faSpa: import("@fortawesome/fontawesome-svg-core").IconProp;
1961
+ readonly faAries: import("@fortawesome/fontawesome-svg-core").IconProp;
1946
1962
  readonly faBarsProgress: import("@fortawesome/fontawesome-svg-core").IconProp;
1947
1963
  readonly faTasksAlt: import("@fortawesome/fontawesome-svg-core").IconProp;
1948
1964
  readonly faHeartCircleCheck: import("@fortawesome/fontawesome-svg-core").IconProp;