@acorex/components 18.6.0 → 18.7.2

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 (425) hide show
  1. package/calendar/lib/calendar-range.component.d.ts +1 -1
  2. package/calendar/lib/calendar.component.d.ts +1 -1
  3. package/color-box/lib/color-box.component.d.ts +1 -1
  4. package/conversation/lib/conversation-input/conversation-input.component.d.ts +1 -1
  5. package/datetime-box/lib/datetime-box.component.d.ts +1 -1
  6. package/datetime-picker/lib/datetime-picker.component.d.ts +1 -1
  7. package/esm2022/action-sheet/lib/action-sheet.component.mjs +3 -3
  8. package/esm2022/action-sheet/lib/action-sheet.module.mjs +4 -4
  9. package/esm2022/action-sheet/lib/action-sheet.service.mjs +3 -3
  10. package/esm2022/alert/lib/alert.component.mjs +3 -3
  11. package/esm2022/alert/lib/alert.module.mjs +4 -4
  12. package/esm2022/audio-wave/lib/audio-wave.component.mjs +3 -3
  13. package/esm2022/audio-wave/lib/audio-wave.module.mjs +4 -4
  14. package/esm2022/avatar/lib/avatar-group.component.mjs +3 -3
  15. package/esm2022/avatar/lib/avatar.component.mjs +3 -3
  16. package/esm2022/avatar/lib/avatar.module.mjs +4 -4
  17. package/esm2022/badge/lib/badge.component.mjs +3 -3
  18. package/esm2022/badge/lib/badge.module.mjs +4 -4
  19. package/esm2022/bottom-navigation/lib/bottom-navigation-item/bottom-navigation-item.component.mjs +3 -3
  20. package/esm2022/bottom-navigation/lib/bottom-navigation.component.mjs +3 -3
  21. package/esm2022/bottom-navigation/lib/bottom-navigation.module.mjs +4 -4
  22. package/esm2022/breadcrumbs/lib/breadcrumbs-item.component.mjs +3 -3
  23. package/esm2022/breadcrumbs/lib/breadcrumbs.component.mjs +3 -3
  24. package/esm2022/breadcrumbs/lib/breadcrumbs.module.mjs +4 -4
  25. package/esm2022/button/lib/button-item-list.component.mjs +3 -3
  26. package/esm2022/button/lib/button-item.component.mjs +3 -3
  27. package/esm2022/button/lib/button.component.mjs +3 -3
  28. package/esm2022/button/lib/button.module.mjs +4 -4
  29. package/esm2022/button-group/lib/button-group.component.mjs +3 -3
  30. package/esm2022/button-group/lib/button-group.module.mjs +4 -4
  31. package/esm2022/calendar/lib/calendar-range.component.mjs +3 -3
  32. package/esm2022/calendar/lib/calendar.class.mjs +3 -3
  33. package/esm2022/calendar/lib/calendar.component.mjs +3 -3
  34. package/esm2022/calendar/lib/calendar.module.mjs +4 -4
  35. package/esm2022/check-box/lib/check-box.component.mjs +3 -3
  36. package/esm2022/check-box/lib/check-box.module.mjs +4 -4
  37. package/esm2022/chips/lib/chips.component.mjs +3 -3
  38. package/esm2022/chips/lib/chips.module.mjs +4 -4
  39. package/esm2022/circular-progress/lib/circular-progress.component.mjs +3 -3
  40. package/esm2022/circular-progress/lib/circular-progress.module.mjs +4 -4
  41. package/esm2022/collapse/lib/collapse-group.component.mjs +3 -3
  42. package/esm2022/collapse/lib/collapse.component.mjs +3 -3
  43. package/esm2022/collapse/lib/collapse.module.mjs +4 -4
  44. package/esm2022/color-box/lib/color-box.component.mjs +3 -3
  45. package/esm2022/color-box/lib/color-box.module.mjs +4 -4
  46. package/esm2022/color-palette/lib/color-palette-input.component.mjs +3 -3
  47. package/esm2022/color-palette/lib/color-palette-picker.component.mjs +4 -4
  48. package/esm2022/color-palette/lib/color-palette-preview.component.mjs +3 -3
  49. package/esm2022/color-palette/lib/color-palette-swatches.component.mjs +3 -3
  50. package/esm2022/color-palette/lib/color-palette.class.mjs +6 -6
  51. package/esm2022/color-palette/lib/color-palette.component.mjs +3 -3
  52. package/esm2022/color-palette/lib/color-palette.module.mjs +4 -4
  53. package/esm2022/comment/lib/comment-container/comment-container.component.mjs +3 -3
  54. package/esm2022/comment/lib/comment-item/comment-item.component.mjs +3 -3
  55. package/esm2022/comment/lib/comment-like/comment-like.component.mjs +3 -3
  56. package/esm2022/comment/lib/comment-reply/comment-reply.component.mjs +3 -3
  57. package/esm2022/comment/lib/comment-reply-text/comment-reply-text.component.mjs +3 -3
  58. package/esm2022/comment/lib/comment-view/comment-view.component.mjs +3 -3
  59. package/esm2022/comment/lib/comment.module.mjs +4 -4
  60. package/esm2022/comment/lib/services/comment.service.mjs +3 -3
  61. package/esm2022/common/lib/classes/components.class.mjs +21 -21
  62. package/esm2022/common/lib/common.module.mjs +4 -4
  63. package/esm2022/common/lib/components/base-component.class.mjs +3 -3
  64. package/esm2022/common/lib/components/input-base-value-component.class.mjs +3 -3
  65. package/esm2022/common/lib/components/look-component.class.mjs +3 -3
  66. package/esm2022/common/lib/components/selection-base.component.class.mjs +6 -6
  67. package/esm2022/common/lib/components/value-component.class.mjs +3 -3
  68. package/esm2022/common/lib/directives/auto-focus.directive.mjs +3 -3
  69. package/esm2022/common/lib/directives/delayed-value-changed.directive.mjs +3 -3
  70. package/esm2022/common/lib/directives/hotkey.directive.mjs +3 -3
  71. package/esm2022/common/lib/directives/infinite-scroll.directive.mjs +3 -3
  72. package/esm2022/common/lib/directives/inverted-color.directive.mjs +3 -3
  73. package/esm2022/common/lib/directives/responsive.directive.mjs +3 -3
  74. package/esm2022/common/lib/directives/ripple.directive.mjs +3 -3
  75. package/esm2022/common/lib/services/dom.service.mjs +3 -3
  76. package/esm2022/common/lib/services/hotkey.service.mjs +3 -3
  77. package/esm2022/conversation/lib/conversation-container/conversation-container.component.mjs +3 -3
  78. package/esm2022/conversation/lib/conversation-input/conversation-input.component.mjs +3 -3
  79. package/esm2022/conversation/lib/conversation-message/conversation-message.component.mjs +3 -3
  80. package/esm2022/conversation/lib/conversation-messages/conversation-message-audio/conversation-message-audio.component.mjs +3 -3
  81. package/esm2022/conversation/lib/conversation-messages/conversation-message-file/conversation-message-file.component.mjs +3 -3
  82. package/esm2022/conversation/lib/conversation-messages/conversation-message-image/conversation-message-image.component.mjs +3 -3
  83. package/esm2022/conversation/lib/conversation-messages/conversation-message-image-popup/conversation-message-image-popup.component.mjs +3 -3
  84. package/esm2022/conversation/lib/conversation-messages/conversation-message-text/conversation-message-text.component.mjs +3 -3
  85. package/esm2022/conversation/lib/conversation-messages/conversation-message-video/conversation-message-video.component.mjs +3 -3
  86. package/esm2022/conversation/lib/conversation-messages/conversation-message-voice/conversation-message-voice.component.mjs +3 -3
  87. package/esm2022/conversation/lib/conversation-view/conversation-view.component.mjs +3 -3
  88. package/esm2022/conversation/lib/conversation.module.mjs +4 -4
  89. package/esm2022/conversation/lib/conversation.types.mjs +3 -3
  90. package/esm2022/conversation/lib/services/conversation-message-type-registry.service.mjs +3 -3
  91. package/esm2022/conversation/lib/services/conversation.service.mjs +3 -3
  92. package/esm2022/conversation/lib/services/recording.service.mjs +3 -3
  93. package/esm2022/data-pager/lib/data-pager-base.component.mjs +6 -6
  94. package/esm2022/data-pager/lib/data-pager-info.component.mjs +3 -3
  95. package/esm2022/data-pager/lib/data-pager-input-selector.component.mjs +3 -3
  96. package/esm2022/data-pager/lib/data-pager-next-buttons.components.mjs +3 -3
  97. package/esm2022/data-pager/lib/data-pager-numeric-selector.component.mjs +3 -3
  98. package/esm2022/data-pager/lib/data-pager-pagesize-dropdown.component.mjs +3 -3
  99. package/esm2022/data-pager/lib/data-pager-prev-buttons.component.mjs +3 -3
  100. package/esm2022/data-pager/lib/data-pager.component.mjs +3 -3
  101. package/esm2022/data-pager/lib/data-pager.module.mjs +4 -4
  102. package/esm2022/data-table/lib/base-data-table.class.mjs +3 -3
  103. package/esm2022/data-table/lib/columns/data-table-column-resizable.directive.mjs +3 -3
  104. package/esm2022/data-table/lib/columns/data-table-column.mjs +3 -3
  105. package/esm2022/data-table/lib/columns/data-text-column.component.mjs +3 -3
  106. package/esm2022/data-table/lib/columns/row-command-column.component.mjs +6 -6
  107. package/esm2022/data-table/lib/columns/row-index-column.component.mjs +3 -3
  108. package/esm2022/data-table/lib/columns/row-select-column.component.mjs +3 -3
  109. package/esm2022/data-table/lib/data-table/data-table.component.mjs +4 -4
  110. package/esm2022/data-table/lib/data-table.module.mjs +4 -4
  111. package/esm2022/data-table/lib/infinite-scroll-data-table/infinite-scroll-data-table.component.mjs +3 -3
  112. package/esm2022/datetime-box/lib/datetime-box.component.mjs +3 -3
  113. package/esm2022/datetime-box/lib/datetime-box.module.mjs +4 -4
  114. package/esm2022/datetime-input/lib/datetime-input.component.mjs +3 -3
  115. package/esm2022/datetime-input/lib/datetime-input.module.mjs +4 -4
  116. package/esm2022/datetime-picker/lib/datetime-picker.component.mjs +3 -3
  117. package/esm2022/datetime-picker/lib/datetime-picker.module.mjs +4 -4
  118. package/esm2022/decorators/lib/components/clear-button.component.mjs +3 -3
  119. package/esm2022/decorators/lib/components/close-button.component.mjs +3 -3
  120. package/esm2022/decorators/lib/components/generic-content.component.mjs +3 -3
  121. package/esm2022/decorators/lib/components/icon.component.mjs +3 -3
  122. package/esm2022/decorators/lib/decorators.module.mjs +4 -4
  123. package/esm2022/dialog/lib/dialog.component.mjs +4 -4
  124. package/esm2022/dialog/lib/dialog.module.mjs +4 -4
  125. package/esm2022/dialog/lib/dialog.service.mjs +3 -3
  126. package/esm2022/drawer/lib/drawer-container.component.mjs +3 -3
  127. package/esm2022/drawer/lib/drawer.component.mjs +3 -3
  128. package/esm2022/drawer/lib/drawer.module.mjs +4 -4
  129. package/esm2022/dropdown/lib/dropdown-box.class.mjs +3 -3
  130. package/esm2022/dropdown/lib/dropdown-box.component.mjs +3 -3
  131. package/esm2022/dropdown/lib/dropdown-panel.component.mjs +3 -3
  132. package/esm2022/dropdown/lib/dropdown.module.mjs +4 -4
  133. package/esm2022/dropdown-button/lib/dropdown-button.component.mjs +3 -3
  134. package/esm2022/dropdown-button/lib/dropdown-button.module.mjs +4 -4
  135. package/esm2022/form/lib/form-field.component.mjs +3 -3
  136. package/esm2022/form/lib/form.component.mjs +3 -3
  137. package/esm2022/form/lib/form.module.mjs +4 -4
  138. package/esm2022/form/lib/validation-rule.directive.mjs +3 -3
  139. package/esm2022/form/lib/validation-summary.component.mjs +3 -3
  140. package/esm2022/image/lib/image.component.mjs +3 -3
  141. package/esm2022/image/lib/image.module.mjs +4 -4
  142. package/esm2022/label/lib/label.component.mjs +3 -3
  143. package/esm2022/label/lib/label.module.mjs +4 -4
  144. package/esm2022/list/lib/list.component.mjs +3 -3
  145. package/esm2022/list/lib/list.module.mjs +4 -4
  146. package/esm2022/loading/lib/loading-spinner.component.mjs +3 -3
  147. package/esm2022/loading/lib/loading.component.mjs +3 -3
  148. package/esm2022/loading/lib/loading.directive.mjs +3 -3
  149. package/esm2022/loading/lib/loading.module.mjs +4 -4
  150. package/esm2022/loading/lib/loading.service.mjs +3 -3
  151. package/esm2022/loading-dialog/lib/loading-dialog.component.mjs +42 -5
  152. package/esm2022/loading-dialog/lib/loading-dialog.module.mjs +4 -4
  153. package/esm2022/loading-dialog/lib/loading-dialog.service.mjs +3 -3
  154. package/esm2022/menu/lib/menu-item/menu-item.component.mjs +50 -4
  155. package/esm2022/menu/lib/menu.component.mjs +10 -4
  156. package/esm2022/menu/lib/menu.module.mjs +4 -4
  157. package/esm2022/menu/lib/menu.service.mjs +3 -3
  158. package/esm2022/nav/lib/nav-item/nav-item.component.mjs +26 -4
  159. package/esm2022/nav/lib/nav.component.mjs +8 -4
  160. package/esm2022/nav/lib/nav.module.mjs +4 -4
  161. package/esm2022/navbar/lib/navbar.component.mjs +9 -4
  162. package/esm2022/navbar/lib/navbar.module.mjs +4 -4
  163. package/esm2022/notification/lib/notification.component.mjs +13 -4
  164. package/esm2022/notification/lib/notification.module.mjs +4 -4
  165. package/esm2022/notification/lib/notification.service.mjs +3 -3
  166. package/esm2022/number-box/lib/number-box.component.mjs +77 -8
  167. package/esm2022/number-box/lib/number-box.module.mjs +4 -4
  168. package/esm2022/otp/lib/otp.component.mjs +38 -4
  169. package/esm2022/otp/lib/otp.module.mjs +4 -4
  170. package/esm2022/page/lib/base-page.class.mjs +3 -3
  171. package/esm2022/page/lib/page.component.mjs +18 -4
  172. package/esm2022/page/lib/page.module.mjs +4 -4
  173. package/esm2022/paint/acorex-components-paint.mjs +5 -0
  174. package/esm2022/paint/index.mjs +8 -0
  175. package/esm2022/paint/lib/paint/paint-container/paint-container.component.mjs +38 -0
  176. package/esm2022/paint/lib/paint/paint-toolbar/paint-toolbar.component.mjs +15 -0
  177. package/esm2022/paint/lib/paint/paint-tools/paint-color-picker/paint-color-picker.component.mjs +46 -0
  178. package/esm2022/paint/lib/paint/paint-tools/paint-pen-cap/paint-pen-cap.component.mjs +37 -0
  179. package/esm2022/paint/lib/paint/paint-tools/paint-pen-mode-changer/paint-pen-mode-changer.component.mjs +55 -0
  180. package/esm2022/paint/lib/paint/paint-view/paint-view.component.mjs +154 -0
  181. package/esm2022/paint/lib/paint/paint.service.mjs +17 -0
  182. package/esm2022/paint/lib/paint.module.mjs +50 -0
  183. package/esm2022/password-box/lib/password-box.component.mjs +13 -4
  184. package/esm2022/password-box/lib/password-box.module.mjs +4 -4
  185. package/esm2022/phone-box/lib/phone-box.component.mjs +38 -4
  186. package/esm2022/phone-box/lib/phone-box.module.mjs +4 -4
  187. package/esm2022/picker/lib/picker-column.directive.mjs +3 -3
  188. package/esm2022/picker/lib/picker.component.mjs +29 -4
  189. package/esm2022/picker/lib/picker.module.mjs +4 -4
  190. package/esm2022/popover/lib/popover.component.mjs +118 -4
  191. package/esm2022/popover/lib/popover.module.mjs +4 -4
  192. package/esm2022/popup/lib/popup.component.mjs +33 -8
  193. package/esm2022/popup/lib/popup.module.mjs +4 -4
  194. package/esm2022/popup/lib/popup.service.mjs +3 -3
  195. package/esm2022/progress-bar/lib/progress-bar.component.mjs +33 -4
  196. package/esm2022/progress-bar/lib/progress-bar.module.mjs +4 -4
  197. package/esm2022/radio/lib/radio.component.mjs +8 -5
  198. package/esm2022/radio/lib/radio.module.mjs +4 -4
  199. package/esm2022/range-slider/lib/range-slider.component.mjs +8 -4
  200. package/esm2022/range-slider/lib/range-slider.module.mjs +4 -4
  201. package/esm2022/result/lib/result.component.mjs +18 -4
  202. package/esm2022/result/lib/result.module.mjs +4 -4
  203. package/esm2022/routing-progress/lib/routing-progress.component.mjs +19 -4
  204. package/esm2022/routing-progress/lib/routing-progress.module.mjs +4 -4
  205. package/esm2022/scheduler/lib/scheduler-month-view.component.mjs +3 -3
  206. package/esm2022/scheduler/lib/scheduler-week-view.component.mjs +3 -3
  207. package/esm2022/scheduler/lib/scheduler.component.mjs +6 -4
  208. package/esm2022/scheduler/lib/scheduler.module.mjs +4 -4
  209. package/esm2022/scss/lib/scss.module.mjs +4 -4
  210. package/esm2022/search-box/lib/search-box.component.mjs +3 -3
  211. package/esm2022/search-box/lib/search-box.module.mjs +4 -4
  212. package/esm2022/select-box/lib/select-box.component.mjs +5 -5
  213. package/esm2022/select-box/lib/select-box.module.mjs +4 -4
  214. package/esm2022/selection-list/lib/selection-list.component.mjs +3 -3
  215. package/esm2022/selection-list/lib/selection-list.module.mjs +4 -4
  216. package/esm2022/side-menu/lib/side-menu-item/side-menu-item.compoent.mjs +3 -3
  217. package/esm2022/side-menu/lib/side-menu.component.mjs +3 -3
  218. package/esm2022/side-menu/lib/side-menu.module.mjs +4 -4
  219. package/esm2022/skeleton/lib/skeleton.component.mjs +3 -3
  220. package/esm2022/skeleton/lib/skeleton.module.mjs +4 -4
  221. package/esm2022/slider/lib/slider.component.mjs +3 -3
  222. package/esm2022/slider/lib/slider.module.mjs +4 -4
  223. package/esm2022/step-wizard/lib/step-wizard-item/step-wizard-item.component.mjs +11 -8
  224. package/esm2022/step-wizard/lib/step-wizard.class.mjs +1 -1
  225. package/esm2022/step-wizard/lib/step-wizard.component.mjs +52 -31
  226. package/esm2022/step-wizard/lib/step-wizard.directive.mjs +3 -3
  227. package/esm2022/step-wizard/lib/step-wizard.module.mjs +4 -4
  228. package/esm2022/switch/lib/switch-content.component.mjs +3 -3
  229. package/esm2022/switch/lib/switch.component.mjs +3 -3
  230. package/esm2022/switch/lib/switch.module.mjs +4 -4
  231. package/esm2022/tabs/lib/tab-content.directive.mjs +3 -3
  232. package/esm2022/tabs/lib/tab-item.component.mjs +3 -3
  233. package/esm2022/tabs/lib/tabs.component.mjs +4 -4
  234. package/esm2022/tabs/lib/tabs.module.mjs +4 -4
  235. package/esm2022/tag/lib/tag.component.mjs +8 -4
  236. package/esm2022/tag/lib/tag.module.mjs +4 -4
  237. package/esm2022/text-area/lib/text-area.component.mjs +8 -4
  238. package/esm2022/text-area/lib/text-area.module.mjs +4 -4
  239. package/esm2022/text-box/lib/mask-options.directive.mjs +3 -3
  240. package/esm2022/text-box/lib/text-box.component.mjs +3 -3
  241. package/esm2022/text-box/lib/text-box.module.mjs +4 -4
  242. package/esm2022/toast/lib/toast.component.mjs +3 -3
  243. package/esm2022/toast/lib/toast.module.mjs +4 -4
  244. package/esm2022/toast/lib/toast.service.mjs +3 -3
  245. package/esm2022/tooltip/lib/tooltip.component.mjs +3 -3
  246. package/esm2022/tooltip/lib/tooltip.directive.mjs +3 -3
  247. package/esm2022/tooltip/lib/tooltip.module.mjs +4 -4
  248. package/esm2022/uploader/lib/uploader-browse-handle.directive.mjs +3 -3
  249. package/esm2022/uploader/lib/uploader-dialog-container/uploader-dialog-container.component.mjs +3 -3
  250. package/esm2022/uploader/lib/uploader-drop-zone/uploader-drop-zone.component.mjs +3 -3
  251. package/esm2022/uploader/lib/uploader-list/uploader-list.component.mjs +7 -9
  252. package/esm2022/uploader/lib/uploader-zone.directive.mjs +3 -3
  253. package/esm2022/uploader/lib/uploader.models.mjs +21 -11
  254. package/esm2022/uploader/lib/uploader.module.mjs +4 -4
  255. package/esm2022/uploader/lib/uploader.service.mjs +50 -28
  256. package/esm2022/wysiwyg/index.mjs +7 -1
  257. package/esm2022/wysiwyg/lib/wysiwyg/wysiwyg-container/wysiwyg-container.component.mjs +11 -19
  258. package/esm2022/wysiwyg/lib/wysiwyg/wysiwyg-toolbar/wysiwyg-toolbar.component.mjs +7 -259
  259. package/esm2022/wysiwyg/lib/wysiwyg/wysiwyg-tools/wysiwyg-alignment/wysiwyg-alignment.component.mjs +59 -0
  260. package/esm2022/wysiwyg/lib/wysiwyg/wysiwyg-tools/wysiwyg-colors/wysiwyg-colors.component.mjs +53 -0
  261. package/esm2022/wysiwyg/lib/wysiwyg/wysiwyg-tools/wysiwyg-font-style/wysiwyg-font-style.component.mjs +150 -0
  262. package/esm2022/wysiwyg/lib/wysiwyg/wysiwyg-tools/wysiwyg-history/wysiwyg-history.component.mjs +36 -0
  263. package/esm2022/wysiwyg/lib/wysiwyg/wysiwyg-tools/wysiwyg-insert/wysiwyg-insert.component.mjs +49 -0
  264. package/esm2022/wysiwyg/lib/wysiwyg/wysiwyg-tools/wysiwyg-list/wysiwyg-list.component.mjs +67 -0
  265. package/esm2022/wysiwyg/lib/wysiwyg/wysiwyg-view/wysiwyg-view.component.mjs +9 -8
  266. package/esm2022/wysiwyg/lib/wysiwyg/wysiwyg.service.mjs +4 -5
  267. package/esm2022/wysiwyg/lib/wysiwyg.module.mjs +38 -6
  268. package/fesm2022/acorex-components-action-sheet.mjs +10 -10
  269. package/fesm2022/acorex-components-alert.mjs +7 -7
  270. package/fesm2022/acorex-components-audio-wave.mjs +7 -7
  271. package/fesm2022/acorex-components-avatar.mjs +10 -10
  272. package/fesm2022/acorex-components-badge.mjs +7 -7
  273. package/fesm2022/acorex-components-bottom-navigation.mjs +10 -10
  274. package/fesm2022/acorex-components-breadcrumbs.mjs +10 -10
  275. package/fesm2022/acorex-components-button-group.mjs +7 -7
  276. package/fesm2022/acorex-components-button.mjs +13 -13
  277. package/fesm2022/acorex-components-calendar.mjs +13 -13
  278. package/fesm2022/acorex-components-check-box.mjs +7 -7
  279. package/fesm2022/acorex-components-chips.mjs +7 -7
  280. package/fesm2022/acorex-components-circular-progress.mjs +7 -7
  281. package/fesm2022/acorex-components-collapse.mjs +10 -10
  282. package/fesm2022/acorex-components-color-box.mjs +7 -7
  283. package/fesm2022/acorex-components-color-palette.mjs +26 -26
  284. package/fesm2022/acorex-components-color-palette.mjs.map +1 -1
  285. package/fesm2022/acorex-components-comment.mjs +25 -25
  286. package/fesm2022/acorex-components-common.mjs +70 -70
  287. package/fesm2022/acorex-components-conversation.mjs +49 -49
  288. package/fesm2022/acorex-components-data-pager.mjs +31 -31
  289. package/fesm2022/acorex-components-data-table.mjs +35 -35
  290. package/fesm2022/acorex-components-data-table.mjs.map +1 -1
  291. package/fesm2022/acorex-components-datetime-box.mjs +7 -7
  292. package/fesm2022/acorex-components-datetime-input.mjs +7 -7
  293. package/fesm2022/acorex-components-datetime-picker.mjs +7 -7
  294. package/fesm2022/acorex-components-decorators.mjs +16 -16
  295. package/fesm2022/acorex-components-dialog.mjs +11 -11
  296. package/fesm2022/acorex-components-dialog.mjs.map +1 -1
  297. package/fesm2022/acorex-components-drawer.mjs +10 -10
  298. package/fesm2022/acorex-components-dropdown-button.mjs +7 -7
  299. package/fesm2022/acorex-components-dropdown.mjs +13 -13
  300. package/fesm2022/acorex-components-form.mjs +16 -16
  301. package/fesm2022/acorex-components-image.mjs +7 -7
  302. package/fesm2022/acorex-components-label.mjs +7 -7
  303. package/fesm2022/acorex-components-list.mjs +7 -7
  304. package/fesm2022/acorex-components-loading-dialog.mjs +48 -11
  305. package/fesm2022/acorex-components-loading-dialog.mjs.map +1 -1
  306. package/fesm2022/acorex-components-loading.mjs +16 -16
  307. package/fesm2022/acorex-components-menu.mjs +65 -13
  308. package/fesm2022/acorex-components-menu.mjs.map +1 -1
  309. package/fesm2022/acorex-components-nav.mjs +36 -10
  310. package/fesm2022/acorex-components-nav.mjs.map +1 -1
  311. package/fesm2022/acorex-components-navbar.mjs +12 -7
  312. package/fesm2022/acorex-components-navbar.mjs.map +1 -1
  313. package/fesm2022/acorex-components-notification.mjs +19 -10
  314. package/fesm2022/acorex-components-notification.mjs.map +1 -1
  315. package/fesm2022/acorex-components-number-box.mjs +80 -11
  316. package/fesm2022/acorex-components-number-box.mjs.map +1 -1
  317. package/fesm2022/acorex-components-otp.mjs +41 -7
  318. package/fesm2022/acorex-components-otp.mjs.map +1 -1
  319. package/fesm2022/acorex-components-page.mjs +24 -10
  320. package/fesm2022/acorex-components-page.mjs.map +1 -1
  321. package/fesm2022/acorex-components-paint.mjs +386 -0
  322. package/fesm2022/acorex-components-paint.mjs.map +1 -0
  323. package/fesm2022/acorex-components-password-box.mjs +16 -7
  324. package/fesm2022/acorex-components-password-box.mjs.map +1 -1
  325. package/fesm2022/acorex-components-phone-box.mjs +41 -7
  326. package/fesm2022/acorex-components-phone-box.mjs.map +1 -1
  327. package/fesm2022/acorex-components-picker.mjs +35 -10
  328. package/fesm2022/acorex-components-picker.mjs.map +1 -1
  329. package/fesm2022/acorex-components-popover.mjs +121 -7
  330. package/fesm2022/acorex-components-popover.mjs.map +1 -1
  331. package/fesm2022/acorex-components-popup.mjs +39 -14
  332. package/fesm2022/acorex-components-popup.mjs.map +1 -1
  333. package/fesm2022/acorex-components-progress-bar.mjs +36 -7
  334. package/fesm2022/acorex-components-progress-bar.mjs.map +1 -1
  335. package/fesm2022/acorex-components-radio.mjs +11 -8
  336. package/fesm2022/acorex-components-radio.mjs.map +1 -1
  337. package/fesm2022/acorex-components-range-slider.mjs +11 -7
  338. package/fesm2022/acorex-components-range-slider.mjs.map +1 -1
  339. package/fesm2022/acorex-components-result.mjs +21 -7
  340. package/fesm2022/acorex-components-result.mjs.map +1 -1
  341. package/fesm2022/acorex-components-routing-progress.mjs +22 -7
  342. package/fesm2022/acorex-components-routing-progress.mjs.map +1 -1
  343. package/fesm2022/acorex-components-scheduler.mjs +15 -13
  344. package/fesm2022/acorex-components-scheduler.mjs.map +1 -1
  345. package/fesm2022/acorex-components-scss.mjs +4 -4
  346. package/fesm2022/acorex-components-search-box.mjs +7 -7
  347. package/fesm2022/acorex-components-select-box.mjs +8 -8
  348. package/fesm2022/acorex-components-select-box.mjs.map +1 -1
  349. package/fesm2022/acorex-components-selection-list.mjs +7 -7
  350. package/fesm2022/acorex-components-side-menu.mjs +10 -10
  351. package/fesm2022/acorex-components-skeleton.mjs +7 -7
  352. package/fesm2022/acorex-components-slider.mjs +7 -7
  353. package/fesm2022/acorex-components-step-wizard.mjs +69 -45
  354. package/fesm2022/acorex-components-step-wizard.mjs.map +1 -1
  355. package/fesm2022/acorex-components-switch.mjs +10 -10
  356. package/fesm2022/acorex-components-tabs.mjs +13 -13
  357. package/fesm2022/acorex-components-tabs.mjs.map +1 -1
  358. package/fesm2022/acorex-components-tag.mjs +11 -7
  359. package/fesm2022/acorex-components-tag.mjs.map +1 -1
  360. package/fesm2022/acorex-components-text-area.mjs +11 -7
  361. package/fesm2022/acorex-components-text-area.mjs.map +1 -1
  362. package/fesm2022/acorex-components-text-box.mjs +10 -10
  363. package/fesm2022/acorex-components-toast.mjs +10 -10
  364. package/fesm2022/acorex-components-tooltip.mjs +10 -10
  365. package/fesm2022/acorex-components-uploader.mjs +90 -62
  366. package/fesm2022/acorex-components-uploader.mjs.map +1 -1
  367. package/fesm2022/acorex-components-wysiwyg.mjs +308 -159
  368. package/fesm2022/acorex-components-wysiwyg.mjs.map +1 -1
  369. package/loading-dialog/lib/loading-dialog.component.d.ts +39 -1
  370. package/menu/lib/menu-item/menu-item.component.d.ts +52 -0
  371. package/menu/lib/menu.component.d.ts +7 -0
  372. package/nav/lib/nav-item/nav-item.component.d.ts +22 -0
  373. package/nav/lib/nav.component.d.ts +4 -0
  374. package/navbar/lib/navbar.component.d.ts +5 -0
  375. package/notification/lib/notification.component.d.ts +11 -0
  376. package/number-box/lib/number-box.component.d.ts +74 -1
  377. package/otp/lib/otp.component.d.ts +35 -1
  378. package/package.json +61 -55
  379. package/page/lib/page.component.d.ts +15 -0
  380. package/paint/README.md +3 -0
  381. package/paint/index.d.ts +7 -0
  382. package/paint/lib/paint/paint-container/paint-container.component.d.ts +16 -0
  383. package/paint/lib/paint/paint-toolbar/paint-toolbar.component.d.ts +9 -0
  384. package/paint/lib/paint/paint-tools/paint-color-picker/paint-color-picker.component.d.ts +27 -0
  385. package/paint/lib/paint/paint-tools/paint-pen-cap/paint-pen-cap.component.d.ts +20 -0
  386. package/paint/lib/paint/paint-tools/paint-pen-mode-changer/paint-pen-mode-changer.component.d.ts +33 -0
  387. package/paint/lib/paint/paint-view/paint-view.component.d.ts +56 -0
  388. package/paint/lib/paint/paint.service.d.ts +10 -0
  389. package/paint/lib/paint.module.d.ts +19 -0
  390. package/password-box/lib/password-box.component.d.ts +14 -1
  391. package/phone-box/lib/phone-box.component.d.ts +39 -1
  392. package/picker/lib/picker.component.d.ts +29 -0
  393. package/popover/lib/popover.component.d.ts +129 -0
  394. package/popup/lib/popup.component.d.ts +39 -4
  395. package/progress-bar/lib/progress-bar.component.d.ts +30 -0
  396. package/radio/lib/radio.component.d.ts +7 -1
  397. package/range-slider/lib/range-slider.component.d.ts +4 -0
  398. package/result/lib/result.component.d.ts +14 -0
  399. package/routing-progress/lib/routing-progress.component.d.ts +16 -0
  400. package/scheduler/lib/scheduler.component.d.ts +2 -0
  401. package/search-box/lib/search-box.component.d.ts +1 -1
  402. package/select-box/lib/select-box.component.d.ts +1 -1
  403. package/slider/lib/slider.component.d.ts +1 -1
  404. package/step-wizard/lib/step-wizard-item/step-wizard-item.component.d.ts +2 -1
  405. package/step-wizard/lib/step-wizard.class.d.ts +1 -1
  406. package/step-wizard/lib/step-wizard.component.d.ts +23 -9
  407. package/switch/lib/switch.component.d.ts +1 -1
  408. package/tag/lib/tag.component.d.ts +4 -0
  409. package/text-area/lib/text-area.component.d.ts +6 -1
  410. package/text-box/lib/text-box.component.d.ts +1 -1
  411. package/uploader/lib/uploader-list/uploader-list.component.d.ts +1 -2
  412. package/uploader/lib/uploader.models.d.ts +9 -4
  413. package/uploader/lib/uploader.service.d.ts +5 -1
  414. package/wysiwyg/index.d.ts +6 -0
  415. package/wysiwyg/lib/wysiwyg/wysiwyg-container/wysiwyg-container.component.d.ts +8 -16
  416. package/wysiwyg/lib/wysiwyg/wysiwyg-toolbar/wysiwyg-toolbar.component.d.ts +1 -99
  417. package/wysiwyg/lib/wysiwyg/wysiwyg-tools/wysiwyg-alignment/wysiwyg-alignment.component.d.ts +31 -0
  418. package/wysiwyg/lib/wysiwyg/wysiwyg-tools/wysiwyg-colors/wysiwyg-colors.component.d.ts +35 -0
  419. package/wysiwyg/lib/wysiwyg/wysiwyg-tools/wysiwyg-font-style/wysiwyg-font-style.component.d.ts +42 -0
  420. package/wysiwyg/lib/wysiwyg/wysiwyg-tools/wysiwyg-history/wysiwyg-history.component.d.ts +21 -0
  421. package/wysiwyg/lib/wysiwyg/wysiwyg-tools/wysiwyg-insert/wysiwyg-insert.component.d.ts +35 -0
  422. package/wysiwyg/lib/wysiwyg/wysiwyg-tools/wysiwyg-list/wysiwyg-list.component.d.ts +23 -0
  423. package/wysiwyg/lib/wysiwyg/wysiwyg-view/wysiwyg-view.component.d.ts +3 -1
  424. package/wysiwyg/lib/wysiwyg/wysiwyg.service.d.ts +0 -1
  425. package/wysiwyg/lib/wysiwyg.module.d.ts +14 -8
@@ -4,26 +4,60 @@ import { AXOtpCompletedEvent } from './otp.class';
4
4
  import * as i0 from "@angular/core";
5
5
  declare const AXOtpComponent_base: import("polytype").Polytype.ClusteredConstructor<[{
6
6
  new (): MXValueComponent<string>;
7
- ɵfac: unknown;
7
+ ɵfac: import("@angular/core").ɵɵFactoryDeclaration<MXValueComponent<any>, never>;
8
8
  ɵprov: import("@angular/core").ɵɵInjectableDeclaration<MXValueComponent<any>>;
9
9
  }, typeof MXLookComponent]>;
10
+ /**
11
+ * @category
12
+ * A component for OTP input fields with state management and custom styling support.
13
+ */
10
14
  export declare class AXOtpComponent extends AXOtpComponent_base implements OnInit, AfterViewInit {
15
+ /**
16
+ * Holds the length of the OTP input field.
17
+ */
11
18
  length: import("@angular/core").ModelSignal<number>;
19
+ /**
20
+ * @event
21
+ * Emits an event when the OTP input is completed.
22
+ */
12
23
  onCompleted: import("@angular/core").OutputEmitterRef<AXOtpCompletedEvent>;
24
+ /**
25
+ * Stores the values entered in the OTP input fields.
26
+ */
13
27
  inputValues: number[];
28
+ /**
29
+ * Holds the input values as a signal.
30
+ */
14
31
  inputs: import("@angular/core").WritableSignal<number[]>;
32
+ /** @ignore */
15
33
  constructor();
34
+ /** @ignore */
16
35
  ngOnInit(): void;
36
+ /** @ignore */
17
37
  ngAfterViewInit(): void;
38
+ /**
39
+ * Converts the value string to input values and updates the inputValues array.
40
+ */
18
41
  mapValueToInputs(): void;
42
+ /**
43
+ * Resets the input values to an empty array.
44
+ */
19
45
  reset(): void;
46
+ /** @ignore */
20
47
  private _render;
48
+ /** @ignore */
21
49
  protected _handleOnInput(event: any, i: number): void;
50
+ /** @ignore */
22
51
  internalSetValue(value: any): string;
52
+ /** @ignore */
23
53
  protected calcFontSize(): void;
54
+ /** @ignore */
24
55
  protected _handleOnKeyDown(event: KeyboardEvent, i: number): void;
56
+ /** @ignore */
25
57
  protected _handleOnPaste(event: ClipboardEvent): void;
58
+ /** @ignore */
26
59
  protected _handleOnClick(i: any): void;
60
+ /** @ignore */
27
61
  protected _emitOnComplete(): void;
28
62
  static ɵfac: i0.ɵɵFactoryDeclaration<AXOtpComponent, never>;
29
63
  static ɵcmp: i0.ɵɵComponentDeclaration<AXOtpComponent, "ax-otp", never, { "state": { "alias": "state"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "look": { "alias": "look"; "required": false; }; "length": { "alias": "length"; "required": false; "isSignal": true; }; }, { "stateChange": "stateChange"; "disabledChange": "disabledChange"; "length": "lengthChange"; "onCompleted": "onCompleted"; }, never, never, false, never>;
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@acorex/components",
3
- "version": "18.6.0",
3
+ "version": "18.7.2",
4
4
  "peerDependencies": {
5
- "@angular/common": ">=18.0.0",
6
- "@angular/core": ">=18.0.0",
7
- "@angular/cdk": ">=18.0.0",
5
+ "@angular/common": ">=18.2.0",
6
+ "@angular/core": ">=18.2.0",
7
+ "@angular/cdk": ">=18.2.0",
8
8
  "polytype": ">=0.17.0",
9
9
  "imask": ">=7.6.1",
10
10
  "angular-imask": ">=7.6.1"
@@ -31,11 +31,17 @@
31
31
  "esm": "./esm2022/action-sheet/acorex-components-action-sheet.mjs",
32
32
  "default": "./fesm2022/acorex-components-action-sheet.mjs"
33
33
  },
34
- "./avatar": {
35
- "types": "./avatar/index.d.ts",
36
- "esm2022": "./esm2022/avatar/acorex-components-avatar.mjs",
37
- "esm": "./esm2022/avatar/acorex-components-avatar.mjs",
38
- "default": "./fesm2022/acorex-components-avatar.mjs"
34
+ "./alert": {
35
+ "types": "./alert/index.d.ts",
36
+ "esm2022": "./esm2022/alert/acorex-components-alert.mjs",
37
+ "esm": "./esm2022/alert/acorex-components-alert.mjs",
38
+ "default": "./fesm2022/acorex-components-alert.mjs"
39
+ },
40
+ "./audio-wave": {
41
+ "types": "./audio-wave/index.d.ts",
42
+ "esm2022": "./esm2022/audio-wave/acorex-components-audio-wave.mjs",
43
+ "esm": "./esm2022/audio-wave/acorex-components-audio-wave.mjs",
44
+ "default": "./fesm2022/acorex-components-audio-wave.mjs"
39
45
  },
40
46
  "./badge": {
41
47
  "types": "./badge/index.d.ts",
@@ -43,24 +49,18 @@
43
49
  "esm": "./esm2022/badge/acorex-components-badge.mjs",
44
50
  "default": "./fesm2022/acorex-components-badge.mjs"
45
51
  },
52
+ "./avatar": {
53
+ "types": "./avatar/index.d.ts",
54
+ "esm2022": "./esm2022/avatar/acorex-components-avatar.mjs",
55
+ "esm": "./esm2022/avatar/acorex-components-avatar.mjs",
56
+ "default": "./fesm2022/acorex-components-avatar.mjs"
57
+ },
46
58
  "./bottom-navigation": {
47
59
  "types": "./bottom-navigation/index.d.ts",
48
60
  "esm2022": "./esm2022/bottom-navigation/acorex-components-bottom-navigation.mjs",
49
61
  "esm": "./esm2022/bottom-navigation/acorex-components-bottom-navigation.mjs",
50
62
  "default": "./fesm2022/acorex-components-bottom-navigation.mjs"
51
63
  },
52
- "./alert": {
53
- "types": "./alert/index.d.ts",
54
- "esm2022": "./esm2022/alert/acorex-components-alert.mjs",
55
- "esm": "./esm2022/alert/acorex-components-alert.mjs",
56
- "default": "./fesm2022/acorex-components-alert.mjs"
57
- },
58
- "./audio-wave": {
59
- "types": "./audio-wave/index.d.ts",
60
- "esm2022": "./esm2022/audio-wave/acorex-components-audio-wave.mjs",
61
- "esm": "./esm2022/audio-wave/acorex-components-audio-wave.mjs",
62
- "default": "./fesm2022/acorex-components-audio-wave.mjs"
63
- },
64
64
  "./breadcrumbs": {
65
65
  "types": "./breadcrumbs/index.d.ts",
66
66
  "esm2022": "./esm2022/breadcrumbs/acorex-components-breadcrumbs.mjs",
@@ -85,18 +85,18 @@
85
85
  "esm": "./esm2022/calendar/acorex-components-calendar.mjs",
86
86
  "default": "./fesm2022/acorex-components-calendar.mjs"
87
87
  },
88
- "./chips": {
89
- "types": "./chips/index.d.ts",
90
- "esm2022": "./esm2022/chips/acorex-components-chips.mjs",
91
- "esm": "./esm2022/chips/acorex-components-chips.mjs",
92
- "default": "./fesm2022/acorex-components-chips.mjs"
93
- },
94
88
  "./check-box": {
95
89
  "types": "./check-box/index.d.ts",
96
90
  "esm2022": "./esm2022/check-box/acorex-components-check-box.mjs",
97
91
  "esm": "./esm2022/check-box/acorex-components-check-box.mjs",
98
92
  "default": "./fesm2022/acorex-components-check-box.mjs"
99
93
  },
94
+ "./chips": {
95
+ "types": "./chips/index.d.ts",
96
+ "esm2022": "./esm2022/chips/acorex-components-chips.mjs",
97
+ "esm": "./esm2022/chips/acorex-components-chips.mjs",
98
+ "default": "./fesm2022/acorex-components-chips.mjs"
99
+ },
100
100
  "./circular-progress": {
101
101
  "types": "./circular-progress/index.d.ts",
102
102
  "esm2022": "./esm2022/circular-progress/acorex-components-circular-progress.mjs",
@@ -259,6 +259,12 @@
259
259
  "esm": "./esm2022/notification/acorex-components-notification.mjs",
260
260
  "default": "./fesm2022/acorex-components-notification.mjs"
261
261
  },
262
+ "./otp": {
263
+ "types": "./otp/index.d.ts",
264
+ "esm2022": "./esm2022/otp/acorex-components-otp.mjs",
265
+ "esm": "./esm2022/otp/acorex-components-otp.mjs",
266
+ "default": "./fesm2022/acorex-components-otp.mjs"
267
+ },
262
268
  "./number-box": {
263
269
  "types": "./number-box/index.d.ts",
264
270
  "esm2022": "./esm2022/number-box/acorex-components-number-box.mjs",
@@ -271,11 +277,11 @@
271
277
  "esm": "./esm2022/page/acorex-components-page.mjs",
272
278
  "default": "./fesm2022/acorex-components-page.mjs"
273
279
  },
274
- "./otp": {
275
- "types": "./otp/index.d.ts",
276
- "esm2022": "./esm2022/otp/acorex-components-otp.mjs",
277
- "esm": "./esm2022/otp/acorex-components-otp.mjs",
278
- "default": "./fesm2022/acorex-components-otp.mjs"
280
+ "./paint": {
281
+ "types": "./paint/index.d.ts",
282
+ "esm2022": "./esm2022/paint/acorex-components-paint.mjs",
283
+ "esm": "./esm2022/paint/acorex-components-paint.mjs",
284
+ "default": "./fesm2022/acorex-components-paint.mjs"
279
285
  },
280
286
  "./password-box": {
281
287
  "types": "./password-box/index.d.ts",
@@ -283,23 +289,17 @@
283
289
  "esm": "./esm2022/password-box/acorex-components-password-box.mjs",
284
290
  "default": "./fesm2022/acorex-components-password-box.mjs"
285
291
  },
286
- "./picker": {
287
- "types": "./picker/index.d.ts",
288
- "esm2022": "./esm2022/picker/acorex-components-picker.mjs",
289
- "esm": "./esm2022/picker/acorex-components-picker.mjs",
290
- "default": "./fesm2022/acorex-components-picker.mjs"
291
- },
292
292
  "./phone-box": {
293
293
  "types": "./phone-box/index.d.ts",
294
294
  "esm2022": "./esm2022/phone-box/acorex-components-phone-box.mjs",
295
295
  "esm": "./esm2022/phone-box/acorex-components-phone-box.mjs",
296
296
  "default": "./fesm2022/acorex-components-phone-box.mjs"
297
297
  },
298
- "./popup": {
299
- "types": "./popup/index.d.ts",
300
- "esm2022": "./esm2022/popup/acorex-components-popup.mjs",
301
- "esm": "./esm2022/popup/acorex-components-popup.mjs",
302
- "default": "./fesm2022/acorex-components-popup.mjs"
298
+ "./picker": {
299
+ "types": "./picker/index.d.ts",
300
+ "esm2022": "./esm2022/picker/acorex-components-picker.mjs",
301
+ "esm": "./esm2022/picker/acorex-components-picker.mjs",
302
+ "default": "./fesm2022/acorex-components-picker.mjs"
303
303
  },
304
304
  "./popover": {
305
305
  "types": "./popover/index.d.ts",
@@ -307,6 +307,12 @@
307
307
  "esm": "./esm2022/popover/acorex-components-popover.mjs",
308
308
  "default": "./fesm2022/acorex-components-popover.mjs"
309
309
  },
310
+ "./popup": {
311
+ "types": "./popup/index.d.ts",
312
+ "esm2022": "./esm2022/popup/acorex-components-popup.mjs",
313
+ "esm": "./esm2022/popup/acorex-components-popup.mjs",
314
+ "default": "./fesm2022/acorex-components-popup.mjs"
315
+ },
310
316
  "./progress-bar": {
311
317
  "types": "./progress-bar/index.d.ts",
312
318
  "esm2022": "./esm2022/progress-bar/acorex-components-progress-bar.mjs",
@@ -325,18 +331,18 @@
325
331
  "esm": "./esm2022/range-slider/acorex-components-range-slider.mjs",
326
332
  "default": "./fesm2022/acorex-components-range-slider.mjs"
327
333
  },
328
- "./routing-progress": {
329
- "types": "./routing-progress/index.d.ts",
330
- "esm2022": "./esm2022/routing-progress/acorex-components-routing-progress.mjs",
331
- "esm": "./esm2022/routing-progress/acorex-components-routing-progress.mjs",
332
- "default": "./fesm2022/acorex-components-routing-progress.mjs"
333
- },
334
334
  "./result": {
335
335
  "types": "./result/index.d.ts",
336
336
  "esm2022": "./esm2022/result/acorex-components-result.mjs",
337
337
  "esm": "./esm2022/result/acorex-components-result.mjs",
338
338
  "default": "./fesm2022/acorex-components-result.mjs"
339
339
  },
340
+ "./routing-progress": {
341
+ "types": "./routing-progress/index.d.ts",
342
+ "esm2022": "./esm2022/routing-progress/acorex-components-routing-progress.mjs",
343
+ "esm": "./esm2022/routing-progress/acorex-components-routing-progress.mjs",
344
+ "default": "./fesm2022/acorex-components-routing-progress.mjs"
345
+ },
340
346
  "./scheduler": {
341
347
  "types": "./scheduler/index.d.ts",
342
348
  "esm2022": "./esm2022/scheduler/acorex-components-scheduler.mjs",
@@ -349,18 +355,18 @@
349
355
  "esm": "./esm2022/scss/acorex-components-scss.mjs",
350
356
  "default": "./fesm2022/acorex-components-scss.mjs"
351
357
  },
352
- "./select-box": {
353
- "types": "./select-box/index.d.ts",
354
- "esm2022": "./esm2022/select-box/acorex-components-select-box.mjs",
355
- "esm": "./esm2022/select-box/acorex-components-select-box.mjs",
356
- "default": "./fesm2022/acorex-components-select-box.mjs"
357
- },
358
358
  "./search-box": {
359
359
  "types": "./search-box/index.d.ts",
360
360
  "esm2022": "./esm2022/search-box/acorex-components-search-box.mjs",
361
361
  "esm": "./esm2022/search-box/acorex-components-search-box.mjs",
362
362
  "default": "./fesm2022/acorex-components-search-box.mjs"
363
363
  },
364
+ "./select-box": {
365
+ "types": "./select-box/index.d.ts",
366
+ "esm2022": "./esm2022/select-box/acorex-components-select-box.mjs",
367
+ "esm": "./esm2022/select-box/acorex-components-select-box.mjs",
368
+ "default": "./fesm2022/acorex-components-select-box.mjs"
369
+ },
364
370
  "./selection-list": {
365
371
  "types": "./selection-list/index.d.ts",
366
372
  "esm2022": "./esm2022/selection-list/acorex-components-selection-list.mjs",
@@ -3,11 +3,26 @@ import { EventEmitter } from '@angular/core';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare abstract class AXPageComponent extends MXBaseComponent {
5
5
  private _loadingService;
6
+ /** @ignore */
6
7
  constructor(_loadingService: any);
8
+ /** @ignore */
7
9
  private _loadingId;
10
+ /**
11
+ * @event
12
+ * Emits an event when the loading state changes.
13
+ */
8
14
  isLoadingChange: EventEmitter<boolean>;
15
+ /** @ignore */
9
16
  private _isLoading;
17
+ /**
18
+ * Controls the loading state and visibility of the loading indicator.
19
+ * @param {boolean} v
20
+ */
10
21
  get isLoading(): boolean;
22
+ /**
23
+ * Sets the loading state, showing or hiding the loading indicator based on the value.
24
+ * @param {boolean} v
25
+ */
11
26
  set isLoading(v: boolean);
12
27
  static ɵfac: i0.ɵɵFactoryDeclaration<AXPageComponent, never>;
13
28
  static ɵprov: i0.ɵɵInjectableDeclaration<AXPageComponent>;
@@ -0,0 +1,3 @@
1
+ # @acorex/components/paint
2
+
3
+ Secondary entry point of `@acorex/components`. It can be used by importing from `@acorex/components/paint`.
@@ -0,0 +1,7 @@
1
+ export * from './lib/paint.module';
2
+ export * from './lib/paint/paint-container/paint-container.component';
3
+ export * from './lib/paint/paint-toolbar/paint-toolbar.component';
4
+ export * from './lib/paint/paint-tools/paint-color-picker/paint-color-picker.component';
5
+ export * from './lib/paint/paint-tools/paint-pen-cap/paint-pen-cap.component';
6
+ export * from './lib/paint/paint-tools/paint-pen-mode-changer/paint-pen-mode-changer.component';
7
+ export * from './lib/paint/paint-view/paint-view.component';
@@ -0,0 +1,16 @@
1
+ import { MXInputBaseValueComponent, MXLookComponent } from '@acorex/components/common';
2
+ import * as i0 from "@angular/core";
3
+ declare const AXPaintContainerComponent_base: import("polytype").Polytype.ClusteredConstructor<[{
4
+ new (): MXInputBaseValueComponent<string>;
5
+ ɵfac: import("@angular/core").ɵɵFactoryDeclaration<MXInputBaseValueComponent<any>, never>;
6
+ ɵprov: import("@angular/core").ɵɵInjectableDeclaration<MXInputBaseValueComponent<any>>;
7
+ }, typeof MXLookComponent]>;
8
+ /**
9
+ * paint container.
10
+ * @category Components
11
+ */
12
+ export declare class AXPaintContainerComponent extends AXPaintContainerComponent_base {
13
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXPaintContainerComponent, never>;
14
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXPaintContainerComponent, "ax-paint-container", never, { "look": { "alias": "look"; "required": false; }; }, {}, never, ["*", "ax-validation-rule"], false, never>;
15
+ }
16
+ export {};
@@ -0,0 +1,9 @@
1
+ import * as i0 from "@angular/core";
2
+ /**
3
+ *paint toolbar
4
+ * @category Components
5
+ */
6
+ export declare class AXPaintToolbarComponent {
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXPaintToolbarComponent, never>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXPaintToolbarComponent, "ax-paint-toolbar", never, {}, {}, never, ["ax-prefix", "*", "ax-suffix"], false, never>;
9
+ }
@@ -0,0 +1,27 @@
1
+ import { AXPlacement } from '@acorex/components/common';
2
+ import { AXPopoverCloseTrigger, AXPopoverOpenTrigger } from '@acorex/components/popover';
3
+ import { AXPaintService } from '../../paint.service';
4
+ import * as i0 from "@angular/core";
5
+ /**
6
+ * paint color picker.
7
+ * @category Components
8
+ */
9
+ export declare class AXPaintColorPickerComponent {
10
+ /** @ignore */
11
+ protected service: AXPaintService;
12
+ /** @ignore */
13
+ protected selectedColor: import("@angular/core").WritableSignal<string>;
14
+ /** @ignore */
15
+ protected popoverOption: {
16
+ openOn: AXPopoverOpenTrigger;
17
+ closeOn: AXPopoverCloseTrigger;
18
+ placement: AXPlacement;
19
+ offsetX: number;
20
+ offsetY: number;
21
+ };
22
+ /** @ignore */
23
+ protected changeColorHandler(e: string): void;
24
+ get __hostClass(): string;
25
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXPaintColorPickerComponent, never>;
26
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXPaintColorPickerComponent, "ax-paint-color-picker", never, {}, {}, never, never, false, never>;
27
+ }
@@ -0,0 +1,20 @@
1
+ import { AXPaintContainerComponent } from '../../paint-container/paint-container.component';
2
+ import { AXPaintService } from '../../paint.service';
3
+ import * as i0 from "@angular/core";
4
+ /**
5
+ * paint pen cap.
6
+ * @category Components
7
+ */
8
+ export declare class AXPaintPenCapComponent {
9
+ /** @ignore */
10
+ protected parent: AXPaintContainerComponent;
11
+ /** @ignore */
12
+ protected service: AXPaintService;
13
+ /** @ignore */
14
+ protected selectedLineCap: import("@angular/core").WritableSignal<CanvasLineCap>;
15
+ /** @ignore */
16
+ protected lineCapHandler(e: CanvasLineCap): void;
17
+ get __hostClass(): string;
18
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXPaintPenCapComponent, never>;
19
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXPaintPenCapComponent, "ax-paint-pen-cap", never, {}, {}, never, never, false, never>;
20
+ }
@@ -0,0 +1,33 @@
1
+ import { AXPlacement } from '@acorex/components/common';
2
+ import { AXPopoverCloseTrigger, AXPopoverOpenTrigger } from '@acorex/components/popover';
3
+ import { AXPaintService } from '../../paint.service';
4
+ import * as i0 from "@angular/core";
5
+ /**
6
+ * paint mode.
7
+ * @category Components
8
+ */
9
+ export declare class AXPaintPenModeChangerComponent {
10
+ /** @ignore */
11
+ protected service: AXPaintService;
12
+ /** @ignore */
13
+ protected value: number;
14
+ /** @ignore */
15
+ protected popoverOption: {
16
+ openOn: AXPopoverOpenTrigger;
17
+ closeOn: AXPopoverCloseTrigger;
18
+ placement: AXPlacement;
19
+ offsetX: number;
20
+ offsetY: number;
21
+ };
22
+ /** @ignore */
23
+ protected selectedPenType: import("@angular/core").WritableSignal<"pen" | "highlight" | "eraser">;
24
+ /** @ignore */
25
+ protected penTypeHandler(e: 'pen' | 'highlight' | 'eraser'): void;
26
+ /** @ignore */
27
+ protected clear(): void;
28
+ get __hostClass(): string;
29
+ /** @ignore */
30
+ protected valueHandler(e: number): void;
31
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXPaintPenModeChangerComponent, never>;
32
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXPaintPenModeChangerComponent, "ax-paint-pen-mode-changer", never, {}, {}, never, never, false, never>;
33
+ }
@@ -0,0 +1,56 @@
1
+ import { ElementRef, OnDestroy } from '@angular/core';
2
+ import { AXPaintContainerComponent } from '../paint-container/paint-container.component';
3
+ import { AXPaintService } from '../paint.service';
4
+ import * as i0 from "@angular/core";
5
+ /**
6
+ * @category Components
7
+ * paint view
8
+ */
9
+ export declare class AXPaintViewComponent implements OnDestroy {
10
+ /** @ignore */
11
+ parent: AXPaintContainerComponent;
12
+ /** @ignore */
13
+ protected service: AXPaintService;
14
+ /**
15
+ * Specifies the class that pass to component.
16
+ *
17
+ */
18
+ customClass: import("@angular/core").InputSignal<string>;
19
+ /** @ignore */
20
+ protected canvasElem: import("@angular/core").Signal<ElementRef<HTMLCanvasElement>>;
21
+ /** @ignore */
22
+ protected ctx: import("@angular/core").WritableSignal<CanvasRenderingContext2D>;
23
+ /** @ignore */
24
+ protected isPainting: import("@angular/core").WritableSignal<boolean>;
25
+ /** @ignore */
26
+ protected isUserInteract: import("@angular/core").WritableSignal<boolean>;
27
+ /** @ignore */
28
+ constructor();
29
+ /** @ignore */
30
+ ngOnDestroy(): void;
31
+ /** @ignore */
32
+ protected resizeEventHandler(): void;
33
+ /** @ignore */
34
+ protected penConfigHandler(penType: 'eraser' | 'pen' | 'highlight'): void;
35
+ /** @ignore */
36
+ protected getBoundingCanvasHandler(): DOMRect;
37
+ /** @ignore */
38
+ protected mouseDownHandler(e: MouseEvent): void;
39
+ /** @ignore */
40
+ protected mouseMoveHandler(e: MouseEvent): void;
41
+ /** @ignore */
42
+ protected mouseUpHandler(): void;
43
+ /** @ignore */
44
+ protected touchStartHandler(e: TouchEvent): void;
45
+ /** @ignore */
46
+ protected touchMoveHandler(e: TouchEvent): void;
47
+ /** @ignore */
48
+ protected touchEndHandler(): void;
49
+ /**
50
+ * @param e - output file type
51
+ */
52
+ getOutPut(e: 'image/webp' | 'image/png' | 'image/jpeg'): void;
53
+ get __hostClass(): string;
54
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXPaintViewComponent, never>;
55
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXPaintViewComponent, "ax-paint-view", never, { "customClass": { "alias": "class"; "required": false; "isSignal": true; }; }, {}, never, never, false, never>;
56
+ }
@@ -0,0 +1,10 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class AXPaintService {
3
+ penColor: import("@angular/core").WritableSignal<string | CanvasGradient | CanvasPattern>;
4
+ lineCap: import("@angular/core").WritableSignal<CanvasLineCap>;
5
+ lineWidth: import("@angular/core").WritableSignal<number>;
6
+ penType: import("@angular/core").WritableSignal<"pen" | "highlight" | "eraser">;
7
+ toggleClear: import("@angular/core").WritableSignal<boolean>;
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXPaintService, never>;
9
+ static ɵprov: i0.ɵɵInjectableDeclaration<AXPaintService>;
10
+ }
@@ -0,0 +1,19 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./paint/paint-container/paint-container.component";
3
+ import * as i2 from "./paint/paint-toolbar/paint-toolbar.component";
4
+ import * as i3 from "./paint/paint-view/paint-view.component";
5
+ import * as i4 from "./paint/paint-tools/paint-color-picker/paint-color-picker.component";
6
+ import * as i5 from "./paint/paint-tools/paint-pen-cap/paint-pen-cap.component";
7
+ import * as i6 from "./paint/paint-tools/paint-pen-mode-changer/paint-pen-mode-changer.component";
8
+ import * as i7 from "@angular/forms";
9
+ import * as i8 from "@acorex/components/slider";
10
+ import * as i9 from "@acorex/components/select-box";
11
+ import * as i10 from "@acorex/components/button";
12
+ import * as i11 from "@acorex/components/color-palette";
13
+ import * as i12 from "@acorex/components/popover";
14
+ import * as i13 from "@acorex/components/decorators";
15
+ export declare class AXPaintModule {
16
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXPaintModule, never>;
17
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXPaintModule, [typeof i1.AXPaintContainerComponent, typeof i2.AXPaintToolbarComponent, typeof i3.AXPaintViewComponent, typeof i4.AXPaintColorPickerComponent, typeof i5.AXPaintPenCapComponent, typeof i6.AXPaintPenModeChangerComponent], [typeof i7.FormsModule, typeof i8.AXSliderModule, typeof i9.AXSelectBoxModule, typeof i10.AXButtonModule, typeof i11.AXColorPaletteModule, typeof i12.AXPopoverModule, typeof i13.AXDecoratorModule], [typeof i1.AXPaintContainerComponent, typeof i2.AXPaintToolbarComponent, typeof i3.AXPaintViewComponent, typeof i4.AXPaintColorPickerComponent, typeof i5.AXPaintPenCapComponent, typeof i6.AXPaintPenModeChangerComponent]>;
18
+ static ɵinj: i0.ɵɵInjectorDeclaration<AXPaintModule>;
19
+ }
@@ -3,7 +3,7 @@ import { ElementRef } from '@angular/core';
3
3
  import * as i0 from "@angular/core";
4
4
  declare const AXPasswordBoxComponent_base: import("polytype").Polytype.ClusteredConstructor<[{
5
5
  new (): MXInputBaseValueComponent<string>;
6
- ɵfac: unknown;
6
+ ɵfac: import("@angular/core").ɵɵFactoryDeclaration<MXInputBaseValueComponent<any>, never>;
7
7
  ɵprov: import("@angular/core").ɵɵInjectableDeclaration<MXInputBaseValueComponent<any>>;
8
8
  }, typeof MXLookComponent]>;
9
9
  /**
@@ -12,16 +12,29 @@ declare const AXPasswordBoxComponent_base: import("polytype").Polytype.Clustered
12
12
  * @category Components
13
13
  */
14
14
  export declare class AXPasswordBoxComponent extends AXPasswordBoxComponent_base {
15
+ /** @ignore */
15
16
  input: ElementRef<HTMLInputElement>;
17
+ /** @ignore */
16
18
  protected _type: 'password' | 'text';
19
+ /** @ignore */
17
20
  protected _icon: 'ax-icon-visibility' | 'ax-icon-visibility-off';
21
+ /**
22
+ * Sets the autocomplete behavior for the input field.
23
+ */
18
24
  autoComplete: 'current-password' | 'new-password' | 'one-time-code' | 'off';
19
25
  /**
20
26
  * A flag for showing or hiding password button.
21
27
  */
22
28
  showToggleButton: boolean;
29
+ /**
30
+ * Defines custom CSS classes to apply to the component.
31
+ */
23
32
  classNames: string;
33
+ /** @ignore */
24
34
  _handleModelChange(value: string): void;
35
+ /**
36
+ * Toggles the input type between 'password' and 'text' to show or hide the password.
37
+ */
25
38
  toggleType(): void;
26
39
  static ɵfac: i0.ɵɵFactoryDeclaration<AXPasswordBoxComponent, never>;
27
40
  static ɵcmp: i0.ɵɵComponentDeclaration<AXPasswordBoxComponent, "ax-password-box", never, { "readonly": { "alias": "readonly"; "required": false; }; "disabled": { "alias": "disabled"; "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; }; "autoComplete": { "alias": "autoComplete"; "required": false; }; "showToggleButton": { "alias": "showToggleButton"; "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"], false, never>;
@@ -5,26 +5,64 @@ import { CountryItem } from '@acorex/core/common';
5
5
  import * as i0 from "@angular/core";
6
6
  declare const AXPhoneBoxComponent_base: import("polytype").Polytype.ClusteredConstructor<[{
7
7
  new (): MXInputBaseValueComponent<string>;
8
- ɵfac: unknown;
8
+ ɵfac: import("@angular/core").ɵɵFactoryDeclaration<MXInputBaseValueComponent<any>, never>;
9
9
  ɵprov: import("@angular/core").ɵɵInjectableDeclaration<MXInputBaseValueComponent<any>>;
10
10
  }, typeof MXLookComponent]>;
11
+ /**
12
+ * @category
13
+ * A component that handles phone number input with various configurations.
14
+ */
11
15
  export declare class AXPhoneBoxComponent extends AXPhoneBoxComponent_base {
16
+ /** @ignore */
12
17
  protected _updateOn: 'change' | 'blur' | 'submit';
18
+ /** @ignore */
13
19
  textbox: AXTextBoxComponent;
20
+ /**
21
+ * CSS classes to apply to the component.
22
+ */
14
23
  classNames: string;
24
+ /**
25
+ * The default country value for the component.
26
+ */
15
27
  country: import("@angular/core").InputSignal<string>;
28
+ /**
29
+ * List of included values for the component.
30
+ */
16
31
  included: import("@angular/core").InputSignal<string[]>;
32
+ /**
33
+ * List of excluded values for the component.
34
+ */
17
35
  excluded: import("@angular/core").InputSignal<string[]>;
36
+ /** @ignore */
18
37
  protected countries: WritableSignal<CountryItem[]>;
38
+ /** @ignore */
19
39
  protected selectedCountry: WritableSignal<CountryItem>;
40
+ /** @ignore */
20
41
  protected _handleModelChange(value: string | null): void;
42
+ /** @ignore */
21
43
  protected dataSource: AXDataSource<CountryItem>;
44
+ /** @ignore */
22
45
  protected handleCountryOnClosed(): void;
46
+ /** @ignore */
23
47
  constructor();
48
+ /**
49
+ * Determines if the keyboard event is a valid action based on allowed keys and key codes.
50
+ */
24
51
  isValidKeyboardAction: (event: KeyboardEvent) => boolean;
52
+ /**
53
+ * Updates the list of countries based on included or excluded codes.
54
+ */
25
55
  setCountries(): void;
56
+ /**
57
+ * Sets the default selected country based on the provided country code or the first country in the list.
58
+ */
26
59
  setDefaultValue(): void;
60
+ /**
61
+ * Handles key down events, emitting an event if the key action is valid, otherwise prevents default behavior and stops propagation.
62
+ * @param e
63
+ */
27
64
  handleKeyDown(e: KeyboardEvent): void;
65
+ /** @ignore */
28
66
  _handleCountryValueChanged(event: AXValueChangedEvent): void;
29
67
  static ɵfac: i0.ɵɵFactoryDeclaration<AXPhoneBoxComponent, never>;
30
68
  static ɵcmp: i0.ɵɵComponentDeclaration<AXPhoneBoxComponent, "ax-phone-box", never, { "disabled": { "alias": "disabled"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "value": { "alias": "value"; "required": false; }; "state": { "alias": "state"; "required": false; }; "name": { "alias": "name"; "required": false; }; "id": { "alias": "id"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "maxLength": { "alias": "maxLength"; "required": false; }; "allowNull": { "alias": "allowNull"; "required": false; }; "type": { "alias": "type"; "required": false; }; "autoComplete": { "alias": "autoComplete"; "required": false; }; "look": { "alias": "look"; "required": false; }; "classNames": { "alias": "class"; "required": false; }; "country": { "alias": "country"; "required": false; "isSignal": true; }; "included": { "alias": "included"; "required": false; "isSignal": true; }; "excluded": { "alias": "excluded"; "required": false; "isSignal": true; }; }, { "onBlur": "onBlur"; "onFocus": "onFocus"; "valueChange": "valueChange"; "stateChange": "stateChange"; "onValueChanged": "onValueChanged"; "readonlyChange": "readonlyChange"; "disabledChange": "disabledChange"; "onKeyDown": "onKeyDown"; "onKeyUp": "onKeyUp"; "onKeyPress": "onKeyPress"; }, never, ["ax-clear-button", "ax-validation-rule"], false, never>;