@acorex/components 21.0.1-next.13 → 21.0.1-next.15

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 (233) hide show
  1. package/accordion/index.d.ts +1 -0
  2. package/action-sheet/index.d.ts +41 -19
  3. package/button-group/index.d.ts +4 -6
  4. package/chips/index.d.ts +8 -3
  5. package/collapse/index.d.ts +6 -4
  6. package/conversation2/README.md +71 -31
  7. package/conversation2/index.d.ts +36 -35
  8. package/data-table/index.d.ts +253 -4
  9. package/dialog/index.d.ts +19 -15
  10. package/dropdown/index.d.ts +3 -4
  11. package/fesm2022/acorex-components-accordion.mjs +13 -8
  12. package/fesm2022/acorex-components-accordion.mjs.map +1 -1
  13. package/fesm2022/acorex-components-action-sheet.mjs +141 -93
  14. package/fesm2022/acorex-components-action-sheet.mjs.map +1 -1
  15. package/fesm2022/acorex-components-alert.mjs +6 -6
  16. package/fesm2022/acorex-components-alert.mjs.map +1 -1
  17. package/fesm2022/acorex-components-aspect-ratio.mjs.map +1 -1
  18. package/fesm2022/acorex-components-audio-wave.mjs +4 -5
  19. package/fesm2022/acorex-components-audio-wave.mjs.map +1 -1
  20. package/fesm2022/acorex-components-autocomplete.mjs.map +1 -1
  21. package/fesm2022/acorex-components-avatar.mjs +3 -3
  22. package/fesm2022/acorex-components-avatar.mjs.map +1 -1
  23. package/fesm2022/acorex-components-badge.mjs +3 -3
  24. package/fesm2022/acorex-components-badge.mjs.map +1 -1
  25. package/fesm2022/acorex-components-bottom-navigation.mjs +2 -2
  26. package/fesm2022/acorex-components-bottom-navigation.mjs.map +1 -1
  27. package/fesm2022/acorex-components-breadcrumbs.mjs +2 -2
  28. package/fesm2022/acorex-components-breadcrumbs.mjs.map +1 -1
  29. package/fesm2022/acorex-components-button-group.mjs +11 -15
  30. package/fesm2022/acorex-components-button-group.mjs.map +1 -1
  31. package/fesm2022/acorex-components-button.mjs +5 -5
  32. package/fesm2022/acorex-components-button.mjs.map +1 -1
  33. package/fesm2022/acorex-components-calendar.mjs +4 -4
  34. package/fesm2022/acorex-components-calendar.mjs.map +1 -1
  35. package/fesm2022/acorex-components-check-box.mjs +3 -3
  36. package/fesm2022/acorex-components-check-box.mjs.map +1 -1
  37. package/fesm2022/acorex-components-chips.mjs +8 -6
  38. package/fesm2022/acorex-components-chips.mjs.map +1 -1
  39. package/fesm2022/acorex-components-circular-progress.mjs +4 -6
  40. package/fesm2022/acorex-components-circular-progress.mjs.map +1 -1
  41. package/fesm2022/acorex-components-code-editor.mjs.map +1 -1
  42. package/fesm2022/acorex-components-collapse.mjs +10 -13
  43. package/fesm2022/acorex-components-collapse.mjs.map +1 -1
  44. package/fesm2022/acorex-components-color-box.mjs +2 -2
  45. package/fesm2022/acorex-components-color-box.mjs.map +1 -1
  46. package/fesm2022/acorex-components-color-palette.mjs +2 -2
  47. package/fesm2022/acorex-components-color-palette.mjs.map +1 -1
  48. package/fesm2022/acorex-components-command.mjs +2 -2
  49. package/fesm2022/acorex-components-command.mjs.map +1 -1
  50. package/fesm2022/acorex-components-comment.mjs +8 -8
  51. package/fesm2022/acorex-components-comment.mjs.map +1 -1
  52. package/fesm2022/acorex-components-conversation.mjs +2 -2
  53. package/fesm2022/acorex-components-conversation.mjs.map +1 -1
  54. package/fesm2022/acorex-components-conversation2.mjs +161 -155
  55. package/fesm2022/acorex-components-conversation2.mjs.map +1 -1
  56. package/fesm2022/acorex-components-cron-job.mjs.map +1 -1
  57. package/fesm2022/acorex-components-data-list.mjs.map +1 -1
  58. package/fesm2022/acorex-components-data-pager.mjs +2 -2
  59. package/fesm2022/acorex-components-data-pager.mjs.map +1 -1
  60. package/fesm2022/acorex-components-data-table.mjs +452 -16
  61. package/fesm2022/acorex-components-data-table.mjs.map +1 -1
  62. package/fesm2022/acorex-components-datetime-box.mjs +2 -2
  63. package/fesm2022/acorex-components-datetime-box.mjs.map +1 -1
  64. package/fesm2022/acorex-components-datetime-input.mjs +2 -2
  65. package/fesm2022/acorex-components-datetime-input.mjs.map +1 -1
  66. package/fesm2022/acorex-components-datetime-picker.mjs +12 -10
  67. package/fesm2022/acorex-components-datetime-picker.mjs.map +1 -1
  68. package/fesm2022/acorex-components-decorators.mjs +13 -20
  69. package/fesm2022/acorex-components-decorators.mjs.map +1 -1
  70. package/fesm2022/acorex-components-dialog.mjs +67 -47
  71. package/fesm2022/acorex-components-dialog.mjs.map +1 -1
  72. package/fesm2022/acorex-components-drawer-legacy.mjs.map +1 -1
  73. package/fesm2022/acorex-components-drawer.mjs +7 -6
  74. package/fesm2022/acorex-components-drawer.mjs.map +1 -1
  75. package/fesm2022/acorex-components-dropdown-button.mjs +2 -2
  76. package/fesm2022/acorex-components-dropdown-button.mjs.map +1 -1
  77. package/fesm2022/acorex-components-dropdown.mjs +12 -13
  78. package/fesm2022/acorex-components-dropdown.mjs.map +1 -1
  79. package/fesm2022/acorex-components-editor.mjs +4 -4
  80. package/fesm2022/acorex-components-editor.mjs.map +1 -1
  81. package/fesm2022/acorex-components-file-explorer.mjs.map +1 -1
  82. package/fesm2022/acorex-components-flow-chart.mjs.map +1 -1
  83. package/fesm2022/acorex-components-form.mjs +9 -17
  84. package/fesm2022/acorex-components-form.mjs.map +1 -1
  85. package/fesm2022/acorex-components-grid-layout-builder.mjs +5 -4
  86. package/fesm2022/acorex-components-grid-layout-builder.mjs.map +1 -1
  87. package/fesm2022/acorex-components-image-editor.mjs +18 -18
  88. package/fesm2022/acorex-components-image-editor.mjs.map +1 -1
  89. package/fesm2022/acorex-components-image.mjs +2 -2
  90. package/fesm2022/acorex-components-image.mjs.map +1 -1
  91. package/fesm2022/acorex-components-json-viewer.mjs +2 -2
  92. package/fesm2022/acorex-components-json-viewer.mjs.map +1 -1
  93. package/fesm2022/acorex-components-kanban.mjs +4 -6
  94. package/fesm2022/acorex-components-kanban.mjs.map +1 -1
  95. package/fesm2022/acorex-components-kbd.mjs +7 -25
  96. package/fesm2022/acorex-components-kbd.mjs.map +1 -1
  97. package/fesm2022/acorex-components-label.mjs +2 -2
  98. package/fesm2022/acorex-components-label.mjs.map +1 -1
  99. package/fesm2022/acorex-components-list.mjs +2 -2
  100. package/fesm2022/acorex-components-list.mjs.map +1 -1
  101. package/fesm2022/acorex-components-loading-dialog.mjs +73 -36
  102. package/fesm2022/acorex-components-loading-dialog.mjs.map +1 -1
  103. package/fesm2022/acorex-components-loading.mjs +8 -8
  104. package/fesm2022/acorex-components-loading.mjs.map +1 -1
  105. package/fesm2022/acorex-components-map.mjs +2 -2
  106. package/fesm2022/acorex-components-map.mjs.map +1 -1
  107. package/fesm2022/acorex-components-media-viewer.mjs +10 -10
  108. package/fesm2022/acorex-components-media-viewer.mjs.map +1 -1
  109. package/fesm2022/acorex-components-menu.mjs +27 -6
  110. package/fesm2022/acorex-components-menu.mjs.map +1 -1
  111. package/fesm2022/{acorex-components-modal-acorex-components-modal-BnUdtPke.mjs → acorex-components-modal-acorex-components-modal-Bmoz9DL5.mjs} +29 -5
  112. package/fesm2022/acorex-components-modal-acorex-components-modal-Bmoz9DL5.mjs.map +1 -0
  113. package/fesm2022/{acorex-components-modal-modal-content.component-Cgq-wx_m.mjs → acorex-components-modal-modal-content.component-CSJU1vRi.mjs} +5 -7
  114. package/fesm2022/acorex-components-modal-modal-content.component-CSJU1vRi.mjs.map +1 -0
  115. package/fesm2022/acorex-components-modal.mjs +1 -1
  116. package/fesm2022/acorex-components-navbar.mjs +3 -3
  117. package/fesm2022/acorex-components-navbar.mjs.map +1 -1
  118. package/fesm2022/acorex-components-notification.mjs +378 -250
  119. package/fesm2022/acorex-components-notification.mjs.map +1 -1
  120. package/fesm2022/acorex-components-number-box-legacy.mjs +2 -2
  121. package/fesm2022/acorex-components-number-box-legacy.mjs.map +1 -1
  122. package/fesm2022/acorex-components-number-box.mjs +2 -2
  123. package/fesm2022/acorex-components-number-box.mjs.map +1 -1
  124. package/fesm2022/acorex-components-otp.mjs +2 -2
  125. package/fesm2022/acorex-components-otp.mjs.map +1 -1
  126. package/fesm2022/acorex-components-page.mjs.map +1 -1
  127. package/fesm2022/acorex-components-paint.mjs +19 -14
  128. package/fesm2022/acorex-components-paint.mjs.map +1 -1
  129. package/fesm2022/acorex-components-password-box.mjs +4 -4
  130. package/fesm2022/acorex-components-password-box.mjs.map +1 -1
  131. package/fesm2022/acorex-components-pdf-reader.mjs +2 -2
  132. package/fesm2022/acorex-components-pdf-reader.mjs.map +1 -1
  133. package/fesm2022/acorex-components-phone-box.mjs +2 -2
  134. package/fesm2022/acorex-components-phone-box.mjs.map +1 -1
  135. package/fesm2022/acorex-components-picker.mjs +6 -6
  136. package/fesm2022/acorex-components-picker.mjs.map +1 -1
  137. package/fesm2022/acorex-components-popover.mjs +136 -175
  138. package/fesm2022/acorex-components-popover.mjs.map +1 -1
  139. package/fesm2022/acorex-components-popup.mjs +296 -106
  140. package/fesm2022/acorex-components-popup.mjs.map +1 -1
  141. package/fesm2022/acorex-components-progress-bar.mjs +3 -5
  142. package/fesm2022/acorex-components-progress-bar.mjs.map +1 -1
  143. package/fesm2022/acorex-components-qrcode.mjs +2 -2
  144. package/fesm2022/acorex-components-qrcode.mjs.map +1 -1
  145. package/fesm2022/acorex-components-query-builder.mjs +2 -2
  146. package/fesm2022/acorex-components-query-builder.mjs.map +1 -1
  147. package/fesm2022/acorex-components-radio.mjs +2 -2
  148. package/fesm2022/acorex-components-radio.mjs.map +1 -1
  149. package/fesm2022/acorex-components-rail-navigation.mjs +25 -27
  150. package/fesm2022/acorex-components-rail-navigation.mjs.map +1 -1
  151. package/fesm2022/acorex-components-range-slider.mjs +3 -3
  152. package/fesm2022/acorex-components-range-slider.mjs.map +1 -1
  153. package/fesm2022/acorex-components-rate-picker.mjs +29 -14
  154. package/fesm2022/acorex-components-rate-picker.mjs.map +1 -1
  155. package/fesm2022/acorex-components-rest-api-generator.mjs.map +1 -1
  156. package/fesm2022/acorex-components-result.mjs +2 -2
  157. package/fesm2022/acorex-components-result.mjs.map +1 -1
  158. package/fesm2022/acorex-components-routing-progress.mjs +2 -2
  159. package/fesm2022/acorex-components-routing-progress.mjs.map +1 -1
  160. package/fesm2022/acorex-components-rrule.mjs.map +1 -1
  161. package/fesm2022/acorex-components-scheduler-picker.mjs +2 -2
  162. package/fesm2022/acorex-components-scheduler-picker.mjs.map +1 -1
  163. package/fesm2022/acorex-components-scheduler.mjs +18 -18
  164. package/fesm2022/acorex-components-scheduler.mjs.map +1 -1
  165. package/fesm2022/acorex-components-scss.mjs.map +1 -1
  166. package/fesm2022/acorex-components-search-box.mjs +3 -9
  167. package/fesm2022/acorex-components-search-box.mjs.map +1 -1
  168. package/fesm2022/acorex-components-select-box.mjs +2 -4
  169. package/fesm2022/acorex-components-select-box.mjs.map +1 -1
  170. package/fesm2022/acorex-components-selection-list-2.mjs +4 -4
  171. package/fesm2022/acorex-components-selection-list-2.mjs.map +1 -1
  172. package/fesm2022/acorex-components-selection-list.mjs +2 -2
  173. package/fesm2022/acorex-components-selection-list.mjs.map +1 -1
  174. package/fesm2022/acorex-components-side-menu.mjs +14 -63
  175. package/fesm2022/acorex-components-side-menu.mjs.map +1 -1
  176. package/fesm2022/acorex-components-skeleton.mjs +2 -2
  177. package/fesm2022/acorex-components-skeleton.mjs.map +1 -1
  178. package/fesm2022/acorex-components-slider.mjs +5 -5
  179. package/fesm2022/acorex-components-slider.mjs.map +1 -1
  180. package/fesm2022/acorex-components-sliding-item.mjs +2 -2
  181. package/fesm2022/acorex-components-sliding-item.mjs.map +1 -1
  182. package/fesm2022/acorex-components-step-wizard.mjs +2 -2
  183. package/fesm2022/acorex-components-step-wizard.mjs.map +1 -1
  184. package/fesm2022/acorex-components-switch.mjs +4 -4
  185. package/fesm2022/acorex-components-switch.mjs.map +1 -1
  186. package/fesm2022/acorex-components-tabs.mjs +2 -2
  187. package/fesm2022/acorex-components-tabs.mjs.map +1 -1
  188. package/fesm2022/acorex-components-tag-box.mjs +2 -2
  189. package/fesm2022/acorex-components-tag-box.mjs.map +1 -1
  190. package/fesm2022/acorex-components-tag.mjs +3 -3
  191. package/fesm2022/acorex-components-tag.mjs.map +1 -1
  192. package/fesm2022/acorex-components-text-area.mjs +2 -2
  193. package/fesm2022/acorex-components-text-area.mjs.map +1 -1
  194. package/fesm2022/acorex-components-text-box.mjs +2 -2
  195. package/fesm2022/acorex-components-text-box.mjs.map +1 -1
  196. package/fesm2022/acorex-components-time-duration.mjs.map +1 -1
  197. package/fesm2022/acorex-components-time-line.mjs +4 -4
  198. package/fesm2022/acorex-components-time-line.mjs.map +1 -1
  199. package/fesm2022/acorex-components-toast.mjs +233 -125
  200. package/fesm2022/acorex-components-toast.mjs.map +1 -1
  201. package/fesm2022/acorex-components-toolbar.mjs +2 -2
  202. package/fesm2022/acorex-components-toolbar.mjs.map +1 -1
  203. package/fesm2022/acorex-components-tooltip.mjs +26 -21
  204. package/fesm2022/acorex-components-tooltip.mjs.map +1 -1
  205. package/fesm2022/acorex-components-tree-view-legacy.mjs +7 -3
  206. package/fesm2022/acorex-components-tree-view-legacy.mjs.map +1 -1
  207. package/fesm2022/acorex-components-tree-view.mjs.map +1 -1
  208. package/fesm2022/acorex-components-uploader.mjs +6 -6
  209. package/fesm2022/acorex-components-uploader.mjs.map +1 -1
  210. package/fesm2022/acorex-components-video-player.mjs +2 -2
  211. package/fesm2022/acorex-components-video-player.mjs.map +1 -1
  212. package/fesm2022/acorex-components-wysiwyg.mjs +12 -12
  213. package/fesm2022/acorex-components-wysiwyg.mjs.map +1 -1
  214. package/fesm2022/acorex-components.mjs.map +1 -1
  215. package/grid-layout-builder/index.d.ts +2 -1
  216. package/kbd/index.d.ts +7 -13
  217. package/loading/index.d.ts +1 -1
  218. package/loading-dialog/index.d.ts +31 -15
  219. package/menu/index.d.ts +4 -0
  220. package/modal/index.d.ts +7 -0
  221. package/notification/index.d.ts +47 -30
  222. package/package.json +3 -3
  223. package/paint/index.d.ts +6 -1
  224. package/popover/index.d.ts +20 -27
  225. package/popup/index.d.ts +98 -27
  226. package/rate-picker/index.d.ts +15 -5
  227. package/side-menu/index.d.ts +2 -9
  228. package/slider/index.d.ts +2 -2
  229. package/toast/index.d.ts +24 -18
  230. package/tooltip/index.d.ts +4 -5
  231. package/tree-view-legacy/index.d.ts +1 -0
  232. package/fesm2022/acorex-components-modal-acorex-components-modal-BnUdtPke.mjs.map +0 -1
  233. package/fesm2022/acorex-components-modal-modal-content.component-Cgq-wx_m.mjs.map +0 -1
@@ -2,13 +2,337 @@ import { MXBaseComponent, AXClosableComponent, AXComponent } from '@acorex/cdk/c
2
2
  import { AXButtonComponent } from '@acorex/components/button';
3
3
  import { AXDecoratorCloseButtonComponent } from '@acorex/components/decorators';
4
4
  import { AXLoadingComponent } from '@acorex/components/loading';
5
- import { AXTranslatorPipe, AXTranslationService } from '@acorex/core/translation';
6
- import { DIALOG_DATA, DialogRef, Dialog } from '@angular/cdk/dialog';
7
- import { TemplatePortal, ComponentPortal, CdkPortalOutlet } from '@angular/cdk/portal';
8
- import { AsyncPipe } from '@angular/common';
5
+ import { AXTranslationService, AXTranslatorPipe } from '@acorex/core/translation';
6
+ import { NgTemplateOutlet, NgComponentOutlet, AsyncPipe } from '@angular/common';
9
7
  import * as i0 from '@angular/core';
10
- import { inject, signal, TemplateRef, ViewEncapsulation, ChangeDetectionStrategy, Component, InjectionToken, NgModule, Injectable } from '@angular/core';
11
- import { GlobalPositionStrategy } from '@angular/cdk/overlay';
8
+ import { InjectionToken, inject, signal, Injectable, input, computed, TemplateRef, ViewEncapsulation, ChangeDetectionStrategy, Component, NgModule } from '@angular/core';
9
+ import { AXOverlayService } from '@acorex/cdk/overlay';
10
+
11
+ const AX_NOTIFICATION_CONFIG = new InjectionToken('AX_NOTIFICATION_CONFIG', {
12
+ providedIn: 'root',
13
+ factory: () => AXNotificationDefaultConfig,
14
+ });
15
+ const AXNotificationDefaultConfig = {
16
+ gap: 5,
17
+ timeOut: 2500,
18
+ timeOutProgress: true,
19
+ closeButton: true,
20
+ location: 'top-end',
21
+ limit: 3,
22
+ pauseOnHover: true,
23
+ };
24
+ function notificationConfig(config = {}) {
25
+ const result = {
26
+ ...AXNotificationDefaultConfig,
27
+ ...config,
28
+ };
29
+ return result;
30
+ }
31
+
32
+ let notificationIdCounter = 0;
33
+ class AXNotificationService {
34
+ constructor() {
35
+ this.overlayService = inject(AXOverlayService);
36
+ this.translationService = inject(AXTranslationService);
37
+ this.defaultConfig = inject(AX_NOTIFICATION_CONFIG);
38
+ this.activeNotifications = signal([], ...(ngDevMode ? [{ debugName: "activeNotifications" }] : []));
39
+ this.reservedNotifications = signal([], ...(ngDevMode ? [{ debugName: "reservedNotifications" }] : []));
40
+ this.notificationCounterRef = signal(null, ...(ngDevMode ? [{ debugName: "notificationCounterRef" }] : []));
41
+ this.moreNotificationsColor = signal('primary', ...(ngDevMode ? [{ debugName: "moreNotificationsColor" }] : []));
42
+ this.moreNotificationsLocation = signal('bottom-center', ...(ngDevMode ? [{ debugName: "moreNotificationsLocation" }] : []));
43
+ this.reserveCounter = signal(0, ...(ngDevMode ? [{ debugName: "reserveCounter" }] : []));
44
+ }
45
+ show(config) {
46
+ config = { ...this.defaultConfig, ...config };
47
+ this.moreNotificationsColor.set(config.color);
48
+ this.moreNotificationsLocation.set(config.location);
49
+ if (this.defaultConfig.limit > 0 && this.activeNotifications().length >= this.defaultConfig.limit) {
50
+ const reservedRef = {
51
+ close: () => {
52
+ console.warn('Reserved notification cannot be closed until it is displayed.');
53
+ },
54
+ };
55
+ this.reservedNotifications.update((prev) => [...prev, { config, reservedRef }]);
56
+ this.handleReservedNotificationCounter();
57
+ return reservedRef;
58
+ }
59
+ return this.displayNotification(config);
60
+ }
61
+ displayNotification(config) {
62
+ const gap = this.defaultConfig.gap;
63
+ const notificationData = {
64
+ buttons: config.buttons,
65
+ icon: config.icon,
66
+ title: config.title,
67
+ content: config.content,
68
+ location: config.location,
69
+ closeButton: config.closeButton ?? true,
70
+ color: config.color,
71
+ timeOut: config.timeOut,
72
+ timeOutProgress: config.timeOutProgress ?? true,
73
+ pauseOnHover: config.pauseOnHover,
74
+ };
75
+ const notificationId = `notification-${++notificationIdCounter}`;
76
+ let internalRef;
77
+ const closeNotification = () => {
78
+ if (internalRef) {
79
+ internalRef.overlayRef.dispose();
80
+ this.activeNotifications.set(this.activeNotifications().filter((n) => n.id !== internalRef.id));
81
+ this.handleShowReservedNotification();
82
+ this.handleReservedNotificationCounter();
83
+ setTimeout(() => {
84
+ this.reposition(config.location, gap);
85
+ });
86
+ }
87
+ };
88
+ this.overlayService
89
+ .create(AXNotificationComponent, {
90
+ inputs: {
91
+ config: notificationData,
92
+ onClose: closeNotification,
93
+ },
94
+ centered: false,
95
+ panelClass: ['ax-animate-animated', 'ax-animate-fadeIn', 'ax-animate-faster'],
96
+ onDispose: () => {
97
+ // Clean up when disposed externally
98
+ const currentNotifications = this.activeNotifications();
99
+ if (internalRef && currentNotifications.find((n) => n.id === internalRef.id)) {
100
+ this.activeNotifications.set(currentNotifications.filter((n) => n.id !== internalRef.id));
101
+ this.handleShowReservedNotification();
102
+ this.handleReservedNotificationCounter();
103
+ }
104
+ },
105
+ })
106
+ .then((overlayRef) => {
107
+ internalRef = {
108
+ id: notificationId,
109
+ overlayRef,
110
+ config: notificationData,
111
+ close: closeNotification,
112
+ };
113
+ // Position the notification BEFORE adding to activeNotifications
114
+ this.positionNotification(overlayRef.overlayElement, config.location, gap);
115
+ this.activeNotifications.update((prev) => [...prev, internalRef]);
116
+ this.handleReservedNotificationCounter();
117
+ });
118
+ return {
119
+ close: () => {
120
+ closeNotification();
121
+ },
122
+ };
123
+ }
124
+ hideAll() {
125
+ this.reserveCounter.set(0);
126
+ this.reservedNotifications.set([]);
127
+ // Close all active notifications
128
+ this.activeNotifications().forEach((notification) => {
129
+ notification.overlayRef.dispose();
130
+ });
131
+ this.activeNotifications.set([]);
132
+ // Close counter notification if exists
133
+ const counterRef = this.notificationCounterRef();
134
+ if (counterRef) {
135
+ counterRef.overlayRef.dispose();
136
+ this.notificationCounterRef.set(null);
137
+ }
138
+ this.handleReservedNotificationCounter();
139
+ }
140
+ handleShowReservedNotification() {
141
+ if (this.activeNotifications().length > this.defaultConfig.limit - 1)
142
+ return;
143
+ if (!this.reservedNotifications().length)
144
+ return;
145
+ const reserved = this.reservedNotifications()[0];
146
+ this.reservedNotifications.update((prev) => prev.slice(1));
147
+ const displayedRef = this.displayNotification(reserved.config);
148
+ this.handleReservedNotificationCounter();
149
+ reserved.reservedRef.close = displayedRef.close;
150
+ }
151
+ handleReservedNotificationCounter() {
152
+ const reservedCount = this.reservedNotifications().length;
153
+ if (reservedCount === this.reserveCounter())
154
+ return;
155
+ this.reserveCounter.set(reservedCount);
156
+ if (reservedCount === 0 && this.notificationCounterRef() !== null) {
157
+ this.notificationCounterRef().close();
158
+ this.notificationCounterRef.set(null);
159
+ return;
160
+ }
161
+ if (reservedCount > 0) {
162
+ if (this.notificationCounterRef() !== null) {
163
+ this.notificationCounterRef().close();
164
+ this.notificationCounterRef.set(null);
165
+ }
166
+ this.createReservedCounterNotification();
167
+ }
168
+ }
169
+ async createReservedCounterNotification() {
170
+ const gap = this.defaultConfig.gap;
171
+ const opt = {
172
+ closeButton: false,
173
+ color: this.moreNotificationsColor(),
174
+ location: this.moreNotificationsLocation(),
175
+ title: await this.translationService.translateAsync('@acorex:common.notifications.more', {
176
+ params: { number: this.reserveCounter() },
177
+ }),
178
+ timeOutProgress: false,
179
+ };
180
+ const notificationId = `notification-counter-${++notificationIdCounter}`;
181
+ const overlayRef = await this.overlayService.create(AXNotificationComponent, {
182
+ inputs: {
183
+ config: opt,
184
+ onClose: () => {
185
+ const currentCounterRef = this.notificationCounterRef();
186
+ if (currentCounterRef) {
187
+ currentCounterRef.overlayRef.dispose();
188
+ if (currentCounterRef.id === notificationId) {
189
+ this.notificationCounterRef.set(null);
190
+ }
191
+ }
192
+ },
193
+ },
194
+ centered: false,
195
+ panelClass: ['ax-animate-animated', 'ax-animate-fadeIn', 'ax-animate-faster'],
196
+ });
197
+ const counterInternalRef = {
198
+ id: notificationId,
199
+ overlayRef,
200
+ config: opt,
201
+ close: () => {
202
+ counterInternalRef.overlayRef.dispose();
203
+ if (this.notificationCounterRef()?.id === counterInternalRef.id) {
204
+ this.notificationCounterRef.set(null);
205
+ }
206
+ },
207
+ };
208
+ this.notificationCounterRef.set(counterInternalRef);
209
+ // Position the counter notification
210
+ this.positionNotification(overlayRef.overlayElement, opt.location, gap);
211
+ }
212
+ positionNotification(element, location, gap) {
213
+ if (!element)
214
+ return;
215
+ const pos = this.getPosition(location) + gap;
216
+ // Override the centered overlay container styles for notification positioning
217
+ element.style.width = 'max-content';
218
+ element.style.height = 'auto';
219
+ element.style.display = 'block';
220
+ element.style.alignItems = '';
221
+ element.style.justifyContent = '';
222
+ // Reset all positioning styles
223
+ element.style.top = '';
224
+ element.style.bottom = '';
225
+ element.style.left = '';
226
+ element.style.right = '';
227
+ element.style.transform = '';
228
+ // Apply position based on location
229
+ switch (location) {
230
+ case 'bottom-center':
231
+ element.style.bottom = pos + 'px';
232
+ element.style.left = '50%';
233
+ element.style.transform = 'translateX(-50%)';
234
+ break;
235
+ case 'bottom-end':
236
+ element.style.bottom = pos + 'px';
237
+ element.style.right = gap + 'px';
238
+ break;
239
+ case 'bottom-start':
240
+ element.style.bottom = pos + 'px';
241
+ element.style.left = gap + 'px';
242
+ break;
243
+ case 'top-center':
244
+ element.style.top = pos + 'px';
245
+ element.style.left = '50%';
246
+ element.style.transform = 'translateX(-50%)';
247
+ break;
248
+ case 'top-end':
249
+ element.style.top = pos + 'px';
250
+ element.style.right = gap + 'px';
251
+ break;
252
+ case 'top-start':
253
+ element.style.top = pos + 'px';
254
+ element.style.left = gap + 'px';
255
+ break;
256
+ case 'center-start':
257
+ element.style.top = '50%';
258
+ element.style.left = gap + 'px';
259
+ element.style.transform = 'translateY(-50%)';
260
+ break;
261
+ case 'center-end':
262
+ element.style.top = '50%';
263
+ element.style.right = gap + 'px';
264
+ element.style.transform = 'translateY(-50%)';
265
+ break;
266
+ }
267
+ }
268
+ reposition(notificationLocation, gap) {
269
+ const list = this.activeNotifications().filter((n) => n.config?.location === notificationLocation);
270
+ list.forEach((notification, index) => {
271
+ const element = notification.overlayRef.overlayElement;
272
+ if (!element)
273
+ return;
274
+ const pos = this.getRepositionPosition(index, gap, list, notificationLocation);
275
+ this.applyRepositionPosition(element, notificationLocation, pos, gap);
276
+ });
277
+ }
278
+ getRepositionPosition(index, gap, list, notificationLocation) {
279
+ if (index === 0)
280
+ return gap;
281
+ const previousNotification = list[index - 1];
282
+ const previousElement = previousNotification.overlayRef.overlayElement;
283
+ if (!previousElement)
284
+ return gap;
285
+ if (notificationLocation.split('-')[0] === 'bottom') {
286
+ return window.innerHeight - previousElement.offsetTop + gap;
287
+ }
288
+ return previousElement.offsetTop + previousElement.offsetHeight + gap;
289
+ }
290
+ applyRepositionPosition(element, location, pos, gap) {
291
+ // Reset transform if needed, then apply position
292
+ const isVerticalCenter = location === 'center-start' || location === 'center-end';
293
+ const isHorizontalCenter = location === 'bottom-center' || location === 'top-center';
294
+ if (location.startsWith('bottom')) {
295
+ element.style.bottom = pos + 'px';
296
+ element.style.top = '';
297
+ if (isHorizontalCenter) {
298
+ element.style.transform = 'translateX(-50%)';
299
+ }
300
+ }
301
+ else if (location.startsWith('top')) {
302
+ element.style.top = pos + 'px';
303
+ element.style.bottom = '';
304
+ if (isHorizontalCenter) {
305
+ element.style.transform = 'translateX(-50%)';
306
+ }
307
+ }
308
+ else if (isVerticalCenter) {
309
+ element.style.top = pos + 'px';
310
+ element.style.bottom = '';
311
+ element.style.transform = '';
312
+ }
313
+ }
314
+ getPosition(location) {
315
+ const list = this.activeNotifications().filter((n) => n.config?.location === location);
316
+ if (list.length === 0)
317
+ return 0;
318
+ const lastNotification = list[list.length - 1];
319
+ const element = lastNotification.overlayRef.overlayElement;
320
+ if (!element)
321
+ return 0;
322
+ if (location.split('-')[0] === 'bottom') {
323
+ return window.innerHeight - element.offsetTop;
324
+ }
325
+ return element.offsetTop + element.offsetHeight;
326
+ }
327
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: AXNotificationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
328
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: AXNotificationService, providedIn: 'root' }); }
329
+ }
330
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: AXNotificationService, decorators: [{
331
+ type: Injectable,
332
+ args: [{
333
+ providedIn: 'root',
334
+ }]
335
+ }] });
12
336
 
13
337
  /**
14
338
  * The Button is a component which detects user interaction and triggers a corresponding event
@@ -18,20 +342,37 @@ import { GlobalPositionStrategy } from '@angular/cdk/overlay';
18
342
  class AXNotificationComponent extends MXBaseComponent {
19
343
  constructor() {
20
344
  super(...arguments);
21
- this.config = inject(DIALOG_DATA);
22
- this.dialogRef = inject(DialogRef);
345
+ /** Notification configuration data */
346
+ this.config = input.required(...(ngDevMode ? [{ debugName: "config" }] : []));
347
+ /** @internal Callback function to close the notification */
348
+ this.onClose = input(...(ngDevMode ? [undefined, { debugName: "onClose" }] : []));
349
+ this.notificationService = inject(AXNotificationService);
23
350
  this.isPaused = signal(false, ...(ngDevMode ? [{ debugName: "isPaused" }] : []));
24
351
  this.remainingTime = signal(0, ...(ngDevMode ? [{ debugName: "remainingTime" }] : []));
25
352
  this.transitionDuration = signal(150, ...(ngDevMode ? [{ debugName: "transitionDuration" }] : []));
353
+ /** Template content if config.content is a TemplateRef */
354
+ this.templateContent = computed(() => {
355
+ const content = this.config().content;
356
+ return content instanceof TemplateRef ? content : null;
357
+ }, ...(ngDevMode ? [{ debugName: "templateContent" }] : []));
358
+ /** Component content if config.content is a component Type */
359
+ this.componentContent = computed(() => {
360
+ const content = this.config().content;
361
+ return typeof content === 'function' ? content : null;
362
+ }, ...(ngDevMode ? [{ debugName: "componentContent" }] : []));
363
+ /** String content if config.content is a string */
364
+ this.stringContent = computed(() => {
365
+ const content = this.config().content;
366
+ return typeof content === 'string' ? content : '';
367
+ }, ...(ngDevMode ? [{ debugName: "stringContent" }] : []));
26
368
  }
27
369
  ngOnInit() {
28
370
  super.ngOnInit();
29
- this._initContent();
30
371
  this._initIcon();
31
- this.remainingTime.set(this.config.timeOut);
372
+ this.remainingTime.set(this.config().timeOut);
32
373
  this._handleTimeOut();
33
374
  this.getHostElement().addEventListener('pointerenter', () => {
34
- if (!this.config.pauseOnHover)
375
+ if (!this.config().pauseOnHover)
35
376
  return;
36
377
  if (this.isPaused())
37
378
  return;
@@ -40,7 +381,7 @@ class AXNotificationComponent extends MXBaseComponent {
40
381
  this.pauseAnimation();
41
382
  });
42
383
  this.getHostElement().addEventListener('pointerleave', () => {
43
- if (!this.config.pauseOnHover)
384
+ if (!this.config().pauseOnHover)
44
385
  return;
45
386
  if (!this.isPaused())
46
387
  return;
@@ -53,7 +394,7 @@ class AXNotificationComponent extends MXBaseComponent {
53
394
  clearInterval(this.intervalId);
54
395
  }
55
396
  _handleTimeOut() {
56
- if (this.config.timeOut) {
397
+ if (this.config().timeOut) {
57
398
  this.intervalId = setInterval(() => {
58
399
  this.remainingTime.update((prev) => prev - this.transitionDuration());
59
400
  if (this.remainingTime() <= 0) {
@@ -64,18 +405,9 @@ class AXNotificationComponent extends MXBaseComponent {
64
405
  }
65
406
  }
66
407
  /** @ignore */
67
- _initContent() {
68
- if (this.config.content instanceof TemplateRef) {
69
- this._selectedPortal = new TemplatePortal(this.config.content, this.getViewContainer());
70
- }
71
- else if (typeof this.config.content === 'function') {
72
- this._selectedPortal = new ComponentPortal(this.config.content);
73
- }
74
- }
75
- /** @ignore */
76
408
  _initIcon() {
77
- if (!this.config.icon) {
78
- switch (this.config.color) {
409
+ if (!this.config().icon) {
410
+ switch (this.config().color) {
79
411
  case 'success':
80
412
  this._icon = 'ax-icon ax-icon-check-circle';
81
413
  break;
@@ -86,74 +418,58 @@ class AXNotificationComponent extends MXBaseComponent {
86
418
  this._icon = 'ax-icon ax-icon-warning';
87
419
  break;
88
420
  default:
89
- this._icon = this.config.icon || 'ax-icon ax-icon-info';
421
+ this._icon = this.config().icon || 'ax-icon ax-icon-info';
90
422
  break;
91
423
  }
92
424
  }
93
425
  else {
94
- this._icon = this.config.icon;
426
+ this._icon = this.config().icon;
95
427
  }
96
428
  }
97
429
  /** @ignore */
98
- get _stringContent() {
99
- return typeof this.config.content === 'string' ? this.config.content : '';
100
- }
101
- /** @ignore */
102
430
  _handleButtonClick(button) {
103
431
  if (button.onClick) {
104
432
  button.onClick({ source: button });
105
433
  }
106
434
  }
107
435
  /**
108
- * Closes the dialog and provides the component and HTML element for reference.
436
+ * Closes the notification.
109
437
  */
110
438
  close() {
111
- this.dialogRef.close({
112
- component: this,
113
- htmlElement: this.getHostElement(),
114
- });
439
+ const closeCallback = this.onClose();
440
+ if (closeCallback) {
441
+ closeCallback();
442
+ }
443
+ }
444
+ /**
445
+ * Closes all notifications.
446
+ */
447
+ closeAll() {
448
+ this.notificationService.hideAll();
115
449
  }
116
450
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: AXNotificationComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
117
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.15", type: AXNotificationComponent, isStandalone: true, selector: "ax-notification", providers: [
451
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.15", type: AXNotificationComponent, isStandalone: true, selector: "ax-notification", inputs: { config: { classPropertyName: "config", publicName: "config", isSignal: true, isRequired: true, transformFunction: null }, onClose: { classPropertyName: "onClose", publicName: "onClose", isSignal: true, isRequired: false, transformFunction: null } }, host: { properties: { "class": "\"ax-\" + config().color" } }, providers: [
118
452
  { provide: AXClosableComponent, useExisting: AXNotificationComponent },
119
453
  { provide: AXComponent, useExisting: AXNotificationComponent },
120
- ], usesInheritance: true, ngImport: i0, template: "<span class=\"ax-notification-icon ax-icon-solid {{ _icon }} ax-{{ this.config.color }}\"></span>\n<div class=\"ax-notification-content\">\n <div class=\"ax-notification-title\">{{ config.title | translate | async }}</div>\n @if (_selectedPortal) {\n <ng-template [cdkPortalOutlet]=\"_selectedPortal\"></ng-template>\n } @else {\n <div>{{ _stringContent | translate | async }}</div>\n }\n\n @if (config.buttons?.length) {\n <div class=\"ax-notification-buttons\">\n @for (button of config.buttons; track $index) {\n <ax-button\n class=\"ax-xs\"\n [text]=\"button.text | translate | async\"\n [color]=\"'ax-' + button.color\"\n [look]=\"'ax-' + button.look\"\n [disabled]=\"button.disabled\"\n (onClick)=\"_handleButtonClick(button)\"\n >\n @if (button.loading) {\n <ax-loading></ax-loading>\n }\n </ax-button>\n }\n </div>\n }\n</div>\n@if (config.closeButton) {\n <ax-close-button></ax-close-button>\n}\n@if (config.timeOutProgress && config.timeOut && remainingTime()) {\n <div\n [class]=\"'ax-notification-progress ax-' + this.config.color\"\n [style.transition-duration]=\"transitionDuration()\"\n [style.width]=\"(remainingTime() * 100) / config.timeOut + '%'\"\n ></div>\n}\n", styles: ["@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-border-style:solid;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-font-weight:initial;--tw-leading:initial;--tw-duration:initial;--tw-ease:initial}}}@layer components{ax-notification{border-radius:var(--radius-lg,.5rem);border-style:var(--tw-border-style);border-width:1px;border-color:var(--color-border-lightest,rgba(var(--ax-sys-color-border-lightest-surface)));background-color:var(--color-lightest,rgba(var(--ax-sys-color-lightest-surface)));width:98vw;padding:calc(var(--spacing,.25rem)*4);font-size:var(--text-sm,.875rem);line-height:var(--tw-leading,var(--text-sm--line-height,calc(1.25/.875)));--tw-shadow:0 20px 25px -5px var(--tw-shadow-color,#0000001a),0 8px 10px -6px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);display:flex;position:relative;overflow:hidden}ax-notification:where(.dark,.dark *){background-color:var(--color-darkest,rgba(var(--ax-sys-color-darkest-surface)))}@media (min-width:768px){ax-notification{width:calc(var(--spacing,.25rem)*96)}}ax-notification .ax-notification-icon{color:var(--ax-comp-bg);padding-inline-end:calc(var(--spacing,.25rem)*3)}ax-notification .ax-notification-content{--tw-font-weight:var(--font-weight-normal,400);font-weight:var(--font-weight-normal,400);color:var(--color-on-surface,rgba(var(--ax-sys-color-on-surface)));flex-direction:column;flex:1;justify-content:center;display:flex}ax-notification .ax-notification-content .ax-notification-title{--tw-leading:calc(var(--spacing,.25rem)*5);line-height:calc(var(--spacing,.25rem)*5);--tw-font-weight:var(--font-weight-medium,500);font-weight:var(--font-weight-medium,500)}ax-notification .ax-notification-content .ax-notification-buttons{margin-top:calc(var(--spacing,.25rem)*3);gap:calc(var(--spacing,.25rem)*3);display:flex}ax-notification .ax-notification-progress{inset-inline-start:calc(var(--spacing,.25rem)*0);inset-inline-end:calc(var(--spacing,.25rem)*0);bottom:calc(var(--spacing,.25rem)*0);height:calc(var(--spacing,.25rem)*1);background-color:var(--ax-comp-bg);width:100%;transition-property:width;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function,cubic-bezier(.4,0,.2,1)));transition-duration:var(--tw-duration,var(--default-transition-duration,.15s));--tw-duration:.3s;--tw-ease:linear;transition-duration:.3s;transition-timing-function:linear;position:absolute}ax-notification .ax-notification-icon,ax-notification .ax-icon-close{max-width:fit-content;font-size:var(--text-xl,1.25rem)!important;line-height:var(--tw-leading,var(--text-xl--line-height,calc(1.75/1.25)))!important;align-items:flex-start!important}}@property --tw-border-style{syntax:\"*\";inherits:false;initial-value:solid}@property --tw-shadow{syntax:\"*\";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:\"*\";inherits:false}@property --tw-shadow-alpha{syntax:\"<percentage>\";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:\"*\";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:\"*\";inherits:false}@property --tw-inset-shadow-alpha{syntax:\"<percentage>\";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:\"*\";inherits:false}@property --tw-ring-shadow{syntax:\"*\";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:\"*\";inherits:false}@property --tw-inset-ring-shadow{syntax:\"*\";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:\"*\";inherits:false}@property --tw-ring-offset-width{syntax:\"<length>\";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:\"*\";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:\"*\";inherits:false;initial-value:0 0 #0000}@property --tw-font-weight{syntax:\"*\";inherits:false}@property --tw-leading{syntax:\"*\";inherits:false}@property --tw-duration{syntax:\"*\";inherits:false}@property --tw-ease{syntax:\"*\";inherits:false}\n/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */\n"], dependencies: [{ kind: "directive", type: CdkPortalOutlet, selector: "[cdkPortalOutlet]", inputs: ["cdkPortalOutlet"], outputs: ["attached"], exportAs: ["cdkPortalOutlet"] }, { kind: "component", type: AXButtonComponent, selector: "ax-button", inputs: ["disabled", "size", "tabIndex", "color", "look", "text", "toggleable", "selected", "iconOnly", "type", "loadingText"], outputs: ["onBlur", "onFocus", "onClick", "selectedChange", "toggleableChange", "lookChange", "colorChange", "disabledChange", "loadingTextChange"] }, { kind: "component", type: AXLoadingComponent, selector: "ax-loading", inputs: ["visible", "type", "context"], outputs: ["visibleChange"] }, { kind: "component", type: AXDecoratorCloseButtonComponent, selector: "ax-close-button", inputs: ["closeAll", "icon"] }, { kind: "pipe", type: AsyncPipe, name: "async" }, { kind: "pipe", type: AXTranslatorPipe, name: "translate" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
454
+ ], usesInheritance: true, ngImport: i0, template: "<span class=\"ax-notification-icon ax-icon-solid {{ _icon }}\"></span>\n<div class=\"ax-notification-content\">\n <div class=\"ax-notification-title\">{{ config().title | translate | async }}</div>\n @if (templateContent()) {\n <ng-container *ngTemplateOutlet=\"templateContent()\"></ng-container>\n } @else if (componentContent()) {\n <ng-container *ngComponentOutlet=\"componentContent()\"></ng-container>\n } @else {\n <div>{{ stringContent() | translate | async }}</div>\n }\n\n @if (config().buttons?.length) {\n <div class=\"ax-notification-buttons\">\n @for (button of config().buttons; track $index) {\n <ax-button\n class=\"ax-xs\"\n [text]=\"button.text | translate | async\"\n [color]=\"button.color\"\n [look]=\"button.look\"\n [disabled]=\"button.disabled\"\n (onClick)=\"_handleButtonClick(button)\"\n >\n @if (button.loading) {\n <ax-loading></ax-loading>\n }\n </ax-button>\n }\n </div>\n }\n</div>\n@if (config().closeButton) {\n <ax-close-button></ax-close-button>\n}\n@if (config().timeOutProgress && config().timeOut && remainingTime()) {\n <div\n class=\"ax-notification-progress\"\n [style.transition-duration]=\"transitionDuration()\"\n [style.width]=\"(remainingTime() * 100) / config().timeOut + '%'\"\n ></div>\n}\n", styles: ["ax-notification.ax-default{--ax-comp-notification-icon-text-color: var(--ax-sys-color-on-lightest-surface);--ax-comp-notification-progress-bg-color: var(--ax-sys-color-surface)}.ax-dark ax-notification.ax-default{--ax-comp-notification-icon-text-color: var(--ax-sys-color-on-darkest-surface);--ax-comp-notification-progress-bg-color: var(--ax-sys-color-lightest-surface)}ax-notification.ax-primary{--ax-comp-notification-icon-text-color: var(--ax-sys-color-primary-surface);--ax-comp-notification-progress-bg-color: var(--ax-sys-color-primary-surface)}ax-notification.ax-secondary{--ax-comp-notification-icon-text-color: var(--ax-sys-color-secondary-surface);--ax-comp-notification-progress-bg-color: var(--ax-sys-color-secondary-surface)}ax-notification.ax-success{--ax-comp-notification-icon-text-color: var(--ax-sys-color-success-surface);--ax-comp-notification-progress-bg-color: var(--ax-sys-color-success-surface)}ax-notification.ax-warning{--ax-comp-notification-icon-text-color: var(--ax-sys-color-warning-surface);--ax-comp-notification-progress-bg-color: var(--ax-sys-color-warning-surface)}ax-notification.ax-danger{--ax-comp-notification-icon-text-color: var(--ax-sys-color-danger-surface);--ax-comp-notification-progress-bg-color: var(--ax-sys-color-danger-surface)}ax-notification.ax-accent1{--ax-comp-notification-icon-text-color: var(--ax-sys-color-accent1-surface);--ax-comp-notification-progress-bg-color: var(--ax-sys-color-accent1-surface)}ax-notification.ax-accent2{--ax-comp-notification-icon-text-color: var(--ax-sys-color-accent2-surface);--ax-comp-notification-progress-bg-color: var(--ax-sys-color-accent2-surface)}ax-notification.ax-accent3{--ax-comp-notification-icon-text-color: var(--ax-sys-color-accent3-surface);--ax-comp-notification-progress-bg-color: var(--ax-sys-color-accent3-surface)}ax-notification.ax-accent4{--ax-comp-notification-icon-text-color: var(--ax-sys-color-accent4-surface);--ax-comp-notification-progress-bg-color: var(--ax-sys-color-accent4-surface)}ax-notification.ax-accent5{--ax-comp-notification-icon-text-color: var(--ax-sys-color-accent5-surface);--ax-comp-notification-progress-bg-color: var(--ax-sys-color-accent5-surface)}ax-notification.ax-accent6{--ax-comp-notification-icon-text-color: var(--ax-sys-color-accent6-surface);--ax-comp-notification-progress-bg-color: var(--ax-sys-color-accent6-surface)}ax-notification.ax-accent7{--ax-comp-notification-icon-text-color: var(--ax-sys-color-accent7-surface);--ax-comp-notification-progress-bg-color: var(--ax-sys-color-accent7-surface)}ax-notification{position:relative;display:flex;width:98vw;overflow:hidden;padding:1rem;--ax-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--ax-shadow-colored: 0 10px 15px -3px var(--ax-shadow-color), 0 4px 6px -4px var(--ax-shadow-color);box-shadow:var(--ax-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)),var(--ax-ring-shadow, 0 0 rgba(0, 0, 0, 0)),var(--ax-shadow);background-color:rgba(var(--ax-comp-notification-bg-color, var(--ax-sys-color-lightest-surface)));font-size:var(--ax-comp-notification-font-size, .875rem);line-height:var(--ax-comp-notification-line-height, 1.25rem);border-width:var(--ax-comp-notification-border-width, 1px);border-color:rgba(var(--ax-comp-notification-border-color, var(--ax-sys-color-border-lightest-surface)));border-radius:var(--ax-comp-notification-border-radius, var(--ax-sys-border-radius))}@media (min-width: 768px){ax-notification{width:24rem}}ax-notification .ax-notification-icon,ax-notification .ax-icon-close{font-size:1.25rem;line-height:1.75rem;max-width:fit-content;align-items:flex-start}ax-notification .ax-notification-icon{color:rgba(var(--ax-comp-notification-icon-text-color));padding-inline-end:.75rem}ax-notification .ax-notification-content{display:flex;flex:1 1 0%;flex-direction:column;font-weight:400;justify-content:center;color:rgba(var(--ax-comp-notification-text-color, var(--ax-sys-color-on-surface)))}ax-notification .ax-notification-content .ax-notification-title{font-weight:500;line-height:1.5}ax-notification .ax-notification-content .ax-notification-buttons{margin-top:.75rem;display:flex;gap:.75rem}ax-notification .ax-notification-progress{width:100%;bottom:0;height:.25rem;position:absolute;inset-inline-end:0px;inset-inline-start:0px;transition-property:width;transition-timing-function:linear;transition-duration:var(--ax-sys-transition-duration);background-color:rgba(var(--ax-comp-notification-progress-bg-color, 255, 255, 255, .46))}.ax-dark ax-notification{--ax-comp-notification-bg-color: var(--ax-sys-color-darkest-surface);--ax-comp-notification-border-color: var(--ax-sys-color-border-darkest-surface)}\n"], dependencies: [{ kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: NgComponentOutlet, selector: "[ngComponentOutlet]", inputs: ["ngComponentOutlet", "ngComponentOutletInputs", "ngComponentOutletInjector", "ngComponentOutletEnvironmentInjector", "ngComponentOutletContent", "ngComponentOutletNgModule", "ngComponentOutletNgModuleFactory"], exportAs: ["ngComponentOutlet"] }, { kind: "component", type: AXButtonComponent, selector: "ax-button", inputs: ["disabled", "size", "tabIndex", "color", "look", "text", "toggleable", "selected", "iconOnly", "type", "loadingText"], outputs: ["onBlur", "onFocus", "onClick", "selectedChange", "toggleableChange", "lookChange", "colorChange", "disabledChange", "loadingTextChange"] }, { kind: "component", type: AXLoadingComponent, selector: "ax-loading", inputs: ["visible", "type", "context"], outputs: ["visibleChange"] }, { kind: "component", type: AXDecoratorCloseButtonComponent, selector: "ax-close-button", inputs: ["closeAll", "icon"] }, { kind: "pipe", type: AsyncPipe, name: "async" }, { kind: "pipe", type: AXTranslatorPipe, name: "translate" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
121
455
  }
122
456
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: AXNotificationComponent, decorators: [{
123
457
  type: Component,
124
- args: [{ selector: 'ax-notification', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, providers: [
458
+ args: [{ selector: 'ax-notification', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, host: {
459
+ '[class]': '"ax-" + config().color',
460
+ }, providers: [
125
461
  { provide: AXClosableComponent, useExisting: AXNotificationComponent },
126
462
  { provide: AXComponent, useExisting: AXNotificationComponent },
127
463
  ], imports: [
128
- CdkPortalOutlet,
464
+ NgTemplateOutlet,
465
+ NgComponentOutlet,
129
466
  AXButtonComponent,
130
467
  AXLoadingComponent,
131
468
  AXDecoratorCloseButtonComponent,
132
469
  AsyncPipe,
133
470
  AXTranslatorPipe,
134
- ], template: "<span class=\"ax-notification-icon ax-icon-solid {{ _icon }} ax-{{ this.config.color }}\"></span>\n<div class=\"ax-notification-content\">\n <div class=\"ax-notification-title\">{{ config.title | translate | async }}</div>\n @if (_selectedPortal) {\n <ng-template [cdkPortalOutlet]=\"_selectedPortal\"></ng-template>\n } @else {\n <div>{{ _stringContent | translate | async }}</div>\n }\n\n @if (config.buttons?.length) {\n <div class=\"ax-notification-buttons\">\n @for (button of config.buttons; track $index) {\n <ax-button\n class=\"ax-xs\"\n [text]=\"button.text | translate | async\"\n [color]=\"'ax-' + button.color\"\n [look]=\"'ax-' + button.look\"\n [disabled]=\"button.disabled\"\n (onClick)=\"_handleButtonClick(button)\"\n >\n @if (button.loading) {\n <ax-loading></ax-loading>\n }\n </ax-button>\n }\n </div>\n }\n</div>\n@if (config.closeButton) {\n <ax-close-button></ax-close-button>\n}\n@if (config.timeOutProgress && config.timeOut && remainingTime()) {\n <div\n [class]=\"'ax-notification-progress ax-' + this.config.color\"\n [style.transition-duration]=\"transitionDuration()\"\n [style.width]=\"(remainingTime() * 100) / config.timeOut + '%'\"\n ></div>\n}\n", styles: ["@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-border-style:solid;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-font-weight:initial;--tw-leading:initial;--tw-duration:initial;--tw-ease:initial}}}@layer components{ax-notification{border-radius:var(--radius-lg,.5rem);border-style:var(--tw-border-style);border-width:1px;border-color:var(--color-border-lightest,rgba(var(--ax-sys-color-border-lightest-surface)));background-color:var(--color-lightest,rgba(var(--ax-sys-color-lightest-surface)));width:98vw;padding:calc(var(--spacing,.25rem)*4);font-size:var(--text-sm,.875rem);line-height:var(--tw-leading,var(--text-sm--line-height,calc(1.25/.875)));--tw-shadow:0 20px 25px -5px var(--tw-shadow-color,#0000001a),0 8px 10px -6px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);display:flex;position:relative;overflow:hidden}ax-notification:where(.dark,.dark *){background-color:var(--color-darkest,rgba(var(--ax-sys-color-darkest-surface)))}@media (min-width:768px){ax-notification{width:calc(var(--spacing,.25rem)*96)}}ax-notification .ax-notification-icon{color:var(--ax-comp-bg);padding-inline-end:calc(var(--spacing,.25rem)*3)}ax-notification .ax-notification-content{--tw-font-weight:var(--font-weight-normal,400);font-weight:var(--font-weight-normal,400);color:var(--color-on-surface,rgba(var(--ax-sys-color-on-surface)));flex-direction:column;flex:1;justify-content:center;display:flex}ax-notification .ax-notification-content .ax-notification-title{--tw-leading:calc(var(--spacing,.25rem)*5);line-height:calc(var(--spacing,.25rem)*5);--tw-font-weight:var(--font-weight-medium,500);font-weight:var(--font-weight-medium,500)}ax-notification .ax-notification-content .ax-notification-buttons{margin-top:calc(var(--spacing,.25rem)*3);gap:calc(var(--spacing,.25rem)*3);display:flex}ax-notification .ax-notification-progress{inset-inline-start:calc(var(--spacing,.25rem)*0);inset-inline-end:calc(var(--spacing,.25rem)*0);bottom:calc(var(--spacing,.25rem)*0);height:calc(var(--spacing,.25rem)*1);background-color:var(--ax-comp-bg);width:100%;transition-property:width;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function,cubic-bezier(.4,0,.2,1)));transition-duration:var(--tw-duration,var(--default-transition-duration,.15s));--tw-duration:.3s;--tw-ease:linear;transition-duration:.3s;transition-timing-function:linear;position:absolute}ax-notification .ax-notification-icon,ax-notification .ax-icon-close{max-width:fit-content;font-size:var(--text-xl,1.25rem)!important;line-height:var(--tw-leading,var(--text-xl--line-height,calc(1.75/1.25)))!important;align-items:flex-start!important}}@property --tw-border-style{syntax:\"*\";inherits:false;initial-value:solid}@property --tw-shadow{syntax:\"*\";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:\"*\";inherits:false}@property --tw-shadow-alpha{syntax:\"<percentage>\";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:\"*\";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:\"*\";inherits:false}@property --tw-inset-shadow-alpha{syntax:\"<percentage>\";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:\"*\";inherits:false}@property --tw-ring-shadow{syntax:\"*\";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:\"*\";inherits:false}@property --tw-inset-ring-shadow{syntax:\"*\";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:\"*\";inherits:false}@property --tw-ring-offset-width{syntax:\"<length>\";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:\"*\";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:\"*\";inherits:false;initial-value:0 0 #0000}@property --tw-font-weight{syntax:\"*\";inherits:false}@property --tw-leading{syntax:\"*\";inherits:false}@property --tw-duration{syntax:\"*\";inherits:false}@property --tw-ease{syntax:\"*\";inherits:false}\n/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */\n"] }]
135
- }] });
136
-
137
- const AX_NOTIFICATION_CONFIG = new InjectionToken('AX_NOTIFICATION_CONFIG', {
138
- providedIn: 'root',
139
- factory: () => AXNotificationDefaultConfig,
140
- });
141
- const AXNotificationDefaultConfig = {
142
- gap: 5,
143
- timeOut: 2500,
144
- timeOutProgress: true,
145
- closeButton: true,
146
- location: 'top-end',
147
- limit: 3,
148
- pauseOnHover: true,
149
- };
150
- function notificationConfig(config = {}) {
151
- const result = {
152
- ...AXNotificationDefaultConfig,
153
- ...config,
154
- };
155
- return result;
156
- }
471
+ ], template: "<span class=\"ax-notification-icon ax-icon-solid {{ _icon }}\"></span>\n<div class=\"ax-notification-content\">\n <div class=\"ax-notification-title\">{{ config().title | translate | async }}</div>\n @if (templateContent()) {\n <ng-container *ngTemplateOutlet=\"templateContent()\"></ng-container>\n } @else if (componentContent()) {\n <ng-container *ngComponentOutlet=\"componentContent()\"></ng-container>\n } @else {\n <div>{{ stringContent() | translate | async }}</div>\n }\n\n @if (config().buttons?.length) {\n <div class=\"ax-notification-buttons\">\n @for (button of config().buttons; track $index) {\n <ax-button\n class=\"ax-xs\"\n [text]=\"button.text | translate | async\"\n [color]=\"button.color\"\n [look]=\"button.look\"\n [disabled]=\"button.disabled\"\n (onClick)=\"_handleButtonClick(button)\"\n >\n @if (button.loading) {\n <ax-loading></ax-loading>\n }\n </ax-button>\n }\n </div>\n }\n</div>\n@if (config().closeButton) {\n <ax-close-button></ax-close-button>\n}\n@if (config().timeOutProgress && config().timeOut && remainingTime()) {\n <div\n class=\"ax-notification-progress\"\n [style.transition-duration]=\"transitionDuration()\"\n [style.width]=\"(remainingTime() * 100) / config().timeOut + '%'\"\n ></div>\n}\n", styles: ["ax-notification.ax-default{--ax-comp-notification-icon-text-color: var(--ax-sys-color-on-lightest-surface);--ax-comp-notification-progress-bg-color: var(--ax-sys-color-surface)}.ax-dark ax-notification.ax-default{--ax-comp-notification-icon-text-color: var(--ax-sys-color-on-darkest-surface);--ax-comp-notification-progress-bg-color: var(--ax-sys-color-lightest-surface)}ax-notification.ax-primary{--ax-comp-notification-icon-text-color: var(--ax-sys-color-primary-surface);--ax-comp-notification-progress-bg-color: var(--ax-sys-color-primary-surface)}ax-notification.ax-secondary{--ax-comp-notification-icon-text-color: var(--ax-sys-color-secondary-surface);--ax-comp-notification-progress-bg-color: var(--ax-sys-color-secondary-surface)}ax-notification.ax-success{--ax-comp-notification-icon-text-color: var(--ax-sys-color-success-surface);--ax-comp-notification-progress-bg-color: var(--ax-sys-color-success-surface)}ax-notification.ax-warning{--ax-comp-notification-icon-text-color: var(--ax-sys-color-warning-surface);--ax-comp-notification-progress-bg-color: var(--ax-sys-color-warning-surface)}ax-notification.ax-danger{--ax-comp-notification-icon-text-color: var(--ax-sys-color-danger-surface);--ax-comp-notification-progress-bg-color: var(--ax-sys-color-danger-surface)}ax-notification.ax-accent1{--ax-comp-notification-icon-text-color: var(--ax-sys-color-accent1-surface);--ax-comp-notification-progress-bg-color: var(--ax-sys-color-accent1-surface)}ax-notification.ax-accent2{--ax-comp-notification-icon-text-color: var(--ax-sys-color-accent2-surface);--ax-comp-notification-progress-bg-color: var(--ax-sys-color-accent2-surface)}ax-notification.ax-accent3{--ax-comp-notification-icon-text-color: var(--ax-sys-color-accent3-surface);--ax-comp-notification-progress-bg-color: var(--ax-sys-color-accent3-surface)}ax-notification.ax-accent4{--ax-comp-notification-icon-text-color: var(--ax-sys-color-accent4-surface);--ax-comp-notification-progress-bg-color: var(--ax-sys-color-accent4-surface)}ax-notification.ax-accent5{--ax-comp-notification-icon-text-color: var(--ax-sys-color-accent5-surface);--ax-comp-notification-progress-bg-color: var(--ax-sys-color-accent5-surface)}ax-notification.ax-accent6{--ax-comp-notification-icon-text-color: var(--ax-sys-color-accent6-surface);--ax-comp-notification-progress-bg-color: var(--ax-sys-color-accent6-surface)}ax-notification.ax-accent7{--ax-comp-notification-icon-text-color: var(--ax-sys-color-accent7-surface);--ax-comp-notification-progress-bg-color: var(--ax-sys-color-accent7-surface)}ax-notification{position:relative;display:flex;width:98vw;overflow:hidden;padding:1rem;--ax-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--ax-shadow-colored: 0 10px 15px -3px var(--ax-shadow-color), 0 4px 6px -4px var(--ax-shadow-color);box-shadow:var(--ax-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)),var(--ax-ring-shadow, 0 0 rgba(0, 0, 0, 0)),var(--ax-shadow);background-color:rgba(var(--ax-comp-notification-bg-color, var(--ax-sys-color-lightest-surface)));font-size:var(--ax-comp-notification-font-size, .875rem);line-height:var(--ax-comp-notification-line-height, 1.25rem);border-width:var(--ax-comp-notification-border-width, 1px);border-color:rgba(var(--ax-comp-notification-border-color, var(--ax-sys-color-border-lightest-surface)));border-radius:var(--ax-comp-notification-border-radius, var(--ax-sys-border-radius))}@media (min-width: 768px){ax-notification{width:24rem}}ax-notification .ax-notification-icon,ax-notification .ax-icon-close{font-size:1.25rem;line-height:1.75rem;max-width:fit-content;align-items:flex-start}ax-notification .ax-notification-icon{color:rgba(var(--ax-comp-notification-icon-text-color));padding-inline-end:.75rem}ax-notification .ax-notification-content{display:flex;flex:1 1 0%;flex-direction:column;font-weight:400;justify-content:center;color:rgba(var(--ax-comp-notification-text-color, var(--ax-sys-color-on-surface)))}ax-notification .ax-notification-content .ax-notification-title{font-weight:500;line-height:1.5}ax-notification .ax-notification-content .ax-notification-buttons{margin-top:.75rem;display:flex;gap:.75rem}ax-notification .ax-notification-progress{width:100%;bottom:0;height:.25rem;position:absolute;inset-inline-end:0px;inset-inline-start:0px;transition-property:width;transition-timing-function:linear;transition-duration:var(--ax-sys-transition-duration);background-color:rgba(var(--ax-comp-notification-progress-bg-color, 255, 255, 255, .46))}.ax-dark ax-notification{--ax-comp-notification-bg-color: var(--ax-sys-color-darkest-surface);--ax-comp-notification-border-color: var(--ax-sys-color-border-darkest-surface)}\n"] }]
472
+ }], propDecorators: { config: [{ type: i0.Input, args: [{ isSignal: true, alias: "config", required: true }] }], onClose: [{ type: i0.Input, args: [{ isSignal: true, alias: "onClose", required: false }] }] } });
157
473
 
158
474
  class AXNotificationModule {
159
475
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: AXNotificationModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
@@ -168,194 +484,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImpo
168
484
  }]
169
485
  }] });
170
486
 
171
- class AXNotificationService {
172
- constructor() {
173
- this.dialog = inject(Dialog);
174
- this.translationService = inject(AXTranslationService);
175
- this.defaultConfig = inject(AX_NOTIFICATION_CONFIG);
176
- this.activeNotifications = [];
177
- this.reservedNotifications = [];
178
- this.notificationCounterElement = null;
179
- this.moreNotificationsColor = 'primary';
180
- this.moreNotificationsLocation = 'bottom-center';
181
- this.reserveCounter = 0;
182
- }
183
- show(config) {
184
- config = { ...this.defaultConfig, ...config };
185
- this.moreNotificationsColor = config.color;
186
- this.moreNotificationsLocation = config.location;
187
- if (this.defaultConfig.limit > 0 && this.activeNotifications.length >= this.defaultConfig.limit) {
188
- const reservedRef = {
189
- close: () => {
190
- console.warn('Reserved notification cannot be closed until it is displayed.');
191
- },
192
- };
193
- this.reservedNotifications.push({ config, reservedRef });
194
- this.handleReservedNotificationCounter();
195
- return reservedRef;
196
- }
197
- return this.displayNotification(config);
198
- }
199
- displayNotification(config) {
200
- const gap = this.defaultConfig.gap;
201
- const pos = this.getPosition(config.location) + gap + 'px';
202
- const positionStrategy = this.getPositionStrategy(new GlobalPositionStrategy(), config.location, pos, gap);
203
- const dialogRef = this.dialog.open(AXNotificationComponent, {
204
- data: config,
205
- autoFocus: '__no_element__',
206
- restoreFocus: false,
207
- role: 'dialog',
208
- ariaModal: true,
209
- closeOnNavigation: true,
210
- closeOnDestroy: true,
211
- hasBackdrop: false,
212
- panelClass: ['animate-fadeIn', 'animate-faster'],
213
- positionStrategy,
214
- });
215
- this.activeNotifications.push(dialogRef.id);
216
- this.handleReservedNotificationCounter();
217
- const notificationRef = dialogRef.componentInstance;
218
- dialogRef.closed.subscribe(() => {
219
- this.activeNotifications = this.activeNotifications.filter((id) => id !== dialogRef.id);
220
- this.handleShowReservedNotification();
221
- this.handleReservedNotificationCounter();
222
- setTimeout(() => {
223
- this.reposition(config.location, gap);
224
- }, 0);
225
- });
226
- return {
227
- close: () => {
228
- notificationRef.close();
229
- },
230
- };
231
- }
232
- hideAll() {
233
- this.dialog.closeAll();
234
- this.reserveCounter = 0;
235
- this.reservedNotifications = [];
236
- this.activeNotifications = [];
237
- this.handleReservedNotificationCounter();
238
- }
239
- handleShowReservedNotification() {
240
- if (this.activeNotifications.length > this.defaultConfig.limit - 1)
241
- return;
242
- if (!this.reservedNotifications.length)
243
- return;
244
- const { config, reservedRef } = this.reservedNotifications.shift();
245
- const displayedRef = this.displayNotification(config);
246
- this.handleReservedNotificationCounter();
247
- reservedRef.close = displayedRef.close;
248
- }
249
- handleReservedNotificationCounter() {
250
- const reservedCount = this.reservedNotifications.length;
251
- if (reservedCount === this.reserveCounter)
252
- return;
253
- this.reserveCounter = reservedCount;
254
- if (reservedCount === 0 && this.notificationCounterElement !== null) {
255
- this.notificationCounterElement.close();
256
- return;
257
- }
258
- if (reservedCount > 0) {
259
- if (this.notificationCounterElement !== null) {
260
- this.notificationCounterElement.close();
261
- }
262
- this.createReservedCounternotification();
263
- }
264
- }
265
- async createReservedCounternotification() {
266
- const opt = {
267
- closeButton: false,
268
- color: this.moreNotificationsColor,
269
- location: this.moreNotificationsLocation,
270
- title: await this.translationService.translateAsync('@acorex:common.notifications.more', {
271
- params: { number: this.reserveCounter },
272
- }),
273
- timeOutProgress: false,
274
- };
275
- const gap = this.defaultConfig.gap;
276
- const pos = this.getPosition(opt.location) + gap + 'px';
277
- const positionStrategy = this.getPositionStrategy(new GlobalPositionStrategy(), opt.location, pos, gap);
278
- const dialogRef = this.dialog.open(AXNotificationComponent, {
279
- data: opt,
280
- autoFocus: '__no_element__',
281
- restoreFocus: true,
282
- role: 'dialog',
283
- ariaModal: true,
284
- closeOnNavigation: true,
285
- closeOnDestroy: true,
286
- hasBackdrop: false,
287
- panelClass: ['animate-fadeIn', 'animate-faster'],
288
- positionStrategy,
289
- });
290
- this.notificationCounterElement = dialogRef.componentInstance;
291
- }
292
- reposition(notificationLocation, gap) {
293
- const list = this.dialog.openDialogs
294
- .map((c) => c.componentInstance)
295
- .filter((c) => c.config?.location == notificationLocation);
296
- list.forEach((element, index) => {
297
- const pos = this.getRepositionPosition(index, gap, list, notificationLocation);
298
- this.getPositionStrategy(element.dialogRef.config.positionStrategy, notificationLocation, pos, gap).apply();
299
- });
300
- }
301
- getRepositionPosition(index, gap, list, notificationLocation) {
302
- if (index === 0)
303
- return gap + 'px';
304
- const previouseElement = list[index - 1];
305
- if (notificationLocation.split('-')[0] == 'bottom') {
306
- return window.innerHeight - previouseElement.getHostElement().offsetTop + gap + 'px';
307
- }
308
- return previouseElement.getHostElement().offsetTop + previouseElement.getHostElement().offsetHeight + gap + 'px';
309
- }
310
- getPosition(location) {
311
- const list = this.dialog.openDialogs
312
- .map((c) => c.componentInstance)
313
- .filter((c) => c.config.location == location);
314
- if (list.length == 0)
315
- return 0;
316
- if (location.split('-')[0] == 'bottom') {
317
- return window.innerHeight - list[list.length - 1].getHostElement().offsetTop;
318
- }
319
- return list[list.length - 1].getHostElement().offsetTop + list[list.length - 1].getHostElement().offsetHeight;
320
- }
321
- getPositionStrategy(positionStrategy, location, pos, gap) {
322
- switch (location) {
323
- case 'bottom-center':
324
- return positionStrategy.bottom(pos).centerHorizontally();
325
- break;
326
- case 'bottom-end':
327
- return positionStrategy.bottom(pos).right(gap + 'px');
328
- break;
329
- case 'bottom-start':
330
- return positionStrategy.bottom(pos).left(gap + 'px');
331
- break;
332
- case 'top-center':
333
- return positionStrategy.top(pos).centerHorizontally();
334
- break;
335
- case 'top-end':
336
- return positionStrategy.top(pos).right(gap + 'px');
337
- break;
338
- case 'top-start':
339
- return positionStrategy.top(pos).left(gap + 'px');
340
- break;
341
- case 'center-start':
342
- return positionStrategy.centerVertically().left(gap + 'px');
343
- break;
344
- case 'center-end':
345
- return positionStrategy.centerVertically().right(gap + 'px');
346
- break;
347
- }
348
- }
349
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: AXNotificationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
350
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: AXNotificationService, providedIn: 'root' }); }
351
- }
352
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: AXNotificationService, decorators: [{
353
- type: Injectable,
354
- args: [{
355
- providedIn: 'root',
356
- }]
357
- }] });
358
-
359
487
  /**
360
488
  * Generated bundle index. Do not edit.
361
489
  */