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

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 (231) hide show
  1. package/accordion/index.d.ts +0 -1
  2. package/action-sheet/index.d.ts +19 -41
  3. package/button-group/index.d.ts +6 -4
  4. package/chips/index.d.ts +3 -8
  5. package/collapse/index.d.ts +4 -6
  6. package/conversation2/README.md +31 -71
  7. package/conversation2/index.d.ts +35 -36
  8. package/data-table/index.d.ts +4 -253
  9. package/dialog/index.d.ts +15 -19
  10. package/dropdown/index.d.ts +4 -3
  11. package/fesm2022/acorex-components-accordion.mjs +8 -13
  12. package/fesm2022/acorex-components-accordion.mjs.map +1 -1
  13. package/fesm2022/acorex-components-action-sheet.mjs +93 -141
  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 +5 -4
  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 +15 -11
  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 +6 -8
  38. package/fesm2022/acorex-components-chips.mjs.map +1 -1
  39. package/fesm2022/acorex-components-circular-progress.mjs +6 -4
  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 +13 -10
  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 +155 -161
  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 +16 -452
  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 +10 -12
  67. package/fesm2022/acorex-components-datetime-picker.mjs.map +1 -1
  68. package/fesm2022/acorex-components-decorators.mjs +20 -13
  69. package/fesm2022/acorex-components-decorators.mjs.map +1 -1
  70. package/fesm2022/acorex-components-dialog.mjs +47 -67
  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 +6 -7
  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 +13 -12
  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 +17 -9
  84. package/fesm2022/acorex-components-form.mjs.map +1 -1
  85. package/fesm2022/acorex-components-grid-layout-builder.mjs +4 -5
  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 +6 -4
  94. package/fesm2022/acorex-components-kanban.mjs.map +1 -1
  95. package/fesm2022/acorex-components-kbd.mjs +25 -7
  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 +36 -73
  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 +6 -27
  110. package/fesm2022/acorex-components-menu.mjs.map +1 -1
  111. package/fesm2022/{acorex-components-modal-acorex-components-modal-Bmoz9DL5.mjs → acorex-components-modal-acorex-components-modal-BnUdtPke.mjs} +5 -29
  112. package/fesm2022/acorex-components-modal-acorex-components-modal-BnUdtPke.mjs.map +1 -0
  113. package/fesm2022/{acorex-components-modal-modal-content.component-CSJU1vRi.mjs → acorex-components-modal-modal-content.component-Cgq-wx_m.mjs} +7 -5
  114. package/fesm2022/acorex-components-modal-modal-content.component-Cgq-wx_m.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 +250 -378
  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 +14 -19
  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 +175 -136
  138. package/fesm2022/acorex-components-popover.mjs.map +1 -1
  139. package/fesm2022/acorex-components-popup.mjs +106 -296
  140. package/fesm2022/acorex-components-popup.mjs.map +1 -1
  141. package/fesm2022/acorex-components-progress-bar.mjs +5 -3
  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 +27 -25
  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 +14 -29
  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 +9 -3
  167. package/fesm2022/acorex-components-search-box.mjs.map +1 -1
  168. package/fesm2022/acorex-components-select-box.mjs +4 -2
  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 +63 -14
  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 +125 -233
  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 +12 -12
  204. package/fesm2022/acorex-components-tooltip.mjs.map +1 -1
  205. package/fesm2022/acorex-components-tree-view-legacy.mjs.map +1 -1
  206. package/fesm2022/acorex-components-tree-view.mjs.map +1 -1
  207. package/fesm2022/acorex-components-uploader.mjs +6 -6
  208. package/fesm2022/acorex-components-uploader.mjs.map +1 -1
  209. package/fesm2022/acorex-components-video-player.mjs +2 -2
  210. package/fesm2022/acorex-components-video-player.mjs.map +1 -1
  211. package/fesm2022/acorex-components-wysiwyg.mjs +12 -12
  212. package/fesm2022/acorex-components-wysiwyg.mjs.map +1 -1
  213. package/fesm2022/acorex-components.mjs.map +1 -1
  214. package/grid-layout-builder/index.d.ts +1 -2
  215. package/kbd/index.d.ts +13 -7
  216. package/loading/index.d.ts +1 -1
  217. package/loading-dialog/index.d.ts +15 -31
  218. package/menu/index.d.ts +0 -4
  219. package/modal/index.d.ts +0 -7
  220. package/notification/index.d.ts +30 -47
  221. package/package.json +15 -15
  222. package/paint/index.d.ts +1 -6
  223. package/popover/index.d.ts +27 -20
  224. package/popup/index.d.ts +27 -98
  225. package/rate-picker/index.d.ts +5 -15
  226. package/side-menu/index.d.ts +9 -2
  227. package/slider/index.d.ts +2 -2
  228. package/toast/index.d.ts +18 -24
  229. package/tooltip/index.d.ts +2 -2
  230. package/fesm2022/acorex-components-modal-acorex-components-modal-Bmoz9DL5.mjs.map +0 -1
  231. package/fesm2022/acorex-components-modal-modal-content.component-CSJU1vRi.mjs.map +0 -1
@@ -4139,7 +4139,6 @@ interface AXMessageAvatarTemplateContext {
4139
4139
  declare class AXMessageListService {
4140
4140
  private readonly conversationService;
4141
4141
  private readonly composerService;
4142
- private readonly config;
4143
4142
  private get registry();
4144
4143
  readonly activeConversation: _angular_core.Signal<AXConversation>;
4145
4144
  readonly activeMessages: _angular_core.Signal<AXMessage[]>;
@@ -5062,7 +5061,7 @@ declare const AX_CONVERSATION_INFO_BAR_DELETE_ACTION: AXInfoBarAction;
5062
5061
  */
5063
5062
  declare const AX_CONVERSATION_INFO_BAR_BLOCK_ACTION: AXInfoBarAction;
5064
5063
 
5065
- declare class AXAudioRendererComponent {
5064
+ declare class AudioRendererComponent {
5066
5065
  private readonly platformId;
5067
5066
  /** Message to render */
5068
5067
  readonly message: _angular_core.InputSignal<AXMessage>;
@@ -5105,11 +5104,11 @@ declare class AXAudioRendererComponent {
5105
5104
  onProgressClick(event: MouseEvent): void;
5106
5105
  /** Format time (seconds to MM:SS) */
5107
5106
  private formatTime;
5108
- static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXAudioRendererComponent, never>;
5109
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXAudioRendererComponent, "ax-conversation-audio-renderer", never, { "message": { "alias": "message"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
5107
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<AudioRendererComponent, never>;
5108
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<AudioRendererComponent, "ax-conversation-audio-renderer", never, { "message": { "alias": "message"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
5110
5109
  }
5111
5110
 
5112
- declare class AXContactRendererComponent {
5111
+ declare class ContactRendererComponent {
5113
5112
  private readonly toastService;
5114
5113
  /** Message to render */
5115
5114
  readonly message: _angular_core.InputSignal<AXMessage>;
@@ -5121,11 +5120,11 @@ declare class AXContactRendererComponent {
5121
5120
  copyContact(): Promise<void>;
5122
5121
  /** Format contact information as text */
5123
5122
  private formatContactText;
5124
- static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXContactRendererComponent, never>;
5125
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXContactRendererComponent, "ax-conversation-contact-renderer", never, { "message": { "alias": "message"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
5123
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<ContactRendererComponent, never>;
5124
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<ContactRendererComponent, "ax-conversation-contact-renderer", never, { "message": { "alias": "message"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
5126
5125
  }
5127
5126
 
5128
- declare class AXFallbackRendererComponent {
5127
+ declare class FallbackRendererComponent {
5129
5128
  /** Message to render */
5130
5129
  readonly message: _angular_core.InputSignal<AXMessage>;
5131
5130
  /** Show raw data */
@@ -5138,11 +5137,11 @@ declare class AXFallbackRendererComponent {
5138
5137
  readonly rawPayload: _angular_core.Signal<string>;
5139
5138
  /** Toggle raw data display */
5140
5139
  toggleRaw(): void;
5141
- static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXFallbackRendererComponent, never>;
5142
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXFallbackRendererComponent, "ax-conversation-fallback-renderer", never, { "message": { "alias": "message"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
5140
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<FallbackRendererComponent, never>;
5141
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<FallbackRendererComponent, "ax-conversation-fallback-renderer", never, { "message": { "alias": "message"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
5143
5142
  }
5144
5143
 
5145
- declare class AXFileRendererComponent {
5144
+ declare class FileRendererComponent {
5146
5145
  /** Message to render */
5147
5146
  readonly message: _angular_core.InputSignal<AXMessage>;
5148
5147
  /** File payload */
@@ -5161,11 +5160,11 @@ declare class AXFileRendererComponent {
5161
5160
  readonly fileIconColor: _angular_core.Signal<string>;
5162
5161
  /** Formatted file size */
5163
5162
  readonly formattedSize: _angular_core.Signal<string>;
5164
- static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXFileRendererComponent, never>;
5165
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXFileRendererComponent, "ax-conversation-file-renderer", never, { "message": { "alias": "message"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
5163
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<FileRendererComponent, never>;
5164
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<FileRendererComponent, "ax-conversation-file-renderer", never, { "message": { "alias": "message"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
5166
5165
  }
5167
5166
 
5168
- declare class AXImageRendererComponent {
5167
+ declare class ImageRendererComponent {
5169
5168
  private readonly platformId;
5170
5169
  /** Message to render */
5171
5170
  readonly message: _angular_core.InputSignal<AXMessage>;
@@ -5189,11 +5188,11 @@ declare class AXImageRendererComponent {
5189
5188
  onError(): void;
5190
5189
  /** Handle image click */
5191
5190
  onClick(): void;
5192
- static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXImageRendererComponent, never>;
5193
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXImageRendererComponent, "ax-conversation-image-renderer", never, { "message": { "alias": "message"; "required": true; "isSignal": true; }; }, { "imageClick": "imageClick"; }, never, never, true, never>;
5191
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<ImageRendererComponent, never>;
5192
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<ImageRendererComponent, "ax-conversation-image-renderer", never, { "message": { "alias": "message"; "required": true; "isSignal": true; }; }, { "imageClick": "imageClick"; }, never, never, true, never>;
5194
5193
  }
5195
5194
 
5196
- declare class AXLocationRendererComponent {
5195
+ declare class LocationRendererComponent {
5197
5196
  /** Message to render */
5198
5197
  readonly message: _angular_core.InputSignal<AXMessage>;
5199
5198
  /** Location payload */
@@ -5218,11 +5217,11 @@ declare class AXLocationRendererComponent {
5218
5217
  popupOpen: boolean;
5219
5218
  popupCloseButton: boolean;
5220
5219
  }[]>;
5221
- static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXLocationRendererComponent, never>;
5222
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXLocationRendererComponent, "ax-conversation-location-renderer", never, { "message": { "alias": "message"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
5220
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<LocationRendererComponent, never>;
5221
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<LocationRendererComponent, "ax-conversation-location-renderer", never, { "message": { "alias": "message"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
5223
5222
  }
5224
5223
 
5225
- declare class AXStickerRendererComponent {
5224
+ declare class StickerRendererComponent {
5226
5225
  /** Message to render */
5227
5226
  readonly message: _angular_core.InputSignal<AXMessage>;
5228
5227
  /** Loading state */
@@ -5239,22 +5238,22 @@ declare class AXStickerRendererComponent {
5239
5238
  onLoad(): void;
5240
5239
  /** Handle image error */
5241
5240
  onError(): void;
5242
- static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXStickerRendererComponent, never>;
5243
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXStickerRendererComponent, "ax-conversation-sticker-renderer", never, { "message": { "alias": "message"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
5241
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<StickerRendererComponent, never>;
5242
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<StickerRendererComponent, "ax-conversation-sticker-renderer", never, { "message": { "alias": "message"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
5244
5243
  }
5245
5244
 
5246
- declare class AXSystemRendererComponent {
5245
+ declare class SystemRendererComponent {
5247
5246
  /** Message to render */
5248
5247
  readonly message: _angular_core.InputSignal<AXMessage>;
5249
5248
  /** System payload */
5250
5249
  readonly payload: _angular_core.Signal<AXSystemPayload>;
5251
5250
  /** Icon class based on system message type */
5252
5251
  readonly iconClass: _angular_core.Signal<"fa-light fa-image" | "fa-light fa-user-plus" | "fa-light fa-user-minus" | "fa-light fa-pen" | "fa-light fa-info-circle">;
5253
- static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXSystemRendererComponent, never>;
5254
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXSystemRendererComponent, "ax-conversation-system-renderer", never, { "message": { "alias": "message"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
5252
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<SystemRendererComponent, never>;
5253
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<SystemRendererComponent, "ax-conversation-system-renderer", never, { "message": { "alias": "message"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
5255
5254
  }
5256
5255
 
5257
- declare class AXTextRendererComponent {
5256
+ declare class TextRendererComponent {
5258
5257
  private readonly infoBarService;
5259
5258
  private readonly sanitizer;
5260
5259
  /** Message to render */
@@ -5269,11 +5268,11 @@ declare class AXTextRendererComponent {
5269
5268
  private linkify;
5270
5269
  /** Highlight search query in text */
5271
5270
  private highlightSearch;
5272
- static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXTextRendererComponent, never>;
5273
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXTextRendererComponent, "ax-conversation-text-renderer", never, { "message": { "alias": "message"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
5271
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<TextRendererComponent, never>;
5272
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<TextRendererComponent, "ax-conversation-text-renderer", never, { "message": { "alias": "message"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
5274
5273
  }
5275
5274
 
5276
- declare class AXVideoRendererComponent {
5275
+ declare class VideoRendererComponent {
5277
5276
  private readonly platformId;
5278
5277
  /** Message to render */
5279
5278
  readonly message: _angular_core.InputSignal<AXMessage>;
@@ -5297,11 +5296,11 @@ declare class AXVideoRendererComponent {
5297
5296
  onError(): void;
5298
5297
  /** Format duration (seconds to MM:SS) */
5299
5298
  formatDuration(seconds: number): string;
5300
- static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXVideoRendererComponent, never>;
5301
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXVideoRendererComponent, "ax-conversation-video-renderer", never, { "message": { "alias": "message"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
5299
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<VideoRendererComponent, never>;
5300
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<VideoRendererComponent, "ax-conversation-video-renderer", never, { "message": { "alias": "message"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
5302
5301
  }
5303
5302
 
5304
- declare class AXVoiceRendererComponent {
5303
+ declare class VoiceRendererComponent {
5305
5304
  private readonly platformId;
5306
5305
  /** Message to render */
5307
5306
  readonly message: _angular_core.InputSignal<AXMessage>;
@@ -5342,8 +5341,8 @@ declare class AXVoiceRendererComponent {
5342
5341
  onError(): void;
5343
5342
  /** Format time (seconds to MM:SS) */
5344
5343
  private formatTime;
5345
- static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXVoiceRendererComponent, never>;
5346
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXVoiceRendererComponent, "ax-conversation-voice-renderer", never, { "message": { "alias": "message"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
5344
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<VoiceRendererComponent, never>;
5345
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<VoiceRendererComponent, "ax-conversation-voice-renderer", never, { "message": { "alias": "message"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
5347
5346
  }
5348
5347
 
5349
5348
  /**
@@ -5467,7 +5466,7 @@ declare class AXConversation2Module {
5467
5466
  */
5468
5467
  static forChild(options?: Omit<AXConversationOptions, 'userApi' | 'conversationApi' | 'messageApi' | 'realtimeApi'>): ModuleWithProviders<AXConversation2Module>;
5469
5468
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXConversation2Module, never>;
5470
- static ɵmod: _angular_core.ɵɵNgModuleDeclaration<AXConversation2Module, never, [typeof i1.CommonModule, typeof i2.FormsModule, typeof AXConversationContainerComponent, typeof AXSidebarComponent, typeof AXInfoBarComponent, typeof AXMessageListComponent, typeof AXComposerComponent, typeof AXTextRendererComponent, typeof AXImageRendererComponent, typeof AXVideoRendererComponent, typeof AXAudioRendererComponent, typeof AXVoiceRendererComponent, typeof AXFileRendererComponent, typeof AXLocationRendererComponent, typeof AXStickerRendererComponent, typeof AXFallbackRendererComponent, typeof AXInfiniteScrollDirective], [typeof AXConversationContainerComponent, typeof AXSidebarComponent, typeof AXInfoBarComponent, typeof AXMessageListComponent, typeof AXComposerComponent, typeof AXTextRendererComponent, typeof AXImageRendererComponent, typeof AXVideoRendererComponent, typeof AXAudioRendererComponent, typeof AXVoiceRendererComponent, typeof AXFileRendererComponent, typeof AXLocationRendererComponent, typeof AXStickerRendererComponent, typeof AXFallbackRendererComponent, typeof AXInfiniteScrollDirective]>;
5469
+ static ɵmod: _angular_core.ɵɵNgModuleDeclaration<AXConversation2Module, never, [typeof i1.CommonModule, typeof i2.FormsModule, typeof AXConversationContainerComponent, typeof AXSidebarComponent, typeof AXInfoBarComponent, typeof AXMessageListComponent, typeof AXComposerComponent, typeof TextRendererComponent, typeof ImageRendererComponent, typeof VideoRendererComponent, typeof AudioRendererComponent, typeof VoiceRendererComponent, typeof FileRendererComponent, typeof LocationRendererComponent, typeof StickerRendererComponent, typeof FallbackRendererComponent, typeof AXInfiniteScrollDirective], [typeof AXConversationContainerComponent, typeof AXSidebarComponent, typeof AXInfoBarComponent, typeof AXMessageListComponent, typeof AXComposerComponent, typeof TextRendererComponent, typeof ImageRendererComponent, typeof VideoRendererComponent, typeof AudioRendererComponent, typeof VoiceRendererComponent, typeof FileRendererComponent, typeof LocationRendererComponent, typeof StickerRendererComponent, typeof FallbackRendererComponent, typeof AXInfiniteScrollDirective]>;
5471
5470
  static ɵinj: _angular_core.ɵɵInjectorDeclaration<AXConversation2Module>;
5472
5471
  }
5473
5472
  /**
@@ -6136,5 +6135,5 @@ declare function getErrorMessage(code: string, params?: Record<string, string |
6136
6135
  */
6137
6136
  type AXErrorCode = typeof MESSAGE_ERRORS[keyof typeof MESSAGE_ERRORS]['code'] | typeof FILE_ERRORS[keyof typeof FILE_ERRORS]['code'] | typeof USER_ERRORS[keyof typeof USER_ERRORS]['code'] | typeof CONVERSATION_ERRORS[keyof typeof CONVERSATION_ERRORS]['code'] | typeof CONNECTION_ERRORS[keyof typeof CONNECTION_ERRORS]['code'] | typeof LOCATION_ERRORS[keyof typeof LOCATION_ERRORS]['code'] | typeof URL_ERRORS[keyof typeof URL_ERRORS]['code'] | typeof PERMISSION_ERRORS[keyof typeof PERMISSION_ERRORS]['code'];
6138
6137
 
6139
- export { AI_API_KEY, AXAIResponderService, AXAudioPickerComponent, AXAudioRendererComponent, AXBaseRegistry, AXComposerActionRegistry, AXComposerComponent, AXComposerPopupComponent, AXComposerService, AXComposerTabRegistry, AXContactPickerComponent, AXContactRendererComponent, AXConversation2Module, AXConversationApi, AXConversationContainerComponent, AXConversationContainerDirective, AXConversationDateUtilsService, AXConversationInfoPanelComponent, AXConversationItemActionRegistry, AXConversationMessageUtilsService, AXConversationService, AXConversationStoreService, AXConversationTabRegistry, AXEmojiTabComponent, AXErrorHandlerService, AXFallbackRendererComponent, AXFilePickerComponent, AXFileRendererComponent, AXFileUploadService, AXForwardMessageDialogComponent, AXImagePickerComponent, AXImageRendererComponent, AXIndexedDBConversationApi, AXIndexedDBMessageAIApi, AXIndexedDBMessageApi, AXIndexedDBRealtimeApi, AXIndexedDBUserApi, AXInfiniteScrollDirective, AXInfoBarActionRegistry, AXInfoBarComponent, AXInfoBarSearchComponent, AXInfoBarService, AXLocationPickerComponent, AXLocationRendererComponent, AXMessageActionRegistry, AXMessageApi, AXMessageListComponent, AXMessageListService, AXMessageRendererRegistry, AXNewConversationDialogComponent, AXPickerFooterComponent, AXPickerHeaderComponent, AXRealtimeApi, AXRegistryService, AXSidebarComponent, AXSidebarService, AXStickerRendererComponent, AXStickerTabComponent, AXSystemRendererComponent, AXTextRendererComponent, AXUserApi, AXVideoPickerComponent, AXVideoRendererComponent, AXVoiceRecorderComponent, AXVoiceRendererComponent, AX_CONVERSATION_AUDIO_RENDERER, AX_CONVERSATION_COMPOSER_AUDIO_ACTION, AX_CONVERSATION_COMPOSER_CONTACT_ACTION, AX_CONVERSATION_COMPOSER_EMOJI_ACTION, AX_CONVERSATION_COMPOSER_EMOJI_TAB, AX_CONVERSATION_COMPOSER_FILE_ACTION, AX_CONVERSATION_COMPOSER_IMAGE_ACTION, AX_CONVERSATION_COMPOSER_LOCATION_ACTION, AX_CONVERSATION_COMPOSER_STICKER_TAB, AX_CONVERSATION_COMPOSER_VIDEO_ACTION, AX_CONVERSATION_COMPOSER_VOICE_RECORDING_ACTION, AX_CONVERSATION_CONTACT_RENDERER, AX_CONVERSATION_FALLBACK_RENDERER, AX_CONVERSATION_FILE_RENDERER, AX_CONVERSATION_IMAGE_RENDERER, AX_CONVERSATION_INFO_BAR_ARCHIVE_ACTION, AX_CONVERSATION_INFO_BAR_BLOCK_ACTION, AX_CONVERSATION_INFO_BAR_DELETE_ACTION, AX_CONVERSATION_INFO_BAR_DIVIDER, AX_CONVERSATION_INFO_BAR_INFO_ACTION, AX_CONVERSATION_INFO_BAR_MUTE_ACTION, AX_CONVERSATION_INFO_BAR_SEARCH_ACTION, AX_CONVERSATION_ITEM_BLOCK_ACTION, AX_CONVERSATION_ITEM_DELETE_ACTION, AX_CONVERSATION_ITEM_DIVIDER, AX_CONVERSATION_ITEM_MARK_READ_ACTION, AX_CONVERSATION_ITEM_MUTE_ACTION, AX_CONVERSATION_ITEM_PIN_ACTION, AX_CONVERSATION_LOCATION_RENDERER, AX_CONVERSATION_MESSAGE_COPY_ACTION, AX_CONVERSATION_MESSAGE_DELETE_ACTION, AX_CONVERSATION_MESSAGE_EDIT_ACTION, AX_CONVERSATION_MESSAGE_FORWARD_ACTION, AX_CONVERSATION_MESSAGE_REPLY_ACTION, AX_CONVERSATION_STICKER_RENDERER, AX_CONVERSATION_SYSTEM_RENDERER, AX_CONVERSATION_TAB_ALL, AX_CONVERSATION_TAB_ARCHIVED, AX_CONVERSATION_TAB_CHANNELS, AX_CONVERSATION_TAB_GROUPS, AX_CONVERSATION_TAB_PRIVATE, AX_CONVERSATION_TAB_UNREAD, AX_CONVERSATION_TEXT_RENDERER, AX_CONVERSATION_VIDEO_RENDERER, AX_CONVERSATION_VOICE_RENDERER, AX_DEFAULT_CONVERSATION_CONFIG, CONNECTION_ERRORS, CONVERSATION_CONFIG, CONVERSATION_ERRORS, DEFAULT_COMPOSER_ACTIONS, DEFAULT_COMPOSER_TABS, DEFAULT_CONVERSATION_ITEM_ACTIONS, DEFAULT_CONVERSATION_TABS, DEFAULT_INFO_BAR_ACTIONS, DEFAULT_MESSAGE_ACTIONS, DEFAULT_MESSAGE_RENDERERS, ERROR_HANDLER_CONFIG, ERROR_MESSAGES, FILE_ERRORS, LOCATION_ERRORS, MESSAGE_ERRORS, PERMISSION_ERRORS, REGISTRY_CONFIG, URL_ERRORS, USER_ERRORS, formatErrorMessage, getDefaultConversationItemActions, getErrorMessage, mergeWithDefaults, provideConversation, sanitizeInput, validateConversationId, validateEmail, validateFile, validateLatitude, validateLongitude, validateMessagePayload, validateMessageText, validateMessageType, validateUrl, validateUserId, validateUserIds };
6138
+ export { AI_API_KEY, AXAIResponderService, AXAudioPickerComponent, AXBaseRegistry, AXComposerActionRegistry, AXComposerComponent, AXComposerPopupComponent, AXComposerService, AXComposerTabRegistry, AXContactPickerComponent, AXConversation2Module, AXConversationApi, AXConversationContainerComponent, AXConversationContainerDirective, AXConversationDateUtilsService, AXConversationInfoPanelComponent, AXConversationItemActionRegistry, AXConversationMessageUtilsService, AXConversationService, AXConversationStoreService, AXConversationTabRegistry, AXEmojiTabComponent, AXErrorHandlerService, AXFilePickerComponent, AXFileUploadService, AXForwardMessageDialogComponent, AXImagePickerComponent, AXIndexedDBConversationApi, AXIndexedDBMessageAIApi, AXIndexedDBMessageApi, AXIndexedDBRealtimeApi, AXIndexedDBUserApi, AXInfiniteScrollDirective, AXInfoBarActionRegistry, AXInfoBarComponent, AXInfoBarSearchComponent, AXInfoBarService, AXLocationPickerComponent, AXMessageActionRegistry, AXMessageApi, AXMessageListComponent, AXMessageListService, AXMessageRendererRegistry, AXNewConversationDialogComponent, AXPickerFooterComponent, AXPickerHeaderComponent, AXRealtimeApi, AXRegistryService, AXSidebarComponent, AXSidebarService, AXStickerTabComponent, AXUserApi, AXVideoPickerComponent, AXVoiceRecorderComponent, AX_CONVERSATION_AUDIO_RENDERER, AX_CONVERSATION_COMPOSER_AUDIO_ACTION, AX_CONVERSATION_COMPOSER_CONTACT_ACTION, AX_CONVERSATION_COMPOSER_EMOJI_ACTION, AX_CONVERSATION_COMPOSER_EMOJI_TAB, AX_CONVERSATION_COMPOSER_FILE_ACTION, AX_CONVERSATION_COMPOSER_IMAGE_ACTION, AX_CONVERSATION_COMPOSER_LOCATION_ACTION, AX_CONVERSATION_COMPOSER_STICKER_TAB, AX_CONVERSATION_COMPOSER_VIDEO_ACTION, AX_CONVERSATION_COMPOSER_VOICE_RECORDING_ACTION, AX_CONVERSATION_CONTACT_RENDERER, AX_CONVERSATION_FALLBACK_RENDERER, AX_CONVERSATION_FILE_RENDERER, AX_CONVERSATION_IMAGE_RENDERER, AX_CONVERSATION_INFO_BAR_ARCHIVE_ACTION, AX_CONVERSATION_INFO_BAR_BLOCK_ACTION, AX_CONVERSATION_INFO_BAR_DELETE_ACTION, AX_CONVERSATION_INFO_BAR_DIVIDER, AX_CONVERSATION_INFO_BAR_INFO_ACTION, AX_CONVERSATION_INFO_BAR_MUTE_ACTION, AX_CONVERSATION_INFO_BAR_SEARCH_ACTION, AX_CONVERSATION_ITEM_BLOCK_ACTION, AX_CONVERSATION_ITEM_DELETE_ACTION, AX_CONVERSATION_ITEM_DIVIDER, AX_CONVERSATION_ITEM_MARK_READ_ACTION, AX_CONVERSATION_ITEM_MUTE_ACTION, AX_CONVERSATION_ITEM_PIN_ACTION, AX_CONVERSATION_LOCATION_RENDERER, AX_CONVERSATION_MESSAGE_COPY_ACTION, AX_CONVERSATION_MESSAGE_DELETE_ACTION, AX_CONVERSATION_MESSAGE_EDIT_ACTION, AX_CONVERSATION_MESSAGE_FORWARD_ACTION, AX_CONVERSATION_MESSAGE_REPLY_ACTION, AX_CONVERSATION_STICKER_RENDERER, AX_CONVERSATION_SYSTEM_RENDERER, AX_CONVERSATION_TAB_ALL, AX_CONVERSATION_TAB_ARCHIVED, AX_CONVERSATION_TAB_CHANNELS, AX_CONVERSATION_TAB_GROUPS, AX_CONVERSATION_TAB_PRIVATE, AX_CONVERSATION_TAB_UNREAD, AX_CONVERSATION_TEXT_RENDERER, AX_CONVERSATION_VIDEO_RENDERER, AX_CONVERSATION_VOICE_RENDERER, AX_DEFAULT_CONVERSATION_CONFIG, AudioRendererComponent, CONNECTION_ERRORS, CONVERSATION_CONFIG, CONVERSATION_ERRORS, ContactRendererComponent, DEFAULT_COMPOSER_ACTIONS, DEFAULT_COMPOSER_TABS, DEFAULT_CONVERSATION_ITEM_ACTIONS, DEFAULT_CONVERSATION_TABS, DEFAULT_INFO_BAR_ACTIONS, DEFAULT_MESSAGE_ACTIONS, DEFAULT_MESSAGE_RENDERERS, ERROR_HANDLER_CONFIG, ERROR_MESSAGES, FILE_ERRORS, FallbackRendererComponent, FileRendererComponent, ImageRendererComponent, LOCATION_ERRORS, LocationRendererComponent, MESSAGE_ERRORS, PERMISSION_ERRORS, REGISTRY_CONFIG, StickerRendererComponent, SystemRendererComponent, TextRendererComponent, URL_ERRORS, USER_ERRORS, VideoRendererComponent, VoiceRendererComponent, formatErrorMessage, getDefaultConversationItemActions, getErrorMessage, mergeWithDefaults, provideConversation, sanitizeInput, validateConversationId, validateEmail, validateFile, validateLatitude, validateLongitude, validateMessagePayload, validateMessageText, validateMessageType, validateUrl, validateUserId, validateUserIds };
6140
6139
  export type { AXAIResponderConfig, AXApiError, AXAudioPayload, AXBlockReportReason, AXCallEvent, AXComposerAction, AXComposerActionContext, AXComposerActiveComponent, AXComposerTab, AXConnectionEvent, AXConnectionOptions, AXConnectionStatus, AXContactPayload, AXConversation, AXConversationConfig, AXConversationCreateData, AXConversationError, AXConversationFilter, AXConversationFilters, AXConversationItemAction, AXConversationItemActionContext, AXConversationOptions, AXConversationPermissions, AXConversationSettings, AXConversationSettingsUpdate, AXConversationSort, AXConversationStatus, AXConversationTab, AXConversationType, AXConversationUpdateData, AXDeleteMessageCommand, AXEditMessageCommand, AXErrorCode, AXErrorHandlerConfig, AXErrorMessage, AXErrorSeverity, AXFilePayload, AXFileValidationResult, AXGroupedReaction, AXImagePayload, AXInfoBarAction, AXInfoBarActionContext, AXInfoBarActiveComponent, AXLink, AXLinkPreview, AXLocationPayload, AXMention, AXMessage, AXMessageAction, AXMessageActionContext, AXMessageAvatarTemplateContext, AXMessageForwardData, AXMessagePayload, AXMessageRenderer, AXMessageRendererCapabilities, AXMessageSearchFilters, AXMessageStatus, AXMessageType, AXNotificationEvent, AXPaginatedResult, AXPagination, AXParticipant, AXParticipantRole, AXParticipantStatus, AXParticipantUpdate, AXPinnedMessage, AXPollOption, AXPollPayload, AXPresenceStatus, AXPresenceUpdate, AXReaction, AXReadReceipt, AXRegistryConfiguration, AXRegistryItem, AXSendMessageCommand, AXStickerPayload, AXSystemPayload, AXTextFormat, AXTextPayload, AXTypingIndicator, AXUserProfileUpdate, AXUserRole, AXUserSearchFilters, AXValidationResult, AXVideoPayload, AXVoicePayload, DropdownMenuItem, FilePreview, FileUploadProgress };
@@ -1,7 +1,7 @@
1
1
  import * as i2 from '@acorex/cdk/common';
2
- import { AXEvent, MXBaseComponent, AXDataSource, AXSortOrder, AXStyleLookType, AXButtonClickEvent, AXItemClickEvent, AXClickEvent, AXValueChangedEvent, AXListDataSource } from '@acorex/cdk/common';
2
+ import { AXEvent, MXBaseComponent, AXDataSource, AXSortOrder, AXStyleLookType, AXButtonClickEvent, AXItemClickEvent, AXClickEvent, AXValueChangedEvent } from '@acorex/cdk/common';
3
3
  import * as i0 from '@angular/core';
4
- import { TemplateRef, EventEmitter, ChangeDetectorRef, OnInit, DoCheck, QueryList, WritableSignal, ElementRef, AfterViewInit, Signal } from '@angular/core';
4
+ import { TemplateRef, EventEmitter, ChangeDetectorRef, OnInit, AfterViewInit, WritableSignal, Signal, QueryList } from '@angular/core';
5
5
  import * as i11 from '@acorex/core/format';
6
6
  import { AXFormatOptions } from '@acorex/core/format';
7
7
  import * as i8 from '@acorex/components/button';
@@ -592,255 +592,6 @@ declare class AXRowSelectColumnComponent extends AXDataTableColumnComponent {
592
592
  static ɵcmp: i0.ɵɵComponentDeclaration<AXRowSelectColumnComponent, "ax-select-column", never, { "width": { "alias": "width"; "required": false; }; "caption": { "alias": "caption"; "required": false; }; "fixed": { "alias": "fixed"; "required": false; }; }, {}, never, never, true, never>;
593
593
  }
594
594
 
595
- /**
596
- * Component for a data table with infinite scrolling capabilities.
597
- *
598
- * @category Components
599
- */
600
- declare class AXInfiniteScrollDataTableComponent extends AXBaseDataTable implements OnInit, DoCheck {
601
- private document;
602
- private platformID;
603
- private ngZone;
604
- /**
605
- * @ignore
606
- */
607
- protected columns: QueryList<AXDataTableColumnComponent>;
608
- /**
609
- * @ignore
610
- */
611
- protected startFixedColumn(): AXDataTableColumnComponent[];
612
- /**
613
- * @ignore
614
- */
615
- protected endFixedColumn(): AXDataTableColumnComponent[];
616
- /**
617
- * @ignore
618
- */
619
- protected notFixedColumn(): AXDataTableColumnComponent[];
620
- /**
621
- * @ignore
622
- */
623
- protected notFixedColumnCount(): number;
624
- /**
625
- * @ignore
626
- */
627
- protected fixedColumnCount(): number;
628
- /**
629
- * Emits an event when the page changes.
630
- *
631
- * @event
632
- */
633
- onPageChanged: EventEmitter<AXValueChangedEvent<number>>;
634
- /**
635
- * @ignore
636
- */
637
- private clickSubject;
638
- /**
639
- * Emits an event when a row is clicked.
640
- *
641
- * @event
642
- */
643
- onRowClick: EventEmitter<AXDataTableRowClick>;
644
- /**
645
- * Emits an event when a row is double-clicked.
646
- *
647
- * @event
648
- */
649
- onRowDbClick: EventEmitter<AXDataTableRowDbClick>;
650
- /**
651
- * Template for rendering rows in the data table.
652
- */
653
- rowTemplate?: TemplateRef<unknown>;
654
- /**
655
- * Template to display when the data table is empty.
656
- */
657
- emptyTemplate?: TemplateRef<unknown>;
658
- /**
659
- * Controls the visibility of the table header.
660
- *
661
- * @defaultValue true
662
- */
663
- showHeader: boolean;
664
- /**
665
- * Defines the mode for fetching data.
666
- *
667
- * @defaultValue 'auto'
668
- */
669
- fetchDataMode: 'auto' | 'manual';
670
- /**
671
- * Configuration for the loading state of the data table.
672
- *
673
- * @defaultValue { enabled: true, animation: true }
674
- */
675
- loading: {
676
- enabled: boolean;
677
- animation: boolean;
678
- loadingTemplate?: TemplateRef<unknown>;
679
- };
680
- /**
681
- * @ignore
682
- */
683
- protected listDataSource: AXListDataSource<unknown>;
684
- /**
685
- * @ignore
686
- */
687
- protected isLoading: WritableSignal<boolean>;
688
- /**
689
- * @ignore
690
- */
691
- protected hasItems: boolean;
692
- /**
693
- * @ignore
694
- */
695
- protected totalRows: number;
696
- /**
697
- * @ignore
698
- */
699
- protected currentPage: number;
700
- /**
701
- * @ignore
702
- */
703
- protected totalPages: number;
704
- /**
705
- * @ignore
706
- */
707
- protected startRowIndex: number;
708
- /**
709
- * @ignore
710
- */
711
- private lastIndex;
712
- /**
713
- * Event emitted when the focused row changes.
714
- *
715
- * @event
716
- */
717
- focusedRowChange: EventEmitter<unknown>;
718
- /**
719
- * @ignore
720
- */
721
- private _focusedRow;
722
- /**
723
- * Retrieves the currently focused row.
724
- */
725
- get focusedRow(): unknown;
726
- /**
727
- * Sets the currently focused row and emits a change event.
728
- *
729
- * @param v - The row data to be set as focused.
730
- */
731
- set focusedRow(v: unknown);
732
- /**
733
- * Defines the height of each item in the table.
734
- *
735
- * @default 40
736
- */
737
- itemHeight: number | 'auto';
738
- /**
739
- * @ignore
740
- */
741
- protected width: string;
742
- /**
743
- * @ignore
744
- */
745
- protected height: string;
746
- /**
747
- * @ignore
748
- */
749
- private viewport;
750
- /**
751
- * Emitted when the scroll index changes in the table.
752
- *
753
- * @event
754
- */
755
- onScrolledIndexChanged: EventEmitter<AXDataTableScrollIndexChanged>;
756
- trackByIdx(i: any): any;
757
- /**
758
- * @ignore
759
- */
760
- ngOnInit(): void;
761
- /**
762
- * @ignore
763
- */
764
- headerContainer: ElementRef<HTMLDivElement>;
765
- /**
766
- * @ignore
767
- */
768
- footerContainer: ElementRef;
769
- /**
770
- * @ignore
771
- */
772
- scrollableContainer: ElementRef<HTMLDivElement>;
773
- /**
774
- * @ignore
775
- */
776
- protected _handleOnscrolledIndexChange(e: number): void;
777
- /**
778
- * @ignore
779
- */
780
- ngDoCheck(): void;
781
- /**
782
- * @ignore
783
- */
784
- private updateTotalCount;
785
- /**
786
- * @ignore
787
- */
788
- private updateHeight;
789
- /**
790
- * @ignore
791
- */
792
- private updateWidth;
793
- /**
794
- * @ignore
795
- */
796
- private updateHScroll;
797
- /**
798
- * @ignore
799
- */
800
- private copyFixedColumns;
801
- /**
802
- * Updates the viewport by checking its size and scrolling to the last index.
803
- * Marks the component for change detection.
804
- * @ignore
805
- */
806
- render(): void;
807
- /**
808
- * Resets the index to zero and refreshes the data source.
809
- * @ignore
810
- */
811
- refresh(): void;
812
- /**
813
- * @ignore
814
- */
815
- protected handleRowClick(event: MouseEvent, item: unknown): void;
816
- /**
817
- * @ignore
818
- */
819
- private handleRowSingleClick;
820
- /**
821
- * @ignore
822
- */
823
- protected handleRowDoubleClick(e: MouseEvent, item: unknown): void;
824
- /**
825
- * Handles column header clicks to toggle sorting on the column.
826
- *
827
- * @param e - The mouse event triggered by the click.
828
- * @param column - The column that was clicked.
829
- * @ignore
830
- */
831
- handleColumnClick(e: MouseEvent, column: AXDataTableColumnComponent): void;
832
- /**
833
- * @ignore
834
- */
835
- protected getSort(column: AXDataTableColumnComponent): string | undefined;
836
- /**
837
- * @ignore
838
- */
839
- protected _handleOnScroll(): void;
840
- static ɵfac: i0.ɵɵFactoryDeclaration<AXInfiniteScrollDataTableComponent, never>;
841
- static ɵcmp: i0.ɵɵComponentDeclaration<AXInfiniteScrollDataTableComponent, "ax-infinite-scroll-data-table", never, { "dataSource": { "alias": "dataSource"; "required": false; }; "rowTemplate": { "alias": "rowTemplate"; "required": false; }; "emptyTemplate": { "alias": "emptyTemplate"; "required": false; }; "showHeader": { "alias": "showHeader"; "required": false; }; "fetchDataMode": { "alias": "fetchDataMode"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "focusedRow": { "alias": "focusedRow"; "required": false; }; "itemHeight": { "alias": "itemHeight"; "required": false; }; }, { "selectedRowsChange": "selectedRowsChange"; "onPageChanged": "onPageChanged"; "onRowClick": "onRowClick"; "onRowDbClick": "onRowDbClick"; "focusedRowChange": "focusedRowChange"; "onScrolledIndexChanged": "onScrolledIndexChanged"; }, ["columns"], ["ax-header", "ax-footer"], true, never>;
842
- }
843
-
844
595
  /**
845
596
  * Component for displaying and managing a data table with advanced features.
846
597
  *
@@ -1207,9 +958,9 @@ declare class AXDataTableComponent extends AXBaseDataTable implements OnInit, Af
1207
958
 
1208
959
  declare class AXDataTableModule {
1209
960
  static ɵfac: i0.ɵɵFactoryDeclaration<AXDataTableModule, never>;
1210
- static ɵmod: i0.ɵɵNgModuleDeclaration<AXDataTableModule, never, [typeof i1.CommonModule, typeof i2.AXCommonModule, typeof i3.ScrollingModule, typeof i4.AXTranslationModule, typeof i5.AXResultModule, typeof i6.AXLoadingModule, typeof i7.AXSkeletonModule, typeof i8.AXButtonModule, typeof i9.AXDecoratorModule, typeof i10.AXDropdownModule, typeof i11.AXFormatModule, typeof i2.AXRippleDirective, typeof i12.AXDataPagerModule, typeof i13.CdkDropList, typeof i13.CdkDrag, typeof i13.CdkDragPlaceholder, typeof i13.CdkDragHandle, typeof AXInfiniteScrollDataTableComponent, typeof AXDataTableComponent, typeof AXDataTableTextColumnComponent, typeof AXRowIndexColumnComponent, typeof AXRowSelectColumnComponent, typeof AXRowExpandColumnComponent, typeof AXRowCommandColumnComponent, typeof AXRowDropdownCommandColumnComponent, typeof AXDataTableColumnResizableDirective], [typeof AXInfiniteScrollDataTableComponent, typeof AXDataTableComponent, typeof AXDataTableTextColumnComponent, typeof AXRowIndexColumnComponent, typeof AXRowSelectColumnComponent, typeof AXRowExpandColumnComponent, typeof AXRowCommandColumnComponent, typeof AXRowDropdownCommandColumnComponent, typeof AXDataTableColumnResizableDirective]>;
961
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXDataTableModule, never, [typeof i1.CommonModule, typeof i2.AXCommonModule, typeof i3.ScrollingModule, typeof i4.AXTranslationModule, typeof i5.AXResultModule, typeof i6.AXLoadingModule, typeof i7.AXSkeletonModule, typeof i8.AXButtonModule, typeof i9.AXDecoratorModule, typeof i10.AXDropdownModule, typeof i11.AXFormatModule, typeof i2.AXRippleDirective, typeof i12.AXDataPagerModule, typeof i13.CdkDropList, typeof i13.CdkDrag, typeof i13.CdkDragPlaceholder, typeof i13.CdkDragHandle, typeof AXDataTableComponent, typeof AXDataTableTextColumnComponent, typeof AXRowIndexColumnComponent, typeof AXRowSelectColumnComponent, typeof AXRowExpandColumnComponent, typeof AXRowCommandColumnComponent, typeof AXRowDropdownCommandColumnComponent, typeof AXDataTableColumnResizableDirective], [typeof AXDataTableComponent, typeof AXDataTableTextColumnComponent, typeof AXRowIndexColumnComponent, typeof AXRowSelectColumnComponent, typeof AXRowExpandColumnComponent, typeof AXRowCommandColumnComponent, typeof AXRowDropdownCommandColumnComponent, typeof AXDataTableColumnResizableDirective]>;
1211
962
  static ɵinj: i0.ɵɵInjectorDeclaration<AXDataTableModule>;
1212
963
  }
1213
964
 
1214
- export { AXBaseDataTable, AXBaseRowCommandColumnComponent, AXDataTableColumnComponent, AXDataTableColumnResizableDirective, AXDataTableComponent, AXDataTableModule, AXDataTableTextColumnComponent, AXInfiniteScrollDataTableComponent, AXRowCommandColumnComponent, AXRowDropdownCommandColumnComponent, AXRowExpandColumnComponent, AXRowIndexColumnComponent, AXRowSelectColumnComponent };
965
+ export { AXBaseDataTable, AXBaseRowCommandColumnComponent, AXDataTableColumnComponent, AXDataTableColumnResizableDirective, AXDataTableComponent, AXDataTableModule, AXDataTableTextColumnComponent, AXRowCommandColumnComponent, AXRowDropdownCommandColumnComponent, AXRowExpandColumnComponent, AXRowIndexColumnComponent, AXRowSelectColumnComponent };
1215
966
  export type { AXColumnsOrderChangedEvent, AXDataTableRowClick, AXDataTableRowDbClick, AXDataTableScrollIndexChanged, AXRowCommandItem, AXRowCommandItemClickEvent, onColumnSizeChangedEvent };
package/dialog/index.d.ts CHANGED
@@ -1,6 +1,5 @@
1
1
  import * as i2 from '@acorex/cdk/common';
2
2
  import { AXStyleColorType, AXStyleLookType, AXHotKeyAction, MXBaseComponent } from '@acorex/cdk/common';
3
- import { AXOverlayRef } from '@acorex/cdk/overlay';
4
3
  import * as i0 from '@angular/core';
5
4
  import * as i1 from '@angular/common';
6
5
  import * as i3 from '@angular/cdk/drag-drop';
@@ -8,7 +7,8 @@ import * as i4 from '@angular/cdk/a11y';
8
7
  import * as i5 from '@acorex/components/button';
9
8
  import * as i6 from '@acorex/components/decorators';
10
9
  import * as i7 from '@acorex/components/loading';
11
- import * as i8 from '@acorex/core/translation';
10
+ import * as i8 from '@angular/cdk/dialog';
11
+ import * as i9 from '@acorex/core/translation';
12
12
 
13
13
  interface AXDialogButtonItem {
14
14
  text: string;
@@ -48,24 +48,14 @@ interface AXDialogData {
48
48
  icon?: string | 'none';
49
49
  draggable?: boolean;
50
50
  }
51
- /**
52
- * @internal
53
- * Internal reference used by dialog service to manage overlay instances
54
- */
55
- interface AXDialogInternalRef {
56
- overlayRef: AXOverlayRef<unknown>;
57
- close: () => void;
58
- }
59
51
 
60
52
  /**
61
53
  * A dialog component that provides a modal interface for user interactions.
62
54
  * @category Components
63
55
  */
64
56
  declare class AXDialogComponent extends MXBaseComponent {
65
- /** Dialog configuration data */
66
- data: i0.InputSignal<AXDialogData>;
67
- /** @internal Callback function to close the dialog */
68
- onClose: i0.InputSignal<() => void>;
57
+ protected data: AXDialogData;
58
+ private dialogRef;
69
59
  /**
70
60
  * @ignore
71
61
  */
@@ -84,13 +74,19 @@ declare class AXDialogComponent extends MXBaseComponent {
84
74
  * @returns void - No return value. The dialog is closed and removed from the DOM.
85
75
  */
86
76
  close(): void;
77
+ /**
78
+ * @ignore
79
+ */
80
+ get tabIndex(): string;
81
+ /** @ignore */
82
+ private get __hostClass();
87
83
  static ɵfac: i0.ɵɵFactoryDeclaration<AXDialogComponent, never>;
88
- static ɵcmp: i0.ɵɵComponentDeclaration<AXDialogComponent, "ax-dialog", never, { "data": { "alias": "data"; "required": true; "isSignal": true; }; "onClose": { "alias": "onClose"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
84
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXDialogComponent, "ax-dialog", never, {}, {}, never, never, true, never>;
89
85
  }
90
86
 
91
87
  declare class AXDialogModule {
92
88
  static ɵfac: i0.ɵɵFactoryDeclaration<AXDialogModule, never>;
93
- static ɵmod: i0.ɵɵNgModuleDeclaration<AXDialogModule, never, [typeof i1.CommonModule, typeof i2.AXCommonModule, typeof i3.DragDropModule, typeof i4.A11yModule, typeof i5.AXButtonModule, typeof i6.AXDecoratorModule, typeof i7.AXLoadingModule, typeof i8.AXTranslationModule, typeof AXDialogComponent], [typeof AXDialogComponent]>;
89
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXDialogModule, never, [typeof i1.CommonModule, typeof i2.AXCommonModule, typeof i3.DragDropModule, typeof i4.A11yModule, typeof i5.AXButtonModule, typeof i6.AXDecoratorModule, typeof i7.AXLoadingModule, typeof i8.DialogModule, typeof i9.AXTranslationModule, typeof AXDialogComponent], [typeof AXDialogComponent]>;
94
90
  static ɵinj: i0.ɵɵInjectorDeclaration<AXDialogModule>;
95
91
  }
96
92
 
@@ -100,7 +96,7 @@ declare class AXDialogModule {
100
96
  * @category Components
101
97
  */
102
98
  declare class AXDialogService {
103
- private overlayService;
99
+ private dialog;
104
100
  private defaultConfig;
105
101
  private detectIcon;
106
102
  /**
@@ -113,7 +109,7 @@ declare class AXDialogService {
113
109
  * @param draggable - Whether the dialog can be dragged.
114
110
  * @returns Promise<void> - Promise that resolves when the dialog is closed.
115
111
  */
116
- alert(title: string, content: string, type?: AXStyleColorType, orientation?: 'horizontal' | 'vertical', draggable?: boolean): Promise<void>;
112
+ alert(title: string, content: string, type?: AXStyleColorType, orientation?: 'horizontal' | 'vertical', draggable?: boolean, buttonLook?: AXStyleLookType): Promise<void>;
117
113
  /**
118
114
  * Show a confirm box with 'Okay' & 'Cancel' buttons.
119
115
  *
@@ -149,4 +145,4 @@ declare class AXDialogService {
149
145
  }
150
146
 
151
147
  export { AXDialogComponent, AXDialogModule, AXDialogService };
152
- export type { AXDialogButtonItem, AXDialogConfig, AXDialogData, AXDialogInternalRef, AXDialogRef };
148
+ export type { AXDialogButtonItem, AXDialogConfig, AXDialogData, AXDialogRef };
@@ -3,12 +3,13 @@ import { MXInteractiveComponent, MXLookComponent, AXEvent } from '@acorex/cdk/co
3
3
  import * as i0 from '@angular/core';
4
4
  import { OnInit, EventEmitter, OnDestroy } from '@angular/core';
5
5
  import * as polytype from 'polytype';
6
- import * as i5 from '@acorex/components/popover';
6
+ import * as i6 from '@acorex/components/popover';
7
7
  import { AXPopoverComponent } from '@acorex/components/popover';
8
8
  import { Subscription } from 'rxjs';
9
9
  import * as i1 from '@angular/common';
10
10
  import * as i3 from '@angular/cdk/a11y';
11
- import * as i4 from '@acorex/components/decorators';
11
+ import * as i4 from '@angular/cdk/overlay';
12
+ import * as i5 from '@acorex/components/decorators';
12
13
 
13
14
  declare const AXDropdownBoxComponent_base: polytype.Polytype.ClusteredConstructor<[typeof MXInteractiveComponent, typeof MXLookComponent]>;
14
15
  declare class AXDropdownBoxComponent extends AXDropdownBoxComponent_base implements OnInit {
@@ -277,7 +278,7 @@ declare class AXDropdownPanelComponent extends MXInteractiveComponent implements
277
278
 
278
279
  declare class AXDropdownModule {
279
280
  static ɵfac: i0.ɵɵFactoryDeclaration<AXDropdownModule, never>;
280
- static ɵmod: i0.ɵɵNgModuleDeclaration<AXDropdownModule, never, [typeof i1.CommonModule, typeof _acorex_cdk_common.AXCommonModule, typeof i3.A11yModule, typeof i4.AXDecoratorModule, typeof i5.AXPopoverModule, typeof AXDropdownPanelComponent, typeof AXDropdownBoxComponent], [typeof AXDropdownPanelComponent, typeof AXDropdownBoxComponent]>;
281
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXDropdownModule, never, [typeof i1.CommonModule, typeof _acorex_cdk_common.AXCommonModule, typeof i3.A11yModule, typeof i4.OverlayModule, typeof i5.AXDecoratorModule, typeof i6.AXPopoverModule, typeof AXDropdownPanelComponent, typeof AXDropdownBoxComponent], [typeof AXDropdownPanelComponent, typeof AXDropdownBoxComponent]>;
281
282
  static ɵinj: i0.ɵɵInjectorDeclaration<AXDropdownModule>;
282
283
  }
283
284