@acorex/components 7.5.0 → 7.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (452) hide show
  1. package/action-sheet/index.d.ts +1 -1
  2. package/action-sheet/lib/action-sheet.component.d.ts +3 -3
  3. package/avatar/index.d.ts +1 -1
  4. package/badge/lib/badge.component.d.ts +3 -3
  5. package/breadcrumbs/index.d.ts +2 -2
  6. package/breadcrumbs/lib/breadcrumbs-item.component.d.ts +1 -1
  7. package/button/lib/button-item.class.d.ts +1 -1
  8. package/button/lib/button-item.component.d.ts +3 -1
  9. package/button/lib/button.component.d.ts +1 -1
  10. package/calendar/lib/calendar.class.d.ts +1 -1
  11. package/calendar/lib/calendar.component.d.ts +6 -4
  12. package/chips/lib/chips.component.d.ts +1 -1
  13. package/collapse/lib/collapse-group.component.d.ts +9 -6
  14. package/collapse/lib/collapse.component.d.ts +21 -8
  15. package/collapse/lib/collapse.module.d.ts +2 -1
  16. package/color-box/lib/color-box.component.d.ts +2 -2
  17. package/color-palette/lib/color-palette-input.component.d.ts +3 -3
  18. package/color-palette/lib/color-palette-picker.component.d.ts +1 -1
  19. package/color-palette/lib/color-palette.class.d.ts +4 -4
  20. package/common/index.d.ts +1 -1
  21. package/common/lib/classes/datasource.class.d.ts +55 -0
  22. package/common/lib/classes/styles.class.d.ts +2 -3
  23. package/common/lib/components/colorlook-component.class.d.ts +2 -2
  24. package/common/lib/components/input-base-value-component.class.d.ts +12 -12
  25. package/common/lib/components/interactive-component.class.d.ts +1 -7
  26. package/common/lib/components/selection-base.component.class.d.ts +5 -6
  27. package/common/lib/directives/delayed-value-changed.directive.d.ts +5 -5
  28. package/common/lib/directives/hotkey.directive.d.ts +2 -2
  29. package/common/lib/directives/responsive.directive.d.ts +1 -1
  30. package/common/lib/directives/ripple.directive.d.ts +2 -1
  31. package/data-table/lib/data-table.component.d.ts +2 -2
  32. package/datetime-box/lib/datetime-box.component.d.ts +4 -3
  33. package/datetime-input/lib/datetime-input.component.d.ts +2 -1
  34. package/datetime-picker/index.d.ts +1 -1
  35. package/datetime-picker/lib/datetime-picker.component.d.ts +1 -2
  36. package/dropdown/lib/dropdown-box.component.d.ts +5 -3
  37. package/dropdown/lib/dropdown-panel.component.d.ts +1 -0
  38. package/esm2022/action-sheet/index.mjs +2 -2
  39. package/esm2022/action-sheet/lib/action-sheet.class.mjs +1 -1
  40. package/esm2022/action-sheet/lib/action-sheet.component.mjs +22 -14
  41. package/esm2022/action-sheet/lib/action-sheet.module.mjs +3 -3
  42. package/esm2022/action-sheet/lib/action-sheet.service.mjs +5 -5
  43. package/esm2022/alert/lib/alert.component.mjs +4 -5
  44. package/esm2022/avatar/index.mjs +2 -2
  45. package/esm2022/avatar/lib/avatar-group.component.mjs +1 -1
  46. package/esm2022/avatar/lib/avatar.component.mjs +4 -4
  47. package/esm2022/badge/lib/badge.component.mjs +6 -6
  48. package/esm2022/badge/lib/badge.module.mjs +2 -2
  49. package/esm2022/breadcrumbs/index.mjs +3 -3
  50. package/esm2022/breadcrumbs/lib/breadcrumbs-item.class.mjs +1 -1
  51. package/esm2022/breadcrumbs/lib/breadcrumbs-item.component.mjs +2 -2
  52. package/esm2022/breadcrumbs/lib/breadcrumbs.component.mjs +1 -1
  53. package/esm2022/breadcrumbs/lib/breadcrumbs.module.mjs +3 -3
  54. package/esm2022/button/lib/button-item.class.mjs +1 -1
  55. package/esm2022/button/lib/button-item.component.mjs +12 -3
  56. package/esm2022/button/lib/button.component.mjs +3 -3
  57. package/esm2022/button-group/lib/button-group.component.mjs +3 -3
  58. package/esm2022/button-group/lib/button-group.module.mjs +2 -2
  59. package/esm2022/calendar/lib/calendar-range.component.mjs +4 -7
  60. package/esm2022/calendar/lib/calendar.class.mjs +3 -68
  61. package/esm2022/calendar/lib/calendar.component.mjs +53 -43
  62. package/esm2022/calendar/lib/calendar.module.mjs +4 -4
  63. package/esm2022/check-box/lib/check-box.component.mjs +9 -9
  64. package/esm2022/check-box/lib/check-box.module.mjs +3 -3
  65. package/esm2022/chips/lib/chips.component.mjs +6 -6
  66. package/esm2022/chips/lib/chips.module.mjs +2 -2
  67. package/esm2022/collapse/lib/collapse-group.component.mjs +23 -14
  68. package/esm2022/collapse/lib/collapse.component.mjs +68 -20
  69. package/esm2022/collapse/lib/collapse.module.mjs +7 -6
  70. package/esm2022/color-box/lib/color-box.component.mjs +7 -7
  71. package/esm2022/color-box/lib/color-box.module.mjs +4 -4
  72. package/esm2022/color-palette/lib/color-palette-input.component.mjs +10 -14
  73. package/esm2022/color-palette/lib/color-palette-picker.component.mjs +29 -31
  74. package/esm2022/color-palette/lib/color-palette-preview.component.mjs +8 -16
  75. package/esm2022/color-palette/lib/color-palette-swatches.component.mjs +5 -5
  76. package/esm2022/color-palette/lib/color-palette.class.mjs +2 -2
  77. package/esm2022/color-palette/lib/color-palette.component.mjs +14 -6
  78. package/esm2022/color-palette/lib/color-palette.module.mjs +12 -12
  79. package/esm2022/common/index.mjs +2 -2
  80. package/esm2022/common/lib/classes/components.class.mjs +1 -1
  81. package/esm2022/common/lib/classes/datalist.class.mjs +1 -53
  82. package/esm2022/common/lib/classes/datasource.class.mjs +106 -0
  83. package/esm2022/common/lib/classes/styles.class.mjs +2 -10
  84. package/esm2022/common/lib/common.module.mjs +4 -2
  85. package/esm2022/common/lib/components/button-base-component.class.mjs +4 -4
  86. package/esm2022/common/lib/components/color-component.class.mjs +2 -2
  87. package/esm2022/common/lib/components/colorlook-component.class.mjs +4 -4
  88. package/esm2022/common/lib/components/input-base-value-component.class.mjs +15 -15
  89. package/esm2022/common/lib/components/interactive-component.class.mjs +13 -13
  90. package/esm2022/common/lib/components/look-component.class.mjs +2 -2
  91. package/esm2022/common/lib/components/selection-base.component.class.mjs +63 -29
  92. package/esm2022/common/lib/components/value-component.class.mjs +3 -3
  93. package/esm2022/common/lib/directives/auto-focus.directive.mjs +4 -12
  94. package/esm2022/common/lib/directives/delayed-value-changed.directive.mjs +16 -14
  95. package/esm2022/common/lib/directives/hotkey.directive.mjs +14 -15
  96. package/esm2022/common/lib/directives/infinite-scroll.directive.mjs +7 -9
  97. package/esm2022/common/lib/directives/responsive.directive.mjs +12 -10
  98. package/esm2022/common/lib/directives/ripple.directive.mjs +14 -8
  99. package/esm2022/common/lib/services/dom.service.mjs +2 -2
  100. package/esm2022/common/lib/services/hotkey.service.mjs +4 -5
  101. package/esm2022/common/lib/types/direction.mjs +1 -1
  102. package/esm2022/common/lib/types/orientation.mjs +1 -1
  103. package/esm2022/common/lib/types/placement.mjs +23 -23
  104. package/esm2022/common/lib/types/range.mjs +1 -1
  105. package/esm2022/data-pager/lib/data-pager-info.component.mjs +3 -3
  106. package/esm2022/data-pager/lib/data-pager-input-selector.component.mjs +1 -1
  107. package/esm2022/data-pager/lib/data-pager-next-buttons.components.mjs +21 -8
  108. package/esm2022/data-pager/lib/data-pager-numeric-selector.component.mjs +3 -3
  109. package/esm2022/data-pager/lib/data-pager-pagesize-dropdown.component.mjs +17 -5
  110. package/esm2022/data-pager/lib/data-pager-prev-buttons.component.mjs +19 -7
  111. package/esm2022/data-pager/lib/data-pager.component.mjs +2 -2
  112. package/esm2022/data-pager/lib/data-pager.module.mjs +30 -16
  113. package/esm2022/data-table/lib/data-column.directive.mjs +2 -2
  114. package/esm2022/data-table/lib/data-table.component.mjs +2 -2
  115. package/esm2022/data-table/lib/data-table.module.mjs +7 -7
  116. package/esm2022/datetime-box/lib/datetime-box.component.mjs +10 -7
  117. package/esm2022/datetime-box/lib/datetime-box.module.mjs +7 -7
  118. package/esm2022/datetime-input/lib/datetime-input.component.mjs +144 -137
  119. package/esm2022/datetime-input/lib/datetime-input.module.mjs +4 -4
  120. package/esm2022/datetime-picker/index.mjs +2 -2
  121. package/esm2022/datetime-picker/lib/datetime-picker.component.mjs +4 -4
  122. package/esm2022/datetime-picker/lib/datetime-picker.config.mjs +4 -4
  123. package/esm2022/decorators/lib/components/clear-button.component.mjs +2 -2
  124. package/esm2022/decorators/lib/components/close-button.component.mjs +8 -4
  125. package/esm2022/decorators/lib/components/generic-content.component.mjs +1 -1
  126. package/esm2022/decorators/lib/components/icon.component.mjs +2 -2
  127. package/esm2022/dialog/lib/dialog.component.mjs +3 -3
  128. package/esm2022/dialog/lib/dialog.module.mjs +26 -10
  129. package/esm2022/drawer/lib/drawer-container.component.mjs +2 -2
  130. package/esm2022/drawer/lib/drawer.component.mjs +2 -2
  131. package/esm2022/drawer/lib/drawer.module.mjs +3 -3
  132. package/esm2022/dropdown/lib/dropdown-box.class.mjs +1 -1
  133. package/esm2022/dropdown/lib/dropdown-box.component.mjs +14 -11
  134. package/esm2022/dropdown/lib/dropdown-panel.component.mjs +5 -4
  135. package/esm2022/dropdown/lib/dropdown.module.mjs +29 -9
  136. package/esm2022/form/index.mjs +2 -2
  137. package/esm2022/form/lib/form-field.component.mjs +4 -4
  138. package/esm2022/form/lib/form.component.mjs +3 -4
  139. package/esm2022/form/lib/form.config.mjs +6 -6
  140. package/esm2022/form/lib/form.module.mjs +3 -11
  141. package/esm2022/form/lib/validation-summary.component.mjs +40 -30
  142. package/esm2022/form/lib/validation.class.mjs +1 -1
  143. package/esm2022/image/lib/image.component.mjs +1 -1
  144. package/esm2022/image/lib/image.module.mjs +2 -2
  145. package/esm2022/label/lib/label.component.mjs +4 -8
  146. package/esm2022/label/lib/label.module.mjs +2 -2
  147. package/esm2022/list/lib/list.component.mjs +77 -80
  148. package/esm2022/list/lib/list.module.mjs +3 -3
  149. package/esm2022/loading/index.mjs +2 -2
  150. package/esm2022/loading/lib/loading-spinner.component.mjs +13 -7
  151. package/esm2022/loading/lib/loading.component.mjs +8 -16
  152. package/esm2022/loading/lib/loading.config.mjs +2 -2
  153. package/esm2022/loading/lib/loading.directive.mjs +2 -2
  154. package/esm2022/menu/index.mjs +1 -2
  155. package/esm2022/menu/lib/class/root-menu.class.mjs +1 -1
  156. package/esm2022/menu/lib/menu-item/menu-item.component.mjs +60 -19
  157. package/esm2022/menu/lib/menu.component.mjs +37 -342
  158. package/esm2022/menu/lib/menu.module.mjs +3 -4
  159. package/esm2022/mixin/lib/base-components.class.mjs +2 -3
  160. package/esm2022/mixin/lib/base-menu-mixin.class.mjs +1 -1
  161. package/esm2022/mixin/lib/button-mixin.class.mjs +1 -1
  162. package/esm2022/mixin/lib/clickable-mixin.class.mjs +8 -8
  163. package/esm2022/mixin/lib/color-look-mixing.class.mjs +3 -3
  164. package/esm2022/mixin/lib/constratctor.mjs +1 -1
  165. package/esm2022/mixin/lib/datalist-component.class.mjs +3 -5
  166. package/esm2022/mixin/lib/datalist.class.mjs +5 -6
  167. package/esm2022/mixin/lib/dropdown-mixin.class.mjs +2 -4
  168. package/esm2022/mixin/lib/interactive-mixin.class.mjs +29 -28
  169. package/esm2022/mixin/lib/mixin.class.mjs +13 -13
  170. package/esm2022/mixin/lib/page-component.class.mjs +3 -3
  171. package/esm2022/mixin/lib/selection-component.class.mjs +1 -1
  172. package/esm2022/mixin/lib/textbox-mixin.class.mjs +29 -20
  173. package/esm2022/mixin/lib/value-mixin.class.mjs +1 -1
  174. package/esm2022/notification/index.mjs +2 -2
  175. package/esm2022/notification/lib/notification.class.mjs +1 -1
  176. package/esm2022/notification/lib/notification.component.mjs +2 -2
  177. package/esm2022/notification/lib/notification.config.mjs +1 -1
  178. package/esm2022/notification/lib/notification.module.mjs +21 -9
  179. package/esm2022/notification/lib/notification.service.mjs +11 -11
  180. package/esm2022/number-box/lib/number-box.component.mjs +6 -6
  181. package/esm2022/number-box/lib/number-box.module.mjs +6 -16
  182. package/esm2022/otp/lib/otp.component.mjs +6 -5
  183. package/esm2022/otp/lib/otp.module.mjs +5 -4
  184. package/esm2022/page/lib/base-page.class.mjs +6 -4
  185. package/esm2022/page/lib/page.component.mjs +3 -3
  186. package/esm2022/page/lib/page.module.mjs +1 -1
  187. package/esm2022/password-box/lib/password-box.component.mjs +6 -6
  188. package/esm2022/password-box/lib/password-box.module.mjs +7 -15
  189. package/esm2022/picker/lib/picker-column.directive.mjs +9 -16
  190. package/esm2022/picker/lib/picker.component.mjs +2 -2
  191. package/esm2022/picker/lib/picker.module.mjs +3 -3
  192. package/esm2022/popover/lib/popover.component.mjs +1 -1
  193. package/esm2022/popover/lib/popover.module.mjs +2 -2
  194. package/esm2022/popup/index.mjs +2 -2
  195. package/esm2022/popup/lib/popup.interface.mjs +1 -1
  196. package/esm2022/popup/lib/popup.module.mjs +2 -2
  197. package/esm2022/progress-bar/lib/progress-bar.component.mjs +5 -5
  198. package/esm2022/progress-bar/lib/progress-bar.module.mjs +2 -2
  199. package/esm2022/radio/lib/radio.component.mjs +8 -8
  200. package/esm2022/radio/lib/radio.module.mjs +2 -2
  201. package/esm2022/range-slider/lib/range-slider.component.mjs +9 -9
  202. package/esm2022/range-slider/lib/range-slider.module.mjs +4 -4
  203. package/esm2022/result/lib/result.component.mjs +4 -4
  204. package/esm2022/result/lib/result.module.mjs +2 -2
  205. package/esm2022/routing-progress/acorex-components-routing-progress.mjs +5 -0
  206. package/esm2022/routing-progress/index.mjs +3 -0
  207. package/esm2022/routing-progress/lib/routing-progress.component.mjs +58 -0
  208. package/esm2022/routing-progress/lib/routing-progress.module.mjs +21 -0
  209. package/esm2022/scheduler/lib/scheduler-month-view.component.mjs +4 -2
  210. package/esm2022/scheduler/lib/scheduler.component.mjs +1 -1
  211. package/esm2022/search-box/lib/search-box.component.mjs +45 -20
  212. package/esm2022/search-box/lib/search-box.module.mjs +8 -8
  213. package/esm2022/select-box/index.mjs +2 -2
  214. package/esm2022/select-box/lib/select-box.component.mjs +168 -308
  215. package/esm2022/select-box/lib/select-box.module.mjs +12 -13
  216. package/esm2022/selection-list/lib/selection-list.component.mjs +20 -10
  217. package/esm2022/selection-list/lib/selection-list.module.mjs +6 -6
  218. package/esm2022/side-menu/acorex-components-side-menu.mjs +5 -0
  219. package/esm2022/side-menu/index.mjs +4 -0
  220. package/esm2022/side-menu/lib/side-menu-item/side-menu-item.compoent.mjs +116 -0
  221. package/esm2022/side-menu/lib/side-menu.component.mjs +15 -0
  222. package/esm2022/side-menu/lib/side-menu.module.mjs +23 -0
  223. package/esm2022/skeleton/acorex-components-skeleton.mjs +5 -0
  224. package/esm2022/skeleton/index.mjs +3 -0
  225. package/esm2022/skeleton/lib/skeleton.component.mjs +24 -0
  226. package/esm2022/skeleton/lib/skeleton.module.mjs +18 -0
  227. package/esm2022/switch/lib/switch-content.component.mjs +1 -1
  228. package/esm2022/switch/lib/switch.component.mjs +11 -18
  229. package/esm2022/switch/lib/switch.module.mjs +4 -4
  230. package/esm2022/tabs/lib/tab-content.directive.mjs +1 -1
  231. package/esm2022/tabs/lib/tab-item.component.mjs +9 -2
  232. package/esm2022/tabs/lib/tabs.component.mjs +2 -2
  233. package/esm2022/tabs/lib/tabs.module.mjs +5 -5
  234. package/esm2022/tag/lib/tag.component.mjs +7 -13
  235. package/esm2022/tag/lib/tag.module.mjs +2 -2
  236. package/esm2022/text-area/lib/text-area.component.mjs +14 -16
  237. package/esm2022/text-area/lib/text-area.module.mjs +2 -2
  238. package/esm2022/text-box/lib/text-box.component.mjs +6 -6
  239. package/esm2022/text-box/lib/text-box.module.mjs +4 -18
  240. package/esm2022/toast/index.mjs +2 -2
  241. package/esm2022/toast/lib/toast.class.mjs +1 -1
  242. package/esm2022/toast/lib/toast.component.mjs +4 -4
  243. package/esm2022/toast/lib/toast.config.mjs +3 -3
  244. package/esm2022/toast/lib/toast.module.mjs +6 -10
  245. package/esm2022/toast/lib/toast.service.mjs +16 -14
  246. package/esm2022/tooltip/lib/tooltip.component.mjs +2 -2
  247. package/esm2022/tooltip/lib/tooltip.directive.mjs +4 -4
  248. package/esm2022/tooltip/lib/tooltip.module.mjs +3 -3
  249. package/esm2022/uploader/index.mjs +3 -1
  250. package/esm2022/uploader/lib/uploader-drop-zone.component.mjs +3 -3
  251. package/esm2022/uploader/lib/uploader-list.component.mjs +41 -7
  252. package/esm2022/uploader/lib/uploader-overlay.component.mjs +2 -2
  253. package/esm2022/uploader/lib/uploader-zone.directive.mjs +53 -0
  254. package/esm2022/uploader/lib/uploader.module.mjs +26 -7
  255. package/esm2022/uploader/lib/uploader.service.mjs +30 -0
  256. package/fesm2022/acorex-components-action-sheet.mjs +23 -15
  257. package/fesm2022/acorex-components-action-sheet.mjs.map +1 -1
  258. package/fesm2022/acorex-components-alert.mjs +3 -4
  259. package/fesm2022/acorex-components-alert.mjs.map +1 -1
  260. package/fesm2022/acorex-components-avatar.mjs +16 -16
  261. package/fesm2022/acorex-components-avatar.mjs.map +1 -1
  262. package/fesm2022/acorex-components-badge.mjs +5 -5
  263. package/fesm2022/acorex-components-badge.mjs.map +1 -1
  264. package/fesm2022/acorex-components-breadcrumbs.mjs.map +1 -1
  265. package/fesm2022/acorex-components-button-group.mjs +2 -2
  266. package/fesm2022/acorex-components-button-group.mjs.map +1 -1
  267. package/fesm2022/acorex-components-button.mjs +13 -4
  268. package/fesm2022/acorex-components-button.mjs.map +1 -1
  269. package/fesm2022/acorex-components-calendar.mjs +52 -110
  270. package/fesm2022/acorex-components-calendar.mjs.map +1 -1
  271. package/fesm2022/acorex-components-check-box.mjs +9 -9
  272. package/fesm2022/acorex-components-check-box.mjs.map +1 -1
  273. package/fesm2022/acorex-components-chips.mjs +5 -5
  274. package/fesm2022/acorex-components-chips.mjs.map +1 -1
  275. package/fesm2022/acorex-components-collapse.mjs +92 -34
  276. package/fesm2022/acorex-components-collapse.mjs.map +1 -1
  277. package/fesm2022/acorex-components-color-box.mjs +6 -6
  278. package/fesm2022/acorex-components-color-box.mjs.map +1 -1
  279. package/fesm2022/acorex-components-color-palette.mjs +53 -59
  280. package/fesm2022/acorex-components-color-palette.mjs.map +1 -1
  281. package/fesm2022/acorex-components-common.mjs +277 -223
  282. package/fesm2022/acorex-components-common.mjs.map +1 -1
  283. package/fesm2022/acorex-components-data-pager.mjs +70 -19
  284. package/fesm2022/acorex-components-data-pager.mjs.map +1 -1
  285. package/fesm2022/acorex-components-data-table.mjs +1 -1
  286. package/fesm2022/acorex-components-data-table.mjs.map +1 -1
  287. package/fesm2022/acorex-components-datetime-box.mjs +10 -7
  288. package/fesm2022/acorex-components-datetime-box.mjs.map +1 -1
  289. package/fesm2022/acorex-components-datetime-input.mjs +143 -136
  290. package/fesm2022/acorex-components-datetime-input.mjs.map +1 -1
  291. package/fesm2022/acorex-components-datetime-picker.mjs +9 -9
  292. package/fesm2022/acorex-components-datetime-picker.mjs.map +1 -1
  293. package/fesm2022/acorex-components-decorators.mjs +8 -4
  294. package/fesm2022/acorex-components-decorators.mjs.map +1 -1
  295. package/fesm2022/acorex-components-dialog.mjs +20 -4
  296. package/fesm2022/acorex-components-dialog.mjs.map +1 -1
  297. package/fesm2022/acorex-components-drawer.mjs +1 -1
  298. package/fesm2022/acorex-components-drawer.mjs.map +1 -1
  299. package/fesm2022/acorex-components-dropdown.mjs +43 -19
  300. package/fesm2022/acorex-components-dropdown.mjs.map +1 -1
  301. package/fesm2022/acorex-components-form.mjs +76 -75
  302. package/fesm2022/acorex-components-form.mjs.map +1 -1
  303. package/fesm2022/acorex-components-image.mjs.map +1 -1
  304. package/fesm2022/acorex-components-label.mjs +2 -6
  305. package/fesm2022/acorex-components-label.mjs.map +1 -1
  306. package/fesm2022/acorex-components-list.mjs +77 -80
  307. package/fesm2022/acorex-components-list.mjs.map +1 -1
  308. package/fesm2022/acorex-components-loading.mjs +19 -21
  309. package/fesm2022/acorex-components-loading.mjs.map +1 -1
  310. package/fesm2022/acorex-components-menu.mjs +78 -382
  311. package/fesm2022/acorex-components-menu.mjs.map +1 -1
  312. package/fesm2022/acorex-components-mixin.mjs +70 -66
  313. package/fesm2022/acorex-components-mixin.mjs.map +1 -1
  314. package/fesm2022/acorex-components-notification.mjs +45 -33
  315. package/fesm2022/acorex-components-notification.mjs.map +1 -1
  316. package/fesm2022/acorex-components-number-box.mjs +7 -17
  317. package/fesm2022/acorex-components-number-box.mjs.map +1 -1
  318. package/fesm2022/acorex-components-otp.mjs +8 -6
  319. package/fesm2022/acorex-components-otp.mjs.map +1 -1
  320. package/fesm2022/acorex-components-page.mjs +6 -4
  321. package/fesm2022/acorex-components-page.mjs.map +1 -1
  322. package/fesm2022/acorex-components-password-box.mjs +7 -15
  323. package/fesm2022/acorex-components-password-box.mjs.map +1 -1
  324. package/fesm2022/acorex-components-picker.mjs +10 -17
  325. package/fesm2022/acorex-components-picker.mjs.map +1 -1
  326. package/fesm2022/acorex-components-popover.mjs.map +1 -1
  327. package/fesm2022/acorex-components-popup.mjs +1 -1
  328. package/fesm2022/acorex-components-popup.mjs.map +1 -1
  329. package/fesm2022/acorex-components-progress-bar.mjs +3 -3
  330. package/fesm2022/acorex-components-progress-bar.mjs.map +1 -1
  331. package/fesm2022/acorex-components-radio.mjs +6 -6
  332. package/fesm2022/acorex-components-radio.mjs.map +1 -1
  333. package/fesm2022/acorex-components-range-slider.mjs +7 -7
  334. package/fesm2022/acorex-components-range-slider.mjs.map +1 -1
  335. package/fesm2022/acorex-components-result.mjs +2 -2
  336. package/fesm2022/acorex-components-result.mjs.map +1 -1
  337. package/fesm2022/acorex-components-routing-progress.mjs +83 -0
  338. package/fesm2022/acorex-components-routing-progress.mjs.map +1 -0
  339. package/fesm2022/acorex-components-scheduler.mjs +3 -1
  340. package/fesm2022/acorex-components-scheduler.mjs.map +1 -1
  341. package/fesm2022/acorex-components-search-box.mjs +48 -25
  342. package/fesm2022/acorex-components-search-box.mjs.map +1 -1
  343. package/fesm2022/acorex-components-select-box.mjs +171 -401
  344. package/fesm2022/acorex-components-select-box.mjs.map +1 -1
  345. package/fesm2022/acorex-components-selection-list.mjs +22 -12
  346. package/fesm2022/acorex-components-selection-list.mjs.map +1 -1
  347. package/fesm2022/acorex-components-side-menu.mjs +153 -0
  348. package/fesm2022/acorex-components-side-menu.mjs.map +1 -0
  349. package/fesm2022/acorex-components-skeleton.mjs +46 -0
  350. package/fesm2022/acorex-components-skeleton.mjs.map +1 -0
  351. package/fesm2022/acorex-components-switch.mjs +9 -16
  352. package/fesm2022/acorex-components-switch.mjs.map +1 -1
  353. package/fesm2022/acorex-components-tabs.mjs +11 -4
  354. package/fesm2022/acorex-components-tabs.mjs.map +1 -1
  355. package/fesm2022/acorex-components-tag.mjs +5 -11
  356. package/fesm2022/acorex-components-tag.mjs.map +1 -1
  357. package/fesm2022/acorex-components-text-area.mjs +13 -15
  358. package/fesm2022/acorex-components-text-area.mjs.map +1 -1
  359. package/fesm2022/acorex-components-text-box.mjs +8 -22
  360. package/fesm2022/acorex-components-text-box.mjs.map +1 -1
  361. package/fesm2022/acorex-components-toast.mjs +43 -45
  362. package/fesm2022/acorex-components-toast.mjs.map +1 -1
  363. package/fesm2022/acorex-components-tooltip.mjs +2 -2
  364. package/fesm2022/acorex-components-tooltip.mjs.map +1 -1
  365. package/fesm2022/acorex-components-uploader.mjs +146 -18
  366. package/fesm2022/acorex-components-uploader.mjs.map +1 -1
  367. package/form/index.d.ts +1 -1
  368. package/form/lib/form.component.d.ts +2 -2
  369. package/form/lib/validation-summary.component.d.ts +3 -3
  370. package/list/lib/list.component.d.ts +26 -27
  371. package/loading/index.d.ts +1 -1
  372. package/loading/lib/loading.component.d.ts +1 -1
  373. package/menu/index.d.ts +0 -1
  374. package/menu/lib/class/root-menu.class.d.ts +2 -0
  375. package/menu/lib/menu-item/menu-item.component.d.ts +19 -6
  376. package/menu/lib/menu.component.d.ts +10 -40
  377. package/menu/lib/menu.module.d.ts +7 -8
  378. package/mixin/lib/base-components.class.d.ts +2 -2
  379. package/mixin/lib/base-menu-mixin.class.d.ts +5 -5
  380. package/mixin/lib/button-mixin.class.d.ts +2 -2
  381. package/mixin/lib/clickable-mixin.class.d.ts +9 -9
  382. package/mixin/lib/color-look-mixing.class.d.ts +2 -2
  383. package/mixin/lib/datalist-component.class.d.ts +10 -10
  384. package/mixin/lib/datalist.class.d.ts +1 -1
  385. package/mixin/lib/dropdown-mixin.class.d.ts +3 -3
  386. package/mixin/lib/interactive-mixin.class.d.ts +25 -22
  387. package/mixin/lib/mixin.class.d.ts +62 -62
  388. package/mixin/lib/page-component.class.d.ts +4 -4
  389. package/mixin/lib/selection-component.class.d.ts +3 -3
  390. package/mixin/lib/sizable-mixin.class.d.ts +2 -2
  391. package/mixin/lib/textbox-mixin.class.d.ts +20 -20
  392. package/mixin/lib/value-mixin.class.d.ts +9 -9
  393. package/notification/index.d.ts +1 -1
  394. package/notification/lib/notification.class.d.ts +3 -3
  395. package/notification/lib/notification.config.d.ts +1 -1
  396. package/number-box/lib/number-box.component.d.ts +3 -3
  397. package/otp/lib/otp.component.d.ts +3 -3
  398. package/otp/lib/otp.module.d.ts +2 -1
  399. package/package.json +19 -7
  400. package/page/lib/base-page.class.d.ts +1 -1
  401. package/page/lib/page.component.d.ts +1 -1
  402. package/password-box/lib/password-box.component.d.ts +4 -4
  403. package/popup/index.d.ts +1 -1
  404. package/popup/lib/popup.interface.d.ts +2 -2
  405. package/routing-progress/README.md +3 -0
  406. package/routing-progress/index.d.ts +2 -0
  407. package/routing-progress/lib/routing-progress.component.d.ts +14 -0
  408. package/routing-progress/lib/routing-progress.module.d.ts +8 -0
  409. package/search-box/lib/search-box.component.d.ts +11 -4
  410. package/select-box/index.d.ts +1 -1
  411. package/select-box/lib/select-box.component.d.ts +37 -59
  412. package/select-box/lib/select-box.module.d.ts +14 -15
  413. package/selection-list/lib/selection-list.component.d.ts +6 -3
  414. package/side-menu/README.md +3 -0
  415. package/side-menu/index.d.ts +3 -0
  416. package/side-menu/lib/side-menu-item/side-menu-item.compoent.d.ts +37 -0
  417. package/side-menu/lib/side-menu.component.d.ts +8 -0
  418. package/side-menu/lib/side-menu.module.d.ts +10 -0
  419. package/skeleton/README.md +3 -0
  420. package/skeleton/index.d.ts +2 -0
  421. package/skeleton/lib/skeleton.component.d.ts +8 -0
  422. package/skeleton/lib/skeleton.module.d.ts +8 -0
  423. package/tabs/lib/tab-item.component.d.ts +2 -1
  424. package/tag/lib/tag.component.d.ts +3 -4
  425. package/text-area/lib/text-area.component.d.ts +3 -3
  426. package/text-box/lib/text-box.component.d.ts +3 -3
  427. package/toast/index.d.ts +1 -1
  428. package/toast/lib/toast.class.d.ts +1 -1
  429. package/toast/lib/toast.component.d.ts +2 -1
  430. package/toast/lib/toast.config.d.ts +1 -1
  431. package/tooltip/lib/tooltip.directive.d.ts +1 -1
  432. package/uploader/index.d.ts +2 -0
  433. package/uploader/lib/uploader-list.component.d.ts +14 -1
  434. package/uploader/lib/uploader-zone.directive.d.ts +18 -0
  435. package/uploader/lib/uploader.module.d.ts +6 -4
  436. package/uploader/lib/uploader.service.d.ts +10 -0
  437. package/common/lib/components/appearance-component.class.d.ts +0 -12
  438. package/context-menu/README.md +0 -3
  439. package/context-menu/index.d.ts +0 -2
  440. package/context-menu/lib/context-menu.component.d.ts +0 -34
  441. package/context-menu/lib/context-menu.module.d.ts +0 -13
  442. package/esm2022/common/lib/components/appearance-component.class.mjs +0 -25
  443. package/esm2022/context-menu/acorex-components-context-menu.mjs +0 -5
  444. package/esm2022/context-menu/index.mjs +0 -3
  445. package/esm2022/context-menu/lib/context-menu.component.mjs +0 -262
  446. package/esm2022/context-menu/lib/context-menu.module.mjs +0 -36
  447. package/esm2022/menu/lib/menu2.component.mjs +0 -45
  448. package/esm2022/select-box/lib/select-box2.component.mjs +0 -97
  449. package/fesm2022/acorex-components-context-menu.mjs +0 -300
  450. package/fesm2022/acorex-components-context-menu.mjs.map +0 -1
  451. package/menu/lib/menu2.component.d.ts +0 -12
  452. package/select-box/lib/select-box2.component.d.ts +0 -25
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acorex/components",
3
- "version": "7.5.0",
3
+ "version": "7.8.0",
4
4
  "sideEffects": false,
5
5
  "peerDependencies": {
6
6
  "@angular/common": ">=16.1.0",
@@ -106,12 +106,6 @@
106
106
  "esm": "./esm2022/common/acorex-components-common.mjs",
107
107
  "default": "./fesm2022/acorex-components-common.mjs"
108
108
  },
109
- "./context-menu": {
110
- "types": "./context-menu/index.d.ts",
111
- "esm2022": "./esm2022/context-menu/acorex-components-context-menu.mjs",
112
- "esm": "./esm2022/context-menu/acorex-components-context-menu.mjs",
113
- "default": "./fesm2022/acorex-components-context-menu.mjs"
114
- },
115
109
  "./data-pager": {
116
110
  "types": "./data-pager/index.d.ts",
117
111
  "esm2022": "./esm2022/data-pager/acorex-components-data-pager.mjs",
@@ -280,6 +274,12 @@
280
274
  "esm": "./esm2022/result/acorex-components-result.mjs",
281
275
  "default": "./fesm2022/acorex-components-result.mjs"
282
276
  },
277
+ "./routing-progress": {
278
+ "types": "./routing-progress/index.d.ts",
279
+ "esm2022": "./esm2022/routing-progress/acorex-components-routing-progress.mjs",
280
+ "esm": "./esm2022/routing-progress/acorex-components-routing-progress.mjs",
281
+ "default": "./fesm2022/acorex-components-routing-progress.mjs"
282
+ },
283
283
  "./scheduler": {
284
284
  "types": "./scheduler/index.d.ts",
285
285
  "esm2022": "./esm2022/scheduler/acorex-components-scheduler.mjs",
@@ -304,6 +304,18 @@
304
304
  "esm": "./esm2022/selection-list/acorex-components-selection-list.mjs",
305
305
  "default": "./fesm2022/acorex-components-selection-list.mjs"
306
306
  },
307
+ "./side-menu": {
308
+ "types": "./side-menu/index.d.ts",
309
+ "esm2022": "./esm2022/side-menu/acorex-components-side-menu.mjs",
310
+ "esm": "./esm2022/side-menu/acorex-components-side-menu.mjs",
311
+ "default": "./fesm2022/acorex-components-side-menu.mjs"
312
+ },
313
+ "./skeleton": {
314
+ "types": "./skeleton/index.d.ts",
315
+ "esm2022": "./esm2022/skeleton/acorex-components-skeleton.mjs",
316
+ "esm": "./esm2022/skeleton/acorex-components-skeleton.mjs",
317
+ "default": "./fesm2022/acorex-components-skeleton.mjs"
318
+ },
307
319
  "./switch": {
308
320
  "types": "./switch/index.d.ts",
309
321
  "esm2022": "./esm2022/switch/acorex-components-switch.mjs",
@@ -1,6 +1,6 @@
1
- import { EventEmitter } from '@angular/core';
2
1
  import { AXComponentCloseEvent, AXComponentClosing, MXBaseComponent } from '@acorex/components/common';
3
2
  import { AXDecoratorGenericComponent } from '@acorex/components/decorators';
3
+ import { EventEmitter } from '@angular/core';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class AXBasePageComponent extends MXBaseComponent {
6
6
  private _loadingId;
@@ -1,5 +1,5 @@
1
- import { EventEmitter } from '@angular/core';
2
1
  import { MXBaseComponent } from '@acorex/components/common';
2
+ import { EventEmitter } from '@angular/core';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare abstract class AXPageComponent extends MXBaseComponent {
5
5
  private _loadingService;
@@ -1,11 +1,11 @@
1
- import { MXAppearanceComponent, MXInputBaseValueComponent } from '@acorex/components/common';
1
+ import { MXInputBaseValueComponent, MXLookComponent } from '@acorex/components/common';
2
2
  import { ElementRef } from '@angular/core';
3
3
  import * as i0 from "@angular/core";
4
4
  declare const AXPasswordBoxComponent_base: import("polytype").Polytype.ClusteredConstructor<[{
5
5
  new (): MXInputBaseValueComponent<string>;
6
6
  ɵfac: unknown;
7
7
  ɵprov: import("@angular/core").ɵɵInjectableDeclaration<MXInputBaseValueComponent<any>>;
8
- }, typeof MXAppearanceComponent]>;
8
+ }, typeof MXLookComponent]>;
9
9
  /**
10
10
  * The Textbox is a component which detects user interaction and triggers a corresponding event
11
11
  *
@@ -22,8 +22,8 @@ export declare class AXPasswordBoxComponent extends AXPasswordBoxComponent_base
22
22
  showToggleButton: boolean;
23
23
  _handleModelChange(value: string): void;
24
24
  toggleType(): void;
25
- get __hostClass(): string;
25
+ get __hostClass(): string[];
26
26
  static ɵfac: i0.ɵɵFactoryDeclaration<AXPasswordBoxComponent, never>;
27
- static ɵcmp: i0.ɵɵComponentDeclaration<AXPasswordBoxComponent, "ax-password-box", never, { "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "value": { "alias": "value"; "required": false; }; "state": { "alias": "state"; "required": false; }; "name": { "alias": "name"; "required": false; }; "id": { "alias": "id"; "required": false; }; "appearance": { "alias": "appearance"; "required": false; }; "autoComplete": { "alias": "autoComplete"; "required": false; }; "showToggleButton": { "alias": "showToggleButton"; "required": false; }; }, { "valueChange": "valueChange"; "stateChange": "stateChange"; "onValueChanged": "onValueChanged"; "onBlur": "onBlur"; "onFocus": "onFocus"; "readonlyChange": "readonlyChange"; "disabledChange": "disabledChange"; }, never, ["ax-prefix", "ax-clear-button", "ax-suffix", "ax-validation-rule"], false, never>;
27
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXPasswordBoxComponent, "ax-password-box", never, { "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "value": { "alias": "value"; "required": false; }; "state": { "alias": "state"; "required": false; }; "name": { "alias": "name"; "required": false; }; "id": { "alias": "id"; "required": false; }; "look": { "alias": "look"; "required": false; }; "autoComplete": { "alias": "autoComplete"; "required": false; }; "showToggleButton": { "alias": "showToggleButton"; "required": false; }; }, { "valueChange": "valueChange"; "stateChange": "stateChange"; "onValueChanged": "onValueChanged"; "onBlur": "onBlur"; "onFocus": "onFocus"; "readonlyChange": "readonlyChange"; "disabledChange": "disabledChange"; }, never, ["ax-prefix", "ax-clear-button", "ax-suffix", "ax-validation-rule"], false, never>;
28
28
  }
29
29
  export {};
package/popup/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
1
  export * from './lib/popup.component';
2
- export * from './lib/popup.module';
3
2
  export * from './lib/popup.interface';
3
+ export * from './lib/popup.module';
4
4
  export * from './lib/popup.service';
@@ -1,5 +1,5 @@
1
- import { ComponentType } from "@angular/cdk/portal";
2
- import { TemplateRef } from "@angular/core";
1
+ import { ComponentType } from '@angular/cdk/portal';
2
+ import { TemplateRef } from '@angular/core';
3
3
  export type AXPopupContentType = TemplateRef<unknown> | ComponentType<unknown>;
4
4
  export type AXPopupSizeType = 'sm' | 'md' | 'lg' | 'full' | 'fit';
5
5
  export interface AXPopupConfig {
@@ -0,0 +1,3 @@
1
+ # @acorex/components/routing-progress
2
+
3
+ Secondary entry point of `@acorex/components`. It can be used by importing from `@acorex/components/routing-progress`.
@@ -0,0 +1,2 @@
1
+ export * from './lib/routing-progress.component';
2
+ export * from './lib/routing-progress.module';
@@ -0,0 +1,14 @@
1
+ import { MXBaseComponent } from '@acorex/components/common';
2
+ import { OnDestroy } from '@angular/core';
3
+ import { Router } from '@angular/router';
4
+ import * as i0 from "@angular/core";
5
+ export declare class AXRoutingProgressComponent extends MXBaseComponent implements OnDestroy {
6
+ private router;
7
+ loading: boolean;
8
+ width: number;
9
+ private subscription;
10
+ constructor(router: Router);
11
+ ngOnDestroy(): void;
12
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXRoutingProgressComponent, never>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXRoutingProgressComponent, "ax-routing-progress", never, {}, {}, never, never, false, never>;
14
+ }
@@ -0,0 +1,8 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./routing-progress.component";
3
+ import * as i2 from "@angular/common";
4
+ export declare class AXRoutingProgressModule {
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXRoutingProgressModule, never>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXRoutingProgressModule, [typeof i1.AXRoutingProgressComponent], [typeof i2.CommonModule], [typeof i1.AXRoutingProgressComponent]>;
7
+ static ɵinj: i0.ɵɵInjectorDeclaration<AXRoutingProgressModule>;
8
+ }
@@ -1,12 +1,19 @@
1
- import { AXSearchableComponent, MXInputBaseValueComponent } from '@acorex/components/common';
1
+ import { AXSearchableComponent, MXInputBaseValueComponent, MXLookComponent } from '@acorex/components/common';
2
+ import { OnInit } from '@angular/core';
2
3
  import * as i0 from "@angular/core";
3
- export declare class AXSearchBoxComponent extends MXInputBaseValueComponent<string> {
4
+ declare const AXSearchBoxComponent_base: import("polytype").Polytype.ClusteredConstructor<[{
5
+ new (): MXInputBaseValueComponent<string>;
6
+ ɵfac: unknown;
7
+ ɵprov: import("@angular/core").ɵɵInjectableDeclaration<MXInputBaseValueComponent<any>>;
8
+ }, typeof MXLookComponent]>;
9
+ export declare class AXSearchBoxComponent extends AXSearchBoxComponent_base implements OnInit {
4
10
  private _parent;
5
11
  constructor(_parent: AXSearchableComponent);
6
12
  ngOnInit(): void;
7
13
  delayTime: number;
8
14
  _handleModelChange(value: string): void;
9
- protected _handleClearClick(): void;
15
+ get __hostClass(): string[];
10
16
  static ɵfac: i0.ɵɵFactoryDeclaration<AXSearchBoxComponent, [{ optional: true; }]>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<AXSearchBoxComponent, "ax-search-box", never, { "disabled": { "alias": "disabled"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "value": { "alias": "value"; "required": false; }; "state": { "alias": "state"; "required": false; }; "name": { "alias": "name"; "required": false; }; "id": { "alias": "id"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "delayTime": { "alias": "delayTime"; "required": false; }; }, { "onBlur": "onBlur"; "onFocus": "onFocus"; "valueChange": "valueChange"; "stateChange": "stateChange"; "onValueChanged": "onValueChanged"; "readonlyChange": "readonlyChange"; "disabledChange": "disabledChange"; }, never, ["ax-prefix", "ax-suffix"], false, never>;
17
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXSearchBoxComponent, "ax-search-box", never, { "disabled": { "alias": "disabled"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "value": { "alias": "value"; "required": false; }; "state": { "alias": "state"; "required": false; }; "name": { "alias": "name"; "required": false; }; "id": { "alias": "id"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "look": { "alias": "look"; "required": false; }; "delayTime": { "alias": "delayTime"; "required": false; }; }, { "onBlur": "onBlur"; "onFocus": "onFocus"; "valueChange": "valueChange"; "stateChange": "stateChange"; "onValueChanged": "onValueChanged"; "readonlyChange": "readonlyChange"; "disabledChange": "disabledChange"; }, never, ["ax-prefix", "ax-suffix"], false, never>;
12
18
  }
19
+ export {};
@@ -1,3 +1,3 @@
1
- export * from './lib/select-box2.component';
2
1
  export * from './lib/select-box.component';
3
2
  export * from './lib/select-box.module';
3
+ export * from './lib/select-box.component';
@@ -1,70 +1,48 @@
1
- import { AXPlatform } from '@acorex/core/platform';
2
- import { ChangeDetectorRef, ElementRef, NgZone, TemplateRef } from '@angular/core';
3
- import { AXBaseSelectionDropdownMixin } from '@acorex/components/mixin';
4
- import { AXPopoverComponent } from '@acorex/components/popover';
1
+ import { AXDateSource, AXValueChangedEvent, MXLookComponent, MXSelectionValueComponent } from '@acorex/components/common';
2
+ import { AXDropdownBoxComponent, MXDropdownBoxBaseComponent } from '@acorex/components/dropdown';
3
+ import { AXListComponent } from '@acorex/components/list';
5
4
  import { AXSearchBoxComponent } from '@acorex/components/search-box';
5
+ import { AfterViewInit, TemplateRef } from '@angular/core';
6
6
  import * as i0 from "@angular/core";
7
+ declare const AXSelectBoxComponent_base: import("polytype").Polytype.ClusteredConstructor<[typeof MXDropdownBoxBaseComponent, typeof MXSelectionValueComponent, typeof MXLookComponent]>;
7
8
  /**
8
9
  * The Button is a component which detects user interaction and triggers a corresponding event
9
10
  *
10
11
  * @category Components
11
12
  */
12
- export declare class AXSelectBoxComponent extends AXBaseSelectionDropdownMixin {
13
- private _elementRef;
14
- private _cdr;
15
- private _zone;
16
- private _platform;
17
- popover: AXPopoverComponent;
18
- _searchBox: AXSearchBoxComponent;
19
- _target: HTMLDivElement;
20
- _popoverTitle: string;
21
- _popoverWidth: number;
22
- /**
23
- * Defines the clearButton.
24
- */
25
- clearButton: boolean;
26
- /**
27
- * Defines the checkbox.
28
- */
29
- checkbox: boolean;
30
- private listContainer;
31
- private _contentEmptyTemplate;
32
- get emptyTemplate(): TemplateRef<any>;
33
- _isActionSheet: boolean;
34
- _forceFocus: boolean;
35
- protected _loadingOptions: {
36
- text: string;
13
+ export declare class AXSelectBoxComponent extends AXSelectBoxComponent_base implements AfterViewInit {
14
+ isLoading: boolean;
15
+ protected renderList: boolean;
16
+ protected dropdownSizes: {
17
+ width: string;
18
+ height: string;
37
19
  };
38
- /**
39
- * @ignore
40
- */
41
- constructor(_elementRef: ElementRef<HTMLDivElement>, _cdr: ChangeDetectorRef, _zone: NgZone, _platform: AXPlatform);
42
- _handleArrowClickEvent(e: MouseEvent): void;
43
- _handleInputClickEvent(e: MouseEvent): void;
44
- onInit(): void;
45
- onViewInit(): void;
46
- refresh(): void;
47
- private _updatePopupTitle;
48
- private _detectPopupSize;
49
- _handleOnItemClick(e: MouseEvent, item: any): void;
50
- _handleListScroll(e: Event): void;
51
- private _checkForLoadData;
52
- _onDataLoaded(): void;
53
- _onValueChanged(oldValue: any, newValue: any): void;
54
- _handleOnRemoveItemClick(e: MouseEvent, item: any): void;
55
- _handleBadgeRemove(e: MouseEvent, item: any): void;
20
+ protected _listDataSource: AXDateSource<unknown>;
21
+ private _dataSource;
22
+ get dataSource(): AXDateSource<unknown> | unknown[];
23
+ set dataSource(v: AXDateSource<unknown> | unknown[]);
24
+ placeholder: string;
25
+ itemTemplate: TemplateRef<unknown>;
26
+ emptyTemplate: TemplateRef<unknown>;
27
+ loadingTemplate: TemplateRef<unknown>;
28
+ list: AXListComponent;
29
+ searchBox: AXSearchBoxComponent;
30
+ protected dropdown: AXDropdownBoxComponent;
31
+ protected autoHeight: boolean;
32
+ ngAfterViewInit(): void;
33
+ getItemByKey(key: unknown): Promise<unknown> | unknown;
34
+ protected _handleOnOpenedEvent(): void;
35
+ protected _handleOnClosedEvent(): void;
36
+ protected _handleBadgeRemove(e: MouseEvent, item: any): void;
37
+ protected _handleOnDataLoad(items: unknown[]): void;
38
+ protected _handleValueChanged(e: AXValueChangedEvent): void;
39
+ internalValueChanged(): void;
40
+ private detectAutoHeight;
41
+ private setDropdownSize;
56
42
  _handleKeydown(e: KeyboardEvent): void;
57
- _handlePopoverKeydown(e: KeyboardEvent): void;
58
- _handlePopupOnOpened(e: any): Promise<void>;
59
- _handlePopupOnClosed(e: any): void;
60
- private _focusSearchBox;
61
- private _focusItemByNav;
62
- private _focusSelectedItem;
63
- private _focusItemElement;
64
- private _selectedItemByNav;
65
- search(exp: string): void;
66
- _fetchData(): void;
67
- get __hostClass(): string;
43
+ private selectItemByNav;
44
+ search(term: string): void;
68
45
  static ɵfac: i0.ɵɵFactoryDeclaration<AXSelectBoxComponent, never>;
69
- static ɵcmp: i0.ɵɵComponentDeclaration<AXSelectBoxComponent, "ax-select-box", never, { "isOpen": { "alias": "isOpen"; "required": false; }; "fitParent": { "alias": "fitParent"; "required": false; }; "dropdownWidth": { "alias": "dropdownWidth"; "required": false; }; "position": { "alias": "position"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "allowNull": { "alias": "allowNull"; "required": false; }; "value": { "alias": "value"; "required": false; }; "name": { "alias": "name"; "required": false; }; "checked": { "alias": "checked"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "maxLength": { "alias": "maxLength"; "required": false; }; "type": { "alias": "type"; "required": false; }; "autoComplete": { "alias": "autoComplete"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "pageSize": { "alias": "pageSize"; "required": false; }; "items": { "alias": "items"; "required": false; }; "valueField": { "alias": "valueField"; "required": false; }; "textField": { "alias": "textField"; "required": false; }; "disabledField": { "alias": "disabledField"; "required": false; }; "disabledCallback": { "alias": "disabledCallback"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "selectionMode": { "alias": "selectionMode"; "required": false; }; "clearButton": { "alias": "clearButton"; "required": false; }; "checkbox": { "alias": "checkbox"; "required": false; }; }, { "onOpened": "onOpened"; "onClosed": "onClosed"; "onBlur": "onBlur"; "onFocus": "onFocus"; "valueChange": "valueChange"; "onValueChanged": "onValueChanged"; }, ["_searchBox", "_contentEmptyTemplate"], ["ax-prefix", "ax-validation-rule", "ax-suffix", "ax-search-box"], false, never>;
46
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXSelectBoxComponent, "ax-select-box", never, { "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "minValue": { "alias": "minValue"; "required": false; }; "maxValue": { "alias": "maxValue"; "required": false; }; "value": { "alias": "value"; "required": false; }; "state": { "alias": "state"; "required": false; }; "name": { "alias": "name"; "required": false; }; "id": { "alias": "id"; "required": false; }; "type": { "alias": "type"; "required": false; }; "look": { "alias": "look"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "valueField": { "alias": "valueField"; "required": false; }; "textField": { "alias": "textField"; "required": false; }; "dataSource": { "alias": "dataSource"; "required": false; }; "itemTemplate": { "alias": "itemTemplate"; "required": false; }; "emptyTemplate": { "alias": "emptyTemplate"; "required": false; }; "loadingTemplate": { "alias": "loadingTemplate"; "required": false; }; }, { "valueChange": "valueChange"; "stateChange": "stateChange"; "onValueChanged": "onValueChanged"; "onBlur": "onBlur"; "onFocus": "onFocus"; "readonlyChange": "readonlyChange"; "disabledChange": "disabledChange"; }, ["searchBox"], ["ax-prefix", " ax-clear-button", "ax-suffix", "ax-search-box", "ax-footer", "ax-validation-rule"], false, never>;
70
47
  }
48
+ export {};
@@ -1,21 +1,20 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./select-box.component";
3
- import * as i2 from "./select-box2.component";
4
- import * as i3 from "@angular/common";
5
- import * as i4 from "@acorex/components/common";
6
- import * as i5 from "@angular/forms";
7
- import * as i6 from "@acorex/components/check-box";
8
- import * as i7 from "@acorex/components/badge";
9
- import * as i8 from "@acorex/components/decorators";
10
- import * as i9 from "@acorex/core/translation";
11
- import * as i10 from "@acorex/components/popover";
12
- import * as i11 from "@acorex/components/loading";
13
- import * as i12 from "@angular/cdk/a11y";
14
- import * as i13 from "@acorex/components/text-box";
15
- import * as i14 from "@acorex/components/dropdown";
16
- import * as i15 from "@acorex/components/list";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "@acorex/components/common";
5
+ import * as i4 from "@angular/forms";
6
+ import * as i5 from "@acorex/components/check-box";
7
+ import * as i6 from "@acorex/components/badge";
8
+ import * as i7 from "@acorex/components/decorators";
9
+ import * as i8 from "@acorex/core/translation";
10
+ import * as i9 from "@acorex/components/popover";
11
+ import * as i10 from "@acorex/components/loading";
12
+ import * as i11 from "@angular/cdk/a11y";
13
+ import * as i12 from "@acorex/components/text-box";
14
+ import * as i13 from "@acorex/components/dropdown";
15
+ import * as i14 from "@acorex/components/list";
17
16
  export declare class AXSelectBoxModule {
18
17
  static ɵfac: i0.ɵɵFactoryDeclaration<AXSelectBoxModule, never>;
19
- static ɵmod: i0.ɵɵNgModuleDeclaration<AXSelectBoxModule, [typeof i1.AXSelectBoxComponent, typeof i2.AXSelectBox2Component], [typeof i3.CommonModule, typeof i4.AXCommonModule, typeof i5.FormsModule, typeof i6.AXCheckBoxModule, typeof i7.AXBadgeModule, typeof i8.AXDecoratorModule, typeof i9.AXTranslationModule, typeof i10.AXPopoverModule, typeof i11.AXLoadingModule, typeof i12.A11yModule, typeof i13.AXTextBoxModule, typeof i14.AXDropdownModule, typeof i15.AXListModule], [typeof i1.AXSelectBoxComponent, typeof i2.AXSelectBox2Component]>;
18
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXSelectBoxModule, [typeof i1.AXSelectBoxComponent], [typeof i2.CommonModule, typeof i3.AXCommonModule, typeof i4.FormsModule, typeof i5.AXCheckBoxModule, typeof i6.AXBadgeModule, typeof i7.AXDecoratorModule, typeof i8.AXTranslationModule, typeof i9.AXPopoverModule, typeof i10.AXLoadingModule, typeof i11.A11yModule, typeof i12.AXTextBoxModule, typeof i13.AXDropdownModule, typeof i14.AXListModule], [typeof i1.AXSelectBoxComponent]>;
20
19
  static ɵinj: i0.ɵɵInjectorDeclaration<AXSelectBoxModule>;
21
20
  }
@@ -1,6 +1,6 @@
1
1
  import { AXDirection, MXSelectionValueComponent } from '@acorex/components/common';
2
2
  import * as i0 from "@angular/core";
3
- export type AXSelectionListAppearance = 'solid' | 'divided' | 'card';
3
+ export type AXSelectionListLook = 'solid' | 'divided' | 'card';
4
4
  /**
5
5
  * The Button is a component which detects user interaction and triggers a corresponding event
6
6
  *
@@ -13,10 +13,13 @@ export declare class AXSelectionListComponent extends MXSelectionValueComponent
13
13
  private _items;
14
14
  get items(): unknown[];
15
15
  set items(v: unknown[]);
16
+ private _hintField;
17
+ get hintField(): string;
18
+ set hintField(v: string);
16
19
  getItemByKey(key: unknown): unknown;
17
- appearance: AXSelectionListAppearance;
20
+ look: AXSelectionListLook;
18
21
  protected _handleOnItemValueChange(item: any, e: Event): void;
19
22
  private get __hostClass();
20
23
  static ɵfac: i0.ɵɵFactoryDeclaration<AXSelectionListComponent, never>;
21
- static ɵcmp: i0.ɵɵComponentDeclaration<AXSelectionListComponent, "ax-selection-list", never, { "id": { "alias": "id"; "required": false; }; "name": { "alias": "name"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "size": { "alias": "size"; "required": false; }; "value": { "alias": "value"; "required": false; }; "valueField": { "alias": "valueField"; "required": false; }; "textField": { "alias": "textField"; "required": false; }; "hintField": { "alias": "hintField"; "required": false; }; "disabledField": { "alias": "disabledField"; "required": false; }; "readonlyField": { "alias": "readonlyField"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "direction": { "alias": "direction"; "required": false; }; "items": { "alias": "items"; "required": false; }; "appearance": { "alias": "appearance"; "required": false; }; }, { "onValueChanged": "onValueChanged"; "onBlur": "onBlur"; "onFocus": "onFocus"; }, never, ["ax-validation-rule"], false, never>;
24
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXSelectionListComponent, "ax-selection-list", never, { "id": { "alias": "id"; "required": false; }; "name": { "alias": "name"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "size": { "alias": "size"; "required": false; }; "value": { "alias": "value"; "required": false; }; "valueField": { "alias": "valueField"; "required": false; }; "textField": { "alias": "textField"; "required": false; }; "hintField": { "alias": "hintField"; "required": false; }; "disabledField": { "alias": "disabledField"; "required": false; }; "readonlyField": { "alias": "readonlyField"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "direction": { "alias": "direction"; "required": false; }; "items": { "alias": "items"; "required": false; }; "look": { "alias": "look"; "required": false; }; }, { "onValueChanged": "onValueChanged"; "onBlur": "onBlur"; "onFocus": "onFocus"; }, never, ["ax-validation-rule"], false, never>;
22
25
  }
@@ -0,0 +1,3 @@
1
+ # @acorex/components/side-menu
2
+
3
+ Secondary entry point of `@acorex/components`. It can be used by importing from `@acorex/components/side-menu`.
@@ -0,0 +1,3 @@
1
+ export * from './lib/side-menu-item/side-menu-item.compoent';
2
+ export * from './lib/side-menu.component';
3
+ export * from './lib/side-menu.module';
@@ -0,0 +1,37 @@
1
+ import { AXClickEvent, MXInteractiveComponent } from '@acorex/components/common';
2
+ import { AfterContentInit, ElementRef, EventEmitter } from '@angular/core';
3
+ import * as i0 from "@angular/core";
4
+ export declare class AXSideMenuItemComponent extends MXInteractiveComponent implements AfterContentInit {
5
+ private elem;
6
+ textChange: EventEmitter<any>;
7
+ private _text;
8
+ /**
9
+ * Providing a string value for its text state
10
+ */
11
+ get text(): string;
12
+ set text(v: string);
13
+ isCollapsedChange: EventEmitter<any>;
14
+ private _isCollapsed;
15
+ /**
16
+ * Providing a boolean value for its collapse state
17
+ */
18
+ get isCollapsed(): boolean;
19
+ set isCollapsed(v: boolean);
20
+ activeChange: EventEmitter<boolean>;
21
+ private _active;
22
+ /**
23
+ * Providing a string value for its text state
24
+ */
25
+ get active(): boolean;
26
+ set active(v: boolean);
27
+ onClick: EventEmitter<AXClickEvent>;
28
+ protected hasChild: boolean;
29
+ constructor(elem: ElementRef);
30
+ _handleClickEvent(e: MouseEvent): void;
31
+ toggle(): void;
32
+ open(): void;
33
+ close(): void;
34
+ ngAfterContentInit(): void;
35
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXSideMenuItemComponent, never>;
36
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXSideMenuItemComponent, "ax-side-menu-item", never, { "disabled": { "alias": "disabled"; "required": false; }; "text": { "alias": "text"; "required": false; }; "isCollapsed": { "alias": "isCollapsed"; "required": false; }; "active": { "alias": "active"; "required": false; }; }, { "textChange": "textChange"; "isCollapsedChange": "isCollapsedChange"; "activeChange": "activeChange"; "onClick": "onClick"; }, never, ["ax-title", "ax-prefix", "ax-suffix", "ax-side-menu-item, ng-container", "ax-divider"], false, never>;
37
+ }
@@ -0,0 +1,8 @@
1
+ import { MXBaseComponent } from '@acorex/components/common';
2
+ import { OnInit } from '@angular/core';
3
+ import * as i0 from "@angular/core";
4
+ export declare class AXSideMenuComponent extends MXBaseComponent implements OnInit {
5
+ ngOnInit(): void;
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXSideMenuComponent, never>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXSideMenuComponent, "ax-side-menu", never, {}, {}, never, ["ax-side-menu-item,ng-container,ng-content"], false, never>;
8
+ }
@@ -0,0 +1,10 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./side-menu.component";
3
+ import * as i2 from "./side-menu-item/side-menu-item.compoent";
4
+ import * as i3 from "@angular/common";
5
+ import * as i4 from "@acorex/components/common";
6
+ export declare class AXSideMenuModule {
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXSideMenuModule, never>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXSideMenuModule, [typeof i1.AXSideMenuComponent, typeof i2.AXSideMenuItemComponent], [typeof i3.CommonModule, typeof i4.AXCommonModule], [typeof i1.AXSideMenuComponent, typeof i2.AXSideMenuItemComponent]>;
9
+ static ɵinj: i0.ɵɵInjectorDeclaration<AXSideMenuModule>;
10
+ }
@@ -0,0 +1,3 @@
1
+ # @acorex/components/skeleton
2
+
3
+ Secondary entry point of `@acorex/components`. It can be used by importing from `@acorex/components/skeleton`.
@@ -0,0 +1,2 @@
1
+ export * from './lib/skeleton.component';
2
+ export * from './lib/skeleton.module';
@@ -0,0 +1,8 @@
1
+ import { MXBaseComponent } from '@acorex/components/common';
2
+ import * as i0 from "@angular/core";
3
+ export declare class AXSkeletonComponent extends MXBaseComponent {
4
+ animated: boolean;
5
+ get __hostClass(): string;
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXSkeletonComponent, never>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXSkeletonComponent, "ax-skeleton", never, { "animated": { "alias": "animated"; "required": false; }; }, {}, never, never, false, never>;
8
+ }
@@ -0,0 +1,8 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./skeleton.component";
3
+ import * as i2 from "@angular/common";
4
+ export declare class AXSkeletonModule {
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXSkeletonModule, never>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXSkeletonModule, [typeof i1.AXSkeletonComponent], [typeof i2.CommonModule], [typeof i1.AXSkeletonComponent]>;
7
+ static ɵinj: i0.ɵɵInjectorDeclaration<AXSkeletonModule>;
8
+ }
@@ -1,4 +1,4 @@
1
- import { MXComponentOptionChanged, MXInteractiveComponent } from '@acorex/components/common';
1
+ import { AXClickEvent, MXComponentOptionChanged, MXInteractiveComponent } from '@acorex/components/common';
2
2
  import { EventEmitter, TemplateRef } from '@angular/core';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class AXTabItemComponent extends MXInteractiveComponent {
@@ -7,6 +7,7 @@ export declare class AXTabItemComponent extends MXInteractiveComponent {
7
7
  template: TemplateRef<unknown>;
8
8
  headerTemplate: TemplateRef<unknown>;
9
9
  activeChange: EventEmitter<boolean>;
10
+ onClick: EventEmitter<AXClickEvent>;
10
11
  private _active;
11
12
  get active(): boolean;
12
13
  set active(value: boolean);
@@ -1,9 +1,8 @@
1
- import { MXBaseComponent } from '@acorex/components/common';
1
+ import { MXColorLookComponent } from '@acorex/components/common';
2
2
  import * as i0 from "@angular/core";
3
- export declare class AXTagComponent extends MXBaseComponent {
3
+ export declare class AXTagComponent extends MXColorLookComponent {
4
4
  text: string;
5
- look: 'default' | 'outline';
6
5
  private get __hostClass();
7
6
  static ɵfac: i0.ɵɵFactoryDeclaration<AXTagComponent, never>;
8
- static ɵcmp: i0.ɵɵComponentDeclaration<AXTagComponent, "ax-tag", never, { "text": { "alias": "text"; "required": false; }; "look": { "alias": "look"; "required": false; }; }, {}, never, ["ax-prefix", "ax-suffix"], false, never>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXTagComponent, "ax-tag", never, { "color": { "alias": "color"; "required": false; }; "look": { "alias": "look"; "required": false; }; "text": { "alias": "text"; "required": false; }; }, {}, never, ["ax-prefix", "ax-suffix"], false, never>;
9
8
  }
@@ -1,11 +1,11 @@
1
- import { MXAppearanceComponent, MXInputBaseValueComponent } from '@acorex/components/common';
1
+ import { MXInputBaseValueComponent, MXLookComponent } from '@acorex/components/common';
2
2
  import { ElementRef } from '@angular/core';
3
3
  import * as i0 from "@angular/core";
4
4
  declare const AXTextAreaComponent_base: import("polytype").Polytype.ClusteredConstructor<[{
5
5
  new (): MXInputBaseValueComponent<string>;
6
6
  ɵfac: unknown;
7
7
  ɵprov: import("@angular/core").ɵɵInjectableDeclaration<MXInputBaseValueComponent<any>>;
8
- }, typeof MXAppearanceComponent]>;
8
+ }, typeof MXLookComponent]>;
9
9
  export declare class AXTextAreaComponent extends AXTextAreaComponent_base {
10
10
  input: ElementRef<HTMLInputElement>;
11
11
  rows: number;
@@ -13,6 +13,6 @@ export declare class AXTextAreaComponent extends AXTextAreaComponent_base {
13
13
  protected _handleModelChange(value: string | null): void;
14
14
  get __hostClass(): string;
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<AXTextAreaComponent, never>;
16
- static ɵcmp: i0.ɵɵComponentDeclaration<AXTextAreaComponent, "ax-text-area", never, { "disabled": { "alias": "disabled"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "value": { "alias": "value"; "required": false; }; "state": { "alias": "state"; "required": false; }; "name": { "alias": "name"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "maxLength": { "alias": "maxLength"; "required": false; }; "appearance": { "alias": "appearance"; "required": false; }; "rows": { "alias": "rows"; "required": false; }; }, { "onBlur": "onBlur"; "onFocus": "onFocus"; "valueChange": "valueChange"; "stateChange": "stateChange"; "onValueChanged": "onValueChanged"; "readonlyChange": "readonlyChange"; "disabledChange": "disabledChange"; }, never, ["ax-prefix", "ax-suffix", "ax-validation-rule"], false, never>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXTextAreaComponent, "ax-text-area", never, { "disabled": { "alias": "disabled"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "value": { "alias": "value"; "required": false; }; "state": { "alias": "state"; "required": false; }; "name": { "alias": "name"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "maxLength": { "alias": "maxLength"; "required": false; }; "look": { "alias": "look"; "required": false; }; "rows": { "alias": "rows"; "required": false; }; }, { "onBlur": "onBlur"; "onFocus": "onFocus"; "valueChange": "valueChange"; "stateChange": "stateChange"; "onValueChanged": "onValueChanged"; "readonlyChange": "readonlyChange"; "disabledChange": "disabledChange"; }, never, ["ax-prefix", "ax-suffix", "ax-validation-rule"], false, never>;
17
17
  }
18
18
  export {};
@@ -1,4 +1,4 @@
1
- import { MXAppearanceComponent, MXInputBaseValueComponent } from '@acorex/components/common';
1
+ import { MXInputBaseValueComponent, MXLookComponent } from '@acorex/components/common';
2
2
  import { AfterContentInit } from '@angular/core';
3
3
  import { AXMaskOptions, AXMaskOptionsDirective } from './mask-options.directive';
4
4
  import * as i0 from "@angular/core";
@@ -6,7 +6,7 @@ declare const AXTextBoxComponent_base: import("polytype").Polytype.ClusteredCons
6
6
  new (): MXInputBaseValueComponent<string>;
7
7
  ɵfac: unknown;
8
8
  ɵprov: import("@angular/core").ɵɵInjectableDeclaration<MXInputBaseValueComponent<any>>;
9
- }, typeof MXAppearanceComponent]>;
9
+ }, typeof MXLookComponent]>;
10
10
  /**
11
11
  * The Textbox is a component which detects user interaction and triggers a corresponding event
12
12
  *
@@ -28,6 +28,6 @@ export declare class AXTextBoxComponent extends AXTextBoxComponent_base implemen
28
28
  protected _handleModelChange(value: string | null): void;
29
29
  get __hostClass(): string;
30
30
  static ɵfac: i0.ɵɵFactoryDeclaration<AXTextBoxComponent, never>;
31
- static ɵcmp: i0.ɵɵComponentDeclaration<AXTextBoxComponent, "ax-text-box", never, { "disabled": { "alias": "disabled"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "value": { "alias": "value"; "required": false; }; "state": { "alias": "state"; "required": false; }; "name": { "alias": "name"; "required": false; }; "id": { "alias": "id"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "maxLength": { "alias": "maxLength"; "required": false; }; "allowNull": { "alias": "allowNull"; "required": false; }; "type": { "alias": "type"; "required": false; }; "autoComplete": { "alias": "autoComplete"; "required": false; }; "appearance": { "alias": "appearance"; "required": false; }; "maskOptions": { "alias": "mask-options"; "required": false; }; }, { "onBlur": "onBlur"; "onFocus": "onFocus"; "valueChange": "valueChange"; "stateChange": "stateChange"; "onValueChanged": "onValueChanged"; "readonlyChange": "readonlyChange"; "disabledChange": "disabledChange"; }, ["_maskOptionsContent"], ["ax-prefix", "ax-clear-button", "ax-suffix", "ax-validation-rule"], false, never>;
31
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXTextBoxComponent, "ax-text-box", never, { "disabled": { "alias": "disabled"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "value": { "alias": "value"; "required": false; }; "state": { "alias": "state"; "required": false; }; "name": { "alias": "name"; "required": false; }; "id": { "alias": "id"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "maxLength": { "alias": "maxLength"; "required": false; }; "allowNull": { "alias": "allowNull"; "required": false; }; "type": { "alias": "type"; "required": false; }; "autoComplete": { "alias": "autoComplete"; "required": false; }; "look": { "alias": "look"; "required": false; }; "maskOptions": { "alias": "mask-options"; "required": false; }; }, { "onBlur": "onBlur"; "onFocus": "onFocus"; "valueChange": "valueChange"; "stateChange": "stateChange"; "onValueChanged": "onValueChanged"; "readonlyChange": "readonlyChange"; "disabledChange": "disabledChange"; }, ["_maskOptionsContent"], ["ax-prefix", "ax-clear-button", "ax-suffix", "ax-validation-rule"], false, never>;
32
32
  }
33
33
  export {};
package/toast/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- export * from './lib/toast.config';
2
1
  export * from './lib/toast.class';
3
2
  export * from './lib/toast.component';
3
+ export * from './lib/toast.config';
4
4
  export * from './lib/toast.module';
5
5
  export * from './lib/toast.service';
@@ -1,4 +1,4 @@
1
- import { AXLocation, AXStyleColorType } from "@acorex/components/common";
1
+ import { AXLocation, AXStyleColorType } from '@acorex/components/common';
2
2
  export interface AXToastDisplayConfig {
3
3
  icon?: string;
4
4
  title?: string;
@@ -1,6 +1,7 @@
1
1
  import { AXButtonItem } from '@acorex/components/button';
2
2
  import { AXComponentCloseEvent, MXBaseComponent } from '@acorex/components/common';
3
3
  import { DialogRef } from '@angular/cdk/dialog';
4
+ import { OnInit } from '@angular/core';
4
5
  import { AXToastData } from './toast.class';
5
6
  import * as i0 from "@angular/core";
6
7
  /**
@@ -8,7 +9,7 @@ import * as i0 from "@angular/core";
8
9
  *
9
10
  * @category Components
10
11
  */
11
- export declare class AXToastComponent extends MXBaseComponent {
12
+ export declare class AXToastComponent extends MXBaseComponent implements OnInit {
12
13
  config: AXToastData;
13
14
  private dialogRef;
14
15
  protected _toastWidth: number;
@@ -1,5 +1,5 @@
1
- import { InjectionToken } from '@angular/core';
2
1
  import { AXLocation } from '@acorex/components/common';
2
+ import { InjectionToken } from '@angular/core';
3
3
  export interface AXToastConfig {
4
4
  gap: number;
5
5
  timeOut: number;