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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (273) hide show
  1. package/accordion/index.d.ts +6 -5
  2. package/button-group/index.d.ts +2 -1
  3. package/calendar/index.d.ts +4 -2
  4. package/code-editor/README.md +3 -0
  5. package/code-editor/index.d.ts +103 -0
  6. package/color-box/index.d.ts +1 -0
  7. package/command/README.md +3 -0
  8. package/command/index.d.ts +60 -0
  9. package/comment/index.d.ts +10 -5
  10. package/conversation/index.d.ts +106 -78
  11. package/data-pager/index.d.ts +12 -12
  12. package/data-table/index.d.ts +59 -3
  13. package/datetime-box/index.d.ts +10 -8
  14. package/datetime-picker/index.d.ts +3 -1
  15. package/decorators/index.d.ts +2 -2
  16. package/dialog/index.d.ts +29 -4
  17. package/drawer-2/index.d.ts +22 -8
  18. package/dropdown/index.d.ts +3 -3
  19. package/dropdown-button/index.d.ts +7 -2
  20. package/fesm2022/acorex-components-accordion.mjs +74 -72
  21. package/fesm2022/acorex-components-accordion.mjs.map +1 -1
  22. package/fesm2022/acorex-components-action-sheet.mjs +10 -10
  23. package/fesm2022/acorex-components-action-sheet.mjs.map +1 -1
  24. package/fesm2022/acorex-components-alert.mjs +9 -11
  25. package/fesm2022/acorex-components-alert.mjs.map +1 -1
  26. package/fesm2022/acorex-components-audio-wave.mjs +7 -7
  27. package/fesm2022/acorex-components-audio-wave.mjs.map +1 -1
  28. package/fesm2022/acorex-components-autocomplete.mjs +7 -8
  29. package/fesm2022/acorex-components-autocomplete.mjs.map +1 -1
  30. package/fesm2022/acorex-components-avatar.mjs +12 -14
  31. package/fesm2022/acorex-components-avatar.mjs.map +1 -1
  32. package/fesm2022/acorex-components-badge.mjs +8 -9
  33. package/fesm2022/acorex-components-badge.mjs.map +1 -1
  34. package/fesm2022/acorex-components-bottom-navigation.mjs +12 -14
  35. package/fesm2022/acorex-components-bottom-navigation.mjs.map +1 -1
  36. package/fesm2022/acorex-components-breadcrumbs.mjs +10 -11
  37. package/fesm2022/acorex-components-breadcrumbs.mjs.map +1 -1
  38. package/fesm2022/acorex-components-button-group.mjs +16 -16
  39. package/fesm2022/acorex-components-button-group.mjs.map +1 -1
  40. package/fesm2022/acorex-components-button.mjs +15 -18
  41. package/fesm2022/acorex-components-button.mjs.map +1 -1
  42. package/fesm2022/acorex-components-calendar.mjs +37 -25
  43. package/fesm2022/acorex-components-calendar.mjs.map +1 -1
  44. package/fesm2022/acorex-components-check-box.mjs +7 -8
  45. package/fesm2022/acorex-components-check-box.mjs.map +1 -1
  46. package/fesm2022/acorex-components-chips.mjs +7 -8
  47. package/fesm2022/acorex-components-chips.mjs.map +1 -1
  48. package/fesm2022/acorex-components-circular-progress.mjs +7 -7
  49. package/fesm2022/acorex-components-circular-progress.mjs.map +1 -1
  50. package/fesm2022/acorex-components-code-editor.mjs +591 -0
  51. package/fesm2022/acorex-components-code-editor.mjs.map +1 -0
  52. package/fesm2022/acorex-components-collapse.mjs +12 -14
  53. package/fesm2022/acorex-components-collapse.mjs.map +1 -1
  54. package/fesm2022/acorex-components-color-box.mjs +13 -11
  55. package/fesm2022/acorex-components-color-box.mjs.map +1 -1
  56. package/fesm2022/acorex-components-color-palette.mjs +44 -40
  57. package/fesm2022/acorex-components-color-palette.mjs.map +1 -1
  58. package/fesm2022/acorex-components-command.mjs +144 -0
  59. package/fesm2022/acorex-components-command.mjs.map +1 -0
  60. package/fesm2022/acorex-components-comment.mjs +42 -36
  61. package/fesm2022/acorex-components-comment.mjs.map +1 -1
  62. package/fesm2022/acorex-components-conversation.mjs +121 -89
  63. package/fesm2022/acorex-components-conversation.mjs.map +1 -1
  64. package/fesm2022/acorex-components-cron-job.mjs +46 -46
  65. package/fesm2022/acorex-components-cron-job.mjs.map +1 -1
  66. package/fesm2022/acorex-components-data-list.mjs +3 -3
  67. package/fesm2022/acorex-components-data-list.mjs.map +1 -1
  68. package/fesm2022/acorex-components-data-pager.mjs +31 -31
  69. package/fesm2022/acorex-components-data-pager.mjs.map +1 -1
  70. package/fesm2022/acorex-components-data-table.mjs +97 -41
  71. package/fesm2022/acorex-components-data-table.mjs.map +1 -1
  72. package/fesm2022/acorex-components-datetime-box.mjs +15 -14
  73. package/fesm2022/acorex-components-datetime-box.mjs.map +1 -1
  74. package/fesm2022/acorex-components-datetime-input.mjs +10 -11
  75. package/fesm2022/acorex-components-datetime-input.mjs.map +1 -1
  76. package/fesm2022/acorex-components-datetime-picker.mjs +15 -14
  77. package/fesm2022/acorex-components-datetime-picker.mjs.map +1 -1
  78. package/fesm2022/acorex-components-decorators.mjs +27 -27
  79. package/fesm2022/acorex-components-decorators.mjs.map +1 -1
  80. package/fesm2022/acorex-components-dialog.mjs +44 -19
  81. package/fesm2022/acorex-components-dialog.mjs.map +1 -1
  82. package/fesm2022/acorex-components-drawer-2.mjs +28 -14
  83. package/fesm2022/acorex-components-drawer-2.mjs.map +1 -1
  84. package/fesm2022/acorex-components-drawer.mjs +13 -13
  85. package/fesm2022/acorex-components-drawer.mjs.map +1 -1
  86. package/fesm2022/acorex-components-dropdown-button.mjs +14 -9
  87. package/fesm2022/acorex-components-dropdown-button.mjs.map +1 -1
  88. package/fesm2022/acorex-components-dropdown.mjs +13 -13
  89. package/fesm2022/acorex-components-dropdown.mjs.map +1 -1
  90. package/fesm2022/acorex-components-file-explorer.mjs +25 -25
  91. package/fesm2022/acorex-components-file-explorer.mjs.map +1 -1
  92. package/fesm2022/acorex-components-flow-chart.mjs +16 -16
  93. package/fesm2022/acorex-components-flow-chart.mjs.map +1 -1
  94. package/fesm2022/acorex-components-form.mjs +26 -16
  95. package/fesm2022/acorex-components-form.mjs.map +1 -1
  96. package/fesm2022/acorex-components-grid-layout-builder.mjs +125 -15
  97. package/fesm2022/acorex-components-grid-layout-builder.mjs.map +1 -1
  98. package/fesm2022/acorex-components-image-editor.mjs +115 -92
  99. package/fesm2022/acorex-components-image-editor.mjs.map +1 -1
  100. package/fesm2022/acorex-components-image.mjs +7 -7
  101. package/fesm2022/acorex-components-image.mjs.map +1 -1
  102. package/fesm2022/acorex-components-json-viewer.mjs +7 -7
  103. package/fesm2022/acorex-components-json-viewer.mjs.map +1 -1
  104. package/fesm2022/acorex-components-kanban.mjs +3 -3
  105. package/fesm2022/acorex-components-kanban.mjs.map +1 -1
  106. package/fesm2022/acorex-components-kbd.mjs +11 -26
  107. package/fesm2022/acorex-components-kbd.mjs.map +1 -1
  108. package/fesm2022/acorex-components-label.mjs +9 -13
  109. package/fesm2022/acorex-components-label.mjs.map +1 -1
  110. package/fesm2022/acorex-components-list.mjs +12 -15
  111. package/fesm2022/acorex-components-list.mjs.map +1 -1
  112. package/fesm2022/acorex-components-loading-dialog.mjs +28 -47
  113. package/fesm2022/acorex-components-loading-dialog.mjs.map +1 -1
  114. package/fesm2022/acorex-components-loading.mjs +24 -26
  115. package/fesm2022/acorex-components-loading.mjs.map +1 -1
  116. package/fesm2022/acorex-components-map.mjs +16 -15
  117. package/fesm2022/acorex-components-map.mjs.map +1 -1
  118. package/fesm2022/acorex-components-media-viewer.mjs +35 -35
  119. package/fesm2022/acorex-components-media-viewer.mjs.map +1 -1
  120. package/fesm2022/acorex-components-menu.mjs +39 -35
  121. package/fesm2022/acorex-components-menu.mjs.map +1 -1
  122. package/fesm2022/{acorex-components-modal-acorex-components-modal-yzX5PZMM.mjs → acorex-components-modal-acorex-components-modal-h5Y-qcbh.mjs} +39 -41
  123. package/fesm2022/{acorex-components-modal-acorex-components-modal-yzX5PZMM.mjs.map → acorex-components-modal-acorex-components-modal-h5Y-qcbh.mjs.map} +1 -1
  124. package/fesm2022/acorex-components-modal-modal-content.component-B6tyMLdU.mjs +235 -0
  125. package/fesm2022/acorex-components-modal-modal-content.component-B6tyMLdU.mjs.map +1 -0
  126. package/fesm2022/acorex-components-modal.mjs +1 -1
  127. package/fesm2022/acorex-components-navbar.mjs +8 -9
  128. package/fesm2022/acorex-components-navbar.mjs.map +1 -1
  129. package/fesm2022/acorex-components-notification.mjs +27 -44
  130. package/fesm2022/acorex-components-notification.mjs.map +1 -1
  131. package/fesm2022/acorex-components-number-box-2.mjs +18 -5
  132. package/fesm2022/acorex-components-number-box-2.mjs.map +1 -1
  133. package/fesm2022/acorex-components-number-box.mjs +7 -7
  134. package/fesm2022/acorex-components-number-box.mjs.map +1 -1
  135. package/fesm2022/acorex-components-otp.mjs +12 -13
  136. package/fesm2022/acorex-components-otp.mjs.map +1 -1
  137. package/fesm2022/acorex-components-page.mjs +10 -10
  138. package/fesm2022/acorex-components-page.mjs.map +1 -1
  139. package/fesm2022/acorex-components-paint.mjs +68 -33
  140. package/fesm2022/acorex-components-paint.mjs.map +1 -1
  141. package/fesm2022/acorex-components-password-box.mjs +14 -17
  142. package/fesm2022/acorex-components-password-box.mjs.map +1 -1
  143. package/fesm2022/acorex-components-pdf-reader.mjs +7 -7
  144. package/fesm2022/acorex-components-pdf-reader.mjs.map +1 -1
  145. package/fesm2022/acorex-components-phone-box.mjs +37 -10
  146. package/fesm2022/acorex-components-phone-box.mjs.map +1 -1
  147. package/fesm2022/acorex-components-picker.mjs +13 -13
  148. package/fesm2022/acorex-components-picker.mjs.map +1 -1
  149. package/fesm2022/acorex-components-popover.mjs +12 -12
  150. package/fesm2022/acorex-components-popover.mjs.map +1 -1
  151. package/fesm2022/acorex-components-popup.mjs +10 -10
  152. package/fesm2022/acorex-components-popup.mjs.map +1 -1
  153. package/fesm2022/acorex-components-progress-bar.mjs +7 -7
  154. package/fesm2022/acorex-components-progress-bar.mjs.map +1 -1
  155. package/fesm2022/acorex-components-qrcode.mjs +7 -7
  156. package/fesm2022/acorex-components-qrcode.mjs.map +1 -1
  157. package/fesm2022/acorex-components-query-builder.mjs +7 -7
  158. package/fesm2022/acorex-components-query-builder.mjs.map +1 -1
  159. package/fesm2022/acorex-components-radio.mjs +7 -7
  160. package/fesm2022/acorex-components-radio.mjs.map +1 -1
  161. package/fesm2022/acorex-components-rail-navigation.mjs +15 -16
  162. package/fesm2022/acorex-components-rail-navigation.mjs.map +1 -1
  163. package/fesm2022/acorex-components-range-slider.mjs +11 -7
  164. package/fesm2022/acorex-components-range-slider.mjs.map +1 -1
  165. package/fesm2022/acorex-components-rate-picker.mjs +7 -7
  166. package/fesm2022/acorex-components-rate-picker.mjs.map +1 -1
  167. package/fesm2022/acorex-components-rest-api-generator.mjs +23 -23
  168. package/fesm2022/acorex-components-rest-api-generator.mjs.map +1 -1
  169. package/fesm2022/acorex-components-result.mjs +7 -7
  170. package/fesm2022/acorex-components-result.mjs.map +1 -1
  171. package/fesm2022/acorex-components-routing-progress.mjs +7 -7
  172. package/fesm2022/acorex-components-routing-progress.mjs.map +1 -1
  173. package/fesm2022/acorex-components-rrule.mjs +222 -102
  174. package/fesm2022/acorex-components-rrule.mjs.map +1 -1
  175. package/fesm2022/acorex-components-scheduler.mjs +1432 -106
  176. package/fesm2022/acorex-components-scheduler.mjs.map +1 -1
  177. package/fesm2022/acorex-components-scss.mjs +4 -4
  178. package/fesm2022/acorex-components-scss.mjs.map +1 -1
  179. package/fesm2022/acorex-components-search-box.mjs +7 -7
  180. package/fesm2022/acorex-components-search-box.mjs.map +1 -1
  181. package/fesm2022/acorex-components-select-box.mjs +8 -8
  182. package/fesm2022/acorex-components-select-box.mjs.map +1 -1
  183. package/fesm2022/acorex-components-selection-list-2.mjs +9 -9
  184. package/fesm2022/acorex-components-selection-list-2.mjs.map +1 -1
  185. package/fesm2022/acorex-components-selection-list.mjs +7 -7
  186. package/fesm2022/acorex-components-selection-list.mjs.map +1 -1
  187. package/fesm2022/acorex-components-side-menu.mjs +14 -14
  188. package/fesm2022/acorex-components-side-menu.mjs.map +1 -1
  189. package/fesm2022/acorex-components-skeleton.mjs +7 -7
  190. package/fesm2022/acorex-components-skeleton.mjs.map +1 -1
  191. package/fesm2022/acorex-components-slider.mjs +7 -7
  192. package/fesm2022/acorex-components-slider.mjs.map +1 -1
  193. package/fesm2022/acorex-components-sliding-item.mjs +15 -15
  194. package/fesm2022/acorex-components-sliding-item.mjs.map +1 -1
  195. package/fesm2022/acorex-components-step-wizard.mjs +31 -32
  196. package/fesm2022/acorex-components-step-wizard.mjs.map +1 -1
  197. package/fesm2022/acorex-components-switch.mjs +10 -10
  198. package/fesm2022/acorex-components-switch.mjs.map +1 -1
  199. package/fesm2022/acorex-components-tabs.mjs +20 -15
  200. package/fesm2022/acorex-components-tabs.mjs.map +1 -1
  201. package/fesm2022/acorex-components-tag-box.mjs +25 -9
  202. package/fesm2022/acorex-components-tag-box.mjs.map +1 -1
  203. package/fesm2022/acorex-components-tag.mjs +7 -7
  204. package/fesm2022/acorex-components-tag.mjs.map +1 -1
  205. package/fesm2022/acorex-components-text-area.mjs +8 -9
  206. package/fesm2022/acorex-components-text-area.mjs.map +1 -1
  207. package/fesm2022/acorex-components-text-box.mjs +22 -12
  208. package/fesm2022/acorex-components-text-box.mjs.map +1 -1
  209. package/fesm2022/acorex-components-time-duration.mjs +7 -7
  210. package/fesm2022/acorex-components-time-duration.mjs.map +1 -1
  211. package/fesm2022/acorex-components-time-line.mjs +13 -10
  212. package/fesm2022/acorex-components-time-line.mjs.map +1 -1
  213. package/fesm2022/acorex-components-toast.mjs +57 -12
  214. package/fesm2022/acorex-components-toast.mjs.map +1 -1
  215. package/fesm2022/acorex-components-toolbar.mjs +7 -7
  216. package/fesm2022/acorex-components-toolbar.mjs.map +1 -1
  217. package/fesm2022/acorex-components-tooltip.mjs +10 -10
  218. package/fesm2022/acorex-components-tooltip.mjs.map +1 -1
  219. package/fesm2022/acorex-components-tree-view.mjs +12 -12
  220. package/fesm2022/acorex-components-tree-view.mjs.map +1 -1
  221. package/fesm2022/acorex-components-uploader.mjs +252 -56
  222. package/fesm2022/acorex-components-uploader.mjs.map +1 -1
  223. package/fesm2022/acorex-components-video-player.mjs +7 -7
  224. package/fesm2022/acorex-components-video-player.mjs.map +1 -1
  225. package/fesm2022/acorex-components-wysiwyg.mjs +70 -32
  226. package/fesm2022/acorex-components-wysiwyg.mjs.map +1 -1
  227. package/form/index.d.ts +23 -13
  228. package/grid-layout-builder/index.d.ts +115 -4
  229. package/image/index.d.ts +4 -4
  230. package/image-editor/index.d.ts +16 -14
  231. package/kbd/index.d.ts +1 -8
  232. package/label/index.d.ts +1 -2
  233. package/list/index.d.ts +1 -5
  234. package/loading/index.d.ts +1 -5
  235. package/loading-dialog/index.d.ts +1 -8
  236. package/map/index.d.ts +2 -1
  237. package/menu/index.d.ts +19 -13
  238. package/modal/index.d.ts +4 -2
  239. package/navbar/index.d.ts +1 -2
  240. package/notification/index.d.ts +1 -8
  241. package/number-box-2/index.d.ts +1 -1
  242. package/otp/index.d.ts +1 -3
  243. package/package.json +38 -8
  244. package/paint/index.d.ts +41 -6
  245. package/password-box/index.d.ts +1 -4
  246. package/phone-box/index.d.ts +7 -8
  247. package/popover/index.d.ts +1 -1
  248. package/popup/index.d.ts +2 -2
  249. package/qrcode/index.d.ts +7 -7
  250. package/query-builder/index.d.ts +1 -1
  251. package/rail-navigation/index.d.ts +1 -3
  252. package/range-slider/index.d.ts +13 -13
  253. package/rate-picker/index.d.ts +4 -4
  254. package/rest-api-generator/index.d.ts +1 -1
  255. package/rrule/index.d.ts +40 -17
  256. package/scheduler/index.d.ts +415 -153
  257. package/search-box/index.d.ts +2 -2
  258. package/select-box/index.d.ts +2 -2
  259. package/selection-list-2/index.d.ts +3 -3
  260. package/side-menu/index.d.ts +9 -9
  261. package/sliding-item/index.d.ts +4 -5
  262. package/step-wizard/index.d.ts +10 -13
  263. package/switch/index.d.ts +0 -1
  264. package/tabs/index.d.ts +6 -1
  265. package/tag-box/index.d.ts +16 -0
  266. package/text-area/index.d.ts +1 -2
  267. package/text-box/index.d.ts +2 -0
  268. package/time-line/index.d.ts +3 -0
  269. package/toast/index.d.ts +45 -1
  270. package/uploader/index.d.ts +215 -5
  271. package/wysiwyg/index.d.ts +26 -0
  272. package/fesm2022/acorex-components-modal-modal-content.component-Bt8c43qi.mjs +0 -218
  273. package/fesm2022/acorex-components-modal-modal-content.component-Bt8c43qi.mjs.map +0 -1
@@ -1,16 +1,18 @@
1
1
  import * as _angular_core from '@angular/core';
2
- import * as i1 from '@acorex/cdk/accordion';
2
+ import { AXAccordionItemDirective } from '@acorex/cdk/accordion';
3
3
  import { AXClickEvent } from '@acorex/cdk/common';
4
4
 
5
5
  declare class AXAccordionGroupComponent {
6
6
  #private;
7
7
  private accordionGroup;
8
+ private content;
8
9
  accordion: _angular_core.InputSignal<boolean>;
9
10
  activeIndex: _angular_core.ModelSignal<number | number[]>;
10
11
  look: _angular_core.InputSignal<string>;
12
+ collapsedOnItemClick: _angular_core.InputSignal<boolean>;
11
13
  private get __hostClass();
12
14
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXAccordionGroupComponent, never>;
13
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXAccordionGroupComponent, "ax-accordion-group", never, { "accordion": { "alias": "accordion"; "required": false; "isSignal": true; }; "activeIndex": { "alias": "activeIndex"; "required": false; "isSignal": true; }; "look": { "alias": "look"; "required": false; "isSignal": true; }; }, { "activeIndex": "activeIndexChange"; }, never, ["ax-accordion-item"], true, [{ directive: typeof i1.AXAccordionGroupDirective; inputs: {}; outputs: {}; }]>;
15
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXAccordionGroupComponent, "ax-accordion-group", never, { "accordion": { "alias": "accordion"; "required": false; "isSignal": true; }; "activeIndex": { "alias": "activeIndex"; "required": false; "isSignal": true; }; "look": { "alias": "look"; "required": false; "isSignal": true; }; "collapsedOnItemClick": { "alias": "collapsedOnItemClick"; "required": false; "isSignal": true; }; }, { "activeIndex": "activeIndexChange"; }, ["content"], ["ax-accordion-item"], true, never>;
14
16
  }
15
17
 
16
18
  declare class AXAccordionItemComponent {
@@ -22,8 +24,7 @@ declare class AXAccordionItemComponent {
22
24
  headerTemplate: _angular_core.InputSignal<any>;
23
25
  look: _angular_core.InputSignal<string>;
24
26
  disabled: _angular_core.InputSignal<boolean>;
25
- collapsedOnItemClick: _angular_core.InputSignal<boolean>;
26
- private accordionItem;
27
+ accordionItem: _angular_core.Signal<AXAccordionItemDirective>;
27
28
  private parent;
28
29
  onClick: _angular_core.OutputEmitterRef<AXClickEvent>;
29
30
  get __hostClass(): string[];
@@ -31,7 +32,7 @@ declare class AXAccordionItemComponent {
31
32
  close(): void;
32
33
  toggle(): void;
33
34
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXAccordionItemComponent, never>;
34
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXAccordionItemComponent, "ax-accordion-item", never, { "isCollapsed": { "alias": "isCollapsed"; "required": false; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "caption": { "alias": "caption"; "required": false; "isSignal": true; }; "isLoading": { "alias": "isLoading"; "required": false; "isSignal": true; }; "headerTemplate": { "alias": "headerTemplate"; "required": false; "isSignal": true; }; "look": { "alias": "look"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "collapsedOnItemClick": { "alias": "collapsedOnItemClick"; "required": false; "isSignal": true; }; }, { "isCollapsed": "isCollapsedChange"; "isLoading": "isLoadingChange"; "onClick": "onClick"; }, never, ["*"], true, never>;
35
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXAccordionItemComponent, "ax-accordion-item", never, { "isCollapsed": { "alias": "isCollapsed"; "required": false; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "caption": { "alias": "caption"; "required": false; "isSignal": true; }; "isLoading": { "alias": "isLoading"; "required": false; "isSignal": true; }; "headerTemplate": { "alias": "headerTemplate"; "required": false; "isSignal": true; }; "look": { "alias": "look"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; }, { "isCollapsed": "isCollapsedChange"; "isLoading": "isLoadingChange"; "onClick": "onClick"; }, never, ["*"], true, never>;
35
36
  }
36
37
 
37
38
  declare class AXAccordionModule {
@@ -11,6 +11,7 @@ declare const AXButtonGroupComponent_base: polytype.Polytype.ClusteredConstructo
11
11
  */
12
12
  declare class AXButtonGroupComponent extends AXButtonGroupComponent_base {
13
13
  #private;
14
+ readonly fitParent: i0.InputSignal<boolean>;
14
15
  /**
15
16
  * Fires when any button in the group is clicked.
16
17
  *
@@ -81,7 +82,7 @@ declare class AXButtonGroupComponent extends AXButtonGroupComponent_base {
81
82
  */
82
83
  private __hostClick;
83
84
  static ɵfac: i0.ɵɵFactoryDeclaration<AXButtonGroupComponent, never>;
84
- static ɵcmp: i0.ɵɵComponentDeclaration<AXButtonGroupComponent, "ax-button-group", never, { "disabled": { "alias": "disabled"; "required": false; }; "color": { "alias": "color"; "required": false; }; "look": { "alias": "look"; "required": false; }; "selection": { "alias": "selection"; "required": false; }; }, { "onBlur": "onBlur"; "onFocus": "onFocus"; "lookChange": "lookChange"; "colorChange": "colorChange"; "disabledChange": "disabledChange"; "onClick": "onClick"; "selectionChange": "selectionChange"; "selectedButtonChange": "selectedButtonChange"; }, ["_contentButtons"], ["ax-button-group-item"], true, never>;
85
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXButtonGroupComponent, "ax-button-group", never, { "disabled": { "alias": "disabled"; "required": false; }; "color": { "alias": "color"; "required": false; }; "look": { "alias": "look"; "required": false; }; "fitParent": { "alias": "fitParent"; "required": false; "isSignal": true; }; "selection": { "alias": "selection"; "required": false; }; }, { "onBlur": "onBlur"; "onFocus": "onFocus"; "lookChange": "lookChange"; "colorChange": "colorChange"; "disabledChange": "disabledChange"; "onClick": "onClick"; "selectionChange": "selectionChange"; "selectedButtonChange": "selectedButtonChange"; }, ["_contentButtons"], ["ax-button-group-item"], true, never>;
85
86
  }
86
87
 
87
88
  interface AXButtonItemListItem {
@@ -171,7 +171,7 @@ declare class AXCalendarRangeComponent extends AXCalendarRangeComponent_base imp
171
171
  */
172
172
  private _syncNav2;
173
173
  static ɵfac: i0.ɵɵFactoryDeclaration<AXCalendarRangeComponent, never>;
174
- static ɵcmp: i0.ɵɵComponentDeclaration<AXCalendarRangeComponent, "ax-calendar-range", never, { "rtl": { "alias": "rtl"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "value": { "alias": "value"; "required": false; }; "name": { "alias": "name"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "depth": { "alias": "depth"; "required": false; }; "activeView": { "alias": "activeView"; "required": false; }; "minValue": { "alias": "minValue"; "required": false; }; "maxValue": { "alias": "maxValue"; "required": false; }; "disabledDates": { "alias": "disabledDates"; "required": false; }; "holidayDates": { "alias": "holidayDates"; "required": false; }; "type": { "alias": "type"; "required": false; }; "cellTemplate": { "alias": "cellTemplate"; "required": false; }; "cellClass": { "alias": "cellClass"; "required": false; }; "showNavigation": { "alias": "showNavigation"; "required": false; }; }, { "onOptionChanged": "onOptionChanged"; "valueChange": "valueChange"; "onValueChanged": "onValueChanged"; "onBlur": "onBlur"; "onFocus": "onFocus"; "depthChange": "depthChange"; "typeChange": "typeChange"; "activeViewChange": "activeViewChange"; "disabledDatesChange": "disabledDatesChange"; "holidayDatesChange": "holidayDatesChange"; "onNavigate": "onNavigate"; "onSlotClick": "onSlotClick"; }, never, ["*"], true, never>;
174
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXCalendarRangeComponent, "ax-calendar-range", never, { "rtl": { "alias": "rtl"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "value": { "alias": "value"; "required": false; }; "name": { "alias": "name"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "depth": { "alias": "depth"; "required": false; }; "activeView": { "alias": "activeView"; "required": false; }; "minValue": { "alias": "minValue"; "required": false; }; "maxValue": { "alias": "maxValue"; "required": false; }; "disabledDates": { "alias": "disabledDates"; "required": false; }; "holidayDates": { "alias": "holidayDates"; "required": false; }; "type": { "alias": "type"; "required": false; }; "dayCellTemplate": { "alias": "dayCellTemplate"; "required": false; }; "monthCellTemplate": { "alias": "monthCellTemplate"; "required": false; }; "yearCellTemplate": { "alias": "yearCellTemplate"; "required": false; }; "cellClass": { "alias": "cellClass"; "required": false; }; "showNavigation": { "alias": "showNavigation"; "required": false; }; }, { "onOptionChanged": "onOptionChanged"; "valueChange": "valueChange"; "onValueChanged": "onValueChanged"; "onBlur": "onBlur"; "onFocus": "onFocus"; "depthChange": "depthChange"; "typeChange": "typeChange"; "activeViewChange": "activeViewChange"; "disabledDatesChange": "disabledDatesChange"; "holidayDatesChange": "holidayDatesChange"; "onNavigate": "onNavigate"; "onSlotClick": "onSlotClick"; }, never, ["*"], true, never>;
175
175
  }
176
176
 
177
177
  declare const AXCalendarComponent_base: polytype.Polytype.ClusteredConstructor<[{
@@ -186,6 +186,8 @@ declare const AXCalendarComponent_base: polytype.Polytype.ClusteredConstructor<[
186
186
  */
187
187
  declare class AXCalendarComponent extends AXCalendarComponent_base implements AfterViewInit {
188
188
  private formatService;
189
+ weekend: i0.InputSignal<number[]>;
190
+ weekdays: i0.InputSignal<number[]>;
189
191
  protected calendar: i0.WritableSignal<string>;
190
192
  get displayRange(): AXDateTimeRange | null;
191
193
  /**
@@ -366,7 +368,7 @@ declare class AXCalendarComponent extends AXCalendarComponent_base implements Af
366
368
  */
367
369
  protected getMonthName(date: AXDateTime, style: 'short' | 'long'): string;
368
370
  static ɵfac: i0.ɵɵFactoryDeclaration<AXCalendarComponent, never>;
369
- static ɵcmp: i0.ɵɵComponentDeclaration<AXCalendarComponent, "ax-calendar", never, { "rtl": { "alias": "rtl"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "value": { "alias": "value"; "required": false; }; "name": { "alias": "name"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "depth": { "alias": "depth"; "required": false; }; "activeView": { "alias": "activeView"; "required": false; }; "minValue": { "alias": "minValue"; "required": false; }; "maxValue": { "alias": "maxValue"; "required": false; }; "disabledDates": { "alias": "disabledDates"; "required": false; }; "holidayDates": { "alias": "holidayDates"; "required": false; }; "type": { "alias": "type"; "required": false; }; "cellTemplate": { "alias": "cellTemplate"; "required": false; }; "cellClass": { "alias": "cellClass"; "required": false; }; "showNavigation": { "alias": "showNavigation"; "required": false; }; "count": { "alias": "count"; "required": false; }; "id": { "alias": "id"; "required": false; }; }, { "onOptionChanged": "onOptionChanged"; "valueChange": "valueChange"; "onValueChanged": "onValueChanged"; "minValueChange": "minValueChange"; "maxValueChange": "maxValueChange"; "onBlur": "onBlur"; "onFocus": "onFocus"; "depthChange": "depthChange"; "typeChange": "typeChange"; "activeViewChange": "activeViewChange"; "disabledDatesChange": "disabledDatesChange"; "holidayDatesChange": "holidayDatesChange"; "onNavigate": "onNavigate"; "onSlotClick": "onSlotClick"; "countChange": "countChange"; }, never, ["ax-header", "ax-footer"], true, never>;
371
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXCalendarComponent, "ax-calendar", never, { "rtl": { "alias": "rtl"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "value": { "alias": "value"; "required": false; }; "name": { "alias": "name"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "depth": { "alias": "depth"; "required": false; }; "activeView": { "alias": "activeView"; "required": false; }; "minValue": { "alias": "minValue"; "required": false; }; "maxValue": { "alias": "maxValue"; "required": false; }; "disabledDates": { "alias": "disabledDates"; "required": false; }; "holidayDates": { "alias": "holidayDates"; "required": false; }; "type": { "alias": "type"; "required": false; }; "dayCellTemplate": { "alias": "dayCellTemplate"; "required": false; }; "monthCellTemplate": { "alias": "monthCellTemplate"; "required": false; }; "yearCellTemplate": { "alias": "yearCellTemplate"; "required": false; }; "cellClass": { "alias": "cellClass"; "required": false; }; "showNavigation": { "alias": "showNavigation"; "required": false; }; "count": { "alias": "count"; "required": false; }; "id": { "alias": "id"; "required": false; }; "weekend": { "alias": "weekend"; "required": false; "isSignal": true; }; "weekdays": { "alias": "weekdays"; "required": false; "isSignal": true; }; }, { "onOptionChanged": "onOptionChanged"; "valueChange": "valueChange"; "onValueChanged": "onValueChanged"; "minValueChange": "minValueChange"; "maxValueChange": "maxValueChange"; "onBlur": "onBlur"; "onFocus": "onFocus"; "depthChange": "depthChange"; "typeChange": "typeChange"; "activeViewChange": "activeViewChange"; "disabledDatesChange": "disabledDatesChange"; "holidayDatesChange": "holidayDatesChange"; "onNavigate": "onNavigate"; "onSlotClick": "onSlotClick"; "countChange": "countChange"; }, never, ["ax-header", "ax-footer"], true, never>;
370
372
  }
371
373
 
372
374
  declare class AXCalendarModule {
@@ -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 };
@@ -55,6 +55,7 @@ declare class AXColorBoxComponent extends AXColorBoxComponent_base {
55
55
  * @ignore
56
56
  */
57
57
  internalValueChanged(value?: Date): void;
58
+ protected ngOnInit(): void;
58
59
  handleKeyboardEvent(event: KeyboardEvent): void;
59
60
  private get __hostName();
60
61
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXColorBoxComponent, never>;
@@ -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>;
@@ -33,7 +39,7 @@ declare class AXCommentItemComponent {
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
  */
@@ -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
  /**