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

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 (808) hide show
  1. package/README.md +6 -9
  2. package/{dist/lazy/app-initialize.d.ts → app-initialize.d.ts} +0 -1
  3. package/{dist/common/directives/control-value-accessors/index.js → common/directives/control-value-accessors/index.d.ts} +0 -1
  4. package/{dist/common → common}/directives/control-value-accessors/value-accessor.d.ts +1 -2
  5. package/{dist/common → common}/directives/navigation/back-button.d.ts +1 -2
  6. package/{dist/common → common}/directives/navigation/nav-params.d.ts +0 -1
  7. package/{dist/common → common}/directives/navigation/nav.d.ts +1 -2
  8. package/{dist/common → common}/directives/navigation/router-link-delegate.d.ts +2 -3
  9. package/{dist/common → common}/directives/navigation/router-outlet.d.ts +1 -2
  10. package/{dist/common → common}/directives/navigation/stack-controller.d.ts +0 -1
  11. package/{dist/common → common}/directives/navigation/stack-utils.d.ts +0 -1
  12. package/{dist/common → common}/directives/navigation/tabs.d.ts +1 -10
  13. package/{dist/common → common}/index.d.ts +1 -2
  14. package/{dist/common → common}/overlays/modal.d.ts +1 -2
  15. package/{dist/common → common}/overlays/popover.d.ts +1 -2
  16. package/{dist/common → common}/providers/angular-delegate.d.ts +2 -3
  17. package/{dist/common → common}/providers/config.d.ts +0 -1
  18. package/{dist/common → common}/providers/dom-controller.d.ts +0 -1
  19. package/{dist/common → common}/providers/menu-controller.d.ts +0 -1
  20. package/{dist/common → common}/providers/nav-controller.d.ts +0 -1
  21. package/{dist/common → common}/providers/platform.d.ts +0 -1
  22. package/{dist/common → common}/types/interfaces.d.ts +0 -1
  23. package/{dist/common → common}/types/ionic-lifecycle-hooks.d.ts +0 -1
  24. package/{dist/common → common}/types/overlay-options.d.ts +0 -1
  25. package/{dist/common → common}/utils/overlay.d.ts +0 -1
  26. package/{dist/common → common}/utils/proxy.d.ts +0 -1
  27. package/{dist/common → common}/utils/routing.d.ts +0 -1
  28. package/{dist/common → common}/utils/util.d.ts +0 -1
  29. package/css/core.css +1 -1
  30. package/css/core.css.map +1 -1
  31. package/css/display.css +1 -1
  32. package/css/display.css.map +1 -1
  33. package/css/flex-utils.css +1 -1
  34. package/css/flex-utils.css.map +1 -1
  35. package/css/float-elements.css.map +1 -1
  36. package/css/global.bundle.css.map +1 -1
  37. package/css/ionic/bundle.ionic.css +1 -0
  38. package/css/ionic/bundle.ionic.css.map +1 -0
  39. package/css/ionic/core.ionic.css +1 -0
  40. package/css/ionic/core.ionic.css.map +1 -0
  41. package/css/ionic/global.bundle.ionic.css +1 -0
  42. package/css/ionic/global.bundle.ionic.css.map +1 -0
  43. package/css/ionic/ionic-swiper.ionic.css +1 -0
  44. package/css/ionic/ionic-swiper.ionic.css.map +1 -0
  45. package/css/ionic/link.ionic.css +1 -0
  46. package/css/ionic/link.ionic.css.map +1 -0
  47. package/css/ionic/structure.ionic.css +1 -0
  48. package/css/ionic/structure.ionic.css.map +1 -0
  49. package/css/ionic/typography.ionic.css +1 -0
  50. package/css/ionic/typography.ionic.css.map +1 -0
  51. package/css/ionic/utils.bundle.ionic.css +1 -0
  52. package/css/ionic/utils.bundle.ionic.css.map +1 -0
  53. package/css/ionic-swiper.css +1 -1
  54. package/css/ionic-swiper.css.map +1 -1
  55. package/css/ionic.bundle.css +1 -1
  56. package/css/ionic.bundle.css.map +1 -1
  57. package/css/normalize.css.map +1 -1
  58. package/css/padding.css.map +1 -1
  59. package/css/palettes/dark.always.css.map +1 -1
  60. package/css/palettes/dark.class.css.map +1 -1
  61. package/css/palettes/dark.system.css.map +1 -1
  62. package/css/palettes/high-contrast-dark.always.css.map +1 -1
  63. package/css/palettes/high-contrast-dark.class.css.map +1 -1
  64. package/css/palettes/high-contrast-dark.system.css.map +1 -1
  65. package/css/palettes/high-contrast.always.css.map +1 -1
  66. package/css/palettes/high-contrast.class.css.map +1 -1
  67. package/css/palettes/high-contrast.system.css.map +1 -1
  68. package/css/structure.css.map +1 -1
  69. package/css/text-alignment.css.map +1 -1
  70. package/css/text-transformation.css.map +1 -1
  71. package/css/typography.css.map +1 -1
  72. package/css/utils.bundle.css +1 -1
  73. package/css/utils.bundle.css.map +1 -1
  74. package/{dist/lazy/directives → directives}/angular-component-lib/utils.d.ts +0 -1
  75. package/{dist/lazy/directives → directives}/control-value-accessors/boolean-value-accessor.d.ts +1 -2
  76. package/{dist/lazy/directives/control-value-accessors/index.js → directives/control-value-accessors/index.d.ts} +0 -1
  77. package/{dist/lazy/directives → directives}/control-value-accessors/numeric-value-accessor.d.ts +1 -2
  78. package/{dist/lazy/directives → directives}/control-value-accessors/select-value-accessor.d.ts +1 -2
  79. package/{dist/lazy/directives → directives}/control-value-accessors/text-value-accessor.d.ts +1 -2
  80. package/{dist/lazy/directives → directives}/navigation/ion-back-button.d.ts +0 -1
  81. package/{dist/lazy/directives → directives}/navigation/ion-nav.d.ts +0 -1
  82. package/{dist/lazy/directives → directives}/navigation/ion-router-outlet.d.ts +0 -1
  83. package/{dist/lazy/directives → directives}/navigation/ion-tabs.d.ts +0 -1
  84. package/{dist/lazy/directives → directives}/navigation/router-link-delegate.d.ts +0 -1
  85. package/{dist/lazy/directives → directives}/overlays/modal.d.ts +0 -1
  86. package/{dist/lazy/directives → directives}/overlays/popover.d.ts +0 -1
  87. package/directives/proxies-list.d.ts +2 -0
  88. package/{dist/lazy/directives → directives}/proxies.d.ts +269 -341
  89. package/{dist/lazy/directives/validators/index.js → directives/validators/index.d.ts} +0 -1
  90. package/{dist/lazy/directives → directives}/validators/max-validator.d.ts +0 -1
  91. package/{dist/lazy/directives → directives}/validators/min-validator.d.ts +0 -1
  92. package/esm2022/app-initialize.mjs +29 -0
  93. package/esm2022/common/directives/control-value-accessors/index.mjs +2 -0
  94. package/esm2022/common/directives/control-value-accessors/value-accessor.mjs +153 -0
  95. package/esm2022/common/directives/navigation/back-button.mjs +61 -0
  96. package/esm2022/common/directives/navigation/nav-params.mjs +47 -0
  97. package/esm2022/common/directives/navigation/nav.mjs +49 -0
  98. package/esm2022/common/directives/navigation/router-link-delegate.mjs +190 -0
  99. package/esm2022/common/directives/navigation/router-outlet.mjs +480 -0
  100. package/esm2022/common/directives/navigation/stack-controller.mjs +283 -0
  101. package/esm2022/common/directives/navigation/stack-utils.mjs +73 -0
  102. package/esm2022/common/directives/navigation/tabs.mjs +279 -0
  103. package/esm2022/common/index.mjs +20 -0
  104. package/esm2022/common/ionic-angular-common.mjs +5 -0
  105. package/esm2022/common/overlays/modal.mjs +103 -0
  106. package/esm2022/common/overlays/popover.mjs +91 -0
  107. package/esm2022/common/providers/angular-delegate.mjs +210 -0
  108. package/esm2022/common/providers/config.mjs +45 -0
  109. package/esm2022/common/providers/dom-controller.mjs +45 -0
  110. package/esm2022/common/providers/menu-controller.mjs +114 -0
  111. package/esm2022/common/providers/nav-controller.mjs +235 -0
  112. package/esm2022/common/providers/platform.mjs +258 -0
  113. package/esm2022/common/types/interfaces.mjs +2 -0
  114. package/esm2022/common/types/ionic-lifecycle-hooks.mjs +5 -0
  115. package/esm2022/common/types/overlay-options.mjs +2 -0
  116. package/esm2022/common/utils/overlay.mjs +26 -0
  117. package/esm2022/common/utils/proxy.mjs +47 -0
  118. package/esm2022/common/utils/routing.mjs +55 -0
  119. package/esm2022/common/utils/util.mjs +10 -0
  120. package/esm2022/directives/angular-component-lib/utils.mjs +59 -0
  121. package/esm2022/directives/control-value-accessors/boolean-value-accessor.mjs +42 -0
  122. package/esm2022/directives/control-value-accessors/index.mjs +5 -0
  123. package/esm2022/directives/control-value-accessors/numeric-value-accessor.mjs +50 -0
  124. package/esm2022/directives/control-value-accessors/select-value-accessor.mjs +39 -0
  125. package/esm2022/directives/control-value-accessors/text-value-accessor.mjs +38 -0
  126. package/esm2022/directives/navigation/ion-back-button.mjs +24 -0
  127. package/esm2022/directives/navigation/ion-nav.mjs +21 -0
  128. package/esm2022/directives/navigation/ion-router-outlet.mjs +52 -0
  129. package/esm2022/directives/navigation/ion-tabs.mjs +59 -0
  130. package/esm2022/directives/navigation/router-link-delegate.mjs +32 -0
  131. package/esm2022/directives/overlays/modal.mjs +22 -0
  132. package/esm2022/directives/overlays/popover.mjs +18 -0
  133. package/esm2022/directives/proxies-list.mjs +93 -0
  134. package/esm2022/directives/proxies.mjs +2465 -0
  135. package/esm2022/directives/validators/index.mjs +3 -0
  136. package/esm2022/directives/validators/max-validator.mjs +27 -0
  137. package/esm2022/directives/validators/min-validator.mjs +27 -0
  138. package/esm2022/index.mjs +32 -0
  139. package/esm2022/ionic-angular.mjs +5 -0
  140. package/esm2022/ionic-module.mjs +111 -0
  141. package/esm2022/providers/action-sheet-controller.mjs +19 -0
  142. package/esm2022/providers/alert-controller.mjs +19 -0
  143. package/esm2022/providers/animation-controller.mjs +38 -0
  144. package/esm2022/providers/gesture-controller.mjs +33 -0
  145. package/esm2022/providers/loading-controller.mjs +19 -0
  146. package/esm2022/providers/menu-controller.mjs +19 -0
  147. package/esm2022/providers/modal-controller.mjs +26 -0
  148. package/esm2022/providers/picker-controller.mjs +22 -0
  149. package/esm2022/providers/popover-controller.mjs +19 -0
  150. package/esm2022/providers/toast-controller.mjs +19 -0
  151. package/esm2022/standalone/directives/angular-component-lib/utils.mjs +59 -0
  152. package/esm2022/standalone/directives/checkbox.mjs +76 -0
  153. package/esm2022/standalone/directives/datetime.mjs +95 -0
  154. package/esm2022/standalone/directives/icon.mjs +35 -0
  155. package/esm2022/standalone/directives/index.mjs +13 -0
  156. package/esm2022/standalone/directives/input-otp.mjs +90 -0
  157. package/esm2022/standalone/directives/input.mjs +113 -0
  158. package/esm2022/standalone/directives/proxies.mjs +2356 -0
  159. package/esm2022/standalone/directives/radio-group.mjs +60 -0
  160. package/esm2022/standalone/directives/range.mjs +78 -0
  161. package/esm2022/standalone/directives/searchbar.mjs +82 -0
  162. package/esm2022/standalone/directives/segment.mjs +60 -0
  163. package/esm2022/standalone/directives/select.mjs +84 -0
  164. package/esm2022/standalone/directives/textarea.mjs +91 -0
  165. package/esm2022/standalone/directives/toggle.mjs +76 -0
  166. package/esm2022/standalone/index.mjs +25 -0
  167. package/esm2022/standalone/ionic-angular-standalone.mjs +5 -0
  168. package/esm2022/standalone/navigation/back-button.mjs +32 -0
  169. package/esm2022/standalone/navigation/nav.mjs +28 -0
  170. package/esm2022/standalone/navigation/router-link-delegate.mjs +28 -0
  171. package/esm2022/standalone/navigation/router-outlet.mjs +60 -0
  172. package/esm2022/standalone/navigation/tabs.mjs +58 -0
  173. package/esm2022/standalone/overlays/modal.mjs +32 -0
  174. package/esm2022/standalone/overlays/popover.mjs +28 -0
  175. package/esm2022/standalone/providers/action-sheet-controller.mjs +21 -0
  176. package/esm2022/standalone/providers/alert-controller.mjs +21 -0
  177. package/esm2022/standalone/providers/animation-controller.mjs +38 -0
  178. package/esm2022/standalone/providers/gesture-controller.mjs +33 -0
  179. package/esm2022/standalone/providers/ionic-angular.mjs +38 -0
  180. package/esm2022/standalone/providers/loading-controller.mjs +21 -0
  181. package/esm2022/standalone/providers/menu-controller.mjs +19 -0
  182. package/esm2022/standalone/providers/modal-controller.mjs +28 -0
  183. package/esm2022/standalone/providers/picker-controller.mjs +24 -0
  184. package/esm2022/standalone/providers/popover-controller.mjs +21 -0
  185. package/esm2022/standalone/providers/toast-controller.mjs +21 -0
  186. package/fesm2022/ionic-angular-common.mjs +2791 -0
  187. package/fesm2022/ionic-angular-common.mjs.map +1 -0
  188. package/fesm2022/ionic-angular-standalone.mjs +3655 -0
  189. package/fesm2022/ionic-angular-standalone.mjs.map +1 -0
  190. package/fesm2022/ionic-angular.mjs +3231 -0
  191. package/fesm2022/ionic-angular.mjs.map +1 -0
  192. package/{dist/lazy/index.d.ts → index.d.ts} +2 -2
  193. package/ionic-module.d.ts +28 -0
  194. package/package.json +30 -174
  195. package/{dist/lazy/providers → providers}/action-sheet-controller.d.ts +0 -1
  196. package/{dist/lazy/providers → providers}/alert-controller.d.ts +0 -1
  197. package/{dist/lazy/providers → providers}/animation-controller.d.ts +0 -1
  198. package/{dist/lazy/providers → providers}/gesture-controller.d.ts +0 -1
  199. package/{dist/lazy/providers → providers}/loading-controller.d.ts +0 -1
  200. package/{dist/lazy/providers → providers}/menu-controller.d.ts +0 -1
  201. package/{dist/standalone/providers → providers}/modal-controller.d.ts +0 -1
  202. package/providers/picker-controller.d.ts +11 -0
  203. package/{dist/lazy/providers → providers}/popover-controller.d.ts +0 -1
  204. package/{dist/lazy/providers → providers}/toast-controller.d.ts +0 -1
  205. package/{dist/schematics → schematics}/add/index.js +6 -6
  206. package/schematics/utils/ast.js +32 -0
  207. package/{dist/schematics → schematics}/utils/config.js +11 -10
  208. package/{dist/schematics → schematics}/utils/package.js +4 -6
  209. package/{dist/standalone → standalone}/directives/angular-component-lib/utils.d.ts +0 -1
  210. package/{dist/standalone → standalone}/directives/checkbox.d.ts +0 -1
  211. package/{dist/standalone → standalone}/directives/datetime.d.ts +0 -1
  212. package/{dist/standalone → standalone}/directives/icon.d.ts +0 -1
  213. package/{dist/standalone/directives/index.js → standalone/directives/index.d.ts} +0 -1
  214. package/{dist/standalone → standalone}/directives/input-otp.d.ts +0 -1
  215. package/{dist/standalone → standalone}/directives/input.d.ts +0 -1
  216. package/standalone/directives/proxies.d.ts +1062 -0
  217. package/{dist/standalone → standalone}/directives/radio-group.d.ts +0 -1
  218. package/{dist/standalone → standalone}/directives/range.d.ts +0 -1
  219. package/{dist/standalone → standalone}/directives/searchbar.d.ts +0 -1
  220. package/{dist/standalone → standalone}/directives/segment.d.ts +0 -1
  221. package/{dist/standalone → standalone}/directives/select.d.ts +0 -1
  222. package/{dist/standalone → standalone}/directives/textarea.d.ts +0 -1
  223. package/{dist/standalone → standalone}/directives/toggle.d.ts +0 -1
  224. package/{dist/standalone → standalone}/index.d.ts +2 -2
  225. package/{dist/standalone → standalone}/navigation/back-button.d.ts +0 -1
  226. package/{dist/standalone → standalone}/navigation/nav.d.ts +0 -1
  227. package/{dist/standalone → standalone}/navigation/router-link-delegate.d.ts +0 -1
  228. package/{dist/standalone → standalone}/navigation/router-outlet.d.ts +0 -1
  229. package/{dist/standalone → standalone}/navigation/tabs.d.ts +0 -1
  230. package/{dist/standalone → standalone}/overlays/modal.d.ts +0 -1
  231. package/{dist/standalone → standalone}/overlays/popover.d.ts +0 -1
  232. package/{dist/standalone → standalone}/providers/action-sheet-controller.d.ts +0 -1
  233. package/{dist/standalone → standalone}/providers/alert-controller.d.ts +0 -1
  234. package/{dist/standalone → standalone}/providers/animation-controller.d.ts +0 -1
  235. package/{dist/standalone → standalone}/providers/gesture-controller.d.ts +0 -1
  236. package/{dist/standalone → standalone}/providers/ionic-angular.d.ts +0 -1
  237. package/{dist/standalone → standalone}/providers/loading-controller.d.ts +0 -1
  238. package/{dist/standalone → standalone}/providers/menu-controller.d.ts +0 -1
  239. package/{dist/lazy → standalone}/providers/modal-controller.d.ts +0 -1
  240. package/standalone/providers/picker-controller.d.ts +11 -0
  241. package/{dist/standalone → standalone}/providers/popover-controller.d.ts +0 -1
  242. package/{dist/standalone → standalone}/providers/toast-controller.d.ts +0 -1
  243. package/dist/common/directives/control-value-accessors/index.d.ts +0 -2
  244. package/dist/common/directives/control-value-accessors/index.d.ts.map +0 -1
  245. package/dist/common/directives/control-value-accessors/index.js.map +0 -1
  246. package/dist/common/directives/control-value-accessors/value-accessor.d.ts.map +0 -1
  247. package/dist/common/directives/control-value-accessors/value-accessor.js +0 -152
  248. package/dist/common/directives/control-value-accessors/value-accessor.js.map +0 -1
  249. package/dist/common/directives/navigation/back-button.d.ts.map +0 -1
  250. package/dist/common/directives/navigation/back-button.js +0 -61
  251. package/dist/common/directives/navigation/back-button.js.map +0 -1
  252. package/dist/common/directives/navigation/nav-params.d.ts.map +0 -1
  253. package/dist/common/directives/navigation/nav-params.js +0 -47
  254. package/dist/common/directives/navigation/nav-params.js.map +0 -1
  255. package/dist/common/directives/navigation/nav.d.ts.map +0 -1
  256. package/dist/common/directives/navigation/nav.js +0 -49
  257. package/dist/common/directives/navigation/nav.js.map +0 -1
  258. package/dist/common/directives/navigation/router-link-delegate.d.ts.map +0 -1
  259. package/dist/common/directives/navigation/router-link-delegate.js +0 -188
  260. package/dist/common/directives/navigation/router-link-delegate.js.map +0 -1
  261. package/dist/common/directives/navigation/router-outlet.d.ts.map +0 -1
  262. package/dist/common/directives/navigation/router-outlet.js +0 -476
  263. package/dist/common/directives/navigation/router-outlet.js.map +0 -1
  264. package/dist/common/directives/navigation/stack-controller.d.ts.map +0 -1
  265. package/dist/common/directives/navigation/stack-controller.js +0 -282
  266. package/dist/common/directives/navigation/stack-controller.js.map +0 -1
  267. package/dist/common/directives/navigation/stack-utils.d.ts.map +0 -1
  268. package/dist/common/directives/navigation/stack-utils.js +0 -73
  269. package/dist/common/directives/navigation/stack-utils.js.map +0 -1
  270. package/dist/common/directives/navigation/tabs.d.ts.map +0 -1
  271. package/dist/common/directives/navigation/tabs.js +0 -290
  272. package/dist/common/directives/navigation/tabs.js.map +0 -1
  273. package/dist/common/index.d.ts.map +0 -1
  274. package/dist/common/index.js +0 -20
  275. package/dist/common/index.js.map +0 -1
  276. package/dist/common/overlays/modal.d.ts.map +0 -1
  277. package/dist/common/overlays/modal.js +0 -96
  278. package/dist/common/overlays/modal.js.map +0 -1
  279. package/dist/common/overlays/popover.d.ts.map +0 -1
  280. package/dist/common/overlays/popover.js +0 -84
  281. package/dist/common/overlays/popover.js.map +0 -1
  282. package/dist/common/providers/angular-delegate.d.ts.map +0 -1
  283. package/dist/common/providers/angular-delegate.js +0 -229
  284. package/dist/common/providers/angular-delegate.js.map +0 -1
  285. package/dist/common/providers/config.d.ts.map +0 -1
  286. package/dist/common/providers/config.js +0 -44
  287. package/dist/common/providers/config.js.map +0 -1
  288. package/dist/common/providers/dom-controller.d.ts.map +0 -1
  289. package/dist/common/providers/dom-controller.js +0 -44
  290. package/dist/common/providers/dom-controller.js.map +0 -1
  291. package/dist/common/providers/menu-controller.d.ts.map +0 -1
  292. package/dist/common/providers/menu-controller.js +0 -114
  293. package/dist/common/providers/menu-controller.js.map +0 -1
  294. package/dist/common/providers/nav-controller.d.ts.map +0 -1
  295. package/dist/common/providers/nav-controller.js +0 -232
  296. package/dist/common/providers/nav-controller.js.map +0 -1
  297. package/dist/common/providers/platform.d.ts.map +0 -1
  298. package/dist/common/providers/platform.js +0 -256
  299. package/dist/common/providers/platform.js.map +0 -1
  300. package/dist/common/types/interfaces.d.ts.map +0 -1
  301. package/dist/common/types/interfaces.js +0 -2
  302. package/dist/common/types/interfaces.js.map +0 -1
  303. package/dist/common/types/ionic-lifecycle-hooks.d.ts.map +0 -1
  304. package/dist/common/types/ionic-lifecycle-hooks.js +0 -5
  305. package/dist/common/types/ionic-lifecycle-hooks.js.map +0 -1
  306. package/dist/common/types/overlay-options.d.ts.map +0 -1
  307. package/dist/common/types/overlay-options.js +0 -2
  308. package/dist/common/types/overlay-options.js.map +0 -1
  309. package/dist/common/utils/overlay.d.ts.map +0 -1
  310. package/dist/common/utils/overlay.js +0 -26
  311. package/dist/common/utils/overlay.js.map +0 -1
  312. package/dist/common/utils/proxy.d.ts.map +0 -1
  313. package/dist/common/utils/proxy.js +0 -47
  314. package/dist/common/utils/proxy.js.map +0 -1
  315. package/dist/common/utils/routing.d.ts.map +0 -1
  316. package/dist/common/utils/routing.js +0 -55
  317. package/dist/common/utils/routing.js.map +0 -1
  318. package/dist/common/utils/util.d.ts.map +0 -1
  319. package/dist/common/utils/util.js +0 -10
  320. package/dist/common/utils/util.js.map +0 -1
  321. package/dist/lazy/app-initialize.d.ts.map +0 -1
  322. package/dist/lazy/app-initialize.js +0 -29
  323. package/dist/lazy/app-initialize.js.map +0 -1
  324. package/dist/lazy/directives/angular-component-lib/utils.d.ts.map +0 -1
  325. package/dist/lazy/directives/angular-component-lib/utils.js +0 -59
  326. package/dist/lazy/directives/angular-component-lib/utils.js.map +0 -1
  327. package/dist/lazy/directives/control-value-accessors/boolean-value-accessor.d.ts.map +0 -1
  328. package/dist/lazy/directives/control-value-accessors/boolean-value-accessor.js +0 -47
  329. package/dist/lazy/directives/control-value-accessors/boolean-value-accessor.js.map +0 -1
  330. package/dist/lazy/directives/control-value-accessors/index.d.ts +0 -5
  331. package/dist/lazy/directives/control-value-accessors/index.d.ts.map +0 -1
  332. package/dist/lazy/directives/control-value-accessors/index.js.map +0 -1
  333. package/dist/lazy/directives/control-value-accessors/numeric-value-accessor.d.ts.map +0 -1
  334. package/dist/lazy/directives/control-value-accessors/numeric-value-accessor.js +0 -55
  335. package/dist/lazy/directives/control-value-accessors/numeric-value-accessor.js.map +0 -1
  336. package/dist/lazy/directives/control-value-accessors/select-value-accessor.d.ts.map +0 -1
  337. package/dist/lazy/directives/control-value-accessors/select-value-accessor.js +0 -44
  338. package/dist/lazy/directives/control-value-accessors/select-value-accessor.js.map +0 -1
  339. package/dist/lazy/directives/control-value-accessors/text-value-accessor.d.ts.map +0 -1
  340. package/dist/lazy/directives/control-value-accessors/text-value-accessor.js +0 -43
  341. package/dist/lazy/directives/control-value-accessors/text-value-accessor.js.map +0 -1
  342. package/dist/lazy/directives/navigation/ion-back-button.d.ts.map +0 -1
  343. package/dist/lazy/directives/navigation/ion-back-button.js +0 -24
  344. package/dist/lazy/directives/navigation/ion-back-button.js.map +0 -1
  345. package/dist/lazy/directives/navigation/ion-nav.d.ts.map +0 -1
  346. package/dist/lazy/directives/navigation/ion-nav.js +0 -21
  347. package/dist/lazy/directives/navigation/ion-nav.js.map +0 -1
  348. package/dist/lazy/directives/navigation/ion-router-outlet.d.ts.map +0 -1
  349. package/dist/lazy/directives/navigation/ion-router-outlet.js +0 -52
  350. package/dist/lazy/directives/navigation/ion-router-outlet.js.map +0 -1
  351. package/dist/lazy/directives/navigation/ion-tabs.d.ts.map +0 -1
  352. package/dist/lazy/directives/navigation/ion-tabs.js +0 -58
  353. package/dist/lazy/directives/navigation/ion-tabs.js.map +0 -1
  354. package/dist/lazy/directives/navigation/router-link-delegate.d.ts.map +0 -1
  355. package/dist/lazy/directives/navigation/router-link-delegate.js +0 -32
  356. package/dist/lazy/directives/navigation/router-link-delegate.js.map +0 -1
  357. package/dist/lazy/directives/overlays/modal.d.ts.map +0 -1
  358. package/dist/lazy/directives/overlays/modal.js +0 -22
  359. package/dist/lazy/directives/overlays/modal.js.map +0 -1
  360. package/dist/lazy/directives/overlays/popover.d.ts.map +0 -1
  361. package/dist/lazy/directives/overlays/popover.js +0 -18
  362. package/dist/lazy/directives/overlays/popover.js.map +0 -1
  363. package/dist/lazy/directives/proxies-list.d.ts +0 -3
  364. package/dist/lazy/directives/proxies-list.d.ts.map +0 -1
  365. package/dist/lazy/directives/proxies-list.js +0 -89
  366. package/dist/lazy/directives/proxies-list.js.map +0 -1
  367. package/dist/lazy/directives/proxies.d.ts.map +0 -1
  368. package/dist/lazy/directives/proxies.js +0 -2759
  369. package/dist/lazy/directives/proxies.js.map +0 -1
  370. package/dist/lazy/directives/validators/index.d.ts +0 -3
  371. package/dist/lazy/directives/validators/index.d.ts.map +0 -1
  372. package/dist/lazy/directives/validators/index.js.map +0 -1
  373. package/dist/lazy/directives/validators/max-validator.d.ts.map +0 -1
  374. package/dist/lazy/directives/validators/max-validator.js +0 -26
  375. package/dist/lazy/directives/validators/max-validator.js.map +0 -1
  376. package/dist/lazy/directives/validators/min-validator.d.ts.map +0 -1
  377. package/dist/lazy/directives/validators/min-validator.js +0 -26
  378. package/dist/lazy/directives/validators/min-validator.js.map +0 -1
  379. package/dist/lazy/index.d.ts.map +0 -1
  380. package/dist/lazy/index.js +0 -34
  381. package/dist/lazy/index.js.map +0 -1
  382. package/dist/lazy/ionic-module.d.ts +0 -39
  383. package/dist/lazy/ionic-module.d.ts.map +0 -1
  384. package/dist/lazy/ionic-module.js +0 -121
  385. package/dist/lazy/ionic-module.js.map +0 -1
  386. package/dist/lazy/providers/action-sheet-controller.d.ts.map +0 -1
  387. package/dist/lazy/providers/action-sheet-controller.js +0 -18
  388. package/dist/lazy/providers/action-sheet-controller.js.map +0 -1
  389. package/dist/lazy/providers/alert-controller.d.ts.map +0 -1
  390. package/dist/lazy/providers/alert-controller.js +0 -18
  391. package/dist/lazy/providers/alert-controller.js.map +0 -1
  392. package/dist/lazy/providers/animation-controller.d.ts.map +0 -1
  393. package/dist/lazy/providers/animation-controller.js +0 -37
  394. package/dist/lazy/providers/animation-controller.js.map +0 -1
  395. package/dist/lazy/providers/gesture-controller.d.ts.map +0 -1
  396. package/dist/lazy/providers/gesture-controller.js +0 -32
  397. package/dist/lazy/providers/gesture-controller.js.map +0 -1
  398. package/dist/lazy/providers/loading-controller.d.ts.map +0 -1
  399. package/dist/lazy/providers/loading-controller.js +0 -18
  400. package/dist/lazy/providers/loading-controller.js.map +0 -1
  401. package/dist/lazy/providers/menu-controller.d.ts.map +0 -1
  402. package/dist/lazy/providers/menu-controller.js +0 -18
  403. package/dist/lazy/providers/menu-controller.js.map +0 -1
  404. package/dist/lazy/providers/modal-controller.d.ts.map +0 -1
  405. package/dist/lazy/providers/modal-controller.js +0 -25
  406. package/dist/lazy/providers/modal-controller.js.map +0 -1
  407. package/dist/lazy/providers/popover-controller.d.ts.map +0 -1
  408. package/dist/lazy/providers/popover-controller.js +0 -19
  409. package/dist/lazy/providers/popover-controller.js.map +0 -1
  410. package/dist/lazy/providers/toast-controller.d.ts.map +0 -1
  411. package/dist/lazy/providers/toast-controller.js +0 -18
  412. package/dist/lazy/providers/toast-controller.js.map +0 -1
  413. package/dist/schematics/utils/ast.js +0 -64
  414. package/dist/standalone/directives/angular-component-lib/utils.d.ts.map +0 -1
  415. package/dist/standalone/directives/angular-component-lib/utils.js +0 -59
  416. package/dist/standalone/directives/angular-component-lib/utils.js.map +0 -1
  417. package/dist/standalone/directives/checkbox.d.ts.map +0 -1
  418. package/dist/standalone/directives/checkbox.js +0 -75
  419. package/dist/standalone/directives/checkbox.js.map +0 -1
  420. package/dist/standalone/directives/datetime.d.ts.map +0 -1
  421. package/dist/standalone/directives/datetime.js +0 -93
  422. package/dist/standalone/directives/datetime.js.map +0 -1
  423. package/dist/standalone/directives/icon.d.ts.map +0 -1
  424. package/dist/standalone/directives/icon.js +0 -35
  425. package/dist/standalone/directives/icon.js.map +0 -1
  426. package/dist/standalone/directives/index.d.ts +0 -13
  427. package/dist/standalone/directives/index.d.ts.map +0 -1
  428. package/dist/standalone/directives/index.js.map +0 -1
  429. package/dist/standalone/directives/input-otp.d.ts.map +0 -1
  430. package/dist/standalone/directives/input-otp.js +0 -89
  431. package/dist/standalone/directives/input-otp.js.map +0 -1
  432. package/dist/standalone/directives/input.d.ts.map +0 -1
  433. package/dist/standalone/directives/input.js +0 -112
  434. package/dist/standalone/directives/input.js.map +0 -1
  435. package/dist/standalone/directives/ion-accordion-group.d.ts +0 -22
  436. package/dist/standalone/directives/ion-accordion-group.d.ts.map +0 -1
  437. package/dist/standalone/directives/ion-accordion-group.js +0 -40
  438. package/dist/standalone/directives/ion-accordion-group.js.map +0 -1
  439. package/dist/standalone/directives/ion-accordion.d.ts +0 -13
  440. package/dist/standalone/directives/ion-accordion.d.ts.map +0 -1
  441. package/dist/standalone/directives/ion-accordion.js +0 -36
  442. package/dist/standalone/directives/ion-accordion.js.map +0 -1
  443. package/dist/standalone/directives/ion-action-sheet.d.ts +0 -59
  444. package/dist/standalone/directives/ion-action-sheet.d.ts.map +0 -1
  445. package/dist/standalone/directives/ion-action-sheet.js +0 -62
  446. package/dist/standalone/directives/ion-action-sheet.js.map +0 -1
  447. package/dist/standalone/directives/ion-alert.d.ts +0 -59
  448. package/dist/standalone/directives/ion-alert.d.ts.map +0 -1
  449. package/dist/standalone/directives/ion-alert.js +0 -62
  450. package/dist/standalone/directives/ion-alert.js.map +0 -1
  451. package/dist/standalone/directives/ion-app.d.ts +0 -13
  452. package/dist/standalone/directives/ion-app.d.ts.map +0 -1
  453. package/dist/standalone/directives/ion-app.js +0 -36
  454. package/dist/standalone/directives/ion-app.js.map +0 -1
  455. package/dist/standalone/directives/ion-avatar.d.ts +0 -13
  456. package/dist/standalone/directives/ion-avatar.d.ts.map +0 -1
  457. package/dist/standalone/directives/ion-avatar.js +0 -35
  458. package/dist/standalone/directives/ion-avatar.js.map +0 -1
  459. package/dist/standalone/directives/ion-backdrop.d.ts +0 -19
  460. package/dist/standalone/directives/ion-backdrop.d.ts.map +0 -1
  461. package/dist/standalone/directives/ion-backdrop.js +0 -40
  462. package/dist/standalone/directives/ion-backdrop.js.map +0 -1
  463. package/dist/standalone/directives/ion-badge.d.ts +0 -13
  464. package/dist/standalone/directives/ion-badge.d.ts.map +0 -1
  465. package/dist/standalone/directives/ion-badge.js +0 -36
  466. package/dist/standalone/directives/ion-badge.js.map +0 -1
  467. package/dist/standalone/directives/ion-breadcrumb.d.ts +0 -24
  468. package/dist/standalone/directives/ion-breadcrumb.d.ts.map +0 -1
  469. package/dist/standalone/directives/ion-breadcrumb.js +0 -43
  470. package/dist/standalone/directives/ion-breadcrumb.js.map +0 -1
  471. package/dist/standalone/directives/ion-breadcrumbs.d.ts +0 -20
  472. package/dist/standalone/directives/ion-breadcrumbs.d.ts.map +0 -1
  473. package/dist/standalone/directives/ion-breadcrumbs.js +0 -40
  474. package/dist/standalone/directives/ion-breadcrumbs.js.map +0 -1
  475. package/dist/standalone/directives/ion-button.d.ts +0 -24
  476. package/dist/standalone/directives/ion-button.d.ts.map +0 -1
  477. package/dist/standalone/directives/ion-button.js +0 -43
  478. package/dist/standalone/directives/ion-button.js.map +0 -1
  479. package/dist/standalone/directives/ion-buttons.d.ts +0 -13
  480. package/dist/standalone/directives/ion-buttons.d.ts.map +0 -1
  481. package/dist/standalone/directives/ion-buttons.js +0 -36
  482. package/dist/standalone/directives/ion-buttons.js.map +0 -1
  483. package/dist/standalone/directives/ion-card-content.d.ts +0 -13
  484. package/dist/standalone/directives/ion-card-content.d.ts.map +0 -1
  485. package/dist/standalone/directives/ion-card-content.js +0 -36
  486. package/dist/standalone/directives/ion-card-content.js.map +0 -1
  487. package/dist/standalone/directives/ion-card-header.d.ts +0 -13
  488. package/dist/standalone/directives/ion-card-header.d.ts.map +0 -1
  489. package/dist/standalone/directives/ion-card-header.js +0 -36
  490. package/dist/standalone/directives/ion-card-header.js.map +0 -1
  491. package/dist/standalone/directives/ion-card-subtitle.d.ts +0 -13
  492. package/dist/standalone/directives/ion-card-subtitle.d.ts.map +0 -1
  493. package/dist/standalone/directives/ion-card-subtitle.js +0 -36
  494. package/dist/standalone/directives/ion-card-subtitle.js.map +0 -1
  495. package/dist/standalone/directives/ion-card-title.d.ts +0 -13
  496. package/dist/standalone/directives/ion-card-title.d.ts.map +0 -1
  497. package/dist/standalone/directives/ion-card-title.js +0 -36
  498. package/dist/standalone/directives/ion-card-title.js.map +0 -1
  499. package/dist/standalone/directives/ion-card.d.ts +0 -13
  500. package/dist/standalone/directives/ion-card.d.ts.map +0 -1
  501. package/dist/standalone/directives/ion-card.js +0 -36
  502. package/dist/standalone/directives/ion-card.js.map +0 -1
  503. package/dist/standalone/directives/ion-chip.d.ts +0 -13
  504. package/dist/standalone/directives/ion-chip.d.ts.map +0 -1
  505. package/dist/standalone/directives/ion-chip.js +0 -36
  506. package/dist/standalone/directives/ion-chip.js.map +0 -1
  507. package/dist/standalone/directives/ion-col.d.ts +0 -13
  508. package/dist/standalone/directives/ion-col.d.ts.map +0 -1
  509. package/dist/standalone/directives/ion-col.js +0 -36
  510. package/dist/standalone/directives/ion-col.js.map +0 -1
  511. package/dist/standalone/directives/ion-content.d.ts +0 -34
  512. package/dist/standalone/directives/ion-content.d.ts.map +0 -1
  513. package/dist/standalone/directives/ion-content.js +0 -47
  514. package/dist/standalone/directives/ion-content.js.map +0 -1
  515. package/dist/standalone/directives/ion-datetime-button.d.ts +0 -13
  516. package/dist/standalone/directives/ion-datetime-button.d.ts.map +0 -1
  517. package/dist/standalone/directives/ion-datetime-button.js +0 -36
  518. package/dist/standalone/directives/ion-datetime-button.js.map +0 -1
  519. package/dist/standalone/directives/ion-fab-button.d.ts +0 -24
  520. package/dist/standalone/directives/ion-fab-button.d.ts.map +0 -1
  521. package/dist/standalone/directives/ion-fab-button.js +0 -43
  522. package/dist/standalone/directives/ion-fab-button.js.map +0 -1
  523. package/dist/standalone/directives/ion-fab-list.d.ts +0 -13
  524. package/dist/standalone/directives/ion-fab-list.d.ts.map +0 -1
  525. package/dist/standalone/directives/ion-fab-list.js +0 -36
  526. package/dist/standalone/directives/ion-fab-list.js.map +0 -1
  527. package/dist/standalone/directives/ion-fab.d.ts +0 -13
  528. package/dist/standalone/directives/ion-fab.d.ts.map +0 -1
  529. package/dist/standalone/directives/ion-fab.js +0 -37
  530. package/dist/standalone/directives/ion-fab.js.map +0 -1
  531. package/dist/standalone/directives/ion-footer.d.ts +0 -13
  532. package/dist/standalone/directives/ion-footer.d.ts.map +0 -1
  533. package/dist/standalone/directives/ion-footer.js +0 -36
  534. package/dist/standalone/directives/ion-footer.js.map +0 -1
  535. package/dist/standalone/directives/ion-grid.d.ts +0 -13
  536. package/dist/standalone/directives/ion-grid.d.ts.map +0 -1
  537. package/dist/standalone/directives/ion-grid.js +0 -36
  538. package/dist/standalone/directives/ion-grid.js.map +0 -1
  539. package/dist/standalone/directives/ion-header.d.ts +0 -13
  540. package/dist/standalone/directives/ion-header.d.ts.map +0 -1
  541. package/dist/standalone/directives/ion-header.js +0 -36
  542. package/dist/standalone/directives/ion-header.js.map +0 -1
  543. package/dist/standalone/directives/ion-img.d.ts +0 -29
  544. package/dist/standalone/directives/ion-img.d.ts.map +0 -1
  545. package/dist/standalone/directives/ion-img.js +0 -46
  546. package/dist/standalone/directives/ion-img.js.map +0 -1
  547. package/dist/standalone/directives/ion-infinite-scroll-content.d.ts +0 -13
  548. package/dist/standalone/directives/ion-infinite-scroll-content.d.ts.map +0 -1
  549. package/dist/standalone/directives/ion-infinite-scroll-content.js +0 -36
  550. package/dist/standalone/directives/ion-infinite-scroll-content.js.map +0 -1
  551. package/dist/standalone/directives/ion-infinite-scroll.d.ts +0 -22
  552. package/dist/standalone/directives/ion-infinite-scroll.d.ts.map +0 -1
  553. package/dist/standalone/directives/ion-infinite-scroll.js +0 -41
  554. package/dist/standalone/directives/ion-infinite-scroll.js.map +0 -1
  555. package/dist/standalone/directives/ion-input-password-toggle.d.ts +0 -13
  556. package/dist/standalone/directives/ion-input-password-toggle.d.ts.map +0 -1
  557. package/dist/standalone/directives/ion-input-password-toggle.js +0 -36
  558. package/dist/standalone/directives/ion-input-password-toggle.js.map +0 -1
  559. package/dist/standalone/directives/ion-item-divider.d.ts +0 -13
  560. package/dist/standalone/directives/ion-item-divider.d.ts.map +0 -1
  561. package/dist/standalone/directives/ion-item-divider.js +0 -36
  562. package/dist/standalone/directives/ion-item-divider.js.map +0 -1
  563. package/dist/standalone/directives/ion-item-group.d.ts +0 -13
  564. package/dist/standalone/directives/ion-item-group.d.ts.map +0 -1
  565. package/dist/standalone/directives/ion-item-group.js +0 -35
  566. package/dist/standalone/directives/ion-item-group.js.map +0 -1
  567. package/dist/standalone/directives/ion-item-option.d.ts +0 -13
  568. package/dist/standalone/directives/ion-item-option.d.ts.map +0 -1
  569. package/dist/standalone/directives/ion-item-option.js +0 -36
  570. package/dist/standalone/directives/ion-item-option.js.map +0 -1
  571. package/dist/standalone/directives/ion-item-options.d.ts +0 -19
  572. package/dist/standalone/directives/ion-item-options.d.ts.map +0 -1
  573. package/dist/standalone/directives/ion-item-options.js +0 -40
  574. package/dist/standalone/directives/ion-item-options.js.map +0 -1
  575. package/dist/standalone/directives/ion-item-sliding.d.ts +0 -19
  576. package/dist/standalone/directives/ion-item-sliding.d.ts.map +0 -1
  577. package/dist/standalone/directives/ion-item-sliding.js +0 -41
  578. package/dist/standalone/directives/ion-item-sliding.js.map +0 -1
  579. package/dist/standalone/directives/ion-item.d.ts +0 -13
  580. package/dist/standalone/directives/ion-item.d.ts.map +0 -1
  581. package/dist/standalone/directives/ion-item.js +0 -36
  582. package/dist/standalone/directives/ion-item.js.map +0 -1
  583. package/dist/standalone/directives/ion-label.d.ts +0 -13
  584. package/dist/standalone/directives/ion-label.d.ts.map +0 -1
  585. package/dist/standalone/directives/ion-label.js +0 -36
  586. package/dist/standalone/directives/ion-label.js.map +0 -1
  587. package/dist/standalone/directives/ion-list-header.d.ts +0 -13
  588. package/dist/standalone/directives/ion-list-header.d.ts.map +0 -1
  589. package/dist/standalone/directives/ion-list-header.js +0 -36
  590. package/dist/standalone/directives/ion-list-header.js.map +0 -1
  591. package/dist/standalone/directives/ion-list.d.ts +0 -13
  592. package/dist/standalone/directives/ion-list.d.ts.map +0 -1
  593. package/dist/standalone/directives/ion-list.js +0 -37
  594. package/dist/standalone/directives/ion-list.js.map +0 -1
  595. package/dist/standalone/directives/ion-loading.d.ts +0 -59
  596. package/dist/standalone/directives/ion-loading.d.ts.map +0 -1
  597. package/dist/standalone/directives/ion-loading.js +0 -62
  598. package/dist/standalone/directives/ion-loading.js.map +0 -1
  599. package/dist/standalone/directives/ion-menu-button.d.ts +0 -13
  600. package/dist/standalone/directives/ion-menu-button.d.ts.map +0 -1
  601. package/dist/standalone/directives/ion-menu-button.js +0 -36
  602. package/dist/standalone/directives/ion-menu-button.js.map +0 -1
  603. package/dist/standalone/directives/ion-menu-toggle.d.ts +0 -13
  604. package/dist/standalone/directives/ion-menu-toggle.d.ts.map +0 -1
  605. package/dist/standalone/directives/ion-menu-toggle.js +0 -36
  606. package/dist/standalone/directives/ion-menu-toggle.js.map +0 -1
  607. package/dist/standalone/directives/ion-menu.d.ts +0 -35
  608. package/dist/standalone/directives/ion-menu.d.ts.map +0 -1
  609. package/dist/standalone/directives/ion-menu.js +0 -50
  610. package/dist/standalone/directives/ion-menu.js.map +0 -1
  611. package/dist/standalone/directives/ion-nav-link.d.ts +0 -13
  612. package/dist/standalone/directives/ion-nav-link.d.ts.map +0 -1
  613. package/dist/standalone/directives/ion-nav-link.js +0 -36
  614. package/dist/standalone/directives/ion-nav-link.js.map +0 -1
  615. package/dist/standalone/directives/ion-note.d.ts +0 -13
  616. package/dist/standalone/directives/ion-note.d.ts.map +0 -1
  617. package/dist/standalone/directives/ion-note.js +0 -36
  618. package/dist/standalone/directives/ion-note.js.map +0 -1
  619. package/dist/standalone/directives/ion-picker-column-option.d.ts +0 -13
  620. package/dist/standalone/directives/ion-picker-column-option.d.ts.map +0 -1
  621. package/dist/standalone/directives/ion-picker-column-option.js +0 -36
  622. package/dist/standalone/directives/ion-picker-column-option.js.map +0 -1
  623. package/dist/standalone/directives/ion-picker-column.d.ts +0 -22
  624. package/dist/standalone/directives/ion-picker-column.d.ts.map +0 -1
  625. package/dist/standalone/directives/ion-picker-column.js +0 -41
  626. package/dist/standalone/directives/ion-picker-column.js.map +0 -1
  627. package/dist/standalone/directives/ion-picker.d.ts +0 -13
  628. package/dist/standalone/directives/ion-picker.d.ts.map +0 -1
  629. package/dist/standalone/directives/ion-picker.js +0 -36
  630. package/dist/standalone/directives/ion-picker.js.map +0 -1
  631. package/dist/standalone/directives/ion-progress-bar.d.ts +0 -13
  632. package/dist/standalone/directives/ion-progress-bar.d.ts.map +0 -1
  633. package/dist/standalone/directives/ion-progress-bar.js +0 -36
  634. package/dist/standalone/directives/ion-progress-bar.js.map +0 -1
  635. package/dist/standalone/directives/ion-radio.d.ts +0 -24
  636. package/dist/standalone/directives/ion-radio.d.ts.map +0 -1
  637. package/dist/standalone/directives/ion-radio.js +0 -43
  638. package/dist/standalone/directives/ion-radio.js.map +0 -1
  639. package/dist/standalone/directives/ion-refresher-content.d.ts +0 -13
  640. package/dist/standalone/directives/ion-refresher-content.d.ts.map +0 -1
  641. package/dist/standalone/directives/ion-refresher-content.js +0 -36
  642. package/dist/standalone/directives/ion-refresher-content.js.map +0 -1
  643. package/dist/standalone/directives/ion-refresher.d.ts +0 -46
  644. package/dist/standalone/directives/ion-refresher.d.ts.map +0 -1
  645. package/dist/standalone/directives/ion-refresher.js +0 -53
  646. package/dist/standalone/directives/ion-refresher.js.map +0 -1
  647. package/dist/standalone/directives/ion-reorder-group.d.ts +0 -45
  648. package/dist/standalone/directives/ion-reorder-group.d.ts.map +0 -1
  649. package/dist/standalone/directives/ion-reorder-group.js +0 -50
  650. package/dist/standalone/directives/ion-reorder-group.js.map +0 -1
  651. package/dist/standalone/directives/ion-reorder.d.ts +0 -13
  652. package/dist/standalone/directives/ion-reorder.d.ts.map +0 -1
  653. package/dist/standalone/directives/ion-reorder.js +0 -35
  654. package/dist/standalone/directives/ion-reorder.js.map +0 -1
  655. package/dist/standalone/directives/ion-ripple-effect.d.ts +0 -13
  656. package/dist/standalone/directives/ion-ripple-effect.d.ts.map +0 -1
  657. package/dist/standalone/directives/ion-ripple-effect.js +0 -37
  658. package/dist/standalone/directives/ion-ripple-effect.js.map +0 -1
  659. package/dist/standalone/directives/ion-row.d.ts +0 -13
  660. package/dist/standalone/directives/ion-row.d.ts.map +0 -1
  661. package/dist/standalone/directives/ion-row.js +0 -35
  662. package/dist/standalone/directives/ion-row.js.map +0 -1
  663. package/dist/standalone/directives/ion-segment-button.d.ts +0 -13
  664. package/dist/standalone/directives/ion-segment-button.d.ts.map +0 -1
  665. package/dist/standalone/directives/ion-segment-button.js +0 -36
  666. package/dist/standalone/directives/ion-segment-button.js.map +0 -1
  667. package/dist/standalone/directives/ion-segment-content.d.ts +0 -13
  668. package/dist/standalone/directives/ion-segment-content.d.ts.map +0 -1
  669. package/dist/standalone/directives/ion-segment-content.js +0 -35
  670. package/dist/standalone/directives/ion-segment-content.js.map +0 -1
  671. package/dist/standalone/directives/ion-segment-view.d.ts +0 -20
  672. package/dist/standalone/directives/ion-segment-view.d.ts.map +0 -1
  673. package/dist/standalone/directives/ion-segment-view.js +0 -40
  674. package/dist/standalone/directives/ion-segment-view.js.map +0 -1
  675. package/dist/standalone/directives/ion-select-modal.d.ts +0 -13
  676. package/dist/standalone/directives/ion-select-modal.d.ts.map +0 -1
  677. package/dist/standalone/directives/ion-select-modal.js +0 -36
  678. package/dist/standalone/directives/ion-select-modal.js.map +0 -1
  679. package/dist/standalone/directives/ion-select-option.d.ts +0 -13
  680. package/dist/standalone/directives/ion-select-option.d.ts.map +0 -1
  681. package/dist/standalone/directives/ion-select-option.js +0 -36
  682. package/dist/standalone/directives/ion-select-option.js.map +0 -1
  683. package/dist/standalone/directives/ion-skeleton-text.d.ts +0 -13
  684. package/dist/standalone/directives/ion-skeleton-text.d.ts.map +0 -1
  685. package/dist/standalone/directives/ion-skeleton-text.js +0 -36
  686. package/dist/standalone/directives/ion-skeleton-text.js.map +0 -1
  687. package/dist/standalone/directives/ion-spinner.d.ts +0 -13
  688. package/dist/standalone/directives/ion-spinner.d.ts.map +0 -1
  689. package/dist/standalone/directives/ion-spinner.js +0 -36
  690. package/dist/standalone/directives/ion-spinner.js.map +0 -1
  691. package/dist/standalone/directives/ion-split-pane.d.ts +0 -23
  692. package/dist/standalone/directives/ion-split-pane.d.ts.map +0 -1
  693. package/dist/standalone/directives/ion-split-pane.js +0 -40
  694. package/dist/standalone/directives/ion-split-pane.js.map +0 -1
  695. package/dist/standalone/directives/ion-tab-bar.d.ts +0 -13
  696. package/dist/standalone/directives/ion-tab-bar.d.ts.map +0 -1
  697. package/dist/standalone/directives/ion-tab-bar.js +0 -36
  698. package/dist/standalone/directives/ion-tab-bar.js.map +0 -1
  699. package/dist/standalone/directives/ion-tab-button.d.ts +0 -13
  700. package/dist/standalone/directives/ion-tab-button.d.ts.map +0 -1
  701. package/dist/standalone/directives/ion-tab-button.js +0 -36
  702. package/dist/standalone/directives/ion-tab-button.js.map +0 -1
  703. package/dist/standalone/directives/ion-tab.d.ts +0 -13
  704. package/dist/standalone/directives/ion-tab.d.ts.map +0 -1
  705. package/dist/standalone/directives/ion-tab.js +0 -37
  706. package/dist/standalone/directives/ion-tab.js.map +0 -1
  707. package/dist/standalone/directives/ion-text.d.ts +0 -13
  708. package/dist/standalone/directives/ion-text.d.ts.map +0 -1
  709. package/dist/standalone/directives/ion-text.js +0 -36
  710. package/dist/standalone/directives/ion-text.js.map +0 -1
  711. package/dist/standalone/directives/ion-thumbnail.d.ts +0 -13
  712. package/dist/standalone/directives/ion-thumbnail.d.ts.map +0 -1
  713. package/dist/standalone/directives/ion-thumbnail.js +0 -35
  714. package/dist/standalone/directives/ion-thumbnail.js.map +0 -1
  715. package/dist/standalone/directives/ion-title.d.ts +0 -13
  716. package/dist/standalone/directives/ion-title.d.ts.map +0 -1
  717. package/dist/standalone/directives/ion-title.js +0 -36
  718. package/dist/standalone/directives/ion-title.js.map +0 -1
  719. package/dist/standalone/directives/ion-toast.d.ts +0 -59
  720. package/dist/standalone/directives/ion-toast.d.ts.map +0 -1
  721. package/dist/standalone/directives/ion-toast.js +0 -62
  722. package/dist/standalone/directives/ion-toast.js.map +0 -1
  723. package/dist/standalone/directives/ion-toolbar.d.ts +0 -13
  724. package/dist/standalone/directives/ion-toolbar.d.ts.map +0 -1
  725. package/dist/standalone/directives/ion-toolbar.js +0 -36
  726. package/dist/standalone/directives/ion-toolbar.js.map +0 -1
  727. package/dist/standalone/directives/proxies.d.ts +0 -78
  728. package/dist/standalone/directives/proxies.d.ts.map +0 -1
  729. package/dist/standalone/directives/proxies.js +0 -79
  730. package/dist/standalone/directives/proxies.js.map +0 -1
  731. package/dist/standalone/directives/radio-group.d.ts.map +0 -1
  732. package/dist/standalone/directives/radio-group.js +0 -59
  733. package/dist/standalone/directives/radio-group.js.map +0 -1
  734. package/dist/standalone/directives/range.d.ts.map +0 -1
  735. package/dist/standalone/directives/range.js +0 -77
  736. package/dist/standalone/directives/range.js.map +0 -1
  737. package/dist/standalone/directives/searchbar.d.ts.map +0 -1
  738. package/dist/standalone/directives/searchbar.js +0 -81
  739. package/dist/standalone/directives/searchbar.js.map +0 -1
  740. package/dist/standalone/directives/segment.d.ts.map +0 -1
  741. package/dist/standalone/directives/segment.js +0 -59
  742. package/dist/standalone/directives/segment.js.map +0 -1
  743. package/dist/standalone/directives/select.d.ts.map +0 -1
  744. package/dist/standalone/directives/select.js +0 -83
  745. package/dist/standalone/directives/select.js.map +0 -1
  746. package/dist/standalone/directives/textarea.d.ts.map +0 -1
  747. package/dist/standalone/directives/textarea.js +0 -90
  748. package/dist/standalone/directives/textarea.js.map +0 -1
  749. package/dist/standalone/directives/toggle.d.ts.map +0 -1
  750. package/dist/standalone/directives/toggle.js +0 -75
  751. package/dist/standalone/directives/toggle.js.map +0 -1
  752. package/dist/standalone/index.d.ts.map +0 -1
  753. package/dist/standalone/index.js +0 -24
  754. package/dist/standalone/index.js.map +0 -1
  755. package/dist/standalone/navigation/back-button.d.ts.map +0 -1
  756. package/dist/standalone/navigation/back-button.js +0 -32
  757. package/dist/standalone/navigation/back-button.js.map +0 -1
  758. package/dist/standalone/navigation/nav.d.ts.map +0 -1
  759. package/dist/standalone/navigation/nav.js +0 -28
  760. package/dist/standalone/navigation/nav.js.map +0 -1
  761. package/dist/standalone/navigation/router-link-delegate.d.ts.map +0 -1
  762. package/dist/standalone/navigation/router-link-delegate.js +0 -26
  763. package/dist/standalone/navigation/router-link-delegate.js.map +0 -1
  764. package/dist/standalone/navigation/router-outlet.d.ts.map +0 -1
  765. package/dist/standalone/navigation/router-outlet.js +0 -60
  766. package/dist/standalone/navigation/router-outlet.js.map +0 -1
  767. package/dist/standalone/navigation/tabs.d.ts.map +0 -1
  768. package/dist/standalone/navigation/tabs.js +0 -57
  769. package/dist/standalone/navigation/tabs.js.map +0 -1
  770. package/dist/standalone/overlays/modal.d.ts.map +0 -1
  771. package/dist/standalone/overlays/modal.js +0 -32
  772. package/dist/standalone/overlays/modal.js.map +0 -1
  773. package/dist/standalone/overlays/popover.d.ts.map +0 -1
  774. package/dist/standalone/overlays/popover.js +0 -28
  775. package/dist/standalone/overlays/popover.js.map +0 -1
  776. package/dist/standalone/providers/action-sheet-controller.d.ts.map +0 -1
  777. package/dist/standalone/providers/action-sheet-controller.js +0 -20
  778. package/dist/standalone/providers/action-sheet-controller.js.map +0 -1
  779. package/dist/standalone/providers/alert-controller.d.ts.map +0 -1
  780. package/dist/standalone/providers/alert-controller.js +0 -20
  781. package/dist/standalone/providers/alert-controller.js.map +0 -1
  782. package/dist/standalone/providers/animation-controller.d.ts.map +0 -1
  783. package/dist/standalone/providers/animation-controller.js +0 -37
  784. package/dist/standalone/providers/animation-controller.js.map +0 -1
  785. package/dist/standalone/providers/gesture-controller.d.ts.map +0 -1
  786. package/dist/standalone/providers/gesture-controller.js +0 -32
  787. package/dist/standalone/providers/gesture-controller.js.map +0 -1
  788. package/dist/standalone/providers/ionic-angular.d.ts.map +0 -1
  789. package/dist/standalone/providers/ionic-angular.js +0 -38
  790. package/dist/standalone/providers/ionic-angular.js.map +0 -1
  791. package/dist/standalone/providers/loading-controller.d.ts.map +0 -1
  792. package/dist/standalone/providers/loading-controller.js +0 -20
  793. package/dist/standalone/providers/loading-controller.js.map +0 -1
  794. package/dist/standalone/providers/menu-controller.d.ts.map +0 -1
  795. package/dist/standalone/providers/menu-controller.js +0 -18
  796. package/dist/standalone/providers/menu-controller.js.map +0 -1
  797. package/dist/standalone/providers/modal-controller.d.ts.map +0 -1
  798. package/dist/standalone/providers/modal-controller.js +0 -27
  799. package/dist/standalone/providers/modal-controller.js.map +0 -1
  800. package/dist/standalone/providers/popover-controller.d.ts.map +0 -1
  801. package/dist/standalone/providers/popover-controller.js +0 -21
  802. package/dist/standalone/providers/popover-controller.js.map +0 -1
  803. package/dist/standalone/providers/toast-controller.d.ts.map +0 -1
  804. package/dist/standalone/providers/toast-controller.js +0 -20
  805. package/dist/standalone/providers/toast-controller.js.map +0 -1
  806. /package/{dist/schematics → schematics}/add/files/root/theme/variables.css +0 -0
  807. /package/{dist/schematics → schematics}/add/schema.json +0 -0
  808. /package/{dist/schematics → schematics}/collection.json +0 -0
@@ -1,36 +0,0 @@
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 defineIonPickerColumnOption } from '@ionic/core/components/ion-picker-column-option.js';
7
- import * as i0 from "@angular/core";
8
- let IonPickerColumnOption = class IonPickerColumnOption {
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: IonPickerColumnOption, 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: IonPickerColumnOption, isStandalone: true, selector: "ion-picker-column-option", inputs: { color: "color", disabled: "disabled", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
18
- };
19
- IonPickerColumnOption = __decorate([
20
- ProxyCmp({
21
- defineCustomElementFn: defineIonPickerColumnOption,
22
- inputs: ['color', 'disabled', 'value']
23
- })
24
- ], IonPickerColumnOption);
25
- export { IonPickerColumnOption };
26
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonPickerColumnOption, decorators: [{
27
- type: Component,
28
- args: [{
29
- selector: 'ion-picker-column-option',
30
- changeDetection: ChangeDetectionStrategy.OnPush,
31
- template: '<ng-content></ng-content>',
32
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
33
- inputs: ['color', 'disabled', 'value'],
34
- }]
35
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
36
- //# sourceMappingURL=ion-picker-column-option.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ion-picker-column-option.js","sourceRoot":"","sources":["../../../src/standalone/directives/ion-picker-column-option.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,2BAA2B,EAAE,MAAM,oDAAoD,CAAC;;AAajH,IAAM,qBAAqB,GAA3B,MAAM,qBAAqB;IAE2B;IADjD,EAAE,CAAmC;IAC/C,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,qBAAqB;8GAArB,qBAAqB,sJAJtB,2BAA2B;;AAI1B,qBAAqB;IAXjC,QAAQ,CAAC;QACR,qBAAqB,EAAE,2BAA2B;QAClD,MAAM,EAAE,CAAC,OAAO,EAAE,UAAU,EAAE,OAAO,CAAC;KACvC,CAAC;GAQW,qBAAqB,CAMjC;;2FANY,qBAAqB;kBAPjC,SAAS;mBAAC;oBACT,QAAQ,EAAE,0BAA0B;oBACpC,eAAe,EAAE,uBAAuB,CAAC,MAAM;oBAC/C,QAAQ,EAAE,2BAA2B;oBACrC,uEAAuE;oBACvE,MAAM,EAAE,CAAC,OAAO,EAAE,UAAU,EAAE,OAAO,CAAC;iBACvC"}
@@ -1,22 +0,0 @@
1
- import { ChangeDetectorRef, ElementRef, NgZone, EventEmitter } from '@angular/core';
2
- import type { Components } from '@ionic/core/components';
3
- import type { IonPickerColumnCustomEvent } from '@ionic/core/components';
4
- import type { PickerColumnChangeEventDetail as IIonPickerColumnPickerColumnChangeEventDetail } from '@ionic/core/components';
5
- import * as i0 from "@angular/core";
6
- export declare class IonPickerColumn {
7
- protected z: NgZone;
8
- protected el: HTMLIonPickerColumnElement;
9
- ionChange: EventEmitter<IonPickerColumnCustomEvent<IIonPickerColumnPickerColumnChangeEventDetail>>;
10
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
11
- static ɵfac: i0.ɵɵFactoryDeclaration<IonPickerColumn, never>;
12
- static ɵcmp: i0.ɵɵComponentDeclaration<IonPickerColumn, "ion-picker-column", never, { "color": { "alias": "color"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "ionChange": "ionChange"; }, never, ["*"], true, never>;
13
- }
14
- export declare interface IonPickerColumn extends Components.IonPickerColumn {
15
- /**
16
- * Emitted when the value has changed.
17
-
18
- This event will not emit when programmatically setting the `value` property.
19
- */
20
- ionChange: EventEmitter<IonPickerColumnCustomEvent<IIonPickerColumnPickerColumnChangeEventDetail>>;
21
- }
22
- //# sourceMappingURL=ion-picker-column.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ion-picker-column.d.ts","sourceRoot":"","sources":["../../../src/standalone/directives/ion-picker-column.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,0BAA0B,EAAE,MAAM,wBAAwB,CAAC;AACzE,OAAO,KAAK,EAAE,6BAA6B,IAAI,6CAA6C,EAAE,MAAM,wBAAwB,CAAC;;AAxB7H,qBAaa,eAAe;IAGuB,SAAS,CAAC,CAAC,EAAE,MAAM;IAFpE,SAAS,CAAC,EAAE,EAAE,0BAA0B,CAAC;IAC/B,SAAS,0FAAiG;gBACxG,CAAC,EAAE,iBAAiB,EAAE,CAAC,EAAE,UAAU,EAAY,CAAC,EAAE,MAAM;yCAHzD,eAAe;2CAAf,eAAe;CAO3B;AAMD,MAAM,CAAC,OAAO,WAAW,eAAgB,SAAQ,UAAU,CAAC,eAAe;IACzE;;;;OAIG;IACH,SAAS,EAAE,YAAY,CAAC,0BAA0B,CAAC,6CAA6C,CAAC,CAAC,CAAC;CACpG"}
@@ -1,41 +0,0 @@
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 defineIonPickerColumn } from '@ionic/core/components/ion-picker-column.js';
7
- import * as i0 from "@angular/core";
8
- let IonPickerColumn = class IonPickerColumn {
9
- z;
10
- el;
11
- ionChange = 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: IonPickerColumn, 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: IonPickerColumn, isStandalone: true, selector: "ion-picker-column", inputs: { color: "color", disabled: "disabled", mode: "mode", value: "value" }, outputs: { ionChange: "ionChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
19
- };
20
- IonPickerColumn = __decorate([
21
- ProxyCmp({
22
- defineCustomElementFn: defineIonPickerColumn,
23
- inputs: ['color', 'disabled', 'mode', 'value'],
24
- methods: ['setFocus']
25
- })
26
- ], IonPickerColumn);
27
- export { IonPickerColumn };
28
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonPickerColumn, decorators: [{
29
- type: Component,
30
- args: [{
31
- selector: 'ion-picker-column',
32
- changeDetection: ChangeDetectionStrategy.OnPush,
33
- template: '<ng-content></ng-content>',
34
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
35
- inputs: ['color', 'disabled', 'mode', 'value'],
36
- outputs: ['ionChange'],
37
- }]
38
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionChange: [{
39
- type: Output
40
- }] } });
41
- //# sourceMappingURL=ion-picker-column.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ion-picker-column.js","sourceRoot":"","sources":["../../../src/standalone/directives/ion-picker-column.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,qBAAqB,EAAE,MAAM,6CAA6C,CAAC;;AAepG,IAAM,eAAe,GAArB,MAAM,eAAe;IAGiC;IAFjD,EAAE,CAA6B;IAC/B,SAAS,GAAG,IAAI,YAAY,EAA6E,CAAC;IACpH,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,eAAe;8GAAf,eAAe,kMALhB,2BAA2B;;AAK1B,eAAe;IAb3B,QAAQ,CAAC;QACR,qBAAqB,EAAE,qBAAqB;QAC5C,MAAM,EAAE,CAAC,OAAO,EAAE,UAAU,EAAE,MAAM,EAAE,OAAO,CAAC;QAC9C,OAAO,EAAE,CAAC,UAAU,CAAC;KACtB,CAAC;GASW,eAAe,CAO3B;;2FAPY,eAAe;kBAR3B,SAAS;mBAAC;oBACT,QAAQ,EAAE,mBAAmB;oBAC7B,eAAe,EAAE,uBAAuB,CAAC,MAAM;oBAC/C,QAAQ,EAAE,2BAA2B;oBACrC,uEAAuE;oBACvE,MAAM,EAAE,CAAC,OAAO,EAAE,UAAU,EAAE,MAAM,EAAE,OAAO,CAAC;oBAC9C,OAAO,EAAE,CAAC,WAAW,CAAC;iBACvB;;sBAGE,MAAM"}
@@ -1,13 +0,0 @@
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 IonPicker {
5
- protected z: NgZone;
6
- protected el: HTMLIonPickerElement;
7
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
8
- static ɵfac: i0.ɵɵFactoryDeclaration<IonPicker, never>;
9
- static ɵcmp: i0.ɵɵComponentDeclaration<IonPicker, "ion-picker", never, { "mode": { "alias": "mode"; "required": false; }; }, {}, never, ["*"], true, never>;
10
- }
11
- export declare interface IonPicker extends Components.IonPicker {
12
- }
13
- //# sourceMappingURL=ion-picker.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ion-picker.d.ts","sourceRoot":"","sources":["../../../src/standalone/directives/ion-picker.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,SAAS;IAE6B,SAAS,CAAC,CAAC,EAAE,MAAM;IADpE,SAAS,CAAC,EAAE,EAAE,oBAAoB,CAAC;gBACvB,CAAC,EAAE,iBAAiB,EAAE,CAAC,EAAE,UAAU,EAAY,CAAC,EAAE,MAAM;yCAFzD,SAAS;2CAAT,SAAS;CAMrB;AAGD,MAAM,CAAC,OAAO,WAAW,SAAU,SAAQ,UAAU,CAAC,SAAS;CAAG"}
@@ -1,36 +0,0 @@
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 defineIonPicker } from '@ionic/core/components/ion-picker.js';
7
- import * as i0 from "@angular/core";
8
- let IonPicker = class IonPicker {
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: IonPicker, 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: IonPicker, isStandalone: true, selector: "ion-picker", inputs: { mode: "mode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
18
- };
19
- IonPicker = __decorate([
20
- ProxyCmp({
21
- defineCustomElementFn: defineIonPicker,
22
- inputs: ['mode']
23
- })
24
- ], IonPicker);
25
- export { IonPicker };
26
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonPicker, decorators: [{
27
- type: Component,
28
- args: [{
29
- selector: 'ion-picker',
30
- changeDetection: ChangeDetectionStrategy.OnPush,
31
- template: '<ng-content></ng-content>',
32
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
33
- inputs: ['mode'],
34
- }]
35
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
36
- //# sourceMappingURL=ion-picker.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ion-picker.js","sourceRoot":"","sources":["../../../src/standalone/directives/ion-picker.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,eAAe,EAAE,MAAM,sCAAsC,CAAC;;AAavF,IAAM,SAAS,GAAf,MAAM,SAAS;IAEuC;IADjD,EAAE,CAAuB;IACnC,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,SAAS;8GAAT,SAAS,gGAJV,2BAA2B;;AAI1B,SAAS;IAXrB,QAAQ,CAAC;QACR,qBAAqB,EAAE,eAAe;QACtC,MAAM,EAAE,CAAC,MAAM,CAAC;KACjB,CAAC;GAQW,SAAS,CAMrB;;2FANY,SAAS;kBAPrB,SAAS;mBAAC;oBACT,QAAQ,EAAE,YAAY;oBACtB,eAAe,EAAE,uBAAuB,CAAC,MAAM;oBAC/C,QAAQ,EAAE,2BAA2B;oBACrC,uEAAuE;oBACvE,MAAM,EAAE,CAAC,MAAM,CAAC;iBACjB"}
@@ -1,13 +0,0 @@
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 IonProgressBar {
5
- protected z: NgZone;
6
- protected el: HTMLIonProgressBarElement;
7
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
8
- static ɵfac: i0.ɵɵFactoryDeclaration<IonProgressBar, never>;
9
- static ɵcmp: i0.ɵɵComponentDeclaration<IonProgressBar, "ion-progress-bar", never, { "buffer": { "alias": "buffer"; "required": false; }; "color": { "alias": "color"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "reversed": { "alias": "reversed"; "required": false; }; "type": { "alias": "type"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, ["*"], true, never>;
10
- }
11
- export declare interface IonProgressBar extends Components.IonProgressBar {
12
- }
13
- //# sourceMappingURL=ion-progress-bar.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ion-progress-bar.d.ts","sourceRoot":"","sources":["../../../src/standalone/directives/ion-progress-bar.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,cAAc;IAEwB,SAAS,CAAC,CAAC,EAAE,MAAM;IADpE,SAAS,CAAC,EAAE,EAAE,yBAAyB,CAAC;gBAC5B,CAAC,EAAE,iBAAiB,EAAE,CAAC,EAAE,UAAU,EAAY,CAAC,EAAE,MAAM;yCAFzD,cAAc;2CAAd,cAAc;CAM1B;AAGD,MAAM,CAAC,OAAO,WAAW,cAAe,SAAQ,UAAU,CAAC,cAAc;CAAG"}
@@ -1,36 +0,0 @@
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 defineIonProgressBar } from '@ionic/core/components/ion-progress-bar.js';
7
- import * as i0 from "@angular/core";
8
- let IonProgressBar = class IonProgressBar {
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: IonProgressBar, 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: IonProgressBar, isStandalone: true, selector: "ion-progress-bar", inputs: { buffer: "buffer", color: "color", mode: "mode", reversed: "reversed", type: "type", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
18
- };
19
- IonProgressBar = __decorate([
20
- ProxyCmp({
21
- defineCustomElementFn: defineIonProgressBar,
22
- inputs: ['buffer', 'color', 'mode', 'reversed', 'type', 'value']
23
- })
24
- ], IonProgressBar);
25
- export { IonProgressBar };
26
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonProgressBar, decorators: [{
27
- type: Component,
28
- args: [{
29
- selector: 'ion-progress-bar',
30
- changeDetection: ChangeDetectionStrategy.OnPush,
31
- template: '<ng-content></ng-content>',
32
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
33
- inputs: ['buffer', 'color', 'mode', 'reversed', 'type', 'value'],
34
- }]
35
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
36
- //# sourceMappingURL=ion-progress-bar.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ion-progress-bar.js","sourceRoot":"","sources":["../../../src/standalone/directives/ion-progress-bar.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,oBAAoB,EAAE,MAAM,4CAA4C,CAAC;;AAalG,IAAM,cAAc,GAApB,MAAM,cAAc;IAEkC;IADjD,EAAE,CAA4B;IACxC,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,cAAc;8GAAd,cAAc,4LAJf,2BAA2B;;AAI1B,cAAc;IAX1B,QAAQ,CAAC;QACR,qBAAqB,EAAE,oBAAoB;QAC3C,MAAM,EAAE,CAAC,QAAQ,EAAE,OAAO,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,EAAE,OAAO,CAAC;KACjE,CAAC;GAQW,cAAc,CAM1B;;2FANY,cAAc;kBAP1B,SAAS;mBAAC;oBACT,QAAQ,EAAE,kBAAkB;oBAC5B,eAAe,EAAE,uBAAuB,CAAC,MAAM;oBAC/C,QAAQ,EAAE,2BAA2B;oBACrC,uEAAuE;oBACvE,MAAM,EAAE,CAAC,QAAQ,EAAE,OAAO,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,EAAE,OAAO,CAAC;iBACjE"}
@@ -1,24 +0,0 @@
1
- import { ChangeDetectorRef, ElementRef, NgZone, EventEmitter } from '@angular/core';
2
- import type { Components } from '@ionic/core/components';
3
- import type { IonRadioCustomEvent } from '@ionic/core/components';
4
- import * as i0 from "@angular/core";
5
- export declare class IonRadio {
6
- protected z: NgZone;
7
- protected el: HTMLIonRadioElement;
8
- ionFocus: EventEmitter<IonRadioCustomEvent<void>>;
9
- ionBlur: EventEmitter<IonRadioCustomEvent<void>>;
10
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
11
- static ɵfac: i0.ɵɵFactoryDeclaration<IonRadio, never>;
12
- static ɵcmp: i0.ɵɵComponentDeclaration<IonRadio, "ion-radio", never, { "alignment": { "alias": "alignment"; "required": false; }; "color": { "alias": "color"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "justify": { "alias": "justify"; "required": false; }; "labelPlacement": { "alias": "labelPlacement"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "name": { "alias": "name"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "ionFocus": "ionFocus"; "ionBlur": "ionBlur"; }, never, ["*"], true, never>;
13
- }
14
- export declare interface IonRadio extends Components.IonRadio {
15
- /**
16
- * Emitted when the radio button has focus.
17
- */
18
- ionFocus: EventEmitter<IonRadioCustomEvent<void>>;
19
- /**
20
- * Emitted when the radio button loses focus.
21
- */
22
- ionBlur: EventEmitter<IonRadioCustomEvent<void>>;
23
- }
24
- //# sourceMappingURL=ion-radio.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ion-radio.d.ts","sourceRoot":"","sources":["../../../src/standalone/directives/ion-radio.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,mBAAmB,EAAE,MAAM,wBAAwB,CAAC;;AAvBlE,qBAYa,QAAQ;IAI8B,SAAS,CAAC,CAAC,EAAE,MAAM;IAHpE,SAAS,CAAC,EAAE,EAAE,mBAAmB,CAAC;IACxB,QAAQ,0CAAiD;IACzD,OAAO,0CAAiD;gBACtD,CAAC,EAAE,iBAAiB,EAAE,CAAC,EAAE,UAAU,EAAY,CAAC,EAAE,MAAM;yCAJzD,QAAQ;2CAAR,QAAQ;CAQpB;AAKD,MAAM,CAAC,OAAO,WAAW,QAAS,SAAQ,UAAU,CAAC,QAAQ;IAC3D;;OAEG;IACH,QAAQ,EAAE,YAAY,CAAC,mBAAmB,CAAC,IAAI,CAAC,CAAC,CAAC;IAClD;;OAEG;IACH,OAAO,EAAE,YAAY,CAAC,mBAAmB,CAAC,IAAI,CAAC,CAAC,CAAC;CAClD"}
@@ -1,43 +0,0 @@
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 defineIonRadio } from '@ionic/core/components/ion-radio.js';
7
- import * as i0 from "@angular/core";
8
- let IonRadio = class IonRadio {
9
- z;
10
- el;
11
- ionFocus = new EventEmitter();
12
- ionBlur = new EventEmitter();
13
- constructor(c, r, z) {
14
- this.z = z;
15
- c.detach();
16
- this.el = r.nativeElement;
17
- }
18
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonRadio, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
19
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonRadio, isStandalone: true, selector: "ion-radio", inputs: { alignment: "alignment", color: "color", disabled: "disabled", justify: "justify", labelPlacement: "labelPlacement", mode: "mode", name: "name", value: "value" }, outputs: { ionFocus: "ionFocus", ionBlur: "ionBlur" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
20
- };
21
- IonRadio = __decorate([
22
- ProxyCmp({
23
- defineCustomElementFn: defineIonRadio,
24
- inputs: ['alignment', 'color', 'disabled', 'justify', 'labelPlacement', 'mode', 'name', 'value']
25
- })
26
- ], IonRadio);
27
- export { IonRadio };
28
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonRadio, decorators: [{
29
- type: Component,
30
- args: [{
31
- selector: 'ion-radio',
32
- changeDetection: ChangeDetectionStrategy.OnPush,
33
- template: '<ng-content></ng-content>',
34
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
35
- inputs: ['alignment', 'color', 'disabled', 'justify', 'labelPlacement', 'mode', 'name', 'value'],
36
- outputs: ['ionFocus', 'ionBlur'],
37
- }]
38
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionFocus: [{
39
- type: Output
40
- }], ionBlur: [{
41
- type: Output
42
- }] } });
43
- //# sourceMappingURL=ion-radio.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ion-radio.js","sourceRoot":"","sources":["../../../src/standalone/directives/ion-radio.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,cAAc,EAAE,MAAM,qCAAqC,CAAC;;AAcrF,IAAM,QAAQ,GAAd,MAAM,QAAQ;IAIwC;IAHjD,EAAE,CAAsB;IACxB,QAAQ,GAAG,IAAI,YAAY,EAA6B,CAAC;IACzD,OAAO,GAAG,IAAI,YAAY,EAA6B,CAAC;IAClE,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;0HAPU,QAAQ;8GAAR,QAAQ,wSALT,2BAA2B;;AAK1B,QAAQ;IAZpB,QAAQ,CAAC;QACR,qBAAqB,EAAE,cAAc;QACrC,MAAM,EAAE,CAAC,WAAW,EAAE,OAAO,EAAE,UAAU,EAAE,SAAS,EAAE,gBAAgB,EAAE,MAAM,EAAE,MAAM,EAAE,OAAO,CAAC;KACjG,CAAC;GASW,QAAQ,CAQpB;;2FARY,QAAQ;kBARpB,SAAS;mBAAC;oBACT,QAAQ,EAAE,WAAW;oBACrB,eAAe,EAAE,uBAAuB,CAAC,MAAM;oBAC/C,QAAQ,EAAE,2BAA2B;oBACrC,uEAAuE;oBACvE,MAAM,EAAE,CAAC,WAAW,EAAE,OAAO,EAAE,UAAU,EAAE,SAAS,EAAE,gBAAgB,EAAE,MAAM,EAAE,MAAM,EAAE,OAAO,CAAC;oBAChG,OAAO,EAAE,CAAC,UAAU,EAAE,SAAS,CAAC;iBACjC;;sBAGE,MAAM;;sBACN,MAAM"}
@@ -1,13 +0,0 @@
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 IonRefresherContent {
5
- protected z: NgZone;
6
- protected el: HTMLIonRefresherContentElement;
7
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
8
- static ɵfac: i0.ɵɵFactoryDeclaration<IonRefresherContent, never>;
9
- static ɵcmp: i0.ɵɵComponentDeclaration<IonRefresherContent, "ion-refresher-content", never, { "pullingIcon": { "alias": "pullingIcon"; "required": false; }; "pullingText": { "alias": "pullingText"; "required": false; }; "refreshingSpinner": { "alias": "refreshingSpinner"; "required": false; }; "refreshingText": { "alias": "refreshingText"; "required": false; }; }, {}, never, ["*"], true, never>;
10
- }
11
- export declare interface IonRefresherContent extends Components.IonRefresherContent {
12
- }
13
- //# sourceMappingURL=ion-refresher-content.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ion-refresher-content.d.ts","sourceRoot":"","sources":["../../../src/standalone/directives/ion-refresher-content.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,mBAAmB;IAEmB,SAAS,CAAC,CAAC,EAAE,MAAM;IADpE,SAAS,CAAC,EAAE,EAAE,8BAA8B,CAAC;gBACjC,CAAC,EAAE,iBAAiB,EAAE,CAAC,EAAE,UAAU,EAAY,CAAC,EAAE,MAAM;yCAFzD,mBAAmB;2CAAnB,mBAAmB;CAM/B;AAGD,MAAM,CAAC,OAAO,WAAW,mBAAoB,SAAQ,UAAU,CAAC,mBAAmB;CAAG"}
@@ -1,36 +0,0 @@
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 defineIonRefresherContent } from '@ionic/core/components/ion-refresher-content.js';
7
- import * as i0 from "@angular/core";
8
- let IonRefresherContent = class IonRefresherContent {
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: IonRefresherContent, 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: IonRefresherContent, isStandalone: true, selector: "ion-refresher-content", inputs: { pullingIcon: "pullingIcon", pullingText: "pullingText", refreshingSpinner: "refreshingSpinner", refreshingText: "refreshingText" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
18
- };
19
- IonRefresherContent = __decorate([
20
- ProxyCmp({
21
- defineCustomElementFn: defineIonRefresherContent,
22
- inputs: ['pullingIcon', 'pullingText', 'refreshingSpinner', 'refreshingText']
23
- })
24
- ], IonRefresherContent);
25
- export { IonRefresherContent };
26
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonRefresherContent, decorators: [{
27
- type: Component,
28
- args: [{
29
- selector: 'ion-refresher-content',
30
- changeDetection: ChangeDetectionStrategy.OnPush,
31
- template: '<ng-content></ng-content>',
32
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
33
- inputs: ['pullingIcon', 'pullingText', 'refreshingSpinner', 'refreshingText'],
34
- }]
35
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
36
- //# sourceMappingURL=ion-refresher-content.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ion-refresher-content.js","sourceRoot":"","sources":["../../../src/standalone/directives/ion-refresher-content.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,yBAAyB,EAAE,MAAM,iDAAiD,CAAC;;AAa5G,IAAM,mBAAmB,GAAzB,MAAM,mBAAmB;IAE6B;IADjD,EAAE,CAAiC;IAC7C,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,mBAAmB;8GAAnB,mBAAmB,+NAJpB,2BAA2B;;AAI1B,mBAAmB;IAX/B,QAAQ,CAAC;QACR,qBAAqB,EAAE,yBAAyB;QAChD,MAAM,EAAE,CAAC,aAAa,EAAE,aAAa,EAAE,mBAAmB,EAAE,gBAAgB,CAAC;KAC9E,CAAC;GAQW,mBAAmB,CAM/B;;2FANY,mBAAmB;kBAP/B,SAAS;mBAAC;oBACT,QAAQ,EAAE,uBAAuB;oBACjC,eAAe,EAAE,uBAAuB,CAAC,MAAM;oBAC/C,QAAQ,EAAE,2BAA2B;oBACrC,uEAAuE;oBACvE,MAAM,EAAE,CAAC,aAAa,EAAE,aAAa,EAAE,mBAAmB,EAAE,gBAAgB,CAAC;iBAC9E"}
@@ -1,46 +0,0 @@
1
- import { ChangeDetectorRef, ElementRef, NgZone, EventEmitter } from '@angular/core';
2
- import type { Components } from '@ionic/core/components';
3
- import type { IonRefresherCustomEvent } from '@ionic/core/components';
4
- import type { RefresherEventDetail as IIonRefresherRefresherEventDetail } from '@ionic/core/components';
5
- import type { RefresherPullEndEventDetail as IIonRefresherRefresherPullEndEventDetail } from '@ionic/core/components';
6
- import * as i0 from "@angular/core";
7
- export declare class IonRefresher {
8
- protected z: NgZone;
9
- protected el: HTMLIonRefresherElement;
10
- ionRefresh: EventEmitter<IonRefresherCustomEvent<IIonRefresherRefresherEventDetail>>;
11
- ionPull: EventEmitter<IonRefresherCustomEvent<void>>;
12
- ionStart: EventEmitter<IonRefresherCustomEvent<void>>;
13
- ionPullStart: EventEmitter<IonRefresherCustomEvent<void>>;
14
- ionPullEnd: EventEmitter<IonRefresherCustomEvent<IIonRefresherRefresherPullEndEventDetail>>;
15
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
16
- static ɵfac: i0.ɵɵFactoryDeclaration<IonRefresher, never>;
17
- static ɵcmp: i0.ɵɵComponentDeclaration<IonRefresher, "ion-refresher", never, { "closeDuration": { "alias": "closeDuration"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "pullFactor": { "alias": "pullFactor"; "required": false; }; "pullMax": { "alias": "pullMax"; "required": false; }; "pullMin": { "alias": "pullMin"; "required": false; }; "snapbackDuration": { "alias": "snapbackDuration"; "required": false; }; }, { "ionRefresh": "ionRefresh"; "ionPull": "ionPull"; "ionStart": "ionStart"; "ionPullStart": "ionPullStart"; "ionPullEnd": "ionPullEnd"; }, never, ["*"], true, never>;
18
- }
19
- export declare interface IonRefresher extends Components.IonRefresher {
20
- /**
21
- * Emitted when the user lets go of the content and has pulled down
22
- further than the `pullMin` or pulls the content down and exceeds the pullMax.
23
- Updates the refresher state to `refreshing`. The `complete()` method should be
24
- called when the async operation has completed.
25
- */
26
- ionRefresh: EventEmitter<IonRefresherCustomEvent<IIonRefresherRefresherEventDetail>>;
27
- /**
28
- * Emitted while the user is pulling down the content and exposing the refresher.
29
- */
30
- ionPull: EventEmitter<IonRefresherCustomEvent<void>>;
31
- /**
32
- * Emitted when the user begins to start pulling down. @deprecated Use `ionPullStart` instead.
33
- */
34
- ionStart: EventEmitter<IonRefresherCustomEvent<void>>;
35
- /**
36
- * Emitted when the user begins to start pulling down.
37
- */
38
- ionPullStart: EventEmitter<IonRefresherCustomEvent<void>>;
39
- /**
40
- * Emitted when the refresher has returned to the inactive state
41
- after a pull gesture. This fires whether the refresh completed
42
- successfully or was canceled.
43
- */
44
- ionPullEnd: EventEmitter<IonRefresherCustomEvent<IIonRefresherRefresherPullEndEventDetail>>;
45
- }
46
- //# sourceMappingURL=ion-refresher.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ion-refresher.d.ts","sourceRoot":"","sources":["../../../src/standalone/directives/ion-refresher.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;AA+BzD,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,wBAAwB,CAAC;AACtE,OAAO,KAAK,EAAE,oBAAoB,IAAI,iCAAiC,EAAE,MAAM,wBAAwB,CAAC;AACxG,OAAO,KAAK,EAAE,2BAA2B,IAAI,wCAAwC,EAAE,MAAM,wBAAwB,CAAC;;AA7BtH,qBAaa,YAAY;IAO0B,SAAS,CAAC,CAAC,EAAE,MAAM;IANpE,SAAS,CAAC,EAAE,EAAE,uBAAuB,CAAC;IAC5B,UAAU,2EAAkF;IAC5F,OAAO,8CAAqD;IAC5D,QAAQ,8CAAqD;IAC7D,YAAY,8CAAqD;IACjE,UAAU,kFAAyF;gBACjG,CAAC,EAAE,iBAAiB,EAAE,CAAC,EAAE,UAAU,EAAY,CAAC,EAAE,MAAM;yCAPzD,YAAY;2CAAZ,YAAY;CAWxB;AAOD,MAAM,CAAC,OAAO,WAAW,YAAa,SAAQ,UAAU,CAAC,YAAY;IACnE;;;;;OAKG;IACH,UAAU,EAAE,YAAY,CAAC,uBAAuB,CAAC,iCAAiC,CAAC,CAAC,CAAC;IACrF;;OAEG;IACH,OAAO,EAAE,YAAY,CAAC,uBAAuB,CAAC,IAAI,CAAC,CAAC,CAAC;IACrD;;OAEG;IACH,QAAQ,EAAE,YAAY,CAAC,uBAAuB,CAAC,IAAI,CAAC,CAAC,CAAC;IACtD;;OAEG;IACH,YAAY,EAAE,YAAY,CAAC,uBAAuB,CAAC,IAAI,CAAC,CAAC,CAAC;IAC1D;;;;OAIG;IACH,UAAU,EAAE,YAAY,CAAC,uBAAuB,CAAC,wCAAwC,CAAC,CAAC,CAAC;CAC7F"}
@@ -1,53 +0,0 @@
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 defineIonRefresher } from '@ionic/core/components/ion-refresher.js';
7
- import * as i0 from "@angular/core";
8
- let IonRefresher = class IonRefresher {
9
- z;
10
- el;
11
- ionRefresh = new EventEmitter();
12
- ionPull = new EventEmitter();
13
- ionStart = new EventEmitter();
14
- ionPullStart = new EventEmitter();
15
- ionPullEnd = new EventEmitter();
16
- constructor(c, r, z) {
17
- this.z = z;
18
- c.detach();
19
- this.el = r.nativeElement;
20
- }
21
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonRefresher, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
22
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonRefresher, isStandalone: true, selector: "ion-refresher", inputs: { closeDuration: "closeDuration", disabled: "disabled", mode: "mode", pullFactor: "pullFactor", pullMax: "pullMax", pullMin: "pullMin", snapbackDuration: "snapbackDuration" }, outputs: { ionRefresh: "ionRefresh", ionPull: "ionPull", ionStart: "ionStart", ionPullStart: "ionPullStart", ionPullEnd: "ionPullEnd" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
23
- };
24
- IonRefresher = __decorate([
25
- ProxyCmp({
26
- defineCustomElementFn: defineIonRefresher,
27
- inputs: ['closeDuration', 'disabled', 'mode', 'pullFactor', 'pullMax', 'pullMin', 'snapbackDuration'],
28
- methods: ['complete', 'cancel', 'getProgress']
29
- })
30
- ], IonRefresher);
31
- export { IonRefresher };
32
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonRefresher, decorators: [{
33
- type: Component,
34
- args: [{
35
- selector: 'ion-refresher',
36
- changeDetection: ChangeDetectionStrategy.OnPush,
37
- template: '<ng-content></ng-content>',
38
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
39
- inputs: ['closeDuration', 'disabled', 'mode', 'pullFactor', 'pullMax', 'pullMin', 'snapbackDuration'],
40
- outputs: ['ionRefresh', 'ionPull', 'ionStart', 'ionPullStart', 'ionPullEnd'],
41
- }]
42
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionRefresh: [{
43
- type: Output
44
- }], ionPull: [{
45
- type: Output
46
- }], ionStart: [{
47
- type: Output
48
- }], ionPullStart: [{
49
- type: Output
50
- }], ionPullEnd: [{
51
- type: Output
52
- }] } });
53
- //# sourceMappingURL=ion-refresher.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ion-refresher.js","sourceRoot":"","sources":["../../../src/standalone/directives/ion-refresher.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,kBAAkB,EAAE,MAAM,yCAAyC,CAAC;;AAe7F,IAAM,YAAY,GAAlB,MAAM,YAAY;IAOoC;IANjD,EAAE,CAA0B;IAC5B,UAAU,GAAG,IAAI,YAAY,EAA8D,CAAC;IAC5F,OAAO,GAAG,IAAI,YAAY,EAAiC,CAAC;IAC5D,QAAQ,GAAG,IAAI,YAAY,EAAiC,CAAC;IAC7D,YAAY,GAAG,IAAI,YAAY,EAAiC,CAAC;IACjE,UAAU,GAAG,IAAI,YAAY,EAAqE,CAAC;IAC7G,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;0HAVU,YAAY;8GAAZ,YAAY,0YALb,2BAA2B;;AAK1B,YAAY;IAbxB,QAAQ,CAAC;QACR,qBAAqB,EAAE,kBAAkB;QACzC,MAAM,EAAE,CAAC,eAAe,EAAE,UAAU,EAAE,MAAM,EAAE,YAAY,EAAE,SAAS,EAAE,SAAS,EAAE,kBAAkB,CAAC;QACrG,OAAO,EAAE,CAAC,UAAU,EAAE,QAAQ,EAAE,aAAa,CAAC;KAC/C,CAAC;GASW,YAAY,CAWxB;;2FAXY,YAAY;kBARxB,SAAS;mBAAC;oBACT,QAAQ,EAAE,eAAe;oBACzB,eAAe,EAAE,uBAAuB,CAAC,MAAM;oBAC/C,QAAQ,EAAE,2BAA2B;oBACrC,uEAAuE;oBACvE,MAAM,EAAE,CAAC,eAAe,EAAE,UAAU,EAAE,MAAM,EAAE,YAAY,EAAE,SAAS,EAAE,SAAS,EAAE,kBAAkB,CAAC;oBACrG,OAAO,EAAE,CAAC,YAAY,EAAE,SAAS,EAAE,UAAU,EAAE,cAAc,EAAE,YAAY,CAAC;iBAC7E;;sBAGE,MAAM;;sBACN,MAAM;;sBACN,MAAM;;sBACN,MAAM;;sBACN,MAAM"}
@@ -1,45 +0,0 @@
1
- import { ChangeDetectorRef, ElementRef, NgZone, EventEmitter } from '@angular/core';
2
- import type { Components } from '@ionic/core/components';
3
- import type { IonReorderGroupCustomEvent } from '@ionic/core/components';
4
- import type { ItemReorderEventDetail as IIonReorderGroupItemReorderEventDetail } from '@ionic/core/components';
5
- import type { ReorderMoveEventDetail as IIonReorderGroupReorderMoveEventDetail } from '@ionic/core/components';
6
- import type { ReorderEndEventDetail as IIonReorderGroupReorderEndEventDetail } from '@ionic/core/components';
7
- import * as i0 from "@angular/core";
8
- export declare class IonReorderGroup {
9
- protected z: NgZone;
10
- protected el: HTMLIonReorderGroupElement;
11
- ionItemReorder: EventEmitter<IonReorderGroupCustomEvent<IIonReorderGroupItemReorderEventDetail>>;
12
- ionReorderStart: EventEmitter<IonReorderGroupCustomEvent<void>>;
13
- ionReorderMove: EventEmitter<IonReorderGroupCustomEvent<IIonReorderGroupReorderMoveEventDetail>>;
14
- ionReorderEnd: EventEmitter<IonReorderGroupCustomEvent<IIonReorderGroupReorderEndEventDetail>>;
15
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
16
- static ɵfac: i0.ɵɵFactoryDeclaration<IonReorderGroup, never>;
17
- static ɵcmp: i0.ɵɵComponentDeclaration<IonReorderGroup, "ion-reorder-group", never, { "disabled": { "alias": "disabled"; "required": false; }; }, { "ionItemReorder": "ionItemReorder"; "ionReorderStart": "ionReorderStart"; "ionReorderMove": "ionReorderMove"; "ionReorderEnd": "ionReorderEnd"; }, never, ["*"], true, never>;
18
- }
19
- export declare interface IonReorderGroup extends Components.IonReorderGroup {
20
- /**
21
- * Event that needs to be listened to in order to complete the reorder action. @deprecated Use `ionReorderEnd` instead. If you are accessing
22
- `event.detail.from` or `event.detail.to` and relying on them
23
- being different you should now add checks as they are always emitted
24
- in `ionReorderEnd`, even when they are the same.
25
- */
26
- ionItemReorder: EventEmitter<IonReorderGroupCustomEvent<IIonReorderGroupItemReorderEventDetail>>;
27
- /**
28
- * Event that is emitted when the reorder gesture starts.
29
- */
30
- ionReorderStart: EventEmitter<IonReorderGroupCustomEvent<void>>;
31
- /**
32
- * Event that is emitted as the reorder gesture moves.
33
- */
34
- ionReorderMove: EventEmitter<IonReorderGroupCustomEvent<IIonReorderGroupReorderMoveEventDetail>>;
35
- /**
36
- * Event that is emitted when the reorder gesture ends.
37
- The from and to properties are always available, regardless of
38
- if the reorder gesture moved the item. If the item did not change
39
- from its start position, the from and to properties will be the same.
40
- Once the event has been emitted, the `complete()` method then needs
41
- to be called in order to finalize the reorder action.
42
- */
43
- ionReorderEnd: EventEmitter<IonReorderGroupCustomEvent<IIonReorderGroupReorderEndEventDetail>>;
44
- }
45
- //# sourceMappingURL=ion-reorder-group.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ion-reorder-group.d.ts","sourceRoot":"","sources":["../../../src/standalone/directives/ion-reorder-group.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;AA8BzD,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,wBAAwB,CAAC;AACzE,OAAO,KAAK,EAAE,sBAAsB,IAAI,sCAAsC,EAAE,MAAM,wBAAwB,CAAC;AAC/G,OAAO,KAAK,EAAE,sBAAsB,IAAI,sCAAsC,EAAE,MAAM,wBAAwB,CAAC;AAC/G,OAAO,KAAK,EAAE,qBAAqB,IAAI,qCAAqC,EAAE,MAAM,wBAAwB,CAAC;;AA7B7G,qBAaa,eAAe;IAMuB,SAAS,CAAC,CAAC,EAAE,MAAM;IALpE,SAAS,CAAC,EAAE,EAAE,0BAA0B,CAAC;IAC/B,cAAc,mFAA0F;IACxG,eAAe,iDAAwD;IACvE,cAAc,mFAA0F;IACxG,aAAa,kFAAyF;gBACpG,CAAC,EAAE,iBAAiB,EAAE,CAAC,EAAE,UAAU,EAAY,CAAC,EAAE,MAAM;yCANzD,eAAe;2CAAf,eAAe;CAU3B;AAQD,MAAM,CAAC,OAAO,WAAW,eAAgB,SAAQ,UAAU,CAAC,eAAe;IACzE;;;;;OAKG;IACH,cAAc,EAAE,YAAY,CAAC,0BAA0B,CAAC,sCAAsC,CAAC,CAAC,CAAC;IACjG;;OAEG;IACH,eAAe,EAAE,YAAY,CAAC,0BAA0B,CAAC,IAAI,CAAC,CAAC,CAAC;IAChE;;OAEG;IACH,cAAc,EAAE,YAAY,CAAC,0BAA0B,CAAC,sCAAsC,CAAC,CAAC,CAAC;IACjG;;;;;;;OAOG;IACH,aAAa,EAAE,YAAY,CAAC,0BAA0B,CAAC,qCAAqC,CAAC,CAAC,CAAC;CAChG"}
@@ -1,50 +0,0 @@
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 defineIonReorderGroup } from '@ionic/core/components/ion-reorder-group.js';
7
- import * as i0 from "@angular/core";
8
- let IonReorderGroup = class IonReorderGroup {
9
- z;
10
- el;
11
- ionItemReorder = new EventEmitter();
12
- ionReorderStart = new EventEmitter();
13
- ionReorderMove = new EventEmitter();
14
- ionReorderEnd = new EventEmitter();
15
- constructor(c, r, z) {
16
- this.z = z;
17
- c.detach();
18
- this.el = r.nativeElement;
19
- }
20
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonReorderGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
21
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonReorderGroup, isStandalone: true, selector: "ion-reorder-group", inputs: { disabled: "disabled" }, outputs: { ionItemReorder: "ionItemReorder", ionReorderStart: "ionReorderStart", ionReorderMove: "ionReorderMove", ionReorderEnd: "ionReorderEnd" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
22
- };
23
- IonReorderGroup = __decorate([
24
- ProxyCmp({
25
- defineCustomElementFn: defineIonReorderGroup,
26
- inputs: ['disabled'],
27
- methods: ['complete']
28
- })
29
- ], IonReorderGroup);
30
- export { IonReorderGroup };
31
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonReorderGroup, decorators: [{
32
- type: Component,
33
- args: [{
34
- selector: 'ion-reorder-group',
35
- changeDetection: ChangeDetectionStrategy.OnPush,
36
- template: '<ng-content></ng-content>',
37
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
38
- inputs: ['disabled'],
39
- outputs: ['ionItemReorder', 'ionReorderStart', 'ionReorderMove', 'ionReorderEnd'],
40
- }]
41
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionItemReorder: [{
42
- type: Output
43
- }], ionReorderStart: [{
44
- type: Output
45
- }], ionReorderMove: [{
46
- type: Output
47
- }], ionReorderEnd: [{
48
- type: Output
49
- }] } });
50
- //# sourceMappingURL=ion-reorder-group.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ion-reorder-group.js","sourceRoot":"","sources":["../../../src/standalone/directives/ion-reorder-group.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,qBAAqB,EAAE,MAAM,6CAA6C,CAAC;;AAepG,IAAM,eAAe,GAArB,MAAM,eAAe;IAMiC;IALjD,EAAE,CAA6B;IAC/B,cAAc,GAAG,IAAI,YAAY,EAAsE,CAAC;IACxG,eAAe,GAAG,IAAI,YAAY,EAAoC,CAAC;IACvE,cAAc,GAAG,IAAI,YAAY,EAAsE,CAAC;IACxG,aAAa,GAAG,IAAI,YAAY,EAAqE,CAAC;IAChH,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;0HATU,eAAe;8GAAf,eAAe,oQALhB,2BAA2B;;AAK1B,eAAe;IAb3B,QAAQ,CAAC;QACR,qBAAqB,EAAE,qBAAqB;QAC5C,MAAM,EAAE,CAAC,UAAU,CAAC;QACpB,OAAO,EAAE,CAAC,UAAU,CAAC;KACtB,CAAC;GASW,eAAe,CAU3B;;2FAVY,eAAe;kBAR3B,SAAS;mBAAC;oBACT,QAAQ,EAAE,mBAAmB;oBAC7B,eAAe,EAAE,uBAAuB,CAAC,MAAM;oBAC/C,QAAQ,EAAE,2BAA2B;oBACrC,uEAAuE;oBACvE,MAAM,EAAE,CAAC,UAAU,CAAC;oBACpB,OAAO,EAAE,CAAC,gBAAgB,EAAE,iBAAiB,EAAE,gBAAgB,EAAE,eAAe,CAAC;iBAClF;;sBAGE,MAAM;;sBACN,MAAM;;sBACN,MAAM;;sBACN,MAAM"}