Skip to content

Commit 8ebee03

Browse files
committed
fix(build): trying to fix auto-generated files
1 parent d9ca3e4 commit 8ebee03

File tree

2 files changed

+940
-189
lines changed

2 files changed

+940
-189
lines changed

core/api.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -712,7 +712,7 @@ ion-infinite-scroll-content,prop,loadingText,IonicSafeString | string | undefine
712712

713713
ion-input,scoped
714714
ion-input,prop,autocapitalize,string,'off',false,false
715-
ion-input,prop,autocomplete,"name" | "email" | "tel" | "url" | "on" | "off" | "honorific-prefix" | "given-name" | "additional-name" | "family-name" | "honorific-suffix" | "nickname" | "username" | "new-password" | "current-password" | "one-time-code" | "organization-title" | "organization" | "street-address" | "address-line1" | "address-line2" | "address-line3" | "address-level4" | "address-level3" | "address-level2" | "address-level1" | "country" | "country-name" | "postal-code" | "cc-name" | "cc-given-name" | "cc-additional-name" | "cc-family-name" | "cc-number" | "cc-exp" | "cc-exp-month" | "cc-exp-year" | "cc-csc" | "cc-type" | "transaction-currency" | "transaction-amount" | "language" | "bday" | "bday-day" | "bday-month" | "bday-year" | "sex" | "tel-country-code" | "tel-national" | "tel-area-code" | "tel-local" | "tel-extension" | "impp" | "photo",'off',false,false
715+
ion-input,prop,autocomplete,"additional-name" | "address-level1" | "address-level2" | "address-level3" | "address-level4" | "address-line1" | "address-line2" | "address-line3" | "bday" | "bday-day" | "bday-month" | "bday-year" | "cc-additional-name" | "cc-csc" | "cc-exp" | "cc-exp-month" | "cc-exp-year" | "cc-family-name" | "cc-given-name" | "cc-name" | "cc-number" | "cc-type" | "country" | "country-name" | "current-password" | "email" | "family-name" | "given-name" | "honorific-prefix" | "honorific-suffix" | "impp" | "language" | "name" | "new-password" | "nickname" | "off" | "on" | "one-time-code" | "organization" | "organization-title" | "photo" | "postal-code" | "sex" | "street-address" | "tel" | "tel-area-code" | "tel-country-code" | "tel-extension" | "tel-local" | "tel-national" | "transaction-amount" | "transaction-currency" | "url" | "username",'off',false,false
716716
ion-input,prop,autocorrect,"off" | "on",'off',false,false
717717
ion-input,prop,autofocus,boolean,false,false,false
718718
ion-input,prop,clearInput,boolean,false,false,false
@@ -1228,7 +1228,7 @@ ion-nav,shadow
12281228
ion-nav,prop,animated,boolean,true,false,false
12291229
ion-nav,prop,animation,((baseEl: any, opts?: any) => Animation) | undefined,undefined,false,false
12301230
ion-nav,prop,root,Function | HTMLElement | ViewController | null | string | undefined,undefined,false,false
1231-
ion-nav,prop,rootParams,undefined | { [key: string]: any; },undefined,false,false
1231+
ion-nav,prop,rootParams,T | undefined,undefined,false,false
12321232
ion-nav,prop,swipeGesture,boolean | undefined,undefined,false,false
12331233
ion-nav,method,canGoBack,canGoBack(view?: ViewController) => Promise<boolean>
12341234
ion-nav,method,getActive,getActive() => Promise<ViewController | undefined>
@@ -1249,7 +1249,7 @@ ion-nav,event,ionNavWillChange,void,false
12491249

12501250
ion-nav-link,none
12511251
ion-nav-link,prop,component,Function | HTMLElement | ViewController | null | string | undefined,undefined,false,false
1252-
ion-nav-link,prop,componentProps,undefined | { [key: string]: any; },undefined,false,false
1252+
ion-nav-link,prop,componentProps,T | undefined,undefined,false,false
12531253
ion-nav-link,prop,routerAnimation,((baseEl: any, opts?: any) => Animation) | undefined,undefined,false,false
12541254
ion-nav-link,prop,routerDirection,"back" | "forward" | "root",'forward',false,false
12551255

@@ -1342,7 +1342,7 @@ ion-popover,prop,animated,boolean,true,false,false
13421342
ion-popover,prop,arrow,boolean,true,false,false
13431343
ion-popover,prop,backdropDismiss,boolean,true,false,false
13441344
ion-popover,prop,component,Function | HTMLElement | null | string | undefined,undefined,false,false
1345-
ion-popover,prop,componentProps,undefined | { [key: string]: any; },undefined,false,false
1345+
ion-popover,prop,componentProps,T | undefined,undefined,false,false
13461346
ion-popover,prop,dismissOnSelect,boolean,false,false,false
13471347
ion-popover,prop,enterAnimation,((baseEl: any, opts?: any) => Animation) | undefined,undefined,false,false
13481348
ion-popover,prop,event,any,undefined,false,false
@@ -1595,7 +1595,7 @@ ion-row,shadow
15951595
ion-searchbar,scoped
15961596
ion-searchbar,prop,animated,boolean,false,false,false
15971597
ion-searchbar,prop,autocapitalize,string,'off',false,false
1598-
ion-searchbar,prop,autocomplete,"name" | "email" | "tel" | "url" | "on" | "off" | "honorific-prefix" | "given-name" | "additional-name" | "family-name" | "honorific-suffix" | "nickname" | "username" | "new-password" | "current-password" | "one-time-code" | "organization-title" | "organization" | "street-address" | "address-line1" | "address-line2" | "address-line3" | "address-level4" | "address-level3" | "address-level2" | "address-level1" | "country" | "country-name" | "postal-code" | "cc-name" | "cc-given-name" | "cc-additional-name" | "cc-family-name" | "cc-number" | "cc-exp" | "cc-exp-month" | "cc-exp-year" | "cc-csc" | "cc-type" | "transaction-currency" | "transaction-amount" | "language" | "bday" | "bday-day" | "bday-month" | "bday-year" | "sex" | "tel-country-code" | "tel-national" | "tel-area-code" | "tel-local" | "tel-extension" | "impp" | "photo",'off',false,false
1598+
ion-searchbar,prop,autocomplete,"additional-name" | "address-level1" | "address-level2" | "address-level3" | "address-level4" | "address-line1" | "address-line2" | "address-line3" | "bday" | "bday-day" | "bday-month" | "bday-year" | "cc-additional-name" | "cc-csc" | "cc-exp" | "cc-exp-month" | "cc-exp-year" | "cc-family-name" | "cc-given-name" | "cc-name" | "cc-number" | "cc-type" | "country" | "country-name" | "current-password" | "email" | "family-name" | "given-name" | "honorific-prefix" | "honorific-suffix" | "impp" | "language" | "name" | "new-password" | "nickname" | "off" | "on" | "one-time-code" | "organization" | "organization-title" | "photo" | "postal-code" | "sex" | "street-address" | "tel" | "tel-area-code" | "tel-country-code" | "tel-extension" | "tel-local" | "tel-national" | "transaction-amount" | "transaction-currency" | "url" | "username",'off',false,false
15991599
ion-searchbar,prop,autocorrect,"off" | "on",'off',false,false
16001600
ion-searchbar,prop,cancelButtonIcon,string,config.get('backButtonIcon', arrowBackSharp) as string,false,false
16011601
ion-searchbar,prop,cancelButtonText,string,'Cancel',false,false

0 commit comments

Comments
 (0)