@acorex/components 21.0.0-next.4 → 21.0.0-next.40

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 (279) hide show
  1. package/accordion/index.d.ts +0 -1
  2. package/autocomplete/index.d.ts +23 -9
  3. package/button/index.d.ts +38 -17
  4. package/button-group/index.d.ts +6 -4
  5. package/calendar/index.d.ts +4 -0
  6. package/chips/index.d.ts +3 -8
  7. package/code-editor/README.md +291 -1
  8. package/code-editor/index.d.ts +260 -12
  9. package/command/index.d.ts +1 -0
  10. package/conversation2/README.md +426 -0
  11. package/conversation2/index.d.ts +6139 -0
  12. package/data-table/index.d.ts +79 -7
  13. package/dialog/index.d.ts +1 -1
  14. package/drawer/README.md +2 -2
  15. package/drawer/index.d.ts +33 -57
  16. package/drawer-legacy/README.md +3 -0
  17. package/drawer-legacy/index.d.ts +86 -0
  18. package/editor/README.md +3 -0
  19. package/editor/index.d.ts +79 -0
  20. package/fesm2022/acorex-components-accordion.mjs +19 -24
  21. package/fesm2022/acorex-components-accordion.mjs.map +1 -1
  22. package/fesm2022/acorex-components-action-sheet.mjs +12 -12
  23. package/fesm2022/acorex-components-action-sheet.mjs.map +1 -1
  24. package/fesm2022/acorex-components-alert.mjs +14 -14
  25. package/fesm2022/acorex-components-alert.mjs.map +1 -1
  26. package/fesm2022/acorex-components-aspect-ratio.mjs +4 -4
  27. package/fesm2022/acorex-components-aspect-ratio.mjs.map +1 -1
  28. package/fesm2022/acorex-components-audio-wave.mjs +12 -11
  29. package/fesm2022/acorex-components-audio-wave.mjs.map +1 -1
  30. package/fesm2022/acorex-components-autocomplete.mjs +30 -13
  31. package/fesm2022/acorex-components-autocomplete.mjs.map +1 -1
  32. package/fesm2022/acorex-components-avatar.mjs +13 -13
  33. package/fesm2022/acorex-components-avatar.mjs.map +1 -1
  34. package/fesm2022/acorex-components-badge.mjs +10 -10
  35. package/fesm2022/acorex-components-badge.mjs.map +1 -1
  36. package/fesm2022/acorex-components-bottom-navigation.mjs +12 -12
  37. package/fesm2022/acorex-components-bottom-navigation.mjs.map +1 -1
  38. package/fesm2022/acorex-components-breadcrumbs.mjs +12 -12
  39. package/fesm2022/acorex-components-breadcrumbs.mjs.map +1 -1
  40. package/fesm2022/acorex-components-button-group.mjs +25 -21
  41. package/fesm2022/acorex-components-button-group.mjs.map +1 -1
  42. package/fesm2022/acorex-components-button.mjs +68 -28
  43. package/fesm2022/acorex-components-button.mjs.map +1 -1
  44. package/fesm2022/acorex-components-calendar.mjs +33 -18
  45. package/fesm2022/acorex-components-calendar.mjs.map +1 -1
  46. package/fesm2022/acorex-components-check-box.mjs +11 -11
  47. package/fesm2022/acorex-components-check-box.mjs.map +1 -1
  48. package/fesm2022/acorex-components-chips.mjs +12 -14
  49. package/fesm2022/acorex-components-chips.mjs.map +1 -1
  50. package/fesm2022/acorex-components-circular-progress.mjs +13 -11
  51. package/fesm2022/acorex-components-circular-progress.mjs.map +1 -1
  52. package/fesm2022/acorex-components-code-editor.mjs +494 -162
  53. package/fesm2022/acorex-components-code-editor.mjs.map +1 -1
  54. package/fesm2022/acorex-components-collapse.mjs +13 -28
  55. package/fesm2022/acorex-components-collapse.mjs.map +1 -1
  56. package/fesm2022/acorex-components-color-box.mjs +11 -11
  57. package/fesm2022/acorex-components-color-box.mjs.map +1 -1
  58. package/fesm2022/acorex-components-color-palette.mjs +32 -32
  59. package/fesm2022/acorex-components-color-palette.mjs.map +1 -1
  60. package/fesm2022/acorex-components-command.mjs +18 -11
  61. package/fesm2022/acorex-components-command.mjs.map +1 -1
  62. package/fesm2022/acorex-components-comment.mjs +34 -34
  63. package/fesm2022/acorex-components-comment.mjs.map +1 -1
  64. package/fesm2022/acorex-components-conversation.mjs +56 -65
  65. package/fesm2022/acorex-components-conversation.mjs.map +1 -1
  66. package/fesm2022/acorex-components-conversation2.mjs +17641 -0
  67. package/fesm2022/acorex-components-conversation2.mjs.map +1 -0
  68. package/fesm2022/acorex-components-cron-job.mjs +53 -53
  69. package/fesm2022/acorex-components-cron-job.mjs.map +1 -1
  70. package/fesm2022/acorex-components-data-list.mjs +5 -5
  71. package/fesm2022/acorex-components-data-list.mjs.map +1 -1
  72. package/fesm2022/acorex-components-data-pager.mjs +56 -41
  73. package/fesm2022/acorex-components-data-pager.mjs.map +1 -1
  74. package/fesm2022/acorex-components-data-table.mjs +462 -105
  75. package/fesm2022/acorex-components-data-table.mjs.map +1 -1
  76. package/fesm2022/acorex-components-datetime-box.mjs +10 -10
  77. package/fesm2022/acorex-components-datetime-box.mjs.map +1 -1
  78. package/fesm2022/acorex-components-datetime-input.mjs +10 -10
  79. package/fesm2022/acorex-components-datetime-input.mjs.map +1 -1
  80. package/fesm2022/acorex-components-datetime-picker.mjs +11 -11
  81. package/fesm2022/acorex-components-datetime-picker.mjs.map +1 -1
  82. package/fesm2022/acorex-components-decorators.mjs +96 -54
  83. package/fesm2022/acorex-components-decorators.mjs.map +1 -1
  84. package/fesm2022/acorex-components-dialog.mjs +26 -16
  85. package/fesm2022/acorex-components-dialog.mjs.map +1 -1
  86. package/fesm2022/acorex-components-drawer-legacy.mjs +218 -0
  87. package/fesm2022/acorex-components-drawer-legacy.mjs.map +1 -0
  88. package/fesm2022/acorex-components-drawer.mjs +66 -150
  89. package/fesm2022/acorex-components-drawer.mjs.map +1 -1
  90. package/fesm2022/acorex-components-dropdown-button.mjs +9 -9
  91. package/fesm2022/acorex-components-dropdown-button.mjs.map +1 -1
  92. package/fesm2022/acorex-components-dropdown.mjs +20 -18
  93. package/fesm2022/acorex-components-dropdown.mjs.map +1 -1
  94. package/fesm2022/acorex-components-editor.mjs +195 -0
  95. package/fesm2022/acorex-components-editor.mjs.map +1 -0
  96. package/fesm2022/acorex-components-file-explorer.mjs +34 -34
  97. package/fesm2022/acorex-components-file-explorer.mjs.map +1 -1
  98. package/fesm2022/acorex-components-flow-chart.mjs +18 -18
  99. package/fesm2022/acorex-components-flow-chart.mjs.map +1 -1
  100. package/fesm2022/acorex-components-form.mjs +62 -37
  101. package/fesm2022/acorex-components-form.mjs.map +1 -1
  102. package/fesm2022/acorex-components-grid-layout-builder.mjs +14 -15
  103. package/fesm2022/acorex-components-grid-layout-builder.mjs.map +1 -1
  104. package/fesm2022/acorex-components-image-editor.mjs +206 -156
  105. package/fesm2022/acorex-components-image-editor.mjs.map +1 -1
  106. package/fesm2022/acorex-components-image.mjs +10 -10
  107. package/fesm2022/acorex-components-image.mjs.map +1 -1
  108. package/fesm2022/acorex-components-json-viewer.mjs +9 -9
  109. package/fesm2022/acorex-components-json-viewer.mjs.map +1 -1
  110. package/fesm2022/acorex-components-kanban.mjs +9 -7
  111. package/fesm2022/acorex-components-kanban.mjs.map +1 -1
  112. package/fesm2022/acorex-components-kbd.mjs +29 -11
  113. package/fesm2022/acorex-components-kbd.mjs.map +1 -1
  114. package/fesm2022/acorex-components-label.mjs +9 -9
  115. package/fesm2022/acorex-components-label.mjs.map +1 -1
  116. package/fesm2022/acorex-components-list.mjs +10 -10
  117. package/fesm2022/acorex-components-list.mjs.map +1 -1
  118. package/fesm2022/acorex-components-loading-dialog.mjs +23 -14
  119. package/fesm2022/acorex-components-loading-dialog.mjs.map +1 -1
  120. package/fesm2022/acorex-components-loading.mjs +23 -23
  121. package/fesm2022/acorex-components-loading.mjs.map +1 -1
  122. package/fesm2022/acorex-components-map.mjs +290 -31
  123. package/fesm2022/acorex-components-map.mjs.map +1 -1
  124. package/fesm2022/acorex-components-media-viewer.mjs +83 -82
  125. package/fesm2022/acorex-components-media-viewer.mjs.map +1 -1
  126. package/fesm2022/acorex-components-menu.mjs +24 -24
  127. package/fesm2022/acorex-components-menu.mjs.map +1 -1
  128. package/fesm2022/{acorex-components-modal-acorex-components-modal-h5Y-qcbh.mjs → acorex-components-modal-acorex-components-modal-CjHPRiZD.mjs} +24 -24
  129. package/fesm2022/acorex-components-modal-acorex-components-modal-CjHPRiZD.mjs.map +1 -0
  130. package/fesm2022/acorex-components-modal-modal-content.component-j-bS0WGj.mjs +214 -0
  131. package/fesm2022/acorex-components-modal-modal-content.component-j-bS0WGj.mjs.map +1 -0
  132. package/fesm2022/acorex-components-modal.mjs +1 -1
  133. package/fesm2022/acorex-components-navbar.mjs +9 -9
  134. package/fesm2022/acorex-components-navbar.mjs.map +1 -1
  135. package/fesm2022/acorex-components-notification.mjs +16 -23
  136. package/fesm2022/acorex-components-notification.mjs.map +1 -1
  137. package/fesm2022/acorex-components-number-box-legacy.mjs +412 -0
  138. package/fesm2022/acorex-components-number-box-legacy.mjs.map +1 -0
  139. package/fesm2022/acorex-components-number-box.mjs +112 -331
  140. package/fesm2022/acorex-components-number-box.mjs.map +1 -1
  141. package/fesm2022/acorex-components-otp.mjs +10 -10
  142. package/fesm2022/acorex-components-otp.mjs.map +1 -1
  143. package/fesm2022/acorex-components-page.mjs +10 -10
  144. package/fesm2022/acorex-components-page.mjs.map +1 -1
  145. package/fesm2022/acorex-components-paint.mjs +35 -40
  146. package/fesm2022/acorex-components-paint.mjs.map +1 -1
  147. package/fesm2022/acorex-components-password-box.mjs +13 -13
  148. package/fesm2022/acorex-components-password-box.mjs.map +1 -1
  149. package/fesm2022/acorex-components-pdf-reader.mjs +9 -9
  150. package/fesm2022/acorex-components-pdf-reader.mjs.map +1 -1
  151. package/fesm2022/acorex-components-phone-box.mjs +47 -10
  152. package/fesm2022/acorex-components-phone-box.mjs.map +1 -1
  153. package/fesm2022/acorex-components-picker.mjs +17 -17
  154. package/fesm2022/acorex-components-picker.mjs.map +1 -1
  155. package/fesm2022/acorex-components-popover.mjs +12 -12
  156. package/fesm2022/acorex-components-popover.mjs.map +1 -1
  157. package/fesm2022/acorex-components-popup.mjs +13 -13
  158. package/fesm2022/acorex-components-popup.mjs.map +1 -1
  159. package/fesm2022/acorex-components-progress-bar.mjs +11 -9
  160. package/fesm2022/acorex-components-progress-bar.mjs.map +1 -1
  161. package/fesm2022/acorex-components-qrcode.mjs +8 -8
  162. package/fesm2022/acorex-components-qrcode.mjs.map +1 -1
  163. package/fesm2022/acorex-components-query-builder.mjs +9 -9
  164. package/fesm2022/acorex-components-query-builder.mjs.map +1 -1
  165. package/fesm2022/acorex-components-radio.mjs +7 -7
  166. package/fesm2022/acorex-components-radio.mjs.map +1 -1
  167. package/fesm2022/acorex-components-rail-navigation.mjs +40 -38
  168. package/fesm2022/acorex-components-rail-navigation.mjs.map +1 -1
  169. package/fesm2022/acorex-components-range-slider.mjs +11 -11
  170. package/fesm2022/acorex-components-range-slider.mjs.map +1 -1
  171. package/fesm2022/acorex-components-rate-picker.mjs +20 -35
  172. package/fesm2022/acorex-components-rate-picker.mjs.map +1 -1
  173. package/fesm2022/acorex-components-rest-api-generator.mjs +23 -23
  174. package/fesm2022/acorex-components-rest-api-generator.mjs.map +1 -1
  175. package/fesm2022/acorex-components-result.mjs +8 -8
  176. package/fesm2022/acorex-components-result.mjs.map +1 -1
  177. package/fesm2022/acorex-components-routing-progress.mjs +8 -8
  178. package/fesm2022/acorex-components-routing-progress.mjs.map +1 -1
  179. package/fesm2022/acorex-components-rrule.mjs +111 -16
  180. package/fesm2022/acorex-components-rrule.mjs.map +1 -1
  181. package/fesm2022/acorex-components-scheduler-picker.mjs +2339 -0
  182. package/fesm2022/acorex-components-scheduler-picker.mjs.map +1 -0
  183. package/fesm2022/acorex-components-scheduler.mjs +52 -52
  184. package/fesm2022/acorex-components-scheduler.mjs.map +1 -1
  185. package/fesm2022/acorex-components-scss.mjs +4 -4
  186. package/fesm2022/acorex-components-scss.mjs.map +1 -1
  187. package/fesm2022/acorex-components-search-box.mjs +23 -12
  188. package/fesm2022/acorex-components-search-box.mjs.map +1 -1
  189. package/fesm2022/acorex-components-select-box.mjs +36 -17
  190. package/fesm2022/acorex-components-select-box.mjs.map +1 -1
  191. package/fesm2022/acorex-components-selection-list-2.mjs +12 -12
  192. package/fesm2022/acorex-components-selection-list-2.mjs.map +1 -1
  193. package/fesm2022/acorex-components-selection-list.mjs +10 -10
  194. package/fesm2022/acorex-components-selection-list.mjs.map +1 -1
  195. package/fesm2022/acorex-components-side-menu.mjs +31 -38
  196. package/fesm2022/acorex-components-side-menu.mjs.map +1 -1
  197. package/fesm2022/acorex-components-skeleton.mjs +8 -8
  198. package/fesm2022/acorex-components-skeleton.mjs.map +1 -1
  199. package/fesm2022/acorex-components-slider.mjs +11 -11
  200. package/fesm2022/acorex-components-slider.mjs.map +1 -1
  201. package/fesm2022/acorex-components-sliding-item.mjs +17 -17
  202. package/fesm2022/acorex-components-sliding-item.mjs.map +1 -1
  203. package/fesm2022/acorex-components-step-wizard.mjs +16 -16
  204. package/fesm2022/acorex-components-step-wizard.mjs.map +1 -1
  205. package/fesm2022/acorex-components-switch.mjs +14 -14
  206. package/fesm2022/acorex-components-switch.mjs.map +1 -1
  207. package/fesm2022/acorex-components-tabs.mjs +28 -20
  208. package/fesm2022/acorex-components-tabs.mjs.map +1 -1
  209. package/fesm2022/acorex-components-tag-box.mjs +51 -21
  210. package/fesm2022/acorex-components-tag-box.mjs.map +1 -1
  211. package/fesm2022/acorex-components-tag.mjs +47 -11
  212. package/fesm2022/acorex-components-tag.mjs.map +1 -1
  213. package/fesm2022/acorex-components-text-area.mjs +9 -9
  214. package/fesm2022/acorex-components-text-area.mjs.map +1 -1
  215. package/fesm2022/acorex-components-text-box.mjs +13 -13
  216. package/fesm2022/acorex-components-text-box.mjs.map +1 -1
  217. package/fesm2022/acorex-components-time-duration.mjs +54 -14
  218. package/fesm2022/acorex-components-time-duration.mjs.map +1 -1
  219. package/fesm2022/acorex-components-time-line.mjs +14 -29
  220. package/fesm2022/acorex-components-time-line.mjs.map +1 -1
  221. package/fesm2022/acorex-components-toast.mjs +14 -14
  222. package/fesm2022/acorex-components-toast.mjs.map +1 -1
  223. package/fesm2022/acorex-components-toolbar.mjs +9 -9
  224. package/fesm2022/acorex-components-toolbar.mjs.map +1 -1
  225. package/fesm2022/acorex-components-tooltip.mjs +12 -12
  226. package/fesm2022/acorex-components-tooltip.mjs.map +1 -1
  227. package/fesm2022/acorex-components-tree-view-legacy.mjs +511 -0
  228. package/fesm2022/acorex-components-tree-view-legacy.mjs.map +1 -0
  229. package/fesm2022/acorex-components-tree-view.mjs +1668 -424
  230. package/fesm2022/acorex-components-tree-view.mjs.map +1 -1
  231. package/fesm2022/acorex-components-uploader.mjs +28 -641
  232. package/fesm2022/acorex-components-uploader.mjs.map +1 -1
  233. package/fesm2022/acorex-components-video-player.mjs +8 -8
  234. package/fesm2022/acorex-components-video-player.mjs.map +1 -1
  235. package/fesm2022/acorex-components-wysiwyg.mjs +213 -462
  236. package/fesm2022/acorex-components-wysiwyg.mjs.map +1 -1
  237. package/fesm2022/acorex-components.mjs.map +1 -1
  238. package/file-explorer/index.d.ts +6 -6
  239. package/form/index.d.ts +3 -3
  240. package/grid-layout-builder/index.d.ts +1 -2
  241. package/image-editor/index.d.ts +11 -13
  242. package/kbd/index.d.ts +13 -7
  243. package/loading/index.d.ts +1 -1
  244. package/map/index.d.ts +28 -1
  245. package/media-viewer/index.d.ts +2 -1
  246. package/notification/index.d.ts +0 -2
  247. package/number-box/README.md +2 -2
  248. package/number-box/index.d.ts +32 -171
  249. package/number-box-legacy/README.md +3 -0
  250. package/number-box-legacy/index.d.ts +191 -0
  251. package/package.json +41 -14
  252. package/paint/index.d.ts +1 -6
  253. package/phone-box/index.d.ts +5 -4
  254. package/rate-picker/index.d.ts +5 -15
  255. package/rrule/index.d.ts +96 -1
  256. package/scheduler-picker/README.md +15 -0
  257. package/scheduler-picker/index.d.ts +1360 -0
  258. package/search-box/index.d.ts +6 -1
  259. package/select-box/index.d.ts +15 -10
  260. package/side-menu/index.d.ts +3 -2
  261. package/tag/index.d.ts +8 -2
  262. package/tag-box/index.d.ts +12 -3
  263. package/time-duration/index.d.ts +19 -3
  264. package/tree-view/index.d.ts +658 -168
  265. package/tree-view-legacy/README.md +3 -0
  266. package/tree-view-legacy/index.d.ts +184 -0
  267. package/uploader/index.d.ts +4 -331
  268. package/wysiwyg/index.d.ts +57 -159
  269. package/drawer-2/README.md +0 -3
  270. package/drawer-2/index.d.ts +0 -62
  271. package/fesm2022/acorex-components-drawer-2.mjs +0 -134
  272. package/fesm2022/acorex-components-drawer-2.mjs.map +0 -1
  273. package/fesm2022/acorex-components-modal-acorex-components-modal-h5Y-qcbh.mjs.map +0 -1
  274. package/fesm2022/acorex-components-modal-modal-content.component-B6tyMLdU.mjs +0 -235
  275. package/fesm2022/acorex-components-modal-modal-content.component-B6tyMLdU.mjs.map +0 -1
  276. package/fesm2022/acorex-components-number-box-2.mjs +0 -183
  277. package/fesm2022/acorex-components-number-box-2.mjs.map +0 -1
  278. package/number-box-2/README.md +0 -3
  279. package/number-box-2/index.d.ts +0 -41
@@ -0,0 +1,191 @@
1
+ import * as polytype from 'polytype';
2
+ import * as i0 from '@angular/core';
3
+ import { AfterViewInit, ElementRef } from '@angular/core';
4
+ import { MaskedNumber } from 'imask';
5
+ import { MXInputBaseValueComponent, MXLookComponent } from '@acorex/cdk/common';
6
+ import * as i1 from '@angular/common';
7
+ import * as i2 from '@angular/forms';
8
+ import * as i3 from '@acorex/components/button';
9
+ import * as i4 from '@acorex/components/decorators';
10
+ import * as i5 from 'angular-imask';
11
+
12
+ declare const AXNumberBoxLegacyComponent_base: polytype.Polytype.ClusteredConstructor<[{
13
+ new (): MXInputBaseValueComponent<number>;
14
+ ɵfac: i0.ɵɵFactoryDeclaration<MXInputBaseValueComponent<any>, never>;
15
+ ɵprov: i0.ɵɵInjectableDeclaration<MXInputBaseValueComponent<any>>;
16
+ }, typeof MXLookComponent]>;
17
+ /**
18
+ * The NumberBox is a component which detects user interaction and triggers a corresponding event
19
+ *
20
+ * @category Components
21
+ */
22
+ declare class AXNumberBoxLegacyComponent extends AXNumberBoxLegacyComponent_base implements AfterViewInit {
23
+ /** @ignore */
24
+ input: ElementRef<HTMLInputElement>;
25
+ /** @ignore */
26
+ private _thousandsSeparator;
27
+ /**
28
+ * This property determines the type of the input element (e.g., 'text', 'password', 'email', etc.). It can be dynamically bound from a parent component template to change the input field type based on different conditions or requirements.
29
+ */
30
+ type: i0.InputSignal<string>;
31
+ /**
32
+ * boolean value that specifies the number box change step by scrolling.
33
+ */
34
+ changeOnScroll: boolean;
35
+ /** @ignore */
36
+ private _allDigits;
37
+ /**
38
+ * A number value that specifies the all digits of number.
39
+ */
40
+ get allDigits(): number;
41
+ /**
42
+ * Sets the all digits of number.
43
+ * @param {number} v
44
+ */
45
+ set allDigits(v: number);
46
+ /**
47
+ * A character value that specifies the separator character.
48
+ */
49
+ get thousandsSeparator(): string;
50
+ /**
51
+ * Sets the thousands separator for formatting.
52
+ * @param {string} v
53
+ */
54
+ set thousandsSeparator(v: string);
55
+ /** @ignore */
56
+ private _padDecimalZeros;
57
+ /**
58
+ * A character value that specifies the separator character.
59
+ */
60
+ get padDecimalZeros(): boolean;
61
+ /**
62
+ * Sets whether decimal zeros should be padded.
63
+ * @param {boolean} v
64
+ */
65
+ set padDecimalZeros(v: boolean);
66
+ /**
67
+ * Specifies the value that is used to increment or decrement the **Integer** part of number
68
+ */
69
+ /**
70
+ * Defines the increment step value.
71
+ */
72
+ step: number;
73
+ /** @ignore */
74
+ private _decimals;
75
+ /**
76
+ * Specifies the number of decimals that the user can enter
77
+ */
78
+ get decimals(): number;
79
+ /**
80
+ * Sets the decimal places; defaults to 0 if not provided.
81
+ */
82
+ set decimals(v: number);
83
+ /**
84
+ * Specifies the value that is used to increment or decrement the **Deciaml** part of number
85
+ */
86
+ /**
87
+ * Defines the step size for decimal values.
88
+ * @defaultvalue 'auto'
89
+ */
90
+ decimalStep: number | 'auto';
91
+ /**
92
+ * Specifies whether the Up and Down spin buttons will be rendered or not
93
+ */
94
+ /**
95
+ * Indicates whether spin buttons are displayed.
96
+ * @defaultvalue true
97
+ */
98
+ showSpinButtons: boolean;
99
+ /** @ignore */
100
+ private _minValue;
101
+ /**
102
+ * Specifies the smallest value that is valid
103
+ */
104
+ get minValue(): number;
105
+ /**
106
+ * Sets the number of decimal places to be used.
107
+ * @param {number} v
108
+ * @defaultvalue 0
109
+ */
110
+ set minValue(v: number);
111
+ /** @ignore */
112
+ private _maxValue;
113
+ /**
114
+ * Specifies the greatest value that is valid
115
+ */
116
+ get maxValue(): number;
117
+ /**
118
+ * Sets the maximum allowable value, defaulting to `Number.MAX_SAFE_INTEGER` if null.
119
+ * @param v
120
+ */
121
+ set maxValue(v: number);
122
+ /**
123
+ * CSS classes to apply to the component.
124
+ * @param classNames
125
+ */
126
+ /**
127
+ * CSS classes to apply to the component.
128
+ */
129
+ classNames: string;
130
+ /**
131
+ * @ignore
132
+ */
133
+ _maskObj: MaskedNumber;
134
+ /** @ignore */
135
+ /** @ignore */
136
+ private _maskDirective;
137
+ /** @ignore */
138
+ private _onWheelFlag;
139
+ constructor();
140
+ /** @ignore */
141
+ ngAfterViewInit(): void;
142
+ /**
143
+ * Handles internal option changes and updates the mask accordingly.
144
+ */
145
+ internalOptionChanged(): void;
146
+ /**
147
+ * Resets the input element to its default state and calls the parent class reset method.
148
+ */
149
+ reset(): void;
150
+ /**
151
+ * Ensures the value is within the min-max range, returning the default if null.
152
+ * @param value
153
+ */
154
+ internalSetValue(value: any): number;
155
+ /** @ignore */
156
+ private _updateMask;
157
+ /** @ignore */
158
+ _handleModelChange(value: number): void;
159
+ /** @ignore */
160
+ _handleOnKeydownEvent(e: KeyboardEvent): void;
161
+ /** @ignore */
162
+ protected _handleUpDownClick(v: -1 | 1, e: Event): void;
163
+ /**
164
+ * Increases the value by the step amount, ensuring it's at least the minimum value.
165
+ */
166
+ stepUp(u?: boolean): void;
167
+ /**
168
+ * Decreases the value by the step amount, ensuring it's at least the minimum value.
169
+ */
170
+ stepDown(u?: boolean): void;
171
+ /**
172
+ * Increases the value by the decimal step amount, using 'auto' or a custom step value.
173
+ */
174
+ decimalStepUp(u?: boolean): void;
175
+ /**
176
+ * Decreases the value by the decimal step amount, using 'auto' or a custom step value.
177
+ */
178
+ decimalStepDown(u?: boolean): void;
179
+ onWheel(event: WheelEvent): void;
180
+ private get __hostName();
181
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXNumberBoxLegacyComponent, never>;
182
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXNumberBoxLegacyComponent, "ax-number-box-legacy", 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; }; "type": { "alias": "type"; "required": false; "isSignal": true; }; "changeOnScroll": { "alias": "changeOnScroll"; "required": false; }; "allDigits": { "alias": "allDigits"; "required": false; }; "thousandsSeparator": { "alias": "thousandsSeparator"; "required": false; }; "padDecimalZeros": { "alias": "padDecimalZeros"; "required": false; }; "step": { "alias": "step"; "required": false; }; "decimals": { "alias": "decimals"; "required": false; }; "decimalStep": { "alias": "decimalStep"; "required": false; }; "showSpinButtons": { "alias": "showSpinButtons"; "required": false; }; "minValue": { "alias": "minValue"; "required": false; }; "maxValue": { "alias": "maxValue"; "required": false; }; "classNames": { "alias": "class"; "required": false; }; }, { "valueChange": "valueChange"; "stateChange": "stateChange"; "onValueChanged": "onValueChanged"; "onBlur": "onBlur"; "onFocus": "onFocus"; "readonlyChange": "readonlyChange"; "disabledChange": "disabledChange"; "onKeyDown": "onKeyDown"; "onKeyUp": "onKeyUp"; "onKeyPress": "onKeyPress"; }, never, ["ax-prefix", "ax-clear-button", "ax-suffix", "ax-validation-rule"], true, never>;
183
+ }
184
+
185
+ declare class AXNumberBoxLegacyModule {
186
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXNumberBoxLegacyModule, never>;
187
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXNumberBoxLegacyModule, never, [typeof i1.CommonModule, typeof i2.FormsModule, typeof i3.AXButtonModule, typeof i4.AXDecoratorModule, typeof i5.IMaskModule, typeof AXNumberBoxLegacyComponent], [typeof AXNumberBoxLegacyComponent]>;
188
+ static ɵinj: i0.ɵɵInjectorDeclaration<AXNumberBoxLegacyModule>;
189
+ }
190
+
191
+ export { AXNumberBoxLegacyComponent, AXNumberBoxLegacyModule };
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@acorex/components",
3
- "version": "21.0.0-next.4",
3
+ "version": "21.0.0-next.40",
4
4
  "peerDependencies": {
5
- "@acorex/core": "21.0.0-next.4",
6
- "@acorex/cdk": "21.0.0-next.4",
5
+ "@acorex/core": "21.0.0-next.40",
6
+ "@acorex/cdk": "21.0.0-next.40",
7
7
  "@angular/common": "^20.0.0",
8
8
  "@angular/core": "^20.0.0",
9
9
  "@angular/cdk": "^20.0.0",
@@ -15,6 +15,8 @@
15
15
  "leaflet": "^1.9.4",
16
16
  "leaflet-draw": "^1.0.4",
17
17
  "leaflet.locatecontrol": "^0.81.1",
18
+ "highlight.js": "^11.11.1",
19
+ "quill": "^2.0.3",
18
20
  "quill-delta-to-html": ">=0.12.1",
19
21
  "@codemirror/state": "^6.4.0",
20
22
  "@codemirror/view": "^6.30.0",
@@ -32,7 +34,16 @@
32
34
  "@codemirror/lang-markdown": "^6.2.4",
33
35
  "@codemirror/lang-sass": "^6.0.2",
34
36
  "@codemirror/theme-one-dark": "^6.1.0",
35
- "prettier": ">=3.0.0"
37
+ "prettier": ">=3.0.0",
38
+ "@bomdi/codebox": "^2.0.0",
39
+ "@editorjs/editorjs": "2.28.2",
40
+ "@editorjs/header": "^2.8.8",
41
+ "@editorjs/list": "^2.0.8",
42
+ "@editorjs/quote": "^2.7.6",
43
+ "@editorjs/raw": "^2.5.1",
44
+ "@editorjs/image": "^2.10.3",
45
+ "@editorjs/underline": "^1.2.1",
46
+ "editorjs-text-color-plugin": "^2.0.3"
36
47
  },
37
48
  "peerDependenciesMeta": {
38
49
  "prettier": {
@@ -145,6 +156,10 @@
145
156
  "types": "./conversation/index.d.ts",
146
157
  "default": "./fesm2022/acorex-components-conversation.mjs"
147
158
  },
159
+ "./conversation2": {
160
+ "types": "./conversation2/index.d.ts",
161
+ "default": "./fesm2022/acorex-components-conversation2.mjs"
162
+ },
148
163
  "./cron-job": {
149
164
  "types": "./cron-job/index.d.ts",
150
165
  "default": "./fesm2022/acorex-components-cron-job.mjs"
@@ -185,9 +200,9 @@
185
200
  "types": "./drawer/index.d.ts",
186
201
  "default": "./fesm2022/acorex-components-drawer.mjs"
187
202
  },
188
- "./drawer-2": {
189
- "types": "./drawer-2/index.d.ts",
190
- "default": "./fesm2022/acorex-components-drawer-2.mjs"
203
+ "./drawer-legacy": {
204
+ "types": "./drawer-legacy/index.d.ts",
205
+ "default": "./fesm2022/acorex-components-drawer-legacy.mjs"
191
206
  },
192
207
  "./dropdown": {
193
208
  "types": "./dropdown/index.d.ts",
@@ -197,6 +212,10 @@
197
212
  "types": "./dropdown-button/index.d.ts",
198
213
  "default": "./fesm2022/acorex-components-dropdown-button.mjs"
199
214
  },
215
+ "./editor": {
216
+ "types": "./editor/index.d.ts",
217
+ "default": "./fesm2022/acorex-components-editor.mjs"
218
+ },
200
219
  "./file-explorer": {
201
220
  "types": "./file-explorer/index.d.ts",
202
221
  "default": "./fesm2022/acorex-components-file-explorer.mjs"
@@ -277,9 +296,9 @@
277
296
  "types": "./number-box/index.d.ts",
278
297
  "default": "./fesm2022/acorex-components-number-box.mjs"
279
298
  },
280
- "./number-box-2": {
281
- "types": "./number-box-2/index.d.ts",
282
- "default": "./fesm2022/acorex-components-number-box-2.mjs"
299
+ "./number-box-legacy": {
300
+ "types": "./number-box-legacy/index.d.ts",
301
+ "default": "./fesm2022/acorex-components-number-box-legacy.mjs"
283
302
  },
284
303
  "./otp": {
285
304
  "types": "./otp/index.d.ts",
@@ -365,6 +384,10 @@
365
384
  "types": "./scheduler/index.d.ts",
366
385
  "default": "./fesm2022/acorex-components-scheduler.mjs"
367
386
  },
387
+ "./scheduler-picker": {
388
+ "types": "./scheduler-picker/index.d.ts",
389
+ "default": "./fesm2022/acorex-components-scheduler-picker.mjs"
390
+ },
368
391
  "./scss": {
369
392
  "types": "./scss/index.d.ts",
370
393
  "default": "./fesm2022/acorex-components-scss.mjs"
@@ -373,14 +396,14 @@
373
396
  "types": "./search-box/index.d.ts",
374
397
  "default": "./fesm2022/acorex-components-search-box.mjs"
375
398
  },
376
- "./select-box": {
377
- "types": "./select-box/index.d.ts",
378
- "default": "./fesm2022/acorex-components-select-box.mjs"
379
- },
380
399
  "./selection-list": {
381
400
  "types": "./selection-list/index.d.ts",
382
401
  "default": "./fesm2022/acorex-components-selection-list.mjs"
383
402
  },
403
+ "./select-box": {
404
+ "types": "./select-box/index.d.ts",
405
+ "default": "./fesm2022/acorex-components-select-box.mjs"
406
+ },
384
407
  "./selection-list-2": {
385
408
  "types": "./selection-list-2/index.d.ts",
386
409
  "default": "./fesm2022/acorex-components-selection-list-2.mjs"
@@ -453,6 +476,10 @@
453
476
  "types": "./tree-view/index.d.ts",
454
477
  "default": "./fesm2022/acorex-components-tree-view.mjs"
455
478
  },
479
+ "./tree-view-legacy": {
480
+ "types": "./tree-view-legacy/index.d.ts",
481
+ "default": "./fesm2022/acorex-components-tree-view-legacy.mjs"
482
+ },
456
483
  "./uploader": {
457
484
  "types": "./uploader/index.d.ts",
458
485
  "default": "./fesm2022/acorex-components-uploader.mjs"
package/paint/index.d.ts CHANGED
@@ -98,11 +98,6 @@ declare class AXPaintViewComponent implements OnDestroy {
98
98
  protected hostElem: ElementRef<any>;
99
99
  /** @ignore */
100
100
  private resizeEvent;
101
- /**
102
- * Specifies the class that pass to component.
103
- *
104
- */
105
- readonly customClass: _angular_core.InputSignal<string>;
106
101
  readonly paintBackgroundColor: _angular_core.InputSignal<"black" | "white">;
107
102
  /** @ignore */
108
103
  protected canvasElem: _angular_core.Signal<ElementRef<HTMLCanvasElement>>;
@@ -134,7 +129,7 @@ declare class AXPaintViewComponent implements OnDestroy {
134
129
  getOutPut(e: 'image/webp' | 'image/png' | 'image/jpeg'): void;
135
130
  get __hostClass(): string[];
136
131
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPaintViewComponent, never>;
137
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXPaintViewComponent, "ax-paint-view", never, { "customClass": { "alias": "class"; "required": false; "isSignal": true; }; "paintBackgroundColor": { "alias": "paintBackgroundColor"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
132
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXPaintViewComponent, "ax-paint-view", never, { "paintBackgroundColor": { "alias": "paintBackgroundColor"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
138
133
  }
139
134
 
140
135
  declare class AXPaintToolsSelectorComponent {
@@ -30,11 +30,11 @@ declare class AXPhoneBoxComponent extends AXPhoneBoxComponent_base {
30
30
  /**
31
31
  * CSS classes to apply to the component.
32
32
  */
33
- readonly classNames: string;
33
+ classNames: string;
34
34
  /**
35
35
  * static precode.
36
36
  */
37
- readonly precode: _angular_core.InputSignal<unknown>;
37
+ precode: _angular_core.InputSignal<unknown>;
38
38
  /**
39
39
  * The default country value for the component.
40
40
  */
@@ -42,11 +42,11 @@ declare class AXPhoneBoxComponent extends AXPhoneBoxComponent_base {
42
42
  /**
43
43
  * List of included values for the component.
44
44
  */
45
- readonly included: _angular_core.InputSignal<string[]>;
45
+ included: _angular_core.InputSignal<string[]>;
46
46
  /**
47
47
  * List of excluded values for the component.
48
48
  */
49
- readonly excluded: _angular_core.InputSignal<string[]>;
49
+ excluded: _angular_core.InputSignal<string[]>;
50
50
  private selectBox;
51
51
  /** @ignore */
52
52
  protected countries: _angular_core.WritableSignal<CountryItem[]>;
@@ -78,6 +78,7 @@ declare class AXPhoneBoxComponent extends AXPhoneBoxComponent_base {
78
78
  */
79
79
  setDefaultValue(): void;
80
80
  protected handleKeyDown(e: KeyboardEvent): void;
81
+ private parsePhoneNumber;
81
82
  /** @ignore */
82
83
  _handleCountryValueChanged(event: AXValueChangedEvent): void;
83
84
  private get __hostName();
@@ -1,6 +1,6 @@
1
1
  import * as _angular_core from '@angular/core';
2
2
  import { ElementRef, Renderer2 } from '@angular/core';
3
- import { MXValueComponent } from '@acorex/cdk/common';
3
+ import { MXValueComponent, AXStyleColorType } from '@acorex/cdk/common';
4
4
  import * as i1 from '@angular/common';
5
5
 
6
6
  /**
@@ -19,6 +19,7 @@ declare class AXRatePickerComponent extends MXValueComponent<number> {
19
19
  * @default 'fa-star'
20
20
  */
21
21
  readonly iconName: _angular_core.InputSignal<string>;
22
+ readonly color: _angular_core.InputSignal<AXStyleColorType>;
22
23
  /**
23
24
  * @description
24
25
  * Maximum value for the rating.
@@ -114,22 +115,11 @@ declare class AXRatePickerComponent extends MXValueComponent<number> {
114
115
  private onEnd;
115
116
  private countDecimals;
116
117
  /**
117
- * @description
118
- * Determines if the component is active (i.e., not readonly or disabled).
119
- */
120
- get isActive(): boolean;
121
- /**
122
- * @description
123
- * Determines if the component is in readonly mode.
124
- */
125
- get isReadonly(): boolean;
126
- /**
127
- * @description
128
- * Determines if the component is disabled.
118
+ * @ignore
129
119
  */
130
- get isDisabled(): boolean;
120
+ private get __hostClass();
131
121
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXRatePickerComponent, never>;
132
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXRatePickerComponent, "ax-rate-picker", never, { "readonly": { "alias": "readonly"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "iconName": { "alias": "iconName"; "required": false; "isSignal": true; }; "max": { "alias": "max"; "required": false; "isSignal": true; }; "step": { "alias": "step"; "required": false; "isSignal": true; }; "hasTransition": { "alias": "hasTransition"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
122
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXRatePickerComponent, "ax-rate-picker", never, { "readonly": { "alias": "readonly"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "iconName": { "alias": "iconName"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; "max": { "alias": "max"; "required": false; "isSignal": true; }; "step": { "alias": "step"; "required": false; "isSignal": true; }; "hasTransition": { "alias": "hasTransition"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
133
123
  }
134
124
 
135
125
  declare class AXRatePickerModule {
package/rrule/index.d.ts CHANGED
@@ -21,16 +21,79 @@ type AXRRuleType = rrule.RRule;
21
21
  declare const defaultOptions: AXROptionsType;
22
22
  declare const defaultRrule = "RRULE:FREQ=WEEKLY;INTERVAL=1;WKST=MO;COUNT=5";
23
23
 
24
+ /**
25
+ * Service for working with RRule recurrence patterns.
26
+ * Provides methods to create RRule instances from options or strings,
27
+ * convert between formats, and query occurrences.
28
+ */
24
29
  declare class AXRruleService {
30
+ /**
31
+ * Creates an RRule instance from options object.
32
+ * @param options Partial RRule options to create the rule from
33
+ * @returns Promise resolving to the RRule instance
34
+ */
25
35
  rruleFromOptions(options: Partial<AXROptionsType>): Promise<AXRRuleType>;
36
+ /**
37
+ * Creates an RRule instance from a RRULE string.
38
+ * @param ruleString Valid RRULE string (e.g., "RRULE:FREQ=WEEKLY;COUNT=5")
39
+ * @returns Promise resolving to the RRule instance
40
+ */
26
41
  rruleFromString(ruleString: string): Promise<AXRRuleType>;
42
+ /**
43
+ * Creates an RRule instance from human-readable text.
44
+ * @param ruleText Human-readable text describing the recurrence (e.g., "every Monday for 5 weeks")
45
+ * @returns Promise resolving to the RRule instance
46
+ */
27
47
  rruleFromText(ruleText: string): Promise<AXRRuleType>;
48
+ /**
49
+ * Extracts options from an RRule instance.
50
+ * @param rule RRule instance to extract options from
51
+ * @returns Parsed options with all required fields
52
+ */
28
53
  rruleToOptions(rule: AXRRuleType): AXParsedOptionsType;
54
+ /**
55
+ * Converts an RRule instance to RRULE string format.
56
+ * @param rule RRule instance to convert
57
+ * @returns RRULE string representation
58
+ */
29
59
  rruleToString(rule: AXRRuleType): string;
60
+ /**
61
+ * Converts an RRule instance to human-readable text.
62
+ * @param rule RRule instance to convert
63
+ * @returns Human-readable text description
64
+ */
30
65
  rruleToText(rule: AXRRuleType): string;
66
+ /**
67
+ * Gets all occurrences of the rule up to a limit.
68
+ * @param rule RRule instance to query
69
+ * @param limit Maximum number of occurrences to return (default: 500)
70
+ * @returns Array of occurrence dates
71
+ */
31
72
  rruleGetAll(rule: AXRRuleType, limit?: number): Date[];
73
+ /**
74
+ * Gets occurrences between two dates.
75
+ * @param rule RRule instance to query
76
+ * @param after Start date (exclusive by default)
77
+ * @param before End date (exclusive by default)
78
+ * @param inclusive Whether to include the boundary dates
79
+ * @returns Array of occurrence dates between the specified dates
80
+ */
32
81
  rruleGetBetween(rule: AXRRuleType, after: Date, before: Date, inclusive?: boolean): Date[];
82
+ /**
83
+ * Gets the last occurrence before the specified date.
84
+ * @param rule RRule instance to query
85
+ * @param date Date to search before
86
+ * @param inclusive Whether to include the specified date
87
+ * @returns Last occurrence before the date, or null if none found
88
+ */
33
89
  rruleGetBefore(rule: AXRRuleType, date: Date, inclusive?: boolean): Date | null;
90
+ /**
91
+ * Gets the first occurrence after the specified date.
92
+ * @param rule RRule instance to query
93
+ * @param date Date to search after
94
+ * @param inclusive Whether to include the specified date
95
+ * @returns First occurrence after the date, or null if none found
96
+ */
34
97
  rruleGetAfter(rule: AXRRuleType, date: Date, inclusive?: boolean): Date | null;
35
98
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXRruleService, never>;
36
99
  static ɵprov: _angular_core.ɵɵInjectableDeclaration<AXRruleService>;
@@ -53,12 +116,36 @@ declare class AXRrulePreviewComponent implements OnInit {
53
116
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXRrulePreviewComponent, "ax-rrule-preview", never, { "value": { "alias": "value"; "required": false; "isSignal": true; }; "repeat": { "alias": "repeat"; "required": false; "isSignal": true; }; "format": { "alias": "format"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
54
117
  }
55
118
 
119
+ /**
120
+ * RRule component provides a user-friendly interface for creating and managing recurrence rules.
121
+ * Supports various frequencies, intervals, and date constraints with real-time preview and validation.
122
+ */
56
123
  declare class AXRruleComponent {
57
124
  #private;
125
+ /**
126
+ * Current recurrence rule model value (options object or RRULE string).
127
+ * @default null
128
+ */
58
129
  value: _angular_core.ModelSignal<string | rrule.Options>;
130
+ /**
131
+ * Emitted when the model value changes.
132
+ */
133
+ valueChange: _angular_core.OutputEmitterRef<string | rrule.Options>;
134
+ /**
135
+ * Emitted with the computed RRule instance when updated.
136
+ */
59
137
  rruleChange: _angular_core.OutputEmitterRef<rrule.RRule>;
138
+ /**
139
+ * Emitted with the normalized options whenever they change.
140
+ */
60
141
  optionsChange: _angular_core.OutputEmitterRef<rrule.Options>;
142
+ /**
143
+ * Emitted with the RRULE string representation.
144
+ */
61
145
  stringChange: _angular_core.OutputEmitterRef<string>;
146
+ /**
147
+ * Emitted with the human-readable text of the rule.
148
+ */
62
149
  textChange: _angular_core.OutputEmitterRef<string>;
63
150
  protected freqs: {
64
151
  text: string;
@@ -93,10 +180,18 @@ declare class AXRruleComponent {
93
180
  private _emitAll;
94
181
  private _areOptionValuesEqual;
95
182
  private _clearOptions;
183
+ /**
184
+ * Updates a single option and recomputes the rule.
185
+ * @param key The option key to update
186
+ * @param value The new value for the option
187
+ */
96
188
  updateOption<K extends keyof AXROptionsType>(key: K, value: AXROptionsType[K]): Promise<void>;
189
+ /**
190
+ * Resets options to defaults and recomputes the rule.
191
+ */
97
192
  resetOptions(): Promise<void>;
98
193
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXRruleComponent, never>;
99
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXRruleComponent, "ax-rrule", never, { "value": { "alias": "value"; "required": false; "isSignal": true; }; }, { "value": "valueChange"; "rruleChange": "rruleChange"; "optionsChange": "optionsChange"; "stringChange": "stringChange"; "textChange": "textChange"; }, never, never, true, never>;
194
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXRruleComponent, "ax-rrule", never, { "value": { "alias": "value"; "required": false; "isSignal": true; }; }, { "value": "valueChange"; "valueChange": "valueChange"; "rruleChange": "rruleChange"; "optionsChange": "optionsChange"; "stringChange": "stringChange"; "textChange": "textChange"; }, never, never, true, never>;
100
195
  }
101
196
 
102
197
  export { AXRruleComponent, AXRrulePreviewComponent, AXRruleService, defaultOptions, defaultRrule };
@@ -0,0 +1,15 @@
1
+ # @acorex/components/scheduler-picker
2
+
3
+ A powerful, fully customizable scheduler picker component for Angular applications. Create complex recurrence patterns with an intuitive UI supporting hourly, daily, weekly, monthly, and yearly schedules.
4
+
5
+ ## ✨ Features
6
+
7
+ - 🗓️ **Multiple Recurrence Modes**: Hourly, daily, weekly, monthly, and yearly patterns
8
+ - ⏰ **Flexible Time Configuration**: Support for hours, minutes, and seconds precision
9
+ - 🔄 **Complex Patterns**: Specific days, occurrence-based scheduling (e.g., "first Monday")
10
+ - 📅 **Date Management**: Include/exclude specific dates from schedule
11
+ - 🌍 **Internationalization**: Full i18n support with customizable locale
12
+ - 🎨 **Highly Customizable**: Extensive configuration options
13
+ - ✅ **Built-in Validation**: Real-time pattern validation with helpful error messages
14
+ - 📊 **Export Formats**: Convert to cron, RRule (iCalendar), or get occurrence previews
15
+ - 🎯 **Type-Safe**: Full TypeScript support with strict typing