@acorex/components 16.0.2 → 17.0.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 (1254) hide show
  1. package/action-sheet/README.md +3 -0
  2. package/action-sheet/index.d.ts +4 -0
  3. package/action-sheet/lib/action-sheet.class.d.ts +31 -0
  4. package/action-sheet/lib/action-sheet.component.d.ts +23 -0
  5. package/action-sheet/lib/action-sheet.module.d.ts +16 -0
  6. package/action-sheet/lib/action-sheet.service.d.ts +13 -0
  7. package/alert/README.md +3 -0
  8. package/alert/index.d.ts +2 -0
  9. package/alert/lib/alert.component.d.ts +55 -0
  10. package/alert/lib/alert.module.d.ts +9 -0
  11. package/avatar/README.md +3 -0
  12. package/avatar/index.d.ts +3 -0
  13. package/avatar/lib/avatar-group.component.d.ts +5 -0
  14. package/avatar/lib/avatar.component.d.ts +17 -0
  15. package/avatar/lib/avatar.module.d.ts +9 -0
  16. package/badge/README.md +3 -0
  17. package/badge/index.d.ts +2 -0
  18. package/badge/lib/badge.component.d.ts +8 -0
  19. package/badge/lib/badge.module.d.ts +8 -0
  20. package/bottom-navigation/README.md +3 -0
  21. package/bottom-navigation/index.d.ts +3 -0
  22. package/bottom-navigation/lib/bottom-navigation-item/bottom-navigation-item.component.d.ts +15 -0
  23. package/bottom-navigation/lib/bottom-navigation.component.d.ts +17 -0
  24. package/bottom-navigation/lib/bottom-navigation.module.d.ts +9 -0
  25. package/breadcrumbs/README.md +3 -0
  26. package/breadcrumbs/index.d.ts +4 -0
  27. package/breadcrumbs/lib/breadcrumbs-item.class.d.ts +9 -0
  28. package/breadcrumbs/lib/breadcrumbs-item.component.d.ts +14 -0
  29. package/breadcrumbs/lib/breadcrumbs.component.d.ts +9 -0
  30. package/breadcrumbs/lib/breadcrumbs.module.d.ts +10 -0
  31. package/button/README.md +3 -0
  32. package/button/index.d.ts +5 -0
  33. package/button/lib/button-item-list.component.d.ts +19 -0
  34. package/button/lib/button-item.class.d.ts +24 -0
  35. package/button/lib/button-item.component.d.ts +30 -0
  36. package/button/lib/button.component.d.ts +26 -0
  37. package/button/lib/button.module.d.ts +13 -0
  38. package/button-group/README.md +3 -0
  39. package/button-group/index.d.ts +2 -0
  40. package/button-group/lib/button-group.component.d.ts +24 -0
  41. package/button-group/lib/button-group.module.d.ts +8 -0
  42. package/calendar/README.md +3 -0
  43. package/calendar/index.d.ts +4 -0
  44. package/calendar/lib/calendar-range.component.d.ts +31 -0
  45. package/calendar/lib/calendar.class.d.ts +80 -0
  46. package/calendar/lib/calendar.component.d.ts +51 -0
  47. package/calendar/lib/calendar.module.d.ts +11 -0
  48. package/chat/README.md +3 -0
  49. package/chat/index.d.ts +13 -0
  50. package/chat/lib/chat-input/chat-input.component.d.ts +35 -0
  51. package/chat/lib/chat-input/chat-input.interface.d.ts +10 -0
  52. package/chat/lib/chat-message/chat-message.component.d.ts +12 -0
  53. package/chat/lib/chat-messages/chat-message-audio.component.d.ts +7 -0
  54. package/chat/lib/chat-messages/chat-message-text.component.d.ts +8 -0
  55. package/chat/lib/chat-view/chat-view.component.d.ts +10 -0
  56. package/chat/lib/chat-voice/chat-voice.component.d.ts +6 -0
  57. package/chat/lib/chat.module.d.ts +29 -0
  58. package/chat/lib/chat.types.d.ts +21 -0
  59. package/chat/lib/classes/events.interface.d.ts +4 -0
  60. package/chat/lib/services/chat-message-type-registry.service.d.ts +9 -0
  61. package/chat/lib/services/chat.service.d.ts +5 -0
  62. package/chat/lib/services/recording.service.d.ts +20 -0
  63. package/check-box/README.md +3 -0
  64. package/check-box/index.d.ts +2 -0
  65. package/check-box/lib/check-box.component.d.ts +16 -0
  66. package/check-box/lib/check-box.module.d.ts +10 -0
  67. package/chips/README.md +3 -0
  68. package/chips/index.d.ts +2 -0
  69. package/chips/lib/chips.component.d.ts +11 -0
  70. package/chips/lib/chips.module.d.ts +8 -0
  71. package/circular-progress/README.md +3 -0
  72. package/circular-progress/index.d.ts +2 -0
  73. package/circular-progress/lib/circular-progress.component.d.ts +33 -0
  74. package/circular-progress/lib/circular-progress.module.d.ts +7 -0
  75. package/collapse/README.md +3 -0
  76. package/collapse/index.d.ts +3 -0
  77. package/collapse/lib/collapse-group.component.d.ts +30 -0
  78. package/collapse/lib/collapse.component.d.ts +46 -0
  79. package/collapse/lib/collapse.module.d.ts +10 -0
  80. package/color-box/README.md +3 -0
  81. package/color-box/index.d.ts +2 -0
  82. package/color-box/lib/color-box.component.d.ts +27 -0
  83. package/color-box/lib/color-box.module.d.ts +11 -0
  84. package/color-palette/README.md +3 -0
  85. package/color-palette/index.d.ts +7 -0
  86. package/color-palette/lib/color-palette-input.component.d.ts +25 -0
  87. package/color-palette/lib/color-palette-picker.component.d.ts +35 -0
  88. package/color-palette/lib/color-palette-preview.component.d.ts +16 -0
  89. package/color-palette/lib/color-palette-swatches.component.d.ts +21 -0
  90. package/color-palette/lib/color-palette.class.d.ts +28 -0
  91. package/color-palette/lib/color-palette.component.d.ts +10 -0
  92. package/color-palette/lib/color-palette.module.d.ts +20 -0
  93. package/common/README.md +3 -0
  94. package/common/index.d.ts +28 -0
  95. package/common/lib/classes/components.class.d.ts +83 -0
  96. package/common/lib/classes/datalist.class.d.ts +37 -0
  97. package/common/lib/classes/datasource.class.d.ts +78 -0
  98. package/common/lib/classes/events.class.d.ts +96 -0
  99. package/common/lib/classes/styles.class.d.ts +8 -0
  100. package/common/lib/common.module.d.ts +10 -0
  101. package/common/lib/components/base-component.class.d.ts +38 -0
  102. package/common/lib/components/button-base-component.class.d.ts +35 -0
  103. package/common/lib/components/color-component.class.d.ts +12 -0
  104. package/common/lib/components/colorlook-component.class.d.ts +6 -0
  105. package/common/lib/components/input-base-value-component.class.d.ts +27 -0
  106. package/common/lib/components/interactive-component.class.d.ts +42 -0
  107. package/common/lib/components/look-component.class.d.ts +18 -0
  108. package/common/lib/components/selection-base.component.class.d.ts +48 -0
  109. package/common/lib/components/value-component.class.d.ts +67 -0
  110. package/common/lib/directives/auto-focus.directive.d.ts +15 -0
  111. package/common/lib/directives/delayed-value-changed.directive.d.ts +17 -0
  112. package/common/lib/directives/hotkey.directive.d.ts +22 -0
  113. package/common/lib/directives/infinite-scroll.directive.d.ts +25 -0
  114. package/common/lib/directives/responsive.directive.d.ts +10 -0
  115. package/common/lib/directives/ripple.directive.d.ts +16 -0
  116. package/common/lib/services/dom.service.d.ts +6 -0
  117. package/common/lib/services/hotkey.service.d.ts +31 -0
  118. package/common/lib/types/direction.d.ts +4 -0
  119. package/common/lib/types/orientation.d.ts +4 -0
  120. package/common/lib/types/placement.d.ts +30 -0
  121. package/common/lib/types/range.d.ts +4 -0
  122. package/common/lib/types/selection-mode.d.ts +4 -0
  123. package/data-pager/README.md +3 -0
  124. package/data-pager/index.d.ts +9 -0
  125. package/data-pager/lib/data-pager-base.component.d.ts +54 -0
  126. package/data-pager/lib/data-pager-info.component.d.ts +11 -0
  127. package/data-pager/lib/data-pager-input-selector.component.d.ts +11 -0
  128. package/data-pager/lib/data-pager-next-buttons.components.d.ts +10 -0
  129. package/data-pager/lib/data-pager-numeric-selector.component.d.ts +13 -0
  130. package/data-pager/lib/data-pager-pagesize-dropdown.component.d.ts +14 -0
  131. package/data-pager/lib/data-pager-prev-buttons.component.d.ts +10 -0
  132. package/data-pager/lib/data-pager.component.d.ts +34 -0
  133. package/data-pager/lib/data-pager.module.d.ts +21 -0
  134. package/data-table/README.md +3 -0
  135. package/data-table/index.d.ts +10 -0
  136. package/data-table/lib/base-data-table.class.d.ts +25 -0
  137. package/data-table/lib/columns/data-table-column-resizable.directive.d.ts +22 -0
  138. package/data-table/lib/columns/data-table-column.d.ts +20 -0
  139. package/data-table/lib/columns/data-text-column.component.d.ts +18 -0
  140. package/data-table/lib/columns/row-command-column.component.d.ts +40 -0
  141. package/data-table/lib/columns/row-index-column.component.d.ts +18 -0
  142. package/data-table/lib/columns/row-select-column.component.d.ts +14 -0
  143. package/data-table/lib/data-table/data-table.component.d.ts +52 -0
  144. package/data-table/lib/data-table.module.d.ts +26 -0
  145. package/data-table/lib/infinite-scroll-data-table/infinite-scroll-data-table.component.d.ts +66 -0
  146. package/datetime-box/README.md +3 -0
  147. package/datetime-box/index.d.ts +2 -0
  148. package/datetime-box/lib/datetime-box.component.d.ts +36 -0
  149. package/datetime-box/lib/datetime-box.module.d.ts +13 -0
  150. package/datetime-input/README.md +3 -0
  151. package/datetime-input/index.d.ts +2 -0
  152. package/datetime-input/lib/datetime-input.component.d.ts +45 -0
  153. package/datetime-input/lib/datetime-input.module.d.ts +10 -0
  154. package/datetime-picker/README.md +3 -0
  155. package/datetime-picker/index.d.ts +3 -0
  156. package/datetime-picker/lib/datetime-picker.component.d.ts +49 -0
  157. package/datetime-picker/lib/datetime-picker.config.d.ts +8 -0
  158. package/datetime-picker/lib/datetime-picker.module.d.ts +15 -0
  159. package/decorators/README.md +3 -0
  160. package/decorators/index.d.ts +5 -0
  161. package/decorators/lib/components/clear-button.component.d.ts +13 -0
  162. package/decorators/lib/components/close-button.component.d.ts +12 -0
  163. package/decorators/lib/components/generic-content.component.d.ts +6 -0
  164. package/decorators/lib/components/icon.component.d.ts +8 -0
  165. package/decorators/lib/decorators.module.d.ts +11 -0
  166. package/dialog/README.md +3 -0
  167. package/dialog/index.d.ts +4 -0
  168. package/dialog/lib/dialog.class.d.ts +36 -0
  169. package/dialog/lib/dialog.component.d.ts +19 -0
  170. package/dialog/lib/dialog.module.d.ts +16 -0
  171. package/dialog/lib/dialog.service.d.ts +31 -0
  172. package/drawer/README.md +3 -0
  173. package/drawer/index.d.ts +3 -0
  174. package/drawer/lib/drawer-container.component.d.ts +7 -0
  175. package/drawer/lib/drawer.component.d.ts +39 -0
  176. package/drawer/lib/drawer.module.d.ts +9 -0
  177. package/dropdown/README.md +3 -0
  178. package/dropdown/index.d.ts +4 -0
  179. package/dropdown/lib/dropdown-box.class.d.ts +15 -0
  180. package/dropdown/lib/dropdown-box.component.d.ts +30 -0
  181. package/dropdown/lib/dropdown-panel.component.d.ts +33 -0
  182. package/dropdown/lib/dropdown.module.d.ts +14 -0
  183. package/dropdown-button/README.md +3 -0
  184. package/dropdown-button/index.d.ts +2 -0
  185. package/dropdown-button/lib/dropdown-button.component.d.ts +28 -0
  186. package/dropdown-button/lib/dropdown-button.module.d.ts +13 -0
  187. package/esm2022/action-sheet/acorex-components-action-sheet.mjs +5 -0
  188. package/esm2022/action-sheet/index.mjs +5 -0
  189. package/esm2022/action-sheet/lib/action-sheet.class.mjs +2 -0
  190. package/esm2022/action-sheet/lib/action-sheet.component.mjs +98 -0
  191. package/esm2022/action-sheet/lib/action-sheet.module.mjs +54 -0
  192. package/esm2022/action-sheet/lib/action-sheet.service.mjs +57 -0
  193. package/esm2022/alert/acorex-components-alert.mjs +5 -0
  194. package/esm2022/alert/index.mjs +3 -0
  195. package/esm2022/alert/lib/alert.component.mjs +195 -0
  196. package/esm2022/alert/lib/alert.module.mjs +22 -0
  197. package/esm2022/avatar/acorex-components-avatar.mjs +5 -0
  198. package/esm2022/avatar/index.mjs +4 -0
  199. package/esm2022/avatar/lib/avatar-group.component.mjs +14 -0
  200. package/esm2022/avatar/lib/avatar.component.mjs +41 -0
  201. package/esm2022/avatar/lib/avatar.module.mjs +22 -0
  202. package/esm2022/badge/acorex-components-badge.mjs +5 -0
  203. package/esm2022/badge/index.mjs +3 -0
  204. package/esm2022/badge/lib/badge.component.mjs +24 -0
  205. package/esm2022/badge/lib/badge.module.mjs +19 -0
  206. package/esm2022/bottom-navigation/acorex-components-bottom-navigation.mjs +5 -0
  207. package/esm2022/bottom-navigation/index.mjs +4 -0
  208. package/esm2022/bottom-navigation/lib/bottom-navigation-item/bottom-navigation-item.component.mjs +46 -0
  209. package/esm2022/bottom-navigation/lib/bottom-navigation.component.mjs +49 -0
  210. package/esm2022/bottom-navigation/lib/bottom-navigation.module.mjs +27 -0
  211. package/esm2022/breadcrumbs/acorex-components-breadcrumbs.mjs +5 -0
  212. package/esm2022/breadcrumbs/index.mjs +5 -0
  213. package/esm2022/breadcrumbs/lib/breadcrumbs-item.class.mjs +2 -0
  214. package/esm2022/breadcrumbs/lib/breadcrumbs-item.component.mjs +36 -0
  215. package/esm2022/breadcrumbs/lib/breadcrumbs.component.mjs +19 -0
  216. package/esm2022/breadcrumbs/lib/breadcrumbs.module.mjs +21 -0
  217. package/esm2022/button/acorex-components-button.mjs +5 -0
  218. package/esm2022/button/index.mjs +6 -0
  219. package/esm2022/button/lib/button-item-list.component.mjs +114 -0
  220. package/esm2022/button/lib/button-item.class.mjs +2 -0
  221. package/esm2022/button/lib/button-item.component.mjs +106 -0
  222. package/esm2022/button/lib/button.component.mjs +98 -0
  223. package/esm2022/button/lib/button.module.mjs +47 -0
  224. package/esm2022/button-group/acorex-components-button-group.mjs +5 -0
  225. package/esm2022/button-group/index.mjs +3 -0
  226. package/esm2022/button-group/lib/button-group.component.mjs +118 -0
  227. package/esm2022/button-group/lib/button-group.module.mjs +21 -0
  228. package/esm2022/calendar/acorex-components-calendar.mjs +5 -0
  229. package/esm2022/calendar/index.mjs +5 -0
  230. package/esm2022/calendar/lib/calendar-range.component.mjs +175 -0
  231. package/esm2022/calendar/lib/calendar.class.mjs +176 -0
  232. package/esm2022/calendar/lib/calendar.component.mjs +477 -0
  233. package/esm2022/calendar/lib/calendar.module.mjs +24 -0
  234. package/esm2022/chat/acorex-components-chat.mjs +5 -0
  235. package/esm2022/chat/index.mjs +15 -0
  236. package/esm2022/chat/lib/chat-input/chat-input.component.mjs +125 -0
  237. package/esm2022/chat/lib/chat-input/chat-input.interface.mjs +2 -0
  238. package/esm2022/chat/lib/chat-message/chat-message.component.mjs +30 -0
  239. package/esm2022/chat/lib/chat-messages/chat-message-audio.component.mjs +17 -0
  240. package/esm2022/chat/lib/chat-messages/chat-message-text.component.mjs +23 -0
  241. package/esm2022/chat/lib/chat-view/chat-view.component.mjs +22 -0
  242. package/esm2022/chat/lib/chat-voice/chat-voice.component.mjs +12 -0
  243. package/esm2022/chat/lib/chat.module.mjs +125 -0
  244. package/esm2022/chat/lib/chat.types.mjs +10 -0
  245. package/esm2022/chat/lib/classes/events.interface.mjs +2 -0
  246. package/esm2022/chat/lib/services/chat-message-type-registry.service.mjs +20 -0
  247. package/esm2022/chat/lib/services/chat.service.mjs +10 -0
  248. package/esm2022/chat/lib/services/recording.service.mjs +78 -0
  249. package/esm2022/check-box/acorex-components-check-box.mjs +5 -0
  250. package/esm2022/check-box/index.mjs +3 -0
  251. package/esm2022/check-box/lib/check-box.component.mjs +100 -0
  252. package/esm2022/check-box/lib/check-box.module.mjs +21 -0
  253. package/esm2022/chips/acorex-components-chips.mjs +5 -0
  254. package/esm2022/chips/index.mjs +3 -0
  255. package/esm2022/chips/lib/chips.component.mjs +28 -0
  256. package/esm2022/chips/lib/chips.module.mjs +19 -0
  257. package/esm2022/circular-progress/acorex-components-circular-progress.mjs +5 -0
  258. package/esm2022/circular-progress/index.mjs +3 -0
  259. package/esm2022/circular-progress/lib/circular-progress.component.mjs +96 -0
  260. package/esm2022/circular-progress/lib/circular-progress.module.mjs +17 -0
  261. package/esm2022/collapse/acorex-components-collapse.mjs +5 -0
  262. package/esm2022/collapse/index.mjs +4 -0
  263. package/esm2022/collapse/lib/collapse-group.component.mjs +131 -0
  264. package/esm2022/collapse/lib/collapse.component.mjs +146 -0
  265. package/esm2022/collapse/lib/collapse.module.mjs +21 -0
  266. package/esm2022/color-box/acorex-components-color-box.mjs +5 -0
  267. package/esm2022/color-box/index.mjs +3 -0
  268. package/esm2022/color-box/lib/color-box.component.mjs +71 -0
  269. package/esm2022/color-box/lib/color-box.module.mjs +32 -0
  270. package/esm2022/color-palette/acorex-components-color-palette.mjs +5 -0
  271. package/esm2022/color-palette/index.mjs +8 -0
  272. package/esm2022/color-palette/lib/color-palette-input.component.mjs +127 -0
  273. package/esm2022/color-palette/lib/color-palette-picker.component.mjs +175 -0
  274. package/esm2022/color-palette/lib/color-palette-preview.component.mjs +71 -0
  275. package/esm2022/color-palette/lib/color-palette-swatches.component.mjs +95 -0
  276. package/esm2022/color-palette/lib/color-palette.class.mjs +238 -0
  277. package/esm2022/color-palette/lib/color-palette.component.mjs +66 -0
  278. package/esm2022/color-palette/lib/color-palette.module.mjs +63 -0
  279. package/esm2022/common/acorex-components-common.mjs +5 -0
  280. package/esm2022/common/index.mjs +29 -0
  281. package/esm2022/common/lib/classes/components.class.mjs +76 -0
  282. package/esm2022/common/lib/classes/datalist.class.mjs +50 -0
  283. package/esm2022/common/lib/classes/datasource.class.mjs +133 -0
  284. package/esm2022/common/lib/classes/events.class.mjs +79 -0
  285. package/esm2022/common/lib/classes/styles.class.mjs +20 -0
  286. package/esm2022/common/lib/common.module.mjs +38 -0
  287. package/esm2022/common/lib/components/base-component.class.mjs +81 -0
  288. package/esm2022/common/lib/components/button-base-component.class.mjs +67 -0
  289. package/esm2022/common/lib/components/color-component.class.mjs +25 -0
  290. package/esm2022/common/lib/components/colorlook-component.class.mjs +6 -0
  291. package/esm2022/common/lib/components/input-base-value-component.class.mjs +47 -0
  292. package/esm2022/common/lib/components/interactive-component.class.mjs +107 -0
  293. package/esm2022/common/lib/components/look-component.class.mjs +33 -0
  294. package/esm2022/common/lib/components/selection-base.component.class.mjs +196 -0
  295. package/esm2022/common/lib/components/value-component.class.mjs +223 -0
  296. package/esm2022/common/lib/directives/auto-focus.directive.mjs +66 -0
  297. package/esm2022/common/lib/directives/delayed-value-changed.directive.mjs +51 -0
  298. package/esm2022/common/lib/directives/hotkey.directive.mjs +81 -0
  299. package/esm2022/common/lib/directives/infinite-scroll.directive.mjs +61 -0
  300. package/esm2022/common/lib/directives/responsive.directive.mjs +42 -0
  301. package/esm2022/common/lib/directives/ripple.directive.mjs +62 -0
  302. package/esm2022/common/lib/services/dom.service.mjs +16 -0
  303. package/esm2022/common/lib/services/hotkey.service.mjs +53 -0
  304. package/esm2022/common/lib/types/direction.mjs +2 -0
  305. package/esm2022/common/lib/types/orientation.mjs +2 -0
  306. package/esm2022/common/lib/types/placement.mjs +180 -0
  307. package/esm2022/common/lib/types/range.mjs +2 -0
  308. package/esm2022/common/lib/types/selection-mode.mjs +5 -0
  309. package/esm2022/data-pager/acorex-components-data-pager.mjs +5 -0
  310. package/esm2022/data-pager/index.mjs +10 -0
  311. package/esm2022/data-pager/lib/data-pager-base.component.mjs +50 -0
  312. package/esm2022/data-pager/lib/data-pager-info.component.mjs +47 -0
  313. package/esm2022/data-pager/lib/data-pager-input-selector.component.mjs +73 -0
  314. package/esm2022/data-pager/lib/data-pager-next-buttons.components.mjs +61 -0
  315. package/esm2022/data-pager/lib/data-pager-numeric-selector.component.mjs +129 -0
  316. package/esm2022/data-pager/lib/data-pager-pagesize-dropdown.component.mjs +109 -0
  317. package/esm2022/data-pager/lib/data-pager-prev-buttons.component.mjs +97 -0
  318. package/esm2022/data-pager/lib/data-pager.component.mjs +170 -0
  319. package/esm2022/data-pager/lib/data-pager.module.mjs +70 -0
  320. package/esm2022/data-table/acorex-components-data-table.mjs +5 -0
  321. package/esm2022/data-table/index.mjs +11 -0
  322. package/esm2022/data-table/lib/base-data-table.class.mjs +36 -0
  323. package/esm2022/data-table/lib/columns/data-table-column-resizable.directive.mjs +59 -0
  324. package/esm2022/data-table/lib/columns/data-table-column.mjs +38 -0
  325. package/esm2022/data-table/lib/columns/data-text-column.component.mjs +81 -0
  326. package/esm2022/data-table/lib/columns/row-command-column.component.mjs +231 -0
  327. package/esm2022/data-table/lib/columns/row-index-column.component.mjs +71 -0
  328. package/esm2022/data-table/lib/columns/row-select-column.component.mjs +61 -0
  329. package/esm2022/data-table/lib/data-table/data-table.component.mjs +233 -0
  330. package/esm2022/data-table/lib/data-table.module.mjs +107 -0
  331. package/esm2022/data-table/lib/infinite-scroll-data-table/infinite-scroll-data-table.component.mjs +272 -0
  332. package/esm2022/datetime-box/acorex-components-datetime-box.mjs +5 -0
  333. package/esm2022/datetime-box/index.mjs +3 -0
  334. package/esm2022/datetime-box/lib/datetime-box.component.mjs +110 -0
  335. package/esm2022/datetime-box/lib/datetime-box.module.mjs +38 -0
  336. package/esm2022/datetime-input/acorex-components-datetime-input.mjs +5 -0
  337. package/esm2022/datetime-input/index.mjs +3 -0
  338. package/esm2022/datetime-input/lib/datetime-input.component.mjs +553 -0
  339. package/esm2022/datetime-input/lib/datetime-input.module.mjs +23 -0
  340. package/esm2022/datetime-picker/acorex-components-datetime-picker.mjs +5 -0
  341. package/esm2022/datetime-picker/index.mjs +4 -0
  342. package/esm2022/datetime-picker/lib/datetime-picker.component.mjs +266 -0
  343. package/esm2022/datetime-picker/lib/datetime-picker.config.mjs +22 -0
  344. package/esm2022/datetime-picker/lib/datetime-picker.module.mjs +44 -0
  345. package/esm2022/decorators/acorex-components-decorators.mjs +5 -0
  346. package/esm2022/decorators/index.mjs +6 -0
  347. package/esm2022/decorators/lib/components/clear-button.component.mjs +70 -0
  348. package/esm2022/decorators/lib/components/close-button.component.mjs +52 -0
  349. package/esm2022/decorators/lib/components/generic-content.component.mjs +38 -0
  350. package/esm2022/decorators/lib/components/icon.component.mjs +25 -0
  351. package/esm2022/decorators/lib/decorators.module.mjs +35 -0
  352. package/esm2022/dialog/acorex-components-dialog.mjs +5 -0
  353. package/esm2022/dialog/index.mjs +5 -0
  354. package/esm2022/dialog/lib/dialog.class.mjs +2 -0
  355. package/esm2022/dialog/lib/dialog.component.mjs +62 -0
  356. package/esm2022/dialog/lib/dialog.module.mjs +48 -0
  357. package/esm2022/dialog/lib/dialog.service.mjs +164 -0
  358. package/esm2022/drawer/acorex-components-drawer.mjs +5 -0
  359. package/esm2022/drawer/index.mjs +4 -0
  360. package/esm2022/drawer/lib/drawer-container.component.mjs +33 -0
  361. package/esm2022/drawer/lib/drawer.component.mjs +151 -0
  362. package/esm2022/drawer/lib/drawer.module.mjs +22 -0
  363. package/esm2022/dropdown/acorex-components-dropdown.mjs +5 -0
  364. package/esm2022/dropdown/index.mjs +5 -0
  365. package/esm2022/dropdown/lib/dropdown-box.class.mjs +38 -0
  366. package/esm2022/dropdown/lib/dropdown-box.component.mjs +103 -0
  367. package/esm2022/dropdown/lib/dropdown-panel.component.mjs +145 -0
  368. package/esm2022/dropdown/lib/dropdown.module.mjs +42 -0
  369. package/esm2022/dropdown-button/acorex-components-dropdown-button.mjs +5 -0
  370. package/esm2022/dropdown-button/index.mjs +3 -0
  371. package/esm2022/dropdown-button/lib/dropdown-button.component.mjs +97 -0
  372. package/esm2022/dropdown-button/lib/dropdown-button.module.mjs +45 -0
  373. package/esm2022/form/acorex-components-form.mjs +5 -0
  374. package/esm2022/form/index.mjs +7 -0
  375. package/esm2022/form/lib/form-field.component.mjs +40 -0
  376. package/esm2022/form/lib/form.component.mjs +122 -0
  377. package/esm2022/form/lib/form.config.mjs +16 -0
  378. package/esm2022/form/lib/form.module.mjs +60 -0
  379. package/esm2022/form/lib/validation-rule.directive.mjs +36 -0
  380. package/esm2022/form/lib/validation-summary.component.mjs +133 -0
  381. package/esm2022/image/acorex-components-image.mjs +5 -0
  382. package/esm2022/image/index.mjs +3 -0
  383. package/esm2022/image/lib/image.component.mjs +72 -0
  384. package/esm2022/image/lib/image.module.mjs +19 -0
  385. package/esm2022/index.mjs +2 -158
  386. package/esm2022/label/acorex-components-label.mjs +5 -0
  387. package/esm2022/label/index.mjs +3 -0
  388. package/esm2022/label/lib/label.component.mjs +47 -0
  389. package/esm2022/label/lib/label.module.mjs +21 -0
  390. package/esm2022/list/acorex-components-list.mjs +5 -0
  391. package/esm2022/list/index.mjs +3 -0
  392. package/esm2022/list/lib/list.component.mjs +184 -0
  393. package/esm2022/list/lib/list.module.mjs +23 -0
  394. package/esm2022/loading/acorex-components-loading.mjs +5 -0
  395. package/esm2022/loading/index.mjs +7 -0
  396. package/esm2022/loading/lib/loading-spinner.component.mjs +44 -0
  397. package/esm2022/loading/lib/loading.component.mjs +62 -0
  398. package/esm2022/loading/lib/loading.config.mjs +17 -0
  399. package/esm2022/loading/lib/loading.directive.mjs +39 -0
  400. package/esm2022/loading/lib/loading.module.mjs +35 -0
  401. package/esm2022/loading/lib/loading.service.mjs +129 -0
  402. package/esm2022/loading-dialog/acorex-components-loading-dialog.mjs +5 -0
  403. package/esm2022/loading-dialog/index.mjs +5 -0
  404. package/esm2022/loading-dialog/lib/loading-dialog.class.mjs +2 -0
  405. package/esm2022/loading-dialog/lib/loading-dialog.component.mjs +63 -0
  406. package/esm2022/loading-dialog/lib/loading-dialog.module.mjs +46 -0
  407. package/esm2022/loading-dialog/lib/loading-dialog.service.mjs +37 -0
  408. package/esm2022/menu/acorex-components-menu.mjs +5 -0
  409. package/esm2022/menu/index.mjs +5 -0
  410. package/esm2022/menu/lib/class/root-menu.class.mjs +3 -0
  411. package/esm2022/menu/lib/menu-item/menu-item.component.mjs +140 -0
  412. package/esm2022/menu/lib/menu.component.mjs +48 -0
  413. package/esm2022/menu/lib/menu.module.mjs +37 -0
  414. package/esm2022/nav/acorex-components-nav.mjs +5 -0
  415. package/esm2022/nav/index.mjs +4 -0
  416. package/esm2022/nav/lib/nav-item/nav-item.component.mjs +41 -0
  417. package/esm2022/nav/lib/nav.component.mjs +12 -0
  418. package/esm2022/nav/lib/nav.module.mjs +23 -0
  419. package/esm2022/navbar/acorex-components-navbar.mjs +5 -0
  420. package/esm2022/navbar/index.mjs +3 -0
  421. package/esm2022/navbar/lib/navbar.component.mjs +18 -0
  422. package/esm2022/navbar/lib/navbar.module.mjs +18 -0
  423. package/esm2022/notification/acorex-components-notification.mjs +5 -0
  424. package/esm2022/notification/index.mjs +6 -0
  425. package/esm2022/notification/lib/notification.class.mjs +2 -0
  426. package/esm2022/notification/lib/notification.component.mjs +105 -0
  427. package/esm2022/notification/lib/notification.config.mjs +20 -0
  428. package/esm2022/notification/lib/notification.module.mjs +42 -0
  429. package/esm2022/notification/lib/notification.service.mjs +102 -0
  430. package/esm2022/number-box/acorex-components-number-box.mjs +5 -0
  431. package/esm2022/number-box/index.mjs +3 -0
  432. package/esm2022/number-box/lib/number-box.component.mjs +294 -0
  433. package/esm2022/number-box/lib/number-box.module.mjs +35 -0
  434. package/esm2022/otp/acorex-components-otp.mjs +5 -0
  435. package/esm2022/otp/index.mjs +4 -0
  436. package/esm2022/otp/lib/otp.class.mjs +4 -0
  437. package/esm2022/otp/lib/otp.component.mjs +158 -0
  438. package/esm2022/otp/lib/otp.module.mjs +22 -0
  439. package/esm2022/page/acorex-components-page.mjs +5 -0
  440. package/esm2022/page/index.mjs +4 -0
  441. package/esm2022/page/lib/base-page.class.mjs +62 -0
  442. package/esm2022/page/lib/page.component.mjs +44 -0
  443. package/esm2022/page/lib/page.module.mjs +18 -0
  444. package/esm2022/password-box/acorex-components-password-box.mjs +5 -0
  445. package/esm2022/password-box/index.mjs +3 -0
  446. package/esm2022/password-box/lib/password-box.component.mjs +94 -0
  447. package/esm2022/password-box/lib/password-box.module.mjs +24 -0
  448. package/esm2022/phone-box/acorex-components-phone-box.mjs +5 -0
  449. package/esm2022/phone-box/index.mjs +3 -0
  450. package/esm2022/phone-box/lib/phone-box.component.mjs +135 -0
  451. package/esm2022/phone-box/lib/phone-box.module.mjs +44 -0
  452. package/esm2022/picker/acorex-components-picker.mjs +5 -0
  453. package/esm2022/picker/index.mjs +4 -0
  454. package/esm2022/picker/lib/picker-column.directive.mjs +66 -0
  455. package/esm2022/picker/lib/picker.component.mjs +164 -0
  456. package/esm2022/picker/lib/picker.module.mjs +22 -0
  457. package/esm2022/popover/acorex-components-popover.mjs +5 -0
  458. package/esm2022/popover/index.mjs +3 -0
  459. package/esm2022/popover/lib/popover.component.mjs +379 -0
  460. package/esm2022/popover/lib/popover.module.mjs +19 -0
  461. package/esm2022/popup/acorex-components-popup.mjs +5 -0
  462. package/esm2022/popup/index.mjs +5 -0
  463. package/esm2022/popup/lib/popup.component.mjs +153 -0
  464. package/esm2022/popup/lib/popup.interface.mjs +2 -0
  465. package/esm2022/popup/lib/popup.module.mjs +45 -0
  466. package/esm2022/popup/lib/popup.service.mjs +65 -0
  467. package/esm2022/progress-bar/acorex-components-progress-bar.mjs +5 -0
  468. package/esm2022/progress-bar/index.mjs +3 -0
  469. package/esm2022/progress-bar/lib/progress-bar.component.mjs +57 -0
  470. package/esm2022/progress-bar/lib/progress-bar.module.mjs +19 -0
  471. package/esm2022/radio/acorex-components-radio.mjs +5 -0
  472. package/esm2022/radio/index.mjs +3 -0
  473. package/esm2022/radio/lib/radio.component.mjs +62 -0
  474. package/esm2022/radio/lib/radio.module.mjs +22 -0
  475. package/esm2022/range-slider/acorex-components-range-slider.mjs +5 -0
  476. package/esm2022/range-slider/index.mjs +3 -0
  477. package/esm2022/range-slider/lib/range-slider.component.mjs +117 -0
  478. package/esm2022/range-slider/lib/range-slider.module.mjs +23 -0
  479. package/esm2022/result/acorex-components-result.mjs +5 -0
  480. package/esm2022/result/index.mjs +3 -0
  481. package/esm2022/result/lib/result.component.mjs +27 -0
  482. package/esm2022/result/lib/result.module.mjs +19 -0
  483. package/esm2022/routing-progress/acorex-components-routing-progress.mjs +5 -0
  484. package/esm2022/routing-progress/index.mjs +3 -0
  485. package/esm2022/routing-progress/lib/routing-progress.component.mjs +57 -0
  486. package/esm2022/routing-progress/lib/routing-progress.module.mjs +21 -0
  487. package/esm2022/scheduler/acorex-components-scheduler.mjs +5 -0
  488. package/esm2022/scheduler/index.mjs +5 -0
  489. package/esm2022/scheduler/lib/scheduler-month-view.component.mjs +53 -0
  490. package/esm2022/scheduler/lib/scheduler-week-view.component.mjs +12 -0
  491. package/esm2022/scheduler/lib/scheduler.component.mjs +43 -0
  492. package/esm2022/scheduler/lib/scheduler.module.mjs +45 -0
  493. package/esm2022/scss/acorex-components-scss.mjs +5 -0
  494. package/esm2022/scss/index.mjs +2 -0
  495. package/esm2022/scss/lib/scss.module.mjs +15 -0
  496. package/esm2022/search-box/acorex-components-search-box.mjs +5 -0
  497. package/esm2022/search-box/index.mjs +3 -0
  498. package/esm2022/search-box/lib/search-box.component.mjs +87 -0
  499. package/esm2022/search-box/lib/search-box.module.mjs +46 -0
  500. package/esm2022/select-box/acorex-components-select-box.mjs +5 -0
  501. package/esm2022/select-box/index.mjs +3 -0
  502. package/esm2022/select-box/lib/select-box.component.mjs +299 -0
  503. package/esm2022/select-box/lib/select-box.module.mjs +69 -0
  504. package/esm2022/selection-list/acorex-components-selection-list.mjs +5 -0
  505. package/esm2022/selection-list/index.mjs +3 -0
  506. package/esm2022/selection-list/lib/selection-list.component.mjs +135 -0
  507. package/esm2022/selection-list/lib/selection-list.module.mjs +41 -0
  508. package/esm2022/side-menu/acorex-components-side-menu.mjs +5 -0
  509. package/esm2022/side-menu/index.mjs +4 -0
  510. package/esm2022/side-menu/lib/side-menu-item/side-menu-item.compoent.mjs +147 -0
  511. package/esm2022/side-menu/lib/side-menu.component.mjs +12 -0
  512. package/esm2022/side-menu/lib/side-menu.module.mjs +25 -0
  513. package/esm2022/skeleton/acorex-components-skeleton.mjs +5 -0
  514. package/esm2022/skeleton/index.mjs +3 -0
  515. package/esm2022/skeleton/lib/skeleton.component.mjs +24 -0
  516. package/esm2022/skeleton/lib/skeleton.module.mjs +18 -0
  517. package/esm2022/step-wizard/acorex-components-step-wizard.mjs +5 -0
  518. package/esm2022/step-wizard/index.mjs +6 -0
  519. package/esm2022/step-wizard/lib/step-wizard-item/step-wizard-item.component.mjs +66 -0
  520. package/esm2022/step-wizard/lib/step-wizard.class.mjs +2 -0
  521. package/esm2022/step-wizard/lib/step-wizard.component.mjs +102 -0
  522. package/esm2022/step-wizard/lib/step-wizard.directive.mjs +28 -0
  523. package/esm2022/step-wizard/lib/step-wizard.module.mjs +33 -0
  524. package/esm2022/switch/acorex-components-switch.mjs +5 -0
  525. package/esm2022/switch/index.mjs +4 -0
  526. package/esm2022/switch/lib/switch-content.component.mjs +15 -0
  527. package/esm2022/switch/lib/switch.component.mjs +51 -0
  528. package/esm2022/switch/lib/switch.module.mjs +21 -0
  529. package/esm2022/tabs/acorex-components-tabs.mjs +5 -0
  530. package/esm2022/tabs/index.mjs +6 -0
  531. package/esm2022/tabs/lib/tab-content.directive.mjs +28 -0
  532. package/esm2022/tabs/lib/tab-item.component.mjs +121 -0
  533. package/esm2022/tabs/lib/tabs.class.mjs +4 -0
  534. package/esm2022/tabs/lib/tabs.component.mjs +99 -0
  535. package/esm2022/tabs/lib/tabs.module.mjs +25 -0
  536. package/esm2022/tag/acorex-components-tag.mjs +5 -0
  537. package/esm2022/tag/index.mjs +3 -0
  538. package/esm2022/tag/lib/tag.component.mjs +20 -0
  539. package/esm2022/tag/lib/tag.module.mjs +19 -0
  540. package/esm2022/text-area/acorex-components-text-area.mjs +5 -0
  541. package/esm2022/text-area/index.mjs +3 -0
  542. package/esm2022/text-area/lib/text-area.component.mjs +65 -0
  543. package/esm2022/text-area/lib/text-area.module.mjs +19 -0
  544. package/esm2022/text-box/acorex-components-text-box.mjs +5 -0
  545. package/esm2022/text-box/index.mjs +4 -0
  546. package/esm2022/text-box/lib/mask-options.directive.mjs +17 -0
  547. package/esm2022/text-box/lib/text-box.component.mjs +131 -0
  548. package/esm2022/text-box/lib/text-box.module.mjs +38 -0
  549. package/esm2022/toast/acorex-components-toast.mjs +5 -0
  550. package/esm2022/toast/index.mjs +6 -0
  551. package/esm2022/toast/lib/toast.class.mjs +2 -0
  552. package/esm2022/toast/lib/toast.component.mjs +81 -0
  553. package/esm2022/toast/lib/toast.config.mjs +25 -0
  554. package/esm2022/toast/lib/toast.module.mjs +39 -0
  555. package/esm2022/toast/lib/toast.service.mjs +139 -0
  556. package/esm2022/tooltip/acorex-components-tooltip.mjs +5 -0
  557. package/esm2022/tooltip/index.mjs +4 -0
  558. package/esm2022/tooltip/lib/tooltip.component.mjs +16 -0
  559. package/esm2022/tooltip/lib/tooltip.directive.mjs +80 -0
  560. package/esm2022/tooltip/lib/tooltip.module.mjs +22 -0
  561. package/esm2022/uploader/acorex-components-uploader.mjs +5 -0
  562. package/esm2022/uploader/index.mjs +8 -0
  563. package/esm2022/uploader/lib/uploader-browse-handle.directive.mjs +27 -0
  564. package/esm2022/uploader/lib/uploader-dialog-container.component.mjs +40 -0
  565. package/esm2022/uploader/lib/uploader-drop-zone.component.mjs +14 -0
  566. package/esm2022/uploader/lib/uploader-list.component.mjs +21 -0
  567. package/esm2022/uploader/lib/uploader-zone.directive.mjs +79 -0
  568. package/esm2022/uploader/lib/uploader.models.mjs +68 -0
  569. package/esm2022/uploader/lib/uploader.module.mjs +84 -0
  570. package/esm2022/uploader/lib/uploader.service.mjs +86 -0
  571. package/fesm2022/acorex-components-action-sheet.mjs +205 -0
  572. package/fesm2022/acorex-components-action-sheet.mjs.map +1 -0
  573. package/fesm2022/acorex-components-alert.mjs +220 -0
  574. package/fesm2022/acorex-components-alert.mjs.map +1 -0
  575. package/fesm2022/acorex-components-avatar.mjs +78 -0
  576. package/fesm2022/acorex-components-avatar.mjs.map +1 -0
  577. package/fesm2022/acorex-components-badge.mjs +47 -0
  578. package/fesm2022/acorex-components-badge.mjs.map +1 -0
  579. package/fesm2022/acorex-components-bottom-navigation.mjs +120 -0
  580. package/fesm2022/acorex-components-bottom-navigation.mjs.map +1 -0
  581. package/fesm2022/acorex-components-breadcrumbs.mjs +73 -0
  582. package/fesm2022/acorex-components-breadcrumbs.mjs.map +1 -0
  583. package/fesm2022/acorex-components-button-group.mjs +143 -0
  584. package/fesm2022/acorex-components-button-group.mjs.map +1 -0
  585. package/fesm2022/acorex-components-button.mjs +356 -0
  586. package/fesm2022/acorex-components-button.mjs.map +1 -0
  587. package/fesm2022/acorex-components-calendar.mjs +840 -0
  588. package/fesm2022/acorex-components-calendar.mjs.map +1 -0
  589. package/fesm2022/acorex-components-chat.mjs +441 -0
  590. package/fesm2022/acorex-components-chat.mjs.map +1 -0
  591. package/fesm2022/acorex-components-check-box.mjs +124 -0
  592. package/fesm2022/acorex-components-check-box.mjs.map +1 -0
  593. package/fesm2022/acorex-components-chips.mjs +51 -0
  594. package/fesm2022/acorex-components-chips.mjs.map +1 -0
  595. package/fesm2022/acorex-components-circular-progress.mjs +117 -0
  596. package/fesm2022/acorex-components-circular-progress.mjs.map +1 -0
  597. package/fesm2022/acorex-components-collapse.mjs +296 -0
  598. package/fesm2022/acorex-components-collapse.mjs.map +1 -0
  599. package/fesm2022/acorex-components-color-box.mjs +104 -0
  600. package/fesm2022/acorex-components-color-box.mjs.map +1 -0
  601. package/fesm2022/acorex-components-color-palette.mjs +800 -0
  602. package/fesm2022/acorex-components-color-palette.mjs.map +1 -0
  603. package/fesm2022/acorex-components-common.mjs +1737 -0
  604. package/fesm2022/acorex-components-common.mjs.map +1 -0
  605. package/fesm2022/acorex-components-data-pager.mjs +758 -0
  606. package/fesm2022/acorex-components-data-pager.mjs.map +1 -0
  607. package/fesm2022/acorex-components-data-table.mjs +1143 -0
  608. package/fesm2022/acorex-components-data-table.mjs.map +1 -0
  609. package/fesm2022/acorex-components-datetime-box.mjs +147 -0
  610. package/fesm2022/acorex-components-datetime-box.mjs.map +1 -0
  611. package/fesm2022/acorex-components-datetime-input.mjs +578 -0
  612. package/fesm2022/acorex-components-datetime-input.mjs.map +1 -0
  613. package/fesm2022/acorex-components-datetime-picker.mjs +328 -0
  614. package/fesm2022/acorex-components-datetime-picker.mjs.map +1 -0
  615. package/fesm2022/acorex-components-decorators.mjs +210 -0
  616. package/fesm2022/acorex-components-decorators.mjs.map +1 -0
  617. package/fesm2022/acorex-components-dialog.mjs +271 -0
  618. package/fesm2022/acorex-components-dialog.mjs.map +1 -0
  619. package/fesm2022/acorex-components-drawer.mjs +206 -0
  620. package/fesm2022/acorex-components-drawer.mjs.map +1 -0
  621. package/fesm2022/acorex-components-dropdown-button.mjs +145 -0
  622. package/fesm2022/acorex-components-dropdown-button.mjs.map +1 -0
  623. package/fesm2022/acorex-components-dropdown.mjs +319 -0
  624. package/fesm2022/acorex-components-dropdown.mjs.map +1 -0
  625. package/fesm2022/acorex-components-form.mjs +394 -0
  626. package/fesm2022/acorex-components-form.mjs.map +1 -0
  627. package/fesm2022/acorex-components-image.mjs +95 -0
  628. package/fesm2022/acorex-components-image.mjs.map +1 -0
  629. package/fesm2022/acorex-components-label.mjs +72 -0
  630. package/fesm2022/acorex-components-label.mjs.map +1 -0
  631. package/fesm2022/acorex-components-list.mjs +210 -0
  632. package/fesm2022/acorex-components-list.mjs.map +1 -0
  633. package/fesm2022/acorex-components-loading-dialog.mjs +144 -0
  634. package/fesm2022/acorex-components-loading-dialog.mjs.map +1 -0
  635. package/fesm2022/acorex-components-loading.mjs +313 -0
  636. package/fesm2022/acorex-components-loading.mjs.map +1 -0
  637. package/fesm2022/acorex-components-menu.mjs +224 -0
  638. package/fesm2022/acorex-components-menu.mjs.map +1 -0
  639. package/fesm2022/acorex-components-nav.mjs +75 -0
  640. package/fesm2022/acorex-components-nav.mjs.map +1 -0
  641. package/fesm2022/acorex-components-navbar.mjs +40 -0
  642. package/fesm2022/acorex-components-navbar.mjs.map +1 -0
  643. package/fesm2022/acorex-components-notification.mjs +264 -0
  644. package/fesm2022/acorex-components-notification.mjs.map +1 -0
  645. package/fesm2022/acorex-components-number-box.mjs +331 -0
  646. package/fesm2022/acorex-components-number-box.mjs.map +1 -0
  647. package/fesm2022/acorex-components-otp.mjs +186 -0
  648. package/fesm2022/acorex-components-otp.mjs.map +1 -0
  649. package/fesm2022/acorex-components-page.mjs +125 -0
  650. package/fesm2022/acorex-components-page.mjs.map +1 -0
  651. package/fesm2022/acorex-components-password-box.mjs +121 -0
  652. package/fesm2022/acorex-components-password-box.mjs.map +1 -0
  653. package/fesm2022/acorex-components-phone-box.mjs +182 -0
  654. package/fesm2022/acorex-components-phone-box.mjs.map +1 -0
  655. package/fesm2022/acorex-components-picker.mjs +251 -0
  656. package/fesm2022/acorex-components-picker.mjs.map +1 -0
  657. package/fesm2022/acorex-components-popover.mjs +402 -0
  658. package/fesm2022/acorex-components-popover.mjs.map +1 -0
  659. package/fesm2022/acorex-components-popup.mjs +256 -0
  660. package/fesm2022/acorex-components-popup.mjs.map +1 -0
  661. package/fesm2022/acorex-components-progress-bar.mjs +80 -0
  662. package/fesm2022/acorex-components-progress-bar.mjs.map +1 -0
  663. package/fesm2022/acorex-components-radio.mjs +87 -0
  664. package/fesm2022/acorex-components-radio.mjs.map +1 -0
  665. package/fesm2022/acorex-components-range-slider.mjs +142 -0
  666. package/fesm2022/acorex-components-range-slider.mjs.map +1 -0
  667. package/fesm2022/acorex-components-result.mjs +50 -0
  668. package/fesm2022/acorex-components-result.mjs.map +1 -0
  669. package/fesm2022/acorex-components-routing-progress.mjs +82 -0
  670. package/fesm2022/acorex-components-routing-progress.mjs.map +1 -0
  671. package/fesm2022/acorex-components-scheduler.mjs +142 -0
  672. package/fesm2022/acorex-components-scheduler.mjs.map +1 -0
  673. package/fesm2022/acorex-components-scss.mjs +22 -0
  674. package/fesm2022/acorex-components-scss.mjs.map +1 -0
  675. package/fesm2022/acorex-components-search-box.mjs +135 -0
  676. package/fesm2022/acorex-components-search-box.mjs.map +1 -0
  677. package/fesm2022/acorex-components-select-box.mjs +368 -0
  678. package/fesm2022/acorex-components-select-box.mjs.map +1 -0
  679. package/fesm2022/acorex-components-selection-list.mjs +179 -0
  680. package/fesm2022/acorex-components-selection-list.mjs.map +1 -0
  681. package/fesm2022/acorex-components-side-menu.mjs +183 -0
  682. package/fesm2022/acorex-components-side-menu.mjs.map +1 -0
  683. package/fesm2022/acorex-components-skeleton.mjs +46 -0
  684. package/fesm2022/acorex-components-skeleton.mjs.map +1 -0
  685. package/fesm2022/acorex-components-step-wizard.mjs +224 -0
  686. package/fesm2022/acorex-components-step-wizard.mjs.map +1 -0
  687. package/fesm2022/acorex-components-switch.mjs +86 -0
  688. package/fesm2022/acorex-components-switch.mjs.map +1 -0
  689. package/fesm2022/acorex-components-tabs.mjs +271 -0
  690. package/fesm2022/acorex-components-tabs.mjs.map +1 -0
  691. package/fesm2022/acorex-components-tag.mjs +43 -0
  692. package/fesm2022/acorex-components-tag.mjs.map +1 -0
  693. package/fesm2022/acorex-components-text-area.mjs +87 -0
  694. package/fesm2022/acorex-components-text-area.mjs.map +1 -0
  695. package/fesm2022/acorex-components-text-box.mjs +184 -0
  696. package/fesm2022/acorex-components-text-box.mjs.map +1 -0
  697. package/fesm2022/acorex-components-toast.mjs +280 -0
  698. package/fesm2022/acorex-components-toast.mjs.map +1 -0
  699. package/fesm2022/acorex-components-tooltip.mjs +117 -0
  700. package/fesm2022/acorex-components-tooltip.mjs.map +1 -0
  701. package/fesm2022/acorex-components-uploader.mjs +399 -0
  702. package/fesm2022/acorex-components-uploader.mjs.map +1 -0
  703. package/fesm2022/acorex-components.mjs +2 -17392
  704. package/fesm2022/acorex-components.mjs.map +1 -1
  705. package/form/README.md +3 -0
  706. package/form/index.d.ts +6 -0
  707. package/form/lib/form-field.component.d.ts +12 -0
  708. package/form/lib/form.component.d.ts +42 -0
  709. package/form/lib/form.config.d.ts +7 -0
  710. package/form/lib/form.module.d.ts +16 -0
  711. package/form/lib/validation-rule.directive.d.ts +16 -0
  712. package/form/lib/validation-summary.component.d.ts +25 -0
  713. package/image/README.md +3 -0
  714. package/image/index.d.ts +2 -0
  715. package/image/lib/image.component.d.ts +21 -0
  716. package/image/lib/image.module.d.ts +8 -0
  717. package/index.d.ts +1 -155
  718. package/label/README.md +3 -0
  719. package/label/index.d.ts +2 -0
  720. package/label/lib/label.component.d.ts +14 -0
  721. package/list/README.md +3 -0
  722. package/list/index.d.ts +2 -0
  723. package/list/lib/list.component.d.ts +39 -0
  724. package/list/lib/list.module.d.ts +10 -0
  725. package/loading/README.md +3 -0
  726. package/loading/index.d.ts +6 -0
  727. package/loading/lib/loading-spinner.component.d.ts +10 -0
  728. package/loading/lib/loading.component.d.ts +18 -0
  729. package/loading/lib/loading.config.d.ts +8 -0
  730. package/loading/lib/loading.directive.d.ts +15 -0
  731. package/loading/lib/loading.module.d.ts +13 -0
  732. package/loading/lib/loading.service.d.ts +29 -0
  733. package/loading-dialog/README.md +3 -0
  734. package/loading-dialog/index.d.ts +4 -0
  735. package/loading-dialog/lib/loading-dialog.class.d.ts +35 -0
  736. package/loading-dialog/lib/loading-dialog.component.d.ts +25 -0
  737. package/loading-dialog/lib/loading-dialog.module.d.ts +14 -0
  738. package/loading-dialog/lib/loading-dialog.service.d.ts +8 -0
  739. package/menu/README.md +3 -0
  740. package/menu/index.d.ts +4 -0
  741. package/menu/lib/class/root-menu.class.d.ts +6 -0
  742. package/menu/lib/menu-item/menu-item.component.d.ts +37 -0
  743. package/menu/lib/menu.component.d.ts +14 -0
  744. package/menu/lib/menu.module.d.ts +14 -0
  745. package/nav/README.md +3 -0
  746. package/nav/index.d.ts +3 -0
  747. package/nav/lib/nav-item/nav-item.component.d.ts +15 -0
  748. package/nav/lib/nav.component.d.ts +6 -0
  749. package/nav/lib/nav.module.d.ts +10 -0
  750. package/navbar/README.md +3 -0
  751. package/navbar/index.d.ts +2 -0
  752. package/navbar/lib/navbar.component.d.ts +7 -0
  753. package/navbar/lib/navbar.module.d.ts +8 -0
  754. package/notification/README.md +3 -0
  755. package/notification/index.d.ts +5 -0
  756. package/notification/lib/notification.class.d.ts +40 -0
  757. package/notification/lib/notification.component.d.ts +29 -0
  758. package/notification/lib/notification.config.d.ts +13 -0
  759. package/notification/lib/notification.module.d.ts +14 -0
  760. package/notification/lib/notification.service.d.ts +12 -0
  761. package/number-box/README.md +3 -0
  762. package/number-box/index.d.ts +2 -0
  763. package/number-box/lib/number-box.component.d.ts +80 -0
  764. package/number-box/lib/number-box.module.d.ts +12 -0
  765. package/otp/README.md +3 -0
  766. package/otp/index.d.ts +3 -0
  767. package/otp/lib/otp.class.d.ts +5 -0
  768. package/otp/lib/otp.component.d.ts +31 -0
  769. package/otp/lib/otp.module.d.ts +9 -0
  770. package/package.json +403 -6
  771. package/page/README.md +3 -0
  772. package/page/index.d.ts +3 -0
  773. package/page/lib/base-page.class.d.ts +22 -0
  774. package/page/lib/page.component.d.ts +14 -0
  775. package/page/lib/page.module.d.ts +6 -0
  776. package/password-box/README.md +3 -0
  777. package/password-box/index.d.ts +2 -0
  778. package/password-box/lib/password-box.component.d.ts +29 -0
  779. package/password-box/lib/password-box.module.d.ts +11 -0
  780. package/phone-box/README.md +3 -0
  781. package/phone-box/index.d.ts +2 -0
  782. package/phone-box/lib/phone-box.component.d.ts +30 -0
  783. package/phone-box/lib/phone-box.module.d.ts +15 -0
  784. package/picker/README.md +3 -0
  785. package/picker/index.d.ts +3 -0
  786. package/picker/lib/picker-column.directive.d.ts +16 -0
  787. package/picker/lib/picker.component.d.ts +31 -0
  788. package/picker/lib/picker.module.d.ts +9 -0
  789. package/popover/README.md +3 -0
  790. package/popover/index.d.ts +2 -0
  791. package/popover/lib/popover.component.d.ts +72 -0
  792. package/popup/README.md +3 -0
  793. package/popup/index.d.ts +4 -0
  794. package/popup/lib/popup.component.d.ts +40 -0
  795. package/popup/lib/popup.interface.d.ts +28 -0
  796. package/popup/lib/popup.module.d.ts +15 -0
  797. package/popup/lib/popup.service.d.ts +21 -0
  798. package/progress-bar/README.md +3 -0
  799. package/progress-bar/index.d.ts +2 -0
  800. package/progress-bar/lib/progress-bar.component.d.ts +25 -0
  801. package/radio/README.md +3 -0
  802. package/radio/index.d.ts +2 -0
  803. package/radio/lib/radio.component.d.ts +16 -0
  804. package/radio/lib/radio.module.d.ts +9 -0
  805. package/range-slider/README.md +3 -0
  806. package/range-slider/index.d.ts +2 -0
  807. package/range-slider/lib/range-slider.component.d.ts +40 -0
  808. package/range-slider/lib/range-slider.module.d.ts +10 -0
  809. package/result/README.md +3 -0
  810. package/result/index.d.ts +2 -0
  811. package/result/lib/result.component.d.ts +10 -0
  812. package/result/lib/result.module.d.ts +8 -0
  813. package/routing-progress/README.md +3 -0
  814. package/routing-progress/index.d.ts +2 -0
  815. package/routing-progress/lib/routing-progress.component.d.ts +14 -0
  816. package/routing-progress/lib/routing-progress.module.d.ts +8 -0
  817. package/scheduler/README.md +3 -0
  818. package/scheduler/index.d.ts +4 -0
  819. package/scheduler/lib/scheduler-month-view.component.d.ts +21 -0
  820. package/scheduler/lib/scheduler-week-view.component.d.ts +6 -0
  821. package/scheduler/lib/scheduler.component.d.ts +17 -0
  822. package/scheduler/lib/scheduler.module.d.ts +14 -0
  823. package/scss/README.md +3 -0
  824. package/scss/index.d.ts +1 -0
  825. package/scss/lib/scss.module.d.ts +7 -0
  826. package/search-box/README.md +3 -0
  827. package/search-box/index.d.ts +2 -0
  828. package/search-box/lib/search-box.component.d.ts +17 -0
  829. package/search-box/lib/search-box.module.d.ts +14 -0
  830. package/select-box/README.md +3 -0
  831. package/select-box/index.d.ts +2 -0
  832. package/select-box/lib/select-box.component.d.ts +60 -0
  833. package/select-box/lib/select-box.module.d.ts +20 -0
  834. package/selection-list/README.md +3 -0
  835. package/selection-list/index.d.ts +2 -0
  836. package/selection-list/lib/selection-list.component.d.ts +30 -0
  837. package/selection-list/lib/selection-list.module.d.ts +13 -0
  838. package/side-menu/README.md +3 -0
  839. package/side-menu/index.d.ts +3 -0
  840. package/side-menu/lib/side-menu-item/side-menu-item.compoent.d.ts +48 -0
  841. package/side-menu/lib/side-menu.component.d.ts +6 -0
  842. package/side-menu/lib/side-menu.module.d.ts +12 -0
  843. package/skeleton/README.md +3 -0
  844. package/skeleton/index.d.ts +2 -0
  845. package/skeleton/lib/skeleton.component.d.ts +8 -0
  846. package/skeleton/lib/skeleton.module.d.ts +8 -0
  847. package/step-wizard/README.md +3 -0
  848. package/step-wizard/index.d.ts +5 -0
  849. package/step-wizard/lib/step-wizard-item/step-wizard-item.component.d.ts +23 -0
  850. package/step-wizard/lib/step-wizard.class.d.ts +5 -0
  851. package/step-wizard/lib/step-wizard.component.d.ts +28 -0
  852. package/step-wizard/lib/step-wizard.directive.d.ts +11 -0
  853. package/step-wizard/lib/step-wizard.module.d.ts +12 -0
  854. package/switch/README.md +3 -0
  855. package/switch/index.d.ts +3 -0
  856. package/switch/lib/switch-content.component.d.ts +6 -0
  857. package/switch/lib/switch.component.d.ts +15 -0
  858. package/switch/lib/switch.module.d.ts +10 -0
  859. package/tabs/README.md +3 -0
  860. package/tabs/index.d.ts +5 -0
  861. package/tabs/lib/tab-content.directive.d.ts +11 -0
  862. package/tabs/lib/tab-item.component.d.ts +18 -0
  863. package/tabs/lib/tabs.class.d.ts +8 -0
  864. package/tabs/lib/tabs.component.d.ts +27 -0
  865. package/tabs/lib/tabs.module.d.ts +12 -0
  866. package/tag/README.md +3 -0
  867. package/tag/index.d.ts +2 -0
  868. package/tag/lib/tag.component.d.ts +8 -0
  869. package/tag/lib/tag.module.d.ts +8 -0
  870. package/text-area/README.md +3 -0
  871. package/text-area/index.d.ts +2 -0
  872. package/text-area/lib/text-area.component.d.ts +19 -0
  873. package/text-area/lib/text-area.module.d.ts +9 -0
  874. package/text-box/README.md +3 -0
  875. package/text-box/index.d.ts +3 -0
  876. package/text-box/lib/mask-options.directive.d.ts +13 -0
  877. package/text-box/lib/text-box.component.d.ts +33 -0
  878. package/text-box/lib/text-box.module.d.ts +13 -0
  879. package/toast/README.md +3 -0
  880. package/toast/index.d.ts +5 -0
  881. package/toast/lib/toast.class.d.ts +24 -0
  882. package/toast/lib/toast.component.d.ts +27 -0
  883. package/toast/lib/toast.config.d.ts +12 -0
  884. package/toast/lib/toast.module.d.ts +13 -0
  885. package/toast/lib/toast.service.d.ts +21 -0
  886. package/tooltip/README.md +3 -0
  887. package/tooltip/index.d.ts +3 -0
  888. package/tooltip/lib/tooltip.component.d.ts +8 -0
  889. package/tooltip/lib/tooltip.directive.d.ts +22 -0
  890. package/tooltip/lib/tooltip.module.d.ts +10 -0
  891. package/uploader/README.md +3 -0
  892. package/uploader/index.d.ts +7 -0
  893. package/uploader/lib/uploader-browse-handle.directive.d.ts +11 -0
  894. package/uploader/lib/uploader-dialog-container.component.d.ts +9 -0
  895. package/uploader/lib/uploader-drop-zone.component.d.ts +6 -0
  896. package/uploader/lib/uploader-list.component.d.ts +8 -0
  897. package/uploader/lib/uploader-zone.directive.d.ts +24 -0
  898. package/uploader/lib/uploader.models.d.ts +19 -0
  899. package/uploader/lib/uploader.module.d.ts +22 -0
  900. package/uploader/lib/uploader.service.d.ts +21 -0
  901. package/esm2022/lib/accordion/accordion.component.mjs +0 -45
  902. package/esm2022/lib/accordion/accordion.module.mjs +0 -20
  903. package/esm2022/lib/base/base-page.class.mjs +0 -97
  904. package/esm2022/lib/base/components.class.mjs +0 -17
  905. package/esm2022/lib/base/element.class.mjs +0 -301
  906. package/esm2022/lib/base/events.class.mjs +0 -17
  907. package/esm2022/lib/button/button.component.mjs +0 -74
  908. package/esm2022/lib/button/button.module.mjs +0 -21
  909. package/esm2022/lib/calendar/calendar-box/calendar-box.component.mjs +0 -426
  910. package/esm2022/lib/calendar/calendar-box/calendar-box.module.mjs +0 -22
  911. package/esm2022/lib/calendar/scheduler/scheduler-views.property.mjs +0 -59
  912. package/esm2022/lib/calendar/scheduler/scheduler.class.mjs +0 -16
  913. package/esm2022/lib/calendar/scheduler/scheduler.component.mjs +0 -226
  914. package/esm2022/lib/calendar/scheduler/scheduler.module.mjs +0 -68
  915. package/esm2022/lib/calendar/scheduler/toolbars/scheduler-toolbar-navigator.mjs +0 -136
  916. package/esm2022/lib/calendar/scheduler/toolbars/scheduler-toolbar-views.mjs +0 -37
  917. package/esm2022/lib/calendar/scheduler/views/agenda/scheduler-agenda-view.component.mjs +0 -49
  918. package/esm2022/lib/calendar/scheduler/views/daytime/scheduler-daytime-view.component.mjs +0 -102
  919. package/esm2022/lib/calendar/scheduler/views/month/scheduler-month-view.component.mjs +0 -214
  920. package/esm2022/lib/calendar/scheduler/views/scheduler-view.component.mjs +0 -99
  921. package/esm2022/lib/calendar/scheduler/views/timeline/scheduler-timeline-view.component.mjs +0 -85
  922. package/esm2022/lib/checkbox/checkbox.component.mjs +0 -109
  923. package/esm2022/lib/checkbox/checkbox.module.mjs +0 -20
  924. package/esm2022/lib/color-picker/color-box/color-box.component.mjs +0 -423
  925. package/esm2022/lib/color-picker/color-picker.component.mjs +0 -89
  926. package/esm2022/lib/color-picker/color-picker.module.mjs +0 -24
  927. package/esm2022/lib/context-menu/context-menu.component.mjs +0 -68
  928. package/esm2022/lib/context-menu/context-menu.directive.mjs +0 -146
  929. package/esm2022/lib/context-menu/context-menu.module.mjs +0 -20
  930. package/esm2022/lib/data-filter/columns/filter-column-date.component.mjs +0 -140
  931. package/esm2022/lib/data-filter/columns/filter-column-number.component.mjs +0 -119
  932. package/esm2022/lib/data-filter/columns/filter-column-selection.component.mjs +0 -75
  933. package/esm2022/lib/data-filter/columns/filter-column-string.component.mjs +0 -119
  934. package/esm2022/lib/data-filter/filter-panel/filter-panel.component.mjs +0 -267
  935. package/esm2022/lib/data-filter/filter.class.mjs +0 -46
  936. package/esm2022/lib/data-filter/filter.module.mjs +0 -88
  937. package/esm2022/lib/data-filter/toolbar/filter-toolbar.component.mjs +0 -168
  938. package/esm2022/lib/data-list/core/data-list.component.mjs +0 -37
  939. package/esm2022/lib/data-list/list/list.component.mjs +0 -134
  940. package/esm2022/lib/data-list/list/list.module.mjs +0 -22
  941. package/esm2022/lib/data-list/list/toolbar-list-view.component.mjs +0 -84
  942. package/esm2022/lib/data-source/datasource.component.mjs +0 -47
  943. package/esm2022/lib/data-source/datasource.module.mjs +0 -18
  944. package/esm2022/lib/data-source/read-param.mjs +0 -7
  945. package/esm2022/lib/date-picker/date-picker.component.mjs +0 -1102
  946. package/esm2022/lib/date-picker/date-picker.module.mjs +0 -49
  947. package/esm2022/lib/dialog/dialog.component.mjs +0 -26
  948. package/esm2022/lib/dialog/dialog.module.mjs +0 -21
  949. package/esm2022/lib/dialog/dialog.service.mjs +0 -160
  950. package/esm2022/lib/drawer/content.component.mjs +0 -18
  951. package/esm2022/lib/drawer/drawer-container.component.mjs +0 -38
  952. package/esm2022/lib/drawer/drawer.component.mjs +0 -146
  953. package/esm2022/lib/drawer/drawer.module.mjs +0 -23
  954. package/esm2022/lib/dropdown/dropdown.component.mjs +0 -186
  955. package/esm2022/lib/dropdown/dropdown.module.mjs +0 -26
  956. package/esm2022/lib/fieldset/fieldset.component.mjs +0 -57
  957. package/esm2022/lib/fieldset/fieldset.module.mjs +0 -19
  958. package/esm2022/lib/form-group/form-group.component.mjs +0 -37
  959. package/esm2022/lib/form-group/form-group.module.mjs +0 -21
  960. package/esm2022/lib/label/label.component.mjs +0 -19
  961. package/esm2022/lib/label/label.module.mjs +0 -21
  962. package/esm2022/lib/loading/loading-indicator.component.mjs +0 -18
  963. package/esm2022/lib/loading/loading-panel.component.mjs +0 -45
  964. package/esm2022/lib/loading/loading.module.mjs +0 -21
  965. package/esm2022/lib/loading/loading.service.mjs +0 -47
  966. package/esm2022/lib/menu/menu-item.component.mjs +0 -50
  967. package/esm2022/lib/menu/menu.component.mjs +0 -98
  968. package/esm2022/lib/menu/menu.module.mjs +0 -22
  969. package/esm2022/lib/menu/menu2.component.mjs +0 -100
  970. package/esm2022/lib/number-box/number-box.component.mjs +0 -628
  971. package/esm2022/lib/number-box/number-box.module.mjs +0 -21
  972. package/esm2022/lib/page/content.component.mjs +0 -27
  973. package/esm2022/lib/page/footer.component.mjs +0 -19
  974. package/esm2022/lib/page/page.component.mjs +0 -57
  975. package/esm2022/lib/page/page.module.mjs +0 -22
  976. package/esm2022/lib/panel-box/panel-box.component.mjs +0 -87
  977. package/esm2022/lib/panel-box/panel-box.module.mjs +0 -19
  978. package/esm2022/lib/password-box/password-box.component.mjs +0 -32
  979. package/esm2022/lib/password-box/password-box.module.mjs +0 -23
  980. package/esm2022/lib/popover/custom-cdk-overlay.service.mjs +0 -50
  981. package/esm2022/lib/popover/overlay.service.mjs +0 -94
  982. package/esm2022/lib/popover/popover.component.mjs +0 -145
  983. package/esm2022/lib/popover/popover.module.mjs +0 -19
  984. package/esm2022/lib/popup/popup.component.mjs +0 -160
  985. package/esm2022/lib/popup/popup.module.mjs +0 -25
  986. package/esm2022/lib/popup/popup.service.mjs +0 -94
  987. package/esm2022/lib/progress-bar/progress-bar.component.mjs +0 -16
  988. package/esm2022/lib/progress-bar/progress-bar.module.mjs +0 -19
  989. package/esm2022/lib/property-editor/editors/check-editor/check-editor.mjs +0 -65
  990. package/esm2022/lib/property-editor/editors/check-editor/check.module.mjs +0 -22
  991. package/esm2022/lib/property-editor/editors/color-editor/color.editor.mjs +0 -41
  992. package/esm2022/lib/property-editor/editors/color-editor/color.module.mjs +0 -24
  993. package/esm2022/lib/property-editor/editors/column-editor/column.editor.mjs +0 -118
  994. package/esm2022/lib/property-editor/editors/column-editor/column.module.mjs +0 -32
  995. package/esm2022/lib/property-editor/editors/conditional-color-editor/conditional-color.editor.mjs +0 -216
  996. package/esm2022/lib/property-editor/editors/conditional-color-editor/conditional-color.module.mjs +0 -76
  997. package/esm2022/lib/property-editor/editors/date-editor/date.editor.mjs +0 -87
  998. package/esm2022/lib/property-editor/editors/date-editor/date.module.mjs +0 -24
  999. package/esm2022/lib/property-editor/editors/number-editor/number.editor.mjs +0 -72
  1000. package/esm2022/lib/property-editor/editors/number-editor/number.module.mjs +0 -24
  1001. package/esm2022/lib/property-editor/editors/range-editor/range.editor.mjs +0 -145
  1002. package/esm2022/lib/property-editor/editors/range-editor/range.module.mjs +0 -59
  1003. package/esm2022/lib/property-editor/editors/searchbar-selectbox-editor/searchbar-selectbox-editor.mjs +0 -76
  1004. package/esm2022/lib/property-editor/editors/selectbox-editor/selectbox.editor.mjs +0 -75
  1005. package/esm2022/lib/property-editor/editors/selectbox-editor/selectbox.module.mjs +0 -25
  1006. package/esm2022/lib/property-editor/editors/selection-editor/selection-editor.mjs +0 -73
  1007. package/esm2022/lib/property-editor/editors/selection-editor/selection.module.mjs +0 -22
  1008. package/esm2022/lib/property-editor/editors/switch-editor/number.editor.mjs +0 -30
  1009. package/esm2022/lib/property-editor/editors/switch-editor/number.module.mjs +0 -25
  1010. package/esm2022/lib/property-editor/editors/text-editor/text.editor.mjs +0 -36
  1011. package/esm2022/lib/property-editor/editors/text-editor/text.module.mjs +0 -24
  1012. package/esm2022/lib/property-editor/editors/textarea-editor/textarea.editor.mjs +0 -35
  1013. package/esm2022/lib/property-editor/editors/textarea-editor/textarea.module.mjs +0 -24
  1014. package/esm2022/lib/property-editor/editors/time-editor/time.editor.mjs +0 -55
  1015. package/esm2022/lib/property-editor/editors/time-editor/time.module.mjs +0 -24
  1016. package/esm2022/lib/property-editor/property-editor-renderer.directive.mjs +0 -167
  1017. package/esm2022/lib/property-editor/property-editor.class.mjs +0 -108
  1018. package/esm2022/lib/property-editor/property-editor.module.mjs +0 -194
  1019. package/esm2022/lib/query-builder/query-builder-group.component.mjs +0 -129
  1020. package/esm2022/lib/query-builder/query-builder-popup/query-builder-popup.component.mjs +0 -177
  1021. package/esm2022/lib/query-builder/query-builder-rule.component.mjs +0 -428
  1022. package/esm2022/lib/query-builder/query-builder.class.mjs +0 -42
  1023. package/esm2022/lib/query-builder/query-builder.component.mjs +0 -92
  1024. package/esm2022/lib/query-builder/query-builder.module.mjs +0 -62
  1025. package/esm2022/lib/query-builder/query-builder.service.mjs +0 -199
  1026. package/esm2022/lib/search-bar/search-bar.component.mjs +0 -293
  1027. package/esm2022/lib/search-bar/search-bar.module.mjs +0 -61
  1028. package/esm2022/lib/searchbox/searchbox.component.mjs +0 -106
  1029. package/esm2022/lib/searchbox/searchbox.module.mjs +0 -24
  1030. package/esm2022/lib/selectbox/selectbox.component.mjs +0 -1135
  1031. package/esm2022/lib/selectbox/selectbox.module.mjs +0 -44
  1032. package/esm2022/lib/selectbox/selectbox2.component.mjs +0 -617
  1033. package/esm2022/lib/selection-list/selection-list.component.mjs +0 -113
  1034. package/esm2022/lib/selection-list/selection-list.module.mjs +0 -21
  1035. package/esm2022/lib/switch/switch.component.mjs +0 -55
  1036. package/esm2022/lib/switch/switch.module.mjs +0 -20
  1037. package/esm2022/lib/tab-page/tab-page-Renderer.component.mjs +0 -75
  1038. package/esm2022/lib/tab-page/tab-page-host.component.mjs +0 -124
  1039. package/esm2022/lib/tab-page/tab-page.module.mjs +0 -21
  1040. package/esm2022/lib/tab-page/tab-page.service.mjs +0 -159
  1041. package/esm2022/lib/tab-strip/tab-strip.component.mjs +0 -38
  1042. package/esm2022/lib/tab-strip/tab-strip.module.mjs +0 -19
  1043. package/esm2022/lib/tab-view/dynamic-tabs.directive.mjs +0 -25
  1044. package/esm2022/lib/tab-view/tab-view.component.mjs +0 -110
  1045. package/esm2022/lib/tab-view/tab-view.module.mjs +0 -21
  1046. package/esm2022/lib/tab-view/tab.component.mjs +0 -33
  1047. package/esm2022/lib/textarea/textarea.component.mjs +0 -27
  1048. package/esm2022/lib/textarea/textarea.module.mjs +0 -21
  1049. package/esm2022/lib/textbox/textbox.component.mjs +0 -42
  1050. package/esm2022/lib/textbox/textbox.module.mjs +0 -36
  1051. package/esm2022/lib/time-picker/time-picker.component.mjs +0 -1107
  1052. package/esm2022/lib/time-picker/time-picker.module.mjs +0 -34
  1053. package/esm2022/lib/toast/toast-message/toast-message.component.mjs +0 -76
  1054. package/esm2022/lib/toast/toast-wrapper/toast-wrapper.component.mjs +0 -13
  1055. package/esm2022/lib/toast/toast.module.mjs +0 -21
  1056. package/esm2022/lib/toast/toast.service.mjs +0 -45
  1057. package/esm2022/lib/toolbar/group-button/toolbar-group-button.component.mjs +0 -77
  1058. package/esm2022/lib/toolbar/menu/toolbar-menu.component.mjs +0 -62
  1059. package/esm2022/lib/toolbar/search/toolbar-search.component.mjs +0 -56
  1060. package/esm2022/lib/toolbar/title/toolbar-title.component.mjs +0 -37
  1061. package/esm2022/lib/toolbar/toolbar-item.mjs +0 -4
  1062. package/esm2022/lib/toolbar/toolbar.component.mjs +0 -13
  1063. package/esm2022/lib/toolbar/toolbar.module.mjs +0 -40
  1064. package/esm2022/lib/tooltip/tooltip.directive.mjs +0 -104
  1065. package/esm2022/lib/tooltip/tooltip.module.mjs +0 -19
  1066. package/esm2022/lib/tree-side-menu/tree-side-menu.component.mjs +0 -697
  1067. package/esm2022/lib/tree-side-menu/tree-side-menu.module.mjs +0 -33
  1068. package/esm2022/lib/tree-view/tree-view.component.mjs +0 -854
  1069. package/esm2022/lib/tree-view/tree-view.module.mjs +0 -22
  1070. package/esm2022/lib/upload-file/upload-file.component.mjs +0 -226
  1071. package/esm2022/lib/upload-file/upload-file.events.mjs +0 -2
  1072. package/esm2022/lib/upload-file/upload-file.module.mjs +0 -24
  1073. package/esm2022/lib/validation/validation-form.component.mjs +0 -68
  1074. package/esm2022/lib/validation/validation-rule.widget.mjs +0 -114
  1075. package/esm2022/lib/validation/validation.class.mjs +0 -2
  1076. package/esm2022/lib/validation/validation.component.mjs +0 -89
  1077. package/esm2022/lib/validation/validation.module.mjs +0 -34
  1078. package/lib/accordion/accordion.component.d.ts +0 -13
  1079. package/lib/accordion/accordion.module.d.ts +0 -9
  1080. package/lib/base/base-page.class.d.ts +0 -46
  1081. package/lib/base/components.class.d.ts +0 -10
  1082. package/lib/base/element.class.d.ts +0 -106
  1083. package/lib/base/events.class.d.ts +0 -18
  1084. package/lib/button/button.component.d.ts +0 -21
  1085. package/lib/button/button.module.d.ts +0 -8
  1086. package/lib/calendar/calendar-box/calendar-box.component.d.ts +0 -81
  1087. package/lib/calendar/calendar-box/calendar-box.module.d.ts +0 -11
  1088. package/lib/calendar/scheduler/scheduler-views.property.d.ts +0 -19
  1089. package/lib/calendar/scheduler/scheduler.class.d.ts +0 -36
  1090. package/lib/calendar/scheduler/scheduler.component.d.ts +0 -39
  1091. package/lib/calendar/scheduler/scheduler.module.d.ts +0 -21
  1092. package/lib/calendar/scheduler/toolbars/scheduler-toolbar-navigator.d.ts +0 -25
  1093. package/lib/calendar/scheduler/toolbars/scheduler-toolbar-views.d.ts +0 -14
  1094. package/lib/calendar/scheduler/views/agenda/scheduler-agenda-view.component.d.ts +0 -16
  1095. package/lib/calendar/scheduler/views/daytime/scheduler-daytime-view.component.d.ts +0 -26
  1096. package/lib/calendar/scheduler/views/month/scheduler-month-view.component.d.ts +0 -37
  1097. package/lib/calendar/scheduler/views/scheduler-view.component.d.ts +0 -28
  1098. package/lib/calendar/scheduler/views/timeline/scheduler-timeline-view.component.d.ts +0 -24
  1099. package/lib/checkbox/checkbox.component.d.ts +0 -30
  1100. package/lib/checkbox/checkbox.module.d.ts +0 -9
  1101. package/lib/color-picker/color-box/color-box.component.d.ts +0 -25
  1102. package/lib/color-picker/color-picker.component.d.ts +0 -30
  1103. package/lib/color-picker/color-picker.module.d.ts +0 -13
  1104. package/lib/context-menu/context-menu.component.d.ts +0 -22
  1105. package/lib/context-menu/context-menu.directive.d.ts +0 -38
  1106. package/lib/context-menu/context-menu.module.d.ts +0 -9
  1107. package/lib/data-filter/columns/filter-column-date.component.d.ts +0 -22
  1108. package/lib/data-filter/columns/filter-column-number.component.d.ts +0 -15
  1109. package/lib/data-filter/columns/filter-column-selection.component.d.ts +0 -18
  1110. package/lib/data-filter/columns/filter-column-string.component.d.ts +0 -15
  1111. package/lib/data-filter/filter-panel/filter-panel.component.d.ts +0 -45
  1112. package/lib/data-filter/filter.class.d.ts +0 -40
  1113. package/lib/data-filter/filter.module.d.ts +0 -24
  1114. package/lib/data-filter/toolbar/filter-toolbar.component.d.ts +0 -25
  1115. package/lib/data-list/core/data-list.component.d.ts +0 -15
  1116. package/lib/data-list/list/list.component.d.ts +0 -40
  1117. package/lib/data-list/list/list.module.d.ts +0 -11
  1118. package/lib/data-list/list/toolbar-list-view.component.d.ts +0 -17
  1119. package/lib/data-source/datasource.component.d.ts +0 -16
  1120. package/lib/data-source/datasource.module.d.ts +0 -7
  1121. package/lib/data-source/read-param.d.ts +0 -40
  1122. package/lib/date-picker/date-picker.component.d.ts +0 -84
  1123. package/lib/date-picker/date-picker.module.d.ts +0 -14
  1124. package/lib/dialog/dialog.component.d.ts +0 -14
  1125. package/lib/dialog/dialog.module.d.ts +0 -10
  1126. package/lib/dialog/dialog.service.d.ts +0 -36
  1127. package/lib/drawer/content.component.d.ts +0 -7
  1128. package/lib/drawer/drawer-container.component.d.ts +0 -10
  1129. package/lib/drawer/drawer.component.d.ts +0 -34
  1130. package/lib/drawer/drawer.module.d.ts +0 -10
  1131. package/lib/dropdown/dropdown.component.d.ts +0 -38
  1132. package/lib/dropdown/dropdown.module.d.ts +0 -13
  1133. package/lib/fieldset/fieldset.component.d.ts +0 -11
  1134. package/lib/fieldset/fieldset.module.d.ts +0 -8
  1135. package/lib/form-group/form-group.component.d.ts +0 -14
  1136. package/lib/form-group/form-group.module.d.ts +0 -8
  1137. package/lib/label/label.component.d.ts +0 -9
  1138. package/lib/loading/loading-indicator.component.d.ts +0 -9
  1139. package/lib/loading/loading-panel.component.d.ts +0 -13
  1140. package/lib/loading/loading.module.d.ts +0 -10
  1141. package/lib/loading/loading.service.d.ts +0 -13
  1142. package/lib/menu/menu-item.component.d.ts +0 -18
  1143. package/lib/menu/menu.component.d.ts +0 -35
  1144. package/lib/menu/menu.module.d.ts +0 -11
  1145. package/lib/menu/menu2.component.d.ts +0 -21
  1146. package/lib/number-box/number-box.component.d.ts +0 -52
  1147. package/lib/number-box/number-box.module.d.ts +0 -10
  1148. package/lib/page/content.component.d.ts +0 -8
  1149. package/lib/page/footer.component.d.ts +0 -5
  1150. package/lib/page/page.component.d.ts +0 -16
  1151. package/lib/page/page.module.d.ts +0 -11
  1152. package/lib/panel-box/panel-box.component.d.ts +0 -19
  1153. package/lib/panel-box/panel-box.module.d.ts +0 -8
  1154. package/lib/password-box/password-box.component.d.ts +0 -12
  1155. package/lib/password-box/password-box.module.d.ts +0 -10
  1156. package/lib/popover/custom-cdk-overlay.service.d.ts +0 -19
  1157. package/lib/popover/overlay.service.d.ts +0 -32
  1158. package/lib/popover/popover.component.d.ts +0 -35
  1159. package/lib/popup/popup.component.d.ts +0 -40
  1160. package/lib/popup/popup.module.d.ts +0 -13
  1161. package/lib/popup/popup.service.d.ts +0 -22
  1162. package/lib/progress-bar/progress-bar.component.d.ts +0 -7
  1163. package/lib/property-editor/editors/check-editor/check-editor.d.ts +0 -19
  1164. package/lib/property-editor/editors/check-editor/check.module.d.ts +0 -11
  1165. package/lib/property-editor/editors/color-editor/color.editor.d.ts +0 -13
  1166. package/lib/property-editor/editors/color-editor/color.module.d.ts +0 -12
  1167. package/lib/property-editor/editors/column-editor/column.editor.d.ts +0 -34
  1168. package/lib/property-editor/editors/column-editor/column.module.d.ts +0 -20
  1169. package/lib/property-editor/editors/conditional-color-editor/conditional-color.editor.d.ts +0 -44
  1170. package/lib/property-editor/editors/conditional-color-editor/conditional-color.module.d.ts +0 -19
  1171. package/lib/property-editor/editors/date-editor/date.editor.d.ts +0 -28
  1172. package/lib/property-editor/editors/date-editor/date.module.d.ts +0 -12
  1173. package/lib/property-editor/editors/number-editor/number.editor.d.ts +0 -22
  1174. package/lib/property-editor/editors/number-editor/number.module.d.ts +0 -12
  1175. package/lib/property-editor/editors/range-editor/range.editor.d.ts +0 -29
  1176. package/lib/property-editor/editors/range-editor/range.module.d.ts +0 -18
  1177. package/lib/property-editor/editors/searchbar-selectbox-editor/searchbar-selectbox-editor.d.ts +0 -29
  1178. package/lib/property-editor/editors/selectbox-editor/selectbox.editor.d.ts +0 -28
  1179. package/lib/property-editor/editors/selectbox-editor/selectbox.module.d.ts +0 -14
  1180. package/lib/property-editor/editors/selection-editor/selection-editor.d.ts +0 -25
  1181. package/lib/property-editor/editors/selection-editor/selection.module.d.ts +0 -11
  1182. package/lib/property-editor/editors/switch-editor/number.editor.d.ts +0 -11
  1183. package/lib/property-editor/editors/switch-editor/number.module.d.ts +0 -13
  1184. package/lib/property-editor/editors/text-editor/text.editor.d.ts +0 -18
  1185. package/lib/property-editor/editors/text-editor/text.module.d.ts +0 -12
  1186. package/lib/property-editor/editors/textarea-editor/textarea.editor.d.ts +0 -17
  1187. package/lib/property-editor/editors/textarea-editor/textarea.module.d.ts +0 -12
  1188. package/lib/property-editor/editors/time-editor/time.editor.d.ts +0 -17
  1189. package/lib/property-editor/editors/time-editor/time.module.d.ts +0 -12
  1190. package/lib/property-editor/property-editor-renderer.directive.d.ts +0 -31
  1191. package/lib/property-editor/property-editor.class.d.ts +0 -93
  1192. package/lib/property-editor/property-editor.module.d.ts +0 -21
  1193. package/lib/query-builder/query-builder-group.component.d.ts +0 -33
  1194. package/lib/query-builder/query-builder-popup/query-builder-popup.component.d.ts +0 -35
  1195. package/lib/query-builder/query-builder-rule.component.d.ts +0 -45
  1196. package/lib/query-builder/query-builder.class.d.ts +0 -45
  1197. package/lib/query-builder/query-builder.component.d.ts +0 -29
  1198. package/lib/query-builder/query-builder.module.d.ts +0 -23
  1199. package/lib/query-builder/query-builder.service.d.ts +0 -18
  1200. package/lib/search-bar/search-bar.component.d.ts +0 -62
  1201. package/lib/search-bar/search-bar.module.d.ts +0 -18
  1202. package/lib/searchbox/searchbox.component.d.ts +0 -23
  1203. package/lib/searchbox/searchbox.module.d.ts +0 -13
  1204. package/lib/selectbox/selectbox.component.d.ts +0 -149
  1205. package/lib/selectbox/selectbox.module.d.ts +0 -15
  1206. package/lib/selectbox/selectbox2.component.d.ts +0 -103
  1207. package/lib/selection-list/selection-list.component.d.ts +0 -32
  1208. package/lib/selection-list/selection-list.module.d.ts +0 -10
  1209. package/lib/switch/switch.component.d.ts +0 -20
  1210. package/lib/switch/switch.module.d.ts +0 -9
  1211. package/lib/tab-page/tab-page-Renderer.component.d.ts +0 -16
  1212. package/lib/tab-page/tab-page-host.component.d.ts +0 -24
  1213. package/lib/tab-page/tab-page.module.d.ts +0 -10
  1214. package/lib/tab-page/tab-page.service.d.ts +0 -30
  1215. package/lib/tab-strip/tab-strip.component.d.ts +0 -28
  1216. package/lib/tab-strip/tab-strip.module.d.ts +0 -8
  1217. package/lib/tab-view/dynamic-tabs.directive.d.ts +0 -16
  1218. package/lib/tab-view/tab-view.component.d.ts +0 -26
  1219. package/lib/tab-view/tab-view.module.d.ts +0 -10
  1220. package/lib/tab-view/tab.component.d.ts +0 -12
  1221. package/lib/textarea/textarea.component.d.ts +0 -12
  1222. package/lib/textarea/textarea.module.d.ts +0 -8
  1223. package/lib/textbox/textbox.component.d.ts +0 -16
  1224. package/lib/textbox/textbox.module.d.ts +0 -11
  1225. package/lib/time-picker/time-picker.component.d.ts +0 -53
  1226. package/lib/time-picker/time-picker.module.d.ts +0 -11
  1227. package/lib/toast/toast-message/toast-message.component.d.ts +0 -18
  1228. package/lib/toast/toast-wrapper/toast-wrapper.component.d.ts +0 -8
  1229. package/lib/toast/toast.module.d.ts +0 -9
  1230. package/lib/toast/toast.service.d.ts +0 -18
  1231. package/lib/toolbar/group-button/toolbar-group-button.component.d.ts +0 -12
  1232. package/lib/toolbar/menu/toolbar-menu.component.d.ts +0 -24
  1233. package/lib/toolbar/search/toolbar-search.component.d.ts +0 -16
  1234. package/lib/toolbar/title/toolbar-title.component.d.ts +0 -9
  1235. package/lib/toolbar/toolbar-item.d.ts +0 -3
  1236. package/lib/toolbar/toolbar.component.d.ts +0 -8
  1237. package/lib/toolbar/toolbar.module.d.ts +0 -14
  1238. package/lib/tooltip/tooltip.directive.d.ts +0 -21
  1239. package/lib/tooltip/tooltip.module.d.ts +0 -8
  1240. package/lib/tree-side-menu/tree-side-menu.component.d.ts +0 -111
  1241. package/lib/tree-side-menu/tree-side-menu.module.d.ts +0 -11
  1242. package/lib/tree-view/tree-view.component.d.ts +0 -121
  1243. package/lib/tree-view/tree-view.module.d.ts +0 -11
  1244. package/lib/upload-file/upload-file.component.d.ts +0 -42
  1245. package/lib/upload-file/upload-file.events.d.ts +0 -10
  1246. package/lib/upload-file/upload-file.module.d.ts +0 -13
  1247. package/lib/validation/validation-form.component.d.ts +0 -19
  1248. package/lib/validation/validation-rule.widget.d.ts +0 -23
  1249. package/lib/validation/validation.class.d.ts +0 -16
  1250. package/lib/validation/validation.component.d.ts +0 -25
  1251. package/lib/validation/validation.module.d.ts +0 -11
  1252. /package/{lib/label → label/lib}/label.module.d.ts +0 -0
  1253. /package/{lib/popover → popover/lib}/popover.module.d.ts +0 -0
  1254. /package/{lib/progress-bar → progress-bar/lib}/progress-bar.module.d.ts +0 -0
@@ -0,0 +1,46 @@
1
+ import { AXRippleDirective, MXInteractiveComponent, MXLookComponent, } from '@acorex/components/common';
2
+ import { ChangeDetectionStrategy, Component, EventEmitter, HostBinding, HostListener, Input, Output, ViewEncapsulation, } from '@angular/core';
3
+ import { classes } from 'polytype';
4
+ import * as i0 from "@angular/core";
5
+ import * as i1 from "@acorex/components/common";
6
+ export class AXBottomNavigationItemComponent extends classes(MXInteractiveComponent, MXLookComponent) {
7
+ constructor() {
8
+ super(...arguments);
9
+ this.active = false;
10
+ this.onClick = new EventEmitter();
11
+ }
12
+ get __hostClass() {
13
+ return `${this.active ? 'ax-state-active' : ''} ${this.disabled ? 'ax-state-disabled' : ''} `;
14
+ }
15
+ handleClick(e) {
16
+ if (this.disabled)
17
+ return;
18
+ const dataset = e.target.dataset;
19
+ this.onClick.emit({
20
+ component: this,
21
+ htmlElement: this.getHostElement(),
22
+ nativeEvent: e,
23
+ data: { active: this.active, name: this.name, ...dataset },
24
+ isUserInteraction: e.isTrusted,
25
+ });
26
+ }
27
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.2", ngImport: i0, type: AXBottomNavigationItemComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
28
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.2", type: AXBottomNavigationItemComponent, selector: "ax-bottom-navigation-item", inputs: { disabled: "disabled", name: "name", active: "active" }, outputs: { onClick: "onClick" }, host: { listeners: { "click": "handleClick($event)" }, properties: { "class": "this.__hostClass" } }, usesInheritance: true, hostDirectives: [{ directive: i1.AXRippleDirective }], ngImport: i0, template: "<ng-content select=\"ax-prefix, ax-icon\"></ng-content>\n<ng-content select=\"ax-text, ng-content, ng-container\"></ng-content>\n<ng-content select=\"ax-suffix\"></ng-content>", changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
29
+ }
30
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.2", ngImport: i0, type: AXBottomNavigationItemComponent, decorators: [{
31
+ type: Component,
32
+ args: [{ selector: 'ax-bottom-navigation-item', inputs: ['disabled'], changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, hostDirectives: [AXRippleDirective], template: "<ng-content select=\"ax-prefix, ax-icon\"></ng-content>\n<ng-content select=\"ax-text, ng-content, ng-container\"></ng-content>\n<ng-content select=\"ax-suffix\"></ng-content>" }]
33
+ }], propDecorators: { name: [{
34
+ type: Input
35
+ }], active: [{
36
+ type: Input
37
+ }], onClick: [{
38
+ type: Output
39
+ }], __hostClass: [{
40
+ type: HostBinding,
41
+ args: ['class']
42
+ }], handleClick: [{
43
+ type: HostListener,
44
+ args: ['click', ['$event']]
45
+ }] } });
46
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYm90dG9tLW5hdmlnYXRpb24taXRlbS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2NvbXBvbmVudHMvYm90dG9tLW5hdmlnYXRpb24vc3JjL2xpYi9ib3R0b20tbmF2aWdhdGlvbi1pdGVtL2JvdHRvbS1uYXZpZ2F0aW9uLWl0ZW0uY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9jb21wb25lbnRzL2JvdHRvbS1uYXZpZ2F0aW9uL3NyYy9saWIvYm90dG9tLW5hdmlnYXRpb24taXRlbS9ib3R0b20tbmF2aWdhdGlvbi1pdGVtLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFFTCxpQkFBaUIsRUFDakIsc0JBQXNCLEVBQ3RCLGVBQWUsR0FDaEIsTUFBTSwyQkFBMkIsQ0FBQztBQUNuQyxPQUFPLEVBQ0wsdUJBQXVCLEVBQ3ZCLFNBQVMsRUFDVCxZQUFZLEVBQ1osV0FBVyxFQUNYLFlBQVksRUFDWixLQUFLLEVBQ0wsTUFBTSxFQUNOLGlCQUFpQixHQUNsQixNQUFNLGVBQWUsQ0FBQztBQUN2QixPQUFPLEVBQUUsT0FBTyxFQUFFLE1BQU0sVUFBVSxDQUFDOzs7QUFVbkMsTUFBTSxPQUFPLCtCQUFnQyxTQUFRLE9BQU8sQ0FDMUQsc0JBQXNCLEVBQ3RCLGVBQWUsQ0FDaEI7SUFYRDs7UUFjVyxXQUFNLEdBQUcsS0FBSyxDQUFDO1FBRWQsWUFBTyxHQUFHLElBQUksWUFBWSxFQUFnQixDQUFDO0tBcUJ0RDtJQW5CQyxJQUNJLFdBQVc7UUFDYixPQUFPLEdBQUcsSUFBSSxDQUFDLE1BQU0sQ0FBQyxDQUFDLENBQUMsaUJBQWlCLENBQUMsQ0FBQyxDQUFDLEVBQUUsSUFDNUMsSUFBSSxDQUFDLFFBQVEsQ0FBQyxDQUFDLENBQUMsbUJBQW1CLENBQUMsQ0FBQyxDQUFDLEVBQ3hDLEdBQUcsQ0FBQztJQUNOLENBQUM7SUFHUyxXQUFXLENBQUMsQ0FBYTtRQUNqQyxJQUFJLElBQUksQ0FBQyxRQUFRO1lBQUUsT0FBTztRQUMxQixNQUFNLE9BQU8sR0FBSSxDQUFDLENBQUMsTUFBYyxDQUFDLE9BQU8sQ0FBQztRQUMxQyxJQUFJLENBQUMsT0FBTyxDQUFDLElBQUksQ0FBQztZQUNoQixTQUFTLEVBQUUsSUFBSTtZQUNmLFdBQVcsRUFBRSxJQUFJLENBQUMsY0FBYyxFQUFFO1lBQ2xDLFdBQVcsRUFBRSxDQUFDO1lBQ2QsSUFBSSxFQUFFLEVBQUUsTUFBTSxFQUFFLElBQUksQ0FBQyxNQUFNLEVBQUUsSUFBSSxFQUFFLElBQUksQ0FBQyxJQUFJLEVBQUUsR0FBRyxPQUFPLEVBQUU7WUFDMUQsaUJBQWlCLEVBQUUsQ0FBQyxDQUFDLFNBQVM7U0FDL0IsQ0FBQyxDQUFDO0lBQ0wsQ0FBQzs4R0E1QlUsK0JBQStCO2tHQUEvQiwrQkFBK0Isd1ZDMUI1QyxpTEFFNEM7OzJGRHdCL0IsK0JBQStCO2tCQVIzQyxTQUFTOytCQUNFLDJCQUEyQixVQUU3QixDQUFDLFVBQVUsQ0FBQyxtQkFDSCx1QkFBdUIsQ0FBQyxNQUFNLGlCQUNoQyxpQkFBaUIsQ0FBQyxJQUFJLGtCQUNyQixDQUFDLGlCQUFpQixDQUFDOzhCQU0xQixJQUFJO3NCQUFaLEtBQUs7Z0JBRUcsTUFBTTtzQkFBZCxLQUFLO2dCQUVJLE9BQU87c0JBQWhCLE1BQU07Z0JBR0gsV0FBVztzQkFEZCxXQUFXO3VCQUFDLE9BQU87Z0JBUVYsV0FBVztzQkFEcEIsWUFBWTt1QkFBQyxPQUFPLEVBQUUsQ0FBQyxRQUFRLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICBBWENsaWNrRXZlbnQsXG4gIEFYUmlwcGxlRGlyZWN0aXZlLFxuICBNWEludGVyYWN0aXZlQ29tcG9uZW50LFxuICBNWExvb2tDb21wb25lbnQsXG59IGZyb20gJ0BhY29yZXgvY29tcG9uZW50cy9jb21tb24nO1xuaW1wb3J0IHtcbiAgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksXG4gIENvbXBvbmVudCxcbiAgRXZlbnRFbWl0dGVyLFxuICBIb3N0QmluZGluZyxcbiAgSG9zdExpc3RlbmVyLFxuICBJbnB1dCxcbiAgT3V0cHV0LFxuICBWaWV3RW5jYXBzdWxhdGlvbixcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBjbGFzc2VzIH0gZnJvbSAncG9seXR5cGUnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdheC1ib3R0b20tbmF2aWdhdGlvbi1pdGVtJyxcbiAgdGVtcGxhdGVVcmw6ICcuL2JvdHRvbS1uYXZpZ2F0aW9uLWl0ZW0uY29tcG9uZW50Lmh0bWwnLFxuICBpbnB1dHM6IFsnZGlzYWJsZWQnXSxcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG4gIGVuY2Fwc3VsYXRpb246IFZpZXdFbmNhcHN1bGF0aW9uLk5vbmUsXG4gIGhvc3REaXJlY3RpdmVzOiBbQVhSaXBwbGVEaXJlY3RpdmVdLFxufSlcbmV4cG9ydCBjbGFzcyBBWEJvdHRvbU5hdmlnYXRpb25JdGVtQ29tcG9uZW50IGV4dGVuZHMgY2xhc3NlcyhcbiAgTVhJbnRlcmFjdGl2ZUNvbXBvbmVudCxcbiAgTVhMb29rQ29tcG9uZW50XG4pIHtcbiAgQElucHV0KCkgbmFtZTogc3RyaW5nO1xuXG4gIEBJbnB1dCgpIGFjdGl2ZSA9IGZhbHNlO1xuXG4gIEBPdXRwdXQoKSBvbkNsaWNrID0gbmV3IEV2ZW50RW1pdHRlcjxBWENsaWNrRXZlbnQ+KCk7XG5cbiAgQEhvc3RCaW5kaW5nKCdjbGFzcycpXG4gIGdldCBfX2hvc3RDbGFzcygpOiBzdHJpbmcge1xuICAgIHJldHVybiBgJHt0aGlzLmFjdGl2ZSA/ICdheC1zdGF0ZS1hY3RpdmUnIDogJyd9ICR7XG4gICAgICB0aGlzLmRpc2FibGVkID8gJ2F4LXN0YXRlLWRpc2FibGVkJyA6ICcnXG4gICAgfSBgO1xuICB9XG5cbiAgQEhvc3RMaXN0ZW5lcignY2xpY2snLCBbJyRldmVudCddKVxuICBwcm90ZWN0ZWQgaGFuZGxlQ2xpY2soZTogTW91c2VFdmVudCkge1xuICAgIGlmICh0aGlzLmRpc2FibGVkKSByZXR1cm47XG4gICAgY29uc3QgZGF0YXNldCA9IChlLnRhcmdldCBhcyBhbnkpLmRhdGFzZXQ7XG4gICAgdGhpcy5vbkNsaWNrLmVtaXQoe1xuICAgICAgY29tcG9uZW50OiB0aGlzLFxuICAgICAgaHRtbEVsZW1lbnQ6IHRoaXMuZ2V0SG9zdEVsZW1lbnQoKSxcbiAgICAgIG5hdGl2ZUV2ZW50OiBlLFxuICAgICAgZGF0YTogeyBhY3RpdmU6IHRoaXMuYWN0aXZlLCBuYW1lOiB0aGlzLm5hbWUsIC4uLmRhdGFzZXQgfSxcbiAgICAgIGlzVXNlckludGVyYWN0aW9uOiBlLmlzVHJ1c3RlZCxcbiAgICB9KTtcbiAgfVxufVxuIiwiPG5nLWNvbnRlbnQgc2VsZWN0PVwiYXgtcHJlZml4LCBheC1pY29uXCI+PC9uZy1jb250ZW50PlxuPG5nLWNvbnRlbnQgc2VsZWN0PVwiYXgtdGV4dCwgbmctY29udGVudCwgbmctY29udGFpbmVyXCI+PC9uZy1jb250ZW50PlxuPG5nLWNvbnRlbnQgc2VsZWN0PVwiYXgtc3VmZml4XCI+PC9uZy1jb250ZW50PiJdfQ==
@@ -0,0 +1,49 @@
1
+ import { MXLookComponent } from '@acorex/components/common';
2
+ import { ChangeDetectionStrategy, Component, ContentChildren, EventEmitter, HostBinding, Input, Output, QueryList, ViewEncapsulation, } from '@angular/core';
3
+ import { classes } from 'polytype';
4
+ import { AXBottomNavigationItemComponent } from './bottom-navigation-item/bottom-navigation-item.component';
5
+ import * as i0 from "@angular/core";
6
+ export class AXBottomNavigationComponent extends classes(MXLookComponent) {
7
+ constructor() {
8
+ super(...arguments);
9
+ this.hasBorder = false;
10
+ this.indicatorPosition = 'top';
11
+ this.onItemClick = new EventEmitter();
12
+ }
13
+ ngAfterContentInit() {
14
+ this._bindEvents();
15
+ }
16
+ _bindEvents() {
17
+ this._contentButtons?.forEach((i) => {
18
+ if (!i.onClick.length)
19
+ i.onClick.subscribe((event) => {
20
+ this._handleClickEvent(event);
21
+ });
22
+ });
23
+ }
24
+ _handleClickEvent(item) {
25
+ this.onItemClick.emit(item);
26
+ }
27
+ get __hostClass() {
28
+ return ` ax-look-${this.look} ax-indicator-${this.indicatorPosition} ${this.hasBorder ? 'ax-has-border' : ''}`;
29
+ }
30
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.2", ngImport: i0, type: AXBottomNavigationComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
31
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.2", type: AXBottomNavigationComponent, selector: "ax-bottom-navigation", inputs: { look: "look", hasBorder: "hasBorder", indicatorPosition: "indicatorPosition" }, outputs: { onItemClick: "onItemClick" }, host: { properties: { "class": "this.__hostClass" } }, queries: [{ propertyName: "_contentButtons", predicate: AXBottomNavigationItemComponent }], usesInheritance: true, ngImport: i0, template: "<ng-content select=\"ng-container, ax-bottom-navigation-item\"></ng-content>", styles: ["ax-bottom-navigation{--primary-color: rgba(var(--ax-color-primary-500));background-color:rgba(var(--ax-color-surface));display:flex;justify-content:space-between;gap:.25rem}ax-bottom-navigation.ax-has-border{border-top:1px solid;border-color:rgba(var(--ax-color-border-default))}ax-bottom-navigation.ax-look-with-line.ax-indicator-top ax-bottom-navigation-item:before{top:0}ax-bottom-navigation.ax-look-with-line.ax-indicator-top ax-bottom-navigation-item.ax-state-active:before{border-bottom-left-radius:.125rem;border-bottom-right-radius:.125rem}ax-bottom-navigation.ax-look-with-line.ax-indicator-bottom ax-bottom-navigation-item:before{bottom:0}ax-bottom-navigation.ax-look-with-line.ax-indicator-bottom ax-bottom-navigation-item.ax-state-active:before{border-top-left-radius:.125rem;border-top-right-radius:.125rem}ax-bottom-navigation.ax-look-with-line ax-bottom-navigation-item:before{width:60%;height:.188rem;background-color:transparent;content:\"\";position:absolute}ax-bottom-navigation.ax-look-with-line ax-bottom-navigation-item.ax-state-active:before{background-color:var(--primary-color)}ax-bottom-navigation ax-bottom-navigation-item{position:relative;display:flex;flex-direction:column;align-items:center;color:var(--ax-color-neutral-500);line-height:1.5rem!important;font-weight:400;flex:1;cursor:pointer;-webkit-user-select:none;user-select:none;padding:.75rem 0}ax-bottom-navigation ax-bottom-navigation-item *{pointer-events:none}ax-bottom-navigation ax-bottom-navigation-item ax-icon{width:1.5rem;height:1.5rem;text-align:center;font-size:1.25rem;display:block}ax-bottom-navigation ax-bottom-navigation-item ax-text{font-size:.75rem;line-height:1;padding-top:.25rem}ax-bottom-navigation ax-bottom-navigation-item.ax-state-active{font-weight:500;color:var(--primary-color)!important}ax-bottom-navigation ax-bottom-navigation-item.ax-state-active ax-icon{font-weight:700!important}ax-bottom-navigation ax-bottom-navigation-item.ax-state-disabled{cursor:not-allowed;opacity:.5}ax-bottom-navigation ax-bottom-navigation-item .ax-ripple{background-color:rgba(var(--ax-color-primary-500),.3)!important}.ax-dark ax-bottom-navigation{--primary-color: rgba(var(--ax-color-primary-200))}.ax-dark ax-bottom-navigation .ax-ripple{background-color:rgba(var(--ax-color-primary-200),.3)!important}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
32
+ }
33
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.2", ngImport: i0, type: AXBottomNavigationComponent, decorators: [{
34
+ type: Component,
35
+ args: [{ selector: 'ax-bottom-navigation', inputs: ['look'], changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, template: "<ng-content select=\"ng-container, ax-bottom-navigation-item\"></ng-content>", styles: ["ax-bottom-navigation{--primary-color: rgba(var(--ax-color-primary-500));background-color:rgba(var(--ax-color-surface));display:flex;justify-content:space-between;gap:.25rem}ax-bottom-navigation.ax-has-border{border-top:1px solid;border-color:rgba(var(--ax-color-border-default))}ax-bottom-navigation.ax-look-with-line.ax-indicator-top ax-bottom-navigation-item:before{top:0}ax-bottom-navigation.ax-look-with-line.ax-indicator-top ax-bottom-navigation-item.ax-state-active:before{border-bottom-left-radius:.125rem;border-bottom-right-radius:.125rem}ax-bottom-navigation.ax-look-with-line.ax-indicator-bottom ax-bottom-navigation-item:before{bottom:0}ax-bottom-navigation.ax-look-with-line.ax-indicator-bottom ax-bottom-navigation-item.ax-state-active:before{border-top-left-radius:.125rem;border-top-right-radius:.125rem}ax-bottom-navigation.ax-look-with-line ax-bottom-navigation-item:before{width:60%;height:.188rem;background-color:transparent;content:\"\";position:absolute}ax-bottom-navigation.ax-look-with-line ax-bottom-navigation-item.ax-state-active:before{background-color:var(--primary-color)}ax-bottom-navigation ax-bottom-navigation-item{position:relative;display:flex;flex-direction:column;align-items:center;color:var(--ax-color-neutral-500);line-height:1.5rem!important;font-weight:400;flex:1;cursor:pointer;-webkit-user-select:none;user-select:none;padding:.75rem 0}ax-bottom-navigation ax-bottom-navigation-item *{pointer-events:none}ax-bottom-navigation ax-bottom-navigation-item ax-icon{width:1.5rem;height:1.5rem;text-align:center;font-size:1.25rem;display:block}ax-bottom-navigation ax-bottom-navigation-item ax-text{font-size:.75rem;line-height:1;padding-top:.25rem}ax-bottom-navigation ax-bottom-navigation-item.ax-state-active{font-weight:500;color:var(--primary-color)!important}ax-bottom-navigation ax-bottom-navigation-item.ax-state-active ax-icon{font-weight:700!important}ax-bottom-navigation ax-bottom-navigation-item.ax-state-disabled{cursor:not-allowed;opacity:.5}ax-bottom-navigation ax-bottom-navigation-item .ax-ripple{background-color:rgba(var(--ax-color-primary-500),.3)!important}.ax-dark ax-bottom-navigation{--primary-color: rgba(var(--ax-color-primary-200))}.ax-dark ax-bottom-navigation .ax-ripple{background-color:rgba(var(--ax-color-primary-200),.3)!important}\n"] }]
36
+ }], propDecorators: { _contentButtons: [{
37
+ type: ContentChildren,
38
+ args: [AXBottomNavigationItemComponent]
39
+ }], hasBorder: [{
40
+ type: Input
41
+ }], indicatorPosition: [{
42
+ type: Input
43
+ }], onItemClick: [{
44
+ type: Output
45
+ }], __hostClass: [{
46
+ type: HostBinding,
47
+ args: ['class']
48
+ }] } });
49
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYm90dG9tLW5hdmlnYXRpb24uY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9jb21wb25lbnRzL2JvdHRvbS1uYXZpZ2F0aW9uL3NyYy9saWIvYm90dG9tLW5hdmlnYXRpb24uY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9jb21wb25lbnRzL2JvdHRvbS1uYXZpZ2F0aW9uL3NyYy9saWIvYm90dG9tLW5hdmlnYXRpb24uY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFnQixlQUFlLEVBQUUsTUFBTSwyQkFBMkIsQ0FBQztBQUMxRSxPQUFPLEVBRUwsdUJBQXVCLEVBQ3ZCLFNBQVMsRUFDVCxlQUFlLEVBQ2YsWUFBWSxFQUNaLFdBQVcsRUFDWCxLQUFLLEVBQ0wsTUFBTSxFQUNOLFNBQVMsRUFDVCxpQkFBaUIsR0FDbEIsTUFBTSxlQUFlLENBQUM7QUFDdkIsT0FBTyxFQUFFLE9BQU8sRUFBRSxNQUFNLFVBQVUsQ0FBQztBQUNuQyxPQUFPLEVBQUUsK0JBQStCLEVBQUUsTUFBTSwyREFBMkQsQ0FBQzs7QUFVNUcsTUFBTSxPQUFPLDJCQUNYLFNBQVEsT0FBTyxDQUFDLGVBQWUsQ0FBQztJQVRsQzs7UUFlVyxjQUFTLEdBQVksS0FBSyxDQUFDO1FBRTNCLHNCQUFpQixHQUFxQixLQUFLLENBQUM7UUFFM0MsZ0JBQVcsR0FBRyxJQUFJLFlBQVksRUFBZ0IsQ0FBQztLQXlCMUQ7SUF2QkMsa0JBQWtCO1FBQ2hCLElBQUksQ0FBQyxXQUFXLEVBQUUsQ0FBQztJQUNyQixDQUFDO0lBRU8sV0FBVztRQUNqQixJQUFJLENBQUMsZUFBZSxFQUFFLE9BQU8sQ0FBQyxDQUFDLENBQU0sRUFBRSxFQUFFO1lBQ3ZDLElBQUksQ0FBQyxDQUFDLENBQUMsT0FBTyxDQUFDLE1BQU07Z0JBQ25CLENBQUMsQ0FBQyxPQUFPLENBQUMsU0FBUyxDQUFDLENBQUMsS0FBbUIsRUFBRSxFQUFFO29CQUMxQyxJQUFJLENBQUMsaUJBQWlCLENBQUMsS0FBSyxDQUFDLENBQUM7Z0JBQ2hDLENBQUMsQ0FBQyxDQUFDO1FBQ1AsQ0FBQyxDQUFDLENBQUM7SUFDTCxDQUFDO0lBRUQsaUJBQWlCLENBQUMsSUFBa0I7UUFDbEMsSUFBSSxDQUFDLFdBQVcsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLENBQUM7SUFDOUIsQ0FBQztJQUVELElBQ0ksV0FBVztRQUNiLE9BQU8sWUFBWSxJQUFJLENBQUMsSUFBSSxpQkFBaUIsSUFBSSxDQUFDLGlCQUFpQixJQUNqRSxJQUFJLENBQUMsU0FBUyxDQUFDLENBQUMsQ0FBQyxlQUFlLENBQUMsQ0FBQyxDQUFDLEVBQ3JDLEVBQUUsQ0FBQztJQUNMLENBQUM7OEdBbkNVLDJCQUEyQjtrR0FBM0IsMkJBQTJCLHNSQUlyQiwrQkFBK0Isb0RDNUJsRCw4RUFBMEU7OzJGRHdCN0QsMkJBQTJCO2tCQVJ2QyxTQUFTOytCQUNFLHNCQUFzQixVQUd4QixDQUFDLE1BQU0sQ0FBQyxtQkFDQyx1QkFBdUIsQ0FBQyxNQUFNLGlCQUNoQyxpQkFBaUIsQ0FBQyxJQUFJOzhCQU83QixlQUFlO3NCQUR0QixlQUFlO3VCQUFDLCtCQUErQjtnQkFHdkMsU0FBUztzQkFBakIsS0FBSztnQkFFRyxpQkFBaUI7c0JBQXpCLEtBQUs7Z0JBRUksV0FBVztzQkFBcEIsTUFBTTtnQkFvQkgsV0FBVztzQkFEZCxXQUFXO3VCQUFDLE9BQU8iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBBWENsaWNrRXZlbnQsIE1YTG9va0NvbXBvbmVudCB9IGZyb20gJ0BhY29yZXgvY29tcG9uZW50cy9jb21tb24nO1xuaW1wb3J0IHtcbiAgQWZ0ZXJDb250ZW50SW5pdCxcbiAgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksXG4gIENvbXBvbmVudCxcbiAgQ29udGVudENoaWxkcmVuLFxuICBFdmVudEVtaXR0ZXIsXG4gIEhvc3RCaW5kaW5nLFxuICBJbnB1dCxcbiAgT3V0cHV0LFxuICBRdWVyeUxpc3QsXG4gIFZpZXdFbmNhcHN1bGF0aW9uLFxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IGNsYXNzZXMgfSBmcm9tICdwb2x5dHlwZSc7XG5pbXBvcnQgeyBBWEJvdHRvbU5hdmlnYXRpb25JdGVtQ29tcG9uZW50IH0gZnJvbSAnLi9ib3R0b20tbmF2aWdhdGlvbi1pdGVtL2JvdHRvbS1uYXZpZ2F0aW9uLWl0ZW0uY29tcG9uZW50JztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnYXgtYm90dG9tLW5hdmlnYXRpb24nLFxuICB0ZW1wbGF0ZVVybDogJy4vYm90dG9tLW5hdmlnYXRpb24uY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9ib3R0b20tbmF2aWdhdGlvbi5jb21wb25lbnQuc2NzcyddLFxuICBpbnB1dHM6IFsnbG9vayddLFxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbiAgZW5jYXBzdWxhdGlvbjogVmlld0VuY2Fwc3VsYXRpb24uTm9uZSxcbn0pXG5leHBvcnQgY2xhc3MgQVhCb3R0b21OYXZpZ2F0aW9uQ29tcG9uZW50XG4gIGV4dGVuZHMgY2xhc3NlcyhNWExvb2tDb21wb25lbnQpXG4gIGltcGxlbWVudHMgQWZ0ZXJDb250ZW50SW5pdFxue1xuICBAQ29udGVudENoaWxkcmVuKEFYQm90dG9tTmF2aWdhdGlvbkl0ZW1Db21wb25lbnQpXG4gIHByaXZhdGUgX2NvbnRlbnRCdXR0b25zOiBRdWVyeUxpc3Q8QVhCb3R0b21OYXZpZ2F0aW9uSXRlbUNvbXBvbmVudD47XG5cbiAgQElucHV0KCkgaGFzQm9yZGVyOiBib29sZWFuID0gZmFsc2U7XG5cbiAgQElucHV0KCkgaW5kaWNhdG9yUG9zaXRpb246ICd0b3AnIHwgJ2JvdHRvbScgPSAndG9wJztcblxuICBAT3V0cHV0KCkgb25JdGVtQ2xpY2sgPSBuZXcgRXZlbnRFbWl0dGVyPEFYQ2xpY2tFdmVudD4oKTtcblxuICBuZ0FmdGVyQ29udGVudEluaXQoKTogdm9pZCB7XG4gICAgdGhpcy5fYmluZEV2ZW50cygpO1xuICB9XG5cbiAgcHJpdmF0ZSBfYmluZEV2ZW50cygpIHtcbiAgICB0aGlzLl9jb250ZW50QnV0dG9ucz8uZm9yRWFjaCgoaTogYW55KSA9PiB7XG4gICAgICBpZiAoIWkub25DbGljay5sZW5ndGgpXG4gICAgICAgIGkub25DbGljay5zdWJzY3JpYmUoKGV2ZW50OiBBWENsaWNrRXZlbnQpID0+IHtcbiAgICAgICAgICB0aGlzLl9oYW5kbGVDbGlja0V2ZW50KGV2ZW50KTtcbiAgICAgICAgfSk7XG4gICAgfSk7XG4gIH1cblxuICBfaGFuZGxlQ2xpY2tFdmVudChpdGVtOiBBWENsaWNrRXZlbnQpIHtcbiAgICB0aGlzLm9uSXRlbUNsaWNrLmVtaXQoaXRlbSk7XG4gIH1cblxuICBASG9zdEJpbmRpbmcoJ2NsYXNzJylcbiAgZ2V0IF9faG9zdENsYXNzKCk6IHN0cmluZyB7XG4gICAgcmV0dXJuIGAgYXgtbG9vay0ke3RoaXMubG9va30gYXgtaW5kaWNhdG9yLSR7dGhpcy5pbmRpY2F0b3JQb3NpdGlvbn0gJHtcbiAgICAgIHRoaXMuaGFzQm9yZGVyID8gJ2F4LWhhcy1ib3JkZXInIDogJydcbiAgICB9YDtcbiAgfVxufVxuIiwiPG5nLWNvbnRlbnQgc2VsZWN0PVwibmctY29udGFpbmVyLCBheC1ib3R0b20tbmF2aWdhdGlvbi1pdGVtXCI+PC9uZy1jb250ZW50PiJdfQ==
@@ -0,0 +1,27 @@
1
+ import { CommonModule } from '@angular/common';
2
+ import { NgModule } from '@angular/core';
3
+ import { AXBottomNavigationItemComponent } from './bottom-navigation-item/bottom-navigation-item.component';
4
+ import { AXBottomNavigationComponent } from './bottom-navigation.component';
5
+ import * as i0 from "@angular/core";
6
+ const COMPONENT = [
7
+ AXBottomNavigationComponent,
8
+ AXBottomNavigationItemComponent,
9
+ ];
10
+ const MODULES = [CommonModule];
11
+ export class AXBottomNavigationModule {
12
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.2", ngImport: i0, type: AXBottomNavigationModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
13
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.2", ngImport: i0, type: AXBottomNavigationModule, declarations: [AXBottomNavigationComponent,
14
+ AXBottomNavigationItemComponent], imports: [CommonModule], exports: [AXBottomNavigationComponent,
15
+ AXBottomNavigationItemComponent] }); }
16
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.2", ngImport: i0, type: AXBottomNavigationModule, imports: [MODULES] }); }
17
+ }
18
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.2", ngImport: i0, type: AXBottomNavigationModule, decorators: [{
19
+ type: NgModule,
20
+ args: [{
21
+ declarations: [...COMPONENT],
22
+ imports: [...MODULES],
23
+ exports: [...COMPONENT],
24
+ providers: [],
25
+ }]
26
+ }] });
27
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYm90dG9tLW5hdmlnYXRpb24ubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9jb21wb25lbnRzL2JvdHRvbS1uYXZpZ2F0aW9uL3NyYy9saWIvYm90dG9tLW5hdmlnYXRpb24ubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSwrQkFBK0IsRUFBRSxNQUFNLDJEQUEyRCxDQUFDO0FBQzVHLE9BQU8sRUFBRSwyQkFBMkIsRUFBRSxNQUFNLCtCQUErQixDQUFDOztBQUU1RSxNQUFNLFNBQVMsR0FBRztJQUNoQiwyQkFBMkI7SUFDM0IsK0JBQStCO0NBQ2hDLENBQUM7QUFDRixNQUFNLE9BQU8sR0FBRyxDQUFDLFlBQVksQ0FBQyxDQUFDO0FBUS9CLE1BQU0sT0FBTyx3QkFBd0I7OEdBQXhCLHdCQUF3QjsrR0FBeEIsd0JBQXdCLGlCQVhuQywyQkFBMkI7WUFDM0IsK0JBQStCLGFBRWhCLFlBQVksYUFIM0IsMkJBQTJCO1lBQzNCLCtCQUErQjsrR0FVcEIsd0JBQXdCLFlBSnRCLE9BQU87OzJGQUlULHdCQUF3QjtrQkFOcEMsUUFBUTttQkFBQztvQkFDUixZQUFZLEVBQUUsQ0FBQyxHQUFHLFNBQVMsQ0FBQztvQkFDNUIsT0FBTyxFQUFFLENBQUMsR0FBRyxPQUFPLENBQUM7b0JBQ3JCLE9BQU8sRUFBRSxDQUFDLEdBQUcsU0FBUyxDQUFDO29CQUN2QixTQUFTLEVBQUUsRUFBRTtpQkFDZCIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQVhCb3R0b21OYXZpZ2F0aW9uSXRlbUNvbXBvbmVudCB9IGZyb20gJy4vYm90dG9tLW5hdmlnYXRpb24taXRlbS9ib3R0b20tbmF2aWdhdGlvbi1pdGVtLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBBWEJvdHRvbU5hdmlnYXRpb25Db21wb25lbnQgfSBmcm9tICcuL2JvdHRvbS1uYXZpZ2F0aW9uLmNvbXBvbmVudCc7XG5cbmNvbnN0IENPTVBPTkVOVCA9IFtcbiAgQVhCb3R0b21OYXZpZ2F0aW9uQ29tcG9uZW50LFxuICBBWEJvdHRvbU5hdmlnYXRpb25JdGVtQ29tcG9uZW50LFxuXTtcbmNvbnN0IE1PRFVMRVMgPSBbQ29tbW9uTW9kdWxlXTtcblxuQE5nTW9kdWxlKHtcbiAgZGVjbGFyYXRpb25zOiBbLi4uQ09NUE9ORU5UXSxcbiAgaW1wb3J0czogWy4uLk1PRFVMRVNdLFxuICBleHBvcnRzOiBbLi4uQ09NUE9ORU5UXSxcbiAgcHJvdmlkZXJzOiBbXSxcbn0pXG5leHBvcnQgY2xhc3MgQVhCb3R0b21OYXZpZ2F0aW9uTW9kdWxlIHt9XG4iXX0=
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ export * from './index';
5
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWNvcmV4LWNvbXBvbmVudHMtYnJlYWRjcnVtYnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9saWJzL2NvbXBvbmVudHMvYnJlYWRjcnVtYnMvc3JjL2Fjb3JleC1jb21wb25lbnRzLWJyZWFkY3J1bWJzLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBRUgsY0FBYyxTQUFTLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEdlbmVyYXRlZCBidW5kbGUgaW5kZXguIERvIG5vdCBlZGl0LlxuICovXG5cbmV4cG9ydCAqIGZyb20gJy4vaW5kZXgnO1xuIl19
@@ -0,0 +1,5 @@
1
+ export * from './lib/breadcrumbs-item.class';
2
+ export * from './lib/breadcrumbs-item.component';
3
+ export * from './lib/breadcrumbs.component';
4
+ export * from './lib/breadcrumbs.module';
5
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9saWJzL2NvbXBvbmVudHMvYnJlYWRjcnVtYnMvc3JjL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsOEJBQThCLENBQUM7QUFDN0MsY0FBYyxrQ0FBa0MsQ0FBQztBQUNqRCxjQUFjLDZCQUE2QixDQUFDO0FBQzVDLGNBQWMsMEJBQTBCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL2xpYi9icmVhZGNydW1icy1pdGVtLmNsYXNzJztcbmV4cG9ydCAqIGZyb20gJy4vbGliL2JyZWFkY3J1bWJzLWl0ZW0uY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vbGliL2JyZWFkY3J1bWJzLmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9icmVhZGNydW1icy5tb2R1bGUnO1xuIl19
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYnJlYWRjcnVtYnMtaXRlbS5jbGFzcy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvY29tcG9uZW50cy9icmVhZGNydW1icy9zcmMvbGliL2JyZWFkY3J1bWJzLWl0ZW0uY2xhc3MudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCBpbnRlcmZhY2UgQVhCcmVhZGNydW1ic0l0ZW1zIHtcbiAgbmFtZT86IHN0cmluZztcbiAgaWNvbj86IHN0cmluZztcbiAgdGV4dDogc3RyaW5nO1xuICB0b29sdGlwPzogc3RyaW5nO1xuICBpY29uQ2xhc3M/OiBzdHJpbmc7XG4gIGRpc2FibGVkPzogYm9vbGVhbjtcbiAgb25DbGljaz86ICguLi5hcmdzKSA9PiB2b2lkO1xufVxuIl19
@@ -0,0 +1,36 @@
1
+ import { MXInteractiveComponent } from '@acorex/components/common';
2
+ import { Component, HostBinding, Inject, Input } from '@angular/core';
3
+ import { AXBreadCrumbsComponent } from './breadcrumbs.component';
4
+ import * as i0 from "@angular/core";
5
+ import * as i1 from "@angular/common";
6
+ import * as i2 from "./breadcrumbs.component";
7
+ export class AXBreadCrumbsItemComponent extends MXInteractiveComponent {
8
+ /**
9
+ * @ignore
10
+ */
11
+ constructor(_parent) {
12
+ super();
13
+ this._parent = _parent;
14
+ }
15
+ get __hostClass() {
16
+ return [
17
+ `${this.active ? 'ax-state-active' : ''}`,
18
+ `${this.disabled ? 'ax-state-disabled' : ''}`,
19
+ ];
20
+ }
21
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.2", ngImport: i0, type: AXBreadCrumbsItemComponent, deps: [{ token: AXBreadCrumbsComponent }], target: i0.ɵɵFactoryTarget.Component }); }
22
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.2", type: AXBreadCrumbsItemComponent, selector: "ax-breadcrumbs-item", inputs: { disabled: "disabled", active: "active" }, host: { properties: { "class": "this.__hostClass" } }, usesInheritance: true, ngImport: i0, template: "<ng-content select=\"ax-prefix\"></ng-content>\n<ng-content></ng-content>\n<ng-content select=\"ax-suffix\"></ng-content>\n<div class=\"ax-breadcrumb-divider\">\n <ng-container *ngTemplateOutlet=\"_parent.dividerTemplate\"></ng-container>\n</div>\n", dependencies: [{ kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] }); }
23
+ }
24
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.2", ngImport: i0, type: AXBreadCrumbsItemComponent, decorators: [{
25
+ type: Component,
26
+ args: [{ selector: 'ax-breadcrumbs-item', inputs: ['disabled'], template: "<ng-content select=\"ax-prefix\"></ng-content>\n<ng-content></ng-content>\n<ng-content select=\"ax-suffix\"></ng-content>\n<div class=\"ax-breadcrumb-divider\">\n <ng-container *ngTemplateOutlet=\"_parent.dividerTemplate\"></ng-container>\n</div>\n" }]
27
+ }], ctorParameters: () => [{ type: i2.AXBreadCrumbsComponent, decorators: [{
28
+ type: Inject,
29
+ args: [AXBreadCrumbsComponent]
30
+ }] }], propDecorators: { active: [{
31
+ type: Input
32
+ }], __hostClass: [{
33
+ type: HostBinding,
34
+ args: ['class']
35
+ }] } });
36
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYnJlYWRjcnVtYnMtaXRlbS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2NvbXBvbmVudHMvYnJlYWRjcnVtYnMvc3JjL2xpYi9icmVhZGNydW1icy1pdGVtLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvY29tcG9uZW50cy9icmVhZGNydW1icy9zcmMvbGliL2JyZWFkY3J1bWJzLWl0ZW0uY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLHNCQUFzQixFQUFFLE1BQU0sMkJBQTJCLENBQUM7QUFDbkUsT0FBTyxFQUFFLFNBQVMsRUFBRSxXQUFXLEVBQUUsTUFBTSxFQUFFLEtBQUssRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN0RSxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSx5QkFBeUIsQ0FBQzs7OztBQU9qRSxNQUFNLE9BQU8sMEJBQTJCLFNBQVEsc0JBQXNCO0lBR3BFOztPQUVHO0lBQ0gsWUFFUyxPQUErQjtRQUV0QyxLQUFLLEVBQUUsQ0FBQztRQUZELFlBQU8sR0FBUCxPQUFPLENBQXdCO0lBR3hDLENBQUM7SUFFRCxJQUNZLFdBQVc7UUFDckIsT0FBTztZQUNMLEdBQUcsSUFBSSxDQUFDLE1BQU0sQ0FBQyxDQUFDLENBQUMsaUJBQWlCLENBQUMsQ0FBQyxDQUFDLEVBQUUsRUFBRTtZQUN6QyxHQUFHLElBQUksQ0FBQyxRQUFRLENBQUMsQ0FBQyxDQUFDLG1CQUFtQixDQUFDLENBQUMsQ0FBQyxFQUFFLEVBQUU7U0FDOUMsQ0FBQztJQUNKLENBQUM7OEdBbkJVLDBCQUEwQixrQkFPM0Isc0JBQXNCO2tHQVByQiwwQkFBMEIsNkxDVHZDLDJQQU1BOzsyRkRHYSwwQkFBMEI7a0JBTHRDLFNBQVM7K0JBQ0UscUJBQXFCLFVBQ3ZCLENBQUMsVUFBVSxDQUFDOzswQkFVakIsTUFBTTsyQkFBQyxzQkFBc0I7eUNBTnZCLE1BQU07c0JBQWQsS0FBSztnQkFhTSxXQUFXO3NCQUR0QixXQUFXO3VCQUFDLE9BQU8iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBNWEludGVyYWN0aXZlQ29tcG9uZW50IH0gZnJvbSAnQGFjb3JleC9jb21wb25lbnRzL2NvbW1vbic7XG5pbXBvcnQgeyBDb21wb25lbnQsIEhvc3RCaW5kaW5nLCBJbmplY3QsIElucHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBBWEJyZWFkQ3J1bWJzQ29tcG9uZW50IH0gZnJvbSAnLi9icmVhZGNydW1icy5jb21wb25lbnQnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdheC1icmVhZGNydW1icy1pdGVtJyxcbiAgaW5wdXRzOiBbJ2Rpc2FibGVkJ10sXG4gIHRlbXBsYXRlVXJsOiAnLi9icmVhZGNydW1icy1pdGVtLmNvbXBvbmVudC5odG1sJyxcbn0pXG5leHBvcnQgY2xhc3MgQVhCcmVhZENydW1ic0l0ZW1Db21wb25lbnQgZXh0ZW5kcyBNWEludGVyYWN0aXZlQ29tcG9uZW50IHtcbiAgQElucHV0KCkgYWN0aXZlOiBib29sZWFuO1xuXG4gIC8qKlxuICAgKiAgQGlnbm9yZVxuICAgKi9cbiAgY29uc3RydWN0b3IoXG4gICAgQEluamVjdChBWEJyZWFkQ3J1bWJzQ29tcG9uZW50KVxuICAgIHB1YmxpYyBfcGFyZW50OiBBWEJyZWFkQ3J1bWJzQ29tcG9uZW50XG4gICkge1xuICAgIHN1cGVyKCk7XG4gIH1cblxuICBASG9zdEJpbmRpbmcoJ2NsYXNzJylcbiAgcHJpdmF0ZSBnZXQgX19ob3N0Q2xhc3MoKTogc3RyaW5nW10ge1xuICAgIHJldHVybiBbXG4gICAgICBgJHt0aGlzLmFjdGl2ZSA/ICdheC1zdGF0ZS1hY3RpdmUnIDogJyd9YCxcbiAgICAgIGAke3RoaXMuZGlzYWJsZWQgPyAnYXgtc3RhdGUtZGlzYWJsZWQnIDogJyd9YCxcbiAgICBdO1xuICB9XG59XG4iLCI8bmctY29udGVudCBzZWxlY3Q9XCJheC1wcmVmaXhcIj48L25nLWNvbnRlbnQ+XG48bmctY29udGVudD48L25nLWNvbnRlbnQ+XG48bmctY29udGVudCBzZWxlY3Q9XCJheC1zdWZmaXhcIj48L25nLWNvbnRlbnQ+XG48ZGl2IGNsYXNzPVwiYXgtYnJlYWRjcnVtYi1kaXZpZGVyXCI+XG4gIDxuZy1jb250YWluZXIgKm5nVGVtcGxhdGVPdXRsZXQ9XCJfcGFyZW50LmRpdmlkZXJUZW1wbGF0ZVwiPjwvbmctY29udGFpbmVyPlxuPC9kaXY+XG4iXX0=
@@ -0,0 +1,19 @@
1
+ import { MXBaseComponent } from '@acorex/components/common';
2
+ import { ChangeDetectionStrategy, Component, ContentChild, TemplateRef, ViewChild, ViewEncapsulation, } from '@angular/core';
3
+ import * as i0 from "@angular/core";
4
+ import * as i1 from "@angular/common";
5
+ export class AXBreadCrumbsComponent extends MXBaseComponent {
6
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.2", ngImport: i0, type: AXBreadCrumbsComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
7
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.2", type: AXBreadCrumbsComponent, selector: "ax-breadcrumbs", queries: [{ propertyName: "_divider", first: true, predicate: ["divider"], descendants: true }], viewQueries: [{ propertyName: "dividerTemplate", first: true, predicate: ["dividerTpl"], descendants: true }], usesInheritance: true, ngImport: i0, template: "<ng-content select=\"ax-breadcrumbs-item\"></ng-content>\n<ng-template #dividerTpl>\n @if(!_divider){\n <ng-container [ngTemplateOutlet]=\"default\"></ng-container>\n }\n @if(_divider){\n <ng-container [ngTemplateOutlet]=\"_divider\"></ng-container>\n }\n <ng-template #default>\n <div class=\"ax-breadcrumb-divider\">/</div>\n </ng-template>\n</ng-template>", styles: ["ax-breadcrumbs{display:inline-flex;width:100%;align-items:center;overflow-x:auto;overflow-y:hidden;overscroll-behavior-x:contain;scroll-snap-type:x proximity;font-size:initial}ax-breadcrumbs ax-breadcrumbs-item{display:inline-flex;cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;font-size:.875rem;line-height:1.25rem;font-weight:500;text-decoration-line:none}ax-breadcrumbs ax-breadcrumbs-item.ax-state-active{color:rgba(var(--ax-color-primary-500))}ax-breadcrumbs ax-breadcrumbs-item.ax-state-disabled{cursor:not-allowed;opacity:.5}ax-breadcrumbs ax-breadcrumbs-item ax-prefix{padding-left:.5rem;padding-right:.5rem;padding-top:0;padding-bottom:0}ax-breadcrumbs ax-breadcrumbs-item>.ax-breadcrumb-divider{padding-left:.25rem;padding-right:.25rem;padding-top:0;padding-bottom:0}ax-breadcrumbs ax-breadcrumbs-item:last-child .ax-breadcrumb-divider{display:none}\n"], dependencies: [{ kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
8
+ }
9
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.2", ngImport: i0, type: AXBreadCrumbsComponent, decorators: [{
10
+ type: Component,
11
+ args: [{ selector: 'ax-breadcrumbs', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-content select=\"ax-breadcrumbs-item\"></ng-content>\n<ng-template #dividerTpl>\n @if(!_divider){\n <ng-container [ngTemplateOutlet]=\"default\"></ng-container>\n }\n @if(_divider){\n <ng-container [ngTemplateOutlet]=\"_divider\"></ng-container>\n }\n <ng-template #default>\n <div class=\"ax-breadcrumb-divider\">/</div>\n </ng-template>\n</ng-template>", styles: ["ax-breadcrumbs{display:inline-flex;width:100%;align-items:center;overflow-x:auto;overflow-y:hidden;overscroll-behavior-x:contain;scroll-snap-type:x proximity;font-size:initial}ax-breadcrumbs ax-breadcrumbs-item{display:inline-flex;cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;font-size:.875rem;line-height:1.25rem;font-weight:500;text-decoration-line:none}ax-breadcrumbs ax-breadcrumbs-item.ax-state-active{color:rgba(var(--ax-color-primary-500))}ax-breadcrumbs ax-breadcrumbs-item.ax-state-disabled{cursor:not-allowed;opacity:.5}ax-breadcrumbs ax-breadcrumbs-item ax-prefix{padding-left:.5rem;padding-right:.5rem;padding-top:0;padding-bottom:0}ax-breadcrumbs ax-breadcrumbs-item>.ax-breadcrumb-divider{padding-left:.25rem;padding-right:.25rem;padding-top:0;padding-bottom:0}ax-breadcrumbs ax-breadcrumbs-item:last-child .ax-breadcrumb-divider{display:none}\n"] }]
12
+ }], propDecorators: { _divider: [{
13
+ type: ContentChild,
14
+ args: ['divider']
15
+ }], dividerTemplate: [{
16
+ type: ViewChild,
17
+ args: ['dividerTpl']
18
+ }] } });
19
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYnJlYWRjcnVtYnMuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9jb21wb25lbnRzL2JyZWFkY3J1bWJzL3NyYy9saWIvYnJlYWRjcnVtYnMuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9jb21wb25lbnRzL2JyZWFkY3J1bWJzL3NyYy9saWIvYnJlYWRjcnVtYnMuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLDJCQUEyQixDQUFDO0FBQzVELE9BQU8sRUFDTCx1QkFBdUIsRUFDdkIsU0FBUyxFQUNULFlBQVksRUFDWixXQUFXLEVBQ1gsU0FBUyxFQUNULGlCQUFpQixHQUNsQixNQUFNLGVBQWUsQ0FBQzs7O0FBU3ZCLE1BQU0sT0FBTyxzQkFBdUIsU0FBUSxlQUFlOzhHQUE5QyxzQkFBc0I7a0dBQXRCLHNCQUFzQiw2UkNqQm5DLHVZQVdjOzsyRkRNRCxzQkFBc0I7a0JBUGxDLFNBQVM7K0JBQ0UsZ0JBQWdCLGlCQUdYLGlCQUFpQixDQUFDLElBQUksbUJBQ3BCLHVCQUF1QixDQUFDLE1BQU07OEJBSXJDLFFBQVE7c0JBRGpCLFlBQVk7dUJBQUMsU0FBUztnQkFJdkIsZUFBZTtzQkFEZCxTQUFTO3VCQUFDLFlBQVkiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBNWEJhc2VDb21wb25lbnQgfSBmcm9tICdAYWNvcmV4L2NvbXBvbmVudHMvY29tbW9uJztcbmltcG9ydCB7XG4gIENoYW5nZURldGVjdGlvblN0cmF0ZWd5LFxuICBDb21wb25lbnQsXG4gIENvbnRlbnRDaGlsZCxcbiAgVGVtcGxhdGVSZWYsXG4gIFZpZXdDaGlsZCxcbiAgVmlld0VuY2Fwc3VsYXRpb24sXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdheC1icmVhZGNydW1icycsXG4gIHRlbXBsYXRlVXJsOiAnLi9icmVhZGNydW1icy5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL2JyZWFkY3J1bWJzLmNvbXBvbmVudC5zY3NzJ10sXG4gIGVuY2Fwc3VsYXRpb246IFZpZXdFbmNhcHN1bGF0aW9uLk5vbmUsXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxufSlcbmV4cG9ydCBjbGFzcyBBWEJyZWFkQ3J1bWJzQ29tcG9uZW50IGV4dGVuZHMgTVhCYXNlQ29tcG9uZW50IHtcbiAgQENvbnRlbnRDaGlsZCgnZGl2aWRlcicpXG4gIHByb3RlY3RlZCBfZGl2aWRlcjogVGVtcGxhdGVSZWY8YW55PjtcblxuICBAVmlld0NoaWxkKCdkaXZpZGVyVHBsJylcbiAgZGl2aWRlclRlbXBsYXRlOiBUZW1wbGF0ZVJlZjxhbnk+O1xufVxuIiwiPG5nLWNvbnRlbnQgc2VsZWN0PVwiYXgtYnJlYWRjcnVtYnMtaXRlbVwiPjwvbmctY29udGVudD5cbjxuZy10ZW1wbGF0ZSAjZGl2aWRlclRwbD5cbiAgICBAaWYoIV9kaXZpZGVyKXtcbiAgICA8bmctY29udGFpbmVyIFtuZ1RlbXBsYXRlT3V0bGV0XT1cImRlZmF1bHRcIj48L25nLWNvbnRhaW5lcj5cbiAgICB9XG4gICAgQGlmKF9kaXZpZGVyKXtcbiAgICA8bmctY29udGFpbmVyIFtuZ1RlbXBsYXRlT3V0bGV0XT1cIl9kaXZpZGVyXCI+PC9uZy1jb250YWluZXI+XG4gICAgfVxuICAgIDxuZy10ZW1wbGF0ZSAjZGVmYXVsdD5cbiAgICAgICAgPGRpdiBjbGFzcz1cImF4LWJyZWFkY3J1bWItZGl2aWRlclwiPi88L2Rpdj5cbiAgICA8L25nLXRlbXBsYXRlPlxuPC9uZy10ZW1wbGF0ZT4iXX0=
@@ -0,0 +1,21 @@
1
+ import { CommonModule } from '@angular/common';
2
+ import { NgModule } from '@angular/core';
3
+ import { RouterModule } from '@angular/router';
4
+ import { AXBreadCrumbsItemComponent } from './breadcrumbs-item.component';
5
+ import { AXBreadCrumbsComponent } from './breadcrumbs.component';
6
+ import * as i0 from "@angular/core";
7
+ export class AXBreadcrumbsModule {
8
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.2", ngImport: i0, type: AXBreadcrumbsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
9
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.2", ngImport: i0, type: AXBreadcrumbsModule, declarations: [AXBreadCrumbsComponent, AXBreadCrumbsItemComponent], imports: [CommonModule, RouterModule], exports: [AXBreadCrumbsComponent, AXBreadCrumbsItemComponent] }); }
10
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.2", ngImport: i0, type: AXBreadcrumbsModule, imports: [CommonModule, RouterModule] }); }
11
+ }
12
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.2", ngImport: i0, type: AXBreadcrumbsModule, decorators: [{
13
+ type: NgModule,
14
+ args: [{
15
+ declarations: [AXBreadCrumbsComponent, AXBreadCrumbsItemComponent],
16
+ imports: [CommonModule, RouterModule],
17
+ exports: [AXBreadCrumbsComponent, AXBreadCrumbsItemComponent],
18
+ providers: [],
19
+ }]
20
+ }] });
21
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYnJlYWRjcnVtYnMubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9jb21wb25lbnRzL2JyZWFkY3J1bWJzL3NyYy9saWIvYnJlYWRjcnVtYnMubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsMEJBQTBCLEVBQUUsTUFBTSw4QkFBOEIsQ0FBQztBQUMxRSxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSx5QkFBeUIsQ0FBQzs7QUFRakUsTUFBTSxPQUFPLG1CQUFtQjs4R0FBbkIsbUJBQW1COytHQUFuQixtQkFBbUIsaUJBTGYsc0JBQXNCLEVBQUUsMEJBQTBCLGFBQ3ZELFlBQVksRUFBRSxZQUFZLGFBQzFCLHNCQUFzQixFQUFFLDBCQUEwQjsrR0FHakQsbUJBQW1CLFlBSnBCLFlBQVksRUFBRSxZQUFZOzsyRkFJekIsbUJBQW1CO2tCQU4vQixRQUFRO21CQUFDO29CQUNSLFlBQVksRUFBRSxDQUFDLHNCQUFzQixFQUFFLDBCQUEwQixDQUFDO29CQUNsRSxPQUFPLEVBQUUsQ0FBQyxZQUFZLEVBQUUsWUFBWSxDQUFDO29CQUNyQyxPQUFPLEVBQUUsQ0FBQyxzQkFBc0IsRUFBRSwwQkFBMEIsQ0FBQztvQkFDN0QsU0FBUyxFQUFFLEVBQUU7aUJBQ2QiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IFJvdXRlck1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL3JvdXRlcic7XG5pbXBvcnQgeyBBWEJyZWFkQ3J1bWJzSXRlbUNvbXBvbmVudCB9IGZyb20gJy4vYnJlYWRjcnVtYnMtaXRlbS5jb21wb25lbnQnO1xuaW1wb3J0IHsgQVhCcmVhZENydW1ic0NvbXBvbmVudCB9IGZyb20gJy4vYnJlYWRjcnVtYnMuY29tcG9uZW50JztcblxuQE5nTW9kdWxlKHtcbiAgZGVjbGFyYXRpb25zOiBbQVhCcmVhZENydW1ic0NvbXBvbmVudCwgQVhCcmVhZENydW1ic0l0ZW1Db21wb25lbnRdLFxuICBpbXBvcnRzOiBbQ29tbW9uTW9kdWxlLCBSb3V0ZXJNb2R1bGVdLFxuICBleHBvcnRzOiBbQVhCcmVhZENydW1ic0NvbXBvbmVudCwgQVhCcmVhZENydW1ic0l0ZW1Db21wb25lbnRdLFxuICBwcm92aWRlcnM6IFtdLFxufSlcbmV4cG9ydCBjbGFzcyBBWEJyZWFkY3J1bWJzTW9kdWxlIHt9XG4iXX0=
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ export * from './index';
5
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWNvcmV4LWNvbXBvbmVudHMtYnV0dG9uLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vbGlicy9jb21wb25lbnRzL2J1dHRvbi9zcmMvYWNvcmV4LWNvbXBvbmVudHMtYnV0dG9uLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBRUgsY0FBYyxTQUFTLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEdlbmVyYXRlZCBidW5kbGUgaW5kZXguIERvIG5vdCBlZGl0LlxuICovXG5cbmV4cG9ydCAqIGZyb20gJy4vaW5kZXgnO1xuIl19
@@ -0,0 +1,6 @@
1
+ export * from './lib/button-item-list.component';
2
+ export * from './lib/button-item.class';
3
+ export * from './lib/button-item.component';
4
+ export * from './lib/button.component';
5
+ export * from './lib/button.module';
6
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9saWJzL2NvbXBvbmVudHMvYnV0dG9uL3NyYy9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLGtDQUFrQyxDQUFDO0FBQ2pELGNBQWMseUJBQXlCLENBQUM7QUFDeEMsY0FBYyw2QkFBNkIsQ0FBQztBQUM1QyxjQUFjLHdCQUF3QixDQUFDO0FBQ3ZDLGNBQWMscUJBQXFCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL2xpYi9idXR0b24taXRlbS1saXN0LmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9idXR0b24taXRlbS5jbGFzcyc7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9idXR0b24taXRlbS5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvYnV0dG9uLmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9idXR0b24ubW9kdWxlJztcbiJdfQ==
@@ -0,0 +1,114 @@
1
+ import { AXClosbaleComponent, MXInteractiveComponent, } from '@acorex/components/common';
2
+ import { ChangeDetectionStrategy, Component, ContentChildren, EventEmitter, Inject, Input, Optional, Output, QueryList, ViewEncapsulation, } from '@angular/core';
3
+ import { AXButtonItemComponent, } from './button-item.component';
4
+ import * as i0 from "@angular/core";
5
+ import * as i1 from "@acorex/components/decorators";
6
+ import * as i2 from "./button-item.component";
7
+ import * as i3 from "@acorex/components/common";
8
+ export class AXButtonItemListComponent extends MXInteractiveComponent {
9
+ constructor(parent) {
10
+ super();
11
+ this.parent = parent;
12
+ this.items = [];
13
+ this.onItemClick = new EventEmitter();
14
+ }
15
+ ngAfterContentInit() {
16
+ this._initContents();
17
+ this._contentButtons.changes.subscribe(() => {
18
+ this._initContents();
19
+ });
20
+ }
21
+ _initContents() {
22
+ this._bindEvents();
23
+ this._bindProps();
24
+ this.cdr.markForCheck();
25
+ }
26
+ _bindEvents() {
27
+ this._contentButtons?.forEach((b) => {
28
+ if (!b.onClick.length)
29
+ b.onClick.subscribe((c) => {
30
+ this._handleOnItemClick(c);
31
+ });
32
+ });
33
+ }
34
+ _bindProps() {
35
+ this._contentButtons?.forEach((b) => {
36
+ b.disabled = b.disabled ?? this.disabled;
37
+ });
38
+ }
39
+ _handleOnItemClick(e) {
40
+ this.parent?.close();
41
+ this._emitOnItemClickEvent(e, e.component);
42
+ }
43
+ _emitOnItemClickEvent(e, item) {
44
+ this.onItemClick.emit({
45
+ component: this,
46
+ item,
47
+ htmlElement: this.getHostElement(),
48
+ nativeEvent: e.nativeEvent,
49
+ name: item.name,
50
+ data: item.data,
51
+ });
52
+ }
53
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.2", ngImport: i0, type: AXButtonItemListComponent, deps: [{ token: AXClosbaleComponent, optional: true }], target: i0.ɵɵFactoryTarget.Component }); }
54
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.2", type: AXButtonItemListComponent, selector: "ax-button-item-list", inputs: { items: "items" }, outputs: { onItemClick: "onItemClick" }, queries: [{ propertyName: "_contentButtons", predicate: AXButtonItemComponent }], usesInheritance: true, ngImport: i0, template: `
55
+ @for (item of items; track item.name) {
56
+ <ax-button-item
57
+ [text]="item.text"
58
+ [name]="item.name"
59
+ [disabled]="item.disabled"
60
+ [color]="item.color"
61
+ (onClick)="_handleOnItemClick($event)"
62
+ >
63
+ @if (item.icon) {
64
+ <ax-prefix>
65
+ <ax-icon [icon]="item.icon"></ax-icon>
66
+ </ax-prefix>
67
+ }
68
+ </ax-button-item>
69
+ @if (item.divided) {
70
+ <ax-divider></ax-divider>
71
+ } }
72
+ <ng-content
73
+ select="ax-button-item, ax-title, ax-divider, ng-container"
74
+ ></ng-content>
75
+ `, isInline: true, styles: ["ax-button-item-list{display:flex;flex-direction:column;padding-top:.5rem;padding-bottom:.5rem}ax-button-item-list ax-title{padding-top:.25rem;padding-bottom:.25rem;padding-inline-end:2.5rem;padding-inline-start:1rem;font-size:.75rem;line-height:1rem;font-weight:500;text-transform:uppercase;opacity:.5}ax-button-item-list ax-divider{margin-top:.25rem;margin-bottom:.25rem;height:1px;width:100%;background-color:rgba(var(--ax-color-border-default))}ax-button-item-list ax-button-item{position:relative;display:inline-flex;cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;justify-content:flex-start;padding:.5rem;padding-inline-end:4rem;padding-inline-start:1rem;font-size:.875rem;line-height:1.25rem;color:rgb(var(--ax-color-text-default))}ax-button-item-list ax-button-item:hover:not(ax-button-item-list ax-button-item:hover.ax-state-disabled){background-color:rgba(var(--ax-color-surface))}ax-button-item-list ax-button-item.ax-divide{border-width:1px;border-color:rgba(var(--ax-color-border-default))}ax-button-item-list ax-button-item.ax-state-disabled{cursor:not-allowed;opacity:.5}ax-button-item-list ax-button-item ax-prefix,ax-button-item-list ax-button-item ax-suffix{display:flex}ax-button-item-list ax-button-item ax-prefix{padding-inline-end:.5rem}ax-button-item-list ax-button-item ax-suffix{padding-inline-start:.5rem}ax-button-item-list ax-button-item.ax-primary-default{color:rgba(var(--ax-color-primary-500));border:transparent;background:transparent}ax-button-item-list ax-button-item.ax-primary-default:hover,ax-button-item-list ax-button-item.ax-primary-default:focus{color:rgba(var(--ax-color-primary-fore-tint));background-color:rgba(var(--ax-color-on-surface))}ax-button-item-list ax-button-item.ax-primary-default:active{color:rgba(var(--ax-color-primary-400))}ax-button-item-list ax-button-item.ax-primary-default.ax-state-selected{background-color:rgba(var(--ax-color-primary-500));color:rgba(var(--ax-color-primary-fore))}ax-button-item-list ax-button-item.ax-secondary-default{color:rgba(var(--ax-color-secondary-500));border:transparent;background:transparent}ax-button-item-list ax-button-item.ax-secondary-default:hover,ax-button-item-list ax-button-item.ax-secondary-default:focus{color:rgba(var(--ax-color-secondary-fore-tint));background-color:rgba(var(--ax-color-on-surface))}ax-button-item-list ax-button-item.ax-secondary-default:active{color:rgba(var(--ax-color-secondary-400))}ax-button-item-list ax-button-item.ax-secondary-default.ax-state-selected{background-color:rgba(var(--ax-color-secondary-500));color:rgba(var(--ax-color-secondary-fore))}ax-button-item-list ax-button-item.ax-success-default{color:rgba(var(--ax-color-success-500));border:transparent;background:transparent}ax-button-item-list ax-button-item.ax-success-default:hover,ax-button-item-list ax-button-item.ax-success-default:focus{color:rgba(var(--ax-color-success-fore-tint));background-color:rgba(var(--ax-color-on-surface))}ax-button-item-list ax-button-item.ax-success-default:active{color:rgba(var(--ax-color-success-400))}ax-button-item-list ax-button-item.ax-success-default.ax-state-selected{background-color:rgba(var(--ax-color-success-500));color:rgba(var(--ax-color-success-fore))}ax-button-item-list ax-button-item.ax-warning-default{color:rgba(var(--ax-color-warning-500));border:transparent;background:transparent}ax-button-item-list ax-button-item.ax-warning-default:hover,ax-button-item-list ax-button-item.ax-warning-default:focus{color:rgba(var(--ax-color-warning-fore-tint));background-color:rgba(var(--ax-color-on-surface))}ax-button-item-list ax-button-item.ax-warning-default:active{color:rgba(var(--ax-color-warning-400))}ax-button-item-list ax-button-item.ax-warning-default.ax-state-selected{background-color:rgba(var(--ax-color-warning-500));color:rgba(var(--ax-color-warning-fore))}ax-button-item-list ax-button-item.ax-danger-default{color:rgba(var(--ax-color-danger-500));border:transparent;background:transparent}ax-button-item-list ax-button-item.ax-danger-default:hover,ax-button-item-list ax-button-item.ax-danger-default:focus{color:rgba(var(--ax-color-danger-fore-tint));background-color:rgba(var(--ax-color-on-surface))}ax-button-item-list ax-button-item.ax-danger-default:active{color:rgba(var(--ax-color-danger-400))}ax-button-item-list ax-button-item.ax-danger-default.ax-state-selected{background-color:rgba(var(--ax-color-danger-500));color:rgba(var(--ax-color-danger-fore))}ax-button-item-list ax-button-item.ax-info-default{color:rgba(var(--ax-color-info-500));border:transparent;background:transparent}ax-button-item-list ax-button-item.ax-info-default:hover,ax-button-item-list ax-button-item.ax-info-default:focus{color:rgba(var(--ax-color-info-fore-tint));background-color:rgba(var(--ax-color-on-surface))}ax-button-item-list ax-button-item.ax-info-default:active{color:rgba(var(--ax-color-info-400))}ax-button-item-list ax-button-item.ax-info-default.ax-state-selected{background-color:rgba(var(--ax-color-info-500));color:rgba(var(--ax-color-info-fore))}.ax-dark ax-button-item-list ax-button-item.ax-primary-default{color:rgba(var(--ax-color-primary-200));border:transparent;background:transparent}.ax-dark ax-button-item-list ax-button-item.ax-primary-default:hover,.ax-dark ax-button-item-list ax-button-item.ax-primary-default:focus{color:rgba(var(--ax-color-primary-300));background-color:rgba(var(--ax-color-on-surface))}.ax-dark ax-button-item-list ax-button-item.ax-primary-default:active{color:rgba(var(--ax-color-primary-100))}.ax-dark ax-button-item-list ax-button-item.ax-primary-default.ax-state-selected{background-color:rgba(var(--ax-color-primary-200));color:rgba(var(--ax-color-primary-fore))}.ax-dark ax-button-item-list ax-button-item.ax-secondary-default{color:rgba(var(--ax-color-secondary-200));border:transparent;background:transparent}.ax-dark ax-button-item-list ax-button-item.ax-secondary-default:hover,.ax-dark ax-button-item-list ax-button-item.ax-secondary-default:focus{color:rgba(var(--ax-color-secondary-300));background-color:rgba(var(--ax-color-on-surface))}.ax-dark ax-button-item-list ax-button-item.ax-secondary-default:active{color:rgba(var(--ax-color-secondary-100))}.ax-dark ax-button-item-list ax-button-item.ax-secondary-default.ax-state-selected{background-color:rgba(var(--ax-color-secondary-200));color:rgba(var(--ax-color-secondary-fore))}.ax-dark ax-button-item-list ax-button-item.ax-success-default{color:rgba(var(--ax-color-success-200));border:transparent;background:transparent}.ax-dark ax-button-item-list ax-button-item.ax-success-default:hover,.ax-dark ax-button-item-list ax-button-item.ax-success-default:focus{color:rgba(var(--ax-color-success-300));background-color:rgba(var(--ax-color-on-surface))}.ax-dark ax-button-item-list ax-button-item.ax-success-default:active{color:rgba(var(--ax-color-success-100))}.ax-dark ax-button-item-list ax-button-item.ax-success-default.ax-state-selected{background-color:rgba(var(--ax-color-success-200));color:rgba(var(--ax-color-success-fore))}.ax-dark ax-button-item-list ax-button-item.ax-warning-default{color:rgba(var(--ax-color-warning-200));border:transparent;background:transparent}.ax-dark ax-button-item-list ax-button-item.ax-warning-default:hover,.ax-dark ax-button-item-list ax-button-item.ax-warning-default:focus{color:rgba(var(--ax-color-warning-300));background-color:rgba(var(--ax-color-on-surface))}.ax-dark ax-button-item-list ax-button-item.ax-warning-default:active{color:rgba(var(--ax-color-warning-100))}.ax-dark ax-button-item-list ax-button-item.ax-warning-default.ax-state-selected{background-color:rgba(var(--ax-color-warning-200));color:rgba(var(--ax-color-warning-fore))}.ax-dark ax-button-item-list ax-button-item.ax-danger-default{color:rgba(var(--ax-color-danger-200));border:transparent;background:transparent}.ax-dark ax-button-item-list ax-button-item.ax-danger-default:hover,.ax-dark ax-button-item-list ax-button-item.ax-danger-default:focus{color:rgba(var(--ax-color-danger-300));background-color:rgba(var(--ax-color-on-surface))}.ax-dark ax-button-item-list ax-button-item.ax-danger-default:active{color:rgba(var(--ax-color-danger-100))}.ax-dark ax-button-item-list ax-button-item.ax-danger-default.ax-state-selected{background-color:rgba(var(--ax-color-danger-200));color:rgba(var(--ax-color-danger-fore))}.ax-dark ax-button-item-list ax-button-item.ax-info-default{color:rgba(var(--ax-color-info-200));border:transparent;background:transparent}.ax-dark ax-button-item-list ax-button-item.ax-info-default:hover,.ax-dark ax-button-item-list ax-button-item.ax-info-default:focus{color:rgba(var(--ax-color-info-300));background-color:rgba(var(--ax-color-on-surface))}.ax-dark ax-button-item-list ax-button-item.ax-info-default:active{color:rgba(var(--ax-color-info-100))}.ax-dark ax-button-item-list ax-button-item.ax-info-default.ax-state-selected{background-color:rgba(var(--ax-color-info-200));color:rgba(var(--ax-color-info-fore))}\n"], dependencies: [{ kind: "component", type: i1.AXDecoratorIconComponent, selector: "ax-icon", inputs: ["icon"] }, { kind: "component", type: i1.AXDecoratorGenericComponent, selector: "ax-footer, ax-header, ax-content, ax-divider, ax-form-hint, ax-prefix, ax-suffix, ax-text, ax-title , ax-sub-title, ax-placeholder, ax-overlay" }, { kind: "component", type: i2.AXButtonItemComponent, selector: "ax-button-item", inputs: ["color", "disabled", "text", "selected", "divided", "data", "name"], outputs: ["onClick", "onFocus", "onBlur", "disabledChange"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
76
+ }
77
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.2", ngImport: i0, type: AXButtonItemListComponent, decorators: [{
78
+ type: Component,
79
+ args: [{ selector: 'ax-button-item-list', template: `
80
+ @for (item of items; track item.name) {
81
+ <ax-button-item
82
+ [text]="item.text"
83
+ [name]="item.name"
84
+ [disabled]="item.disabled"
85
+ [color]="item.color"
86
+ (onClick)="_handleOnItemClick($event)"
87
+ >
88
+ @if (item.icon) {
89
+ <ax-prefix>
90
+ <ax-icon [icon]="item.icon"></ax-icon>
91
+ </ax-prefix>
92
+ }
93
+ </ax-button-item>
94
+ @if (item.divided) {
95
+ <ax-divider></ax-divider>
96
+ } }
97
+ <ng-content
98
+ select="ax-button-item, ax-title, ax-divider, ng-container"
99
+ ></ng-content>
100
+ `, changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, styles: ["ax-button-item-list{display:flex;flex-direction:column;padding-top:.5rem;padding-bottom:.5rem}ax-button-item-list ax-title{padding-top:.25rem;padding-bottom:.25rem;padding-inline-end:2.5rem;padding-inline-start:1rem;font-size:.75rem;line-height:1rem;font-weight:500;text-transform:uppercase;opacity:.5}ax-button-item-list ax-divider{margin-top:.25rem;margin-bottom:.25rem;height:1px;width:100%;background-color:rgba(var(--ax-color-border-default))}ax-button-item-list ax-button-item{position:relative;display:inline-flex;cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;justify-content:flex-start;padding:.5rem;padding-inline-end:4rem;padding-inline-start:1rem;font-size:.875rem;line-height:1.25rem;color:rgb(var(--ax-color-text-default))}ax-button-item-list ax-button-item:hover:not(ax-button-item-list ax-button-item:hover.ax-state-disabled){background-color:rgba(var(--ax-color-surface))}ax-button-item-list ax-button-item.ax-divide{border-width:1px;border-color:rgba(var(--ax-color-border-default))}ax-button-item-list ax-button-item.ax-state-disabled{cursor:not-allowed;opacity:.5}ax-button-item-list ax-button-item ax-prefix,ax-button-item-list ax-button-item ax-suffix{display:flex}ax-button-item-list ax-button-item ax-prefix{padding-inline-end:.5rem}ax-button-item-list ax-button-item ax-suffix{padding-inline-start:.5rem}ax-button-item-list ax-button-item.ax-primary-default{color:rgba(var(--ax-color-primary-500));border:transparent;background:transparent}ax-button-item-list ax-button-item.ax-primary-default:hover,ax-button-item-list ax-button-item.ax-primary-default:focus{color:rgba(var(--ax-color-primary-fore-tint));background-color:rgba(var(--ax-color-on-surface))}ax-button-item-list ax-button-item.ax-primary-default:active{color:rgba(var(--ax-color-primary-400))}ax-button-item-list ax-button-item.ax-primary-default.ax-state-selected{background-color:rgba(var(--ax-color-primary-500));color:rgba(var(--ax-color-primary-fore))}ax-button-item-list ax-button-item.ax-secondary-default{color:rgba(var(--ax-color-secondary-500));border:transparent;background:transparent}ax-button-item-list ax-button-item.ax-secondary-default:hover,ax-button-item-list ax-button-item.ax-secondary-default:focus{color:rgba(var(--ax-color-secondary-fore-tint));background-color:rgba(var(--ax-color-on-surface))}ax-button-item-list ax-button-item.ax-secondary-default:active{color:rgba(var(--ax-color-secondary-400))}ax-button-item-list ax-button-item.ax-secondary-default.ax-state-selected{background-color:rgba(var(--ax-color-secondary-500));color:rgba(var(--ax-color-secondary-fore))}ax-button-item-list ax-button-item.ax-success-default{color:rgba(var(--ax-color-success-500));border:transparent;background:transparent}ax-button-item-list ax-button-item.ax-success-default:hover,ax-button-item-list ax-button-item.ax-success-default:focus{color:rgba(var(--ax-color-success-fore-tint));background-color:rgba(var(--ax-color-on-surface))}ax-button-item-list ax-button-item.ax-success-default:active{color:rgba(var(--ax-color-success-400))}ax-button-item-list ax-button-item.ax-success-default.ax-state-selected{background-color:rgba(var(--ax-color-success-500));color:rgba(var(--ax-color-success-fore))}ax-button-item-list ax-button-item.ax-warning-default{color:rgba(var(--ax-color-warning-500));border:transparent;background:transparent}ax-button-item-list ax-button-item.ax-warning-default:hover,ax-button-item-list ax-button-item.ax-warning-default:focus{color:rgba(var(--ax-color-warning-fore-tint));background-color:rgba(var(--ax-color-on-surface))}ax-button-item-list ax-button-item.ax-warning-default:active{color:rgba(var(--ax-color-warning-400))}ax-button-item-list ax-button-item.ax-warning-default.ax-state-selected{background-color:rgba(var(--ax-color-warning-500));color:rgba(var(--ax-color-warning-fore))}ax-button-item-list ax-button-item.ax-danger-default{color:rgba(var(--ax-color-danger-500));border:transparent;background:transparent}ax-button-item-list ax-button-item.ax-danger-default:hover,ax-button-item-list ax-button-item.ax-danger-default:focus{color:rgba(var(--ax-color-danger-fore-tint));background-color:rgba(var(--ax-color-on-surface))}ax-button-item-list ax-button-item.ax-danger-default:active{color:rgba(var(--ax-color-danger-400))}ax-button-item-list ax-button-item.ax-danger-default.ax-state-selected{background-color:rgba(var(--ax-color-danger-500));color:rgba(var(--ax-color-danger-fore))}ax-button-item-list ax-button-item.ax-info-default{color:rgba(var(--ax-color-info-500));border:transparent;background:transparent}ax-button-item-list ax-button-item.ax-info-default:hover,ax-button-item-list ax-button-item.ax-info-default:focus{color:rgba(var(--ax-color-info-fore-tint));background-color:rgba(var(--ax-color-on-surface))}ax-button-item-list ax-button-item.ax-info-default:active{color:rgba(var(--ax-color-info-400))}ax-button-item-list ax-button-item.ax-info-default.ax-state-selected{background-color:rgba(var(--ax-color-info-500));color:rgba(var(--ax-color-info-fore))}.ax-dark ax-button-item-list ax-button-item.ax-primary-default{color:rgba(var(--ax-color-primary-200));border:transparent;background:transparent}.ax-dark ax-button-item-list ax-button-item.ax-primary-default:hover,.ax-dark ax-button-item-list ax-button-item.ax-primary-default:focus{color:rgba(var(--ax-color-primary-300));background-color:rgba(var(--ax-color-on-surface))}.ax-dark ax-button-item-list ax-button-item.ax-primary-default:active{color:rgba(var(--ax-color-primary-100))}.ax-dark ax-button-item-list ax-button-item.ax-primary-default.ax-state-selected{background-color:rgba(var(--ax-color-primary-200));color:rgba(var(--ax-color-primary-fore))}.ax-dark ax-button-item-list ax-button-item.ax-secondary-default{color:rgba(var(--ax-color-secondary-200));border:transparent;background:transparent}.ax-dark ax-button-item-list ax-button-item.ax-secondary-default:hover,.ax-dark ax-button-item-list ax-button-item.ax-secondary-default:focus{color:rgba(var(--ax-color-secondary-300));background-color:rgba(var(--ax-color-on-surface))}.ax-dark ax-button-item-list ax-button-item.ax-secondary-default:active{color:rgba(var(--ax-color-secondary-100))}.ax-dark ax-button-item-list ax-button-item.ax-secondary-default.ax-state-selected{background-color:rgba(var(--ax-color-secondary-200));color:rgba(var(--ax-color-secondary-fore))}.ax-dark ax-button-item-list ax-button-item.ax-success-default{color:rgba(var(--ax-color-success-200));border:transparent;background:transparent}.ax-dark ax-button-item-list ax-button-item.ax-success-default:hover,.ax-dark ax-button-item-list ax-button-item.ax-success-default:focus{color:rgba(var(--ax-color-success-300));background-color:rgba(var(--ax-color-on-surface))}.ax-dark ax-button-item-list ax-button-item.ax-success-default:active{color:rgba(var(--ax-color-success-100))}.ax-dark ax-button-item-list ax-button-item.ax-success-default.ax-state-selected{background-color:rgba(var(--ax-color-success-200));color:rgba(var(--ax-color-success-fore))}.ax-dark ax-button-item-list ax-button-item.ax-warning-default{color:rgba(var(--ax-color-warning-200));border:transparent;background:transparent}.ax-dark ax-button-item-list ax-button-item.ax-warning-default:hover,.ax-dark ax-button-item-list ax-button-item.ax-warning-default:focus{color:rgba(var(--ax-color-warning-300));background-color:rgba(var(--ax-color-on-surface))}.ax-dark ax-button-item-list ax-button-item.ax-warning-default:active{color:rgba(var(--ax-color-warning-100))}.ax-dark ax-button-item-list ax-button-item.ax-warning-default.ax-state-selected{background-color:rgba(var(--ax-color-warning-200));color:rgba(var(--ax-color-warning-fore))}.ax-dark ax-button-item-list ax-button-item.ax-danger-default{color:rgba(var(--ax-color-danger-200));border:transparent;background:transparent}.ax-dark ax-button-item-list ax-button-item.ax-danger-default:hover,.ax-dark ax-button-item-list ax-button-item.ax-danger-default:focus{color:rgba(var(--ax-color-danger-300));background-color:rgba(var(--ax-color-on-surface))}.ax-dark ax-button-item-list ax-button-item.ax-danger-default:active{color:rgba(var(--ax-color-danger-100))}.ax-dark ax-button-item-list ax-button-item.ax-danger-default.ax-state-selected{background-color:rgba(var(--ax-color-danger-200));color:rgba(var(--ax-color-danger-fore))}.ax-dark ax-button-item-list ax-button-item.ax-info-default{color:rgba(var(--ax-color-info-200));border:transparent;background:transparent}.ax-dark ax-button-item-list ax-button-item.ax-info-default:hover,.ax-dark ax-button-item-list ax-button-item.ax-info-default:focus{color:rgba(var(--ax-color-info-300));background-color:rgba(var(--ax-color-on-surface))}.ax-dark ax-button-item-list ax-button-item.ax-info-default:active{color:rgba(var(--ax-color-info-100))}.ax-dark ax-button-item-list ax-button-item.ax-info-default.ax-state-selected{background-color:rgba(var(--ax-color-info-200));color:rgba(var(--ax-color-info-fore))}\n"] }]
101
+ }], ctorParameters: () => [{ type: i3.AXClosbaleComponent, decorators: [{
102
+ type: Optional
103
+ }, {
104
+ type: Inject,
105
+ args: [AXClosbaleComponent]
106
+ }] }], propDecorators: { _contentButtons: [{
107
+ type: ContentChildren,
108
+ args: [AXButtonItemComponent]
109
+ }], items: [{
110
+ type: Input
111
+ }], onItemClick: [{
112
+ type: Output
113
+ }] } });
114
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYnV0dG9uLWl0ZW0tbGlzdC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2NvbXBvbmVudHMvYnV0dG9uL3NyYy9saWIvYnV0dG9uLWl0ZW0tbGlzdC5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUVMLG1CQUFtQixFQUVuQixzQkFBc0IsR0FDdkIsTUFBTSwyQkFBMkIsQ0FBQztBQUNuQyxPQUFPLEVBRUwsdUJBQXVCLEVBQ3ZCLFNBQVMsRUFDVCxlQUFlLEVBQ2YsWUFBWSxFQUNaLE1BQU0sRUFDTixLQUFLLEVBQ0wsUUFBUSxFQUNSLE1BQU0sRUFDTixTQUFTLEVBQ1QsaUJBQWlCLEdBQ2xCLE1BQU0sZUFBZSxDQUFDO0FBQ3ZCLE9BQU8sRUFDTCxxQkFBcUIsR0FFdEIsTUFBTSx5QkFBeUIsQ0FBQzs7Ozs7QUE4QmpDLE1BQU0sT0FBTyx5QkFDWCxTQUFRLHNCQUFzQjtJQWE5QixZQUdVLE1BQTRCO1FBRXBDLEtBQUssRUFBRSxDQUFDO1FBRkEsV0FBTSxHQUFOLE1BQU0sQ0FBc0I7UUFUdEMsVUFBSyxHQUEyQixFQUFFLENBQUM7UUFHbkMsZ0JBQVcsR0FDVCxJQUFJLFlBQVksRUFBMkMsQ0FBQztJQVE5RCxDQUFDO0lBRUQsa0JBQWtCO1FBQ2hCLElBQUksQ0FBQyxhQUFhLEVBQUUsQ0FBQztRQUNyQixJQUFJLENBQUMsZUFBZSxDQUFDLE9BQU8sQ0FBQyxTQUFTLENBQUMsR0FBRyxFQUFFO1lBQzFDLElBQUksQ0FBQyxhQUFhLEVBQUUsQ0FBQztRQUN2QixDQUFDLENBQUMsQ0FBQztJQUNMLENBQUM7SUFFTyxhQUFhO1FBQ25CLElBQUksQ0FBQyxXQUFXLEVBQUUsQ0FBQztRQUNuQixJQUFJLENBQUMsVUFBVSxFQUFFLENBQUM7UUFDbEIsSUFBSSxDQUFDLEdBQUcsQ0FBQyxZQUFZLEVBQUUsQ0FBQztJQUMxQixDQUFDO0lBRU8sV0FBVztRQUNqQixJQUFJLENBQUMsZUFBZSxFQUFFLE9BQU8sQ0FBQyxDQUFDLENBQUMsRUFBRSxFQUFFO1lBQ2xDLElBQUksQ0FBQyxDQUFDLENBQUMsT0FBTyxDQUFDLE1BQU07Z0JBQ25CLENBQUMsQ0FBQyxPQUFPLENBQUMsU0FBUyxDQUFDLENBQUMsQ0FBQyxFQUFFLEVBQUU7b0JBQ3hCLElBQUksQ0FBQyxrQkFBa0IsQ0FBQyxDQUFDLENBQUMsQ0FBQztnQkFDN0IsQ0FBQyxDQUFDLENBQUM7UUFDUCxDQUFDLENBQUMsQ0FBQztJQUNMLENBQUM7SUFFTyxVQUFVO1FBQ2hCLElBQUksQ0FBQyxlQUFlLEVBQUUsT0FBTyxDQUFDLENBQUMsQ0FBQyxFQUFFLEVBQUU7WUFDbEMsQ0FBQyxDQUFDLFFBQVEsR0FBRyxDQUFDLENBQUMsUUFBUSxJQUFJLElBQUksQ0FBQyxRQUFRLENBQUM7UUFDM0MsQ0FBQyxDQUFDLENBQUM7SUFDTCxDQUFDO0lBRVMsa0JBQWtCLENBQUMsQ0FBZTtRQUMxQyxJQUFJLENBQUMsTUFBTSxFQUFFLEtBQUssRUFBRSxDQUFDO1FBQ3JCLElBQUksQ0FBQyxxQkFBcUIsQ0FBQyxDQUFDLEVBQUUsQ0FBQyxDQUFDLFNBQVMsQ0FBQyxDQUFDO0lBQzdDLENBQUM7SUFFRCxxQkFBcUIsQ0FBQyxDQUFlLEVBQUUsSUFBMkI7UUFDaEUsSUFBSSxDQUFDLFdBQVcsQ0FBQyxJQUFJLENBQUM7WUFDcEIsU0FBUyxFQUFFLElBQUk7WUFDZixJQUFJO1lBQ0osV0FBVyxFQUFFLElBQUksQ0FBQyxjQUFjLEVBQUU7WUFDbEMsV0FBVyxFQUFFLENBQUMsQ0FBQyxXQUFXO1lBQzFCLElBQUksRUFBRSxJQUFJLENBQUMsSUFBSTtZQUNmLElBQUksRUFBRSxJQUFJLENBQUMsSUFBSTtTQUNoQixDQUFDLENBQUM7SUFDTCxDQUFDOzhHQWhFVSx5QkFBeUIsa0JBZ0IxQixtQkFBbUI7a0dBaEJsQix5QkFBeUIsZ0tBSW5CLHFCQUFxQixvREE5QjVCOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7R0FxQlQ7OzJGQUtVLHlCQUF5QjtrQkE1QnJDLFNBQVM7K0JBQ0UscUJBQXFCLFlBQ3JCOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7R0FxQlQsbUJBRWdCLHVCQUF1QixDQUFDLE1BQU0saUJBQ2hDLGlCQUFpQixDQUFDLElBQUk7OzBCQWlCbEMsUUFBUTs7MEJBQ1IsTUFBTTsyQkFBQyxtQkFBbUI7eUNBWG5CLGVBQWU7c0JBRHhCLGVBQWU7dUJBQUMscUJBQXFCO2dCQUl0QyxLQUFLO3NCQURKLEtBQUs7Z0JBSU4sV0FBVztzQkFEVixNQUFNIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtcbiAgQVhDbGlja0V2ZW50LFxuICBBWENsb3NiYWxlQ29tcG9uZW50LFxuICBBWEl0ZW1DbGlja0V2ZW50LFxuICBNWEludGVyYWN0aXZlQ29tcG9uZW50LFxufSBmcm9tICdAYWNvcmV4L2NvbXBvbmVudHMvY29tbW9uJztcbmltcG9ydCB7XG4gIEFmdGVyQ29udGVudEluaXQsXG4gIENoYW5nZURldGVjdGlvblN0cmF0ZWd5LFxuICBDb21wb25lbnQsXG4gIENvbnRlbnRDaGlsZHJlbixcbiAgRXZlbnRFbWl0dGVyLFxuICBJbmplY3QsXG4gIElucHV0LFxuICBPcHRpb25hbCxcbiAgT3V0cHV0LFxuICBRdWVyeUxpc3QsXG4gIFZpZXdFbmNhcHN1bGF0aW9uLFxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7XG4gIEFYQnV0dG9uSXRlbUNvbXBvbmVudCxcbiAgQVhCdXR0b25JdGVtTGlzdEl0ZW0sXG59IGZyb20gJy4vYnV0dG9uLWl0ZW0uY29tcG9uZW50JztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnYXgtYnV0dG9uLWl0ZW0tbGlzdCcsXG4gIHRlbXBsYXRlOiBgXG4gICAgQGZvciAoaXRlbSBvZiBpdGVtczsgdHJhY2sgaXRlbS5uYW1lKSB7XG4gICAgPGF4LWJ1dHRvbi1pdGVtXG4gICAgICBbdGV4dF09XCJpdGVtLnRleHRcIlxuICAgICAgW25hbWVdPVwiaXRlbS5uYW1lXCJcbiAgICAgIFtkaXNhYmxlZF09XCJpdGVtLmRpc2FibGVkXCJcbiAgICAgIFtjb2xvcl09XCJpdGVtLmNvbG9yXCJcbiAgICAgIChvbkNsaWNrKT1cIl9oYW5kbGVPbkl0ZW1DbGljaygkZXZlbnQpXCJcbiAgICA+XG4gICAgICBAaWYgKGl0ZW0uaWNvbikge1xuICAgICAgPGF4LXByZWZpeD5cbiAgICAgICAgPGF4LWljb24gW2ljb25dPVwiaXRlbS5pY29uXCI+PC9heC1pY29uPlxuICAgICAgPC9heC1wcmVmaXg+XG4gICAgICB9XG4gICAgPC9heC1idXR0b24taXRlbT5cbiAgICBAaWYgKGl0ZW0uZGl2aWRlZCkge1xuICAgIDxheC1kaXZpZGVyPjwvYXgtZGl2aWRlcj5cbiAgICB9IH1cbiAgICA8bmctY29udGVudFxuICAgICAgc2VsZWN0PVwiYXgtYnV0dG9uLWl0ZW0sIGF4LXRpdGxlLCBheC1kaXZpZGVyLCBuZy1jb250YWluZXJcIlxuICAgID48L25nLWNvbnRlbnQ+XG4gIGAsXG4gIHN0eWxlVXJsczogWycuL2J1dHRvbi1pdGVtLWxpc3QuY29tcG9uZW50LnNjc3MnXSxcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG4gIGVuY2Fwc3VsYXRpb246IFZpZXdFbmNhcHN1bGF0aW9uLk5vbmUsXG59KVxuZXhwb3J0IGNsYXNzIEFYQnV0dG9uSXRlbUxpc3RDb21wb25lbnRcbiAgZXh0ZW5kcyBNWEludGVyYWN0aXZlQ29tcG9uZW50XG4gIGltcGxlbWVudHMgQWZ0ZXJDb250ZW50SW5pdFxue1xuICBAQ29udGVudENoaWxkcmVuKEFYQnV0dG9uSXRlbUNvbXBvbmVudClcbiAgcHJvdGVjdGVkIF9jb250ZW50QnV0dG9uczogUXVlcnlMaXN0PEFYQnV0dG9uSXRlbUNvbXBvbmVudD47XG5cbiAgQElucHV0KClcbiAgaXRlbXM6IEFYQnV0dG9uSXRlbUxpc3RJdGVtW10gPSBbXTtcblxuICBAT3V0cHV0KClcbiAgb25JdGVtQ2xpY2s6IEV2ZW50RW1pdHRlcjxBWEl0ZW1DbGlja0V2ZW50PEFYQnV0dG9uSXRlbUNvbXBvbmVudD4+ID1cbiAgICBuZXcgRXZlbnRFbWl0dGVyPEFYSXRlbUNsaWNrRXZlbnQ8QVhCdXR0b25JdGVtQ29tcG9uZW50Pj4oKTtcblxuICBjb25zdHJ1Y3RvcihcbiAgICBAT3B0aW9uYWwoKVxuICAgIEBJbmplY3QoQVhDbG9zYmFsZUNvbXBvbmVudClcbiAgICBwcml2YXRlIHBhcmVudD86IEFYQ2xvc2JhbGVDb21wb25lbnRcbiAgKSB7XG4gICAgc3VwZXIoKTtcbiAgfVxuXG4gIG5nQWZ0ZXJDb250ZW50SW5pdCgpIHtcbiAgICB0aGlzLl9pbml0Q29udGVudHMoKTtcbiAgICB0aGlzLl9jb250ZW50QnV0dG9ucy5jaGFuZ2VzLnN1YnNjcmliZSgoKSA9PiB7XG4gICAgICB0aGlzLl9pbml0Q29udGVudHMoKTtcbiAgICB9KTtcbiAgfVxuXG4gIHByaXZhdGUgX2luaXRDb250ZW50cygpIHtcbiAgICB0aGlzLl9iaW5kRXZlbnRzKCk7XG4gICAgdGhpcy5fYmluZFByb3BzKCk7XG4gICAgdGhpcy5jZHIubWFya0ZvckNoZWNrKCk7XG4gIH1cblxuICBwcml2YXRlIF9iaW5kRXZlbnRzKCkge1xuICAgIHRoaXMuX2NvbnRlbnRCdXR0b25zPy5mb3JFYWNoKChiKSA9PiB7XG4gICAgICBpZiAoIWIub25DbGljay5sZW5ndGgpXG4gICAgICAgIGIub25DbGljay5zdWJzY3JpYmUoKGMpID0+IHtcbiAgICAgICAgICB0aGlzLl9oYW5kbGVPbkl0ZW1DbGljayhjKTtcbiAgICAgICAgfSk7XG4gICAgfSk7XG4gIH1cblxuICBwcml2YXRlIF9iaW5kUHJvcHMoKSB7XG4gICAgdGhpcy5fY29udGVudEJ1dHRvbnM/LmZvckVhY2goKGIpID0+IHtcbiAgICAgIGIuZGlzYWJsZWQgPSBiLmRpc2FibGVkID8/IHRoaXMuZGlzYWJsZWQ7XG4gICAgfSk7XG4gIH1cblxuICBwcm90ZWN0ZWQgX2hhbmRsZU9uSXRlbUNsaWNrKGU6IEFYQ2xpY2tFdmVudCkge1xuICAgIHRoaXMucGFyZW50Py5jbG9zZSgpO1xuICAgIHRoaXMuX2VtaXRPbkl0ZW1DbGlja0V2ZW50KGUsIGUuY29tcG9uZW50KTtcbiAgfVxuXG4gIF9lbWl0T25JdGVtQ2xpY2tFdmVudChlOiBBWENsaWNrRXZlbnQsIGl0ZW06IEFYQnV0dG9uSXRlbUNvbXBvbmVudCk6IHZvaWQge1xuICAgIHRoaXMub25JdGVtQ2xpY2suZW1pdCh7XG4gICAgICBjb21wb25lbnQ6IHRoaXMsXG4gICAgICBpdGVtLFxuICAgICAgaHRtbEVsZW1lbnQ6IHRoaXMuZ2V0SG9zdEVsZW1lbnQoKSxcbiAgICAgIG5hdGl2ZUV2ZW50OiBlLm5hdGl2ZUV2ZW50LFxuICAgICAgbmFtZTogaXRlbS5uYW1lLFxuICAgICAgZGF0YTogaXRlbS5kYXRhLFxuICAgIH0pO1xuICB9XG59XG4iXX0=
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYnV0dG9uLWl0ZW0uY2xhc3MuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2NvbXBvbmVudHMvYnV0dG9uL3NyYy9saWIvYnV0dG9uLWl0ZW0uY2xhc3MudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7XG4gIEFYSG90S2V5QWN0aW9uLFxuICBBWFN0eWxlQ29sb3JUeXBlLFxuICBBWFN0eWxlTG9va1R5cGUsXG59IGZyb20gJ0BhY29yZXgvY29tcG9uZW50cy9jb21tb24nO1xuXG5leHBvcnQgdHlwZSBBWEJ1dHRvblR5cGUgPSAnc3VibWl0JyB8ICdidXR0b24nIHwgJ2NhbmNlbCcgfCAncmVzZXQnO1xuXG5leHBvcnQgaW50ZXJmYWNlIEFYQnV0dG9uSXRlbSB7XG4gIGNzc0NsYXNzPzogc3RyaW5nO1xuICBjb2xvcj86IEFYU3R5bGVDb2xvclR5cGU7XG4gIGxvb2s/OiBBWFN0eWxlTG9va1R5cGU7XG4gIHRleHQ/OiBzdHJpbmc7XG4gIHRvb2x0aXA/OiBzdHJpbmc7XG4gIGljb25DbGFzcz86IHN0cmluZztcbiAgYmFkZ2U/OiBzdHJpbmc7XG4gIGRpc2FibGVkPzogYm9vbGVhbjtcbiAgc2VsZWN0ZWQ/OiBib29sZWFuO1xuICBzZXBhcmF0ZWQ/OiBib29sZWFuO1xuICBuYW1lPzogc3RyaW5nO1xuICBkYXRhPzogdW5rbm93bjtcbiAgb25DbGljaz86IChlPzogeyBzb3VyY2U6IEFYQnV0dG9uSXRlbTsgaGFuZGxlZD86IGJvb2xlYW4gfSkgPT4gdm9pZDtcbiAgaG90a2V5Pzogc3RyaW5nIHwgQVhIb3RLZXlBY3Rpb247XG4gIHR5cGU/OiBBWEJ1dHRvblR5cGU7XG4gIGxvYWRpbmc/OiBib29sZWFuO1xuICBhdXRvZm9jdXM/OiBib29sZWFuO1xufVxuIl19
@@ -0,0 +1,106 @@
1
+ import { MXColorComponent, MXInteractiveComponent, } from '@acorex/components/common';
2
+ import { ChangeDetectionStrategy, Component, EventEmitter, HostBinding, HostListener, Input, Output, ViewEncapsulation, } from '@angular/core';
3
+ import { classes } from 'polytype';
4
+ import * as i0 from "@angular/core";
5
+ export class AXButtonItemComponent extends classes(MXInteractiveComponent, MXColorComponent) {
6
+ constructor() {
7
+ super(...arguments);
8
+ this.divided = false;
9
+ this.onClick = new EventEmitter();
10
+ this.tabindex = '0';
11
+ }
12
+ get selected() {
13
+ return this._selected;
14
+ }
15
+ set selected(v) {
16
+ this._selected = v;
17
+ this.cdr.markForCheck();
18
+ }
19
+ __hostClick(e) {
20
+ if (!this.disabled) {
21
+ this.onClick.emit({
22
+ component: this,
23
+ htmlElement: this.getHostElement(),
24
+ nativeEvent: e,
25
+ });
26
+ }
27
+ }
28
+ __hostFocus(e) {
29
+ this.emitOnFocusEvent(e);
30
+ }
31
+ __hostBlur(e) {
32
+ this.emitOnBlurEvent(e);
33
+ }
34
+ get __hostClass() {
35
+ const cssClasses = {
36
+ 'ax-button-icon': !this.text,
37
+ 'ax-state-disabled': this.disabled,
38
+ 'ax-state-selected': this.selected,
39
+ 'ax-divided': this.divided,
40
+ };
41
+ cssClasses[`ax-${this.color || 'primary'}-default`] = true;
42
+ return Object.entries(cssClasses)
43
+ .filter((c) => c[1])
44
+ .map((c) => c[0])
45
+ .join(' ');
46
+ }
47
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.2", ngImport: i0, type: AXButtonItemComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
48
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.2", type: AXButtonItemComponent, selector: "ax-button-item", inputs: { color: "color", disabled: "disabled", text: "text", selected: "selected", divided: "divided", data: "data", name: "name" }, outputs: { onClick: "onClick", onFocus: "onFocus", onBlur: "onBlur", disabledChange: "disabledChange" }, host: { listeners: { "click": "__hostClick($event)", "focus": "__hostFocus($event)", "blur": "__hostBlur($event)" }, properties: { "class": "this.__hostClass", "attr.tabindex": "this.tabindex" } }, usesInheritance: true, ngImport: i0, template: `
49
+ <ng-content select="ax-prefix"> </ng-content>
50
+ <ng-content select="ax-loading"> </ng-content>
51
+ <ng-content select="ax-icon"> </ng-content>
52
+ @if (text) {
53
+ <span class="ax-button-item-text">{{ text }}</span>
54
+ }
55
+ <ng-content select="ax-suffix"> </ng-content>
56
+ <ng-content select="ax-dropdown-panel"> </ng-content>
57
+ `, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
58
+ }
59
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.2", ngImport: i0, type: AXButtonItemComponent, decorators: [{
60
+ type: Component,
61
+ args: [{
62
+ selector: 'ax-button-item',
63
+ template: `
64
+ <ng-content select="ax-prefix"> </ng-content>
65
+ <ng-content select="ax-loading"> </ng-content>
66
+ <ng-content select="ax-icon"> </ng-content>
67
+ @if (text) {
68
+ <span class="ax-button-item-text">{{ text }}</span>
69
+ }
70
+ <ng-content select="ax-suffix"> </ng-content>
71
+ <ng-content select="ax-dropdown-panel"> </ng-content>
72
+ `,
73
+ encapsulation: ViewEncapsulation.None,
74
+ changeDetection: ChangeDetectionStrategy.OnPush,
75
+ inputs: ['color', 'disabled'],
76
+ outputs: ['onClick', 'onFocus', 'onBlur', 'disabledChange'],
77
+ }]
78
+ }], propDecorators: { text: [{
79
+ type: Input
80
+ }], selected: [{
81
+ type: Input
82
+ }], divided: [{
83
+ type: Input
84
+ }], data: [{
85
+ type: Input
86
+ }], name: [{
87
+ type: Input
88
+ }], onClick: [{
89
+ type: Output
90
+ }], __hostClick: [{
91
+ type: HostListener,
92
+ args: ['click', ['$event']]
93
+ }], __hostFocus: [{
94
+ type: HostListener,
95
+ args: ['focus', ['$event']]
96
+ }], __hostBlur: [{
97
+ type: HostListener,
98
+ args: ['blur', ['$event']]
99
+ }], __hostClass: [{
100
+ type: HostBinding,
101
+ args: ['class']
102
+ }], tabindex: [{
103
+ type: HostBinding,
104
+ args: ['attr.tabindex']
105
+ }] } });
106
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYnV0dG9uLWl0ZW0uY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9jb21wb25lbnRzL2J1dHRvbi9zcmMvbGliL2J1dHRvbi1pdGVtLmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBR0wsZ0JBQWdCLEVBQ2hCLHNCQUFzQixHQUN2QixNQUFNLDJCQUEyQixDQUFDO0FBRW5DLE9BQU8sRUFDTCx1QkFBdUIsRUFDdkIsU0FBUyxFQUNULFlBQVksRUFDWixXQUFXLEVBQ1gsWUFBWSxFQUNaLEtBQUssRUFDTCxNQUFNLEVBQ04saUJBQWlCLEdBQ2xCLE1BQU0sZUFBZSxDQUFDO0FBQ3ZCLE9BQU8sRUFBRSxPQUFPLEVBQUUsTUFBTSxVQUFVLENBQUM7O0FBNEJuQyxNQUFNLE9BQU8scUJBQXNCLFNBQVEsT0FBTyxDQUNoRCxzQkFBc0IsRUFDdEIsZ0JBQWdCLENBQ2pCO0lBcEJEOztRQW1DRSxZQUFPLEdBQUcsS0FBSyxDQUFDO1FBU2hCLFlBQU8sR0FBK0IsSUFBSSxZQUFZLEVBQWdCLENBQUM7UUFzQ3pDLGFBQVEsR0FBRyxHQUFHLENBQUM7S0FDOUM7SUExREMsSUFDVyxRQUFRO1FBQ2pCLE9BQU8sSUFBSSxDQUFDLFNBQVMsQ0FBQztJQUN4QixDQUFDO0lBQ0QsSUFBVyxRQUFRLENBQUMsQ0FBVTtRQUM1QixJQUFJLENBQUMsU0FBUyxHQUFHLENBQUMsQ0FBQztRQUNuQixJQUFJLENBQUMsR0FBRyxDQUFDLFlBQVksRUFBRSxDQUFDO0lBQzFCLENBQUM7SUFlTyxXQUFXLENBQUMsQ0FBYTtRQUMvQixJQUFJLENBQUMsSUFBSSxDQUFDLFFBQVEsRUFBRSxDQUFDO1lBQ25CLElBQUksQ0FBQyxPQUFPLENBQUMsSUFBSSxDQUFDO2dCQUNoQixTQUFTLEVBQUUsSUFBSTtnQkFDZixXQUFXLEVBQUUsSUFBSSxDQUFDLGNBQWMsRUFBRTtnQkFDbEMsV0FBVyxFQUFFLENBQUM7YUFDZixDQUFDLENBQUM7UUFDTCxDQUFDO0lBQ0gsQ0FBQztJQUdPLFdBQVcsQ0FBQyxDQUFhO1FBQy9CLElBQUksQ0FBQyxnQkFBZ0IsQ0FBQyxDQUFDLENBQUMsQ0FBQztJQUMzQixDQUFDO0lBR08sVUFBVSxDQUFDLENBQWE7UUFDOUIsSUFBSSxDQUFDLGVBQWUsQ0FBQyxDQUFDLENBQUMsQ0FBQztJQUMxQixDQUFDO0lBRUQsSUFDWSxXQUFXO1FBQ3JCLE1BQU0sVUFBVSxHQUFHO1lBQ2pCLGdCQUFnQixFQUFFLENBQUMsSUFBSSxDQUFDLElBQUk7WUFDNUIsbUJBQW1CLEVBQUUsSUFBSSxDQUFDLFFBQVE7WUFDbEMsbUJBQW1CLEVBQUUsSUFBSSxDQUFDLFFBQVE7WUFDbEMsWUFBWSxFQUFFLElBQUksQ0FBQyxPQUFPO1NBQzNCLENBQUM7UUFDRixVQUFVLENBQUMsTUFBTSxJQUFJLENBQUMsS0FBSyxJQUFJLFNBQVMsVUFBVSxDQUFDLEdBQUcsSUFBSSxDQUFDO1FBQzNELE9BQU8sTUFBTSxDQUFDLE9BQU8sQ0FBQyxVQUFVLENBQUM7YUFDOUIsTUFBTSxDQUFDLENBQUMsQ0FBQyxFQUFFLEVBQUUsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUM7YUFDbkIsR0FBRyxDQUFDLENBQUMsQ0FBQyxFQUFFLEVBQUUsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUM7YUFDaEIsSUFBSSxDQUFDLEdBQUcsQ0FBQyxDQUFDO0lBQ2YsQ0FBQzs4R0EvRFUscUJBQXFCO2tHQUFyQixxQkFBcUIsa2dCQWZ0Qjs7Ozs7Ozs7O0dBU1Q7OzJGQU1VLHFCQUFxQjtrQkFqQmpDLFNBQVM7bUJBQUM7b0JBQ1QsUUFBUSxFQUFFLGdCQUFnQjtvQkFDMUIsUUFBUSxFQUFFOzs7Ozs7Ozs7R0FTVDtvQkFDRCxhQUFhLEVBQUUsaUJBQWlCLENBQUMsSUFBSTtvQkFDckMsZUFBZSxFQUFFLHVCQUF1QixDQUFDLE1BQU07b0JBQy9DLE1BQU0sRUFBRSxDQUFDLE9BQU8sRUFBRSxVQUFVLENBQUM7b0JBQzdCLE9BQU8sRUFBRSxDQUFDLFNBQVMsRUFBRSxTQUFTLEVBQUUsUUFBUSxFQUFFLGdCQUFnQixDQUFDO2lCQUM1RDs4QkFNQyxJQUFJO3NCQURILEtBQUs7Z0JBS0ssUUFBUTtzQkFEbEIsS0FBSztnQkFVTixPQUFPO3NCQUROLEtBQUs7Z0JBSU4sSUFBSTtzQkFESCxLQUFLO2dCQUlOLElBQUk7c0JBREgsS0FBSztnQkFJTixPQUFPO3NCQUROLE1BQU07Z0JBSUMsV0FBVztzQkFEbEIsWUFBWTt1QkFBQyxPQUFPLEVBQUUsQ0FBQyxRQUFRLENBQUM7Z0JBWXpCLFdBQVc7c0JBRGxCLFlBQVk7dUJBQUMsT0FBTyxFQUFFLENBQUMsUUFBUSxDQUFDO2dCQU16QixVQUFVO3NCQURqQixZQUFZO3VCQUFDLE1BQU0sRUFBRSxDQUFDLFFBQVEsQ0FBQztnQkFNcEIsV0FBVztzQkFEdEIsV0FBVzt1QkFBQyxPQUFPO2dCQWVVLFFBQVE7c0JBQXJDLFdBQVc7dUJBQUMsZUFBZSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7XG4gIEFYQ2xpY2tFdmVudCxcbiAgQVhTdHlsZUNvbG9yVHlwZSxcbiAgTVhDb2xvckNvbXBvbmVudCxcbiAgTVhJbnRlcmFjdGl2ZUNvbXBvbmVudCxcbn0gZnJvbSAnQGFjb3JleC9jb21wb25lbnRzL2NvbW1vbic7XG5cbmltcG9ydCB7XG4gIENoYW5nZURldGVjdGlvblN0cmF0ZWd5LFxuICBDb21wb25lbnQsXG4gIEV2ZW50RW1pdHRlcixcbiAgSG9zdEJpbmRpbmcsXG4gIEhvc3RMaXN0ZW5lcixcbiAgSW5wdXQsXG4gIE91dHB1dCxcbiAgVmlld0VuY2Fwc3VsYXRpb24sXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgY2xhc3NlcyB9IGZyb20gJ3BvbHl0eXBlJztcblxuZXhwb3J0IGludGVyZmFjZSBBWEJ1dHRvbkl0ZW1MaXN0SXRlbSB7XG4gIG5hbWU6IHN0cmluZztcbiAgdGV4dDogc3RyaW5nO1xuICBpY29uOiBzdHJpbmc7XG4gIGRpdmlkZWQ/OiBib29sZWFuO1xuICBkaXNhYmxlZD86IGJvb2xlYW47XG4gIGNvbG9yPzogQVhTdHlsZUNvbG9yVHlwZTtcbn1cblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnYXgtYnV0dG9uLWl0ZW0nLFxuICB0ZW1wbGF0ZTogYFxuICAgIDxuZy1jb250ZW50IHNlbGVjdD1cImF4LXByZWZpeFwiPiA8L25nLWNvbnRlbnQ+XG4gICAgPG5nLWNvbnRlbnQgc2VsZWN0PVwiYXgtbG9hZGluZ1wiPiA8L25nLWNvbnRlbnQ+XG4gICAgPG5nLWNvbnRlbnQgc2VsZWN0PVwiYXgtaWNvblwiPiA8L25nLWNvbnRlbnQ+XG4gICAgQGlmICh0ZXh0KSB7XG4gICAgPHNwYW4gY2xhc3M9XCJheC1idXR0b24taXRlbS10ZXh0XCI+e3sgdGV4dCB9fTwvc3Bhbj5cbiAgICB9XG4gICAgPG5nLWNvbnRlbnQgc2VsZWN0PVwiYXgtc3VmZml4XCI+IDwvbmctY29udGVudD5cbiAgICA8bmctY29udGVudCBzZWxlY3Q9XCJheC1kcm9wZG93bi1wYW5lbFwiPiA8L25nLWNvbnRlbnQ+XG4gIGAsXG4gIGVuY2Fwc3VsYXRpb246IFZpZXdFbmNhcHN1bGF0aW9uLk5vbmUsXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxuICBpbnB1dHM6IFsnY29sb3InLCAnZGlzYWJsZWQnXSxcbiAgb3V0cHV0czogWydvbkNsaWNrJywgJ29uRm9jdXMnLCAnb25CbHVyJywgJ2Rpc2FibGVkQ2hhbmdlJ10sXG59KVxuZXhwb3J0IGNsYXNzIEFYQnV0dG9uSXRlbUNvbXBvbmVudCBleHRlbmRzIGNsYXNzZXMoXG4gIE1YSW50ZXJhY3RpdmVDb21wb25lbnQsXG4gIE1YQ29sb3JDb21wb25lbnRcbikge1xuICBASW5wdXQoKVxuICB0ZXh0OiBzdHJpbmc7XG5cbiAgcHJpdmF0ZSBfc2VsZWN0ZWQ6IGJvb2xlYW47XG4gIEBJbnB1dCgpXG4gIHB1YmxpYyBnZXQgc2VsZWN0ZWQoKTogYm9vbGVhbiB7XG4gICAgcmV0dXJuIHRoaXMuX3NlbGVjdGVkO1xuICB9XG4gIHB1YmxpYyBzZXQgc2VsZWN0ZWQodjogYm9vbGVhbikge1xuICAgIHRoaXMuX3NlbGVjdGVkID0gdjtcbiAgICB0aGlzLmNkci5tYXJrRm9yQ2hlY2soKTtcbiAgfVxuXG4gIEBJbnB1dCgpXG4gIGRpdmlkZWQgPSBmYWxzZTtcblxuICBASW5wdXQoKVxuICBkYXRhOiB1bmtub3duO1xuXG4gIEBJbnB1dCgpXG4gIG5hbWU6IHN0cmluZztcblxuICBAT3V0cHV0KClcbiAgb25DbGljazogRXZlbnRFbWl0dGVyPEFYQ2xpY2tFdmVudD4gPSBuZXcgRXZlbnRFbWl0dGVyPEFYQ2xpY2tFdmVudD4oKTtcblxuICBASG9zdExpc3RlbmVyKCdjbGljaycsIFsnJGV2ZW50J10pXG4gIHByaXZhdGUgX19ob3N0Q2xpY2soZTogTW91c2VFdmVudCkge1xuICAgIGlmICghdGhpcy5kaXNhYmxlZCkge1xuICAgICAgdGhpcy5vbkNsaWNrLmVtaXQoe1xuICAgICAgICBjb21wb25lbnQ6IHRoaXMsXG4gICAgICAgIGh0bWxFbGVtZW50OiB0aGlzLmdldEhvc3RFbGVtZW50KCksXG4gICAgICAgIG5hdGl2ZUV2ZW50OiBlLFxuICAgICAgfSk7XG4gICAgfVxuICB9XG5cbiAgQEhvc3RMaXN0ZW5lcignZm9jdXMnLCBbJyRldmVudCddKVxuICBwcml2YXRlIF9faG9zdEZvY3VzKGU6IEZvY3VzRXZlbnQpIHtcbiAgICB0aGlzLmVtaXRPbkZvY3VzRXZlbnQoZSk7XG4gIH1cblxuICBASG9zdExpc3RlbmVyKCdibHVyJywgWyckZXZlbnQnXSlcbiAgcHJpdmF0ZSBfX2hvc3RCbHVyKGU6IEZvY3VzRXZlbnQpIHtcbiAgICB0aGlzLmVtaXRPbkJsdXJFdmVudChlKTtcbiAgfVxuXG4gIEBIb3N0QmluZGluZygnY2xhc3MnKVxuICBwcml2YXRlIGdldCBfX2hvc3RDbGFzcygpOiBzdHJpbmcge1xuICAgIGNvbnN0IGNzc0NsYXNzZXMgPSB7XG4gICAgICAnYXgtYnV0dG9uLWljb24nOiAhdGhpcy50ZXh0LFxuICAgICAgJ2F4LXN0YXRlLWRpc2FibGVkJzogdGhpcy5kaXNhYmxlZCxcbiAgICAgICdheC1zdGF0ZS1zZWxlY3RlZCc6IHRoaXMuc2VsZWN0ZWQsXG4gICAgICAnYXgtZGl2aWRlZCc6IHRoaXMuZGl2aWRlZCxcbiAgICB9O1xuICAgIGNzc0NsYXNzZXNbYGF4LSR7dGhpcy5jb2xvciB8fCAncHJpbWFyeSd9LWRlZmF1bHRgXSA9IHRydWU7XG4gICAgcmV0dXJuIE9iamVjdC5lbnRyaWVzKGNzc0NsYXNzZXMpXG4gICAgICAuZmlsdGVyKChjKSA9PiBjWzFdKVxuICAgICAgLm1hcCgoYykgPT4gY1swXSlcbiAgICAgIC5qb2luKCcgJyk7XG4gIH1cblxuICBASG9zdEJpbmRpbmcoJ2F0dHIudGFiaW5kZXgnKSB0YWJpbmRleCA9ICcwJztcbn1cbiJdfQ==