@ionic/angular 8.8.17 → 8.8.18-dev.11786108988.1fd94742

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 (762) hide show
  1. package/README.md +9 -6
  2. package/dist/common/directives/control-value-accessors/index.d.ts +2 -0
  3. package/dist/common/directives/control-value-accessors/index.d.ts.map +1 -0
  4. package/{common/directives/control-value-accessors/index.d.ts → dist/common/directives/control-value-accessors/index.js} +1 -0
  5. package/dist/common/directives/control-value-accessors/index.js.map +1 -0
  6. package/{common → dist/common}/directives/control-value-accessors/value-accessor.d.ts +2 -1
  7. package/dist/common/directives/control-value-accessors/value-accessor.d.ts.map +1 -0
  8. package/dist/common/directives/control-value-accessors/value-accessor.js +152 -0
  9. package/dist/common/directives/control-value-accessors/value-accessor.js.map +1 -0
  10. package/{common → dist/common}/directives/navigation/back-button.d.ts +2 -1
  11. package/dist/common/directives/navigation/back-button.d.ts.map +1 -0
  12. package/dist/common/directives/navigation/back-button.js +61 -0
  13. package/dist/common/directives/navigation/back-button.js.map +1 -0
  14. package/{common → dist/common}/directives/navigation/nav-params.d.ts +1 -0
  15. package/dist/common/directives/navigation/nav-params.d.ts.map +1 -0
  16. package/dist/common/directives/navigation/nav-params.js +47 -0
  17. package/dist/common/directives/navigation/nav-params.js.map +1 -0
  18. package/{common → dist/common}/directives/navigation/nav.d.ts +2 -1
  19. package/dist/common/directives/navigation/nav.d.ts.map +1 -0
  20. package/dist/common/directives/navigation/nav.js +49 -0
  21. package/dist/common/directives/navigation/nav.js.map +1 -0
  22. package/{common → dist/common}/directives/navigation/router-link-delegate.d.ts +3 -2
  23. package/dist/common/directives/navigation/router-link-delegate.d.ts.map +1 -0
  24. package/dist/common/directives/navigation/router-link-delegate.js +188 -0
  25. package/dist/common/directives/navigation/router-link-delegate.js.map +1 -0
  26. package/{common → dist/common}/directives/navigation/router-outlet.d.ts +2 -1
  27. package/dist/common/directives/navigation/router-outlet.d.ts.map +1 -0
  28. package/dist/common/directives/navigation/router-outlet.js +476 -0
  29. package/dist/common/directives/navigation/router-outlet.js.map +1 -0
  30. package/{common → dist/common}/directives/navigation/stack-controller.d.ts +1 -0
  31. package/dist/common/directives/navigation/stack-controller.d.ts.map +1 -0
  32. package/dist/common/directives/navigation/stack-controller.js +282 -0
  33. package/dist/common/directives/navigation/stack-controller.js.map +1 -0
  34. package/{common → dist/common}/directives/navigation/stack-utils.d.ts +1 -0
  35. package/dist/common/directives/navigation/stack-utils.d.ts.map +1 -0
  36. package/dist/common/directives/navigation/stack-utils.js +73 -0
  37. package/dist/common/directives/navigation/stack-utils.js.map +1 -0
  38. package/{common → dist/common}/directives/navigation/tabs.d.ts +10 -1
  39. package/dist/common/directives/navigation/tabs.d.ts.map +1 -0
  40. package/dist/common/directives/navigation/tabs.js +290 -0
  41. package/dist/common/directives/navigation/tabs.js.map +1 -0
  42. package/{common → dist/common}/index.d.ts +2 -1
  43. package/dist/common/index.d.ts.map +1 -0
  44. package/dist/common/index.js +20 -0
  45. package/dist/common/index.js.map +1 -0
  46. package/{common → dist/common}/overlays/modal.d.ts +2 -1
  47. package/dist/common/overlays/modal.d.ts.map +1 -0
  48. package/dist/common/overlays/modal.js +96 -0
  49. package/dist/common/overlays/modal.js.map +1 -0
  50. package/{common → dist/common}/overlays/popover.d.ts +2 -1
  51. package/dist/common/overlays/popover.d.ts.map +1 -0
  52. package/dist/common/overlays/popover.js +84 -0
  53. package/dist/common/overlays/popover.js.map +1 -0
  54. package/{common → dist/common}/providers/angular-delegate.d.ts +3 -2
  55. package/dist/common/providers/angular-delegate.d.ts.map +1 -0
  56. package/dist/common/providers/angular-delegate.js +229 -0
  57. package/dist/common/providers/angular-delegate.js.map +1 -0
  58. package/{common → dist/common}/providers/config.d.ts +1 -0
  59. package/dist/common/providers/config.d.ts.map +1 -0
  60. package/dist/common/providers/config.js +44 -0
  61. package/dist/common/providers/config.js.map +1 -0
  62. package/{common → dist/common}/providers/dom-controller.d.ts +1 -0
  63. package/dist/common/providers/dom-controller.d.ts.map +1 -0
  64. package/dist/common/providers/dom-controller.js +44 -0
  65. package/dist/common/providers/dom-controller.js.map +1 -0
  66. package/{common → dist/common}/providers/menu-controller.d.ts +1 -0
  67. package/dist/common/providers/menu-controller.d.ts.map +1 -0
  68. package/dist/common/providers/menu-controller.js +114 -0
  69. package/dist/common/providers/menu-controller.js.map +1 -0
  70. package/{common → dist/common}/providers/nav-controller.d.ts +1 -0
  71. package/dist/common/providers/nav-controller.d.ts.map +1 -0
  72. package/dist/common/providers/nav-controller.js +232 -0
  73. package/dist/common/providers/nav-controller.js.map +1 -0
  74. package/{common → dist/common}/providers/platform.d.ts +1 -0
  75. package/dist/common/providers/platform.d.ts.map +1 -0
  76. package/dist/common/providers/platform.js +256 -0
  77. package/dist/common/providers/platform.js.map +1 -0
  78. package/{common → dist/common}/types/interfaces.d.ts +1 -0
  79. package/dist/common/types/interfaces.d.ts.map +1 -0
  80. package/dist/common/types/interfaces.js +2 -0
  81. package/dist/common/types/interfaces.js.map +1 -0
  82. package/{common → dist/common}/types/ionic-lifecycle-hooks.d.ts +1 -0
  83. package/dist/common/types/ionic-lifecycle-hooks.d.ts.map +1 -0
  84. package/dist/common/types/ionic-lifecycle-hooks.js +5 -0
  85. package/dist/common/types/ionic-lifecycle-hooks.js.map +1 -0
  86. package/{common → dist/common}/types/overlay-options.d.ts +1 -0
  87. package/dist/common/types/overlay-options.d.ts.map +1 -0
  88. package/dist/common/types/overlay-options.js +2 -0
  89. package/dist/common/types/overlay-options.js.map +1 -0
  90. package/{common → dist/common}/utils/overlay.d.ts +1 -0
  91. package/dist/common/utils/overlay.d.ts.map +1 -0
  92. package/dist/common/utils/overlay.js +26 -0
  93. package/dist/common/utils/overlay.js.map +1 -0
  94. package/{common → dist/common}/utils/proxy.d.ts +1 -0
  95. package/dist/common/utils/proxy.d.ts.map +1 -0
  96. package/dist/common/utils/proxy.js +47 -0
  97. package/dist/common/utils/proxy.js.map +1 -0
  98. package/{common → dist/common}/utils/routing.d.ts +1 -0
  99. package/dist/common/utils/routing.d.ts.map +1 -0
  100. package/dist/common/utils/routing.js +55 -0
  101. package/dist/common/utils/routing.js.map +1 -0
  102. package/{common → dist/common}/utils/util.d.ts +1 -0
  103. package/dist/common/utils/util.d.ts.map +1 -0
  104. package/dist/common/utils/util.js +10 -0
  105. package/dist/common/utils/util.js.map +1 -0
  106. package/{app-initialize.d.ts → dist/lazy/app-initialize.d.ts} +1 -0
  107. package/dist/lazy/app-initialize.d.ts.map +1 -0
  108. package/dist/lazy/app-initialize.js +29 -0
  109. package/dist/lazy/app-initialize.js.map +1 -0
  110. package/{directives → dist/lazy/directives}/angular-component-lib/utils.d.ts +1 -0
  111. package/dist/lazy/directives/angular-component-lib/utils.d.ts.map +1 -0
  112. package/dist/lazy/directives/angular-component-lib/utils.js +59 -0
  113. package/dist/lazy/directives/angular-component-lib/utils.js.map +1 -0
  114. package/{directives → dist/lazy/directives}/control-value-accessors/boolean-value-accessor.d.ts +2 -1
  115. package/dist/lazy/directives/control-value-accessors/boolean-value-accessor.d.ts.map +1 -0
  116. package/dist/lazy/directives/control-value-accessors/boolean-value-accessor.js +47 -0
  117. package/dist/lazy/directives/control-value-accessors/boolean-value-accessor.js.map +1 -0
  118. package/dist/lazy/directives/control-value-accessors/index.d.ts +5 -0
  119. package/dist/lazy/directives/control-value-accessors/index.d.ts.map +1 -0
  120. package/{directives/control-value-accessors/index.d.ts → dist/lazy/directives/control-value-accessors/index.js} +1 -0
  121. package/dist/lazy/directives/control-value-accessors/index.js.map +1 -0
  122. package/{directives → dist/lazy/directives}/control-value-accessors/numeric-value-accessor.d.ts +2 -1
  123. package/dist/lazy/directives/control-value-accessors/numeric-value-accessor.d.ts.map +1 -0
  124. package/dist/lazy/directives/control-value-accessors/numeric-value-accessor.js +55 -0
  125. package/dist/lazy/directives/control-value-accessors/numeric-value-accessor.js.map +1 -0
  126. package/{directives → dist/lazy/directives}/control-value-accessors/select-value-accessor.d.ts +2 -1
  127. package/dist/lazy/directives/control-value-accessors/select-value-accessor.d.ts.map +1 -0
  128. package/dist/lazy/directives/control-value-accessors/select-value-accessor.js +44 -0
  129. package/dist/lazy/directives/control-value-accessors/select-value-accessor.js.map +1 -0
  130. package/{directives → dist/lazy/directives}/control-value-accessors/text-value-accessor.d.ts +2 -1
  131. package/dist/lazy/directives/control-value-accessors/text-value-accessor.d.ts.map +1 -0
  132. package/dist/lazy/directives/control-value-accessors/text-value-accessor.js +43 -0
  133. package/dist/lazy/directives/control-value-accessors/text-value-accessor.js.map +1 -0
  134. package/{directives → dist/lazy/directives}/navigation/ion-back-button.d.ts +1 -0
  135. package/dist/lazy/directives/navigation/ion-back-button.d.ts.map +1 -0
  136. package/dist/lazy/directives/navigation/ion-back-button.js +24 -0
  137. package/dist/lazy/directives/navigation/ion-back-button.js.map +1 -0
  138. package/{directives → dist/lazy/directives}/navigation/ion-nav.d.ts +1 -0
  139. package/dist/lazy/directives/navigation/ion-nav.d.ts.map +1 -0
  140. package/dist/lazy/directives/navigation/ion-nav.js +21 -0
  141. package/dist/lazy/directives/navigation/ion-nav.js.map +1 -0
  142. package/{directives → dist/lazy/directives}/navigation/ion-router-outlet.d.ts +1 -0
  143. package/dist/lazy/directives/navigation/ion-router-outlet.d.ts.map +1 -0
  144. package/dist/lazy/directives/navigation/ion-router-outlet.js +52 -0
  145. package/dist/lazy/directives/navigation/ion-router-outlet.js.map +1 -0
  146. package/{directives → dist/lazy/directives}/navigation/ion-tabs.d.ts +1 -0
  147. package/dist/lazy/directives/navigation/ion-tabs.d.ts.map +1 -0
  148. package/dist/lazy/directives/navigation/ion-tabs.js +58 -0
  149. package/dist/lazy/directives/navigation/ion-tabs.js.map +1 -0
  150. package/{directives → dist/lazy/directives}/navigation/router-link-delegate.d.ts +1 -0
  151. package/dist/lazy/directives/navigation/router-link-delegate.d.ts.map +1 -0
  152. package/dist/lazy/directives/navigation/router-link-delegate.js +32 -0
  153. package/dist/lazy/directives/navigation/router-link-delegate.js.map +1 -0
  154. package/{directives → dist/lazy/directives}/overlays/modal.d.ts +1 -0
  155. package/dist/lazy/directives/overlays/modal.d.ts.map +1 -0
  156. package/dist/lazy/directives/overlays/modal.js +22 -0
  157. package/dist/lazy/directives/overlays/modal.js.map +1 -0
  158. package/{directives → dist/lazy/directives}/overlays/popover.d.ts +1 -0
  159. package/dist/lazy/directives/overlays/popover.d.ts.map +1 -0
  160. package/dist/lazy/directives/overlays/popover.js +18 -0
  161. package/dist/lazy/directives/overlays/popover.js.map +1 -0
  162. package/{directives → dist/lazy/directives}/proxies-list.d.ts +2 -1
  163. package/dist/lazy/directives/proxies-list.d.ts.map +1 -0
  164. package/dist/lazy/directives/proxies-list.js +89 -0
  165. package/dist/lazy/directives/proxies-list.js.map +1 -0
  166. package/{directives → dist/lazy/directives}/proxies.d.ts +291 -191
  167. package/dist/lazy/directives/proxies.d.ts.map +1 -0
  168. package/dist/lazy/directives/proxies.js +2759 -0
  169. package/dist/lazy/directives/proxies.js.map +1 -0
  170. package/dist/lazy/directives/validators/index.d.ts +3 -0
  171. package/dist/lazy/directives/validators/index.d.ts.map +1 -0
  172. package/{directives/validators/index.d.ts → dist/lazy/directives/validators/index.js} +1 -0
  173. package/dist/lazy/directives/validators/index.js.map +1 -0
  174. package/{directives → dist/lazy/directives}/validators/max-validator.d.ts +1 -0
  175. package/dist/lazy/directives/validators/max-validator.d.ts.map +1 -0
  176. package/dist/lazy/directives/validators/max-validator.js +26 -0
  177. package/dist/lazy/directives/validators/max-validator.js.map +1 -0
  178. package/{directives → dist/lazy/directives}/validators/min-validator.d.ts +1 -0
  179. package/dist/lazy/directives/validators/min-validator.d.ts.map +1 -0
  180. package/dist/lazy/directives/validators/min-validator.js +26 -0
  181. package/dist/lazy/directives/validators/min-validator.js.map +1 -0
  182. package/{index.d.ts → dist/lazy/index.d.ts} +2 -2
  183. package/dist/lazy/index.d.ts.map +1 -0
  184. package/dist/lazy/index.js +34 -0
  185. package/dist/lazy/index.js.map +1 -0
  186. package/dist/lazy/ionic-module.d.ts +39 -0
  187. package/dist/lazy/ionic-module.d.ts.map +1 -0
  188. package/dist/lazy/ionic-module.js +121 -0
  189. package/dist/lazy/ionic-module.js.map +1 -0
  190. package/{providers → dist/lazy/providers}/action-sheet-controller.d.ts +1 -0
  191. package/dist/lazy/providers/action-sheet-controller.d.ts.map +1 -0
  192. package/dist/lazy/providers/action-sheet-controller.js +18 -0
  193. package/dist/lazy/providers/action-sheet-controller.js.map +1 -0
  194. package/{providers → dist/lazy/providers}/alert-controller.d.ts +1 -0
  195. package/dist/lazy/providers/alert-controller.d.ts.map +1 -0
  196. package/dist/lazy/providers/alert-controller.js +18 -0
  197. package/dist/lazy/providers/alert-controller.js.map +1 -0
  198. package/{standalone → dist/lazy}/providers/animation-controller.d.ts +1 -0
  199. package/dist/lazy/providers/animation-controller.d.ts.map +1 -0
  200. package/dist/lazy/providers/animation-controller.js +37 -0
  201. package/dist/lazy/providers/animation-controller.js.map +1 -0
  202. package/{providers → dist/lazy/providers}/gesture-controller.d.ts +1 -0
  203. package/dist/lazy/providers/gesture-controller.d.ts.map +1 -0
  204. package/dist/lazy/providers/gesture-controller.js +32 -0
  205. package/dist/lazy/providers/gesture-controller.js.map +1 -0
  206. package/{providers → dist/lazy/providers}/loading-controller.d.ts +1 -0
  207. package/dist/lazy/providers/loading-controller.d.ts.map +1 -0
  208. package/dist/lazy/providers/loading-controller.js +18 -0
  209. package/dist/lazy/providers/loading-controller.js.map +1 -0
  210. package/{providers → dist/lazy/providers}/menu-controller.d.ts +1 -0
  211. package/dist/lazy/providers/menu-controller.d.ts.map +1 -0
  212. package/dist/lazy/providers/menu-controller.js +18 -0
  213. package/dist/lazy/providers/menu-controller.js.map +1 -0
  214. package/{standalone → dist/lazy}/providers/modal-controller.d.ts +1 -0
  215. package/dist/lazy/providers/modal-controller.d.ts.map +1 -0
  216. package/dist/lazy/providers/modal-controller.js +25 -0
  217. package/dist/lazy/providers/modal-controller.js.map +1 -0
  218. package/{providers → dist/lazy/providers}/popover-controller.d.ts +1 -0
  219. package/dist/lazy/providers/popover-controller.d.ts.map +1 -0
  220. package/dist/lazy/providers/popover-controller.js +19 -0
  221. package/dist/lazy/providers/popover-controller.js.map +1 -0
  222. package/{providers → dist/lazy/providers}/toast-controller.d.ts +1 -0
  223. package/dist/lazy/providers/toast-controller.d.ts.map +1 -0
  224. package/dist/lazy/providers/toast-controller.js +18 -0
  225. package/dist/lazy/providers/toast-controller.js.map +1 -0
  226. package/{schematics → dist/schematics}/add/index.js +6 -6
  227. package/dist/schematics/utils/ast.js +64 -0
  228. package/{schematics → dist/schematics}/utils/config.js +10 -11
  229. package/{schematics → dist/schematics}/utils/package.js +6 -4
  230. package/{standalone → dist/standalone}/directives/angular-component-lib/utils.d.ts +1 -0
  231. package/dist/standalone/directives/angular-component-lib/utils.d.ts.map +1 -0
  232. package/dist/standalone/directives/angular-component-lib/utils.js +59 -0
  233. package/dist/standalone/directives/angular-component-lib/utils.js.map +1 -0
  234. package/{standalone → dist/standalone}/directives/checkbox.d.ts +1 -0
  235. package/dist/standalone/directives/checkbox.d.ts.map +1 -0
  236. package/dist/standalone/directives/checkbox.js +75 -0
  237. package/dist/standalone/directives/checkbox.js.map +1 -0
  238. package/{standalone → dist/standalone}/directives/datetime.d.ts +1 -0
  239. package/dist/standalone/directives/datetime.d.ts.map +1 -0
  240. package/dist/standalone/directives/datetime.js +93 -0
  241. package/dist/standalone/directives/datetime.js.map +1 -0
  242. package/{standalone → dist/standalone}/directives/icon.d.ts +1 -0
  243. package/dist/standalone/directives/icon.d.ts.map +1 -0
  244. package/dist/standalone/directives/icon.js +35 -0
  245. package/dist/standalone/directives/icon.js.map +1 -0
  246. package/dist/standalone/directives/index.d.ts +13 -0
  247. package/dist/standalone/directives/index.d.ts.map +1 -0
  248. package/{standalone/directives/index.d.ts → dist/standalone/directives/index.js} +1 -0
  249. package/dist/standalone/directives/index.js.map +1 -0
  250. package/{standalone → dist/standalone}/directives/input-otp.d.ts +1 -0
  251. package/dist/standalone/directives/input-otp.d.ts.map +1 -0
  252. package/dist/standalone/directives/input-otp.js +89 -0
  253. package/dist/standalone/directives/input-otp.js.map +1 -0
  254. package/{standalone → dist/standalone}/directives/input.d.ts +1 -0
  255. package/dist/standalone/directives/input.d.ts.map +1 -0
  256. package/dist/standalone/directives/input.js +112 -0
  257. package/dist/standalone/directives/input.js.map +1 -0
  258. package/dist/standalone/directives/ion-accordion-group.d.ts +22 -0
  259. package/dist/standalone/directives/ion-accordion-group.d.ts.map +1 -0
  260. package/dist/standalone/directives/ion-accordion-group.js +40 -0
  261. package/dist/standalone/directives/ion-accordion-group.js.map +1 -0
  262. package/dist/standalone/directives/ion-accordion.d.ts +13 -0
  263. package/dist/standalone/directives/ion-accordion.d.ts.map +1 -0
  264. package/dist/standalone/directives/ion-accordion.js +36 -0
  265. package/dist/standalone/directives/ion-accordion.js.map +1 -0
  266. package/dist/standalone/directives/ion-action-sheet.d.ts +59 -0
  267. package/dist/standalone/directives/ion-action-sheet.d.ts.map +1 -0
  268. package/dist/standalone/directives/ion-action-sheet.js +62 -0
  269. package/dist/standalone/directives/ion-action-sheet.js.map +1 -0
  270. package/dist/standalone/directives/ion-alert.d.ts +59 -0
  271. package/dist/standalone/directives/ion-alert.d.ts.map +1 -0
  272. package/dist/standalone/directives/ion-alert.js +62 -0
  273. package/dist/standalone/directives/ion-alert.js.map +1 -0
  274. package/dist/standalone/directives/ion-app.d.ts +13 -0
  275. package/dist/standalone/directives/ion-app.d.ts.map +1 -0
  276. package/dist/standalone/directives/ion-app.js +36 -0
  277. package/dist/standalone/directives/ion-app.js.map +1 -0
  278. package/dist/standalone/directives/ion-avatar.d.ts +13 -0
  279. package/dist/standalone/directives/ion-avatar.d.ts.map +1 -0
  280. package/dist/standalone/directives/ion-avatar.js +35 -0
  281. package/dist/standalone/directives/ion-avatar.js.map +1 -0
  282. package/dist/standalone/directives/ion-backdrop.d.ts +19 -0
  283. package/dist/standalone/directives/ion-backdrop.d.ts.map +1 -0
  284. package/dist/standalone/directives/ion-backdrop.js +40 -0
  285. package/dist/standalone/directives/ion-backdrop.js.map +1 -0
  286. package/dist/standalone/directives/ion-badge.d.ts +13 -0
  287. package/dist/standalone/directives/ion-badge.d.ts.map +1 -0
  288. package/dist/standalone/directives/ion-badge.js +36 -0
  289. package/dist/standalone/directives/ion-badge.js.map +1 -0
  290. package/dist/standalone/directives/ion-breadcrumb.d.ts +24 -0
  291. package/dist/standalone/directives/ion-breadcrumb.d.ts.map +1 -0
  292. package/dist/standalone/directives/ion-breadcrumb.js +43 -0
  293. package/dist/standalone/directives/ion-breadcrumb.js.map +1 -0
  294. package/dist/standalone/directives/ion-breadcrumbs.d.ts +20 -0
  295. package/dist/standalone/directives/ion-breadcrumbs.d.ts.map +1 -0
  296. package/dist/standalone/directives/ion-breadcrumbs.js +40 -0
  297. package/dist/standalone/directives/ion-breadcrumbs.js.map +1 -0
  298. package/dist/standalone/directives/ion-button.d.ts +24 -0
  299. package/dist/standalone/directives/ion-button.d.ts.map +1 -0
  300. package/dist/standalone/directives/ion-button.js +43 -0
  301. package/dist/standalone/directives/ion-button.js.map +1 -0
  302. package/dist/standalone/directives/ion-buttons.d.ts +13 -0
  303. package/dist/standalone/directives/ion-buttons.d.ts.map +1 -0
  304. package/dist/standalone/directives/ion-buttons.js +36 -0
  305. package/dist/standalone/directives/ion-buttons.js.map +1 -0
  306. package/dist/standalone/directives/ion-card-content.d.ts +13 -0
  307. package/dist/standalone/directives/ion-card-content.d.ts.map +1 -0
  308. package/dist/standalone/directives/ion-card-content.js +36 -0
  309. package/dist/standalone/directives/ion-card-content.js.map +1 -0
  310. package/dist/standalone/directives/ion-card-header.d.ts +13 -0
  311. package/dist/standalone/directives/ion-card-header.d.ts.map +1 -0
  312. package/dist/standalone/directives/ion-card-header.js +36 -0
  313. package/dist/standalone/directives/ion-card-header.js.map +1 -0
  314. package/dist/standalone/directives/ion-card-subtitle.d.ts +13 -0
  315. package/dist/standalone/directives/ion-card-subtitle.d.ts.map +1 -0
  316. package/dist/standalone/directives/ion-card-subtitle.js +36 -0
  317. package/dist/standalone/directives/ion-card-subtitle.js.map +1 -0
  318. package/dist/standalone/directives/ion-card-title.d.ts +13 -0
  319. package/dist/standalone/directives/ion-card-title.d.ts.map +1 -0
  320. package/dist/standalone/directives/ion-card-title.js +36 -0
  321. package/dist/standalone/directives/ion-card-title.js.map +1 -0
  322. package/dist/standalone/directives/ion-card.d.ts +13 -0
  323. package/dist/standalone/directives/ion-card.d.ts.map +1 -0
  324. package/dist/standalone/directives/ion-card.js +36 -0
  325. package/dist/standalone/directives/ion-card.js.map +1 -0
  326. package/dist/standalone/directives/ion-chip.d.ts +13 -0
  327. package/dist/standalone/directives/ion-chip.d.ts.map +1 -0
  328. package/dist/standalone/directives/ion-chip.js +36 -0
  329. package/dist/standalone/directives/ion-chip.js.map +1 -0
  330. package/dist/standalone/directives/ion-col.d.ts +13 -0
  331. package/dist/standalone/directives/ion-col.d.ts.map +1 -0
  332. package/dist/standalone/directives/ion-col.js +36 -0
  333. package/dist/standalone/directives/ion-col.js.map +1 -0
  334. package/dist/standalone/directives/ion-content.d.ts +34 -0
  335. package/dist/standalone/directives/ion-content.d.ts.map +1 -0
  336. package/dist/standalone/directives/ion-content.js +47 -0
  337. package/dist/standalone/directives/ion-content.js.map +1 -0
  338. package/dist/standalone/directives/ion-datetime-button.d.ts +13 -0
  339. package/dist/standalone/directives/ion-datetime-button.d.ts.map +1 -0
  340. package/dist/standalone/directives/ion-datetime-button.js +36 -0
  341. package/dist/standalone/directives/ion-datetime-button.js.map +1 -0
  342. package/dist/standalone/directives/ion-fab-button.d.ts +24 -0
  343. package/dist/standalone/directives/ion-fab-button.d.ts.map +1 -0
  344. package/dist/standalone/directives/ion-fab-button.js +43 -0
  345. package/dist/standalone/directives/ion-fab-button.js.map +1 -0
  346. package/dist/standalone/directives/ion-fab-list.d.ts +13 -0
  347. package/dist/standalone/directives/ion-fab-list.d.ts.map +1 -0
  348. package/dist/standalone/directives/ion-fab-list.js +36 -0
  349. package/dist/standalone/directives/ion-fab-list.js.map +1 -0
  350. package/dist/standalone/directives/ion-fab.d.ts +13 -0
  351. package/dist/standalone/directives/ion-fab.d.ts.map +1 -0
  352. package/dist/standalone/directives/ion-fab.js +37 -0
  353. package/dist/standalone/directives/ion-fab.js.map +1 -0
  354. package/dist/standalone/directives/ion-footer.d.ts +13 -0
  355. package/dist/standalone/directives/ion-footer.d.ts.map +1 -0
  356. package/dist/standalone/directives/ion-footer.js +36 -0
  357. package/dist/standalone/directives/ion-footer.js.map +1 -0
  358. package/dist/standalone/directives/ion-grid.d.ts +13 -0
  359. package/dist/standalone/directives/ion-grid.d.ts.map +1 -0
  360. package/dist/standalone/directives/ion-grid.js +36 -0
  361. package/dist/standalone/directives/ion-grid.js.map +1 -0
  362. package/dist/standalone/directives/ion-header.d.ts +13 -0
  363. package/dist/standalone/directives/ion-header.d.ts.map +1 -0
  364. package/dist/standalone/directives/ion-header.js +36 -0
  365. package/dist/standalone/directives/ion-header.js.map +1 -0
  366. package/dist/standalone/directives/ion-img.d.ts +29 -0
  367. package/dist/standalone/directives/ion-img.d.ts.map +1 -0
  368. package/dist/standalone/directives/ion-img.js +46 -0
  369. package/dist/standalone/directives/ion-img.js.map +1 -0
  370. package/dist/standalone/directives/ion-infinite-scroll-content.d.ts +13 -0
  371. package/dist/standalone/directives/ion-infinite-scroll-content.d.ts.map +1 -0
  372. package/dist/standalone/directives/ion-infinite-scroll-content.js +36 -0
  373. package/dist/standalone/directives/ion-infinite-scroll-content.js.map +1 -0
  374. package/dist/standalone/directives/ion-infinite-scroll.d.ts +22 -0
  375. package/dist/standalone/directives/ion-infinite-scroll.d.ts.map +1 -0
  376. package/dist/standalone/directives/ion-infinite-scroll.js +41 -0
  377. package/dist/standalone/directives/ion-infinite-scroll.js.map +1 -0
  378. package/dist/standalone/directives/ion-input-password-toggle.d.ts +13 -0
  379. package/dist/standalone/directives/ion-input-password-toggle.d.ts.map +1 -0
  380. package/dist/standalone/directives/ion-input-password-toggle.js +36 -0
  381. package/dist/standalone/directives/ion-input-password-toggle.js.map +1 -0
  382. package/dist/standalone/directives/ion-item-divider.d.ts +13 -0
  383. package/dist/standalone/directives/ion-item-divider.d.ts.map +1 -0
  384. package/dist/standalone/directives/ion-item-divider.js +36 -0
  385. package/dist/standalone/directives/ion-item-divider.js.map +1 -0
  386. package/dist/standalone/directives/ion-item-group.d.ts +13 -0
  387. package/dist/standalone/directives/ion-item-group.d.ts.map +1 -0
  388. package/dist/standalone/directives/ion-item-group.js +35 -0
  389. package/dist/standalone/directives/ion-item-group.js.map +1 -0
  390. package/dist/standalone/directives/ion-item-option.d.ts +13 -0
  391. package/dist/standalone/directives/ion-item-option.d.ts.map +1 -0
  392. package/dist/standalone/directives/ion-item-option.js +36 -0
  393. package/dist/standalone/directives/ion-item-option.js.map +1 -0
  394. package/dist/standalone/directives/ion-item-options.d.ts +19 -0
  395. package/dist/standalone/directives/ion-item-options.d.ts.map +1 -0
  396. package/dist/standalone/directives/ion-item-options.js +40 -0
  397. package/dist/standalone/directives/ion-item-options.js.map +1 -0
  398. package/dist/standalone/directives/ion-item-sliding.d.ts +19 -0
  399. package/dist/standalone/directives/ion-item-sliding.d.ts.map +1 -0
  400. package/dist/standalone/directives/ion-item-sliding.js +41 -0
  401. package/dist/standalone/directives/ion-item-sliding.js.map +1 -0
  402. package/dist/standalone/directives/ion-item.d.ts +13 -0
  403. package/dist/standalone/directives/ion-item.d.ts.map +1 -0
  404. package/dist/standalone/directives/ion-item.js +36 -0
  405. package/dist/standalone/directives/ion-item.js.map +1 -0
  406. package/dist/standalone/directives/ion-label.d.ts +13 -0
  407. package/dist/standalone/directives/ion-label.d.ts.map +1 -0
  408. package/dist/standalone/directives/ion-label.js +36 -0
  409. package/dist/standalone/directives/ion-label.js.map +1 -0
  410. package/dist/standalone/directives/ion-list-header.d.ts +13 -0
  411. package/dist/standalone/directives/ion-list-header.d.ts.map +1 -0
  412. package/dist/standalone/directives/ion-list-header.js +36 -0
  413. package/dist/standalone/directives/ion-list-header.js.map +1 -0
  414. package/dist/standalone/directives/ion-list.d.ts +13 -0
  415. package/dist/standalone/directives/ion-list.d.ts.map +1 -0
  416. package/dist/standalone/directives/ion-list.js +37 -0
  417. package/dist/standalone/directives/ion-list.js.map +1 -0
  418. package/dist/standalone/directives/ion-loading.d.ts +59 -0
  419. package/dist/standalone/directives/ion-loading.d.ts.map +1 -0
  420. package/dist/standalone/directives/ion-loading.js +62 -0
  421. package/dist/standalone/directives/ion-loading.js.map +1 -0
  422. package/dist/standalone/directives/ion-menu-button.d.ts +13 -0
  423. package/dist/standalone/directives/ion-menu-button.d.ts.map +1 -0
  424. package/dist/standalone/directives/ion-menu-button.js +36 -0
  425. package/dist/standalone/directives/ion-menu-button.js.map +1 -0
  426. package/dist/standalone/directives/ion-menu-toggle.d.ts +13 -0
  427. package/dist/standalone/directives/ion-menu-toggle.d.ts.map +1 -0
  428. package/dist/standalone/directives/ion-menu-toggle.js +36 -0
  429. package/dist/standalone/directives/ion-menu-toggle.js.map +1 -0
  430. package/dist/standalone/directives/ion-menu.d.ts +35 -0
  431. package/dist/standalone/directives/ion-menu.d.ts.map +1 -0
  432. package/dist/standalone/directives/ion-menu.js +50 -0
  433. package/dist/standalone/directives/ion-menu.js.map +1 -0
  434. package/dist/standalone/directives/ion-nav-link.d.ts +13 -0
  435. package/dist/standalone/directives/ion-nav-link.d.ts.map +1 -0
  436. package/dist/standalone/directives/ion-nav-link.js +36 -0
  437. package/dist/standalone/directives/ion-nav-link.js.map +1 -0
  438. package/dist/standalone/directives/ion-note.d.ts +13 -0
  439. package/dist/standalone/directives/ion-note.d.ts.map +1 -0
  440. package/dist/standalone/directives/ion-note.js +36 -0
  441. package/dist/standalone/directives/ion-note.js.map +1 -0
  442. package/dist/standalone/directives/ion-picker-column-option.d.ts +13 -0
  443. package/dist/standalone/directives/ion-picker-column-option.d.ts.map +1 -0
  444. package/dist/standalone/directives/ion-picker-column-option.js +36 -0
  445. package/dist/standalone/directives/ion-picker-column-option.js.map +1 -0
  446. package/dist/standalone/directives/ion-picker-column.d.ts +22 -0
  447. package/dist/standalone/directives/ion-picker-column.d.ts.map +1 -0
  448. package/dist/standalone/directives/ion-picker-column.js +41 -0
  449. package/dist/standalone/directives/ion-picker-column.js.map +1 -0
  450. package/dist/standalone/directives/ion-picker.d.ts +13 -0
  451. package/dist/standalone/directives/ion-picker.d.ts.map +1 -0
  452. package/dist/standalone/directives/ion-picker.js +36 -0
  453. package/dist/standalone/directives/ion-picker.js.map +1 -0
  454. package/dist/standalone/directives/ion-progress-bar.d.ts +13 -0
  455. package/dist/standalone/directives/ion-progress-bar.d.ts.map +1 -0
  456. package/dist/standalone/directives/ion-progress-bar.js +36 -0
  457. package/dist/standalone/directives/ion-progress-bar.js.map +1 -0
  458. package/dist/standalone/directives/ion-radio.d.ts +24 -0
  459. package/dist/standalone/directives/ion-radio.d.ts.map +1 -0
  460. package/dist/standalone/directives/ion-radio.js +43 -0
  461. package/dist/standalone/directives/ion-radio.js.map +1 -0
  462. package/dist/standalone/directives/ion-refresher-content.d.ts +13 -0
  463. package/dist/standalone/directives/ion-refresher-content.d.ts.map +1 -0
  464. package/dist/standalone/directives/ion-refresher-content.js +36 -0
  465. package/dist/standalone/directives/ion-refresher-content.js.map +1 -0
  466. package/dist/standalone/directives/ion-refresher.d.ts +46 -0
  467. package/dist/standalone/directives/ion-refresher.d.ts.map +1 -0
  468. package/dist/standalone/directives/ion-refresher.js +53 -0
  469. package/dist/standalone/directives/ion-refresher.js.map +1 -0
  470. package/dist/standalone/directives/ion-reorder-group.d.ts +45 -0
  471. package/dist/standalone/directives/ion-reorder-group.d.ts.map +1 -0
  472. package/dist/standalone/directives/ion-reorder-group.js +50 -0
  473. package/dist/standalone/directives/ion-reorder-group.js.map +1 -0
  474. package/dist/standalone/directives/ion-reorder.d.ts +13 -0
  475. package/dist/standalone/directives/ion-reorder.d.ts.map +1 -0
  476. package/dist/standalone/directives/ion-reorder.js +35 -0
  477. package/dist/standalone/directives/ion-reorder.js.map +1 -0
  478. package/dist/standalone/directives/ion-ripple-effect.d.ts +13 -0
  479. package/dist/standalone/directives/ion-ripple-effect.d.ts.map +1 -0
  480. package/dist/standalone/directives/ion-ripple-effect.js +37 -0
  481. package/dist/standalone/directives/ion-ripple-effect.js.map +1 -0
  482. package/dist/standalone/directives/ion-row.d.ts +13 -0
  483. package/dist/standalone/directives/ion-row.d.ts.map +1 -0
  484. package/dist/standalone/directives/ion-row.js +35 -0
  485. package/dist/standalone/directives/ion-row.js.map +1 -0
  486. package/dist/standalone/directives/ion-segment-button.d.ts +13 -0
  487. package/dist/standalone/directives/ion-segment-button.d.ts.map +1 -0
  488. package/dist/standalone/directives/ion-segment-button.js +36 -0
  489. package/dist/standalone/directives/ion-segment-button.js.map +1 -0
  490. package/dist/standalone/directives/ion-segment-content.d.ts +13 -0
  491. package/dist/standalone/directives/ion-segment-content.d.ts.map +1 -0
  492. package/dist/standalone/directives/ion-segment-content.js +35 -0
  493. package/dist/standalone/directives/ion-segment-content.js.map +1 -0
  494. package/dist/standalone/directives/ion-segment-view.d.ts +20 -0
  495. package/dist/standalone/directives/ion-segment-view.d.ts.map +1 -0
  496. package/dist/standalone/directives/ion-segment-view.js +40 -0
  497. package/dist/standalone/directives/ion-segment-view.js.map +1 -0
  498. package/dist/standalone/directives/ion-select-modal.d.ts +13 -0
  499. package/dist/standalone/directives/ion-select-modal.d.ts.map +1 -0
  500. package/dist/standalone/directives/ion-select-modal.js +36 -0
  501. package/dist/standalone/directives/ion-select-modal.js.map +1 -0
  502. package/dist/standalone/directives/ion-select-option.d.ts +13 -0
  503. package/dist/standalone/directives/ion-select-option.d.ts.map +1 -0
  504. package/dist/standalone/directives/ion-select-option.js +36 -0
  505. package/dist/standalone/directives/ion-select-option.js.map +1 -0
  506. package/dist/standalone/directives/ion-skeleton-text.d.ts +13 -0
  507. package/dist/standalone/directives/ion-skeleton-text.d.ts.map +1 -0
  508. package/dist/standalone/directives/ion-skeleton-text.js +36 -0
  509. package/dist/standalone/directives/ion-skeleton-text.js.map +1 -0
  510. package/dist/standalone/directives/ion-spinner.d.ts +13 -0
  511. package/dist/standalone/directives/ion-spinner.d.ts.map +1 -0
  512. package/dist/standalone/directives/ion-spinner.js +36 -0
  513. package/dist/standalone/directives/ion-spinner.js.map +1 -0
  514. package/dist/standalone/directives/ion-split-pane.d.ts +23 -0
  515. package/dist/standalone/directives/ion-split-pane.d.ts.map +1 -0
  516. package/dist/standalone/directives/ion-split-pane.js +40 -0
  517. package/dist/standalone/directives/ion-split-pane.js.map +1 -0
  518. package/dist/standalone/directives/ion-tab-bar.d.ts +13 -0
  519. package/dist/standalone/directives/ion-tab-bar.d.ts.map +1 -0
  520. package/dist/standalone/directives/ion-tab-bar.js +36 -0
  521. package/dist/standalone/directives/ion-tab-bar.js.map +1 -0
  522. package/dist/standalone/directives/ion-tab-button.d.ts +13 -0
  523. package/dist/standalone/directives/ion-tab-button.d.ts.map +1 -0
  524. package/dist/standalone/directives/ion-tab-button.js +36 -0
  525. package/dist/standalone/directives/ion-tab-button.js.map +1 -0
  526. package/dist/standalone/directives/ion-tab.d.ts +13 -0
  527. package/dist/standalone/directives/ion-tab.d.ts.map +1 -0
  528. package/dist/standalone/directives/ion-tab.js +37 -0
  529. package/dist/standalone/directives/ion-tab.js.map +1 -0
  530. package/dist/standalone/directives/ion-text.d.ts +13 -0
  531. package/dist/standalone/directives/ion-text.d.ts.map +1 -0
  532. package/dist/standalone/directives/ion-text.js +36 -0
  533. package/dist/standalone/directives/ion-text.js.map +1 -0
  534. package/dist/standalone/directives/ion-thumbnail.d.ts +13 -0
  535. package/dist/standalone/directives/ion-thumbnail.d.ts.map +1 -0
  536. package/dist/standalone/directives/ion-thumbnail.js +35 -0
  537. package/dist/standalone/directives/ion-thumbnail.js.map +1 -0
  538. package/dist/standalone/directives/ion-title.d.ts +13 -0
  539. package/dist/standalone/directives/ion-title.d.ts.map +1 -0
  540. package/dist/standalone/directives/ion-title.js +36 -0
  541. package/dist/standalone/directives/ion-title.js.map +1 -0
  542. package/dist/standalone/directives/ion-toast.d.ts +59 -0
  543. package/dist/standalone/directives/ion-toast.d.ts.map +1 -0
  544. package/dist/standalone/directives/ion-toast.js +62 -0
  545. package/dist/standalone/directives/ion-toast.js.map +1 -0
  546. package/dist/standalone/directives/ion-toolbar.d.ts +13 -0
  547. package/dist/standalone/directives/ion-toolbar.d.ts.map +1 -0
  548. package/dist/standalone/directives/ion-toolbar.js +36 -0
  549. package/dist/standalone/directives/ion-toolbar.js.map +1 -0
  550. package/dist/standalone/directives/proxies.d.ts +78 -0
  551. package/dist/standalone/directives/proxies.d.ts.map +1 -0
  552. package/dist/standalone/directives/proxies.js +79 -0
  553. package/dist/standalone/directives/proxies.js.map +1 -0
  554. package/{standalone → dist/standalone}/directives/radio-group.d.ts +1 -0
  555. package/dist/standalone/directives/radio-group.d.ts.map +1 -0
  556. package/dist/standalone/directives/radio-group.js +59 -0
  557. package/dist/standalone/directives/radio-group.js.map +1 -0
  558. package/{standalone → dist/standalone}/directives/range.d.ts +1 -0
  559. package/dist/standalone/directives/range.d.ts.map +1 -0
  560. package/dist/standalone/directives/range.js +77 -0
  561. package/dist/standalone/directives/range.js.map +1 -0
  562. package/{standalone → dist/standalone}/directives/searchbar.d.ts +1 -0
  563. package/dist/standalone/directives/searchbar.d.ts.map +1 -0
  564. package/dist/standalone/directives/searchbar.js +81 -0
  565. package/dist/standalone/directives/searchbar.js.map +1 -0
  566. package/{standalone → dist/standalone}/directives/segment.d.ts +1 -0
  567. package/dist/standalone/directives/segment.d.ts.map +1 -0
  568. package/dist/standalone/directives/segment.js +59 -0
  569. package/dist/standalone/directives/segment.js.map +1 -0
  570. package/{standalone → dist/standalone}/directives/select.d.ts +1 -0
  571. package/dist/standalone/directives/select.d.ts.map +1 -0
  572. package/dist/standalone/directives/select.js +83 -0
  573. package/dist/standalone/directives/select.js.map +1 -0
  574. package/{standalone → dist/standalone}/directives/textarea.d.ts +1 -0
  575. package/dist/standalone/directives/textarea.d.ts.map +1 -0
  576. package/dist/standalone/directives/textarea.js +90 -0
  577. package/dist/standalone/directives/textarea.js.map +1 -0
  578. package/{standalone → dist/standalone}/directives/toggle.d.ts +1 -0
  579. package/dist/standalone/directives/toggle.d.ts.map +1 -0
  580. package/dist/standalone/directives/toggle.js +75 -0
  581. package/dist/standalone/directives/toggle.js.map +1 -0
  582. package/{standalone → dist/standalone}/index.d.ts +2 -2
  583. package/dist/standalone/index.d.ts.map +1 -0
  584. package/dist/standalone/index.js +24 -0
  585. package/dist/standalone/index.js.map +1 -0
  586. package/{standalone → dist/standalone}/navigation/back-button.d.ts +1 -0
  587. package/dist/standalone/navigation/back-button.d.ts.map +1 -0
  588. package/dist/standalone/navigation/back-button.js +32 -0
  589. package/dist/standalone/navigation/back-button.js.map +1 -0
  590. package/{standalone → dist/standalone}/navigation/nav.d.ts +1 -0
  591. package/dist/standalone/navigation/nav.d.ts.map +1 -0
  592. package/dist/standalone/navigation/nav.js +28 -0
  593. package/dist/standalone/navigation/nav.js.map +1 -0
  594. package/{standalone → dist/standalone}/navigation/router-link-delegate.d.ts +1 -0
  595. package/dist/standalone/navigation/router-link-delegate.d.ts.map +1 -0
  596. package/dist/standalone/navigation/router-link-delegate.js +26 -0
  597. package/dist/standalone/navigation/router-link-delegate.js.map +1 -0
  598. package/{standalone → dist/standalone}/navigation/router-outlet.d.ts +1 -0
  599. package/dist/standalone/navigation/router-outlet.d.ts.map +1 -0
  600. package/dist/standalone/navigation/router-outlet.js +60 -0
  601. package/dist/standalone/navigation/router-outlet.js.map +1 -0
  602. package/{standalone → dist/standalone}/navigation/tabs.d.ts +1 -0
  603. package/dist/standalone/navigation/tabs.d.ts.map +1 -0
  604. package/dist/standalone/navigation/tabs.js +57 -0
  605. package/dist/standalone/navigation/tabs.js.map +1 -0
  606. package/{standalone → dist/standalone}/overlays/modal.d.ts +1 -0
  607. package/dist/standalone/overlays/modal.d.ts.map +1 -0
  608. package/dist/standalone/overlays/modal.js +32 -0
  609. package/dist/standalone/overlays/modal.js.map +1 -0
  610. package/{standalone → dist/standalone}/overlays/popover.d.ts +1 -0
  611. package/dist/standalone/overlays/popover.d.ts.map +1 -0
  612. package/dist/standalone/overlays/popover.js +28 -0
  613. package/dist/standalone/overlays/popover.js.map +1 -0
  614. package/{standalone → dist/standalone}/providers/action-sheet-controller.d.ts +1 -0
  615. package/dist/standalone/providers/action-sheet-controller.d.ts.map +1 -0
  616. package/dist/standalone/providers/action-sheet-controller.js +20 -0
  617. package/dist/standalone/providers/action-sheet-controller.js.map +1 -0
  618. package/{standalone → dist/standalone}/providers/alert-controller.d.ts +1 -0
  619. package/dist/standalone/providers/alert-controller.d.ts.map +1 -0
  620. package/dist/standalone/providers/alert-controller.js +20 -0
  621. package/dist/standalone/providers/alert-controller.js.map +1 -0
  622. package/{providers → dist/standalone/providers}/animation-controller.d.ts +1 -0
  623. package/dist/standalone/providers/animation-controller.d.ts.map +1 -0
  624. package/dist/standalone/providers/animation-controller.js +37 -0
  625. package/dist/standalone/providers/animation-controller.js.map +1 -0
  626. package/{standalone → dist/standalone}/providers/gesture-controller.d.ts +1 -0
  627. package/dist/standalone/providers/gesture-controller.d.ts.map +1 -0
  628. package/dist/standalone/providers/gesture-controller.js +32 -0
  629. package/dist/standalone/providers/gesture-controller.js.map +1 -0
  630. package/{standalone → dist/standalone}/providers/ionic-angular.d.ts +1 -0
  631. package/dist/standalone/providers/ionic-angular.d.ts.map +1 -0
  632. package/dist/standalone/providers/ionic-angular.js +38 -0
  633. package/dist/standalone/providers/ionic-angular.js.map +1 -0
  634. package/{standalone → dist/standalone}/providers/loading-controller.d.ts +1 -0
  635. package/dist/standalone/providers/loading-controller.d.ts.map +1 -0
  636. package/dist/standalone/providers/loading-controller.js +20 -0
  637. package/dist/standalone/providers/loading-controller.js.map +1 -0
  638. package/{standalone → dist/standalone}/providers/menu-controller.d.ts +1 -0
  639. package/dist/standalone/providers/menu-controller.d.ts.map +1 -0
  640. package/dist/standalone/providers/menu-controller.js +18 -0
  641. package/dist/standalone/providers/menu-controller.js.map +1 -0
  642. package/{providers → dist/standalone/providers}/modal-controller.d.ts +1 -0
  643. package/dist/standalone/providers/modal-controller.d.ts.map +1 -0
  644. package/dist/standalone/providers/modal-controller.js +27 -0
  645. package/dist/standalone/providers/modal-controller.js.map +1 -0
  646. package/{standalone → dist/standalone}/providers/popover-controller.d.ts +1 -0
  647. package/dist/standalone/providers/popover-controller.d.ts.map +1 -0
  648. package/dist/standalone/providers/popover-controller.js +21 -0
  649. package/dist/standalone/providers/popover-controller.js.map +1 -0
  650. package/{standalone → dist/standalone}/providers/toast-controller.d.ts +1 -0
  651. package/dist/standalone/providers/toast-controller.d.ts.map +1 -0
  652. package/dist/standalone/providers/toast-controller.js +20 -0
  653. package/dist/standalone/providers/toast-controller.js.map +1 -0
  654. package/package.json +174 -30
  655. package/esm2022/app-initialize.mjs +0 -29
  656. package/esm2022/common/directives/control-value-accessors/index.mjs +0 -2
  657. package/esm2022/common/directives/control-value-accessors/value-accessor.mjs +0 -153
  658. package/esm2022/common/directives/navigation/back-button.mjs +0 -61
  659. package/esm2022/common/directives/navigation/nav-params.mjs +0 -47
  660. package/esm2022/common/directives/navigation/nav.mjs +0 -49
  661. package/esm2022/common/directives/navigation/router-link-delegate.mjs +0 -190
  662. package/esm2022/common/directives/navigation/router-outlet.mjs +0 -480
  663. package/esm2022/common/directives/navigation/stack-controller.mjs +0 -283
  664. package/esm2022/common/directives/navigation/stack-utils.mjs +0 -73
  665. package/esm2022/common/directives/navigation/tabs.mjs +0 -279
  666. package/esm2022/common/index.mjs +0 -20
  667. package/esm2022/common/ionic-angular-common.mjs +0 -5
  668. package/esm2022/common/overlays/modal.mjs +0 -103
  669. package/esm2022/common/overlays/popover.mjs +0 -91
  670. package/esm2022/common/providers/angular-delegate.mjs +0 -210
  671. package/esm2022/common/providers/config.mjs +0 -45
  672. package/esm2022/common/providers/dom-controller.mjs +0 -45
  673. package/esm2022/common/providers/menu-controller.mjs +0 -114
  674. package/esm2022/common/providers/nav-controller.mjs +0 -235
  675. package/esm2022/common/providers/platform.mjs +0 -258
  676. package/esm2022/common/types/interfaces.mjs +0 -2
  677. package/esm2022/common/types/ionic-lifecycle-hooks.mjs +0 -5
  678. package/esm2022/common/types/overlay-options.mjs +0 -2
  679. package/esm2022/common/utils/overlay.mjs +0 -26
  680. package/esm2022/common/utils/proxy.mjs +0 -47
  681. package/esm2022/common/utils/routing.mjs +0 -55
  682. package/esm2022/common/utils/util.mjs +0 -10
  683. package/esm2022/directives/angular-component-lib/utils.mjs +0 -59
  684. package/esm2022/directives/control-value-accessors/boolean-value-accessor.mjs +0 -42
  685. package/esm2022/directives/control-value-accessors/index.mjs +0 -5
  686. package/esm2022/directives/control-value-accessors/numeric-value-accessor.mjs +0 -50
  687. package/esm2022/directives/control-value-accessors/select-value-accessor.mjs +0 -39
  688. package/esm2022/directives/control-value-accessors/text-value-accessor.mjs +0 -38
  689. package/esm2022/directives/navigation/ion-back-button.mjs +0 -24
  690. package/esm2022/directives/navigation/ion-nav.mjs +0 -21
  691. package/esm2022/directives/navigation/ion-router-outlet.mjs +0 -52
  692. package/esm2022/directives/navigation/ion-tabs.mjs +0 -59
  693. package/esm2022/directives/navigation/router-link-delegate.mjs +0 -32
  694. package/esm2022/directives/overlays/modal.mjs +0 -22
  695. package/esm2022/directives/overlays/popover.mjs +0 -18
  696. package/esm2022/directives/proxies-list.mjs +0 -90
  697. package/esm2022/directives/proxies.mjs +0 -2373
  698. package/esm2022/directives/validators/index.mjs +0 -3
  699. package/esm2022/directives/validators/max-validator.mjs +0 -27
  700. package/esm2022/directives/validators/min-validator.mjs +0 -27
  701. package/esm2022/index.mjs +0 -32
  702. package/esm2022/ionic-angular.mjs +0 -5
  703. package/esm2022/ionic-module.mjs +0 -111
  704. package/esm2022/providers/action-sheet-controller.mjs +0 -19
  705. package/esm2022/providers/alert-controller.mjs +0 -19
  706. package/esm2022/providers/animation-controller.mjs +0 -38
  707. package/esm2022/providers/gesture-controller.mjs +0 -33
  708. package/esm2022/providers/loading-controller.mjs +0 -19
  709. package/esm2022/providers/menu-controller.mjs +0 -19
  710. package/esm2022/providers/modal-controller.mjs +0 -26
  711. package/esm2022/providers/picker-controller.mjs +0 -22
  712. package/esm2022/providers/popover-controller.mjs +0 -19
  713. package/esm2022/providers/toast-controller.mjs +0 -19
  714. package/esm2022/standalone/directives/angular-component-lib/utils.mjs +0 -59
  715. package/esm2022/standalone/directives/checkbox.mjs +0 -76
  716. package/esm2022/standalone/directives/datetime.mjs +0 -95
  717. package/esm2022/standalone/directives/icon.mjs +0 -35
  718. package/esm2022/standalone/directives/index.mjs +0 -13
  719. package/esm2022/standalone/directives/input-otp.mjs +0 -90
  720. package/esm2022/standalone/directives/input.mjs +0 -113
  721. package/esm2022/standalone/directives/proxies.mjs +0 -2260
  722. package/esm2022/standalone/directives/radio-group.mjs +0 -60
  723. package/esm2022/standalone/directives/range.mjs +0 -78
  724. package/esm2022/standalone/directives/searchbar.mjs +0 -82
  725. package/esm2022/standalone/directives/segment.mjs +0 -60
  726. package/esm2022/standalone/directives/select.mjs +0 -84
  727. package/esm2022/standalone/directives/textarea.mjs +0 -91
  728. package/esm2022/standalone/directives/toggle.mjs +0 -76
  729. package/esm2022/standalone/index.mjs +0 -25
  730. package/esm2022/standalone/ionic-angular-standalone.mjs +0 -5
  731. package/esm2022/standalone/navigation/back-button.mjs +0 -32
  732. package/esm2022/standalone/navigation/nav.mjs +0 -28
  733. package/esm2022/standalone/navigation/router-link-delegate.mjs +0 -28
  734. package/esm2022/standalone/navigation/router-outlet.mjs +0 -60
  735. package/esm2022/standalone/navigation/tabs.mjs +0 -58
  736. package/esm2022/standalone/overlays/modal.mjs +0 -32
  737. package/esm2022/standalone/overlays/popover.mjs +0 -28
  738. package/esm2022/standalone/providers/action-sheet-controller.mjs +0 -21
  739. package/esm2022/standalone/providers/alert-controller.mjs +0 -21
  740. package/esm2022/standalone/providers/animation-controller.mjs +0 -38
  741. package/esm2022/standalone/providers/gesture-controller.mjs +0 -33
  742. package/esm2022/standalone/providers/ionic-angular.mjs +0 -38
  743. package/esm2022/standalone/providers/loading-controller.mjs +0 -21
  744. package/esm2022/standalone/providers/menu-controller.mjs +0 -19
  745. package/esm2022/standalone/providers/modal-controller.mjs +0 -28
  746. package/esm2022/standalone/providers/picker-controller.mjs +0 -24
  747. package/esm2022/standalone/providers/popover-controller.mjs +0 -21
  748. package/esm2022/standalone/providers/toast-controller.mjs +0 -21
  749. package/fesm2022/ionic-angular-common.mjs +0 -2791
  750. package/fesm2022/ionic-angular-common.mjs.map +0 -1
  751. package/fesm2022/ionic-angular-standalone.mjs +0 -3562
  752. package/fesm2022/ionic-angular-standalone.mjs.map +0 -1
  753. package/fesm2022/ionic-angular.mjs +0 -3139
  754. package/fesm2022/ionic-angular.mjs.map +0 -1
  755. package/ionic-module.d.ts +0 -28
  756. package/providers/picker-controller.d.ts +0 -11
  757. package/schematics/utils/ast.js +0 -32
  758. package/standalone/directives/proxies.d.ts +0 -1035
  759. package/standalone/providers/picker-controller.d.ts +0 -11
  760. /package/{schematics → dist/schematics}/add/files/root/theme/variables.css +0 -0
  761. /package/{schematics → dist/schematics}/add/schema.json +0 -0
  762. /package/{schematics → dist/schematics}/collection.json +0 -0
@@ -0,0 +1,19 @@
1
+ import { ChangeDetectorRef, ElementRef, NgZone, EventEmitter } from '@angular/core';
2
+ import type { Components } from '@ionic/core/components';
3
+ import type { IonItemSlidingCustomEvent } from '@ionic/core/components';
4
+ import * as i0 from "@angular/core";
5
+ export declare class IonItemSliding {
6
+ protected z: NgZone;
7
+ protected el: HTMLIonItemSlidingElement;
8
+ ionDrag: EventEmitter<IonItemSlidingCustomEvent<any>>;
9
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<IonItemSliding, never>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<IonItemSliding, "ion-item-sliding", never, { "disabled": { "alias": "disabled"; "required": false; }; }, { "ionDrag": "ionDrag"; }, never, ["*"], true, never>;
12
+ }
13
+ export declare interface IonItemSliding extends Components.IonItemSliding {
14
+ /**
15
+ * Emitted when the sliding position changes.
16
+ */
17
+ ionDrag: EventEmitter<IonItemSlidingCustomEvent<any>>;
18
+ }
19
+ //# sourceMappingURL=ion-item-sliding.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ion-item-sliding.d.ts","sourceRoot":"","sources":["../../../src/standalone/directives/ion-item-sliding.ts"],"names":[],"mappings":"AAEA,OAAO,EAA2B,iBAAiB,EAAa,UAAU,EAAE,MAAM,EAAE,YAAY,EAAU,MAAM,eAAe,CAAC;AAIhI,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AA2BzD,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,wBAAwB,CAAC;;AAvBxE,qBAaa,cAAc;IAGwB,SAAS,CAAC,CAAC,EAAE,MAAM;IAFpE,SAAS,CAAC,EAAE,EAAE,yBAAyB,CAAC;IAC9B,OAAO,+CAAsD;gBAC3D,CAAC,EAAE,iBAAiB,EAAE,CAAC,EAAE,UAAU,EAAY,CAAC,EAAE,MAAM;yCAHzD,cAAc;2CAAd,cAAc;CAO1B;AAKD,MAAM,CAAC,OAAO,WAAW,cAAe,SAAQ,UAAU,CAAC,cAAc;IACvE;;OAEG;IACH,OAAO,EAAE,YAAY,CAAC,yBAAyB,CAAC,GAAG,CAAC,CAAC,CAAC;CACvD"}
@@ -0,0 +1,41 @@
1
+ import { __decorate } from "tslib";
2
+ /* tslint:disable */
3
+ /* auto-generated angular directive proxies */
4
+ import { ChangeDetectionStrategy, Component, EventEmitter, Output } from '@angular/core';
5
+ import { ProxyCmp } from './angular-component-lib/utils';
6
+ import { defineCustomElement as defineIonItemSliding } from '@ionic/core/components/ion-item-sliding.js';
7
+ import * as i0 from "@angular/core";
8
+ let IonItemSliding = class IonItemSliding {
9
+ z;
10
+ el;
11
+ ionDrag = new EventEmitter();
12
+ constructor(c, r, z) {
13
+ this.z = z;
14
+ c.detach();
15
+ this.el = r.nativeElement;
16
+ }
17
+ /** @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 });
18
+ /** @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 });
19
+ };
20
+ IonItemSliding = __decorate([
21
+ ProxyCmp({
22
+ defineCustomElementFn: defineIonItemSliding,
23
+ inputs: ['disabled'],
24
+ methods: ['getOpenAmount', 'getSlidingRatio', 'open', 'close', 'closeOpened']
25
+ })
26
+ ], IonItemSliding);
27
+ export { IonItemSliding };
28
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonItemSliding, decorators: [{
29
+ type: Component,
30
+ args: [{
31
+ selector: 'ion-item-sliding',
32
+ changeDetection: ChangeDetectionStrategy.OnPush,
33
+ template: '<ng-content></ng-content>',
34
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
35
+ inputs: ['disabled'],
36
+ outputs: ['ionDrag'],
37
+ }]
38
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionDrag: [{
39
+ type: Output
40
+ }] } });
41
+ //# sourceMappingURL=ion-item-sliding.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ion-item-sliding.js","sourceRoot":"","sources":["../../../src/standalone/directives/ion-item-sliding.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,8CAA8C;AAC9C,OAAO,EAAE,uBAAuB,EAAqB,SAAS,EAAsB,YAAY,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AAEhI,OAAO,EAAE,QAAQ,EAAE,MAAM,+BAA+B,CAAC;AAIzD,OAAO,EAAE,mBAAmB,IAAI,oBAAoB,EAAE,MAAM,4CAA4C,CAAC;;AAelG,IAAM,cAAc,GAApB,MAAM,cAAc;IAGkC;IAFjD,EAAE,CAA4B;IAC9B,OAAO,GAAG,IAAI,YAAY,EAAkC,CAAC;IACvE,YAAY,CAAoB,EAAE,CAAa,EAAY,CAAS;QAAT,MAAC,GAAD,CAAC,CAAQ;QAClE,CAAC,CAAC,MAAM,EAAE,CAAC;QACX,IAAI,CAAC,EAAE,GAAG,CAAC,CAAC,aAAa,CAAC;IAC5B,CAAC;0HANU,cAAc;8GAAd,cAAc,+IALf,2BAA2B;;AAK1B,cAAc;IAb1B,QAAQ,CAAC;QACR,qBAAqB,EAAE,oBAAoB;QAC3C,MAAM,EAAE,CAAC,UAAU,CAAC;QACpB,OAAO,EAAE,CAAC,eAAe,EAAE,iBAAiB,EAAE,MAAM,EAAE,OAAO,EAAE,aAAa,CAAC;KAC9E,CAAC;GASW,cAAc,CAO1B;;2FAPY,cAAc;kBAR1B,SAAS;mBAAC;oBACT,QAAQ,EAAE,kBAAkB;oBAC5B,eAAe,EAAE,uBAAuB,CAAC,MAAM;oBAC/C,QAAQ,EAAE,2BAA2B;oBACrC,uEAAuE;oBACvE,MAAM,EAAE,CAAC,UAAU,CAAC;oBACpB,OAAO,EAAE,CAAC,SAAS,CAAC;iBACrB;;sBAGE,MAAM"}
@@ -0,0 +1,13 @@
1
+ import { ChangeDetectorRef, ElementRef, NgZone } from '@angular/core';
2
+ import type { Components } from '@ionic/core/components';
3
+ import * as i0 from "@angular/core";
4
+ export declare class IonItem {
5
+ protected z: NgZone;
6
+ protected el: HTMLIonItemElement;
7
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<IonItem, never>;
9
+ static ɵcmp: i0.ɵɵComponentDeclaration<IonItem, "ion-item", never, { "button": { "alias": "button"; "required": false; }; "color": { "alias": "color"; "required": false; }; "detail": { "alias": "detail"; "required": false; }; "detailIcon": { "alias": "detailIcon"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "download": { "alias": "download"; "required": false; }; "href": { "alias": "href"; "required": false; }; "lines": { "alias": "lines"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "rel": { "alias": "rel"; "required": false; }; "routerAnimation": { "alias": "routerAnimation"; "required": false; }; "routerDirection": { "alias": "routerDirection"; "required": false; }; "target": { "alias": "target"; "required": false; }; "type": { "alias": "type"; "required": false; }; }, {}, never, ["*"], true, never>;
10
+ }
11
+ export declare interface IonItem extends Components.IonItem {
12
+ }
13
+ //# sourceMappingURL=ion-item.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ion-item.d.ts","sourceRoot":"","sources":["../../../src/standalone/directives/ion-item.ts"],"names":[],"mappings":"AAEA,OAAO,EAA2B,iBAAiB,EAAa,UAAU,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AAI1G,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;;AAIzD,qBAWa,OAAO;IAE+B,SAAS,CAAC,CAAC,EAAE,MAAM;IADpE,SAAS,CAAC,EAAE,EAAE,kBAAkB,CAAC;gBACrB,CAAC,EAAE,iBAAiB,EAAE,CAAC,EAAE,UAAU,EAAY,CAAC,EAAE,MAAM;yCAFzD,OAAO;2CAAP,OAAO;CAMnB;AAGD,MAAM,CAAC,OAAO,WAAW,OAAQ,SAAQ,UAAU,CAAC,OAAO;CAAG"}
@@ -0,0 +1,36 @@
1
+ import { __decorate } from "tslib";
2
+ /* tslint:disable */
3
+ /* auto-generated angular directive proxies */
4
+ import { ChangeDetectionStrategy, Component } from '@angular/core';
5
+ import { ProxyCmp } from './angular-component-lib/utils';
6
+ import { defineCustomElement as defineIonItem } from '@ionic/core/components/ion-item.js';
7
+ import * as i0 from "@angular/core";
8
+ let IonItem = class IonItem {
9
+ z;
10
+ el;
11
+ constructor(c, r, z) {
12
+ this.z = z;
13
+ c.detach();
14
+ this.el = r.nativeElement;
15
+ }
16
+ /** @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 });
17
+ /** @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 });
18
+ };
19
+ IonItem = __decorate([
20
+ ProxyCmp({
21
+ defineCustomElementFn: defineIonItem,
22
+ inputs: ['button', 'color', 'detail', 'detailIcon', 'disabled', 'download', 'href', 'lines', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'target', 'type']
23
+ })
24
+ ], IonItem);
25
+ export { IonItem };
26
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonItem, decorators: [{
27
+ type: Component,
28
+ args: [{
29
+ selector: 'ion-item',
30
+ changeDetection: ChangeDetectionStrategy.OnPush,
31
+ template: '<ng-content></ng-content>',
32
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
33
+ inputs: ['button', 'color', 'detail', 'detailIcon', 'disabled', 'download', 'href', 'lines', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'target', 'type'],
34
+ }]
35
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
36
+ //# sourceMappingURL=ion-item.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ion-item.js","sourceRoot":"","sources":["../../../src/standalone/directives/ion-item.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,8CAA8C;AAC9C,OAAO,EAAE,uBAAuB,EAAqB,SAAS,EAAsB,MAAM,eAAe,CAAC;AAE1G,OAAO,EAAE,QAAQ,EAAE,MAAM,+BAA+B,CAAC;AAIzD,OAAO,EAAE,mBAAmB,IAAI,aAAa,EAAE,MAAM,oCAAoC,CAAC;;AAanF,IAAM,OAAO,GAAb,MAAM,OAAO;IAEyC;IADjD,EAAE,CAAqB;IACjC,YAAY,CAAoB,EAAE,CAAa,EAAY,CAAS;QAAT,MAAC,GAAD,CAAC,CAAQ;QAClE,CAAC,CAAC,MAAM,EAAE,CAAC;QACX,IAAI,CAAC,EAAE,GAAG,CAAC,CAAC,aAAa,CAAC;IAC5B,CAAC;0HALU,OAAO;8GAAP,OAAO,0WAJR,2BAA2B;;AAI1B,OAAO;IAXnB,QAAQ,CAAC;QACR,qBAAqB,EAAE,aAAa;QACpC,MAAM,EAAE,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,YAAY,EAAE,UAAU,EAAE,UAAU,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,iBAAiB,EAAE,iBAAiB,EAAE,QAAQ,EAAE,MAAM,CAAC;KACpK,CAAC;GAQW,OAAO,CAMnB;;2FANY,OAAO;kBAPnB,SAAS;mBAAC;oBACT,QAAQ,EAAE,UAAU;oBACpB,eAAe,EAAE,uBAAuB,CAAC,MAAM;oBAC/C,QAAQ,EAAE,2BAA2B;oBACrC,uEAAuE;oBACvE,MAAM,EAAE,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,YAAY,EAAE,UAAU,EAAE,UAAU,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,iBAAiB,EAAE,iBAAiB,EAAE,QAAQ,EAAE,MAAM,CAAC;iBACpK"}
@@ -0,0 +1,13 @@
1
+ import { ChangeDetectorRef, ElementRef, NgZone } from '@angular/core';
2
+ import type { Components } from '@ionic/core/components';
3
+ import * as i0 from "@angular/core";
4
+ export declare class IonLabel {
5
+ protected z: NgZone;
6
+ protected el: HTMLIonLabelElement;
7
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<IonLabel, never>;
9
+ static ɵcmp: i0.ɵɵComponentDeclaration<IonLabel, "ion-label", never, { "color": { "alias": "color"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "position": { "alias": "position"; "required": false; }; }, {}, never, ["*"], true, never>;
10
+ }
11
+ export declare interface IonLabel extends Components.IonLabel {
12
+ }
13
+ //# sourceMappingURL=ion-label.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ion-label.d.ts","sourceRoot":"","sources":["../../../src/standalone/directives/ion-label.ts"],"names":[],"mappings":"AAEA,OAAO,EAA2B,iBAAiB,EAAa,UAAU,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AAI1G,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;;AAIzD,qBAWa,QAAQ;IAE8B,SAAS,CAAC,CAAC,EAAE,MAAM;IADpE,SAAS,CAAC,EAAE,EAAE,mBAAmB,CAAC;gBACtB,CAAC,EAAE,iBAAiB,EAAE,CAAC,EAAE,UAAU,EAAY,CAAC,EAAE,MAAM;yCAFzD,QAAQ;2CAAR,QAAQ;CAMpB;AAGD,MAAM,CAAC,OAAO,WAAW,QAAS,SAAQ,UAAU,CAAC,QAAQ;CAAG"}
@@ -0,0 +1,36 @@
1
+ import { __decorate } from "tslib";
2
+ /* tslint:disable */
3
+ /* auto-generated angular directive proxies */
4
+ import { ChangeDetectionStrategy, Component } from '@angular/core';
5
+ import { ProxyCmp } from './angular-component-lib/utils';
6
+ import { defineCustomElement as defineIonLabel } from '@ionic/core/components/ion-label.js';
7
+ import * as i0 from "@angular/core";
8
+ let IonLabel = class IonLabel {
9
+ z;
10
+ el;
11
+ constructor(c, r, z) {
12
+ this.z = z;
13
+ c.detach();
14
+ this.el = r.nativeElement;
15
+ }
16
+ /** @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 });
17
+ /** @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 });
18
+ };
19
+ IonLabel = __decorate([
20
+ ProxyCmp({
21
+ defineCustomElementFn: defineIonLabel,
22
+ inputs: ['color', 'mode', 'position']
23
+ })
24
+ ], IonLabel);
25
+ export { IonLabel };
26
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonLabel, decorators: [{
27
+ type: Component,
28
+ args: [{
29
+ selector: 'ion-label',
30
+ changeDetection: ChangeDetectionStrategy.OnPush,
31
+ template: '<ng-content></ng-content>',
32
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
33
+ inputs: ['color', 'mode', 'position'],
34
+ }]
35
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
36
+ //# sourceMappingURL=ion-label.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ion-label.js","sourceRoot":"","sources":["../../../src/standalone/directives/ion-label.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,8CAA8C;AAC9C,OAAO,EAAE,uBAAuB,EAAqB,SAAS,EAAsB,MAAM,eAAe,CAAC;AAE1G,OAAO,EAAE,QAAQ,EAAE,MAAM,+BAA+B,CAAC;AAIzD,OAAO,EAAE,mBAAmB,IAAI,cAAc,EAAE,MAAM,qCAAqC,CAAC;;AAarF,IAAM,QAAQ,GAAd,MAAM,QAAQ;IAEwC;IADjD,EAAE,CAAsB;IAClC,YAAY,CAAoB,EAAE,CAAa,EAAY,CAAS;QAAT,MAAC,GAAD,CAAC,CAAQ;QAClE,CAAC,CAAC,MAAM,EAAE,CAAC;QACX,IAAI,CAAC,EAAE,GAAG,CAAC,CAAC,aAAa,CAAC;IAC5B,CAAC;0HALU,QAAQ;8GAAR,QAAQ,qIAJT,2BAA2B;;AAI1B,QAAQ;IAXpB,QAAQ,CAAC;QACR,qBAAqB,EAAE,cAAc;QACrC,MAAM,EAAE,CAAC,OAAO,EAAE,MAAM,EAAE,UAAU,CAAC;KACtC,CAAC;GAQW,QAAQ,CAMpB;;2FANY,QAAQ;kBAPpB,SAAS;mBAAC;oBACT,QAAQ,EAAE,WAAW;oBACrB,eAAe,EAAE,uBAAuB,CAAC,MAAM;oBAC/C,QAAQ,EAAE,2BAA2B;oBACrC,uEAAuE;oBACvE,MAAM,EAAE,CAAC,OAAO,EAAE,MAAM,EAAE,UAAU,CAAC;iBACtC"}
@@ -0,0 +1,13 @@
1
+ import { ChangeDetectorRef, ElementRef, NgZone } from '@angular/core';
2
+ import type { Components } from '@ionic/core/components';
3
+ import * as i0 from "@angular/core";
4
+ export declare class IonListHeader {
5
+ protected z: NgZone;
6
+ protected el: HTMLIonListHeaderElement;
7
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<IonListHeader, never>;
9
+ static ɵcmp: i0.ɵɵComponentDeclaration<IonListHeader, "ion-list-header", never, { "color": { "alias": "color"; "required": false; }; "lines": { "alias": "lines"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; }, {}, never, ["*"], true, never>;
10
+ }
11
+ export declare interface IonListHeader extends Components.IonListHeader {
12
+ }
13
+ //# sourceMappingURL=ion-list-header.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ion-list-header.d.ts","sourceRoot":"","sources":["../../../src/standalone/directives/ion-list-header.ts"],"names":[],"mappings":"AAEA,OAAO,EAA2B,iBAAiB,EAAa,UAAU,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AAI1G,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;;AAIzD,qBAWa,aAAa;IAEyB,SAAS,CAAC,CAAC,EAAE,MAAM;IADpE,SAAS,CAAC,EAAE,EAAE,wBAAwB,CAAC;gBAC3B,CAAC,EAAE,iBAAiB,EAAE,CAAC,EAAE,UAAU,EAAY,CAAC,EAAE,MAAM;yCAFzD,aAAa;2CAAb,aAAa;CAMzB;AAGD,MAAM,CAAC,OAAO,WAAW,aAAc,SAAQ,UAAU,CAAC,aAAa;CAAG"}
@@ -0,0 +1,36 @@
1
+ import { __decorate } from "tslib";
2
+ /* tslint:disable */
3
+ /* auto-generated angular directive proxies */
4
+ import { ChangeDetectionStrategy, Component } from '@angular/core';
5
+ import { ProxyCmp } from './angular-component-lib/utils';
6
+ import { defineCustomElement as defineIonListHeader } from '@ionic/core/components/ion-list-header.js';
7
+ import * as i0 from "@angular/core";
8
+ let IonListHeader = class IonListHeader {
9
+ z;
10
+ el;
11
+ constructor(c, r, z) {
12
+ this.z = z;
13
+ c.detach();
14
+ this.el = r.nativeElement;
15
+ }
16
+ /** @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 });
17
+ /** @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 });
18
+ };
19
+ IonListHeader = __decorate([
20
+ ProxyCmp({
21
+ defineCustomElementFn: defineIonListHeader,
22
+ inputs: ['color', 'lines', 'mode']
23
+ })
24
+ ], IonListHeader);
25
+ export { IonListHeader };
26
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonListHeader, decorators: [{
27
+ type: Component,
28
+ args: [{
29
+ selector: 'ion-list-header',
30
+ changeDetection: ChangeDetectionStrategy.OnPush,
31
+ template: '<ng-content></ng-content>',
32
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
33
+ inputs: ['color', 'lines', 'mode'],
34
+ }]
35
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
36
+ //# sourceMappingURL=ion-list-header.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ion-list-header.js","sourceRoot":"","sources":["../../../src/standalone/directives/ion-list-header.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,8CAA8C;AAC9C,OAAO,EAAE,uBAAuB,EAAqB,SAAS,EAAsB,MAAM,eAAe,CAAC;AAE1G,OAAO,EAAE,QAAQ,EAAE,MAAM,+BAA+B,CAAC;AAIzD,OAAO,EAAE,mBAAmB,IAAI,mBAAmB,EAAE,MAAM,2CAA2C,CAAC;;AAahG,IAAM,aAAa,GAAnB,MAAM,aAAa;IAEmC;IADjD,EAAE,CAA2B;IACvC,YAAY,CAAoB,EAAE,CAAa,EAAY,CAAS;QAAT,MAAC,GAAD,CAAC,CAAQ;QAClE,CAAC,CAAC,MAAM,EAAE,CAAC;QACX,IAAI,CAAC,EAAE,GAAG,CAAC,CAAC,aAAa,CAAC;IAC5B,CAAC;0HALU,aAAa;8GAAb,aAAa,qIAJd,2BAA2B;;AAI1B,aAAa;IAXzB,QAAQ,CAAC;QACR,qBAAqB,EAAE,mBAAmB;QAC1C,MAAM,EAAE,CAAC,OAAO,EAAE,OAAO,EAAE,MAAM,CAAC;KACnC,CAAC;GAQW,aAAa,CAMzB;;2FANY,aAAa;kBAPzB,SAAS;mBAAC;oBACT,QAAQ,EAAE,iBAAiB;oBAC3B,eAAe,EAAE,uBAAuB,CAAC,MAAM;oBAC/C,QAAQ,EAAE,2BAA2B;oBACrC,uEAAuE;oBACvE,MAAM,EAAE,CAAC,OAAO,EAAE,OAAO,EAAE,MAAM,CAAC;iBACnC"}
@@ -0,0 +1,13 @@
1
+ import { ChangeDetectorRef, ElementRef, NgZone } from '@angular/core';
2
+ import type { Components } from '@ionic/core/components';
3
+ import * as i0 from "@angular/core";
4
+ export declare class IonList {
5
+ protected z: NgZone;
6
+ protected el: HTMLIonListElement;
7
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<IonList, never>;
9
+ static ɵcmp: i0.ɵɵComponentDeclaration<IonList, "ion-list", never, { "inset": { "alias": "inset"; "required": false; }; "lines": { "alias": "lines"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; }, {}, never, ["*"], true, never>;
10
+ }
11
+ export declare interface IonList extends Components.IonList {
12
+ }
13
+ //# sourceMappingURL=ion-list.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ion-list.d.ts","sourceRoot":"","sources":["../../../src/standalone/directives/ion-list.ts"],"names":[],"mappings":"AAEA,OAAO,EAA2B,iBAAiB,EAAa,UAAU,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AAI1G,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;;AAIzD,qBAYa,OAAO;IAE+B,SAAS,CAAC,CAAC,EAAE,MAAM;IADpE,SAAS,CAAC,EAAE,EAAE,kBAAkB,CAAC;gBACrB,CAAC,EAAE,iBAAiB,EAAE,CAAC,EAAE,UAAU,EAAY,CAAC,EAAE,MAAM;yCAFzD,OAAO;2CAAP,OAAO;CAMnB;AAGD,MAAM,CAAC,OAAO,WAAW,OAAQ,SAAQ,UAAU,CAAC,OAAO;CAAG"}
@@ -0,0 +1,37 @@
1
+ import { __decorate } from "tslib";
2
+ /* tslint:disable */
3
+ /* auto-generated angular directive proxies */
4
+ import { ChangeDetectionStrategy, Component } from '@angular/core';
5
+ import { ProxyCmp } from './angular-component-lib/utils';
6
+ import { defineCustomElement as defineIonList } from '@ionic/core/components/ion-list.js';
7
+ import * as i0 from "@angular/core";
8
+ let IonList = class IonList {
9
+ z;
10
+ el;
11
+ constructor(c, r, z) {
12
+ this.z = z;
13
+ c.detach();
14
+ this.el = r.nativeElement;
15
+ }
16
+ /** @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 });
17
+ /** @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 });
18
+ };
19
+ IonList = __decorate([
20
+ ProxyCmp({
21
+ defineCustomElementFn: defineIonList,
22
+ inputs: ['inset', 'lines', 'mode'],
23
+ methods: ['closeSlidingItems']
24
+ })
25
+ ], IonList);
26
+ export { IonList };
27
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonList, decorators: [{
28
+ type: Component,
29
+ args: [{
30
+ selector: 'ion-list',
31
+ changeDetection: ChangeDetectionStrategy.OnPush,
32
+ template: '<ng-content></ng-content>',
33
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
34
+ inputs: ['inset', 'lines', 'mode'],
35
+ }]
36
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
37
+ //# sourceMappingURL=ion-list.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ion-list.js","sourceRoot":"","sources":["../../../src/standalone/directives/ion-list.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,8CAA8C;AAC9C,OAAO,EAAE,uBAAuB,EAAqB,SAAS,EAAsB,MAAM,eAAe,CAAC;AAE1G,OAAO,EAAE,QAAQ,EAAE,MAAM,+BAA+B,CAAC;AAIzD,OAAO,EAAE,mBAAmB,IAAI,aAAa,EAAE,MAAM,oCAAoC,CAAC;;AAcnF,IAAM,OAAO,GAAb,MAAM,OAAO;IAEyC;IADjD,EAAE,CAAqB;IACjC,YAAY,CAAoB,EAAE,CAAa,EAAY,CAAS;QAAT,MAAC,GAAD,CAAC,CAAQ;QAClE,CAAC,CAAC,MAAM,EAAE,CAAC;QACX,IAAI,CAAC,EAAE,GAAG,CAAC,CAAC,aAAa,CAAC;IAC5B,CAAC;0HALU,OAAO;8GAAP,OAAO,8HAJR,2BAA2B;;AAI1B,OAAO;IAZnB,QAAQ,CAAC;QACR,qBAAqB,EAAE,aAAa;QACpC,MAAM,EAAE,CAAC,OAAO,EAAE,OAAO,EAAE,MAAM,CAAC;QAClC,OAAO,EAAE,CAAC,mBAAmB,CAAC;KAC/B,CAAC;GAQW,OAAO,CAMnB;;2FANY,OAAO;kBAPnB,SAAS;mBAAC;oBACT,QAAQ,EAAE,UAAU;oBACpB,eAAe,EAAE,uBAAuB,CAAC,MAAM;oBAC/C,QAAQ,EAAE,2BAA2B;oBACrC,uEAAuE;oBACvE,MAAM,EAAE,CAAC,OAAO,EAAE,OAAO,EAAE,MAAM,CAAC;iBACnC"}
@@ -0,0 +1,59 @@
1
+ import { ChangeDetectorRef, ElementRef, NgZone, EventEmitter } from '@angular/core';
2
+ import type { Components } from '@ionic/core/components';
3
+ import type { IonLoadingCustomEvent } from '@ionic/core/components';
4
+ import type { OverlayEventDetail as IIonLoadingOverlayEventDetail } from '@ionic/core/components';
5
+ import * as i0 from "@angular/core";
6
+ export declare class IonLoading {
7
+ protected z: NgZone;
8
+ protected el: HTMLIonLoadingElement;
9
+ ionLoadingDidPresent: EventEmitter<IonLoadingCustomEvent<void>>;
10
+ ionLoadingWillPresent: EventEmitter<IonLoadingCustomEvent<void>>;
11
+ ionLoadingWillDismiss: EventEmitter<IonLoadingCustomEvent<IIonLoadingOverlayEventDetail<any>>>;
12
+ ionLoadingDidDismiss: EventEmitter<IonLoadingCustomEvent<IIonLoadingOverlayEventDetail<any>>>;
13
+ didPresent: EventEmitter<IonLoadingCustomEvent<void>>;
14
+ willPresent: EventEmitter<IonLoadingCustomEvent<void>>;
15
+ willDismiss: EventEmitter<IonLoadingCustomEvent<IIonLoadingOverlayEventDetail<any>>>;
16
+ didDismiss: EventEmitter<IonLoadingCustomEvent<IIonLoadingOverlayEventDetail<any>>>;
17
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
18
+ static ɵfac: i0.ɵɵFactoryDeclaration<IonLoading, never>;
19
+ static ɵcmp: i0.ɵɵComponentDeclaration<IonLoading, "ion-loading", never, { "animated": { "alias": "animated"; "required": false; }; "backdropDismiss": { "alias": "backdropDismiss"; "required": false; }; "cssClass": { "alias": "cssClass"; "required": false; }; "duration": { "alias": "duration"; "required": false; }; "enterAnimation": { "alias": "enterAnimation"; "required": false; }; "htmlAttributes": { "alias": "htmlAttributes"; "required": false; }; "isOpen": { "alias": "isOpen"; "required": false; }; "keyboardClose": { "alias": "keyboardClose"; "required": false; }; "leaveAnimation": { "alias": "leaveAnimation"; "required": false; }; "message": { "alias": "message"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "showBackdrop": { "alias": "showBackdrop"; "required": false; }; "spinner": { "alias": "spinner"; "required": false; }; "translucent": { "alias": "translucent"; "required": false; }; "trigger": { "alias": "trigger"; "required": false; }; }, { "ionLoadingDidPresent": "ionLoadingDidPresent"; "ionLoadingWillPresent": "ionLoadingWillPresent"; "ionLoadingWillDismiss": "ionLoadingWillDismiss"; "ionLoadingDidDismiss": "ionLoadingDidDismiss"; "didPresent": "didPresent"; "willPresent": "willPresent"; "willDismiss": "willDismiss"; "didDismiss": "didDismiss"; }, never, ["*"], true, never>;
20
+ }
21
+ export declare interface IonLoading extends Components.IonLoading {
22
+ /**
23
+ * Emitted after the loading has presented.
24
+ */
25
+ ionLoadingDidPresent: EventEmitter<IonLoadingCustomEvent<void>>;
26
+ /**
27
+ * Emitted before the loading has presented.
28
+ */
29
+ ionLoadingWillPresent: EventEmitter<IonLoadingCustomEvent<void>>;
30
+ /**
31
+ * Emitted before the loading has dismissed.
32
+ */
33
+ ionLoadingWillDismiss: EventEmitter<IonLoadingCustomEvent<IIonLoadingOverlayEventDetail>>;
34
+ /**
35
+ * Emitted after the loading has dismissed.
36
+ */
37
+ ionLoadingDidDismiss: EventEmitter<IonLoadingCustomEvent<IIonLoadingOverlayEventDetail>>;
38
+ /**
39
+ * Emitted after the loading indicator has presented.
40
+ Shorthand for ionLoadingWillDismiss.
41
+ */
42
+ didPresent: EventEmitter<IonLoadingCustomEvent<void>>;
43
+ /**
44
+ * Emitted before the loading indicator has presented.
45
+ Shorthand for ionLoadingWillPresent.
46
+ */
47
+ willPresent: EventEmitter<IonLoadingCustomEvent<void>>;
48
+ /**
49
+ * Emitted before the loading indicator has dismissed.
50
+ Shorthand for ionLoadingWillDismiss.
51
+ */
52
+ willDismiss: EventEmitter<IonLoadingCustomEvent<IIonLoadingOverlayEventDetail>>;
53
+ /**
54
+ * Emitted after the loading indicator has dismissed.
55
+ Shorthand for ionLoadingDidDismiss.
56
+ */
57
+ didDismiss: EventEmitter<IonLoadingCustomEvent<IIonLoadingOverlayEventDetail>>;
58
+ }
59
+ //# sourceMappingURL=ion-loading.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ion-loading.d.ts","sourceRoot":"","sources":["../../../src/standalone/directives/ion-loading.ts"],"names":[],"mappings":"AAEA,OAAO,EAA2B,iBAAiB,EAAa,UAAU,EAAE,MAAM,EAAE,YAAY,EAAU,MAAM,eAAe,CAAC;AAIhI,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AAkCzD,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,wBAAwB,CAAC;AACpE,OAAO,KAAK,EAAE,kBAAkB,IAAI,6BAA6B,EAAE,MAAM,wBAAwB,CAAC;;AA/BlG,qBAaa,UAAU;IAU4B,SAAS,CAAC,CAAC,EAAE,MAAM;IATpE,SAAS,CAAC,EAAE,EAAE,qBAAqB,CAAC;IAC1B,oBAAoB,4CAAmD;IACvE,qBAAqB,4CAAmD;IACxE,qBAAqB,0EAA4E;IACjG,oBAAoB,0EAA4E;IAChG,UAAU,4CAAmD;IAC7D,WAAW,4CAAmD;IAC9D,WAAW,0EAA4E;IACvF,UAAU,0EAA4E;gBACpF,CAAC,EAAE,iBAAiB,EAAE,CAAC,EAAE,UAAU,EAAY,CAAC,EAAE,MAAM;yCAVzD,UAAU;2CAAV,UAAU;CActB;AAMD,MAAM,CAAC,OAAO,WAAW,UAAW,SAAQ,UAAU,CAAC,UAAU;IAC/D;;OAEG;IACH,oBAAoB,EAAE,YAAY,CAAC,qBAAqB,CAAC,IAAI,CAAC,CAAC,CAAC;IAChE;;OAEG;IACH,qBAAqB,EAAE,YAAY,CAAC,qBAAqB,CAAC,IAAI,CAAC,CAAC,CAAC;IACjE;;OAEG;IACH,qBAAqB,EAAE,YAAY,CAAC,qBAAqB,CAAC,6BAA6B,CAAC,CAAC,CAAC;IAC1F;;OAEG;IACH,oBAAoB,EAAE,YAAY,CAAC,qBAAqB,CAAC,6BAA6B,CAAC,CAAC,CAAC;IACzF;;;OAGG;IACH,UAAU,EAAE,YAAY,CAAC,qBAAqB,CAAC,IAAI,CAAC,CAAC,CAAC;IACtD;;;OAGG;IACH,WAAW,EAAE,YAAY,CAAC,qBAAqB,CAAC,IAAI,CAAC,CAAC,CAAC;IACvD;;;OAGG;IACH,WAAW,EAAE,YAAY,CAAC,qBAAqB,CAAC,6BAA6B,CAAC,CAAC,CAAC;IAChF;;;OAGG;IACH,UAAU,EAAE,YAAY,CAAC,qBAAqB,CAAC,6BAA6B,CAAC,CAAC,CAAC;CAChF"}
@@ -0,0 +1,62 @@
1
+ import { __decorate } from "tslib";
2
+ /* tslint:disable */
3
+ /* auto-generated angular directive proxies */
4
+ import { ChangeDetectionStrategy, Component, EventEmitter, Output } from '@angular/core';
5
+ import { ProxyCmp } from './angular-component-lib/utils';
6
+ import { defineCustomElement as defineIonLoading } from '@ionic/core/components/ion-loading.js';
7
+ import * as i0 from "@angular/core";
8
+ let IonLoading = class IonLoading {
9
+ z;
10
+ el;
11
+ ionLoadingDidPresent = new EventEmitter();
12
+ ionLoadingWillPresent = new EventEmitter();
13
+ ionLoadingWillDismiss = new EventEmitter();
14
+ ionLoadingDidDismiss = new EventEmitter();
15
+ didPresent = new EventEmitter();
16
+ willPresent = new EventEmitter();
17
+ willDismiss = new EventEmitter();
18
+ didDismiss = new EventEmitter();
19
+ constructor(c, r, z) {
20
+ this.z = z;
21
+ c.detach();
22
+ this.el = r.nativeElement;
23
+ }
24
+ /** @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 });
25
+ /** @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 });
26
+ };
27
+ IonLoading = __decorate([
28
+ ProxyCmp({
29
+ defineCustomElementFn: defineIonLoading,
30
+ inputs: ['animated', 'backdropDismiss', 'cssClass', 'duration', 'enterAnimation', 'htmlAttributes', 'isOpen', 'keyboardClose', 'leaveAnimation', 'message', 'mode', 'showBackdrop', 'spinner', 'translucent', 'trigger'],
31
+ methods: ['present', 'dismiss', 'onDidDismiss', 'onWillDismiss']
32
+ })
33
+ ], IonLoading);
34
+ export { IonLoading };
35
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonLoading, decorators: [{
36
+ type: Component,
37
+ args: [{
38
+ selector: 'ion-loading',
39
+ changeDetection: ChangeDetectionStrategy.OnPush,
40
+ template: '<ng-content></ng-content>',
41
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
42
+ inputs: ['animated', 'backdropDismiss', 'cssClass', 'duration', 'enterAnimation', 'htmlAttributes', 'isOpen', 'keyboardClose', 'leaveAnimation', 'message', 'mode', 'showBackdrop', 'spinner', 'translucent', 'trigger'],
43
+ outputs: ['ionLoadingDidPresent', 'ionLoadingWillPresent', 'ionLoadingWillDismiss', 'ionLoadingDidDismiss', 'didPresent', 'willPresent', 'willDismiss', 'didDismiss'],
44
+ }]
45
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionLoadingDidPresent: [{
46
+ type: Output
47
+ }], ionLoadingWillPresent: [{
48
+ type: Output
49
+ }], ionLoadingWillDismiss: [{
50
+ type: Output
51
+ }], ionLoadingDidDismiss: [{
52
+ type: Output
53
+ }], didPresent: [{
54
+ type: Output
55
+ }], willPresent: [{
56
+ type: Output
57
+ }], willDismiss: [{
58
+ type: Output
59
+ }], didDismiss: [{
60
+ type: Output
61
+ }] } });
62
+ //# sourceMappingURL=ion-loading.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ion-loading.js","sourceRoot":"","sources":["../../../src/standalone/directives/ion-loading.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,8CAA8C;AAC9C,OAAO,EAAE,uBAAuB,EAAqB,SAAS,EAAsB,YAAY,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AAEhI,OAAO,EAAE,QAAQ,EAAE,MAAM,+BAA+B,CAAC;AAIzD,OAAO,EAAE,mBAAmB,IAAI,gBAAgB,EAAE,MAAM,uCAAuC,CAAC;;AAezF,IAAM,UAAU,GAAhB,MAAM,UAAU;IAUsC;IATjD,EAAE,CAAwB;IAC1B,oBAAoB,GAAG,IAAI,YAAY,EAA+B,CAAC;IACvE,qBAAqB,GAAG,IAAI,YAAY,EAA+B,CAAC;IACxE,qBAAqB,GAAG,IAAI,YAAY,EAAwD,CAAC;IACjG,oBAAoB,GAAG,IAAI,YAAY,EAAwD,CAAC;IAChG,UAAU,GAAG,IAAI,YAAY,EAA+B,CAAC;IAC7D,WAAW,GAAG,IAAI,YAAY,EAA+B,CAAC;IAC9D,WAAW,GAAG,IAAI,YAAY,EAAwD,CAAC;IACvF,UAAU,GAAG,IAAI,YAAY,EAAwD,CAAC;IAChG,YAAY,CAAoB,EAAE,CAAa,EAAY,CAAS;QAAT,MAAC,GAAD,CAAC,CAAQ;QAClE,CAAC,CAAC,MAAM,EAAE,CAAC;QACX,IAAI,CAAC,EAAE,GAAG,CAAC,CAAC,aAAa,CAAC;IAC5B,CAAC;0HAbU,UAAU;8GAAV,UAAU,0wBALX,2BAA2B;;AAK1B,UAAU;IAbtB,QAAQ,CAAC;QACR,qBAAqB,EAAE,gBAAgB;QACvC,MAAM,EAAE,CAAC,UAAU,EAAE,iBAAiB,EAAE,UAAU,EAAE,UAAU,EAAE,gBAAgB,EAAE,gBAAgB,EAAE,QAAQ,EAAE,eAAe,EAAE,gBAAgB,EAAE,SAAS,EAAE,MAAM,EAAE,cAAc,EAAE,SAAS,EAAE,aAAa,EAAE,SAAS,CAAC;QACxN,OAAO,EAAE,CAAC,SAAS,EAAE,SAAS,EAAE,cAAc,EAAE,eAAe,CAAC;KACjE,CAAC;GASW,UAAU,CActB;;2FAdY,UAAU;kBARtB,SAAS;mBAAC;oBACT,QAAQ,EAAE,aAAa;oBACvB,eAAe,EAAE,uBAAuB,CAAC,MAAM;oBAC/C,QAAQ,EAAE,2BAA2B;oBACrC,uEAAuE;oBACvE,MAAM,EAAE,CAAC,UAAU,EAAE,iBAAiB,EAAE,UAAU,EAAE,UAAU,EAAE,gBAAgB,EAAE,gBAAgB,EAAE,QAAQ,EAAE,eAAe,EAAE,gBAAgB,EAAE,SAAS,EAAE,MAAM,EAAE,cAAc,EAAE,SAAS,EAAE,aAAa,EAAE,SAAS,CAAC;oBACxN,OAAO,EAAE,CAAC,sBAAsB,EAAE,uBAAuB,EAAE,uBAAuB,EAAE,sBAAsB,EAAE,YAAY,EAAE,aAAa,EAAE,aAAa,EAAE,YAAY,CAAC;iBACtK;;sBAGE,MAAM;;sBACN,MAAM;;sBACN,MAAM;;sBACN,MAAM;;sBACN,MAAM;;sBACN,MAAM;;sBACN,MAAM;;sBACN,MAAM"}
@@ -0,0 +1,13 @@
1
+ import { ChangeDetectorRef, ElementRef, NgZone } from '@angular/core';
2
+ import type { Components } from '@ionic/core/components';
3
+ import * as i0 from "@angular/core";
4
+ export declare class IonMenuButton {
5
+ protected z: NgZone;
6
+ protected el: HTMLIonMenuButtonElement;
7
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<IonMenuButton, never>;
9
+ static ɵcmp: i0.ɵɵComponentDeclaration<IonMenuButton, "ion-menu-button", never, { "autoHide": { "alias": "autoHide"; "required": false; }; "color": { "alias": "color"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "menu": { "alias": "menu"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "type": { "alias": "type"; "required": false; }; }, {}, never, ["*"], true, never>;
10
+ }
11
+ export declare interface IonMenuButton extends Components.IonMenuButton {
12
+ }
13
+ //# sourceMappingURL=ion-menu-button.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ion-menu-button.d.ts","sourceRoot":"","sources":["../../../src/standalone/directives/ion-menu-button.ts"],"names":[],"mappings":"AAEA,OAAO,EAA2B,iBAAiB,EAAa,UAAU,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AAI1G,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;;AAIzD,qBAWa,aAAa;IAEyB,SAAS,CAAC,CAAC,EAAE,MAAM;IADpE,SAAS,CAAC,EAAE,EAAE,wBAAwB,CAAC;gBAC3B,CAAC,EAAE,iBAAiB,EAAE,CAAC,EAAE,UAAU,EAAY,CAAC,EAAE,MAAM;yCAFzD,aAAa;2CAAb,aAAa;CAMzB;AAGD,MAAM,CAAC,OAAO,WAAW,aAAc,SAAQ,UAAU,CAAC,aAAa;CAAG"}
@@ -0,0 +1,36 @@
1
+ import { __decorate } from "tslib";
2
+ /* tslint:disable */
3
+ /* auto-generated angular directive proxies */
4
+ import { ChangeDetectionStrategy, Component } from '@angular/core';
5
+ import { ProxyCmp } from './angular-component-lib/utils';
6
+ import { defineCustomElement as defineIonMenuButton } from '@ionic/core/components/ion-menu-button.js';
7
+ import * as i0 from "@angular/core";
8
+ let IonMenuButton = class IonMenuButton {
9
+ z;
10
+ el;
11
+ constructor(c, r, z) {
12
+ this.z = z;
13
+ c.detach();
14
+ this.el = r.nativeElement;
15
+ }
16
+ /** @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 });
17
+ /** @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 });
18
+ };
19
+ IonMenuButton = __decorate([
20
+ ProxyCmp({
21
+ defineCustomElementFn: defineIonMenuButton,
22
+ inputs: ['autoHide', 'color', 'disabled', 'menu', 'mode', 'type']
23
+ })
24
+ ], IonMenuButton);
25
+ export { IonMenuButton };
26
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonMenuButton, decorators: [{
27
+ type: Component,
28
+ args: [{
29
+ selector: 'ion-menu-button',
30
+ changeDetection: ChangeDetectionStrategy.OnPush,
31
+ template: '<ng-content></ng-content>',
32
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
33
+ inputs: ['autoHide', 'color', 'disabled', 'menu', 'mode', 'type'],
34
+ }]
35
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
36
+ //# sourceMappingURL=ion-menu-button.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ion-menu-button.js","sourceRoot":"","sources":["../../../src/standalone/directives/ion-menu-button.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,8CAA8C;AAC9C,OAAO,EAAE,uBAAuB,EAAqB,SAAS,EAAsB,MAAM,eAAe,CAAC;AAE1G,OAAO,EAAE,QAAQ,EAAE,MAAM,+BAA+B,CAAC;AAIzD,OAAO,EAAE,mBAAmB,IAAI,mBAAmB,EAAE,MAAM,2CAA2C,CAAC;;AAahG,IAAM,aAAa,GAAnB,MAAM,aAAa;IAEmC;IADjD,EAAE,CAA2B;IACvC,YAAY,CAAoB,EAAE,CAAa,EAAY,CAAS;QAAT,MAAC,GAAD,CAAC,CAAQ;QAClE,CAAC,CAAC,MAAM,EAAE,CAAC;QACX,IAAI,CAAC,EAAE,GAAG,CAAC,CAAC,aAAa,CAAC;IAC5B,CAAC;0HALU,aAAa;8GAAb,aAAa,6LAJd,2BAA2B;;AAI1B,aAAa;IAXzB,QAAQ,CAAC;QACR,qBAAqB,EAAE,mBAAmB;QAC1C,MAAM,EAAE,CAAC,UAAU,EAAE,OAAO,EAAE,UAAU,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,CAAC;KAClE,CAAC;GAQW,aAAa,CAMzB;;2FANY,aAAa;kBAPzB,SAAS;mBAAC;oBACT,QAAQ,EAAE,iBAAiB;oBAC3B,eAAe,EAAE,uBAAuB,CAAC,MAAM;oBAC/C,QAAQ,EAAE,2BAA2B;oBACrC,uEAAuE;oBACvE,MAAM,EAAE,CAAC,UAAU,EAAE,OAAO,EAAE,UAAU,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,CAAC;iBAClE"}
@@ -0,0 +1,13 @@
1
+ import { ChangeDetectorRef, ElementRef, NgZone } from '@angular/core';
2
+ import type { Components } from '@ionic/core/components';
3
+ import * as i0 from "@angular/core";
4
+ export declare class IonMenuToggle {
5
+ protected z: NgZone;
6
+ protected el: HTMLIonMenuToggleElement;
7
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<IonMenuToggle, never>;
9
+ static ɵcmp: i0.ɵɵComponentDeclaration<IonMenuToggle, "ion-menu-toggle", never, { "autoHide": { "alias": "autoHide"; "required": false; }; "menu": { "alias": "menu"; "required": false; }; }, {}, never, ["*"], true, never>;
10
+ }
11
+ export declare interface IonMenuToggle extends Components.IonMenuToggle {
12
+ }
13
+ //# sourceMappingURL=ion-menu-toggle.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ion-menu-toggle.d.ts","sourceRoot":"","sources":["../../../src/standalone/directives/ion-menu-toggle.ts"],"names":[],"mappings":"AAEA,OAAO,EAA2B,iBAAiB,EAAa,UAAU,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AAI1G,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;;AAIzD,qBAWa,aAAa;IAEyB,SAAS,CAAC,CAAC,EAAE,MAAM;IADpE,SAAS,CAAC,EAAE,EAAE,wBAAwB,CAAC;gBAC3B,CAAC,EAAE,iBAAiB,EAAE,CAAC,EAAE,UAAU,EAAY,CAAC,EAAE,MAAM;yCAFzD,aAAa;2CAAb,aAAa;CAMzB;AAGD,MAAM,CAAC,OAAO,WAAW,aAAc,SAAQ,UAAU,CAAC,aAAa;CAAG"}
@@ -0,0 +1,36 @@
1
+ import { __decorate } from "tslib";
2
+ /* tslint:disable */
3
+ /* auto-generated angular directive proxies */
4
+ import { ChangeDetectionStrategy, Component } from '@angular/core';
5
+ import { ProxyCmp } from './angular-component-lib/utils';
6
+ import { defineCustomElement as defineIonMenuToggle } from '@ionic/core/components/ion-menu-toggle.js';
7
+ import * as i0 from "@angular/core";
8
+ let IonMenuToggle = class IonMenuToggle {
9
+ z;
10
+ el;
11
+ constructor(c, r, z) {
12
+ this.z = z;
13
+ c.detach();
14
+ this.el = r.nativeElement;
15
+ }
16
+ /** @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 });
17
+ /** @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 });
18
+ };
19
+ IonMenuToggle = __decorate([
20
+ ProxyCmp({
21
+ defineCustomElementFn: defineIonMenuToggle,
22
+ inputs: ['autoHide', 'menu']
23
+ })
24
+ ], IonMenuToggle);
25
+ export { IonMenuToggle };
26
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonMenuToggle, decorators: [{
27
+ type: Component,
28
+ args: [{
29
+ selector: 'ion-menu-toggle',
30
+ changeDetection: ChangeDetectionStrategy.OnPush,
31
+ template: '<ng-content></ng-content>',
32
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
33
+ inputs: ['autoHide', 'menu'],
34
+ }]
35
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
36
+ //# sourceMappingURL=ion-menu-toggle.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ion-menu-toggle.js","sourceRoot":"","sources":["../../../src/standalone/directives/ion-menu-toggle.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,8CAA8C;AAC9C,OAAO,EAAE,uBAAuB,EAAqB,SAAS,EAAsB,MAAM,eAAe,CAAC;AAE1G,OAAO,EAAE,QAAQ,EAAE,MAAM,+BAA+B,CAAC;AAIzD,OAAO,EAAE,mBAAmB,IAAI,mBAAmB,EAAE,MAAM,2CAA2C,CAAC;;AAahG,IAAM,aAAa,GAAnB,MAAM,aAAa;IAEmC;IADjD,EAAE,CAA2B;IACvC,YAAY,CAAoB,EAAE,CAAa,EAAY,CAAS;QAAT,MAAC,GAAD,CAAC,CAAQ;QAClE,CAAC,CAAC,MAAM,EAAE,CAAC;QACX,IAAI,CAAC,EAAE,GAAG,CAAC,CAAC,aAAa,CAAC;IAC5B,CAAC;0HALU,aAAa;8GAAb,aAAa,2HAJd,2BAA2B;;AAI1B,aAAa;IAXzB,QAAQ,CAAC;QACR,qBAAqB,EAAE,mBAAmB;QAC1C,MAAM,EAAE,CAAC,UAAU,EAAE,MAAM,CAAC;KAC7B,CAAC;GAQW,aAAa,CAMzB;;2FANY,aAAa;kBAPzB,SAAS;mBAAC;oBACT,QAAQ,EAAE,iBAAiB;oBAC3B,eAAe,EAAE,uBAAuB,CAAC,MAAM;oBAC/C,QAAQ,EAAE,2BAA2B;oBACrC,uEAAuE;oBACvE,MAAM,EAAE,CAAC,UAAU,EAAE,MAAM,CAAC;iBAC7B"}