@acorex/components 20.2.0-next.9 → 20.2.1

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 +47 -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
package/otp/index.d.ts CHANGED
@@ -1,8 +1,6 @@
1
1
  import { AXEvent, MXValueComponent, MXLookComponent } from '@acorex/cdk/common';
2
2
  import * as polytype from 'polytype';
3
3
  import * as _angular_core from '@angular/core';
4
- import * as i1 from '@angular/common';
5
- import * as i2 from '@angular/forms';
6
4
 
7
5
  declare class AXOtpCompletedEvent extends AXEvent {
8
6
  value: string;
@@ -67,7 +65,7 @@ declare class AXOtpComponent extends AXOtpComponent_base {
67
65
 
68
66
  declare class AXOtpModule {
69
67
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXOtpModule, never>;
70
- static ɵmod: _angular_core.ɵɵNgModuleDeclaration<AXOtpModule, never, [typeof i1.CommonModule, typeof i2.FormsModule, typeof AXOtpComponent], [typeof AXOtpComponent]>;
68
+ static ɵmod: _angular_core.ɵɵNgModuleDeclaration<AXOtpModule, never, [typeof AXOtpComponent], [typeof AXOtpComponent]>;
71
69
  static ɵinj: _angular_core.ɵɵInjectorDeclaration<AXOtpModule>;
72
70
  }
73
71
 
package/package.json CHANGED
@@ -1,20 +1,43 @@
1
1
  {
2
2
  "name": "@acorex/components",
3
- "version": "20.2.0-next.9",
3
+ "version": "20.2.1",
4
4
  "peerDependencies": {
5
+ "@acorex/core": "20.2.1",
6
+ "@acorex/cdk": "20.2.1",
5
7
  "@angular/common": "^20.0.0",
6
8
  "@angular/core": "^20.0.0",
7
9
  "@angular/cdk": "^20.0.0",
8
10
  "polytype": ">=0.17.0",
9
11
  "imask": ">=7.6.1",
10
12
  "angular-imask": ">=7.6.1",
11
- "qrcode": "^1.5.4",
12
13
  "gridstack": "^11.1.2",
13
- "maska": ">=3.1.1",
14
14
  "rrule": "^2.8.1",
15
15
  "leaflet": "^1.9.4",
16
16
  "leaflet-draw": "^1.0.4",
17
- "leaflet.locatecontrol": "^0.81.1"
17
+ "leaflet.locatecontrol": "^0.81.1",
18
+ "quill-delta-to-html": ">=0.12.1",
19
+ "@codemirror/state": "^6.4.0",
20
+ "@codemirror/view": "^6.30.0",
21
+ "@codemirror/language": "^6.10.0",
22
+ "@codemirror/autocomplete": "^6.18.2",
23
+ "@codemirror/commands": "^6.6.0",
24
+ "@codemirror/search": "^6.5.8",
25
+ "@codemirror/lint": "^6.8.0",
26
+ "@codemirror/lang-javascript": "^6.2.2",
27
+ "@codemirror/lang-json": "^6.0.1",
28
+ "@codemirror/lang-html": "^6.4.8",
29
+ "@codemirror/lang-css": "^6.2.1",
30
+ "@codemirror/lang-sql": "^6.5.4",
31
+ "@codemirror/lang-xml": "^6.1.0",
32
+ "@codemirror/lang-markdown": "^6.2.4",
33
+ "@codemirror/lang-sass": "^6.0.2",
34
+ "@codemirror/theme-one-dark": "^6.1.0",
35
+ "prettier": ">=3.0.0"
36
+ },
37
+ "peerDependenciesMeta": {
38
+ "prettier": {
39
+ "optional": true
40
+ }
18
41
  },
19
42
  "dependencies": {
20
43
  "tslib": "^2.3.0"
@@ -42,6 +65,10 @@
42
65
  "types": "./alert/index.d.ts",
43
66
  "default": "./fesm2022/acorex-components-alert.mjs"
44
67
  },
68
+ "./aspect-ratio": {
69
+ "types": "./aspect-ratio/index.d.ts",
70
+ "default": "./fesm2022/acorex-components-aspect-ratio.mjs"
71
+ },
45
72
  "./audio-wave": {
46
73
  "types": "./audio-wave/index.d.ts",
47
74
  "default": "./fesm2022/acorex-components-audio-wave.mjs"
@@ -90,6 +117,10 @@
90
117
  "types": "./circular-progress/index.d.ts",
91
118
  "default": "./fesm2022/acorex-components-circular-progress.mjs"
92
119
  },
120
+ "./code-editor": {
121
+ "types": "./code-editor/index.d.ts",
122
+ "default": "./fesm2022/acorex-components-code-editor.mjs"
123
+ },
93
124
  "./collapse": {
94
125
  "types": "./collapse/index.d.ts",
95
126
  "default": "./fesm2022/acorex-components-collapse.mjs"
@@ -102,6 +133,10 @@
102
133
  "types": "./color-palette/index.d.ts",
103
134
  "default": "./fesm2022/acorex-components-color-palette.mjs"
104
135
  },
136
+ "./command": {
137
+ "types": "./command/index.d.ts",
138
+ "default": "./fesm2022/acorex-components-command.mjs"
139
+ },
105
140
  "./comment": {
106
141
  "types": "./comment/index.d.ts",
107
142
  "default": "./fesm2022/acorex-components-comment.mjs"
@@ -114,6 +149,10 @@
114
149
  "types": "./cron-job/index.d.ts",
115
150
  "default": "./fesm2022/acorex-components-cron-job.mjs"
116
151
  },
152
+ "./data-list": {
153
+ "types": "./data-list/index.d.ts",
154
+ "default": "./fesm2022/acorex-components-data-list.mjs"
155
+ },
117
156
  "./data-pager": {
118
157
  "types": "./data-pager/index.d.ts",
119
158
  "default": "./fesm2022/acorex-components-data-pager.mjs"
package/paint/index.d.ts CHANGED
@@ -35,14 +35,47 @@ declare const AXPaintContainerComponent_base: polytype.Polytype.ClusteredConstru
35
35
  declare class AXPaintContainerComponent extends AXPaintContainerComponent_base {
36
36
  #private;
37
37
  protected service: AXPaintService;
38
- editMode: _angular_core.InputSignal<boolean>;
38
+ readonly editMode: _angular_core.InputSignal<boolean>;
39
39
  get __hostClass(): string;
40
+ /**
41
+ * Sets the active drawing tool.
42
+ *
43
+ * @param tool - The tool to activate: 'pen', 'highlight', or 'eraser'
44
+ */
40
45
  setActiveTool(tool: 'pen' | 'highlight' | 'eraser'): void;
46
+ /**
47
+ * Sets the pen color for drawing.
48
+ *
49
+ * @param color - The color to use for the pen tool
50
+ */
41
51
  setPenColor(color: string | CanvasGradient | CanvasPattern): void;
52
+ /**
53
+ * Sets the highlight color for highlighting.
54
+ *
55
+ * @param color - The color to use for the highlight tool
56
+ */
42
57
  setHighlightColor(color: string | CanvasGradient | CanvasPattern): void;
58
+ /**
59
+ * Sets the pen width for drawing.
60
+ *
61
+ * @param width - The width of the pen stroke in pixels
62
+ */
43
63
  setPenWidth(width: number): void;
64
+ /**
65
+ * Sets the highlight width for highlighting.
66
+ *
67
+ * @param width - The width of the highlight stroke in pixels
68
+ */
44
69
  setHighlightWidth(width: number): void;
70
+ /**
71
+ * Sets the eraser width for erasing.
72
+ *
73
+ * @param width - The width of the eraser in pixels
74
+ */
45
75
  setEraserWidth(width: number): void;
76
+ /**
77
+ * Clears the entire canvas.
78
+ */
46
79
  clear(): void;
47
80
  private get __hostName();
48
81
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPaintContainerComponent, never>;
@@ -56,20 +89,21 @@ declare class AXPaintContainerComponent extends AXPaintContainerComponent_base {
56
89
  declare class AXPaintViewComponent implements OnDestroy {
57
90
  #private;
58
91
  /** @ignore */
59
- parent: AXPaintContainerComponent;
92
+ private parent;
60
93
  /** @ignore */
61
94
  protected service: AXPaintService;
62
95
  /** @ignore */
63
96
  protected renderer: Renderer2;
64
97
  private platformID;
98
+ protected hostElem: ElementRef<any>;
65
99
  /** @ignore */
66
- resizeEvent: () => void;
100
+ private resizeEvent;
67
101
  /**
68
102
  * Specifies the class that pass to component.
69
103
  *
70
104
  */
71
- customClass: _angular_core.InputSignal<string>;
72
- paintBackgroundColor: _angular_core.InputSignal<"black" | "white">;
105
+ readonly customClass: _angular_core.InputSignal<string>;
106
+ readonly paintBackgroundColor: _angular_core.InputSignal<"black" | "white">;
73
107
  /** @ignore */
74
108
  protected canvasElem: _angular_core.Signal<ElementRef<HTMLCanvasElement>>;
75
109
  /** @ignore */
@@ -78,7 +112,6 @@ declare class AXPaintViewComponent implements OnDestroy {
78
112
  protected isPainting: _angular_core.WritableSignal<boolean>;
79
113
  /** @ignore */
80
114
  protected isUserInteract: _angular_core.WritableSignal<boolean>;
81
- protected hostElem: ElementRef<any>;
82
115
  /** @ignore */
83
116
  ngOnDestroy(): void;
84
117
  /** @ignore */
@@ -94,7 +127,9 @@ declare class AXPaintViewComponent implements OnDestroy {
94
127
  /** @ignore */
95
128
  protected mouseUpHandler(): void;
96
129
  /**
97
- * @param e - output file type
130
+ * Exports the canvas content as an image.
131
+ *
132
+ * @param format - The image format: 'image/webp', 'image/png', or 'image/jpeg'
98
133
  */
99
134
  getOutPut(e: 'image/webp' | 'image/png' | 'image/jpeg'): void;
100
135
  get __hostClass(): string[];
@@ -1,6 +1,5 @@
1
1
  import * as polytype from 'polytype';
2
2
  import * as _angular_core from '@angular/core';
3
- import { ElementRef } from '@angular/core';
4
3
  import { MXInputBaseValueComponent, MXLookComponent } from '@acorex/cdk/common';
5
4
  import * as i1 from '@angular/common';
6
5
  import * as i2 from '@angular/forms';
@@ -16,13 +15,11 @@ declare const AXPasswordBoxComponent_base: polytype.Polytype.ClusteredConstructo
16
15
  ɵprov: _angular_core.ɵɵInjectableDeclaration<MXInputBaseValueComponent<any>>;
17
16
  }, typeof MXLookComponent]>;
18
17
  /**
19
- * The Textbox is a component which detects user interaction and triggers a corresponding event
18
+ * A specialized input field designed for securely capturing user passwords. It incorporates essential features to enhance usability, accessibility, and security while maintaining a user-friendly interface. The component extends MXInputBaseValueComponent and MXLookComponent to provide comprehensive input functionality with visual styling options.
20
19
  *
21
20
  * @category Components
22
21
  */
23
22
  declare class AXPasswordBoxComponent extends AXPasswordBoxComponent_base {
24
- /** @ignore */
25
- input: ElementRef<HTMLInputElement>;
26
23
  /** @ignore */
27
24
  protected _type: 'password' | 'text';
28
25
  /** @ignore */
@@ -40,7 +37,7 @@ declare class AXPasswordBoxComponent extends AXPasswordBoxComponent_base {
40
37
  */
41
38
  classNames: string;
42
39
  /** @ignore */
43
- _handleModelChange(value: string): void;
40
+ protected _handleModelChange(value: string): void;
44
41
  /**
45
42
  * Toggles the input type between 'password' and 'text' to show or hide the password.
46
43
  */
@@ -63,23 +60,23 @@ declare class AXPasswordStrengthValidationComponent {
63
60
  readonly showUseLowerCase: _angular_core.InputSignal<boolean>;
64
61
  readonly showUseNumber: _angular_core.InputSignal<boolean>;
65
62
  readonly showUseSpecialCharacter: _angular_core.InputSignal<boolean>;
66
- isLengthGraterThan8: _angular_core.WritableSignal<{
63
+ protected isLengthGraterThan8: _angular_core.WritableSignal<{
67
64
  regex: RegExp;
68
65
  state: boolean;
69
66
  }>;
70
- isUseUpperCase: _angular_core.WritableSignal<{
67
+ protected isUseUpperCase: _angular_core.WritableSignal<{
71
68
  regex: RegExp;
72
69
  state: boolean;
73
70
  }>;
74
- isUseLowerCase: _angular_core.WritableSignal<{
71
+ protected isUseLowerCase: _angular_core.WritableSignal<{
75
72
  regex: RegExp;
76
73
  state: boolean;
77
74
  }>;
78
- isUseNumber: _angular_core.WritableSignal<{
75
+ protected isUseNumber: _angular_core.WritableSignal<{
79
76
  regex: RegExp;
80
77
  state: boolean;
81
78
  }>;
82
- isUseSpecialCharacter: _angular_core.WritableSignal<{
79
+ protected isUseSpecialCharacter: _angular_core.WritableSignal<{
83
80
  regex: RegExp;
84
81
  state: boolean;
85
82
  }>;
@@ -1,17 +1,15 @@
1
1
  import * as polytype from 'polytype';
2
2
  import * as _angular_core from '@angular/core';
3
3
  import { MXInputBaseValueComponent, MXLookComponent, AXDataSource, AXValueChangedEvent } from '@acorex/cdk/common';
4
- import * as i4 from '@acorex/components/select-box';
5
- import { AXSelectBoxComponent } from '@acorex/components/select-box';
6
- import * as i8 from '@acorex/components/text-box';
7
- import { AXTextBoxComponent } from '@acorex/components/text-box';
8
4
  import { CountryItem } from '@acorex/core/constants';
9
5
  import * as i1 from '@angular/common';
10
6
  import * as i2 from '@angular/forms';
11
7
  import * as i3 from 'angular-imask';
8
+ import * as i4 from '@acorex/components/select-box';
12
9
  import * as i5 from '@acorex/components/search-box';
13
10
  import * as i6 from '@acorex/components/decorators';
14
11
  import * as i7 from '@acorex/components/button';
12
+ import * as i8 from '@acorex/components/text-box';
15
13
 
16
14
  declare const AXPhoneBoxComponent_base: polytype.Polytype.ClusteredConstructor<[{
17
15
  new (): MXInputBaseValueComponent<string>;
@@ -27,16 +25,16 @@ declare class AXPhoneBoxComponent extends AXPhoneBoxComponent_base {
27
25
  /** @ignore */
28
26
  protected _updateOn: 'change' | 'blur' | 'submit';
29
27
  /** @ignore */
30
- textbox: AXTextBoxComponent;
31
- flags: _angular_core.WritableSignal<string>;
28
+ private textbox;
29
+ protected flags: _angular_core.WritableSignal<string>;
32
30
  /**
33
31
  * CSS classes to apply to the component.
34
32
  */
35
- classNames: string;
33
+ readonly classNames: string;
36
34
  /**
37
35
  * static precode.
38
36
  */
39
- precode: _angular_core.InputSignal<unknown>;
37
+ readonly precode: _angular_core.InputSignal<unknown>;
40
38
  /**
41
39
  * The default country value for the component.
42
40
  */
@@ -44,12 +42,12 @@ declare class AXPhoneBoxComponent extends AXPhoneBoxComponent_base {
44
42
  /**
45
43
  * List of included values for the component.
46
44
  */
47
- included: _angular_core.InputSignal<string[]>;
45
+ readonly included: _angular_core.InputSignal<string[]>;
48
46
  /**
49
47
  * List of excluded values for the component.
50
48
  */
51
- excluded: _angular_core.InputSignal<string[]>;
52
- selectBox: _angular_core.Signal<AXSelectBoxComponent>;
49
+ readonly excluded: _angular_core.InputSignal<string[]>;
50
+ private selectBox;
53
51
  /** @ignore */
54
52
  protected countries: _angular_core.WritableSignal<CountryItem[]>;
55
53
  /** @ignore */
@@ -62,21 +60,24 @@ declare class AXPhoneBoxComponent extends AXPhoneBoxComponent_base {
62
60
  protected handleCountryOnClosed(): void;
63
61
  /**
64
62
  * Determines if the keyboard event is a valid action based on allowed keys and key codes.
63
+ *
64
+ * @param event - The keyboard event to validate
65
+ * @returns boolean - True if the key action is valid, false otherwise
65
66
  */
66
67
  isValidKeyboardAction: (event: KeyboardEvent) => boolean;
67
68
  /**
68
69
  * Updates the list of countries based on included or excluded codes.
70
+ *
71
+ * @returns void - No return value. Updates the internal countries list.
69
72
  */
70
73
  setCountries(): void;
71
74
  /**
72
75
  * Sets the default selected country based on the provided country code or the first country in the list.
76
+ *
77
+ * @returns void - No return value. Updates the selected country.
73
78
  */
74
79
  setDefaultValue(): void;
75
- /**
76
- * Handles key down events, emitting an event if the key action is valid, otherwise prevents default behavior and stops propagation.
77
- * @param e
78
- */
79
- handleKeyDown(e: KeyboardEvent): void;
80
+ protected handleKeyDown(e: KeyboardEvent): void;
80
81
  /** @ignore */
81
82
  _handleCountryValueChanged(event: AXValueChangedEvent): void;
82
83
  private get __hostName();
@@ -38,7 +38,7 @@ declare class AXPopoverComponent extends MXBaseComponent implements OnDestroy {
38
38
  private resize$;
39
39
  /** @ignore */
40
40
  private _disabled;
41
- width: i0.InputSignal<string>;
41
+ readonly width: i0.InputSignal<string>;
42
42
  /**
43
43
  * Gets or sets whether the popover is disabled.
44
44
  * When disabled, the popover will not open and will close if already open.
@@ -82,7 +82,7 @@ declare class AXPopoverComponent extends MXBaseComponent implements OnDestroy {
82
82
  /** @ignore */
83
83
  private _placement;
84
84
  /**
85
- * Gets or sets the component's placement and updates position settings.
85
+ * Gets the current placement of the component.
86
86
  */
87
87
  get placement(): AXPlacementType;
88
88
  /**
package/popup/index.d.ts CHANGED
@@ -70,11 +70,11 @@ declare class AXPopupComponent extends MXBaseComponent implements OnInit {
70
70
  /** @ignore */
71
71
  ngOnInit(): void;
72
72
  /** @ignore */
73
- _handleAttched(ref: CdkPortalOutletAttachedRef): void;
73
+ protected _handleAttched(ref: CdkPortalOutletAttachedRef): void;
74
74
  /** @ignore */
75
75
  onKeydownHandler(event: KeyboardEvent): void;
76
76
  /** @ignore */
77
- _handleCloseClick(): void;
77
+ protected _handleCloseClick(): void;
78
78
  /** @ignore */
79
79
  ngOnDestroy(): void;
80
80
  /**
package/qrcode/index.d.ts CHANGED
@@ -10,32 +10,32 @@ declare class AXQrcodeComponent implements AfterViewInit {
10
10
  /**
11
11
  * @description Value of QR code
12
12
  */
13
- content: _angular_core.InputSignal<string>;
13
+ readonly content: _angular_core.InputSignal<string>;
14
14
  /**
15
15
  * @description Size of the QR code
16
16
  * @default 256
17
17
  */
18
- size: _angular_core.InputSignal<number>;
18
+ readonly size: _angular_core.InputSignal<number>;
19
19
  /**
20
20
  * @description Error correction level can be 'L' | 'M' | 'Q' | 'H'
21
21
  * @default 'M'
22
22
  */
23
- level: _angular_core.InputSignal<AXQrcodeLevel>;
23
+ readonly level: _angular_core.InputSignal<AXQrcodeLevel>;
24
24
  /**
25
25
  * @description QR code color, can be a hex code or CSS color name
26
26
  * @default '#000000'
27
27
  */
28
- color: _angular_core.InputSignal<string>;
28
+ readonly color: _angular_core.InputSignal<string>;
29
29
  /**
30
30
  * @description QR code Background color, can be a hex code or CSS color name
31
31
  * @default '#FFFFFF'
32
32
  */
33
- backgroundColor: _angular_core.InputSignal<string>;
33
+ readonly backgroundColor: _angular_core.InputSignal<string>;
34
34
  /**
35
35
  * @description Type of output can be 'canvas' | 'svg' | 'url'
36
36
  * @default 'canvas'
37
37
  */
38
- outputType: _angular_core.InputSignal<AXQrcodeOutputType>;
38
+ readonly outputType: _angular_core.InputSignal<AXQrcodeOutputType>;
39
39
  /**
40
40
  * @ignore
41
41
  */
@@ -53,7 +53,7 @@ declare class AXQrcodeComponent implements AfterViewInit {
53
53
  private svg;
54
54
  constructor();
55
55
  ngAfterViewInit(): void;
56
- generate(): void;
56
+ private generate;
57
57
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXQrcodeComponent, never>;
58
58
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXQrcodeComponent, "ax-qrcode", never, { "content": { "alias": "content"; "required": true; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "level": { "alias": "level"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; "backgroundColor": { "alias": "backgroundColor"; "required": false; "isSignal": true; }; "outputType": { "alias": "outputType"; "required": false; "isSignal": true; }; }, {}, never, ["img"], true, never>;
59
59
  }
@@ -13,7 +13,7 @@ import * as i8 from '@angular/common';
13
13
 
14
14
  declare class AXQueryBuilderComponent {
15
15
  #private;
16
- columnData: _angular_core.InputSignal<any[]>;
16
+ readonly columnData: _angular_core.InputSignal<any[]>;
17
17
  queryData: _angular_core.ModelSignal<any[]>;
18
18
  onValueChanged: _angular_core.OutputEmitterRef<any[]>;
19
19
  protected selectBoxRef: _angular_core.Signal<AXSelectBoxComponent>;
@@ -1,9 +1,7 @@
1
1
  import * as _angular_core from '@angular/core';
2
2
  import { AfterViewInit, OnDestroy, ElementRef } from '@angular/core';
3
3
  import { MXBaseComponent } from '@acorex/cdk/common';
4
- import * as i2 from '@angular/router';
5
4
  import { UrlTree, IsActiveMatchOptions } from '@angular/router';
6
- import * as i1 from '@angular/common';
7
5
  import * as rxjs from 'rxjs';
8
6
 
9
7
  type AXRailLook = 'default' | 'pills' | 'pills-color' | 'with-line' | 'with-line-color';
@@ -32,6 +30,10 @@ declare class AXRailNavigationItemComponent extends MXBaseComponent implements A
32
30
  ngAfterViewInit(): void;
33
31
  ngOnDestroy(): void;
34
32
  handleClickEvent(e: MouseEvent): void;
33
+ /**
34
+ * Gets the height and top position of the item.
35
+ * @returns Object containing height and top position
36
+ */
35
37
  getStats(): {
36
38
  height: number;
37
39
  top: number;
@@ -58,13 +60,20 @@ declare class AXRailNavigationComponent extends MXBaseComponent {
58
60
 
59
61
  declare class AXRailNavigationModule {
60
62
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXRailNavigationModule, never>;
61
- static ɵmod: _angular_core.ɵɵNgModuleDeclaration<AXRailNavigationModule, never, [typeof i1.CommonModule, typeof i2.RouterLink, typeof i2.RouterLinkActive, typeof AXRailNavigationComponent, typeof AXRailNavigationItemComponent], [typeof AXRailNavigationComponent, typeof AXRailNavigationItemComponent]>;
63
+ static ɵmod: _angular_core.ɵɵNgModuleDeclaration<AXRailNavigationModule, never, [typeof AXRailNavigationComponent, typeof AXRailNavigationItemComponent], [typeof AXRailNavigationComponent, typeof AXRailNavigationItemComponent]>;
62
64
  static ɵinj: _angular_core.ɵɵInjectorDeclaration<AXRailNavigationModule>;
63
65
  }
64
66
 
65
67
  declare class AXRailNavigationService {
66
68
  private activeItem;
69
+ /**
70
+ * Observable that emits the currently active rail navigation item.
71
+ */
67
72
  activeItem$: rxjs.Observable<AXRailNavigationItemComponent>;
73
+ /**
74
+ * Sets the specified item as the active rail navigation item.
75
+ * @param item - The rail navigation item to set as active
76
+ */
68
77
  setActive(item: AXRailNavigationItemComponent): void;
69
78
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXRailNavigationService, never>;
70
79
  static ɵprov: _angular_core.ɵɵInjectableDeclaration<AXRailNavigationService>;
@@ -33,13 +33,13 @@ declare class AXRangeSliderComponent extends AXRangeSliderComponent_base {
33
33
  * The orientation of the slider, either 'horizontal' or 'vertical'.
34
34
  * @default 'horizontal'
35
35
  */
36
- orientation: _angular_core.InputSignal<AXOrientation>;
36
+ readonly orientation: _angular_core.InputSignal<AXOrientation>;
37
37
  /**
38
38
  * @description
39
39
  * Color theme for the slider, affecting highlight, tooltip, and handler.
40
40
  * @default 'primary'
41
41
  */
42
- color: _angular_core.InputSignal<"success" | "primary" | "secondary" | "warning" | "danger">;
42
+ readonly color: _angular_core.InputSignal<"success" | "primary" | "secondary" | "warning" | "danger">;
43
43
  /**
44
44
  * @description
45
45
  * The value(s) of the slider. Can be a single number for single mode or an array of two numbers for dual mode.
@@ -50,67 +50,67 @@ declare class AXRangeSliderComponent extends AXRangeSliderComponent_base {
50
50
  * The mode of the slider, either 'single' or 'dual'.
51
51
  * @default 'single'
52
52
  */
53
- mode: _angular_core.InputSignal<AXRangeSliderMode>;
53
+ readonly mode: _angular_core.InputSignal<AXRangeSliderMode>;
54
54
  /**
55
55
  * @description
56
56
  * The minimum value of the slider.
57
57
  * @default 0
58
58
  */
59
- min: _angular_core.InputSignal<number>;
59
+ readonly min: _angular_core.InputSignal<number>;
60
60
  /**
61
61
  * @description
62
62
  * The maximum value of the slider.
63
63
  * @default 100
64
64
  */
65
- max: _angular_core.InputSignal<number>;
65
+ readonly max: _angular_core.InputSignal<number>;
66
66
  /**
67
67
  * @description
68
68
  * The step increment for value changes.
69
69
  * @default 1
70
70
  */
71
- step: _angular_core.InputSignal<number>;
71
+ readonly step: _angular_core.InputSignal<number>;
72
72
  /**
73
73
  * @description
74
74
  * The snapping increment for the slider.
75
75
  * @default 1
76
76
  */
77
- snap: _angular_core.InputSignal<number>;
77
+ readonly snap: _angular_core.InputSignal<number>;
78
78
  /**
79
79
  * @description
80
80
  * Mode for displaying tooltips, can be at the start, end, or both.
81
81
  * @default 'end'
82
82
  */
83
- tooltipMode: _angular_core.InputSignal<AXRangeSliderTooltipMode>;
83
+ readonly tooltipMode: _angular_core.InputSignal<AXRangeSliderTooltipMode>;
84
84
  /**
85
85
  * @description
86
86
  * Mode for snapping, can snap at the start, end, or both.
87
87
  * @default 'start'
88
88
  */
89
- snapMode: _angular_core.InputSignal<AXRangeSliderSnapMode>;
89
+ readonly snapMode: _angular_core.InputSignal<AXRangeSliderSnapMode>;
90
90
  /**
91
91
  * @description
92
92
  * Whether the slider should have steps.
93
93
  * @default true
94
94
  */
95
- hasStep: _angular_core.InputSignal<boolean>;
95
+ readonly hasStep: _angular_core.InputSignal<boolean>;
96
96
  /**
97
97
  * @description
98
98
  * Whether the slider should display snapping.
99
99
  * @default false
100
100
  */
101
- hasSnap: _angular_core.InputSignal<boolean>;
101
+ readonly hasSnap: _angular_core.InputSignal<boolean>;
102
102
  /**
103
103
  * @description
104
104
  * Whether the slider should display labels for snapping points.
105
105
  * @default Value derived from `hasSnap()`
106
106
  */
107
- hasLable: _angular_core.InputSignal<boolean>;
107
+ readonly hasLable: _angular_core.InputSignal<boolean>;
108
108
  /**
109
109
  * @description
110
110
  * Whether the slider should display tooltips.
111
111
  * @default false
112
112
  */
113
- hasTooltip: _angular_core.InputSignal<boolean>;
113
+ readonly hasTooltip: _angular_core.InputSignal<boolean>;
114
114
  /**
115
115
  * @ignore
116
116
  */
@@ -18,27 +18,27 @@ declare class AXRatePickerComponent extends MXValueComponent<number> {
18
18
  * The icon to be used for each rating point.
19
19
  * @default 'fa-star'
20
20
  */
21
- iconName: _angular_core.InputSignal<string>;
21
+ readonly iconName: _angular_core.InputSignal<string>;
22
22
  /**
23
23
  * @description
24
24
  * Maximum value for the rating.
25
25
  * Defines how many rating points are available.
26
26
  * @default 5
27
27
  */
28
- max: _angular_core.InputSignal<number>;
28
+ readonly max: _angular_core.InputSignal<number>;
29
29
  /**
30
30
  * @description
31
31
  * Defines the step increment between rating values.
32
32
  * The rating value will be rounded to the nearest multiple of this step.
33
33
  * @default 0.01
34
34
  */
35
- step: _angular_core.InputSignal<number>;
35
+ readonly step: _angular_core.InputSignal<number>;
36
36
  /**
37
37
  * @description
38
38
  * Whether the rating should have a transition effect when changing values.
39
39
  * @default true
40
40
  */
41
- hasTransition: _angular_core.InputSignal<boolean>;
41
+ readonly hasTransition: _angular_core.InputSignal<boolean>;
42
42
  /**
43
43
  * @description
44
44
  * The percentage of the current rating value relative to the maximum rating.
@@ -103,7 +103,7 @@ declare class AXRatePickerComponent extends MXValueComponent<number> {
103
103
  * @description
104
104
  * Handles mouse leave events to reset styles.
105
105
  */
106
- mouseLeave(): void;
106
+ protected mouseLeave(): void;
107
107
  /**
108
108
  * @description
109
109
  * Cleans up event listeners and restores the previous rating value.
@@ -110,7 +110,7 @@ declare class AXRestApiAuthComponent {
110
110
 
111
111
  declare class AXRestApiGeneratorComponent {
112
112
  #private;
113
- value: i0.InputSignal<AXRestApiOutput>;
113
+ readonly value: i0.InputSignal<AXRestApiOutput>;
114
114
  onValueChange: i0.OutputEmitterRef<AXRestApiOutput>;
115
115
  protected service: AXRestApiGeneratorService;
116
116
  protected urlHandler(e: AXValueChangedEvent<any>): void;