@acorex/components 5.2.1 → 5.3.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 (449) hide show
  1. package/esm2020/lib/action-sheet/action-sheet-item.component.mjs +3 -3
  2. package/esm2020/lib/action-sheet/action-sheet.component.mjs +3 -3
  3. package/esm2020/lib/action-sheet/action-sheet.module.mjs +4 -4
  4. package/esm2020/lib/alert/alert-button.component.mjs +4 -5
  5. package/esm2020/lib/alert/alert.component.mjs +35 -25
  6. package/esm2020/lib/alert/alert.module.mjs +10 -26
  7. package/esm2020/lib/alert/index.mjs +1 -5
  8. package/esm2020/lib/avatar/avatar-group.component.mjs +3 -3
  9. package/esm2020/lib/avatar/avatar.component.mjs +3 -3
  10. package/esm2020/lib/avatar/avatar.module.mjs +4 -4
  11. package/esm2020/lib/badge/badge.component.mjs +3 -3
  12. package/esm2020/lib/badge/badge.module.mjs +4 -4
  13. package/esm2020/lib/base/common.module.mjs +4 -4
  14. package/esm2020/lib/base/components.class.mjs +17 -0
  15. package/esm2020/lib/base/custom-cdk-overlay.service.mjs +6 -6
  16. package/esm2020/lib/base/events.class.mjs +1 -1
  17. package/esm2020/lib/base/index.mjs +2 -1
  18. package/esm2020/lib/base/infinite-scroll.directive.mjs +3 -3
  19. package/esm2020/lib/base/mixin/base-components.class.mjs +8 -8
  20. package/esm2020/lib/base/mixin/base-menu-mixin.class.mjs +18 -16
  21. package/esm2020/lib/base/mixin/color-look-mixing.class.mjs +1 -1
  22. package/esm2020/lib/base/mixin/datalist-component.class.mjs +2 -1
  23. package/esm2020/lib/base/mixin/textbox-mixin.class.mjs +2 -2
  24. package/esm2020/lib/base/overlay.service.mjs +3 -3
  25. package/esm2020/lib/base/responsive.directive.mjs +3 -3
  26. package/esm2020/lib/base/styles.class.mjs +1 -1
  27. package/esm2020/lib/breadcrumbs/breadcrumbs-item.component.mjs +3 -3
  28. package/esm2020/lib/breadcrumbs/breadcrumbs.component.mjs +3 -3
  29. package/esm2020/lib/breadcrumbs/breadcrumbs.module.mjs +4 -4
  30. package/esm2020/lib/button/button-group.component.mjs +4 -4
  31. package/esm2020/lib/button/button-item.class.mjs +1 -1
  32. package/esm2020/lib/button/button-item.component.mjs +3 -3
  33. package/esm2020/lib/button/button.component.mjs +3 -3
  34. package/esm2020/lib/button/button.module.mjs +8 -9
  35. package/esm2020/lib/calendar/calendar.class.mjs +3 -3
  36. package/esm2020/lib/calendar/calendar.component.mjs +63 -10
  37. package/esm2020/lib/calendar/calendar.module.mjs +8 -10
  38. package/esm2020/lib/calendar/index.mjs +1 -2
  39. package/esm2020/lib/carousel/carousel-arrows.component.mjs +3 -3
  40. package/esm2020/lib/carousel/carousel-item.component.mjs +3 -3
  41. package/esm2020/lib/carousel/carousel-pager.component.mjs +3 -3
  42. package/esm2020/lib/carousel/carousel.class.mjs +3 -3
  43. package/esm2020/lib/carousel/carousel.component.mjs +3 -3
  44. package/esm2020/lib/carousel/carousel.module.mjs +4 -4
  45. package/esm2020/lib/checkbox/checkbox.component.mjs +3 -3
  46. package/esm2020/lib/checkbox/checkbox.module.mjs +7 -7
  47. package/esm2020/lib/collapse/collapse-group.component.mjs +3 -3
  48. package/esm2020/lib/collapse/collapse.component.mjs +3 -3
  49. package/esm2020/lib/collapse/collapse.module.mjs +4 -4
  50. package/esm2020/lib/color-picker/color-picker.component.mjs +324 -0
  51. package/esm2020/lib/color-picker/color-picker.module.mjs +57 -0
  52. package/esm2020/lib/color-picker/index.mjs +3 -0
  53. package/esm2020/lib/datalist/datalist.component.mjs +3 -3
  54. package/esm2020/lib/datalist/datalist.module.mjs +4 -4
  55. package/esm2020/lib/datepicker/datepicker.component.mjs +13 -9
  56. package/esm2020/lib/datepicker/datepicker.module.mjs +8 -11
  57. package/esm2020/lib/decorators/addon.component.mjs +3 -3
  58. package/esm2020/lib/decorators/close-button.component.mjs +40 -0
  59. package/esm2020/lib/decorators/content.component.mjs +3 -3
  60. package/esm2020/lib/decorators/decorators.module.mjs +37 -7
  61. package/esm2020/lib/decorators/footer.component.mjs +24 -0
  62. package/esm2020/lib/decorators/header.component.mjs +6 -8
  63. package/esm2020/lib/decorators/icon.component.mjs +28 -0
  64. package/esm2020/lib/decorators/index.mjs +5 -1
  65. package/esm2020/lib/decorators/prefix.component.mjs +6 -6
  66. package/esm2020/lib/decorators/suffix.component.mjs +6 -6
  67. package/esm2020/lib/decorators/title.component.mjs +24 -0
  68. package/esm2020/lib/dialog/dialog.component.mjs +3 -3
  69. package/esm2020/lib/dialog/dialog.module.mjs +7 -7
  70. package/esm2020/lib/dialog/dialog.service.mjs +3 -3
  71. package/esm2020/lib/drawer/drawer-container.component.mjs +19 -59
  72. package/esm2020/lib/drawer/drawer.component.mjs +99 -129
  73. package/esm2020/lib/drawer/drawer.module.mjs +6 -7
  74. package/esm2020/lib/drawer/index.mjs +1 -2
  75. package/esm2020/lib/dropdown/dropdown-panel.component.mjs +6 -6
  76. package/esm2020/lib/dropdown/dropdown.module.mjs +7 -8
  77. package/esm2020/lib/form/form-field.component.mjs +3 -3
  78. package/esm2020/lib/form/form-field.module.mjs +4 -4
  79. package/esm2020/lib/form/form-hint.component.mjs +3 -3
  80. package/esm2020/lib/form/form.component.mjs +3 -3
  81. package/esm2020/lib/input-mask/input-mask.component.mjs +3 -3
  82. package/esm2020/lib/input-mask/input-mask.module.mjs +4 -4
  83. package/esm2020/lib/label/label.component.mjs +3 -3
  84. package/esm2020/lib/label/label.module.mjs +4 -4
  85. package/esm2020/lib/loading/loading-spinner.component.mjs +3 -3
  86. package/esm2020/lib/loading/loading.component.mjs +3 -3
  87. package/esm2020/lib/loading/loading.directive.mjs +3 -3
  88. package/esm2020/lib/loading/loading.module.mjs +4 -4
  89. package/esm2020/lib/loading/loading.service.mjs +3 -3
  90. package/esm2020/lib/menu/menu.component.mjs +85 -19
  91. package/esm2020/lib/menu/menu.module.mjs +7 -10
  92. package/esm2020/lib/number-box/number-box.component.mjs +5 -5
  93. package/esm2020/lib/number-box/number-box.module.mjs +8 -11
  94. package/esm2020/lib/page/base-page.class.mjs +6 -6
  95. package/esm2020/lib/page/index.mjs +1 -3
  96. package/esm2020/lib/page/page.component.mjs +3 -3
  97. package/esm2020/lib/page/page.module.mjs +7 -9
  98. package/esm2020/lib/password-box/password-box.component.mjs +5 -5
  99. package/esm2020/lib/password-box/password-box.module.mjs +8 -11
  100. package/esm2020/lib/picker/picker.component.mjs +267 -29
  101. package/esm2020/lib/picker/picker.model.class.mjs +2 -0
  102. package/esm2020/lib/picker/picker.module.mjs +4 -4
  103. package/esm2020/lib/popover/popover.component.mjs +8 -5
  104. package/esm2020/lib/popover/popover.module.mjs +4 -4
  105. package/esm2020/lib/popup/popup.component.mjs +15 -12
  106. package/esm2020/lib/popup/popup.module.mjs +7 -6
  107. package/esm2020/lib/popup/popup.service.mjs +3 -3
  108. package/esm2020/lib/progress-bar/progress-bar.component.mjs +3 -3
  109. package/esm2020/lib/progress-bar/progress-bar.module.mjs +4 -4
  110. package/esm2020/lib/radio/index.mjs +1 -1
  111. package/esm2020/lib/radio/radio.component.mjs +5 -5
  112. package/esm2020/lib/radio/radio.module.mjs +5 -5
  113. package/esm2020/lib/range-slider/range-slider.component.mjs +3 -3
  114. package/esm2020/lib/range-slider/range-slider.module.mjs +4 -4
  115. package/esm2020/lib/rating/rating.component.mjs +3 -3
  116. package/esm2020/lib/rating/rating.component.module.mjs +4 -4
  117. package/esm2020/lib/result/result.component.mjs +3 -3
  118. package/esm2020/lib/result/result.module.mjs +4 -4
  119. package/esm2020/lib/searchbox/index.mjs +3 -0
  120. package/esm2020/lib/searchbox/searchbox.component.mjs +47 -0
  121. package/esm2020/lib/searchbox/searchbox.module.mjs +24 -0
  122. package/esm2020/lib/selectbox/selectbox.component.mjs +35 -28
  123. package/esm2020/lib/selectbox/selectbox.module.mjs +9 -13
  124. package/esm2020/lib/selection-list/selection-list.component.mjs +5 -5
  125. package/esm2020/lib/selection-list/selection-list.module.mjs +4 -4
  126. package/esm2020/lib/switch/switch.component.mjs +3 -3
  127. package/esm2020/lib/switch/switch.module.mjs +4 -4
  128. package/esm2020/lib/tabs/tab-content.directive.mjs +3 -3
  129. package/esm2020/lib/tabs/tab-item.component.mjs +3 -3
  130. package/esm2020/lib/tabs/tabs.component.mjs +3 -3
  131. package/esm2020/lib/tabs/tabs.module.mjs +7 -7
  132. package/esm2020/lib/textarea/textarea.component.mjs +4 -4
  133. package/esm2020/lib/textarea/textarea.module.mjs +4 -4
  134. package/esm2020/lib/textbox/textbox.component.mjs +5 -5
  135. package/esm2020/lib/textbox/textbox.module.mjs +9 -13
  136. package/esm2020/lib/time-box/time-box.component.mjs +4 -4
  137. package/esm2020/lib/time-box/time-box.module.mjs +4 -4
  138. package/esm2020/lib/toast/toast.class.mjs +1 -1
  139. package/esm2020/lib/toast/toast.component.mjs +16 -14
  140. package/esm2020/lib/toast/toast.module.mjs +8 -6
  141. package/esm2020/lib/toast/toast.service.mjs +40 -12
  142. package/esm2020/lib/tooltip/tooltip.component.mjs +3 -3
  143. package/esm2020/lib/tooltip/tooltip.directive.mjs +3 -3
  144. package/esm2020/lib/tooltip/tooltip.module.mjs +4 -4
  145. package/esm2020/lib/treeview/tree-view.component.mjs +3 -3
  146. package/esm2020/lib/treeview/tree-view.module.mjs +4 -4
  147. package/esm2020/lib/validation/validation-rule.widget.mjs +3 -3
  148. package/esm2020/lib/validation/validation.module.mjs +4 -4
  149. package/esm2020/public-api.mjs +3 -2
  150. package/fesm2015/acorex-components.mjs +2140 -1521
  151. package/fesm2015/acorex-components.mjs.map +1 -1
  152. package/fesm2020/acorex-components.mjs +2125 -1522
  153. package/fesm2020/acorex-components.mjs.map +1 -1
  154. package/lib/alert/alert.component.d.ts +7 -6
  155. package/lib/alert/alert.module.d.ts +4 -8
  156. package/lib/alert/index.d.ts +0 -4
  157. package/lib/badge/badge.component.d.ts +3 -3
  158. package/lib/base/components.class.d.ts +11 -0
  159. package/lib/base/index.d.ts +1 -0
  160. package/lib/base/mixin/base-components.class.d.ts +2 -2
  161. package/lib/base/mixin/base-menu-mixin.class.d.ts +4 -3
  162. package/lib/base/mixin/button-mixin.class.d.ts +0 -3
  163. package/lib/base/mixin/color-look-mixing.class.d.ts +4 -4
  164. package/lib/base/mixin/mixin.class.d.ts +10 -9
  165. package/lib/base/mixin/selection-component.class.d.ts +3 -0
  166. package/lib/base/mixin/textbox-mixin.class.d.ts +3 -3
  167. package/lib/base/styles.class.d.ts +1 -1
  168. package/lib/button/button-group.component.d.ts +4 -4
  169. package/lib/button/button-item.class.d.ts +2 -2
  170. package/lib/button/button.module.d.ts +2 -3
  171. package/lib/calendar/calendar.component.d.ts +10 -1
  172. package/lib/calendar/calendar.module.d.ts +6 -8
  173. package/lib/calendar/index.d.ts +0 -1
  174. package/lib/checkbox/checkbox.module.d.ts +1 -1
  175. package/lib/color-picker/color-picker.component.d.ts +62 -0
  176. package/lib/color-picker/color-picker.module.d.ts +17 -0
  177. package/lib/color-picker/index.d.ts +2 -0
  178. package/lib/datepicker/datepicker.component.d.ts +1 -1
  179. package/lib/datepicker/datepicker.module.d.ts +3 -4
  180. package/lib/decorators/close-button.component.d.ts +13 -0
  181. package/lib/decorators/decorators.module.d.ts +10 -6
  182. package/lib/decorators/footer.component.d.ts +8 -0
  183. package/lib/decorators/header.component.d.ts +1 -1
  184. package/lib/decorators/icon.component.d.ts +10 -0
  185. package/lib/decorators/index.d.ts +4 -0
  186. package/lib/decorators/prefix.component.d.ts +1 -1
  187. package/lib/decorators/suffix.component.d.ts +1 -1
  188. package/lib/decorators/title.component.d.ts +9 -0
  189. package/lib/dialog/dialog.module.d.ts +1 -1
  190. package/lib/drawer/drawer-container.component.d.ts +5 -8
  191. package/lib/drawer/drawer.component.d.ts +23 -19
  192. package/lib/drawer/drawer.module.d.ts +2 -3
  193. package/lib/drawer/index.d.ts +0 -1
  194. package/lib/dropdown/dropdown.module.d.ts +3 -4
  195. package/lib/menu/menu.component.d.ts +10 -6
  196. package/lib/menu/menu.module.d.ts +2 -2
  197. package/lib/number-box/number-box.component.d.ts +1 -1
  198. package/lib/number-box/number-box.module.d.ts +2 -3
  199. package/lib/page/base-page.class.d.ts +2 -2
  200. package/lib/page/index.d.ts +0 -2
  201. package/lib/page/page.module.d.ts +1 -3
  202. package/lib/password-box/password-box.component.d.ts +1 -1
  203. package/lib/password-box/password-box.module.d.ts +1 -2
  204. package/lib/picker/picker.component.d.ts +55 -18
  205. package/lib/picker/picker.model.class.d.ts +10 -0
  206. package/lib/popover/popover.component.d.ts +2 -1
  207. package/lib/popup/popup.module.d.ts +2 -1
  208. package/lib/searchbox/index.d.ts +2 -0
  209. package/lib/searchbox/searchbox.component.d.ts +16 -0
  210. package/lib/searchbox/searchbox.module.d.ts +11 -0
  211. package/lib/selectbox/selectbox.component.d.ts +4 -14
  212. package/lib/selectbox/selectbox.module.d.ts +6 -7
  213. package/lib/tabs/tabs.module.d.ts +1 -1
  214. package/lib/textarea/textarea.component.d.ts +1 -1
  215. package/lib/textbox/textbox.component.d.ts +1 -1
  216. package/lib/textbox/textbox.module.d.ts +2 -3
  217. package/lib/time-box/time-box.component.d.ts +1 -1
  218. package/lib/toast/toast.class.d.ts +4 -3
  219. package/lib/toast/toast.component.d.ts +0 -2
  220. package/lib/toast/toast.module.d.ts +3 -1
  221. package/lib/toast/toast.service.d.ts +4 -0
  222. package/package.json +4 -4
  223. package/public-api.d.ts +2 -1
  224. package/acorex-components.d.ts.map +0 -1
  225. package/esm2020/lib/alert/alert-content.component.mjs +0 -21
  226. package/esm2020/lib/alert/alert-footer.component.mjs +0 -27
  227. package/esm2020/lib/alert/alert-suffix.component.mjs +0 -27
  228. package/esm2020/lib/alert/alert-title.component.mjs +0 -23
  229. package/esm2020/lib/calendar/inline-calendar.component.mjs +0 -39
  230. package/esm2020/lib/drawer/drawer-content.component.mjs +0 -27
  231. package/esm2020/lib/icon/icon.component.mjs +0 -28
  232. package/esm2020/lib/icon/icon.module.mjs +0 -21
  233. package/esm2020/lib/icon/index.mjs +0 -3
  234. package/esm2020/lib/page/page-footer.component.mjs +0 -28
  235. package/esm2020/lib/page/page-header.component.mjs +0 -28
  236. package/lib/action-sheet/action-sheet-item.component.d.ts.map +0 -1
  237. package/lib/action-sheet/action-sheet.component.d.ts.map +0 -1
  238. package/lib/action-sheet/action-sheet.module.d.ts.map +0 -1
  239. package/lib/action-sheet/index.d.ts.map +0 -1
  240. package/lib/alert/alert-button.component.d.ts.map +0 -1
  241. package/lib/alert/alert-content.component.d.ts +0 -5
  242. package/lib/alert/alert-content.component.d.ts.map +0 -1
  243. package/lib/alert/alert-footer.component.d.ts +0 -5
  244. package/lib/alert/alert-footer.component.d.ts.map +0 -1
  245. package/lib/alert/alert-suffix.component.d.ts +0 -5
  246. package/lib/alert/alert-suffix.component.d.ts.map +0 -1
  247. package/lib/alert/alert-title.component.d.ts +0 -5
  248. package/lib/alert/alert-title.component.d.ts.map +0 -1
  249. package/lib/alert/alert.component.d.ts.map +0 -1
  250. package/lib/alert/alert.module.d.ts.map +0 -1
  251. package/lib/alert/index.d.ts.map +0 -1
  252. package/lib/avatar/avatar-group.component.d.ts.map +0 -1
  253. package/lib/avatar/avatar.component.d.ts.map +0 -1
  254. package/lib/avatar/avatar.module.d.ts.map +0 -1
  255. package/lib/avatar/index.d.ts.map +0 -1
  256. package/lib/badge/badge.component.d.ts.map +0 -1
  257. package/lib/badge/badge.module.d.ts.map +0 -1
  258. package/lib/badge/index.d.ts.map +0 -1
  259. package/lib/base/common.module.d.ts.map +0 -1
  260. package/lib/base/custom-cdk-overlay.service.d.ts.map +0 -1
  261. package/lib/base/drawing.class.d.ts.map +0 -1
  262. package/lib/base/events.class.d.ts.map +0 -1
  263. package/lib/base/index.d.ts.map +0 -1
  264. package/lib/base/infinite-scroll.directive.d.ts.map +0 -1
  265. package/lib/base/mixin/base-components.class.d.ts.map +0 -1
  266. package/lib/base/mixin/base-menu-mixin.class.d.ts.map +0 -1
  267. package/lib/base/mixin/button-mixin.class.d.ts.map +0 -1
  268. package/lib/base/mixin/clickable-mixin.class.d.ts.map +0 -1
  269. package/lib/base/mixin/color-look-mixing.class.d.ts.map +0 -1
  270. package/lib/base/mixin/constratctor.d.ts.map +0 -1
  271. package/lib/base/mixin/datalist-component.class.d.ts.map +0 -1
  272. package/lib/base/mixin/datalist.class.d.ts.map +0 -1
  273. package/lib/base/mixin/dropdown-mixin.class.d.ts.map +0 -1
  274. package/lib/base/mixin/index.d.ts.map +0 -1
  275. package/lib/base/mixin/interactive-mixin.class.d.ts.map +0 -1
  276. package/lib/base/mixin/loading-mixin.class.d.ts.map +0 -1
  277. package/lib/base/mixin/mixin.class.d.ts.map +0 -1
  278. package/lib/base/mixin/selection-component.class.d.ts.map +0 -1
  279. package/lib/base/mixin/sizable-mixin.class.d.ts.map +0 -1
  280. package/lib/base/mixin/textbox-mixin.class.d.ts.map +0 -1
  281. package/lib/base/mixin/value-mixin.class.d.ts.map +0 -1
  282. package/lib/base/overlay.service.d.ts.map +0 -1
  283. package/lib/base/responsive.directive.d.ts.map +0 -1
  284. package/lib/base/styles.class.d.ts.map +0 -1
  285. package/lib/breadcrumbs/breadcrumbs-item.class.d.ts.map +0 -1
  286. package/lib/breadcrumbs/breadcrumbs-item.component.d.ts.map +0 -1
  287. package/lib/breadcrumbs/breadcrumbs.component.d.ts.map +0 -1
  288. package/lib/breadcrumbs/breadcrumbs.module.d.ts.map +0 -1
  289. package/lib/breadcrumbs/index.d.ts.map +0 -1
  290. package/lib/button/button-group.component.d.ts.map +0 -1
  291. package/lib/button/button-item.class.d.ts.map +0 -1
  292. package/lib/button/button-item.component.d.ts.map +0 -1
  293. package/lib/button/button.component.d.ts.map +0 -1
  294. package/lib/button/button.module.d.ts.map +0 -1
  295. package/lib/button/index.d.ts.map +0 -1
  296. package/lib/calendar/calendar.class.d.ts.map +0 -1
  297. package/lib/calendar/calendar.component.d.ts.map +0 -1
  298. package/lib/calendar/calendar.module.d.ts.map +0 -1
  299. package/lib/calendar/index.d.ts.map +0 -1
  300. package/lib/calendar/inline-calendar.component.d.ts +0 -14
  301. package/lib/calendar/inline-calendar.component.d.ts.map +0 -1
  302. package/lib/carousel/carousel-arrows.component.d.ts.map +0 -1
  303. package/lib/carousel/carousel-item.component.d.ts.map +0 -1
  304. package/lib/carousel/carousel-pager.component.d.ts.map +0 -1
  305. package/lib/carousel/carousel-splidejs.class.d.ts.map +0 -1
  306. package/lib/carousel/carousel.class.d.ts.map +0 -1
  307. package/lib/carousel/carousel.component.d.ts.map +0 -1
  308. package/lib/carousel/carousel.module.d.ts.map +0 -1
  309. package/lib/carousel/index.d.ts.map +0 -1
  310. package/lib/checkbox/checkbox.component.d.ts.map +0 -1
  311. package/lib/checkbox/checkbox.module.d.ts.map +0 -1
  312. package/lib/checkbox/index.d.ts.map +0 -1
  313. package/lib/collapse/collapse-group.component.d.ts.map +0 -1
  314. package/lib/collapse/collapse.component.d.ts.map +0 -1
  315. package/lib/collapse/collapse.module.d.ts.map +0 -1
  316. package/lib/collapse/index.d.ts.map +0 -1
  317. package/lib/datalist/datalist.component.d.ts.map +0 -1
  318. package/lib/datalist/datalist.module.d.ts.map +0 -1
  319. package/lib/datalist/index.d.ts.map +0 -1
  320. package/lib/datepicker/datepicker.component.d.ts.map +0 -1
  321. package/lib/datepicker/datepicker.module.d.ts.map +0 -1
  322. package/lib/datepicker/index.d.ts.map +0 -1
  323. package/lib/decorators/addon.component.d.ts.map +0 -1
  324. package/lib/decorators/content.component.d.ts.map +0 -1
  325. package/lib/decorators/decorators.module.d.ts.map +0 -1
  326. package/lib/decorators/header.component.d.ts.map +0 -1
  327. package/lib/decorators/index.d.ts.map +0 -1
  328. package/lib/decorators/prefix.component.d.ts.map +0 -1
  329. package/lib/decorators/suffix.component.d.ts.map +0 -1
  330. package/lib/dialog/dialog.class.d.ts.map +0 -1
  331. package/lib/dialog/dialog.component.d.ts.map +0 -1
  332. package/lib/dialog/dialog.module.d.ts.map +0 -1
  333. package/lib/dialog/dialog.service.d.ts.map +0 -1
  334. package/lib/dialog/index.d.ts.map +0 -1
  335. package/lib/drawer/drawer-container.component.d.ts.map +0 -1
  336. package/lib/drawer/drawer-content.component.d.ts +0 -8
  337. package/lib/drawer/drawer-content.component.d.ts.map +0 -1
  338. package/lib/drawer/drawer.component.d.ts.map +0 -1
  339. package/lib/drawer/drawer.module.d.ts.map +0 -1
  340. package/lib/drawer/index.d.ts.map +0 -1
  341. package/lib/dropdown/dropdown-panel.component.d.ts.map +0 -1
  342. package/lib/dropdown/dropdown.module.d.ts.map +0 -1
  343. package/lib/dropdown/index.d.ts.map +0 -1
  344. package/lib/form/form-field.component.d.ts.map +0 -1
  345. package/lib/form/form-field.module.d.ts.map +0 -1
  346. package/lib/form/form-hint.component.d.ts.map +0 -1
  347. package/lib/form/form.component.d.ts.map +0 -1
  348. package/lib/form/index.d.ts.map +0 -1
  349. package/lib/icon/icon.component.d.ts +0 -10
  350. package/lib/icon/icon.component.d.ts.map +0 -1
  351. package/lib/icon/icon.module.d.ts +0 -8
  352. package/lib/icon/icon.module.d.ts.map +0 -1
  353. package/lib/icon/index.d.ts +0 -2
  354. package/lib/icon/index.d.ts.map +0 -1
  355. package/lib/input-mask/index.d.ts.map +0 -1
  356. package/lib/input-mask/input-mask.component.d.ts.map +0 -1
  357. package/lib/input-mask/input-mask.module.d.ts.map +0 -1
  358. package/lib/label/index.d.ts.map +0 -1
  359. package/lib/label/label.component.d.ts.map +0 -1
  360. package/lib/label/label.module.d.ts.map +0 -1
  361. package/lib/loading/index.d.ts.map +0 -1
  362. package/lib/loading/loading-spinner.component.d.ts.map +0 -1
  363. package/lib/loading/loading.component.d.ts.map +0 -1
  364. package/lib/loading/loading.directive.d.ts.map +0 -1
  365. package/lib/loading/loading.module.d.ts.map +0 -1
  366. package/lib/loading/loading.service.d.ts.map +0 -1
  367. package/lib/menu/index.d.ts.map +0 -1
  368. package/lib/menu/menu.component.d.ts.map +0 -1
  369. package/lib/menu/menu.module.d.ts.map +0 -1
  370. package/lib/number-box/index.d.ts.map +0 -1
  371. package/lib/number-box/number-box.component.d.ts.map +0 -1
  372. package/lib/number-box/number-box.module.d.ts.map +0 -1
  373. package/lib/page/base-page.class.d.ts.map +0 -1
  374. package/lib/page/index.d.ts.map +0 -1
  375. package/lib/page/page-footer.component.d.ts +0 -7
  376. package/lib/page/page-footer.component.d.ts.map +0 -1
  377. package/lib/page/page-header.component.d.ts +0 -7
  378. package/lib/page/page-header.component.d.ts.map +0 -1
  379. package/lib/page/page.component.d.ts.map +0 -1
  380. package/lib/page/page.module.d.ts.map +0 -1
  381. package/lib/password-box/index.d.ts.map +0 -1
  382. package/lib/password-box/password-box.component.d.ts.map +0 -1
  383. package/lib/password-box/password-box.module.d.ts.map +0 -1
  384. package/lib/picker/index.d.ts.map +0 -1
  385. package/lib/picker/picker.component.d.ts.map +0 -1
  386. package/lib/picker/picker.module.d.ts.map +0 -1
  387. package/lib/popover/index.d.ts.map +0 -1
  388. package/lib/popover/popover.component.d.ts.map +0 -1
  389. package/lib/popover/popover.module.d.ts.map +0 -1
  390. package/lib/popup/index.d.ts.map +0 -1
  391. package/lib/popup/popup.component.d.ts.map +0 -1
  392. package/lib/popup/popup.module.d.ts.map +0 -1
  393. package/lib/popup/popup.service.d.ts.map +0 -1
  394. package/lib/progress-bar/index.d.ts.map +0 -1
  395. package/lib/progress-bar/progress-bar.component.d.ts.map +0 -1
  396. package/lib/progress-bar/progress-bar.module.d.ts.map +0 -1
  397. package/lib/radio/index.d.ts.map +0 -1
  398. package/lib/radio/radio.component.d.ts.map +0 -1
  399. package/lib/radio/radio.module.d.ts.map +0 -1
  400. package/lib/range-slider/index.d.ts.map +0 -1
  401. package/lib/range-slider/range-slider.component.d.ts.map +0 -1
  402. package/lib/range-slider/range-slider.module.d.ts.map +0 -1
  403. package/lib/rating/index.d.ts.map +0 -1
  404. package/lib/rating/rating.component.d.ts.map +0 -1
  405. package/lib/rating/rating.component.module.d.ts.map +0 -1
  406. package/lib/result/index.d.ts.map +0 -1
  407. package/lib/result/result.component.d.ts.map +0 -1
  408. package/lib/result/result.module.d.ts.map +0 -1
  409. package/lib/selectbox/index.d.ts.map +0 -1
  410. package/lib/selectbox/selectbox.component.d.ts.map +0 -1
  411. package/lib/selectbox/selectbox.module.d.ts.map +0 -1
  412. package/lib/selection-list/index.d.ts.map +0 -1
  413. package/lib/selection-list/selection-list.component.d.ts.map +0 -1
  414. package/lib/selection-list/selection-list.module.d.ts.map +0 -1
  415. package/lib/switch/index.d.ts.map +0 -1
  416. package/lib/switch/switch.component.d.ts.map +0 -1
  417. package/lib/switch/switch.module.d.ts.map +0 -1
  418. package/lib/tabs/index.d.ts.map +0 -1
  419. package/lib/tabs/tab-content.directive.d.ts.map +0 -1
  420. package/lib/tabs/tab-item.component.d.ts.map +0 -1
  421. package/lib/tabs/tabs.class.d.ts.map +0 -1
  422. package/lib/tabs/tabs.component.d.ts.map +0 -1
  423. package/lib/tabs/tabs.module.d.ts.map +0 -1
  424. package/lib/textarea/index.d.ts.map +0 -1
  425. package/lib/textarea/textarea.component.d.ts.map +0 -1
  426. package/lib/textarea/textarea.module.d.ts.map +0 -1
  427. package/lib/textbox/index.d.ts.map +0 -1
  428. package/lib/textbox/textbox.component.d.ts.map +0 -1
  429. package/lib/textbox/textbox.module.d.ts.map +0 -1
  430. package/lib/time-box/index.d.ts.map +0 -1
  431. package/lib/time-box/time-box.component.d.ts.map +0 -1
  432. package/lib/time-box/time-box.module.d.ts.map +0 -1
  433. package/lib/toast/index.d.ts.map +0 -1
  434. package/lib/toast/toast.class.d.ts.map +0 -1
  435. package/lib/toast/toast.component.d.ts.map +0 -1
  436. package/lib/toast/toast.module.d.ts.map +0 -1
  437. package/lib/toast/toast.service.d.ts.map +0 -1
  438. package/lib/tooltip/index.d.ts.map +0 -1
  439. package/lib/tooltip/tooltip.component.d.ts.map +0 -1
  440. package/lib/tooltip/tooltip.directive.d.ts.map +0 -1
  441. package/lib/tooltip/tooltip.module.d.ts.map +0 -1
  442. package/lib/treeview/index.d.ts.map +0 -1
  443. package/lib/treeview/tree-view.component.d.ts.map +0 -1
  444. package/lib/treeview/tree-view.module.d.ts.map +0 -1
  445. package/lib/validation/index.d.ts.map +0 -1
  446. package/lib/validation/validation-rule.widget.d.ts.map +0 -1
  447. package/lib/validation/validation.class.d.ts.map +0 -1
  448. package/lib/validation/validation.module.d.ts.map +0 -1
  449. package/public-api.d.ts.map +0 -1
@@ -6,9 +6,9 @@ export declare const AXBaseAlertMixin: {
6
6
  colorChange: EventEmitter<AXStyleColorType>;
7
7
  _color: AXStyleColorType;
8
8
  color: AXStyleColorType;
9
- lookChange: EventEmitter<import("../base").AXStyleButtonLook>;
10
- _look?: import("../base").AXStyleButtonLook;
11
- look: import("../base").AXStyleButtonLook;
9
+ lookChange: EventEmitter<import("../base").AXStyleLookType>;
10
+ _look?: import("../base").AXStyleLookType;
11
+ look: import("../base").AXStyleLookType;
12
12
  id: string;
13
13
  rtl: boolean;
14
14
  "__#1@#elementRef": ElementRef<any>;
@@ -39,9 +39,10 @@ export declare const AXBaseAlertMixin: {
39
39
  */
40
40
  export declare class AXAlertComponent extends AXBaseAlertMixin {
41
41
  #private;
42
- icon: string;
43
- showIcon: boolean;
42
+ private _icon;
44
43
  _onOptionChanged(option: AXComponentOptionChanged): void;
44
+ ngDoCheck(): void;
45
+ private _setIcon;
45
46
  /**
46
47
  * @ignore
47
48
  */
@@ -71,5 +72,5 @@ export declare class AXAlertComponent extends AXBaseAlertMixin {
71
72
  */
72
73
  show(): void;
73
74
  static ɵfac: i0.ɵɵFactoryDeclaration<AXAlertComponent, never>;
74
- static ɵcmp: i0.ɵɵComponentDeclaration<AXAlertComponent, "ax-alert", never, { "color": "color"; "look": "look"; "icon": "icon"; "showIcon": "showIcon"; "timeOut": "timeOut"; "visible": "visible"; }, {}, never, ["ax-alert-title", "ax-alert-content", "ax-alert-footer", "ax-alert-suffix"]>;
75
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXAlertComponent, "ax-alert", never, { "color": "color"; "look": "look"; "timeOut": "timeOut"; "visible": "visible"; }, {}, ["_icon"], ["ax-header", "ax-icon", "ax-content", "ax-footer", "ax-suffix"]>;
75
76
  }
@@ -1,14 +1,10 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./alert.component";
3
- import * as i2 from "./alert-content.component";
4
- import * as i3 from "./alert-title.component";
5
- import * as i4 from "./alert-button.component";
6
- import * as i5 from "./alert-footer.component";
7
- import * as i6 from "./alert-suffix.component";
8
- import * as i7 from "@angular/common";
9
- import * as i8 from "../icon/icon.module";
3
+ import * as i2 from "./alert-button.component";
4
+ import * as i3 from "@angular/common";
5
+ import * as i4 from "../decorators/decorators.module";
10
6
  export declare class AXAlertModule {
11
7
  static ɵfac: i0.ɵɵFactoryDeclaration<AXAlertModule, never>;
12
- static ɵmod: i0.ɵɵNgModuleDeclaration<AXAlertModule, [typeof i1.AXAlertComponent, typeof i2.AXAlertContentComponent, typeof i3.AXAlertTitleComponent, typeof i4.AXAlertButtonComponent, typeof i5.AXAlertFooterComponent, typeof i6.AXAlertSuffixComponent], [typeof i7.CommonModule, typeof i8.AXIconModule], [typeof i1.AXAlertComponent, typeof i2.AXAlertContentComponent, typeof i3.AXAlertTitleComponent, typeof i4.AXAlertButtonComponent, typeof i5.AXAlertFooterComponent, typeof i6.AXAlertSuffixComponent]>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXAlertModule, [typeof i1.AXAlertComponent, typeof i2.AXAlertButtonComponent], [typeof i3.CommonModule, typeof i4.AXDecoratorModule], [typeof i1.AXAlertComponent, typeof i2.AXAlertButtonComponent]>;
13
9
  static ɵinj: i0.ɵɵInjectorDeclaration<AXAlertModule>;
14
10
  }
@@ -1,7 +1,3 @@
1
1
  export * from './alert.component';
2
- export * from './alert-title.component';
3
2
  export * from './alert-button.component';
4
- export * from './alert-content.component';
5
- export * from './alert-suffix.component';
6
- export * from './alert-footer.component';
7
3
  export * from './alert.module';
@@ -6,9 +6,9 @@ export declare const AXBaseBadgeMixin: {
6
6
  colorChange: import("@angular/core").EventEmitter<AXStyleColorType>;
7
7
  _color: AXStyleColorType;
8
8
  color: AXStyleColorType;
9
- lookChange: import("@angular/core").EventEmitter<import("../base").AXStyleButtonLook>;
10
- _look?: import("../base").AXStyleButtonLook;
11
- look: import("../base").AXStyleButtonLook;
9
+ lookChange: import("@angular/core").EventEmitter<import("../base").AXStyleLookType>;
10
+ _look?: import("../base").AXStyleLookType;
11
+ look: import("../base").AXStyleLookType;
12
12
  id: string;
13
13
  rtl: boolean;
14
14
  "__#1@#elementRef": ElementRef<any>;
@@ -0,0 +1,11 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare abstract class AXClosbaleComponent {
3
+ abstract close(): void;
4
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXClosbaleComponent, never>;
5
+ static ɵprov: i0.ɵɵInjectableDeclaration<AXClosbaleComponent>;
6
+ }
7
+ export declare abstract class AXSearchableComponent {
8
+ abstract search(value: string): void;
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXSearchableComponent, never>;
10
+ static ɵprov: i0.ɵɵInjectableDeclaration<AXSearchableComponent>;
11
+ }
@@ -1,4 +1,5 @@
1
1
  export * from './mixin';
2
+ export * from './components.class';
2
3
  export * from './events.class';
3
4
  export * from './drawing.class';
4
5
  export * from './styles.class';
@@ -18,8 +18,8 @@ export declare type AXComponentOptionChanged = {
18
18
  export declare type AXComponentSetOption = {
19
19
  name: string;
20
20
  value?: any;
21
- afterCallback?: () => void;
22
- beforeCallback?: () => void;
21
+ afterCallback?: (oldValue?: any, newValue?: any) => void;
22
+ beforeCallback?: (oldValue?: any, newValue?: any) => void;
23
23
  };
24
24
  export declare class AXBaseComponent {
25
25
  #private;
@@ -8,11 +8,12 @@ export declare function _BaseMenuComponentMixin<TBase extends Constructor<AXBase
8
8
  valueField: string;
9
9
  "__#2@#isLoading": boolean;
10
10
  "__#2@#loadedItems": any;
11
- visible: string;
11
+ visibleField: string;
12
12
  disableField: string;
13
13
  hasChildField: string;
14
- icon: string;
14
+ iconField: string;
15
15
  openMode: 'click' | 'hover';
16
+ direction: 'horizontal' | 'vertical';
16
17
  onMenuItemClick: EventEmitter<AXItemClickEvent<any>>;
17
18
  readonly loadedCount: number;
18
19
  "__#2@#items": any;
@@ -21,7 +22,7 @@ export declare function _BaseMenuComponentMixin<TBase extends Constructor<AXBase
21
22
  readonly isLoading: boolean;
22
23
  _formatData(v: any[]): any[];
23
24
  _findNode(parentId: number, _children: any, source: any): void;
24
- _fetchData(parentId?: number): void;
25
+ _fetchData(parentId?: number): Promise<unknown>;
25
26
  _onInternalInit(): void;
26
27
  _getItemDisplayTextTemplte(item: any): any;
27
28
  _trackLoaded(index: any, item: any): any;
@@ -35,9 +35,6 @@ export declare function _ButtonComponentMixin<TBase extends Constructor<AXBaseCo
35
35
  'ax-state-disabled': any;
36
36
  'ax-state-selected': boolean;
37
37
  };
38
- /**
39
- * Trigger click event by Enter Key
40
- */
41
38
  id: string;
42
39
  rtl: boolean;
43
40
  "__#1@#elementRef": import("@angular/core").ElementRef<any>;
@@ -1,5 +1,5 @@
1
1
  import { EventEmitter } from "@angular/core";
2
- import { AXStyleColorType, AXStyleButtonLook } from "../styles.class";
2
+ import { AXStyleColorType, AXStyleLookType } from "../styles.class";
3
3
  import { AXBaseComponent } from "./base-components.class";
4
4
  import { Constructor } from "./constratctor";
5
5
  export declare function _ColorLookComponentMixin<TBase extends Constructor<AXBaseComponent>>(Base: TBase): {
@@ -10,12 +10,12 @@ export declare function _ColorLookComponentMixin<TBase extends Constructor<AXBas
10
10
  * Predefined color schemes
11
11
  */
12
12
  color: AXStyleColorType;
13
- lookChange: EventEmitter<AXStyleButtonLook>;
14
- _look?: AXStyleButtonLook;
13
+ lookChange: EventEmitter<AXStyleLookType>;
14
+ _look?: AXStyleLookType;
15
15
  /**
16
16
  * Predefined look schemes
17
17
  */
18
- look: AXStyleButtonLook;
18
+ look: AXStyleLookType;
19
19
  id: string;
20
20
  rtl: boolean;
21
21
  "__#1@#elementRef": import("@angular/core").ElementRef<any>;
@@ -280,9 +280,9 @@ export declare const AXBaseButtonMixin: {
280
280
  colorChange: import("@angular/core").EventEmitter<import("@acorex/components").AXStyleColorType>;
281
281
  _color: import("@acorex/components").AXStyleColorType;
282
282
  color: import("@acorex/components").AXStyleColorType;
283
- lookChange: import("@angular/core").EventEmitter<import("@acorex/components").AXStyleButtonLook>;
284
- _look?: import("@acorex/components").AXStyleButtonLook;
285
- look: import("@acorex/components").AXStyleButtonLook;
283
+ lookChange: import("@angular/core").EventEmitter<import("@acorex/components").AXStyleLookType>;
284
+ _look?: import("@acorex/components").AXStyleLookType;
285
+ look: import("@acorex/components").AXStyleLookType;
286
286
  id: string;
287
287
  rtl: boolean;
288
288
  "__#1@#elementRef": import("@angular/core").ElementRef<any>;
@@ -614,11 +614,12 @@ export declare const AXBaseMenuMixin: (abstract new (...args: any[]) => {
614
614
  valueField: string;
615
615
  "__#2@#isLoading": boolean;
616
616
  "__#2@#loadedItems": any;
617
- visible: string;
617
+ visibleField: string;
618
618
  disableField: string;
619
619
  hasChildField: string;
620
- icon: string;
620
+ iconField: string;
621
621
  openMode: "click" | "hover";
622
+ direction: "horizontal" | "vertical";
622
623
  onMenuItemClick: import("@angular/core").EventEmitter<import("@acorex/components").AXItemClickEvent<any>>;
623
624
  readonly loadedCount: number;
624
625
  "__#2@#items": any;
@@ -627,7 +628,7 @@ export declare const AXBaseMenuMixin: (abstract new (...args: any[]) => {
627
628
  readonly isLoading: boolean;
628
629
  _formatData(v: any[]): any[];
629
630
  _findNode(parentId: number, _children: any, source: any): void;
630
- _fetchData(parentId?: number): void;
631
+ _fetchData(parentId?: number): Promise<unknown>;
631
632
  _onInternalInit(): void;
632
633
  _getItemDisplayTextTemplte(item: any): any;
633
634
  _trackLoaded(index: any, item: any): any;
@@ -658,9 +659,9 @@ export declare const AXAvatarMixin: {
658
659
  colorChange: import("@angular/core").EventEmitter<import("@acorex/components").AXStyleColorType>;
659
660
  _color: import("@acorex/components").AXStyleColorType;
660
661
  color: import("@acorex/components").AXStyleColorType;
661
- lookChange: import("@angular/core").EventEmitter<import("@acorex/components").AXStyleButtonLook>;
662
- _look?: import("@acorex/components").AXStyleButtonLook;
663
- look: import("@acorex/components").AXStyleButtonLook;
662
+ lookChange: import("@angular/core").EventEmitter<import("@acorex/components").AXStyleLookType>;
663
+ _look?: import("@acorex/components").AXStyleLookType;
664
+ look: import("@acorex/components").AXStyleLookType;
664
665
  id: string;
665
666
  rtl: boolean;
666
667
  "__#1@#elementRef": import("@angular/core").ElementRef<any>;
@@ -35,6 +35,9 @@ export declare function _SelectionComponenetMixin<TBase extends Constructor<AXBa
35
35
  isItemSelected(item: any): boolean;
36
36
  isItemDisabled(item: any): boolean;
37
37
  id: string;
38
+ /**
39
+ * Defines the primary text to show inside the button.
40
+ */
38
41
  rtl: boolean;
39
42
  "__#1@#elementRef": import("@angular/core").ElementRef<any>;
40
43
  _cdr: import("@angular/core").ChangeDetectorRef;
@@ -28,12 +28,12 @@ export declare function _TextboxComponenetMixin<TBase extends Constructor<AXBase
28
28
  _emitOnKeydownEvent(e: KeyboardEvent): void;
29
29
  id: string;
30
30
  rtl: boolean;
31
- "__#1@#elementRef": import("@angular/core").ElementRef<any>;
32
- _cdr: import("@angular/core").ChangeDetectorRef;
33
- _isInited: boolean; /**
31
+ "__#1@#elementRef": import("@angular/core").ElementRef<any>; /**
34
32
  * Fires each time the user press a key.
35
33
  * @event
36
34
  */
35
+ _cdr: import("@angular/core").ChangeDetectorRef;
36
+ _isInited: boolean;
37
37
  _isRendered: boolean;
38
38
  ngOnInit(): void;
39
39
  ngAfterViewInit(): void;
@@ -3,7 +3,7 @@ export declare const AX_STYLE_TYPES: string[];
3
3
  * A token that specifies the color style of component.
4
4
  */
5
5
  export declare type AXStyleColorType = 'primary' | 'secondary' | 'info' | 'danger' | 'success' | 'warning' | 'light' | 'dark';
6
- export declare type AXStyleButtonLook = 'blank' | 'outline' | 'twotone' | 'link';
6
+ export declare type AXStyleLookType = 'blank' | 'outline' | 'twotone' | 'link';
7
7
  export declare const AX_LOCATIONS: string[];
8
8
  export declare type AXLocation = 'bottom-start' | 'bottom-center' | 'bottom-end' | 'top-start' | 'top-center' | 'top-end';
9
9
  export declare const AX_DIRECTIONS: string[];
@@ -1,6 +1,6 @@
1
1
  import { ChangeDetectorRef, ElementRef, EventEmitter, NgZone, QueryList } from "@angular/core";
2
2
  import { AXButtonComponent } from "./button.component";
3
- import { AXClickEvent, AXInteractiveComponenetMixin, AXItemClickEvent, AXSelectionMode, AXSelectionValueChangedEvent, AXStyleButtonLook, AXStyleColorType } from "../base";
3
+ import { AXClickEvent, AXInteractiveComponenetMixin, AXItemClickEvent, AXSelectionMode, AXSelectionValueChangedEvent, AXStyleLookType, AXStyleColorType } from "../base";
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class AXButtonGroupComponent extends AXInteractiveComponenetMixin {
6
6
  private zone;
@@ -15,13 +15,13 @@ export declare class AXButtonGroupComponent extends AXInteractiveComponenetMixin
15
15
  */
16
16
  get color(): AXStyleColorType;
17
17
  set color(value: AXStyleColorType);
18
- lookChange: EventEmitter<AXStyleButtonLook>;
18
+ lookChange: EventEmitter<AXStyleLookType>;
19
19
  private _look?;
20
20
  /**
21
21
  * Predefined look schemes
22
22
  */
23
- get look(): AXStyleButtonLook;
24
- set look(value: AXStyleButtonLook);
23
+ get look(): AXStyleLookType;
24
+ set look(value: AXStyleLookType);
25
25
  onItemClick: EventEmitter<AXItemClickEvent<AXButtonComponent>>;
26
26
  onValueChanged: EventEmitter<AXSelectionValueChangedEvent>;
27
27
  _contentButtons: QueryList<AXButtonComponent>;
@@ -1,8 +1,8 @@
1
- import { AXStyleButtonLook, AXStyleColorType } from "../base";
1
+ import { AXStyleLookType, AXStyleColorType } from "../base";
2
2
  export interface AXClickItemBase {
3
3
  cssClass?: string;
4
4
  color?: AXStyleColorType;
5
- look?: AXStyleButtonLook;
5
+ look?: AXStyleLookType;
6
6
  text?: string;
7
7
  tooltip?: string;
8
8
  iconClass?: string;
@@ -3,10 +3,9 @@ import * as i1 from "./button.component";
3
3
  import * as i2 from "./button-item.component";
4
4
  import * as i3 from "./button-group.component";
5
5
  import * as i4 from "@angular/common";
6
- import * as i5 from "../icon/icon.module";
7
- import * as i6 from "../decorators/decorators.module";
6
+ import * as i5 from "../decorators/decorators.module";
8
7
  export declare class AXButtonModule {
9
8
  static ɵfac: i0.ɵɵFactoryDeclaration<AXButtonModule, never>;
10
- static ɵmod: i0.ɵɵNgModuleDeclaration<AXButtonModule, [typeof i1.AXButtonComponent, typeof i2.AXButtonItemComponent, typeof i3.AXButtonGroupComponent], [typeof i4.CommonModule, typeof i5.AXIconModule, typeof i6.AXEditorDecoratorModule], [typeof i1.AXButtonComponent, typeof i2.AXButtonItemComponent, typeof i3.AXButtonGroupComponent]>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXButtonModule, [typeof i1.AXButtonComponent, typeof i2.AXButtonItemComponent, typeof i3.AXButtonGroupComponent], [typeof i4.CommonModule, typeof i5.AXDecoratorModule], [typeof i1.AXButtonComponent, typeof i2.AXButtonItemComponent, typeof i3.AXButtonGroupComponent]>;
11
10
  static ɵinj: i0.ɵɵInjectorDeclaration<AXButtonModule>;
12
11
  }
@@ -5,6 +5,7 @@ import * as i0 from "@angular/core";
5
5
  export declare const AXCalendarComponentMixin: any;
6
6
  export declare class AXCalendarComponent extends AXCalendarComponentMixin {
7
7
  private cdr;
8
+ interface: 'calendar' | 'picker';
8
9
  private get _viewRange();
9
10
  _today: AXDateTime;
10
11
  private _viewStartDate;
@@ -36,6 +37,14 @@ export declare class AXCalendarComponent extends AXCalendarComponentMixin {
36
37
  private isDisabled;
37
38
  private isHoliday;
38
39
  private isWeekend;
40
+ _pickerDays: number[];
41
+ _pickerMonths: {
42
+ text: string;
43
+ value: number;
44
+ }[];
45
+ _pickerYears: number[];
46
+ private _generatePickerItems;
47
+ _handlePickerChange(item: any, view: any): void;
39
48
  static ɵfac: i0.ɵɵFactoryDeclaration<AXCalendarComponent, never>;
40
- static ɵcmp: i0.ɵɵComponentDeclaration<AXCalendarComponent, "ax-calendar", never, { "readonly": "readonly"; "allowNull": "allowNull"; "value": "value"; "debounceTime": "debounceTime"; "name": "name"; "checked": "checked"; "disabled": "disabled"; "tabIndex": "tabIndex"; "depth": "depth"; "activeView": "activeView"; "min": "min"; "max": "max"; "disabledDates": "disabledDates"; "type": "type"; "holidayDates": "holidayDates"; }, { "valueChange": "valueChange"; "onValueChanged": "onValueChanged"; "onBlur": "onBlur"; "onFocus": "onFocus"; "depthChange": "depthChange"; "typeChange": "typeChange"; "disabledDatesChange": "disabledDatesChange"; "holidayDatesChange": "holidayDatesChange"; "onNavigate": "onNavigate"; }, never, never>;
49
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXCalendarComponent, "ax-calendar", never, { "readonly": "readonly"; "allowNull": "allowNull"; "value": "value"; "debounceTime": "debounceTime"; "name": "name"; "checked": "checked"; "disabled": "disabled"; "tabIndex": "tabIndex"; "depth": "depth"; "activeView": "activeView"; "min": "min"; "max": "max"; "disabledDates": "disabledDates"; "type": "type"; "holidayDates": "holidayDates"; "interface": "interface"; }, { "valueChange": "valueChange"; "onValueChanged": "onValueChanged"; "onBlur": "onBlur"; "onFocus": "onFocus"; "depthChange": "depthChange"; "typeChange": "typeChange"; "disabledDatesChange": "disabledDatesChange"; "holidayDatesChange": "holidayDatesChange"; "onNavigate": "onNavigate"; }, never, never>;
41
50
  }
@@ -1,14 +1,12 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./calendar.component";
3
- import * as i2 from "./inline-calendar.component";
4
- import * as i3 from "@angular/common";
5
- import * as i4 from "../button/button.module";
6
- import * as i5 from "../icon/icon.module";
7
- import * as i6 from "../decorators/decorators.module";
8
- import * as i7 from "@acorex/core";
9
- import * as i8 from "../picker/picker.module";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "../button/button.module";
5
+ import * as i4 from "../decorators/decorators.module";
6
+ import * as i5 from "@acorex/core";
7
+ import * as i6 from "../picker/picker.module";
10
8
  export declare class AXCalendarModule {
11
9
  static ɵfac: i0.ɵɵFactoryDeclaration<AXCalendarModule, never>;
12
- static ɵmod: i0.ɵɵNgModuleDeclaration<AXCalendarModule, [typeof i1.AXCalendarComponent, typeof i2.AXInlineCalendarComponent], [typeof i3.CommonModule, typeof i4.AXButtonModule, typeof i5.AXIconModule, typeof i6.AXEditorDecoratorModule, typeof i7.AXDateTimeModule, typeof i8.AXPickerModule], [typeof i1.AXCalendarComponent, typeof i2.AXInlineCalendarComponent]>;
10
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXCalendarModule, [typeof i1.AXCalendarComponent], [typeof i2.CommonModule, typeof i3.AXButtonModule, typeof i4.AXDecoratorModule, typeof i5.AXDateTimeModule, typeof i6.AXPickerModule], [typeof i1.AXCalendarComponent]>;
13
11
  static ɵinj: i0.ɵɵInjectorDeclaration<AXCalendarModule>;
14
12
  }
@@ -1,3 +1,2 @@
1
1
  export * from './calendar.component';
2
- export * from './inline-calendar.component';
3
2
  export * from './calendar.module';
@@ -5,6 +5,6 @@ import * as i3 from "@angular/forms";
5
5
  import * as i4 from "../decorators/decorators.module";
6
6
  export declare class AXCheckBoxModule {
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<AXCheckBoxModule, never>;
8
- static ɵmod: i0.ɵɵNgModuleDeclaration<AXCheckBoxModule, [typeof i1.AXCheckBoxComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.AXEditorDecoratorModule], [typeof i1.AXCheckBoxComponent]>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXCheckBoxModule, [typeof i1.AXCheckBoxComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.AXDecoratorModule], [typeof i1.AXCheckBoxComponent]>;
9
9
  static ɵinj: i0.ɵɵInjectorDeclaration<AXCheckBoxModule>;
10
10
  }
@@ -0,0 +1,62 @@
1
+ import { AXPlatform } from '@acorex/core';
2
+ import { ChangeDetectorRef, ElementRef, NgZone, TemplateRef } from '@angular/core';
3
+ import { AXBaseSelectionDropdownMixin, AXClickEvent, AXValueChangedEvent } from '../base';
4
+ import { AXPopoverComponent } from '../popover';
5
+ import * as i0 from "@angular/core";
6
+ /**
7
+ * The Button is a component which detects user interaction and triggers a corresponding event
8
+ *
9
+ * @category Components
10
+ */
11
+ export declare class AXColorPickerComponent extends AXBaseSelectionDropdownMixin {
12
+ private _elementRef;
13
+ private _cdr;
14
+ private _zone;
15
+ private _platform;
16
+ popover: AXPopoverComponent;
17
+ _target: HTMLDivElement;
18
+ _popoverTitle: string;
19
+ _popoverWidth: number;
20
+ /**
21
+ * Defines the clearButton.
22
+ */
23
+ clearButton: boolean;
24
+ /**
25
+ * Defines the checkbox.
26
+ */
27
+ checkbox: boolean;
28
+ private listContainer;
29
+ private _contentEmptyTemplate;
30
+ get emptyTemplate(): TemplateRef<any>;
31
+ _isMobile: boolean;
32
+ _forceFocus: boolean;
33
+ /**
34
+ * @ignore
35
+ */
36
+ constructor(_elementRef: ElementRef<HTMLDivElement>, _cdr: ChangeDetectorRef, _zone: NgZone, _platform: AXPlatform);
37
+ _handleArrowClickEvent(e: AXClickEvent): void;
38
+ _handleInputClickEvent(e: MouseEvent): void;
39
+ onInit(): void;
40
+ onViewInit(): void;
41
+ refresh(): void;
42
+ _handleOnItemClick(e: MouseEvent, item: any): void;
43
+ _handleListScroll(e: Event): void;
44
+ private _checkForLoadData;
45
+ _onDataLoaded(): void;
46
+ _onValueChanged(oldValue: any, newValue: any): void;
47
+ _handleOnRemoveItemClick(e: MouseEvent, item: any): void;
48
+ _handleBadgeRemove(e: MouseEvent, item: any): void;
49
+ _handleKeydown(e: KeyboardEvent): void;
50
+ _handlePopoverKeydown(e: KeyboardEvent): void;
51
+ _handlePopupOnOpened(e: any): Promise<void>;
52
+ _handlePopupOnClosed(e: any): void;
53
+ private _focusItemByNav;
54
+ private _focusSelectedItem;
55
+ private _focusItemElement;
56
+ private _selectedItemByNav;
57
+ _onSearchExprChanged(e: AXValueChangedEvent<string>): void;
58
+ search(exp: string): void;
59
+ _fetchData(): void;
60
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXColorPickerComponent, never>;
61
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXColorPickerComponent, "ax-color-picker", never, { "isOpen": "isOpen"; "fitParent": "fitParent"; "dropdownWidth": "dropdownWidth"; "position": "position"; "disabled": "disabled"; "tabIndex": "tabIndex"; "readonly": "readonly"; "allowNull": "allowNull"; "value": "value"; "debounceTime": "debounceTime"; "name": "name"; "checked": "checked"; "placeholder": "placeholder"; "maxLength": "maxLength"; "type": "type"; "autoComplete": "autoComplete"; "clearButton": "clearButton"; "checkbox": "checkbox"; }, { "onOpened": "onOpened"; "onClosed": "onClosed"; "onBlur": "onBlur"; "onFocus": "onFocus"; "valueChange": "valueChange"; "onValueChanged": "onValueChanged"; }, ["_contentEmptyTemplate"], ["ax-prefix", "ax-validation-rule", "ax-suffix"]>;
62
+ }
@@ -0,0 +1,17 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./color-picker.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "../base/common.module";
5
+ import * as i4 from "@angular/forms";
6
+ import * as i5 from "../decorators/decorators.module";
7
+ import * as i6 from "../popover/popover.module";
8
+ import * as i7 from "../button/button.module";
9
+ import * as i8 from "@angular/cdk/a11y";
10
+ import * as i9 from "../loading/loading.module";
11
+ import * as i10 from "@acorex/core";
12
+ import * as i11 from "../textbox/textbox.module";
13
+ export declare class AXColorPickerModule {
14
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXColorPickerModule, never>;
15
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXColorPickerModule, [typeof i1.AXColorPickerComponent], [typeof i2.CommonModule, typeof i3.AXCommonModule, typeof i4.FormsModule, typeof i5.AXDecoratorModule, typeof i6.AXPopoverModule, typeof i7.AXButtonModule, typeof i8.A11yModule, typeof i9.AXLoadingModule, typeof i10.AXTranslationModule, typeof i11.AXTextBoxModule], [typeof i1.AXColorPickerComponent]>;
16
+ static ɵinj: i0.ɵɵInjectorDeclaration<AXColorPickerModule>;
17
+ }
@@ -0,0 +1,2 @@
1
+ export * from './color-picker.component';
2
+ export * from './color-picker.module';
@@ -147,5 +147,5 @@ export declare class AXDatePickerComponent extends AXBaseDatePickerMixin {
147
147
  _handleOnNavigate(e: AXCalendarNavigateEvent): void;
148
148
  private _highlightPart;
149
149
  static ɵfac: i0.ɵɵFactoryDeclaration<AXDatePickerComponent, never>;
150
- static ɵcmp: i0.ɵɵComponentDeclaration<AXDatePickerComponent, "ax-date-picker", never, { "isOpen": "isOpen"; "fitParent": "fitParent"; "dropdownWidth": "dropdownWidth"; "position": "position"; "disabled": "disabled"; "tabIndex": "tabIndex"; "readonly": "readonly"; "allowNull": "allowNull"; "value": "value"; "debounceTime": "debounceTime"; "name": "name"; "checked": "checked"; "placeholder": "placeholder"; "maxLength": "maxLength"; "type": "type"; "depth": "depth"; "activeView": "activeView"; "min": "min"; "max": "max"; "disabledDates": "disabledDates"; "holidayDates": "holidayDates"; "format": "format"; "interface": "interface"; }, { "onOpened": "onOpened"; "onClosed": "onClosed"; "onBlur": "onBlur"; "onFocus": "onFocus"; "valueChange": "valueChange"; "onValueChanged": "onValueChanged"; "depthChange": "depthChange"; "typeChange": "typeChange"; "disabledDatesChange": "disabledDatesChange"; "holidayDatesChange": "holidayDatesChange"; "onNavigate": "onNavigate"; "formatChange": "formatChange"; }, never, ["ax-prefix", "ax-suffix", "ax-validation-rule", "ax-calendar-options"]>;
150
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXDatePickerComponent, "ax-date-picker", never, { "isOpen": "isOpen"; "fitParent": "fitParent"; "dropdownWidth": "dropdownWidth"; "position": "position"; "disabled": "disabled"; "tabIndex": "tabIndex"; "readonly": "readonly"; "allowNull": "allowNull"; "value": "value"; "debounceTime": "debounceTime"; "name": "name"; "checked": "checked"; "placeholder": "placeholder"; "maxLength": "maxLength"; "type": "type"; "autoComplete": "autoComplete"; "depth": "depth"; "activeView": "activeView"; "min": "min"; "max": "max"; "disabledDates": "disabledDates"; "holidayDates": "holidayDates"; "format": "format"; "interface": "interface"; }, { "onOpened": "onOpened"; "onClosed": "onClosed"; "onBlur": "onBlur"; "onFocus": "onFocus"; "valueChange": "valueChange"; "onValueChanged": "onValueChanged"; "depthChange": "depthChange"; "typeChange": "typeChange"; "disabledDatesChange": "disabledDatesChange"; "holidayDatesChange": "holidayDatesChange"; "onNavigate": "onNavigate"; "formatChange": "formatChange"; }, never, ["ax-prefix", "ax-suffix", "ax-validation-rule", "ax-calendar-options"]>;
151
151
  }
@@ -6,11 +6,10 @@ import * as i4 from "../textbox/textbox.module";
6
6
  import * as i5 from "../button/button.module";
7
7
  import * as i6 from "../popover/popover.module";
8
8
  import * as i7 from "../decorators/decorators.module";
9
- import * as i8 from "../icon/icon.module";
10
- import * as i9 from "@acorex/core";
11
- import * as i10 from "@angular/forms";
9
+ import * as i8 from "@acorex/core";
10
+ import * as i9 from "@angular/forms";
12
11
  export declare class AXDatepickerModule {
13
12
  static ɵfac: i0.ɵɵFactoryDeclaration<AXDatepickerModule, never>;
14
- static ɵmod: i0.ɵɵNgModuleDeclaration<AXDatepickerModule, [typeof i1.AXDatePickerComponent], [typeof i2.CommonModule, typeof i3.AXCalendarModule, typeof i4.AXTextBoxModule, typeof i5.AXButtonModule, typeof i6.AXPopoverModule, typeof i7.AXEditorDecoratorModule, typeof i8.AXIconModule, typeof i9.AXDateTimeModule, typeof i10.FormsModule], [typeof i1.AXDatePickerComponent]>;
13
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXDatepickerModule, [typeof i1.AXDatePickerComponent], [typeof i2.CommonModule, typeof i3.AXCalendarModule, typeof i4.AXTextBoxModule, typeof i5.AXButtonModule, typeof i6.AXPopoverModule, typeof i7.AXDecoratorModule, typeof i8.AXDateTimeModule, typeof i9.FormsModule], [typeof i1.AXDatePickerComponent]>;
15
14
  static ɵinj: i0.ɵɵInjectorDeclaration<AXDatepickerModule>;
16
15
  }
@@ -0,0 +1,13 @@
1
+ import { ElementRef, ChangeDetectorRef } from '@angular/core';
2
+ import { AXBaseComponentMixin, AXClosbaleComponent } from '../base';
3
+ import * as i0 from "@angular/core";
4
+ export declare class AXDecoratorCloseButtonComponent extends AXBaseComponentMixin {
5
+ private _parent?;
6
+ constructor(_elementRef: ElementRef, _cdr: ChangeDetectorRef, _parent?: AXClosbaleComponent);
7
+ private _icon;
8
+ get icon(): string;
9
+ set icon(v: string);
10
+ _handleOnClick(e: MouseEvent): void;
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXDecoratorCloseButtonComponent, [null, null, { optional: true; }]>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXDecoratorCloseButtonComponent, "ax-close-button", never, { "icon": "icon"; }, {}, never, never>;
13
+ }
@@ -3,10 +3,14 @@ import * as i1 from "./prefix.component";
3
3
  import * as i2 from "./suffix.component";
4
4
  import * as i3 from "./content.component";
5
5
  import * as i4 from "./header.component";
6
- import * as i5 from "./addon.component";
7
- import * as i6 from "@angular/common";
8
- export declare class AXEditorDecoratorModule {
9
- static ɵfac: i0.ɵɵFactoryDeclaration<AXEditorDecoratorModule, never>;
10
- static ɵmod: i0.ɵɵNgModuleDeclaration<AXEditorDecoratorModule, [typeof i1.AXDecoratorPrefixComponent, typeof i2.AXDecoratorSuffixComponent, typeof i3.AXDecoratorContentComponent, typeof i4.AXDecoratorHeaderComponent, typeof i5.AXDecoratorAddOnComponent], [typeof i6.CommonModule], [typeof i1.AXDecoratorPrefixComponent, typeof i2.AXDecoratorSuffixComponent, typeof i3.AXDecoratorContentComponent, typeof i4.AXDecoratorHeaderComponent, typeof i5.AXDecoratorAddOnComponent]>;
11
- static ɵinj: i0.ɵɵInjectorDeclaration<AXEditorDecoratorModule>;
6
+ import * as i5 from "./footer.component";
7
+ import * as i6 from "./addon.component";
8
+ import * as i7 from "./icon.component";
9
+ import * as i8 from "./title.component";
10
+ import * as i9 from "./close-button.component";
11
+ import * as i10 from "@angular/common";
12
+ export declare class AXDecoratorModule {
13
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXDecoratorModule, never>;
14
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXDecoratorModule, [typeof i1.AXDecoratorPrefixComponent, typeof i2.AXDecoratorSuffixComponent, typeof i3.AXDecoratorContentComponent, typeof i4.AXDecoratorHeaderComponent, typeof i5.AXDecoratorFooterComponent, typeof i6.AXDecoratorAddOnComponent, typeof i7.AXDecoratorIconComponent, typeof i8.AXDecoratorTitleComponent, typeof i9.AXDecoratorCloseButtonComponent], [typeof i10.CommonModule], [typeof i1.AXDecoratorPrefixComponent, typeof i2.AXDecoratorSuffixComponent, typeof i3.AXDecoratorContentComponent, typeof i4.AXDecoratorHeaderComponent, typeof i5.AXDecoratorFooterComponent, typeof i6.AXDecoratorAddOnComponent, typeof i7.AXDecoratorIconComponent, typeof i8.AXDecoratorTitleComponent, typeof i9.AXDecoratorCloseButtonComponent]>;
15
+ static ɵinj: i0.ɵɵInjectorDeclaration<AXDecoratorModule>;
12
16
  }
@@ -0,0 +1,8 @@
1
+ import { ElementRef, ChangeDetectorRef } from '@angular/core';
2
+ import { AXBaseComponentMixin } from '../base';
3
+ import * as i0 from "@angular/core";
4
+ export declare class AXDecoratorFooterComponent extends AXBaseComponentMixin {
5
+ constructor(elementRef: ElementRef, cdr: ChangeDetectorRef);
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXDecoratorFooterComponent, never>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXDecoratorFooterComponent, "ax-footer", never, {}, {}, never, ["ax-suffix,ax-prefix,ax-button,ax-title,ax-close-button,ng-container"]>;
8
+ }
@@ -4,5 +4,5 @@ import * as i0 from "@angular/core";
4
4
  export declare class AXDecoratorHeaderComponent extends AXBaseComponentMixin {
5
5
  constructor(elementRef: ElementRef, cdr: ChangeDetectorRef);
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<AXDecoratorHeaderComponent, never>;
7
- static ɵcmp: i0.ɵɵComponentDeclaration<AXDecoratorHeaderComponent, "ax-header", never, {}, {}, never, ["*"]>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXDecoratorHeaderComponent, "ax-header", never, {}, {}, never, ["ax-suffix,ax-prefix,ax-button,ax-icon,ax-title,ax-close-button,ng-container,ng-content"]>;
8
8
  }
@@ -0,0 +1,10 @@
1
+ import { ElementRef, ChangeDetectorRef } from '@angular/core';
2
+ import { AXSizableComponentMixin } from '../base';
3
+ import * as i0 from "@angular/core";
4
+ export declare class AXDecoratorIconComponent extends AXSizableComponentMixin {
5
+ icon: string;
6
+ private get __iconClass();
7
+ constructor(elementRef: ElementRef, cdr: ChangeDetectorRef);
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXDecoratorIconComponent, never>;
9
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXDecoratorIconComponent, "ax-icon", never, { "icon": "icon"; }, {}, never, ["i,svg,img"]>;
10
+ }
@@ -3,5 +3,9 @@ export * from './addon.component';
3
3
  export * from './header.component';
4
4
  export * from './decorators.module';
5
5
  export * from './header.component';
6
+ export * from './footer.component';
6
7
  export * from './prefix.component';
7
8
  export * from './suffix.component';
9
+ export * from './icon.component';
10
+ export * from './title.component';
11
+ export * from './close-button.component';
@@ -4,5 +4,5 @@ import * as i0 from "@angular/core";
4
4
  export declare class AXDecoratorPrefixComponent extends AXBaseComponentMixin {
5
5
  constructor(elementRef: ElementRef, cdr: ChangeDetectorRef);
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<AXDecoratorPrefixComponent, never>;
7
- static ɵcmp: i0.ɵɵComponentDeclaration<AXDecoratorPrefixComponent, "ax-prefix", never, {}, {}, never, ["ax-button,ax-loading,ax-icon,ax-content,ax-badge,ax-addon"]>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXDecoratorPrefixComponent, "ax-prefix", never, {}, {}, never, ["ax-button,ax-loading,ax-icon,ax-content,ax-badge,ax-addon,ax-title,ng-container"]>;
8
8
  }
@@ -4,5 +4,5 @@ import * as i0 from "@angular/core";
4
4
  export declare class AXDecoratorSuffixComponent extends AXBaseComponentMixin {
5
5
  constructor(elementRef: ElementRef, cdr: ChangeDetectorRef);
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<AXDecoratorSuffixComponent, never>;
7
- static ɵcmp: i0.ɵɵComponentDeclaration<AXDecoratorSuffixComponent, "ax-suffix", never, {}, {}, never, ["ax-button,ax-loading,ax-icon,ax-content,ax-badge,ax-addon"]>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXDecoratorSuffixComponent, "ax-suffix", never, {}, {}, never, ["ax-button,ax-loading,ax-icon,ax-content,ax-badge,ax-addon,ax-title,ax-alert-button,ng-container"]>;
8
8
  }
@@ -0,0 +1,9 @@
1
+ import { ElementRef, ChangeDetectorRef } from '@angular/core';
2
+ import { AXBaseComponentMixin } from '../base';
3
+ import * as i0 from "@angular/core";
4
+ export declare class AXDecoratorTitleComponent extends AXBaseComponentMixin {
5
+ constructor(_elementRef: ElementRef, _cdr: ChangeDetectorRef);
6
+ text: string;
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXDecoratorTitleComponent, never>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXDecoratorTitleComponent, "ax-title", never, { "text": "text"; }, {}, never, ["*"]>;
9
+ }
@@ -8,6 +8,6 @@ import * as i6 from "../page/page.module";
8
8
  import * as i7 from "../decorators/decorators.module";
9
9
  export declare class AXDialogModule {
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<AXDialogModule, never>;
11
- static ɵmod: i0.ɵɵNgModuleDeclaration<AXDialogModule, [typeof i1.AXDialogComponent], [typeof i2.CommonModule, typeof i3.DragDropModule, typeof i4.A11yModule, typeof i5.AXButtonModule, typeof i6.AXPageModule, typeof i7.AXEditorDecoratorModule], [typeof i1.AXDialogComponent]>;
11
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXDialogModule, [typeof i1.AXDialogComponent], [typeof i2.CommonModule, typeof i3.DragDropModule, typeof i4.A11yModule, typeof i5.AXButtonModule, typeof i6.AXPageModule, typeof i7.AXDecoratorModule], [typeof i1.AXDialogComponent]>;
12
12
  static ɵinj: i0.ɵɵInjectorDeclaration<AXDialogModule>;
13
13
  }