File tree Expand file tree Collapse file tree 18 files changed +104
-55
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 18 files changed +104
-55
lines changed Original file line number Diff line number Diff line change @@ -74,3 +74,6 @@ packages/**/*.ngsummary.json
74
74
.idea
75
75
/pnpm-lock.yaml
76
76
pnpm-lock.yaml
77
+
78
+ packages /** /* js.map
79
+ packages /** /* js
Original file line number Diff line number Diff line change 9
9
}
10
10
},
11
11
"scripts" : {
12
- "publish" : " lerna run tsc && lerna run ngc && lerna publish" ,
13
- "build.plugin " : " lerna run tsc && lerna run ngc " ,
14
- "build.plugin. win" : " lerna run tsc-win && lerna run ngc -win" ,
12
+ "publish" : " npm run build && lerna publish" ,
13
+ "build" : " lerna run build " ,
14
+ "build.win" : " lerna run build -win" ,
15
15
"force_publish" : " lerna publish from-package" ,
16
16
"increment_version" : " lerna version" ,
17
17
"tsc" : " lerna run tsc" ,
61
61
"nativescript-vue" : " 2.5.1" ,
62
62
"prettier" : " ^2.0.4" ,
63
63
"prompt" : " ^1.0.0" ,
64
+ "recursive-copy" : " ^2.0.10" ,
64
65
"rimraf" : " ^3.0.2" ,
66
+ "through2" : " ^3.0.1" ,
65
67
"rxjs" : " ^6.5.5" ,
66
68
"tns-platform-declarations" : " 6.5.1" ,
67
69
"tslint" : " ^6.1.1" ,
Original file line number Diff line number Diff line change 2
2
"name" : " nativescript-material-activityindicator" ,
3
3
"version" : " 3.2.3" ,
4
4
"description" : " Material ActivityIndicator component" ,
5
- "main" : " ./activityindicator" ,
5
+ "main" : " ./activityindicator.js" ,
6
+ "module" : " ./activityindicator.mjs" ,
6
7
"typings" : " ./activityindicator.d.ts" ,
7
8
"scripts" : {
8
- "tsc-win" : " ..\\ ..\\ node_modules\\ .bin\\ tsc && copy ..\\ ..\\ src\\ activityindicator\\ activityindicator.d.ts .\\ " ,
9
- "tsc" : " cp ../../src/activityindicator/activityindicator.d.ts ./ && ../../node_modules/.bin/tsc --skipLibCheck" ,
9
+ "tsc" : " cp ../../src/activityindicator/activityindicator.d.ts ./ && ../../node_modules/.bin/tsc --skipLibCheck -d" ,
10
+ "tsc-win" : " copy ..\\ ..\\ src\\ activityindicator\\ activityindicator.d.ts .\\ && ..\\ ..\\ node_modules\\ .bin\\ tsc --skipLibCheck -d" ,
11
+ "build" : " npm run tsc && npm run build.esm && node ../../build.esm.js && ../../node_modules/.bin/rimraf ./build/esm && npm run ngc" ,
12
+ "build.esm" : " tsc -skipLibCheck --target es2015 --module esnext --module esnext --removeComments --outDir ./build/esm" ,
10
13
"ngc-win" : " ..\\ ..\\ node_modules\\ .bin\\ ngc" ,
11
14
"ngc" : " NODE_OPTIONS=--max_old_space_size=8192 ../../node_modules/.bin/ngc" ,
12
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.3" ,
4
4
"description" : " NativeScript plugin to add a bottom navigation bar component for Android & iOS" ,
5
- "main" : " bottomnavigationbar" ,
5
+ "main" : " bottomnavigationbar.js" ,
6
+ "module" : " ./bottomnavigationbar.mjs" ,
6
7
"typings" : " bottomnavigationbar.d.ts" ,
7
8
"nativescript" : {
8
9
"platforms" : {
11
12
}
12
13
},
13
14
"scripts" : {
14
- "tsc-win" : " copy ..\\ ..\\ src\\ bottomnavigationbar\\ bottomnavigationbar.d.ts .\\ && ..\\ ..\\ node_modules\\ .bin\\ tsc --skipLibCheck" ,
15
- "tsc" : " cp ../../src/bottomnavigationbar/bottomnavigationbar.d.ts ./ && ../../node_modules/.bin/tsc --skipLibCheck" ,
15
+ "tsc" : " cp ../../src/bottomnavigationbar/bottomnavigationbar.d.ts ./ && ../../node_modules/.bin/tsc --skipLibCheck -d" ,
16
+ "tsc-win" : " copy ..\\ ..\\ src\\ bottomnavigationbar\\ bottomnavigationbar.d.ts .\\ && ..\\ ..\\ node_modules\\ .bin\\ tsc --skipLibCheck -d" ,
17
+ "build" : " npm run tsc && npm run build.esm && node ../../build.esm.js && ../../node_modules/.bin/rimraf ./build/esm && npm run ngc" ,
18
+ "build.esm" : " tsc -skipLibCheck --target es2015 --module esnext --module esnext --removeComments --outDir ./build/esm" ,
16
19
"ngc-win" : " ..\\ ..\\ node_modules\\ .bin\\ ngc" ,
17
20
"ngc" : " NODE_OPTIONS=--max_old_space_size=8192 ../../node_modules/.bin/ngc" ,
18
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.3" ,
4
4
"description" : " Material bottomsheet component" ,
5
- "main" : " ./bottomsheet" ,
5
+ "main" : " ./bottomsheet.js" ,
6
+ "module" : " ./bottomsheet.mjs" ,
6
7
"typings" : " ./bottomsheet.d.ts" ,
7
8
"scripts" : {
8
- "tsc-win" : " ..\\ ..\\ node_modules\\ .bin\\ tsc && copy ..\\ ..\\ src\\ bottomsheet\\ bottomsheet.d.ts .\\ " ,
9
- "tsc" : " cp ../../src/bottomsheet/bottomsheet.d.ts ./ && ../../node_modules/.bin/tsc --skipLibCheck" ,
9
+ "tsc" : " cp ../../src/bottomsheet/bottomsheet.d.ts ./ && ../../node_modules/.bin/tsc --skipLibCheck -d" ,
10
+ "tsc-win" : " copy ..\\ ..\\ src\\ bottomsheet\\ bottomsheet.d.ts .\\ && ..\\ ..\\ node_modules\\ .bin\\ tsc --skipLibCheck -d" ,
11
+ "build" : " npm run tsc && npm run build.esm && node ../../build.esm.js && ../../node_modules/.bin/rimraf ./build/esm && npm run ngc" ,
12
+ "build.esm" : " tsc -skipLibCheck --target es2015 --module esnext --module esnext --removeComments --outDir ./build/esm" ,
10
13
"ngc-win" : " ..\\ ..\\ node_modules\\ .bin\\ ngc" ,
11
14
"ngc" : " NODE_OPTIONS=--max_old_space_size=8192 ../../node_modules/.bin/ngc" ,
12
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.3" ,
4
4
"description" : " Material button component" ,
5
- "main" : " ./button" ,
5
+ "main" : " ./button.js" ,
6
+ "module" : " ./button.mjs" ,
6
7
"typings" : " ./button.d.ts" ,
7
8
"scripts" : {
8
- "tsc-win" : " ..\\ ..\\ node_modules\\ .bin\\ tsc && copy ..\\ ..\\ src\\ button\\ button.d.ts .\\ " ,
9
- "tsc" : " cp ../../src/button/button.d.ts ./ && ../../node_modules/.bin/tsc --skipLibCheck" ,
9
+ "tsc" : " cp ../../src/button/button.d.ts ./ && ../../node_modules/.bin/tsc --skipLibCheck -d" ,
10
+ "tsc-win" : " copy ..\\ ..\\ src\\ button\\ button.d.ts .\\ && ..\\ ..\\ node_modules\\ .bin\\ tsc --skipLibCheck -d" ,
11
+ "build" : " npm run tsc && npm run build.esm && node ../../build.esm.js && ../../node_modules/.bin/rimraf ./build/esm && npm run ngc" ,
12
+ "build.esm" : " tsc -skipLibCheck --target es2015 --module esnext --module esnext --removeComments --outDir ./build/esm" ,
10
13
"ngc-win" : " ..\\ ..\\ node_modules\\ .bin\\ ngc" ,
11
14
"ngc" : " NODE_OPTIONS=--max_old_space_size=8192 ../../node_modules/.bin/ngc" ,
12
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.3" ,
4
4
"description" : " Material cardview component" ,
5
- "main" : " ./cardview" ,
5
+ "main" : " ./cardview.js" ,
6
+ "module" : " ./cardview.mjs" ,
6
7
"typings" : " ./cardview.d.ts" ,
7
8
"scripts" : {
8
- "tsc-win" : " ..\\ ..\\ node_modules\\ .bin\\ tsc && copy ..\\ ..\\ src\\ cardview\\ cardview.d.ts .\\ " ,
9
- "tsc" : " cp ../../src/cardview/cardview.d.ts ./ && ../../node_modules/.bin/tsc --skipLibCheck" ,
9
+ "tsc" : " cp ../../src/cardview/cardview.d.ts ./ && ../../node_modules/.bin/tsc --skipLibCheck -d" ,
10
+ "tsc-win" : " copy ..\\ ..\\ src\\ cardview\\ cardview.d.ts .\\ && ..\\ ..\\ node_modules\\ .bin\\ tsc --skipLibCheck -d" ,
11
+ "build" : " npm run tsc && npm run build.esm && node ../../build.esm.js && ../../node_modules/.bin/rimraf ./build/esm && npm run ngc" ,
12
+ "build.esm" : " tsc -skipLibCheck --target es2015 --module esnext --module esnext --removeComments --outDir ./build/esm" ,
10
13
"ngc-win" : " ..\\ ..\\ node_modules\\ .bin\\ ngc" ,
11
14
"ngc" : " NODE_OPTIONS=--max_old_space_size=8192 ../../node_modules/.bin/ngc" ,
12
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.3" ,
4
4
"description" : " Material Core component" ,
5
- "main" : " ./core" ,
5
+ "main" : " ./core.js" ,
6
+ "module" : " ./core.mjs" ,
6
7
"typings" : " ./core.d.ts" ,
7
8
"scripts" : {
8
- "tsc-win" : " ..\\ ..\\ node_modules\\ .bin\\ tsc && copy ..\\ ..\\ src\\ core\\ core.d.ts .\\ " ,
9
- "tsc" : " cp ../../src/core/core.d.ts ./ && ../../node_modules/.bin/tsc --skipLibCheck" ,
9
+ "tsc" : " cp ../../src/core/core.d.ts ./ && ../../node_modules/.bin/tsc --skipLibCheck -d" ,
10
+ "tsc-win" : " copy ..\\ ..\\ src\\ core\\ core.d.ts .\\ && ..\\ ..\\ node_modules\\ .bin\\ tsc --skipLibCheck -d" ,
11
+ "build" : " npm run tsc && npm run build.esm && node ../../build.esm.js && ../../node_modules/.bin/rimraf ./build/esm" ,
12
+ "build.esm" : " tsc -skipLibCheck --target es2015 --module esnext --module esnext --removeComments --outDir ./build/esm" ,
10
13
"clean" : " ../../node_modules/.bin/rimraf ./*.d.ts ./*.js ./*.js.map android"
11
14
},
12
15
"nativescript" : {
Original file line number Diff line number Diff line change 2
2
"name" : " nativescript-material-dialogs" ,
3
3
"version" : " 3.2.3" ,
4
4
"description" : " Material Dialogs component" ,
5
- "main" : " ./dialogs" ,
5
+ "main" : " ./dialogs.js" ,
6
+ "module" : " ./dialogs.mjs" ,
6
7
"typings" : " ./dialogs.d.ts" ,
7
8
"scripts" : {
8
- "tsc-win" : " ..\\ ..\\ node_modules\\ .bin\\ tsc && copy ..\\ ..\\ src\\ dialogs\\ dialogs.d.ts .\\ " ,
9
- "tsc" : " cp ../../src/dialogs/dialogs.d.ts ./ && ../../node_modules/.bin/tsc --skipLibCheck" ,
9
+ "tsc" : " cp ../../src/dialogs/dialogs.d.ts ./ && ../../node_modules/.bin/tsc --skipLibCheck -d" ,
10
+ "tsc-win" : " copy ..\\ ..\\ src\\ dialogs\\ dialogs.d.ts .\\ && ..\\ ..\\ node_modules\\ .bin\\ tsc --skipLibCheck -d" ,
11
+ "build" : " npm run tsc && npm run build.esm && node ../../build.esm.js && ../../node_modules/.bin/rimraf ./build/esm" ,
12
+ "build.esm" : " tsc -skipLibCheck --target es2015 --module esnext --module esnext --removeComments --outDir ./build/esm" ,
10
13
"clean" : " ../../node_modules/.bin/rimraf ./*.d.ts ./*.js ./*.js.map"
11
14
},
12
15
"nativescript" : {
Original file line number Diff line number Diff line change 2
2
"name" : " nativescript-material-floatingactionbutton" ,
3
3
"version" : " 3.2.3" ,
4
4
"description" : " Material floatingactionbutton component" ,
5
- "main" : " ./floatingactionbutton" ,
5
+ "main" : " ./floatingactionbutton.js" ,
6
+ "module" : " ./floatingactionbutton.mjs" ,
6
7
"typings" : " ./floatingactionbutton.d.ts" ,
7
8
"scripts" : {
8
- "tsc-win" : " ..\\ ..\\ node_modules\\ .bin\\ tsc && copy ..\\ ..\\ src\\ floatingactionbutton\\ floatingactionbutton.d.ts .\\ " ,
9
- "tsc" : " cp ../../src/floatingactionbutton/floatingactionbutton.d.ts ./ && ../../node_modules/.bin/tsc --skipLibCheck" ,
9
+ "tsc" : " cp ../../src/floatingactionbutton/floatingactionbutton.d.ts ./ && ../../node_modules/.bin/tsc --skipLibCheck -d" ,
10
+ "tsc-win" : " copy ..\\ ..\\ src\\ floatingactionbutton\\ floatingactionbutton.d.ts .\\ && ..\\ ..\\ node_modules\\ .bin\\ tsc --skipLibCheck -d" ,
11
+ "build" : " npm run tsc && npm run build.esm && node ../../build.esm.js && ../../node_modules/.bin/rimraf ./build/esm && npm run ngc" ,
12
+ "build.esm" : " tsc -skipLibCheck --target es2015 --module esnext --module esnext --removeComments --outDir ./build/esm" ,
10
13
"ngc-win" : " ..\\ ..\\ node_modules\\ .bin\\ ngc" ,
11
14
"ngc" : " NODE_OPTIONS=--max_old_space_size=8192 ../../node_modules/.bin/ngc" ,
12
15
"clean" : " ../../node_modules/.bin/rimraf ./*.d.ts ./*.js ./*.js.map"
You can’t perform that action at this time.
0 commit comments