@ionic/angular 8.8.14-dev.11784243422.11f0110c → 8.8.14-dev.11785507167.1f41b13b

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 (502) hide show
  1. package/README.md +1 -1
  2. package/dist/common/directives/control-value-accessors/index.d.ts +1 -0
  3. package/dist/common/directives/control-value-accessors/index.js +2 -0
  4. package/dist/common/directives/control-value-accessors/index.js.map +1 -0
  5. package/dist/common/directives/control-value-accessors/value-accessor.d.ts +36 -0
  6. package/dist/common/directives/control-value-accessors/value-accessor.js +152 -0
  7. package/dist/common/directives/control-value-accessors/value-accessor.js.map +1 -0
  8. package/dist/common/directives/navigation/back-button.d.ts +23 -0
  9. package/dist/common/directives/navigation/back-button.js +66 -0
  10. package/dist/common/directives/navigation/back-button.js.map +1 -0
  11. package/dist/common/directives/navigation/nav-params.d.ts +45 -0
  12. package/dist/common/directives/navigation/nav-params.js +47 -0
  13. package/dist/common/directives/navigation/nav-params.js.map +1 -0
  14. package/dist/common/directives/navigation/nav.d.ts +21 -0
  15. package/dist/common/directives/navigation/nav.js +54 -0
  16. package/dist/common/directives/navigation/nav.js.map +1 -0
  17. package/dist/common/directives/navigation/router-link-delegate.d.ts +70 -0
  18. package/dist/common/directives/navigation/router-link-delegate.js +188 -0
  19. package/dist/common/directives/navigation/router-link-delegate.js.map +1 -0
  20. package/dist/common/directives/navigation/router-outlet.d.ts +104 -0
  21. package/dist/common/directives/navigation/router-outlet.js +476 -0
  22. package/dist/common/directives/navigation/router-outlet.js.map +1 -0
  23. package/dist/common/directives/navigation/stack-controller.d.ts +42 -0
  24. package/dist/common/directives/navigation/stack-controller.js +279 -0
  25. package/dist/common/directives/navigation/stack-controller.js.map +1 -0
  26. package/dist/common/directives/navigation/stack-utils.d.ts +38 -0
  27. package/dist/common/directives/navigation/stack-utils.js +73 -0
  28. package/dist/common/directives/navigation/stack-utils.js.map +1 -0
  29. package/dist/common/directives/navigation/tabs.d.ts +91 -0
  30. package/dist/common/directives/navigation/tabs.js +290 -0
  31. package/dist/common/directives/navigation/tabs.js.map +1 -0
  32. package/dist/common/index.d.ts +22 -0
  33. package/dist/common/index.js +20 -0
  34. package/dist/common/index.js.map +1 -0
  35. package/dist/common/overlays/modal.d.ts +62 -0
  36. package/dist/common/overlays/modal.js +101 -0
  37. package/dist/common/overlays/modal.js.map +1 -0
  38. package/dist/common/overlays/popover.d.ts +46 -0
  39. package/dist/common/overlays/popover.js +89 -0
  40. package/dist/common/overlays/popover.js.map +1 -0
  41. package/dist/common/providers/angular-delegate.d.ts +28 -0
  42. package/dist/common/providers/angular-delegate.js +229 -0
  43. package/dist/common/providers/angular-delegate.js.map +1 -0
  44. package/dist/common/providers/config.d.ts +11 -0
  45. package/dist/common/providers/config.js +44 -0
  46. package/dist/common/providers/config.js.map +1 -0
  47. package/dist/common/providers/dom-controller.d.ts +16 -0
  48. package/dist/common/providers/dom-controller.js +44 -0
  49. package/dist/common/providers/dom-controller.js.map +1 -0
  50. package/dist/common/providers/menu-controller.d.ts +78 -0
  51. package/dist/common/providers/menu-controller.js +114 -0
  52. package/dist/common/providers/menu-controller.js.map +1 -0
  53. package/dist/common/providers/nav-controller.d.ts +116 -0
  54. package/dist/common/providers/nav-controller.js +232 -0
  55. package/dist/common/providers/nav-controller.js.map +1 -0
  56. package/dist/common/providers/platform.d.ts +174 -0
  57. package/dist/common/providers/platform.js +256 -0
  58. package/dist/common/providers/platform.js.map +1 -0
  59. package/dist/common/types/interfaces.d.ts +8 -0
  60. package/dist/common/types/interfaces.js +2 -0
  61. package/dist/common/types/interfaces.js.map +1 -0
  62. package/dist/common/types/ionic-lifecycle-hooks.d.ts +27 -0
  63. package/dist/common/types/ionic-lifecycle-hooks.js +5 -0
  64. package/dist/common/types/ionic-lifecycle-hooks.js.map +1 -0
  65. package/dist/common/types/overlay-options.d.ts +16 -0
  66. package/dist/common/types/overlay-options.js +2 -0
  67. package/dist/common/types/overlay-options.js.map +1 -0
  68. package/dist/common/utils/overlay.d.ts +21 -0
  69. package/dist/common/utils/overlay.js +26 -0
  70. package/dist/common/utils/overlay.js.map +1 -0
  71. package/dist/common/utils/proxy.d.ts +8 -0
  72. package/dist/common/utils/proxy.js +47 -0
  73. package/dist/common/utils/proxy.js.map +1 -0
  74. package/dist/common/utils/routing.d.ts +28 -0
  75. package/dist/common/utils/routing.js +55 -0
  76. package/dist/common/utils/routing.js.map +1 -0
  77. package/dist/common/utils/util.d.ts +1 -0
  78. package/dist/common/utils/util.js +10 -0
  79. package/dist/common/utils/util.js.map +1 -0
  80. package/dist/lazy/app-initialize.d.ts +3 -0
  81. package/dist/lazy/app-initialize.js +29 -0
  82. package/dist/lazy/app-initialize.js.map +1 -0
  83. package/dist/lazy/directives/angular-component-lib/utils.d.ts +9 -0
  84. package/dist/lazy/directives/angular-component-lib/utils.js +59 -0
  85. package/dist/lazy/directives/angular-component-lib/utils.js.map +1 -0
  86. package/dist/lazy/directives/control-value-accessors/boolean-value-accessor.d.ts +10 -0
  87. package/dist/lazy/directives/control-value-accessors/boolean-value-accessor.js +47 -0
  88. package/dist/lazy/directives/control-value-accessors/boolean-value-accessor.js.map +1 -0
  89. package/dist/lazy/directives/control-value-accessors/index.d.ts +4 -0
  90. package/dist/lazy/directives/control-value-accessors/index.js +5 -0
  91. package/dist/lazy/directives/control-value-accessors/index.js.map +1 -0
  92. package/dist/lazy/directives/control-value-accessors/numeric-value-accessor.d.ts +11 -0
  93. package/dist/lazy/directives/control-value-accessors/numeric-value-accessor.js +55 -0
  94. package/dist/lazy/directives/control-value-accessors/numeric-value-accessor.js.map +1 -0
  95. package/dist/lazy/directives/control-value-accessors/select-value-accessor.d.ts +9 -0
  96. package/dist/lazy/directives/control-value-accessors/select-value-accessor.js +44 -0
  97. package/dist/lazy/directives/control-value-accessors/select-value-accessor.js.map +1 -0
  98. package/dist/lazy/directives/control-value-accessors/text-value-accessor.d.ts +9 -0
  99. package/dist/lazy/directives/control-value-accessors/text-value-accessor.js +43 -0
  100. package/dist/lazy/directives/control-value-accessors/text-value-accessor.js.map +1 -0
  101. package/dist/lazy/directives/navigation/ion-back-button.d.ts +9 -0
  102. package/dist/lazy/directives/navigation/ion-back-button.js +24 -0
  103. package/dist/lazy/directives/navigation/ion-back-button.js.map +1 -0
  104. package/dist/lazy/directives/navigation/ion-nav.d.ts +8 -0
  105. package/dist/lazy/directives/navigation/ion-nav.js +21 -0
  106. package/dist/lazy/directives/navigation/ion-nav.js.map +1 -0
  107. package/dist/lazy/directives/navigation/ion-router-outlet.d.ts +25 -0
  108. package/dist/lazy/directives/navigation/ion-router-outlet.js +52 -0
  109. package/dist/lazy/directives/navigation/ion-router-outlet.js.map +1 -0
  110. package/dist/lazy/directives/navigation/ion-tabs.d.ts +13 -0
  111. package/dist/lazy/directives/navigation/ion-tabs.js +58 -0
  112. package/dist/lazy/directives/navigation/ion-tabs.js.map +1 -0
  113. package/dist/lazy/directives/navigation/router-link-delegate.d.ts +16 -0
  114. package/dist/lazy/directives/navigation/router-link-delegate.js +32 -0
  115. package/dist/lazy/directives/navigation/router-link-delegate.js.map +1 -0
  116. package/dist/lazy/directives/overlays/modal.d.ts +6 -0
  117. package/dist/lazy/directives/overlays/modal.js +22 -0
  118. package/dist/lazy/directives/overlays/modal.js.map +1 -0
  119. package/dist/lazy/directives/overlays/popover.d.ts +6 -0
  120. package/dist/lazy/directives/overlays/popover.js +18 -0
  121. package/dist/lazy/directives/overlays/popover.js.map +1 -0
  122. package/dist/lazy/directives/proxies-list.d.ts +2 -0
  123. package/dist/lazy/directives/proxies-list.js +89 -0
  124. package/dist/lazy/directives/proxies-list.js.map +1 -0
  125. package/{types/ionic-angular-lazy.d.ts → dist/lazy/directives/proxies.d.ts} +339 -503
  126. package/{fesm2022/ionic-angular-lazy.mjs → dist/lazy/directives/proxies.js} +266 -1052
  127. package/dist/lazy/directives/proxies.js.map +1 -0
  128. package/dist/lazy/directives/validators/index.d.ts +2 -0
  129. package/dist/lazy/directives/validators/index.js +3 -0
  130. package/dist/lazy/directives/validators/index.js.map +1 -0
  131. package/dist/lazy/directives/validators/max-validator.d.ts +12 -0
  132. package/dist/lazy/directives/validators/max-validator.js +26 -0
  133. package/dist/lazy/directives/validators/max-validator.js.map +1 -0
  134. package/dist/lazy/directives/validators/min-validator.d.ts +12 -0
  135. package/dist/lazy/directives/validators/min-validator.js +26 -0
  136. package/dist/lazy/directives/validators/min-validator.js.map +1 -0
  137. package/dist/lazy/index.d.ts +26 -0
  138. package/dist/lazy/index.js +34 -0
  139. package/dist/lazy/index.js.map +1 -0
  140. package/dist/lazy/ionic-module.d.ts +38 -0
  141. package/dist/lazy/ionic-module.js +121 -0
  142. package/dist/lazy/ionic-module.js.map +1 -0
  143. package/dist/lazy/providers/action-sheet-controller.d.ts +8 -0
  144. package/dist/lazy/providers/action-sheet-controller.js +18 -0
  145. package/dist/lazy/providers/action-sheet-controller.js.map +1 -0
  146. package/dist/lazy/providers/alert-controller.d.ts +8 -0
  147. package/dist/lazy/providers/alert-controller.js +18 -0
  148. package/dist/lazy/providers/alert-controller.js.map +1 -0
  149. package/dist/lazy/providers/animation-controller.d.ts +25 -0
  150. package/dist/lazy/providers/animation-controller.js +37 -0
  151. package/dist/lazy/providers/animation-controller.js.map +1 -0
  152. package/dist/lazy/providers/gesture-controller.d.ts +13 -0
  153. package/dist/lazy/providers/gesture-controller.js +32 -0
  154. package/dist/lazy/providers/gesture-controller.js.map +1 -0
  155. package/dist/lazy/providers/loading-controller.d.ts +8 -0
  156. package/dist/lazy/providers/loading-controller.js +18 -0
  157. package/dist/lazy/providers/loading-controller.js.map +1 -0
  158. package/dist/lazy/providers/menu-controller.d.ts +7 -0
  159. package/dist/lazy/providers/menu-controller.js +18 -0
  160. package/dist/lazy/providers/menu-controller.js.map +1 -0
  161. package/dist/lazy/providers/modal-controller.d.ts +12 -0
  162. package/dist/lazy/providers/modal-controller.js +25 -0
  163. package/dist/lazy/providers/modal-controller.js.map +1 -0
  164. package/dist/lazy/providers/popover-controller.d.ts +9 -0
  165. package/dist/lazy/providers/popover-controller.js +19 -0
  166. package/dist/lazy/providers/popover-controller.js.map +1 -0
  167. package/dist/lazy/providers/toast-controller.d.ts +8 -0
  168. package/dist/lazy/providers/toast-controller.js +18 -0
  169. package/dist/lazy/providers/toast-controller.js.map +1 -0
  170. package/dist/standalone/directives/angular-component-lib/utils.d.ts +9 -0
  171. package/dist/standalone/directives/angular-component-lib/utils.js +59 -0
  172. package/dist/standalone/directives/angular-component-lib/utils.js.map +1 -0
  173. package/dist/standalone/directives/checkbox.d.ts +30 -0
  174. package/dist/standalone/directives/checkbox.js +81 -0
  175. package/dist/standalone/directives/checkbox.js.map +1 -0
  176. package/dist/standalone/directives/datetime.d.ts +30 -0
  177. package/dist/standalone/directives/datetime.js +100 -0
  178. package/dist/standalone/directives/datetime.js.map +1 -0
  179. package/dist/standalone/directives/icon.d.ts +9 -0
  180. package/dist/standalone/directives/icon.js +40 -0
  181. package/dist/standalone/directives/icon.js.map +1 -0
  182. package/dist/standalone/directives/index.d.ts +12 -0
  183. package/dist/standalone/directives/index.js +13 -0
  184. package/dist/standalone/directives/index.js.map +1 -0
  185. package/dist/standalone/directives/input-otp.d.ts +49 -0
  186. package/dist/standalone/directives/input-otp.js +95 -0
  187. package/dist/standalone/directives/input-otp.js.map +1 -0
  188. package/dist/standalone/directives/input.d.ts +47 -0
  189. package/dist/standalone/directives/input.js +118 -0
  190. package/dist/standalone/directives/input.js.map +1 -0
  191. package/dist/standalone/directives/ion-accordion-group.d.ts +21 -0
  192. package/dist/standalone/directives/ion-accordion-group.js +45 -0
  193. package/dist/standalone/directives/ion-accordion-group.js.map +1 -0
  194. package/dist/standalone/directives/ion-accordion.d.ts +12 -0
  195. package/dist/standalone/directives/ion-accordion.js +41 -0
  196. package/dist/standalone/directives/ion-accordion.js.map +1 -0
  197. package/dist/standalone/directives/ion-action-sheet.d.ts +58 -0
  198. package/dist/standalone/directives/ion-action-sheet.js +67 -0
  199. package/dist/standalone/directives/ion-action-sheet.js.map +1 -0
  200. package/dist/standalone/directives/ion-alert.d.ts +58 -0
  201. package/dist/standalone/directives/ion-alert.js +67 -0
  202. package/dist/standalone/directives/ion-alert.js.map +1 -0
  203. package/dist/standalone/directives/ion-app.d.ts +12 -0
  204. package/dist/standalone/directives/ion-app.js +41 -0
  205. package/dist/standalone/directives/ion-app.js.map +1 -0
  206. package/dist/standalone/directives/ion-avatar.d.ts +12 -0
  207. package/dist/standalone/directives/ion-avatar.js +40 -0
  208. package/dist/standalone/directives/ion-avatar.js.map +1 -0
  209. package/dist/standalone/directives/ion-backdrop.d.ts +18 -0
  210. package/dist/standalone/directives/ion-backdrop.js +45 -0
  211. package/dist/standalone/directives/ion-backdrop.js.map +1 -0
  212. package/dist/standalone/directives/ion-badge.d.ts +12 -0
  213. package/dist/standalone/directives/ion-badge.js +41 -0
  214. package/dist/standalone/directives/ion-badge.js.map +1 -0
  215. package/dist/standalone/directives/ion-breadcrumb.d.ts +23 -0
  216. package/dist/standalone/directives/ion-breadcrumb.js +48 -0
  217. package/dist/standalone/directives/ion-breadcrumb.js.map +1 -0
  218. package/dist/standalone/directives/ion-breadcrumbs.d.ts +19 -0
  219. package/dist/standalone/directives/ion-breadcrumbs.js +45 -0
  220. package/dist/standalone/directives/ion-breadcrumbs.js.map +1 -0
  221. package/dist/standalone/directives/ion-button.d.ts +23 -0
  222. package/dist/standalone/directives/ion-button.js +48 -0
  223. package/dist/standalone/directives/ion-button.js.map +1 -0
  224. package/dist/standalone/directives/ion-buttons.d.ts +12 -0
  225. package/dist/standalone/directives/ion-buttons.js +41 -0
  226. package/dist/standalone/directives/ion-buttons.js.map +1 -0
  227. package/dist/standalone/directives/ion-card-content.d.ts +12 -0
  228. package/dist/standalone/directives/ion-card-content.js +41 -0
  229. package/dist/standalone/directives/ion-card-content.js.map +1 -0
  230. package/dist/standalone/directives/ion-card-header.d.ts +12 -0
  231. package/dist/standalone/directives/ion-card-header.js +41 -0
  232. package/dist/standalone/directives/ion-card-header.js.map +1 -0
  233. package/dist/standalone/directives/ion-card-subtitle.d.ts +12 -0
  234. package/dist/standalone/directives/ion-card-subtitle.js +41 -0
  235. package/dist/standalone/directives/ion-card-subtitle.js.map +1 -0
  236. package/dist/standalone/directives/ion-card-title.d.ts +12 -0
  237. package/dist/standalone/directives/ion-card-title.js +41 -0
  238. package/dist/standalone/directives/ion-card-title.js.map +1 -0
  239. package/dist/standalone/directives/ion-card.d.ts +12 -0
  240. package/dist/standalone/directives/ion-card.js +41 -0
  241. package/dist/standalone/directives/ion-card.js.map +1 -0
  242. package/dist/standalone/directives/ion-chip.d.ts +12 -0
  243. package/dist/standalone/directives/ion-chip.js +41 -0
  244. package/dist/standalone/directives/ion-chip.js.map +1 -0
  245. package/dist/standalone/directives/ion-col.d.ts +12 -0
  246. package/dist/standalone/directives/ion-col.js +41 -0
  247. package/dist/standalone/directives/ion-col.js.map +1 -0
  248. package/dist/standalone/directives/ion-content.d.ts +33 -0
  249. package/dist/standalone/directives/ion-content.js +52 -0
  250. package/dist/standalone/directives/ion-content.js.map +1 -0
  251. package/dist/standalone/directives/ion-datetime-button.d.ts +12 -0
  252. package/dist/standalone/directives/ion-datetime-button.js +41 -0
  253. package/dist/standalone/directives/ion-datetime-button.js.map +1 -0
  254. package/dist/standalone/directives/ion-fab-button.d.ts +23 -0
  255. package/dist/standalone/directives/ion-fab-button.js +48 -0
  256. package/dist/standalone/directives/ion-fab-button.js.map +1 -0
  257. package/dist/standalone/directives/ion-fab-list.d.ts +12 -0
  258. package/dist/standalone/directives/ion-fab-list.js +41 -0
  259. package/dist/standalone/directives/ion-fab-list.js.map +1 -0
  260. package/dist/standalone/directives/ion-fab.d.ts +12 -0
  261. package/dist/standalone/directives/ion-fab.js +42 -0
  262. package/dist/standalone/directives/ion-fab.js.map +1 -0
  263. package/dist/standalone/directives/ion-footer.d.ts +12 -0
  264. package/dist/standalone/directives/ion-footer.js +41 -0
  265. package/dist/standalone/directives/ion-footer.js.map +1 -0
  266. package/dist/standalone/directives/ion-grid.d.ts +12 -0
  267. package/dist/standalone/directives/ion-grid.js +41 -0
  268. package/dist/standalone/directives/ion-grid.js.map +1 -0
  269. package/dist/standalone/directives/ion-header.d.ts +12 -0
  270. package/dist/standalone/directives/ion-header.js +41 -0
  271. package/dist/standalone/directives/ion-header.js.map +1 -0
  272. package/dist/standalone/directives/ion-img.d.ts +28 -0
  273. package/dist/standalone/directives/ion-img.js +51 -0
  274. package/dist/standalone/directives/ion-img.js.map +1 -0
  275. package/dist/standalone/directives/ion-infinite-scroll-content.d.ts +12 -0
  276. package/dist/standalone/directives/ion-infinite-scroll-content.js +41 -0
  277. package/dist/standalone/directives/ion-infinite-scroll-content.js.map +1 -0
  278. package/dist/standalone/directives/ion-infinite-scroll.d.ts +21 -0
  279. package/dist/standalone/directives/ion-infinite-scroll.js +46 -0
  280. package/dist/standalone/directives/ion-infinite-scroll.js.map +1 -0
  281. package/dist/standalone/directives/ion-input-password-toggle.d.ts +12 -0
  282. package/dist/standalone/directives/ion-input-password-toggle.js +41 -0
  283. package/dist/standalone/directives/ion-input-password-toggle.js.map +1 -0
  284. package/dist/standalone/directives/ion-item-divider.d.ts +12 -0
  285. package/dist/standalone/directives/ion-item-divider.js +41 -0
  286. package/dist/standalone/directives/ion-item-divider.js.map +1 -0
  287. package/dist/standalone/directives/ion-item-group.d.ts +12 -0
  288. package/dist/standalone/directives/ion-item-group.js +40 -0
  289. package/dist/standalone/directives/ion-item-group.js.map +1 -0
  290. package/dist/standalone/directives/ion-item-option.d.ts +12 -0
  291. package/dist/standalone/directives/ion-item-option.js +41 -0
  292. package/dist/standalone/directives/ion-item-option.js.map +1 -0
  293. package/dist/standalone/directives/ion-item-options.d.ts +18 -0
  294. package/dist/standalone/directives/ion-item-options.js +45 -0
  295. package/dist/standalone/directives/ion-item-options.js.map +1 -0
  296. package/dist/standalone/directives/ion-item-sliding.d.ts +18 -0
  297. package/dist/standalone/directives/ion-item-sliding.js +46 -0
  298. package/dist/standalone/directives/ion-item-sliding.js.map +1 -0
  299. package/dist/standalone/directives/ion-item.d.ts +12 -0
  300. package/dist/standalone/directives/ion-item.js +41 -0
  301. package/dist/standalone/directives/ion-item.js.map +1 -0
  302. package/dist/standalone/directives/ion-label.d.ts +12 -0
  303. package/dist/standalone/directives/ion-label.js +41 -0
  304. package/dist/standalone/directives/ion-label.js.map +1 -0
  305. package/dist/standalone/directives/ion-list-header.d.ts +12 -0
  306. package/dist/standalone/directives/ion-list-header.js +41 -0
  307. package/dist/standalone/directives/ion-list-header.js.map +1 -0
  308. package/dist/standalone/directives/ion-list.d.ts +12 -0
  309. package/dist/standalone/directives/ion-list.js +42 -0
  310. package/dist/standalone/directives/ion-list.js.map +1 -0
  311. package/dist/standalone/directives/ion-loading.d.ts +58 -0
  312. package/dist/standalone/directives/ion-loading.js +67 -0
  313. package/dist/standalone/directives/ion-loading.js.map +1 -0
  314. package/dist/standalone/directives/ion-menu-button.d.ts +12 -0
  315. package/dist/standalone/directives/ion-menu-button.js +41 -0
  316. package/dist/standalone/directives/ion-menu-button.js.map +1 -0
  317. package/dist/standalone/directives/ion-menu-toggle.d.ts +12 -0
  318. package/dist/standalone/directives/ion-menu-toggle.js +41 -0
  319. package/dist/standalone/directives/ion-menu-toggle.js.map +1 -0
  320. package/dist/standalone/directives/ion-menu.d.ts +34 -0
  321. package/dist/standalone/directives/ion-menu.js +55 -0
  322. package/dist/standalone/directives/ion-menu.js.map +1 -0
  323. package/dist/standalone/directives/ion-nav-link.d.ts +12 -0
  324. package/dist/standalone/directives/ion-nav-link.js +41 -0
  325. package/dist/standalone/directives/ion-nav-link.js.map +1 -0
  326. package/dist/standalone/directives/ion-note.d.ts +12 -0
  327. package/dist/standalone/directives/ion-note.js +41 -0
  328. package/dist/standalone/directives/ion-note.js.map +1 -0
  329. package/dist/standalone/directives/ion-picker-column-option.d.ts +12 -0
  330. package/dist/standalone/directives/ion-picker-column-option.js +41 -0
  331. package/dist/standalone/directives/ion-picker-column-option.js.map +1 -0
  332. package/dist/standalone/directives/ion-picker-column.d.ts +21 -0
  333. package/dist/standalone/directives/ion-picker-column.js +46 -0
  334. package/dist/standalone/directives/ion-picker-column.js.map +1 -0
  335. package/dist/standalone/directives/ion-picker.d.ts +12 -0
  336. package/dist/standalone/directives/ion-picker.js +41 -0
  337. package/dist/standalone/directives/ion-picker.js.map +1 -0
  338. package/dist/standalone/directives/ion-progress-bar.d.ts +12 -0
  339. package/dist/standalone/directives/ion-progress-bar.js +41 -0
  340. package/dist/standalone/directives/ion-progress-bar.js.map +1 -0
  341. package/dist/standalone/directives/ion-radio.d.ts +23 -0
  342. package/dist/standalone/directives/ion-radio.js +48 -0
  343. package/dist/standalone/directives/ion-radio.js.map +1 -0
  344. package/dist/standalone/directives/ion-refresher-content.d.ts +12 -0
  345. package/dist/standalone/directives/ion-refresher-content.js +41 -0
  346. package/dist/standalone/directives/ion-refresher-content.js.map +1 -0
  347. package/dist/standalone/directives/ion-refresher.d.ts +45 -0
  348. package/dist/standalone/directives/ion-refresher.js +58 -0
  349. package/dist/standalone/directives/ion-refresher.js.map +1 -0
  350. package/dist/standalone/directives/ion-reorder-group.d.ts +44 -0
  351. package/dist/standalone/directives/ion-reorder-group.js +55 -0
  352. package/dist/standalone/directives/ion-reorder-group.js.map +1 -0
  353. package/dist/standalone/directives/ion-reorder.d.ts +12 -0
  354. package/dist/standalone/directives/ion-reorder.js +40 -0
  355. package/dist/standalone/directives/ion-reorder.js.map +1 -0
  356. package/dist/standalone/directives/ion-ripple-effect.d.ts +12 -0
  357. package/dist/standalone/directives/ion-ripple-effect.js +42 -0
  358. package/dist/standalone/directives/ion-ripple-effect.js.map +1 -0
  359. package/dist/standalone/directives/ion-row.d.ts +12 -0
  360. package/dist/standalone/directives/ion-row.js +40 -0
  361. package/dist/standalone/directives/ion-row.js.map +1 -0
  362. package/dist/standalone/directives/ion-segment-button.d.ts +12 -0
  363. package/dist/standalone/directives/ion-segment-button.js +41 -0
  364. package/dist/standalone/directives/ion-segment-button.js.map +1 -0
  365. package/dist/standalone/directives/ion-segment-content.d.ts +12 -0
  366. package/dist/standalone/directives/ion-segment-content.js +40 -0
  367. package/dist/standalone/directives/ion-segment-content.js.map +1 -0
  368. package/dist/standalone/directives/ion-segment-view.d.ts +19 -0
  369. package/dist/standalone/directives/ion-segment-view.js +45 -0
  370. package/dist/standalone/directives/ion-segment-view.js.map +1 -0
  371. package/dist/standalone/directives/ion-select-modal.d.ts +12 -0
  372. package/dist/standalone/directives/ion-select-modal.js +41 -0
  373. package/dist/standalone/directives/ion-select-modal.js.map +1 -0
  374. package/dist/standalone/directives/ion-select-option.d.ts +12 -0
  375. package/dist/standalone/directives/ion-select-option.js +41 -0
  376. package/dist/standalone/directives/ion-select-option.js.map +1 -0
  377. package/dist/standalone/directives/ion-skeleton-text.d.ts +12 -0
  378. package/dist/standalone/directives/ion-skeleton-text.js +41 -0
  379. package/dist/standalone/directives/ion-skeleton-text.js.map +1 -0
  380. package/dist/standalone/directives/ion-spinner.d.ts +12 -0
  381. package/dist/standalone/directives/ion-spinner.js +41 -0
  382. package/dist/standalone/directives/ion-spinner.js.map +1 -0
  383. package/dist/standalone/directives/ion-split-pane.d.ts +22 -0
  384. package/dist/standalone/directives/ion-split-pane.js +45 -0
  385. package/dist/standalone/directives/ion-split-pane.js.map +1 -0
  386. package/dist/standalone/directives/ion-tab-bar.d.ts +12 -0
  387. package/dist/standalone/directives/ion-tab-bar.js +41 -0
  388. package/dist/standalone/directives/ion-tab-bar.js.map +1 -0
  389. package/dist/standalone/directives/ion-tab-button.d.ts +12 -0
  390. package/dist/standalone/directives/ion-tab-button.js +41 -0
  391. package/dist/standalone/directives/ion-tab-button.js.map +1 -0
  392. package/dist/standalone/directives/ion-tab.d.ts +12 -0
  393. package/dist/standalone/directives/ion-tab.js +42 -0
  394. package/dist/standalone/directives/ion-tab.js.map +1 -0
  395. package/dist/standalone/directives/ion-text.d.ts +12 -0
  396. package/dist/standalone/directives/ion-text.js +41 -0
  397. package/dist/standalone/directives/ion-text.js.map +1 -0
  398. package/dist/standalone/directives/ion-thumbnail.d.ts +12 -0
  399. package/dist/standalone/directives/ion-thumbnail.js +40 -0
  400. package/dist/standalone/directives/ion-thumbnail.js.map +1 -0
  401. package/dist/standalone/directives/ion-title.d.ts +12 -0
  402. package/dist/standalone/directives/ion-title.js +41 -0
  403. package/dist/standalone/directives/ion-title.js.map +1 -0
  404. package/dist/standalone/directives/ion-toast.d.ts +58 -0
  405. package/dist/standalone/directives/ion-toast.js +67 -0
  406. package/dist/standalone/directives/ion-toast.js.map +1 -0
  407. package/dist/standalone/directives/ion-toolbar.d.ts +12 -0
  408. package/dist/standalone/directives/ion-toolbar.js +41 -0
  409. package/dist/standalone/directives/ion-toolbar.js.map +1 -0
  410. package/dist/standalone/directives/proxies.d.ts +77 -0
  411. package/dist/standalone/directives/proxies.js +79 -0
  412. package/dist/standalone/directives/proxies.js.map +1 -0
  413. package/dist/standalone/directives/radio-group.d.ts +18 -0
  414. package/dist/standalone/directives/radio-group.js +65 -0
  415. package/dist/standalone/directives/radio-group.js.map +1 -0
  416. package/dist/standalone/directives/range.d.ts +47 -0
  417. package/dist/standalone/directives/range.js +83 -0
  418. package/dist/standalone/directives/range.js.map +1 -0
  419. package/dist/standalone/directives/searchbar.d.ts +45 -0
  420. package/dist/standalone/directives/searchbar.js +87 -0
  421. package/dist/standalone/directives/searchbar.js.map +1 -0
  422. package/dist/standalone/directives/segment.d.ts +19 -0
  423. package/dist/standalone/directives/segment.js +65 -0
  424. package/dist/standalone/directives/segment.js.map +1 -0
  425. package/dist/standalone/directives/select.d.ts +34 -0
  426. package/dist/standalone/directives/select.js +89 -0
  427. package/dist/standalone/directives/select.js.map +1 -0
  428. package/dist/standalone/directives/textarea.d.ts +37 -0
  429. package/dist/standalone/directives/textarea.js +96 -0
  430. package/dist/standalone/directives/textarea.js.map +1 -0
  431. package/dist/standalone/directives/toggle.d.ts +28 -0
  432. package/dist/standalone/directives/toggle.js +81 -0
  433. package/dist/standalone/directives/toggle.js.map +1 -0
  434. package/dist/standalone/index.d.ts +22 -0
  435. package/dist/standalone/index.js +24 -0
  436. package/dist/standalone/index.js.map +1 -0
  437. package/dist/standalone/navigation/back-button.d.ts +9 -0
  438. package/dist/standalone/navigation/back-button.js +37 -0
  439. package/dist/standalone/navigation/back-button.js.map +1 -0
  440. package/dist/standalone/navigation/nav.d.ts +8 -0
  441. package/dist/standalone/navigation/nav.js +33 -0
  442. package/dist/standalone/navigation/nav.js.map +1 -0
  443. package/dist/standalone/navigation/router-link-delegate.d.ts +10 -0
  444. package/dist/standalone/navigation/router-link-delegate.js +26 -0
  445. package/dist/standalone/navigation/router-link-delegate.js.map +1 -0
  446. package/dist/standalone/navigation/router-outlet.d.ts +25 -0
  447. package/dist/standalone/navigation/router-outlet.js +65 -0
  448. package/dist/standalone/navigation/router-outlet.js.map +1 -0
  449. package/dist/standalone/navigation/tabs.d.ts +13 -0
  450. package/dist/standalone/navigation/tabs.js +57 -0
  451. package/dist/standalone/navigation/tabs.js.map +1 -0
  452. package/dist/standalone/overlays/modal.d.ts +6 -0
  453. package/dist/standalone/overlays/modal.js +37 -0
  454. package/dist/standalone/overlays/modal.js.map +1 -0
  455. package/dist/standalone/overlays/popover.d.ts +6 -0
  456. package/dist/standalone/overlays/popover.js +33 -0
  457. package/dist/standalone/overlays/popover.js.map +1 -0
  458. package/dist/standalone/providers/action-sheet-controller.d.ts +8 -0
  459. package/dist/standalone/providers/action-sheet-controller.js +20 -0
  460. package/dist/standalone/providers/action-sheet-controller.js.map +1 -0
  461. package/dist/standalone/providers/alert-controller.d.ts +8 -0
  462. package/dist/standalone/providers/alert-controller.js +20 -0
  463. package/dist/standalone/providers/alert-controller.js.map +1 -0
  464. package/dist/standalone/providers/animation-controller.d.ts +25 -0
  465. package/dist/standalone/providers/animation-controller.js +37 -0
  466. package/dist/standalone/providers/animation-controller.js.map +1 -0
  467. package/dist/standalone/providers/gesture-controller.d.ts +13 -0
  468. package/dist/standalone/providers/gesture-controller.js +32 -0
  469. package/dist/standalone/providers/gesture-controller.js.map +1 -0
  470. package/dist/standalone/providers/ionic-angular.d.ts +7 -0
  471. package/dist/standalone/providers/ionic-angular.js +38 -0
  472. package/dist/standalone/providers/ionic-angular.js.map +1 -0
  473. package/dist/standalone/providers/loading-controller.d.ts +8 -0
  474. package/dist/standalone/providers/loading-controller.js +20 -0
  475. package/dist/standalone/providers/loading-controller.js.map +1 -0
  476. package/dist/standalone/providers/menu-controller.d.ts +7 -0
  477. package/dist/standalone/providers/menu-controller.js +18 -0
  478. package/dist/standalone/providers/menu-controller.js.map +1 -0
  479. package/dist/standalone/providers/modal-controller.d.ts +12 -0
  480. package/dist/standalone/providers/modal-controller.js +27 -0
  481. package/dist/standalone/providers/modal-controller.js.map +1 -0
  482. package/dist/standalone/providers/popover-controller.d.ts +9 -0
  483. package/dist/standalone/providers/popover-controller.js +21 -0
  484. package/dist/standalone/providers/popover-controller.js.map +1 -0
  485. package/dist/standalone/providers/toast-controller.d.ts +8 -0
  486. package/dist/standalone/providers/toast-controller.js +20 -0
  487. package/dist/standalone/providers/toast-controller.js.map +1 -0
  488. package/package.json +163 -22
  489. package/fesm2022/ionic-angular-common.mjs +0 -2799
  490. package/fesm2022/ionic-angular-common.mjs.map +0 -1
  491. package/fesm2022/ionic-angular-lazy.mjs.map +0 -1
  492. package/fesm2022/ionic-angular.mjs +0 -3644
  493. package/fesm2022/ionic-angular.mjs.map +0 -1
  494. package/types/ionic-angular-common.d.ts +0 -1031
  495. package/types/ionic-angular.d.ts +0 -1560
  496. /package/{schematics → dist/schematics}/add/files/root/theme/variables.css +0 -0
  497. /package/{schematics → dist/schematics}/add/index.js +0 -0
  498. /package/{schematics → dist/schematics}/add/schema.json +0 -0
  499. /package/{schematics → dist/schematics}/collection.json +0 -0
  500. /package/{schematics → dist/schematics}/utils/ast.js +0 -0
  501. /package/{schematics → dist/schematics}/utils/config.js +0 -0
  502. /package/{schematics → dist/schematics}/utils/package.js +0 -0
@@ -1,3644 +0,0 @@
1
- import { __decorate } from 'tslib';
2
- import * as i0 from '@angular/core';
3
- import { ViewContainerRef, ViewChild, Attribute, Optional, SkipSelf, Component, ChangeDetectionStrategy, Directive, EventEmitter, Output, ContentChildren, ContentChild, inject, Injector, EnvironmentInjector, Injectable, makeEnvironmentProviders, APP_INITIALIZER, forwardRef, HostListener } from '@angular/core';
4
- import * as i2$1 from '@ionic/angular/common';
5
- import { IonRouterOutlet as IonRouterOutlet$1, ProxyCmp as ProxyCmp$1, IonBackButton as IonBackButton$1, IonModal as IonModal$1, IonPopover as IonPopover$1, RouterLinkDelegateDirective, RouterLinkWithHrefDelegateDirective, IonTabs as IonTabs$1, OverlayBaseController, AngularDelegate, ConfigToken, provideComponentInputBinding, MenuController as MenuController$1, IonNav as IonNav$1, ValueAccessor, setIonicClasses } from '@ionic/angular/common';
6
- export { Config, DomController, IonModalToken, IonicRouteStrategy, NavController, NavParams, Platform } from '@ionic/angular/common';
7
- import { defineCustomElement as defineCustomElement$2 } from '@ionic/core/components/ion-back-button.js';
8
- import { defineCustomElement as defineCustomElement$1 } from '@ionic/core/components/ion-router-outlet.js';
9
- import * as i1 from '@angular/common';
10
- import { CommonModule, NgIf, DOCUMENT } from '@angular/common';
11
- import * as i2 from '@angular/router';
12
- import { defineCustomElement as defineCustomElement$3 } from '@ionic/core/components/ion-modal.js';
13
- import { defineCustomElement as defineCustomElement$4 } from '@ionic/core/components/ion-popover.js';
14
- import { fromEvent } from 'rxjs';
15
- import { defineCustomElement as defineCustomElement$5 } from '@ionic/core/components/ion-accordion.js';
16
- import { defineCustomElement as defineCustomElement$6 } from '@ionic/core/components/ion-accordion-group.js';
17
- import { defineCustomElement as defineCustomElement$7 } from '@ionic/core/components/ion-action-sheet.js';
18
- import { defineCustomElement as defineCustomElement$8 } from '@ionic/core/components/ion-alert.js';
19
- import { defineCustomElement as defineCustomElement$9 } from '@ionic/core/components/ion-app.js';
20
- import { defineCustomElement as defineCustomElement$a } from '@ionic/core/components/ion-avatar.js';
21
- import { defineCustomElement as defineCustomElement$b } from '@ionic/core/components/ion-backdrop.js';
22
- import { defineCustomElement as defineCustomElement$c } from '@ionic/core/components/ion-badge.js';
23
- import { defineCustomElement as defineCustomElement$d } from '@ionic/core/components/ion-breadcrumb.js';
24
- import { defineCustomElement as defineCustomElement$e } from '@ionic/core/components/ion-breadcrumbs.js';
25
- import { defineCustomElement as defineCustomElement$f } from '@ionic/core/components/ion-button.js';
26
- import { defineCustomElement as defineCustomElement$g } from '@ionic/core/components/ion-buttons.js';
27
- import { defineCustomElement as defineCustomElement$h } from '@ionic/core/components/ion-card.js';
28
- import { defineCustomElement as defineCustomElement$i } from '@ionic/core/components/ion-card-content.js';
29
- import { defineCustomElement as defineCustomElement$j } from '@ionic/core/components/ion-card-header.js';
30
- import { defineCustomElement as defineCustomElement$k } from '@ionic/core/components/ion-card-subtitle.js';
31
- import { defineCustomElement as defineCustomElement$l } from '@ionic/core/components/ion-card-title.js';
32
- import { defineCustomElement as defineCustomElement$m } from '@ionic/core/components/ion-chip.js';
33
- import { defineCustomElement as defineCustomElement$n } from '@ionic/core/components/ion-col.js';
34
- import { defineCustomElement as defineCustomElement$o } from '@ionic/core/components/ion-content.js';
35
- import { defineCustomElement as defineCustomElement$p } from '@ionic/core/components/ion-datetime-button.js';
36
- import { defineCustomElement as defineCustomElement$q } from '@ionic/core/components/ion-fab.js';
37
- import { defineCustomElement as defineCustomElement$r } from '@ionic/core/components/ion-fab-button.js';
38
- import { defineCustomElement as defineCustomElement$s } from '@ionic/core/components/ion-fab-list.js';
39
- import { defineCustomElement as defineCustomElement$t } from '@ionic/core/components/ion-footer.js';
40
- import { defineCustomElement as defineCustomElement$u } from '@ionic/core/components/ion-grid.js';
41
- import { defineCustomElement as defineCustomElement$v } from '@ionic/core/components/ion-header.js';
42
- import { defineCustomElement as defineCustomElement$w } from '@ionic/core/components/ion-img.js';
43
- import { defineCustomElement as defineCustomElement$x } from '@ionic/core/components/ion-infinite-scroll.js';
44
- import { defineCustomElement as defineCustomElement$y } from '@ionic/core/components/ion-infinite-scroll-content.js';
45
- import { defineCustomElement as defineCustomElement$z } from '@ionic/core/components/ion-input-password-toggle.js';
46
- import { defineCustomElement as defineCustomElement$A } from '@ionic/core/components/ion-item.js';
47
- import { defineCustomElement as defineCustomElement$B } from '@ionic/core/components/ion-item-divider.js';
48
- import { defineCustomElement as defineCustomElement$C } from '@ionic/core/components/ion-item-group.js';
49
- import { defineCustomElement as defineCustomElement$D } from '@ionic/core/components/ion-item-option.js';
50
- import { defineCustomElement as defineCustomElement$E } from '@ionic/core/components/ion-item-options.js';
51
- import { defineCustomElement as defineCustomElement$F } from '@ionic/core/components/ion-item-sliding.js';
52
- import { defineCustomElement as defineCustomElement$G } from '@ionic/core/components/ion-label.js';
53
- import { defineCustomElement as defineCustomElement$H } from '@ionic/core/components/ion-list.js';
54
- import { defineCustomElement as defineCustomElement$I } from '@ionic/core/components/ion-list-header.js';
55
- import { defineCustomElement as defineCustomElement$J } from '@ionic/core/components/ion-loading.js';
56
- import { defineCustomElement as defineCustomElement$K } from '@ionic/core/components/ion-menu.js';
57
- import { defineCustomElement as defineCustomElement$L } from '@ionic/core/components/ion-menu-button.js';
58
- import { defineCustomElement as defineCustomElement$M } from '@ionic/core/components/ion-menu-toggle.js';
59
- import { defineCustomElement as defineCustomElement$N } from '@ionic/core/components/ion-nav-link.js';
60
- import { defineCustomElement as defineCustomElement$O } from '@ionic/core/components/ion-note.js';
61
- import { defineCustomElement as defineCustomElement$P } from '@ionic/core/components/ion-picker.js';
62
- import { defineCustomElement as defineCustomElement$Q } from '@ionic/core/components/ion-picker-column.js';
63
- import { defineCustomElement as defineCustomElement$R } from '@ionic/core/components/ion-picker-column-option.js';
64
- import { defineCustomElement as defineCustomElement$S } from '@ionic/core/components/ion-progress-bar.js';
65
- import { defineCustomElement as defineCustomElement$T } from '@ionic/core/components/ion-radio.js';
66
- import { defineCustomElement as defineCustomElement$U } from '@ionic/core/components/ion-refresher.js';
67
- import { defineCustomElement as defineCustomElement$V } from '@ionic/core/components/ion-refresher-content.js';
68
- import { defineCustomElement as defineCustomElement$W } from '@ionic/core/components/ion-reorder.js';
69
- import { defineCustomElement as defineCustomElement$X } from '@ionic/core/components/ion-reorder-group.js';
70
- import { defineCustomElement as defineCustomElement$Y } from '@ionic/core/components/ion-ripple-effect.js';
71
- import { defineCustomElement as defineCustomElement$Z } from '@ionic/core/components/ion-row.js';
72
- import { defineCustomElement as defineCustomElement$_ } from '@ionic/core/components/ion-segment-button.js';
73
- import { defineCustomElement as defineCustomElement$$ } from '@ionic/core/components/ion-segment-content.js';
74
- import { defineCustomElement as defineCustomElement$10 } from '@ionic/core/components/ion-segment-view.js';
75
- import { defineCustomElement as defineCustomElement$11 } from '@ionic/core/components/ion-select-modal.js';
76
- import { defineCustomElement as defineCustomElement$12 } from '@ionic/core/components/ion-select-option.js';
77
- import { defineCustomElement as defineCustomElement$13 } from '@ionic/core/components/ion-skeleton-text.js';
78
- import { defineCustomElement as defineCustomElement$14 } from '@ionic/core/components/ion-spinner.js';
79
- import { defineCustomElement as defineCustomElement$15 } from '@ionic/core/components/ion-split-pane.js';
80
- import { defineCustomElement as defineCustomElement$16 } from '@ionic/core/components/ion-tab.js';
81
- import { defineCustomElement as defineCustomElement$17 } from '@ionic/core/components/ion-tab-bar.js';
82
- import { defineCustomElement as defineCustomElement$18 } from '@ionic/core/components/ion-tab-button.js';
83
- import { defineCustomElement as defineCustomElement$19 } from '@ionic/core/components/ion-text.js';
84
- import { defineCustomElement as defineCustomElement$1a } from '@ionic/core/components/ion-thumbnail.js';
85
- import { defineCustomElement as defineCustomElement$1b } from '@ionic/core/components/ion-title.js';
86
- import { defineCustomElement as defineCustomElement$1c } from '@ionic/core/components/ion-toast.js';
87
- import { defineCustomElement as defineCustomElement$1d } from '@ionic/core/components/ion-toolbar.js';
88
- import { modalController, popoverController, initialize, actionSheetController, alertController, createAnimation, getTimeGivenProgression, createGesture, loadingController, menuController, toastController } from '@ionic/core/components';
89
- export { IonicSafeString, IonicSlides, createAnimation, createGesture, getPlatforms, getTimeGivenProgression, iosTransitionAnimation, isPlatform, mdTransitionAnimation } from '@ionic/core/components';
90
- import { defineCustomElement as defineCustomElement$1e } from '@ionic/core/components/ion-nav.js';
91
- import { NG_VALUE_ACCESSOR } from '@angular/forms';
92
- import { defineCustomElement as defineCustomElement$1f } from '@ionic/core/components/ion-checkbox.js';
93
- import { defineCustomElement as defineCustomElement$1g } from '@ionic/core/components/ion-datetime.js';
94
- import { defineCustomElement as defineCustomElement$1h } from 'ionicons/components/ion-icon.js';
95
- import { defineCustomElement as defineCustomElement$1i } from '@ionic/core/components/ion-input.js';
96
- import { defineCustomElement as defineCustomElement$1j } from '@ionic/core/components/ion-input-otp.js';
97
- import { defineCustomElement as defineCustomElement$1k } from '@ionic/core/components/ion-radio-group.js';
98
- import { defineCustomElement as defineCustomElement$1l } from '@ionic/core/components/ion-range.js';
99
- import { defineCustomElement as defineCustomElement$1m } from '@ionic/core/components/ion-searchbar.js';
100
- import { defineCustomElement as defineCustomElement$1n } from '@ionic/core/components/ion-segment.js';
101
- import { defineCustomElement as defineCustomElement$1o } from '@ionic/core/components/ion-select.js';
102
- import { defineCustomElement as defineCustomElement$1p } from '@ionic/core/components/ion-textarea.js';
103
- import { defineCustomElement as defineCustomElement$1q } from '@ionic/core/components/ion-toggle.js';
104
-
105
- let IonRouterOutlet = class IonRouterOutlet extends IonRouterOutlet$1 {
106
- parentOutlet;
107
- /**
108
- * `static: true` must be set so the query results are resolved
109
- * before change detection runs. Otherwise, the view container
110
- * ref will be ion-router-outlet instead of ng-container, and
111
- * the first view will be added as a sibling of ion-router-outlet
112
- * instead of a child.
113
- */
114
- outletContent;
115
- /**
116
- * We need to pass in the correct instance of IonRouterOutlet
117
- * otherwise parentOutlet will be null in a nested outlet context.
118
- * This results in APIs such as NavController.pop not working
119
- * in nested outlets because the parent outlet cannot be found.
120
- */
121
- constructor(name, tabs, commonLocation, elementRef, router, zone, activatedRoute, parentOutlet) {
122
- super(name, tabs, commonLocation, elementRef, router, zone, activatedRoute, parentOutlet);
123
- this.parentOutlet = parentOutlet;
124
- }
125
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonRouterOutlet, deps: [{ token: 'name', attribute: true }, { token: 'tabs', attribute: true, optional: true }, { token: i1.Location }, { token: i0.ElementRef }, { token: i2.Router }, { token: i0.NgZone }, { token: i2.ActivatedRoute }, { token: IonRouterOutlet, optional: true, skipSelf: true }], target: i0.ɵɵFactoryTarget.Component });
126
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonRouterOutlet, isStandalone: true, selector: "ion-router-outlet", viewQueries: [{ propertyName: "outletContent", first: true, predicate: ["outletContent"], descendants: true, read: ViewContainerRef, static: true }], usesInheritance: true, ngImport: i0, template: '<ng-container #outletContent><ng-content></ng-content></ng-container>', isInline: true });
127
- };
128
- IonRouterOutlet = __decorate([
129
- ProxyCmp$1({
130
- defineCustomElementFn: defineCustomElement$1,
131
- })
132
- ], IonRouterOutlet);
133
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonRouterOutlet, decorators: [{
134
- type: Component,
135
- args: [{
136
- selector: 'ion-router-outlet',
137
- standalone: true,
138
- template: '<ng-container #outletContent><ng-content></ng-content></ng-container>',
139
- }]
140
- }], ctorParameters: () => [{ type: undefined, decorators: [{
141
- type: Attribute,
142
- args: ['name']
143
- }] }, { type: undefined, decorators: [{
144
- type: Optional
145
- }, {
146
- type: Attribute,
147
- args: ['tabs']
148
- }] }, { type: i1.Location }, { type: i0.ElementRef }, { type: i2.Router }, { type: i0.NgZone }, { type: i2.ActivatedRoute }, { type: IonRouterOutlet, decorators: [{
149
- type: SkipSelf
150
- }, {
151
- type: Optional
152
- }] }], propDecorators: { outletContent: [{
153
- type: ViewChild,
154
- args: ['outletContent', { read: ViewContainerRef, static: true }]
155
- }] } });
156
-
157
- let IonBackButton = class IonBackButton extends IonBackButton$1 {
158
- constructor(routerOutlet, navCtrl, config, r, z, c) {
159
- super(routerOutlet, navCtrl, config, r, z, c);
160
- }
161
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonBackButton, deps: [{ token: IonRouterOutlet, optional: true }, { token: i2$1.NavController }, { token: i2$1.Config }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
162
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonBackButton, isStandalone: true, selector: "ion-back-button", usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
163
- };
164
- IonBackButton = __decorate([
165
- ProxyCmp$1({
166
- defineCustomElementFn: defineCustomElement$2,
167
- })
168
- ], IonBackButton);
169
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonBackButton, decorators: [{
170
- type: Component,
171
- args: [{
172
- selector: 'ion-back-button',
173
- changeDetection: ChangeDetectionStrategy.OnPush,
174
- template: '<ng-content></ng-content>',
175
- standalone: true,
176
- }]
177
- }], ctorParameters: () => [{ type: IonRouterOutlet, decorators: [{
178
- type: Optional
179
- }] }, { type: i2$1.NavController }, { type: i2$1.Config }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: i0.ChangeDetectorRef }] });
180
-
181
- let IonModal = class IonModal extends IonModal$1 {
182
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonModal, deps: null, target: i0.ɵɵFactoryTarget.Component });
183
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonModal, isStandalone: true, selector: "ion-modal", usesInheritance: true, ngImport: i0, template: `<div class="ion-delegate-host ion-page" *ngIf="isCmpOpen || keepContentsMounted">
184
- <ng-container [ngTemplateOutlet]="template"></ng-container>
185
- </div>`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
186
- };
187
- IonModal = __decorate([
188
- ProxyCmp$1({
189
- defineCustomElementFn: defineCustomElement$3,
190
- })
191
- ], IonModal);
192
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonModal, decorators: [{
193
- type: Component,
194
- args: [{
195
- selector: 'ion-modal',
196
- changeDetection: ChangeDetectionStrategy.OnPush,
197
- template: `<div class="ion-delegate-host ion-page" *ngIf="isCmpOpen || keepContentsMounted">
198
- <ng-container [ngTemplateOutlet]="template"></ng-container>
199
- </div>`,
200
- standalone: true,
201
- imports: [CommonModule],
202
- }]
203
- }] });
204
-
205
- let IonPopover = class IonPopover extends IonPopover$1 {
206
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonPopover, deps: null, target: i0.ɵɵFactoryTarget.Component });
207
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonPopover, isStandalone: true, selector: "ion-popover", usesInheritance: true, ngImport: i0, template: `<ng-container [ngTemplateOutlet]="template" *ngIf="isCmpOpen || keepContentsMounted"></ng-container>`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
208
- };
209
- IonPopover = __decorate([
210
- ProxyCmp$1({
211
- defineCustomElementFn: defineCustomElement$4,
212
- })
213
- ], IonPopover);
214
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonPopover, decorators: [{
215
- type: Component,
216
- args: [{
217
- selector: 'ion-popover',
218
- changeDetection: ChangeDetectionStrategy.OnPush,
219
- template: `<ng-container [ngTemplateOutlet]="template" *ngIf="isCmpOpen || keepContentsMounted"></ng-container>`,
220
- standalone: true,
221
- imports: [CommonModule],
222
- }]
223
- }] });
224
-
225
- class IonRouterLink extends RouterLinkDelegateDirective {
226
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonRouterLink, deps: null, target: i0.ɵɵFactoryTarget.Directive });
227
- /** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.0.0", type: IonRouterLink, isStandalone: true, selector: ":not(a):not(area)[routerLink]", usesInheritance: true, ngImport: i0 });
228
- }
229
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonRouterLink, decorators: [{
230
- type: Directive,
231
- args: [{
232
- selector: ':not(a):not(area)[routerLink]',
233
- standalone: true,
234
- }]
235
- }] });
236
- class IonRouterLinkWithHref extends RouterLinkWithHrefDelegateDirective {
237
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonRouterLinkWithHref, deps: null, target: i0.ɵɵFactoryTarget.Directive });
238
- /** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.0.0", type: IonRouterLinkWithHref, isStandalone: true, selector: "a[routerLink],area[routerLink]", usesInheritance: true, ngImport: i0 });
239
- }
240
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonRouterLinkWithHref, decorators: [{
241
- type: Directive,
242
- args: [{
243
- selector: 'a[routerLink],area[routerLink]',
244
- standalone: true,
245
- }]
246
- }] });
247
-
248
- /* eslint-disable */
249
- /* tslint:disable */
250
- const proxyInputs = (Cmp, inputs) => {
251
- const Prototype = Cmp.prototype;
252
- inputs.forEach((item) => {
253
- Object.defineProperty(Prototype, item, {
254
- get() {
255
- return this.el[item];
256
- },
257
- set(val) {
258
- this.z.runOutsideAngular(() => (this.el[item] = val));
259
- },
260
- /**
261
- * In the event that proxyInputs is called
262
- * multiple times re-defining these inputs
263
- * will cause an error to be thrown. As a result
264
- * we set configurable: true to indicate these
265
- * properties can be changed.
266
- */
267
- configurable: true,
268
- });
269
- });
270
- };
271
- const proxyMethods = (Cmp, methods) => {
272
- const Prototype = Cmp.prototype;
273
- methods.forEach((methodName) => {
274
- Prototype[methodName] = function () {
275
- const args = arguments;
276
- return this.z.runOutsideAngular(() => this.el[methodName].apply(this.el, args));
277
- };
278
- });
279
- };
280
- const proxyOutputs = (instance, el, events) => {
281
- events.forEach((eventName) => (instance[eventName] = fromEvent(el, eventName)));
282
- };
283
- const defineCustomElement = (tagName, customElement) => {
284
- if (customElement !== undefined && typeof customElements !== 'undefined' && !customElements.get(tagName)) {
285
- customElements.define(tagName, customElement);
286
- }
287
- };
288
- // tslint:disable-next-line: only-arrow-functions
289
- function ProxyCmp(opts) {
290
- const decorator = function (cls) {
291
- const { defineCustomElementFn, inputs, methods } = opts;
292
- if (defineCustomElementFn !== undefined) {
293
- defineCustomElementFn();
294
- }
295
- if (inputs) {
296
- proxyInputs(cls, inputs);
297
- }
298
- if (methods) {
299
- proxyMethods(cls, methods);
300
- }
301
- return cls;
302
- };
303
- return decorator;
304
- }
305
-
306
- let IonAccordion = class IonAccordion {
307
- z;
308
- el;
309
- constructor(c, r, z) {
310
- this.z = z;
311
- c.detach();
312
- this.el = r.nativeElement;
313
- }
314
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonAccordion, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
315
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonAccordion, isStandalone: true, selector: "ion-accordion", inputs: { disabled: "disabled", mode: "mode", readonly: "readonly", toggleIcon: "toggleIcon", toggleIconSlot: "toggleIconSlot", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
316
- };
317
- IonAccordion = __decorate([
318
- ProxyCmp({
319
- defineCustomElementFn: defineCustomElement$5,
320
- inputs: ['disabled', 'mode', 'readonly', 'toggleIcon', 'toggleIconSlot', 'value']
321
- })
322
- ], IonAccordion);
323
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonAccordion, decorators: [{
324
- type: Component,
325
- args: [{
326
- selector: 'ion-accordion',
327
- changeDetection: ChangeDetectionStrategy.OnPush,
328
- template: '<ng-content></ng-content>',
329
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
330
- inputs: ['disabled', 'mode', 'readonly', 'toggleIcon', 'toggleIconSlot', 'value'],
331
- }]
332
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
333
- let IonAccordionGroup = class IonAccordionGroup {
334
- z;
335
- el;
336
- ionChange = new EventEmitter();
337
- constructor(c, r, z) {
338
- this.z = z;
339
- c.detach();
340
- this.el = r.nativeElement;
341
- }
342
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonAccordionGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
343
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonAccordionGroup, isStandalone: true, selector: "ion-accordion-group", inputs: { animated: "animated", disabled: "disabled", expand: "expand", mode: "mode", multiple: "multiple", readonly: "readonly", value: "value" }, outputs: { ionChange: "ionChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
344
- };
345
- IonAccordionGroup = __decorate([
346
- ProxyCmp({
347
- defineCustomElementFn: defineCustomElement$6,
348
- inputs: ['animated', 'disabled', 'expand', 'mode', 'multiple', 'readonly', 'value']
349
- })
350
- ], IonAccordionGroup);
351
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonAccordionGroup, decorators: [{
352
- type: Component,
353
- args: [{
354
- selector: 'ion-accordion-group',
355
- changeDetection: ChangeDetectionStrategy.OnPush,
356
- template: '<ng-content></ng-content>',
357
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
358
- inputs: ['animated', 'disabled', 'expand', 'mode', 'multiple', 'readonly', 'value'],
359
- outputs: ['ionChange'],
360
- }]
361
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionChange: [{
362
- type: Output
363
- }] } });
364
- let IonActionSheet = class IonActionSheet {
365
- z;
366
- el;
367
- ionActionSheetDidPresent = new EventEmitter();
368
- ionActionSheetWillPresent = new EventEmitter();
369
- ionActionSheetWillDismiss = new EventEmitter();
370
- ionActionSheetDidDismiss = new EventEmitter();
371
- didPresent = new EventEmitter();
372
- willPresent = new EventEmitter();
373
- willDismiss = new EventEmitter();
374
- didDismiss = new EventEmitter();
375
- constructor(c, r, z) {
376
- this.z = z;
377
- c.detach();
378
- this.el = r.nativeElement;
379
- }
380
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonActionSheet, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
381
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonActionSheet, isStandalone: true, selector: "ion-action-sheet", inputs: { animated: "animated", backdropDismiss: "backdropDismiss", buttons: "buttons", cssClass: "cssClass", enterAnimation: "enterAnimation", header: "header", htmlAttributes: "htmlAttributes", isOpen: "isOpen", keyboardClose: "keyboardClose", leaveAnimation: "leaveAnimation", mode: "mode", subHeader: "subHeader", translucent: "translucent", trigger: "trigger" }, outputs: { ionActionSheetDidPresent: "ionActionSheetDidPresent", ionActionSheetWillPresent: "ionActionSheetWillPresent", ionActionSheetWillDismiss: "ionActionSheetWillDismiss", ionActionSheetDidDismiss: "ionActionSheetDidDismiss", didPresent: "didPresent", willPresent: "willPresent", willDismiss: "willDismiss", didDismiss: "didDismiss" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
382
- };
383
- IonActionSheet = __decorate([
384
- ProxyCmp({
385
- defineCustomElementFn: defineCustomElement$7,
386
- inputs: ['animated', 'backdropDismiss', 'buttons', 'cssClass', 'enterAnimation', 'header', 'htmlAttributes', 'isOpen', 'keyboardClose', 'leaveAnimation', 'mode', 'subHeader', 'translucent', 'trigger'],
387
- methods: ['present', 'dismiss', 'onDidDismiss', 'onWillDismiss']
388
- })
389
- ], IonActionSheet);
390
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonActionSheet, decorators: [{
391
- type: Component,
392
- args: [{
393
- selector: 'ion-action-sheet',
394
- changeDetection: ChangeDetectionStrategy.OnPush,
395
- template: '<ng-content></ng-content>',
396
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
397
- inputs: ['animated', 'backdropDismiss', 'buttons', 'cssClass', 'enterAnimation', 'header', 'htmlAttributes', 'isOpen', 'keyboardClose', 'leaveAnimation', 'mode', 'subHeader', 'translucent', 'trigger'],
398
- outputs: ['ionActionSheetDidPresent', 'ionActionSheetWillPresent', 'ionActionSheetWillDismiss', 'ionActionSheetDidDismiss', 'didPresent', 'willPresent', 'willDismiss', 'didDismiss'],
399
- }]
400
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionActionSheetDidPresent: [{
401
- type: Output
402
- }], ionActionSheetWillPresent: [{
403
- type: Output
404
- }], ionActionSheetWillDismiss: [{
405
- type: Output
406
- }], ionActionSheetDidDismiss: [{
407
- type: Output
408
- }], didPresent: [{
409
- type: Output
410
- }], willPresent: [{
411
- type: Output
412
- }], willDismiss: [{
413
- type: Output
414
- }], didDismiss: [{
415
- type: Output
416
- }] } });
417
- let IonAlert = class IonAlert {
418
- z;
419
- el;
420
- ionAlertDidPresent = new EventEmitter();
421
- ionAlertWillPresent = new EventEmitter();
422
- ionAlertWillDismiss = new EventEmitter();
423
- ionAlertDidDismiss = new EventEmitter();
424
- didPresent = new EventEmitter();
425
- willPresent = new EventEmitter();
426
- willDismiss = new EventEmitter();
427
- didDismiss = new EventEmitter();
428
- constructor(c, r, z) {
429
- this.z = z;
430
- c.detach();
431
- this.el = r.nativeElement;
432
- }
433
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonAlert, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
434
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonAlert, isStandalone: true, selector: "ion-alert", inputs: { animated: "animated", backdropDismiss: "backdropDismiss", buttons: "buttons", cssClass: "cssClass", enterAnimation: "enterAnimation", header: "header", htmlAttributes: "htmlAttributes", inputs: "inputs", isOpen: "isOpen", keyboardClose: "keyboardClose", leaveAnimation: "leaveAnimation", message: "message", mode: "mode", subHeader: "subHeader", translucent: "translucent", trigger: "trigger" }, outputs: { ionAlertDidPresent: "ionAlertDidPresent", ionAlertWillPresent: "ionAlertWillPresent", ionAlertWillDismiss: "ionAlertWillDismiss", ionAlertDidDismiss: "ionAlertDidDismiss", didPresent: "didPresent", willPresent: "willPresent", willDismiss: "willDismiss", didDismiss: "didDismiss" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
435
- };
436
- IonAlert = __decorate([
437
- ProxyCmp({
438
- defineCustomElementFn: defineCustomElement$8,
439
- inputs: ['animated', 'backdropDismiss', 'buttons', 'cssClass', 'enterAnimation', 'header', 'htmlAttributes', 'inputs', 'isOpen', 'keyboardClose', 'leaveAnimation', 'message', 'mode', 'subHeader', 'translucent', 'trigger'],
440
- methods: ['present', 'dismiss', 'onDidDismiss', 'onWillDismiss']
441
- })
442
- ], IonAlert);
443
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonAlert, decorators: [{
444
- type: Component,
445
- args: [{
446
- selector: 'ion-alert',
447
- changeDetection: ChangeDetectionStrategy.OnPush,
448
- template: '<ng-content></ng-content>',
449
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
450
- inputs: ['animated', 'backdropDismiss', 'buttons', 'cssClass', 'enterAnimation', 'header', 'htmlAttributes', 'inputs', 'isOpen', 'keyboardClose', 'leaveAnimation', 'message', 'mode', 'subHeader', 'translucent', 'trigger'],
451
- outputs: ['ionAlertDidPresent', 'ionAlertWillPresent', 'ionAlertWillDismiss', 'ionAlertDidDismiss', 'didPresent', 'willPresent', 'willDismiss', 'didDismiss'],
452
- }]
453
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionAlertDidPresent: [{
454
- type: Output
455
- }], ionAlertWillPresent: [{
456
- type: Output
457
- }], ionAlertWillDismiss: [{
458
- type: Output
459
- }], ionAlertDidDismiss: [{
460
- type: Output
461
- }], didPresent: [{
462
- type: Output
463
- }], willPresent: [{
464
- type: Output
465
- }], willDismiss: [{
466
- type: Output
467
- }], didDismiss: [{
468
- type: Output
469
- }] } });
470
- let IonApp = class IonApp {
471
- z;
472
- el;
473
- constructor(c, r, z) {
474
- this.z = z;
475
- c.detach();
476
- this.el = r.nativeElement;
477
- }
478
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonApp, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
479
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonApp, isStandalone: true, selector: "ion-app", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
480
- };
481
- IonApp = __decorate([
482
- ProxyCmp({
483
- defineCustomElementFn: defineCustomElement$9,
484
- methods: ['setFocus']
485
- })
486
- ], IonApp);
487
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonApp, decorators: [{
488
- type: Component,
489
- args: [{
490
- selector: 'ion-app',
491
- changeDetection: ChangeDetectionStrategy.OnPush,
492
- template: '<ng-content></ng-content>',
493
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
494
- inputs: [],
495
- }]
496
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
497
- let IonAvatar = class IonAvatar {
498
- z;
499
- el;
500
- constructor(c, r, z) {
501
- this.z = z;
502
- c.detach();
503
- this.el = r.nativeElement;
504
- }
505
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonAvatar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
506
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonAvatar, isStandalone: true, selector: "ion-avatar", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
507
- };
508
- IonAvatar = __decorate([
509
- ProxyCmp({
510
- defineCustomElementFn: defineCustomElement$a
511
- })
512
- ], IonAvatar);
513
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonAvatar, decorators: [{
514
- type: Component,
515
- args: [{
516
- selector: 'ion-avatar',
517
- changeDetection: ChangeDetectionStrategy.OnPush,
518
- template: '<ng-content></ng-content>',
519
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
520
- inputs: [],
521
- }]
522
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
523
- let IonBackdrop = class IonBackdrop {
524
- z;
525
- el;
526
- ionBackdropTap = new EventEmitter();
527
- constructor(c, r, z) {
528
- this.z = z;
529
- c.detach();
530
- this.el = r.nativeElement;
531
- }
532
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonBackdrop, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
533
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonBackdrop, isStandalone: true, selector: "ion-backdrop", inputs: { stopPropagation: "stopPropagation", tappable: "tappable", visible: "visible" }, outputs: { ionBackdropTap: "ionBackdropTap" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
534
- };
535
- IonBackdrop = __decorate([
536
- ProxyCmp({
537
- defineCustomElementFn: defineCustomElement$b,
538
- inputs: ['stopPropagation', 'tappable', 'visible']
539
- })
540
- ], IonBackdrop);
541
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonBackdrop, decorators: [{
542
- type: Component,
543
- args: [{
544
- selector: 'ion-backdrop',
545
- changeDetection: ChangeDetectionStrategy.OnPush,
546
- template: '<ng-content></ng-content>',
547
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
548
- inputs: ['stopPropagation', 'tappable', 'visible'],
549
- outputs: ['ionBackdropTap'],
550
- }]
551
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionBackdropTap: [{
552
- type: Output
553
- }] } });
554
- let IonBadge = class IonBadge {
555
- z;
556
- el;
557
- constructor(c, r, z) {
558
- this.z = z;
559
- c.detach();
560
- this.el = r.nativeElement;
561
- }
562
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonBadge, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
563
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonBadge, isStandalone: true, selector: "ion-badge", inputs: { color: "color", mode: "mode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
564
- };
565
- IonBadge = __decorate([
566
- ProxyCmp({
567
- defineCustomElementFn: defineCustomElement$c,
568
- inputs: ['color', 'mode']
569
- })
570
- ], IonBadge);
571
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonBadge, decorators: [{
572
- type: Component,
573
- args: [{
574
- selector: 'ion-badge',
575
- changeDetection: ChangeDetectionStrategy.OnPush,
576
- template: '<ng-content></ng-content>',
577
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
578
- inputs: ['color', 'mode'],
579
- }]
580
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
581
- let IonBreadcrumb = class IonBreadcrumb {
582
- z;
583
- el;
584
- ionFocus = new EventEmitter();
585
- ionBlur = new EventEmitter();
586
- constructor(c, r, z) {
587
- this.z = z;
588
- c.detach();
589
- this.el = r.nativeElement;
590
- }
591
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonBreadcrumb, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
592
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonBreadcrumb, isStandalone: true, selector: "ion-breadcrumb", inputs: { active: "active", color: "color", disabled: "disabled", download: "download", href: "href", mode: "mode", rel: "rel", routerAnimation: "routerAnimation", routerDirection: "routerDirection", separator: "separator", target: "target" }, outputs: { ionFocus: "ionFocus", ionBlur: "ionBlur" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
593
- };
594
- IonBreadcrumb = __decorate([
595
- ProxyCmp({
596
- defineCustomElementFn: defineCustomElement$d,
597
- inputs: ['active', 'color', 'disabled', 'download', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'separator', 'target']
598
- })
599
- ], IonBreadcrumb);
600
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonBreadcrumb, decorators: [{
601
- type: Component,
602
- args: [{
603
- selector: 'ion-breadcrumb',
604
- changeDetection: ChangeDetectionStrategy.OnPush,
605
- template: '<ng-content></ng-content>',
606
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
607
- inputs: ['active', 'color', 'disabled', 'download', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'separator', 'target'],
608
- outputs: ['ionFocus', 'ionBlur'],
609
- }]
610
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionFocus: [{
611
- type: Output
612
- }], ionBlur: [{
613
- type: Output
614
- }] } });
615
- let IonBreadcrumbs = class IonBreadcrumbs {
616
- z;
617
- el;
618
- ionCollapsedClick = new EventEmitter();
619
- constructor(c, r, z) {
620
- this.z = z;
621
- c.detach();
622
- this.el = r.nativeElement;
623
- }
624
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonBreadcrumbs, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
625
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonBreadcrumbs, isStandalone: true, selector: "ion-breadcrumbs", inputs: { color: "color", itemsAfterCollapse: "itemsAfterCollapse", itemsBeforeCollapse: "itemsBeforeCollapse", maxItems: "maxItems", mode: "mode" }, outputs: { ionCollapsedClick: "ionCollapsedClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
626
- };
627
- IonBreadcrumbs = __decorate([
628
- ProxyCmp({
629
- defineCustomElementFn: defineCustomElement$e,
630
- inputs: ['color', 'itemsAfterCollapse', 'itemsBeforeCollapse', 'maxItems', 'mode']
631
- })
632
- ], IonBreadcrumbs);
633
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonBreadcrumbs, decorators: [{
634
- type: Component,
635
- args: [{
636
- selector: 'ion-breadcrumbs',
637
- changeDetection: ChangeDetectionStrategy.OnPush,
638
- template: '<ng-content></ng-content>',
639
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
640
- inputs: ['color', 'itemsAfterCollapse', 'itemsBeforeCollapse', 'maxItems', 'mode'],
641
- outputs: ['ionCollapsedClick'],
642
- }]
643
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionCollapsedClick: [{
644
- type: Output
645
- }] } });
646
- let IonButton = class IonButton {
647
- z;
648
- el;
649
- ionFocus = new EventEmitter();
650
- ionBlur = new EventEmitter();
651
- constructor(c, r, z) {
652
- this.z = z;
653
- c.detach();
654
- this.el = r.nativeElement;
655
- }
656
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
657
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonButton, isStandalone: true, selector: "ion-button", inputs: { buttonType: "buttonType", color: "color", disabled: "disabled", download: "download", expand: "expand", fill: "fill", form: "form", href: "href", mode: "mode", rel: "rel", routerAnimation: "routerAnimation", routerDirection: "routerDirection", shape: "shape", size: "size", strong: "strong", target: "target", type: "type" }, outputs: { ionFocus: "ionFocus", ionBlur: "ionBlur" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
658
- };
659
- IonButton = __decorate([
660
- ProxyCmp({
661
- defineCustomElementFn: defineCustomElement$f,
662
- inputs: ['buttonType', 'color', 'disabled', 'download', 'expand', 'fill', 'form', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'shape', 'size', 'strong', 'target', 'type']
663
- })
664
- ], IonButton);
665
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonButton, decorators: [{
666
- type: Component,
667
- args: [{
668
- selector: 'ion-button',
669
- changeDetection: ChangeDetectionStrategy.OnPush,
670
- template: '<ng-content></ng-content>',
671
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
672
- inputs: ['buttonType', 'color', 'disabled', 'download', 'expand', 'fill', 'form', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'shape', 'size', 'strong', 'target', 'type'],
673
- outputs: ['ionFocus', 'ionBlur'],
674
- }]
675
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionFocus: [{
676
- type: Output
677
- }], ionBlur: [{
678
- type: Output
679
- }] } });
680
- let IonButtons = class IonButtons {
681
- z;
682
- el;
683
- constructor(c, r, z) {
684
- this.z = z;
685
- c.detach();
686
- this.el = r.nativeElement;
687
- }
688
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonButtons, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
689
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonButtons, isStandalone: true, selector: "ion-buttons", inputs: { collapse: "collapse" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
690
- };
691
- IonButtons = __decorate([
692
- ProxyCmp({
693
- defineCustomElementFn: defineCustomElement$g,
694
- inputs: ['collapse']
695
- })
696
- ], IonButtons);
697
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonButtons, decorators: [{
698
- type: Component,
699
- args: [{
700
- selector: 'ion-buttons',
701
- changeDetection: ChangeDetectionStrategy.OnPush,
702
- template: '<ng-content></ng-content>',
703
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
704
- inputs: ['collapse'],
705
- }]
706
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
707
- let IonCard = class IonCard {
708
- z;
709
- el;
710
- constructor(c, r, z) {
711
- this.z = z;
712
- c.detach();
713
- this.el = r.nativeElement;
714
- }
715
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonCard, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
716
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonCard, isStandalone: true, selector: "ion-card", inputs: { button: "button", color: "color", disabled: "disabled", download: "download", href: "href", mode: "mode", rel: "rel", routerAnimation: "routerAnimation", routerDirection: "routerDirection", target: "target", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
717
- };
718
- IonCard = __decorate([
719
- ProxyCmp({
720
- defineCustomElementFn: defineCustomElement$h,
721
- inputs: ['button', 'color', 'disabled', 'download', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'target', 'type']
722
- })
723
- ], IonCard);
724
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonCard, decorators: [{
725
- type: Component,
726
- args: [{
727
- selector: 'ion-card',
728
- changeDetection: ChangeDetectionStrategy.OnPush,
729
- template: '<ng-content></ng-content>',
730
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
731
- inputs: ['button', 'color', 'disabled', 'download', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'target', 'type'],
732
- }]
733
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
734
- let IonCardContent = class IonCardContent {
735
- z;
736
- el;
737
- constructor(c, r, z) {
738
- this.z = z;
739
- c.detach();
740
- this.el = r.nativeElement;
741
- }
742
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonCardContent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
743
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonCardContent, isStandalone: true, selector: "ion-card-content", inputs: { mode: "mode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
744
- };
745
- IonCardContent = __decorate([
746
- ProxyCmp({
747
- defineCustomElementFn: defineCustomElement$i,
748
- inputs: ['mode']
749
- })
750
- ], IonCardContent);
751
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonCardContent, decorators: [{
752
- type: Component,
753
- args: [{
754
- selector: 'ion-card-content',
755
- changeDetection: ChangeDetectionStrategy.OnPush,
756
- template: '<ng-content></ng-content>',
757
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
758
- inputs: ['mode'],
759
- }]
760
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
761
- let IonCardHeader = class IonCardHeader {
762
- z;
763
- el;
764
- constructor(c, r, z) {
765
- this.z = z;
766
- c.detach();
767
- this.el = r.nativeElement;
768
- }
769
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonCardHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
770
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonCardHeader, isStandalone: true, selector: "ion-card-header", inputs: { color: "color", mode: "mode", translucent: "translucent" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
771
- };
772
- IonCardHeader = __decorate([
773
- ProxyCmp({
774
- defineCustomElementFn: defineCustomElement$j,
775
- inputs: ['color', 'mode', 'translucent']
776
- })
777
- ], IonCardHeader);
778
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonCardHeader, decorators: [{
779
- type: Component,
780
- args: [{
781
- selector: 'ion-card-header',
782
- changeDetection: ChangeDetectionStrategy.OnPush,
783
- template: '<ng-content></ng-content>',
784
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
785
- inputs: ['color', 'mode', 'translucent'],
786
- }]
787
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
788
- let IonCardSubtitle = class IonCardSubtitle {
789
- z;
790
- el;
791
- constructor(c, r, z) {
792
- this.z = z;
793
- c.detach();
794
- this.el = r.nativeElement;
795
- }
796
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonCardSubtitle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
797
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonCardSubtitle, isStandalone: true, selector: "ion-card-subtitle", inputs: { color: "color", mode: "mode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
798
- };
799
- IonCardSubtitle = __decorate([
800
- ProxyCmp({
801
- defineCustomElementFn: defineCustomElement$k,
802
- inputs: ['color', 'mode']
803
- })
804
- ], IonCardSubtitle);
805
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonCardSubtitle, decorators: [{
806
- type: Component,
807
- args: [{
808
- selector: 'ion-card-subtitle',
809
- changeDetection: ChangeDetectionStrategy.OnPush,
810
- template: '<ng-content></ng-content>',
811
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
812
- inputs: ['color', 'mode'],
813
- }]
814
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
815
- let IonCardTitle = class IonCardTitle {
816
- z;
817
- el;
818
- constructor(c, r, z) {
819
- this.z = z;
820
- c.detach();
821
- this.el = r.nativeElement;
822
- }
823
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonCardTitle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
824
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonCardTitle, isStandalone: true, selector: "ion-card-title", inputs: { color: "color", mode: "mode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
825
- };
826
- IonCardTitle = __decorate([
827
- ProxyCmp({
828
- defineCustomElementFn: defineCustomElement$l,
829
- inputs: ['color', 'mode']
830
- })
831
- ], IonCardTitle);
832
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonCardTitle, decorators: [{
833
- type: Component,
834
- args: [{
835
- selector: 'ion-card-title',
836
- changeDetection: ChangeDetectionStrategy.OnPush,
837
- template: '<ng-content></ng-content>',
838
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
839
- inputs: ['color', 'mode'],
840
- }]
841
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
842
- let IonChip = class IonChip {
843
- z;
844
- el;
845
- constructor(c, r, z) {
846
- this.z = z;
847
- c.detach();
848
- this.el = r.nativeElement;
849
- }
850
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonChip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
851
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonChip, isStandalone: true, selector: "ion-chip", inputs: { color: "color", disabled: "disabled", mode: "mode", outline: "outline" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
852
- };
853
- IonChip = __decorate([
854
- ProxyCmp({
855
- defineCustomElementFn: defineCustomElement$m,
856
- inputs: ['color', 'disabled', 'mode', 'outline']
857
- })
858
- ], IonChip);
859
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonChip, decorators: [{
860
- type: Component,
861
- args: [{
862
- selector: 'ion-chip',
863
- changeDetection: ChangeDetectionStrategy.OnPush,
864
- template: '<ng-content></ng-content>',
865
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
866
- inputs: ['color', 'disabled', 'mode', 'outline'],
867
- }]
868
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
869
- let IonCol = class IonCol {
870
- z;
871
- el;
872
- constructor(c, r, z) {
873
- this.z = z;
874
- c.detach();
875
- this.el = r.nativeElement;
876
- }
877
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonCol, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
878
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonCol, isStandalone: true, selector: "ion-col", inputs: { offset: "offset", offsetLg: "offsetLg", offsetMd: "offsetMd", offsetSm: "offsetSm", offsetXl: "offsetXl", offsetXs: "offsetXs", pull: "pull", pullLg: "pullLg", pullMd: "pullMd", pullSm: "pullSm", pullXl: "pullXl", pullXs: "pullXs", push: "push", pushLg: "pushLg", pushMd: "pushMd", pushSm: "pushSm", pushXl: "pushXl", pushXs: "pushXs", size: "size", sizeLg: "sizeLg", sizeMd: "sizeMd", sizeSm: "sizeSm", sizeXl: "sizeXl", sizeXs: "sizeXs" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
879
- };
880
- IonCol = __decorate([
881
- ProxyCmp({
882
- defineCustomElementFn: defineCustomElement$n,
883
- inputs: ['offset', 'offsetLg', 'offsetMd', 'offsetSm', 'offsetXl', 'offsetXs', 'pull', 'pullLg', 'pullMd', 'pullSm', 'pullXl', 'pullXs', 'push', 'pushLg', 'pushMd', 'pushSm', 'pushXl', 'pushXs', 'size', 'sizeLg', 'sizeMd', 'sizeSm', 'sizeXl', 'sizeXs']
884
- })
885
- ], IonCol);
886
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonCol, decorators: [{
887
- type: Component,
888
- args: [{
889
- selector: 'ion-col',
890
- changeDetection: ChangeDetectionStrategy.OnPush,
891
- template: '<ng-content></ng-content>',
892
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
893
- inputs: ['offset', 'offsetLg', 'offsetMd', 'offsetSm', 'offsetXl', 'offsetXs', 'pull', 'pullLg', 'pullMd', 'pullSm', 'pullXl', 'pullXs', 'push', 'pushLg', 'pushMd', 'pushSm', 'pushXl', 'pushXs', 'size', 'sizeLg', 'sizeMd', 'sizeSm', 'sizeXl', 'sizeXs'],
894
- }]
895
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
896
- let IonContent = class IonContent {
897
- z;
898
- el;
899
- ionScrollStart = new EventEmitter();
900
- ionScroll = new EventEmitter();
901
- ionScrollEnd = new EventEmitter();
902
- constructor(c, r, z) {
903
- this.z = z;
904
- c.detach();
905
- this.el = r.nativeElement;
906
- }
907
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonContent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
908
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonContent, isStandalone: true, selector: "ion-content", inputs: { color: "color", fixedSlotPlacement: "fixedSlotPlacement", forceOverscroll: "forceOverscroll", fullscreen: "fullscreen", scrollEvents: "scrollEvents", scrollX: "scrollX", scrollY: "scrollY" }, outputs: { ionScrollStart: "ionScrollStart", ionScroll: "ionScroll", ionScrollEnd: "ionScrollEnd" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
909
- };
910
- IonContent = __decorate([
911
- ProxyCmp({
912
- defineCustomElementFn: defineCustomElement$o,
913
- inputs: ['color', 'fixedSlotPlacement', 'forceOverscroll', 'fullscreen', 'scrollEvents', 'scrollX', 'scrollY'],
914
- methods: ['getScrollElement', 'scrollToTop', 'scrollToBottom', 'scrollByPoint', 'scrollToPoint']
915
- })
916
- ], IonContent);
917
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonContent, decorators: [{
918
- type: Component,
919
- args: [{
920
- selector: 'ion-content',
921
- changeDetection: ChangeDetectionStrategy.OnPush,
922
- template: '<ng-content></ng-content>',
923
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
924
- inputs: ['color', 'fixedSlotPlacement', 'forceOverscroll', 'fullscreen', 'scrollEvents', 'scrollX', 'scrollY'],
925
- outputs: ['ionScrollStart', 'ionScroll', 'ionScrollEnd'],
926
- }]
927
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionScrollStart: [{
928
- type: Output
929
- }], ionScroll: [{
930
- type: Output
931
- }], ionScrollEnd: [{
932
- type: Output
933
- }] } });
934
- let IonDatetimeButton = class IonDatetimeButton {
935
- z;
936
- el;
937
- constructor(c, r, z) {
938
- this.z = z;
939
- c.detach();
940
- this.el = r.nativeElement;
941
- }
942
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonDatetimeButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
943
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonDatetimeButton, isStandalone: true, selector: "ion-datetime-button", inputs: { color: "color", datetime: "datetime", disabled: "disabled", mode: "mode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
944
- };
945
- IonDatetimeButton = __decorate([
946
- ProxyCmp({
947
- defineCustomElementFn: defineCustomElement$p,
948
- inputs: ['color', 'datetime', 'disabled', 'mode']
949
- })
950
- ], IonDatetimeButton);
951
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonDatetimeButton, decorators: [{
952
- type: Component,
953
- args: [{
954
- selector: 'ion-datetime-button',
955
- changeDetection: ChangeDetectionStrategy.OnPush,
956
- template: '<ng-content></ng-content>',
957
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
958
- inputs: ['color', 'datetime', 'disabled', 'mode'],
959
- }]
960
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
961
- let IonFab = class IonFab {
962
- z;
963
- el;
964
- constructor(c, r, z) {
965
- this.z = z;
966
- c.detach();
967
- this.el = r.nativeElement;
968
- }
969
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonFab, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
970
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonFab, isStandalone: true, selector: "ion-fab", inputs: { activated: "activated", edge: "edge", horizontal: "horizontal", vertical: "vertical" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
971
- };
972
- IonFab = __decorate([
973
- ProxyCmp({
974
- defineCustomElementFn: defineCustomElement$q,
975
- inputs: ['activated', 'edge', 'horizontal', 'vertical'],
976
- methods: ['close']
977
- })
978
- ], IonFab);
979
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonFab, decorators: [{
980
- type: Component,
981
- args: [{
982
- selector: 'ion-fab',
983
- changeDetection: ChangeDetectionStrategy.OnPush,
984
- template: '<ng-content></ng-content>',
985
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
986
- inputs: ['activated', 'edge', 'horizontal', 'vertical'],
987
- }]
988
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
989
- let IonFabButton = class IonFabButton {
990
- z;
991
- el;
992
- ionFocus = new EventEmitter();
993
- ionBlur = new EventEmitter();
994
- constructor(c, r, z) {
995
- this.z = z;
996
- c.detach();
997
- this.el = r.nativeElement;
998
- }
999
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonFabButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1000
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonFabButton, isStandalone: true, selector: "ion-fab-button", inputs: { activated: "activated", closeIcon: "closeIcon", color: "color", disabled: "disabled", download: "download", href: "href", mode: "mode", rel: "rel", routerAnimation: "routerAnimation", routerDirection: "routerDirection", show: "show", size: "size", target: "target", translucent: "translucent", type: "type" }, outputs: { ionFocus: "ionFocus", ionBlur: "ionBlur" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1001
- };
1002
- IonFabButton = __decorate([
1003
- ProxyCmp({
1004
- defineCustomElementFn: defineCustomElement$r,
1005
- inputs: ['activated', 'closeIcon', 'color', 'disabled', 'download', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'show', 'size', 'target', 'translucent', 'type']
1006
- })
1007
- ], IonFabButton);
1008
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonFabButton, decorators: [{
1009
- type: Component,
1010
- args: [{
1011
- selector: 'ion-fab-button',
1012
- changeDetection: ChangeDetectionStrategy.OnPush,
1013
- template: '<ng-content></ng-content>',
1014
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1015
- inputs: ['activated', 'closeIcon', 'color', 'disabled', 'download', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'show', 'size', 'target', 'translucent', 'type'],
1016
- outputs: ['ionFocus', 'ionBlur'],
1017
- }]
1018
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionFocus: [{
1019
- type: Output
1020
- }], ionBlur: [{
1021
- type: Output
1022
- }] } });
1023
- let IonFabList = class IonFabList {
1024
- z;
1025
- el;
1026
- constructor(c, r, z) {
1027
- this.z = z;
1028
- c.detach();
1029
- this.el = r.nativeElement;
1030
- }
1031
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonFabList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1032
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonFabList, isStandalone: true, selector: "ion-fab-list", inputs: { activated: "activated", side: "side" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1033
- };
1034
- IonFabList = __decorate([
1035
- ProxyCmp({
1036
- defineCustomElementFn: defineCustomElement$s,
1037
- inputs: ['activated', 'side']
1038
- })
1039
- ], IonFabList);
1040
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonFabList, decorators: [{
1041
- type: Component,
1042
- args: [{
1043
- selector: 'ion-fab-list',
1044
- changeDetection: ChangeDetectionStrategy.OnPush,
1045
- template: '<ng-content></ng-content>',
1046
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1047
- inputs: ['activated', 'side'],
1048
- }]
1049
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1050
- let IonFooter = class IonFooter {
1051
- z;
1052
- el;
1053
- constructor(c, r, z) {
1054
- this.z = z;
1055
- c.detach();
1056
- this.el = r.nativeElement;
1057
- }
1058
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonFooter, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1059
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonFooter, isStandalone: true, selector: "ion-footer", inputs: { collapse: "collapse", mode: "mode", translucent: "translucent" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1060
- };
1061
- IonFooter = __decorate([
1062
- ProxyCmp({
1063
- defineCustomElementFn: defineCustomElement$t,
1064
- inputs: ['collapse', 'mode', 'translucent']
1065
- })
1066
- ], IonFooter);
1067
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonFooter, decorators: [{
1068
- type: Component,
1069
- args: [{
1070
- selector: 'ion-footer',
1071
- changeDetection: ChangeDetectionStrategy.OnPush,
1072
- template: '<ng-content></ng-content>',
1073
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1074
- inputs: ['collapse', 'mode', 'translucent'],
1075
- }]
1076
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1077
- let IonGrid = class IonGrid {
1078
- z;
1079
- el;
1080
- constructor(c, r, z) {
1081
- this.z = z;
1082
- c.detach();
1083
- this.el = r.nativeElement;
1084
- }
1085
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonGrid, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1086
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonGrid, isStandalone: true, selector: "ion-grid", inputs: { fixed: "fixed" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1087
- };
1088
- IonGrid = __decorate([
1089
- ProxyCmp({
1090
- defineCustomElementFn: defineCustomElement$u,
1091
- inputs: ['fixed']
1092
- })
1093
- ], IonGrid);
1094
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonGrid, decorators: [{
1095
- type: Component,
1096
- args: [{
1097
- selector: 'ion-grid',
1098
- changeDetection: ChangeDetectionStrategy.OnPush,
1099
- template: '<ng-content></ng-content>',
1100
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1101
- inputs: ['fixed'],
1102
- }]
1103
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1104
- let IonHeader = class IonHeader {
1105
- z;
1106
- el;
1107
- constructor(c, r, z) {
1108
- this.z = z;
1109
- c.detach();
1110
- this.el = r.nativeElement;
1111
- }
1112
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1113
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonHeader, isStandalone: true, selector: "ion-header", inputs: { collapse: "collapse", mode: "mode", translucent: "translucent" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1114
- };
1115
- IonHeader = __decorate([
1116
- ProxyCmp({
1117
- defineCustomElementFn: defineCustomElement$v,
1118
- inputs: ['collapse', 'mode', 'translucent']
1119
- })
1120
- ], IonHeader);
1121
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonHeader, decorators: [{
1122
- type: Component,
1123
- args: [{
1124
- selector: 'ion-header',
1125
- changeDetection: ChangeDetectionStrategy.OnPush,
1126
- template: '<ng-content></ng-content>',
1127
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1128
- inputs: ['collapse', 'mode', 'translucent'],
1129
- }]
1130
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1131
- let IonImg = class IonImg {
1132
- z;
1133
- el;
1134
- ionImgWillLoad = new EventEmitter();
1135
- ionImgDidLoad = new EventEmitter();
1136
- ionError = new EventEmitter();
1137
- constructor(c, r, z) {
1138
- this.z = z;
1139
- c.detach();
1140
- this.el = r.nativeElement;
1141
- }
1142
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonImg, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1143
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonImg, isStandalone: true, selector: "ion-img", inputs: { alt: "alt", src: "src" }, outputs: { ionImgWillLoad: "ionImgWillLoad", ionImgDidLoad: "ionImgDidLoad", ionError: "ionError" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1144
- };
1145
- IonImg = __decorate([
1146
- ProxyCmp({
1147
- defineCustomElementFn: defineCustomElement$w,
1148
- inputs: ['alt', 'src']
1149
- })
1150
- ], IonImg);
1151
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonImg, decorators: [{
1152
- type: Component,
1153
- args: [{
1154
- selector: 'ion-img',
1155
- changeDetection: ChangeDetectionStrategy.OnPush,
1156
- template: '<ng-content></ng-content>',
1157
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1158
- inputs: ['alt', 'src'],
1159
- outputs: ['ionImgWillLoad', 'ionImgDidLoad', 'ionError'],
1160
- }]
1161
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionImgWillLoad: [{
1162
- type: Output
1163
- }], ionImgDidLoad: [{
1164
- type: Output
1165
- }], ionError: [{
1166
- type: Output
1167
- }] } });
1168
- let IonInfiniteScroll = class IonInfiniteScroll {
1169
- z;
1170
- el;
1171
- ionInfinite = new EventEmitter();
1172
- constructor(c, r, z) {
1173
- this.z = z;
1174
- c.detach();
1175
- this.el = r.nativeElement;
1176
- }
1177
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonInfiniteScroll, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1178
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonInfiniteScroll, isStandalone: true, selector: "ion-infinite-scroll", inputs: { disabled: "disabled", position: "position", threshold: "threshold" }, outputs: { ionInfinite: "ionInfinite" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1179
- };
1180
- IonInfiniteScroll = __decorate([
1181
- ProxyCmp({
1182
- defineCustomElementFn: defineCustomElement$x,
1183
- inputs: ['disabled', 'position', 'threshold'],
1184
- methods: ['complete']
1185
- })
1186
- ], IonInfiniteScroll);
1187
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonInfiniteScroll, decorators: [{
1188
- type: Component,
1189
- args: [{
1190
- selector: 'ion-infinite-scroll',
1191
- changeDetection: ChangeDetectionStrategy.OnPush,
1192
- template: '<ng-content></ng-content>',
1193
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1194
- inputs: ['disabled', 'position', 'threshold'],
1195
- outputs: ['ionInfinite'],
1196
- }]
1197
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionInfinite: [{
1198
- type: Output
1199
- }] } });
1200
- let IonInfiniteScrollContent = class IonInfiniteScrollContent {
1201
- z;
1202
- el;
1203
- constructor(c, r, z) {
1204
- this.z = z;
1205
- c.detach();
1206
- this.el = r.nativeElement;
1207
- }
1208
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonInfiniteScrollContent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1209
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonInfiniteScrollContent, isStandalone: true, selector: "ion-infinite-scroll-content", inputs: { loadingSpinner: "loadingSpinner", loadingText: "loadingText" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1210
- };
1211
- IonInfiniteScrollContent = __decorate([
1212
- ProxyCmp({
1213
- defineCustomElementFn: defineCustomElement$y,
1214
- inputs: ['loadingSpinner', 'loadingText']
1215
- })
1216
- ], IonInfiniteScrollContent);
1217
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonInfiniteScrollContent, decorators: [{
1218
- type: Component,
1219
- args: [{
1220
- selector: 'ion-infinite-scroll-content',
1221
- changeDetection: ChangeDetectionStrategy.OnPush,
1222
- template: '<ng-content></ng-content>',
1223
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1224
- inputs: ['loadingSpinner', 'loadingText'],
1225
- }]
1226
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1227
- let IonInputPasswordToggle = class IonInputPasswordToggle {
1228
- z;
1229
- el;
1230
- constructor(c, r, z) {
1231
- this.z = z;
1232
- c.detach();
1233
- this.el = r.nativeElement;
1234
- }
1235
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonInputPasswordToggle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1236
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonInputPasswordToggle, isStandalone: true, selector: "ion-input-password-toggle", inputs: { color: "color", hideIcon: "hideIcon", mode: "mode", showIcon: "showIcon" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1237
- };
1238
- IonInputPasswordToggle = __decorate([
1239
- ProxyCmp({
1240
- defineCustomElementFn: defineCustomElement$z,
1241
- inputs: ['color', 'hideIcon', 'mode', 'showIcon']
1242
- })
1243
- ], IonInputPasswordToggle);
1244
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonInputPasswordToggle, decorators: [{
1245
- type: Component,
1246
- args: [{
1247
- selector: 'ion-input-password-toggle',
1248
- changeDetection: ChangeDetectionStrategy.OnPush,
1249
- template: '<ng-content></ng-content>',
1250
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1251
- inputs: ['color', 'hideIcon', 'mode', 'showIcon'],
1252
- }]
1253
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1254
- let IonItem = class IonItem {
1255
- z;
1256
- el;
1257
- constructor(c, r, z) {
1258
- this.z = z;
1259
- c.detach();
1260
- this.el = r.nativeElement;
1261
- }
1262
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1263
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonItem, isStandalone: true, selector: "ion-item", inputs: { button: "button", color: "color", detail: "detail", detailIcon: "detailIcon", disabled: "disabled", download: "download", href: "href", lines: "lines", mode: "mode", rel: "rel", routerAnimation: "routerAnimation", routerDirection: "routerDirection", target: "target", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1264
- };
1265
- IonItem = __decorate([
1266
- ProxyCmp({
1267
- defineCustomElementFn: defineCustomElement$A,
1268
- inputs: ['button', 'color', 'detail', 'detailIcon', 'disabled', 'download', 'href', 'lines', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'target', 'type']
1269
- })
1270
- ], IonItem);
1271
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonItem, decorators: [{
1272
- type: Component,
1273
- args: [{
1274
- selector: 'ion-item',
1275
- changeDetection: ChangeDetectionStrategy.OnPush,
1276
- template: '<ng-content></ng-content>',
1277
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1278
- inputs: ['button', 'color', 'detail', 'detailIcon', 'disabled', 'download', 'href', 'lines', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'target', 'type'],
1279
- }]
1280
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1281
- let IonItemDivider = class IonItemDivider {
1282
- z;
1283
- el;
1284
- constructor(c, r, z) {
1285
- this.z = z;
1286
- c.detach();
1287
- this.el = r.nativeElement;
1288
- }
1289
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonItemDivider, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1290
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonItemDivider, isStandalone: true, selector: "ion-item-divider", inputs: { color: "color", mode: "mode", sticky: "sticky" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1291
- };
1292
- IonItemDivider = __decorate([
1293
- ProxyCmp({
1294
- defineCustomElementFn: defineCustomElement$B,
1295
- inputs: ['color', 'mode', 'sticky']
1296
- })
1297
- ], IonItemDivider);
1298
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonItemDivider, decorators: [{
1299
- type: Component,
1300
- args: [{
1301
- selector: 'ion-item-divider',
1302
- changeDetection: ChangeDetectionStrategy.OnPush,
1303
- template: '<ng-content></ng-content>',
1304
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1305
- inputs: ['color', 'mode', 'sticky'],
1306
- }]
1307
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1308
- let IonItemGroup = class IonItemGroup {
1309
- z;
1310
- el;
1311
- constructor(c, r, z) {
1312
- this.z = z;
1313
- c.detach();
1314
- this.el = r.nativeElement;
1315
- }
1316
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonItemGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1317
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonItemGroup, isStandalone: true, selector: "ion-item-group", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1318
- };
1319
- IonItemGroup = __decorate([
1320
- ProxyCmp({
1321
- defineCustomElementFn: defineCustomElement$C
1322
- })
1323
- ], IonItemGroup);
1324
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonItemGroup, decorators: [{
1325
- type: Component,
1326
- args: [{
1327
- selector: 'ion-item-group',
1328
- changeDetection: ChangeDetectionStrategy.OnPush,
1329
- template: '<ng-content></ng-content>',
1330
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1331
- inputs: [],
1332
- }]
1333
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1334
- let IonItemOption = class IonItemOption {
1335
- z;
1336
- el;
1337
- constructor(c, r, z) {
1338
- this.z = z;
1339
- c.detach();
1340
- this.el = r.nativeElement;
1341
- }
1342
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonItemOption, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1343
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonItemOption, isStandalone: true, selector: "ion-item-option", inputs: { color: "color", disabled: "disabled", download: "download", expandable: "expandable", href: "href", mode: "mode", rel: "rel", target: "target", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1344
- };
1345
- IonItemOption = __decorate([
1346
- ProxyCmp({
1347
- defineCustomElementFn: defineCustomElement$D,
1348
- inputs: ['color', 'disabled', 'download', 'expandable', 'href', 'mode', 'rel', 'target', 'type']
1349
- })
1350
- ], IonItemOption);
1351
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonItemOption, decorators: [{
1352
- type: Component,
1353
- args: [{
1354
- selector: 'ion-item-option',
1355
- changeDetection: ChangeDetectionStrategy.OnPush,
1356
- template: '<ng-content></ng-content>',
1357
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1358
- inputs: ['color', 'disabled', 'download', 'expandable', 'href', 'mode', 'rel', 'target', 'type'],
1359
- }]
1360
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1361
- let IonItemOptions = class IonItemOptions {
1362
- z;
1363
- el;
1364
- ionSwipe = new EventEmitter();
1365
- constructor(c, r, z) {
1366
- this.z = z;
1367
- c.detach();
1368
- this.el = r.nativeElement;
1369
- }
1370
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonItemOptions, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1371
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonItemOptions, isStandalone: true, selector: "ion-item-options", inputs: { side: "side" }, outputs: { ionSwipe: "ionSwipe" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1372
- };
1373
- IonItemOptions = __decorate([
1374
- ProxyCmp({
1375
- defineCustomElementFn: defineCustomElement$E,
1376
- inputs: ['side']
1377
- })
1378
- ], IonItemOptions);
1379
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonItemOptions, decorators: [{
1380
- type: Component,
1381
- args: [{
1382
- selector: 'ion-item-options',
1383
- changeDetection: ChangeDetectionStrategy.OnPush,
1384
- template: '<ng-content></ng-content>',
1385
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1386
- inputs: ['side'],
1387
- outputs: ['ionSwipe'],
1388
- }]
1389
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionSwipe: [{
1390
- type: Output
1391
- }] } });
1392
- let IonItemSliding = class IonItemSliding {
1393
- z;
1394
- el;
1395
- ionDrag = new EventEmitter();
1396
- constructor(c, r, z) {
1397
- this.z = z;
1398
- c.detach();
1399
- this.el = r.nativeElement;
1400
- }
1401
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonItemSliding, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1402
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonItemSliding, isStandalone: true, selector: "ion-item-sliding", inputs: { disabled: "disabled" }, outputs: { ionDrag: "ionDrag" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1403
- };
1404
- IonItemSliding = __decorate([
1405
- ProxyCmp({
1406
- defineCustomElementFn: defineCustomElement$F,
1407
- inputs: ['disabled'],
1408
- methods: ['getOpenAmount', 'getSlidingRatio', 'open', 'close', 'closeOpened']
1409
- })
1410
- ], IonItemSliding);
1411
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonItemSliding, decorators: [{
1412
- type: Component,
1413
- args: [{
1414
- selector: 'ion-item-sliding',
1415
- changeDetection: ChangeDetectionStrategy.OnPush,
1416
- template: '<ng-content></ng-content>',
1417
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1418
- inputs: ['disabled'],
1419
- outputs: ['ionDrag'],
1420
- }]
1421
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionDrag: [{
1422
- type: Output
1423
- }] } });
1424
- let IonLabel = class IonLabel {
1425
- z;
1426
- el;
1427
- constructor(c, r, z) {
1428
- this.z = z;
1429
- c.detach();
1430
- this.el = r.nativeElement;
1431
- }
1432
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonLabel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1433
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonLabel, isStandalone: true, selector: "ion-label", inputs: { color: "color", mode: "mode", position: "position" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1434
- };
1435
- IonLabel = __decorate([
1436
- ProxyCmp({
1437
- defineCustomElementFn: defineCustomElement$G,
1438
- inputs: ['color', 'mode', 'position']
1439
- })
1440
- ], IonLabel);
1441
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonLabel, decorators: [{
1442
- type: Component,
1443
- args: [{
1444
- selector: 'ion-label',
1445
- changeDetection: ChangeDetectionStrategy.OnPush,
1446
- template: '<ng-content></ng-content>',
1447
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1448
- inputs: ['color', 'mode', 'position'],
1449
- }]
1450
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1451
- let IonList = class IonList {
1452
- z;
1453
- el;
1454
- constructor(c, r, z) {
1455
- this.z = z;
1456
- c.detach();
1457
- this.el = r.nativeElement;
1458
- }
1459
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1460
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonList, isStandalone: true, selector: "ion-list", inputs: { inset: "inset", lines: "lines", mode: "mode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1461
- };
1462
- IonList = __decorate([
1463
- ProxyCmp({
1464
- defineCustomElementFn: defineCustomElement$H,
1465
- inputs: ['inset', 'lines', 'mode'],
1466
- methods: ['closeSlidingItems']
1467
- })
1468
- ], IonList);
1469
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonList, decorators: [{
1470
- type: Component,
1471
- args: [{
1472
- selector: 'ion-list',
1473
- changeDetection: ChangeDetectionStrategy.OnPush,
1474
- template: '<ng-content></ng-content>',
1475
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1476
- inputs: ['inset', 'lines', 'mode'],
1477
- }]
1478
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1479
- let IonListHeader = class IonListHeader {
1480
- z;
1481
- el;
1482
- constructor(c, r, z) {
1483
- this.z = z;
1484
- c.detach();
1485
- this.el = r.nativeElement;
1486
- }
1487
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonListHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1488
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonListHeader, isStandalone: true, selector: "ion-list-header", inputs: { color: "color", lines: "lines", mode: "mode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1489
- };
1490
- IonListHeader = __decorate([
1491
- ProxyCmp({
1492
- defineCustomElementFn: defineCustomElement$I,
1493
- inputs: ['color', 'lines', 'mode']
1494
- })
1495
- ], IonListHeader);
1496
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonListHeader, decorators: [{
1497
- type: Component,
1498
- args: [{
1499
- selector: 'ion-list-header',
1500
- changeDetection: ChangeDetectionStrategy.OnPush,
1501
- template: '<ng-content></ng-content>',
1502
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1503
- inputs: ['color', 'lines', 'mode'],
1504
- }]
1505
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1506
- let IonLoading = class IonLoading {
1507
- z;
1508
- el;
1509
- ionLoadingDidPresent = new EventEmitter();
1510
- ionLoadingWillPresent = new EventEmitter();
1511
- ionLoadingWillDismiss = new EventEmitter();
1512
- ionLoadingDidDismiss = new EventEmitter();
1513
- didPresent = new EventEmitter();
1514
- willPresent = new EventEmitter();
1515
- willDismiss = new EventEmitter();
1516
- didDismiss = new EventEmitter();
1517
- constructor(c, r, z) {
1518
- this.z = z;
1519
- c.detach();
1520
- this.el = r.nativeElement;
1521
- }
1522
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonLoading, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1523
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonLoading, isStandalone: true, selector: "ion-loading", inputs: { animated: "animated", backdropDismiss: "backdropDismiss", cssClass: "cssClass", duration: "duration", enterAnimation: "enterAnimation", htmlAttributes: "htmlAttributes", isOpen: "isOpen", keyboardClose: "keyboardClose", leaveAnimation: "leaveAnimation", message: "message", mode: "mode", showBackdrop: "showBackdrop", spinner: "spinner", translucent: "translucent", trigger: "trigger" }, outputs: { ionLoadingDidPresent: "ionLoadingDidPresent", ionLoadingWillPresent: "ionLoadingWillPresent", ionLoadingWillDismiss: "ionLoadingWillDismiss", ionLoadingDidDismiss: "ionLoadingDidDismiss", didPresent: "didPresent", willPresent: "willPresent", willDismiss: "willDismiss", didDismiss: "didDismiss" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1524
- };
1525
- IonLoading = __decorate([
1526
- ProxyCmp({
1527
- defineCustomElementFn: defineCustomElement$J,
1528
- inputs: ['animated', 'backdropDismiss', 'cssClass', 'duration', 'enterAnimation', 'htmlAttributes', 'isOpen', 'keyboardClose', 'leaveAnimation', 'message', 'mode', 'showBackdrop', 'spinner', 'translucent', 'trigger'],
1529
- methods: ['present', 'dismiss', 'onDidDismiss', 'onWillDismiss']
1530
- })
1531
- ], IonLoading);
1532
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonLoading, decorators: [{
1533
- type: Component,
1534
- args: [{
1535
- selector: 'ion-loading',
1536
- changeDetection: ChangeDetectionStrategy.OnPush,
1537
- template: '<ng-content></ng-content>',
1538
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1539
- inputs: ['animated', 'backdropDismiss', 'cssClass', 'duration', 'enterAnimation', 'htmlAttributes', 'isOpen', 'keyboardClose', 'leaveAnimation', 'message', 'mode', 'showBackdrop', 'spinner', 'translucent', 'trigger'],
1540
- outputs: ['ionLoadingDidPresent', 'ionLoadingWillPresent', 'ionLoadingWillDismiss', 'ionLoadingDidDismiss', 'didPresent', 'willPresent', 'willDismiss', 'didDismiss'],
1541
- }]
1542
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionLoadingDidPresent: [{
1543
- type: Output
1544
- }], ionLoadingWillPresent: [{
1545
- type: Output
1546
- }], ionLoadingWillDismiss: [{
1547
- type: Output
1548
- }], ionLoadingDidDismiss: [{
1549
- type: Output
1550
- }], didPresent: [{
1551
- type: Output
1552
- }], willPresent: [{
1553
- type: Output
1554
- }], willDismiss: [{
1555
- type: Output
1556
- }], didDismiss: [{
1557
- type: Output
1558
- }] } });
1559
- let IonMenu = class IonMenu {
1560
- z;
1561
- el;
1562
- ionWillOpen = new EventEmitter();
1563
- ionWillClose = new EventEmitter();
1564
- ionDidOpen = new EventEmitter();
1565
- ionDidClose = new EventEmitter();
1566
- constructor(c, r, z) {
1567
- this.z = z;
1568
- c.detach();
1569
- this.el = r.nativeElement;
1570
- }
1571
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonMenu, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1572
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonMenu, isStandalone: true, selector: "ion-menu", inputs: { contentId: "contentId", disabled: "disabled", maxEdgeStart: "maxEdgeStart", menuId: "menuId", side: "side", swipeGesture: "swipeGesture", type: "type" }, outputs: { ionWillOpen: "ionWillOpen", ionWillClose: "ionWillClose", ionDidOpen: "ionDidOpen", ionDidClose: "ionDidClose" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1573
- };
1574
- IonMenu = __decorate([
1575
- ProxyCmp({
1576
- defineCustomElementFn: defineCustomElement$K,
1577
- inputs: ['contentId', 'disabled', 'maxEdgeStart', 'menuId', 'side', 'swipeGesture', 'type'],
1578
- methods: ['isOpen', 'isActive', 'open', 'close', 'toggle', 'setOpen']
1579
- })
1580
- ], IonMenu);
1581
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonMenu, decorators: [{
1582
- type: Component,
1583
- args: [{
1584
- selector: 'ion-menu',
1585
- changeDetection: ChangeDetectionStrategy.OnPush,
1586
- template: '<ng-content></ng-content>',
1587
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1588
- inputs: ['contentId', 'disabled', 'maxEdgeStart', 'menuId', 'side', 'swipeGesture', 'type'],
1589
- outputs: ['ionWillOpen', 'ionWillClose', 'ionDidOpen', 'ionDidClose'],
1590
- }]
1591
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionWillOpen: [{
1592
- type: Output
1593
- }], ionWillClose: [{
1594
- type: Output
1595
- }], ionDidOpen: [{
1596
- type: Output
1597
- }], ionDidClose: [{
1598
- type: Output
1599
- }] } });
1600
- let IonMenuButton = class IonMenuButton {
1601
- z;
1602
- el;
1603
- constructor(c, r, z) {
1604
- this.z = z;
1605
- c.detach();
1606
- this.el = r.nativeElement;
1607
- }
1608
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonMenuButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1609
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonMenuButton, isStandalone: true, selector: "ion-menu-button", inputs: { autoHide: "autoHide", color: "color", disabled: "disabled", menu: "menu", mode: "mode", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1610
- };
1611
- IonMenuButton = __decorate([
1612
- ProxyCmp({
1613
- defineCustomElementFn: defineCustomElement$L,
1614
- inputs: ['autoHide', 'color', 'disabled', 'menu', 'mode', 'type']
1615
- })
1616
- ], IonMenuButton);
1617
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonMenuButton, decorators: [{
1618
- type: Component,
1619
- args: [{
1620
- selector: 'ion-menu-button',
1621
- changeDetection: ChangeDetectionStrategy.OnPush,
1622
- template: '<ng-content></ng-content>',
1623
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1624
- inputs: ['autoHide', 'color', 'disabled', 'menu', 'mode', 'type'],
1625
- }]
1626
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1627
- let IonMenuToggle = class IonMenuToggle {
1628
- z;
1629
- el;
1630
- constructor(c, r, z) {
1631
- this.z = z;
1632
- c.detach();
1633
- this.el = r.nativeElement;
1634
- }
1635
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonMenuToggle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1636
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonMenuToggle, isStandalone: true, selector: "ion-menu-toggle", inputs: { autoHide: "autoHide", menu: "menu" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1637
- };
1638
- IonMenuToggle = __decorate([
1639
- ProxyCmp({
1640
- defineCustomElementFn: defineCustomElement$M,
1641
- inputs: ['autoHide', 'menu']
1642
- })
1643
- ], IonMenuToggle);
1644
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonMenuToggle, decorators: [{
1645
- type: Component,
1646
- args: [{
1647
- selector: 'ion-menu-toggle',
1648
- changeDetection: ChangeDetectionStrategy.OnPush,
1649
- template: '<ng-content></ng-content>',
1650
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1651
- inputs: ['autoHide', 'menu'],
1652
- }]
1653
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1654
- let IonNavLink = class IonNavLink {
1655
- z;
1656
- el;
1657
- constructor(c, r, z) {
1658
- this.z = z;
1659
- c.detach();
1660
- this.el = r.nativeElement;
1661
- }
1662
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonNavLink, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1663
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonNavLink, isStandalone: true, selector: "ion-nav-link", inputs: { component: "component", componentProps: "componentProps", routerAnimation: "routerAnimation", routerDirection: "routerDirection" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1664
- };
1665
- IonNavLink = __decorate([
1666
- ProxyCmp({
1667
- defineCustomElementFn: defineCustomElement$N,
1668
- inputs: ['component', 'componentProps', 'routerAnimation', 'routerDirection']
1669
- })
1670
- ], IonNavLink);
1671
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonNavLink, decorators: [{
1672
- type: Component,
1673
- args: [{
1674
- selector: 'ion-nav-link',
1675
- changeDetection: ChangeDetectionStrategy.OnPush,
1676
- template: '<ng-content></ng-content>',
1677
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1678
- inputs: ['component', 'componentProps', 'routerAnimation', 'routerDirection'],
1679
- }]
1680
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1681
- let IonNote = class IonNote {
1682
- z;
1683
- el;
1684
- constructor(c, r, z) {
1685
- this.z = z;
1686
- c.detach();
1687
- this.el = r.nativeElement;
1688
- }
1689
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonNote, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1690
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonNote, isStandalone: true, selector: "ion-note", inputs: { color: "color", mode: "mode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1691
- };
1692
- IonNote = __decorate([
1693
- ProxyCmp({
1694
- defineCustomElementFn: defineCustomElement$O,
1695
- inputs: ['color', 'mode']
1696
- })
1697
- ], IonNote);
1698
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonNote, decorators: [{
1699
- type: Component,
1700
- args: [{
1701
- selector: 'ion-note',
1702
- changeDetection: ChangeDetectionStrategy.OnPush,
1703
- template: '<ng-content></ng-content>',
1704
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1705
- inputs: ['color', 'mode'],
1706
- }]
1707
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1708
- let IonPicker = class IonPicker {
1709
- z;
1710
- el;
1711
- constructor(c, r, z) {
1712
- this.z = z;
1713
- c.detach();
1714
- this.el = r.nativeElement;
1715
- }
1716
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonPicker, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1717
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonPicker, isStandalone: true, selector: "ion-picker", inputs: { mode: "mode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1718
- };
1719
- IonPicker = __decorate([
1720
- ProxyCmp({
1721
- defineCustomElementFn: defineCustomElement$P,
1722
- inputs: ['mode']
1723
- })
1724
- ], IonPicker);
1725
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonPicker, decorators: [{
1726
- type: Component,
1727
- args: [{
1728
- selector: 'ion-picker',
1729
- changeDetection: ChangeDetectionStrategy.OnPush,
1730
- template: '<ng-content></ng-content>',
1731
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1732
- inputs: ['mode'],
1733
- }]
1734
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1735
- let IonPickerColumn = class IonPickerColumn {
1736
- z;
1737
- el;
1738
- ionChange = new EventEmitter();
1739
- constructor(c, r, z) {
1740
- this.z = z;
1741
- c.detach();
1742
- this.el = r.nativeElement;
1743
- }
1744
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonPickerColumn, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1745
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonPickerColumn, isStandalone: true, selector: "ion-picker-column", inputs: { color: "color", disabled: "disabled", mode: "mode", value: "value" }, outputs: { ionChange: "ionChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1746
- };
1747
- IonPickerColumn = __decorate([
1748
- ProxyCmp({
1749
- defineCustomElementFn: defineCustomElement$Q,
1750
- inputs: ['color', 'disabled', 'mode', 'value'],
1751
- methods: ['setFocus']
1752
- })
1753
- ], IonPickerColumn);
1754
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonPickerColumn, decorators: [{
1755
- type: Component,
1756
- args: [{
1757
- selector: 'ion-picker-column',
1758
- changeDetection: ChangeDetectionStrategy.OnPush,
1759
- template: '<ng-content></ng-content>',
1760
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1761
- inputs: ['color', 'disabled', 'mode', 'value'],
1762
- outputs: ['ionChange'],
1763
- }]
1764
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionChange: [{
1765
- type: Output
1766
- }] } });
1767
- let IonPickerColumnOption = class IonPickerColumnOption {
1768
- z;
1769
- el;
1770
- constructor(c, r, z) {
1771
- this.z = z;
1772
- c.detach();
1773
- this.el = r.nativeElement;
1774
- }
1775
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonPickerColumnOption, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1776
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonPickerColumnOption, isStandalone: true, selector: "ion-picker-column-option", inputs: { color: "color", disabled: "disabled", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1777
- };
1778
- IonPickerColumnOption = __decorate([
1779
- ProxyCmp({
1780
- defineCustomElementFn: defineCustomElement$R,
1781
- inputs: ['color', 'disabled', 'value']
1782
- })
1783
- ], IonPickerColumnOption);
1784
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonPickerColumnOption, decorators: [{
1785
- type: Component,
1786
- args: [{
1787
- selector: 'ion-picker-column-option',
1788
- changeDetection: ChangeDetectionStrategy.OnPush,
1789
- template: '<ng-content></ng-content>',
1790
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1791
- inputs: ['color', 'disabled', 'value'],
1792
- }]
1793
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1794
- let IonProgressBar = class IonProgressBar {
1795
- z;
1796
- el;
1797
- constructor(c, r, z) {
1798
- this.z = z;
1799
- c.detach();
1800
- this.el = r.nativeElement;
1801
- }
1802
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonProgressBar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1803
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonProgressBar, isStandalone: true, selector: "ion-progress-bar", inputs: { buffer: "buffer", color: "color", mode: "mode", reversed: "reversed", type: "type", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1804
- };
1805
- IonProgressBar = __decorate([
1806
- ProxyCmp({
1807
- defineCustomElementFn: defineCustomElement$S,
1808
- inputs: ['buffer', 'color', 'mode', 'reversed', 'type', 'value']
1809
- })
1810
- ], IonProgressBar);
1811
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonProgressBar, decorators: [{
1812
- type: Component,
1813
- args: [{
1814
- selector: 'ion-progress-bar',
1815
- changeDetection: ChangeDetectionStrategy.OnPush,
1816
- template: '<ng-content></ng-content>',
1817
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1818
- inputs: ['buffer', 'color', 'mode', 'reversed', 'type', 'value'],
1819
- }]
1820
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1821
- let IonRadio = class IonRadio {
1822
- z;
1823
- el;
1824
- ionFocus = new EventEmitter();
1825
- ionBlur = new EventEmitter();
1826
- constructor(c, r, z) {
1827
- this.z = z;
1828
- c.detach();
1829
- this.el = r.nativeElement;
1830
- }
1831
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonRadio, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1832
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonRadio, isStandalone: true, selector: "ion-radio", inputs: { alignment: "alignment", color: "color", disabled: "disabled", justify: "justify", labelPlacement: "labelPlacement", mode: "mode", name: "name", value: "value" }, outputs: { ionFocus: "ionFocus", ionBlur: "ionBlur" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1833
- };
1834
- IonRadio = __decorate([
1835
- ProxyCmp({
1836
- defineCustomElementFn: defineCustomElement$T,
1837
- inputs: ['alignment', 'color', 'disabled', 'justify', 'labelPlacement', 'mode', 'name', 'value']
1838
- })
1839
- ], IonRadio);
1840
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonRadio, decorators: [{
1841
- type: Component,
1842
- args: [{
1843
- selector: 'ion-radio',
1844
- changeDetection: ChangeDetectionStrategy.OnPush,
1845
- template: '<ng-content></ng-content>',
1846
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1847
- inputs: ['alignment', 'color', 'disabled', 'justify', 'labelPlacement', 'mode', 'name', 'value'],
1848
- outputs: ['ionFocus', 'ionBlur'],
1849
- }]
1850
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionFocus: [{
1851
- type: Output
1852
- }], ionBlur: [{
1853
- type: Output
1854
- }] } });
1855
- let IonRefresher = class IonRefresher {
1856
- z;
1857
- el;
1858
- ionRefresh = new EventEmitter();
1859
- ionPull = new EventEmitter();
1860
- ionStart = new EventEmitter();
1861
- ionPullStart = new EventEmitter();
1862
- ionPullEnd = new EventEmitter();
1863
- constructor(c, r, z) {
1864
- this.z = z;
1865
- c.detach();
1866
- this.el = r.nativeElement;
1867
- }
1868
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonRefresher, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1869
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonRefresher, isStandalone: true, selector: "ion-refresher", inputs: { closeDuration: "closeDuration", disabled: "disabled", mode: "mode", pullFactor: "pullFactor", pullMax: "pullMax", pullMin: "pullMin", snapbackDuration: "snapbackDuration" }, outputs: { ionRefresh: "ionRefresh", ionPull: "ionPull", ionStart: "ionStart", ionPullStart: "ionPullStart", ionPullEnd: "ionPullEnd" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1870
- };
1871
- IonRefresher = __decorate([
1872
- ProxyCmp({
1873
- defineCustomElementFn: defineCustomElement$U,
1874
- inputs: ['closeDuration', 'disabled', 'mode', 'pullFactor', 'pullMax', 'pullMin', 'snapbackDuration'],
1875
- methods: ['complete', 'cancel', 'getProgress']
1876
- })
1877
- ], IonRefresher);
1878
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonRefresher, decorators: [{
1879
- type: Component,
1880
- args: [{
1881
- selector: 'ion-refresher',
1882
- changeDetection: ChangeDetectionStrategy.OnPush,
1883
- template: '<ng-content></ng-content>',
1884
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1885
- inputs: ['closeDuration', 'disabled', 'mode', 'pullFactor', 'pullMax', 'pullMin', 'snapbackDuration'],
1886
- outputs: ['ionRefresh', 'ionPull', 'ionStart', 'ionPullStart', 'ionPullEnd'],
1887
- }]
1888
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionRefresh: [{
1889
- type: Output
1890
- }], ionPull: [{
1891
- type: Output
1892
- }], ionStart: [{
1893
- type: Output
1894
- }], ionPullStart: [{
1895
- type: Output
1896
- }], ionPullEnd: [{
1897
- type: Output
1898
- }] } });
1899
- let IonRefresherContent = class IonRefresherContent {
1900
- z;
1901
- el;
1902
- constructor(c, r, z) {
1903
- this.z = z;
1904
- c.detach();
1905
- this.el = r.nativeElement;
1906
- }
1907
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonRefresherContent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1908
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonRefresherContent, isStandalone: true, selector: "ion-refresher-content", inputs: { pullingIcon: "pullingIcon", pullingText: "pullingText", refreshingSpinner: "refreshingSpinner", refreshingText: "refreshingText" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1909
- };
1910
- IonRefresherContent = __decorate([
1911
- ProxyCmp({
1912
- defineCustomElementFn: defineCustomElement$V,
1913
- inputs: ['pullingIcon', 'pullingText', 'refreshingSpinner', 'refreshingText']
1914
- })
1915
- ], IonRefresherContent);
1916
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonRefresherContent, decorators: [{
1917
- type: Component,
1918
- args: [{
1919
- selector: 'ion-refresher-content',
1920
- changeDetection: ChangeDetectionStrategy.OnPush,
1921
- template: '<ng-content></ng-content>',
1922
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1923
- inputs: ['pullingIcon', 'pullingText', 'refreshingSpinner', 'refreshingText'],
1924
- }]
1925
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1926
- let IonReorder = class IonReorder {
1927
- z;
1928
- el;
1929
- constructor(c, r, z) {
1930
- this.z = z;
1931
- c.detach();
1932
- this.el = r.nativeElement;
1933
- }
1934
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonReorder, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1935
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonReorder, isStandalone: true, selector: "ion-reorder", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1936
- };
1937
- IonReorder = __decorate([
1938
- ProxyCmp({
1939
- defineCustomElementFn: defineCustomElement$W
1940
- })
1941
- ], IonReorder);
1942
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonReorder, decorators: [{
1943
- type: Component,
1944
- args: [{
1945
- selector: 'ion-reorder',
1946
- changeDetection: ChangeDetectionStrategy.OnPush,
1947
- template: '<ng-content></ng-content>',
1948
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1949
- inputs: [],
1950
- }]
1951
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1952
- let IonReorderGroup = class IonReorderGroup {
1953
- z;
1954
- el;
1955
- ionItemReorder = new EventEmitter();
1956
- ionReorderStart = new EventEmitter();
1957
- ionReorderMove = new EventEmitter();
1958
- ionReorderEnd = new EventEmitter();
1959
- constructor(c, r, z) {
1960
- this.z = z;
1961
- c.detach();
1962
- this.el = r.nativeElement;
1963
- }
1964
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonReorderGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1965
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonReorderGroup, isStandalone: true, selector: "ion-reorder-group", inputs: { disabled: "disabled" }, outputs: { ionItemReorder: "ionItemReorder", ionReorderStart: "ionReorderStart", ionReorderMove: "ionReorderMove", ionReorderEnd: "ionReorderEnd" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1966
- };
1967
- IonReorderGroup = __decorate([
1968
- ProxyCmp({
1969
- defineCustomElementFn: defineCustomElement$X,
1970
- inputs: ['disabled'],
1971
- methods: ['complete']
1972
- })
1973
- ], IonReorderGroup);
1974
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonReorderGroup, decorators: [{
1975
- type: Component,
1976
- args: [{
1977
- selector: 'ion-reorder-group',
1978
- changeDetection: ChangeDetectionStrategy.OnPush,
1979
- template: '<ng-content></ng-content>',
1980
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1981
- inputs: ['disabled'],
1982
- outputs: ['ionItemReorder', 'ionReorderStart', 'ionReorderMove', 'ionReorderEnd'],
1983
- }]
1984
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionItemReorder: [{
1985
- type: Output
1986
- }], ionReorderStart: [{
1987
- type: Output
1988
- }], ionReorderMove: [{
1989
- type: Output
1990
- }], ionReorderEnd: [{
1991
- type: Output
1992
- }] } });
1993
- let IonRippleEffect = class IonRippleEffect {
1994
- z;
1995
- el;
1996
- constructor(c, r, z) {
1997
- this.z = z;
1998
- c.detach();
1999
- this.el = r.nativeElement;
2000
- }
2001
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonRippleEffect, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2002
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonRippleEffect, isStandalone: true, selector: "ion-ripple-effect", inputs: { type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2003
- };
2004
- IonRippleEffect = __decorate([
2005
- ProxyCmp({
2006
- defineCustomElementFn: defineCustomElement$Y,
2007
- inputs: ['type'],
2008
- methods: ['addRipple']
2009
- })
2010
- ], IonRippleEffect);
2011
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonRippleEffect, decorators: [{
2012
- type: Component,
2013
- args: [{
2014
- selector: 'ion-ripple-effect',
2015
- changeDetection: ChangeDetectionStrategy.OnPush,
2016
- template: '<ng-content></ng-content>',
2017
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2018
- inputs: ['type'],
2019
- }]
2020
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
2021
- let IonRow = class IonRow {
2022
- z;
2023
- el;
2024
- constructor(c, r, z) {
2025
- this.z = z;
2026
- c.detach();
2027
- this.el = r.nativeElement;
2028
- }
2029
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonRow, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2030
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonRow, isStandalone: true, selector: "ion-row", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2031
- };
2032
- IonRow = __decorate([
2033
- ProxyCmp({
2034
- defineCustomElementFn: defineCustomElement$Z
2035
- })
2036
- ], IonRow);
2037
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonRow, decorators: [{
2038
- type: Component,
2039
- args: [{
2040
- selector: 'ion-row',
2041
- changeDetection: ChangeDetectionStrategy.OnPush,
2042
- template: '<ng-content></ng-content>',
2043
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2044
- inputs: [],
2045
- }]
2046
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
2047
- let IonSegmentButton = class IonSegmentButton {
2048
- z;
2049
- el;
2050
- constructor(c, r, z) {
2051
- this.z = z;
2052
- c.detach();
2053
- this.el = r.nativeElement;
2054
- }
2055
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonSegmentButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2056
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonSegmentButton, isStandalone: true, selector: "ion-segment-button", inputs: { contentId: "contentId", disabled: "disabled", layout: "layout", mode: "mode", type: "type", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2057
- };
2058
- IonSegmentButton = __decorate([
2059
- ProxyCmp({
2060
- defineCustomElementFn: defineCustomElement$_,
2061
- inputs: ['contentId', 'disabled', 'layout', 'mode', 'type', 'value']
2062
- })
2063
- ], IonSegmentButton);
2064
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonSegmentButton, decorators: [{
2065
- type: Component,
2066
- args: [{
2067
- selector: 'ion-segment-button',
2068
- changeDetection: ChangeDetectionStrategy.OnPush,
2069
- template: '<ng-content></ng-content>',
2070
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2071
- inputs: ['contentId', 'disabled', 'layout', 'mode', 'type', 'value'],
2072
- }]
2073
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
2074
- let IonSegmentContent = class IonSegmentContent {
2075
- z;
2076
- el;
2077
- constructor(c, r, z) {
2078
- this.z = z;
2079
- c.detach();
2080
- this.el = r.nativeElement;
2081
- }
2082
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonSegmentContent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2083
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonSegmentContent, isStandalone: true, selector: "ion-segment-content", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2084
- };
2085
- IonSegmentContent = __decorate([
2086
- ProxyCmp({
2087
- defineCustomElementFn: defineCustomElement$$
2088
- })
2089
- ], IonSegmentContent);
2090
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonSegmentContent, decorators: [{
2091
- type: Component,
2092
- args: [{
2093
- selector: 'ion-segment-content',
2094
- changeDetection: ChangeDetectionStrategy.OnPush,
2095
- template: '<ng-content></ng-content>',
2096
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2097
- inputs: [],
2098
- }]
2099
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
2100
- let IonSegmentView = class IonSegmentView {
2101
- z;
2102
- el;
2103
- ionSegmentViewScroll = new EventEmitter();
2104
- constructor(c, r, z) {
2105
- this.z = z;
2106
- c.detach();
2107
- this.el = r.nativeElement;
2108
- }
2109
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonSegmentView, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2110
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonSegmentView, isStandalone: true, selector: "ion-segment-view", inputs: { disabled: "disabled", swipeGesture: "swipeGesture" }, outputs: { ionSegmentViewScroll: "ionSegmentViewScroll" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2111
- };
2112
- IonSegmentView = __decorate([
2113
- ProxyCmp({
2114
- defineCustomElementFn: defineCustomElement$10,
2115
- inputs: ['disabled', 'swipeGesture']
2116
- })
2117
- ], IonSegmentView);
2118
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonSegmentView, decorators: [{
2119
- type: Component,
2120
- args: [{
2121
- selector: 'ion-segment-view',
2122
- changeDetection: ChangeDetectionStrategy.OnPush,
2123
- template: '<ng-content></ng-content>',
2124
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2125
- inputs: ['disabled', 'swipeGesture'],
2126
- outputs: ['ionSegmentViewScroll'],
2127
- }]
2128
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionSegmentViewScroll: [{
2129
- type: Output
2130
- }] } });
2131
- let IonSelectModal = class IonSelectModal {
2132
- z;
2133
- el;
2134
- constructor(c, r, z) {
2135
- this.z = z;
2136
- c.detach();
2137
- this.el = r.nativeElement;
2138
- }
2139
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonSelectModal, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2140
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonSelectModal, isStandalone: true, selector: "ion-select-modal", inputs: { cancelText: "cancelText", header: "header", multiple: "multiple", options: "options" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2141
- };
2142
- IonSelectModal = __decorate([
2143
- ProxyCmp({
2144
- defineCustomElementFn: defineCustomElement$11,
2145
- inputs: ['cancelText', 'header', 'multiple', 'options']
2146
- })
2147
- ], IonSelectModal);
2148
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonSelectModal, decorators: [{
2149
- type: Component,
2150
- args: [{
2151
- selector: 'ion-select-modal',
2152
- changeDetection: ChangeDetectionStrategy.OnPush,
2153
- template: '<ng-content></ng-content>',
2154
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2155
- inputs: ['cancelText', 'header', 'multiple', 'options'],
2156
- }]
2157
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
2158
- let IonSelectOption = class IonSelectOption {
2159
- z;
2160
- el;
2161
- constructor(c, r, z) {
2162
- this.z = z;
2163
- c.detach();
2164
- this.el = r.nativeElement;
2165
- }
2166
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonSelectOption, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2167
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonSelectOption, isStandalone: true, selector: "ion-select-option", inputs: { description: "description", disabled: "disabled", justify: "justify", labelPlacement: "labelPlacement", mode: "mode", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2168
- };
2169
- IonSelectOption = __decorate([
2170
- ProxyCmp({
2171
- defineCustomElementFn: defineCustomElement$12,
2172
- inputs: ['description', 'disabled', 'justify', 'labelPlacement', 'mode', 'value']
2173
- })
2174
- ], IonSelectOption);
2175
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonSelectOption, decorators: [{
2176
- type: Component,
2177
- args: [{
2178
- selector: 'ion-select-option',
2179
- changeDetection: ChangeDetectionStrategy.OnPush,
2180
- template: '<ng-content></ng-content>',
2181
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2182
- inputs: ['description', 'disabled', 'justify', 'labelPlacement', 'mode', 'value'],
2183
- }]
2184
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
2185
- let IonSkeletonText = class IonSkeletonText {
2186
- z;
2187
- el;
2188
- constructor(c, r, z) {
2189
- this.z = z;
2190
- c.detach();
2191
- this.el = r.nativeElement;
2192
- }
2193
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonSkeletonText, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2194
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonSkeletonText, isStandalone: true, selector: "ion-skeleton-text", inputs: { animated: "animated" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2195
- };
2196
- IonSkeletonText = __decorate([
2197
- ProxyCmp({
2198
- defineCustomElementFn: defineCustomElement$13,
2199
- inputs: ['animated']
2200
- })
2201
- ], IonSkeletonText);
2202
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonSkeletonText, decorators: [{
2203
- type: Component,
2204
- args: [{
2205
- selector: 'ion-skeleton-text',
2206
- changeDetection: ChangeDetectionStrategy.OnPush,
2207
- template: '<ng-content></ng-content>',
2208
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2209
- inputs: ['animated'],
2210
- }]
2211
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
2212
- let IonSpinner = class IonSpinner {
2213
- z;
2214
- el;
2215
- constructor(c, r, z) {
2216
- this.z = z;
2217
- c.detach();
2218
- this.el = r.nativeElement;
2219
- }
2220
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonSpinner, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2221
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonSpinner, isStandalone: true, selector: "ion-spinner", inputs: { color: "color", duration: "duration", name: "name", paused: "paused" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2222
- };
2223
- IonSpinner = __decorate([
2224
- ProxyCmp({
2225
- defineCustomElementFn: defineCustomElement$14,
2226
- inputs: ['color', 'duration', 'name', 'paused']
2227
- })
2228
- ], IonSpinner);
2229
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonSpinner, decorators: [{
2230
- type: Component,
2231
- args: [{
2232
- selector: 'ion-spinner',
2233
- changeDetection: ChangeDetectionStrategy.OnPush,
2234
- template: '<ng-content></ng-content>',
2235
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2236
- inputs: ['color', 'duration', 'name', 'paused'],
2237
- }]
2238
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
2239
- let IonSplitPane = class IonSplitPane {
2240
- z;
2241
- el;
2242
- ionSplitPaneVisible = new EventEmitter();
2243
- constructor(c, r, z) {
2244
- this.z = z;
2245
- c.detach();
2246
- this.el = r.nativeElement;
2247
- }
2248
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonSplitPane, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2249
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonSplitPane, isStandalone: true, selector: "ion-split-pane", inputs: { contentId: "contentId", disabled: "disabled", when: "when" }, outputs: { ionSplitPaneVisible: "ionSplitPaneVisible" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2250
- };
2251
- IonSplitPane = __decorate([
2252
- ProxyCmp({
2253
- defineCustomElementFn: defineCustomElement$15,
2254
- inputs: ['contentId', 'disabled', 'when']
2255
- })
2256
- ], IonSplitPane);
2257
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonSplitPane, decorators: [{
2258
- type: Component,
2259
- args: [{
2260
- selector: 'ion-split-pane',
2261
- changeDetection: ChangeDetectionStrategy.OnPush,
2262
- template: '<ng-content></ng-content>',
2263
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2264
- inputs: ['contentId', 'disabled', 'when'],
2265
- outputs: ['ionSplitPaneVisible'],
2266
- }]
2267
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionSplitPaneVisible: [{
2268
- type: Output
2269
- }] } });
2270
- let IonTab = class IonTab {
2271
- z;
2272
- el;
2273
- constructor(c, r, z) {
2274
- this.z = z;
2275
- c.detach();
2276
- this.el = r.nativeElement;
2277
- }
2278
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonTab, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2279
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonTab, isStandalone: true, selector: "ion-tab", inputs: { component: "component", tab: "tab" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2280
- };
2281
- IonTab = __decorate([
2282
- ProxyCmp({
2283
- defineCustomElementFn: defineCustomElement$16,
2284
- inputs: ['component', 'tab'],
2285
- methods: ['setActive']
2286
- })
2287
- ], IonTab);
2288
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonTab, decorators: [{
2289
- type: Component,
2290
- args: [{
2291
- selector: 'ion-tab',
2292
- changeDetection: ChangeDetectionStrategy.OnPush,
2293
- template: '<ng-content></ng-content>',
2294
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2295
- inputs: ['component', { name: 'tab', required: true }],
2296
- }]
2297
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
2298
- let IonTabBar = class IonTabBar {
2299
- z;
2300
- el;
2301
- constructor(c, r, z) {
2302
- this.z = z;
2303
- c.detach();
2304
- this.el = r.nativeElement;
2305
- }
2306
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonTabBar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2307
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonTabBar, isStandalone: true, selector: "ion-tab-bar", inputs: { color: "color", mode: "mode", selectedTab: "selectedTab", translucent: "translucent" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2308
- };
2309
- IonTabBar = __decorate([
2310
- ProxyCmp({
2311
- defineCustomElementFn: defineCustomElement$17,
2312
- inputs: ['color', 'mode', 'selectedTab', 'translucent']
2313
- })
2314
- ], IonTabBar);
2315
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonTabBar, decorators: [{
2316
- type: Component,
2317
- args: [{
2318
- selector: 'ion-tab-bar',
2319
- changeDetection: ChangeDetectionStrategy.OnPush,
2320
- template: '<ng-content></ng-content>',
2321
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2322
- inputs: ['color', 'mode', 'selectedTab', 'translucent'],
2323
- }]
2324
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
2325
- let IonTabButton = class IonTabButton {
2326
- z;
2327
- el;
2328
- constructor(c, r, z) {
2329
- this.z = z;
2330
- c.detach();
2331
- this.el = r.nativeElement;
2332
- }
2333
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonTabButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2334
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonTabButton, isStandalone: true, selector: "ion-tab-button", inputs: { disabled: "disabled", download: "download", href: "href", layout: "layout", mode: "mode", rel: "rel", selected: "selected", tab: "tab", target: "target" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2335
- };
2336
- IonTabButton = __decorate([
2337
- ProxyCmp({
2338
- defineCustomElementFn: defineCustomElement$18,
2339
- inputs: ['disabled', 'download', 'href', 'layout', 'mode', 'rel', 'selected', 'tab', 'target']
2340
- })
2341
- ], IonTabButton);
2342
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonTabButton, decorators: [{
2343
- type: Component,
2344
- args: [{
2345
- selector: 'ion-tab-button',
2346
- changeDetection: ChangeDetectionStrategy.OnPush,
2347
- template: '<ng-content></ng-content>',
2348
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2349
- inputs: ['disabled', 'download', 'href', 'layout', 'mode', 'rel', 'selected', 'tab', 'target'],
2350
- }]
2351
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
2352
- let IonText = class IonText {
2353
- z;
2354
- el;
2355
- constructor(c, r, z) {
2356
- this.z = z;
2357
- c.detach();
2358
- this.el = r.nativeElement;
2359
- }
2360
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonText, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2361
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonText, isStandalone: true, selector: "ion-text", inputs: { color: "color", mode: "mode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2362
- };
2363
- IonText = __decorate([
2364
- ProxyCmp({
2365
- defineCustomElementFn: defineCustomElement$19,
2366
- inputs: ['color', 'mode']
2367
- })
2368
- ], IonText);
2369
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonText, decorators: [{
2370
- type: Component,
2371
- args: [{
2372
- selector: 'ion-text',
2373
- changeDetection: ChangeDetectionStrategy.OnPush,
2374
- template: '<ng-content></ng-content>',
2375
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2376
- inputs: ['color', 'mode'],
2377
- }]
2378
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
2379
- let IonThumbnail = class IonThumbnail {
2380
- z;
2381
- el;
2382
- constructor(c, r, z) {
2383
- this.z = z;
2384
- c.detach();
2385
- this.el = r.nativeElement;
2386
- }
2387
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonThumbnail, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2388
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonThumbnail, isStandalone: true, selector: "ion-thumbnail", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2389
- };
2390
- IonThumbnail = __decorate([
2391
- ProxyCmp({
2392
- defineCustomElementFn: defineCustomElement$1a
2393
- })
2394
- ], IonThumbnail);
2395
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonThumbnail, decorators: [{
2396
- type: Component,
2397
- args: [{
2398
- selector: 'ion-thumbnail',
2399
- changeDetection: ChangeDetectionStrategy.OnPush,
2400
- template: '<ng-content></ng-content>',
2401
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2402
- inputs: [],
2403
- }]
2404
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
2405
- let IonTitle = class IonTitle {
2406
- z;
2407
- el;
2408
- constructor(c, r, z) {
2409
- this.z = z;
2410
- c.detach();
2411
- this.el = r.nativeElement;
2412
- }
2413
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonTitle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2414
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonTitle, isStandalone: true, selector: "ion-title", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2415
- };
2416
- IonTitle = __decorate([
2417
- ProxyCmp({
2418
- defineCustomElementFn: defineCustomElement$1b,
2419
- inputs: ['color', 'size']
2420
- })
2421
- ], IonTitle);
2422
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonTitle, decorators: [{
2423
- type: Component,
2424
- args: [{
2425
- selector: 'ion-title',
2426
- changeDetection: ChangeDetectionStrategy.OnPush,
2427
- template: '<ng-content></ng-content>',
2428
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2429
- inputs: ['color', 'size'],
2430
- }]
2431
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
2432
- let IonToast = class IonToast {
2433
- z;
2434
- el;
2435
- ionToastDidPresent = new EventEmitter();
2436
- ionToastWillPresent = new EventEmitter();
2437
- ionToastWillDismiss = new EventEmitter();
2438
- ionToastDidDismiss = new EventEmitter();
2439
- didPresent = new EventEmitter();
2440
- willPresent = new EventEmitter();
2441
- willDismiss = new EventEmitter();
2442
- didDismiss = new EventEmitter();
2443
- constructor(c, r, z) {
2444
- this.z = z;
2445
- c.detach();
2446
- this.el = r.nativeElement;
2447
- }
2448
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonToast, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2449
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonToast, isStandalone: true, selector: "ion-toast", inputs: { animated: "animated", buttons: "buttons", color: "color", cssClass: "cssClass", duration: "duration", enterAnimation: "enterAnimation", header: "header", htmlAttributes: "htmlAttributes", icon: "icon", isOpen: "isOpen", keyboardClose: "keyboardClose", layout: "layout", leaveAnimation: "leaveAnimation", message: "message", mode: "mode", position: "position", positionAnchor: "positionAnchor", swipeGesture: "swipeGesture", translucent: "translucent", trigger: "trigger" }, outputs: { ionToastDidPresent: "ionToastDidPresent", ionToastWillPresent: "ionToastWillPresent", ionToastWillDismiss: "ionToastWillDismiss", ionToastDidDismiss: "ionToastDidDismiss", didPresent: "didPresent", willPresent: "willPresent", willDismiss: "willDismiss", didDismiss: "didDismiss" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2450
- };
2451
- IonToast = __decorate([
2452
- ProxyCmp({
2453
- defineCustomElementFn: defineCustomElement$1c,
2454
- inputs: ['animated', 'buttons', 'color', 'cssClass', 'duration', 'enterAnimation', 'header', 'htmlAttributes', 'icon', 'isOpen', 'keyboardClose', 'layout', 'leaveAnimation', 'message', 'mode', 'position', 'positionAnchor', 'swipeGesture', 'translucent', 'trigger'],
2455
- methods: ['present', 'dismiss', 'onDidDismiss', 'onWillDismiss']
2456
- })
2457
- ], IonToast);
2458
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonToast, decorators: [{
2459
- type: Component,
2460
- args: [{
2461
- selector: 'ion-toast',
2462
- changeDetection: ChangeDetectionStrategy.OnPush,
2463
- template: '<ng-content></ng-content>',
2464
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2465
- inputs: ['animated', 'buttons', 'color', 'cssClass', 'duration', 'enterAnimation', 'header', 'htmlAttributes', 'icon', 'isOpen', 'keyboardClose', 'layout', 'leaveAnimation', 'message', 'mode', 'position', 'positionAnchor', 'swipeGesture', 'translucent', 'trigger'],
2466
- outputs: ['ionToastDidPresent', 'ionToastWillPresent', 'ionToastWillDismiss', 'ionToastDidDismiss', 'didPresent', 'willPresent', 'willDismiss', 'didDismiss'],
2467
- }]
2468
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionToastDidPresent: [{
2469
- type: Output
2470
- }], ionToastWillPresent: [{
2471
- type: Output
2472
- }], ionToastWillDismiss: [{
2473
- type: Output
2474
- }], ionToastDidDismiss: [{
2475
- type: Output
2476
- }], didPresent: [{
2477
- type: Output
2478
- }], willPresent: [{
2479
- type: Output
2480
- }], willDismiss: [{
2481
- type: Output
2482
- }], didDismiss: [{
2483
- type: Output
2484
- }] } });
2485
- let IonToolbar = class IonToolbar {
2486
- z;
2487
- el;
2488
- constructor(c, r, z) {
2489
- this.z = z;
2490
- c.detach();
2491
- this.el = r.nativeElement;
2492
- }
2493
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonToolbar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2494
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonToolbar, isStandalone: true, selector: "ion-toolbar", inputs: { color: "color", mode: "mode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2495
- };
2496
- IonToolbar = __decorate([
2497
- ProxyCmp({
2498
- defineCustomElementFn: defineCustomElement$1d,
2499
- inputs: ['color', 'mode']
2500
- })
2501
- ], IonToolbar);
2502
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonToolbar, decorators: [{
2503
- type: Component,
2504
- args: [{
2505
- selector: 'ion-toolbar',
2506
- changeDetection: ChangeDetectionStrategy.OnPush,
2507
- template: '<ng-content></ng-content>',
2508
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2509
- inputs: ['color', 'mode'],
2510
- }]
2511
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
2512
-
2513
- class IonTabs extends IonTabs$1 {
2514
- outlet;
2515
- tabBar;
2516
- tabBars;
2517
- tabs;
2518
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonTabs, deps: null, target: i0.ɵɵFactoryTarget.Component });
2519
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonTabs, isStandalone: true, selector: "ion-tabs", queries: [{ propertyName: "tabBar", first: true, predicate: IonTabBar, descendants: true }, { propertyName: "tabBars", predicate: IonTabBar }, { propertyName: "tabs", predicate: IonTab }], viewQueries: [{ propertyName: "outlet", first: true, predicate: ["outlet"], descendants: true, read: IonRouterOutlet }], usesInheritance: true, ngImport: i0, template: `
2520
- <ng-content select="[slot=top]"></ng-content>
2521
- <div class="tabs-inner" #tabsInner>
2522
- <ion-router-outlet
2523
- *ngIf="tabs.length === 0"
2524
- #outlet
2525
- tabs="true"
2526
- (stackWillChange)="onStackWillChange($event)"
2527
- (stackDidChange)="onStackDidChange($event)"
2528
- ></ion-router-outlet>
2529
- <ng-content *ngIf="tabs.length > 0" select="ion-tab"></ng-content>
2530
- </div>
2531
- <ng-content></ng-content>
2532
- `, isInline: true, styles: [":host{display:flex;position:absolute;inset:0;flex-direction:column;width:100%;height:100%;contain:layout size style}.tabs-inner{position:relative;flex:1;contain:layout size style}\n"], dependencies: [{ kind: "component", type: IonRouterOutlet, selector: "ion-router-outlet" }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
2533
- }
2534
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonTabs, decorators: [{
2535
- type: Component,
2536
- args: [{ selector: 'ion-tabs', template: `
2537
- <ng-content select="[slot=top]"></ng-content>
2538
- <div class="tabs-inner" #tabsInner>
2539
- <ion-router-outlet
2540
- *ngIf="tabs.length === 0"
2541
- #outlet
2542
- tabs="true"
2543
- (stackWillChange)="onStackWillChange($event)"
2544
- (stackDidChange)="onStackDidChange($event)"
2545
- ></ion-router-outlet>
2546
- <ng-content *ngIf="tabs.length > 0" select="ion-tab"></ng-content>
2547
- </div>
2548
- <ng-content></ng-content>
2549
- `, standalone: true, imports: [IonRouterOutlet, NgIf], styles: [":host{display:flex;position:absolute;inset:0;flex-direction:column;width:100%;height:100%;contain:layout size style}.tabs-inner{position:relative;flex:1;contain:layout size style}\n"] }]
2550
- }], propDecorators: { outlet: [{
2551
- type: ViewChild,
2552
- args: ['outlet', { read: IonRouterOutlet, static: false }]
2553
- }], tabBar: [{
2554
- type: ContentChild,
2555
- args: [IonTabBar, { static: false }]
2556
- }], tabBars: [{
2557
- type: ContentChildren,
2558
- args: [IonTabBar]
2559
- }], tabs: [{
2560
- type: ContentChildren,
2561
- args: [IonTab]
2562
- }] } });
2563
-
2564
- class ModalController extends OverlayBaseController {
2565
- angularDelegate = inject(AngularDelegate);
2566
- injector = inject(Injector);
2567
- environmentInjector = inject(EnvironmentInjector);
2568
- constructor() {
2569
- super(modalController);
2570
- defineCustomElement$3();
2571
- }
2572
- create(opts) {
2573
- const { injector: customInjector, ...restOpts } = opts;
2574
- return super.create({
2575
- ...restOpts,
2576
- delegate: this.angularDelegate.create(this.environmentInjector, this.injector, 'modal', customInjector),
2577
- });
2578
- }
2579
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: ModalController, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
2580
- /** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: ModalController });
2581
- }
2582
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: ModalController, decorators: [{
2583
- type: Injectable
2584
- }], ctorParameters: () => [] });
2585
-
2586
- class PopoverController extends OverlayBaseController {
2587
- angularDelegate = inject(AngularDelegate);
2588
- injector = inject(Injector);
2589
- environmentInjector = inject(EnvironmentInjector);
2590
- constructor() {
2591
- super(popoverController);
2592
- defineCustomElement$4();
2593
- }
2594
- create(opts) {
2595
- const { injector: customInjector, ...restOpts } = opts;
2596
- return super.create({
2597
- ...restOpts,
2598
- delegate: this.angularDelegate.create(this.environmentInjector, this.injector, 'popover', customInjector),
2599
- });
2600
- }
2601
- }
2602
-
2603
- const provideIonicAngular = (config = {}) => {
2604
- return makeEnvironmentProviders([
2605
- {
2606
- provide: ConfigToken,
2607
- useValue: config,
2608
- },
2609
- {
2610
- provide: APP_INITIALIZER,
2611
- useFactory: initializeIonicAngular,
2612
- multi: true,
2613
- deps: [ConfigToken, DOCUMENT],
2614
- },
2615
- provideComponentInputBinding(),
2616
- AngularDelegate,
2617
- ModalController,
2618
- PopoverController,
2619
- ]);
2620
- };
2621
- const initializeIonicAngular = (config, doc) => {
2622
- return () => {
2623
- /**
2624
- * By default Ionic Framework hides elements that
2625
- * are not hydrated, but in the CE build there is no
2626
- * hydration.
2627
- * TODO FW-2797: Remove when all integrations have been
2628
- * migrated to CE build.
2629
- */
2630
- doc.documentElement.classList.add('ion-ce');
2631
- initialize(config);
2632
- };
2633
- };
2634
-
2635
- class ActionSheetController extends OverlayBaseController {
2636
- constructor() {
2637
- super(actionSheetController);
2638
- defineCustomElement$7();
2639
- }
2640
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: ActionSheetController, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
2641
- /** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: ActionSheetController, providedIn: 'root' });
2642
- }
2643
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: ActionSheetController, decorators: [{
2644
- type: Injectable,
2645
- args: [{
2646
- providedIn: 'root',
2647
- }]
2648
- }], ctorParameters: () => [] });
2649
-
2650
- class AlertController extends OverlayBaseController {
2651
- constructor() {
2652
- super(alertController);
2653
- defineCustomElement$8();
2654
- }
2655
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: AlertController, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
2656
- /** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: AlertController, providedIn: 'root' });
2657
- }
2658
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: AlertController, decorators: [{
2659
- type: Injectable,
2660
- args: [{
2661
- providedIn: 'root',
2662
- }]
2663
- }], ctorParameters: () => [] });
2664
-
2665
- class AnimationController {
2666
- /**
2667
- * Create a new animation
2668
- */
2669
- create(animationId) {
2670
- return createAnimation(animationId);
2671
- }
2672
- /**
2673
- * EXPERIMENTAL
2674
- *
2675
- * Given a progression and a cubic bezier function,
2676
- * this utility returns the time value(s) at which the
2677
- * cubic bezier reaches the given time progression.
2678
- *
2679
- * If the cubic bezier never reaches the progression
2680
- * the result will be an empty array.
2681
- *
2682
- * This is most useful for switching between easing curves
2683
- * when doing a gesture animation (i.e. going from linear easing
2684
- * during a drag, to another easing when `progressEnd` is called)
2685
- */
2686
- easingTime(p0, p1, p2, p3, progression) {
2687
- return getTimeGivenProgression(p0, p1, p2, p3, progression);
2688
- }
2689
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: AnimationController, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
2690
- /** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: AnimationController, providedIn: 'root' });
2691
- }
2692
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: AnimationController, decorators: [{
2693
- type: Injectable,
2694
- args: [{
2695
- providedIn: 'root',
2696
- }]
2697
- }] });
2698
-
2699
- class GestureController {
2700
- zone;
2701
- constructor(zone) {
2702
- this.zone = zone;
2703
- }
2704
- /**
2705
- * Create a new gesture
2706
- */
2707
- create(opts, runInsideAngularZone = false) {
2708
- if (runInsideAngularZone) {
2709
- Object.getOwnPropertyNames(opts).forEach((key) => {
2710
- if (typeof opts[key] === 'function') {
2711
- const fn = opts[key];
2712
- opts[key] = (...props) => this.zone.run(() => fn(...props));
2713
- }
2714
- });
2715
- }
2716
- return createGesture(opts);
2717
- }
2718
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: GestureController, deps: [{ token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Injectable });
2719
- /** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: GestureController, providedIn: 'root' });
2720
- }
2721
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: GestureController, decorators: [{
2722
- type: Injectable,
2723
- args: [{
2724
- providedIn: 'root',
2725
- }]
2726
- }], ctorParameters: () => [{ type: i0.NgZone }] });
2727
-
2728
- class LoadingController extends OverlayBaseController {
2729
- constructor() {
2730
- super(loadingController);
2731
- defineCustomElement$J();
2732
- }
2733
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: LoadingController, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
2734
- /** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: LoadingController, providedIn: 'root' });
2735
- }
2736
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: LoadingController, decorators: [{
2737
- type: Injectable,
2738
- args: [{
2739
- providedIn: 'root',
2740
- }]
2741
- }], ctorParameters: () => [] });
2742
-
2743
- class MenuController extends MenuController$1 {
2744
- constructor() {
2745
- super(menuController);
2746
- }
2747
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: MenuController, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
2748
- /** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: MenuController, providedIn: 'root' });
2749
- }
2750
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: MenuController, decorators: [{
2751
- type: Injectable,
2752
- args: [{
2753
- providedIn: 'root',
2754
- }]
2755
- }], ctorParameters: () => [] });
2756
-
2757
- class ToastController extends OverlayBaseController {
2758
- constructor() {
2759
- super(toastController);
2760
- defineCustomElement$1c();
2761
- }
2762
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: ToastController, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
2763
- /** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: ToastController, providedIn: 'root' });
2764
- }
2765
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: ToastController, decorators: [{
2766
- type: Injectable,
2767
- args: [{
2768
- providedIn: 'root',
2769
- }]
2770
- }], ctorParameters: () => [] });
2771
-
2772
- let IonNav = class IonNav extends IonNav$1 {
2773
- constructor(ref, environmentInjector, injector, angularDelegate, z, c) {
2774
- super(ref, environmentInjector, injector, angularDelegate, z, c);
2775
- }
2776
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonNav, deps: [{ token: i0.ElementRef }, { token: i0.EnvironmentInjector }, { token: i0.Injector }, { token: i2$1.AngularDelegate }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
2777
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonNav, isStandalone: true, selector: "ion-nav", usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
2778
- };
2779
- IonNav = __decorate([
2780
- ProxyCmp$1({
2781
- defineCustomElementFn: defineCustomElement$1e,
2782
- })
2783
- ], IonNav);
2784
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonNav, decorators: [{
2785
- type: Component,
2786
- args: [{
2787
- selector: 'ion-nav',
2788
- template: '<ng-content></ng-content>',
2789
- standalone: true,
2790
- }]
2791
- }], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.EnvironmentInjector }, { type: i0.Injector }, { type: i2$1.AngularDelegate }, { type: i0.NgZone }, { type: i0.ChangeDetectorRef }] });
2792
-
2793
- const CHECKBOX_INPUTS = [
2794
- 'checked',
2795
- 'color',
2796
- 'disabled',
2797
- 'errorText',
2798
- 'helperText',
2799
- 'indeterminate',
2800
- 'justify',
2801
- 'labelPlacement',
2802
- 'mode',
2803
- 'name',
2804
- 'value',
2805
- ];
2806
- /**
2807
- * Pulling the provider into an object and using PURE works
2808
- * around an ng-packagr issue that causes
2809
- * components with multiple decorators and
2810
- * a provider to be re-assigned. This re-assignment
2811
- * is not supported by Webpack and causes treeshaking
2812
- * to not work on these kinds of components.
2813
- */
2814
- const accessorProvider$a = {
2815
- provide: NG_VALUE_ACCESSOR,
2816
- useExisting: /*@__PURE__*/ forwardRef(() => IonCheckbox),
2817
- multi: true,
2818
- };
2819
- let IonCheckbox = class IonCheckbox extends ValueAccessor {
2820
- z;
2821
- el;
2822
- constructor(c, r, z, injector) {
2823
- super(injector, r);
2824
- this.z = z;
2825
- c.detach();
2826
- this.el = r.nativeElement;
2827
- proxyOutputs(this, this.el, ['ionChange', 'ionFocus', 'ionBlur']);
2828
- }
2829
- writeValue(value) {
2830
- this.elementRef.nativeElement.checked = this.lastValue = value;
2831
- setIonicClasses(this.elementRef);
2832
- }
2833
- handleIonChange(el) {
2834
- this.handleValueChange(el, el.checked);
2835
- }
2836
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonCheckbox, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
2837
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonCheckbox, isStandalone: true, selector: "ion-checkbox", inputs: { checked: "checked", color: "color", disabled: "disabled", errorText: "errorText", helperText: "helperText", indeterminate: "indeterminate", justify: "justify", labelPlacement: "labelPlacement", mode: "mode", name: "name", value: "value" }, host: { listeners: { "ionChange": "handleIonChange($event.target)" } }, providers: [accessorProvider$a], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2838
- };
2839
- IonCheckbox = __decorate([
2840
- ProxyCmp({
2841
- defineCustomElementFn: defineCustomElement$1f,
2842
- inputs: CHECKBOX_INPUTS,
2843
- })
2844
- ], IonCheckbox);
2845
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonCheckbox, decorators: [{
2846
- type: Component,
2847
- args: [{
2848
- selector: 'ion-checkbox',
2849
- changeDetection: ChangeDetectionStrategy.OnPush,
2850
- template: '<ng-content></ng-content>',
2851
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2852
- inputs: CHECKBOX_INPUTS,
2853
- providers: [accessorProvider$a],
2854
- standalone: true,
2855
- }]
2856
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: i0.Injector }], propDecorators: { handleIonChange: [{
2857
- type: HostListener,
2858
- args: ['ionChange', ['$event.target']]
2859
- }] } });
2860
-
2861
- const DATETIME_INPUTS = [
2862
- 'cancelText',
2863
- 'clearText',
2864
- 'color',
2865
- 'dayValues',
2866
- 'disabled',
2867
- 'doneText',
2868
- 'firstDayOfWeek',
2869
- 'formatOptions',
2870
- 'highlightedDates',
2871
- 'hourCycle',
2872
- 'hourValues',
2873
- 'isDateEnabled',
2874
- 'locale',
2875
- 'max',
2876
- 'min',
2877
- 'minuteValues',
2878
- 'mode',
2879
- 'monthValues',
2880
- 'multiple',
2881
- 'name',
2882
- 'preferWheel',
2883
- 'presentation',
2884
- 'readonly',
2885
- 'showAdjacentDays',
2886
- 'showClearButton',
2887
- 'showDefaultButtons',
2888
- 'showDefaultTimeLabel',
2889
- 'showDefaultTitle',
2890
- 'size',
2891
- 'titleSelectedDatesFormatter',
2892
- 'value',
2893
- 'yearValues',
2894
- ];
2895
- /**
2896
- * Pulling the provider into an object and using PURE works
2897
- * around an ng-packagr issue that causes
2898
- * components with multiple decorators and
2899
- * a provider to be re-assigned. This re-assignment
2900
- * is not supported by Webpack and causes treeshaking
2901
- * to not work on these kinds of components.
2902
-
2903
- */
2904
- const accessorProvider$9 = {
2905
- provide: NG_VALUE_ACCESSOR,
2906
- useExisting: /*@__PURE__*/ forwardRef(() => IonDatetime),
2907
- multi: true,
2908
- };
2909
- let IonDatetime = class IonDatetime extends ValueAccessor {
2910
- z;
2911
- el;
2912
- constructor(c, r, z, injector) {
2913
- super(injector, r);
2914
- this.z = z;
2915
- c.detach();
2916
- this.el = r.nativeElement;
2917
- proxyOutputs(this, this.el, ['ionCancel', 'ionChange', 'ionFocus', 'ionBlur']);
2918
- }
2919
- handleIonChange(el) {
2920
- this.handleValueChange(el, el.value);
2921
- }
2922
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonDatetime, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
2923
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonDatetime, isStandalone: true, selector: "ion-datetime", inputs: { cancelText: "cancelText", clearText: "clearText", color: "color", dayValues: "dayValues", disabled: "disabled", doneText: "doneText", firstDayOfWeek: "firstDayOfWeek", formatOptions: "formatOptions", highlightedDates: "highlightedDates", hourCycle: "hourCycle", hourValues: "hourValues", isDateEnabled: "isDateEnabled", locale: "locale", max: "max", min: "min", minuteValues: "minuteValues", mode: "mode", monthValues: "monthValues", multiple: "multiple", name: "name", preferWheel: "preferWheel", presentation: "presentation", readonly: "readonly", showAdjacentDays: "showAdjacentDays", showClearButton: "showClearButton", showDefaultButtons: "showDefaultButtons", showDefaultTimeLabel: "showDefaultTimeLabel", showDefaultTitle: "showDefaultTitle", size: "size", titleSelectedDatesFormatter: "titleSelectedDatesFormatter", value: "value", yearValues: "yearValues" }, host: { listeners: { "ionChange": "handleIonChange($event.target)" } }, providers: [accessorProvider$9], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2924
- };
2925
- IonDatetime = __decorate([
2926
- ProxyCmp({
2927
- defineCustomElementFn: defineCustomElement$1g,
2928
- inputs: DATETIME_INPUTS,
2929
- methods: ['confirm', 'reset', 'cancel'],
2930
- })
2931
- ], IonDatetime);
2932
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonDatetime, decorators: [{
2933
- type: Component,
2934
- args: [{
2935
- selector: 'ion-datetime',
2936
- changeDetection: ChangeDetectionStrategy.OnPush,
2937
- template: '<ng-content></ng-content>',
2938
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2939
- inputs: DATETIME_INPUTS,
2940
- providers: [accessorProvider$9],
2941
- standalone: true,
2942
- }]
2943
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: i0.Injector }], propDecorators: { handleIonChange: [{
2944
- type: HostListener,
2945
- args: ['ionChange', ['$event.target']]
2946
- }] } });
2947
-
2948
- let IonIcon = class IonIcon {
2949
- z;
2950
- el;
2951
- constructor(c, r, z) {
2952
- this.z = z;
2953
- c.detach();
2954
- this.el = r.nativeElement;
2955
- }
2956
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonIcon, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2957
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonIcon, isStandalone: true, selector: "ion-icon", inputs: { color: "color", flipRtl: "flipRtl", icon: "icon", ios: "ios", lazy: "lazy", md: "md", mode: "mode", name: "name", sanitize: "sanitize", size: "size", src: "src" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2958
- };
2959
- IonIcon = __decorate([
2960
- ProxyCmp({
2961
- defineCustomElementFn: defineCustomElement$1h,
2962
- inputs: ['color', 'flipRtl', 'icon', 'ios', 'lazy', 'md', 'mode', 'name', 'sanitize', 'size', 'src'],
2963
- })
2964
- ], IonIcon);
2965
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonIcon, decorators: [{
2966
- type: Component,
2967
- args: [{
2968
- selector: 'ion-icon',
2969
- changeDetection: ChangeDetectionStrategy.OnPush,
2970
- template: '<ng-content></ng-content>',
2971
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2972
- inputs: ['color', 'flipRtl', 'icon', 'ios', 'lazy', 'md', 'mode', 'name', 'sanitize', 'size', 'src'],
2973
- standalone: true,
2974
- }]
2975
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
2976
-
2977
- const INPUT_INPUTS = [
2978
- 'accept',
2979
- 'autocapitalize',
2980
- 'autocomplete',
2981
- 'autocorrect',
2982
- 'autofocus',
2983
- 'clearInput',
2984
- 'clearOnEdit',
2985
- 'color',
2986
- 'counter',
2987
- 'counterFormatter',
2988
- 'debounce',
2989
- 'disabled',
2990
- 'enterkeyhint',
2991
- 'errorText',
2992
- 'fill',
2993
- 'helperText',
2994
- 'inputmode',
2995
- 'label',
2996
- 'labelPlacement',
2997
- 'max',
2998
- 'maxlength',
2999
- 'min',
3000
- 'minlength',
3001
- 'mode',
3002
- 'multiple',
3003
- 'name',
3004
- 'pattern',
3005
- 'placeholder',
3006
- 'readonly',
3007
- 'required',
3008
- 'shape',
3009
- 'size',
3010
- 'spellcheck',
3011
- 'step',
3012
- 'type',
3013
- 'value',
3014
- ];
3015
- /**
3016
- * Pulling the provider into an object and using PURE works
3017
- * around an ng-packagr issue that causes
3018
- * components with multiple decorators and
3019
- * a provider to be re-assigned. This re-assignment
3020
- * is not supported by Webpack and causes treeshaking
3021
- * to not work on these kinds of components.
3022
- */
3023
- const accessorProvider$8 = {
3024
- provide: NG_VALUE_ACCESSOR,
3025
- useExisting: /*@__PURE__*/ forwardRef(() => IonInput),
3026
- multi: true,
3027
- };
3028
- let IonInput = class IonInput extends ValueAccessor {
3029
- z;
3030
- el;
3031
- constructor(c, r, z, injector) {
3032
- super(injector, r);
3033
- this.z = z;
3034
- c.detach();
3035
- this.el = r.nativeElement;
3036
- proxyOutputs(this, this.el, ['ionInput', 'ionChange', 'ionBlur', 'ionFocus']);
3037
- }
3038
- handleIonInput(el) {
3039
- this.handleValueChange(el, el.value);
3040
- }
3041
- registerOnChange(fn) {
3042
- super.registerOnChange((value) => {
3043
- if (this.type === 'number') {
3044
- /**
3045
- * If the input type is `number`, we need to convert the value to a number
3046
- * when the value is not empty. If the value is empty, we want to treat
3047
- * the value as null.
3048
- */
3049
- fn(value === '' ? null : parseFloat(value));
3050
- }
3051
- else {
3052
- fn(value);
3053
- }
3054
- });
3055
- }
3056
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonInput, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
3057
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonInput, isStandalone: true, selector: "ion-input", inputs: { accept: "accept", autocapitalize: "autocapitalize", autocomplete: "autocomplete", autocorrect: "autocorrect", autofocus: "autofocus", clearInput: "clearInput", clearOnEdit: "clearOnEdit", color: "color", counter: "counter", counterFormatter: "counterFormatter", debounce: "debounce", disabled: "disabled", enterkeyhint: "enterkeyhint", errorText: "errorText", fill: "fill", helperText: "helperText", inputmode: "inputmode", label: "label", labelPlacement: "labelPlacement", max: "max", maxlength: "maxlength", min: "min", minlength: "minlength", mode: "mode", multiple: "multiple", name: "name", pattern: "pattern", placeholder: "placeholder", readonly: "readonly", required: "required", shape: "shape", size: "size", spellcheck: "spellcheck", step: "step", type: "type", value: "value" }, host: { listeners: { "ionInput": "handleIonInput($event.target)" } }, providers: [accessorProvider$8], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
3058
- };
3059
- IonInput = __decorate([
3060
- ProxyCmp({
3061
- defineCustomElementFn: defineCustomElement$1i,
3062
- inputs: INPUT_INPUTS,
3063
- methods: ['setFocus', 'getInputElement'],
3064
- })
3065
- ], IonInput);
3066
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonInput, decorators: [{
3067
- type: Component,
3068
- args: [{
3069
- selector: 'ion-input',
3070
- changeDetection: ChangeDetectionStrategy.OnPush,
3071
- template: '<ng-content></ng-content>',
3072
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
3073
- inputs: INPUT_INPUTS,
3074
- providers: [accessorProvider$8],
3075
- standalone: true,
3076
- }]
3077
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: i0.Injector }], propDecorators: { handleIonInput: [{
3078
- type: HostListener,
3079
- args: ['ionInput', ['$event.target']]
3080
- }] } });
3081
-
3082
- const INPUT_OTP_INPUTS = [
3083
- 'autocapitalize',
3084
- 'color',
3085
- 'disabled',
3086
- 'fill',
3087
- 'inputmode',
3088
- 'length',
3089
- 'pattern',
3090
- 'readonly',
3091
- 'separators',
3092
- 'shape',
3093
- 'size',
3094
- 'type',
3095
- 'value',
3096
- ];
3097
- /**
3098
- * Pulling the provider into an object and using PURE works
3099
- * around an ng-packagr issue that causes
3100
- * components with multiple decorators and
3101
- * a provider to be re-assigned. This re-assignment
3102
- * is not supported by Webpack and causes treeshaking
3103
- * to not work on these kinds of components.
3104
- */
3105
- const accessorProvider$7 = {
3106
- provide: NG_VALUE_ACCESSOR,
3107
- useExisting: /*@__PURE__*/ forwardRef(() => IonInputOtp),
3108
- multi: true,
3109
- };
3110
- let IonInputOtp = class IonInputOtp extends ValueAccessor {
3111
- z;
3112
- el;
3113
- constructor(c, r, z, injector) {
3114
- super(injector, r);
3115
- this.z = z;
3116
- c.detach();
3117
- this.el = r.nativeElement;
3118
- proxyOutputs(this, this.el, ['ionInput', 'ionChange', 'ionComplete', 'ionBlur', 'ionFocus']);
3119
- }
3120
- handleIonInput(el) {
3121
- this.handleValueChange(el, el.value);
3122
- }
3123
- registerOnChange(fn) {
3124
- super.registerOnChange((value) => {
3125
- if (this.type === 'number') {
3126
- /**
3127
- * If the input type is `number`, we need to convert the value to a number
3128
- * when the value is not empty. If the value is empty, we want to treat
3129
- * the value as null.
3130
- */
3131
- fn(value === '' ? null : parseFloat(value));
3132
- }
3133
- else {
3134
- fn(value);
3135
- }
3136
- });
3137
- }
3138
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonInputOtp, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
3139
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonInputOtp, isStandalone: true, selector: "ion-input-otp", inputs: { autocapitalize: "autocapitalize", color: "color", disabled: "disabled", fill: "fill", inputmode: "inputmode", length: "length", pattern: "pattern", readonly: "readonly", separators: "separators", shape: "shape", size: "size", type: "type", value: "value" }, host: { listeners: { "ionInput": "handleIonInput($event.target)" } }, providers: [accessorProvider$7], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
3140
- };
3141
- IonInputOtp = __decorate([
3142
- ProxyCmp({
3143
- defineCustomElementFn: defineCustomElement$1j,
3144
- inputs: INPUT_OTP_INPUTS,
3145
- methods: ['setFocus'],
3146
- })
3147
- ], IonInputOtp);
3148
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonInputOtp, decorators: [{
3149
- type: Component,
3150
- args: [{
3151
- selector: 'ion-input-otp',
3152
- changeDetection: ChangeDetectionStrategy.OnPush,
3153
- template: '<ng-content></ng-content>',
3154
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
3155
- inputs: INPUT_OTP_INPUTS,
3156
- providers: [accessorProvider$7],
3157
- standalone: true,
3158
- }]
3159
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: i0.Injector }], propDecorators: { handleIonInput: [{
3160
- type: HostListener,
3161
- args: ['ionInput', ['$event.target']]
3162
- }] } });
3163
-
3164
- const RADIO_GROUP_INPUTS = ['allowEmptySelection', 'compareWith', 'errorText', 'helperText', 'name', 'value'];
3165
- /**
3166
- * Pulling the provider into an object and using PURE works
3167
- * around an ng-packagr issue that causes
3168
- * components with multiple decorators and
3169
- * a provider to be re-assigned. This re-assignment
3170
- * is not supported by Webpack and causes treeshaking
3171
- * to not work on these kinds of components.
3172
- */
3173
- const accessorProvider$6 = {
3174
- provide: NG_VALUE_ACCESSOR,
3175
- useExisting: /*@__PURE__*/ forwardRef(() => IonRadioGroup),
3176
- multi: true,
3177
- };
3178
- let IonRadioGroup = class IonRadioGroup extends ValueAccessor {
3179
- z;
3180
- el;
3181
- constructor(c, r, z, injector) {
3182
- super(injector, r);
3183
- this.z = z;
3184
- c.detach();
3185
- this.el = r.nativeElement;
3186
- proxyOutputs(this, this.el, ['ionChange']);
3187
- }
3188
- handleIonChange(el) {
3189
- this.handleValueChange(el, el.value);
3190
- }
3191
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonRadioGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
3192
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonRadioGroup, isStandalone: true, selector: "ion-radio-group", inputs: { allowEmptySelection: "allowEmptySelection", compareWith: "compareWith", errorText: "errorText", helperText: "helperText", name: "name", value: "value" }, host: { listeners: { "ionChange": "handleIonChange($event.target)" } }, providers: [accessorProvider$6], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
3193
- };
3194
- IonRadioGroup = __decorate([
3195
- ProxyCmp({
3196
- defineCustomElementFn: defineCustomElement$1k,
3197
- inputs: RADIO_GROUP_INPUTS,
3198
- })
3199
- ], IonRadioGroup);
3200
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonRadioGroup, decorators: [{
3201
- type: Component,
3202
- args: [{
3203
- selector: 'ion-radio-group',
3204
- changeDetection: ChangeDetectionStrategy.OnPush,
3205
- template: '<ng-content></ng-content>',
3206
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
3207
- inputs: RADIO_GROUP_INPUTS,
3208
- providers: [accessorProvider$6],
3209
- standalone: true,
3210
- }]
3211
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: i0.Injector }], propDecorators: { handleIonChange: [{
3212
- type: HostListener,
3213
- args: ['ionChange', ['$event.target']]
3214
- }] } });
3215
-
3216
- const RANGE_INPUTS = [
3217
- 'activeBarStart',
3218
- 'color',
3219
- 'debounce',
3220
- 'disabled',
3221
- 'dualKnobs',
3222
- 'label',
3223
- 'labelPlacement',
3224
- 'max',
3225
- 'min',
3226
- 'mode',
3227
- 'name',
3228
- 'pin',
3229
- 'pinFormatter',
3230
- 'snaps',
3231
- 'step',
3232
- 'ticks',
3233
- 'value',
3234
- ];
3235
- /**
3236
- * Pulling the provider into an object and using PURE works
3237
- * around an ng-packagr issue that causes
3238
- * components with multiple decorators and
3239
- * a provider to be re-assigned. This re-assignment
3240
- * is not supported by Webpack and causes treeshaking
3241
- * to not work on these kinds of components.
3242
- */
3243
- const accessorProvider$5 = {
3244
- provide: NG_VALUE_ACCESSOR,
3245
- useExisting: /*@__PURE__*/ forwardRef(() => IonRange),
3246
- multi: true,
3247
- };
3248
- let IonRange = class IonRange extends ValueAccessor {
3249
- z;
3250
- el;
3251
- constructor(c, r, z, injector) {
3252
- super(injector, r);
3253
- this.z = z;
3254
- c.detach();
3255
- this.el = r.nativeElement;
3256
- proxyOutputs(this, this.el, ['ionChange', 'ionInput', 'ionFocus', 'ionBlur', 'ionKnobMoveStart', 'ionKnobMoveEnd']);
3257
- }
3258
- handleIonInput(el) {
3259
- this.handleValueChange(el, el.value);
3260
- }
3261
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonRange, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
3262
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonRange, isStandalone: true, selector: "ion-range", inputs: { activeBarStart: "activeBarStart", color: "color", debounce: "debounce", disabled: "disabled", dualKnobs: "dualKnobs", label: "label", labelPlacement: "labelPlacement", max: "max", min: "min", mode: "mode", name: "name", pin: "pin", pinFormatter: "pinFormatter", snaps: "snaps", step: "step", ticks: "ticks", value: "value" }, host: { listeners: { "ionInput": "handleIonInput($event.target)" } }, providers: [accessorProvider$5], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
3263
- };
3264
- IonRange = __decorate([
3265
- ProxyCmp({
3266
- defineCustomElementFn: defineCustomElement$1l,
3267
- inputs: RANGE_INPUTS,
3268
- })
3269
- ], IonRange);
3270
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonRange, decorators: [{
3271
- type: Component,
3272
- args: [{
3273
- selector: 'ion-range',
3274
- changeDetection: ChangeDetectionStrategy.OnPush,
3275
- template: '<ng-content></ng-content>',
3276
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
3277
- inputs: RANGE_INPUTS,
3278
- providers: [accessorProvider$5],
3279
- standalone: true,
3280
- }]
3281
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: i0.Injector }], propDecorators: { handleIonInput: [{
3282
- type: HostListener,
3283
- args: ['ionInput', ['$event.target']]
3284
- }] } });
3285
-
3286
- const SEARCHBAR_INPUTS = [
3287
- 'animated',
3288
- 'autocomplete',
3289
- 'autocorrect',
3290
- 'cancelButtonIcon',
3291
- 'cancelButtonText',
3292
- 'clearIcon',
3293
- 'color',
3294
- 'debounce',
3295
- 'disabled',
3296
- 'enterkeyhint',
3297
- 'inputmode',
3298
- 'mode',
3299
- 'name',
3300
- 'placeholder',
3301
- 'searchIcon',
3302
- 'showCancelButton',
3303
- 'showClearButton',
3304
- 'spellcheck',
3305
- 'type',
3306
- 'value',
3307
- ];
3308
- /**
3309
- * Pulling the provider into an object and using PURE works
3310
- * around an ng-packagr issue that causes
3311
- * components with multiple decorators and
3312
- * a provider to be re-assigned. This re-assignment
3313
- * is not supported by Webpack and causes treeshaking
3314
- * to not work on these kinds of components.
3315
- */
3316
- const accessorProvider$4 = {
3317
- provide: NG_VALUE_ACCESSOR,
3318
- useExisting: /*@__PURE__*/ forwardRef(() => IonSearchbar),
3319
- multi: true,
3320
- };
3321
- let IonSearchbar = class IonSearchbar extends ValueAccessor {
3322
- z;
3323
- el;
3324
- constructor(c, r, z, injector) {
3325
- super(injector, r);
3326
- this.z = z;
3327
- c.detach();
3328
- this.el = r.nativeElement;
3329
- proxyOutputs(this, this.el, ['ionInput', 'ionChange', 'ionCancel', 'ionClear', 'ionBlur', 'ionFocus']);
3330
- }
3331
- handleIonInput(el) {
3332
- this.handleValueChange(el, el.value);
3333
- }
3334
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonSearchbar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
3335
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonSearchbar, isStandalone: true, selector: "ion-searchbar", inputs: { animated: "animated", autocomplete: "autocomplete", autocorrect: "autocorrect", cancelButtonIcon: "cancelButtonIcon", cancelButtonText: "cancelButtonText", clearIcon: "clearIcon", color: "color", debounce: "debounce", disabled: "disabled", enterkeyhint: "enterkeyhint", inputmode: "inputmode", mode: "mode", name: "name", placeholder: "placeholder", searchIcon: "searchIcon", showCancelButton: "showCancelButton", showClearButton: "showClearButton", spellcheck: "spellcheck", type: "type", value: "value" }, host: { listeners: { "ionInput": "handleIonInput($event.target)" } }, providers: [accessorProvider$4], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
3336
- };
3337
- IonSearchbar = __decorate([
3338
- ProxyCmp({
3339
- defineCustomElementFn: defineCustomElement$1m,
3340
- inputs: SEARCHBAR_INPUTS,
3341
- methods: ['setFocus', 'getInputElement'],
3342
- })
3343
- ], IonSearchbar);
3344
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonSearchbar, decorators: [{
3345
- type: Component,
3346
- args: [{
3347
- selector: 'ion-searchbar',
3348
- changeDetection: ChangeDetectionStrategy.OnPush,
3349
- template: '<ng-content></ng-content>',
3350
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
3351
- inputs: SEARCHBAR_INPUTS,
3352
- providers: [accessorProvider$4],
3353
- standalone: true,
3354
- }]
3355
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: i0.Injector }], propDecorators: { handleIonInput: [{
3356
- type: HostListener,
3357
- args: ['ionInput', ['$event.target']]
3358
- }] } });
3359
-
3360
- const SEGMENT_INPUTS = ['color', 'disabled', 'mode', 'scrollable', 'selectOnFocus', 'swipeGesture', 'value'];
3361
- /**
3362
- * Pulling the provider into an object and using PURE works
3363
- * around an ng-packagr issue that causes
3364
- * components with multiple decorators and
3365
- * a provider to be re-assigned. This re-assignment
3366
- * is not supported by Webpack and causes treeshaking
3367
- * to not work on these kinds of components.
3368
- */
3369
- const accessorProvider$3 = {
3370
- provide: NG_VALUE_ACCESSOR,
3371
- useExisting: /*@__PURE__*/ forwardRef(() => IonSegment),
3372
- multi: true,
3373
- };
3374
- let IonSegment = class IonSegment extends ValueAccessor {
3375
- z;
3376
- el;
3377
- constructor(c, r, z, injector) {
3378
- super(injector, r);
3379
- this.z = z;
3380
- c.detach();
3381
- this.el = r.nativeElement;
3382
- proxyOutputs(this, this.el, ['ionChange']);
3383
- }
3384
- handleIonChange(el) {
3385
- this.handleValueChange(el, el.value);
3386
- }
3387
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonSegment, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
3388
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonSegment, isStandalone: true, selector: "ion-segment", inputs: { color: "color", disabled: "disabled", mode: "mode", scrollable: "scrollable", selectOnFocus: "selectOnFocus", swipeGesture: "swipeGesture", value: "value" }, host: { listeners: { "ionChange": "handleIonChange($event.target)" } }, providers: [accessorProvider$3], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
3389
- };
3390
- IonSegment = __decorate([
3391
- ProxyCmp({
3392
- defineCustomElementFn: defineCustomElement$1n,
3393
- inputs: SEGMENT_INPUTS,
3394
- })
3395
- ], IonSegment);
3396
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonSegment, decorators: [{
3397
- type: Component,
3398
- args: [{
3399
- selector: 'ion-segment',
3400
- changeDetection: ChangeDetectionStrategy.OnPush,
3401
- template: '<ng-content></ng-content>',
3402
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
3403
- inputs: SEGMENT_INPUTS,
3404
- providers: [accessorProvider$3],
3405
- standalone: true,
3406
- }]
3407
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: i0.Injector }], propDecorators: { handleIonChange: [{
3408
- type: HostListener,
3409
- args: ['ionChange', ['$event.target']]
3410
- }] } });
3411
-
3412
- const SELECT_INPUTS = [
3413
- 'cancelText',
3414
- 'color',
3415
- 'compareWith',
3416
- 'disabled',
3417
- 'errorText',
3418
- 'expandedIcon',
3419
- 'fill',
3420
- 'helperText',
3421
- 'interface',
3422
- 'interfaceOptions',
3423
- 'justify',
3424
- 'label',
3425
- 'labelPlacement',
3426
- 'mode',
3427
- 'multiple',
3428
- 'name',
3429
- 'okText',
3430
- 'placeholder',
3431
- 'selectedText',
3432
- 'shape',
3433
- 'toggleIcon',
3434
- 'value',
3435
- ];
3436
- /**
3437
- * Pulling the provider into an object and using PURE works
3438
- * around an ng-packagr issue that causes
3439
- * components with multiple decorators and
3440
- * a provider to be re-assigned. This re-assignment
3441
- * is not supported by Webpack and causes treeshaking
3442
- * to not work on these kinds of components.
3443
- */
3444
- const accessorProvider$2 = {
3445
- provide: NG_VALUE_ACCESSOR,
3446
- useExisting: /*@__PURE__*/ forwardRef(() => IonSelect),
3447
- multi: true,
3448
- };
3449
- let IonSelect = class IonSelect extends ValueAccessor {
3450
- z;
3451
- el;
3452
- constructor(c, r, z, injector) {
3453
- super(injector, r);
3454
- this.z = z;
3455
- c.detach();
3456
- this.el = r.nativeElement;
3457
- proxyOutputs(this, this.el, ['ionChange', 'ionCancel', 'ionDismiss', 'ionFocus', 'ionBlur']);
3458
- }
3459
- handleIonChange(el) {
3460
- this.handleValueChange(el, el.value);
3461
- }
3462
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonSelect, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
3463
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonSelect, isStandalone: true, selector: "ion-select", inputs: { cancelText: "cancelText", color: "color", compareWith: "compareWith", disabled: "disabled", errorText: "errorText", expandedIcon: "expandedIcon", fill: "fill", helperText: "helperText", interface: "interface", interfaceOptions: "interfaceOptions", justify: "justify", label: "label", labelPlacement: "labelPlacement", mode: "mode", multiple: "multiple", name: "name", okText: "okText", placeholder: "placeholder", selectedText: "selectedText", shape: "shape", toggleIcon: "toggleIcon", value: "value" }, host: { listeners: { "ionChange": "handleIonChange($event.target)" } }, providers: [accessorProvider$2], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
3464
- };
3465
- IonSelect = __decorate([
3466
- ProxyCmp({
3467
- defineCustomElementFn: defineCustomElement$1o,
3468
- inputs: SELECT_INPUTS,
3469
- methods: ['open'],
3470
- })
3471
- ], IonSelect);
3472
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonSelect, decorators: [{
3473
- type: Component,
3474
- args: [{
3475
- selector: 'ion-select',
3476
- changeDetection: ChangeDetectionStrategy.OnPush,
3477
- template: '<ng-content></ng-content>',
3478
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
3479
- inputs: SELECT_INPUTS,
3480
- providers: [accessorProvider$2],
3481
- standalone: true,
3482
- }]
3483
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: i0.Injector }], propDecorators: { handleIonChange: [{
3484
- type: HostListener,
3485
- args: ['ionChange', ['$event.target']]
3486
- }] } });
3487
-
3488
- const TEXTAREA_INPUTS = [
3489
- 'autoGrow',
3490
- 'autocapitalize',
3491
- 'autofocus',
3492
- 'clearOnEdit',
3493
- 'color',
3494
- 'cols',
3495
- 'counter',
3496
- 'counterFormatter',
3497
- 'debounce',
3498
- 'disabled',
3499
- 'enterkeyhint',
3500
- 'errorText',
3501
- 'fill',
3502
- 'helperText',
3503
- 'inputmode',
3504
- 'label',
3505
- 'labelPlacement',
3506
- 'maxlength',
3507
- 'minlength',
3508
- 'mode',
3509
- 'name',
3510
- 'placeholder',
3511
- 'readonly',
3512
- 'required',
3513
- 'rows',
3514
- 'shape',
3515
- 'spellcheck',
3516
- 'value',
3517
- 'wrap',
3518
- ];
3519
- /**
3520
- * Pulling the provider into an object and using PURE works
3521
- * around an ng-packagr issue that causes
3522
- * components with multiple decorators and
3523
- * a provider to be re-assigned. This re-assignment
3524
- * is not supported by Webpack and causes treeshaking
3525
- * to not work on these kinds of components.
3526
- */
3527
- const accessorProvider$1 = {
3528
- provide: NG_VALUE_ACCESSOR,
3529
- useExisting: /*@__PURE__*/ forwardRef(() => IonTextarea),
3530
- multi: true,
3531
- };
3532
- let IonTextarea = class IonTextarea extends ValueAccessor {
3533
- z;
3534
- el;
3535
- constructor(c, r, z, injector) {
3536
- super(injector, r);
3537
- this.z = z;
3538
- c.detach();
3539
- this.el = r.nativeElement;
3540
- proxyOutputs(this, this.el, ['ionChange', 'ionInput', 'ionBlur', 'ionFocus']);
3541
- }
3542
- handleIonInput(el) {
3543
- this.handleValueChange(el, el.value);
3544
- }
3545
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonTextarea, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
3546
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonTextarea, isStandalone: true, selector: "ion-textarea", inputs: { autoGrow: "autoGrow", autocapitalize: "autocapitalize", autofocus: "autofocus", clearOnEdit: "clearOnEdit", color: "color", cols: "cols", counter: "counter", counterFormatter: "counterFormatter", debounce: "debounce", disabled: "disabled", enterkeyhint: "enterkeyhint", errorText: "errorText", fill: "fill", helperText: "helperText", inputmode: "inputmode", label: "label", labelPlacement: "labelPlacement", maxlength: "maxlength", minlength: "minlength", mode: "mode", name: "name", placeholder: "placeholder", readonly: "readonly", required: "required", rows: "rows", shape: "shape", spellcheck: "spellcheck", value: "value", wrap: "wrap" }, host: { listeners: { "ionInput": "handleIonInput($event.target)" } }, providers: [accessorProvider$1], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
3547
- };
3548
- IonTextarea = __decorate([
3549
- ProxyCmp({
3550
- defineCustomElementFn: defineCustomElement$1p,
3551
- inputs: TEXTAREA_INPUTS,
3552
- methods: ['setFocus', 'getInputElement'],
3553
- })
3554
- ], IonTextarea);
3555
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonTextarea, decorators: [{
3556
- type: Component,
3557
- args: [{
3558
- selector: 'ion-textarea',
3559
- changeDetection: ChangeDetectionStrategy.OnPush,
3560
- template: '<ng-content></ng-content>',
3561
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
3562
- inputs: TEXTAREA_INPUTS,
3563
- providers: [accessorProvider$1],
3564
- standalone: true,
3565
- }]
3566
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: i0.Injector }], propDecorators: { handleIonInput: [{
3567
- type: HostListener,
3568
- args: ['ionInput', ['$event.target']]
3569
- }] } });
3570
-
3571
- const TOGGLE_INPUTS = [
3572
- 'checked',
3573
- 'color',
3574
- 'disabled',
3575
- 'enableOnOffLabels',
3576
- 'errorText',
3577
- 'helperText',
3578
- 'justify',
3579
- 'labelPlacement',
3580
- 'mode',
3581
- 'name',
3582
- 'value',
3583
- ];
3584
- /**
3585
- * Pulling the provider into an object and using PURE works
3586
- * around an ng-packagr issue that causes
3587
- * components with multiple decorators and
3588
- * a provider to be re-assigned. This re-assignment
3589
- * is not supported by Webpack and causes treeshaking
3590
- * to not work on these kinds of components.
3591
- */
3592
- const accessorProvider = {
3593
- provide: NG_VALUE_ACCESSOR,
3594
- useExisting: /*@__PURE__*/ forwardRef(() => IonToggle),
3595
- multi: true,
3596
- };
3597
- let IonToggle = class IonToggle extends ValueAccessor {
3598
- z;
3599
- el;
3600
- constructor(c, r, z, injector) {
3601
- super(injector, r);
3602
- this.z = z;
3603
- c.detach();
3604
- this.el = r.nativeElement;
3605
- proxyOutputs(this, this.el, ['ionChange', 'ionFocus', 'ionBlur']);
3606
- }
3607
- writeValue(value) {
3608
- this.elementRef.nativeElement.checked = this.lastValue = value;
3609
- setIonicClasses(this.elementRef);
3610
- }
3611
- handleIonChange(el) {
3612
- this.handleValueChange(el, el.checked);
3613
- }
3614
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonToggle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
3615
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonToggle, isStandalone: true, selector: "ion-toggle", inputs: { checked: "checked", color: "color", disabled: "disabled", enableOnOffLabels: "enableOnOffLabels", errorText: "errorText", helperText: "helperText", justify: "justify", labelPlacement: "labelPlacement", mode: "mode", name: "name", value: "value" }, host: { listeners: { "ionChange": "handleIonChange($event.target)" } }, providers: [accessorProvider], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
3616
- };
3617
- IonToggle = __decorate([
3618
- ProxyCmp({
3619
- defineCustomElementFn: defineCustomElement$1q,
3620
- inputs: TOGGLE_INPUTS,
3621
- })
3622
- ], IonToggle);
3623
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonToggle, decorators: [{
3624
- type: Component,
3625
- args: [{
3626
- selector: 'ion-toggle',
3627
- changeDetection: ChangeDetectionStrategy.OnPush,
3628
- template: '<ng-content></ng-content>',
3629
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
3630
- inputs: TOGGLE_INPUTS,
3631
- providers: [accessorProvider],
3632
- standalone: true,
3633
- }]
3634
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: i0.Injector }], propDecorators: { handleIonChange: [{
3635
- type: HostListener,
3636
- args: ['ionChange', ['$event.target']]
3637
- }] } });
3638
-
3639
- /**
3640
- * Generated bundle index. Do not edit.
3641
- */
3642
-
3643
- export { ActionSheetController, AlertController, AnimationController, GestureController, IonAccordion, IonAccordionGroup, IonActionSheet, IonAlert, IonApp, IonAvatar, IonBackButton, IonBackdrop, IonBadge, IonBreadcrumb, IonBreadcrumbs, IonButton, IonButtons, IonCard, IonCardContent, IonCardHeader, IonCardSubtitle, IonCardTitle, IonCheckbox, IonChip, IonCol, IonContent, IonDatetime, IonDatetimeButton, IonFab, IonFabButton, IonFabList, IonFooter, IonGrid, IonHeader, IonIcon, IonImg, IonInfiniteScroll, IonInfiniteScrollContent, IonInput, IonInputOtp, IonInputPasswordToggle, IonItem, IonItemDivider, IonItemGroup, IonItemOption, IonItemOptions, IonItemSliding, IonLabel, IonList, IonListHeader, IonLoading, IonMenu, IonMenuButton, IonMenuToggle, IonModal, IonNav, IonNavLink, IonNote, IonPicker, IonPickerColumn, IonPickerColumnOption, IonPopover, IonProgressBar, IonRadio, IonRadioGroup, IonRange, IonRefresher, IonRefresherContent, IonReorder, IonReorderGroup, IonRippleEffect, IonRouterLink, IonRouterLinkWithHref, IonRouterOutlet, IonRow, IonSearchbar, IonSegment, IonSegmentButton, IonSegmentContent, IonSegmentView, IonSelect, IonSelectModal, IonSelectOption, IonSkeletonText, IonSpinner, IonSplitPane, IonTab, IonTabBar, IonTabButton, IonTabs, IonText, IonTextarea, IonThumbnail, IonTitle, IonToast, IonToggle, IonToolbar, LoadingController, MenuController, ModalController, PopoverController, ToastController, provideIonicAngular };
3644
- //# sourceMappingURL=ionic-angular.mjs.map