@acorex/components 6.1.0 → 6.1.2

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 (366) hide show
  1. package/alert/public-api.d.ts +1 -0
  2. package/alert/src/alert-button.directive.d.ts +8 -0
  3. package/alert/src/alert.component.d.ts +18 -10
  4. package/alert/src/alert.module.d.ts +4 -3
  5. package/badge/src/badge.component.d.ts +2 -1
  6. package/breadcrumbs/src/breadcrumbs-item.component.d.ts +6 -7
  7. package/button/src/button-group.component.d.ts +6 -4
  8. package/button/src/button-item.component.d.ts +6 -4
  9. package/calendar/src/calendar.component.d.ts +4 -4
  10. package/calendar/src/calendar.module.d.ts +3 -4
  11. package/color-picker/src/color-picker.component.d.ts +22 -21
  12. package/common/public-api.d.ts +1 -0
  13. package/common/src/common.module.d.ts +4 -3
  14. package/common/src/debounce-time.directive.d.ts +17 -0
  15. package/common/src/events.class.d.ts +1 -1
  16. package/data-table/src/data-table.component.d.ts +3 -3
  17. package/date-picker/src/datepicker.component.d.ts +15 -12
  18. package/decorators/public-api.d.ts +1 -0
  19. package/decorators/src/decorators.module.d.ts +7 -6
  20. package/decorators/src/sub-title.component.d.ts +9 -0
  21. package/esm2020/action-sheet/src/action-sheet-item.component.mjs +3 -3
  22. package/esm2020/action-sheet/src/action-sheet.component.mjs +3 -3
  23. package/esm2020/action-sheet/src/action-sheet.module.mjs +4 -4
  24. package/esm2020/alert/public-api.mjs +2 -1
  25. package/esm2020/alert/src/alert-button.directive.mjs +19 -0
  26. package/esm2020/alert/src/alert.component.mjs +80 -51
  27. package/esm2020/alert/src/alert.module.mjs +7 -6
  28. package/esm2020/avatar/src/avatar-group.component.mjs +3 -3
  29. package/esm2020/avatar/src/avatar.component.mjs +3 -3
  30. package/esm2020/avatar/src/avatar.module.mjs +4 -4
  31. package/esm2020/badge/src/badge.component.mjs +3 -3
  32. package/esm2020/badge/src/badge.module.mjs +4 -4
  33. package/esm2020/breadcrumbs/src/breadcrumbs-item.component.mjs +3 -3
  34. package/esm2020/breadcrumbs/src/breadcrumbs.component.mjs +3 -3
  35. package/esm2020/breadcrumbs/src/breadcrumbs.module.mjs +4 -4
  36. package/esm2020/button/src/button-group.component.mjs +3 -3
  37. package/esm2020/button/src/button-item.component.mjs +3 -3
  38. package/esm2020/button/src/button.component.mjs +3 -3
  39. package/esm2020/button/src/button.module.mjs +4 -4
  40. package/esm2020/calendar/src/calendar.class.mjs +3 -3
  41. package/esm2020/calendar/src/calendar.component.mjs +10 -12
  42. package/esm2020/calendar/src/calendar.module.mjs +6 -7
  43. package/esm2020/carousel/src/carousel-arrows.component.mjs +3 -3
  44. package/esm2020/carousel/src/carousel-item.component.mjs +3 -3
  45. package/esm2020/carousel/src/carousel-pager.component.mjs +3 -3
  46. package/esm2020/carousel/src/carousel.class.mjs +3 -3
  47. package/esm2020/carousel/src/carousel.component.mjs +3 -3
  48. package/esm2020/carousel/src/carousel.module.mjs +4 -4
  49. package/esm2020/checkbox/src/checkbox.component.mjs +3 -3
  50. package/esm2020/checkbox/src/checkbox.module.mjs +4 -4
  51. package/esm2020/collapse/src/collapse-group.component.mjs +3 -3
  52. package/esm2020/collapse/src/collapse.component.mjs +3 -3
  53. package/esm2020/collapse/src/collapse.module.mjs +4 -4
  54. package/esm2020/color-palette/src/color-palette-input.component.mjs +4 -4
  55. package/esm2020/color-palette/src/color-palette-picker.component.mjs +3 -3
  56. package/esm2020/color-palette/src/color-palette-preview.component.mjs +3 -3
  57. package/esm2020/color-palette/src/color-palette-swatches.component.mjs +3 -3
  58. package/esm2020/color-palette/src/color-palette.class.mjs +6 -6
  59. package/esm2020/color-palette/src/color-palette.component.mjs +3 -3
  60. package/esm2020/color-palette/src/color-palette.module.mjs +4 -4
  61. package/esm2020/color-picker/src/color-picker.component.mjs +5 -5
  62. package/esm2020/color-picker/src/color-picker.module.mjs +4 -4
  63. package/esm2020/common/public-api.mjs +2 -1
  64. package/esm2020/common/src/auto-focus.directive.mjs +4 -4
  65. package/esm2020/common/src/common.module.mjs +10 -5
  66. package/esm2020/common/src/components.class.mjs +18 -18
  67. package/esm2020/common/src/custom-cdk-overlay.service.mjs +7 -7
  68. package/esm2020/common/src/debounce-time.directive.mjs +47 -0
  69. package/esm2020/common/src/events.class.mjs +1 -1
  70. package/esm2020/common/src/hotkey.directive.mjs +3 -3
  71. package/esm2020/common/src/hotkey.service.mjs +4 -4
  72. package/esm2020/common/src/infinite-scroll.directive.mjs +3 -3
  73. package/esm2020/common/src/overlay.service.mjs +3 -3
  74. package/esm2020/common/src/responsive.directive.mjs +3 -3
  75. package/esm2020/context-menu/src/context-menu.component.mjs +3 -3
  76. package/esm2020/context-menu/src/context-menu.module.mjs +4 -4
  77. package/esm2020/data-pager/src/data-pager-base.component.mjs +6 -6
  78. package/esm2020/data-pager/src/data-pager-info.component.mjs +3 -3
  79. package/esm2020/data-pager/src/data-pager-input-selector.component.mjs +8 -7
  80. package/esm2020/data-pager/src/data-pager-next-buttons.components.mjs +14 -13
  81. package/esm2020/data-pager/src/data-pager-numeric-selector.component.mjs +10 -10
  82. package/esm2020/data-pager/src/data-pager-pagesize-dropdown.component.mjs +3 -3
  83. package/esm2020/data-pager/src/data-pager-prev-buttons.component.mjs +14 -13
  84. package/esm2020/data-pager/src/data-pager.component.mjs +7 -6
  85. package/esm2020/data-pager/src/data-pager.module.mjs +4 -4
  86. package/esm2020/data-table/src/data-column-cell-template.directive.mjs +3 -3
  87. package/esm2020/data-table/src/data-column.directive.mjs +3 -3
  88. package/esm2020/data-table/src/data-table.component.mjs +5 -4
  89. package/esm2020/data-table/src/data-table.module.mjs +4 -4
  90. package/esm2020/date-picker/src/datepicker.component.mjs +4 -5
  91. package/esm2020/date-picker/src/datepicker.module.mjs +4 -4
  92. package/esm2020/decorators/public-api.mjs +2 -1
  93. package/esm2020/decorators/src/close-button.component.mjs +3 -3
  94. package/esm2020/decorators/src/content.component.mjs +3 -3
  95. package/esm2020/decorators/src/decorators.module.mjs +10 -6
  96. package/esm2020/decorators/src/footer.component.mjs +3 -3
  97. package/esm2020/decorators/src/header.component.mjs +3 -3
  98. package/esm2020/decorators/src/icon.component.mjs +3 -3
  99. package/esm2020/decorators/src/overlay.component.mjs +3 -3
  100. package/esm2020/decorators/src/placeholder.component.mjs +3 -3
  101. package/esm2020/decorators/src/prefix.component.mjs +3 -3
  102. package/esm2020/decorators/src/sub-title.component.mjs +27 -0
  103. package/esm2020/decorators/src/suffix.component.mjs +3 -3
  104. package/esm2020/decorators/src/text.component.mjs +3 -3
  105. package/esm2020/decorators/src/title.component.mjs +3 -3
  106. package/esm2020/dialog/src/dialog.component.mjs +3 -3
  107. package/esm2020/dialog/src/dialog.module.mjs +4 -4
  108. package/esm2020/dialog/src/dialog.service.mjs +3 -3
  109. package/esm2020/drawer/src/drawer-container.component.mjs +3 -3
  110. package/esm2020/drawer/src/drawer.component.mjs +3 -3
  111. package/esm2020/drawer/src/drawer.module.mjs +4 -4
  112. package/esm2020/dropdown/src/dropdown-panel.component.mjs +3 -3
  113. package/esm2020/dropdown/src/dropdown.module.mjs +4 -4
  114. package/esm2020/form/src/form-field.component.mjs +3 -3
  115. package/esm2020/form/src/form-hint.component.mjs +3 -3
  116. package/esm2020/form/src/form.component.mjs +3 -3
  117. package/esm2020/form/src/form.module.mjs +4 -4
  118. package/esm2020/form/src/validation-rule.widget.mjs +13 -8
  119. package/esm2020/form/src/validation-summary.component.mjs +25 -17
  120. package/esm2020/image/src/image.component.mjs +3 -3
  121. package/esm2020/image/src/image.module.mjs +4 -4
  122. package/esm2020/label/src/label.component.mjs +3 -3
  123. package/esm2020/label/src/label.module.mjs +4 -4
  124. package/esm2020/loading/src/loading-spinner.component.mjs +3 -3
  125. package/esm2020/loading/src/loading.component.mjs +3 -3
  126. package/esm2020/loading/src/loading.directive.mjs +3 -3
  127. package/esm2020/loading/src/loading.module.mjs +4 -4
  128. package/esm2020/loading/src/loading.service.mjs +3 -3
  129. package/esm2020/menu/src/menu.component.mjs +3 -3
  130. package/esm2020/menu/src/menu.module.mjs +4 -4
  131. package/esm2020/mixin/src/base-components.class.mjs +9 -4
  132. package/esm2020/mixin/src/textbox-mixin.class.mjs +52 -83
  133. package/esm2020/mixin/src/value-mixin.class.mjs +2 -1
  134. package/esm2020/number-box/src/number-box.component.mjs +5 -6
  135. package/esm2020/number-box/src/number-box.module.mjs +4 -4
  136. package/esm2020/page/src/base-page.class.mjs +3 -3
  137. package/esm2020/page/src/page.component.mjs +3 -3
  138. package/esm2020/page/src/page.module.mjs +4 -4
  139. package/esm2020/password-box/src/password-box.component.mjs +5 -5
  140. package/esm2020/password-box/src/password-box.module.mjs +4 -4
  141. package/esm2020/popover/src/popover.component.mjs +3 -3
  142. package/esm2020/popover/src/popover.module.mjs +4 -4
  143. package/esm2020/popup/src/popup.component.mjs +3 -3
  144. package/esm2020/popup/src/popup.module.mjs +4 -4
  145. package/esm2020/popup/src/popup.service.mjs +3 -3
  146. package/esm2020/progress-bar/src/progress-bar.component.mjs +3 -3
  147. package/esm2020/progress-bar/src/progress-bar.module.mjs +4 -4
  148. package/esm2020/radio/src/radio.component.mjs +3 -3
  149. package/esm2020/radio/src/radio.module.mjs +4 -4
  150. package/esm2020/range-slider/src/range-slider.component.mjs +3 -3
  151. package/esm2020/range-slider/src/range-slider.module.mjs +4 -4
  152. package/esm2020/rating/src/rating.component.mjs +3 -3
  153. package/esm2020/rating/src/rating.component.module.mjs +4 -4
  154. package/esm2020/result/src/result.component.mjs +3 -3
  155. package/esm2020/result/src/result.module.mjs +4 -4
  156. package/esm2020/search-box/src/search-box.component.mjs +6 -5
  157. package/esm2020/search-box/src/search-box.module.mjs +4 -4
  158. package/esm2020/select-box/src/selectbox.component.mjs +7 -7
  159. package/esm2020/select-box/src/selectbox.module.mjs +4 -4
  160. package/esm2020/selection-list/src/selection-list.component.mjs +21 -10
  161. package/esm2020/selection-list/src/selection-list.module.mjs +4 -4
  162. package/esm2020/switch/src/switch.component.mjs +3 -3
  163. package/esm2020/switch/src/switch.module.mjs +4 -4
  164. package/esm2020/tabs/src/tab-content.directive.mjs +3 -3
  165. package/esm2020/tabs/src/tab-item.component.mjs +3 -3
  166. package/esm2020/tabs/src/tabs.component.mjs +3 -3
  167. package/esm2020/tabs/src/tabs.module.mjs +4 -4
  168. package/esm2020/textarea/src/textarea.component.mjs +5 -5
  169. package/esm2020/textarea/src/textarea.module.mjs +4 -4
  170. package/esm2020/textbox/public-api.mjs +2 -2
  171. package/esm2020/textbox/src/mask-options.directive.mjs +22 -0
  172. package/esm2020/textbox/src/textbox.component.mjs +46 -26
  173. package/esm2020/textbox/src/textbox.module.mjs +14 -10
  174. package/esm2020/time-box/src/time-box.component.mjs +6 -6
  175. package/esm2020/time-box/src/time-box.module.mjs +4 -4
  176. package/esm2020/toast/src/toast.component.mjs +5 -5
  177. package/esm2020/toast/src/toast.module.mjs +4 -4
  178. package/esm2020/toast/src/toast.service.mjs +3 -3
  179. package/esm2020/tooltip/src/tooltip.component.mjs +3 -3
  180. package/esm2020/tooltip/src/tooltip.directive.mjs +3 -3
  181. package/esm2020/tooltip/src/tooltip.module.mjs +4 -4
  182. package/esm2020/tree-view/src/tree-view.component.mjs +3 -3
  183. package/esm2020/tree-view/src/tree-view.module.mjs +4 -4
  184. package/esm2020/uploader/src/uploader.component.mjs +3 -3
  185. package/esm2020/uploader/src/uploader.module.mjs +4 -4
  186. package/fesm2015/acorex-components-action-sheet.mjs +10 -10
  187. package/fesm2015/acorex-components-alert.mjs +106 -58
  188. package/fesm2015/acorex-components-alert.mjs.map +1 -1
  189. package/fesm2015/acorex-components-avatar.mjs +10 -10
  190. package/fesm2015/acorex-components-badge.mjs +7 -7
  191. package/fesm2015/acorex-components-breadcrumbs.mjs +10 -10
  192. package/fesm2015/acorex-components-button.mjs +13 -13
  193. package/fesm2015/acorex-components-calendar.mjs +17 -20
  194. package/fesm2015/acorex-components-calendar.mjs.map +1 -1
  195. package/fesm2015/acorex-components-carousel.mjs +19 -19
  196. package/fesm2015/acorex-components-checkbox.mjs +7 -7
  197. package/fesm2015/acorex-components-collapse.mjs +10 -10
  198. package/fesm2015/acorex-components-color-palette.mjs +26 -26
  199. package/fesm2015/acorex-components-color-palette.mjs.map +1 -1
  200. package/fesm2015/acorex-components-color-picker.mjs +8 -8
  201. package/fesm2015/acorex-components-color-picker.mjs.map +1 -1
  202. package/fesm2015/acorex-components-common.mjs +104 -55
  203. package/fesm2015/acorex-components-common.mjs.map +1 -1
  204. package/fesm2015/acorex-components-context-menu.mjs +7 -7
  205. package/fesm2015/acorex-components-data-pager.mjs +59 -57
  206. package/fesm2015/acorex-components-data-pager.mjs.map +1 -1
  207. package/fesm2015/acorex-components-data-table.mjs +14 -13
  208. package/fesm2015/acorex-components-data-table.mjs.map +1 -1
  209. package/fesm2015/acorex-components-date-picker.mjs +7 -8
  210. package/fesm2015/acorex-components-date-picker.mjs.map +1 -1
  211. package/fesm2015/acorex-components-decorators.mjs +65 -39
  212. package/fesm2015/acorex-components-decorators.mjs.map +1 -1
  213. package/fesm2015/acorex-components-dialog.mjs +10 -10
  214. package/fesm2015/acorex-components-drawer.mjs +10 -10
  215. package/fesm2015/acorex-components-dropdown.mjs +7 -7
  216. package/fesm2015/acorex-components-form.mjs +49 -36
  217. package/fesm2015/acorex-components-form.mjs.map +1 -1
  218. package/fesm2015/acorex-components-image.mjs +7 -7
  219. package/fesm2015/acorex-components-label.mjs +7 -7
  220. package/fesm2015/acorex-components-loading.mjs +16 -16
  221. package/fesm2015/acorex-components-menu.mjs +7 -7
  222. package/fesm2015/acorex-components-mixin.mjs +12 -36
  223. package/fesm2015/acorex-components-mixin.mjs.map +1 -1
  224. package/fesm2015/acorex-components-number-box.mjs +8 -9
  225. package/fesm2015/acorex-components-number-box.mjs.map +1 -1
  226. package/fesm2015/acorex-components-page.mjs +10 -10
  227. package/fesm2015/acorex-components-password-box.mjs +8 -8
  228. package/fesm2015/acorex-components-password-box.mjs.map +1 -1
  229. package/fesm2015/acorex-components-popover.mjs +7 -7
  230. package/fesm2015/acorex-components-popup.mjs +10 -10
  231. package/fesm2015/acorex-components-progress-bar.mjs +7 -7
  232. package/fesm2015/acorex-components-radio.mjs +7 -7
  233. package/fesm2015/acorex-components-range-slider.mjs +7 -7
  234. package/fesm2015/acorex-components-rating.mjs +7 -7
  235. package/fesm2015/acorex-components-result.mjs +7 -7
  236. package/fesm2015/acorex-components-search-box.mjs +9 -8
  237. package/fesm2015/acorex-components-search-box.mjs.map +1 -1
  238. package/fesm2015/acorex-components-select-box.mjs +10 -10
  239. package/fesm2015/acorex-components-select-box.mjs.map +1 -1
  240. package/fesm2015/acorex-components-selection-list.mjs +24 -13
  241. package/fesm2015/acorex-components-selection-list.mjs.map +1 -1
  242. package/fesm2015/acorex-components-switch.mjs +7 -7
  243. package/fesm2015/acorex-components-tabs.mjs +13 -13
  244. package/fesm2015/acorex-components-textarea.mjs +8 -8
  245. package/fesm2015/acorex-components-textarea.mjs.map +1 -1
  246. package/fesm2015/acorex-components-textbox.mjs +65 -42
  247. package/fesm2015/acorex-components-textbox.mjs.map +1 -1
  248. package/fesm2015/acorex-components-time-box.mjs +9 -9
  249. package/fesm2015/acorex-components-time-box.mjs.map +1 -1
  250. package/fesm2015/acorex-components-toast.mjs +11 -11
  251. package/fesm2015/acorex-components-toast.mjs.map +1 -1
  252. package/fesm2015/acorex-components-tooltip.mjs +10 -10
  253. package/fesm2015/acorex-components-tree-view.mjs +7 -7
  254. package/fesm2015/acorex-components-uploader.mjs +7 -7
  255. package/fesm2020/acorex-components-action-sheet.mjs +10 -10
  256. package/fesm2020/acorex-components-alert.mjs +104 -58
  257. package/fesm2020/acorex-components-alert.mjs.map +1 -1
  258. package/fesm2020/acorex-components-avatar.mjs +10 -10
  259. package/fesm2020/acorex-components-badge.mjs +7 -7
  260. package/fesm2020/acorex-components-breadcrumbs.mjs +10 -10
  261. package/fesm2020/acorex-components-button.mjs +13 -13
  262. package/fesm2020/acorex-components-calendar.mjs +17 -20
  263. package/fesm2020/acorex-components-calendar.mjs.map +1 -1
  264. package/fesm2020/acorex-components-carousel.mjs +19 -19
  265. package/fesm2020/acorex-components-checkbox.mjs +7 -7
  266. package/fesm2020/acorex-components-collapse.mjs +10 -10
  267. package/fesm2020/acorex-components-color-palette.mjs +26 -26
  268. package/fesm2020/acorex-components-color-palette.mjs.map +1 -1
  269. package/fesm2020/acorex-components-color-picker.mjs +8 -8
  270. package/fesm2020/acorex-components-color-picker.mjs.map +1 -1
  271. package/fesm2020/acorex-components-common.mjs +103 -55
  272. package/fesm2020/acorex-components-common.mjs.map +1 -1
  273. package/fesm2020/acorex-components-context-menu.mjs +7 -7
  274. package/fesm2020/acorex-components-data-pager.mjs +59 -57
  275. package/fesm2020/acorex-components-data-pager.mjs.map +1 -1
  276. package/fesm2020/acorex-components-data-table.mjs +14 -13
  277. package/fesm2020/acorex-components-data-table.mjs.map +1 -1
  278. package/fesm2020/acorex-components-date-picker.mjs +7 -8
  279. package/fesm2020/acorex-components-date-picker.mjs.map +1 -1
  280. package/fesm2020/acorex-components-decorators.mjs +65 -39
  281. package/fesm2020/acorex-components-decorators.mjs.map +1 -1
  282. package/fesm2020/acorex-components-dialog.mjs +10 -10
  283. package/fesm2020/acorex-components-drawer.mjs +10 -10
  284. package/fesm2020/acorex-components-dropdown.mjs +7 -7
  285. package/fesm2020/acorex-components-form.mjs +49 -36
  286. package/fesm2020/acorex-components-form.mjs.map +1 -1
  287. package/fesm2020/acorex-components-image.mjs +7 -7
  288. package/fesm2020/acorex-components-label.mjs +7 -7
  289. package/fesm2020/acorex-components-loading.mjs +16 -16
  290. package/fesm2020/acorex-components-menu.mjs +7 -7
  291. package/fesm2020/acorex-components-mixin.mjs +60 -84
  292. package/fesm2020/acorex-components-mixin.mjs.map +1 -1
  293. package/fesm2020/acorex-components-number-box.mjs +8 -9
  294. package/fesm2020/acorex-components-number-box.mjs.map +1 -1
  295. package/fesm2020/acorex-components-page.mjs +10 -10
  296. package/fesm2020/acorex-components-password-box.mjs +8 -8
  297. package/fesm2020/acorex-components-password-box.mjs.map +1 -1
  298. package/fesm2020/acorex-components-popover.mjs +7 -7
  299. package/fesm2020/acorex-components-popup.mjs +10 -10
  300. package/fesm2020/acorex-components-progress-bar.mjs +7 -7
  301. package/fesm2020/acorex-components-radio.mjs +7 -7
  302. package/fesm2020/acorex-components-range-slider.mjs +7 -7
  303. package/fesm2020/acorex-components-rating.mjs +7 -7
  304. package/fesm2020/acorex-components-result.mjs +7 -7
  305. package/fesm2020/acorex-components-search-box.mjs +9 -8
  306. package/fesm2020/acorex-components-search-box.mjs.map +1 -1
  307. package/fesm2020/acorex-components-select-box.mjs +10 -10
  308. package/fesm2020/acorex-components-select-box.mjs.map +1 -1
  309. package/fesm2020/acorex-components-selection-list.mjs +24 -13
  310. package/fesm2020/acorex-components-selection-list.mjs.map +1 -1
  311. package/fesm2020/acorex-components-switch.mjs +7 -7
  312. package/fesm2020/acorex-components-tabs.mjs +13 -13
  313. package/fesm2020/acorex-components-textarea.mjs +8 -8
  314. package/fesm2020/acorex-components-textarea.mjs.map +1 -1
  315. package/fesm2020/acorex-components-textbox.mjs +64 -42
  316. package/fesm2020/acorex-components-textbox.mjs.map +1 -1
  317. package/fesm2020/acorex-components-time-box.mjs +9 -9
  318. package/fesm2020/acorex-components-time-box.mjs.map +1 -1
  319. package/fesm2020/acorex-components-toast.mjs +11 -11
  320. package/fesm2020/acorex-components-toast.mjs.map +1 -1
  321. package/fesm2020/acorex-components-tooltip.mjs +10 -10
  322. package/fesm2020/acorex-components-tree-view.mjs +7 -7
  323. package/fesm2020/acorex-components-uploader.mjs +7 -7
  324. package/form/src/validation-rule.widget.d.ts +1 -0
  325. package/form/src/validation-summary.component.d.ts +4 -2
  326. package/mixin/src/base-components.class.d.ts +3 -1
  327. package/mixin/src/base-menu-mixin.class.d.ts +5 -4
  328. package/mixin/src/button-mixin.class.d.ts +2 -1
  329. package/mixin/src/clickable-mixin.class.d.ts +3 -4
  330. package/mixin/src/color-look-mixing.class.d.ts +2 -1
  331. package/mixin/src/datalist-component.class.d.ts +10 -9
  332. package/mixin/src/dropdown-mixin.class.d.ts +2 -1
  333. package/mixin/src/interactive-mixin.class.d.ts +5 -6
  334. package/mixin/src/loading-mixin.class.d.ts +2 -1
  335. package/mixin/src/mixin.class.d.ts +63 -47
  336. package/mixin/src/page-component.class.d.ts +2 -1
  337. package/mixin/src/selection-component.class.d.ts +3 -4
  338. package/mixin/src/sizable-mixin.class.d.ts +2 -1
  339. package/mixin/src/textbox-mixin.class.d.ts +5 -13
  340. package/mixin/src/value-mixin.class.d.ts +8 -7
  341. package/number-box/src/number-box.component.d.ts +1 -1
  342. package/package.json +4 -12
  343. package/password-box/src/password-box.component.d.ts +1 -1
  344. package/select-box/src/selectbox.component.d.ts +1 -1
  345. package/selection-list/src/selection-list.component.d.ts +5 -4
  346. package/tabs/src/tab-item.component.d.ts +2 -1
  347. package/textarea/src/textarea.component.d.ts +1 -1
  348. package/textbox/public-api.d.ts +1 -1
  349. package/textbox/src/mask-options.directive.d.ts +13 -0
  350. package/textbox/src/textbox.component.d.ts +12 -6
  351. package/textbox/src/textbox.module.d.ts +6 -5
  352. package/time-box/src/time-box.component.d.ts +2 -2
  353. package/esm2020/input-mask/acorex-components-input-mask.mjs +0 -5
  354. package/esm2020/input-mask/public-api.mjs +0 -3
  355. package/esm2020/input-mask/src/input-mask.component.mjs +0 -58
  356. package/esm2020/input-mask/src/input-mask.module.mjs +0 -24
  357. package/esm2020/textbox/src/mask-settings.directive.mjs +0 -23
  358. package/fesm2015/acorex-components-input-mask.mjs +0 -86
  359. package/fesm2015/acorex-components-input-mask.mjs.map +0 -1
  360. package/fesm2020/acorex-components-input-mask.mjs +0 -86
  361. package/fesm2020/acorex-components-input-mask.mjs.map +0 -1
  362. package/input-mask/index.d.ts +0 -5
  363. package/input-mask/public-api.d.ts +0 -2
  364. package/input-mask/src/input-mask.component.d.ts +0 -25
  365. package/input-mask/src/input-mask.module.d.ts +0 -10
  366. package/textbox/src/mask-settings.directive.d.ts +0 -8
@@ -44,14 +44,14 @@ class AXLoadingComponent extends AXBaseComponentMixin {
44
44
  }
45
45
  }
46
46
  }
47
- AXLoadingComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXLoadingComponent, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
48
- AXLoadingComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.2", type: AXLoadingComponent, selector: "ax-loading", inputs: { visible: "visible", type: "type", text: "text" }, outputs: { visibleChange: "visibleChange" }, host: { classAttribute: "ax-loading" }, usesInheritance: true, ngImport: i0, template: `
47
+ AXLoadingComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXLoadingComponent, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
48
+ AXLoadingComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.2", type: AXLoadingComponent, selector: "ax-loading", inputs: { visible: "visible", type: "type", text: "text" }, outputs: { visibleChange: "visibleChange" }, host: { classAttribute: "ax-loading" }, usesInheritance: true, ngImport: i0, template: `
49
49
  <ng-template
50
50
  [cdkPortalOutlet]="_selectedPortal"
51
51
  (attached)="_handleAttched($event)"
52
52
  ></ng-template>
53
53
  `, isInline: true, dependencies: [{ kind: "directive", type: i1.CdkPortalOutlet, selector: "[cdkPortalOutlet]", inputs: ["cdkPortalOutlet"], outputs: ["attached"], exportAs: ["cdkPortalOutlet"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
54
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXLoadingComponent, decorators: [{
54
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXLoadingComponent, decorators: [{
55
55
  type: Component,
56
56
  args: [{
57
57
  selector: 'ax-loading',
@@ -77,8 +77,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImpor
77
77
 
78
78
  class AXLoadingSpinnerComponent {
79
79
  }
80
- AXLoadingSpinnerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXLoadingSpinnerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
81
- AXLoadingSpinnerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.2", type: AXLoadingSpinnerComponent, selector: "ax-loading-spinner", host: { classAttribute: "ax-loading-spinner" }, ngImport: i0, template: `
80
+ AXLoadingSpinnerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXLoadingSpinnerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
81
+ AXLoadingSpinnerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.2", type: AXLoadingSpinnerComponent, selector: "ax-loading-spinner", host: { classAttribute: "ax-loading-spinner" }, ngImport: i0, template: `
82
82
  <svg
83
83
  version="1.1"
84
84
  width="24"
@@ -108,7 +108,7 @@ AXLoadingSpinnerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.
108
108
  </svg>
109
109
  <span class="ax-ms-3" *ngIf="text"> {{ text }} </span>
110
110
  `, isInline: true, dependencies: [{ kind: "directive", type: i1$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
111
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXLoadingSpinnerComponent, decorators: [{
111
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXLoadingSpinnerComponent, decorators: [{
112
112
  type: Component,
113
113
  args: [{
114
114
  selector: 'ax-loading-spinner',
@@ -199,9 +199,9 @@ class AXLoadingDirective {
199
199
  this.renderer.addClass(this.overlayElement, OVERLAY_CLASS);
200
200
  }
201
201
  }
202
- AXLoadingDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXLoadingDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ChangeDetectorRef }, { token: i0.ViewContainerRef }, { token: i0.ComponentFactoryResolver }], target: i0.ɵɵFactoryTarget.Directive });
203
- AXLoadingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.0.2", type: AXLoadingDirective, selector: "[axIsLoading]", inputs: { isLoading: ["axIsLoading", "isLoading"] }, usesOnChanges: true, ngImport: i0 });
204
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXLoadingDirective, decorators: [{
202
+ AXLoadingDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXLoadingDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ChangeDetectorRef }, { token: i0.ViewContainerRef }, { token: i0.ComponentFactoryResolver }], target: i0.ɵɵFactoryTarget.Directive });
203
+ AXLoadingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.2", type: AXLoadingDirective, selector: "[axIsLoading]", inputs: { isLoading: ["axIsLoading", "isLoading"] }, usesOnChanges: true, ngImport: i0 });
204
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXLoadingDirective, decorators: [{
205
205
  type: Directive,
206
206
  args: [{
207
207
  selector: '[axIsLoading]'
@@ -224,10 +224,10 @@ class AXLoadingModule {
224
224
  });
225
225
  }
226
226
  }
227
- AXLoadingModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXLoadingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
228
- AXLoadingModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.2", ngImport: i0, type: AXLoadingModule, declarations: [AXLoadingComponent, AXLoadingDirective, AXLoadingSpinnerComponent], imports: [CommonModule, OverlayModule, PortalModule], exports: [AXLoadingComponent, AXLoadingDirective, AXLoadingSpinnerComponent] });
229
- AXLoadingModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXLoadingModule, imports: [MODULES] });
230
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXLoadingModule, decorators: [{
227
+ AXLoadingModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXLoadingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
228
+ AXLoadingModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.2", ngImport: i0, type: AXLoadingModule, declarations: [AXLoadingComponent, AXLoadingDirective, AXLoadingSpinnerComponent], imports: [CommonModule, OverlayModule, PortalModule], exports: [AXLoadingComponent, AXLoadingDirective, AXLoadingSpinnerComponent] });
229
+ AXLoadingModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXLoadingModule, imports: [MODULES] });
230
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXLoadingModule, decorators: [{
231
231
  type: NgModule,
232
232
  args: [{
233
233
  declarations: [...COMPONENT],
@@ -378,9 +378,9 @@ class AXLoadingService {
378
378
  return loaderId ?? DEFAULT_LOADER_ID;
379
379
  }
380
380
  }
381
- AXLoadingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXLoadingService, deps: [{ token: i0.NgZone }, { token: i1$2.AXOverlayService }], target: i0.ɵɵFactoryTarget.Injectable });
382
- AXLoadingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXLoadingService, providedIn: 'root' });
383
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXLoadingService, decorators: [{
381
+ AXLoadingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXLoadingService, deps: [{ token: i0.NgZone }, { token: i1$2.AXOverlayService }], target: i0.ɵɵFactoryTarget.Injectable });
382
+ AXLoadingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXLoadingService, providedIn: 'root' });
383
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXLoadingService, decorators: [{
384
384
  type: Injectable,
385
385
  args: [{
386
386
  providedIn: 'root',
@@ -315,9 +315,9 @@ class AXMenuComponent extends AXBaseMenuMixin {
315
315
  this._overlayRef?.detach();
316
316
  }
317
317
  }
318
- AXMenuComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXMenuComponent, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: i1.Overlay }, { token: i2.AXPlatform }], target: i0.ɵɵFactoryTarget.Component });
319
- AXMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.2", type: AXMenuComponent, selector: "ax-menu", inputs: { disabled: "disabled", tabIndex: "tabIndex", textField: "textField", valueField: "valueField", items: "items", parentId: "parentId", iconField: "iconField", tooltip: "tooltip", isOpen: "isOpen", isActive: "isActive", visibleField: "visibleField", disableField: "disableField", hasChildField: "hasChildField", dividerField: "dividerField", openMode: "openMode", orientation: "orientation", showModal: "showModal" }, outputs: { onBlur: "onBlur", onFocus: "onFocus", onMenuItemClick: "onMenuItemClick" }, host: { classAttribute: "ax-menu" }, queries: [{ propertyName: "_contentEmptyTemplate", first: true, predicate: ["emptyTemplate"], descendants: true }, { propertyName: "_contentItemTemplate", first: true, predicate: ["itemTemplate"], descendants: true }], usesInheritance: true, ngImport: i0, template: "<ng-container *ngIf=\"displayItems.length; else tmpEmpty\">\r\n <ul [ngClass]=\"_getDirection()\" [class.ax-rtl]=\"rtl\">\r\n <ng-container *ngTemplateOutlet=\"recursiveListTmpl; context:{ list: displayItems }\"></ng-container>\r\n </ul>\r\n <ng-template #recursiveListTmpl let-list=\"list\">\r\n <ng-container *ngFor=\"let item of list\">\r\n <li *ngIf=\"item[visibleField] !=false\" [class.ax-state-disabled]=\"item[disableField]\"\r\n (click)=\"_onMenuClick($event,item)\" (mouseenter)=\"_onMenuMouseEnter($event,item)\"\r\n [ngClass]=\"{'ax-state-active ': item.isActive}\">\r\n <div class=\"ax-menu-item\" *ngIf=\"itemTemplate == null else tmpItem\">\r\n <div class=\"ax-menu-item-prefix\">\r\n <ax-icon *ngIf=\"item[iconField]\" [class]=\"item[iconField]\"></ax-icon>\r\n <span>{{_getItemDisplayTextTemplte(item)}}</span>\r\n </div>\r\n <div class=\"ax-menu-item-suffix\">\r\n <ax-icon *ngIf=\"!item.isLoading\"\r\n [ngClass]=\"{'ax-ic-chevron':item?.children?.length > 0,'ax-menu-active-icon': item.isOpen}\">\r\n </ax-icon>\r\n <ax-loading *ngIf=\"item.isLoading\">\r\n </ax-loading>\r\n </div>\r\n </div>\r\n <!--------------- check for custom item template --------------->\r\n <ng-template #tmpItem>\r\n <ng-container *ngIf=\"!isLoading\">\r\n <ng-container *ngTemplateOutlet=\"itemTemplate;context: { $implicit: item }\">\r\n </ng-container>\r\n </ng-container>\r\n </ng-template>\r\n <ul *ngIf=\"item?.children?.length > 0 && item.isOpen &&!_overlayRef\"\r\n [class.ax-state-disabled]=\"item[disableField]\">\r\n <ng-container *ngTemplateOutlet=\"recursiveListTmpl; context:{ list: item.children }\">\r\n </ng-container>\r\n </ul>\r\n </li>\r\n <li class=\"ax-divider\" *ngIf=\"item[this.dividerField]\"></li>\r\n </ng-container>\r\n </ng-template>\r\n</ng-container>\r\n<ng-container *ngIf=\"isLoading\">\r\n <ng-template>\r\n <div class=\"ax-flex ax-items-center ax-justify-center ax-p-4\">\r\n <ax-loading text=\"{{ 'layout.loading.text' | trans }}\"></ax-loading>\r\n </div>\r\n </ng-template>\r\n</ng-container>\r\n\r\n<ng-template #tmpEmpty>\r\n <ng-container *ngIf=\"!isLoading\">\r\n <!--------------- check for custom template --------------->\r\n <ng-container *ngIf=\"emptyTemplate; else elseEmptyTemplate\">\r\n <ng-container *ngTemplateOutlet=\"emptyTemplate\">\r\n </ng-container>\r\n </ng-container>\r\n <ng-template #elseEmptyTemplate>\r\n <div class=\"ax-list-item\">\r\n {{ 'common.no-result-found' | trans }}\r\n </div>\r\n </ng-template>\r\n </ng-container>\r\n</ng-template>", dependencies: [{ kind: "directive", type: i3.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i3.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i3.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: i4.AXDecoratorIconComponent, selector: "ax-icon", inputs: ["icon"] }, { kind: "component", type: i5.AXLoadingComponent, selector: "ax-loading", inputs: ["visible", "type", "text"], outputs: ["visibleChange"] }, { kind: "pipe", type: i6.AXTranslatorPipe, name: "trans" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
320
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXMenuComponent, decorators: [{
318
+ AXMenuComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXMenuComponent, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: i1.Overlay }, { token: i2.AXPlatform }], target: i0.ɵɵFactoryTarget.Component });
319
+ AXMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.2", type: AXMenuComponent, selector: "ax-menu", inputs: { disabled: "disabled", tabIndex: "tabIndex", textField: "textField", valueField: "valueField", items: "items", parentId: "parentId", iconField: "iconField", tooltip: "tooltip", isOpen: "isOpen", isActive: "isActive", visibleField: "visibleField", disableField: "disableField", hasChildField: "hasChildField", dividerField: "dividerField", openMode: "openMode", orientation: "orientation", showModal: "showModal" }, outputs: { onBlur: "onBlur", onFocus: "onFocus", onMenuItemClick: "onMenuItemClick" }, host: { classAttribute: "ax-menu" }, queries: [{ propertyName: "_contentEmptyTemplate", first: true, predicate: ["emptyTemplate"], descendants: true }, { propertyName: "_contentItemTemplate", first: true, predicate: ["itemTemplate"], descendants: true }], usesInheritance: true, ngImport: i0, template: "<ng-container *ngIf=\"displayItems.length; else tmpEmpty\">\r\n <ul [ngClass]=\"_getDirection()\" [class.ax-rtl]=\"rtl\">\r\n <ng-container *ngTemplateOutlet=\"recursiveListTmpl; context:{ list: displayItems }\"></ng-container>\r\n </ul>\r\n <ng-template #recursiveListTmpl let-list=\"list\">\r\n <ng-container *ngFor=\"let item of list\">\r\n <li *ngIf=\"item[visibleField] !=false\" [class.ax-state-disabled]=\"item[disableField]\"\r\n (click)=\"_onMenuClick($event,item)\" (mouseenter)=\"_onMenuMouseEnter($event,item)\"\r\n [ngClass]=\"{'ax-state-active ': item.isActive}\">\r\n <div class=\"ax-menu-item\" *ngIf=\"itemTemplate == null else tmpItem\">\r\n <div class=\"ax-menu-item-prefix\">\r\n <ax-icon *ngIf=\"item[iconField]\" [class]=\"item[iconField]\"></ax-icon>\r\n <span>{{_getItemDisplayTextTemplte(item)}}</span>\r\n </div>\r\n <div class=\"ax-menu-item-suffix\">\r\n <ax-icon *ngIf=\"!item.isLoading\"\r\n [ngClass]=\"{'ax-ic-chevron':item?.children?.length > 0,'ax-menu-active-icon': item.isOpen}\">\r\n </ax-icon>\r\n <ax-loading *ngIf=\"item.isLoading\">\r\n </ax-loading>\r\n </div>\r\n </div>\r\n <!--------------- check for custom item template --------------->\r\n <ng-template #tmpItem>\r\n <ng-container *ngIf=\"!isLoading\">\r\n <ng-container *ngTemplateOutlet=\"itemTemplate;context: { $implicit: item }\">\r\n </ng-container>\r\n </ng-container>\r\n </ng-template>\r\n <ul *ngIf=\"item?.children?.length > 0 && item.isOpen &&!_overlayRef\"\r\n [class.ax-state-disabled]=\"item[disableField]\">\r\n <ng-container *ngTemplateOutlet=\"recursiveListTmpl; context:{ list: item.children }\">\r\n </ng-container>\r\n </ul>\r\n </li>\r\n <li class=\"ax-divider\" *ngIf=\"item[this.dividerField]\"></li>\r\n </ng-container>\r\n </ng-template>\r\n</ng-container>\r\n<ng-container *ngIf=\"isLoading\">\r\n <ng-template>\r\n <div class=\"ax-flex ax-items-center ax-justify-center ax-p-4\">\r\n <ax-loading text=\"{{ 'layout.loading.text' | trans }}\"></ax-loading>\r\n </div>\r\n </ng-template>\r\n</ng-container>\r\n\r\n<ng-template #tmpEmpty>\r\n <ng-container *ngIf=\"!isLoading\">\r\n <!--------------- check for custom template --------------->\r\n <ng-container *ngIf=\"emptyTemplate; else elseEmptyTemplate\">\r\n <ng-container *ngTemplateOutlet=\"emptyTemplate\">\r\n </ng-container>\r\n </ng-container>\r\n <ng-template #elseEmptyTemplate>\r\n <div class=\"ax-list-item\">\r\n {{ 'common.no-result-found' | trans }}\r\n </div>\r\n </ng-template>\r\n </ng-container>\r\n</ng-template>", dependencies: [{ kind: "directive", type: i3.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i3.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i3.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: i4.AXDecoratorIconComponent, selector: "ax-icon", inputs: ["icon"] }, { kind: "component", type: i5.AXLoadingComponent, selector: "ax-loading", inputs: ["visible", "type", "text"], outputs: ["visibleChange"] }, { kind: "pipe", type: i6.AXTranslatorPipe, name: "trans" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
320
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXMenuComponent, decorators: [{
321
321
  type: Component,
322
322
  args: [{ selector: 'ax-menu', inputs: [
323
323
  'disabled',
@@ -355,13 +355,13 @@ const MODULES = [
355
355
  ];
356
356
  class AXMenuModule {
357
357
  }
358
- AXMenuModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXMenuModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
359
- AXMenuModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.2", ngImport: i0, type: AXMenuModule, declarations: [AXMenuComponent], imports: [CommonModule, AXDecoratorModule,
358
+ AXMenuModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXMenuModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
359
+ AXMenuModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.2", ngImport: i0, type: AXMenuModule, declarations: [AXMenuComponent], imports: [CommonModule, AXDecoratorModule,
360
360
  AXLoadingModule,
361
361
  AXTranslationModule,
362
362
  OverlayModule], exports: [AXMenuComponent] });
363
- AXMenuModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXMenuModule, imports: [CommonModule, MODULES] });
364
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXMenuModule, decorators: [{
363
+ AXMenuModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXMenuModule, imports: [CommonModule, MODULES] });
364
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXMenuModule, decorators: [{
365
365
  type: NgModule,
366
366
  args: [{
367
367
  declarations: [...COMPONENT],
@@ -5,8 +5,6 @@ import _ from 'lodash';
5
5
  import { unionBy, flatMapDeep } from 'lodash-es';
6
6
  import { coerceBooleanProperty, coerceNumberProperty } from '@angular/cdk/coercion';
7
7
  import { AXObjectUtil } from '@acorex/core/utils';
8
- import { Subscription, Subject } from 'rxjs';
9
- import { debounceTime, distinctUntilChanged } from 'rxjs/operators';
10
8
 
11
9
  var _AXBaseComponent_elementRef;
12
10
  class AXBaseComponent {
@@ -82,11 +80,16 @@ class AXBaseComponent {
82
80
  if (option.afterCallback)
83
81
  option.afterCallback(oldValue, newValue);
84
82
  }
83
+ _isRtl() {
84
+ return window
85
+ .getComputedStyle(this._getHostElement())
86
+ .getPropertyValue('direction') == 'rtl';
87
+ }
85
88
  }
86
89
  _AXBaseComponent_elementRef = new WeakMap();
87
- AXBaseComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXBaseComponent, deps: [{ token: Array }], target: i0.ɵɵFactoryTarget.Injectable });
88
- AXBaseComponent.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXBaseComponent });
89
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXBaseComponent, decorators: [{
90
+ AXBaseComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXBaseComponent, deps: [{ token: Array }], target: i0.ɵɵFactoryTarget.Injectable });
91
+ AXBaseComponent.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXBaseComponent });
92
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXBaseComponent, decorators: [{
90
93
  type: Injectable
91
94
  }], ctorParameters: function () { return [{ type: undefined, decorators: [{
92
95
  type: Inject,
@@ -933,88 +936,60 @@ const SIZABLE_INPUTS = [
933
936
  const SIZABLE_OUTPUT = [];
934
937
 
935
938
  function _TextboxComponenetMixin(Base) {
936
- var _valueSubscription, _valueSubject, _a;
937
- return _a = class extends Base {
939
+ return class extends Base {
940
+ /**
941
+ * @ignore
942
+ */
943
+ constructor(...args) {
944
+ super(...args.slice(0, 2));
938
945
  /**
939
- * @ignore
946
+ * A string value that specifies the type of text box.
947
+ */
948
+ this.type = 'text';
949
+ /**
950
+ * A string value that specifies the placeholder of text box.
940
951
  */
941
- constructor(...args) {
942
- super(...args.slice(0, 2));
943
- /**
944
- * A string value that specifies the type of text box.
945
- */
946
- this.type = 'text';
947
- /**
948
- * A string value that specifies the placeholder of text box.
949
- */
950
- this.placeholder = '';
951
- this.debounceTime = 0;
952
- _valueSubscription.set(this, new Subscription());
953
- _valueSubject.set(this, new Subject());
954
- /**
955
- * Fires each time the user press a key.
956
- * @event
957
- */
958
- this.onKeyDown = new EventEmitter();
959
- /**
960
- * Fires each time the user press a key.
961
- * @event
962
- */
963
- this.onKeyUp = new EventEmitter();
964
- /**
965
- * Fires each time the user press a key.
966
- * @event
967
- */
968
- this.onKeyPress = new EventEmitter();
969
- }
970
- _emitOnKeydownEvent(e) {
971
- this.onKeyDown.emit({
972
- component: this,
973
- nativeEvent: e
974
- });
975
- this._setUserInteraction();
976
- }
977
- _emitOnKeyupEvent(e) {
978
- this.onKeyUp.emit({
979
- component: this,
980
- nativeEvent: e
981
- });
982
- this._setUserInteraction();
983
- }
984
- _emitOnKeypressEvent(e) {
985
- this.onKeyPress.emit({
986
- component: this,
987
- nativeEvent: e
988
- });
989
- this._setUserInteraction();
990
- }
991
- _handleModleChange(value) {
992
- if (!this.debounceTime)
993
- this._settleValue(value);
994
- else {
995
- __classPrivateFieldGet(this, _valueSubject, "f").next(value);
996
- }
997
- }
998
- _settleValue(value) {
999
- this.value = value;
1000
- }
1001
- onInit() {
1002
- __classPrivateFieldSet(this, _valueSubscription, __classPrivateFieldGet(this, _valueSubject, "f")
1003
- .pipe(debounceTime(this.debounceTime))
1004
- .pipe(distinctUntilChanged())
1005
- .subscribe((v) => {
1006
- this._settleValue(v);
1007
- }), "f");
1008
- }
1009
- onDestroy() {
1010
- __classPrivateFieldGet(this, _valueSubscription, "f").unsubscribe();
1011
- }
1012
- },
1013
- _valueSubscription = new WeakMap(),
1014
- _valueSubject = new WeakMap(),
1015
- _a;
952
+ this.placeholder = '';
953
+ /**
954
+ * Fires each time the user press a key.
955
+ * @event
956
+ */
957
+ this.onKeyDown = new EventEmitter();
958
+ /**
959
+ * Fires each time the user press a key.
960
+ * @event
961
+ */
962
+ this.onKeyUp = new EventEmitter();
963
+ /**
964
+ * Fires each time the user press a key.
965
+ * @event
966
+ */
967
+ this.onKeyPress = new EventEmitter();
968
+ }
969
+ _emitOnKeydownEvent(e) {
970
+ this.onKeyDown.emit({
971
+ component: this,
972
+ nativeEvent: e
973
+ });
974
+ this._setUserInteraction();
975
+ }
976
+ _emitOnKeyupEvent(e) {
977
+ this.onKeyUp.emit({
978
+ component: this,
979
+ nativeEvent: e
980
+ });
981
+ this._setUserInteraction();
982
+ }
983
+ _emitOnKeypressEvent(e) {
984
+ this.onKeyPress.emit({
985
+ component: this,
986
+ nativeEvent: e
987
+ });
988
+ this._setUserInteraction();
989
+ }
990
+ };
1016
991
  }
1017
- const TEXTBOX_INPUTS = ['placeholder', 'maxLength', 'allowNull', 'debounceTime', 'type', 'autoComplete', 'readonly', 'allowNull', 'value', 'name', 'checked'];
992
+ const TEXTBOX_INPUTS = ['placeholder', 'maxLength', 'allowNull', 'type', 'autoComplete', 'readonly', 'value', 'name'];
1018
993
  const TEXTBOX_OUTPUT = ['valueChange', 'onValueChanged'];
1019
994
 
1020
995
  function _ValueComponenetMixin(Base) {
@@ -1127,6 +1102,7 @@ function _ValueComponenetMixin(Base) {
1127
1102
  this.value = null;
1128
1103
  }
1129
1104
  validate() {
1105
+ debugger;
1130
1106
  const rules = Array.from(this._getHostElement().querySelectorAll('ax-validation-rule')).filter((c) => c.__axContext__.enabled);
1131
1107
  //
1132
1108
  if (!rules || rules.length === 0) {