Skip to content

Commit efdd101

Browse files
committed
chore(deps): update stencil/core to 4.43.0
1 parent cc75ff4 commit efdd101

File tree

4 files changed

+943
-192
lines changed

4 files changed

+943
-192
lines changed

core/api.txt

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

704704
ion-input,scoped
705705
ion-input,prop,autocapitalize,string,'off',false,false
706-
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
706+
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
707707
ion-input,prop,autocorrect,"off" | "on",'off',false,false
708708
ion-input,prop,autofocus,boolean,false,false,false
709709
ion-input,prop,clearInput,boolean,false,false,false
@@ -1209,7 +1209,7 @@ ion-nav,shadow
12091209
ion-nav,prop,animated,boolean,true,false,false
12101210
ion-nav,prop,animation,((baseEl: any, opts?: any) => Animation) | undefined,undefined,false,false
12111211
ion-nav,prop,root,Function | HTMLElement | ViewController | null | string | undefined,undefined,false,false
1212-
ion-nav,prop,rootParams,undefined | { [key: string]: any; },undefined,false,false
1212+
ion-nav,prop,rootParams,T | undefined,undefined,false,false
12131213
ion-nav,prop,swipeGesture,boolean | undefined,undefined,false,false
12141214
ion-nav,method,canGoBack,canGoBack(view?: ViewController) => Promise<boolean>
12151215
ion-nav,method,getActive,getActive() => Promise<ViewController | undefined>
@@ -1230,7 +1230,7 @@ ion-nav,event,ionNavWillChange,void,false
12301230

12311231
ion-nav-link,none
12321232
ion-nav-link,prop,component,Function | HTMLElement | ViewController | null | string | undefined,undefined,false,false
1233-
ion-nav-link,prop,componentProps,undefined | { [key: string]: any; },undefined,false,false
1233+
ion-nav-link,prop,componentProps,T | undefined,undefined,false,false
12341234
ion-nav-link,prop,routerAnimation,((baseEl: any, opts?: any) => Animation) | undefined,undefined,false,false
12351235
ion-nav-link,prop,routerDirection,"back" | "forward" | "root",'forward',false,false
12361236

@@ -1323,7 +1323,7 @@ ion-popover,prop,animated,boolean,true,false,false
13231323
ion-popover,prop,arrow,boolean,true,false,false
13241324
ion-popover,prop,backdropDismiss,boolean,true,false,false
13251325
ion-popover,prop,component,Function | HTMLElement | null | string | undefined,undefined,false,false
1326-
ion-popover,prop,componentProps,undefined | { [key: string]: any; },undefined,false,false
1326+
ion-popover,prop,componentProps,T | undefined,undefined,false,false
13271327
ion-popover,prop,dismissOnSelect,boolean,false,false,false
13281328
ion-popover,prop,enterAnimation,((baseEl: any, opts?: any) => Animation) | undefined,undefined,false,false
13291329
ion-popover,prop,event,any,undefined,false,false
@@ -1557,7 +1557,7 @@ ion-row,shadow
15571557
ion-searchbar,scoped
15581558
ion-searchbar,prop,animated,boolean,false,false,false
15591559
ion-searchbar,prop,autocapitalize,string,'off',false,false
1560-
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
1560+
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
15611561
ion-searchbar,prop,autocorrect,"off" | "on",'off',false,false
15621562
ion-searchbar,prop,cancelButtonIcon,string,config.get('backButtonIcon', arrowBackSharp) as string,false,false
15631563
ion-searchbar,prop,cancelButtonText,string,'Cancel',false,false

core/package-lock.json

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"loader/"
3535
],
3636
"dependencies": {
37-
"@stencil/core": "4.38.0",
37+
"@stencil/core": "4.43.0",
3838
"ionicons": "^8.0.13",
3939
"tslib": "^2.1.0"
4040
},

0 commit comments

Comments
 (0)