Skip to content

Commit 45c0a9f

Browse files
committed
updates
1 parent f0e2071 commit 45c0a9f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+1329
-462
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ npm run setup
55
npm start
66
```
77

8+
- @triniwiz/nativescript-accelerometer
89
- @triniwiz/nativescript-accordion
910
- @triniwiz/nativescript-autocomplete
1011
- @triniwiz/nativescript-awesome-loaders

apps/demo-angular/package.json

Lines changed: 66 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -1,67 +1,68 @@
11
{
2-
"main": "main.js",
3-
"dependencies": {
4-
"@angular/animations": "file:../../node_modules/@angular/animations",
5-
"@angular/common": "file:../../node_modules/@angular/common",
6-
"@angular/compiler": "file:../../node_modules/@angular/compiler",
7-
"@angular/core": "file:../../node_modules/@angular/core",
8-
"@angular/forms": "file:../../node_modules/@angular/forms",
9-
"@angular/platform-browser": "file:../../node_modules/@angular/platform-browser",
10-
"@angular/platform-browser-dynamic": "file:../../node_modules/@angular/platform-browser-dynamic",
11-
"@angular/router": "file:../../node_modules/@angular/router",
12-
"@nativescript/angular": "file:../../node_modules/@nativescript/angular",
13-
"@nativescript/core": "file:../../node_modules/@nativescript/core",
14-
"nativescript-theme-core": "file:../../node_modules/nativescript-theme-core",
15-
"reflect-metadata": "file:../../node_modules/reflect-metadata",
16-
"rxjs": "file:../../node_modules/rxjs",
17-
"zone.js": "file:../../node_modules/zone.js",
18-
"@triniwiz/nativescript-pager": "file:../../dist/packages/nativescript-pager",
19-
"@triniwiz/nativescript-accordion": "file:../../dist/packages/nativescript-accordion",
20-
"@triniwiz/nativescript-autocomplete": "file:../../dist/packages/nativescript-autocomplete",
21-
"@triniwiz/nativescript-awesome-loaders": "file:../../dist/packages/nativescript-awesome-loaders",
22-
"@triniwiz/nativescript-aws-sdk": "file:../../dist/packages/nativescript-aws-sdk",
23-
"@triniwiz/nativescript-aws-sdk-s3": "file:../../dist/packages/nativescript-aws-sdk-s3",
24-
"@triniwiz/nativescript-card-io": "file:../../dist/packages/nativescript-card-io",
25-
"@triniwiz/nativescript-couchbase": "file:../../dist/packages/nativescript-couchbase",
26-
"@triniwiz/nativescript-ddp-login": "file:../../dist/packages/nativescript-ddp-login",
27-
"@triniwiz/nativescript-downloader": "file:../../dist/packages/nativescript-downloader",
28-
"@triniwiz/nativescript-fancy-camera": "file:../../dist/packages/nativescript-fancy-camera",
29-
"@triniwiz/nativescript-fancy-list-view": "file:../../dist/packages/nativescript-fancy-list-view",
30-
"@triniwiz/nativescript-ffmpeg": "file:../../dist/packages/nativescript-ffmpeg",
31-
"@triniwiz/nativescript-here": "file:../../dist/packages/nativescript-here",
32-
"@triniwiz/nativescript-image-cache-it": "file:../../dist/packages/nativescript-image-cache-it",
33-
"@triniwiz/nativescript-image-zoom": "file:../../dist/packages/nativescript-image-zoom",
34-
"@triniwiz/nativescript-imageoptimize": "file:../../dist/packages/nativescript-imageoptimize",
35-
"@triniwiz/nativescript-mongo-stitch-core": "file:../../dist/packages/nativescript-mongo-stitch-core",
36-
"@triniwiz/nativescript-mongo-stitch-sdk": "file:../../dist/packages/nativescript-mongo-stitch-sdk",
37-
"@triniwiz/nativescript-mongo-stitch-services-mongodb-remote": "file:../../dist/packages/nativescript-mongo-stitch-services-mongodb-remote",
38-
"@triniwiz/nativescript-nested-scrollview": "file:../../dist/packages/nativescript-nested-scrollview",
39-
"@triniwiz/nativescript-popup": "file:../../dist/packages/nativescript-popup",
40-
"@triniwiz/nativescript-pubnub": "file:../../dist/packages/nativescript-pubnub",
41-
"@triniwiz/nativescript-pusher-beams": "file:../../dist/packages/nativescript-pusher-beams",
42-
"@triniwiz/nativescript-pusher-channels": "file:../../dist/packages/nativescript-pusher-channels",
43-
"@triniwiz/nativescript-radar-io": "file:../../dist/packages/nativescript-radar-io",
44-
"@triniwiz/nativescript-sinch": "file:../../dist/packages/nativescript-sinch",
45-
"@triniwiz/nativescript-socketio": "file:../../dist/packages/nativescript-socketio",
46-
"@triniwiz/nativescript-splashscreen": "file:../../dist/packages/nativescript-splashscreen",
47-
"@triniwiz/nativescript-sse": "file:../../dist/packages/nativescript-sse",
48-
"@triniwiz/nativescript-star-ratings": "file:../../dist/packages/nativescript-star-ratings",
49-
"@triniwiz/nativescript-stripe": "file:../../dist/packages/nativescript-stripe",
50-
"@triniwiz/nativescript-textdrawable": "file:../../dist/packages/nativescript-textdrawable",
51-
"@triniwiz/nativescript-toasty": "file:../../dist/packages/nativescript-toasty",
52-
"@triniwiz/nativescript-tooltip": "file:../../dist/packages/nativescript-tooltip",
53-
"@triniwiz/nativescript-twitter": "file:../../dist/packages/nativescript-twitter",
54-
"@triniwiz/nativescript-video-editor": "file:../../dist/packages/nativescript-video-editor",
55-
"@triniwiz/nativescript-videorecorder": "file:../../dist/packages/nativescript-videorecorder",
56-
"@triniwiz/nativescript-webrtc": "file:../../dist/packages/nativescript-webrtc",
57-
"@triniwiz/nativescript-youtubeplayer": "file:../../dist/packages/nativescript-youtubeplayer"
58-
},
59-
"devDependencies": {
60-
"@angular/compiler-cli": "file:../../node_modules/@angular/compiler-cli",
61-
"@nativescript/android": "~7.0.0",
62-
"@nativescript/ios": "7.0.0",
63-
"@nativescript/webpack": "~3.0.0",
64-
"@ngtools/webpack": "file:../../node_modules/@ngtools/webpack",
65-
"typescript": "file:../../node_modules/typescript"
66-
}
2+
"main": "main.js",
3+
"dependencies": {
4+
"@angular/animations": "file:../../node_modules/@angular/animations",
5+
"@angular/common": "file:../../node_modules/@angular/common",
6+
"@angular/compiler": "file:../../node_modules/@angular/compiler",
7+
"@angular/core": "file:../../node_modules/@angular/core",
8+
"@angular/forms": "file:../../node_modules/@angular/forms",
9+
"@angular/platform-browser": "file:../../node_modules/@angular/platform-browser",
10+
"@angular/platform-browser-dynamic": "file:../../node_modules/@angular/platform-browser-dynamic",
11+
"@angular/router": "file:../../node_modules/@angular/router",
12+
"@nativescript/angular": "file:../../node_modules/@nativescript/angular",
13+
"@nativescript/core": "file:../../node_modules/@nativescript/core",
14+
"nativescript-theme-core": "file:../../node_modules/nativescript-theme-core",
15+
"reflect-metadata": "file:../../node_modules/reflect-metadata",
16+
"rxjs": "file:../../node_modules/rxjs",
17+
"zone.js": "file:../../node_modules/zone.js",
18+
"@triniwiz/nativescript-pager": "file:../../dist/packages/nativescript-pager",
19+
"@triniwiz/nativescript-accordion": "file:../../dist/packages/nativescript-accordion",
20+
"@triniwiz/nativescript-autocomplete": "file:../../dist/packages/nativescript-autocomplete",
21+
"@triniwiz/nativescript-awesome-loaders": "file:../../dist/packages/nativescript-awesome-loaders",
22+
"@triniwiz/nativescript-aws-sdk": "file:../../dist/packages/nativescript-aws-sdk",
23+
"@triniwiz/nativescript-aws-sdk-s3": "file:../../dist/packages/nativescript-aws-sdk-s3",
24+
"@triniwiz/nativescript-card-io": "file:../../dist/packages/nativescript-card-io",
25+
"@triniwiz/nativescript-couchbase": "file:../../dist/packages/nativescript-couchbase",
26+
"@triniwiz/nativescript-ddp-login": "file:../../dist/packages/nativescript-ddp-login",
27+
"@triniwiz/nativescript-downloader": "file:../../dist/packages/nativescript-downloader",
28+
"@triniwiz/nativescript-fancy-camera": "file:../../dist/packages/nativescript-fancy-camera",
29+
"@triniwiz/nativescript-fancy-list-view": "file:../../dist/packages/nativescript-fancy-list-view",
30+
"@triniwiz/nativescript-ffmpeg": "file:../../dist/packages/nativescript-ffmpeg",
31+
"@triniwiz/nativescript-here": "file:../../dist/packages/nativescript-here",
32+
"@triniwiz/nativescript-image-cache-it": "file:../../dist/packages/nativescript-image-cache-it",
33+
"@triniwiz/nativescript-image-zoom": "file:../../dist/packages/nativescript-image-zoom",
34+
"@triniwiz/nativescript-imageoptimize": "file:../../dist/packages/nativescript-imageoptimize",
35+
"@triniwiz/nativescript-mongo-stitch-core": "file:../../dist/packages/nativescript-mongo-stitch-core",
36+
"@triniwiz/nativescript-mongo-stitch-sdk": "file:../../dist/packages/nativescript-mongo-stitch-sdk",
37+
"@triniwiz/nativescript-mongo-stitch-services-mongodb-remote": "file:../../dist/packages/nativescript-mongo-stitch-services-mongodb-remote",
38+
"@triniwiz/nativescript-nested-scrollview": "file:../../dist/packages/nativescript-nested-scrollview",
39+
"@triniwiz/nativescript-popup": "file:../../dist/packages/nativescript-popup",
40+
"@triniwiz/nativescript-pubnub": "file:../../dist/packages/nativescript-pubnub",
41+
"@triniwiz/nativescript-pusher-beams": "file:../../dist/packages/nativescript-pusher-beams",
42+
"@triniwiz/nativescript-pusher-channels": "file:../../dist/packages/nativescript-pusher-channels",
43+
"@triniwiz/nativescript-radar-io": "file:../../dist/packages/nativescript-radar-io",
44+
"@triniwiz/nativescript-sinch": "file:../../dist/packages/nativescript-sinch",
45+
"@triniwiz/nativescript-socketio": "file:../../dist/packages/nativescript-socketio",
46+
"@triniwiz/nativescript-splashscreen": "file:../../dist/packages/nativescript-splashscreen",
47+
"@triniwiz/nativescript-sse": "file:../../dist/packages/nativescript-sse",
48+
"@triniwiz/nativescript-star-ratings": "file:../../dist/packages/nativescript-star-ratings",
49+
"@triniwiz/nativescript-stripe": "file:../../dist/packages/nativescript-stripe",
50+
"@triniwiz/nativescript-textdrawable": "file:../../dist/packages/nativescript-textdrawable",
51+
"@triniwiz/nativescript-toasty": "file:../../dist/packages/nativescript-toasty",
52+
"@triniwiz/nativescript-tooltip": "file:../../dist/packages/nativescript-tooltip",
53+
"@triniwiz/nativescript-twitter": "file:../../dist/packages/nativescript-twitter",
54+
"@triniwiz/nativescript-video-editor": "file:../../dist/packages/nativescript-video-editor",
55+
"@triniwiz/nativescript-videorecorder": "file:../../dist/packages/nativescript-videorecorder",
56+
"@triniwiz/nativescript-webrtc": "file:../../dist/packages/nativescript-webrtc",
57+
"@triniwiz/nativescript-youtubeplayer": "file:../../dist/packages/nativescript-youtubeplayer",
58+
"@triniwiz/nativescript-accelerometer": "file:../../dist/packages/nativescript-accelerometer"
59+
},
60+
"devDependencies": {
61+
"@angular/compiler-cli": "file:../../node_modules/@angular/compiler-cli",
62+
"@nativescript/android": "~7.0.0",
63+
"@nativescript/ios": "7.0.0",
64+
"@nativescript/webpack": "~3.0.0",
65+
"@ngtools/webpack": "file:../../node_modules/@ngtools/webpack",
66+
"typescript": "file:../../node_modules/typescript"
67+
}
6768
}

0 commit comments

Comments
 (0)