@ionic/angular 9.0.3-dev.11788456135.1ab1d6cd → 9.0.3-nightly.20260904

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 (276) hide show
  1. package/css/core.css +1 -1
  2. package/css/core.css.map +1 -1
  3. package/css/display.css +1 -1
  4. package/css/display.css.map +1 -1
  5. package/css/flex-utils.css +1 -1
  6. package/css/flex-utils.css.map +1 -1
  7. package/css/float-elements.css.map +1 -1
  8. package/css/global.bundle.css.map +1 -1
  9. package/css/ionic-swiper.css +1 -1
  10. package/css/ionic-swiper.css.map +1 -1
  11. package/css/ionic.bundle.css +1 -1
  12. package/css/ionic.bundle.css.map +1 -1
  13. package/css/normalize.css.map +1 -1
  14. package/css/padding.css.map +1 -1
  15. package/css/palettes/dark.always.css.map +1 -1
  16. package/css/palettes/dark.class.css.map +1 -1
  17. package/css/palettes/dark.system.css.map +1 -1
  18. package/css/palettes/high-contrast-dark.always.css.map +1 -1
  19. package/css/palettes/high-contrast-dark.class.css.map +1 -1
  20. package/css/palettes/high-contrast-dark.system.css.map +1 -1
  21. package/css/palettes/high-contrast.always.css.map +1 -1
  22. package/css/palettes/high-contrast.class.css.map +1 -1
  23. package/css/palettes/high-contrast.system.css.map +1 -1
  24. package/css/structure.css.map +1 -1
  25. package/css/text-alignment.css.map +1 -1
  26. package/css/text-transformation.css.map +1 -1
  27. package/css/typography.css.map +1 -1
  28. package/css/utils.bundle.css +1 -1
  29. package/css/utils.bundle.css.map +1 -1
  30. package/dist/lazy/directives/proxies-list.d.ts +1 -1
  31. package/dist/lazy/directives/proxies-list.js +0 -3
  32. package/dist/lazy/directives/proxies-list.js.map +1 -1
  33. package/dist/lazy/directives/proxies.d.ts +84 -112
  34. package/dist/lazy/directives/proxies.js +242 -337
  35. package/dist/lazy/directives/proxies.js.map +1 -1
  36. package/dist/lazy/ionic-module.d.ts +1 -1
  37. package/dist/lazy/ionic-module.js +2 -2
  38. package/dist/standalone/directives/ion-accordion-group.d.ts +1 -1
  39. package/dist/standalone/directives/ion-accordion-group.js +3 -3
  40. package/dist/standalone/directives/ion-accordion-group.js.map +1 -1
  41. package/dist/standalone/directives/ion-accordion.d.ts +1 -1
  42. package/dist/standalone/directives/ion-accordion.js +3 -3
  43. package/dist/standalone/directives/ion-accordion.js.map +1 -1
  44. package/dist/standalone/directives/ion-action-sheet.d.ts +1 -1
  45. package/dist/standalone/directives/ion-action-sheet.js +3 -3
  46. package/dist/standalone/directives/ion-action-sheet.js.map +1 -1
  47. package/dist/standalone/directives/ion-alert.d.ts +1 -1
  48. package/dist/standalone/directives/ion-alert.js +3 -3
  49. package/dist/standalone/directives/ion-alert.js.map +1 -1
  50. package/dist/standalone/directives/ion-app.d.ts +1 -1
  51. package/dist/standalone/directives/ion-app.js +2 -3
  52. package/dist/standalone/directives/ion-app.js.map +1 -1
  53. package/dist/standalone/directives/ion-avatar.d.ts +1 -1
  54. package/dist/standalone/directives/ion-avatar.js +3 -4
  55. package/dist/standalone/directives/ion-avatar.js.map +1 -1
  56. package/dist/standalone/directives/ion-backdrop.d.ts +1 -1
  57. package/dist/standalone/directives/ion-backdrop.js +3 -3
  58. package/dist/standalone/directives/ion-backdrop.js.map +1 -1
  59. package/dist/standalone/directives/ion-badge.d.ts +1 -1
  60. package/dist/standalone/directives/ion-badge.js +3 -3
  61. package/dist/standalone/directives/ion-badge.js.map +1 -1
  62. package/dist/standalone/directives/ion-breadcrumb.d.ts +1 -1
  63. package/dist/standalone/directives/ion-breadcrumb.js +3 -3
  64. package/dist/standalone/directives/ion-breadcrumb.js.map +1 -1
  65. package/dist/standalone/directives/ion-breadcrumbs.d.ts +1 -1
  66. package/dist/standalone/directives/ion-breadcrumbs.js +3 -3
  67. package/dist/standalone/directives/ion-breadcrumbs.js.map +1 -1
  68. package/dist/standalone/directives/ion-button.d.ts +1 -1
  69. package/dist/standalone/directives/ion-button.js +3 -3
  70. package/dist/standalone/directives/ion-button.js.map +1 -1
  71. package/dist/standalone/directives/ion-buttons.d.ts +1 -1
  72. package/dist/standalone/directives/ion-buttons.js +3 -3
  73. package/dist/standalone/directives/ion-buttons.js.map +1 -1
  74. package/dist/standalone/directives/ion-card-content.d.ts +1 -1
  75. package/dist/standalone/directives/ion-card-content.js +3 -3
  76. package/dist/standalone/directives/ion-card-content.js.map +1 -1
  77. package/dist/standalone/directives/ion-card-header.d.ts +1 -1
  78. package/dist/standalone/directives/ion-card-header.js +3 -3
  79. package/dist/standalone/directives/ion-card-header.js.map +1 -1
  80. package/dist/standalone/directives/ion-card-subtitle.d.ts +1 -1
  81. package/dist/standalone/directives/ion-card-subtitle.js +3 -3
  82. package/dist/standalone/directives/ion-card-subtitle.js.map +1 -1
  83. package/dist/standalone/directives/ion-card-title.d.ts +1 -1
  84. package/dist/standalone/directives/ion-card-title.js +3 -3
  85. package/dist/standalone/directives/ion-card-title.js.map +1 -1
  86. package/dist/standalone/directives/ion-card.d.ts +1 -1
  87. package/dist/standalone/directives/ion-card.js +3 -3
  88. package/dist/standalone/directives/ion-card.js.map +1 -1
  89. package/dist/standalone/directives/ion-chip.d.ts +1 -1
  90. package/dist/standalone/directives/ion-chip.js +3 -3
  91. package/dist/standalone/directives/ion-chip.js.map +1 -1
  92. package/dist/standalone/directives/ion-col.d.ts +1 -1
  93. package/dist/standalone/directives/ion-col.js +3 -3
  94. package/dist/standalone/directives/ion-col.js.map +1 -1
  95. package/dist/standalone/directives/ion-content.d.ts +1 -1
  96. package/dist/standalone/directives/ion-content.js +3 -3
  97. package/dist/standalone/directives/ion-content.js.map +1 -1
  98. package/dist/standalone/directives/ion-datetime-button.d.ts +1 -1
  99. package/dist/standalone/directives/ion-datetime-button.js +3 -3
  100. package/dist/standalone/directives/ion-datetime-button.js.map +1 -1
  101. package/dist/standalone/directives/ion-fab-button.d.ts +1 -1
  102. package/dist/standalone/directives/ion-fab-button.js +3 -3
  103. package/dist/standalone/directives/ion-fab-button.js.map +1 -1
  104. package/dist/standalone/directives/ion-fab-list.d.ts +1 -1
  105. package/dist/standalone/directives/ion-fab-list.js +3 -3
  106. package/dist/standalone/directives/ion-fab-list.js.map +1 -1
  107. package/dist/standalone/directives/ion-fab.d.ts +1 -1
  108. package/dist/standalone/directives/ion-fab.js +3 -3
  109. package/dist/standalone/directives/ion-fab.js.map +1 -1
  110. package/dist/standalone/directives/ion-footer.d.ts +1 -1
  111. package/dist/standalone/directives/ion-footer.js +3 -3
  112. package/dist/standalone/directives/ion-footer.js.map +1 -1
  113. package/dist/standalone/directives/ion-grid.d.ts +1 -1
  114. package/dist/standalone/directives/ion-grid.js +3 -3
  115. package/dist/standalone/directives/ion-grid.js.map +1 -1
  116. package/dist/standalone/directives/ion-header.d.ts +1 -1
  117. package/dist/standalone/directives/ion-header.js +3 -3
  118. package/dist/standalone/directives/ion-header.js.map +1 -1
  119. package/dist/standalone/directives/ion-img.d.ts +1 -1
  120. package/dist/standalone/directives/ion-img.js +3 -3
  121. package/dist/standalone/directives/ion-img.js.map +1 -1
  122. package/dist/standalone/directives/ion-infinite-scroll-content.d.ts +1 -1
  123. package/dist/standalone/directives/ion-infinite-scroll-content.js +3 -3
  124. package/dist/standalone/directives/ion-infinite-scroll-content.js.map +1 -1
  125. package/dist/standalone/directives/ion-infinite-scroll.d.ts +1 -1
  126. package/dist/standalone/directives/ion-infinite-scroll.js +3 -3
  127. package/dist/standalone/directives/ion-infinite-scroll.js.map +1 -1
  128. package/dist/standalone/directives/ion-item-divider.d.ts +1 -1
  129. package/dist/standalone/directives/ion-item-divider.js +3 -3
  130. package/dist/standalone/directives/ion-item-divider.js.map +1 -1
  131. package/dist/standalone/directives/ion-item-group.d.ts +1 -1
  132. package/dist/standalone/directives/ion-item-group.js +3 -4
  133. package/dist/standalone/directives/ion-item-group.js.map +1 -1
  134. package/dist/standalone/directives/ion-item-option.d.ts +1 -1
  135. package/dist/standalone/directives/ion-item-option.js +3 -3
  136. package/dist/standalone/directives/ion-item-option.js.map +1 -1
  137. package/dist/standalone/directives/ion-item-options.d.ts +1 -1
  138. package/dist/standalone/directives/ion-item-options.js +3 -3
  139. package/dist/standalone/directives/ion-item-options.js.map +1 -1
  140. package/dist/standalone/directives/ion-item-sliding.d.ts +1 -1
  141. package/dist/standalone/directives/ion-item-sliding.js +3 -3
  142. package/dist/standalone/directives/ion-item-sliding.js.map +1 -1
  143. package/dist/standalone/directives/ion-item.d.ts +1 -1
  144. package/dist/standalone/directives/ion-item.js +3 -3
  145. package/dist/standalone/directives/ion-item.js.map +1 -1
  146. package/dist/standalone/directives/ion-label.d.ts +1 -1
  147. package/dist/standalone/directives/ion-label.js +3 -3
  148. package/dist/standalone/directives/ion-label.js.map +1 -1
  149. package/dist/standalone/directives/ion-list-header.d.ts +1 -1
  150. package/dist/standalone/directives/ion-list-header.js +3 -3
  151. package/dist/standalone/directives/ion-list-header.js.map +1 -1
  152. package/dist/standalone/directives/ion-list.d.ts +1 -1
  153. package/dist/standalone/directives/ion-list.js +3 -3
  154. package/dist/standalone/directives/ion-list.js.map +1 -1
  155. package/dist/standalone/directives/ion-loading.d.ts +1 -1
  156. package/dist/standalone/directives/ion-loading.js +3 -3
  157. package/dist/standalone/directives/ion-loading.js.map +1 -1
  158. package/dist/standalone/directives/ion-menu-button.d.ts +1 -1
  159. package/dist/standalone/directives/ion-menu-button.js +3 -3
  160. package/dist/standalone/directives/ion-menu-button.js.map +1 -1
  161. package/dist/standalone/directives/ion-menu-toggle.d.ts +1 -1
  162. package/dist/standalone/directives/ion-menu-toggle.js +3 -3
  163. package/dist/standalone/directives/ion-menu-toggle.js.map +1 -1
  164. package/dist/standalone/directives/ion-menu.d.ts +1 -1
  165. package/dist/standalone/directives/ion-menu.js +3 -3
  166. package/dist/standalone/directives/ion-menu.js.map +1 -1
  167. package/dist/standalone/directives/ion-nav-link.d.ts +1 -1
  168. package/dist/standalone/directives/ion-nav-link.js +3 -3
  169. package/dist/standalone/directives/ion-nav-link.js.map +1 -1
  170. package/dist/standalone/directives/ion-note.d.ts +1 -1
  171. package/dist/standalone/directives/ion-note.js +3 -3
  172. package/dist/standalone/directives/ion-note.js.map +1 -1
  173. package/dist/standalone/directives/ion-picker-column-option.d.ts +1 -1
  174. package/dist/standalone/directives/ion-picker-column-option.js +3 -3
  175. package/dist/standalone/directives/ion-picker-column-option.js.map +1 -1
  176. package/dist/standalone/directives/ion-picker-column.d.ts +1 -1
  177. package/dist/standalone/directives/ion-picker-column.js +3 -3
  178. package/dist/standalone/directives/ion-picker-column.js.map +1 -1
  179. package/dist/standalone/directives/ion-picker.d.ts +1 -1
  180. package/dist/standalone/directives/ion-picker.js +3 -3
  181. package/dist/standalone/directives/ion-picker.js.map +1 -1
  182. package/dist/standalone/directives/ion-progress-bar.d.ts +1 -1
  183. package/dist/standalone/directives/ion-progress-bar.js +3 -3
  184. package/dist/standalone/directives/ion-progress-bar.js.map +1 -1
  185. package/dist/standalone/directives/ion-radio.d.ts +1 -1
  186. package/dist/standalone/directives/ion-radio.js +3 -3
  187. package/dist/standalone/directives/ion-radio.js.map +1 -1
  188. package/dist/standalone/directives/ion-refresher-content.d.ts +1 -1
  189. package/dist/standalone/directives/ion-refresher-content.js +3 -3
  190. package/dist/standalone/directives/ion-refresher-content.js.map +1 -1
  191. package/dist/standalone/directives/ion-refresher.d.ts +1 -1
  192. package/dist/standalone/directives/ion-refresher.js +3 -3
  193. package/dist/standalone/directives/ion-refresher.js.map +1 -1
  194. package/dist/standalone/directives/ion-reorder-group.d.ts +1 -1
  195. package/dist/standalone/directives/ion-reorder-group.js +3 -3
  196. package/dist/standalone/directives/ion-reorder-group.js.map +1 -1
  197. package/dist/standalone/directives/ion-reorder.d.ts +1 -1
  198. package/dist/standalone/directives/ion-reorder.js +3 -4
  199. package/dist/standalone/directives/ion-reorder.js.map +1 -1
  200. package/dist/standalone/directives/ion-ripple-effect.d.ts +1 -1
  201. package/dist/standalone/directives/ion-ripple-effect.js +3 -3
  202. package/dist/standalone/directives/ion-ripple-effect.js.map +1 -1
  203. package/dist/standalone/directives/ion-row.d.ts +1 -1
  204. package/dist/standalone/directives/ion-row.js +3 -4
  205. package/dist/standalone/directives/ion-row.js.map +1 -1
  206. package/dist/standalone/directives/ion-segment-button.d.ts +1 -1
  207. package/dist/standalone/directives/ion-segment-button.js +3 -3
  208. package/dist/standalone/directives/ion-segment-button.js.map +1 -1
  209. package/dist/standalone/directives/ion-select-modal.d.ts +1 -1
  210. package/dist/standalone/directives/ion-select-modal.js +3 -3
  211. package/dist/standalone/directives/ion-select-modal.js.map +1 -1
  212. package/dist/standalone/directives/ion-select-option.d.ts +1 -1
  213. package/dist/standalone/directives/ion-select-option.js +3 -3
  214. package/dist/standalone/directives/ion-select-option.js.map +1 -1
  215. package/dist/standalone/directives/ion-skeleton-text.d.ts +1 -1
  216. package/dist/standalone/directives/ion-skeleton-text.js +3 -3
  217. package/dist/standalone/directives/ion-skeleton-text.js.map +1 -1
  218. package/dist/standalone/directives/ion-spinner.d.ts +1 -1
  219. package/dist/standalone/directives/ion-spinner.js +3 -3
  220. package/dist/standalone/directives/ion-spinner.js.map +1 -1
  221. package/dist/standalone/directives/ion-split-pane.d.ts +1 -1
  222. package/dist/standalone/directives/ion-split-pane.js +3 -3
  223. package/dist/standalone/directives/ion-split-pane.js.map +1 -1
  224. package/dist/standalone/directives/ion-tab-bar.d.ts +1 -1
  225. package/dist/standalone/directives/ion-tab-bar.js +3 -3
  226. package/dist/standalone/directives/ion-tab-bar.js.map +1 -1
  227. package/dist/standalone/directives/ion-tab-button.d.ts +1 -1
  228. package/dist/standalone/directives/ion-tab-button.js +3 -3
  229. package/dist/standalone/directives/ion-tab-button.js.map +1 -1
  230. package/dist/standalone/directives/ion-tab.d.ts +1 -1
  231. package/dist/standalone/directives/ion-tab.js +3 -3
  232. package/dist/standalone/directives/ion-tab.js.map +1 -1
  233. package/dist/standalone/directives/ion-text.d.ts +1 -1
  234. package/dist/standalone/directives/ion-text.js +3 -3
  235. package/dist/standalone/directives/ion-text.js.map +1 -1
  236. package/dist/standalone/directives/ion-thumbnail.d.ts +1 -1
  237. package/dist/standalone/directives/ion-thumbnail.js +3 -4
  238. package/dist/standalone/directives/ion-thumbnail.js.map +1 -1
  239. package/dist/standalone/directives/ion-title.d.ts +1 -1
  240. package/dist/standalone/directives/ion-title.js +3 -3
  241. package/dist/standalone/directives/ion-title.js.map +1 -1
  242. package/dist/standalone/directives/ion-toast.d.ts +1 -1
  243. package/dist/standalone/directives/ion-toast.js +3 -3
  244. package/dist/standalone/directives/ion-toast.js.map +1 -1
  245. package/dist/standalone/directives/ion-toolbar.d.ts +1 -1
  246. package/dist/standalone/directives/ion-toolbar.js +3 -3
  247. package/dist/standalone/directives/ion-toolbar.js.map +1 -1
  248. package/dist/standalone/directives/proxies.d.ts +0 -3
  249. package/dist/standalone/directives/proxies.js +0 -3
  250. package/dist/standalone/directives/proxies.js.map +1 -1
  251. package/package.json +2 -5
  252. package/css/ionic/bundle.ionic.css +0 -1
  253. package/css/ionic/bundle.ionic.css.map +0 -1
  254. package/css/ionic/core.ionic.css +0 -1
  255. package/css/ionic/core.ionic.css.map +0 -1
  256. package/css/ionic/global.bundle.ionic.css +0 -1
  257. package/css/ionic/global.bundle.ionic.css.map +0 -1
  258. package/css/ionic/ionic-swiper.ionic.css +0 -1
  259. package/css/ionic/ionic-swiper.ionic.css.map +0 -1
  260. package/css/ionic/link.ionic.css +0 -1
  261. package/css/ionic/link.ionic.css.map +0 -1
  262. package/css/ionic/structure.ionic.css +0 -1
  263. package/css/ionic/structure.ionic.css.map +0 -1
  264. package/css/ionic/typography.ionic.css +0 -1
  265. package/css/ionic/typography.ionic.css.map +0 -1
  266. package/css/ionic/utils.bundle.ionic.css +0 -1
  267. package/css/ionic/utils.bundle.ionic.css.map +0 -1
  268. package/dist/standalone/directives/ion-divider.d.ts +0 -12
  269. package/dist/standalone/directives/ion-divider.js +0 -36
  270. package/dist/standalone/directives/ion-divider.js.map +0 -1
  271. package/dist/standalone/directives/ion-gallery-item.d.ts +0 -12
  272. package/dist/standalone/directives/ion-gallery-item.js +0 -36
  273. package/dist/standalone/directives/ion-gallery-item.js.map +0 -1
  274. package/dist/standalone/directives/ion-gallery.d.ts +0 -12
  275. package/dist/standalone/directives/ion-gallery.js +0 -36
  276. package/dist/standalone/directives/ion-gallery.js.map +0 -1
@@ -14,12 +14,12 @@ let IonCol = class IonCol {
14
14
  this.el = r.nativeElement;
15
15
  }
16
16
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonCol, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
17
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonCol, isStandalone: true, selector: "ion-col", inputs: { mode: "mode", offset: "offset", offsetLg: "offsetLg", offsetMd: "offsetMd", offsetSm: "offsetSm", offsetXl: "offsetXl", offsetXs: "offsetXs", order: "order", orderLg: "orderLg", orderMd: "orderMd", orderSm: "orderSm", orderXl: "orderXl", orderXs: "orderXs", pull: "pull", pullLg: "pullLg", pullMd: "pullMd", pullSm: "pullSm", pullXl: "pullXl", pullXs: "pullXs", push: "push", pushLg: "pushLg", pushMd: "pushMd", pushSm: "pushSm", pushXl: "pushXl", pushXs: "pushXs", size: "size", sizeLg: "sizeLg", sizeMd: "sizeMd", sizeSm: "sizeSm", sizeXl: "sizeXl", sizeXs: "sizeXs", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
17
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonCol, isStandalone: true, selector: "ion-col", inputs: { offset: "offset", offsetLg: "offsetLg", offsetMd: "offsetMd", offsetSm: "offsetSm", offsetXl: "offsetXl", offsetXs: "offsetXs", pull: "pull", pullLg: "pullLg", pullMd: "pullMd", pullSm: "pullSm", pullXl: "pullXl", pullXs: "pullXs", push: "push", pushLg: "pushLg", pushMd: "pushMd", pushSm: "pushSm", pushXl: "pushXl", pushXs: "pushXs", size: "size", sizeLg: "sizeLg", sizeMd: "sizeMd", sizeSm: "sizeSm", sizeXl: "sizeXl", sizeXs: "sizeXs" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
18
18
  };
19
19
  IonCol = __decorate([
20
20
  ProxyCmp({
21
21
  defineCustomElementFn: defineIonCol,
22
- inputs: ['mode', 'offset', 'offsetLg', 'offsetMd', 'offsetSm', 'offsetXl', 'offsetXs', 'order', 'orderLg', 'orderMd', 'orderSm', 'orderXl', 'orderXs', 'pull', 'pullLg', 'pullMd', 'pullSm', 'pullXl', 'pullXs', 'push', 'pushLg', 'pushMd', 'pushSm', 'pushXl', 'pushXs', 'size', 'sizeLg', 'sizeMd', 'sizeSm', 'sizeXl', 'sizeXs', 'theme']
22
+ inputs: ['offset', 'offsetLg', 'offsetMd', 'offsetSm', 'offsetXl', 'offsetXs', 'pull', 'pullLg', 'pullMd', 'pullSm', 'pullXl', 'pullXs', 'push', 'pushLg', 'pushMd', 'pushSm', 'pushXl', 'pushXs', 'size', 'sizeLg', 'sizeMd', 'sizeSm', 'sizeXl', 'sizeXs']
23
23
  })
24
24
  ], IonCol);
25
25
  export { IonCol };
@@ -30,7 +30,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
30
30
  changeDetection: ChangeDetectionStrategy.OnPush,
31
31
  template: '<ng-content></ng-content>',
32
32
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
33
- inputs: ['mode', 'offset', 'offsetLg', 'offsetMd', 'offsetSm', 'offsetXl', 'offsetXs', 'order', 'orderLg', 'orderMd', 'orderSm', 'orderXl', 'orderXs', 'pull', 'pullLg', 'pullMd', 'pullSm', 'pullXl', 'pullXs', 'push', 'pushLg', 'pushMd', 'pushSm', 'pushXl', 'pushXs', 'size', 'sizeLg', 'sizeMd', 'sizeSm', 'sizeXl', 'sizeXs', 'theme'],
33
+ inputs: ['offset', 'offsetLg', 'offsetMd', 'offsetSm', 'offsetXl', 'offsetXs', 'pull', 'pullLg', 'pullMd', 'pullSm', 'pullXl', 'pullXs', 'push', 'pushLg', 'pushMd', 'pushSm', 'pushXl', 'pushXs', 'size', 'sizeLg', 'sizeMd', 'sizeSm', 'sizeXl', 'sizeXs'],
34
34
  }]
35
35
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
36
36
  //# sourceMappingURL=ion-col.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ion-col.js","sourceRoot":"","sources":["../../../src/standalone/directives/ion-col.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,YAAY,EAAE,MAAM,mCAAmC,CAAC;;AAajF,IAAM,MAAM,GAAZ,MAAM,MAAM;IAE0C;IADjD,EAAE,CAAoB;IAChC,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,MAAM;8GAAN,MAAM,ypBAJP,2BAA2B;;AAI1B,MAAM;IAXlB,QAAQ,CAAC;QACR,qBAAqB,EAAE,YAAY;QACnC,MAAM,EAAE,CAAC,MAAM,EAAE,QAAQ,EAAE,UAAU,EAAE,UAAU,EAAE,UAAU,EAAE,UAAU,EAAE,UAAU,EAAE,OAAO,EAAE,SAAS,EAAE,SAAS,EAAE,SAAS,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,EAAE,QAAQ,EAAE,QAAQ,EAAE,QAAQ,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,QAAQ,EAAE,QAAQ,EAAE,QAAQ,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,QAAQ,EAAE,QAAQ,EAAE,QAAQ,EAAE,QAAQ,EAAE,QAAQ,EAAE,OAAO,CAAC;KAC9U,CAAC;GAQW,MAAM,CAMlB;;2FANY,MAAM;kBAPlB,SAAS;mBAAC;oBACT,QAAQ,EAAE,SAAS;oBACnB,eAAe,EAAE,uBAAuB,CAAC,MAAM;oBAC/C,QAAQ,EAAE,2BAA2B;oBACrC,uEAAuE;oBACvE,MAAM,EAAE,CAAC,MAAM,EAAE,QAAQ,EAAE,UAAU,EAAE,UAAU,EAAE,UAAU,EAAE,UAAU,EAAE,UAAU,EAAE,OAAO,EAAE,SAAS,EAAE,SAAS,EAAE,SAAS,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,EAAE,QAAQ,EAAE,QAAQ,EAAE,QAAQ,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,QAAQ,EAAE,QAAQ,EAAE,QAAQ,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,QAAQ,EAAE,QAAQ,EAAE,QAAQ,EAAE,QAAQ,EAAE,QAAQ,EAAE,OAAO,CAAC;iBAC9U","sourcesContent":["/* tslint:disable */\n/* auto-generated angular directive proxies */\nimport { ChangeDetectionStrategy, ChangeDetectorRef, Component, ElementRef, NgZone } from '@angular/core';\n\nimport { ProxyCmp } from './angular-component-lib/utils';\n\nimport type { Components } from '@ionic/core/components';\n\nimport { defineCustomElement as defineIonCol } from '@ionic/core/components/ion-col.js';\n\n@ProxyCmp({\n defineCustomElementFn: defineIonCol,\n inputs: ['mode', 'offset', 'offsetLg', 'offsetMd', 'offsetSm', 'offsetXl', 'offsetXs', 'order', 'orderLg', 'orderMd', 'orderSm', 'orderXl', 'orderXs', 'pull', 'pullLg', 'pullMd', 'pullSm', 'pullXl', 'pullXs', 'push', 'pushLg', 'pushMd', 'pushSm', 'pushXl', 'pushXs', 'size', 'sizeLg', 'sizeMd', 'sizeSm', 'sizeXl', 'sizeXs', 'theme']\n})\n@Component({\n selector: 'ion-col',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['mode', 'offset', 'offsetLg', 'offsetMd', 'offsetSm', 'offsetXl', 'offsetXs', 'order', 'orderLg', 'orderMd', 'orderSm', 'orderXl', 'orderXs', 'pull', 'pullLg', 'pullMd', 'pullSm', 'pullXl', 'pullXs', 'push', 'pushLg', 'pushMd', 'pushSm', 'pushXl', 'pushXs', 'size', 'sizeLg', 'sizeMd', 'sizeSm', 'sizeXl', 'sizeXs', 'theme'],\n})\nexport class IonCol {\n protected el: HTMLIonColElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface IonCol extends Components.IonCol {}\n\n\n"]}
1
+ {"version":3,"file":"ion-col.js","sourceRoot":"","sources":["../../../src/standalone/directives/ion-col.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,YAAY,EAAE,MAAM,mCAAmC,CAAC;;AAajF,IAAM,MAAM,GAAZ,MAAM,MAAM;IAE0C;IADjD,EAAE,CAAoB;IAChC,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,MAAM;8GAAN,MAAM,ugBAJP,2BAA2B;;AAI1B,MAAM;IAXlB,QAAQ,CAAC;QACR,qBAAqB,EAAE,YAAY;QACnC,MAAM,EAAE,CAAC,QAAQ,EAAE,UAAU,EAAE,UAAU,EAAE,UAAU,EAAE,UAAU,EAAE,UAAU,EAAE,MAAM,EAAE,QAAQ,EAAE,QAAQ,EAAE,QAAQ,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,QAAQ,EAAE,QAAQ,EAAE,QAAQ,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,QAAQ,EAAE,QAAQ,EAAE,QAAQ,EAAE,QAAQ,EAAE,QAAQ,CAAC;KAC7P,CAAC;GAQW,MAAM,CAMlB;;2FANY,MAAM;kBAPlB,SAAS;mBAAC;oBACT,QAAQ,EAAE,SAAS;oBACnB,eAAe,EAAE,uBAAuB,CAAC,MAAM;oBAC/C,QAAQ,EAAE,2BAA2B;oBACrC,uEAAuE;oBACvE,MAAM,EAAE,CAAC,QAAQ,EAAE,UAAU,EAAE,UAAU,EAAE,UAAU,EAAE,UAAU,EAAE,UAAU,EAAE,MAAM,EAAE,QAAQ,EAAE,QAAQ,EAAE,QAAQ,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,QAAQ,EAAE,QAAQ,EAAE,QAAQ,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,QAAQ,EAAE,QAAQ,EAAE,QAAQ,EAAE,QAAQ,EAAE,QAAQ,CAAC;iBAC7P","sourcesContent":["/* tslint:disable */\n/* auto-generated angular directive proxies */\nimport { ChangeDetectionStrategy, ChangeDetectorRef, Component, ElementRef, NgZone } from '@angular/core';\n\nimport { ProxyCmp } from './angular-component-lib/utils';\n\nimport type { Components } from '@ionic/core/components';\n\nimport { defineCustomElement as defineIonCol } from '@ionic/core/components/ion-col.js';\n\n@ProxyCmp({\n defineCustomElementFn: defineIonCol,\n inputs: ['offset', 'offsetLg', 'offsetMd', 'offsetSm', 'offsetXl', 'offsetXs', 'pull', 'pullLg', 'pullMd', 'pullSm', 'pullXl', 'pullXs', 'push', 'pushLg', 'pushMd', 'pushSm', 'pushXl', 'pushXs', 'size', 'sizeLg', 'sizeMd', 'sizeSm', 'sizeXl', 'sizeXs']\n})\n@Component({\n selector: 'ion-col',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['offset', 'offsetLg', 'offsetMd', 'offsetSm', 'offsetXl', 'offsetXs', 'pull', 'pullLg', 'pullMd', 'pullSm', 'pullXl', 'pullXs', 'push', 'pushLg', 'pushMd', 'pushSm', 'pushXl', 'pushXs', 'size', 'sizeLg', 'sizeMd', 'sizeSm', 'sizeXl', 'sizeXs'],\n})\nexport class IonCol {\n protected el: HTMLIonColElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface IonCol extends Components.IonCol {}\n\n\n"]}
@@ -12,7 +12,7 @@ export declare class IonContent {
12
12
  ionScrollEnd: EventEmitter<IonContentCustomEvent<IIonContentScrollBaseDetail>>;
13
13
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<IonContent, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<IonContent, "ion-content", never, { "color": { "alias": "color"; "required": false; }; "fixedSlotPlacement": { "alias": "fixedSlotPlacement"; "required": false; }; "forceOverscroll": { "alias": "forceOverscroll"; "required": false; }; "fullscreen": { "alias": "fullscreen"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "scrollEvents": { "alias": "scrollEvents"; "required": false; }; "scrollX": { "alias": "scrollX"; "required": false; }; "scrollY": { "alias": "scrollY"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; }, { "ionScrollStart": "ionScrollStart"; "ionScroll": "ionScroll"; "ionScrollEnd": "ionScrollEnd"; }, never, ["*"], true, never>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<IonContent, "ion-content", never, { "color": { "alias": "color"; "required": false; }; "fixedSlotPlacement": { "alias": "fixedSlotPlacement"; "required": false; }; "forceOverscroll": { "alias": "forceOverscroll"; "required": false; }; "fullscreen": { "alias": "fullscreen"; "required": false; }; "scrollEvents": { "alias": "scrollEvents"; "required": false; }; "scrollX": { "alias": "scrollX"; "required": false; }; "scrollY": { "alias": "scrollY"; "required": false; }; }, { "ionScrollStart": "ionScrollStart"; "ionScroll": "ionScroll"; "ionScrollEnd": "ionScrollEnd"; }, never, ["*"], true, never>;
16
16
  }
17
17
  export declare interface IonContent extends Components.IonContent {
18
18
  /**
@@ -17,12 +17,12 @@ let IonContent = class IonContent {
17
17
  this.el = r.nativeElement;
18
18
  }
19
19
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonContent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
20
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonContent, isStandalone: true, selector: "ion-content", inputs: { color: "color", fixedSlotPlacement: "fixedSlotPlacement", forceOverscroll: "forceOverscroll", fullscreen: "fullscreen", mode: "mode", scrollEvents: "scrollEvents", scrollX: "scrollX", scrollY: "scrollY", theme: "theme" }, outputs: { ionScrollStart: "ionScrollStart", ionScroll: "ionScroll", ionScrollEnd: "ionScrollEnd" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
20
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonContent, isStandalone: true, selector: "ion-content", inputs: { color: "color", fixedSlotPlacement: "fixedSlotPlacement", forceOverscroll: "forceOverscroll", fullscreen: "fullscreen", scrollEvents: "scrollEvents", scrollX: "scrollX", scrollY: "scrollY" }, outputs: { ionScrollStart: "ionScrollStart", ionScroll: "ionScroll", ionScrollEnd: "ionScrollEnd" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
21
21
  };
22
22
  IonContent = __decorate([
23
23
  ProxyCmp({
24
24
  defineCustomElementFn: defineIonContent,
25
- inputs: ['color', 'fixedSlotPlacement', 'forceOverscroll', 'fullscreen', 'mode', 'scrollEvents', 'scrollX', 'scrollY', 'theme'],
25
+ inputs: ['color', 'fixedSlotPlacement', 'forceOverscroll', 'fullscreen', 'scrollEvents', 'scrollX', 'scrollY'],
26
26
  methods: ['getScrollElement', 'scrollToTop', 'scrollToBottom', 'scrollByPoint', 'scrollToPoint']
27
27
  })
28
28
  ], IonContent);
@@ -34,7 +34,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
34
34
  changeDetection: ChangeDetectionStrategy.OnPush,
35
35
  template: '<ng-content></ng-content>',
36
36
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
37
- inputs: ['color', 'fixedSlotPlacement', 'forceOverscroll', 'fullscreen', 'mode', 'scrollEvents', 'scrollX', 'scrollY', 'theme'],
37
+ inputs: ['color', 'fixedSlotPlacement', 'forceOverscroll', 'fullscreen', 'scrollEvents', 'scrollX', 'scrollY'],
38
38
  outputs: ['ionScrollStart', 'ionScroll', 'ionScrollEnd'],
39
39
  }]
40
40
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionScrollStart: [{
@@ -1 +1 @@
1
- {"version":3,"file":"ion-content.js","sourceRoot":"","sources":["../../../src/standalone/directives/ion-content.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,8CAA8C;AAC9C,OAAO,EAAE,uBAAuB,EAAqB,SAAS,EAAsB,YAAY,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AAEhI,OAAO,EAAE,QAAQ,EAAE,MAAM,+BAA+B,CAAC;AAIzD,OAAO,EAAE,mBAAmB,IAAI,gBAAgB,EAAE,MAAM,uCAAuC,CAAC;;AAezF,IAAM,UAAU,GAAhB,MAAM,UAAU;IAKsC;IAJjD,EAAE,CAAwB;IAC1B,cAAc,GAAG,IAAI,YAAY,EAAsD,CAAC;IACxF,SAAS,GAAG,IAAI,YAAY,EAAkD,CAAC;IAC/E,YAAY,GAAG,IAAI,YAAY,EAAsD,CAAC;IAChG,YAAY,CAAoB,EAAE,CAAa,EAAY,CAAS;QAAT,MAAC,GAAD,CAAC,CAAQ;QAClE,CAAC,CAAC,MAAM,EAAE,CAAC;QACX,IAAI,CAAC,EAAE,GAAG,CAAC,CAAC,aAAa,CAAC;IAC5B,CAAC;0HARU,UAAU;8GAAV,UAAU,oZALX,2BAA2B;;AAK1B,UAAU;IAbtB,QAAQ,CAAC;QACR,qBAAqB,EAAE,gBAAgB;QACvC,MAAM,EAAE,CAAC,OAAO,EAAE,oBAAoB,EAAE,iBAAiB,EAAE,YAAY,EAAE,MAAM,EAAE,cAAc,EAAE,SAAS,EAAE,SAAS,EAAE,OAAO,CAAC;QAC/H,OAAO,EAAE,CAAC,kBAAkB,EAAE,aAAa,EAAE,gBAAgB,EAAE,eAAe,EAAE,eAAe,CAAC;KACjG,CAAC;GASW,UAAU,CAStB;;2FATY,UAAU;kBARtB,SAAS;mBAAC;oBACT,QAAQ,EAAE,aAAa;oBACvB,eAAe,EAAE,uBAAuB,CAAC,MAAM;oBAC/C,QAAQ,EAAE,2BAA2B;oBACrC,uEAAuE;oBACvE,MAAM,EAAE,CAAC,OAAO,EAAE,oBAAoB,EAAE,iBAAiB,EAAE,YAAY,EAAE,MAAM,EAAE,cAAc,EAAE,SAAS,EAAE,SAAS,EAAE,OAAO,CAAC;oBAC/H,OAAO,EAAE,CAAC,gBAAgB,EAAE,WAAW,EAAE,cAAc,CAAC;iBACzD;;sBAGE,MAAM;;sBACN,MAAM;;sBACN,MAAM","sourcesContent":["/* tslint:disable */\n/* auto-generated angular directive proxies */\nimport { ChangeDetectionStrategy, ChangeDetectorRef, Component, ElementRef, NgZone, EventEmitter, Output } from '@angular/core';\n\nimport { ProxyCmp } from './angular-component-lib/utils';\n\nimport type { Components } from '@ionic/core/components';\n\nimport { defineCustomElement as defineIonContent } from '@ionic/core/components/ion-content.js';\n\n@ProxyCmp({\n defineCustomElementFn: defineIonContent,\n inputs: ['color', 'fixedSlotPlacement', 'forceOverscroll', 'fullscreen', 'mode', 'scrollEvents', 'scrollX', 'scrollY', 'theme'],\n methods: ['getScrollElement', 'scrollToTop', 'scrollToBottom', 'scrollByPoint', 'scrollToPoint']\n})\n@Component({\n selector: 'ion-content',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['color', 'fixedSlotPlacement', 'forceOverscroll', 'fullscreen', 'mode', 'scrollEvents', 'scrollX', 'scrollY', 'theme'],\n outputs: ['ionScrollStart', 'ionScroll', 'ionScrollEnd'],\n})\nexport class IonContent {\n protected el: HTMLIonContentElement;\n @Output() ionScrollStart = new EventEmitter<IonContentCustomEvent<IIonContentScrollBaseDetail>>();\n @Output() ionScroll = new EventEmitter<IonContentCustomEvent<IIonContentScrollDetail>>();\n @Output() ionScrollEnd = new EventEmitter<IonContentCustomEvent<IIonContentScrollBaseDetail>>();\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nimport type { IonContentCustomEvent } from '@ionic/core/components';\nimport type { ScrollBaseDetail as IIonContentScrollBaseDetail } from '@ionic/core/components';\nimport type { ScrollDetail as IIonContentScrollDetail } from '@ionic/core/components';\n\nexport declare interface IonContent extends Components.IonContent {\n /**\n * Emitted when the scroll has started. This event is disabled by default.\nSet `scrollEvents` to `true` to enable.\n */\n ionScrollStart: EventEmitter<IonContentCustomEvent<IIonContentScrollBaseDetail>>;\n /**\n * Emitted while scrolling. This event is disabled by default.\nSet `scrollEvents` to `true` to enable.\n */\n ionScroll: EventEmitter<IonContentCustomEvent<IIonContentScrollDetail>>;\n /**\n * Emitted when the scroll has ended. This event is disabled by default.\nSet `scrollEvents` to `true` to enable.\n */\n ionScrollEnd: EventEmitter<IonContentCustomEvent<IIonContentScrollBaseDetail>>;\n}\n\n\n"]}
1
+ {"version":3,"file":"ion-content.js","sourceRoot":"","sources":["../../../src/standalone/directives/ion-content.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,8CAA8C;AAC9C,OAAO,EAAE,uBAAuB,EAAqB,SAAS,EAAsB,YAAY,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AAEhI,OAAO,EAAE,QAAQ,EAAE,MAAM,+BAA+B,CAAC;AAIzD,OAAO,EAAE,mBAAmB,IAAI,gBAAgB,EAAE,MAAM,uCAAuC,CAAC;;AAezF,IAAM,UAAU,GAAhB,MAAM,UAAU;IAKsC;IAJjD,EAAE,CAAwB;IAC1B,cAAc,GAAG,IAAI,YAAY,EAAsD,CAAC;IACxF,SAAS,GAAG,IAAI,YAAY,EAAkD,CAAC;IAC/E,YAAY,GAAG,IAAI,YAAY,EAAsD,CAAC;IAChG,YAAY,CAAoB,EAAE,CAAa,EAAY,CAAS;QAAT,MAAC,GAAD,CAAC,CAAQ;QAClE,CAAC,CAAC,MAAM,EAAE,CAAC;QACX,IAAI,CAAC,EAAE,GAAG,CAAC,CAAC,aAAa,CAAC;IAC5B,CAAC;0HARU,UAAU;8GAAV,UAAU,sXALX,2BAA2B;;AAK1B,UAAU;IAbtB,QAAQ,CAAC;QACR,qBAAqB,EAAE,gBAAgB;QACvC,MAAM,EAAE,CAAC,OAAO,EAAE,oBAAoB,EAAE,iBAAiB,EAAE,YAAY,EAAE,cAAc,EAAE,SAAS,EAAE,SAAS,CAAC;QAC9G,OAAO,EAAE,CAAC,kBAAkB,EAAE,aAAa,EAAE,gBAAgB,EAAE,eAAe,EAAE,eAAe,CAAC;KACjG,CAAC;GASW,UAAU,CAStB;;2FATY,UAAU;kBARtB,SAAS;mBAAC;oBACT,QAAQ,EAAE,aAAa;oBACvB,eAAe,EAAE,uBAAuB,CAAC,MAAM;oBAC/C,QAAQ,EAAE,2BAA2B;oBACrC,uEAAuE;oBACvE,MAAM,EAAE,CAAC,OAAO,EAAE,oBAAoB,EAAE,iBAAiB,EAAE,YAAY,EAAE,cAAc,EAAE,SAAS,EAAE,SAAS,CAAC;oBAC9G,OAAO,EAAE,CAAC,gBAAgB,EAAE,WAAW,EAAE,cAAc,CAAC;iBACzD;;sBAGE,MAAM;;sBACN,MAAM;;sBACN,MAAM","sourcesContent":["/* tslint:disable */\n/* auto-generated angular directive proxies */\nimport { ChangeDetectionStrategy, ChangeDetectorRef, Component, ElementRef, NgZone, EventEmitter, Output } from '@angular/core';\n\nimport { ProxyCmp } from './angular-component-lib/utils';\n\nimport type { Components } from '@ionic/core/components';\n\nimport { defineCustomElement as defineIonContent } from '@ionic/core/components/ion-content.js';\n\n@ProxyCmp({\n defineCustomElementFn: defineIonContent,\n inputs: ['color', 'fixedSlotPlacement', 'forceOverscroll', 'fullscreen', 'scrollEvents', 'scrollX', 'scrollY'],\n methods: ['getScrollElement', 'scrollToTop', 'scrollToBottom', 'scrollByPoint', 'scrollToPoint']\n})\n@Component({\n selector: 'ion-content',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['color', 'fixedSlotPlacement', 'forceOverscroll', 'fullscreen', 'scrollEvents', 'scrollX', 'scrollY'],\n outputs: ['ionScrollStart', 'ionScroll', 'ionScrollEnd'],\n})\nexport class IonContent {\n protected el: HTMLIonContentElement;\n @Output() ionScrollStart = new EventEmitter<IonContentCustomEvent<IIonContentScrollBaseDetail>>();\n @Output() ionScroll = new EventEmitter<IonContentCustomEvent<IIonContentScrollDetail>>();\n @Output() ionScrollEnd = new EventEmitter<IonContentCustomEvent<IIonContentScrollBaseDetail>>();\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nimport type { IonContentCustomEvent } from '@ionic/core/components';\nimport type { ScrollBaseDetail as IIonContentScrollBaseDetail } from '@ionic/core/components';\nimport type { ScrollDetail as IIonContentScrollDetail } from '@ionic/core/components';\n\nexport declare interface IonContent extends Components.IonContent {\n /**\n * Emitted when the scroll has started. This event is disabled by default.\nSet `scrollEvents` to `true` to enable.\n */\n ionScrollStart: EventEmitter<IonContentCustomEvent<IIonContentScrollBaseDetail>>;\n /**\n * Emitted while scrolling. This event is disabled by default.\nSet `scrollEvents` to `true` to enable.\n */\n ionScroll: EventEmitter<IonContentCustomEvent<IIonContentScrollDetail>>;\n /**\n * Emitted when the scroll has ended. This event is disabled by default.\nSet `scrollEvents` to `true` to enable.\n */\n ionScrollEnd: EventEmitter<IonContentCustomEvent<IIonContentScrollBaseDetail>>;\n}\n\n\n"]}
@@ -6,7 +6,7 @@ export declare class IonDatetimeButton {
6
6
  protected el: HTMLIonDatetimeButtonElement;
7
7
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<IonDatetimeButton, never>;
9
- static ɵcmp: i0.ɵɵComponentDeclaration<IonDatetimeButton, "ion-datetime-button", never, { "color": { "alias": "color"; "required": false; }; "datetime": { "alias": "datetime"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; }, {}, never, ["*"], true, never>;
9
+ static ɵcmp: i0.ɵɵComponentDeclaration<IonDatetimeButton, "ion-datetime-button", never, { "color": { "alias": "color"; "required": false; }; "datetime": { "alias": "datetime"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; }, {}, never, ["*"], true, never>;
10
10
  }
11
11
  export declare interface IonDatetimeButton extends Components.IonDatetimeButton {
12
12
  }
@@ -14,12 +14,12 @@ let IonDatetimeButton = class IonDatetimeButton {
14
14
  this.el = r.nativeElement;
15
15
  }
16
16
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonDatetimeButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
17
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonDatetimeButton, isStandalone: true, selector: "ion-datetime-button", inputs: { color: "color", datetime: "datetime", disabled: "disabled", mode: "mode", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
17
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonDatetimeButton, isStandalone: true, selector: "ion-datetime-button", inputs: { color: "color", datetime: "datetime", disabled: "disabled", mode: "mode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
18
18
  };
19
19
  IonDatetimeButton = __decorate([
20
20
  ProxyCmp({
21
21
  defineCustomElementFn: defineIonDatetimeButton,
22
- inputs: ['color', 'datetime', 'disabled', 'mode', 'theme']
22
+ inputs: ['color', 'datetime', 'disabled', 'mode']
23
23
  })
24
24
  ], IonDatetimeButton);
25
25
  export { IonDatetimeButton };
@@ -30,7 +30,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
30
30
  changeDetection: ChangeDetectionStrategy.OnPush,
31
31
  template: '<ng-content></ng-content>',
32
32
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
33
- inputs: ['color', 'datetime', 'disabled', 'mode', 'theme'],
33
+ inputs: ['color', 'datetime', 'disabled', 'mode'],
34
34
  }]
35
35
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
36
36
  //# sourceMappingURL=ion-datetime-button.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ion-datetime-button.js","sourceRoot":"","sources":["../../../src/standalone/directives/ion-datetime-button.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,8CAA8C;AAC9C,OAAO,EAAE,uBAAuB,EAAqB,SAAS,EAAsB,MAAM,eAAe,CAAC;AAE1G,OAAO,EAAE,QAAQ,EAAE,MAAM,+BAA+B,CAAC;AAIzD,OAAO,EAAE,mBAAmB,IAAI,uBAAuB,EAAE,MAAM,+CAA+C,CAAC;;AAaxG,IAAM,iBAAiB,GAAvB,MAAM,iBAAiB;IAE+B;IADjD,EAAE,CAA+B;IAC3C,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,iBAAiB;8GAAjB,iBAAiB,qLAJlB,2BAA2B;;AAI1B,iBAAiB;IAX7B,QAAQ,CAAC;QACR,qBAAqB,EAAE,uBAAuB;QAC9C,MAAM,EAAE,CAAC,OAAO,EAAE,UAAU,EAAE,UAAU,EAAE,MAAM,EAAE,OAAO,CAAC;KAC3D,CAAC;GAQW,iBAAiB,CAM7B;;2FANY,iBAAiB;kBAP7B,SAAS;mBAAC;oBACT,QAAQ,EAAE,qBAAqB;oBAC/B,eAAe,EAAE,uBAAuB,CAAC,MAAM;oBAC/C,QAAQ,EAAE,2BAA2B;oBACrC,uEAAuE;oBACvE,MAAM,EAAE,CAAC,OAAO,EAAE,UAAU,EAAE,UAAU,EAAE,MAAM,EAAE,OAAO,CAAC;iBAC3D","sourcesContent":["/* tslint:disable */\n/* auto-generated angular directive proxies */\nimport { ChangeDetectionStrategy, ChangeDetectorRef, Component, ElementRef, NgZone } from '@angular/core';\n\nimport { ProxyCmp } from './angular-component-lib/utils';\n\nimport type { Components } from '@ionic/core/components';\n\nimport { defineCustomElement as defineIonDatetimeButton } from '@ionic/core/components/ion-datetime-button.js';\n\n@ProxyCmp({\n defineCustomElementFn: defineIonDatetimeButton,\n inputs: ['color', 'datetime', 'disabled', 'mode', 'theme']\n})\n@Component({\n selector: 'ion-datetime-button',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['color', 'datetime', 'disabled', 'mode', 'theme'],\n})\nexport class IonDatetimeButton {\n protected el: HTMLIonDatetimeButtonElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface IonDatetimeButton extends Components.IonDatetimeButton {}\n\n\n"]}
1
+ {"version":3,"file":"ion-datetime-button.js","sourceRoot":"","sources":["../../../src/standalone/directives/ion-datetime-button.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,8CAA8C;AAC9C,OAAO,EAAE,uBAAuB,EAAqB,SAAS,EAAsB,MAAM,eAAe,CAAC;AAE1G,OAAO,EAAE,QAAQ,EAAE,MAAM,+BAA+B,CAAC;AAIzD,OAAO,EAAE,mBAAmB,IAAI,uBAAuB,EAAE,MAAM,+CAA+C,CAAC;;AAaxG,IAAM,iBAAiB,GAAvB,MAAM,iBAAiB;IAE+B;IADjD,EAAE,CAA+B;IAC3C,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,iBAAiB;8GAAjB,iBAAiB,qKAJlB,2BAA2B;;AAI1B,iBAAiB;IAX7B,QAAQ,CAAC;QACR,qBAAqB,EAAE,uBAAuB;QAC9C,MAAM,EAAE,CAAC,OAAO,EAAE,UAAU,EAAE,UAAU,EAAE,MAAM,CAAC;KAClD,CAAC;GAQW,iBAAiB,CAM7B;;2FANY,iBAAiB;kBAP7B,SAAS;mBAAC;oBACT,QAAQ,EAAE,qBAAqB;oBAC/B,eAAe,EAAE,uBAAuB,CAAC,MAAM;oBAC/C,QAAQ,EAAE,2BAA2B;oBACrC,uEAAuE;oBACvE,MAAM,EAAE,CAAC,OAAO,EAAE,UAAU,EAAE,UAAU,EAAE,MAAM,CAAC;iBAClD","sourcesContent":["/* tslint:disable */\n/* auto-generated angular directive proxies */\nimport { ChangeDetectionStrategy, ChangeDetectorRef, Component, ElementRef, NgZone } from '@angular/core';\n\nimport { ProxyCmp } from './angular-component-lib/utils';\n\nimport type { Components } from '@ionic/core/components';\n\nimport { defineCustomElement as defineIonDatetimeButton } from '@ionic/core/components/ion-datetime-button.js';\n\n@ProxyCmp({\n defineCustomElementFn: defineIonDatetimeButton,\n inputs: ['color', 'datetime', 'disabled', 'mode']\n})\n@Component({\n selector: 'ion-datetime-button',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['color', 'datetime', 'disabled', 'mode'],\n})\nexport class IonDatetimeButton {\n protected el: HTMLIonDatetimeButtonElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface IonDatetimeButton extends Components.IonDatetimeButton {}\n\n\n"]}
@@ -9,7 +9,7 @@ export declare class IonFabButton {
9
9
  ionBlur: EventEmitter<IonFabButtonCustomEvent<void>>;
10
10
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
11
11
  static ɵfac: i0.ɵɵFactoryDeclaration<IonFabButton, never>;
12
- static ɵcmp: i0.ɵɵComponentDeclaration<IonFabButton, "ion-fab-button", never, { "activated": { "alias": "activated"; "required": false; }; "closeIcon": { "alias": "closeIcon"; "required": false; }; "color": { "alias": "color"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "download": { "alias": "download"; "required": false; }; "form": { "alias": "form"; "required": false; }; "href": { "alias": "href"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "rel": { "alias": "rel"; "required": false; }; "routerAnimation": { "alias": "routerAnimation"; "required": false; }; "routerDirection": { "alias": "routerDirection"; "required": false; }; "show": { "alias": "show"; "required": false; }; "size": { "alias": "size"; "required": false; }; "target": { "alias": "target"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "translucent": { "alias": "translucent"; "required": false; }; "type": { "alias": "type"; "required": false; }; }, { "ionFocus": "ionFocus"; "ionBlur": "ionBlur"; }, never, ["*"], true, never>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<IonFabButton, "ion-fab-button", never, { "activated": { "alias": "activated"; "required": false; }; "closeIcon": { "alias": "closeIcon"; "required": false; }; "color": { "alias": "color"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "download": { "alias": "download"; "required": false; }; "form": { "alias": "form"; "required": false; }; "href": { "alias": "href"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "rel": { "alias": "rel"; "required": false; }; "routerAnimation": { "alias": "routerAnimation"; "required": false; }; "routerDirection": { "alias": "routerDirection"; "required": false; }; "show": { "alias": "show"; "required": false; }; "size": { "alias": "size"; "required": false; }; "target": { "alias": "target"; "required": false; }; "translucent": { "alias": "translucent"; "required": false; }; "type": { "alias": "type"; "required": false; }; }, { "ionFocus": "ionFocus"; "ionBlur": "ionBlur"; }, never, ["*"], true, never>;
13
13
  }
14
14
  export declare interface IonFabButton extends Components.IonFabButton {
15
15
  /**
@@ -16,12 +16,12 @@ let IonFabButton = class IonFabButton {
16
16
  this.el = r.nativeElement;
17
17
  }
18
18
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonFabButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
19
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonFabButton, isStandalone: true, selector: "ion-fab-button", inputs: { activated: "activated", closeIcon: "closeIcon", color: "color", disabled: "disabled", download: "download", form: "form", href: "href", mode: "mode", rel: "rel", routerAnimation: "routerAnimation", routerDirection: "routerDirection", show: "show", size: "size", target: "target", theme: "theme", translucent: "translucent", type: "type" }, outputs: { ionFocus: "ionFocus", ionBlur: "ionBlur" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
19
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonFabButton, isStandalone: true, selector: "ion-fab-button", inputs: { activated: "activated", closeIcon: "closeIcon", color: "color", disabled: "disabled", download: "download", form: "form", href: "href", mode: "mode", rel: "rel", routerAnimation: "routerAnimation", routerDirection: "routerDirection", show: "show", size: "size", target: "target", translucent: "translucent", type: "type" }, outputs: { ionFocus: "ionFocus", ionBlur: "ionBlur" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
20
20
  };
21
21
  IonFabButton = __decorate([
22
22
  ProxyCmp({
23
23
  defineCustomElementFn: defineIonFabButton,
24
- inputs: ['activated', 'closeIcon', 'color', 'disabled', 'download', 'form', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'show', 'size', 'target', 'theme', 'translucent', 'type']
24
+ inputs: ['activated', 'closeIcon', 'color', 'disabled', 'download', 'form', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'show', 'size', 'target', 'translucent', 'type']
25
25
  })
26
26
  ], IonFabButton);
27
27
  export { IonFabButton };
@@ -32,7 +32,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
32
32
  changeDetection: ChangeDetectionStrategy.OnPush,
33
33
  template: '<ng-content></ng-content>',
34
34
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
35
- inputs: ['activated', 'closeIcon', 'color', 'disabled', 'download', 'form', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'show', 'size', 'target', 'theme', 'translucent', 'type'],
35
+ inputs: ['activated', 'closeIcon', 'color', 'disabled', 'download', 'form', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'show', 'size', 'target', 'translucent', 'type'],
36
36
  outputs: ['ionFocus', 'ionBlur'],
37
37
  }]
38
38
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionFocus: [{
@@ -1 +1 @@
1
- {"version":3,"file":"ion-fab-button.js","sourceRoot":"","sources":["../../../src/standalone/directives/ion-fab-button.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,0CAA0C,CAAC;;AAc9F,IAAM,YAAY,GAAlB,MAAM,YAAY;IAIoC;IAHjD,EAAE,CAA0B;IAC5B,QAAQ,GAAG,IAAI,YAAY,EAAiC,CAAC;IAC7D,OAAO,GAAG,IAAI,YAAY,EAAiC,CAAC;IACtE,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,YAAY;8GAAZ,YAAY,+dALb,2BAA2B;;AAK1B,YAAY;IAZxB,QAAQ,CAAC;QACR,qBAAqB,EAAE,kBAAkB;QACzC,MAAM,EAAE,CAAC,WAAW,EAAE,WAAW,EAAE,OAAO,EAAE,UAAU,EAAE,UAAU,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,KAAK,EAAE,iBAAiB,EAAE,iBAAiB,EAAE,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,OAAO,EAAE,aAAa,EAAE,MAAM,CAAC;KACnM,CAAC;GASW,YAAY,CAQxB;;2FARY,YAAY;kBARxB,SAAS;mBAAC;oBACT,QAAQ,EAAE,gBAAgB;oBAC1B,eAAe,EAAE,uBAAuB,CAAC,MAAM;oBAC/C,QAAQ,EAAE,2BAA2B;oBACrC,uEAAuE;oBACvE,MAAM,EAAE,CAAC,WAAW,EAAE,WAAW,EAAE,OAAO,EAAE,UAAU,EAAE,UAAU,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,KAAK,EAAE,iBAAiB,EAAE,iBAAiB,EAAE,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,OAAO,EAAE,aAAa,EAAE,MAAM,CAAC;oBAClM,OAAO,EAAE,CAAC,UAAU,EAAE,SAAS,CAAC;iBACjC;;sBAGE,MAAM;;sBACN,MAAM","sourcesContent":["/* tslint:disable */\n/* auto-generated angular directive proxies */\nimport { ChangeDetectionStrategy, ChangeDetectorRef, Component, ElementRef, NgZone, EventEmitter, Output } from '@angular/core';\n\nimport { ProxyCmp } from './angular-component-lib/utils';\n\nimport type { Components } from '@ionic/core/components';\n\nimport { defineCustomElement as defineIonFabButton } from '@ionic/core/components/ion-fab-button.js';\n\n@ProxyCmp({\n defineCustomElementFn: defineIonFabButton,\n inputs: ['activated', 'closeIcon', 'color', 'disabled', 'download', 'form', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'show', 'size', 'target', 'theme', 'translucent', 'type']\n})\n@Component({\n selector: 'ion-fab-button',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['activated', 'closeIcon', 'color', 'disabled', 'download', 'form', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'show', 'size', 'target', 'theme', 'translucent', 'type'],\n outputs: ['ionFocus', 'ionBlur'],\n})\nexport class IonFabButton {\n protected el: HTMLIonFabButtonElement;\n @Output() ionFocus = new EventEmitter<IonFabButtonCustomEvent<void>>();\n @Output() ionBlur = new EventEmitter<IonFabButtonCustomEvent<void>>();\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nimport type { IonFabButtonCustomEvent } from '@ionic/core/components';\n\nexport declare interface IonFabButton extends Components.IonFabButton {\n /**\n * Emitted when the button has focus.\n */\n ionFocus: EventEmitter<IonFabButtonCustomEvent<void>>;\n /**\n * Emitted when the button loses focus.\n */\n ionBlur: EventEmitter<IonFabButtonCustomEvent<void>>;\n}\n\n\n"]}
1
+ {"version":3,"file":"ion-fab-button.js","sourceRoot":"","sources":["../../../src/standalone/directives/ion-fab-button.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,0CAA0C,CAAC;;AAc9F,IAAM,YAAY,GAAlB,MAAM,YAAY;IAIoC;IAHjD,EAAE,CAA0B;IAC5B,QAAQ,GAAG,IAAI,YAAY,EAAiC,CAAC;IAC7D,OAAO,GAAG,IAAI,YAAY,EAAiC,CAAC;IACtE,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,YAAY;8GAAZ,YAAY,+cALb,2BAA2B;;AAK1B,YAAY;IAZxB,QAAQ,CAAC;QACR,qBAAqB,EAAE,kBAAkB;QACzC,MAAM,EAAE,CAAC,WAAW,EAAE,WAAW,EAAE,OAAO,EAAE,UAAU,EAAE,UAAU,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,KAAK,EAAE,iBAAiB,EAAE,iBAAiB,EAAE,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,aAAa,EAAE,MAAM,CAAC;KAC1L,CAAC;GASW,YAAY,CAQxB;;2FARY,YAAY;kBARxB,SAAS;mBAAC;oBACT,QAAQ,EAAE,gBAAgB;oBAC1B,eAAe,EAAE,uBAAuB,CAAC,MAAM;oBAC/C,QAAQ,EAAE,2BAA2B;oBACrC,uEAAuE;oBACvE,MAAM,EAAE,CAAC,WAAW,EAAE,WAAW,EAAE,OAAO,EAAE,UAAU,EAAE,UAAU,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,KAAK,EAAE,iBAAiB,EAAE,iBAAiB,EAAE,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,aAAa,EAAE,MAAM,CAAC;oBACzL,OAAO,EAAE,CAAC,UAAU,EAAE,SAAS,CAAC;iBACjC;;sBAGE,MAAM;;sBACN,MAAM","sourcesContent":["/* tslint:disable */\n/* auto-generated angular directive proxies */\nimport { ChangeDetectionStrategy, ChangeDetectorRef, Component, ElementRef, NgZone, EventEmitter, Output } from '@angular/core';\n\nimport { ProxyCmp } from './angular-component-lib/utils';\n\nimport type { Components } from '@ionic/core/components';\n\nimport { defineCustomElement as defineIonFabButton } from '@ionic/core/components/ion-fab-button.js';\n\n@ProxyCmp({\n defineCustomElementFn: defineIonFabButton,\n inputs: ['activated', 'closeIcon', 'color', 'disabled', 'download', 'form', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'show', 'size', 'target', 'translucent', 'type']\n})\n@Component({\n selector: 'ion-fab-button',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['activated', 'closeIcon', 'color', 'disabled', 'download', 'form', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'show', 'size', 'target', 'translucent', 'type'],\n outputs: ['ionFocus', 'ionBlur'],\n})\nexport class IonFabButton {\n protected el: HTMLIonFabButtonElement;\n @Output() ionFocus = new EventEmitter<IonFabButtonCustomEvent<void>>();\n @Output() ionBlur = new EventEmitter<IonFabButtonCustomEvent<void>>();\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nimport type { IonFabButtonCustomEvent } from '@ionic/core/components';\n\nexport declare interface IonFabButton extends Components.IonFabButton {\n /**\n * Emitted when the button has focus.\n */\n ionFocus: EventEmitter<IonFabButtonCustomEvent<void>>;\n /**\n * Emitted when the button loses focus.\n */\n ionBlur: EventEmitter<IonFabButtonCustomEvent<void>>;\n}\n\n\n"]}
@@ -6,7 +6,7 @@ export declare class IonFabList {
6
6
  protected el: HTMLIonFabListElement;
7
7
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<IonFabList, never>;
9
- static ɵcmp: i0.ɵɵComponentDeclaration<IonFabList, "ion-fab-list", never, { "activated": { "alias": "activated"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "side": { "alias": "side"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; }, {}, never, ["*"], true, never>;
9
+ static ɵcmp: i0.ɵɵComponentDeclaration<IonFabList, "ion-fab-list", never, { "activated": { "alias": "activated"; "required": false; }; "side": { "alias": "side"; "required": false; }; }, {}, never, ["*"], true, never>;
10
10
  }
11
11
  export declare interface IonFabList extends Components.IonFabList {
12
12
  }
@@ -14,12 +14,12 @@ let IonFabList = class IonFabList {
14
14
  this.el = r.nativeElement;
15
15
  }
16
16
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonFabList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
17
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonFabList, isStandalone: true, selector: "ion-fab-list", inputs: { activated: "activated", mode: "mode", side: "side", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
17
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonFabList, isStandalone: true, selector: "ion-fab-list", inputs: { activated: "activated", side: "side" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
18
18
  };
19
19
  IonFabList = __decorate([
20
20
  ProxyCmp({
21
21
  defineCustomElementFn: defineIonFabList,
22
- inputs: ['activated', 'mode', 'side', 'theme']
22
+ inputs: ['activated', 'side']
23
23
  })
24
24
  ], IonFabList);
25
25
  export { IonFabList };
@@ -30,7 +30,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
30
30
  changeDetection: ChangeDetectionStrategy.OnPush,
31
31
  template: '<ng-content></ng-content>',
32
32
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
33
- inputs: ['activated', 'mode', 'side', 'theme'],
33
+ inputs: ['activated', 'side'],
34
34
  }]
35
35
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
36
36
  //# sourceMappingURL=ion-fab-list.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ion-fab-list.js","sourceRoot":"","sources":["../../../src/standalone/directives/ion-fab-list.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,8CAA8C;AAC9C,OAAO,EAAE,uBAAuB,EAAqB,SAAS,EAAsB,MAAM,eAAe,CAAC;AAE1G,OAAO,EAAE,QAAQ,EAAE,MAAM,+BAA+B,CAAC;AAIzD,OAAO,EAAE,mBAAmB,IAAI,gBAAgB,EAAE,MAAM,wCAAwC,CAAC;;AAa1F,IAAM,UAAU,GAAhB,MAAM,UAAU;IAEsC;IADjD,EAAE,CAAwB;IACpC,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,UAAU;8GAAV,UAAU,wJAJX,2BAA2B;;AAI1B,UAAU;IAXtB,QAAQ,CAAC;QACR,qBAAqB,EAAE,gBAAgB;QACvC,MAAM,EAAE,CAAC,WAAW,EAAE,MAAM,EAAE,MAAM,EAAE,OAAO,CAAC;KAC/C,CAAC;GAQW,UAAU,CAMtB;;2FANY,UAAU;kBAPtB,SAAS;mBAAC;oBACT,QAAQ,EAAE,cAAc;oBACxB,eAAe,EAAE,uBAAuB,CAAC,MAAM;oBAC/C,QAAQ,EAAE,2BAA2B;oBACrC,uEAAuE;oBACvE,MAAM,EAAE,CAAC,WAAW,EAAE,MAAM,EAAE,MAAM,EAAE,OAAO,CAAC;iBAC/C","sourcesContent":["/* tslint:disable */\n/* auto-generated angular directive proxies */\nimport { ChangeDetectionStrategy, ChangeDetectorRef, Component, ElementRef, NgZone } from '@angular/core';\n\nimport { ProxyCmp } from './angular-component-lib/utils';\n\nimport type { Components } from '@ionic/core/components';\n\nimport { defineCustomElement as defineIonFabList } from '@ionic/core/components/ion-fab-list.js';\n\n@ProxyCmp({\n defineCustomElementFn: defineIonFabList,\n inputs: ['activated', 'mode', 'side', 'theme']\n})\n@Component({\n selector: 'ion-fab-list',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['activated', 'mode', 'side', 'theme'],\n})\nexport class IonFabList {\n protected el: HTMLIonFabListElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface IonFabList extends Components.IonFabList {}\n\n\n"]}
1
+ {"version":3,"file":"ion-fab-list.js","sourceRoot":"","sources":["../../../src/standalone/directives/ion-fab-list.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,8CAA8C;AAC9C,OAAO,EAAE,uBAAuB,EAAqB,SAAS,EAAsB,MAAM,eAAe,CAAC;AAE1G,OAAO,EAAE,QAAQ,EAAE,MAAM,+BAA+B,CAAC;AAIzD,OAAO,EAAE,mBAAmB,IAAI,gBAAgB,EAAE,MAAM,wCAAwC,CAAC;;AAa1F,IAAM,UAAU,GAAhB,MAAM,UAAU;IAEsC;IADjD,EAAE,CAAwB;IACpC,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,UAAU;8GAAV,UAAU,0HAJX,2BAA2B;;AAI1B,UAAU;IAXtB,QAAQ,CAAC;QACR,qBAAqB,EAAE,gBAAgB;QACvC,MAAM,EAAE,CAAC,WAAW,EAAE,MAAM,CAAC;KAC9B,CAAC;GAQW,UAAU,CAMtB;;2FANY,UAAU;kBAPtB,SAAS;mBAAC;oBACT,QAAQ,EAAE,cAAc;oBACxB,eAAe,EAAE,uBAAuB,CAAC,MAAM;oBAC/C,QAAQ,EAAE,2BAA2B;oBACrC,uEAAuE;oBACvE,MAAM,EAAE,CAAC,WAAW,EAAE,MAAM,CAAC;iBAC9B","sourcesContent":["/* tslint:disable */\n/* auto-generated angular directive proxies */\nimport { ChangeDetectionStrategy, ChangeDetectorRef, Component, ElementRef, NgZone } from '@angular/core';\n\nimport { ProxyCmp } from './angular-component-lib/utils';\n\nimport type { Components } from '@ionic/core/components';\n\nimport { defineCustomElement as defineIonFabList } from '@ionic/core/components/ion-fab-list.js';\n\n@ProxyCmp({\n defineCustomElementFn: defineIonFabList,\n inputs: ['activated', 'side']\n})\n@Component({\n selector: 'ion-fab-list',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['activated', 'side'],\n})\nexport class IonFabList {\n protected el: HTMLIonFabListElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface IonFabList extends Components.IonFabList {}\n\n\n"]}
@@ -6,7 +6,7 @@ export declare class IonFab {
6
6
  protected el: HTMLIonFabElement;
7
7
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<IonFab, never>;
9
- static ɵcmp: i0.ɵɵComponentDeclaration<IonFab, "ion-fab", never, { "activated": { "alias": "activated"; "required": false; }; "edge": { "alias": "edge"; "required": false; }; "horizontal": { "alias": "horizontal"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "vertical": { "alias": "vertical"; "required": false; }; }, {}, never, ["*"], true, never>;
9
+ static ɵcmp: i0.ɵɵComponentDeclaration<IonFab, "ion-fab", never, { "activated": { "alias": "activated"; "required": false; }; "edge": { "alias": "edge"; "required": false; }; "horizontal": { "alias": "horizontal"; "required": false; }; "vertical": { "alias": "vertical"; "required": false; }; }, {}, never, ["*"], true, never>;
10
10
  }
11
11
  export declare interface IonFab extends Components.IonFab {
12
12
  }
@@ -14,12 +14,12 @@ let IonFab = class IonFab {
14
14
  this.el = r.nativeElement;
15
15
  }
16
16
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonFab, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
17
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonFab, isStandalone: true, selector: "ion-fab", inputs: { activated: "activated", edge: "edge", horizontal: "horizontal", mode: "mode", theme: "theme", vertical: "vertical" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
17
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonFab, isStandalone: true, selector: "ion-fab", inputs: { activated: "activated", edge: "edge", horizontal: "horizontal", vertical: "vertical" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
18
18
  };
19
19
  IonFab = __decorate([
20
20
  ProxyCmp({
21
21
  defineCustomElementFn: defineIonFab,
22
- inputs: ['activated', 'edge', 'horizontal', 'mode', 'theme', 'vertical'],
22
+ inputs: ['activated', 'edge', 'horizontal', 'vertical'],
23
23
  methods: ['close']
24
24
  })
25
25
  ], IonFab);
@@ -31,7 +31,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
31
31
  changeDetection: ChangeDetectionStrategy.OnPush,
32
32
  template: '<ng-content></ng-content>',
33
33
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
34
- inputs: ['activated', 'edge', 'horizontal', 'mode', 'theme', 'vertical'],
34
+ inputs: ['activated', 'edge', 'horizontal', 'vertical'],
35
35
  }]
36
36
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
37
37
  //# sourceMappingURL=ion-fab.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ion-fab.js","sourceRoot":"","sources":["../../../src/standalone/directives/ion-fab.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,YAAY,EAAE,MAAM,mCAAmC,CAAC;;AAcjF,IAAM,MAAM,GAAZ,MAAM,MAAM;IAE0C;IADjD,EAAE,CAAoB;IAChC,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,MAAM;8GAAN,MAAM,mMAJP,2BAA2B;;AAI1B,MAAM;IAZlB,QAAQ,CAAC;QACR,qBAAqB,EAAE,YAAY;QACnC,MAAM,EAAE,CAAC,WAAW,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,CAAC;QACxE,OAAO,EAAE,CAAC,OAAO,CAAC;KACnB,CAAC;GAQW,MAAM,CAMlB;;2FANY,MAAM;kBAPlB,SAAS;mBAAC;oBACT,QAAQ,EAAE,SAAS;oBACnB,eAAe,EAAE,uBAAuB,CAAC,MAAM;oBAC/C,QAAQ,EAAE,2BAA2B;oBACrC,uEAAuE;oBACvE,MAAM,EAAE,CAAC,WAAW,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,CAAC;iBACzE","sourcesContent":["/* tslint:disable */\n/* auto-generated angular directive proxies */\nimport { ChangeDetectionStrategy, ChangeDetectorRef, Component, ElementRef, NgZone } from '@angular/core';\n\nimport { ProxyCmp } from './angular-component-lib/utils';\n\nimport type { Components } from '@ionic/core/components';\n\nimport { defineCustomElement as defineIonFab } from '@ionic/core/components/ion-fab.js';\n\n@ProxyCmp({\n defineCustomElementFn: defineIonFab,\n inputs: ['activated', 'edge', 'horizontal', 'mode', 'theme', 'vertical'],\n methods: ['close']\n})\n@Component({\n selector: 'ion-fab',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['activated', 'edge', 'horizontal', 'mode', 'theme', 'vertical'],\n})\nexport class IonFab {\n protected el: HTMLIonFabElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface IonFab extends Components.IonFab {}\n\n\n"]}
1
+ {"version":3,"file":"ion-fab.js","sourceRoot":"","sources":["../../../src/standalone/directives/ion-fab.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,YAAY,EAAE,MAAM,mCAAmC,CAAC;;AAcjF,IAAM,MAAM,GAAZ,MAAM,MAAM;IAE0C;IADjD,EAAE,CAAoB;IAChC,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,MAAM;8GAAN,MAAM,qKAJP,2BAA2B;;AAI1B,MAAM;IAZlB,QAAQ,CAAC;QACR,qBAAqB,EAAE,YAAY;QACnC,MAAM,EAAE,CAAC,WAAW,EAAE,MAAM,EAAE,YAAY,EAAE,UAAU,CAAC;QACvD,OAAO,EAAE,CAAC,OAAO,CAAC;KACnB,CAAC;GAQW,MAAM,CAMlB;;2FANY,MAAM;kBAPlB,SAAS;mBAAC;oBACT,QAAQ,EAAE,SAAS;oBACnB,eAAe,EAAE,uBAAuB,CAAC,MAAM;oBAC/C,QAAQ,EAAE,2BAA2B;oBACrC,uEAAuE;oBACvE,MAAM,EAAE,CAAC,WAAW,EAAE,MAAM,EAAE,YAAY,EAAE,UAAU,CAAC;iBACxD","sourcesContent":["/* tslint:disable */\n/* auto-generated angular directive proxies */\nimport { ChangeDetectionStrategy, ChangeDetectorRef, Component, ElementRef, NgZone } from '@angular/core';\n\nimport { ProxyCmp } from './angular-component-lib/utils';\n\nimport type { Components } from '@ionic/core/components';\n\nimport { defineCustomElement as defineIonFab } from '@ionic/core/components/ion-fab.js';\n\n@ProxyCmp({\n defineCustomElementFn: defineIonFab,\n inputs: ['activated', 'edge', 'horizontal', 'vertical'],\n methods: ['close']\n})\n@Component({\n selector: 'ion-fab',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['activated', 'edge', 'horizontal', 'vertical'],\n})\nexport class IonFab {\n protected el: HTMLIonFabElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface IonFab extends Components.IonFab {}\n\n\n"]}
@@ -6,7 +6,7 @@ export declare class IonFooter {
6
6
  protected el: HTMLIonFooterElement;
7
7
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<IonFooter, never>;
9
- static ɵcmp: i0.ɵɵComponentDeclaration<IonFooter, "ion-footer", never, { "collapse": { "alias": "collapse"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "scrollEffect": { "alias": "scrollEffect"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "translucent": { "alias": "translucent"; "required": false; }; }, {}, never, ["*"], true, never>;
9
+ static ɵcmp: i0.ɵɵComponentDeclaration<IonFooter, "ion-footer", never, { "collapse": { "alias": "collapse"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "translucent": { "alias": "translucent"; "required": false; }; }, {}, never, ["*"], true, never>;
10
10
  }
11
11
  export declare interface IonFooter extends Components.IonFooter {
12
12
  }
@@ -14,12 +14,12 @@ let IonFooter = class IonFooter {
14
14
  this.el = r.nativeElement;
15
15
  }
16
16
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonFooter, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
17
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonFooter, isStandalone: true, selector: "ion-footer", inputs: { collapse: "collapse", mode: "mode", scrollEffect: "scrollEffect", theme: "theme", translucent: "translucent" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
17
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonFooter, isStandalone: true, selector: "ion-footer", inputs: { collapse: "collapse", mode: "mode", translucent: "translucent" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
18
18
  };
19
19
  IonFooter = __decorate([
20
20
  ProxyCmp({
21
21
  defineCustomElementFn: defineIonFooter,
22
- inputs: ['collapse', 'mode', 'scrollEffect', 'theme', 'translucent']
22
+ inputs: ['collapse', 'mode', 'translucent']
23
23
  })
24
24
  ], IonFooter);
25
25
  export { IonFooter };
@@ -30,7 +30,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
30
30
  changeDetection: ChangeDetectionStrategy.OnPush,
31
31
  template: '<ng-content></ng-content>',
32
32
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
33
- inputs: ['collapse', 'mode', 'scrollEffect', 'theme', 'translucent'],
33
+ inputs: ['collapse', 'mode', 'translucent'],
34
34
  }]
35
35
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
36
36
  //# sourceMappingURL=ion-footer.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ion-footer.js","sourceRoot":"","sources":["../../../src/standalone/directives/ion-footer.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,gMAJV,2BAA2B;;AAI1B,SAAS;IAXrB,QAAQ,CAAC;QACR,qBAAqB,EAAE,eAAe;QACtC,MAAM,EAAE,CAAC,UAAU,EAAE,MAAM,EAAE,cAAc,EAAE,OAAO,EAAE,aAAa,CAAC;KACrE,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,UAAU,EAAE,MAAM,EAAE,cAAc,EAAE,OAAO,EAAE,aAAa,CAAC;iBACrE","sourcesContent":["/* tslint:disable */\n/* auto-generated angular directive proxies */\nimport { ChangeDetectionStrategy, ChangeDetectorRef, Component, ElementRef, NgZone } from '@angular/core';\n\nimport { ProxyCmp } from './angular-component-lib/utils';\n\nimport type { Components } from '@ionic/core/components';\n\nimport { defineCustomElement as defineIonFooter } from '@ionic/core/components/ion-footer.js';\n\n@ProxyCmp({\n defineCustomElementFn: defineIonFooter,\n inputs: ['collapse', 'mode', 'scrollEffect', 'theme', 'translucent']\n})\n@Component({\n selector: 'ion-footer',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['collapse', 'mode', 'scrollEffect', 'theme', 'translucent'],\n})\nexport class IonFooter {\n protected el: HTMLIonFooterElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface IonFooter extends Components.IonFooter {}\n\n\n"]}
1
+ {"version":3,"file":"ion-footer.js","sourceRoot":"","sources":["../../../src/standalone/directives/ion-footer.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,kJAJV,2BAA2B;;AAI1B,SAAS;IAXrB,QAAQ,CAAC;QACR,qBAAqB,EAAE,eAAe;QACtC,MAAM,EAAE,CAAC,UAAU,EAAE,MAAM,EAAE,aAAa,CAAC;KAC5C,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,UAAU,EAAE,MAAM,EAAE,aAAa,CAAC;iBAC5C","sourcesContent":["/* tslint:disable */\n/* auto-generated angular directive proxies */\nimport { ChangeDetectionStrategy, ChangeDetectorRef, Component, ElementRef, NgZone } from '@angular/core';\n\nimport { ProxyCmp } from './angular-component-lib/utils';\n\nimport type { Components } from '@ionic/core/components';\n\nimport { defineCustomElement as defineIonFooter } from '@ionic/core/components/ion-footer.js';\n\n@ProxyCmp({\n defineCustomElementFn: defineIonFooter,\n inputs: ['collapse', 'mode', 'translucent']\n})\n@Component({\n selector: 'ion-footer',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['collapse', 'mode', 'translucent'],\n})\nexport class IonFooter {\n protected el: HTMLIonFooterElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface IonFooter extends Components.IonFooter {}\n\n\n"]}
@@ -6,7 +6,7 @@ export declare class IonGrid {
6
6
  protected el: HTMLIonGridElement;
7
7
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<IonGrid, never>;
9
- static ɵcmp: i0.ɵɵComponentDeclaration<IonGrid, "ion-grid", never, { "fixed": { "alias": "fixed"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; }, {}, never, ["*"], true, never>;
9
+ static ɵcmp: i0.ɵɵComponentDeclaration<IonGrid, "ion-grid", never, { "fixed": { "alias": "fixed"; "required": false; }; }, {}, never, ["*"], true, never>;
10
10
  }
11
11
  export declare interface IonGrid extends Components.IonGrid {
12
12
  }
@@ -14,12 +14,12 @@ let IonGrid = class IonGrid {
14
14
  this.el = r.nativeElement;
15
15
  }
16
16
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonGrid, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
17
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonGrid, isStandalone: true, selector: "ion-grid", inputs: { fixed: "fixed", mode: "mode", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
17
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonGrid, isStandalone: true, selector: "ion-grid", inputs: { fixed: "fixed" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
18
18
  };
19
19
  IonGrid = __decorate([
20
20
  ProxyCmp({
21
21
  defineCustomElementFn: defineIonGrid,
22
- inputs: ['fixed', 'mode', 'theme']
22
+ inputs: ['fixed']
23
23
  })
24
24
  ], IonGrid);
25
25
  export { IonGrid };
@@ -30,7 +30,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
30
30
  changeDetection: ChangeDetectionStrategy.OnPush,
31
31
  template: '<ng-content></ng-content>',
32
32
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
33
- inputs: ['fixed', 'mode', 'theme'],
33
+ inputs: ['fixed'],
34
34
  }]
35
35
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
36
36
  //# sourceMappingURL=ion-grid.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ion-grid.js","sourceRoot":"","sources":["../../../src/standalone/directives/ion-grid.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,8CAA8C;AAC9C,OAAO,EAAE,uBAAuB,EAAqB,SAAS,EAAsB,MAAM,eAAe,CAAC;AAE1G,OAAO,EAAE,QAAQ,EAAE,MAAM,+BAA+B,CAAC;AAIzD,OAAO,EAAE,mBAAmB,IAAI,aAAa,EAAE,MAAM,oCAAoC,CAAC;;AAanF,IAAM,OAAO,GAAb,MAAM,OAAO;IAEyC;IADjD,EAAE,CAAqB;IACjC,YAAY,CAAoB,EAAE,CAAa,EAAY,CAAS;QAAT,MAAC,GAAD,CAAC,CAAQ;QAClE,CAAC,CAAC,MAAM,EAAE,CAAC;QACX,IAAI,CAAC,EAAE,GAAG,CAAC,CAAC,aAAa,CAAC;IAC5B,CAAC;0HALU,OAAO;8GAAP,OAAO,8HAJR,2BAA2B;;AAI1B,OAAO;IAXnB,QAAQ,CAAC;QACR,qBAAqB,EAAE,aAAa;QACpC,MAAM,EAAE,CAAC,OAAO,EAAE,MAAM,EAAE,OAAO,CAAC;KACnC,CAAC;GAQW,OAAO,CAMnB;;2FANY,OAAO;kBAPnB,SAAS;mBAAC;oBACT,QAAQ,EAAE,UAAU;oBACpB,eAAe,EAAE,uBAAuB,CAAC,MAAM;oBAC/C,QAAQ,EAAE,2BAA2B;oBACrC,uEAAuE;oBACvE,MAAM,EAAE,CAAC,OAAO,EAAE,MAAM,EAAE,OAAO,CAAC;iBACnC","sourcesContent":["/* tslint:disable */\n/* auto-generated angular directive proxies */\nimport { ChangeDetectionStrategy, ChangeDetectorRef, Component, ElementRef, NgZone } from '@angular/core';\n\nimport { ProxyCmp } from './angular-component-lib/utils';\n\nimport type { Components } from '@ionic/core/components';\n\nimport { defineCustomElement as defineIonGrid } from '@ionic/core/components/ion-grid.js';\n\n@ProxyCmp({\n defineCustomElementFn: defineIonGrid,\n inputs: ['fixed', 'mode', 'theme']\n})\n@Component({\n selector: 'ion-grid',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['fixed', 'mode', 'theme'],\n})\nexport class IonGrid {\n protected el: HTMLIonGridElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface IonGrid extends Components.IonGrid {}\n\n\n"]}
1
+ {"version":3,"file":"ion-grid.js","sourceRoot":"","sources":["../../../src/standalone/directives/ion-grid.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,8CAA8C;AAC9C,OAAO,EAAE,uBAAuB,EAAqB,SAAS,EAAsB,MAAM,eAAe,CAAC;AAE1G,OAAO,EAAE,QAAQ,EAAE,MAAM,+BAA+B,CAAC;AAIzD,OAAO,EAAE,mBAAmB,IAAI,aAAa,EAAE,MAAM,oCAAoC,CAAC;;AAanF,IAAM,OAAO,GAAb,MAAM,OAAO;IAEyC;IADjD,EAAE,CAAqB;IACjC,YAAY,CAAoB,EAAE,CAAa,EAAY,CAAS;QAAT,MAAC,GAAD,CAAC,CAAQ;QAClE,CAAC,CAAC,MAAM,EAAE,CAAC;QACX,IAAI,CAAC,EAAE,GAAG,CAAC,CAAC,aAAa,CAAC;IAC5B,CAAC;0HALU,OAAO;8GAAP,OAAO,gGAJR,2BAA2B;;AAI1B,OAAO;IAXnB,QAAQ,CAAC;QACR,qBAAqB,EAAE,aAAa;QACpC,MAAM,EAAE,CAAC,OAAO,CAAC;KAClB,CAAC;GAQW,OAAO,CAMnB;;2FANY,OAAO;kBAPnB,SAAS;mBAAC;oBACT,QAAQ,EAAE,UAAU;oBACpB,eAAe,EAAE,uBAAuB,CAAC,MAAM;oBAC/C,QAAQ,EAAE,2BAA2B;oBACrC,uEAAuE;oBACvE,MAAM,EAAE,CAAC,OAAO,CAAC;iBAClB","sourcesContent":["/* tslint:disable */\n/* auto-generated angular directive proxies */\nimport { ChangeDetectionStrategy, ChangeDetectorRef, Component, ElementRef, NgZone } from '@angular/core';\n\nimport { ProxyCmp } from './angular-component-lib/utils';\n\nimport type { Components } from '@ionic/core/components';\n\nimport { defineCustomElement as defineIonGrid } from '@ionic/core/components/ion-grid.js';\n\n@ProxyCmp({\n defineCustomElementFn: defineIonGrid,\n inputs: ['fixed']\n})\n@Component({\n selector: 'ion-grid',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['fixed'],\n})\nexport class IonGrid {\n protected el: HTMLIonGridElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface IonGrid extends Components.IonGrid {}\n\n\n"]}
@@ -6,7 +6,7 @@ export declare class IonHeader {
6
6
  protected el: HTMLIonHeaderElement;
7
7
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<IonHeader, never>;
9
- static ɵcmp: i0.ɵɵComponentDeclaration<IonHeader, "ion-header", never, { "collapse": { "alias": "collapse"; "required": false; }; "divider": { "alias": "divider"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "scrollEffect": { "alias": "scrollEffect"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "translucent": { "alias": "translucent"; "required": false; }; }, {}, never, ["*"], true, never>;
9
+ static ɵcmp: i0.ɵɵComponentDeclaration<IonHeader, "ion-header", never, { "collapse": { "alias": "collapse"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "translucent": { "alias": "translucent"; "required": false; }; }, {}, never, ["*"], true, never>;
10
10
  }
11
11
  export declare interface IonHeader extends Components.IonHeader {
12
12
  }
@@ -14,12 +14,12 @@ let IonHeader = class IonHeader {
14
14
  this.el = r.nativeElement;
15
15
  }
16
16
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
17
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonHeader, isStandalone: true, selector: "ion-header", inputs: { collapse: "collapse", divider: "divider", mode: "mode", scrollEffect: "scrollEffect", theme: "theme", translucent: "translucent" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
17
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonHeader, isStandalone: true, selector: "ion-header", inputs: { collapse: "collapse", mode: "mode", translucent: "translucent" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
18
18
  };
19
19
  IonHeader = __decorate([
20
20
  ProxyCmp({
21
21
  defineCustomElementFn: defineIonHeader,
22
- inputs: ['collapse', 'divider', 'mode', 'scrollEffect', 'theme', 'translucent']
22
+ inputs: ['collapse', 'mode', 'translucent']
23
23
  })
24
24
  ], IonHeader);
25
25
  export { IonHeader };
@@ -30,7 +30,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
30
30
  changeDetection: ChangeDetectionStrategy.OnPush,
31
31
  template: '<ng-content></ng-content>',
32
32
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
33
- inputs: ['collapse', 'divider', 'mode', 'scrollEffect', 'theme', 'translucent'],
33
+ inputs: ['collapse', 'mode', 'translucent'],
34
34
  }]
35
35
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
36
36
  //# sourceMappingURL=ion-header.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ion-header.js","sourceRoot":"","sources":["../../../src/standalone/directives/ion-header.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,8CAA8C;AAC9C,OAAO,EAAE,uBAAuB,EAAqB,SAAS,EAAsB,MAAM,eAAe,CAAC;AAE1G,OAAO,EAAE,QAAQ,EAAE,MAAM,+BAA+B,CAAC;AAIzD,OAAO,EAAE,mBAAmB,IAAI,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,oNAJV,2BAA2B;;AAI1B,SAAS;IAXrB,QAAQ,CAAC;QACR,qBAAqB,EAAE,eAAe;QACtC,MAAM,EAAE,CAAC,UAAU,EAAE,SAAS,EAAE,MAAM,EAAE,cAAc,EAAE,OAAO,EAAE,aAAa,CAAC;KAChF,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,UAAU,EAAE,SAAS,EAAE,MAAM,EAAE,cAAc,EAAE,OAAO,EAAE,aAAa,CAAC;iBAChF","sourcesContent":["/* tslint:disable */\n/* auto-generated angular directive proxies */\nimport { ChangeDetectionStrategy, ChangeDetectorRef, Component, ElementRef, NgZone } from '@angular/core';\n\nimport { ProxyCmp } from './angular-component-lib/utils';\n\nimport type { Components } from '@ionic/core/components';\n\nimport { defineCustomElement as defineIonHeader } from '@ionic/core/components/ion-header.js';\n\n@ProxyCmp({\n defineCustomElementFn: defineIonHeader,\n inputs: ['collapse', 'divider', 'mode', 'scrollEffect', 'theme', 'translucent']\n})\n@Component({\n selector: 'ion-header',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['collapse', 'divider', 'mode', 'scrollEffect', 'theme', 'translucent'],\n})\nexport class IonHeader {\n protected el: HTMLIonHeaderElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface IonHeader extends Components.IonHeader {}\n\n\n"]}
1
+ {"version":3,"file":"ion-header.js","sourceRoot":"","sources":["../../../src/standalone/directives/ion-header.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,8CAA8C;AAC9C,OAAO,EAAE,uBAAuB,EAAqB,SAAS,EAAsB,MAAM,eAAe,CAAC;AAE1G,OAAO,EAAE,QAAQ,EAAE,MAAM,+BAA+B,CAAC;AAIzD,OAAO,EAAE,mBAAmB,IAAI,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,kJAJV,2BAA2B;;AAI1B,SAAS;IAXrB,QAAQ,CAAC;QACR,qBAAqB,EAAE,eAAe;QACtC,MAAM,EAAE,CAAC,UAAU,EAAE,MAAM,EAAE,aAAa,CAAC;KAC5C,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,UAAU,EAAE,MAAM,EAAE,aAAa,CAAC;iBAC5C","sourcesContent":["/* tslint:disable */\n/* auto-generated angular directive proxies */\nimport { ChangeDetectionStrategy, ChangeDetectorRef, Component, ElementRef, NgZone } from '@angular/core';\n\nimport { ProxyCmp } from './angular-component-lib/utils';\n\nimport type { Components } from '@ionic/core/components';\n\nimport { defineCustomElement as defineIonHeader } from '@ionic/core/components/ion-header.js';\n\n@ProxyCmp({\n defineCustomElementFn: defineIonHeader,\n inputs: ['collapse', 'mode', 'translucent']\n})\n@Component({\n selector: 'ion-header',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['collapse', 'mode', 'translucent'],\n})\nexport class IonHeader {\n protected el: HTMLIonHeaderElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface IonHeader extends Components.IonHeader {}\n\n\n"]}
@@ -10,7 +10,7 @@ export declare class IonImg {
10
10
  ionError: EventEmitter<IonImgCustomEvent<void>>;
11
11
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<IonImg, never>;
13
- static ɵcmp: i0.ɵɵComponentDeclaration<IonImg, "ion-img", never, { "alt": { "alias": "alt"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "src": { "alias": "src"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; }, { "ionImgWillLoad": "ionImgWillLoad"; "ionImgDidLoad": "ionImgDidLoad"; "ionError": "ionError"; }, never, ["*"], true, never>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<IonImg, "ion-img", never, { "alt": { "alias": "alt"; "required": false; }; "src": { "alias": "src"; "required": false; }; }, { "ionImgWillLoad": "ionImgWillLoad"; "ionImgDidLoad": "ionImgDidLoad"; "ionError": "ionError"; }, never, ["*"], true, never>;
14
14
  }
15
15
  export declare interface IonImg extends Components.IonImg {
16
16
  /**
@@ -17,12 +17,12 @@ let IonImg = class IonImg {
17
17
  this.el = r.nativeElement;
18
18
  }
19
19
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonImg, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
20
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonImg, isStandalone: true, selector: "ion-img", inputs: { alt: "alt", mode: "mode", src: "src", theme: "theme" }, outputs: { ionImgWillLoad: "ionImgWillLoad", ionImgDidLoad: "ionImgDidLoad", ionError: "ionError" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
20
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonImg, isStandalone: true, selector: "ion-img", inputs: { alt: "alt", src: "src" }, outputs: { ionImgWillLoad: "ionImgWillLoad", ionImgDidLoad: "ionImgDidLoad", ionError: "ionError" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
21
21
  };
22
22
  IonImg = __decorate([
23
23
  ProxyCmp({
24
24
  defineCustomElementFn: defineIonImg,
25
- inputs: ['alt', 'mode', 'src', 'theme']
25
+ inputs: ['alt', 'src']
26
26
  })
27
27
  ], IonImg);
28
28
  export { IonImg };
@@ -33,7 +33,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
33
33
  changeDetection: ChangeDetectionStrategy.OnPush,
34
34
  template: '<ng-content></ng-content>',
35
35
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
36
- inputs: ['alt', 'mode', 'src', 'theme'],
36
+ inputs: ['alt', 'src'],
37
37
  outputs: ['ionImgWillLoad', 'ionImgDidLoad', 'ionError'],
38
38
  }]
39
39
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionImgWillLoad: [{
@@ -1 +1 @@
1
- {"version":3,"file":"ion-img.js","sourceRoot":"","sources":["../../../src/standalone/directives/ion-img.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,YAAY,EAAE,MAAM,mCAAmC,CAAC;;AAcjF,IAAM,MAAM,GAAZ,MAAM,MAAM;IAK0C;IAJjD,EAAE,CAAoB;IACtB,cAAc,GAAG,IAAI,YAAY,EAA2B,CAAC;IAC7D,aAAa,GAAG,IAAI,YAAY,EAA2B,CAAC;IAC5D,QAAQ,GAAG,IAAI,YAAY,EAA2B,CAAC;IACjE,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;0HARU,MAAM;8GAAN,MAAM,0OALP,2BAA2B;;AAK1B,MAAM;IAZlB,QAAQ,CAAC;QACR,qBAAqB,EAAE,YAAY;QACnC,MAAM,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,OAAO,CAAC;KACxC,CAAC;GASW,MAAM,CASlB;;2FATY,MAAM;kBARlB,SAAS;mBAAC;oBACT,QAAQ,EAAE,SAAS;oBACnB,eAAe,EAAE,uBAAuB,CAAC,MAAM;oBAC/C,QAAQ,EAAE,2BAA2B;oBACrC,uEAAuE;oBACvE,MAAM,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,OAAO,CAAC;oBACvC,OAAO,EAAE,CAAC,gBAAgB,EAAE,eAAe,EAAE,UAAU,CAAC;iBACzD;;sBAGE,MAAM;;sBACN,MAAM;;sBACN,MAAM","sourcesContent":["/* tslint:disable */\n/* auto-generated angular directive proxies */\nimport { ChangeDetectionStrategy, ChangeDetectorRef, Component, ElementRef, NgZone, EventEmitter, Output } from '@angular/core';\n\nimport { ProxyCmp } from './angular-component-lib/utils';\n\nimport type { Components } from '@ionic/core/components';\n\nimport { defineCustomElement as defineIonImg } from '@ionic/core/components/ion-img.js';\n\n@ProxyCmp({\n defineCustomElementFn: defineIonImg,\n inputs: ['alt', 'mode', 'src', 'theme']\n})\n@Component({\n selector: 'ion-img',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['alt', 'mode', 'src', 'theme'],\n outputs: ['ionImgWillLoad', 'ionImgDidLoad', 'ionError'],\n})\nexport class IonImg {\n protected el: HTMLIonImgElement;\n @Output() ionImgWillLoad = new EventEmitter<IonImgCustomEvent<void>>();\n @Output() ionImgDidLoad = new EventEmitter<IonImgCustomEvent<void>>();\n @Output() ionError = new EventEmitter<IonImgCustomEvent<void>>();\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nimport type { IonImgCustomEvent } from '@ionic/core/components';\n\nexport declare interface IonImg extends Components.IonImg {\n /**\n * Emitted when the img src has been set\n */\n ionImgWillLoad: EventEmitter<IonImgCustomEvent<void>>;\n /**\n * Emitted when the image has finished loading\n */\n ionImgDidLoad: EventEmitter<IonImgCustomEvent<void>>;\n /**\n * Emitted when the img fails to load\n */\n ionError: EventEmitter<IonImgCustomEvent<void>>;\n}\n\n\n"]}
1
+ {"version":3,"file":"ion-img.js","sourceRoot":"","sources":["../../../src/standalone/directives/ion-img.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,YAAY,EAAE,MAAM,mCAAmC,CAAC;;AAcjF,IAAM,MAAM,GAAZ,MAAM,MAAM;IAK0C;IAJjD,EAAE,CAAoB;IACtB,cAAc,GAAG,IAAI,YAAY,EAA2B,CAAC;IAC7D,aAAa,GAAG,IAAI,YAAY,EAA2B,CAAC;IAC5D,QAAQ,GAAG,IAAI,YAAY,EAA2B,CAAC;IACjE,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;0HARU,MAAM;8GAAN,MAAM,4MALP,2BAA2B;;AAK1B,MAAM;IAZlB,QAAQ,CAAC;QACR,qBAAqB,EAAE,YAAY;QACnC,MAAM,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC;KACvB,CAAC;GASW,MAAM,CASlB;;2FATY,MAAM;kBARlB,SAAS;mBAAC;oBACT,QAAQ,EAAE,SAAS;oBACnB,eAAe,EAAE,uBAAuB,CAAC,MAAM;oBAC/C,QAAQ,EAAE,2BAA2B;oBACrC,uEAAuE;oBACvE,MAAM,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC;oBACtB,OAAO,EAAE,CAAC,gBAAgB,EAAE,eAAe,EAAE,UAAU,CAAC;iBACzD;;sBAGE,MAAM;;sBACN,MAAM;;sBACN,MAAM","sourcesContent":["/* tslint:disable */\n/* auto-generated angular directive proxies */\nimport { ChangeDetectionStrategy, ChangeDetectorRef, Component, ElementRef, NgZone, EventEmitter, Output } from '@angular/core';\n\nimport { ProxyCmp } from './angular-component-lib/utils';\n\nimport type { Components } from '@ionic/core/components';\n\nimport { defineCustomElement as defineIonImg } from '@ionic/core/components/ion-img.js';\n\n@ProxyCmp({\n defineCustomElementFn: defineIonImg,\n inputs: ['alt', 'src']\n})\n@Component({\n selector: 'ion-img',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['alt', 'src'],\n outputs: ['ionImgWillLoad', 'ionImgDidLoad', 'ionError'],\n})\nexport class IonImg {\n protected el: HTMLIonImgElement;\n @Output() ionImgWillLoad = new EventEmitter<IonImgCustomEvent<void>>();\n @Output() ionImgDidLoad = new EventEmitter<IonImgCustomEvent<void>>();\n @Output() ionError = new EventEmitter<IonImgCustomEvent<void>>();\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nimport type { IonImgCustomEvent } from '@ionic/core/components';\n\nexport declare interface IonImg extends Components.IonImg {\n /**\n * Emitted when the img src has been set\n */\n ionImgWillLoad: EventEmitter<IonImgCustomEvent<void>>;\n /**\n * Emitted when the image has finished loading\n */\n ionImgDidLoad: EventEmitter<IonImgCustomEvent<void>>;\n /**\n * Emitted when the img fails to load\n */\n ionError: EventEmitter<IonImgCustomEvent<void>>;\n}\n\n\n"]}
@@ -6,7 +6,7 @@ export declare class IonInfiniteScrollContent {
6
6
  protected el: HTMLIonInfiniteScrollContentElement;
7
7
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<IonInfiniteScrollContent, never>;
9
- static ɵcmp: i0.ɵɵComponentDeclaration<IonInfiniteScrollContent, "ion-infinite-scroll-content", never, { "loadingSpinner": { "alias": "loadingSpinner"; "required": false; }; "loadingText": { "alias": "loadingText"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; }, {}, never, ["*"], true, never>;
9
+ static ɵcmp: i0.ɵɵComponentDeclaration<IonInfiniteScrollContent, "ion-infinite-scroll-content", never, { "loadingSpinner": { "alias": "loadingSpinner"; "required": false; }; "loadingText": { "alias": "loadingText"; "required": false; }; }, {}, never, ["*"], true, never>;
10
10
  }
11
11
  export declare interface IonInfiniteScrollContent extends Components.IonInfiniteScrollContent {
12
12
  }