@acorex/components 5.0.4 → 5.0.8

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 (336) hide show
  1. package/README.md +24 -24
  2. package/acorex-components.d.ts +5 -5
  3. package/bundles/acorex-components.umd.js +7172 -6743
  4. package/bundles/acorex-components.umd.js.map +1 -1
  5. package/esm2015/acorex-components.js +4 -4
  6. package/esm2015/lib/alert/alert-button.component.js +52 -52
  7. package/esm2015/lib/alert/alert-contnet.component.js +21 -21
  8. package/esm2015/lib/alert/alert-footer.component.js +27 -27
  9. package/esm2015/lib/alert/alert-suffix.component.js +27 -27
  10. package/esm2015/lib/alert/alert-title.component.js +23 -23
  11. package/esm2015/lib/alert/alert.component.js +130 -131
  12. package/esm2015/lib/alert/alert.module.js +43 -43
  13. package/esm2015/lib/alert/index.js +8 -8
  14. package/esm2015/lib/avatar/avatar.component.js +55 -55
  15. package/esm2015/lib/avatar/avatar.module.js +21 -21
  16. package/esm2015/lib/avatar/index.js +3 -3
  17. package/esm2015/lib/badge/badge.component.js +34 -0
  18. package/esm2015/lib/badge/badge.module.js +21 -0
  19. package/esm2015/lib/badge/index.js +3 -0
  20. package/esm2015/lib/base/common.module.js +18 -18
  21. package/esm2015/lib/base/custom-cdk-overlay.service.js +47 -47
  22. package/esm2015/lib/base/drawing.class.js +11 -11
  23. package/esm2015/lib/base/events.class.js +53 -53
  24. package/esm2015/lib/base/index.js +7 -7
  25. package/esm2015/lib/base/mixin/base-components.class.js +83 -83
  26. package/esm2015/lib/base/mixin/button-mixin.class.js +129 -129
  27. package/esm2015/lib/base/mixin/clickable-mixin.class.js +24 -24
  28. package/esm2015/lib/base/mixin/constratctor.js +2 -2
  29. package/esm2015/lib/base/mixin/datalist-component.class.js +97 -97
  30. package/esm2015/lib/base/mixin/dropdown-mixin.class.js +36 -36
  31. package/esm2015/lib/base/mixin/index.js +3 -3
  32. package/esm2015/lib/base/mixin/interactive-mixin.class.js +77 -72
  33. package/esm2015/lib/base/mixin/loading-mixin.class.js +18 -18
  34. package/esm2015/lib/base/mixin/mixin.class.js +22 -23
  35. package/esm2015/lib/base/mixin/selection-component.class.js +158 -158
  36. package/esm2015/lib/base/mixin/sizable-mixin.class.js +18 -18
  37. package/esm2015/lib/base/mixin/textbox-mixin.class.js +38 -38
  38. package/esm2015/lib/base/mixin/value-mixin.class.js +190 -190
  39. package/esm2015/lib/base/overlay.service.js +91 -91
  40. package/esm2015/lib/base/responsive.directive.js +34 -34
  41. package/esm2015/lib/base/styles.class.js +4 -4
  42. package/esm2015/lib/button/button-group.component.js +131 -131
  43. package/esm2015/lib/button/button-item.class.js +2 -2
  44. package/esm2015/lib/button/button-item.component.js +81 -81
  45. package/esm2015/lib/button/button.component.js +73 -51
  46. package/esm2015/lib/button/button.module.js +33 -37
  47. package/esm2015/lib/button/index.js +6 -7
  48. package/esm2015/lib/calendar/calendar.component.js +287 -59
  49. package/esm2015/lib/calendar/calendar.module.js +25 -24
  50. package/esm2015/lib/calendar/index.js +3 -3
  51. package/esm2015/lib/carousel/carousel-arrows.component.js +53 -53
  52. package/esm2015/lib/carousel/carousel-item.component.js +21 -21
  53. package/esm2015/lib/carousel/carousel-pager.component.js +74 -74
  54. package/esm2015/lib/carousel/carousel-splidejs.class.js +82 -82
  55. package/esm2015/lib/carousel/carousel.class.js +10 -10
  56. package/esm2015/lib/carousel/carousel.component.js +246 -246
  57. package/esm2015/lib/carousel/carousel.module.js +24 -24
  58. package/esm2015/lib/carousel/index.js +7 -7
  59. package/esm2015/lib/checkbox/checkbox.component.js +40 -40
  60. package/esm2015/lib/checkbox/checkbox.module.js +20 -20
  61. package/esm2015/lib/checkbox/index.js +3 -3
  62. package/esm2015/lib/datalist/datalist.component.js +81 -81
  63. package/esm2015/lib/datalist/datalist.module.js +22 -22
  64. package/esm2015/lib/datalist/index.js +3 -3
  65. package/esm2015/lib/datepicker/datepicker.component.js +80 -64
  66. package/esm2015/lib/datepicker/datepicker.module.js +23 -23
  67. package/esm2015/lib/datepicker/index.js +3 -3
  68. package/esm2015/lib/decorators/decorators.module.js +22 -22
  69. package/esm2015/lib/decorators/index.js +4 -4
  70. package/esm2015/lib/decorators/prefix.component.js +27 -27
  71. package/esm2015/lib/decorators/suffix.component.js +27 -35
  72. package/esm2015/lib/dialog/dialog.class.js +2 -2
  73. package/esm2015/lib/dialog/dialog.component.js +45 -45
  74. package/esm2015/lib/dialog/dialog.module.js +26 -26
  75. package/esm2015/lib/dialog/dialog.service.js +146 -127
  76. package/esm2015/lib/dialog/index.js +5 -5
  77. package/esm2015/lib/drawer/drawer-container.component.js +73 -73
  78. package/esm2015/lib/drawer/drawer-content.component.js +27 -27
  79. package/esm2015/lib/drawer/drawer.component.js +145 -145
  80. package/esm2015/lib/drawer/drawer.module.js +23 -23
  81. package/esm2015/lib/drawer/index.js +5 -5
  82. package/esm2015/lib/dropdown/dropdown-base.class.js +98 -0
  83. package/esm2015/lib/dropdown/dropdown-panel.component.js +84 -194
  84. package/esm2015/lib/dropdown/dropdown.component.js +32 -139
  85. package/esm2015/lib/dropdown/dropdown.module.js +25 -24
  86. package/esm2015/lib/dropdown/index.js +4 -4
  87. package/esm2015/lib/form/form-field.component.js +20 -20
  88. package/esm2015/lib/form/form-field.module.js +21 -21
  89. package/esm2015/lib/form/form-hint.component.js +20 -20
  90. package/esm2015/lib/form/form.component.js +51 -51
  91. package/esm2015/lib/form/index.js +5 -5
  92. package/esm2015/lib/icon/icon.component.js +28 -28
  93. package/esm2015/lib/icon/icon.module.js +21 -21
  94. package/esm2015/lib/icon/index.js +3 -3
  95. package/esm2015/lib/input-mask/index.js +3 -3
  96. package/esm2015/lib/input-mask/input-mask.component.js +42 -42
  97. package/esm2015/lib/input-mask/input-mask.module.js +23 -23
  98. package/esm2015/lib/label/index.js +3 -3
  99. package/esm2015/lib/label/label.component.js +20 -20
  100. package/esm2015/lib/label/label.module.js +21 -21
  101. package/esm2015/lib/loading/index.js +6 -6
  102. package/esm2015/lib/loading/loading-spinner.component.js +32 -32
  103. package/esm2015/lib/loading/loading.component.js +54 -54
  104. package/esm2015/lib/loading/loading.directive.js +67 -67
  105. package/esm2015/lib/loading/loading.module.js +35 -35
  106. package/esm2015/lib/loading/loading.service.js +155 -155
  107. package/esm2015/lib/number-box/index.js +3 -3
  108. package/esm2015/lib/number-box/number-box.component.js +289 -289
  109. package/esm2015/lib/number-box/number-box.module.js +32 -32
  110. package/esm2015/lib/page/base-page.class.js +66 -66
  111. package/esm2015/lib/page/index.js +5 -5
  112. package/esm2015/lib/page/page-footer.component.js +32 -32
  113. package/esm2015/lib/page/page.component.js +33 -33
  114. package/esm2015/lib/page/page.module.js +18 -18
  115. package/esm2015/lib/password-box/index.js +3 -0
  116. package/esm2015/lib/password-box/password-box.component.js +74 -0
  117. package/esm2015/lib/password-box/password-box.module.js +35 -0
  118. package/esm2015/lib/popover/index.js +3 -3
  119. package/esm2015/lib/popover/popover.component.js +220 -119
  120. package/esm2015/lib/popover/popover.module.js +19 -19
  121. package/esm2015/lib/popup/index.js +4 -4
  122. package/esm2015/lib/popup/popup.component.js +97 -97
  123. package/esm2015/lib/popup/popup.module.js +26 -26
  124. package/esm2015/lib/popup/popup.service.js +94 -94
  125. package/esm2015/lib/range-slider/index.js +3 -3
  126. package/esm2015/lib/range-slider/range-slider.component.js +22 -22
  127. package/esm2015/lib/range-slider/range-slider.module.js +21 -21
  128. package/esm2015/lib/selectbox/index.js +3 -3
  129. package/esm2015/lib/selectbox/selectbox.component.js +201 -193
  130. package/esm2015/lib/selectbox/selectbox.module.js +25 -21
  131. package/esm2015/lib/selection-list/index.js +3 -3
  132. package/esm2015/lib/selection-list/selection-list.component.js +47 -46
  133. package/esm2015/lib/selection-list/selection-list.module.js +21 -21
  134. package/esm2015/lib/side-menu/index.js +3 -3
  135. package/esm2015/lib/side-menu/side-menu.component.js +21 -21
  136. package/esm2015/lib/side-menu/side-menu.module.js +21 -21
  137. package/esm2015/lib/switch/index.js +3 -3
  138. package/esm2015/lib/switch/switch.component.js +30 -30
  139. package/esm2015/lib/switch/switch.module.js +21 -21
  140. package/esm2015/lib/tabs/index.js +8 -6
  141. package/esm2015/lib/tabs/tab-content.directive.js +27 -0
  142. package/esm2015/lib/tabs/tab-item.component.js +76 -0
  143. package/esm2015/lib/tabs/tab-strip.component.js +69 -61
  144. package/esm2015/lib/tabs/tab-view.component.js +45 -46
  145. package/esm2015/lib/tabs/tab.component.js +58 -59
  146. package/esm2015/lib/tabs/tabs.class.js +4 -4
  147. package/esm2015/lib/tabs/tabs.component.js +74 -0
  148. package/esm2015/lib/tabs/tabs.module.js +25 -23
  149. package/esm2015/lib/textbox/index.js +3 -3
  150. package/esm2015/lib/textbox/textbox.component.js +62 -62
  151. package/esm2015/lib/textbox/textbox.module.js +43 -43
  152. package/esm2015/lib/time-box/index.js +3 -3
  153. package/esm2015/lib/time-box/time-box.component.js +134 -134
  154. package/esm2015/lib/time-box/time-box.module.js +32 -32
  155. package/esm2015/lib/toast/index.js +5 -5
  156. package/esm2015/lib/toast/toast.class.js +2 -2
  157. package/esm2015/lib/toast/toast.component.js +50 -50
  158. package/esm2015/lib/toast/toast.module.js +22 -22
  159. package/esm2015/lib/toast/toast.service.js +114 -114
  160. package/esm2015/lib/tooltip/index.js +4 -4
  161. package/esm2015/lib/tooltip/tooltip.component.js +45 -45
  162. package/esm2015/lib/tooltip/tooltip.directive.js +86 -86
  163. package/esm2015/lib/tooltip/tooltip.module.js +23 -23
  164. package/esm2015/lib/validation/index.js +3 -3
  165. package/esm2015/lib/validation/validation-rule.widget.js +113 -113
  166. package/esm2015/lib/validation/validation.class.js +2 -2
  167. package/esm2015/lib/validation/validation.module.js +32 -32
  168. package/esm2015/public-api.js +41 -39
  169. package/fesm2015/acorex-components.js +6215 -5830
  170. package/fesm2015/acorex-components.js.map +1 -1
  171. package/lib/alert/alert-button.component.d.ts +13 -13
  172. package/lib/alert/alert-contnet.component.d.ts +5 -5
  173. package/lib/alert/alert-footer.component.d.ts +5 -5
  174. package/lib/alert/alert-suffix.component.d.ts +5 -5
  175. package/lib/alert/alert-title.component.d.ts +5 -5
  176. package/lib/alert/alert.component.d.ts +46 -46
  177. package/lib/alert/alert.module.d.ts +13 -13
  178. package/lib/alert/index.d.ts +7 -7
  179. package/lib/avatar/avatar.component.d.ts +20 -20
  180. package/lib/avatar/avatar.module.d.ts +8 -8
  181. package/lib/avatar/index.d.ts +2 -2
  182. package/lib/badge/badge.component.d.ts +11 -0
  183. package/lib/badge/badge.module.d.ts +8 -0
  184. package/lib/badge/index.d.ts +2 -0
  185. package/lib/base/common.module.d.ts +7 -7
  186. package/lib/base/custom-cdk-overlay.service.d.ts +19 -19
  187. package/lib/base/drawing.class.d.ts +9 -9
  188. package/lib/base/events.class.d.ts +72 -72
  189. package/lib/base/index.d.ts +6 -6
  190. package/lib/base/mixin/base-components.class.d.ts +84 -84
  191. package/lib/base/mixin/button-mixin.class.d.ts +81 -79
  192. package/lib/base/mixin/clickable-mixin.class.d.ts +42 -42
  193. package/lib/base/mixin/constratctor.d.ts +4 -4
  194. package/lib/base/mixin/datalist-component.class.d.ts +54 -54
  195. package/lib/base/mixin/dropdown-mixin.class.d.ts +47 -47
  196. package/lib/base/mixin/index.d.ts +2 -2
  197. package/lib/base/mixin/interactive-mixin.class.d.ts +62 -60
  198. package/lib/base/mixin/loading-mixin.class.d.ts +46 -46
  199. package/lib/base/mixin/mixin.class.d.ts +591 -814
  200. package/lib/base/mixin/selection-component.class.d.ts +55 -55
  201. package/lib/base/mixin/sizable-mixin.class.d.ts +40 -40
  202. package/lib/base/mixin/textbox-mixin.class.d.ts +58 -59
  203. package/lib/base/mixin/value-mixin.class.d.ts +70 -68
  204. package/lib/base/overlay.service.d.ts +31 -31
  205. package/lib/base/responsive.directive.d.ts +10 -10
  206. package/lib/base/styles.class.d.ts +17 -17
  207. package/lib/button/button-group.component.d.ts +36 -36
  208. package/lib/button/button-item.class.d.ts +22 -22
  209. package/lib/button/button-item.component.d.ts +92 -92
  210. package/lib/button/button.component.d.ts +21 -18
  211. package/lib/button/button.module.d.ts +12 -13
  212. package/lib/button/index.d.ts +5 -6
  213. package/lib/calendar/calendar.component.d.ts +56 -16
  214. package/lib/calendar/calendar.module.d.ts +12 -11
  215. package/lib/calendar/index.d.ts +2 -2
  216. package/lib/carousel/carousel-arrows.component.d.ts +14 -14
  217. package/lib/carousel/carousel-item.component.d.ts +8 -8
  218. package/lib/carousel/carousel-pager.component.d.ts +22 -22
  219. package/lib/carousel/carousel-splidejs.class.d.ts +18 -18
  220. package/lib/carousel/carousel.class.d.ts +48 -48
  221. package/lib/carousel/carousel.component.d.ts +62 -62
  222. package/lib/carousel/carousel.module.d.ts +11 -11
  223. package/lib/carousel/index.d.ts +6 -6
  224. package/lib/checkbox/checkbox.component.d.ts +12 -12
  225. package/lib/checkbox/checkbox.module.d.ts +9 -9
  226. package/lib/checkbox/index.d.ts +2 -2
  227. package/lib/datalist/datalist.component.d.ts +25 -25
  228. package/lib/datalist/datalist.module.d.ts +9 -9
  229. package/lib/datalist/index.d.ts +2 -2
  230. package/lib/datepicker/datepicker.component.d.ts +18 -18
  231. package/lib/datepicker/datepicker.module.d.ts +10 -10
  232. package/lib/datepicker/index.d.ts +2 -2
  233. package/lib/decorators/decorators.module.d.ts +9 -9
  234. package/lib/decorators/index.d.ts +3 -3
  235. package/lib/decorators/prefix.component.d.ts +8 -8
  236. package/lib/decorators/suffix.component.d.ts +8 -8
  237. package/lib/dialog/dialog.class.d.ts +12 -12
  238. package/lib/dialog/dialog.component.d.ts +15 -15
  239. package/lib/dialog/dialog.module.d.ts +13 -13
  240. package/lib/dialog/dialog.service.d.ts +36 -18
  241. package/lib/dialog/index.d.ts +4 -4
  242. package/lib/drawer/drawer-container.component.d.ts +13 -13
  243. package/lib/drawer/drawer-content.component.d.ts +8 -8
  244. package/lib/drawer/drawer.component.d.ts +30 -30
  245. package/lib/drawer/drawer.module.d.ts +10 -10
  246. package/lib/drawer/index.d.ts +4 -4
  247. package/lib/dropdown/dropdown-base.class.d.ts +92 -0
  248. package/lib/dropdown/dropdown-panel.component.d.ts +28 -117
  249. package/lib/dropdown/dropdown.component.d.ts +13 -31
  250. package/lib/dropdown/dropdown.module.d.ts +14 -13
  251. package/lib/dropdown/index.d.ts +3 -3
  252. package/lib/form/form-field.component.d.ts +8 -8
  253. package/lib/form/form-field.module.d.ts +10 -10
  254. package/lib/form/form-hint.component.d.ts +8 -8
  255. package/lib/form/form.component.d.ts +13 -13
  256. package/lib/form/index.d.ts +4 -4
  257. package/lib/icon/icon.component.d.ts +10 -10
  258. package/lib/icon/icon.module.d.ts +8 -8
  259. package/lib/icon/index.d.ts +2 -2
  260. package/lib/input-mask/index.d.ts +2 -2
  261. package/lib/input-mask/input-mask.component.d.ts +14 -14
  262. package/lib/input-mask/input-mask.module.d.ts +9 -9
  263. package/lib/label/index.d.ts +2 -2
  264. package/lib/label/label.component.d.ts +8 -8
  265. package/lib/label/label.module.d.ts +8 -8
  266. package/lib/loading/index.d.ts +5 -5
  267. package/lib/loading/loading-spinner.component.d.ts +5 -5
  268. package/lib/loading/loading.component.d.ts +19 -19
  269. package/lib/loading/loading.directive.d.ts +22 -22
  270. package/lib/loading/loading.module.d.ts +13 -13
  271. package/lib/loading/loading.service.d.ts +48 -48
  272. package/lib/number-box/index.d.ts +2 -2
  273. package/lib/number-box/number-box.component.d.ts +69 -69
  274. package/lib/number-box/number-box.module.d.ts +11 -11
  275. package/lib/page/base-page.class.d.ts +37 -37
  276. package/lib/page/index.d.ts +4 -4
  277. package/lib/page/page-footer.component.d.ts +7 -7
  278. package/lib/page/page.component.d.ts +13 -13
  279. package/lib/page/page.module.d.ts +7 -7
  280. package/lib/password-box/index.d.ts +2 -0
  281. package/lib/password-box/password-box.component.d.ts +24 -0
  282. package/lib/password-box/password-box.module.d.ts +12 -0
  283. package/lib/popover/index.d.ts +2 -2
  284. package/lib/popover/popover.component.d.ts +44 -30
  285. package/lib/popover/popover.module.d.ts +8 -8
  286. package/lib/popup/index.d.ts +3 -3
  287. package/lib/popup/popup.component.d.ts +33 -33
  288. package/lib/popup/popup.module.d.ts +12 -12
  289. package/lib/popup/popup.service.d.ts +37 -37
  290. package/lib/range-slider/index.d.ts +2 -2
  291. package/lib/range-slider/range-slider.component.d.ts +8 -8
  292. package/lib/range-slider/range-slider.module.d.ts +8 -8
  293. package/lib/selectbox/index.d.ts +2 -2
  294. package/lib/selectbox/selectbox.component.d.ts +29 -28
  295. package/lib/selectbox/selectbox.module.d.ts +14 -10
  296. package/lib/selection-list/index.d.ts +2 -2
  297. package/lib/selection-list/selection-list.component.d.ts +10 -10
  298. package/lib/selection-list/selection-list.module.d.ts +10 -10
  299. package/lib/side-menu/index.d.ts +2 -2
  300. package/lib/side-menu/side-menu.component.d.ts +8 -8
  301. package/lib/side-menu/side-menu.module.d.ts +8 -8
  302. package/lib/switch/index.d.ts +2 -2
  303. package/lib/switch/switch.component.d.ts +9 -9
  304. package/lib/switch/switch.module.d.ts +9 -9
  305. package/lib/tabs/index.d.ts +7 -5
  306. package/lib/tabs/tab-content.directive.d.ts +11 -0
  307. package/lib/tabs/tab-item.component.d.ts +16 -0
  308. package/lib/tabs/tab-strip.component.d.ts +19 -17
  309. package/lib/tabs/tab-view.component.d.ts +14 -14
  310. package/lib/tabs/tab.component.d.ts +18 -18
  311. package/lib/tabs/tabs.class.d.ts +18 -18
  312. package/lib/tabs/tabs.component.d.ts +19 -0
  313. package/lib/tabs/tabs.module.d.ts +12 -10
  314. package/lib/textbox/index.d.ts +2 -2
  315. package/lib/textbox/textbox.component.d.ts +19 -19
  316. package/lib/textbox/textbox.module.d.ts +13 -13
  317. package/lib/time-box/index.d.ts +2 -2
  318. package/lib/time-box/time-box.component.d.ts +29 -29
  319. package/lib/time-box/time-box.module.d.ts +11 -11
  320. package/lib/toast/index.d.ts +4 -4
  321. package/lib/toast/toast.class.d.ts +14 -14
  322. package/lib/toast/toast.component.d.ts +16 -16
  323. package/lib/toast/toast.module.d.ts +9 -9
  324. package/lib/toast/toast.service.d.ts +18 -18
  325. package/lib/tooltip/index.d.ts +3 -3
  326. package/lib/tooltip/tooltip.component.d.ts +10 -10
  327. package/lib/tooltip/tooltip.directive.d.ts +18 -18
  328. package/lib/tooltip/tooltip.module.d.ts +10 -10
  329. package/lib/validation/index.d.ts +2 -2
  330. package/lib/validation/validation-rule.widget.d.ts +25 -25
  331. package/lib/validation/validation.class.d.ts +17 -17
  332. package/lib/validation/validation.module.d.ts +9 -9
  333. package/package.json +18 -18
  334. package/public-api.d.ts +39 -37
  335. package/esm2015/lib/button/dropdown-button.component.js +0 -200
  336. package/lib/button/dropdown-button.component.d.ts +0 -234
@@ -1,814 +1,591 @@
1
- import { AXBaseComponent } from './base-components.class';
2
- export declare const AXBaseComponentMixin: {
3
- new (...args: any[]): {
4
- id: string;
5
- rtl: boolean;
6
- cssClass: string;
7
- cssStyle: string;
8
- "__#1@#elementRef": import("@angular/core").ElementRef<any>;
9
- _cdr: import("@angular/core").ChangeDetectorRef;
10
- _isInited: boolean;
11
- _isRendered: boolean;
12
- ngOnInit(): void;
13
- ngAfterViewInit(): void;
14
- ngOnDestroy(): void;
15
- _getHostElement<T = HTMLElement>(): T;
16
- _getInnerElement<T_1 = HTMLElement>(): T_1;
17
- _onInternalInit(): void;
18
- _onInternalViewInit(): void;
19
- _onInternalDestroy(): void;
20
- onInit(): void;
21
- onViewInit(): void;
22
- onDestroy(): void;
23
- onOptionChanging(option: {
24
- name: string;
25
- value?: any;
26
- }): any;
27
- onOptionChanged(option: {
28
- name: string;
29
- oldValue?: any;
30
- newValue?: any;
31
- }): void;
32
- };
33
- } & typeof AXBaseComponent;
34
- export declare const AXSizableComponentMixin: {
35
- new (...args: any[]): {
36
- size: import("./base-components.class").AXElementSize;
37
- _onInternalInit(): void;
38
- id: string;
39
- rtl: boolean;
40
- cssClass: string;
41
- cssStyle: string;
42
- "__#1@#elementRef": import("@angular/core").ElementRef<any>;
43
- _cdr: import("@angular/core").ChangeDetectorRef;
44
- _isInited: boolean;
45
- _isRendered: boolean;
46
- ngOnInit(): void;
47
- ngAfterViewInit(): void;
48
- ngOnDestroy(): void;
49
- _getHostElement<T = HTMLElement>(): T;
50
- _getInnerElement<T_1 = HTMLElement>(): T_1;
51
- _onInternalViewInit(): void;
52
- _onInternalDestroy(): void;
53
- onInit(): void;
54
- onViewInit(): void;
55
- onDestroy(): void;
56
- onOptionChanging(option: {
57
- name: string;
58
- value?: any;
59
- }): any;
60
- onOptionChanged(option: {
61
- name: string;
62
- oldValue?: any;
63
- newValue?: any;
64
- }): void;
65
- };
66
- } & {
67
- new (...args: any[]): {
68
- id: string;
69
- rtl: boolean;
70
- cssClass: string;
71
- cssStyle: string;
72
- "__#1@#elementRef": import("@angular/core").ElementRef<any>;
73
- _cdr: import("@angular/core").ChangeDetectorRef;
74
- _isInited: boolean;
75
- _isRendered: boolean;
76
- ngOnInit(): void;
77
- ngAfterViewInit(): void;
78
- ngOnDestroy(): void;
79
- _getHostElement<T = HTMLElement>(): T;
80
- _getInnerElement<T_1 = HTMLElement>(): T_1;
81
- _onInternalInit(): void;
82
- _onInternalViewInit(): void;
83
- _onInternalDestroy(): void;
84
- onInit(): void;
85
- onViewInit(): void;
86
- onDestroy(): void;
87
- onOptionChanging(option: {
88
- name: string;
89
- value?: any;
90
- }): any;
91
- onOptionChanged(option: {
92
- name: string;
93
- oldValue?: any;
94
- newValue?: any;
95
- }): void;
96
- };
97
- } & typeof AXBaseComponent;
98
- export declare const AXInteractiveComponenetMixin: {
99
- new (...args: any[]): {
100
- size: import("./base-components.class").AXElementSize;
101
- _onInternalInit(): void;
102
- id: string;
103
- rtl: boolean;
104
- cssClass: string;
105
- cssStyle: string;
106
- "__#1@#elementRef": import("@angular/core").ElementRef<any>;
107
- _cdr: import("@angular/core").ChangeDetectorRef;
108
- _isInited: boolean;
109
- _isRendered: boolean;
110
- ngOnInit(): void;
111
- ngAfterViewInit(): void;
112
- ngOnDestroy(): void;
113
- _getHostElement<T = HTMLElement>(): T;
114
- _getInnerElement<T_1 = HTMLElement>(): T_1;
115
- _onInternalViewInit(): void;
116
- _onInternalDestroy(): void;
117
- onInit(): void;
118
- onViewInit(): void;
119
- onDestroy(): void;
120
- onOptionChanging(option: {
121
- name: string;
122
- value?: any;
123
- }): any;
124
- onOptionChanged(option: {
125
- name: string;
126
- oldValue?: any;
127
- newValue?: any;
128
- }): void;
129
- };
130
- } & (abstract new (...args: any[]) => {
131
- "__#5@#disabled": boolean;
132
- disabled: boolean;
133
- "__#5@#tabIndex": number;
134
- tabIndex: number;
135
- onFocus: import("@angular/core").EventEmitter<import("@acorex/components").AXFocusEvent>;
136
- _emitOnFocusEvent(e: FocusEvent): void;
137
- onBlur: import("@angular/core").EventEmitter<import("@acorex/components").AXFocusEvent>;
138
- _emitOnBlurEvent(e: FocusEvent): void;
139
- focus(): void;
140
- id: string;
141
- rtl: boolean;
142
- cssClass: string;
143
- cssStyle: string;
144
- "__#1@#elementRef": import("@angular/core").ElementRef<any>;
145
- _cdr: import("@angular/core").ChangeDetectorRef;
146
- _isInited: boolean;
147
- _isRendered: boolean;
148
- ngOnInit(): void;
149
- ngAfterViewInit(): void;
150
- ngOnDestroy(): void;
151
- _getHostElement<T = HTMLElement>(): T;
152
- _getInnerElement<T_1 = HTMLElement>(): T_1;
153
- _onInternalInit(): void;
154
- _onInternalViewInit(): void;
155
- _onInternalDestroy(): void;
156
- onInit(): void;
157
- onViewInit(): void;
158
- onDestroy(): void;
159
- onOptionChanging(option: {
160
- name: string;
161
- value?: any;
162
- }): any;
163
- onOptionChanged(option: {
164
- name: string;
165
- oldValue?: any;
166
- newValue?: any;
167
- }): void;
168
- }) & typeof AXBaseComponent;
169
- export declare const AXBaseClickableMixin: {
170
- new (...args: any[]): {
171
- size: import("./base-components.class").AXElementSize;
172
- _onInternalInit(): void;
173
- id: string;
174
- rtl: boolean;
175
- cssClass: string;
176
- cssStyle: string;
177
- "__#1@#elementRef": import("@angular/core").ElementRef<any>;
178
- _cdr: import("@angular/core").ChangeDetectorRef;
179
- _isInited: boolean;
180
- _isRendered: boolean;
181
- ngOnInit(): void;
182
- ngAfterViewInit(): void;
183
- ngOnDestroy(): void;
184
- _getHostElement<T = HTMLElement>(): T;
185
- _getInnerElement<T_1 = HTMLElement>(): T_1;
186
- _onInternalViewInit(): void;
187
- _onInternalDestroy(): void;
188
- onInit(): void;
189
- onViewInit(): void;
190
- onDestroy(): void;
191
- onOptionChanging(option: {
192
- name: string;
193
- value?: any;
194
- }): any;
195
- onOptionChanged(option: {
196
- name: string;
197
- oldValue?: any;
198
- newValue?: any;
199
- }): void;
200
- };
201
- } & (abstract new (...args: any[]) => {
202
- "__#5@#disabled": boolean;
203
- disabled: boolean;
204
- "__#5@#tabIndex": number;
205
- tabIndex: number;
206
- onFocus: import("@angular/core").EventEmitter<import("@acorex/components").AXFocusEvent>;
207
- _emitOnFocusEvent(e: FocusEvent): void;
208
- onBlur: import("@angular/core").EventEmitter<import("@acorex/components").AXFocusEvent>;
209
- _emitOnBlurEvent(e: FocusEvent): void;
210
- focus(): void;
211
- id: string;
212
- rtl: boolean;
213
- cssClass: string;
214
- cssStyle: string;
215
- "__#1@#elementRef": import("@angular/core").ElementRef<any>;
216
- _cdr: import("@angular/core").ChangeDetectorRef;
217
- _isInited: boolean;
218
- _isRendered: boolean;
219
- ngOnInit(): void;
220
- ngAfterViewInit(): void;
221
- ngOnDestroy(): void;
222
- _getHostElement<T = HTMLElement>(): T;
223
- _getInnerElement<T_1 = HTMLElement>(): T_1;
224
- _onInternalInit(): void;
225
- _onInternalViewInit(): void;
226
- _onInternalDestroy(): void;
227
- onInit(): void;
228
- onViewInit(): void;
229
- onDestroy(): void;
230
- onOptionChanging(option: {
231
- name: string;
232
- value?: any;
233
- }): any;
234
- onOptionChanged(option: {
235
- name: string;
236
- oldValue?: any;
237
- newValue?: any;
238
- }): void;
239
- }) & {
240
- new (...args: any[]): {
241
- onClick: import("@angular/core").EventEmitter<import("@acorex/components").AXClickEvent>;
242
- _emitOnClickEvent(e: MouseEvent): void;
243
- id: string;
244
- rtl: boolean;
245
- cssClass: string;
246
- cssStyle: string;
247
- "__#1@#elementRef": import("@angular/core").ElementRef<any>;
248
- _cdr: import("@angular/core").ChangeDetectorRef;
249
- _isInited: boolean;
250
- _isRendered: boolean;
251
- ngOnInit(): void;
252
- ngAfterViewInit(): void;
253
- ngOnDestroy(): void;
254
- _getHostElement<T = HTMLElement>(): T;
255
- _getInnerElement<T_1 = HTMLElement>(): T_1;
256
- _onInternalInit(): void;
257
- _onInternalViewInit(): void;
258
- _onInternalDestroy(): void;
259
- onInit(): void;
260
- onViewInit(): void;
261
- onDestroy(): void;
262
- onOptionChanging(option: {
263
- name: string;
264
- value?: any;
265
- }): any;
266
- onOptionChanged(option: {
267
- name: string;
268
- oldValue?: any;
269
- newValue?: any;
270
- }): void;
271
- };
272
- } & typeof AXBaseComponent;
273
- export declare const AXBaseButtonMixin: {
274
- new (...args: any[]): {
275
- size: import("./base-components.class").AXElementSize;
276
- _onInternalInit(): void;
277
- id: string;
278
- rtl: boolean;
279
- cssClass: string;
280
- cssStyle: string;
281
- "__#1@#elementRef": import("@angular/core").ElementRef<any>;
282
- _cdr: import("@angular/core").ChangeDetectorRef;
283
- _isInited: boolean;
284
- _isRendered: boolean;
285
- ngOnInit(): void;
286
- ngAfterViewInit(): void;
287
- ngOnDestroy(): void;
288
- _getHostElement<T = HTMLElement>(): T;
289
- _getInnerElement<T_1 = HTMLElement>(): T_1;
290
- _onInternalViewInit(): void;
291
- _onInternalDestroy(): void;
292
- onInit(): void;
293
- onViewInit(): void;
294
- onDestroy(): void;
295
- onOptionChanging(option: {
296
- name: string;
297
- value?: any;
298
- }): any;
299
- onOptionChanged(option: {
300
- name: string;
301
- oldValue?: any;
302
- newValue?: any;
303
- }): void;
304
- };
305
- } & (abstract new (...args: any[]) => {
306
- "__#5@#disabled": boolean;
307
- disabled: boolean;
308
- "__#5@#tabIndex": number;
309
- tabIndex: number;
310
- onFocus: import("@angular/core").EventEmitter<import("@acorex/components").AXFocusEvent>;
311
- _emitOnFocusEvent(e: FocusEvent): void;
312
- onBlur: import("@angular/core").EventEmitter<import("@acorex/components").AXFocusEvent>;
313
- _emitOnBlurEvent(e: FocusEvent): void;
314
- focus(): void;
315
- id: string;
316
- rtl: boolean;
317
- cssClass: string;
318
- cssStyle: string;
319
- "__#1@#elementRef": import("@angular/core").ElementRef<any>;
320
- _cdr: import("@angular/core").ChangeDetectorRef;
321
- _isInited: boolean;
322
- _isRendered: boolean;
323
- ngOnInit(): void;
324
- ngAfterViewInit(): void;
325
- ngOnDestroy(): void;
326
- _getHostElement<T = HTMLElement>(): T;
327
- _getInnerElement<T_1 = HTMLElement>(): T_1;
328
- _onInternalInit(): void;
329
- _onInternalViewInit(): void;
330
- _onInternalDestroy(): void;
331
- onInit(): void;
332
- onViewInit(): void;
333
- onDestroy(): void;
334
- onOptionChanging(option: {
335
- name: string;
336
- value?: any;
337
- }): any;
338
- onOptionChanged(option: {
339
- name: string;
340
- oldValue?: any;
341
- newValue?: any;
342
- }): void;
343
- }) & {
344
- new (...args: any[]): {
345
- onClick: import("@angular/core").EventEmitter<import("@acorex/components").AXClickEvent>;
346
- _emitOnClickEvent(e: MouseEvent): void;
347
- id: string;
348
- rtl: boolean;
349
- cssClass: string;
350
- cssStyle: string;
351
- "__#1@#elementRef": import("@angular/core").ElementRef<any>;
352
- _cdr: import("@angular/core").ChangeDetectorRef;
353
- _isInited: boolean;
354
- _isRendered: boolean;
355
- ngOnInit(): void;
356
- ngAfterViewInit(): void;
357
- ngOnDestroy(): void;
358
- _getHostElement<T = HTMLElement>(): T;
359
- _getInnerElement<T_1 = HTMLElement>(): T_1;
360
- _onInternalInit(): void;
361
- _onInternalViewInit(): void;
362
- _onInternalDestroy(): void;
363
- onInit(): void;
364
- onViewInit(): void;
365
- onDestroy(): void;
366
- onOptionChanging(option: {
367
- name: string;
368
- value?: any;
369
- }): any;
370
- onOptionChanged(option: {
371
- name: string;
372
- oldValue?: any;
373
- newValue?: any;
374
- }): void;
375
- };
376
- } & {
377
- new (...args: any[]): {
378
- text: string;
379
- submitBehavior: boolean;
380
- cancelBehavior: boolean;
381
- colorChange: import("@angular/core").EventEmitter<import("@acorex/components").AXStyleColorType>;
382
- "__#2@#color": import("@acorex/components").AXStyleColorType;
383
- color: import("@acorex/components").AXStyleColorType;
384
- lookChange: import("@angular/core").EventEmitter<import("@acorex/components").AXStyleButtonLook>;
385
- "__#2@#look"?: import("@acorex/components").AXStyleButtonLook;
386
- look: import("@acorex/components").AXStyleButtonLook;
387
- toggleableChange: import("@angular/core").EventEmitter<boolean>;
388
- "__#2@#toggleable"?: boolean;
389
- toggleable: boolean;
390
- selectedChange: import("@angular/core").EventEmitter<boolean>;
391
- "__#2@#selected"?: boolean;
392
- selected: boolean;
393
- _onInternalViewInit(): void;
394
- _onInternalDestroy(): void;
395
- readonly _classes: {
396
- 'ax-button-icon': boolean;
397
- 'ax-state-disabled': any;
398
- 'ax-state-selected': boolean;
399
- };
400
- id: string;
401
- rtl: boolean;
402
- cssClass: string;
403
- cssStyle: string;
404
- "__#1@#elementRef": import("@angular/core").ElementRef<any>;
405
- _cdr: import("@angular/core").ChangeDetectorRef;
406
- _isInited: boolean;
407
- _isRendered: boolean;
408
- ngOnInit(): void;
409
- ngAfterViewInit(): void;
410
- ngOnDestroy(): void;
411
- _getHostElement<T = HTMLElement>(): T;
412
- _getInnerElement<T_1 = HTMLElement>(): T_1;
413
- _onInternalInit(): void;
414
- onInit(): void;
415
- onViewInit(): void;
416
- onDestroy(): void;
417
- onOptionChanging(option: {
418
- name: string;
419
- value?: any;
420
- }): any;
421
- onOptionChanged(option: {
422
- name: string;
423
- oldValue?: any;
424
- newValue?: any;
425
- }): void;
426
- };
427
- } & typeof AXBaseComponent;
428
- export declare const AXBaseValueComponentMixin: any;
429
- export declare const AXBaseTextBoxMixin: {
430
- new (...args: any[]): {
431
- size: import("./base-components.class").AXElementSize;
432
- _onInternalInit(): void;
433
- id: string;
434
- rtl: boolean;
435
- cssClass: string;
436
- cssStyle: string;
437
- "__#1@#elementRef": import("@angular/core").ElementRef<any>;
438
- _cdr: import("@angular/core").ChangeDetectorRef;
439
- _isInited: boolean;
440
- _isRendered: boolean;
441
- ngOnInit(): void;
442
- ngAfterViewInit(): void;
443
- ngOnDestroy(): void;
444
- _getHostElement<T = HTMLElement>(): T;
445
- _getInnerElement<T_1 = HTMLElement>(): T_1;
446
- _onInternalViewInit(): void;
447
- _onInternalDestroy(): void;
448
- onInit(): void;
449
- onViewInit(): void;
450
- onDestroy(): void;
451
- onOptionChanging(option: {
452
- name: string;
453
- value?: any;
454
- }): any;
455
- onOptionChanged(option: {
456
- name: string;
457
- oldValue?: any;
458
- newValue?: any;
459
- }): void;
460
- };
461
- } & (abstract new (...args: any[]) => {
462
- "__#5@#disabled": boolean;
463
- disabled: boolean;
464
- "__#5@#tabIndex": number;
465
- tabIndex: number;
466
- onFocus: import("@angular/core").EventEmitter<import("@acorex/components").AXFocusEvent>;
467
- _emitOnFocusEvent(e: FocusEvent): void;
468
- onBlur: import("@angular/core").EventEmitter<import("@acorex/components").AXFocusEvent>;
469
- _emitOnBlurEvent(e: FocusEvent): void;
470
- focus(): void;
471
- id: string;
472
- rtl: boolean;
473
- cssClass: string;
474
- cssStyle: string;
475
- "__#1@#elementRef": import("@angular/core").ElementRef<any>;
476
- _cdr: import("@angular/core").ChangeDetectorRef;
477
- _isInited: boolean;
478
- _isRendered: boolean;
479
- ngOnInit(): void;
480
- ngAfterViewInit(): void;
481
- ngOnDestroy(): void;
482
- _getHostElement<T = HTMLElement>(): T;
483
- _getInnerElement<T_1 = HTMLElement>(): T_1;
484
- _onInternalInit(): void;
485
- _onInternalViewInit(): void;
486
- _onInternalDestroy(): void;
487
- onInit(): void;
488
- onViewInit(): void;
489
- onDestroy(): void;
490
- onOptionChanging(option: {
491
- name: string;
492
- value?: any;
493
- }): any;
494
- onOptionChanged(option: {
495
- name: string;
496
- oldValue?: any;
497
- newValue?: any;
498
- }): void;
499
- }) & {
500
- new (...args: any[]): {
501
- onValueChanged: import("@angular/core").EventEmitter<import("@acorex/components").AXValueChangedEvent<any>>;
502
- valueChange: import("@angular/core").EventEmitter<any>;
503
- "__#6@#readonly": boolean;
504
- readonly: boolean;
505
- "__#6@#allowNull": boolean;
506
- allowNull: boolean;
507
- "__#6@#name": string;
508
- name: string;
509
- "__#6@#debounceTime": number;
510
- debounceTime: number;
511
- "__#6@#valueSubscription": import("rxjs").Subscription;
512
- "__#6@#valueSubject": import("rxjs").Subject<unknown>;
513
- "__#6@#value": any;
514
- value: any;
515
- _emitOnValueChangedEvent(oldValue?: any, newValue?: any): void;
516
- _onValueChanging(value: any): any;
517
- _onValueChanged(oldValue: any, newValue: any): void;
518
- _onInternalInit(): void;
519
- _onInternalDestroy(): void;
520
- _setValue(v: any): void;
521
- clear(): void;
522
- validate(): Promise<import("../../validation/validation.class").AXValidationRuleResult>;
523
- _setErrorState(state: "error" | "success" | "clear", ...args: any[]): void;
524
- id: string;
525
- rtl: boolean;
526
- cssClass: string;
527
- cssStyle: string;
528
- "__#1@#elementRef": import("@angular/core").ElementRef<any>;
529
- _cdr: import("@angular/core").ChangeDetectorRef;
530
- _isInited: boolean;
531
- _isRendered: boolean;
532
- ngOnInit(): void;
533
- ngAfterViewInit(): void;
534
- ngOnDestroy(): void;
535
- _getHostElement<T = HTMLElement>(): T;
536
- _getInnerElement<T_1 = HTMLElement>(): T_1;
537
- _onInternalViewInit(): void;
538
- onInit(): void;
539
- onViewInit(): void;
540
- onDestroy(): void;
541
- onOptionChanging(option: {
542
- name: string;
543
- value?: any;
544
- }): any;
545
- onOptionChanged(option: {
546
- name: string;
547
- oldValue?: any;
548
- newValue?: any;
549
- }): void;
550
- };
551
- } & {
552
- new (...args: any[]): {
553
- placeholder: string;
554
- maxLength: number;
555
- autoComplete: boolean;
556
- onKeyDown: import("@angular/core").EventEmitter<import("@acorex/components").AXHtmlEvent<KeyboardEvent>>;
557
- _emitOnKeydownEvent(e: KeyboardEvent): void;
558
- id: string;
559
- rtl: boolean;
560
- cssClass: string;
561
- cssStyle: string;
562
- "__#1@#elementRef": import("@angular/core").ElementRef<any>;
563
- _cdr: import("@angular/core").ChangeDetectorRef;
564
- _isInited: boolean;
565
- _isRendered: boolean;
566
- ngOnInit(): void;
567
- ngAfterViewInit(): void;
568
- ngOnDestroy(): void;
569
- _getHostElement<T = HTMLElement>(): T;
570
- _getInnerElement<T_1 = HTMLElement>(): T_1;
571
- _onInternalInit(): void;
572
- _onInternalViewInit(): void;
573
- _onInternalDestroy(): void;
574
- onInit(): void;
575
- onViewInit(): void;
576
- onDestroy(): void;
577
- onOptionChanging(option: {
578
- name: string;
579
- value?: any;
580
- }): any;
581
- onOptionChanged(option: {
582
- name: string;
583
- oldValue?: any;
584
- newValue?: any;
585
- }): void;
586
- };
587
- } & typeof AXBaseComponent;
588
- export declare const AXBaseDropdownMixin: {
589
- new (...args: any[]): {
590
- size: import("./base-components.class").AXElementSize;
591
- _onInternalInit(): void;
592
- id: string;
593
- rtl: boolean;
594
- cssClass: string;
595
- cssStyle: string;
596
- "__#1@#elementRef": import("@angular/core").ElementRef<any>;
597
- _cdr: import("@angular/core").ChangeDetectorRef;
598
- _isInited: boolean;
599
- _isRendered: boolean;
600
- ngOnInit(): void;
601
- ngAfterViewInit(): void;
602
- ngOnDestroy(): void;
603
- _getHostElement<T = HTMLElement>(): T;
604
- _getInnerElement<T_1 = HTMLElement>(): T_1;
605
- _onInternalViewInit(): void;
606
- _onInternalDestroy(): void;
607
- onInit(): void;
608
- onViewInit(): void;
609
- onDestroy(): void;
610
- onOptionChanging(option: {
611
- name: string;
612
- value?: any;
613
- }): any;
614
- onOptionChanged(option: {
615
- name: string;
616
- oldValue?: any;
617
- newValue?: any;
618
- }): void;
619
- };
620
- } & (abstract new (...args: any[]) => {
621
- "__#5@#disabled": boolean;
622
- disabled: boolean;
623
- "__#5@#tabIndex": number;
624
- tabIndex: number;
625
- onFocus: import("@angular/core").EventEmitter<import("@acorex/components").AXFocusEvent>;
626
- _emitOnFocusEvent(e: FocusEvent): void;
627
- onBlur: import("@angular/core").EventEmitter<import("@acorex/components").AXFocusEvent>;
628
- _emitOnBlurEvent(e: FocusEvent): void;
629
- focus(): void;
630
- id: string;
631
- rtl: boolean;
632
- cssClass: string;
633
- cssStyle: string;
634
- "__#1@#elementRef": import("@angular/core").ElementRef<any>;
635
- _cdr: import("@angular/core").ChangeDetectorRef;
636
- _isInited: boolean;
637
- _isRendered: boolean;
638
- ngOnInit(): void;
639
- ngAfterViewInit(): void;
640
- ngOnDestroy(): void;
641
- _getHostElement<T = HTMLElement>(): T;
642
- _getInnerElement<T_1 = HTMLElement>(): T_1;
643
- _onInternalInit(): void;
644
- _onInternalViewInit(): void;
645
- _onInternalDestroy(): void;
646
- onInit(): void;
647
- onViewInit(): void;
648
- onDestroy(): void;
649
- onOptionChanging(option: {
650
- name: string;
651
- value?: any;
652
- }): any;
653
- onOptionChanged(option: {
654
- name: string;
655
- oldValue?: any;
656
- newValue?: any;
657
- }): void;
658
- }) & (abstract new (...args: any[]) => {
659
- "__#4@#readonly": boolean;
660
- readonly: any;
661
- fitParent: boolean;
662
- onOpened: import("@angular/core").EventEmitter<import("@acorex/components").AXEvent>;
663
- onClosed: import("@angular/core").EventEmitter<import("@acorex/components").AXEvent>;
664
- _emitOnOpenedEvent(): void;
665
- _emitOnClosedEvent(): void;
666
- id: string;
667
- rtl: boolean;
668
- cssClass: string;
669
- cssStyle: string;
670
- "__#1@#elementRef": import("@angular/core").ElementRef<any>;
671
- _cdr: import("@angular/core").ChangeDetectorRef;
672
- _isInited: boolean;
673
- _isRendered: boolean;
674
- ngOnInit(): void;
675
- ngAfterViewInit(): void;
676
- ngOnDestroy(): void;
677
- _getHostElement<T = HTMLElement>(): T;
678
- _getInnerElement<T_1 = HTMLElement>(): T_1;
679
- _onInternalInit(): void;
680
- _onInternalViewInit(): void;
681
- _onInternalDestroy(): void;
682
- onInit(): void;
683
- onViewInit(): void;
684
- onDestroy(): void;
685
- onOptionChanging(option: {
686
- name: string;
687
- value?: any;
688
- }): any;
689
- onOptionChanged(option: {
690
- name: string;
691
- oldValue?: any;
692
- newValue?: any;
693
- }): void;
694
- }) & typeof AXBaseComponent;
695
- export declare const AXBaseSelectionValueMixin: any;
696
- export declare const AXBaseValueDropdownMixin: any;
697
- export declare const AXBaseSelectionDropdownMixin: any;
698
- export declare const AXCalendarMixin: {
699
- new (...args: any[]): {
700
- onClick: import("@angular/core").EventEmitter<import("@acorex/components").AXClickEvent>;
701
- _emitOnClickEvent(e: MouseEvent): void;
702
- id: string;
703
- rtl: boolean;
704
- cssClass: string;
705
- cssStyle: string;
706
- "__#1@#elementRef": import("@angular/core").ElementRef<any>;
707
- _cdr: import("@angular/core").ChangeDetectorRef;
708
- _isInited: boolean;
709
- _isRendered: boolean;
710
- ngOnInit(): void;
711
- ngAfterViewInit(): void;
712
- ngOnDestroy(): void;
713
- _getHostElement<T = HTMLElement>(): T;
714
- _getInnerElement<T_1 = HTMLElement>(): T_1;
715
- _onInternalInit(): void;
716
- _onInternalViewInit(): void;
717
- _onInternalDestroy(): void;
718
- onInit(): void;
719
- onViewInit(): void;
720
- onDestroy(): void;
721
- onOptionChanging(option: {
722
- name: string;
723
- value?: any;
724
- }): any;
725
- onOptionChanged(option: {
726
- name: string;
727
- oldValue?: any;
728
- newValue?: any;
729
- }): void;
730
- };
731
- } & {
732
- new (...args: any[]): {
733
- text: string;
734
- submitBehavior: boolean;
735
- cancelBehavior: boolean;
736
- colorChange: import("@angular/core").EventEmitter<import("@acorex/components").AXStyleColorType>;
737
- "__#2@#color": import("@acorex/components").AXStyleColorType;
738
- color: import("@acorex/components").AXStyleColorType;
739
- lookChange: import("@angular/core").EventEmitter<import("@acorex/components").AXStyleButtonLook>;
740
- "__#2@#look"?: import("@acorex/components").AXStyleButtonLook;
741
- look: import("@acorex/components").AXStyleButtonLook;
742
- toggleableChange: import("@angular/core").EventEmitter<boolean>;
743
- "__#2@#toggleable"?: boolean;
744
- toggleable: boolean;
745
- selectedChange: import("@angular/core").EventEmitter<boolean>;
746
- "__#2@#selected"?: boolean;
747
- selected: boolean;
748
- _onInternalViewInit(): void;
749
- _onInternalDestroy(): void;
750
- readonly _classes: {
751
- 'ax-button-icon': boolean;
752
- 'ax-state-disabled': any;
753
- 'ax-state-selected': boolean;
754
- };
755
- id: string;
756
- rtl: boolean;
757
- cssClass: string;
758
- cssStyle: string;
759
- "__#1@#elementRef": import("@angular/core").ElementRef<any>;
760
- _cdr: import("@angular/core").ChangeDetectorRef;
761
- _isInited: boolean;
762
- _isRendered: boolean;
763
- ngOnInit(): void;
764
- ngAfterViewInit(): void;
765
- ngOnDestroy(): void;
766
- _getHostElement<T = HTMLElement>(): T;
767
- _getInnerElement<T_1 = HTMLElement>(): T_1;
768
- _onInternalInit(): void;
769
- onInit(): void;
770
- onViewInit(): void;
771
- onDestroy(): void;
772
- onOptionChanging(option: {
773
- name: string;
774
- value?: any;
775
- }): any;
776
- onOptionChanged(option: {
777
- name: string;
778
- oldValue?: any;
779
- newValue?: any;
780
- }): void;
781
- };
782
- } & {
783
- new (...args: any[]): {
784
- size: import("./base-components.class").AXElementSize;
785
- _onInternalInit(): void;
786
- id: string;
787
- rtl: boolean;
788
- cssClass: string;
789
- cssStyle: string;
790
- "__#1@#elementRef": import("@angular/core").ElementRef<any>;
791
- _cdr: import("@angular/core").ChangeDetectorRef;
792
- _isInited: boolean;
793
- _isRendered: boolean;
794
- ngOnInit(): void;
795
- ngAfterViewInit(): void;
796
- ngOnDestroy(): void;
797
- _getHostElement<T = HTMLElement>(): T;
798
- _getInnerElement<T_1 = HTMLElement>(): T_1;
799
- _onInternalViewInit(): void;
800
- _onInternalDestroy(): void;
801
- onInit(): void;
802
- onViewInit(): void;
803
- onDestroy(): void;
804
- onOptionChanging(option: {
805
- name: string;
806
- value?: any;
807
- }): any;
808
- onOptionChanged(option: {
809
- name: string;
810
- oldValue?: any;
811
- newValue?: any;
812
- }): void;
813
- };
814
- } & typeof AXBaseComponent;
1
+ import { AXBaseComponent } from './base-components.class';
2
+ export declare const AXBaseComponentMixin: {
3
+ new (...args: any[]): {
4
+ id: string;
5
+ rtl: boolean;
6
+ cssClass: string;
7
+ cssStyle: string;
8
+ "__#1@#elementRef": import("@angular/core").ElementRef<any>;
9
+ _cdr: import("@angular/core").ChangeDetectorRef;
10
+ _isInited: boolean;
11
+ _isRendered: boolean;
12
+ ngOnInit(): void;
13
+ ngAfterViewInit(): void;
14
+ ngOnDestroy(): void;
15
+ _getHostElement<T = HTMLElement>(): T;
16
+ _getInnerElement<T_1 = HTMLElement>(): T_1;
17
+ _onInternalInit(): void;
18
+ _onInternalViewInit(): void;
19
+ _onInternalDestroy(): void;
20
+ onInit(): void;
21
+ onViewInit(): void;
22
+ onDestroy(): void;
23
+ onOptionChanging(option: {
24
+ name: string;
25
+ value?: any;
26
+ }): any;
27
+ onOptionChanged(option: {
28
+ name: string;
29
+ oldValue?: any;
30
+ newValue?: any;
31
+ }): void;
32
+ };
33
+ } & typeof AXBaseComponent;
34
+ export declare const AXSizableComponentMixin: {
35
+ new (...args: any[]): {
36
+ size: import("./base-components.class").AXElementSize;
37
+ _onInternalInit(): void;
38
+ id: string;
39
+ rtl: boolean;
40
+ cssClass: string;
41
+ cssStyle: string;
42
+ "__#1@#elementRef": import("@angular/core").ElementRef<any>;
43
+ _cdr: import("@angular/core").ChangeDetectorRef;
44
+ _isInited: boolean;
45
+ _isRendered: boolean;
46
+ ngOnInit(): void;
47
+ ngAfterViewInit(): void;
48
+ ngOnDestroy(): void;
49
+ _getHostElement<T = HTMLElement>(): T;
50
+ _getInnerElement<T_1 = HTMLElement>(): T_1;
51
+ _onInternalViewInit(): void;
52
+ _onInternalDestroy(): void;
53
+ onInit(): void;
54
+ onViewInit(): void;
55
+ onDestroy(): void;
56
+ onOptionChanging(option: {
57
+ name: string;
58
+ value?: any;
59
+ }): any;
60
+ onOptionChanged(option: {
61
+ name: string;
62
+ oldValue?: any;
63
+ newValue?: any;
64
+ }): void;
65
+ };
66
+ } & {
67
+ new (...args: any[]): {
68
+ id: string;
69
+ rtl: boolean;
70
+ cssClass: string;
71
+ cssStyle: string;
72
+ "__#1@#elementRef": import("@angular/core").ElementRef<any>;
73
+ _cdr: import("@angular/core").ChangeDetectorRef;
74
+ _isInited: boolean;
75
+ _isRendered: boolean;
76
+ ngOnInit(): void;
77
+ ngAfterViewInit(): void;
78
+ ngOnDestroy(): void;
79
+ _getHostElement<T = HTMLElement>(): T;
80
+ _getInnerElement<T_1 = HTMLElement>(): T_1;
81
+ _onInternalInit(): void;
82
+ _onInternalViewInit(): void;
83
+ _onInternalDestroy(): void;
84
+ onInit(): void;
85
+ onViewInit(): void;
86
+ onDestroy(): void;
87
+ onOptionChanging(option: {
88
+ name: string;
89
+ value?: any;
90
+ }): any;
91
+ onOptionChanged(option: {
92
+ name: string;
93
+ oldValue?: any;
94
+ newValue?: any;
95
+ }): void;
96
+ };
97
+ } & typeof AXBaseComponent;
98
+ export declare const AXInteractiveComponenetMixin: {
99
+ new (...args: any[]): {
100
+ size: import("./base-components.class").AXElementSize;
101
+ _onInternalInit(): void;
102
+ id: string;
103
+ rtl: boolean;
104
+ cssClass: string;
105
+ cssStyle: string;
106
+ "__#1@#elementRef": import("@angular/core").ElementRef<any>;
107
+ _cdr: import("@angular/core").ChangeDetectorRef;
108
+ _isInited: boolean;
109
+ _isRendered: boolean;
110
+ ngOnInit(): void;
111
+ ngAfterViewInit(): void;
112
+ ngOnDestroy(): void;
113
+ _getHostElement<T = HTMLElement>(): T;
114
+ _getInnerElement<T_1 = HTMLElement>(): T_1;
115
+ _onInternalViewInit(): void;
116
+ _onInternalDestroy(): void;
117
+ onInit(): void;
118
+ onViewInit(): void;
119
+ onDestroy(): void;
120
+ onOptionChanging(option: {
121
+ name: string;
122
+ value?: any;
123
+ }): any;
124
+ onOptionChanged(option: {
125
+ name: string;
126
+ oldValue?: any;
127
+ newValue?: any;
128
+ }): void;
129
+ };
130
+ } & (abstract new (...args: any[]) => {
131
+ "__#5@#disabled": boolean;
132
+ disabled: boolean;
133
+ "__#5@#tabIndex": number;
134
+ tabIndex: number;
135
+ onFocus: import("@angular/core").EventEmitter<import("@acorex/components").AXFocusEvent>;
136
+ _emitOnFocusEvent(e: FocusEvent): void;
137
+ onBlur: import("@angular/core").EventEmitter<import("@acorex/components").AXFocusEvent>;
138
+ _emitOnBlurEvent(e: FocusEvent): void;
139
+ focus(): void;
140
+ id: string;
141
+ rtl: boolean;
142
+ cssClass: string;
143
+ cssStyle: string;
144
+ "__#1@#elementRef": import("@angular/core").ElementRef<any>;
145
+ _cdr: import("@angular/core").ChangeDetectorRef;
146
+ _isInited: boolean;
147
+ _isRendered: boolean;
148
+ ngOnInit(): void;
149
+ ngAfterViewInit(): void;
150
+ ngOnDestroy(): void;
151
+ _getHostElement<T = HTMLElement>(): T;
152
+ _getInnerElement<T_1 = HTMLElement>(): T_1;
153
+ _onInternalInit(): void;
154
+ _onInternalViewInit(): void;
155
+ _onInternalDestroy(): void;
156
+ onInit(): void;
157
+ onViewInit(): void;
158
+ onDestroy(): void;
159
+ onOptionChanging(option: {
160
+ name: string;
161
+ value?: any;
162
+ }): any;
163
+ onOptionChanged(option: {
164
+ name: string;
165
+ oldValue?: any;
166
+ newValue?: any;
167
+ }): void;
168
+ }) & typeof AXBaseComponent;
169
+ export declare const AXBaseClickableMixin: {
170
+ new (...args: any[]): {
171
+ size: import("./base-components.class").AXElementSize;
172
+ _onInternalInit(): void;
173
+ id: string;
174
+ rtl: boolean;
175
+ cssClass: string;
176
+ cssStyle: string;
177
+ "__#1@#elementRef": import("@angular/core").ElementRef<any>;
178
+ _cdr: import("@angular/core").ChangeDetectorRef;
179
+ _isInited: boolean;
180
+ _isRendered: boolean;
181
+ ngOnInit(): void;
182
+ ngAfterViewInit(): void;
183
+ ngOnDestroy(): void;
184
+ _getHostElement<T = HTMLElement>(): T;
185
+ _getInnerElement<T_1 = HTMLElement>(): T_1;
186
+ _onInternalViewInit(): void;
187
+ _onInternalDestroy(): void;
188
+ onInit(): void;
189
+ onViewInit(): void;
190
+ onDestroy(): void;
191
+ onOptionChanging(option: {
192
+ name: string;
193
+ value?: any;
194
+ }): any;
195
+ onOptionChanged(option: {
196
+ name: string;
197
+ oldValue?: any;
198
+ newValue?: any;
199
+ }): void;
200
+ };
201
+ } & (abstract new (...args: any[]) => {
202
+ "__#5@#disabled": boolean;
203
+ disabled: boolean;
204
+ "__#5@#tabIndex": number;
205
+ tabIndex: number;
206
+ onFocus: import("@angular/core").EventEmitter<import("@acorex/components").AXFocusEvent>;
207
+ _emitOnFocusEvent(e: FocusEvent): void;
208
+ onBlur: import("@angular/core").EventEmitter<import("@acorex/components").AXFocusEvent>;
209
+ _emitOnBlurEvent(e: FocusEvent): void;
210
+ focus(): void;
211
+ id: string;
212
+ rtl: boolean;
213
+ cssClass: string;
214
+ cssStyle: string;
215
+ "__#1@#elementRef": import("@angular/core").ElementRef<any>;
216
+ _cdr: import("@angular/core").ChangeDetectorRef;
217
+ _isInited: boolean;
218
+ _isRendered: boolean;
219
+ ngOnInit(): void;
220
+ ngAfterViewInit(): void;
221
+ ngOnDestroy(): void;
222
+ _getHostElement<T = HTMLElement>(): T;
223
+ _getInnerElement<T_1 = HTMLElement>(): T_1;
224
+ _onInternalInit(): void;
225
+ _onInternalViewInit(): void;
226
+ _onInternalDestroy(): void;
227
+ onInit(): void;
228
+ onViewInit(): void;
229
+ onDestroy(): void;
230
+ onOptionChanging(option: {
231
+ name: string;
232
+ value?: any;
233
+ }): any;
234
+ onOptionChanged(option: {
235
+ name: string;
236
+ oldValue?: any;
237
+ newValue?: any;
238
+ }): void;
239
+ }) & {
240
+ new (...args: any[]): {
241
+ onClick: import("@angular/core").EventEmitter<import("@acorex/components").AXClickEvent>;
242
+ _emitOnClickEvent(e: MouseEvent): void;
243
+ id: string;
244
+ rtl: boolean;
245
+ cssClass: string;
246
+ cssStyle: string;
247
+ "__#1@#elementRef": import("@angular/core").ElementRef<any>;
248
+ _cdr: import("@angular/core").ChangeDetectorRef;
249
+ _isInited: boolean;
250
+ _isRendered: boolean;
251
+ ngOnInit(): void;
252
+ ngAfterViewInit(): void;
253
+ ngOnDestroy(): void;
254
+ _getHostElement<T = HTMLElement>(): T;
255
+ _getInnerElement<T_1 = HTMLElement>(): T_1;
256
+ _onInternalInit(): void;
257
+ _onInternalViewInit(): void;
258
+ _onInternalDestroy(): void;
259
+ onInit(): void;
260
+ onViewInit(): void;
261
+ onDestroy(): void;
262
+ onOptionChanging(option: {
263
+ name: string;
264
+ value?: any;
265
+ }): any;
266
+ onOptionChanged(option: {
267
+ name: string;
268
+ oldValue?: any;
269
+ newValue?: any;
270
+ }): void;
271
+ };
272
+ } & typeof AXBaseComponent;
273
+ export declare const AXBaseButtonMixin: {
274
+ new (...args: any[]): {
275
+ size: import("./base-components.class").AXElementSize;
276
+ _onInternalInit(): void;
277
+ id: string;
278
+ rtl: boolean;
279
+ cssClass: string;
280
+ cssStyle: string;
281
+ "__#1@#elementRef": import("@angular/core").ElementRef<any>;
282
+ _cdr: import("@angular/core").ChangeDetectorRef;
283
+ _isInited: boolean;
284
+ _isRendered: boolean;
285
+ ngOnInit(): void;
286
+ ngAfterViewInit(): void;
287
+ ngOnDestroy(): void;
288
+ _getHostElement<T = HTMLElement>(): T;
289
+ _getInnerElement<T_1 = HTMLElement>(): T_1;
290
+ _onInternalViewInit(): void;
291
+ _onInternalDestroy(): void;
292
+ onInit(): void;
293
+ onViewInit(): void;
294
+ onDestroy(): void;
295
+ onOptionChanging(option: {
296
+ name: string;
297
+ value?: any;
298
+ }): any;
299
+ onOptionChanged(option: {
300
+ name: string;
301
+ oldValue?: any;
302
+ newValue?: any;
303
+ }): void;
304
+ };
305
+ } & (abstract new (...args: any[]) => {
306
+ "__#5@#disabled": boolean;
307
+ disabled: boolean;
308
+ "__#5@#tabIndex": number;
309
+ tabIndex: number;
310
+ onFocus: import("@angular/core").EventEmitter<import("@acorex/components").AXFocusEvent>;
311
+ _emitOnFocusEvent(e: FocusEvent): void;
312
+ onBlur: import("@angular/core").EventEmitter<import("@acorex/components").AXFocusEvent>;
313
+ _emitOnBlurEvent(e: FocusEvent): void;
314
+ focus(): void;
315
+ id: string;
316
+ rtl: boolean;
317
+ cssClass: string;
318
+ cssStyle: string;
319
+ "__#1@#elementRef": import("@angular/core").ElementRef<any>;
320
+ _cdr: import("@angular/core").ChangeDetectorRef;
321
+ _isInited: boolean;
322
+ _isRendered: boolean;
323
+ ngOnInit(): void;
324
+ ngAfterViewInit(): void;
325
+ ngOnDestroy(): void;
326
+ _getHostElement<T = HTMLElement>(): T;
327
+ _getInnerElement<T_1 = HTMLElement>(): T_1;
328
+ _onInternalInit(): void;
329
+ _onInternalViewInit(): void;
330
+ _onInternalDestroy(): void;
331
+ onInit(): void;
332
+ onViewInit(): void;
333
+ onDestroy(): void;
334
+ onOptionChanging(option: {
335
+ name: string;
336
+ value?: any;
337
+ }): any;
338
+ onOptionChanged(option: {
339
+ name: string;
340
+ oldValue?: any;
341
+ newValue?: any;
342
+ }): void;
343
+ }) & {
344
+ new (...args: any[]): {
345
+ onClick: import("@angular/core").EventEmitter<import("@acorex/components").AXClickEvent>;
346
+ _emitOnClickEvent(e: MouseEvent): void;
347
+ id: string;
348
+ rtl: boolean;
349
+ cssClass: string;
350
+ cssStyle: string;
351
+ "__#1@#elementRef": import("@angular/core").ElementRef<any>;
352
+ _cdr: import("@angular/core").ChangeDetectorRef;
353
+ _isInited: boolean;
354
+ _isRendered: boolean;
355
+ ngOnInit(): void;
356
+ ngAfterViewInit(): void;
357
+ ngOnDestroy(): void;
358
+ _getHostElement<T = HTMLElement>(): T;
359
+ _getInnerElement<T_1 = HTMLElement>(): T_1;
360
+ _onInternalInit(): void;
361
+ _onInternalViewInit(): void;
362
+ _onInternalDestroy(): void;
363
+ onInit(): void;
364
+ onViewInit(): void;
365
+ onDestroy(): void;
366
+ onOptionChanging(option: {
367
+ name: string;
368
+ value?: any;
369
+ }): any;
370
+ onOptionChanged(option: {
371
+ name: string;
372
+ oldValue?: any;
373
+ newValue?: any;
374
+ }): void;
375
+ };
376
+ } & {
377
+ new (...args: any[]): {
378
+ text: string;
379
+ submitBehavior: boolean;
380
+ cancelBehavior: boolean;
381
+ colorChange: import("@angular/core").EventEmitter<import("@acorex/components").AXStyleColorType>;
382
+ "__#2@#color": import("@acorex/components").AXStyleColorType;
383
+ color: import("@acorex/components").AXStyleColorType;
384
+ lookChange: import("@angular/core").EventEmitter<import("@acorex/components").AXStyleButtonLook>;
385
+ "__#2@#look"?: import("@acorex/components").AXStyleButtonLook;
386
+ look: import("@acorex/components").AXStyleButtonLook;
387
+ toggleableChange: import("@angular/core").EventEmitter<boolean>;
388
+ "__#2@#toggleable"?: boolean;
389
+ toggleable: boolean;
390
+ selectedChange: import("@angular/core").EventEmitter<boolean>;
391
+ "__#2@#selected"?: boolean;
392
+ selected: boolean;
393
+ _onInternalViewInit(): void;
394
+ _onInternalDestroy(): void;
395
+ readonly _classes: {
396
+ 'ax-button-icon': boolean;
397
+ 'ax-state-disabled': any;
398
+ 'ax-state-selected': boolean;
399
+ };
400
+ id: string;
401
+ rtl: boolean;
402
+ cssClass: string;
403
+ cssStyle: string;
404
+ "__#1@#elementRef": import("@angular/core").ElementRef<any>;
405
+ _cdr: import("@angular/core").ChangeDetectorRef;
406
+ _isInited: boolean;
407
+ _isRendered: boolean;
408
+ ngOnInit(): void;
409
+ ngAfterViewInit(): void;
410
+ ngOnDestroy(): void;
411
+ _getHostElement<T = HTMLElement>(): T;
412
+ _getInnerElement<T_1 = HTMLElement>(): T_1;
413
+ _onInternalInit(): void;
414
+ onInit(): void;
415
+ onViewInit(): void;
416
+ onDestroy(): void;
417
+ onOptionChanging(option: {
418
+ name: string;
419
+ value?: any;
420
+ }): any;
421
+ onOptionChanged(option: {
422
+ name: string;
423
+ oldValue?: any;
424
+ newValue?: any;
425
+ }): void;
426
+ };
427
+ } & typeof AXBaseComponent;
428
+ export declare const AXBaseValueComponentMixin: any;
429
+ export declare const AXBaseTextBoxMixin: {
430
+ new (...args: any[]): {
431
+ size: import("./base-components.class").AXElementSize;
432
+ _onInternalInit(): void;
433
+ id: string;
434
+ rtl: boolean;
435
+ cssClass: string;
436
+ cssStyle: string;
437
+ "__#1@#elementRef": import("@angular/core").ElementRef<any>;
438
+ _cdr: import("@angular/core").ChangeDetectorRef;
439
+ _isInited: boolean;
440
+ _isRendered: boolean;
441
+ ngOnInit(): void;
442
+ ngAfterViewInit(): void;
443
+ ngOnDestroy(): void;
444
+ _getHostElement<T = HTMLElement>(): T;
445
+ _getInnerElement<T_1 = HTMLElement>(): T_1;
446
+ _onInternalViewInit(): void;
447
+ _onInternalDestroy(): void;
448
+ onInit(): void;
449
+ onViewInit(): void;
450
+ onDestroy(): void;
451
+ onOptionChanging(option: {
452
+ name: string;
453
+ value?: any;
454
+ }): any;
455
+ onOptionChanged(option: {
456
+ name: string;
457
+ oldValue?: any;
458
+ newValue?: any;
459
+ }): void;
460
+ };
461
+ } & (abstract new (...args: any[]) => {
462
+ "__#5@#disabled": boolean;
463
+ disabled: boolean;
464
+ "__#5@#tabIndex": number;
465
+ tabIndex: number;
466
+ onFocus: import("@angular/core").EventEmitter<import("@acorex/components").AXFocusEvent>;
467
+ _emitOnFocusEvent(e: FocusEvent): void;
468
+ onBlur: import("@angular/core").EventEmitter<import("@acorex/components").AXFocusEvent>;
469
+ _emitOnBlurEvent(e: FocusEvent): void;
470
+ focus(): void;
471
+ id: string;
472
+ rtl: boolean;
473
+ cssClass: string;
474
+ cssStyle: string;
475
+ "__#1@#elementRef": import("@angular/core").ElementRef<any>;
476
+ _cdr: import("@angular/core").ChangeDetectorRef;
477
+ _isInited: boolean;
478
+ _isRendered: boolean;
479
+ ngOnInit(): void;
480
+ ngAfterViewInit(): void;
481
+ ngOnDestroy(): void;
482
+ _getHostElement<T = HTMLElement>(): T;
483
+ _getInnerElement<T_1 = HTMLElement>(): T_1;
484
+ _onInternalInit(): void;
485
+ _onInternalViewInit(): void;
486
+ _onInternalDestroy(): void;
487
+ onInit(): void;
488
+ onViewInit(): void;
489
+ onDestroy(): void;
490
+ onOptionChanging(option: {
491
+ name: string;
492
+ value?: any;
493
+ }): any;
494
+ onOptionChanged(option: {
495
+ name: string;
496
+ oldValue?: any;
497
+ newValue?: any;
498
+ }): void;
499
+ }) & {
500
+ new (...args: any[]): {
501
+ onValueChanged: import("@angular/core").EventEmitter<import("@acorex/components").AXValueChangedEvent<any>>;
502
+ valueChange: import("@angular/core").EventEmitter<any>;
503
+ "__#6@#readonly": boolean;
504
+ readonly: boolean;
505
+ "__#6@#allowNull": boolean;
506
+ allowNull: boolean;
507
+ "__#6@#name": string;
508
+ name: string;
509
+ "__#6@#debounceTime": number;
510
+ debounceTime: number;
511
+ "__#6@#valueSubscription": import("rxjs").Subscription;
512
+ "__#6@#valueSubject": import("rxjs").Subject<unknown>;
513
+ "__#6@#value": any;
514
+ value: any;
515
+ _emitOnValueChangedEvent(oldValue?: any, newValue?: any): void;
516
+ _onValueChanging(value: any): any;
517
+ _onValueChanged(oldValue: any, newValue: any): void;
518
+ _onInternalInit(): void;
519
+ _onInternalDestroy(): void;
520
+ _setValue(v: any): void;
521
+ clear(): void;
522
+ validate(): Promise<import("../../validation/validation.class").AXValidationRuleResult>;
523
+ _setErrorState(state: "error" | "success" | "clear", ...args: any[]): void;
524
+ id: string;
525
+ rtl: boolean;
526
+ cssClass: string;
527
+ cssStyle: string;
528
+ "__#1@#elementRef": import("@angular/core").ElementRef<any>;
529
+ _cdr: import("@angular/core").ChangeDetectorRef;
530
+ _isInited: boolean;
531
+ _isRendered: boolean;
532
+ ngOnInit(): void;
533
+ ngAfterViewInit(): void;
534
+ ngOnDestroy(): void;
535
+ _getHostElement<T = HTMLElement>(): T;
536
+ _getInnerElement<T_1 = HTMLElement>(): T_1;
537
+ _onInternalViewInit(): void;
538
+ onInit(): void;
539
+ onViewInit(): void;
540
+ onDestroy(): void;
541
+ onOptionChanging(option: {
542
+ name: string;
543
+ value?: any;
544
+ }): any;
545
+ onOptionChanged(option: {
546
+ name: string;
547
+ oldValue?: any;
548
+ newValue?: any;
549
+ }): void;
550
+ };
551
+ } & {
552
+ new (...args: any[]): {
553
+ placeholder: string;
554
+ maxLength: number;
555
+ autoComplete: boolean;
556
+ onKeyDown: import("@angular/core").EventEmitter<import("@acorex/components").AXHtmlEvent<KeyboardEvent>>;
557
+ _emitOnKeydownEvent(e: KeyboardEvent): void;
558
+ id: string;
559
+ rtl: boolean;
560
+ cssClass: string;
561
+ cssStyle: string;
562
+ "__#1@#elementRef": import("@angular/core").ElementRef<any>;
563
+ _cdr: import("@angular/core").ChangeDetectorRef;
564
+ _isInited: boolean;
565
+ _isRendered: boolean;
566
+ ngOnInit(): void;
567
+ ngAfterViewInit(): void;
568
+ ngOnDestroy(): void;
569
+ _getHostElement<T = HTMLElement>(): T;
570
+ _getInnerElement<T_1 = HTMLElement>(): T_1;
571
+ _onInternalInit(): void;
572
+ _onInternalViewInit(): void;
573
+ _onInternalDestroy(): void;
574
+ onInit(): void;
575
+ onViewInit(): void;
576
+ onDestroy(): void;
577
+ onOptionChanging(option: {
578
+ name: string;
579
+ value?: any;
580
+ }): any;
581
+ onOptionChanged(option: {
582
+ name: string;
583
+ oldValue?: any;
584
+ newValue?: any;
585
+ }): void;
586
+ };
587
+ } & typeof AXBaseComponent;
588
+ export declare const AXBaseSelectionValueMixin: any;
589
+ export declare const AXBaseValueDropdownMixin: any;
590
+ export declare const AXBaseSelectionDropdownMixin: any;
591
+ export declare const AXCalendarComponentMixin: any;