File tree Expand file tree Collapse file tree 15 files changed +45
-60
lines changed
nativescript-material-activityindicator
nativescript-material-bottomnavigationbar
nativescript-material-bottomsheet
nativescript-material-button
nativescript-material-cardview
nativescript-material-core
nativescript-material-dialogs
nativescript-material-floatingactionbutton
nativescript-material-progress
nativescript-material-ripple
nativescript-material-slider
nativescript-material-snackbar
nativescript-material-tabs
nativescript-material-textfield
nativescript-material-textview Expand file tree Collapse file tree 15 files changed +45
-60
lines changed Original file line number Diff line number Diff line change 2
2
"name" : " nativescript-material-activityindicator" ,
3
3
"version" : " 3.2.5" ,
4
4
"description" : " Material ActivityIndicator component" ,
5
- "main" : " ./activityindicator.js" ,
6
- "module" : " ./activityindicator.mjs" ,
5
+ "main" : " ./activityindicator" ,
7
6
"sideEffects" : false ,
8
7
"typings" : " ./activityindicator.d.ts" ,
9
8
"scripts" : {
10
9
"tsc" : " cp ../../src/activityindicator/activityindicator.d.ts ./ && ../../node_modules/.bin/tsc --skipLibCheck -d" ,
11
10
"tsc-win" : " copy ..\\ ..\\ src\\ activityindicator\\ activityindicator.d.ts .\\ && ..\\ ..\\ node_modules\\ .bin\\ tsc --skipLibCheck -d" ,
12
- "build" : " npm run tsc && npm run build.esm && node ../../build.esm.js && ../../node_modules/.bin/rimraf ./build/esm && npm run ngc" ,
13
- "build.esm" : " tsc -skipLibCheck --target es2015 --module esnext --module esnext --removeComments --outDir ./build/esm" ,
11
+ "build" : " npm run tsc && npm run build.esm && ../../node_modules/.bin/rimraf ./build/esm && npm run ngc" ,
12
+ "build.esm" : " tsc -skipLibCheck --target es2015 --module esnext --module esnext --removeComments --outDir ./build/esm && node ../../build.esm.js " ,
14
13
"ngc-win" : " ..\\ ..\\ node_modules\\ .bin\\ ngc" ,
15
14
"ngc" : " NODE_OPTIONS=--max_old_space_size=8192 ../../node_modules/.bin/ngc" ,
16
15
"clean" : " ../../node_modules/.bin/rimraf ./*.d.ts ./*.js ./*.js.map"
Original file line number Diff line number Diff line change 2
2
"name" : " nativescript-material-bottomnavigationbar" ,
3
3
"version" : " 3.2.5" ,
4
4
"description" : " NativeScript plugin to add a bottom navigation bar component for Android & iOS" ,
5
- "main" : " bottomnavigationbar.js" ,
6
- "module" : " ./bottomnavigationbar.mjs" ,
5
+ "main" : " bottomnavigationbar" ,
7
6
"sideEffects" : false ,
8
7
"typings" : " bottomnavigationbar.d.ts" ,
9
8
"nativescript" : {
15
14
"scripts" : {
16
15
"tsc" : " cp ../../src/bottomnavigationbar/bottomnavigationbar.d.ts ./ && ../../node_modules/.bin/tsc --skipLibCheck -d" ,
17
16
"tsc-win" : " copy ..\\ ..\\ src\\ bottomnavigationbar\\ bottomnavigationbar.d.ts .\\ && ..\\ ..\\ node_modules\\ .bin\\ tsc --skipLibCheck -d" ,
18
- "build" : " npm run tsc && npm run build.esm && node ../../build.esm.js && ../../node_modules/.bin/rimraf ./build/esm && npm run ngc" ,
19
- "build.esm" : " tsc -skipLibCheck --target es2015 --module esnext --module esnext --removeComments --outDir ./build/esm" ,
17
+ "build" : " npm run tsc && npm run build.esm && ../../node_modules/.bin/rimraf ./build/esm && npm run ngc" ,
18
+ "build.esm" : " tsc -skipLibCheck --target es2015 --module esnext --module esnext --removeComments --outDir ./build/esm && node ../../build.esm.js " ,
20
19
"ngc-win" : " ..\\ ..\\ node_modules\\ .bin\\ ngc" ,
21
20
"ngc" : " NODE_OPTIONS=--max_old_space_size=8192 ../../node_modules/.bin/ngc" ,
22
21
"clean" : " ../../node_modules/.bin/rimraf ./*.d.ts ./*.js ./*.js.map"
Original file line number Diff line number Diff line change 2
2
"name" : " nativescript-material-bottomsheet" ,
3
3
"version" : " 3.2.5" ,
4
4
"description" : " Material bottomsheet component" ,
5
- "main" : " ./bottomsheet.js" ,
6
- "module" : " ./bottomsheet.mjs" ,
5
+ "main" : " ./bottomsheet" ,
7
6
"sideEffects" : false ,
8
7
"typings" : " ./bottomsheet.d.ts" ,
9
8
"scripts" : {
10
9
"tsc" : " cp ../../src/bottomsheet/bottomsheet.d.ts ./ && ../../node_modules/.bin/tsc --skipLibCheck -d" ,
11
10
"tsc-win" : " copy ..\\ ..\\ src\\ bottomsheet\\ bottomsheet.d.ts .\\ && ..\\ ..\\ node_modules\\ .bin\\ tsc --skipLibCheck -d" ,
12
- "build" : " npm run tsc && npm run build.esm && node ../../build.esm.js && ../../node_modules/.bin/rimraf ./build/esm && npm run ngc" ,
13
- "build.esm" : " tsc -skipLibCheck --target es2015 --module esnext --module esnext --removeComments --outDir ./build/esm" ,
11
+ "build" : " npm run tsc && npm run build.esm && ../../node_modules/.bin/rimraf ./build/esm && npm run ngc" ,
12
+ "build.esm" : " tsc -skipLibCheck --target es2015 --module esnext --module esnext --removeComments --outDir ./build/esm && node ../../build.esm.js " ,
14
13
"ngc-win" : " ..\\ ..\\ node_modules\\ .bin\\ ngc" ,
15
14
"ngc" : " NODE_OPTIONS=--max_old_space_size=8192 ../../node_modules/.bin/ngc" ,
16
15
"clean" : " ../../node_modules/.bin/rimraf ./*.d.ts ./*.js ./*.js.map"
Original file line number Diff line number Diff line change 2
2
"name" : " nativescript-material-button" ,
3
3
"version" : " 3.2.5" ,
4
4
"description" : " Material button component" ,
5
- "main" : " ./button.js" ,
6
- "module" : " ./button.mjs" ,
5
+ "main" : " ./button" ,
7
6
"sideEffects" : false ,
8
7
"typings" : " ./button.d.ts" ,
9
8
"scripts" : {
10
9
"tsc" : " cp ../../src/button/button.d.ts ./ && ../../node_modules/.bin/tsc --skipLibCheck -d" ,
11
10
"tsc-win" : " copy ..\\ ..\\ src\\ button\\ button.d.ts .\\ && ..\\ ..\\ node_modules\\ .bin\\ tsc --skipLibCheck -d" ,
12
- "build" : " npm run tsc && npm run build.esm && node ../../build.esm.js && ../../node_modules/.bin/rimraf ./build/esm && npm run ngc" ,
13
- "build.esm" : " tsc -skipLibCheck --target es2015 --module esnext --module esnext --removeComments --outDir ./build/esm" ,
11
+ "build" : " npm run tsc && npm run build.esm && ../../node_modules/.bin/rimraf ./build/esm && npm run ngc" ,
12
+ "build.esm" : " tsc -skipLibCheck --target es2015 --module esnext --module esnext --removeComments --outDir ./build/esm && node ../../build.esm.js " ,
14
13
"ngc-win" : " ..\\ ..\\ node_modules\\ .bin\\ ngc" ,
15
14
"ngc" : " NODE_OPTIONS=--max_old_space_size=8192 ../../node_modules/.bin/ngc" ,
16
15
"clean" : " ../../node_modules/.bin/rimraf ./*.d.ts ./*.js ./*.js.map"
Original file line number Diff line number Diff line change 2
2
"name" : " nativescript-material-cardview" ,
3
3
"version" : " 3.2.5" ,
4
4
"description" : " Material cardview component" ,
5
- "main" : " ./cardview.js" ,
6
- "module" : " ./cardview.mjs" ,
5
+ "main" : " ./cardview" ,
7
6
"sideEffects" : false ,
8
7
"typings" : " ./cardview.d.ts" ,
9
8
"scripts" : {
10
9
"tsc" : " cp ../../src/cardview/cardview.d.ts ./ && ../../node_modules/.bin/tsc --skipLibCheck -d" ,
11
10
"tsc-win" : " copy ..\\ ..\\ src\\ cardview\\ cardview.d.ts .\\ && ..\\ ..\\ node_modules\\ .bin\\ tsc --skipLibCheck -d" ,
12
- "build" : " npm run tsc && npm run build.esm && node ../../build.esm.js && ../../node_modules/.bin/rimraf ./build/esm && npm run ngc" ,
13
- "build.esm" : " tsc -skipLibCheck --target es2015 --module esnext --module esnext --removeComments --outDir ./build/esm" ,
11
+ "build" : " npm run tsc && npm run build.esm && ../../node_modules/.bin/rimraf ./build/esm && npm run ngc" ,
12
+ "build.esm" : " tsc -skipLibCheck --target es2015 --module esnext --module esnext --removeComments --outDir ./build/esm && node ../../build.esm.js " ,
14
13
"ngc-win" : " ..\\ ..\\ node_modules\\ .bin\\ ngc" ,
15
14
"ngc" : " NODE_OPTIONS=--max_old_space_size=8192 ../../node_modules/.bin/ngc" ,
16
15
"clean" : " ../../node_modules/.bin/rimraf ./*.d.ts ./*.js ./*.js.map"
Original file line number Diff line number Diff line change 2
2
"name" : " nativescript-material-core" ,
3
3
"version" : " 3.2.5" ,
4
4
"description" : " Material Core component" ,
5
- "main" : " ./core.js" ,
6
- "module" : " ./core.mjs" ,
5
+ "main" : " ./core" ,
7
6
"sideEffects" : false ,
8
7
"typings" : " ./core.d.ts" ,
9
8
"scripts" : {
10
9
"tsc" : " cp ../../src/core/core.d.ts ./ && ../../node_modules/.bin/tsc --skipLibCheck -d" ,
11
10
"tsc-win" : " copy ..\\ ..\\ src\\ core\\ core.d.ts .\\ && ..\\ ..\\ node_modules\\ .bin\\ tsc --skipLibCheck -d" ,
12
- "build" : " npm run tsc && npm run build.esm && node ../../build.esm.js && ../../node_modules/.bin/rimraf ./build/esm" ,
13
- "build.esm" : " tsc -skipLibCheck --target es2015 --module esnext --module esnext --removeComments --outDir ./build/esm" ,
11
+ "build" : " npm run tsc && npm run build.esm && ../../node_modules/.bin/rimraf ./build/esm" ,
12
+ "build.esm" : " tsc -skipLibCheck --target es2015 --module esnext --module esnext --removeComments --outDir ./build/esm && node ../../build.esm.js " ,
14
13
"clean" : " ../../node_modules/.bin/rimraf ./*.d.ts ./*.js ./*.js.map android"
15
14
},
16
15
"nativescript" : {
Original file line number Diff line number Diff line change 2
2
"name" : " nativescript-material-dialogs" ,
3
3
"version" : " 3.2.5" ,
4
4
"description" : " Material Dialogs component" ,
5
- "main" : " ./dialogs.js" ,
6
- "module" : " ./dialogs.mjs" ,
5
+ "main" : " ./dialogs" ,
7
6
"sideEffects" : false ,
8
7
"typings" : " ./dialogs.d.ts" ,
9
8
"scripts" : {
10
9
"tsc" : " cp ../../src/dialogs/dialogs.d.ts ./ && ../../node_modules/.bin/tsc --skipLibCheck -d" ,
11
10
"tsc-win" : " copy ..\\ ..\\ src\\ dialogs\\ dialogs.d.ts .\\ && ..\\ ..\\ node_modules\\ .bin\\ tsc --skipLibCheck -d" ,
12
- "build" : " npm run tsc && npm run build.esm && node ../../build.esm.js && ../../node_modules/.bin/rimraf ./build/esm" ,
13
- "build.esm" : " tsc -skipLibCheck --target es2015 --module esnext --module esnext --removeComments --outDir ./build/esm" ,
11
+ "build" : " npm run tsc && npm run build.esm && ../../node_modules/.bin/rimraf ./build/esm" ,
12
+ "build.esm" : " tsc -skipLibCheck --target es2015 --module esnext --module esnext --removeComments --outDir ./build/esm && node ../../build.esm.js " ,
14
13
"clean" : " ../../node_modules/.bin/rimraf ./*.d.ts ./*.js ./*.js.map"
15
14
},
16
15
"nativescript" : {
Original file line number Diff line number Diff line change 2
2
"name" : " nativescript-material-floatingactionbutton" ,
3
3
"version" : " 3.2.5" ,
4
4
"description" : " Material floatingactionbutton component" ,
5
- "main" : " ./floatingactionbutton.js" ,
6
- "module" : " ./floatingactionbutton.mjs" ,
5
+ "main" : " ./floatingactionbutton" ,
7
6
"sideEffects" : false ,
8
7
"typings" : " ./floatingactionbutton.d.ts" ,
9
8
"scripts" : {
10
9
"tsc" : " cp ../../src/floatingactionbutton/floatingactionbutton.d.ts ./ && ../../node_modules/.bin/tsc --skipLibCheck -d" ,
11
10
"tsc-win" : " copy ..\\ ..\\ src\\ floatingactionbutton\\ floatingactionbutton.d.ts .\\ && ..\\ ..\\ node_modules\\ .bin\\ tsc --skipLibCheck -d" ,
12
- "build" : " npm run tsc && npm run build.esm && node ../../build.esm.js && ../../node_modules/.bin/rimraf ./build/esm && npm run ngc" ,
13
- "build.esm" : " tsc -skipLibCheck --target es2015 --module esnext --module esnext --removeComments --outDir ./build/esm" ,
11
+ "build" : " npm run tsc && npm run build.esm && ../../node_modules/.bin/rimraf ./build/esm && npm run ngc" ,
12
+ "build.esm" : " tsc -skipLibCheck --target es2015 --module esnext --module esnext --removeComments --outDir ./build/esm && node ../../build.esm.js " ,
14
13
"ngc-win" : " ..\\ ..\\ node_modules\\ .bin\\ ngc" ,
15
14
"ngc" : " NODE_OPTIONS=--max_old_space_size=8192 ../../node_modules/.bin/ngc" ,
16
15
"clean" : " ../../node_modules/.bin/rimraf ./*.d.ts ./*.js ./*.js.map"
Original file line number Diff line number Diff line change 2
2
"name" : " nativescript-material-progress" ,
3
3
"version" : " 3.2.5" ,
4
4
"description" : " Material progress component" ,
5
- "main" : " ./progress.js" ,
6
- "module" : " ./progress.mjs" ,
5
+ "main" : " ./progress" ,
7
6
"sideEffects" : false ,
8
7
"typings" : " ./progress.d.ts" ,
9
8
"scripts" : {
10
9
"tsc" : " cp ../../src/progress/progress.d.ts ./ && ../../node_modules/.bin/tsc --skipLibCheck -d" ,
11
10
"tsc-win" : " copy ..\\ ..\\ src\\ progress\\ progress.d.ts .\\ && ..\\ ..\\ node_modules\\ .bin\\ tsc --skipLibCheck -d" ,
12
- "build" : " npm run tsc && npm run build.esm && node ../../build.esm.js && ../../node_modules/.bin/rimraf ./build/esm && npm run ngc" ,
13
- "build.esm" : " tsc -skipLibCheck --target es2015 --module esnext --module esnext --removeComments --outDir ./build/esm" ,
11
+ "build" : " npm run tsc && npm run build.esm && ../../node_modules/.bin/rimraf ./build/esm && npm run ngc" ,
12
+ "build.esm" : " tsc -skipLibCheck --target es2015 --module esnext --module esnext --removeComments --outDir ./build/esm && node ../../build.esm.js " ,
14
13
"ngc-win" : " ..\\ ..\\ node_modules\\ .bin\\ ngc" ,
15
14
"ngc" : " NODE_OPTIONS=--max_old_space_size=8192 ../../node_modules/.bin/ngc" ,
16
15
"clean" : " ../../node_modules/.bin/rimraf ./*.d.ts ./*.js ./*.js.map"
Original file line number Diff line number Diff line change 2
2
"name" : " nativescript-material-ripple" ,
3
3
"version" : " 3.2.5" ,
4
4
"description" : " Material ripple component" ,
5
- "main" : " ./ripple.js" ,
6
- "module" : " ./ripple.mjs" ,
5
+ "main" : " ./ripple" ,
7
6
"sideEffects" : false ,
8
7
"typings" : " ./ripple.d.ts" ,
9
8
"scripts" : {
10
9
"tsc" : " cp ../../src/ripple/ripple.d.ts ./ && ../../node_modules/.bin/tsc --skipLibCheck -d" ,
11
10
"tsc-win" : " copy ..\\ ..\\ src\\ ripple\\ ripple.d.ts .\\ && ..\\ ..\\ node_modules\\ .bin\\ tsc --skipLibCheck -d" ,
12
- "build" : " npm run tsc && npm run build.esm && node ../../build.esm.js && ../../node_modules/.bin/rimraf ./build/esm && npm run ngc" ,
13
- "build.esm" : " tsc -skipLibCheck --target es2015 --module esnext --module esnext --removeComments --outDir ./build/esm" ,
11
+ "build" : " npm run tsc && npm run build.esm && ../../node_modules/.bin/rimraf ./build/esm && npm run ngc" ,
12
+ "build.esm" : " tsc -skipLibCheck --target es2015 --module esnext --module esnext --removeComments --outDir ./build/esm && node ../../build.esm.js " ,
14
13
"ngc-win" : " ..\\ ..\\ node_modules\\ .bin\\ ngc" ,
15
14
"ngc" : " NODE_OPTIONS=--max_old_space_size=8192 ../../node_modules/.bin/ngc" ,
16
15
"clean" : " ../../node_modules/.bin/rimraf ./*.d.ts ./*.js ./*.js.map"
You can’t perform that action at this time.
0 commit comments