@acorex/components 19.15.0-next.9 → 20.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (712) hide show
  1. package/accordion/README.md +3 -0
  2. package/accordion/index.d.ts +41 -0
  3. package/action-sheet/index.d.ts +126 -4
  4. package/alert/index.d.ts +93 -2
  5. package/audio-wave/index.d.ts +143 -3
  6. package/autocomplete/index.d.ts +123 -2
  7. package/avatar/index.d.ts +52 -3
  8. package/badge/index.d.ts +27 -2
  9. package/bottom-navigation/index.d.ts +67 -3
  10. package/breadcrumbs/index.d.ts +56 -4
  11. package/button/index.d.ts +230 -5
  12. package/button-group/index.d.ts +166 -3
  13. package/calendar/index.d.ts +367 -4
  14. package/check-box/index.d.ts +74 -2
  15. package/chips/index.d.ts +37 -2
  16. package/circular-progress/index.d.ts +73 -2
  17. package/collapse/index.d.ts +173 -3
  18. package/color-box/index.d.ts +72 -2
  19. package/color-palette/index.d.ts +293 -7
  20. package/comment/index.d.ts +107 -9
  21. package/conversation/index.d.ts +656 -18
  22. package/cron-job/index.d.ts +329 -8
  23. package/data-pager/index.d.ts +416 -9
  24. package/data-table/index.d.ts +1060 -11
  25. package/datetime-box/index.d.ts +112 -2
  26. package/datetime-input/index.d.ts +135 -2
  27. package/datetime-picker/index.d.ts +147 -3
  28. package/decorators/index.d.ts +129 -8
  29. package/dialog/index.d.ts +122 -4
  30. package/drawer/index.d.ts +86 -3
  31. package/drawer-2/README.md +3 -0
  32. package/drawer-2/index.d.ts +48 -0
  33. package/dropdown/index.d.ts +243 -4
  34. package/dropdown-button/index.d.ts +82 -2
  35. package/fesm2022/acorex-components-accordion.mjs +118 -0
  36. package/fesm2022/acorex-components-accordion.mjs.map +1 -0
  37. package/fesm2022/acorex-components-action-sheet.mjs +20 -27
  38. package/fesm2022/acorex-components-action-sheet.mjs.map +1 -1
  39. package/fesm2022/acorex-components-alert.mjs +9 -9
  40. package/fesm2022/acorex-components-alert.mjs.map +1 -1
  41. package/fesm2022/acorex-components-audio-wave.mjs +8 -8
  42. package/fesm2022/acorex-components-audio-wave.mjs.map +1 -1
  43. package/fesm2022/acorex-components-autocomplete.mjs +7 -7
  44. package/fesm2022/acorex-components-autocomplete.mjs.map +1 -1
  45. package/fesm2022/acorex-components-avatar.mjs +11 -11
  46. package/fesm2022/acorex-components-avatar.mjs.map +1 -1
  47. package/fesm2022/acorex-components-badge.mjs +9 -8
  48. package/fesm2022/acorex-components-badge.mjs.map +1 -1
  49. package/fesm2022/acorex-components-bottom-navigation.mjs +12 -12
  50. package/fesm2022/acorex-components-bottom-navigation.mjs.map +1 -1
  51. package/fesm2022/acorex-components-breadcrumbs.mjs +15 -21
  52. package/fesm2022/acorex-components-breadcrumbs.mjs.map +1 -1
  53. package/fesm2022/acorex-components-button-group.mjs +10 -10
  54. package/fesm2022/acorex-components-button-group.mjs.map +1 -1
  55. package/fesm2022/acorex-components-button.mjs +21 -27
  56. package/fesm2022/acorex-components-button.mjs.map +1 -1
  57. package/fesm2022/acorex-components-calendar.mjs +28 -22
  58. package/fesm2022/acorex-components-calendar.mjs.map +1 -1
  59. package/fesm2022/acorex-components-check-box.mjs +9 -9
  60. package/fesm2022/acorex-components-check-box.mjs.map +1 -1
  61. package/fesm2022/acorex-components-chips.mjs +8 -8
  62. package/fesm2022/acorex-components-chips.mjs.map +1 -1
  63. package/fesm2022/acorex-components-circular-progress.mjs +8 -8
  64. package/fesm2022/acorex-components-circular-progress.mjs.map +1 -1
  65. package/fesm2022/acorex-components-collapse.mjs +17 -25
  66. package/fesm2022/acorex-components-collapse.mjs.map +1 -1
  67. package/fesm2022/acorex-components-color-box.mjs +9 -11
  68. package/fesm2022/acorex-components-color-box.mjs.map +1 -1
  69. package/fesm2022/acorex-components-color-palette.mjs +59 -63
  70. package/fesm2022/acorex-components-color-palette.mjs.map +1 -1
  71. package/fesm2022/acorex-components-comment.mjs +31 -31
  72. package/fesm2022/acorex-components-comment.mjs.map +1 -1
  73. package/fesm2022/acorex-components-conversation.mjs +119 -151
  74. package/fesm2022/acorex-components-conversation.mjs.map +1 -1
  75. package/fesm2022/acorex-components-cron-job.mjs +64 -64
  76. package/fesm2022/acorex-components-cron-job.mjs.map +1 -1
  77. package/fesm2022/acorex-components-data-pager.mjs +45 -51
  78. package/fesm2022/acorex-components-data-pager.mjs.map +1 -1
  79. package/fesm2022/acorex-components-data-table.mjs +49 -49
  80. package/fesm2022/acorex-components-data-table.mjs.map +1 -1
  81. package/fesm2022/acorex-components-datetime-box.mjs +10 -22
  82. package/fesm2022/acorex-components-datetime-box.mjs.map +1 -1
  83. package/fesm2022/acorex-components-datetime-input.mjs +12 -9
  84. package/fesm2022/acorex-components-datetime-input.mjs.map +1 -1
  85. package/fesm2022/acorex-components-datetime-picker.mjs +10 -16
  86. package/fesm2022/acorex-components-datetime-picker.mjs.map +1 -1
  87. package/fesm2022/acorex-components-decorators.mjs +34 -51
  88. package/fesm2022/acorex-components-decorators.mjs.map +1 -1
  89. package/fesm2022/acorex-components-dialog.mjs +19 -26
  90. package/fesm2022/acorex-components-dialog.mjs.map +1 -1
  91. package/fesm2022/acorex-components-drawer-2.mjs +120 -0
  92. package/fesm2022/acorex-components-drawer-2.mjs.map +1 -0
  93. package/fesm2022/acorex-components-drawer.mjs +147 -61
  94. package/fesm2022/acorex-components-drawer.mjs.map +1 -1
  95. package/fesm2022/acorex-components-dropdown-button.mjs +9 -9
  96. package/fesm2022/acorex-components-dropdown-button.mjs.map +1 -1
  97. package/fesm2022/acorex-components-dropdown.mjs +14 -14
  98. package/fesm2022/acorex-components-dropdown.mjs.map +1 -1
  99. package/fesm2022/acorex-components-file-explorer.mjs +27 -28
  100. package/fesm2022/acorex-components-file-explorer.mjs.map +1 -1
  101. package/fesm2022/acorex-components-flow-chart.mjs +16 -16
  102. package/fesm2022/acorex-components-flow-chart.mjs.map +1 -1
  103. package/fesm2022/acorex-components-form.mjs +25 -30
  104. package/fesm2022/acorex-components-form.mjs.map +1 -1
  105. package/fesm2022/acorex-components-grid-layout-builder.mjs +10 -10
  106. package/fesm2022/acorex-components-grid-layout-builder.mjs.map +1 -1
  107. package/fesm2022/acorex-components-image-editor.mjs +39 -40
  108. package/fesm2022/acorex-components-image-editor.mjs.map +1 -1
  109. package/fesm2022/acorex-components-image.mjs +10 -10
  110. package/fesm2022/acorex-components-image.mjs.map +1 -1
  111. package/fesm2022/acorex-components-json-viewer.mjs +7 -7
  112. package/fesm2022/acorex-components-json-viewer.mjs.map +1 -1
  113. package/fesm2022/acorex-components-kanban.mjs +167 -0
  114. package/fesm2022/acorex-components-kanban.mjs.map +1 -0
  115. package/fesm2022/acorex-components-kbd.mjs +10 -10
  116. package/fesm2022/acorex-components-kbd.mjs.map +1 -1
  117. package/fesm2022/acorex-components-label.mjs +9 -9
  118. package/fesm2022/acorex-components-label.mjs.map +1 -1
  119. package/fesm2022/acorex-components-list.mjs +11 -21
  120. package/fesm2022/acorex-components-list.mjs.map +1 -1
  121. package/fesm2022/acorex-components-loading-dialog.mjs +18 -25
  122. package/fesm2022/acorex-components-loading-dialog.mjs.map +1 -1
  123. package/fesm2022/acorex-components-loading.mjs +23 -23
  124. package/fesm2022/acorex-components-loading.mjs.map +1 -1
  125. package/fesm2022/acorex-components-map.mjs +700 -193
  126. package/fesm2022/acorex-components-map.mjs.map +1 -1
  127. package/fesm2022/acorex-components-media-viewer.mjs +39 -43
  128. package/fesm2022/acorex-components-media-viewer.mjs.map +1 -1
  129. package/fesm2022/acorex-components-menu.mjs +41 -26
  130. package/fesm2022/acorex-components-menu.mjs.map +1 -1
  131. package/fesm2022/{acorex-components-modal-acorex-components-modal-CJ3M9U7p.mjs → acorex-components-modal-acorex-components-modal-UeDzzc6w.mjs} +21 -21
  132. package/fesm2022/acorex-components-modal-acorex-components-modal-UeDzzc6w.mjs.map +1 -0
  133. package/fesm2022/{acorex-components-modal-modal-content.component-Ef5XWxUb.mjs → acorex-components-modal-modal-content.component-DLEi7cYd.mjs} +5 -5
  134. package/fesm2022/acorex-components-modal-modal-content.component-DLEi7cYd.mjs.map +1 -0
  135. package/fesm2022/acorex-components-modal.mjs +1 -1
  136. package/fesm2022/acorex-components-navbar.mjs +7 -7
  137. package/fesm2022/acorex-components-navbar.mjs.map +1 -1
  138. package/fesm2022/acorex-components-notification.mjs +19 -23
  139. package/fesm2022/acorex-components-notification.mjs.map +1 -1
  140. package/fesm2022/acorex-components-number-box-2.mjs +157 -0
  141. package/fesm2022/acorex-components-number-box-2.mjs.map +1 -0
  142. package/fesm2022/acorex-components-number-box.mjs +27 -7
  143. package/fesm2022/acorex-components-number-box.mjs.map +1 -1
  144. package/fesm2022/acorex-components-otp.mjs +7 -7
  145. package/fesm2022/acorex-components-otp.mjs.map +1 -1
  146. package/fesm2022/acorex-components-page.mjs +10 -10
  147. package/fesm2022/acorex-components-page.mjs.map +1 -1
  148. package/fesm2022/acorex-components-paint.mjs +29 -29
  149. package/fesm2022/acorex-components-paint.mjs.map +1 -1
  150. package/fesm2022/acorex-components-password-box.mjs +12 -12
  151. package/fesm2022/acorex-components-password-box.mjs.map +1 -1
  152. package/fesm2022/acorex-components-pdf-reader.mjs +7 -7
  153. package/fesm2022/acorex-components-pdf-reader.mjs.map +1 -1
  154. package/fesm2022/acorex-components-phone-box.mjs +7 -7
  155. package/fesm2022/acorex-components-phone-box.mjs.map +1 -1
  156. package/fesm2022/acorex-components-picker.mjs +13 -13
  157. package/fesm2022/acorex-components-picker.mjs.map +1 -1
  158. package/fesm2022/acorex-components-popover.mjs +11 -11
  159. package/fesm2022/acorex-components-popover.mjs.map +1 -1
  160. package/fesm2022/acorex-components-popup.mjs +22 -39
  161. package/fesm2022/acorex-components-popup.mjs.map +1 -1
  162. package/fesm2022/acorex-components-progress-bar.mjs +8 -8
  163. package/fesm2022/acorex-components-progress-bar.mjs.map +1 -1
  164. package/fesm2022/acorex-components-qrcode.mjs +7 -7
  165. package/fesm2022/acorex-components-qrcode.mjs.map +1 -1
  166. package/fesm2022/acorex-components-query-builder.mjs +9 -10
  167. package/fesm2022/acorex-components-query-builder.mjs.map +1 -1
  168. package/fesm2022/acorex-components-radio.mjs +7 -7
  169. package/fesm2022/acorex-components-radio.mjs.map +1 -1
  170. package/fesm2022/acorex-components-rail-navigation.mjs +13 -13
  171. package/fesm2022/acorex-components-rail-navigation.mjs.map +1 -1
  172. package/fesm2022/acorex-components-range-slider.mjs +9 -9
  173. package/fesm2022/acorex-components-range-slider.mjs.map +1 -1
  174. package/fesm2022/acorex-components-rate-picker.mjs +7 -7
  175. package/fesm2022/acorex-components-rate-picker.mjs.map +1 -1
  176. package/fesm2022/acorex-components-rest-api-generator.mjs +26 -26
  177. package/fesm2022/acorex-components-rest-api-generator.mjs.map +1 -1
  178. package/fesm2022/acorex-components-result.mjs +8 -8
  179. package/fesm2022/acorex-components-result.mjs.map +1 -1
  180. package/fesm2022/acorex-components-routing-progress.mjs +13 -14
  181. package/fesm2022/acorex-components-routing-progress.mjs.map +1 -1
  182. package/fesm2022/acorex-components-scheduler.mjs +192 -146
  183. package/fesm2022/acorex-components-scheduler.mjs.map +1 -1
  184. package/fesm2022/acorex-components-scss.mjs +4 -4
  185. package/fesm2022/acorex-components-scss.mjs.map +1 -1
  186. package/fesm2022/acorex-components-search-box.mjs +12 -21
  187. package/fesm2022/acorex-components-search-box.mjs.map +1 -1
  188. package/fesm2022/acorex-components-select-box.mjs +7 -7
  189. package/fesm2022/acorex-components-select-box.mjs.map +1 -1
  190. package/fesm2022/acorex-components-selection-list-2.mjs +163 -0
  191. package/fesm2022/acorex-components-selection-list-2.mjs.map +1 -0
  192. package/fesm2022/acorex-components-selection-list.mjs +9 -9
  193. package/fesm2022/acorex-components-selection-list.mjs.map +1 -1
  194. package/fesm2022/acorex-components-side-menu.mjs +28 -21
  195. package/fesm2022/acorex-components-side-menu.mjs.map +1 -1
  196. package/fesm2022/acorex-components-skeleton.mjs +7 -7
  197. package/fesm2022/acorex-components-skeleton.mjs.map +1 -1
  198. package/fesm2022/acorex-components-slider.mjs +14 -15
  199. package/fesm2022/acorex-components-slider.mjs.map +1 -1
  200. package/fesm2022/acorex-components-sliding-item.mjs +14 -14
  201. package/fesm2022/acorex-components-sliding-item.mjs.map +1 -1
  202. package/fesm2022/acorex-components-step-wizard.mjs +18 -18
  203. package/fesm2022/acorex-components-step-wizard.mjs.map +1 -1
  204. package/fesm2022/acorex-components-switch.mjs +12 -12
  205. package/fesm2022/acorex-components-switch.mjs.map +1 -1
  206. package/fesm2022/acorex-components-tabs.mjs +17 -17
  207. package/fesm2022/acorex-components-tabs.mjs.map +1 -1
  208. package/fesm2022/acorex-components-tag-box.mjs +7 -7
  209. package/fesm2022/acorex-components-tag-box.mjs.map +1 -1
  210. package/fesm2022/acorex-components-tag.mjs +8 -8
  211. package/fesm2022/acorex-components-tag.mjs.map +1 -1
  212. package/fesm2022/acorex-components-text-area.mjs +7 -7
  213. package/fesm2022/acorex-components-text-area.mjs.map +1 -1
  214. package/fesm2022/acorex-components-text-box.mjs +10 -10
  215. package/fesm2022/acorex-components-text-box.mjs.map +1 -1
  216. package/fesm2022/acorex-components-time-duration.mjs +17 -9
  217. package/fesm2022/acorex-components-time-duration.mjs.map +1 -1
  218. package/fesm2022/acorex-components-time-line.mjs +10 -10
  219. package/fesm2022/acorex-components-time-line.mjs.map +1 -1
  220. package/fesm2022/acorex-components-toast.mjs +23 -31
  221. package/fesm2022/acorex-components-toast.mjs.map +1 -1
  222. package/fesm2022/acorex-components-toolbar.mjs +7 -7
  223. package/fesm2022/acorex-components-toolbar.mjs.map +1 -1
  224. package/fesm2022/acorex-components-tooltip.mjs +16 -16
  225. package/fesm2022/acorex-components-tooltip.mjs.map +1 -1
  226. package/fesm2022/acorex-components-tree-view.mjs +13 -12
  227. package/fesm2022/acorex-components-tree-view.mjs.map +1 -1
  228. package/fesm2022/acorex-components-uploader.mjs +28 -28
  229. package/fesm2022/acorex-components-uploader.mjs.map +1 -1
  230. package/fesm2022/acorex-components-video-player.mjs +7 -7
  231. package/fesm2022/acorex-components-video-player.mjs.map +1 -1
  232. package/fesm2022/acorex-components-wysiwyg.mjs +33 -33
  233. package/fesm2022/acorex-components-wysiwyg.mjs.map +1 -1
  234. package/fesm2022/acorex-components.mjs.map +1 -1
  235. package/file-explorer/index.d.ts +103 -8
  236. package/flow-chart/index.d.ts +159 -5
  237. package/form/index.d.ts +283 -6
  238. package/grid-layout-builder/index.d.ts +197 -4
  239. package/image/index.d.ts +95 -2
  240. package/image-editor/index.d.ts +268 -11
  241. package/index.d.ts +3 -1
  242. package/json-viewer/index.d.ts +25 -2
  243. package/kanban/README.md +3 -0
  244. package/kanban/index.d.ts +56 -0
  245. package/kbd/index.d.ts +23 -3
  246. package/label/index.d.ts +58 -2
  247. package/list/index.d.ts +148 -2
  248. package/loading/index.d.ts +149 -6
  249. package/loading-dialog/index.d.ts +115 -4
  250. package/map/index.d.ts +661 -7
  251. package/media-viewer/index.d.ts +142 -9
  252. package/menu/index.d.ts +207 -6
  253. package/modal/index.d.ts +78 -5
  254. package/navbar/index.d.ts +22 -2
  255. package/notification/index.d.ts +134 -5
  256. package/number-box/index.d.ts +190 -2
  257. package/number-box-2/README.md +3 -0
  258. package/number-box-2/index.d.ts +39 -0
  259. package/otp/index.d.ts +74 -3
  260. package/package.json +31 -11
  261. package/page/index.d.ts +58 -3
  262. package/paint/index.d.ts +157 -7
  263. package/password-box/index.d.ts +97 -3
  264. package/pdf-reader/index.d.ts +17 -2
  265. package/phone-box/index.d.ts +92 -2
  266. package/picker/index.d.ts +44 -4
  267. package/popover/index.d.ts +222 -2
  268. package/popup/index.d.ts +120 -4
  269. package/progress-bar/index.d.ts +65 -2
  270. package/qrcode/index.d.ts +68 -3
  271. package/query-builder/index.d.ts +52 -2
  272. package/radio/index.d.ts +33 -2
  273. package/rail-navigation/index.d.ts +74 -5
  274. package/range-slider/index.d.ts +320 -3
  275. package/rate-picker/index.d.ts +141 -2
  276. package/rest-api-generator/index.d.ts +129 -8
  277. package/result/index.d.ts +34 -2
  278. package/routing-progress/index.d.ts +39 -2
  279. package/scheduler/index.d.ts +555 -11
  280. package/scss/index.d.ts +10 -1
  281. package/search-box/index.d.ts +51 -2
  282. package/select-box/index.d.ts +161 -2
  283. package/selection-list/index.d.ts +93 -2
  284. package/selection-list-2/README.md +3 -0
  285. package/selection-list-2/index.d.ts +52 -0
  286. package/side-menu/index.d.ts +94 -4
  287. package/skeleton/index.d.ts +28 -2
  288. package/slider/index.d.ts +101 -2
  289. package/sliding-item/index.d.ts +45 -4
  290. package/step-wizard/index.d.ts +109 -5
  291. package/switch/index.d.ts +49 -3
  292. package/tabs/index.d.ts +156 -5
  293. package/tag/index.d.ts +26 -2
  294. package/tag-box/index.d.ts +41 -2
  295. package/text-area/index.d.ts +52 -2
  296. package/text-box/index.d.ts +92 -3
  297. package/time-duration/index.d.ts +48 -3
  298. package/time-line/index.d.ts +33 -3
  299. package/toast/index.d.ts +127 -5
  300. package/toolbar/index.d.ts +22 -2
  301. package/tooltip/index.d.ts +60 -3
  302. package/tree-view/index.d.ts +179 -4
  303. package/uploader/index.d.ts +188 -8
  304. package/video-player/index.d.ts +15 -2
  305. package/wysiwyg/index.d.ts +240 -9
  306. package/action-sheet/lib/action-sheet.class.d.ts +0 -40
  307. package/action-sheet/lib/action-sheet.component.d.ts +0 -59
  308. package/action-sheet/lib/action-sheet.module.d.ts +0 -16
  309. package/action-sheet/lib/action-sheet.service.d.ts +0 -16
  310. package/alert/lib/alert.component.d.ts +0 -82
  311. package/alert/lib/alert.module.d.ts +0 -9
  312. package/audio-wave/lib/audio-wave.component.d.ts +0 -112
  313. package/audio-wave/lib/audio-wave.module.d.ts +0 -12
  314. package/audio-wave/lib/interfaces/audio-wave.interface.d.ts +0 -16
  315. package/autocomplete/lib/autocomplete.component.d.ts +0 -114
  316. package/autocomplete/lib/autocomplete.module.d.ts +0 -7
  317. package/avatar/lib/avatar-group.component.d.ts +0 -5
  318. package/avatar/lib/avatar.component.d.ts +0 -37
  319. package/avatar/lib/avatar.module.d.ts +0 -9
  320. package/badge/lib/badge.component.d.ts +0 -16
  321. package/badge/lib/badge.module.d.ts +0 -8
  322. package/bottom-navigation/lib/bottom-navigation-item/bottom-navigation-item.component.d.ts +0 -15
  323. package/bottom-navigation/lib/bottom-navigation.component.d.ts +0 -43
  324. package/bottom-navigation/lib/bottom-navigation.module.d.ts +0 -9
  325. package/breadcrumbs/lib/breadcrumbs-item.class.d.ts +0 -9
  326. package/breadcrumbs/lib/breadcrumbs-item.component.d.ts +0 -25
  327. package/breadcrumbs/lib/breadcrumbs.component.d.ts +0 -15
  328. package/breadcrumbs/lib/breadcrumbs.module.d.ts +0 -10
  329. package/button/lib/button-item-list.component.d.ts +0 -56
  330. package/button/lib/button-item.class.d.ts +0 -24
  331. package/button/lib/button-item.component.d.ts +0 -77
  332. package/button/lib/button.component.d.ts +0 -65
  333. package/button/lib/button.module.d.ts +0 -13
  334. package/button-group/lib/button-group-item.component.d.ts +0 -79
  335. package/button-group/lib/button-group.component.d.ts +0 -79
  336. package/button-group/lib/button-group.module.d.ts +0 -11
  337. package/calendar/lib/calendar-range.component.d.ts +0 -82
  338. package/calendar/lib/calendar.class.d.ts +0 -89
  339. package/calendar/lib/calendar.component.d.ts +0 -183
  340. package/calendar/lib/calendar.module.d.ts +0 -13
  341. package/check-box/lib/check-box.component.d.ts +0 -62
  342. package/check-box/lib/check-box.module.d.ts +0 -10
  343. package/chips/lib/chips.component.d.ts +0 -26
  344. package/chips/lib/chips.module.d.ts +0 -8
  345. package/circular-progress/lib/circular-progress.component.d.ts +0 -63
  346. package/circular-progress/lib/circular-progress.module.d.ts +0 -7
  347. package/collapse/lib/collapse-group.component.d.ts +0 -68
  348. package/collapse/lib/collapse.component.d.ts +0 -101
  349. package/collapse/lib/collapse.module.d.ts +0 -10
  350. package/color-box/lib/color-box.component.d.ts +0 -59
  351. package/color-box/lib/color-box.module.d.ts +0 -11
  352. package/color-palette/lib/color-palette-input.component.d.ts +0 -65
  353. package/color-palette/lib/color-palette-picker.component.d.ts +0 -96
  354. package/color-palette/lib/color-palette-preview.component.d.ts +0 -33
  355. package/color-palette/lib/color-palette-swatches.component.d.ts +0 -51
  356. package/color-palette/lib/color-palette.class.d.ts +0 -28
  357. package/color-palette/lib/color-palette.component.d.ts +0 -18
  358. package/color-palette/lib/color-palette.module.d.ts +0 -22
  359. package/comment/lib/comment-container/comment-container.component.d.ts +0 -13
  360. package/comment/lib/comment-item/comment-item.component.d.ts +0 -23
  361. package/comment/lib/comment-tools/comment-date/comment-date.component.d.ts +0 -10
  362. package/comment/lib/comment-tools/comment-like/comment-like.component.d.ts +0 -16
  363. package/comment/lib/comment-tools/comment-menu-options/comment-menu-options.component.d.ts +0 -10
  364. package/comment/lib/comment-tools/comment-reply-more/comment-reply-more.component.d.ts +0 -5
  365. package/comment/lib/comment-tools/comment-reply-text/comment-reply-text.component.d.ts +0 -5
  366. package/comment/lib/comment-view/comment-view.component.d.ts +0 -9
  367. package/comment/lib/comment.module.d.ts +0 -21
  368. package/conversation/lib/classes/events.interface.d.ts +0 -7
  369. package/conversation/lib/conversation-container/conversation-container.component.d.ts +0 -9
  370. package/conversation/lib/conversation-input/conversation-input.component.d.ts +0 -126
  371. package/conversation/lib/conversation-input/conversation-input.interface.d.ts +0 -10
  372. package/conversation/lib/conversation-message/conversation-message.component.d.ts +0 -62
  373. package/conversation/lib/conversation-messages/conversation-message-audio/conversation-message-audio.component.d.ts +0 -95
  374. package/conversation/lib/conversation-messages/conversation-message-file/conversation-message-file.component.d.ts +0 -53
  375. package/conversation/lib/conversation-messages/conversation-message-image/conversation-message-image.component.d.ts +0 -40
  376. package/conversation/lib/conversation-messages/conversation-message-image-popup/conversation-message-image-popup.component.d.ts +0 -18
  377. package/conversation/lib/conversation-messages/conversation-message-text/conversation-message-text.component.d.ts +0 -44
  378. package/conversation/lib/conversation-messages/conversation-message-video/conversation-message-video.component.d.ts +0 -20
  379. package/conversation/lib/conversation-messages/conversation-message-voice/conversation-message-voice.component.d.ts +0 -102
  380. package/conversation/lib/conversation-view/conversation-view.component.d.ts +0 -27
  381. package/conversation/lib/conversation.module.d.ts +0 -45
  382. package/conversation/lib/conversation.types.d.ts +0 -26
  383. package/conversation/lib/services/conversation-message-type-registry.service.d.ts +0 -9
  384. package/conversation/lib/services/conversation.service.d.ts +0 -7
  385. package/conversation/lib/services/recording.service.d.ts +0 -20
  386. package/cron-job/lib/cron-job-container/cron-job-container.component.d.ts +0 -30
  387. package/cron-job/lib/cron-job.module.d.ts +0 -25
  388. package/cron-job/lib/cron-job.service.d.ts +0 -22
  389. package/cron-job/lib/day/day.component.d.ts +0 -24
  390. package/cron-job/lib/day/day.model.d.ts +0 -61
  391. package/cron-job/lib/day/day.service.d.ts +0 -17
  392. package/cron-job/lib/hours/hours.component.d.ts +0 -16
  393. package/cron-job/lib/hours/hours.model.d.ts +0 -5
  394. package/cron-job/lib/hours/hours.service.d.ts +0 -13
  395. package/cron-job/lib/minutes/minutes.component.d.ts +0 -16
  396. package/cron-job/lib/minutes/minutes.model.d.ts +0 -5
  397. package/cron-job/lib/minutes/minutes.service.d.ts +0 -13
  398. package/cron-job/lib/month/month.component.d.ts +0 -18
  399. package/cron-job/lib/month/month.model.d.ts +0 -5
  400. package/cron-job/lib/month/month.service.d.ts +0 -14
  401. package/cron-job/lib/seconds/seconds.component.d.ts +0 -16
  402. package/cron-job/lib/seconds/seconds.model.d.ts +0 -5
  403. package/cron-job/lib/seconds/seconds.service.d.ts +0 -13
  404. package/cron-job/lib/types/iexpression.d.ts +0 -3
  405. package/cron-job/lib/types/shared.model.d.ts +0 -37
  406. package/cron-job/lib/year/year.component.d.ts +0 -17
  407. package/cron-job/lib/year/year.model.d.ts +0 -16
  408. package/cron-job/lib/year/year.service.d.ts +0 -12
  409. package/data-pager/lib/data-pager-base.component.d.ts +0 -64
  410. package/data-pager/lib/data-pager-info.component.d.ts +0 -25
  411. package/data-pager/lib/data-pager-input-selector.component.d.ts +0 -28
  412. package/data-pager/lib/data-pager-next-buttons.component.d.ts +0 -32
  413. package/data-pager/lib/data-pager-numeric-selector.component.d.ts +0 -36
  414. package/data-pager/lib/data-pager-pagesize-dropdown.component.d.ts +0 -42
  415. package/data-pager/lib/data-pager-prev-buttons.component.d.ts +0 -32
  416. package/data-pager/lib/data-pager.component.d.ts +0 -151
  417. package/data-pager/lib/data-pager.module.d.ts +0 -22
  418. package/data-table/lib/base-data-table.class.d.ts +0 -38
  419. package/data-table/lib/columns/data-table-column-resizable.directive.d.ts +0 -24
  420. package/data-table/lib/columns/data-table-column.d.ts +0 -20
  421. package/data-table/lib/columns/data-text-column.component.d.ts +0 -100
  422. package/data-table/lib/columns/row-command-column.component.d.ts +0 -131
  423. package/data-table/lib/columns/row-expand-column.component.d.ts +0 -50
  424. package/data-table/lib/columns/row-index-column.component.d.ts +0 -74
  425. package/data-table/lib/columns/row-select-column.component.d.ts +0 -70
  426. package/data-table/lib/data-table/data-table.component.d.ts +0 -301
  427. package/data-table/lib/data-table.module.d.ts +0 -27
  428. package/data-table/lib/infinite-scroll-data-table/infinite-scroll-data-table.component.d.ts +0 -253
  429. package/datetime-box/lib/datetime-box.component.d.ts +0 -98
  430. package/datetime-box/lib/datetime-box.module.d.ts +0 -13
  431. package/datetime-input/lib/datetime-input.component.d.ts +0 -123
  432. package/datetime-input/lib/datetime-input.module.d.ts +0 -10
  433. package/datetime-picker/lib/datetime-picker.component.d.ts +0 -121
  434. package/datetime-picker/lib/datetime-picker.config.d.ts +0 -8
  435. package/datetime-picker/lib/datetime-picker.module.d.ts +0 -16
  436. package/decorators/lib/components/clear-button/clear-button.component.d.ts +0 -38
  437. package/decorators/lib/components/close-button/close-button.component.d.ts +0 -35
  438. package/decorators/lib/components/color-indicator/color-indicator.component.d.ts +0 -6
  439. package/decorators/lib/components/full-screen/full-screen-button.component.d.ts +0 -7
  440. package/decorators/lib/components/generic-content.component.d.ts +0 -10
  441. package/decorators/lib/components/heading/heading.component.d.ts +0 -17
  442. package/decorators/lib/components/icon/icon.component.d.ts +0 -20
  443. package/decorators/lib/decorators.module.d.ts +0 -14
  444. package/dialog/lib/dialog.class.d.ts +0 -39
  445. package/dialog/lib/dialog.component.d.ts +0 -41
  446. package/dialog/lib/dialog.module.d.ts +0 -16
  447. package/dialog/lib/dialog.service.d.ts +0 -31
  448. package/drawer/lib/drawer/drawer-container/drawer-container.component.d.ts +0 -12
  449. package/drawer/lib/drawer/drawer-item/drawer.component.d.ts +0 -29
  450. package/drawer/lib/drawer.module.d.ts +0 -9
  451. package/drawer/lib/drawer.service.d.ts +0 -7
  452. package/dropdown/lib/dropdown-box.class.d.ts +0 -17
  453. package/dropdown/lib/dropdown-box.component.d.ts +0 -97
  454. package/dropdown/lib/dropdown-panel.component.d.ts +0 -120
  455. package/dropdown/lib/dropdown.module.d.ts +0 -14
  456. package/dropdown-button/lib/dropdown-button.component.d.ts +0 -67
  457. package/dropdown-button/lib/dropdown-button.module.d.ts +0 -13
  458. package/fesm2022/acorex-components-modal-acorex-components-modal-CJ3M9U7p.mjs.map +0 -1
  459. package/fesm2022/acorex-components-modal-modal-content.component-Ef5XWxUb.mjs.map +0 -1
  460. package/file-explorer/lib/file-explorer-container/file-explorer-container.component.d.ts +0 -5
  461. package/file-explorer/lib/file-explorer-header/file-explorer-header.component.d.ts +0 -9
  462. package/file-explorer/lib/file-explorer-internal.service.d.ts +0 -18
  463. package/file-explorer/lib/file-explorer-item/file-explorer-item.component.d.ts +0 -11
  464. package/file-explorer/lib/file-explorer-tree/file-explorer-tree.component.d.ts +0 -13
  465. package/file-explorer/lib/file-explorer-types.d.ts +0 -11
  466. package/file-explorer/lib/file-explorer-view/file-explorer-view.component.d.ts +0 -14
  467. package/file-explorer/lib/file-explorer.module.d.ts +0 -19
  468. package/file-explorer/lib/file-explorer.service.d.ts +0 -11
  469. package/flow-chart/lib/flow-chart-creator/flow-chart-creator.component.d.ts +0 -13
  470. package/flow-chart/lib/flow-chart-renderer/flow-chart-renderer.component.d.ts +0 -22
  471. package/flow-chart/lib/flow-chart.component.d.ts +0 -24
  472. package/flow-chart/lib/flow-chart.module.d.ts +0 -10
  473. package/flow-chart/lib/flow-chart.service.d.ts +0 -57
  474. package/flow-chart/lib/flow-chart.type.d.ts +0 -37
  475. package/form/lib/form-field.component.d.ts +0 -69
  476. package/form/lib/form.component.d.ts +0 -109
  477. package/form/lib/form.config.d.ts +0 -7
  478. package/form/lib/form.module.d.ts +0 -16
  479. package/form/lib/validation-rule.directive.d.ts +0 -17
  480. package/form/lib/validation-summary.component.d.ts +0 -76
  481. package/grid-layout-builder/lib/grid-layout-builder.module.d.ts +0 -9
  482. package/grid-layout-builder/lib/grid-layout-container.component.d.ts +0 -47
  483. package/grid-layout-builder/lib/grid-layout-widget.component.d.ts +0 -39
  484. package/grid-layout-builder/lib/types.d.ts +0 -103
  485. package/grid-layout-builder/lib/utility.d.ts +0 -9
  486. package/image/lib/image.component.d.ts +0 -85
  487. package/image/lib/image.module.d.ts +0 -8
  488. package/image-editor/lib/image-editor-container/image-editor-container.component.d.ts +0 -26
  489. package/image-editor/lib/image-editor-cropper-window/image-editor-cropper-window.component.d.ts +0 -47
  490. package/image-editor/lib/image-editor-tools/image-editor-crop/image-editor-crop.component.d.ts +0 -14
  491. package/image-editor/lib/image-editor-tools/image-editor-highlight/image-editor-highlight.component.d.ts +0 -18
  492. package/image-editor/lib/image-editor-tools/image-editor-history/image-editor-history.component.d.ts +0 -13
  493. package/image-editor/lib/image-editor-tools/image-editor-pen/image-editor-pen.component.d.ts +0 -18
  494. package/image-editor/lib/image-editor-tools/image-editor-rotate/image-editor-rotate.component.d.ts +0 -16
  495. package/image-editor/lib/image-editor-tools/image-editor-tool-selector/image-editor-tool-selector.component.d.ts +0 -12
  496. package/image-editor/lib/image-editor-view/image-editor-view.component.d.ts +0 -78
  497. package/image-editor/lib/image-editor.module.d.ts +0 -25
  498. package/image-editor/lib/image-editor.service.d.ts +0 -22
  499. package/json-viewer/lib/json-viewer/json-viewer.component.d.ts +0 -13
  500. package/json-viewer/lib/json-viewer.module.d.ts +0 -10
  501. package/kbd/lib/kbd-item/kbd-item.component.d.ts +0 -8
  502. package/kbd/lib/kbd.component.d.ts +0 -5
  503. package/kbd/lib/kbd.module.d.ts +0 -9
  504. package/label/lib/label.component.d.ts +0 -48
  505. package/label/lib/label.module.d.ts +0 -8
  506. package/list/lib/list.component.d.ts +0 -139
  507. package/list/lib/list.module.d.ts +0 -10
  508. package/loading/lib/loading-spinner.component.d.ts +0 -34
  509. package/loading/lib/loading.component.d.ts +0 -53
  510. package/loading/lib/loading.config.d.ts +0 -8
  511. package/loading/lib/loading.directive.d.ts +0 -15
  512. package/loading/lib/loading.module.d.ts +0 -13
  513. package/loading/lib/loading.service.d.ts +0 -29
  514. package/loading-dialog/lib/loading-dialog.class.d.ts +0 -35
  515. package/loading-dialog/lib/loading-dialog.component.d.ts +0 -63
  516. package/loading-dialog/lib/loading-dialog.module.d.ts +0 -14
  517. package/loading-dialog/lib/loading-dialog.service.d.ts +0 -8
  518. package/map/lib/map.component.d.ts +0 -214
  519. package/map/lib/map.config.d.ts +0 -13
  520. package/map/lib/map.module.d.ts +0 -8
  521. package/map/lib/map.service.d.ts +0 -172
  522. package/map/lib/map.type.d.ts +0 -20
  523. package/map/lib/map.utility.d.ts +0 -2
  524. package/map/lib/map.world-map.d.ts +0 -28
  525. package/media-viewer/lib/media-viewer-container/media-viewer-container.component.d.ts +0 -38
  526. package/media-viewer/lib/media-viewer-slider/media-viewer-slider.component.d.ts +0 -18
  527. package/media-viewer/lib/media-viewer-tools/audio-player/audio-player.component.d.ts +0 -8
  528. package/media-viewer/lib/media-viewer-tools/file-info/file-info.component.d.ts +0 -9
  529. package/media-viewer/lib/media-viewer-tools/image-viewer/image-viewer.component.d.ts +0 -6
  530. package/media-viewer/lib/media-viewer-tools/pdf-reader/pdf-reader.component.d.ts +0 -8
  531. package/media-viewer/lib/media-viewer-tools/video-player/video-player.component.d.ts +0 -8
  532. package/media-viewer/lib/media-viewer-type-registry.service.d.ts +0 -9
  533. package/media-viewer/lib/media-viewer-types.d.ts +0 -19
  534. package/media-viewer/lib/media-viewer.module.d.ts +0 -31
  535. package/media-viewer/lib/media-viewer.service.d.ts +0 -8
  536. package/menu/lib/context-menu.component.d.ts +0 -57
  537. package/menu/lib/menu-item.component.d.ts +0 -62
  538. package/menu/lib/menu.component.d.ts +0 -23
  539. package/menu/lib/menu.module.d.ts +0 -15
  540. package/menu/lib/menu.service.d.ts +0 -19
  541. package/menu/lib/menu.types.d.ts +0 -39
  542. package/modal/lib/modal-content/modal-content.component.d.ts +0 -51
  543. package/modal/lib/modal-footer/modal-footer.component.d.ts +0 -5
  544. package/modal/lib/modal-state.service.d.ts +0 -17
  545. package/modal/lib/modal.component.d.ts +0 -18
  546. package/modal/lib/modal.module.d.ts +0 -8
  547. package/modal/lib/modal.service.d.ts +0 -15
  548. package/modal/lib/modal.types.d.ts +0 -34
  549. package/navbar/lib/navbar.component.d.ts +0 -12
  550. package/navbar/lib/navbar.module.d.ts +0 -8
  551. package/notification/lib/notification.class.d.ts +0 -42
  552. package/notification/lib/notification.component.d.ts +0 -41
  553. package/notification/lib/notification.config.d.ts +0 -15
  554. package/notification/lib/notification.module.d.ts +0 -14
  555. package/notification/lib/notification.service.d.ts +0 -25
  556. package/number-box/lib/number-box.component.d.ts +0 -165
  557. package/number-box/lib/number-box.module.d.ts +0 -12
  558. package/otp/lib/otp.class.d.ts +0 -5
  559. package/otp/lib/otp.component.d.ts +0 -59
  560. package/otp/lib/otp.module.d.ts +0 -9
  561. package/page/lib/base-page.class.d.ts +0 -22
  562. package/page/lib/page.component.d.ts +0 -29
  563. package/page/lib/page.module.d.ts +0 -6
  564. package/paint/lib/paint/paint-container/paint-container.component.d.ts +0 -19
  565. package/paint/lib/paint/paint-tools/paint-eraser-tool/paint-eraser-tool.component.d.ts +0 -15
  566. package/paint/lib/paint/paint-tools/paint-highlight-tool/paint-highlight-tool.component.d.ts +0 -18
  567. package/paint/lib/paint/paint-tools/paint-pen-tool/paint-pen-tool.component.d.ts +0 -18
  568. package/paint/lib/paint/paint-tools-selector/paint-tools-selector.component.d.ts +0 -9
  569. package/paint/lib/paint/paint-view/paint-view.component.d.ts +0 -56
  570. package/paint/lib/paint/paint.service.d.ts +0 -12
  571. package/paint/lib/paint.module.d.ts +0 -20
  572. package/password-box/lib/password-box.component.d.ts +0 -42
  573. package/password-box/lib/password-box.module.d.ts +0 -15
  574. package/password-box/lib/password-strength-validation/password-strength-validation.component.d.ts +0 -40
  575. package/pdf-reader/lib/pdf-reader/pdf-reader.component.d.ts +0 -8
  576. package/pdf-reader/lib/pdf-reader.module.d.ts +0 -7
  577. package/phone-box/lib/phone-box.component.d.ts +0 -75
  578. package/phone-box/lib/phone-box.module.d.ts +0 -15
  579. package/picker/lib/picker-container/picker-container.component.d.ts +0 -7
  580. package/picker/lib/picker-items/picker-items.component.d.ts +0 -20
  581. package/picker/lib/picker-title/picker-title.component.d.ts +0 -5
  582. package/picker/lib/picker.module.d.ts +0 -11
  583. package/popover/lib/popover.component.d.ts +0 -211
  584. package/popover/lib/popover.module.d.ts +0 -8
  585. package/popup/lib/popup.component.d.ts +0 -75
  586. package/popup/lib/popup.interface.d.ts +0 -30
  587. package/popup/lib/popup.module.d.ts +0 -15
  588. package/popup/lib/popup.service.d.ts +0 -22
  589. package/progress-bar/lib/progress-bar.component.d.ts +0 -54
  590. package/progress-bar/lib/progress-bar.module.d.ts +0 -8
  591. package/qrcode/lib/qrcode.class.d.ts +0 -3
  592. package/qrcode/lib/qrcode.component.d.ts +0 -54
  593. package/qrcode/lib/qrcode.module.d.ts +0 -8
  594. package/query-builder/lib/query-builder.component.d.ts +0 -35
  595. package/query-builder/lib/query-builder.module.d.ts +0 -15
  596. package/radio/lib/radio.component.d.ts +0 -22
  597. package/radio/lib/radio.module.d.ts +0 -9
  598. package/rail-navigation/lib/rail-navigation-item/rail-navigation-item.component.d.ts +0 -31
  599. package/rail-navigation/lib/rail-navigation.class.d.ts +0 -8
  600. package/rail-navigation/lib/rail-navigation.component.d.ts +0 -18
  601. package/rail-navigation/lib/rail-navigation.module.d.ts +0 -10
  602. package/rail-navigation/lib/rail-navigation.service.d.ts +0 -9
  603. package/range-slider/lib/range-slider.class.d.ts +0 -9
  604. package/range-slider/lib/range-slider.component.d.ts +0 -301
  605. package/range-slider/lib/range-slider.module.d.ts +0 -8
  606. package/rate-picker/lib/calculatePercentage.d.ts +0 -27
  607. package/rate-picker/lib/rate-picker.component.d.ts +0 -131
  608. package/rate-picker/lib/rate-picker.module.d.ts +0 -8
  609. package/rest-api-generator/lib/query-params/query-params.component.d.ts +0 -16
  610. package/rest-api-generator/lib/request-body/request-body.component.d.ts +0 -22
  611. package/rest-api-generator/lib/request-headers/request-headers.component.d.ts +0 -22
  612. package/rest-api-generator/lib/rest-api-auth/rest-api-auth.component.d.ts +0 -22
  613. package/rest-api-generator/lib/rest-api-generator.component.d.ts +0 -14
  614. package/rest-api-generator/lib/rest-api-generator.module.d.ts +0 -19
  615. package/rest-api-generator/lib/rest-api-generator.service.d.ts +0 -7
  616. package/rest-api-generator/lib/types.d.ts +0 -20
  617. package/result/lib/result.component.d.ts +0 -24
  618. package/result/lib/result.module.d.ts +0 -8
  619. package/routing-progress/lib/routing-progress.component.d.ts +0 -30
  620. package/routing-progress/lib/routing-progress.module.d.ts +0 -8
  621. package/scheduler/lib/scheduler.class.d.ts +0 -77
  622. package/scheduler/lib/scheduler.component.d.ts +0 -91
  623. package/scheduler/lib/scheduler.module.d.ts +0 -11
  624. package/scheduler/lib/scheduler.service.d.ts +0 -78
  625. package/scheduler/lib/views/agenda/scheduler-agenda-view.component.d.ts +0 -45
  626. package/scheduler/lib/views/day/scheduler-day-view.component.d.ts +0 -44
  627. package/scheduler/lib/views/month/scheduler-month-view.component.d.ts +0 -59
  628. package/scheduler/lib/views/timeline-day/scheduler-timeline-day-view.component.d.ts +0 -39
  629. package/scheduler/lib/views/timeline-month/scheduler-timeline-month-view.component.d.ts +0 -47
  630. package/scheduler/lib/views/timeline-multi-day/scheduler-timeline-multi-day-view.component.d.ts +0 -40
  631. package/scheduler/lib/views/week/scheduler-week-view.component.d.ts +0 -74
  632. package/scss/lib/scss.module.d.ts +0 -7
  633. package/search-box/lib/search-box.component.d.ts +0 -40
  634. package/search-box/lib/search-box.module.d.ts +0 -14
  635. package/select-box/lib/select-box.component.d.ts +0 -139
  636. package/select-box/lib/select-box.module.d.ts +0 -20
  637. package/selection-list/lib/selection-list.component.d.ts +0 -77
  638. package/selection-list/lib/selection-list.module.d.ts +0 -13
  639. package/side-menu/lib/side-menu-item/side-menu-item.component.d.ts +0 -30
  640. package/side-menu/lib/side-menu.component.d.ts +0 -39
  641. package/side-menu/lib/side-menu.directive.d.ts +0 -14
  642. package/side-menu/lib/side-menu.module.d.ts +0 -15
  643. package/skeleton/lib/skeleton.component.d.ts +0 -18
  644. package/skeleton/lib/skeleton.module.d.ts +0 -8
  645. package/slider/lib/slider.component.d.ts +0 -92
  646. package/slider/lib/slider.module.d.ts +0 -10
  647. package/sliding-item/lib/sliding-item/sliding-item.component.d.ts +0 -13
  648. package/sliding-item/lib/sliding-item-prefix/sliding-item-prefix.component.d.ts +0 -11
  649. package/sliding-item/lib/sliding-item-suffix/sliding-item-suffix.component.d.ts +0 -11
  650. package/sliding-item/lib/sliding-item.module.d.ts +0 -11
  651. package/step-wizard/lib/step-wizard-item/step-wizard-item.component.d.ts +0 -21
  652. package/step-wizard/lib/step-wizard.class.d.ts +0 -7
  653. package/step-wizard/lib/step-wizard.component.d.ts +0 -63
  654. package/step-wizard/lib/step-wizard.directive.d.ts +0 -11
  655. package/step-wizard/lib/step-wizard.module.d.ts +0 -13
  656. package/switch/lib/switch-content.component.d.ts +0 -10
  657. package/switch/lib/switch.component.d.ts +0 -29
  658. package/switch/lib/switch.module.d.ts +0 -10
  659. package/tabs/lib/tab-content.directive.d.ts +0 -11
  660. package/tabs/lib/tab-item.component.d.ts +0 -56
  661. package/tabs/lib/tabs.class.d.ts +0 -8
  662. package/tabs/lib/tabs.component.d.ts +0 -76
  663. package/tabs/lib/tabs.module.d.ts +0 -12
  664. package/tag/lib/tag.component.d.ts +0 -16
  665. package/tag/lib/tag.module.d.ts +0 -8
  666. package/tag-box/lib/tag-box.component.d.ts +0 -32
  667. package/tag-box/lib/tag-box.module.d.ts +0 -7
  668. package/text-area/lib/text-area.component.d.ts +0 -41
  669. package/text-area/lib/text-area.module.d.ts +0 -9
  670. package/text-box/lib/mask-options.directive.d.ts +0 -17
  671. package/text-box/lib/text-box.component.d.ts +0 -61
  672. package/text-box/lib/text-box.module.d.ts +0 -13
  673. package/time-duration/lib/time-duration.component.d.ts +0 -37
  674. package/time-duration/lib/time-duration.module.d.ts +0 -7
  675. package/time-duration/lib/time-duration.type.d.ts +0 -1
  676. package/time-line/lib/time-line-item.component.d.ts +0 -14
  677. package/time-line/lib/time-line.component.d.ts +0 -9
  678. package/time-line/lib/time-line.module.d.ts +0 -9
  679. package/toast/lib/toast.class.d.ts +0 -27
  680. package/toast/lib/toast.component.d.ts +0 -44
  681. package/toast/lib/toast.config.d.ts +0 -14
  682. package/toast/lib/toast.module.d.ts +0 -13
  683. package/toast/lib/toast.service.d.ts +0 -34
  684. package/toolbar/lib/toolbar.component.d.ts +0 -12
  685. package/toolbar/lib/toolbar.module.d.ts +0 -8
  686. package/tooltip/lib/tooltip.component.d.ts +0 -21
  687. package/tooltip/lib/tooltip.directive.d.ts +0 -29
  688. package/tooltip/lib/tooltip.module.d.ts +0 -10
  689. package/tree-view/lib/tree-view-item.component.d.ts +0 -20
  690. package/tree-view/lib/tree-view.class.d.ts +0 -47
  691. package/tree-view/lib/tree-view.component.d.ts +0 -98
  692. package/tree-view/lib/tree-view.component.module.d.ts +0 -16
  693. package/uploader/lib/uploader-browse-handle.directive.d.ts +0 -11
  694. package/uploader/lib/uploader-dialog-container/uploader-dialog-container.component.d.ts +0 -24
  695. package/uploader/lib/uploader-drop-zone/uploader-drop-zone.component.d.ts +0 -12
  696. package/uploader/lib/uploader-list/uploader-list.component.d.ts +0 -12
  697. package/uploader/lib/uploader-zone.directive.d.ts +0 -31
  698. package/uploader/lib/uploader.models.d.ts +0 -52
  699. package/uploader/lib/uploader.module.d.ts +0 -21
  700. package/uploader/lib/uploader.service.d.ts +0 -30
  701. package/video-player/lib/video-player/video-player.component.d.ts +0 -6
  702. package/video-player/lib/video-player.module.d.ts +0 -7
  703. package/wysiwyg/lib/wysiwyg/wysiwyg-container/wysiwyg-container.component.d.ts +0 -40
  704. package/wysiwyg/lib/wysiwyg/wysiwyg-tools/wysiwyg-alignment/wysiwyg-alignment.component.d.ts +0 -28
  705. package/wysiwyg/lib/wysiwyg/wysiwyg-tools/wysiwyg-colors/wysiwyg-colors.component.d.ts +0 -40
  706. package/wysiwyg/lib/wysiwyg/wysiwyg-tools/wysiwyg-font-style/wysiwyg-font-style.component.d.ts +0 -37
  707. package/wysiwyg/lib/wysiwyg/wysiwyg-tools/wysiwyg-history/wysiwyg-history.component.d.ts +0 -16
  708. package/wysiwyg/lib/wysiwyg/wysiwyg-tools/wysiwyg-insert/wysiwyg-insert.component.d.ts +0 -30
  709. package/wysiwyg/lib/wysiwyg/wysiwyg-tools/wysiwyg-list/wysiwyg-list.component.d.ts +0 -20
  710. package/wysiwyg/lib/wysiwyg/wysiwyg-view/wysiwyg-view.component.d.ts +0 -16
  711. package/wysiwyg/lib/wysiwyg/wysiwyg.service.d.ts +0 -11
  712. package/wysiwyg/lib/wysiwyg.module.d.ts +0 -21
@@ -1 +1 @@
1
- {"version":3,"file":"acorex-components-rate-picker.mjs","sources":["../../../../packages/components/rate-picker/src/lib/calculatePercentage.ts","../../../../packages/components/rate-picker/src/lib/rate-picker.component.ts","../../../../packages/components/rate-picker/src/lib/rate-picker.component.html","../../../../packages/components/rate-picker/src/lib/rate-picker.module.ts","../../../../packages/components/rate-picker/src/acorex-components-rate-picker.ts"],"sourcesContent":["/**\n * Calculates the horizontal position of a pointer event (mouse or touch) as a percentage\n * of the target element's width.\n *\n * @param event - The mouse or touch event to get the pointer position from.\n * @returns The percentage of the event's position relative to the target element's width,\n * or -1 if the event is invalid.\n *\n * @remarks\n * - For `MouseEvent`, it uses the `clientX` property.\n * - For `TouchEvent`, it uses the `clientX` of the first touch point.\n * - Returns `-1` if the event is neither a valid `MouseEvent` nor a `TouchEvent`.\n *\n * @example\n * ```typescript\n * document.addEventListener('click', function(event) {\n * const percentage = getPointerPercentage(event);\n * console.log(`Click position: ${percentage.toFixed(2)}% of the element's width`);\n * });\n *\n * document.addEventListener('touchstart', function(event) {\n * const percentage = getPointerPercentage(event);\n * console.log(`Touch position: ${percentage.toFixed(2)}% of the element's width`);\n * });\n * ```\n */\nexport function getPointerPercentage(event: MouseEvent | TouchEvent): number {\n let clientX: number;\n\n if (event instanceof MouseEvent) {\n clientX = event.clientX; // Mouse event uses clientX\n } else if (event instanceof TouchEvent && event.touches.length > 0) {\n clientX = event.touches[0].clientX; // Touch event uses the first touch's clientX\n } else {\n return -1; // Return -1 for invalid events\n }\n\n // Use currentTarget to get the bounding box of the element the event listener is attached to\n const rect = (event.currentTarget as HTMLElement).getBoundingClientRect();\n const clickX = clientX - rect.left; // Calculate X position relative to the element\n const divWidth = rect.width; // Get the width from the bounding box\n const percentage = (clickX / divWidth) * 100; // Calculate percentage\n\n return percentage;\n}\n","import { AXComponent, AXValuableComponent, MXValueComponent } from '@acorex/cdk/common';\nimport {\n ChangeDetectionStrategy,\n Component,\n computed,\n effect,\n ElementRef,\n forwardRef,\n HostBinding,\n inject,\n input,\n Renderer2,\n signal,\n viewChild,\n ViewEncapsulation,\n} from '@angular/core';\nimport { NG_VALUE_ACCESSOR } from '@angular/forms';\nimport { getPointerPercentage } from './calculatePercentage';\n\n/**\n * @description\n * The `AXRatePickerComponent` provides a customizable rating picker.\n * The component allows users to select a rating between 0 and the defined maximum.\n * It supports transitions, dynamic value changes, and hover states.\n *\n * @example\n * <ax-rate-picker [max]=\"5\" [readonly]=\"false\" [disabled]=\"false\"></ax-rate-picker>\n */\n@Component({\n selector: 'ax-rate-picker',\n templateUrl: './rate-picker.component.html',\n styleUrls: ['./rate-picker.component.scss'],\n encapsulation: ViewEncapsulation.None,\n changeDetection: ChangeDetectionStrategy.OnPush,\n inputs: ['readonly', 'disabled'],\n providers: [\n { provide: AXValuableComponent, useExisting: AXRatePickerComponent },\n {\n provide: NG_VALUE_ACCESSOR,\n useExisting: forwardRef(() => AXRatePickerComponent),\n multi: true,\n },\n { provide: AXComponent, useExisting: AXRatePickerComponent },\n ],\n})\nexport class AXRatePickerComponent extends MXValueComponent<number> {\n /**\n * @description\n * The icon to be used for each rating point.\n * @default 'fa-star'\n */\n iconName = input('fa-star');\n\n /**\n * @description\n * Maximum value for the rating.\n * Defines how many rating points are available.\n * @default 5\n */\n max = input(5);\n\n /**\n * @description\n * Defines the step increment between rating values.\n * The rating value will be rounded to the nearest multiple of this step.\n * @default 0.01\n */\n step = input(0.01);\n\n /**\n * @description\n * Whether the rating should have a transition effect when changing values.\n * @default true\n */\n hasTransition = input(true);\n\n /**\n * @description\n * The percentage of the current rating value relative to the maximum rating.\n */\n protected ratePercentage = computed(() => Math.round((this.currentValue() / this.max()) * 10000) / 100);\n\n /**\n * @description\n * The current rating value as a signal.\n */\n private currentValue = signal(this.max());\n\n /**\n * @description\n * State for tracking hover status and previous value.\n */\n private prevState: { ishover: boolean; previousValue?: number } = {\n ishover: false,\n previousValue: undefined,\n };\n\n /**\n * @description\n * Reference to the container element.\n */\n containerEl = viewChild.required<ElementRef>('c');\n\n /**\n * @description\n * Reference to the rating element.\n */\n ratingEl = viewChild.required<ElementRef>('r');\n\n /**\n * @description\n * Renderer for manipulating styles.\n */\n renderer = inject(Renderer2);\n\n /**\n * @description\n * Array of rating values from 1 to `max`.\n */\n protected rates = computed(() =>\n Array(this.max())\n .fill(0)\n .map((_, index) => index + 1),\n );\n\n /**\n * @description\n * Initializes the component and sets up value change subscription.\n */\n constructor() {\n super();\n effect(() => {\n if (!this.hasTransition()) {\n this.renderer.removeStyle(this.ratingEl().nativeElement, 'transition');\n }\n return this.hasTransition();\n });\n this.onValueChanged.subscribe((val: { value }) => {\n if (val.value < 0) {\n this.currentValue.set(0);\n console.warn('ax-rate-picker: value cant be negative!');\n } else if (val.value > this.max()) {\n this.currentValue.set(this.max());\n console.warn('ax-rate-picker: value cant be more than max!');\n } else {\n this.currentValue.set(val.value);\n }\n });\n }\n\n /**\n * @description\n * Calculates and updates the rating based on the mouse or touch event.\n *\n * @param event - The mouse or touch event triggering the rating calculation.\n */\n protected calculateRate(event: MouseEvent | TouchEvent): void {\n if (this.hasTransition()) {\n this.renderer.removeStyle(this.ratingEl().nativeElement, 'transition');\n }\n event.preventDefault();\n if (!this.readonly && !this.disabled) {\n const pointerPercentage = getPointerPercentage(event);\n if (pointerPercentage === -1) {\n return console.warn('Only support touch and click events.');\n }\n const value = this.roundToStep(pointerPercentage);\n const decimals = this.countDecimals(this.step());\n if (this.prevState.ishover === true) {\n this.currentValue.set(value);\n } else {\n this.commitValue(Number(value.toFixed(decimals)));\n this.mouseEnter();\n }\n }\n }\n\n /**\n * @description\n * Rounds the rating value to the nearest step.\n *\n * @param percentage - The calculated percentage from pointer event.\n * @returns The rounded rating value.\n */\n private roundToStep(percentage: number): number {\n const value = (percentage / 100) * this.max();\n const value2 = Math.round(value / (this.step() || 0.01)) * this.step();\n return value2;\n }\n\n /**\n * @description\n * Handles mouse enter events to start tracking mouse movements for rating.\n */\n protected mouseEnter() {\n this.prevState = {\n ishover: true,\n previousValue: this.value,\n };\n if (this.hasTransition()) {\n this.renderer.setStyle(this.ratingEl().nativeElement, 'opacity', '80%');\n }\n const moveListener = (moveEvent: MouseEvent | TouchEvent) => this.calculateRate(moveEvent);\n const endListener = () => this.onEnd(moveListener, endListener);\n const container = this.containerEl().nativeElement;\n container.addEventListener('mousemove', moveListener);\n container.addEventListener('mouseup', endListener);\n container.addEventListener('mouseleave', endListener);\n }\n\n /**\n * @description\n * Handles mouse leave events to reset styles.\n */\n mouseLeave() {\n if (this.hasTransition()) {\n this.renderer.removeStyle(this.ratingEl().nativeElement, 'opacity');\n }\n }\n\n /**\n * @description\n * Cleans up event listeners and restores the previous rating value.\n *\n * @param moveListener - The function to remove for mouse move events.\n * @param endListener - The function to remove for mouse end events.\n */\n private onEnd(moveListener: (event: MouseEvent | TouchEvent) => void, endListener: () => void): void {\n if (this.hasTransition()) {\n this.renderer.setStyle(\n this.ratingEl().nativeElement,\n 'transition',\n `width ${this.max() * 50 + 250}ms cubic-bezier(0.29, 0.72, 0.68, 0.85)`,\n );\n this.renderer.removeStyle(this.ratingEl().nativeElement, 'opacity');\n }\n this.currentValue.set(this.prevState.previousValue);\n this.prevState = {\n ishover: false,\n previousValue: undefined,\n };\n const container = this.containerEl().nativeElement;\n container.removeEventListener('mousemove', moveListener);\n container.removeEventListener('mouseup', endListener);\n container.removeEventListener('mouseleave', endListener);\n }\n\n private countDecimals(number: number): number {\n if (Math.floor(number) === number) return 0;\n return number.toString().split('.')[1].length || 0;\n }\n\n /**\n * @description\n * Determines if the component is active (i.e., not readonly or disabled).\n */\n @HostBinding('class.ax-active') get isActive() {\n return !this.readonly && !this.disabled;\n }\n\n /**\n * @description\n * Determines if the component is in readonly mode.\n */\n @HostBinding('class.ax-readonly') get isReadonly() {\n return this.readonly;\n }\n\n /**\n * @description\n * Determines if the component is disabled.\n */\n @HostBinding('class.ax-disable') get isDisabled() {\n return this.disabled;\n }\n}\n","<div\n #c\n class=\"ax-rate-picker-container\"\n (click)=\"calculateRate($event)\"\n (touchstart)=\"calculateRate($event)\"\n (mouseenter)=\"mouseEnter()\"\n (mouseleave)=\"mouseLeave()\"\n>\n <div #r class=\"ax-rate-picker-rating\" [style.width.%]=\"ratePercentage()\">\n <div class=\"ax-rate-picker-icons ax-rp-active\">\n @for (rate of rates(); track rate) {\n <i class=\"ax-rate-picker-icon fa-solid\" [class]=\"iconName()\" [class.pointer]=\"!this.readonly\"></i>\n }\n </div>\n </div>\n <div class=\"ax-rate-picker-icons ax-rp-inactive\">\n @for (rate of rates(); track rate) {\n <i class=\"ax-rate-picker-icon fa-solid\" [class]=\"iconName()\"></i>\n }\n </div>\n</div>\n","import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { AXRatePickerComponent } from './rate-picker.component';\n\n@NgModule({\n imports: [CommonModule, AXRatePickerComponent],\n exports: [AXRatePickerComponent],\n})\nexport class AXRatePickerModule {}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"acorex-components-rate-picker.mjs","sources":["../tmp-esm2022/rate-picker/lib/calculatePercentage.js","../tmp-esm2022/rate-picker/lib/rate-picker.component.js","../tmp-esm2022/rate-picker/lib/rate-picker.module.js","../tmp-esm2022/rate-picker/acorex-components-rate-picker.js"],"sourcesContent":["/**\n * Calculates the horizontal position of a pointer event (mouse or touch) as a percentage\n * of the target element's width.\n *\n * @param event - The mouse or touch event to get the pointer position from.\n * @returns The percentage of the event's position relative to the target element's width,\n * or -1 if the event is invalid.\n *\n * @remarks\n * - For `MouseEvent`, it uses the `clientX` property.\n * - For `TouchEvent`, it uses the `clientX` of the first touch point.\n * - Returns `-1` if the event is neither a valid `MouseEvent` nor a `TouchEvent`.\n *\n * @example\n * ```typescript\n * document.addEventListener('click', function(event) {\n * const percentage = getPointerPercentage(event);\n * console.log(`Click position: ${percentage.toFixed(2)}% of the element's width`);\n * });\n *\n * document.addEventListener('touchstart', function(event) {\n * const percentage = getPointerPercentage(event);\n * console.log(`Touch position: ${percentage.toFixed(2)}% of the element's width`);\n * });\n * ```\n */\nexport function getPointerPercentage(event) {\n let clientX;\n if (event instanceof MouseEvent) {\n clientX = event.clientX; // Mouse event uses clientX\n }\n else if (event instanceof TouchEvent && event.touches.length > 0) {\n clientX = event.touches[0].clientX; // Touch event uses the first touch's clientX\n }\n else {\n return -1; // Return -1 for invalid events\n }\n // Use currentTarget to get the bounding box of the element the event listener is attached to\n const rect = event.currentTarget.getBoundingClientRect();\n const clickX = clientX - rect.left; // Calculate X position relative to the element\n const divWidth = rect.width; // Get the width from the bounding box\n const percentage = (clickX / divWidth) * 100; // Calculate percentage\n return percentage;\n}\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FsY3VsYXRlUGVyY2VudGFnZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL2NvbXBvbmVudHMvcmF0ZS1waWNrZXIvc3JjL2xpYi9jYWxjdWxhdGVQZXJjZW50YWdlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0dBeUJHO0FBQ0gsTUFBTSxVQUFVLG9CQUFvQixDQUFDLEtBQThCO0lBQ2pFLElBQUksT0FBZSxDQUFDO0lBRXBCLElBQUksS0FBSyxZQUFZLFVBQVUsRUFBRSxDQUFDO1FBQ2hDLE9BQU8sR0FBRyxLQUFLLENBQUMsT0FBTyxDQUFDLENBQUMsMkJBQTJCO0lBQ3RELENBQUM7U0FBTSxJQUFJLEtBQUssWUFBWSxVQUFVLElBQUksS0FBSyxDQUFDLE9BQU8sQ0FBQyxNQUFNLEdBQUcsQ0FBQyxFQUFFLENBQUM7UUFDbkUsT0FBTyxHQUFHLEtBQUssQ0FBQyxPQUFPLENBQUMsQ0FBQyxDQUFDLENBQUMsT0FBTyxDQUFDLENBQUMsNkNBQTZDO0lBQ25GLENBQUM7U0FBTSxDQUFDO1FBQ04sT0FBTyxDQUFDLENBQUMsQ0FBQyxDQUFDLCtCQUErQjtJQUM1QyxDQUFDO0lBRUQsNkZBQTZGO0lBQzdGLE1BQU0sSUFBSSxHQUFJLEtBQUssQ0FBQyxhQUE2QixDQUFDLHFCQUFxQixFQUFFLENBQUM7SUFDMUUsTUFBTSxNQUFNLEdBQUcsT0FBTyxHQUFHLElBQUksQ0FBQyxJQUFJLENBQUMsQ0FBQywrQ0FBK0M7SUFDbkYsTUFBTSxRQUFRLEdBQUcsSUFBSSxDQUFDLEtBQUssQ0FBQyxDQUFDLHNDQUFzQztJQUNuRSxNQUFNLFVBQVUsR0FBRyxDQUFDLE1BQU0sR0FBRyxRQUFRLENBQUMsR0FBRyxHQUFHLENBQUMsQ0FBQyx1QkFBdUI7SUFFckUsT0FBTyxVQUFVLENBQUM7QUFDcEIsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogQ2FsY3VsYXRlcyB0aGUgaG9yaXpvbnRhbCBwb3NpdGlvbiBvZiBhIHBvaW50ZXIgZXZlbnQgKG1vdXNlIG9yIHRvdWNoKSBhcyBhIHBlcmNlbnRhZ2VcbiAqIG9mIHRoZSB0YXJnZXQgZWxlbWVudCdzIHdpZHRoLlxuICpcbiAqIEBwYXJhbSBldmVudCAtIFRoZSBtb3VzZSBvciB0b3VjaCBldmVudCB0byBnZXQgdGhlIHBvaW50ZXIgcG9zaXRpb24gZnJvbS5cbiAqIEByZXR1cm5zIFRoZSBwZXJjZW50YWdlIG9mIHRoZSBldmVudCdzIHBvc2l0aW9uIHJlbGF0aXZlIHRvIHRoZSB0YXJnZXQgZWxlbWVudCdzIHdpZHRoLFxuICogICAgICAgICAgb3IgLTEgaWYgdGhlIGV2ZW50IGlzIGludmFsaWQuXG4gKlxuICogQHJlbWFya3NcbiAqIC0gRm9yIGBNb3VzZUV2ZW50YCwgaXQgdXNlcyB0aGUgYGNsaWVudFhgIHByb3BlcnR5LlxuICogLSBGb3IgYFRvdWNoRXZlbnRgLCBpdCB1c2VzIHRoZSBgY2xpZW50WGAgb2YgdGhlIGZpcnN0IHRvdWNoIHBvaW50LlxuICogLSBSZXR1cm5zIGAtMWAgaWYgdGhlIGV2ZW50IGlzIG5laXRoZXIgYSB2YWxpZCBgTW91c2VFdmVudGAgbm9yIGEgYFRvdWNoRXZlbnRgLlxuICpcbiAqIEBleGFtcGxlXG4gKiBgYGB0eXBlc2NyaXB0XG4gKiBkb2N1bWVudC5hZGRFdmVudExpc3RlbmVyKCdjbGljaycsIGZ1bmN0aW9uKGV2ZW50KSB7XG4gKiAgIGNvbnN0IHBlcmNlbnRhZ2UgPSBnZXRQb2ludGVyUGVyY2VudGFnZShldmVudCk7XG4gKiAgIGNvbnNvbGUubG9nKGBDbGljayBwb3NpdGlvbjogJHtwZXJjZW50YWdlLnRvRml4ZWQoMil9JSBvZiB0aGUgZWxlbWVudCdzIHdpZHRoYCk7XG4gKiB9KTtcbiAqXG4gKiBkb2N1bWVudC5hZGRFdmVudExpc3RlbmVyKCd0b3VjaHN0YXJ0JywgZnVuY3Rpb24oZXZlbnQpIHtcbiAqICAgY29uc3QgcGVyY2VudGFnZSA9IGdldFBvaW50ZXJQZXJjZW50YWdlKGV2ZW50KTtcbiAqICAgY29uc29sZS5sb2coYFRvdWNoIHBvc2l0aW9uOiAke3BlcmNlbnRhZ2UudG9GaXhlZCgyKX0lIG9mIHRoZSBlbGVtZW50J3Mgd2lkdGhgKTtcbiAqIH0pO1xuICogYGBgXG4gKi9cbmV4cG9ydCBmdW5jdGlvbiBnZXRQb2ludGVyUGVyY2VudGFnZShldmVudDogTW91c2VFdmVudCB8IFRvdWNoRXZlbnQpOiBudW1iZXIge1xuICBsZXQgY2xpZW50WDogbnVtYmVyO1xuXG4gIGlmIChldmVudCBpbnN0YW5jZW9mIE1vdXNlRXZlbnQpIHtcbiAgICBjbGllbnRYID0gZXZlbnQuY2xpZW50WDsgLy8gTW91c2UgZXZlbnQgdXNlcyBjbGllbnRYXG4gIH0gZWxzZSBpZiAoZXZlbnQgaW5zdGFuY2VvZiBUb3VjaEV2ZW50ICYmIGV2ZW50LnRvdWNoZXMubGVuZ3RoID4gMCkge1xuICAgIGNsaWVudFggPSBldmVudC50b3VjaGVzWzBdLmNsaWVudFg7IC8vIFRvdWNoIGV2ZW50IHVzZXMgdGhlIGZpcnN0IHRvdWNoJ3MgY2xpZW50WFxuICB9IGVsc2Uge1xuICAgIHJldHVybiAtMTsgLy8gUmV0dXJuIC0xIGZvciBpbnZhbGlkIGV2ZW50c1xuICB9XG5cbiAgLy8gVXNlIGN1cnJlbnRUYXJnZXQgdG8gZ2V0IHRoZSBib3VuZGluZyBib3ggb2YgdGhlIGVsZW1lbnQgdGhlIGV2ZW50IGxpc3RlbmVyIGlzIGF0dGFjaGVkIHRvXG4gIGNvbnN0IHJlY3QgPSAoZXZlbnQuY3VycmVudFRhcmdldCBhcyBIVE1MRWxlbWVudCkuZ2V0Qm91bmRpbmdDbGllbnRSZWN0KCk7XG4gIGNvbnN0IGNsaWNrWCA9IGNsaWVudFggLSByZWN0LmxlZnQ7IC8vIENhbGN1bGF0ZSBYIHBvc2l0aW9uIHJlbGF0aXZlIHRvIHRoZSBlbGVtZW50XG4gIGNvbnN0IGRpdldpZHRoID0gcmVjdC53aWR0aDsgLy8gR2V0IHRoZSB3aWR0aCBmcm9tIHRoZSBib3VuZGluZyBib3hcbiAgY29uc3QgcGVyY2VudGFnZSA9IChjbGlja1ggLyBkaXZXaWR0aCkgKiAxMDA7IC8vIENhbGN1bGF0ZSBwZXJjZW50YWdlXG5cbiAgcmV0dXJuIHBlcmNlbnRhZ2U7XG59XG4iXX0=","import { AXComponent, AXValuableComponent, MXValueComponent } from '@acorex/cdk/common';\nimport { ChangeDetectionStrategy, Component, computed, effect, forwardRef, HostBinding, inject, input, Renderer2, signal, viewChild, ViewEncapsulation, } from '@angular/core';\nimport { NG_VALUE_ACCESSOR } from '@angular/forms';\nimport { getPointerPercentage } from './calculatePercentage';\nimport * as i0 from \"@angular/core\";\n/**\n * @description\n * The `AXRatePickerComponent` provides a customizable rating picker.\n * The component allows users to select a rating between 0 and the defined maximum.\n * It supports transitions, dynamic value changes, and hover states.\n *\n * @example\n * <ax-rate-picker [max]=\"5\" [readonly]=\"false\" [disabled]=\"false\"></ax-rate-picker>\n */\nexport class AXRatePickerComponent extends MXValueComponent {\n /**\n * @description\n * Initializes the component and sets up value change subscription.\n */\n constructor() {\n super();\n /**\n * @description\n * The icon to be used for each rating point.\n * @default 'fa-star'\n */\n this.iconName = input('fa-star');\n /**\n * @description\n * Maximum value for the rating.\n * Defines how many rating points are available.\n * @default 5\n */\n this.max = input(5);\n /**\n * @description\n * Defines the step increment between rating values.\n * The rating value will be rounded to the nearest multiple of this step.\n * @default 0.01\n */\n this.step = input(0.01);\n /**\n * @description\n * Whether the rating should have a transition effect when changing values.\n * @default true\n */\n this.hasTransition = input(true);\n /**\n * @description\n * The percentage of the current rating value relative to the maximum rating.\n */\n this.ratePercentage = computed(() => Math.round((this.currentValue() / this.max()) * 10000) / 100);\n /**\n * @description\n * The current rating value as a signal.\n */\n this.currentValue = signal(this.max());\n /**\n * @description\n * State for tracking hover status and previous value.\n */\n this.prevState = {\n ishover: false,\n previousValue: undefined,\n };\n /**\n * @description\n * Reference to the container element.\n */\n this.containerEl = viewChild.required('c');\n /**\n * @description\n * Reference to the rating element.\n */\n this.ratingEl = viewChild.required('r');\n /**\n * @description\n * Renderer for manipulating styles.\n */\n this.renderer = inject(Renderer2);\n /**\n * @description\n * Array of rating values from 1 to `max`.\n */\n this.rates = computed(() => Array(this.max())\n .fill(0)\n .map((_, index) => index + 1));\n effect(() => {\n if (!this.hasTransition()) {\n this.renderer.removeStyle(this.ratingEl().nativeElement, 'transition');\n }\n return this.hasTransition();\n });\n this.onValueChanged.subscribe((val) => {\n if (val.value < 0) {\n this.currentValue.set(0);\n console.warn('ax-rate-picker: value cant be negative!');\n }\n else if (val.value > this.max()) {\n this.currentValue.set(this.max());\n console.warn('ax-rate-picker: value cant be more than max!');\n }\n else {\n this.currentValue.set(val.value);\n }\n });\n }\n /**\n * @description\n * Calculates and updates the rating based on the mouse or touch event.\n *\n * @param event - The mouse or touch event triggering the rating calculation.\n */\n calculateRate(event) {\n if (this.hasTransition()) {\n this.renderer.removeStyle(this.ratingEl().nativeElement, 'transition');\n }\n event.preventDefault();\n if (!this.readonly && !this.disabled) {\n const pointerPercentage = getPointerPercentage(event);\n if (pointerPercentage === -1) {\n return console.warn('Only support touch and click events.');\n }\n const value = this.roundToStep(pointerPercentage);\n const decimals = this.countDecimals(this.step());\n if (this.prevState.ishover === true) {\n this.currentValue.set(value);\n }\n else {\n this.commitValue(Number(value.toFixed(decimals)));\n this.mouseEnter();\n }\n }\n }\n /**\n * @description\n * Rounds the rating value to the nearest step.\n *\n * @param percentage - The calculated percentage from pointer event.\n * @returns The rounded rating value.\n */\n roundToStep(percentage) {\n const value = (percentage / 100) * this.max();\n const value2 = Math.round(value / (this.step() || 0.01)) * this.step();\n return value2;\n }\n /**\n * @description\n * Handles mouse enter events to start tracking mouse movements for rating.\n */\n mouseEnter() {\n this.prevState = {\n ishover: true,\n previousValue: this.value,\n };\n if (this.hasTransition()) {\n this.renderer.setStyle(this.ratingEl().nativeElement, 'opacity', '80%');\n }\n const moveListener = (moveEvent) => this.calculateRate(moveEvent);\n const endListener = () => this.onEnd(moveListener, endListener);\n const container = this.containerEl().nativeElement;\n container.addEventListener('mousemove', moveListener);\n container.addEventListener('mouseup', endListener);\n container.addEventListener('mouseleave', endListener);\n }\n /**\n * @description\n * Handles mouse leave events to reset styles.\n */\n mouseLeave() {\n if (this.hasTransition()) {\n this.renderer.removeStyle(this.ratingEl().nativeElement, 'opacity');\n }\n }\n /**\n * @description\n * Cleans up event listeners and restores the previous rating value.\n *\n * @param moveListener - The function to remove for mouse move events.\n * @param endListener - The function to remove for mouse end events.\n */\n onEnd(moveListener, endListener) {\n if (this.hasTransition()) {\n this.renderer.setStyle(this.ratingEl().nativeElement, 'transition', `width ${this.max() * 50 + 250}ms cubic-bezier(0.29, 0.72, 0.68, 0.85)`);\n this.renderer.removeStyle(this.ratingEl().nativeElement, 'opacity');\n }\n this.currentValue.set(this.prevState.previousValue);\n this.prevState = {\n ishover: false,\n previousValue: undefined,\n };\n const container = this.containerEl().nativeElement;\n container.removeEventListener('mousemove', moveListener);\n container.removeEventListener('mouseup', endListener);\n container.removeEventListener('mouseleave', endListener);\n }\n countDecimals(number) {\n if (Math.floor(number) === number)\n return 0;\n return number.toString().split('.')[1].length || 0;\n }\n /**\n * @description\n * Determines if the component is active (i.e., not readonly or disabled).\n */\n get isActive() {\n return !this.readonly && !this.disabled;\n }\n /**\n * @description\n * Determines if the component is in readonly mode.\n */\n get isReadonly() {\n return this.readonly;\n }\n /**\n * @description\n * Determines if the component is disabled.\n */\n get isDisabled() {\n return this.disabled;\n }\n static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: \"12.0.0\", version: \"20.0.4\", ngImport: i0, type: AXRatePickerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }\n static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: \"17.0.0\", version: \"20.0.4\", type: AXRatePickerComponent, isStandalone: true, selector: \"ax-rate-picker\", inputs: { readonly: { classPropertyName: \"readonly\", publicName: \"readonly\", isSignal: false, isRequired: false, transformFunction: null }, disabled: { classPropertyName: \"disabled\", publicName: \"disabled\", isSignal: false, isRequired: false, transformFunction: null }, iconName: { classPropertyName: \"iconName\", publicName: \"iconName\", isSignal: true, isRequired: false, transformFunction: null }, max: { classPropertyName: \"max\", publicName: \"max\", isSignal: true, isRequired: false, transformFunction: null }, step: { classPropertyName: \"step\", publicName: \"step\", isSignal: true, isRequired: false, transformFunction: null }, hasTransition: { classPropertyName: \"hasTransition\", publicName: \"hasTransition\", isSignal: true, isRequired: false, transformFunction: null } }, host: { properties: { \"class.ax-active\": \"this.isActive\", \"class.ax-readonly\": \"this.isReadonly\", \"class.ax-disable\": \"this.isDisabled\" } }, providers: [\n { provide: AXValuableComponent, useExisting: AXRatePickerComponent },\n {\n provide: NG_VALUE_ACCESSOR,\n useExisting: forwardRef(() => AXRatePickerComponent),\n multi: true,\n },\n { provide: AXComponent, useExisting: AXRatePickerComponent },\n ], viewQueries: [{ propertyName: \"containerEl\", first: true, predicate: [\"c\"], descendants: true, isSignal: true }, { propertyName: \"ratingEl\", first: true, predicate: [\"r\"], descendants: true, isSignal: true }], usesInheritance: true, ngImport: i0, template: \"<div\\n #c\\n class=\\\"ax-rate-picker-container\\\"\\n (click)=\\\"calculateRate($event)\\\"\\n (touchstart)=\\\"calculateRate($event)\\\"\\n (mouseenter)=\\\"mouseEnter()\\\"\\n (mouseleave)=\\\"mouseLeave()\\\"\\n>\\n <div #r class=\\\"ax-rate-picker-rating\\\" [style.width.%]=\\\"ratePercentage()\\\">\\n <div class=\\\"ax-rate-picker-icons ax-rp-active\\\">\\n @for (rate of rates(); track rate) {\\n <i class=\\\"ax-rate-picker-icon fa-solid\\\" [class]=\\\"iconName()\\\" [class.pointer]=\\\"!this.readonly\\\"></i>\\n }\\n </div>\\n </div>\\n <div class=\\\"ax-rate-picker-icons ax-rp-inactive\\\">\\n @for (rate of rates(); track rate) {\\n <i class=\\\"ax-rate-picker-icon fa-solid\\\" [class]=\\\"iconName()\\\"></i>\\n }\\n </div>\\n</div>\\n\", styles: [\"ax-rate-picker{--ax-comp-rate-picker-bg-color: var(--ax-sys-color-warning-surface);--ax-comp-rate-picker-inactive-bg-color: var(--ax-sys-color-dark);--ax-comp-rate-picker-inactive-bg-color-opacity: .2}.ax-dark ax-rate-picker{--ax-comp-rate-picker-inactive-bg-color: var(--ax-sys-color-light)}.ax-xs ax-rate-picker,ax-rate-picker.ax-xs{--ax-comp-rate-picker-font-size: 1rem}.ax-sm ax-rate-picker,ax-rate-picker.ax-sm{--ax-comp-rate-picker-font-size: 1.5rem}.ax-md ax-rate-picker,ax-rate-picker{--ax-comp-rate-picker-font-size: 2rem}.ax-lg ax-rate-picker,ax-rate-picker.ax-lg{--ax-comp-rate-picker-font-size: 2.5rem}.ax-xl ax-rate-picker,ax-rate-picker.ax-xl{--ax-comp-rate-picker-font-size: 3rem}ax-rate-picker{font-size:var(--ax-comp-rate-picker-font-size, 1.5rem)}ax-rate-picker.ax-active{cursor:pointer}ax-rate-picker.ax-disable{cursor:not-allowed;opacity:.5}ax-rate-picker .ax-rate-picker-container{position:relative;width:min-content}ax-rate-picker .ax-rate-picker-container .ax-rate-picker-rating{position:relative;z-index:10;overflow:hidden}ax-rate-picker .ax-rate-picker-container .ax-rate-picker-rating .ax-rate-picker-icons{display:flex}ax-rate-picker .ax-rate-picker-container .ax-rate-picker-rating .ax-rate-picker-icons.ax-rp-active{color:rgba(var(--ax-comp-rate-picker-bg-color))}ax-rate-picker .ax-rate-picker-container .ax-rate-picker-icons{display:flex}ax-rate-picker .ax-rate-picker-container .ax-rate-picker-icons.ax-rp-inactive{color:rgba(var(--ax-comp-rate-picker-inactive-bg-color),var(--ax-comp-rate-picker-inactive-bg-color-opacity));position:absolute;left:50%;top:50%;translate:-50% -50%;z-index:5}\\n\"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }\n}\ni0.ɵɵngDeclareClassMetadata({ minVersion: \"12.0.0\", version: \"20.0.4\", ngImport: i0, type: AXRatePickerComponent, decorators: [{\n type: Component,\n args: [{ selector: 'ax-rate-picker', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, inputs: ['readonly', 'disabled'], providers: [\n { provide: AXValuableComponent, useExisting: AXRatePickerComponent },\n {\n provide: NG_VALUE_ACCESSOR,\n useExisting: forwardRef(() => AXRatePickerComponent),\n multi: true,\n },\n { provide: AXComponent, useExisting: AXRatePickerComponent },\n ], template: \"<div\\n #c\\n class=\\\"ax-rate-picker-container\\\"\\n (click)=\\\"calculateRate($event)\\\"\\n (touchstart)=\\\"calculateRate($event)\\\"\\n (mouseenter)=\\\"mouseEnter()\\\"\\n (mouseleave)=\\\"mouseLeave()\\\"\\n>\\n <div #r class=\\\"ax-rate-picker-rating\\\" [style.width.%]=\\\"ratePercentage()\\\">\\n <div class=\\\"ax-rate-picker-icons ax-rp-active\\\">\\n @for (rate of rates(); track rate) {\\n <i class=\\\"ax-rate-picker-icon fa-solid\\\" [class]=\\\"iconName()\\\" [class.pointer]=\\\"!this.readonly\\\"></i>\\n }\\n </div>\\n </div>\\n <div class=\\\"ax-rate-picker-icons ax-rp-inactive\\\">\\n @for (rate of rates(); track rate) {\\n <i class=\\\"ax-rate-picker-icon fa-solid\\\" [class]=\\\"iconName()\\\"></i>\\n }\\n </div>\\n</div>\\n\", styles: [\"ax-rate-picker{--ax-comp-rate-picker-bg-color: var(--ax-sys-color-warning-surface);--ax-comp-rate-picker-inactive-bg-color: var(--ax-sys-color-dark);--ax-comp-rate-picker-inactive-bg-color-opacity: .2}.ax-dark ax-rate-picker{--ax-comp-rate-picker-inactive-bg-color: var(--ax-sys-color-light)}.ax-xs ax-rate-picker,ax-rate-picker.ax-xs{--ax-comp-rate-picker-font-size: 1rem}.ax-sm ax-rate-picker,ax-rate-picker.ax-sm{--ax-comp-rate-picker-font-size: 1.5rem}.ax-md ax-rate-picker,ax-rate-picker{--ax-comp-rate-picker-font-size: 2rem}.ax-lg ax-rate-picker,ax-rate-picker.ax-lg{--ax-comp-rate-picker-font-size: 2.5rem}.ax-xl ax-rate-picker,ax-rate-picker.ax-xl{--ax-comp-rate-picker-font-size: 3rem}ax-rate-picker{font-size:var(--ax-comp-rate-picker-font-size, 1.5rem)}ax-rate-picker.ax-active{cursor:pointer}ax-rate-picker.ax-disable{cursor:not-allowed;opacity:.5}ax-rate-picker .ax-rate-picker-container{position:relative;width:min-content}ax-rate-picker .ax-rate-picker-container .ax-rate-picker-rating{position:relative;z-index:10;overflow:hidden}ax-rate-picker .ax-rate-picker-container .ax-rate-picker-rating .ax-rate-picker-icons{display:flex}ax-rate-picker .ax-rate-picker-container .ax-rate-picker-rating .ax-rate-picker-icons.ax-rp-active{color:rgba(var(--ax-comp-rate-picker-bg-color))}ax-rate-picker .ax-rate-picker-container .ax-rate-picker-icons{display:flex}ax-rate-picker .ax-rate-picker-container .ax-rate-picker-icons.ax-rp-inactive{color:rgba(var(--ax-comp-rate-picker-inactive-bg-color),var(--ax-comp-rate-picker-inactive-bg-color-opacity));position:absolute;left:50%;top:50%;translate:-50% -50%;z-index:5}\\n\"] }]\n }], ctorParameters: () => [], propDecorators: { isActive: [{\n type: HostBinding,\n args: ['class.ax-active']\n }], isReadonly: [{\n type: HostBinding,\n args: ['class.ax-readonly']\n }], isDisabled: [{\n type: HostBinding,\n args: ['class.ax-disable']\n }] } });\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmF0ZS1waWNrZXIuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcGFja2FnZXMvY29tcG9uZW50cy9yYXRlLXBpY2tlci9zcmMvbGliL3JhdGUtcGlja2VyLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL2NvbXBvbmVudHMvcmF0ZS1waWNrZXIvc3JjL2xpYi9yYXRlLXBpY2tlci5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsV0FBVyxFQUFFLG1CQUFtQixFQUFFLGdCQUFnQixFQUFFLE1BQU0sb0JBQW9CLENBQUM7QUFDeEYsT0FBTyxFQUNMLHVCQUF1QixFQUN2QixTQUFTLEVBQ1QsUUFBUSxFQUNSLE1BQU0sRUFFTixVQUFVLEVBQ1YsV0FBVyxFQUNYLE1BQU0sRUFDTixLQUFLLEVBQ0wsU0FBUyxFQUNULE1BQU0sRUFDTixTQUFTLEVBQ1QsaUJBQWlCLEdBQ2xCLE1BQU0sZUFBZSxDQUFDO0FBQ3ZCLE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxNQUFNLGdCQUFnQixDQUFDO0FBQ25ELE9BQU8sRUFBRSxvQkFBb0IsRUFBRSxNQUFNLHVCQUF1QixDQUFDOztBQUU3RDs7Ozs7Ozs7R0FRRztBQWtCSCxNQUFNLE9BQU8scUJBQXNCLFNBQVEsZ0JBQXdCO0lBZ0ZqRTs7O09BR0c7SUFDSDtRQUNFLEtBQUssRUFBRSxDQUFDO1FBcEZWOzs7O1dBSUc7UUFDSCxhQUFRLEdBQUcsS0FBSyxDQUFDLFNBQVMsQ0FBQyxDQUFDO1FBRTVCOzs7OztXQUtHO1FBQ0gsUUFBRyxHQUFHLEtBQUssQ0FBQyxDQUFDLENBQUMsQ0FBQztRQUVmOzs7OztXQUtHO1FBQ0gsU0FBSSxHQUFHLEtBQUssQ0FBQyxJQUFJLENBQUMsQ0FBQztRQUVuQjs7OztXQUlHO1FBQ0gsa0JBQWEsR0FBRyxLQUFLLENBQUMsSUFBSSxDQUFDLENBQUM7UUFFNUI7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QUUsT0FBTyxFQUFFLG1CQUFtQixFQUFFLFdBQVcsRUFBRSxxQkFBcUIsRUFBRTtZQUNwRTtnQkFDRSxPQUFPLEVBQUUsaUJBQWlCO2dCQUMxQixXQUFXLEVBQUUsVUFBVSxDQUFDLEdBQUcsRUFBRSxDQUFDLHFCQUFxQixDQUFDO2dCQUNwRCxLQUFLLEVBQUUsSUFBSTthQUNaO1lBQ0QsRUFBRSxPQUFPLEVBQUUsV0FBVyxFQUFFLFdBQVcsRUFBRSxxQkFBcUIsRUFBRTtTQUM3RCxtUUMzQ0gsb3RCQXFCQTs7MkZEd0JhLHFCQUFxQjtrQkFqQmpDLFNBQVM7K0JBQ0UsZ0JBQWdCLGlCQUdYLGlCQUFpQixDQUFDLElBQUksbUJBQ3BCLHVCQUF1QixDQUFDLE1BQU0sVUFDdkMsQ0FBQyxVQUFVLEVBQUUsVUFBVSxDQUFDLGFBQ3JCO3dCQUNULEVBQUUsT0FBTyxFQUFFLG1CQUFtQixFQUFFLFdBQVcsdUJBQXVCLEVBQUU7d0JBQ3BFOzRCQUNFLE9BQU8sRUFBRSxpQkFBaUI7NEJBQzFCLFdBQVcsRUFBRSxVQUFVLENBQUMsR0FBRyxFQUFFLHNCQUFzQixDQUFDOzRCQUNwRCxLQUFLLEVBQUUsSUFBSTt5QkFDWjt3QkFDRCxFQUFFLE9BQU8sRUFBRSxXQUFXLEVBQUUsV0FBVyx1QkFBdUIsRUFBRTtxQkFDN0Q7d0RBcU5tQyxRQUFRO3NCQUEzQyxXQUFXO3VCQUFDLGlCQUFpQjtnQkFRUSxVQUFVO3NCQUEvQyxXQUFXO3VCQUFDLG1CQUFtQjtnQkFRSyxVQUFVO3NCQUE5QyxXQUFXO3VCQUFDLGtCQUFrQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEFYQ29tcG9uZW50LCBBWFZhbHVhYmxlQ29tcG9uZW50LCBNWFZhbHVlQ29tcG9uZW50IH0gZnJvbSAnQGFjb3JleC9jZGsvY29tbW9uJztcbmltcG9ydCB7XG4gIENoYW5nZURldGVjdGlvblN0cmF0ZWd5LFxuICBDb21wb25lbnQsXG4gIGNvbXB1dGVkLFxuICBlZmZlY3QsXG4gIEVsZW1lbnRSZWYsXG4gIGZvcndhcmRSZWYsXG4gIEhvc3RCaW5kaW5nLFxuICBpbmplY3QsXG4gIGlucHV0LFxuICBSZW5kZXJlcjIsXG4gIHNpZ25hbCxcbiAgdmlld0NoaWxkLFxuICBWaWV3RW5jYXBzdWxhdGlvbixcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBOR19WQUxVRV9BQ0NFU1NPUiB9IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJztcbmltcG9ydCB7IGdldFBvaW50ZXJQZXJjZW50YWdlIH0gZnJvbSAnLi9jYWxjdWxhdGVQZXJjZW50YWdlJztcblxuLyoqXG4gKiBAZGVzY3JpcHRpb25cbiAqIFRoZSBgQVhSYXRlUGlja2VyQ29tcG9uZW50YCBwcm92aWRlcyBhIGN1c3RvbWl6YWJsZSByYXRpbmcgcGlja2VyLlxuICogVGhlIGNvbXBvbmVudCBhbGxvd3MgdXNlcnMgdG8gc2VsZWN0IGEgcmF0aW5nIGJldHdlZW4gMCBhbmQgdGhlIGRlZmluZWQgbWF4aW11bS5cbiAqIEl0IHN1cHBvcnRzIHRyYW5zaXRpb25zLCBkeW5hbWljIHZhbHVlIGNoYW5nZXMsIGFuZCBob3ZlciBzdGF0ZXMuXG4gKlxuICogQGV4YW1wbGVcbiAqIDxheC1yYXRlLXBpY2tlciBbbWF4XT1cIjVcIiBbcmVhZG9ubHldPVwiZmFsc2VcIiBbZGlzYWJsZWRdPVwiZmFsc2VcIj48L2F4LXJhdGUtcGlja2VyPlxuICovXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdheC1yYXRlLXBpY2tlcicsXG4gIHRlbXBsYXRlVXJsOiAnLi9yYXRlLXBpY2tlci5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL3JhdGUtcGlja2VyLmNvbXBvbmVudC5zY3NzJ10sXG4gIGVuY2Fwc3VsYXRpb246IFZpZXdFbmNhcHN1bGF0aW9uLk5vbmUsXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxuICBpbnB1dHM6IFsncmVhZG9ubHknLCAnZGlzYWJsZWQnXSxcbiAgcHJvdmlkZXJzOiBbXG4gICAgeyBwcm92aWRlOiBBWFZhbHVhYmxlQ29tcG9uZW50LCB1c2VFeGlzdGluZzogQVhSYXRlUGlja2VyQ29tcG9uZW50IH0sXG4gICAge1xuICAgICAgcHJvdmlkZTogTkdfVkFMVUVfQUNDRVNTT1IsXG4gICAgICB1c2VFeGlzdGluZzogZm9yd2FyZFJlZigoKSA9PiBBWFJhdGVQaWNrZXJDb21wb25lbnQpLFxuICAgICAgbXVsdGk6IHRydWUsXG4gICAgfSxcbiAgICB7IHByb3ZpZGU6IEFYQ29tcG9uZW50LCB1c2VFeGlzdGluZzogQVhSYXRlUGlja2VyQ29tcG9uZW50IH0sXG4gIF0sXG59KVxuZXhwb3J0IGNsYXNzIEFYUmF0ZVBpY2tlckNvbXBvbmVudCBleHRlbmRzIE1YVmFsdWVDb21wb25lbnQ8bnVtYmVyPiB7XG4gIC8qKlxuICAgKiBAZGVzY3JpcHRpb25cbiAgICogVGhlIGljb24gdG8gYmUgdXNlZCBmb3IgZWFjaCByYXRpbmcgcG9pbnQuXG4gICAqIEBkZWZhdWx0ICdmYS1zdGFyJ1xuICAgKi9cbiAgaWNvbk5hbWUgPSBpbnB1dCgnZmEtc3RhcicpO1xuXG4gIC8qKlxuICAgKiBAZGVzY3JpcHRpb25cbiAgICogTWF4aW11bSB2YWx1ZSBmb3IgdGhlIHJhdGluZy5cbiAgICogRGVmaW5lcyBob3cgbWFueSByYXRpbmcgcG9pbnRzIGFyZSBhdmFpbGFibGUuXG4gICAqIEBkZWZhdWx0IDVcbiAgICovXG4gIG1heCA9IGlucHV0KDUpO1xuXG4gIC8qKlxuICAgKiBAZGVzY3JpcHRpb25cbiAgICogRGVmaW5lcyB0aGUgc3RlcCBpbmNyZW1lbnQgYmV0d2VlbiByYXRpbmcgdmFsdWVzLlxuICAgKiBUaGUgcmF0aW5nIHZhbHVlIHdpbGwgYmUgcm91bmRlZCB0byB0aGUgbmVhcmVzdCBtdWx0aXBsZSBvZiB0aGlzIHN0ZXAuXG4gICAqIEBkZWZhdWx0IDAuMDFcbiAgICovXG4gIHN0ZXAgPSBpbnB1dCgwLjAxKTtcblxuICAvKipcbiAgICogQGRlc2NyaXB0aW9uXG4gICAqIFdoZXRoZXIgdGhlIHJhdGluZyBzaG91bGQgaGF2ZSBhIHRyYW5zaXRpb24gZWZmZWN0IHdoZW4gY2hhbmdpbmcgdmFsdWVzLlxuICAgKiBAZGVmYXVsdCB0cnVlXG4gICAqL1xuICBoYXNUcmFuc2l0aW9uID0gaW5wdXQodHJ1ZSk7XG5cbiAgLyoqXG4gICAqIEBkZXNjcmlwdGlvblxuICAgKiBUaGUgcGVyY2VudGFnZSBvZiB0aGUgY3VycmVudCByYXRpbmcgdmFsdWUgcmVsYXRpdmUgdG8gdGhlIG1heGltdW0gcmF0aW5nLlxuICAgKi9cbiAgcHJvdGVjdGVkIHJhdGVQZXJjZW50YWdlID0gY29tcHV0ZWQoKCkgPT4gTWF0aC5yb3VuZCgodGhpcy5jdXJyZW50VmFsdWUoKSAvIHRoaXMubWF4KCkpICogMTAwMDApIC8gMTAwKTtcblxuICAvKipcbiAgICogQGRlc2NyaXB0aW9uXG4gICAqIFRoZSBjdXJyZW50IHJhdGluZyB2YWx1ZSBhcyBhIHNpZ25hbC5cbiAgICovXG4gIHByaXZhdGUgY3VycmVudFZhbHVlID0gc2lnbmFsKHRoaXMubWF4KCkpO1xuXG4gIC8qKlxuICAgKiBAZGVzY3JpcHRpb25cbiAgICogU3RhdGUgZm9yIHRyYWNraW5nIGhvdmVyIHN0YXR1cyBhbmQgcHJldmlvdXMgdmFsdWUuXG4gICAqL1xuICBwcml2YXRlIHByZXZTdGF0ZTogeyBpc2hvdmVyOiBib29sZWFuOyBwcmV2aW91c1ZhbHVlPzogbnVtYmVyIH0gPSB7XG4gICAgaXNob3ZlcjogZmFsc2UsXG4gICAgcHJldmlvdXNWYWx1ZTogdW5kZWZpbmVkLFxuICB9O1xuXG4gIC8qKlxuICAgKiBAZGVzY3JpcHRpb25cbiAgICogUmVmZXJlbmNlIHRvIHRoZSBjb250YWluZXIgZWxlbWVudC5cbiAgICovXG4gIGNvbnRhaW5lckVsID0gdmlld0NoaWxkLnJlcXVpcmVkPEVsZW1lbnRSZWY+KCdjJyk7XG5cbiAgLyoqXG4gICAqIEBkZXNjcmlwdGlvblxuICAgKiBSZWZlcmVuY2UgdG8gdGhlIHJhdGluZyBlbGVtZW50LlxuICAgKi9cbiAgcmF0aW5nRWwgPSB2aWV3Q2hpbGQucmVxdWlyZWQ8RWxlbWVudFJlZj4oJ3InKTtcblxuICAvKipcbiAgICogQGRlc2NyaXB0aW9uXG4gICAqIFJlbmRlcmVyIGZvciBtYW5pcHVsYXRpbmcgc3R5bGVzLlxuICAgKi9cbiAgcmVuZGVyZXIgPSBpbmplY3QoUmVuZGVyZXIyKTtcblxuICAvKipcbiAgICogQGRlc2NyaXB0aW9uXG4gICAqIEFycmF5IG9mIHJhdGluZyB2YWx1ZXMgZnJvbSAxIHRvIGBtYXhgLlxuICAgKi9cbiAgcHJvdGVjdGVkIHJhdGVzID0gY29tcHV0ZWQoKCkgPT5cbiAgICBBcnJheSh0aGlzLm1heCgpKVxuICAgICAgLmZpbGwoMClcbiAgICAgIC5tYXAoKF8sIGluZGV4KSA9PiBpbmRleCArIDEpLFxuICApO1xuXG4gIC8qKlxuICAgKiBAZGVzY3JpcHRpb25cbiAgICogSW5pdGlhbGl6ZXMgdGhlIGNvbXBvbmVudCBhbmQgc2V0cyB1cCB2YWx1ZSBjaGFuZ2Ugc3Vic2NyaXB0aW9uLlxuICAgKi9cbiAgY29uc3RydWN0b3IoKSB7XG4gICAgc3VwZXIoKTtcbiAgICBlZmZlY3QoKCkgPT4ge1xuICAgICAgaWYgKCF0aGlzLmhhc1RyYW5zaXRpb24oKSkge1xuICAgICAgICB0aGlzLnJlbmRlcmVyLnJlbW92ZVN0eWxlKHRoaXMucmF0aW5nRWwoKS5uYXRpdmVFbGVtZW50LCAndHJhbnNpdGlvbicpO1xuICAgICAgfVxuICAgICAgcmV0dXJuIHRoaXMuaGFzVHJhbnNpdGlvbigpO1xuICAgIH0pO1xuICAgIHRoaXMub25WYWx1ZUNoYW5nZWQuc3Vic2NyaWJlKCh2YWw6IHsgdmFsdWUgfSkgPT4ge1xuICAgICAgaWYgKHZhbC52YWx1ZSA8IDApIHtcbiAgICAgICAgdGhpcy5jdXJyZW50VmFsdWUuc2V0KDApO1xuICAgICAgICBjb25zb2xlLndhcm4oJ2F4LXJhdGUtcGlja2VyOiB2YWx1ZSBjYW50IGJlIG5lZ2F0aXZlIScpO1xuICAgICAgfSBlbHNlIGlmICh2YWwudmFsdWUgPiB0aGlzLm1heCgpKSB7XG4gICAgICAgIHRoaXMuY3VycmVudFZhbHVlLnNldCh0aGlzLm1heCgpKTtcbiAgICAgICAgY29uc29sZS53YXJuKCdheC1yYXRlLXBpY2tlcjogdmFsdWUgY2FudCBiZSBtb3JlIHRoYW4gbWF4IScpO1xuICAgICAgfSBlbHNlIHtcbiAgICAgICAgdGhpcy5jdXJyZW50VmFsdWUuc2V0KHZhbC52YWx1ZSk7XG4gICAgICB9XG4gICAgfSk7XG4gIH1cblxuICAvKipcbiAgICogQGRlc2NyaXB0aW9uXG4gICAqIENhbGN1bGF0ZXMgYW5kIHVwZGF0ZXMgdGhlIHJhdGluZyBiYXNlZCBvbiB0aGUgbW91c2Ugb3IgdG91Y2ggZXZlbnQuXG4gICAqXG4gICAqIEBwYXJhbSBldmVudCAtIFRoZSBtb3VzZSBvciB0b3VjaCBldmVudCB0cmlnZ2VyaW5nIHRoZSByYXRpbmcgY2FsY3VsYXRpb24uXG4gICAqL1xuICBwcm90ZWN0ZWQgY2FsY3VsYXRlUmF0ZShldmVudDogTW91c2VFdmVudCB8IFRvdWNoRXZlbnQpOiB2b2lkIHtcbiAgICBpZiAodGhpcy5oYXNUcmFuc2l0aW9uKCkpIHtcbiAgICAgIHRoaXMucmVuZGVyZXIucmVtb3ZlU3R5bGUodGhpcy5yYXRpbmdFbCgpLm5hdGl2ZUVsZW1lbnQsICd0cmFuc2l0aW9uJyk7XG4gICAgfVxuICAgIGV2ZW50LnByZXZlbnREZWZhdWx0KCk7XG4gICAgaWYgKCF0aGlzLnJlYWRvbmx5ICYmICF0aGlzLmRpc2FibGVkKSB7XG4gICAgICBjb25zdCBwb2ludGVyUGVyY2VudGFnZSA9IGdldFBvaW50ZXJQZXJjZW50YWdlKGV2ZW50KTtcbiAgICAgIGlmIChwb2ludGVyUGVyY2VudGFnZSA9PT0gLTEpIHtcbiAgICAgICAgcmV0dXJuIGNvbnNvbGUud2FybignT25seSBzdXBwb3J0IHRvdWNoIGFuZCBjbGljayBldmVudHMuJyk7XG4gICAgICB9XG4gICAgICBjb25zdCB2YWx1ZSA9IHRoaXMucm91bmRUb1N0ZXAocG9pbnRlclBlcmNlbnRhZ2UpO1xuICAgICAgY29uc3QgZGVjaW1hbHMgPSB0aGlzLmNvdW50RGVjaW1hbHModGhpcy5zdGVwKCkpO1xuICAgICAgaWYgKHRoaXMucHJldlN0YXRlLmlzaG92ZXIgPT09IHRydWUpIHtcbiAgICAgICAgdGhpcy5jdXJyZW50VmFsdWUuc2V0KHZhbHVlKTtcbiAgICAgIH0gZWxzZSB7XG4gICAgICAgIHRoaXMuY29tbWl0VmFsdWUoTnVtYmVyKHZhbHVlLnRvRml4ZWQoZGVjaW1hbHMpKSk7XG4gICAgICAgIHRoaXMubW91c2VFbnRlcigpO1xuICAgICAgfVxuICAgIH1cbiAgfVxuXG4gIC8qKlxuICAgKiBAZGVzY3JpcHRpb25cbiAgICogUm91bmRzIHRoZSByYXRpbmcgdmFsdWUgdG8gdGhlIG5lYXJlc3Qgc3RlcC5cbiAgICpcbiAgICogQHBhcmFtIHBlcmNlbnRhZ2UgLSBUaGUgY2FsY3VsYXRlZCBwZXJjZW50YWdlIGZyb20gcG9pbnRlciBldmVudC5cbiAgICogQHJldHVybnMgVGhlIHJvdW5kZWQgcmF0aW5nIHZhbHVlLlxuICAgKi9cbiAgcHJpdmF0ZSByb3VuZFRvU3RlcChwZXJjZW50YWdlOiBudW1iZXIpOiBudW1iZXIge1xuICAgIGNvbnN0IHZhbHVlID0gKHBlcmNlbnRhZ2UgLyAxMDApICogdGhpcy5tYXgoKTtcbiAgICBjb25zdCB2YWx1ZTIgPSBNYXRoLnJvdW5kKHZhbHVlIC8gKHRoaXMuc3RlcCgpIHx8IDAuMDEpKSAqIHRoaXMuc3RlcCgpO1xuICAgIHJldHVybiB2YWx1ZTI7XG4gIH1cblxuICAvKipcbiAgICogQGRlc2NyaXB0aW9uXG4gICAqIEhhbmRsZXMgbW91c2UgZW50ZXIgZXZlbnRzIHRvIHN0YXJ0IHRyYWNraW5nIG1vdXNlIG1vdmVtZW50cyBmb3IgcmF0aW5nLlxuICAgKi9cbiAgcHJvdGVjdGVkIG1vdXNlRW50ZXIoKSB7XG4gICAgdGhpcy5wcmV2U3RhdGUgPSB7XG4gICAgICBpc2hvdmVyOiB0cnVlLFxuICAgICAgcHJldmlvdXNWYWx1ZTogdGhpcy52YWx1ZSxcbiAgICB9O1xuICAgIGlmICh0aGlzLmhhc1RyYW5zaXRpb24oKSkge1xuICAgICAgdGhpcy5yZW5kZXJlci5zZXRTdHlsZSh0aGlzLnJhdGluZ0VsKCkubmF0aXZlRWxlbWVudCwgJ29wYWNpdHknLCAnODAlJyk7XG4gICAgfVxuICAgIGNvbnN0IG1vdmVMaXN0ZW5lciA9IChtb3ZlRXZlbnQ6IE1vdXNlRXZlbnQgfCBUb3VjaEV2ZW50KSA9PiB0aGlzLmNhbGN1bGF0ZVJhdGUobW92ZUV2ZW50KTtcbiAgICBjb25zdCBlbmRMaXN0ZW5lciA9ICgpID0+IHRoaXMub25FbmQobW92ZUxpc3RlbmVyLCBlbmRMaXN0ZW5lcik7XG4gICAgY29uc3QgY29udGFpbmVyID0gdGhpcy5jb250YWluZXJFbCgpLm5hdGl2ZUVsZW1lbnQ7XG4gICAgY29udGFpbmVyLmFkZEV2ZW50TGlzdGVuZXIoJ21vdXNlbW92ZScsIG1vdmVMaXN0ZW5lcik7XG4gICAgY29udGFpbmVyLmFkZEV2ZW50TGlzdGVuZXIoJ21vdXNldXAnLCBlbmRMaXN0ZW5lcik7XG4gICAgY29udGFpbmVyLmFkZEV2ZW50TGlzdGVuZXIoJ21vdXNlbGVhdmUnLCBlbmRMaXN0ZW5lcik7XG4gIH1cblxuICAvKipcbiAgICogQGRlc2NyaXB0aW9uXG4gICAqIEhhbmRsZXMgbW91c2UgbGVhdmUgZXZlbnRzIHRvIHJlc2V0IHN0eWxlcy5cbiAgICovXG4gIG1vdXNlTGVhdmUoKSB7XG4gICAgaWYgKHRoaXMuaGFzVHJhbnNpdGlvbigpKSB7XG4gICAgICB0aGlzLnJlbmRlcmVyLnJlbW92ZVN0eWxlKHRoaXMucmF0aW5nRWwoKS5uYXRpdmVFbGVtZW50LCAnb3BhY2l0eScpO1xuICAgIH1cbiAgfVxuXG4gIC8qKlxuICAgKiBAZGVzY3JpcHRpb25cbiAgICogQ2xlYW5zIHVwIGV2ZW50IGxpc3RlbmVycyBhbmQgcmVzdG9yZXMgdGhlIHByZXZpb3VzIHJhdGluZyB2YWx1ZS5cbiAgICpcbiAgICogQHBhcmFtIG1vdmVMaXN0ZW5lciAtIFRoZSBmdW5jdGlvbiB0byByZW1vdmUgZm9yIG1vdXNlIG1vdmUgZXZlbnRzLlxuICAgKiBAcGFyYW0gZW5kTGlzdGVuZXIgLSBUaGUgZnVuY3Rpb24gdG8gcmVtb3ZlIGZvciBtb3VzZSBlbmQgZXZlbnRzLlxuICAgKi9cbiAgcHJpdmF0ZSBvbkVuZChtb3ZlTGlzdGVuZXI6IChldmVudDogTW91c2VFdmVudCB8IFRvdWNoRXZlbnQpID0+IHZvaWQsIGVuZExpc3RlbmVyOiAoKSA9PiB2b2lkKTogdm9pZCB7XG4gICAgaWYgKHRoaXMuaGFzVHJhbnNpdGlvbigpKSB7XG4gICAgICB0aGlzLnJlbmRlcmVyLnNldFN0eWxlKFxuICAgICAgICB0aGlzLnJhdGluZ0VsKCkubmF0aXZlRWxlbWVudCxcbiAgICAgICAgJ3RyYW5zaXRpb24nLFxuICAgICAgICBgd2lkdGggJHt0aGlzLm1heCgpICogNTAgKyAyNTB9bXMgY3ViaWMtYmV6aWVyKDAuMjksIDAuNzIsIDAuNjgsIDAuODUpYCxcbiAgICAgICk7XG4gICAgICB0aGlzLnJlbmRlcmVyLnJlbW92ZVN0eWxlKHRoaXMucmF0aW5nRWwoKS5uYXRpdmVFbGVtZW50LCAnb3BhY2l0eScpO1xuICAgIH1cbiAgICB0aGlzLmN1cnJlbnRWYWx1ZS5zZXQodGhpcy5wcmV2U3RhdGUucHJldmlvdXNWYWx1ZSk7XG4gICAgdGhpcy5wcmV2U3RhdGUgPSB7XG4gICAgICBpc2hvdmVyOiBmYWxzZSxcbiAgICAgIHByZXZpb3VzVmFsdWU6IHVuZGVmaW5lZCxcbiAgICB9O1xuICAgIGNvbnN0IGNvbnRhaW5lciA9IHRoaXMuY29udGFpbmVyRWwoKS5uYXRpdmVFbGVtZW50O1xuICAgIGNvbnRhaW5lci5yZW1vdmVFdmVudExpc3RlbmVyKCdtb3VzZW1vdmUnLCBtb3ZlTGlzdGVuZXIpO1xuICAgIGNvbnRhaW5lci5yZW1vdmVFdmVudExpc3RlbmVyKCdtb3VzZXVwJywgZW5kTGlzdGVuZXIpO1xuICAgIGNvbnRhaW5lci5yZW1vdmVFdmVudExpc3RlbmVyKCdtb3VzZWxlYXZlJywgZW5kTGlzdGVuZXIpO1xuICB9XG5cbiAgcHJpdmF0ZSBjb3VudERlY2ltYWxzKG51bWJlcjogbnVtYmVyKTogbnVtYmVyIHtcbiAgICBpZiAoTWF0aC5mbG9vcihudW1iZXIpID09PSBudW1iZXIpIHJldHVybiAwO1xuICAgIHJldHVybiBudW1iZXIudG9TdHJpbmcoKS5zcGxpdCgnLicpWzFdLmxlbmd0aCB8fCAwO1xuICB9XG5cbiAgLyoqXG4gICAqIEBkZXNjcmlwdGlvblxuICAgKiBEZXRlcm1pbmVzIGlmIHRoZSBjb21wb25lbnQgaXMgYWN0aXZlIChpLmUuLCBub3QgcmVhZG9ubHkgb3IgZGlzYWJsZWQpLlxuICAgKi9cbiAgQEhvc3RCaW5kaW5nKCdjbGFzcy5heC1hY3RpdmUnKSBnZXQgaXNBY3RpdmUoKSB7XG4gICAgcmV0dXJuICF0aGlzLnJlYWRvbmx5ICYmICF0aGlzLmRpc2FibGVkO1xuICB9XG5cbiAgLyoqXG4gICAqIEBkZXNjcmlwdGlvblxuICAgKiBEZXRlcm1pbmVzIGlmIHRoZSBjb21wb25lbnQgaXMgaW4gcmVhZG9ubHkgbW9kZS5cbiAgICovXG4gIEBIb3N0QmluZGluZygnY2xhc3MuYXgtcmVhZG9ubHknKSBnZXQgaXNSZWFkb25seSgpIHtcbiAgICByZXR1cm4gdGhpcy5yZWFkb25seTtcbiAgfVxuXG4gIC8qKlxuICAgKiBAZGVzY3JpcHRpb25cbiAgICogRGV0ZXJtaW5lcyBpZiB0aGUgY29tcG9uZW50IGlzIGRpc2FibGVkLlxuICAgKi9cbiAgQEhvc3RCaW5kaW5nKCdjbGFzcy5heC1kaXNhYmxlJykgZ2V0IGlzRGlzYWJsZWQoKSB7XG4gICAgcmV0dXJuIHRoaXMuZGlzYWJsZWQ7XG4gIH1cbn1cbiIsIjxkaXZcbiAgI2NcbiAgY2xhc3M9XCJheC1yYXRlLXBpY2tlci1jb250YWluZXJcIlxuICAoY2xpY2spPVwiY2FsY3VsYXRlUmF0ZSgkZXZlbnQpXCJcbiAgKHRvdWNoc3RhcnQpPVwiY2FsY3VsYXRlUmF0ZSgkZXZlbnQpXCJcbiAgKG1vdXNlZW50ZXIpPVwibW91c2VFbnRlcigpXCJcbiAgKG1vdXNlbGVhdmUpPVwibW91c2VMZWF2ZSgpXCJcbj5cbiAgPGRpdiAjciBjbGFzcz1cImF4LXJhdGUtcGlja2VyLXJhdGluZ1wiIFtzdHlsZS53aWR0aC4lXT1cInJhdGVQZXJjZW50YWdlKClcIj5cbiAgICA8ZGl2IGNsYXNzPVwiYXgtcmF0ZS1waWNrZXItaWNvbnMgYXgtcnAtYWN0aXZlXCI+XG4gICAgICBAZm9yIChyYXRlIG9mIHJhdGVzKCk7IHRyYWNrIHJhdGUpIHtcbiAgICAgICAgPGkgY2xhc3M9XCJheC1yYXRlLXBpY2tlci1pY29uIGZhLXNvbGlkXCIgW2NsYXNzXT1cImljb25OYW1lKClcIiBbY2xhc3MucG9pbnRlcl09XCIhdGhpcy5yZWFkb25seVwiPjwvaT5cbiAgICAgIH1cbiAgICA8L2Rpdj5cbiAgPC9kaXY+XG4gIDxkaXYgY2xhc3M9XCJheC1yYXRlLXBpY2tlci1pY29ucyBheC1ycC1pbmFjdGl2ZVwiPlxuICAgIEBmb3IgKHJhdGUgb2YgcmF0ZXMoKTsgdHJhY2sgcmF0ZSkge1xuICAgICAgPGkgY2xhc3M9XCJheC1yYXRlLXBpY2tlci1pY29uIGZhLXNvbGlkXCIgW2NsYXNzXT1cImljb25OYW1lKClcIj48L2k+XG4gICAgfVxuICA8L2Rpdj5cbjwvZGl2PlxuIl19","import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { AXRatePickerComponent } from './rate-picker.component';\nimport * as i0 from \"@angular/core\";\nexport class AXRatePickerModule {\n static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: \"12.0.0\", version: \"20.0.4\", ngImport: i0, type: AXRatePickerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }\n static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: \"14.0.0\", version: \"20.0.4\", ngImport: i0, type: AXRatePickerModule, imports: [CommonModule, AXRatePickerComponent], exports: [AXRatePickerComponent] }); }\n static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: \"12.0.0\", version: \"20.0.4\", ngImport: i0, type: AXRatePickerModule, imports: [CommonModule] }); }\n}\ni0.ɵɵngDeclareClassMetadata({ minVersion: \"12.0.0\", version: \"20.0.4\", ngImport: i0, type: AXRatePickerModule, decorators: [{\n type: NgModule,\n args: [{\n imports: [CommonModule, AXRatePickerComponent],\n exports: [AXRatePickerComponent],\n }]\n }] });\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmF0ZS1waWNrZXIubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcGFja2FnZXMvY29tcG9uZW50cy9yYXRlLXBpY2tlci9zcmMvbGliL3JhdGUtcGlja2VyLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSx5QkFBeUIsQ0FBQzs7QUFNaEUsTUFBTSxPQUFPLGtCQUFrQjs4R0FBbEIsa0JBQWtCOytHQUFsQixrQkFBa0IsWUFIbkIsWUFBWSxFQUFFLHFCQUFxQixhQUNuQyxxQkFBcUI7K0dBRXBCLGtCQUFrQixZQUhuQixZQUFZOzsyRkFHWCxrQkFBa0I7a0JBSjlCLFFBQVE7bUJBQUM7b0JBQ1IsT0FBTyxFQUFFLENBQUMsWUFBWSxFQUFFLHFCQUFxQixDQUFDO29CQUM5QyxPQUFPLEVBQUUsQ0FBQyxxQkFBcUIsQ0FBQztpQkFDakMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEFYUmF0ZVBpY2tlckNvbXBvbmVudCB9IGZyb20gJy4vcmF0ZS1waWNrZXIuY29tcG9uZW50JztcblxuQE5nTW9kdWxlKHtcbiAgaW1wb3J0czogW0NvbW1vbk1vZHVsZSwgQVhSYXRlUGlja2VyQ29tcG9uZW50XSxcbiAgZXhwb3J0czogW0FYUmF0ZVBpY2tlckNvbXBvbmVudF0sXG59KVxuZXhwb3J0IGNsYXNzIEFYUmF0ZVBpY2tlck1vZHVsZSB7fVxuIl19","/**\n * Generated bundle index. Do not edit.\n */\nexport * from './index';\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWNvcmV4LWNvbXBvbmVudHMtcmF0ZS1waWNrZXIuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9jb21wb25lbnRzL3JhdGUtcGlja2VyL3NyYy9hY29yZXgtY29tcG9uZW50cy1yYXRlLXBpY2tlci50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsU0FBUyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL2luZGV4JztcbiJdfQ=="],"names":[],"mappings":"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"}
@@ -24,10 +24,10 @@ class AXRestApiGeneratorService {
24
24
  body: '',
25
25
  });
26
26
  }
27
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: AXRestApiGeneratorService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
28
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: AXRestApiGeneratorService }); }
27
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: AXRestApiGeneratorService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
28
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: AXRestApiGeneratorService }); }
29
29
  }
30
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: AXRestApiGeneratorService, decorators: [{
30
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: AXRestApiGeneratorService, decorators: [{
31
31
  type: Injectable
32
32
  }] });
33
33
 
@@ -88,12 +88,12 @@ class AXQueryParamsComponent {
88
88
  }
89
89
  return '';
90
90
  }
91
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: AXQueryParamsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
92
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.11", type: AXQueryParamsComponent, isStandalone: true, selector: "ax-query-params", providers: [{ provide: AXComponent, useExisting: AXQueryParamsComponent }], ngImport: i0, template: "<div class=\"ax-query-params-container\">\n <div class=\"ax-query-params-header\">\n <ax-text>Query Params</ax-text>\n <ax-button look=\"blank\" class=\"ax-sm\" color=\"primary\" (onClick)=\"addQueryParamsHandler()\">\n <ax-icon icon=\"ax-icon ax-icon-plus\"></ax-icon>\n </ax-button>\n </div>\n\n <div class=\"ax-query-params-value-container\">\n @for (item of queryParamsArray(); track item) {\n <div class=\"ax-query-params-value\">\n <ax-text-box (onValueChanged)=\"queryParamsKeyHandler($event, item.tempId)\" placeholder=\"key\" [ngModel]=\"setInitialState(item, 'key')\"></ax-text-box>\n <ax-text-box\n (onValueChanged)=\"queryParamsValueHandler($event, item.tempId)\"\n placeholder=\"value\"\n [ngModel]=\"setInitialState(item, 'value')\"\n ></ax-text-box>\n <ax-button look=\"blank\" class=\"ax-md\" color=\"danger\" (onClick)=\"removeQueryParamsHandler(item.tempId)\">\n <ax-prefix>\n <ax-icon icon=\"ax-icon ax-icon-trash\"></ax-icon>\n </ax-prefix>\n </ax-button>\n </div>\n }\n </div>\n</div>\n", styles: ["ax-query-params{display:flex;flex-direction:column;align-items:flex-start;justify-content:center}ax-query-params .ax-query-params-container{width:100%}ax-query-params .ax-query-params-value-container{display:flex;flex-direction:column;gap:.5rem}ax-query-params .ax-query-params-value-container .ax-query-params-value{display:flex;gap:.5rem;align-items:center}ax-query-params .ax-query-params-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}\n"], dependencies: [{ kind: "component", type: AXDecoratorGenericComponent, selector: "ax-footer, ax-header, ax-content, ax-divider, ax-form-hint, ax-prefix, ax-suffix, ax-text, ax-title, ax-subtitle, ax-placeholder, ax-overlay" }, { kind: "component", type: AXButtonComponent, selector: "ax-button", inputs: ["disabled", "size", "tabIndex", "color", "look", "text", "toggleable", "selected", "iconOnly", "type", "loadingText"], outputs: ["onBlur", "onFocus", "onClick", "selectedChange", "toggleableChange", "lookChange", "colorChange", "disabledChange", "loadingTextChange"] }, { kind: "component", type: AXDecoratorIconComponent, selector: "ax-icon", inputs: ["icon"] }, { kind: "component", type: AXTextBoxComponent, selector: "ax-text-box", inputs: ["disabled", "tabIndex", "readonly", "value", "state", "name", "id", "placeholder", "maxLength", "allowNull", "type", "autoComplete", "look", "mask-options", "class"], outputs: ["onBlur", "onFocus", "valueChange", "stateChange", "onValueChanged", "readonlyChange", "disabledChange", "onKeyDown", "onKeyUp", "onKeyPress"] }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
91
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: AXQueryParamsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
92
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.0.4", type: AXQueryParamsComponent, isStandalone: true, selector: "ax-query-params", providers: [{ provide: AXComponent, useExisting: AXQueryParamsComponent }], ngImport: i0, template: "<div class=\"ax-query-params-container\">\n <div class=\"ax-query-params-header\">\n <ax-text>Query Params</ax-text>\n <ax-button look=\"blank\" class=\"ax-sm\" color=\"primary\" (onClick)=\"addQueryParamsHandler()\">\n <ax-icon icon=\"ax-icon ax-icon-plus\"></ax-icon>\n </ax-button>\n </div>\n\n <div class=\"ax-query-params-value-container\">\n @for (item of queryParamsArray(); track item) {\n <div class=\"ax-query-params-value\">\n <ax-text-box\n (onValueChanged)=\"queryParamsKeyHandler($event, item.tempId)\"\n placeholder=\"key\"\n [ngModel]=\"setInitialState(item, 'key')\"\n ></ax-text-box>\n <ax-text-box\n (onValueChanged)=\"queryParamsValueHandler($event, item.tempId)\"\n placeholder=\"value\"\n [ngModel]=\"setInitialState(item, 'value')\"\n ></ax-text-box>\n <ax-button look=\"blank\" class=\"ax-md\" color=\"danger\" (onClick)=\"removeQueryParamsHandler(item.tempId)\">\n <ax-prefix>\n <ax-icon icon=\"ax-icon ax-icon-trash\"></ax-icon>\n </ax-prefix>\n </ax-button>\n </div>\n }\n </div>\n</div>\n", styles: ["ax-query-params{display:flex;flex-direction:column;align-items:flex-start;justify-content:center}ax-query-params .ax-query-params-container{width:100%}ax-query-params .ax-query-params-value-container{display:flex;flex-direction:column;gap:.5rem}ax-query-params .ax-query-params-value-container .ax-query-params-value{display:flex;gap:.5rem;align-items:center}ax-query-params .ax-query-params-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}\n"], dependencies: [{ kind: "component", type: AXDecoratorGenericComponent, selector: "ax-footer, ax-header, ax-content, ax-divider, ax-form-hint, ax-prefix, ax-suffix, ax-text, ax-title, ax-subtitle, ax-placeholder, ax-overlay" }, { kind: "component", type: AXButtonComponent, selector: "ax-button", inputs: ["disabled", "size", "tabIndex", "color", "look", "text", "toggleable", "selected", "iconOnly", "type", "loadingText"], outputs: ["onBlur", "onFocus", "onClick", "selectedChange", "toggleableChange", "lookChange", "colorChange", "disabledChange", "loadingTextChange"] }, { kind: "component", type: AXDecoratorIconComponent, selector: "ax-icon", inputs: ["icon"] }, { kind: "component", type: AXTextBoxComponent, selector: "ax-text-box", inputs: ["disabled", "tabIndex", "readonly", "value", "state", "name", "id", "placeholder", "maxLength", "allowNull", "type", "autoComplete", "look", "mask-options", "class"], outputs: ["onBlur", "onFocus", "valueChange", "stateChange", "onValueChanged", "readonlyChange", "disabledChange", "onKeyDown", "onKeyUp", "onKeyPress"] }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
93
93
  }
94
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: AXQueryParamsComponent, decorators: [{
94
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: AXQueryParamsComponent, decorators: [{
95
95
  type: Component,
96
- args: [{ selector: 'ax-query-params', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, imports: [AXDecoratorGenericComponent, AXButtonComponent, AXDecoratorIconComponent, AXTextBoxComponent, FormsModule], providers: [{ provide: AXComponent, useExisting: AXQueryParamsComponent }], template: "<div class=\"ax-query-params-container\">\n <div class=\"ax-query-params-header\">\n <ax-text>Query Params</ax-text>\n <ax-button look=\"blank\" class=\"ax-sm\" color=\"primary\" (onClick)=\"addQueryParamsHandler()\">\n <ax-icon icon=\"ax-icon ax-icon-plus\"></ax-icon>\n </ax-button>\n </div>\n\n <div class=\"ax-query-params-value-container\">\n @for (item of queryParamsArray(); track item) {\n <div class=\"ax-query-params-value\">\n <ax-text-box (onValueChanged)=\"queryParamsKeyHandler($event, item.tempId)\" placeholder=\"key\" [ngModel]=\"setInitialState(item, 'key')\"></ax-text-box>\n <ax-text-box\n (onValueChanged)=\"queryParamsValueHandler($event, item.tempId)\"\n placeholder=\"value\"\n [ngModel]=\"setInitialState(item, 'value')\"\n ></ax-text-box>\n <ax-button look=\"blank\" class=\"ax-md\" color=\"danger\" (onClick)=\"removeQueryParamsHandler(item.tempId)\">\n <ax-prefix>\n <ax-icon icon=\"ax-icon ax-icon-trash\"></ax-icon>\n </ax-prefix>\n </ax-button>\n </div>\n }\n </div>\n</div>\n", styles: ["ax-query-params{display:flex;flex-direction:column;align-items:flex-start;justify-content:center}ax-query-params .ax-query-params-container{width:100%}ax-query-params .ax-query-params-value-container{display:flex;flex-direction:column;gap:.5rem}ax-query-params .ax-query-params-value-container .ax-query-params-value{display:flex;gap:.5rem;align-items:center}ax-query-params .ax-query-params-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}\n"] }]
96
+ args: [{ selector: 'ax-query-params', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, imports: [AXDecoratorGenericComponent, AXButtonComponent, AXDecoratorIconComponent, AXTextBoxComponent, FormsModule], providers: [{ provide: AXComponent, useExisting: AXQueryParamsComponent }], template: "<div class=\"ax-query-params-container\">\n <div class=\"ax-query-params-header\">\n <ax-text>Query Params</ax-text>\n <ax-button look=\"blank\" class=\"ax-sm\" color=\"primary\" (onClick)=\"addQueryParamsHandler()\">\n <ax-icon icon=\"ax-icon ax-icon-plus\"></ax-icon>\n </ax-button>\n </div>\n\n <div class=\"ax-query-params-value-container\">\n @for (item of queryParamsArray(); track item) {\n <div class=\"ax-query-params-value\">\n <ax-text-box\n (onValueChanged)=\"queryParamsKeyHandler($event, item.tempId)\"\n placeholder=\"key\"\n [ngModel]=\"setInitialState(item, 'key')\"\n ></ax-text-box>\n <ax-text-box\n (onValueChanged)=\"queryParamsValueHandler($event, item.tempId)\"\n placeholder=\"value\"\n [ngModel]=\"setInitialState(item, 'value')\"\n ></ax-text-box>\n <ax-button look=\"blank\" class=\"ax-md\" color=\"danger\" (onClick)=\"removeQueryParamsHandler(item.tempId)\">\n <ax-prefix>\n <ax-icon icon=\"ax-icon ax-icon-trash\"></ax-icon>\n </ax-prefix>\n </ax-button>\n </div>\n }\n </div>\n</div>\n", styles: ["ax-query-params{display:flex;flex-direction:column;align-items:flex-start;justify-content:center}ax-query-params .ax-query-params-container{width:100%}ax-query-params .ax-query-params-value-container{display:flex;flex-direction:column;gap:.5rem}ax-query-params .ax-query-params-value-container .ax-query-params-value{display:flex;gap:.5rem;align-items:center}ax-query-params .ax-query-params-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}\n"] }]
97
97
  }] });
98
98
 
99
99
  class AXRequestBodyComponent {
@@ -159,12 +159,12 @@ class AXRequestBodyComponent {
159
159
  return copy;
160
160
  });
161
161
  }
162
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: AXRequestBodyComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
163
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: AXRequestBodyComponent, isStandalone: true, selector: "ax-request-body", providers: [{ provide: AXComponent, useExisting: AXRequestBodyComponent }], ngImport: i0, template: "<ax-selection-list [showControl]=\"true\" look=\"solid\" [items]=\"items\" [(ngModel)]=\"value\" (onValueChanged)=\"bodyReqHandler($event)\"> </ax-selection-list>\n<ax-text-area [(ngModel)]=\"service.outPutJSON().body\" (onValueChanged)=\"bodyTextHandler($event)\" [placeholder]=\"selectedItem().placeHolder\"> </ax-text-area>\n", styles: ["ax-request-body{display:flex;flex-direction:column;align-items:flex-start;justify-content:center}\n"], dependencies: [{ kind: "component", type: AXSelectionListComponent, selector: "ax-selection-list", inputs: ["id", "name", "disabled", "readonly", "tabIndex", "size", "value", "valueField", "textField", "disabledField", "readonlyField", "multiple", "direction", "customTemplate", "showControl", "items", "look"], outputs: ["onValueChanged", "onBlur", "onFocus"] }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "component", type: AXTextAreaComponent, selector: "ax-text-area", inputs: ["disabled", "tabIndex", "readonly", "value", "state", "name", "placeholder", "maxLength", "look", "rows", "allowResize", "showCounter", "class"], outputs: ["onBlur", "onFocus", "valueChange", "stateChange", "onValueChanged", "readonlyChange", "disabledChange", "onKeyDown", "onKeyUp", "onKeyPress"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
162
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: AXRequestBodyComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
163
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.4", type: AXRequestBodyComponent, isStandalone: true, selector: "ax-request-body", providers: [{ provide: AXComponent, useExisting: AXRequestBodyComponent }], ngImport: i0, template: "<ax-selection-list\n [showControl]=\"true\"\n look=\"solid\"\n [items]=\"items\"\n [(ngModel)]=\"value\"\n (onValueChanged)=\"bodyReqHandler($event)\"\n>\n</ax-selection-list>\n<ax-text-area\n [(ngModel)]=\"service.outPutJSON().body\"\n (onValueChanged)=\"bodyTextHandler($event)\"\n [placeholder]=\"selectedItem().placeHolder\"\n>\n</ax-text-area>\n", styles: ["ax-request-body{display:flex;flex-direction:column;align-items:flex-start;justify-content:center}\n"], dependencies: [{ kind: "component", type: AXSelectionListComponent, selector: "ax-selection-list", inputs: ["id", "name", "disabled", "readonly", "tabIndex", "size", "value", "valueField", "textField", "disabledField", "readonlyField", "multiple", "direction", "customTemplate", "showControl", "items", "look"], outputs: ["onValueChanged", "onBlur", "onFocus"] }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "component", type: AXTextAreaComponent, selector: "ax-text-area", inputs: ["disabled", "tabIndex", "readonly", "value", "state", "name", "placeholder", "maxLength", "look", "rows", "allowResize", "showCounter", "class"], outputs: ["onBlur", "onFocus", "valueChange", "stateChange", "onValueChanged", "readonlyChange", "disabledChange", "onKeyDown", "onKeyUp", "onKeyPress"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
164
164
  }
165
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: AXRequestBodyComponent, decorators: [{
165
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: AXRequestBodyComponent, decorators: [{
166
166
  type: Component,
167
- args: [{ selector: 'ax-request-body', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, imports: [AXSelectionListComponent, FormsModule, AXTextAreaComponent], providers: [{ provide: AXComponent, useExisting: AXRequestBodyComponent }], template: "<ax-selection-list [showControl]=\"true\" look=\"solid\" [items]=\"items\" [(ngModel)]=\"value\" (onValueChanged)=\"bodyReqHandler($event)\"> </ax-selection-list>\n<ax-text-area [(ngModel)]=\"service.outPutJSON().body\" (onValueChanged)=\"bodyTextHandler($event)\" [placeholder]=\"selectedItem().placeHolder\"> </ax-text-area>\n", styles: ["ax-request-body{display:flex;flex-direction:column;align-items:flex-start;justify-content:center}\n"] }]
167
+ args: [{ selector: 'ax-request-body', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, imports: [AXSelectionListComponent, FormsModule, AXTextAreaComponent], providers: [{ provide: AXComponent, useExisting: AXRequestBodyComponent }], template: "<ax-selection-list\n [showControl]=\"true\"\n look=\"solid\"\n [items]=\"items\"\n [(ngModel)]=\"value\"\n (onValueChanged)=\"bodyReqHandler($event)\"\n>\n</ax-selection-list>\n<ax-text-area\n [(ngModel)]=\"service.outPutJSON().body\"\n (onValueChanged)=\"bodyTextHandler($event)\"\n [placeholder]=\"selectedItem().placeHolder\"\n>\n</ax-text-area>\n", styles: ["ax-request-body{display:flex;flex-direction:column;align-items:flex-start;justify-content:center}\n"] }]
168
168
  }] });
169
169
 
170
170
  class AXRequestHeadersComponent {
@@ -241,12 +241,12 @@ class AXRequestHeadersComponent {
241
241
  });
242
242
  return [allHeaders];
243
243
  }
244
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: AXRequestHeadersComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
245
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.11", type: AXRequestHeadersComponent, isStandalone: true, selector: "ax-request-headers", providers: [{ provide: AXComponent, useExisting: AXRequestHeadersComponent }], ngImport: i0, template: "<div class=\"ax-headers-container\">\n <div class=\"ax-headers-header\">\n <ax-text>Headers</ax-text>\n <ax-button look=\"blank\" class=\"ax-sm\" color=\"primary\" (onClick)=\"addHeadersHandler()\">\n <ax-icon icon=\"ax-icon ax-icon-plus\"></ax-icon>\n </ax-button>\n </div>\n\n <div class=\"ax-headers-value-container\">\n @for (item of headersArray(); track item.tempId) {\n <div class=\"ax-headers-value\">\n <ax-text-box [ngModel]=\"setInitialState(item, 'key')\" (onValueChanged)=\"headersKeyHandler($event, item.tempId)\" placeholder=\"key\"></ax-text-box>\n <ax-text-box [ngModel]=\"setInitialState(item, 'value')\" (onValueChanged)=\"headersValueHandler($event, item.tempId)\" placeholder=\"value\"></ax-text-box>\n <ax-button look=\"blank\" class=\"ax-md\" color=\"danger\" (onClick)=\"removeHeadersHandler(item.tempId)\">\n <ax-prefix>\n <ax-icon icon=\"ax-icon ax-icon-trash\"></ax-icon>\n </ax-prefix>\n </ax-button>\n </div>\n }\n </div>\n</div>\n", styles: ["ax-request-headers{display:flex;flex-direction:column;align-items:flex-start;justify-content:center}ax-request-headers .ax-headers-container{width:100%}ax-request-headers .ax-headers-value-container{display:flex;flex-direction:column;gap:.5rem}ax-request-headers .ax-headers-value-container .ax-headers-value{display:flex;gap:.5rem;align-items:center}ax-request-headers .ax-headers-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}\n"], dependencies: [{ kind: "component", type: AXDecoratorGenericComponent, selector: "ax-footer, ax-header, ax-content, ax-divider, ax-form-hint, ax-prefix, ax-suffix, ax-text, ax-title, ax-subtitle, ax-placeholder, ax-overlay" }, { kind: "component", type: AXButtonComponent, selector: "ax-button", inputs: ["disabled", "size", "tabIndex", "color", "look", "text", "toggleable", "selected", "iconOnly", "type", "loadingText"], outputs: ["onBlur", "onFocus", "onClick", "selectedChange", "toggleableChange", "lookChange", "colorChange", "disabledChange", "loadingTextChange"] }, { kind: "component", type: AXDecoratorIconComponent, selector: "ax-icon", inputs: ["icon"] }, { kind: "component", type: AXTextBoxComponent, selector: "ax-text-box", inputs: ["disabled", "tabIndex", "readonly", "value", "state", "name", "id", "placeholder", "maxLength", "allowNull", "type", "autoComplete", "look", "mask-options", "class"], outputs: ["onBlur", "onFocus", "valueChange", "stateChange", "onValueChanged", "readonlyChange", "disabledChange", "onKeyDown", "onKeyUp", "onKeyPress"] }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
244
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: AXRequestHeadersComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
245
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.0.4", type: AXRequestHeadersComponent, isStandalone: true, selector: "ax-request-headers", providers: [{ provide: AXComponent, useExisting: AXRequestHeadersComponent }], ngImport: i0, template: "<div class=\"ax-headers-container\">\n <div class=\"ax-headers-header\">\n <ax-text>Headers</ax-text>\n <ax-button look=\"blank\" class=\"ax-sm\" color=\"primary\" (onClick)=\"addHeadersHandler()\">\n <ax-icon icon=\"ax-icon ax-icon-plus\"></ax-icon>\n </ax-button>\n </div>\n\n <div class=\"ax-headers-value-container\">\n @for (item of headersArray(); track item.tempId) {\n <div class=\"ax-headers-value\">\n <ax-text-box\n [ngModel]=\"setInitialState(item, 'key')\"\n (onValueChanged)=\"headersKeyHandler($event, item.tempId)\"\n placeholder=\"key\"\n ></ax-text-box>\n <ax-text-box\n [ngModel]=\"setInitialState(item, 'value')\"\n (onValueChanged)=\"headersValueHandler($event, item.tempId)\"\n placeholder=\"value\"\n ></ax-text-box>\n <ax-button look=\"blank\" class=\"ax-md\" color=\"danger\" (onClick)=\"removeHeadersHandler(item.tempId)\">\n <ax-prefix>\n <ax-icon icon=\"ax-icon ax-icon-trash\"></ax-icon>\n </ax-prefix>\n </ax-button>\n </div>\n }\n </div>\n</div>\n", styles: ["ax-request-headers{display:flex;flex-direction:column;align-items:flex-start;justify-content:center}ax-request-headers .ax-headers-container{width:100%}ax-request-headers .ax-headers-value-container{display:flex;flex-direction:column;gap:.5rem}ax-request-headers .ax-headers-value-container .ax-headers-value{display:flex;gap:.5rem;align-items:center}ax-request-headers .ax-headers-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}\n"], dependencies: [{ kind: "component", type: AXDecoratorGenericComponent, selector: "ax-footer, ax-header, ax-content, ax-divider, ax-form-hint, ax-prefix, ax-suffix, ax-text, ax-title, ax-subtitle, ax-placeholder, ax-overlay" }, { kind: "component", type: AXButtonComponent, selector: "ax-button", inputs: ["disabled", "size", "tabIndex", "color", "look", "text", "toggleable", "selected", "iconOnly", "type", "loadingText"], outputs: ["onBlur", "onFocus", "onClick", "selectedChange", "toggleableChange", "lookChange", "colorChange", "disabledChange", "loadingTextChange"] }, { kind: "component", type: AXDecoratorIconComponent, selector: "ax-icon", inputs: ["icon"] }, { kind: "component", type: AXTextBoxComponent, selector: "ax-text-box", inputs: ["disabled", "tabIndex", "readonly", "value", "state", "name", "id", "placeholder", "maxLength", "allowNull", "type", "autoComplete", "look", "mask-options", "class"], outputs: ["onBlur", "onFocus", "valueChange", "stateChange", "onValueChanged", "readonlyChange", "disabledChange", "onKeyDown", "onKeyUp", "onKeyPress"] }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
246
246
  }
247
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: AXRequestHeadersComponent, decorators: [{
247
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: AXRequestHeadersComponent, decorators: [{
248
248
  type: Component,
249
- args: [{ selector: 'ax-request-headers', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, imports: [AXDecoratorGenericComponent, AXButtonComponent, AXDecoratorIconComponent, AXTextBoxComponent, FormsModule], providers: [{ provide: AXComponent, useExisting: AXRequestHeadersComponent }], template: "<div class=\"ax-headers-container\">\n <div class=\"ax-headers-header\">\n <ax-text>Headers</ax-text>\n <ax-button look=\"blank\" class=\"ax-sm\" color=\"primary\" (onClick)=\"addHeadersHandler()\">\n <ax-icon icon=\"ax-icon ax-icon-plus\"></ax-icon>\n </ax-button>\n </div>\n\n <div class=\"ax-headers-value-container\">\n @for (item of headersArray(); track item.tempId) {\n <div class=\"ax-headers-value\">\n <ax-text-box [ngModel]=\"setInitialState(item, 'key')\" (onValueChanged)=\"headersKeyHandler($event, item.tempId)\" placeholder=\"key\"></ax-text-box>\n <ax-text-box [ngModel]=\"setInitialState(item, 'value')\" (onValueChanged)=\"headersValueHandler($event, item.tempId)\" placeholder=\"value\"></ax-text-box>\n <ax-button look=\"blank\" class=\"ax-md\" color=\"danger\" (onClick)=\"removeHeadersHandler(item.tempId)\">\n <ax-prefix>\n <ax-icon icon=\"ax-icon ax-icon-trash\"></ax-icon>\n </ax-prefix>\n </ax-button>\n </div>\n }\n </div>\n</div>\n", styles: ["ax-request-headers{display:flex;flex-direction:column;align-items:flex-start;justify-content:center}ax-request-headers .ax-headers-container{width:100%}ax-request-headers .ax-headers-value-container{display:flex;flex-direction:column;gap:.5rem}ax-request-headers .ax-headers-value-container .ax-headers-value{display:flex;gap:.5rem;align-items:center}ax-request-headers .ax-headers-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}\n"] }]
249
+ args: [{ selector: 'ax-request-headers', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, imports: [AXDecoratorGenericComponent, AXButtonComponent, AXDecoratorIconComponent, AXTextBoxComponent, FormsModule], providers: [{ provide: AXComponent, useExisting: AXRequestHeadersComponent }], template: "<div class=\"ax-headers-container\">\n <div class=\"ax-headers-header\">\n <ax-text>Headers</ax-text>\n <ax-button look=\"blank\" class=\"ax-sm\" color=\"primary\" (onClick)=\"addHeadersHandler()\">\n <ax-icon icon=\"ax-icon ax-icon-plus\"></ax-icon>\n </ax-button>\n </div>\n\n <div class=\"ax-headers-value-container\">\n @for (item of headersArray(); track item.tempId) {\n <div class=\"ax-headers-value\">\n <ax-text-box\n [ngModel]=\"setInitialState(item, 'key')\"\n (onValueChanged)=\"headersKeyHandler($event, item.tempId)\"\n placeholder=\"key\"\n ></ax-text-box>\n <ax-text-box\n [ngModel]=\"setInitialState(item, 'value')\"\n (onValueChanged)=\"headersValueHandler($event, item.tempId)\"\n placeholder=\"value\"\n ></ax-text-box>\n <ax-button look=\"blank\" class=\"ax-md\" color=\"danger\" (onClick)=\"removeHeadersHandler(item.tempId)\">\n <ax-prefix>\n <ax-icon icon=\"ax-icon ax-icon-trash\"></ax-icon>\n </ax-prefix>\n </ax-button>\n </div>\n }\n </div>\n</div>\n", styles: ["ax-request-headers{display:flex;flex-direction:column;align-items:flex-start;justify-content:center}ax-request-headers .ax-headers-container{width:100%}ax-request-headers .ax-headers-value-container{display:flex;flex-direction:column;gap:.5rem}ax-request-headers .ax-headers-value-container .ax-headers-value{display:flex;gap:.5rem;align-items:center}ax-request-headers .ax-headers-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}\n"] }]
250
250
  }] });
251
251
 
252
252
  class AXRestApiAuthComponent {
@@ -287,12 +287,12 @@ class AXRestApiAuthComponent {
287
287
  return copy;
288
288
  });
289
289
  }
290
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: AXRestApiAuthComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
291
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.11", type: AXRestApiAuthComponent, isStandalone: true, selector: "ax-rest-api-auth", providers: [{ provide: AXComponent, useExisting: AXRestApiAuthComponent }], ngImport: i0, template: "<ax-selection-list [showControl]=\"true\" look=\"solid\" [items]=\"items\" [(ngModel)]=\"value\" (onValueChanged)=\"authTypeHandler($event)\"> </ax-selection-list>\n\n@if (selectedItem().text !== 'None') {\n <ax-text-box [(ngModel)]=\"service.outPutJSON().headers.Authorization\" (onValueChanged)=\"authInputHandler($event)\" [placeholder]=\"selectedItem().placeHolder\">\n </ax-text-box>\n}\n", styles: ["ax-rest-api-auth{display:flex;flex-direction:column;align-items:flex-start;justify-content:center}\n"], dependencies: [{ kind: "component", type: AXSelectionListComponent, selector: "ax-selection-list", inputs: ["id", "name", "disabled", "readonly", "tabIndex", "size", "value", "valueField", "textField", "disabledField", "readonlyField", "multiple", "direction", "customTemplate", "showControl", "items", "look"], outputs: ["onValueChanged", "onBlur", "onFocus"] }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "component", type: AXTextBoxComponent, selector: "ax-text-box", inputs: ["disabled", "tabIndex", "readonly", "value", "state", "name", "id", "placeholder", "maxLength", "allowNull", "type", "autoComplete", "look", "mask-options", "class"], outputs: ["onBlur", "onFocus", "valueChange", "stateChange", "onValueChanged", "readonlyChange", "disabledChange", "onKeyDown", "onKeyUp", "onKeyPress"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
290
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: AXRestApiAuthComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
291
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.0.4", type: AXRestApiAuthComponent, isStandalone: true, selector: "ax-rest-api-auth", providers: [{ provide: AXComponent, useExisting: AXRestApiAuthComponent }], ngImport: i0, template: "<ax-selection-list\n [showControl]=\"true\"\n look=\"solid\"\n [items]=\"items\"\n [(ngModel)]=\"value\"\n (onValueChanged)=\"authTypeHandler($event)\"\n>\n</ax-selection-list>\n\n@if (selectedItem().text !== 'None') {\n <ax-text-box\n [(ngModel)]=\"service.outPutJSON().headers.Authorization\"\n (onValueChanged)=\"authInputHandler($event)\"\n [placeholder]=\"selectedItem().placeHolder\"\n >\n </ax-text-box>\n}\n", styles: ["ax-rest-api-auth{display:flex;flex-direction:column;align-items:flex-start;justify-content:center}\n"], dependencies: [{ kind: "component", type: AXSelectionListComponent, selector: "ax-selection-list", inputs: ["id", "name", "disabled", "readonly", "tabIndex", "size", "value", "valueField", "textField", "disabledField", "readonlyField", "multiple", "direction", "customTemplate", "showControl", "items", "look"], outputs: ["onValueChanged", "onBlur", "onFocus"] }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "component", type: AXTextBoxComponent, selector: "ax-text-box", inputs: ["disabled", "tabIndex", "readonly", "value", "state", "name", "id", "placeholder", "maxLength", "allowNull", "type", "autoComplete", "look", "mask-options", "class"], outputs: ["onBlur", "onFocus", "valueChange", "stateChange", "onValueChanged", "readonlyChange", "disabledChange", "onKeyDown", "onKeyUp", "onKeyPress"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
292
292
  }
293
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: AXRestApiAuthComponent, decorators: [{
293
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: AXRestApiAuthComponent, decorators: [{
294
294
  type: Component,
295
- args: [{ selector: 'ax-rest-api-auth', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, imports: [AXSelectionListComponent, FormsModule, AXTextBoxComponent], providers: [{ provide: AXComponent, useExisting: AXRestApiAuthComponent }], template: "<ax-selection-list [showControl]=\"true\" look=\"solid\" [items]=\"items\" [(ngModel)]=\"value\" (onValueChanged)=\"authTypeHandler($event)\"> </ax-selection-list>\n\n@if (selectedItem().text !== 'None') {\n <ax-text-box [(ngModel)]=\"service.outPutJSON().headers.Authorization\" (onValueChanged)=\"authInputHandler($event)\" [placeholder]=\"selectedItem().placeHolder\">\n </ax-text-box>\n}\n", styles: ["ax-rest-api-auth{display:flex;flex-direction:column;align-items:flex-start;justify-content:center}\n"] }]
295
+ args: [{ selector: 'ax-rest-api-auth', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, imports: [AXSelectionListComponent, FormsModule, AXTextBoxComponent], providers: [{ provide: AXComponent, useExisting: AXRestApiAuthComponent }], template: "<ax-selection-list\n [showControl]=\"true\"\n look=\"solid\"\n [items]=\"items\"\n [(ngModel)]=\"value\"\n (onValueChanged)=\"authTypeHandler($event)\"\n>\n</ax-selection-list>\n\n@if (selectedItem().text !== 'None') {\n <ax-text-box\n [(ngModel)]=\"service.outPutJSON().headers.Authorization\"\n (onValueChanged)=\"authInputHandler($event)\"\n [placeholder]=\"selectedItem().placeHolder\"\n >\n </ax-text-box>\n}\n", styles: ["ax-rest-api-auth{display:flex;flex-direction:column;align-items:flex-start;justify-content:center}\n"] }]
296
296
  }] });
297
297
 
298
298
  class AXRestApiGeneratorComponent {
@@ -317,10 +317,10 @@ class AXRestApiGeneratorComponent {
317
317
  methodHandler(e) {
318
318
  this.service.outPutJSON.update((prev) => ({ ...prev, method: e.value }));
319
319
  }
320
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: AXRestApiGeneratorComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
321
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "19.2.11", type: AXRestApiGeneratorComponent, isStandalone: true, selector: "ax-rest-api-generator", inputs: { value: { classPropertyName: "value", publicName: "value", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { onValueChange: "onValueChange" }, providers: [AXRestApiGeneratorService, { provide: AXComponent, useExisting: AXRestApiGeneratorComponent }], ngImport: i0, template: "<div class=\"ax-url-input-container\">\n <ax-text-box [(ngModel)]=\"service.outPutJSON().url\" placeholder=\"URL\" (onValueChanged)=\"urlHandler($event)\">\n <ax-clear-button></ax-clear-button>\n <ax-prefix>\n <ax-select-box\n [(ngModel)]=\"service.outPutJSON().method\"\n (onValueChanged)=\"methodHandler($event)\"\n [dataSource]=\"['GET', 'POST', 'DELETE', 'PUT', 'PATCH']\"\n >\n </ax-select-box\n ></ax-prefix>\n </ax-text-box>\n</div>\n\n<ax-tabs [content]=\"cronTab\" look=\"with-line\" [fitParent]=\"true\" location=\"bottom\">\n <ax-tab-item key=\"1\" text=\"Params\">\n <ax-content> <ax-query-params></ax-query-params> </ax-content>\n </ax-tab-item>\n <ax-tab-item key=\"2\" text=\"Body\">\n <ax-content><ax-request-body></ax-request-body></ax-content>\n </ax-tab-item>\n <ax-tab-item key=\"3\" text=\"Auth\">\n <ax-content> <ax-rest-api-auth></ax-rest-api-auth></ax-content>\n </ax-tab-item>\n <ax-tab-item key=\"4\" text=\"Headers\">\n <ax-content> <ax-request-headers></ax-request-headers></ax-content>\n </ax-tab-item>\n</ax-tabs>\n\n<ng-template [axTabContent] #cronTab=\"axTabContent\"> </ng-template>\n", styles: ["ax-rest-api-generator{display:flex;flex-direction:column;gap:1rem;min-width:40rem}@media screen and (max-width: 1024px){ax-rest-api-generator{min-width:100%}}ax-rest-api-generator ax-select-box ax-dropdown-box{--ax-comp-editor-border-width: 0px !important}ax-rest-api-generator ax-select-box ax-dropdown-box.ax-editor-container{--ax-comp-editor-box-outline-width: 0}ax-rest-api-generator .ax-select-box{border:0}\n"], dependencies: [{ kind: "component", type: AXTextBoxComponent, selector: "ax-text-box", inputs: ["disabled", "tabIndex", "readonly", "value", "state", "name", "id", "placeholder", "maxLength", "allowNull", "type", "autoComplete", "look", "mask-options", "class"], outputs: ["onBlur", "onFocus", "valueChange", "stateChange", "onValueChanged", "readonlyChange", "disabledChange", "onKeyDown", "onKeyUp", "onKeyPress"] }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "component", type: AXDecoratorClearButtonComponent, selector: "ax-clear-button", inputs: ["icon"] }, { kind: "component", type: AXDecoratorGenericComponent, selector: "ax-footer, ax-header, ax-content, ax-divider, ax-form-hint, ax-prefix, ax-suffix, ax-text, ax-title, ax-subtitle, ax-placeholder, ax-overlay" }, { kind: "component", type: AXSelectBoxComponent, selector: "ax-select-box", inputs: ["disabled", "readonly", "tabIndex", "placeholder", "minValue", "maxValue", "value", "state", "name", "id", "type", "look", "multiple", "valueField", "textField", "disabledField", "textTemplate", "selectedItems", "dataSource", "minRecordsForSearch", "caption", "itemTemplate", "selectedTemplate", "emptyTemplate", "loadingTemplate", "dropdownWidth", "searchBoxAutoFocus"], outputs: ["valueChange", "stateChange", "onValueChanged", "onBlur", "onFocus", "readonlyChange", "disabledChange", "onOpened", "onClosed"] }, { kind: "component", type: AXTabsComponent, selector: "ax-tabs", inputs: ["look", "location", "fitParent", "minWidth", "content"], outputs: ["onActiveTabChanged"] }, { kind: "component", type: AXTabItemComponent, selector: "ax-tab-item", inputs: ["disabled", "text", "key", "headerTemplate", "active"], outputs: ["disabledChange", "onClick", "onBlur", "onFocus", "activeChange"] }, { kind: "component", type: AXQueryParamsComponent, selector: "ax-query-params" }, { kind: "component", type: AXRequestBodyComponent, selector: "ax-request-body" }, { kind: "component", type: AXRestApiAuthComponent, selector: "ax-rest-api-auth" }, { kind: "component", type: AXRequestHeadersComponent, selector: "ax-request-headers" }, { kind: "directive", type: AXTabContentDirective, selector: "[axTabContent]", inputs: ["axTabContent"], exportAs: ["axTabContent"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
320
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: AXRestApiGeneratorComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
321
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "20.0.4", type: AXRestApiGeneratorComponent, isStandalone: true, selector: "ax-rest-api-generator", inputs: { value: { classPropertyName: "value", publicName: "value", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { onValueChange: "onValueChange" }, providers: [AXRestApiGeneratorService, { provide: AXComponent, useExisting: AXRestApiGeneratorComponent }], ngImport: i0, template: "<div class=\"ax-url-input-container\">\n <ax-text-box [(ngModel)]=\"service.outPutJSON().url\" placeholder=\"URL\" (onValueChanged)=\"urlHandler($event)\">\n <ax-clear-button></ax-clear-button>\n <ax-prefix>\n <ax-select-box\n [(ngModel)]=\"service.outPutJSON().method\"\n (onValueChanged)=\"methodHandler($event)\"\n [dataSource]=\"['GET', 'POST', 'DELETE', 'PUT', 'PATCH']\"\n >\n </ax-select-box\n ></ax-prefix>\n </ax-text-box>\n</div>\n\n<ax-tabs [content]=\"cronTab\" look=\"with-line\" [fitParent]=\"true\" location=\"bottom\">\n <ax-tab-item key=\"1\" text=\"Params\">\n <ax-content> <ax-query-params></ax-query-params> </ax-content>\n </ax-tab-item>\n <ax-tab-item key=\"2\" text=\"Body\">\n <ax-content><ax-request-body></ax-request-body></ax-content>\n </ax-tab-item>\n <ax-tab-item key=\"3\" text=\"Auth\">\n <ax-content> <ax-rest-api-auth></ax-rest-api-auth></ax-content>\n </ax-tab-item>\n <ax-tab-item key=\"4\" text=\"Headers\">\n <ax-content> <ax-request-headers></ax-request-headers></ax-content>\n </ax-tab-item>\n</ax-tabs>\n\n<ng-template [axTabContent] #cronTab=\"axTabContent\"> </ng-template>\n", styles: ["ax-rest-api-generator{display:flex;flex-direction:column;gap:1rem;min-width:40rem}@media screen and (max-width: 1024px){ax-rest-api-generator{min-width:100%}}ax-rest-api-generator ax-select-box ax-dropdown-box{--ax-comp-editor-border-width: 0px !important}ax-rest-api-generator ax-select-box ax-dropdown-box.ax-editor-container{--ax-comp-editor-box-outline-width: 0}ax-rest-api-generator .ax-select-box{border:0}\n"], dependencies: [{ kind: "component", type: AXTextBoxComponent, selector: "ax-text-box", inputs: ["disabled", "tabIndex", "readonly", "value", "state", "name", "id", "placeholder", "maxLength", "allowNull", "type", "autoComplete", "look", "mask-options", "class"], outputs: ["onBlur", "onFocus", "valueChange", "stateChange", "onValueChanged", "readonlyChange", "disabledChange", "onKeyDown", "onKeyUp", "onKeyPress"] }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "component", type: AXDecoratorClearButtonComponent, selector: "ax-clear-button", inputs: ["icon"] }, { kind: "component", type: AXDecoratorGenericComponent, selector: "ax-footer, ax-header, ax-content, ax-divider, ax-form-hint, ax-prefix, ax-suffix, ax-text, ax-title, ax-subtitle, ax-placeholder, ax-overlay" }, { kind: "component", type: AXSelectBoxComponent, selector: "ax-select-box", inputs: ["disabled", "readonly", "tabIndex", "placeholder", "minValue", "maxValue", "value", "state", "name", "id", "type", "look", "multiple", "valueField", "textField", "disabledField", "textTemplate", "selectedItems", "dataSource", "minRecordsForSearch", "caption", "itemTemplate", "selectedTemplate", "emptyTemplate", "loadingTemplate", "dropdownWidth", "searchBoxAutoFocus"], outputs: ["valueChange", "stateChange", "onValueChanged", "onBlur", "onFocus", "readonlyChange", "disabledChange", "onOpened", "onClosed"] }, { kind: "component", type: AXTabsComponent, selector: "ax-tabs", inputs: ["look", "location", "fitParent", "minWidth", "content"], outputs: ["onActiveTabChanged"] }, { kind: "component", type: AXTabItemComponent, selector: "ax-tab-item", inputs: ["disabled", "text", "key", "headerTemplate", "active"], outputs: ["disabledChange", "onClick", "onBlur", "onFocus", "activeChange"] }, { kind: "component", type: AXQueryParamsComponent, selector: "ax-query-params" }, { kind: "component", type: AXRequestBodyComponent, selector: "ax-request-body" }, { kind: "component", type: AXRestApiAuthComponent, selector: "ax-rest-api-auth" }, { kind: "component", type: AXRequestHeadersComponent, selector: "ax-request-headers" }, { kind: "directive", type: AXTabContentDirective, selector: "[axTabContent]", inputs: ["axTabContent"], exportAs: ["axTabContent"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
322
322
  }
323
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: AXRestApiGeneratorComponent, decorators: [{
323
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: AXRestApiGeneratorComponent, decorators: [{
324
324
  type: Component,
325
325
  args: [{ selector: 'ax-rest-api-generator', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, providers: [AXRestApiGeneratorService, { provide: AXComponent, useExisting: AXRestApiGeneratorComponent }], imports: [
326
326
  AXTextBoxComponent,
@@ -356,8 +356,8 @@ const MODULES = [
356
356
  FormsModule,
357
357
  ];
358
358
  class AXRestApiGeneratorModule {
359
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: AXRestApiGeneratorModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
360
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.11", ngImport: i0, type: AXRestApiGeneratorModule, imports: [AXTextBoxModule,
359
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: AXRestApiGeneratorModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
360
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.4", ngImport: i0, type: AXRestApiGeneratorModule, imports: [AXTextBoxModule,
361
361
  AXDecoratorModule,
362
362
  AXSelectBoxModule,
363
363
  AXTabsModule,
@@ -373,9 +373,9 @@ class AXRestApiGeneratorModule {
373
373
  AXRequestBodyComponent,
374
374
  AXRestApiAuthComponent,
375
375
  AXRequestHeadersComponent] }); }
376
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: AXRestApiGeneratorModule, imports: [MODULES, COMPONENT] }); }
376
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: AXRestApiGeneratorModule, imports: [MODULES, COMPONENT] }); }
377
377
  }
378
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: AXRestApiGeneratorModule, decorators: [{
378
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: AXRestApiGeneratorModule, decorators: [{
379
379
  type: NgModule,
380
380
  args: [{
381
381
  imports: [...MODULES, ...COMPONENT],