@acorex/components 7.3.2 → 7.4.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 (423) hide show
  1. package/button/lib/button-group.component.d.ts +10 -73
  2. package/button/lib/button-item.class.d.ts +1 -3
  3. package/button/lib/button-item.component.d.ts +12 -75
  4. package/button/lib/button.component.d.ts +1 -1
  5. package/button-group/README.md +3 -0
  6. package/button-group/index.d.ts +2 -0
  7. package/button-group/lib/button-group.component.d.ts +21 -0
  8. package/button-group/lib/button-group.module.d.ts +8 -0
  9. package/calendar/lib/calendar-range.component.d.ts +2 -1
  10. package/calendar/lib/calendar.class.d.ts +9 -8
  11. package/calendar/lib/calendar.component.d.ts +2 -1
  12. package/check-box/lib/check-box.component.d.ts +3 -2
  13. package/color-box/README.md +3 -0
  14. package/color-box/index.d.ts +2 -0
  15. package/color-box/lib/color-box.component.d.ts +27 -0
  16. package/color-box/lib/color-box.module.d.ts +11 -0
  17. package/common/index.d.ts +5 -3
  18. package/common/lib/classes/styles.class.d.ts +0 -9
  19. package/common/lib/components/button-base-component.class.d.ts +0 -2
  20. package/common/lib/components/interactive-component.class.d.ts +7 -1
  21. package/common/lib/types/direction.d.ts +4 -0
  22. package/common/lib/types/orientation.d.ts +4 -0
  23. package/common/lib/types/placement.d.ts +30 -0
  24. package/common/lib/types/selection-mode.d.ts +4 -0
  25. package/data-pager/lib/data-pager.module.d.ts +5 -4
  26. package/data-table/lib/data-column.directive.d.ts +2 -2
  27. package/datetime-box/README.md +3 -0
  28. package/datetime-box/index.d.ts +2 -0
  29. package/datetime-box/lib/datetime-box.component.d.ts +34 -0
  30. package/datetime-box/lib/datetime-box.module.d.ts +13 -0
  31. package/datetime-input/README.md +3 -0
  32. package/datetime-input/index.d.ts +2 -0
  33. package/datetime-input/lib/datetime-input.component.d.ts +44 -0
  34. package/datetime-input/lib/datetime-input.module.d.ts +10 -0
  35. package/datetime-picker/README.md +3 -0
  36. package/datetime-picker/index.d.ts +2 -0
  37. package/datetime-picker/lib/datetime-picker.component.d.ts +42 -0
  38. package/datetime-picker/lib/datetime-picker.module.d.ts +14 -0
  39. package/decorators/index.d.ts +4 -4
  40. package/decorators/lib/decorators.module.d.ts +4 -4
  41. package/dropdown/index.d.ts +2 -0
  42. package/dropdown/lib/dropdown-box.class.d.ts +15 -0
  43. package/dropdown/lib/dropdown-box.component.d.ts +25 -0
  44. package/dropdown/lib/dropdown-panel.component.d.ts +31 -20
  45. package/dropdown/lib/dropdown.module.d.ts +9 -8
  46. package/esm2022/action-sheet/lib/action-sheet.class.mjs +1 -1
  47. package/esm2022/action-sheet/lib/action-sheet.component.mjs +3 -3
  48. package/esm2022/action-sheet/lib/action-sheet.module.mjs +4 -4
  49. package/esm2022/action-sheet/lib/action-sheet.service.mjs +3 -3
  50. package/esm2022/alert/lib/alert.component.mjs +3 -3
  51. package/esm2022/alert/lib/alert.module.mjs +4 -4
  52. package/esm2022/avatar/lib/avatar-group.component.mjs +3 -3
  53. package/esm2022/avatar/lib/avatar.component.mjs +3 -3
  54. package/esm2022/avatar/lib/avatar.module.mjs +4 -4
  55. package/esm2022/badge/lib/badge.component.mjs +3 -3
  56. package/esm2022/badge/lib/badge.module.mjs +4 -4
  57. package/esm2022/breadcrumbs/lib/breadcrumbs-item.component.mjs +3 -3
  58. package/esm2022/breadcrumbs/lib/breadcrumbs.component.mjs +3 -3
  59. package/esm2022/breadcrumbs/lib/breadcrumbs.module.mjs +4 -4
  60. package/esm2022/button/lib/button-group.component.mjs +36 -29
  61. package/esm2022/button/lib/button-item.class.mjs +1 -1
  62. package/esm2022/button/lib/button-item.component.mjs +46 -32
  63. package/esm2022/button/lib/button.component.mjs +10 -7
  64. package/esm2022/button/lib/button.module.mjs +4 -4
  65. package/esm2022/{color-picker/acorex-components-color-picker.mjs → button-group/acorex-components-button-group.mjs} +1 -1
  66. package/esm2022/button-group/index.mjs +3 -0
  67. package/esm2022/button-group/lib/button-group.component.mjs +97 -0
  68. package/esm2022/button-group/lib/button-group.module.mjs +21 -0
  69. package/esm2022/calendar/lib/calendar-range.component.mjs +14 -13
  70. package/esm2022/calendar/lib/calendar.class.mjs +19 -18
  71. package/esm2022/calendar/lib/calendar.component.mjs +80 -40
  72. package/esm2022/calendar/lib/calendar.module.mjs +4 -4
  73. package/esm2022/check-box/lib/check-box.component.mjs +9 -5
  74. package/esm2022/check-box/lib/check-box.module.mjs +4 -4
  75. package/esm2022/chips/lib/chips.component.mjs +3 -3
  76. package/esm2022/chips/lib/chips.module.mjs +4 -4
  77. package/esm2022/collapse/lib/collapse-group.component.mjs +3 -3
  78. package/esm2022/collapse/lib/collapse.component.mjs +3 -3
  79. package/esm2022/collapse/lib/collapse.module.mjs +4 -4
  80. package/esm2022/color-box/acorex-components-color-box.mjs +5 -0
  81. package/esm2022/color-box/index.mjs +3 -0
  82. package/esm2022/color-box/lib/color-box.component.mjs +91 -0
  83. package/esm2022/color-box/lib/color-box.module.mjs +24 -0
  84. package/esm2022/color-palette/lib/color-palette-input.component.mjs +3 -3
  85. package/esm2022/color-palette/lib/color-palette-picker.component.mjs +13 -13
  86. package/esm2022/color-palette/lib/color-palette-preview.component.mjs +3 -3
  87. package/esm2022/color-palette/lib/color-palette-swatches.component.mjs +3 -3
  88. package/esm2022/color-palette/lib/color-palette.class.mjs +6 -6
  89. package/esm2022/color-palette/lib/color-palette.component.mjs +5 -5
  90. package/esm2022/color-palette/lib/color-palette.module.mjs +4 -4
  91. package/esm2022/common/index.mjs +6 -4
  92. package/esm2022/common/lib/classes/components.class.mjs +22 -22
  93. package/esm2022/common/lib/classes/styles.class.mjs +1 -2
  94. package/esm2022/common/lib/common.module.mjs +4 -4
  95. package/esm2022/common/lib/components/base-component.class.mjs +3 -3
  96. package/esm2022/common/lib/components/button-base-component.class.mjs +4 -18
  97. package/esm2022/common/lib/components/input-base-value-component.class.mjs +3 -3
  98. package/esm2022/common/lib/components/interactive-component.class.mjs +14 -1
  99. package/esm2022/common/lib/components/value-component.class.mjs +6 -6
  100. package/esm2022/common/lib/directives/auto-focus.directive.mjs +3 -3
  101. package/esm2022/common/lib/directives/delayed-value-changed.directive.mjs +3 -3
  102. package/esm2022/common/lib/directives/hotkey.directive.mjs +3 -3
  103. package/esm2022/common/lib/directives/infinite-scroll.directive.mjs +3 -3
  104. package/esm2022/common/lib/directives/responsive.directive.mjs +3 -3
  105. package/esm2022/common/lib/services/dom.service.mjs +3 -3
  106. package/esm2022/common/lib/services/hotkey.service.mjs +3 -3
  107. package/esm2022/common/lib/types/direction.mjs +2 -0
  108. package/esm2022/common/lib/types/orientation.mjs +2 -0
  109. package/esm2022/common/lib/types/placement.mjs +160 -0
  110. package/esm2022/common/lib/types/range.mjs +2 -0
  111. package/esm2022/common/lib/types/selection-mode.mjs +5 -0
  112. package/esm2022/context-menu/lib/context-menu.component.mjs +3 -3
  113. package/esm2022/context-menu/lib/context-menu.module.mjs +4 -4
  114. package/esm2022/data-pager/lib/data-pager-base.component.mjs +6 -6
  115. package/esm2022/data-pager/lib/data-pager-info.component.mjs +3 -3
  116. package/esm2022/data-pager/lib/data-pager-input-selector.component.mjs +3 -3
  117. package/esm2022/data-pager/lib/data-pager-next-buttons.components.mjs +4 -4
  118. package/esm2022/data-pager/lib/data-pager-numeric-selector.component.mjs +15 -18
  119. package/esm2022/data-pager/lib/data-pager-pagesize-dropdown.component.mjs +7 -7
  120. package/esm2022/data-pager/lib/data-pager-prev-buttons.component.mjs +4 -4
  121. package/esm2022/data-pager/lib/data-pager.component.mjs +5 -5
  122. package/esm2022/data-pager/lib/data-pager.module.mjs +8 -7
  123. package/esm2022/data-table/lib/data-column.directive.mjs +6 -8
  124. package/esm2022/data-table/lib/data-table.component.mjs +3 -3
  125. package/esm2022/data-table/lib/data-table.module.mjs +4 -4
  126. package/esm2022/datetime-box/acorex-components-datetime-box.mjs +5 -0
  127. package/esm2022/datetime-box/index.mjs +3 -0
  128. package/esm2022/datetime-box/lib/datetime-box.component.mjs +109 -0
  129. package/esm2022/datetime-box/lib/datetime-box.module.mjs +38 -0
  130. package/esm2022/datetime-input/acorex-components-datetime-input.mjs +5 -0
  131. package/esm2022/datetime-input/index.mjs +3 -0
  132. package/esm2022/datetime-input/lib/datetime-input.component.mjs +522 -0
  133. package/esm2022/datetime-input/lib/datetime-input.module.mjs +23 -0
  134. package/esm2022/datetime-picker/acorex-components-datetime-picker.mjs +5 -0
  135. package/esm2022/datetime-picker/index.mjs +3 -0
  136. package/esm2022/datetime-picker/lib/datetime-picker.component.mjs +232 -0
  137. package/esm2022/datetime-picker/lib/datetime-picker.module.mjs +41 -0
  138. package/esm2022/decorators/index.mjs +5 -5
  139. package/esm2022/decorators/lib/components/clear-button.component.mjs +58 -0
  140. package/esm2022/decorators/lib/components/close-button.component.mjs +43 -0
  141. package/esm2022/decorators/lib/components/generic-content.component.mjs +17 -0
  142. package/esm2022/decorators/lib/components/icon.component.mjs +26 -0
  143. package/esm2022/decorators/lib/decorators.module.mjs +10 -10
  144. package/esm2022/dialog/lib/dialog.component.mjs +4 -4
  145. package/esm2022/dialog/lib/dialog.module.mjs +4 -4
  146. package/esm2022/dialog/lib/dialog.service.mjs +3 -3
  147. package/esm2022/drawer/lib/drawer-container.component.mjs +3 -3
  148. package/esm2022/drawer/lib/drawer.component.mjs +3 -3
  149. package/esm2022/drawer/lib/drawer.module.mjs +4 -4
  150. package/esm2022/dropdown/index.mjs +3 -1
  151. package/esm2022/dropdown/lib/dropdown-box.class.mjs +38 -0
  152. package/esm2022/dropdown/lib/dropdown-box.component.mjs +94 -0
  153. package/esm2022/dropdown/lib/dropdown-panel.component.mjs +88 -37
  154. package/esm2022/dropdown/lib/dropdown.module.mjs +8 -7
  155. package/esm2022/form/index.mjs +2 -1
  156. package/esm2022/form/lib/form-field.component.mjs +3 -3
  157. package/esm2022/form/lib/form.component.mjs +3 -3
  158. package/esm2022/form/lib/form.config.mjs +36 -0
  159. package/esm2022/form/lib/form.module.mjs +6 -28
  160. package/esm2022/form/lib/validation-rule.widget.mjs +8 -7
  161. package/esm2022/form/lib/validation-summary.component.mjs +4 -4
  162. package/esm2022/image/lib/image.component.mjs +3 -3
  163. package/esm2022/image/lib/image.module.mjs +4 -4
  164. package/esm2022/label/lib/label.component.mjs +3 -3
  165. package/esm2022/label/lib/label.module.mjs +4 -4
  166. package/esm2022/loading/lib/loading-spinner.component.mjs +3 -3
  167. package/esm2022/loading/lib/loading.component.mjs +3 -3
  168. package/esm2022/loading/lib/loading.directive.mjs +3 -3
  169. package/esm2022/loading/lib/loading.module.mjs +4 -4
  170. package/esm2022/loading/lib/loading.service.mjs +3 -3
  171. package/esm2022/menu/lib/menu.component.mjs +3 -3
  172. package/esm2022/menu/lib/menu.module.mjs +4 -4
  173. package/esm2022/mixin/lib/base-components.class.mjs +3 -3
  174. package/esm2022/mixin/lib/selection-component.class.mjs +3 -3
  175. package/esm2022/mixin/lib/value-mixin.class.mjs +3 -3
  176. package/esm2022/notification/lib/notification.component.mjs +3 -3
  177. package/esm2022/notification/lib/notification.module.mjs +4 -4
  178. package/esm2022/notification/lib/notification.service.mjs +3 -3
  179. package/esm2022/number-box/lib/number-box.component.mjs +3 -3
  180. package/esm2022/number-box/lib/number-box.module.mjs +4 -4
  181. package/esm2022/otp/lib/otp.component.mjs +23 -11
  182. package/esm2022/otp/lib/otp.module.mjs +4 -4
  183. package/esm2022/page/lib/base-page.class.mjs +3 -3
  184. package/esm2022/page/lib/page.component.mjs +3 -3
  185. package/esm2022/page/lib/page.module.mjs +4 -4
  186. package/esm2022/password-box/lib/password-box.component.mjs +3 -3
  187. package/esm2022/password-box/lib/password-box.module.mjs +4 -4
  188. package/esm2022/picker/acorex-components-picker.mjs +5 -0
  189. package/esm2022/picker/index.mjs +4 -0
  190. package/esm2022/picker/lib/picker-column.directive.mjs +73 -0
  191. package/esm2022/picker/lib/picker.component.mjs +148 -0
  192. package/esm2022/picker/lib/picker.module.mjs +22 -0
  193. package/esm2022/popover/index.mjs +1 -2
  194. package/esm2022/popover/lib/popover.component.mjs +241 -176
  195. package/esm2022/popover/lib/popover.module.mjs +4 -4
  196. package/esm2022/popup/lib/popup.component.mjs +37 -12
  197. package/esm2022/popup/lib/popup.module.mjs +4 -4
  198. package/esm2022/popup/lib/popup.service.mjs +9 -6
  199. package/esm2022/progress-bar/lib/progress-bar.component.mjs +4 -4
  200. package/esm2022/progress-bar/lib/progress-bar.module.mjs +4 -4
  201. package/esm2022/radio/lib/radio.component.mjs +36 -21
  202. package/esm2022/radio/lib/radio.module.mjs +4 -4
  203. package/esm2022/range-slider/lib/range-slider.component.mjs +21 -34
  204. package/esm2022/range-slider/lib/range-slider.module.mjs +4 -4
  205. package/esm2022/result/lib/result.component.mjs +6 -6
  206. package/esm2022/result/lib/result.module.mjs +4 -4
  207. package/esm2022/scheduler/index.mjs +2 -1
  208. package/esm2022/scheduler/lib/scheduler-month-view.component.mjs +16 -9
  209. package/esm2022/scheduler/lib/scheduler-week-view.component.mjs +12 -0
  210. package/esm2022/scheduler/lib/scheduler.component.mjs +27 -14
  211. package/esm2022/scheduler/lib/scheduler.module.mjs +10 -9
  212. package/esm2022/search-box/lib/search-box.component.mjs +3 -3
  213. package/esm2022/search-box/lib/search-box.module.mjs +4 -4
  214. package/esm2022/select-box/lib/select-box.component.mjs +7 -7
  215. package/esm2022/select-box/lib/select-box.module.mjs +4 -4
  216. package/esm2022/selection-list/lib/selection-list.component.mjs +3 -3
  217. package/esm2022/selection-list/lib/selection-list.module.mjs +4 -4
  218. package/esm2022/switch/lib/switch-content.component.mjs +3 -3
  219. package/esm2022/switch/lib/switch.component.mjs +3 -3
  220. package/esm2022/switch/lib/switch.module.mjs +4 -4
  221. package/esm2022/tabs/lib/tab-content.directive.mjs +3 -3
  222. package/esm2022/tabs/lib/tab-item.component.mjs +23 -53
  223. package/esm2022/tabs/lib/tabs.class.mjs +1 -1
  224. package/esm2022/tabs/lib/tabs.component.mjs +19 -28
  225. package/esm2022/tabs/lib/tabs.module.mjs +4 -4
  226. package/esm2022/tag/lib/tag.component.mjs +8 -10
  227. package/esm2022/tag/lib/tag.module.mjs +4 -4
  228. package/esm2022/text-area/lib/text-area.component.mjs +3 -3
  229. package/esm2022/text-area/lib/text-area.module.mjs +4 -4
  230. package/esm2022/text-box/lib/mask-options.directive.mjs +3 -3
  231. package/esm2022/text-box/lib/text-box.component.mjs +3 -3
  232. package/esm2022/text-box/lib/text-box.module.mjs +4 -4
  233. package/esm2022/toast/lib/toast.component.mjs +3 -3
  234. package/esm2022/toast/lib/toast.module.mjs +4 -4
  235. package/esm2022/toast/lib/toast.service.mjs +3 -3
  236. package/esm2022/tooltip/lib/tooltip.component.mjs +9 -13
  237. package/esm2022/tooltip/lib/tooltip.directive.mjs +35 -143
  238. package/esm2022/tooltip/lib/tooltip.module.mjs +4 -4
  239. package/esm2022/uploader/index.mjs +4 -2
  240. package/esm2022/uploader/lib/uploader-drop-zone.component.mjs +13 -0
  241. package/esm2022/uploader/lib/uploader-list.component.mjs +14 -0
  242. package/esm2022/uploader/lib/uploader-overlay.component.mjs +12 -0
  243. package/esm2022/uploader/lib/uploader.module.mjs +14 -11
  244. package/fesm2022/acorex-components-action-sheet.mjs +10 -10
  245. package/fesm2022/acorex-components-alert.mjs +7 -7
  246. package/fesm2022/acorex-components-avatar.mjs +10 -10
  247. package/fesm2022/acorex-components-badge.mjs +7 -7
  248. package/fesm2022/acorex-components-breadcrumbs.mjs +10 -10
  249. package/fesm2022/acorex-components-button-group.mjs +122 -0
  250. package/fesm2022/acorex-components-button-group.mjs.map +1 -0
  251. package/fesm2022/acorex-components-button.mjs +134 -113
  252. package/fesm2022/acorex-components-button.mjs.map +1 -1
  253. package/fesm2022/acorex-components-calendar.mjs +110 -68
  254. package/fesm2022/acorex-components-calendar.mjs.map +1 -1
  255. package/fesm2022/acorex-components-check-box.mjs +12 -8
  256. package/fesm2022/acorex-components-check-box.mjs.map +1 -1
  257. package/fesm2022/acorex-components-chips.mjs +7 -7
  258. package/fesm2022/acorex-components-collapse.mjs +10 -10
  259. package/fesm2022/acorex-components-color-box.mjs +116 -0
  260. package/fesm2022/acorex-components-color-box.mjs.map +1 -0
  261. package/fesm2022/acorex-components-color-palette.mjs +36 -36
  262. package/fesm2022/acorex-components-color-palette.mjs.map +1 -1
  263. package/fesm2022/acorex-components-common.mjs +236 -149
  264. package/fesm2022/acorex-components-common.mjs.map +1 -1
  265. package/fesm2022/acorex-components-context-menu.mjs +7 -7
  266. package/fesm2022/acorex-components-data-pager.mjs +52 -54
  267. package/fesm2022/acorex-components-data-pager.mjs.map +1 -1
  268. package/fesm2022/acorex-components-data-table.mjs +12 -14
  269. package/fesm2022/acorex-components-data-table.mjs.map +1 -1
  270. package/fesm2022/acorex-components-datetime-box.mjs +146 -0
  271. package/fesm2022/acorex-components-datetime-box.mjs.map +1 -0
  272. package/fesm2022/acorex-components-datetime-input.mjs +547 -0
  273. package/fesm2022/acorex-components-datetime-input.mjs.map +1 -0
  274. package/fesm2022/acorex-components-datetime-picker.mjs +273 -0
  275. package/fesm2022/acorex-components-datetime-picker.mjs.map +1 -0
  276. package/fesm2022/acorex-components-decorators.mjs +50 -50
  277. package/fesm2022/acorex-components-decorators.mjs.map +1 -1
  278. package/fesm2022/acorex-components-dialog.mjs +11 -11
  279. package/fesm2022/acorex-components-dialog.mjs.map +1 -1
  280. package/fesm2022/acorex-components-drawer.mjs +10 -10
  281. package/fesm2022/acorex-components-dropdown.mjs +217 -44
  282. package/fesm2022/acorex-components-dropdown.mjs.map +1 -1
  283. package/fesm2022/acorex-components-form.mjs +58 -44
  284. package/fesm2022/acorex-components-form.mjs.map +1 -1
  285. package/fesm2022/acorex-components-image.mjs +7 -7
  286. package/fesm2022/acorex-components-label.mjs +7 -7
  287. package/fesm2022/acorex-components-loading.mjs +16 -16
  288. package/fesm2022/acorex-components-menu.mjs +7 -7
  289. package/fesm2022/acorex-components-mixin.mjs +6 -7
  290. package/fesm2022/acorex-components-mixin.mjs.map +1 -1
  291. package/fesm2022/acorex-components-notification.mjs +10 -10
  292. package/fesm2022/acorex-components-notification.mjs.map +1 -1
  293. package/fesm2022/acorex-components-number-box.mjs +7 -7
  294. package/fesm2022/acorex-components-otp.mjs +27 -15
  295. package/fesm2022/acorex-components-otp.mjs.map +1 -1
  296. package/fesm2022/acorex-components-page.mjs +10 -10
  297. package/fesm2022/acorex-components-password-box.mjs +7 -7
  298. package/fesm2022/acorex-components-picker.mjs +242 -0
  299. package/fesm2022/acorex-components-picker.mjs.map +1 -0
  300. package/fesm2022/acorex-components-popover.mjs +246 -251
  301. package/fesm2022/acorex-components-popover.mjs.map +1 -1
  302. package/fesm2022/acorex-components-popup.mjs +48 -20
  303. package/fesm2022/acorex-components-popup.mjs.map +1 -1
  304. package/fesm2022/acorex-components-progress-bar.mjs +8 -8
  305. package/fesm2022/acorex-components-progress-bar.mjs.map +1 -1
  306. package/fesm2022/acorex-components-radio.mjs +39 -25
  307. package/fesm2022/acorex-components-radio.mjs.map +1 -1
  308. package/fesm2022/acorex-components-range-slider.mjs +24 -37
  309. package/fesm2022/acorex-components-range-slider.mjs.map +1 -1
  310. package/fesm2022/acorex-components-result.mjs +9 -9
  311. package/fesm2022/acorex-components-result.mjs.map +1 -1
  312. package/fesm2022/acorex-components-scheduler.mjs +50 -25
  313. package/fesm2022/acorex-components-scheduler.mjs.map +1 -1
  314. package/fesm2022/acorex-components-search-box.mjs +7 -7
  315. package/fesm2022/acorex-components-select-box.mjs +10 -10
  316. package/fesm2022/acorex-components-select-box.mjs.map +1 -1
  317. package/fesm2022/acorex-components-selection-list.mjs +7 -7
  318. package/fesm2022/acorex-components-switch.mjs +10 -10
  319. package/fesm2022/acorex-components-tabs.mjs +45 -85
  320. package/fesm2022/acorex-components-tabs.mjs.map +1 -1
  321. package/fesm2022/acorex-components-tag.mjs +11 -13
  322. package/fesm2022/acorex-components-tag.mjs.map +1 -1
  323. package/fesm2022/acorex-components-text-area.mjs +7 -7
  324. package/fesm2022/acorex-components-text-box.mjs +10 -10
  325. package/fesm2022/acorex-components-toast.mjs +10 -10
  326. package/fesm2022/acorex-components-tooltip.mjs +45 -157
  327. package/fesm2022/acorex-components-tooltip.mjs.map +1 -1
  328. package/fesm2022/acorex-components-uploader.mjs +38 -103
  329. package/fesm2022/acorex-components-uploader.mjs.map +1 -1
  330. package/form/index.d.ts +1 -0
  331. package/form/lib/form.config.d.ts +17 -0
  332. package/form/lib/form.module.d.ts +0 -1
  333. package/form/lib/validation-rule.widget.d.ts +1 -0
  334. package/mixin/lib/base-components.class.d.ts +2 -2
  335. package/mixin/lib/base-menu-mixin.class.d.ts +5 -5
  336. package/mixin/lib/button-mixin.class.d.ts +2 -2
  337. package/mixin/lib/clickable-mixin.class.d.ts +2 -2
  338. package/mixin/lib/color-look-mixing.class.d.ts +2 -2
  339. package/mixin/lib/datalist-component.class.d.ts +10 -10
  340. package/mixin/lib/dropdown-mixin.class.d.ts +2 -2
  341. package/mixin/lib/interactive-mixin.class.d.ts +4 -4
  342. package/mixin/lib/mixin.class.d.ts +61 -61
  343. package/mixin/lib/page-component.class.d.ts +2 -2
  344. package/mixin/lib/selection-component.class.d.ts +2 -2
  345. package/mixin/lib/sizable-mixin.class.d.ts +2 -2
  346. package/mixin/lib/textbox-mixin.class.d.ts +2 -2
  347. package/mixin/lib/value-mixin.class.d.ts +8 -8
  348. package/otp/lib/otp.component.d.ts +10 -6
  349. package/package.json +42 -24
  350. package/picker/README.md +3 -0
  351. package/picker/index.d.ts +3 -0
  352. package/picker/lib/picker-column.directive.d.ts +16 -0
  353. package/picker/lib/picker.component.d.ts +30 -0
  354. package/picker/lib/picker.module.d.ts +9 -0
  355. package/popover/index.d.ts +0 -1
  356. package/popover/lib/popover.component.d.ts +43 -27
  357. package/popup/lib/popup.component.d.ts +6 -6
  358. package/radio/lib/radio.component.d.ts +8 -10
  359. package/range-slider/lib/range-slider.component.d.ts +12 -12
  360. package/result/lib/result.component.d.ts +2 -2
  361. package/scheduler/index.d.ts +1 -0
  362. package/scheduler/lib/scheduler-month-view.component.d.ts +2 -1
  363. package/scheduler/lib/scheduler-week-view.component.d.ts +6 -0
  364. package/scheduler/lib/scheduler.component.d.ts +6 -0
  365. package/scheduler/lib/scheduler.module.d.ts +7 -6
  366. package/tabs/lib/tab-item.component.d.ts +7 -38
  367. package/tabs/lib/tabs.class.d.ts +2 -1
  368. package/tabs/lib/tabs.component.d.ts +7 -9
  369. package/tag/lib/tag.component.d.ts +2 -4
  370. package/tooltip/lib/tooltip.component.d.ts +3 -6
  371. package/tooltip/lib/tooltip.directive.d.ts +11 -17
  372. package/uploader/index.d.ts +3 -1
  373. package/uploader/lib/uploader-drop-zone.component.d.ts +6 -0
  374. package/uploader/lib/uploader-list.component.d.ts +6 -0
  375. package/uploader/lib/uploader-overlay.component.d.ts +6 -0
  376. package/uploader/lib/uploader.module.d.ts +7 -4
  377. package/color-picker/README.md +0 -3
  378. package/color-picker/index.d.ts +0 -2
  379. package/color-picker/lib/color-picker.component.d.ts +0 -191
  380. package/color-picker/lib/color-picker.module.d.ts +0 -18
  381. package/common/lib/classes/drawing.class.d.ts +0 -9
  382. package/common/lib/constant/positions.d.ts +0 -75
  383. package/date-picker/README.md +0 -3
  384. package/date-picker/index.d.ts +0 -2
  385. package/date-picker/lib/datepicker.component.d.ts +0 -40
  386. package/date-picker/lib/datepicker.module.d.ts +0 -15
  387. package/esm2022/color-picker/index.mjs +0 -3
  388. package/esm2022/color-picker/lib/color-picker.component.mjs +0 -116
  389. package/esm2022/color-picker/lib/color-picker.module.mjs +0 -61
  390. package/esm2022/common/lib/classes/data.class.mjs +0 -2
  391. package/esm2022/common/lib/classes/drawing.class.mjs +0 -2
  392. package/esm2022/common/lib/constant/positions.mjs +0 -75
  393. package/esm2022/date-picker/acorex-components-date-picker.mjs +0 -5
  394. package/esm2022/date-picker/index.mjs +0 -3
  395. package/esm2022/date-picker/lib/datepicker.component.mjs +0 -128
  396. package/esm2022/date-picker/lib/datepicker.module.mjs +0 -44
  397. package/esm2022/decorators/lib/clear-button.component.mjs +0 -58
  398. package/esm2022/decorators/lib/close-button.component.mjs +0 -43
  399. package/esm2022/decorators/lib/generic-content.component.mjs +0 -17
  400. package/esm2022/decorators/lib/icon.component.mjs +0 -26
  401. package/esm2022/popover/lib/dropdown-component.class.mjs +0 -73
  402. package/esm2022/time-box/acorex-components-time-box.mjs +0 -5
  403. package/esm2022/time-box/index.mjs +0 -3
  404. package/esm2022/time-box/lib/time-box.component.mjs +0 -294
  405. package/esm2022/time-box/lib/time-box.module.mjs +0 -32
  406. package/esm2022/uploader/lib/uploader.component.mjs +0 -99
  407. package/fesm2022/acorex-components-color-picker.mjs +0 -178
  408. package/fesm2022/acorex-components-color-picker.mjs.map +0 -1
  409. package/fesm2022/acorex-components-date-picker.mjs +0 -173
  410. package/fesm2022/acorex-components-date-picker.mjs.map +0 -1
  411. package/fesm2022/acorex-components-time-box.mjs +0 -329
  412. package/fesm2022/acorex-components-time-box.mjs.map +0 -1
  413. package/popover/lib/dropdown-component.class.d.ts +0 -17
  414. package/time-box/README.md +0 -3
  415. package/time-box/index.d.ts +0 -2
  416. package/time-box/lib/time-box.component.d.ts +0 -50
  417. package/time-box/lib/time-box.module.d.ts +0 -11
  418. package/uploader/lib/uploader.component.d.ts +0 -28
  419. /package/common/lib/{classes/data.class.d.ts → types/range.d.ts} +0 -0
  420. /package/decorators/lib/{clear-button.component.d.ts → components/clear-button.component.d.ts} +0 -0
  421. /package/decorators/lib/{close-button.component.d.ts → components/close-button.component.d.ts} +0 -0
  422. /package/decorators/lib/{generic-content.component.d.ts → components/generic-content.component.d.ts} +0 -0
  423. /package/decorators/lib/{icon.component.d.ts → components/icon.component.d.ts} +0 -0
@@ -1,86 +1,23 @@
1
- import { ChangeDetectorRef, ElementRef, EventEmitter, NgZone, QueryList } from '@angular/core';
1
+ import { AXItemClickEvent, AXSelectionMode, AXSelectionValueChangedEvent, MXColorLookComponent, MXInteractiveComponent } from '@acorex/components/common';
2
+ import { EventEmitter } from '@angular/core';
2
3
  import { AXButtonComponent } from './button.component';
3
- import { AXClickEvent, AXItemClickEvent, AXSelectionMode, AXSelectionValueChangedEvent } from '@acorex/components/common';
4
- import { AXBaseComponent } from '@acorex/components/mixin';
5
4
  import * as i0 from "@angular/core";
6
- export declare const AXBaseButtonGroupMixin: (abstract new (...args: any[]) => {
7
- "__#4805@#disabled": boolean;
8
- disabled: boolean;
9
- "__#4805@#tabIndex": number;
10
- tabIndex: number;
11
- onFocus: EventEmitter<import("@acorex/components/common").AXFocusEvent>;
12
- _emitOnFocusEvent(e: FocusEvent): void;
13
- onBlur: EventEmitter<import("@acorex/components/common").AXFocusEvent>;
14
- _emitOnBlurEvent(e: FocusEvent): void;
15
- focus(): void;
16
- hasFocus(): boolean;
17
- id: string;
18
- "__#4802@#rtl": boolean;
19
- rtl: boolean;
20
- "__#4802@#elementRef": ElementRef<any>;
21
- _cdr: ChangeDetectorRef;
22
- _isInited: boolean;
23
- _isRendered: boolean;
24
- ngOnInit(): void;
25
- ngAfterViewInit(): void;
26
- ngOnDestroy(): void;
27
- _getHostElement<T = HTMLElement>(): T;
28
- _getInnerElement<T_1 = HTMLElement>(): T_1;
29
- _onInternalInit(): void;
30
- _onInternalViewInit(): void;
31
- _onInternalDestroy(): void;
32
- onInit(): void;
33
- onViewInit(): void;
34
- onDestroy(): void;
35
- _applyRtl(): void;
36
- _onOptionChanging(option: import("@acorex/components/mixin").AXComponentOptionChanging): any;
37
- _onOptionChanged(option: import("@acorex/components/mixin").AXComponentOptionChanged): void;
38
- _setOption(option: import("@acorex/components/mixin").AXComponentSetOption): void;
39
- }) & (new (...args: any[]) => {
40
- colorChange: EventEmitter<import("@acorex/components/common").AXStyleColorType>;
41
- _color: import("@acorex/components/common").AXStyleColorType;
42
- color: import("@acorex/components/common").AXStyleColorType;
43
- lookChange: EventEmitter<import("@acorex/components/common").AXStyleLookType>;
44
- _look?: import("@acorex/components/common").AXStyleLookType;
45
- look: import("@acorex/components/common").AXStyleLookType;
46
- id: string;
47
- "__#4802@#rtl": boolean;
48
- rtl: boolean;
49
- "__#4802@#elementRef": ElementRef<any>;
50
- _cdr: ChangeDetectorRef;
51
- _isInited: boolean;
52
- _isRendered: boolean;
53
- ngOnInit(): void;
54
- ngAfterViewInit(): void;
55
- ngOnDestroy(): void;
56
- _getHostElement<T_2 = HTMLElement>(): T_2;
57
- _getInnerElement<T_1_1 = HTMLElement>(): T_1_1;
58
- _onInternalInit(): void;
59
- _onInternalViewInit(): void;
60
- _onInternalDestroy(): void;
61
- onInit(): void;
62
- onViewInit(): void;
63
- onDestroy(): void;
64
- _applyRtl(): void;
65
- _onOptionChanging(option: import("@acorex/components/mixin").AXComponentOptionChanging): any;
66
- _onOptionChanged(option: import("@acorex/components/mixin").AXComponentOptionChanged): void;
67
- _setOption(option: import("@acorex/components/mixin").AXComponentSetOption): void;
68
- }) & typeof AXBaseComponent;
69
- export declare class AXButtonGroupComponent extends AXBaseButtonGroupMixin {
70
- private zone;
5
+ declare const AXButtonGroupComponent_base: import("polytype").Polytype.ClusteredConstructor<[typeof MXInteractiveComponent, typeof MXColorLookComponent]>;
6
+ export declare class AXButtonGroupComponent extends AXButtonGroupComponent_base {
71
7
  selectionChange: EventEmitter<AXSelectionMode>;
72
8
  private _selection;
73
9
  get selection(): AXSelectionMode;
74
10
  set selection(value: AXSelectionMode);
75
11
  onItemClick: EventEmitter<AXItemClickEvent<AXButtonComponent>>;
76
12
  onValueChanged: EventEmitter<AXSelectionValueChangedEvent>;
77
- _contentButtons: QueryList<AXButtonComponent>;
78
- constructor(elementRef: ElementRef, zone: NgZone, cdr: ChangeDetectorRef);
13
+ private _contentButtons;
79
14
  ngAfterContentInit(): void;
80
15
  private _bindEvents;
81
16
  private _bindProps;
82
- onOptionChanged(option: any): void;
83
- _handleClickEvent(e: AXClickEvent, button: any): void;
17
+ internalOptionChanged(): void;
18
+ private _handleClickEvent;
19
+ private clearSelection;
84
20
  static ɵfac: i0.ɵɵFactoryDeclaration<AXButtonGroupComponent, never>;
85
- static ɵcmp: i0.ɵɵComponentDeclaration<AXButtonGroupComponent, "ax-button-group", never, { "disabled": { "alias": "disabled"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "color": { "alias": "color"; "required": false; }; "look": { "alias": "look"; "required": false; }; "selection": { "alias": "selection"; "required": false; }; }, { "onBlur": "onBlur"; "onFocus": "onFocus"; "lookChange": "lookChange"; "colorChange": "colorChange"; "selectionChange": "selectionChange"; "onItemClick": "onItemClick"; }, ["_contentButtons"], ["ax-button"], false, never>;
21
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXButtonGroupComponent, "ax-button-group", never, { "disabled": { "alias": "disabled"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "color": { "alias": "color"; "required": false; }; "look": { "alias": "look"; "required": false; }; "selection": { "alias": "selection"; "required": false; }; }, { "onBlur": "onBlur"; "onFocus": "onFocus"; "lookChange": "lookChange"; "colorChange": "colorChange"; "disabledChange": "disabledChange"; "selectionChange": "selectionChange"; "onItemClick": "onItemClick"; }, ["_contentButtons"], ["ax-button"], false, never>;
86
22
  }
23
+ export {};
@@ -10,7 +10,7 @@ export interface AXClickItemBase {
10
10
  badge?: string;
11
11
  disabled?: boolean;
12
12
  selected?: boolean;
13
- seperated?: boolean;
13
+ separated?: boolean;
14
14
  name?: string;
15
15
  data?: unknown;
16
16
  onClick?: (e?: {
@@ -24,5 +24,3 @@ export interface AXButtonItem extends AXClickItemBase {
24
24
  loading?: boolean;
25
25
  autofocus?: boolean;
26
26
  }
27
- export interface AXMenuItem extends AXClickItemBase {
28
- }
@@ -1,82 +1,19 @@
1
- import { ChangeDetectorRef, ElementRef } from '@angular/core';
2
- import { AXStyleColorType } from '@acorex/components/common';
3
- import { AXBaseComponent } from '@acorex/components/mixin';
1
+ import { MXColorComponent, MXInteractiveComponent } from '@acorex/components/common';
4
2
  import * as i0 from "@angular/core";
5
- export declare const AXBaseItemButtonMixin: (abstract new (...args: any[]) => {
6
- "__#4805@#disabled": boolean;
7
- disabled: boolean;
8
- "__#4805@#tabIndex": number;
9
- tabIndex: number;
10
- onFocus: import("@angular/core").EventEmitter<import("@acorex/components/common").AXFocusEvent>;
11
- _emitOnFocusEvent(e: FocusEvent): void;
12
- onBlur: import("@angular/core").EventEmitter<import("@acorex/components/common").AXFocusEvent>;
13
- _emitOnBlurEvent(e: FocusEvent): void;
14
- focus(): void;
15
- hasFocus(): boolean;
16
- id: string;
17
- "__#4802@#rtl": boolean;
18
- rtl: boolean;
19
- "__#4802@#elementRef": ElementRef<any>;
20
- _cdr: ChangeDetectorRef;
21
- _isInited: boolean;
22
- _isRendered: boolean;
23
- ngOnInit(): void;
24
- ngAfterViewInit(): void;
25
- ngOnDestroy(): void;
26
- _getHostElement<T = HTMLElement>(): T;
27
- _getInnerElement<T_1 = HTMLElement>(): T_1;
28
- _onInternalInit(): void;
29
- _onInternalViewInit(): void;
30
- _onInternalDestroy(): void;
31
- onInit(): void;
32
- onViewInit(): void;
33
- onDestroy(): void;
34
- _applyRtl(): void;
35
- _onOptionChanging(option: import("@acorex/components/mixin").AXComponentOptionChanging): any;
36
- _onOptionChanged(option: import("@acorex/components/mixin").AXComponentOptionChanged): void;
37
- _setOption(option: import("@acorex/components/mixin").AXComponentSetOption): void;
38
- }) & (new (...args: any[]) => {
39
- onClick: import("@angular/core").EventEmitter<import("@acorex/components/common").AXClickEvent>;
40
- _emitOnClickEvent(e: MouseEvent): void;
41
- id: string;
42
- "__#4802@#rtl": boolean;
43
- rtl: boolean;
44
- "__#4802@#elementRef": ElementRef<any>;
45
- _cdr: ChangeDetectorRef;
46
- _isInited: boolean;
47
- _isRendered: boolean;
48
- ngOnInit(): void;
49
- ngAfterViewInit(): void;
50
- ngOnDestroy(): void;
51
- _getHostElement<T_2 = HTMLElement>(): T_2; /**
52
- * @ignore
53
- */
54
- _getInnerElement<T_1_1 = HTMLElement>(): T_1_1;
55
- _onInternalInit(): void;
56
- _onInternalViewInit(): void;
57
- _onInternalDestroy(): void;
58
- onInit(): void;
59
- onViewInit(): void;
60
- onDestroy(): void;
61
- _applyRtl(): void;
62
- _onOptionChanging(option: import("@acorex/components/mixin").AXComponentOptionChanging): any;
63
- _onOptionChanged(option: import("@acorex/components/mixin").AXComponentOptionChanged): void;
64
- _setOption(option: import("@acorex/components/mixin").AXComponentSetOption): void;
65
- }) & typeof AXBaseComponent;
66
- export declare class AXButtonItemComponent extends AXBaseItemButtonMixin {
67
- /**
68
- * @ignore
69
- */
70
- constructor(elementRef: ElementRef, cdr: ChangeDetectorRef);
3
+ declare const AXButtonItemComponent_base: import("polytype").Polytype.ClusteredConstructor<[typeof MXInteractiveComponent, typeof MXColorComponent]>;
4
+ export declare class AXButtonItemComponent extends AXButtonItemComponent_base {
71
5
  text: string;
72
- tooltip: string;
73
- selected: boolean;
74
- seperated: boolean;
6
+ private _selected;
7
+ get selected(): boolean;
8
+ set selected(v: boolean);
9
+ divided: boolean;
10
+ data: unknown;
75
11
  name: string;
76
- data: any;
77
- color: AXStyleColorType;
78
12
  private __hostClick;
13
+ private __hostFocus;
14
+ private __hostBlur;
79
15
  private get __hostClass();
80
16
  static ɵfac: i0.ɵɵFactoryDeclaration<AXButtonItemComponent, never>;
81
- static ɵcmp: i0.ɵɵComponentDeclaration<AXButtonItemComponent, "ax-button-item", never, { "text": { "alias": "text"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "seperated": { "alias": "seperated"; "required": false; }; "name": { "alias": "name"; "required": false; }; "data": { "alias": "data"; "required": false; }; "color": { "alias": "color"; "required": false; }; }, { "onClick": "onClick"; }, never, ["ax-prefix", "ax-icon", "ax-suffix"], false, never>;
17
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXButtonItemComponent, "ax-button-item", never, { "color": { "alias": "color"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "text": { "alias": "text"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "divided": { "alias": "divided"; "required": false; }; "data": { "alias": "data"; "required": false; }; "name": { "alias": "name"; "required": false; }; }, { "onClick": "onClick"; "onFocus": "onFocus"; "onBlur": "onBlur"; "disabledChange": "disabledChange"; }, never, ["ax-prefix", "ax-loading", "ax-icon", "ax-suffix", "ax-dropdown-panel"], false, never>;
82
18
  }
19
+ export {};
@@ -21,5 +21,5 @@ export declare class AXButtonComponent extends MXButtonBaseComponent implements
21
21
  private get __hostClass();
22
22
  focus(): void;
23
23
  static ɵfac: i0.ɵɵFactoryDeclaration<AXButtonComponent, never>;
24
- static ɵcmp: i0.ɵɵComponentDeclaration<AXButtonComponent, "ax-button", never, { "disabled": { "alias": "disabled"; "required": false; }; "size": { "alias": "size"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "color": { "alias": "color"; "required": false; }; "look": { "alias": "look"; "required": false; }; "text": { "alias": "text"; "required": false; }; "toggleable": { "alias": "toggleable"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "type": { "alias": "type"; "required": false; }; }, { "onBlur": "onBlur"; "onFocus": "onFocus"; "onClick": "onClick"; "selectedChange": "selectedChange"; "toggleableChange": "toggleableChange"; "lookChange": "lookChange"; "colorChange": "colorChange"; }, never, ["ax-prefix, ax-loading, ax-icon", "ax-content", "ax-suffix", "ax-dropdown-panel"], false, never>;
24
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXButtonComponent, "ax-button", never, { "disabled": { "alias": "disabled"; "required": false; }; "size": { "alias": "size"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "color": { "alias": "color"; "required": false; }; "look": { "alias": "look"; "required": false; }; "text": { "alias": "text"; "required": false; }; "toggleable": { "alias": "toggleable"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "type": { "alias": "type"; "required": false; }; }, { "onBlur": "onBlur"; "onFocus": "onFocus"; "onClick": "onClick"; "selectedChange": "selectedChange"; "toggleableChange": "toggleableChange"; "lookChange": "lookChange"; "colorChange": "colorChange"; "disabledChange": "disabledChange"; }, never, ["ax-prefix, ax-loading, ax-icon", "ax-content", "ax-suffix", "ax-dropdown-panel"], false, never>;
25
25
  }
@@ -0,0 +1,3 @@
1
+ # @acorex/components/button-group
2
+
3
+ Secondary entry point of `@acorex/components`. It can be used by importing from `@acorex/components/button-group`.
@@ -0,0 +1,2 @@
1
+ export * from './lib/button-group.component';
2
+ export * from './lib/button-group.module';
@@ -0,0 +1,21 @@
1
+ import { AXSelectionMode, MXColorLookComponent, MXInteractiveComponent } from '@acorex/components/common';
2
+ import { EventEmitter } from '@angular/core';
3
+ import * as i0 from "@angular/core";
4
+ declare const AXButtonGroupComponent_base: import("polytype").Polytype.ClusteredConstructor<[typeof MXInteractiveComponent, typeof MXColorLookComponent]>;
5
+ export declare class AXButtonGroupComponent extends AXButtonGroupComponent_base {
6
+ private _contentButtons;
7
+ selectionChange: EventEmitter<AXSelectionMode>;
8
+ private _selection;
9
+ get selection(): AXSelectionMode;
10
+ set selection(value: AXSelectionMode);
11
+ ngAfterContentInit(): void;
12
+ private _bindEvents;
13
+ private _bindProps;
14
+ internalOptionChanged(): void;
15
+ private _handleClickEvent;
16
+ private clearSelection;
17
+ private get __hostClass();
18
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXButtonGroupComponent, never>;
19
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXButtonGroupComponent, "ax-button-group-2", never, { "disabled": { "alias": "disabled"; "required": false; }; "color": { "alias": "color"; "required": false; }; "look": { "alias": "look"; "required": false; }; "selection": { "alias": "selection"; "required": false; }; }, { "onBlur": "onBlur"; "onFocus": "onFocus"; "lookChange": "lookChange"; "colorChange": "colorChange"; "disabledChange": "disabledChange"; "selectionChange": "selectionChange"; }, ["_contentButtons"], ["ax-button-item"], false, never>;
20
+ }
21
+ export {};
@@ -0,0 +1,8 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./button-group.component";
3
+ import * as i2 from "@angular/common";
4
+ export declare class AXButtonGroupModule {
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXButtonGroupModule, never>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXButtonGroupModule, [typeof i1.AXButtonGroupComponent], [typeof i2.CommonModule], [typeof i1.AXButtonGroupComponent]>;
7
+ static ɵinj: i0.ɵɵInjectorDeclaration<AXButtonGroupModule>;
8
+ }
@@ -7,6 +7,7 @@ declare const AXCalendarRangeComponent_base: import("polytype").Polytype.Cluster
7
7
  ɵprov: import("@angular/core").ɵɵInjectableDeclaration<MXValueComponent<any>>;
8
8
  }, typeof MXInteractiveComponent, typeof MXCalendarBaseComponent]>;
9
9
  export declare class AXCalendarRangeComponent extends AXCalendarRangeComponent_base {
10
+ private _calendarService;
10
11
  private _c1;
11
12
  private _c2;
12
13
  _navText: string;
@@ -24,6 +25,6 @@ export declare class AXCalendarRangeComponent extends AXCalendarRangeComponent_b
24
25
  private _syncNav1;
25
26
  private _syncNav2;
26
27
  static ɵfac: i0.ɵɵFactoryDeclaration<AXCalendarRangeComponent, never>;
27
- static ɵcmp: i0.ɵɵComponentDeclaration<AXCalendarRangeComponent, "ax-calendar-range", never, { "rtl": { "alias": "rtl"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "value": { "alias": "value"; "required": false; }; "name": { "alias": "name"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "depth": { "alias": "depth"; "required": false; }; "activeView": { "alias": "activeView"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "disabledDates": { "alias": "disabledDates"; "required": false; }; "holidayDates": { "alias": "holidayDates"; "required": false; }; "type": { "alias": "type"; "required": false; }; "cellTemplate": { "alias": "cellTemplate"; "required": false; }; "cellClass": { "alias": "cellClass"; "required": false; }; "showNavigation": { "alias": "showNavigation"; "required": false; }; }, { "onOptionChanged": "onOptionChanged"; "valueChange": "valueChange"; "onValueChanged": "onValueChanged"; "onBlur": "onBlur"; "onFocus": "onFocus"; "depthChange": "depthChange"; "typeChange": "typeChange"; "activeViewChange": "activeViewChange"; "disabledDatesChange": "disabledDatesChange"; "holidayDatesChange": "holidayDatesChange"; "onNavigate": "onNavigate"; "onSlotClick": "onSlotClick"; }, never, ["*"], false, never>;
28
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXCalendarRangeComponent, "ax-calendar-range", never, { "rtl": { "alias": "rtl"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "value": { "alias": "value"; "required": false; }; "name": { "alias": "name"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "depth": { "alias": "depth"; "required": false; }; "activeView": { "alias": "activeView"; "required": false; }; "minValue": { "alias": "minValue"; "required": false; }; "maxValue": { "alias": "maxValue"; "required": false; }; "disabledDates": { "alias": "disabledDates"; "required": false; }; "holidayDates": { "alias": "holidayDates"; "required": false; }; "type": { "alias": "type"; "required": false; }; "cellTemplate": { "alias": "cellTemplate"; "required": false; }; "cellClass": { "alias": "cellClass"; "required": false; }; "showNavigation": { "alias": "showNavigation"; "required": false; }; }, { "onOptionChanged": "onOptionChanged"; "valueChange": "valueChange"; "onValueChanged": "onValueChanged"; "onBlur": "onBlur"; "onFocus": "onFocus"; "depthChange": "depthChange"; "typeChange": "typeChange"; "activeViewChange": "activeViewChange"; "disabledDatesChange": "disabledDatesChange"; "holidayDatesChange": "holidayDatesChange"; "onNavigate": "onNavigate"; "onSlotClick": "onSlotClick"; }, never, ["*"], false, never>;
28
29
  }
29
30
  export {};
@@ -1,6 +1,6 @@
1
1
  import { EventEmitter, TemplateRef } from '@angular/core';
2
2
  import { AXItemClickEvent, AXRangeChangedEvent, MXBaseComponent } from '@acorex/components/common';
3
- import { AXDateTimeRange } from '@acorex/core/dateTime';
3
+ import { AXCalendarService, AXDateTimeRange } from '@acorex/core/dateTime';
4
4
  import * as i0 from "@angular/core";
5
5
  export type AXCalendarViewType = 'year' | 'month' | 'day';
6
6
  export type AXCalendarViewDepth = AXCalendarViewType;
@@ -38,8 +38,9 @@ export interface AXCalendarView {
38
38
  }
39
39
  declare const MXCalendarBaseComponent_base: import("polytype").Polytype.ClusteredConstructor<[typeof MXBaseComponent]>;
40
40
  export declare class MXCalendarBaseComponent extends MXCalendarBaseComponent_base {
41
+ protected calendarService: AXCalendarService;
41
42
  interface: 'calendar' | 'picker';
42
- cellTemplate?: TemplateRef<any>;
43
+ cellTemplate?: TemplateRef<unknown>;
43
44
  cellClass?: AXCalendarCellCssClass;
44
45
  showNavigation: boolean;
45
46
  count: number;
@@ -58,13 +59,13 @@ export declare class MXCalendarBaseComponent extends MXCalendarBaseComponent_bas
58
59
  get depth(): AXCalendarViewDepth;
59
60
  set depth(v: AXCalendarViewDepth);
60
61
  minChange: EventEmitter<Date>;
61
- private _min;
62
- get min(): Date;
63
- set min(v: Date);
62
+ private _minValue;
63
+ get minValue(): Date;
64
+ set minValue(v: Date);
64
65
  maxChange: EventEmitter<Date>;
65
- private _max;
66
- get max(): Date;
67
- set max(v: Date);
66
+ private _maxValue;
67
+ get maxValue(): Date;
68
+ set maxValue(v: Date);
68
69
  disabledDatesChange: EventEmitter<AXCalendarDisabledDates>;
69
70
  private _disabledDates;
70
71
  get disabledDates(): AXCalendarDisabledDates;
@@ -41,7 +41,8 @@ export declare class AXCalendarComponent extends AXCalendarComponent_base {
41
41
  protected isDisabled(date: AXDateTime): boolean;
42
42
  protected isHoliday(date: AXDateTime): boolean;
43
43
  protected isWeekend(date: AXDateTime): boolean;
44
+ _handleOnKeydownEvent(e: KeyboardEvent): void;
44
45
  static ɵfac: i0.ɵɵFactoryDeclaration<AXCalendarComponent, never>;
45
- static ɵcmp: i0.ɵɵComponentDeclaration<AXCalendarComponent, "ax-calendar", never, { "rtl": { "alias": "rtl"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "value": { "alias": "value"; "required": false; }; "name": { "alias": "name"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "depth": { "alias": "depth"; "required": false; }; "activeView": { "alias": "activeView"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "disabledDates": { "alias": "disabledDates"; "required": false; }; "holidayDates": { "alias": "holidayDates"; "required": false; }; "type": { "alias": "type"; "required": false; }; "cellTemplate": { "alias": "cellTemplate"; "required": false; }; "cellClass": { "alias": "cellClass"; "required": false; }; "showNavigation": { "alias": "showNavigation"; "required": false; }; "count": { "alias": "count"; "required": false; }; "id": { "alias": "id"; "required": false; }; }, { "onOptionChanged": "onOptionChanged"; "valueChange": "valueChange"; "onValueChanged": "onValueChanged"; "onBlur": "onBlur"; "onFocus": "onFocus"; "depthChange": "depthChange"; "typeChange": "typeChange"; "activeViewChange": "activeViewChange"; "disabledDatesChange": "disabledDatesChange"; "holidayDatesChange": "holidayDatesChange"; "onNavigate": "onNavigate"; "onSlotClick": "onSlotClick"; "countChange": "countChange"; }, never, ["ax-header", "ax-footer"], false, never>;
46
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXCalendarComponent, "ax-calendar", never, { "rtl": { "alias": "rtl"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "value": { "alias": "value"; "required": false; }; "name": { "alias": "name"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "depth": { "alias": "depth"; "required": false; }; "activeView": { "alias": "activeView"; "required": false; }; "minValue": { "alias": "minValue"; "required": false; }; "maxValue": { "alias": "maxValue"; "required": false; }; "disabledDates": { "alias": "disabledDates"; "required": false; }; "holidayDates": { "alias": "holidayDates"; "required": false; }; "type": { "alias": "type"; "required": false; }; "cellTemplate": { "alias": "cellTemplate"; "required": false; }; "cellClass": { "alias": "cellClass"; "required": false; }; "showNavigation": { "alias": "showNavigation"; "required": false; }; "count": { "alias": "count"; "required": false; }; "id": { "alias": "id"; "required": false; }; }, { "onOptionChanged": "onOptionChanged"; "valueChange": "valueChange"; "onValueChanged": "onValueChanged"; "onBlur": "onBlur"; "onFocus": "onFocus"; "depthChange": "depthChange"; "typeChange": "typeChange"; "activeViewChange": "activeViewChange"; "disabledDatesChange": "disabledDatesChange"; "holidayDatesChange": "holidayDatesChange"; "onNavigate": "onNavigate"; "onSlotClick": "onSlotClick"; "countChange": "countChange"; }, never, ["ax-header", "ax-footer"], false, never>;
46
47
  }
47
48
  export {};
@@ -1,10 +1,11 @@
1
1
  import { MXValueComponent } from '@acorex/components/common';
2
+ import { AfterViewChecked } from '@angular/core';
2
3
  import * as i0 from "@angular/core";
3
- export declare class AXCheckBoxComponent extends MXValueComponent<boolean | null> {
4
+ export declare class AXCheckBoxComponent extends MXValueComponent<boolean | null> implements AfterViewChecked {
4
5
  private _labels;
5
6
  indeterminate: boolean;
6
7
  protected _stateIndeterminate: boolean;
7
- protected internalGetValue(value: any): boolean | null;
8
+ protected internalGetValue(value: unknown): boolean | null;
8
9
  internalSetValue(value: boolean | null): boolean;
9
10
  ngAfterViewChecked(): void;
10
11
  private _handleClick;
@@ -0,0 +1,3 @@
1
+ # @acorex/components/label
2
+
3
+ Secondary entry point of `@acorex/components`. It can be used by importing from `@acorex/components/color-box`.
@@ -0,0 +1,2 @@
1
+ export * from './lib/color-box.component';
2
+ export * from './lib/color-box.module';
@@ -0,0 +1,27 @@
1
+ import { MXInputBaseValueComponent, AXEvent } from '@acorex/components/common';
2
+ import { MXDropdownBoxBaseComponent, AXDropdownBoxComponent } from '@acorex/components/dropdown';
3
+ import { AXColorPalleteComponent } from '@acorex/components/color-palette';
4
+ import * as i0 from "@angular/core";
5
+ declare const AXColorBoxComponent_base: import("polytype").Polytype.ClusteredConstructor<[typeof MXDropdownBoxBaseComponent, {
6
+ new (): MXInputBaseValueComponent<string>;
7
+ ɵfac: unknown;
8
+ ɵprov: import("@angular/core").ɵɵInjectableDeclaration<MXInputBaseValueComponent<any>>;
9
+ }]>;
10
+ /**
11
+ * The Button is a component which detects user interaction and triggers a corresponding event
12
+ *
13
+ * @category Components
14
+ */
15
+ export declare class AXColorBoxComponent extends AXColorBoxComponent_base {
16
+ protected picker: AXColorPalleteComponent;
17
+ protected dropdown: AXDropdownBoxComponent;
18
+ protected _handleModelChange(value: string | null): void;
19
+ protected _handleArrowClickEvent(e: MouseEvent): void;
20
+ protected _handleInputClickEvent(e: MouseEvent): void;
21
+ protected _handleOnOpenedEvent(e: AXEvent): void;
22
+ protected _handleOnClosedEvent(e: AXEvent): void;
23
+ internalValueChanged(value?: Date): void;
24
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXColorBoxComponent, never>;
25
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXColorBoxComponent, "ax-color-box", never, { "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "minValue": { "alias": "minValue"; "required": false; }; "maxValue": { "alias": "maxValue"; "required": false; }; "value": { "alias": "value"; "required": false; }; "state": { "alias": "state"; "required": false; }; "name": { "alias": "name"; "required": false; }; "id": { "alias": "id"; "required": false; }; "type": { "alias": "type"; "required": false; }; }, { "valueChange": "valueChange"; "stateChange": "stateChange"; "onValueChanged": "onValueChanged"; "onBlur": "onBlur"; "onFocus": "onFocus"; "readonlyChange": "readonlyChange"; "disabledChange": "disabledChange"; }, never, ["ax-prefix", "ax-clear-button", "ax-suffix", "ax-validation-rule"], false, never>;
26
+ }
27
+ export {};
@@ -0,0 +1,11 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./color-box.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "@angular/forms";
5
+ import * as i4 from "@acorex/components/color-palette";
6
+ import * as i5 from "@acorex/components/dropdown";
7
+ export declare class AXColorBoxModule {
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXColorBoxModule, never>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXColorBoxModule, [typeof i1.AXColorBoxComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.AXColorPaletteModule, typeof i5.AXDropdownModule], [typeof i1.AXColorBoxComponent]>;
10
+ static ɵinj: i0.ɵɵInjectorDeclaration<AXColorBoxModule>;
11
+ }
package/common/index.d.ts CHANGED
@@ -1,6 +1,9 @@
1
+ export * from './lib/types/orientation';
2
+ export * from './lib/types/direction';
3
+ export * from './lib/types/placement';
4
+ export * from './lib/types/range';
5
+ export * from './lib/types/selection-mode';
1
6
  export * from './lib/classes/components.class';
2
- export * from './lib/classes/data.class';
3
- export * from './lib/classes/drawing.class';
4
7
  export * from './lib/classes/events.class';
5
8
  export * from './lib/classes/styles.class';
6
9
  export * from './lib/classes/datalist.class';
@@ -13,7 +16,6 @@ export * from './lib/components/interactive-component.class';
13
16
  export * from './lib/components/look-component.class';
14
17
  export * from './lib/components/value-component.class';
15
18
  export * from './lib/components/input-base-value-component.class';
16
- export * from './lib/constant/positions';
17
19
  export * from './lib/directives/auto-focus.directive';
18
20
  export * from './lib/directives/delayed-value-changed.directive';
19
21
  export * from './lib/directives/hotkey.directive';
@@ -6,12 +6,3 @@ export type AXStyleColorType = 'primary' | 'secondary' | 'success' | 'warning' |
6
6
  export type AXStyleLookType = 'default' | 'blank' | 'outline';
7
7
  export declare const AX_LOCATIONS: string[];
8
8
  export type AXLocation = 'bottom-start' | 'bottom-center' | 'bottom-end' | 'top-start' | 'top-center' | 'top-end' | 'center-end' | 'center-start';
9
- export declare const AX_DIRECTIONS: string[];
10
- /**
11
- * A token that specifies the direction of component.
12
- */
13
- export type AXDirection = 'vertical' | 'horizontal';
14
- /**
15
- * A token that specifies the selection mode of component.
16
- */
17
- export type AXSelectionMode = 'single' | 'multiple';
@@ -31,6 +31,4 @@ export declare class MXButtonBaseComponent extends MXButtonBaseComponent_base {
31
31
  'ax-state-selected': boolean;
32
32
  };
33
33
  }
34
- export declare const BUTTON_INPUTS: (string | string[])[];
35
- export declare const BUTTON_OUTPUT: any[];
36
34
  export {};
@@ -1,5 +1,5 @@
1
1
  import { EventEmitter } from '@angular/core';
2
- import { AXFocusEvent } from '../classes/events.class';
2
+ import { AXClickEvent, AXFocusEvent } from '../classes/events.class';
3
3
  import { MXBaseComponent } from './base-component.class';
4
4
  export declare class MXInteractiveComponent extends MXBaseComponent {
5
5
  protected onTouchedCallback: () => void;
@@ -33,6 +33,12 @@ export declare class MXInteractiveComponent extends MXBaseComponent {
33
33
  */
34
34
  onBlur: EventEmitter<AXFocusEvent>;
35
35
  protected emitOnBlurEvent(e: FocusEvent): void;
36
+ /**
37
+ * Fires each time the user clicks the button.
38
+ * @event
39
+ */
40
+ onClick: EventEmitter<AXClickEvent>;
41
+ protected emitOnClickEvent(e: MouseEvent): void;
36
42
  constructor();
37
43
  focus(): void;
38
44
  /**
@@ -0,0 +1,4 @@
1
+ /**
2
+ * A token that specifies the direction of component.
3
+ */
4
+ export type AXDirection = 'vertical' | 'horizontal';
@@ -0,0 +1,4 @@
1
+ /**
2
+ * A token that specifies the orientation of component.
3
+ */
4
+ export type AXOrientation = 'vertical' | 'horizontal';
@@ -0,0 +1,30 @@
1
+ export type AXPlacement = 'top' | 'top-start' | 'top-end' | 'bottom' | 'bottom-start' | 'bottom-end' | 'end' | 'end-top' | 'end-bottom' | 'start' | 'start-top' | 'start-bottom';
2
+ export type AXPlacementType = AXConnectedPosition | AXConnectedPosition[] | AXPlacement | AXPlacement[];
3
+ export declare function convertToPlacement(value: AXPlacementType): AXConnectedPosition[];
4
+ export interface AXConnectedPosition {
5
+ originX: 'start' | 'center' | 'end';
6
+ originY: 'top' | 'center' | 'bottom';
7
+ overlayX: 'start' | 'center' | 'end';
8
+ overlayY: 'top' | 'center' | 'bottom';
9
+ weight?: number;
10
+ offsetX?: number;
11
+ offsetY?: number;
12
+ }
13
+ export declare const AX_PLACEMENT_TOP: AXConnectedPosition;
14
+ export declare const AX_PLACEMENT_TOP_START: AXConnectedPosition;
15
+ export declare const AX_PLACEMENT_TOP_END: AXConnectedPosition;
16
+ export declare const AX_PLACEMENT_BOTTOM: AXConnectedPosition;
17
+ export declare const AX_PLACEMENT_BOTTOM_START: AXConnectedPosition;
18
+ export declare const AX_PLACEMENT_BOTTOM_END: AXConnectedPosition;
19
+ export declare const AX_PLACEMENT_START: AXConnectedPosition;
20
+ export declare const AX_PLACEMENT_START_TOP: AXConnectedPosition;
21
+ export declare const AX_PLACEMENT_START_BOTTOM: AXConnectedPosition;
22
+ export declare const AX_PLACEMENT_END: AXConnectedPosition;
23
+ export declare const AX_PLACEMENT_END_TOP: AXConnectedPosition;
24
+ export declare const AX_PLACEMENT_END_BOTTOM: AXConnectedPosition;
25
+ export declare const AX_PLACEMENT_MAP: {
26
+ [key: string]: {
27
+ origin: AXConnectedPosition;
28
+ alts?: AXConnectedPosition[];
29
+ };
30
+ };
@@ -0,0 +1,4 @@
1
+ /**
2
+ * A token that specifies the selection mode of component.
3
+ */
4
+ export type AXSelectionMode = 'single' | 'multiple' | 'none';
@@ -9,11 +9,12 @@ import * as i7 from "./data-pager-info.component";
9
9
  import * as i8 from "@angular/common";
10
10
  import * as i9 from "@angular/forms";
11
11
  import * as i10 from "@acorex/components/button";
12
- import * as i11 from "@acorex/components/number-box";
13
- import * as i12 from "@acorex/components/dropdown";
14
- import * as i13 from "@acorex/components/decorators";
12
+ import * as i11 from "@acorex/components/button-group";
13
+ import * as i12 from "@acorex/components/number-box";
14
+ import * as i13 from "@acorex/components/dropdown";
15
+ import * as i14 from "@acorex/components/decorators";
15
16
  export declare class AXDataPagerModule {
16
17
  static ɵfac: i0.ɵɵFactoryDeclaration<AXDataPagerModule, never>;
17
- static ɵmod: i0.ɵɵNgModuleDeclaration<AXDataPagerModule, [typeof i1.AXDataPagerComponent, typeof i2.AXDataPagerNextButtonsComponent, typeof i3.AXDataPagerPrevButtonsComponent, typeof i4.AXDataPagerPageSizesComponent, typeof i5.AXDataPagerNumericSelectorComponent, typeof i6.AXDataPagerInputSelectorComponent, typeof i7.AXDataPagerInfoComponent], [typeof i8.CommonModule, typeof i9.FormsModule, typeof i10.AXButtonModule, typeof i11.AXNumberBoxModule, typeof i12.AXDropdownModule, typeof i13.AXDecoratorModule], [typeof i1.AXDataPagerComponent, typeof i2.AXDataPagerNextButtonsComponent, typeof i3.AXDataPagerPrevButtonsComponent, typeof i4.AXDataPagerPageSizesComponent, typeof i5.AXDataPagerNumericSelectorComponent, typeof i6.AXDataPagerInputSelectorComponent, typeof i7.AXDataPagerInfoComponent]>;
18
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXDataPagerModule, [typeof i1.AXDataPagerComponent, typeof i2.AXDataPagerNextButtonsComponent, typeof i3.AXDataPagerPrevButtonsComponent, typeof i4.AXDataPagerPageSizesComponent, typeof i5.AXDataPagerNumericSelectorComponent, typeof i6.AXDataPagerInputSelectorComponent, typeof i7.AXDataPagerInfoComponent], [typeof i8.CommonModule, typeof i9.FormsModule, typeof i10.AXButtonModule, typeof i11.AXButtonGroupModule, typeof i12.AXNumberBoxModule, typeof i13.AXDropdownModule, typeof i14.AXDecoratorModule], [typeof i1.AXDataPagerComponent, typeof i2.AXDataPagerNextButtonsComponent, typeof i3.AXDataPagerPrevButtonsComponent, typeof i4.AXDataPagerPageSizesComponent, typeof i5.AXDataPagerNumericSelectorComponent, typeof i6.AXDataPagerInputSelectorComponent, typeof i7.AXDataPagerInfoComponent]>;
18
19
  static ɵinj: i0.ɵɵInjectorDeclaration<AXDataPagerModule>;
19
20
  }
@@ -1,8 +1,8 @@
1
1
  import { TemplateRef } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class AXDataColumnComponent {
4
- headerTemplate?: TemplateRef<any>;
5
- cellTemplate?: TemplateRef<any>;
4
+ headerTemplate?: TemplateRef<unknown>;
5
+ cellTemplate?: TemplateRef<unknown>;
6
6
  valueField: string;
7
7
  caption: string;
8
8
  width: string | number;
@@ -0,0 +1,3 @@
1
+ # @acorex/components/label
2
+
3
+ Secondary entry point of `@acorex/components`. It can be used by importing from `@acorex/components/datetime-box`.
@@ -0,0 +1,2 @@
1
+ export * from './lib/datetime-box.component';
2
+ export * from './lib/datetime-box.module';
@@ -0,0 +1,34 @@
1
+ import { EventEmitter } from '@angular/core';
2
+ import { MXInputBaseValueComponent, AXEvent } from '@acorex/components/common';
3
+ import { MXDropdownBoxBaseComponent, AXDropdownBoxComponent } from '@acorex/components/dropdown';
4
+ import { AXCalendarNavigateEvent, MXCalendarBaseComponent } from '@acorex/components/calendar';
5
+ import { AXDateTimeInputComponent } from '@acorex/components/datetime-input';
6
+ import { AXDateTimePickerComponent } from '@acorex/components/datetime-picker';
7
+ import * as i0 from "@angular/core";
8
+ declare const AXDateTimeBoxComponent_base: import("polytype").Polytype.ClusteredConstructor<[typeof MXDropdownBoxBaseComponent, typeof MXCalendarBaseComponent, {
9
+ new (): MXInputBaseValueComponent<Date>;
10
+ ɵfac: unknown;
11
+ ɵprov: import("@angular/core").ɵɵInjectableDeclaration<MXInputBaseValueComponent<any>>;
12
+ }]>;
13
+ /**
14
+ * The Button is a component which detects user interaction and triggers a corresponding event
15
+ *
16
+ * @category Components
17
+ */
18
+ export declare class AXDateTimeBoxComponent extends AXDateTimeBoxComponent_base {
19
+ protected input: AXDateTimeInputComponent;
20
+ protected picker: AXDateTimePickerComponent;
21
+ protected dropdown: AXDropdownBoxComponent;
22
+ formatChange: EventEmitter<string>;
23
+ private _format;
24
+ get format(): string;
25
+ set format(v: string);
26
+ protected _handleModelChange(value: Date | null): void;
27
+ protected _handleOnOpenedEvent(e: AXEvent): void;
28
+ protected _handleOnClosedEvent(e: AXEvent): void;
29
+ protected _handleCalendarOnNavigate(e: AXCalendarNavigateEvent): void;
30
+ internalValueChanged(value?: Date): void;
31
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXDateTimeBoxComponent, never>;
32
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXDateTimeBoxComponent, "ax-datetime-box", never, { "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "minValue": { "alias": "minValue"; "required": false; }; "maxValue": { "alias": "maxValue"; "required": false; }; "value": { "alias": "value"; "required": false; }; "state": { "alias": "state"; "required": false; }; "name": { "alias": "name"; "required": false; }; "id": { "alias": "id"; "required": false; }; "type": { "alias": "type"; "required": false; }; "format": { "alias": "format"; "required": false; }; }, { "valueChange": "valueChange"; "stateChange": "stateChange"; "onValueChanged": "onValueChanged"; "onBlur": "onBlur"; "onFocus": "onFocus"; "readonlyChange": "readonlyChange"; "disabledChange": "disabledChange"; "formatChange": "formatChange"; }, never, ["ax-prefix", "ax-clear-button", "ax-suffix", "ax-validation-rule"], false, never>;
33
+ }
34
+ export {};