@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
@@ -25,7 +25,7 @@ declare class AXNumberBox2Component extends AXNumberBox2Component_base {
25
25
  protected mode: _angular_core.WritableSignal<"digits" | "thousandsSeparator" | "decimal">;
26
26
  private input;
27
27
  protected stringValue: string;
28
- protected internalValueChanged(value: any): void;
28
+ protected internalValueChanged(value: number): void;
29
29
  private plusValue;
30
30
  private minusValue;
31
31
  protected handleOnKeydownEvent(e: KeyboardEvent): void;
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,21 +1,43 @@
1
1
  {
2
2
  "name": "@acorex/components",
3
- "version": "20.2.0-next.21",
3
+ "version": "20.2.0-next.22",
4
4
  "peerDependencies": {
5
+ "@acorex/core": "20.2.0-next.22",
6
+ "@acorex/cdk": "20.2.0-next.22",
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
17
  "leaflet.locatecontrol": "^0.81.1",
18
- "quill-delta-to-html": ">=0.12.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
+ }
19
41
  },
20
42
  "dependencies": {
21
43
  "tslib": "^2.3.0"
@@ -91,6 +113,10 @@
91
113
  "types": "./circular-progress/index.d.ts",
92
114
  "default": "./fesm2022/acorex-components-circular-progress.mjs"
93
115
  },
116
+ "./code-editor": {
117
+ "types": "./code-editor/index.d.ts",
118
+ "default": "./fesm2022/acorex-components-code-editor.mjs"
119
+ },
94
120
  "./collapse": {
95
121
  "types": "./collapse/index.d.ts",
96
122
  "default": "./fesm2022/acorex-components-collapse.mjs"
@@ -103,6 +129,10 @@
103
129
  "types": "./color-palette/index.d.ts",
104
130
  "default": "./fesm2022/acorex-components-color-palette.mjs"
105
131
  },
132
+ "./command": {
133
+ "types": "./command/index.d.ts",
134
+ "default": "./fesm2022/acorex-components-command.mjs"
135
+ },
106
136
  "./comment": {
107
137
  "types": "./comment/index.d.ts",
108
138
  "default": "./fesm2022/acorex-components-comment.mjs"
@@ -195,14 +225,14 @@
195
225
  "types": "./kanban/index.d.ts",
196
226
  "default": "./fesm2022/acorex-components-kanban.mjs"
197
227
  },
198
- "./label": {
199
- "types": "./label/index.d.ts",
200
- "default": "./fesm2022/acorex-components-label.mjs"
201
- },
202
228
  "./kbd": {
203
229
  "types": "./kbd/index.d.ts",
204
230
  "default": "./fesm2022/acorex-components-kbd.mjs"
205
231
  },
232
+ "./label": {
233
+ "types": "./label/index.d.ts",
234
+ "default": "./fesm2022/acorex-components-label.mjs"
235
+ },
206
236
  "./list": {
207
237
  "types": "./list/index.d.ts",
208
238
  "default": "./fesm2022/acorex-components-list.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>;
@@ -62,14 +95,15 @@ declare class AXPaintViewComponent implements OnDestroy {
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';
@@ -21,8 +20,6 @@ declare const AXPasswordBoxComponent_base: polytype.Polytype.ClusteredConstructo
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
  */
@@ -1,8 +1,6 @@
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 i8 from '@acorex/components/text-box';
5
- import { AXTextBoxComponent } from '@acorex/components/text-box';
6
4
  import { CountryItem } from '@acorex/core/constants';
7
5
  import * as i1 from '@angular/common';
8
6
  import * as i2 from '@angular/forms';
@@ -11,6 +9,7 @@ import * as i4 from '@acorex/components/select-box';
11
9
  import * as i5 from '@acorex/components/search-box';
12
10
  import * as i6 from '@acorex/components/decorators';
13
11
  import * as i7 from '@acorex/components/button';
12
+ import * as i8 from '@acorex/components/text-box';
14
13
 
15
14
  declare const AXPhoneBoxComponent_base: polytype.Polytype.ClusteredConstructor<[{
16
15
  new (): MXInputBaseValueComponent<string>;
@@ -26,16 +25,16 @@ declare class AXPhoneBoxComponent extends AXPhoneBoxComponent_base {
26
25
  /** @ignore */
27
26
  protected _updateOn: 'change' | 'blur' | 'submit';
28
27
  /** @ignore */
29
- textbox: AXTextBoxComponent;
30
- flags: _angular_core.WritableSignal<string>;
28
+ private textbox;
29
+ protected flags: _angular_core.WritableSignal<string>;
31
30
  /**
32
31
  * CSS classes to apply to the component.
33
32
  */
34
- classNames: string;
33
+ readonly classNames: string;
35
34
  /**
36
35
  * static precode.
37
36
  */
38
- precode: _angular_core.InputSignal<unknown>;
37
+ readonly precode: _angular_core.InputSignal<unknown>;
39
38
  /**
40
39
  * The default country value for the component.
41
40
  */
@@ -43,11 +42,11 @@ declare class AXPhoneBoxComponent extends AXPhoneBoxComponent_base {
43
42
  /**
44
43
  * List of included values for the component.
45
44
  */
46
- included: _angular_core.InputSignal<string[]>;
45
+ readonly included: _angular_core.InputSignal<string[]>;
47
46
  /**
48
47
  * List of excluded values for the component.
49
48
  */
50
- excluded: _angular_core.InputSignal<string[]>;
49
+ readonly excluded: _angular_core.InputSignal<string[]>;
51
50
  private selectBox;
52
51
  /** @ignore */
53
52
  protected countries: _angular_core.WritableSignal<CountryItem[]>;
@@ -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.
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';
@@ -62,7 +60,7 @@ declare class AXRailNavigationComponent extends MXBaseComponent {
62
60
 
63
61
  declare class AXRailNavigationModule {
64
62
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXRailNavigationModule, never>;
65
- 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]>;
66
64
  static ɵinj: _angular_core.ɵɵInjectorDeclaration<AXRailNavigationModule>;
67
65
  }
68
66
 
@@ -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.
@@ -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;
package/rrule/index.d.ts CHANGED
@@ -1,5 +1,6 @@
1
- import * as _angular_core from '@angular/core';
2
1
  import * as rrule from 'rrule';
2
+ import * as _angular_core from '@angular/core';
3
+ import { OnInit } from '@angular/core';
3
4
 
4
5
  type AXROptionsType = rrule.Options;
5
6
  interface AXParsedOptionsType extends AXROptionsType {
@@ -20,6 +21,38 @@ type AXRRuleType = rrule.RRule;
20
21
  declare const defaultOptions: AXROptionsType;
21
22
  declare const defaultRrule = "RRULE:FREQ=WEEKLY;INTERVAL=1;WKST=MO;COUNT=5";
22
23
 
24
+ declare class AXRruleService {
25
+ rruleFromOptions(options: Partial<AXROptionsType>): Promise<AXRRuleType>;
26
+ rruleFromString(ruleString: string): Promise<AXRRuleType>;
27
+ rruleFromText(ruleText: string): Promise<AXRRuleType>;
28
+ rruleToOptions(rule: AXRRuleType): AXParsedOptionsType;
29
+ rruleToString(rule: AXRRuleType): string;
30
+ rruleToText(rule: AXRRuleType): string;
31
+ rruleGetAll(rule: AXRRuleType, limit?: number): Date[];
32
+ rruleGetBetween(rule: AXRRuleType, after: Date, before: Date, inclusive?: boolean): Date[];
33
+ rruleGetBefore(rule: AXRRuleType, date: Date, inclusive?: boolean): Date | null;
34
+ rruleGetAfter(rule: AXRRuleType, date: Date, inclusive?: boolean): Date | null;
35
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXRruleService, never>;
36
+ static ɵprov: _angular_core.ɵɵInjectableDeclaration<AXRruleService>;
37
+ }
38
+
39
+ declare class AXRrulePreviewComponent implements OnInit {
40
+ value: _angular_core.InputSignal<string>;
41
+ repeat: _angular_core.InputSignal<number>;
42
+ format: _angular_core.InputSignal<string>;
43
+ protected rruleService: AXRruleService;
44
+ protected rrule: _angular_core.WritableSignal<rrule.RRule>;
45
+ protected timeZone: _angular_core.WritableSignal<string>;
46
+ protected text: _angular_core.Signal<string>;
47
+ protected string: _angular_core.Signal<string>;
48
+ protected dates: _angular_core.Signal<Date[]>;
49
+ protected options: _angular_core.Signal<{}>;
50
+ eff: _angular_core.EffectRef;
51
+ ngOnInit(): void;
52
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXRrulePreviewComponent, never>;
53
+ 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
+ }
55
+
23
56
  declare class AXRruleComponent {
24
57
  #private;
25
58
  value: _angular_core.ModelSignal<string | rrule.Options>;
@@ -54,6 +87,11 @@ declare class AXRruleComponent {
54
87
  protected text: _angular_core.Signal<string>;
55
88
  private rruleService;
56
89
  private _isUpdating;
90
+ private _applyToken;
91
+ private _scheduleApplyIncoming;
92
+ private _applyIncomingAsync;
93
+ private _emitAll;
94
+ private _areOptionValuesEqual;
57
95
  private _clearOptions;
58
96
  updateOption<K extends keyof AXROptionsType>(key: K, value: AXROptionsType[K]): Promise<void>;
59
97
  resetOptions(): Promise<void>;
@@ -61,20 +99,5 @@ declare class AXRruleComponent {
61
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>;
62
100
  }
63
101
 
64
- declare class AXRruleService {
65
- rruleFromOptions(options: Partial<AXROptionsType>): Promise<AXRRuleType>;
66
- rruleFromString(ruleString: string): Promise<AXRRuleType>;
67
- rruleFromText(ruleText: string): Promise<AXRRuleType>;
68
- rruleToOptions(rule: AXRRuleType): AXParsedOptionsType;
69
- rruleToString(rule: AXRRuleType): string;
70
- rruleToText(rule: AXRRuleType): string;
71
- rruleGetAll(rule: AXRRuleType, limit?: number): Date[];
72
- rruleGetBetween(rule: AXRRuleType, after: Date, before: Date, inclusive?: boolean): Date[];
73
- rruleGetBefore(rule: AXRRuleType, date: Date, inclusive?: boolean): Date | null;
74
- rruleGetAfter(rule: AXRRuleType, date: Date, inclusive?: boolean): Date | null;
75
- static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXRruleService, never>;
76
- static ɵprov: _angular_core.ɵɵInjectableDeclaration<AXRruleService>;
77
- }
78
-
79
- export { AXRruleComponent, AXRruleService, defaultOptions, defaultRrule };
102
+ export { AXRruleComponent, AXRrulePreviewComponent, AXRruleService, defaultOptions, defaultRrule };
80
103
  export type { AXParsedOptionsType, AXROptionsType, AXRRuleType };