@acorex/components 18.5.17 → 18.7.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (476) hide show
  1. package/audio-wave/lib/audio-wave.component.d.ts +5 -0
  2. package/button-group/lib/button-group.component.d.ts +5 -2
  3. package/calendar/lib/calendar-range.component.d.ts +1 -1
  4. package/calendar/lib/calendar.component.d.ts +1 -1
  5. package/circular-progress/lib/circular-progress.component.d.ts +21 -57
  6. package/color-box/lib/color-box.component.d.ts +1 -1
  7. package/conversation/lib/conversation-input/conversation-input.component.d.ts +1 -1
  8. package/data-pager/lib/data-pager-pagesize-dropdown.component.d.ts +28 -0
  9. package/data-pager/lib/data-pager-prev-buttons.component.d.ts +20 -0
  10. package/data-pager/lib/data-pager.component.d.ts +111 -0
  11. package/data-table/lib/columns/data-text-column.component.d.ts +58 -0
  12. package/data-table/lib/columns/row-command-column.component.d.ts +83 -0
  13. package/data-table/lib/columns/row-index-column.component.d.ts +51 -0
  14. package/data-table/lib/columns/row-select-column.component.d.ts +47 -0
  15. package/data-table/lib/data-table/data-table.component.d.ts +200 -0
  16. package/data-table/lib/infinite-scroll-data-table/infinite-scroll-data-table.component.d.ts +185 -0
  17. package/datetime-box/lib/datetime-box.component.d.ts +60 -2
  18. package/datetime-input/lib/datetime-input.component.d.ts +133 -0
  19. package/datetime-picker/lib/datetime-picker.component.d.ts +96 -1
  20. package/decorators/lib/components/clear-button.component.d.ts +25 -0
  21. package/decorators/lib/components/close-button.component.d.ts +22 -0
  22. package/decorators/lib/components/generic-content.component.d.ts +4 -0
  23. package/decorators/lib/components/icon.component.d.ts +12 -0
  24. package/dialog/lib/dialog.component.d.ts +20 -0
  25. package/drawer/lib/drawer-container.component.d.ts +7 -0
  26. package/drawer/lib/drawer.component.d.ts +104 -0
  27. package/dropdown/lib/dropdown-box.component.d.ts +66 -0
  28. package/dropdown/lib/dropdown-panel.component.d.ts +85 -0
  29. package/dropdown-button/lib/dropdown-button.component.d.ts +38 -0
  30. package/esm2022/action-sheet/lib/action-sheet.component.mjs +3 -3
  31. package/esm2022/action-sheet/lib/action-sheet.module.mjs +4 -4
  32. package/esm2022/action-sheet/lib/action-sheet.service.mjs +3 -3
  33. package/esm2022/alert/lib/alert.component.mjs +3 -3
  34. package/esm2022/alert/lib/alert.module.mjs +4 -4
  35. package/esm2022/audio-wave/lib/audio-wave.component.mjs +9 -4
  36. package/esm2022/audio-wave/lib/audio-wave.module.mjs +4 -4
  37. package/esm2022/avatar/lib/avatar-group.component.mjs +3 -3
  38. package/esm2022/avatar/lib/avatar.component.mjs +3 -3
  39. package/esm2022/avatar/lib/avatar.module.mjs +4 -4
  40. package/esm2022/badge/lib/badge.component.mjs +3 -3
  41. package/esm2022/badge/lib/badge.module.mjs +4 -4
  42. package/esm2022/bottom-navigation/lib/bottom-navigation-item/bottom-navigation-item.component.mjs +3 -3
  43. package/esm2022/bottom-navigation/lib/bottom-navigation.component.mjs +3 -3
  44. package/esm2022/bottom-navigation/lib/bottom-navigation.module.mjs +4 -4
  45. package/esm2022/breadcrumbs/lib/breadcrumbs-item.component.mjs +3 -3
  46. package/esm2022/breadcrumbs/lib/breadcrumbs.component.mjs +3 -3
  47. package/esm2022/breadcrumbs/lib/breadcrumbs.module.mjs +4 -4
  48. package/esm2022/button/lib/button-item-list.component.mjs +3 -3
  49. package/esm2022/button/lib/button-item.component.mjs +3 -3
  50. package/esm2022/button/lib/button.component.mjs +3 -3
  51. package/esm2022/button/lib/button.module.mjs +4 -4
  52. package/esm2022/button-group/lib/button-group.component.mjs +9 -6
  53. package/esm2022/button-group/lib/button-group.module.mjs +4 -4
  54. package/esm2022/calendar/lib/calendar-range.component.mjs +3 -3
  55. package/esm2022/calendar/lib/calendar.class.mjs +3 -3
  56. package/esm2022/calendar/lib/calendar.component.mjs +3 -3
  57. package/esm2022/calendar/lib/calendar.module.mjs +4 -4
  58. package/esm2022/check-box/lib/check-box.component.mjs +3 -3
  59. package/esm2022/check-box/lib/check-box.module.mjs +4 -4
  60. package/esm2022/chips/lib/chips.component.mjs +3 -3
  61. package/esm2022/chips/lib/chips.module.mjs +4 -4
  62. package/esm2022/circular-progress/lib/circular-progress.component.mjs +46 -115
  63. package/esm2022/circular-progress/lib/circular-progress.module.mjs +4 -4
  64. package/esm2022/collapse/lib/collapse-group.component.mjs +3 -3
  65. package/esm2022/collapse/lib/collapse.component.mjs +3 -3
  66. package/esm2022/collapse/lib/collapse.module.mjs +4 -4
  67. package/esm2022/color-box/lib/color-box.component.mjs +3 -3
  68. package/esm2022/color-box/lib/color-box.module.mjs +4 -4
  69. package/esm2022/color-palette/lib/color-palette-input.component.mjs +3 -3
  70. package/esm2022/color-palette/lib/color-palette-picker.component.mjs +4 -4
  71. package/esm2022/color-palette/lib/color-palette-preview.component.mjs +3 -3
  72. package/esm2022/color-palette/lib/color-palette-swatches.component.mjs +3 -3
  73. package/esm2022/color-palette/lib/color-palette.class.mjs +6 -6
  74. package/esm2022/color-palette/lib/color-palette.component.mjs +3 -3
  75. package/esm2022/color-palette/lib/color-palette.module.mjs +4 -4
  76. package/esm2022/comment/lib/comment-container/comment-container.component.mjs +3 -3
  77. package/esm2022/comment/lib/comment-item/comment-item.component.mjs +3 -3
  78. package/esm2022/comment/lib/comment-like/comment-like.component.mjs +3 -3
  79. package/esm2022/comment/lib/comment-reply/comment-reply.component.mjs +3 -3
  80. package/esm2022/comment/lib/comment-reply-text/comment-reply-text.component.mjs +3 -3
  81. package/esm2022/comment/lib/comment-view/comment-view.component.mjs +3 -3
  82. package/esm2022/comment/lib/comment.module.mjs +4 -4
  83. package/esm2022/comment/lib/services/comment.service.mjs +3 -3
  84. package/esm2022/common/lib/classes/components.class.mjs +21 -21
  85. package/esm2022/common/lib/common.module.mjs +4 -4
  86. package/esm2022/common/lib/components/base-component.class.mjs +3 -3
  87. package/esm2022/common/lib/components/input-base-value-component.class.mjs +3 -3
  88. package/esm2022/common/lib/components/look-component.class.mjs +3 -3
  89. package/esm2022/common/lib/components/selection-base.component.class.mjs +6 -6
  90. package/esm2022/common/lib/components/value-component.class.mjs +3 -3
  91. package/esm2022/common/lib/directives/auto-focus.directive.mjs +3 -3
  92. package/esm2022/common/lib/directives/delayed-value-changed.directive.mjs +3 -3
  93. package/esm2022/common/lib/directives/hotkey.directive.mjs +3 -3
  94. package/esm2022/common/lib/directives/infinite-scroll.directive.mjs +3 -3
  95. package/esm2022/common/lib/directives/inverted-color.directive.mjs +3 -3
  96. package/esm2022/common/lib/directives/responsive.directive.mjs +3 -3
  97. package/esm2022/common/lib/directives/ripple.directive.mjs +3 -3
  98. package/esm2022/common/lib/services/dom.service.mjs +3 -3
  99. package/esm2022/common/lib/services/hotkey.service.mjs +3 -3
  100. package/esm2022/conversation/lib/conversation-container/conversation-container.component.mjs +3 -3
  101. package/esm2022/conversation/lib/conversation-input/conversation-input.component.mjs +3 -3
  102. package/esm2022/conversation/lib/conversation-message/conversation-message.component.mjs +3 -3
  103. package/esm2022/conversation/lib/conversation-messages/conversation-message-audio/conversation-message-audio.component.mjs +3 -3
  104. package/esm2022/conversation/lib/conversation-messages/conversation-message-file/conversation-message-file.component.mjs +3 -3
  105. package/esm2022/conversation/lib/conversation-messages/conversation-message-image/conversation-message-image.component.mjs +3 -3
  106. package/esm2022/conversation/lib/conversation-messages/conversation-message-image-popup/conversation-message-image-popup.component.mjs +3 -3
  107. package/esm2022/conversation/lib/conversation-messages/conversation-message-text/conversation-message-text.component.mjs +3 -3
  108. package/esm2022/conversation/lib/conversation-messages/conversation-message-video/conversation-message-video.component.mjs +3 -3
  109. package/esm2022/conversation/lib/conversation-messages/conversation-message-voice/conversation-message-voice.component.mjs +3 -3
  110. package/esm2022/conversation/lib/conversation-view/conversation-view.component.mjs +3 -3
  111. package/esm2022/conversation/lib/conversation.module.mjs +4 -4
  112. package/esm2022/conversation/lib/conversation.types.mjs +3 -3
  113. package/esm2022/conversation/lib/services/conversation-message-type-registry.service.mjs +3 -3
  114. package/esm2022/conversation/lib/services/conversation.service.mjs +3 -3
  115. package/esm2022/conversation/lib/services/recording.service.mjs +3 -3
  116. package/esm2022/data-pager/lib/data-pager-base.component.mjs +6 -6
  117. package/esm2022/data-pager/lib/data-pager-info.component.mjs +3 -3
  118. package/esm2022/data-pager/lib/data-pager-input-selector.component.mjs +3 -3
  119. package/esm2022/data-pager/lib/data-pager-next-buttons.components.mjs +3 -3
  120. package/esm2022/data-pager/lib/data-pager-numeric-selector.component.mjs +3 -3
  121. package/esm2022/data-pager/lib/data-pager-pagesize-dropdown.component.mjs +26 -4
  122. package/esm2022/data-pager/lib/data-pager-prev-buttons.component.mjs +21 -4
  123. package/esm2022/data-pager/lib/data-pager.component.mjs +112 -4
  124. package/esm2022/data-pager/lib/data-pager.module.mjs +4 -4
  125. package/esm2022/data-table/lib/base-data-table.class.mjs +3 -3
  126. package/esm2022/data-table/lib/columns/data-table-column-resizable.directive.mjs +3 -3
  127. package/esm2022/data-table/lib/columns/data-table-column.mjs +3 -3
  128. package/esm2022/data-table/lib/columns/data-text-column.component.mjs +35 -4
  129. package/esm2022/data-table/lib/columns/row-command-column.component.mjs +69 -7
  130. package/esm2022/data-table/lib/columns/row-index-column.component.mjs +43 -4
  131. package/esm2022/data-table/lib/columns/row-select-column.component.mjs +42 -4
  132. package/esm2022/data-table/lib/data-table/data-table.component.mjs +187 -5
  133. package/esm2022/data-table/lib/data-table.module.mjs +4 -4
  134. package/esm2022/data-table/lib/infinite-scroll-data-table/infinite-scroll-data-table.component.mjs +162 -4
  135. package/esm2022/datetime-box/lib/datetime-box.component.mjs +54 -5
  136. package/esm2022/datetime-box/lib/datetime-box.module.mjs +4 -4
  137. package/esm2022/datetime-input/lib/datetime-input.component.mjs +125 -4
  138. package/esm2022/datetime-input/lib/datetime-input.module.mjs +4 -4
  139. package/esm2022/datetime-picker/lib/datetime-picker.component.mjs +93 -4
  140. package/esm2022/datetime-picker/lib/datetime-picker.module.mjs +4 -4
  141. package/esm2022/decorators/lib/components/clear-button.component.mjs +29 -4
  142. package/esm2022/decorators/lib/components/close-button.component.mjs +26 -4
  143. package/esm2022/decorators/lib/components/generic-content.component.mjs +8 -4
  144. package/esm2022/decorators/lib/components/icon.component.mjs +16 -4
  145. package/esm2022/decorators/lib/decorators.module.mjs +4 -4
  146. package/esm2022/dialog/lib/dialog.component.mjs +22 -5
  147. package/esm2022/dialog/lib/dialog.module.mjs +4 -4
  148. package/esm2022/dialog/lib/dialog.service.mjs +3 -3
  149. package/esm2022/drawer/lib/drawer-container.component.mjs +11 -4
  150. package/esm2022/drawer/lib/drawer.component.mjs +105 -4
  151. package/esm2022/drawer/lib/drawer.module.mjs +4 -4
  152. package/esm2022/dropdown/lib/dropdown-box.class.mjs +3 -3
  153. package/esm2022/dropdown/lib/dropdown-box.component.mjs +61 -4
  154. package/esm2022/dropdown/lib/dropdown-panel.component.mjs +80 -4
  155. package/esm2022/dropdown/lib/dropdown.module.mjs +4 -4
  156. package/esm2022/dropdown-button/lib/dropdown-button.component.mjs +39 -4
  157. package/esm2022/dropdown-button/lib/dropdown-button.module.mjs +4 -4
  158. package/esm2022/form/lib/form-field.component.mjs +43 -4
  159. package/esm2022/form/lib/form.component.mjs +62 -4
  160. package/esm2022/form/lib/form.module.mjs +4 -4
  161. package/esm2022/form/lib/validation-rule.directive.mjs +3 -3
  162. package/esm2022/form/lib/validation-summary.component.mjs +44 -4
  163. package/esm2022/image/lib/image.component.mjs +50 -4
  164. package/esm2022/image/lib/image.module.mjs +4 -4
  165. package/esm2022/label/lib/label.component.mjs +35 -4
  166. package/esm2022/label/lib/label.module.mjs +4 -4
  167. package/esm2022/list/lib/list.component.mjs +87 -4
  168. package/esm2022/list/lib/list.module.mjs +4 -4
  169. package/esm2022/loading/lib/loading-spinner.component.mjs +20 -4
  170. package/esm2022/loading/lib/loading.component.mjs +30 -4
  171. package/esm2022/loading/lib/loading.directive.mjs +3 -3
  172. package/esm2022/loading/lib/loading.module.mjs +4 -4
  173. package/esm2022/loading/lib/loading.service.mjs +3 -3
  174. package/esm2022/loading-dialog/lib/loading-dialog.component.mjs +42 -5
  175. package/esm2022/loading-dialog/lib/loading-dialog.module.mjs +4 -4
  176. package/esm2022/loading-dialog/lib/loading-dialog.service.mjs +3 -3
  177. package/esm2022/menu/lib/menu-item/menu-item.component.mjs +50 -4
  178. package/esm2022/menu/lib/menu.component.mjs +10 -4
  179. package/esm2022/menu/lib/menu.module.mjs +4 -4
  180. package/esm2022/menu/lib/menu.service.mjs +3 -3
  181. package/esm2022/nav/lib/nav-item/nav-item.component.mjs +26 -4
  182. package/esm2022/nav/lib/nav.component.mjs +8 -4
  183. package/esm2022/nav/lib/nav.module.mjs +4 -4
  184. package/esm2022/navbar/lib/navbar.component.mjs +9 -4
  185. package/esm2022/navbar/lib/navbar.module.mjs +4 -4
  186. package/esm2022/notification/lib/notification.component.mjs +13 -4
  187. package/esm2022/notification/lib/notification.module.mjs +4 -4
  188. package/esm2022/notification/lib/notification.service.mjs +3 -3
  189. package/esm2022/number-box/lib/number-box.component.mjs +77 -8
  190. package/esm2022/number-box/lib/number-box.module.mjs +4 -4
  191. package/esm2022/otp/lib/otp.component.mjs +38 -4
  192. package/esm2022/otp/lib/otp.module.mjs +4 -4
  193. package/esm2022/page/lib/base-page.class.mjs +3 -3
  194. package/esm2022/page/lib/page.component.mjs +18 -4
  195. package/esm2022/page/lib/page.module.mjs +4 -4
  196. package/esm2022/paint/acorex-components-paint.mjs +5 -0
  197. package/esm2022/paint/index.mjs +8 -0
  198. package/esm2022/paint/lib/paint/paint-container/paint-container.component.mjs +38 -0
  199. package/esm2022/paint/lib/paint/paint-toolbar/paint-toolbar.component.mjs +15 -0
  200. package/esm2022/paint/lib/paint/paint-tools/paint-color-picker/paint-color-picker.component.mjs +46 -0
  201. package/esm2022/paint/lib/paint/paint-tools/paint-pen-cap/paint-pen-cap.component.mjs +37 -0
  202. package/esm2022/paint/lib/paint/paint-tools/paint-pen-mode-changer/paint-pen-mode-changer.component.mjs +55 -0
  203. package/esm2022/paint/lib/paint/paint-view/paint-view.component.mjs +104 -0
  204. package/esm2022/paint/lib/paint/paint.service.mjs +17 -0
  205. package/esm2022/paint/lib/paint.module.mjs +50 -0
  206. package/esm2022/password-box/lib/password-box.component.mjs +13 -4
  207. package/esm2022/password-box/lib/password-box.module.mjs +4 -4
  208. package/esm2022/phone-box/lib/phone-box.component.mjs +38 -4
  209. package/esm2022/phone-box/lib/phone-box.module.mjs +4 -4
  210. package/esm2022/picker/lib/picker-column.directive.mjs +3 -3
  211. package/esm2022/picker/lib/picker.component.mjs +29 -4
  212. package/esm2022/picker/lib/picker.module.mjs +4 -4
  213. package/esm2022/popover/lib/popover.component.mjs +118 -4
  214. package/esm2022/popover/lib/popover.module.mjs +4 -4
  215. package/esm2022/popup/lib/popup.component.mjs +34 -9
  216. package/esm2022/popup/lib/popup.module.mjs +4 -4
  217. package/esm2022/popup/lib/popup.service.mjs +3 -3
  218. package/esm2022/progress-bar/lib/progress-bar.component.mjs +33 -4
  219. package/esm2022/progress-bar/lib/progress-bar.module.mjs +4 -4
  220. package/esm2022/radio/lib/radio.component.mjs +8 -5
  221. package/esm2022/radio/lib/radio.module.mjs +4 -4
  222. package/esm2022/range-slider/lib/range-slider.component.mjs +8 -4
  223. package/esm2022/range-slider/lib/range-slider.module.mjs +4 -4
  224. package/esm2022/result/lib/result.component.mjs +18 -4
  225. package/esm2022/result/lib/result.module.mjs +4 -4
  226. package/esm2022/routing-progress/lib/routing-progress.component.mjs +19 -4
  227. package/esm2022/routing-progress/lib/routing-progress.module.mjs +4 -4
  228. package/esm2022/scheduler/lib/scheduler-month-view.component.mjs +3 -3
  229. package/esm2022/scheduler/lib/scheduler-week-view.component.mjs +3 -3
  230. package/esm2022/scheduler/lib/scheduler.component.mjs +6 -4
  231. package/esm2022/scheduler/lib/scheduler.module.mjs +4 -4
  232. package/esm2022/scss/lib/scss.module.mjs +4 -4
  233. package/esm2022/search-box/lib/search-box.component.mjs +3 -3
  234. package/esm2022/search-box/lib/search-box.module.mjs +4 -4
  235. package/esm2022/select-box/lib/select-box.component.mjs +5 -5
  236. package/esm2022/select-box/lib/select-box.module.mjs +4 -4
  237. package/esm2022/selection-list/lib/selection-list.component.mjs +3 -3
  238. package/esm2022/selection-list/lib/selection-list.module.mjs +4 -4
  239. package/esm2022/side-menu/lib/side-menu-item/side-menu-item.compoent.mjs +3 -3
  240. package/esm2022/side-menu/lib/side-menu.component.mjs +3 -3
  241. package/esm2022/side-menu/lib/side-menu.module.mjs +4 -4
  242. package/esm2022/skeleton/lib/skeleton.component.mjs +3 -3
  243. package/esm2022/skeleton/lib/skeleton.module.mjs +4 -4
  244. package/esm2022/slider/lib/slider.component.mjs +3 -3
  245. package/esm2022/slider/lib/slider.module.mjs +4 -4
  246. package/esm2022/step-wizard/lib/step-wizard-item/step-wizard-item.component.mjs +3 -3
  247. package/esm2022/step-wizard/lib/step-wizard.component.mjs +17 -4
  248. package/esm2022/step-wizard/lib/step-wizard.directive.mjs +3 -3
  249. package/esm2022/step-wizard/lib/step-wizard.module.mjs +4 -4
  250. package/esm2022/switch/lib/switch-content.component.mjs +3 -3
  251. package/esm2022/switch/lib/switch.component.mjs +3 -3
  252. package/esm2022/switch/lib/switch.module.mjs +4 -4
  253. package/esm2022/tabs/lib/tab-content.directive.mjs +3 -3
  254. package/esm2022/tabs/lib/tab-item.component.mjs +3 -3
  255. package/esm2022/tabs/lib/tabs.component.mjs +3 -3
  256. package/esm2022/tabs/lib/tabs.module.mjs +4 -4
  257. package/esm2022/tag/lib/tag.component.mjs +8 -4
  258. package/esm2022/tag/lib/tag.module.mjs +4 -4
  259. package/esm2022/text-area/lib/text-area.component.mjs +8 -4
  260. package/esm2022/text-area/lib/text-area.module.mjs +4 -4
  261. package/esm2022/text-box/lib/mask-options.directive.mjs +3 -3
  262. package/esm2022/text-box/lib/text-box.component.mjs +3 -3
  263. package/esm2022/text-box/lib/text-box.module.mjs +4 -4
  264. package/esm2022/toast/lib/toast.component.mjs +3 -3
  265. package/esm2022/toast/lib/toast.module.mjs +4 -4
  266. package/esm2022/toast/lib/toast.service.mjs +3 -3
  267. package/esm2022/tooltip/lib/tooltip.component.mjs +3 -3
  268. package/esm2022/tooltip/lib/tooltip.directive.mjs +3 -3
  269. package/esm2022/tooltip/lib/tooltip.module.mjs +4 -4
  270. package/esm2022/uploader/index.mjs +5 -5
  271. package/esm2022/uploader/lib/uploader-browse-handle.directive.mjs +3 -3
  272. package/esm2022/uploader/lib/{uploader-dialog-container.component.mjs → uploader-dialog-container/uploader-dialog-container.component.mjs} +5 -5
  273. package/esm2022/uploader/lib/uploader-drop-zone/uploader-drop-zone.component.mjs +27 -0
  274. package/esm2022/uploader/lib/uploader-list/uploader-list.component.mjs +24 -0
  275. package/esm2022/uploader/lib/uploader-zone.directive.mjs +26 -19
  276. package/esm2022/uploader/lib/uploader.models.mjs +26 -11
  277. package/esm2022/uploader/lib/uploader.module.mjs +22 -17
  278. package/esm2022/uploader/lib/uploader.service.mjs +54 -25
  279. package/esm2022/wysiwyg/index.mjs +7 -1
  280. package/esm2022/wysiwyg/lib/wysiwyg/wysiwyg-container/wysiwyg-container.component.mjs +56 -24
  281. package/esm2022/wysiwyg/lib/wysiwyg/wysiwyg-toolbar/wysiwyg-toolbar.component.mjs +7 -267
  282. package/esm2022/wysiwyg/lib/wysiwyg/wysiwyg-tools/wysiwyg-alignment/wysiwyg-alignment.component.mjs +59 -0
  283. package/esm2022/wysiwyg/lib/wysiwyg/wysiwyg-tools/wysiwyg-colors/wysiwyg-colors.component.mjs +53 -0
  284. package/esm2022/wysiwyg/lib/wysiwyg/wysiwyg-tools/wysiwyg-font-style/wysiwyg-font-style.component.mjs +156 -0
  285. package/esm2022/wysiwyg/lib/wysiwyg/wysiwyg-tools/wysiwyg-history/wysiwyg-history.component.mjs +36 -0
  286. package/esm2022/wysiwyg/lib/wysiwyg/wysiwyg-tools/wysiwyg-insert/wysiwyg-insert.component.mjs +49 -0
  287. package/esm2022/wysiwyg/lib/wysiwyg/wysiwyg-tools/wysiwyg-list/wysiwyg-list.component.mjs +67 -0
  288. package/esm2022/wysiwyg/lib/wysiwyg/wysiwyg-view/wysiwyg-view.component.mjs +9 -8
  289. package/esm2022/wysiwyg/lib/wysiwyg/wysiwyg.service.mjs +4 -5
  290. package/esm2022/wysiwyg/lib/wysiwyg.module.mjs +38 -6
  291. package/fesm2022/acorex-components-action-sheet.mjs +10 -10
  292. package/fesm2022/acorex-components-alert.mjs +7 -7
  293. package/fesm2022/acorex-components-audio-wave.mjs +12 -7
  294. package/fesm2022/acorex-components-audio-wave.mjs.map +1 -1
  295. package/fesm2022/acorex-components-avatar.mjs +10 -10
  296. package/fesm2022/acorex-components-badge.mjs +7 -7
  297. package/fesm2022/acorex-components-bottom-navigation.mjs +10 -10
  298. package/fesm2022/acorex-components-breadcrumbs.mjs +10 -10
  299. package/fesm2022/acorex-components-button-group.mjs +12 -9
  300. package/fesm2022/acorex-components-button-group.mjs.map +1 -1
  301. package/fesm2022/acorex-components-button.mjs +13 -13
  302. package/fesm2022/acorex-components-calendar.mjs +13 -13
  303. package/fesm2022/acorex-components-check-box.mjs +7 -7
  304. package/fesm2022/acorex-components-chips.mjs +7 -7
  305. package/fesm2022/acorex-components-circular-progress.mjs +49 -118
  306. package/fesm2022/acorex-components-circular-progress.mjs.map +1 -1
  307. package/fesm2022/acorex-components-collapse.mjs +10 -10
  308. package/fesm2022/acorex-components-color-box.mjs +7 -7
  309. package/fesm2022/acorex-components-color-palette.mjs +26 -26
  310. package/fesm2022/acorex-components-color-palette.mjs.map +1 -1
  311. package/fesm2022/acorex-components-comment.mjs +25 -25
  312. package/fesm2022/acorex-components-common.mjs +70 -70
  313. package/fesm2022/acorex-components-conversation.mjs +49 -49
  314. package/fesm2022/acorex-components-data-pager.mjs +178 -31
  315. package/fesm2022/acorex-components-data-pager.mjs.map +1 -1
  316. package/fesm2022/acorex-components-data-table.mjs +545 -35
  317. package/fesm2022/acorex-components-data-table.mjs.map +1 -1
  318. package/fesm2022/acorex-components-datetime-box.mjs +57 -8
  319. package/fesm2022/acorex-components-datetime-box.mjs.map +1 -1
  320. package/fesm2022/acorex-components-datetime-input.mjs +128 -7
  321. package/fesm2022/acorex-components-datetime-input.mjs.map +1 -1
  322. package/fesm2022/acorex-components-datetime-picker.mjs +96 -7
  323. package/fesm2022/acorex-components-datetime-picker.mjs.map +1 -1
  324. package/fesm2022/acorex-components-decorators.mjs +79 -16
  325. package/fesm2022/acorex-components-decorators.mjs.map +1 -1
  326. package/fesm2022/acorex-components-dialog.mjs +28 -11
  327. package/fesm2022/acorex-components-dialog.mjs.map +1 -1
  328. package/fesm2022/acorex-components-drawer.mjs +118 -10
  329. package/fesm2022/acorex-components-drawer.mjs.map +1 -1
  330. package/fesm2022/acorex-components-dropdown-button.mjs +42 -7
  331. package/fesm2022/acorex-components-dropdown-button.mjs.map +1 -1
  332. package/fesm2022/acorex-components-dropdown.mjs +146 -13
  333. package/fesm2022/acorex-components-dropdown.mjs.map +1 -1
  334. package/fesm2022/acorex-components-form.mjs +153 -16
  335. package/fesm2022/acorex-components-form.mjs.map +1 -1
  336. package/fesm2022/acorex-components-image.mjs +53 -7
  337. package/fesm2022/acorex-components-image.mjs.map +1 -1
  338. package/fesm2022/acorex-components-label.mjs +38 -7
  339. package/fesm2022/acorex-components-label.mjs.map +1 -1
  340. package/fesm2022/acorex-components-list.mjs +90 -7
  341. package/fesm2022/acorex-components-list.mjs.map +1 -1
  342. package/fesm2022/acorex-components-loading-dialog.mjs +48 -11
  343. package/fesm2022/acorex-components-loading-dialog.mjs.map +1 -1
  344. package/fesm2022/acorex-components-loading.mjs +58 -16
  345. package/fesm2022/acorex-components-loading.mjs.map +1 -1
  346. package/fesm2022/acorex-components-menu.mjs +65 -13
  347. package/fesm2022/acorex-components-menu.mjs.map +1 -1
  348. package/fesm2022/acorex-components-nav.mjs +36 -10
  349. package/fesm2022/acorex-components-nav.mjs.map +1 -1
  350. package/fesm2022/acorex-components-navbar.mjs +12 -7
  351. package/fesm2022/acorex-components-navbar.mjs.map +1 -1
  352. package/fesm2022/acorex-components-notification.mjs +19 -10
  353. package/fesm2022/acorex-components-notification.mjs.map +1 -1
  354. package/fesm2022/acorex-components-number-box.mjs +80 -11
  355. package/fesm2022/acorex-components-number-box.mjs.map +1 -1
  356. package/fesm2022/acorex-components-otp.mjs +41 -7
  357. package/fesm2022/acorex-components-otp.mjs.map +1 -1
  358. package/fesm2022/acorex-components-page.mjs +24 -10
  359. package/fesm2022/acorex-components-page.mjs.map +1 -1
  360. package/fesm2022/acorex-components-paint.mjs +336 -0
  361. package/fesm2022/acorex-components-paint.mjs.map +1 -0
  362. package/fesm2022/acorex-components-password-box.mjs +16 -7
  363. package/fesm2022/acorex-components-password-box.mjs.map +1 -1
  364. package/fesm2022/acorex-components-phone-box.mjs +41 -7
  365. package/fesm2022/acorex-components-phone-box.mjs.map +1 -1
  366. package/fesm2022/acorex-components-picker.mjs +35 -10
  367. package/fesm2022/acorex-components-picker.mjs.map +1 -1
  368. package/fesm2022/acorex-components-popover.mjs +121 -7
  369. package/fesm2022/acorex-components-popover.mjs.map +1 -1
  370. package/fesm2022/acorex-components-popup.mjs +40 -15
  371. package/fesm2022/acorex-components-popup.mjs.map +1 -1
  372. package/fesm2022/acorex-components-progress-bar.mjs +36 -7
  373. package/fesm2022/acorex-components-progress-bar.mjs.map +1 -1
  374. package/fesm2022/acorex-components-radio.mjs +11 -8
  375. package/fesm2022/acorex-components-radio.mjs.map +1 -1
  376. package/fesm2022/acorex-components-range-slider.mjs +11 -7
  377. package/fesm2022/acorex-components-range-slider.mjs.map +1 -1
  378. package/fesm2022/acorex-components-result.mjs +21 -7
  379. package/fesm2022/acorex-components-result.mjs.map +1 -1
  380. package/fesm2022/acorex-components-routing-progress.mjs +22 -7
  381. package/fesm2022/acorex-components-routing-progress.mjs.map +1 -1
  382. package/fesm2022/acorex-components-scheduler.mjs +15 -13
  383. package/fesm2022/acorex-components-scheduler.mjs.map +1 -1
  384. package/fesm2022/acorex-components-scss.mjs +4 -4
  385. package/fesm2022/acorex-components-search-box.mjs +7 -7
  386. package/fesm2022/acorex-components-select-box.mjs +8 -8
  387. package/fesm2022/acorex-components-select-box.mjs.map +1 -1
  388. package/fesm2022/acorex-components-selection-list.mjs +7 -7
  389. package/fesm2022/acorex-components-side-menu.mjs +10 -10
  390. package/fesm2022/acorex-components-skeleton.mjs +7 -7
  391. package/fesm2022/acorex-components-slider.mjs +7 -7
  392. package/fesm2022/acorex-components-step-wizard.mjs +26 -13
  393. package/fesm2022/acorex-components-step-wizard.mjs.map +1 -1
  394. package/fesm2022/acorex-components-switch.mjs +10 -10
  395. package/fesm2022/acorex-components-tabs.mjs +13 -13
  396. package/fesm2022/acorex-components-tag.mjs +11 -7
  397. package/fesm2022/acorex-components-tag.mjs.map +1 -1
  398. package/fesm2022/acorex-components-text-area.mjs +11 -7
  399. package/fesm2022/acorex-components-text-area.mjs.map +1 -1
  400. package/fesm2022/acorex-components-text-box.mjs +10 -10
  401. package/fesm2022/acorex-components-toast.mjs +10 -10
  402. package/fesm2022/acorex-components-tooltip.mjs +10 -10
  403. package/fesm2022/acorex-components-uploader.mjs +141 -82
  404. package/fesm2022/acorex-components-uploader.mjs.map +1 -1
  405. package/fesm2022/acorex-components-wysiwyg.mjs +365 -178
  406. package/fesm2022/acorex-components-wysiwyg.mjs.map +1 -1
  407. package/form/lib/form-field.component.d.ts +45 -0
  408. package/form/lib/form.component.d.ts +58 -0
  409. package/form/lib/validation-summary.component.d.ts +49 -0
  410. package/image/lib/image.component.d.ts +61 -0
  411. package/label/lib/label.component.d.ts +34 -0
  412. package/list/lib/list.component.d.ts +98 -0
  413. package/loading/lib/loading-spinner.component.d.ts +20 -0
  414. package/loading/lib/loading.component.d.ts +35 -0
  415. package/loading-dialog/lib/loading-dialog.component.d.ts +39 -1
  416. package/menu/lib/menu-item/menu-item.component.d.ts +52 -0
  417. package/menu/lib/menu.component.d.ts +7 -0
  418. package/nav/lib/nav-item/nav-item.component.d.ts +22 -0
  419. package/nav/lib/nav.component.d.ts +4 -0
  420. package/navbar/lib/navbar.component.d.ts +5 -0
  421. package/notification/lib/notification.component.d.ts +11 -0
  422. package/number-box/lib/number-box.component.d.ts +74 -1
  423. package/otp/lib/otp.component.d.ts +35 -1
  424. package/package.json +74 -68
  425. package/page/lib/page.component.d.ts +15 -0
  426. package/paint/README.md +3 -0
  427. package/paint/index.d.ts +7 -0
  428. package/paint/lib/paint/paint-container/paint-container.component.d.ts +16 -0
  429. package/paint/lib/paint/paint-toolbar/paint-toolbar.component.d.ts +9 -0
  430. package/paint/lib/paint/paint-tools/paint-color-picker/paint-color-picker.component.d.ts +27 -0
  431. package/paint/lib/paint/paint-tools/paint-pen-cap/paint-pen-cap.component.d.ts +20 -0
  432. package/paint/lib/paint/paint-tools/paint-pen-mode-changer/paint-pen-mode-changer.component.d.ts +33 -0
  433. package/paint/lib/paint/paint-view/paint-view.component.d.ts +42 -0
  434. package/paint/lib/paint/paint.service.d.ts +10 -0
  435. package/paint/lib/paint.module.d.ts +19 -0
  436. package/password-box/lib/password-box.component.d.ts +14 -1
  437. package/phone-box/lib/phone-box.component.d.ts +39 -1
  438. package/picker/lib/picker.component.d.ts +29 -0
  439. package/popover/lib/popover.component.d.ts +129 -0
  440. package/popup/lib/popup.component.d.ts +39 -4
  441. package/progress-bar/lib/progress-bar.component.d.ts +30 -1
  442. package/radio/lib/radio.component.d.ts +7 -1
  443. package/range-slider/lib/range-slider.component.d.ts +4 -0
  444. package/result/lib/result.component.d.ts +14 -0
  445. package/routing-progress/lib/routing-progress.component.d.ts +16 -0
  446. package/scheduler/lib/scheduler.component.d.ts +2 -0
  447. package/search-box/lib/search-box.component.d.ts +1 -1
  448. package/select-box/lib/select-box.component.d.ts +1 -1
  449. package/slider/lib/slider.component.d.ts +1 -1
  450. package/step-wizard/lib/step-wizard.component.d.ts +13 -0
  451. package/switch/lib/switch.component.d.ts +1 -1
  452. package/tag/lib/tag.component.d.ts +4 -0
  453. package/text-area/lib/text-area.component.d.ts +6 -1
  454. package/text-box/lib/text-box.component.d.ts +1 -1
  455. package/uploader/index.d.ts +4 -4
  456. package/uploader/lib/{uploader-drop-zone.component.d.ts → uploader-drop-zone/uploader-drop-zone.component.d.ts} +3 -1
  457. package/uploader/lib/{uploader-list.component.d.ts → uploader-list/uploader-list.component.d.ts} +2 -3
  458. package/uploader/lib/uploader-zone.directive.d.ts +1 -0
  459. package/uploader/lib/uploader.models.d.ts +14 -4
  460. package/uploader/lib/uploader.module.d.ts +4 -4
  461. package/uploader/lib/uploader.service.d.ts +6 -1
  462. package/wysiwyg/index.d.ts +6 -0
  463. package/wysiwyg/lib/wysiwyg/wysiwyg-container/wysiwyg-container.component.d.ts +20 -15
  464. package/wysiwyg/lib/wysiwyg/wysiwyg-toolbar/wysiwyg-toolbar.component.d.ts +1 -100
  465. package/wysiwyg/lib/wysiwyg/wysiwyg-tools/wysiwyg-alignment/wysiwyg-alignment.component.d.ts +31 -0
  466. package/wysiwyg/lib/wysiwyg/wysiwyg-tools/wysiwyg-colors/wysiwyg-colors.component.d.ts +35 -0
  467. package/wysiwyg/lib/wysiwyg/wysiwyg-tools/wysiwyg-font-style/wysiwyg-font-style.component.d.ts +37 -0
  468. package/wysiwyg/lib/wysiwyg/wysiwyg-tools/wysiwyg-history/wysiwyg-history.component.d.ts +21 -0
  469. package/wysiwyg/lib/wysiwyg/wysiwyg-tools/wysiwyg-insert/wysiwyg-insert.component.d.ts +35 -0
  470. package/wysiwyg/lib/wysiwyg/wysiwyg-tools/wysiwyg-list/wysiwyg-list.component.d.ts +23 -0
  471. package/wysiwyg/lib/wysiwyg/wysiwyg-view/wysiwyg-view.component.d.ts +3 -1
  472. package/wysiwyg/lib/wysiwyg/wysiwyg.service.d.ts +0 -1
  473. package/wysiwyg/lib/wysiwyg.module.d.ts +14 -8
  474. package/esm2022/uploader/lib/uploader-drop-zone.component.mjs +0 -18
  475. package/esm2022/uploader/lib/uploader-list.component.mjs +0 -26
  476. /package/uploader/lib/{uploader-dialog-container.component.d.ts → uploader-dialog-container/uploader-dialog-container.component.d.ts} +0 -0
@@ -1,14 +1,21 @@
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
  }
9
13
  export interface AXUploaderFilesCompleteEvent extends AXEvent {
10
14
  uploadedFiles: AXUploadRequest[];
11
15
  }
16
+ export interface AXUploaderFileCancelEvent extends AXEvent {
17
+ uploadedFile: AXUploadRequest;
18
+ }
12
19
  export declare class AXUploadRequest {
13
20
  private uploadFile;
14
21
  get name(): string;
@@ -23,18 +30,21 @@ export declare class AXUploadRequest {
23
30
  status: import("@angular/core").Signal<AXUploadStatus>;
24
31
  private readonly _message;
25
32
  message: import("@angular/core").Signal<string>;
33
+ private readonly _isDetermined;
34
+ isDetermined: import("@angular/core").Signal<boolean>;
26
35
  private startTime;
27
36
  private bytesTransferred;
28
- onStart: (file: AXUploadRequest) => void;
29
- onCancel: (file: AXUploadRequest) => void;
30
- onFailed: (file: AXUploadRequest) => void;
31
- onComplete: (file: AXUploadRequest) => void;
37
+ onCancel: Subject<void>;
38
+ onStart: Subject<void>;
39
+ onFailed: Subject<void>;
40
+ onComplete: Subject<void>;
32
41
  constructor(uploadFile: File);
33
42
  private estimateTimeRemaining;
34
43
  setTransferredBytes(value: number): void;
35
44
  private updateEstimateTime;
36
45
  upload(): Promise<void>;
37
46
  cancel(): void;
47
+ redo(): void;
38
48
  error(message: string): void;
39
49
  finish(data?: any): void;
40
50
  }
@@ -1,9 +1,9 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "./uploader-drop-zone.component";
3
- import * as i2 from "./uploader-list.component";
2
+ import * as i1 from "./uploader-drop-zone/uploader-drop-zone.component";
3
+ import * as i2 from "./uploader-list/uploader-list.component";
4
4
  import * as i3 from "./uploader-zone.directive";
5
5
  import * as i4 from "./uploader-browse-handle.directive";
6
- import * as i5 from "./uploader-dialog-container.component";
6
+ import * as i5 from "./uploader-dialog-container/uploader-dialog-container.component";
7
7
  import * as i6 from "@angular/common";
8
8
  import * as i7 from "@acorex/components/decorators";
9
9
  import * as i8 from "@acorex/components/button";
@@ -16,6 +16,6 @@ import * as i14 from "@acorex/components/circular-progress";
16
16
  import * as i15 from "@acorex/components/popup";
17
17
  export declare class AXUploaderModule {
18
18
  static ɵfac: i0.ɵɵFactoryDeclaration<AXUploaderModule, never>;
19
- static ɵmod: i0.ɵɵNgModuleDeclaration<AXUploaderModule, [typeof i1.AXUploaderDropZoneComponent, typeof i2.AXUploaderListComponent, typeof i3.AXUploaderZoneDirective, typeof i4.AXUploaderBrowseDirective, typeof i5.AXUploaderDialogContainerComponent], [typeof i6.CommonModule, typeof i7.AXDecoratorModule, typeof i8.AXButtonModule, typeof i9.AXTranslationModule, typeof i10.AXProgressBarModule, typeof i11.AXFormatModule, typeof i12.AXFileModule, typeof i13.AXDateTimeModule, typeof i14.AXCircularProgressModule, typeof i15.AXPopupModule], [typeof i1.AXUploaderDropZoneComponent, typeof i3.AXUploaderZoneDirective, typeof i4.AXUploaderBrowseDirective, typeof i5.AXUploaderDialogContainerComponent]>;
19
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXUploaderModule, [typeof i1.AXUploaderDropZoneComponent, typeof i2.AXUploaderListComponent, typeof i3.AXUploaderZoneDirective, typeof i4.AXUploaderBrowseDirective, typeof i5.AXUploaderDialogContainerComponent], [typeof i6.CommonModule, typeof i7.AXDecoratorModule, typeof i8.AXButtonModule, typeof i9.AXTranslationModule, typeof i10.AXProgressBarModule, typeof i11.AXFormatModule, typeof i12.AXFileModule, typeof i13.AXDateTimeModule, typeof i14.AXCircularProgressModule, typeof i15.AXPopupModule], [typeof i1.AXUploaderDropZoneComponent, typeof i2.AXUploaderListComponent, typeof i3.AXUploaderZoneDirective, typeof i4.AXUploaderBrowseDirective, typeof i5.AXUploaderDialogContainerComponent]>;
20
20
  static ɵinj: i0.ɵɵInjectorDeclaration<AXUploaderModule>;
21
21
  }
@@ -1,17 +1,22 @@
1
1
  import { BehaviorSubject, Subject } from 'rxjs';
2
- import { AXUploaderFileCompleteEvent, AXUploaderFilesCompleteEvent, AXUploadRequest } 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>;
13
+ readonly onFileUploadCanceled: Subject<AXUploaderFileCancelEvent>;
14
+ readonly isAnyDetermined: import("@angular/core").WritableSignal<boolean>;
11
15
  readonly totalEstimateTime: import("rxjs").Observable<number>;
12
16
  private showDialog;
13
17
  private convertFileToRequest;
14
18
  private startUpload;
19
+ private bindEvents;
15
20
  browse(options?: {
16
21
  multiple?: boolean;
17
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';
@@ -1,28 +1,33 @@
1
1
  import { AXWysiwyg } from '@acorex/cdk/wysiwyg';
2
- import { MXBaseComponent } from '@acorex/components/common';
2
+ import { MXInputBaseValueComponent, MXLookComponent } from '@acorex/components/common';
3
+ import { OnDestroy } from '@angular/core';
3
4
  import { AXWysiwygService } from '../wysiwyg.service';
4
5
  import * as i0 from "@angular/core";
6
+ declare const AXWysiwygContainerComponent_base: import("polytype").Polytype.ClusteredConstructor<[{
7
+ new (): MXInputBaseValueComponent<string>;
8
+ ɵfac: import("@angular/core").ɵɵFactoryDeclaration<MXInputBaseValueComponent<any>, never>;
9
+ ɵprov: import("@angular/core").ɵɵInjectableDeclaration<MXInputBaseValueComponent<any>>;
10
+ }, typeof MXLookComponent]>;
5
11
  /**
6
12
  * A container component for WYSIWYG (What You See Is What You Get) editor functionality.
7
13
  * @category Components
8
14
  */
9
- export declare class AXWysiwygContainerComponent extends MXBaseComponent {
10
- /**
11
- * @ignore
12
- */
15
+ export declare class AXWysiwygContainerComponent extends AXWysiwygContainerComponent_base implements OnDestroy {
16
+ /** @ignore */
17
+ private zone;
18
+ /** @ignore */
13
19
  protected wysiwyg: import("@angular/core").WritableSignal<AXWysiwyg>;
14
- /**
15
- * @ignore
16
- */
20
+ /** @ignore */
17
21
  protected view: import("@angular/core").WritableSignal<HTMLElement>;
18
- /**
19
- * @ignore
20
- */
22
+ /** @ignore */
21
23
  protected service: AXWysiwygService;
22
- /**
23
- * @ignore
24
- */
24
+ /** @ignore */
25
25
  constructor();
26
+ /** @ignore */
27
+ protected changeHandler(): void;
28
+ /** @ignore */
29
+ ngOnDestroy(): void;
26
30
  static ɵfac: i0.ɵɵFactoryDeclaration<AXWysiwygContainerComponent, never>;
27
- static ɵcmp: i0.ɵɵComponentDeclaration<AXWysiwygContainerComponent, "ax-wysiwyg-container", never, {}, {}, never, ["*"], false, never>;
31
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXWysiwygContainerComponent, "ax-wysiwyg-container", never, { "look": { "alias": "look"; "required": false; }; }, {}, never, ["*", "ax-validation-rule"], false, never>;
28
32
  }
33
+ export {};
@@ -1,108 +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 { AXWysiwygService } from '../wysiwyg.service';
5
1
  import * as i0 from "@angular/core";
6
- type ConfigType = {
7
- bold: boolean;
8
- undo: boolean;
9
- redo: boolean;
10
- italic: boolean;
11
- underLine: boolean;
12
- strike: boolean;
13
- color: boolean;
14
- highlight: boolean;
15
- fontSize: boolean;
16
- list: boolean;
17
- alignment: boolean;
18
- image: boolean;
19
- };
20
2
  /**
21
3
  * A toolbar component for the WYSIWYG editor, providing various formatting options.
22
4
  * @category Components
23
5
  */
24
6
  export declare class AXWysiwygToolbarComponent {
25
- /**
26
- * Return user input as HTML.
27
- * @event
28
- */
29
- outputHTML: import("@angular/core").OutputEmitterRef<AXClickEvent>;
30
- /** @ignore */
31
- service: AXWysiwygService;
32
- /**
33
- * config wysiwyg toolbar.
34
- *
35
- * @defaultValue 'button'
36
- */
37
- config: import("@angular/core").InputSignal<ConfigType>;
38
- /** @ignore */
39
- protected wysiwyg: import("@angular/core").WritableSignal<AXWysiwyg>;
40
- /** @ignore */
41
- protected boldState: import("@angular/core").WritableSignal<boolean>;
42
- /** @ignore */
43
- protected italicState: import("@angular/core").WritableSignal<boolean>;
44
- /** @ignore */
45
- protected underLineState: import("@angular/core").WritableSignal<boolean>;
46
- /** @ignore */
47
- protected strikeLineState: import("@angular/core").WritableSignal<boolean>;
48
- /** @ignore */
49
- protected listState: import("@angular/core").WritableSignal<string>;
50
- /** @ignore */
51
- protected alignState: import("@angular/core").WritableSignal<string>;
52
- /** @ignore */
53
- protected selectedFont: import("@angular/core").WritableSignal<string>;
54
- /** @ignore */
55
- protected selectedColor: import("@angular/core").WritableSignal<string>;
56
- /** @ignore */
57
- protected selectedHighlightColor: import("@angular/core").WritableSignal<string>;
58
- /** @ignore */
59
- constructor();
60
- /** @ignore */
61
- protected popoverOption: {
62
- openOn: AXPopoverOpenTrigger;
63
- closeOn: AXPopoverCloseTrigger;
64
- placement: AXPlacement;
65
- offsetX: number;
66
- offsetY: number;
67
- };
68
- /** @ignore */
69
- textBoxOptions: {
70
- text: string;
71
- placeholder: string;
72
- size: string;
73
- };
74
- /** @ignore */
75
- protected submitLink(): void;
76
- protected changeColorHandler(e: string): void;
77
- /** @ignore */
78
- protected changeHighlightColorHandler(e: string): void;
79
- /** @ignore */
80
- protected fontHandler(e: any): void;
81
- /** @ignore */
82
- protected bold(): void;
83
- /**
84
- * emit html output
85
- */
86
- out(): void;
87
- /** @ignore */
88
- protected italic(): void;
89
- /** @ignore */
90
- protected underLine(): void;
91
- /** @ignore */
92
- protected orderList(): void;
93
- /** @ignore */
94
- protected unOrderList(): void;
95
- /** @ignore */
96
- protected alignStateHandler(e: any): void;
97
- /** @ignore */
98
- protected undo(): void;
99
- /** @ignore */
100
- protected redo(): void;
101
- /** @ignore */
102
- protected strike(): void;
103
- /** @ignore */
104
- protected background(): void;
105
7
  static ɵfac: i0.ɵɵFactoryDeclaration<AXWysiwygToolbarComponent, never>;
106
- 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>;
107
9
  }
108
- 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
  }
@@ -1,18 +0,0 @@
1
- import { MXBaseComponent } from '@acorex/components/common';
2
- import { Component, ViewEncapsulation } from '@angular/core';
3
- import * as i0 from "@angular/core";
4
- import * as i1 from "@acorex/components/decorators";
5
- import * as i2 from "./uploader-zone.directive";
6
- /**
7
- * A component that provides a drop zone area for uploading files.
8
- * @category Components
9
- */
10
- export class AXUploaderDropZoneComponent extends MXBaseComponent {
11
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.2", ngImport: i0, type: AXUploaderDropZoneComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
12
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.2", type: AXUploaderDropZoneComponent, selector: "ax-uploader-drop-zone", usesInheritance: true, ngImport: i0, template: "<div class=\"ax-uploader-drop-zone-container\" axUploaderZone>\n <ax-icon class=\"ax-icon ax-icon-upload\"></ax-icon>\n <div class=\"ax-uploader-drop-zone-description\">\n <span>Drag & Drop or <a href=\"#\">Choose file</a> to upload</span>\n <p>SVG, PNG, JPG or GIF (MAX. 800x400px)</p>\n </div>\n</div>", styles: [".ax-uploader-drop-zone-container{display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:.5rem;margin:1rem;padding:1rem;gap:1rem;border:2px dashed;border-color:rgba(var(--ax-color-border-default))}.ax-uploader-drop-zone-container:hover{border-color:rgba(var(--ax-color-primary-500));background-color:rgba(var(--ax-color-primary-50))}.ax-uploader-drop-zone-container ax-icon{font-size:1.875rem;line-height:2.25rem;color:#a3a3a3}.ax-uploader-drop-zone-container .ax-uploader-drop-zone-description{display:flex;flex-direction:column;gap:.5rem}.ax-uploader-drop-zone-container .ax-uploader-drop-zone-description a{color:rgba(var(--ax-color-primary-500))}.ax-uploader-drop-zone-container .ax-uploader-drop-zone-description p{font-size:.875rem;line-height:1.25rem;color:#a3a3a3}\n"], dependencies: [{ kind: "component", type: i1.AXDecoratorIconComponent, selector: "ax-icon", inputs: ["icon"] }, { kind: "directive", type: i2.AXUploaderZoneDirective, selector: "[axUploaderZone]", inputs: ["multiple", "accept"], outputs: ["onChanged", "onFileUploadComplete", "onFilesUploadComplete"] }], encapsulation: i0.ViewEncapsulation.None }); }
13
- }
14
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.2", ngImport: i0, type: AXUploaderDropZoneComponent, decorators: [{
15
- type: Component,
16
- args: [{ selector: 'ax-uploader-drop-zone', encapsulation: ViewEncapsulation.None, template: "<div class=\"ax-uploader-drop-zone-container\" axUploaderZone>\n <ax-icon class=\"ax-icon ax-icon-upload\"></ax-icon>\n <div class=\"ax-uploader-drop-zone-description\">\n <span>Drag & Drop or <a href=\"#\">Choose file</a> to upload</span>\n <p>SVG, PNG, JPG or GIF (MAX. 800x400px)</p>\n </div>\n</div>", styles: [".ax-uploader-drop-zone-container{display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:.5rem;margin:1rem;padding:1rem;gap:1rem;border:2px dashed;border-color:rgba(var(--ax-color-border-default))}.ax-uploader-drop-zone-container:hover{border-color:rgba(var(--ax-color-primary-500));background-color:rgba(var(--ax-color-primary-50))}.ax-uploader-drop-zone-container ax-icon{font-size:1.875rem;line-height:2.25rem;color:#a3a3a3}.ax-uploader-drop-zone-container .ax-uploader-drop-zone-description{display:flex;flex-direction:column;gap:.5rem}.ax-uploader-drop-zone-container .ax-uploader-drop-zone-description a{color:rgba(var(--ax-color-primary-500))}.ax-uploader-drop-zone-container .ax-uploader-drop-zone-description p{font-size:.875rem;line-height:1.25rem;color:#a3a3a3}\n"] }]
17
- }] });
18
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidXBsb2FkZXItZHJvcC16b25lLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvY29tcG9uZW50cy91cGxvYWRlci9zcmMvbGliL3VwbG9hZGVyLWRyb3Atem9uZS5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2NvbXBvbmVudHMvdXBsb2FkZXIvc3JjL2xpYi91cGxvYWRlci1kcm9wLXpvbmUuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLDJCQUEyQixDQUFDO0FBQzVELE9BQU8sRUFBRSxTQUFTLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSxlQUFlLENBQUM7Ozs7QUFFN0Q7OztHQUdHO0FBT0gsTUFBTSxPQUFPLDJCQUE0QixTQUFRLGVBQWU7OEdBQW5ELDJCQUEyQjtrR0FBM0IsMkJBQTJCLG9GQ2J4QywwVEFNTTs7MkZET08sMkJBQTJCO2tCQU52QyxTQUFTOytCQUNFLHVCQUF1QixpQkFHbEIsaUJBQWlCLENBQUMsSUFBSSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE1YQmFzZUNvbXBvbmVudCB9IGZyb20gJ0BhY29yZXgvY29tcG9uZW50cy9jb21tb24nO1xuaW1wb3J0IHsgQ29tcG9uZW50LCBWaWV3RW5jYXBzdWxhdGlvbiB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG4vKipcbiAqIEEgY29tcG9uZW50IHRoYXQgcHJvdmlkZXMgYSBkcm9wIHpvbmUgYXJlYSBmb3IgdXBsb2FkaW5nIGZpbGVzLlxuICogQGNhdGVnb3J5IENvbXBvbmVudHNcbiAqL1xuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnYXgtdXBsb2FkZXItZHJvcC16b25lJyxcbiAgdGVtcGxhdGVVcmw6ICcuL3VwbG9hZGVyLWRyb3Atem9uZS5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL3VwbG9hZGVyLmNvbXBvbmVudC5zY3NzJ10sXG4gIGVuY2Fwc3VsYXRpb246IFZpZXdFbmNhcHN1bGF0aW9uLk5vbmUsXG59KVxuZXhwb3J0IGNsYXNzIEFYVXBsb2FkZXJEcm9wWm9uZUNvbXBvbmVudCBleHRlbmRzIE1YQmFzZUNvbXBvbmVudCB7fVxuIiwiPGRpdiBjbGFzcz1cImF4LXVwbG9hZGVyLWRyb3Atem9uZS1jb250YWluZXJcIiBheFVwbG9hZGVyWm9uZT5cbiAgPGF4LWljb24gY2xhc3M9XCJheC1pY29uIGF4LWljb24tdXBsb2FkXCI+PC9heC1pY29uPlxuICA8ZGl2IGNsYXNzPVwiYXgtdXBsb2FkZXItZHJvcC16b25lLWRlc2NyaXB0aW9uXCI+XG4gICAgPHNwYW4+RHJhZyAmIERyb3Agb3IgPGEgaHJlZj1cIiNcIj5DaG9vc2UgZmlsZTwvYT4gdG8gdXBsb2FkPC9zcGFuPlxuICAgIDxwPlNWRywgUE5HLCBKUEcgb3IgR0lGIChNQVguIDgwMHg0MDBweCk8L3A+XG4gIDwvZGl2PlxuPC9kaXY+Il19
@@ -1,26 +0,0 @@
1
- import { AXBasePageComponent } from '@acorex/components/page';
2
- import { Component, ViewEncapsulation, inject } from '@angular/core';
3
- import { AXUploaderService } from './uploader.service';
4
- import * as i0 from "@angular/core";
5
- import * as i1 from "@acorex/components/circular-progress";
6
- import * as i2 from "@angular/common";
7
- import * as i3 from "@acorex/core/translation";
8
- import * as i4 from "@acorex/core/format";
9
- /**
10
- * A component that displays a list of uploaded files.
11
- * @category Components
12
- */
13
- export class AXUploaderListComponent extends AXBasePageComponent {
14
- constructor() {
15
- super(...arguments);
16
- /** @ignore */
17
- this.uploadService = inject(AXUploaderService);
18
- }
19
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.2", ngImport: i0, type: AXUploaderListComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
20
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.0.2", type: AXUploaderListComponent, selector: "ax-uploader-list", usesInheritance: true, ngImport: i0, template: "@if((uploadService.totalEstimateTime | async) > 0)\n{\n<div class=\"ax-uploader-progress-status\">\n <div>{{ (uploadService.totalEstimateTime | async) | format: 'timeleft' | async }}</div>\n <button (click)=\"uploadService.cancelAll()\">{{ 'cancel' | translate | async }}</button>\n</div>\n}\n<ul class=\"ax-uploader-list-items\">\n @for (item of uploadService.files | async; track item.name) {\n <li>\n <div class=\"ax-file ax-bg-success-500\">\n <span>{{ item.ext }}</span>\n </div>\n <div class=\"ax-item-container\">\n <div class=\"ax-item-name\" [title]=\"item.name\">{{ item.name }}</div>\n <div class=\"ax-status\">\n @switch (item.status()) {\n @case ('inprogress') {\n <span>{{ item.size | format: 'filesize' | async }}</span> / {{ item.estimateTime() | format: 'timeleft' | async\n }}\n }\n @case ('failed') {\n <span class=\"ax-state-failed\">{{ item.message() }}</span>\n }\n }\n </div>\n </div>\n <div class=\"ax-status\">\n @switch (item.status()) {\n @case ('completed') {\n <i class=\"ax-icon ax-icon-solid ax-icon-check-circle ax-state-completed\"></i>\n }\n @case ('canceled') {\n <span class=\"ax-state-canceled\">{{ 'canceled' | translate | async }}</span>\n }\n @case ('failed') {\n <span class=\"ax-state-failed\">{{ 'failed' | translate | async }}</span>\n }\n @default {\n <ax-circular-progress [size]=\"22\" [stroke]=\"6\" [progress]=\"item.progress()\" class=\"ax-show\">\n </ax-circular-progress>\n <i class=\"ax-icon ax-icon-solid ax-icon-close ax-hide\" (click)=\"item.cancel()\"\n title=\"{{ 'cancel' | translate | async }}\"></i>\n }\n }\n </div>\n </li>\n }\n</ul>", styles: [".ax-dark ax-uploader-list .ax-uploader-progress-status{border-color:rgba(var(--ax-color-primary-500));background-color:rgba(var(--ax-color-primary-500),.25);color:rgba(var(--ax-color-primary-fore))}ax-uploader-list .ax-uploader-progress-status{display:flex;align-items:center;justify-content:space-between;border-bottom-width:1px;border-top-width:1px;border-color:rgba(var(--ax-color-primary-200));background-color:rgba(var(--ax-color-primary-200));padding:.5rem .75rem;font-size:.875rem;line-height:1.25rem;color:rgba(var(--ax-color-primary-fore-tint))}ax-uploader-list .ax-uploader-list-items{max-height:75vh;width:100%;overflow-y:auto;overflow-x:hidden;padding:.5rem 1rem;gap:.5rem;display:flex;flex-direction:column}ax-uploader-list .ax-uploader-list-items li{display:flex;align-items:center;font-size:.875rem;line-height:1.25rem;gap:1rem;width:100%}ax-uploader-list .ax-uploader-list-items li .ax-item-container{display:flex;flex-direction:column;flex:1;-webkit-user-select:none;user-select:none}ax-uploader-list .ax-uploader-list-items li .ax-item-container .ax-item-name{font-size:.875rem;line-height:1.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block;width:12rem}ax-uploader-list .ax-uploader-list-items li .ax-status{position:relative;color:rgba(var(--ax-color-black),.5)}ax-uploader-list .ax-uploader-list-items li .ax-status .ax-icon{font-size:1.375rem}ax-uploader-list .ax-uploader-list-items li .ax-status .ax-icon-close{cursor:pointer}ax-uploader-list .ax-uploader-list-items li .ax-status .ax-state-canceled{color:rgba(var(--ax-color-neutral-500))}ax-uploader-list .ax-uploader-list-items li .ax-status .ax-state-failed{color:rgba(var(--ax-color-danger-500))}ax-uploader-list .ax-uploader-list-items li .ax-status .ax-state-completed{color:rgba(var(--ax-color-success-500))}ax-uploader-list .ax-uploader-list-items li:hover .ax-hide{display:flex!important}ax-uploader-list .ax-uploader-list-items li:hover .ax-show{display:none!important}ax-uploader-list .ax-uploader-list-items li .ax-show{display:flex!important}ax-uploader-list .ax-uploader-list-items li .ax-hide{display:none!important}.ax-file{position:relative;display:flex;align-items:center;justify-content:center;width:1.5rem;aspect-ratio:.7;border-radius:.25rem;color:rgba(var(--ax-color-white))}.ax-file>*{position:absolute;bottom:.3rem;font-weight:700;font-size:.65rem;line-height:.65rem}.ax-file:before{content:\"\";position:absolute;top:0;right:0;border-width:0 12px 12px 0;border-color:rgba(var(--ax-color-surface)) rgba(var(--ax-color-surface)) rgba(var(--ax-color-black),.3) rgba(var(--ax-color-black),.3)}\n"], dependencies: [{ kind: "component", type: i1.AXCircularProgressComponent, selector: "ax-circular-progress", inputs: ["color", "progress", "stroke", "size"], outputs: ["ValueChange", "strokeChange", "sizeChange"] }, { kind: "pipe", type: i2.AsyncPipe, name: "async" }, { kind: "pipe", type: i3.AXTranslatorPipe, name: "translate" }, { kind: "pipe", type: i4.AXFormatPipe, name: "format" }], encapsulation: i0.ViewEncapsulation.None }); }
21
- }
22
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.2", ngImport: i0, type: AXUploaderListComponent, decorators: [{
23
- type: Component,
24
- args: [{ selector: 'ax-uploader-list', encapsulation: ViewEncapsulation.None, template: "@if((uploadService.totalEstimateTime | async) > 0)\n{\n<div class=\"ax-uploader-progress-status\">\n <div>{{ (uploadService.totalEstimateTime | async) | format: 'timeleft' | async }}</div>\n <button (click)=\"uploadService.cancelAll()\">{{ 'cancel' | translate | async }}</button>\n</div>\n}\n<ul class=\"ax-uploader-list-items\">\n @for (item of uploadService.files | async; track item.name) {\n <li>\n <div class=\"ax-file ax-bg-success-500\">\n <span>{{ item.ext }}</span>\n </div>\n <div class=\"ax-item-container\">\n <div class=\"ax-item-name\" [title]=\"item.name\">{{ item.name }}</div>\n <div class=\"ax-status\">\n @switch (item.status()) {\n @case ('inprogress') {\n <span>{{ item.size | format: 'filesize' | async }}</span> / {{ item.estimateTime() | format: 'timeleft' | async\n }}\n }\n @case ('failed') {\n <span class=\"ax-state-failed\">{{ item.message() }}</span>\n }\n }\n </div>\n </div>\n <div class=\"ax-status\">\n @switch (item.status()) {\n @case ('completed') {\n <i class=\"ax-icon ax-icon-solid ax-icon-check-circle ax-state-completed\"></i>\n }\n @case ('canceled') {\n <span class=\"ax-state-canceled\">{{ 'canceled' | translate | async }}</span>\n }\n @case ('failed') {\n <span class=\"ax-state-failed\">{{ 'failed' | translate | async }}</span>\n }\n @default {\n <ax-circular-progress [size]=\"22\" [stroke]=\"6\" [progress]=\"item.progress()\" class=\"ax-show\">\n </ax-circular-progress>\n <i class=\"ax-icon ax-icon-solid ax-icon-close ax-hide\" (click)=\"item.cancel()\"\n title=\"{{ 'cancel' | translate | async }}\"></i>\n }\n }\n </div>\n </li>\n }\n</ul>", styles: [".ax-dark ax-uploader-list .ax-uploader-progress-status{border-color:rgba(var(--ax-color-primary-500));background-color:rgba(var(--ax-color-primary-500),.25);color:rgba(var(--ax-color-primary-fore))}ax-uploader-list .ax-uploader-progress-status{display:flex;align-items:center;justify-content:space-between;border-bottom-width:1px;border-top-width:1px;border-color:rgba(var(--ax-color-primary-200));background-color:rgba(var(--ax-color-primary-200));padding:.5rem .75rem;font-size:.875rem;line-height:1.25rem;color:rgba(var(--ax-color-primary-fore-tint))}ax-uploader-list .ax-uploader-list-items{max-height:75vh;width:100%;overflow-y:auto;overflow-x:hidden;padding:.5rem 1rem;gap:.5rem;display:flex;flex-direction:column}ax-uploader-list .ax-uploader-list-items li{display:flex;align-items:center;font-size:.875rem;line-height:1.25rem;gap:1rem;width:100%}ax-uploader-list .ax-uploader-list-items li .ax-item-container{display:flex;flex-direction:column;flex:1;-webkit-user-select:none;user-select:none}ax-uploader-list .ax-uploader-list-items li .ax-item-container .ax-item-name{font-size:.875rem;line-height:1.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block;width:12rem}ax-uploader-list .ax-uploader-list-items li .ax-status{position:relative;color:rgba(var(--ax-color-black),.5)}ax-uploader-list .ax-uploader-list-items li .ax-status .ax-icon{font-size:1.375rem}ax-uploader-list .ax-uploader-list-items li .ax-status .ax-icon-close{cursor:pointer}ax-uploader-list .ax-uploader-list-items li .ax-status .ax-state-canceled{color:rgba(var(--ax-color-neutral-500))}ax-uploader-list .ax-uploader-list-items li .ax-status .ax-state-failed{color:rgba(var(--ax-color-danger-500))}ax-uploader-list .ax-uploader-list-items li .ax-status .ax-state-completed{color:rgba(var(--ax-color-success-500))}ax-uploader-list .ax-uploader-list-items li:hover .ax-hide{display:flex!important}ax-uploader-list .ax-uploader-list-items li:hover .ax-show{display:none!important}ax-uploader-list .ax-uploader-list-items li .ax-show{display:flex!important}ax-uploader-list .ax-uploader-list-items li .ax-hide{display:none!important}.ax-file{position:relative;display:flex;align-items:center;justify-content:center;width:1.5rem;aspect-ratio:.7;border-radius:.25rem;color:rgba(var(--ax-color-white))}.ax-file>*{position:absolute;bottom:.3rem;font-weight:700;font-size:.65rem;line-height:.65rem}.ax-file:before{content:\"\";position:absolute;top:0;right:0;border-width:0 12px 12px 0;border-color:rgba(var(--ax-color-surface)) rgba(var(--ax-color-surface)) rgba(var(--ax-color-black),.3) rgba(var(--ax-color-black),.3)}\n"] }]
25
- }] });
26
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidXBsb2FkZXItbGlzdC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2NvbXBvbmVudHMvdXBsb2FkZXIvc3JjL2xpYi91cGxvYWRlci1saXN0LmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvY29tcG9uZW50cy91cGxvYWRlci9zcmMvbGliL3VwbG9hZGVyLWxpc3QuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0seUJBQXlCLENBQUM7QUFDOUQsT0FBTyxFQUFFLFNBQVMsRUFBRSxpQkFBaUIsRUFBRSxNQUFNLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDckUsT0FBTyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sb0JBQW9CLENBQUM7Ozs7OztBQUV2RDs7O0dBR0c7QUFPSCxNQUFNLE9BQU8sdUJBQXdCLFNBQVEsbUJBQW1CO0lBTmhFOztRQVFFLGNBQWM7UUFDSixrQkFBYSxHQUFzQixNQUFNLENBQUMsaUJBQWlCLENBQUMsQ0FBQztLQUN4RTs4R0FKWSx1QkFBdUI7a0dBQXZCLHVCQUF1QiwrRUNkcEMsaXdEQWdESzs7MkZEbENRLHVCQUF1QjtrQkFObkMsU0FBUzsrQkFDRSxrQkFBa0IsaUJBR2IsaUJBQWlCLENBQUMsSUFBSSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEFYQmFzZVBhZ2VDb21wb25lbnQgfSBmcm9tICdAYWNvcmV4L2NvbXBvbmVudHMvcGFnZSc7XG5pbXBvcnQgeyBDb21wb25lbnQsIFZpZXdFbmNhcHN1bGF0aW9uLCBpbmplY3QgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEFYVXBsb2FkZXJTZXJ2aWNlIH0gZnJvbSAnLi91cGxvYWRlci5zZXJ2aWNlJztcblxuLyoqXG4gKiBBIGNvbXBvbmVudCB0aGF0IGRpc3BsYXlzIGEgbGlzdCBvZiB1cGxvYWRlZCBmaWxlcy5cbiAqIEBjYXRlZ29yeSBDb21wb25lbnRzXG4gKi9cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2F4LXVwbG9hZGVyLWxpc3QnLFxuICB0ZW1wbGF0ZVVybDogJy4vdXBsb2FkZXItbGlzdC5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL3VwbG9hZGVyLWxpc3QuY29tcG9uZW50LnNjc3MnXSxcbiAgZW5jYXBzdWxhdGlvbjogVmlld0VuY2Fwc3VsYXRpb24uTm9uZSxcbn0pXG5leHBvcnQgY2xhc3MgQVhVcGxvYWRlckxpc3RDb21wb25lbnQgZXh0ZW5kcyBBWEJhc2VQYWdlQ29tcG9uZW50IHtcblxuICAvKiogQGlnbm9yZSAqL1xuICBwcm90ZWN0ZWQgdXBsb2FkU2VydmljZTogQVhVcGxvYWRlclNlcnZpY2UgPSBpbmplY3QoQVhVcGxvYWRlclNlcnZpY2UpO1xufVxuIiwiQGlmKCh1cGxvYWRTZXJ2aWNlLnRvdGFsRXN0aW1hdGVUaW1lIHwgYXN5bmMpID4gMClcbntcbjxkaXYgY2xhc3M9XCJheC11cGxvYWRlci1wcm9ncmVzcy1zdGF0dXNcIj5cbiAgPGRpdj57eyAodXBsb2FkU2VydmljZS50b3RhbEVzdGltYXRlVGltZSB8IGFzeW5jKSB8IGZvcm1hdDogJ3RpbWVsZWZ0JyB8IGFzeW5jIH19PC9kaXY+XG4gIDxidXR0b24gKGNsaWNrKT1cInVwbG9hZFNlcnZpY2UuY2FuY2VsQWxsKClcIj57eyAnY2FuY2VsJyB8IHRyYW5zbGF0ZSB8IGFzeW5jIH19PC9idXR0b24+XG48L2Rpdj5cbn1cbjx1bCBjbGFzcz1cImF4LXVwbG9hZGVyLWxpc3QtaXRlbXNcIj5cbiAgQGZvciAoaXRlbSBvZiB1cGxvYWRTZXJ2aWNlLmZpbGVzIHwgYXN5bmM7IHRyYWNrIGl0ZW0ubmFtZSkge1xuICA8bGk+XG4gICAgPGRpdiBjbGFzcz1cImF4LWZpbGUgYXgtYmctc3VjY2Vzcy01MDBcIj5cbiAgICAgIDxzcGFuPnt7IGl0ZW0uZXh0IH19PC9zcGFuPlxuICAgIDwvZGl2PlxuICAgIDxkaXYgY2xhc3M9XCJheC1pdGVtLWNvbnRhaW5lclwiPlxuICAgICAgPGRpdiBjbGFzcz1cImF4LWl0ZW0tbmFtZVwiIFt0aXRsZV09XCJpdGVtLm5hbWVcIj57eyBpdGVtLm5hbWUgfX08L2Rpdj5cbiAgICAgIDxkaXYgY2xhc3M9XCJheC1zdGF0dXNcIj5cbiAgICAgICAgQHN3aXRjaCAoaXRlbS5zdGF0dXMoKSkge1xuICAgICAgICBAY2FzZSAoJ2lucHJvZ3Jlc3MnKSB7XG4gICAgICAgIDxzcGFuPnt7IGl0ZW0uc2l6ZSB8IGZvcm1hdDogJ2ZpbGVzaXplJyB8IGFzeW5jIH19PC9zcGFuPiAvIHt7IGl0ZW0uZXN0aW1hdGVUaW1lKCkgfCBmb3JtYXQ6ICd0aW1lbGVmdCcgfCBhc3luY1xuICAgICAgICB9fVxuICAgICAgICB9XG4gICAgICAgIEBjYXNlICgnZmFpbGVkJykge1xuICAgICAgICA8c3BhbiBjbGFzcz1cImF4LXN0YXRlLWZhaWxlZFwiPnt7IGl0ZW0ubWVzc2FnZSgpIH19PC9zcGFuPlxuICAgICAgICB9XG4gICAgICAgIH1cbiAgICAgIDwvZGl2PlxuICAgIDwvZGl2PlxuICAgIDxkaXYgY2xhc3M9XCJheC1zdGF0dXNcIj5cbiAgICAgIEBzd2l0Y2ggKGl0ZW0uc3RhdHVzKCkpIHtcbiAgICAgIEBjYXNlICgnY29tcGxldGVkJykge1xuICAgICAgPGkgY2xhc3M9XCJheC1pY29uIGF4LWljb24tc29saWQgYXgtaWNvbi1jaGVjay1jaXJjbGUgYXgtc3RhdGUtY29tcGxldGVkXCI+PC9pPlxuICAgICAgfVxuICAgICAgQGNhc2UgKCdjYW5jZWxlZCcpIHtcbiAgICAgIDxzcGFuIGNsYXNzPVwiYXgtc3RhdGUtY2FuY2VsZWRcIj57eyAnY2FuY2VsZWQnIHwgdHJhbnNsYXRlIHwgYXN5bmMgfX08L3NwYW4+XG4gICAgICB9XG4gICAgICBAY2FzZSAoJ2ZhaWxlZCcpIHtcbiAgICAgIDxzcGFuIGNsYXNzPVwiYXgtc3RhdGUtZmFpbGVkXCI+e3sgJ2ZhaWxlZCcgfCB0cmFuc2xhdGUgfCBhc3luYyB9fTwvc3Bhbj5cbiAgICAgIH1cbiAgICAgIEBkZWZhdWx0IHtcbiAgICAgIDxheC1jaXJjdWxhci1wcm9ncmVzcyBbc2l6ZV09XCIyMlwiIFtzdHJva2VdPVwiNlwiIFtwcm9ncmVzc109XCJpdGVtLnByb2dyZXNzKClcIiBjbGFzcz1cImF4LXNob3dcIj5cbiAgICAgIDwvYXgtY2lyY3VsYXItcHJvZ3Jlc3M+XG4gICAgICA8aSBjbGFzcz1cImF4LWljb24gYXgtaWNvbi1zb2xpZCBheC1pY29uLWNsb3NlIGF4LWhpZGVcIiAoY2xpY2spPVwiaXRlbS5jYW5jZWwoKVwiXG4gICAgICAgIHRpdGxlPVwie3sgJ2NhbmNlbCcgfCB0cmFuc2xhdGUgfCBhc3luYyAgfX1cIj48L2k+XG4gICAgICB9XG4gICAgICB9XG4gICAgPC9kaXY+XG4gIDwvbGk+XG4gIH1cbjwvdWw+Il19