@acorex/components 7.3.1 → 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 (441) 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 +6 -5
  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 +14 -10
  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 +7 -6
  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 +6 -6
  168. package/esm2022/loading/lib/loading.directive.mjs +20 -51
  169. package/esm2022/loading/lib/loading.module.mjs +6 -6
  170. package/esm2022/loading/lib/loading.service.mjs +36 -28
  171. package/esm2022/menu/lib/menu.component.mjs +3 -3
  172. package/esm2022/menu/lib/menu.module.mjs +4 -4
  173. package/esm2022/mixin/index.mjs +1 -2
  174. package/esm2022/mixin/lib/base-components.class.mjs +3 -3
  175. package/esm2022/mixin/lib/selection-component.class.mjs +3 -3
  176. package/esm2022/mixin/lib/value-mixin.class.mjs +3 -3
  177. package/esm2022/notification/lib/notification.component.mjs +3 -3
  178. package/esm2022/notification/lib/notification.module.mjs +4 -4
  179. package/esm2022/notification/lib/notification.service.mjs +3 -3
  180. package/esm2022/number-box/lib/number-box.component.mjs +3 -3
  181. package/esm2022/number-box/lib/number-box.module.mjs +4 -4
  182. package/esm2022/otp/lib/otp.component.mjs +23 -11
  183. package/esm2022/otp/lib/otp.module.mjs +4 -4
  184. package/esm2022/page/lib/base-page.class.mjs +20 -21
  185. package/esm2022/page/lib/page.component.mjs +13 -13
  186. package/esm2022/page/lib/page.module.mjs +4 -4
  187. package/esm2022/password-box/lib/password-box.component.mjs +3 -3
  188. package/esm2022/password-box/lib/password-box.module.mjs +4 -4
  189. package/esm2022/picker/acorex-components-picker.mjs +5 -0
  190. package/esm2022/picker/index.mjs +4 -0
  191. package/esm2022/picker/lib/picker-column.directive.mjs +73 -0
  192. package/esm2022/picker/lib/picker.component.mjs +148 -0
  193. package/esm2022/picker/lib/picker.module.mjs +22 -0
  194. package/esm2022/popover/index.mjs +1 -2
  195. package/esm2022/popover/lib/popover.component.mjs +270 -166
  196. package/esm2022/popover/lib/popover.module.mjs +4 -4
  197. package/esm2022/popup/lib/popup.component.mjs +40 -15
  198. package/esm2022/popup/lib/popup.module.mjs +6 -6
  199. package/esm2022/popup/lib/popup.service.mjs +9 -6
  200. package/esm2022/progress-bar/lib/progress-bar.component.mjs +9 -13
  201. package/esm2022/progress-bar/lib/progress-bar.module.mjs +4 -4
  202. package/esm2022/radio/lib/radio.component.mjs +36 -21
  203. package/esm2022/radio/lib/radio.module.mjs +4 -4
  204. package/esm2022/range-slider/lib/range-slider.component.mjs +21 -34
  205. package/esm2022/range-slider/lib/range-slider.module.mjs +4 -4
  206. package/esm2022/result/lib/result.component.mjs +6 -6
  207. package/esm2022/result/lib/result.module.mjs +4 -4
  208. package/esm2022/scheduler/index.mjs +2 -1
  209. package/esm2022/scheduler/lib/scheduler-month-view.component.mjs +16 -9
  210. package/esm2022/scheduler/lib/scheduler-week-view.component.mjs +12 -0
  211. package/esm2022/scheduler/lib/scheduler.component.mjs +27 -14
  212. package/esm2022/scheduler/lib/scheduler.module.mjs +10 -9
  213. package/esm2022/search-box/lib/search-box.component.mjs +3 -3
  214. package/esm2022/search-box/lib/search-box.module.mjs +4 -4
  215. package/esm2022/select-box/lib/select-box.component.mjs +7 -7
  216. package/esm2022/select-box/lib/select-box.module.mjs +4 -4
  217. package/esm2022/selection-list/lib/selection-list.component.mjs +3 -3
  218. package/esm2022/selection-list/lib/selection-list.module.mjs +4 -4
  219. package/esm2022/switch/lib/switch-content.component.mjs +3 -3
  220. package/esm2022/switch/lib/switch.component.mjs +3 -3
  221. package/esm2022/switch/lib/switch.module.mjs +4 -4
  222. package/esm2022/tabs/lib/tab-content.directive.mjs +3 -3
  223. package/esm2022/tabs/lib/tab-item.component.mjs +23 -53
  224. package/esm2022/tabs/lib/tabs.class.mjs +1 -1
  225. package/esm2022/tabs/lib/tabs.component.mjs +19 -28
  226. package/esm2022/tabs/lib/tabs.module.mjs +4 -4
  227. package/esm2022/tag/lib/tag.component.mjs +8 -10
  228. package/esm2022/tag/lib/tag.module.mjs +4 -4
  229. package/esm2022/text-area/lib/text-area.component.mjs +3 -3
  230. package/esm2022/text-area/lib/text-area.module.mjs +4 -4
  231. package/esm2022/text-box/lib/mask-options.directive.mjs +3 -3
  232. package/esm2022/text-box/lib/text-box.component.mjs +3 -3
  233. package/esm2022/text-box/lib/text-box.module.mjs +4 -4
  234. package/esm2022/toast/lib/toast.component.mjs +3 -3
  235. package/esm2022/toast/lib/toast.config.mjs +9 -3
  236. package/esm2022/toast/lib/toast.module.mjs +10 -6
  237. package/esm2022/toast/lib/toast.service.mjs +3 -3
  238. package/esm2022/tooltip/lib/tooltip.component.mjs +9 -13
  239. package/esm2022/tooltip/lib/tooltip.directive.mjs +35 -143
  240. package/esm2022/tooltip/lib/tooltip.module.mjs +4 -4
  241. package/esm2022/uploader/index.mjs +4 -2
  242. package/esm2022/uploader/lib/uploader-drop-zone.component.mjs +13 -0
  243. package/esm2022/uploader/lib/uploader-list.component.mjs +14 -0
  244. package/esm2022/uploader/lib/uploader-overlay.component.mjs +12 -0
  245. package/esm2022/uploader/lib/uploader.module.mjs +14 -11
  246. package/fesm2022/acorex-components-action-sheet.mjs +10 -10
  247. package/fesm2022/acorex-components-alert.mjs +7 -7
  248. package/fesm2022/acorex-components-avatar.mjs +10 -10
  249. package/fesm2022/acorex-components-badge.mjs +7 -7
  250. package/fesm2022/acorex-components-breadcrumbs.mjs +10 -10
  251. package/fesm2022/acorex-components-button-group.mjs +122 -0
  252. package/fesm2022/acorex-components-button-group.mjs.map +1 -0
  253. package/fesm2022/acorex-components-button.mjs +138 -116
  254. package/fesm2022/acorex-components-button.mjs.map +1 -1
  255. package/fesm2022/acorex-components-calendar.mjs +110 -68
  256. package/fesm2022/acorex-components-calendar.mjs.map +1 -1
  257. package/fesm2022/acorex-components-check-box.mjs +12 -8
  258. package/fesm2022/acorex-components-check-box.mjs.map +1 -1
  259. package/fesm2022/acorex-components-chips.mjs +7 -7
  260. package/fesm2022/acorex-components-collapse.mjs +10 -10
  261. package/fesm2022/acorex-components-color-box.mjs +116 -0
  262. package/fesm2022/acorex-components-color-box.mjs.map +1 -0
  263. package/fesm2022/acorex-components-color-palette.mjs +36 -36
  264. package/fesm2022/acorex-components-color-palette.mjs.map +1 -1
  265. package/fesm2022/acorex-components-common.mjs +238 -301
  266. package/fesm2022/acorex-components-common.mjs.map +1 -1
  267. package/fesm2022/acorex-components-context-menu.mjs +7 -7
  268. package/fesm2022/acorex-components-data-pager.mjs +52 -54
  269. package/fesm2022/acorex-components-data-pager.mjs.map +1 -1
  270. package/fesm2022/acorex-components-data-table.mjs +12 -14
  271. package/fesm2022/acorex-components-data-table.mjs.map +1 -1
  272. package/fesm2022/acorex-components-datetime-box.mjs +146 -0
  273. package/fesm2022/acorex-components-datetime-box.mjs.map +1 -0
  274. package/fesm2022/acorex-components-datetime-input.mjs +547 -0
  275. package/fesm2022/acorex-components-datetime-input.mjs.map +1 -0
  276. package/fesm2022/acorex-components-datetime-picker.mjs +273 -0
  277. package/fesm2022/acorex-components-datetime-picker.mjs.map +1 -0
  278. package/fesm2022/acorex-components-decorators.mjs +50 -50
  279. package/fesm2022/acorex-components-decorators.mjs.map +1 -1
  280. package/fesm2022/acorex-components-dialog.mjs +11 -11
  281. package/fesm2022/acorex-components-dialog.mjs.map +1 -1
  282. package/fesm2022/acorex-components-drawer.mjs +10 -10
  283. package/fesm2022/acorex-components-dropdown.mjs +217 -44
  284. package/fesm2022/acorex-components-dropdown.mjs.map +1 -1
  285. package/fesm2022/acorex-components-form.mjs +58 -44
  286. package/fesm2022/acorex-components-form.mjs.map +1 -1
  287. package/fesm2022/acorex-components-image.mjs +7 -7
  288. package/fesm2022/acorex-components-label.mjs +7 -7
  289. package/fesm2022/acorex-components-loading.mjs +93 -116
  290. package/fesm2022/acorex-components-loading.mjs.map +1 -1
  291. package/fesm2022/acorex-components-menu.mjs +7 -7
  292. package/fesm2022/acorex-components-mixin.mjs +7 -26
  293. package/fesm2022/acorex-components-mixin.mjs.map +1 -1
  294. package/fesm2022/acorex-components-notification.mjs +10 -10
  295. package/fesm2022/acorex-components-notification.mjs.map +1 -1
  296. package/fesm2022/acorex-components-number-box.mjs +7 -7
  297. package/fesm2022/acorex-components-otp.mjs +27 -15
  298. package/fesm2022/acorex-components-otp.mjs.map +1 -1
  299. package/fesm2022/acorex-components-page.mjs +55 -56
  300. package/fesm2022/acorex-components-page.mjs.map +1 -1
  301. package/fesm2022/acorex-components-password-box.mjs +7 -7
  302. package/fesm2022/acorex-components-picker.mjs +242 -0
  303. package/fesm2022/acorex-components-picker.mjs.map +1 -0
  304. package/fesm2022/acorex-components-popover.mjs +275 -241
  305. package/fesm2022/acorex-components-popover.mjs.map +1 -1
  306. package/fesm2022/acorex-components-popup.mjs +52 -24
  307. package/fesm2022/acorex-components-popup.mjs.map +1 -1
  308. package/fesm2022/acorex-components-progress-bar.mjs +12 -16
  309. package/fesm2022/acorex-components-progress-bar.mjs.map +1 -1
  310. package/fesm2022/acorex-components-radio.mjs +39 -25
  311. package/fesm2022/acorex-components-radio.mjs.map +1 -1
  312. package/fesm2022/acorex-components-range-slider.mjs +24 -37
  313. package/fesm2022/acorex-components-range-slider.mjs.map +1 -1
  314. package/fesm2022/acorex-components-result.mjs +9 -9
  315. package/fesm2022/acorex-components-result.mjs.map +1 -1
  316. package/fesm2022/acorex-components-scheduler.mjs +50 -25
  317. package/fesm2022/acorex-components-scheduler.mjs.map +1 -1
  318. package/fesm2022/acorex-components-search-box.mjs +7 -7
  319. package/fesm2022/acorex-components-select-box.mjs +10 -10
  320. package/fesm2022/acorex-components-select-box.mjs.map +1 -1
  321. package/fesm2022/acorex-components-selection-list.mjs +7 -7
  322. package/fesm2022/acorex-components-switch.mjs +10 -10
  323. package/fesm2022/acorex-components-tabs.mjs +45 -85
  324. package/fesm2022/acorex-components-tabs.mjs.map +1 -1
  325. package/fesm2022/acorex-components-tag.mjs +11 -13
  326. package/fesm2022/acorex-components-tag.mjs.map +1 -1
  327. package/fesm2022/acorex-components-text-area.mjs +7 -7
  328. package/fesm2022/acorex-components-text-box.mjs +10 -10
  329. package/fesm2022/acorex-components-toast.mjs +23 -13
  330. package/fesm2022/acorex-components-toast.mjs.map +1 -1
  331. package/fesm2022/acorex-components-tooltip.mjs +45 -157
  332. package/fesm2022/acorex-components-tooltip.mjs.map +1 -1
  333. package/fesm2022/acorex-components-uploader.mjs +38 -103
  334. package/fesm2022/acorex-components-uploader.mjs.map +1 -1
  335. package/form/index.d.ts +1 -0
  336. package/form/lib/form.config.d.ts +17 -0
  337. package/form/lib/form.module.d.ts +0 -1
  338. package/form/lib/validation-rule.widget.d.ts +1 -0
  339. package/loading/lib/loading.directive.d.ts +10 -17
  340. package/loading/lib/loading.module.d.ts +1 -1
  341. package/loading/lib/loading.service.d.ts +10 -15
  342. package/mixin/index.d.ts +0 -1
  343. package/mixin/lib/base-components.class.d.ts +2 -2
  344. package/mixin/lib/base-menu-mixin.class.d.ts +5 -5
  345. package/mixin/lib/button-mixin.class.d.ts +2 -2
  346. package/mixin/lib/clickable-mixin.class.d.ts +2 -2
  347. package/mixin/lib/color-look-mixing.class.d.ts +2 -2
  348. package/mixin/lib/datalist-component.class.d.ts +10 -10
  349. package/mixin/lib/dropdown-mixin.class.d.ts +2 -2
  350. package/mixin/lib/interactive-mixin.class.d.ts +4 -4
  351. package/mixin/lib/mixin.class.d.ts +61 -61
  352. package/mixin/lib/page-component.class.d.ts +2 -2
  353. package/mixin/lib/selection-component.class.d.ts +2 -2
  354. package/mixin/lib/sizable-mixin.class.d.ts +2 -2
  355. package/mixin/lib/textbox-mixin.class.d.ts +2 -2
  356. package/mixin/lib/value-mixin.class.d.ts +8 -8
  357. package/otp/lib/otp.component.d.ts +10 -6
  358. package/package.json +56 -41
  359. package/page/lib/base-page.class.d.ts +6 -10
  360. package/page/lib/page.component.d.ts +4 -4
  361. package/picker/README.md +3 -0
  362. package/picker/index.d.ts +3 -0
  363. package/picker/lib/picker-column.directive.d.ts +16 -0
  364. package/picker/lib/picker.component.d.ts +30 -0
  365. package/picker/lib/picker.module.d.ts +9 -0
  366. package/popover/index.d.ts +0 -1
  367. package/popover/lib/popover.component.d.ts +51 -27
  368. package/popup/lib/popup.component.d.ts +6 -6
  369. package/progress-bar/lib/progress-bar.component.d.ts +3 -8
  370. package/radio/lib/radio.component.d.ts +8 -10
  371. package/range-slider/lib/range-slider.component.d.ts +12 -12
  372. package/result/lib/result.component.d.ts +2 -2
  373. package/scheduler/index.d.ts +1 -0
  374. package/scheduler/lib/scheduler-month-view.component.d.ts +2 -1
  375. package/scheduler/lib/scheduler-week-view.component.d.ts +6 -0
  376. package/scheduler/lib/scheduler.component.d.ts +6 -0
  377. package/scheduler/lib/scheduler.module.d.ts +7 -6
  378. package/tabs/lib/tab-item.component.d.ts +7 -38
  379. package/tabs/lib/tabs.class.d.ts +2 -1
  380. package/tabs/lib/tabs.component.d.ts +7 -9
  381. package/tag/lib/tag.component.d.ts +2 -4
  382. package/tooltip/lib/tooltip.component.d.ts +3 -6
  383. package/tooltip/lib/tooltip.directive.d.ts +11 -17
  384. package/uploader/index.d.ts +3 -1
  385. package/uploader/lib/uploader-drop-zone.component.d.ts +6 -0
  386. package/uploader/lib/uploader-list.component.d.ts +6 -0
  387. package/uploader/lib/uploader-overlay.component.d.ts +6 -0
  388. package/uploader/lib/uploader.module.d.ts +7 -4
  389. package/color-picker/README.md +0 -3
  390. package/color-picker/index.d.ts +0 -2
  391. package/color-picker/lib/color-picker.component.d.ts +0 -191
  392. package/color-picker/lib/color-picker.module.d.ts +0 -18
  393. package/common/lib/classes/drawing.class.d.ts +0 -9
  394. package/common/lib/constant/positions.d.ts +0 -75
  395. package/common/lib/services/custom-cdk-overlay.service.d.ts +0 -19
  396. package/common/lib/services/overlay.service.d.ts +0 -34
  397. package/date-picker/README.md +0 -3
  398. package/date-picker/index.d.ts +0 -2
  399. package/date-picker/lib/datepicker.component.d.ts +0 -40
  400. package/date-picker/lib/datepicker.module.d.ts +0 -15
  401. package/esm2022/color-picker/index.mjs +0 -3
  402. package/esm2022/color-picker/lib/color-picker.component.mjs +0 -116
  403. package/esm2022/color-picker/lib/color-picker.module.mjs +0 -61
  404. package/esm2022/common/lib/classes/data.class.mjs +0 -2
  405. package/esm2022/common/lib/classes/drawing.class.mjs +0 -2
  406. package/esm2022/common/lib/constant/positions.mjs +0 -75
  407. package/esm2022/common/lib/services/custom-cdk-overlay.service.mjs +0 -49
  408. package/esm2022/common/lib/services/overlay.service.mjs +0 -113
  409. package/esm2022/date-picker/acorex-components-date-picker.mjs +0 -5
  410. package/esm2022/date-picker/index.mjs +0 -3
  411. package/esm2022/date-picker/lib/datepicker.component.mjs +0 -128
  412. package/esm2022/date-picker/lib/datepicker.module.mjs +0 -44
  413. package/esm2022/decorators/lib/clear-button.component.mjs +0 -58
  414. package/esm2022/decorators/lib/close-button.component.mjs +0 -43
  415. package/esm2022/decorators/lib/generic-content.component.mjs +0 -17
  416. package/esm2022/decorators/lib/icon.component.mjs +0 -26
  417. package/esm2022/mixin/lib/loading-mixin.class.mjs +0 -18
  418. package/esm2022/popover/lib/dropdown-component.class.mjs +0 -73
  419. package/esm2022/time-box/acorex-components-time-box.mjs +0 -5
  420. package/esm2022/time-box/index.mjs +0 -3
  421. package/esm2022/time-box/lib/time-box.component.mjs +0 -294
  422. package/esm2022/time-box/lib/time-box.module.mjs +0 -32
  423. package/esm2022/uploader/lib/uploader.component.mjs +0 -99
  424. package/fesm2022/acorex-components-color-picker.mjs +0 -178
  425. package/fesm2022/acorex-components-color-picker.mjs.map +0 -1
  426. package/fesm2022/acorex-components-date-picker.mjs +0 -173
  427. package/fesm2022/acorex-components-date-picker.mjs.map +0 -1
  428. package/fesm2022/acorex-components-time-box.mjs +0 -329
  429. package/fesm2022/acorex-components-time-box.mjs.map +0 -1
  430. package/mixin/lib/loading-mixin.class.d.ts +0 -40
  431. package/popover/lib/dropdown-component.class.d.ts +0 -17
  432. package/time-box/README.md +0 -3
  433. package/time-box/index.d.ts +0 -2
  434. package/time-box/lib/time-box.component.d.ts +0 -50
  435. package/time-box/lib/time-box.module.d.ts +0 -11
  436. package/uploader/lib/uploader.component.d.ts +0 -28
  437. /package/common/lib/{classes/data.class.d.ts → types/range.d.ts} +0 -0
  438. /package/decorators/lib/{clear-button.component.d.ts → components/clear-button.component.d.ts} +0 -0
  439. /package/decorators/lib/{close-button.component.d.ts → components/close-button.component.d.ts} +0 -0
  440. /package/decorators/lib/{generic-content.component.d.ts → components/generic-content.component.d.ts} +0 -0
  441. /package/decorators/lib/{icon.component.d.ts → components/icon.component.d.ts} +0 -0
@@ -1,14 +1,10 @@
1
- import { ChangeDetectorRef, ElementRef, EventEmitter } from '@angular/core';
2
- import { AXBaseComponentMixin } from '@acorex/components/mixin';
3
- import { AXComponentCloseEvent, AXComponentClosing } from '@acorex/components/common';
1
+ import { EventEmitter } from '@angular/core';
2
+ import { AXComponentCloseEvent, AXComponentClosing, MXBaseComponent } from '@acorex/components/common';
4
3
  import { AXDecoratorGenericComponent } from '@acorex/components/decorators';
5
4
  import * as i0 from "@angular/core";
6
- export declare class AXBasePageComponent extends AXBaseComponentMixin {
7
- /**
8
- * @ignore
9
- */
10
- constructor(elementRef: ElementRef, cdr: ChangeDetectorRef);
11
- private pageContainer;
5
+ export declare class AXBasePageComponent extends MXBaseComponent {
6
+ private _loadingId;
7
+ private _loadingService;
12
8
  footer: AXDecoratorGenericComponent;
13
9
  isLoadingChange: EventEmitter<boolean>;
14
10
  private _isLoading;
@@ -17,7 +13,7 @@ export declare class AXBasePageComponent extends AXBaseComponentMixin {
17
13
  private _isPopup;
18
14
  get isPopup(): boolean;
19
15
  onClosed: EventEmitter<AXComponentCloseEvent>;
20
- close(data?: any): void;
16
+ close(data?: unknown): void;
21
17
  onClosing(e: AXComponentClosing): void | Promise<void>;
22
18
  ngOnDestroy(): void;
23
19
  static ɵfac: i0.ɵɵFactoryDeclaration<AXBasePageComponent, never>;
@@ -1,9 +1,9 @@
1
- import { ChangeDetectorRef, ElementRef, EventEmitter } from '@angular/core';
2
- import { AXBaseComponentMixin } from '@acorex/components/mixin';
1
+ import { EventEmitter } from '@angular/core';
2
+ import { MXBaseComponent } from '@acorex/components/common';
3
3
  import * as i0 from "@angular/core";
4
- export declare abstract class AXPageComponent extends AXBaseComponentMixin {
4
+ export declare abstract class AXPageComponent extends MXBaseComponent {
5
5
  private _loadingService;
6
- constructor(elementRef: ElementRef, cdr: ChangeDetectorRef, _loadingService: any);
6
+ constructor(_loadingService: any);
7
7
  private _loadingId;
8
8
  isLoadingChange: EventEmitter<boolean>;
9
9
  private _isLoading;
@@ -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/picker`.
@@ -0,0 +1,3 @@
1
+ export * from './lib/picker-column.directive';
2
+ export * from './lib/picker.component';
3
+ export * from './lib/picker.module';
@@ -0,0 +1,16 @@
1
+ import { MXValueComponent } from '@acorex/components/common';
2
+ import { EventEmitter } from '@angular/core';
3
+ import * as i0 from "@angular/core";
4
+ export declare class AXPickerColumnDirective extends MXValueComponent {
5
+ valueField: string;
6
+ textField: string;
7
+ title: string;
8
+ step: number;
9
+ itemsChange: EventEmitter<unknown[]>;
10
+ private _items;
11
+ get items(): unknown[];
12
+ set items(v: unknown[]);
13
+ internalSetValue(v: any): any;
14
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXPickerColumnDirective, never>;
15
+ static ɵdir: i0.ɵɵDirectiveDeclaration<AXPickerColumnDirective, "ax-picker-column", never, { "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "readonlyChange": { "alias": "readonlyChange"; "required": false; }; "disabledChange": { "alias": "disabledChange"; "required": false; }; "valueField": { "alias": "valueField"; "required": false; }; "textField": { "alias": "textField"; "required": false; }; "title": { "alias": "title"; "required": false; }; "step": { "alias": "step"; "required": false; }; "items": { "alias": "items"; "required": false; }; }, { "onValueChanged": "onValueChanged"; "itemsChange": "itemsChange"; }, never, never, false, never>;
16
+ }
@@ -0,0 +1,30 @@
1
+ import { QueryList, OnDestroy, NgZone, AfterContentInit } from '@angular/core';
2
+ import { MXBaseComponent } from '@acorex/components/common';
3
+ import { AXPickerColumnDirective } from './picker-column.directive';
4
+ import { AXUnsubscriber } from '@acorex/core/utils';
5
+ import * as i0 from "@angular/core";
6
+ export declare class AXPickerComponent extends MXBaseComponent implements AfterContentInit, OnDestroy {
7
+ protected _columns: QueryList<AXPickerColumnDirective>;
8
+ private _itemHeight;
9
+ private _htmlColumns;
10
+ private _dragging;
11
+ private _previousY;
12
+ private _currentList;
13
+ protected _unsubscriber: AXUnsubscriber;
14
+ protected _zone: NgZone;
15
+ ngAfterContentInit(): void;
16
+ ngOnDestroy(): void;
17
+ private _calcItemheight;
18
+ private _bindEvents;
19
+ private _removeEvents;
20
+ _handleTouchStart(e: MouseEvent | TouchEvent): void;
21
+ private _handleTouchMove;
22
+ private _handleTouchEnd;
23
+ private _handleMouseWeel;
24
+ private _moveByDelta;
25
+ protected _handleItemClick(column: AXPickerColumnDirective, item: any): void;
26
+ private _detectSelectedItemsByValue;
27
+ refresh(): void;
28
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXPickerComponent, never>;
29
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXPickerComponent, "ax-picker", never, {}, {}, ["_columns"], never, false, never>;
30
+ }
@@ -0,0 +1,9 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./picker.component";
3
+ import * as i2 from "./picker-column.directive";
4
+ import * as i3 from "@angular/common";
5
+ export declare class AXPickerModule {
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXPickerModule, never>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXPickerModule, [typeof i1.AXPickerComponent, typeof i2.AXPickerColumnDirective], [typeof i3.CommonModule], [typeof i1.AXPickerComponent, typeof i2.AXPickerColumnDirective]>;
8
+ static ɵinj: i0.ɵɵInjectorDeclaration<AXPickerModule>;
9
+ }
@@ -1,3 +1,2 @@
1
- export * from './lib/dropdown-component.class';
2
1
  export * from './lib/popover.component';
3
2
  export * from './lib/popover.module';
@@ -1,45 +1,69 @@
1
- import { OverlayRef } from '@angular/cdk/overlay';
2
- import { TemplatePortal } from '@angular/cdk/portal';
3
- import { ElementRef, TemplateRef, EventEmitter } from '@angular/core';
4
- import { Subscription } from 'rxjs';
5
- import { AXConnectedPosition, AXEvent, MXBaseComponent, MXInteractiveComponent } from '@acorex/components/common';
1
+ import { AXEvent, AXPlacementType, MXBaseComponent } from '@acorex/components/common';
2
+ import { ComponentType } from '@angular/cdk/portal';
3
+ import { ComponentRef, ElementRef, EventEmitter, TemplateRef } from '@angular/core';
6
4
  import * as i0 from "@angular/core";
7
- export declare class AXPopoverComponent extends MXInteractiveComponent {
5
+ export type AXPopoverOpenTrigger = 'manual' | 'click' | 'hover' | 'toggle';
6
+ export type AXPopoverCloseTrigger = 'manual' | 'clickout' | 'leave';
7
+ export declare class AXPopoverComponent extends MXBaseComponent {
8
8
  private _platform;
9
9
  private _overlay;
10
+ private _overlayRef;
11
+ private _isMouseOverButton;
12
+ private _isMouseOverTooltip;
13
+ private _lastActiveElement;
14
+ private _targetEvents;
15
+ private _overlayEvents;
16
+ private _offsetX;
17
+ get offsetX(): number;
18
+ set offsetX(v: number);
19
+ private _offsetY;
20
+ get offsetY(): number;
21
+ set offsetY(v: number);
10
22
  private _target;
11
23
  get target(): HTMLElement | ElementRef | MXBaseComponent;
12
24
  set target(v: HTMLElement | ElementRef | MXBaseComponent);
13
- offset: number;
14
- position: AXConnectedPosition | AXConnectedPosition[];
15
- _baseTemplate: TemplateRef<any>;
16
- _overlayRef: OverlayRef;
17
- _templatePortal: TemplatePortal;
18
- _subs: Subscription[];
19
- openTrigger: 'manual' | 'click' | 'mouseover' | 'toggle';
20
- closeTrigger: 'manual' | 'clickout' | 'mouseout';
25
+ private _defautPlacements;
26
+ private _placements;
27
+ private _placement;
28
+ get placement(): AXPlacementType;
29
+ set placement(v: AXPlacementType);
30
+ private _portal;
31
+ private _componentRef;
32
+ get componentRef(): ComponentRef<unknown>;
33
+ context: unknown;
34
+ _baseTemplate: TemplateRef<unknown>;
35
+ content: TemplateRef<unknown> | ComponentType<unknown>;
36
+ private _openOn;
37
+ get openOn(): AXPopoverOpenTrigger;
38
+ set openOn(v: AXPopoverOpenTrigger);
39
+ private _closeOn;
40
+ get closeOn(): AXPopoverCloseTrigger;
41
+ set closeOn(v: AXPopoverCloseTrigger);
21
42
  hasBackdrop: boolean;
22
43
  backdropClass: string;
23
44
  adaptivityEnabled: boolean;
24
- private _mousePos;
25
- private _isScrollAttached;
26
- private _lastActiveElement;
27
45
  onOpened: EventEmitter<AXEvent>;
28
46
  onClosed: EventEmitter<AXEvent>;
29
- _emitOnOpenedEvent(): void;
30
- _emitOnClosedEvent(): void;
31
- ngAfterViewInit(): void;
32
- ngOnDestroy(): void;
47
+ private _emitOnOpenedEvent;
48
+ private _emitOnClosedEvent;
49
+ protected _handleMouseEnter(e: MouseEvent): void;
50
+ protected _handleMouseLeave(e: MouseEvent): void;
51
+ private removeTargetEvents;
52
+ private bindTargetEvents;
53
+ private bindOverlayEvents;
54
+ private removeOverlayEvents;
33
55
  toggle(): void;
34
56
  close(): void;
35
- dispose(): void;
36
57
  open(): void;
37
- private _ensureOverlayCreated;
38
- private _openAsPopover;
39
- private _openAsActionsheet;
58
+ private saveFocus;
59
+ private restoreFocus;
60
+ private openOverlayInternal;
40
61
  get isOpen(): boolean;
41
- private _addSub;
62
+ private updatePositionStrategy;
63
+ private updateOffset;
42
64
  updatePosition(): void;
65
+ focus(): void;
66
+ ngOnDestroy(): void;
43
67
  static ɵfac: i0.ɵɵFactoryDeclaration<AXPopoverComponent, never>;
44
- static ɵcmp: i0.ɵɵComponentDeclaration<AXPopoverComponent, "ax-popover", never, { "target": { "alias": "target"; "required": false; }; "position": { "alias": "position"; "required": false; }; "openTrigger": { "alias": "openTrigger"; "required": false; }; "closeTrigger": { "alias": "closeTrigger"; "required": false; }; "hasBackdrop": { "alias": "hasBackdrop"; "required": false; }; "backdropClass": { "alias": "backdropClass"; "required": false; }; "adaptivityEnabled": { "alias": "adaptivityEnabled"; "required": false; }; }, { "onOpened": "onOpened"; "onClosed": "onClosed"; }, never, ["*"], false, never>;
68
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXPopoverComponent, "ax-popover", never, { "offsetX": { "alias": "offsetX"; "required": false; }; "offsetY": { "alias": "offsetY"; "required": false; }; "target": { "alias": "target"; "required": false; }; "placement": { "alias": "placement"; "required": false; }; "content": { "alias": "content"; "required": false; }; "openOn": { "alias": "openOn"; "required": false; }; "closeOn": { "alias": "closeOn"; "required": false; }; "hasBackdrop": { "alias": "hasBackdrop"; "required": false; }; "backdropClass": { "alias": "backdropClass"; "required": false; }; "adaptivityEnabled": { "alias": "adaptivityEnabled"; "required": false; }; }, { "onOpened": "onOpened"; "onClosed": "onClosed"; }, never, ["*"], false, never>;
45
69
  }
@@ -1,6 +1,6 @@
1
1
  import { AXPlatform } from '@acorex/core/platform';
2
2
  import { CdkPortalOutletAttachedRef, Portal } from '@angular/cdk/portal';
3
- import { NgZone, ViewContainerRef } from '@angular/core';
3
+ import { NgZone, OnInit, ViewContainerRef } from '@angular/core';
4
4
  import { AXComponentCloseEvent, MXBaseComponent } from '@acorex/components/common';
5
5
  import { AXLoadingService } from '@acorex/components/loading';
6
6
  import { DialogRef } from '@angular/cdk/dialog';
@@ -11,7 +11,7 @@ import * as i0 from "@angular/core";
11
11
  *
12
12
  * @category Components
13
13
  */
14
- export declare class AXPopupComponent extends MXBaseComponent {
14
+ export declare class AXPopupComponent extends MXBaseComponent implements OnInit {
15
15
  private _zone;
16
16
  private _viewContainerRef;
17
17
  private loadingService;
@@ -20,9 +20,9 @@ export declare class AXPopupComponent extends MXBaseComponent {
20
20
  private dialogRef;
21
21
  isLoading: boolean;
22
22
  private _loadingId;
23
- protected _selectedPortal: Portal<any>;
24
- protected _footerPortal: Portal<any>;
25
- protected _headerPortal: Portal<any>;
23
+ protected _selectedPortal: Portal<unknown>;
24
+ protected _footerPortal: Portal<unknown>;
25
+ protected _headerPortal: Portal<unknown>;
26
26
  private _componentRef;
27
27
  /**
28
28
  * @ignore
@@ -34,7 +34,7 @@ export declare class AXPopupComponent extends MXBaseComponent {
34
34
  _handleCloseClick(): void;
35
35
  ngOnDestroy(): void;
36
36
  focus(): void;
37
- close(): void;
37
+ close(data?: unknown): void;
38
38
  static ɵfac: i0.ɵɵFactoryDeclaration<AXPopupComponent, never>;
39
39
  static ɵcmp: i0.ɵɵComponentDeclaration<AXPopupComponent, "ax-popup", never, {}, {}, never, never, false, never>;
40
40
  }
@@ -1,18 +1,13 @@
1
- import { AXBaseComponentMixin } from '@acorex/components/mixin';
1
+ import { MXColorComponent } from '@acorex/components/common';
2
2
  import * as i0 from "@angular/core";
3
3
  /**
4
4
  * The Button is a component which detects user interaction and triggers a corresponding event
5
5
  *
6
6
  * @category Components
7
7
  */
8
- export declare class AXProgressBarComponent extends AXBaseComponentMixin {
8
+ export declare class AXProgressBarComponent extends MXColorComponent {
9
9
  value: number;
10
- /**
11
- * @ignore
12
- */
13
- constructor();
14
- ngOnInit(): void;
15
10
  private get __hostClass();
16
11
  static ɵfac: i0.ɵɵFactoryDeclaration<AXProgressBarComponent, never>;
17
- static ɵcmp: i0.ɵɵComponentDeclaration<AXProgressBarComponent, "ax-progress-bar", never, { "color": { "alias": "color"; "required": false; }; "look": { "alias": "look"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, ["ax-prefix", "ax-suffix"], false, never>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXProgressBarComponent, "ax-progress-bar", never, { "color": { "alias": "color"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, ["ax-prefix", "ax-suffix"], false, never>;
18
13
  }
@@ -1,18 +1,16 @@
1
- import { AXBaseValueComponentMixin } from '@acorex/components/mixin';
2
- import { ElementRef, ChangeDetectorRef } from '@angular/core';
1
+ import { MXValueComponent } from '@acorex/components/common';
2
+ import { AfterViewChecked } from '@angular/core';
3
3
  import * as i0 from "@angular/core";
4
4
  /**
5
5
  * The Button is a component which detects user interaction and triggers a corresponding event
6
6
  *
7
7
  * @category Components
8
8
  */
9
- export declare class AXRadioComponent extends AXBaseValueComponentMixin {
10
- /**
11
- * @ignore
12
- */
13
- constructor(elementRef: ElementRef, cdr: ChangeDetectorRef);
14
- _handleOnClickEvent(e: MouseEvent): boolean;
15
- private get __hostClass();
9
+ export declare class AXRadioComponent extends MXValueComponent<boolean | null> implements AfterViewChecked {
10
+ private _labels;
11
+ ngAfterViewChecked(): void;
12
+ private _handleClick;
13
+ protected _handleModelChange(value: boolean | null): void;
16
14
  static ɵfac: i0.ɵɵFactoryDeclaration<AXRadioComponent, never>;
17
- static ɵcmp: i0.ɵɵComponentDeclaration<AXRadioComponent, "ax-radio", never, { "disabled": { "alias": "disabled"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "allowNull": { "alias": "allowNull"; "required": false; }; "value": { "alias": "value"; "required": false; }; "name": { "alias": "name"; "required": false; }; "checked": { "alias": "checked"; "required": false; }; }, { "onBlur": "onBlur"; "onFocus": "onFocus"; "valueChange": "valueChange"; "onValueChanged": "onValueChanged"; }, never, ["ax-label", "ax-form-hint", "ax-validation-rule"], false, never>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXRadioComponent, "ax-radio", never, { "disabled": { "alias": "disabled"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "value": { "alias": "value"; "required": false; }; "name": { "alias": "name"; "required": false; }; "id": { "alias": "id"; "required": false; }; "checked": { "alias": "checked"; "required": false; }; }, { "onBlur": "onBlur"; "onFocus": "onFocus"; "valueChange": "valueChange"; "onValueChanged": "onValueChanged"; }, ["_labels"], ["ax-label", "ax-form-hint", "ax-validation-rule"], false, never>;
18
16
  }
@@ -1,7 +1,12 @@
1
- import { EventEmitter, NgZone } from '@angular/core';
2
- import { AXStyleColorType, MXComponentOptionChanged, MXValueComponent } from '@acorex/components/common';
1
+ import { NgZone } from '@angular/core';
2
+ import { AXDirection, MXColorComponent, MXComponentOptionChanged, MXValueComponent } from '@acorex/components/common';
3
3
  import * as i0 from "@angular/core";
4
- export declare class AXRangeSliderComponent extends MXValueComponent<number> {
4
+ declare const AXRangeSliderComponent_base: import("polytype").Polytype.ClusteredConstructor<[{
5
+ new (): MXValueComponent<number>;
6
+ ɵfac: unknown;
7
+ ɵprov: import("@angular/core").ɵɵInjectableDeclaration<MXValueComponent<any>>;
8
+ }, typeof MXColorComponent]>;
9
+ export declare class AXRangeSliderComponent extends AXRangeSliderComponent_base {
5
10
  private _zone;
6
11
  constructor(_zone: NgZone);
7
12
  private _minValue;
@@ -22,19 +27,14 @@ export declare class AXRangeSliderComponent extends MXValueComponent<number> {
22
27
  */
23
28
  get step(): number;
24
29
  set step(v: number);
25
- colorChange: EventEmitter<AXStyleColorType>;
26
- _color: AXStyleColorType;
27
- /**
28
- * Predefined color schemes
29
- */
30
- get color(): AXStyleColorType;
31
- set color(value: AXStyleColorType);
32
- oriantaion: 'vertical' | 'horizontal';
30
+ direction: AXDirection;
33
31
  internalOptionChanged(e: MXComponentOptionChanged): void;
34
32
  internalValueChanged(value: number): void;
35
33
  protected _handleModelChange(value: number): void;
36
34
  private _calcVars;
37
35
  private get __hostClass();
36
+ private get __hostClassDisabled();
38
37
  static ɵfac: i0.ɵɵFactoryDeclaration<AXRangeSliderComponent, never>;
39
- static ɵcmp: i0.ɵɵComponentDeclaration<AXRangeSliderComponent, "ax-range-slider", never, { "readonly": { "alias": "readonly"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "value": { "alias": "value"; "required": false; }; "name": { "alias": "name"; "required": false; }; "minValue": { "alias": "minValue"; "required": false; }; "maxValue": { "alias": "maxValue"; "required": false; }; "step": { "alias": "step"; "required": false; }; "color": { "alias": "color"; "required": false; }; "oriantaion": { "alias": "oriantaion"; "required": false; }; }, { "valueChange": "valueChange"; "onValueChanged": "onValueChanged"; "readonlyChange": "readonlyChange"; "disabledChange": "disabledChange"; "colorChange": "colorChange"; }, never, never, false, never>;
38
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXRangeSliderComponent, "ax-range-slider", never, { "readonly": { "alias": "readonly"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "value": { "alias": "value"; "required": false; }; "name": { "alias": "name"; "required": false; }; "color": { "alias": "color"; "required": false; }; "minValue": { "alias": "minValue"; "required": false; }; "maxValue": { "alias": "maxValue"; "required": false; }; "step": { "alias": "step"; "required": false; }; "direction": { "alias": "direction"; "required": false; }; }, { "valueChange": "valueChange"; "onValueChanged": "onValueChanged"; "readonlyChange": "readonlyChange"; "disabledChange": "disabledChange"; }, never, never, false, never>;
40
39
  }
40
+ export {};
@@ -1,6 +1,6 @@
1
- import { AXBaseComponent } from '@acorex/components/mixin';
1
+ import { MXBaseComponent } from '@acorex/components/common';
2
2
  import * as i0 from "@angular/core";
3
- export declare class AXResultComponent extends AXBaseComponent {
3
+ export declare class AXResultComponent extends MXBaseComponent {
4
4
  type: 'success' | 'warning' | 'danger' | 'empty' | '400' | '403' | '500' | 'custom-icon' | 'custom-image';
5
5
  caption: string;
6
6
  description: string;
@@ -1,3 +1,4 @@
1
1
  export * from './lib/scheduler-month-view.component';
2
+ export * from './lib/scheduler-week-view.component';
2
3
  export * from './lib/scheduler.component';
3
4
  export * from './lib/scheduler.module';
@@ -2,6 +2,7 @@ import { MXBaseComponent } from '@acorex/components/common';
2
2
  import { AXDateTime } from '@acorex/core/dateTime';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class AXSchedulerMonthViewComponent extends MXBaseComponent {
5
+ private _platform;
5
6
  protected _slots: {
6
7
  date: AXDateTime;
7
8
  cssClass: {
@@ -9,7 +10,7 @@ export declare class AXSchedulerMonthViewComponent extends MXBaseComponent {
9
10
  };
10
11
  isToday: boolean;
11
12
  }[];
12
- protected _dayNames: string[];
13
+ protected get dayNames(): string[];
13
14
  private _date;
14
15
  get date(): AXDateTime;
15
16
  set date(v: AXDateTime);
@@ -0,0 +1,6 @@
1
+ import { MXBaseComponent } from '@acorex/components/common';
2
+ import * as i0 from "@angular/core";
3
+ export declare class AXSchedulerWeekViewComponent extends MXBaseComponent {
4
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXSchedulerWeekViewComponent, never>;
5
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXSchedulerWeekViewComponent, "ax-scheduler-week-view", never, {}, {}, never, never, false, never>;
6
+ }
@@ -1,9 +1,15 @@
1
1
  import { MXBaseComponent } from '@acorex/components/common';
2
2
  import { AXDateTime } from '@acorex/core/dateTime';
3
+ import { AXPlatform, AXScreenSizes } from '@acorex/core/platform';
3
4
  import * as i0 from "@angular/core";
4
5
  export declare class AXSchedulerComponent extends MXBaseComponent {
6
+ private _calendarService;
7
+ protected _platform: AXPlatform;
5
8
  protected current: AXDateTime;
9
+ protected _size: AXScreenSizes;
6
10
  handleOnItemClick(): void;
11
+ ngOnInit(): void;
12
+ private detectSize;
7
13
  _handleNextClick(): void;
8
14
  _handlePrevClick(): void;
9
15
  static ɵfac: i0.ɵɵFactoryDeclaration<AXSchedulerComponent, never>;
@@ -1,13 +1,14 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./scheduler.component";
3
3
  import * as i2 from "./scheduler-month-view.component";
4
- import * as i3 from "@angular/common";
5
- import * as i4 from "@acorex/components/button";
6
- import * as i5 from "@acorex/components/decorators";
7
- import * as i6 from "@acorex/components/dropdown";
8
- import * as i7 from "@acorex/core/dateTime";
4
+ import * as i3 from "./scheduler-week-view.component";
5
+ import * as i4 from "@angular/common";
6
+ import * as i5 from "@acorex/components/button";
7
+ import * as i6 from "@acorex/components/decorators";
8
+ import * as i7 from "@acorex/components/dropdown";
9
+ import * as i8 from "@acorex/core/dateTime";
9
10
  export declare class AXSchedulerModule {
10
11
  static ɵfac: i0.ɵɵFactoryDeclaration<AXSchedulerModule, never>;
11
- static ɵmod: i0.ɵɵNgModuleDeclaration<AXSchedulerModule, [typeof i1.AXSchedulerComponent, typeof i2.AXSchedulerMonthViewComponent], [typeof i3.CommonModule, typeof i4.AXButtonModule, typeof i5.AXDecoratorModule, typeof i6.AXDropdownModule, typeof i7.AXDateTimeModule], [typeof i1.AXSchedulerComponent, typeof i2.AXSchedulerMonthViewComponent]>;
12
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXSchedulerModule, [typeof i1.AXSchedulerComponent, typeof i2.AXSchedulerMonthViewComponent, typeof i3.AXSchedulerWeekViewComponent], [typeof i4.CommonModule, typeof i5.AXButtonModule, typeof i6.AXDecoratorModule, typeof i7.AXDropdownModule, typeof i8.AXDateTimeModule], [typeof i1.AXSchedulerComponent, typeof i2.AXSchedulerMonthViewComponent, typeof i3.AXSchedulerWeekViewComponent]>;
12
13
  static ɵinj: i0.ɵɵInjectorDeclaration<AXSchedulerModule>;
13
14
  }
@@ -1,48 +1,17 @@
1
- import { AXBaseComponent, AXComponentOptionChanged } from '@acorex/components/mixin';
2
- import { ElementRef, ChangeDetectorRef, TemplateRef, EventEmitter } from '@angular/core';
1
+ import { MXComponentOptionChanged, MXInteractiveComponent } from '@acorex/components/common';
2
+ import { EventEmitter, TemplateRef } from '@angular/core';
3
3
  import * as i0 from "@angular/core";
4
- export declare const AXBaseTabItemMixin: (new (...args: any[]) => {
5
- onClick: EventEmitter<import("dist/libs/components/common").AXClickEvent>;
6
- _emitOnClickEvent(e: MouseEvent): void;
7
- id: string;
8
- "__#5212@#rtl": boolean;
9
- rtl: boolean;
10
- "__#5212@#elementRef": ElementRef<any>;
11
- _cdr: ChangeDetectorRef;
12
- _isInited: boolean;
13
- _isRendered: boolean;
14
- ngOnInit(): void;
15
- ngAfterViewInit(): void;
16
- ngOnDestroy(): void;
17
- _getHostElement<T = HTMLElement>(): T;
18
- _getInnerElement<T_1 = HTMLElement>(): T_1;
19
- _onInternalInit(): void;
20
- _onInternalViewInit(): void;
21
- _onInternalDestroy(): void;
22
- onInit(): void;
23
- onViewInit(): void;
24
- onDestroy(): void;
25
- _applyRtl(): void;
26
- _onOptionChanging(option: import("@acorex/components/mixin").AXComponentOptionChanging): any;
27
- _onOptionChanged(option: AXComponentOptionChanged): void;
28
- _setOption(option: import("@acorex/components/mixin").AXComponentSetOption): void;
29
- }) & typeof AXBaseComponent;
30
- export declare class AXTabItemComponent extends AXBaseTabItemMixin {
31
- constructor(_elementRef: ElementRef, _cdr: ChangeDetectorRef);
4
+ export declare class AXTabItemComponent extends MXInteractiveComponent {
32
5
  text: string;
33
6
  key: string;
34
- template: TemplateRef<any>;
35
- headerTemplate: TemplateRef<any>;
7
+ template: TemplateRef<unknown>;
8
+ headerTemplate: TemplateRef<unknown>;
36
9
  activeChange: EventEmitter<boolean>;
37
10
  private _active;
38
11
  get active(): boolean;
39
12
  set active(value: boolean);
40
- disabledChange: EventEmitter<boolean>;
41
- private _disabled;
42
- get disabled(): boolean;
43
- set disabled(value: boolean);
44
13
  private __hostClick;
45
- _onOptionChanged(option: AXComponentOptionChanged): void;
14
+ protected internalOptionChanged(option: MXComponentOptionChanged<any>): void;
46
15
  static ɵfac: i0.ɵɵFactoryDeclaration<AXTabItemComponent, never>;
47
- static ɵcmp: i0.ɵɵComponentDeclaration<AXTabItemComponent, "ax-tab-item", never, { "text": { "alias": "text"; "required": false; }; "key": { "alias": "key"; "required": false; }; "active": { "alias": "active"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "activeChange": "activeChange"; "disabledChange": "disabledChange"; }, ["headerTemplate"], ["ax-prefix", "ax-suffix", "ax-content"], false, never>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXTabItemComponent, "ax-tab-item", never, { "disabled": { "alias": "disabled"; "required": false; }; "text": { "alias": "text"; "required": false; }; "key": { "alias": "key"; "required": false; }; "headerTemplate": { "alias": "headerTemplate"; "required": false; }; "active": { "alias": "active"; "required": false; }; }, { "disabledChange": "disabledChange"; "onClick": "onClick"; "onBlur": "onBlur"; "onFocus": "onFocus"; "activeChange": "activeChange"; }, never, ["ax-prefix", "ax-suffix", "ax-content"], false, never>;
48
17
  }
@@ -4,4 +4,5 @@ export declare class AXTabStripChangedEvent extends AXEvent {
4
4
  tab: AXTabItemComponent;
5
5
  index: number;
6
6
  }
7
- export type AXTabLook = 'pills' | 'pills-color' | 'with-line' | 'classic' | 'custom';
7
+ export type AXTabLook = 'default' | 'pills' | 'pills-color' | 'with-line' | 'classic' | 'custom';
8
+ export type AXTabLocation = 'top' | 'bottom' | 'start' | 'end';
@@ -1,18 +1,16 @@
1
- import { ElementRef, ChangeDetectorRef, EventEmitter } from '@angular/core';
2
- import { AXTabLook, AXTabStripChangedEvent } from './tabs.class';
3
- import { AXTabItemComponent } from './tab-item.component';
1
+ import { MXBaseComponent } from '@acorex/components/common';
2
+ import { AfterContentInit, AfterViewInit, EventEmitter } from '@angular/core';
4
3
  import { AXTabContentDirective } from './tab-content.directive';
5
- import { AXBaseComponent } from '@acorex/components/mixin';
6
- import { AXDirection } from '@acorex/components/common';
4
+ import { AXTabItemComponent } from './tab-item.component';
5
+ import { AXTabLocation, AXTabLook, AXTabStripChangedEvent } from './tabs.class';
7
6
  import * as i0 from "@angular/core";
8
- export declare class AXTabsComponent extends AXBaseComponent {
7
+ export declare class AXTabsComponent extends MXBaseComponent implements AfterViewInit, AfterContentInit {
9
8
  private _contentTabs;
10
9
  look: AXTabLook;
11
- orientation: AXDirection;
10
+ location: AXTabLocation;
12
11
  fitParent: boolean;
13
12
  minWidth: boolean;
14
13
  content: AXTabContentDirective;
15
- constructor(elementRef: ElementRef, cdr: ChangeDetectorRef);
16
14
  private _isUserInteraction;
17
15
  get items(): AXTabItemComponent[];
18
16
  private _selectedItem;
@@ -25,5 +23,5 @@ export declare class AXTabsComponent extends AXBaseComponent {
25
23
  private _bindOnClickEvent;
26
24
  select(tab: number | AXTabItemComponent): void;
27
25
  static ɵfac: i0.ɵɵFactoryDeclaration<AXTabsComponent, never>;
28
- static ɵcmp: i0.ɵɵComponentDeclaration<AXTabsComponent, "ax-tabs", never, { "look": { "alias": "look"; "required": false; }; "orientation": { "alias": "orientation"; "required": false; }; "fitParent": { "alias": "fitParent"; "required": false; }; "minWidth": { "alias": "minWidth"; "required": false; }; "content": { "alias": "content"; "required": false; }; }, { "onActiveTabChanged": "onActiveTabChanged"; }, ["_contentTabs"], ["ax-tab-item"], false, never>;
26
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXTabsComponent, "ax-tabs", never, { "look": { "alias": "look"; "required": false; }; "location": { "alias": "location"; "required": false; }; "fitParent": { "alias": "fitParent"; "required": false; }; "minWidth": { "alias": "minWidth"; "required": false; }; "content": { "alias": "content"; "required": false; }; }, { "onActiveTabChanged": "onActiveTabChanged"; }, ["_contentTabs"], ["ax-tab-item"], false, never>;
29
27
  }
@@ -1,10 +1,8 @@
1
- import { AXBaseComponent } from '@acorex/components/mixin';
1
+ import { MXBaseComponent } from '@acorex/components/common';
2
2
  import * as i0 from "@angular/core";
3
- export declare class AXTagComponent extends AXBaseComponent {
3
+ export declare class AXTagComponent extends MXBaseComponent {
4
4
  text: string;
5
5
  look: 'default' | 'outline';
6
- constructor();
7
- ngOnInit(): void;
8
6
  private get __hostClass();
9
7
  static ɵfac: i0.ɵɵFactoryDeclaration<AXTagComponent, never>;
10
8
  static ɵcmp: i0.ɵɵComponentDeclaration<AXTagComponent, "ax-tag", never, { "text": { "alias": "text"; "required": false; }; "look": { "alias": "look"; "required": false; }; }, {}, never, ["ax-prefix", "ax-suffix"], false, never>;
@@ -1,11 +1,8 @@
1
- import { AXPosition } from '@acorex/components/common';
2
- import { AXBaseComponentMixin } from '@acorex/components/mixin';
3
- import { ElementRef, ChangeDetectorRef } from '@angular/core';
1
+ import { AXPlacement, MXBaseComponent } from '@acorex/components/common';
4
2
  import * as i0 from "@angular/core";
5
- export declare class AXTooltipComponent extends AXBaseComponentMixin {
6
- constructor(elementRef: ElementRef, cdr: ChangeDetectorRef);
3
+ export declare class AXTooltipComponent extends MXBaseComponent {
7
4
  text: string;
8
- position: AXPosition;
5
+ position: AXPlacement;
9
6
  static ɵfac: i0.ɵɵFactoryDeclaration<AXTooltipComponent, never>;
10
7
  static ɵcmp: i0.ɵɵComponentDeclaration<AXTooltipComponent, "ax-tooltip", never, { "text": { "alias": "text"; "required": false; }; "position": { "alias": "position"; "required": false; }; }, {}, never, never, false, never>;
11
8
  }
@@ -1,22 +1,16 @@
1
- import { ChangeDetectorRef, ElementRef } from '@angular/core';
2
- import { Overlay, OverlayPositionBuilder } from '@angular/cdk/overlay';
3
- import { AXPosition } from '@acorex/components/common';
1
+ import { ElementRef, OnInit, TemplateRef, ViewContainerRef } from '@angular/core';
2
+ import { AXPlacementType } from '@acorex/components/common';
4
3
  import * as i0 from "@angular/core";
5
- export declare class AXTooltipDirective {
6
- private overlay;
7
- private overlayPositionBuilder;
4
+ export declare class AXTooltipDirective implements OnInit {
8
5
  private elementRef;
9
- private cdr;
10
- text: string;
11
- position: AXPosition;
12
- private overlayRef;
13
- protected positions: any[];
14
- constructor(overlay: Overlay, overlayPositionBuilder: OverlayPositionBuilder, elementRef: ElementRef, cdr: ChangeDetectorRef);
6
+ private vc;
7
+ content: string | TemplateRef<unknown>;
8
+ private _placement;
9
+ get placement(): AXPlacementType;
10
+ set placement(v: AXPlacementType);
11
+ private popupRef;
12
+ constructor(elementRef: ElementRef, vc: ViewContainerRef);
15
13
  ngOnInit(): void;
16
- ngAfterViewInit(): void;
17
- protected positioning(): void;
18
- show(): void;
19
- hide(): void;
20
14
  static ɵfac: i0.ɵɵFactoryDeclaration<AXTooltipDirective, never>;
21
- static ɵdir: i0.ɵɵDirectiveDeclaration<AXTooltipDirective, "[axTooltip]", never, { "text": { "alias": "axTooltip"; "required": false; }; "position": { "alias": "axTooltipPosition"; "required": false; }; }, {}, never, never, false, never>;
15
+ static ɵdir: i0.ɵɵDirectiveDeclaration<AXTooltipDirective, "[axTooltip]", never, { "content": { "alias": "axTooltip"; "required": false; }; "placement": { "alias": "axTooltipPlacement"; "required": false; }; }, {}, never, never, false, never>;
22
16
  }
@@ -1,2 +1,4 @@
1
- export * from './lib/uploader.component';
1
+ export * from './lib/uploader-drop-zone.component';
2
+ export * from './lib/uploader-list.component';
3
+ export * from './lib/uploader-overlay.component';
2
4
  export * from './lib/uploader.module';
@@ -0,0 +1,6 @@
1
+ import { MXBaseComponent } from '@acorex/components/common';
2
+ import * as i0 from "@angular/core";
3
+ export declare class AXUploaderDropZoneComponent extends MXBaseComponent {
4
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXUploaderDropZoneComponent, never>;
5
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXUploaderDropZoneComponent, "ax-uploader-drop-zone", never, {}, {}, never, never, false, never>;
6
+ }