@acorex/components 7.4.8 → 7.5.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 (432) hide show
  1. package/action-sheet/index.d.ts +1 -1
  2. package/action-sheet/lib/action-sheet.component.d.ts +3 -3
  3. package/avatar/index.d.ts +1 -1
  4. package/breadcrumbs/index.d.ts +2 -2
  5. package/breadcrumbs/lib/breadcrumbs-item.component.d.ts +1 -1
  6. package/button/lib/button-item.class.d.ts +1 -1
  7. package/button/lib/button.component.d.ts +1 -1
  8. package/button/lib/button.module.d.ts +2 -1
  9. package/calendar/lib/calendar.class.d.ts +1 -1
  10. package/calendar/lib/calendar.component.d.ts +1 -1
  11. package/collapse/lib/collapse-group.component.d.ts +9 -6
  12. package/collapse/lib/collapse.component.d.ts +6 -6
  13. package/color-box/lib/color-box.component.d.ts +2 -2
  14. package/color-palette/lib/color-palette-input.component.d.ts +3 -3
  15. package/color-palette/lib/color-palette-picker.component.d.ts +1 -1
  16. package/color-palette/lib/color-palette.class.d.ts +4 -4
  17. package/common/index.d.ts +0 -1
  18. package/common/lib/classes/datalist.class.d.ts +34 -3
  19. package/common/lib/classes/styles.class.d.ts +2 -3
  20. package/common/lib/components/colorlook-component.class.d.ts +2 -2
  21. package/common/lib/components/input-base-value-component.class.d.ts +12 -12
  22. package/common/lib/components/selection-base.component.class.d.ts +5 -10
  23. package/common/lib/directives/delayed-value-changed.directive.d.ts +5 -5
  24. package/common/lib/directives/hotkey.directive.d.ts +2 -2
  25. package/common/lib/directives/responsive.directive.d.ts +1 -1
  26. package/context-menu/lib/context-menu.component.d.ts +1 -1
  27. package/data-table/lib/data-table.component.d.ts +2 -2
  28. package/datetime-box/lib/datetime-box.component.d.ts +5 -4
  29. package/datetime-input/lib/datetime-input.component.d.ts +1 -1
  30. package/datetime-picker/index.d.ts +1 -1
  31. package/datetime-picker/lib/datetime-picker.component.d.ts +1 -2
  32. package/dialog/lib/dialog.class.d.ts +4 -2
  33. package/dialog/lib/dialog.service.d.ts +3 -2
  34. package/dropdown/lib/dropdown-box.component.d.ts +6 -3
  35. package/dropdown/lib/dropdown-panel.component.d.ts +1 -0
  36. package/esm2022/action-sheet/index.mjs +2 -2
  37. package/esm2022/action-sheet/lib/action-sheet.class.mjs +1 -1
  38. package/esm2022/action-sheet/lib/action-sheet.component.mjs +22 -14
  39. package/esm2022/action-sheet/lib/action-sheet.module.mjs +3 -3
  40. package/esm2022/action-sheet/lib/action-sheet.service.mjs +5 -5
  41. package/esm2022/alert/lib/alert.component.mjs +6 -7
  42. package/esm2022/avatar/index.mjs +2 -2
  43. package/esm2022/avatar/lib/avatar-group.component.mjs +1 -1
  44. package/esm2022/avatar/lib/avatar.component.mjs +2 -2
  45. package/esm2022/badge/lib/badge.component.mjs +3 -3
  46. package/esm2022/badge/lib/badge.module.mjs +2 -2
  47. package/esm2022/breadcrumbs/index.mjs +3 -3
  48. package/esm2022/breadcrumbs/lib/breadcrumbs-item.class.mjs +1 -1
  49. package/esm2022/breadcrumbs/lib/breadcrumbs-item.component.mjs +2 -2
  50. package/esm2022/breadcrumbs/lib/breadcrumbs.component.mjs +1 -1
  51. package/esm2022/breadcrumbs/lib/breadcrumbs.module.mjs +3 -3
  52. package/esm2022/button/lib/button-item.class.mjs +1 -1
  53. package/esm2022/button/lib/button-item.component.mjs +1 -1
  54. package/esm2022/button/lib/button.component.mjs +3 -3
  55. package/esm2022/button/lib/button.module.mjs +4 -3
  56. package/esm2022/button-group/lib/button-group.component.mjs +3 -3
  57. package/esm2022/button-group/lib/button-group.module.mjs +2 -2
  58. package/esm2022/calendar/lib/calendar-range.component.mjs +4 -7
  59. package/esm2022/calendar/lib/calendar.class.mjs +3 -11
  60. package/esm2022/calendar/lib/calendar.component.mjs +28 -29
  61. package/esm2022/calendar/lib/calendar.module.mjs +4 -4
  62. package/esm2022/check-box/lib/check-box.component.mjs +9 -9
  63. package/esm2022/check-box/lib/check-box.module.mjs +3 -3
  64. package/esm2022/chips/lib/chips.component.mjs +5 -5
  65. package/esm2022/chips/lib/chips.module.mjs +2 -2
  66. package/esm2022/collapse/lib/collapse-group.component.mjs +17 -12
  67. package/esm2022/collapse/lib/collapse.component.mjs +9 -9
  68. package/esm2022/collapse/lib/collapse.module.mjs +3 -3
  69. package/esm2022/color-box/lib/color-box.component.mjs +7 -7
  70. package/esm2022/color-box/lib/color-box.module.mjs +4 -4
  71. package/esm2022/color-palette/lib/color-palette-input.component.mjs +10 -14
  72. package/esm2022/color-palette/lib/color-palette-picker.component.mjs +29 -31
  73. package/esm2022/color-palette/lib/color-palette-preview.component.mjs +8 -16
  74. package/esm2022/color-palette/lib/color-palette-swatches.component.mjs +5 -5
  75. package/esm2022/color-palette/lib/color-palette.class.mjs +2 -2
  76. package/esm2022/color-palette/lib/color-palette.component.mjs +14 -6
  77. package/esm2022/color-palette/lib/color-palette.module.mjs +12 -12
  78. package/esm2022/common/index.mjs +1 -2
  79. package/esm2022/common/lib/classes/components.class.mjs +1 -1
  80. package/esm2022/common/lib/classes/datalist.class.mjs +41 -3
  81. package/esm2022/common/lib/classes/styles.class.mjs +2 -10
  82. package/esm2022/common/lib/common.module.mjs +4 -2
  83. package/esm2022/common/lib/components/button-base-component.class.mjs +4 -4
  84. package/esm2022/common/lib/components/color-component.class.mjs +2 -2
  85. package/esm2022/common/lib/components/colorlook-component.class.mjs +4 -4
  86. package/esm2022/common/lib/components/input-base-value-component.class.mjs +15 -15
  87. package/esm2022/common/lib/components/interactive-component.class.mjs +1 -1
  88. package/esm2022/common/lib/components/look-component.class.mjs +2 -2
  89. package/esm2022/common/lib/components/selection-base.component.class.mjs +19 -36
  90. package/esm2022/common/lib/components/value-component.class.mjs +4 -4
  91. package/esm2022/common/lib/directives/auto-focus.directive.mjs +4 -12
  92. package/esm2022/common/lib/directives/delayed-value-changed.directive.mjs +16 -14
  93. package/esm2022/common/lib/directives/hotkey.directive.mjs +14 -15
  94. package/esm2022/common/lib/directives/infinite-scroll.directive.mjs +7 -9
  95. package/esm2022/common/lib/directives/responsive.directive.mjs +12 -10
  96. package/esm2022/common/lib/directives/ripple.directive.mjs +1 -1
  97. package/esm2022/common/lib/services/dom.service.mjs +2 -2
  98. package/esm2022/common/lib/services/hotkey.service.mjs +4 -5
  99. package/esm2022/common/lib/types/direction.mjs +1 -1
  100. package/esm2022/common/lib/types/orientation.mjs +1 -1
  101. package/esm2022/common/lib/types/placement.mjs +23 -23
  102. package/esm2022/common/lib/types/range.mjs +1 -1
  103. package/esm2022/context-menu/lib/context-menu.component.mjs +3 -3
  104. package/esm2022/context-menu/lib/context-menu.module.mjs +7 -17
  105. package/esm2022/data-pager/lib/data-pager-info.component.mjs +3 -3
  106. package/esm2022/data-pager/lib/data-pager-input-selector.component.mjs +1 -1
  107. package/esm2022/data-pager/lib/data-pager-next-buttons.components.mjs +21 -8
  108. package/esm2022/data-pager/lib/data-pager-numeric-selector.component.mjs +3 -3
  109. package/esm2022/data-pager/lib/data-pager-pagesize-dropdown.component.mjs +17 -5
  110. package/esm2022/data-pager/lib/data-pager-prev-buttons.component.mjs +19 -7
  111. package/esm2022/data-pager/lib/data-pager.component.mjs +2 -2
  112. package/esm2022/data-pager/lib/data-pager.module.mjs +30 -16
  113. package/esm2022/data-table/lib/data-column.directive.mjs +2 -2
  114. package/esm2022/data-table/lib/data-table.component.mjs +2 -2
  115. package/esm2022/data-table/lib/data-table.module.mjs +7 -7
  116. package/esm2022/datetime-box/lib/datetime-box.component.mjs +11 -8
  117. package/esm2022/datetime-box/lib/datetime-box.module.mjs +7 -7
  118. package/esm2022/datetime-input/lib/datetime-input.component.mjs +134 -134
  119. package/esm2022/datetime-input/lib/datetime-input.module.mjs +4 -4
  120. package/esm2022/datetime-picker/index.mjs +2 -2
  121. package/esm2022/datetime-picker/lib/datetime-picker.component.mjs +4 -4
  122. package/esm2022/datetime-picker/lib/datetime-picker.config.mjs +4 -4
  123. package/esm2022/decorators/lib/components/clear-button.component.mjs +2 -2
  124. package/esm2022/decorators/lib/components/close-button.component.mjs +8 -4
  125. package/esm2022/decorators/lib/components/generic-content.component.mjs +1 -1
  126. package/esm2022/decorators/lib/components/icon.component.mjs +2 -2
  127. package/esm2022/dialog/lib/dialog.class.mjs +1 -1
  128. package/esm2022/dialog/lib/dialog.component.mjs +3 -17
  129. package/esm2022/dialog/lib/dialog.module.mjs +26 -10
  130. package/esm2022/dialog/lib/dialog.service.mjs +47 -24
  131. package/esm2022/drawer/lib/drawer-container.component.mjs +2 -2
  132. package/esm2022/drawer/lib/drawer.component.mjs +2 -2
  133. package/esm2022/drawer/lib/drawer.module.mjs +3 -3
  134. package/esm2022/dropdown/lib/dropdown-box.class.mjs +1 -1
  135. package/esm2022/dropdown/lib/dropdown-box.component.mjs +16 -10
  136. package/esm2022/dropdown/lib/dropdown-panel.component.mjs +7 -6
  137. package/esm2022/dropdown/lib/dropdown.module.mjs +29 -9
  138. package/esm2022/form/index.mjs +2 -2
  139. package/esm2022/form/lib/form-field.component.mjs +4 -4
  140. package/esm2022/form/lib/form.component.mjs +3 -4
  141. package/esm2022/form/lib/form.config.mjs +6 -6
  142. package/esm2022/form/lib/form.module.mjs +3 -11
  143. package/esm2022/form/lib/validation-summary.component.mjs +40 -30
  144. package/esm2022/form/lib/validation.class.mjs +1 -1
  145. package/esm2022/image/lib/image.component.mjs +1 -1
  146. package/esm2022/image/lib/image.module.mjs +2 -2
  147. package/esm2022/label/lib/label.component.mjs +4 -8
  148. package/esm2022/label/lib/label.module.mjs +2 -2
  149. package/esm2022/list/acorex-components-list.mjs +5 -0
  150. package/esm2022/list/index.mjs +3 -0
  151. package/esm2022/list/lib/list.component.mjs +244 -0
  152. package/esm2022/list/lib/list.module.mjs +22 -0
  153. package/esm2022/loading/index.mjs +2 -2
  154. package/esm2022/loading/lib/loading-spinner.component.mjs +13 -7
  155. package/esm2022/loading/lib/loading.component.mjs +8 -16
  156. package/esm2022/loading/lib/loading.config.mjs +2 -2
  157. package/esm2022/loading/lib/loading.directive.mjs +2 -2
  158. package/esm2022/loading/lib/loading.module.mjs +22 -8
  159. package/esm2022/loading/lib/loading.service.mjs +9 -13
  160. package/esm2022/menu/index.mjs +4 -1
  161. package/esm2022/menu/lib/class/root-menu.class.mjs +3 -0
  162. package/esm2022/menu/lib/menu-item/menu-item.component.mjs +95 -0
  163. package/esm2022/menu/lib/menu.component.mjs +4 -4
  164. package/esm2022/menu/lib/menu.module.mjs +11 -16
  165. package/esm2022/menu/lib/menu2.component.mjs +45 -0
  166. package/esm2022/mixin/lib/base-components.class.mjs +2 -3
  167. package/esm2022/mixin/lib/base-menu-mixin.class.mjs +1 -1
  168. package/esm2022/mixin/lib/button-mixin.class.mjs +1 -1
  169. package/esm2022/mixin/lib/clickable-mixin.class.mjs +8 -8
  170. package/esm2022/mixin/lib/color-look-mixing.class.mjs +3 -3
  171. package/esm2022/mixin/lib/constratctor.mjs +1 -1
  172. package/esm2022/mixin/lib/datalist-component.class.mjs +3 -5
  173. package/esm2022/mixin/lib/datalist.class.mjs +46 -3
  174. package/esm2022/mixin/lib/dropdown-mixin.class.mjs +2 -4
  175. package/esm2022/mixin/lib/interactive-mixin.class.mjs +29 -28
  176. package/esm2022/mixin/lib/mixin.class.mjs +13 -13
  177. package/esm2022/mixin/lib/page-component.class.mjs +3 -3
  178. package/esm2022/mixin/lib/selection-component.class.mjs +1 -1
  179. package/esm2022/mixin/lib/textbox-mixin.class.mjs +29 -20
  180. package/esm2022/mixin/lib/value-mixin.class.mjs +1 -1
  181. package/esm2022/notification/index.mjs +2 -2
  182. package/esm2022/notification/lib/notification.class.mjs +1 -1
  183. package/esm2022/notification/lib/notification.component.mjs +7 -7
  184. package/esm2022/notification/lib/notification.config.mjs +1 -1
  185. package/esm2022/notification/lib/notification.module.mjs +21 -9
  186. package/esm2022/notification/lib/notification.service.mjs +11 -11
  187. package/esm2022/number-box/lib/number-box.component.mjs +6 -6
  188. package/esm2022/number-box/lib/number-box.module.mjs +6 -16
  189. package/esm2022/otp/lib/otp.component.mjs +5 -5
  190. package/esm2022/otp/lib/otp.module.mjs +2 -2
  191. package/esm2022/page/lib/base-page.class.mjs +6 -4
  192. package/esm2022/page/lib/page.component.mjs +3 -3
  193. package/esm2022/page/lib/page.module.mjs +1 -1
  194. package/esm2022/password-box/lib/password-box.component.mjs +6 -6
  195. package/esm2022/password-box/lib/password-box.module.mjs +7 -15
  196. package/esm2022/picker/lib/picker-column.directive.mjs +9 -16
  197. package/esm2022/picker/lib/picker.component.mjs +2 -2
  198. package/esm2022/picker/lib/picker.module.mjs +3 -3
  199. package/esm2022/popover/lib/popover.component.mjs +8 -5
  200. package/esm2022/popover/lib/popover.module.mjs +2 -2
  201. package/esm2022/popup/index.mjs +2 -2
  202. package/esm2022/popup/lib/popup.component.mjs +1 -2
  203. package/esm2022/popup/lib/popup.interface.mjs +1 -1
  204. package/esm2022/popup/lib/popup.module.mjs +2 -2
  205. package/esm2022/popup/lib/popup.service.mjs +1 -2
  206. package/esm2022/progress-bar/lib/progress-bar.component.mjs +5 -5
  207. package/esm2022/progress-bar/lib/progress-bar.module.mjs +2 -2
  208. package/esm2022/radio/lib/radio.component.mjs +8 -8
  209. package/esm2022/radio/lib/radio.module.mjs +2 -2
  210. package/esm2022/range-slider/lib/range-slider.component.mjs +9 -9
  211. package/esm2022/range-slider/lib/range-slider.module.mjs +4 -4
  212. package/esm2022/result/lib/result.component.mjs +4 -4
  213. package/esm2022/result/lib/result.module.mjs +2 -2
  214. package/esm2022/routing-progress/acorex-components-routing-progress.mjs +5 -0
  215. package/esm2022/routing-progress/index.mjs +3 -0
  216. package/esm2022/routing-progress/lib/routing-progress.component.mjs +58 -0
  217. package/esm2022/routing-progress/lib/routing-progress.module.mjs +21 -0
  218. package/esm2022/scheduler/lib/scheduler-month-view.component.mjs +4 -2
  219. package/esm2022/scheduler/lib/scheduler.component.mjs +1 -1
  220. package/esm2022/search-box/lib/search-box.component.mjs +43 -19
  221. package/esm2022/search-box/lib/search-box.module.mjs +8 -8
  222. package/esm2022/select-box/index.mjs +2 -1
  223. package/esm2022/select-box/lib/select-box.component.mjs +4 -4
  224. package/esm2022/select-box/lib/select-box.module.mjs +21 -12
  225. package/esm2022/select-box/lib/select-box2.component.mjs +191 -0
  226. package/esm2022/selection-list/lib/selection-list.component.mjs +24 -9
  227. package/esm2022/selection-list/lib/selection-list.module.mjs +6 -6
  228. package/esm2022/switch/lib/switch-content.component.mjs +1 -1
  229. package/esm2022/switch/lib/switch.component.mjs +11 -18
  230. package/esm2022/switch/lib/switch.module.mjs +4 -4
  231. package/esm2022/tabs/lib/tab-content.directive.mjs +1 -1
  232. package/esm2022/tabs/lib/tabs.component.mjs +2 -2
  233. package/esm2022/tabs/lib/tabs.module.mjs +5 -5
  234. package/esm2022/tag/lib/tag.component.mjs +4 -4
  235. package/esm2022/tag/lib/tag.module.mjs +2 -2
  236. package/esm2022/text-area/lib/text-area.component.mjs +21 -15
  237. package/esm2022/text-area/lib/text-area.module.mjs +2 -2
  238. package/esm2022/text-box/lib/text-box.component.mjs +6 -6
  239. package/esm2022/text-box/lib/text-box.module.mjs +4 -18
  240. package/esm2022/toast/index.mjs +2 -2
  241. package/esm2022/toast/lib/toast.class.mjs +1 -1
  242. package/esm2022/toast/lib/toast.component.mjs +7 -7
  243. package/esm2022/toast/lib/toast.config.mjs +3 -3
  244. package/esm2022/toast/lib/toast.module.mjs +6 -10
  245. package/esm2022/toast/lib/toast.service.mjs +16 -14
  246. package/esm2022/tooltip/lib/tooltip.component.mjs +2 -2
  247. package/esm2022/tooltip/lib/tooltip.directive.mjs +4 -4
  248. package/esm2022/tooltip/lib/tooltip.module.mjs +3 -3
  249. package/esm2022/uploader/index.mjs +3 -1
  250. package/esm2022/uploader/lib/uploader-drop-zone.component.mjs +3 -3
  251. package/esm2022/uploader/lib/uploader-list.component.mjs +41 -7
  252. package/esm2022/uploader/lib/uploader-overlay.component.mjs +2 -2
  253. package/esm2022/uploader/lib/uploader-zone.directive.mjs +53 -0
  254. package/esm2022/uploader/lib/uploader.module.mjs +26 -7
  255. package/esm2022/uploader/lib/uploader.service.mjs +30 -0
  256. package/fesm2022/acorex-components-action-sheet.mjs +23 -15
  257. package/fesm2022/acorex-components-action-sheet.mjs.map +1 -1
  258. package/fesm2022/acorex-components-alert.mjs +5 -6
  259. package/fesm2022/acorex-components-alert.mjs.map +1 -1
  260. package/fesm2022/acorex-components-avatar.mjs +15 -15
  261. package/fesm2022/acorex-components-avatar.mjs.map +1 -1
  262. package/fesm2022/acorex-components-badge.mjs +2 -2
  263. package/fesm2022/acorex-components-badge.mjs.map +1 -1
  264. package/fesm2022/acorex-components-breadcrumbs.mjs.map +1 -1
  265. package/fesm2022/acorex-components-button-group.mjs +2 -2
  266. package/fesm2022/acorex-components-button-group.mjs.map +1 -1
  267. package/fesm2022/acorex-components-button.mjs +5 -4
  268. package/fesm2022/acorex-components-button.mjs.map +1 -1
  269. package/fesm2022/acorex-components-calendar.mjs +26 -38
  270. package/fesm2022/acorex-components-calendar.mjs.map +1 -1
  271. package/fesm2022/acorex-components-check-box.mjs +9 -9
  272. package/fesm2022/acorex-components-check-box.mjs.map +1 -1
  273. package/fesm2022/acorex-components-chips.mjs +4 -4
  274. package/fesm2022/acorex-components-chips.mjs.map +1 -1
  275. package/fesm2022/acorex-components-collapse.mjs +23 -18
  276. package/fesm2022/acorex-components-collapse.mjs.map +1 -1
  277. package/fesm2022/acorex-components-color-box.mjs +6 -6
  278. package/fesm2022/acorex-components-color-box.mjs.map +1 -1
  279. package/fesm2022/acorex-components-color-palette.mjs +53 -59
  280. package/fesm2022/acorex-components-color-palette.mjs.map +1 -1
  281. package/fesm2022/acorex-components-common.mjs +147 -164
  282. package/fesm2022/acorex-components-common.mjs.map +1 -1
  283. package/fesm2022/acorex-components-context-menu.mjs +6 -16
  284. package/fesm2022/acorex-components-context-menu.mjs.map +1 -1
  285. package/fesm2022/acorex-components-data-pager.mjs +70 -19
  286. package/fesm2022/acorex-components-data-pager.mjs.map +1 -1
  287. package/fesm2022/acorex-components-data-table.mjs +1 -1
  288. package/fesm2022/acorex-components-data-table.mjs.map +1 -1
  289. package/fesm2022/acorex-components-datetime-box.mjs +11 -8
  290. package/fesm2022/acorex-components-datetime-box.mjs.map +1 -1
  291. package/fesm2022/acorex-components-datetime-input.mjs +133 -133
  292. package/fesm2022/acorex-components-datetime-input.mjs.map +1 -1
  293. package/fesm2022/acorex-components-datetime-picker.mjs +9 -9
  294. package/fesm2022/acorex-components-datetime-picker.mjs.map +1 -1
  295. package/fesm2022/acorex-components-decorators.mjs +8 -4
  296. package/fesm2022/acorex-components-decorators.mjs.map +1 -1
  297. package/fesm2022/acorex-components-dialog.mjs +65 -40
  298. package/fesm2022/acorex-components-dialog.mjs.map +1 -1
  299. package/fesm2022/acorex-components-drawer.mjs +1 -1
  300. package/fesm2022/acorex-components-drawer.mjs.map +1 -1
  301. package/fesm2022/acorex-components-dropdown.mjs +46 -20
  302. package/fesm2022/acorex-components-dropdown.mjs.map +1 -1
  303. package/fesm2022/acorex-components-form.mjs +76 -75
  304. package/fesm2022/acorex-components-form.mjs.map +1 -1
  305. package/fesm2022/acorex-components-image.mjs.map +1 -1
  306. package/fesm2022/acorex-components-label.mjs +2 -6
  307. package/fesm2022/acorex-components-label.mjs.map +1 -1
  308. package/fesm2022/acorex-components-list.mjs +269 -0
  309. package/fesm2022/acorex-components-list.mjs.map +1 -0
  310. package/fesm2022/acorex-components-loading.mjs +42 -36
  311. package/fesm2022/acorex-components-loading.mjs.map +1 -1
  312. package/fesm2022/acorex-components-menu.mjs +147 -21
  313. package/fesm2022/acorex-components-menu.mjs.map +1 -1
  314. package/fesm2022/acorex-components-mixin.mjs +113 -64
  315. package/fesm2022/acorex-components-mixin.mjs.map +1 -1
  316. package/fesm2022/acorex-components-notification.mjs +50 -38
  317. package/fesm2022/acorex-components-notification.mjs.map +1 -1
  318. package/fesm2022/acorex-components-number-box.mjs +7 -17
  319. package/fesm2022/acorex-components-number-box.mjs.map +1 -1
  320. package/fesm2022/acorex-components-otp.mjs +4 -4
  321. package/fesm2022/acorex-components-otp.mjs.map +1 -1
  322. package/fesm2022/acorex-components-page.mjs +6 -4
  323. package/fesm2022/acorex-components-page.mjs.map +1 -1
  324. package/fesm2022/acorex-components-password-box.mjs +7 -15
  325. package/fesm2022/acorex-components-password-box.mjs.map +1 -1
  326. package/fesm2022/acorex-components-picker.mjs +10 -17
  327. package/fesm2022/acorex-components-picker.mjs.map +1 -1
  328. package/fesm2022/acorex-components-popover.mjs +7 -4
  329. package/fesm2022/acorex-components-popover.mjs.map +1 -1
  330. package/fesm2022/acorex-components-popup.mjs +1 -3
  331. package/fesm2022/acorex-components-popup.mjs.map +1 -1
  332. package/fesm2022/acorex-components-progress-bar.mjs +3 -3
  333. package/fesm2022/acorex-components-progress-bar.mjs.map +1 -1
  334. package/fesm2022/acorex-components-radio.mjs +6 -6
  335. package/fesm2022/acorex-components-radio.mjs.map +1 -1
  336. package/fesm2022/acorex-components-range-slider.mjs +7 -7
  337. package/fesm2022/acorex-components-range-slider.mjs.map +1 -1
  338. package/fesm2022/acorex-components-result.mjs +2 -2
  339. package/fesm2022/acorex-components-result.mjs.map +1 -1
  340. package/fesm2022/acorex-components-routing-progress.mjs +83 -0
  341. package/fesm2022/acorex-components-routing-progress.mjs.map +1 -0
  342. package/fesm2022/acorex-components-scheduler.mjs +3 -1
  343. package/fesm2022/acorex-components-scheduler.mjs.map +1 -1
  344. package/fesm2022/acorex-components-search-box.mjs +47 -24
  345. package/fesm2022/acorex-components-search-box.mjs.map +1 -1
  346. package/fesm2022/acorex-components-select-box.mjs +201 -12
  347. package/fesm2022/acorex-components-select-box.mjs.map +1 -1
  348. package/fesm2022/acorex-components-selection-list.mjs +26 -11
  349. package/fesm2022/acorex-components-selection-list.mjs.map +1 -1
  350. package/fesm2022/acorex-components-switch.mjs +9 -16
  351. package/fesm2022/acorex-components-switch.mjs.map +1 -1
  352. package/fesm2022/acorex-components-tabs.mjs +3 -3
  353. package/fesm2022/acorex-components-tabs.mjs.map +1 -1
  354. package/fesm2022/acorex-components-tag.mjs +2 -2
  355. package/fesm2022/acorex-components-tag.mjs.map +1 -1
  356. package/fesm2022/acorex-components-text-area.mjs +20 -14
  357. package/fesm2022/acorex-components-text-area.mjs.map +1 -1
  358. package/fesm2022/acorex-components-text-box.mjs +8 -22
  359. package/fesm2022/acorex-components-text-box.mjs.map +1 -1
  360. package/fesm2022/acorex-components-toast.mjs +46 -48
  361. package/fesm2022/acorex-components-toast.mjs.map +1 -1
  362. package/fesm2022/acorex-components-tooltip.mjs +2 -2
  363. package/fesm2022/acorex-components-tooltip.mjs.map +1 -1
  364. package/fesm2022/acorex-components-uploader.mjs +146 -18
  365. package/fesm2022/acorex-components-uploader.mjs.map +1 -1
  366. package/form/index.d.ts +1 -1
  367. package/form/lib/form.component.d.ts +2 -2
  368. package/form/lib/validation-summary.component.d.ts +3 -3
  369. package/list/README.md +3 -0
  370. package/list/index.d.ts +2 -0
  371. package/list/lib/list.component.d.ts +70 -0
  372. package/list/lib/list.module.d.ts +9 -0
  373. package/loading/index.d.ts +1 -1
  374. package/loading/lib/loading.component.d.ts +1 -1
  375. package/loading/lib/loading.module.d.ts +3 -2
  376. package/menu/index.d.ts +3 -0
  377. package/menu/lib/class/root-menu.class.d.ts +4 -0
  378. package/menu/lib/menu-item/menu-item.component.d.ts +22 -0
  379. package/menu/lib/menu.component.d.ts +3 -3
  380. package/menu/lib/menu.module.d.ts +10 -7
  381. package/menu/lib/menu2.component.d.ts +12 -0
  382. package/mixin/lib/base-components.class.d.ts +2 -2
  383. package/mixin/lib/base-menu-mixin.class.d.ts +5 -5
  384. package/mixin/lib/button-mixin.class.d.ts +2 -2
  385. package/mixin/lib/clickable-mixin.class.d.ts +9 -9
  386. package/mixin/lib/color-look-mixing.class.d.ts +2 -2
  387. package/mixin/lib/datalist-component.class.d.ts +10 -10
  388. package/mixin/lib/datalist.class.d.ts +38 -0
  389. package/mixin/lib/dropdown-mixin.class.d.ts +3 -3
  390. package/mixin/lib/interactive-mixin.class.d.ts +25 -22
  391. package/mixin/lib/mixin.class.d.ts +62 -62
  392. package/mixin/lib/page-component.class.d.ts +4 -4
  393. package/mixin/lib/selection-component.class.d.ts +3 -3
  394. package/mixin/lib/sizable-mixin.class.d.ts +2 -2
  395. package/mixin/lib/textbox-mixin.class.d.ts +20 -20
  396. package/mixin/lib/value-mixin.class.d.ts +9 -9
  397. package/notification/index.d.ts +1 -1
  398. package/notification/lib/notification.class.d.ts +3 -3
  399. package/notification/lib/notification.component.d.ts +3 -3
  400. package/notification/lib/notification.config.d.ts +1 -1
  401. package/number-box/lib/number-box.component.d.ts +3 -3
  402. package/otp/lib/otp.component.d.ts +3 -3
  403. package/package.json +13 -1
  404. package/page/lib/base-page.class.d.ts +1 -1
  405. package/page/lib/page.component.d.ts +1 -1
  406. package/password-box/lib/password-box.component.d.ts +4 -4
  407. package/popover/lib/popover.component.d.ts +2 -1
  408. package/popup/index.d.ts +1 -1
  409. package/popup/lib/popup.interface.d.ts +2 -2
  410. package/routing-progress/README.md +3 -0
  411. package/routing-progress/index.d.ts +2 -0
  412. package/routing-progress/lib/routing-progress.component.d.ts +14 -0
  413. package/routing-progress/lib/routing-progress.module.d.ts +8 -0
  414. package/search-box/lib/search-box.component.d.ts +10 -4
  415. package/select-box/index.d.ts +1 -0
  416. package/select-box/lib/select-box.module.d.ts +15 -12
  417. package/select-box/lib/select-box2.component.d.ts +44 -0
  418. package/selection-list/lib/selection-list.component.d.ts +7 -3
  419. package/text-area/lib/text-area.component.d.ts +10 -3
  420. package/text-box/lib/text-box.component.d.ts +3 -3
  421. package/toast/index.d.ts +1 -1
  422. package/toast/lib/toast.class.d.ts +1 -1
  423. package/toast/lib/toast.component.d.ts +5 -4
  424. package/toast/lib/toast.config.d.ts +1 -1
  425. package/tooltip/lib/tooltip.directive.d.ts +1 -1
  426. package/uploader/index.d.ts +2 -0
  427. package/uploader/lib/uploader-list.component.d.ts +14 -1
  428. package/uploader/lib/uploader-zone.directive.d.ts +18 -0
  429. package/uploader/lib/uploader.module.d.ts +6 -4
  430. package/uploader/lib/uploader.service.d.ts +10 -0
  431. package/common/lib/components/appearance-component.class.d.ts +0 -12
  432. package/esm2022/common/lib/components/appearance-component.class.mjs +0 -25
@@ -1,4 +1,4 @@
1
- export * from './lib/action-sheet.component';
2
1
  export * from './lib/action-sheet.class';
2
+ export * from './lib/action-sheet.component';
3
3
  export * from './lib/action-sheet.module';
4
4
  export * from './lib/action-sheet.service';
@@ -1,8 +1,8 @@
1
1
  import { AXComponentCloseEvent, MXBaseComponent } from '@acorex/components/common';
2
+ import { DialogRef } from '@angular/cdk/dialog';
2
3
  import { CdkPortalOutletAttachedRef, Portal } from '@angular/cdk/portal';
3
4
  import { OnInit } from '@angular/core';
4
5
  import { AXActionSheetData, AXActionSheetItem } from './action-sheet.class';
5
- import { DialogRef } from '@angular/cdk/dialog';
6
6
  import * as i0 from "@angular/core";
7
7
  export declare class AXActionSheetComponent extends MXBaseComponent implements OnInit {
8
8
  protected data: AXActionSheetData;
@@ -10,8 +10,8 @@ export declare class AXActionSheetComponent extends MXBaseComponent implements O
10
10
  protected _selectedPortal: Portal<any>;
11
11
  private _componentRef;
12
12
  /**
13
- * @ignore
14
- */
13
+ * @ignore
14
+ */
15
15
  constructor(data: AXActionSheetData, dialogRef: DialogRef<AXComponentCloseEvent>);
16
16
  ngOnInit(): void;
17
17
  protected onKeydownHandler(): void;
package/avatar/index.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- export * from './lib/avatar.component';
2
1
  export * from './lib/avatar-group.component';
2
+ export * from './lib/avatar.component';
3
3
  export * from './lib/avatar.module';
@@ -1,4 +1,4 @@
1
- export * from './lib/breadcrumbs.component';
2
- export * from './lib/breadcrumbs.module';
3
1
  export * from './lib/breadcrumbs-item.class';
4
2
  export * from './lib/breadcrumbs-item.component';
3
+ export * from './lib/breadcrumbs.component';
4
+ export * from './lib/breadcrumbs.module';
@@ -1,5 +1,5 @@
1
- import { AXBreadCrumbsComponent } from './breadcrumbs.component';
2
1
  import { MXBaseComponent } from '@acorex/components/common';
2
+ import { AXBreadCrumbsComponent } from './breadcrumbs.component';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class AXBreadCrumbsItemComponent extends MXBaseComponent {
5
5
  _parent: AXBreadCrumbsComponent;
@@ -1,4 +1,4 @@
1
- import { AXStyleLookType, AXStyleColorType, AXHotKeyAction } from '@acorex/components/common';
1
+ import { AXHotKeyAction, AXStyleColorType, AXStyleLookType } from '@acorex/components/common';
2
2
  export type AXButtonType = 'submit' | 'button' | 'cancel' | 'reset';
3
3
  export interface AXClickItemBase {
4
4
  cssClass?: string;
@@ -22,5 +22,5 @@ export declare class AXButtonComponent extends MXButtonBaseComponent implements
22
22
  focus(): void;
23
23
  blur(): void;
24
24
  static ɵfac: i0.ɵɵFactoryDeclaration<AXButtonComponent, never>;
25
- 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
+ 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", ".tab-content"], false, never>;
26
26
  }
@@ -4,8 +4,9 @@ import * as i2 from "./button-item.component";
4
4
  import * as i3 from "@angular/common";
5
5
  import * as i4 from "@acorex/components/common";
6
6
  import * as i5 from "@acorex/components/decorators";
7
+ import * as i6 from "@acorex/components/loading";
7
8
  export declare class AXButtonModule {
8
9
  static ɵfac: i0.ɵɵFactoryDeclaration<AXButtonModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<AXButtonModule, [typeof i1.AXButtonComponent, typeof i2.AXButtonItemComponent], [typeof i3.CommonModule, typeof i4.AXCommonModule, typeof i5.AXDecoratorModule], [typeof i1.AXButtonComponent, typeof i2.AXButtonItemComponent]>;
10
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXButtonModule, [typeof i1.AXButtonComponent, typeof i2.AXButtonItemComponent], [typeof i3.CommonModule, typeof i4.AXCommonModule, typeof i5.AXDecoratorModule, typeof i6.AXLoadingModule], [typeof i1.AXButtonComponent, typeof i2.AXButtonItemComponent]>;
10
11
  static ɵinj: i0.ɵɵInjectorDeclaration<AXButtonModule>;
11
12
  }
@@ -1,6 +1,6 @@
1
- import { EventEmitter, TemplateRef } from '@angular/core';
2
1
  import { AXItemClickEvent, AXRangeChangedEvent, MXBaseComponent } from '@acorex/components/common';
3
2
  import { AXCalendarService, AXDateTimeRange } from '@acorex/core/dateTime';
3
+ import { EventEmitter, TemplateRef } from '@angular/core';
4
4
  import * as i0 from "@angular/core";
5
5
  export type AXCalendarViewType = 'year' | 'month' | 'day';
6
6
  export type AXCalendarViewDepth = AXCalendarViewType;
@@ -1,5 +1,5 @@
1
- import { AXDateTime, AXDateTimeRange } from '@acorex/core/dateTime';
2
1
  import { AXClickEvent, AXOptionChangedEvent, MXInteractiveComponent, MXValueComponent } from '@acorex/components/common';
2
+ import { AXDateTime, AXDateTimeRange } from '@acorex/core/dateTime';
3
3
  import { AXCalendarView, AXCalendarViewSlot, AXCalendarViewType, MXCalendarBaseComponent } from './calendar.class';
4
4
  import * as i0 from "@angular/core";
5
5
  declare const AXCalendarComponent_base: import("polytype").Polytype.ClusteredConstructor<[{
@@ -1,7 +1,8 @@
1
- import { EventEmitter } from '@angular/core';
2
- import { MXBaseComponent } from '@acorex/components/common';
1
+ import { MXBaseComponent, MXLookComponent } from '@acorex/components/common';
2
+ import { AfterViewInit, EventEmitter, OnDestroy } from '@angular/core';
3
3
  import * as i0 from "@angular/core";
4
- export declare class AXCollapseGroupComponent extends MXBaseComponent {
4
+ declare const AXCollapseGroupComponent_base: import("polytype").Polytype.ClusteredConstructor<[typeof MXBaseComponent, typeof MXLookComponent]>;
5
+ export declare class AXCollapseGroupComponent extends AXCollapseGroupComponent_base implements AfterViewInit, OnDestroy {
5
6
  accordionChange: EventEmitter<boolean>;
6
7
  private _accordion?;
7
8
  /**
@@ -12,8 +13,8 @@ export declare class AXCollapseGroupComponent extends MXBaseComponent {
12
13
  activeIndexChange: EventEmitter<number>;
13
14
  private _activeIndex;
14
15
  /**
15
- * Index of the currently active item within the group
16
- */
16
+ * Index of the currently active item within the group
17
+ */
17
18
  get activeIndex(): number;
18
19
  set activeIndex(value: number);
19
20
  private _items;
@@ -22,6 +23,8 @@ export declare class AXCollapseGroupComponent extends MXBaseComponent {
22
23
  private applyAccordion;
23
24
  private removeAccordion;
24
25
  ngOnDestroy(): void;
26
+ private get __hostClass();
25
27
  static ɵfac: i0.ɵɵFactoryDeclaration<AXCollapseGroupComponent, never>;
26
- static ɵcmp: i0.ɵɵComponentDeclaration<AXCollapseGroupComponent, "ax-collapse-group", never, { "accordion": { "alias": "accordion"; "required": false; }; "activeIndex": { "alias": "activeIndex"; "required": false; }; }, { "accordionChange": "accordionChange"; "activeIndexChange": "activeIndexChange"; }, ["_items"], ["ax-collapse"], false, never>;
28
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXCollapseGroupComponent, "ax-collapse-group", never, { "look": { "alias": "look"; "required": false; }; "accordion": { "alias": "accordion"; "required": false; }; "activeIndex": { "alias": "activeIndex"; "required": false; }; }, { "accordionChange": "accordionChange"; "activeIndexChange": "activeIndexChange"; }, ["_items"], ["ax-collapse"], false, never>;
27
29
  }
30
+ export {};
@@ -1,17 +1,17 @@
1
- import { EventEmitter, TemplateRef } from '@angular/core';
2
1
  import { AXClickEvent, MXInteractiveComponent } from '@acorex/components/common';
2
+ import { EventEmitter, TemplateRef } from '@angular/core';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class AXCollapseComponent extends MXInteractiveComponent {
5
5
  /**
6
- * Fires each time the user clicks the panel header.
7
- * @event
8
- */
6
+ * Fires each time the user clicks the panel header.
7
+ * @event
8
+ */
9
9
  onClick: EventEmitter<AXClickEvent>;
10
10
  isCollapsedChange: EventEmitter<any>;
11
11
  private _isCollapsed;
12
12
  /**
13
- * Providing a boolean value for its collapse state
14
- */
13
+ * Providing a boolean value for its collapse state
14
+ */
15
15
  get isCollapsed(): boolean;
16
16
  set isCollapsed(v: boolean);
17
17
  caption: string;
@@ -1,6 +1,6 @@
1
- import { MXInputBaseValueComponent, AXEvent } from '@acorex/components/common';
2
- import { MXDropdownBoxBaseComponent, AXDropdownBoxComponent } from '@acorex/components/dropdown';
3
1
  import { AXColorPalleteComponent } from '@acorex/components/color-palette';
2
+ import { AXEvent, MXInputBaseValueComponent } from '@acorex/components/common';
3
+ import { AXDropdownBoxComponent, MXDropdownBoxBaseComponent } from '@acorex/components/dropdown';
4
4
  import * as i0 from "@angular/core";
5
5
  declare const AXColorBoxComponent_base: import("polytype").Polytype.ClusteredConstructor<[typeof MXDropdownBoxBaseComponent, {
6
6
  new (): MXInputBaseValueComponent<string>;
@@ -1,7 +1,7 @@
1
- import { AXUnsubscriber } from '@acorex/core/utils';
2
1
  import { AXValueChangedEvent, MXBaseComponent } from '@acorex/components/common';
3
- import { AXColorPaletteParentComponent } from './color-palette.class';
4
2
  import { AXMaskOptions } from '@acorex/components/text-box';
3
+ import { AXUnsubscriber } from '@acorex/core/utils';
4
+ import { AXColorPaletteParentComponent } from './color-palette.class';
5
5
  import * as i0 from "@angular/core";
6
6
  export declare class AXColorPaletteInputComponent extends MXBaseComponent {
7
7
  _parent: AXColorPaletteParentComponent;
@@ -9,7 +9,7 @@ export declare class AXColorPaletteInputComponent extends MXBaseComponent {
9
9
  isValid: boolean;
10
10
  _rgba: any;
11
11
  _hex: string;
12
- protected _colorMode: "hex" | "rgba";
12
+ protected _colorMode: 'hex' | 'rgba';
13
13
  protected _hexMaskOptions: AXMaskOptions;
14
14
  constructor(_parent: AXColorPaletteParentComponent, _unsubscriber: AXUnsubscriber);
15
15
  private applyParent;
@@ -1,5 +1,5 @@
1
- import { AXUnsubscriber } from '@acorex/core/utils';
2
1
  import { AXValueChangedEvent, MXBaseComponent } from '@acorex/components/common';
2
+ import { AXUnsubscriber } from '@acorex/core/utils';
3
3
  import { AXColorPaletteParentComponent } from './color-palette.class';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class AXColorPalettePickerComponent extends MXBaseComponent {
@@ -1,9 +1,9 @@
1
- import { EventEmitter } from "@angular/core";
2
- import { AXValueChangedEvent, AXOptionChangedEvent } from "@acorex/components/common";
1
+ import { AXOptionChangedEvent, AXValueChangedEvent } from '@acorex/components/common';
2
+ import { EventEmitter } from '@angular/core';
3
3
  import * as i0 from "@angular/core";
4
4
  /**
5
- * A token that specifies the display mode of datapager component.
6
- */
5
+ * A token that specifies the display mode of datapager component.
6
+ */
7
7
  export type AXColorPaletteView = 'swatches' | 'gradient' | 'custom';
8
8
  export interface AXColorChangedEvent {
9
9
  color: any;
package/common/index.d.ts CHANGED
@@ -8,7 +8,6 @@ export * from './lib/classes/datalist.class';
8
8
  export * from './lib/classes/events.class';
9
9
  export * from './lib/classes/styles.class';
10
10
  export * from './lib/common.module';
11
- export * from './lib/components/appearance-component.class';
12
11
  export * from './lib/components/base-component.class';
13
12
  export * from './lib/components/button-base-component.class';
14
13
  export * from './lib/components/color-component.class';
@@ -1,11 +1,42 @@
1
+ import { BehaviorSubject } from 'rxjs';
1
2
  export interface AXDataListQuery {
2
3
  take?: number;
3
4
  skip?: number;
4
5
  searchQuery?: string;
5
6
  }
6
7
  export interface AXDataListFetchCallbackResult {
7
- items: any[];
8
+ items: Array<any>;
8
9
  total: number;
9
10
  }
10
- export type AXDataListFetchDataCallback = (e: AXDataListQuery) => Promise<any[] | AXDataListFetchCallbackResult>;
11
- export type AXDataListItems = any[] | AXDataListFetchDataCallback;
11
+ export type AXDataListFetchDataCallback = (e: AXDataListQuery) => Promise<AXDataListFetchCallbackResult>;
12
+ export type AXDataListItems = Array<any> | AXDataListFetchDataCallback;
13
+ export interface AXDataSourceQuery {
14
+ take?: number;
15
+ skip?: number;
16
+ searchQuery?: string;
17
+ }
18
+ export interface AXDataSourceCallbackResult<T> {
19
+ items: Array<T>;
20
+ total: number;
21
+ }
22
+ export type AXDataSourceLoadCallback<T> = (e: AXDataSourceQuery) => Promise<AXDataSourceCallbackResult<T>>;
23
+ export type AXDataSourceByKeyCallback<T> = (key: unknown) => Promise<T>;
24
+ export interface AXDateSourceConfig<T = unknown> {
25
+ key: string;
26
+ pageSize: number;
27
+ load: AXDataSourceLoadCallback<T>;
28
+ byKey: AXDataSourceByKeyCallback<T>;
29
+ }
30
+ export declare class AXDateSource<T = unknown> {
31
+ private config;
32
+ private _totalCount;
33
+ private _items;
34
+ get items(): T[];
35
+ private fetchedPages;
36
+ private _query;
37
+ loadingChanged: BehaviorSubject<boolean>;
38
+ dataStream: BehaviorSubject<T[]>;
39
+ constructor(config: AXDateSourceConfig<T>);
40
+ fetchPage(page: number): Promise<void>;
41
+ }
42
+ export declare function convertArrayToDataSource<T>(key: string, items: T[]): AXDateSource;
@@ -2,8 +2,7 @@ export declare const AX_STYLE_COLOR_TYPES: string[];
2
2
  /**
3
3
  * A token that specifies the color style of component.
4
4
  */
5
- export type AXStyleColorType = 'primary' | 'secondary' | 'success' | 'warning' | 'danger' | 'info' | 'default' | 'ghost';
6
- export type AXStyleLookType = 'default' | 'blank' | 'outline';
7
- export type AXAppearanceType = 'solid' | 'flat' | 'outline' | 'fill' | 'none';
5
+ export type AXStyleColorType = 'primary' | 'secondary' | 'success' | 'warning' | 'danger' | 'info' | 'ghost';
6
+ export type AXStyleLookType = 'solid' | 'blank' | 'outline' | 'flat' | 'fill' | 'none';
8
7
  export declare const AX_LOCATIONS: string[];
9
8
  export type AXLocation = 'bottom-start' | 'bottom-center' | 'bottom-end' | 'top-start' | 'top-center' | 'top-end' | 'center-end' | 'center-start';
@@ -1,5 +1,5 @@
1
- import { MXColorComponent } from "./color-component.class";
2
- import { MXLookComponent } from "./look-component.class";
1
+ import { MXColorComponent } from './color-component.class';
2
+ import { MXLookComponent } from './look-component.class';
3
3
  declare const MXColorLookComponent_base: import("polytype").Polytype.ClusteredConstructor<[typeof MXColorComponent, typeof MXLookComponent]>;
4
4
  export declare class MXColorLookComponent extends MXColorLookComponent_base {
5
5
  }
@@ -1,23 +1,23 @@
1
- import { EventEmitter } from "@angular/core";
2
- import { MXValueComponent } from "./value-component.class";
3
- import { AXHtmlEvent } from "../classes/events.class";
1
+ import { EventEmitter } from '@angular/core';
2
+ import { AXHtmlEvent } from '../classes/events.class';
3
+ import { MXValueComponent } from './value-component.class';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class MXInputBaseValueComponent<T = string> extends MXValueComponent<T> {
6
6
  placeholder: string;
7
7
  /**
8
- * Fires each time the user press a key.
9
- * @event
10
- */
8
+ * Fires each time the user press a key.
9
+ * @event
10
+ */
11
11
  onKeyDown: EventEmitter<AXHtmlEvent<KeyboardEvent>>;
12
12
  /**
13
- * Fires each time the user press a key.
14
- * @event
15
- */
13
+ * Fires each time the user press a key.
14
+ * @event
15
+ */
16
16
  onKeyUp: EventEmitter<AXHtmlEvent<KeyboardEvent>>;
17
17
  /**
18
- * Fires each time the user press a key.
19
- * @event
20
- */
18
+ * Fires each time the user press a key.
19
+ * @event
20
+ */
21
21
  onKeyPress: EventEmitter<AXHtmlEvent<KeyboardEvent>>;
22
22
  protected emitOnKeydownEvent(e: KeyboardEvent): void;
23
23
  protected emitOnKeyupEvent(e: KeyboardEvent): void;
@@ -1,7 +1,6 @@
1
1
  import { MXValueComponent } from './value-component.class';
2
2
  import * as i0 from "@angular/core";
3
- export declare class MXSelectionValueComponent<T = unknown> extends MXValueComponent<unknown> {
4
- selectionMode: 'value' | 'item';
3
+ export declare abstract class MXSelectionValueComponent<T = unknown> extends MXValueComponent<unknown> {
5
4
  disabledCallback: (e: {
6
5
  item: T;
7
6
  index: number;
@@ -18,21 +17,15 @@ export declare class MXSelectionValueComponent<T = unknown> extends MXValueCompo
18
17
  private _disabledField;
19
18
  get disabledField(): string;
20
19
  set disabledField(v: string);
21
- private _readonlyField;
22
- get readonlyField(): string;
23
- set readonlyField(v: string);
24
20
  private _multiple;
25
21
  get multiple(): boolean;
26
22
  set multiple(v: boolean);
27
- private _items;
28
- get items(): unknown[];
29
- set items(v: unknown[]);
30
- protected displayItems: unknown[];
31
23
  _selectedItems: unknown[];
32
24
  get selectedItems(): unknown[];
33
25
  internalSetValue(value: unknown): unknown;
34
26
  emitOnValueChangedEvent(oldValue?: unknown, newValue?: unknown): void;
35
- private normalizeItemsList;
27
+ abstract getItemByKey(key: unknown): unknown;
28
+ protected normalizeItemsList(items: unknown[]): unknown[];
36
29
  private normalizeItem;
37
30
  private _normalizeSelectedItems;
38
31
  unselectItems(...items: T[]): void;
@@ -40,6 +33,8 @@ export declare class MXSelectionValueComponent<T = unknown> extends MXValueCompo
40
33
  toggleSelect(...items: T[]): void;
41
34
  isItemSelected(item: T): boolean;
42
35
  isItemDisabled(item: T): boolean;
36
+ protected getDisplayText(item: T): any;
37
+ protected getValue(item: T): any;
43
38
  static ɵfac: i0.ɵɵFactoryDeclaration<MXSelectionValueComponent<any>, never>;
44
39
  static ɵprov: i0.ɵɵInjectableDeclaration<MXSelectionValueComponent<any>>;
45
40
  }
@@ -1,10 +1,10 @@
1
- import { EventEmitter, OnDestroy } from "@angular/core";
2
- import { NgModel } from "@angular/forms";
1
+ import { EventEmitter, OnDestroy } from '@angular/core';
2
+ import { NgModel } from '@angular/forms';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class AXNgModelDelayedValueChangedDirective implements OnDestroy {
5
5
  private ngModel;
6
- delayedValueChanged: EventEmitter<any>;
7
- delayTimeChange: EventEmitter<number>;
6
+ axDelayedValueChanged: EventEmitter<any>;
7
+ axDelayTimeChange: EventEmitter<number>;
8
8
  private _delayTime;
9
9
  get delayTime(): number;
10
10
  set delayTime(v: number);
@@ -13,5 +13,5 @@ export declare class AXNgModelDelayedValueChangedDirective implements OnDestroy
13
13
  constructor(ngModel: NgModel);
14
14
  private update;
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<AXNgModelDelayedValueChangedDirective, never>;
16
- static ɵdir: i0.ɵɵDirectiveDeclaration<AXNgModelDelayedValueChangedDirective, "[delayedValueChanged]", never, { "delayTime": { "alias": "delayTime"; "required": false; }; }, { "delayedValueChanged": "delayedValueChanged"; "delayTimeChange": "delayTimeChange"; }, never, never, true, never>;
16
+ static ɵdir: i0.ɵɵDirectiveDeclaration<AXNgModelDelayedValueChangedDirective, "[axDelayedValueChanged]", never, { "delayTime": { "alias": "delayTime"; "required": false; }; }, { "axDelayedValueChanged": "axDelayedValueChanged"; "axDelayTimeChange": "axDelayTimeChange"; }, never, never, true, never>;
17
17
  }
@@ -10,7 +10,7 @@ export declare class AXHotkeyDirective implements AfterViewInit {
10
10
  private el;
11
11
  _host: AXComponent;
12
12
  private hs;
13
- hotkey: string | AXHotKeyAction | AXHotKeyAction[];
13
+ axHotkey: string | AXHotKeyAction | AXHotKeyAction[];
14
14
  private _subs;
15
15
  constructor(el: ElementRef<HTMLElement>, _host: AXComponent, hs: AXHotkeysService);
16
16
  ngAfterViewInit(): void;
@@ -18,5 +18,5 @@ export declare class AXHotkeyDirective implements AfterViewInit {
18
18
  private _addHotKeyAction;
19
19
  ngOnDestroy(): void;
20
20
  static ɵfac: i0.ɵɵFactoryDeclaration<AXHotkeyDirective, [null, { optional: true; host: true; self: true; }, null]>;
21
- static ɵdir: i0.ɵɵDirectiveDeclaration<AXHotkeyDirective, "[hotkey]", never, { "hotkey": { "alias": "hotkey"; "required": false; }; }, {}, never, never, false, never>;
21
+ static ɵdir: i0.ɵɵDirectiveDeclaration<AXHotkeyDirective, "[axHotkey]", never, { "axHotkey": { "alias": "axHotkey"; "required": false; }; }, {}, never, never, false, never>;
22
22
  }
@@ -6,5 +6,5 @@ export declare class AXResponsiveDirective implements OnDestroy {
6
6
  constructor(_elementRef: ElementRef<HTMLDivElement>);
7
7
  ngOnDestroy(): void;
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<AXResponsiveDirective, never>;
9
- static ɵdir: i0.ɵɵDirectiveDeclaration<AXResponsiveDirective, "[ax-responsive]", never, {}, {}, never, never, false, never>;
9
+ static ɵdir: i0.ɵɵDirectiveDeclaration<AXResponsiveDirective, "[axResponsive]", never, {}, {}, never, never, false, never>;
10
10
  }
@@ -1,7 +1,7 @@
1
1
  import { Overlay } from '@angular/cdk/overlay';
2
- import { OnInit, TemplateRef, ElementRef, ChangeDetectorRef, ViewContainerRef } from '@angular/core';
3
2
  import { AXBaseComponent, AXBaseMenuMixin } from '@acorex/components/mixin';
4
3
  import { AXPlatform } from '@acorex/core/platform';
4
+ import { ChangeDetectorRef, ElementRef, OnInit, TemplateRef, ViewContainerRef } from '@angular/core';
5
5
  import * as i0 from "@angular/core";
6
6
  /**
7
7
  * The Button is a component which detects user interaction and triggers a corresponding event
@@ -1,5 +1,5 @@
1
- import { QueryList, TemplateRef, EventEmitter } from '@angular/core';
2
- import { AXPagedComponentInterface, AXValueChangedEvent, MXBaseComponent, AXDataListItems } from '@acorex/components/common';
1
+ import { AXDataListItems, AXPagedComponentInterface, AXValueChangedEvent, MXBaseComponent } from '@acorex/components/common';
2
+ import { EventEmitter, QueryList, TemplateRef } from '@angular/core';
3
3
  import { AXDataColumnComponent } from './data-column.directive';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class AXDataTableComponent extends MXBaseComponent implements AXPagedComponentInterface {
@@ -1,5 +1,5 @@
1
1
  import { AXCalendarNavigateEvent, MXCalendarBaseComponent } from '@acorex/components/calendar';
2
- import { MXAppearanceComponent, MXInputBaseValueComponent } from '@acorex/components/common';
2
+ import { MXInputBaseValueComponent, MXLookComponent } from '@acorex/components/common';
3
3
  import { AXDateTimeInputComponent } from '@acorex/components/datetime-input';
4
4
  import { AXDateTimePickerComponent } from '@acorex/components/datetime-picker';
5
5
  import { AXDropdownBoxComponent, MXDropdownBoxBaseComponent } from '@acorex/components/dropdown';
@@ -9,7 +9,7 @@ declare const AXDateTimeBoxComponent_base: import("polytype").Polytype.Clustered
9
9
  new (): MXInputBaseValueComponent<Date>;
10
10
  ɵfac: unknown;
11
11
  ɵprov: import("@angular/core").ɵɵInjectableDeclaration<MXInputBaseValueComponent<any>>;
12
- }, typeof MXCalendarBaseComponent, typeof MXDropdownBoxBaseComponent, typeof MXAppearanceComponent]>;
12
+ }, typeof MXCalendarBaseComponent, typeof MXDropdownBoxBaseComponent, typeof MXLookComponent]>;
13
13
  /**
14
14
  * The Button is a component which detects user interaction and triggers a corresponding event
15
15
  *
@@ -23,12 +23,13 @@ export declare class AXDateTimeBoxComponent extends AXDateTimeBoxComponent_base
23
23
  private _format;
24
24
  get format(): string;
25
25
  set format(v: string);
26
- protected _handleModelChange(value: Date | null): void;
26
+ protected _handleInputModelChange(value: Date | null): void;
27
+ protected _handlePickerModelChange(value: Date | null): void;
27
28
  protected _handleOnOpenedEvent(): void;
28
29
  protected _handleOnClosedEvent(): void;
29
30
  protected _handleCalendarOnNavigate(e: AXCalendarNavigateEvent): void;
30
31
  internalValueChanged(): void;
31
32
  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; }; "appearance": { "alias": "appearance"; "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
+ 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; }; "look": { "alias": "look"; "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
  }
34
35
  export {};
@@ -1,5 +1,5 @@
1
- import { ElementRef, EventEmitter } from '@angular/core';
2
1
  import { MXInputBaseValueComponent } from '@acorex/components/common';
2
+ import { ElementRef, EventEmitter } from '@angular/core';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class AXDateTimeInputComponent extends MXInputBaseValueComponent<Date> {
5
5
  private calendarService;
@@ -1,3 +1,3 @@
1
- export * from './lib/datetime-picker.config';
2
1
  export * from './lib/datetime-picker.component';
2
+ export * from './lib/datetime-picker.config';
3
3
  export * from './lib/datetime-picker.module';
@@ -1,8 +1,7 @@
1
1
  import { AXCalendarNavigateEvent, MXCalendarBaseComponent } from '@acorex/components/calendar';
2
2
  import { AXClickEvent, AXValueChangedEvent, MXValueComponent } from '@acorex/components/common';
3
3
  import { AXPickerComponent } from '@acorex/components/picker';
4
- import { AXTabsComponent } from '@acorex/components/tabs';
5
- import { AXTabStripChangedEvent } from '@acorex/components/tabs';
4
+ import { AXTabStripChangedEvent, AXTabsComponent } from '@acorex/components/tabs';
6
5
  import { AXDateTime, AXDateTimeParts } from '@acorex/core/dateTime';
7
6
  import { EventEmitter, OnInit } from '@angular/core';
8
7
  import * as i0 from "@angular/core";
@@ -19,7 +19,8 @@ export interface AXDialogConfig {
19
19
  type: AXStyleColorType;
20
20
  buttons: AXDialogButtonItem[];
21
21
  closeButton?: boolean;
22
- orientation?: "horizontal" | "vertical";
22
+ orientation?: 'horizontal' | 'vertical';
23
+ icon?: string | 'none';
23
24
  }
24
25
  export interface AXDialogRef {
25
26
  close(): void;
@@ -30,5 +31,6 @@ export interface AXDialogData {
30
31
  type: AXStyleColorType;
31
32
  buttons: AXDialogButtonItem[];
32
33
  closeButton: boolean;
33
- orientation: "horizontal" | "vertical";
34
+ orientation: 'horizontal' | 'vertical';
35
+ icon?: string | 'none';
34
36
  }
@@ -8,14 +8,15 @@ import * as i0 from "@angular/core";
8
8
  */
9
9
  export declare class AXDialogService {
10
10
  private dialog;
11
+ private detectIcon;
11
12
  /**
12
13
  * Show an alert box with 'Okay' button.
13
14
  */
14
- alert(title: string, content: string, type?: AXStyleColorType): Promise<void>;
15
+ alert(title: string, content: string, type?: AXStyleColorType, orientation?: 'horizontal' | 'vertical'): Promise<void>;
15
16
  /**
16
17
  * Show a confirm box with 'Okay' & 'Cancel' buttons.
17
18
  */
18
- confirm(title: string, content: string, type?: AXStyleColorType): Promise<{
19
+ confirm(title: string, content: string, type?: AXStyleColorType, orientation?: 'horizontal' | 'vertical'): Promise<{
19
20
  result: boolean;
20
21
  }>;
21
22
  /**
@@ -1,13 +1,14 @@
1
- import { AXEvent, MXAppearanceComponent, MXInteractiveComponent } from '@acorex/components/common';
1
+ import { AXEvent, MXInteractiveComponent, MXLookComponent } from '@acorex/components/common';
2
2
  import { AXPopoverComponent } from '@acorex/components/popover';
3
3
  import { EventEmitter, OnInit } from '@angular/core';
4
4
  import * as i0 from "@angular/core";
5
- declare const AXDropdownBoxComponent_base: import("polytype").Polytype.ClusteredConstructor<[typeof MXInteractiveComponent, typeof MXAppearanceComponent]>;
5
+ declare const AXDropdownBoxComponent_base: import("polytype").Polytype.ClusteredConstructor<[typeof MXInteractiveComponent, typeof MXLookComponent]>;
6
6
  export declare class AXDropdownBoxComponent extends AXDropdownBoxComponent_base implements OnInit {
7
7
  private _platform;
8
8
  protected _isMobile: boolean;
9
9
  protected _target: HTMLDivElement;
10
10
  protected _popoverTitle: string;
11
+ protected _popoverWidth: string;
11
12
  protected _placement: import("@acorex/components/common").AXConnectedPosition[];
12
13
  protected _popover: AXPopoverComponent;
13
14
  onOpened: EventEmitter<AXEvent>;
@@ -16,12 +17,14 @@ export declare class AXDropdownBoxComponent extends AXDropdownBoxComponent_base
16
17
  protected _handlePopupOnOpened(e: AXEvent): void;
17
18
  protected _handlePopupOnClosed(e: AXEvent): void;
18
19
  protected _handleKeydown(e: KeyboardEvent): void;
20
+ updatePosition(): void;
19
21
  toggle(): void;
20
22
  close(): void;
21
23
  open(): void;
22
24
  get isOpen(): boolean;
25
+ get isActionsheetStyle(): boolean;
23
26
  private get __hostClass();
24
27
  static ɵfac: i0.ɵɵFactoryDeclaration<AXDropdownBoxComponent, never>;
25
- static ɵcmp: i0.ɵɵComponentDeclaration<AXDropdownBoxComponent, "ax-dropdown-box", never, { "disabled": { "alias": "disabled"; "required": false; }; "appearance": { "alias": "appearance"; "required": false; }; }, { "disabledChange": "disabledChange"; "onBlur": "onBlur"; "onFocus": "onFocus"; "onClick": "onClick"; "onOpened": "onOpened"; "onClosed": "onClosed"; }, never, ["[input]", "[panel]"], false, never>;
28
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXDropdownBoxComponent, "ax-dropdown-box", never, { "disabled": { "alias": "disabled"; "required": false; }; "look": { "alias": "look"; "required": false; }; }, { "disabledChange": "disabledChange"; "onBlur": "onBlur"; "onFocus": "onFocus"; "onClick": "onClick"; "onOpened": "onOpened"; "onClosed": "onClosed"; }, never, ["[input]", "[panel]"], false, never>;
26
29
  }
27
30
  export {};
@@ -35,6 +35,7 @@ export declare class AXDropdownPanelComponent extends MXInteractiveComponent imp
35
35
  close(): void;
36
36
  open(): void;
37
37
  get isOpen(): boolean;
38
+ get isActionsheetStyle(): boolean;
38
39
  private get __hostClass();
39
40
  static ɵfac: i0.ɵɵFactoryDeclaration<AXDropdownPanelComponent, never>;
40
41
  static ɵcmp: i0.ɵɵComponentDeclaration<AXDropdownPanelComponent, "ax-dropdown-panel", never, { "isOpen": { "alias": "isOpen"; "required": false; }; "fitParent": { "alias": "fitParent"; "required": false; }; "dropdownWidth": { "alias": "dropdownWidth"; "required": false; }; "position": { "alias": "position"; "required": false; }; "adaptivityEnabled": { "alias": "adaptivityEnabled"; "required": false; }; }, { "onOpened": "onOpened"; "onClosed": "onClosed"; "onItemClick": "onItemClick"; }, ["_contentButtons"], ["[panel],ax-button-item"], false, never>;
@@ -1,5 +1,5 @@
1
- export * from './lib/action-sheet.component';
2
1
  export * from './lib/action-sheet.class';
2
+ export * from './lib/action-sheet.component';
3
3
  export * from './lib/action-sheet.module';
4
4
  export * from './lib/action-sheet.service';
5
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9saWJzL2NvbXBvbmVudHMvYWN0aW9uLXNoZWV0L3NyYy9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLDhCQUE4QixDQUFDO0FBQzdDLGNBQWMsMEJBQTBCLENBQUM7QUFDekMsY0FBYywyQkFBMkIsQ0FBQztBQUMxQyxjQUFjLDRCQUE0QixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9saWIvYWN0aW9uLXNoZWV0LmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9hY3Rpb24tc2hlZXQuY2xhc3MnO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvYWN0aW9uLXNoZWV0Lm1vZHVsZSc7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9hY3Rpb24tc2hlZXQuc2VydmljZSc7XG4iXX0=
5
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9saWJzL2NvbXBvbmVudHMvYWN0aW9uLXNoZWV0L3NyYy9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLDBCQUEwQixDQUFDO0FBQ3pDLGNBQWMsOEJBQThCLENBQUM7QUFDN0MsY0FBYywyQkFBMkIsQ0FBQztBQUMxQyxjQUFjLDRCQUE0QixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9saWIvYWN0aW9uLXNoZWV0LmNsYXNzJztcbmV4cG9ydCAqIGZyb20gJy4vbGliL2FjdGlvbi1zaGVldC5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvYWN0aW9uLXNoZWV0Lm1vZHVsZSc7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9hY3Rpb24tc2hlZXQuc2VydmljZSc7XG4iXX0=
@@ -1,2 +1,2 @@
1
1
  export {};
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWN0aW9uLXNoZWV0LmNsYXNzLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9jb21wb25lbnRzL2FjdGlvbi1zaGVldC9zcmMvbGliL2FjdGlvbi1zaGVldC5jbGFzcy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQVhTdHlsZUNvbG9yVHlwZSB9IGZyb20gJ0BhY29yZXgvY29tcG9uZW50cy9jb21tb24nO1xuaW1wb3J0IHsgQ29tcG9uZW50VHlwZSB9IGZyb20gJ0Bhbmd1bGFyL2Nkay9wb3J0YWwnO1xuaW1wb3J0IHsgVGVtcGxhdGVSZWYgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuZXhwb3J0IGludGVyZmFjZSBBWEFjdGlvblNoZWV0SXRlbSB7XG4gIG5hbWU/OiBzdHJpbmc7XG4gIHRleHQ6IHN0cmluZztcbiAgaWNvbj86IHN0cmluZztcbiAgZGlzYWJsZWQ/OiBib29sZWFuO1xuICBjb2xvcj86IEFYU3R5bGVDb2xvclR5cGU7XG4gIG9uQ2xpY2s/OiAoKSA9PiB2b2lkO1xufVxuXG5leHBvcnQgdHlwZSBBWEFjdGlvblNoZWV0Q29udGVudFR5cGUgPSBUZW1wbGF0ZVJlZjx1bmtub3duPiB8IENvbXBvbmVudFR5cGU8dW5rbm93bj47XG5cbmV4cG9ydCBpbnRlcmZhY2UgQVhBY3Rpb25TaGVldENvbmZpZyB7XG4gIHRpdGxlPzogc3RyaW5nO1xuICBzdWJUaXRsZT86IHN0cmluZztcbiAgY2xvc2VCdXR0b24/OiBib29sZWFuO1xuICBoZWFkZXI/OiBib29sZWFuO1xuICBkYXRhPzogdW5rbm93bjtcbiAgY2xvc2VPbkJhY2tkcm9wQ2xpY2s/OiBib29sZWFuO1xuICBpdGVtcz86IEFYQWN0aW9uU2hlZXRJdGVtW107XG4gIGNvbnRlbnQ/OiBBWEFjdGlvblNoZWV0Q29udGVudFR5cGVcbn1cblxuZXhwb3J0IGludGVyZmFjZSBBWEFjdGlvblNoZWV0RGF0YSB7XG4gIHRpdGxlOiBzdHJpbmc7XG4gIHN1YlRpdGxlPzogc3RyaW5nO1xuICBjbG9zZUJ1dHRvbj86IGJvb2xlYW47XG4gIGhlYWRlcjogYm9vbGVhbjtcbiAgZGF0YTogdW5rbm93bjtcbiAgY29udGVudD86IEFYQWN0aW9uU2hlZXRDb250ZW50VHlwZSxcbiAgaXRlbXM/OiBBWEFjdGlvblNoZWV0SXRlbVtdO1xufSJdfQ==
2
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWN0aW9uLXNoZWV0LmNsYXNzLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9jb21wb25lbnRzL2FjdGlvbi1zaGVldC9zcmMvbGliL2FjdGlvbi1zaGVldC5jbGFzcy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQVhTdHlsZUNvbG9yVHlwZSB9IGZyb20gJ0BhY29yZXgvY29tcG9uZW50cy9jb21tb24nO1xuaW1wb3J0IHsgQ29tcG9uZW50VHlwZSB9IGZyb20gJ0Bhbmd1bGFyL2Nkay9wb3J0YWwnO1xuaW1wb3J0IHsgVGVtcGxhdGVSZWYgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuZXhwb3J0IGludGVyZmFjZSBBWEFjdGlvblNoZWV0SXRlbSB7XG4gIG5hbWU/OiBzdHJpbmc7XG4gIHRleHQ6IHN0cmluZztcbiAgaWNvbj86IHN0cmluZztcbiAgZGlzYWJsZWQ/OiBib29sZWFuO1xuICBjb2xvcj86IEFYU3R5bGVDb2xvclR5cGU7XG4gIG9uQ2xpY2s/OiAoKSA9PiB2b2lkO1xufVxuXG5leHBvcnQgdHlwZSBBWEFjdGlvblNoZWV0Q29udGVudFR5cGUgPSBUZW1wbGF0ZVJlZjx1bmtub3duPiB8IENvbXBvbmVudFR5cGU8dW5rbm93bj47XG5cbmV4cG9ydCBpbnRlcmZhY2UgQVhBY3Rpb25TaGVldENvbmZpZyB7XG4gIHRpdGxlPzogc3RyaW5nO1xuICBzdWJUaXRsZT86IHN0cmluZztcbiAgY2xvc2VCdXR0b24/OiBib29sZWFuO1xuICBoZWFkZXI/OiBib29sZWFuO1xuICBkYXRhPzogdW5rbm93bjtcbiAgY2xvc2VPbkJhY2tkcm9wQ2xpY2s/OiBib29sZWFuO1xuICBpdGVtcz86IEFYQWN0aW9uU2hlZXRJdGVtW107XG4gIGNvbnRlbnQ/OiBBWEFjdGlvblNoZWV0Q29udGVudFR5cGU7XG59XG5cbmV4cG9ydCBpbnRlcmZhY2UgQVhBY3Rpb25TaGVldERhdGEge1xuICB0aXRsZTogc3RyaW5nO1xuICBzdWJUaXRsZT86IHN0cmluZztcbiAgY2xvc2VCdXR0b24/OiBib29sZWFuO1xuICBoZWFkZXI6IGJvb2xlYW47XG4gIGRhdGE6IHVua25vd247XG4gIGNvbnRlbnQ/OiBBWEFjdGlvblNoZWV0Q29udGVudFR5cGU7XG4gIGl0ZW1zPzogQVhBY3Rpb25TaGVldEl0ZW1bXTtcbn1cbiJdfQ==