@ionic/angular 9.0.4-dev.11789491273.11ab1c95 → 9.0.4-dev.11789496656.1690cf55

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 (199) hide show
  1. package/dist/common/directives/navigation/back-button.d.ts +1 -0
  2. package/dist/common/directives/navigation/back-button.js +15 -3
  3. package/dist/common/directives/navigation/back-button.js.map +1 -1
  4. package/dist/common/directives/navigation/nav.d.ts +2 -0
  5. package/dist/common/directives/navigation/nav.js +12 -3
  6. package/dist/common/directives/navigation/nav.js.map +1 -1
  7. package/dist/common/directives/navigation/router-outlet.d.ts +2 -0
  8. package/dist/common/directives/navigation/router-outlet.js +8 -2
  9. package/dist/common/directives/navigation/router-outlet.js.map +1 -1
  10. package/dist/common/overlays/modal.d.ts +9 -0
  11. package/dist/common/overlays/modal.js +14 -11
  12. package/dist/common/overlays/modal.js.map +1 -1
  13. package/dist/common/overlays/popover.d.ts +10 -0
  14. package/dist/common/overlays/popover.js +15 -12
  15. package/dist/common/overlays/popover.js.map +1 -1
  16. package/dist/common/utils/boolean-attribute.d.ts +24 -0
  17. package/dist/common/utils/boolean-attribute.js +36 -0
  18. package/dist/common/utils/boolean-attribute.js.map +1 -0
  19. package/dist/lazy/directives/angular-component-lib/boolean-attribute.d.ts +35 -0
  20. package/dist/lazy/directives/angular-component-lib/boolean-attribute.js +43 -0
  21. package/dist/lazy/directives/angular-component-lib/boolean-attribute.js.map +1 -0
  22. package/dist/lazy/directives/proxies.d.ts +144 -0
  23. package/dist/lazy/directives/proxies.js +115 -114
  24. package/dist/lazy/directives/proxies.js.map +1 -1
  25. package/dist/standalone/directives/angular-component-lib/boolean-attribute.d.ts +35 -0
  26. package/dist/standalone/directives/angular-component-lib/boolean-attribute.js +43 -0
  27. package/dist/standalone/directives/angular-component-lib/boolean-attribute.js.map +1 -0
  28. package/dist/standalone/directives/checkbox.d.ts +3 -0
  29. package/dist/standalone/directives/checkbox.js +8 -5
  30. package/dist/standalone/directives/checkbox.js.map +1 -1
  31. package/dist/standalone/directives/datetime.d.ts +9 -0
  32. package/dist/standalone/directives/datetime.js +14 -11
  33. package/dist/standalone/directives/datetime.js.map +1 -1
  34. package/dist/standalone/directives/icon.d.ts +3 -0
  35. package/dist/standalone/directives/icon.js +19 -3
  36. package/dist/standalone/directives/icon.js.map +1 -1
  37. package/dist/standalone/directives/input-otp.d.ts +2 -0
  38. package/dist/standalone/directives/input-otp.js +7 -4
  39. package/dist/standalone/directives/input-otp.js.map +1 -1
  40. package/dist/standalone/directives/input.d.ts +10 -0
  41. package/dist/standalone/directives/input.js +15 -12
  42. package/dist/standalone/directives/input.js.map +1 -1
  43. package/dist/standalone/directives/ion-accordion-group.d.ts +4 -0
  44. package/dist/standalone/directives/ion-accordion-group.js +3 -2
  45. package/dist/standalone/directives/ion-accordion-group.js.map +1 -1
  46. package/dist/standalone/directives/ion-accordion.d.ts +2 -0
  47. package/dist/standalone/directives/ion-accordion.js +3 -2
  48. package/dist/standalone/directives/ion-accordion.js.map +1 -1
  49. package/dist/standalone/directives/ion-action-sheet.d.ts +5 -0
  50. package/dist/standalone/directives/ion-action-sheet.js +3 -2
  51. package/dist/standalone/directives/ion-action-sheet.js.map +1 -1
  52. package/dist/standalone/directives/ion-alert.d.ts +5 -0
  53. package/dist/standalone/directives/ion-alert.js +3 -2
  54. package/dist/standalone/directives/ion-alert.js.map +1 -1
  55. package/dist/standalone/directives/ion-backdrop.d.ts +3 -0
  56. package/dist/standalone/directives/ion-backdrop.js +3 -2
  57. package/dist/standalone/directives/ion-backdrop.js.map +1 -1
  58. package/dist/standalone/directives/ion-breadcrumb.d.ts +3 -0
  59. package/dist/standalone/directives/ion-breadcrumb.js +3 -2
  60. package/dist/standalone/directives/ion-breadcrumb.js.map +1 -1
  61. package/dist/standalone/directives/ion-button.d.ts +2 -0
  62. package/dist/standalone/directives/ion-button.js +3 -2
  63. package/dist/standalone/directives/ion-button.js.map +1 -1
  64. package/dist/standalone/directives/ion-buttons.d.ts +1 -0
  65. package/dist/standalone/directives/ion-buttons.js +3 -2
  66. package/dist/standalone/directives/ion-buttons.js.map +1 -1
  67. package/dist/standalone/directives/ion-card-header.d.ts +1 -0
  68. package/dist/standalone/directives/ion-card-header.js +3 -2
  69. package/dist/standalone/directives/ion-card-header.js.map +1 -1
  70. package/dist/standalone/directives/ion-card.d.ts +2 -0
  71. package/dist/standalone/directives/ion-card.js +3 -2
  72. package/dist/standalone/directives/ion-card.js.map +1 -1
  73. package/dist/standalone/directives/ion-chip.d.ts +2 -0
  74. package/dist/standalone/directives/ion-chip.js +3 -2
  75. package/dist/standalone/directives/ion-chip.js.map +1 -1
  76. package/dist/standalone/directives/ion-content.d.ts +5 -0
  77. package/dist/standalone/directives/ion-content.js +3 -2
  78. package/dist/standalone/directives/ion-content.js.map +1 -1
  79. package/dist/standalone/directives/ion-datetime-button.d.ts +1 -0
  80. package/dist/standalone/directives/ion-datetime-button.js +3 -2
  81. package/dist/standalone/directives/ion-datetime-button.js.map +1 -1
  82. package/dist/standalone/directives/ion-fab-button.d.ts +4 -0
  83. package/dist/standalone/directives/ion-fab-button.js +3 -2
  84. package/dist/standalone/directives/ion-fab-button.js.map +1 -1
  85. package/dist/standalone/directives/ion-fab-list.d.ts +1 -0
  86. package/dist/standalone/directives/ion-fab-list.js +3 -2
  87. package/dist/standalone/directives/ion-fab-list.js.map +1 -1
  88. package/dist/standalone/directives/ion-fab.d.ts +2 -0
  89. package/dist/standalone/directives/ion-fab.js +3 -2
  90. package/dist/standalone/directives/ion-fab.js.map +1 -1
  91. package/dist/standalone/directives/ion-footer.d.ts +1 -0
  92. package/dist/standalone/directives/ion-footer.js +3 -2
  93. package/dist/standalone/directives/ion-footer.js.map +1 -1
  94. package/dist/standalone/directives/ion-grid.d.ts +1 -0
  95. package/dist/standalone/directives/ion-grid.js +3 -2
  96. package/dist/standalone/directives/ion-grid.js.map +1 -1
  97. package/dist/standalone/directives/ion-header.d.ts +1 -0
  98. package/dist/standalone/directives/ion-header.js +3 -2
  99. package/dist/standalone/directives/ion-header.js.map +1 -1
  100. package/dist/standalone/directives/ion-infinite-scroll.d.ts +1 -0
  101. package/dist/standalone/directives/ion-infinite-scroll.js +3 -2
  102. package/dist/standalone/directives/ion-infinite-scroll.js.map +1 -1
  103. package/dist/standalone/directives/ion-item-divider.d.ts +1 -0
  104. package/dist/standalone/directives/ion-item-divider.js +3 -2
  105. package/dist/standalone/directives/ion-item-divider.js.map +1 -1
  106. package/dist/standalone/directives/ion-item-option.d.ts +2 -0
  107. package/dist/standalone/directives/ion-item-option.js +3 -2
  108. package/dist/standalone/directives/ion-item-option.js.map +1 -1
  109. package/dist/standalone/directives/ion-item-sliding.d.ts +1 -0
  110. package/dist/standalone/directives/ion-item-sliding.js +3 -2
  111. package/dist/standalone/directives/ion-item-sliding.js.map +1 -1
  112. package/dist/standalone/directives/ion-item.d.ts +3 -0
  113. package/dist/standalone/directives/ion-item.js +3 -2
  114. package/dist/standalone/directives/ion-item.js.map +1 -1
  115. package/dist/standalone/directives/ion-list.d.ts +1 -0
  116. package/dist/standalone/directives/ion-list.js +3 -2
  117. package/dist/standalone/directives/ion-list.js.map +1 -1
  118. package/dist/standalone/directives/ion-loading.d.ts +6 -0
  119. package/dist/standalone/directives/ion-loading.js +3 -2
  120. package/dist/standalone/directives/ion-loading.js.map +1 -1
  121. package/dist/standalone/directives/ion-menu-button.d.ts +2 -0
  122. package/dist/standalone/directives/ion-menu-button.js +3 -2
  123. package/dist/standalone/directives/ion-menu-button.js.map +1 -1
  124. package/dist/standalone/directives/ion-menu-toggle.d.ts +1 -0
  125. package/dist/standalone/directives/ion-menu-toggle.js +3 -2
  126. package/dist/standalone/directives/ion-menu-toggle.js.map +1 -1
  127. package/dist/standalone/directives/ion-menu.d.ts +2 -0
  128. package/dist/standalone/directives/ion-menu.js +3 -2
  129. package/dist/standalone/directives/ion-menu.js.map +1 -1
  130. package/dist/standalone/directives/ion-picker-column-option.d.ts +1 -0
  131. package/dist/standalone/directives/ion-picker-column-option.js +3 -2
  132. package/dist/standalone/directives/ion-picker-column-option.js.map +1 -1
  133. package/dist/standalone/directives/ion-picker-column.d.ts +1 -0
  134. package/dist/standalone/directives/ion-picker-column.js +3 -2
  135. package/dist/standalone/directives/ion-picker-column.js.map +1 -1
  136. package/dist/standalone/directives/ion-progress-bar.d.ts +1 -0
  137. package/dist/standalone/directives/ion-progress-bar.js +3 -2
  138. package/dist/standalone/directives/ion-progress-bar.js.map +1 -1
  139. package/dist/standalone/directives/ion-radio.d.ts +1 -0
  140. package/dist/standalone/directives/ion-radio.js +3 -2
  141. package/dist/standalone/directives/ion-radio.js.map +1 -1
  142. package/dist/standalone/directives/ion-refresher.d.ts +1 -0
  143. package/dist/standalone/directives/ion-refresher.js +3 -2
  144. package/dist/standalone/directives/ion-refresher.js.map +1 -1
  145. package/dist/standalone/directives/ion-reorder-group.d.ts +1 -0
  146. package/dist/standalone/directives/ion-reorder-group.js +3 -2
  147. package/dist/standalone/directives/ion-reorder-group.js.map +1 -1
  148. package/dist/standalone/directives/ion-segment-button.d.ts +1 -0
  149. package/dist/standalone/directives/ion-segment-button.js +3 -2
  150. package/dist/standalone/directives/ion-segment-button.js.map +1 -1
  151. package/dist/standalone/directives/ion-segment-view.d.ts +2 -0
  152. package/dist/standalone/directives/ion-segment-view.js +3 -2
  153. package/dist/standalone/directives/ion-segment-view.js.map +1 -1
  154. package/dist/standalone/directives/ion-select-modal.d.ts +1 -0
  155. package/dist/standalone/directives/ion-select-modal.js +3 -2
  156. package/dist/standalone/directives/ion-select-modal.js.map +1 -1
  157. package/dist/standalone/directives/ion-select-option.d.ts +1 -0
  158. package/dist/standalone/directives/ion-select-option.js +3 -2
  159. package/dist/standalone/directives/ion-select-option.js.map +1 -1
  160. package/dist/standalone/directives/ion-skeleton-text.d.ts +1 -0
  161. package/dist/standalone/directives/ion-skeleton-text.js +3 -2
  162. package/dist/standalone/directives/ion-skeleton-text.js.map +1 -1
  163. package/dist/standalone/directives/ion-spinner.d.ts +1 -0
  164. package/dist/standalone/directives/ion-spinner.js +3 -2
  165. package/dist/standalone/directives/ion-spinner.js.map +1 -1
  166. package/dist/standalone/directives/ion-split-pane.d.ts +1 -0
  167. package/dist/standalone/directives/ion-split-pane.js +3 -2
  168. package/dist/standalone/directives/ion-split-pane.js.map +1 -1
  169. package/dist/standalone/directives/ion-tab-bar.d.ts +1 -0
  170. package/dist/standalone/directives/ion-tab-bar.js +3 -2
  171. package/dist/standalone/directives/ion-tab-bar.js.map +1 -1
  172. package/dist/standalone/directives/ion-tab-button.d.ts +2 -0
  173. package/dist/standalone/directives/ion-tab-button.js +3 -2
  174. package/dist/standalone/directives/ion-tab-button.js.map +1 -1
  175. package/dist/standalone/directives/ion-toast.d.ts +4 -0
  176. package/dist/standalone/directives/ion-toast.js +3 -2
  177. package/dist/standalone/directives/ion-toast.js.map +1 -1
  178. package/dist/standalone/directives/radio-group.d.ts +1 -0
  179. package/dist/standalone/directives/radio-group.js +13 -3
  180. package/dist/standalone/directives/radio-group.js.map +1 -1
  181. package/dist/standalone/directives/range.d.ts +5 -0
  182. package/dist/standalone/directives/range.js +10 -7
  183. package/dist/standalone/directives/range.js.map +1 -1
  184. package/dist/standalone/directives/searchbar.d.ts +4 -0
  185. package/dist/standalone/directives/searchbar.js +9 -6
  186. package/dist/standalone/directives/searchbar.js.map +1 -1
  187. package/dist/standalone/directives/segment.d.ts +4 -0
  188. package/dist/standalone/directives/segment.js +14 -3
  189. package/dist/standalone/directives/segment.js.map +1 -1
  190. package/dist/standalone/directives/select.d.ts +2 -0
  191. package/dist/standalone/directives/select.js +7 -4
  192. package/dist/standalone/directives/select.js.map +1 -1
  193. package/dist/standalone/directives/textarea.d.ts +8 -0
  194. package/dist/standalone/directives/textarea.js +13 -10
  195. package/dist/standalone/directives/textarea.js.map +1 -1
  196. package/dist/standalone/directives/toggle.d.ts +3 -0
  197. package/dist/standalone/directives/toggle.js +8 -5
  198. package/dist/standalone/directives/toggle.js.map +1 -1
  199. package/package.json +2 -2
@@ -3,6 +3,7 @@ import { __decorate } from "tslib";
3
3
  /* auto-generated angular directive proxies */
4
4
  import { ChangeDetectionStrategy, Component, EventEmitter, Output } from '@angular/core';
5
5
  import { ProxyCmp } from './angular-component-lib/utils';
6
+ import { nullableBooleanAttribute } from './angular-component-lib/boolean-attribute';
6
7
  import { defineCustomElement as defineIonMenu } from '@ionic/core/components/ion-menu.js';
7
8
  import * as i0 from "@angular/core";
8
9
  let IonMenu = class IonMenu {
@@ -18,7 +19,7 @@ let IonMenu = class IonMenu {
18
19
  this.el = r.nativeElement;
19
20
  }
20
21
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonMenu, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
21
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonMenu, isStandalone: true, selector: "ion-menu", inputs: { contentId: "contentId", disabled: "disabled", maxEdgeStart: "maxEdgeStart", menuId: "menuId", side: "side", swipeGesture: "swipeGesture", type: "type" }, outputs: { ionWillOpen: "ionWillOpen", ionWillClose: "ionWillClose", ionDidOpen: "ionDidOpen", ionDidClose: "ionDidClose" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
22
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "22.0.0", type: IonMenu, isStandalone: true, selector: "ion-menu", inputs: { contentId: "contentId", disabled: ["disabled", "disabled", nullableBooleanAttribute], maxEdgeStart: "maxEdgeStart", menuId: "menuId", side: "side", swipeGesture: ["swipeGesture", "swipeGesture", nullableBooleanAttribute], type: "type" }, outputs: { ionWillOpen: "ionWillOpen", ionWillClose: "ionWillClose", ionDidOpen: "ionDidOpen", ionDidClose: "ionDidClose" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
22
23
  };
23
24
  IonMenu = __decorate([
24
25
  ProxyCmp({
@@ -35,7 +36,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
35
36
  changeDetection: ChangeDetectionStrategy.OnPush,
36
37
  template: '<ng-content></ng-content>',
37
38
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
38
- inputs: ['contentId', 'disabled', 'maxEdgeStart', 'menuId', 'side', 'swipeGesture', 'type'],
39
+ inputs: ['contentId', { name: 'disabled', transform: nullableBooleanAttribute }, 'maxEdgeStart', 'menuId', 'side', { name: 'swipeGesture', transform: nullableBooleanAttribute }, 'type'],
39
40
  outputs: ['ionWillOpen', 'ionWillClose', 'ionDidOpen', 'ionDidClose'],
40
41
  }]
41
42
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionWillOpen: [{
@@ -1 +1 @@
1
- {"version":3,"file":"ion-menu.js","sourceRoot":"","sources":["../../../src/standalone/directives/ion-menu.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,aAAa,EAAE,MAAM,oCAAoC,CAAC;;AAenF,IAAM,OAAO,GAAb,MAAM,OAAO;IAMyC;IALjD,EAAE,CAAqB;IACvB,WAAW,GAAG,IAAI,YAAY,EAA4B,CAAC;IAC3D,YAAY,GAAG,IAAI,YAAY,EAAoD,CAAC;IACpF,UAAU,GAAG,IAAI,YAAY,EAA4B,CAAC;IAC1D,WAAW,GAAG,IAAI,YAAY,EAAoD,CAAC;IAC7F,YAAY,CAAoB,EAAE,CAAa,EAAY,CAAS;QAAT,MAAC,GAAD,CAAC,CAAQ;QAClE,CAAC,CAAC,MAAM,EAAE,CAAC;QACX,IAAI,CAAC,EAAE,GAAG,CAAC,CAAC,aAAa,CAAC;IAC5B,CAAC;0HATU,OAAO;8GAAP,OAAO,qWALR,2BAA2B;;AAK1B,OAAO;IAbnB,QAAQ,CAAC;QACR,qBAAqB,EAAE,aAAa;QACpC,MAAM,EAAE,CAAC,WAAW,EAAE,UAAU,EAAE,cAAc,EAAE,QAAQ,EAAE,MAAM,EAAE,cAAc,EAAE,MAAM,CAAC;QAC3F,OAAO,EAAE,CAAC,QAAQ,EAAE,UAAU,EAAE,MAAM,EAAE,OAAO,EAAE,QAAQ,EAAE,SAAS,CAAC;KACtE,CAAC;GASW,OAAO,CAUnB;;2FAVY,OAAO;kBARnB,SAAS;mBAAC;oBACT,QAAQ,EAAE,UAAU;oBACpB,eAAe,EAAE,uBAAuB,CAAC,MAAM;oBAC/C,QAAQ,EAAE,2BAA2B;oBACrC,uEAAuE;oBACvE,MAAM,EAAE,CAAC,WAAW,EAAE,UAAU,EAAE,cAAc,EAAE,QAAQ,EAAE,MAAM,EAAE,cAAc,EAAE,MAAM,CAAC;oBAC3F,OAAO,EAAE,CAAC,aAAa,EAAE,cAAc,EAAE,YAAY,EAAE,aAAa,CAAC;iBACtE;;sBAGE,MAAM;;sBACN,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 defineIonMenu } from '@ionic/core/components/ion-menu.js';\n\n@ProxyCmp({\n defineCustomElementFn: defineIonMenu,\n inputs: ['contentId', 'disabled', 'maxEdgeStart', 'menuId', 'side', 'swipeGesture', 'type'],\n methods: ['isOpen', 'isActive', 'open', 'close', 'toggle', 'setOpen']\n})\n@Component({\n selector: 'ion-menu',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['contentId', 'disabled', 'maxEdgeStart', 'menuId', 'side', 'swipeGesture', 'type'],\n outputs: ['ionWillOpen', 'ionWillClose', 'ionDidOpen', 'ionDidClose'],\n})\nexport class IonMenu {\n protected el: HTMLIonMenuElement;\n @Output() ionWillOpen = new EventEmitter<IonMenuCustomEvent<void>>();\n @Output() ionWillClose = new EventEmitter<IonMenuCustomEvent<IIonMenuMenuCloseEventDetail>>();\n @Output() ionDidOpen = new EventEmitter<IonMenuCustomEvent<void>>();\n @Output() ionDidClose = new EventEmitter<IonMenuCustomEvent<IIonMenuMenuCloseEventDetail>>();\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nimport type { IonMenuCustomEvent } from '@ionic/core/components';\nimport type { MenuCloseEventDetail as IIonMenuMenuCloseEventDetail } from '@ionic/core/components';\n\nexport declare interface IonMenu extends Components.IonMenu {\n /**\n * Emitted when the menu is about to be opened.\n */\n ionWillOpen: EventEmitter<IonMenuCustomEvent<void>>;\n /**\n * Emitted when the menu is about to be closed.\n */\n ionWillClose: EventEmitter<IonMenuCustomEvent<IIonMenuMenuCloseEventDetail>>;\n /**\n * Emitted when the menu is open.\n */\n ionDidOpen: EventEmitter<IonMenuCustomEvent<void>>;\n /**\n * Emitted when the menu is closed.\n */\n ionDidClose: EventEmitter<IonMenuCustomEvent<IIonMenuMenuCloseEventDetail>>;\n}\n\n\n"]}
1
+ {"version":3,"file":"ion-menu.js","sourceRoot":"","sources":["../../../src/standalone/directives/ion-menu.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;AACzD,OAAO,EAAE,wBAAwB,EAAE,MAAM,2CAA2C,CAAC;AAIrF,OAAO,EAAE,mBAAmB,IAAI,aAAa,EAAE,MAAM,oCAAoC,CAAC;;AAenF,IAAM,OAAO,GAAb,MAAM,OAAO;IAMyC;IALjD,EAAE,CAAqB;IACvB,WAAW,GAAG,IAAI,YAAY,EAA4B,CAAC;IAC3D,YAAY,GAAG,IAAI,YAAY,EAAoD,CAAC;IACpF,UAAU,GAAG,IAAI,YAAY,EAA4B,CAAC;IAC1D,WAAW,GAAG,IAAI,YAAY,EAAoD,CAAC;IAC7F,YAAY,CAAoB,EAAE,CAAa,EAAY,CAAS;QAAT,MAAC,GAAD,CAAC,CAAQ;QAClE,CAAC,CAAC,MAAM,EAAE,CAAC;QACX,IAAI,CAAC,EAAE,GAAG,CAAC,CAAC,aAAa,CAAC;IAC5B,CAAC;0HATU,OAAO;8GAAP,OAAO,iHAHmC,wBAAwB,gHAAyE,wBAAwB,wKAFpK,2BAA2B;;AAK1B,OAAO;IAbnB,QAAQ,CAAC;QACR,qBAAqB,EAAE,aAAa;QACpC,MAAM,EAAE,CAAC,WAAW,EAAE,UAAU,EAAE,cAAc,EAAE,QAAQ,EAAE,MAAM,EAAE,cAAc,EAAE,MAAM,CAAC;QAC3F,OAAO,EAAE,CAAC,QAAQ,EAAE,UAAU,EAAE,MAAM,EAAE,OAAO,EAAE,QAAQ,EAAE,SAAS,CAAC;KACtE,CAAC;GASW,OAAO,CAUnB;;2FAVY,OAAO;kBARnB,SAAS;mBAAC;oBACT,QAAQ,EAAE,UAAU;oBACpB,eAAe,EAAE,uBAAuB,CAAC,MAAM;oBAC/C,QAAQ,EAAE,2BAA2B;oBACrC,uEAAuE;oBACvE,MAAM,EAAE,CAAC,WAAW,EAAE,EAAE,IAAI,EAAE,UAAU,EAAE,SAAS,EAAE,wBAAwB,EAAE,EAAE,cAAc,EAAE,QAAQ,EAAE,MAAM,EAAE,EAAE,IAAI,EAAE,cAAc,EAAE,SAAS,EAAE,wBAAwB,EAAE,EAAE,MAAM,CAAC;oBACzL,OAAO,EAAE,CAAC,aAAa,EAAE,cAAc,EAAE,YAAY,EAAE,aAAa,CAAC;iBACtE;;sBAGE,MAAM;;sBACN,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';\nimport { nullableBooleanAttribute } from './angular-component-lib/boolean-attribute';\n\nimport type { Components } from '@ionic/core/components';\n\nimport { defineCustomElement as defineIonMenu } from '@ionic/core/components/ion-menu.js';\n\n@ProxyCmp({\n defineCustomElementFn: defineIonMenu,\n inputs: ['contentId', 'disabled', 'maxEdgeStart', 'menuId', 'side', 'swipeGesture', 'type'],\n methods: ['isOpen', 'isActive', 'open', 'close', 'toggle', 'setOpen']\n})\n@Component({\n selector: 'ion-menu',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['contentId', { name: 'disabled', transform: nullableBooleanAttribute }, 'maxEdgeStart', 'menuId', 'side', { name: 'swipeGesture', transform: nullableBooleanAttribute }, 'type'],\n outputs: ['ionWillOpen', 'ionWillClose', 'ionDidOpen', 'ionDidClose'],\n})\nexport class IonMenu {\n protected el: HTMLIonMenuElement;\n @Output() ionWillOpen = new EventEmitter<IonMenuCustomEvent<void>>();\n @Output() ionWillClose = new EventEmitter<IonMenuCustomEvent<IIonMenuMenuCloseEventDetail>>();\n @Output() ionDidOpen = new EventEmitter<IonMenuCustomEvent<void>>();\n @Output() ionDidClose = new EventEmitter<IonMenuCustomEvent<IIonMenuMenuCloseEventDetail>>();\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nimport type { IonMenuCustomEvent } from '@ionic/core/components';\nimport type { MenuCloseEventDetail as IIonMenuMenuCloseEventDetail } from '@ionic/core/components';\n\nexport declare interface IonMenu extends Components.IonMenu {\n /**\n * Emitted when the menu is about to be opened.\n */\n ionWillOpen: EventEmitter<IonMenuCustomEvent<void>>;\n /**\n * Emitted when the menu is about to be closed.\n */\n ionWillClose: EventEmitter<IonMenuCustomEvent<IIonMenuMenuCloseEventDetail>>;\n /**\n * Emitted when the menu is open.\n */\n ionDidOpen: EventEmitter<IonMenuCustomEvent<void>>;\n /**\n * Emitted when the menu is closed.\n */\n ionDidClose: EventEmitter<IonMenuCustomEvent<IIonMenuMenuCloseEventDetail>>;\n}\n\n\n"]}
@@ -7,6 +7,7 @@ export declare class IonPickerColumnOption {
7
7
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<IonPickerColumnOption, never>;
9
9
  static ɵcmp: i0.ɵɵComponentDeclaration<IonPickerColumnOption, "ion-picker-column-option", never, { "color": { "alias": "color"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, ["*"], true, never>;
10
+ static ngAcceptInputType_disabled: boolean | string | null | undefined;
10
11
  }
11
12
  export declare interface IonPickerColumnOption extends Components.IonPickerColumnOption {
12
13
  }
@@ -3,6 +3,7 @@ import { __decorate } from "tslib";
3
3
  /* auto-generated angular directive proxies */
4
4
  import { ChangeDetectionStrategy, Component } from '@angular/core';
5
5
  import { ProxyCmp } from './angular-component-lib/utils';
6
+ import { nullableBooleanAttribute } from './angular-component-lib/boolean-attribute';
6
7
  import { defineCustomElement as defineIonPickerColumnOption } from '@ionic/core/components/ion-picker-column-option.js';
7
8
  import * as i0 from "@angular/core";
8
9
  let IonPickerColumnOption = class IonPickerColumnOption {
@@ -14,7 +15,7 @@ let IonPickerColumnOption = class IonPickerColumnOption {
14
15
  this.el = r.nativeElement;
15
16
  }
16
17
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonPickerColumnOption, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
17
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonPickerColumnOption, isStandalone: true, selector: "ion-picker-column-option", inputs: { color: "color", disabled: "disabled", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
18
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "22.0.0", type: IonPickerColumnOption, isStandalone: true, selector: "ion-picker-column-option", inputs: { color: "color", disabled: ["disabled", "disabled", nullableBooleanAttribute], value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
18
19
  };
19
20
  IonPickerColumnOption = __decorate([
20
21
  ProxyCmp({
@@ -30,7 +31,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
30
31
  changeDetection: ChangeDetectionStrategy.OnPush,
31
32
  template: '<ng-content></ng-content>',
32
33
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
33
- inputs: ['color', 'disabled', 'value'],
34
+ inputs: ['color', { name: 'disabled', transform: nullableBooleanAttribute }, 'value'],
34
35
  }]
35
36
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
36
37
  //# sourceMappingURL=ion-picker-column-option.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ion-picker-column-option.js","sourceRoot":"","sources":["../../../src/standalone/directives/ion-picker-column-option.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,8CAA8C;AAC9C,OAAO,EAAE,uBAAuB,EAAqB,SAAS,EAAsB,MAAM,eAAe,CAAC;AAE1G,OAAO,EAAE,QAAQ,EAAE,MAAM,+BAA+B,CAAC;AAIzD,OAAO,EAAE,mBAAmB,IAAI,2BAA2B,EAAE,MAAM,oDAAoD,CAAC;;AAajH,IAAM,qBAAqB,GAA3B,MAAM,qBAAqB;IAE2B;IADjD,EAAE,CAAmC;IAC/C,YAAY,CAAoB,EAAE,CAAa,EAAY,CAAS;QAAT,MAAC,GAAD,CAAC,CAAQ;QAClE,CAAC,CAAC,MAAM,EAAE,CAAC;QACX,IAAI,CAAC,EAAE,GAAG,CAAC,CAAC,aAAa,CAAC;IAC5B,CAAC;0HALU,qBAAqB;8GAArB,qBAAqB,sJAJtB,2BAA2B;;AAI1B,qBAAqB;IAXjC,QAAQ,CAAC;QACR,qBAAqB,EAAE,2BAA2B;QAClD,MAAM,EAAE,CAAC,OAAO,EAAE,UAAU,EAAE,OAAO,CAAC;KACvC,CAAC;GAQW,qBAAqB,CAMjC;;2FANY,qBAAqB;kBAPjC,SAAS;mBAAC;oBACT,QAAQ,EAAE,0BAA0B;oBACpC,eAAe,EAAE,uBAAuB,CAAC,MAAM;oBAC/C,QAAQ,EAAE,2BAA2B;oBACrC,uEAAuE;oBACvE,MAAM,EAAE,CAAC,OAAO,EAAE,UAAU,EAAE,OAAO,CAAC;iBACvC","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 defineIonPickerColumnOption } from '@ionic/core/components/ion-picker-column-option.js';\n\n@ProxyCmp({\n defineCustomElementFn: defineIonPickerColumnOption,\n inputs: ['color', 'disabled', 'value']\n})\n@Component({\n selector: 'ion-picker-column-option',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['color', 'disabled', 'value'],\n})\nexport class IonPickerColumnOption {\n protected el: HTMLIonPickerColumnOptionElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface IonPickerColumnOption extends Components.IonPickerColumnOption {}\n\n\n"]}
1
+ {"version":3,"file":"ion-picker-column-option.js","sourceRoot":"","sources":["../../../src/standalone/directives/ion-picker-column-option.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,8CAA8C;AAC9C,OAAO,EAAE,uBAAuB,EAAqB,SAAS,EAAsB,MAAM,eAAe,CAAC;AAE1G,OAAO,EAAE,QAAQ,EAAE,MAAM,+BAA+B,CAAC;AACzD,OAAO,EAAE,wBAAwB,EAAE,MAAM,2CAA2C,CAAC;AAIrF,OAAO,EAAE,mBAAmB,IAAI,2BAA2B,EAAE,MAAM,oDAAoD,CAAC;;AAajH,IAAM,qBAAqB,GAA3B,MAAM,qBAAqB;IAE2B;IADjD,EAAE,CAAmC;IAC/C,YAAY,CAAoB,EAAE,CAAa,EAAY,CAAS;QAAT,MAAC,GAAD,CAAC,CAAQ;QAClE,CAAC,CAAC,MAAM,EAAE,CAAC;QACX,IAAI,CAAC,EAAE,GAAG,CAAC,CAAC,aAAa,CAAC;IAC5B,CAAC;0HALU,qBAAqB;8GAArB,qBAAqB,yHAFiB,wBAAwB,6CAF/D,2BAA2B;;AAI1B,qBAAqB;IAXjC,QAAQ,CAAC;QACR,qBAAqB,EAAE,2BAA2B;QAClD,MAAM,EAAE,CAAC,OAAO,EAAE,UAAU,EAAE,OAAO,CAAC;KACvC,CAAC;GAQW,qBAAqB,CAMjC;;2FANY,qBAAqB;kBAPjC,SAAS;mBAAC;oBACT,QAAQ,EAAE,0BAA0B;oBACpC,eAAe,EAAE,uBAAuB,CAAC,MAAM;oBAC/C,QAAQ,EAAE,2BAA2B;oBACrC,uEAAuE;oBACvE,MAAM,EAAE,CAAC,OAAO,EAAE,EAAE,IAAI,EAAE,UAAU,EAAE,SAAS,EAAE,wBAAwB,EAAE,EAAE,OAAO,CAAC;iBACtF","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';\nimport { nullableBooleanAttribute } from './angular-component-lib/boolean-attribute';\n\nimport type { Components } from '@ionic/core/components';\n\nimport { defineCustomElement as defineIonPickerColumnOption } from '@ionic/core/components/ion-picker-column-option.js';\n\n@ProxyCmp({\n defineCustomElementFn: defineIonPickerColumnOption,\n inputs: ['color', 'disabled', 'value']\n})\n@Component({\n selector: 'ion-picker-column-option',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['color', { name: 'disabled', transform: nullableBooleanAttribute }, 'value'],\n})\nexport class IonPickerColumnOption {\n protected el: HTMLIonPickerColumnOptionElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface IonPickerColumnOption extends Components.IonPickerColumnOption {}\n\n\n"]}
@@ -10,6 +10,7 @@ export declare class IonPickerColumn {
10
10
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
11
11
  static ɵfac: i0.ɵɵFactoryDeclaration<IonPickerColumn, never>;
12
12
  static ɵcmp: i0.ɵɵComponentDeclaration<IonPickerColumn, "ion-picker-column", never, { "color": { "alias": "color"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "ionChange": "ionChange"; }, never, ["*"], true, never>;
13
+ static ngAcceptInputType_disabled: boolean | string | null | undefined;
13
14
  }
14
15
  export declare interface IonPickerColumn extends Components.IonPickerColumn {
15
16
  /**
@@ -3,6 +3,7 @@ import { __decorate } from "tslib";
3
3
  /* auto-generated angular directive proxies */
4
4
  import { ChangeDetectionStrategy, Component, EventEmitter, Output } from '@angular/core';
5
5
  import { ProxyCmp } from './angular-component-lib/utils';
6
+ import { nullableBooleanAttribute } from './angular-component-lib/boolean-attribute';
6
7
  import { defineCustomElement as defineIonPickerColumn } from '@ionic/core/components/ion-picker-column.js';
7
8
  import * as i0 from "@angular/core";
8
9
  let IonPickerColumn = class IonPickerColumn {
@@ -15,7 +16,7 @@ let IonPickerColumn = class IonPickerColumn {
15
16
  this.el = r.nativeElement;
16
17
  }
17
18
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonPickerColumn, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
18
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonPickerColumn, isStandalone: true, selector: "ion-picker-column", inputs: { color: "color", disabled: "disabled", mode: "mode", value: "value" }, outputs: { ionChange: "ionChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
19
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "22.0.0", type: IonPickerColumn, isStandalone: true, selector: "ion-picker-column", inputs: { color: "color", disabled: ["disabled", "disabled", nullableBooleanAttribute], mode: "mode", value: "value" }, outputs: { ionChange: "ionChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
19
20
  };
20
21
  IonPickerColumn = __decorate([
21
22
  ProxyCmp({
@@ -32,7 +33,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
32
33
  changeDetection: ChangeDetectionStrategy.OnPush,
33
34
  template: '<ng-content></ng-content>',
34
35
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
35
- inputs: ['color', 'disabled', 'mode', 'value'],
36
+ inputs: ['color', { name: 'disabled', transform: nullableBooleanAttribute }, 'mode', 'value'],
36
37
  outputs: ['ionChange'],
37
38
  }]
38
39
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionChange: [{
@@ -1 +1 @@
1
- {"version":3,"file":"ion-picker-column.js","sourceRoot":"","sources":["../../../src/standalone/directives/ion-picker-column.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,8CAA8C;AAC9C,OAAO,EAAE,uBAAuB,EAAqB,SAAS,EAAsB,YAAY,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AAEhI,OAAO,EAAE,QAAQ,EAAE,MAAM,+BAA+B,CAAC;AAIzD,OAAO,EAAE,mBAAmB,IAAI,qBAAqB,EAAE,MAAM,6CAA6C,CAAC;;AAepG,IAAM,eAAe,GAArB,MAAM,eAAe;IAGiC;IAFjD,EAAE,CAA6B;IAC/B,SAAS,GAAG,IAAI,YAAY,EAA6E,CAAC;IACpH,YAAY,CAAoB,EAAE,CAAa,EAAY,CAAS;QAAT,MAAC,GAAD,CAAC,CAAQ;QAClE,CAAC,CAAC,MAAM,EAAE,CAAC;QACX,IAAI,CAAC,EAAE,GAAG,CAAC,CAAC,aAAa,CAAC;IAC5B,CAAC;0HANU,eAAe;8GAAf,eAAe,kMALhB,2BAA2B;;AAK1B,eAAe;IAb3B,QAAQ,CAAC;QACR,qBAAqB,EAAE,qBAAqB;QAC5C,MAAM,EAAE,CAAC,OAAO,EAAE,UAAU,EAAE,MAAM,EAAE,OAAO,CAAC;QAC9C,OAAO,EAAE,CAAC,UAAU,CAAC;KACtB,CAAC;GASW,eAAe,CAO3B;;2FAPY,eAAe;kBAR3B,SAAS;mBAAC;oBACT,QAAQ,EAAE,mBAAmB;oBAC7B,eAAe,EAAE,uBAAuB,CAAC,MAAM;oBAC/C,QAAQ,EAAE,2BAA2B;oBACrC,uEAAuE;oBACvE,MAAM,EAAE,CAAC,OAAO,EAAE,UAAU,EAAE,MAAM,EAAE,OAAO,CAAC;oBAC9C,OAAO,EAAE,CAAC,WAAW,CAAC;iBACvB;;sBAGE,MAAM","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 defineIonPickerColumn } from '@ionic/core/components/ion-picker-column.js';\n\n@ProxyCmp({\n defineCustomElementFn: defineIonPickerColumn,\n inputs: ['color', 'disabled', 'mode', 'value'],\n methods: ['setFocus']\n})\n@Component({\n selector: 'ion-picker-column',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['color', 'disabled', 'mode', 'value'],\n outputs: ['ionChange'],\n})\nexport class IonPickerColumn {\n protected el: HTMLIonPickerColumnElement;\n @Output() ionChange = new EventEmitter<IonPickerColumnCustomEvent<IIonPickerColumnPickerColumnChangeEventDetail>>();\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nimport type { IonPickerColumnCustomEvent } from '@ionic/core/components';\nimport type { PickerColumnChangeEventDetail as IIonPickerColumnPickerColumnChangeEventDetail } from '@ionic/core/components';\n\nexport declare interface IonPickerColumn extends Components.IonPickerColumn {\n /**\n * Emitted when the value has changed.\n\nThis event will not emit when programmatically setting the `value` property.\n */\n ionChange: EventEmitter<IonPickerColumnCustomEvent<IIonPickerColumnPickerColumnChangeEventDetail>>;\n}\n\n\n"]}
1
+ {"version":3,"file":"ion-picker-column.js","sourceRoot":"","sources":["../../../src/standalone/directives/ion-picker-column.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,8CAA8C;AAC9C,OAAO,EAAE,uBAAuB,EAAqB,SAAS,EAAsB,YAAY,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AAEhI,OAAO,EAAE,QAAQ,EAAE,MAAM,+BAA+B,CAAC;AACzD,OAAO,EAAE,wBAAwB,EAAE,MAAM,2CAA2C,CAAC;AAIrF,OAAO,EAAE,mBAAmB,IAAI,qBAAqB,EAAE,MAAM,6CAA6C,CAAC;;AAepG,IAAM,eAAe,GAArB,MAAM,eAAe;IAGiC;IAFjD,EAAE,CAA6B;IAC/B,SAAS,GAAG,IAAI,YAAY,EAA6E,CAAC;IACpH,YAAY,CAAoB,EAAE,CAAa,EAAY,CAAS;QAAT,MAAC,GAAD,CAAC,CAAQ;QAClE,CAAC,CAAC,MAAM,EAAE,CAAC;QACX,IAAI,CAAC,EAAE,GAAG,CAAC,CAAC,aAAa,CAAC;IAC5B,CAAC;0HANU,eAAe;8GAAf,eAAe,kHAHuB,wBAAwB,gGAF/D,2BAA2B;;AAK1B,eAAe;IAb3B,QAAQ,CAAC;QACR,qBAAqB,EAAE,qBAAqB;QAC5C,MAAM,EAAE,CAAC,OAAO,EAAE,UAAU,EAAE,MAAM,EAAE,OAAO,CAAC;QAC9C,OAAO,EAAE,CAAC,UAAU,CAAC;KACtB,CAAC;GASW,eAAe,CAO3B;;2FAPY,eAAe;kBAR3B,SAAS;mBAAC;oBACT,QAAQ,EAAE,mBAAmB;oBAC7B,eAAe,EAAE,uBAAuB,CAAC,MAAM;oBAC/C,QAAQ,EAAE,2BAA2B;oBACrC,uEAAuE;oBACvE,MAAM,EAAE,CAAC,OAAO,EAAE,EAAE,IAAI,EAAE,UAAU,EAAE,SAAS,EAAE,wBAAwB,EAAE,EAAE,MAAM,EAAE,OAAO,CAAC;oBAC7F,OAAO,EAAE,CAAC,WAAW,CAAC;iBACvB;;sBAGE,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';\nimport { nullableBooleanAttribute } from './angular-component-lib/boolean-attribute';\n\nimport type { Components } from '@ionic/core/components';\n\nimport { defineCustomElement as defineIonPickerColumn } from '@ionic/core/components/ion-picker-column.js';\n\n@ProxyCmp({\n defineCustomElementFn: defineIonPickerColumn,\n inputs: ['color', 'disabled', 'mode', 'value'],\n methods: ['setFocus']\n})\n@Component({\n selector: 'ion-picker-column',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['color', { name: 'disabled', transform: nullableBooleanAttribute }, 'mode', 'value'],\n outputs: ['ionChange'],\n})\nexport class IonPickerColumn {\n protected el: HTMLIonPickerColumnElement;\n @Output() ionChange = new EventEmitter<IonPickerColumnCustomEvent<IIonPickerColumnPickerColumnChangeEventDetail>>();\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nimport type { IonPickerColumnCustomEvent } from '@ionic/core/components';\nimport type { PickerColumnChangeEventDetail as IIonPickerColumnPickerColumnChangeEventDetail } from '@ionic/core/components';\n\nexport declare interface IonPickerColumn extends Components.IonPickerColumn {\n /**\n * Emitted when the value has changed.\n\nThis event will not emit when programmatically setting the `value` property.\n */\n ionChange: EventEmitter<IonPickerColumnCustomEvent<IIonPickerColumnPickerColumnChangeEventDetail>>;\n}\n\n\n"]}
@@ -7,6 +7,7 @@ export declare class IonProgressBar {
7
7
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<IonProgressBar, never>;
9
9
  static ɵcmp: i0.ɵɵComponentDeclaration<IonProgressBar, "ion-progress-bar", never, { "buffer": { "alias": "buffer"; "required": false; }; "color": { "alias": "color"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "reversed": { "alias": "reversed"; "required": false; }; "type": { "alias": "type"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, ["*"], true, never>;
10
+ static ngAcceptInputType_reversed: boolean | string | null | undefined;
10
11
  }
11
12
  export declare interface IonProgressBar extends Components.IonProgressBar {
12
13
  }
@@ -3,6 +3,7 @@ import { __decorate } from "tslib";
3
3
  /* auto-generated angular directive proxies */
4
4
  import { ChangeDetectionStrategy, Component } from '@angular/core';
5
5
  import { ProxyCmp } from './angular-component-lib/utils';
6
+ import { nullableBooleanAttribute } from './angular-component-lib/boolean-attribute';
6
7
  import { defineCustomElement as defineIonProgressBar } from '@ionic/core/components/ion-progress-bar.js';
7
8
  import * as i0 from "@angular/core";
8
9
  let IonProgressBar = class IonProgressBar {
@@ -14,7 +15,7 @@ let IonProgressBar = class IonProgressBar {
14
15
  this.el = r.nativeElement;
15
16
  }
16
17
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonProgressBar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
17
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonProgressBar, isStandalone: true, selector: "ion-progress-bar", inputs: { buffer: "buffer", color: "color", mode: "mode", reversed: "reversed", type: "type", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
18
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "22.0.0", type: IonProgressBar, isStandalone: true, selector: "ion-progress-bar", inputs: { buffer: "buffer", color: "color", mode: "mode", reversed: ["reversed", "reversed", nullableBooleanAttribute], type: "type", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
18
19
  };
19
20
  IonProgressBar = __decorate([
20
21
  ProxyCmp({
@@ -30,7 +31,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
30
31
  changeDetection: ChangeDetectionStrategy.OnPush,
31
32
  template: '<ng-content></ng-content>',
32
33
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
33
- inputs: ['buffer', 'color', 'mode', 'reversed', 'type', 'value'],
34
+ inputs: ['buffer', 'color', 'mode', { name: 'reversed', transform: nullableBooleanAttribute }, 'type', 'value'],
34
35
  }]
35
36
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
36
37
  //# sourceMappingURL=ion-progress-bar.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ion-progress-bar.js","sourceRoot":"","sources":["../../../src/standalone/directives/ion-progress-bar.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,8CAA8C;AAC9C,OAAO,EAAE,uBAAuB,EAAqB,SAAS,EAAsB,MAAM,eAAe,CAAC;AAE1G,OAAO,EAAE,QAAQ,EAAE,MAAM,+BAA+B,CAAC;AAIzD,OAAO,EAAE,mBAAmB,IAAI,oBAAoB,EAAE,MAAM,4CAA4C,CAAC;;AAalG,IAAM,cAAc,GAApB,MAAM,cAAc;IAEkC;IADjD,EAAE,CAA4B;IACxC,YAAY,CAAoB,EAAE,CAAa,EAAY,CAAS;QAAT,MAAC,GAAD,CAAC,CAAQ;QAClE,CAAC,CAAC,MAAM,EAAE,CAAC;QACX,IAAI,CAAC,EAAE,GAAG,CAAC,CAAC,aAAa,CAAC;IAC5B,CAAC;0HALU,cAAc;8GAAd,cAAc,4LAJf,2BAA2B;;AAI1B,cAAc;IAX1B,QAAQ,CAAC;QACR,qBAAqB,EAAE,oBAAoB;QAC3C,MAAM,EAAE,CAAC,QAAQ,EAAE,OAAO,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,EAAE,OAAO,CAAC;KACjE,CAAC;GAQW,cAAc,CAM1B;;2FANY,cAAc;kBAP1B,SAAS;mBAAC;oBACT,QAAQ,EAAE,kBAAkB;oBAC5B,eAAe,EAAE,uBAAuB,CAAC,MAAM;oBAC/C,QAAQ,EAAE,2BAA2B;oBACrC,uEAAuE;oBACvE,MAAM,EAAE,CAAC,QAAQ,EAAE,OAAO,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,EAAE,OAAO,CAAC;iBACjE","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 defineIonProgressBar } from '@ionic/core/components/ion-progress-bar.js';\n\n@ProxyCmp({\n defineCustomElementFn: defineIonProgressBar,\n inputs: ['buffer', 'color', 'mode', 'reversed', 'type', 'value']\n})\n@Component({\n selector: 'ion-progress-bar',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['buffer', 'color', 'mode', 'reversed', 'type', 'value'],\n})\nexport class IonProgressBar {\n protected el: HTMLIonProgressBarElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface IonProgressBar extends Components.IonProgressBar {}\n\n\n"]}
1
+ {"version":3,"file":"ion-progress-bar.js","sourceRoot":"","sources":["../../../src/standalone/directives/ion-progress-bar.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,8CAA8C;AAC9C,OAAO,EAAE,uBAAuB,EAAqB,SAAS,EAAsB,MAAM,eAAe,CAAC;AAE1G,OAAO,EAAE,QAAQ,EAAE,MAAM,+BAA+B,CAAC;AACzD,OAAO,EAAE,wBAAwB,EAAE,MAAM,2CAA2C,CAAC;AAIrF,OAAO,EAAE,mBAAmB,IAAI,oBAAoB,EAAE,MAAM,4CAA4C,CAAC;;AAalG,IAAM,cAAc,GAApB,MAAM,cAAc;IAEkC;IADjD,EAAE,CAA4B;IACxC,YAAY,CAAoB,EAAE,CAAa,EAAY,CAAS;QAAT,MAAC,GAAD,CAAC,CAAQ;QAClE,CAAC,CAAC,MAAM,EAAE,CAAC;QACX,IAAI,CAAC,EAAE,GAAG,CAAC,CAAC,aAAa,CAAC;IAC5B,CAAC;0HALU,cAAc;8GAAd,cAAc,iJAF0C,wBAAwB,2DAFjF,2BAA2B;;AAI1B,cAAc;IAX1B,QAAQ,CAAC;QACR,qBAAqB,EAAE,oBAAoB;QAC3C,MAAM,EAAE,CAAC,QAAQ,EAAE,OAAO,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,EAAE,OAAO,CAAC;KACjE,CAAC;GAQW,cAAc,CAM1B;;2FANY,cAAc;kBAP1B,SAAS;mBAAC;oBACT,QAAQ,EAAE,kBAAkB;oBAC5B,eAAe,EAAE,uBAAuB,CAAC,MAAM;oBAC/C,QAAQ,EAAE,2BAA2B;oBACrC,uEAAuE;oBACvE,MAAM,EAAE,CAAC,QAAQ,EAAE,OAAO,EAAE,MAAM,EAAE,EAAE,IAAI,EAAE,UAAU,EAAE,SAAS,EAAE,wBAAwB,EAAE,EAAE,MAAM,EAAE,OAAO,CAAC;iBAChH","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';\nimport { nullableBooleanAttribute } from './angular-component-lib/boolean-attribute';\n\nimport type { Components } from '@ionic/core/components';\n\nimport { defineCustomElement as defineIonProgressBar } from '@ionic/core/components/ion-progress-bar.js';\n\n@ProxyCmp({\n defineCustomElementFn: defineIonProgressBar,\n inputs: ['buffer', 'color', 'mode', 'reversed', 'type', 'value']\n})\n@Component({\n selector: 'ion-progress-bar',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['buffer', 'color', 'mode', { name: 'reversed', transform: nullableBooleanAttribute }, 'type', 'value'],\n})\nexport class IonProgressBar {\n protected el: HTMLIonProgressBarElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface IonProgressBar extends Components.IonProgressBar {}\n\n\n"]}
@@ -10,6 +10,7 @@ export declare class IonRadio {
10
10
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
11
11
  static ɵfac: i0.ɵɵFactoryDeclaration<IonRadio, never>;
12
12
  static ɵcmp: i0.ɵɵComponentDeclaration<IonRadio, "ion-radio", never, { "alignment": { "alias": "alignment"; "required": false; }; "color": { "alias": "color"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "justify": { "alias": "justify"; "required": false; }; "labelPlacement": { "alias": "labelPlacement"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "name": { "alias": "name"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "ionFocus": "ionFocus"; "ionBlur": "ionBlur"; }, never, ["*"], true, never>;
13
+ static ngAcceptInputType_disabled: boolean | string | null | undefined;
13
14
  }
14
15
  export declare interface IonRadio extends Components.IonRadio {
15
16
  /**
@@ -3,6 +3,7 @@ import { __decorate } from "tslib";
3
3
  /* auto-generated angular directive proxies */
4
4
  import { ChangeDetectionStrategy, Component, EventEmitter, Output } from '@angular/core';
5
5
  import { ProxyCmp } from './angular-component-lib/utils';
6
+ import { nullableBooleanAttribute } from './angular-component-lib/boolean-attribute';
6
7
  import { defineCustomElement as defineIonRadio } from '@ionic/core/components/ion-radio.js';
7
8
  import * as i0 from "@angular/core";
8
9
  let IonRadio = class IonRadio {
@@ -16,7 +17,7 @@ let IonRadio = class IonRadio {
16
17
  this.el = r.nativeElement;
17
18
  }
18
19
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonRadio, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
19
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonRadio, isStandalone: true, selector: "ion-radio", inputs: { alignment: "alignment", color: "color", disabled: "disabled", justify: "justify", labelPlacement: "labelPlacement", mode: "mode", name: "name", value: "value" }, outputs: { ionFocus: "ionFocus", ionBlur: "ionBlur" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
20
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "22.0.0", type: IonRadio, isStandalone: true, selector: "ion-radio", inputs: { alignment: "alignment", color: "color", disabled: ["disabled", "disabled", nullableBooleanAttribute], justify: "justify", labelPlacement: "labelPlacement", mode: "mode", name: "name", value: "value" }, outputs: { ionFocus: "ionFocus", ionBlur: "ionBlur" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
20
21
  };
21
22
  IonRadio = __decorate([
22
23
  ProxyCmp({
@@ -32,7 +33,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
32
33
  changeDetection: ChangeDetectionStrategy.OnPush,
33
34
  template: '<ng-content></ng-content>',
34
35
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
35
- inputs: ['alignment', 'color', 'disabled', 'justify', 'labelPlacement', 'mode', 'name', 'value'],
36
+ inputs: ['alignment', 'color', { name: 'disabled', transform: nullableBooleanAttribute }, 'justify', 'labelPlacement', 'mode', 'name', 'value'],
36
37
  outputs: ['ionFocus', 'ionBlur'],
37
38
  }]
38
39
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionFocus: [{
@@ -1 +1 @@
1
- {"version":3,"file":"ion-radio.js","sourceRoot":"","sources":["../../../src/standalone/directives/ion-radio.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,8CAA8C;AAC9C,OAAO,EAAE,uBAAuB,EAAqB,SAAS,EAAsB,YAAY,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AAEhI,OAAO,EAAE,QAAQ,EAAE,MAAM,+BAA+B,CAAC;AAIzD,OAAO,EAAE,mBAAmB,IAAI,cAAc,EAAE,MAAM,qCAAqC,CAAC;;AAcrF,IAAM,QAAQ,GAAd,MAAM,QAAQ;IAIwC;IAHjD,EAAE,CAAsB;IACxB,QAAQ,GAAG,IAAI,YAAY,EAA6B,CAAC;IACzD,OAAO,GAAG,IAAI,YAAY,EAA6B,CAAC;IAClE,YAAY,CAAoB,EAAE,CAAa,EAAY,CAAS;QAAT,MAAC,GAAD,CAAC,CAAQ;QAClE,CAAC,CAAC,MAAM,EAAE,CAAC;QACX,IAAI,CAAC,EAAE,GAAG,CAAC,CAAC,aAAa,CAAC;IAC5B,CAAC;0HAPU,QAAQ;8GAAR,QAAQ,wSALT,2BAA2B;;AAK1B,QAAQ;IAZpB,QAAQ,CAAC;QACR,qBAAqB,EAAE,cAAc;QACrC,MAAM,EAAE,CAAC,WAAW,EAAE,OAAO,EAAE,UAAU,EAAE,SAAS,EAAE,gBAAgB,EAAE,MAAM,EAAE,MAAM,EAAE,OAAO,CAAC;KACjG,CAAC;GASW,QAAQ,CAQpB;;2FARY,QAAQ;kBARpB,SAAS;mBAAC;oBACT,QAAQ,EAAE,WAAW;oBACrB,eAAe,EAAE,uBAAuB,CAAC,MAAM;oBAC/C,QAAQ,EAAE,2BAA2B;oBACrC,uEAAuE;oBACvE,MAAM,EAAE,CAAC,WAAW,EAAE,OAAO,EAAE,UAAU,EAAE,SAAS,EAAE,gBAAgB,EAAE,MAAM,EAAE,MAAM,EAAE,OAAO,CAAC;oBAChG,OAAO,EAAE,CAAC,UAAU,EAAE,SAAS,CAAC;iBACjC;;sBAGE,MAAM;;sBACN,MAAM","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 defineIonRadio } from '@ionic/core/components/ion-radio.js';\n\n@ProxyCmp({\n defineCustomElementFn: defineIonRadio,\n inputs: ['alignment', 'color', 'disabled', 'justify', 'labelPlacement', 'mode', 'name', 'value']\n})\n@Component({\n selector: 'ion-radio',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['alignment', 'color', 'disabled', 'justify', 'labelPlacement', 'mode', 'name', 'value'],\n outputs: ['ionFocus', 'ionBlur'],\n})\nexport class IonRadio {\n protected el: HTMLIonRadioElement;\n @Output() ionFocus = new EventEmitter<IonRadioCustomEvent<void>>();\n @Output() ionBlur = new EventEmitter<IonRadioCustomEvent<void>>();\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nimport type { IonRadioCustomEvent } from '@ionic/core/components';\n\nexport declare interface IonRadio extends Components.IonRadio {\n /**\n * Emitted when the radio button has focus.\n */\n ionFocus: EventEmitter<IonRadioCustomEvent<void>>;\n /**\n * Emitted when the radio button loses focus.\n */\n ionBlur: EventEmitter<IonRadioCustomEvent<void>>;\n}\n\n\n"]}
1
+ {"version":3,"file":"ion-radio.js","sourceRoot":"","sources":["../../../src/standalone/directives/ion-radio.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,8CAA8C;AAC9C,OAAO,EAAE,uBAAuB,EAAqB,SAAS,EAAsB,YAAY,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AAEhI,OAAO,EAAE,QAAQ,EAAE,MAAM,+BAA+B,CAAC;AACzD,OAAO,EAAE,wBAAwB,EAAE,MAAM,2CAA2C,CAAC;AAIrF,OAAO,EAAE,mBAAmB,IAAI,cAAc,EAAE,MAAM,qCAAqC,CAAC;;AAcrF,IAAM,QAAQ,GAAd,MAAM,QAAQ;IAIwC;IAHjD,EAAE,CAAsB;IACxB,QAAQ,GAAG,IAAI,YAAY,EAA6B,CAAC;IACzD,OAAO,GAAG,IAAI,YAAY,EAA6B,CAAC;IAClE,YAAY,CAAoB,EAAE,CAAa,EAAY,CAAS;QAAT,MAAC,GAAD,CAAC,CAAQ;QAClE,CAAC,CAAC,MAAM,EAAE,CAAC;QACX,IAAI,CAAC,EAAE,GAAG,CAAC,CAAC,aAAa,CAAC;IAC5B,CAAC;0HAPU,QAAQ;8GAAR,QAAQ,kIAH2C,wBAAwB,sLAF5E,2BAA2B;;AAK1B,QAAQ;IAZpB,QAAQ,CAAC;QACR,qBAAqB,EAAE,cAAc;QACrC,MAAM,EAAE,CAAC,WAAW,EAAE,OAAO,EAAE,UAAU,EAAE,SAAS,EAAE,gBAAgB,EAAE,MAAM,EAAE,MAAM,EAAE,OAAO,CAAC;KACjG,CAAC;GASW,QAAQ,CAQpB;;2FARY,QAAQ;kBARpB,SAAS;mBAAC;oBACT,QAAQ,EAAE,WAAW;oBACrB,eAAe,EAAE,uBAAuB,CAAC,MAAM;oBAC/C,QAAQ,EAAE,2BAA2B;oBACrC,uEAAuE;oBACvE,MAAM,EAAE,CAAC,WAAW,EAAE,OAAO,EAAE,EAAE,IAAI,EAAE,UAAU,EAAE,SAAS,EAAE,wBAAwB,EAAE,EAAE,SAAS,EAAE,gBAAgB,EAAE,MAAM,EAAE,MAAM,EAAE,OAAO,CAAC;oBAC/I,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';\nimport { nullableBooleanAttribute } from './angular-component-lib/boolean-attribute';\n\nimport type { Components } from '@ionic/core/components';\n\nimport { defineCustomElement as defineIonRadio } from '@ionic/core/components/ion-radio.js';\n\n@ProxyCmp({\n defineCustomElementFn: defineIonRadio,\n inputs: ['alignment', 'color', 'disabled', 'justify', 'labelPlacement', 'mode', 'name', 'value']\n})\n@Component({\n selector: 'ion-radio',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['alignment', 'color', { name: 'disabled', transform: nullableBooleanAttribute }, 'justify', 'labelPlacement', 'mode', 'name', 'value'],\n outputs: ['ionFocus', 'ionBlur'],\n})\nexport class IonRadio {\n protected el: HTMLIonRadioElement;\n @Output() ionFocus = new EventEmitter<IonRadioCustomEvent<void>>();\n @Output() ionBlur = new EventEmitter<IonRadioCustomEvent<void>>();\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nimport type { IonRadioCustomEvent } from '@ionic/core/components';\n\nexport declare interface IonRadio extends Components.IonRadio {\n /**\n * Emitted when the radio button has focus.\n */\n ionFocus: EventEmitter<IonRadioCustomEvent<void>>;\n /**\n * Emitted when the radio button loses focus.\n */\n ionBlur: EventEmitter<IonRadioCustomEvent<void>>;\n}\n\n\n"]}
@@ -15,6 +15,7 @@ export declare class IonRefresher {
15
15
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
16
16
  static ɵfac: i0.ɵɵFactoryDeclaration<IonRefresher, never>;
17
17
  static ɵcmp: i0.ɵɵComponentDeclaration<IonRefresher, "ion-refresher", never, { "closeDuration": { "alias": "closeDuration"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "pullFactor": { "alias": "pullFactor"; "required": false; }; "pullMax": { "alias": "pullMax"; "required": false; }; "pullMin": { "alias": "pullMin"; "required": false; }; "snapbackDuration": { "alias": "snapbackDuration"; "required": false; }; }, { "ionRefresh": "ionRefresh"; "ionPull": "ionPull"; "ionStart": "ionStart"; "ionPullStart": "ionPullStart"; "ionPullEnd": "ionPullEnd"; }, never, ["*"], true, never>;
18
+ static ngAcceptInputType_disabled: boolean | string | null | undefined;
18
19
  }
19
20
  export declare interface IonRefresher extends Components.IonRefresher {
20
21
  /**
@@ -3,6 +3,7 @@ import { __decorate } from "tslib";
3
3
  /* auto-generated angular directive proxies */
4
4
  import { ChangeDetectionStrategy, Component, EventEmitter, Output } from '@angular/core';
5
5
  import { ProxyCmp } from './angular-component-lib/utils';
6
+ import { nullableBooleanAttribute } from './angular-component-lib/boolean-attribute';
6
7
  import { defineCustomElement as defineIonRefresher } from '@ionic/core/components/ion-refresher.js';
7
8
  import * as i0 from "@angular/core";
8
9
  let IonRefresher = class IonRefresher {
@@ -19,7 +20,7 @@ let IonRefresher = class IonRefresher {
19
20
  this.el = r.nativeElement;
20
21
  }
21
22
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonRefresher, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
22
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonRefresher, isStandalone: true, selector: "ion-refresher", inputs: { closeDuration: "closeDuration", disabled: "disabled", mode: "mode", pullFactor: "pullFactor", pullMax: "pullMax", pullMin: "pullMin", snapbackDuration: "snapbackDuration" }, outputs: { ionRefresh: "ionRefresh", ionPull: "ionPull", ionStart: "ionStart", ionPullStart: "ionPullStart", ionPullEnd: "ionPullEnd" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
23
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "22.0.0", type: IonRefresher, isStandalone: true, selector: "ion-refresher", inputs: { closeDuration: "closeDuration", disabled: ["disabled", "disabled", nullableBooleanAttribute], mode: "mode", pullFactor: "pullFactor", pullMax: "pullMax", pullMin: "pullMin", snapbackDuration: "snapbackDuration" }, outputs: { ionRefresh: "ionRefresh", ionPull: "ionPull", ionStart: "ionStart", ionPullStart: "ionPullStart", ionPullEnd: "ionPullEnd" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
23
24
  };
24
25
  IonRefresher = __decorate([
25
26
  ProxyCmp({
@@ -36,7 +37,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
36
37
  changeDetection: ChangeDetectionStrategy.OnPush,
37
38
  template: '<ng-content></ng-content>',
38
39
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
39
- inputs: ['closeDuration', 'disabled', 'mode', 'pullFactor', 'pullMax', 'pullMin', 'snapbackDuration'],
40
+ inputs: ['closeDuration', { name: 'disabled', transform: nullableBooleanAttribute }, 'mode', 'pullFactor', 'pullMax', 'pullMin', 'snapbackDuration'],
40
41
  outputs: ['ionRefresh', 'ionPull', 'ionStart', 'ionPullStart', 'ionPullEnd'],
41
42
  }]
42
43
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionRefresh: [{
@@ -1 +1 @@
1
- {"version":3,"file":"ion-refresher.js","sourceRoot":"","sources":["../../../src/standalone/directives/ion-refresher.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,8CAA8C;AAC9C,OAAO,EAAE,uBAAuB,EAAqB,SAAS,EAAsB,YAAY,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AAEhI,OAAO,EAAE,QAAQ,EAAE,MAAM,+BAA+B,CAAC;AAIzD,OAAO,EAAE,mBAAmB,IAAI,kBAAkB,EAAE,MAAM,yCAAyC,CAAC;;AAe7F,IAAM,YAAY,GAAlB,MAAM,YAAY;IAOoC;IANjD,EAAE,CAA0B;IAC5B,UAAU,GAAG,IAAI,YAAY,EAA8D,CAAC;IAC5F,OAAO,GAAG,IAAI,YAAY,EAAiC,CAAC;IAC5D,QAAQ,GAAG,IAAI,YAAY,EAAiC,CAAC;IAC7D,YAAY,GAAG,IAAI,YAAY,EAAiC,CAAC;IACjE,UAAU,GAAG,IAAI,YAAY,EAAqE,CAAC;IAC7G,YAAY,CAAoB,EAAE,CAAa,EAAY,CAAS;QAAT,MAAC,GAAD,CAAC,CAAQ;QAClE,CAAC,CAAC,MAAM,EAAE,CAAC;QACX,IAAI,CAAC,EAAE,GAAG,CAAC,CAAC,aAAa,CAAC;IAC5B,CAAC;0HAVU,YAAY;8GAAZ,YAAY,0YALb,2BAA2B;;AAK1B,YAAY;IAbxB,QAAQ,CAAC;QACR,qBAAqB,EAAE,kBAAkB;QACzC,MAAM,EAAE,CAAC,eAAe,EAAE,UAAU,EAAE,MAAM,EAAE,YAAY,EAAE,SAAS,EAAE,SAAS,EAAE,kBAAkB,CAAC;QACrG,OAAO,EAAE,CAAC,UAAU,EAAE,QAAQ,EAAE,aAAa,CAAC;KAC/C,CAAC;GASW,YAAY,CAWxB;;2FAXY,YAAY;kBARxB,SAAS;mBAAC;oBACT,QAAQ,EAAE,eAAe;oBACzB,eAAe,EAAE,uBAAuB,CAAC,MAAM;oBAC/C,QAAQ,EAAE,2BAA2B;oBACrC,uEAAuE;oBACvE,MAAM,EAAE,CAAC,eAAe,EAAE,UAAU,EAAE,MAAM,EAAE,YAAY,EAAE,SAAS,EAAE,SAAS,EAAE,kBAAkB,CAAC;oBACrG,OAAO,EAAE,CAAC,YAAY,EAAE,SAAS,EAAE,UAAU,EAAE,cAAc,EAAE,YAAY,CAAC;iBAC7E;;sBAGE,MAAM;;sBACN,MAAM;;sBACN,MAAM;;sBACN,MAAM;;sBACN,MAAM","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 defineIonRefresher } from '@ionic/core/components/ion-refresher.js';\n\n@ProxyCmp({\n defineCustomElementFn: defineIonRefresher,\n inputs: ['closeDuration', 'disabled', 'mode', 'pullFactor', 'pullMax', 'pullMin', 'snapbackDuration'],\n methods: ['complete', 'cancel', 'getProgress']\n})\n@Component({\n selector: 'ion-refresher',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['closeDuration', 'disabled', 'mode', 'pullFactor', 'pullMax', 'pullMin', 'snapbackDuration'],\n outputs: ['ionRefresh', 'ionPull', 'ionStart', 'ionPullStart', 'ionPullEnd'],\n})\nexport class IonRefresher {\n protected el: HTMLIonRefresherElement;\n @Output() ionRefresh = new EventEmitter<IonRefresherCustomEvent<IIonRefresherRefresherEventDetail>>();\n @Output() ionPull = new EventEmitter<IonRefresherCustomEvent<void>>();\n @Output() ionStart = new EventEmitter<IonRefresherCustomEvent<void>>();\n @Output() ionPullStart = new EventEmitter<IonRefresherCustomEvent<void>>();\n @Output() ionPullEnd = new EventEmitter<IonRefresherCustomEvent<IIonRefresherRefresherPullEndEventDetail>>();\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nimport type { IonRefresherCustomEvent } from '@ionic/core/components';\nimport type { RefresherEventDetail as IIonRefresherRefresherEventDetail } from '@ionic/core/components';\nimport type { RefresherPullEndEventDetail as IIonRefresherRefresherPullEndEventDetail } from '@ionic/core/components';\n\nexport declare interface IonRefresher extends Components.IonRefresher {\n /**\n * Emitted when the user lets go of the content and has pulled down\nfurther than the `pullMin` or pulls the content down and exceeds the pullMax.\nUpdates the refresher state to `refreshing`. The `complete()` method should be\ncalled when the async operation has completed.\n */\n ionRefresh: EventEmitter<IonRefresherCustomEvent<IIonRefresherRefresherEventDetail>>;\n /**\n * Emitted while the user is pulling down the content and exposing the refresher.\n */\n ionPull: EventEmitter<IonRefresherCustomEvent<void>>;\n /**\n * Emitted when the user begins to start pulling down. @deprecated Use `ionPullStart` instead.\n */\n ionStart: EventEmitter<IonRefresherCustomEvent<void>>;\n /**\n * Emitted when the user begins to start pulling down.\n */\n ionPullStart: EventEmitter<IonRefresherCustomEvent<void>>;\n /**\n * Emitted when the refresher has returned to the inactive state\nafter a pull gesture. This fires whether the refresh completed\nsuccessfully or was canceled.\n */\n ionPullEnd: EventEmitter<IonRefresherCustomEvent<IIonRefresherRefresherPullEndEventDetail>>;\n}\n\n\n"]}
1
+ {"version":3,"file":"ion-refresher.js","sourceRoot":"","sources":["../../../src/standalone/directives/ion-refresher.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,8CAA8C;AAC9C,OAAO,EAAE,uBAAuB,EAAqB,SAAS,EAAsB,YAAY,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AAEhI,OAAO,EAAE,QAAQ,EAAE,MAAM,+BAA+B,CAAC;AACzD,OAAO,EAAE,wBAAwB,EAAE,MAAM,2CAA2C,CAAC;AAIrF,OAAO,EAAE,mBAAmB,IAAI,kBAAkB,EAAE,MAAM,yCAAyC,CAAC;;AAe7F,IAAM,YAAY,GAAlB,MAAM,YAAY;IAOoC;IANjD,EAAE,CAA0B;IAC5B,UAAU,GAAG,IAAI,YAAY,EAA8D,CAAC;IAC5F,OAAO,GAAG,IAAI,YAAY,EAAiC,CAAC;IAC5D,QAAQ,GAAG,IAAI,YAAY,EAAiC,CAAC;IAC7D,YAAY,GAAG,IAAI,YAAY,EAAiC,CAAC;IACjE,UAAU,GAAG,IAAI,YAAY,EAAqE,CAAC;IAC7G,YAAY,CAAoB,EAAE,CAAa,EAAY,CAAS;QAAT,MAAC,GAAD,CAAC,CAAQ;QAClE,CAAC,CAAC,MAAM,EAAE,CAAC;QACX,IAAI,CAAC,EAAE,GAAG,CAAC,CAAC,aAAa,CAAC;IAC5B,CAAC;0HAVU,YAAY;8GAAZ,YAAY,8HAHkC,wBAAwB,4RAFvE,2BAA2B;;AAK1B,YAAY;IAbxB,QAAQ,CAAC;QACR,qBAAqB,EAAE,kBAAkB;QACzC,MAAM,EAAE,CAAC,eAAe,EAAE,UAAU,EAAE,MAAM,EAAE,YAAY,EAAE,SAAS,EAAE,SAAS,EAAE,kBAAkB,CAAC;QACrG,OAAO,EAAE,CAAC,UAAU,EAAE,QAAQ,EAAE,aAAa,CAAC;KAC/C,CAAC;GASW,YAAY,CAWxB;;2FAXY,YAAY;kBARxB,SAAS;mBAAC;oBACT,QAAQ,EAAE,eAAe;oBACzB,eAAe,EAAE,uBAAuB,CAAC,MAAM;oBAC/C,QAAQ,EAAE,2BAA2B;oBACrC,uEAAuE;oBACvE,MAAM,EAAE,CAAC,eAAe,EAAE,EAAE,IAAI,EAAE,UAAU,EAAE,SAAS,EAAE,wBAAwB,EAAE,EAAE,MAAM,EAAE,YAAY,EAAE,SAAS,EAAE,SAAS,EAAE,kBAAkB,CAAC;oBACpJ,OAAO,EAAE,CAAC,YAAY,EAAE,SAAS,EAAE,UAAU,EAAE,cAAc,EAAE,YAAY,CAAC;iBAC7E;;sBAGE,MAAM;;sBACN,MAAM;;sBACN,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';\nimport { nullableBooleanAttribute } from './angular-component-lib/boolean-attribute';\n\nimport type { Components } from '@ionic/core/components';\n\nimport { defineCustomElement as defineIonRefresher } from '@ionic/core/components/ion-refresher.js';\n\n@ProxyCmp({\n defineCustomElementFn: defineIonRefresher,\n inputs: ['closeDuration', 'disabled', 'mode', 'pullFactor', 'pullMax', 'pullMin', 'snapbackDuration'],\n methods: ['complete', 'cancel', 'getProgress']\n})\n@Component({\n selector: 'ion-refresher',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['closeDuration', { name: 'disabled', transform: nullableBooleanAttribute }, 'mode', 'pullFactor', 'pullMax', 'pullMin', 'snapbackDuration'],\n outputs: ['ionRefresh', 'ionPull', 'ionStart', 'ionPullStart', 'ionPullEnd'],\n})\nexport class IonRefresher {\n protected el: HTMLIonRefresherElement;\n @Output() ionRefresh = new EventEmitter<IonRefresherCustomEvent<IIonRefresherRefresherEventDetail>>();\n @Output() ionPull = new EventEmitter<IonRefresherCustomEvent<void>>();\n @Output() ionStart = new EventEmitter<IonRefresherCustomEvent<void>>();\n @Output() ionPullStart = new EventEmitter<IonRefresherCustomEvent<void>>();\n @Output() ionPullEnd = new EventEmitter<IonRefresherCustomEvent<IIonRefresherRefresherPullEndEventDetail>>();\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nimport type { IonRefresherCustomEvent } from '@ionic/core/components';\nimport type { RefresherEventDetail as IIonRefresherRefresherEventDetail } from '@ionic/core/components';\nimport type { RefresherPullEndEventDetail as IIonRefresherRefresherPullEndEventDetail } from '@ionic/core/components';\n\nexport declare interface IonRefresher extends Components.IonRefresher {\n /**\n * Emitted when the user lets go of the content and has pulled down\nfurther than the `pullMin` or pulls the content down and exceeds the pullMax.\nUpdates the refresher state to `refreshing`. The `complete()` method should be\ncalled when the async operation has completed.\n */\n ionRefresh: EventEmitter<IonRefresherCustomEvent<IIonRefresherRefresherEventDetail>>;\n /**\n * Emitted while the user is pulling down the content and exposing the refresher.\n */\n ionPull: EventEmitter<IonRefresherCustomEvent<void>>;\n /**\n * Emitted when the user begins to start pulling down. @deprecated Use `ionPullStart` instead.\n */\n ionStart: EventEmitter<IonRefresherCustomEvent<void>>;\n /**\n * Emitted when the user begins to start pulling down.\n */\n ionPullStart: EventEmitter<IonRefresherCustomEvent<void>>;\n /**\n * Emitted when the refresher has returned to the inactive state\nafter a pull gesture. This fires whether the refresh completed\nsuccessfully or was canceled.\n */\n ionPullEnd: EventEmitter<IonRefresherCustomEvent<IIonRefresherRefresherPullEndEventDetail>>;\n}\n\n\n"]}
@@ -15,6 +15,7 @@ export declare class IonReorderGroup {
15
15
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
16
16
  static ɵfac: i0.ɵɵFactoryDeclaration<IonReorderGroup, never>;
17
17
  static ɵcmp: i0.ɵɵComponentDeclaration<IonReorderGroup, "ion-reorder-group", never, { "disabled": { "alias": "disabled"; "required": false; }; }, { "ionItemReorder": "ionItemReorder"; "ionReorderStart": "ionReorderStart"; "ionReorderMove": "ionReorderMove"; "ionReorderEnd": "ionReorderEnd"; }, never, ["*"], true, never>;
18
+ static ngAcceptInputType_disabled: boolean | string | null | undefined;
18
19
  }
19
20
  export declare interface IonReorderGroup extends Components.IonReorderGroup {
20
21
  /**
@@ -3,6 +3,7 @@ import { __decorate } from "tslib";
3
3
  /* auto-generated angular directive proxies */
4
4
  import { ChangeDetectionStrategy, Component, EventEmitter, Output } from '@angular/core';
5
5
  import { ProxyCmp } from './angular-component-lib/utils';
6
+ import { nullableBooleanAttribute } from './angular-component-lib/boolean-attribute';
6
7
  import { defineCustomElement as defineIonReorderGroup } from '@ionic/core/components/ion-reorder-group.js';
7
8
  import * as i0 from "@angular/core";
8
9
  let IonReorderGroup = class IonReorderGroup {
@@ -18,7 +19,7 @@ let IonReorderGroup = class IonReorderGroup {
18
19
  this.el = r.nativeElement;
19
20
  }
20
21
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonReorderGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
21
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonReorderGroup, isStandalone: true, selector: "ion-reorder-group", inputs: { disabled: "disabled" }, outputs: { ionItemReorder: "ionItemReorder", ionReorderStart: "ionReorderStart", ionReorderMove: "ionReorderMove", ionReorderEnd: "ionReorderEnd" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
22
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "22.0.0", type: IonReorderGroup, isStandalone: true, selector: "ion-reorder-group", inputs: { disabled: ["disabled", "disabled", nullableBooleanAttribute] }, outputs: { ionItemReorder: "ionItemReorder", ionReorderStart: "ionReorderStart", ionReorderMove: "ionReorderMove", ionReorderEnd: "ionReorderEnd" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
22
23
  };
23
24
  IonReorderGroup = __decorate([
24
25
  ProxyCmp({
@@ -35,7 +36,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
35
36
  changeDetection: ChangeDetectionStrategy.OnPush,
36
37
  template: '<ng-content></ng-content>',
37
38
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
38
- inputs: ['disabled'],
39
+ inputs: [{ name: 'disabled', transform: nullableBooleanAttribute }],
39
40
  outputs: ['ionItemReorder', 'ionReorderStart', 'ionReorderMove', 'ionReorderEnd'],
40
41
  }]
41
42
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionItemReorder: [{
@@ -1 +1 @@
1
- {"version":3,"file":"ion-reorder-group.js","sourceRoot":"","sources":["../../../src/standalone/directives/ion-reorder-group.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,8CAA8C;AAC9C,OAAO,EAAE,uBAAuB,EAAqB,SAAS,EAAsB,YAAY,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AAEhI,OAAO,EAAE,QAAQ,EAAE,MAAM,+BAA+B,CAAC;AAIzD,OAAO,EAAE,mBAAmB,IAAI,qBAAqB,EAAE,MAAM,6CAA6C,CAAC;;AAepG,IAAM,eAAe,GAArB,MAAM,eAAe;IAMiC;IALjD,EAAE,CAA6B;IAC/B,cAAc,GAAG,IAAI,YAAY,EAAsE,CAAC;IACxG,eAAe,GAAG,IAAI,YAAY,EAAoC,CAAC;IACvE,cAAc,GAAG,IAAI,YAAY,EAAsE,CAAC;IACxG,aAAa,GAAG,IAAI,YAAY,EAAqE,CAAC;IAChH,YAAY,CAAoB,EAAE,CAAa,EAAY,CAAS;QAAT,MAAC,GAAD,CAAC,CAAQ;QAClE,CAAC,CAAC,MAAM,EAAE,CAAC;QACX,IAAI,CAAC,EAAE,GAAG,CAAC,CAAC,aAAa,CAAC;IAC5B,CAAC;0HATU,eAAe;8GAAf,eAAe,oQALhB,2BAA2B;;AAK1B,eAAe;IAb3B,QAAQ,CAAC;QACR,qBAAqB,EAAE,qBAAqB;QAC5C,MAAM,EAAE,CAAC,UAAU,CAAC;QACpB,OAAO,EAAE,CAAC,UAAU,CAAC;KACtB,CAAC;GASW,eAAe,CAU3B;;2FAVY,eAAe;kBAR3B,SAAS;mBAAC;oBACT,QAAQ,EAAE,mBAAmB;oBAC7B,eAAe,EAAE,uBAAuB,CAAC,MAAM;oBAC/C,QAAQ,EAAE,2BAA2B;oBACrC,uEAAuE;oBACvE,MAAM,EAAE,CAAC,UAAU,CAAC;oBACpB,OAAO,EAAE,CAAC,gBAAgB,EAAE,iBAAiB,EAAE,gBAAgB,EAAE,eAAe,CAAC;iBAClF;;sBAGE,MAAM;;sBACN,MAAM;;sBACN,MAAM;;sBACN,MAAM","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 defineIonReorderGroup } from '@ionic/core/components/ion-reorder-group.js';\n\n@ProxyCmp({\n defineCustomElementFn: defineIonReorderGroup,\n inputs: ['disabled'],\n methods: ['complete']\n})\n@Component({\n selector: 'ion-reorder-group',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['disabled'],\n outputs: ['ionItemReorder', 'ionReorderStart', 'ionReorderMove', 'ionReorderEnd'],\n})\nexport class IonReorderGroup {\n protected el: HTMLIonReorderGroupElement;\n @Output() ionItemReorder = new EventEmitter<IonReorderGroupCustomEvent<IIonReorderGroupItemReorderEventDetail>>();\n @Output() ionReorderStart = new EventEmitter<IonReorderGroupCustomEvent<void>>();\n @Output() ionReorderMove = new EventEmitter<IonReorderGroupCustomEvent<IIonReorderGroupReorderMoveEventDetail>>();\n @Output() ionReorderEnd = new EventEmitter<IonReorderGroupCustomEvent<IIonReorderGroupReorderEndEventDetail>>();\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nimport type { IonReorderGroupCustomEvent } from '@ionic/core/components';\nimport type { ItemReorderEventDetail as IIonReorderGroupItemReorderEventDetail } from '@ionic/core/components';\nimport type { ReorderMoveEventDetail as IIonReorderGroupReorderMoveEventDetail } from '@ionic/core/components';\nimport type { ReorderEndEventDetail as IIonReorderGroupReorderEndEventDetail } from '@ionic/core/components';\n\nexport declare interface IonReorderGroup extends Components.IonReorderGroup {\n /**\n * Event that needs to be listened to in order to complete the reorder action. @deprecated Use `ionReorderEnd` instead. If you are accessing\n`event.detail.from` or `event.detail.to` and relying on them\nbeing different you should now add checks as they are always emitted\nin `ionReorderEnd`, even when they are the same.\n */\n ionItemReorder: EventEmitter<IonReorderGroupCustomEvent<IIonReorderGroupItemReorderEventDetail>>;\n /**\n * Event that is emitted when the reorder gesture starts.\n */\n ionReorderStart: EventEmitter<IonReorderGroupCustomEvent<void>>;\n /**\n * Event that is emitted as the reorder gesture moves.\n */\n ionReorderMove: EventEmitter<IonReorderGroupCustomEvent<IIonReorderGroupReorderMoveEventDetail>>;\n /**\n * Event that is emitted when the reorder gesture ends.\nThe from and to properties are always available, regardless of\nif the reorder gesture moved the item. If the item did not change\nfrom its start position, the from and to properties will be the same.\nOnce the event has been emitted, the `complete()` method then needs\nto be called in order to finalize the reorder action.\n */\n ionReorderEnd: EventEmitter<IonReorderGroupCustomEvent<IIonReorderGroupReorderEndEventDetail>>;\n}\n\n\n"]}
1
+ {"version":3,"file":"ion-reorder-group.js","sourceRoot":"","sources":["../../../src/standalone/directives/ion-reorder-group.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,8CAA8C;AAC9C,OAAO,EAAE,uBAAuB,EAAqB,SAAS,EAAsB,YAAY,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AAEhI,OAAO,EAAE,QAAQ,EAAE,MAAM,+BAA+B,CAAC;AACzD,OAAO,EAAE,wBAAwB,EAAE,MAAM,2CAA2C,CAAC;AAIrF,OAAO,EAAE,mBAAmB,IAAI,qBAAqB,EAAE,MAAM,6CAA6C,CAAC;;AAepG,IAAM,eAAe,GAArB,MAAM,eAAe;IAMiC;IALjD,EAAE,CAA6B;IAC/B,cAAc,GAAG,IAAI,YAAY,EAAsE,CAAC;IACxG,eAAe,GAAG,IAAI,YAAY,EAAoC,CAAC;IACvE,cAAc,GAAG,IAAI,YAAY,EAAsE,CAAC;IACxG,aAAa,GAAG,IAAI,YAAY,EAAqE,CAAC;IAChH,YAAY,CAAoB,EAAE,CAAa,EAAY,CAAS;QAAT,MAAC,GAAD,CAAC,CAAQ;QAClE,CAAC,CAAC,MAAM,EAAE,CAAC;QACX,IAAI,CAAC,EAAE,GAAG,CAAC,CAAC,aAAa,CAAC;IAC5B,CAAC;0HATU,eAAe;8GAAf,eAAe,kGAHc,wBAAwB,kLAFtD,2BAA2B;;AAK1B,eAAe;IAb3B,QAAQ,CAAC;QACR,qBAAqB,EAAE,qBAAqB;QAC5C,MAAM,EAAE,CAAC,UAAU,CAAC;QACpB,OAAO,EAAE,CAAC,UAAU,CAAC;KACtB,CAAC;GASW,eAAe,CAU3B;;2FAVY,eAAe;kBAR3B,SAAS;mBAAC;oBACT,QAAQ,EAAE,mBAAmB;oBAC7B,eAAe,EAAE,uBAAuB,CAAC,MAAM;oBAC/C,QAAQ,EAAE,2BAA2B;oBACrC,uEAAuE;oBACvE,MAAM,EAAE,CAAC,EAAE,IAAI,EAAE,UAAU,EAAE,SAAS,EAAE,wBAAwB,EAAE,CAAC;oBACnE,OAAO,EAAE,CAAC,gBAAgB,EAAE,iBAAiB,EAAE,gBAAgB,EAAE,eAAe,CAAC;iBAClF;;sBAGE,MAAM;;sBACN,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';\nimport { nullableBooleanAttribute } from './angular-component-lib/boolean-attribute';\n\nimport type { Components } from '@ionic/core/components';\n\nimport { defineCustomElement as defineIonReorderGroup } from '@ionic/core/components/ion-reorder-group.js';\n\n@ProxyCmp({\n defineCustomElementFn: defineIonReorderGroup,\n inputs: ['disabled'],\n methods: ['complete']\n})\n@Component({\n selector: 'ion-reorder-group',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: [{ name: 'disabled', transform: nullableBooleanAttribute }],\n outputs: ['ionItemReorder', 'ionReorderStart', 'ionReorderMove', 'ionReorderEnd'],\n})\nexport class IonReorderGroup {\n protected el: HTMLIonReorderGroupElement;\n @Output() ionItemReorder = new EventEmitter<IonReorderGroupCustomEvent<IIonReorderGroupItemReorderEventDetail>>();\n @Output() ionReorderStart = new EventEmitter<IonReorderGroupCustomEvent<void>>();\n @Output() ionReorderMove = new EventEmitter<IonReorderGroupCustomEvent<IIonReorderGroupReorderMoveEventDetail>>();\n @Output() ionReorderEnd = new EventEmitter<IonReorderGroupCustomEvent<IIonReorderGroupReorderEndEventDetail>>();\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nimport type { IonReorderGroupCustomEvent } from '@ionic/core/components';\nimport type { ItemReorderEventDetail as IIonReorderGroupItemReorderEventDetail } from '@ionic/core/components';\nimport type { ReorderMoveEventDetail as IIonReorderGroupReorderMoveEventDetail } from '@ionic/core/components';\nimport type { ReorderEndEventDetail as IIonReorderGroupReorderEndEventDetail } from '@ionic/core/components';\n\nexport declare interface IonReorderGroup extends Components.IonReorderGroup {\n /**\n * Event that needs to be listened to in order to complete the reorder action. @deprecated Use `ionReorderEnd` instead. If you are accessing\n`event.detail.from` or `event.detail.to` and relying on them\nbeing different you should now add checks as they are always emitted\nin `ionReorderEnd`, even when they are the same.\n */\n ionItemReorder: EventEmitter<IonReorderGroupCustomEvent<IIonReorderGroupItemReorderEventDetail>>;\n /**\n * Event that is emitted when the reorder gesture starts.\n */\n ionReorderStart: EventEmitter<IonReorderGroupCustomEvent<void>>;\n /**\n * Event that is emitted as the reorder gesture moves.\n */\n ionReorderMove: EventEmitter<IonReorderGroupCustomEvent<IIonReorderGroupReorderMoveEventDetail>>;\n /**\n * Event that is emitted when the reorder gesture ends.\nThe from and to properties are always available, regardless of\nif the reorder gesture moved the item. If the item did not change\nfrom its start position, the from and to properties will be the same.\nOnce the event has been emitted, the `complete()` method then needs\nto be called in order to finalize the reorder action.\n */\n ionReorderEnd: EventEmitter<IonReorderGroupCustomEvent<IIonReorderGroupReorderEndEventDetail>>;\n}\n\n\n"]}
@@ -7,6 +7,7 @@ export declare class IonSegmentButton {
7
7
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<IonSegmentButton, never>;
9
9
  static ɵcmp: i0.ɵɵComponentDeclaration<IonSegmentButton, "ion-segment-button", never, { "contentId": { "alias": "contentId"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "layout": { "alias": "layout"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "type": { "alias": "type"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, ["*"], true, never>;
10
+ static ngAcceptInputType_disabled: boolean | string | null | undefined;
10
11
  }
11
12
  export declare interface IonSegmentButton extends Components.IonSegmentButton {
12
13
  }
@@ -3,6 +3,7 @@ import { __decorate } from "tslib";
3
3
  /* auto-generated angular directive proxies */
4
4
  import { ChangeDetectionStrategy, Component } from '@angular/core';
5
5
  import { ProxyCmp } from './angular-component-lib/utils';
6
+ import { nullableBooleanAttribute } from './angular-component-lib/boolean-attribute';
6
7
  import { defineCustomElement as defineIonSegmentButton } from '@ionic/core/components/ion-segment-button.js';
7
8
  import * as i0 from "@angular/core";
8
9
  let IonSegmentButton = class IonSegmentButton {
@@ -14,7 +15,7 @@ let IonSegmentButton = class IonSegmentButton {
14
15
  this.el = r.nativeElement;
15
16
  }
16
17
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonSegmentButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
17
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonSegmentButton, isStandalone: true, selector: "ion-segment-button", inputs: { contentId: "contentId", disabled: "disabled", layout: "layout", mode: "mode", type: "type", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
18
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "22.0.0", type: IonSegmentButton, isStandalone: true, selector: "ion-segment-button", inputs: { contentId: "contentId", disabled: ["disabled", "disabled", nullableBooleanAttribute], layout: "layout", mode: "mode", type: "type", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
18
19
  };
19
20
  IonSegmentButton = __decorate([
20
21
  ProxyCmp({
@@ -30,7 +31,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
30
31
  changeDetection: ChangeDetectionStrategy.OnPush,
31
32
  template: '<ng-content></ng-content>',
32
33
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
33
- inputs: ['contentId', 'disabled', 'layout', 'mode', 'type', 'value'],
34
+ inputs: ['contentId', { name: 'disabled', transform: nullableBooleanAttribute }, 'layout', 'mode', 'type', 'value'],
34
35
  }]
35
36
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
36
37
  //# sourceMappingURL=ion-segment-button.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ion-segment-button.js","sourceRoot":"","sources":["../../../src/standalone/directives/ion-segment-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,sBAAsB,EAAE,MAAM,8CAA8C,CAAC;;AAatG,IAAM,gBAAgB,GAAtB,MAAM,gBAAgB;IAEgC;IADjD,EAAE,CAA8B;IAC1C,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,gBAAgB;8GAAhB,gBAAgB,sMAJjB,2BAA2B;;AAI1B,gBAAgB;IAX5B,QAAQ,CAAC;QACR,qBAAqB,EAAE,sBAAsB;QAC7C,MAAM,EAAE,CAAC,WAAW,EAAE,UAAU,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,OAAO,CAAC;KACrE,CAAC;GAQW,gBAAgB,CAM5B;;2FANY,gBAAgB;kBAP5B,SAAS;mBAAC;oBACT,QAAQ,EAAE,oBAAoB;oBAC9B,eAAe,EAAE,uBAAuB,CAAC,MAAM;oBAC/C,QAAQ,EAAE,2BAA2B;oBACrC,uEAAuE;oBACvE,MAAM,EAAE,CAAC,WAAW,EAAE,UAAU,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,OAAO,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 defineIonSegmentButton } from '@ionic/core/components/ion-segment-button.js';\n\n@ProxyCmp({\n defineCustomElementFn: defineIonSegmentButton,\n inputs: ['contentId', 'disabled', 'layout', 'mode', 'type', 'value']\n})\n@Component({\n selector: 'ion-segment-button',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['contentId', 'disabled', 'layout', 'mode', 'type', 'value'],\n})\nexport class IonSegmentButton {\n protected el: HTMLIonSegmentButtonElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface IonSegmentButton extends Components.IonSegmentButton {}\n\n\n"]}
1
+ {"version":3,"file":"ion-segment-button.js","sourceRoot":"","sources":["../../../src/standalone/directives/ion-segment-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;AACzD,OAAO,EAAE,wBAAwB,EAAE,MAAM,2CAA2C,CAAC;AAIrF,OAAO,EAAE,mBAAmB,IAAI,sBAAsB,EAAE,MAAM,8CAA8C,CAAC;;AAatG,IAAM,gBAAgB,GAAtB,MAAM,gBAAgB;IAEgC;IADjD,EAAE,CAA8B;IAC1C,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,gBAAgB;8GAAhB,gBAAgB,2HAF0B,wBAAwB,2FAFnE,2BAA2B;;AAI1B,gBAAgB;IAX5B,QAAQ,CAAC;QACR,qBAAqB,EAAE,sBAAsB;QAC7C,MAAM,EAAE,CAAC,WAAW,EAAE,UAAU,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,OAAO,CAAC;KACrE,CAAC;GAQW,gBAAgB,CAM5B;;2FANY,gBAAgB;kBAP5B,SAAS;mBAAC;oBACT,QAAQ,EAAE,oBAAoB;oBAC9B,eAAe,EAAE,uBAAuB,CAAC,MAAM;oBAC/C,QAAQ,EAAE,2BAA2B;oBACrC,uEAAuE;oBACvE,MAAM,EAAE,CAAC,WAAW,EAAE,EAAE,IAAI,EAAE,UAAU,EAAE,SAAS,EAAE,wBAAwB,EAAE,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,OAAO,CAAC;iBACpH","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';\nimport { nullableBooleanAttribute } from './angular-component-lib/boolean-attribute';\n\nimport type { Components } from '@ionic/core/components';\n\nimport { defineCustomElement as defineIonSegmentButton } from '@ionic/core/components/ion-segment-button.js';\n\n@ProxyCmp({\n defineCustomElementFn: defineIonSegmentButton,\n inputs: ['contentId', 'disabled', 'layout', 'mode', 'type', 'value']\n})\n@Component({\n selector: 'ion-segment-button',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['contentId', { name: 'disabled', transform: nullableBooleanAttribute }, 'layout', 'mode', 'type', 'value'],\n})\nexport class IonSegmentButton {\n protected el: HTMLIonSegmentButtonElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface IonSegmentButton extends Components.IonSegmentButton {}\n\n\n"]}
@@ -10,6 +10,8 @@ export declare class IonSegmentView {
10
10
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
11
11
  static ɵfac: i0.ɵɵFactoryDeclaration<IonSegmentView, never>;
12
12
  static ɵcmp: i0.ɵɵComponentDeclaration<IonSegmentView, "ion-segment-view", never, { "disabled": { "alias": "disabled"; "required": false; }; "swipeGesture": { "alias": "swipeGesture"; "required": false; }; }, { "ionSegmentViewScroll": "ionSegmentViewScroll"; }, never, ["*"], true, never>;
13
+ static ngAcceptInputType_disabled: boolean | string | null | undefined;
14
+ static ngAcceptInputType_swipeGesture: boolean | string | null | undefined;
13
15
  }
14
16
  export declare interface IonSegmentView extends Components.IonSegmentView {
15
17
  /**
@@ -3,6 +3,7 @@ import { __decorate } from "tslib";
3
3
  /* auto-generated angular directive proxies */
4
4
  import { ChangeDetectionStrategy, Component, EventEmitter, Output } from '@angular/core';
5
5
  import { ProxyCmp } from './angular-component-lib/utils';
6
+ import { nullableBooleanAttribute } from './angular-component-lib/boolean-attribute';
6
7
  import { defineCustomElement as defineIonSegmentView } from '@ionic/core/components/ion-segment-view.js';
7
8
  import * as i0 from "@angular/core";
8
9
  let IonSegmentView = class IonSegmentView {
@@ -15,7 +16,7 @@ let IonSegmentView = class IonSegmentView {
15
16
  this.el = r.nativeElement;
16
17
  }
17
18
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonSegmentView, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
18
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonSegmentView, isStandalone: true, selector: "ion-segment-view", inputs: { disabled: "disabled", swipeGesture: "swipeGesture" }, outputs: { ionSegmentViewScroll: "ionSegmentViewScroll" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
19
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "22.0.0", type: IonSegmentView, isStandalone: true, selector: "ion-segment-view", inputs: { disabled: ["disabled", "disabled", nullableBooleanAttribute], swipeGesture: ["swipeGesture", "swipeGesture", nullableBooleanAttribute] }, outputs: { ionSegmentViewScroll: "ionSegmentViewScroll" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
19
20
  };
20
21
  IonSegmentView = __decorate([
21
22
  ProxyCmp({
@@ -31,7 +32,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
31
32
  changeDetection: ChangeDetectionStrategy.OnPush,
32
33
  template: '<ng-content></ng-content>',
33
34
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
34
- inputs: ['disabled', 'swipeGesture'],
35
+ inputs: [{ name: 'disabled', transform: nullableBooleanAttribute }, { name: 'swipeGesture', transform: nullableBooleanAttribute }],
35
36
  outputs: ['ionSegmentViewScroll'],
36
37
  }]
37
38
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionSegmentViewScroll: [{
@@ -1 +1 @@
1
- {"version":3,"file":"ion-segment-view.js","sourceRoot":"","sources":["../../../src/standalone/directives/ion-segment-view.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,8CAA8C;AAC9C,OAAO,EAAE,uBAAuB,EAAqB,SAAS,EAAsB,YAAY,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AAEhI,OAAO,EAAE,QAAQ,EAAE,MAAM,+BAA+B,CAAC;AAIzD,OAAO,EAAE,mBAAmB,IAAI,oBAAoB,EAAE,MAAM,4CAA4C,CAAC;;AAclG,IAAM,cAAc,GAApB,MAAM,cAAc;IAGkC;IAFjD,EAAE,CAA4B;IAC9B,oBAAoB,GAAG,IAAI,YAAY,EAAoE,CAAC;IACtH,YAAY,CAAoB,EAAE,CAAa,EAAY,CAAS;QAAT,MAAC,GAAD,CAAC,CAAQ;QAClE,CAAC,CAAC,MAAM,EAAE,CAAC;QACX,IAAI,CAAC,EAAE,GAAG,CAAC,CAAC,aAAa,CAAC;IAC5B,CAAC;0HANU,cAAc;8GAAd,cAAc,uMALf,2BAA2B;;AAK1B,cAAc;IAZ1B,QAAQ,CAAC;QACR,qBAAqB,EAAE,oBAAoB;QAC3C,MAAM,EAAE,CAAC,UAAU,EAAE,cAAc,CAAC;KACrC,CAAC;GASW,cAAc,CAO1B;;2FAPY,cAAc;kBAR1B,SAAS;mBAAC;oBACT,QAAQ,EAAE,kBAAkB;oBAC5B,eAAe,EAAE,uBAAuB,CAAC,MAAM;oBAC/C,QAAQ,EAAE,2BAA2B;oBACrC,uEAAuE;oBACvE,MAAM,EAAE,CAAC,UAAU,EAAE,cAAc,CAAC;oBACpC,OAAO,EAAE,CAAC,sBAAsB,CAAC;iBAClC;;sBAGE,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 defineIonSegmentView } from '@ionic/core/components/ion-segment-view.js';\n\n@ProxyCmp({\n defineCustomElementFn: defineIonSegmentView,\n inputs: ['disabled', 'swipeGesture']\n})\n@Component({\n selector: 'ion-segment-view',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['disabled', 'swipeGesture'],\n outputs: ['ionSegmentViewScroll'],\n})\nexport class IonSegmentView {\n protected el: HTMLIonSegmentViewElement;\n @Output() ionSegmentViewScroll = new EventEmitter<IonSegmentViewCustomEvent<IIonSegmentViewSegmentViewScrollEvent>>();\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nimport type { IonSegmentViewCustomEvent } from '@ionic/core/components';\nimport type { SegmentViewScrollEvent as IIonSegmentViewSegmentViewScrollEvent } from '@ionic/core/components';\n\nexport declare interface IonSegmentView extends Components.IonSegmentView {\n /**\n * Emitted when the segment view is scrolled.\n */\n ionSegmentViewScroll: EventEmitter<IonSegmentViewCustomEvent<IIonSegmentViewSegmentViewScrollEvent>>;\n}\n\n\n"]}
1
+ {"version":3,"file":"ion-segment-view.js","sourceRoot":"","sources":["../../../src/standalone/directives/ion-segment-view.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;AACzD,OAAO,EAAE,wBAAwB,EAAE,MAAM,2CAA2C,CAAC;AAIrF,OAAO,EAAE,mBAAmB,IAAI,oBAAoB,EAAE,MAAM,4CAA4C,CAAC;;AAclG,IAAM,cAAc,GAApB,MAAM,cAAc;IAGkC;IAFjD,EAAE,CAA4B;IAC9B,oBAAoB,GAAG,IAAI,YAAY,EAAoE,CAAC;IACtH,YAAY,CAAoB,EAAE,CAAa,EAAY,CAAS;QAAT,MAAC,GAAD,CAAC,CAAQ;QAClE,CAAC,CAAC,MAAM,EAAE,CAAC;QACX,IAAI,CAAC,EAAE,GAAG,CAAC,CAAC,aAAa,CAAC;IAC5B,CAAC;0HANU,cAAc;8GAAd,cAAc,iGAHe,wBAAwB,kDAAuC,wBAAwB,wFAFrH,2BAA2B;;AAK1B,cAAc;IAZ1B,QAAQ,CAAC;QACR,qBAAqB,EAAE,oBAAoB;QAC3C,MAAM,EAAE,CAAC,UAAU,EAAE,cAAc,CAAC;KACrC,CAAC;GASW,cAAc,CAO1B;;2FAPY,cAAc;kBAR1B,SAAS;mBAAC;oBACT,QAAQ,EAAE,kBAAkB;oBAC5B,eAAe,EAAE,uBAAuB,CAAC,MAAM;oBAC/C,QAAQ,EAAE,2BAA2B;oBACrC,uEAAuE;oBACvE,MAAM,EAAE,CAAC,EAAE,IAAI,EAAE,UAAU,EAAE,SAAS,EAAE,wBAAwB,EAAE,EAAE,EAAE,IAAI,EAAE,cAAc,EAAE,SAAS,EAAE,wBAAwB,EAAE,CAAC;oBAClI,OAAO,EAAE,CAAC,sBAAsB,CAAC;iBAClC;;sBAGE,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';\nimport { nullableBooleanAttribute } from './angular-component-lib/boolean-attribute';\n\nimport type { Components } from '@ionic/core/components';\n\nimport { defineCustomElement as defineIonSegmentView } from '@ionic/core/components/ion-segment-view.js';\n\n@ProxyCmp({\n defineCustomElementFn: defineIonSegmentView,\n inputs: ['disabled', 'swipeGesture']\n})\n@Component({\n selector: 'ion-segment-view',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: [{ name: 'disabled', transform: nullableBooleanAttribute }, { name: 'swipeGesture', transform: nullableBooleanAttribute }],\n outputs: ['ionSegmentViewScroll'],\n})\nexport class IonSegmentView {\n protected el: HTMLIonSegmentViewElement;\n @Output() ionSegmentViewScroll = new EventEmitter<IonSegmentViewCustomEvent<IIonSegmentViewSegmentViewScrollEvent>>();\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nimport type { IonSegmentViewCustomEvent } from '@ionic/core/components';\nimport type { SegmentViewScrollEvent as IIonSegmentViewSegmentViewScrollEvent } from '@ionic/core/components';\n\nexport declare interface IonSegmentView extends Components.IonSegmentView {\n /**\n * Emitted when the segment view is scrolled.\n */\n ionSegmentViewScroll: EventEmitter<IonSegmentViewCustomEvent<IIonSegmentViewSegmentViewScrollEvent>>;\n}\n\n\n"]}
@@ -7,6 +7,7 @@ export declare class IonSelectModal {
7
7
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<IonSelectModal, never>;
9
9
  static ɵcmp: i0.ɵɵComponentDeclaration<IonSelectModal, "ion-select-modal", never, { "cancelText": { "alias": "cancelText"; "required": false; }; "header": { "alias": "header"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "options": { "alias": "options"; "required": false; }; }, {}, never, ["*"], true, never>;
10
+ static ngAcceptInputType_multiple: boolean | string | null | undefined;
10
11
  }
11
12
  export declare interface IonSelectModal extends Components.IonSelectModal {
12
13
  }
@@ -3,6 +3,7 @@ import { __decorate } from "tslib";
3
3
  /* auto-generated angular directive proxies */
4
4
  import { ChangeDetectionStrategy, Component } from '@angular/core';
5
5
  import { ProxyCmp } from './angular-component-lib/utils';
6
+ import { nullableBooleanAttribute } from './angular-component-lib/boolean-attribute';
6
7
  import { defineCustomElement as defineIonSelectModal } from '@ionic/core/components/ion-select-modal.js';
7
8
  import * as i0 from "@angular/core";
8
9
  let IonSelectModal = class IonSelectModal {
@@ -14,7 +15,7 @@ let IonSelectModal = class IonSelectModal {
14
15
  this.el = r.nativeElement;
15
16
  }
16
17
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonSelectModal, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
17
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonSelectModal, isStandalone: true, selector: "ion-select-modal", inputs: { cancelText: "cancelText", header: "header", multiple: "multiple", options: "options" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
18
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "22.0.0", type: IonSelectModal, isStandalone: true, selector: "ion-select-modal", inputs: { cancelText: "cancelText", header: "header", multiple: ["multiple", "multiple", nullableBooleanAttribute], options: "options" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
18
19
  };
19
20
  IonSelectModal = __decorate([
20
21
  ProxyCmp({
@@ -30,7 +31,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
30
31
  changeDetection: ChangeDetectionStrategy.OnPush,
31
32
  template: '<ng-content></ng-content>',
32
33
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
33
- inputs: ['cancelText', 'header', 'multiple', 'options'],
34
+ inputs: ['cancelText', 'header', { name: 'multiple', transform: nullableBooleanAttribute }, 'options'],
34
35
  }]
35
36
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
36
37
  //# sourceMappingURL=ion-select-modal.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ion-select-modal.js","sourceRoot":"","sources":["../../../src/standalone/directives/ion-select-modal.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,8CAA8C;AAC9C,OAAO,EAAE,uBAAuB,EAAqB,SAAS,EAAsB,MAAM,eAAe,CAAC;AAE1G,OAAO,EAAE,QAAQ,EAAE,MAAM,+BAA+B,CAAC;AAIzD,OAAO,EAAE,mBAAmB,IAAI,oBAAoB,EAAE,MAAM,4CAA4C,CAAC;;AAalG,IAAM,cAAc,GAApB,MAAM,cAAc;IAEkC;IADjD,EAAE,CAA4B;IACxC,YAAY,CAAoB,EAAE,CAAa,EAAY,CAAS;QAAT,MAAC,GAAD,CAAC,CAAQ;QAClE,CAAC,CAAC,MAAM,EAAE,CAAC;QACX,IAAI,CAAC,EAAE,GAAG,CAAC,CAAC,aAAa,CAAC;IAC5B,CAAC;0HALU,cAAc;8GAAd,cAAc,8KAJf,2BAA2B;;AAI1B,cAAc;IAX1B,QAAQ,CAAC;QACR,qBAAqB,EAAE,oBAAoB;QAC3C,MAAM,EAAE,CAAC,YAAY,EAAE,QAAQ,EAAE,UAAU,EAAE,SAAS,CAAC;KACxD,CAAC;GAQW,cAAc,CAM1B;;2FANY,cAAc;kBAP1B,SAAS;mBAAC;oBACT,QAAQ,EAAE,kBAAkB;oBAC5B,eAAe,EAAE,uBAAuB,CAAC,MAAM;oBAC/C,QAAQ,EAAE,2BAA2B;oBACrC,uEAAuE;oBACvE,MAAM,EAAE,CAAC,YAAY,EAAE,QAAQ,EAAE,UAAU,EAAE,SAAS,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 defineIonSelectModal } from '@ionic/core/components/ion-select-modal.js';\n\n@ProxyCmp({\n defineCustomElementFn: defineIonSelectModal,\n inputs: ['cancelText', 'header', 'multiple', 'options']\n})\n@Component({\n selector: 'ion-select-modal',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['cancelText', 'header', 'multiple', 'options'],\n})\nexport class IonSelectModal {\n protected el: HTMLIonSelectModalElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface IonSelectModal extends Components.IonSelectModal {}\n\n\n"]}
1
+ {"version":3,"file":"ion-select-modal.js","sourceRoot":"","sources":["../../../src/standalone/directives/ion-select-modal.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;AACzD,OAAO,EAAE,wBAAwB,EAAE,MAAM,2CAA2C,CAAC;AAIrF,OAAO,EAAE,mBAAmB,IAAI,oBAAoB,EAAE,MAAM,4CAA4C,CAAC;;AAalG,IAAM,cAAc,GAApB,MAAM,cAAc;IAEkC;IADjD,EAAE,CAA4B;IACxC,YAAY,CAAoB,EAAE,CAAa,EAAY,CAAS;QAAT,MAAC,GAAD,CAAC,CAAQ;QAClE,CAAC,CAAC,MAAM,EAAE,CAAC;QACX,IAAI,CAAC,EAAE,GAAG,CAAC,CAAC,aAAa,CAAC;IAC5B,CAAC;0HALU,cAAc;8GAAd,cAAc,6IAFuC,wBAAwB,iDAF9E,2BAA2B;;AAI1B,cAAc;IAX1B,QAAQ,CAAC;QACR,qBAAqB,EAAE,oBAAoB;QAC3C,MAAM,EAAE,CAAC,YAAY,EAAE,QAAQ,EAAE,UAAU,EAAE,SAAS,CAAC;KACxD,CAAC;GAQW,cAAc,CAM1B;;2FANY,cAAc;kBAP1B,SAAS;mBAAC;oBACT,QAAQ,EAAE,kBAAkB;oBAC5B,eAAe,EAAE,uBAAuB,CAAC,MAAM;oBAC/C,QAAQ,EAAE,2BAA2B;oBACrC,uEAAuE;oBACvE,MAAM,EAAE,CAAC,YAAY,EAAE,QAAQ,EAAE,EAAE,IAAI,EAAE,UAAU,EAAE,SAAS,EAAE,wBAAwB,EAAE,EAAE,SAAS,CAAC;iBACvG","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';\nimport { nullableBooleanAttribute } from './angular-component-lib/boolean-attribute';\n\nimport type { Components } from '@ionic/core/components';\n\nimport { defineCustomElement as defineIonSelectModal } from '@ionic/core/components/ion-select-modal.js';\n\n@ProxyCmp({\n defineCustomElementFn: defineIonSelectModal,\n inputs: ['cancelText', 'header', 'multiple', 'options']\n})\n@Component({\n selector: 'ion-select-modal',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['cancelText', 'header', { name: 'multiple', transform: nullableBooleanAttribute }, 'options'],\n})\nexport class IonSelectModal {\n protected el: HTMLIonSelectModalElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface IonSelectModal extends Components.IonSelectModal {}\n\n\n"]}