@acorex/components 7.4.8 → 7.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (432) 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/breadcrumbs/index.d.ts +2 -2
  5. package/breadcrumbs/lib/breadcrumbs-item.component.d.ts +1 -1
  6. package/button/lib/button-item.class.d.ts +1 -1
  7. package/button/lib/button.component.d.ts +1 -1
  8. package/button/lib/button.module.d.ts +2 -1
  9. package/calendar/lib/calendar.class.d.ts +1 -1
  10. package/calendar/lib/calendar.component.d.ts +1 -1
  11. package/collapse/lib/collapse-group.component.d.ts +9 -6
  12. package/collapse/lib/collapse.component.d.ts +6 -6
  13. package/color-box/lib/color-box.component.d.ts +2 -2
  14. package/color-palette/lib/color-palette-input.component.d.ts +3 -3
  15. package/color-palette/lib/color-palette-picker.component.d.ts +1 -1
  16. package/color-palette/lib/color-palette.class.d.ts +4 -4
  17. package/common/index.d.ts +0 -1
  18. package/common/lib/classes/datalist.class.d.ts +34 -3
  19. package/common/lib/classes/styles.class.d.ts +2 -3
  20. package/common/lib/components/colorlook-component.class.d.ts +2 -2
  21. package/common/lib/components/input-base-value-component.class.d.ts +12 -12
  22. package/common/lib/components/selection-base.component.class.d.ts +5 -10
  23. package/common/lib/directives/delayed-value-changed.directive.d.ts +5 -5
  24. package/common/lib/directives/hotkey.directive.d.ts +2 -2
  25. package/common/lib/directives/responsive.directive.d.ts +1 -1
  26. package/context-menu/lib/context-menu.component.d.ts +1 -1
  27. package/data-table/lib/data-table.component.d.ts +2 -2
  28. package/datetime-box/lib/datetime-box.component.d.ts +5 -4
  29. package/datetime-input/lib/datetime-input.component.d.ts +1 -1
  30. package/datetime-picker/index.d.ts +1 -1
  31. package/datetime-picker/lib/datetime-picker.component.d.ts +1 -2
  32. package/dialog/lib/dialog.class.d.ts +4 -2
  33. package/dialog/lib/dialog.service.d.ts +3 -2
  34. package/dropdown/lib/dropdown-box.component.d.ts +6 -3
  35. package/dropdown/lib/dropdown-panel.component.d.ts +1 -0
  36. package/esm2022/action-sheet/index.mjs +2 -2
  37. package/esm2022/action-sheet/lib/action-sheet.class.mjs +1 -1
  38. package/esm2022/action-sheet/lib/action-sheet.component.mjs +22 -14
  39. package/esm2022/action-sheet/lib/action-sheet.module.mjs +3 -3
  40. package/esm2022/action-sheet/lib/action-sheet.service.mjs +5 -5
  41. package/esm2022/alert/lib/alert.component.mjs +6 -7
  42. package/esm2022/avatar/index.mjs +2 -2
  43. package/esm2022/avatar/lib/avatar-group.component.mjs +1 -1
  44. package/esm2022/avatar/lib/avatar.component.mjs +2 -2
  45. package/esm2022/badge/lib/badge.component.mjs +3 -3
  46. package/esm2022/badge/lib/badge.module.mjs +2 -2
  47. package/esm2022/breadcrumbs/index.mjs +3 -3
  48. package/esm2022/breadcrumbs/lib/breadcrumbs-item.class.mjs +1 -1
  49. package/esm2022/breadcrumbs/lib/breadcrumbs-item.component.mjs +2 -2
  50. package/esm2022/breadcrumbs/lib/breadcrumbs.component.mjs +1 -1
  51. package/esm2022/breadcrumbs/lib/breadcrumbs.module.mjs +3 -3
  52. package/esm2022/button/lib/button-item.class.mjs +1 -1
  53. package/esm2022/button/lib/button-item.component.mjs +1 -1
  54. package/esm2022/button/lib/button.component.mjs +3 -3
  55. package/esm2022/button/lib/button.module.mjs +4 -3
  56. package/esm2022/button-group/lib/button-group.component.mjs +3 -3
  57. package/esm2022/button-group/lib/button-group.module.mjs +2 -2
  58. package/esm2022/calendar/lib/calendar-range.component.mjs +4 -7
  59. package/esm2022/calendar/lib/calendar.class.mjs +3 -11
  60. package/esm2022/calendar/lib/calendar.component.mjs +28 -29
  61. package/esm2022/calendar/lib/calendar.module.mjs +4 -4
  62. package/esm2022/check-box/lib/check-box.component.mjs +9 -9
  63. package/esm2022/check-box/lib/check-box.module.mjs +3 -3
  64. package/esm2022/chips/lib/chips.component.mjs +5 -5
  65. package/esm2022/chips/lib/chips.module.mjs +2 -2
  66. package/esm2022/collapse/lib/collapse-group.component.mjs +17 -12
  67. package/esm2022/collapse/lib/collapse.component.mjs +9 -9
  68. package/esm2022/collapse/lib/collapse.module.mjs +3 -3
  69. package/esm2022/color-box/lib/color-box.component.mjs +7 -7
  70. package/esm2022/color-box/lib/color-box.module.mjs +4 -4
  71. package/esm2022/color-palette/lib/color-palette-input.component.mjs +10 -14
  72. package/esm2022/color-palette/lib/color-palette-picker.component.mjs +29 -31
  73. package/esm2022/color-palette/lib/color-palette-preview.component.mjs +8 -16
  74. package/esm2022/color-palette/lib/color-palette-swatches.component.mjs +5 -5
  75. package/esm2022/color-palette/lib/color-palette.class.mjs +2 -2
  76. package/esm2022/color-palette/lib/color-palette.component.mjs +14 -6
  77. package/esm2022/color-palette/lib/color-palette.module.mjs +12 -12
  78. package/esm2022/common/index.mjs +1 -2
  79. package/esm2022/common/lib/classes/components.class.mjs +1 -1
  80. package/esm2022/common/lib/classes/datalist.class.mjs +41 -3
  81. package/esm2022/common/lib/classes/styles.class.mjs +2 -10
  82. package/esm2022/common/lib/common.module.mjs +4 -2
  83. package/esm2022/common/lib/components/button-base-component.class.mjs +4 -4
  84. package/esm2022/common/lib/components/color-component.class.mjs +2 -2
  85. package/esm2022/common/lib/components/colorlook-component.class.mjs +4 -4
  86. package/esm2022/common/lib/components/input-base-value-component.class.mjs +15 -15
  87. package/esm2022/common/lib/components/interactive-component.class.mjs +1 -1
  88. package/esm2022/common/lib/components/look-component.class.mjs +2 -2
  89. package/esm2022/common/lib/components/selection-base.component.class.mjs +19 -36
  90. package/esm2022/common/lib/components/value-component.class.mjs +4 -4
  91. package/esm2022/common/lib/directives/auto-focus.directive.mjs +4 -12
  92. package/esm2022/common/lib/directives/delayed-value-changed.directive.mjs +16 -14
  93. package/esm2022/common/lib/directives/hotkey.directive.mjs +14 -15
  94. package/esm2022/common/lib/directives/infinite-scroll.directive.mjs +7 -9
  95. package/esm2022/common/lib/directives/responsive.directive.mjs +12 -10
  96. package/esm2022/common/lib/directives/ripple.directive.mjs +1 -1
  97. package/esm2022/common/lib/services/dom.service.mjs +2 -2
  98. package/esm2022/common/lib/services/hotkey.service.mjs +4 -5
  99. package/esm2022/common/lib/types/direction.mjs +1 -1
  100. package/esm2022/common/lib/types/orientation.mjs +1 -1
  101. package/esm2022/common/lib/types/placement.mjs +23 -23
  102. package/esm2022/common/lib/types/range.mjs +1 -1
  103. package/esm2022/context-menu/lib/context-menu.component.mjs +3 -3
  104. package/esm2022/context-menu/lib/context-menu.module.mjs +7 -17
  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 +11 -8
  117. package/esm2022/datetime-box/lib/datetime-box.module.mjs +7 -7
  118. package/esm2022/datetime-input/lib/datetime-input.component.mjs +134 -134
  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.class.mjs +1 -1
  128. package/esm2022/dialog/lib/dialog.component.mjs +3 -17
  129. package/esm2022/dialog/lib/dialog.module.mjs +26 -10
  130. package/esm2022/dialog/lib/dialog.service.mjs +47 -24
  131. package/esm2022/drawer/lib/drawer-container.component.mjs +2 -2
  132. package/esm2022/drawer/lib/drawer.component.mjs +2 -2
  133. package/esm2022/drawer/lib/drawer.module.mjs +3 -3
  134. package/esm2022/dropdown/lib/dropdown-box.class.mjs +1 -1
  135. package/esm2022/dropdown/lib/dropdown-box.component.mjs +16 -10
  136. package/esm2022/dropdown/lib/dropdown-panel.component.mjs +7 -6
  137. package/esm2022/dropdown/lib/dropdown.module.mjs +29 -9
  138. package/esm2022/form/index.mjs +2 -2
  139. package/esm2022/form/lib/form-field.component.mjs +4 -4
  140. package/esm2022/form/lib/form.component.mjs +3 -4
  141. package/esm2022/form/lib/form.config.mjs +6 -6
  142. package/esm2022/form/lib/form.module.mjs +3 -11
  143. package/esm2022/form/lib/validation-summary.component.mjs +40 -30
  144. package/esm2022/form/lib/validation.class.mjs +1 -1
  145. package/esm2022/image/lib/image.component.mjs +1 -1
  146. package/esm2022/image/lib/image.module.mjs +2 -2
  147. package/esm2022/label/lib/label.component.mjs +4 -8
  148. package/esm2022/label/lib/label.module.mjs +2 -2
  149. package/esm2022/list/acorex-components-list.mjs +5 -0
  150. package/esm2022/list/index.mjs +3 -0
  151. package/esm2022/list/lib/list.component.mjs +244 -0
  152. package/esm2022/list/lib/list.module.mjs +22 -0
  153. package/esm2022/loading/index.mjs +2 -2
  154. package/esm2022/loading/lib/loading-spinner.component.mjs +13 -7
  155. package/esm2022/loading/lib/loading.component.mjs +8 -16
  156. package/esm2022/loading/lib/loading.config.mjs +2 -2
  157. package/esm2022/loading/lib/loading.directive.mjs +2 -2
  158. package/esm2022/loading/lib/loading.module.mjs +22 -8
  159. package/esm2022/loading/lib/loading.service.mjs +9 -13
  160. package/esm2022/menu/index.mjs +4 -1
  161. package/esm2022/menu/lib/class/root-menu.class.mjs +3 -0
  162. package/esm2022/menu/lib/menu-item/menu-item.component.mjs +95 -0
  163. package/esm2022/menu/lib/menu.component.mjs +4 -4
  164. package/esm2022/menu/lib/menu.module.mjs +11 -16
  165. package/esm2022/menu/lib/menu2.component.mjs +45 -0
  166. package/esm2022/mixin/lib/base-components.class.mjs +2 -3
  167. package/esm2022/mixin/lib/base-menu-mixin.class.mjs +1 -1
  168. package/esm2022/mixin/lib/button-mixin.class.mjs +1 -1
  169. package/esm2022/mixin/lib/clickable-mixin.class.mjs +8 -8
  170. package/esm2022/mixin/lib/color-look-mixing.class.mjs +3 -3
  171. package/esm2022/mixin/lib/constratctor.mjs +1 -1
  172. package/esm2022/mixin/lib/datalist-component.class.mjs +3 -5
  173. package/esm2022/mixin/lib/datalist.class.mjs +46 -3
  174. package/esm2022/mixin/lib/dropdown-mixin.class.mjs +2 -4
  175. package/esm2022/mixin/lib/interactive-mixin.class.mjs +29 -28
  176. package/esm2022/mixin/lib/mixin.class.mjs +13 -13
  177. package/esm2022/mixin/lib/page-component.class.mjs +3 -3
  178. package/esm2022/mixin/lib/selection-component.class.mjs +1 -1
  179. package/esm2022/mixin/lib/textbox-mixin.class.mjs +29 -20
  180. package/esm2022/mixin/lib/value-mixin.class.mjs +1 -1
  181. package/esm2022/notification/index.mjs +2 -2
  182. package/esm2022/notification/lib/notification.class.mjs +1 -1
  183. package/esm2022/notification/lib/notification.component.mjs +7 -7
  184. package/esm2022/notification/lib/notification.config.mjs +1 -1
  185. package/esm2022/notification/lib/notification.module.mjs +21 -9
  186. package/esm2022/notification/lib/notification.service.mjs +11 -11
  187. package/esm2022/number-box/lib/number-box.component.mjs +6 -6
  188. package/esm2022/number-box/lib/number-box.module.mjs +6 -16
  189. package/esm2022/otp/lib/otp.component.mjs +5 -5
  190. package/esm2022/otp/lib/otp.module.mjs +2 -2
  191. package/esm2022/page/lib/base-page.class.mjs +6 -4
  192. package/esm2022/page/lib/page.component.mjs +3 -3
  193. package/esm2022/page/lib/page.module.mjs +1 -1
  194. package/esm2022/password-box/lib/password-box.component.mjs +6 -6
  195. package/esm2022/password-box/lib/password-box.module.mjs +7 -15
  196. package/esm2022/picker/lib/picker-column.directive.mjs +9 -16
  197. package/esm2022/picker/lib/picker.component.mjs +2 -2
  198. package/esm2022/picker/lib/picker.module.mjs +3 -3
  199. package/esm2022/popover/lib/popover.component.mjs +8 -5
  200. package/esm2022/popover/lib/popover.module.mjs +2 -2
  201. package/esm2022/popup/index.mjs +2 -2
  202. package/esm2022/popup/lib/popup.component.mjs +1 -2
  203. package/esm2022/popup/lib/popup.interface.mjs +1 -1
  204. package/esm2022/popup/lib/popup.module.mjs +2 -2
  205. package/esm2022/popup/lib/popup.service.mjs +1 -2
  206. package/esm2022/progress-bar/lib/progress-bar.component.mjs +5 -5
  207. package/esm2022/progress-bar/lib/progress-bar.module.mjs +2 -2
  208. package/esm2022/radio/lib/radio.component.mjs +8 -8
  209. package/esm2022/radio/lib/radio.module.mjs +2 -2
  210. package/esm2022/range-slider/lib/range-slider.component.mjs +9 -9
  211. package/esm2022/range-slider/lib/range-slider.module.mjs +4 -4
  212. package/esm2022/result/lib/result.component.mjs +4 -4
  213. package/esm2022/result/lib/result.module.mjs +2 -2
  214. package/esm2022/routing-progress/acorex-components-routing-progress.mjs +5 -0
  215. package/esm2022/routing-progress/index.mjs +3 -0
  216. package/esm2022/routing-progress/lib/routing-progress.component.mjs +58 -0
  217. package/esm2022/routing-progress/lib/routing-progress.module.mjs +21 -0
  218. package/esm2022/scheduler/lib/scheduler-month-view.component.mjs +4 -2
  219. package/esm2022/scheduler/lib/scheduler.component.mjs +1 -1
  220. package/esm2022/search-box/lib/search-box.component.mjs +43 -19
  221. package/esm2022/search-box/lib/search-box.module.mjs +8 -8
  222. package/esm2022/select-box/index.mjs +2 -1
  223. package/esm2022/select-box/lib/select-box.component.mjs +4 -4
  224. package/esm2022/select-box/lib/select-box.module.mjs +21 -12
  225. package/esm2022/select-box/lib/select-box2.component.mjs +191 -0
  226. package/esm2022/selection-list/lib/selection-list.component.mjs +24 -9
  227. package/esm2022/selection-list/lib/selection-list.module.mjs +6 -6
  228. package/esm2022/switch/lib/switch-content.component.mjs +1 -1
  229. package/esm2022/switch/lib/switch.component.mjs +11 -18
  230. package/esm2022/switch/lib/switch.module.mjs +4 -4
  231. package/esm2022/tabs/lib/tab-content.directive.mjs +1 -1
  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 +4 -4
  235. package/esm2022/tag/lib/tag.module.mjs +2 -2
  236. package/esm2022/text-area/lib/text-area.component.mjs +21 -15
  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 +7 -7
  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 +5 -6
  259. package/fesm2022/acorex-components-alert.mjs.map +1 -1
  260. package/fesm2022/acorex-components-avatar.mjs +15 -15
  261. package/fesm2022/acorex-components-avatar.mjs.map +1 -1
  262. package/fesm2022/acorex-components-badge.mjs +2 -2
  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 +5 -4
  268. package/fesm2022/acorex-components-button.mjs.map +1 -1
  269. package/fesm2022/acorex-components-calendar.mjs +26 -38
  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 +4 -4
  274. package/fesm2022/acorex-components-chips.mjs.map +1 -1
  275. package/fesm2022/acorex-components-collapse.mjs +23 -18
  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 +147 -164
  282. package/fesm2022/acorex-components-common.mjs.map +1 -1
  283. package/fesm2022/acorex-components-context-menu.mjs +6 -16
  284. package/fesm2022/acorex-components-context-menu.mjs.map +1 -1
  285. package/fesm2022/acorex-components-data-pager.mjs +70 -19
  286. package/fesm2022/acorex-components-data-pager.mjs.map +1 -1
  287. package/fesm2022/acorex-components-data-table.mjs +1 -1
  288. package/fesm2022/acorex-components-data-table.mjs.map +1 -1
  289. package/fesm2022/acorex-components-datetime-box.mjs +11 -8
  290. package/fesm2022/acorex-components-datetime-box.mjs.map +1 -1
  291. package/fesm2022/acorex-components-datetime-input.mjs +133 -133
  292. package/fesm2022/acorex-components-datetime-input.mjs.map +1 -1
  293. package/fesm2022/acorex-components-datetime-picker.mjs +9 -9
  294. package/fesm2022/acorex-components-datetime-picker.mjs.map +1 -1
  295. package/fesm2022/acorex-components-decorators.mjs +8 -4
  296. package/fesm2022/acorex-components-decorators.mjs.map +1 -1
  297. package/fesm2022/acorex-components-dialog.mjs +65 -40
  298. package/fesm2022/acorex-components-dialog.mjs.map +1 -1
  299. package/fesm2022/acorex-components-drawer.mjs +1 -1
  300. package/fesm2022/acorex-components-drawer.mjs.map +1 -1
  301. package/fesm2022/acorex-components-dropdown.mjs +46 -20
  302. package/fesm2022/acorex-components-dropdown.mjs.map +1 -1
  303. package/fesm2022/acorex-components-form.mjs +76 -75
  304. package/fesm2022/acorex-components-form.mjs.map +1 -1
  305. package/fesm2022/acorex-components-image.mjs.map +1 -1
  306. package/fesm2022/acorex-components-label.mjs +2 -6
  307. package/fesm2022/acorex-components-label.mjs.map +1 -1
  308. package/fesm2022/acorex-components-list.mjs +269 -0
  309. package/fesm2022/acorex-components-list.mjs.map +1 -0
  310. package/fesm2022/acorex-components-loading.mjs +42 -36
  311. package/fesm2022/acorex-components-loading.mjs.map +1 -1
  312. package/fesm2022/acorex-components-menu.mjs +147 -21
  313. package/fesm2022/acorex-components-menu.mjs.map +1 -1
  314. package/fesm2022/acorex-components-mixin.mjs +113 -64
  315. package/fesm2022/acorex-components-mixin.mjs.map +1 -1
  316. package/fesm2022/acorex-components-notification.mjs +50 -38
  317. package/fesm2022/acorex-components-notification.mjs.map +1 -1
  318. package/fesm2022/acorex-components-number-box.mjs +7 -17
  319. package/fesm2022/acorex-components-number-box.mjs.map +1 -1
  320. package/fesm2022/acorex-components-otp.mjs +4 -4
  321. package/fesm2022/acorex-components-otp.mjs.map +1 -1
  322. package/fesm2022/acorex-components-page.mjs +6 -4
  323. package/fesm2022/acorex-components-page.mjs.map +1 -1
  324. package/fesm2022/acorex-components-password-box.mjs +7 -15
  325. package/fesm2022/acorex-components-password-box.mjs.map +1 -1
  326. package/fesm2022/acorex-components-picker.mjs +10 -17
  327. package/fesm2022/acorex-components-picker.mjs.map +1 -1
  328. package/fesm2022/acorex-components-popover.mjs +7 -4
  329. package/fesm2022/acorex-components-popover.mjs.map +1 -1
  330. package/fesm2022/acorex-components-popup.mjs +1 -3
  331. package/fesm2022/acorex-components-popup.mjs.map +1 -1
  332. package/fesm2022/acorex-components-progress-bar.mjs +3 -3
  333. package/fesm2022/acorex-components-progress-bar.mjs.map +1 -1
  334. package/fesm2022/acorex-components-radio.mjs +6 -6
  335. package/fesm2022/acorex-components-radio.mjs.map +1 -1
  336. package/fesm2022/acorex-components-range-slider.mjs +7 -7
  337. package/fesm2022/acorex-components-range-slider.mjs.map +1 -1
  338. package/fesm2022/acorex-components-result.mjs +2 -2
  339. package/fesm2022/acorex-components-result.mjs.map +1 -1
  340. package/fesm2022/acorex-components-routing-progress.mjs +83 -0
  341. package/fesm2022/acorex-components-routing-progress.mjs.map +1 -0
  342. package/fesm2022/acorex-components-scheduler.mjs +3 -1
  343. package/fesm2022/acorex-components-scheduler.mjs.map +1 -1
  344. package/fesm2022/acorex-components-search-box.mjs +47 -24
  345. package/fesm2022/acorex-components-search-box.mjs.map +1 -1
  346. package/fesm2022/acorex-components-select-box.mjs +201 -12
  347. package/fesm2022/acorex-components-select-box.mjs.map +1 -1
  348. package/fesm2022/acorex-components-selection-list.mjs +26 -11
  349. package/fesm2022/acorex-components-selection-list.mjs.map +1 -1
  350. package/fesm2022/acorex-components-switch.mjs +9 -16
  351. package/fesm2022/acorex-components-switch.mjs.map +1 -1
  352. package/fesm2022/acorex-components-tabs.mjs +3 -3
  353. package/fesm2022/acorex-components-tabs.mjs.map +1 -1
  354. package/fesm2022/acorex-components-tag.mjs +2 -2
  355. package/fesm2022/acorex-components-tag.mjs.map +1 -1
  356. package/fesm2022/acorex-components-text-area.mjs +20 -14
  357. package/fesm2022/acorex-components-text-area.mjs.map +1 -1
  358. package/fesm2022/acorex-components-text-box.mjs +8 -22
  359. package/fesm2022/acorex-components-text-box.mjs.map +1 -1
  360. package/fesm2022/acorex-components-toast.mjs +46 -48
  361. package/fesm2022/acorex-components-toast.mjs.map +1 -1
  362. package/fesm2022/acorex-components-tooltip.mjs +2 -2
  363. package/fesm2022/acorex-components-tooltip.mjs.map +1 -1
  364. package/fesm2022/acorex-components-uploader.mjs +146 -18
  365. package/fesm2022/acorex-components-uploader.mjs.map +1 -1
  366. package/form/index.d.ts +1 -1
  367. package/form/lib/form.component.d.ts +2 -2
  368. package/form/lib/validation-summary.component.d.ts +3 -3
  369. package/list/README.md +3 -0
  370. package/list/index.d.ts +2 -0
  371. package/list/lib/list.component.d.ts +70 -0
  372. package/list/lib/list.module.d.ts +9 -0
  373. package/loading/index.d.ts +1 -1
  374. package/loading/lib/loading.component.d.ts +1 -1
  375. package/loading/lib/loading.module.d.ts +3 -2
  376. package/menu/index.d.ts +3 -0
  377. package/menu/lib/class/root-menu.class.d.ts +4 -0
  378. package/menu/lib/menu-item/menu-item.component.d.ts +22 -0
  379. package/menu/lib/menu.component.d.ts +3 -3
  380. package/menu/lib/menu.module.d.ts +10 -7
  381. package/menu/lib/menu2.component.d.ts +12 -0
  382. package/mixin/lib/base-components.class.d.ts +2 -2
  383. package/mixin/lib/base-menu-mixin.class.d.ts +5 -5
  384. package/mixin/lib/button-mixin.class.d.ts +2 -2
  385. package/mixin/lib/clickable-mixin.class.d.ts +9 -9
  386. package/mixin/lib/color-look-mixing.class.d.ts +2 -2
  387. package/mixin/lib/datalist-component.class.d.ts +10 -10
  388. package/mixin/lib/datalist.class.d.ts +38 -0
  389. package/mixin/lib/dropdown-mixin.class.d.ts +3 -3
  390. package/mixin/lib/interactive-mixin.class.d.ts +25 -22
  391. package/mixin/lib/mixin.class.d.ts +62 -62
  392. package/mixin/lib/page-component.class.d.ts +4 -4
  393. package/mixin/lib/selection-component.class.d.ts +3 -3
  394. package/mixin/lib/sizable-mixin.class.d.ts +2 -2
  395. package/mixin/lib/textbox-mixin.class.d.ts +20 -20
  396. package/mixin/lib/value-mixin.class.d.ts +9 -9
  397. package/notification/index.d.ts +1 -1
  398. package/notification/lib/notification.class.d.ts +3 -3
  399. package/notification/lib/notification.component.d.ts +3 -3
  400. package/notification/lib/notification.config.d.ts +1 -1
  401. package/number-box/lib/number-box.component.d.ts +3 -3
  402. package/otp/lib/otp.component.d.ts +3 -3
  403. package/package.json +13 -1
  404. package/page/lib/base-page.class.d.ts +1 -1
  405. package/page/lib/page.component.d.ts +1 -1
  406. package/password-box/lib/password-box.component.d.ts +4 -4
  407. package/popover/lib/popover.component.d.ts +2 -1
  408. package/popup/index.d.ts +1 -1
  409. package/popup/lib/popup.interface.d.ts +2 -2
  410. package/routing-progress/README.md +3 -0
  411. package/routing-progress/index.d.ts +2 -0
  412. package/routing-progress/lib/routing-progress.component.d.ts +14 -0
  413. package/routing-progress/lib/routing-progress.module.d.ts +8 -0
  414. package/search-box/lib/search-box.component.d.ts +10 -4
  415. package/select-box/index.d.ts +1 -0
  416. package/select-box/lib/select-box.module.d.ts +15 -12
  417. package/select-box/lib/select-box2.component.d.ts +44 -0
  418. package/selection-list/lib/selection-list.component.d.ts +7 -3
  419. package/text-area/lib/text-area.component.d.ts +10 -3
  420. package/text-box/lib/text-box.component.d.ts +3 -3
  421. package/toast/index.d.ts +1 -1
  422. package/toast/lib/toast.class.d.ts +1 -1
  423. package/toast/lib/toast.component.d.ts +5 -4
  424. package/toast/lib/toast.config.d.ts +1 -1
  425. package/tooltip/lib/tooltip.directive.d.ts +1 -1
  426. package/uploader/index.d.ts +2 -0
  427. package/uploader/lib/uploader-list.component.d.ts +14 -1
  428. package/uploader/lib/uploader-zone.directive.d.ts +18 -0
  429. package/uploader/lib/uploader.module.d.ts +6 -4
  430. package/uploader/lib/uploader.service.d.ts +10 -0
  431. package/common/lib/components/appearance-component.class.d.ts +0 -12
  432. package/esm2022/common/lib/components/appearance-component.class.mjs +0 -25
@@ -8,9 +8,9 @@ export declare function _SizableComponenetMixin<TBase extends Constructor<AXBase
8
8
  size: AXElementSize;
9
9
  _onInternalInit(): void;
10
10
  id: string;
11
- "__#20984@#rtl": boolean;
11
+ "__#21016@#rtl": boolean;
12
12
  rtl: boolean;
13
- "__#20984@#elementRef": import("@angular/core").ElementRef<any>;
13
+ "__#21016@#elementRef": import("@angular/core").ElementRef<any>;
14
14
  _cdr: import("@angular/core").ChangeDetectorRef;
15
15
  _isInited: boolean;
16
16
  _isRendered: boolean;
@@ -1,47 +1,47 @@
1
- import { EventEmitter } from '@angular/core';
2
1
  import { AXHtmlEvent } from '@acorex/components/common';
2
+ import { EventEmitter } from '@angular/core';
3
3
  import { AXBaseComponent } from './base-components.class';
4
4
  import { Constructor } from './constratctor';
5
5
  export declare function _TextboxComponenetMixin<TBase extends Constructor<AXBaseComponent>>(Base: TBase): {
6
6
  new (...args: any[]): {
7
7
  /**
8
- * A string value that specifies the type of text box.
9
- */
8
+ * A string value that specifies the type of text box.
9
+ */
10
10
  type: string;
11
11
  /**
12
- * A string value that specifies the placeholder of text box.
13
- */
12
+ * A string value that specifies the placeholder of text box.
13
+ */
14
14
  placeholder: string;
15
15
  /**
16
- * A number value that specifies the maximum characters of text box.
17
- */
16
+ * A number value that specifies the maximum characters of text box.
17
+ */
18
18
  maxLength: number;
19
19
  /**
20
- * Specifies that autocomplete is on or off.
21
- */
20
+ * Specifies that autocomplete is on or off.
21
+ */
22
22
  autoComplete: string;
23
23
  /**
24
- * Fires each time the user press a key.
25
- * @event
26
- */
24
+ * Fires each time the user press a key.
25
+ * @event
26
+ */
27
27
  onKeyDown: EventEmitter<AXHtmlEvent<KeyboardEvent>>;
28
28
  /**
29
- * Fires each time the user press a key.
30
- * @event
31
- */
29
+ * Fires each time the user press a key.
30
+ * @event
31
+ */
32
32
  onKeyUp: EventEmitter<AXHtmlEvent<KeyboardEvent>>;
33
33
  /**
34
- * Fires each time the user press a key.
35
- * @event
36
- */
34
+ * Fires each time the user press a key.
35
+ * @event
36
+ */
37
37
  onKeyPress: EventEmitter<AXHtmlEvent<KeyboardEvent>>;
38
38
  _emitOnKeydownEvent(e: KeyboardEvent): void;
39
39
  _emitOnKeyupEvent(e: KeyboardEvent): void;
40
40
  _emitOnKeypressEvent(e: KeyboardEvent): void;
41
41
  id: string;
42
- "__#20984@#rtl": boolean;
42
+ "__#21016@#rtl": boolean;
43
43
  rtl: boolean;
44
- "__#20984@#elementRef": import("@angular/core").ElementRef<any>;
44
+ "__#21016@#elementRef": import("@angular/core").ElementRef<any>;
45
45
  _cdr: import("@angular/core").ChangeDetectorRef;
46
46
  _isInited: boolean;
47
47
  _isRendered: boolean;
@@ -1,7 +1,7 @@
1
+ import { AXValueChangedEvent } from '@acorex/components/common';
1
2
  import { EventEmitter } from '@angular/core';
2
3
  import { AXBaseComponent, AXComponentState } from './base-components.class';
3
4
  import { Constructor } from './constratctor';
4
- import { AXValueChangedEvent } from '@acorex/components/common';
5
5
  export declare function _ValueComponenetMixin<TBase extends Constructor<AXBaseComponent>>(Base: TBase): {
6
6
  new (...args: any[]): {
7
7
  /**
@@ -11,20 +11,20 @@ export declare function _ValueComponenetMixin<TBase extends Constructor<AXBaseCo
11
11
  onValueChanged: EventEmitter<AXValueChangedEvent<any>>;
12
12
  valueChange: EventEmitter<any>;
13
13
  stateChange: EventEmitter<AXComponentState>;
14
- "__#20988@#readonly": boolean;
14
+ "__#21020@#readonly": boolean;
15
15
  /**
16
16
  * If set to true, user cannot change the value of component.
17
17
  */
18
18
  readonly: boolean;
19
- "__#20988@#allowNull": boolean;
19
+ "__#21020@#allowNull": boolean;
20
20
  allowNull: boolean;
21
- "__#20988@#name": string;
21
+ "__#21020@#name": string;
22
22
  name: string;
23
- "__#20988@#isUserInteraction": boolean;
23
+ "__#21020@#isUserInteraction": boolean;
24
24
  readonly isUserInteraction: boolean;
25
- "__#20988@#value": any;
25
+ "__#21020@#value": any;
26
26
  value: any;
27
- "__#20988@#state": AXComponentState;
27
+ "__#21020@#state": AXComponentState;
28
28
  state: AXComponentState;
29
29
  _emitOnValueChangedEvent(oldValue?: any, newValue?: any): void;
30
30
  _internalSetValue(value: any): any;
@@ -42,9 +42,9 @@ export declare function _ValueComponenetMixin<TBase extends Constructor<AXBaseCo
42
42
  validate(): Promise<any>;
43
43
  _setState(state: AXComponentState, ...args: any[]): void;
44
44
  id: string;
45
- "__#20984@#rtl": boolean;
45
+ "__#21016@#rtl": boolean;
46
46
  rtl: boolean;
47
- "__#20984@#elementRef": import("@angular/core").ElementRef<any>;
47
+ "__#21016@#elementRef": import("@angular/core").ElementRef<any>;
48
48
  _cdr: import("@angular/core").ChangeDetectorRef;
49
49
  _isInited: boolean;
50
50
  _isRendered: boolean;
@@ -1,5 +1,5 @@
1
- export * from './lib/notification.config';
2
1
  export * from './lib/notification.class';
3
2
  export * from './lib/notification.component';
3
+ export * from './lib/notification.config';
4
4
  export * from './lib/notification.module';
5
5
  export * from './lib/notification.service';
@@ -1,6 +1,6 @@
1
- import { AXLocation, AXStyleColorType, AXStyleLookType } from "@acorex/components/common";
2
- import { TemplateRef } from "@angular/core";
3
- import { ComponentType } from "@angular/cdk/portal";
1
+ import { AXLocation, AXStyleColorType, AXStyleLookType } from '@acorex/components/common';
2
+ import { ComponentType } from '@angular/cdk/portal';
3
+ import { TemplateRef } from '@angular/core';
4
4
  export type AXNotificationContentType = string | TemplateRef<unknown> | ComponentType<unknown>;
5
5
  export interface AXNotificationButtonItem {
6
6
  color?: AXStyleColorType;
@@ -1,7 +1,7 @@
1
1
  import { AXComponentCloseEvent, MXBaseComponent } from '@acorex/components/common';
2
+ import { DialogRef } from '@angular/cdk/dialog';
2
3
  import { Portal } from '@angular/cdk/portal';
3
4
  import { AXNotificationButtonItem, AXNotificationData } from './notification.class';
4
- import { DialogRef } from '@angular/cdk/dialog';
5
5
  import * as i0 from "@angular/core";
6
6
  /**
7
7
  * The Button is a component which detects user interaction and triggers a corresponding event
@@ -14,8 +14,8 @@ export declare class AXNotificationComponent extends MXBaseComponent {
14
14
  _selectedPortal: Portal<unknown>;
15
15
  _icon: string;
16
16
  /**
17
- * @ignore
18
- */
17
+ * @ignore
18
+ */
19
19
  constructor(config: AXNotificationData, dialogRef: DialogRef<AXComponentCloseEvent>);
20
20
  ngOnInit(): void;
21
21
  private _handleTimeOut;
@@ -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 AXNotificationConfig {
4
4
  gap: number;
5
5
  timeOut: number;
@@ -1,12 +1,12 @@
1
1
  import { AfterViewInit, ElementRef } from '@angular/core';
2
2
  import { MaskedNumber } from 'imask';
3
- import { MXAppearanceComponent, MXInputBaseValueComponent } from '@acorex/components/common';
3
+ import { MXInputBaseValueComponent, MXLookComponent } from '@acorex/components/common';
4
4
  import * as i0 from "@angular/core";
5
5
  declare const AXNumberBoxComponent_base: import("polytype").Polytype.ClusteredConstructor<[{
6
6
  new (): MXInputBaseValueComponent<number>;
7
7
  ɵfac: unknown;
8
8
  ɵprov: import("@angular/core").ɵɵInjectableDeclaration<MXInputBaseValueComponent<any>>;
9
- }, typeof MXAppearanceComponent]>;
9
+ }, typeof MXLookComponent]>;
10
10
  /**
11
11
  * The NumberBox is a component which detects user interaction and triggers a corresponding event
12
12
  *
@@ -74,6 +74,6 @@ export declare class AXNumberBoxComponent extends AXNumberBoxComponent_base impl
74
74
  decimalStepDown(u?: boolean): void;
75
75
  get __hostClass(): string;
76
76
  static ɵfac: i0.ɵɵFactoryDeclaration<AXNumberBoxComponent, never>;
77
- static ɵcmp: i0.ɵɵComponentDeclaration<AXNumberBoxComponent, "ax-number-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; }; "thousandsSeparator": { "alias": "thousandsSeparator"; "required": false; }; "padDecimalZeros": { "alias": "padDecimalZeros"; "required": false; }; "step": { "alias": "step"; "required": false; }; "decimals": { "alias": "decimals"; "required": false; }; "decimalStep": { "alias": "decimalStep"; "required": false; }; "showSpinButtons": { "alias": "showSpinButtons"; "required": false; }; "minValue": { "alias": "minValue"; "required": false; }; "maxValue": { "alias": "maxValue"; "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>;
77
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXNumberBoxComponent, "ax-number-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; }; "thousandsSeparator": { "alias": "thousandsSeparator"; "required": false; }; "padDecimalZeros": { "alias": "padDecimalZeros"; "required": false; }; "step": { "alias": "step"; "required": false; }; "decimals": { "alias": "decimals"; "required": false; }; "decimalStep": { "alias": "decimalStep"; "required": false; }; "showSpinButtons": { "alias": "showSpinButtons"; "required": false; }; "minValue": { "alias": "minValue"; "required": false; }; "maxValue": { "alias": "maxValue"; "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>;
78
78
  }
79
79
  export {};
@@ -1,4 +1,4 @@
1
- import { MXAppearanceComponent, MXValueComponent } from '@acorex/components/common';
1
+ import { MXLookComponent, MXValueComponent } from '@acorex/components/common';
2
2
  import { AfterViewInit, EventEmitter, OnInit } from '@angular/core';
3
3
  import { AXOtpCompletedEvent } from './otp.class';
4
4
  import * as i0 from "@angular/core";
@@ -6,7 +6,7 @@ declare const AXOtpComponent_base: import("polytype").Polytype.ClusteredConstruc
6
6
  new (): MXValueComponent<string>;
7
7
  ɵfac: unknown;
8
8
  ɵprov: import("@angular/core").ɵɵInjectableDeclaration<MXValueComponent<any>>;
9
- }, typeof MXAppearanceComponent]>;
9
+ }, typeof MXLookComponent]>;
10
10
  export declare class AXOtpComponent extends AXOtpComponent_base implements OnInit, AfterViewInit {
11
11
  lenghtChange: EventEmitter<number>;
12
12
  private _length;
@@ -24,6 +24,6 @@ export declare class AXOtpComponent extends AXOtpComponent_base implements OnIni
24
24
  protected _handleOnPaste(event: any): void;
25
25
  protected _handleOnClick(event: any, i: any): void;
26
26
  static ɵfac: i0.ɵɵFactoryDeclaration<AXOtpComponent, never>;
27
- static ɵcmp: i0.ɵɵComponentDeclaration<AXOtpComponent, "ax-otp", never, { "state": { "alias": "state"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "appearance": { "alias": "appearance"; "required": false; }; "length": { "alias": "length"; "required": false; }; }, { "stateChange": "stateChange"; "disabledChange": "disabledChange"; "lenghtChange": "lenghtChange"; "onCompleted": "onCompleted"; }, never, never, false, never>;
27
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXOtpComponent, "ax-otp", never, { "state": { "alias": "state"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "look": { "alias": "look"; "required": false; }; "length": { "alias": "length"; "required": false; }; }, { "stateChange": "stateChange"; "disabledChange": "disabledChange"; "lenghtChange": "lenghtChange"; "onCompleted": "onCompleted"; }, never, never, false, never>;
28
28
  }
29
29
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acorex/components",
3
- "version": "7.4.8",
3
+ "version": "7.5.1",
4
4
  "sideEffects": false,
5
5
  "peerDependencies": {
6
6
  "@angular/common": ">=16.1.0",
@@ -184,6 +184,12 @@
184
184
  "esm": "./esm2022/label/acorex-components-label.mjs",
185
185
  "default": "./fesm2022/acorex-components-label.mjs"
186
186
  },
187
+ "./list": {
188
+ "types": "./list/index.d.ts",
189
+ "esm2022": "./esm2022/list/acorex-components-list.mjs",
190
+ "esm": "./esm2022/list/acorex-components-list.mjs",
191
+ "default": "./fesm2022/acorex-components-list.mjs"
192
+ },
187
193
  "./loading": {
188
194
  "types": "./loading/index.d.ts",
189
195
  "esm2022": "./esm2022/loading/acorex-components-loading.mjs",
@@ -274,6 +280,12 @@
274
280
  "esm": "./esm2022/result/acorex-components-result.mjs",
275
281
  "default": "./fesm2022/acorex-components-result.mjs"
276
282
  },
283
+ "./routing-progress": {
284
+ "types": "./routing-progress/index.d.ts",
285
+ "esm2022": "./esm2022/routing-progress/acorex-components-routing-progress.mjs",
286
+ "esm": "./esm2022/routing-progress/acorex-components-routing-progress.mjs",
287
+ "default": "./fesm2022/acorex-components-routing-progress.mjs"
288
+ },
277
289
  "./scheduler": {
278
290
  "types": "./scheduler/index.d.ts",
279
291
  "esm2022": "./esm2022/scheduler/acorex-components-scheduler.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 {};
@@ -3,7 +3,7 @@ import { ComponentType } from '@angular/cdk/portal';
3
3
  import { ComponentRef, ElementRef, EventEmitter, TemplateRef } from '@angular/core';
4
4
  import * as i0 from "@angular/core";
5
5
  export type AXPopoverOpenTrigger = 'manual' | 'click' | 'hover' | 'toggle';
6
- export type AXPopoverCloseTrigger = 'manual' | 'clickout' | 'leave';
6
+ export type AXPopoverCloseTrigger = 'manual' | 'clickOut' | 'leave';
7
7
  export declare class AXPopoverComponent extends MXBaseComponent {
8
8
  private _platform;
9
9
  private _overlay;
@@ -61,6 +61,7 @@ export declare class AXPopoverComponent extends MXBaseComponent {
61
61
  private restoreFocus;
62
62
  private openOverlayInternal;
63
63
  get isOpen(): boolean;
64
+ get isActionsheetStyle(): boolean;
64
65
  private updatePositionStrategy;
65
66
  private updateOffset;
66
67
  updatePosition(): void;
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,18 @@
1
- import { AXSearchableComponent, MXInputBaseValueComponent } from '@acorex/components/common';
1
+ import { AXSearchableComponent, MXInputBaseValueComponent, MXLookComponent } from '@acorex/components/common';
2
2
  import * as i0 from "@angular/core";
3
- export declare class AXSearchBoxComponent extends MXInputBaseValueComponent<string> {
3
+ declare const AXSearchBoxComponent_base: import("polytype").Polytype.ClusteredConstructor<[{
4
+ new (): MXInputBaseValueComponent<string>;
5
+ ɵfac: unknown;
6
+ ɵprov: import("@angular/core").ɵɵInjectableDeclaration<MXInputBaseValueComponent<any>>;
7
+ }, typeof MXLookComponent]>;
8
+ export declare class AXSearchBoxComponent extends AXSearchBoxComponent_base {
4
9
  private _parent;
5
10
  constructor(_parent: AXSearchableComponent);
6
11
  ngOnInit(): void;
7
12
  delayTime: number;
8
13
  _handleModelChange(value: string): void;
9
- protected _handleClearClick(): void;
14
+ get __hostClass(): string[];
10
15
  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>;
16
+ 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
17
  }
18
+ export {};
@@ -1,2 +1,3 @@
1
1
  export * from './lib/select-box.component';
2
2
  export * from './lib/select-box.module';
3
+ export * from './lib/select-box2.component';
@@ -1,18 +1,21 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./select-box.component";
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";
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";
14
17
  export declare class AXSelectBoxModule {
15
18
  static ɵfac: i0.ɵɵFactoryDeclaration<AXSelectBoxModule, never>;
16
- 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 i1.AXSelectBoxComponent]>;
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]>;
17
20
  static ɵinj: i0.ɵɵInjectorDeclaration<AXSelectBoxModule>;
18
21
  }
@@ -0,0 +1,44 @@
1
+ import { AXDataListItems, AXValueChangedEvent, MXLookComponent, MXSelectionValueComponent } from '@acorex/components/common';
2
+ import { AXDropdownBoxComponent, MXDropdownBoxBaseComponent } from '@acorex/components/dropdown';
3
+ import { AXListComponent } from '@acorex/components/list';
4
+ import { OnInit, TemplateRef } from '@angular/core';
5
+ import * as i0 from "@angular/core";
6
+ declare const AXSelectBox2Component_base: import("polytype").Polytype.ClusteredConstructor<[typeof MXDropdownBoxBaseComponent, typeof MXSelectionValueComponent, typeof MXLookComponent]>;
7
+ /**
8
+ * The Button is a component which detects user interaction and triggers a corresponding event
9
+ *
10
+ * @category Components
11
+ */
12
+ export declare class AXSelectBox2Component extends AXSelectBox2Component_base implements OnInit {
13
+ isLoading: boolean;
14
+ protected renderList: boolean;
15
+ protected dropdownSizes: {
16
+ width: string;
17
+ height: string;
18
+ };
19
+ source: AXDataListItems;
20
+ placeholder: string;
21
+ itemTemplate: TemplateRef<unknown>;
22
+ emptyTemplate: TemplateRef<unknown>;
23
+ loadingTemplate: TemplateRef<unknown>;
24
+ list: AXListComponent;
25
+ protected dropdown: AXDropdownBoxComponent;
26
+ protected autoHeight: boolean;
27
+ private platform;
28
+ ngOnInit(): void;
29
+ getItemByKey(key: unknown): unknown;
30
+ protected _handleOnOpenedEvent(): void;
31
+ protected _handleOnClosedEvent(): void;
32
+ protected _handleBadgeRemove(e: MouseEvent, item: any): void;
33
+ protected _handleOnDataLoad(items: unknown[]): void;
34
+ protected _handleValueChanged(e: AXValueChangedEvent): void;
35
+ internalValueChanged(): void;
36
+ private detectAutoHeight;
37
+ private setDropdownSize;
38
+ _handleKeydown(e: KeyboardEvent): void;
39
+ private selectItemByNav;
40
+ search(term: string): void;
41
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXSelectBox2Component, never>;
42
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXSelectBox2Component, "ax-select-box2", 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; }; "source": { "alias": "source"; "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"; }, never, ["ax-prefix", " ax-clear-button", "ax-suffix", "ax-search-box", "ax-footer", "ax-validation-rule"], false, never>;
43
+ }
44
+ export {};
@@ -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
  *
@@ -10,9 +10,13 @@ export declare class AXSelectionListComponent extends MXSelectionValueComponent
10
10
  private _direction;
11
11
  get direction(): AXDirection;
12
12
  set direction(v: AXDirection);
13
- appearance: AXSelectionListAppearance;
13
+ private _items;
14
+ get items(): unknown[];
15
+ set items(v: unknown[]);
16
+ getItemByKey(key: unknown): unknown;
17
+ look: AXSelectionListLook;
14
18
  protected _handleOnItemValueChange(item: any, e: Event): void;
15
19
  private get __hostClass();
16
20
  static ɵfac: i0.ɵɵFactoryDeclaration<AXSelectionListComponent, never>;
17
- static ɵcmp: i0.ɵɵComponentDeclaration<AXSelectionListComponent, "ax-selection-list", never, { "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; }; "items": { "alias": "items"; "required": false; }; "selectionMode": { "alias": "selectionMode"; "required": false; }; "direction": { "alias": "direction"; "required": false; }; "appearance": { "alias": "appearance"; "required": false; }; }, { "onValueChanged": "onValueChanged"; "onBlur": "onBlur"; "onFocus": "onFocus"; }, never, ["ax-validation-rule"], false, 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; }; "look": { "alias": "look"; "required": false; }; }, { "onValueChanged": "onValueChanged"; "onBlur": "onBlur"; "onFocus": "onFocus"; }, never, ["ax-validation-rule"], false, never>;
18
22
  }
@@ -1,11 +1,18 @@
1
- import { 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
- export declare class AXTextAreaComponent extends MXInputBaseValueComponent<string> {
4
+ declare const AXTextAreaComponent_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 AXTextAreaComponent extends AXTextAreaComponent_base {
5
10
  input: ElementRef<HTMLInputElement>;
6
11
  rows: number;
7
12
  maxLength: number;
8
13
  protected _handleModelChange(value: string | null): void;
14
+ get __hostClass(): string;
9
15
  static ɵfac: i0.ɵɵFactoryDeclaration<AXTextAreaComponent, never>;
10
- 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; }; "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>;
11
17
  }
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;