@acorex/components 18.5.16 → 18.6.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (332) hide show
  1. package/action-sheet/lib/action-sheet.component.d.ts +26 -0
  2. package/alert/lib/alert.component.d.ts +50 -2
  3. package/audio-wave/lib/audio-wave.component.d.ts +53 -0
  4. package/avatar/lib/avatar.component.d.ts +20 -1
  5. package/badge/lib/badge.component.d.ts +8 -0
  6. package/bottom-navigation/lib/bottom-navigation.component.d.ts +16 -0
  7. package/breadcrumbs/lib/breadcrumbs-item.component.d.ts +11 -0
  8. package/breadcrumbs/lib/breadcrumbs.component.d.ts +11 -0
  9. package/button/lib/button-item-list.component.d.ts +34 -0
  10. package/button/lib/button-item.component.d.ts +47 -0
  11. package/button/lib/button.component.d.ts +36 -0
  12. package/button-group/lib/button-group.component.d.ts +56 -0
  13. package/calendar/lib/calendar-range.component.d.ts +48 -0
  14. package/calendar/lib/calendar.component.d.ts +114 -0
  15. package/check-box/lib/check-box.component.d.ts +36 -0
  16. package/chips/lib/chips.component.d.ts +13 -0
  17. package/circular-progress/lib/circular-progress.component.d.ts +51 -21
  18. package/collapse/lib/collapse-group.component.d.ts +38 -0
  19. package/collapse/lib/collapse.component.d.ts +55 -0
  20. package/color-box/lib/color-box.component.d.ts +28 -1
  21. package/color-palette/lib/color-palette-input.component.d.ts +35 -0
  22. package/color-palette/lib/color-palette-picker.component.d.ts +53 -0
  23. package/color-palette/lib/color-palette-preview.component.d.ts +17 -0
  24. package/color-palette/lib/color-palette-swatches.component.d.ts +30 -0
  25. package/color-palette/lib/color-palette.component.d.ts +8 -0
  26. package/comment/lib/comment-container/comment-container.component.d.ts +5 -0
  27. package/comment/lib/comment-item/comment-item.component.d.ts +16 -2
  28. package/comment/lib/comment-like/comment-like.component.d.ts +8 -0
  29. package/comment/lib/comment-reply/comment-reply.component.d.ts +4 -0
  30. package/comment/lib/comment-view/comment-view.component.d.ts +4 -0
  31. package/common/lib/components/base-component.class.d.ts +8 -0
  32. package/common/lib/components/button-base-component.class.d.ts +21 -0
  33. package/common/lib/components/interactive-component.class.d.ts +15 -0
  34. package/conversation/lib/conversation-container/conversation-container.component.d.ts +4 -0
  35. package/conversation/lib/conversation-input/conversation-input.component.d.ts +79 -2
  36. package/conversation/lib/conversation-message/conversation-message.component.d.ts +41 -0
  37. package/conversation/lib/conversation-messages/conversation-message-audio/conversation-message-audio.component.d.ts +62 -0
  38. package/conversation/lib/conversation-messages/conversation-message-file/conversation-message-file.component.d.ts +34 -0
  39. package/conversation/lib/conversation-messages/conversation-message-image/conversation-message-image.component.d.ts +21 -0
  40. package/conversation/lib/conversation-messages/conversation-message-image-popup/conversation-message-image-popup.component.d.ts +11 -0
  41. package/conversation/lib/conversation-messages/conversation-message-text/conversation-message-text.component.d.ts +29 -0
  42. package/conversation/lib/conversation-messages/conversation-message-video/conversation-message-video.component.d.ts +11 -0
  43. package/conversation/lib/conversation-messages/conversation-message-voice/conversation-message-voice.component.d.ts +72 -0
  44. package/conversation/lib/conversation-view/conversation-view.component.d.ts +22 -0
  45. package/data-pager/lib/data-pager-base.component.d.ts +9 -0
  46. package/data-pager/lib/data-pager-info.component.d.ts +14 -0
  47. package/data-pager/lib/data-pager-input-selector.component.d.ts +17 -0
  48. package/data-pager/lib/data-pager-next-buttons.components.d.ts +20 -0
  49. package/data-pager/lib/data-pager-numeric-selector.component.d.ts +14 -0
  50. package/data-pager/lib/data-pager-pagesize-dropdown.component.d.ts +28 -0
  51. package/data-pager/lib/data-pager-prev-buttons.component.d.ts +20 -0
  52. package/data-pager/lib/data-pager.component.d.ts +111 -0
  53. package/data-table/lib/columns/data-text-column.component.d.ts +58 -0
  54. package/data-table/lib/columns/row-command-column.component.d.ts +83 -0
  55. package/data-table/lib/columns/row-index-column.component.d.ts +51 -0
  56. package/data-table/lib/columns/row-select-column.component.d.ts +47 -0
  57. package/data-table/lib/data-table/data-table.component.d.ts +200 -0
  58. package/data-table/lib/infinite-scroll-data-table/infinite-scroll-data-table.component.d.ts +185 -0
  59. package/datetime-box/lib/datetime-box.component.d.ts +59 -1
  60. package/datetime-input/lib/datetime-input.component.d.ts +133 -0
  61. package/datetime-picker/lib/datetime-picker.component.d.ts +95 -0
  62. package/decorators/lib/components/clear-button.component.d.ts +25 -0
  63. package/decorators/lib/components/close-button.component.d.ts +22 -0
  64. package/decorators/lib/components/generic-content.component.d.ts +4 -0
  65. package/decorators/lib/components/icon.component.d.ts +12 -0
  66. package/dialog/lib/dialog.component.d.ts +20 -0
  67. package/drawer/lib/drawer-container.component.d.ts +7 -0
  68. package/drawer/lib/drawer.component.d.ts +104 -0
  69. package/dropdown/lib/dropdown-box.component.d.ts +66 -0
  70. package/dropdown/lib/dropdown-panel.component.d.ts +85 -0
  71. package/dropdown-button/lib/dropdown-button.component.d.ts +38 -0
  72. package/esm2022/action-sheet/lib/action-sheet.component.mjs +21 -1
  73. package/esm2022/alert/lib/alert.component.mjs +48 -3
  74. package/esm2022/audio-wave/lib/audio-wave.component.mjs +48 -1
  75. package/esm2022/avatar/lib/avatar.component.mjs +21 -2
  76. package/esm2022/badge/lib/badge.component.mjs +9 -1
  77. package/esm2022/bottom-navigation/lib/bottom-navigation.component.mjs +14 -1
  78. package/esm2022/breadcrumbs/lib/breadcrumbs-item.component.mjs +9 -1
  79. package/esm2022/breadcrumbs/lib/breadcrumbs.component.mjs +6 -1
  80. package/esm2022/button/lib/button-item-list.component.mjs +35 -1
  81. package/esm2022/button/lib/button-item.component.mjs +36 -1
  82. package/esm2022/button/lib/button.component.mjs +37 -1
  83. package/esm2022/button-group/lib/button-group.component.mjs +51 -1
  84. package/esm2022/calendar/lib/calendar-range.component.mjs +46 -1
  85. package/esm2022/calendar/lib/calendar.component.mjs +112 -1
  86. package/esm2022/check-box/lib/check-box.component.mjs +34 -1
  87. package/esm2022/chips/lib/chips.component.mjs +14 -1
  88. package/esm2022/circular-progress/lib/circular-progress.component.mjs +73 -74
  89. package/esm2022/collapse/lib/collapse-group.component.mjs +39 -1
  90. package/esm2022/collapse/lib/collapse.component.mjs +53 -1
  91. package/esm2022/color-box/lib/color-box.component.mjs +23 -2
  92. package/esm2022/color-palette/lib/color-palette-input.component.mjs +36 -1
  93. package/esm2022/color-palette/lib/color-palette-picker.component.mjs +54 -1
  94. package/esm2022/color-palette/lib/color-palette-preview.component.mjs +18 -1
  95. package/esm2022/color-palette/lib/color-palette-swatches.component.mjs +28 -1
  96. package/esm2022/color-palette/lib/color-palette.component.mjs +9 -1
  97. package/esm2022/comment/lib/comment-container/comment-container.component.mjs +6 -1
  98. package/esm2022/comment/lib/comment-item/comment-item.component.mjs +15 -1
  99. package/esm2022/comment/lib/comment-like/comment-like.component.mjs +9 -1
  100. package/esm2022/comment/lib/comment-reply/comment-reply.component.mjs +5 -1
  101. package/esm2022/comment/lib/comment-view/comment-view.component.mjs +5 -1
  102. package/esm2022/common/lib/components/base-component.class.mjs +9 -1
  103. package/esm2022/common/lib/components/button-base-component.class.mjs +22 -1
  104. package/esm2022/common/lib/components/interactive-component.class.mjs +16 -1
  105. package/esm2022/conversation/lib/conversation-container/conversation-container.component.mjs +5 -1
  106. package/esm2022/conversation/lib/conversation-input/conversation-input.component.mjs +75 -1
  107. package/esm2022/conversation/lib/conversation-message/conversation-message.component.mjs +39 -1
  108. package/esm2022/conversation/lib/conversation-messages/conversation-message-audio/conversation-message-audio.component.mjs +63 -1
  109. package/esm2022/conversation/lib/conversation-messages/conversation-message-file/conversation-message-file.component.mjs +35 -1
  110. package/esm2022/conversation/lib/conversation-messages/conversation-message-image/conversation-message-image.component.mjs +22 -1
  111. package/esm2022/conversation/lib/conversation-messages/conversation-message-image-popup/conversation-message-image-popup.component.mjs +9 -1
  112. package/esm2022/conversation/lib/conversation-messages/conversation-message-text/conversation-message-text.component.mjs +30 -1
  113. package/esm2022/conversation/lib/conversation-messages/conversation-message-video/conversation-message-video.component.mjs +12 -1
  114. package/esm2022/conversation/lib/conversation-messages/conversation-message-voice/conversation-message-voice.component.mjs +70 -1
  115. package/esm2022/conversation/lib/conversation-view/conversation-view.component.mjs +23 -1
  116. package/esm2022/data-pager/lib/data-pager-base.component.mjs +7 -1
  117. package/esm2022/data-pager/lib/data-pager-info.component.mjs +9 -1
  118. package/esm2022/data-pager/lib/data-pager-input-selector.component.mjs +18 -1
  119. package/esm2022/data-pager/lib/data-pager-next-buttons.components.mjs +18 -1
  120. package/esm2022/data-pager/lib/data-pager-numeric-selector.component.mjs +15 -1
  121. package/esm2022/data-pager/lib/data-pager-pagesize-dropdown.component.mjs +23 -1
  122. package/esm2022/data-pager/lib/data-pager-prev-buttons.component.mjs +18 -1
  123. package/esm2022/data-pager/lib/data-pager.component.mjs +109 -1
  124. package/esm2022/data-table/lib/columns/data-text-column.component.mjs +32 -1
  125. package/esm2022/data-table/lib/columns/row-command-column.component.mjs +63 -1
  126. package/esm2022/data-table/lib/columns/row-index-column.component.mjs +40 -1
  127. package/esm2022/data-table/lib/columns/row-select-column.component.mjs +39 -1
  128. package/esm2022/data-table/lib/data-table/data-table.component.mjs +183 -1
  129. package/esm2022/data-table/lib/infinite-scroll-data-table/infinite-scroll-data-table.component.mjs +159 -1
  130. package/esm2022/datetime-box/lib/datetime-box.component.mjs +51 -2
  131. package/esm2022/datetime-input/lib/datetime-input.component.mjs +122 -1
  132. package/esm2022/datetime-picker/lib/datetime-picker.component.mjs +90 -1
  133. package/esm2022/decorators/lib/components/clear-button.component.mjs +26 -1
  134. package/esm2022/decorators/lib/components/close-button.component.mjs +23 -1
  135. package/esm2022/decorators/lib/components/generic-content.component.mjs +5 -1
  136. package/esm2022/decorators/lib/components/icon.component.mjs +13 -1
  137. package/esm2022/dialog/lib/dialog.component.mjs +18 -1
  138. package/esm2022/drawer/lib/drawer-container.component.mjs +8 -1
  139. package/esm2022/drawer/lib/drawer.component.mjs +102 -1
  140. package/esm2022/dropdown/lib/dropdown-box.component.mjs +58 -1
  141. package/esm2022/dropdown/lib/dropdown-panel.component.mjs +77 -1
  142. package/esm2022/dropdown-button/lib/dropdown-button.component.mjs +36 -1
  143. package/esm2022/form/lib/form-field.component.mjs +40 -1
  144. package/esm2022/form/lib/form.component.mjs +59 -1
  145. package/esm2022/form/lib/validation-summary.component.mjs +41 -1
  146. package/esm2022/image/lib/image.component.mjs +47 -1
  147. package/esm2022/label/lib/label.component.mjs +32 -1
  148. package/esm2022/list/lib/list.component.mjs +84 -1
  149. package/esm2022/loading/lib/loading-spinner.component.mjs +17 -1
  150. package/esm2022/loading/lib/loading.component.mjs +27 -1
  151. package/esm2022/popup/lib/popup.component.mjs +2 -2
  152. package/esm2022/progress-bar/lib/progress-bar.component.mjs +1 -1
  153. package/esm2022/scheduler/lib/scheduler-month-view.component.mjs +20 -1
  154. package/esm2022/scheduler/lib/scheduler-week-view.component.mjs +5 -1
  155. package/esm2022/scheduler/lib/scheduler.component.mjs +10 -1
  156. package/esm2022/search-box/lib/search-box.component.mjs +19 -2
  157. package/esm2022/select-box/lib/select-box.component.mjs +50 -2
  158. package/esm2022/selection-list/lib/selection-list.component.mjs +51 -1
  159. package/esm2022/side-menu/lib/side-menu.component.mjs +5 -1
  160. package/esm2022/skeleton/lib/skeleton.component.mjs +11 -1
  161. package/esm2022/slider/lib/slider.component.mjs +52 -2
  162. package/esm2022/step-wizard/lib/step-wizard.component.mjs +23 -1
  163. package/esm2022/switch/lib/switch-content.component.mjs +5 -1
  164. package/esm2022/switch/lib/switch.component.mjs +11 -1
  165. package/esm2022/tabs/lib/tab-item.component.mjs +24 -1
  166. package/esm2022/tabs/lib/tabs.component.mjs +36 -1
  167. package/esm2022/tag/lib/tag.component.mjs +2 -1
  168. package/esm2022/text-area/lib/text-area.component.mjs +8 -1
  169. package/esm2022/text-box/lib/text-box.component.mjs +13 -1
  170. package/esm2022/toast/lib/toast.component.mjs +6 -1
  171. package/esm2022/tooltip/lib/tooltip.component.mjs +5 -1
  172. package/esm2022/uploader/index.mjs +5 -5
  173. package/esm2022/uploader/lib/{uploader-dialog-container.component.mjs → uploader-dialog-container/uploader-dialog-container.component.mjs} +17 -2
  174. package/esm2022/uploader/lib/uploader-drop-zone/uploader-drop-zone.component.mjs +27 -0
  175. package/esm2022/uploader/lib/uploader-list/uploader-list.component.mjs +26 -0
  176. package/esm2022/uploader/lib/uploader-zone.directive.mjs +23 -16
  177. package/esm2022/uploader/lib/uploader.models.mjs +19 -1
  178. package/esm2022/uploader/lib/uploader.module.mjs +18 -13
  179. package/esm2022/uploader/lib/uploader.service.mjs +14 -7
  180. package/esm2022/wysiwyg/lib/wysiwyg/wysiwyg-container/wysiwyg-container.component.mjs +66 -9
  181. package/esm2022/wysiwyg/lib/wysiwyg/wysiwyg-toolbar/wysiwyg-toolbar.component.mjs +105 -43
  182. package/esm2022/wysiwyg/lib/wysiwyg/wysiwyg-view/wysiwyg-view.component.mjs +9 -1
  183. package/esm2022/wysiwyg/lib/wysiwyg/wysiwyg.service.mjs +4 -1
  184. package/fesm2022/acorex-components-action-sheet.mjs +20 -0
  185. package/fesm2022/acorex-components-action-sheet.mjs.map +1 -1
  186. package/fesm2022/acorex-components-alert.mjs +47 -2
  187. package/fesm2022/acorex-components-alert.mjs.map +1 -1
  188. package/fesm2022/acorex-components-audio-wave.mjs +47 -0
  189. package/fesm2022/acorex-components-audio-wave.mjs.map +1 -1
  190. package/fesm2022/acorex-components-avatar.mjs +20 -1
  191. package/fesm2022/acorex-components-avatar.mjs.map +1 -1
  192. package/fesm2022/acorex-components-badge.mjs +8 -0
  193. package/fesm2022/acorex-components-badge.mjs.map +1 -1
  194. package/fesm2022/acorex-components-bottom-navigation.mjs +13 -0
  195. package/fesm2022/acorex-components-bottom-navigation.mjs.map +1 -1
  196. package/fesm2022/acorex-components-breadcrumbs.mjs +13 -0
  197. package/fesm2022/acorex-components-breadcrumbs.mjs.map +1 -1
  198. package/fesm2022/acorex-components-button-group.mjs +50 -0
  199. package/fesm2022/acorex-components-button-group.mjs.map +1 -1
  200. package/fesm2022/acorex-components-button.mjs +105 -0
  201. package/fesm2022/acorex-components-button.mjs.map +1 -1
  202. package/fesm2022/acorex-components-calendar.mjs +156 -0
  203. package/fesm2022/acorex-components-calendar.mjs.map +1 -1
  204. package/fesm2022/acorex-components-check-box.mjs +33 -0
  205. package/fesm2022/acorex-components-check-box.mjs.map +1 -1
  206. package/fesm2022/acorex-components-chips.mjs +13 -0
  207. package/fesm2022/acorex-components-chips.mjs.map +1 -1
  208. package/fesm2022/acorex-components-circular-progress.mjs +72 -73
  209. package/fesm2022/acorex-components-circular-progress.mjs.map +1 -1
  210. package/fesm2022/acorex-components-collapse.mjs +90 -0
  211. package/fesm2022/acorex-components-collapse.mjs.map +1 -1
  212. package/fesm2022/acorex-components-color-box.mjs +22 -1
  213. package/fesm2022/acorex-components-color-box.mjs.map +1 -1
  214. package/fesm2022/acorex-components-color-palette.mjs +140 -0
  215. package/fesm2022/acorex-components-color-palette.mjs.map +1 -1
  216. package/fesm2022/acorex-components-comment.mjs +35 -0
  217. package/fesm2022/acorex-components-comment.mjs.map +1 -1
  218. package/fesm2022/acorex-components-common.mjs +44 -0
  219. package/fesm2022/acorex-components-common.mjs.map +1 -1
  220. package/fesm2022/acorex-components-conversation.mjs +372 -0
  221. package/fesm2022/acorex-components-conversation.mjs.map +1 -1
  222. package/fesm2022/acorex-components-data-pager.mjs +209 -0
  223. package/fesm2022/acorex-components-data-pager.mjs.map +1 -1
  224. package/fesm2022/acorex-components-data-table.mjs +510 -0
  225. package/fesm2022/acorex-components-data-table.mjs.map +1 -1
  226. package/fesm2022/acorex-components-datetime-box.mjs +50 -1
  227. package/fesm2022/acorex-components-datetime-box.mjs.map +1 -1
  228. package/fesm2022/acorex-components-datetime-input.mjs +121 -0
  229. package/fesm2022/acorex-components-datetime-input.mjs.map +1 -1
  230. package/fesm2022/acorex-components-datetime-picker.mjs +89 -0
  231. package/fesm2022/acorex-components-datetime-picker.mjs.map +1 -1
  232. package/fesm2022/acorex-components-decorators.mjs +63 -0
  233. package/fesm2022/acorex-components-decorators.mjs.map +1 -1
  234. package/fesm2022/acorex-components-dialog.mjs +17 -0
  235. package/fesm2022/acorex-components-dialog.mjs.map +1 -1
  236. package/fesm2022/acorex-components-drawer.mjs +108 -0
  237. package/fesm2022/acorex-components-drawer.mjs.map +1 -1
  238. package/fesm2022/acorex-components-dropdown-button.mjs +35 -0
  239. package/fesm2022/acorex-components-dropdown-button.mjs.map +1 -1
  240. package/fesm2022/acorex-components-dropdown.mjs +133 -0
  241. package/fesm2022/acorex-components-dropdown.mjs.map +1 -1
  242. package/fesm2022/acorex-components-form.mjs +137 -0
  243. package/fesm2022/acorex-components-form.mjs.map +1 -1
  244. package/fesm2022/acorex-components-image.mjs +46 -0
  245. package/fesm2022/acorex-components-image.mjs.map +1 -1
  246. package/fesm2022/acorex-components-label.mjs +31 -0
  247. package/fesm2022/acorex-components-label.mjs.map +1 -1
  248. package/fesm2022/acorex-components-list.mjs +83 -0
  249. package/fesm2022/acorex-components-list.mjs.map +1 -1
  250. package/fesm2022/acorex-components-loading.mjs +42 -0
  251. package/fesm2022/acorex-components-loading.mjs.map +1 -1
  252. package/fesm2022/acorex-components-popup.mjs +1 -1
  253. package/fesm2022/acorex-components-popup.mjs.map +1 -1
  254. package/fesm2022/acorex-components-progress-bar.mjs.map +1 -1
  255. package/fesm2022/acorex-components-scheduler.mjs +32 -0
  256. package/fesm2022/acorex-components-scheduler.mjs.map +1 -1
  257. package/fesm2022/acorex-components-search-box.mjs +18 -1
  258. package/fesm2022/acorex-components-search-box.mjs.map +1 -1
  259. package/fesm2022/acorex-components-select-box.mjs +49 -1
  260. package/fesm2022/acorex-components-select-box.mjs.map +1 -1
  261. package/fesm2022/acorex-components-selection-list.mjs +50 -0
  262. package/fesm2022/acorex-components-selection-list.mjs.map +1 -1
  263. package/fesm2022/acorex-components-side-menu.mjs +4 -0
  264. package/fesm2022/acorex-components-side-menu.mjs.map +1 -1
  265. package/fesm2022/acorex-components-skeleton.mjs +10 -0
  266. package/fesm2022/acorex-components-skeleton.mjs.map +1 -1
  267. package/fesm2022/acorex-components-slider.mjs +51 -1
  268. package/fesm2022/acorex-components-slider.mjs.map +1 -1
  269. package/fesm2022/acorex-components-step-wizard.mjs +22 -0
  270. package/fesm2022/acorex-components-step-wizard.mjs.map +1 -1
  271. package/fesm2022/acorex-components-switch.mjs +14 -0
  272. package/fesm2022/acorex-components-switch.mjs.map +1 -1
  273. package/fesm2022/acorex-components-tabs.mjs +58 -0
  274. package/fesm2022/acorex-components-tabs.mjs.map +1 -1
  275. package/fesm2022/acorex-components-tag.mjs +1 -0
  276. package/fesm2022/acorex-components-tag.mjs.map +1 -1
  277. package/fesm2022/acorex-components-text-area.mjs +7 -0
  278. package/fesm2022/acorex-components-text-area.mjs.map +1 -1
  279. package/fesm2022/acorex-components-text-box.mjs +12 -0
  280. package/fesm2022/acorex-components-text-box.mjs.map +1 -1
  281. package/fesm2022/acorex-components-toast.mjs +5 -0
  282. package/fesm2022/acorex-components-toast.mjs.map +1 -1
  283. package/fesm2022/acorex-components-tooltip.mjs +4 -0
  284. package/fesm2022/acorex-components-tooltip.mjs.map +1 -1
  285. package/fesm2022/acorex-components-uploader.mjs +100 -32
  286. package/fesm2022/acorex-components-uploader.mjs.map +1 -1
  287. package/fesm2022/acorex-components-wysiwyg.mjs +179 -50
  288. package/fesm2022/acorex-components-wysiwyg.mjs.map +1 -1
  289. package/form/lib/form-field.component.d.ts +45 -0
  290. package/form/lib/form.component.d.ts +58 -0
  291. package/form/lib/validation-summary.component.d.ts +49 -0
  292. package/image/lib/image.component.d.ts +61 -0
  293. package/label/lib/label.component.d.ts +34 -0
  294. package/list/lib/list.component.d.ts +98 -0
  295. package/loading/lib/loading-spinner.component.d.ts +20 -0
  296. package/loading/lib/loading.component.d.ts +35 -0
  297. package/package.json +58 -58
  298. package/progress-bar/lib/progress-bar.component.d.ts +0 -1
  299. package/scheduler/lib/scheduler-month-view.component.d.ts +20 -0
  300. package/scheduler/lib/scheduler-week-view.component.d.ts +4 -0
  301. package/scheduler/lib/scheduler.component.d.ts +10 -0
  302. package/search-box/lib/search-box.component.d.ts +19 -1
  303. package/select-box/lib/select-box.component.d.ts +78 -1
  304. package/selection-list/lib/selection-list.component.d.ts +55 -0
  305. package/side-menu/lib/side-menu.component.d.ts +4 -0
  306. package/skeleton/lib/skeleton.component.d.ts +10 -0
  307. package/slider/lib/slider.component.d.ts +51 -1
  308. package/step-wizard/lib/step-wizard.component.d.ts +23 -0
  309. package/switch/lib/switch-content.component.d.ts +4 -0
  310. package/switch/lib/switch.component.d.ts +14 -0
  311. package/tabs/lib/tab-item.component.d.ts +32 -0
  312. package/tabs/lib/tabs.component.d.ts +42 -0
  313. package/tag/lib/tag.component.d.ts +4 -0
  314. package/text-area/lib/text-area.component.d.ts +13 -0
  315. package/text-box/lib/text-box.component.d.ts +27 -0
  316. package/toast/lib/toast.component.d.ts +6 -0
  317. package/tooltip/lib/tooltip.component.d.ts +13 -0
  318. package/uploader/index.d.ts +4 -4
  319. package/uploader/lib/{uploader-dialog-container.component.d.ts → uploader-dialog-container/uploader-dialog-container.component.d.ts} +15 -0
  320. package/uploader/lib/uploader-drop-zone/uploader-drop-zone.component.d.ts +12 -0
  321. package/uploader/lib/{uploader-list.component.d.ts → uploader-list/uploader-list.component.d.ts} +6 -1
  322. package/uploader/lib/uploader-zone.directive.d.ts +1 -0
  323. package/uploader/lib/uploader.models.d.ts +9 -0
  324. package/uploader/lib/uploader.module.d.ts +4 -4
  325. package/uploader/lib/uploader.service.d.ts +2 -1
  326. package/wysiwyg/lib/wysiwyg/wysiwyg-container/wysiwyg-container.component.d.ts +35 -6
  327. package/wysiwyg/lib/wysiwyg/wysiwyg-toolbar/wysiwyg-toolbar.component.d.ts +61 -21
  328. package/wysiwyg/lib/wysiwyg/wysiwyg-view/wysiwyg-view.component.d.ts +4 -0
  329. package/wysiwyg/lib/wysiwyg/wysiwyg.service.d.ts +3 -0
  330. package/esm2022/uploader/lib/uploader-drop-zone.component.mjs +0 -14
  331. package/esm2022/uploader/lib/uploader-list.component.mjs +0 -21
  332. package/uploader/lib/uploader-drop-zone.component.d.ts +0 -6
@@ -14,34 +14,117 @@ export declare abstract class AXBaseRowCommandColumnComponent extends AXDataTabl
14
14
  get cssClass(): string;
15
15
  onItemClick: EventEmitter<AXRowCommandItemClickEvent>;
16
16
  }
17
+ /**
18
+ * A column for displaying dropdown command buttons in a data table.
19
+ *
20
+ * @category Components
21
+ */
17
22
  export declare class AXRowDropdownCommandColumnComponent extends AXBaseRowCommandColumnComponent {
23
+ /**
24
+ * @ignore
25
+ */
18
26
  private _cellTemplate;
27
+ /**
28
+ * Returns the template used for rendering cell content.
29
+ * This method provides the cell template used in the data table column, falling back to a default template if none is provided.
30
+ */
19
31
  get renderCellTemplate(): TemplateRef<unknown>;
32
+ /**
33
+ * @ignore
34
+ */
20
35
  private _contentHeaderTemplate;
36
+ /**
37
+ * Returns the template used for rendering the header content.
38
+ * This method provides the header template used in the data table column.
39
+ */
21
40
  get renderHeaderTemplate(): TemplateRef<unknown>;
22
41
  footerTemplate: TemplateRef<unknown>;
42
+ /**
43
+ * @ignore
44
+ */
23
45
  private _contentFooterTemplate;
46
+ /**
47
+ * Returns the template used for rendering the footer content.
48
+ * This method provides the footer template used in the data table column.
49
+ */
24
50
  get renderFooterTemplate(): TemplateRef<unknown>;
51
+ /**
52
+ * Returns the name identifier for the column component.
53
+ */
25
54
  get name(): string;
55
+ /**
56
+ * @ignore
57
+ */
26
58
  protected _items: AXRowCommandItem[];
27
59
  items: AXRowCommandItem[] | ((rowData: unknown) => AXRowCommandItem[] | Promise<AXRowCommandItem[]>);
60
+ /**
61
+ * @ignore
62
+ */
28
63
  protected handleOnOpened(rowData: any): Promise<void>;
64
+ /**
65
+ * @ignore
66
+ */
29
67
  protected handleOnClosed(): void;
68
+ /**
69
+ * @ignore
70
+ */
30
71
  protected handleOnItemClick(e: AXItemClickEvent<AXButtonItemComponent>, data: unknown): void;
31
72
  static ɵfac: i0.ɵɵFactoryDeclaration<AXRowDropdownCommandColumnComponent, never>;
32
73
  static ɵcmp: i0.ɵɵComponentDeclaration<AXRowDropdownCommandColumnComponent, "ax-dropdown-command-column", never, { "width": { "alias": "width"; "required": false; }; "caption": { "alias": "caption"; "required": false; }; "fixed": { "alias": "fixed"; "required": false; }; "footerTemplate": { "alias": "footerTemplate"; "required": false; }; "items": { "alias": "items"; "required": false; }; }, { "onItemClick": "onItemClick"; }, never, never, false, never>;
33
74
  }
75
+ /**
76
+ * A column for displaying command buttons in a data table.
77
+ *
78
+ * @category Components
79
+ */
34
80
  export declare class AXRowCommandColumnComponent extends AXBaseRowCommandColumnComponent {
81
+ /**
82
+ * @ignore
83
+ */
35
84
  private _cellTemplate;
85
+ /**
86
+ * Returns the template used for rendering the cell content.
87
+ * Uses the specified cell template if provided; otherwise, falls back to a default template.
88
+ */
36
89
  get renderCellTemplate(): TemplateRef<unknown>;
90
+ /**
91
+ * @ignore
92
+ */
37
93
  private _contentHeaderTemplate;
94
+ /**
95
+ * Returns the template used for rendering the header content.
96
+ * Overrides the base implementation to provide a specific template for the command column.
97
+ */
38
98
  get renderHeaderTemplate(): TemplateRef<unknown>;
99
+ /**
100
+ * Template used for rendering the footer content of the column.
101
+ */
39
102
  footerTemplate: TemplateRef<unknown>;
103
+ /**
104
+ * @ignore
105
+ */
40
106
  private _contentFooterTemplate;
107
+ /**
108
+ * Gets the template used for rendering the footer content of the column.
109
+ * Returns `footerTemplate` if provided; otherwise, returns `_contentFooterTemplate`.
110
+ */
41
111
  get renderFooterTemplate(): TemplateRef<unknown>;
112
+ /**
113
+ * Gets the unique name identifier for the command column.
114
+ */
42
115
  get name(): string;
116
+ /**
117
+ * Defines the command items to display in the column.
118
+ * @defaultValue []
119
+ */
43
120
  items: AXRowCommandItem[] | ((rowData: unknown) => AXRowCommandItem[]);
121
+ /**
122
+ * @ignore
123
+ */
44
124
  protected getItems(rowData: unknown): AXRowCommandItem[];
125
+ /**
126
+ * @ignore
127
+ */
45
128
  protected handleOnItemClick(e: MouseEvent, item: AXRowCommandItem, data: unknown): void;
46
129
  static ɵfac: i0.ɵɵFactoryDeclaration<AXRowCommandColumnComponent, never>;
47
130
  static ɵcmp: i0.ɵɵComponentDeclaration<AXRowCommandColumnComponent, "ax-command-column", never, { "width": { "alias": "width"; "required": false; }; "caption": { "alias": "caption"; "required": false; }; "fixed": { "alias": "fixed"; "required": false; }; "footerTemplate": { "alias": "footerTemplate"; "required": false; }; "items": { "alias": "items"; "required": false; }; }, { "onItemClick": "onItemClick"; }, never, never, false, never>;
@@ -1,22 +1,73 @@
1
1
  import { OnInit, TemplateRef } from '@angular/core';
2
2
  import { AXDataTableColumnComponent } from './data-table-column';
3
3
  import * as i0 from "@angular/core";
4
+ /**
5
+ * Component for displaying row indices in a data table column.
6
+ *
7
+ * @category Components
8
+ */
4
9
  export declare class AXRowIndexColumnComponent extends AXDataTableColumnComponent implements OnInit {
5
10
  private grid;
6
11
  private unsubscriber;
12
+ /**
13
+ * @ignore
14
+ */
7
15
  private _cellTemplate;
16
+ /**
17
+ * Provides the cell template for custom rendering if defined.
18
+ */
8
19
  get renderCellTemplate(): TemplateRef<unknown>;
20
+ /**
21
+ * @ignore
22
+ */
9
23
  private _contentHeaderTemplate;
24
+ /**
25
+ * Provides the header template for custom rendering if defined.
26
+ */
10
27
  get renderHeaderTemplate(): TemplateRef<unknown>;
28
+ /**
29
+ * Template used for rendering the footer content of the column.
30
+ */
11
31
  footerTemplate: TemplateRef<unknown>;
32
+ /**
33
+ * @ignore
34
+ */
12
35
  private _contentFooterTemplate;
36
+ /**
37
+ * Returns the template used for rendering the footer of the column.
38
+ * This method returns the `footerTemplate` if it is provided; otherwise, it defaults to the `_contentFooterTemplate`. This allows for custom footer content while falling back to a default template if no custom template is specified.
39
+ */
13
40
  get renderFooterTemplate(): TemplateRef<unknown>;
41
+ /**
42
+ * Gets the unique identifier name for the column.
43
+ */
14
44
  get name(): string;
45
+ /**
46
+ * Determines whether the index should be zero-padded.
47
+ * @defaultValue false
48
+ */
15
49
  padZero: boolean;
50
+ /**
51
+ * @ignore
52
+ */
16
53
  protected formatCount: number;
54
+ /**
55
+ * @ignore
56
+ */
17
57
  ngOnInit(): void;
58
+ /**
59
+ * Disables sorting for this column.
60
+ *
61
+ * @defaultValue false
62
+ */
18
63
  allowSorting: boolean;
64
+ /**
65
+ * Indicates whether loading is enabled for this component.
66
+ */
19
67
  get loadingEnabled(): boolean;
68
+ /**
69
+ * Gets the CSS class applied to the component.
70
+ */
20
71
  get cssClass(): string | undefined;
21
72
  static ɵfac: i0.ɵɵFactoryDeclaration<AXRowIndexColumnComponent, never>;
22
73
  static ɵcmp: i0.ɵɵComponentDeclaration<AXRowIndexColumnComponent, "ax-index-column", never, { "width": { "alias": "width"; "required": false; }; "caption": { "alias": "caption"; "required": false; }; "fixed": { "alias": "fixed"; "required": false; }; "footerTemplate": { "alias": "footerTemplate"; "required": false; }; "padZero": { "alias": "padZero"; "required": false; }; }, {}, never, never, false, never>;
@@ -1,21 +1,68 @@
1
1
  import { TemplateRef } from '@angular/core';
2
2
  import { AXDataTableColumnComponent } from './data-table-column';
3
3
  import * as i0 from "@angular/core";
4
+ /**
5
+ * Column component that provides checkboxes for row selection in a data table.
6
+ *
7
+ * @category Components
8
+ */
4
9
  export declare class AXRowSelectColumnComponent extends AXDataTableColumnComponent {
5
10
  private grid;
11
+ /**
12
+ * @ignore
13
+ */
6
14
  private _cellTemplate;
15
+ /**
16
+ * Gets the template used to render cells in the column.
17
+ */
7
18
  get renderCellTemplate(): TemplateRef<unknown>;
19
+ /**
20
+ * @ignore
21
+ */
8
22
  private _contentHeaderTemplate;
23
+ /**
24
+ * Gets the template used to render the column header.
25
+ */
9
26
  get renderHeaderTemplate(): TemplateRef<unknown>;
27
+ /**
28
+ * @ignore
29
+ */
10
30
  private _contentFooterTemplate;
31
+ /**
32
+ * Gets the template used to render the column footer.
33
+ */
11
34
  get renderFooterTemplate(): TemplateRef<unknown>;
35
+ /**
36
+ * Gets the unique identifier for the column.
37
+ */
12
38
  get name(): string;
39
+ /**
40
+ * @ignore
41
+ */
13
42
  private getDataSourceKey;
43
+ /**
44
+ * @ignore
45
+ */
14
46
  protected isSelected(item: unknown): boolean;
47
+ /**
48
+ * @ignore
49
+ */
15
50
  protected checkAllSelected(rows: any): any;
51
+ /**
52
+ * @ignore
53
+ */
16
54
  protected checkAnySelected(rows: any): any;
55
+ /**
56
+ * @ignore
57
+ */
17
58
  protected handleChange(item: unknown): void;
59
+ /**
60
+ * @ignore
61
+ */
18
62
  protected handleSelectAll(rows: any): void;
63
+ /**
64
+ * Indicates whether loading is enabled for the column.
65
+ */
19
66
  get loadingEnabled(): boolean;
20
67
  static ɵfac: i0.ɵɵFactoryDeclaration<AXRowSelectColumnComponent, never>;
21
68
  static ɵcmp: i0.ɵɵComponentDeclaration<AXRowSelectColumnComponent, "ax-select-column", never, { "width": { "alias": "width"; "required": false; }; "caption": { "alias": "caption"; "required": false; }; "fixed": { "alias": "fixed"; "required": false; }; }, {}, never, never, false, never>;
@@ -4,19 +4,57 @@ import { AfterViewInit, EventEmitter, OnInit, QueryList, Signal, TemplateRef, Wr
4
4
  import { AXBaseDataTable, AXColumnsOrderChangedEvent, AXDataTableRowClick, AXDataTableRowDbClick } from '../base-data-table.class';
5
5
  import { AXDataTableColumnComponent } from '../columns/data-table-column';
6
6
  import * as i0 from "@angular/core";
7
+ /**
8
+ * Component for displaying and managing a data table with advanced features.
9
+ *
10
+ * @category Components
11
+ */
7
12
  export declare class AXDataTableComponent extends AXBaseDataTable implements OnInit, AfterViewInit {
8
13
  private _unsubscriber;
9
14
  private _zone;
15
+ /**
16
+ * @ignore
17
+ */
10
18
  dataPager: any;
19
+ /**
20
+ * @ignore
21
+ */
11
22
  protected rtl: boolean;
23
+ /**
24
+ * @ignore
25
+ */
12
26
  protected displayedRows: WritableSignal<any[]>;
27
+ /**
28
+ * @ignore
29
+ */
13
30
  protected page: WritableSignal<number>;
31
+ /**
32
+ * @ignore
33
+ */
14
34
  protected pageSize: WritableSignal<number>;
35
+ /**
36
+ * @ignore
37
+ */
15
38
  protected isLoading: WritableSignal<boolean>;
39
+ /**
40
+ * @ignore
41
+ */
16
42
  protected columnsList: WritableSignal<any[]>;
43
+ /**
44
+ * @ignore
45
+ */
17
46
  protected endFixedColumnsList: Signal<any[]>;
47
+ /**
48
+ * @ignore
49
+ */
18
50
  protected startFixedColumnsList: Signal<any[]>;
51
+ /**
52
+ * @ignore
53
+ */
19
54
  protected normalColumnsList: Signal<any[]>;
55
+ /**
56
+ * @ignore
57
+ */
20
58
  protected resizeColumnProp: {
21
59
  startX: number;
22
60
  startWidth: number;
@@ -24,51 +62,213 @@ export declare class AXDataTableComponent extends AXBaseDataTable implements OnI
24
62
  newColumnWidth: number;
25
63
  thElement: any;
26
64
  };
65
+ /**
66
+ * @ignore
67
+ */
27
68
  protected hasItems: boolean;
69
+ /**
70
+ * @ignore
71
+ */
28
72
  protected totalRows: number;
73
+ /**
74
+ * @ignore
75
+ */
29
76
  protected currentPage: number;
77
+ /**
78
+ * @ignore
79
+ */
30
80
  protected totalPages: number;
81
+ /**
82
+ * @ignore
83
+ */
31
84
  protected startRowIndex: number;
85
+ /**
86
+ * Template for custom row content.
87
+ */
32
88
  rowTemplate?: TemplateRef<unknown>;
89
+ /**
90
+ * Template to display when the table is empty.
91
+ */
33
92
  emptyTemplate?: TemplateRef<unknown>;
93
+ /**
94
+ * Defines if alternative row styling should be applied.
95
+ *
96
+ * @defaultValue `true`
97
+ */
34
98
  alternative: boolean;
99
+ /**
100
+ * Indicates if the table header should be displayed.
101
+ *
102
+ * @defaultValue `true`
103
+ */
35
104
  showHeader: boolean;
105
+ /**
106
+ * Indicates if the table header should be fixed.
107
+ *
108
+ * @defaultValue `true`
109
+ */
36
110
  fixedHeader: boolean;
111
+ /**
112
+ * Indicates if the table footer should be displayed.
113
+ *
114
+ * @defaultValue `false`
115
+ */
37
116
  showFooter: boolean;
117
+ /**
118
+ * Indicates if the table footer should be fixed.
119
+ *
120
+ * @defaultValue `true`
121
+ */
38
122
  fixedFooter: boolean;
123
+ /**
124
+ * Specifies the height of each item in the table.
125
+ *
126
+ * @defaultValue `40`
127
+ */
39
128
  itemHeight: number | 'auto';
129
+ /**
130
+ * Enables or disables row reordering.
131
+ *
132
+ * @defaultValue `false`
133
+ */
40
134
  allowReordering: boolean;
135
+ /**
136
+ * Enables or disables paging.
137
+ *
138
+ * @defaultValue `true`
139
+ */
41
140
  paging: boolean;
141
+ /**
142
+ * Specifies how data should be fetched.
143
+ *
144
+ * @defaultValue `'auto'`
145
+ */
42
146
  fetchDataMode: 'auto' | 'manual';
147
+ /**
148
+ * Configuration for loading state.
149
+ *
150
+ * @defaultValue `{ enabled: true, animation: true }`
151
+ */
43
152
  loading: {
44
153
  enabled: boolean;
45
154
  animation: boolean;
46
155
  loadingTemplate?: TemplateRef<unknown>;
47
156
  };
157
+ /**
158
+ * @ignore
159
+ */
48
160
  private _focusedRow;
161
+ /**
162
+ * Gets the currently focused row.
163
+ */
49
164
  get focusedRow(): unknown;
165
+ /**
166
+ * Sets the currently focused row and emits the change event.
167
+ *
168
+ * @param v - The row to be focused.
169
+ */
50
170
  set focusedRow(v: unknown);
171
+ /**
172
+ * Emits when the focused row changes.
173
+ *
174
+ * @event
175
+ */
51
176
  focusedRowChange: EventEmitter<unknown>;
177
+ /**
178
+ * Emits when a row is clicked.
179
+ *
180
+ * @event onRowClick
181
+ */
52
182
  onRowClick: EventEmitter<AXDataTableRowClick>;
183
+ /**
184
+ * Emits when a row is double-clicked.
185
+ *
186
+ * @event onRowDbClick
187
+ */
53
188
  onRowDbClick: EventEmitter<AXDataTableRowDbClick>;
189
+ /**
190
+ * Emits when the order of columns changes.
191
+ *
192
+ * @event onColumnsOrderChanged
193
+ */
54
194
  onColumnsOrderChanged: EventEmitter<AXColumnsOrderChangedEvent>;
195
+ /**
196
+ * @ignore
197
+ */
55
198
  private clickSubject;
199
+ /**
200
+ * @ignore
201
+ */
56
202
  protected columns: QueryList<AXDataTableColumnComponent>;
203
+ /**
204
+ * @ignore
205
+ */
57
206
  ngOnInit(): void;
207
+ /**
208
+ * @ignore
209
+ */
58
210
  ngAfterViewInit(): void;
211
+ /**
212
+ * @ignore
213
+ */
59
214
  protected drop(event: CdkDragDrop<any, any, any>): void;
215
+ /**
216
+ * @ignore
217
+ */
60
218
  protected handleRowClick(event: MouseEvent, item: unknown): void;
219
+ /**
220
+ * @ignore
221
+ */
61
222
  private handleRowSingleClick;
223
+ /**
224
+ * @ignore
225
+ */
62
226
  protected onPageChanged(event: AXDataPagerChangedEvent): void;
227
+ /**
228
+ * @ignore
229
+ */
63
230
  protected handleRowDoubleClick(e: MouseEvent, item: unknown): void;
231
+ /**
232
+ * Handles the click event on a column header.
233
+ * Toggles the sorting direction or removes the sort if already sorted.
234
+ *
235
+ * @param e - The mouse event triggered by the click.
236
+ * @param column - The column that was clicked.
237
+ * @ignore
238
+ */
64
239
  handleColumnClick(e: MouseEvent, column: AXDataTableColumnComponent): void;
240
+ /**
241
+ * @ignore
242
+ */
65
243
  protected getSort(column: AXDataTableColumnComponent): string | undefined;
244
+ /**
245
+ * Refreshes the data in the data source and resets the data pager to the first page.
246
+ * @ignore
247
+ */
66
248
  refresh(): void;
249
+ /**
250
+ * @ignore
251
+ */
67
252
  protected calculateRowIndex(index: number): number;
253
+ /**
254
+ * @ignore
255
+ */
68
256
  protected onResizeColumnStart(event: MouseEvent, columnIndex: number): void;
257
+ /**
258
+ * @ignore
259
+ */
69
260
  private onResizeColumnMove;
261
+ /**
262
+ * @ignore
263
+ */
70
264
  private onResizeColumnEnd;
265
+ /**
266
+ * @ignore
267
+ */
71
268
  private resetResizingProcess;
269
+ /**
270
+ * @ignore
271
+ */
72
272
  private calculateStickyColumnsPositions;
73
273
  static ɵfac: i0.ɵɵFactoryDeclaration<AXDataTableComponent, never>;
74
274
  static ɵcmp: i0.ɵɵComponentDeclaration<AXDataTableComponent, "ax-data-table", never, { "dataSource": { "alias": "dataSource"; "required": false; }; "rowTemplate": { "alias": "rowTemplate"; "required": false; }; "emptyTemplate": { "alias": "emptyTemplate"; "required": false; }; "alternative": { "alias": "alternative"; "required": false; }; "showHeader": { "alias": "showHeader"; "required": false; }; "fixedHeader": { "alias": "fixedHeader"; "required": false; }; "showFooter": { "alias": "showFooter"; "required": false; }; "fixedFooter": { "alias": "fixedFooter"; "required": false; }; "itemHeight": { "alias": "itemHeight"; "required": false; }; "allowReordering": { "alias": "allowReordering"; "required": false; }; "paging": { "alias": "paging"; "required": false; }; "fetchDataMode": { "alias": "fetchDataMode"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "focusedRow": { "alias": "focusedRow"; "required": false; }; }, { "selectedRowsChange": "selectedRowsChange"; "focusedRowChange": "focusedRowChange"; "onRowClick": "onRowClick"; "onRowDbClick": "onRowDbClick"; "onColumnsOrderChanged": "onColumnsOrderChanged"; }, ["columns"], ["ax-header", "ax-footer"], false, never>;