@acorex/components 20.2.0-next.9 → 20.2.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 (298) hide show
  1. package/accordion/index.d.ts +6 -5
  2. package/action-sheet/index.d.ts +1 -10
  3. package/alert/index.d.ts +1 -3
  4. package/aspect-ratio/README.md +3 -0
  5. package/aspect-ratio/index.d.ts +11 -0
  6. package/autocomplete/index.d.ts +6 -2
  7. package/avatar/index.d.ts +1 -2
  8. package/badge/index.d.ts +1 -2
  9. package/bottom-navigation/index.d.ts +10 -2
  10. package/breadcrumbs/index.d.ts +2 -3
  11. package/button/index.d.ts +56 -17
  12. package/button-group/index.d.ts +10 -6
  13. package/calendar/index.d.ts +9 -9
  14. package/check-box/index.d.ts +1 -4
  15. package/chips/index.d.ts +1 -2
  16. package/circular-progress/index.d.ts +23 -18
  17. package/code-editor/README.md +3 -0
  18. package/code-editor/index.d.ts +103 -0
  19. package/collapse/index.d.ts +7 -6
  20. package/color-box/index.d.ts +5 -8
  21. package/color-palette/index.d.ts +19 -24
  22. package/command/README.md +3 -0
  23. package/command/index.d.ts +60 -0
  24. package/comment/index.d.ts +15 -10
  25. package/conversation/index.d.ts +106 -78
  26. package/data-list/README.md +356 -0
  27. package/data-list/index.d.ts +102 -0
  28. package/data-pager/index.d.ts +22 -17
  29. package/data-table/index.d.ts +59 -3
  30. package/datetime-box/index.d.ts +11 -15
  31. package/datetime-input/index.d.ts +1 -4
  32. package/datetime-picker/index.d.ts +4 -11
  33. package/decorators/index.d.ts +2 -2
  34. package/dialog/index.d.ts +29 -4
  35. package/drawer-2/index.d.ts +22 -8
  36. package/dropdown/index.d.ts +44 -3
  37. package/dropdown-button/index.d.ts +7 -2
  38. package/fesm2022/acorex-components-accordion.mjs +74 -72
  39. package/fesm2022/acorex-components-accordion.mjs.map +1 -1
  40. package/fesm2022/acorex-components-action-sheet.mjs +22 -48
  41. package/fesm2022/acorex-components-action-sheet.mjs.map +1 -1
  42. package/fesm2022/acorex-components-alert.mjs +12 -16
  43. package/fesm2022/acorex-components-alert.mjs.map +1 -1
  44. package/fesm2022/acorex-components-aspect-ratio.mjs +36 -0
  45. package/fesm2022/acorex-components-aspect-ratio.mjs.map +1 -0
  46. package/fesm2022/acorex-components-audio-wave.mjs +7 -7
  47. package/fesm2022/acorex-components-audio-wave.mjs.map +1 -1
  48. package/fesm2022/acorex-components-autocomplete.mjs +25 -10
  49. package/fesm2022/acorex-components-autocomplete.mjs.map +1 -1
  50. package/fesm2022/acorex-components-avatar.mjs +13 -17
  51. package/fesm2022/acorex-components-avatar.mjs.map +1 -1
  52. package/fesm2022/acorex-components-badge.mjs +9 -11
  53. package/fesm2022/acorex-components-badge.mjs.map +1 -1
  54. package/fesm2022/acorex-components-bottom-navigation.mjs +18 -16
  55. package/fesm2022/acorex-components-bottom-navigation.mjs.map +1 -1
  56. package/fesm2022/acorex-components-breadcrumbs.mjs +21 -20
  57. package/fesm2022/acorex-components-breadcrumbs.mjs.map +1 -1
  58. package/fesm2022/acorex-components-button-group.mjs +35 -26
  59. package/fesm2022/acorex-components-button-group.mjs.map +1 -1
  60. package/fesm2022/acorex-components-button.mjs +78 -38
  61. package/fesm2022/acorex-components-button.mjs.map +1 -1
  62. package/fesm2022/acorex-components-calendar.mjs +52 -41
  63. package/fesm2022/acorex-components-calendar.mjs.map +1 -1
  64. package/fesm2022/acorex-components-check-box.mjs +10 -13
  65. package/fesm2022/acorex-components-check-box.mjs.map +1 -1
  66. package/fesm2022/acorex-components-chips.mjs +9 -11
  67. package/fesm2022/acorex-components-chips.mjs.map +1 -1
  68. package/fesm2022/acorex-components-circular-progress.mjs +31 -26
  69. package/fesm2022/acorex-components-circular-progress.mjs.map +1 -1
  70. package/fesm2022/acorex-components-code-editor.mjs +591 -0
  71. package/fesm2022/acorex-components-code-editor.mjs.map +1 -0
  72. package/fesm2022/acorex-components-collapse.mjs +21 -21
  73. package/fesm2022/acorex-components-collapse.mjs.map +1 -1
  74. package/fesm2022/acorex-components-color-box.mjs +32 -32
  75. package/fesm2022/acorex-components-color-box.mjs.map +1 -1
  76. package/fesm2022/acorex-components-color-palette.mjs +68 -84
  77. package/fesm2022/acorex-components-color-palette.mjs.map +1 -1
  78. package/fesm2022/acorex-components-command.mjs +144 -0
  79. package/fesm2022/acorex-components-command.mjs.map +1 -0
  80. package/fesm2022/acorex-components-comment.mjs +47 -41
  81. package/fesm2022/acorex-components-comment.mjs.map +1 -1
  82. package/fesm2022/acorex-components-conversation.mjs +121 -89
  83. package/fesm2022/acorex-components-conversation.mjs.map +1 -1
  84. package/fesm2022/acorex-components-cron-job.mjs +46 -46
  85. package/fesm2022/acorex-components-cron-job.mjs.map +1 -1
  86. package/fesm2022/acorex-components-data-list.mjs +386 -0
  87. package/fesm2022/acorex-components-data-list.mjs.map +1 -0
  88. package/fesm2022/acorex-components-data-pager.mjs +41 -36
  89. package/fesm2022/acorex-components-data-pager.mjs.map +1 -1
  90. package/fesm2022/acorex-components-data-table.mjs +97 -41
  91. package/fesm2022/acorex-components-data-table.mjs.map +1 -1
  92. package/fesm2022/acorex-components-datetime-box.mjs +21 -35
  93. package/fesm2022/acorex-components-datetime-box.mjs.map +1 -1
  94. package/fesm2022/acorex-components-datetime-input.mjs +13 -17
  95. package/fesm2022/acorex-components-datetime-input.mjs.map +1 -1
  96. package/fesm2022/acorex-components-datetime-picker.mjs +44 -46
  97. package/fesm2022/acorex-components-datetime-picker.mjs.map +1 -1
  98. package/fesm2022/acorex-components-decorators.mjs +27 -27
  99. package/fesm2022/acorex-components-decorators.mjs.map +1 -1
  100. package/fesm2022/acorex-components-dialog.mjs +44 -19
  101. package/fesm2022/acorex-components-dialog.mjs.map +1 -1
  102. package/fesm2022/acorex-components-drawer-2.mjs +28 -14
  103. package/fesm2022/acorex-components-drawer-2.mjs.map +1 -1
  104. package/fesm2022/acorex-components-drawer.mjs +13 -13
  105. package/fesm2022/acorex-components-drawer.mjs.map +1 -1
  106. package/fesm2022/acorex-components-dropdown-button.mjs +16 -11
  107. package/fesm2022/acorex-components-dropdown-button.mjs.map +1 -1
  108. package/fesm2022/acorex-components-dropdown.mjs +57 -13
  109. package/fesm2022/acorex-components-dropdown.mjs.map +1 -1
  110. package/fesm2022/acorex-components-file-explorer.mjs +25 -25
  111. package/fesm2022/acorex-components-file-explorer.mjs.map +1 -1
  112. package/fesm2022/acorex-components-flow-chart.mjs +40 -16
  113. package/fesm2022/acorex-components-flow-chart.mjs.map +1 -1
  114. package/fesm2022/acorex-components-form.mjs +36 -17
  115. package/fesm2022/acorex-components-form.mjs.map +1 -1
  116. package/fesm2022/acorex-components-grid-layout-builder.mjs +125 -15
  117. package/fesm2022/acorex-components-grid-layout-builder.mjs.map +1 -1
  118. package/fesm2022/acorex-components-image-editor.mjs +115 -92
  119. package/fesm2022/acorex-components-image-editor.mjs.map +1 -1
  120. package/fesm2022/acorex-components-image.mjs +7 -7
  121. package/fesm2022/acorex-components-image.mjs.map +1 -1
  122. package/fesm2022/acorex-components-json-viewer.mjs +8 -8
  123. package/fesm2022/acorex-components-json-viewer.mjs.map +1 -1
  124. package/fesm2022/acorex-components-kanban.mjs +11 -7
  125. package/fesm2022/acorex-components-kanban.mjs.map +1 -1
  126. package/fesm2022/acorex-components-kbd.mjs +21 -29
  127. package/fesm2022/acorex-components-kbd.mjs.map +1 -1
  128. package/fesm2022/acorex-components-label.mjs +11 -15
  129. package/fesm2022/acorex-components-label.mjs.map +1 -1
  130. package/fesm2022/acorex-components-list.mjs +17 -28
  131. package/fesm2022/acorex-components-list.mjs.map +1 -1
  132. package/fesm2022/acorex-components-loading-dialog.mjs +58 -59
  133. package/fesm2022/acorex-components-loading-dialog.mjs.map +1 -1
  134. package/fesm2022/acorex-components-loading.mjs +84 -28
  135. package/fesm2022/acorex-components-loading.mjs.map +1 -1
  136. package/fesm2022/acorex-components-map.mjs +484 -112
  137. package/fesm2022/acorex-components-map.mjs.map +1 -1
  138. package/fesm2022/acorex-components-media-viewer.mjs +47 -37
  139. package/fesm2022/acorex-components-media-viewer.mjs.map +1 -1
  140. package/fesm2022/acorex-components-menu.mjs +67 -37
  141. package/fesm2022/acorex-components-menu.mjs.map +1 -1
  142. package/fesm2022/{acorex-components-modal-acorex-components-modal-C4zx7OP6.mjs → acorex-components-modal-acorex-components-modal-h5Y-qcbh.mjs} +117 -40
  143. package/fesm2022/acorex-components-modal-acorex-components-modal-h5Y-qcbh.mjs.map +1 -0
  144. package/fesm2022/acorex-components-modal-modal-content.component-B6tyMLdU.mjs +235 -0
  145. package/fesm2022/acorex-components-modal-modal-content.component-B6tyMLdU.mjs.map +1 -0
  146. package/fesm2022/acorex-components-modal.mjs +1 -1
  147. package/fesm2022/acorex-components-navbar.mjs +14 -10
  148. package/fesm2022/acorex-components-navbar.mjs.map +1 -1
  149. package/fesm2022/acorex-components-notification.mjs +31 -45
  150. package/fesm2022/acorex-components-notification.mjs.map +1 -1
  151. package/fesm2022/acorex-components-number-box-2.mjs +18 -5
  152. package/fesm2022/acorex-components-number-box-2.mjs.map +1 -1
  153. package/fesm2022/acorex-components-number-box.mjs +7 -7
  154. package/fesm2022/acorex-components-number-box.mjs.map +1 -1
  155. package/fesm2022/acorex-components-otp.mjs +14 -15
  156. package/fesm2022/acorex-components-otp.mjs.map +1 -1
  157. package/fesm2022/acorex-components-page.mjs +10 -10
  158. package/fesm2022/acorex-components-page.mjs.map +1 -1
  159. package/fesm2022/acorex-components-paint.mjs +68 -33
  160. package/fesm2022/acorex-components-paint.mjs.map +1 -1
  161. package/fesm2022/acorex-components-password-box.mjs +15 -18
  162. package/fesm2022/acorex-components-password-box.mjs.map +1 -1
  163. package/fesm2022/acorex-components-pdf-reader.mjs +7 -7
  164. package/fesm2022/acorex-components-pdf-reader.mjs.map +1 -1
  165. package/fesm2022/acorex-components-phone-box.mjs +44 -14
  166. package/fesm2022/acorex-components-phone-box.mjs.map +1 -1
  167. package/fesm2022/acorex-components-picker.mjs +13 -13
  168. package/fesm2022/acorex-components-picker.mjs.map +1 -1
  169. package/fesm2022/acorex-components-popover.mjs +13 -18
  170. package/fesm2022/acorex-components-popover.mjs.map +1 -1
  171. package/fesm2022/acorex-components-popup.mjs +10 -10
  172. package/fesm2022/acorex-components-popup.mjs.map +1 -1
  173. package/fesm2022/acorex-components-progress-bar.mjs +8 -8
  174. package/fesm2022/acorex-components-progress-bar.mjs.map +1 -1
  175. package/fesm2022/acorex-components-qrcode.mjs +7 -7
  176. package/fesm2022/acorex-components-qrcode.mjs.map +1 -1
  177. package/fesm2022/acorex-components-query-builder.mjs +7 -7
  178. package/fesm2022/acorex-components-query-builder.mjs.map +1 -1
  179. package/fesm2022/acorex-components-radio.mjs +7 -7
  180. package/fesm2022/acorex-components-radio.mjs.map +1 -1
  181. package/fesm2022/acorex-components-rail-navigation.mjs +26 -16
  182. package/fesm2022/acorex-components-rail-navigation.mjs.map +1 -1
  183. package/fesm2022/acorex-components-range-slider.mjs +13 -9
  184. package/fesm2022/acorex-components-range-slider.mjs.map +1 -1
  185. package/fesm2022/acorex-components-rate-picker.mjs +7 -7
  186. package/fesm2022/acorex-components-rate-picker.mjs.map +1 -1
  187. package/fesm2022/acorex-components-rest-api-generator.mjs +23 -23
  188. package/fesm2022/acorex-components-rest-api-generator.mjs.map +1 -1
  189. package/fesm2022/acorex-components-result.mjs +7 -7
  190. package/fesm2022/acorex-components-result.mjs.map +1 -1
  191. package/fesm2022/acorex-components-routing-progress.mjs +7 -7
  192. package/fesm2022/acorex-components-routing-progress.mjs.map +1 -1
  193. package/fesm2022/acorex-components-rrule.mjs +222 -102
  194. package/fesm2022/acorex-components-rrule.mjs.map +1 -1
  195. package/fesm2022/acorex-components-scheduler.mjs +1581 -167
  196. package/fesm2022/acorex-components-scheduler.mjs.map +1 -1
  197. package/fesm2022/acorex-components-scss.mjs +4 -4
  198. package/fesm2022/acorex-components-scss.mjs.map +1 -1
  199. package/fesm2022/acorex-components-search-box.mjs +7 -7
  200. package/fesm2022/acorex-components-search-box.mjs.map +1 -1
  201. package/fesm2022/acorex-components-select-box.mjs +70 -28
  202. package/fesm2022/acorex-components-select-box.mjs.map +1 -1
  203. package/fesm2022/acorex-components-selection-list-2.mjs +12 -9
  204. package/fesm2022/acorex-components-selection-list-2.mjs.map +1 -1
  205. package/fesm2022/acorex-components-selection-list.mjs +14 -11
  206. package/fesm2022/acorex-components-selection-list.mjs.map +1 -1
  207. package/fesm2022/acorex-components-side-menu.mjs +98 -43
  208. package/fesm2022/acorex-components-side-menu.mjs.map +1 -1
  209. package/fesm2022/acorex-components-skeleton.mjs +7 -7
  210. package/fesm2022/acorex-components-skeleton.mjs.map +1 -1
  211. package/fesm2022/acorex-components-slider.mjs +9 -9
  212. package/fesm2022/acorex-components-slider.mjs.map +1 -1
  213. package/fesm2022/acorex-components-sliding-item.mjs +16 -16
  214. package/fesm2022/acorex-components-sliding-item.mjs.map +1 -1
  215. package/fesm2022/acorex-components-step-wizard.mjs +31 -32
  216. package/fesm2022/acorex-components-step-wizard.mjs.map +1 -1
  217. package/fesm2022/acorex-components-switch.mjs +12 -12
  218. package/fesm2022/acorex-components-switch.mjs.map +1 -1
  219. package/fesm2022/acorex-components-tabs.mjs +20 -15
  220. package/fesm2022/acorex-components-tabs.mjs.map +1 -1
  221. package/fesm2022/acorex-components-tag-box.mjs +47 -19
  222. package/fesm2022/acorex-components-tag-box.mjs.map +1 -1
  223. package/fesm2022/acorex-components-tag.mjs +8 -8
  224. package/fesm2022/acorex-components-tag.mjs.map +1 -1
  225. package/fesm2022/acorex-components-text-area.mjs +8 -9
  226. package/fesm2022/acorex-components-text-area.mjs.map +1 -1
  227. package/fesm2022/acorex-components-text-box.mjs +22 -12
  228. package/fesm2022/acorex-components-text-box.mjs.map +1 -1
  229. package/fesm2022/acorex-components-time-duration.mjs +7 -7
  230. package/fesm2022/acorex-components-time-duration.mjs.map +1 -1
  231. package/fesm2022/acorex-components-time-line.mjs +13 -10
  232. package/fesm2022/acorex-components-time-line.mjs.map +1 -1
  233. package/fesm2022/acorex-components-toast.mjs +59 -14
  234. package/fesm2022/acorex-components-toast.mjs.map +1 -1
  235. package/fesm2022/acorex-components-toolbar.mjs +7 -7
  236. package/fesm2022/acorex-components-toolbar.mjs.map +1 -1
  237. package/fesm2022/acorex-components-tooltip.mjs +12 -11
  238. package/fesm2022/acorex-components-tooltip.mjs.map +1 -1
  239. package/fesm2022/acorex-components-tree-view.mjs +12 -12
  240. package/fesm2022/acorex-components-tree-view.mjs.map +1 -1
  241. package/fesm2022/acorex-components-uploader.mjs +252 -56
  242. package/fesm2022/acorex-components-uploader.mjs.map +1 -1
  243. package/fesm2022/acorex-components-video-player.mjs +7 -7
  244. package/fesm2022/acorex-components-video-player.mjs.map +1 -1
  245. package/fesm2022/acorex-components-wysiwyg.mjs +96 -60
  246. package/fesm2022/acorex-components-wysiwyg.mjs.map +1 -1
  247. package/flow-chart/index.d.ts +24 -0
  248. package/form/index.d.ts +27 -13
  249. package/grid-layout-builder/index.d.ts +115 -4
  250. package/image/index.d.ts +4 -4
  251. package/image-editor/index.d.ts +16 -14
  252. package/json-viewer/index.d.ts +3 -3
  253. package/kanban/index.d.ts +7 -3
  254. package/kbd/index.d.ts +11 -11
  255. package/label/index.d.ts +1 -2
  256. package/list/index.d.ts +4 -14
  257. package/loading/index.d.ts +59 -6
  258. package/loading-dialog/index.d.ts +30 -19
  259. package/map/index.d.ts +95 -2
  260. package/menu/index.d.ts +38 -13
  261. package/modal/index.d.ts +47 -2
  262. package/navbar/index.d.ts +7 -3
  263. package/notification/index.d.ts +1 -8
  264. package/number-box-2/index.d.ts +1 -1
  265. package/otp/index.d.ts +1 -3
  266. package/package.json +43 -4
  267. package/paint/index.d.ts +42 -7
  268. package/password-box/index.d.ts +7 -10
  269. package/phone-box/index.d.ts +17 -16
  270. package/popover/index.d.ts +2 -2
  271. package/popup/index.d.ts +2 -2
  272. package/qrcode/index.d.ts +7 -7
  273. package/query-builder/index.d.ts +1 -1
  274. package/rail-navigation/index.d.ts +12 -3
  275. package/range-slider/index.d.ts +13 -13
  276. package/rate-picker/index.d.ts +5 -5
  277. package/rest-api-generator/index.d.ts +1 -1
  278. package/rrule/index.d.ts +40 -17
  279. package/scheduler/index.d.ts +541 -191
  280. package/search-box/index.d.ts +2 -2
  281. package/select-box/index.d.ts +13 -4
  282. package/selection-list-2/index.d.ts +3 -3
  283. package/side-menu/index.d.ts +24 -15
  284. package/sliding-item/index.d.ts +4 -5
  285. package/step-wizard/index.d.ts +10 -13
  286. package/switch/index.d.ts +0 -1
  287. package/tabs/index.d.ts +6 -1
  288. package/tag-box/index.d.ts +18 -2
  289. package/text-area/index.d.ts +1 -2
  290. package/text-box/index.d.ts +2 -0
  291. package/time-line/index.d.ts +3 -0
  292. package/toast/index.d.ts +45 -1
  293. package/tooltip/index.d.ts +2 -1
  294. package/uploader/index.d.ts +215 -5
  295. package/wysiwyg/index.d.ts +26 -5
  296. package/fesm2022/acorex-components-modal-acorex-components-modal-C4zx7OP6.mjs.map +0 -1
  297. package/fesm2022/acorex-components-modal-modal-content.component-DfhgA_WL.mjs +0 -218
  298. package/fesm2022/acorex-components-modal-modal-content.component-DfhgA_WL.mjs.map +0 -1
@@ -3,7 +3,8 @@ import * as i0 from '@angular/core';
3
3
  import { viewChild, input, model, afterNextRender, effect, HostBinding, ViewEncapsulation, ChangeDetectionStrategy, Component, NgModule } from '@angular/core';
4
4
 
5
5
  /**
6
- * The Button is a component which detects user interaction and triggers a corresponding event
6
+ * Displays the progress of an operation in a circular form. Supports determinate and indeterminate modes,
7
+ * configurable size and stroke, and color theming.
7
8
  *
8
9
  * @category Components
9
10
  */
@@ -18,29 +19,20 @@ class AXCircularProgressComponent extends MXColorComponent {
18
19
  */
19
20
  this.circle = viewChild('circle', ...(ngDevMode ? [{ debugName: "circle" }] : []));
20
21
  /**
21
- * Defines the current progress of the circular progress component.
22
- *
23
- * Change progress mode
24
- *
22
+ * Defines the progress calculation mode.
23
+ * Use 'determinate' to show a specific percentage or 'indeterminate' for ongoing/spinner state.
25
24
  */
26
25
  this.mode = input('determinate', ...(ngDevMode ? [{ debugName: "mode" }] : []));
27
26
  /**
28
- * Defines the current progress of the circular progress component.
29
- *
30
- * The percentage value to set for the progress.
31
- *
27
+ * The percentage value to set for the progress (0–100).
32
28
  */
33
29
  this.progress = model(...(ngDevMode ? [undefined, { debugName: "progress" }] : []));
34
30
  /**
35
- * Defines the stroke width of the circular progress component.
36
- *
37
- * The stroke width to be set for the circular progress component.
31
+ * Stroke width of the circular track, in pixels.
38
32
  */
39
33
  this.stroke = model(...(ngDevMode ? [undefined, { debugName: "stroke" }] : []));
40
34
  /**
41
- * Defines the stroke width of the circular progress component.
42
- *
43
- * Circle size
35
+ * Overall diameter of the circular progress, in pixels.
44
36
  */
45
37
  this.size = model(...(ngDevMode ? [undefined, { debugName: "size" }] : []));
46
38
  afterNextRender(() => {
@@ -59,7 +51,11 @@ class AXCircularProgressComponent extends MXColorComponent {
59
51
  return `ax-${this['color']}`;
60
52
  }
61
53
  /**
62
- * @ignore
54
+ * Sets the CSS custom properties to reflect the current `size` and `stroke` values.
55
+ *
56
+ * Updates `--ax-comp-circular-progress-circle-size` and `--ax-comp-circular-progress-stroke-size` on the circle.
57
+ *
58
+ * @returns void - Styles are applied to the circle element when available.
63
59
  */
64
60
  setCircularSize() {
65
61
  if (this.circle()) {
@@ -68,7 +64,12 @@ class AXCircularProgressComponent extends MXColorComponent {
68
64
  }
69
65
  }
70
66
  /**
71
- * @ignore
67
+ * Recalculates and applies the progress arc background based on the current `progress` value.
68
+ *
69
+ * Uses a conic-gradient with `--ax-comp-progress-circular-color` and `--ax-comp-progress-circular-line-color`.
70
+ * The expected range for `progress` is 0–100.
71
+ *
72
+ * @returns void - Styles are applied to the circle element when available.
72
73
  */
73
74
  updateProgress() {
74
75
  if (this.circle()) {
@@ -76,30 +77,34 @@ class AXCircularProgressComponent extends MXColorComponent {
76
77
  }
77
78
  }
78
79
  /**
79
- * @ignore
80
+ * Applies a default visual state for the indeterminate mode when no explicit `progress` is set.
81
+ *
82
+ * If `mode` is 'indeterminate' and `progress` is not set, it sets `progress` to 65 to render a visible arc.
83
+ *
84
+ * @returns void
80
85
  */
81
86
  setIndeterminateMode() {
82
87
  if (this.mode() === 'indeterminate' && !this.progress()) {
83
88
  this.progress.set(65);
84
89
  }
85
90
  }
86
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: AXCircularProgressComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
87
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.2.0", version: "20.1.3", type: AXCircularProgressComponent, isStandalone: true, selector: "ax-circular-progress", inputs: { color: { classPropertyName: "color", publicName: "color", isSignal: false, isRequired: false, transformFunction: null }, mode: { classPropertyName: "mode", publicName: "mode", isSignal: true, isRequired: false, transformFunction: null }, progress: { classPropertyName: "progress", publicName: "progress", isSignal: true, isRequired: false, transformFunction: null }, stroke: { classPropertyName: "stroke", publicName: "stroke", isSignal: true, isRequired: false, transformFunction: null }, size: { classPropertyName: "size", publicName: "size", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { progress: "progressChange", stroke: "strokeChange", size: "sizeChange" }, host: { properties: { "class": "this.__hostClass" } }, providers: [{ provide: AXComponent, useExisting: AXCircularProgressComponent }], viewQueries: [{ propertyName: "circle", first: true, predicate: ["circle"], descendants: true, isSignal: true }], usesInheritance: true, ngImport: i0, template: "<ng-content select=\"ax-prefix\"></ng-content>\n<div class=\"ax-progress-circular ax-progress-{{ mode() }}\" #circle>\n <span class=\"ax-progress-content\">\n <ng-content></ng-content>\n </span>\n</div>\n\n<ng-content select=\"ax-suffix\"></ng-content>\n", styles: ["ax-circular-progress{--ax-comp-progress-circular-color: rgba(var(--ax-sys-color-primary-surface));--ax-comp-progress-circular-line-color: rgba(var(--ax-sys-color-primary-surface), .25)}ax-circular-progress.ax-primary .ax-progress-circular{--ax-comp-progress-circular-color: rgba(var(--ax-sys-color-primary-surface));--ax-comp-progress-circular-line-color: rgba(var(--ax-sys-color-primary-surface), .25)}ax-circular-progress.ax-secondary .ax-progress-circular{--ax-comp-progress-circular-color: rgba(var(--ax-sys-color-secondary-surface));--ax-comp-progress-circular-line-color: rgba(var(--ax-sys-color-secondary-surface), .25)}ax-circular-progress.ax-success .ax-progress-circular{--ax-comp-progress-circular-color: rgba(var(--ax-sys-color-success-surface));--ax-comp-progress-circular-line-color: rgba(var(--ax-sys-color-success-surface), .25)}ax-circular-progress.ax-warning .ax-progress-circular{--ax-comp-progress-circular-color: rgba(var(--ax-sys-color-warning-surface));--ax-comp-progress-circular-line-color: rgba(var(--ax-sys-color-warning-surface), .25)}ax-circular-progress.ax-danger .ax-progress-circular{--ax-comp-progress-circular-color: rgba(var(--ax-sys-color-danger-surface));--ax-comp-progress-circular-line-color: rgba(var(--ax-sys-color-danger-surface), .25)}ax-circular-progress.ax-accent1 .ax-progress-circular{--ax-comp-progress-circular-color: rgba(var(--ax-sys-color-accent1-surface));--ax-comp-progress-circular-line-color: rgba(var(--ax-sys-color-accent1-surface), .25)}ax-circular-progress.ax-accent2 .ax-progress-circular{--ax-comp-progress-circular-color: rgba(var(--ax-sys-color-accent2-surface));--ax-comp-progress-circular-line-color: rgba(var(--ax-sys-color-accent2-surface), .25)}ax-circular-progress.ax-accent3 .ax-progress-circular{--ax-comp-progress-circular-color: rgba(var(--ax-sys-color-accent3-surface));--ax-comp-progress-circular-line-color: rgba(var(--ax-sys-color-accent3-surface), .25)}ax-circular-progress.ax-accent4 .ax-progress-circular{--ax-comp-progress-circular-color: rgba(var(--ax-sys-color-accent4-surface));--ax-comp-progress-circular-line-color: rgba(var(--ax-sys-color-accent4-surface), .25)}ax-circular-progress.ax-accent5 .ax-progress-circular{--ax-comp-progress-circular-color: rgba(var(--ax-sys-color-accent5-surface));--ax-comp-progress-circular-line-color: rgba(var(--ax-sys-color-accent5-surface), .25)}ax-circular-progress.ax-accnt6 .ax-progress-circular{--ax-comp-progress-circular-color: rgba(var(--ax-sys-color-accnt6-surface));--ax-comp-progress-circular-line-color: rgba(var(--ax-sys-color-accnt6-surface), .25)}ax-circular-progress.ax-accent7 .ax-progress-circular{--ax-comp-progress-circular-color: rgba(var(--ax-sys-color-accent7-surface));--ax-comp-progress-circular-line-color: rgba(var(--ax-sys-color-accent7-surface), .25)}.ax-dark ax-circular-progress{--ax-comp-progress-circular-inside-bg-color: var(--ax-sys-color-darkest-surface)}ax-circular-progress .ax-progress-circular{width:var(--ax-comp-circular-progress-circle-size, 48px);height:var(--ax-comp-circular-progress-circle-size, 48px);border-radius:9999px;background:conic-gradient(var(--ax-comp-progress-circular-color) 0deg,var(--ax-comp-progress-circular-line-color) 0deg);position:relative;display:flex;align-items:center;justify-content:center}ax-circular-progress .ax-progress-circular:before{content:\"\";position:absolute;border-radius:9999px;width:var(--ax-comp-circular-progress-stroke-size, 44px);height:var(--ax-comp-circular-progress-stroke-size, 44px);background-color:rgba(var(--ax-comp-progress-circular-inside-bg-color, var(--ax-sys-color-lightest-surface)))}ax-circular-progress .ax-progress-circular .ax-progress-content{position:relative;display:flex;align-items:center;justify-content:center}ax-circular-progress .ax-progress-circular.ax-progress-indeterminate{animation-name:rotate;animation-iteration-count:infinite;animation-timing-function:linear;animation-duration:var(--ax-comp-circular-progress-animation-duration, 1.5s)}@keyframes rotate{0%{transform:rotate(-360deg)}to{transform:rotate(360deg)}}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
91
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: AXCircularProgressComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
92
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.2.0", version: "20.3.3", type: AXCircularProgressComponent, isStandalone: true, selector: "ax-circular-progress", inputs: { color: { classPropertyName: "color", publicName: "color", isSignal: false, isRequired: false, transformFunction: null }, mode: { classPropertyName: "mode", publicName: "mode", isSignal: true, isRequired: false, transformFunction: null }, progress: { classPropertyName: "progress", publicName: "progress", isSignal: true, isRequired: false, transformFunction: null }, stroke: { classPropertyName: "stroke", publicName: "stroke", isSignal: true, isRequired: false, transformFunction: null }, size: { classPropertyName: "size", publicName: "size", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { progress: "progressChange", stroke: "strokeChange", size: "sizeChange" }, host: { properties: { "class": "this.__hostClass" } }, providers: [{ provide: AXComponent, useExisting: AXCircularProgressComponent }], viewQueries: [{ propertyName: "circle", first: true, predicate: ["circle"], descendants: true, isSignal: true }], usesInheritance: true, ngImport: i0, template: "<ng-content select=\"ax-prefix\"></ng-content>\n<div class=\"ax-progress-circular ax-progress-{{ mode() }}\" #circle>\n <span class=\"ax-progress-content\">\n <ng-content></ng-content>\n </span>\n</div>\n\n<ng-content select=\"ax-suffix\"></ng-content>\n", styles: ["ax-circular-progress{--ax-comp-progress-circular-color: rgba(var(--ax-sys-color-primary-surface));--ax-comp-progress-circular-line-color: rgba(var(--ax-sys-color-primary-surface), .25)}ax-circular-progress.ax-primary .ax-progress-circular{--ax-comp-progress-circular-color: rgba(var(--ax-sys-color-primary-surface));--ax-comp-progress-circular-line-color: rgba(var(--ax-sys-color-primary-surface), .25)}ax-circular-progress.ax-secondary .ax-progress-circular{--ax-comp-progress-circular-color: rgba(var(--ax-sys-color-secondary-surface));--ax-comp-progress-circular-line-color: rgba(var(--ax-sys-color-secondary-surface), .25)}ax-circular-progress.ax-success .ax-progress-circular{--ax-comp-progress-circular-color: rgba(var(--ax-sys-color-success-surface));--ax-comp-progress-circular-line-color: rgba(var(--ax-sys-color-success-surface), .25)}ax-circular-progress.ax-warning .ax-progress-circular{--ax-comp-progress-circular-color: rgba(var(--ax-sys-color-warning-surface));--ax-comp-progress-circular-line-color: rgba(var(--ax-sys-color-warning-surface), .25)}ax-circular-progress.ax-danger .ax-progress-circular{--ax-comp-progress-circular-color: rgba(var(--ax-sys-color-danger-surface));--ax-comp-progress-circular-line-color: rgba(var(--ax-sys-color-danger-surface), .25)}ax-circular-progress.ax-accent1 .ax-progress-circular{--ax-comp-progress-circular-color: rgba(var(--ax-sys-color-accent1-surface));--ax-comp-progress-circular-line-color: rgba(var(--ax-sys-color-accent1-surface), .25)}ax-circular-progress.ax-accent2 .ax-progress-circular{--ax-comp-progress-circular-color: rgba(var(--ax-sys-color-accent2-surface));--ax-comp-progress-circular-line-color: rgba(var(--ax-sys-color-accent2-surface), .25)}ax-circular-progress.ax-accent3 .ax-progress-circular{--ax-comp-progress-circular-color: rgba(var(--ax-sys-color-accent3-surface));--ax-comp-progress-circular-line-color: rgba(var(--ax-sys-color-accent3-surface), .25)}ax-circular-progress.ax-accent4 .ax-progress-circular{--ax-comp-progress-circular-color: rgba(var(--ax-sys-color-accent4-surface));--ax-comp-progress-circular-line-color: rgba(var(--ax-sys-color-accent4-surface), .25)}ax-circular-progress.ax-accent5 .ax-progress-circular{--ax-comp-progress-circular-color: rgba(var(--ax-sys-color-accent5-surface));--ax-comp-progress-circular-line-color: rgba(var(--ax-sys-color-accent5-surface), .25)}ax-circular-progress.ax-accent6 .ax-progress-circular{--ax-comp-progress-circular-color: rgba(var(--ax-sys-color-accent6-surface));--ax-comp-progress-circular-line-color: rgba(var(--ax-sys-color-accent6-surface), .25)}ax-circular-progress.ax-accent7 .ax-progress-circular{--ax-comp-progress-circular-color: rgba(var(--ax-sys-color-accent7-surface));--ax-comp-progress-circular-line-color: rgba(var(--ax-sys-color-accent7-surface), .25)}.ax-dark ax-circular-progress{--ax-comp-progress-circular-inside-bg-color: var(--ax-sys-color-darkest-surface)}ax-circular-progress .ax-progress-circular{width:var(--ax-comp-circular-progress-circle-size, 48px);height:var(--ax-comp-circular-progress-circle-size, 48px);border-radius:9999px;background:conic-gradient(var(--ax-comp-progress-circular-color) 0deg,var(--ax-comp-progress-circular-line-color) 0deg);position:relative;display:flex;align-items:center;justify-content:center}ax-circular-progress .ax-progress-circular:before{content:\"\";position:absolute;border-radius:9999px;width:var(--ax-comp-circular-progress-stroke-size, 44px);height:var(--ax-comp-circular-progress-stroke-size, 44px);background-color:rgba(var(--ax-comp-progress-circular-inside-bg-color, var(--ax-sys-color-lightest-surface)))}ax-circular-progress .ax-progress-circular .ax-progress-content{position:relative;display:flex;align-items:center;justify-content:center}ax-circular-progress .ax-progress-circular.ax-progress-indeterminate{animation-name:rotate;animation-iteration-count:infinite;animation-timing-function:linear;animation-duration:var(--ax-comp-circular-progress-animation-duration, 1.5s)}@keyframes rotate{0%{transform:rotate(-360deg)}to{transform:rotate(360deg)}}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
88
93
  }
89
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: AXCircularProgressComponent, decorators: [{
94
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: AXCircularProgressComponent, decorators: [{
90
95
  type: Component,
91
- args: [{ selector: 'ax-circular-progress', inputs: ['color'], changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, providers: [{ provide: AXComponent, useExisting: AXCircularProgressComponent }], template: "<ng-content select=\"ax-prefix\"></ng-content>\n<div class=\"ax-progress-circular ax-progress-{{ mode() }}\" #circle>\n <span class=\"ax-progress-content\">\n <ng-content></ng-content>\n </span>\n</div>\n\n<ng-content select=\"ax-suffix\"></ng-content>\n", styles: ["ax-circular-progress{--ax-comp-progress-circular-color: rgba(var(--ax-sys-color-primary-surface));--ax-comp-progress-circular-line-color: rgba(var(--ax-sys-color-primary-surface), .25)}ax-circular-progress.ax-primary .ax-progress-circular{--ax-comp-progress-circular-color: rgba(var(--ax-sys-color-primary-surface));--ax-comp-progress-circular-line-color: rgba(var(--ax-sys-color-primary-surface), .25)}ax-circular-progress.ax-secondary .ax-progress-circular{--ax-comp-progress-circular-color: rgba(var(--ax-sys-color-secondary-surface));--ax-comp-progress-circular-line-color: rgba(var(--ax-sys-color-secondary-surface), .25)}ax-circular-progress.ax-success .ax-progress-circular{--ax-comp-progress-circular-color: rgba(var(--ax-sys-color-success-surface));--ax-comp-progress-circular-line-color: rgba(var(--ax-sys-color-success-surface), .25)}ax-circular-progress.ax-warning .ax-progress-circular{--ax-comp-progress-circular-color: rgba(var(--ax-sys-color-warning-surface));--ax-comp-progress-circular-line-color: rgba(var(--ax-sys-color-warning-surface), .25)}ax-circular-progress.ax-danger .ax-progress-circular{--ax-comp-progress-circular-color: rgba(var(--ax-sys-color-danger-surface));--ax-comp-progress-circular-line-color: rgba(var(--ax-sys-color-danger-surface), .25)}ax-circular-progress.ax-accent1 .ax-progress-circular{--ax-comp-progress-circular-color: rgba(var(--ax-sys-color-accent1-surface));--ax-comp-progress-circular-line-color: rgba(var(--ax-sys-color-accent1-surface), .25)}ax-circular-progress.ax-accent2 .ax-progress-circular{--ax-comp-progress-circular-color: rgba(var(--ax-sys-color-accent2-surface));--ax-comp-progress-circular-line-color: rgba(var(--ax-sys-color-accent2-surface), .25)}ax-circular-progress.ax-accent3 .ax-progress-circular{--ax-comp-progress-circular-color: rgba(var(--ax-sys-color-accent3-surface));--ax-comp-progress-circular-line-color: rgba(var(--ax-sys-color-accent3-surface), .25)}ax-circular-progress.ax-accent4 .ax-progress-circular{--ax-comp-progress-circular-color: rgba(var(--ax-sys-color-accent4-surface));--ax-comp-progress-circular-line-color: rgba(var(--ax-sys-color-accent4-surface), .25)}ax-circular-progress.ax-accent5 .ax-progress-circular{--ax-comp-progress-circular-color: rgba(var(--ax-sys-color-accent5-surface));--ax-comp-progress-circular-line-color: rgba(var(--ax-sys-color-accent5-surface), .25)}ax-circular-progress.ax-accnt6 .ax-progress-circular{--ax-comp-progress-circular-color: rgba(var(--ax-sys-color-accnt6-surface));--ax-comp-progress-circular-line-color: rgba(var(--ax-sys-color-accnt6-surface), .25)}ax-circular-progress.ax-accent7 .ax-progress-circular{--ax-comp-progress-circular-color: rgba(var(--ax-sys-color-accent7-surface));--ax-comp-progress-circular-line-color: rgba(var(--ax-sys-color-accent7-surface), .25)}.ax-dark ax-circular-progress{--ax-comp-progress-circular-inside-bg-color: var(--ax-sys-color-darkest-surface)}ax-circular-progress .ax-progress-circular{width:var(--ax-comp-circular-progress-circle-size, 48px);height:var(--ax-comp-circular-progress-circle-size, 48px);border-radius:9999px;background:conic-gradient(var(--ax-comp-progress-circular-color) 0deg,var(--ax-comp-progress-circular-line-color) 0deg);position:relative;display:flex;align-items:center;justify-content:center}ax-circular-progress .ax-progress-circular:before{content:\"\";position:absolute;border-radius:9999px;width:var(--ax-comp-circular-progress-stroke-size, 44px);height:var(--ax-comp-circular-progress-stroke-size, 44px);background-color:rgba(var(--ax-comp-progress-circular-inside-bg-color, var(--ax-sys-color-lightest-surface)))}ax-circular-progress .ax-progress-circular .ax-progress-content{position:relative;display:flex;align-items:center;justify-content:center}ax-circular-progress .ax-progress-circular.ax-progress-indeterminate{animation-name:rotate;animation-iteration-count:infinite;animation-timing-function:linear;animation-duration:var(--ax-comp-circular-progress-animation-duration, 1.5s)}@keyframes rotate{0%{transform:rotate(-360deg)}to{transform:rotate(360deg)}}\n"] }]
96
+ args: [{ selector: 'ax-circular-progress', inputs: ['color'], changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, providers: [{ provide: AXComponent, useExisting: AXCircularProgressComponent }], template: "<ng-content select=\"ax-prefix\"></ng-content>\n<div class=\"ax-progress-circular ax-progress-{{ mode() }}\" #circle>\n <span class=\"ax-progress-content\">\n <ng-content></ng-content>\n </span>\n</div>\n\n<ng-content select=\"ax-suffix\"></ng-content>\n", styles: ["ax-circular-progress{--ax-comp-progress-circular-color: rgba(var(--ax-sys-color-primary-surface));--ax-comp-progress-circular-line-color: rgba(var(--ax-sys-color-primary-surface), .25)}ax-circular-progress.ax-primary .ax-progress-circular{--ax-comp-progress-circular-color: rgba(var(--ax-sys-color-primary-surface));--ax-comp-progress-circular-line-color: rgba(var(--ax-sys-color-primary-surface), .25)}ax-circular-progress.ax-secondary .ax-progress-circular{--ax-comp-progress-circular-color: rgba(var(--ax-sys-color-secondary-surface));--ax-comp-progress-circular-line-color: rgba(var(--ax-sys-color-secondary-surface), .25)}ax-circular-progress.ax-success .ax-progress-circular{--ax-comp-progress-circular-color: rgba(var(--ax-sys-color-success-surface));--ax-comp-progress-circular-line-color: rgba(var(--ax-sys-color-success-surface), .25)}ax-circular-progress.ax-warning .ax-progress-circular{--ax-comp-progress-circular-color: rgba(var(--ax-sys-color-warning-surface));--ax-comp-progress-circular-line-color: rgba(var(--ax-sys-color-warning-surface), .25)}ax-circular-progress.ax-danger .ax-progress-circular{--ax-comp-progress-circular-color: rgba(var(--ax-sys-color-danger-surface));--ax-comp-progress-circular-line-color: rgba(var(--ax-sys-color-danger-surface), .25)}ax-circular-progress.ax-accent1 .ax-progress-circular{--ax-comp-progress-circular-color: rgba(var(--ax-sys-color-accent1-surface));--ax-comp-progress-circular-line-color: rgba(var(--ax-sys-color-accent1-surface), .25)}ax-circular-progress.ax-accent2 .ax-progress-circular{--ax-comp-progress-circular-color: rgba(var(--ax-sys-color-accent2-surface));--ax-comp-progress-circular-line-color: rgba(var(--ax-sys-color-accent2-surface), .25)}ax-circular-progress.ax-accent3 .ax-progress-circular{--ax-comp-progress-circular-color: rgba(var(--ax-sys-color-accent3-surface));--ax-comp-progress-circular-line-color: rgba(var(--ax-sys-color-accent3-surface), .25)}ax-circular-progress.ax-accent4 .ax-progress-circular{--ax-comp-progress-circular-color: rgba(var(--ax-sys-color-accent4-surface));--ax-comp-progress-circular-line-color: rgba(var(--ax-sys-color-accent4-surface), .25)}ax-circular-progress.ax-accent5 .ax-progress-circular{--ax-comp-progress-circular-color: rgba(var(--ax-sys-color-accent5-surface));--ax-comp-progress-circular-line-color: rgba(var(--ax-sys-color-accent5-surface), .25)}ax-circular-progress.ax-accent6 .ax-progress-circular{--ax-comp-progress-circular-color: rgba(var(--ax-sys-color-accent6-surface));--ax-comp-progress-circular-line-color: rgba(var(--ax-sys-color-accent6-surface), .25)}ax-circular-progress.ax-accent7 .ax-progress-circular{--ax-comp-progress-circular-color: rgba(var(--ax-sys-color-accent7-surface));--ax-comp-progress-circular-line-color: rgba(var(--ax-sys-color-accent7-surface), .25)}.ax-dark ax-circular-progress{--ax-comp-progress-circular-inside-bg-color: var(--ax-sys-color-darkest-surface)}ax-circular-progress .ax-progress-circular{width:var(--ax-comp-circular-progress-circle-size, 48px);height:var(--ax-comp-circular-progress-circle-size, 48px);border-radius:9999px;background:conic-gradient(var(--ax-comp-progress-circular-color) 0deg,var(--ax-comp-progress-circular-line-color) 0deg);position:relative;display:flex;align-items:center;justify-content:center}ax-circular-progress .ax-progress-circular:before{content:\"\";position:absolute;border-radius:9999px;width:var(--ax-comp-circular-progress-stroke-size, 44px);height:var(--ax-comp-circular-progress-stroke-size, 44px);background-color:rgba(var(--ax-comp-progress-circular-inside-bg-color, var(--ax-sys-color-lightest-surface)))}ax-circular-progress .ax-progress-circular .ax-progress-content{position:relative;display:flex;align-items:center;justify-content:center}ax-circular-progress .ax-progress-circular.ax-progress-indeterminate{animation-name:rotate;animation-iteration-count:infinite;animation-timing-function:linear;animation-duration:var(--ax-comp-circular-progress-animation-duration, 1.5s)}@keyframes rotate{0%{transform:rotate(-360deg)}to{transform:rotate(360deg)}}\n"] }]
92
97
  }], ctorParameters: () => [], propDecorators: { __hostClass: [{
93
98
  type: HostBinding,
94
99
  args: ['class']
95
100
  }] } });
96
101
 
97
102
  class AXCircularProgressModule {
98
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: AXCircularProgressModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
99
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.1.3", ngImport: i0, type: AXCircularProgressModule, imports: [AXCircularProgressComponent], exports: [AXCircularProgressComponent] }); }
100
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: AXCircularProgressModule }); }
103
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: AXCircularProgressModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
104
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.3", ngImport: i0, type: AXCircularProgressModule, imports: [AXCircularProgressComponent], exports: [AXCircularProgressComponent] }); }
105
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: AXCircularProgressModule }); }
101
106
  }
102
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: AXCircularProgressModule, decorators: [{
107
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: AXCircularProgressModule, decorators: [{
103
108
  type: NgModule,
104
109
  args: [{
105
110
  imports: [AXCircularProgressComponent],
@@ -1 +1 @@
1
- {"version":3,"file":"acorex-components-circular-progress.mjs","sources":["../tmp-esm2022/circular-progress/lib/circular-progress.component.js","../tmp-esm2022/circular-progress/lib/circular-progress.module.js","../tmp-esm2022/circular-progress/acorex-components-circular-progress.js"],"sourcesContent":["import { AXComponent, MXColorComponent } from '@acorex/cdk/common';\nimport { afterNextRender, ChangeDetectionStrategy, Component, effect, HostBinding, input, model, viewChild, ViewEncapsulation, } from '@angular/core';\nimport * as i0 from \"@angular/core\";\n/**\n * The Button is a component which detects user interaction and triggers a corresponding event\n *\n * @category Components\n */\nexport class AXCircularProgressComponent extends MXColorComponent {\n /**\n * @ignore\n */\n constructor() {\n super();\n /**\n * @ignore\n */\n this.circle = viewChild('circle', ...(ngDevMode ? [{ debugName: \"circle\" }] : []));\n /**\n * Defines the current progress of the circular progress component.\n *\n * Change progress mode\n *\n */\n this.mode = input('determinate', ...(ngDevMode ? [{ debugName: \"mode\" }] : []));\n /**\n * Defines the current progress of the circular progress component.\n *\n * The percentage value to set for the progress.\n *\n */\n this.progress = model(...(ngDevMode ? [undefined, { debugName: \"progress\" }] : []));\n /**\n * Defines the stroke width of the circular progress component.\n *\n * The stroke width to be set for the circular progress component.\n */\n this.stroke = model(...(ngDevMode ? [undefined, { debugName: \"stroke\" }] : []));\n /**\n * Defines the stroke width of the circular progress component.\n *\n * Circle size\n */\n this.size = model(...(ngDevMode ? [undefined, { debugName: \"size\" }] : []));\n afterNextRender(() => {\n this.setCircularSize();\n this.updateProgress();\n });\n effect(() => {\n this.setCircularSize();\n this.updateProgress();\n });\n }\n /**\n * @ignore\n */\n get __hostClass() {\n return `ax-${this['color']}`;\n }\n /**\n * @ignore\n */\n setCircularSize() {\n if (this.circle()) {\n this.circle().nativeElement.style.setProperty('--ax-comp-circular-progress-stroke-size', `${this.size() - this.stroke()}px`);\n this.circle().nativeElement.style.setProperty('--ax-comp-circular-progress-circle-size', `${this.size()}px`);\n }\n }\n /**\n * @ignore\n */\n updateProgress() {\n if (this.circle()) {\n this.circle().nativeElement.style.background = `conic-gradient(var(--ax-comp-progress-circular-color) ${this.progress() * 3.6}deg, var(--ax-comp-progress-circular-line-color) 0deg)`;\n }\n }\n /**\n * @ignore\n */\n setIndeterminateMode() {\n if (this.mode() === 'indeterminate' && !this.progress()) {\n this.progress.set(65);\n }\n }\n static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: \"12.0.0\", version: \"20.1.3\", ngImport: i0, type: AXCircularProgressComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }\n static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: \"17.2.0\", version: \"20.1.3\", type: AXCircularProgressComponent, isStandalone: true, selector: \"ax-circular-progress\", inputs: { color: { classPropertyName: \"color\", publicName: \"color\", isSignal: false, isRequired: false, transformFunction: null }, mode: { classPropertyName: \"mode\", publicName: \"mode\", isSignal: true, isRequired: false, transformFunction: null }, progress: { classPropertyName: \"progress\", publicName: \"progress\", isSignal: true, isRequired: false, transformFunction: null }, stroke: { classPropertyName: \"stroke\", publicName: \"stroke\", isSignal: true, isRequired: false, transformFunction: null }, size: { classPropertyName: \"size\", publicName: \"size\", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { progress: \"progressChange\", stroke: \"strokeChange\", size: \"sizeChange\" }, host: { properties: { \"class\": \"this.__hostClass\" } }, providers: [{ provide: AXComponent, useExisting: AXCircularProgressComponent }], viewQueries: [{ propertyName: \"circle\", first: true, predicate: [\"circle\"], descendants: true, isSignal: true }], usesInheritance: true, ngImport: i0, template: \"<ng-content select=\\\"ax-prefix\\\"></ng-content>\\n<div class=\\\"ax-progress-circular ax-progress-{{ mode() }}\\\" #circle>\\n <span class=\\\"ax-progress-content\\\">\\n <ng-content></ng-content>\\n </span>\\n</div>\\n\\n<ng-content select=\\\"ax-suffix\\\"></ng-content>\\n\", styles: [\"ax-circular-progress{--ax-comp-progress-circular-color: rgba(var(--ax-sys-color-primary-surface));--ax-comp-progress-circular-line-color: rgba(var(--ax-sys-color-primary-surface), .25)}ax-circular-progress.ax-primary .ax-progress-circular{--ax-comp-progress-circular-color: rgba(var(--ax-sys-color-primary-surface));--ax-comp-progress-circular-line-color: rgba(var(--ax-sys-color-primary-surface), .25)}ax-circular-progress.ax-secondary .ax-progress-circular{--ax-comp-progress-circular-color: rgba(var(--ax-sys-color-secondary-surface));--ax-comp-progress-circular-line-color: rgba(var(--ax-sys-color-secondary-surface), .25)}ax-circular-progress.ax-success .ax-progress-circular{--ax-comp-progress-circular-color: rgba(var(--ax-sys-color-success-surface));--ax-comp-progress-circular-line-color: rgba(var(--ax-sys-color-success-surface), .25)}ax-circular-progress.ax-warning .ax-progress-circular{--ax-comp-progress-circular-color: rgba(var(--ax-sys-color-warning-surface));--ax-comp-progress-circular-line-color: rgba(var(--ax-sys-color-warning-surface), .25)}ax-circular-progress.ax-danger .ax-progress-circular{--ax-comp-progress-circular-color: rgba(var(--ax-sys-color-danger-surface));--ax-comp-progress-circular-line-color: rgba(var(--ax-sys-color-danger-surface), .25)}ax-circular-progress.ax-accent1 .ax-progress-circular{--ax-comp-progress-circular-color: rgba(var(--ax-sys-color-accent1-surface));--ax-comp-progress-circular-line-color: rgba(var(--ax-sys-color-accent1-surface), .25)}ax-circular-progress.ax-accent2 .ax-progress-circular{--ax-comp-progress-circular-color: rgba(var(--ax-sys-color-accent2-surface));--ax-comp-progress-circular-line-color: rgba(var(--ax-sys-color-accent2-surface), .25)}ax-circular-progress.ax-accent3 .ax-progress-circular{--ax-comp-progress-circular-color: rgba(var(--ax-sys-color-accent3-surface));--ax-comp-progress-circular-line-color: rgba(var(--ax-sys-color-accent3-surface), .25)}ax-circular-progress.ax-accent4 .ax-progress-circular{--ax-comp-progress-circular-color: rgba(var(--ax-sys-color-accent4-surface));--ax-comp-progress-circular-line-color: rgba(var(--ax-sys-color-accent4-surface), .25)}ax-circular-progress.ax-accent5 .ax-progress-circular{--ax-comp-progress-circular-color: rgba(var(--ax-sys-color-accent5-surface));--ax-comp-progress-circular-line-color: rgba(var(--ax-sys-color-accent5-surface), .25)}ax-circular-progress.ax-accnt6 .ax-progress-circular{--ax-comp-progress-circular-color: rgba(var(--ax-sys-color-accnt6-surface));--ax-comp-progress-circular-line-color: rgba(var(--ax-sys-color-accnt6-surface), .25)}ax-circular-progress.ax-accent7 .ax-progress-circular{--ax-comp-progress-circular-color: rgba(var(--ax-sys-color-accent7-surface));--ax-comp-progress-circular-line-color: rgba(var(--ax-sys-color-accent7-surface), .25)}.ax-dark ax-circular-progress{--ax-comp-progress-circular-inside-bg-color: var(--ax-sys-color-darkest-surface)}ax-circular-progress .ax-progress-circular{width:var(--ax-comp-circular-progress-circle-size, 48px);height:var(--ax-comp-circular-progress-circle-size, 48px);border-radius:9999px;background:conic-gradient(var(--ax-comp-progress-circular-color) 0deg,var(--ax-comp-progress-circular-line-color) 0deg);position:relative;display:flex;align-items:center;justify-content:center}ax-circular-progress .ax-progress-circular:before{content:\\\"\\\";position:absolute;border-radius:9999px;width:var(--ax-comp-circular-progress-stroke-size, 44px);height:var(--ax-comp-circular-progress-stroke-size, 44px);background-color:rgba(var(--ax-comp-progress-circular-inside-bg-color, var(--ax-sys-color-lightest-surface)))}ax-circular-progress .ax-progress-circular .ax-progress-content{position:relative;display:flex;align-items:center;justify-content:center}ax-circular-progress .ax-progress-circular.ax-progress-indeterminate{animation-name:rotate;animation-iteration-count:infinite;animation-timing-function:linear;animation-duration:var(--ax-comp-circular-progress-animation-duration, 1.5s)}@keyframes rotate{0%{transform:rotate(-360deg)}to{transform:rotate(360deg)}}\\n\"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }\n}\ni0.ɵɵngDeclareClassMetadata({ minVersion: \"12.0.0\", version: \"20.1.3\", ngImport: i0, type: AXCircularProgressComponent, decorators: [{\n type: Component,\n args: [{ selector: 'ax-circular-progress', inputs: ['color'], changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, providers: [{ provide: AXComponent, useExisting: AXCircularProgressComponent }], template: \"<ng-content select=\\\"ax-prefix\\\"></ng-content>\\n<div class=\\\"ax-progress-circular ax-progress-{{ mode() }}\\\" #circle>\\n <span class=\\\"ax-progress-content\\\">\\n <ng-content></ng-content>\\n </span>\\n</div>\\n\\n<ng-content select=\\\"ax-suffix\\\"></ng-content>\\n\", styles: [\"ax-circular-progress{--ax-comp-progress-circular-color: rgba(var(--ax-sys-color-primary-surface));--ax-comp-progress-circular-line-color: rgba(var(--ax-sys-color-primary-surface), .25)}ax-circular-progress.ax-primary .ax-progress-circular{--ax-comp-progress-circular-color: rgba(var(--ax-sys-color-primary-surface));--ax-comp-progress-circular-line-color: rgba(var(--ax-sys-color-primary-surface), .25)}ax-circular-progress.ax-secondary .ax-progress-circular{--ax-comp-progress-circular-color: rgba(var(--ax-sys-color-secondary-surface));--ax-comp-progress-circular-line-color: rgba(var(--ax-sys-color-secondary-surface), .25)}ax-circular-progress.ax-success .ax-progress-circular{--ax-comp-progress-circular-color: rgba(var(--ax-sys-color-success-surface));--ax-comp-progress-circular-line-color: rgba(var(--ax-sys-color-success-surface), .25)}ax-circular-progress.ax-warning .ax-progress-circular{--ax-comp-progress-circular-color: rgba(var(--ax-sys-color-warning-surface));--ax-comp-progress-circular-line-color: rgba(var(--ax-sys-color-warning-surface), .25)}ax-circular-progress.ax-danger .ax-progress-circular{--ax-comp-progress-circular-color: rgba(var(--ax-sys-color-danger-surface));--ax-comp-progress-circular-line-color: rgba(var(--ax-sys-color-danger-surface), .25)}ax-circular-progress.ax-accent1 .ax-progress-circular{--ax-comp-progress-circular-color: rgba(var(--ax-sys-color-accent1-surface));--ax-comp-progress-circular-line-color: rgba(var(--ax-sys-color-accent1-surface), .25)}ax-circular-progress.ax-accent2 .ax-progress-circular{--ax-comp-progress-circular-color: rgba(var(--ax-sys-color-accent2-surface));--ax-comp-progress-circular-line-color: rgba(var(--ax-sys-color-accent2-surface), .25)}ax-circular-progress.ax-accent3 .ax-progress-circular{--ax-comp-progress-circular-color: rgba(var(--ax-sys-color-accent3-surface));--ax-comp-progress-circular-line-color: rgba(var(--ax-sys-color-accent3-surface), .25)}ax-circular-progress.ax-accent4 .ax-progress-circular{--ax-comp-progress-circular-color: rgba(var(--ax-sys-color-accent4-surface));--ax-comp-progress-circular-line-color: rgba(var(--ax-sys-color-accent4-surface), .25)}ax-circular-progress.ax-accent5 .ax-progress-circular{--ax-comp-progress-circular-color: rgba(var(--ax-sys-color-accent5-surface));--ax-comp-progress-circular-line-color: rgba(var(--ax-sys-color-accent5-surface), .25)}ax-circular-progress.ax-accnt6 .ax-progress-circular{--ax-comp-progress-circular-color: rgba(var(--ax-sys-color-accnt6-surface));--ax-comp-progress-circular-line-color: rgba(var(--ax-sys-color-accnt6-surface), .25)}ax-circular-progress.ax-accent7 .ax-progress-circular{--ax-comp-progress-circular-color: rgba(var(--ax-sys-color-accent7-surface));--ax-comp-progress-circular-line-color: rgba(var(--ax-sys-color-accent7-surface), .25)}.ax-dark ax-circular-progress{--ax-comp-progress-circular-inside-bg-color: var(--ax-sys-color-darkest-surface)}ax-circular-progress .ax-progress-circular{width:var(--ax-comp-circular-progress-circle-size, 48px);height:var(--ax-comp-circular-progress-circle-size, 48px);border-radius:9999px;background:conic-gradient(var(--ax-comp-progress-circular-color) 0deg,var(--ax-comp-progress-circular-line-color) 0deg);position:relative;display:flex;align-items:center;justify-content:center}ax-circular-progress .ax-progress-circular:before{content:\\\"\\\";position:absolute;border-radius:9999px;width:var(--ax-comp-circular-progress-stroke-size, 44px);height:var(--ax-comp-circular-progress-stroke-size, 44px);background-color:rgba(var(--ax-comp-progress-circular-inside-bg-color, var(--ax-sys-color-lightest-surface)))}ax-circular-progress .ax-progress-circular .ax-progress-content{position:relative;display:flex;align-items:center;justify-content:center}ax-circular-progress .ax-progress-circular.ax-progress-indeterminate{animation-name:rotate;animation-iteration-count:infinite;animation-timing-function:linear;animation-duration:var(--ax-comp-circular-progress-animation-duration, 1.5s)}@keyframes rotate{0%{transform:rotate(-360deg)}to{transform:rotate(360deg)}}\\n\"] }]\n }], ctorParameters: () => [], propDecorators: { __hostClass: [{\n type: HostBinding,\n args: ['class']\n }] } });\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2lyY3VsYXItcHJvZ3Jlc3MuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcGFja2FnZXMvY29tcG9uZW50cy9jaXJjdWxhci1wcm9ncmVzcy9zcmMvbGliL2NpcmN1bGFyLXByb2dyZXNzLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL2NvbXBvbmVudHMvY2lyY3VsYXItcHJvZ3Jlc3Mvc3JjL2xpYi9jaXJjdWxhci1wcm9ncmVzcy5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsV0FBVyxFQUFFLGdCQUFnQixFQUFFLE1BQU0sb0JBQW9CLENBQUM7QUFDbkUsT0FBTyxFQUNMLGVBQWUsRUFDZix1QkFBdUIsRUFDdkIsU0FBUyxFQUNULE1BQU0sRUFFTixXQUFXLEVBQ1gsS0FBSyxFQUNMLEtBQUssRUFDTCxTQUFTLEVBQ1QsaUJBQWlCLEdBQ2xCLE1BQU0sZUFBZSxDQUFDOztBQUl2Qjs7OztHQUlHO0FBVUgsTUFBTSxPQUFPLDJCQUE0QixTQUFRLGdCQUFnQjtJQXFDL0Q7O09BRUc7SUFFSDtRQUNFLEtBQUssRUFBRSxDQUFDO1FBekNWOztXQUVHO1FBQ0gsV0FBTSxHQUFHLFNBQVMsQ0FBNkIsUUFBUSxrREFBQyxDQUFDO1FBRXpEOzs7OztXQUtHO1FBRUgsU0FBSSxHQUFHLEtBQUssQ0FBeUIsYUFBYSxnREFBQyxDQUFDO1FBRXBEOzs7OztXQUtHO1FBQ0gsYUFBUSxHQUFHLEtBQUssOERBQVUsQ0FBQztRQUUzQjs7OztXQUlHO1FBQ0gsV0FBTSxHQUFHLEtBQUssNERBQVUsQ0FBQztRQUV6Qjs7OztXQUlHO1FBQ0gsU0FBSSxHQUFHLEtBQUssMERBQVUsQ0FBQztRQVFyQixlQUFlLENBQUMsR0FBRyxFQUFFO1lBQ25CLElBQUksQ0FBQyxlQUFlLEVBQUUsQ0FBQztZQUN2QixJQUFJLENBQUMsY0FBYyxFQUFFLENBQUM7UUFDeEIsQ0FBQyxDQUFDLENBQUM7UUFDSCxNQUFNLENBQUMsR0FBRyxFQUFFO1lBQ1YsSUFBSSxDQUFDLGVBQWUsRUFBRSxDQUFDO1lBQ3ZCLElBQUksQ0FBQyxjQUFjLEVBQUUsQ0FBQztRQUN4QixDQUFDLENBQUMsQ0FBQztJQUNMLENBQUM7SUFFRDs7T0FFRztJQUNILElBQ1ksV0FBVztRQUNyQixPQUFPLE1BQU0sSUFBSSxDQUFDLE9BQU8sQ0FBQyxFQUFFLENBQUM7SUFDL0IsQ0FBQztJQUVEOztPQUVHO0lBQ0gsZUFBZTtRQUNiLElBQUksSUFBSSxDQUFDLE1BQU0sRUFBRSxFQUFFLENBQUM7WUFDbEIsSUFBSSxDQUFDLE1BQU0sRUFBRSxDQUFDLGFBQWEsQ0FBQyxLQUFLLENBQUMsV0FBVyxDQUMzQyx5Q0FBeUMsRUFDekMsR0FBRyxJQUFJLENBQUMsSUFBSSxFQUFFLEdBQUcsSUFBSSxDQUFDLE1BQU0sRUFBRSxJQUFJLENBQ25DLENBQUM7WUFDRixJQUFJLENBQUMsTUFBTSxFQUFFLENBQUMsYUFBYSxDQUFDLEtBQUssQ0FBQyxXQUFXLENBQUMseUNBQXlDLEVBQUUsR0FBRyxJQUFJLENBQUMsSUFBSSxFQUFFLElBQUksQ0FBQyxDQUFDO1FBQy9HLENBQUM7SUFDSCxDQUFDO0lBRUQ7O09BRUc7SUFDSCxjQUFjO1FBQ1osSUFBSSxJQUFJLENBQUMsTUFBTSxFQUFFLEVBQUUsQ0FBQztZQUNsQixJQUFJLENBQUMsTUFBTSxFQUFFLENBQUMsYUFBYSxDQUFDLEtBQUssQ0FBQyxVQUFVLEdBQUcseURBQzdDLElBQUksQ0FBQyxRQUFRLEVBQUUsR0FBRyxHQUNwQix3REFBd0QsQ0FBQztRQUMzRCxDQUFDO0lBQ0gsQ0FBQztJQUNEOztPQUVHO0lBQ0gsb0JBQW9CO1FBQ2xCLElBQUksSUFBSSxDQUFDLElBQUksRUFBRSxLQUFLLGVBQWUsSUFBSSxDQUFDLElBQUksQ0FBQyxRQUFRLEVBQUUsRUFBRSxDQUFDO1lBQ3hELElBQUksQ0FBQyxRQUFRLENBQUMsR0FBRyxDQUFDLEVBQUUsQ0FBQyxDQUFDO1FBQ3hCLENBQUM7SUFDSCxDQUFDOzhHQTNGVSwyQkFBMkI7a0dBQTNCLDJCQUEyQiwwekJBRjNCLENBQUMsRUFBRSxPQUFPLEVBQUUsV0FBVyxFQUFFLFdBQVcsRUFBRSwyQkFBMkIsRUFBRSxDQUFDLG1LQzVCakYscVFBUUE7OzJGRHNCYSwyQkFBMkI7a0JBVHZDLFNBQVM7K0JBQ0Usc0JBQXNCLFVBR3hCLENBQUMsT0FBTyxDQUFDLG1CQUNBLHVCQUF1QixDQUFDLE1BQU0saUJBQ2hDLGlCQUFpQixDQUFDLElBQUksYUFDMUIsQ0FBQyxFQUFFLE9BQU8sRUFBRSxXQUFXLEVBQUUsV0FBVyw2QkFBNkIsRUFBRSxDQUFDO3dEQTJEbkUsV0FBVztzQkFEdEIsV0FBVzt1QkFBQyxPQUFPIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQVhDb21wb25lbnQsIE1YQ29sb3JDb21wb25lbnQgfSBmcm9tICdAYWNvcmV4L2Nkay9jb21tb24nO1xuaW1wb3J0IHtcbiAgYWZ0ZXJOZXh0UmVuZGVyLFxuICBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSxcbiAgQ29tcG9uZW50LFxuICBlZmZlY3QsXG4gIEVsZW1lbnRSZWYsXG4gIEhvc3RCaW5kaW5nLFxuICBpbnB1dCxcbiAgbW9kZWwsXG4gIHZpZXdDaGlsZCxcbiAgVmlld0VuY2Fwc3VsYXRpb24sXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5leHBvcnQgdHlwZSBBWENpcmN1bGFyUHJvZ3Jlc3NNb2RlID0gJ2RldGVybWluYXRlJyB8ICdpbmRldGVybWluYXRlJztcblxuLyoqXG4gKiBUaGUgQnV0dG9uIGlzIGEgY29tcG9uZW50IHdoaWNoIGRldGVjdHMgdXNlciBpbnRlcmFjdGlvbiBhbmQgdHJpZ2dlcnMgYSBjb3JyZXNwb25kaW5nIGV2ZW50XG4gKlxuICogQGNhdGVnb3J5IENvbXBvbmVudHNcbiAqL1xuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnYXgtY2lyY3VsYXItcHJvZ3Jlc3MnLFxuICB0ZW1wbGF0ZVVybDogJy4vY2lyY3VsYXItcHJvZ3Jlc3MuY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9jaXJjdWxhci1wcm9ncmVzcy5jb21wb25lbnQuc2NzcyddLFxuICBpbnB1dHM6IFsnY29sb3InXSxcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG4gIGVuY2Fwc3VsYXRpb246IFZpZXdFbmNhcHN1bGF0aW9uLk5vbmUsXG4gIHByb3ZpZGVyczogW3sgcHJvdmlkZTogQVhDb21wb25lbnQsIHVzZUV4aXN0aW5nOiBBWENpcmN1bGFyUHJvZ3Jlc3NDb21wb25lbnQgfV0sXG59KVxuZXhwb3J0IGNsYXNzIEFYQ2lyY3VsYXJQcm9ncmVzc0NvbXBvbmVudCBleHRlbmRzIE1YQ29sb3JDb21wb25lbnQge1xuICAvKipcbiAgICogIEBpZ25vcmVcbiAgICovXG4gIGNpcmNsZSA9IHZpZXdDaGlsZDxFbGVtZW50UmVmPEhUTUxEaXZFbGVtZW50Pj4oJ2NpcmNsZScpO1xuXG4gIC8qKlxuICAgKiBEZWZpbmVzIHRoZSBjdXJyZW50IHByb2dyZXNzIG9mIHRoZSBjaXJjdWxhciBwcm9ncmVzcyBjb21wb25lbnQuXG4gICAqXG4gICAqIENoYW5nZSBwcm9ncmVzcyBtb2RlXG4gICAqXG4gICAqL1xuXG4gIG1vZGUgPSBpbnB1dDxBWENpcmN1bGFyUHJvZ3Jlc3NNb2RlPignZGV0ZXJtaW5hdGUnKTtcblxuICAvKipcbiAgICogRGVmaW5lcyB0aGUgY3VycmVudCBwcm9ncmVzcyBvZiB0aGUgY2lyY3VsYXIgcHJvZ3Jlc3MgY29tcG9uZW50LlxuICAgKlxuICAgKiBUaGUgcGVyY2VudGFnZSB2YWx1ZSB0byBzZXQgZm9yIHRoZSBwcm9ncmVzcy5cbiAgICpcbiAgICovXG4gIHByb2dyZXNzID0gbW9kZWw8bnVtYmVyPigpO1xuXG4gIC8qKlxuICAgKiBEZWZpbmVzIHRoZSBzdHJva2Ugd2lkdGggb2YgdGhlIGNpcmN1bGFyIHByb2dyZXNzIGNvbXBvbmVudC5cbiAgICpcbiAgICogVGhlIHN0cm9rZSB3aWR0aCB0byBiZSBzZXQgZm9yIHRoZSBjaXJjdWxhciBwcm9ncmVzcyBjb21wb25lbnQuXG4gICAqL1xuICBzdHJva2UgPSBtb2RlbDxudW1iZXI+KCk7XG5cbiAgLyoqXG4gICAqIERlZmluZXMgdGhlIHN0cm9rZSB3aWR0aCBvZiB0aGUgY2lyY3VsYXIgcHJvZ3Jlc3MgY29tcG9uZW50LlxuICAgKlxuICAgKiBDaXJjbGUgc2l6ZVxuICAgKi9cbiAgc2l6ZSA9IG1vZGVsPG51bWJlcj4oKTtcblxuICAvKipcbiAgICogIEBpZ25vcmVcbiAgICovXG5cbiAgY29uc3RydWN0b3IoKSB7XG4gICAgc3VwZXIoKTtcbiAgICBhZnRlck5leHRSZW5kZXIoKCkgPT4ge1xuICAgICAgdGhpcy5zZXRDaXJjdWxhclNpemUoKTtcbiAgICAgIHRoaXMudXBkYXRlUHJvZ3Jlc3MoKTtcbiAgICB9KTtcbiAgICBlZmZlY3QoKCkgPT4ge1xuICAgICAgdGhpcy5zZXRDaXJjdWxhclNpemUoKTtcbiAgICAgIHRoaXMudXBkYXRlUHJvZ3Jlc3MoKTtcbiAgICB9KTtcbiAgfVxuXG4gIC8qKlxuICAgKiAgQGlnbm9yZVxuICAgKi9cbiAgQEhvc3RCaW5kaW5nKCdjbGFzcycpXG4gIHByaXZhdGUgZ2V0IF9faG9zdENsYXNzKCk6IHN0cmluZyB7XG4gICAgcmV0dXJuIGBheC0ke3RoaXNbJ2NvbG9yJ119YDtcbiAgfVxuXG4gIC8qKlxuICAgKiBAaWdub3JlXG4gICAqL1xuICBzZXRDaXJjdWxhclNpemUoKSB7XG4gICAgaWYgKHRoaXMuY2lyY2xlKCkpIHtcbiAgICAgIHRoaXMuY2lyY2xlKCkubmF0aXZlRWxlbWVudC5zdHlsZS5zZXRQcm9wZXJ0eShcbiAgICAgICAgJy0tYXgtY29tcC1jaXJjdWxhci1wcm9ncmVzcy1zdHJva2Utc2l6ZScsXG4gICAgICAgIGAke3RoaXMuc2l6ZSgpIC0gdGhpcy5zdHJva2UoKX1weGAsXG4gICAgICApO1xuICAgICAgdGhpcy5jaXJjbGUoKS5uYXRpdmVFbGVtZW50LnN0eWxlLnNldFByb3BlcnR5KCctLWF4LWNvbXAtY2lyY3VsYXItcHJvZ3Jlc3MtY2lyY2xlLXNpemUnLCBgJHt0aGlzLnNpemUoKX1weGApO1xuICAgIH1cbiAgfVxuXG4gIC8qKlxuICAgKiBAaWdub3JlXG4gICAqL1xuICB1cGRhdGVQcm9ncmVzcygpIHtcbiAgICBpZiAodGhpcy5jaXJjbGUoKSkge1xuICAgICAgdGhpcy5jaXJjbGUoKS5uYXRpdmVFbGVtZW50LnN0eWxlLmJhY2tncm91bmQgPSBgY29uaWMtZ3JhZGllbnQodmFyKC0tYXgtY29tcC1wcm9ncmVzcy1jaXJjdWxhci1jb2xvcikgJHtcbiAgICAgICAgdGhpcy5wcm9ncmVzcygpICogMy42XG4gICAgICB9ZGVnLCB2YXIoLS1heC1jb21wLXByb2dyZXNzLWNpcmN1bGFyLWxpbmUtY29sb3IpIDBkZWcpYDtcbiAgICB9XG4gIH1cbiAgLyoqXG4gICAqIEBpZ25vcmVcbiAgICovXG4gIHNldEluZGV0ZXJtaW5hdGVNb2RlKCkge1xuICAgIGlmICh0aGlzLm1vZGUoKSA9PT0gJ2luZGV0ZXJtaW5hdGUnICYmICF0aGlzLnByb2dyZXNzKCkpIHtcbiAgICAgIHRoaXMucHJvZ3Jlc3Muc2V0KDY1KTtcbiAgICB9XG4gIH1cbn1cbiIsIjxuZy1jb250ZW50IHNlbGVjdD1cImF4LXByZWZpeFwiPjwvbmctY29udGVudD5cbjxkaXYgY2xhc3M9XCJheC1wcm9ncmVzcy1jaXJjdWxhciBheC1wcm9ncmVzcy17eyBtb2RlKCkgfX1cIiAjY2lyY2xlPlxuICA8c3BhbiBjbGFzcz1cImF4LXByb2dyZXNzLWNvbnRlbnRcIj5cbiAgICA8bmctY29udGVudD48L25nLWNvbnRlbnQ+XG4gIDwvc3Bhbj5cbjwvZGl2PlxuXG48bmctY29udGVudCBzZWxlY3Q9XCJheC1zdWZmaXhcIj48L25nLWNvbnRlbnQ+XG4iXX0=","import { NgModule } from '@angular/core';\nimport { AXCircularProgressComponent } from './circular-progress.component';\nimport * as i0 from \"@angular/core\";\nexport class AXCircularProgressModule {\n static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: \"12.0.0\", version: \"20.1.3\", ngImport: i0, type: AXCircularProgressModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }\n static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: \"14.0.0\", version: \"20.1.3\", ngImport: i0, type: AXCircularProgressModule, imports: [AXCircularProgressComponent], exports: [AXCircularProgressComponent] }); }\n static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: \"12.0.0\", version: \"20.1.3\", ngImport: i0, type: AXCircularProgressModule }); }\n}\ni0.ɵɵngDeclareClassMetadata({ minVersion: \"12.0.0\", version: \"20.1.3\", ngImport: i0, type: AXCircularProgressModule, decorators: [{\n type: NgModule,\n args: [{\n imports: [AXCircularProgressComponent],\n exports: [AXCircularProgressComponent],\n }]\n }] });\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2lyY3VsYXItcHJvZ3Jlc3MubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcGFja2FnZXMvY29tcG9uZW50cy9jaXJjdWxhci1wcm9ncmVzcy9zcmMvbGliL2NpcmN1bGFyLXByb2dyZXNzLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSwyQkFBMkIsRUFBRSxNQUFNLCtCQUErQixDQUFDOztBQU01RSxNQUFNLE9BQU8sd0JBQXdCOzhHQUF4Qix3QkFBd0I7K0dBQXhCLHdCQUF3QixZQUh6QiwyQkFBMkIsYUFDM0IsMkJBQTJCOytHQUUxQix3QkFBd0I7OzJGQUF4Qix3QkFBd0I7a0JBSnBDLFFBQVE7bUJBQUM7b0JBQ1IsT0FBTyxFQUFFLENBQUMsMkJBQTJCLENBQUM7b0JBQ3RDLE9BQU8sRUFBRSxDQUFDLDJCQUEyQixDQUFDO2lCQUN2QyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBBWENpcmN1bGFyUHJvZ3Jlc3NDb21wb25lbnQgfSBmcm9tICcuL2NpcmN1bGFyLXByb2dyZXNzLmNvbXBvbmVudCc7XG5cbkBOZ01vZHVsZSh7XG4gIGltcG9ydHM6IFtBWENpcmN1bGFyUHJvZ3Jlc3NDb21wb25lbnRdLFxuICBleHBvcnRzOiBbQVhDaXJjdWxhclByb2dyZXNzQ29tcG9uZW50XSxcbn0pXG5leHBvcnQgY2xhc3MgQVhDaXJjdWxhclByb2dyZXNzTW9kdWxlIHt9XG4iXX0=","/**\n * Generated bundle index. Do not edit.\n */\nexport * from './index';\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWNvcmV4LWNvbXBvbmVudHMtY2lyY3VsYXItcHJvZ3Jlc3MuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9jb21wb25lbnRzL2NpcmN1bGFyLXByb2dyZXNzL3NyYy9hY29yZXgtY29tcG9uZW50cy1jaXJjdWxhci1wcm9ncmVzcy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsU0FBUyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL2luZGV4JztcbiJdfQ=="],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"acorex-components-circular-progress.mjs","sources":["../tmp-esm2022/circular-progress/lib/circular-progress.component.js","../tmp-esm2022/circular-progress/lib/circular-progress.module.js","../tmp-esm2022/circular-progress/acorex-components-circular-progress.js"],"sourcesContent":["import { AXComponent, MXColorComponent } from '@acorex/cdk/common';\nimport { afterNextRender, ChangeDetectionStrategy, Component, effect, HostBinding, input, model, viewChild, ViewEncapsulation, } from '@angular/core';\nimport * as i0 from \"@angular/core\";\n/**\n * Displays the progress of an operation in a circular form. Supports determinate and indeterminate modes,\n * configurable size and stroke, and color theming.\n *\n * @category Components\n */\nexport class AXCircularProgressComponent extends MXColorComponent {\n /**\n * @ignore\n */\n constructor() {\n super();\n /**\n * @ignore\n */\n this.circle = viewChild('circle', ...(ngDevMode ? [{ debugName: \"circle\" }] : []));\n /**\n * Defines the progress calculation mode.\n * Use 'determinate' to show a specific percentage or 'indeterminate' for ongoing/spinner state.\n */\n this.mode = input('determinate', ...(ngDevMode ? [{ debugName: \"mode\" }] : []));\n /**\n * The percentage value to set for the progress (0–100).\n */\n this.progress = model(...(ngDevMode ? [undefined, { debugName: \"progress\" }] : []));\n /**\n * Stroke width of the circular track, in pixels.\n */\n this.stroke = model(...(ngDevMode ? [undefined, { debugName: \"stroke\" }] : []));\n /**\n * Overall diameter of the circular progress, in pixels.\n */\n this.size = model(...(ngDevMode ? [undefined, { debugName: \"size\" }] : []));\n afterNextRender(() => {\n this.setCircularSize();\n this.updateProgress();\n });\n effect(() => {\n this.setCircularSize();\n this.updateProgress();\n });\n }\n /**\n * @ignore\n */\n get __hostClass() {\n return `ax-${this['color']}`;\n }\n /**\n * Sets the CSS custom properties to reflect the current `size` and `stroke` values.\n *\n * Updates `--ax-comp-circular-progress-circle-size` and `--ax-comp-circular-progress-stroke-size` on the circle.\n *\n * @returns void - Styles are applied to the circle element when available.\n */\n setCircularSize() {\n if (this.circle()) {\n this.circle().nativeElement.style.setProperty('--ax-comp-circular-progress-stroke-size', `${this.size() - this.stroke()}px`);\n this.circle().nativeElement.style.setProperty('--ax-comp-circular-progress-circle-size', `${this.size()}px`);\n }\n }\n /**\n * Recalculates and applies the progress arc background based on the current `progress` value.\n *\n * Uses a conic-gradient with `--ax-comp-progress-circular-color` and `--ax-comp-progress-circular-line-color`.\n * The expected range for `progress` is 0–100.\n *\n * @returns void - Styles are applied to the circle element when available.\n */\n updateProgress() {\n if (this.circle()) {\n this.circle().nativeElement.style.background = `conic-gradient(var(--ax-comp-progress-circular-color) ${this.progress() * 3.6}deg, var(--ax-comp-progress-circular-line-color) 0deg)`;\n }\n }\n /**\n * Applies a default visual state for the indeterminate mode when no explicit `progress` is set.\n *\n * If `mode` is 'indeterminate' and `progress` is not set, it sets `progress` to 65 to render a visible arc.\n *\n * @returns void\n */\n setIndeterminateMode() {\n if (this.mode() === 'indeterminate' && !this.progress()) {\n this.progress.set(65);\n }\n }\n static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: \"12.0.0\", version: \"20.3.3\", ngImport: i0, type: AXCircularProgressComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }\n static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: \"17.2.0\", version: \"20.3.3\", type: AXCircularProgressComponent, isStandalone: true, selector: \"ax-circular-progress\", inputs: { color: { classPropertyName: \"color\", publicName: \"color\", isSignal: false, isRequired: false, transformFunction: null }, mode: { classPropertyName: \"mode\", publicName: \"mode\", isSignal: true, isRequired: false, transformFunction: null }, progress: { classPropertyName: \"progress\", publicName: \"progress\", isSignal: true, isRequired: false, transformFunction: null }, stroke: { classPropertyName: \"stroke\", publicName: \"stroke\", isSignal: true, isRequired: false, transformFunction: null }, size: { classPropertyName: \"size\", publicName: \"size\", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { progress: \"progressChange\", stroke: \"strokeChange\", size: \"sizeChange\" }, host: { properties: { \"class\": \"this.__hostClass\" } }, providers: [{ provide: AXComponent, useExisting: AXCircularProgressComponent }], viewQueries: [{ propertyName: \"circle\", first: true, predicate: [\"circle\"], descendants: true, isSignal: true }], usesInheritance: true, ngImport: i0, template: \"<ng-content select=\\\"ax-prefix\\\"></ng-content>\\n<div class=\\\"ax-progress-circular ax-progress-{{ mode() }}\\\" #circle>\\n <span class=\\\"ax-progress-content\\\">\\n <ng-content></ng-content>\\n </span>\\n</div>\\n\\n<ng-content select=\\\"ax-suffix\\\"></ng-content>\\n\", styles: [\"ax-circular-progress{--ax-comp-progress-circular-color: rgba(var(--ax-sys-color-primary-surface));--ax-comp-progress-circular-line-color: rgba(var(--ax-sys-color-primary-surface), .25)}ax-circular-progress.ax-primary .ax-progress-circular{--ax-comp-progress-circular-color: rgba(var(--ax-sys-color-primary-surface));--ax-comp-progress-circular-line-color: rgba(var(--ax-sys-color-primary-surface), .25)}ax-circular-progress.ax-secondary .ax-progress-circular{--ax-comp-progress-circular-color: rgba(var(--ax-sys-color-secondary-surface));--ax-comp-progress-circular-line-color: rgba(var(--ax-sys-color-secondary-surface), .25)}ax-circular-progress.ax-success .ax-progress-circular{--ax-comp-progress-circular-color: rgba(var(--ax-sys-color-success-surface));--ax-comp-progress-circular-line-color: rgba(var(--ax-sys-color-success-surface), .25)}ax-circular-progress.ax-warning .ax-progress-circular{--ax-comp-progress-circular-color: rgba(var(--ax-sys-color-warning-surface));--ax-comp-progress-circular-line-color: rgba(var(--ax-sys-color-warning-surface), .25)}ax-circular-progress.ax-danger .ax-progress-circular{--ax-comp-progress-circular-color: rgba(var(--ax-sys-color-danger-surface));--ax-comp-progress-circular-line-color: rgba(var(--ax-sys-color-danger-surface), .25)}ax-circular-progress.ax-accent1 .ax-progress-circular{--ax-comp-progress-circular-color: rgba(var(--ax-sys-color-accent1-surface));--ax-comp-progress-circular-line-color: rgba(var(--ax-sys-color-accent1-surface), .25)}ax-circular-progress.ax-accent2 .ax-progress-circular{--ax-comp-progress-circular-color: rgba(var(--ax-sys-color-accent2-surface));--ax-comp-progress-circular-line-color: rgba(var(--ax-sys-color-accent2-surface), .25)}ax-circular-progress.ax-accent3 .ax-progress-circular{--ax-comp-progress-circular-color: rgba(var(--ax-sys-color-accent3-surface));--ax-comp-progress-circular-line-color: rgba(var(--ax-sys-color-accent3-surface), .25)}ax-circular-progress.ax-accent4 .ax-progress-circular{--ax-comp-progress-circular-color: rgba(var(--ax-sys-color-accent4-surface));--ax-comp-progress-circular-line-color: rgba(var(--ax-sys-color-accent4-surface), .25)}ax-circular-progress.ax-accent5 .ax-progress-circular{--ax-comp-progress-circular-color: rgba(var(--ax-sys-color-accent5-surface));--ax-comp-progress-circular-line-color: rgba(var(--ax-sys-color-accent5-surface), .25)}ax-circular-progress.ax-accent6 .ax-progress-circular{--ax-comp-progress-circular-color: rgba(var(--ax-sys-color-accent6-surface));--ax-comp-progress-circular-line-color: rgba(var(--ax-sys-color-accent6-surface), .25)}ax-circular-progress.ax-accent7 .ax-progress-circular{--ax-comp-progress-circular-color: rgba(var(--ax-sys-color-accent7-surface));--ax-comp-progress-circular-line-color: rgba(var(--ax-sys-color-accent7-surface), .25)}.ax-dark ax-circular-progress{--ax-comp-progress-circular-inside-bg-color: var(--ax-sys-color-darkest-surface)}ax-circular-progress .ax-progress-circular{width:var(--ax-comp-circular-progress-circle-size, 48px);height:var(--ax-comp-circular-progress-circle-size, 48px);border-radius:9999px;background:conic-gradient(var(--ax-comp-progress-circular-color) 0deg,var(--ax-comp-progress-circular-line-color) 0deg);position:relative;display:flex;align-items:center;justify-content:center}ax-circular-progress .ax-progress-circular:before{content:\\\"\\\";position:absolute;border-radius:9999px;width:var(--ax-comp-circular-progress-stroke-size, 44px);height:var(--ax-comp-circular-progress-stroke-size, 44px);background-color:rgba(var(--ax-comp-progress-circular-inside-bg-color, var(--ax-sys-color-lightest-surface)))}ax-circular-progress .ax-progress-circular .ax-progress-content{position:relative;display:flex;align-items:center;justify-content:center}ax-circular-progress .ax-progress-circular.ax-progress-indeterminate{animation-name:rotate;animation-iteration-count:infinite;animation-timing-function:linear;animation-duration:var(--ax-comp-circular-progress-animation-duration, 1.5s)}@keyframes rotate{0%{transform:rotate(-360deg)}to{transform:rotate(360deg)}}\\n\"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }\n}\ni0.ɵɵngDeclareClassMetadata({ minVersion: \"12.0.0\", version: \"20.3.3\", ngImport: i0, type: AXCircularProgressComponent, decorators: [{\n type: Component,\n args: [{ selector: 'ax-circular-progress', inputs: ['color'], changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, providers: [{ provide: AXComponent, useExisting: AXCircularProgressComponent }], template: \"<ng-content select=\\\"ax-prefix\\\"></ng-content>\\n<div class=\\\"ax-progress-circular ax-progress-{{ mode() }}\\\" #circle>\\n <span class=\\\"ax-progress-content\\\">\\n <ng-content></ng-content>\\n </span>\\n</div>\\n\\n<ng-content select=\\\"ax-suffix\\\"></ng-content>\\n\", styles: [\"ax-circular-progress{--ax-comp-progress-circular-color: rgba(var(--ax-sys-color-primary-surface));--ax-comp-progress-circular-line-color: rgba(var(--ax-sys-color-primary-surface), .25)}ax-circular-progress.ax-primary .ax-progress-circular{--ax-comp-progress-circular-color: rgba(var(--ax-sys-color-primary-surface));--ax-comp-progress-circular-line-color: rgba(var(--ax-sys-color-primary-surface), .25)}ax-circular-progress.ax-secondary .ax-progress-circular{--ax-comp-progress-circular-color: rgba(var(--ax-sys-color-secondary-surface));--ax-comp-progress-circular-line-color: rgba(var(--ax-sys-color-secondary-surface), .25)}ax-circular-progress.ax-success .ax-progress-circular{--ax-comp-progress-circular-color: rgba(var(--ax-sys-color-success-surface));--ax-comp-progress-circular-line-color: rgba(var(--ax-sys-color-success-surface), .25)}ax-circular-progress.ax-warning .ax-progress-circular{--ax-comp-progress-circular-color: rgba(var(--ax-sys-color-warning-surface));--ax-comp-progress-circular-line-color: rgba(var(--ax-sys-color-warning-surface), .25)}ax-circular-progress.ax-danger .ax-progress-circular{--ax-comp-progress-circular-color: rgba(var(--ax-sys-color-danger-surface));--ax-comp-progress-circular-line-color: rgba(var(--ax-sys-color-danger-surface), .25)}ax-circular-progress.ax-accent1 .ax-progress-circular{--ax-comp-progress-circular-color: rgba(var(--ax-sys-color-accent1-surface));--ax-comp-progress-circular-line-color: rgba(var(--ax-sys-color-accent1-surface), .25)}ax-circular-progress.ax-accent2 .ax-progress-circular{--ax-comp-progress-circular-color: rgba(var(--ax-sys-color-accent2-surface));--ax-comp-progress-circular-line-color: rgba(var(--ax-sys-color-accent2-surface), .25)}ax-circular-progress.ax-accent3 .ax-progress-circular{--ax-comp-progress-circular-color: rgba(var(--ax-sys-color-accent3-surface));--ax-comp-progress-circular-line-color: rgba(var(--ax-sys-color-accent3-surface), .25)}ax-circular-progress.ax-accent4 .ax-progress-circular{--ax-comp-progress-circular-color: rgba(var(--ax-sys-color-accent4-surface));--ax-comp-progress-circular-line-color: rgba(var(--ax-sys-color-accent4-surface), .25)}ax-circular-progress.ax-accent5 .ax-progress-circular{--ax-comp-progress-circular-color: rgba(var(--ax-sys-color-accent5-surface));--ax-comp-progress-circular-line-color: rgba(var(--ax-sys-color-accent5-surface), .25)}ax-circular-progress.ax-accent6 .ax-progress-circular{--ax-comp-progress-circular-color: rgba(var(--ax-sys-color-accent6-surface));--ax-comp-progress-circular-line-color: rgba(var(--ax-sys-color-accent6-surface), .25)}ax-circular-progress.ax-accent7 .ax-progress-circular{--ax-comp-progress-circular-color: rgba(var(--ax-sys-color-accent7-surface));--ax-comp-progress-circular-line-color: rgba(var(--ax-sys-color-accent7-surface), .25)}.ax-dark ax-circular-progress{--ax-comp-progress-circular-inside-bg-color: var(--ax-sys-color-darkest-surface)}ax-circular-progress .ax-progress-circular{width:var(--ax-comp-circular-progress-circle-size, 48px);height:var(--ax-comp-circular-progress-circle-size, 48px);border-radius:9999px;background:conic-gradient(var(--ax-comp-progress-circular-color) 0deg,var(--ax-comp-progress-circular-line-color) 0deg);position:relative;display:flex;align-items:center;justify-content:center}ax-circular-progress .ax-progress-circular:before{content:\\\"\\\";position:absolute;border-radius:9999px;width:var(--ax-comp-circular-progress-stroke-size, 44px);height:var(--ax-comp-circular-progress-stroke-size, 44px);background-color:rgba(var(--ax-comp-progress-circular-inside-bg-color, var(--ax-sys-color-lightest-surface)))}ax-circular-progress .ax-progress-circular .ax-progress-content{position:relative;display:flex;align-items:center;justify-content:center}ax-circular-progress .ax-progress-circular.ax-progress-indeterminate{animation-name:rotate;animation-iteration-count:infinite;animation-timing-function:linear;animation-duration:var(--ax-comp-circular-progress-animation-duration, 1.5s)}@keyframes rotate{0%{transform:rotate(-360deg)}to{transform:rotate(360deg)}}\\n\"] }]\n }], ctorParameters: () => [], propDecorators: { __hostClass: [{\n type: HostBinding,\n args: ['class']\n }] } });\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2lyY3VsYXItcHJvZ3Jlc3MuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcGFja2FnZXMvY29tcG9uZW50cy9jaXJjdWxhci1wcm9ncmVzcy9zcmMvbGliL2NpcmN1bGFyLXByb2dyZXNzLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL2NvbXBvbmVudHMvY2lyY3VsYXItcHJvZ3Jlc3Mvc3JjL2xpYi9jaXJjdWxhci1wcm9ncmVzcy5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsV0FBVyxFQUFFLGdCQUFnQixFQUFFLE1BQU0sb0JBQW9CLENBQUM7QUFDbkUsT0FBTyxFQUNMLGVBQWUsRUFDZix1QkFBdUIsRUFDdkIsU0FBUyxFQUNULE1BQU0sRUFFTixXQUFXLEVBQ1gsS0FBSyxFQUNMLEtBQUssRUFDTCxTQUFTLEVBQ1QsaUJBQWlCLEdBQ2xCLE1BQU0sZUFBZSxDQUFDOztBQUl2Qjs7Ozs7R0FLRztBQVVILE1BQU0sT0FBTywyQkFBNEIsU0FBUSxnQkFBZ0I7SUEyQi9EOztPQUVHO0lBRUg7UUFDRSxLQUFLLEVBQUUsQ0FBQztRQS9CVjs7V0FFRztRQUNILFdBQU0sR0FBRyxTQUFTLENBQTZCLFFBQVEsa0RBQUMsQ0FBQztRQUV6RDs7O1dBR0c7UUFDSCxTQUFJLEdBQUcsS0FBSyxDQUF5QixhQUFhLGdEQUFDLENBQUM7UUFFcEQ7O1dBRUc7UUFDSCxhQUFRLEdBQUcsS0FBSyw4REFBVSxDQUFDO1FBRTNCOztXQUVHO1FBQ0gsV0FBTSxHQUFHLEtBQUssNERBQVUsQ0FBQztRQUV6Qjs7V0FFRztRQUNILFNBQUksR0FBRyxLQUFLLDBEQUFVLENBQUM7UUFRckIsZUFBZSxDQUFDLEdBQUcsRUFBRTtZQUNuQixJQUFJLENBQUMsZUFBZSxFQUFFLENBQUM7WUFDdkIsSUFBSSxDQUFDLGNBQWMsRUFBRSxDQUFDO1FBQ3hCLENBQUMsQ0FBQyxDQUFDO1FBQ0gsTUFBTSxDQUFDLEdBQUcsRUFBRTtZQUNWLElBQUksQ0FBQyxlQUFlLEVBQUUsQ0FBQztZQUN2QixJQUFJLENBQUMsY0FBYyxFQUFFLENBQUM7UUFDeEIsQ0FBQyxDQUFDLENBQUM7SUFDTCxDQUFDO0lBRUQ7O09BRUc7SUFDSCxJQUNZLFdBQVc7UUFDckIsT0FBTyxNQUFNLElBQUksQ0FBQyxPQUFPLENBQUMsRUFBRSxDQUFDO0lBQy9CLENBQUM7SUFFRDs7Ozs7O09BTUc7SUFDSCxlQUFlO1FBQ2IsSUFBSSxJQUFJLENBQUMsTUFBTSxFQUFFLEVBQUUsQ0FBQztZQUNsQixJQUFJLENBQUMsTUFBTSxFQUFFLENBQUMsYUFBYSxDQUFDLEtBQUssQ0FBQyxXQUFXLENBQzNDLHlDQUF5QyxFQUN6QyxHQUFHLElBQUksQ0FBQyxJQUFJLEVBQUUsR0FBRyxJQUFJLENBQUMsTUFBTSxFQUFFLElBQUksQ0FDbkMsQ0FBQztZQUNGLElBQUksQ0FBQyxNQUFNLEVBQUUsQ0FBQyxhQUFhLENBQUMsS0FBSyxDQUFDLFdBQVcsQ0FBQyx5Q0FBeUMsRUFBRSxHQUFHLElBQUksQ0FBQyxJQUFJLEVBQUUsSUFBSSxDQUFDLENBQUM7UUFDL0csQ0FBQztJQUNILENBQUM7SUFFRDs7Ozs7OztPQU9HO0lBQ0gsY0FBYztRQUNaLElBQUksSUFBSSxDQUFDLE1BQU0sRUFBRSxFQUFFLENBQUM7WUFDbEIsSUFBSSxDQUFDLE1BQU0sRUFBRSxDQUFDLGFBQWEsQ0FBQyxLQUFLLENBQUMsVUFBVSxHQUFHLHlEQUM3QyxJQUFJLENBQUMsUUFBUSxFQUFFLEdBQUcsR0FDcEIsd0RBQXdELENBQUM7UUFDM0QsQ0FBQztJQUNILENBQUM7SUFDRDs7Ozs7O09BTUc7SUFDSCxvQkFBb0I7UUFDbEIsSUFBSSxJQUFJLENBQUMsSUFBSSxFQUFFLEtBQUssZUFBZSxJQUFJLENBQUMsSUFBSSxDQUFDLFFBQVEsRUFBRSxFQUFFLENBQUM7WUFDeEQsSUFBSSxDQUFDLFFBQVEsQ0FBQyxHQUFHLENBQUMsRUFBRSxDQUFDLENBQUM7UUFDeEIsQ0FBQztJQUNILENBQUM7OEdBOUZVLDJCQUEyQjtrR0FBM0IsMkJBQTJCLDB6QkFGM0IsQ0FBQyxFQUFFLE9BQU8sRUFBRSxXQUFXLEVBQUUsV0FBVyxFQUFFLDJCQUEyQixFQUFFLENBQUMsbUtDN0JqRixxUUFRQTs7MkZEdUJhLDJCQUEyQjtrQkFUdkMsU0FBUzsrQkFDRSxzQkFBc0IsVUFHeEIsQ0FBQyxPQUFPLENBQUMsbUJBQ0EsdUJBQXVCLENBQUMsTUFBTSxpQkFDaEMsaUJBQWlCLENBQUMsSUFBSSxhQUMxQixDQUFDLEVBQUUsT0FBTyxFQUFFLFdBQVcsRUFBRSxXQUFXLDZCQUE2QixFQUFFLENBQUM7d0RBaURuRSxXQUFXO3NCQUR0QixXQUFXO3VCQUFDLE9BQU8iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBBWENvbXBvbmVudCwgTVhDb2xvckNvbXBvbmVudCB9IGZyb20gJ0BhY29yZXgvY2RrL2NvbW1vbic7XG5pbXBvcnQge1xuICBhZnRlck5leHRSZW5kZXIsXG4gIENoYW5nZURldGVjdGlvblN0cmF0ZWd5LFxuICBDb21wb25lbnQsXG4gIGVmZmVjdCxcbiAgRWxlbWVudFJlZixcbiAgSG9zdEJpbmRpbmcsXG4gIGlucHV0LFxuICBtb2RlbCxcbiAgdmlld0NoaWxkLFxuICBWaWV3RW5jYXBzdWxhdGlvbixcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbmV4cG9ydCB0eXBlIEFYQ2lyY3VsYXJQcm9ncmVzc01vZGUgPSAnZGV0ZXJtaW5hdGUnIHwgJ2luZGV0ZXJtaW5hdGUnO1xuXG4vKipcbiAqIERpc3BsYXlzIHRoZSBwcm9ncmVzcyBvZiBhbiBvcGVyYXRpb24gaW4gYSBjaXJjdWxhciBmb3JtLiBTdXBwb3J0cyBkZXRlcm1pbmF0ZSBhbmQgaW5kZXRlcm1pbmF0ZSBtb2RlcyxcbiAqIGNvbmZpZ3VyYWJsZSBzaXplIGFuZCBzdHJva2UsIGFuZCBjb2xvciB0aGVtaW5nLlxuICpcbiAqIEBjYXRlZ29yeSBDb21wb25lbnRzXG4gKi9cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2F4LWNpcmN1bGFyLXByb2dyZXNzJyxcbiAgdGVtcGxhdGVVcmw6ICcuL2NpcmN1bGFyLXByb2dyZXNzLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJy4vY2lyY3VsYXItcHJvZ3Jlc3MuY29tcG9uZW50LnNjc3MnXSxcbiAgaW5wdXRzOiBbJ2NvbG9yJ10sXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxuICBlbmNhcHN1bGF0aW9uOiBWaWV3RW5jYXBzdWxhdGlvbi5Ob25lLFxuICBwcm92aWRlcnM6IFt7IHByb3ZpZGU6IEFYQ29tcG9uZW50LCB1c2VFeGlzdGluZzogQVhDaXJjdWxhclByb2dyZXNzQ29tcG9uZW50IH1dLFxufSlcbmV4cG9ydCBjbGFzcyBBWENpcmN1bGFyUHJvZ3Jlc3NDb21wb25lbnQgZXh0ZW5kcyBNWENvbG9yQ29tcG9uZW50IHtcbiAgLyoqXG4gICAqICBAaWdub3JlXG4gICAqL1xuICBjaXJjbGUgPSB2aWV3Q2hpbGQ8RWxlbWVudFJlZjxIVE1MRGl2RWxlbWVudD4+KCdjaXJjbGUnKTtcblxuICAvKipcbiAgICogRGVmaW5lcyB0aGUgcHJvZ3Jlc3MgY2FsY3VsYXRpb24gbW9kZS5cbiAgICogVXNlICdkZXRlcm1pbmF0ZScgdG8gc2hvdyBhIHNwZWNpZmljIHBlcmNlbnRhZ2Ugb3IgJ2luZGV0ZXJtaW5hdGUnIGZvciBvbmdvaW5nL3NwaW5uZXIgc3RhdGUuXG4gICAqL1xuICBtb2RlID0gaW5wdXQ8QVhDaXJjdWxhclByb2dyZXNzTW9kZT4oJ2RldGVybWluYXRlJyk7XG5cbiAgLyoqXG4gICAqIFRoZSBwZXJjZW50YWdlIHZhbHVlIHRvIHNldCBmb3IgdGhlIHByb2dyZXNzICgw4oCTMTAwKS5cbiAgICovXG4gIHByb2dyZXNzID0gbW9kZWw8bnVtYmVyPigpO1xuXG4gIC8qKlxuICAgKiBTdHJva2Ugd2lkdGggb2YgdGhlIGNpcmN1bGFyIHRyYWNrLCBpbiBwaXhlbHMuXG4gICAqL1xuICBzdHJva2UgPSBtb2RlbDxudW1iZXI+KCk7XG5cbiAgLyoqXG4gICAqIE92ZXJhbGwgZGlhbWV0ZXIgb2YgdGhlIGNpcmN1bGFyIHByb2dyZXNzLCBpbiBwaXhlbHMuXG4gICAqL1xuICBzaXplID0gbW9kZWw8bnVtYmVyPigpO1xuXG4gIC8qKlxuICAgKiAgQGlnbm9yZVxuICAgKi9cblxuICBjb25zdHJ1Y3RvcigpIHtcbiAgICBzdXBlcigpO1xuICAgIGFmdGVyTmV4dFJlbmRlcigoKSA9PiB7XG4gICAgICB0aGlzLnNldENpcmN1bGFyU2l6ZSgpO1xuICAgICAgdGhpcy51cGRhdGVQcm9ncmVzcygpO1xuICAgIH0pO1xuICAgIGVmZmVjdCgoKSA9PiB7XG4gICAgICB0aGlzLnNldENpcmN1bGFyU2l6ZSgpO1xuICAgICAgdGhpcy51cGRhdGVQcm9ncmVzcygpO1xuICAgIH0pO1xuICB9XG5cbiAgLyoqXG4gICAqICBAaWdub3JlXG4gICAqL1xuICBASG9zdEJpbmRpbmcoJ2NsYXNzJylcbiAgcHJpdmF0ZSBnZXQgX19ob3N0Q2xhc3MoKTogc3RyaW5nIHtcbiAgICByZXR1cm4gYGF4LSR7dGhpc1snY29sb3InXX1gO1xuICB9XG5cbiAgLyoqXG4gICAqIFNldHMgdGhlIENTUyBjdXN0b20gcHJvcGVydGllcyB0byByZWZsZWN0IHRoZSBjdXJyZW50IGBzaXplYCBhbmQgYHN0cm9rZWAgdmFsdWVzLlxuICAgKlxuICAgKiBVcGRhdGVzIGAtLWF4LWNvbXAtY2lyY3VsYXItcHJvZ3Jlc3MtY2lyY2xlLXNpemVgIGFuZCBgLS1heC1jb21wLWNpcmN1bGFyLXByb2dyZXNzLXN0cm9rZS1zaXplYCBvbiB0aGUgY2lyY2xlLlxuICAgKlxuICAgKiBAcmV0dXJucyB2b2lkIC0gU3R5bGVzIGFyZSBhcHBsaWVkIHRvIHRoZSBjaXJjbGUgZWxlbWVudCB3aGVuIGF2YWlsYWJsZS5cbiAgICovXG4gIHNldENpcmN1bGFyU2l6ZSgpOiB2b2lkIHtcbiAgICBpZiAodGhpcy5jaXJjbGUoKSkge1xuICAgICAgdGhpcy5jaXJjbGUoKS5uYXRpdmVFbGVtZW50LnN0eWxlLnNldFByb3BlcnR5KFxuICAgICAgICAnLS1heC1jb21wLWNpcmN1bGFyLXByb2dyZXNzLXN0cm9rZS1zaXplJyxcbiAgICAgICAgYCR7dGhpcy5zaXplKCkgLSB0aGlzLnN0cm9rZSgpfXB4YCxcbiAgICAgICk7XG4gICAgICB0aGlzLmNpcmNsZSgpLm5hdGl2ZUVsZW1lbnQuc3R5bGUuc2V0UHJvcGVydHkoJy0tYXgtY29tcC1jaXJjdWxhci1wcm9ncmVzcy1jaXJjbGUtc2l6ZScsIGAke3RoaXMuc2l6ZSgpfXB4YCk7XG4gICAgfVxuICB9XG5cbiAgLyoqXG4gICAqIFJlY2FsY3VsYXRlcyBhbmQgYXBwbGllcyB0aGUgcHJvZ3Jlc3MgYXJjIGJhY2tncm91bmQgYmFzZWQgb24gdGhlIGN1cnJlbnQgYHByb2dyZXNzYCB2YWx1ZS5cbiAgICpcbiAgICogVXNlcyBhIGNvbmljLWdyYWRpZW50IHdpdGggYC0tYXgtY29tcC1wcm9ncmVzcy1jaXJjdWxhci1jb2xvcmAgYW5kIGAtLWF4LWNvbXAtcHJvZ3Jlc3MtY2lyY3VsYXItbGluZS1jb2xvcmAuXG4gICAqIFRoZSBleHBlY3RlZCByYW5nZSBmb3IgYHByb2dyZXNzYCBpcyAw4oCTMTAwLlxuICAgKlxuICAgKiBAcmV0dXJucyB2b2lkIC0gU3R5bGVzIGFyZSBhcHBsaWVkIHRvIHRoZSBjaXJjbGUgZWxlbWVudCB3aGVuIGF2YWlsYWJsZS5cbiAgICovXG4gIHVwZGF0ZVByb2dyZXNzKCk6IHZvaWQge1xuICAgIGlmICh0aGlzLmNpcmNsZSgpKSB7XG4gICAgICB0aGlzLmNpcmNsZSgpLm5hdGl2ZUVsZW1lbnQuc3R5bGUuYmFja2dyb3VuZCA9IGBjb25pYy1ncmFkaWVudCh2YXIoLS1heC1jb21wLXByb2dyZXNzLWNpcmN1bGFyLWNvbG9yKSAke1xuICAgICAgICB0aGlzLnByb2dyZXNzKCkgKiAzLjZcbiAgICAgIH1kZWcsIHZhcigtLWF4LWNvbXAtcHJvZ3Jlc3MtY2lyY3VsYXItbGluZS1jb2xvcikgMGRlZylgO1xuICAgIH1cbiAgfVxuICAvKipcbiAgICogQXBwbGllcyBhIGRlZmF1bHQgdmlzdWFsIHN0YXRlIGZvciB0aGUgaW5kZXRlcm1pbmF0ZSBtb2RlIHdoZW4gbm8gZXhwbGljaXQgYHByb2dyZXNzYCBpcyBzZXQuXG4gICAqXG4gICAqIElmIGBtb2RlYCBpcyAnaW5kZXRlcm1pbmF0ZScgYW5kIGBwcm9ncmVzc2AgaXMgbm90IHNldCwgaXQgc2V0cyBgcHJvZ3Jlc3NgIHRvIDY1IHRvIHJlbmRlciBhIHZpc2libGUgYXJjLlxuICAgKlxuICAgKiBAcmV0dXJucyB2b2lkXG4gICAqL1xuICBzZXRJbmRldGVybWluYXRlTW9kZSgpOiB2b2lkIHtcbiAgICBpZiAodGhpcy5tb2RlKCkgPT09ICdpbmRldGVybWluYXRlJyAmJiAhdGhpcy5wcm9ncmVzcygpKSB7XG4gICAgICB0aGlzLnByb2dyZXNzLnNldCg2NSk7XG4gICAgfVxuICB9XG59XG4iLCI8bmctY29udGVudCBzZWxlY3Q9XCJheC1wcmVmaXhcIj48L25nLWNvbnRlbnQ+XG48ZGl2IGNsYXNzPVwiYXgtcHJvZ3Jlc3MtY2lyY3VsYXIgYXgtcHJvZ3Jlc3Mte3sgbW9kZSgpIH19XCIgI2NpcmNsZT5cbiAgPHNwYW4gY2xhc3M9XCJheC1wcm9ncmVzcy1jb250ZW50XCI+XG4gICAgPG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PlxuICA8L3NwYW4+XG48L2Rpdj5cblxuPG5nLWNvbnRlbnQgc2VsZWN0PVwiYXgtc3VmZml4XCI+PC9uZy1jb250ZW50PlxuIl19","import { NgModule } from '@angular/core';\nimport { AXCircularProgressComponent } from './circular-progress.component';\nimport * as i0 from \"@angular/core\";\nexport class AXCircularProgressModule {\n static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: \"12.0.0\", version: \"20.3.3\", ngImport: i0, type: AXCircularProgressModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }\n static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: \"14.0.0\", version: \"20.3.3\", ngImport: i0, type: AXCircularProgressModule, imports: [AXCircularProgressComponent], exports: [AXCircularProgressComponent] }); }\n static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: \"12.0.0\", version: \"20.3.3\", ngImport: i0, type: AXCircularProgressModule }); }\n}\ni0.ɵɵngDeclareClassMetadata({ minVersion: \"12.0.0\", version: \"20.3.3\", ngImport: i0, type: AXCircularProgressModule, decorators: [{\n type: NgModule,\n args: [{\n imports: [AXCircularProgressComponent],\n exports: [AXCircularProgressComponent],\n }]\n }] });\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2lyY3VsYXItcHJvZ3Jlc3MubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcGFja2FnZXMvY29tcG9uZW50cy9jaXJjdWxhci1wcm9ncmVzcy9zcmMvbGliL2NpcmN1bGFyLXByb2dyZXNzLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSwyQkFBMkIsRUFBRSxNQUFNLCtCQUErQixDQUFDOztBQU01RSxNQUFNLE9BQU8sd0JBQXdCOzhHQUF4Qix3QkFBd0I7K0dBQXhCLHdCQUF3QixZQUh6QiwyQkFBMkIsYUFDM0IsMkJBQTJCOytHQUUxQix3QkFBd0I7OzJGQUF4Qix3QkFBd0I7a0JBSnBDLFFBQVE7bUJBQUM7b0JBQ1IsT0FBTyxFQUFFLENBQUMsMkJBQTJCLENBQUM7b0JBQ3RDLE9BQU8sRUFBRSxDQUFDLDJCQUEyQixDQUFDO2lCQUN2QyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBBWENpcmN1bGFyUHJvZ3Jlc3NDb21wb25lbnQgfSBmcm9tICcuL2NpcmN1bGFyLXByb2dyZXNzLmNvbXBvbmVudCc7XG5cbkBOZ01vZHVsZSh7XG4gIGltcG9ydHM6IFtBWENpcmN1bGFyUHJvZ3Jlc3NDb21wb25lbnRdLFxuICBleHBvcnRzOiBbQVhDaXJjdWxhclByb2dyZXNzQ29tcG9uZW50XSxcbn0pXG5leHBvcnQgY2xhc3MgQVhDaXJjdWxhclByb2dyZXNzTW9kdWxlIHt9XG4iXX0=","/**\n * Generated bundle index. Do not edit.\n */\nexport * from './index';\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWNvcmV4LWNvbXBvbmVudHMtY2lyY3VsYXItcHJvZ3Jlc3MuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9jb21wb25lbnRzL2NpcmN1bGFyLXByb2dyZXNzL3NyYy9hY29yZXgtY29tcG9uZW50cy1jaXJjdWxhci1wcm9ncmVzcy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsU0FBUyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL2luZGV4JztcbiJdfQ=="],"names":[],"mappings":"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"}