@acorex/components 20.2.0-next.8 → 20.2.0

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 (303) hide show
  1. package/accordion/index.d.ts +6 -5
  2. package/action-sheet/index.d.ts +57 -10
  3. package/alert/index.d.ts +2 -4
  4. package/aspect-ratio/README.md +3 -0
  5. package/aspect-ratio/index.d.ts +11 -0
  6. package/autocomplete/index.d.ts +7 -2
  7. package/avatar/index.d.ts +12 -6
  8. package/badge/index.d.ts +1 -2
  9. package/bottom-navigation/index.d.ts +10 -2
  10. package/breadcrumbs/index.d.ts +17 -4
  11. package/button/index.d.ts +56 -17
  12. package/button-group/index.d.ts +10 -6
  13. package/calendar/index.d.ts +32 -18
  14. package/check-box/index.d.ts +2 -5
  15. package/chips/index.d.ts +1 -2
  16. package/circular-progress/index.d.ts +23 -18
  17. package/code-editor/README.md +3 -0
  18. package/code-editor/index.d.ts +103 -0
  19. package/collapse/index.d.ts +7 -6
  20. package/color-box/index.d.ts +6 -8
  21. package/color-palette/index.d.ts +19 -24
  22. package/command/README.md +3 -0
  23. package/command/index.d.ts +60 -0
  24. package/comment/index.d.ts +18 -13
  25. package/conversation/index.d.ts +107 -78
  26. package/cron-job/index.d.ts +5 -4
  27. package/data-list/README.md +356 -0
  28. package/data-list/index.d.ts +102 -0
  29. package/data-pager/index.d.ts +22 -17
  30. package/data-table/index.d.ts +59 -3
  31. package/datetime-box/index.d.ts +12 -15
  32. package/datetime-input/index.d.ts +2 -4
  33. package/datetime-picker/index.d.ts +12 -11
  34. package/decorators/index.d.ts +2 -2
  35. package/dialog/index.d.ts +29 -4
  36. package/drawer-2/index.d.ts +22 -8
  37. package/dropdown/index.d.ts +44 -3
  38. package/dropdown-button/index.d.ts +7 -2
  39. package/fesm2022/acorex-components-accordion.mjs +74 -72
  40. package/fesm2022/acorex-components-accordion.mjs.map +1 -1
  41. package/fesm2022/acorex-components-action-sheet.mjs +78 -48
  42. package/fesm2022/acorex-components-action-sheet.mjs.map +1 -1
  43. package/fesm2022/acorex-components-alert.mjs +13 -17
  44. package/fesm2022/acorex-components-alert.mjs.map +1 -1
  45. package/fesm2022/acorex-components-aspect-ratio.mjs +36 -0
  46. package/fesm2022/acorex-components-aspect-ratio.mjs.map +1 -0
  47. package/fesm2022/acorex-components-audio-wave.mjs +7 -7
  48. package/fesm2022/acorex-components-audio-wave.mjs.map +1 -1
  49. package/fesm2022/acorex-components-autocomplete.mjs +32 -11
  50. package/fesm2022/acorex-components-autocomplete.mjs.map +1 -1
  51. package/fesm2022/acorex-components-avatar.mjs +24 -21
  52. package/fesm2022/acorex-components-avatar.mjs.map +1 -1
  53. package/fesm2022/acorex-components-badge.mjs +9 -11
  54. package/fesm2022/acorex-components-badge.mjs.map +1 -1
  55. package/fesm2022/acorex-components-bottom-navigation.mjs +18 -16
  56. package/fesm2022/acorex-components-bottom-navigation.mjs.map +1 -1
  57. package/fesm2022/acorex-components-breadcrumbs.mjs +36 -21
  58. package/fesm2022/acorex-components-breadcrumbs.mjs.map +1 -1
  59. package/fesm2022/acorex-components-button-group.mjs +35 -26
  60. package/fesm2022/acorex-components-button-group.mjs.map +1 -1
  61. package/fesm2022/acorex-components-button.mjs +78 -38
  62. package/fesm2022/acorex-components-button.mjs.map +1 -1
  63. package/fesm2022/acorex-components-calendar.mjs +76 -47
  64. package/fesm2022/acorex-components-calendar.mjs.map +1 -1
  65. package/fesm2022/acorex-components-check-box.mjs +11 -14
  66. package/fesm2022/acorex-components-check-box.mjs.map +1 -1
  67. package/fesm2022/acorex-components-chips.mjs +9 -11
  68. package/fesm2022/acorex-components-chips.mjs.map +1 -1
  69. package/fesm2022/acorex-components-circular-progress.mjs +31 -26
  70. package/fesm2022/acorex-components-circular-progress.mjs.map +1 -1
  71. package/fesm2022/acorex-components-code-editor.mjs +591 -0
  72. package/fesm2022/acorex-components-code-editor.mjs.map +1 -0
  73. package/fesm2022/acorex-components-collapse.mjs +21 -21
  74. package/fesm2022/acorex-components-collapse.mjs.map +1 -1
  75. package/fesm2022/acorex-components-color-box.mjs +39 -33
  76. package/fesm2022/acorex-components-color-box.mjs.map +1 -1
  77. package/fesm2022/acorex-components-color-palette.mjs +69 -85
  78. package/fesm2022/acorex-components-color-palette.mjs.map +1 -1
  79. package/fesm2022/acorex-components-command.mjs +144 -0
  80. package/fesm2022/acorex-components-command.mjs.map +1 -0
  81. package/fesm2022/acorex-components-comment.mjs +51 -45
  82. package/fesm2022/acorex-components-comment.mjs.map +1 -1
  83. package/fesm2022/acorex-components-conversation.mjs +128 -90
  84. package/fesm2022/acorex-components-conversation.mjs.map +1 -1
  85. package/fesm2022/acorex-components-cron-job.mjs +54 -48
  86. package/fesm2022/acorex-components-cron-job.mjs.map +1 -1
  87. package/fesm2022/acorex-components-data-list.mjs +386 -0
  88. package/fesm2022/acorex-components-data-list.mjs.map +1 -0
  89. package/fesm2022/acorex-components-data-pager.mjs +41 -36
  90. package/fesm2022/acorex-components-data-pager.mjs.map +1 -1
  91. package/fesm2022/acorex-components-data-table.mjs +98 -42
  92. package/fesm2022/acorex-components-data-table.mjs.map +1 -1
  93. package/fesm2022/acorex-components-datetime-box.mjs +28 -36
  94. package/fesm2022/acorex-components-datetime-box.mjs.map +1 -1
  95. package/fesm2022/acorex-components-datetime-input.mjs +20 -18
  96. package/fesm2022/acorex-components-datetime-input.mjs.map +1 -1
  97. package/fesm2022/acorex-components-datetime-picker.mjs +92 -44
  98. package/fesm2022/acorex-components-datetime-picker.mjs.map +1 -1
  99. package/fesm2022/acorex-components-decorators.mjs +27 -27
  100. package/fesm2022/acorex-components-decorators.mjs.map +1 -1
  101. package/fesm2022/acorex-components-dialog.mjs +44 -19
  102. package/fesm2022/acorex-components-dialog.mjs.map +1 -1
  103. package/fesm2022/acorex-components-drawer-2.mjs +28 -14
  104. package/fesm2022/acorex-components-drawer-2.mjs.map +1 -1
  105. package/fesm2022/acorex-components-drawer.mjs +13 -13
  106. package/fesm2022/acorex-components-drawer.mjs.map +1 -1
  107. package/fesm2022/acorex-components-dropdown-button.mjs +16 -11
  108. package/fesm2022/acorex-components-dropdown-button.mjs.map +1 -1
  109. package/fesm2022/acorex-components-dropdown.mjs +57 -13
  110. package/fesm2022/acorex-components-dropdown.mjs.map +1 -1
  111. package/fesm2022/acorex-components-file-explorer.mjs +25 -25
  112. package/fesm2022/acorex-components-file-explorer.mjs.map +1 -1
  113. package/fesm2022/acorex-components-flow-chart.mjs +40 -16
  114. package/fesm2022/acorex-components-flow-chart.mjs.map +1 -1
  115. package/fesm2022/acorex-components-form.mjs +36 -17
  116. package/fesm2022/acorex-components-form.mjs.map +1 -1
  117. package/fesm2022/acorex-components-grid-layout-builder.mjs +125 -15
  118. package/fesm2022/acorex-components-grid-layout-builder.mjs.map +1 -1
  119. package/fesm2022/acorex-components-image-editor.mjs +121 -92
  120. package/fesm2022/acorex-components-image-editor.mjs.map +1 -1
  121. package/fesm2022/acorex-components-image.mjs +7 -7
  122. package/fesm2022/acorex-components-image.mjs.map +1 -1
  123. package/fesm2022/acorex-components-json-viewer.mjs +8 -8
  124. package/fesm2022/acorex-components-json-viewer.mjs.map +1 -1
  125. package/fesm2022/acorex-components-kanban.mjs +11 -7
  126. package/fesm2022/acorex-components-kanban.mjs.map +1 -1
  127. package/fesm2022/acorex-components-kbd.mjs +21 -29
  128. package/fesm2022/acorex-components-kbd.mjs.map +1 -1
  129. package/fesm2022/acorex-components-label.mjs +11 -15
  130. package/fesm2022/acorex-components-label.mjs.map +1 -1
  131. package/fesm2022/acorex-components-list.mjs +23 -32
  132. package/fesm2022/acorex-components-list.mjs.map +1 -1
  133. package/fesm2022/acorex-components-loading-dialog.mjs +58 -59
  134. package/fesm2022/acorex-components-loading-dialog.mjs.map +1 -1
  135. package/fesm2022/acorex-components-loading.mjs +84 -28
  136. package/fesm2022/acorex-components-loading.mjs.map +1 -1
  137. package/fesm2022/acorex-components-map.mjs +484 -112
  138. package/fesm2022/acorex-components-map.mjs.map +1 -1
  139. package/fesm2022/acorex-components-media-viewer.mjs +37 -37
  140. package/fesm2022/acorex-components-media-viewer.mjs.map +1 -1
  141. package/fesm2022/acorex-components-menu.mjs +67 -37
  142. package/fesm2022/acorex-components-menu.mjs.map +1 -1
  143. package/fesm2022/{acorex-components-modal-acorex-components-modal-C4zx7OP6.mjs → acorex-components-modal-acorex-components-modal-h5Y-qcbh.mjs} +117 -40
  144. package/fesm2022/acorex-components-modal-acorex-components-modal-h5Y-qcbh.mjs.map +1 -0
  145. package/fesm2022/acorex-components-modal-modal-content.component-B6tyMLdU.mjs +235 -0
  146. package/fesm2022/acorex-components-modal-modal-content.component-B6tyMLdU.mjs.map +1 -0
  147. package/fesm2022/acorex-components-modal.mjs +1 -1
  148. package/fesm2022/acorex-components-navbar.mjs +14 -10
  149. package/fesm2022/acorex-components-navbar.mjs.map +1 -1
  150. package/fesm2022/acorex-components-notification.mjs +31 -45
  151. package/fesm2022/acorex-components-notification.mjs.map +1 -1
  152. package/fesm2022/acorex-components-number-box-2.mjs +28 -9
  153. package/fesm2022/acorex-components-number-box-2.mjs.map +1 -1
  154. package/fesm2022/acorex-components-number-box.mjs +16 -10
  155. package/fesm2022/acorex-components-number-box.mjs.map +1 -1
  156. package/fesm2022/acorex-components-otp.mjs +14 -15
  157. package/fesm2022/acorex-components-otp.mjs.map +1 -1
  158. package/fesm2022/acorex-components-page.mjs +10 -10
  159. package/fesm2022/acorex-components-page.mjs.map +1 -1
  160. package/fesm2022/acorex-components-paint.mjs +74 -33
  161. package/fesm2022/acorex-components-paint.mjs.map +1 -1
  162. package/fesm2022/acorex-components-password-box.mjs +21 -18
  163. package/fesm2022/acorex-components-password-box.mjs.map +1 -1
  164. package/fesm2022/acorex-components-pdf-reader.mjs +7 -7
  165. package/fesm2022/acorex-components-pdf-reader.mjs.map +1 -1
  166. package/fesm2022/acorex-components-phone-box.mjs +51 -15
  167. package/fesm2022/acorex-components-phone-box.mjs.map +1 -1
  168. package/fesm2022/acorex-components-picker.mjs +26 -16
  169. package/fesm2022/acorex-components-picker.mjs.map +1 -1
  170. package/fesm2022/acorex-components-popover.mjs +13 -18
  171. package/fesm2022/acorex-components-popover.mjs.map +1 -1
  172. package/fesm2022/acorex-components-popup.mjs +10 -10
  173. package/fesm2022/acorex-components-popup.mjs.map +1 -1
  174. package/fesm2022/acorex-components-progress-bar.mjs +8 -8
  175. package/fesm2022/acorex-components-progress-bar.mjs.map +1 -1
  176. package/fesm2022/acorex-components-qrcode.mjs +7 -7
  177. package/fesm2022/acorex-components-qrcode.mjs.map +1 -1
  178. package/fesm2022/acorex-components-query-builder.mjs +7 -7
  179. package/fesm2022/acorex-components-query-builder.mjs.map +1 -1
  180. package/fesm2022/acorex-components-radio.mjs +8 -8
  181. package/fesm2022/acorex-components-radio.mjs.map +1 -1
  182. package/fesm2022/acorex-components-rail-navigation.mjs +26 -16
  183. package/fesm2022/acorex-components-rail-navigation.mjs.map +1 -1
  184. package/fesm2022/acorex-components-range-slider.mjs +13 -9
  185. package/fesm2022/acorex-components-range-slider.mjs.map +1 -1
  186. package/fesm2022/acorex-components-rate-picker.mjs +7 -7
  187. package/fesm2022/acorex-components-rate-picker.mjs.map +1 -1
  188. package/fesm2022/acorex-components-rest-api-generator.mjs +23 -23
  189. package/fesm2022/acorex-components-rest-api-generator.mjs.map +1 -1
  190. package/fesm2022/acorex-components-result.mjs +7 -7
  191. package/fesm2022/acorex-components-result.mjs.map +1 -1
  192. package/fesm2022/acorex-components-routing-progress.mjs +7 -7
  193. package/fesm2022/acorex-components-routing-progress.mjs.map +1 -1
  194. package/fesm2022/acorex-components-rrule.mjs +222 -102
  195. package/fesm2022/acorex-components-rrule.mjs.map +1 -1
  196. package/fesm2022/acorex-components-scheduler.mjs +1581 -167
  197. package/fesm2022/acorex-components-scheduler.mjs.map +1 -1
  198. package/fesm2022/acorex-components-scss.mjs +4 -4
  199. package/fesm2022/acorex-components-scss.mjs.map +1 -1
  200. package/fesm2022/acorex-components-search-box.mjs +13 -7
  201. package/fesm2022/acorex-components-search-box.mjs.map +1 -1
  202. package/fesm2022/acorex-components-select-box.mjs +105 -38
  203. package/fesm2022/acorex-components-select-box.mjs.map +1 -1
  204. package/fesm2022/acorex-components-selection-list-2.mjs +12 -9
  205. package/fesm2022/acorex-components-selection-list-2.mjs.map +1 -1
  206. package/fesm2022/acorex-components-selection-list.mjs +14 -11
  207. package/fesm2022/acorex-components-selection-list.mjs.map +1 -1
  208. package/fesm2022/acorex-components-side-menu.mjs +98 -43
  209. package/fesm2022/acorex-components-side-menu.mjs.map +1 -1
  210. package/fesm2022/acorex-components-skeleton.mjs +7 -7
  211. package/fesm2022/acorex-components-skeleton.mjs.map +1 -1
  212. package/fesm2022/acorex-components-slider.mjs +9 -9
  213. package/fesm2022/acorex-components-slider.mjs.map +1 -1
  214. package/fesm2022/acorex-components-sliding-item.mjs +16 -16
  215. package/fesm2022/acorex-components-sliding-item.mjs.map +1 -1
  216. package/fesm2022/acorex-components-step-wizard.mjs +31 -32
  217. package/fesm2022/acorex-components-step-wizard.mjs.map +1 -1
  218. package/fesm2022/acorex-components-switch.mjs +12 -12
  219. package/fesm2022/acorex-components-switch.mjs.map +1 -1
  220. package/fesm2022/acorex-components-tabs.mjs +26 -19
  221. package/fesm2022/acorex-components-tabs.mjs.map +1 -1
  222. package/fesm2022/acorex-components-tag-box.mjs +55 -21
  223. package/fesm2022/acorex-components-tag-box.mjs.map +1 -1
  224. package/fesm2022/acorex-components-tag.mjs +8 -8
  225. package/fesm2022/acorex-components-tag.mjs.map +1 -1
  226. package/fesm2022/acorex-components-text-area.mjs +17 -12
  227. package/fesm2022/acorex-components-text-area.mjs.map +1 -1
  228. package/fesm2022/acorex-components-text-box.mjs +29 -13
  229. package/fesm2022/acorex-components-text-box.mjs.map +1 -1
  230. package/fesm2022/acorex-components-time-duration.mjs +15 -9
  231. package/fesm2022/acorex-components-time-duration.mjs.map +1 -1
  232. package/fesm2022/acorex-components-time-line.mjs +13 -10
  233. package/fesm2022/acorex-components-time-line.mjs.map +1 -1
  234. package/fesm2022/acorex-components-toast.mjs +59 -14
  235. package/fesm2022/acorex-components-toast.mjs.map +1 -1
  236. package/fesm2022/acorex-components-toolbar.mjs +7 -7
  237. package/fesm2022/acorex-components-toolbar.mjs.map +1 -1
  238. package/fesm2022/acorex-components-tooltip.mjs +12 -11
  239. package/fesm2022/acorex-components-tooltip.mjs.map +1 -1
  240. package/fesm2022/acorex-components-tree-view.mjs +12 -12
  241. package/fesm2022/acorex-components-tree-view.mjs.map +1 -1
  242. package/fesm2022/acorex-components-uploader.mjs +252 -56
  243. package/fesm2022/acorex-components-uploader.mjs.map +1 -1
  244. package/fesm2022/acorex-components-video-player.mjs +7 -7
  245. package/fesm2022/acorex-components-video-player.mjs.map +1 -1
  246. package/fesm2022/acorex-components-wysiwyg.mjs +104 -62
  247. package/fesm2022/acorex-components-wysiwyg.mjs.map +1 -1
  248. package/flow-chart/index.d.ts +24 -0
  249. package/form/index.d.ts +27 -13
  250. package/grid-layout-builder/index.d.ts +115 -4
  251. package/image/index.d.ts +4 -4
  252. package/image-editor/index.d.ts +17 -14
  253. package/json-viewer/index.d.ts +3 -3
  254. package/kanban/index.d.ts +7 -3
  255. package/kbd/index.d.ts +11 -11
  256. package/label/index.d.ts +1 -2
  257. package/list/index.d.ts +4 -14
  258. package/loading/index.d.ts +59 -6
  259. package/loading-dialog/index.d.ts +30 -19
  260. package/map/index.d.ts +95 -2
  261. package/menu/index.d.ts +38 -13
  262. package/modal/index.d.ts +47 -2
  263. package/navbar/index.d.ts +7 -3
  264. package/notification/index.d.ts +1 -8
  265. package/number-box/index.d.ts +1 -0
  266. package/number-box-2/index.d.ts +2 -1
  267. package/otp/index.d.ts +1 -3
  268. package/package.json +43 -4
  269. package/paint/index.d.ts +43 -7
  270. package/password-box/index.d.ts +8 -10
  271. package/phone-box/index.d.ts +18 -16
  272. package/picker/index.d.ts +10 -8
  273. package/popover/index.d.ts +2 -2
  274. package/popup/index.d.ts +2 -2
  275. package/qrcode/index.d.ts +7 -7
  276. package/query-builder/index.d.ts +1 -1
  277. package/radio/index.d.ts +1 -1
  278. package/rail-navigation/index.d.ts +12 -3
  279. package/range-slider/index.d.ts +13 -13
  280. package/rate-picker/index.d.ts +5 -5
  281. package/rest-api-generator/index.d.ts +1 -1
  282. package/rrule/index.d.ts +40 -17
  283. package/scheduler/index.d.ts +541 -191
  284. package/search-box/index.d.ts +3 -2
  285. package/select-box/index.d.ts +22 -10
  286. package/selection-list-2/index.d.ts +3 -3
  287. package/side-menu/index.d.ts +24 -15
  288. package/sliding-item/index.d.ts +4 -5
  289. package/step-wizard/index.d.ts +10 -13
  290. package/switch/index.d.ts +0 -1
  291. package/tabs/index.d.ts +6 -1
  292. package/tag-box/index.d.ts +19 -2
  293. package/text-area/index.d.ts +2 -2
  294. package/text-box/index.d.ts +3 -0
  295. package/time-duration/index.d.ts +1 -0
  296. package/time-line/index.d.ts +3 -0
  297. package/toast/index.d.ts +45 -1
  298. package/tooltip/index.d.ts +2 -1
  299. package/uploader/index.d.ts +215 -5
  300. package/wysiwyg/index.d.ts +27 -5
  301. package/fesm2022/acorex-components-modal-acorex-components-modal-C4zx7OP6.mjs.map +0 -1
  302. package/fesm2022/acorex-components-modal-modal-content.component-DfhgA_WL.mjs +0 -218
  303. package/fesm2022/acorex-components-modal-modal-content.component-DfhgA_WL.mjs.map +0 -1
@@ -17,7 +17,13 @@ import * as i7 from '@angular/common';
17
17
  declare class AXCommentContainerComponent {
18
18
  private document;
19
19
  private platformID;
20
- scrollToRelpy(id: string): void;
20
+ /**
21
+ * Scrolls to a specific comment reply by its ID and highlights it temporarily.
22
+ *
23
+ * @param id - The ID of the comment reply to scroll to
24
+ * @returns void
25
+ */
26
+ scrollToReply(id: string): void;
21
27
  static ɵfac: i0.ɵɵFactoryDeclaration<AXCommentContainerComponent, never>;
22
28
  static ɵcmp: i0.ɵɵComponentDeclaration<AXCommentContainerComponent, "ax-comment-container", never, {}, {}, never, ["*"], true, never>;
23
29
  }
@@ -27,20 +33,20 @@ declare class AXCommentContainerComponent {
27
33
  *
28
34
  * @category Components
29
35
  */
30
- declare class AxCommentItemComponent {
36
+ declare class AXCommentItemComponent {
31
37
  /**
32
38
  * @ignore
33
39
  */
34
40
  protected avatar: i0.Signal<AXAvatarComponent>;
35
- protected collaps: i0.Signal<AXCollapseComponent>;
36
- replyCount: i0.InputSignal<number>;
41
+ protected collapse: i0.Signal<AXCollapseComponent>;
42
+ readonly replyCount: i0.InputSignal<number>;
37
43
  /**
38
44
  * @ignore
39
45
  */
40
46
  constructor();
41
- toggleCollaps(): void;
42
- static ɵfac: i0.ɵɵFactoryDeclaration<AxCommentItemComponent, never>;
43
- static ɵcmp: i0.ɵɵComponentDeclaration<AxCommentItemComponent, "ax-comment-item", never, { "replyCount": { "alias": "replyCount"; "required": false; "isSignal": true; }; }, {}, ["avatar"], ["ax-avatar", "ax-title", "ax-comment-date", "ax-comment-menu-options", "ax-content", "ax-comment-like", "ax-comment-reply-text", "ax-comment-item", "ax-comment-reply-more"], true, never>;
47
+ toggleCollapse(): void;
48
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXCommentItemComponent, never>;
49
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXCommentItemComponent, "ax-comment-item", never, { "replyCount": { "alias": "replyCount"; "required": false; "isSignal": true; }; }, {}, ["avatar"], ["ax-avatar", "ax-title", "ax-comment-date", "ax-comment-menu-options", "ax-content", "ax-comment-like", "ax-comment-reply-text", "ax-comment-item", "ax-comment-reply-more"], true, never>;
44
50
  }
45
51
 
46
52
  /**
@@ -62,11 +68,10 @@ declare class AXCommentLikeComponent {
62
68
  /**
63
69
  * Indicates whether the comment is liked.
64
70
  */
65
- liked: i0.ModelSignal<boolean>;
66
- onLiked: i0.OutputEmitterRef<boolean>;
67
- changeState(): void;
71
+ like: i0.ModelSignal<boolean>;
72
+ protected changeState(): void;
68
73
  static ɵfac: i0.ɵɵFactoryDeclaration<AXCommentLikeComponent, never>;
69
- static ɵcmp: i0.ɵɵComponentDeclaration<AXCommentLikeComponent, "ax-comment-like", never, { "liked": { "alias": "liked"; "required": true; "isSignal": true; }; }, { "liked": "likedChange"; "onLiked": "onLiked"; }, never, ["*"], true, never>;
74
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXCommentLikeComponent, "ax-comment-like", never, { "like": { "alias": "like"; "required": true; "isSignal": true; }; }, { "like": "likeChange"; }, never, ["*"], true, never>;
70
75
  }
71
76
 
72
77
  /**
@@ -100,8 +105,8 @@ declare class AXCommentViewComponent {
100
105
 
101
106
  declare class AXCommentModule {
102
107
  static ɵfac: i0.ɵɵFactoryDeclaration<AXCommentModule, never>;
103
- static ɵmod: i0.ɵɵNgModuleDeclaration<AXCommentModule, never, [typeof i1.AXDecoratorModule, typeof i2.AXWysiwygModule, typeof i3.AXCollapseModule, typeof i4.AXButtonModule, typeof i5.AXTextAreaModule, typeof i6.AXTranslationModule, typeof i7.CommonModule, typeof AXCommentViewComponent, typeof AXCommentContainerComponent, typeof AxCommentItemComponent, typeof AXCommentLikeComponent, typeof AXMenuOptionsComponent, typeof AXCommentReplyTextComponent, typeof AXCommentDateComponent, typeof AXCommentReplyMoreComponent], [typeof AXCommentViewComponent, typeof AXCommentContainerComponent, typeof AxCommentItemComponent, typeof AXCommentLikeComponent, typeof AXMenuOptionsComponent, typeof AXCommentReplyTextComponent, typeof AXCommentDateComponent, typeof AXCommentReplyMoreComponent]>;
108
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXCommentModule, never, [typeof i1.AXDecoratorModule, typeof i2.AXWysiwygModule, typeof i3.AXCollapseModule, typeof i4.AXButtonModule, typeof i5.AXTextAreaModule, typeof i6.AXTranslationModule, typeof i7.CommonModule, typeof AXCommentViewComponent, typeof AXCommentContainerComponent, typeof AXCommentItemComponent, typeof AXCommentLikeComponent, typeof AXMenuOptionsComponent, typeof AXCommentReplyTextComponent, typeof AXCommentDateComponent, typeof AXCommentReplyMoreComponent], [typeof AXCommentViewComponent, typeof AXCommentContainerComponent, typeof AXCommentItemComponent, typeof AXCommentLikeComponent, typeof AXMenuOptionsComponent, typeof AXCommentReplyTextComponent, typeof AXCommentDateComponent, typeof AXCommentReplyMoreComponent]>;
104
109
  static ɵinj: i0.ɵɵInjectorDeclaration<AXCommentModule>;
105
110
  }
106
111
 
107
- export { AXCommentContainerComponent, AXCommentDateComponent, AXCommentLikeComponent, AXCommentModule, AXCommentReplyMoreComponent, AXCommentReplyTextComponent, AXCommentViewComponent, AXMenuOptionsComponent, AxCommentItemComponent };
112
+ export { AXCommentContainerComponent, AXCommentDateComponent, AXCommentItemComponent, AXCommentLikeComponent, AXCommentModule, AXCommentReplyMoreComponent, AXCommentReplyTextComponent, AXCommentViewComponent, AXMenuOptionsComponent };
@@ -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
  *
@@ -220,6 +234,7 @@ declare class AXConversationInputComponent extends AXConversationInputComponent_
220
234
  * @ignore
221
235
  */
222
236
  protected closeReplyHandler(): void;
237
+ private get __hostName();
223
238
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXConversationInputComponent, never>;
224
239
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXConversationInputComponent, "ax-conversation-input", never, { "look": { "alias": "look"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "maxLength": { "alias": "maxLength"; "required": false; "isSignal": true; }; "hasAttachment": { "alias": "hasAttachment"; "required": false; "isSignal": true; }; "hasVoice": { "alias": "hasVoice"; "required": false; "isSignal": true; }; "hasEmoji": { "alias": "hasEmoji"; "required": false; "isSignal": true; }; "isLoading": { "alias": "isLoading"; "required": false; "isSignal": true; }; "acceptFileType": { "alias": "acceptFileType"; "required": false; "isSignal": true; }; }, { "onActionClose": "onActionClose"; "onSendClick": "onSendClick"; "onStartRecording": "onStartRecording"; "onCancelRecording": "onCancelRecording"; "onEnterPressed": "onEnterPressed"; }, ["sendIcon"], ["ax-icon"], true, never>;
225
240
  }
@@ -250,9 +265,9 @@ declare class AXConversationMessageTypeRegistryService {
250
265
  */
251
266
  declare class AXConversationMessageComponent extends MXBaseComponent {
252
267
  protected popover: _angular_core.Signal<AXPopoverComponent>;
253
- isReplyArrowShown: _angular_core.InputSignal<boolean>;
254
- chatMessage: _angular_core.InputSignal<AXConversationMessage>;
255
- 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>>;
256
271
  protected conversationService: AXConversationService;
257
272
  protected registryService: AXConversationMessageTypeRegistryService;
258
273
  protected actionButtonItemsPrivate: _angular_core.WritableSignal<AXConversationMessageAction[]>;
@@ -262,10 +277,24 @@ declare class AXConversationMessageComponent extends MXBaseComponent {
262
277
  protected portal: _angular_core.Signal<ComponentPortal<any>>;
263
278
  protected messageType: _angular_core.Signal<string>;
264
279
  protected get isOwn(): boolean;
280
+ /**
281
+ * Handles the action button click and opens the action menu.
282
+ */
265
283
  protected handleActionClick(): void;
266
284
  protected _handleAttached(ref: CdkPortalOutletAttachedRef): void;
285
+ /**
286
+ * Handles the resend button click and closes the popover.
287
+ */
267
288
  protected handleResendClick(): void;
289
+ /**
290
+ * Handles the delete button click and closes the popover.
291
+ */
268
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
+ */
269
298
  protected replyHandler(e: AXConversationMessage): void;
270
299
  get __hostClass(): string;
271
300
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXConversationMessageComponent, never>;
@@ -278,7 +307,7 @@ declare class AXConversationMessageComponent extends MXBaseComponent {
278
307
  * @category Components
279
308
  */
280
309
  declare class AXConversationMessageAudioComponent extends AXConversationMessageBaseComponent implements OnDestroy {
281
- rendrer: Renderer2;
310
+ private render;
282
311
  /**
283
312
  * @ignore
284
313
  */
@@ -365,71 +394,43 @@ declare class AXConversationMessageAudioComponent extends AXConversationMessageB
365
394
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXConversationMessageAudioComponent, "ax-conversation-message-audio", never, {}, {}, never, never, true, never>;
366
395
  }
367
396
 
368
- /**
369
- * Displays the conversation view with messages and interactions.
370
- *
371
- * @category Components
372
- */
373
- declare class AXConversationViewComponent extends MXBaseComponent {
374
- protected conversationService: AXConversationService;
375
- onScrollEnd: _angular_core.OutputEmitterRef<AXEvent>;
376
- chatBoxHeight: _angular_core.InputSignal<string>;
377
- isReplyArrowShown: _angular_core.InputSignal<boolean>;
378
- onActionMenuOpening: _angular_core.OutputEmitterRef<AXConversationMenuOpeningEvent>;
379
- onAction: _angular_core.OutputEmitterRef<AXConversationActionEvent>;
380
- onReplyClick: _angular_core.OutputEmitterRef<AXClickEvent>;
381
- avatar: _angular_core.InputSignal<TemplateRef<any>>;
382
- updatePrevItems(item: any[]): void;
383
- callForUpdate(): void;
384
- addNewItem(item: any): void;
385
- static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXConversationViewComponent, never>;
386
- 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>;
387
- }
388
-
389
397
  /**
390
398
  * Component for displaying file messages in a conversation.
391
399
  *
392
400
  * @category Components
393
401
  */
394
402
  declare class AXConversationFileMessageComponent extends AXConversationMessageBaseComponent {
403
+ #private;
395
404
  /**
396
405
  * @ignore
397
406
  */
398
- fileState: WritableSignal<'loading' | 'ready' | 'error'>;
399
- /**
400
- * @ignore
401
- */
402
- fileSize: WritableSignal<number>;
403
- /**
404
- * @ignore
405
- */
406
- fileName: WritableSignal<string>;
407
+ protected fileState: _angular_core.WritableSignal<"error" | "loading" | "ready">;
407
408
  /**
408
409
  * @ignore
409
410
  */
410
- fileService: AXFileService;
411
+ protected fileSize: _angular_core.WritableSignal<number>;
411
412
  /**
412
413
  * @ignore
413
414
  */
414
- http: HttpClient;
415
+ protected fileName: _angular_core.WritableSignal<string>;
415
416
  /**
416
417
  * @ignore
417
418
  */
418
- parent: AXConversationViewComponent;
419
+ private fileService;
419
420
  /**
420
421
  * @ignore
421
422
  */
422
- constructor();
423
+ private parent;
423
424
  /**
424
425
  * Emits a download action event for the file.
425
426
  * @ignore
426
427
  */
427
- handleDownloadFile(): void;
428
+ protected handleDownloadFile(): void;
428
429
  /**
429
430
  * Emits a cancel action event for the file loading.
430
431
  * @ignore
431
432
  */
432
- handleCancelLoading(): void;
433
+ protected handleCancelLoading(): void;
433
434
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXConversationFileMessageComponent, never>;
434
435
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXConversationFileMessageComponent, "ax-conversation-message-file", never, {}, {}, never, never, true, never>;
435
436
  }
@@ -454,6 +455,7 @@ declare class ConversationMessageImagePopupComponent {
454
455
  * @category Components
455
456
  */
456
457
  declare class AXConversationMessageImageComponent extends AXConversationMessageBaseComponent {
458
+ #private;
457
459
  /**
458
460
  * @ignore
459
461
  */
@@ -474,15 +476,11 @@ declare class AXConversationMessageImageComponent extends AXConversationMessageB
474
476
  closeButton: boolean;
475
477
  closeOnBackdropClick: boolean;
476
478
  };
477
- /**
478
- * @ignore
479
- */
480
- constructor();
481
479
  /**
482
480
  * Opens a popup displaying the image with options for draggable, size, and backdrop.
483
481
  * @ignore
484
482
  */
485
- openPopup(): void;
483
+ protected openPopup(): void;
486
484
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXConversationMessageImageComponent, never>;
487
485
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXConversationMessageImageComponent, "ax-conversation-message-image", never, { "message": { "alias": "message"; "required": false; }; }, {}, never, never, true, never>;
488
486
  }
@@ -524,7 +522,7 @@ declare class AXConversationTextMessageComponent extends AXConversationMessageBa
524
522
  /**
525
523
  * @ignore
526
524
  */
527
- conversationService: AXConversationService;
525
+ private conversationService;
528
526
  ngOnInit(): void;
529
527
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXConversationTextMessageComponent, never>;
530
528
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXConversationTextMessageComponent, "ng-component", never, { "message": { "alias": "message"; "required": false; }; }, {}, never, never, true, never>;
@@ -554,6 +552,7 @@ declare class AXConversationMessageVideoComponent extends AXConversationMessageB
554
552
  * @category Components
555
553
  */
556
554
  declare class AXConversationVoiceMessageComponent extends AXConversationMessageBaseComponent {
555
+ #private;
557
556
  /**
558
557
  * @ignore
559
558
  */
@@ -561,83 +560,79 @@ declare class AXConversationVoiceMessageComponent extends AXConversationMessageB
561
560
  /**
562
561
  * @ignore
563
562
  */
564
- config: AXWaveConfig;
563
+ protected config: AXWaveConfig;
565
564
  /**
566
565
  * @ignore
567
566
  */
568
- audioState: WritableSignal<'playing' | 'paused' | 'loading' | 'ready' | 'error'>;
567
+ protected audioState: _angular_core.WritableSignal<"error" | "playing" | "paused" | "loading" | "ready">;
569
568
  /**
570
569
  * @ignore
571
570
  */
572
- parent: AXConversationViewComponent;
571
+ private parent;
573
572
  private platformID;
574
573
  /**
575
574
  * @ignore
576
575
  */
577
- selectedRate: WritableSignal<number>;
578
- /**
579
- * @ignore
580
- */
581
- selectedRateIndex: WritableSignal<number>;
576
+ protected selectedRate: _angular_core.WritableSignal<number>;
582
577
  /**
583
578
  * @ignore
584
579
  */
585
- protected audioProgress: WritableSignal<number>;
580
+ private selectedRateIndex;
586
581
  /**
587
582
  * @ignore
588
583
  */
589
- protected timeLeft: WritableSignal<number>;
584
+ protected audioProgress: _angular_core.WritableSignal<number>;
590
585
  /**
591
586
  * @ignore
592
587
  */
593
- protected currentTime: WritableSignal<number>;
588
+ protected timeLeft: _angular_core.WritableSignal<number>;
594
589
  /**
595
590
  * @ignore
596
591
  */
597
- protected duration: WritableSignal<number>;
592
+ protected currentTime: _angular_core.WritableSignal<number>;
598
593
  /**
599
594
  * @ignore
600
595
  */
601
- constructor();
596
+ protected duration: _angular_core.WritableSignal<number>;
602
597
  /**
603
598
  * @ignore
604
599
  */
605
- setWaveColor(): void;
600
+ private setWaveColor;
606
601
  /**
607
602
  * Pauses the audio playback and updates the audio state to 'paused'.
608
603
  * @ignore
609
604
  */
610
- handlePauseClick(): void;
605
+ protected handlePauseClick(): void;
611
606
  /**
612
607
  * Plays the audio and updates the audio state to 'playing'.
613
608
  * @ignore
614
609
  */
615
- handlePlayClick(): void;
610
+ protected handlePlayClick(): void;
616
611
  /**
617
612
  * Updates audio state and progress based on status changes from the audio wave.
618
613
  * @param e - The event containing status and data related to the audio.
619
614
  * @ignore
620
615
  */
621
- handleOnStatusChanged(e: AXAudioWaveChangeEvent): void;
616
+ protected handleOnStatusChanged(e: AXAudioWaveChangeEvent): void;
622
617
  /**
623
618
  * @ignore
624
619
  */
625
- handleLoadingProgress(): void;
620
+ protected handleLoadingProgress(): void;
626
621
  /**
627
622
  * Handles the cancellation of a loading operation.
628
623
  * @ignore
629
624
  */
630
- handleCancelLoading(): void;
625
+ protected handleCancelLoading(): void;
631
626
  /**
632
627
  * Reloads the audio and updates the state to 'loading'.
633
628
  * @ignore
634
629
  */
635
- handleReloadClick(): void;
630
+ protected handleReloadClick(): void;
636
631
  /**
637
632
  * Cycles through predefined audio playback rates and updates the rate.
638
633
  * @ignore
639
634
  */
640
- handleRateClick(): void;
635
+ protected handleRateClick(): void;
641
636
  /**
642
637
  * @ignore
643
638
  */
@@ -646,6 +641,40 @@ declare class AXConversationVoiceMessageComponent extends AXConversationMessageB
646
641
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXConversationVoiceMessageComponent, "ax-conversation-message-audio", never, { "message": { "alias": "message"; "required": false; }; }, {}, never, never, true, never>;
647
642
  }
648
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
+
649
678
  interface AXChatModuleConfig {
650
679
  types: AXConversationMessageType[];
651
680
  }
@@ -225,15 +225,16 @@ declare class AXCronJobContainerComponent extends MXInputBaseValueComponent<stri
225
225
  look: AXTabLook;
226
226
  location: AXTabLocation;
227
227
  }>;
228
- onGetModel(): void;
228
+ protected onGetModel(): void;
229
229
  protected internalValueChanged(cronExpressionPattern: string): void;
230
+ private get __hostName();
230
231
  static ɵfac: i0.ɵɵFactoryDeclaration<AXCronJobContainerComponent, never>;
231
232
  static ɵcmp: i0.ɵɵComponentDeclaration<AXCronJobContainerComponent, "ax-cron-job-container", never, {}, { "onValueChanged": "onValueChanged"; }, never, never, true, never>;
232
233
  }
233
234
 
234
235
  declare class AXCronDayComponent {
235
236
  #private;
236
- dayService: DayService;
237
+ protected dayService: DayService;
237
238
  protected boWeekDropDownList: DropDownItem[];
238
239
  protected boMonthDropDownList: DropDownItem[];
239
240
  protected daysIndexInMonth: number[];
@@ -254,7 +255,7 @@ declare class AXCronDayComponent {
254
255
 
255
256
  declare class AXCronHoursComponent {
256
257
  #private;
257
- hoursService: HoursService;
258
+ protected hoursService: HoursService;
258
259
  protected dropdownList: DropDownItem[];
259
260
  protected zeroTo23: number[];
260
261
  hoursChanged: i0.OutputEmitterRef<void>;
@@ -308,7 +309,7 @@ declare class AXCronSecondsComponent {
308
309
 
309
310
  declare class AXCronYearComponent {
310
311
  #private;
311
- yearService: YearService;
312
+ protected yearService: YearService;
312
313
  protected dropdownList: DropDownItem[];
313
314
  protected oneTo100: DropDownItem[];
314
315
  yearChanged: i0.OutputEmitterRef<void>;