@acorex/components 20.2.0-next.9 → 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 (298) hide show
  1. package/accordion/index.d.ts +6 -5
  2. package/action-sheet/index.d.ts +1 -10
  3. package/alert/index.d.ts +1 -3
  4. package/aspect-ratio/README.md +3 -0
  5. package/aspect-ratio/index.d.ts +11 -0
  6. package/autocomplete/index.d.ts +6 -2
  7. package/avatar/index.d.ts +1 -2
  8. package/badge/index.d.ts +1 -2
  9. package/bottom-navigation/index.d.ts +10 -2
  10. package/breadcrumbs/index.d.ts +2 -3
  11. package/button/index.d.ts +56 -17
  12. package/button-group/index.d.ts +10 -6
  13. package/calendar/index.d.ts +9 -9
  14. package/check-box/index.d.ts +1 -4
  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 +5 -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 +15 -10
  25. package/conversation/index.d.ts +106 -78
  26. package/data-list/README.md +356 -0
  27. package/data-list/index.d.ts +102 -0
  28. package/data-pager/index.d.ts +22 -17
  29. package/data-table/index.d.ts +59 -3
  30. package/datetime-box/index.d.ts +11 -15
  31. package/datetime-input/index.d.ts +1 -4
  32. package/datetime-picker/index.d.ts +4 -11
  33. package/decorators/index.d.ts +2 -2
  34. package/dialog/index.d.ts +29 -4
  35. package/drawer-2/index.d.ts +22 -8
  36. package/dropdown/index.d.ts +44 -3
  37. package/dropdown-button/index.d.ts +7 -2
  38. package/fesm2022/acorex-components-accordion.mjs +74 -72
  39. package/fesm2022/acorex-components-accordion.mjs.map +1 -1
  40. package/fesm2022/acorex-components-action-sheet.mjs +22 -48
  41. package/fesm2022/acorex-components-action-sheet.mjs.map +1 -1
  42. package/fesm2022/acorex-components-alert.mjs +12 -16
  43. package/fesm2022/acorex-components-alert.mjs.map +1 -1
  44. package/fesm2022/acorex-components-aspect-ratio.mjs +36 -0
  45. package/fesm2022/acorex-components-aspect-ratio.mjs.map +1 -0
  46. package/fesm2022/acorex-components-audio-wave.mjs +7 -7
  47. package/fesm2022/acorex-components-audio-wave.mjs.map +1 -1
  48. package/fesm2022/acorex-components-autocomplete.mjs +25 -10
  49. package/fesm2022/acorex-components-autocomplete.mjs.map +1 -1
  50. package/fesm2022/acorex-components-avatar.mjs +13 -17
  51. package/fesm2022/acorex-components-avatar.mjs.map +1 -1
  52. package/fesm2022/acorex-components-badge.mjs +9 -11
  53. package/fesm2022/acorex-components-badge.mjs.map +1 -1
  54. package/fesm2022/acorex-components-bottom-navigation.mjs +18 -16
  55. package/fesm2022/acorex-components-bottom-navigation.mjs.map +1 -1
  56. package/fesm2022/acorex-components-breadcrumbs.mjs +21 -20
  57. package/fesm2022/acorex-components-breadcrumbs.mjs.map +1 -1
  58. package/fesm2022/acorex-components-button-group.mjs +35 -26
  59. package/fesm2022/acorex-components-button-group.mjs.map +1 -1
  60. package/fesm2022/acorex-components-button.mjs +78 -38
  61. package/fesm2022/acorex-components-button.mjs.map +1 -1
  62. package/fesm2022/acorex-components-calendar.mjs +52 -41
  63. package/fesm2022/acorex-components-calendar.mjs.map +1 -1
  64. package/fesm2022/acorex-components-check-box.mjs +10 -13
  65. package/fesm2022/acorex-components-check-box.mjs.map +1 -1
  66. package/fesm2022/acorex-components-chips.mjs +9 -11
  67. package/fesm2022/acorex-components-chips.mjs.map +1 -1
  68. package/fesm2022/acorex-components-circular-progress.mjs +31 -26
  69. package/fesm2022/acorex-components-circular-progress.mjs.map +1 -1
  70. package/fesm2022/acorex-components-code-editor.mjs +591 -0
  71. package/fesm2022/acorex-components-code-editor.mjs.map +1 -0
  72. package/fesm2022/acorex-components-collapse.mjs +21 -21
  73. package/fesm2022/acorex-components-collapse.mjs.map +1 -1
  74. package/fesm2022/acorex-components-color-box.mjs +32 -32
  75. package/fesm2022/acorex-components-color-box.mjs.map +1 -1
  76. package/fesm2022/acorex-components-color-palette.mjs +68 -84
  77. package/fesm2022/acorex-components-color-palette.mjs.map +1 -1
  78. package/fesm2022/acorex-components-command.mjs +144 -0
  79. package/fesm2022/acorex-components-command.mjs.map +1 -0
  80. package/fesm2022/acorex-components-comment.mjs +47 -41
  81. package/fesm2022/acorex-components-comment.mjs.map +1 -1
  82. package/fesm2022/acorex-components-conversation.mjs +121 -89
  83. package/fesm2022/acorex-components-conversation.mjs.map +1 -1
  84. package/fesm2022/acorex-components-cron-job.mjs +46 -46
  85. package/fesm2022/acorex-components-cron-job.mjs.map +1 -1
  86. package/fesm2022/acorex-components-data-list.mjs +386 -0
  87. package/fesm2022/acorex-components-data-list.mjs.map +1 -0
  88. package/fesm2022/acorex-components-data-pager.mjs +41 -36
  89. package/fesm2022/acorex-components-data-pager.mjs.map +1 -1
  90. package/fesm2022/acorex-components-data-table.mjs +97 -41
  91. package/fesm2022/acorex-components-data-table.mjs.map +1 -1
  92. package/fesm2022/acorex-components-datetime-box.mjs +21 -35
  93. package/fesm2022/acorex-components-datetime-box.mjs.map +1 -1
  94. package/fesm2022/acorex-components-datetime-input.mjs +13 -17
  95. package/fesm2022/acorex-components-datetime-input.mjs.map +1 -1
  96. package/fesm2022/acorex-components-datetime-picker.mjs +44 -46
  97. package/fesm2022/acorex-components-datetime-picker.mjs.map +1 -1
  98. package/fesm2022/acorex-components-decorators.mjs +27 -27
  99. package/fesm2022/acorex-components-decorators.mjs.map +1 -1
  100. package/fesm2022/acorex-components-dialog.mjs +44 -19
  101. package/fesm2022/acorex-components-dialog.mjs.map +1 -1
  102. package/fesm2022/acorex-components-drawer-2.mjs +28 -14
  103. package/fesm2022/acorex-components-drawer-2.mjs.map +1 -1
  104. package/fesm2022/acorex-components-drawer.mjs +13 -13
  105. package/fesm2022/acorex-components-drawer.mjs.map +1 -1
  106. package/fesm2022/acorex-components-dropdown-button.mjs +16 -11
  107. package/fesm2022/acorex-components-dropdown-button.mjs.map +1 -1
  108. package/fesm2022/acorex-components-dropdown.mjs +57 -13
  109. package/fesm2022/acorex-components-dropdown.mjs.map +1 -1
  110. package/fesm2022/acorex-components-file-explorer.mjs +25 -25
  111. package/fesm2022/acorex-components-file-explorer.mjs.map +1 -1
  112. package/fesm2022/acorex-components-flow-chart.mjs +40 -16
  113. package/fesm2022/acorex-components-flow-chart.mjs.map +1 -1
  114. package/fesm2022/acorex-components-form.mjs +36 -17
  115. package/fesm2022/acorex-components-form.mjs.map +1 -1
  116. package/fesm2022/acorex-components-grid-layout-builder.mjs +125 -15
  117. package/fesm2022/acorex-components-grid-layout-builder.mjs.map +1 -1
  118. package/fesm2022/acorex-components-image-editor.mjs +115 -92
  119. package/fesm2022/acorex-components-image-editor.mjs.map +1 -1
  120. package/fesm2022/acorex-components-image.mjs +7 -7
  121. package/fesm2022/acorex-components-image.mjs.map +1 -1
  122. package/fesm2022/acorex-components-json-viewer.mjs +8 -8
  123. package/fesm2022/acorex-components-json-viewer.mjs.map +1 -1
  124. package/fesm2022/acorex-components-kanban.mjs +11 -7
  125. package/fesm2022/acorex-components-kanban.mjs.map +1 -1
  126. package/fesm2022/acorex-components-kbd.mjs +21 -29
  127. package/fesm2022/acorex-components-kbd.mjs.map +1 -1
  128. package/fesm2022/acorex-components-label.mjs +11 -15
  129. package/fesm2022/acorex-components-label.mjs.map +1 -1
  130. package/fesm2022/acorex-components-list.mjs +17 -28
  131. package/fesm2022/acorex-components-list.mjs.map +1 -1
  132. package/fesm2022/acorex-components-loading-dialog.mjs +58 -59
  133. package/fesm2022/acorex-components-loading-dialog.mjs.map +1 -1
  134. package/fesm2022/acorex-components-loading.mjs +84 -28
  135. package/fesm2022/acorex-components-loading.mjs.map +1 -1
  136. package/fesm2022/acorex-components-map.mjs +484 -112
  137. package/fesm2022/acorex-components-map.mjs.map +1 -1
  138. package/fesm2022/acorex-components-media-viewer.mjs +37 -37
  139. package/fesm2022/acorex-components-media-viewer.mjs.map +1 -1
  140. package/fesm2022/acorex-components-menu.mjs +67 -37
  141. package/fesm2022/acorex-components-menu.mjs.map +1 -1
  142. package/fesm2022/{acorex-components-modal-acorex-components-modal-C4zx7OP6.mjs → acorex-components-modal-acorex-components-modal-h5Y-qcbh.mjs} +117 -40
  143. package/fesm2022/acorex-components-modal-acorex-components-modal-h5Y-qcbh.mjs.map +1 -0
  144. package/fesm2022/acorex-components-modal-modal-content.component-B6tyMLdU.mjs +235 -0
  145. package/fesm2022/acorex-components-modal-modal-content.component-B6tyMLdU.mjs.map +1 -0
  146. package/fesm2022/acorex-components-modal.mjs +1 -1
  147. package/fesm2022/acorex-components-navbar.mjs +14 -10
  148. package/fesm2022/acorex-components-navbar.mjs.map +1 -1
  149. package/fesm2022/acorex-components-notification.mjs +31 -45
  150. package/fesm2022/acorex-components-notification.mjs.map +1 -1
  151. package/fesm2022/acorex-components-number-box-2.mjs +18 -5
  152. package/fesm2022/acorex-components-number-box-2.mjs.map +1 -1
  153. package/fesm2022/acorex-components-number-box.mjs +7 -7
  154. package/fesm2022/acorex-components-number-box.mjs.map +1 -1
  155. package/fesm2022/acorex-components-otp.mjs +14 -15
  156. package/fesm2022/acorex-components-otp.mjs.map +1 -1
  157. package/fesm2022/acorex-components-page.mjs +10 -10
  158. package/fesm2022/acorex-components-page.mjs.map +1 -1
  159. package/fesm2022/acorex-components-paint.mjs +68 -33
  160. package/fesm2022/acorex-components-paint.mjs.map +1 -1
  161. package/fesm2022/acorex-components-password-box.mjs +15 -18
  162. package/fesm2022/acorex-components-password-box.mjs.map +1 -1
  163. package/fesm2022/acorex-components-pdf-reader.mjs +7 -7
  164. package/fesm2022/acorex-components-pdf-reader.mjs.map +1 -1
  165. package/fesm2022/acorex-components-phone-box.mjs +44 -14
  166. package/fesm2022/acorex-components-phone-box.mjs.map +1 -1
  167. package/fesm2022/acorex-components-picker.mjs +13 -13
  168. package/fesm2022/acorex-components-picker.mjs.map +1 -1
  169. package/fesm2022/acorex-components-popover.mjs +13 -18
  170. package/fesm2022/acorex-components-popover.mjs.map +1 -1
  171. package/fesm2022/acorex-components-popup.mjs +10 -10
  172. package/fesm2022/acorex-components-popup.mjs.map +1 -1
  173. package/fesm2022/acorex-components-progress-bar.mjs +8 -8
  174. package/fesm2022/acorex-components-progress-bar.mjs.map +1 -1
  175. package/fesm2022/acorex-components-qrcode.mjs +7 -7
  176. package/fesm2022/acorex-components-qrcode.mjs.map +1 -1
  177. package/fesm2022/acorex-components-query-builder.mjs +7 -7
  178. package/fesm2022/acorex-components-query-builder.mjs.map +1 -1
  179. package/fesm2022/acorex-components-radio.mjs +7 -7
  180. package/fesm2022/acorex-components-radio.mjs.map +1 -1
  181. package/fesm2022/acorex-components-rail-navigation.mjs +26 -16
  182. package/fesm2022/acorex-components-rail-navigation.mjs.map +1 -1
  183. package/fesm2022/acorex-components-range-slider.mjs +13 -9
  184. package/fesm2022/acorex-components-range-slider.mjs.map +1 -1
  185. package/fesm2022/acorex-components-rate-picker.mjs +7 -7
  186. package/fesm2022/acorex-components-rate-picker.mjs.map +1 -1
  187. package/fesm2022/acorex-components-rest-api-generator.mjs +23 -23
  188. package/fesm2022/acorex-components-rest-api-generator.mjs.map +1 -1
  189. package/fesm2022/acorex-components-result.mjs +7 -7
  190. package/fesm2022/acorex-components-result.mjs.map +1 -1
  191. package/fesm2022/acorex-components-routing-progress.mjs +7 -7
  192. package/fesm2022/acorex-components-routing-progress.mjs.map +1 -1
  193. package/fesm2022/acorex-components-rrule.mjs +222 -102
  194. package/fesm2022/acorex-components-rrule.mjs.map +1 -1
  195. package/fesm2022/acorex-components-scheduler.mjs +1581 -167
  196. package/fesm2022/acorex-components-scheduler.mjs.map +1 -1
  197. package/fesm2022/acorex-components-scss.mjs +4 -4
  198. package/fesm2022/acorex-components-scss.mjs.map +1 -1
  199. package/fesm2022/acorex-components-search-box.mjs +7 -7
  200. package/fesm2022/acorex-components-search-box.mjs.map +1 -1
  201. package/fesm2022/acorex-components-select-box.mjs +70 -28
  202. package/fesm2022/acorex-components-select-box.mjs.map +1 -1
  203. package/fesm2022/acorex-components-selection-list-2.mjs +12 -9
  204. package/fesm2022/acorex-components-selection-list-2.mjs.map +1 -1
  205. package/fesm2022/acorex-components-selection-list.mjs +14 -11
  206. package/fesm2022/acorex-components-selection-list.mjs.map +1 -1
  207. package/fesm2022/acorex-components-side-menu.mjs +98 -43
  208. package/fesm2022/acorex-components-side-menu.mjs.map +1 -1
  209. package/fesm2022/acorex-components-skeleton.mjs +7 -7
  210. package/fesm2022/acorex-components-skeleton.mjs.map +1 -1
  211. package/fesm2022/acorex-components-slider.mjs +9 -9
  212. package/fesm2022/acorex-components-slider.mjs.map +1 -1
  213. package/fesm2022/acorex-components-sliding-item.mjs +16 -16
  214. package/fesm2022/acorex-components-sliding-item.mjs.map +1 -1
  215. package/fesm2022/acorex-components-step-wizard.mjs +31 -32
  216. package/fesm2022/acorex-components-step-wizard.mjs.map +1 -1
  217. package/fesm2022/acorex-components-switch.mjs +12 -12
  218. package/fesm2022/acorex-components-switch.mjs.map +1 -1
  219. package/fesm2022/acorex-components-tabs.mjs +20 -15
  220. package/fesm2022/acorex-components-tabs.mjs.map +1 -1
  221. package/fesm2022/acorex-components-tag-box.mjs +47 -19
  222. package/fesm2022/acorex-components-tag-box.mjs.map +1 -1
  223. package/fesm2022/acorex-components-tag.mjs +8 -8
  224. package/fesm2022/acorex-components-tag.mjs.map +1 -1
  225. package/fesm2022/acorex-components-text-area.mjs +8 -9
  226. package/fesm2022/acorex-components-text-area.mjs.map +1 -1
  227. package/fesm2022/acorex-components-text-box.mjs +22 -12
  228. package/fesm2022/acorex-components-text-box.mjs.map +1 -1
  229. package/fesm2022/acorex-components-time-duration.mjs +7 -7
  230. package/fesm2022/acorex-components-time-duration.mjs.map +1 -1
  231. package/fesm2022/acorex-components-time-line.mjs +13 -10
  232. package/fesm2022/acorex-components-time-line.mjs.map +1 -1
  233. package/fesm2022/acorex-components-toast.mjs +59 -14
  234. package/fesm2022/acorex-components-toast.mjs.map +1 -1
  235. package/fesm2022/acorex-components-toolbar.mjs +7 -7
  236. package/fesm2022/acorex-components-toolbar.mjs.map +1 -1
  237. package/fesm2022/acorex-components-tooltip.mjs +12 -11
  238. package/fesm2022/acorex-components-tooltip.mjs.map +1 -1
  239. package/fesm2022/acorex-components-tree-view.mjs +12 -12
  240. package/fesm2022/acorex-components-tree-view.mjs.map +1 -1
  241. package/fesm2022/acorex-components-uploader.mjs +252 -56
  242. package/fesm2022/acorex-components-uploader.mjs.map +1 -1
  243. package/fesm2022/acorex-components-video-player.mjs +7 -7
  244. package/fesm2022/acorex-components-video-player.mjs.map +1 -1
  245. package/fesm2022/acorex-components-wysiwyg.mjs +96 -60
  246. package/fesm2022/acorex-components-wysiwyg.mjs.map +1 -1
  247. package/flow-chart/index.d.ts +24 -0
  248. package/form/index.d.ts +27 -13
  249. package/grid-layout-builder/index.d.ts +115 -4
  250. package/image/index.d.ts +4 -4
  251. package/image-editor/index.d.ts +16 -14
  252. package/json-viewer/index.d.ts +3 -3
  253. package/kanban/index.d.ts +7 -3
  254. package/kbd/index.d.ts +11 -11
  255. package/label/index.d.ts +1 -2
  256. package/list/index.d.ts +4 -14
  257. package/loading/index.d.ts +59 -6
  258. package/loading-dialog/index.d.ts +30 -19
  259. package/map/index.d.ts +95 -2
  260. package/menu/index.d.ts +38 -13
  261. package/modal/index.d.ts +47 -2
  262. package/navbar/index.d.ts +7 -3
  263. package/notification/index.d.ts +1 -8
  264. package/number-box-2/index.d.ts +1 -1
  265. package/otp/index.d.ts +1 -3
  266. package/package.json +43 -4
  267. package/paint/index.d.ts +42 -7
  268. package/password-box/index.d.ts +7 -10
  269. package/phone-box/index.d.ts +17 -16
  270. package/popover/index.d.ts +2 -2
  271. package/popup/index.d.ts +2 -2
  272. package/qrcode/index.d.ts +7 -7
  273. package/query-builder/index.d.ts +1 -1
  274. package/rail-navigation/index.d.ts +12 -3
  275. package/range-slider/index.d.ts +13 -13
  276. package/rate-picker/index.d.ts +5 -5
  277. package/rest-api-generator/index.d.ts +1 -1
  278. package/rrule/index.d.ts +40 -17
  279. package/scheduler/index.d.ts +541 -191
  280. package/search-box/index.d.ts +2 -2
  281. package/select-box/index.d.ts +13 -4
  282. package/selection-list-2/index.d.ts +3 -3
  283. package/side-menu/index.d.ts +24 -15
  284. package/sliding-item/index.d.ts +4 -5
  285. package/step-wizard/index.d.ts +10 -13
  286. package/switch/index.d.ts +0 -1
  287. package/tabs/index.d.ts +6 -1
  288. package/tag-box/index.d.ts +18 -2
  289. package/text-area/index.d.ts +1 -2
  290. package/text-box/index.d.ts +2 -0
  291. package/time-line/index.d.ts +3 -0
  292. package/toast/index.d.ts +45 -1
  293. package/tooltip/index.d.ts +2 -1
  294. package/uploader/index.d.ts +215 -5
  295. package/wysiwyg/index.d.ts +26 -5
  296. package/fesm2022/acorex-components-modal-acorex-components-modal-C4zx7OP6.mjs.map +0 -1
  297. package/fesm2022/acorex-components-modal-modal-content.component-DfhgA_WL.mjs +0 -218
  298. package/fesm2022/acorex-components-modal-modal-content.component-DfhgA_WL.mjs.map +0 -1
@@ -0,0 +1,3 @@
1
+ # @acorex/components/code-editor
2
+
3
+ Secondary entry point of `@acorex/components`. It can be used by importing from `@acorex/components/code-editor`.
@@ -0,0 +1,103 @@
1
+ import * as _angular_core from '@angular/core';
2
+ import { ElementRef } from '@angular/core';
3
+ import * as _codemirror_autocomplete from '@codemirror/autocomplete';
4
+ import * as _codemirror_state from '@codemirror/state';
5
+ import { MXValueComponent } from '@acorex/cdk/common';
6
+ import * as i1 from '@angular/common';
7
+
8
+ type AXCodeEditorExtensionLike = _codemirror_state.Extension;
9
+ type AXCodeEditorCompletionLike = _codemirror_autocomplete.Completion;
10
+ type AXCodeEditorCompletionSourceLike = _codemirror_autocomplete.CompletionSource;
11
+ /**
12
+ * Supported syntax highlighting modes for the editor.
13
+ */
14
+ type AXCodeEditorSupportedLanguage = 'javascript' | 'js' | 'typescript' | 'ts' | 'json' | 'html' | 'css' | 'scss' | 'sass' | 'sql' | 'xml' | 'markdown' | 'text';
15
+ declare class AXCodeEditorComponent extends MXValueComponent<string> {
16
+ /** Active language mode. Default: 'javascript'. */
17
+ language: _angular_core.InputSignal<AXCodeEditorSupportedLanguage>;
18
+ /** When true, the editor becomes readonly (non-editable). */
19
+ readOnly: _angular_core.InputSignal<boolean>;
20
+ /** Placeholder text shown when the document is empty. */
21
+ placeholder: _angular_core.InputSignal<string>;
22
+ /** Toggle rendering of line numbers in the gutter. */
23
+ lineNumbers: _angular_core.InputSignal<boolean>;
24
+ /** Soft-wrap long lines when true. */
25
+ lineWrapping: _angular_core.InputSignal<boolean>;
26
+ /** Tab size (spaces per indent level). */
27
+ tabSize: _angular_core.InputSignal<number>;
28
+ /** When true, the Tab key indents instead of moving focus. */
29
+ indentWithTab: _angular_core.InputSignal<boolean>;
30
+ /** Fixed height for the editor (e.g., '320px'). */
31
+ height: _angular_core.InputSignal<string>;
32
+ /** Minimum height for the editor. */
33
+ minHeight: _angular_core.InputSignal<string>;
34
+ /** Maximum height for the editor. */
35
+ maxHeight: _angular_core.InputSignal<string>;
36
+ /** Additional CodeMirror extensions to apply. Reconfigures at runtime. */
37
+ extensions: _angular_core.InputSignal<readonly _codemirror_state.Extension[]>;
38
+ /** ARIA label for accessibility. */
39
+ ariaLabel: _angular_core.InputSignal<string>;
40
+ /** Focus the editor after first render. */
41
+ focusOnReady: _angular_core.InputSignal<boolean>;
42
+ /** If true, format the document via Prettier before emitting save. */
43
+ formatOnSave: _angular_core.InputSignal<boolean>;
44
+ /**
45
+ * Custom autocompletion options: either a static array of Completion items
46
+ * or a CodeMirror CompletionSource function.
47
+ */
48
+ customCompletions: _angular_core.InputSignal<_codemirror_autocomplete.CompletionSource | readonly _codemirror_autocomplete.Completion[]>;
49
+ /** Emits when the editor is fully initialized and ready. */
50
+ ready: _angular_core.OutputEmitterRef<void>;
51
+ /** Emits when the user triggers save (Ctrl/Cmd+S). Payload is the current text. */
52
+ save: _angular_core.OutputEmitterRef<string>;
53
+ host: _angular_core.Signal<ElementRef<HTMLDivElement>>;
54
+ private platformId;
55
+ private destroyRef;
56
+ private platformService;
57
+ private editorViewSig;
58
+ private languageCompartment;
59
+ private readOnlyCompartment;
60
+ private themeCompartment;
61
+ private placeholderCompartment;
62
+ private wrappingCompartment;
63
+ private keymapExtrasCompartment;
64
+ private tabSizeCompartment;
65
+ private lineNumbersCompartment;
66
+ private cm;
67
+ private isBrowser;
68
+ constructor();
69
+ private initializeEditor;
70
+ private reconfigure;
71
+ /**
72
+ * Handles Ctrl/Cmd+S on the host. If formatOnSave is enabled, attempts
73
+ * to format the document first, then emits the saved text.
74
+ */
75
+ onSaveShortcut(event: KeyboardEvent): Promise<void>;
76
+ private loadCodeMirrorModules;
77
+ private createCompartments;
78
+ private buildKeymaps;
79
+ private tryFormatWithPrettier;
80
+ private resolveLanguageExtension;
81
+ private resolveThemeExtension;
82
+ private buildCustomCompletionSources;
83
+ /** Programmatically focus the editor. */
84
+ focus(): void;
85
+ /** Select all text in the current document. */
86
+ selectAll(): void;
87
+ format(affect?: boolean): Promise<string | null>;
88
+ /** Returns the total number of characters in the current document. */
89
+ getTotalCharacters(): number;
90
+ /** Returns the total number of lines in the current document. */
91
+ getTotalLines(): number;
92
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXCodeEditorComponent, never>;
93
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXCodeEditorComponent, "ax-code-editor", never, { "language": { "alias": "language"; "required": false; "isSignal": true; }; "readOnly": { "alias": "readOnly"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "lineNumbers": { "alias": "lineNumbers"; "required": false; "isSignal": true; }; "lineWrapping": { "alias": "lineWrapping"; "required": false; "isSignal": true; }; "tabSize": { "alias": "tabSize"; "required": false; "isSignal": true; }; "indentWithTab": { "alias": "indentWithTab"; "required": false; "isSignal": true; }; "height": { "alias": "height"; "required": false; "isSignal": true; }; "minHeight": { "alias": "minHeight"; "required": false; "isSignal": true; }; "maxHeight": { "alias": "maxHeight"; "required": false; "isSignal": true; }; "extensions": { "alias": "extensions"; "required": false; "isSignal": true; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; "isSignal": true; }; "focusOnReady": { "alias": "focusOnReady"; "required": false; "isSignal": true; }; "formatOnSave": { "alias": "formatOnSave"; "required": false; "isSignal": true; }; "customCompletions": { "alias": "customCompletions"; "required": false; "isSignal": true; }; }, { "ready": "ready"; "save": "save"; }, never, never, true, never>;
94
+ }
95
+
96
+ declare class AXCodeEditorModule {
97
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXCodeEditorModule, never>;
98
+ static ɵmod: _angular_core.ɵɵNgModuleDeclaration<AXCodeEditorModule, never, [typeof i1.CommonModule, typeof AXCodeEditorComponent], [typeof AXCodeEditorComponent]>;
99
+ static ɵinj: _angular_core.ɵɵInjectorDeclaration<AXCodeEditorModule>;
100
+ }
101
+
102
+ export { AXCodeEditorComponent, AXCodeEditorModule };
103
+ export type { AXCodeEditorCompletionLike, AXCodeEditorCompletionSourceLike, AXCodeEditorExtensionLike, AXCodeEditorSupportedLanguage };
@@ -2,8 +2,6 @@ import * as polytype from 'polytype';
2
2
  import { MXBaseComponent, MXLookComponent, AXClickEvent, MXInteractiveComponent } from '@acorex/cdk/common';
3
3
  import * as i0 from '@angular/core';
4
4
  import { AfterViewInit, OnDestroy, EventEmitter, TemplateRef } from '@angular/core';
5
- import * as i1 from '@angular/common';
6
- import * as i2 from '@acorex/components/loading';
7
5
 
8
6
  declare const AXCollapseGroupComponent_base: polytype.Polytype.ClusteredConstructor<[typeof MXBaseComponent, typeof MXLookComponent]>;
9
7
  /**
@@ -143,17 +141,20 @@ declare class AXCollapseComponent extends AXCollapseComponent_base {
143
141
  handleHeaderClick(e: MouseEvent): void;
144
142
  /**
145
143
  * Expands the collapse component.
146
- * @ignore
144
+ *
145
+ * @returns void - No return value. Sets `isCollapsed` to false and expands the body.
147
146
  */
148
147
  open(): void;
149
148
  /**
150
149
  * Collapses the collapse component.
151
- * @ignore
150
+ *
151
+ * @returns void - No return value. Sets `isCollapsed` to true and hides the body.
152
152
  */
153
153
  close(): void;
154
154
  /**
155
155
  * Toggles the collapse state between expanded and collapsed.
156
- * @ignore
156
+ *
157
+ * @returns void - No return value. Flips the `isCollapsed` state.
157
158
  */
158
159
  toggle(): void;
159
160
  /**
@@ -166,7 +167,7 @@ declare class AXCollapseComponent extends AXCollapseComponent_base {
166
167
 
167
168
  declare class AXCollapseModule {
168
169
  static ɵfac: i0.ɵɵFactoryDeclaration<AXCollapseModule, never>;
169
- static ɵmod: i0.ɵɵNgModuleDeclaration<AXCollapseModule, never, [typeof i1.CommonModule, typeof i2.AXLoadingModule, typeof AXCollapseComponent, typeof AXCollapseGroupComponent], [typeof AXCollapseComponent, typeof AXCollapseGroupComponent]>;
170
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXCollapseModule, never, [typeof AXCollapseComponent, typeof AXCollapseGroupComponent], [typeof AXCollapseComponent, typeof AXCollapseGroupComponent]>;
170
171
  static ɵinj: i0.ɵɵInjectorDeclaration<AXCollapseModule>;
171
172
  }
172
173
 
@@ -1,12 +1,8 @@
1
1
  import * as polytype from 'polytype';
2
2
  import * as _angular_core from '@angular/core';
3
3
  import { MXInputBaseValueComponent, MXColorLookComponent, AXEvent } from '@acorex/cdk/common';
4
- import * as i3 from '@acorex/components/color-palette';
5
- import { AXColorPalleteComponent, AXColorPalettePickerComponent } from '@acorex/components/color-palette';
6
- import * as i4 from '@acorex/components/dropdown';
4
+ import { AXColorPaletteComponent, AXColorPalettePickerComponent } from '@acorex/components/color-palette';
7
5
  import { MXDropdownBoxBaseComponent, AXDropdownBoxComponent } from '@acorex/components/dropdown';
8
- import * as i1 from '@angular/common';
9
- import * as i2 from '@angular/forms';
10
6
 
11
7
  declare const AXColorBoxComponent_base: polytype.Polytype.ClusteredConstructor<[typeof MXDropdownBoxBaseComponent, {
12
8
  new (): MXInputBaseValueComponent<string>;
@@ -26,7 +22,7 @@ declare class AXColorBoxComponent extends AXColorBoxComponent_base {
26
22
  /**
27
23
  * @ignore
28
24
  */
29
- protected picker: AXColorPalleteComponent;
25
+ protected picker: AXColorPaletteComponent;
30
26
  protected palettePicker: _angular_core.Signal<AXColorPalettePickerComponent>;
31
27
  /**
32
28
  * @ignore
@@ -59,15 +55,16 @@ declare class AXColorBoxComponent extends AXColorBoxComponent_base {
59
55
  * @ignore
60
56
  */
61
57
  internalValueChanged(value?: Date): void;
58
+ protected ngOnInit(): void;
62
59
  handleKeyboardEvent(event: KeyboardEvent): void;
63
60
  private get __hostName();
64
61
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXColorBoxComponent, never>;
65
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXColorBoxComponent, "ax-color-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; }; "id": { "alias": "id"; "required": false; }; "type": { "alias": "type"; "required": false; }; "look": { "alias": "look"; "required": false; }; "showBadge": { "alias": "showBadge"; "required": false; "isSignal": true; }; "showValue": { "alias": "showValue"; "required": false; "isSignal": true; }; "showClearButton": { "alias": "showClearButton"; "required": false; "isSignal": true; }; "showIcon": { "alias": "showIcon"; "required": false; "isSignal": true; }; }, { "valueChange": "valueChange"; "stateChange": "stateChange"; "onValueChanged": "onValueChanged"; "onBlur": "onBlur"; "onFocus": "onFocus"; "readonlyChange": "readonlyChange"; "disabledChange": "disabledChange"; }, never, ["ax-prefix", "ax-clear-button", "ax-suffix", "ax-validation-rule"], true, never>;
62
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXColorBoxComponent, "ax-color-box", 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; }; "look": { "alias": "look"; "required": false; }; "showBadge": { "alias": "showBadge"; "required": false; "isSignal": true; }; "showValue": { "alias": "showValue"; "required": false; "isSignal": true; }; "showClearButton": { "alias": "showClearButton"; "required": false; "isSignal": true; }; "showIcon": { "alias": "showIcon"; "required": false; "isSignal": true; }; }, { "valueChange": "valueChange"; "stateChange": "stateChange"; "onValueChanged": "onValueChanged"; "onBlur": "onBlur"; "onFocus": "onFocus"; "readonlyChange": "readonlyChange"; "disabledChange": "disabledChange"; "onOpened": "onOpened"; "onClosed": "onClosed"; }, never, ["ax-prefix", "ax-clear-button", "ax-suffix", "ax-validation-rule"], true, never>;
66
63
  }
67
64
 
68
65
  declare class AXColorBoxModule {
69
66
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXColorBoxModule, never>;
70
- static ɵmod: _angular_core.ɵɵNgModuleDeclaration<AXColorBoxModule, never, [typeof i1.CommonModule, typeof i2.FormsModule, typeof i3.AXColorPaletteModule, typeof i4.AXDropdownModule, typeof AXColorBoxComponent], [typeof AXColorBoxComponent]>;
67
+ static ɵmod: _angular_core.ɵɵNgModuleDeclaration<AXColorBoxModule, never, [typeof AXColorBoxComponent], [typeof AXColorBoxComponent]>;
71
68
  static ɵinj: _angular_core.ɵɵInjectorDeclaration<AXColorBoxModule>;
72
69
  }
73
70
 
@@ -1,18 +1,7 @@
1
1
  import { AXValueChangedEvent, AXOptionChangedEvent, MXBaseComponent, MXValueComponent } from '@acorex/cdk/common';
2
- import * as i3 from '@acorex/components/text-box';
3
2
  import { AXMaskOptions } from '@acorex/components/text-box';
4
3
  import * as i0 from '@angular/core';
5
- import { EventEmitter, AfterViewInit, OnDestroy, Renderer2, NgZone, ElementRef, OnInit, QueryList } from '@angular/core';
6
- import * as i1 from '@angular/common';
7
- import * as i2 from '@angular/forms';
8
- import * as i4 from '@acorex/components/label';
9
- import * as i5 from '@acorex/components/button';
10
- import * as i6 from '@acorex/components/decorators';
11
- import * as i7 from '@acorex/components/number-box';
12
- import * as i8 from '@acorex/components/range-slider';
13
- import * as i9 from '@acorex/components/slider';
14
- import * as i10 from '@angular/cdk/drag-drop';
15
- import * as i11 from '@acorex/components/select-box';
4
+ import { EventEmitter, AfterViewInit, OnDestroy, ElementRef, OnInit, QueryList } from '@angular/core';
16
5
 
17
6
  /**
18
7
  * A token that specifies the display mode of datapager component.
@@ -46,7 +35,7 @@ declare const AXDefaultColorPalette: {
46
35
  * @category Components
47
36
  */
48
37
  declare class AXColorPaletteInputComponent extends MXBaseComponent implements AfterViewInit {
49
- _parent: AXColorPaletteParentComponent;
38
+ protected _parent: AXColorPaletteParentComponent;
50
39
  private _unsubscriber;
51
40
  private colorService;
52
41
  isValid: boolean;
@@ -80,11 +69,11 @@ declare class AXColorPaletteInputComponent extends MXBaseComponent implements Af
80
69
  /**
81
70
  * @ignore
82
71
  */
83
- _handleChangeInputMode(): void;
72
+ protected _handleChangeInputMode(): void;
84
73
  /**
85
74
  * @ignore
86
75
  */
87
- _handleRGBAValueChanged(e: AXValueChangedEvent<number>): void;
76
+ protected _handleRGBAValueChanged(e: AXValueChangedEvent<number>): void;
88
77
  /**
89
78
  * @ignore
90
79
  */
@@ -107,11 +96,11 @@ declare class AXColorPaletteInputComponent extends MXBaseComponent implements Af
107
96
  * @category Components
108
97
  */
109
98
  declare class AXColorPalettePickerComponent extends MXBaseComponent implements OnDestroy {
110
- _parent: AXColorPaletteParentComponent;
99
+ protected _parent: AXColorPaletteParentComponent;
111
100
  private _unsubscriber;
112
101
  private colorService;
113
- render: Renderer2;
114
- zone: NgZone;
102
+ private render;
103
+ private zone;
115
104
  _rgba: {
116
105
  r: number;
117
106
  g: number;
@@ -163,7 +152,13 @@ declare class AXColorPalettePickerComponent extends MXBaseComponent implements O
163
152
  */
164
153
  private setHSV;
165
154
  /**
166
- * @ignore
155
+ * Synchronizes internal RGBA and UI state with the parent palette value.
156
+ *
157
+ * Called when the parent emits onValueChanged. Updates local RGBA from the parent
158
+ * value, recalculates gradient and pointer when the user is not actively changing
159
+ * the color, and requests change detection.
160
+ *
161
+ * @returns void
167
162
  */
168
163
  parentColorChanged(): void;
169
164
  /**
@@ -275,21 +270,21 @@ declare class AXColorPaletteSwatchesComponent extends MXBaseComponent implements
275
270
  *
276
271
  * @category Components
277
272
  */
278
- declare class AXColorPalleteComponent extends MXValueComponent<string> {
273
+ declare class AXColorPaletteComponent extends MXValueComponent<string> {
279
274
  _children: QueryList<AXColorPaletteChildComponent>;
280
275
  /**
281
276
  * @ignore
282
277
  */
283
278
  private get __hostDisabled();
284
- static ɵfac: i0.ɵɵFactoryDeclaration<AXColorPalleteComponent, never>;
285
- static ɵcmp: i0.ɵɵComponentDeclaration<AXColorPalleteComponent, "ax-color-palette", never, { "disabled": { "alias": "disabled"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "value": { "alias": "value"; "required": false; }; "state": { "alias": "state"; "required": false; }; "name": { "alias": "name"; "required": false; }; }, { "onBlur": "onBlur"; "onFocus": "onFocus"; "valueChange": "valueChange"; "stateChange": "stateChange"; "onValueChanged": "onValueChanged"; "readonlyChange": "readonlyChange"; "disabledChange": "disabledChange"; }, ["_children"], ["ax-header", "ax-color-palette-preview", "ax-color-palette-picker", "ax-color-palette-swatches", "ax-color-palette-favorite", "ax-color-palette-input", "ax-footer"], true, never>;
279
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXColorPaletteComponent, never>;
280
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXColorPaletteComponent, "ax-color-palette", never, { "disabled": { "alias": "disabled"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "value": { "alias": "value"; "required": false; }; "state": { "alias": "state"; "required": false; }; "name": { "alias": "name"; "required": false; }; }, { "onBlur": "onBlur"; "onFocus": "onFocus"; "valueChange": "valueChange"; "stateChange": "stateChange"; "onValueChanged": "onValueChanged"; "readonlyChange": "readonlyChange"; "disabledChange": "disabledChange"; }, ["_children"], ["ax-header", "ax-color-palette-preview", "ax-color-palette-picker", "ax-color-palette-swatches", "ax-color-palette-favorite", "ax-color-palette-input", "ax-footer"], true, never>;
286
281
  }
287
282
 
288
283
  declare class AXColorPaletteModule {
289
284
  static ɵfac: i0.ɵɵFactoryDeclaration<AXColorPaletteModule, never>;
290
- static ɵmod: i0.ɵɵNgModuleDeclaration<AXColorPaletteModule, never, [typeof i1.CommonModule, typeof i2.FormsModule, typeof i3.AXTextBoxModule, typeof i4.AXLabelModule, typeof i5.AXButtonModule, typeof i6.AXDecoratorModule, typeof i7.AXNumberBoxModule, typeof i8.AXRangeSliderModule, typeof i9.AXSliderModule, typeof i10.DragDropModule, typeof i11.AXSelectBoxModule, typeof AXColorPalleteComponent, typeof AXColorPalettePreviewComponent, typeof AXColorPaletteSwatchesComponent, typeof AXColorPaletteInputComponent, typeof AXColorPalettePickerComponent], [typeof AXColorPalleteComponent, typeof AXColorPalettePreviewComponent, typeof AXColorPaletteSwatchesComponent, typeof AXColorPaletteInputComponent, typeof AXColorPalettePickerComponent]>;
285
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXColorPaletteModule, never, [typeof AXColorPaletteComponent, typeof AXColorPalettePreviewComponent, typeof AXColorPaletteSwatchesComponent, typeof AXColorPaletteInputComponent, typeof AXColorPalettePickerComponent], [typeof AXColorPaletteComponent, typeof AXColorPalettePreviewComponent, typeof AXColorPaletteSwatchesComponent, typeof AXColorPaletteInputComponent, typeof AXColorPalettePickerComponent]>;
291
286
  static ɵinj: i0.ɵɵInjectorDeclaration<AXColorPaletteModule>;
292
287
  }
293
288
 
294
- export { AXColorPaletteChildComponent, AXColorPaletteInputComponent, AXColorPaletteModule, AXColorPaletteParentComponent, AXColorPalettePickerComponent, AXColorPalettePreviewComponent, AXColorPaletteSwatchesComponent, AXColorPalleteComponent, AXDefaultColorPalette };
289
+ export { AXColorPaletteChildComponent, AXColorPaletteComponent, AXColorPaletteInputComponent, AXColorPaletteModule, AXColorPaletteParentComponent, AXColorPalettePickerComponent, AXColorPalettePreviewComponent, AXColorPaletteSwatchesComponent, AXDefaultColorPalette };
295
290
  export type { AXColorChangedEvent, AXColorPaletteView };
@@ -0,0 +1,3 @@
1
+ # @acorex/components/command
2
+
3
+ Secondary entry point of `@acorex/components`. It can be used by importing from `@acorex/components/command`.
@@ -0,0 +1,60 @@
1
+ import * as polytype from 'polytype';
2
+ import * as _angular_core from '@angular/core';
3
+ import { AXEvent, MXInputBaseValueComponent, MXLookComponent, AXHtmlEvent, AXFocusEvent } from '@acorex/cdk/common';
4
+ import { AXListNavigationDirective, AXListNavigationItemDirective } from '@acorex/cdk/list-navigation';
5
+ import { AXSearchBoxComponent } from '@acorex/components/search-box';
6
+
7
+ type CommandItem = {
8
+ id: string | number;
9
+ text: string;
10
+ icon?: string;
11
+ href?: string;
12
+ children?: CommandItem[];
13
+ index?: number;
14
+ data?: any;
15
+ };
16
+ type CommandMenuItem = {
17
+ pinned?: {
18
+ title: string;
19
+ items: CommandItem[];
20
+ };
21
+ items: CommandItem[];
22
+ };
23
+ declare class AXCommandComponentEvent extends AXEvent {
24
+ data: CommandItem;
25
+ }
26
+
27
+ declare const AXCommandComponent_base: polytype.Polytype.ClusteredConstructor<[{
28
+ new (): MXInputBaseValueComponent<CommandMenuItem>;
29
+ ɵfac: _angular_core.ɵɵFactoryDeclaration<MXInputBaseValueComponent<any>, never>;
30
+ ɵprov: _angular_core.ɵɵInjectableDeclaration<MXInputBaseValueComponent<any>>;
31
+ }, typeof MXLookComponent]>;
32
+ declare class AXCommandComponent extends AXCommandComponent_base {
33
+ protected searchValue: _angular_core.WritableSignal<string>;
34
+ protected searchBox: _angular_core.Signal<AXSearchBoxComponent>;
35
+ readonly onSubmit: _angular_core.OutputEmitterRef<AXCommandComponentEvent>;
36
+ readonly onEscape: _angular_core.OutputEmitterRef<AXHtmlEvent<KeyboardEvent>>;
37
+ readonly onSearchBoxFocus: _angular_core.OutputEmitterRef<AXHtmlEvent<FocusEvent>>;
38
+ readonly onSearchBoxBlur: _angular_core.OutputEmitterRef<AXHtmlEvent<FocusEvent>>;
39
+ protected listNavigation: _angular_core.Signal<AXListNavigationDirective>;
40
+ protected displayItems: _angular_core.Signal<CommandItem[]>;
41
+ protected focusHandler(e: AXFocusEvent): void;
42
+ protected blurHandler(e: AXFocusEvent): void;
43
+ private filterRecursive;
44
+ protected onItemClick(item: CommandItem): void;
45
+ protected keyPress(e: AXHtmlEvent<KeyboardEvent>, item: CommandItem): void;
46
+ protected searchEscapeHandler(e: AXHtmlEvent<KeyboardEvent>): void;
47
+ protected closeHandler(e: AXHtmlEvent<KeyboardEvent>): void;
48
+ protected activeHandler(l: AXListNavigationDirective, i: AXListNavigationItemDirective): void;
49
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXCommandComponent, never>;
50
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXCommandComponent, "ax-command", 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; }; }, { "onSubmit": "onSubmit"; "onEscape": "onEscape"; "onSearchBoxFocus": "onSearchBoxFocus"; "onSearchBoxBlur": "onSearchBoxBlur"; }, never, never, true, never>;
51
+ }
52
+
53
+ declare class AXCommandModule {
54
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXCommandModule, never>;
55
+ static ɵmod: _angular_core.ɵɵNgModuleDeclaration<AXCommandModule, never, [typeof AXCommandComponent], [typeof AXCommandComponent]>;
56
+ static ɵinj: _angular_core.ɵɵInjectorDeclaration<AXCommandModule>;
57
+ }
58
+
59
+ export { AXCommandComponent, AXCommandComponentEvent, AXCommandModule };
60
+ export type { CommandItem, CommandMenuItem };
@@ -17,6 +17,12 @@ import * as i7 from '@angular/common';
17
17
  declare class AXCommentContainerComponent {
18
18
  private document;
19
19
  private platformID;
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
+ */
20
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>;
@@ -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
41
  protected collapse: i0.Signal<AXCollapseComponent>;
36
- replyCount: i0.InputSignal<number>;
42
+ readonly replyCount: i0.InputSignal<number>;
37
43
  /**
38
44
  * @ignore
39
45
  */
40
46
  constructor();
41
47
  toggleCollapse(): 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>;
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 };