Skip to content

Commit 23e998b

Browse files
authored
chore(deps): update stencil/core to 4.43.0 (#30960)
Stencil core updated to 4.43.0.
1 parent 814c2e5 commit 23e998b

4 files changed

Lines changed: 961 additions & 213 deletions

File tree

core/api.txt

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

705705
ion-input,scoped
706706
ion-input,prop,autocapitalize,string,'off',false,false
707-
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
707+
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
708708
ion-input,prop,autocorrect,"off" | "on",'off',false,false
709709
ion-input,prop,autofocus,boolean,false,false,false
710710
ion-input,prop,clearInput,boolean,false,false,false
@@ -1210,7 +1210,7 @@ ion-nav,shadow
12101210
ion-nav,prop,animated,boolean,true,false,false
12111211
ion-nav,prop,animation,((baseEl: any, opts?: any) => Animation) | undefined,undefined,false,false
12121212
ion-nav,prop,root,Function | HTMLElement | ViewController | null | string | undefined,undefined,false,false
1213-
ion-nav,prop,rootParams,undefined | { [key: string]: any; },undefined,false,false
1213+
ion-nav,prop,rootParams,T | undefined,undefined,false,false
12141214
ion-nav,prop,swipeGesture,boolean | undefined,undefined,false,false
12151215
ion-nav,method,canGoBack,canGoBack(view?: ViewController) => Promise<boolean>
12161216
ion-nav,method,getActive,getActive() => Promise<ViewController | undefined>
@@ -1231,7 +1231,7 @@ ion-nav,event,ionNavWillChange,void,false
12311231

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

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

core/package-lock.json

Lines changed: 20 additions & 23 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)