File tree Expand file tree Collapse file tree 16 files changed +30
-111
lines changed
activityindicator/angular
bottom-navigation/angular
floatingactionbutton/angular Expand file tree Collapse file tree 16 files changed +30
-111
lines changed Original file line number Diff line number Diff line change 44 "ngPackage" : {
55 "dest" : " ../../../packages/activityindicator/angular" ,
66 "lib" : {
7- "entryFile" : " index.ts" ,
8- "umdModuleIds" : {
9- "@nativescript/core" : " ns-core" ,
10- "@nativescript/angular" : " ns-angular" ,
11- "@nativescript-community/ui-material-activityindicator" : " ns-material-activityindicator"
12- }
7+ "entryFile" : " index.ts"
138 },
14- "whitelistedNonPeerDependencies " : [
9+ "allowedNonPeerDependencies " : [
1510 " ."
1611 ]
1712 }
Original file line number Diff line number Diff line change 44 "ngPackage" : {
55 "dest" : " ../../../packages/appbar/angular" ,
66 "lib" : {
7- "entryFile" : " index.ts" ,
8- "umdModuleIds" : {
9- "@nativescript/core" : " ns-core" ,
10- "@nativescript/angular" : " ns-angular" ,
11- "@nativescript-community/ui-material-appbar" : " ns-material-appbar"
12- }
7+ "entryFile" : " index.ts"
138 },
14- "whitelistedNonPeerDependencies " : [
9+ "allowedNonPeerDependencies " : [
1510 " ."
1611 ]
1712 }
Original file line number Diff line number Diff line change 44 "ngPackage" : {
55 "dest" : " ../../../packages/bottom-navigation/angular" ,
66 "lib" : {
7- "entryFile" : " index.ts" ,
8- "umdModuleIds" : {
9- "@nativescript/core" : " ns-core" ,
10- "@nativescript/angular" : " ns-angular" ,
11- "@nativescript-community/ui-material-bottom-navigation" : " ns-material-bottom-navigation"
12- }
7+ "entryFile" : " index.ts"
138 },
14- "whitelistedNonPeerDependencies " : [
9+ "allowedNonPeerDependencies " : [
1510 " ."
1611 ]
1712 }
Original file line number Diff line number Diff line change 44 "ngPackage" : {
55 "dest" : " ../../../packages/bottomnavigationbar/angular" ,
66 "lib" : {
7- "entryFile" : " index.ts" ,
8- "umdModuleIds" : {
9- "@nativescript/core" : " ns-core" ,
10- "@nativescript/angular" : " ns-angular" ,
11- "@nativescript-community/ui-material-bottomnavigationbar" : " ns-material-bottomnavigationbar"
12- }
7+ "entryFile" : " index.ts"
138 },
14- "whitelistedNonPeerDependencies " : [
9+ "allowedNonPeerDependencies " : [
1510 " ."
1611 ]
1712 }
Original file line number Diff line number Diff line change @@ -52,11 +52,6 @@ class BottomNavigationBarDelegate extends NSObject {
5252export class BottomNavigationBar extends BottomNavigationBarBase {
5353 nativeViewProtected : MDCBottomNavigationBar ;
5454 _items : BottomNavigationTab [ ] ;
55-
56- constructor ( ) {
57- super ( ) ;
58- }
59-
6055 private _delegate : BottomNavigationBarDelegate ;
6156
6257 createNativeView ( ) : Object {
Original file line number Diff line number Diff line change 44 "ngPackage" : {
55 "dest" : " ../../../packages/bottomsheet/angular" ,
66 "lib" : {
7- "entryFile" : " index.ts" ,
8- "umdModuleIds" : {
9- "@nativescript/core" : " ns-core" ,
10- "@nativescript/angular" : " ns-angular" ,
11- "@nativescript-community/ui-material-bottomsheet" : " ns-material-bottomsheet"
12- }
7+ "entryFile" : " index.ts"
138 },
14- "whitelistedNonPeerDependencies " : [
9+ "allowedNonPeerDependencies " : [
1510 " ."
1611 ]
1712 }
Original file line number Diff line number Diff line change 44 "ngPackage" : {
55 "dest" : " ../../../packages/button/angular" ,
66 "lib" : {
7- "entryFile" : " index.ts" ,
8- "umdModuleIds" : {
9- "@nativescript/core" : " ns-core" ,
10- "@nativescript/angular" : " ns-angular" ,
11- "@nativescript-community/ui-material-button" : " ns-material-button"
12- }
7+ "entryFile" : " index.ts"
138 },
14- "whitelistedNonPeerDependencies " : [
9+ "allowedNonPeerDependencies " : [
1510 " ."
1611 ]
1712 }
Original file line number Diff line number Diff line change 44 "ngPackage" : {
55 "dest" : " ../../../packages/cardview/angular" ,
66 "lib" : {
7- "entryFile" : " index.ts" ,
8- "umdModuleIds" : {
9- "@nativescript/core" : " ns-core" ,
10- "@nativescript/angular" : " ns-angular" ,
11- "@nativescript-community/ui-material-cardview" : " ns-material-cardview"
12- }
7+ "entryFile" : " index.ts"
138 },
14- "whitelistedNonPeerDependencies " : [
9+ "allowedNonPeerDependencies " : [
1510 " ."
1611 ]
1712 }
Original file line number Diff line number Diff line change 44 "ngPackage" : {
55 "dest" : " ../../../packages/floatingactionbutton/angular" ,
66 "lib" : {
7- "entryFile" : " index.ts" ,
8- "umdModuleIds" : {
9- "@nativescript/core" : " ns-core" ,
10- "@nativescript/angular" : " ns-angular" ,
11- "@nativescript-community/ui-material-floatingactionbutton" : " ns-material-floatingactionbutton"
12- }
7+ "entryFile" : " index.ts"
138 },
14- "whitelistedNonPeerDependencies " : [
9+ "allowedNonPeerDependencies " : [
1510 " ."
1611 ]
1712 }
Original file line number Diff line number Diff line change 44 "ngPackage" : {
55 "dest" : " ../../../packages/progress/angular" ,
66 "lib" : {
7- "entryFile" : " index.ts" ,
8- "umdModuleIds" : {
9- "@nativescript/core" : " ns-core" ,
10- "@nativescript/angular" : " ns-angular" ,
11- "@nativescript-community/ui-material-progress" : " ns-material-progress"
12- }
7+ "entryFile" : " index.ts"
138 },
14- "whitelistedNonPeerDependencies " : [
9+ "allowedNonPeerDependencies " : [
1510 " ."
1611 ]
1712 }
You can’t perform that action at this time.
0 commit comments