@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
@@ -7,6 +7,7 @@ export declare class IonSelectOption {
7
7
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<IonSelectOption, never>;
9
9
  static ɵcmp: i0.ɵɵComponentDeclaration<IonSelectOption, "ion-select-option", never, { "description": { "alias": "description"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "justify": { "alias": "justify"; "required": false; }; "labelPlacement": { "alias": "labelPlacement"; "required": false; }; "mode": { "alias": "mode"; "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 IonSelectOption extends Components.IonSelectOption {
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 defineIonSelectOption } from '@ionic/core/components/ion-select-option.js';
7
8
  import * as i0 from "@angular/core";
8
9
  let IonSelectOption = class IonSelectOption {
@@ -14,7 +15,7 @@ let IonSelectOption = class IonSelectOption {
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: IonSelectOption, 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: IonSelectOption, isStandalone: true, selector: "ion-select-option", inputs: { description: "description", disabled: "disabled", justify: "justify", labelPlacement: "labelPlacement", mode: "mode", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
18
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "22.0.0", type: IonSelectOption, isStandalone: true, selector: "ion-select-option", inputs: { description: "description", disabled: ["disabled", "disabled", nullableBooleanAttribute], justify: "justify", labelPlacement: "labelPlacement", mode: "mode", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
18
19
  };
19
20
  IonSelectOption = __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: ['description', 'disabled', 'justify', 'labelPlacement', 'mode', 'value'],
34
+ inputs: ['description', { name: 'disabled', transform: nullableBooleanAttribute }, 'justify', 'labelPlacement', 'mode', 'value'],
34
35
  }]
35
36
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
36
37
  //# sourceMappingURL=ion-select-option.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ion-select-option.js","sourceRoot":"","sources":["../../../src/standalone/directives/ion-select-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,qBAAqB,EAAE,MAAM,6CAA6C,CAAC;;AAapG,IAAM,eAAe,GAArB,MAAM,eAAe;IAEiC;IADjD,EAAE,CAA6B;IACzC,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,eAAe;8GAAf,eAAe,+NAJhB,2BAA2B;;AAI1B,eAAe;IAX3B,QAAQ,CAAC;QACR,qBAAqB,EAAE,qBAAqB;QAC5C,MAAM,EAAE,CAAC,aAAa,EAAE,UAAU,EAAE,SAAS,EAAE,gBAAgB,EAAE,MAAM,EAAE,OAAO,CAAC;KAClF,CAAC;GAQW,eAAe,CAM3B;;2FANY,eAAe;kBAP3B,SAAS;mBAAC;oBACT,QAAQ,EAAE,mBAAmB;oBAC7B,eAAe,EAAE,uBAAuB,CAAC,MAAM;oBAC/C,QAAQ,EAAE,2BAA2B;oBACrC,uEAAuE;oBACvE,MAAM,EAAE,CAAC,aAAa,EAAE,UAAU,EAAE,SAAS,EAAE,gBAAgB,EAAE,MAAM,EAAE,OAAO,CAAC;iBAClF","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 defineIonSelectOption } from '@ionic/core/components/ion-select-option.js';\n\n@ProxyCmp({\n defineCustomElementFn: defineIonSelectOption,\n inputs: ['description', 'disabled', 'justify', 'labelPlacement', 'mode', 'value']\n})\n@Component({\n selector: 'ion-select-option',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['description', 'disabled', 'justify', 'labelPlacement', 'mode', 'value'],\n})\nexport class IonSelectOption {\n protected el: HTMLIonSelectOptionElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface IonSelectOption extends Components.IonSelectOption {}\n\n\n"]}
1
+ {"version":3,"file":"ion-select-option.js","sourceRoot":"","sources":["../../../src/standalone/directives/ion-select-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,qBAAqB,EAAE,MAAM,6CAA6C,CAAC;;AAapG,IAAM,eAAe,GAArB,MAAM,eAAe;IAEiC;IADjD,EAAE,CAA6B;IACzC,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,eAAe;8GAAf,eAAe,8HAF6B,wBAAwB,iHAFrE,2BAA2B;;AAI1B,eAAe;IAX3B,QAAQ,CAAC;QACR,qBAAqB,EAAE,qBAAqB;QAC5C,MAAM,EAAE,CAAC,aAAa,EAAE,UAAU,EAAE,SAAS,EAAE,gBAAgB,EAAE,MAAM,EAAE,OAAO,CAAC;KAClF,CAAC;GAQW,eAAe,CAM3B;;2FANY,eAAe;kBAP3B,SAAS;mBAAC;oBACT,QAAQ,EAAE,mBAAmB;oBAC7B,eAAe,EAAE,uBAAuB,CAAC,MAAM;oBAC/C,QAAQ,EAAE,2BAA2B;oBACrC,uEAAuE;oBACvE,MAAM,EAAE,CAAC,aAAa,EAAE,EAAE,IAAI,EAAE,UAAU,EAAE,SAAS,EAAE,wBAAwB,EAAE,EAAE,SAAS,EAAE,gBAAgB,EAAE,MAAM,EAAE,OAAO,CAAC;iBACjI","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 defineIonSelectOption } from '@ionic/core/components/ion-select-option.js';\n\n@ProxyCmp({\n defineCustomElementFn: defineIonSelectOption,\n inputs: ['description', 'disabled', 'justify', 'labelPlacement', 'mode', 'value']\n})\n@Component({\n selector: 'ion-select-option',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['description', { name: 'disabled', transform: nullableBooleanAttribute }, 'justify', 'labelPlacement', 'mode', 'value'],\n})\nexport class IonSelectOption {\n protected el: HTMLIonSelectOptionElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface IonSelectOption extends Components.IonSelectOption {}\n\n\n"]}
@@ -7,6 +7,7 @@ export declare class IonSkeletonText {
7
7
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<IonSkeletonText, never>;
9
9
  static ɵcmp: i0.ɵɵComponentDeclaration<IonSkeletonText, "ion-skeleton-text", never, { "animated": { "alias": "animated"; "required": false; }; }, {}, never, ["*"], true, never>;
10
+ static ngAcceptInputType_animated: boolean | string | null | undefined;
10
11
  }
11
12
  export declare interface IonSkeletonText extends Components.IonSkeletonText {
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 defineIonSkeletonText } from '@ionic/core/components/ion-skeleton-text.js';
7
8
  import * as i0 from "@angular/core";
8
9
  let IonSkeletonText = class IonSkeletonText {
@@ -14,7 +15,7 @@ let IonSkeletonText = class IonSkeletonText {
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: IonSkeletonText, 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: IonSkeletonText, isStandalone: true, selector: "ion-skeleton-text", inputs: { animated: "animated" }, 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: IonSkeletonText, isStandalone: true, selector: "ion-skeleton-text", inputs: { animated: ["animated", "animated", nullableBooleanAttribute] }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
18
19
  };
19
20
  IonSkeletonText = __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: ['animated'],
34
+ inputs: [{ name: 'animated', transform: nullableBooleanAttribute }],
34
35
  }]
35
36
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
36
37
  //# sourceMappingURL=ion-skeleton-text.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ion-skeleton-text.js","sourceRoot":"","sources":["../../../src/standalone/directives/ion-skeleton-text.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,qBAAqB,EAAE,MAAM,6CAA6C,CAAC;;AAapG,IAAM,eAAe,GAArB,MAAM,eAAe;IAEiC;IADjD,EAAE,CAA6B;IACzC,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,eAAe;8GAAf,eAAe,+GAJhB,2BAA2B;;AAI1B,eAAe;IAX3B,QAAQ,CAAC;QACR,qBAAqB,EAAE,qBAAqB;QAC5C,MAAM,EAAE,CAAC,UAAU,CAAC;KACrB,CAAC;GAQW,eAAe,CAM3B;;2FANY,eAAe;kBAP3B,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;iBACrB","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 defineIonSkeletonText } from '@ionic/core/components/ion-skeleton-text.js';\n\n@ProxyCmp({\n defineCustomElementFn: defineIonSkeletonText,\n inputs: ['animated']\n})\n@Component({\n selector: 'ion-skeleton-text',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['animated'],\n})\nexport class IonSkeletonText {\n protected el: HTMLIonSkeletonTextElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface IonSkeletonText extends Components.IonSkeletonText {}\n\n\n"]}
1
+ {"version":3,"file":"ion-skeleton-text.js","sourceRoot":"","sources":["../../../src/standalone/directives/ion-skeleton-text.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,qBAAqB,EAAE,MAAM,6CAA6C,CAAC;;AAapG,IAAM,eAAe,GAArB,MAAM,eAAe;IAEiC;IADjD,EAAE,CAA6B;IACzC,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,eAAe;8GAAf,eAAe,kGAFc,wBAAwB,6BAFtD,2BAA2B;;AAI1B,eAAe;IAX3B,QAAQ,CAAC;QACR,qBAAqB,EAAE,qBAAqB;QAC5C,MAAM,EAAE,CAAC,UAAU,CAAC;KACrB,CAAC;GAQW,eAAe,CAM3B;;2FANY,eAAe;kBAP3B,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;iBACpE","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 defineIonSkeletonText } from '@ionic/core/components/ion-skeleton-text.js';\n\n@ProxyCmp({\n defineCustomElementFn: defineIonSkeletonText,\n inputs: ['animated']\n})\n@Component({\n selector: 'ion-skeleton-text',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: [{ name: 'animated', transform: nullableBooleanAttribute }],\n})\nexport class IonSkeletonText {\n protected el: HTMLIonSkeletonTextElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface IonSkeletonText extends Components.IonSkeletonText {}\n\n\n"]}
@@ -7,6 +7,7 @@ export declare class IonSpinner {
7
7
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<IonSpinner, never>;
9
9
  static ɵcmp: i0.ɵɵComponentDeclaration<IonSpinner, "ion-spinner", never, { "color": { "alias": "color"; "required": false; }; "duration": { "alias": "duration"; "required": false; }; "name": { "alias": "name"; "required": false; }; "paused": { "alias": "paused"; "required": false; }; }, {}, never, ["*"], true, never>;
10
+ static ngAcceptInputType_paused: boolean | string | null | undefined;
10
11
  }
11
12
  export declare interface IonSpinner extends Components.IonSpinner {
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 defineIonSpinner } from '@ionic/core/components/ion-spinner.js';
7
8
  import * as i0 from "@angular/core";
8
9
  let IonSpinner = class IonSpinner {
@@ -14,7 +15,7 @@ let IonSpinner = class IonSpinner {
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: IonSpinner, 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: IonSpinner, isStandalone: true, selector: "ion-spinner", inputs: { color: "color", duration: "duration", name: "name", paused: "paused" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
18
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "22.0.0", type: IonSpinner, isStandalone: true, selector: "ion-spinner", inputs: { color: "color", duration: "duration", name: "name", paused: ["paused", "paused", nullableBooleanAttribute] }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
18
19
  };
19
20
  IonSpinner = __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', 'duration', 'name', 'paused'],
34
+ inputs: ['color', 'duration', 'name', { name: 'paused', transform: nullableBooleanAttribute }],
34
35
  }]
35
36
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
36
37
  //# sourceMappingURL=ion-spinner.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ion-spinner.js","sourceRoot":"","sources":["../../../src/standalone/directives/ion-spinner.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,8CAA8C;AAC9C,OAAO,EAAE,uBAAuB,EAAqB,SAAS,EAAsB,MAAM,eAAe,CAAC;AAE1G,OAAO,EAAE,QAAQ,EAAE,MAAM,+BAA+B,CAAC;AAIzD,OAAO,EAAE,mBAAmB,IAAI,gBAAgB,EAAE,MAAM,uCAAuC,CAAC;;AAazF,IAAM,UAAU,GAAhB,MAAM,UAAU;IAEsC;IADjD,EAAE,CAAwB;IACpC,YAAY,CAAoB,EAAE,CAAa,EAAY,CAAS;QAAT,MAAC,GAAD,CAAC,CAAQ;QAClE,CAAC,CAAC,MAAM,EAAE,CAAC;QACX,IAAI,CAAC,EAAE,GAAG,CAAC,CAAC,aAAa,CAAC;IAC5B,CAAC;0HALU,UAAU;8GAAV,UAAU,yJAJX,2BAA2B;;AAI1B,UAAU;IAXtB,QAAQ,CAAC;QACR,qBAAqB,EAAE,gBAAgB;QACvC,MAAM,EAAE,CAAC,OAAO,EAAE,UAAU,EAAE,MAAM,EAAE,QAAQ,CAAC;KAChD,CAAC;GAQW,UAAU,CAMtB;;2FANY,UAAU;kBAPtB,SAAS;mBAAC;oBACT,QAAQ,EAAE,aAAa;oBACvB,eAAe,EAAE,uBAAuB,CAAC,MAAM;oBAC/C,QAAQ,EAAE,2BAA2B;oBACrC,uEAAuE;oBACvE,MAAM,EAAE,CAAC,OAAO,EAAE,UAAU,EAAE,MAAM,EAAE,QAAQ,CAAC;iBAChD","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 defineIonSpinner } from '@ionic/core/components/ion-spinner.js';\n\n@ProxyCmp({\n defineCustomElementFn: defineIonSpinner,\n inputs: ['color', 'duration', 'name', 'paused']\n})\n@Component({\n selector: 'ion-spinner',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['color', 'duration', 'name', 'paused'],\n})\nexport class IonSpinner {\n protected el: HTMLIonSpinnerElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface IonSpinner extends Components.IonSpinner {}\n\n\n"]}
1
+ {"version":3,"file":"ion-spinner.js","sourceRoot":"","sources":["../../../src/standalone/directives/ion-spinner.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,gBAAgB,EAAE,MAAM,uCAAuC,CAAC;;AAazF,IAAM,UAAU,GAAhB,MAAM,UAAU;IAEsC;IADjD,EAAE,CAAwB;IACpC,YAAY,CAAoB,EAAE,CAAa,EAAY,CAAS;QAAT,MAAC,GAAD,CAAC,CAAQ;QAClE,CAAC,CAAC,MAAM,EAAE,CAAC;QACX,IAAI,CAAC,EAAE,GAAG,CAAC,CAAC,aAAa,CAAC;IAC5B,CAAC;0HALU,UAAU;8GAAV,UAAU,0IAF8C,wBAAwB,6BAFjF,2BAA2B;;AAI1B,UAAU;IAXtB,QAAQ,CAAC;QACR,qBAAqB,EAAE,gBAAgB;QACvC,MAAM,EAAE,CAAC,OAAO,EAAE,UAAU,EAAE,MAAM,EAAE,QAAQ,CAAC;KAChD,CAAC;GAQW,UAAU,CAMtB;;2FANY,UAAU;kBAPtB,SAAS;mBAAC;oBACT,QAAQ,EAAE,aAAa;oBACvB,eAAe,EAAE,uBAAuB,CAAC,MAAM;oBAC/C,QAAQ,EAAE,2BAA2B;oBACrC,uEAAuE;oBACvE,MAAM,EAAE,CAAC,OAAO,EAAE,UAAU,EAAE,MAAM,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,SAAS,EAAE,wBAAwB,EAAE,CAAC;iBAC/F","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 defineIonSpinner } from '@ionic/core/components/ion-spinner.js';\n\n@ProxyCmp({\n defineCustomElementFn: defineIonSpinner,\n inputs: ['color', 'duration', 'name', 'paused']\n})\n@Component({\n selector: 'ion-spinner',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['color', 'duration', 'name', { name: 'paused', transform: nullableBooleanAttribute }],\n})\nexport class IonSpinner {\n protected el: HTMLIonSpinnerElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface IonSpinner extends Components.IonSpinner {}\n\n\n"]}
@@ -11,6 +11,7 @@ export declare class IonSplitPane {
11
11
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<IonSplitPane, never>;
13
13
  static ɵcmp: i0.ɵɵComponentDeclaration<IonSplitPane, "ion-split-pane", never, { "contentId": { "alias": "contentId"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "when": { "alias": "when"; "required": false; }; }, { "ionSplitPaneVisible": "ionSplitPaneVisible"; }, never, ["*"], true, never>;
14
+ static ngAcceptInputType_disabled: boolean | string | null | undefined;
14
15
  }
15
16
  export declare interface IonSplitPane extends Components.IonSplitPane {
16
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 defineIonSplitPane } from '@ionic/core/components/ion-split-pane.js';
7
8
  import * as i0 from "@angular/core";
8
9
  let IonSplitPane = class IonSplitPane {
@@ -15,7 +16,7 @@ let IonSplitPane = class IonSplitPane {
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: IonSplitPane, 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: IonSplitPane, isStandalone: true, selector: "ion-split-pane", inputs: { contentId: "contentId", disabled: "disabled", when: "when" }, outputs: { ionSplitPaneVisible: "ionSplitPaneVisible" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
19
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "22.0.0", type: IonSplitPane, isStandalone: true, selector: "ion-split-pane", inputs: { contentId: "contentId", disabled: ["disabled", "disabled", nullableBooleanAttribute], when: "when" }, outputs: { ionSplitPaneVisible: "ionSplitPaneVisible" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
19
20
  };
20
21
  IonSplitPane = __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: ['contentId', 'disabled', 'when'],
35
+ inputs: ['contentId', { name: 'disabled', transform: nullableBooleanAttribute }, 'when'],
35
36
  outputs: ['ionSplitPaneVisible'],
36
37
  }]
37
38
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionSplitPaneVisible: [{
@@ -1 +1 @@
1
- {"version":3,"file":"ion-split-pane.js","sourceRoot":"","sources":["../../../src/standalone/directives/ion-split-pane.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,8CAA8C;AAC9C,OAAO,EAAE,uBAAuB,EAAqB,SAAS,EAAsB,YAAY,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AAEhI,OAAO,EAAE,QAAQ,EAAE,MAAM,+BAA+B,CAAC;AAIzD,OAAO,EAAE,mBAAmB,IAAI,kBAAkB,EAAE,MAAM,0CAA0C,CAAC;;AAc9F,IAAM,YAAY,GAAlB,MAAM,YAAY;IAGoC;IAFjD,EAAE,CAA0B;IAC5B,mBAAmB,GAAG,IAAI,YAAY,EAAiD,CAAC;IAClG,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,YAAY;8GAAZ,YAAY,2MALb,2BAA2B;;AAK1B,YAAY;IAZxB,QAAQ,CAAC;QACR,qBAAqB,EAAE,kBAAkB;QACzC,MAAM,EAAE,CAAC,WAAW,EAAE,UAAU,EAAE,MAAM,CAAC;KAC1C,CAAC;GASW,YAAY,CAOxB;;2FAPY,YAAY;kBARxB,SAAS;mBAAC;oBACT,QAAQ,EAAE,gBAAgB;oBAC1B,eAAe,EAAE,uBAAuB,CAAC,MAAM;oBAC/C,QAAQ,EAAE,2BAA2B;oBACrC,uEAAuE;oBACvE,MAAM,EAAE,CAAC,WAAW,EAAE,UAAU,EAAE,MAAM,CAAC;oBACzC,OAAO,EAAE,CAAC,qBAAqB,CAAC;iBACjC;;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 defineIonSplitPane } from '@ionic/core/components/ion-split-pane.js';\n\n@ProxyCmp({\n defineCustomElementFn: defineIonSplitPane,\n inputs: ['contentId', 'disabled', 'when']\n})\n@Component({\n selector: 'ion-split-pane',\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', 'when'],\n outputs: ['ionSplitPaneVisible'],\n})\nexport class IonSplitPane {\n protected el: HTMLIonSplitPaneElement;\n @Output() ionSplitPaneVisible = new EventEmitter<IonSplitPaneCustomEvent<{ visible: boolean }>>();\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nimport type { IonSplitPaneCustomEvent } from '@ionic/core/components';\n\nexport declare interface IonSplitPane extends Components.IonSplitPane {\n /**\n * Expression to be called when the split-pane visibility has changed\n */\n ionSplitPaneVisible: EventEmitter<IonSplitPaneCustomEvent<{ visible: boolean }>>;\n}\n\n\n"]}
1
+ {"version":3,"file":"ion-split-pane.js","sourceRoot":"","sources":["../../../src/standalone/directives/ion-split-pane.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,0CAA0C,CAAC;;AAc9F,IAAM,YAAY,GAAlB,MAAM,YAAY;IAGoC;IAFjD,EAAE,CAA0B;IAC5B,mBAAmB,GAAG,IAAI,YAAY,EAAiD,CAAC;IAClG,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,YAAY;8GAAZ,YAAY,uHAH8B,wBAAwB,oGAFnE,2BAA2B;;AAK1B,YAAY;IAZxB,QAAQ,CAAC;QACR,qBAAqB,EAAE,kBAAkB;QACzC,MAAM,EAAE,CAAC,WAAW,EAAE,UAAU,EAAE,MAAM,CAAC;KAC1C,CAAC;GASW,YAAY,CAOxB;;2FAPY,YAAY;kBARxB,SAAS;mBAAC;oBACT,QAAQ,EAAE,gBAAgB;oBAC1B,eAAe,EAAE,uBAAuB,CAAC,MAAM;oBAC/C,QAAQ,EAAE,2BAA2B;oBACrC,uEAAuE;oBACvE,MAAM,EAAE,CAAC,WAAW,EAAE,EAAE,IAAI,EAAE,UAAU,EAAE,SAAS,EAAE,wBAAwB,EAAE,EAAE,MAAM,CAAC;oBACxF,OAAO,EAAE,CAAC,qBAAqB,CAAC;iBACjC;;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 defineIonSplitPane } from '@ionic/core/components/ion-split-pane.js';\n\n@ProxyCmp({\n defineCustomElementFn: defineIonSplitPane,\n inputs: ['contentId', 'disabled', 'when']\n})\n@Component({\n selector: 'ion-split-pane',\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 }, 'when'],\n outputs: ['ionSplitPaneVisible'],\n})\nexport class IonSplitPane {\n protected el: HTMLIonSplitPaneElement;\n @Output() ionSplitPaneVisible = new EventEmitter<IonSplitPaneCustomEvent<{ visible: boolean }>>();\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nimport type { IonSplitPaneCustomEvent } from '@ionic/core/components';\n\nexport declare interface IonSplitPane extends Components.IonSplitPane {\n /**\n * Expression to be called when the split-pane visibility has changed\n */\n ionSplitPaneVisible: EventEmitter<IonSplitPaneCustomEvent<{ visible: boolean }>>;\n}\n\n\n"]}
@@ -7,6 +7,7 @@ export declare class IonTabBar {
7
7
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<IonTabBar, never>;
9
9
  static ɵcmp: i0.ɵɵComponentDeclaration<IonTabBar, "ion-tab-bar", never, { "color": { "alias": "color"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "selectedTab": { "alias": "selectedTab"; "required": false; }; "translucent": { "alias": "translucent"; "required": false; }; }, {}, never, ["*"], true, never>;
10
+ static ngAcceptInputType_translucent: boolean | string | null | undefined;
10
11
  }
11
12
  export declare interface IonTabBar extends Components.IonTabBar {
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 defineIonTabBar } from '@ionic/core/components/ion-tab-bar.js';
7
8
  import * as i0 from "@angular/core";
8
9
  let IonTabBar = class IonTabBar {
@@ -14,7 +15,7 @@ let IonTabBar = class IonTabBar {
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: IonTabBar, 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: IonTabBar, isStandalone: true, selector: "ion-tab-bar", inputs: { color: "color", mode: "mode", selectedTab: "selectedTab", translucent: "translucent" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
18
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "22.0.0", type: IonTabBar, isStandalone: true, selector: "ion-tab-bar", inputs: { color: "color", mode: "mode", selectedTab: "selectedTab", translucent: ["translucent", "translucent", nullableBooleanAttribute] }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
18
19
  };
19
20
  IonTabBar = __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', 'mode', 'selectedTab', 'translucent'],
34
+ inputs: ['color', 'mode', 'selectedTab', { name: 'translucent', transform: nullableBooleanAttribute }],
34
35
  }]
35
36
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
36
37
  //# sourceMappingURL=ion-tab-bar.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ion-tab-bar.js","sourceRoot":"","sources":["../../../src/standalone/directives/ion-tab-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,eAAe,EAAE,MAAM,uCAAuC,CAAC;;AAaxF,IAAM,SAAS,GAAf,MAAM,SAAS;IAEuC;IADjD,EAAE,CAAuB;IACnC,YAAY,CAAoB,EAAE,CAAa,EAAY,CAAS;QAAT,MAAC,GAAD,CAAC,CAAQ;QAClE,CAAC,CAAC,MAAM,EAAE,CAAC;QACX,IAAI,CAAC,EAAE,GAAG,CAAC,CAAC,aAAa,CAAC;IAC5B,CAAC;0HALU,SAAS;8GAAT,SAAS,yKAJV,2BAA2B;;AAI1B,SAAS;IAXrB,QAAQ,CAAC;QACR,qBAAqB,EAAE,eAAe;QACtC,MAAM,EAAE,CAAC,OAAO,EAAE,MAAM,EAAE,aAAa,EAAE,aAAa,CAAC;KACxD,CAAC;GAQW,SAAS,CAMrB;;2FANY,SAAS;kBAPrB,SAAS;mBAAC;oBACT,QAAQ,EAAE,aAAa;oBACvB,eAAe,EAAE,uBAAuB,CAAC,MAAM;oBAC/C,QAAQ,EAAE,2BAA2B;oBACrC,uEAAuE;oBACvE,MAAM,EAAE,CAAC,OAAO,EAAE,MAAM,EAAE,aAAa,EAAE,aAAa,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 defineIonTabBar } from '@ionic/core/components/ion-tab-bar.js';\n\n@ProxyCmp({\n defineCustomElementFn: defineIonTabBar,\n inputs: ['color', 'mode', 'selectedTab', 'translucent']\n})\n@Component({\n selector: 'ion-tab-bar',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['color', 'mode', 'selectedTab', 'translucent'],\n})\nexport class IonTabBar {\n protected el: HTMLIonTabBarElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface IonTabBar extends Components.IonTabBar {}\n\n\n"]}
1
+ {"version":3,"file":"ion-tab-bar.js","sourceRoot":"","sources":["../../../src/standalone/directives/ion-tab-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,eAAe,EAAE,MAAM,uCAAuC,CAAC;;AAaxF,IAAM,SAAS,GAAf,MAAM,SAAS;IAEuC;IADjD,EAAE,CAAuB;IACnC,YAAY,CAAoB,EAAE,CAAa,EAAY,CAAS;QAAT,MAAC,GAAD,CAAC,CAAQ;QAClE,CAAC,CAAC,MAAM,EAAE,CAAC;QACX,IAAI,CAAC,EAAE,GAAG,CAAC,CAAC,aAAa,CAAC;IAC5B,CAAC;0HALU,SAAS;8GAAT,SAAS,+JAFuD,wBAAwB,6BAFzF,2BAA2B;;AAI1B,SAAS;IAXrB,QAAQ,CAAC;QACR,qBAAqB,EAAE,eAAe;QACtC,MAAM,EAAE,CAAC,OAAO,EAAE,MAAM,EAAE,aAAa,EAAE,aAAa,CAAC;KACxD,CAAC;GAQW,SAAS,CAMrB;;2FANY,SAAS;kBAPrB,SAAS;mBAAC;oBACT,QAAQ,EAAE,aAAa;oBACvB,eAAe,EAAE,uBAAuB,CAAC,MAAM;oBAC/C,QAAQ,EAAE,2BAA2B;oBACrC,uEAAuE;oBACvE,MAAM,EAAE,CAAC,OAAO,EAAE,MAAM,EAAE,aAAa,EAAE,EAAE,IAAI,EAAE,aAAa,EAAE,SAAS,EAAE,wBAAwB,EAAE,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 defineIonTabBar } from '@ionic/core/components/ion-tab-bar.js';\n\n@ProxyCmp({\n defineCustomElementFn: defineIonTabBar,\n inputs: ['color', 'mode', 'selectedTab', 'translucent']\n})\n@Component({\n selector: 'ion-tab-bar',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['color', 'mode', 'selectedTab', { name: 'translucent', transform: nullableBooleanAttribute }],\n})\nexport class IonTabBar {\n protected el: HTMLIonTabBarElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface IonTabBar extends Components.IonTabBar {}\n\n\n"]}
@@ -7,6 +7,8 @@ export declare class IonTabButton {
7
7
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<IonTabButton, never>;
9
9
  static ɵcmp: i0.ɵɵComponentDeclaration<IonTabButton, "ion-tab-button", never, { "disabled": { "alias": "disabled"; "required": false; }; "download": { "alias": "download"; "required": false; }; "href": { "alias": "href"; "required": false; }; "layout": { "alias": "layout"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "rel": { "alias": "rel"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "tab": { "alias": "tab"; "required": false; }; "target": { "alias": "target"; "required": false; }; }, {}, never, ["*"], true, never>;
10
+ static ngAcceptInputType_disabled: boolean | string | null | undefined;
11
+ static ngAcceptInputType_selected: boolean | string | null | undefined;
10
12
  }
11
13
  export declare interface IonTabButton extends Components.IonTabButton {
12
14
  }
@@ -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 defineIonTabButton } from '@ionic/core/components/ion-tab-button.js';
7
8
  import * as i0 from "@angular/core";
8
9
  let IonTabButton = class IonTabButton {
@@ -14,7 +15,7 @@ let IonTabButton = class IonTabButton {
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: IonTabButton, 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: IonTabButton, isStandalone: true, selector: "ion-tab-button", inputs: { disabled: "disabled", download: "download", href: "href", layout: "layout", mode: "mode", rel: "rel", selected: "selected", tab: "tab", target: "target" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
18
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "22.0.0", type: IonTabButton, isStandalone: true, selector: "ion-tab-button", inputs: { disabled: ["disabled", "disabled", nullableBooleanAttribute], download: "download", href: "href", layout: "layout", mode: "mode", rel: "rel", selected: ["selected", "selected", nullableBooleanAttribute], tab: "tab", target: "target" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
18
19
  };
19
20
  IonTabButton = __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: ['disabled', 'download', 'href', 'layout', 'mode', 'rel', 'selected', 'tab', 'target'],
34
+ inputs: [{ name: 'disabled', transform: nullableBooleanAttribute }, 'download', 'href', 'layout', 'mode', 'rel', { name: 'selected', transform: nullableBooleanAttribute }, 'tab', 'target'],
34
35
  }]
35
36
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
36
37
  //# sourceMappingURL=ion-tab-button.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ion-tab-button.js","sourceRoot":"","sources":["../../../src/standalone/directives/ion-tab-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,kBAAkB,EAAE,MAAM,0CAA0C,CAAC;;AAa9F,IAAM,YAAY,GAAlB,MAAM,YAAY;IAEoC;IADjD,EAAE,CAA0B;IACtC,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,YAAY;8GAAZ,YAAY,gPAJb,2BAA2B;;AAI1B,YAAY;IAXxB,QAAQ,CAAC;QACR,qBAAqB,EAAE,kBAAkB;QACzC,MAAM,EAAE,CAAC,UAAU,EAAE,UAAU,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,EAAE,KAAK,EAAE,UAAU,EAAE,KAAK,EAAE,QAAQ,CAAC;KAC/F,CAAC;GAQW,YAAY,CAMxB;;2FANY,YAAY;kBAPxB,SAAS;mBAAC;oBACT,QAAQ,EAAE,gBAAgB;oBAC1B,eAAe,EAAE,uBAAuB,CAAC,MAAM;oBAC/C,QAAQ,EAAE,2BAA2B;oBACrC,uEAAuE;oBACvE,MAAM,EAAE,CAAC,UAAU,EAAE,UAAU,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,EAAE,KAAK,EAAE,UAAU,EAAE,KAAK,EAAE,QAAQ,CAAC;iBAC/F","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 defineIonTabButton } from '@ionic/core/components/ion-tab-button.js';\n\n@ProxyCmp({\n defineCustomElementFn: defineIonTabButton,\n inputs: ['disabled', 'download', 'href', 'layout', 'mode', 'rel', 'selected', 'tab', 'target']\n})\n@Component({\n selector: 'ion-tab-button',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['disabled', 'download', 'href', 'layout', 'mode', 'rel', 'selected', 'tab', 'target'],\n})\nexport class IonTabButton {\n protected el: HTMLIonTabButtonElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface IonTabButton extends Components.IonTabButton {}\n\n\n"]}
1
+ {"version":3,"file":"ion-tab-button.js","sourceRoot":"","sources":["../../../src/standalone/directives/ion-tab-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,kBAAkB,EAAE,MAAM,0CAA0C,CAAC;;AAa9F,IAAM,YAAY,GAAlB,MAAM,YAAY;IAEoC;IADjD,EAAE,CAA0B;IACtC,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,YAAY;8GAAZ,YAAY,+FAFiB,wBAAwB,sHAAgF,wBAAwB,2DAF9J,2BAA2B;;AAI1B,YAAY;IAXxB,QAAQ,CAAC;QACR,qBAAqB,EAAE,kBAAkB;QACzC,MAAM,EAAE,CAAC,UAAU,EAAE,UAAU,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,EAAE,KAAK,EAAE,UAAU,EAAE,KAAK,EAAE,QAAQ,CAAC;KAC/F,CAAC;GAQW,YAAY,CAMxB;;2FANY,YAAY;kBAPxB,SAAS;mBAAC;oBACT,QAAQ,EAAE,gBAAgB;oBAC1B,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,UAAU,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,EAAE,KAAK,EAAE,EAAE,IAAI,EAAE,UAAU,EAAE,SAAS,EAAE,wBAAwB,EAAE,EAAE,KAAK,EAAE,QAAQ,CAAC;iBAC7L","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 defineIonTabButton } from '@ionic/core/components/ion-tab-button.js';\n\n@ProxyCmp({\n defineCustomElementFn: defineIonTabButton,\n inputs: ['disabled', 'download', 'href', 'layout', 'mode', 'rel', 'selected', 'tab', 'target']\n})\n@Component({\n selector: 'ion-tab-button',\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 }, 'download', 'href', 'layout', 'mode', 'rel', { name: 'selected', transform: nullableBooleanAttribute }, 'tab', 'target'],\n})\nexport class IonTabButton {\n protected el: HTMLIonTabButtonElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface IonTabButton extends Components.IonTabButton {}\n\n\n"]}
@@ -17,6 +17,10 @@ export declare class IonToast {
17
17
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
18
18
  static ɵfac: i0.ɵɵFactoryDeclaration<IonToast, never>;
19
19
  static ɵcmp: i0.ɵɵComponentDeclaration<IonToast, "ion-toast", never, { "animated": { "alias": "animated"; "required": false; }; "buttons": { "alias": "buttons"; "required": false; }; "color": { "alias": "color"; "required": false; }; "cssClass": { "alias": "cssClass"; "required": false; }; "duration": { "alias": "duration"; "required": false; }; "enterAnimation": { "alias": "enterAnimation"; "required": false; }; "header": { "alias": "header"; "required": false; }; "htmlAttributes": { "alias": "htmlAttributes"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "isOpen": { "alias": "isOpen"; "required": false; }; "keyboardClose": { "alias": "keyboardClose"; "required": false; }; "layout": { "alias": "layout"; "required": false; }; "leaveAnimation": { "alias": "leaveAnimation"; "required": false; }; "message": { "alias": "message"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "position": { "alias": "position"; "required": false; }; "positionAnchor": { "alias": "positionAnchor"; "required": false; }; "swipeGesture": { "alias": "swipeGesture"; "required": false; }; "translucent": { "alias": "translucent"; "required": false; }; "trigger": { "alias": "trigger"; "required": false; }; }, { "ionToastDidPresent": "ionToastDidPresent"; "ionToastWillPresent": "ionToastWillPresent"; "ionToastWillDismiss": "ionToastWillDismiss"; "ionToastDidDismiss": "ionToastDidDismiss"; "didPresent": "didPresent"; "willPresent": "willPresent"; "willDismiss": "willDismiss"; "didDismiss": "didDismiss"; }, never, ["*"], true, never>;
20
+ static ngAcceptInputType_animated: boolean | string | null | undefined;
21
+ static ngAcceptInputType_isOpen: boolean | string | null | undefined;
22
+ static ngAcceptInputType_keyboardClose: boolean | string | null | undefined;
23
+ static ngAcceptInputType_translucent: boolean | string | null | undefined;
20
24
  }
21
25
  export declare interface IonToast extends Components.IonToast {
22
26
  /**
@@ -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 defineIonToast } from '@ionic/core/components/ion-toast.js';
7
8
  import * as i0 from "@angular/core";
8
9
  let IonToast = class IonToast {
@@ -22,7 +23,7 @@ let IonToast = class IonToast {
22
23
  this.el = r.nativeElement;
23
24
  }
24
25
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonToast, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
25
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonToast, isStandalone: true, selector: "ion-toast", inputs: { animated: "animated", buttons: "buttons", color: "color", cssClass: "cssClass", duration: "duration", enterAnimation: "enterAnimation", header: "header", htmlAttributes: "htmlAttributes", icon: "icon", isOpen: "isOpen", keyboardClose: "keyboardClose", layout: "layout", leaveAnimation: "leaveAnimation", message: "message", mode: "mode", position: "position", positionAnchor: "positionAnchor", swipeGesture: "swipeGesture", translucent: "translucent", trigger: "trigger" }, outputs: { ionToastDidPresent: "ionToastDidPresent", ionToastWillPresent: "ionToastWillPresent", ionToastWillDismiss: "ionToastWillDismiss", ionToastDidDismiss: "ionToastDidDismiss", didPresent: "didPresent", willPresent: "willPresent", willDismiss: "willDismiss", didDismiss: "didDismiss" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
26
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "22.0.0", type: IonToast, isStandalone: true, selector: "ion-toast", inputs: { animated: ["animated", "animated", nullableBooleanAttribute], buttons: "buttons", color: "color", cssClass: "cssClass", duration: "duration", enterAnimation: "enterAnimation", header: "header", htmlAttributes: "htmlAttributes", icon: "icon", isOpen: ["isOpen", "isOpen", nullableBooleanAttribute], keyboardClose: ["keyboardClose", "keyboardClose", nullableBooleanAttribute], layout: "layout", leaveAnimation: "leaveAnimation", message: "message", mode: "mode", position: "position", positionAnchor: "positionAnchor", swipeGesture: "swipeGesture", translucent: ["translucent", "translucent", nullableBooleanAttribute], trigger: "trigger" }, outputs: { ionToastDidPresent: "ionToastDidPresent", ionToastWillPresent: "ionToastWillPresent", ionToastWillDismiss: "ionToastWillDismiss", ionToastDidDismiss: "ionToastDidDismiss", didPresent: "didPresent", willPresent: "willPresent", willDismiss: "willDismiss", didDismiss: "didDismiss" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
26
27
  };
27
28
  IonToast = __decorate([
28
29
  ProxyCmp({
@@ -39,7 +40,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
39
40
  changeDetection: ChangeDetectionStrategy.OnPush,
40
41
  template: '<ng-content></ng-content>',
41
42
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
42
- inputs: ['animated', 'buttons', 'color', 'cssClass', 'duration', 'enterAnimation', 'header', 'htmlAttributes', 'icon', 'isOpen', 'keyboardClose', 'layout', 'leaveAnimation', 'message', 'mode', 'position', 'positionAnchor', 'swipeGesture', 'translucent', 'trigger'],
43
+ inputs: [{ name: 'animated', transform: nullableBooleanAttribute }, 'buttons', 'color', 'cssClass', 'duration', 'enterAnimation', 'header', 'htmlAttributes', 'icon', { name: 'isOpen', transform: nullableBooleanAttribute }, { name: 'keyboardClose', transform: nullableBooleanAttribute }, 'layout', 'leaveAnimation', 'message', 'mode', 'position', 'positionAnchor', 'swipeGesture', { name: 'translucent', transform: nullableBooleanAttribute }, 'trigger'],
43
44
  outputs: ['ionToastDidPresent', 'ionToastWillPresent', 'ionToastWillDismiss', 'ionToastDidDismiss', 'didPresent', 'willPresent', 'willDismiss', 'didDismiss'],
44
45
  }]
45
46
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionToastDidPresent: [{
@@ -1 +1 @@
1
- {"version":3,"file":"ion-toast.js","sourceRoot":"","sources":["../../../src/standalone/directives/ion-toast.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;;AAerF,IAAM,QAAQ,GAAd,MAAM,QAAQ;IAUwC;IATjD,EAAE,CAAsB;IACxB,kBAAkB,GAAG,IAAI,YAAY,EAA6B,CAAC;IACnE,mBAAmB,GAAG,IAAI,YAAY,EAA6B,CAAC;IACpE,mBAAmB,GAAG,IAAI,YAAY,EAAoD,CAAC;IAC3F,kBAAkB,GAAG,IAAI,YAAY,EAAoD,CAAC;IAC1F,UAAU,GAAG,IAAI,YAAY,EAA6B,CAAC;IAC3D,WAAW,GAAG,IAAI,YAAY,EAA6B,CAAC;IAC5D,WAAW,GAAG,IAAI,YAAY,EAAoD,CAAC;IACnF,UAAU,GAAG,IAAI,YAAY,EAAoD,CAAC;IAC5F,YAAY,CAAoB,EAAE,CAAa,EAAY,CAAS;QAAT,MAAC,GAAD,CAAC,CAAQ;QAClE,CAAC,CAAC,MAAM,EAAE,CAAC;QACX,IAAI,CAAC,EAAE,GAAG,CAAC,CAAC,aAAa,CAAC;IAC5B,CAAC;0HAbU,QAAQ;8GAAR,QAAQ,80BALT,2BAA2B;;AAK1B,QAAQ;IAbpB,QAAQ,CAAC;QACR,qBAAqB,EAAE,cAAc;QACrC,MAAM,EAAE,CAAC,UAAU,EAAE,SAAS,EAAE,OAAO,EAAE,UAAU,EAAE,UAAU,EAAE,gBAAgB,EAAE,QAAQ,EAAE,gBAAgB,EAAE,MAAM,EAAE,QAAQ,EAAE,eAAe,EAAE,QAAQ,EAAE,gBAAgB,EAAE,SAAS,EAAE,MAAM,EAAE,UAAU,EAAE,gBAAgB,EAAE,cAAc,EAAE,aAAa,EAAE,SAAS,CAAC;QACxQ,OAAO,EAAE,CAAC,SAAS,EAAE,SAAS,EAAE,cAAc,EAAE,eAAe,CAAC;KACjE,CAAC;GASW,QAAQ,CAcpB;;2FAdY,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,UAAU,EAAE,SAAS,EAAE,OAAO,EAAE,UAAU,EAAE,UAAU,EAAE,gBAAgB,EAAE,QAAQ,EAAE,gBAAgB,EAAE,MAAM,EAAE,QAAQ,EAAE,eAAe,EAAE,QAAQ,EAAE,gBAAgB,EAAE,SAAS,EAAE,MAAM,EAAE,UAAU,EAAE,gBAAgB,EAAE,cAAc,EAAE,aAAa,EAAE,SAAS,CAAC;oBACxQ,OAAO,EAAE,CAAC,oBAAoB,EAAE,qBAAqB,EAAE,qBAAqB,EAAE,oBAAoB,EAAE,YAAY,EAAE,aAAa,EAAE,aAAa,EAAE,YAAY,CAAC;iBAC9J;;sBAGE,MAAM;;sBACN,MAAM;;sBACN,MAAM;;sBACN,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 defineIonToast } from '@ionic/core/components/ion-toast.js';\n\n@ProxyCmp({\n defineCustomElementFn: defineIonToast,\n inputs: ['animated', 'buttons', 'color', 'cssClass', 'duration', 'enterAnimation', 'header', 'htmlAttributes', 'icon', 'isOpen', 'keyboardClose', 'layout', 'leaveAnimation', 'message', 'mode', 'position', 'positionAnchor', 'swipeGesture', 'translucent', 'trigger'],\n methods: ['present', 'dismiss', 'onDidDismiss', 'onWillDismiss']\n})\n@Component({\n selector: 'ion-toast',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['animated', 'buttons', 'color', 'cssClass', 'duration', 'enterAnimation', 'header', 'htmlAttributes', 'icon', 'isOpen', 'keyboardClose', 'layout', 'leaveAnimation', 'message', 'mode', 'position', 'positionAnchor', 'swipeGesture', 'translucent', 'trigger'],\n outputs: ['ionToastDidPresent', 'ionToastWillPresent', 'ionToastWillDismiss', 'ionToastDidDismiss', 'didPresent', 'willPresent', 'willDismiss', 'didDismiss'],\n})\nexport class IonToast {\n protected el: HTMLIonToastElement;\n @Output() ionToastDidPresent = new EventEmitter<IonToastCustomEvent<void>>();\n @Output() ionToastWillPresent = new EventEmitter<IonToastCustomEvent<void>>();\n @Output() ionToastWillDismiss = new EventEmitter<IonToastCustomEvent<IIonToastOverlayEventDetail>>();\n @Output() ionToastDidDismiss = new EventEmitter<IonToastCustomEvent<IIonToastOverlayEventDetail>>();\n @Output() didPresent = new EventEmitter<IonToastCustomEvent<void>>();\n @Output() willPresent = new EventEmitter<IonToastCustomEvent<void>>();\n @Output() willDismiss = new EventEmitter<IonToastCustomEvent<IIonToastOverlayEventDetail>>();\n @Output() didDismiss = new EventEmitter<IonToastCustomEvent<IIonToastOverlayEventDetail>>();\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nimport type { IonToastCustomEvent } from '@ionic/core/components';\nimport type { OverlayEventDetail as IIonToastOverlayEventDetail } from '@ionic/core/components';\n\nexport declare interface IonToast extends Components.IonToast {\n /**\n * Emitted after the toast has presented.\n */\n ionToastDidPresent: EventEmitter<IonToastCustomEvent<void>>;\n /**\n * Emitted before the toast has presented.\n */\n ionToastWillPresent: EventEmitter<IonToastCustomEvent<void>>;\n /**\n * Emitted before the toast has dismissed.\n */\n ionToastWillDismiss: EventEmitter<IonToastCustomEvent<IIonToastOverlayEventDetail>>;\n /**\n * Emitted after the toast has dismissed.\n */\n ionToastDidDismiss: EventEmitter<IonToastCustomEvent<IIonToastOverlayEventDetail>>;\n /**\n * Emitted after the toast has presented.\nShorthand for ionToastWillDismiss.\n */\n didPresent: EventEmitter<IonToastCustomEvent<void>>;\n /**\n * Emitted before the toast has presented.\nShorthand for ionToastWillPresent.\n */\n willPresent: EventEmitter<IonToastCustomEvent<void>>;\n /**\n * Emitted before the toast has dismissed.\nShorthand for ionToastWillDismiss.\n */\n willDismiss: EventEmitter<IonToastCustomEvent<IIonToastOverlayEventDetail>>;\n /**\n * Emitted after the toast has dismissed.\nShorthand for ionToastDidDismiss.\n */\n didDismiss: EventEmitter<IonToastCustomEvent<IIonToastOverlayEventDetail>>;\n}\n\n\n"]}
1
+ {"version":3,"file":"ion-toast.js","sourceRoot":"","sources":["../../../src/standalone/directives/ion-toast.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;;AAerF,IAAM,QAAQ,GAAd,MAAM,QAAQ;IAUwC;IATjD,EAAE,CAAsB;IACxB,kBAAkB,GAAG,IAAI,YAAY,EAA6B,CAAC;IACnE,mBAAmB,GAAG,IAAI,YAAY,EAA6B,CAAC;IACpE,mBAAmB,GAAG,IAAI,YAAY,EAAoD,CAAC;IAC3F,kBAAkB,GAAG,IAAI,YAAY,EAAoD,CAAC;IAC1F,UAAU,GAAG,IAAI,YAAY,EAA6B,CAAC;IAC3D,WAAW,GAAG,IAAI,YAAY,EAA6B,CAAC;IAC5D,WAAW,GAAG,IAAI,YAAY,EAAoD,CAAC;IACnF,UAAU,GAAG,IAAI,YAAY,EAAoD,CAAC;IAC5F,YAAY,CAAoB,EAAE,CAAa,EAAY,CAAS;QAAT,MAAC,GAAD,CAAC,CAAQ;QAClE,CAAC,CAAC,MAAM,EAAE,CAAC;QACX,IAAI,CAAC,EAAE,GAAG,CAAC,CAAC,aAAa,CAAC;IAC5B,CAAC;0HAbU,QAAQ;8GAAR,QAAQ,0FAHqB,wBAAwB,oNAAmI,wBAAwB,qDAAwC,wBAAwB,2NAAmI,wBAAwB,sVAF5a,2BAA2B;;AAK1B,QAAQ;IAbpB,QAAQ,CAAC;QACR,qBAAqB,EAAE,cAAc;QACrC,MAAM,EAAE,CAAC,UAAU,EAAE,SAAS,EAAE,OAAO,EAAE,UAAU,EAAE,UAAU,EAAE,gBAAgB,EAAE,QAAQ,EAAE,gBAAgB,EAAE,MAAM,EAAE,QAAQ,EAAE,eAAe,EAAE,QAAQ,EAAE,gBAAgB,EAAE,SAAS,EAAE,MAAM,EAAE,UAAU,EAAE,gBAAgB,EAAE,cAAc,EAAE,aAAa,EAAE,SAAS,CAAC;QACxQ,OAAO,EAAE,CAAC,SAAS,EAAE,SAAS,EAAE,cAAc,EAAE,eAAe,CAAC;KACjE,CAAC;GASW,QAAQ,CAcpB;;2FAdY,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,EAAE,IAAI,EAAE,UAAU,EAAE,SAAS,EAAE,wBAAwB,EAAE,EAAE,SAAS,EAAE,OAAO,EAAE,UAAU,EAAE,UAAU,EAAE,gBAAgB,EAAE,QAAQ,EAAE,gBAAgB,EAAE,MAAM,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,SAAS,EAAE,wBAAwB,EAAE,EAAE,EAAE,IAAI,EAAE,eAAe,EAAE,SAAS,EAAE,wBAAwB,EAAE,EAAE,QAAQ,EAAE,gBAAgB,EAAE,SAAS,EAAE,MAAM,EAAE,UAAU,EAAE,gBAAgB,EAAE,cAAc,EAAE,EAAE,IAAI,EAAE,aAAa,EAAE,SAAS,EAAE,wBAAwB,EAAE,EAAE,SAAS,CAAC;oBACpc,OAAO,EAAE,CAAC,oBAAoB,EAAE,qBAAqB,EAAE,qBAAqB,EAAE,oBAAoB,EAAE,YAAY,EAAE,aAAa,EAAE,aAAa,EAAE,YAAY,CAAC;iBAC9J;;sBAGE,MAAM;;sBACN,MAAM;;sBACN,MAAM;;sBACN,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 defineIonToast } from '@ionic/core/components/ion-toast.js';\n\n@ProxyCmp({\n defineCustomElementFn: defineIonToast,\n inputs: ['animated', 'buttons', 'color', 'cssClass', 'duration', 'enterAnimation', 'header', 'htmlAttributes', 'icon', 'isOpen', 'keyboardClose', 'layout', 'leaveAnimation', 'message', 'mode', 'position', 'positionAnchor', 'swipeGesture', 'translucent', 'trigger'],\n methods: ['present', 'dismiss', 'onDidDismiss', 'onWillDismiss']\n})\n@Component({\n selector: 'ion-toast',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: [{ name: 'animated', transform: nullableBooleanAttribute }, 'buttons', 'color', 'cssClass', 'duration', 'enterAnimation', 'header', 'htmlAttributes', 'icon', { name: 'isOpen', transform: nullableBooleanAttribute }, { name: 'keyboardClose', transform: nullableBooleanAttribute }, 'layout', 'leaveAnimation', 'message', 'mode', 'position', 'positionAnchor', 'swipeGesture', { name: 'translucent', transform: nullableBooleanAttribute }, 'trigger'],\n outputs: ['ionToastDidPresent', 'ionToastWillPresent', 'ionToastWillDismiss', 'ionToastDidDismiss', 'didPresent', 'willPresent', 'willDismiss', 'didDismiss'],\n})\nexport class IonToast {\n protected el: HTMLIonToastElement;\n @Output() ionToastDidPresent = new EventEmitter<IonToastCustomEvent<void>>();\n @Output() ionToastWillPresent = new EventEmitter<IonToastCustomEvent<void>>();\n @Output() ionToastWillDismiss = new EventEmitter<IonToastCustomEvent<IIonToastOverlayEventDetail>>();\n @Output() ionToastDidDismiss = new EventEmitter<IonToastCustomEvent<IIonToastOverlayEventDetail>>();\n @Output() didPresent = new EventEmitter<IonToastCustomEvent<void>>();\n @Output() willPresent = new EventEmitter<IonToastCustomEvent<void>>();\n @Output() willDismiss = new EventEmitter<IonToastCustomEvent<IIonToastOverlayEventDetail>>();\n @Output() didDismiss = new EventEmitter<IonToastCustomEvent<IIonToastOverlayEventDetail>>();\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nimport type { IonToastCustomEvent } from '@ionic/core/components';\nimport type { OverlayEventDetail as IIonToastOverlayEventDetail } from '@ionic/core/components';\n\nexport declare interface IonToast extends Components.IonToast {\n /**\n * Emitted after the toast has presented.\n */\n ionToastDidPresent: EventEmitter<IonToastCustomEvent<void>>;\n /**\n * Emitted before the toast has presented.\n */\n ionToastWillPresent: EventEmitter<IonToastCustomEvent<void>>;\n /**\n * Emitted before the toast has dismissed.\n */\n ionToastWillDismiss: EventEmitter<IonToastCustomEvent<IIonToastOverlayEventDetail>>;\n /**\n * Emitted after the toast has dismissed.\n */\n ionToastDidDismiss: EventEmitter<IonToastCustomEvent<IIonToastOverlayEventDetail>>;\n /**\n * Emitted after the toast has presented.\nShorthand for ionToastWillDismiss.\n */\n didPresent: EventEmitter<IonToastCustomEvent<void>>;\n /**\n * Emitted before the toast has presented.\nShorthand for ionToastWillPresent.\n */\n willPresent: EventEmitter<IonToastCustomEvent<void>>;\n /**\n * Emitted before the toast has dismissed.\nShorthand for ionToastWillDismiss.\n */\n willDismiss: EventEmitter<IonToastCustomEvent<IIonToastOverlayEventDetail>>;\n /**\n * Emitted after the toast has dismissed.\nShorthand for ionToastDidDismiss.\n */\n didDismiss: EventEmitter<IonToastCustomEvent<IIonToastOverlayEventDetail>>;\n}\n\n\n"]}
@@ -9,6 +9,7 @@ export declare class IonRadioGroup extends ValueAccessor {
9
9
  handleIonChange(el: HTMLIonRadioGroupElement): void;
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<IonRadioGroup, never>;
11
11
  static ɵcmp: i0.ɵɵComponentDeclaration<IonRadioGroup, "ion-radio-group", never, { "allowEmptySelection": { "alias": "allowEmptySelection"; "required": false; }; "compareWith": { "alias": "compareWith"; "required": false; }; "errorText": { "alias": "errorText"; "required": false; }; "helperText": { "alias": "helperText"; "required": false; }; "name": { "alias": "name"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, ["*"], true, never>;
12
+ static ngAcceptInputType_allowEmptySelection: boolean | string | null | undefined;
12
13
  }
13
14
  export declare interface IonRadioGroup extends Components.IonRadioGroup {
14
15
  /**
@@ -3,9 +3,19 @@ import { ChangeDetectionStrategy, Component, HostListener, forwardRef, } from '@
3
3
  import { NG_VALUE_ACCESSOR } from '@angular/forms';
4
4
  import { ValueAccessor } from '@ionic/angular/common';
5
5
  import { defineCustomElement } from '@ionic/core/components/ion-radio-group.js';
6
+ import { nullableBooleanAttribute } from './angular-component-lib/boolean-attribute';
6
7
  import { ProxyCmp, proxyOutputs } from './angular-component-lib/utils';
7
8
  import * as i0 from "@angular/core";
8
- const RADIO_GROUP_INPUTS = ['allowEmptySelection', 'compareWith', 'errorText', 'helperText', 'name', 'value'];
9
+ const RADIO_GROUP_INPUTS = [
10
+ { name: 'allowEmptySelection', transform: nullableBooleanAttribute },
11
+ 'compareWith',
12
+ 'errorText',
13
+ 'helperText',
14
+ 'name',
15
+ 'value',
16
+ ];
17
+ /* ProxyCmp only needs the names, and runs at runtime rather than through the Angular compiler. */
18
+ const RADIO_GROUP_PROXY_INPUTS = RADIO_GROUP_INPUTS.map((input) => (typeof input === 'string' ? input : input.name));
9
19
  let IonRadioGroup = class IonRadioGroup extends ValueAccessor {
10
20
  z;
11
21
  el;
@@ -20,7 +30,7 @@ let IonRadioGroup = class IonRadioGroup extends ValueAccessor {
20
30
  this.handleValueChange(el, el.value);
21
31
  }
22
32
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonRadioGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
23
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonRadioGroup, isStandalone: true, selector: "ion-radio-group", inputs: { allowEmptySelection: "allowEmptySelection", compareWith: "compareWith", errorText: "errorText", helperText: "helperText", name: "name", value: "value" }, host: { listeners: { "ionChange": "handleIonChange($event.target)" } }, providers: [
33
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "22.0.0", type: IonRadioGroup, isStandalone: true, selector: "ion-radio-group", inputs: { allowEmptySelection: ["allowEmptySelection", "allowEmptySelection", nullableBooleanAttribute], compareWith: "compareWith", errorText: "errorText", helperText: "helperText", name: "name", value: "value" }, host: { listeners: { "ionChange": "handleIonChange($event.target)" } }, providers: [
24
34
  {
25
35
  provide: NG_VALUE_ACCESSOR,
26
36
  useExisting: forwardRef((() => IonRadioGroup)),
@@ -31,7 +41,7 @@ let IonRadioGroup = class IonRadioGroup extends ValueAccessor {
31
41
  IonRadioGroup = __decorate([
32
42
  ProxyCmp({
33
43
  defineCustomElementFn: defineCustomElement,
34
- inputs: RADIO_GROUP_INPUTS,
44
+ inputs: RADIO_GROUP_PROXY_INPUTS,
35
45
  })
36
46
  ], IonRadioGroup);
37
47
  export { IonRadioGroup };
@@ -1 +1 @@
1
- {"version":3,"file":"radio-group.js","sourceRoot":"","sources":["../../../src/standalone/directives/radio-group.ts"],"names":[],"mappings":";AAAA,OAAO,EACL,uBAAuB,EAEvB,SAAS,EAGT,YAAY,EAGZ,UAAU,GACX,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AACnD,OAAO,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAC;AAEtD,OAAO,EAAE,mBAAmB,EAAE,MAAM,2CAA2C,CAAC;AAEhF,OAAO,EAAE,QAAQ,EAAE,YAAY,EAAE,MAAM,+BAA+B,CAAC;;AAEvE,MAAM,kBAAkB,GAAG,CAAC,qBAAqB,EAAE,aAAa,EAAE,WAAW,EAAE,YAAY,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC;AAqBvG,IAAM,aAAa,GAAnB,MAAM,aAAc,SAAQ,aAAa;IAEa;IADjD,EAAE,CAAc;IAC1B,YAAY,CAAoB,EAAE,CAAa,EAAY,CAAS,EAAE,QAAkB;QACtF,KAAK,CAAC,QAAQ,EAAE,CAAC,CAAC,CAAC;QADsC,MAAC,GAAD,CAAC,CAAQ;QAElE,CAAC,CAAC,MAAM,EAAE,CAAC;QACX,IAAI,CAAC,EAAE,GAAG,CAAC,CAAC,aAAa,CAAC;QAC1B,YAAY,CAAC,IAAI,EAAE,IAAI,CAAC,EAAE,EAAE,CAAC,WAAW,CAAC,CAAC,CAAC;IAC7C,CAAC;IAGD,eAAe,CAAC,EAA4B;QAC1C,IAAI,CAAC,iBAAiB,CAAC,EAAE,EAAE,EAAE,CAAC,KAAK,CAAC,CAAC;IACvC,CAAC;0HAZU,aAAa;8GAAb,aAAa,0SATb;YACT;gBACE,OAAO,EAAE,iBAAiB;gBAC1B,WAAW,EAAE,UAAU,EAAC,GAAG,EAAE,CAAC,aAAa,EAAC;gBAC5C,KAAK,EAAE,IAAI;aACZ;SACF,iDATS,2BAA2B;;AAY1B,aAAa;IAnBzB,QAAQ,CAAC;QACR,qBAAqB,EAAE,mBAAmB;QAC1C,MAAM,EAAE,kBAAkB;KAC3B,CAAC;GAgBW,aAAa,CAazB;;2FAbY,aAAa;kBAfzB,SAAS;mBAAC;oBACT,QAAQ,EAAE,iBAAiB;oBAC3B,eAAe,EAAE,uBAAuB,CAAC,MAAM;oBAC/C,QAAQ,EAAE,2BAA2B;oBACrC,uEAAuE;oBACvE,MAAM,EAAE,kBAAkB;oBAC1B,SAAS,EAAE;wBACT;4BACE,OAAO,EAAE,iBAAiB;4BAC1B,WAAW,EAAE,UAAU,EAAC,GAAG,EAAE,cAAc,EAAC;4BAC5C,KAAK,EAAE,IAAI;yBACZ;qBACF;oBACD,UAAU,EAAE,IAAI;iBACjB;;sBAUE,YAAY;uBAAC,WAAW,EAAE,CAAC,eAAe,CAAC","sourcesContent":["import {\n ChangeDetectionStrategy,\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n HostListener,\n Injector,\n NgZone,\n forwardRef,\n} from '@angular/core';\nimport { NG_VALUE_ACCESSOR } from '@angular/forms';\nimport { ValueAccessor } from '@ionic/angular/common';\nimport type { RadioGroupChangeEventDetail, Components } from '@ionic/core/components';\nimport { defineCustomElement } from '@ionic/core/components/ion-radio-group.js';\n\nimport { ProxyCmp, proxyOutputs } from './angular-component-lib/utils';\n\nconst RADIO_GROUP_INPUTS = ['allowEmptySelection', 'compareWith', 'errorText', 'helperText', 'name', 'value'];\n\n@ProxyCmp({\n defineCustomElementFn: defineCustomElement,\n inputs: RADIO_GROUP_INPUTS,\n})\n@Component({\n selector: 'ion-radio-group',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: RADIO_GROUP_INPUTS,\n providers: [\n {\n provide: NG_VALUE_ACCESSOR,\n useExisting: forwardRef(() => IonRadioGroup),\n multi: true,\n },\n ],\n standalone: true,\n})\nexport class IonRadioGroup extends ValueAccessor {\n protected el: HTMLElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone, injector: Injector) {\n super(injector, r);\n c.detach();\n this.el = r.nativeElement;\n proxyOutputs(this, this.el, ['ionChange']);\n }\n\n @HostListener('ionChange', ['$event.target'])\n handleIonChange(el: HTMLIonRadioGroupElement): void {\n this.handleValueChange(el, el.value);\n }\n}\n\nexport declare interface IonRadioGroup extends Components.IonRadioGroup {\n /**\n * Emitted when the value has changed.\n */\n ionChange: EventEmitter<CustomEvent<RadioGroupChangeEventDetail>>;\n}\n"]}
1
+ {"version":3,"file":"radio-group.js","sourceRoot":"","sources":["../../../src/standalone/directives/radio-group.ts"],"names":[],"mappings":";AAAA,OAAO,EACL,uBAAuB,EAEvB,SAAS,EAGT,YAAY,EAGZ,UAAU,GACX,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AACnD,OAAO,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAC;AAEtD,OAAO,EAAE,mBAAmB,EAAE,MAAM,2CAA2C,CAAC;AAEhF,OAAO,EAAE,wBAAwB,EAAE,MAAM,2CAA2C,CAAC;AACrF,OAAO,EAAE,QAAQ,EAAE,YAAY,EAAE,MAAM,+BAA+B,CAAC;;AAEvE,MAAM,kBAAkB,GAAG;IACzB,EAAE,IAAI,EAAE,qBAAqB,EAAE,SAAS,EAAE,wBAAwB,EAAE;IACpE,aAAa;IACb,WAAW;IACX,YAAY;IACZ,MAAM;IACN,OAAO;CACR,CAAC;AAEF,kGAAkG;AAClG,MAAM,wBAAwB,GAAG,kBAAkB,CAAC,GAAG,CAAC,CAAC,KAAK,EAAE,EAAE,CAAC,CAAC,OAAO,KAAK,KAAK,QAAQ,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC;AAqB9G,IAAM,aAAa,GAAnB,MAAM,aAAc,SAAQ,aAAa;IAEa;IADjD,EAAE,CAAc;IAC1B,YAAY,CAAoB,EAAE,CAAa,EAAY,CAAS,EAAE,QAAkB;QACtF,KAAK,CAAC,QAAQ,EAAE,CAAC,CAAC,CAAC;QADsC,MAAC,GAAD,CAAC,CAAQ;QAElE,CAAC,CAAC,MAAM,EAAE,CAAC;QACX,IAAI,CAAC,EAAE,GAAG,CAAC,CAAC,aAAa,CAAC;QAC1B,YAAY,CAAC,IAAI,EAAE,IAAI,CAAC,EAAE,EAAE,CAAC,WAAW,CAAC,CAAC,CAAC;IAC7C,CAAC;IAGD,eAAe,CAAC,EAA4B;QAC1C,IAAI,CAAC,iBAAiB,CAAC,EAAE,EAAE,EAAE,CAAC,KAAK,CAAC,CAAC;IACvC,CAAC;0HAZU,aAAa;8GAAb,aAAa,iIA9BkB,wBAAwB,oMAqBvD;YACT;gBACE,OAAO,EAAE,iBAAiB;gBAC1B,WAAW,EAAE,UAAU,EAAC,GAAG,EAAE,CAAC,aAAa,EAAC;gBAC5C,KAAK,EAAE,IAAI;aACZ;SACF,iDATS,2BAA2B;;AAY1B,aAAa;IAnBzB,QAAQ,CAAC;QACR,qBAAqB,EAAE,mBAAmB;QAC1C,MAAM,EAAE,wBAAwB;KACjC,CAAC;GAgBW,aAAa,CAazB;;2FAbY,aAAa;kBAfzB,SAAS;mBAAC;oBACT,QAAQ,EAAE,iBAAiB;oBAC3B,eAAe,EAAE,uBAAuB,CAAC,MAAM;oBAC/C,QAAQ,EAAE,2BAA2B;oBACrC,uEAAuE;oBACvE,MAAM,EAAE,kBAAkB;oBAC1B,SAAS,EAAE;wBACT;4BACE,OAAO,EAAE,iBAAiB;4BAC1B,WAAW,EAAE,UAAU,EAAC,GAAG,EAAE,cAAc,EAAC;4BAC5C,KAAK,EAAE,IAAI;yBACZ;qBACF;oBACD,UAAU,EAAE,IAAI;iBACjB;;sBAUE,YAAY;uBAAC,WAAW,EAAE,CAAC,eAAe,CAAC","sourcesContent":["import {\n ChangeDetectionStrategy,\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n HostListener,\n Injector,\n NgZone,\n forwardRef,\n} from '@angular/core';\nimport { NG_VALUE_ACCESSOR } from '@angular/forms';\nimport { ValueAccessor } from '@ionic/angular/common';\nimport type { RadioGroupChangeEventDetail, Components } from '@ionic/core/components';\nimport { defineCustomElement } from '@ionic/core/components/ion-radio-group.js';\n\nimport { nullableBooleanAttribute } from './angular-component-lib/boolean-attribute';\nimport { ProxyCmp, proxyOutputs } from './angular-component-lib/utils';\n\nconst RADIO_GROUP_INPUTS = [\n { name: 'allowEmptySelection', transform: nullableBooleanAttribute },\n 'compareWith',\n 'errorText',\n 'helperText',\n 'name',\n 'value',\n];\n\n/* ProxyCmp only needs the names, and runs at runtime rather than through the Angular compiler. */\nconst RADIO_GROUP_PROXY_INPUTS = RADIO_GROUP_INPUTS.map((input) => (typeof input === 'string' ? input : input.name));\n\n@ProxyCmp({\n defineCustomElementFn: defineCustomElement,\n inputs: RADIO_GROUP_PROXY_INPUTS,\n})\n@Component({\n selector: 'ion-radio-group',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: RADIO_GROUP_INPUTS,\n providers: [\n {\n provide: NG_VALUE_ACCESSOR,\n useExisting: forwardRef(() => IonRadioGroup),\n multi: true,\n },\n ],\n standalone: true,\n})\nexport class IonRadioGroup extends ValueAccessor {\n protected el: HTMLElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone, injector: Injector) {\n super(injector, r);\n c.detach();\n this.el = r.nativeElement;\n proxyOutputs(this, this.el, ['ionChange']);\n }\n\n @HostListener('ionChange', ['$event.target'])\n handleIonChange(el: HTMLIonRadioGroupElement): void {\n this.handleValueChange(el, el.value);\n }\n}\n\nexport declare interface IonRadioGroup extends Components.IonRadioGroup {\n /**\n * Emitted when the value has changed.\n */\n ionChange: EventEmitter<CustomEvent<RadioGroupChangeEventDetail>>;\n}\n"]}
@@ -9,6 +9,11 @@ export declare class IonRange extends ValueAccessor {
9
9
  handleIonInput(el: HTMLIonRangeElement): void;
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<IonRange, never>;
11
11
  static ɵcmp: i0.ɵɵComponentDeclaration<IonRange, "ion-range", never, { "activeBarStart": { "alias": "activeBarStart"; "required": false; }; "color": { "alias": "color"; "required": false; }; "debounce": { "alias": "debounce"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "dualKnobs": { "alias": "dualKnobs"; "required": false; }; "label": { "alias": "label"; "required": false; }; "labelPlacement": { "alias": "labelPlacement"; "required": false; }; "max": { "alias": "max"; "required": false; }; "min": { "alias": "min"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "name": { "alias": "name"; "required": false; }; "pin": { "alias": "pin"; "required": false; }; "pinFormatter": { "alias": "pinFormatter"; "required": false; }; "snaps": { "alias": "snaps"; "required": false; }; "step": { "alias": "step"; "required": false; }; "ticks": { "alias": "ticks"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, ["*"], true, never>;
12
+ static ngAcceptInputType_disabled: boolean | string | null | undefined;
13
+ static ngAcceptInputType_dualKnobs: boolean | string | null | undefined;
14
+ static ngAcceptInputType_pin: boolean | string | null | undefined;
15
+ static ngAcceptInputType_snaps: boolean | string | null | undefined;
16
+ static ngAcceptInputType_ticks: boolean | string | null | undefined;
12
17
  }
13
18
  export declare interface IonRange extends Components.IonRange {
14
19
  /**
@@ -3,27 +3,30 @@ import { ChangeDetectionStrategy, Component, HostListener, forwardRef, } from '@
3
3
  import { NG_VALUE_ACCESSOR } from '@angular/forms';
4
4
  import { ValueAccessor } from '@ionic/angular/common';
5
5
  import { defineCustomElement } from '@ionic/core/components/ion-range.js';
6
+ import { nullableBooleanAttribute } from './angular-component-lib/boolean-attribute';
6
7
  import { ProxyCmp, proxyOutputs } from './angular-component-lib/utils';
7
8
  import * as i0 from "@angular/core";
8
9
  const RANGE_INPUTS = [
9
10
  'activeBarStart',
10
11
  'color',
11
12
  'debounce',
12
- 'disabled',
13
- 'dualKnobs',
13
+ { name: 'disabled', transform: nullableBooleanAttribute },
14
+ { name: 'dualKnobs', transform: nullableBooleanAttribute },
14
15
  'label',
15
16
  'labelPlacement',
16
17
  'max',
17
18
  'min',
18
19
  'mode',
19
20
  'name',
20
- 'pin',
21
+ { name: 'pin', transform: nullableBooleanAttribute },
21
22
  'pinFormatter',
22
- 'snaps',
23
+ { name: 'snaps', transform: nullableBooleanAttribute },
23
24
  'step',
24
- 'ticks',
25
+ { name: 'ticks', transform: nullableBooleanAttribute },
25
26
  'value',
26
27
  ];
28
+ /* ProxyCmp only needs the names, and runs at runtime rather than through the Angular compiler. */
29
+ const RANGE_PROXY_INPUTS = RANGE_INPUTS.map((input) => (typeof input === 'string' ? input : input.name));
27
30
  let IonRange = class IonRange extends ValueAccessor {
28
31
  z;
29
32
  el;
@@ -38,7 +41,7 @@ let IonRange = class IonRange extends ValueAccessor {
38
41
  this.handleValueChange(el, el.value);
39
42
  }
40
43
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonRange, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
41
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonRange, isStandalone: true, selector: "ion-range", inputs: { activeBarStart: "activeBarStart", color: "color", debounce: "debounce", disabled: "disabled", dualKnobs: "dualKnobs", label: "label", labelPlacement: "labelPlacement", max: "max", min: "min", mode: "mode", name: "name", pin: "pin", pinFormatter: "pinFormatter", snaps: "snaps", step: "step", ticks: "ticks", value: "value" }, host: { listeners: { "ionInput": "handleIonInput($event.target)" } }, providers: [
44
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "22.0.0", type: IonRange, isStandalone: true, selector: "ion-range", inputs: { activeBarStart: "activeBarStart", color: "color", debounce: "debounce", disabled: ["disabled", "disabled", nullableBooleanAttribute], dualKnobs: ["dualKnobs", "dualKnobs", nullableBooleanAttribute], label: "label", labelPlacement: "labelPlacement", max: "max", min: "min", mode: "mode", name: "name", pin: ["pin", "pin", nullableBooleanAttribute], pinFormatter: "pinFormatter", snaps: ["snaps", "snaps", nullableBooleanAttribute], step: "step", ticks: ["ticks", "ticks", nullableBooleanAttribute], value: "value" }, host: { listeners: { "ionInput": "handleIonInput($event.target)" } }, providers: [
42
45
  {
43
46
  provide: NG_VALUE_ACCESSOR,
44
47
  useExisting: forwardRef((() => IonRange)),
@@ -49,7 +52,7 @@ let IonRange = class IonRange extends ValueAccessor {
49
52
  IonRange = __decorate([
50
53
  ProxyCmp({
51
54
  defineCustomElementFn: defineCustomElement,
52
- inputs: RANGE_INPUTS,
55
+ inputs: RANGE_PROXY_INPUTS,
53
56
  })
54
57
  ], IonRange);
55
58
  export { IonRange };
@@ -1 +1 @@
1
- {"version":3,"file":"range.js","sourceRoot":"","sources":["../../../src/standalone/directives/range.ts"],"names":[],"mappings":";AAAA,OAAO,EACL,uBAAuB,EAEvB,SAAS,EAGT,YAAY,EAGZ,UAAU,GACX,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AACnD,OAAO,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAC;AAOtD,OAAO,EAAE,mBAAmB,EAAE,MAAM,qCAAqC,CAAC;AAE1E,OAAO,EAAE,QAAQ,EAAE,YAAY,EAAE,MAAM,+BAA+B,CAAC;;AAEvE,MAAM,YAAY,GAAG;IACnB,gBAAgB;IAChB,OAAO;IACP,UAAU;IACV,UAAU;IACV,WAAW;IACX,OAAO;IACP,gBAAgB;IAChB,KAAK;IACL,KAAK;IACL,MAAM;IACN,MAAM;IACN,KAAK;IACL,cAAc;IACd,OAAO;IACP,MAAM;IACN,OAAO;IACP,OAAO;CACR,CAAC;AAqBK,IAAM,QAAQ,GAAd,MAAM,QAAS,SAAQ,aAAa;IAEkB;IADjD,EAAE,CAAc;IAC1B,YAAY,CAAoB,EAAE,CAAa,EAAY,CAAS,EAAE,QAAkB;QACtF,KAAK,CAAC,QAAQ,EAAE,CAAC,CAAC,CAAC;QADsC,MAAC,GAAD,CAAC,CAAQ;QAElE,CAAC,CAAC,MAAM,EAAE,CAAC;QACX,IAAI,CAAC,EAAE,GAAG,CAAC,CAAC,aAAa,CAAC;QAC1B,YAAY,CAAC,IAAI,EAAE,IAAI,CAAC,EAAE,EAAE,CAAC,WAAW,EAAE,UAAU,EAAE,UAAU,EAAE,SAAS,EAAE,kBAAkB,EAAE,gBAAgB,CAAC,CAAC,CAAC;IACtH,CAAC;IAGD,cAAc,CAAC,EAAuB;QACpC,IAAI,CAAC,iBAAiB,CAAC,EAAE,EAAE,EAAE,CAAC,KAAK,CAAC,CAAC;IACvC,CAAC;0HAZU,QAAQ;8GAAR,QAAQ,8cATR;YACT;gBACE,OAAO,EAAE,iBAAiB;gBAC1B,WAAW,EAAE,UAAU,EAAC,GAAG,EAAE,CAAC,QAAQ,EAAC;gBACvC,KAAK,EAAE,IAAI;aACZ;SACF,iDATS,2BAA2B;;AAY1B,QAAQ;IAnBpB,QAAQ,CAAC;QACR,qBAAqB,EAAE,mBAAmB;QAC1C,MAAM,EAAE,YAAY;KACrB,CAAC;GAgBW,QAAQ,CAapB;;2FAbY,QAAQ;kBAfpB,SAAS;mBAAC;oBACT,QAAQ,EAAE,WAAW;oBACrB,eAAe,EAAE,uBAAuB,CAAC,MAAM;oBAC/C,QAAQ,EAAE,2BAA2B;oBACrC,uEAAuE;oBACvE,MAAM,EAAE,YAAY;oBACpB,SAAS,EAAE;wBACT;4BACE,OAAO,EAAE,iBAAiB;4BAC1B,WAAW,EAAE,UAAU,EAAC,GAAG,EAAE,SAAS,EAAC;4BACvC,KAAK,EAAE,IAAI;yBACZ;qBACF;oBACD,UAAU,EAAE,IAAI;iBACjB;;sBAUE,YAAY;uBAAC,UAAU,EAAE,CAAC,eAAe,CAAC","sourcesContent":["import {\n ChangeDetectionStrategy,\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n HostListener,\n Injector,\n NgZone,\n forwardRef,\n} from '@angular/core';\nimport { NG_VALUE_ACCESSOR } from '@angular/forms';\nimport { ValueAccessor } from '@ionic/angular/common';\nimport type {\n RangeChangeEventDetail,\n RangeKnobMoveStartEventDetail,\n RangeKnobMoveEndEventDetail,\n Components,\n} from '@ionic/core/components';\nimport { defineCustomElement } from '@ionic/core/components/ion-range.js';\n\nimport { ProxyCmp, proxyOutputs } from './angular-component-lib/utils';\n\nconst RANGE_INPUTS = [\n 'activeBarStart',\n 'color',\n 'debounce',\n 'disabled',\n 'dualKnobs',\n 'label',\n 'labelPlacement',\n 'max',\n 'min',\n 'mode',\n 'name',\n 'pin',\n 'pinFormatter',\n 'snaps',\n 'step',\n 'ticks',\n 'value',\n];\n\n@ProxyCmp({\n defineCustomElementFn: defineCustomElement,\n inputs: RANGE_INPUTS,\n})\n@Component({\n selector: 'ion-range',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: RANGE_INPUTS,\n providers: [\n {\n provide: NG_VALUE_ACCESSOR,\n useExisting: forwardRef(() => IonRange),\n multi: true,\n },\n ],\n standalone: true,\n})\nexport class IonRange extends ValueAccessor {\n protected el: HTMLElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone, injector: Injector) {\n super(injector, r);\n c.detach();\n this.el = r.nativeElement;\n proxyOutputs(this, this.el, ['ionChange', 'ionInput', 'ionFocus', 'ionBlur', 'ionKnobMoveStart', 'ionKnobMoveEnd']);\n }\n\n @HostListener('ionInput', ['$event.target'])\n handleIonInput(el: HTMLIonRangeElement): void {\n this.handleValueChange(el, el.value);\n }\n}\n\nexport declare interface IonRange extends Components.IonRange {\n /**\n * The `ionChange` event is fired for `<ion-range>` elements when the user\nmodifies the element's value:\n- When the user releases the knob after dragging;\n- When the user moves the knob with keyboard arrows\n\n`ionChange` is not fired when the value is changed programmatically.\n */\n ionChange: EventEmitter<CustomEvent<RangeChangeEventDetail>>;\n /**\n * The `ionInput` event is fired for `<ion-range>` elements when the value\nis modified. Unlike `ionChange`, `ionInput` is fired continuously\nwhile the user is dragging the knob.\n */\n ionInput: EventEmitter<CustomEvent<RangeChangeEventDetail>>;\n /**\n * Emitted when the range has focus.\n */\n ionFocus: EventEmitter<CustomEvent<void>>;\n /**\n * Emitted when the range loses focus.\n */\n ionBlur: EventEmitter<CustomEvent<void>>;\n /**\n * Emitted when the user starts moving the range knob, whether through\nmouse drag, touch gesture, or keyboard interaction.\n */\n ionKnobMoveStart: EventEmitter<CustomEvent<RangeKnobMoveStartEventDetail>>;\n /**\n * Emitted when the user finishes moving the range knob, whether through\nmouse drag, touch gesture, or keyboard interaction.\n */\n ionKnobMoveEnd: EventEmitter<CustomEvent<RangeKnobMoveEndEventDetail>>;\n}\n"]}
1
+ {"version":3,"file":"range.js","sourceRoot":"","sources":["../../../src/standalone/directives/range.ts"],"names":[],"mappings":";AAAA,OAAO,EACL,uBAAuB,EAEvB,SAAS,EAGT,YAAY,EAGZ,UAAU,GACX,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AACnD,OAAO,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAC;AAOtD,OAAO,EAAE,mBAAmB,EAAE,MAAM,qCAAqC,CAAC;AAE1E,OAAO,EAAE,wBAAwB,EAAE,MAAM,2CAA2C,CAAC;AACrF,OAAO,EAAE,QAAQ,EAAE,YAAY,EAAE,MAAM,+BAA+B,CAAC;;AAEvE,MAAM,YAAY,GAAG;IACnB,gBAAgB;IAChB,OAAO;IACP,UAAU;IACV,EAAE,IAAI,EAAE,UAAU,EAAE,SAAS,EAAE,wBAAwB,EAAE;IACzD,EAAE,IAAI,EAAE,WAAW,EAAE,SAAS,EAAE,wBAAwB,EAAE;IAC1D,OAAO;IACP,gBAAgB;IAChB,KAAK;IACL,KAAK;IACL,MAAM;IACN,MAAM;IACN,EAAE,IAAI,EAAE,KAAK,EAAE,SAAS,EAAE,wBAAwB,EAAE;IACpD,cAAc;IACd,EAAE,IAAI,EAAE,OAAO,EAAE,SAAS,EAAE,wBAAwB,EAAE;IACtD,MAAM;IACN,EAAE,IAAI,EAAE,OAAO,EAAE,SAAS,EAAE,wBAAwB,EAAE;IACtD,OAAO;CACR,CAAC;AAEF,kGAAkG;AAClG,MAAM,kBAAkB,GAAG,YAAY,CAAC,GAAG,CAAC,CAAC,KAAK,EAAE,EAAE,CAAC,CAAC,OAAO,KAAK,KAAK,QAAQ,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC;AAqBlG,IAAM,QAAQ,GAAd,MAAM,QAAS,SAAQ,aAAa;IAEkB;IADjD,EAAE,CAAc;IAC1B,YAAY,CAAoB,EAAE,CAAa,EAAY,CAAS,EAAE,QAAkB;QACtF,KAAK,CAAC,QAAQ,EAAE,CAAC,CAAC,CAAC;QADsC,MAAC,GAAD,CAAC,CAAQ;QAElE,CAAC,CAAC,MAAM,EAAE,CAAC;QACX,IAAI,CAAC,EAAE,GAAG,CAAC,CAAC,aAAa,CAAC;QAC1B,YAAY,CAAC,IAAI,EAAE,IAAI,CAAC,EAAE,EAAE,CAAC,WAAW,EAAE,UAAU,EAAE,UAAU,EAAE,SAAS,EAAE,kBAAkB,EAAE,gBAAgB,CAAC,CAAC,CAAC;IACtH,CAAC;IAGD,cAAc,CAAC,EAAuB;QACpC,IAAI,CAAC,iBAAiB,CAAC,EAAE,EAAE,EAAE,CAAC,KAAK,CAAC,CAAC;IACvC,CAAC;0HAZU,QAAQ;8GAAR,QAAQ,kKAtCY,wBAAwB,yCACvB,wBAAwB,6HAO9B,wBAAwB,2DAEtB,wBAAwB,2CAExB,wBAAwB,sGAiBzC;YACT;gBACE,OAAO,EAAE,iBAAiB;gBAC1B,WAAW,EAAE,UAAU,EAAC,GAAG,EAAE,CAAC,QAAQ,EAAC;gBACvC,KAAK,EAAE,IAAI;aACZ;SACF,iDATS,2BAA2B;;AAY1B,QAAQ;IAnBpB,QAAQ,CAAC;QACR,qBAAqB,EAAE,mBAAmB;QAC1C,MAAM,EAAE,kBAAkB;KAC3B,CAAC;GAgBW,QAAQ,CAapB;;2FAbY,QAAQ;kBAfpB,SAAS;mBAAC;oBACT,QAAQ,EAAE,WAAW;oBACrB,eAAe,EAAE,uBAAuB,CAAC,MAAM;oBAC/C,QAAQ,EAAE,2BAA2B;oBACrC,uEAAuE;oBACvE,MAAM,EAAE,YAAY;oBACpB,SAAS,EAAE;wBACT;4BACE,OAAO,EAAE,iBAAiB;4BAC1B,WAAW,EAAE,UAAU,EAAC,GAAG,EAAE,SAAS,EAAC;4BACvC,KAAK,EAAE,IAAI;yBACZ;qBACF;oBACD,UAAU,EAAE,IAAI;iBACjB;;sBAUE,YAAY;uBAAC,UAAU,EAAE,CAAC,eAAe,CAAC","sourcesContent":["import {\n ChangeDetectionStrategy,\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n HostListener,\n Injector,\n NgZone,\n forwardRef,\n} from '@angular/core';\nimport { NG_VALUE_ACCESSOR } from '@angular/forms';\nimport { ValueAccessor } from '@ionic/angular/common';\nimport type {\n RangeChangeEventDetail,\n RangeKnobMoveStartEventDetail,\n RangeKnobMoveEndEventDetail,\n Components,\n} from '@ionic/core/components';\nimport { defineCustomElement } from '@ionic/core/components/ion-range.js';\n\nimport { nullableBooleanAttribute } from './angular-component-lib/boolean-attribute';\nimport { ProxyCmp, proxyOutputs } from './angular-component-lib/utils';\n\nconst RANGE_INPUTS = [\n 'activeBarStart',\n 'color',\n 'debounce',\n { name: 'disabled', transform: nullableBooleanAttribute },\n { name: 'dualKnobs', transform: nullableBooleanAttribute },\n 'label',\n 'labelPlacement',\n 'max',\n 'min',\n 'mode',\n 'name',\n { name: 'pin', transform: nullableBooleanAttribute },\n 'pinFormatter',\n { name: 'snaps', transform: nullableBooleanAttribute },\n 'step',\n { name: 'ticks', transform: nullableBooleanAttribute },\n 'value',\n];\n\n/* ProxyCmp only needs the names, and runs at runtime rather than through the Angular compiler. */\nconst RANGE_PROXY_INPUTS = RANGE_INPUTS.map((input) => (typeof input === 'string' ? input : input.name));\n\n@ProxyCmp({\n defineCustomElementFn: defineCustomElement,\n inputs: RANGE_PROXY_INPUTS,\n})\n@Component({\n selector: 'ion-range',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: RANGE_INPUTS,\n providers: [\n {\n provide: NG_VALUE_ACCESSOR,\n useExisting: forwardRef(() => IonRange),\n multi: true,\n },\n ],\n standalone: true,\n})\nexport class IonRange extends ValueAccessor {\n protected el: HTMLElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone, injector: Injector) {\n super(injector, r);\n c.detach();\n this.el = r.nativeElement;\n proxyOutputs(this, this.el, ['ionChange', 'ionInput', 'ionFocus', 'ionBlur', 'ionKnobMoveStart', 'ionKnobMoveEnd']);\n }\n\n @HostListener('ionInput', ['$event.target'])\n handleIonInput(el: HTMLIonRangeElement): void {\n this.handleValueChange(el, el.value);\n }\n}\n\nexport declare interface IonRange extends Components.IonRange {\n /**\n * The `ionChange` event is fired for `<ion-range>` elements when the user\nmodifies the element's value:\n- When the user releases the knob after dragging;\n- When the user moves the knob with keyboard arrows\n\n`ionChange` is not fired when the value is changed programmatically.\n */\n ionChange: EventEmitter<CustomEvent<RangeChangeEventDetail>>;\n /**\n * The `ionInput` event is fired for `<ion-range>` elements when the value\nis modified. Unlike `ionChange`, `ionInput` is fired continuously\nwhile the user is dragging the knob.\n */\n ionInput: EventEmitter<CustomEvent<RangeChangeEventDetail>>;\n /**\n * Emitted when the range has focus.\n */\n ionFocus: EventEmitter<CustomEvent<void>>;\n /**\n * Emitted when the range loses focus.\n */\n ionBlur: EventEmitter<CustomEvent<void>>;\n /**\n * Emitted when the user starts moving the range knob, whether through\nmouse drag, touch gesture, or keyboard interaction.\n */\n ionKnobMoveStart: EventEmitter<CustomEvent<RangeKnobMoveStartEventDetail>>;\n /**\n * Emitted when the user finishes moving the range knob, whether through\nmouse drag, touch gesture, or keyboard interaction.\n */\n ionKnobMoveEnd: EventEmitter<CustomEvent<RangeKnobMoveEndEventDetail>>;\n}\n"]}