@acorex/components 20.2.0-next.21 → 20.2.0-next.22

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 (273) hide show
  1. package/accordion/index.d.ts +6 -5
  2. package/button-group/index.d.ts +2 -1
  3. package/calendar/index.d.ts +4 -2
  4. package/code-editor/README.md +3 -0
  5. package/code-editor/index.d.ts +103 -0
  6. package/color-box/index.d.ts +1 -0
  7. package/command/README.md +3 -0
  8. package/command/index.d.ts +60 -0
  9. package/comment/index.d.ts +10 -5
  10. package/conversation/index.d.ts +106 -78
  11. package/data-pager/index.d.ts +12 -12
  12. package/data-table/index.d.ts +59 -3
  13. package/datetime-box/index.d.ts +10 -8
  14. package/datetime-picker/index.d.ts +3 -1
  15. package/decorators/index.d.ts +2 -2
  16. package/dialog/index.d.ts +29 -4
  17. package/drawer-2/index.d.ts +22 -8
  18. package/dropdown/index.d.ts +3 -3
  19. package/dropdown-button/index.d.ts +7 -2
  20. package/fesm2022/acorex-components-accordion.mjs +74 -72
  21. package/fesm2022/acorex-components-accordion.mjs.map +1 -1
  22. package/fesm2022/acorex-components-action-sheet.mjs +10 -10
  23. package/fesm2022/acorex-components-action-sheet.mjs.map +1 -1
  24. package/fesm2022/acorex-components-alert.mjs +9 -11
  25. package/fesm2022/acorex-components-alert.mjs.map +1 -1
  26. package/fesm2022/acorex-components-audio-wave.mjs +7 -7
  27. package/fesm2022/acorex-components-audio-wave.mjs.map +1 -1
  28. package/fesm2022/acorex-components-autocomplete.mjs +7 -8
  29. package/fesm2022/acorex-components-autocomplete.mjs.map +1 -1
  30. package/fesm2022/acorex-components-avatar.mjs +12 -14
  31. package/fesm2022/acorex-components-avatar.mjs.map +1 -1
  32. package/fesm2022/acorex-components-badge.mjs +8 -9
  33. package/fesm2022/acorex-components-badge.mjs.map +1 -1
  34. package/fesm2022/acorex-components-bottom-navigation.mjs +12 -14
  35. package/fesm2022/acorex-components-bottom-navigation.mjs.map +1 -1
  36. package/fesm2022/acorex-components-breadcrumbs.mjs +10 -11
  37. package/fesm2022/acorex-components-breadcrumbs.mjs.map +1 -1
  38. package/fesm2022/acorex-components-button-group.mjs +16 -16
  39. package/fesm2022/acorex-components-button-group.mjs.map +1 -1
  40. package/fesm2022/acorex-components-button.mjs +15 -18
  41. package/fesm2022/acorex-components-button.mjs.map +1 -1
  42. package/fesm2022/acorex-components-calendar.mjs +37 -25
  43. package/fesm2022/acorex-components-calendar.mjs.map +1 -1
  44. package/fesm2022/acorex-components-check-box.mjs +7 -8
  45. package/fesm2022/acorex-components-check-box.mjs.map +1 -1
  46. package/fesm2022/acorex-components-chips.mjs +7 -8
  47. package/fesm2022/acorex-components-chips.mjs.map +1 -1
  48. package/fesm2022/acorex-components-circular-progress.mjs +7 -7
  49. package/fesm2022/acorex-components-circular-progress.mjs.map +1 -1
  50. package/fesm2022/acorex-components-code-editor.mjs +591 -0
  51. package/fesm2022/acorex-components-code-editor.mjs.map +1 -0
  52. package/fesm2022/acorex-components-collapse.mjs +12 -14
  53. package/fesm2022/acorex-components-collapse.mjs.map +1 -1
  54. package/fesm2022/acorex-components-color-box.mjs +13 -11
  55. package/fesm2022/acorex-components-color-box.mjs.map +1 -1
  56. package/fesm2022/acorex-components-color-palette.mjs +44 -40
  57. package/fesm2022/acorex-components-color-palette.mjs.map +1 -1
  58. package/fesm2022/acorex-components-command.mjs +144 -0
  59. package/fesm2022/acorex-components-command.mjs.map +1 -0
  60. package/fesm2022/acorex-components-comment.mjs +42 -36
  61. package/fesm2022/acorex-components-comment.mjs.map +1 -1
  62. package/fesm2022/acorex-components-conversation.mjs +121 -89
  63. package/fesm2022/acorex-components-conversation.mjs.map +1 -1
  64. package/fesm2022/acorex-components-cron-job.mjs +46 -46
  65. package/fesm2022/acorex-components-cron-job.mjs.map +1 -1
  66. package/fesm2022/acorex-components-data-list.mjs +3 -3
  67. package/fesm2022/acorex-components-data-list.mjs.map +1 -1
  68. package/fesm2022/acorex-components-data-pager.mjs +31 -31
  69. package/fesm2022/acorex-components-data-pager.mjs.map +1 -1
  70. package/fesm2022/acorex-components-data-table.mjs +97 -41
  71. package/fesm2022/acorex-components-data-table.mjs.map +1 -1
  72. package/fesm2022/acorex-components-datetime-box.mjs +15 -14
  73. package/fesm2022/acorex-components-datetime-box.mjs.map +1 -1
  74. package/fesm2022/acorex-components-datetime-input.mjs +10 -11
  75. package/fesm2022/acorex-components-datetime-input.mjs.map +1 -1
  76. package/fesm2022/acorex-components-datetime-picker.mjs +15 -14
  77. package/fesm2022/acorex-components-datetime-picker.mjs.map +1 -1
  78. package/fesm2022/acorex-components-decorators.mjs +27 -27
  79. package/fesm2022/acorex-components-decorators.mjs.map +1 -1
  80. package/fesm2022/acorex-components-dialog.mjs +44 -19
  81. package/fesm2022/acorex-components-dialog.mjs.map +1 -1
  82. package/fesm2022/acorex-components-drawer-2.mjs +28 -14
  83. package/fesm2022/acorex-components-drawer-2.mjs.map +1 -1
  84. package/fesm2022/acorex-components-drawer.mjs +13 -13
  85. package/fesm2022/acorex-components-drawer.mjs.map +1 -1
  86. package/fesm2022/acorex-components-dropdown-button.mjs +14 -9
  87. package/fesm2022/acorex-components-dropdown-button.mjs.map +1 -1
  88. package/fesm2022/acorex-components-dropdown.mjs +13 -13
  89. package/fesm2022/acorex-components-dropdown.mjs.map +1 -1
  90. package/fesm2022/acorex-components-file-explorer.mjs +25 -25
  91. package/fesm2022/acorex-components-file-explorer.mjs.map +1 -1
  92. package/fesm2022/acorex-components-flow-chart.mjs +16 -16
  93. package/fesm2022/acorex-components-flow-chart.mjs.map +1 -1
  94. package/fesm2022/acorex-components-form.mjs +26 -16
  95. package/fesm2022/acorex-components-form.mjs.map +1 -1
  96. package/fesm2022/acorex-components-grid-layout-builder.mjs +125 -15
  97. package/fesm2022/acorex-components-grid-layout-builder.mjs.map +1 -1
  98. package/fesm2022/acorex-components-image-editor.mjs +115 -92
  99. package/fesm2022/acorex-components-image-editor.mjs.map +1 -1
  100. package/fesm2022/acorex-components-image.mjs +7 -7
  101. package/fesm2022/acorex-components-image.mjs.map +1 -1
  102. package/fesm2022/acorex-components-json-viewer.mjs +7 -7
  103. package/fesm2022/acorex-components-json-viewer.mjs.map +1 -1
  104. package/fesm2022/acorex-components-kanban.mjs +3 -3
  105. package/fesm2022/acorex-components-kanban.mjs.map +1 -1
  106. package/fesm2022/acorex-components-kbd.mjs +11 -26
  107. package/fesm2022/acorex-components-kbd.mjs.map +1 -1
  108. package/fesm2022/acorex-components-label.mjs +9 -13
  109. package/fesm2022/acorex-components-label.mjs.map +1 -1
  110. package/fesm2022/acorex-components-list.mjs +12 -15
  111. package/fesm2022/acorex-components-list.mjs.map +1 -1
  112. package/fesm2022/acorex-components-loading-dialog.mjs +28 -47
  113. package/fesm2022/acorex-components-loading-dialog.mjs.map +1 -1
  114. package/fesm2022/acorex-components-loading.mjs +24 -26
  115. package/fesm2022/acorex-components-loading.mjs.map +1 -1
  116. package/fesm2022/acorex-components-map.mjs +16 -15
  117. package/fesm2022/acorex-components-map.mjs.map +1 -1
  118. package/fesm2022/acorex-components-media-viewer.mjs +35 -35
  119. package/fesm2022/acorex-components-media-viewer.mjs.map +1 -1
  120. package/fesm2022/acorex-components-menu.mjs +39 -35
  121. package/fesm2022/acorex-components-menu.mjs.map +1 -1
  122. package/fesm2022/{acorex-components-modal-acorex-components-modal-yzX5PZMM.mjs → acorex-components-modal-acorex-components-modal-h5Y-qcbh.mjs} +39 -41
  123. package/fesm2022/{acorex-components-modal-acorex-components-modal-yzX5PZMM.mjs.map → acorex-components-modal-acorex-components-modal-h5Y-qcbh.mjs.map} +1 -1
  124. package/fesm2022/acorex-components-modal-modal-content.component-B6tyMLdU.mjs +235 -0
  125. package/fesm2022/acorex-components-modal-modal-content.component-B6tyMLdU.mjs.map +1 -0
  126. package/fesm2022/acorex-components-modal.mjs +1 -1
  127. package/fesm2022/acorex-components-navbar.mjs +8 -9
  128. package/fesm2022/acorex-components-navbar.mjs.map +1 -1
  129. package/fesm2022/acorex-components-notification.mjs +27 -44
  130. package/fesm2022/acorex-components-notification.mjs.map +1 -1
  131. package/fesm2022/acorex-components-number-box-2.mjs +18 -5
  132. package/fesm2022/acorex-components-number-box-2.mjs.map +1 -1
  133. package/fesm2022/acorex-components-number-box.mjs +7 -7
  134. package/fesm2022/acorex-components-number-box.mjs.map +1 -1
  135. package/fesm2022/acorex-components-otp.mjs +12 -13
  136. package/fesm2022/acorex-components-otp.mjs.map +1 -1
  137. package/fesm2022/acorex-components-page.mjs +10 -10
  138. package/fesm2022/acorex-components-page.mjs.map +1 -1
  139. package/fesm2022/acorex-components-paint.mjs +68 -33
  140. package/fesm2022/acorex-components-paint.mjs.map +1 -1
  141. package/fesm2022/acorex-components-password-box.mjs +14 -17
  142. package/fesm2022/acorex-components-password-box.mjs.map +1 -1
  143. package/fesm2022/acorex-components-pdf-reader.mjs +7 -7
  144. package/fesm2022/acorex-components-pdf-reader.mjs.map +1 -1
  145. package/fesm2022/acorex-components-phone-box.mjs +37 -10
  146. package/fesm2022/acorex-components-phone-box.mjs.map +1 -1
  147. package/fesm2022/acorex-components-picker.mjs +13 -13
  148. package/fesm2022/acorex-components-picker.mjs.map +1 -1
  149. package/fesm2022/acorex-components-popover.mjs +12 -12
  150. package/fesm2022/acorex-components-popover.mjs.map +1 -1
  151. package/fesm2022/acorex-components-popup.mjs +10 -10
  152. package/fesm2022/acorex-components-popup.mjs.map +1 -1
  153. package/fesm2022/acorex-components-progress-bar.mjs +7 -7
  154. package/fesm2022/acorex-components-progress-bar.mjs.map +1 -1
  155. package/fesm2022/acorex-components-qrcode.mjs +7 -7
  156. package/fesm2022/acorex-components-qrcode.mjs.map +1 -1
  157. package/fesm2022/acorex-components-query-builder.mjs +7 -7
  158. package/fesm2022/acorex-components-query-builder.mjs.map +1 -1
  159. package/fesm2022/acorex-components-radio.mjs +7 -7
  160. package/fesm2022/acorex-components-radio.mjs.map +1 -1
  161. package/fesm2022/acorex-components-rail-navigation.mjs +15 -16
  162. package/fesm2022/acorex-components-rail-navigation.mjs.map +1 -1
  163. package/fesm2022/acorex-components-range-slider.mjs +11 -7
  164. package/fesm2022/acorex-components-range-slider.mjs.map +1 -1
  165. package/fesm2022/acorex-components-rate-picker.mjs +7 -7
  166. package/fesm2022/acorex-components-rate-picker.mjs.map +1 -1
  167. package/fesm2022/acorex-components-rest-api-generator.mjs +23 -23
  168. package/fesm2022/acorex-components-rest-api-generator.mjs.map +1 -1
  169. package/fesm2022/acorex-components-result.mjs +7 -7
  170. package/fesm2022/acorex-components-result.mjs.map +1 -1
  171. package/fesm2022/acorex-components-routing-progress.mjs +7 -7
  172. package/fesm2022/acorex-components-routing-progress.mjs.map +1 -1
  173. package/fesm2022/acorex-components-rrule.mjs +222 -102
  174. package/fesm2022/acorex-components-rrule.mjs.map +1 -1
  175. package/fesm2022/acorex-components-scheduler.mjs +1432 -106
  176. package/fesm2022/acorex-components-scheduler.mjs.map +1 -1
  177. package/fesm2022/acorex-components-scss.mjs +4 -4
  178. package/fesm2022/acorex-components-scss.mjs.map +1 -1
  179. package/fesm2022/acorex-components-search-box.mjs +7 -7
  180. package/fesm2022/acorex-components-search-box.mjs.map +1 -1
  181. package/fesm2022/acorex-components-select-box.mjs +8 -8
  182. package/fesm2022/acorex-components-select-box.mjs.map +1 -1
  183. package/fesm2022/acorex-components-selection-list-2.mjs +9 -9
  184. package/fesm2022/acorex-components-selection-list-2.mjs.map +1 -1
  185. package/fesm2022/acorex-components-selection-list.mjs +7 -7
  186. package/fesm2022/acorex-components-selection-list.mjs.map +1 -1
  187. package/fesm2022/acorex-components-side-menu.mjs +14 -14
  188. package/fesm2022/acorex-components-side-menu.mjs.map +1 -1
  189. package/fesm2022/acorex-components-skeleton.mjs +7 -7
  190. package/fesm2022/acorex-components-skeleton.mjs.map +1 -1
  191. package/fesm2022/acorex-components-slider.mjs +7 -7
  192. package/fesm2022/acorex-components-slider.mjs.map +1 -1
  193. package/fesm2022/acorex-components-sliding-item.mjs +15 -15
  194. package/fesm2022/acorex-components-sliding-item.mjs.map +1 -1
  195. package/fesm2022/acorex-components-step-wizard.mjs +31 -32
  196. package/fesm2022/acorex-components-step-wizard.mjs.map +1 -1
  197. package/fesm2022/acorex-components-switch.mjs +10 -10
  198. package/fesm2022/acorex-components-switch.mjs.map +1 -1
  199. package/fesm2022/acorex-components-tabs.mjs +20 -15
  200. package/fesm2022/acorex-components-tabs.mjs.map +1 -1
  201. package/fesm2022/acorex-components-tag-box.mjs +25 -9
  202. package/fesm2022/acorex-components-tag-box.mjs.map +1 -1
  203. package/fesm2022/acorex-components-tag.mjs +7 -7
  204. package/fesm2022/acorex-components-tag.mjs.map +1 -1
  205. package/fesm2022/acorex-components-text-area.mjs +8 -9
  206. package/fesm2022/acorex-components-text-area.mjs.map +1 -1
  207. package/fesm2022/acorex-components-text-box.mjs +22 -12
  208. package/fesm2022/acorex-components-text-box.mjs.map +1 -1
  209. package/fesm2022/acorex-components-time-duration.mjs +7 -7
  210. package/fesm2022/acorex-components-time-duration.mjs.map +1 -1
  211. package/fesm2022/acorex-components-time-line.mjs +13 -10
  212. package/fesm2022/acorex-components-time-line.mjs.map +1 -1
  213. package/fesm2022/acorex-components-toast.mjs +57 -12
  214. package/fesm2022/acorex-components-toast.mjs.map +1 -1
  215. package/fesm2022/acorex-components-toolbar.mjs +7 -7
  216. package/fesm2022/acorex-components-toolbar.mjs.map +1 -1
  217. package/fesm2022/acorex-components-tooltip.mjs +10 -10
  218. package/fesm2022/acorex-components-tooltip.mjs.map +1 -1
  219. package/fesm2022/acorex-components-tree-view.mjs +12 -12
  220. package/fesm2022/acorex-components-tree-view.mjs.map +1 -1
  221. package/fesm2022/acorex-components-uploader.mjs +252 -56
  222. package/fesm2022/acorex-components-uploader.mjs.map +1 -1
  223. package/fesm2022/acorex-components-video-player.mjs +7 -7
  224. package/fesm2022/acorex-components-video-player.mjs.map +1 -1
  225. package/fesm2022/acorex-components-wysiwyg.mjs +70 -32
  226. package/fesm2022/acorex-components-wysiwyg.mjs.map +1 -1
  227. package/form/index.d.ts +23 -13
  228. package/grid-layout-builder/index.d.ts +115 -4
  229. package/image/index.d.ts +4 -4
  230. package/image-editor/index.d.ts +16 -14
  231. package/kbd/index.d.ts +1 -8
  232. package/label/index.d.ts +1 -2
  233. package/list/index.d.ts +1 -5
  234. package/loading/index.d.ts +1 -5
  235. package/loading-dialog/index.d.ts +1 -8
  236. package/map/index.d.ts +2 -1
  237. package/menu/index.d.ts +19 -13
  238. package/modal/index.d.ts +4 -2
  239. package/navbar/index.d.ts +1 -2
  240. package/notification/index.d.ts +1 -8
  241. package/number-box-2/index.d.ts +1 -1
  242. package/otp/index.d.ts +1 -3
  243. package/package.json +38 -8
  244. package/paint/index.d.ts +41 -6
  245. package/password-box/index.d.ts +1 -4
  246. package/phone-box/index.d.ts +7 -8
  247. package/popover/index.d.ts +1 -1
  248. package/popup/index.d.ts +2 -2
  249. package/qrcode/index.d.ts +7 -7
  250. package/query-builder/index.d.ts +1 -1
  251. package/rail-navigation/index.d.ts +1 -3
  252. package/range-slider/index.d.ts +13 -13
  253. package/rate-picker/index.d.ts +4 -4
  254. package/rest-api-generator/index.d.ts +1 -1
  255. package/rrule/index.d.ts +40 -17
  256. package/scheduler/index.d.ts +415 -153
  257. package/search-box/index.d.ts +2 -2
  258. package/select-box/index.d.ts +2 -2
  259. package/selection-list-2/index.d.ts +3 -3
  260. package/side-menu/index.d.ts +9 -9
  261. package/sliding-item/index.d.ts +4 -5
  262. package/step-wizard/index.d.ts +10 -13
  263. package/switch/index.d.ts +0 -1
  264. package/tabs/index.d.ts +6 -1
  265. package/tag-box/index.d.ts +16 -0
  266. package/text-area/index.d.ts +1 -2
  267. package/text-box/index.d.ts +2 -0
  268. package/time-line/index.d.ts +3 -0
  269. package/toast/index.d.ts +45 -1
  270. package/uploader/index.d.ts +215 -5
  271. package/wysiwyg/index.d.ts +26 -0
  272. package/fesm2022/acorex-components-modal-modal-content.component-Bt8c43qi.mjs +0 -218
  273. package/fesm2022/acorex-components-modal-modal-content.component-Bt8c43qi.mjs.map +0 -1
@@ -1,15 +1,12 @@
1
1
  import * as i3 from '@acorex/cdk/common';
2
2
  import { AXHtmlEvent, AXEvent, AXStyleColorType, MXInputBaseValueComponent, MXLookComponent, AXClickEvent, MXBaseComponent } from '@acorex/cdk/common';
3
3
  import * as _angular_core from '@angular/core';
4
- import { Type, WritableSignal, ElementRef, Signal, TemplateRef, OnDestroy, Renderer2, OnInit, ModuleWithProviders } from '@angular/core';
4
+ import { Type, WritableSignal, ElementRef, Signal, TemplateRef, OnDestroy, OnInit, ModuleWithProviders } from '@angular/core';
5
5
  import * as polytype from 'polytype';
6
6
  import * as i15 from '@acorex/components/popover';
7
7
  import { AXPopoverComponent } from '@acorex/components/popover';
8
8
  import * as i12 from '@angular/cdk/portal';
9
9
  import { ComponentPortal, CdkPortalOutletAttachedRef } from '@angular/cdk/portal';
10
- import * as i16 from '@acorex/core/file';
11
- import { AXFileService } from '@acorex/core/file';
12
- import { HttpClient } from '@angular/common/http';
13
10
  import * as i9 from '@acorex/components/audio-wave';
14
11
  import { AXAudioWaveComponent, AXWaveConfig, AXAudioWaveChangeEvent } from '@acorex/components/audio-wave';
15
12
  import * as i1 from '@angular/common';
@@ -23,6 +20,7 @@ import * as i10 from '@acorex/components/circular-progress';
23
20
  import * as i11 from '@acorex/core/date-time';
24
21
  import * as i13 from '@acorex/components/loading';
25
22
  import * as i14 from '@acorex/components/avatar';
23
+ import * as i16 from '@acorex/core/file';
26
24
  import * as i17 from '@acorex/components/range-slider';
27
25
  import * as i18 from '@acorex/cdk/virtual-scroll';
28
26
 
@@ -104,9 +102,25 @@ declare class AXRecordingService {
104
102
  hours: number;
105
103
  };
106
104
  protected timerInterval: any;
105
+ /**
106
+ * Starts audio recording using the browser's MediaRecorder API.
107
+ *
108
+ * @returns Promise<void> - Resolves when recording starts successfully, rejects if not supported.
109
+ */
107
110
  startRecording(): Promise<void>;
108
- endRecording(): Promise<unknown>;
111
+ /**
112
+ * Ends the current recording session and returns the recorded audio blob.
113
+ *
114
+ * @returns Promise<Blob> - Resolves with the recorded audio blob.
115
+ */
116
+ endRecording(): Promise<Blob>;
117
+ /**
118
+ * Calculates and updates the recording time, incrementing seconds, minutes, and hours as needed.
119
+ */
109
120
  calculateTime(): void;
121
+ /**
122
+ * Resets the recording timer to zero and clears the timer interval.
123
+ */
110
124
  resetTimer(): void;
111
125
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXRecordingService, never>;
112
126
  static ɵprov: _angular_core.ɵɵInjectableDeclaration<AXRecordingService>;
@@ -136,15 +150,15 @@ declare class AXConversationInputComponent extends AXConversationInputComponent_
136
150
  protected replyChat: Signal<AXConversationMessage>;
137
151
  setActionBoxContainer(icon: string, content: string, user?: string, closeCallback?: () => void): void;
138
152
  /** Maximum length of input text */
139
- maxLength: _angular_core.InputSignal<number>;
153
+ readonly maxLength: _angular_core.InputSignal<number>;
140
154
  /** Indicates if an attachment is present */
141
- hasAttachment: _angular_core.InputSignal<boolean>;
155
+ readonly hasAttachment: _angular_core.InputSignal<boolean>;
142
156
  /** Indicates if voice recording is enabled */
143
- hasVoice: _angular_core.InputSignal<boolean>;
144
- hasEmoji: _angular_core.InputSignal<boolean>;
145
- isLoading: _angular_core.InputSignal<boolean>;
157
+ readonly hasVoice: _angular_core.InputSignal<boolean>;
158
+ readonly hasEmoji: _angular_core.InputSignal<boolean>;
159
+ readonly isLoading: _angular_core.InputSignal<boolean>;
146
160
  /** Acceptable file types for attachment */
147
- acceptFileType: _angular_core.InputSignal<string>;
161
+ readonly acceptFileType: _angular_core.InputSignal<string>;
148
162
  /**
149
163
  * Emitted when the send button is clicked.
150
164
  *
@@ -251,9 +265,9 @@ declare class AXConversationMessageTypeRegistryService {
251
265
  */
252
266
  declare class AXConversationMessageComponent extends MXBaseComponent {
253
267
  protected popover: _angular_core.Signal<AXPopoverComponent>;
254
- isReplyArrowShown: _angular_core.InputSignal<boolean>;
255
- chatMessage: _angular_core.InputSignal<AXConversationMessage>;
256
- avatar: _angular_core.InputSignal<TemplateRef<any>>;
268
+ readonly isReplyArrowShown: _angular_core.InputSignal<boolean>;
269
+ readonly chatMessage: _angular_core.InputSignal<AXConversationMessage>;
270
+ readonly avatar: _angular_core.InputSignal<TemplateRef<any>>;
257
271
  protected conversationService: AXConversationService;
258
272
  protected registryService: AXConversationMessageTypeRegistryService;
259
273
  protected actionButtonItemsPrivate: _angular_core.WritableSignal<AXConversationMessageAction[]>;
@@ -263,10 +277,24 @@ declare class AXConversationMessageComponent extends MXBaseComponent {
263
277
  protected portal: _angular_core.Signal<ComponentPortal<any>>;
264
278
  protected messageType: _angular_core.Signal<string>;
265
279
  protected get isOwn(): boolean;
280
+ /**
281
+ * Handles the action button click and opens the action menu.
282
+ */
266
283
  protected handleActionClick(): void;
267
284
  protected _handleAttached(ref: CdkPortalOutletAttachedRef): void;
285
+ /**
286
+ * Handles the resend button click and closes the popover.
287
+ */
268
288
  protected handleResendClick(): void;
289
+ /**
290
+ * Handles the delete button click and closes the popover.
291
+ */
269
292
  protected handleDeleteClick(): void;
293
+ /**
294
+ * Handles reply functionality by setting the reply ID and emitting the reply click event.
295
+ *
296
+ * @param e - The conversation message to reply to.
297
+ */
270
298
  protected replyHandler(e: AXConversationMessage): void;
271
299
  get __hostClass(): string;
272
300
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXConversationMessageComponent, never>;
@@ -279,7 +307,7 @@ declare class AXConversationMessageComponent extends MXBaseComponent {
279
307
  * @category Components
280
308
  */
281
309
  declare class AXConversationMessageAudioComponent extends AXConversationMessageBaseComponent implements OnDestroy {
282
- rendrer: Renderer2;
310
+ private render;
283
311
  /**
284
312
  * @ignore
285
313
  */
@@ -366,71 +394,43 @@ declare class AXConversationMessageAudioComponent extends AXConversationMessageB
366
394
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXConversationMessageAudioComponent, "ax-conversation-message-audio", never, {}, {}, never, never, true, never>;
367
395
  }
368
396
 
369
- /**
370
- * Displays the conversation view with messages and interactions.
371
- *
372
- * @category Components
373
- */
374
- declare class AXConversationViewComponent extends MXBaseComponent {
375
- protected conversationService: AXConversationService;
376
- onScrollEnd: _angular_core.OutputEmitterRef<AXEvent>;
377
- chatBoxHeight: _angular_core.InputSignal<string>;
378
- isReplyArrowShown: _angular_core.InputSignal<boolean>;
379
- onActionMenuOpening: _angular_core.OutputEmitterRef<AXConversationMenuOpeningEvent>;
380
- onAction: _angular_core.OutputEmitterRef<AXConversationActionEvent>;
381
- onReplyClick: _angular_core.OutputEmitterRef<AXClickEvent>;
382
- avatar: _angular_core.InputSignal<TemplateRef<any>>;
383
- updatePrevItems(item: any[]): void;
384
- callForUpdate(): void;
385
- addNewItem(item: any): void;
386
- static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXConversationViewComponent, never>;
387
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXConversationViewComponent, "ax-conversation-view", never, { "chatBoxHeight": { "alias": "chatBoxHeight"; "required": false; "isSignal": true; }; "isReplyArrowShown": { "alias": "isReplyArrowShown"; "required": false; "isSignal": true; }; "avatar": { "alias": "avatar"; "required": false; "isSignal": true; }; }, { "onScrollEnd": "onScrollEnd"; "onActionMenuOpening": "onActionMenuOpening"; "onAction": "onAction"; "onReplyClick": "onReplyClick"; }, never, never, true, never>;
388
- }
389
-
390
397
  /**
391
398
  * Component for displaying file messages in a conversation.
392
399
  *
393
400
  * @category Components
394
401
  */
395
402
  declare class AXConversationFileMessageComponent extends AXConversationMessageBaseComponent {
403
+ #private;
396
404
  /**
397
405
  * @ignore
398
406
  */
399
- fileState: WritableSignal<'loading' | 'ready' | 'error'>;
400
- /**
401
- * @ignore
402
- */
403
- fileSize: WritableSignal<number>;
404
- /**
405
- * @ignore
406
- */
407
- fileName: WritableSignal<string>;
407
+ protected fileState: _angular_core.WritableSignal<"error" | "loading" | "ready">;
408
408
  /**
409
409
  * @ignore
410
410
  */
411
- fileService: AXFileService;
411
+ protected fileSize: _angular_core.WritableSignal<number>;
412
412
  /**
413
413
  * @ignore
414
414
  */
415
- http: HttpClient;
415
+ protected fileName: _angular_core.WritableSignal<string>;
416
416
  /**
417
417
  * @ignore
418
418
  */
419
- parent: AXConversationViewComponent;
419
+ private fileService;
420
420
  /**
421
421
  * @ignore
422
422
  */
423
- constructor();
423
+ private parent;
424
424
  /**
425
425
  * Emits a download action event for the file.
426
426
  * @ignore
427
427
  */
428
- handleDownloadFile(): void;
428
+ protected handleDownloadFile(): void;
429
429
  /**
430
430
  * Emits a cancel action event for the file loading.
431
431
  * @ignore
432
432
  */
433
- handleCancelLoading(): void;
433
+ protected handleCancelLoading(): void;
434
434
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXConversationFileMessageComponent, never>;
435
435
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXConversationFileMessageComponent, "ax-conversation-message-file", never, {}, {}, never, never, true, never>;
436
436
  }
@@ -455,6 +455,7 @@ declare class ConversationMessageImagePopupComponent {
455
455
  * @category Components
456
456
  */
457
457
  declare class AXConversationMessageImageComponent extends AXConversationMessageBaseComponent {
458
+ #private;
458
459
  /**
459
460
  * @ignore
460
461
  */
@@ -475,15 +476,11 @@ declare class AXConversationMessageImageComponent extends AXConversationMessageB
475
476
  closeButton: boolean;
476
477
  closeOnBackdropClick: boolean;
477
478
  };
478
- /**
479
- * @ignore
480
- */
481
- constructor();
482
479
  /**
483
480
  * Opens a popup displaying the image with options for draggable, size, and backdrop.
484
481
  * @ignore
485
482
  */
486
- openPopup(): void;
483
+ protected openPopup(): void;
487
484
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXConversationMessageImageComponent, never>;
488
485
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXConversationMessageImageComponent, "ax-conversation-message-image", never, { "message": { "alias": "message"; "required": false; }; }, {}, never, never, true, never>;
489
486
  }
@@ -525,7 +522,7 @@ declare class AXConversationTextMessageComponent extends AXConversationMessageBa
525
522
  /**
526
523
  * @ignore
527
524
  */
528
- conversationService: AXConversationService;
525
+ private conversationService;
529
526
  ngOnInit(): void;
530
527
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXConversationTextMessageComponent, never>;
531
528
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXConversationTextMessageComponent, "ng-component", never, { "message": { "alias": "message"; "required": false; }; }, {}, never, never, true, never>;
@@ -555,6 +552,7 @@ declare class AXConversationMessageVideoComponent extends AXConversationMessageB
555
552
  * @category Components
556
553
  */
557
554
  declare class AXConversationVoiceMessageComponent extends AXConversationMessageBaseComponent {
555
+ #private;
558
556
  /**
559
557
  * @ignore
560
558
  */
@@ -562,83 +560,79 @@ declare class AXConversationVoiceMessageComponent extends AXConversationMessageB
562
560
  /**
563
561
  * @ignore
564
562
  */
565
- config: AXWaveConfig;
563
+ protected config: AXWaveConfig;
566
564
  /**
567
565
  * @ignore
568
566
  */
569
- audioState: WritableSignal<'playing' | 'paused' | 'loading' | 'ready' | 'error'>;
567
+ protected audioState: _angular_core.WritableSignal<"error" | "playing" | "paused" | "loading" | "ready">;
570
568
  /**
571
569
  * @ignore
572
570
  */
573
- parent: AXConversationViewComponent;
571
+ private parent;
574
572
  private platformID;
575
573
  /**
576
574
  * @ignore
577
575
  */
578
- selectedRate: WritableSignal<number>;
579
- /**
580
- * @ignore
581
- */
582
- selectedRateIndex: WritableSignal<number>;
576
+ protected selectedRate: _angular_core.WritableSignal<number>;
583
577
  /**
584
578
  * @ignore
585
579
  */
586
- protected audioProgress: WritableSignal<number>;
580
+ private selectedRateIndex;
587
581
  /**
588
582
  * @ignore
589
583
  */
590
- protected timeLeft: WritableSignal<number>;
584
+ protected audioProgress: _angular_core.WritableSignal<number>;
591
585
  /**
592
586
  * @ignore
593
587
  */
594
- protected currentTime: WritableSignal<number>;
588
+ protected timeLeft: _angular_core.WritableSignal<number>;
595
589
  /**
596
590
  * @ignore
597
591
  */
598
- protected duration: WritableSignal<number>;
592
+ protected currentTime: _angular_core.WritableSignal<number>;
599
593
  /**
600
594
  * @ignore
601
595
  */
602
- constructor();
596
+ protected duration: _angular_core.WritableSignal<number>;
603
597
  /**
604
598
  * @ignore
605
599
  */
606
- setWaveColor(): void;
600
+ private setWaveColor;
607
601
  /**
608
602
  * Pauses the audio playback and updates the audio state to 'paused'.
609
603
  * @ignore
610
604
  */
611
- handlePauseClick(): void;
605
+ protected handlePauseClick(): void;
612
606
  /**
613
607
  * Plays the audio and updates the audio state to 'playing'.
614
608
  * @ignore
615
609
  */
616
- handlePlayClick(): void;
610
+ protected handlePlayClick(): void;
617
611
  /**
618
612
  * Updates audio state and progress based on status changes from the audio wave.
619
613
  * @param e - The event containing status and data related to the audio.
620
614
  * @ignore
621
615
  */
622
- handleOnStatusChanged(e: AXAudioWaveChangeEvent): void;
616
+ protected handleOnStatusChanged(e: AXAudioWaveChangeEvent): void;
623
617
  /**
624
618
  * @ignore
625
619
  */
626
- handleLoadingProgress(): void;
620
+ protected handleLoadingProgress(): void;
627
621
  /**
628
622
  * Handles the cancellation of a loading operation.
629
623
  * @ignore
630
624
  */
631
- handleCancelLoading(): void;
625
+ protected handleCancelLoading(): void;
632
626
  /**
633
627
  * Reloads the audio and updates the state to 'loading'.
634
628
  * @ignore
635
629
  */
636
- handleReloadClick(): void;
630
+ protected handleReloadClick(): void;
637
631
  /**
638
632
  * Cycles through predefined audio playback rates and updates the rate.
639
633
  * @ignore
640
634
  */
641
- handleRateClick(): void;
635
+ protected handleRateClick(): void;
642
636
  /**
643
637
  * @ignore
644
638
  */
@@ -647,6 +641,40 @@ declare class AXConversationVoiceMessageComponent extends AXConversationMessageB
647
641
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXConversationVoiceMessageComponent, "ax-conversation-message-audio", never, { "message": { "alias": "message"; "required": false; }; }, {}, never, never, true, never>;
648
642
  }
649
643
 
644
+ /**
645
+ * Displays the conversation view with messages and interactions.
646
+ *
647
+ * @category Components
648
+ */
649
+ declare class AXConversationViewComponent extends MXBaseComponent {
650
+ protected conversationService: AXConversationService;
651
+ readonly chatBoxHeight: _angular_core.InputSignal<string>;
652
+ readonly isReplyArrowShown: _angular_core.InputSignal<boolean>;
653
+ readonly avatar: _angular_core.InputSignal<TemplateRef<any>>;
654
+ onActionMenuOpening: _angular_core.OutputEmitterRef<AXConversationMenuOpeningEvent>;
655
+ onAction: _angular_core.OutputEmitterRef<AXConversationActionEvent>;
656
+ onReplyClick: _angular_core.OutputEmitterRef<AXClickEvent>;
657
+ onScrollEnd: _angular_core.OutputEmitterRef<AXEvent>;
658
+ /**
659
+ * Updates the previous items in the conversation by prepending new items to the beginning of the chat list.
660
+ *
661
+ * @param item - Array of items to prepend to the conversation.
662
+ */
663
+ updatePrevItems(item: any[]): void;
664
+ /**
665
+ * Calls for an update by emitting the onScrollEnd event.
666
+ */
667
+ callForUpdate(): void;
668
+ /**
669
+ * Adds a new item to the end of the conversation chat list.
670
+ *
671
+ * @param item - The item to add to the conversation.
672
+ */
673
+ addNewItem(item: any): void;
674
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXConversationViewComponent, never>;
675
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXConversationViewComponent, "ax-conversation-view", never, { "chatBoxHeight": { "alias": "chatBoxHeight"; "required": false; "isSignal": true; }; "isReplyArrowShown": { "alias": "isReplyArrowShown"; "required": false; "isSignal": true; }; "avatar": { "alias": "avatar"; "required": false; "isSignal": true; }; }, { "onActionMenuOpening": "onActionMenuOpening"; "onAction": "onAction"; "onReplyClick": "onReplyClick"; "onScrollEnd": "onScrollEnd"; }, never, never, true, never>;
676
+ }
677
+
650
678
  interface AXChatModuleConfig {
651
679
  types: AXConversationMessageType[];
652
680
  }
@@ -145,11 +145,11 @@ declare class AXDataPagerNextButtonsComponent extends AXDataPagerChild {
145
145
  /**
146
146
  * @ignore
147
147
  */
148
- _emitOnLastPageClick(e: AXClickEvent): void;
148
+ protected _emitOnLastPageClick(e: AXClickEvent): void;
149
149
  /**
150
150
  * @ignore
151
151
  */
152
- _emitOnNextPageClick(e: AXClickEvent): void;
152
+ protected _emitOnNextPageClick(e: AXClickEvent): void;
153
153
  static ɵfac: i0.ɵɵFactoryDeclaration<AXDataPagerNextButtonsComponent, never>;
154
154
  static ɵcmp: i0.ɵɵComponentDeclaration<AXDataPagerNextButtonsComponent, "ax-data-pager-next-buttons", never, {}, {}, never, never, true, never>;
155
155
  }
@@ -160,10 +160,10 @@ declare class AXDataPagerNextButtonsComponent extends AXDataPagerChild {
160
160
  * @category Components
161
161
  */
162
162
  declare class AXDataPagerNumericSelectorComponent extends AXDataPagerChild {
163
- _items: AXButtonItem[];
164
- _currentPage: number;
165
- _lastPage: number;
166
- _loading: boolean;
163
+ protected _items: AXButtonItem[];
164
+ protected _currentPage: number;
165
+ protected _lastPage: number;
166
+ protected _loading: boolean;
167
167
  /**
168
168
  * @ignore
169
169
  */
@@ -183,7 +183,7 @@ declare class AXDataPagerNumericSelectorComponent extends AXDataPagerChild {
183
183
  /**
184
184
  * @ignore
185
185
  */
186
- _handleOnItemClick(e: any): void;
186
+ protected _handleOnItemClick(e: any): void;
187
187
  static ɵfac: i0.ɵɵFactoryDeclaration<AXDataPagerNumericSelectorComponent, never>;
188
188
  static ɵcmp: i0.ɵɵComponentDeclaration<AXDataPagerNumericSelectorComponent, "ax-data-pager-numeric-selector", never, {}, {}, never, never, true, never>;
189
189
  }
@@ -197,11 +197,11 @@ declare class AXDataPagerPageSizesComponent extends AXDataPagerChild {
197
197
  /**
198
198
  * @ignore
199
199
  */
200
- _size: number;
200
+ protected _size: number;
201
201
  /**
202
202
  * @ignore
203
203
  */
204
- _items: any[];
204
+ protected _items: any[];
205
205
  /**
206
206
  * @ignore
207
207
  */
@@ -223,7 +223,7 @@ declare class AXDataPagerPageSizesComponent extends AXDataPagerChild {
223
223
  /**
224
224
  * @ignore
225
225
  */
226
- _emitOnItemClick(e: AXClickEvent): void;
226
+ protected _emitOnItemClick(e: AXClickEvent): void;
227
227
  static ɵfac: i0.ɵɵFactoryDeclaration<AXDataPagerPageSizesComponent, never>;
228
228
  static ɵcmp: i0.ɵɵComponentDeclaration<AXDataPagerPageSizesComponent, "ax-data-pager-page-sizes", never, { "sizes": { "alias": "sizes"; "required": false; }; }, {}, never, never, true, never>;
229
229
  }
@@ -249,11 +249,11 @@ declare class AXDataPagerPrevButtonsComponent extends AXDataPagerChild {
249
249
  /**
250
250
  * @ignore
251
251
  */
252
- _emitOnFirstPageClick(e: AXClickEvent): void;
252
+ protected _emitOnFirstPageClick(e: AXClickEvent): void;
253
253
  /**
254
254
  * @ignore
255
255
  */
256
- _emitOnPrevPageClick(e: AXClickEvent): void;
256
+ protected _emitOnPrevPageClick(e: AXClickEvent): void;
257
257
  static ɵfac: i0.ɵɵFactoryDeclaration<AXDataPagerPrevButtonsComponent, never>;
258
258
  static ɵcmp: i0.ɵɵComponentDeclaration<AXDataPagerPrevButtonsComponent, "ax-data-pager-prev-buttons", never, {}, {}, never, never, true, never>;
259
259
  }
@@ -43,13 +43,42 @@ declare abstract class AXBaseDataTable extends MXBaseComponent {
43
43
  */
44
44
  parentField: string;
45
45
  selectedRowsChange: EventEmitter<unknown[]>;
46
+ /**
47
+ * Gets the data source key field name.
48
+ *
49
+ * @returns string - The key field name for the data source.
50
+ */
46
51
  getDataSourceKey(): string;
47
52
  private _selectedRows;
48
53
  get selectedRows(): unknown[];
49
54
  set selectedRows(v: unknown[]);
55
+ /**
56
+ * Expands a row to show its children.
57
+ *
58
+ * @param row - The row data to expand.
59
+ * @returns Promise<void> - Promise that resolves when expansion is complete.
60
+ */
50
61
  expandRow(row: any): Promise<void>;
62
+ /**
63
+ * Refreshes the children of a specific item.
64
+ *
65
+ * @param id - The ID of the item whose children should be refreshed.
66
+ * @returns Promise<void> - Promise that resolves when refresh is complete.
67
+ */
51
68
  refreshItemChildren(id: string): Promise<void>;
69
+ /**
70
+ * Selects one or more rows.
71
+ *
72
+ * @param rows - The rows to select.
73
+ * @returns void - No return value.
74
+ */
52
75
  selectRows(...rows: unknown[]): void;
76
+ /**
77
+ * Unselects one or more rows.
78
+ *
79
+ * @param rows - The rows to unselect.
80
+ * @returns void - No return value.
81
+ */
53
82
  unSelectRows(...rows: unknown[]): void;
54
83
  static ɵfac: i0.ɵɵFactoryDeclaration<AXBaseDataTable, never>;
55
84
  static ɵprov: i0.ɵɵInjectableDeclaration<AXBaseDataTable>;
@@ -87,9 +116,33 @@ declare class AXDataTableColumnResizableDirective {
87
116
  private onMouseMoveRawBound;
88
117
  private onMouseUpBound;
89
118
  constructor();
119
+ /**
120
+ * Handles mouse down events to initiate column resizing.
121
+ *
122
+ * @param event - The mouse down event.
123
+ * @returns void - No return value.
124
+ */
90
125
  onMouseDown(event: MouseEvent): void;
126
+ /**
127
+ * Handles raw mouse move events and forwards them to the debounced resize stream.
128
+ * This method acts as a bridge between the raw DOM event and the debounced onMouseMove method.
129
+ *
130
+ * @param event - The raw mouse move event.
131
+ * @returns void - No return value.
132
+ */
91
133
  onMouseMoveRaw(event: MouseEvent): void;
134
+ /**
135
+ * Handles mouse move events during column resizing.
136
+ *
137
+ * @param event - The mouse move event.
138
+ * @returns void - No return value.
139
+ */
92
140
  onMouseMove(event: MouseEvent): void;
141
+ /**
142
+ * Handles mouse up events to complete column resizing.
143
+ *
144
+ * @returns void - No return value.
145
+ */
93
146
  onMouseUp(): void;
94
147
  static ɵfac: i0.ɵɵFactoryDeclaration<AXDataTableColumnResizableDirective, never>;
95
148
  static ɵdir: i0.ɵɵDirectiveDeclaration<AXDataTableColumnResizableDirective, "[ax-table-column-resizble]", never, { "column": { "alias": "ax-table-column-resizble"; "required": false; }; }, {}, never, never, true, never>;
@@ -1024,14 +1077,17 @@ declare class AXDataTableComponent extends AXBaseDataTable implements OnInit, Af
1024
1077
  * @param column - The column that was clicked.
1025
1078
  * @ignore
1026
1079
  */
1027
- handleColumnClick(e: MouseEvent, column: AXDataTableColumnComponent): void;
1080
+ protected handleColumnClick(e: MouseEvent, column: AXDataTableColumnComponent): void;
1028
1081
  /**
1029
1082
  * @ignore
1030
1083
  */
1031
1084
  protected getSort(column: AXDataTableColumnComponent): string | undefined;
1032
1085
  /**
1033
- * Refreshes the data in the data source and resets the data pager to the first page.
1034
- * @ignore
1086
+ * Refreshes the data table with optional reset options.
1087
+ *
1088
+ * @param options - Configuration options for refresh operation.
1089
+ * @param options.reset - Whether to reset pagination state.
1090
+ * @returns void - No return value.
1035
1091
  */
1036
1092
  refresh(options?: {
1037
1093
  reset?: boolean;
@@ -43,19 +43,21 @@ declare class AXDateTimeBoxComponent extends AXDateTimeBoxComponent_base {
43
43
  *
44
44
  * @defaultValue false
45
45
  */
46
- allowTyping: _angular_core.InputSignal<boolean>;
46
+ readonly allowTyping: _angular_core.InputSignal<boolean>;
47
+ readonly picker: _angular_core.InputSignal<AXDateTimePickerType>;
47
48
  /**
48
49
  * @description The calendar type to use for the datetime input.
49
50
  */
50
- calendar: _angular_core.InputSignal<string>;
51
- protected _editingDateObj: _angular_core.WritableSignal<Date>;
52
- protected _calendarSystem: _angular_core.WritableSignal<string>;
53
- private _format;
54
- picker: _angular_core.InputSignal<AXDateTimePickerType>;
51
+ readonly calendar: _angular_core.InputSignal<string>;
52
+ readonly weekend: _angular_core.InputSignal<number[]>;
53
+ readonly weekdays: _angular_core.InputSignal<number[]>;
55
54
  /**
56
55
  * @deprecated use locale & mode instead
57
56
  */
58
- format: _angular_core.InputSignal<string>;
57
+ readonly format: _angular_core.InputSignal<string>;
58
+ protected _editingDateObj: _angular_core.WritableSignal<Date>;
59
+ protected _calendarSystem: _angular_core.WritableSignal<string>;
60
+ private _format;
59
61
  /**
60
62
  * @ignore
61
63
  */
@@ -96,7 +98,7 @@ declare class AXDateTimeBoxComponent extends AXDateTimeBoxComponent_base {
96
98
  protected _handleInputOnClick(): void;
97
99
  private get __hostName();
98
100
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXDateTimeBoxComponent, never>;
99
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXDateTimeBoxComponent, "ax-datetime-box", never, { "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "minValue": { "alias": "minValue"; "required": false; }; "maxValue": { "alias": "maxValue"; "required": false; }; "value": { "alias": "value"; "required": false; }; "state": { "alias": "state"; "required": false; }; "name": { "alias": "name"; "required": false; }; "depth": { "alias": "depth"; "required": false; }; "id": { "alias": "id"; "required": false; }; "type": { "alias": "type"; "required": false; }; "look": { "alias": "look"; "required": false; }; "holidayDates": { "alias": "holidayDates"; "required": false; }; "allowTyping": { "alias": "allowTyping"; "required": false; "isSignal": true; }; "calendar": { "alias": "calendar"; "required": false; "isSignal": true; }; "picker": { "alias": "picker"; "required": false; "isSignal": true; }; "format": { "alias": "format"; "required": false; "isSignal": true; }; }, { "valueChange": "valueChange"; "stateChange": "stateChange"; "onValueChanged": "onValueChanged"; "onBlur": "onBlur"; "onFocus": "onFocus"; "onOpened": "onOpened"; "onClosed": "onClosed"; "readonlyChange": "readonlyChange"; "disabledChange": "disabledChange"; "formatChange": "formatChange"; }, never, ["ax-prefix", "ax-clear-button", "ax-suffix", "ax-validation-rule"], true, never>;
101
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXDateTimeBoxComponent, "ax-datetime-box", never, { "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "minValue": { "alias": "minValue"; "required": false; }; "maxValue": { "alias": "maxValue"; "required": false; }; "value": { "alias": "value"; "required": false; }; "state": { "alias": "state"; "required": false; }; "name": { "alias": "name"; "required": false; }; "depth": { "alias": "depth"; "required": false; }; "id": { "alias": "id"; "required": false; }; "type": { "alias": "type"; "required": false; }; "look": { "alias": "look"; "required": false; }; "holidayDates": { "alias": "holidayDates"; "required": false; }; "allowTyping": { "alias": "allowTyping"; "required": false; "isSignal": true; }; "picker": { "alias": "picker"; "required": false; "isSignal": true; }; "calendar": { "alias": "calendar"; "required": false; "isSignal": true; }; "weekend": { "alias": "weekend"; "required": false; "isSignal": true; }; "weekdays": { "alias": "weekdays"; "required": false; "isSignal": true; }; "format": { "alias": "format"; "required": false; "isSignal": true; }; }, { "valueChange": "valueChange"; "stateChange": "stateChange"; "onValueChanged": "onValueChanged"; "onBlur": "onBlur"; "onFocus": "onFocus"; "onOpened": "onOpened"; "onClosed": "onClosed"; "readonlyChange": "readonlyChange"; "disabledChange": "disabledChange"; "formatChange": "formatChange"; }, never, ["ax-prefix", "ax-clear-button", "ax-suffix", "ax-validation-rule"], true, never>;
100
102
  }
101
103
 
102
104
  declare class AXDateTimeBoxModule {
@@ -19,6 +19,8 @@ declare const AXDateTimePickerComponent_base: polytype.Polytype.ClusteredConstru
19
19
  declare class AXDateTimePickerComponent extends AXDateTimePickerComponent_base implements OnInit {
20
20
  #private;
21
21
  private formatService;
22
+ weekend: _angular_core.InputSignal<number[]>;
23
+ weekdays: _angular_core.InputSignal<number[]>;
22
24
  protected buttonText: _angular_core.Signal<"dateTime.today" | "dateTime.now">;
23
25
  private defaultConfig;
24
26
  protected pickerHoursMinValue: _angular_core.WritableSignal<number>;
@@ -125,7 +127,7 @@ declare class AXDateTimePickerComponent extends AXDateTimePickerComponent_base i
125
127
  protected internalSetValue(value: Date): Date | null;
126
128
  protected isTodayDisabled(): boolean;
127
129
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXDateTimePickerComponent, never>;
128
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXDateTimePickerComponent, "ax-datetime-picker", never, { "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "value": { "alias": "value"; "required": false; }; "state": { "alias": "state"; "required": false; }; "name": { "alias": "name"; "required": false; }; "id": { "alias": "id"; "required": false; }; "depth": { "alias": "depth"; "required": false; }; "activeView": { "alias": "activeView"; "required": false; }; "minValue": { "alias": "minValue"; "required": false; }; "maxValue": { "alias": "maxValue"; "required": false; }; "disabledDates": { "alias": "disabledDates"; "required": false; }; "holidayDates": { "alias": "holidayDates"; "required": false; }; "type": { "alias": "type"; "required": false; }; "cellTemplate": { "alias": "cellTemplate"; "required": false; }; "cellClass": { "alias": "cellClass"; "required": false; }; "showNavigation": { "alias": "showNavigation"; "required": false; }; "currentTimeButton": { "alias": "currentTimeButton"; "required": false; }; "calendar": { "alias": "calendar"; "required": false; "isSignal": true; }; "picker": { "alias": "picker"; "required": false; "isSignal": true; }; "format": { "alias": "format"; "required": false; "isSignal": true; }; }, { "valueChange": "valueChange"; "stateChange": "stateChange"; "onValueChanged": "onValueChanged"; "onBlur": "onBlur"; "onFocus": "onFocus"; "onClick": "onClick"; "readonlyChange": "readonlyChange"; "disabledChange": "disabledChange"; "depthChange": "depthChange"; "typeChange": "typeChange"; "activeViewChange": "activeViewChange"; "disabledDatesChange": "disabledDatesChange"; "holidayDatesChange": "holidayDatesChange"; "onNavigate": "onNavigate"; "onSlotClick": "onSlotClick"; }, never, never, true, never>;
130
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXDateTimePickerComponent, "ax-datetime-picker", never, { "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "value": { "alias": "value"; "required": false; }; "state": { "alias": "state"; "required": false; }; "name": { "alias": "name"; "required": false; }; "id": { "alias": "id"; "required": false; }; "depth": { "alias": "depth"; "required": false; }; "activeView": { "alias": "activeView"; "required": false; }; "minValue": { "alias": "minValue"; "required": false; }; "maxValue": { "alias": "maxValue"; "required": false; }; "disabledDates": { "alias": "disabledDates"; "required": false; }; "holidayDates": { "alias": "holidayDates"; "required": false; }; "type": { "alias": "type"; "required": false; }; "cellTemplate": { "alias": "cellTemplate"; "required": false; }; "cellClass": { "alias": "cellClass"; "required": false; }; "showNavigation": { "alias": "showNavigation"; "required": false; }; "weekend": { "alias": "weekend"; "required": false; "isSignal": true; }; "weekdays": { "alias": "weekdays"; "required": false; "isSignal": true; }; "currentTimeButton": { "alias": "currentTimeButton"; "required": false; }; "calendar": { "alias": "calendar"; "required": false; "isSignal": true; }; "picker": { "alias": "picker"; "required": false; "isSignal": true; }; "format": { "alias": "format"; "required": false; "isSignal": true; }; }, { "valueChange": "valueChange"; "stateChange": "stateChange"; "onValueChanged": "onValueChanged"; "onBlur": "onBlur"; "onFocus": "onFocus"; "onClick": "onClick"; "readonlyChange": "readonlyChange"; "disabledChange": "disabledChange"; "depthChange": "depthChange"; "typeChange": "typeChange"; "activeViewChange": "activeViewChange"; "disabledDatesChange": "disabledDatesChange"; "holidayDatesChange": "holidayDatesChange"; "onNavigate": "onNavigate"; "onSlotClick": "onSlotClick"; }, never, never, true, never>;
129
131
  }
130
132
 
131
133
  interface AXDateTimePickerConfig {
@@ -72,9 +72,9 @@ declare class AXDecoratorColorIndicatorComponent {
72
72
  }
73
73
 
74
74
  declare class AXDecoratorFullScreenButtonComponent extends MXBaseComponent {
75
- isActive: i0.WritableSignal<boolean>;
75
+ isActive: i0.ModelSignal<boolean>;
76
76
  static ɵfac: i0.ɵɵFactoryDeclaration<AXDecoratorFullScreenButtonComponent, never>;
77
- static ɵcmp: i0.ɵɵComponentDeclaration<AXDecoratorFullScreenButtonComponent, "ax-fullscreen-button", never, {}, {}, never, never, true, never>;
77
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXDecoratorFullScreenButtonComponent, "ax-fullscreen-button", never, { "isActive": { "alias": "isActive"; "required": false; "isSignal": true; }; }, { "isActive": "isActiveChange"; }, never, never, true, never>;
78
78
  }
79
79
 
80
80
  /**