|
5 | 5 | * It contains typing information for all components that exist in this project. |
6 | 6 | */ |
7 | 7 | import { HTMLStencilElement, JSXBase } from "@stencil/core/internal"; |
8 | | -import { ActionSheetButton, AlertButton, AlertInput, AnimationBuilder, AutocompleteTypes, CheckboxChangeEventDetail, Color, ComponentProps, ComponentRef, DatetimeChangeEventDetail, DatetimeOptions, DomRenderFn, FooterHeightFn, FrameworkDelegate, HeaderFn, HeaderHeightFn, InputChangeEventDetail, ItemHeightFn, ItemRenderFn, ItemReorderEventDetail, MenuChangeEventDetail, NavComponent, NavOptions, OverlayEventDetail, PickerButton, PickerColumn, RadioGroupChangeEventDetail, RangeChangeEventDetail, RangeValue, RefresherEventDetail, RouteID, RouterDirection, RouterEventDetail, RouterOutletOptions, RouteWrite, ScrollBaseDetail, ScrollDetail, SearchbarChangeEventDetail, SegmentButtonLayout, SegmentChangeEventDetail, SelectChangeEventDetail, SelectInterface, SelectPopoverOption, Side, SpinnerTypes, StyleEventDetail, SwipeGestureHandler, TabBarChangedEventDetail, TabButtonClickEventDetail, TabButtonLayout, TextareaChangeEventDetail, TextFieldTypes, ToastButton, ToggleChangeEventDetail, TransitionDoneFn, TransitionInstruction, ViewController, } from "./interface"; |
| 8 | +import { ActionSheetButton, AlertButton, AlertInput, AnimationBuilder, AutocapitalizeTypes, AutocompleteTypes, CheckboxChangeEventDetail, Color, ComponentProps, ComponentRef, DatetimeChangeEventDetail, DatetimeOptions, DomRenderFn, FooterHeightFn, FrameworkDelegate, HeaderFn, HeaderHeightFn, InputChangeEventDetail, ItemHeightFn, ItemRenderFn, ItemReorderEventDetail, MenuChangeEventDetail, NavComponent, NavOptions, OverlayEventDetail, PickerButton, PickerColumn, RadioGroupChangeEventDetail, RangeChangeEventDetail, RangeValue, RefresherEventDetail, RouteID, RouterDirection, RouterEventDetail, RouterOutletOptions, RouteWrite, ScrollBaseDetail, ScrollDetail, SearchbarChangeEventDetail, SegmentButtonLayout, SegmentChangeEventDetail, SelectChangeEventDetail, SelectInterface, SelectPopoverOption, Side, SpinnerTypes, StyleEventDetail, SwipeGestureHandler, TabBarChangedEventDetail, TabButtonClickEventDetail, TabButtonLayout, TextareaChangeEventDetail, TextFieldTypes, ToastButton, ToggleChangeEventDetail, TransitionDoneFn, TransitionInstruction, ViewController, } from "./interface"; |
9 | 9 | import { IonicSafeString, } from "./utils/sanitization"; |
10 | 10 | import { SelectCompareFn, } from "./components/select/select-interface"; |
11 | 11 | export namespace Components { |
@@ -831,7 +831,7 @@ export namespace Components { |
831 | 831 | /** |
832 | 832 | * Indicates whether and how the text value should be automatically capitalized as it is entered/edited by the user. |
833 | 833 | */ |
834 | | - "autocapitalize": string; |
| 834 | + "autocapitalize": AutocapitalizeTypes; |
835 | 835 | /** |
836 | 836 | * Indicates whether the value of the control can be automatically completed by the browser. |
837 | 837 | */ |
@@ -2390,7 +2390,7 @@ export namespace Components { |
2390 | 2390 | /** |
2391 | 2391 | * Indicates whether and how the text value should be automatically capitalized as it is entered/edited by the user. |
2392 | 2392 | */ |
2393 | | - "autocapitalize": string; |
| 2393 | + "autocapitalize": AutocapitalizeTypes; |
2394 | 2394 | /** |
2395 | 2395 | * This Boolean attribute lets you specify that a form control should have input focus when the page loads. |
2396 | 2396 | */ |
@@ -4131,7 +4131,7 @@ declare namespace LocalJSX { |
4131 | 4131 | /** |
4132 | 4132 | * Indicates whether and how the text value should be automatically capitalized as it is entered/edited by the user. |
4133 | 4133 | */ |
4134 | | - "autocapitalize"?: string; |
| 4134 | + "autocapitalize"?: AutocapitalizeTypes; |
4135 | 4135 | /** |
4136 | 4136 | * Indicates whether the value of the control can be automatically completed by the browser. |
4137 | 4137 | */ |
@@ -5603,7 +5603,7 @@ declare namespace LocalJSX { |
5603 | 5603 | /** |
5604 | 5604 | * Indicates whether and how the text value should be automatically capitalized as it is entered/edited by the user. |
5605 | 5605 | */ |
5606 | | - "autocapitalize"?: string; |
| 5606 | + "autocapitalize"?: AutocapitalizeTypes; |
5607 | 5607 | /** |
5608 | 5608 | * This Boolean attribute lets you specify that a form control should have input focus when the page loads. |
5609 | 5609 | */ |
|
0 commit comments