@acorex/components 18.6.0 → 18.7.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (421) 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 +104 -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 +3 -3
  224. package/esm2022/step-wizard/lib/step-wizard.component.mjs +17 -4
  225. package/esm2022/step-wizard/lib/step-wizard.directive.mjs +3 -3
  226. package/esm2022/step-wizard/lib/step-wizard.module.mjs +4 -4
  227. package/esm2022/switch/lib/switch-content.component.mjs +3 -3
  228. package/esm2022/switch/lib/switch.component.mjs +3 -3
  229. package/esm2022/switch/lib/switch.module.mjs +4 -4
  230. package/esm2022/tabs/lib/tab-content.directive.mjs +3 -3
  231. package/esm2022/tabs/lib/tab-item.component.mjs +3 -3
  232. package/esm2022/tabs/lib/tabs.component.mjs +3 -3
  233. package/esm2022/tabs/lib/tabs.module.mjs +4 -4
  234. package/esm2022/tag/lib/tag.component.mjs +8 -4
  235. package/esm2022/tag/lib/tag.module.mjs +4 -4
  236. package/esm2022/text-area/lib/text-area.component.mjs +8 -4
  237. package/esm2022/text-area/lib/text-area.module.mjs +4 -4
  238. package/esm2022/text-box/lib/mask-options.directive.mjs +3 -3
  239. package/esm2022/text-box/lib/text-box.component.mjs +3 -3
  240. package/esm2022/text-box/lib/text-box.module.mjs +4 -4
  241. package/esm2022/toast/lib/toast.component.mjs +3 -3
  242. package/esm2022/toast/lib/toast.module.mjs +4 -4
  243. package/esm2022/toast/lib/toast.service.mjs +3 -3
  244. package/esm2022/tooltip/lib/tooltip.component.mjs +3 -3
  245. package/esm2022/tooltip/lib/tooltip.directive.mjs +3 -3
  246. package/esm2022/tooltip/lib/tooltip.module.mjs +4 -4
  247. package/esm2022/uploader/lib/uploader-browse-handle.directive.mjs +3 -3
  248. package/esm2022/uploader/lib/uploader-dialog-container/uploader-dialog-container.component.mjs +3 -3
  249. package/esm2022/uploader/lib/uploader-drop-zone/uploader-drop-zone.component.mjs +3 -3
  250. package/esm2022/uploader/lib/uploader-list/uploader-list.component.mjs +7 -9
  251. package/esm2022/uploader/lib/uploader-zone.directive.mjs +3 -3
  252. package/esm2022/uploader/lib/uploader.models.mjs +21 -11
  253. package/esm2022/uploader/lib/uploader.module.mjs +4 -4
  254. package/esm2022/uploader/lib/uploader.service.mjs +50 -28
  255. package/esm2022/wysiwyg/index.mjs +7 -1
  256. package/esm2022/wysiwyg/lib/wysiwyg/wysiwyg-container/wysiwyg-container.component.mjs +11 -19
  257. package/esm2022/wysiwyg/lib/wysiwyg/wysiwyg-toolbar/wysiwyg-toolbar.component.mjs +7 -259
  258. package/esm2022/wysiwyg/lib/wysiwyg/wysiwyg-tools/wysiwyg-alignment/wysiwyg-alignment.component.mjs +59 -0
  259. package/esm2022/wysiwyg/lib/wysiwyg/wysiwyg-tools/wysiwyg-colors/wysiwyg-colors.component.mjs +53 -0
  260. package/esm2022/wysiwyg/lib/wysiwyg/wysiwyg-tools/wysiwyg-font-style/wysiwyg-font-style.component.mjs +156 -0
  261. package/esm2022/wysiwyg/lib/wysiwyg/wysiwyg-tools/wysiwyg-history/wysiwyg-history.component.mjs +36 -0
  262. package/esm2022/wysiwyg/lib/wysiwyg/wysiwyg-tools/wysiwyg-insert/wysiwyg-insert.component.mjs +49 -0
  263. package/esm2022/wysiwyg/lib/wysiwyg/wysiwyg-tools/wysiwyg-list/wysiwyg-list.component.mjs +67 -0
  264. package/esm2022/wysiwyg/lib/wysiwyg/wysiwyg-view/wysiwyg-view.component.mjs +9 -8
  265. package/esm2022/wysiwyg/lib/wysiwyg/wysiwyg.service.mjs +4 -5
  266. package/esm2022/wysiwyg/lib/wysiwyg.module.mjs +38 -6
  267. package/fesm2022/acorex-components-action-sheet.mjs +10 -10
  268. package/fesm2022/acorex-components-alert.mjs +7 -7
  269. package/fesm2022/acorex-components-audio-wave.mjs +7 -7
  270. package/fesm2022/acorex-components-avatar.mjs +10 -10
  271. package/fesm2022/acorex-components-badge.mjs +7 -7
  272. package/fesm2022/acorex-components-bottom-navigation.mjs +10 -10
  273. package/fesm2022/acorex-components-breadcrumbs.mjs +10 -10
  274. package/fesm2022/acorex-components-button-group.mjs +7 -7
  275. package/fesm2022/acorex-components-button.mjs +13 -13
  276. package/fesm2022/acorex-components-calendar.mjs +13 -13
  277. package/fesm2022/acorex-components-check-box.mjs +7 -7
  278. package/fesm2022/acorex-components-chips.mjs +7 -7
  279. package/fesm2022/acorex-components-circular-progress.mjs +7 -7
  280. package/fesm2022/acorex-components-collapse.mjs +10 -10
  281. package/fesm2022/acorex-components-color-box.mjs +7 -7
  282. package/fesm2022/acorex-components-color-palette.mjs +26 -26
  283. package/fesm2022/acorex-components-color-palette.mjs.map +1 -1
  284. package/fesm2022/acorex-components-comment.mjs +25 -25
  285. package/fesm2022/acorex-components-common.mjs +70 -70
  286. package/fesm2022/acorex-components-conversation.mjs +49 -49
  287. package/fesm2022/acorex-components-data-pager.mjs +31 -31
  288. package/fesm2022/acorex-components-data-table.mjs +35 -35
  289. package/fesm2022/acorex-components-data-table.mjs.map +1 -1
  290. package/fesm2022/acorex-components-datetime-box.mjs +7 -7
  291. package/fesm2022/acorex-components-datetime-input.mjs +7 -7
  292. package/fesm2022/acorex-components-datetime-picker.mjs +7 -7
  293. package/fesm2022/acorex-components-decorators.mjs +16 -16
  294. package/fesm2022/acorex-components-dialog.mjs +11 -11
  295. package/fesm2022/acorex-components-dialog.mjs.map +1 -1
  296. package/fesm2022/acorex-components-drawer.mjs +10 -10
  297. package/fesm2022/acorex-components-dropdown-button.mjs +7 -7
  298. package/fesm2022/acorex-components-dropdown.mjs +13 -13
  299. package/fesm2022/acorex-components-form.mjs +16 -16
  300. package/fesm2022/acorex-components-image.mjs +7 -7
  301. package/fesm2022/acorex-components-label.mjs +7 -7
  302. package/fesm2022/acorex-components-list.mjs +7 -7
  303. package/fesm2022/acorex-components-loading-dialog.mjs +48 -11
  304. package/fesm2022/acorex-components-loading-dialog.mjs.map +1 -1
  305. package/fesm2022/acorex-components-loading.mjs +16 -16
  306. package/fesm2022/acorex-components-menu.mjs +65 -13
  307. package/fesm2022/acorex-components-menu.mjs.map +1 -1
  308. package/fesm2022/acorex-components-nav.mjs +36 -10
  309. package/fesm2022/acorex-components-nav.mjs.map +1 -1
  310. package/fesm2022/acorex-components-navbar.mjs +12 -7
  311. package/fesm2022/acorex-components-navbar.mjs.map +1 -1
  312. package/fesm2022/acorex-components-notification.mjs +19 -10
  313. package/fesm2022/acorex-components-notification.mjs.map +1 -1
  314. package/fesm2022/acorex-components-number-box.mjs +80 -11
  315. package/fesm2022/acorex-components-number-box.mjs.map +1 -1
  316. package/fesm2022/acorex-components-otp.mjs +41 -7
  317. package/fesm2022/acorex-components-otp.mjs.map +1 -1
  318. package/fesm2022/acorex-components-page.mjs +24 -10
  319. package/fesm2022/acorex-components-page.mjs.map +1 -1
  320. package/fesm2022/acorex-components-paint.mjs +336 -0
  321. package/fesm2022/acorex-components-paint.mjs.map +1 -0
  322. package/fesm2022/acorex-components-password-box.mjs +16 -7
  323. package/fesm2022/acorex-components-password-box.mjs.map +1 -1
  324. package/fesm2022/acorex-components-phone-box.mjs +41 -7
  325. package/fesm2022/acorex-components-phone-box.mjs.map +1 -1
  326. package/fesm2022/acorex-components-picker.mjs +35 -10
  327. package/fesm2022/acorex-components-picker.mjs.map +1 -1
  328. package/fesm2022/acorex-components-popover.mjs +121 -7
  329. package/fesm2022/acorex-components-popover.mjs.map +1 -1
  330. package/fesm2022/acorex-components-popup.mjs +39 -14
  331. package/fesm2022/acorex-components-popup.mjs.map +1 -1
  332. package/fesm2022/acorex-components-progress-bar.mjs +36 -7
  333. package/fesm2022/acorex-components-progress-bar.mjs.map +1 -1
  334. package/fesm2022/acorex-components-radio.mjs +11 -8
  335. package/fesm2022/acorex-components-radio.mjs.map +1 -1
  336. package/fesm2022/acorex-components-range-slider.mjs +11 -7
  337. package/fesm2022/acorex-components-range-slider.mjs.map +1 -1
  338. package/fesm2022/acorex-components-result.mjs +21 -7
  339. package/fesm2022/acorex-components-result.mjs.map +1 -1
  340. package/fesm2022/acorex-components-routing-progress.mjs +22 -7
  341. package/fesm2022/acorex-components-routing-progress.mjs.map +1 -1
  342. package/fesm2022/acorex-components-scheduler.mjs +15 -13
  343. package/fesm2022/acorex-components-scheduler.mjs.map +1 -1
  344. package/fesm2022/acorex-components-scss.mjs +4 -4
  345. package/fesm2022/acorex-components-search-box.mjs +7 -7
  346. package/fesm2022/acorex-components-select-box.mjs +8 -8
  347. package/fesm2022/acorex-components-select-box.mjs.map +1 -1
  348. package/fesm2022/acorex-components-selection-list.mjs +7 -7
  349. package/fesm2022/acorex-components-side-menu.mjs +10 -10
  350. package/fesm2022/acorex-components-skeleton.mjs +7 -7
  351. package/fesm2022/acorex-components-slider.mjs +7 -7
  352. package/fesm2022/acorex-components-step-wizard.mjs +26 -13
  353. package/fesm2022/acorex-components-step-wizard.mjs.map +1 -1
  354. package/fesm2022/acorex-components-switch.mjs +10 -10
  355. package/fesm2022/acorex-components-tabs.mjs +13 -13
  356. package/fesm2022/acorex-components-tag.mjs +11 -7
  357. package/fesm2022/acorex-components-tag.mjs.map +1 -1
  358. package/fesm2022/acorex-components-text-area.mjs +11 -7
  359. package/fesm2022/acorex-components-text-area.mjs.map +1 -1
  360. package/fesm2022/acorex-components-text-box.mjs +10 -10
  361. package/fesm2022/acorex-components-toast.mjs +10 -10
  362. package/fesm2022/acorex-components-tooltip.mjs +10 -10
  363. package/fesm2022/acorex-components-uploader.mjs +90 -62
  364. package/fesm2022/acorex-components-uploader.mjs.map +1 -1
  365. package/fesm2022/acorex-components-wysiwyg.mjs +321 -164
  366. package/fesm2022/acorex-components-wysiwyg.mjs.map +1 -1
  367. package/loading-dialog/lib/loading-dialog.component.d.ts +39 -1
  368. package/menu/lib/menu-item/menu-item.component.d.ts +52 -0
  369. package/menu/lib/menu.component.d.ts +7 -0
  370. package/nav/lib/nav-item/nav-item.component.d.ts +22 -0
  371. package/nav/lib/nav.component.d.ts +4 -0
  372. package/navbar/lib/navbar.component.d.ts +5 -0
  373. package/notification/lib/notification.component.d.ts +11 -0
  374. package/number-box/lib/number-box.component.d.ts +74 -1
  375. package/otp/lib/otp.component.d.ts +35 -1
  376. package/package.json +86 -80
  377. package/page/lib/page.component.d.ts +15 -0
  378. package/paint/README.md +3 -0
  379. package/paint/index.d.ts +7 -0
  380. package/paint/lib/paint/paint-container/paint-container.component.d.ts +16 -0
  381. package/paint/lib/paint/paint-toolbar/paint-toolbar.component.d.ts +9 -0
  382. package/paint/lib/paint/paint-tools/paint-color-picker/paint-color-picker.component.d.ts +27 -0
  383. package/paint/lib/paint/paint-tools/paint-pen-cap/paint-pen-cap.component.d.ts +20 -0
  384. package/paint/lib/paint/paint-tools/paint-pen-mode-changer/paint-pen-mode-changer.component.d.ts +33 -0
  385. package/paint/lib/paint/paint-view/paint-view.component.d.ts +42 -0
  386. package/paint/lib/paint/paint.service.d.ts +10 -0
  387. package/paint/lib/paint.module.d.ts +19 -0
  388. package/password-box/lib/password-box.component.d.ts +14 -1
  389. package/phone-box/lib/phone-box.component.d.ts +39 -1
  390. package/picker/lib/picker.component.d.ts +29 -0
  391. package/popover/lib/popover.component.d.ts +129 -0
  392. package/popup/lib/popup.component.d.ts +39 -4
  393. package/progress-bar/lib/progress-bar.component.d.ts +30 -0
  394. package/radio/lib/radio.component.d.ts +7 -1
  395. package/range-slider/lib/range-slider.component.d.ts +4 -0
  396. package/result/lib/result.component.d.ts +14 -0
  397. package/routing-progress/lib/routing-progress.component.d.ts +16 -0
  398. package/scheduler/lib/scheduler.component.d.ts +2 -0
  399. package/search-box/lib/search-box.component.d.ts +1 -1
  400. package/select-box/lib/select-box.component.d.ts +1 -1
  401. package/slider/lib/slider.component.d.ts +1 -1
  402. package/step-wizard/lib/step-wizard.component.d.ts +13 -0
  403. package/switch/lib/switch.component.d.ts +1 -1
  404. package/tag/lib/tag.component.d.ts +4 -0
  405. package/text-area/lib/text-area.component.d.ts +6 -1
  406. package/text-box/lib/text-box.component.d.ts +1 -1
  407. package/uploader/lib/uploader-list/uploader-list.component.d.ts +1 -2
  408. package/uploader/lib/uploader.models.d.ts +9 -4
  409. package/uploader/lib/uploader.service.d.ts +5 -1
  410. package/wysiwyg/index.d.ts +6 -0
  411. package/wysiwyg/lib/wysiwyg/wysiwyg-container/wysiwyg-container.component.d.ts +8 -16
  412. package/wysiwyg/lib/wysiwyg/wysiwyg-toolbar/wysiwyg-toolbar.component.d.ts +1 -99
  413. package/wysiwyg/lib/wysiwyg/wysiwyg-tools/wysiwyg-alignment/wysiwyg-alignment.component.d.ts +31 -0
  414. package/wysiwyg/lib/wysiwyg/wysiwyg-tools/wysiwyg-colors/wysiwyg-colors.component.d.ts +35 -0
  415. package/wysiwyg/lib/wysiwyg/wysiwyg-tools/wysiwyg-font-style/wysiwyg-font-style.component.d.ts +37 -0
  416. package/wysiwyg/lib/wysiwyg/wysiwyg-tools/wysiwyg-history/wysiwyg-history.component.d.ts +21 -0
  417. package/wysiwyg/lib/wysiwyg/wysiwyg-tools/wysiwyg-insert/wysiwyg-insert.component.d.ts +35 -0
  418. package/wysiwyg/lib/wysiwyg/wysiwyg-tools/wysiwyg-list/wysiwyg-list.component.d.ts +23 -0
  419. package/wysiwyg/lib/wysiwyg/wysiwyg-view/wysiwyg-view.component.d.ts +3 -1
  420. package/wysiwyg/lib/wysiwyg/wysiwyg.service.d.ts +0 -1
  421. package/wysiwyg/lib/wysiwyg.module.d.ts +14 -8
@@ -3,10 +3,15 @@ import { ElementRef } from '@angular/core';
3
3
  import * as i0 from "@angular/core";
4
4
  declare const AXTextAreaComponent_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
+ /**
10
+ * @category
11
+ * This component provides the main scheduler functionality, integrating various views and handling scheduling operations.
12
+ */
9
13
  export declare class AXTextAreaComponent extends AXTextAreaComponent_base {
14
+ /** @ignore */
10
15
  input: ElementRef<HTMLInputElement>;
11
16
  /**
12
17
  * Specifies the number of rows for the component, typically used for configuring the size of a text area or similar input field.
@@ -4,7 +4,7 @@ import { AXMaskOptions, AXMaskOptionsDirective } from './mask-options.directive'
4
4
  import * as i0 from "@angular/core";
5
5
  declare const AXTextBoxComponent_base: import("polytype").Polytype.ClusteredConstructor<[{
6
6
  new (): MXInputBaseValueComponent<string>;
7
- ɵfac: unknown;
7
+ ɵfac: import("@angular/core").ɵɵFactoryDeclaration<MXInputBaseValueComponent<any>, never>;
8
8
  ɵprov: import("@angular/core").ɵɵInjectableDeclaration<MXInputBaseValueComponent<any>>;
9
9
  }, typeof MXLookComponent]>;
10
10
  /**
@@ -1,11 +1,10 @@
1
- import { AXBasePageComponent } from '@acorex/components/page';
2
1
  import { AXUploaderService } from '../uploader.service';
3
2
  import * as i0 from "@angular/core";
4
3
  /**
5
4
  * A component that displays a list of uploaded files.
6
5
  * @category Components
7
6
  */
8
- export declare class AXUploaderListComponent extends AXBasePageComponent {
7
+ export declare class AXUploaderListComponent {
9
8
  /** @ignore */
10
9
  protected uploadService: AXUploaderService;
11
10
  static ɵfac: i0.ɵɵFactoryDeclaration<AXUploaderListComponent, never>;
@@ -1,8 +1,12 @@
1
1
  import { AXEvent } from '@acorex/components/common';
2
+ import { Subject } from 'rxjs';
2
3
  export type AXUploadStatus = 'new' | 'inprogress' | 'completed' | 'failed' | 'canceled';
3
4
  export interface AXUploaderChangedEvent extends AXEvent {
4
5
  requests: AXUploadRequest[];
5
6
  }
7
+ export interface AXUploaderFileStartEvent extends AXEvent {
8
+ uploadedFile: AXUploadRequest;
9
+ }
6
10
  export interface AXUploaderFileCompleteEvent extends AXEvent {
7
11
  uploadedFile: AXUploadRequest;
8
12
  }
@@ -30,16 +34,17 @@ export declare class AXUploadRequest {
30
34
  isDetermined: import("@angular/core").Signal<boolean>;
31
35
  private startTime;
32
36
  private bytesTransferred;
33
- onStart: (file: AXUploadRequest) => void;
34
- onCancel: (file: AXUploadRequest) => void;
35
- onFailed: (file: AXUploadRequest) => void;
36
- onComplete: (file: AXUploadRequest) => void;
37
+ onCancel: Subject<void>;
38
+ onStart: Subject<void>;
39
+ onFailed: Subject<void>;
40
+ onComplete: Subject<void>;
37
41
  constructor(uploadFile: File);
38
42
  private estimateTimeRemaining;
39
43
  setTransferredBytes(value: number): void;
40
44
  private updateEstimateTime;
41
45
  upload(): Promise<void>;
42
46
  cancel(): void;
47
+ redo(): void;
43
48
  error(message: string): void;
44
49
  finish(data?: any): void;
45
50
  }
@@ -1,18 +1,22 @@
1
1
  import { BehaviorSubject, Subject } from 'rxjs';
2
- import { AXUploadRequest, AXUploaderFileCancelEvent, AXUploaderFileCompleteEvent, AXUploaderFilesCompleteEvent } from './uploader.models';
2
+ import { AXUploadRequest, AXUploaderFileCancelEvent, AXUploaderFileCompleteEvent, AXUploaderFileStartEvent, AXUploaderFilesCompleteEvent } from './uploader.models';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class AXUploaderService {
5
5
  private popupService;
6
+ private translateService;
6
7
  private fileService;
7
8
  private files$;
8
9
  get files(): BehaviorSubject<AXUploadRequest[]>;
10
+ readonly onFileUploadStart: Subject<AXUploaderFileStartEvent>;
9
11
  readonly onFileUploadComplete: Subject<AXUploaderFileCompleteEvent>;
10
12
  readonly onFilesUploadComplete: Subject<AXUploaderFilesCompleteEvent>;
11
13
  readonly onFileUploadCanceled: Subject<AXUploaderFileCancelEvent>;
14
+ readonly isAnyDetermined: import("@angular/core").WritableSignal<boolean>;
12
15
  readonly totalEstimateTime: import("rxjs").Observable<number>;
13
16
  private showDialog;
14
17
  private convertFileToRequest;
15
18
  private startUpload;
19
+ private bindEvents;
16
20
  browse(options?: {
17
21
  multiple?: boolean;
18
22
  accept?: string;
@@ -1,4 +1,10 @@
1
1
  export * from './lib/wysiwyg.module';
2
2
  export * from './lib/wysiwyg/wysiwyg-container/wysiwyg-container.component';
3
3
  export * from './lib/wysiwyg/wysiwyg-toolbar/wysiwyg-toolbar.component';
4
+ export * from './lib/wysiwyg/wysiwyg-tools/wysiwyg-alignment/wysiwyg-alignment.component';
5
+ export * from './lib/wysiwyg/wysiwyg-tools/wysiwyg-colors/wysiwyg-colors.component';
6
+ export * from './lib/wysiwyg/wysiwyg-tools/wysiwyg-font-style/wysiwyg-font-style.component';
7
+ export * from './lib/wysiwyg/wysiwyg-tools/wysiwyg-history/wysiwyg-history.component';
8
+ export * from './lib/wysiwyg/wysiwyg-tools/wysiwyg-insert/wysiwyg-insert.component';
9
+ export * from './lib/wysiwyg/wysiwyg-tools/wysiwyg-list/wysiwyg-list.component';
4
10
  export * from './lib/wysiwyg/wysiwyg-view/wysiwyg-view.component';
@@ -5,7 +5,7 @@ import { AXWysiwygService } from '../wysiwyg.service';
5
5
  import * as i0 from "@angular/core";
6
6
  declare const AXWysiwygContainerComponent_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
11
  /**
@@ -13,27 +13,19 @@ declare const AXWysiwygContainerComponent_base: import("polytype").Polytype.Clus
13
13
  * @category Components
14
14
  */
15
15
  export declare class AXWysiwygContainerComponent extends AXWysiwygContainerComponent_base implements OnDestroy {
16
+ /** @ignore */
16
17
  private zone;
17
- /**
18
- * @ignore
19
- */
18
+ /** @ignore */
20
19
  protected wysiwyg: import("@angular/core").WritableSignal<AXWysiwyg>;
21
- /**
22
- * @ignore
23
- */
20
+ /** @ignore */
24
21
  protected view: import("@angular/core").WritableSignal<HTMLElement>;
25
- /**
26
- * @ignore
27
- */
22
+ /** @ignore */
28
23
  protected service: AXWysiwygService;
29
- /**
30
- * @ignore
31
- */
32
- /**
33
- * @ignore
34
- */
24
+ /** @ignore */
35
25
  constructor();
26
+ /** @ignore */
36
27
  protected changeHandler(): void;
28
+ /** @ignore */
37
29
  ngOnDestroy(): void;
38
30
  static ɵfac: i0.ɵɵFactoryDeclaration<AXWysiwygContainerComponent, never>;
39
31
  static ɵcmp: i0.ɵɵComponentDeclaration<AXWysiwygContainerComponent, "ax-wysiwyg-container", never, { "look": { "alias": "look"; "required": false; }; }, {}, never, ["*", "ax-validation-rule"], false, never>;
@@ -1,107 +1,9 @@
1
- import { AXWysiwyg } from '@acorex/cdk/wysiwyg';
2
- import { AXClickEvent, AXPlacement } from '@acorex/components/common';
3
- import { AXPopoverCloseTrigger, AXPopoverOpenTrigger } from '@acorex/components/popover';
4
- import { AXWysiwygContainerComponent } from '../wysiwyg-container/wysiwyg-container.component';
5
- import { AXWysiwygService } from '../wysiwyg.service';
6
1
  import * as i0 from "@angular/core";
7
- type ConfigType = {
8
- bold: boolean;
9
- undo: boolean;
10
- redo: boolean;
11
- italic: boolean;
12
- underLine: boolean;
13
- strike: boolean;
14
- color: boolean;
15
- highlight: boolean;
16
- fontSize: boolean;
17
- list: boolean;
18
- alignment: boolean;
19
- image: boolean;
20
- };
21
2
  /**
22
3
  * A toolbar component for the WYSIWYG editor, providing various formatting options.
23
4
  * @category Components
24
5
  */
25
6
  export declare class AXWysiwygToolbarComponent {
26
- parent: AXWysiwygContainerComponent;
27
- /**
28
- * Return user input as HTML.
29
- * @event
30
- */
31
- outputHTML: import("@angular/core").OutputEmitterRef<AXClickEvent>;
32
- /** @ignore */
33
- service: AXWysiwygService;
34
- /**
35
- * config wysiwyg toolbar.
36
- *
37
- * @defaultValue 'button'
38
- */
39
- config: import("@angular/core").InputSignal<ConfigType>;
40
- /** @ignore */
41
- protected wysiwyg: import("@angular/core").WritableSignal<AXWysiwyg>;
42
- /** @ignore */
43
- protected boldState: import("@angular/core").WritableSignal<boolean>;
44
- /** @ignore */
45
- protected italicState: import("@angular/core").WritableSignal<boolean>;
46
- /** @ignore */
47
- protected underLineState: import("@angular/core").WritableSignal<boolean>;
48
- /** @ignore */
49
- protected strikeLineState: import("@angular/core").WritableSignal<boolean>;
50
- /** @ignore */
51
- protected listState: import("@angular/core").WritableSignal<string>;
52
- /** @ignore */
53
- protected alignState: import("@angular/core").WritableSignal<string>;
54
- /** @ignore */
55
- protected selectedFont: import("@angular/core").WritableSignal<string>;
56
- /** @ignore */
57
- protected selectedColor: import("@angular/core").WritableSignal<string>;
58
- /** @ignore */
59
- protected selectedHighlightColor: import("@angular/core").WritableSignal<string>;
60
- /** @ignore */
61
- constructor();
62
- /** @ignore */
63
- protected popoverOption: {
64
- openOn: AXPopoverOpenTrigger;
65
- closeOn: AXPopoverCloseTrigger;
66
- placement: AXPlacement;
67
- offsetX: number;
68
- offsetY: number;
69
- };
70
- /** @ignore */
71
- textBoxOptions: {
72
- text: string;
73
- placeholder: string;
74
- size: string;
75
- };
76
- /** @ignore */
77
- protected submitLink(): void;
78
- /** @ignore */
79
- protected changeColorHandler(e: string): void;
80
- /** @ignore */
81
- protected changeHighlightColorHandler(e: string): void;
82
- /** @ignore */
83
- protected fontHandler(e: any): void;
84
- /** @ignore */
85
- protected bold(): void;
86
- /** @ignore */
87
- protected italic(): void;
88
- /** @ignore */
89
- protected underLine(): void;
90
- /** @ignore */
91
- protected orderList(): void;
92
- /** @ignore */
93
- protected unOrderList(): void;
94
- /** @ignore */
95
- protected alignStateHandler(e: any): void;
96
- /** @ignore */
97
- protected undo(): void;
98
- /** @ignore */
99
- protected redo(): void;
100
- /** @ignore */
101
- protected strike(): void;
102
- /** @ignore */
103
- protected background(): void;
104
7
  static ɵfac: i0.ɵɵFactoryDeclaration<AXWysiwygToolbarComponent, never>;
105
- static ɵcmp: i0.ɵɵComponentDeclaration<AXWysiwygToolbarComponent, "ax-wysiwyg-toolbar", never, { "config": { "alias": "config"; "required": false; "isSignal": true; }; }, { "outputHTML": "outputHTML"; }, never, ["ax-prefix", "ax-suffix"], false, never>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXWysiwygToolbarComponent, "ax-wysiwyg-toolbar", never, {}, {}, never, ["ax-prefix", "*", "ax-suffix"], false, never>;
106
9
  }
107
- export {};
@@ -0,0 +1,31 @@
1
+ import { AXWysiwyg } from '@acorex/cdk/wysiwyg';
2
+ import { AXPlacement } from '@acorex/components/common';
3
+ import { AXPopoverCloseTrigger, AXPopoverOpenTrigger } from '@acorex/components/popover';
4
+ import { AXWysiwygService } from '../../wysiwyg.service';
5
+ import * as i0 from "@angular/core";
6
+ /**
7
+ * A container component for WYSIWYG (What You See Is What You Get) editor functionality.
8
+ * @category Components
9
+ */
10
+ export declare class AXWysiwygAlignmentComponent {
11
+ /** @ignore */
12
+ service: AXWysiwygService;
13
+ /** @ignore */
14
+ protected alignState: import("@angular/core").WritableSignal<string>;
15
+ /** @ignore */
16
+ protected wysiwyg: import("@angular/core").WritableSignal<AXWysiwyg>;
17
+ /** @ignore */
18
+ protected popoverOption: {
19
+ openOn: AXPopoverOpenTrigger;
20
+ closeOn: AXPopoverCloseTrigger;
21
+ placement: AXPlacement;
22
+ offsetX: number;
23
+ offsetY: number;
24
+ };
25
+ /** @ignore */
26
+ constructor();
27
+ /** @ignore */
28
+ protected alignStateHandler(e: any): void;
29
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXWysiwygAlignmentComponent, never>;
30
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXWysiwygAlignmentComponent, "ax-wysiwyg-alignment", never, {}, {}, never, never, false, never>;
31
+ }
@@ -0,0 +1,35 @@
1
+ import { AXWysiwyg } from '@acorex/cdk/wysiwyg';
2
+ import { AXPlacement } from '@acorex/components/common';
3
+ import { AXPopoverCloseTrigger, AXPopoverOpenTrigger } from '@acorex/components/popover';
4
+ import { AXWysiwygService } from '../../wysiwyg.service';
5
+ import * as i0 from "@angular/core";
6
+ /**
7
+ * A container component for WYSIWYG (What You See Is What You Get) editor functionality.
8
+ * @category Components
9
+ */
10
+ export declare class AXWysiwygColorsComponent {
11
+ /** @ignore */
12
+ service: AXWysiwygService;
13
+ /** @ignore */
14
+ protected wysiwyg: import("@angular/core").WritableSignal<AXWysiwyg>;
15
+ /** @ignore */
16
+ protected selectedColor: import("@angular/core").WritableSignal<string>;
17
+ /** @ignore */
18
+ protected selectedHighlightColor: import("@angular/core").WritableSignal<string>;
19
+ /** @ignore */
20
+ protected popoverOption: {
21
+ openOn: AXPopoverOpenTrigger;
22
+ closeOn: AXPopoverCloseTrigger;
23
+ placement: AXPlacement;
24
+ offsetX: number;
25
+ offsetY: number;
26
+ };
27
+ /** @ignore */
28
+ constructor();
29
+ /** @ignore */
30
+ protected changeColorHandler(e: string): void;
31
+ /** @ignore */
32
+ protected changeHighlightColorHandler(e: string): void;
33
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXWysiwygColorsComponent, never>;
34
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXWysiwygColorsComponent, "ax-wysiwyg-colors", never, {}, {}, never, never, false, never>;
35
+ }
@@ -0,0 +1,37 @@
1
+ import { AXWysiwyg } from '@acorex/cdk/wysiwyg';
2
+ import { AXWysiwygService } from '../../wysiwyg.service';
3
+ import * as i0 from "@angular/core";
4
+ /**
5
+ * A container component for WYSIWYG (What You See Is What You Get) editor functionality.
6
+ * @category Components
7
+ */
8
+ export declare class AXWysiwygFontStyleComponent {
9
+ /** @ignore */
10
+ protected wysiwyg: import("@angular/core").WritableSignal<AXWysiwyg>;
11
+ /** @ignore */
12
+ protected boldState: import("@angular/core").WritableSignal<boolean>;
13
+ /** @ignore */
14
+ protected italicState: import("@angular/core").WritableSignal<boolean>;
15
+ /** @ignore */
16
+ protected underLineState: import("@angular/core").WritableSignal<boolean>;
17
+ /** @ignore */
18
+ protected strikeLineState: import("@angular/core").WritableSignal<boolean>;
19
+ /** @ignore */
20
+ protected selectedFont: import("@angular/core").WritableSignal<string>;
21
+ /** @ignore */
22
+ service: AXWysiwygService;
23
+ /** @ignore */
24
+ constructor();
25
+ /** @ignore */
26
+ protected fontHandler(e: any): void;
27
+ /** @ignore */
28
+ protected bold(): void;
29
+ /** @ignore */
30
+ protected italic(): void;
31
+ /** @ignore */
32
+ protected underLine(): void;
33
+ /** @ignore */
34
+ protected strike(): void;
35
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXWysiwygFontStyleComponent, never>;
36
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXWysiwygFontStyleComponent, "ax-wysiwyg-font-style", never, {}, {}, never, never, false, never>;
37
+ }
@@ -0,0 +1,21 @@
1
+ import { AXWysiwyg } from '@acorex/cdk/wysiwyg';
2
+ import { AXWysiwygService } from '../../wysiwyg.service';
3
+ import * as i0 from "@angular/core";
4
+ /**
5
+ * A container component for WYSIWYG (What You See Is What You Get) editor functionality.
6
+ * @category Components
7
+ */
8
+ export declare class AXWysiwygHistoryComponent {
9
+ /** @ignore */
10
+ service: AXWysiwygService;
11
+ /** @ignore */
12
+ constructor();
13
+ /** @ignore */
14
+ protected wysiwyg: import("@angular/core").WritableSignal<AXWysiwyg>;
15
+ /** @ignore */
16
+ protected undo(): void;
17
+ /** @ignore */
18
+ protected redo(): void;
19
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXWysiwygHistoryComponent, never>;
20
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXWysiwygHistoryComponent, "ax-wysiwyg-history", never, {}, {}, never, never, false, never>;
21
+ }
@@ -0,0 +1,35 @@
1
+ import { AXWysiwyg } from '@acorex/cdk/wysiwyg';
2
+ import { AXPlacement } from '@acorex/components/common';
3
+ import { AXPopoverCloseTrigger, AXPopoverOpenTrigger } from '@acorex/components/popover';
4
+ import { AXWysiwygService } from '../../wysiwyg.service';
5
+ import * as i0 from "@angular/core";
6
+ /**
7
+ * A container component for WYSIWYG (What You See Is What You Get) editor functionality.
8
+ * @category Components
9
+ */
10
+ export declare class AXWysiwygInsertComponent {
11
+ /** @ignore */
12
+ service: AXWysiwygService;
13
+ /** @ignore */
14
+ protected wysiwyg: import("@angular/core").WritableSignal<AXWysiwyg>;
15
+ /** @ignore */
16
+ textBoxOptions: {
17
+ text: string;
18
+ placeholder: string;
19
+ size: string;
20
+ };
21
+ /** @ignore */
22
+ protected popoverOption: {
23
+ openOn: AXPopoverOpenTrigger;
24
+ closeOn: AXPopoverCloseTrigger;
25
+ placement: AXPlacement;
26
+ offsetX: number;
27
+ offsetY: number;
28
+ };
29
+ /** @ignore */
30
+ constructor();
31
+ /** @ignore */
32
+ protected submitLink(): void;
33
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXWysiwygInsertComponent, never>;
34
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXWysiwygInsertComponent, "ax-wysiwyg-insert", never, {}, {}, never, never, false, never>;
35
+ }
@@ -0,0 +1,23 @@
1
+ import { AXWysiwyg } from '@acorex/cdk/wysiwyg';
2
+ import { AXWysiwygService } from '../../wysiwyg.service';
3
+ import * as i0 from "@angular/core";
4
+ /**
5
+ * A container component for WYSIWYG (What You See Is What You Get) editor functionality.
6
+ * @category Components
7
+ */
8
+ export declare class AXWysiwygListComponent {
9
+ /** @ignore */
10
+ service: AXWysiwygService;
11
+ /** @ignore */
12
+ protected wysiwyg: import("@angular/core").WritableSignal<AXWysiwyg>;
13
+ /** @ignore */
14
+ protected listState: import("@angular/core").WritableSignal<string>;
15
+ /** @ignore */
16
+ constructor();
17
+ /** @ignore */
18
+ protected orderList(): void;
19
+ /** @ignore */
20
+ protected unOrderList(): void;
21
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXWysiwygListComponent, never>;
22
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXWysiwygListComponent, "ax-wysiwyg-list", never, {}, {}, never, never, false, never>;
23
+ }
@@ -6,9 +6,11 @@ import * as i0 from "@angular/core";
6
6
  */
7
7
  export declare class AXWysiwygViewComponent {
8
8
  classes: import("@angular/core").InputSignal<string>;
9
+ /** @ignore */
9
10
  wysiwygService: AXWysiwygService;
10
- get __hostClass(): string;
11
+ /** @ignore */
11
12
  editorStateHandler(e: any): void;
13
+ get __hostClass(): string;
12
14
  static ɵfac: i0.ɵɵFactoryDeclaration<AXWysiwygViewComponent, never>;
13
15
  static ɵcmp: i0.ɵɵComponentDeclaration<AXWysiwygViewComponent, "ax-wysiwyg-view", never, { "classes": { "alias": "class"; "required": false; "isSignal": true; }; }, {}, never, never, false, never>;
14
16
  }
@@ -3,7 +3,6 @@ import * as i0 from "@angular/core";
3
3
  export declare class AXWysiwygService {
4
4
  wysiwyg: import("@angular/core").WritableSignal<AXWysiwyg>;
5
5
  currentSelectedElemArray: import("@angular/core").WritableSignal<string[]>;
6
- currentSelectedElemClass: import("@angular/core").WritableSignal<string>;
7
6
  currentSelectedElemList: import("@angular/core").WritableSignal<string>;
8
7
  currentSelectedElemAlign: import("@angular/core").WritableSignal<string>;
9
8
  static ɵfac: i0.ɵɵFactoryDeclaration<AXWysiwygService, never>;
@@ -2,15 +2,21 @@ import * as i0 from "@angular/core";
2
2
  import * as i1 from "./wysiwyg/wysiwyg-container/wysiwyg-container.component";
3
3
  import * as i2 from "./wysiwyg/wysiwyg-view/wysiwyg-view.component";
4
4
  import * as i3 from "./wysiwyg/wysiwyg-toolbar/wysiwyg-toolbar.component";
5
- import * as i4 from "@acorex/components/button";
6
- import * as i5 from "@acorex/components/decorators";
7
- import * as i6 from "@acorex/components/select-box";
8
- import * as i7 from "@angular/forms";
9
- import * as i8 from "@acorex/components/color-palette";
10
- import * as i9 from "@acorex/components/popover";
11
- import * as i10 from "@acorex/components/text-box";
5
+ import * as i4 from "./wysiwyg/wysiwyg-tools/wysiwyg-alignment/wysiwyg-alignment.component";
6
+ import * as i5 from "./wysiwyg/wysiwyg-tools/wysiwyg-colors/wysiwyg-colors.component";
7
+ import * as i6 from "./wysiwyg/wysiwyg-tools/wysiwyg-font-style/wysiwyg-font-style.component";
8
+ import * as i7 from "./wysiwyg/wysiwyg-tools/wysiwyg-history/wysiwyg-history.component";
9
+ import * as i8 from "./wysiwyg/wysiwyg-tools/wysiwyg-insert/wysiwyg-insert.component";
10
+ import * as i9 from "./wysiwyg/wysiwyg-tools/wysiwyg-list/wysiwyg-list.component";
11
+ import * as i10 from "@acorex/components/button";
12
+ import * as i11 from "@acorex/components/decorators";
13
+ import * as i12 from "@acorex/components/select-box";
14
+ import * as i13 from "@angular/forms";
15
+ import * as i14 from "@acorex/components/color-palette";
16
+ import * as i15 from "@acorex/components/popover";
17
+ import * as i16 from "@acorex/components/text-box";
12
18
  export declare class AXWysiwygModule {
13
19
  static ɵfac: i0.ɵɵFactoryDeclaration<AXWysiwygModule, never>;
14
- static ɵmod: i0.ɵɵNgModuleDeclaration<AXWysiwygModule, [typeof i1.AXWysiwygContainerComponent, typeof i2.AXWysiwygViewComponent, typeof i3.AXWysiwygToolbarComponent], [typeof i4.AXButtonModule, typeof i5.AXDecoratorModule, typeof i6.AXSelectBoxModule, typeof i7.FormsModule, typeof i8.AXColorPaletteModule, typeof i9.AXPopoverModule, typeof i10.AXTextBoxModule], [typeof i1.AXWysiwygContainerComponent, typeof i2.AXWysiwygViewComponent, typeof i3.AXWysiwygToolbarComponent]>;
20
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXWysiwygModule, [typeof i1.AXWysiwygContainerComponent, typeof i2.AXWysiwygViewComponent, typeof i3.AXWysiwygToolbarComponent, typeof i4.AXWysiwygAlignmentComponent, typeof i5.AXWysiwygColorsComponent, typeof i6.AXWysiwygFontStyleComponent, typeof i7.AXWysiwygHistoryComponent, typeof i8.AXWysiwygInsertComponent, typeof i9.AXWysiwygListComponent], [typeof i10.AXButtonModule, typeof i11.AXDecoratorModule, typeof i12.AXSelectBoxModule, typeof i13.FormsModule, typeof i14.AXColorPaletteModule, typeof i15.AXPopoverModule, typeof i16.AXTextBoxModule], [typeof i1.AXWysiwygContainerComponent, typeof i2.AXWysiwygViewComponent, typeof i3.AXWysiwygToolbarComponent, typeof i4.AXWysiwygAlignmentComponent, typeof i5.AXWysiwygColorsComponent, typeof i6.AXWysiwygFontStyleComponent, typeof i7.AXWysiwygHistoryComponent, typeof i8.AXWysiwygInsertComponent, typeof i9.AXWysiwygListComponent]>;
15
21
  static ɵinj: i0.ɵɵInjectorDeclaration<AXWysiwygModule>;
16
22
  }